summaryrefslogtreecommitdiff
path: root/m4/python.m4
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2009-12-21 22:24:02 +0100
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2009-12-21 22:24:02 +0100
commit05d41b17c7e4f896ac57a2df1de1c26ae1f5ad30 (patch)
tree25871d8f2c846f63d6406bd03da097dfa78c3176 /m4/python.m4
parent77d43d3879a750c549bd3efd27b8e344a685ff72 (diff)
downloadautomake-05d41b17c7e4f896ac57a2df1de1c26ae1f5ad30.tar.gz
Add support for newer python version
* m4/python.m4 (AM_PATH_PYTHON): Add python3.1 to _AM_PYTHON_INTERPRETER_LIST. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Diffstat (limited to 'm4/python.m4')
-rw-r--r--m4/python.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/python.m4 b/m4/python.m4
index 16de9c37c..1dc398578 100644
--- a/m4/python.m4
+++ b/m4/python.m4
@@ -37,7 +37,7 @@ AC_DEFUN([AM_PATH_PYTHON],
dnl Find a Python interpreter. Python versions prior to 2.0 are not
dnl supported. (2.0 was released on October 16, 2000).
m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
- [python python2 python3 python3.0 python2.5 python2.4 python2.3 python2.2 dnl
+ [python python2 python3 python3.1 python3.0 python2.6 python2.5 python2.4 python2.3 python2.2 dnl
python2.1 python2.0])
m4_if([$1],[],[