Initial revision

This commit is contained in:
Noah Friedman
1993-04-15 06:41:36 +00:00
parent 5ec1330366
commit 7c4399eda1

12
configure.in Normal file
View 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)