]> git.saurik.com Git - bison.git/commitdiff
* tests/atconfig.in (CPPFLAGS): Fix.
authorAkim Demaille <akim@epita.fr>
Tue, 7 Aug 2001 13:03:20 +0000 (13:03 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 7 Aug 2001 13:03:20 +0000 (13:03 +0000)
ChangeLog
tests/atconfig.in

index c38854d8cb696fda85e63d7108c0ecc52e4407b9..17dceca300ad678d2730c5c657790136a57396e8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-08-07  Pascal Bart  <pascal.bart@epita.fr>
+
+       * tests/atconfig.in (CPPFLAGS): Fix.
+
 2001-08-07  Akim Demaille  <akim@epita.fr>
 
        * src/print_graph.c (quote): New.
index 16d5fad61205d86f2447af89a9d879bc2ab9a0fa..29d893b2a5e7e7a36a0506ae4c33b25e0acb88cc 100644 (file)
@@ -1,6 +1,6 @@
 # @configure_input@                                    -*- shell-script -*-
 # Configurable variable values for building test suites.
-# Copyright (C) 2000 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -85,7 +85,7 @@ M4='@M4@'
 # We need a C compiler.
 CC='@CC@'
 CFLAGS='@CFLAGS@'
-CPPFLAGS='-I$(top_srcdir) @CPPFLAGS@'
+CPPFLAGS='-I@top_srcdir@ @CPPFLAGS@'
 
 # We want to use the files shipped with Bison.
 BISON_SIMPLE=$at_top_srcdir/src/bison.simple