]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtoolize.in: The test for whether AC_PROG_LIBTOOL is defined
authorGary V. Vaughan <gary@gnu.org>
Wed, 28 Nov 2001 00:42:30 +0000 (00:42 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 28 Nov 2001 00:42:30 +0000 (00:42 +0000)
in aclocal.m4 had bitrotted slightly.
Reported by Takahiko Kawasaki <Takahiko_Kawasaki@cii.csk.co.jp>

ChangeLog
libtoolize.in

index 6d44b1d53f65cbc215211b59f4223b829295046b..f393de3c57e37d2e21f2e763168a6ef4536ea63a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-11-28  Gary V. Vaughan  <gary@gnu.org>
+
+       * libtoolize.in: The test for whether AC_PROG_LIBTOOL is defined
+       in aclocal.m4 had bitrotted slightly.
+       Reported by Takahiko Kawasaki <Takahiko_Kawasaki@cii.csk.co.jp>
+
 2001-11-27  Donald D. Anderson  <dda@sleepycat.com>
 
        * ltmain.in: Treat freebsd like openbsd, in that -lc/-lc_r should
index 446e0970ec04cf65b222caaf4e33f9f4c1c74946..79f4a41e137550a0571101da71608e00dfb3cb29 100644 (file)
@@ -204,7 +204,7 @@ if test -z "$automake"; then
     updatemsg="add the contents of \`$libtool_m4' to \`aclocal.m4'"
   fi
 
-  if egrep '^AC_DEFUN\(A[MC]_PROG_LIBTOOL' aclocal.m4 >/dev/null 2>&1; then
+  if egrep '^AC_DEFUN\(\[A[MC]_PROG_LIBTOOL' aclocal.m4 >/dev/null 2>&1; then
     # Check the version number on libtool.m4 and the one used in aclocal.m4.
     instserial=`grep '^# serial ' $libtool_m4 | grep 'A[MC]_PROG_LIBTOOL' | sed -e 's/^# serial \([0-9][0-9]*\).*$/\1/; q'`