* m4/python.m4 (_AM_PYTHON_INTERPRETER_LIST): Add python2.4.
authorAlexandre Duret-Lutz <adl@gnu.org>
Sun, 11 Jan 2004 11:53:17 +0000 (11:53 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Sun, 11 Jan 2004 11:53:17 +0000 (11:53 +0000)
ChangeLog
m4/python.m4

index 7495385..d16353a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-01-11  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * m4/python.m4 (_AM_PYTHON_INTERPRETER_LIST): Add python2.4.
+
 2004-01-10  Peter Eisentraut  <peter_e@gmx.net>  (tiny change)
 
        * m4/as.m4 (AM_PROG_AS): Format and align help string more
index 722da1d..fb4b710 100644 (file)
@@ -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.