[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: Matt Kraai <kraai_at_alumni.cmu.edu>
Date: 2002-10-24 00:28:21 CEST

On Wed, Oct 23, 2002 at 11:04:30PM +0100, Philip Martin wrote:
> Matt Kraai <kraai@alumni.cmu.edu> writes:
> > The following patch makes Subversion look for an installed APR and
> > APRUTIL.
>
> Last time this came up I tried the patch, it broke compilation of
> apr/apr-util in the Subversion source dir.
>
> http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgId=168059
>
> 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?

Matt

Index: ac-helpers/apr.m4
===================================================================
--- ac-helpers/apr.m4 (revision 3466)
+++ ac-helpers/apr.m4 (working copy)
@@ -4,6 +4,9 @@
 dnl Check configure options and assign variables related to
 dnl the Apache Portable Runtime (APR) library.
 dnl
+dnl Do not check for an installed library because the interface
+dnl is not yet stable.
+dnl
 
 AC_DEFUN(SVN_LIB_APR,
 [
Index: ac-helpers/aprutil.m4
===================================================================
--- ac-helpers/aprutil.m4 (revision 3466)
+++ ac-helpers/aprutil.m4 (working copy)
@@ -8,6 +8,9 @@
 dnl is too tied in with apr. (You can't use an installed APR and
 dnl a source APR-util.)
 dnl
+dnl Do not check for an installed library because the interface
+dnl is not yet stable.
+dnl
 
 
 AC_DEFUN(SVN_LIB_APRUTIL,

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 24 00:29:51 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.