From: Pascal Bart Date: Mon, 13 Aug 2001 19:30:26 +0000 (+0000) Subject: * tests/atconfig.in (CPPFLAGS): Fix. X-Git-Tag: BISON-1_28c~18 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/1e41465a20bbe0892f8f6859bed22246de8500db * tests/atconfig.in (CPPFLAGS): Fix. --- diff --git a/ChangeLog b/ChangeLog index 0f49985f..575f09d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-08-13 Pascal Bart + + * tests/atconfig.in (CPPFLAGS): Fix. + 2001-08-10 Pascal Bart * doc/bison.texinfo: Include GNU General Public License from diff --git a/tests/atconfig.in b/tests/atconfig.in index 29d893b2..3d1bb789 100644 --- a/tests/atconfig.in +++ b/tests/atconfig.in @@ -85,7 +85,9 @@ M4='@M4@' # We need a C compiler. CC='@CC@' CFLAGS='@CFLAGS@' -CPPFLAGS='-I@top_srcdir@ @CPPFLAGS@' + +# We need `config.h'. +CPPFLAGS="-I$at_top_builddir @CPPFLAGS@" # We want to use the files shipped with Bison. BISON_SIMPLE=$at_top_srcdir/src/bison.simple