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
|
--- configure.orig Tue Nov 4 14:55:15 2003
+++ configure Tue Nov 4 15:10:15 2003
@@ -1580,10 +1580,10 @@
# The aliases save the names the user supplied, while $host etc.
# will get canonicalized.
-test -n "$target_alias" &&
- test "$program_prefix$program_suffix$program_transform_name" = \
- NONENONEs,x,x, &&
- program_prefix=${target_alias}-
+#test -n "$target_alias" &&
+# test "$program_prefix$program_suffix$program_transform_name" = \
+# NONENONEs,x,x, &&
+# program_prefix=${target_alias}-
# Making releases:
# LIBGTOP_MICRO_VERSION += 1;
# LIBGTOP_INTERFACE_AGE += 1;
@@ -1886,9 +1886,9 @@
# libtool versioning
LT_RELEASE=$LIBGTOP_MAJOR_VERSION.$LIBGTOP_MINOR_VERSION
-LT_CURRENT=`expr $LIBGTOP_MICRO_VERSION - $LIBGTOP_INTERFACE_AGE`
-LT_REVISION=$LIBGTOP_INTERFACE_AGE
-LT_AGE=`expr $LIBGTOP_BINARY_AGE - $LIBGTOP_INTERFACE_AGE`
+LT_CURRENT=2
+LT_REVISION=0
+LT_AGE=0
LT_VERSION_INFO='-version-info ${LT_CURRENT}:${LT_REVISION}:${LT_AGE}'
@@ -20821,7 +20821,7 @@
# this should go away soon
- need_gnome_support=yes
+ need_gnome_support=no
for ac_func in getopt_long
@@ -30052,13 +30052,13 @@
fi;
-if test "x$gnome_found" = xyes ; then
- LIBSUPPORT="$GNOME_LIBDIR -lgnomesupport"
- SUPPORTINCS="$GNOME_INCLUDEDIR"
-else
- LIBSUPPORT='$(top_builddir)/support/libgnomesupport-2.0.la'
- SUPPORTINCS='-DNEED_GNOMESUPPORT_H -I$(top_builddir)/support -I$(top_srcdir)/support'
-fi
+#if test "x$gnome_found" = xyes ; then
+# LIBSUPPORT="$GNOME_LIBDIR -lgnomesupport"
+# SUPPORTINCS="$GNOME_INCLUDEDIR"
+#else
+# LIBSUPPORT='$(top_builddir)/support/libgnomesupport-2.0.la'
+# SUPPORTINCS='-DNEED_GNOMESUPPORT_H -I$(top_builddir)/support -I$(top_srcdir)/support'
+#fi
case "$GNOME_LIBS" in
'*-lgnomesupport*' )
@@ -30160,7 +30160,7 @@
if test x$libgtop_need_server = xyes ; then
- sysdeps_suid_lib="\$(top_builddir)/sysdeps/\$(sysdeps_dir)/libgtop_sysdeps_suid-2.0.la"
+ sysdeps_suid_lib="\$(top_builddir)/sysdeps/\$(sysdeps_dir)/libgtop_sysdeps_suid-2.0.la \$(top_builddir)/sysdeps/common/libgtop_suid_common-2.0.la"
server_programs='libgtop_server2'
else
sysdeps_suid_lib=
|