From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Rob Browning Newsgroups: gmane.lisp.guile.devel Subject: Re: specifying workbook dir for dist-hook Date: Sun, 31 Mar 2002 20:05:33 -0600 Sender: guile-devel-admin@gnu.org Message-ID: <87663cfa1e.fsf@raven.i.defaultvalue.org> References: <87y9g8nutk.fsf@zagadka.ping.de> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1017626916 14542 127.0.0.1 (1 Apr 2002 02:08:36 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 1 Apr 2002 02:08:36 +0000 (UTC) Cc: ttn@glug.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 16rrFM-0003mR-00 for ; Mon, 01 Apr 2002 04:08:36 +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 16rrCw-0007AV-00; Sun, 31 Mar 2002 21:06:06 -0500 Original-Received: from dsl-209-87-109-2.constant.com ([209.87.109.2] helo=defaultvalue.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16rrCR-000790-00 for ; Sun, 31 Mar 2002 21:05:36 -0500 Original-Received: from raven.i.defaultvalue.org (raven.i.defaultvalue.org [192.168.1.7]) by defaultvalue.org (Postfix) with ESMTP id 50BAB353E; Sun, 31 Mar 2002 20:05:34 -0600 (CST) Original-Received: by raven.i.defaultvalue.org (Postfix, from userid 1000) id DA82B2120; Sun, 31 Mar 2002 20:05:33 -0600 (CST) Original-To: Marius Vollmer In-Reply-To: <87y9g8nutk.fsf@zagadka.ping.de> (Marius Vollmer's message of "01 Apr 2002 02:09:27 +0200") Original-Lines: 30 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2 (i386-debian-linux-gnu) 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:245 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:245 Marius Vollmer writes: > in guile-core/Makefile.am, and copies it into (effectively) Makefile. > In turn GNU make will interpret the include directive, but does not > understand the "if" in am/maintainer-dirs: > > $ make > am/maintainer-dirs:32: *** missing separator. Stop. > > > I'm about to report this to the automake guys, but wanted to check > first what other people are saying/doing about this. Generally speaking, you might be able to get around it with a level of variable indirection. if FOO include ${BAR} endif I've used a similar trick to get around some libtool limitations in the past... FWIW -- Rob Browning rlb @defaultvalue.org, @linuxdevel.com, and @debian.org Previously @cs.utexas.edu GPG=1C58 8B2C FB5E 3F64 EA5C 64AE 78FE E5FE F0CB A0AD _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel