* 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