]> git.saurik.com Git - bison.git/blame_incremental - tests/atlocal.in
* tests/calc.at [AT_DATA_CALC_Y]: Use %error-verbose instead
[bison.git] / tests / atlocal.in
... / ...
CommitLineData
1# @configure_input@ -*- shell-script -*-
2# Configurable variable values for Bison test suite.
3# Copyright 2000, 2001 Free Software Foundation, Inc.
4
5# We need a C compiler.
6CC='@CC@'
7CFLAGS='@CFLAGS@'
8
9# We need to know if the compiler is GCC.
10GCC='@GCC@'
11
12# We need `config.h'.
13CPPFLAGS="-I $top_buildpath @CPPFLAGS@"