Not really a bug fixes, but since it's trivial enough I'm installing this on both branch-1-9 and HEAD.
2005-07-01 Alexandre Duret-Lutz <[EMAIL PROTECTED]> * m4/python.m4 (_AM_PYTHON_INTERPRETER_LIST): Add python2.5. Index: m4/python.m4 =================================================================== RCS file: /cvs/automake/automake/m4/python.m4,v retrieving revision 1.19 diff -u -r1.19 python.m4 --- m4/python.m4 9 Jan 2005 14:46:21 -0000 1.19 +++ m4/python.m4 1 Jul 2005 21:38:56 -0000 @@ -39,7 +39,7 @@ 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],[],[ -- Alexandre Duret-Lutz