From 85ae9cba7b754a8d1415611d916efc3ca16f8ddf Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Fri, 1 Jul 2005 21:43:42 +0000 Subject: [PATCH] * m4/python.m4 (_AM_PYTHON_INTERPRETER_LIST): Add python2.5. --- ChangeLog | 4 ++++ m4/python.m4 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e11d48e7c..bc7aee0cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-07-01 Alexandre Duret-Lutz + + * m4/python.m4 (_AM_PYTHON_INTERPRETER_LIST): Add python2.5. + 2005-06-30 Alexandre Duret-Lutz * automake.in (make_paragraphs): Do not define %TOPDIR%, now that diff --git a/m4/python.m4 b/m4/python.m4 index 0ea37efa6..229fd5547 100644 --- a/m4/python.m4 +++ b/m4/python.m4 @@ -39,7 +39,7 @@ AC_DEFUN([AM_PATH_PYTHON], dnl $prefix/lib/site-python in 1.4 to $prefix/lib/python1.5/site-packages dnl in 1.5. m4_define_default([_AM_PYTHON_INTERPRETER_LIST], - [python python2 python2.4 python2.3 python2.2 dnl + [python python2 python2.5 python2.4 python2.3 python2.2 dnl python2.1 python2.0 python1.6 python1.5]) m4_if([$1],[],[ -- 2.47.2