]> 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:23:58 +0000 (00:23 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 28 Nov 2001 00:23:58 +0000 (00:23 +0000)
in aclocal.m4 had bitrotted slightly.
Reported by Takahiko Kawasaki <Takahiko_Kawasaki@cii.csk.co.jp>

ChangeLog
libtoolize.in

index b2425954778804488223b9a0be8338090837ce60..78ee7cc1986ee73a79eb58109b7c555ccec45826 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
@@ -13,6 +19,7 @@
        * libtool.texi: Document it.
 
 2001-11-27  Kevin Ryde  <user42@zip.com.au>
+
        * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Send "test"
        warnings to /dev/null, helps FreeBSD and maybe others.
 
index 09eb13bcb75706656d95ebddd170f7a5907319ce..f2beeea74b5e0f1d4e9ba112d0827d8fe68d4361 100644 (file)
@@ -208,7 +208,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'`