[PATCH 1/2] configure: add empty line after each missing component message
authorTomi Ollila <tomi.ollila@iki.fi>
Tue, 20 Mar 2012 22:16:50 +0000 (00:16 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:45:38 +0000 (09:45 -0800)
88/1ff0c5eea7b35d63ebfe4435e27f8825b951f9 [new file with mode: 0644]

diff --git a/88/1ff0c5eea7b35d63ebfe4435e27f8825b951f9 b/88/1ff0c5eea7b35d63ebfe4435e27f8825b951f9
new file mode 100644 (file)
index 0000000..b0a38a9
--- /dev/null
@@ -0,0 +1,79 @@
+Return-Path: <too@guru.guru-group.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 76B63431FAF\r
+       for <notmuch@notmuchmail.org>; Tue, 20 Mar 2012 15:16:59 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id NRdtTv8W1a6H for <notmuch@notmuchmail.org>;\r
+       Tue, 20 Mar 2012 15:16:57 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66])\r
+       by olra.theworths.org (Postfix) with ESMTP id A4A62431FAE\r
+       for <notmuch@notmuchmail.org>; Tue, 20 Mar 2012 15:16:57 -0700 (PDT)\r
+Received: by guru.guru-group.fi (Postfix, from userid 501)\r
+       id EB7B368055; Wed, 21 Mar 2012 00:16:54 +0200 (EET)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 1/2] configure: add empty line after each missing component\r
+       message\r
+Date: Wed, 21 Mar 2012 00:16:50 +0200\r
+Message-Id: <1332281811-24710-1-git-send-email-tomi.ollila@iki.fi>\r
+X-Mailer: git-send-email 1.7.6.1\r
+Cc: Tomi Ollila <tomi.ollila@iki.fi>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\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: Tue, 20 Mar 2012 22:16:59 -0000\r
+\r
+Currently whenever message about missing GMime, Glib or talloc is\r
+printed the message is 2 lines, component info and its http location\r
+in next line. In the future the amount of lines will vary. To ease\r
+reading in these cases newline is added after each message.\r
+---\r
+ configure |    4 +++-\r
+ 1 files changed, 3 insertions(+), 1 deletions(-)\r
+\r
+diff --git a/configure b/configure\r
+index 8cf6f2d..393f859 100755\r
+--- a/configure\r
++++ b/configure\r
+@@ -404,17 +404,19 @@ EOF\r
+     if [ $have_gmime -eq 0 ]; then\r
+       echo "  GMime 2.4 library (including development files such as headers)"\r
+       echo "  http://spruce.sourceforge.net/gmime/"\r
++      echo\r
+     fi\r
+     if [ $have_glib -eq 0 ]; then\r
+       echo "  Glib library >= 2.22 (including development files such as headers)"\r
+       echo "  http://ftp.gnome.org/pub/gnome/sources/glib/"\r
++      echo\r
+     fi\r
+     if [ $have_talloc -eq 0 ]; then\r
+       echo "  The talloc library (including development files such as headers)"\r
+       echo "  http://talloc.samba.org/"\r
++      echo\r
+     fi\r
+     cat <<EOF\r
+-\r
+ With any luck, you're using a modern, package-based operating system\r
+ that has all of these packages available in the distribution. In that\r
+ case a simple command will install everything you need. For example:\r
+-- \r
+1.7.8.2\r
+\r