diff options
author | Erlend E. Aasland <erlend.aasland@protonmail.com> | 2023-06-01 21:44:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-01 21:44:25 (GMT) |
commit | 8a8ebf2e3ddb880806237c7a5983f9744f7c215f (patch) | |
tree | 68f34fc411bc77c53897a352067a8bc886dcc48b /Doc/whatsnew | |
parent | 60f8117d0c685c2923b7cb17b725b67cd41e8410 (diff) | |
download | cpython-8a8ebf2e3ddb880806237c7a5983f9744f7c215f.zip cpython-8a8ebf2e3ddb880806237c7a5983f9744f7c215f.tar.gz cpython-8a8ebf2e3ddb880806237c7a5983f9744f7c215f.tar.bz2 |
GH-89886: Bump to GNU Autoconf v2.71 (#104925)
Co-authored-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.12.rst | 4 | ||||
-rw-r--r-- | Doc/whatsnew/3.13.rst | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 6f72590..49503ac 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -1531,6 +1531,10 @@ Build Changes * ``PYTHON_FOR_REGEN`` now require Python 3.10 or newer. +* Autoconf 2.71 and aclocal 1.16.4 is now required to regenerate + :file:`!configure`. + (Contributed by Christian Heimes in :gh:`89886`.) + C API Changes ============= diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 8427bda..e4b6e3b 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -332,6 +332,10 @@ that may require changes to your code. Build Changes ============= +* Autoconf 2.71 and aclocal 1.16.4 is now required to regenerate + :file:`!configure`. + (Contributed by Christian Heimes in :gh:`89886`.) + C API Changes ============= |