]> git.saurik.com Git - bison.git/blame - configure.in
Fix line numbers in #line commands.
[bison.git] / configure.in
CommitLineData
7c4399ed
NF
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(reduce.c)
f2939cd6
DM
3
4dnl Checks for programs.
7c4399ed 5AC_PROG_CC
7c4399ed 6AC_PROG_INSTALL
f2939cd6 7
7c4399ed
NF
8AC_MINIX
9AC_ISC_POSIX
f2939cd6
DM
10
11dnl Checks for header files.
12AC_HEADER_STDC
13AC_CHECK_HEADERS(string.h stdlib.h memory.h)
14
15dnl Checks for typedefs, structures, and compiler characteristics.
16AC_C_CONST
17
18dnl Checks for library functions.
19AC_FUNC_ALLOCA
20AC_CHECK_FUNCS(strerror)
21
7c4399ed 22AC_OUTPUT(Makefile)