diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2004-03-11 00:27:41 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2004-03-11 00:27:41 +0000 |
commit | 8ab705be38fcd3b386cd78fa6a400573bec3ad9c (patch) | |
tree | 2f9eb988a05a9197196b677c99278e253fe1dbdd /intl/configure.ac | |
parent | 6790e4db7bc064c072a7eba1662b015ee1dec717 (diff) | |
download | gcc-8ab705be38fcd3b386cd78fa6a400573bec3ad9c.zip gcc-8ab705be38fcd3b386cd78fa6a400573bec3ad9c.tar.gz gcc-8ab705be38fcd3b386cd78fa6a400573bec3ad9c.tar.bz2 |
configure.ac: Bump AC_PREREQ to 2.59.
boehm-gc/
2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
* configure.ac: Bump AC_PREREQ to 2.59.
* configure: Regenerate.
* config.in: Regenerate.
fastjar/
2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
* configure.ac: Bump AC_PREREQ to 2.59.
* configure: Regenerate.
intl/
2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
* configure.ac: Bump AC_PREREQ to 2.59.
* configure: Regenerate.
* config.h.in: Regenerate.
gcc/
2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
* configure.ac: Bump AC_PREREQ to 2.59.
* configure: Regenerate.
libada/
2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
* configure.in: Rename file to ...
* configure.ac: .. to this. Bump AC_PREREQ to 2.59.
* configure: Regenerate.
libjava/libltdl/
2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
* configure.ac: Bump AC_PREREQ to 2.59.
* configure: Regenerate.
* config-h.in: Regenerate.
libstdc++-v3/
2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
* configure.ac: Bump AC_PREREQ to 2.59.
contrib/
2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
* gcc_update (files_and_dependencies): Insert libada/configure.
From-SVN: r79285
Diffstat (limited to 'intl/configure.ac')
-rw-r--r-- | intl/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/configure.ac b/intl/configure.ac index 0f54336..516057b 100644 --- a/intl/configure.ac +++ b/intl/configure.ac @@ -1,4 +1,4 @@ -AC_PREREQ(2.57) +AC_PREREQ(2.59) AC_INIT AC_CONFIG_SRCDIR(gettext.c) AC_CONFIG_HEADER(config.h) |