]> git.saurik.com Git - bison.git/blame_incremental - tests/atlocal.in
bench: More use of the verbosity level.
[bison.git] / tests / atlocal.in
... / ...
CommitLineData
1# @configure_input@ -*- shell-script -*-
2# Configurable variable values for Bison test suite.
3
4# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
5# Foundation, Inc.
6
7# We need a C compiler.
8CC='@CC@'
9
10# We want no optimization.
11CFLAGS='@O0CFLAGS@ @WARNING_CFLAGS@ @WERROR_CFLAGS@'
12
13# We need `config.h'.
14CPPFLAGS="-I$abs_top_builddir/lib @CPPFLAGS@"
15
16# Is the compiler GCC?
17GCC='@GCC@'
18
19# The C++ compiler.
20CXX='@CXX@'
21
22# If 'exit 77'; skip all C++ tests; otherwise ':'.
23BISON_CXX_WORKS='@BISON_CXX_WORKS@'
24
25# We want no optimization with C++, too.
26CXXFLAGS='@O0CXXFLAGS@ @WARNING_CXXFLAGS@ @WERROR_CFLAGS@'
27
28# Are special link options needed?
29LDFLAGS='@LDFLAGS@'
30
31# Are special libraries needed?
32LIBS='@LIBS@ @INTLLIBS@'
33
34# Empty if no javac was found
35CONF_JAVAC='@CONF_JAVAC@'
36
37# Empty if no Java VM was found
38CONF_JAVA='@CONF_JAVA@'
39
40# Empty if no xsltproc was found
41XSLTPROC='@XSLTPROC@'