[PATCH v2] configure: use cc/c++ instead of gcc/g++
[notmuch-archives.git] / 2f / dff1fa546ceface64207998249d45a65eb9a32
1 Return-Path: <prvs=2543b5640=jrosenthal@jhu.edu>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id B6B83429E27\r
6         for <notmuch@notmuchmail.org>; Fri,  7 Oct 2011 05:01:38 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id FJvMYNPyhdtH for <notmuch@notmuchmail.org>;\r
16         Fri,  7 Oct 2011 05:01:38 -0700 (PDT)\r
17 Received: from ipex4.johnshopkins.edu (ipex4.johnshopkins.edu\r
18         [128.220.161.141]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id C89F7429E26\r
21         for <notmuch@notmuchmail.org>; Fri,  7 Oct 2011 05:01:37 -0700 (PDT)\r
22 X-IronPort-AV: E=Sophos;i="4.68,502,1312171200"; d="scan'208";a="106351993"\r
23 Received: from c-68-84-140-14.hsd1.md.comcast.net (HELO lucky.home)\r
24         ([68.84.140.14]) by ipex4.johnshopkins.edu with ESMTP/TLS/AES256-SHA;\r
25         07 Oct 2011 08:01:34 -0400\r
26 Received: from jkr by lucky.home with local (Exim 4.76)\r
27         (envelope-from <jrosenthal@jhu.edu>)\r
28         id 1RC97N-0002Ze-JV; Fri, 07 Oct 2011 08:01:33 -0400\r
29 From: Jesse Rosenthal <jrosenthal@jhu.edu>\r
30 To: David Bremner <david@tethera.net>,\r
31         Jameson Graef Rollins <jrollins@finestructure.net>,\r
32         Notmuch Mail <notmuch@notmuchmail.org>\r
33 Subject: Re: tag sharing\r
34 In-Reply-To: <m1ty7lt4n5.fsf@jhu.edu>\r
35 References: <1306619520-25730-1-git-send-email-jrollins@finestructure.net>\r
36         <87hb8eebdi.fsf@servo.factory.finestructure.net>\r
37         <87pqmyn224.fsf@servo.factory.finestructure.net>\r
38         <87zklyjshd.fsf@yoom.home.cworth.org>\r
39         <87sjrng5k3.fsf@servo.factory.finestructure.net>\r
40         <87oc2bjgrs.fsf@yoom.home.cworth.org>\r
41         <8762oigc0y.fsf@servo.factory.finestructure.net>\r
42         <87boya98sf.fsf@gogo.home>\r
43         <87vcwg2p2m.fsf@servo.factory.finestructure.net>\r
44         <87wrcijn1w.fsf@zancas.localnet>\r
45         <m17h4i8dcj.fsf@watt.hwcampus.jhu.edu>\r
46         <87ipo2td84.fsf@zancas.localnet> <m1ty7lt4n5.fsf@jhu.edu>\r
47 User-Agent: Notmuch/unknown (http://notmuchmail.org) Emacs/23.3.1\r
48         (i486-pc-linux-gnu)\r
49 Date: Fri, 07 Oct 2011 08:01:33 -0400\r
50 Message-ID: <87vcs1xb6q.fsf@lucky.home>\r
51 MIME-Version: 1.0\r
52 Content-Type: text/plain; charset=us-ascii\r
53 X-BeenThere: notmuch@notmuchmail.org\r
54 X-Mailman-Version: 2.1.13\r
55 Precedence: list\r
56 List-Id: "Use and development of the notmuch mail system."\r
57         <notmuch.notmuchmail.org>\r
58 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
60 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
61 List-Post: <mailto:notmuch@notmuchmail.org>\r
62 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
63 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
64         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
65 X-List-Received-Date: Fri, 07 Oct 2011 12:01:38 -0000\r
66 \r
67 On Fri, 07 Oct 2011 07:36:30 -0400, Jesse Rosenthal <jrosenthal@jhu.edu> wrote:\r
68 > What's the value added over just keeping a (compressed?) collection of\r
69 > diffs for each namespace?\r
70 \r
71 Okay -- please don't bother answering this part. It was early in the\r
72 morning, and I forgot some of the obvious advantages of real version\r
73 control (we can roll back to a previous moment, etc). We still don't\r
74 need most of what git offers, but if it's the best tool for keeping\r
75 track of the move from the file in step (5) to the file in step (6),\r
76 then sure, let's use it.\r