From: Gary V. Vaughan Date: Fri, 25 Feb 2005 18:07:49 +0000 (+0000) Subject: * libtoolize.m4sh (func_copy): Split arguments to func_copy_cb X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b626bd34e61372f4055bf18e23173678549a027;p=thirdparty%2Flibtool.git * libtoolize.m4sh (func_copy): Split arguments to func_copy_cb calls across lines so that quote.test doesn't misdiagnose nested quotes. --- diff --git a/ChangeLog b/ChangeLog index c6ce1c368..e0824e69a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-02-25 Gary V. Vaughan + * libtoolize.m4sh (func_copy): Split arguments to func_copy_cb + calls across lines so that quote.test doesn't misdiagnose nested + quotes. + * m4/libtool.m4 (_LT_LANG_CXX_CONFIG, _LT_COMPILER_PIC): Fix some typos -- s/_LT_AC_TAGVAR/_LT_TAGVAR/g. diff --git a/libtoolize.m4sh b/libtoolize.m4sh index b2da529f1..f763c2858 100644 --- a/libtoolize.m4sh +++ b/libtoolize.m4sh @@ -190,7 +190,8 @@ func_copy () if test -d "$2"; then - func_copy_cb "$my_f1" `$ECHO "X$1" | $Xsed -e "$dirname"` "$2" + func_copy_cb "$my_f1" \ + `$ECHO "X$1" | $Xsed -e "$dirname"` "$2" else