]> git.saurik.com Git - bison.git/blame - tests/atlocal.in
* configure.in (WARNING_CFLAGS): Add -Werror when possible.
[bison.git] / tests / atlocal.in
CommitLineData
342b8b6e
AD
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@'
2c8a9dfa 7CFLAGS='@CFLAGS@ @WARNING_CFLAGS@'
342b8b6e 8
3c1a79b3
AD
9# We need to know if the compiler is GCC.
10GCC='@GCC@'
11
342b8b6e 12# We need `config.h'.
d803322e 13CPPFLAGS="-I $top_buildpath @CPPFLAGS@"