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