automake-patches
[Top][All Lists]
Advanced

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

FYI: search for python2.3


From: Alexandre Duret-Lutz
Subject: FYI: search for python2.3
Date: Thu, 16 Jan 2003 12:48:10 +0100
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu)

I'm checking this in (HEAD & branch-1-7).  This adds support for
upcoming python 2.3.

2003-01-16  Alexandre Duret-Lutz  <address@hidden>

        * m4/python.m4 (AM_PATH_PYTHON) <_AM_PYTHON_INTERPRETER_LIST>: Add
        python2.3.

Index: m4/python.m4
===================================================================
RCS file: /cvs/automake/automake/m4/python.m4,v
retrieving revision 1.9.2.1
diff -u -r1.9.2.1 python.m4
--- m4/python.m4        16 Jan 2003 11:41:27 -0000      1.9.2.1
+++ m4/python.m4        16 Jan 2003 11:45:26 -0000
@@ -51,7 +51,7 @@
   dnl $prefix/lib/site-python in 1.4 to $prefix/lib/python1.5/site-packages
   dnl in 1.5.
   m4_define([_AM_PYTHON_INTERPRETER_LIST],
-           [python python2 python2.2 python2.1 python2.0 python1.6 python1.5])
+           [python python2 python2.3 python2.2 python2.1 python2.0 python1.6 
python1.5])
 
   m4_if([$1],[],[
     dnl No version check is needed.
@@ -113,7 +113,6 @@
   dnl   site-packages directory, not the python standard library
   dnl   directory like in previous automake betas.  This behaviour
   dnl   is more consistent with lispdir.m4 for example.
-
   dnl Query distutils for this directory.  distutils does not exist in
   dnl Python 1.5, so we fall back to the hardcoded directory if it
   dnl doesn't work.

-- 
Alexandre Duret-Lutz





reply via email to

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