gzip-1.2.4 is not supported

This commit is contained in:
Stepan Kasal 2005-08-23 07:46:54 +00:00
parent 11372ddb46
commit 9fd2bd49a0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-08-23 Stepan Kasal <kasal@ucw.cz>
* Makefile.maint: Revert the change from 2005-08-12.
2005-08-22 Stepan Kasal <kasal@ucw.cz>
* lib/autoconf/general.m4 (AC_ARG_ENABLE, AC_ARG_WITH): Factor out

View File

@ -27,7 +27,7 @@ ME := Makefile.maint
# Use --rsyncable if available.
GZIP_ENV = \
"--no-name --best$$( \
case $$(gzip --help 2>&1) in \
case $$(gzip --help) in \
(*--rsyncable*) echo ' --rsyncable';; \
esac \
)"