From 05d41b17c7e4f896ac57a2df1de1c26ae1f5ad30 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Mon, 21 Dec 2009 22:24:02 +0100 Subject: [PATCH] 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 --- ChangeLog | 6 ++++++ m4/python.m4 | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cb8b54b7b..6edf59e00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-12-21 Julien Danjou (tiny change) + + Add support for newer python version + * m4/python.m4 (AM_PATH_PYTHON): Add python3.1 to + _AM_PYTHON_INTERPRETER_LIST. + 2009-12-21 Karl Berry mention ncftpput in gnupload --help 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],[],[ -- 2.47.2