From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: specifying workbook dir for dist-hook Date: 01 Apr 2002 02:09:27 +0200 Sender: guile-devel-admin@gnu.org Message-ID: <87y9g8nutk.fsf@zagadka.ping.de> References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1017619758 10325 127.0.0.1 (1 Apr 2002 00:09:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 1 Apr 2002 00:09:18 +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 16rpNu-0002gQ-00 for ; Mon, 01 Apr 2002 02:09:18 +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 16rpNe-0007gc-00; Sun, 31 Mar 2002 19:09:02 -0500 Original-Received: from dialin.speedway42.dip227.dokom.de ([195.138.42.227] helo=zagadka.ping.de) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 16rpLV-0007Qf-00 for ; Sun, 31 Mar 2002 19:06:51 -0500 Original-Received: (qmail 10503 invoked by uid 1000); 1 Apr 2002 00:09:27 -0000 Original-To: ttn@glug.org In-Reply-To: Original-Lines: 24 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 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:242 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:242 Thien-Thi Nguyen writes: > this convention is now provisionally (not set in stone) codified in > guile-core/am/maintainer-dirs and workbook/build/maintainer-dirs.text. I have trouble using this setup with automake 1.4-p4. For whatever reason, automake does not allow the inclusion of files containing a '-' character, and you can't be inside a conditional when including a file. What I am seeing is that automake does not interpret the line include $(top_srcdir)/am/maintainer-dirs 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. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel