]> git.saurik.com Git - bison.git/blame - tests/atlocal.in
* tests/atlocal.in (CPPFLAGS): We have config.h.
[bison.git] / tests / atlocal.in
CommitLineData
342b8b6e
AD
1# @configure_input@ -*- shell-script -*-
2# Configurable variable values for Bison test suite.
f377f69f 3# Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
342b8b6e
AD
4
5# We need a C compiler.
6CC='@CC@'
f377f69f
AD
7
8# We want no optimization.
9CFLAGS='@O0CFLAGS@ @WARNING_CFLAGS@ @WERROR_CFLAGS@'
342b8b6e
AD
10
11# We need `config.h'.
9501dc6e 12CPPFLAGS="-DHAVE_CONFIG_H=1 -I$abs_top_builddir @CPPFLAGS@"
642cb8f8
AD
13
14# Is the compiler GCC?
15GCC='@GCC@'