home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 8
/
FreshFishVol8-CD2.bin
/
bbs
/
gnu
/
sed-2.05-src.lha
/
sed-2.05
/
configure.in
< prev
next >
Wrap
Text File
|
1994-08-18
|
437b
|
20 lines
dnl Process this file with autoconf to produce a configure script.
AC_INIT(sed.c)
# We want these before the checks, so the checks can modify their values.
test -z "$CFLAGS" && CFLAGS=-O2 AC_SUBST(CFLAGS)
test -z "$LDFLAGS" && LDFLAGS= AC_SUBST(LDFLAGS)
AC_PROG_CC
AC_PROG_CPP
AC_PROG_INSTALL
AC_MINIX
AC_ISC_POSIX
AC_STDC_HEADERS
AC_HAVE_HEADERS(string.h)
AC_VPRINTF
AC_HAVE_FUNCS(bcopy memcpy)
AC_CONST
AC_ALLOCA
AC_OUTPUT(Makefile)