summaryrefslogtreecommitdiff
path: root/intl/configure.ac
diff options
context:
space:
mode:
authorKelley Cook <kcook@gcc.gnu.org>2004-03-11 00:27:41 +0000
committerR. Kelley Cook <kcook@gcc.gnu.org>2004-03-11 00:27:41 +0000
commit8ab705be38fcd3b386cd78fa6a400573bec3ad9c (patch)
tree2f9eb988a05a9197196b677c99278e253fe1dbdd /intl/configure.ac
parent6790e4db7bc064c072a7eba1662b015ee1dec717 (diff)
downloadgcc-8ab705be38fcd3b386cd78fa6a400573bec3ad9c.tar.gz
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.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/configure.ac b/intl/configure.ac
index 0f54336ba86..516057b3af2 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)