"Lars J. Aas" <[EMAIL PROTECTED]> writes:

> Automake doesn't know about mutually exclusive conditionals (they are
> controlled from the configure script, so anything can happen), so you
> should rewrite the Makefile.am to something Automake will be more
> comfortable with - knowing that a variable will only be defined once.
> The below Makefile.am gets rid of the warnings.

Ah, that makes sense (while the warning message did not so much).
Works nicely also, thanks!

Did you notice the LEX hack ?  Am I right about automake currently
lacking support for multiple lexers in one binary ?  (although the
docs clearly states that it is supported)

/bart

Reply via email to