Hi Jim,
Am 27.01.2010 um 15:52 schrieb Jim Meyering:
Dagobert Michelsen wrote:
Hi Karl,
Am 27.01.2010 um 01:13 schrieb Karl Berry:
How about having zgrep first look in its own directory (dirname $0)
for
grep before resorting to PATH?
That would also fully resolve my problem. Nice solution :-)
It already prepends "$(bindir):" to $PATH (bindir is $prefix/bin).
Does that not work for you?
Unfortunately not, as grep gets installed as ggrep to allow explicit
selection of greps. Sorry, I didn't thought of this when I wrote my
previous email. Looks like for me the explicit selection with
--with-grep=/opt/csw/bin/ggrep
would be best.
Thanks!
-- Dago