bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cvs autoconf testsuite failure under solaris 2.5.1


From: Akim Demaille
Subject: Re: cvs autoconf testsuite failure under solaris 2.5.1
Date: 17 Jan 2001 18:13:08 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Crater Lake)

>>>>> "Pavel" == Pavel Roskin <address@hidden> writes:

Pavel> Akim, I guess we shouldn't release 2.49c without fixing it. Two
Pavel> consequtive messages on address@hidden report this
Pavel> failure.

Definitely.  This has recently been introduced without really thinking
about it when I added the automatic checks for default includes.  The
test suite should indeed not depend upon the result for these
headers.  I'd suggest strengthening the regexp of...

# AT_CHECK_DEFINES(CONTENT)
# -------------------------
# Verify that config.h, once stripped is CONTENT.
# Stripping consists of keeping CPP lines (i.e. containing a hash),
# but those of automatically checked features (STDC_HEADERS etc.).
# AT_CHECK_HEADER is a better name, but too close from AC_CHECK_HEADER.
m4_define([AT_CHECK_DEFINES],
[AT_CHECK([[fgrep '#' config.h | grep -v 'STDC_HEADERS']],, [$1])])

Pavel, could I ask you handle this one?  I'm leaving, and plan to
spend some time on diversion instead.  TIA.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]