[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/subversion/libsvn_wc/tests Makefile.am

From: Branko Èibej <brane_at_xbc.nu>
Date: 2001-01-10 01:15:11 CET

brane@tigris.org wrote:

> User: brane
> Date: 01/01/09 16:08:01
>
> Modified: . configure.in

...

> --- configure.in 2000/11/26 15:20:15 1.44
> +++ configure.in 2001/01/10 00:08:00 1.45
> @@ -54,6 +54,13 @@
> AC_MSG_ERROR([Must configure APR before Subversion.])
> fi
>
> +
> +dnl Set module library lists for libtool ---------------------
> +
> +SVN_APR_LIBS="`pwd`/apr/libapr.la $LIBTOOL_LIBS"
> +AC_SUBST(SVN_APR_LIBS)
> +
> +
> dnl Check for programs ---------------------

Just in case somebody is wondering why I used `pwd`/apr instead of
$srcdir/apr: I did that to support building outside the source tree. I
know we don't support that right now, but it'll be one less thing to fix.

I'm wondering if I should make a similar change for neon and expat-lite.
Thoughts? Is neon smart enought to pull the headers from $srcdir and the
library from $objdir (I guess not)?

-- 
Brane �ibej
    home:   <brane_at_xbc.nu>             http://www.xbc.nu/brane/
    work:   <branko.cibej_at_hermes.si>   http://www.hermes-softlab.com/
     ACM:   <brane_at_acm.org>            http://www.acm.org/
Received on Sat Oct 21 14:36:19 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.