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

Re: Second try at build system changes

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 21 Dec 2012 18:17:19 +0000

Branko Čibej <brane_at_wandisco.com> writes:

> On 21.12.2012 18:30, Philip Martin wrote:
>> Branko Čibej <brane_at_wandisco.com> writes:
>>
>>> Does "make EXTRA_CFLAGS=..." not give you exactly that?
>> I want to set the flags at configure.
>
> Sure, I understand that. But in order to do that, we'd have to introduce
> another variable besides C(XX)FLAGS, because those override whatever
> AC_PROG_CC would attempt to set, and always get used for bindings.
>
> Internally, configure already uses C(XX)USERFLAGS that could be
> repurposed for that kind of use, or even C(XX)MAINTAINERFLAGS, which
> have the right properties in that they're not used to compile swig
> wrappers and such.
>
> Would that satisfy your requirements?

I suppose I want to be able to specify an initial value for
CMAINTAINERFLAGS:

   configure CMAINTAINERFLAGS=--something-special

Then our code builds with --something-special, in addition to whatever
configure chooses to add, while the generated code builds without my
extra flag.

I wouldn't hold up your branch for this, trunk doesn't support it
either.

-- 
Certified & Supported Apache Subversion Downloads:
http://www.wandisco.com/subversion/download
Received on 2012-12-21 19:17:58 CET

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.