]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
libtool.m4 (_LT_AC_LTCONFIG_HACK): Forgot to escape the
authorGary V. Vaughan <gary@gnu.org>
Sat, 9 Sep 2000 12:55:38 +0000 (12:55 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sat, 9 Sep 2000 12:55:38 +0000 (12:55 +0000)
redirections inside AC_TRY_EVAL in the need_lc tests. Doh!

ChangeLog

index a33f1cc1fa1989e5a1d4bc822ba953f195d4ab3a..91612ea398902ea9d6fccc60621c6c5650369d3f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-09-09  Gary V. Vaughan  <gvv@techie.com>
 
+       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.