[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 1128 - trunk trunk/ac-helpers

From: Justin Erenkrantz <jerenkrantz_at_ebuilt.com>
Date: 2002-02-01 17:59:42 CET

On Fri, Feb 01, 2002 at 02:08:39PM +0000, Philip Martin wrote:
> I'm not an autoconf expert but this seems to fix it. Anyone object to
> the following patch?
>
> Index: ./ac-helpers/aprutil.m4
> ===================================================================
> --- ./ac-helpers/aprutil.m4
> +++ ./ac-helpers/aprutil.m4 Fri Feb 1 13:58:37 2002
> @@ -17,6 +17,10 @@
> APR_FIND_APU(apr-util, $abs_builddir)
>
> if test $apu_found = "no"; then
> + APR_FIND_APU($srcdir/apr-util, $abs_builddir)
> + fi
> +
> + if test $apu_found = "no"; then
> AC_MSG_WARN([APRUTIL not found])
> SVN_DOWNLOAD_APRUTIL
> fi

How about just using $srcdir/apr{-util} always? I think that
should work. -- justin

---------------------------------------------------------------------
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:37:03 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.