version 1.14 | | version 1.15 |
---|
| | |
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.14 2001/05/21 04:01:01 mwedel Exp $) | | AC_REVISION($Id: configure.in,v 1.15 2001/06/13 10:35:22 michtoen 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" |