[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / bc / 336bc7b76076decc7d319a0d99a871b18b9bb6
1 Return-Path: <bremner@tethera.net>\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 49E3D431FC0\r
6         for <notmuch@notmuchmail.org>; Wed, 19 Mar 2014 17:48:24 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 TLlBtWuQ2mor for <notmuch@notmuchmail.org>;\r
16         Wed, 19 Mar 2014 17:48:19 -0700 (PDT)\r
17 Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
18         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 8C7F7431FAE\r
21         for <notmuch@notmuchmail.org>; Wed, 19 Mar 2014 17:48:19 -0700 (PDT)\r
22 Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
23         (envelope-from <bremner@tethera.net>) id 1WQR9b-0000HQ-JL\r
24         for notmuch@notmuchmail.org; Wed, 19 Mar 2014 21:48:15 -0300\r
25 Received: (nullmailer pid 22548 invoked by uid 1000); Thu, 20 Mar 2014\r
26         00:48:11 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: notmuch@notmuchmail.org\r
29 Subject: out of tree build fixes\r
30 Date: Wed, 19 Mar 2014 21:48:01 -0300\r
31 Message-Id: <1395276484-22363-1-git-send-email-david@tethera.net>\r
32 X-Mailer: git-send-email 1.9.0\r
33 X-BeenThere: notmuch@notmuchmail.org\r
34 X-Mailman-Version: 2.1.13\r
35 Precedence: list\r
36 List-Id: "Use and development of the notmuch mail system."\r
37         <notmuch.notmuchmail.org>\r
38 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
39         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
40 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
41 List-Post: <mailto:notmuch@notmuchmail.org>\r
42 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
43 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
45 X-List-Received-Date: Thu, 20 Mar 2014 00:48:24 -0000\r
46 \r
47 Apparently we've neglected the out of tree builds even more than\r
48 usual. I originally thought this is what was causing the test failures\r
49 on buildbot. I'm less sure now, but I think these fixes don't hurt\r
50 anything, and they do unbreak out of tree builds for me.\r
51 \r
52 There is certainly still work to be done with our out of tree builds.\r
53 For those of you just joining the party, that doesn't mean we want to\r
54 switch to your favourite build system. Or even to Autotools.\r
55 \r
56 An earlier draft of this series (discussed on IRC) defined a builddir\r
57 variable, but eventually I realized the current directory of make is\r
58 always builddir. So at least for now that doesn't seem to be needed.\r
59 \r