diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2005-05-06 06:41:53 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2005-05-06 06:41:53 +0000 |
commit | a1c471e9fb7cadb68bb182ab2e9715a0aa092386 (patch) | |
tree | aa86f37be0a38991711b973a91b2b6df931d15cf | |
parent | 4042833f1f9cf91aa6b174daf6bde964df13f776 (diff) | |
download | lcd4linux-a1c471e9fb7cadb68bb182ab2e9715a0aa092386.tar.gz |
[lcd4linux @ 2005-05-06 06:41:53 by reinelt]
python2.4 added to python.m4
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@546 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to '')
-rw-r--r-- | python.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.3 python2.2 python2.1 python2.0 python1.6 python1.5]) + [python python2 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5]) m4_if([$1],[],[ dnl No version check is needed. |