1 # @configure_input@ -*- shell-script -*-
2 # Configurable variable values for Bison test suite.
3 # Copyright (C) 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
5 # We need a C compiler.
8 # We want no optimization.
9 CFLAGS='@O0CFLAGS@ @WARNING_CFLAGS@ @WERROR_CFLAGS@'
12 CPPFLAGS="-DHAVE_CONFIG_H=1 -I$abs_top_builddir @CPPFLAGS@"
14 # Is the compiler GCC?
20 # If 'exit 77'; skip all C++ tests; otherwise ':'.
21 BISON_CXX_WORKS='@BISON_CXX_WORKS@'
23 # We want no optimization with C++, too.
24 CXXFLAGS='@O0CFLAGS@ @WARNING_CXXFLAGS@ @WERROR_CFLAGS@'
26 # Are special link options needed?
29 # Are special libraries needed?