From e2a5e1bc5c7b1481bb91467391c76167249af820 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Sat, 10 May 2014 23:01:28 +1900 Subject: [PATCH] Re: pkg-config zlib check in 3c13bc --- 91/4cf0ab68ec0771258b46c41e7748a2ea0964af | 92 +++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 91/4cf0ab68ec0771258b46c41e7748a2ea0964af diff --git a/91/4cf0ab68ec0771258b46c41e7748a2ea0964af b/91/4cf0ab68ec0771258b46c41e7748a2ea0964af new file mode 100644 index 000000000..da396c386 --- /dev/null +++ b/91/4cf0ab68ec0771258b46c41e7748a2ea0964af @@ -0,0 +1,92 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 1DC6C431FBF + for ; Fri, 9 May 2014 21:02:01 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id gVnXxmdOwhna for ; + Fri, 9 May 2014 21:01:34 -0700 (PDT) +Received: from mail-ie0-f180.google.com (mail-ie0-f180.google.com + [209.85.223.180]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 274F9431FBC + for ; Fri, 9 May 2014 21:01:34 -0700 (PDT) +Received: by mail-ie0-f180.google.com with SMTP id as1so4976697iec.11 + for ; Fri, 09 May 2014 21:01:33 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=date:from:to:cc:message-id:in-reply-to:references:subject + :mime-version:content-type:content-transfer-encoding; + bh=1MRJx7aJo6cy5z9/WehyiJwtmpNaiqfUZ7Ic5MnhrO8=; + b=I6GduRrONPf/dKGqvT5WyIT0B099Y6Ci8no3Ls0G+Lz5K1lFY6VG/n+eUgd92254mW + B6V7Z4cxDxAg/2joo7m1ibesyNvddUk2PeMd4ChZyf4SJ1XjCbyfLqhOhGewP5DN74GU + wG5qDrOUdFfGxrKQxZE0+Uy5X8fRrr2dn8ImjMv9aDl2n4Vzc4v8jFxWWKvpcV4CUg3a + pQ2RXchNAnja0FxAoqFPN3Yjz+SZ4j1W4ddcAvLq3+R4ILvvs1wM1ivKDJLUK4t81lSZ + qGKC46QhP9R30Rct8WYzEfVB/w1pfVE1z4V/Y/ZQXjT5uvzF664bltvpKGeD8QqqQYNe + Xr6A== +X-Received: by 10.50.43.170 with SMTP id x10mr17337288igl.36.1399694493625; + Fri, 09 May 2014 21:01:33 -0700 (PDT) +Received: from localhost (189-211-224-40.static.axtel.net. [189.211.224.40]) + by mx.google.com with ESMTPSA id hi8sm3773090igb.8.2014.05.09.21.01.31 + for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Fri, 09 May 2014 21:01:32 -0700 (PDT) +Date: Fri, 09 May 2014 23:01:28 -0500 +From: Felipe Contreras +To: David Bremner , =?UTF-8?B?WMSrY8Oy?= +Message-ID: <536da4982095d_1ed7ae930416@nysa.notmuch> +In-Reply-To: <874n0y5qo5.fsf@maritornes.cs.unb.ca> +References: <20140506194025.GA17097@coyotlan.Tlalpan> + + <87lhucv5b8.fsf@maritornes.cs.unb.ca> + + <87a9aq5ulz.fsf@maritornes.cs.unb.ca> + <20140510015338.GA1080@coyotlan.atelo.org> + <874n0y5qo5.fsf@maritornes.cs.unb.ca> +Subject: Re: pkg-config zlib check in 3c13bc +Mime-Version: 1.0 +Content-Type: text/plain; + charset=utf-8 +Content-Transfer-Encoding: quoted-printable +Cc: Tomi Ollila , notmuch@notmuchmail.org +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +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: Sat, 10 May 2014 04:02:01 -0000 + +David Bremner wrote: +> X=C4=ABc=C3=B2 writes: +> > As a side note, is there any rationale for the hand-made configure? N= +ot +> > that I am a big fan of autoconf/cmake/whatever either... +> = + +> Carl Worth had a lot of (negative) experience with autoconf when he +> started the project, which motivated him to roll his own. Personally I= + +> don't really think any of the alternatives are convincingly better than= + +> autoconf. Of course it's one of those very subjective things. + +I think Makefiles are superior to autoconf. What we have is fine. + +-- = + +Felipe Contreras= -- 2.26.2