summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-03-05 17:18:59 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2016-03-06 00:18:30 -0800
commit3471e27de87bb81abd6aa67f4391d3fce9a35437 (patch)
tree87d314ef7becbf7b36a2e85823832a86e04b6a1d /NEWS
parent1893f090c52730d289dbcf00cd34664abe1881ce (diff)
downloadgzip-3471e27de87bb81abd6aa67f4391d3fce9a35437.tar.gz
gzip: remove --__bindir
* NEWS: Document this. * gzexe.in, gunzip.in, zcat.in, zcmp.in, zdiff.in, zegrep.in: * zfgrep.in, zforce.in, zgrep.in, zless.in, zmore.in, znew.in: Remove support for undocumented --__bindir option. Callers can set PATH instead; that's less error-prone. This fixes some 'make check' failures on my Solaris 11 box, which occurred because the test scripts were mistakenly testing the installed gzip rather than the gzip in the working directory. * Makefile.am (.in): Don't replace bindir. (check-local): Set PATH instead of using --__bindir. * tests/help-version (gunzip_setuphelp, gzexe_setuphelp) (zcat_setuphelp, zcmp_setuphelp, zdiff_setuphelp) (zegrep_setuphelp, zfgrep_setuphelp, zforce_setuphelp) (zgrep_setuphelp, zless_setuphelp, zmore_setuphelp) (znew_setuphelp): Remove. All uses removed. (lbracket_setup): Default args to empty.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e3815d1..6363d71 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,12 @@ GNU gzip NEWS -*- outline -*-
it is used, and rejects attempts to use dangerous options or operands.
You can use an alias or script instead.
+ Installed programs like 'zgrep' now use the PATH environment variable
+ as usual to find subsidiary programs like 'gzip' and 'grep'.
+ Previously they prepended the installation directory to the PATH,
+ which sometimes caused 'make check' to test the wrong gzip executable.
+ [bug introduced in gzip-1.3.13]
+
** New features
gzip now accepts the --synchronous option, which causes it to use