]>
Commit | Line | Data |
---|---|---|
1 | # @configure_input@ -*- shell-script -*- | |
2 | # Configurable variable values for Bison test suite. | |
3 | # Copyright 2000, 2001, 2002 Free Software Foundation, Inc. | |
4 | ||
5 | # We need a C compiler. | |
6 | CC='@CC@' | |
7 | CFLAGS='@CFLAGS@ @WARNING_CFLAGS@ @WERROR_CFLAGS@' | |
8 | ||
9 | # We need `config.h'. | |
10 | CPPFLAGS="-I$abs_top_builddir @CPPFLAGS@" | |
11 | ||
12 | # Is the compiler GCC? | |
13 | GCC='@GCC@' |