blob: 82ec16df4d57869ff2540ab606f86085c638281c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
$NetBSD: patch-ab,v 1.2 2003/02/18 23:43:55 jtb Exp $
--- configure.orig Wed Nov 17 20:09:38 1999
+++ configure
@@ -1014,8 +1014,8 @@ fi
fi
- # Extract the first word of "${PYTHON:-python}", so it can be a program name with args.
-set dummy ${PYTHON:-python}; ac_word=$2
+ # Extract the first word of "${PYTHON:-python2.2}", so it can be a program name with args.
+set dummy ${PYTHON:-python2.2}; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1021: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_path_PYTHON'+set}'`\" = set"; then
@@ -1067,7 +1067,7 @@ fi
result="`echo \"$PYTHON\" | grep echo`"
if test "x$PYTHON" = "xerror" -o "x$result" != "x"; then
- echo "configure: warning: can\'t find python. You should install Python" 1>&2
+ echo "configure: warning: can\'t find python2.2. You should install Python" 1>&2
warn_b=yes
fi
@@ -1154,14 +1154,14 @@ subdirs="stepmake"
# Uncomment the configuration options your package needs.
# -O is necessary to get inlining
- OPTIMIZE=""
- CFLAGS=${CFLAGS:-""}
- CXXFLAGS=${CXXFLAGS:-$CFLAGS}
- LDFLAGS=${LDFLAGS:-""}
- checking_b=yes
+# OPTIMIZE=""
+# CFLAGS=${CFLAGS:-""}
+# CXXFLAGS=${CXXFLAGS:-$CFLAGS}
+# LDFLAGS=${LDFLAGS:-""}
+ checking_b=no
optimise_b=no
profile_b=no
- debug_b=yes
+ debug_b=no
# Check whether --enable-checking or --disable-checking was given.
if test "${enable_checking+set}" = set; then
|