]> git.saurik.com Git - bison.git/blobdiff - configure.in
* src/bison.s1 (YYLEX): Use #if instead of #ifdef.
[bison.git] / configure.in
index c2add60ffd80569eddb0549bd87922776d5ee97f..3299183db165e0cb967672cda3713ab52d3db5c4 100644 (file)
@@ -42,6 +42,7 @@ if test "${enableval}" = yes; then
   BISON_WARNING(-Wshadow)
   BISON_WARNING(-Wstrict-prototypes)
   BISON_WARNING(-Wwrite-strings)
+  CFLAGS="$CFLAGS $WARNING_CFLAGS"
 fi
 
 # Checks for libraries.
@@ -63,7 +64,9 @@ AM_C_PROTOTYPES
 # Checks for library functions.
 AC_FUNC_ALLOCA
 AC_CHECK_FUNCS(mkstemp setlocale)
-BISON_NEED_DECLARATIONS(calloc realloc)
+jm_FUNC_MALLOC
+jm_FUNC_REALLOC
+jm_PREREQ_QUOTEARG
 
 ALL_LINGUAS="de es et fr ja nl ru"
 AM_GNU_GETTEXT