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

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-02-15 05:07:05 CET

Justin Erenkrantz <jerenkrantz@ebuilt.com> writes:

> On Thu, Feb 14, 2002 at 08:42:00PM -0600, jerenkrantz@tigris.org wrote:
> > Author: jerenkrantz
> > Date: 2002-02-15 02:41 GMT
> > New Revision: 1290
> >
> > Modified:
> > trunk/ac-helpers/aprutil.m4
> > trunk/ac-helpers/find_apu.m4
> > Log:
> > Rework apr-util to support to match the recent rewrite of apr m4 macros.
> > apr-util detection is now almost identical in format to apr's detection.
> >
> > * ac-helpers/find_apu.m4: New version imported from apr-util CVS HEAD.
> > Requires latest version of apu-config to function properly.
> >
> > * ac-helpers/aprutil.m4: Simplify in coordination with find_apu.m4 changes.
>
> If you were having problems with detection of apr-util, can you
> please try r1290? In conjunction with an apu-config commit in
> apr-util's repository, this should hopefully address most of the
> problems. -- justin
 
I think it works better with this apr-util patch

Index: apu-config.in
===================================================================
RCS file: /home/cvspublic/apr-util/apu-config.in,v
retrieving revision 1.5
diff -u -r1.5 apu-config.in
--- apu-config.in 15 Feb 2002 02:44:24 -0000 1.5
+++ apu-config.in 15 Feb 2002 04:05:50 -0000
@@ -133,7 +133,7 @@
     exit 0
     ;;
     --libs)
- if test "$location" = "installed" && -f $PREFIX/lib/libexpat.la; then
+ if test "$location" = "installed" && test -f $PREFIX/lib/libexpat.la; then
       TMP_BUILDDIR=`echo "$APU_BUILD_DIR/xml/expat" | sed 's/\\//\\\\\\//g'`
       TMP_PREFIX=`echo $prefix | sed 's/\\//\\\\\\//g'`
       LIBS=`echo "$LIBS" | sed "s/$TMP_BUILDDIR/$TMP_PREFIX/g"`

-- 
Philip
---------------------------------------------------------------------
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:08 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.