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

Bug? apr-0 vs. apr (was Re: PATCH swig-1.3.16 and typemap)

From: Jani Averbach <jaa_at_cc.jyu.fi>
Date: 2002-11-01 19:21:48 CET

On 1 Nov 2002 cmpilato@collab.net wrote:

>
> What the?
>

Magic happens.

It seems that apr get different name by configure,
depending if it is builded by apache or subversion.

If you ask me, I would say that this is a bug or misbehaviour.

svn/arp/Makefile:

# get substituted into some targets
APR_MAJOR_VERSION=0
...
TARGET_LIB = libapr-${APR_MAJOR_VERSION}.la

httpd-2.0/srclib/apr/Makefile:

# get substituted into some targets
APR_MAJOR_VERSION=0
...
TARGET_LIB = libapr.la

However I don't know why it behaves like that.

BR, Jani

--
Jani Averbach
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 1 19:22:39 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.