Difference for ./configure from version 1.15 to 1.16


version 1.15 version 1.16
Line 1656
 
Line 1656
   echo "$ac_t""no" 1>&6    echo "$ac_t""no" 1>&6
 fi  fi
   
   
   
   ## First, let's just see if we can find Guile at all.  
   echo $ac_n "checking for Guile""... $ac_c" 1>&6  
 echo "configure:1664: checking for Guile" >&5  
   guile-config link > /dev/null || {  
     echo "configure: cannot find guile-config; is Guile installed?" 1>&2  
     exit 1  
   }  
   GUILE_CFLAGS="`guile-config compile`"  
   GUILE_LDFLAGS="`guile-config link`"  
     
     
   echo "$ac_t""yes" 1>&6  
   
   
 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"
Line 4670
 
Line 4654
 s%@GZIP@%$GZIP%g  s%@GZIP@%$GZIP%g
 s%@GUNZIP@%$GUNZIP%g  s%@GUNZIP@%$GUNZIP%g
 s%@PERL@%$PERL%g  s%@PERL@%$PERL%g
 s%@GUILE_CFLAGS@%$GUILE_CFLAGS%g  
 s%@GUILE_LDFLAGS@%$GUILE_LDFLAGS%g  
 s%@COMPRESS@%$COMPRESS%g  s%@COMPRESS@%$COMPRESS%g
 s%@UNCOMPRESS@%$UNCOMPRESS%g  s%@UNCOMPRESS@%$UNCOMPRESS%g
 s%@BZIP@%$BZIP%g  s%@BZIP@%$BZIP%g


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:56