home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 5
/
FreshFish_July-August1994.bin
/
bbs
/
gnu
/
flex-2.4.6-src.lha
/
src
/
amiga
/
flex-2.4.6
/
configure.in
< prev
next >
Wrap
Text File
|
1994-01-04
|
275b
|
21 lines
dnl Process this file with autoconf to produce a configure script.
dnl
AC_INIT(initscan.c)
AC_LN_S
AC_PROG_YACC
AC_PROG_CC
AC_PROG_RANLIB
AC_PROG_INSTALL
AC_CONST
AC_STDC_HEADERS
AC_HAVE_HEADERS(string.h)
case "$YACC" in
*bison*)
AC_ALLOCA
;;
esac
AC_OUTPUT(Makefile)