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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
$NetBSD: patch-configure,v 1.2 2020/02/09 11:34:15 jdolecek Exp $
Disable Python test to avoid the dependency, disables the libglade-convert
tool.
Add gmodule-2.0 (part of glib2) to the list of required and linked libraries,
so the link succeeds on Darwin.
--- configure.orig 2009-03-17 14:25:36.000000000 +0000
+++ configure
@@ -11083,12 +11083,12 @@ if test -n "$LIBGLADE_CFLAGS"; then
pkg_cv_LIBGLADE_CFLAGS="$LIBGLADE_CFLAGS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" libxml-2.0 >= 2.4.10 atk >= 1.9.0 gtk+-2.0 >= 2.5.0 glib-2.0 >= 2.10.0\"") >&5
- ($PKG_CONFIG --exists --print-errors " libxml-2.0 >= 2.4.10 atk >= 1.9.0 gtk+-2.0 >= 2.5.0 glib-2.0 >= 2.10.0") 2>&5
+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" libxml-2.0 >= 2.4.10 atk >= 1.9.0 gtk+-2.0 >= 2.5.0 glib-2.0 >= 2.10.0 gmodule-2.0 >= 2.10.0\"") >&5
+ ($PKG_CONFIG --exists --print-errors " libxml-2.0 >= 2.4.10 atk >= 1.9.0 gtk+-2.0 >= 2.5.0 glib-2.0 >= 2.10.0 gmodule-2.0 >= 2.10.0") 2>&5
ac_status=$?
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; then
- pkg_cv_LIBGLADE_CFLAGS=`$PKG_CONFIG --cflags " libxml-2.0 >= 2.4.10 atk >= 1.9.0 gtk+-2.0 >= 2.5.0 glib-2.0 >= 2.10.0" 2>/dev/null`
+ pkg_cv_LIBGLADE_CFLAGS=`$PKG_CONFIG --cflags " libxml-2.0 >= 2.4.10 atk >= 1.9.0 gtk+-2.0 >= 2.5.0 glib-2.0 >= 2.10.0 gmodule-2.0 >= 2.10.0" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -11099,12 +11099,12 @@ if test -n "$LIBGLADE_LIBS"; then
pkg_cv_LIBGLADE_LIBS="$LIBGLADE_LIBS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" libxml-2.0 >= 2.4.10 atk >= 1.9.0 gtk+-2.0 >= 2.5.0 glib-2.0 >= 2.10.0\"") >&5
- ($PKG_CONFIG --exists --print-errors " libxml-2.0 >= 2.4.10 atk >= 1.9.0 gtk+-2.0 >= 2.5.0 glib-2.0 >= 2.10.0") 2>&5
+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" libxml-2.0 >= 2.4.10 atk >= 1.9.0 gtk+-2.0 >= 2.5.0 glib-2.0 >= 2.10.0 gmodule-2.0 >= 2.10.0\"") >&5
+ ($PKG_CONFIG --exists --print-errors " libxml-2.0 >= 2.4.10 atk >= 1.9.0 gtk+-2.0 >= 2.5.0 glib-2.0 >= 2.10.0 gmodule-2.0 >= 2.10.0") 2>&5
ac_status=$?
$as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
(exit $ac_status); }; then
- pkg_cv_LIBGLADE_LIBS=`$PKG_CONFIG --libs " libxml-2.0 >= 2.4.10 atk >= 1.9.0 gtk+-2.0 >= 2.5.0 glib-2.0 >= 2.10.0" 2>/dev/null`
+ pkg_cv_LIBGLADE_LIBS=`$PKG_CONFIG --libs " libxml-2.0 >= 2.4.10 atk >= 1.9.0 gtk+-2.0 >= 2.5.0 glib-2.0 >= 2.10.0 gmodule-2.0 >= 2.10.0" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -11122,14 +11122,14 @@ else
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- LIBGLADE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors " libxml-2.0 >= 2.4.10 atk >= 1.9.0 gtk+-2.0 >= 2.5.0 glib-2.0 >= 2.10.0" 2>&1`
+ LIBGLADE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors " libxml-2.0 >= 2.4.10 atk >= 1.9.0 gtk+-2.0 >= 2.5.0 glib-2.0 >= 2.10.0 gmodule-2.0 >= 2.10.0" 2>&1`
else
- LIBGLADE_PKG_ERRORS=`$PKG_CONFIG --print-errors " libxml-2.0 >= 2.4.10 atk >= 1.9.0 gtk+-2.0 >= 2.5.0 glib-2.0 >= 2.10.0" 2>&1`
+ LIBGLADE_PKG_ERRORS=`$PKG_CONFIG --print-errors " libxml-2.0 >= 2.4.10 atk >= 1.9.0 gtk+-2.0 >= 2.5.0 glib-2.0 >= 2.10.0 gmodule-2.0 >= 2.10.0" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$LIBGLADE_PKG_ERRORS" >&5
- { { $as_echo "$as_me:$LINENO: error: Package requirements ( libxml-2.0 >= 2.4.10 atk >= 1.9.0 gtk+-2.0 >= 2.5.0 glib-2.0 >= 2.10.0) were not met:
+ { { $as_echo "$as_me:$LINENO: error: Package requirements ( libxml-2.0 >= 2.4.10 atk >= 1.9.0 gtk+-2.0 >= 2.5.0 glib-2.0 >= 2.10.0 gmodule-2.0 >= 2.10.0) were not met:
$LIBGLADE_PKG_ERRORS
@@ -11140,7 +11140,7 @@ Alternatively, you may set the environme
and LIBGLADE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
" >&5
-$as_echo "$as_me: error: Package requirements ( libxml-2.0 >= 2.4.10 atk >= 1.9.0 gtk+-2.0 >= 2.5.0 glib-2.0 >= 2.10.0) were not met:
+$as_echo "$as_me: error: Package requirements ( libxml-2.0 >= 2.4.10 atk >= 1.9.0 gtk+-2.0 >= 2.5.0 glib-2.0 >= 2.10.0 gmodule-2.0 >= 2.10.0) were not met:
$LIBGLADE_PKG_ERRORS
@@ -13054,6 +13054,7 @@ $as_echo "$LINGUAS" >&6; }
+if false; then
if test -n "$PYTHON"; then
# If the user set $PYTHON, use it and don't search something else.
{ $as_echo "$as_me:$LINENO: checking whether $PYTHON version >= 2.0" >&5
@@ -13257,6 +13258,8 @@ $as_echo "no" >&6; }
have_python=false
fi
fi
+fi
+have_python=false
if $have_python; then
HAVE_PYTHON_TRUE=
HAVE_PYTHON_FALSE='#'
|