2009-04-27 10:50:53 +00:00
|
|
|
dnl Process this file with autoconf to produce a configure script.
|
|
|
|
AC_INIT(Makefile.in)
|
2011-10-18 00:31:00 +00:00
|
|
|
sinclude(../common/acinclude.m4)
|
2009-04-27 10:50:53 +00:00
|
|
|
|
2011-10-18 00:17:24 +00:00
|
|
|
SIM_AC_COMMON
|
2009-04-27 10:50:53 +00:00
|
|
|
|
2016-01-02 17:46:16 -05:00
|
|
|
SIM_AC_OPTION_ENDIAN(LITTLE)
|
2015-03-28 05:34:55 -04:00
|
|
|
SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT,STRICT_ALIGNMENT)
|
|
|
|
SIM_AC_OPTION_WARNINGS
|
|
|
|
|
2009-04-27 10:50:53 +00:00
|
|
|
SIM_AC_OUTPUT
|