]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
libtool.m4 (_LT_AC_LTCONFIG_HACK): Oh man! Third time lucky.
authorGary V. Vaughan <gary@gnu.org>
Wed, 13 Sep 2000 01:31:15 +0000 (01:31 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 13 Sep 2000 01:31:15 +0000 (01:31 +0000)
I just discovered that '&' needs to be escaped inside
AC_TRY_EVAL.

ChangeLog
libtool.m4

index 6fa756e25cb0b1ec8a6fd240dde7eb376a313157..b899d9dd1de10a1e143016bfd64b73bf0b8d8572 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,16 @@
-2000-09-12  Michael Matz <matz@ifh.de>
+2000-09-13  Gary V. Vaughan  <gvv@techie.com>
+
+       libtool.m4 (_LT_AC_LTCONFIG_HACK): Oh man!  Third time lucky.
+       I just discovered that '&' needs to be escaped inside
+       AC_TRY_EVAL.
+
+2000-09-12  Michael Matz  <matz@ifh.de>
 
        * ltmain.in:  Be careful about filenames with multiple `.'s in
        them when calculating file extensions.
        Reported by Joel Reed <jreed@support.ddiworld.com>
 
-2000-09-12  Gary V. Vaughan <gvv@techie.com>
+2000-09-12  Gary V. Vaughan  <gvv@techie.com>
 
        libtool.m4 (AC_PROG_LIBTOOL):  Removed, as it was triggering a
        bug in Autoconf-2.13 AC_REQUIRE implementation which inserted
index a72c7ef8215cd244aeae37483c3675cde74ffdc5..74d3c5ff37ff57ffe19b0c84fee8a84390802f42 100644 (file)
@@ -2050,7 +2050,7 @@ if test "$enable_shared" = yes && test "$ac_cv_prog_gcc" = yes; then
       libname=conftest
       save_allow_undefined_flag=$allow_undefined_flag
       allow_undefined_flag=
-      if AC_TRY_EVAL(archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>&1)
+      if AC_TRY_EVAL(archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
       then
        ac_cv_archive_cmds_need_lc=no
       else