From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sender11-op-o11.zoho.eu (sender11-op-o11.zoho.eu [31.186.226.225]) by sourceware.org (Postfix) with ESMTPS id 93D20385828C for ; Tue, 27 Sep 2022 15:33:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 93D20385828C Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=hamishmb.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=hamishmb.com ARC-Seal: i=1; a=rsa-sha256; t=1664292784; cv=none; d=zohomail.eu; s=zohoarc; b=bnDvOoQzkVmEsE27njcJYwJIfha1munci+PdHQ+N5L7BeaSmNC/B9JbMWugVRHSZ3O5KxPl8qznT4+vxtUmUrSFNT7uRysZ9l5GQS/DbMtppHc4ziRZk/Zz5dihU1y8AfYW/QQdy4DAwwhkbrWuYPy0tdYsQpIhXEXcSE3i3LSc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.eu; s=zohoarc; t=1664292784; h=Content-Type:Content-Transfer-Encoding:Date:From:MIME-Version:Message-ID:Subject:To; bh=mMytGxzKOTnuzQFMsNLlrOom/2S0eDSmtNt60asFTio=; b=LybV4K72L512skQQSaPwdpqKO9gKtnsiBdDu1FJExb84UjvKVGkuxONefaXmJs9IKNbchJfV/0PhULVk81TC6GOfbDat/D40v99YfCjmuikK5B6voL0ZFQhZ9+mLVhveu8Dr10z/5y+URAWxsXEeKvScBm8zMHmg4PXOF07IgBA= ARC-Authentication-Results: i=1; mx.zohomail.eu; dkim=pass header.i=hamishmb.com; spf=pass smtp.mailfrom=cygwin@hamishmb.com; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1664292784; s=zmail; d=hamishmb.com; i=cygwin@hamishmb.com; h=Message-ID:Date:Date:MIME-Version:To:To:From:From:Subject:Subject:Content-Type:Content-Transfer-Encoding:Message-Id:Reply-To:Cc; bh=mMytGxzKOTnuzQFMsNLlrOom/2S0eDSmtNt60asFTio=; b=K1UpfKqSKAQbIRwWANc20Ouoy/jxcaPwRTGJdodtei5J8+vEQvOE+PFNiCrS3yPO gO5nnj/6IAAOerPpGwAS7uZwNmO8itXCuW2s1bby6mEkQxPHsN95m+MC3xXtpdu0PLV F4Lf9Bxhxaz0MQz/cYQ/TQh9VQKjD/tpYHqEvPzE= Received: from [192.168.10.213] (host86-149-41-78.range86-149.btcentralplus.com [86.149.41.78]) by mx.zoho.eu with SMTPS id 1664292782745725.8300990642387; Tue, 27 Sep 2022 17:33:02 +0200 (CEST) Message-ID: Date: Tue, 27 Sep 2022 16:33:02 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Content-Language: en-US To: "cygwin-apps@cygwin.com" From: Hamish McIntyre-Bhatty Subject: cygport: build apps with an older version of autoreconf Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-ZohoMailClient: External X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_BARRACUDACENTRAL,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi there, While trying to get the latest version of wxWidgets 3.0.x to build, I found that I need to use an older version of autoreconf, as the format seems to have changed in a slightly incompatible way. The "cygautoreconf" command seems to always use the latest version of autoreconf, and refuses to run if the latest version of autoreconf isn't installed. Eventually I realised that I can just skip this step for this particular package, but is there a way to use an older version of autoreconf with the "cygautoreconf" command? Thanks, Hamish