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

Re: [PATCH]: use locally installed neon

From: Mo DeJong <supermo_at_bayarea.net>
Date: 2001-10-24 02:03:47 CEST

On Tue, 23 Oct 2001 15:48:52 -0700
David Kimdon <David_Kimdon@alumni.hmc.edu> wrote:

> Hi,
>
> Slightly updated patch, based on feedack form the list (just the
> formatting issue Matt Kraii pointed out.) .
>
> -David

...
 
> + if test -d neon ; then
> + # if there is a neon subdir, assume we want to use it

This is going to break the build when srcdir != buildir. You should check for $top_srcdir/neon
instead.

> + # neon uses an old autoconf which does not understand the -C and
> + # --config-cache arguments. strip them from the args passed down.
> + ac_configure_args="`echo $ac_configure_args | sed 's/-C//' | sed 's/--config-cache//'`"
> + APR_SUBDIR_CONFIG(neon, $args --with-expat="$abs_srcdir/expat-lite/libexpat.la")

This should not be needed if you are going to require neon 0.17.1.

cheers
Mo DeJong

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:45 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.