blob: 9bf98699b3860ad3b26e38fee61632a765f693af (
plain) (
blame)
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
|
--- configure.orig 2011-08-16 16:19:02.000000000 +0200
+++ configure 2011-08-16 16:19:59.000000000 +0200
@@ -13390,8 +13390,8 @@
.SECONDARY: $(gsettings_SCHEMAS)
gsettings__base_list = \
- sed "$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g" | \
- sed "$$!N;$$!N;$$!N;$$!N;s/\n/ /g"
+ sed '\''$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\'' | \
+ sed '\''$$!N;$$!N;$$!N;$$!N;s/\n/ /g'\''
install-gsettings-schemas: $(gsettings_SCHEMAS:.xml=.valid)
@$(NORMAL_INSTALL)
@@ -14771,14 +14771,14 @@
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= \$LIBNOTIFY_REQUIRED
- libnotify < 0.7\""; } >&5
+ libnotify < 0.9\""; } >&5
($PKG_CONFIG --exists --print-errors "libnotify >= $LIBNOTIFY_REQUIRED
- libnotify < 0.7") 2>&5
+ libnotify < 0.9") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
pkg_cv_LIBNOTIFY_CFLAGS=`$PKG_CONFIG --cflags "libnotify >= $LIBNOTIFY_REQUIRED
- libnotify < 0.7" 2>/dev/null`
+ libnotify < 0.9" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -14790,14 +14790,14 @@
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libnotify >= \$LIBNOTIFY_REQUIRED
- libnotify < 0.7\""; } >&5
+ libnotify < 0.9\""; } >&5
($PKG_CONFIG --exists --print-errors "libnotify >= $LIBNOTIFY_REQUIRED
- libnotify < 0.7") 2>&5
+ libnotify < 0.9") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
pkg_cv_LIBNOTIFY_LIBS=`$PKG_CONFIG --libs "libnotify >= $LIBNOTIFY_REQUIRED
- libnotify < 0.7" 2>/dev/null`
+ libnotify < 0.9" 2>/dev/null`
else
pkg_failed=yes
fi
@@ -14818,16 +14818,16 @@
fi
if test $_pkg_short_errors_supported = yes; then
LIBNOTIFY_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libnotify >= $LIBNOTIFY_REQUIRED
- libnotify < 0.7" 2>&1`
+ libnotify < 0.9" 2>&1`
else
LIBNOTIFY_PKG_ERRORS=`$PKG_CONFIG --print-errors "libnotify >= $LIBNOTIFY_REQUIRED
- libnotify < 0.7" 2>&1`
+ libnotify < 0.9" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$LIBNOTIFY_PKG_ERRORS" >&5
as_fn_error $? "Package requirements (libnotify >= $LIBNOTIFY_REQUIRED
- libnotify < 0.7) were not met:
+ libnotify < 0.9) were not met:
$LIBNOTIFY_PKG_ERRORS
@@ -15049,11 +15049,11 @@
fi
# Enable GSEAL checks if needed
-if test $USE_MAINTAINER_MODE = yes; then
+#if test $USE_MAINTAINER_MODE = yes; then
-$as_echo "#define GSEAL_ENABLE /**/" >>confdefs.h
+#$as_echo "#define GSEAL_ENABLE /**/" >>confdefs.h
-fi
+#fi
# -----------------------------------------------------------
# Enable debug
|