]> git.ipfire.org Git - thirdparty/automake.git/commit
python: prioritize python 3.x over 2.x
authorMike Frysinger <vapier@gentoo.org>
Wed, 26 Jan 2022 11:36:32 +0000 (06:36 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sat, 2 Dec 2023 11:23:31 +0000 (06:23 -0500)
commit6b4304c12161887171a5ce596157f8e5f25737e4
tree5d3435a60521479ceac560a6e833f4c711f159f2
parent94f4bad7ba724d56c9e74ce25772fb3391feb6e8
python: prioritize python 3.x over 2.x

Since Python 2.x went EOL years ago, stop searching for it before
any of the Python 3 versions.

* m4/python.m4: Move python2 after all python3 versions.
* NEWS: Mention update in version search.
NEWS
m4/python.m4