From: Alexandre Duret-Lutz Date: Tue, 8 Jan 2002 18:03:36 +0000 (+0000) Subject: * m4/python.m4 (_AM_PYTHON_INTERPRETER_LIST): Add python2.2. X-Git-Tag: Release-1-5d~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07ed9367588dcd49b5615e01b8401ef118d0cf91;p=thirdparty%2Fautomake.git * m4/python.m4 (_AM_PYTHON_INTERPRETER_LIST): Add python2.2. --- diff --git a/ChangeLog b/ChangeLog index 33c36a74d..4169cac27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-01-08 Alexandre Duret-Lutz + + * m4/python.m4 (_AM_PYTHON_INTERPRETER_LIST): Add python2.2. + 2002-01-07 Alexandre Duret-Lutz * configure.in: Run the Autoconf test in a subdirectory, then diff --git a/m4/python.m4 b/m4/python.m4 index 1e7a950d3..f543a4339 100644 --- a/m4/python.m4 +++ b/m4/python.m4 @@ -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.