Re: HP-UX 10.20 format failure (was: snapshot 3 in preparation for 1.4.13)

2009-02-26 Thread Bruno Haible
Hi Gary, > > $ grep NEED config.h > > % grep NEED lib/config.h > #define NEED_PRINTF_DIRECTIVE_A 1 > #define NEED_PRINTF_DIRECTIVE_F 1 > /* #undef NEED_PRINTF_DOUBLE */ > /* #undef NEED_PRINTF_ENOMEM */ > /* #undef NEED_PRINTF_FLAG_GROUPING */ > #define NEED_PRINTF_FLAG_LEFTADJUST 1 > #define NEE

Re: AIX sysval failure

2009-02-26 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Gary V. Vaughan on 2/25/2009 11:10 PM: > > % xlc -o foo foo.c > % ./foo false > 0100 0 > 0100 0 > % ./foo > 0 > 90009 0 There we have it. system() returned -1, rather than the exit value of the child process, even though the ch

branch-1.6 distcheck failure

2009-02-26 Thread Ralf Wildenhues
Hi Eric, branch-1.6 currently fails distcheck for me with this at the very end: make[2]: Leaving directory `/tmp/build/m4-1.5.89a.101-d7ae/_build' rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile ERROR: files left in build directory after distclean:

Re: branch-1.6 distcheck failure

2009-02-26 Thread Eric Blake
Ralf Wildenhues gmx.de> writes: > ERROR: files left in build directory after distclean: > ./checks/in.m4f Thanks for the report. Fixed with this: From: Eric Blake Date: Thu, 26 Feb 2009 14:24:29 -0700 Subject: [PATCH] Fix distcheck. * doc/m4.texinfo (Using frozen files): Clean up in.m4f. Re