]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtoolize.m4sh (func_copy): Split arguments to func_copy_cb
authorGary V. Vaughan <gary@gnu.org>
Fri, 25 Feb 2005 17:50:23 +0000 (17:50 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 25 Feb 2005 17:50:23 +0000 (17:50 +0000)
calls across lines so that quote.test doesn't misdiagnose nested
quotes.

ChangeLog
libtoolize.m4sh

index 4f603b1606a1b75afbaa7377ec99293da828ef08..1528afa5a5ee78513d5488e611bc6504877fc216 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
index 3c9119b8ada5be720f05907ba56fd8be8b93c996..07ed4e5b9ea437187f25042cdbd9dac827dabe5c 100644 (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