version 1.6 | | version 1.7 |
---|
| | |
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) |
| | |
| | |
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"; |