Add support for newer python version
authorJulien Danjou <julien@danjou.info>
Mon, 21 Dec 2009 21:24:02 +0000 (22:24 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 21 Dec 2009 21:24:02 +0000 (22:24 +0100)
* m4/python.m4 (AM_PATH_PYTHON): Add python3.1 to
_AM_PYTHON_INTERPRETER_LIST.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
m4/python.m4

index cb8b54b..6edf59e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-21  Julien Danjou  <julien@danjou.info>  (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  <karl@freefriends.org>
 
        mention ncftpput in gnupload --help
index 16de9c3..1dc3985 100644 (file)
@@ -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],[],[