automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Canonical way to conditionally add (a large amount of) sources to P


From: Tim Van Holder
Subject: Re: Canonical way to conditionally add (a large amount of) sources to PROG_SOURCES?
Date: 12 Jun 2001 11:48:09 +0200

On 12 Jun 2001 02:06:40 +0200, Guido Draheim wrote:
> 
> Hi Tim,
> 
> you do confuse me a bit - it seems as if you just missed the
> target by micrometer, especially the middle one of your
> examples looks very good....
> 
> > if MYCONDITIONAL
> > OPTIONAL = lotsasource.c lotsayacc.y
> > else
> > OPTIONAL=
> > endif
> > 
> > foo_SOURCES = $(REGULAR) $(OPTIONAL)
> 
> The only thing that I can see is that you did not yet make
> a call to AM_CONDITIONAL (??) - that is the one that sets the
> two _SUBST-vars called MYCONDITIONAL_FALSE and its sister
> MYCONDITIONAL_TRUE, and these are probably the names that
> will be later warned about. Just a guess anyway....

Hehe - no, I definitely have AM_CONDITIONAL(MYCONDITIONAL, blah)
in my configure.in.  As Lars said, the reason I get the errors
is that the underlying functionality was broken/nonexistent up
until a few weeks ago.
Thanks for the suggestion though.

-- 
Tim Van Holder - Anubex N.V.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
This message was posted using plain text. I do not endorse any
products or services that may be hyperlinked to this message.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]