>>>>> "Adam" == Adam J Richter <[EMAIL PROTECTED]> writes:
Adam> However, I think the correct fix would be for autoconf to have a
Adam> "grep -v warning:" in its test of output on standard error when
Adam> that is used as the test for compile failure in AC_CHECK_HEADER.
Yes, we have a serious problem in this area. Many people have already
been complaining about this.
I don't know if grep -ving `warning:' would really help a lot, yet g++
starts to wrap its output.
Maybe we should setup a preliminary test to check whether we can trust
the exit status of cpp?