From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.user Subject: Re: Gmp now working, but number.c:147 isinf declared implicitly. Date: Mon, 22 Jan 2007 08:08:16 +1100 Message-ID: <877ivg3x6n.fsf@zip.com.au> References: <87fyafvol7.fsf@zip.com.au> <87fyacuj4h.fsf@zip.com.au> <877ivjam2c.fsf@zip.com.au> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1169413760 27948 80.91.229.12 (21 Jan 2007 21:09:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 21 Jan 2007 21:09:20 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Jan 21 22:09:16 2007 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1H8jw7-0003IC-Rz for guile-user@m.gmane.org; Sun, 21 Jan 2007 22:09:12 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H8jw7-0008BZ-3t for guile-user@m.gmane.org; Sun, 21 Jan 2007 16:09:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H8jva-0007to-BW for guile-user@gnu.org; Sun, 21 Jan 2007 16:08:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H8jvY-0007sy-Fw for guile-user@gnu.org; Sun, 21 Jan 2007 16:08:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H8jvX-0007sl-VM for guile-user@gnu.org; Sun, 21 Jan 2007 16:08:36 -0500 Original-Received: from [61.8.2.231] (helo=mailout2.pacific.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H8jvX-0000qL-Dg for guile-user@gnu.org; Sun, 21 Jan 2007 16:08:35 -0500 Original-Received: from mailproxy2.pacific.net.au (mailproxy2.pacific.net.au [61.8.2.163]) by mailout2.pacific.net.au (Postfix) with ESMTP id 03B0E6E312; Mon, 22 Jan 2007 08:08:24 +1100 (EST) Original-Received: from localhost (ppp2A8C.dyn.pacific.net.au [61.8.42.140]) by mailproxy2.pacific.net.au (Postfix) with ESMTP id B06402740F; Mon, 22 Jan 2007 08:08:25 +1100 (EST) Original-Received: from gg by localhost with local (Exim 4.63) (envelope-from ) id 1H8jvF-0001Xp-0h; Mon, 22 Jan 2007 08:08:17 +1100 Original-To: Hugh Sasse In-Reply-To: (Hugh Sasse's message of "Fri, 19 Jan 2007 15:43:49 +0000 (WET)") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:5804 Archived-At: Hugh Sasse writes: > > -AC_INIT(m4_esyscmd(. ./GUILE-VERSION && echo -n ${PACKAGE}), > - m4_esyscmd(. ./GUILE-VERSION && echo -n ${GUILE_VERSION})) > +define(GUILE_PACKAGE_NAME,m4_esyscmd(. ./GUILE-VERSION && ${ECHO_N} ${PACKAGE})) > +define(GUILE_PACKAGE_VERSION,m4_esyscmd(. ./GUILE-VERSION && ${ECHO_N} ${GUILE_VERSION})) Alas, no, it's too soon in the crunching to use $ECHO_N. I made the same mistake :), which is why I suggested hard coding it. (The "./GUILE-VERSION" is happening at m4 macro expansion time, and at that point all you've got is raw /bin/sh and the various m4 features. $ECHO_N is only part of the text output from m4.) _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user