From 09922dcb8859766b7874645fe3d57e0e543f4af5 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 4 Jan 2015 10:33:46 +0100 Subject: [PATCH] Re: [PATCH 1/2] configure: add check for python interepreter name --- f9/977280a4abbd1d5f9e20d11cb698318507caf5 | 60 +++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 f9/977280a4abbd1d5f9e20d11cb698318507caf5 diff --git a/f9/977280a4abbd1d5f9e20d11cb698318507caf5 b/f9/977280a4abbd1d5f9e20d11cb698318507caf5 new file mode 100644 index 000000000..6090b5327 --- /dev/null +++ b/f9/977280a4abbd1d5f9e20d11cb698318507caf5 @@ -0,0 +1,60 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id F27BE431FC3 + for ; Sun, 4 Jan 2015 01:33:52 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id Zan8TysfhOKD for ; + Sun, 4 Jan 2015 01:33:52 -0800 (PST) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 77031431FBD + for ; Sun, 4 Jan 2015 01:33:52 -0800 (PST) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1Y7hZI-0005YV-2K; Sun, 04 Jan 2015 05:33:52 -0400 +Received: (nullmailer pid 8620 invoked by uid 1000); Sun, 04 Jan 2015 + 09:33:46 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: Re: [PATCH 1/2] configure: add check for python interepreter name +In-Reply-To: <1420289900-29717-1-git-send-email-david@tethera.net> +References: <1420289900-29717-1-git-send-email-david@tethera.net> +User-Agent: Notmuch/0.19+10~g215de26 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Sun, 04 Jan 2015 10:33:46 +0100 +Message-ID: <87mw5yx539.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sun, 04 Jan 2015 09:33:53 -0000 + +David Bremner writes: + +> Currently we hardcode "python" in several places. This makes things +> hard for people who have only commands called python3 and/or +> python2. We also add the name to sh.config to eventually replace the +> current workaround in the test suite. + +Pushed, with Tomi's suggested addition of at least removing the hard +coding of python in the configure script itself. -- 2.26.2