diff options
author | Kelley Cook <kcook@gcc.gnu.org> | 2004-01-15 03:41:49 +0000 |
---|---|---|
committer | R. Kelley Cook <kcook@gcc.gnu.org> | 2004-01-15 03:41:49 +0000 |
commit | d5b2f1be148aa628a4fd0af9a604e06d4684722d (patch) | |
tree | 2377cd075b8208abe952d9b001005d978df3cfa2 /libjava/libltdl | |
parent | d624465f78fea694b0904e780d896c8b4c0c05b8 (diff) | |
download | gcc-d5b2f1be148aa628a4fd0af9a604e06d4684722d.tar.gz |
configure.in: Add in AC_PREREQ(2.13)
boehm-gc/
2004-01-09 Kelley Cook <kcook@gcc.gnu.org>
* configure.in: Add in AC_PREREQ(2.13)
libf2c/
2004-01-09 Kelley Cook <kcook@gcc.gnu.org>
* libF77/configure.in: Update to AC_PREREQ(2.13)
* libI77/configure.in: Update to AC_PREREQ(2.13)
* libU77/configure.in: Update to AC_PREREQ(2.13)
* libU77/configure: Regenerate.
libffi/
2004-01-09 Kelley Cook <kcook@gcc.gnu.org>
* configure.in: Add in AC_PREREQ(2.13)
libjava/
2004-01-09 Kelley Cook <kcook@gcc.gnu.org>
* configure.in: Add in AC_PREREQ(2.13)
libjava/libltdl
2004-01-09 Kelley Cook <kcook@gcc.gnu.org>
* configure.in: Update to AC_PREREQ(2.57). Delete FIXME comment.
zlib/
2004-01-09 Kelley Cook <kcook@gcc.gnu.org>
* configure.in: Add in AC_PREREQ(2.13)
From-SVN: r75901
Diffstat (limited to 'libjava/libltdl')
-rw-r--r-- | libjava/libltdl/configure.ac | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libjava/libltdl/configure.ac b/libjava/libltdl/configure.ac index 56c9f237721..60df385979b 100644 --- a/libjava/libltdl/configure.ac +++ b/libjava/libltdl/configure.ac @@ -17,13 +17,10 @@ # 02111-1307 USA -## FIXME: Is this really new enough? ## -AC_PREREQ(2.50) - - ## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## +AC_PREREQ(2.57) AC_INIT([libltdl], [1.2], [bug-libtool@gnu.org]) AC_CONFIG_SRCDIR([ltdl.c]) |