]> git.pld-linux.org Git - packages/Zope.git/blame - Zope-python-2.3.2.patch
- added path in script
[packages/Zope.git] / Zope-python-2.3.2.patch
CommitLineData
5c3330e7
JK
1diff -durN Zope-2.7.0-b2.orig/configure Zope-2.7.0-b2/configure
2--- Zope-2.7.0-b2.orig/configure Fri Aug 22 16:07:55 2003
3+++ Zope-2.7.0-b2/configure Wed Nov 12 17:42:58 2003
4@@ -19,7 +19,7 @@
5 # sys.version) below in "best" to "worst" order, not including the
6 # target version. Up to six acceptable python versions are allowed.
7 # Do not include the target version number in this list!
8-ACCEPTABLE="2.2.2 2.3 2.3b1 2.3a1 2.3a0"
9+ACCEPTABLE="2.2.2 2.3 2.3b1 2.3a1 2.3a0 2.3.2"
10
11 # provide the executable names for all the acceptable versions
12 # (and the target version) below
13@@ -113,7 +113,8 @@
14 out ""
15 out " The optimimum Python version ($TARGET) was found at $FOUND."
16 elif [ -z "$FOUND1" ] && [ -z "$FOUND2" ] && [ -z "$FOUND3" ] &&
17- [ -z "$FOUND4" ] && [ -z "$FOUND5" ] && [ -z "$FOUND6" ] ; then
18+ [ -z "$FOUND4" ] && [ -z "$FOUND5" ] && [ -z "$FOUND6" ] &&
19+ [ -z "$FOUND7" ] ; then
20 out ""
21 out " No suitable Python version found. You should install"
22 out " Python version $TARGET before continuing. Versions"
23@@ -138,6 +139,9 @@
24 elif [ -n "$FOUND6" ]; then
25 FOUND=$FOUND6
26 FOUNDVERSION=$FOUNDVERSION6
27+ elif [ -n "$FOUND7" ]; then
28+ FOUND=$FOUND7
29+ FOUNDVERSION=$FOUNDVERSION7
30 fi
31 out ""
32 out " !! WARNING !! "
This page took 0.032035 seconds and 4 git commands to generate.