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 /libjava/libltdl/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 'libjava/libltdl/configure.ac')
-rw-r--r-- | libjava/libltdl/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/libltdl/configure.ac b/libjava/libltdl/configure.ac index 60df385..c4450dc 100644 --- a/libjava/libltdl/configure.ac +++ b/libjava/libltdl/configure.ac @@ -20,7 +20,7 @@ ## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_PREREQ(2.57) +AC_PREREQ(2.59) AC_INIT([libltdl], [1.2], [bug-libtool@gnu.org]) AC_CONFIG_SRCDIR([ltdl.c]) |