gzip: remove --__bindir
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Mar 2016 01:18:59 +0000 (17:18 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Mar 2016 08:18:30 +0000 (00:18 -0800)
commit3471e27de87bb81abd6aa67f4391d3fce9a35437
tree87d314ef7becbf7b36a2e85823832a86e04b6a1d
parent1893f090c52730d289dbcf00cd34664abe1881ce
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.
15 files changed:
Makefile.am
NEWS
gunzip.in
gzexe.in
tests/help-version
zcat.in
zcmp.in
zdiff.in
zegrep.in
zfgrep.in
zforce.in
zgrep.in
zless.in
zmore.in
znew.in