From: Alexandre Duret-Lutz Date: Sun, 11 Jan 2004 11:53:17 +0000 (+0000) Subject: * m4/python.m4 (_AM_PYTHON_INTERPRETER_LIST): Add python2.4. X-Git-Tag: Release-1-8b~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=476cc7a410f6b3575adf1477cdb836817ede028a;p=thirdparty%2Fautomake.git * m4/python.m4 (_AM_PYTHON_INTERPRETER_LIST): Add python2.4. --- diff --git a/ChangeLog b/ChangeLog index 7495385af..d16353a40 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-01-11 Alexandre Duret-Lutz + + * m4/python.m4 (_AM_PYTHON_INTERPRETER_LIST): Add python2.4. + 2004-01-10 Peter Eisentraut (tiny change) * m4/as.m4 (AM_PROG_AS): Format and align help string more diff --git a/m4/python.m4 b/m4/python.m4 index 722da1da2..fb4b710c8 100644 --- a/m4/python.m4 +++ b/m4/python.m4 @@ -4,7 +4,8 @@ ## Updated by James Henstridge ## ------------------------ -# Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. +# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 +# 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 +52,8 @@ 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.3 python2.2 python2.1 python2.0 python1.6 python1.5]) + [python python2 python2.4 python2.3 python2.2 dnl +python2.1 python2.0 python1.6 python1.5]) m4_if([$1],[],[ dnl No version check is needed.