1997-02-04 22:07:50 +00:00
|
|
|
dnl Process this file with autoconf to produce a configure script.
|
|
|
|
sinclude(../common/aclocal.m4)
|
1996-08-29 01:06:42 +00:00
|
|
|
AC_PREREQ(2.5)dnl
|
|
|
|
AC_INIT(Makefile.in)
|
|
|
|
|
1996-11-20 10:27:55 +00:00
|
|
|
SIM_AC_COMMON
|
1996-08-29 01:06:42 +00:00
|
|
|
|
1997-09-03 04:10:33 +00:00
|
|
|
SIM_AC_OPTION_ENDIAN(LITTLE_ENDIAN)
|
|
|
|
SIM_AC_OPTION_HOSTENDIAN
|
|
|
|
SIM_AC_OPTION_WARNINGS
|
|
|
|
|
|
|
|
AC_CHECK_FUNCS(time, chmod, utime)
|
|
|
|
AC_CHECK_HEADERS(unistd.h stdlib.h string.h strings.h utime.h)
|
1996-08-29 01:06:42 +00:00
|
|
|
|
1996-11-20 10:27:55 +00:00
|
|
|
SIM_AC_OUTPUT
|