autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem in Makefile.maint


From: Paul Eggert
Subject: Re: problem in Makefile.maint
Date: Mon, 22 Aug 2005 00:26:54 -0700
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Stepan Kasal <address@hidden> writes:

>  GZIP_ENV = \
>    "--no-name --best$$( \
> -    case $$(gzip --help) in \
> +    case $$(gzip --help 2>&1) in \
>      (*--rsyncable*) echo ' --rsyncable';; \

I don't see why this patch is needed.  Do you know of any gzip version
that has --rsyncable but where --help outputs to stderr?  If not, then
the patch is unnecessary.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]