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

This commit is contained in:
Akim Demaille
2001-08-07 13:03:20 +00:00
parent 20e8e5cadf
commit 976e528f02
2 changed files with 6 additions and 2 deletions

View File

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

View 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