]> granicus.if.org Git - flex/commitdiff
config.h, size_t, malloc.h, sys/types.h
authorVern Paxson <vern@ee.lbl.gov>
Sat, 5 Nov 1994 17:11:43 +0000 (17:11 +0000)
committerVern Paxson <vern@ee.lbl.gov>
Sat, 5 Nov 1994 17:11:43 +0000 (17:11 +0000)
configure.in

index 8654711e4f252debe8da9bd2739dcf93cb53c661..346fa6273485e70c381f0a7033ca29df67e0243a 100644 (file)
@@ -1,6 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl
 AC_INIT(initscan.c)
+AC_CONFIG_HEADER(config.h)
 
 AC_LN_S
 AC_PROG_YACC
@@ -8,8 +9,9 @@ AC_PROG_CC
 AC_PROG_RANLIB
 AC_PROG_INSTALL
 AC_CONST
+AC_TYPE_SIZE_T
 AC_STDC_HEADERS
-AC_HAVE_HEADERS(string.h)
+AC_HAVE_HEADERS(string.h malloc.h sys/types.h)
 
 case "$YACC" in
 *bison*)