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

Re: [PATCH] issue 949

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-10-26 00:32:51 CEST

Matt Kraai <kraai@alumni.cmu.edu> writes:
> The following patch addresses issue 949. I didn't convert the help
> string for '--with-berkeley-db' to AC_HELP_STRING because I don't know
> how to preserve the paragraph break, and I didn't convert the help
> string for '--with-apxs' because I don't know how preserve the braces
> and not mess up the indentation.

Interesting... If I apply this patch and run autogen.sh, the follow
output appears:

   buildcheck: checking installation...
   buildcheck: autoconf version 2.52 (ok)
   buildcheck: autoheader version 2.52 (ok)
   buildcheck: libtool version 1.4.2 (ok)
   buildcheck: neon version 0.23.2 (ok)
   buildcheck: local copy of find_apr.m4 does not match APR's copy.
               An updated copy of find_apr.m4 may need to be checked in.
   buildcheck: local copy of find_apu.m4 does not match APRUTIL's copy.
               An updated copy of find_apu.m4 may need to be checked in.

because we've patched find_apr.m4 and find_apu.m4, which come from
those projects and are generally kept in sync. So the right thing to
do is apply the same patch to the master copies in APR and
APRUTIL... Only, they don't necessarily have the same autoconf
requirements as Subversion, and it may not be kosher to use
AC_HELP_STRING this way in them. I don't know -- anyone out there
familiar with this?

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 26 01:03:16 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.