Commit 85312ccd authored by Chris McDonough's avatar Chris McDonough

Prefer Python 2.3.2 and dont allow alpha/beta versions of Python 2.3.

parent c24fe959
#!/bin/sh
# Zope configure script
# $Id: configure,v 1.16 2003/09/18 16:10:13 ctheune Exp $
# $Revision: 1.16 $
# $Id: configure,v 1.17 2003/10/03 16:36:52 chrism Exp $
# $Revision: 1.17 $
#####################################################################
# BEGIN EDITABLE PARAMETERS #
......@@ -13,13 +13,13 @@ ZOPE_VERS=2.7
# Place the optimal target version number for Zope (as returned by sys.version)
# below
TARGET="2.2.3"
TARGET="2.3.2"
# Order a list of "acceptable" python version numbers (as returned by
# sys.version) below in "best" to "worst" order, not including the
# target version. Up to six acceptable python versions are allowed.
# Do not include the target version number in this list!
ACCEPTABLE="2.2.2 2.3 2.3b1 2.3a1 2.3a0"
ACCEPTABLE="2.3.1 2.3 2.2.3 2.2.2"
# provide the executable names for all the acceptable versions
# (and the target version) below
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment