You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Arfrever Frehtes Taifersar Arahesis <Ar...@GMail.Com> on 2009/10/10 14:34:47 UTC

Re: svn commit: r39811 - in trunk: . build/ac-macros

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.

-- 
Arfrever Frehtes Taifersar Arahesis

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2405878

Re: svn commit: r39811 - in trunk: . build/ac-macros

Posted by Julian Foad <ju...@btopenworld.com>.
On Sat, 2009-10-10 at 17:09 +0100, Stefan Sperling wrote:
> 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
> > <Ar...@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.

I'm using autoconf-2.59.

Thanks for the info. I've edited the log message to reflect this
information.

- Julian

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2406684

Re: svn commit: r39811 - in trunk: . build/ac-macros

Posted by Stefan Sperling <st...@elego.de>.
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
> <Ar...@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

Re: svn commit: r39811 - in trunk: . build/ac-macros

Posted by Greg Stein <gs...@gmail.com>.
On Sat, Oct 10, 2009 at 10:34, Arfrever Frehtes Taifersar Arahesis
<Ar...@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?

Cheers,
-g

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2405895