|
From: | Alexandre Duret-Lutz |
Subject: | Re: Automake patch to not assume egrep or fgrep |
Date: | Thu, 30 May 2002 09:57:44 +0200 |
User-agent: | Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu) |
>>> "Ralf" == Ralf Corsepius <address@hidden> writes: [...] >> - @if sed 15q $(srcdir)/NEWS | fgrep -e "$(VERSION)" >/dev/null; \ >> + @if sed 15q $(srcdir)/NEWS | grep -F -e "$(VERSION)" >/dev/null; \ Ralf> Hard-coded grep -F . I think only this one really matters. (The two others are in `maintainer-check' where portability is not important.) What about escaping $(VERSION) using sed before passing it to grep? [...] -- Alexandre Duret-Lutz
[Prev in Thread] | Current Thread | [Next in Thread] |