From aaacba9209bee02a764ab97e155eab6420e3f7e1 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Wed, 13 Sep 2000 01:31:15 +0000 Subject: [PATCH] libtool.m4 (_LT_AC_LTCONFIG_HACK): Oh man! Third time lucky. I just discovered that '&' needs to be escaped inside AC_TRY_EVAL. --- ChangeLog | 10 ++++++++-- libtool.m4 | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6fa756e25..b899d9dd1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,16 @@ -2000-09-12 Michael Matz +2000-09-13 Gary V. Vaughan + + 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 * ltmain.in: Be careful about filenames with multiple `.'s in them when calculating file extensions. Reported by Joel Reed -2000-09-12 Gary V. Vaughan +2000-09-12 Gary V. Vaughan libtool.m4 (AC_PROG_LIBTOOL): Removed, as it was triggering a bug in Autoconf-2.13 AC_REQUIRE implementation which inserted diff --git a/libtool.m4 b/libtool.m4 index a72c7ef82..74d3c5ff3 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -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 -- 2.47.3