* tests/bison.in: Adjust to CVS Autoconf.

* tests/calc.at (exp): We no longer need to special case GCC as
the warning flags are passed by configure.
* tests/atlocal.in: Adjust.
* configure.in: Bump to 1.30j.
This commit is contained in:
Akim Demaille
2002-01-03 11:10:50 +00:00
parent f1d93aa21c
commit dd3c3f3006
6 changed files with 18 additions and 22 deletions

View File

@@ -6,8 +6,5 @@
CC='@CC@'
CFLAGS='@CFLAGS@ @WARNING_CFLAGS@'
# We need to know if the compiler is GCC.
GCC='@GCC@'
# We need `config.h'.
CPPFLAGS="-I$top_buildpath @CPPFLAGS@"
CPPFLAGS="-I$abs_top_builddir @CPPFLAGS@"