1 # tests/atlocal. Generated from atlocal.in by configure. -*- shell-script -*- 2 # Configurable variable values for Bison test suite. 3 # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. 4 5 # We need a C compiler. 6 CC='gcc' 7 8 # We want no optimization. 9 CFLAGS='-g ' 10 11 # We need `config.h'. 12 CPPFLAGS="-DHAVE_CONFIG_H=1 -I$abs_top_builddir " 13 14 # Is the compiler GCC? 15 GCC='yes' 16 17 # The C++ compiler. 18 CXX='g++' 19 20 # If 'exit 77'; skip all C++ tests; otherwise ':'. 21 BISON_CXX_WORKS=':' 22 23 # We want no optimization with C++, too. 24 CXXFLAGS='-g ' 25 26 # Are special link options needed? 27 LDFLAGS='' 28 29 # Are special libraries needed? 30 LIBS=' ' 31