2016-11-18 22:39:22 +01:00

16 lines
736 B
Plaintext

$NetBSD: patch-configure,v 1.1 2016/04/11 08:01:09 wiz Exp $
Allow python-3.4 and python-3.5.
--- configure.orig 2016-01-20 09:24:39.000000000 +0000
+++ configure
@@ -23407,7 +23407,7 @@ fi
# Find any Python interpreter.
if test -z "$PYTHON"; then
- for ac_prog in python python2 python3 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0
+ for ac_prog in python python2 python3 python3.5 python3.4 python3.3 python3.2 python3.1 python3.0 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2