]> git.saurik.com Git - bison.git/blame - configure.in
Include unistd.h and ctype.h.
[bison.git] / configure.in
CommitLineData
7c4399ed
NF
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(reduce.c)
bd2a2393 3AM_INIT_AUTOMAKE(bison,1.25.90)
ab137502 4AM_CONFIG_HEADER(config.h:config.hin)
f2939cd6
DM
5
6dnl Checks for programs.
7c4399ed 7AC_PROG_CC
7c4399ed 8AC_PROG_INSTALL
ab137502 9AC_PROG_RANLIB
f2939cd6 10
7c4399ed
NF
11AC_MINIX
12AC_ISC_POSIX
f2939cd6
DM
13
14dnl Checks for header files.
15AC_HEADER_STDC
16AC_CHECK_HEADERS(string.h stdlib.h memory.h)
17
18dnl Checks for typedefs, structures, and compiler characteristics.
19AC_C_CONST
20
21dnl Checks for library functions.
22AC_FUNC_ALLOCA
f2939cd6 23
bd2a2393 24AC_OUTPUT(Makefile)