[Dune] Buildsystem: Suggestions seem not to work...
Christian Engwer
christi at uni-hd.de
Tue Jul 8 11:30:45 CEST 2008
Hi Martin,
On Tue, Jul 08, 2008 at 08:43:16AM +0200, Martin Nolte wrote:
> ...and the cause seems to be in dunecontrol:
>
> 622 ### check suggestion $name
> 623 # add a conditional check, just in case the module is not available
> 624 AM_CONDITIONAL([HAVE_${MOD}])
thanks for the hint.
If the suggested module is not available at autogen time, the
conditionals in the Makefiles must still work. Therefore the
conditional should be set to false (which it isn't in the quoted
code).
I'll commit the fix.
Christian
> 625 # invoke checks required by this module
> 626 AC_REQUIRE([${MOD}_CHECKS])
>
> In line 624, the second argument to AM_CONDITIONAL is missing. Since I do not
> know the intention of these statements, I cannot fix this myself...
>
> Cheers,
>
> Martin
More information about the Dune
mailing list