Difference for ./configure.in from version 1.14 to 1.15


version 1.14 version 1.15
Line 1
 
Line 1
 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)
   
Line 56
 
Line 56
 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"


Legend:
line(s) removed in v.1.14 
line(s) changed
 line(s) added in v.1.15

File made using version 1.98 of cvs2html by leaf at 2011-07-21 16:57