From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: i guess we're frozen & stuff Date: Wed, 26 Aug 2009 23:18:21 +0100 Message-ID: <87prainrrm.fsf@arudy.ossau.uklinux.net> References: <0489FB6F-567B-4967-9703-1A3D89462A37@raeburn.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1251325193 14103 80.91.229.12 (26 Aug 2009 22:19:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Aug 2009 22:19:53 +0000 (UTC) Cc: guile-devel To: Ken Raeburn Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Aug 27 00:19:46 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MgQqH-0005OE-50 for guile-devel@m.gmane.org; Thu, 27 Aug 2009 00:19:45 +0200 Original-Received: from localhost ([127.0.0.1]:51833 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgQqG-0002oz-C3 for guile-devel@m.gmane.org; Wed, 26 Aug 2009 18:19:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MgQp4-0002Ub-Av for guile-devel@gnu.org; Wed, 26 Aug 2009 18:18:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MgQoy-0002Rn-Qq for guile-devel@gnu.org; Wed, 26 Aug 2009 18:18:29 -0400 Original-Received: from [199.232.76.173] (port=50459 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgQoy-0002Ra-7Q for guile-devel@gnu.org; Wed, 26 Aug 2009 18:18:24 -0400 Original-Received: from mail3.uklinux.net ([80.84.72.33]:58283) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MgQox-0000g2-Tn for guile-devel@gnu.org; Wed, 26 Aug 2009 18:18:24 -0400 Original-Received: from arudy (host86-152-99-133.range86-152.btcentralplus.com [86.152.99.133]) by mail3.uklinux.net (Postfix) with ESMTP id 02A9D1F6729; Wed, 26 Aug 2009 23:18:23 +0100 (BST) Original-Received: from arudy.ossau.uklinux.net (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id 41D6938021; Wed, 26 Aug 2009 23:18:21 +0100 (BST) In-Reply-To: <0489FB6F-567B-4967-9703-1A3D89462A37@raeburn.org> (Ken Raeburn's message of "Tue\, 11 Aug 2009 09\:59\:57 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:9177 Archived-At: Ken Raeburn writes: > With the attached patch, I can get guile to build with CPPFLAGS= and > LDFLAGS= ... someone more familiar than I am with automake will have > to fix the guile-readline stuff. The patch looks good to me, so I've committed it now. Thanks! Neil