mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-22 13:57:18 +02:00
12 lines
274 B
Plaintext
12 lines
274 B
Plaintext
dnl Process this file with autoconf to produce a configure script.
|
|
AC_INIT(netlist.h)
|
|
|
|
dnl Checks for programs.
|
|
AC_PROG_CC
|
|
AC_PROG_CXX
|
|
AC_CHECK_TOOL(STRIP, strip, true)
|
|
AC_CHECK_HEADERS(getopt.h)
|
|
AC_PROG_INSTALL
|
|
|
|
AC_OUTPUT(Makefile vpi/Makefile ivlpp/Makefile vvm/Makefile)
|