]> git.saurik.com Git - bison.git/blobdiff - configure.ac
(AC_PROG_LEX): Use instead of AM_PROG_LEX.
[bison.git] / configure.ac
index d637c6ed3536bbf20009bd398e82c0cb17e060d4..9489054cf1530543e46d00e06677bcc894de76d9 100644 (file)
@@ -59,7 +59,7 @@ if test "${enableval}" = yes; then
 fi
 
 # Checks for programs.
-AM_PROG_LEX
+AC_PROG_LEX
 AC_PROG_YACC
 AC_PROG_RANLIB
 BISON_PROG_GNU_M4
@@ -71,11 +71,10 @@ AC_DEFINE_UNQUOTED([M4], ["$M4"], [Define to the GNU M4 executable name.])
 # Checks for header files.
 AC_HEADER_STDC
 AC_CHECK_HEADERS([ctype.h locale.h memory.h stdlib.h string.h unistd.h])
+AC_HEADER_STDBOOL
 
 # Checks for compiler characteristics.
-AC_C_CONST
 AC_C_INLINE
-AM_C_PROTOTYPES
 
 # Checks for library functions.
 AC_FUNC_ALLOCA