~guadalinex-members/gnome-system-tools/gnome-system-tools-2.22.2

« back to all changes in this revision

Viewing changes to debian/patches/98_automake.patch

  • Committer: Juanje Ojeda Croissier
  • Date: 2009-04-06 15:47:26 UTC
  • Revision ID: jojeda@emergya.es-20090406154726-h29t5g1n1wwc4x2h
Tags: gnome-system-tools-2.22.2-0ubuntu3
Imported the g-s-t code directly from the source package gnome-system-tools-2.22.2-0ubuntu3 (jaunty)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 98_automake.dpatch by Emilio Pozuelo Monfort <pochu@ubuntu.com>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: No description.
 
6
## Update for 2.22.2 release Pedro Fragoso <ember@ubuntu.com>
 
7
 
 
8
@DPATCH@
 
9
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/aclocal.m4 gnome-system-tools-2.22.2.new/aclocal.m4
 
10
--- gnome-system-tools-2.22.2/aclocal.m4        2009-03-17 15:27:39.000000000 +0000
 
11
+++ gnome-system-tools-2.22.2.new/aclocal.m4    2009-03-17 16:19:55.000000000 +0000
 
12
@@ -19,960 +19,743 @@
 
13
 If you have problems, you may need to regenerate the build system entirely.
 
14
 To do so, use the procedure documented by the package, typically `autoreconf'.])])
 
15
 
 
16
-# Copyright (C) 2002, 2003, 2005, 2006, 2007  Free Software Foundation, Inc.
 
17
-#
 
18
-# This file is free software; the Free Software Foundation
 
19
-# gives unlimited permission to copy and/or distribute it,
 
20
-# with or without modifications, as long as this notice is preserved.
 
21
+dnl AM_GCONF_SOURCE_2
 
22
+dnl Defines GCONF_SCHEMA_CONFIG_SOURCE which is where you should install schemas
 
23
+dnl  (i.e. pass to gconftool-2
 
24
+dnl Defines GCONF_SCHEMA_FILE_DIR which is a filesystem directory where
 
25
+dnl  you should install foo.schemas files
 
26
+dnl
 
27
 
 
28
-# AM_AUTOMAKE_VERSION(VERSION)
 
29
-# ----------------------------
 
30
-# Automake X.Y traces this macro to ensure aclocal.m4 has been
 
31
-# generated from the m4 files accompanying Automake X.Y.
 
32
-# (This private macro should not be called outside this file.)
 
33
-AC_DEFUN([AM_AUTOMAKE_VERSION],
 
34
-[am__api_version='1.10'
 
35
-dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 
36
-dnl require some minimum version.  Point them to the right macro.
 
37
-m4_if([$1], [1.10.1], [],
 
38
-      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 
39
-])
 
40
+AC_DEFUN([AM_GCONF_SOURCE_2],
 
41
+[
 
42
+  if test "x$GCONF_SCHEMA_INSTALL_SOURCE" = "x"; then
 
43
+    GCONF_SCHEMA_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 
44
+  else
 
45
+    GCONF_SCHEMA_CONFIG_SOURCE=$GCONF_SCHEMA_INSTALL_SOURCE
 
46
+  fi
 
47
 
 
48
-# _AM_AUTOCONF_VERSION(VERSION)
 
49
-# -----------------------------
 
50
-# aclocal traces this macro to find the Autoconf version.
 
51
-# This is a private macro too.  Using m4_define simplifies
 
52
-# the logic in aclocal, which can simply ignore this definition.
 
53
-m4_define([_AM_AUTOCONF_VERSION], [])
 
54
+  AC_ARG_WITH([gconf-source],
 
55
+             AC_HELP_STRING([--with-gconf-source=sourceaddress],
 
56
+                            [Config database for installing schema files.]),
 
57
+             [GCONF_SCHEMA_CONFIG_SOURCE="$withval"],)
 
58
 
 
59
-# AM_SET_CURRENT_AUTOMAKE_VERSION
 
60
-# -------------------------------
 
61
-# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 
62
-# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
 
63
-AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
 
64
-[AM_AUTOMAKE_VERSION([1.10.1])dnl
 
65
-m4_ifndef([AC_AUTOCONF_VERSION],
 
66
-  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 
67
-_AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)])
 
68
-
 
69
-# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
 
70
-
 
71
-# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
72
-#
 
73
-# This file is free software; the Free Software Foundation
 
74
-# gives unlimited permission to copy and/or distribute it,
 
75
-# with or without modifications, as long as this notice is preserved.
 
76
-
 
77
-# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
 
78
-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
 
79
-# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
 
80
-#
 
81
-# Of course, Automake must honor this variable whenever it calls a
 
82
-# tool from the auxiliary directory.  The problem is that $srcdir (and
 
83
-# therefore $ac_aux_dir as well) can be either absolute or relative,
 
84
-# depending on how configure is run.  This is pretty annoying, since
 
85
-# it makes $ac_aux_dir quite unusable in subdirectories: in the top
 
86
-# source directory, any form will work fine, but in subdirectories a
 
87
-# relative path needs to be adjusted first.
 
88
-#
 
89
-# $ac_aux_dir/missing
 
90
-#    fails when called from a subdirectory if $ac_aux_dir is relative
 
91
-# $top_srcdir/$ac_aux_dir/missing
 
92
-#    fails if $ac_aux_dir is absolute,
 
93
-#    fails when called from a subdirectory in a VPATH build with
 
94
-#          a relative $ac_aux_dir
 
95
-#
 
96
-# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
 
97
-# are both prefixed by $srcdir.  In an in-source build this is usually
 
98
-# harmless because $srcdir is `.', but things will broke when you
 
99
-# start a VPATH build or use an absolute $srcdir.
 
100
-#
 
101
-# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
 
102
-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
 
103
-#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
 
104
-# and then we would define $MISSING as
 
105
-#   MISSING="\${SHELL} $am_aux_dir/missing"
 
106
-# This will work as long as MISSING is not called from configure, because
 
107
-# unfortunately $(top_srcdir) has no meaning in configure.
 
108
-# However there are other variables, like CC, which are often used in
 
109
-# configure, and could therefore not use this "fixed" $ac_aux_dir.
 
110
-#
 
111
-# Another solution, used here, is to always expand $ac_aux_dir to an
 
112
-# absolute PATH.  The drawback is that using absolute paths prevent a
 
113
-# configured tree to be moved without reconfiguration.
 
114
-
 
115
-AC_DEFUN([AM_AUX_DIR_EXPAND],
 
116
-[dnl Rely on autoconf to set up CDPATH properly.
 
117
-AC_PREREQ([2.50])dnl
 
118
-# expand $ac_aux_dir to an absolute path
 
119
-am_aux_dir=`cd $ac_aux_dir && pwd`
 
120
-])
 
121
+  AC_SUBST(GCONF_SCHEMA_CONFIG_SOURCE)
 
122
+  AC_MSG_RESULT([Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation])
 
123
 
 
124
+  if test "x$GCONF_SCHEMA_FILE_DIR" = "x"; then
 
125
+    GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas'
 
126
+  fi
 
127
 
 
128
-# Copyright (C) 1996, 1997, 1999, 2000, 2001, 2002, 2003, 2005
 
129
-# Free Software Foundation, Inc.
 
130
-#
 
131
-# This file is free software; the Free Software Foundation
 
132
-# gives unlimited permission to copy and/or distribute it,
 
133
-# with or without modifications, as long as this notice is preserved.
 
134
-
 
135
-# serial 4
 
136
-
 
137
-# This was merged into AC_PROG_CC in Autoconf.
 
138
-
 
139
-AU_DEFUN([AM_PROG_CC_STDC],
 
140
-[AC_PROG_CC
 
141
-AC_DIAGNOSE([obsolete], [$0:
 
142
-       your code should no longer depend upon `am_cv_prog_cc_stdc', but upon
 
143
-       `ac_cv_prog_cc_stdc'.  Remove this warning and the assignment when
 
144
-       you adjust the code.  You can also remove the above call to
 
145
-       AC_PROG_CC if you already called it elsewhere.])
 
146
-am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
 
147
-])
 
148
-AU_DEFUN([fp_PROG_CC_STDC])
 
149
+  AC_ARG_WITH([gconf-schema-file-dir],
 
150
+             AC_HELP_STRING([--with-gconf-schema-file-dir=dir],
 
151
+                            [Directory for installing schema files.]),
 
152
+             [GCONF_SCHEMA_FILE_DIR="$withval"],)
 
153
 
 
154
-# AM_CONDITIONAL                                            -*- Autoconf -*-
 
155
+  AC_SUBST(GCONF_SCHEMA_FILE_DIR)
 
156
+  AC_MSG_RESULT([Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files])
 
157
 
 
158
-# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006
 
159
-# Free Software Foundation, Inc.
 
160
-#
 
161
-# This file is free software; the Free Software Foundation
 
162
-# gives unlimited permission to copy and/or distribute it,
 
163
-# with or without modifications, as long as this notice is preserved.
 
164
-
 
165
-# serial 8
 
166
-
 
167
-# AM_CONDITIONAL(NAME, SHELL-CONDITION)
 
168
-# -------------------------------------
 
169
-# Define a conditional.
 
170
-AC_DEFUN([AM_CONDITIONAL],
 
171
-[AC_PREREQ(2.52)dnl
 
172
- ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
 
173
-       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
 
174
-AC_SUBST([$1_TRUE])dnl
 
175
-AC_SUBST([$1_FALSE])dnl
 
176
-_AM_SUBST_NOTMAKE([$1_TRUE])dnl
 
177
-_AM_SUBST_NOTMAKE([$1_FALSE])dnl
 
178
-if $2; then
 
179
-  $1_TRUE=
 
180
-  $1_FALSE='#'
 
181
-else
 
182
-  $1_TRUE='#'
 
183
-  $1_FALSE=
 
184
-fi
 
185
-AC_CONFIG_COMMANDS_PRE(
 
186
-[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
 
187
-  AC_MSG_ERROR([[conditional "$1" was never defined.
 
188
-Usually this means the macro was only invoked conditionally.]])
 
189
-fi])])
 
190
+  AC_ARG_ENABLE(schemas-install,
 
191
+     [  --disable-schemas-install      Disable the schemas installation],
 
192
+     [case ${enableval} in
 
193
+       yes|no) ;;
 
194
+       *) AC_MSG_ERROR(bad value ${enableval} for --enable-schemas-install) ;;
 
195
+      esac])
 
196
+  AM_CONDITIONAL([GCONF_SCHEMAS_INSTALL], [test "$enable_schemas_install" != no])
 
197
+])
 
198
 
 
199
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
 
200
-# Free Software Foundation, Inc.
 
201
+# Copyright (C) 1995-2002 Free Software Foundation, Inc.
 
202
+# Copyright (C) 2001-2003,2004 Red Hat, Inc.
 
203
 #
 
204
-# This file is free software; the Free Software Foundation
 
205
-# gives unlimited permission to copy and/or distribute it,
 
206
-# with or without modifications, as long as this notice is preserved.
 
207
-
 
208
-# serial 9
 
209
-
 
210
-# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
 
211
-# written in clear, in which case automake, when reading aclocal.m4,
 
212
-# will think it sees a *use*, and therefore will trigger all it's
 
213
-# C support machinery.  Also note that it means that autoscan, seeing
 
214
-# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
 
215
+# This file is free software, distributed under the terms of the GNU
 
216
+# General Public License.  As a special exception to the GNU General
 
217
+# Public License, this file may be distributed as part of a program
 
218
+# that contains a configuration script generated by Autoconf, under
 
219
+# the same distribution terms as the rest of that program.
 
220
+#
 
221
+# This file can be copied and used freely without restrictions.  It can
 
222
+# be used in projects which are not available under the GNU Public License
 
223
+# but which still want to provide support for the GNU gettext functionality.
 
224
+#
 
225
+# Macro to add for using GNU gettext.
 
226
+# Ulrich Drepper <drepper@cygnus.com>, 1995, 1996
 
227
+#
 
228
+# Modified to never use included libintl. 
 
229
+# Owen Taylor <otaylor@redhat.com>, 12/15/1998
 
230
+#
 
231
+# Major rework to remove unused code
 
232
+# Owen Taylor <otaylor@redhat.com>, 12/11/2002
 
233
+#
 
234
+# Added better handling of ALL_LINGUAS from GNU gettext version 
 
235
+# written by Bruno Haible, Owen Taylor <otaylor.redhat.com> 5/30/3002
 
236
+#
 
237
+# Modified to require ngettext
 
238
+# Matthias Clasen <mclasen@redhat.com> 08/06/2004
 
239
+#
 
240
+# We need this here as well, since someone might use autoconf-2.5x
 
241
+# to configure GLib then an older version to configure a package
 
242
+# using AM_GLIB_GNU_GETTEXT
 
243
+AC_PREREQ(2.53)
 
244
 
 
245
+dnl
 
246
+dnl We go to great lengths to make sure that aclocal won't 
 
247
+dnl try to pull in the installed version of these macros
 
248
+dnl when running aclocal in the glib directory.
 
249
+dnl
 
250
+m4_copy([AC_DEFUN],[glib_DEFUN])
 
251
+m4_copy([AC_REQUIRE],[glib_REQUIRE])
 
252
+dnl
 
253
+dnl At the end, if we're not within glib, we'll define the public
 
254
+dnl definitions in terms of our private definitions.
 
255
+dnl
 
256
 
 
257
-# _AM_DEPENDENCIES(NAME)
 
258
-# ----------------------
 
259
-# See how the compiler implements dependency checking.
 
260
-# NAME is "CC", "CXX", "GCJ", or "OBJC".
 
261
-# We try a few techniques and use that to set a single cache variable.
 
262
-#
 
263
-# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
 
264
-# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
 
265
-# dependency, and given that the user is not expected to run this macro,
 
266
-# just rely on AC_PROG_CC.
 
267
-AC_DEFUN([_AM_DEPENDENCIES],
 
268
-[AC_REQUIRE([AM_SET_DEPDIR])dnl
 
269
-AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
 
270
-AC_REQUIRE([AM_MAKE_INCLUDE])dnl
 
271
-AC_REQUIRE([AM_DEP_TRACK])dnl
 
272
-
 
273
-ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
 
274
-       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
 
275
-       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
 
276
-       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
 
277
-       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
 
278
-                   [depcc="$$1"   am_compiler_list=])
 
279
-
 
280
-AC_CACHE_CHECK([dependency style of $depcc],
 
281
-               [am_cv_$1_dependencies_compiler_type],
 
282
-[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
283
-  # We make a subdir and do the tests there.  Otherwise we can end up
 
284
-  # making bogus files that we don't know about and never remove.  For
 
285
-  # instance it was reported that on HP-UX the gcc test will end up
 
286
-  # making a dummy file named `D' -- because `-MD' means `put the output
 
287
-  # in D'.
 
288
-  mkdir conftest.dir
 
289
-  # Copy depcomp to subdir because otherwise we won't find it if we're
 
290
-  # using a relative directory.
 
291
-  cp "$am_depcomp" conftest.dir
 
292
-  cd conftest.dir
 
293
-  # We will build objects and dependencies in a subdirectory because
 
294
-  # it helps to detect inapplicable dependency modes.  For instance
 
295
-  # both Tru64's cc and ICC support -MD to output dependencies as a
 
296
-  # side effect of compilation, but ICC will put the dependencies in
 
297
-  # the current directory while Tru64 will put them in the object
 
298
-  # directory.
 
299
-  mkdir sub
 
300
-
 
301
-  am_cv_$1_dependencies_compiler_type=none
 
302
-  if test "$am_compiler_list" = ""; then
 
303
-     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
 
304
-  fi
 
305
-  for depmode in $am_compiler_list; do
 
306
-    # Setup a source with many dependencies, because some compilers
 
307
-    # like to wrap large dependency lists on column 80 (with \), and
 
308
-    # we should not choose a depcomp mode which is confused by this.
 
309
-    #
 
310
-    # We need to recreate these files for each test, as the compiler may
 
311
-    # overwrite some of them when testing with obscure command lines.
 
312
-    # This happens at least with the AIX C compiler.
 
313
-    : > sub/conftest.c
 
314
-    for i in 1 2 3 4 5 6; do
 
315
-      echo '#include "conftst'$i'.h"' >> sub/conftest.c
 
316
-      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
 
317
-      # Solaris 8's {/usr,}/bin/sh.
 
318
-      touch sub/conftst$i.h
 
319
-    done
 
320
-    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
 
321
+# GLIB_LC_MESSAGES
 
322
+#--------------------
 
323
+glib_DEFUN([GLIB_LC_MESSAGES],
 
324
+  [AC_CHECK_HEADERS([locale.h])
 
325
+    if test $ac_cv_header_locale_h = yes; then
 
326
+    AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES,
 
327
+      [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES],
 
328
+       am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)])
 
329
+    if test $am_cv_val_LC_MESSAGES = yes; then
 
330
+      AC_DEFINE(HAVE_LC_MESSAGES, 1,
 
331
+        [Define if your <locale.h> file defines LC_MESSAGES.])
 
332
+    fi
 
333
+  fi])
 
334
 
 
335
-    case $depmode in
 
336
-    nosideeffect)
 
337
-      # after this tag, mechanisms are not by side-effect, so they'll
 
338
-      # only be used when explicitly requested
 
339
-      if test "x$enable_dependency_tracking" = xyes; then
 
340
-       continue
 
341
-      else
 
342
+# GLIB_PATH_PROG_WITH_TEST
 
343
+#----------------------------
 
344
+dnl GLIB_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR,
 
345
+dnl   TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]])
 
346
+glib_DEFUN([GLIB_PATH_PROG_WITH_TEST],
 
347
+[# Extract the first word of "$2", so it can be a program name with args.
 
348
+set dummy $2; ac_word=[$]2
 
349
+AC_MSG_CHECKING([for $ac_word])
 
350
+AC_CACHE_VAL(ac_cv_path_$1,
 
351
+[case "[$]$1" in
 
352
+  /*)
 
353
+  ac_cv_path_$1="[$]$1" # Let the user override the test with a path.
 
354
+  ;;
 
355
+  *)
 
356
+  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
 
357
+  for ac_dir in ifelse([$5], , $PATH, [$5]); do
 
358
+    test -z "$ac_dir" && ac_dir=.
 
359
+    if test -f $ac_dir/$ac_word; then
 
360
+      if [$3]; then
 
361
+       ac_cv_path_$1="$ac_dir/$ac_word"
 
362
        break
 
363
       fi
 
364
-      ;;
 
365
-    none) break ;;
 
366
-    esac
 
367
-    # We check with `-c' and `-o' for the sake of the "dashmstdout"
 
368
-    # mode.  It turns out that the SunPro C++ compiler does not properly
 
369
-    # handle `-M -o', and we need to detect this.
 
370
-    if depmode=$depmode \
 
371
-       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
 
372
-       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
 
373
-       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
 
374
-         >/dev/null 2>conftest.err &&
 
375
-       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
 
376
-       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
 
377
-       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
 
378
-       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
 
379
-      # icc doesn't choke on unknown options, it will just issue warnings
 
380
-      # or remarks (even with -Werror).  So we grep stderr for any message
 
381
-      # that says an option was ignored or not supported.
 
382
-      # When given -MP, icc 7.0 and 7.1 complain thusly:
 
383
-      #   icc: Command line warning: ignoring option '-M'; no argument required
 
384
-      # The diagnosis changed in icc 8.0:
 
385
-      #   icc: Command line remark: option '-MP' not supported
 
386
-      if (grep 'ignoring option' conftest.err ||
 
387
-          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
 
388
-        am_cv_$1_dependencies_compiler_type=$depmode
 
389
-        break
 
390
-      fi
 
391
     fi
 
392
   done
 
393
-
 
394
-  cd ..
 
395
-  rm -rf conftest.dir
 
396
+  IFS="$ac_save_ifs"
 
397
+dnl If no 4th arg is given, leave the cache variable unset,
 
398
+dnl so AC_PATH_PROGS will keep looking.
 
399
+ifelse([$4], , , [  test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4"
 
400
+])dnl
 
401
+  ;;
 
402
+esac])dnl
 
403
+$1="$ac_cv_path_$1"
 
404
+if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then
 
405
+  AC_MSG_RESULT([$]$1)
 
406
 else
 
407
-  am_cv_$1_dependencies_compiler_type=none
 
408
+  AC_MSG_RESULT(no)
 
409
 fi
 
410
-])
 
411
-AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
 
412
-AM_CONDITIONAL([am__fastdep$1], [
 
413
-  test "x$enable_dependency_tracking" != xno \
 
414
-  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
 
415
+AC_SUBST($1)dnl
 
416
 ])
 
417
 
 
418
+# GLIB_WITH_NLS
 
419
+#-----------------
 
420
+glib_DEFUN([GLIB_WITH_NLS],
 
421
+  dnl NLS is obligatory
 
422
+  [USE_NLS=yes
 
423
+    AC_SUBST(USE_NLS)
 
424
 
 
425
-# AM_SET_DEPDIR
 
426
-# -------------
 
427
-# Choose a directory name for dependency files.
 
428
-# This macro is AC_REQUIREd in _AM_DEPENDENCIES
 
429
-AC_DEFUN([AM_SET_DEPDIR],
 
430
-[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
431
-AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
 
432
-])
 
433
+    gt_cv_have_gettext=no
 
434
 
 
435
+    CATOBJEXT=NONE
 
436
+    XGETTEXT=:
 
437
+    INTLLIBS=
 
438
 
 
439
-# AM_DEP_TRACK
 
440
-# ------------
 
441
-AC_DEFUN([AM_DEP_TRACK],
 
442
-[AC_ARG_ENABLE(dependency-tracking,
 
443
-[  --disable-dependency-tracking  speeds up one-time build
 
444
-  --enable-dependency-tracking   do not reject slow dependency extractors])
 
445
-if test "x$enable_dependency_tracking" != xno; then
 
446
-  am_depcomp="$ac_aux_dir/depcomp"
 
447
-  AMDEPBACKSLASH='\'
 
448
-fi
 
449
-AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
 
450
-AC_SUBST([AMDEPBACKSLASH])dnl
 
451
-_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
 
452
-])
 
453
+    AC_CHECK_HEADER(libintl.h,
 
454
+     [gt_cv_func_dgettext_libintl="no"
 
455
+      libintl_extra_libs=""
 
456
 
 
457
-# Generate code to set up dependency tracking.              -*- Autoconf -*-
 
458
+      #
 
459
+      # First check in libc
 
460
+      #
 
461
+      AC_CACHE_CHECK([for ngettext in libc], gt_cv_func_ngettext_libc,
 
462
+        [AC_TRY_LINK([
 
463
+#include <libintl.h>
 
464
+],
 
465
+         [return !ngettext ("","", 1)],
 
466
+         gt_cv_func_ngettext_libc=yes,
 
467
+          gt_cv_func_ngettext_libc=no)
 
468
+        ])
 
469
+  
 
470
+      if test "$gt_cv_func_ngettext_libc" = "yes" ; then
 
471
+             AC_CACHE_CHECK([for dgettext in libc], gt_cv_func_dgettext_libc,
 
472
+               [AC_TRY_LINK([
 
473
+#include <libintl.h>
 
474
+],
 
475
+                 [return !dgettext ("","")],
 
476
+                 gt_cv_func_dgettext_libc=yes,
 
477
+                 gt_cv_func_dgettext_libc=no)
 
478
+               ])
 
479
+      fi
 
480
+  
 
481
+      if test "$gt_cv_func_ngettext_libc" = "yes" ; then
 
482
+        AC_CHECK_FUNCS(bind_textdomain_codeset)
 
483
+      fi
 
484
 
 
485
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
 
486
-# Free Software Foundation, Inc.
 
487
-#
 
488
-# This file is free software; the Free Software Foundation
 
489
-# gives unlimited permission to copy and/or distribute it,
 
490
-# with or without modifications, as long as this notice is preserved.
 
491
-
 
492
-#serial 3
 
493
-
 
494
-# _AM_OUTPUT_DEPENDENCY_COMMANDS
 
495
-# ------------------------------
 
496
-AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
 
497
-[for mf in $CONFIG_FILES; do
 
498
-  # Strip MF so we end up with the name of the file.
 
499
-  mf=`echo "$mf" | sed -e 's/:.*$//'`
 
500
-  # Check whether this is an Automake generated Makefile or not.
 
501
-  # We used to match only the files named `Makefile.in', but
 
502
-  # some people rename them; so instead we look at the file content.
 
503
-  # Grep'ing the first line is not enough: some people post-process
 
504
-  # each Makefile.in and add a new line on top of each file to say so.
 
505
-  # Grep'ing the whole file is not good either: AIX grep has a line
 
506
-  # limit of 2048, but all sed's we know have understand at least 4000.
 
507
-  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
 
508
-    dirpart=`AS_DIRNAME("$mf")`
 
509
-  else
 
510
-    continue
 
511
-  fi
 
512
-  # Extract the definition of DEPDIR, am__include, and am__quote
 
513
-  # from the Makefile without running `make'.
 
514
-  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 
515
-  test -z "$DEPDIR" && continue
 
516
-  am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
517
-  test -z "am__include" && continue
 
518
-  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
 
519
-  # When using ansi2knr, U may be empty or an underscore; expand it
 
520
-  U=`sed -n 's/^U = //p' < "$mf"`
 
521
-  # Find all dependency output files, they are included files with
 
522
-  # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
523
-  # simplest approach to changing $(DEPDIR) to its actual value in the
 
524
-  # expansion.
 
525
-  for file in `sed -n "
 
526
-    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
 
527
-       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
528
-    # Make sure the directory exists.
 
529
-    test -f "$dirpart/$file" && continue
 
530
-    fdir=`AS_DIRNAME(["$file"])`
 
531
-    AS_MKDIR_P([$dirpart/$fdir])
 
532
-    # echo "creating $dirpart/$file"
 
533
-    echo '# dummy' > "$dirpart/$file"
 
534
-  done
 
535
-done
 
536
-])# _AM_OUTPUT_DEPENDENCY_COMMANDS
 
537
+      #
 
538
+      # If we don't have everything we want, check in libintl
 
539
+      #
 
540
+      if test "$gt_cv_func_dgettext_libc" != "yes" \
 
541
+        || test "$gt_cv_func_ngettext_libc" != "yes" \
 
542
+         || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then
 
543
+        
 
544
+        AC_CHECK_LIB(intl, bindtextdomain,
 
545
+           [AC_CHECK_LIB(intl, ngettext,
 
546
+                   [AC_CHECK_LIB(intl, dgettext,
 
547
+                                 gt_cv_func_dgettext_libintl=yes)])])
 
548
 
 
549
+       if test "$gt_cv_func_dgettext_libintl" != "yes" ; then
 
550
+         AC_MSG_CHECKING([if -liconv is needed to use gettext])
 
551
+         AC_MSG_RESULT([])
 
552
+         AC_CHECK_LIB(intl, ngettext,
 
553
+               [AC_CHECK_LIB(intl, dcgettext,
 
554
+                      [gt_cv_func_dgettext_libintl=yes
 
555
+                       libintl_extra_libs=-liconv],
 
556
+                       :,-liconv)],
 
557
+               :,-liconv)
 
558
+        fi
 
559
 
 
560
-# AM_OUTPUT_DEPENDENCY_COMMANDS
 
561
-# -----------------------------
 
562
-# This macro should only be invoked once -- use via AC_REQUIRE.
 
563
-#
 
564
-# This code is only required when automatic dependency tracking
 
565
-# is enabled.  FIXME.  This creates each `.P' file that we will
 
566
-# need in order to bootstrap the dependency handling code.
 
567
-AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
 
568
-[AC_CONFIG_COMMANDS([depfiles],
 
569
-     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
 
570
-     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
 
571
-])
 
572
+        #
 
573
+        # If we found libintl, then check in it for bind_textdomain_codeset();
 
574
+        # we'll prefer libc if neither have bind_textdomain_codeset(),
 
575
+        # and both have dgettext and ngettext
 
576
+        #
 
577
+        if test "$gt_cv_func_dgettext_libintl" = "yes" ; then
 
578
+          glib_save_LIBS="$LIBS"
 
579
+          LIBS="$LIBS -lintl $libintl_extra_libs"
 
580
+          unset ac_cv_func_bind_textdomain_codeset
 
581
+          AC_CHECK_FUNCS(bind_textdomain_codeset)
 
582
+          LIBS="$glib_save_LIBS"
 
583
 
 
584
-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
 
585
-# Free Software Foundation, Inc.
 
586
-#
 
587
-# This file is free software; the Free Software Foundation
 
588
-# gives unlimited permission to copy and/or distribute it,
 
589
-# with or without modifications, as long as this notice is preserved.
 
590
-
 
591
-# serial 8
 
592
-
 
593
-# AM_CONFIG_HEADER is obsolete.  It has been replaced by AC_CONFIG_HEADERS.
 
594
-AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
 
595
-
 
596
-# Do all the work for Automake.                             -*- Autoconf -*-
 
597
-
 
598
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 
599
-# 2005, 2006, 2008 Free Software Foundation, Inc.
 
600
-#
 
601
-# This file is free software; the Free Software Foundation
 
602
-# gives unlimited permission to copy and/or distribute it,
 
603
-# with or without modifications, as long as this notice is preserved.
 
604
-
 
605
-# serial 13
 
606
-
 
607
-# This macro actually does too much.  Some checks are only needed if
 
608
-# your package does certain things.  But this isn't really a big deal.
 
609
-
 
610
-# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
 
611
-# AM_INIT_AUTOMAKE([OPTIONS])
 
612
-# -----------------------------------------------
 
613
-# The call with PACKAGE and VERSION arguments is the old style
 
614
-# call (pre autoconf-2.50), which is being phased out.  PACKAGE
 
615
-# and VERSION should now be passed to AC_INIT and removed from
 
616
-# the call to AM_INIT_AUTOMAKE.
 
617
-# We support both call styles for the transition.  After
 
618
-# the next Automake release, Autoconf can make the AC_INIT
 
619
-# arguments mandatory, and then we can depend on a new Autoconf
 
620
-# release and drop the old call support.
 
621
-AC_DEFUN([AM_INIT_AUTOMAKE],
 
622
-[AC_PREREQ([2.60])dnl
 
623
-dnl Autoconf wants to disallow AM_ names.  We explicitly allow
 
624
-dnl the ones we care about.
 
625
-m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
 
626
-AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
 
627
-AC_REQUIRE([AC_PROG_INSTALL])dnl
 
628
-if test "`cd $srcdir && pwd`" != "`pwd`"; then
 
629
-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
 
630
-  # is not polluted with repeated "-I."
 
631
-  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
 
632
-  # test to see if srcdir already configured
 
633
-  if test -f $srcdir/config.status; then
 
634
-    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
 
635
-  fi
 
636
-fi
 
637
+          if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then
 
638
+            gt_cv_func_dgettext_libc=no
 
639
+          else
 
640
+            if test "$gt_cv_func_dgettext_libc" = "yes" \
 
641
+               && test "$gt_cv_func_ngettext_libc" = "yes"; then
 
642
+              gt_cv_func_dgettext_libintl=no
 
643
+            fi
 
644
+          fi
 
645
+        fi
 
646
+      fi
 
647
 
 
648
-# test whether we have cygpath
 
649
-if test -z "$CYGPATH_W"; then
 
650
-  if (cygpath --version) >/dev/null 2>/dev/null; then
 
651
-    CYGPATH_W='cygpath -w'
 
652
-  else
 
653
-    CYGPATH_W=echo
 
654
-  fi
 
655
-fi
 
656
-AC_SUBST([CYGPATH_W])
 
657
+      if test "$gt_cv_func_dgettext_libc" = "yes" \
 
658
+       || test "$gt_cv_func_dgettext_libintl" = "yes"; then
 
659
+        gt_cv_have_gettext=yes
 
660
+      fi
 
661
+  
 
662
+      if test "$gt_cv_func_dgettext_libintl" = "yes"; then
 
663
+        INTLLIBS="-lintl $libintl_extra_libs"
 
664
+      fi
 
665
+  
 
666
+      if test "$gt_cv_have_gettext" = "yes"; then
 
667
+       AC_DEFINE(HAVE_GETTEXT,1,
 
668
+         [Define if the GNU gettext() function is already present or preinstalled.])
 
669
+       GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
 
670
+         [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
 
671
+       if test "$MSGFMT" != "no"; then
 
672
+          glib_save_LIBS="$LIBS"
 
673
+          LIBS="$LIBS $INTLLIBS"
 
674
+         AC_CHECK_FUNCS(dcgettext)
 
675
+         MSGFMT_OPTS=
 
676
+         AC_MSG_CHECKING([if msgfmt accepts -c])
 
677
+         GLIB_RUN_PROG([$MSGFMT -c -o /dev/null],[
 
678
+msgid ""
 
679
+msgstr ""
 
680
+"Content-Type: text/plain; charset=UTF-8\n"
 
681
+"Project-Id-Version: test 1.0\n"
 
682
+"PO-Revision-Date: 2007-02-15 12:01+0100\n"
 
683
+"Last-Translator: test <foo@bar.xx>\n"
 
684
+"Language-Team: C <LL@li.org>\n"
 
685
+"MIME-Version: 1.0\n"
 
686
+"Content-Transfer-Encoding: 8bit\n"
 
687
+], [MSGFMT_OPTS=-c; AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])])
 
688
+         AC_SUBST(MSGFMT_OPTS)
 
689
+         AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
 
690
+         GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
 
691
+           [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
 
692
+         AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
 
693
+                        return _nl_msg_cat_cntr],
 
694
+           [CATOBJEXT=.gmo 
 
695
+             DATADIRNAME=share],
 
696
+           [case $host in
 
697
+           *-*-solaris*)
 
698
+           dnl On Solaris, if bind_textdomain_codeset is in libc,
 
699
+           dnl GNU format message catalog is always supported,
 
700
+            dnl since both are added to the libc all together.
 
701
+           dnl Hence, we'd like to go with DATADIRNAME=share and
 
702
+           dnl and CATOBJEXT=.gmo in this case.
 
703
+            AC_CHECK_FUNC(bind_textdomain_codeset,
 
704
+             [CATOBJEXT=.gmo 
 
705
+               DATADIRNAME=share],
 
706
+             [CATOBJEXT=.mo
 
707
+               DATADIRNAME=lib])
 
708
+           ;;
 
709
+           *)
 
710
+           CATOBJEXT=.mo
 
711
+            DATADIRNAME=lib
 
712
+           ;;
 
713
+           esac])
 
714
+          LIBS="$glib_save_LIBS"
 
715
+         INSTOBJEXT=.mo
 
716
+       else
 
717
+         gt_cv_have_gettext=no
 
718
+       fi
 
719
+      fi
 
720
+    ])
 
721
 
 
722
-# Define the identity of the package.
 
723
-dnl Distinguish between old-style and new-style calls.
 
724
-m4_ifval([$2],
 
725
-[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
 
726
- AC_SUBST([PACKAGE], [$1])dnl
 
727
- AC_SUBST([VERSION], [$2])],
 
728
-[_AM_SET_OPTIONS([$1])dnl
 
729
-dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
 
730
-m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
 
731
-  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
 
732
- AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
 
733
- AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
 
734
-
 
735
-_AM_IF_OPTION([no-define],,
 
736
-[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
 
737
- AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
 
738
-
 
739
-# Some tools Automake needs.
 
740
-AC_REQUIRE([AM_SANITY_CHECK])dnl
 
741
-AC_REQUIRE([AC_ARG_PROGRAM])dnl
 
742
-AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
 
743
-AM_MISSING_PROG(AUTOCONF, autoconf)
 
744
-AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
 
745
-AM_MISSING_PROG(AUTOHEADER, autoheader)
 
746
-AM_MISSING_PROG(MAKEINFO, makeinfo)
 
747
-AM_PROG_INSTALL_SH
 
748
-AM_PROG_INSTALL_STRIP
 
749
-AC_REQUIRE([AM_PROG_MKDIR_P])dnl
 
750
-# We need awk for the "check" target.  The system "awk" is bad on
 
751
-# some platforms.
 
752
-AC_REQUIRE([AC_PROG_AWK])dnl
 
753
-AC_REQUIRE([AC_PROG_MAKE_SET])dnl
 
754
-AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
755
-_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
 
756
-              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
 
757
-                            [_AM_PROG_TAR([v7])])])
 
758
-_AM_IF_OPTION([no-dependencies],,
 
759
-[AC_PROVIDE_IFELSE([AC_PROG_CC],
 
760
-                  [_AM_DEPENDENCIES(CC)],
 
761
-                  [define([AC_PROG_CC],
 
762
-                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
 
763
-AC_PROVIDE_IFELSE([AC_PROG_CXX],
 
764
-                  [_AM_DEPENDENCIES(CXX)],
 
765
-                  [define([AC_PROG_CXX],
 
766
-                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 
767
-AC_PROVIDE_IFELSE([AC_PROG_OBJC],
 
768
-                  [_AM_DEPENDENCIES(OBJC)],
 
769
-                  [define([AC_PROG_OBJC],
 
770
-                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
 
771
-])
 
772
-])
 
773
+    if test "$gt_cv_have_gettext" = "yes" ; then
 
774
+      AC_DEFINE(ENABLE_NLS, 1,
 
775
+        [always defined to indicate that i18n is enabled])
 
776
+    fi
 
777
 
 
778
+    dnl Test whether we really found GNU xgettext.
 
779
+    if test "$XGETTEXT" != ":"; then
 
780
+      dnl If it is not GNU xgettext we define it as : so that the
 
781
+      dnl Makefiles still can work.
 
782
+      if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
 
783
+        : ;
 
784
+      else
 
785
+        AC_MSG_RESULT(
 
786
+         [found xgettext program is not GNU xgettext; ignore it])
 
787
+        XGETTEXT=":"
 
788
+      fi
 
789
+    fi
 
790
 
 
791
-# When config.status generates a header, we must update the stamp-h file.
 
792
-# This file resides in the same directory as the config header
 
793
-# that is generated.  The stamp files are numbered to have different names.
 
794
-
 
795
-# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
 
796
-# loop where config.status creates the headers, so we can generate
 
797
-# our stamp files there.
 
798
-AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
 
799
-[# Compute $1's index in $config_headers.
 
800
-_am_arg=$1
 
801
-_am_stamp_count=1
 
802
-for _am_header in $config_headers :; do
 
803
-  case $_am_header in
 
804
-    $_am_arg | $_am_arg:* )
 
805
-      break ;;
 
806
-    * )
 
807
-      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
 
808
-  esac
 
809
-done
 
810
-echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
 
811
+    # We need to process the po/ directory.
 
812
+    POSUB=po
 
813
 
 
814
-# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
815
-#
 
816
-# This file is free software; the Free Software Foundation
 
817
-# gives unlimited permission to copy and/or distribute it,
 
818
-# with or without modifications, as long as this notice is preserved.
 
819
+    AC_OUTPUT_COMMANDS(
 
820
+      [case "$CONFIG_FILES" in *po/Makefile.in*)
 
821
+        sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
 
822
+      esac])
 
823
 
 
824
-# AM_PROG_INSTALL_SH
 
825
-# ------------------
 
826
-# Define $install_sh.
 
827
-AC_DEFUN([AM_PROG_INSTALL_SH],
 
828
-[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
829
-install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
 
830
-AC_SUBST(install_sh)])
 
831
-
 
832
-# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
 
833
-#
 
834
-# This file is free software; the Free Software Foundation
 
835
-# gives unlimited permission to copy and/or distribute it,
 
836
-# with or without modifications, as long as this notice is preserved.
 
837
-
 
838
-# serial 2
 
839
-
 
840
-# Check whether the underlying file-system supports filenames
 
841
-# with a leading dot.  For instance MS-DOS doesn't.
 
842
-AC_DEFUN([AM_SET_LEADING_DOT],
 
843
-[rm -rf .tst 2>/dev/null
 
844
-mkdir .tst 2>/dev/null
 
845
-if test -d .tst; then
 
846
-  am__leading_dot=.
 
847
-else
 
848
-  am__leading_dot=_
 
849
-fi
 
850
-rmdir .tst 2>/dev/null
 
851
-AC_SUBST([am__leading_dot])])
 
852
+    dnl These rules are solely for the distribution goal.  While doing this
 
853
+    dnl we only have to keep exactly one list of the available catalogs
 
854
+    dnl in configure.in.
 
855
+    for lang in $ALL_LINGUAS; do
 
856
+      GMOFILES="$GMOFILES $lang.gmo"
 
857
+      POFILES="$POFILES $lang.po"
 
858
+    done
 
859
 
 
860
-# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
 
861
-# From Jim Meyering
 
862
+    dnl Make all variables we use known to autoconf.
 
863
+    AC_SUBST(CATALOGS)
 
864
+    AC_SUBST(CATOBJEXT)
 
865
+    AC_SUBST(DATADIRNAME)
 
866
+    AC_SUBST(GMOFILES)
 
867
+    AC_SUBST(INSTOBJEXT)
 
868
+    AC_SUBST(INTLLIBS)
 
869
+    AC_SUBST(PO_IN_DATADIR_TRUE)
 
870
+    AC_SUBST(PO_IN_DATADIR_FALSE)
 
871
+    AC_SUBST(POFILES)
 
872
+    AC_SUBST(POSUB)
 
873
+  ])
 
874
 
 
875
-# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005
 
876
-# Free Software Foundation, Inc.
 
877
-#
 
878
-# This file is free software; the Free Software Foundation
 
879
-# gives unlimited permission to copy and/or distribute it,
 
880
-# with or without modifications, as long as this notice is preserved.
 
881
-
 
882
-# serial 4
 
883
-
 
884
-AC_DEFUN([AM_MAINTAINER_MODE],
 
885
-[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
 
886
-  dnl maintainer-mode is disabled by default
 
887
-  AC_ARG_ENABLE(maintainer-mode,
 
888
-[  --enable-maintainer-mode  enable make rules and dependencies not useful
 
889
-                         (and sometimes confusing) to the casual installer],
 
890
-      USE_MAINTAINER_MODE=$enableval,
 
891
-      USE_MAINTAINER_MODE=no)
 
892
-  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
 
893
-  AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
 
894
-  MAINT=$MAINTAINER_MODE_TRUE
 
895
-  AC_SUBST(MAINT)dnl
 
896
-]
 
897
-)
 
898
-
 
899
-AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
 
900
-
 
901
-# Check to see how 'make' treats includes.                 -*- Autoconf -*-
 
902
-
 
903
-# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
 
904
-#
 
905
-# This file is free software; the Free Software Foundation
 
906
-# gives unlimited permission to copy and/or distribute it,
 
907
-# with or without modifications, as long as this notice is preserved.
 
908
+# AM_GLIB_GNU_GETTEXT
 
909
+# -------------------
 
910
+# Do checks necessary for use of gettext. If a suitable implementation 
 
911
+# of gettext is found in either in libintl or in the C library,
 
912
+# it will set INTLLIBS to the libraries needed for use of gettext
 
913
+# and AC_DEFINE() HAVE_GETTEXT and ENABLE_NLS. (The shell variable
 
914
+# gt_cv_have_gettext will be set to "yes".) It will also call AC_SUBST()
 
915
+# on various variables needed by the Makefile.in.in installed by 
 
916
+# glib-gettextize.
 
917
+dnl
 
918
+glib_DEFUN([GLIB_GNU_GETTEXT],
 
919
+  [AC_REQUIRE([AC_PROG_CC])dnl
 
920
+   AC_REQUIRE([AC_HEADER_STDC])dnl
 
921
+   
 
922
+   GLIB_LC_MESSAGES
 
923
+   GLIB_WITH_NLS
 
924
 
 
925
-# serial 3
 
926
+   if test "$gt_cv_have_gettext" = "yes"; then
 
927
+     if test "x$ALL_LINGUAS" = "x"; then
 
928
+       LINGUAS=
 
929
+     else
 
930
+       AC_MSG_CHECKING(for catalogs to be installed)
 
931
+       NEW_LINGUAS=
 
932
+       for presentlang in $ALL_LINGUAS; do
 
933
+         useit=no
 
934
+         if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then
 
935
+           desiredlanguages="$LINGUAS"
 
936
+         else
 
937
+           desiredlanguages="$ALL_LINGUAS"
 
938
+         fi
 
939
+         for desiredlang in $desiredlanguages; do
 
940
+          # Use the presentlang catalog if desiredlang is
 
941
+           #   a. equal to presentlang, or
 
942
+           #   b. a variant of presentlang (because in this case,
 
943
+           #      presentlang can be used as a fallback for messages
 
944
+           #      which are not translated in the desiredlang catalog).
 
945
+           case "$desiredlang" in
 
946
+             "$presentlang"*) useit=yes;;
 
947
+           esac
 
948
+         done
 
949
+         if test $useit = yes; then
 
950
+           NEW_LINGUAS="$NEW_LINGUAS $presentlang"
 
951
+         fi
 
952
+       done
 
953
+       LINGUAS=$NEW_LINGUAS
 
954
+       AC_MSG_RESULT($LINGUAS)
 
955
+     fi
 
956
 
 
957
-# AM_MAKE_INCLUDE()
 
958
-# -----------------
 
959
-# Check to see how make treats includes.
 
960
-AC_DEFUN([AM_MAKE_INCLUDE],
 
961
-[am_make=${MAKE-make}
 
962
-cat > confinc << 'END'
 
963
-am__doit:
 
964
-       @echo done
 
965
-.PHONY: am__doit
 
966
-END
 
967
-# If we don't find an include directive, just comment out the code.
 
968
-AC_MSG_CHECKING([for style of include used by $am_make])
 
969
-am__include="#"
 
970
-am__quote=
 
971
-_am_result=none
 
972
-# First try GNU make style include.
 
973
-echo "include confinc" > confmf
 
974
-# We grep out `Entering directory' and `Leaving directory'
 
975
-# messages which can occur if `w' ends up in MAKEFLAGS.
 
976
-# In particular we don't look at `^make:' because GNU make might
 
977
-# be invoked under some other name (usually "gmake"), in which
 
978
-# case it prints its new name instead of `make'.
 
979
-if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
 
980
-   am__include=include
 
981
-   am__quote=
 
982
-   _am_result=GNU
 
983
-fi
 
984
-# Now try BSD make style include.
 
985
-if test "$am__include" = "#"; then
 
986
-   echo '.include "confinc"' > confmf
 
987
-   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
 
988
-      am__include=.include
 
989
-      am__quote="\""
 
990
-      _am_result=BSD
 
991
+     dnl Construct list of names of catalog files to be constructed.
 
992
+     if test -n "$LINGUAS"; then
 
993
+       for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
 
994
+     fi
 
995
    fi
 
996
-fi
 
997
-AC_SUBST([am__include])
 
998
-AC_SUBST([am__quote])
 
999
-AC_MSG_RESULT([$_am_result])
 
1000
-rm -f confinc confmf
 
1001
-])
 
1002
-
 
1003
-# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
 
1004
-
 
1005
-# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005
 
1006
-# Free Software Foundation, Inc.
 
1007
-#
 
1008
-# This file is free software; the Free Software Foundation
 
1009
-# gives unlimited permission to copy and/or distribute it,
 
1010
-# with or without modifications, as long as this notice is preserved.
 
1011
-
 
1012
-# serial 5
 
1013
 
 
1014
-# AM_MISSING_PROG(NAME, PROGRAM)
 
1015
-# ------------------------------
 
1016
-AC_DEFUN([AM_MISSING_PROG],
 
1017
-[AC_REQUIRE([AM_MISSING_HAS_RUN])
 
1018
-$1=${$1-"${am_missing_run}$2"}
 
1019
-AC_SUBST($1)])
 
1020
+   dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly
 
1021
+   dnl find the mkinstalldirs script in another subdir but ($top_srcdir).
 
1022
+   dnl Try to locate is.
 
1023
+   MKINSTALLDIRS=
 
1024
+   if test -n "$ac_aux_dir"; then
 
1025
+     MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
 
1026
+   fi
 
1027
+   if test -z "$MKINSTALLDIRS"; then
 
1028
+     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
 
1029
+   fi
 
1030
+   AC_SUBST(MKINSTALLDIRS)
 
1031
 
 
1032
+   dnl Generate list of files to be processed by xgettext which will
 
1033
+   dnl be included in po/Makefile.
 
1034
+   test -d po || mkdir po
 
1035
+   if test "x$srcdir" != "x."; then
 
1036
+     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
 
1037
+       posrcprefix="$srcdir/"
 
1038
+     else
 
1039
+       posrcprefix="../$srcdir/"
 
1040
+     fi
 
1041
+   else
 
1042
+     posrcprefix="../"
 
1043
+   fi
 
1044
+   rm -f po/POTFILES
 
1045
+   sed -e "/^#/d" -e "/^\$/d" -e "s,.*,        $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
 
1046
+       < $srcdir/po/POTFILES.in > po/POTFILES
 
1047
+  ])
 
1048
 
 
1049
-# AM_MISSING_HAS_RUN
 
1050
-# ------------------
 
1051
-# Define MISSING if not defined so far and test if it supports --run.
 
1052
-# If it does, set am_missing_run to use it, otherwise, to nothing.
 
1053
-AC_DEFUN([AM_MISSING_HAS_RUN],
 
1054
-[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
1055
-AC_REQUIRE_AUX_FILE([missing])dnl
 
1056
-test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
 
1057
-# Use eval to expand $SHELL
 
1058
-if eval "$MISSING --run true"; then
 
1059
-  am_missing_run="$MISSING --run "
 
1060
+# AM_GLIB_DEFINE_LOCALEDIR(VARIABLE)
 
1061
+# -------------------------------
 
1062
+# Define VARIABLE to the location where catalog files will
 
1063
+# be installed by po/Makefile.
 
1064
+glib_DEFUN([GLIB_DEFINE_LOCALEDIR],
 
1065
+[glib_REQUIRE([GLIB_GNU_GETTEXT])dnl
 
1066
+glib_save_prefix="$prefix"
 
1067
+glib_save_exec_prefix="$exec_prefix"
 
1068
+glib_save_datarootdir="$datarootdir"
 
1069
+test "x$prefix" = xNONE && prefix=$ac_default_prefix
 
1070
+test "x$exec_prefix" = xNONE && exec_prefix=$prefix
 
1071
+datarootdir=`eval echo "${datarootdir}"`
 
1072
+if test "x$CATOBJEXT" = "x.mo" ; then
 
1073
+  localedir=`eval echo "${libdir}/locale"`
 
1074
 else
 
1075
-  am_missing_run=
 
1076
-  AC_MSG_WARN([`missing' script is too old or missing])
 
1077
+  localedir=`eval echo "${datadir}/locale"`
 
1078
 fi
 
1079
+prefix="$glib_save_prefix"
 
1080
+exec_prefix="$glib_save_exec_prefix"
 
1081
+datarootdir="$glib_save_datarootdir"
 
1082
+AC_DEFINE_UNQUOTED($1, "$localedir",
 
1083
+  [Define the location where the catalogs will be installed])
 
1084
 ])
 
1085
 
 
1086
-# Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
1087
-#
 
1088
-# This file is free software; the Free Software Foundation
 
1089
-# gives unlimited permission to copy and/or distribute it,
 
1090
-# with or without modifications, as long as this notice is preserved.
 
1091
-
 
1092
-# AM_PROG_MKDIR_P
 
1093
-# ---------------
 
1094
-# Check for `mkdir -p'.
 
1095
-AC_DEFUN([AM_PROG_MKDIR_P],
 
1096
-[AC_PREREQ([2.60])dnl
 
1097
-AC_REQUIRE([AC_PROG_MKDIR_P])dnl
 
1098
-dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
 
1099
-dnl while keeping a definition of mkdir_p for backward compatibility.
 
1100
-dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
 
1101
-dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
 
1102
-dnl Makefile.ins that do not define MKDIR_P, so we do our own
 
1103
-dnl adjustment using top_builddir (which is defined more often than
 
1104
-dnl MKDIR_P).
 
1105
-AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
 
1106
-case $mkdir_p in
 
1107
-  [[\\/$]]* | ?:[[\\/]]*) ;;
 
1108
-  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
 
1109
-esac
 
1110
-])
 
1111
-
 
1112
-# Helper functions for option handling.                     -*- Autoconf -*-
 
1113
-
 
1114
-# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
 
1115
-#
 
1116
-# This file is free software; the Free Software Foundation
 
1117
-# gives unlimited permission to copy and/or distribute it,
 
1118
-# with or without modifications, as long as this notice is preserved.
 
1119
-
 
1120
-# serial 3
 
1121
-
 
1122
-# _AM_MANGLE_OPTION(NAME)
 
1123
-# -----------------------
 
1124
-AC_DEFUN([_AM_MANGLE_OPTION],
 
1125
-[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
 
1126
+dnl
 
1127
+dnl Now the definitions that aclocal will find
 
1128
+dnl
 
1129
+ifdef(glib_configure_in,[],[
 
1130
+AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)])
 
1131
+AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)])
 
1132
+])dnl
 
1133
 
 
1134
-# _AM_SET_OPTION(NAME)
 
1135
-# ------------------------------
 
1136
-# Set option NAME.  Presently that only means defining a flag for this option.
 
1137
-AC_DEFUN([_AM_SET_OPTION],
 
1138
-[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
 
1139
+# GLIB_RUN_PROG(PROGRAM, TEST-FILE, [ACTION-IF-PASS], [ACTION-IF-FAIL])
 
1140
+# 
 
1141
+# Create a temporary file with TEST-FILE as its contents and pass the
 
1142
+# file name to PROGRAM.  Perform ACTION-IF-PASS if PROGRAM exits with
 
1143
+# 0 and perform ACTION-IF-FAIL for any other exit status.
 
1144
+AC_DEFUN([GLIB_RUN_PROG],
 
1145
+[cat >conftest.foo <<_ACEOF
 
1146
+$2
 
1147
+_ACEOF
 
1148
+if AC_RUN_LOG([$1 conftest.foo]); then
 
1149
+  m4_ifval([$3], [$3], [:])
 
1150
+m4_ifvaln([$4], [else $4])dnl
 
1151
+echo "$as_me: failed input was:" >&AS_MESSAGE_LOG_FD
 
1152
+sed 's/^/| /' conftest.foo >&AS_MESSAGE_LOG_FD
 
1153
+fi])
 
1154
 
 
1155
-# _AM_SET_OPTIONS(OPTIONS)
 
1156
-# ----------------------------------
 
1157
-# OPTIONS is a space-separated list of Automake options.
 
1158
-AC_DEFUN([_AM_SET_OPTIONS],
 
1159
-[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
 
1160
 
 
1161
-# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
 
1162
-# -------------------------------------------
 
1163
-# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
 
1164
-AC_DEFUN([_AM_IF_OPTION],
 
1165
-[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
1166
+dnl Do not call GNOME_DOC_DEFINES directly.  It is split out from
 
1167
+dnl GNOME_DOC_INIT to allow gnome-doc-utils to bootstrap off itself.
 
1168
+AC_DEFUN([GNOME_DOC_DEFINES],
 
1169
+[
 
1170
+AC_ARG_WITH([help-dir],
 
1171
+  AC_HELP_STRING([--with-help-dir=DIR], [path to help docs]),,
 
1172
+  [with_help_dir='${datadir}/gnome/help'])
 
1173
+HELP_DIR="$with_help_dir"
 
1174
+AC_SUBST(HELP_DIR)
 
1175
+
 
1176
+AC_ARG_WITH([omf-dir],
 
1177
+  AC_HELP_STRING([--with-omf-dir=DIR], [path to OMF files]),,
 
1178
+  [with_omf_dir='${datadir}/omf'])
 
1179
+OMF_DIR="$with_omf_dir"
 
1180
+AC_SUBST(OMF_DIR)
 
1181
+
 
1182
+AC_ARG_WITH([help-formats],
 
1183
+  AC_HELP_STRING([--with-help-formats=FORMATS], [list of formats]),,
 
1184
+  [with_help_formats=''])
 
1185
+DOC_USER_FORMATS="$with_help_formats"
 
1186
+AC_SUBST(DOC_USER_FORMATS)
 
1187
+
 
1188
+AC_ARG_ENABLE([scrollkeeper],
 
1189
+       [AC_HELP_STRING([--disable-scrollkeeper],
 
1190
+                       [do not make updates to the scrollkeeper database])],,
 
1191
+       enable_scrollkeeper=yes)
 
1192
+AM_CONDITIONAL([ENABLE_SK],[test "$gdu_cv_have_gdu" = "yes" -a "$enable_scrollkeeper" = "yes"])
 
1193
 
 
1194
-# Check to make sure that the build environment is sane.    -*- Autoconf -*-
 
1195
+AM_CONDITIONAL([HAVE_GNOME_DOC_UTILS],[test "$gdu_cv_have_gdu" = "yes"])
 
1196
+])
 
1197
 
 
1198
-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
 
1199
-# Free Software Foundation, Inc.
 
1200
+# GNOME_DOC_INIT ([MINIMUM-VERSION],[ACTION-IF-FOUND],[ACTION-IF-NOT-FOUND])
 
1201
 #
 
1202
-# This file is free software; the Free Software Foundation
 
1203
-# gives unlimited permission to copy and/or distribute it,
 
1204
-# with or without modifications, as long as this notice is preserved.
 
1205
-
 
1206
-# serial 4
 
1207
+AC_DEFUN([GNOME_DOC_INIT],
 
1208
+[
 
1209
+ifelse([$1],,[gdu_cv_version_required=0.3.2],[gdu_cv_version_required=$1])
 
1210
 
 
1211
-# AM_SANITY_CHECK
 
1212
-# ---------------
 
1213
-AC_DEFUN([AM_SANITY_CHECK],
 
1214
-[AC_MSG_CHECKING([whether build environment is sane])
 
1215
-# Just in case
 
1216
-sleep 1
 
1217
-echo timestamp > conftest.file
 
1218
-# Do `set' in a subshell so we don't clobber the current shell's
 
1219
-# arguments.  Must try -L first in case configure is actually a
 
1220
-# symlink; some systems play weird games with the mod time of symlinks
 
1221
-# (eg FreeBSD returns the mod time of the symlink's containing
 
1222
-# directory).
 
1223
-if (
 
1224
-   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
 
1225
-   if test "$[*]" = "X"; then
 
1226
-      # -L didn't work.
 
1227
-      set X `ls -t $srcdir/configure conftest.file`
 
1228
-   fi
 
1229
-   rm -f conftest.file
 
1230
-   if test "$[*]" != "X $srcdir/configure conftest.file" \
 
1231
-      && test "$[*]" != "X conftest.file $srcdir/configure"; then
 
1232
-
 
1233
-      # If neither matched, then we have a broken ls.  This can happen
 
1234
-      # if, for instance, CONFIG_SHELL is bash and it inherits a
 
1235
-      # broken ls alias from the environment.  This has actually
 
1236
-      # happened.  Such a system could not be considered "sane".
 
1237
-      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
 
1238
-alias in your environment])
 
1239
-   fi
 
1240
+PKG_CHECK_EXISTS([gnome-doc-utils >= $gdu_cv_version_required],
 
1241
+       [gdu_cv_have_gdu=yes],[gdu_cv_have_gdu=no])
 
1242
 
 
1243
-   test "$[2]" = conftest.file
 
1244
-   )
 
1245
-then
 
1246
-   # Ok.
 
1247
-   :
 
1248
+if test "$gdu_cv_have_gdu" = "yes"; then
 
1249
+       ifelse([$2],,[:],[$2])
 
1250
 else
 
1251
-   AC_MSG_ERROR([newly created file is older than distributed files!
 
1252
-Check your system clock])
 
1253
+       ifelse([$3],,[AC_MSG_ERROR([gnome-doc-utils >= $gdu_cv_version_required not found])],[$3])
 
1254
 fi
 
1255
-AC_MSG_RESULT(yes)])
 
1256
 
 
1257
-# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
1258
-#
 
1259
-# This file is free software; the Free Software Foundation
 
1260
-# gives unlimited permission to copy and/or distribute it,
 
1261
-# with or without modifications, as long as this notice is preserved.
 
1262
+GNOME_DOC_DEFINES
 
1263
+])
 
1264
 
 
1265
-# AM_PROG_INSTALL_STRIP
 
1266
-# ---------------------
 
1267
-# One issue with vendor `install' (even GNU) is that you can't
 
1268
-# specify the program used to strip binaries.  This is especially
 
1269
-# annoying in cross-compiling environments, where the build's strip
 
1270
-# is unlikely to handle the host's binaries.
 
1271
-# Fortunately install-sh will honor a STRIPPROG variable, so we
 
1272
-# always use install-sh in `make install-strip', and initialize
 
1273
-# STRIPPROG with the value of the STRIP variable (set by the user).
 
1274
-AC_DEFUN([AM_PROG_INSTALL_STRIP],
 
1275
-[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
 
1276
-# Installed binaries are usually stripped using `strip' when the user
 
1277
-# run `make install-strip'.  However `strip' might not be the right
 
1278
-# tool to use in cross-compilation environments, therefore Automake
 
1279
-# will honor the `STRIP' environment variable to overrule this program.
 
1280
-dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
 
1281
-if test "$cross_compiling" != no; then
 
1282
-  AC_CHECK_TOOL([STRIP], [strip], :)
 
1283
-fi
 
1284
-INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 
1285
-AC_SUBST([INSTALL_STRIP_PROGRAM])])
 
1286
-
 
1287
-# Copyright (C) 2006  Free Software Foundation, Inc.
 
1288
-#
 
1289
-# This file is free software; the Free Software Foundation
 
1290
-# gives unlimited permission to copy and/or distribute it,
 
1291
-# with or without modifications, as long as this notice is preserved.
 
1292
 
 
1293
-# _AM_SUBST_NOTMAKE(VARIABLE)
 
1294
-# ---------------------------
 
1295
-# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
 
1296
-# This macro is traced by Automake.
 
1297
-AC_DEFUN([_AM_SUBST_NOTMAKE])
 
1298
+dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml])
 
1299
+# serial 36 IT_PROG_INTLTOOL
 
1300
+AC_DEFUN([IT_PROG_INTLTOOL],
 
1301
+[AC_PREREQ([2.50])dnl
 
1302
+
 
1303
+case "$am__api_version" in
 
1304
+    1.[01234])
 
1305
+       AC_MSG_ERROR([Automake 1.5 or newer is required to use intltool])
 
1306
+    ;;
 
1307
+    *)
 
1308
+    ;;
 
1309
+esac
 
1310
 
 
1311
-# Check how to create a tarball.                            -*- Autoconf -*-
 
1312
+if test -n "$1"; then
 
1313
+    AC_MSG_CHECKING([for intltool >= $1])
 
1314
 
 
1315
-# Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
1316
-#
 
1317
-# This file is free software; the Free Software Foundation
 
1318
-# gives unlimited permission to copy and/or distribute it,
 
1319
-# with or without modifications, as long as this notice is preserved.
 
1320
+    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo $1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
 
1321
+    INTLTOOL_APPLIED_VERSION=`awk -F\" '/\\$VERSION / { print $ 2; }' ${ac_aux_dir}/intltool-update.in`
 
1322
+    [INTLTOOL_APPLIED_VERSION_AS_INT=`awk -F\" '/\\$VERSION / { split($ 2, VERSION, "."); print VERSION[1] * 1000 + VERSION[2] * 100 + VERSION[3];}' ${ac_aux_dir}/intltool-update.in`
 
1323
+    ]
 
1324
+    AC_MSG_RESULT([$INTLTOOL_APPLIED_VERSION found])
 
1325
+    test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
 
1326
+       AC_MSG_ERROR([Your intltool is too old.  You need intltool $1 or later.])
 
1327
+fi
 
1328
+
 
1329
+  INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
 
1330
+INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
 
1331
+     INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
 
1332
+     INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
 
1333
+      INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< [$]@'
 
1334
+     INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
 
1335
+   INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
 
1336
+    INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
 
1337
+INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
 
1338
+       INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
 
1339
+      INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
 
1340
+      INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< [$]@' 
 
1341
+      INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
 
1342
+      INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
 
1343
+    INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
 
1344
+  INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
 
1345
+    INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' 
 
1346
+    INTLTOOL_SERVICE_RULE='%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
 
1347
+   INTLTOOL_POLICY_RULE='%.policy:    %.policy.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@'
 
1348
+
 
1349
+AC_SUBST(INTLTOOL_DESKTOP_RULE)
 
1350
+AC_SUBST(INTLTOOL_DIRECTORY_RULE)
 
1351
+AC_SUBST(INTLTOOL_KEYS_RULE)
 
1352
+AC_SUBST(INTLTOOL_PROP_RULE)
 
1353
+AC_SUBST(INTLTOOL_OAF_RULE)
 
1354
+AC_SUBST(INTLTOOL_PONG_RULE)
 
1355
+AC_SUBST(INTLTOOL_SERVER_RULE)
 
1356
+AC_SUBST(INTLTOOL_SHEET_RULE)
 
1357
+AC_SUBST(INTLTOOL_SOUNDLIST_RULE)
 
1358
+AC_SUBST(INTLTOOL_UI_RULE)
 
1359
+AC_SUBST(INTLTOOL_XAM_RULE)
 
1360
+AC_SUBST(INTLTOOL_KBD_RULE)
 
1361
+AC_SUBST(INTLTOOL_XML_RULE)
 
1362
+AC_SUBST(INTLTOOL_XML_NOMERGE_RULE)
 
1363
+AC_SUBST(INTLTOOL_CAVES_RULE)
 
1364
+AC_SUBST(INTLTOOL_SCHEMAS_RULE)
 
1365
+AC_SUBST(INTLTOOL_THEME_RULE)
 
1366
+AC_SUBST(INTLTOOL_SERVICE_RULE)
 
1367
+AC_SUBST(INTLTOOL_POLICY_RULE)
 
1368
+
 
1369
+# Check the gettext tools to make sure they are GNU
 
1370
+AC_PATH_PROG(XGETTEXT, xgettext)
 
1371
+AC_PATH_PROG(MSGMERGE, msgmerge)
 
1372
+AC_PATH_PROG(MSGFMT, msgfmt)
 
1373
+if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
 
1374
+    AC_MSG_ERROR([GNU gettext tools not found; required for intltool])
 
1375
+fi
 
1376
+xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
 
1377
+mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
 
1378
+mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
 
1379
+if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
 
1380
+    AC_MSG_ERROR([GNU gettext tools not found; required for intltool])
 
1381
+fi
 
1382
+
 
1383
+# Use the tools built into the package, not the ones that are installed.
 
1384
+AC_SUBST(INTLTOOL_EXTRACT, '$(top_builddir)/intltool-extract')
 
1385
+AC_SUBST(INTLTOOL_MERGE, '$(top_builddir)/intltool-merge')
 
1386
+AC_SUBST(INTLTOOL_UPDATE, '$(top_builddir)/intltool-update')
 
1387
+
 
1388
+AC_PATH_PROG(INTLTOOL_PERL, perl)
 
1389
+if test -z "$INTLTOOL_PERL"; then
 
1390
+   AC_MSG_ERROR([perl not found; required for intltool])
 
1391
+fi
 
1392
+if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then
 
1393
+   AC_MSG_ERROR([perl 5.x required for intltool])
 
1394
+fi
 
1395
+if test "x$2" != "xno-xml"; then
 
1396
+   AC_MSG_CHECKING([for XML::Parser])
 
1397
+   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
 
1398
+       AC_MSG_RESULT([ok])
 
1399
+   else
 
1400
+       AC_MSG_ERROR([XML::Parser perl module is required for intltool])
 
1401
+   fi
 
1402
+fi
 
1403
 
 
1404
-# serial 2
 
1405
+# Substitute ALL_LINGUAS so we can use it in po/Makefile
 
1406
+AC_SUBST(ALL_LINGUAS)
 
1407
 
 
1408
-# _AM_PROG_TAR(FORMAT)
 
1409
-# --------------------
 
1410
-# Check how to create a tarball in format FORMAT.
 
1411
-# FORMAT should be one of `v7', `ustar', or `pax'.
 
1412
-#
 
1413
-# Substitute a variable $(am__tar) that is a command
 
1414
-# writing to stdout a FORMAT-tarball containing the directory
 
1415
-# $tardir.
 
1416
-#     tardir=directory && $(am__tar) > result.tar
 
1417
-#
 
1418
-# Substitute a variable $(am__untar) that extract such
 
1419
-# a tarball read from stdin.
 
1420
-#     $(am__untar) < result.tar
 
1421
-AC_DEFUN([_AM_PROG_TAR],
 
1422
-[# Always define AMTAR for backward compatibility.
 
1423
-AM_MISSING_PROG([AMTAR], [tar])
 
1424
-m4_if([$1], [v7],
 
1425
-     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
 
1426
-     [m4_case([$1], [ustar],, [pax],,
 
1427
-              [m4_fatal([Unknown tar format])])
 
1428
-AC_MSG_CHECKING([how to create a $1 tar archive])
 
1429
-# Loop over all known methods to create a tar archive until one works.
 
1430
-_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
 
1431
-_am_tools=${am_cv_prog_tar_$1-$_am_tools}
 
1432
-# Do not fold the above two line into one, because Tru64 sh and
 
1433
-# Solaris sh will not grok spaces in the rhs of `-'.
 
1434
-for _am_tool in $_am_tools
 
1435
-do
 
1436
-  case $_am_tool in
 
1437
-  gnutar)
 
1438
-    for _am_tar in tar gnutar gtar;
 
1439
-    do
 
1440
-      AM_RUN_LOG([$_am_tar --version]) && break
 
1441
-    done
 
1442
-    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
 
1443
-    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
 
1444
-    am__untar="$_am_tar -xf -"
 
1445
-    ;;
 
1446
-  plaintar)
 
1447
-    # Must skip GNU tar: if it does not support --format= it doesn't create
 
1448
-    # ustar tarball either.
 
1449
-    (tar --version) >/dev/null 2>&1 && continue
 
1450
-    am__tar='tar chf - "$$tardir"'
 
1451
-    am__tar_='tar chf - "$tardir"'
 
1452
-    am__untar='tar xf -'
 
1453
-    ;;
 
1454
-  pax)
 
1455
-    am__tar='pax -L -x $1 -w "$$tardir"'
 
1456
-    am__tar_='pax -L -x $1 -w "$tardir"'
 
1457
-    am__untar='pax -r'
 
1458
-    ;;
 
1459
-  cpio)
 
1460
-    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
 
1461
-    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
 
1462
-    am__untar='cpio -i -H $1 -d'
 
1463
-    ;;
 
1464
-  none)
 
1465
-    am__tar=false
 
1466
-    am__tar_=false
 
1467
-    am__untar=false
 
1468
+# Set DATADIRNAME correctly if it is not set yet
 
1469
+# (copied from glib-gettext.m4)
 
1470
+if test -z "$DATADIRNAME"; then
 
1471
+  AC_LINK_IFELSE(
 
1472
+    [AC_LANG_PROGRAM([[]],
 
1473
+                     [[extern int _nl_msg_cat_cntr;
 
1474
+                       return _nl_msg_cat_cntr]])],
 
1475
+    [DATADIRNAME=share],
 
1476
+    [case $host in
 
1477
+    *-*-solaris*)
 
1478
+    dnl On Solaris, if bind_textdomain_codeset is in libc,
 
1479
+    dnl GNU format message catalog is always supported,
 
1480
+    dnl since both are added to the libc all together.
 
1481
+    dnl Hence, we'd like to go with DATADIRNAME=share
 
1482
+    dnl in this case.
 
1483
+    AC_CHECK_FUNC(bind_textdomain_codeset,
 
1484
+      [DATADIRNAME=share], [DATADIRNAME=lib])
 
1485
     ;;
 
1486
-  esac
 
1487
-
 
1488
-  # If the value was cached, stop now.  We just wanted to have am__tar
 
1489
-  # and am__untar set.
 
1490
-  test -n "${am_cv_prog_tar_$1}" && break
 
1491
-
 
1492
-  # tar/untar a dummy directory, and stop if the command works
 
1493
-  rm -rf conftest.dir
 
1494
-  mkdir conftest.dir
 
1495
-  echo GrepMe > conftest.dir/file
 
1496
-  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
 
1497
-  rm -rf conftest.dir
 
1498
-  if test -s conftest.tar; then
 
1499
-    AM_RUN_LOG([$am__untar <conftest.tar])
 
1500
-    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
 
1501
-  fi
 
1502
-done
 
1503
-rm -rf conftest.dir
 
1504
+    *)
 
1505
+    [DATADIRNAME=lib]
 
1506
+    ;;
 
1507
+    esac])
 
1508
+fi
 
1509
+AC_SUBST(DATADIRNAME)
 
1510
 
 
1511
-AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
 
1512
-AC_MSG_RESULT([$am_cv_prog_tar_$1])])
 
1513
-AC_SUBST([am__tar])
 
1514
-AC_SUBST([am__untar])
 
1515
-]) # _AM_PROG_TAR
 
1516
+IT_PO_SUBDIR([po])
 
1517
 
 
1518
-dnl AM_GCONF_SOURCE_2
 
1519
-dnl Defines GCONF_SCHEMA_CONFIG_SOURCE which is where you should install schemas
 
1520
-dnl  (i.e. pass to gconftool-2
 
1521
-dnl Defines GCONF_SCHEMA_FILE_DIR which is a filesystem directory where
 
1522
-dnl  you should install foo.schemas files
 
1523
+dnl The following is very similar to
 
1524
+dnl
 
1525
+dnl    AC_CONFIG_FILES([intltool-extract intltool-merge intltool-update])
 
1526
 dnl
 
1527
+dnl with the following slight differences:
 
1528
+dnl  - the *.in files are in ac_aux_dir,
 
1529
+dnl  - if the file haven't changed upon reconfigure, it's not touched,
 
1530
+dnl  - the evaluation of the third parameter enables a hack which computes
 
1531
+dnl    the actual value of $libdir,
 
1532
+dnl  - the user sees "executing intltool commands", instead of
 
1533
+dnl    "creating intltool-extract" and such.
 
1534
+dnl
 
1535
+dnl Nothing crucial here, and we could use AC_CONFIG_FILES, if there were
 
1536
+dnl a reason for it.
 
1537
 
 
1538
-AC_DEFUN([AM_GCONF_SOURCE_2],
 
1539
-[
 
1540
-  if test "x$GCONF_SCHEMA_INSTALL_SOURCE" = "x"; then
 
1541
-    GCONF_SCHEMA_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 
1542
+AC_CONFIG_COMMANDS([intltool], [
 
1543
+
 
1544
+for file in intltool-extract intltool-merge intltool-update; do
 
1545
+  sed -e "s|@INTLTOOL_EXTRACT@|`pwd`/intltool-extract|g" \
 
1546
+      -e "s|@INTLTOOL_LIBDIR@|${INTLTOOL_LIBDIR}|g" \
 
1547
+      -e "s|@INTLTOOL_PERL@|${INTLTOOL_PERL}|g" \
 
1548
+       < ${ac_aux_dir}/${file}.in > ${file}.out
 
1549
+  if cmp -s ${file} ${file}.out 2>/dev/null; then
 
1550
+    rm -f ${file}.out
 
1551
   else
 
1552
-    GCONF_SCHEMA_CONFIG_SOURCE=$GCONF_SCHEMA_INSTALL_SOURCE
 
1553
+    mv -f ${file}.out ${file}
 
1554
   fi
 
1555
+  chmod ugo+x ${file}
 
1556
+  chmod u+w ${file}
 
1557
+done
 
1558
 
 
1559
-  AC_ARG_WITH([gconf-source],
 
1560
-             AC_HELP_STRING([--with-gconf-source=sourceaddress],
 
1561
-                            [Config database for installing schema files.]),
 
1562
-             [GCONF_SCHEMA_CONFIG_SOURCE="$withval"],)
 
1563
+],
 
1564
+[INTLTOOL_PERL='${INTLTOOL_PERL}' ac_aux_dir='${ac_aux_dir}'
 
1565
+prefix="$prefix" exec_prefix="$exec_prefix" INTLTOOL_LIBDIR="$libdir" 
 
1566
+INTLTOOL_EXTRACT='${INTLTOOL_EXTRACT}'])
 
1567
 
 
1568
-  AC_SUBST(GCONF_SCHEMA_CONFIG_SOURCE)
 
1569
-  AC_MSG_RESULT([Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation])
 
1570
+])
 
1571
 
 
1572
-  if test "x$GCONF_SCHEMA_FILE_DIR" = "x"; then
 
1573
-    GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas'
 
1574
-  fi
 
1575
 
 
1576
-  AC_ARG_WITH([gconf-schema-file-dir],
 
1577
-             AC_HELP_STRING([--with-gconf-schema-file-dir=dir],
 
1578
-                            [Directory for installing schema files.]),
 
1579
-             [GCONF_SCHEMA_FILE_DIR="$withval"],)
 
1580
+# IT_PO_SUBDIR(DIRNAME)
 
1581
+# ---------------------
 
1582
+# All po subdirs have to be declared with this macro; the subdir "po" is
 
1583
+# declared by IT_PROG_INTLTOOL.
 
1584
+#
 
1585
+AC_DEFUN([IT_PO_SUBDIR],
 
1586
+[AC_PREREQ([2.53])dnl We use ac_top_srcdir inside AC_CONFIG_COMMANDS.
 
1587
+dnl
 
1588
+dnl The following CONFIG_COMMANDS should be exetuted at the very end
 
1589
+dnl of config.status.
 
1590
+AC_CONFIG_COMMANDS_PRE([
 
1591
+  AC_CONFIG_COMMANDS([$1/stamp-it], [
 
1592
+    rm -f "$1/stamp-it" "$1/stamp-it.tmp" "$1/POTFILES" "$1/Makefile.tmp"
 
1593
+    >"$1/stamp-it.tmp"
 
1594
+    [sed '/^#/d
 
1595
+        s/^[[].*] *//
 
1596
+        /^[    ]*$/d
 
1597
+       '"s|^|  $ac_top_srcdir/|" \
 
1598
+      "$srcdir/$1/POTFILES.in" | sed '$!s/$/ \\/' >"$1/POTFILES"
 
1599
+    ]
 
1600
+    if test ! -f "$1/Makefile"; then
 
1601
+      AC_MSG_ERROR([$1/Makefile is not ready.])
 
1602
+    fi
 
1603
+    mv "$1/Makefile" "$1/Makefile.tmp"
 
1604
+    [sed '/^POTFILES =/,/[^\\]$/ {
 
1605
+               /^POTFILES =/!d
 
1606
+               r $1/POTFILES
 
1607
+         }
 
1608
+        ' "$1/Makefile.tmp" >"$1/Makefile"]
 
1609
+    rm -f "$1/Makefile.tmp"
 
1610
+    mv "$1/stamp-it.tmp" "$1/stamp-it"
 
1611
+  ])
 
1612
+])dnl
 
1613
+])
 
1614
 
 
1615
-  AC_SUBST(GCONF_SCHEMA_FILE_DIR)
 
1616
-  AC_MSG_RESULT([Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files])
 
1617
 
 
1618
-  AC_ARG_ENABLE(schemas-install,
 
1619
-     [  --disable-schemas-install      Disable the schemas installation],
 
1620
-     [case ${enableval} in
 
1621
-       yes|no) ;;
 
1622
-       *) AC_MSG_ERROR(bad value ${enableval} for --enable-schemas-install) ;;
 
1623
-      esac])
 
1624
-  AM_CONDITIONAL([GCONF_SCHEMAS_INSTALL], [test "$enable_schemas_install" != no])
 
1625
-])
 
1626
+# deprecated macros
 
1627
+AU_ALIAS([AC_PROG_INTLTOOL], [IT_PROG_INTLTOOL])
 
1628
+# A hint is needed for aclocal from Automake <= 1.9.4:
 
1629
+# AC_DEFUN([AC_PROG_INTLTOOL], ...)
 
1630
+
 
1631
 
 
1632
 # Copyright (C) 1995-2002 Free Software Foundation, Inc.
 
1633
 # Copyright (C) 2001-2003,2004 Red Hat, Inc.
 
1634
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/aclocal.m4.rej gnome-system-tools-2.22.2.new/aclocal.m4.rej
 
1635
--- gnome-system-tools-2.22.2/aclocal.m4.rej    1970-01-01 01:00:00.000000000 +0100
 
1636
+++ gnome-system-tools-2.22.2.new/aclocal.m4.rej        2009-03-17 16:19:55.000000000 +0000
 
1637
@@ -0,0 +1,4031 @@
 
1638
+***************
 
1639
+*** 6649,8206 ****
 
1640
+         *)
 
1641
+           ;;
 
1642
+       esac
 
1643
+-      ;;
 
1644
+-       tandem*)
 
1645
+-      case $cc_basename in
 
1646
+-        NCC*)
 
1647
+-          # NonStop-UX NCC 3.20
 
1648
+-          _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
1649
+-          ;;
 
1650
+-        *)
 
1651
+-          ;;
 
1652
+       esac
 
1653
+-      ;;
 
1654
+-       sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
 
1655
+-      case $cc_basename in
 
1656
+-        CC*)
 
1657
+-          _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
1658
+-          _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
1659
+-          _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
1660
+-          ;;
 
1661
+       esac
 
1662
+-      ;;
 
1663
+-       vxworks*)
 
1664
+-      ;;
 
1665
+-       *)
 
1666
+-      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
 
1667
+-      ;;
 
1668
+-     esac
 
1669
+-   fi
 
1670
+- ],
 
1671
+- [
 
1672
+-   if test "$GCC" = yes; then
 
1673
+-     _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
1674
+-     _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
1675
+  
 
1676
+-     case $host_os in
 
1677
+-       aix*)
 
1678
+-       # All AIX code is PIC.
 
1679
+-       if test "$host_cpu" = ia64; then
 
1680
+-      # AIX 5 now supports IA64 processor
 
1681
+-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
1682
+        fi
 
1683
+        ;;
 
1684
+  
 
1685
+-     amigaos*)
 
1686
+-       # FIXME: we need at least 68020 code to build shared libraries, but
 
1687
+-       # adding the `-m68020' flag to GCC prevents building anything better,
 
1688
+-       # like `-m68040'.
 
1689
+-       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
 
1690
+        ;;
 
1691
+  
 
1692
+-     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
1693
+-       # PIC is the default for these OSes.
 
1694
+        ;;
 
1695
+  
 
1696
+-     mingw* | cygwin* | pw32* | os2*)
 
1697
+-       # This hack is so that the source file can tell whether it is being
 
1698
+-       # built for inclusion in a dll (and should export symbols for example).
 
1699
+-       # Although the cygwin gcc ignores -fPIC, still need this for old-style
 
1700
+-       # (--disable-auto-import) libraries
 
1701
+-       m4_if([$1], [GCJ], [],
 
1702
+-      [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
 
1703
+        ;;
 
1704
+  
 
1705
+-     darwin* | rhapsody*)
 
1706
+-       # PIC is the default on this platform
 
1707
+-       # Common symbols not allowed in MH_DYLIB files
 
1708
+-       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
 
1709
+        ;;
 
1710
+  
 
1711
+-     interix[[3-9]]*)
 
1712
+-       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
 
1713
+-       # Instead, we relocate shared libraries at runtime.
 
1714
+        ;;
 
1715
+  
 
1716
+-     msdosdjgpp*)
 
1717
+-       # Just because we use GCC doesn't mean we suddenly get shared libraries
 
1718
+-       # on systems that don't support them.
 
1719
+-       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
 
1720
+-       enable_shared=no
 
1721
+        ;;
 
1722
+  
 
1723
+      sysv4*MP*)
 
1724
+        if test -d /usr/nec; then
 
1725
+-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
 
1726
+        fi
 
1727
+        ;;
 
1728
+  
 
1729
+-     hpux*)
 
1730
+-       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
1731
+-       # not for PA HP-UX.
 
1732
+-       case $host_cpu in
 
1733
+-       hppa*64*|ia64*)
 
1734
+-      # +Z the default
 
1735
+-      ;;
 
1736
+-       *)
 
1737
+-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
1738
+-      ;;
 
1739
+-       esac
 
1740
+-       ;;
 
1741
+  
 
1742
+-     *)
 
1743
+-       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
1744
+-       ;;
 
1745
+-     esac
 
1746
+-   else
 
1747
+-     # PORTME Check for flag to pass linker flags through the system compiler.
 
1748
+-     case $host_os in
 
1749
+-     aix*)
 
1750
+-       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
1751
+-       if test "$host_cpu" = ia64; then
 
1752
+-      # AIX 5 now supports IA64 processor
 
1753
+-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
1754
+        else
 
1755
+-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
 
1756
+        fi
 
1757
+        ;;
 
1758
+-       darwin*)
 
1759
+-         # PIC is the default on this platform
 
1760
+-         # Common symbols not allowed in MH_DYLIB files
 
1761
+-        case $cc_basename in
 
1762
+-          xlc*)
 
1763
+-          _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
 
1764
+-          _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
1765
+-          ;;
 
1766
+-        esac
 
1767
+-        ;;
 
1768
+  
 
1769
+-     mingw* | cygwin* | pw32* | os2*)
 
1770
+-       # This hack is so that the source file can tell whether it is being
 
1771
+-       # built for inclusion in a dll (and should export symbols for example).
 
1772
+-       m4_if([$1], [GCJ], [],
 
1773
+-      [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
 
1774
+        ;;
 
1775
+  
 
1776
+-     hpux9* | hpux10* | hpux11*)
 
1777
+-       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
1778
+-       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
1779
+-       # not for PA HP-UX.
 
1780
+-       case $host_cpu in
 
1781
+-       hppa*64*|ia64*)
 
1782
+-      # +Z the default
 
1783
+-      ;;
 
1784
+-       *)
 
1785
+-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
 
1786
+-      ;;
 
1787
+-       esac
 
1788
+-       # Is there a better lt_prog_compiler_static that works with the bundled CC?
 
1789
+-       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
 
1790
+        ;;
 
1791
+  
 
1792
+-     irix5* | irix6* | nonstopux*)
 
1793
+-       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
1794
+-       # PIC (with -KPIC) is the default.
 
1795
+-       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
1796
+        ;;
 
1797
+  
 
1798
+-     newsos6)
 
1799
+-       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
1800
+-       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
1801
+        ;;
 
1802
+  
 
1803
+-     linux* | k*bsd*-gnu)
 
1804
+-       case $cc_basename in
 
1805
+-       icc* | ecc*)
 
1806
+-      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
1807
+-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
1808
+-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
1809
+-         ;;
 
1810
+-       pgcc* | pgf77* | pgf90* | pgf95*)
 
1811
+-         # Portland Group compilers (*not* the Pentium gcc compiler,
 
1812
+-      # which looks to be a dead project)
 
1813
+-      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
1814
+-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
 
1815
+-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
1816
+-         ;;
 
1817
+-       ccc*)
 
1818
+-         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
1819
+-         # All Alpha code is PIC.
 
1820
+-         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
1821
+-         ;;
 
1822
+-       *)
 
1823
+-         case `$CC -V 2>&1 | sed 5q` in
 
1824
+-      *Sun\ C*)
 
1825
+-        # Sun C 5.9
 
1826
+-        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
1827
+-        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
1828
+-        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
1829
+-        ;;
 
1830
+-      *Sun\ F*)
 
1831
+-        # Sun Fortran 8.3 passes all unrecognized flags to the linker
 
1832
+-        _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
1833
+-        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
1834
+-        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=''
 
1835
+-        ;;
 
1836
+-      esac
 
1837
+-      ;;
 
1838
+-       esac
 
1839
+        ;;
 
1840
+  
 
1841
+-     osf3* | osf4* | osf5*)
 
1842
+-       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
1843
+-       # All OSF/1 code is PIC.
 
1844
+-       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
1845
+-       ;;
 
1846
+  
 
1847
+-     rdos*)
 
1848
+-       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
1849
+-       ;;
 
1850
+  
 
1851
+-     solaris*)
 
1852
+-       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
1853
+-       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
1854
+-       case $cc_basename in
 
1855
+-       f77* | f90* | f95*)
 
1856
+-      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
 
1857
+-       *)
 
1858
+-      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
 
1859
+-       esac
 
1860
+-       ;;
 
1861
+  
 
1862
+-     sunos4*)
 
1863
+-       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
 
1864
+-       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
 
1865
+-       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
1866
+-       ;;
 
1867
+  
 
1868
+-     sysv4 | sysv4.2uw2* | sysv4.3*)
 
1869
+-       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
1870
+-       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
1871
+-       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
1872
+-       ;;
 
1873
+  
 
1874
+-     sysv4*MP*)
 
1875
+-       if test -d /usr/nec ;then
 
1876
+-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
 
1877
+-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
1878
+-       fi
 
1879
+-       ;;
 
1880
+  
 
1881
+-     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
 
1882
+-       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
1883
+-       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
1884
+-       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
1885
+-       ;;
 
1886
+  
 
1887
+-     unicos*)
 
1888
+-       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
1889
+-       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
 
1890
+-       ;;
 
1891
+  
 
1892
+-     uts4*)
 
1893
+-       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
1894
+-       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
1895
+-       ;;
 
1896
+  
 
1897
+-     *)
 
1898
+-       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
 
1899
+-       ;;
 
1900
+-     esac
 
1901
+    fi
 
1902
+  ])
 
1903
+- AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
 
1904
+  
 
1905
+  #
 
1906
+- # Check to make sure the PIC flag actually works.
 
1907
+  #
 
1908
+- if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
 
1909
+-   AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
 
1910
+-     _LT_AC_TAGVAR(lt_cv_prog_compiler_pic_works, $1),
 
1911
+-     [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
 
1912
+-     [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
 
1913
+-      "" | " "*) ;;
 
1914
+-      *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
 
1915
+-      esac],
 
1916
+-     [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
 
1917
+-      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
 
1918
+  fi
 
1919
+- case $host_os in
 
1920
+-   # For platforms which do not support PIC, -DPIC is meaningless:
 
1921
+-   *djgpp*)
 
1922
+-     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
 
1923
+-     ;;
 
1924
+-   *)
 
1925
+-     _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
 
1926
+-     ;;
 
1927
+- esac
 
1928
+  
 
1929
+  #
 
1930
+- # Check to make sure the static flag actually works.
 
1931
+  #
 
1932
+- wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\"
 
1933
+- AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
 
1934
+-   _LT_AC_TAGVAR(lt_cv_prog_compiler_static_works, $1),
 
1935
+-   $lt_tmp_static_flag,
 
1936
+-   [],
 
1937
+-   [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
 
1938
+- ])
 
1939
+  
 
1940
+  
 
1941
+- # AC_LIBTOOL_PROG_LD_SHLIBS([TAGNAME])
 
1942
+- # ------------------------------------
 
1943
+- # See if the linker supports building shared libraries.
 
1944
+- AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS],
 
1945
+- [AC_REQUIRE([LT_AC_PROG_SED])dnl
 
1946
+- AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
 
1947
+- ifelse([$1],[CXX],[
 
1948
+-   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
1949
+-   case $host_os in
 
1950
+-   aix[[4-9]]*)
 
1951
+-     # If we're using GNU nm, then we don't want the "-C" option.
 
1952
+-     # -C means demangle to AIX nm, but means don't demangle with GNU nm
 
1953
+-     if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
 
1954
+-       _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
 
1955
+-     else
 
1956
+-       _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
 
1957
+-     fi
 
1958
+-     ;;
 
1959
+-   pw32*)
 
1960
+-     _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
 
1961
+-   ;;
 
1962
+-   cygwin* | mingw*)
 
1963
+-     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
 
1964
+-   ;;
 
1965
+-   *)
 
1966
+-     _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
1967
+-   ;;
 
1968
+-   esac
 
1969
+-   _LT_AC_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
 
1970
+- ],[
 
1971
+-   runpath_var=
 
1972
+-   _LT_AC_TAGVAR(allow_undefined_flag, $1)=
 
1973
+-   _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
 
1974
+-   _LT_AC_TAGVAR(archive_cmds, $1)=
 
1975
+-   _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
 
1976
+-   _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
 
1977
+-   _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
 
1978
+-   _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
 
1979
+-   _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
 
1980
+-   _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
 
1981
+-   _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
1982
+-   _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 
1983
+-   _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 
1984
+-   _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
1985
+-   _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
 
1986
+-   _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
1987
+-   _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
 
1988
+-   _LT_AC_TAGVAR(hardcode_automatic, $1)=no
 
1989
+-   _LT_AC_TAGVAR(module_cmds, $1)=
 
1990
+-   _LT_AC_TAGVAR(module_expsym_cmds, $1)=
 
1991
+-   _LT_AC_TAGVAR(always_export_symbols, $1)=no
 
1992
+-   _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
1993
+-   # include_expsyms should be a list of space-separated symbols to be *always*
 
1994
+-   # included in the symbol list
 
1995
+-   _LT_AC_TAGVAR(include_expsyms, $1)=
 
1996
+-   # exclude_expsyms can be an extended regexp of symbols to exclude
 
1997
+-   # it will be wrapped by ` (' and `)$', so one must not match beginning or
 
1998
+-   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
 
1999
+-   # as well as any symbol that contains `d'.
 
2000
+-   _LT_AC_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
 
2001
+-   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
 
2002
+-   # platforms (ab)use it in PIC code, but their linkers get confused if
 
2003
+-   # the symbol is explicitly referenced.  Since portable code cannot
 
2004
+-   # rely on this symbol name, it's probably fine to never include it in
 
2005
+-   # preloaded symbol tables.
 
2006
+-   # Exclude shared library initialization/finalization symbols.
 
2007
+- dnl Note also adjust exclude_expsyms for C++ above.
 
2008
+-   extract_expsyms_cmds=
 
2009
+-   # Just being paranoid about ensuring that cc_basename is set.
 
2010
+-   _LT_CC_BASENAME([$compiler])
 
2011
+-   case $host_os in
 
2012
+-   cygwin* | mingw* | pw32*)
 
2013
+-     # FIXME: the MSVC++ port hasn't been tested in a loooong time
 
2014
+-     # When not using gcc, we currently assume that we are using
 
2015
+-     # Microsoft Visual C++.
 
2016
+-     if test "$GCC" != yes; then
 
2017
+-       with_gnu_ld=no
 
2018
+-     fi
 
2019
+-     ;;
 
2020
+-   interix*)
 
2021
+-     # we just hope/assume this is gcc and not c89 (= MSVC++)
 
2022
+-     with_gnu_ld=yes
 
2023
+-     ;;
 
2024
+-   openbsd*)
 
2025
+-     with_gnu_ld=no
 
2026
+-     ;;
 
2027
+-   esac
 
2028
+  
 
2029
+-   _LT_AC_TAGVAR(ld_shlibs, $1)=yes
 
2030
+-   if test "$with_gnu_ld" = yes; then
 
2031
+-     # If archive_cmds runs LD, not CC, wlarc should be empty
 
2032
+-     wlarc='${wl}'
 
2033
+  
 
2034
+-     # Set some defaults for GNU ld with shared library support. These
 
2035
+-     # are reset later if shared libraries are not supported. Putting them
 
2036
+-     # here allows them to be overridden if necessary.
 
2037
+-     runpath_var=LD_RUN_PATH
 
2038
+-     _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
 
2039
+-     _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
2040
+-     # ancient GNU ld didn't support --whole-archive et. al.
 
2041
+-     if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
 
2042
+-      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
2043
+-       else
 
2044
+-      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
 
2045
+-     fi
 
2046
+-     supports_anon_versioning=no
 
2047
+-     case `$LD -v 2>/dev/null` in
 
2048
+-       *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
 
2049
+-       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
 
2050
+-       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
 
2051
+-       *\ 2.11.*) ;; # other 2.11 versions
 
2052
+-       *) supports_anon_versioning=yes ;;
 
2053
+-     esac
 
2054
+  
 
2055
+-     # See if GNU ld supports shared libraries.
 
2056
+-     case $host_os in
 
2057
+-     aix[[3-9]]*)
 
2058
+-       # On AIX/PPC, the GNU linker is very broken
 
2059
+-       if test "$host_cpu" != ia64; then
 
2060
+-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2061
+-      cat <<EOF 1>&2
 
2062
+  
 
2063
+- *** Warning: the GNU linker, at least up to release 2.9.1, is reported
 
2064
+- *** to be unable to reliably create shared libraries on AIX.
 
2065
+- *** Therefore, libtool is disabling shared libraries support.  If you
 
2066
+- *** really care for shared libraries, you may want to modify your PATH
 
2067
+- *** so that a non-GNU linker is found, and then restart.
 
2068
+  
 
2069
+- EOF
 
2070
+-       fi
 
2071
+-       ;;
 
2072
+  
 
2073
+-     amigaos*)
 
2074
+-       _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
 
2075
+-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
2076
+-       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
2077
+  
 
2078
+-       # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
 
2079
+-       # that the semantics of dynamic libraries on AmigaOS, at least up
 
2080
+-       # to version 4, is to share data among multiple programs linked
 
2081
+-       # with the same dynamic library.  Since this doesn't match the
 
2082
+-       # behavior of shared libraries on other platforms, we can't use
 
2083
+-       # them.
 
2084
+-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2085
+-       ;;
 
2086
+  
 
2087
+-     beos*)
 
2088
+-       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
2089
+-      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
2090
+-      # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
 
2091
+-      # support --undefined.  This deserves some investigation.  FIXME
 
2092
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
2093
+-       else
 
2094
+-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2095
+-       fi
 
2096
+-       ;;
 
2097
+  
 
2098
+-     cygwin* | mingw* | pw32*)
 
2099
+-       # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
 
2100
+-       # as there is no search path for DLLs.
 
2101
+-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
2102
+-       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
2103
+-       _LT_AC_TAGVAR(always_export_symbols, $1)=no
 
2104
+-       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
2105
+-       _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/'\'' -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
 
2106
+  
 
2107
+-       if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
 
2108
+-         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
2109
+-      # If the export-symbols file already is a .def file (1st line
 
2110
+-      # is EXPORTS), use it as is; otherwise, prepend...
 
2111
+-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
2112
+-        cp $export_symbols $output_objdir/$soname.def;
 
2113
+-      else
 
2114
+-        echo EXPORTS > $output_objdir/$soname.def;
 
2115
+-        cat $export_symbols >> $output_objdir/$soname.def;
 
2116
+-      fi~
 
2117
+-      $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
2118
+-       else
 
2119
+-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2120
+-       fi
 
2121
+-       ;;
 
2122
+  
 
2123
+-     interix[[3-9]]*)
 
2124
+-       _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
2125
+-       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2126
+-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
2127
+-       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
2128
+-       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
 
2129
+-       # Instead, shared libraries are loaded at an image base (0x10000000 by
 
2130
+-       # default) and relocated if they conflict, which is a slow very memory
 
2131
+-       # consuming and fragmenting process.  To avoid this, we pick a random,
 
2132
+-       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
 
2133
+-       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
 
2134
+-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
 
2135
+-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
 
2136
+-       ;;
 
2137
+  
 
2138
+-     gnu* | linux* | k*bsd*-gnu)
 
2139
+-       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
2140
+-      tmp_addflag=
 
2141
+-      case $cc_basename,$host_cpu in
 
2142
+-      pgcc*)                          # Portland Group C compiler
 
2143
+-        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
2144
+-        tmp_addflag=' $pic_flag'
 
2145
+-        ;;
 
2146
+-      pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
 
2147
+-        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
2148
+-        tmp_addflag=' $pic_flag -Mnomain' ;;
 
2149
+-      ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
 
2150
+-        tmp_addflag=' -i_dynamic' ;;
 
2151
+-      efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
 
2152
+-        tmp_addflag=' -i_dynamic -nofor_main' ;;
 
2153
+-      ifc* | ifort*)                  # Intel Fortran compiler
 
2154
+-        tmp_addflag=' -nofor_main' ;;
 
2155
+-      esac
 
2156
+-      case `$CC -V 2>&1 | sed 5q` in
 
2157
+-      *Sun\ C*)                       # Sun C 5.9
 
2158
+-        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
2159
+-        tmp_sharedflag='-G' ;;
 
2160
+-      *Sun\ F*)                       # Sun Fortran 8.3
 
2161
+-        tmp_sharedflag='-G' ;;
 
2162
+-      *)
 
2163
+-        tmp_sharedflag='-shared' ;;
 
2164
+-      esac
 
2165
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
2166
+  
 
2167
+-      if test $supports_anon_versioning = yes; then
 
2168
+-        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
 
2169
+-   cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
 
2170
+-   $echo "local: *; };" >> $output_objdir/$libname.ver~
 
2171
+-        $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
 
2172
+-      fi
 
2173
+-       else
 
2174
+-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2175
+-       fi
 
2176
+-       ;;
 
2177
+  
 
2178
+-     netbsd*)
 
2179
+-       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
2180
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
 
2181
+-      wlarc=
 
2182
+-       else
 
2183
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
2184
+-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
2185
+-       fi
 
2186
+-       ;;
 
2187
+  
 
2188
+-     solaris*)
 
2189
+-       if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
 
2190
+-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2191
+-      cat <<EOF 1>&2
 
2192
+  
 
2193
+- *** Warning: The releases 2.8.* of the GNU linker cannot reliably
 
2194
+- *** create shared libraries on Solaris systems.  Therefore, libtool
 
2195
+- *** is disabling shared libraries support.  We urge you to upgrade GNU
 
2196
+- *** binutils to release 2.9.1 or newer.  Another option is to modify
 
2197
+- *** your PATH or compiler configuration so that the native linker is
 
2198
+- *** used, and then restart.
 
2199
+  
 
2200
+- EOF
 
2201
+-       elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
2202
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
2203
+-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
2204
+-       else
 
2205
+-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2206
+-       fi
 
2207
+-       ;;
 
2208
+  
 
2209
+-     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
 
2210
+-       case `$LD -v 2>&1` in
 
2211
+-         *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
 
2212
+-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2213
+-      cat <<_LT_EOF 1>&2
 
2214
+  
 
2215
+- *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
 
2216
+- *** reliably create shared libraries on SCO systems.  Therefore, libtool
 
2217
+- *** is disabling shared libraries support.  We urge you to upgrade GNU
 
2218
+- *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
 
2219
+- *** your PATH or compiler configuration so that the native linker is
 
2220
+- *** used, and then restart.
 
2221
+  
 
2222
+- _LT_EOF
 
2223
+-      ;;
 
2224
+-      *)
 
2225
+-        if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
2226
+-          _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
 
2227
+-          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
 
2228
+-          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
 
2229
+-        else
 
2230
+-          _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2231
+-        fi
 
2232
+-      ;;
 
2233
+-       esac
 
2234
+-       ;;
 
2235
+  
 
2236
+-     sunos4*)
 
2237
+-       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
2238
+-       wlarc=
 
2239
+-       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
2240
+-       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2241
+-       ;;
 
2242
+  
 
2243
+-     *)
 
2244
+-       if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
2245
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
2246
+-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
2247
+-       else
 
2248
+-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2249
+-       fi
 
2250
+-       ;;
 
2251
+-     esac
 
2252
+  
 
2253
+-     if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
 
2254
+-       runpath_var=
 
2255
+-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
2256
+-       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
 
2257
+-       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
 
2258
+-     fi
 
2259
+-   else
 
2260
+-     # PORTME fill in a description of your system's linker (not GNU ld)
 
2261
+-     case $host_os in
 
2262
+-     aix3*)
 
2263
+-       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
2264
+-       _LT_AC_TAGVAR(always_export_symbols, $1)=yes
 
2265
+-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
 
2266
+-       # Note: this linker hardcodes the directories in LIBPATH if there
 
2267
+-       # are no directories specified by -L.
 
2268
+-       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
2269
+-       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
 
2270
+-      # Neither direct hardcoding nor static linking is supported with a
 
2271
+-      # broken collect2.
 
2272
+-      _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
 
2273
+-       fi
 
2274
+-       ;;
 
2275
+  
 
2276
+-     aix[[4-9]]*)
 
2277
+-       if test "$host_cpu" = ia64; then
 
2278
+-      # On IA64, the linker does run time linking by default, so we don't
 
2279
+-      # have to do anything special.
 
2280
+-      aix_use_runtimelinking=no
 
2281
+-      exp_sym_flag='-Bexport'
 
2282
+-      no_entry_flag=""
 
2283
+-       else
 
2284
+-      # If we're using GNU nm, then we don't want the "-C" option.
 
2285
+-      # -C means demangle to AIX nm, but means don't demangle with GNU nm
 
2286
+-      if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
 
2287
+-        _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
 
2288
+-      else
 
2289
+-        _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
 
2290
+-      fi
 
2291
+-      aix_use_runtimelinking=no
 
2292
+  
 
2293
+-      # Test if we are trying to use run time linking or normal
 
2294
+-      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
 
2295
+-      # need to do runtime linking.
 
2296
+-      case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
 
2297
+-        for ld_flag in $LDFLAGS; do
 
2298
+-        if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
 
2299
+-          aix_use_runtimelinking=yes
 
2300
+-          break
 
2301
+-        fi
 
2302
+-        done
 
2303
+-        ;;
 
2304
+-      esac
 
2305
+  
 
2306
+-      exp_sym_flag='-bexport'
 
2307
+-      no_entry_flag='-bnoentry'
 
2308
+-       fi
 
2309
+  
 
2310
+-       # When large executables or shared objects are built, AIX ld can
 
2311
+-       # have problems creating the table of contents.  If linking a library
 
2312
+-       # or program results in "error TOC overflow" add -mminimal-toc to
 
2313
+-       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
 
2314
+-       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
 
2315
+  
 
2316
+-       _LT_AC_TAGVAR(archive_cmds, $1)=''
 
2317
+-       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
2318
+-       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
 
2319
+-       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
2320
+  
 
2321
+-       if test "$GCC" = yes; then
 
2322
+-      case $host_os in aix4.[[012]]|aix4.[[012]].*)
 
2323
+-      # We only want to do this on AIX 4.2 and lower, the check
 
2324
+-      # below for broken collect2 doesn't work under 4.3+
 
2325
+-        collect2name=`${CC} -print-prog-name=collect2`
 
2326
+-        if test -f "$collect2name" && \
 
2327
+-         strings "$collect2name" | grep resolve_lib_name >/dev/null
 
2328
+-        then
 
2329
+-        # We have reworked collect2
 
2330
+-        :
 
2331
+-        else
 
2332
+-        # We have old collect2
 
2333
+-        _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
 
2334
+-        # It fails to find uninstalled libraries when the uninstalled
 
2335
+-        # path is not listed in the libpath.  Setting hardcode_minus_L
 
2336
+-        # to unsupported forces relinking
 
2337
+-        _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
2338
+-        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
2339
+-        _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 
2340
+-        fi
 
2341
+-        ;;
 
2342
+-      esac
 
2343
+-      shared_flag='-shared'
 
2344
+-      if test "$aix_use_runtimelinking" = yes; then
 
2345
+-        shared_flag="$shared_flag "'${wl}-G'
 
2346
+-      fi
 
2347
+-       else
 
2348
+-      # not using gcc
 
2349
+-      if test "$host_cpu" = ia64; then
 
2350
+-      # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
 
2351
+-      # chokes on -Wl,-G. The following line is correct:
 
2352
+-        shared_flag='-G'
 
2353
+-      else
 
2354
+-        if test "$aix_use_runtimelinking" = yes; then
 
2355
+-          shared_flag='${wl}-G'
 
2356
+-        else
 
2357
+-          shared_flag='${wl}-bM:SRE'
 
2358
+-        fi
 
2359
+-      fi
 
2360
+-       fi
 
2361
+  
 
2362
+-       # It seems that -bexpall does not export symbols beginning with
 
2363
+-       # underscore (_), so it is better to generate a list of symbols to export.
 
2364
+-       _LT_AC_TAGVAR(always_export_symbols, $1)=yes
 
2365
+-       if test "$aix_use_runtimelinking" = yes; then
 
2366
+-      # Warning - without using the other runtime loading flags (-brtl),
 
2367
+-      # -berok will link without error, but may produce a broken library.
 
2368
+-      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
 
2369
+-        # Determine the default libpath from the value encoded in an empty executable.
 
2370
+-        _LT_AC_SYS_LIBPATH_AIX
 
2371
+-        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
2372
+-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
 
2373
+-        else
 
2374
+-      if test "$host_cpu" = ia64; then
 
2375
+-        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
 
2376
+-        _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
 
2377
+-        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
 
2378
+-      else
 
2379
+-       # Determine the default libpath from the value encoded in an empty executable.
 
2380
+-       _LT_AC_SYS_LIBPATH_AIX
 
2381
+-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
2382
+-        # Warning - without using the other run time loading flags,
 
2383
+-        # -berok will link without error, but may produce a broken library.
 
2384
+-        _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
 
2385
+-        _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
 
2386
+-        # Exported symbols can be pulled into shared objects from archives
 
2387
+-        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
 
2388
+-        _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
 
2389
+-        # This is similar to how AIX traditionally builds its shared libraries.
 
2390
+-        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
 
2391
+-      fi
 
2392
+-       fi
 
2393
+-       ;;
 
2394
+  
 
2395
+-     amigaos*)
 
2396
+-       _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/a2ixlibrary.data~$echo "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$echo "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$echo "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$echo "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
 
2397
+-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
2398
+-       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
2399
+-       # see comment about different semantics on the GNU ld section
 
2400
+-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2401
+-       ;;
 
2402
+  
 
2403
+-     bsdi[[45]]*)
 
2404
+-       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
 
2405
+-       ;;
 
2406
+  
 
2407
+-     cygwin* | mingw* | pw32*)
 
2408
+-       # When not using gcc, we currently assume that we are using
 
2409
+-       # Microsoft Visual C++.
 
2410
+-       # hardcode_libdir_flag_spec is actually meaningless, as there is
 
2411
+-       # no search path for DLLs.
 
2412
+-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
 
2413
+-       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
2414
+-       # Tell ltmain to make .lib files, not .a files.
 
2415
+-       libext=lib
 
2416
+-       # Tell ltmain to make .dll files, not .so files.
 
2417
+-       shrext_cmds=".dll"
 
2418
+-       # FIXME: Setting linknames here is a bad hack.
 
2419
+-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
 
2420
+-       # The linker will automatically build a .lib file if we build a DLL.
 
2421
+-       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
 
2422
+-       # FIXME: Should let the user specify the lib program.
 
2423
+-       _LT_AC_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
 
2424
+-       _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
 
2425
+-       _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
2426
+-       ;;
 
2427
+  
 
2428
+-     darwin* | rhapsody*)
 
2429
+-       case $host_os in
 
2430
+-         rhapsody* | darwin1.[[012]])
 
2431
+-          _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
 
2432
+-          ;;
 
2433
+-        *) # Darwin 1.3 on
 
2434
+-          if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
 
2435
+-            _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
2436
+-          else
 
2437
+-            case ${MACOSX_DEPLOYMENT_TARGET} in
 
2438
+-              10.[[012]])
 
2439
+-                _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
2440
+-                ;;
 
2441
+-              10.*)
 
2442
+-                _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
 
2443
+-                ;;
 
2444
+-            esac
 
2445
+-          fi
 
2446
+-          ;;
 
2447
+-       esac
 
2448
+-       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
2449
+-       _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
2450
+-       _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
 
2451
+-       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
2452
+-       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
 
2453
+-       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
2454
+-     if test "$GCC" = yes ; then
 
2455
+-      output_verbose_link_cmd='echo'
 
2456
+-         _LT_AC_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
 
2457
+-         _LT_AC_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
 
2458
+-         _LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
 
2459
+-         _LT_AC_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
 
2460
+-     else
 
2461
+-       case $cc_basename in
 
2462
+-         xlc*)
 
2463
+-          output_verbose_link_cmd='echo'
 
2464
+-          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
 
2465
+-          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
2466
+-           # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
 
2467
+-          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
2468
+-           _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
2469
+-           ;;
 
2470
+-        *)
 
2471
+-          _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2472
+-           ;;
 
2473
+-       esac
 
2474
+-     fi
 
2475
+-       ;;
 
2476
+  
 
2477
+-     dgux*)
 
2478
+-       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
2479
+-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
2480
+-       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2481
+-       ;;
 
2482
+  
 
2483
+-     freebsd1*)
 
2484
+-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2485
+        ;;
 
2486
+  
 
2487
+-     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
 
2488
+-     # support.  Future versions do this automatically, but an explicit c++rt0.o
 
2489
+-     # does not break anything, and helps significantly (at the cost of a little
 
2490
+-     # extra space).
 
2491
+-     freebsd2.2*)
 
2492
+-       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
 
2493
+-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
2494
+-       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
2495
+-       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2496
+-       ;;
 
2497
+  
 
2498
+-     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
 
2499
+-     freebsd2*)
 
2500
+-       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
2501
+-       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
2502
+-       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
2503
+-       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2504
+-       ;;
 
2505
+  
 
2506
+-     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
 
2507
+-     freebsd* | dragonfly*)
 
2508
+-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
 
2509
+-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
2510
+-       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
2511
+-       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2512
+-       ;;
 
2513
+  
 
2514
+-     hpux9*)
 
2515
+-       if test "$GCC" = yes; then
 
2516
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
2517
+-       else
 
2518
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
2519
+-       fi
 
2520
+-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
2521
+-       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2522
+-       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
2523
+  
 
2524
+-       # hardcode_minus_L: Not really in the search PATH,
 
2525
+-       # but as the default location of the library.
 
2526
+-       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
2527
+-       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
2528
+-       ;;
 
2529
+  
 
2530
+-     hpux10*)
 
2531
+-       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
2532
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
2533
+-       else
 
2534
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
 
2535
+-       fi
 
2536
+-       if test "$with_gnu_ld" = no; then
 
2537
+-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
2538
+-      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2539
+  
 
2540
+-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
2541
+-      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
2542
+  
 
2543
+-      # hardcode_minus_L: Not really in the search PATH,
 
2544
+-      # but as the default location of the library.
 
2545
+-      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
2546
+-       fi
 
2547
+-       ;;
 
2548
+  
 
2549
+-     hpux11*)
 
2550
+-       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
2551
+-      case $host_cpu in
 
2552
+-      hppa*64*)
 
2553
+-        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
2554
+-        ;;
 
2555
+-      ia64*)
 
2556
+-        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
2557
+-        ;;
 
2558
+-      *)
 
2559
+-        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
2560
+-        ;;
 
2561
+-      esac
 
2562
+-       else
 
2563
+-      case $host_cpu in
 
2564
+-      hppa*64*)
 
2565
+-        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
2566
+-        ;;
 
2567
+-      ia64*)
 
2568
+-        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
2569
+-        ;;
 
2570
+-      *)
 
2571
+-        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
2572
+-        ;;
 
2573
+-      esac
 
2574
+-       fi
 
2575
+-       if test "$with_gnu_ld" = no; then
 
2576
+-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
2577
+-      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2578
+  
 
2579
+-      case $host_cpu in
 
2580
+-      hppa*64*|ia64*)
 
2581
+-        _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
 
2582
+-        _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
2583
+-        _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2584
+-        ;;
 
2585
+-      *)
 
2586
+-        _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
2587
+-        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
2588
+  
 
2589
+-        # hardcode_minus_L: Not really in the search PATH,
 
2590
+-        # but as the default location of the library.
 
2591
+-        _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
2592
+-        ;;
 
2593
+-      esac
 
2594
+-       fi
 
2595
+-       ;;
 
2596
+  
 
2597
+-     irix5* | irix6* | nonstopux*)
 
2598
+-       if test "$GCC" = yes; then
 
2599
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
2600
+-       else
 
2601
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
2602
+-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
 
2603
+-       fi
 
2604
+-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
2605
+-       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2606
+-       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
2607
+-       ;;
 
2608
+  
 
2609
+-     netbsd*)
 
2610
+-       if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
2611
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
 
2612
+-       else
 
2613
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
 
2614
+-       fi
 
2615
+-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
2616
+-       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
2617
+-       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2618
+-       ;;
 
2619
+  
 
2620
+-     newsos6)
 
2621
+-       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
2622
+-       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
2623
+-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
2624
+-       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2625
+-       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2626
+-       ;;
 
2627
+  
 
2628
+-     openbsd*)
 
2629
+-       if test -f /usr/libexec/ld.so; then
 
2630
+-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
2631
+-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2632
+-      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
2633
+-        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
2634
+-        _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
 
2635
+-        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
2636
+-        _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
2637
+-      else
 
2638
+-        case $host_os in
 
2639
+-         openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
 
2640
+-           _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
2641
+-           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
2642
+-           ;;
 
2643
+-         *)
 
2644
+-           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
2645
+-           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
2646
+-           ;;
 
2647
+-        esac
 
2648
+-         fi
 
2649
+-       else
 
2650
+-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2651
+-       fi
 
2652
+-       ;;
 
2653
+  
 
2654
+-     os2*)
 
2655
+-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
2656
+-       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
2657
+-       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
2658
+-       _LT_AC_TAGVAR(archive_cmds, $1)='$echo "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$echo "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$echo DATA >> $output_objdir/$libname.def~$echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~$echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
 
2659
+-       _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
 
2660
+-       ;;
 
2661
+  
 
2662
+-     osf3*)
 
2663
+-       if test "$GCC" = yes; then
 
2664
+-      _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
2665
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
2666
+-       else
 
2667
+-      _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
2668
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
2669
+-       fi
 
2670
+-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
2671
+-       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2672
+-       ;;
 
2673
+  
 
2674
+-     osf4* | osf5*)   # as osf3* with the addition of -msym flag
 
2675
+-       if test "$GCC" = yes; then
 
2676
+-      _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
2677
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
2678
+-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
2679
+-       else
 
2680
+-      _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
2681
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
2682
+-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
 
2683
+-      $LD -shared${allow_undefined_flag} -input $lib.exp $linker_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~$rm $lib.exp'
 
2684
+  
 
2685
+-      # Both c and cxx compiler support -rpath directly
 
2686
+-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
 
2687
+-       fi
 
2688
+-       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
2689
+-       ;;
 
2690
+  
 
2691
+-     solaris*)
 
2692
+-       _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
 
2693
+-       if test "$GCC" = yes; then
 
2694
+-      wlarc='${wl}'
 
2695
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
2696
+-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
2697
+-        $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
 
2698
+-       else
 
2699
+-      wlarc=''
 
2700
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
2701
+-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
2702
+-      $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
 
2703
+-       fi
 
2704
+-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
2705
+-       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2706
+-       case $host_os in
 
2707
+-       solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
 
2708
+-       *)
 
2709
+-      # The compiler driver will combine and reorder linker options,
 
2710
+-      # but understands `-z linker_flag'.  GCC discards it without `$wl',
 
2711
+-      # but is careful enough not to reorder.
 
2712
+-      # Supported since Solaris 2.6 (maybe 2.5.1?)
 
2713
+-      if test "$GCC" = yes; then
 
2714
+-        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
 
2715
+-      else
 
2716
+-        _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
 
2717
+-      fi
 
2718
+-      ;;
 
2719
+-       esac
 
2720
+-       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
2721
+-       ;;
 
2722
+  
 
2723
+-     sunos4*)
 
2724
+-       if test "x$host_vendor" = xsequent; then
 
2725
+-      # Use $CC to link under sequent, because it throws in some extra .o
 
2726
+-      # files that make .init and .fini sections work.
 
2727
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
 
2728
+-       else
 
2729
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
 
2730
+-       fi
 
2731
+-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
2732
+-       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
2733
+-       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
2734
+-       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2735
+-       ;;
 
2736
+  
 
2737
+-     sysv4)
 
2738
+-       case $host_vendor in
 
2739
+-      sni)
 
2740
+-        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
2741
+-        _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
 
2742
+-      ;;
 
2743
+-      siemens)
 
2744
+-        ## LD is ld it makes a PLAMLIB
 
2745
+-        ## CC just makes a GrossModule.
 
2746
+-        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
 
2747
+-        _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
 
2748
+-        _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
2749
+-         ;;
 
2750
+-      motorola)
 
2751
+-        _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
2752
+-        _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
 
2753
+-      ;;
 
2754
+-       esac
 
2755
+-       runpath_var='LD_RUN_PATH'
 
2756
+-       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2757
+-       ;;
 
2758
+  
 
2759
+-     sysv4.3*)
 
2760
+-       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
2761
+-       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2762
+-       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
 
2763
+-       ;;
 
2764
+  
 
2765
+-     sysv4*MP*)
 
2766
+-       if test -d /usr/nec; then
 
2767
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
2768
+-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2769
+-      runpath_var=LD_RUN_PATH
 
2770
+-      hardcode_runpath_var=yes
 
2771
+-      _LT_AC_TAGVAR(ld_shlibs, $1)=yes
 
2772
+-       fi
 
2773
+-       ;;
 
2774
+  
 
2775
+-     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
 
2776
+-       _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
 
2777
+-       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
2778
+-       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2779
+-       runpath_var='LD_RUN_PATH'
 
2780
+  
 
2781
+-       if test "$GCC" = yes; then
 
2782
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
2783
+-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
2784
+-       else
 
2785
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
2786
+-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
2787
+-       fi
 
2788
+-       ;;
 
2789
+  
 
2790
+-     sysv5* | sco3.2v5* | sco5v6*)
 
2791
+-       # Note: We can NOT use -z defs as we might desire, because we do not
 
2792
+-       # link with -lc, and that would cause any symbols used from libc to
 
2793
+-       # always be unresolved, which means just about no library would
 
2794
+-       # ever link correctly.  If we're not using GNU ld we use -z text
 
2795
+-       # though, which does catch some bad symbols but isn't as heavy-handed
 
2796
+-       # as -z defs.
 
2797
+-       _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
 
2798
+-       _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
 
2799
+-       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
2800
+-       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2801
+-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
 
2802
+-       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
 
2803
+-       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
2804
+-       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
 
2805
+-       runpath_var='LD_RUN_PATH'
 
2806
+  
 
2807
+-       if test "$GCC" = yes; then
 
2808
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
2809
+-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
2810
+-       else
 
2811
+-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
2812
+-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
2813
+-       fi
 
2814
+-       ;;
 
2815
+  
 
2816
+-     uts4*)
 
2817
+-       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
2818
+-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
2819
+-       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
2820
+-       ;;
 
2821
+  
 
2822
+-     *)
 
2823
+-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
2824
+-       ;;
 
2825
+-     esac
 
2826
+-   fi
 
2827
+- ])
 
2828
+- AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
 
2829
+- test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
 
2830
+  
 
2831
+  #
 
2832
+- # Do we need to explicitly link libc?
 
2833
+- #
 
2834
+- case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
 
2835
+- x|xyes)
 
2836
+-   # Assume -lc should be added
 
2837
+-   _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
 
2838
+  
 
2839
+-   if test "$enable_shared" = yes && test "$GCC" = yes; then
 
2840
+-     case $_LT_AC_TAGVAR(archive_cmds, $1) in
 
2841
+-     *'~'*)
 
2842
+-       # FIXME: we may have to deal with multi-command sequences.
 
2843
+-       ;;
 
2844
+-     '$CC '*)
 
2845
+-       # Test whether the compiler implicitly links with -lc since on some
 
2846
+-       # systems, -lgcc has to come before -lc. If gcc already passes -lc
 
2847
+-       # to ld, don't add -lc before -lgcc.
 
2848
+-       AC_MSG_CHECKING([whether -lc should be explicitly linked in])
 
2849
+-       $rm conftest*
 
2850
+-       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
2851
+  
 
2852
+-       if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
 
2853
+-         soname=conftest
 
2854
+-         lib=conftest
 
2855
+-         libobjs=conftest.$ac_objext
 
2856
+-         deplibs=
 
2857
+-         wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
 
2858
+-      pic_flag=$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
 
2859
+-         compiler_flags=-v
 
2860
+-         linker_flags=-v
 
2861
+-         verstring=
 
2862
+-         output_objdir=.
 
2863
+-         libname=conftest
 
2864
+-         lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
 
2865
+-         _LT_AC_TAGVAR(allow_undefined_flag, $1)=
 
2866
+-         if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
 
2867
+-         then
 
2868
+-        _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
2869
+-         else
 
2870
+-        _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
 
2871
+-         fi
 
2872
+-         _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
 
2873
+-       else
 
2874
+-         cat conftest.err 1>&5
 
2875
+-       fi
 
2876
+-       $rm conftest*
 
2877
+-       AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
 
2878
+-       ;;
 
2879
+-     esac
 
2880
+-   fi
 
2881
+-   ;;
 
2882
+- esac
 
2883
+- ])# AC_LIBTOOL_PROG_LD_SHLIBS
 
2884
+  
 
2885
+  
 
2886
+- # _LT_AC_FILE_LTDLL_C
 
2887
+- # -------------------
 
2888
+- # Be careful that the start marker always follows a newline.
 
2889
+- AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
 
2890
+- # /* ltdll.c starts here */
 
2891
+- # #define WIN32_LEAN_AND_MEAN
 
2892
+- # #include <windows.h>
 
2893
+- # #undef WIN32_LEAN_AND_MEAN
 
2894
+- # #include <stdio.h>
 
2895
+- #
 
2896
+- # #ifndef __CYGWIN__
 
2897
+- # #  ifdef __CYGWIN32__
 
2898
+- # #    define __CYGWIN__ __CYGWIN32__
 
2899
+- # #  endif
 
2900
+- # #endif
 
2901
+- #
 
2902
+- # #ifdef __cplusplus
 
2903
+- # extern "C" {
 
2904
+- # #endif
 
2905
+- # BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
 
2906
+- # #ifdef __cplusplus
 
2907
+- # }
 
2908
+- # #endif
 
2909
+- #
 
2910
+- # #ifdef __CYGWIN__
 
2911
+- # #include <cygwin/cygwin_dll.h>
 
2912
+- # DECLARE_CYGWIN_DLL( DllMain );
 
2913
+- # #endif
 
2914
+- # HINSTANCE __hDllInstance_base;
 
2915
+  #
 
2916
+- # BOOL APIENTRY
 
2917
+- # DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
 
2918
+- # {
 
2919
+- #   __hDllInstance_base = hInst;
 
2920
+- #   return TRUE;
 
2921
+- # }
 
2922
+- # /* ltdll.c ends here */
 
2923
+- ])# _LT_AC_FILE_LTDLL_C
 
2924
+  
 
2925
+  
 
2926
+- # _LT_AC_TAGVAR(VARNAME, [TAGNAME])
 
2927
+- # ---------------------------------
 
2928
+- AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
 
2929
+  
 
2930
+  
 
2931
+- # old names
 
2932
+- AC_DEFUN([AM_PROG_LIBTOOL],   [AC_PROG_LIBTOOL])
 
2933
+- AC_DEFUN([AM_ENABLE_SHARED],  [AC_ENABLE_SHARED($@)])
 
2934
+- AC_DEFUN([AM_ENABLE_STATIC],  [AC_ENABLE_STATIC($@)])
 
2935
+- AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
 
2936
+- AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
 
2937
+- AC_DEFUN([AM_PROG_LD],        [AC_PROG_LD])
 
2938
+- AC_DEFUN([AM_PROG_NM],        [AC_PROG_NM])
 
2939
+  
 
2940
+- # This is just to silence aclocal about the macro not being used
 
2941
+- ifelse([AC_DISABLE_FAST_INSTALL])
 
2942
+  
 
2943
+- AC_DEFUN([LT_AC_PROG_GCJ],
 
2944
+- [AC_CHECK_TOOL(GCJ, gcj, no)
 
2945
+-   test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
 
2946
+-   AC_SUBST(GCJFLAGS)
 
2947
+  ])
 
2948
+  
 
2949
+- AC_DEFUN([LT_AC_PROG_RC],
 
2950
+- [AC_CHECK_TOOL(RC, windres, no)
 
2951
+- ])
 
2952
+  
 
2953
+  
 
2954
+- # Cheap backport of AS_EXECUTABLE_P and required macros
 
2955
+- # from Autoconf 2.59; we should not use $as_executable_p directly.
 
2956
+  
 
2957
+- # _AS_TEST_PREPARE
 
2958
+- # ----------------
 
2959
+- m4_ifndef([_AS_TEST_PREPARE],
 
2960
+- [m4_defun([_AS_TEST_PREPARE],
 
2961
+- [if test -x / >/dev/null 2>&1; then
 
2962
+-   as_executable_p='test -x'
 
2963
+- else
 
2964
+-   as_executable_p='test -f'
 
2965
+- fi
 
2966
+- ])])# _AS_TEST_PREPARE
 
2967
+  
 
2968
+- # AS_EXECUTABLE_P
 
2969
+- # ---------------
 
2970
+- # Check whether a file is executable.
 
2971
+- m4_ifndef([AS_EXECUTABLE_P],
 
2972
+- [m4_defun([AS_EXECUTABLE_P],
 
2973
+- [AS_REQUIRE([_AS_TEST_PREPARE])dnl
 
2974
+- $as_executable_p $1[]dnl
 
2975
+- ])])# AS_EXECUTABLE_P
 
2976
+  
 
2977
+- # NOTE: This macro has been submitted for inclusion into   #
 
2978
+- #  GNU Autoconf as AC_PROG_SED.  When it is available in   #
 
2979
+- #  a released version of Autoconf we should remove this    #
 
2980
+- #  macro and use it instead.                               #
 
2981
+- # LT_AC_PROG_SED
 
2982
+- # --------------
 
2983
+- # Check for a fully-functional sed program, that truncates
 
2984
+- # as few characters as possible.  Prefer GNU sed if found.
 
2985
+- AC_DEFUN([LT_AC_PROG_SED],
 
2986
+- [AC_MSG_CHECKING([for a sed that does not truncate output])
 
2987
+- AC_CACHE_VAL(lt_cv_path_SED,
 
2988
+- [# Loop through the user's path and test for sed and gsed.
 
2989
+- # Then use that list of sed's as ones to test for truncation.
 
2990
+- as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
2991
+- for as_dir in $PATH
 
2992
+- do
 
2993
+-   IFS=$as_save_IFS
 
2994
+-   test -z "$as_dir" && as_dir=.
 
2995
+-   for lt_ac_prog in sed gsed; do
 
2996
+-     for ac_exec_ext in '' $ac_executable_extensions; do
 
2997
+-       if AS_EXECUTABLE_P(["$as_dir/$lt_ac_prog$ac_exec_ext"]); then
 
2998
+-         lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
 
2999
+-       fi
 
3000
+-     done
 
3001
+-   done
 
3002
+- done
 
3003
+- IFS=$as_save_IFS
 
3004
+- lt_ac_max=0
 
3005
+- lt_ac_count=0
 
3006
+- # Add /usr/xpg4/bin/sed as it is typically found on Solaris
 
3007
+- # along with /bin/sed that truncates output.
 
3008
+- for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
 
3009
+-   test ! -f $lt_ac_sed && continue
 
3010
+-   cat /dev/null > conftest.in
 
3011
+-   lt_ac_count=0
 
3012
+-   echo $ECHO_N "0123456789$ECHO_C" >conftest.in
 
3013
+-   # Check for GNU sed and select it if it is found.
 
3014
+-   if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
 
3015
+-     lt_cv_path_SED=$lt_ac_sed
 
3016
+-     break
 
3017
+-   fi
 
3018
+-   while true; do
 
3019
+-     cat conftest.in conftest.in >conftest.tmp
 
3020
+-     mv conftest.tmp conftest.in
 
3021
+-     cp conftest.in conftest.nl
 
3022
+-     echo >>conftest.nl
 
3023
+-     $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
 
3024
+-     cmp -s conftest.out conftest.nl || break
 
3025
+-     # 10000 chars as input seems more than enough
 
3026
+-     test $lt_ac_count -gt 10 && break
 
3027
+-     lt_ac_count=`expr $lt_ac_count + 1`
 
3028
+-     if test $lt_ac_count -gt $lt_ac_max; then
 
3029
+-       lt_ac_max=$lt_ac_count
 
3030
+-       lt_cv_path_SED=$lt_ac_sed
 
3031
+-     fi
 
3032
+-   done
 
3033
+- done
 
3034
+- ])
 
3035
+- SED=$lt_cv_path_SED
 
3036
+- AC_SUBST([SED])
 
3037
+- AC_MSG_RESULT([$SED])
 
3038
+- ])
 
3039
+  
 
3040
+- # pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-
 
3041
+- # 
 
3042
+- # Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
 
3043
+- #
 
3044
+- # This program is free software; you can redistribute it and/or modify
 
3045
+- # it under the terms of the GNU General Public License as published by
 
3046
+- # the Free Software Foundation; either version 2 of the License, or
 
3047
+- # (at your option) any later version.
 
3048
+- #
 
3049
+- # This program is distributed in the hope that it will be useful, but
 
3050
+- # WITHOUT ANY WARRANTY; without even the implied warranty of
 
3051
+- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
3052
+- # General Public License for more details.
 
3053
+- #
 
3054
+- # You should have received a copy of the GNU General Public License
 
3055
+- # along with this program; if not, write to the Free Software
 
3056
+- # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
3057
+- #
 
3058
+- # As a special exception to the GNU General Public License, if you
 
3059
+- # distribute this file as part of a program that contains a
 
3060
+- # configuration script generated by Autoconf, you may include it under
 
3061
+- # the same distribution terms that you use for the rest of that program.
 
3062
+  
 
3063
+- # PKG_PROG_PKG_CONFIG([MIN-VERSION])
 
3064
+  # ----------------------------------
 
3065
+- AC_DEFUN([PKG_PROG_PKG_CONFIG],
 
3066
+- [m4_pattern_forbid([^_?PKG_[A-Z_]+$])
 
3067
+- m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
 
3068
+- AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
 
3069
+- if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
 
3070
+-      AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
 
3071
+- fi
 
3072
+- if test -n "$PKG_CONFIG"; then
 
3073
+-      _pkg_min_version=m4_default([$1], [0.9.0])
 
3074
+-      AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
 
3075
+-      if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
 
3076
+-              AC_MSG_RESULT([yes])
 
3077
+-      else
 
3078
+-              AC_MSG_RESULT([no])
 
3079
+-              PKG_CONFIG=""
 
3080
+-      fi
 
3081
+-              
 
3082
+- fi[]dnl
 
3083
+- ])# PKG_PROG_PKG_CONFIG
 
3084
+  
 
3085
+- # PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
 
3086
+- #
 
3087
+- # Check to see whether a particular set of modules exists.  Similar
 
3088
+- # to PKG_CHECK_MODULES(), but does not set variables or print errors.
 
3089
+- #
 
3090
+  #
 
3091
+- # Similar to PKG_CHECK_MODULES, make sure that the first instance of
 
3092
+- # this or PKG_CHECK_MODULES is called, or make sure to call
 
3093
+- # PKG_CHECK_EXISTS manually
 
3094
+- # --------------------------------------------------------------
 
3095
+- AC_DEFUN([PKG_CHECK_EXISTS],
 
3096
+- [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
 
3097
+- if test -n "$PKG_CONFIG" && \
 
3098
+-     AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
 
3099
+-   m4_ifval([$2], [$2], [:])
 
3100
+- m4_ifvaln([$3], [else
 
3101
+-   $3])dnl
 
3102
+- fi])
 
3103
+  
 
3104
+  
 
3105
+- # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
 
3106
+- # ---------------------------------------------
 
3107
+- m4_define([_PKG_CONFIG],
 
3108
+- [if test -n "$$1"; then
 
3109
+-     pkg_cv_[]$1="$$1"
 
3110
+-  elif test -n "$PKG_CONFIG"; then
 
3111
+-     PKG_CHECK_EXISTS([$3],
 
3112
+-                      [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
 
3113
+-                   [pkg_failed=yes])
 
3114
+-  else
 
3115
+-     pkg_failed=untried
 
3116
+- fi[]dnl
 
3117
+- ])# _PKG_CONFIG
 
3118
+  
 
3119
+- # _PKG_SHORT_ERRORS_SUPPORTED
 
3120
+- # -----------------------------
 
3121
+- AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED],
 
3122
+- [AC_REQUIRE([PKG_PROG_PKG_CONFIG])
 
3123
+- if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
3124
+-         _pkg_short_errors_supported=yes
 
3125
+- else
 
3126
+-         _pkg_short_errors_supported=no
 
3127
+- fi[]dnl
 
3128
+- ])# _PKG_SHORT_ERRORS_SUPPORTED
 
3129
+  
 
3130
+  
 
3131
+- # PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
 
3132
+- # [ACTION-IF-NOT-FOUND])
 
3133
+- #
 
3134
+- #
 
3135
+- # Note that if there is a possibility the first call to
 
3136
+- # PKG_CHECK_MODULES might not happen, you should be sure to include an
 
3137
+- # explicit call to PKG_PROG_PKG_CONFIG in your configure.ac
 
3138
+- #
 
3139
+  #
 
3140
+- # --------------------------------------------------------------
 
3141
+- AC_DEFUN([PKG_CHECK_MODULES],
 
3142
+- [AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
 
3143
+- AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
 
3144
+- AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
 
3145
+  
 
3146
+- pkg_failed=no
 
3147
+- AC_MSG_CHECKING([for $1])
 
3148
+  
 
3149
+- _PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
 
3150
+- _PKG_CONFIG([$1][_LIBS], [libs], [$2])
 
3151
+  
 
3152
+- m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
 
3153
+- and $1[]_LIBS to avoid the need to call pkg-config.
 
3154
+- See the pkg-config man page for more details.])
 
3155
+  
 
3156
+- if test $pkg_failed = yes; then
 
3157
+-         _PKG_SHORT_ERRORS_SUPPORTED
 
3158
+-         if test $_pkg_short_errors_supported = yes; then
 
3159
+-              $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
 
3160
+-         else 
 
3161
+-              $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
 
3162
+-         fi
 
3163
+-      # Put the nasty error message in config.log where it belongs
 
3164
+-      echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
 
3165
+  
 
3166
+-      ifelse([$4], , [AC_MSG_ERROR(dnl
 
3167
+- [Package requirements ($2) were not met:
 
3168
+  
 
3169
+- $$1_PKG_ERRORS
 
3170
+  
 
3171
+- Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
3172
+- installed software in a non-standard prefix.
 
3173
+  
 
3174
+- _PKG_TEXT
 
3175
+- ])],
 
3176
+-              [AC_MSG_RESULT([no])
 
3177
+-                 $4])
 
3178
+- elif test $pkg_failed = untried; then
 
3179
+-      ifelse([$4], , [AC_MSG_FAILURE(dnl
 
3180
+- [The pkg-config script could not be found or is too old.  Make sure it
 
3181
+- is in your PATH or set the PKG_CONFIG environment variable to the full
 
3182
+- path to pkg-config.
 
3183
+  
 
3184
+- _PKG_TEXT
 
3185
+  
 
3186
+- To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
 
3187
+-              [$4])
 
3188
+- else
 
3189
+-      $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
 
3190
+-      $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
 
3191
+-         AC_MSG_RESULT([yes])
 
3192
+-      ifelse([$3], , :, [$3])
 
3193
+- fi[]dnl
 
3194
+- ])# PKG_CHECK_MODULES
 
3195
+  
 
3196
+- m4_include([m4/gnome-doc-utils.m4])
 
3197
+- m4_include([m4/intltool.m4])
 
3198
+--- 6432,8901 ----
 
3199
+         *)
 
3200
+           ;;
 
3201
+       esac
 
3202
+       esac
 
3203
+       esac
 
3204
+  
 
3205
+        fi
 
3206
+        ;;
 
3207
+  
 
3208
+        ;;
 
3209
+  
 
3210
+        ;;
 
3211
+  
 
3212
+        ;;
 
3213
+  
 
3214
+        ;;
 
3215
+  
 
3216
+        ;;
 
3217
+  
 
3218
+        ;;
 
3219
+  
 
3220
+      sysv4*MP*)
 
3221
+        if test -d /usr/nec; then
 
3222
+        fi
 
3223
+        ;;
 
3224
+  
 
3225
+  
 
3226
+        else
 
3227
+        fi
 
3228
+        ;;
 
3229
+  
 
3230
+        ;;
 
3231
+  
 
3232
+        ;;
 
3233
+  
 
3234
+        ;;
 
3235
+  
 
3236
+        ;;
 
3237
+  
 
3238
+        ;;
 
3239
+  
 
3240
+  
 
3241
+  
 
3242
+  
 
3243
+  
 
3244
+  
 
3245
+  
 
3246
+  
 
3247
+  
 
3248
+  
 
3249
+    fi
 
3250
+  ])
 
3251
+  
 
3252
+  #
 
3253
+  #
 
3254
+  fi
 
3255
+  
 
3256
+  #
 
3257
+  #
 
3258
+  
 
3259
+  
 
3260
+  
 
3261
+  
 
3262
+  
 
3263
+  
 
3264
+  
 
3265
+  
 
3266
+  
 
3267
+  
 
3268
+  
 
3269
+  
 
3270
+  
 
3271
+  
 
3272
+  
 
3273
+  
 
3274
+  
 
3275
+  
 
3276
+  
 
3277
+  
 
3278
+  
 
3279
+  
 
3280
+  
 
3281
+  
 
3282
+  
 
3283
+  
 
3284
+  
 
3285
+  
 
3286
+  
 
3287
+  
 
3288
+  
 
3289
+  
 
3290
+  
 
3291
+  
 
3292
+  
 
3293
+  
 
3294
+  
 
3295
+  
 
3296
+        ;;
 
3297
+  
 
3298
+  
 
3299
+  
 
3300
+  
 
3301
+  
 
3302
+  
 
3303
+  
 
3304
+  
 
3305
+  
 
3306
+  
 
3307
+  
 
3308
+  
 
3309
+  
 
3310
+  
 
3311
+  
 
3312
+  
 
3313
+  
 
3314
+  
 
3315
+  
 
3316
+  
 
3317
+  
 
3318
+  
 
3319
+  
 
3320
+  
 
3321
+  
 
3322
+  
 
3323
+  
 
3324
+  
 
3325
+  
 
3326
+  
 
3327
+  
 
3328
+  #
 
3329
+  
 
3330
+  
 
3331
+  
 
3332
+  
 
3333
+  #
 
3334
+  
 
3335
+  
 
3336
+  
 
3337
+  
 
3338
+  
 
3339
+  
 
3340
+  ])
 
3341
+  
 
3342
+  
 
3343
+  
 
3344
+  
 
3345
+  
 
3346
+  
 
3347
+  
 
3348
+  
 
3349
+  # ----------------------------------
 
3350
+  
 
3351
+  #
 
3352
+  
 
3353
+  
 
3354
+  
 
3355
+  
 
3356
+  
 
3357
+  #
 
3358
+  
 
3359
+  
 
3360
+  
 
3361
+  
 
3362
+  
 
3363
+  
 
3364
+  
 
3365
+  
 
3366
+  
 
3367
+  
 
3368
+  
 
3369
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/doc/Makefile.in gnome-system-tools-2.22.2.new/doc/Makefile.in
 
3370
--- gnome-system-tools-2.22.2/doc/Makefile.in   2009-03-17 15:27:43.000000000 +0000
 
3371
+++ gnome-system-tools-2.22.2.new/doc/Makefile.in       2009-03-17 16:19:55.000000000 +0000
 
3372
@@ -34,8 +34,7 @@
 
3373
 subdir = doc
 
3374
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
3375
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3376
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3377
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3378
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3379
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3380
        $(ACLOCAL_M4)
 
3381
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3382
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/doc/network/Makefile.in gnome-system-tools-2.22.2.new/doc/network/Makefile.in
 
3383
--- gnome-system-tools-2.22.2/doc/network/Makefile.in   2009-03-17 15:27:43.000000000 +0000
 
3384
+++ gnome-system-tools-2.22.2.new/doc/network/Makefile.in       2009-03-17 16:19:55.000000000 +0000
 
3385
@@ -59,8 +59,7 @@
 
3386
        $(top_srcdir)/gnome-doc-utils.make ChangeLog
 
3387
 subdir = doc/network
 
3388
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3389
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3390
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3391
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3392
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3393
        $(ACLOCAL_M4)
 
3394
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3395
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/doc/services/Makefile.in gnome-system-tools-2.22.2.new/doc/services/Makefile.in
 
3396
--- gnome-system-tools-2.22.2/doc/services/Makefile.in  2009-03-17 15:27:44.000000000 +0000
 
3397
+++ gnome-system-tools-2.22.2.new/doc/services/Makefile.in      2009-03-17 16:19:55.000000000 +0000
 
3398
@@ -59,8 +59,7 @@
 
3399
        $(top_srcdir)/gnome-doc-utils.make ChangeLog
 
3400
 subdir = doc/services
 
3401
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3402
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3403
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3404
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3405
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3406
        $(ACLOCAL_M4)
 
3407
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3408
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/doc/services/nl/Makefile.in gnome-system-tools-2.22.2.new/doc/services/nl/Makefile.in
 
3409
--- gnome-system-tools-2.22.2/doc/services/nl/Makefile.in       2009-03-17 15:27:44.000000000 +0000
 
3410
+++ gnome-system-tools-2.22.2.new/doc/services/nl/Makefile.in   2009-03-17 16:19:55.000000000 +0000
 
3411
@@ -97,8 +97,7 @@
 
3412
        $(top_srcdir)/omf.make $(top_srcdir)/xmldocs.make
 
3413
 subdir = doc/services/nl
 
3414
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3415
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3416
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3417
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3418
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3419
        $(ACLOCAL_M4)
 
3420
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3421
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/doc/shares/Makefile.in gnome-system-tools-2.22.2.new/doc/shares/Makefile.in
 
3422
--- gnome-system-tools-2.22.2/doc/shares/Makefile.in    2009-03-17 15:27:44.000000000 +0000
 
3423
+++ gnome-system-tools-2.22.2.new/doc/shares/Makefile.in        2009-03-17 16:19:55.000000000 +0000
 
3424
@@ -59,8 +59,7 @@
 
3425
        $(top_srcdir)/gnome-doc-utils.make ChangeLog
 
3426
 subdir = doc/shares
 
3427
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3428
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3429
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3430
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3431
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3432
        $(ACLOCAL_M4)
 
3433
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3434
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/doc/time/Makefile.in gnome-system-tools-2.22.2.new/doc/time/Makefile.in
 
3435
--- gnome-system-tools-2.22.2/doc/time/Makefile.in      2009-03-17 15:27:44.000000000 +0000
 
3436
+++ gnome-system-tools-2.22.2.new/doc/time/Makefile.in  2009-03-17 16:19:55.000000000 +0000
 
3437
@@ -59,8 +59,7 @@
 
3438
        $(top_srcdir)/gnome-doc-utils.make ChangeLog
 
3439
 subdir = doc/time
 
3440
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3441
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3442
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3443
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3444
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3445
        $(ACLOCAL_M4)
 
3446
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3447
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/doc/time/nl/Makefile.in gnome-system-tools-2.22.2.new/doc/time/nl/Makefile.in
 
3448
--- gnome-system-tools-2.22.2/doc/time/nl/Makefile.in   2009-03-17 15:27:44.000000000 +0000
 
3449
+++ gnome-system-tools-2.22.2.new/doc/time/nl/Makefile.in       2009-03-17 16:19:55.000000000 +0000
 
3450
@@ -97,8 +97,7 @@
 
3451
        $(top_srcdir)/omf.make $(top_srcdir)/xmldocs.make
 
3452
 subdir = doc/time/nl
 
3453
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3454
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3455
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3456
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3457
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3458
        $(ACLOCAL_M4)
 
3459
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3460
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/doc/users/Makefile.in gnome-system-tools-2.22.2.new/doc/users/Makefile.in
 
3461
--- gnome-system-tools-2.22.2/doc/users/Makefile.in     2009-03-17 15:27:44.000000000 +0000
 
3462
+++ gnome-system-tools-2.22.2.new/doc/users/Makefile.in 2009-03-17 16:19:55.000000000 +0000
 
3463
@@ -59,8 +59,7 @@
 
3464
        $(top_srcdir)/gnome-doc-utils.make ChangeLog
 
3465
 subdir = doc/users
 
3466
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3467
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3468
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3469
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3470
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3471
        $(ACLOCAL_M4)
 
3472
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3473
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/icons/16x16/apps/Makefile.in gnome-system-tools-2.22.2.new/icons/16x16/apps/Makefile.in
 
3474
--- gnome-system-tools-2.22.2/icons/16x16/apps/Makefile.in      2009-03-17 15:27:44.000000000 +0000
 
3475
+++ gnome-system-tools-2.22.2.new/icons/16x16/apps/Makefile.in  2009-03-17 16:19:55.000000000 +0000
 
3476
@@ -35,8 +35,7 @@
 
3477
 subdir = icons/16x16/apps
 
3478
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
3479
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3480
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3481
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3482
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3483
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3484
        $(ACLOCAL_M4)
 
3485
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3486
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/icons/16x16/Makefile.in gnome-system-tools-2.22.2.new/icons/16x16/Makefile.in
 
3487
--- gnome-system-tools-2.22.2/icons/16x16/Makefile.in   2009-03-17 15:27:44.000000000 +0000
 
3488
+++ gnome-system-tools-2.22.2.new/icons/16x16/Makefile.in       2009-03-17 16:19:55.000000000 +0000
 
3489
@@ -34,8 +34,7 @@
 
3490
 subdir = icons/16x16
 
3491
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
3492
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3493
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3494
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3495
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3496
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3497
        $(ACLOCAL_M4)
 
3498
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3499
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/icons/22x22/apps/Makefile.in gnome-system-tools-2.22.2.new/icons/22x22/apps/Makefile.in
 
3500
--- gnome-system-tools-2.22.2/icons/22x22/apps/Makefile.in      2009-03-17 15:27:45.000000000 +0000
 
3501
+++ gnome-system-tools-2.22.2.new/icons/22x22/apps/Makefile.in  2009-03-17 16:19:55.000000000 +0000
 
3502
@@ -35,8 +35,7 @@
 
3503
 subdir = icons/22x22/apps
 
3504
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
3505
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3506
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3507
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3508
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3509
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3510
        $(ACLOCAL_M4)
 
3511
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3512
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/icons/22x22/Makefile.in gnome-system-tools-2.22.2.new/icons/22x22/Makefile.in
 
3513
--- gnome-system-tools-2.22.2/icons/22x22/Makefile.in   2009-03-17 15:27:44.000000000 +0000
 
3514
+++ gnome-system-tools-2.22.2.new/icons/22x22/Makefile.in       2009-03-17 16:19:55.000000000 +0000
 
3515
@@ -34,8 +34,7 @@
 
3516
 subdir = icons/22x22
 
3517
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
3518
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3519
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3520
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3521
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3522
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3523
        $(ACLOCAL_M4)
 
3524
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3525
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/icons/24x24/apps/Makefile.in gnome-system-tools-2.22.2.new/icons/24x24/apps/Makefile.in
 
3526
--- gnome-system-tools-2.22.2/icons/24x24/apps/Makefile.in      2009-03-17 15:27:45.000000000 +0000
 
3527
+++ gnome-system-tools-2.22.2.new/icons/24x24/apps/Makefile.in  2009-03-17 16:19:55.000000000 +0000
 
3528
@@ -35,8 +35,7 @@
 
3529
 subdir = icons/24x24/apps
 
3530
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
3531
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3532
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3533
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3534
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3535
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3536
        $(ACLOCAL_M4)
 
3537
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3538
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/icons/24x24/Makefile.in gnome-system-tools-2.22.2.new/icons/24x24/Makefile.in
 
3539
--- gnome-system-tools-2.22.2/icons/24x24/Makefile.in   2009-03-17 15:27:45.000000000 +0000
 
3540
+++ gnome-system-tools-2.22.2.new/icons/24x24/Makefile.in       2009-03-17 16:19:55.000000000 +0000
 
3541
@@ -34,8 +34,7 @@
 
3542
 subdir = icons/24x24
 
3543
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
3544
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3545
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3546
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3547
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3548
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3549
        $(ACLOCAL_M4)
 
3550
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3551
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/icons/32x32/apps/Makefile.in gnome-system-tools-2.22.2.new/icons/32x32/apps/Makefile.in
 
3552
--- gnome-system-tools-2.22.2/icons/32x32/apps/Makefile.in      2009-03-17 15:27:45.000000000 +0000
 
3553
+++ gnome-system-tools-2.22.2.new/icons/32x32/apps/Makefile.in  2009-03-17 16:19:55.000000000 +0000
 
3554
@@ -35,8 +35,7 @@
 
3555
 subdir = icons/32x32/apps
 
3556
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
3557
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3558
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3559
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3560
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3561
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3562
        $(ACLOCAL_M4)
 
3563
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3564
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/icons/32x32/Makefile.in gnome-system-tools-2.22.2.new/icons/32x32/Makefile.in
 
3565
--- gnome-system-tools-2.22.2/icons/32x32/Makefile.in   2009-03-17 15:27:45.000000000 +0000
 
3566
+++ gnome-system-tools-2.22.2.new/icons/32x32/Makefile.in       2009-03-17 16:19:55.000000000 +0000
 
3567
@@ -34,8 +34,7 @@
 
3568
 subdir = icons/32x32
 
3569
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
3570
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3571
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3572
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3573
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3574
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3575
        $(ACLOCAL_M4)
 
3576
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3577
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/icons/48x48/apps/Makefile.in gnome-system-tools-2.22.2.new/icons/48x48/apps/Makefile.in
 
3578
--- gnome-system-tools-2.22.2/icons/48x48/apps/Makefile.in      2009-03-17 15:27:45.000000000 +0000
 
3579
+++ gnome-system-tools-2.22.2.new/icons/48x48/apps/Makefile.in  2009-03-17 16:19:55.000000000 +0000
 
3580
@@ -35,8 +35,7 @@
 
3581
 subdir = icons/48x48/apps
 
3582
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
3583
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3584
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3585
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3586
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3587
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3588
        $(ACLOCAL_M4)
 
3589
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3590
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/icons/48x48/devices/Makefile.in gnome-system-tools-2.22.2.new/icons/48x48/devices/Makefile.in
 
3591
--- gnome-system-tools-2.22.2/icons/48x48/devices/Makefile.in   2009-03-17 15:27:45.000000000 +0000
 
3592
+++ gnome-system-tools-2.22.2.new/icons/48x48/devices/Makefile.in       2009-03-17 16:19:55.000000000 +0000
 
3593
@@ -35,8 +35,7 @@
 
3594
 subdir = icons/48x48/devices
 
3595
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
3596
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3597
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3598
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3599
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3600
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3601
        $(ACLOCAL_M4)
 
3602
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3603
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/icons/48x48/Makefile.in gnome-system-tools-2.22.2.new/icons/48x48/Makefile.in
 
3604
--- gnome-system-tools-2.22.2/icons/48x48/Makefile.in   2009-03-17 15:27:45.000000000 +0000
 
3605
+++ gnome-system-tools-2.22.2.new/icons/48x48/Makefile.in       2009-03-17 16:19:55.000000000 +0000
 
3606
@@ -34,8 +34,7 @@
 
3607
 subdir = icons/48x48
 
3608
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
3609
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3610
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3611
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3612
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3613
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3614
        $(ACLOCAL_M4)
 
3615
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3616
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/icons/Makefile.in gnome-system-tools-2.22.2.new/icons/Makefile.in
 
3617
--- gnome-system-tools-2.22.2/icons/Makefile.in 2009-03-17 15:27:45.000000000 +0000
 
3618
+++ gnome-system-tools-2.22.2.new/icons/Makefile.in     2009-03-17 16:19:55.000000000 +0000
 
3619
@@ -34,8 +34,7 @@
 
3620
 subdir = icons
 
3621
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
 
3622
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3623
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3624
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3625
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3626
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3627
        $(ACLOCAL_M4)
 
3628
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3629
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/icons/scalable/apps/Makefile.in gnome-system-tools-2.22.2.new/icons/scalable/apps/Makefile.in
 
3630
--- gnome-system-tools-2.22.2/icons/scalable/apps/Makefile.in   2009-03-17 15:27:45.000000000 +0000
 
3631
+++ gnome-system-tools-2.22.2.new/icons/scalable/apps/Makefile.in       2009-03-17 16:19:55.000000000 +0000
 
3632
@@ -35,8 +35,7 @@
 
3633
 subdir = icons/scalable/apps
 
3634
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
3635
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3636
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3637
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3638
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3639
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3640
        $(ACLOCAL_M4)
 
3641
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3642
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/icons/scalable/Makefile.in gnome-system-tools-2.22.2.new/icons/scalable/Makefile.in
 
3643
--- gnome-system-tools-2.22.2/icons/scalable/Makefile.in        2009-03-17 15:27:45.000000000 +0000
 
3644
+++ gnome-system-tools-2.22.2.new/icons/scalable/Makefile.in    2009-03-17 16:19:55.000000000 +0000
 
3645
@@ -34,8 +34,7 @@
 
3646
 subdir = icons/scalable
 
3647
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
3648
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3649
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3650
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3651
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3652
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3653
        $(ACLOCAL_M4)
 
3654
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3655
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/interfaces/Makefile.in gnome-system-tools-2.22.2.new/interfaces/Makefile.in
 
3656
--- gnome-system-tools-2.22.2/interfaces/Makefile.in    2009-03-17 15:27:45.000000000 +0000
 
3657
+++ gnome-system-tools-2.22.2.new/interfaces/Makefile.in        2009-03-17 16:19:55.000000000 +0000
 
3658
@@ -35,8 +35,7 @@
 
3659
 subdir = interfaces
 
3660
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
 
3661
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3662
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3663
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3664
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3665
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3666
        $(ACLOCAL_M4)
 
3667
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3668
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/Makefile.in gnome-system-tools-2.22.2.new/Makefile.in
 
3669
--- gnome-system-tools-2.22.2/Makefile.in       2009-03-17 15:27:47.000000000 +0000
 
3670
+++ gnome-system-tools-2.22.2.new/Makefile.in   2009-03-17 16:19:55.000000000 +0000
 
3671
@@ -39,8 +39,7 @@
 
3672
        AUTHORS COPYING ChangeLog INSTALL NEWS TODO config.guess \
 
3673
        config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
 
3674
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3675
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3676
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3677
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3678
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3679
        $(ACLOCAL_M4)
 
3680
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
3681
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/pixmaps/Makefile.in gnome-system-tools-2.22.2.new/pixmaps/Makefile.in
 
3682
--- gnome-system-tools-2.22.2/pixmaps/Makefile.in       2009-03-17 15:27:46.000000000 +0000
 
3683
+++ gnome-system-tools-2.22.2.new/pixmaps/Makefile.in   2009-03-17 16:19:55.000000000 +0000
 
3684
@@ -35,8 +35,7 @@
 
3685
 subdir = pixmaps
 
3686
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
 
3687
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3688
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3689
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3690
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3691
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3692
        $(ACLOCAL_M4)
 
3693
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3694
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/src/common/Makefile.in gnome-system-tools-2.22.2.new/src/common/Makefile.in
 
3695
--- gnome-system-tools-2.22.2/src/common/Makefile.in    2009-03-17 15:27:46.000000000 +0000
 
3696
+++ gnome-system-tools-2.22.2.new/src/common/Makefile.in        2009-03-17 16:19:55.000000000 +0000
 
3697
@@ -39,8 +39,7 @@
 
3698
 subdir = src/common
 
3699
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
 
3700
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3701
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3702
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3703
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3704
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3705
        $(ACLOCAL_M4)
 
3706
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3707
@@ -50,18 +49,18 @@
 
3708
 ARFLAGS = cru
 
3709
 libsetuptool_a_AR = $(AR) $(ARFLAGS)
 
3710
 libsetuptool_a_LIBADD =
 
3711
-am__libsetuptool_a_SOURCES_DIST = gst-dialog.c gst-dialog.h gst-tool.c \
 
3712
-       gst-tool.h gst-platform-dialog.c gst-platform-dialog.h \
 
3713
-       gst-conf.c gst-conf.h gst-filter.c gst-filter.h \
 
3714
-       gst-service-role.c gst-service-role.h gst.h \
 
3715
-       gst-polkit-action.c gst-polkit-action.h gst-polkit-button.c \
 
3716
-       gst-polkit-button.h
 
3717
+am__libsetuptool_a_SOURCES_DIST = gst-package.c gst-package.h \
 
3718
+       gst-dialog.c gst-dialog.h gst-tool.c gst-tool.h \
 
3719
+       gst-platform-dialog.c gst-platform-dialog.h gst-conf.c \
 
3720
+       gst-conf.h gst-filter.c gst-filter.h gst-service-role.c \
 
3721
+       gst-service-role.h gst.h gst-polkit-action.c \
 
3722
+       gst-polkit-action.h gst-polkit-button.c gst-polkit-button.h
 
3723
 @HAVE_POLKIT_TRUE@am__objects_1 = gst-polkit-action.$(OBJEXT) \
 
3724
 @HAVE_POLKIT_TRUE@     gst-polkit-button.$(OBJEXT)
 
3725
-am_libsetuptool_a_OBJECTS = gst-dialog.$(OBJEXT) gst-tool.$(OBJEXT) \
 
3726
-       gst-platform-dialog.$(OBJEXT) gst-conf.$(OBJEXT) \
 
3727
-       gst-filter.$(OBJEXT) gst-service-role.$(OBJEXT) \
 
3728
-       $(am__objects_1)
 
3729
+am_libsetuptool_a_OBJECTS = gst-package.$(OBJEXT) gst-dialog.$(OBJEXT) \
 
3730
+       gst-tool.$(OBJEXT) gst-platform-dialog.$(OBJEXT) \
 
3731
+       gst-conf.$(OBJEXT) gst-filter.$(OBJEXT) \
 
3732
+       gst-service-role.$(OBJEXT) $(am__objects_1)
 
3733
 libsetuptool_a_OBJECTS = $(am_libsetuptool_a_OBJECTS)
 
3734
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
3735
 depcomp = $(SHELL) $(top_srcdir)/depcomp
 
3736
@@ -272,10 +271,11 @@
 
3737
        -DPREFIX=\""$(prefix)"\" \
 
3738
        -DGNOMELOCALEDIR=\""$(datadir)/locale"\"
 
3739
 
 
3740
-libsetuptool_a_SOURCES = gst-dialog.c gst-dialog.h gst-tool.c \
 
3741
-       gst-tool.h gst-platform-dialog.c gst-platform-dialog.h \
 
3742
-       gst-conf.c gst-conf.h gst-filter.c gst-filter.h \
 
3743
-       gst-service-role.c gst-service-role.h gst.h $(am__append_1)
 
3744
+libsetuptool_a_SOURCES = gst-package.c gst-package.h gst-dialog.c \
 
3745
+       gst-dialog.h gst-tool.c gst-tool.h gst-platform-dialog.c \
 
3746
+       gst-platform-dialog.h gst-conf.c gst-conf.h gst-filter.c \
 
3747
+       gst-filter.h gst-service-role.c gst-service-role.h gst.h \
 
3748
+       $(am__append_1)
 
3749
 EXTRA_DIST = CommonMakefile $(headers)
 
3750
 all: all-am
 
3751
 
 
3752
@@ -327,6 +327,7 @@
 
3753
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gst-conf.Po@am__quote@
 
3754
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gst-dialog.Po@am__quote@
 
3755
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gst-filter.Po@am__quote@
 
3756
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gst-package.Po@am__quote@
 
3757
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gst-platform-dialog.Po@am__quote@
 
3758
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gst-polkit-action.Po@am__quote@
 
3759
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gst-polkit-button.Po@am__quote@
 
3760
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/src/Makefile.in gnome-system-tools-2.22.2.new/src/Makefile.in
 
3761
--- gnome-system-tools-2.22.2/src/Makefile.in   2009-03-17 15:27:46.000000000 +0000
 
3762
+++ gnome-system-tools-2.22.2.new/src/Makefile.in       2009-03-17 16:19:55.000000000 +0000
 
3763
@@ -34,8 +34,7 @@
 
3764
 subdir = src
 
3765
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
3766
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3767
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3768
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3769
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3770
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3771
        $(ACLOCAL_M4)
 
3772
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3773
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/src/network/Makefile.in gnome-system-tools-2.22.2.new/src/network/Makefile.in
 
3774
--- gnome-system-tools-2.22.2/src/network/Makefile.in   2009-03-17 15:27:46.000000000 +0000
 
3775
+++ gnome-system-tools-2.22.2.new/src/network/Makefile.in       2009-03-17 16:19:55.000000000 +0000
 
3776
@@ -39,8 +39,7 @@
 
3777
 bin_PROGRAMS = network-admin$(EXEEXT)
 
3778
 subdir = src/network
 
3779
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3780
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3781
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3782
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3783
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3784
        $(ACLOCAL_M4)
 
3785
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3786
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/src/services/Makefile.in gnome-system-tools-2.22.2.new/src/services/Makefile.in
 
3787
--- gnome-system-tools-2.22.2/src/services/Makefile.in  2009-03-17 15:27:46.000000000 +0000
 
3788
+++ gnome-system-tools-2.22.2.new/src/services/Makefile.in      2009-03-17 16:19:55.000000000 +0000
 
3789
@@ -39,8 +39,7 @@
 
3790
 bin_PROGRAMS = services-admin$(EXEEXT)
 
3791
 subdir = src/services
 
3792
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3793
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3794
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3795
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3796
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3797
        $(ACLOCAL_M4)
 
3798
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3799
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/src/shares/Makefile.in gnome-system-tools-2.22.2.new/src/shares/Makefile.in
 
3800
--- gnome-system-tools-2.22.2/src/shares/Makefile.in    2009-03-17 15:27:46.000000000 +0000
 
3801
+++ gnome-system-tools-2.22.2.new/src/shares/Makefile.in        2009-03-17 16:19:55.000000000 +0000
 
3802
@@ -38,8 +38,7 @@
 
3803
 bin_PROGRAMS = shares-admin$(EXEEXT)
 
3804
 subdir = src/shares
 
3805
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3806
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3807
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3808
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3809
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3810
        $(ACLOCAL_M4)
 
3811
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3812
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/src/shares/nautilus/Makefile.in gnome-system-tools-2.22.2.new/src/shares/nautilus/Makefile.in
 
3813
--- gnome-system-tools-2.22.2/src/shares/nautilus/Makefile.in   2009-03-17 15:27:46.000000000 +0000
 
3814
+++ gnome-system-tools-2.22.2.new/src/shares/nautilus/Makefile.in       2009-03-17 16:19:55.000000000 +0000
 
3815
@@ -35,8 +35,7 @@
 
3816
 subdir = src/shares/nautilus
 
3817
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
3818
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3819
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3820
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3821
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3822
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3823
        $(ACLOCAL_M4)
 
3824
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3825
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/src/time/e-map/Makefile.in gnome-system-tools-2.22.2.new/src/time/e-map/Makefile.in
 
3826
--- gnome-system-tools-2.22.2/src/time/e-map/Makefile.in        2009-03-17 15:27:47.000000000 +0000
 
3827
+++ gnome-system-tools-2.22.2.new/src/time/e-map/Makefile.in    2009-03-17 16:19:55.000000000 +0000
 
3828
@@ -35,8 +35,7 @@
 
3829
 subdir = src/time/e-map
 
3830
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
 
3831
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3832
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3833
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3834
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3835
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3836
        $(ACLOCAL_M4)
 
3837
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3838
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/src/time/Makefile.in gnome-system-tools-2.22.2.new/src/time/Makefile.in
 
3839
--- gnome-system-tools-2.22.2/src/time/Makefile.in      2009-03-17 15:27:46.000000000 +0000
 
3840
+++ gnome-system-tools-2.22.2.new/src/time/Makefile.in  2009-03-17 16:19:55.000000000 +0000
 
3841
@@ -38,8 +38,7 @@
 
3842
 bin_PROGRAMS = time-admin$(EXEEXT)
 
3843
 subdir = src/time
 
3844
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3845
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3846
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3847
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3848
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3849
        $(ACLOCAL_M4)
 
3850
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
3851
diff -Nur -x '*.orig' -x '*~' gnome-system-tools-2.22.2/src/users/Makefile.in gnome-system-tools-2.22.2.new/src/users/Makefile.in
 
3852
--- gnome-system-tools-2.22.2/src/users/Makefile.in     2009-03-17 15:27:47.000000000 +0000
 
3853
+++ gnome-system-tools-2.22.2.new/src/users/Makefile.in 2009-03-17 16:19:55.000000000 +0000
 
3854
@@ -39,8 +39,7 @@
 
3855
 bin_PROGRAMS = users-admin$(EXEEXT)
 
3856
 subdir = src/users
 
3857
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
3858
-am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
3859
-       $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/configure.in
 
3860
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
3861
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
3862
        $(ACLOCAL_M4)
 
3863
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs