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