]> git.saurik.com Git - bison.git/commitdiff
Initial revision
authorNoah Friedman <friedman@splode.com>
Thu, 15 Apr 1993 06:41:36 +0000 (06:41 +0000)
committerNoah Friedman <friedman@splode.com>
Thu, 15 Apr 1993 06:41:36 +0000 (06:41 +0000)
configure.in [new file with mode: 0644]

diff --git a/configure.in b/configure.in
new file mode 100644 (file)
index 0000000..a8eb98a
--- /dev/null
@@ -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)