home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 22 gnu
/
22-gnu.zip
/
GNUGRE.ZIP
/
grep
/
configure.in
< prev
next >
Wrap
Text File
|
1992-07-18
|
203b
|
11 lines
dnl Process this file with autoconf to produce a configure script.
AC_INIT(grep.c)
AC_PROG_GCC
AC_PROG_INSTALL
AC_STDC_HEADERS
AC_USG
AC_UNISTD_H
AC_CHAR_UNSIGNED
AC_ALLOCA
AC_OUTPUT(Makefile)