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

Re: configure warning about outdated find_apr.m4

From: Jens Seidel <jensseidel_at_users.sourceforge.net>
Date: Mon, 26 May 2008 11:41:23 +0200

On Mon, May 26, 2008 at 11:30:13AM +0200, Arfrever Frehtes Taifersar Arahesis wrote:
> 2008-05-26 08:30 Jens Seidel <jensseidel_at_users.sf.net> napisał(a):
> > calling ./autogen.sh in the 1.5.x branch results in the following
> > warnings:
> >
> > 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 PrintPath does not match APR's copy.
> > An updated copy of PrintPath 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.
> >
> > I checked out apr and apr-utils via
> > svn co http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x apr
> > svn co http://svn.apache.org/repos/asf/apr/apr-util/branches/0.9.x apr-util
> > since I do not have it installed.
>
> Are you able to reproduce these warnings when you check out APR and
> APR-Util from their '1.3.x' branches?

Yes, the same with 1.3.x. Please note that build/ac-macros/apr.m4
contains:

  echo "The Apache Portable Runtime (APR) library cannot be found."
  echo "Please install APR on this system and supply the appropriate"
  echo "--with-apr option to 'configure'"
  echo ""
  echo "or"
  echo ""
  echo "get it with SVN and put it in a subdirectory of this source:"
  echo ""
  echo " svn co \\"
  echo " http://svn.apache.org/repos/asf/apr/apr/branches/0.9.x \\"
  echo " apr"
  echo ""

If 1.3.x is preferred, this message (similar for apr-utils) should be updated
as well (is displayed by the configure script if no installed APR was found).

Jens

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-26 11:44:32 CEST

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.