mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
* 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:
parent
ca2959fea1
commit
ae43cbad91
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user