bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL


From: Jim Meyering
Subject: [PATCH] bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
Date: Sun, 05 Oct 2008 08:42:53 +0200

>From 1ff16a1235ed546f04b219966a9142a2334a7b4b Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
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 <address@hidden>.
---
 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  <address@hidden>
+
+       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 <address@hidden>.
+
 2008-10-04  Bruno Haible  <address@hidden>

        * 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]