From 1e41465a20bbe0892f8f6859bed22246de8500db Mon Sep 17 00:00:00 2001 From: Pascal Bart Date: Mon, 13 Aug 2001 19:30:26 +0000 Subject: [PATCH] * tests/atconfig.in (CPPFLAGS): Fix. --- ChangeLog | 4 ++++ tests/atconfig.in | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.45.2