]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/configure.ac: Update version; require Autoconf >= 2.59.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 15 Mar 2005 17:30:25 +0000 (17:30 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 15 Mar 2005 17:30:25 +0000 (17:30 +0000)
ChangeLog
libltdl/configure.ac

index 7ed653437bc5d11a892b3f4f5825dc5e6fd00d73..deefe37f60773a2eba0c3b468de6abea4a77b950 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-03-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * libltdl/configure.ac: Update version; require Autoconf >= 2.59.
+
 2005-03-15  Gary V. Vaughan  <gary@gnu.org>
 
        * bootstrap (reconfdirs): Revert accidental partial commit.
index 552a576ae8e3057e75b75aa0ebc482e12c28325f..2d25c9ed6f4dc68a6e387992143518a8b6075402 100644 (file)
 # configure this directory if your user doesn't want to use the installed
 # libltdl.
 
-AC_PREREQ(2.57)
+AC_PREREQ(2.59) ## We use AS_HELP_STRING
 
 
 ## ------------------------ ##
 ## Autoconf initialisation. ##
 ## ------------------------ ##
-AC_INIT([libltdl], [1.5a], [bug-libtool@gnu.org])
+AC_INIT([libltdl], [1.9g], [bug-libtool@gnu.org])
 AC_CONFIG_HEADERS([config.h:config-h.in])
 AC_CONFIG_SRCDIR([ltdl.c])
 AC_CONFIG_AUX_DIR([config])