diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2009-08-24 19:12:54 +0000 |
---|---|---|
committer | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2009-08-24 19:12:54 +0000 |
commit | d8092aba33949865129234cd83a56a18de0749fb (patch) | |
tree | 91f7d9d12aa33db17a7a9111f66da8259f870074 /libiberty | |
parent | 93de9176527900ec163417601c777a3d9370556f (diff) | |
download | gdb-d8092aba33949865129234cd83a56a18de0749fb.tar.gz |
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/ChangeLog | 4 | ||||
-rw-r--r-- | libiberty/configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index ad0ef4e649f..8698a2d3acc 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 90d60601124..f01d518e5e4 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]) |