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


version 1.15 version 1.16
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.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)
   
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.15 
line(s) changed
 line(s) added in v.1.16

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