iverilog/configure.in

11 lines
247 B
Plaintext
Raw Normal View History

1999-04-25 23:54:33 +02:00
dnl Process this file with autoconf to produce a configure script.
AC_INIT(netlist.h)
dnl Checks for programs.
1999-07-03 22:50:28 +02:00
AC_PROG_CC
1999-04-25 23:54:33 +02:00
AC_PROG_CXX
AC_CHECK_TOOL(STRIP, strip, true)
1999-04-25 23:54:33 +02:00
AC_PROG_INSTALL
AC_OUTPUT(Makefile vpi/Makefile ivlpp/Makefile vvm/Makefile)