mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
* tests/atconfig.in (CPPFLAGS): Fix.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user