]> git.saurik.com Git - bison.git/blame_incremental - tests/atlocal.in
* config/announce-gen, Makefile.cfg: New.
[bison.git] / tests / atlocal.in
... / ...
CommitLineData
1# @configure_input@ -*- shell-script -*-
2# Configurable variable values for Bison test suite.
3# Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
4
5# We need a C compiler.
6CC='@CC@'
7
8# We want no optimization.
9CFLAGS='@O0CFLAGS@ @WARNING_CFLAGS@ @WERROR_CFLAGS@'
10
11# We need `config.h'.
12CPPFLAGS="-DHAVE_CONFIG_H=1 -I$abs_top_builddir @CPPFLAGS@"
13
14# Is the compiler GCC?
15GCC='@GCC@'
16
17# The GCC C++ compiler.
18CXX='@CXX@'
19
20# We want no optimization with C++, too.
21CXXFLAGS='@O0CFLAGS@ @WARNING_CXXFLAGS@ @WERROR_CFLAGS@'
22
23# Are special link options needed?
24LDFLAGS='@LDFLAGS@'
25
26# Are special libraries needed?
27LIBS='@LIBS@'