bug-gzip
[Top][All Lists]
Advanced

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

Re: Zutils vs single compressor utilities


From: Paul Eggert
Subject: Re: Zutils vs single compressor utilities
Date: Fri, 17 Dec 2010 09:43:30 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7

On 12/17/10 10:01, Antonio Diaz Diaz wrote:
> c) Adding to configure the option "--enable-scripts=no" to disable building 
> and installation of the "zscripts" (zcat, zcmp, zdiff, zgrep), without any 
> "gzscripts" (gzcat, gzcmp, gzdiff, gzgrep) replacing them.

Something like that, yes, but it's not clear that's exactly
right, from the gzip point of view.  There are many scripts:
why pick just those four?  Here's the complete list:

gunzip              zcat  zdiff   zfgrep  zgrep  zmore
gzexe   uncompress  zcmp  zegrep  zforce  zless  znew

Perhaps the operand of --enable-scripts should list just
the scripts wanted (or conversely, the operand of --disable-scripts
should list just those scripts not wanted).  Or it could give
a shell pattern for the script names.  (I'm just thinking out
loud here.  I haven't thought through how this would interact
with --program-transform-name.)

More generally, why does the installer care which programs
are scripts and which are not?  So perhaps the option should
be --enable-programs instead of --enable-scripts.



reply via email to

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