summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorErlend E. Aasland <erlend.aasland@protonmail.com>2023-06-01 21:44:25 (GMT)
committerGitHub <noreply@github.com>2023-06-01 21:44:25 (GMT)
commit8a8ebf2e3ddb880806237c7a5983f9744f7c215f (patch)
tree68f34fc411bc77c53897a352067a8bc886dcc48b /Doc/whatsnew
parent60f8117d0c685c2923b7cb17b725b67cd41e8410 (diff)
downloadcpython-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.rst4
-rw-r--r--Doc/whatsnew/3.13.rst4
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
=============