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

2016-03-11 Thread Michael Haubenwallner
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 "$*" >> +

Re: [PATCH 3/4] Use POSIX nm to simplify AIX export_symbols_cmds.

2016-03-11 Thread Michael Haubenwallner
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. >

Re: [PATCH 3/4] Use POSIX nm to simplify AIX export_symbols_cmds.

2016-03-11 Thread Peter Rosin
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