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

Re: build on redhat 7.2

From: Mo DeJong <supermo_at_bayarea.net>
Date: 2002-01-31 01:42:04 CET

On Fri, 25 Jan 2002 12:17:17 -0800
Greg Stein <gstein@lyra.org> wrote:

> On Fri, Jan 25, 2002 at 01:58:07PM -0500, Neal D. Becker wrote:
> >...
> > OH, I see. No, I don't have a new Apache. I have:
> >
> > >rpm -q apache
> > apache-1.3.22-2
>
> Then I'll repeat my earlier note: read the INSTALL document.

How about we mention that in the error msg? We could do somehting like
the following.

Index: ac-helpers/svn-apache.m4
===================================================================
--- ac-helpers/svn-apache.m4
+++ ac-helpers/svn-apache.m4 Wed Jan 30 14:53:00 2002
@@ -72,7 +72,8 @@
        AC_MSG_ERROR(no - APXS refers to an old version of Apache
                      Unable to locate $APXS_INCLUDE/mod_dav.h)
     else
- AC_MSG_RESULT(no - Unable to locate $APXS_INCLUDE/mod_dav.h)
+ AC_MSG_RESULT([no - Unable to locate $APXS_INCLUDE/mod_dav.h
+Do you have Apache 2.0 or newer installed?])
        APXS=""
     fi
 else

Disclaimer: This patch has not been tested so don't expect it to work.

cheers
Mo

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:01 2006

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.