From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [205.139.110.61]) by sourceware.org (Postfix) with ESMTP id 061B3385B834 for ; Tue, 24 Mar 2020 03:07:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 061B3385B834 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=cygwin.com Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=yselkowitz@cygwin.com Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-352-WL-Ang1rNtK6EIgUILMA3g-1; Mon, 23 Mar 2020 23:07:30 -0400 X-MC-Unique: WL-Ang1rNtK6EIgUILMA3g-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id F2B81107ACC7 for ; Tue, 24 Mar 2020 03:07:29 +0000 (UTC) Received: from ovpn-112-56.rdu2.redhat.com (ovpn-112-56.rdu2.redhat.com [10.10.112.56]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 795861001B0B for ; Tue, 24 Mar 2020 03:07:29 +0000 (UTC) Message-ID: <47759b6efe9d486f5d4cd7f98d73e02759be641f.camel@cygwin.com> Subject: Re: [PATCH cygport 0/2] Use meson auto-features option From: Yaakov Selkowitz To: cygwin-apps@cygwin.com Date: Mon, 23 Mar 2020 23:07:27 -0400 In-Reply-To: <20190402172139.37384-1-jon.turney@dronecode.org.uk> References: <20190402172139.37384-1-jon.turney@dronecode.org.uk> User-Agent: Evolution 3.34.4 (3.34.4-1.fc31) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: cygwin.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-15.9 required=5.0 tests=BAYES_00, GIT_PATCH_2, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_NEUTRAL, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Mar 2020 03:07:34 -0000 On Tue, 2019-04-02 at 18:21 +0100, Jon Turney wrote: > Jon Turney (2): > meson: use auto-features option > Fixup __version_at_least a bit >=20 > cygclass/meson.cygclass | 9 ++++++++- > lib/check_funcs.cygpart | 6 +++--- > 2 files changed, 11 insertions(+), 4 deletions(-) Pushed to master, please test. -- Yaakov