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 "$*"
>> +
Hi Peter,
thanks for looking at the patch!
On 03/10/2016 12:29 PM, Peter Rosin wrote:
> Hi Michael,
>
> I had a look since I wrote a patch for POSIX nm a couple of years ago
> that I never submitted (I didn't see any use case) which looked very
> similar, excepting the AIX-ism in your version.
>
On 2016-03-11 22:22, Michael Haubenwallner wrote:
> Hi Peter,
>
> thanks for looking at the patch!
>
> On 03/10/2016 12:29 PM, Peter Rosin wrote:
>> Hi Michael,
>>
>> I had a look since I wrote a patch for POSIX nm a couple of years ago
>> that I never submitted (I didn't see any use case) which