]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* m4/python.m4 (AM_PATH_PYTHON) <_AM_PYTHON_INTERPRETER_LIST>: Add
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 16 Jan 2003 11:47:13 +0000 (11:47 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 16 Jan 2003 11:47:13 +0000 (11:47 +0000)
python2.3.

ChangeLog
m4/python.m4

index 02f4dadaa2939ef324896781541e6b481ef55a5e..15a6fbb26b19564ea39e20939fcc61165a4220b1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2003-01-16  Alexandre Duret-Lutz  <adl@gnu.org>
 
+       * m4/python.m4 (AM_PATH_PYTHON) <_AM_PYTHON_INTERPRETER_LIST>: Add
+       python2.3.
+
        * m4/python.m4 (AM_PATH_PYTHON): Query distutils for `pythondir'
        or `pyexecdir', for the sake of 64-bit distributions that usually
        use lib64/ instead of lib/.  Fall back to the default directory
index cc8c951ec5a0f68af183e0a2aa2c79c6325843de..f3264fcb784b1d58f1d455ff9556e52754167cdb 100644 (file)
@@ -51,7 +51,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([_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 @@ AC_DEFUN([AM_PATH_PYTHON],
   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.