changeset 30268:676dd3660a52

bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the obsolete AM_PROG_LIBTOOL. Spotted by Debarshi 'Rishi' Ray <debarshi.ray@gmail.com>.
author Jim Meyering <meyering@redhat.com>
date Sun, 05 Oct 2008 08:24:04 +0200
parents 3c2652cd8d21
children a7ac99c01f80
files ChangeLog build-aux/bootstrap
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Oct 04 18:34:37 2008 +0200
+++ b/ChangeLog	Sun Oct 05 08:24:04 2008 +0200
@@ -1,3 +1,10 @@
+2008-10-05  Jim Meyering  <meyering@redhat.com>
+
+	bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
+	* build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
+	obsolete AM_PROG_LIBTOOL.
+	Spotted by Debarshi 'Rishi' Ray <debarshi.ray@gmail.com>.
+
 2008-10-04  Bruno Haible  <bruno@clisp.org>
 
 	* modules/dup2 (License): Change to LGPLv2+.
--- a/build-aux/bootstrap	Sat Oct 04 18:34:37 2008 +0200
+++ b/build-aux/bootstrap	Sun Oct 05 08:24:04 2008 +0200
@@ -597,7 +597,7 @@
   'automake --add-missing --copy --force-missing';
 do
   if test "$command" = libtool; then
-    grep '^[	 ]*AM_PROG_LIBTOOL\>' configure.ac >/dev/null ||
+    grep '^[	 ]*A[CM]_PROG_LIBTOOL\>' configure.ac >/dev/null ||
       continue
     command='libtoolize -c -f'
   fi