remove Python 2 from early versions of automake

This commit is contained in:
purplerain 2024-08-12 22:09:39 +00:00
parent 7fa5c23533
commit 18df92d57c
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
VERSION= 1.8 VERSION= 1.8
DISTNAME= automake-${VERSION}.5 DISTNAME= automake-${VERSION}.5
REVISION= 9 REVISION= 11
PKGSPEC= automake->=${VERSION},<1.9 PKGSPEC= automake->=${VERSION},<1.9
AUTOCONF_VERSION= 2.59 AUTOCONF_VERSION= 2.59

View file

@ -5,7 +5,7 @@
dnl in 1.5. dnl in 1.5.
m4_define([_AM_PYTHON_INTERPRETER_LIST], m4_define([_AM_PYTHON_INTERPRETER_LIST],
- [python python2 python2.4 python2.3 python2.2 dnl - [python python2 python2.4 python2.3 python2.2 dnl
+ [python python2 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 dnl + [python python3 dnl
python2.1 python2.0 python1.6 python1.5]) python2.1 python2.0 python1.6 python1.5])
m4_if([$1],[],[ m4_if([$1],[],[