On Sat, Oct 10, 2009 at 12:02:23PM -0400, Greg Stein wrote:
> On Sat, Oct 10, 2009 at 10:34, Arfrever Frehtes Taifersar Arahesis
> <Arfrever.FTA_at_gmail.com> wrote:
> > 2009-10-07 01:43:09 Julian Foad napisał(a):
> >> Author: julianfoad
> >> Date: Tue Oct 6 16:43:08 2009
> >> New Revision: 39811
> >>
> >> Log:
> >> Fix usage of 'grep' in the build system. '$GREP' was invoked for finding
> >> D-Bus and KWallet, but is not defined.
> >
> > Definition of AC_PROG_EGREP macro in /usr/share/autoconf/autoconf/programs.m4
> > contains AC_REQUIRE([AC_PROG_GREP]), so AC_PROG_GREP is called which defines GREP.
>
> Obviously not, if Julian had to fix it. Maybe something version-specific?
Yup. It exists in autoconf-2.61, but autoconf-2.59 does not have it.
Stefan
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2405898
Received on 2009-10-10 18:10:00 CEST