5da9ce07eb
* config.in: Ditto. * acconfig.h: New file. * configure.in: Reverted change of Apr 24; use sinclude again.
14 lines
273 B
Plaintext
14 lines
273 B
Plaintext
dnl Process this file with autoconf to produce a configure script.
|
|
sinclude(../common/aclocal.m4)
|
|
AC_PREREQ(2.5)dnl
|
|
AC_INIT(Makefile.in)
|
|
|
|
SIM_AC_COMMON
|
|
|
|
AC_CHECK_HEADERS(stdlib.h)
|
|
|
|
AC_CHECK_LIB(termcap, main, TERMCAP=-ltermcap, TERMCAP="")
|
|
AC_SUBST(TERMCAP)
|
|
|
|
SIM_AC_OUTPUT
|