[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / d9 / f9df1bf609378a1409e1ab9590e94612c5fac7
1 Return-Path: <jani.nikula@intel.com>\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 arlo.cworth.org (Postfix) with ESMTP id B5FD46DE17D8\r
6  for <notmuch@notmuchmail.org>; Mon, 10 Aug 2015 05:45:53 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -3.465\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-3.465 tagged_above=-999 required=5 tests=[AWL=2.106,\r
12   RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01,\r
13   RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] autolearn=disabled\r
14 Received: from arlo.cworth.org ([127.0.0.1])\r
15  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
16  with ESMTP id TcI3xBiewVyk for <notmuch@notmuchmail.org>;\r
17  Mon, 10 Aug 2015 05:45:51 -0700 (PDT)\r
18 X-Greylist: delayed 570 seconds by postgrey-1.35 at arlo;\r
19  Mon, 10 Aug 2015 05:45:51 PDT\r
20 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88])\r
21  by arlo.cworth.org (Postfix) with ESMTP id C36A86DE0244\r
22  for <notmuch@notmuchmail.org>; Mon, 10 Aug 2015 05:45:51 -0700 (PDT)\r
23 Received: from fmsmga002.fm.intel.com ([10.253.24.26])\r
24  by fmsmga101.fm.intel.com with ESMTP; 10 Aug 2015 05:36:20 -0700\r
25 X-ExtLoop1: 1\r
26 X-IronPort-AV: E=Sophos;i="5.15,645,1432623600"; d="scan'208";a="780450871"\r
27 Received: from jnikula-mobl.fi.intel.com (HELO localhost) ([10.237.72.152])\r
28  by fmsmga002.fm.intel.com with ESMTP; 10 Aug 2015 05:36:20 -0700\r
29 From: Jani Nikula <jani.nikula@intel.com>\r
30 To: notmuch@notmuchmail.org\r
31 Subject: [PATCH] configure: clean up messages around reading libnotmuch\r
32  version\r
33 Date: Mon, 10 Aug 2015 15:39:16 +0300\r
34 Message-Id: <1439210356-5973-1-git-send-email-jani.nikula@intel.com>\r
35 X-Mailer: git-send-email 2.1.4\r
36 Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo\r
37 X-Mailman-Approved-At: Mon, 10 Aug 2015 06:44:38 -0700\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.18\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42  <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
44  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
49  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Mon, 10 Aug 2015 12:45:53 -0000\r
51 \r
52 From: Jani Nikula <jani@nikula.org>\r
53 \r
54 Clean up punctuation for consistency, and add newline for clean\r
55 configure output.\r
56 ---\r
57  configure | 4 ++--\r
58  1 file changed, 2 insertions(+), 2 deletions(-)\r
59 \r
60 diff --git a/configure b/configure\r
61 index d1bcc20eb6c2..d28988036505 100755\r
62 --- a/configure\r
63 +++ b/configure\r
64 @@ -324,7 +324,7 @@ EOF\r
65      exit 1\r
66  fi\r
67  \r
68 -printf "Reading libnotmuch version from source..."\r
69 +printf "Reading libnotmuch version from source... "\r
70  cat > _libversion.c <<EOF\r
71  #include <stdio.h>\r
72  #include "lib/notmuch.h"\r
73 @@ -341,7 +341,7 @@ EOF\r
74  if ${CC} ${CFLAGS} _libversion.c -o _libversion > /dev/null 2>&1 && \\r
75         ./_libversion > _libversion.sh && . ./_libversion.sh\r
76  then\r
77 -    printf  "OK"\r
78 +    printf "OK.\n"\r
79  else\r
80      cat <<EOF\r
81  \r
82 -- \r
83 2.1.4\r
84 \r