version 1.15 | | version 1.16 |
---|
| | |
dnl Process this file with autoconf to produce a configure script. | | dnl Process this file with autoconf to produce a configure script. |
| | |
AC_REVISION($Id: configure.in,v 1.15 2001/06/13 10:35:22 michtoen Exp $) | | AC_REVISION($Id: configure.in,v 1.16 2001/10/14 07:57:14 gros Exp $) |
| | |
AC_INIT(CREDITS) | | AC_INIT(CREDITS) |
| | |
| | |
AC_PATH_PROG(GUNZIP, gunzip) | | AC_PATH_PROG(GUNZIP, gunzip) |
AC_PATH_PROG(PERL, perl) | | AC_PATH_PROG(PERL, perl) |
| | |
dnl GROS - Check for the Guile Interpreter-Library | | |
GUILE_FLAGS | | |
| | |
if test -n "$GZIP" -a -z "$GUNZIP" ; then | | if test -n "$GZIP" -a -z "$GUNZIP" ; then |
echo "Found gzip, but not gunzip - setting GUNZIP to gzip -c"; | | echo "Found gzip, but not gunzip - setting GUNZIP to gzip -c"; |
GUNZIP="$GZIP -c" | | GUNZIP="$GZIP -c" |