]> git.saurik.com Git - bison.git/blame_incremental - configure.in
[_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
[bison.git] / configure.in
... / ...
CommitLineData
1dnl Process this file with autoconf to produce a configure script.
2AC_INIT(reduce.c)
3
4dnl Checks for programs.
5AC_PROG_CC
6AC_PROG_INSTALL
7
8AC_MINIX
9AC_ISC_POSIX
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
22AC_OUTPUT(Makefile)