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

Re: svn commit: r35262 - trunk/build/ac-macros

From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 15 Jan 2009 18:07:56 +0000

On Thu, Jan 15, 2009 at 08:48:56AM -0800, Jeremy Whitlock wrote:
> Author: jwhitlock
> Date: Thu Jan 15 08:48:56 2009
> New Revision: 35262
>
> Log:
> Make it possible to build Subversion against binary installations of its deps.
>
> * build/ac-macros/neon.m4,
> build/ac-macros/serf.m4: Remove the requirement for the libtool archive files
> when configured to build against binary installations.
>
> Modified:
> trunk/build/ac-macros/neon.m4
> trunk/build/ac-macros/serf.m4
>
> Modified: trunk/build/ac-macros/neon.m4
> URL: http://svn.collab.net/viewvc/svn/trunk/build/ac-macros/neon.m4?pathrev=35262&r1=35261&r2=35262
> ==============================================================================
> --- trunk/build/ac-macros/neon.m4 Thu Jan 15 08:38:38 2009 (r35261)
> +++ trunk/build/ac-macros/neon.m4 Thu Jan 15 08:48:56 2009 (r35262)
> @@ -188,7 +188,7 @@ int main()
> else
> SVN_NEON_INCLUDES=[`$neon_config --cflags | sed -e 's/-D[^ ]*//g'`]
> CFLAGS=["$CFLAGS `$neon_config --cflags | sed -e 's/-I[^ ]*//g'`"]
> - NEON_LIBS=`$neon_config --la-file`
> + NEON_LIBS=`$neon_config --libs`

Wasn't this known to cause problems?

http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=17212

We need a comment in neon.m4, this change has been made and reverted
multiple times already.

Stefan
Received on 2009-01-15 19:08:24 CET

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.