1 # @configure_input@ -*- shell-script -*-
2 # Configurable variable values for Bison test suite.
4 # Copyright (C) 2000-2010 Free Software Foundation, Inc.
6 # We need a C compiler.
9 # We want no optimization.
10 CFLAGS='@O0CFLAGS@ @WARN_CFLAGS_TEST@ @WERROR_CFLAGS@'
13 CPPFLAGS="-I$abs_top_builddir/lib @CPPFLAGS@"
15 # Is the compiler GCC?
21 # If 'exit 77'; skip all C++ tests; otherwise ':'.
22 BISON_CXX_WORKS='@BISON_CXX_WORKS@'
24 # We want no optimization with C++, too.
25 CXXFLAGS='@O0CXXFLAGS@ @WARN_CXXFLAGS_TEST@ @WERROR_CFLAGS@'
27 # Are special link options needed?
30 # Are special libraries needed?
31 LIBS='@LIBS@ @INTLLIBS@'
33 # Empty if no javac was found
34 CONF_JAVAC='@CONF_JAVAC@'
36 # Empty if no Java VM was found
37 CONF_JAVA='@CONF_JAVA@'
39 # Empty if no xsltproc was found
40 : ${XSLTPROC='@XSLTPROC@'}