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


version 1.6 version 1.7
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.6 2000/02/08 07:55:20 cvs Exp $)  AC_REVISION($Id: configure.in,v 1.7 2000/05/13 23:17:52 cvs Exp $)
   
 AC_INIT(CREDITS)  AC_INIT(CREDITS)
   
Line 54
 
Line 54
 AC_PATH_PROG(LATEX, latex)  AC_PATH_PROG(LATEX, latex)
 AC_PATH_PROG(GZIP, gzip)  AC_PATH_PROG(GZIP, gzip)
 AC_PATH_PROG(GUNZIP, gunzip)  AC_PATH_PROG(GUNZIP, gunzip)
   AC_PATH_PROG(PERL, perl)
   
 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";


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

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