automake-patches
[Top][All Lists]
Advanced

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

FYI: python2.2.patch


From: Alexandre Duret-Lutz
Subject: FYI: python2.2.patch
Date: Tue, 08 Jan 2002 19:04:41 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i386-debian-linux-gnu)

Python 2.2 has been released two weeks ago.

Index: ChangeLog
===================================================================
RCS file: /cvs/automake/automake/ChangeLog,v
retrieving revision 1.1715
diff -u -r1.1715 ChangeLog
--- ChangeLog   2002/01/07 21:10:26     1.1715
+++ ChangeLog   2002/01/08 18:01:48
@@ -1,3 +1,7 @@
+2002-01-08  Alexandre Duret-Lutz  <address@hidden>
+
+       * m4/python.m4 (_AM_PYTHON_INTERPRETER_LIST): Add python2.2.
+
 2002-01-07  Alexandre Duret-Lutz  <address@hidden>
 
        * configure.in: Run the Autoconf test in a subdirectory, then
Index: m4/python.m4
===================================================================
RCS file: /cvs/automake/automake/m4/python.m4,v
retrieving revision 1.7
diff -u -r1.7 python.m4
--- python.m4   2002/01/02 16:12:29     1.7
+++ python.m4   2002/01/08 18:01:49
@@ -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 @@
   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.

-- 
Alexandre Duret-Lutz




reply via email to

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