]> granicus.if.org Git - xz/commit
Scripts: Put /usr/xpg4/bin to the beginning of PATH on Solaris. master
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 24 Sep 2019 20:02:40 +0000 (23:02 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 24 Sep 2019 20:02:40 +0000 (23:02 +0300)
commit43ce4ea7c762238d3df9717b34126d3e0d7cd51c
tree2aa9175333e45998536742c059ec4319f9457e6d
parent6a89e656ebedd53a10cd1a063a32a9e4ade0da1f
Scripts: Put /usr/xpg4/bin to the beginning of PATH on Solaris.

This adds a configure option --enable-path-for-scripts=PREFIX
which defaults to empty except on Solaris it is /usr/xpg4/bin
to make POSIX grep and others available. The Solaris case had
been documented in INSTALL with a manual fix but it's better
to do this automatically since it is needed on most Solaris
systems anyway.

Thanks to Daniel Richard G.
INSTALL
configure.ac
src/scripts/xzdiff.in
src/scripts/xzgrep.in
src/scripts/xzless.in
src/scripts/xzmore.in