Hello,
I've built GNU m4 on AIX 6.1 Power6, with the following options:
CONFIG_SHELL=/bin/bash /bin/bash \
../m4-1.4.16/configure \
--disable-nls \
--prefix="/sw/aix61/m4-1.4.16-64bit" \
AR="ar -X 64" \
NM="nm -B -X 64" \
LDFLAGS="-q64" \
CC=xlc_r \
CFLAGS="-g -O3 -q64 -qstrict -q
On 08/07/2012 03:15 AM, Thomas Jahns wrote:
> Hello,
>
> I've built GNU m4 on AIX 6.1 Power6, with the following options:
Thanks for the report.
>
> CONFIG_SHELL=/bin/bash /bin/bash \
> ../m4-1.4.16/configure \
> --disable-nls \
> --prefix="/sw/aix61/m4-1.4.16-64bit" \
> AR="ar -X 64" \
On 08/07/2012 09:19 AM, Eric Blake wrote:
>> CONFIG_SHELL=/bin/bash /bin/bash \
>> ../m4-1.4.16/configure \
>
> This particular portion of m4's configure test comes from gnulib, so any
> fix should be to gnulib to benefit multiple programs. Are you saying
> that modern AIX has finally provided