]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* m4/python.m4 (_AM_PYTHON_INTERPRETER_LIST): Add python2.2.
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 8 Jan 2002 18:03:36 +0000 (18:03 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 8 Jan 2002 18:03:36 +0000 (18:03 +0000)
ChangeLog
m4/python.m4

index 33c36a74d57dbe1194633d00cc0c8a47ab21a01f..4169cac276504aa7668f6df607a3f7528fb79327 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-08  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * m4/python.m4 (_AM_PYTHON_INTERPRETER_LIST): Add python2.2.
+
 2002-01-07  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * configure.in: Run the Autoconf test in a subdirectory, then
index 1e7a950d3a243343cf4ccec9071701c6f200c291..f543a4339d5f41bdf4ec4511294c81c8bf3a1bfd 100644 (file)
@@ -4,7 +4,7 @@
 ## Updated by James Henstridge
 ## ------------------------
 
-# Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
+# Copyright 1999, 2000, 2001, 2002  Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -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.1 python2.0 python1.6 python1.5])
+           [python python2 python2.2 python2.1 python2.0 python1.6 python1.5])
 
   m4_if([$1],[],[
     dnl No version check is needed.