* tests/atconfig.in (CPPFLAGS): Fix.

This commit is contained in:
Pascal Bart
2001-08-13 19:30:26 +00:00
parent 79282c6c57
commit 1e41465a20
2 changed files with 7 additions and 1 deletions

View File

@@ -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