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

Re: [PATCH] look for installed APR and APRUTIL

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-10-24 17:43:47 CEST

Matt Kraai <kraai@alumni.cmu.edu> writes:
> > Last time this came up I tried the patch, it broke compilation of
> > apr/apr-util in the Subversion source dir.
> >
> > Has that changed?
>
> Does it still favor the installed version over the one in the source
> directory? Yes.
>
> How about the following patch, which documents why it doesn't check
> for an installed version?

If we have in-tree apr and/or apr-util, we should try them first,
where "try" means see if they satisfy whatever version requirement
Subversion has.

The fact that APR is under development doesn't matter -- the fact that
the user put it in the tree is sufficient indication that the user
wanted to compile against it. (They should be able to ignore it by
using --with-apr=foo, of course.)

Do you agree/disagree with any of this? (And if agree, can you make
the patch do it? :-) )

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 24 18:14:13 2002

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.