From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] Fix typo in configure.ac Date: Fri, 01 Oct 2010 16:04:05 +0200 Message-ID: References: <87vd5makou.fsf@ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1285941742 12332 80.91.229.12 (1 Oct 2010 14:02:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 1 Oct 2010 14:02:22 +0000 (UTC) Cc: guile-devel@gnu.org To: Neil Jerram Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Oct 01 16:02:20 2010 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.69) (envelope-from ) id 1P1gBo-0005rx-5y for guile-devel@m.gmane.org; Fri, 01 Oct 2010 16:02:20 +0200 Original-Received: from localhost ([127.0.0.1]:38681 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1gBn-00068r-Ev for guile-devel@m.gmane.org; Fri, 01 Oct 2010 10:02:19 -0400 Original-Received: from [140.186.70.92] (port=42982 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P1gAH-0005Dx-S3 for guile-devel@gnu.org; Fri, 01 Oct 2010 10:00:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P1gAG-0007R9-K8 for guile-devel@gnu.org; Fri, 01 Oct 2010 10:00:45 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:41892 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P1gAG-0007R5-Ht for guile-devel@gnu.org; Fri, 01 Oct 2010 10:00:44 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 2D845DAEEF; Fri, 1 Oct 2010 10:00:44 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=K9OP1Cp0SwK17yCwufHYFSoJ5qs=; b=SsheEF zG/St1uDNNqS6jvVwQv7K98MhMIPl61tgVmx331Xek/6vn5shTHirgxU1nUuUk2V J33WtKPYT2omg5lQ/JjUpKXcBXm1H684Gyvr3LrjEragLyEly6lBc2gfVaI2uLpE BQEjTk49Ezoikl3zM4ZgxRIz9iKVTIZDd8bu0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=bbenBnmeiVlqoO3BCQTo6QkMnu1YDGdG BjycEZCesmUeYTIr0uZXmDyzmrvGJCC9qzcPdYKjQRKsAQ4rkX6ctJP9uQ2dJAzk 1xlhely4i/cWZ3YYtaLND7nRYDO1Qgs+HBvIwmT5ZQF63W9oFC2KB0BeatUJXWxx PW2+ptQt7Io= Original-Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 18E91DAEED; Fri, 1 Oct 2010 10:00:43 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [81.38.181.220]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id 6FEC3DAEEC; Fri, 1 Oct 2010 10:00:41 -0400 (EDT) In-Reply-To: <87vd5makou.fsf@ossau.uklinux.net> (Neil Jerram's message of "Fri, 01 Oct 2010 00:14:09 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 47DFB416-CD64-11DF-9CA2-030CEE7EF46B-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:10976 Archived-At: On Fri 01 Oct 2010 01:14, Neil Jerram writes: > I noticed that my ./configure output includes > > ./configure: line 31873: text: command not found > > Looks like a simple typo, which is fixed by the attached patch. OK to > push? Sure, applied and pushed :) Andy -- http://wingolog.org/