summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2002-10-21 05:27:45 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2002-10-21 05:27:45 +0000
commit87004b05f70a7e3d6927a07f90dfae8df671c481 (patch)
tree0bdc9cae54771ce5c14d9451a5681d050840c310
parente7cb57c0b8ec971a6b0f8419455d2ea9341c8601 (diff)
downloadbison-87004b05f70a7e3d6927a07f90dfae8df671c481.tar.gz
(AC_C_CONST, AM_C_PROTOTYPES): Remove.
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d637c6ed..c896888b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,9 +73,7 @@ AC_HEADER_STDC
AC_CHECK_HEADERS([ctype.h locale.h memory.h stdlib.h string.h unistd.h])
# Checks for compiler characteristics.
-AC_C_CONST
AC_C_INLINE
-AM_C_PROTOTYPES
# Checks for library functions.
AC_FUNC_ALLOCA