31 lines
1.0 KiB
Plaintext
31 lines
1.0 KiB
Plaintext
$OpenBSD: patch-configure,v 1.3 2010/12/29 19:48:04 ajacoutot Exp $
|
|
|
|
Be sure to pickup the right Python.
|
|
|
|
--- configure.orig Wed Dec 29 18:44:17 2010
|
|
+++ configure Wed Dec 29 20:14:07 2010
|
|
@@ -2889,14 +2889,6 @@ echo timestamp > conftest.file
|
|
# name. Accept space and tab only in the latter.
|
|
am_lf='
|
|
'
|
|
-case `pwd` in
|
|
- *[\\\"\#\$\&\'\`$am_lf]*)
|
|
- as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
|
|
-esac
|
|
-case $srcdir in
|
|
- *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
|
|
- as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
|
|
-esac
|
|
|
|
# Do `set' in a subshell so we don't clobber the current shell's
|
|
# arguments. Must try -L first in case configure is actually a
|
|
@@ -16159,7 +16151,7 @@ fi
|
|
|
|
# Find any Python interpreter.
|
|
if test -z "$PYTHON"; then
|
|
- for ac_prog in python python2 python3 python3.0 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0
|
|
+ for ac_prog in python${MODPY_VERSION}
|
|
do
|
|
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
|
set dummy $ac_prog; ac_word=$2
|