From: Ralf Wildenhues Date: Tue, 15 Mar 2005 17:30:25 +0000 (+0000) Subject: * libltdl/configure.ac: Update version; require Autoconf >= 2.59. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc5e05851e0ab6aa47a79c9b9ab737ea37b30d34;p=thirdparty%2Flibtool.git * libltdl/configure.ac: Update version; require Autoconf >= 2.59. --- diff --git a/ChangeLog b/ChangeLog index 7ed653437..deefe37f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-03-15 Ralf Wildenhues + + * libltdl/configure.ac: Update version; require Autoconf >= 2.59. + 2005-03-15 Gary V. Vaughan * bootstrap (reconfdirs): Revert accidental partial commit. diff --git a/libltdl/configure.ac b/libltdl/configure.ac index 552a576ae..2d25c9ed6 100644 --- a/libltdl/configure.ac +++ b/libltdl/configure.ac @@ -22,13 +22,13 @@ # 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])