comparison configure @ 53:62d82881799f

Update python versions to probe.
author David A. Holland
date Sat, 02 Apr 2022 21:15:27 -0400
parents 923ea629c29f
children
comparison
equal deleted inserted replaced
52:c0be30249ffe 53:62d82881799f
74 /usr/bin \ 74 /usr/bin \
75 /opt/bin \ 75 /opt/bin \
76 ; do 76 ; do
77 for PY in \ 77 for PY in \
78 python \ 78 python \
79 python2.7 python27 \ 79 python3.10 python310 \
80 python2.6 python26 \ 80 python3.9 python39 \
81 python2.5 python25 \ 81 python3.8 python38 \
82 python2.4 python24 \ 82 python3.7 python37 \
83 ; do 83 ; do
84 if testpython $D/$PY; then 84 if testpython $D/$PY; then
85 PYTHON="$D/$PY" 85 PYTHON="$D/$PY"
86 FOUND=1 86 FOUND=1
87 break 87 break