From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ramakrishnan Muthukrishnan Newsgroups: gmane.lisp.guile.devel Subject: Re: patch to check for GNU flex Date: Sat, 20 Nov 2010 04:18:52 +0530 Message-ID: References: <87k4k9vsxs.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1290206964 3737 80.91.229.12 (19 Nov 2010 22:49:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 19 Nov 2010 22:49:24 +0000 (UTC) Cc: guile-devel@gnu.org To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Nov 19 23:49: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 1PJZlf-0005ml-S9 for guile-devel@m.gmane.org; Fri, 19 Nov 2010 23:49:20 +0100 Original-Received: from localhost ([127.0.0.1]:59235 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJZlf-0003Ao-5z for guile-devel@m.gmane.org; Fri, 19 Nov 2010 17:49:19 -0500 Original-Received: from [140.186.70.92] (port=37103 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PJZla-0003Aj-A0 for guile-devel@gnu.org; Fri, 19 Nov 2010 17:49:15 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PJZlZ-00058n-Ba for guile-devel@gnu.org; Fri, 19 Nov 2010 17:49:14 -0500 Original-Received: from mail-qy0-f176.google.com ([209.85.216.176]:53657) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PJZlZ-00058j-4Y; Fri, 19 Nov 2010 17:49:13 -0500 Original-Received: by qyk31 with SMTP id 31so103895qyk.0 for ; Fri, 19 Nov 2010 14:49:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=Otp2ujDMGzbV4IT8x2TxZZRHCCk21HU2kZOvkH5TKic=; b=UxyaJusQanW3TioyRe4XKBUXMhGkQfIvM3NZ/9g2Tz16qLzPXPN12ytGJPs5hFeA27 tkN/KFXcYNH+atq/ftpWS8hVGqL2yA0WIarCw84OznD7aAT55QZ7M8rlXofPrmoSOL6s qoUTqAAcVlXj35lqyGtqX5g5/ouKu9YJlYysw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=GO5+S9pGLY2lYyyKnG0xSxIMMHEQlYQ/+iw1DV5MRtS35BvGxujMwqvzA9vQki5cJO b3RnIZtkgn0aV3FQnL2oYNapzxsJeo+EAkSEP4ZWHiTjB+3HYG9eEbzH2LfMPtkiikNO ctWQH/fMSSl2E1YvRU7q1genAGxliOr6UYHBU= Original-Received: by 10.229.241.9 with SMTP id lc9mr2318291qcb.112.1290206952374; Fri, 19 Nov 2010 14:49:12 -0800 (PST) Original-Received: by 10.229.44.204 with HTTP; Fri, 19 Nov 2010 14:48:52 -0800 (PST) In-Reply-To: <87k4k9vsxs.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:11147 Archived-At: On Sat, Nov 20, 2010 at 4:09 AM, Ludovic Court=C3=A8s wrote: > Hi! > > Flex is only needed when building from Git, not when building from a > tarball, which is why =E2=80=98configure=E2=80=99 doesn=E2=80=99t check f= or it. =C2=A0(And Flex is Oh.. ok. Didn't know that. > not GNU, BTW. =C2=A0;-)) Didn't know that too! Thanks. :-) --=20 =C2=A0 Ramakrishnan