]> git.saurik.com Git - bison.git/commitdiff
* tests/atconfig.in (CPPFLAGS): Fix.
authorPascal Bart <pascal.bart@epita.fr>
Mon, 13 Aug 2001 19:30:26 +0000 (19:30 +0000)
committerPascal Bart <pascal.bart@epita.fr>
Mon, 13 Aug 2001 19:30:26 +0000 (19:30 +0000)
ChangeLog
tests/atconfig.in

index 0f49985fcd4ccb311b789adae069f3cb5c2987f9..575f09d0825bdb4be24c332789ba93d3efad67a2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-08-13  Pascal Bart  <pascal.bart@epita.fr>
+
+       * tests/atconfig.in (CPPFLAGS): Fix.
+
 2001-08-10  Pascal Bart  <pascal.bart@epita.fr>
 
        * doc/bison.texinfo: Include GNU General Public License from
index 29d893b2a5e7e7a36a0506ae4c33b25e0acb88cc..3d1bb7892121c7b7a6aef559c591249a8a9be96b 100644 (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