[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[minion-cvs] Search for python2.3 where available
Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv7172
Modified Files:
Makefile
Log Message:
Search for python2.3 where available
Index: Makefile
===================================================================
RCS file: /home/minion/cvsroot/src/minion/Makefile,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- Makefile 20 Feb 2003 02:21:41 -0000 1.38
+++ Makefile 20 Feb 2003 02:27:39 -0000 1.39
@@ -12,8 +12,8 @@
# XXXX This fails when PYTHON is set to a version of Python earlier than 1.3
-PYTHON_CANDIDATES = python2.2 python2.2x python2.1 python2.1x python2.0 \
- python2.0x python2 python
+PYTHON_CANDIDATES = python2.3 python2.3x python2.2 python2.2x python2.1 \
+ python2.1x python2.0 python2.0x python2 python
FINDPYTHON = \
if [ "x`which which`" = "x" ]; then \
echo "Ouch! I couldn't run 'which' on your system."; \