File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Features and minimum versions required to build CPython:
29
29
30
30
* Tcl/Tk 8.5.12 for the :mod: `tkinter ` module.
31
31
32
- * Autoconf 2.71 and aclocal 1.16.5 are required to regenerate the
32
+ * Autoconf 2.72 and aclocal 1.16.5 are required to regenerate the
33
33
:file: `configure ` script.
34
34
35
35
.. versionchanged :: 3.1
@@ -58,6 +58,9 @@ Features and minimum versions required to build CPython:
58
58
.. versionchanged :: 3.13
59
59
Autoconf 2.71, aclocal 1.16.5 and SQLite 3.15.2 are now required.
60
60
61
+ .. versionchanged :: next
62
+ Autoconf 2.72 is now required.
63
+
61
64
See also :pep: `7 ` "Style Guide for C Code" and :pep: `11 ` "CPython platform
62
65
support".
63
66
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ dnl ************************************************************
2
2
dnl * Please run autoreconf -ivf -Werror to test your changes! *
3
3
dnl ************************************************************
4
4
dnl
5
- dnl Python's configure script requires autoconf 2.71 , autoconf-archive,
5
+ dnl Python's configure script requires autoconf 2.72 , autoconf-archive,
6
6
dnl aclocal 1.16, and pkg-config.
7
7
dnl
8
8
dnl It is recommended to use the Tools/build/regen-configure.sh shell script
12
12
# Set VERSION so we only need to edit in one place (i.e., here)
13
13
m4_define ( [ PYTHON_VERSION] , [ 3.14] )
14
14
15
- AC_PREREQ ( [ 2.71 ] )
15
+ AC_PREREQ ( [ 2.72 ] )
16
16
17
17
AC_INIT ( [ python] ,[ PYTHON_VERSION] ,[ https://github.com/python/cpython/issues/] )
18
18
You can’t perform that action at this time.
0 commit comments