]> git.saurik.com Git - bison.git/blame - configure.in
entered into RCS
[bison.git] / configure.in
CommitLineData
7c4399ed
NF
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(reduce.c)
3AC_PROG_CC
4AC_PROG_CPP
5AC_PROG_INSTALL
6AC_MINIX
7AC_ISC_POSIX
1031a641 8AC_CONST
7c4399ed
NF
9AC_STDC_HEADERS
10AC_HAVE_HEADERS(string.h stdlib.h memory.h)
11AC_HAVE_FUNCS(strerror)
12AC_ALLOCA
13AC_OUTPUT(Makefile)