automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: check for a future python2.5


From: Alexandre Duret-Lutz
Subject: FYI: check for a future python2.5
Date: Fri, 01 Jul 2005 23:43:03 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

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  <address@hidden>

        * 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]