From: Gary V. Vaughan Date: Wed, 28 Nov 2001 00:23:58 +0000 (+0000) Subject: * libtoolize.in: The test for whether AC_PROG_LIBTOOL is defined X-Git-Tag: release-1-4d~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57a83d3b933b47129a6df908e6bcfb778cd2d763;p=thirdparty%2Flibtool.git * libtoolize.in: The test for whether AC_PROG_LIBTOOL is defined in aclocal.m4 had bitrotted slightly. Reported by Takahiko Kawasaki --- diff --git a/ChangeLog b/ChangeLog index b24259547..78ee7cc19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-11-28 Gary V. Vaughan + + * libtoolize.in: The test for whether AC_PROG_LIBTOOL is defined + in aclocal.m4 had bitrotted slightly. + Reported by Takahiko Kawasaki + 2001-11-27 Donald D. Anderson * 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 + * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Send "test" warnings to /dev/null, helps FreeBSD and maybe others. diff --git a/libtoolize.in b/libtoolize.in index 09eb13bcb..f2beeea74 100644 --- a/libtoolize.in +++ b/libtoolize.in @@ -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'`