From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) by sourceware.org (Postfix) with ESMTP id 27D3E3858C60 for ; Mon, 13 Sep 2021 14:13:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 27D3E3858C60 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gentoo.org Received: from vapier (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with SMTP id 1A202342E7D for ; Mon, 13 Sep 2021 14:13:53 +0000 (UTC) Date: Mon, 13 Sep 2021 10:13:52 -0400 From: Mike Frysinger To: newlib@sourceware.org Subject: Re: [PATCH] libgloss/newlib: rename configure.in to configure.ac Message-ID: Mail-Followup-To: newlib@sourceware.org References: <20210909210636.15739-1-vapier@gentoo.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Ee/45ML1ckvUhqgA" Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-5.1 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: newlib@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2021 14:13:56 -0000 --Ee/45ML1ckvUhqgA Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 13 Sep 2021 12:12, Corinna Vinschen wrote: > On Sep 9 17:06, Mike Frysinger wrote: > > The .in name has been deprecated for a long time in favor of .ac. >=20 > ACK. Are you going to regen afterwards? that should be a nop as the filename input shouldn't affect the output. i confirmed on one or two dirs. if you mean was i planning on regenerating with the latest version of autoconf everywhere, then no, i'm not intending on doing that. i first tried to use autoconf-2.69 (since that's what binutils+gdb require), but it failed on a bunch of dirs, and i didn't feel like digging through all the failures to figure out what's going on. i agree that we should add a macro to enforce a specific autoconf version and regen everything with that :). -mike --Ee/45ML1ckvUhqgA Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEuQK1JxMl+JKsJRrUQWM7n+g39YEFAmE/XJ8ACgkQQWM7n+g3 9YGp4g//SKaG1ve7Ba5blTKix0tJ8/G/Pbrk0QbJb1UPF7o+nxo6p6/4sDscc1Oz 9qhJNdyt8+iuMj7VOab0d+bonzUMVoDzdMRBg7Xx2w2IyNqfQKVOR2EO7ej6IUGK Jwi7XbW1svG64FNIpFXR0rmx26QvQoTCYFgfGlVTbIvn1PbabcezPMaRro/u+u8a xPO7EbaTM0+hT3DeeIN4Yk3+lnXR/uachvY3IacBK8KSt8ijmmKGhlrwBOTsMGJP MV4OB6GBut/Iw5796LrcH1Avdrbe7aH+KTOheEAQZ3hjEH0EpJdBNpG2Uzxb6WK2 Fn35WeMRV7yDH85l0k2eBfccYXw29JcEyZiOc1ODO5fLY6KVjYK0br4O9yO9dTGh a2+fUWaHC9vyXQj+fxuuvmks7WfjyxF0W1JvkRLdoTi/MrTrje88m8ye8gNecfdp WwPJwF9mN6YJVtCB8uWwlEkNmxJ//EJKIzRCUUy5AHlB20XtT+cEQTRFMSkMAShn fB+0JpYxbxdWS9F1BqpTC9w0IGyu8ZKmF03phYOgJYRJi4qhrBObBbvGu0Q35DgU O01h9uwOMv9CHYMBApxdW2e5aBb1YMd7RH+/NLlSxxJMTbODeSH4wUUGLk/teYXA Y27kRuSnE5cF0yiXuSj9qf8uXTHC6WQeSQkSHkE9Y2o+FAAmh2U= =leyx -----END PGP SIGNATURE----- --Ee/45ML1ckvUhqgA--