aboutsummaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-08-24 19:12:57 +0000
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-08-24 19:12:57 +0000
commitd444d2baeac99766e9d2aa61e4ad91e6bb4778e7 (patch)
tree616fc37d65b6e971846136c9f9d645521ed7b57e /libiberty
parent6f01793dbbcafd031b24f960e43deb92b5d7122d (diff)
downloadbinutils-d444d2baeac99766e9d2aa61e4ad91e6bb4778e7.zip
binutils-d444d2baeac99766e9d2aa61e4ad91e6bb4778e7.tar.gz
binutils-d444d2baeac99766e9d2aa61e4ad91e6bb4778e7.tar.bz2
Sync from GCC: Update AC_PREREQ entries to 2.64.
/: * configure.ac (AC_PREREQ): Bump to 2.64. intl/: * configure.ac (AC_PREREQ): Bump to 2.64. libdecnumber/: * configure.ac (AC_PREREQ): Bump to 2.64. libiberty/: * configure.ac (AC_PREREQ): Bump to 2.64.
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog4
-rw-r--r--libiberty/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index ad0ef4e..8698a2d 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,7 @@
+2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * configure.ac (AC_PREREQ): Bump to 2.64.
+
2009-08-23 H.J. Lu <hongjiu.lu@intel.com>
PR ld/10536
diff --git a/libiberty/configure.ac b/libiberty/configure.ac
index 90d6060..f01d518 100644
--- a/libiberty/configure.ac
+++ b/libiberty/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script
-AC_PREREQ(2.59)
+AC_PREREQ(2.64)
AC_INIT
AC_CONFIG_SRCDIR([xmalloc.c])