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 C7DBE431FC1 for ; Mon, 14 Jun 2010 07:17:14 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.999 X-Spam-Level: X-Spam-Status: No, score=-1.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=unavailable 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 UOA1Us1BKGYV for ; Mon, 14 Jun 2010 07:17:03 -0700 (PDT) Received: from ey-out-1920.google.com (ey-out-1920.google.com [74.125.78.145]) by olra.theworths.org (Postfix) with ESMTP id 12D5C4196F4 for ; Mon, 14 Jun 2010 07:17:02 -0700 (PDT) Received: by ey-out-1920.google.com with SMTP id 4so253453eyg.6 for ; Mon, 14 Jun 2010 07:17:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=ZCXd1j9devM5V/wpoBr7KNHT+GIArPmYymtZWyPAelk=; b=NrDG/uUon76u8ONEwVlZvWV+WUTQ0GRVDd6MEASWNemU+yOnI1WxHSdsF7OKVGROug W33TfFW5CGiPyloWvWGlCKPt+0AbjZ9jc2qzasmRJbXtx9+LWanyLrLp5++scwMil5sq nDAEPB2h4DVPKmKDqO3prIeIOdgMVAuX+0M0U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=dPbcfXJ4rsurQZysFjAZgKZaYiflnIyWvWgE2BuTFUiU6jSrwU3fUomXyLeMfZ9jNi 7P2+sOM49iMUWUWCHmy8PzupPwjUnL3iZziK/T4T4KmNTZNSIL2cYDCVF0iwEula7ha9 i0LeBnLz0W6fiieJJGoiCnWRQ1Fo7CUICvK2o= MIME-Version: 1.0 Received: by 10.213.7.12 with SMTP id b12mr894841ebb.52.1276525020871; Mon, 14 Jun 2010 07:17:00 -0700 (PDT) Received: by 10.213.4.135 with HTTP; Mon, 14 Jun 2010 07:17:00 -0700 (PDT) In-Reply-To: <1275735915-22650-1-git-send-email-felipe.contreras@gmail.com> References: <1275735915-22650-1-git-send-email-felipe.contreras@gmail.com> Date: Mon, 14 Jun 2010 17:17:00 +0300 Message-ID: Subject: Re: [PATCH 0/3] build fixes From: Felipe Contreras To: notmuch@notmuchmail.org, Carl Worth Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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: Mon, 14 Jun 2010 14:17:15 -0000 Hi, Is anything wrong with these patches? On Sat, Jun 5, 2010 at 2:05 PM, Felipe Contreras wrote: > The important one is #2, which allows to build on Fedora 13. > > Felipe Contreras (3): > =C2=A0configure: check platform beforehand > =C2=A0build: fix DSO dependencies > =C2=A0configure: optimize uname finding a bit > > =C2=A0Makefile.local | =C2=A0 =C2=A03 -- > =C2=A0configure =C2=A0 =C2=A0 =C2=A0| =C2=A0 74 +++++++++++++++++++++++++= +++---------------------------- > =C2=A02 files changed, 37 insertions(+), 40 deletions(-) --=20 Felipe Contreras