From 8ab705be38fcd3b386cd78fa6a400573bec3ad9c Mon Sep 17 00:00:00 2001 From: Kelley Cook Date: Thu, 11 Mar 2004 00:27:41 +0000 Subject: configure.ac: Bump AC_PREREQ to 2.59. boehm-gc/ 2004-03-10 Kelley Cook * configure.ac: Bump AC_PREREQ to 2.59. * configure: Regenerate. * config.in: Regenerate. fastjar/ 2004-03-10 Kelley Cook * configure.ac: Bump AC_PREREQ to 2.59. * configure: Regenerate. intl/ 2004-03-10 Kelley Cook * configure.ac: Bump AC_PREREQ to 2.59. * configure: Regenerate. * config.h.in: Regenerate. gcc/ 2004-03-10 Kelley Cook * configure.ac: Bump AC_PREREQ to 2.59. * configure: Regenerate. libada/ 2004-03-10 Kelley Cook * configure.in: Rename file to ... * configure.ac: .. to this. Bump AC_PREREQ to 2.59. * configure: Regenerate. libjava/libltdl/ 2004-03-10 Kelley Cook * configure.ac: Bump AC_PREREQ to 2.59. * configure: Regenerate. * config-h.in: Regenerate. libstdc++-v3/ 2004-03-10 Kelley Cook * configure.ac: Bump AC_PREREQ to 2.59. contrib/ 2004-03-10 Kelley Cook * gcc_update (files_and_dependencies): Insert libada/configure. From-SVN: r79285 --- gcc/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/configure.ac') diff --git a/gcc/configure.ac b/gcc/configure.ac index c60dbf0..9d40678 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -25,7 +25,7 @@ # Initialization and sanity checks # -------------------------------- -AC_PREREQ(2.57) +AC_PREREQ(2.59) AC_INIT AC_CONFIG_SRCDIR(tree.c) AC_CONFIG_HEADER(auto-host.h:config.in) -- cgit v1.1