[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-03-11 19:12:55 CET

Justin Erenkrantz <jerenkrantz@apache.org> writes:

> On my 2.54, it is:
>
> if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
> $EGREP "VERSION_OKAY" >/dev/null 2>&1; then

On my 2.53 it is

if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  egrep "VERSION_OKAY" >/dev/null 2>&1; then

> $EGREP is undefined without that check. If it is just hardcoded to
> 'grep -E' or 'egrep' before 2.53b, then we may somehow be able to do a
> conditional based on autoconf's version. But, we need it for 2.53b+.

-- 
Philip Martin
---------------------------------------------------------------------
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:14:07 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.