Add support for newer python versions.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Mon, 4 Oct 2010 16:50:53 +0000 (18:50 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Tue, 5 Oct 2010 15:27:02 +0000 (17:27 +0200)
* m4/python.m4 (AM_PATH_PYTHON): Add python2.7 and python3.2 to
_AM_PYTHON_INTERPRETER_LIST.  Since we are at it, break a long
line and fix indentation.
* THANKS: Updated.

From a report by Thomas Klausner.

ChangeLog
THANKS
m4/python.m4

index 858f06f..7883d5e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2010-10-04  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
+       Add support for newer python versions.
+       * m4/python.m4 (AM_PATH_PYTHON): Add python2.7 and python3.2 to
+       _AM_PYTHON_INTERPRETER_LIST.  Since we are at it, break a long
+       line and fix indentation.
+       * THANKS: Updated.
+       From a report by Thomas Klausner.
+
        Add test for `AM_WITH_DMALLOC' macro.
        * tests/dmalloc.test: New test.
        * tests/Makefile.am (TESTS): Update.
diff --git a/THANKS b/THANKS
index b3ceae6..78da1de 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -335,6 +335,7 @@ Theodoros V. Kalamatianos thkala@gmail.com
 Thien-Thi Nguyen       ttn@glug.org
 Thomas Fitzsimmons     fitzsim@redhat.com
 Thomas Gagne           tgagne@ix.netcom.com
+Thomas Klausner                tk@giga.or.at
 Thomas Morgan          tmorgan@pobox.com
 Thomas Schwinge                tschwinge@gnu.org
 Thomas Tanner          tanner@ffii.org
index 1dc3985..50e1538 100644 (file)
@@ -37,8 +37,8 @@ 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.1 python3.0 python2.6 python2.5 python2.4 python2.3 python2.2 dnl
-python2.1 python2.0])
+[python python2 python3 python3.2 python3.1 python3.0 python2.7 dnl
+ python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0])
 
   m4_if([$1],[],[
     dnl No version check is needed.