Fix build on rhES5
[deliverable/binutils-gdb.git] / config / override.m4
index b5ce6545ab69bb0b7bbfc0cc528b4eabad971111..5a1bffe60189cb01b6f235f0338ce92385c23b19 100644 (file)
@@ -29,10 +29,10 @@ m4_copy_force([_AC_PREREQ], [AC_PREREQ])
 
 dnl Ensure exactly this Autoconf version is used
 m4_ifndef([_GCC_AUTOCONF_VERSION],
-  [m4_define([_GCC_AUTOCONF_VERSION], [2.64])])
+  [m4_define([_GCC_AUTOCONF_VERSION], [2.69])])
 
 dnl Test for the exact version when AC_INIT is expanded.
-dnl This allows to update the tree in steps (for testing)
+dnl This allows one to update the tree in steps (for testing)
 dnl by putting
 dnl   m4_define([_GCC_AUTOCONF_VERSION], [X.Y])
 dnl in configure.ac before AC_INIT,
This page took 0.025046 seconds and 4 git commands to generate.