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: PATCH for guile-readline/Makefile.am Date: Mon, 19 Jan 2004 12:13:01 -0600 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <874qur958y.fsf@raven.i.defaultvalue.org> References: <20040107215637.GA5971@pazuzu> <87d69rz7or.fsf@zagadka.ping.de> <87k73vagv7.fsf@raven.i.defaultvalue.org> <87hdyzz71f.fsf@zagadka.ping.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074536096 15918 80.91.224.253 (19 Jan 2004 18:14:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 19 Jan 2004 18:14:56 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jan 19 19:14:47 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AidvD-0007cl-00 for ; Mon, 19 Jan 2004 19:14:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AiduZ-0005Wa-5C for guile-devel@m.gmane.org; Mon, 19 Jan 2004 13:14:07 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Aidu5-0005UN-Na for guile-devel@gnu.org; Mon, 19 Jan 2004 13:13:37 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AidtX-0005JH-UD for guile-devel@gnu.org; Mon, 19 Jan 2004 13:13:35 -0500 Original-Received: from [66.93.216.237] (helo=defaultvalue.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AidtX-0005Ht-GN for guile-devel@gnu.org; Mon, 19 Jan 2004 13:13:03 -0500 Original-Received: from raven.i.defaultvalue.org (raven.i.defaultvalue.org [192.168.1.7]) by defaultvalue.org (Postfix) with ESMTP id 9AEEA4034; Mon, 19 Jan 2004 12:13:01 -0600 (CST) Original-Received: by raven.i.defaultvalue.org (Postfix, from userid 1000) id 3902F81109; Mon, 19 Jan 2004 12:13:01 -0600 (CST) Original-To: Marius Vollmer In-Reply-To: <87hdyzz71f.fsf@zagadka.ping.de> (Marius Vollmer's message of "Wed, 14 Jan 2004 01:51:40 +0100") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3249 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3249 Marius Vollmer writes: > I think I was unclear: what I have in mind is to create a new > directory "guile-core/guile-readline/ice-9" and put readline.scm > there. It shouldn't be put into guile-core/ice-9/. OK. I got this working in my tree last night, and I also updated our guile-readline configure.in to use the non-deprecated AC_INIT, automake, etc. syntax. AC_INIT(guile-readline, 1.7.0) AC_CONFIG_SRCDIR(readline.c) AM_INIT_AUTOMAKE([foreign no-define]) Though that raises an issue that I haven't figured out how we want to handle yet. As above, autoconf now wants the package name and version to be literals. Hence our trick of using GUILE-VERSION and $PACKAGE and $VERSION won't work in this new arrangement. One possibility would be to make configure.in the canonical source for versioning information and just write GUILE-VERSION from there, and I guess guile-readlne would do the same for LIBGUILEREADLINE-VERSION. Although this would mean that we'd have to update the version in configure.in and guile-readline/configure.in independently, by-hand. That doesn't seem like a showstopper to me, though. I can just add it to the release procedure. -- Rob Browning rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu GPG starting 2002-11-03 = 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel