binutils-gdb/sim/erc32/configure.in
Tom Tromey b1df34b9ed * configure: Regenerated to track ../common/aclocal.m4 changes.
* config.in: Ditto.
	* configure.in: Don't call sinclude.
1998-04-24 20:39:48 +00:00

13 lines
242 B
Plaintext

dnl Process this file with autoconf to produce a configure script.
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