summaryrefslogtreecommitdiff
path: root/m4/ax_python.m4
diff options
context:
space:
mode:
authorGilles Espinasse <g.esp@free.fr>2012-12-04 11:04:24 +0100
committerPeter Simons <simons@cryp.to>2013-01-04 17:59:47 +0100
commitc32c11adea6965c10db2d61699fee1768486f3d8 (patch)
treeaf191e1755020c5a523e994b671659ec55dcb249 /m4/ax_python.m4
parenteb3e5e296c4cc11c6dd966d0e31f4f8e14d9fe91 (diff)
downloadautoconf-archive-c32c11adea6965c10db2d61699fee1768486f3d8.tar.gz
Add code for testing more recent python versions
Signed-off-by: Gilles Espinasse <g.esp@free.fr>
Diffstat (limited to 'm4/ax_python.m4')
-rw-r--r--m4/ax_python.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_python.m4 b/m4/ax_python.m4
index d2b9d73..f9a5135 100644
--- a/m4/ax_python.m4
+++ b/m4/ax_python.m4
@@ -56,7 +56,7 @@
AC_DEFUN([AX_PYTHON],
[AC_MSG_CHECKING(for python build information)
AC_MSG_RESULT([])
-for python in python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python; do
+for python in python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python; do
AC_CHECK_PROGS(PYTHON_BIN, [$python])
ax_python_bin=$PYTHON_BIN
if test x$ax_python_bin != x; then