From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpout2.vodafonemail.de (smtpout2.vodafonemail.de [145.253.239.133]) by sourceware.org (Postfix) with ESMTPS id C33D13858D28 for ; Fri, 3 Dec 2021 20:40:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C33D13858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=nexgo.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=nexgo.de Received: from smtp.vodafone.de (unknown [10.2.0.32]) by smtpout2.vodafonemail.de (Postfix) with ESMTP id 56AFD1209CA for ; Fri, 3 Dec 2021 21:40:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nexgo.de; s=vfde-smtpout-mb-15sep; t=1638564041; bh=7xiqz5oSqeue1fJ89aMavs9SkCFOjZYyGKMVeYmbK+c=; h=From:To:Subject:References:Date:In-Reply-To; b=NKGTUczRhMzsnuaqibkid55as9PV5+lNOT+L9V8eQrTL0m3cATC+qM+dElHnHbTOh qs1WYRiDARIRNMVs1Pc7FkC9K5RCDvfcl9RLhoaAvZaJNlYZeINMaBxSqy7ZCW56lS sZJPaXLA43+Lt9I/bFet9LNEchXM7uXz966wCWsQ= Received: from Gertrud (p5b2f3fbc.dip0.t-ipconnect.de [91.47.63.188]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp.vodafone.de (Postfix) with ESMTPSA id 4J5Ppw5QrWzMlpj for ; Fri, 3 Dec 2021 20:40:37 +0000 (UTC) From: Achim Gratz To: cygwin-apps@cygwin.com Subject: Re: [ITP] autoconf2.7 References: <87fsralr92.fsf@Rainer.invalid> <87lf12c7i4.fsf@Otto.invalid> Date: Fri, 03 Dec 2021 21:40:29 +0100 In-Reply-To: <87lf12c7i4.fsf@Otto.invalid> (ASSI's message of "Fri, 03 Dec 2021 11:22:59 +0100") Message-ID: <87k0glmngi.fsf@Rainer.invalid> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 1484 X-purgate-ID: 149169::1638564040-00000495-83984F32/0/0 X-Spam-Status: No, score=-3029.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2021 20:40:46 -0000 ASSI writes: > Hmm. That looks wrong, the Gentoo folks rolled both 2.70 and 2.71 into > the WANT_AUTOCONF=2.5 category (which likely works for them). So yay, > I'll have to patch that. https://cygwin.com/git-cygwin-packages/?p=git/cygwin-packages/autoconf.git;a=shortlog;h=refs/heads/playground https://ci.appveyor.com/project/cygwin/scallywag/builds/41765363/job/2pix82o872hjofj9 This will also simplify that cygport autotools patch to (default autoconf is still 2.69 for the moment): --- /usr/share/cygport/cygclass/autotools.cygclass +++ # @@ -391,12 +391,21 @@ warning "libtool is incompatible with autoconf-2.13"; fi ;; - 2.5|'') - WANT_AUTOCONF=2.5 - - case $(autoconf --version 2> /dev/null | head -n 1) in + 2.5|2.7|'') + case "${WANT_AUTOCONF}" in + 2.5|'') + WANT_AUTOCONF=2.5 + case $(autoconf --version 2> /dev/null | head -n 1) in autoconf*2.[56]?) ;; *) error "autoconf2.5 is required to build this package" ;; + esac + ;; + 2.7) + WANT_AUTOCONF=2.7 + case $(autoconf --version 2> /dev/null | head -n 1) in + autoconf*2.[7]?) ;; + *) error "autoconf2.7 is required to build this package" ;; + esac esac if __config_equals with_libtool 1 Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Factory and User Sound Singles for Waldorf rackAttack: http://Synth.Stromeko.net/Downloads.html#WaldorfSounds