[Zope-Checkins] CVS: Zope - configure:1.13.2.7

Chris McDonough chrism at plope.com
Tue Mar 9 00:26:05 EST 2004


Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv31227

Modified Files:
      Tag: Zope-2_7-branch
	configure 
Log Message:
Remove 'python2.2' and 'python2.1' as acceptable executable names, as we're only interested in working under 2.3 now.


=== Zope/configure 1.13.2.6 => 1.13.2.7 ===
--- Zope/configure:1.13.2.6	Tue Mar  9 00:18:20 2004
+++ Zope/configure	Tue Mar  9 00:26:04 2004
@@ -23,7 +23,7 @@
 
 # provide the executable names for all the acceptable versions
 # (and the target version) below
-EXENAMES="python python2 python2.1 python2.2 python2.3"
+EXENAMES="python python2 python2.3"
 
 #####################################################################
 #                    END EDITABLE PARAMETERS                        #




More information about the Zope-Checkins mailing list