sim: fully merge sim_state_base into sim_state
[deliverable/binutils-gdb.git] / sim / avr / configure.ac
index 8fefa07cb9643fae8c77642a4935b4af6f0048f4..92046a1762dd211c80bd69a9267dbb04b67d59a5 100644 (file)
@@ -1,8 +1,11 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.64)dnl
 AC_INIT(Makefile.in)
-sinclude(../common/aclocal.m4)
+AC_CONFIG_MACRO_DIRS([../m4 ../.. ../../config])
 
 SIM_AC_COMMON
 
+SIM_AC_OPTION_ENDIAN(LITTLE)
+SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT,STRICT_ALIGNMENT)
+SIM_AC_OPTION_WARNINGS
+
 SIM_AC_OUTPUT
This page took 0.024184 seconds and 4 git commands to generate.