1997-04-22 17:46:07 +00:00
|
|
|
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
|
|
|
|
|
|
|
|
dnl Options available in this module
|
|
|
|
SIM_AC_OPTION_INLINE(0)
|
|
|
|
SIM_AC_OPTION_ENDIAN(LITTLE_ENDIAN)
|
1997-05-05 13:21:04 +00:00
|
|
|
SIM_AC_OPTION_ALIGNMENT(FORCED_ALIGNMENT)
|
1997-04-22 17:46:07 +00:00
|
|
|
SIM_AC_OPTION_HOSTENDIAN
|
|
|
|
SIM_AC_OPTION_WARNINGS
|
|
|
|
SIM_AC_OPTION_RESERVED_BITS(1)
|
1997-10-02 23:37:30 +00:00
|
|
|
SIM_AC_OPTION_BITSIZE(32,31)
|
1997-04-22 17:46:07 +00:00
|
|
|
|
|
|
|
dnl For UNIX emulation
|
|
|
|
AC_CHECK_HEADERS(stdlib.h unistd.h string.h strings.h)
|
1997-05-19 23:02:30 +00:00
|
|
|
AC_CHECK_FUNCS(getpid kill)
|
1997-04-22 17:46:07 +00:00
|
|
|
|
|
|
|
SIM_AC_OUTPUT
|