guile-devel
[Top][All Lists]
Advanced

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

Re: specifying workbook dir for dist-hook


From: Thien-Thi Nguyen
Subject: Re: specifying workbook dir for dist-hook
Date: Mon, 01 Apr 2002 12:07:30 -0800

   From: Marius Vollmer <address@hidden>
   Date: 01 Apr 2002 02:09:27 +0200

   I have trouble using this setup with automake 1.4-p4.

on the one hand, automake info node "Conditionals" sez (wrt nesting):

    You may only test a single variable in an `if' statement, possibly
 negated using `!'.  The `else' statement may be omitted.  Conditionals
 may be nested to any depth.  You may specify an argument to `else' in
 which case it must be the negation of the condition used for the
 current `if'.  Similarly you may specify the condition which is closed
 by an `end':

on the other hand, info node "Include" sez:

    Note that if a fragment is included inside a conditional, then the
 condition applies to the entire contents of that fragment.

so it looks like included am/* files should not use conditionals as it
might be excluded from automake's scanning (although this is not
explicitly stated; it all depends on which order automake does these
sub-operations).

in any case, i've removed "if MAINTAINER_MODE" from am/maintainer-dirs
and updated workbook/build/maintainer-dirs.text.  sorry for the hiccup.

thi



reply via email to

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