summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/ChangeLog4
-rw-r--r--config/override.m42
2 files changed, 5 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 7a2a7b642e..f45a3ccb29 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,7 @@
+2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * override.m4 (_GCC_AUTOCONF_VERSION): Bump to 2.64.
+
2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* override.m4 (AC_DISABLE_OPTION_CHECKING): Define to be
diff --git a/config/override.m4 b/config/override.m4
index a10146ff75..cfa225a339 100644
--- a/config/override.m4
+++ b/config/override.m4
@@ -40,7 +40,7 @@ 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.59])])
+ [m4_define([_GCC_AUTOCONF_VERSION], [2.64])])
dnl Test for the exact version when AC_INIT is expanded.
dnl This allows to update the tree in steps (for testing)