]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Limit stderr logging for C compiler version.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 27 Apr 2009 19:38:40 +0000 (21:38 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 1 May 2009 08:58:58 +0000 (10:58 +0200)
commitb26d51caf989d23748e4d32ecb938ce838902b74
tree08bcf66617307492e898919a74aeefb3b5b0e4e7
parent3bec0c1d32f56cfec6a9c78ddbed658b03863ae6
Limit stderr logging for C compiler version.

* lib/autoconf/general.m4 (_AC_RUN_LOG_LIMIT, _AC_DO_LIMIT): New
internal macros, equivalent to _AC_RUN_LOG and _AC_DO, but with
an optional additional argument to limit the number of lines of
stderr output logged, defaulting to 10.
* lib/autoconf/c.m4 (AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC): Use
_AC_DO_LIMIT for capturing compiler version output.  Also test
-qversion, for the IBM xlc compiler.
* lib/autoconf/fortran.m4 (_AC_PROG_FC): Likewise.
* THANKS: Update.
Report by Christian Rössel and John R. Cary against Libtool.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
THANKS
lib/autoconf/c.m4
lib/autoconf/fortran.m4
lib/autoconf/general.m4