automake-patches
[Top][All Lists]
Advanced

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

Re: Automake patch to not assume egrep or fgrep


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




reply via email to

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