[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: What is AC_PROG_EGREP?

From: Thom May <thom_at_planetarytramp.net>
Date: 2003-03-11 19:44:15 CET

* Philip Martin (philip@codematters.co.uk) wrote :
> Justin Erenkrantz <jerenkrantz@apache.org> writes:
>
> > Sigh. I'd try replacing the AC_PROG_EGREP line with something like this:
> >
> > dnl AC_PROG_EGREP is only available in autoconf 2.53b and later
> > ifdef([AC_PROG_EGREP],[AC_PROG_EGREP],[])
> >
> > I don't have time to test it myself, but if it works, feel free to
> > commit.
>
> OK, this patch works for me. It's not urgent so I won't commit it
> until someone verifies that it works on 2.54 as well.
presumably then $EGREP isn't defined? Or (sorry, don't have a copy of
subversion sources at hand atm) are we checking that before we try to use
it?
-Thom

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 11 19:45:20 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.