555N/A--- automake-1.10/m4/python.m4.orig Wed Oct 19 08:27:01 2011
555N/A+++ automake-1.10/m4/python.m4 Wed Oct 19 08:28:39 2011
555N/A@@ -34,13 +34,12 @@
555N/A # numbers and dots only.
555N/A AC_DEFUN([AM_PATH_PYTHON],
555N/A [
555N/A- dnl Find a Python interpreter. Python versions prior to 1.5 are not
555N/A- dnl supported because the default installation locations changed from
555N/A- dnl $prefix/lib/site-python in 1.4 to $prefix/lib/python1.5/site-packages
555N/A- dnl in 1.5.
555N/A+ dnl Find a Python interpreter. Python versions prior to 2.0 are not
555N/A+ dnl supported. (2.0 was released on October 16, 2000).
555N/A m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
555N/A- [python python2 python2.5 python2.4 python2.3 python2.2 dnl
555N/A-python2.1 python2.0 python1.6 python1.5])
555N/A+ [python python2 python3 python3.2 python3.1 python3.0 dnl
555N/A+python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 dnl
555N/A+python2.0])
555N/A
555N/A m4_if([$1],[],[
555N/A dnl No version check is needed.