>>> "Robin" == Robin Rowe <[EMAIL PROTECTED]> writes:

[...]

 Robin> How do I tell automake that it this is an optional
 Robin> Makefile that should not be created if openexr='no'?

You don't, it's badly supported and too tricky.

The setup Automake supports is this:
  - all Makefiles are unconditionally created by `configure'
  - but some of can be left out of the build during `make'
    (they will still be recursed by `make dist')

See section `Conditional subdirectories' in node `Top level' of
the manual for examples.
-- 
Alexandre Duret-Lutz



Reply via email to