]> git.saurik.com Git - bison.git/blob - tests/atlocal.in
(AT_DATA_TRIANGULAR_GRAMMAR, AT_DATA_HORIZONTAL_GRAMMAR,
[bison.git] / tests / atlocal.in
1 # @configure_input@ -*- shell-script -*-
2 # Configurable variable values for Bison test suite.
3 # Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
4
5 # We need a C compiler.
6 CC='@CC@'
7
8 # We want no optimization.
9 CFLAGS='@O0CFLAGS@ @WARNING_CFLAGS@ @WERROR_CFLAGS@'
10
11 # We need `config.h'.
12 CPPFLAGS="-I$abs_top_builddir @CPPFLAGS@"
13
14 # Is the compiler GCC?
15 GCC='@GCC@'