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
|
1997-09-12 05:56:38 +00:00
|
|
|
SIM_AC_OPTION_RESERVED_BITS
|
1997-09-03 04:10:33 +00:00
|
|
|
|
1997-09-04 10:10:02 +00:00
|
|
|
AC_CHECK_FUNCS(time chmod utime fork execve execv chown)
|
1997-09-03 07:30:17 +00:00
|
|
|
AC_CHECK_HEADERS(unistd.h stdlib.h string.h strings.h utime.h time.h)
|
1996-08-29 01:06:42 +00:00
|
|
|
|
1996-11-20 10:27:55 +00:00
|
|
|
SIM_AC_OUTPUT
|