X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/342b8b6e2156e923797745af2da2596e3086ccd5..11e2becaaccf936991dde4c18d0b176255652574:/tests/atlocal.in diff --git a/tests/atlocal.in b/tests/atlocal.in index 9a6790af..0584e363 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -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@"