[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 87 / 671d24786119ff21a9889fda9d2bff07177373
1 Return-Path: <david@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 1C63A431FC2\r
6         for <notmuch@notmuchmail.org>; Sun, 20 Oct 2013 09:06:08 -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 ImBoQqDfugO7 for <notmuch@notmuchmail.org>;\r
16         Sun, 20 Oct 2013 09:06:01 -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 AEE5A431FC0\r
21         for <notmuch@notmuchmail.org>; Sun, 20 Oct 2013 09:06:01 -0700 (PDT)\r
22 Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
23         (envelope-from <david@tethera.net>)\r
24         id 1VXvVt-0007Hb-Rj; Sun, 20 Oct 2013 13:05:57 -0300\r
25 Received: (nullmailer pid 7067 invoked by uid 1000); Sun, 20 Oct 2013\r
26         16:05:54 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: Tomi Ollila <tomi.ollila@iki.fi>, Claudio Bley\r
29         <claudio.bley@googlemail.com>\r
30 Subject: Re: notmuch on w32\r
31 In-Reply-To: <m2k3h86lo7.fsf@guru.guru-group.fi>\r
32 References: <87mwm71x91.wl%claudio.bley@gmail.com>\r
33         <87bo2lvxx3.fsf@zancas.localnet>\r
34         <CAMP44s3UeDJVYY+qDjyJ6qKOWZ59tyGzj776HrGh=wMV_JvnvQ@mail.gmail.com>\r
35         <m2k3h86lo7.fsf@guru.guru-group.fi>\r
36 User-Agent: Notmuch/0.16+97~g6878b0b (http://notmuchmail.org) Emacs/24.3.1\r
37         (x86_64-pc-linux-gnu)\r
38 Date: Sun, 20 Oct 2013 13:05:54 -0300\r
39 Message-ID: <87y55oudul.fsf@zancas.localnet>\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain\r
42 Cc: "notmuch@notmuchmail.org" <notmuch@notmuchmail.org>\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.13\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Sun, 20 Oct 2013 16:06:08 -0000\r
56 \r
57 Tomi Ollila <tomi.ollila@iki.fi> writes:\r
58 \r
59 > I'd suggest you do a system that attaches to the current system with as\r
60 > small changes as possible (so you get reviewers) and put all windows\r
61 > specific things to separate script(s) (which is executed *only* when windows\r
62 > build is detected). The gnulib dependency could be handled so that in \r
63 > case (ext/*)gnulib directory does not exist, first\r
64 > 'git clone git://git.savannah.gnu.org/gnulib.git' is done -- and then\r
65 > a specific commit is checked out from the clone (git reset --hard <hash>)\r
66 \r
67 After looking at gnulib a bit yesterday, it seems unlikely that we need\r
68 or want all of it.  It might be simpler to just grab the bits of gnulib\r
69 we need and throw them in ./compat. gnulib-tool seems to want autoconf,\r
70 but you don't have to use gnulib-tool.\r
71 \r
72 d\r