2009-04-27 10:50:53 +00:00
|
|
|
dnl Process this file with autoconf to produce a configure script.
|
2011-10-18 00:17:24 +00:00
|
|
|
AC_PREREQ(2.64)dnl
|
2009-04-27 10:50:53 +00:00
|
|
|
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 22:46:16 +00:00
|
|
|
SIM_AC_OPTION_ENDIAN(LITTLE)
|
2015-03-28 09:34:55 +00:00
|
|
|
SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT,STRICT_ALIGNMENT)
|
|
|
|
SIM_AC_OPTION_WARNINGS
|
|
|
|
|
2009-04-27 10:50:53 +00:00
|
|
|
SIM_AC_OUTPUT
|