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 A60A8431FD0 for ; Sun, 23 Jan 2011 23:01:56 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 1.463 X-Spam-Level: * X-Spam-Status: No, score=1.463 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, RDNS_DYNAMIC=0.363, TO_NO_BRKTS_DYNIP=1] 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 H4cVpSXss0ph for ; Sun, 23 Jan 2011 23:01:55 -0800 (PST) Received: from xhlj.maillard.im (cha51-3-88-164-105-66.fbx.proxad.net [88.164.105.66]) by olra.theworths.org (Postfix) with ESMTP id 0C88E431FB6 for ; Sun, 23 Jan 2011 23:01:55 -0800 (PST) Received: from xhlj.maillard.im (xhlj.maillard.im [127.0.0.1]) by xhlj.maillard.im (Postfix) with ESMTP id 9D0612D6B7; Mon, 24 Jan 2011 08:01:53 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type:content-transfer-encoding; s=postfix; bh=BqY9Bqv+bN+zT6atVRkabVtdw6s=; b=Ck8qitu9M7Iq8ozP54XZ6KrVBQeL WMZeqMNkOgAAHQ+ghyvDFUSGFjHMVGCS9f/OZipYduAoxvP/JLLOn51sPkTI430G Zd13NHGylApYYX8crKG2g5Uc0f019TD8pg4LWRse9OFu9bqgNjc/eh5rZgzaAjG3 Z6STzrNzREDBZl8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=maillard.im; h=from:to :subject:in-reply-to:references:reply-to:date:message-id :mime-version:content-type:content-transfer-encoding; q=dns; s= postfix; b=cFd3ssBLHbHdU1df7AigUti7oLHnOpuRztBw1WnaVk6wfqNAPCSIK YzTayE7DDMvIuH4JYWvsjUAG5ffz6+vngrHqHq9rmwdaNlBX2AA1UhWDcji4lCrK 6lrGvCvw8OxytDAyApW6wy/5Lc1zzdxA8lxj05bzy3p1F1rALKk9IY= Received: from maillard.im (unknown [192.168.0.254]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by xhlj.maillard.im (Postfix) with ESMTPSA; Mon, 24 Jan 2011 08:01:53 +0100 (CET) From: Xavier Maillard To: =?utf-8?Q?C=C3=A9dric?= Cabessa , notmuch@notmuchmail.org Subject: Re: [PATCH] configure: add options to disable emacs/zsh/bash and choose install dir. In-Reply-To: <201101231433.43935.ced@ryick.net> References: <201101231433.43935.ced@ryick.net> User-Agent: Notmuch/0.5 (http://notmuchmail.org) Emacs/23.2.1 (i486-slackware-linux-gnu) Date: Mon, 24 Jan 2011 08:10:20 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: Xavier Maillard List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2011 07:01:56 -0000 Hi Cedric, On Sun, 23 Jan 2011 14:33:43 +0100, C=C3=A9dric Cabessa wro= te: > add --bashcompletiondir and --zshcompletiondir (like --emacslispdir) to c= hoose > installation dir for bash/zsh completion files >=20 > Make some features optional: > --without-emacs / --with-emacs=3Dno do not install lisp file > --without-bash-completion / --with-bash-completion=3Dno do not install= bash > files > --without-zsh-completion / --with-zsh-completion=3Dno do not install zs= h files > By default, everything is enabled. You can reenable something with > --with-feature=3Dyes Why not just try to detect whether bash/zsh or even emacs is available on the system and install the dependent files when it is the case ? /Xavier