mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 10:13:03 +00:00
Initial revision
This commit is contained in:
12
configure.in
Normal file
12
configure.in
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
|
AC_INIT(reduce.c)
|
||||||
|
AC_PROG_CC
|
||||||
|
AC_PROG_CPP
|
||||||
|
AC_PROG_INSTALL
|
||||||
|
AC_MINIX
|
||||||
|
AC_ISC_POSIX
|
||||||
|
AC_STDC_HEADERS
|
||||||
|
AC_HAVE_HEADERS(string.h stdlib.h memory.h)
|
||||||
|
AC_HAVE_FUNCS(strerror)
|
||||||
|
AC_ALLOCA
|
||||||
|
AC_OUTPUT(Makefile)
|
||||||
Reference in New Issue
Block a user