binutils-gdb/sim/erc32/configure.in
Tom Tromey 5da9ce07eb * configure: Regenerated to track ../common/aclocal.m4 changes.
* config.in: Ditto.
	* acconfig.h: New file.
	* configure.in: Reverted change of Apr 24; use sinclude again.
1998-04-26 22:03:55 +00:00

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