From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.devel Subject: Re: specifying workbook dir for dist-hook Date: Mon, 01 Apr 2002 12:07:30 -0800 Sender: guile-devel-admin@gnu.org Message-ID: References: <87y9g8nutk.fsf@zagadka.ping.de> Reply-To: ttn@glug.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1017691937 29487 127.0.0.1 (1 Apr 2002 20:12:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 1 Apr 2002 20:12:17 +0000 (UTC) Cc: rlb@defaultvalue.org, guile-devel@gnu.org Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16s8A5-0007fT-00 for ; Mon, 01 Apr 2002 22:12:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16s89r-0001JS-00; Mon, 01 Apr 2002 15:12:03 -0500 Original-Received: from ca-crlsbd-u4-c4c-174.crlsca.adelphia.net ([68.66.186.174] helo=giblet) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16s88D-00016V-00 for ; Mon, 01 Apr 2002 15:10:22 -0500 Original-Received: from ttn by giblet with local (Exim 3.33 #1 (Debian)) id 16s85S-00009j-00; Mon, 01 Apr 2002 12:07:30 -0800 Original-To: mvo@zagadka.ping.de In-Reply-To: <87y9g8nutk.fsf@zagadka.ping.de> (message from Marius Vollmer on 01 Apr 2002 02:09:27 +0200) Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.8 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:261 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:261 From: Marius Vollmer 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 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel