unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#23034: AC_CHECK_HEADERS after GUILE_FLAGS loses $CPP
@ 2016-03-17  1:47 Bernd Jendrissek
  2017-02-28 15:03 ` Andy Wingo
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Jendrissek @ 2016-03-17  1:47 UTC (permalink / raw)
  To: 23034

[-- Attachment #1: Type: text/plain, Size: 870 bytes --]

I have a reduced test case where adding GUILE_FLAGS in shell dead code
before a call to AC_CHECK_HEADERS causes configure to lose $CPP, which
results in warnings like this one:

checking stdarg.h usability... yes
checking stdarg.h presence... no
configure: WARNING: stdarg.h: accepted by the compiler, rejected by
the preprocessor!
configure: WARNING: stdarg.h: proceeding with the compiler's result
checking for stdarg.h... yes

Versions:

/usr/share/aclocal/guile.m4: guile-2.0-dev from Debian jessie (2.0.11+1-9)
autoconf: 2.69

Attached:

configure.ac
guile.m4

To reproduce:

Find a config.rpath somewhere (perhaps steal it from gettext).
autoreconf -fi
./configure

I noticed that a random recent git HEAD of autoconf avoids this
problem; it turns out that in commit
11f520c61d8b21f1522968d6e6afb899070f0a6f autoconf transitions to
compilation-only header checks.

[-- Attachment #2: configure.ac --]
[-- Type: application/octet-stream, Size: 209 bytes --]

AC_INIT([guileflags], [1.5.0], [foo@example.com])
AC_PREREQ(2.54)

# Checks for programs.
AC_PROG_CC

if false
then
   GUILE_FLAGS
fi
AC_CHECK_HEADERS([stdarg.h])
echo "ac_cpp=$ac_cpp CPP=$CPP" >&6

AC_OUTPUT

[-- Attachment #3: guile.m4 --]
[-- Type: application/x-m4, Size: 13059 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-02-28 15:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-17  1:47 bug#23034: AC_CHECK_HEADERS after GUILE_FLAGS loses $CPP Bernd Jendrissek
2017-02-28 15:03 ` Andy Wingo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).