>From 1ff16a1235ed546f04b219966a9142a2334a7b4b Mon Sep 17 00:00:00 2001
From: Jim Meyering <[EMAIL PROTECTED]>
Date: Sun, 5 Oct 2008 08:24:04 +0200
Subject: [PATCH] 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 <[EMAIL PROTECTED]>.
---
ChangeLog | 7 +++++++
build-aux/bootstrap | 2 +-
2 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index a360f8c..6cbd739 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-10-05 Jim Meyering <[EMAIL PROTECTED]>
+
+ 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 <[EMAIL PROTECTED]>.
+
2008-10-04 Bruno Haible <[EMAIL PROTECTED]>
* modules/dup2 (License): Change to LGPLv2+.
diff --git a/build-aux/bootstrap b/build-aux/bootstrap
index 1134a65..ae2b8a2 100755
--- a/build-aux/bootstrap
+++ b/build-aux/bootstrap
@@ -597,7 +597,7 @@ for command in \
'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
--
1.6.0.2.307.gc427
_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils