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

Re: [PATCH] misc svn build errors

From: Greg Stein <gstein_at_lyra.org>
Date: 2000-09-20 15:34:21 CEST

On Tue, Sep 19, 2000 at 10:33:31PM -0700, Bob Miller wrote:
>...
> mod_dav_svn/Makefile.am: fixed APACHE_INCLUDES.
>...
> diff -ru subversion.orig/subversion/mod_dav_svn/Makefile.am subversion/subversion/mod_dav_svn/Makefile.am
> --- subversion.orig/subversion/mod_dav_svn/Makefile.am Mon Sep 11 02:21:52 2000
> +++ subversion/subversion/mod_dav_svn/Makefile.am Tue Sep 19 21:50:38 2000
> @@ -10,7 +10,7 @@
> libmod_dav_svn_la_SOURCES = mod_dav_svn.c deadprops.c liveprops.c repos.c \
> version.c
>
> -INCLUDES = -I../include $(APACHE_INCLUDES)
> +INCLUDES = -I../include @APACHE_INCLUDES@
>
> SUBDIRS = . tests

This one is questionable. Normally, automake will include Makefile macros
automatically for autoconf symbols that it finds. IOW, the
$(APACHE_INCLUDES) just goes all the way to the Makefile without change.
That Makefile ends up with a line (inserted by automake) that defines
APACHE_INCLUDES to the right thing.

I was building mod_dav_svn without a problem, so I would be suspect of your
particular situation. What kind of problem did you observe? Did you make
sure to use autogen.sh after your most recent "cvs update"? That would
regenerate the appropriate APACHE_INCLUDES that I mentioned (by automake).

CHeers,
-g

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