]>
Commit | Line | Data |
---|---|---|
342b8b6e AD |
1 | # @configure_input@ -*- shell-script -*- |
2 | # Configurable variable values for Bison test suite. | |
3b2942e6 | 3 | |
219c26ea | 4 | # Copyright (C) 2000-2010 Free Software Foundation, Inc. |
342b8b6e AD |
5 | |
6 | # We need a C compiler. | |
8defe11b | 7 | : ${CC='@CC@'} |
f377f69f AD |
8 | |
9 | # We want no optimization. | |
3d04b567 | 10 | CFLAGS='@O0CFLAGS@ @WARN_CFLAGS_TEST@ @WERROR_CFLAGS@' |
342b8b6e AD |
11 | |
12 | # We need `config.h'. | |
231ed89a | 13 | CPPFLAGS="-I$abs_top_builddir/lib @CPPFLAGS@" |
642cb8f8 AD |
14 | |
15 | # Is the compiler GCC? | |
16 | GCC='@GCC@' | |
7548fed2 | 17 | |
209ea708 | 18 | # The C++ compiler. |
8defe11b | 19 | : ${CXX='@CXX@'} |
9d56d294 | 20 | |
209ea708 PE |
21 | # If 'exit 77'; skip all C++ tests; otherwise ':'. |
22 | BISON_CXX_WORKS='@BISON_CXX_WORKS@' | |
23 | ||
713535c2 | 24 | # We want no optimization with C++, too. |
3d04b567 | 25 | CXXFLAGS='@O0CXXFLAGS@ @WARN_CXXFLAGS_TEST@ @WERROR_CFLAGS@' |
713535c2 | 26 | |
9d56d294 PE |
27 | # Are special link options needed? |
28 | LDFLAGS='@LDFLAGS@' | |
29 | ||
30 | # Are special libraries needed? | |
e2586f82 | 31 | LIBS='@LIBS@ @INTLLIBS@' |
8405b70c PB |
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@' | |
da730230 JD |
38 | |
39 | # Empty if no xsltproc was found | |
8defe11b AD |
40 | : ${XSLTPROC='@XSLTPROC@'} |
41 | ||
42 | # We need egrep. | |
43 | : ${EGREP='@EGREP@'} |