Skip to content

Commit 3f67be2

Browse files
gh-112088: aclocal version is updated to 1.16.5 in docs
1 parent 67f6e08 commit 3f67be2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Doc/using/configure.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Features and minimum versions required to build CPython:
2929

3030
* Tcl/Tk 8.5.12 for the :mod:`tkinter` module.
3131

32-
* Autoconf 2.71 and aclocal 1.16.4 are required to regenerate the
32+
* Autoconf 2.71 and aclocal 1.16.5 are required to regenerate the
3333
:file:`configure` script.
3434

3535
.. versionchanged:: 3.1
@@ -58,6 +58,9 @@ Features and minimum versions required to build CPython:
5858
.. versionchanged:: 3.13
5959
Autoconf 2.71, aclocal 1.16.4 and SQLite 3.15.2 are now required.
6060

61+
.. versionchanged:: 3.13
62+
Require aclocal 1.16.5.
63+
6164
See also :pep:`7` "Style Guide for C Code" and :pep:`11` "CPython platform
6265
support".
6366

Doc/whatsnew/3.13.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2495,9 +2495,9 @@ Build Changes
24952495
* Building CPython now requires a compiler with support for the C11 atomic
24962496
library, GCC built-in atomic functions, or MSVC interlocked intrinsics.
24972497

2498-
* Autoconf 2.71 and aclocal 1.16.4 are now required to regenerate
2498+
* Autoconf 2.71 and aclocal 1.16.5 are now required to regenerate
24992499
the :file:`configure` script.
2500-
(Contributed by Christian Heimes in :gh:`89886`.)
2500+
(Contributed by Victor Stinner in :gh:`112090`.)
25012501

25022502
* SQLite 3.15.2 or newer is required to build
25032503
the :mod:`sqlite3` extension module.

0 commit comments

Comments
 (0)