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