Build system (was: [PATCH] Have to configure and build inside the source directory.)
authorThomas Schwinge <thomas@schwinge.name>
Sun, 30 Jan 2011 10:12:42 +0000 (11:12 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:50 +0000 (09:37 -0800)
81/434782b1304771dd219f576b22cd17550a3378 [new file with mode: 0644]

diff --git a/81/434782b1304771dd219f576b22cd17550a3378 b/81/434782b1304771dd219f576b22cd17550a3378
new file mode 100644 (file)
index 0000000..2f58701
--- /dev/null
@@ -0,0 +1,106 @@
+Return-Path: <thomas@schwinge.name>\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 23370431FB5\r
+       for <notmuch@notmuchmail.org>; Sun, 30 Jan 2011 02:13:02 -0800 (PST)\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\r
+       tests=[RCVD_IN_DNSWL_NONE=-0.0001] 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 u-18hD3ZPKrM for <notmuch@notmuchmail.org>;\r
+       Sun, 30 Jan 2011 02:13:00 -0800 (PST)\r
+Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de\r
+       [80.67.31.39])\r
+       by olra.theworths.org (Postfix) with ESMTP id DCE85431FB6\r
+       for <notmuch@notmuchmail.org>; Sun, 30 Jan 2011 02:12:59 -0800 (PST)\r
+Received: from [87.180.51.55] (helo=stokes.schwinge.homeip.net)\r
+       by smtprelay01.ispgateway.de with esmtpa (Exim 4.68)\r
+       (envelope-from <thomas@schwinge.name>) id 1PjUHB-0001Iz-9j\r
+       for notmuch@notmuchmail.org; Sun, 30 Jan 2011 11:12:57 +0100\r
+Received: (qmail 16930 invoked from network); 30 Jan 2011 10:12:44 -0000\r
+Received: from kepler.schwinge.homeip.net (192.168.111.7)\r
+       by stokes.schwinge.homeip.net with QMQP; 30 Jan 2011 10:12:44 -0000\r
+Received: (nullmailer pid 3032 invoked by uid 1000);\r
+       Sun, 30 Jan 2011 10:12:44 -0000\r
+From: Thomas Schwinge <thomas@schwinge.name>\r
+To: Carl Worth <cworth@cworth.org>, notmuch@notmuchmail.org\r
+Subject: Build system (was: [PATCH] Have to configure and build inside the\r
+       source directory.)\r
+In-Reply-To: <87bp30n3sc.fsf@yoom.home.cworth.org>\r
+References: <1294747284-18791-1-git-send-email-thomas@schwinge.name>\r
+       <87bp30n3sc.fsf@yoom.home.cworth.org>\r
+User-Agent: Notmuch/0.5-33-g665f77b (http://notmuchmail.org) Emacs/23.2.1\r
+       (i486-pc-linux-gnu)\r
+Date: Sun, 30 Jan 2011 11:12:42 +0100\r
+Message-ID: <87lj22pun9.fsf@kepler.schwinge.homeip.net>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+       micalg=pgp-sha1; protocol="application/pgp-signature"\r
+X-Df-Sender: thomas@schwinge.name\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: Sun, 30 Jan 2011 10:13:02 -0000\r
+\r
+--=-=-=\r
+Content-Type: text/plain; charset=utf-8\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+Hallo!\r
+\r
+On Sat, 29 Jan 2011 06:58:59 +1000, Carl Worth <cworth@cworth.org> wrote:\r
+> Rather than documenting a limitation here, why don't we do what people\r
+> actually want.\r
+\r
+Well, not a big deal for me -- I'm just used to building projects\r
+containing a configure file outside of the source tree, and the notmuch\r
+build machinery at first accepted this, but then fell over.\r
+\r
+\r
+> What do other build systems generally do when running configure from\r
+> some other directory?\r
+\r
+What Rob said -- but: why re-invent Autoconf / Automake if it's already\r
+there?  I totally admit that the GNU Autotools have their ugly corners\r
+(and indeed a lot of these), but on the other hand they do solve some\r
+issues quite nicely.\r
+\r
+You surely had reasons to not use these tools, and that's fine with me.\r
+(And I'm not especially interested in working on build systems -- done\r
+that enough in the past.)  Have you looked at other tools before going\r
+for the straight-forward (and that is very fine!) Makefile-based\r
+solution?\r
+\r
+\r
+Gr=C3=BC=C3=9Fe,\r
+ Thomas\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.10 (GNU/Linux)\r
+\r
+iQEcBAEBAgAGBQJNRTmaAAoJEGe3hdm9kOii+QcIANexOk+OiCOtysfDznbIg+F+\r
+0yeFVI8UErfeK7lGQc99ivsBYoDvpPIhNpbIkEIdB23BuWlnNhdo6IGBUMI31Sc9\r
+zfND52Wt4FwCI5RxUqiEHokPY8i2AgKKrk8RfgFBad00r9FVBBe5yEeMsZ18dkI0\r
+5+vjI7MD49zJUNw8taV8W2gmtpAbKYLT1O1rI4Nq7ujIDkzQ+TXwnyy34YrMsFsi\r
+AIf1vz65n2Ob9yjNMumPp4tQpEKh/gP+C8xZi5Ix7DTbeylghQWwvJTTzvZV98rY\r
+Y4SV6Zsh0ocQAsTzUiYT6bqBV6PZHyO7EM26vOPT3WN5ClIJYuD/1LK2FfQ0Zt0=\r
+=w27T\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r