Re: newlib: require autoconf-2.69
Mike Frysinger <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <YdiQIay4DJEZzMhv@vapier> |
On 07 Jan 2022 10:56, Corinna Vinschen wrote: > On Jan 5 20:46, Mike Frysinger wrote: > > On 05 Jan 2022 13:10, Corinna Vinschen wrote: > > > On Dec 30 13:39, Mike Frysinger wrote: > > > > The top-level newlib dir is already using autoconf-2.69, and all the > > > > subdirs are using autoconf-2.68. Update them all to use 2.69 as a > > > > prereq and then regenerate them accordingly. > > > > > > > > The README file already says to use autoconf-2.69. > > > > > > Yeah, but... > > > > > > The AC_PREREQ only checks for the minimum required autoconf version for > > > *this* specific autoconf file. AC_PREREQ([2.52]) doesn't mean we have to > > > use 2.52, but any later version will suffice. All current autoconf > > > files are compatible with 2.69. Neither binutils-gdb, nor gcc changed > > > their files to require 2.69. So it's note quite clear to me what this > > > patch accomplishes. > > > > that's incorrect. gcc & binutils-gdb have config/override.m4 which requires > > autoconf-2.69 exactly is used. no older versions, no newer versions, only > > 2.69 is permitted. > > You're right, but that's not what I was up to. Requiring 2.69 doesn't > mean we have to (or even should) change AC_PREREQ in every single file. > But, anyway, it probably won't hurt either, so just go ahead. that's true. but then i'd question what's the point of AC_PREREQ in the first place. if we move to override.m4, maybe we delete all the AC_PREREQ calls ? -mike
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEuQK1JxMl+JKsJRrUQWM7n+g39YEFAmHYkCAACgkQQWM7n+g3 9YH1EA/7BHB+LG7p9SSCh2LHdsNZWQofWiS9DedRfNE2sAzsXwkHoAToB9JfQjNN OqG2y7IFjZefkTtoQSANy4FiaJ1q5QVZnxlVJUiHZzb44w0uYhs7Lnb0gjtqaZkz +PM46Woto/n5Ctx0Gkdjzyy9Qsz2f/dHfBZiDmstMAOFsgZ+JpCfM3xejGKvfOTV 0Ck95itqtnCUN9pkqSD428REdiuoguKGullAIgpnTok5l3+H9rhDhMQqRGh3UNIV A8E3oq3/LNOKJwvh6zetycOXZB711ym4lmzI8HAecNHywCH8gzbfGpKsH910SQ2Z NaJoWsoZKN5Kbapl0pzPBOd14fW2uExGWyKLipY5KKQmpGFdh4tKZzzZd5GpIZRK kXO6b9x3BMTINKQcYSC4ka43TP0KwkdSUFVkYKpj0yw3j/53EQKsBK1WYCaT2t63 /lKo55JZXT48clkhw31ZE/H8C+60z0Aws+dTUXU4HIja5gQKhW/swnc0MY4vPpHQ XqITyNdXRA8oRFUlRg/oM5XdgOyvq0/v0M11RpuO0V2KlPcq4ND50fP8s3WrkviC 9cw22qQpcmUvje/ae0nV8DJMgJv2T6gaR9DsxlnTtq7lZ//OdkH5gom4fwHgVU3U UazcFEJvZuRzrdxZmiiOdEBPL7wYraHHeXnJOdg0YFShLbZ5+EQ= =3HDE -----END PGP SIGNATURE-----