Add macro handling extensions and line substitution support.
[deliverable/binutils-gdb.git] / sim / configure.in
index ce47feda2f413d331fee20981898c061775846da..8bee260306c1ea527e8d0a2c06d583f89b0a1f7a 100644 (file)
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.12.1)dnl
+AC_PREREQ(2.13)dnl
 AC_INIT(Makefile.in)
 
 AC_PROG_CC
@@ -18,7 +18,6 @@ AC_SUBST(AR)
 AC_PROG_RANLIB
 
 # Put a plausible default for CC_FOR_BUILD in Makefile.
-AC_C_CROSS
 if test "x$cross_compiling" = "xno"; then
   CC_FOR_BUILD='$(CC)'
 else
This page took 0.02263 seconds and 4 git commands to generate.