libtool-patches
[Top][All Lists]
Advanced

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

Re: [PATCH 1/4] Fix func_echo_all inside configure.


From: Michael Haubenwallner
Subject: Re: [PATCH 1/4] Fix func_echo_all inside configure.
Date: Fri, 11 Mar 2016 21:41:11 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0

On 03/10/2016 05:44 PM, Eric Blake wrote:
> On 03/10/2016 02:01 AM, Michael Haubenwallner wrote:
>> * m4/libtool.m4 (func_echo_all): Properly get $* through m4.
>> ---
>>  m4/libtool.m4 | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)

>>  func_echo_all ()
>>  {
>> -    $ECHO "$*"
>> +    $ECHO "@S|@*"
> 
> That works.  You might also want to try $[]*, for less typing, and
> comparable to what we have a few lines earlier:

While I don't really care, and failed to identify the preferred syntax
across libtool.m4 - wouldn't [$]* be even more obvious to read, as in
"quote the dollar-sign"?

/haubi/

Attachment: 0001-Fix-func_echo_all-inside-configure.patch
Description: Text Data


reply via email to

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