Re: configure tool
authorDavid Bremner <david@tethera.net>
Tue, 19 May 2015 19:01:15 +0000 (21:01 +0200)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:48:54 +0000 (14:48 -0700)
4a/de3dfb33ad13b44d24dbb8b03034cf1eaacaac [new file with mode: 0644]

diff --git a/4a/de3dfb33ad13b44d24dbb8b03034cf1eaacaac b/4a/de3dfb33ad13b44d24dbb8b03034cf1eaacaac
new file mode 100644 (file)
index 0000000..44e00fb
--- /dev/null
@@ -0,0 +1,77 @@
+Return-Path: <david@tethera.net>\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 8F1016DE0AF8\r
+ for <notmuch@notmuchmail.org>; Tue, 19 May 2015 12:03:20 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.298\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.298 tagged_above=-999 required=5 tests=[AWL=0.298]\r
+ 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 aPojs_ob-j6c for <notmuch@notmuchmail.org>;\r
+ Tue, 19 May 2015 12:03:17 -0700 (PDT)\r
+Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
+ [87.98.215.224])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id 7AE8F6DE0A87\r
+ for <notmuch@notmuchmail.org>; Tue, 19 May 2015 12:03:17 -0700 (PDT)\r
+Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
+ 4.80) (envelope-from <david@tethera.net>)\r
+ id 1Yumlx-00015g-D0; Tue, 19 May 2015 19:01:49 +0000\r
+Received: (nullmailer pid 4810 invoked by uid 1000); Tue, 19 May 2015\r
+ 19:01:15 -0000\r
+From: David Bremner <david@tethera.net>\r
+To: Ronny Chevalier <chevalier.ronny@gmail.com>, notmuch@notmuchmail.org\r
+Subject: Re: configure tool\r
+In-Reply-To:\r
+ <CABPZE7JWDGnsnS-TFRRTOdSbC09qiRS4gtL=rPP1aXeiQEMbug@mail.gmail.com>\r
+References:\r
+ <CABPZE7JWDGnsnS-TFRRTOdSbC09qiRS4gtL=rPP1aXeiQEMbug@mail.gmail.com>\r
+User-Agent: Notmuch/0.20~rc1 (http://notmuchmail.org) Emacs/24.4.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Tue, 19 May 2015 21:01:15 +0200\r
+Message-ID: <87y4kkfl38.fsf@maritornes.cs.unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\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: Tue, 19 May 2015 19:03:20 -0000\r
+\r
+Ronny Chevalier <chevalier.ronny@gmail.com> writes:\r
+\r
+> Hi,\r
+>\r
+> I'm curious about the reason behind choosing to do your own configure\r
+> tool instead of using tools like autotools or cmake?\r
+\r
+I guess the most relevant discussion is not that recent:\r
+\r
+    http://mid.gmane.org/1258897630-22282-1-git-send-email-jeff@ocjtech.us\r
+\r
+and to a lesser extent the discussion starting atL\r
+\r
+    http://article.gmane.org/gmane.mail.notmuch.general/635\r
+\r
+> For example, I noticed that the part that check if the compiler\r
+> options are supported, is not working. Try adding a flag supported by\r
+> gcc but not by clang and use clang to compile or vice-versa.\r
+\r
+Sure, of course there can be bugs, just as in any configuration system.\r
+Can you give a more specific recipe to reproduce it?\r
+\r
+Thanks,\r
+\r
+d\r