X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/3c1a79b31401393d6b67c9373d0a8a4b3cb980fa..11e2becaaccf936991dde4c18d0b176255652574:/tests/atlocal.in?ds=sidebyside diff --git a/tests/atlocal.in b/tests/atlocal.in index 81b0995a..0584e363 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -4,10 +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@"