Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(275)

Unified Diff: aclocal.m4

Issue 545370043: Switch to Python 3.x (Closed)
Patch Set: Rebase Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | configure.ac » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: aclocal.m4
diff --git a/aclocal.m4 b/aclocal.m4
index c5c4d5c45757b75148a08f0ce74cde8d405580f3..e41d8e73412878a27679840c4552e6f733437a72 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -900,7 +900,7 @@ AC_DEFUN(STEPMAKE_INIT, [
fi
AC_SUBST(SHELL)
- STEPMAKE_PYTHON(REQUIRED, 1.5, 3.0)
+ STEPMAKE_PYTHON(REQUIRED, 3.5, 3.99)
if expr "$MAKE" : '.*\(echo\)' >/dev/null; then
$MAKE -v 2> /dev/null | grep GNU > /dev/null
@@ -1058,9 +1058,11 @@ AC_DEFUN(STEPMAKE_PYTHON, [
AC_MSG_CHECKING([for python])
python="python"
found="no"
- for r in $PYTHON python python3 python3.3 python3.2 python3.1 python3.0 \
- python2 python2.7 python2.6 python2.5 python2.4 \
- python2.3 python2.2 python2.1 python2.0; do
+ for r in $PYTHON python python3 \
+ python3.8 \
+ python3.7 \
+ python3.6 \
+ python3.5; do
exe=`STEPMAKE_GET_EXECUTABLE($r)`
if ! $exe -V > /dev/null 2>&1 ; then
continue
« no previous file with comments | « no previous file | configure.ac » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b