bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: GNU GREP - --program-prefix failure and gmake check failures


From: Peter Bray
Subject: Re: GNU GREP - --program-prefix failure and gmake check failures
Date: Thu, 28 Mar 2002 12:45:56 +1100 (EST)

 --- Bernhard Rosenkraenzer <address@hidden> wrote: > On
Thu, 28 Mar 2002, [iso-8859-1] Peter Bray wrote:
> > 3. ./configure --prefix=/pkgs/grep-2.5 --program-prefix=g
> > 4. Renaming egrep to gegrep and correcting the symlink to ggrep

> All of this is fixed in 2.5.1.

NOT QUITE - there is an error in the shell scripts for egrep/fgrep
Example
  #!/bin/sh
  exec grep -E ${1+"$@"}
       ^^^^

They reference "grep" not the name of the program installed (ie with
program prefix and suffix) in my case ggrep, so the Makefile.am needs
to be updated to ensure it is generating the  correct shell script.

Hope this helps,

Peter Bray
Sydney, Australia


http://www.sold.com.au - SOLD.com.au Auctions
- 1,000s of Bargains!



reply via email to

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