555N/A # numbers and dots only.
555N/A AC_DEFUN([AM_PATH_PYTHON],
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 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 dnl No version check is needed.