9 lines
161 B
Plaintext
9 lines
161 B
Plaintext
|
|
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
|
||
|
|
|
||
|
|
AC_OUTPUT(Makefile)
|