[PATCH] configure: clean up messages around reading libnotmuch version
authorJani Nikula <jani.nikula@intel.com>
Mon, 10 Aug 2015 12:39:16 +0000 (15:39 +0300)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:49:19 +0000 (14:49 -0700)
d9/f9df1bf609378a1409e1ab9590e94612c5fac7 [new file with mode: 0644]

diff --git a/d9/f9df1bf609378a1409e1ab9590e94612c5fac7 b/d9/f9df1bf609378a1409e1ab9590e94612c5fac7
new file mode 100644 (file)
index 0000000..cb66514
--- /dev/null
@@ -0,0 +1,84 @@
+Return-Path: <jani.nikula@intel.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id B5FD46DE17D8\r
+ for <notmuch@notmuchmail.org>; Mon, 10 Aug 2015 05:45:53 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -3.465\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-3.465 tagged_above=-999 required=5 tests=[AWL=2.106,\r
+  RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01,\r
+  RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id TcI3xBiewVyk for <notmuch@notmuchmail.org>;\r
+ Mon, 10 Aug 2015 05:45:51 -0700 (PDT)\r
+X-Greylist: delayed 570 seconds by postgrey-1.35 at arlo;\r
+ Mon, 10 Aug 2015 05:45:51 PDT\r
+Received: from mga01.intel.com (mga01.intel.com [192.55.52.88])\r
+ by arlo.cworth.org (Postfix) with ESMTP id C36A86DE0244\r
+ for <notmuch@notmuchmail.org>; Mon, 10 Aug 2015 05:45:51 -0700 (PDT)\r
+Received: from fmsmga002.fm.intel.com ([10.253.24.26])\r
+ by fmsmga101.fm.intel.com with ESMTP; 10 Aug 2015 05:36:20 -0700\r
+X-ExtLoop1: 1\r
+X-IronPort-AV: E=Sophos;i="5.15,645,1432623600"; d="scan'208";a="780450871"\r
+Received: from jnikula-mobl.fi.intel.com (HELO localhost) ([10.237.72.152])\r
+ by fmsmga002.fm.intel.com with ESMTP; 10 Aug 2015 05:36:20 -0700\r
+From: Jani Nikula <jani.nikula@intel.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH] configure: clean up messages around reading libnotmuch\r
+ version\r
+Date: Mon, 10 Aug 2015 15:39:16 +0300\r
+Message-Id: <1439210356-5973-1-git-send-email-jani.nikula@intel.com>\r
+X-Mailer: git-send-email 2.1.4\r
+Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo\r
+X-Mailman-Approved-At: Mon, 10 Aug 2015 06:44:38 -0700\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 10 Aug 2015 12:45:53 -0000\r
+\r
+From: Jani Nikula <jani@nikula.org>\r
+\r
+Clean up punctuation for consistency, and add newline for clean\r
+configure output.\r
+---\r
+ configure | 4 ++--\r
+ 1 file changed, 2 insertions(+), 2 deletions(-)\r
+\r
+diff --git a/configure b/configure\r
+index d1bcc20eb6c2..d28988036505 100755\r
+--- a/configure\r
++++ b/configure\r
+@@ -324,7 +324,7 @@ EOF\r
+     exit 1\r
+ fi\r
\r
+-printf "Reading libnotmuch version from source..."\r
++printf "Reading libnotmuch version from source... "\r
+ cat > _libversion.c <<EOF\r
+ #include <stdio.h>\r
+ #include "lib/notmuch.h"\r
+@@ -341,7 +341,7 @@ EOF\r
+ if ${CC} ${CFLAGS} _libversion.c -o _libversion > /dev/null 2>&1 && \\r
+        ./_libversion > _libversion.sh && . ./_libversion.sh\r
+ then\r
+-    printf  "OK"\r
++    printf "OK.\n"\r
+ else\r
+     cat <<EOF\r
\r
+-- \r
+2.1.4\r
+\r