From cc5e05851e0ab6aa47a79c9b9ab737ea37b30d34 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Tue, 15 Mar 2005 17:30:25 +0000 Subject: [PATCH] * libltdl/configure.ac: Update version; require Autoconf >= 2.59. --- ChangeLog | 4 ++++ libltdl/configure.ac | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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]) -- 2.47.2