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