1 # @configure_input@ -*- shell-script -*-
2 # Configurable variable values for Bison test suite.
4 # Copyright (C) 2000-2011 Free Software Foundation, Inc.
6 # We need a C compiler.
9 # We want no optimization.
10 CFLAGS='@O0CFLAGS@ @WARN_CFLAGS_TEST@ @WERROR_CFLAGS@'
12 # Sometimes a test group needs to ignore gcc warnings, so it locally
13 # sets CFLAGS to this.
14 NO_WERROR_CFLAGS='@O0CFLAGS@ @WARN_CFLAGS_TEST@'
17 CPPFLAGS="-I$abs_top_builddir/lib @CPPFLAGS@"
19 # Is the compiler GCC?
25 # If 'exit 77'; skip all C++ tests; otherwise ':'.
26 BISON_CXX_WORKS='@BISON_CXX_WORKS@'
28 # We want no optimization with C++, too.
29 CXXFLAGS='@O0CXXFLAGS@ @WARN_CXXFLAGS_TEST@ @WERROR_CFLAGS@'
31 # Are special link options needed?
34 # Are special libraries needed?
35 LIBS="$abs_top_builddir/lib/libbison.a @LIBS@ @INTLLIBS@"
37 # Empty if no javac was found
38 CONF_JAVAC='@CONF_JAVAC@'
40 # Empty if no Java VM was found
41 CONF_JAVA='@CONF_JAVA@'
43 # Empty if no xsltproc was found
44 : ${XSLTPROC='@XSLTPROC@'}