Fix TCL error in gdb.python/py-format-string.exp.
[deliverable/binutils-gdb.git] / sim / microblaze / configure.ac
index 6e6850cb31aaf2d2ebfe668b7c27b16ba6cc2b3d..5dffa14bccc47f11ddc2042e9ee0d7d4b168f6e9 100644 (file)
@@ -1,10 +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)
+sinclude(../common/acinclude.m4)
 
 SIM_AC_COMMON
 
-AC_CHECK_HEADERS(unistd.h)
+SIM_AC_OPTION_ENDIAN
+SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT,STRICT_ALIGNMENT)
+SIM_AC_OPTION_WARNINGS
 
 SIM_AC_OUTPUT
This page took 0.034346 seconds and 4 git commands to generate.