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: Master- patch - Fixing GUILE_PROGS wrong versioning checks Date: Mon, 27 Jun 2016 10:07:25 +0200 Message-ID: <87vb0v837m.fsf@pobox.com> References: <20160625232841.7423f304@capac> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1467014888 29757 80.91.229.3 (27 Jun 2016 08:08:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Jun 2016 08:08:08 +0000 (UTC) Cc: guile-devel To: David Pirotte Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jun 27 10:07:57 2016 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bHRaH-00056b-0G for guile-devel@m.gmane.org; Mon, 27 Jun 2016 10:07:57 +0200 Original-Received: from localhost ([::1]:57092 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHRaD-0006Ls-3Q for guile-devel@m.gmane.org; Mon, 27 Jun 2016 04:07:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40572) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHRZw-0006Kj-5o for guile-devel@gnu.org; Mon, 27 Jun 2016 04:07:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bHRZs-0003OY-TW for guile-devel@gnu.org; Mon, 27 Jun 2016 04:07:36 -0400 Original-Received: from pb-sasl1.pobox.com ([64.147.108.66]:54571 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bHRZs-0003OT-P2 for guile-devel@gnu.org; Mon, 27 Jun 2016 04:07:32 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-sasl1.pobox.com (Postfix) with ESMTP id A427A205C0; Mon, 27 Jun 2016 04:07:32 -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=IEovcy7ldzNnRAHnGdf4LUYneTk=; b=pQygGj IWqijl5Hfq/ok8F7pQ1HC6jv8EFnx+4Kcmx7VCA3I3TGpAfEJSH4gJc/7vg+4OhD olbevvreo8VRADG/kJwnLKNJcKpWeFY2Ikdt5kMfNnnlNySi6jzOSaCZeDkmigQ6 yLytM92STKKodnwHpWB+TfR9LPSYUxq9R2M+o= 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=rErMl9nZZWuh9u46hJK8j5uVQZuJPyvU YYj/hoXt2o9eamT8lysubl5tsbWU50Rc0IkDWMLK3oEcOn948X2PWkrjNmntuE8e cZ37sPAVrw087AjL6EVav7GZ53sWSk19di46HAC5KdBD6ikRRQqh/0lfPHKKUsfK O/yiPoMC5ck= Original-Received: from pb-sasl1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-sasl1.pobox.com (Postfix) with ESMTP id 9CBE6205BF; Mon, 27 Jun 2016 04:07:32 -0400 (EDT) Original-Received: from clucks (unknown [88.160.190.192]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pb-sasl1.pobox.com (Postfix) with ESMTPSA id ED34F205BE; Mon, 27 Jun 2016 04:07:31 -0400 (EDT) In-Reply-To: <20160625232841.7423f304@capac> (David Pirotte's message of "Sat, 25 Jun 2016 23:28:41 -0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) X-Pobox-Relay-ID: 32E580FA-3C3E-11E6-A991-C1836462E9F6-02397024!pb-sasl1.pobox.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 64.147.108.66 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.21 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 Original-Sender: "guile-devel" Xref: news.gmane.org gmane.lisp.guile.devel:18447 Archived-At: On Sun 26 Jun 2016 04:28, David Pirotte writes: > From 2d1593a6f9c7fc5f1636f9695e8685fcc6334cfd Mon Sep 17 00:00:00 2001 > From: David Pirotte > Date: Sat, 25 Jun 2016 23:07:48 -0300 > Subject: [PATCH 3/3] Fixing GUILE_PROGS wrong versioning checks > > * meta/guile.m4: Fixing GUILE_PROGS versioning checks were wrong and > incomplete, leading to false errors like: "... checking for Guile > version >= 2.0.11... configure: error: Guile 2.0.11 required, but > 2.1.3 found". > > thanks to Colomban Wendling, aka b4n, who also suggested this fix > during a chat on #autotools while helping me wrt another autotool > related problem I was nvestigating. Applied, thanks :) Andy