On Tue, 15 Mar 2005, Ralf Wildenhues wrote:
OK to apply (first to HEAD, second to branch-2-0)?
This seems fine to me.
Bob
* libltdl/configure.ac: Update version; require Autoconf >= 2.58.
Index: libltdl/configure.ac =================================================================== RCS file: /cvsroot/libtool/libtool/libltdl/configure.ac,v retrieving revision 1.15 diff -u -r1.15 configure.ac --- libltdl/configure.ac 22 Aug 2004 22:02:07 -0000 1.15 +++ libltdl/configure.ac 15 Mar 2005 12:53:34 -0000 @@ -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.58) ## We use AS_HELP_STRING
## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_INIT([libltdl], [1.5a], [EMAIL PROTECTED]) +AC_INIT([libltdl], [2.1a], [EMAIL PROTECTED]) AC_CONFIG_HEADERS([config.h:config-h.in]) AC_CONFIG_SRCDIR([ltdl.c]) AC_CONFIG_AUX_DIR([config])
* libltdl/configure.ac: Update version; require Autoconf >= 2.58.
Index: libltdl/configure.ac =================================================================== RCS file: /cvsroot/libtool/libtool/libltdl/configure.ac,v retrieving revision 1.15 diff -u -r1.15 configure.ac --- libltdl/configure.ac 22 Aug 2004 22:02:07 -0000 1.15 +++ libltdl/configure.ac 15 Mar 2005 14:07:18 -0000 @@ -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.58) ## We use AS_HELP_STRING
## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_INIT([libltdl], [1.5a], [EMAIL PROTECTED]) +AC_INIT([libltdl], [1.9g], [EMAIL PROTECTED]) AC_CONFIG_HEADERS([config.h:config-h.in]) AC_CONFIG_SRCDIR([ltdl.c]) AC_CONFIG_AUX_DIR([config])
====================================== Bob Friesenhahn [EMAIL PROTECTED], http://www.simplesystems.org/users/bfriesen/ GraphicsMagick Maintainer, http://www.GraphicsMagick.org/
