[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-02-01 14:46:20 CET

jerenkrantz@tigris.org writes:

> Author: jerenkrantz
> Date: 2002-02-01 03:21 GMT
> New Revision: 1128
>
> Added:
> trunk/ac-helpers/find_apr.m4
> Modified:
> trunk/ac-helpers/apr.m4
> trunk/configure.in
> Log:
> Use APR's own find_apr.m4 to find APR.
>
> (This is essentially the same as revision 703, but with a fix to
> allow source APR dirs to build.)
>
> * ac-helpers/find_apr.m4: New file, imported from APR CVS repository,
> provides the APR_FIND_APR macro.
>
> * ac-helpers/apr.m4 (SVN_LIB_APR): Refactor the APR detection code
> to take advantage of APR_FIND_APR.
> (SVN_FIND_APR): Removed.
>
> * configure.in: Add find_apr.m4 as an included file to source.
>

This change appears to have broken builddir != srcdir builds.

creating config.nice
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
configure: Apache Portable Runtime (APR) library configuration
checking for APR... no
configure: WARNING: APR not found
No Apache Portable Runtime (APR) library can be found.
Either install APR on this system and supply appropriate
--with-apr-libs and --with-apr-includes options

or

get it with CVS and put it in a subdirectory of this source:

   cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic login
      (password 'anoncvs')

   cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic co apr

Run that right here in the top-level of the Subversion tree.

configure: error: no suitable apr found

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