* New features added
- - AM_PATH_PYTHON will also search for Python versions 3.10 - 3.15. It has
- previously searched for 3.0 - 3.9. (bug#53530)
+ - AM_PATH_PYTHON will, after checking "python", prefer any Python 3
+ version (latest versions checked first) over any Python 2
+ version. If a specific version of Python 2 is still needed, the
+ $PYTHON variable should be set beforehand.
+
+ - AM_PATH_PYTHON will also search for Python versions 3.15 through 3.10.
+ It previously searched for 3.9 through 3.0. (bug#53530)
- RANLIB may be overridden on a per-target basis.
* Miscellaneous changes
- - AM_PATH_PYTHON will, after checking `python`, prefer any Python 3
- version over any Python 2 version. If a specific version of Python 2 is
- still needed, the $PYTHON variable can be set beforehand.
-
* Obsolescence:
- py-compile no longer supports Python 0.x or 1.x versions. Python 2.0,
@command{test}, all of which have been marked obsolescent by POSIX
(@url{https://pubs.opengroup.org/onlinepubs/9699919799/utilities/test.html#tag_20_128_161}).
The name @code{test} is also more portable than @code{[}.
+@xref{Limitations of Builtins, ,, autoconf, The Autoconf Manual}.
+
@end defmac
@cindex @option{--enable-debug}, example