iverilog/configure.in

9 lines
174 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.
AC_PROG_CXX
AC_PROG_INSTALL
1999-04-26 04:35:43 +02:00
AC_OUTPUT(Makefile vvm/Makefile)