libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: 123-gary-split-line-for-quote-test.patch


From: Gary V. Vaughan
Subject: FYI: 123-gary-split-line-for-quote-test.patch
Date: Fri, 25 Feb 2005 18:07:35 +0000
User-agent: Mozilla Thunderbird 0.9 (X11/20041103)

...otherwise quote.test generates a spurious fairure.
-- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
Index: ChangeLog
from  Gary V. Vaughan  <address@hidden>
        * libtoolize.m4sh (func_copy): Split arguments to func_copy_cb
        calls across lines so that quote.test doesn't misdiagnose nested
        quotes.

Index: libtoolize.m4sh
===================================================================
RCS file: /cvsroot/libtool/libtool/libtoolize.m4sh,v
retrieving revision 1.1.2.8
diff -u -p -r1.1.2.8 libtoolize.m4sh
--- libtoolize.m4sh 22 Feb 2005 17:41:46 -0000 1.1.2.8
+++ libtoolize.m4sh 25 Feb 2005 18:05:45 -0000
@@ -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
 

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]