From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: PATCH for guile-readline/Makefile.am Date: Tue, 20 Jan 2004 08:29:36 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87ptdfy3lb.fsf@zip.com.au> References: <20040107215637.GA5971@pazuzu> <87d69rz7or.fsf@zagadka.ping.de> <87k73vagv7.fsf@raven.i.defaultvalue.org> <87hdyzz71f.fsf@zagadka.ping.de> <874qur958y.fsf@raven.i.defaultvalue.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074551593 13713 80.91.224.253 (19 Jan 2004 22:33:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 19 Jan 2004 22:33:13 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jan 19 23:33:00 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 1Aihx5-0003OX-00 for ; Mon, 19 Jan 2004 23:32:59 +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 1Aihvg-0007e4-C6 for guile-devel@m.gmane.org; Mon, 19 Jan 2004 17:31:32 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Aihuq-0007Nx-RY for guile-devel@gnu.org; Mon, 19 Jan 2004 17:30:40 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AihuC-00079F-Vc for guile-devel@gnu.org; Mon, 19 Jan 2004 17:30:33 -0500 Original-Received: from [61.8.0.36] (helo=snoopy.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AihuB-00076h-To for guile-devel@gnu.org; Mon, 19 Jan 2004 17:30:00 -0500 Original-Received: from mongrel.pacific.net.au (mongrel.pacific.net.au [61.8.0.107]) by snoopy.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i0JMTq92032603 for ; Tue, 20 Jan 2004 09:29:52 +1100 Original-Received: from localhost (ppp139.dyn251.pacific.net.au [203.143.251.139]) by mongrel.pacific.net.au (8.12.3/8.12.3/Debian-6.6) with ESMTP id i0JMTpha024961 for ; Tue, 20 Jan 2004 09:29:51 +1100 Original-Received: from gg by localhost with local (Exim 3.36 #1 (Debian)) id 1Aihtq-0000Ma-00; Tue, 20 Jan 2004 08:29:38 +1000 Original-To: guile-devel@gnu.org Mail-Copies-To: never In-Reply-To: <874qur958y.fsf@raven.i.defaultvalue.org> (Rob Browning's message of "Mon, 19 Jan 2004 12:13:01 -0600") User-Agent: Gnus/5.110002 (No Gnus v0.2) 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:3250 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3250 Rob Browning writes: > > 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. You can generate a version argument using m4 esyscmd, patsubst, whatever, if you like. Autoconf never knows it was an m4 expansion and not a literal. :) We get some joy with this in gmp, see GMP_VERSION in acinclude.m4 grepping gmp-h.in. (All copyright FSF of course, if you want to cut and paste.) _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel