]> git.saurik.com Git - bison.git/blobdiff - configure.in
* getargs.c (skeleton): New variable.
[bison.git] / configure.in
index c2add60ffd80569eddb0549bd87922776d5ee97f..07ca8661c58f660ddb287da80ad4334243c7f63e 100644 (file)
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
 # Process this file with autoconf to produce a configure script.
-AC_PREREQ(2.13)
+AC_PREREQ(2.49c)
 AC_INIT(src/reduce.c)
 AM_INIT_AUTOMAKE(bison, 1.28a)
 AM_CONFIG_HEADER(config.h:config.hin)
 AC_INIT(src/reduce.c)
 AM_INIT_AUTOMAKE(bison, 1.28a)
 AM_CONFIG_HEADER(config.h:config.hin)
@@ -42,6 +42,7 @@ if test "${enableval}" = yes; then
   BISON_WARNING(-Wshadow)
   BISON_WARNING(-Wstrict-prototypes)
   BISON_WARNING(-Wwrite-strings)
   BISON_WARNING(-Wshadow)
   BISON_WARNING(-Wstrict-prototypes)
   BISON_WARNING(-Wwrite-strings)
+  CFLAGS="$CFLAGS $WARNING_CFLAGS"
 fi
 
 # Checks for libraries.
 fi
 
 # Checks for libraries.
@@ -63,11 +64,15 @@ AM_C_PROTOTYPES
 # Checks for library functions.
 AC_FUNC_ALLOCA
 AC_CHECK_FUNCS(mkstemp setlocale)
 # Checks for library functions.
 AC_FUNC_ALLOCA
 AC_CHECK_FUNCS(mkstemp setlocale)
-BISON_NEED_DECLARATIONS(calloc realloc)
+AC_CHECK_DECLS([stpcpy, strndup, strnlen, memchr])
+AC_REPLACE_FUNCS(stpcpy strndup strnlen memchr)
+jm_FUNC_MALLOC
+jm_FUNC_REALLOC
+jm_PREREQ_QUOTEARG
+jm_PREREQ_ERROR
 
 ALL_LINGUAS="de es et fr ja nl ru"
 AM_GNU_GETTEXT
 
 ALL_LINGUAS="de es et fr ja nl ru"
 AM_GNU_GETTEXT
-jm_PREREQ_ERROR
 
 # This is necessary so that .o files in LIBOBJS are also built via
 # the ANSI2KNR-filtering rules.
 
 # This is necessary so that .o files in LIBOBJS are also built via
 # the ANSI2KNR-filtering rules.