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

Re: CVS update: subversion/ac-helpers svn-apache.m4

From: Greg Stein <gstein_at_lyra.org>
Date: 2000-12-19 22:47:45 CET

But I do have to say that I'm happy to see somebody else trying to build the
thing! :-)

Cheers,
-g

On Tue, Dec 19, 2000 at 01:45:17PM -0800, Greg Stein wrote:
> Urg. What Apache do you have? aputil no longer exists, so this shouldn't be
> needed. mod_dav.h includes apr_dbm.h which is located in
> srclib/apr-util/include. Or in an installed Apache, it will be located in
> the main include directory (we're changing Apache to not create subdirs in
> the installed include area).
>
> Cheers
> -g
>
> On Tue, Dec 19, 2000 at 12:56:57PM -0000, daniel@tigris.org wrote:
> > User: daniel
> > Date: 00/12/19 04:56:57
> >
> > Modified: ac-helpers svn-apache.m4
> > Log:
> > Added $withval/src/lib/aputil to the list of directories in APACHE_INCLUDES
> > since the mod_dav.h in apache includes apu_db.h which resides in that
> > directory. mod_dav.h is itself of course included from mod_dav_svn. Perhaps
> > we should split the apache include directories in several variables?
> >
> > Revision Changes Path
> > 1.9 +1 -1 subversion/ac-helpers/svn-apache.m4
> >
> > Index: svn-apache.m4
> > ===================================================================
> > RCS file: /cvs/subversion/ac-helpers/svn-apache.m4,v
> > retrieving revision 1.8
> > retrieving revision 1.9
> > diff -u -r1.8 -r1.9
> > --- svn-apache.m4 2000/11/07 06:23:18 1.8
> > +++ svn-apache.m4 2000/12/19 12:56:57 1.9
> > @@ -19,7 +19,7 @@
> > AC_MSG_ERROR(You need to specify a directory with --with-apache)
> > fi
> > if test -r $withval/src/modules/dav/main/mod_dav.h; then
> > - APACHE_INCLUDES="$APACHE_INCLUDES -I$withval/src/include -I$withval/src/os/unix -I$withval/src/modules/dav/main -I$withval/src/lib/apr/include"
> > + APACHE_INCLUDES="$APACHE_INCLUDES -I$withval/src/include -I$withval/src/os/unix -I$withval/src/modules/dav/main -I$withval/src/lib/apr/include -I$withval/src/lib/aputil"
> > APACHE_TARGET=$withval/src/modules/dav/svn
> > BINNAME=mod_dav_svn.a
> >
> >
> >
> >
>
> --
> Greg Stein, http://www.lyra.org/

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:17 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.