]> git.saurik.com Git - bison.git/blobdiff - tests/atlocal.in
* src/reader.c (copy_dollar, copy_at): Better checking of `n' in
[bison.git] / tests / atlocal.in
index 9a6790afdb6baca92ae5366553064787af92a387..0584e3631745705b13353b8e382f524836a21065 100644 (file)
@@ -4,7 +4,10 @@
 
 # We need a C compiler.
 CC='@CC@'
-CFLAGS='@CFLAGS@'
+CFLAGS='@CFLAGS@ @WARNING_CFLAGS@'
+
+# We need to know if the compiler is GCC.
+GCC='@GCC@'
 
 # We need `config.h'.
-CPPFLAGS="-I $top_builddir @CPPFLAGS@"
+CPPFLAGS="-I$top_buildpath @CPPFLAGS@"