From: David Bremner Date: Sat, 10 May 2014 02:11:06 +0000 (+0900) Subject: Re: pkg-config zlib check in 3c13bc X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=60ca4aabb637ca1abd606ea762ec4c35588e4382;p=notmuch-archives.git Re: pkg-config zlib check in 3c13bc --- diff --git a/cb/66954613619187ca4eccd204ee9a1ed0ce8cf5 b/cb/66954613619187ca4eccd204ee9a1ed0ce8cf5 new file mode 100644 index 000000000..f0a0b16de --- /dev/null +++ b/cb/66954613619187ca4eccd204ee9a1ed0ce8cf5 @@ -0,0 +1,85 @@ +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 82464431FBF + for ; Fri, 9 May 2014 19:12:45 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 QRWKR6I122GW for ; + Fri, 9 May 2014 19:12:38 -0700 (PDT) +Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net + [87.98.215.224]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 66E8E431FBC + for ; Fri, 9 May 2014 19:12:38 -0700 (PDT) +Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim + 4.72) (envelope-from ) + id 1Wiwl3-0005Qq-El; Sat, 10 May 2014 02:11:25 +0000 +Received: (nullmailer pid 2023 invoked by uid 1000); Sat, 10 May 2014 + 02:11:07 -0000 +From: David Bremner +To: =?utf-8?B?WMSrY8Oy?= +Subject: Re: pkg-config zlib check in 3c13bc +In-Reply-To: <20140510015338.GA1080@coyotlan.atelo.org> +References: <20140506194025.GA17097@coyotlan.Tlalpan> + + <87lhucv5b8.fsf@maritornes.cs.unb.ca> + + <87a9aq5ulz.fsf@maritornes.cs.unb.ca> + <20140510015338.GA1080@coyotlan.atelo.org> +User-Agent: Notmuch/0.18 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Sat, 10 May 2014 11:11:06 +0900 +Message-ID: <874n0y5qo5.fsf@maritornes.cs.unb.ca> +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 02:12:45 -0000 + +X=C4=ABc=C3=B2 writes: + +> On Sat, May 10, 2014 at 09:46:00AM +0900, David Bremner wrote: +>> > int main(void) +>> > { +>> > return(ZLIB_VERNUM >=3D 0x1252); +>> > } +>>=20 +>> OK, that sounds like it could work. Ideally, somebody on FreeBSD could +>> check... +>>=20 +>> d +> +> Such check will work on FreeBSD, and would be great! +> + +Great. Now somebody just needs to make it.=20 + +> As a side note, is there any rationale for the hand-made configure? Not +> 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. + +d