* libtoolize.m4sh (func_copy): Split arguments to func_copy_cb

calls across lines so that quote.test doesn't misdiagnose nested
quotes.
This commit is contained in:
Gary V. Vaughan 2005-02-25 17:50:23 +00:00
parent ca2959fea1
commit ae43cbad91
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,9 @@
2005-02-25 Gary V. Vaughan <gary@gnu.org>
* 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.

View File

@ -201,7 +201,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