Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 90 / 827be3dd36655b88cd84cca2f5134bd8ebd4ae
1 Return-Path: <jani@nikula.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id F21A4431FBD\r
6         for <notmuch@notmuchmail.org>; Sun,  2 Feb 2014 08:48:06 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id T2gSZY7Lvhiy for <notmuch@notmuchmail.org>;\r
16         Sun,  2 Feb 2014 08:48:02 -0800 (PST)\r
17 Received: from mail-ee0-f48.google.com (mail-ee0-f48.google.com\r
18  [74.125.83.48])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
19  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
20  6B27C431FBF    for <notmuch@notmuchmail.org>; Sun,  2 Feb 2014 08:48:02 -0800\r
21  (PST)\r
22 Received: by mail-ee0-f48.google.com with SMTP id t10so3164942eei.7\r
23         for <notmuch@notmuchmail.org>; Sun, 02 Feb 2014 08:48:00 -0800 (PST)\r
24 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
25         d=1e100.net; s=20130820;\r
26         h=x-gm-message-state:from:to:cc:subject:date:message-id;\r
27         bh=wymaizHcI3gKKWj1NgAJqK4R0+/kLkjqr8uneAeUgsQ=;\r
28         b=BUqmdKtpGjEbfd/ocmeFk/fHdy1RVOHzThZVcnwuiKRlX9fmuTj4cDuNbdXkWAvLwS\r
29         NX7clhC5Aufk6sl18kdIwT6oku0ky6euhTlTOKy9KL80YjtCiRDIU3Oxyqnb75AS01oH\r
30         jxDZ9iLH4gvX9KoGyyjQhcHMNbFpi/28lci/SKua4EV5WWv2mWUptB1gV1ZI5en70cqQ\r
31         YB9dEYt0dlOLMnR5rsZIMHwmiXfXyYYxFLqtJ70pX/bfSjt716Qrg87jXdXYg7/8BLt0\r
32         t+jO96X2xhe4dCZFatKYlntNsZhxafHV/12UA2XkKOl29gO28EqiONwBz74QHe9+GGuo\r
33         oMQg==\r
34 X-Gm-Message-State:\r
35  ALoCoQkOAF66w4nbe3F2MLEzeIf2WbJ0fPr0BdzJ6nmrnBww+7HyfhLt2a2RsdNV3yiUHGPy2Leu\r
36 X-Received: by 10.15.67.197 with SMTP id u45mr8606445eex.24.1391359679856;\r
37         Sun, 02 Feb 2014 08:47:59 -0800 (PST)\r
38 Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi.\r
39         [88.195.111.91])\r
40         by mx.google.com with ESMTPSA id m9sm50518575eeh.3.2014.02.02.08.47.58\r
41         for <multiple recipients>\r
42         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
43         Sun, 02 Feb 2014 08:47:58 -0800 (PST)\r
44 From: Jani Nikula <jani@nikula.org>\r
45 To: notmuch@notmuchmail.org\r
46 Subject: [PATCH] configure: only install bash completion if supported\r
47 Date: Sun,  2 Feb 2014 18:47:57 +0200\r
48 Message-Id: <1391359677-12497-1-git-send-email-jani@nikula.org>\r
49 X-Mailer: git-send-email 1.8.5.2\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Sun, 02 Feb 2014 16:48:07 -0000\r
63 \r
64 Our bash completion depends on bash-completion 1.90 or later. Only\r
65 install where available.\r
66 ---\r
67  configure | 8 ++++++++\r
68  1 file changed, 8 insertions(+)\r
69 \r
70 diff --git a/configure b/configure\r
71 index 13b6062..66aaedb 100755\r
72 --- a/configure\r
73 +++ b/configure\r
74 @@ -360,6 +360,14 @@ else\r
75      have_valgrind=0\r
76  fi\r
77  \r
78 +printf "Checking for bash-completion (>= 1.90)... "\r
79 +if pkg-config --atleast-version=1.90 bash-completion; then\r
80 +    printf "Yes.\n"\r
81 +else\r
82 +    printf "No (will not install bash completion).\n"\r
83 +    WITH_BASH=0\r
84 +fi\r
85 +\r
86  if [ -z "${EMACSLISPDIR}" ]; then\r
87      if pkg-config --exists emacs; then\r
88         EMACSLISPDIR=$(pkg-config emacs --variable sitepkglispdir)\r
89 -- \r
90 1.8.5.2\r
91 \r