]> git.saurik.com Git - bison.git/blame - tests/atlocal.in
* data/glr.c: Formatting changes.
[bison.git] / tests / atlocal.in
CommitLineData
342b8b6e
AD
1# @configure_input@ -*- shell-script -*-
2# Configurable variable values for Bison test suite.
cae60122 3# Copyright 2000, 2001, 2002 Free Software Foundation, Inc.
342b8b6e
AD
4
5# We need a C compiler.
6CC='@CC@'
cae60122 7CFLAGS='@CFLAGS@ @WARNING_CFLAGS@ @WERROR_CFLAGS@'
342b8b6e
AD
8
9# We need `config.h'.
25d81090 10CPPFLAGS="-I$abs_top_builddir @CPPFLAGS@"
642cb8f8
AD
11
12# Is the compiler GCC?
13GCC='@GCC@'