Index: arm/ChangeLog
[deliverable/binutils-gdb.git] / sim / frv / configure.ac
index 35d1d7cf3279c47de28d4077a9a1cfe3fcc3f3c7..b06b45557b82760db31e31ff1a84fd5eed79f3b8 100644 (file)
@@ -1,10 +1,14 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.59)dnl
 AC_INIT(Makefile.in)
+AC_CONFIG_HEADER(config.h:config.in)
 
-sinclude(../common/common.m4)
 sinclude(../common/aclocal.m4)
 
+# Bugs in autoconf 2.59 break the call to SIM_AC_COMMON, hack around
+# it by inlining the macro's contents.
+sinclude(../common/common.m4)
+
 SIM_AC_OPTION_ENDIAN(BIG_ENDIAN)
 SIM_AC_OPTION_ALIGNMENT(STRICT_ALIGNMENT)
 SIM_AC_OPTION_HOSTENDIAN
This page took 0.023554 seconds and 4 git commands to generate.