Difference for ./configure.in from version 1.5 to 1.6


version 1.5 version 1.6
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.5 2000/02/08 07:51:27 cvs Exp $)  AC_REVISION($Id: configure.in,v 1.6 2000/02/08 07:55:20 cvs Exp $)
   
 AC_INIT(CREDITS)  AC_INIT(CREDITS)
   
Line 73
 
Line 73
     BUNZIP="$BZIP -c"      BUNZIP="$BZIP -c"
 fi;  fi;
   
 if test -z "$COMPRESS" -a -z "$GZIP" -a -z "$BZIP2" ; then  if test -z "$COMPRESS" -a -z "$GZIP" -a -z "$BZIP" ; then
  echo "Unable to find either compress, bzip2,  or gzip - hope you don't plan on compressing";   echo "Unable to find either compress, bzip2,  or gzip - hope you don't plan on compressing";
  echo "any files.";   echo "any files.";
 fi;  fi;


Legend:
line(s) removed in v.1.5 
line(s) changed
 line(s) added in v.1.6

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