sim: overhaul & unify endian settings management
[deliverable/binutils-gdb.git] / sim / avr / configure.ac
index 54ac06f48e015fca127f6e607ccf746f2953c1b4..08bf6ff8acbc03a0be8087aa8afe9a7851974400 100644 (file)
@@ -1,12 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.64)dnl
 AC_INIT(Makefile.in)
-sinclude(../common/acinclude.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.022453 seconds and 4 git commands to generate.