From: Akim Demaille Date: Tue, 7 Aug 2001 13:03:20 +0000 (+0000) Subject: * tests/atconfig.in (CPPFLAGS): Fix. X-Git-Tag: BISON-1_28c~40 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/976e528f021024c5f897396456d7f8ea182a19a7 * tests/atconfig.in (CPPFLAGS): Fix. --- diff --git a/ChangeLog b/ChangeLog index c38854d8..17dceca3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-08-07 Pascal Bart + + * tests/atconfig.in (CPPFLAGS): Fix. + 2001-08-07 Akim Demaille * src/print_graph.c (quote): New. diff --git a/tests/atconfig.in b/tests/atconfig.in index 16d5fad6..29d893b2 100644 --- a/tests/atconfig.in +++ b/tests/atconfig.in @@ -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