(AC_C_CONST, AM_C_PROTOTYPES): Remove.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Oct 2002 05:27:45 +0000 (05:27 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Oct 2002 05:27:45 +0000 (05:27 +0000)
configure.ac

index d637c6e..c896888 100644 (file)
@@ -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