[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 07 / 864717bde0c0253f91cd2f86299fd6ed9ada98
1 Return-Path: <tomi.ollila@iki.fi>\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 CCAC8431FAF\r
6         for <notmuch@notmuchmail.org>; Mon, 21 Jan 2013 17:28:36 -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\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 O38AQu4E324f for <notmuch@notmuchmail.org>;\r
16         Mon, 21 Jan 2013 17:28:35 -0800 (PST)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id 97BED431FAE\r
19         for <notmuch@notmuchmail.org>; Mon, 21 Jan 2013 17:28:35 -0800 (PST)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21         by guru.guru-group.fi (Postfix) with ESMTP id 454C7100086;\r
22         Tue, 22 Jan 2013 03:28:23 +0200 (EET)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: Jani Nikula <jani@nikula.org>, Amadeusz =?utf-8?B?xbtvxYJub3dza2k=?=\r
25         <aidecoe@aidecoe.name>, notmuch@notmuchmail.org\r
26 Subject: Re: [PATCH] lib/Makefile.local: depend on libs we are linking with\r
27 In-Reply-To: <87sj5uqjk0.fsf@nikula.org>\r
28 References: <1358797275-15862-1-git-send-email-aidecoe@aidecoe.name>\r
29         <87sj5uqjk0.fsf@nikula.org>\r
30 User-Agent: Notmuch/0.15+5~g6f527c2 (http://notmuchmail.org) Emacs/24.2.1\r
31         (x86_64-unknown-linux-gnu)\r
32 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
33         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
34         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
35 Date: Tue, 22 Jan 2013 03:28:22 +0200\r
36 Message-ID: <m28v7matvt.fsf@guru.guru-group.fi>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain; charset=utf-8\r
39 Content-Transfer-Encoding: quoted-printable\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Tue, 22 Jan 2013 01:28:37 -0000\r
53 \r
54 On Tue, Jan 22 2013, Jani Nikula <jani@nikula.org> wrote:\r
55 \r
56 > LGTM, and fixes the issue.\r
57 \r
58 LGTM.\r
59 \r
60 Tomi\r
61 \r
62 >\r
63 > On Mon, 21 Jan 2013, Amadeusz =C5=BBo=C5=82nowski <aidecoe@aidecoe.name> =\r
64 wrote:\r
65 >> ---\r
66 >>  lib/Makefile.local | 2 +-\r
67 >>  1 file changed, 1 insertion(+), 1 deletion(-)\r
68 >>\r
69 >> diff --git a/lib/Makefile.local b/lib/Makefile.local\r
70 >> index 7785944..155ac02 100644\r
71 >> --- a/lib/Makefile.local\r
72 >> +++ b/lib/Makefile.local\r
73 >> @@ -73,7 +73,7 @@ libnotmuch_modules :=3D $(libnotmuch_c_srcs:.c=3D.o) $=\r
74 (libnotmuch_cxx_srcs:.cc=3D.o)\r
75 >>  $(dir)/libnotmuch.a: $(libnotmuch_modules)\r
76 >>      $(call quiet,AR) rcs $@ $^\r
77 >>=20=20\r
78 >> -$(dir)/$(LIBNAME): $(libnotmuch_modules) notmuch.sym\r
79 >> +$(dir)/$(LIBNAME): $(libnotmuch_modules) notmuch.sym util/libutil.a par=\r
80 se-time-string/libparse-time-string.a\r
81 >>      $(call quiet,CXX $(CXXFLAGS)) $(libnotmuch_modules) $(FINAL_LIBNOTMUCH=\r
82 _LDFLAGS) $(LIBRARY_LINK_FLAG) -o $@ util/libutil.a parse-time-string/libpa=\r
83 rse-time-string.a\r
84 >>=20=20\r
85 >>  notmuch.sym: $(srcdir)/$(dir)/notmuch.h $(libnotmuch_modules)\r
86 >> --=20\r
87 >> 1.8.1.1\r