From: Gary V. Vaughan Date: Sat, 9 Sep 2000 12:55:38 +0000 (+0000) Subject: libtool.m4 (_LT_AC_LTCONFIG_HACK): Forgot to escape the X-Git-Tag: release-1-3d~94 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f3c00d036569eac7f6a8d1b4bbcf9dd473af2988;p=thirdparty%2Flibtool.git libtool.m4 (_LT_AC_LTCONFIG_HACK): Forgot to escape the redirections inside AC_TRY_EVAL in the need_lc tests. Doh! --- diff --git a/ChangeLog b/ChangeLog index a33f1cc1f..91612ea39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-09-09 Gary V. Vaughan + libtool.m4 (_LT_AC_LTCONFIG_HACK): Forgot to escape the + redirections inside AC_TRY_EVAL in the need_lc tests. Doh! + libtool.m4 (_LT_AC_LTCONFIG_HACK): Forgot to redirect the output of grep to /dev/null in the need_lc tests.