1 # @configure_input@ -*- shell-script -*-
2 # Configurable variable values for Bison test suite.
4 # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
7 # We need a C compiler.
10 # We want no optimization.
11 CFLAGS='@O0CFLAGS@ @WARNING_CFLAGS@ @WERROR_CFLAGS@'
14 CPPFLAGS="-I$abs_top_builddir/lib @CPPFLAGS@"
16 # Is the compiler GCC?
22 # If 'exit 77'; skip all C++ tests; otherwise ':'.
23 BISON_CXX_WORKS='@BISON_CXX_WORKS@'
25 # We want no optimization with C++, too.
26 CXXFLAGS='@O0CXXFLAGS@ @WARNING_CXXFLAGS@ @WERROR_CFLAGS@'
28 # Are special link options needed?
31 # Are special libraries needed?
32 LIBS='@LIBS@ @INTLLIBS@'
34 # Empty if no javac was found
35 CONF_JAVAC='@CONF_JAVAC@'
37 # Empty if no Java VM was found
38 CONF_JAVA='@CONF_JAVA@'