sim: move from common.m4 to SIM_AC_COMMON
[deliverable/binutils-gdb.git] / sim / common / configure.ac
index 39302c8bb3ac5d919a624ca86bf2b07761aea1d2..a683f37a33a1d6bd527159531892a9f5b79805da 100644 (file)
@@ -1,11 +1,8 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.59)dnl
+AC_PREREQ(2.64)dnl
 AC_INIT(Makefile.in)
-AC_CONFIG_HEADER(cconfig.h:config.in)
 
-# 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_COMMON(cconfig.h)
 
 # Put a useful copy of CPP_FOR_TARGET in Makefile.
 # This is only used to build the target values header files.  These files are
This page took 0.024112 seconds and 4 git commands to generate.