+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.
# @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
# 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