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

Re: svn commit: rev 1759 - trunk/ac-helpers

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-04-24 02:58:40 CEST

This test isn't going to work. libexpat.la hasn't been built when
ac-helpers/neon.m4 is used.

No... apr-util needs to export information thru apu-config on where an app
should find expat. We can then pass that along to Neon.

Cheers,
-g

On Tue, Apr 23, 2002 at 06:33:20PM -0500, striker@tigris.org wrote:
> Author: striker
> Date: 2002-04-23 23:33 GMT
> New Revision: 1759
>
> Modified:
> trunk/ac-helpers/neon.m4
> Log:
> * ac-helpers/neon.m4
>
> Make neon look in the right location for the
> expat bundled with apr-util.
>
>
> Modified: trunk/ac-helpers/neon.m4
> ==============================================================================
> --- trunk/ac-helpers/neon.m4 (original)
> +++ trunk/ac-helpers/neon.m4 Tue Apr 23 18:33:14 2002
> @@ -68,8 +68,8 @@
>
> # If we have apr-util and it's bundled expat, we can point neon
> # there, otherwise, neon is on its own to find expat.
> - if test -f "$abs_builddir/apr-util/xml/expat/libexpat.la" ; then
> - args="$args --with-expat='$abs_builddir/apr-util/xml/expat/libexpat.la'"
> + if test -f "$abs_builddir/apr-util/xml/expat/lib/libexpat.la" ; then
> + args="$args --with-expat='$abs_builddir/apr-util/xml/expat/lib/libexpat.la'"
> fi
> SVN_SUBDIR_CONFIG(neon, $args)
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: svn-help@subversion.tigris.org

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Apr 24 02:59:03 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.