1 # @configure_input@ -*- shell-script -*-
2 # Configurable variable values for Bison test suite.
4 # Copyright (C) 2000-2012 Free Software Foundation, Inc.
6 # This program is free software: you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation, either version 3 of the License, or
9 # (at your option) any later version.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 # We need a C compiler.
22 # We want no optimization.
23 CFLAGS='@O0CFLAGS@ @WARN_CFLAGS_TEST@ @WERROR_CFLAGS@'
25 # Sometimes a test group needs to ignore gcc warnings, so it locally
26 # sets CFLAGS to this.
27 NO_WERROR_CFLAGS='@O0CFLAGS@ @WARN_CFLAGS_TEST@'
30 CPPFLAGS="-I$abs_top_builddir/lib @CPPFLAGS@"
32 # Is the compiler GCC?
38 # If 'exit 77'; skip all C++ tests; otherwise ':'.
39 BISON_CXX_WORKS='@BISON_CXX_WORKS@'
41 # We want no optimization with C++, too.
42 CXXFLAGS='@O0CXXFLAGS@ @WARN_CXXFLAGS_TEST@ @WERROR_CFLAGS@'
44 # Are special link options needed?
47 # Are special libraries needed?
48 LIBS="$abs_top_builddir/lib/libbison.a @LIBS@ @INTLLIBS@"
50 # Empty if no javac was found
51 CONF_JAVAC='@CONF_JAVAC@'
53 # Empty if no Java VM was found
54 CONF_JAVA='@CONF_JAVA@'
56 # Empty if no xsltproc was found
57 : ${XSLTPROC='@XSLTPROC@'}