[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-10-24 00:04:30 CEST

Matt Kraai <kraai@alumni.cmu.edu> writes:

> Howdy,
>
> The following patch makes Subversion look for an installed APR and
> APRUTIL.
>
> Matt
>
> * subversion/ac-helpers/apr.m4
> Look for installed APR.
>
> * subversion/ac-helpers/apr-util.m4
> Look for installed APRUTIL.
>
> Index: ac-helpers/aprutil.m4
> ===================================================================
> --- ac-helpers/aprutil.m4 (revision 3466)
> +++ ac-helpers/aprutil.m4 (working copy)
> @@ -14,7 +14,7 @@
> [
> AC_MSG_NOTICE([Apache Portable Runtime Utility (APRUTIL) library configuration])
>
> - APR_FIND_APU("$srcdir/apr-util", "./apr-util")
> + APR_FIND_APU("$srcdir/apr-util", "./apr-util", 1)

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?

-- 
Philip Martin
---------------------------------------------------------------------
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:05:15 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.