]> granicus.if.org Git - flex/commitdiff
Initial revision
authorVern Paxson <vern@ee.lbl.gov>
Sat, 27 Nov 1993 12:57:20 +0000 (12:57 +0000)
committerVern Paxson <vern@ee.lbl.gov>
Sat, 27 Nov 1993 12:57:20 +0000 (12:57 +0000)
configure.in [new file with mode: 0644]

diff --git a/configure.in b/configure.in
new file mode 100644 (file)
index 0000000..88b357b
--- /dev/null
@@ -0,0 +1,11 @@
+dnl Process this file with autoconf to produce a configure script.
+dnl
+AC_INIT(initscan.c)
+
+AC_PROG_YACC
+AC_PROG_CC
+AC_PROG_RANLIB
+AC_PROG_INSTALL
+AC_CONST
+
+AC_OUTPUT(Makefile)