remove Python 2 from early versions of automake
This commit is contained in:
parent
ed198ace0a
commit
9d9b4b3152
2 changed files with 2 additions and 4 deletions
|
@ -1,10 +1,8 @@
|
||||||
VERSION= 1.10
|
VERSION= 1.10
|
||||||
DISTNAME= automake-${VERSION}.3
|
DISTNAME= automake-${VERSION}.3
|
||||||
REVISION= 9
|
REVISION= 10
|
||||||
PKGSPEC= automake->=${VERSION},<1.11
|
PKGSPEC= automake->=${VERSION},<1.11
|
||||||
|
|
||||||
MODPY_VERSION= ${MODPY_DEFAULT_VERSION_2}
|
|
||||||
|
|
||||||
AUTOCONF_VERSION= 2.65
|
AUTOCONF_VERSION= 2.65
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
dnl in 1.5.
|
dnl in 1.5.
|
||||||
m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
|
m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
|
||||||
- [python python2 python2.5 python2.4 python2.3 python2.2 dnl
|
- [python python2 python2.5 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],[],[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue