~ubuntu-branches/ubuntu/precise/gnome-control-center/precise-updates

« back to all changes in this revision

Viewing changes to debian/patches/99_autoreconf.patch

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-03-17 15:34:39 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20090317153439-e1qqregm2p5qzapn
Tags: 1:2.26.0-0ubuntu1
* New upstream release: (LP: #344244)
  + About me:
   - Fix warning when selecting a finger to enroll in the combo box
     (Bastien Nocera)
  + Default applications:
   - Fix mnemonic conflicts (Jens Granseuer)
  + Display:
   - Make the strings of the rotation dialog appear translated (Gabor Kelemen)
   - Fix crash when refreshing RANDR configuration (Federico Mena Quintero)
     (LP: #340386)
  + Font viewer:
   - Stop the font thumbnailer eating all the CPU (Bastien Nocera) (LP: #339417)
  + Keybindings:
   - Fix mnemonics conflict on the custom shortcut window (Jens Granseuer)
  + Typing break:
   - Revert string freeze breaker (Thomas H.P. Andersen)
  + Updated translations
* Refresh debian/patches/99_autoreconf.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.25.92/aclocal.m4 gnome-control-center-2.25.92.new/aclocal.m4
2
 
--- gnome-control-center-2.25.92/aclocal.m4     2009-03-04 10:55:18.000000000 +0100
3
 
+++ gnome-control-center-2.25.92.new/aclocal.m4 2009-03-04 10:55:34.000000000 +0100
4
 
@@ -1,4 +1,4 @@
5
 
-# generated automatically by aclocal 1.10.1 -*- Autoconf -*-
6
 
+# generated automatically by aclocal 1.10.2 -*- Autoconf -*-
7
 
 
8
 
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
9
 
 # 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
10
 
@@ -13,7 +13,7 @@
 
1
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.26.0/aclocal.m4 gnome-control-center-2.26.0.new/aclocal.m4
 
2
--- gnome-control-center-2.26.0/aclocal.m4      2009-03-17 12:01:46.000000000 +0100
 
3
+++ gnome-control-center-2.26.0.new/aclocal.m4  2009-03-17 12:02:08.000000000 +0100
 
4
@@ -13,8432 +13,1800 @@
11
5
 
12
6
 m4_ifndef([AC_AUTOCONF_VERSION],
13
7
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
14
 
-m4_if(AC_AUTOCONF_VERSION, [2.63],,
15
 
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
16
 
 [m4_warning([this file was generated for autoconf 2.63.
 
8
-m4_if(AC_AUTOCONF_VERSION, [2.62],,
 
9
-[m4_warning([this file was generated for autoconf 2.62.
 
10
+m4_if(AC_AUTOCONF_VERSION, [2.61],,
 
11
+[m4_warning([this file was generated for autoconf 2.61.
17
12
 You have another version of autoconf.  It may work, but is not guaranteed to.
18
13
 If you have problems, you may need to regenerate the build system entirely.
19
 
@@ -686,6645 +686,6 @@
20
 
   AC_SUBST(WARN_CXXFLAGS)
21
 
 ])
22
 
 
 
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
+  AC_SUBST(GCONF_SCHEMA_CONFIG_SOURCE)
 
69
+  AC_MSG_RESULT([Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation])
 
70
 
 
71
-# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
 
72
+  if test "x$GCONF_SCHEMA_FILE_DIR" = "x"; then
 
73
+    GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas'
 
74
+  fi
 
75
 
 
76
-# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
77
-#
 
78
-# This file is free software; the Free Software Foundation
 
79
-# gives unlimited permission to copy and/or distribute it,
 
80
-# with or without modifications, as long as this notice is preserved.
 
81
+  AC_ARG_WITH([gconf-schema-file-dir],
 
82
+             AC_HELP_STRING([--with-gconf-schema-file-dir=dir],
 
83
+                            [Directory for installing schema files.]),
 
84
+             [GCONF_SCHEMA_FILE_DIR="$withval"],)
 
85
 
 
86
-# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
 
87
-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
 
88
-# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
 
89
+  AC_SUBST(GCONF_SCHEMA_FILE_DIR)
 
90
+  AC_MSG_RESULT([Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files])
 
91
+
 
92
+  AC_ARG_ENABLE(schemas-install,
 
93
+     [  --disable-schemas-install      Disable the schemas installation],
 
94
+     [case ${enableval} in
 
95
+       yes|no) ;;
 
96
+       *) AC_MSG_ERROR(bad value ${enableval} for --enable-schemas-install) ;;
 
97
+      esac])
 
98
+  AM_CONDITIONAL([GCONF_SCHEMAS_INSTALL], [test "$enable_schemas_install" != no])
 
99
+])
 
100
+
 
101
+# Copyright (C) 1995-2002 Free Software Foundation, Inc.
 
102
+# Copyright (C) 2001-2003,2004 Red Hat, Inc.
 
103
 #
 
104
-# Of course, Automake must honor this variable whenever it calls a
 
105
-# tool from the auxiliary directory.  The problem is that $srcdir (and
 
106
-# therefore $ac_aux_dir as well) can be either absolute or relative,
 
107
-# depending on how configure is run.  This is pretty annoying, since
 
108
-# it makes $ac_aux_dir quite unusable in subdirectories: in the top
 
109
-# source directory, any form will work fine, but in subdirectories a
 
110
-# relative path needs to be adjusted first.
 
111
+# This file is free software, distributed under the terms of the GNU
 
112
+# General Public License.  As a special exception to the GNU General
 
113
+# Public License, this file may be distributed as part of a program
 
114
+# that contains a configuration script generated by Autoconf, under
 
115
+# the same distribution terms as the rest of that program.
 
116
 #
 
117
-# $ac_aux_dir/missing
 
118
-#    fails when called from a subdirectory if $ac_aux_dir is relative
 
119
-# $top_srcdir/$ac_aux_dir/missing
 
120
-#    fails if $ac_aux_dir is absolute,
 
121
-#    fails when called from a subdirectory in a VPATH build with
 
122
-#          a relative $ac_aux_dir
 
123
+# This file can be copied and used freely without restrictions.  It can
 
124
+# be used in projects which are not available under the GNU Public License
 
125
+# but which still want to provide support for the GNU gettext functionality.
 
126
 #
 
127
-# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
 
128
-# are both prefixed by $srcdir.  In an in-source build this is usually
 
129
-# harmless because $srcdir is `.', but things will broke when you
 
130
-# start a VPATH build or use an absolute $srcdir.
 
131
+# Macro to add for using GNU gettext.
 
132
+# Ulrich Drepper <drepper@cygnus.com>, 1995, 1996
 
133
 #
 
134
-# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
 
135
-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
 
136
-#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
 
137
-# and then we would define $MISSING as
 
138
-#   MISSING="\${SHELL} $am_aux_dir/missing"
 
139
-# This will work as long as MISSING is not called from configure, because
 
140
-# unfortunately $(top_srcdir) has no meaning in configure.
 
141
-# However there are other variables, like CC, which are often used in
 
142
-# configure, and could therefore not use this "fixed" $ac_aux_dir.
 
143
+# Modified to never use included libintl. 
 
144
+# Owen Taylor <otaylor@redhat.com>, 12/15/1998
 
145
 #
 
146
-# Another solution, used here, is to always expand $ac_aux_dir to an
 
147
-# absolute PATH.  The drawback is that using absolute paths prevent a
 
148
-# configured tree to be moved without reconfiguration.
 
149
-
 
150
-AC_DEFUN([AM_AUX_DIR_EXPAND],
 
151
-[dnl Rely on autoconf to set up CDPATH properly.
 
152
-AC_PREREQ([2.50])dnl
 
153
-# expand $ac_aux_dir to an absolute path
 
154
-am_aux_dir=`cd $ac_aux_dir && pwd`
 
155
-])
 
156
-
 
157
-# AM_CONDITIONAL                                            -*- Autoconf -*-
 
158
-
 
159
-# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006
 
160
-# Free Software Foundation, Inc.
 
161
+# Major rework to remove unused code
 
162
+# Owen Taylor <otaylor@redhat.com>, 12/11/2002
 
163
 #
 
164
-# This file is free software; the Free Software Foundation
 
165
-# gives unlimited permission to copy and/or distribute it,
 
166
-# with or without modifications, as long as this notice is preserved.
 
167
+# Added better handling of ALL_LINGUAS from GNU gettext version 
 
168
+# written by Bruno Haible, Owen Taylor <otaylor.redhat.com> 5/30/3002
 
169
+#
 
170
+# Modified to require ngettext
 
171
+# Matthias Clasen <mclasen@redhat.com> 08/06/2004
 
172
+#
 
173
+# We need this here as well, since someone might use autoconf-2.5x
 
174
+# to configure GLib then an older version to configure a package
 
175
+# using AM_GLIB_GNU_GETTEXT
 
176
+AC_PREREQ(2.53)
 
177
 
 
178
-# serial 8
 
179
+dnl
 
180
+dnl We go to great lengths to make sure that aclocal won't 
 
181
+dnl try to pull in the installed version of these macros
 
182
+dnl when running aclocal in the glib directory.
 
183
+dnl
 
184
+m4_copy([AC_DEFUN],[glib_DEFUN])
 
185
+m4_copy([AC_REQUIRE],[glib_REQUIRE])
 
186
+dnl
 
187
+dnl At the end, if we're not within glib, we'll define the public
 
188
+dnl definitions in terms of our private definitions.
 
189
+dnl
 
190
 
 
191
-# AM_CONDITIONAL(NAME, SHELL-CONDITION)
 
192
-# -------------------------------------
 
193
-# Define a conditional.
 
194
-AC_DEFUN([AM_CONDITIONAL],
 
195
-[AC_PREREQ(2.52)dnl
 
196
- ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
 
197
-       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
 
198
-AC_SUBST([$1_TRUE])dnl
 
199
-AC_SUBST([$1_FALSE])dnl
 
200
-_AM_SUBST_NOTMAKE([$1_TRUE])dnl
 
201
-_AM_SUBST_NOTMAKE([$1_FALSE])dnl
 
202
-if $2; then
 
203
-  $1_TRUE=
 
204
-  $1_FALSE='#'
 
205
+# GLIB_LC_MESSAGES
 
206
+#--------------------
 
207
+glib_DEFUN([GLIB_LC_MESSAGES],
 
208
+  [AC_CHECK_HEADERS([locale.h])
 
209
+    if test $ac_cv_header_locale_h = yes; then
 
210
+    AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES,
 
211
+      [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES],
 
212
+       am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)])
 
213
+    if test $am_cv_val_LC_MESSAGES = yes; then
 
214
+      AC_DEFINE(HAVE_LC_MESSAGES, 1,
 
215
+        [Define if your <locale.h> file defines LC_MESSAGES.])
 
216
+    fi
 
217
+  fi])
 
218
+
 
219
+# GLIB_PATH_PROG_WITH_TEST
 
220
+#----------------------------
 
221
+dnl GLIB_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR,
 
222
+dnl   TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]])
 
223
+glib_DEFUN([GLIB_PATH_PROG_WITH_TEST],
 
224
+[# Extract the first word of "$2", so it can be a program name with args.
 
225
+set dummy $2; ac_word=[$]2
 
226
+AC_MSG_CHECKING([for $ac_word])
 
227
+AC_CACHE_VAL(ac_cv_path_$1,
 
228
+[case "[$]$1" in
 
229
+  /*)
 
230
+  ac_cv_path_$1="[$]$1" # Let the user override the test with a path.
 
231
+  ;;
 
232
+  *)
 
233
+  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
 
234
+  for ac_dir in ifelse([$5], , $PATH, [$5]); do
 
235
+    test -z "$ac_dir" && ac_dir=.
 
236
+    if test -f $ac_dir/$ac_word; then
 
237
+      if [$3]; then
 
238
+       ac_cv_path_$1="$ac_dir/$ac_word"
 
239
+       break
 
240
+      fi
 
241
+    fi
 
242
+  done
 
243
+  IFS="$ac_save_ifs"
 
244
+dnl If no 4th arg is given, leave the cache variable unset,
 
245
+dnl so AC_PATH_PROGS will keep looking.
 
246
+ifelse([$4], , , [  test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4"
 
247
+])dnl
 
248
+  ;;
 
249
+esac])dnl
 
250
+$1="$ac_cv_path_$1"
 
251
+if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then
 
252
+  AC_MSG_RESULT([$]$1)
 
253
 else
 
254
-  $1_TRUE='#'
 
255
-  $1_FALSE=
 
256
+  AC_MSG_RESULT(no)
 
257
 fi
 
258
-AC_CONFIG_COMMANDS_PRE(
 
259
-[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
 
260
-  AC_MSG_ERROR([[conditional "$1" was never defined.
 
261
-Usually this means the macro was only invoked conditionally.]])
 
262
-fi])])
 
263
-
 
264
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
 
265
-# Free Software Foundation, Inc.
 
266
-#
 
267
-# This file is free software; the Free Software Foundation
 
268
-# gives unlimited permission to copy and/or distribute it,
 
269
-# with or without modifications, as long as this notice is preserved.
 
270
+AC_SUBST($1)dnl
 
271
+])
 
272
 
 
273
-# serial 9
 
274
+# GLIB_WITH_NLS
 
275
+#-----------------
 
276
+glib_DEFUN([GLIB_WITH_NLS],
 
277
+  dnl NLS is obligatory
 
278
+  [USE_NLS=yes
 
279
+    AC_SUBST(USE_NLS)
 
280
 
 
281
-# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
 
282
-# written in clear, in which case automake, when reading aclocal.m4,
 
283
-# will think it sees a *use*, and therefore will trigger all it's
 
284
-# C support machinery.  Also note that it means that autoscan, seeing
 
285
-# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
 
286
+    gt_cv_have_gettext=no
 
287
 
 
288
+    CATOBJEXT=NONE
 
289
+    XGETTEXT=:
 
290
+    INTLLIBS=
 
291
 
 
292
-# _AM_DEPENDENCIES(NAME)
 
293
-# ----------------------
 
294
-# See how the compiler implements dependency checking.
 
295
-# NAME is "CC", "CXX", "GCJ", or "OBJC".
 
296
-# We try a few techniques and use that to set a single cache variable.
 
297
-#
 
298
-# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
 
299
-# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
 
300
-# dependency, and given that the user is not expected to run this macro,
 
301
-# just rely on AC_PROG_CC.
 
302
-AC_DEFUN([_AM_DEPENDENCIES],
 
303
-[AC_REQUIRE([AM_SET_DEPDIR])dnl
 
304
-AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
 
305
-AC_REQUIRE([AM_MAKE_INCLUDE])dnl
 
306
-AC_REQUIRE([AM_DEP_TRACK])dnl
 
307
-
 
308
-ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
 
309
-       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
 
310
-       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
 
311
-       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
 
312
-       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
 
313
-                   [depcc="$$1"   am_compiler_list=])
 
314
-
 
315
-AC_CACHE_CHECK([dependency style of $depcc],
 
316
-               [am_cv_$1_dependencies_compiler_type],
 
317
-[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
318
-  # We make a subdir and do the tests there.  Otherwise we can end up
 
319
-  # making bogus files that we don't know about and never remove.  For
 
320
-  # instance it was reported that on HP-UX the gcc test will end up
 
321
-  # making a dummy file named `D' -- because `-MD' means `put the output
 
322
-  # in D'.
 
323
-  mkdir conftest.dir
 
324
-  # Copy depcomp to subdir because otherwise we won't find it if we're
 
325
-  # using a relative directory.
 
326
-  cp "$am_depcomp" conftest.dir
 
327
-  cd conftest.dir
 
328
-  # We will build objects and dependencies in a subdirectory because
 
329
-  # it helps to detect inapplicable dependency modes.  For instance
 
330
-  # both Tru64's cc and ICC support -MD to output dependencies as a
 
331
-  # side effect of compilation, but ICC will put the dependencies in
 
332
-  # the current directory while Tru64 will put them in the object
 
333
-  # directory.
 
334
-  mkdir sub
 
335
-
 
336
-  am_cv_$1_dependencies_compiler_type=none
 
337
-  if test "$am_compiler_list" = ""; then
 
338
-     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
 
339
-  fi
 
340
-  for depmode in $am_compiler_list; do
 
341
-    # Setup a source with many dependencies, because some compilers
 
342
-    # like to wrap large dependency lists on column 80 (with \), and
 
343
-    # we should not choose a depcomp mode which is confused by this.
 
344
-    #
 
345
-    # We need to recreate these files for each test, as the compiler may
 
346
-    # overwrite some of them when testing with obscure command lines.
 
347
-    # This happens at least with the AIX C compiler.
 
348
-    : > sub/conftest.c
 
349
-    for i in 1 2 3 4 5 6; do
 
350
-      echo '#include "conftst'$i'.h"' >> sub/conftest.c
 
351
-      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
 
352
-      # Solaris 8's {/usr,}/bin/sh.
 
353
-      touch sub/conftst$i.h
 
354
-    done
 
355
-    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
 
356
-
 
357
-    case $depmode in
 
358
-    nosideeffect)
 
359
-      # after this tag, mechanisms are not by side-effect, so they'll
 
360
-      # only be used when explicitly requested
 
361
-      if test "x$enable_dependency_tracking" = xyes; then
 
362
-       continue
 
363
-      else
 
364
-       break
 
365
-      fi
 
366
-      ;;
 
367
-    none) break ;;
 
368
-    esac
 
369
-    # We check with `-c' and `-o' for the sake of the "dashmstdout"
 
370
-    # mode.  It turns out that the SunPro C++ compiler does not properly
 
371
-    # handle `-M -o', and we need to detect this.
 
372
-    if depmode=$depmode \
 
373
-       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
 
374
-       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
 
375
-       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
 
376
-         >/dev/null 2>conftest.err &&
 
377
-       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
 
378
-       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
 
379
-       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
 
380
-       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
 
381
-      # icc doesn't choke on unknown options, it will just issue warnings
 
382
-      # or remarks (even with -Werror).  So we grep stderr for any message
 
383
-      # that says an option was ignored or not supported.
 
384
-      # When given -MP, icc 7.0 and 7.1 complain thusly:
 
385
-      #   icc: Command line warning: ignoring option '-M'; no argument required
 
386
-      # The diagnosis changed in icc 8.0:
 
387
-      #   icc: Command line remark: option '-MP' not supported
 
388
-      if (grep 'ignoring option' conftest.err ||
 
389
-          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
 
390
-        am_cv_$1_dependencies_compiler_type=$depmode
 
391
-        break
 
392
-      fi
 
393
-    fi
 
394
-  done
 
395
-
 
396
-  cd ..
 
397
-  rm -rf conftest.dir
 
398
-else
 
399
-  am_cv_$1_dependencies_compiler_type=none
 
400
-fi
 
401
-])
 
402
-AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
 
403
-AM_CONDITIONAL([am__fastdep$1], [
 
404
-  test "x$enable_dependency_tracking" != xno \
 
405
-  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
 
406
-])
 
407
-
 
408
-
 
409
-# AM_SET_DEPDIR
 
410
-# -------------
 
411
-# Choose a directory name for dependency files.
 
412
-# This macro is AC_REQUIREd in _AM_DEPENDENCIES
 
413
-AC_DEFUN([AM_SET_DEPDIR],
 
414
-[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
415
-AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
 
416
-])
 
417
-
 
418
-
 
419
-# AM_DEP_TRACK
 
420
-# ------------
 
421
-AC_DEFUN([AM_DEP_TRACK],
 
422
-[AC_ARG_ENABLE(dependency-tracking,
 
423
-[  --disable-dependency-tracking  speeds up one-time build
 
424
-  --enable-dependency-tracking   do not reject slow dependency extractors])
 
425
-if test "x$enable_dependency_tracking" != xno; then
 
426
-  am_depcomp="$ac_aux_dir/depcomp"
 
427
-  AMDEPBACKSLASH='\'
 
428
-fi
 
429
-AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
 
430
-AC_SUBST([AMDEPBACKSLASH])dnl
 
431
-_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
 
432
-])
 
433
-
 
434
-# Generate code to set up dependency tracking.              -*- Autoconf -*-
 
435
-
 
436
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
 
437
-# Free Software Foundation, Inc.
 
438
-#
 
439
-# This file is free software; the Free Software Foundation
 
440
-# gives unlimited permission to copy and/or distribute it,
 
441
-# with or without modifications, as long as this notice is preserved.
 
442
-
 
443
-#serial 3
 
444
-
 
445
-# _AM_OUTPUT_DEPENDENCY_COMMANDS
 
446
-# ------------------------------
 
447
-AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
 
448
-[for mf in $CONFIG_FILES; do
 
449
-  # Strip MF so we end up with the name of the file.
 
450
-  mf=`echo "$mf" | sed -e 's/:.*$//'`
 
451
-  # Check whether this is an Automake generated Makefile or not.
 
452
-  # We used to match only the files named `Makefile.in', but
 
453
-  # some people rename them; so instead we look at the file content.
 
454
-  # Grep'ing the first line is not enough: some people post-process
 
455
-  # each Makefile.in and add a new line on top of each file to say so.
 
456
-  # Grep'ing the whole file is not good either: AIX grep has a line
 
457
-  # limit of 2048, but all sed's we know have understand at least 4000.
 
458
-  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
 
459
-    dirpart=`AS_DIRNAME("$mf")`
 
460
-  else
 
461
-    continue
 
462
-  fi
 
463
-  # Extract the definition of DEPDIR, am__include, and am__quote
 
464
-  # from the Makefile without running `make'.
 
465
-  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 
466
-  test -z "$DEPDIR" && continue
 
467
-  am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
468
-  test -z "am__include" && continue
 
469
-  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
 
470
-  # When using ansi2knr, U may be empty or an underscore; expand it
 
471
-  U=`sed -n 's/^U = //p' < "$mf"`
 
472
-  # Find all dependency output files, they are included files with
 
473
-  # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
474
-  # simplest approach to changing $(DEPDIR) to its actual value in the
 
475
-  # expansion.
 
476
-  for file in `sed -n "
 
477
-    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
 
478
-       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
479
-    # Make sure the directory exists.
 
480
-    test -f "$dirpart/$file" && continue
 
481
-    fdir=`AS_DIRNAME(["$file"])`
 
482
-    AS_MKDIR_P([$dirpart/$fdir])
 
483
-    # echo "creating $dirpart/$file"
 
484
-    echo '# dummy' > "$dirpart/$file"
 
485
-  done
 
486
-done
 
487
-])# _AM_OUTPUT_DEPENDENCY_COMMANDS
 
488
-
 
489
-
 
490
-# AM_OUTPUT_DEPENDENCY_COMMANDS
 
491
-# -----------------------------
 
492
-# This macro should only be invoked once -- use via AC_REQUIRE.
 
493
-#
 
494
-# This code is only required when automatic dependency tracking
 
495
-# is enabled.  FIXME.  This creates each `.P' file that we will
 
496
-# need in order to bootstrap the dependency handling code.
 
497
-AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
 
498
-[AC_CONFIG_COMMANDS([depfiles],
 
499
-     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
 
500
-     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
 
501
-])
 
502
-
 
503
-# Do all the work for Automake.                             -*- Autoconf -*-
 
504
-
 
505
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 
506
-# 2005, 2006, 2008 Free Software Foundation, Inc.
 
507
-#
 
508
-# This file is free software; the Free Software Foundation
 
509
-# gives unlimited permission to copy and/or distribute it,
 
510
-# with or without modifications, as long as this notice is preserved.
 
511
-
 
512
-# serial 13
 
513
-
 
514
-# This macro actually does too much.  Some checks are only needed if
 
515
-# your package does certain things.  But this isn't really a big deal.
 
516
-
 
517
-# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
 
518
-# AM_INIT_AUTOMAKE([OPTIONS])
 
519
-# -----------------------------------------------
 
520
-# The call with PACKAGE and VERSION arguments is the old style
 
521
-# call (pre autoconf-2.50), which is being phased out.  PACKAGE
 
522
-# and VERSION should now be passed to AC_INIT and removed from
 
523
-# the call to AM_INIT_AUTOMAKE.
 
524
-# We support both call styles for the transition.  After
 
525
-# the next Automake release, Autoconf can make the AC_INIT
 
526
-# arguments mandatory, and then we can depend on a new Autoconf
 
527
-# release and drop the old call support.
 
528
-AC_DEFUN([AM_INIT_AUTOMAKE],
 
529
-[AC_PREREQ([2.60])dnl
 
530
-dnl Autoconf wants to disallow AM_ names.  We explicitly allow
 
531
-dnl the ones we care about.
 
532
-m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
 
533
-AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
 
534
-AC_REQUIRE([AC_PROG_INSTALL])dnl
 
535
-if test "`cd $srcdir && pwd`" != "`pwd`"; then
 
536
-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
 
537
-  # is not polluted with repeated "-I."
 
538
-  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
 
539
-  # test to see if srcdir already configured
 
540
-  if test -f $srcdir/config.status; then
 
541
-    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
 
542
-  fi
 
543
-fi
 
544
-
 
545
-# test whether we have cygpath
 
546
-if test -z "$CYGPATH_W"; then
 
547
-  if (cygpath --version) >/dev/null 2>/dev/null; then
 
548
-    CYGPATH_W='cygpath -w'
 
549
-  else
 
550
-    CYGPATH_W=echo
 
551
-  fi
 
552
-fi
 
553
-AC_SUBST([CYGPATH_W])
 
554
-
 
555
-# Define the identity of the package.
 
556
-dnl Distinguish between old-style and new-style calls.
 
557
-m4_ifval([$2],
 
558
-[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
 
559
- AC_SUBST([PACKAGE], [$1])dnl
 
560
- AC_SUBST([VERSION], [$2])],
 
561
-[_AM_SET_OPTIONS([$1])dnl
 
562
-dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
 
563
-m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
 
564
-  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
 
565
- AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
 
566
- AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
 
567
-
 
568
-_AM_IF_OPTION([no-define],,
 
569
-[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
 
570
- AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
 
571
-
 
572
-# Some tools Automake needs.
 
573
-AC_REQUIRE([AM_SANITY_CHECK])dnl
 
574
-AC_REQUIRE([AC_ARG_PROGRAM])dnl
 
575
-AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
 
576
-AM_MISSING_PROG(AUTOCONF, autoconf)
 
577
-AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
 
578
-AM_MISSING_PROG(AUTOHEADER, autoheader)
 
579
-AM_MISSING_PROG(MAKEINFO, makeinfo)
 
580
-AM_PROG_INSTALL_SH
 
581
-AM_PROG_INSTALL_STRIP
 
582
-AC_REQUIRE([AM_PROG_MKDIR_P])dnl
 
583
-# We need awk for the "check" target.  The system "awk" is bad on
 
584
-# some platforms.
 
585
-AC_REQUIRE([AC_PROG_AWK])dnl
 
586
-AC_REQUIRE([AC_PROG_MAKE_SET])dnl
 
587
-AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
588
-_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
 
589
-              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
 
590
-                            [_AM_PROG_TAR([v7])])])
 
591
-_AM_IF_OPTION([no-dependencies],,
 
592
-[AC_PROVIDE_IFELSE([AC_PROG_CC],
 
593
-                  [_AM_DEPENDENCIES(CC)],
 
594
-                  [define([AC_PROG_CC],
 
595
-                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
 
596
-AC_PROVIDE_IFELSE([AC_PROG_CXX],
 
597
-                  [_AM_DEPENDENCIES(CXX)],
 
598
-                  [define([AC_PROG_CXX],
 
599
-                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 
600
-AC_PROVIDE_IFELSE([AC_PROG_OBJC],
 
601
-                  [_AM_DEPENDENCIES(OBJC)],
 
602
-                  [define([AC_PROG_OBJC],
 
603
-                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
 
604
-])
 
605
-])
 
606
-
 
607
-
 
608
-# When config.status generates a header, we must update the stamp-h file.
 
609
-# This file resides in the same directory as the config header
 
610
-# that is generated.  The stamp files are numbered to have different names.
 
611
-
 
612
-# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
 
613
-# loop where config.status creates the headers, so we can generate
 
614
-# our stamp files there.
 
615
-AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
 
616
-[# Compute $1's index in $config_headers.
 
617
-_am_arg=$1
 
618
-_am_stamp_count=1
 
619
-for _am_header in $config_headers :; do
 
620
-  case $_am_header in
 
621
-    $_am_arg | $_am_arg:* )
 
622
-      break ;;
 
623
-    * )
 
624
-      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
 
625
-  esac
 
626
-done
 
627
-echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
 
628
-
 
629
-# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
630
-#
 
631
-# This file is free software; the Free Software Foundation
 
632
-# gives unlimited permission to copy and/or distribute it,
 
633
-# with or without modifications, as long as this notice is preserved.
 
634
-
 
635
-# AM_PROG_INSTALL_SH
 
636
-# ------------------
 
637
-# Define $install_sh.
 
638
-AC_DEFUN([AM_PROG_INSTALL_SH],
 
639
-[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
640
-install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
 
641
-AC_SUBST(install_sh)])
 
642
-
 
643
-# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
 
644
-#
 
645
-# This file is free software; the Free Software Foundation
 
646
-# gives unlimited permission to copy and/or distribute it,
 
647
-# with or without modifications, as long as this notice is preserved.
 
648
-
 
649
-# serial 2
 
650
-
 
651
-# Check whether the underlying file-system supports filenames
 
652
-# with a leading dot.  For instance MS-DOS doesn't.
 
653
-AC_DEFUN([AM_SET_LEADING_DOT],
 
654
-[rm -rf .tst 2>/dev/null
 
655
-mkdir .tst 2>/dev/null
 
656
-if test -d .tst; then
 
657
-  am__leading_dot=.
 
658
-else
 
659
-  am__leading_dot=_
 
660
-fi
 
661
-rmdir .tst 2>/dev/null
 
662
-AC_SUBST([am__leading_dot])])
 
663
-
 
664
-# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
 
665
-# From Jim Meyering
 
666
-
 
667
-# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005
 
668
-# Free Software Foundation, Inc.
 
669
-#
 
670
-# This file is free software; the Free Software Foundation
 
671
-# gives unlimited permission to copy and/or distribute it,
 
672
-# with or without modifications, as long as this notice is preserved.
 
673
-
 
674
-# serial 4
 
675
-
 
676
-AC_DEFUN([AM_MAINTAINER_MODE],
 
677
-[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
 
678
-  dnl maintainer-mode is disabled by default
 
679
-  AC_ARG_ENABLE(maintainer-mode,
 
680
-[  --enable-maintainer-mode  enable make rules and dependencies not useful
 
681
-                         (and sometimes confusing) to the casual installer],
 
682
-      USE_MAINTAINER_MODE=$enableval,
 
683
-      USE_MAINTAINER_MODE=no)
 
684
-  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
 
685
-  AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
 
686
-  MAINT=$MAINTAINER_MODE_TRUE
 
687
-  AC_SUBST(MAINT)dnl
 
688
-]
 
689
-)
 
690
-
 
691
-AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
 
692
-
 
693
-# Check to see how 'make' treats includes.                 -*- Autoconf -*-
 
694
-
 
695
-# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
 
696
-#
 
697
-# This file is free software; the Free Software Foundation
 
698
-# gives unlimited permission to copy and/or distribute it,
 
699
-# with or without modifications, as long as this notice is preserved.
 
700
-
 
701
-# serial 3
 
702
-
 
703
-# AM_MAKE_INCLUDE()
 
704
-# -----------------
 
705
-# Check to see how make treats includes.
 
706
-AC_DEFUN([AM_MAKE_INCLUDE],
 
707
-[am_make=${MAKE-make}
 
708
-cat > confinc << 'END'
 
709
-am__doit:
 
710
-       @echo done
 
711
-.PHONY: am__doit
 
712
-END
 
713
-# If we don't find an include directive, just comment out the code.
 
714
-AC_MSG_CHECKING([for style of include used by $am_make])
 
715
-am__include="#"
 
716
-am__quote=
 
717
-_am_result=none
 
718
-# First try GNU make style include.
 
719
-echo "include confinc" > confmf
 
720
-# We grep out `Entering directory' and `Leaving directory'
 
721
-# messages which can occur if `w' ends up in MAKEFLAGS.
 
722
-# In particular we don't look at `^make:' because GNU make might
 
723
-# be invoked under some other name (usually "gmake"), in which
 
724
-# case it prints its new name instead of `make'.
 
725
-if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
 
726
-   am__include=include
 
727
-   am__quote=
 
728
-   _am_result=GNU
 
729
-fi
 
730
-# Now try BSD make style include.
 
731
-if test "$am__include" = "#"; then
 
732
-   echo '.include "confinc"' > confmf
 
733
-   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
 
734
-      am__include=.include
 
735
-      am__quote="\""
 
736
-      _am_result=BSD
 
737
-   fi
 
738
-fi
 
739
-AC_SUBST([am__include])
 
740
-AC_SUBST([am__quote])
 
741
-AC_MSG_RESULT([$_am_result])
 
742
-rm -f confinc confmf
 
743
-])
 
744
-
 
745
-# Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005
 
746
-# Free Software Foundation, Inc.
 
747
-#
 
748
-# This file is free software; the Free Software Foundation
 
749
-# gives unlimited permission to copy and/or distribute it,
 
750
-# with or without modifications, as long as this notice is preserved.
 
751
-
 
752
-# serial 5
 
753
-
 
754
-# AM_PROG_CC_C_O
 
755
-# --------------
 
756
-# Like AC_PROG_CC_C_O, but changed for automake.
 
757
-AC_DEFUN([AM_PROG_CC_C_O],
 
758
-[AC_REQUIRE([AC_PROG_CC_C_O])dnl
 
759
-AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
760
-AC_REQUIRE_AUX_FILE([compile])dnl
 
761
-# FIXME: we rely on the cache variable name because
 
762
-# there is no other way.
 
763
-set dummy $CC
 
764
-ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
 
765
-if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
 
766
-   # Losing compiler, so override with the script.
 
767
-   # FIXME: It is wrong to rewrite CC.
 
768
-   # But if we don't then we get into trouble of one sort or another.
 
769
-   # A longer-term fix would be to have automake use am__CC in this case,
 
770
-   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
 
771
-   CC="$am_aux_dir/compile $CC"
 
772
-fi
 
773
-dnl Make sure AC_PROG_CC is never called again, or it will override our
 
774
-dnl setting of CC.
 
775
-m4_define([AC_PROG_CC],
 
776
-          [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
 
777
-])
 
778
-
 
779
-# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
 
780
-
 
781
-# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005
 
782
-# Free Software Foundation, Inc.
 
783
-#
 
784
-# This file is free software; the Free Software Foundation
 
785
-# gives unlimited permission to copy and/or distribute it,
 
786
-# with or without modifications, as long as this notice is preserved.
 
787
-
 
788
-# serial 5
 
789
-
 
790
-# AM_MISSING_PROG(NAME, PROGRAM)
 
791
-# ------------------------------
 
792
-AC_DEFUN([AM_MISSING_PROG],
 
793
-[AC_REQUIRE([AM_MISSING_HAS_RUN])
 
794
-$1=${$1-"${am_missing_run}$2"}
 
795
-AC_SUBST($1)])
 
796
-
 
797
-
 
798
-# AM_MISSING_HAS_RUN
 
799
-# ------------------
 
800
-# Define MISSING if not defined so far and test if it supports --run.
 
801
-# If it does, set am_missing_run to use it, otherwise, to nothing.
 
802
-AC_DEFUN([AM_MISSING_HAS_RUN],
 
803
-[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
804
-AC_REQUIRE_AUX_FILE([missing])dnl
 
805
-test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
 
806
-# Use eval to expand $SHELL
 
807
-if eval "$MISSING --run true"; then
 
808
-  am_missing_run="$MISSING --run "
 
809
-else
 
810
-  am_missing_run=
 
811
-  AC_MSG_WARN([`missing' script is too old or missing])
 
812
-fi
 
813
-])
 
814
-
 
815
-# Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
816
-#
 
817
-# This file is free software; the Free Software Foundation
 
818
-# gives unlimited permission to copy and/or distribute it,
 
819
-# with or without modifications, as long as this notice is preserved.
 
820
-
 
821
-# AM_PROG_MKDIR_P
 
822
-# ---------------
 
823
-# Check for `mkdir -p'.
 
824
-AC_DEFUN([AM_PROG_MKDIR_P],
 
825
-[AC_PREREQ([2.60])dnl
 
826
-AC_REQUIRE([AC_PROG_MKDIR_P])dnl
 
827
-dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
 
828
-dnl while keeping a definition of mkdir_p for backward compatibility.
 
829
-dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
 
830
-dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
 
831
-dnl Makefile.ins that do not define MKDIR_P, so we do our own
 
832
-dnl adjustment using top_builddir (which is defined more often than
 
833
-dnl MKDIR_P).
 
834
-AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
 
835
-case $mkdir_p in
 
836
-  [[\\/$]]* | ?:[[\\/]]*) ;;
 
837
-  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
 
838
-esac
 
839
-])
 
840
-
 
841
-# Helper functions for option handling.                     -*- Autoconf -*-
 
842
-
 
843
-# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
 
844
-#
 
845
-# This file is free software; the Free Software Foundation
 
846
-# gives unlimited permission to copy and/or distribute it,
 
847
-# with or without modifications, as long as this notice is preserved.
 
848
-
 
849
-# serial 3
 
850
-
 
851
-# _AM_MANGLE_OPTION(NAME)
 
852
-# -----------------------
 
853
-AC_DEFUN([_AM_MANGLE_OPTION],
 
854
-[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
 
855
-
 
856
-# _AM_SET_OPTION(NAME)
 
857
-# ------------------------------
 
858
-# Set option NAME.  Presently that only means defining a flag for this option.
 
859
-AC_DEFUN([_AM_SET_OPTION],
 
860
-[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
 
861
-
 
862
-# _AM_SET_OPTIONS(OPTIONS)
 
863
-# ----------------------------------
 
864
-# OPTIONS is a space-separated list of Automake options.
 
865
-AC_DEFUN([_AM_SET_OPTIONS],
 
866
-[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
 
867
-
 
868
-# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
 
869
-# -------------------------------------------
 
870
-# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
 
871
-AC_DEFUN([_AM_IF_OPTION],
 
872
-[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
873
-
 
874
-# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
875
-#
 
876
-# This file is free software; the Free Software Foundation
 
877
-# gives unlimited permission to copy and/or distribute it,
 
878
-# with or without modifications, as long as this notice is preserved.
 
879
-
 
880
-# AM_RUN_LOG(COMMAND)
 
881
-# -------------------
 
882
-# Run COMMAND, save the exit status in ac_status, and log it.
 
883
-# (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
 
884
-AC_DEFUN([AM_RUN_LOG],
 
885
-[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
 
886
-   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
 
887
-   ac_status=$?
 
888
-   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
889
-   (exit $ac_status); }])
 
890
-
 
891
-# Check to make sure that the build environment is sane.    -*- Autoconf -*-
 
892
-
 
893
-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
 
894
-# Free Software Foundation, Inc.
 
895
-#
 
896
-# This file is free software; the Free Software Foundation
 
897
-# gives unlimited permission to copy and/or distribute it,
 
898
-# with or without modifications, as long as this notice is preserved.
 
899
-
 
900
-# serial 4
 
901
-
 
902
-# AM_SANITY_CHECK
 
903
-# ---------------
 
904
-AC_DEFUN([AM_SANITY_CHECK],
 
905
-[AC_MSG_CHECKING([whether build environment is sane])
 
906
-# Just in case
 
907
-sleep 1
 
908
-echo timestamp > conftest.file
 
909
-# Do `set' in a subshell so we don't clobber the current shell's
 
910
-# arguments.  Must try -L first in case configure is actually a
 
911
-# symlink; some systems play weird games with the mod time of symlinks
 
912
-# (eg FreeBSD returns the mod time of the symlink's containing
 
913
-# directory).
 
914
-if (
 
915
-   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
 
916
-   if test "$[*]" = "X"; then
 
917
-      # -L didn't work.
 
918
-      set X `ls -t $srcdir/configure conftest.file`
 
919
-   fi
 
920
-   rm -f conftest.file
 
921
-   if test "$[*]" != "X $srcdir/configure conftest.file" \
 
922
-      && test "$[*]" != "X conftest.file $srcdir/configure"; then
 
923
-
 
924
-      # If neither matched, then we have a broken ls.  This can happen
 
925
-      # if, for instance, CONFIG_SHELL is bash and it inherits a
 
926
-      # broken ls alias from the environment.  This has actually
 
927
-      # happened.  Such a system could not be considered "sane".
 
928
-      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
 
929
-alias in your environment])
 
930
-   fi
 
931
-
 
932
-   test "$[2]" = conftest.file
 
933
-   )
 
934
-then
 
935
-   # Ok.
 
936
-   :
 
937
-else
 
938
-   AC_MSG_ERROR([newly created file is older than distributed files!
 
939
-Check your system clock])
 
940
-fi
 
941
-AC_MSG_RESULT(yes)])
 
942
-
 
943
-# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
944
-#
 
945
-# This file is free software; the Free Software Foundation
 
946
-# gives unlimited permission to copy and/or distribute it,
 
947
-# with or without modifications, as long as this notice is preserved.
 
948
-
 
949
-# AM_PROG_INSTALL_STRIP
 
950
-# ---------------------
 
951
-# One issue with vendor `install' (even GNU) is that you can't
 
952
-# specify the program used to strip binaries.  This is especially
 
953
-# annoying in cross-compiling environments, where the build's strip
 
954
-# is unlikely to handle the host's binaries.
 
955
-# Fortunately install-sh will honor a STRIPPROG variable, so we
 
956
-# always use install-sh in `make install-strip', and initialize
 
957
-# STRIPPROG with the value of the STRIP variable (set by the user).
 
958
-AC_DEFUN([AM_PROG_INSTALL_STRIP],
 
959
-[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
 
960
-# Installed binaries are usually stripped using `strip' when the user
 
961
-# run `make install-strip'.  However `strip' might not be the right
 
962
-# tool to use in cross-compilation environments, therefore Automake
 
963
-# will honor the `STRIP' environment variable to overrule this program.
 
964
-dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
 
965
-if test "$cross_compiling" != no; then
 
966
-  AC_CHECK_TOOL([STRIP], [strip], :)
 
967
-fi
 
968
-INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 
969
-AC_SUBST([INSTALL_STRIP_PROGRAM])])
 
970
-
 
971
-# Copyright (C) 2006  Free Software Foundation, Inc.
 
972
-#
 
973
-# This file is free software; the Free Software Foundation
 
974
-# gives unlimited permission to copy and/or distribute it,
 
975
-# with or without modifications, as long as this notice is preserved.
 
976
-
 
977
-# _AM_SUBST_NOTMAKE(VARIABLE)
 
978
-# ---------------------------
 
979
-# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
 
980
-# This macro is traced by Automake.
 
981
-AC_DEFUN([_AM_SUBST_NOTMAKE])
 
982
-
 
983
-# Check how to create a tarball.                            -*- Autoconf -*-
 
984
-
 
985
-# Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
986
-#
 
987
-# This file is free software; the Free Software Foundation
 
988
-# gives unlimited permission to copy and/or distribute it,
 
989
-# with or without modifications, as long as this notice is preserved.
 
990
-
 
991
-# serial 2
 
992
-
 
993
-# _AM_PROG_TAR(FORMAT)
 
994
-# --------------------
 
995
-# Check how to create a tarball in format FORMAT.
 
996
-# FORMAT should be one of `v7', `ustar', or `pax'.
 
997
-#
 
998
-# Substitute a variable $(am__tar) that is a command
 
999
-# writing to stdout a FORMAT-tarball containing the directory
 
1000
-# $tardir.
 
1001
-#     tardir=directory && $(am__tar) > result.tar
 
1002
-#
 
1003
-# Substitute a variable $(am__untar) that extract such
 
1004
-# a tarball read from stdin.
 
1005
-#     $(am__untar) < result.tar
 
1006
-AC_DEFUN([_AM_PROG_TAR],
 
1007
-[# Always define AMTAR for backward compatibility.
 
1008
-AM_MISSING_PROG([AMTAR], [tar])
 
1009
-m4_if([$1], [v7],
 
1010
-     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
 
1011
-     [m4_case([$1], [ustar],, [pax],,
 
1012
-              [m4_fatal([Unknown tar format])])
 
1013
-AC_MSG_CHECKING([how to create a $1 tar archive])
 
1014
-# Loop over all known methods to create a tar archive until one works.
 
1015
-_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
 
1016
-_am_tools=${am_cv_prog_tar_$1-$_am_tools}
 
1017
-# Do not fold the above two line into one, because Tru64 sh and
 
1018
-# Solaris sh will not grok spaces in the rhs of `-'.
 
1019
-for _am_tool in $_am_tools
 
1020
-do
 
1021
-  case $_am_tool in
 
1022
-  gnutar)
 
1023
-    for _am_tar in tar gnutar gtar;
 
1024
-    do
 
1025
-      AM_RUN_LOG([$_am_tar --version]) && break
 
1026
-    done
 
1027
-    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
 
1028
-    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
 
1029
-    am__untar="$_am_tar -xf -"
 
1030
-    ;;
 
1031
-  plaintar)
 
1032
-    # Must skip GNU tar: if it does not support --format= it doesn't create
 
1033
-    # ustar tarball either.
 
1034
-    (tar --version) >/dev/null 2>&1 && continue
 
1035
-    am__tar='tar chf - "$$tardir"'
 
1036
-    am__tar_='tar chf - "$tardir"'
 
1037
-    am__untar='tar xf -'
 
1038
-    ;;
 
1039
-  pax)
 
1040
-    am__tar='pax -L -x $1 -w "$$tardir"'
 
1041
-    am__tar_='pax -L -x $1 -w "$tardir"'
 
1042
-    am__untar='pax -r'
 
1043
-    ;;
 
1044
-  cpio)
 
1045
-    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
 
1046
-    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
 
1047
-    am__untar='cpio -i -H $1 -d'
 
1048
-    ;;
 
1049
-  none)
 
1050
-    am__tar=false
 
1051
-    am__tar_=false
 
1052
-    am__untar=false
 
1053
-    ;;
 
1054
-  esac
 
1055
-
 
1056
-  # If the value was cached, stop now.  We just wanted to have am__tar
 
1057
-  # and am__untar set.
 
1058
-  test -n "${am_cv_prog_tar_$1}" && break
 
1059
-
 
1060
-  # tar/untar a dummy directory, and stop if the command works
 
1061
-  rm -rf conftest.dir
 
1062
-  mkdir conftest.dir
 
1063
-  echo GrepMe > conftest.dir/file
 
1064
-  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
 
1065
-  rm -rf conftest.dir
 
1066
-  if test -s conftest.tar; then
 
1067
-    AM_RUN_LOG([$am__untar <conftest.tar])
 
1068
-    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
 
1069
-  fi
 
1070
-done
 
1071
-rm -rf conftest.dir
 
1072
-
 
1073
-AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
 
1074
-AC_MSG_RESULT([$am_cv_prog_tar_$1])])
 
1075
-AC_SUBST([am__tar])
 
1076
-AC_SUBST([am__untar])
 
1077
-]) # _AM_PROG_TAR
 
1078
-
 
1079
-dnl AM_GCONF_SOURCE_2
 
1080
-dnl Defines GCONF_SCHEMA_CONFIG_SOURCE which is where you should install schemas
 
1081
-dnl  (i.e. pass to gconftool-2
 
1082
-dnl Defines GCONF_SCHEMA_FILE_DIR which is a filesystem directory where
 
1083
-dnl  you should install foo.schemas files
 
1084
-dnl
 
1085
-
 
1086
-AC_DEFUN([AM_GCONF_SOURCE_2],
 
1087
-[
 
1088
-  if test "x$GCONF_SCHEMA_INSTALL_SOURCE" = "x"; then
 
1089
-    GCONF_SCHEMA_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 
1090
-  else
 
1091
-    GCONF_SCHEMA_CONFIG_SOURCE=$GCONF_SCHEMA_INSTALL_SOURCE
 
1092
-  fi
 
1093
-
 
1094
-  AC_ARG_WITH([gconf-source],
 
1095
-             AC_HELP_STRING([--with-gconf-source=sourceaddress],
 
1096
-                            [Config database for installing schema files.]),
 
1097
-             [GCONF_SCHEMA_CONFIG_SOURCE="$withval"],)
 
1098
-
 
1099
-  AC_SUBST(GCONF_SCHEMA_CONFIG_SOURCE)
 
1100
-  AC_MSG_RESULT([Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation])
 
1101
-
 
1102
-  if test "x$GCONF_SCHEMA_FILE_DIR" = "x"; then
 
1103
-    GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas'
 
1104
-  fi
 
1105
-
 
1106
-  AC_ARG_WITH([gconf-schema-file-dir],
 
1107
-             AC_HELP_STRING([--with-gconf-schema-file-dir=dir],
 
1108
-                            [Directory for installing schema files.]),
 
1109
-             [GCONF_SCHEMA_FILE_DIR="$withval"],)
 
1110
-
 
1111
-  AC_SUBST(GCONF_SCHEMA_FILE_DIR)
 
1112
-  AC_MSG_RESULT([Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files])
 
1113
-
 
1114
-  AC_ARG_ENABLE(schemas-install,
 
1115
-     [  --disable-schemas-install      Disable the schemas installation],
 
1116
-     [case ${enableval} in
 
1117
-       yes|no) ;;
 
1118
-       *) AC_MSG_ERROR(bad value ${enableval} for --enable-schemas-install) ;;
 
1119
-      esac])
 
1120
-  AM_CONDITIONAL([GCONF_SCHEMAS_INSTALL], [test "$enable_schemas_install" != no])
 
1121
-])
 
1122
-
 
1123
-# Copyright (C) 1995-2002 Free Software Foundation, Inc.
 
1124
-# Copyright (C) 2001-2003,2004 Red Hat, Inc.
 
1125
-#
 
1126
-# This file is free software, distributed under the terms of the GNU
 
1127
-# General Public License.  As a special exception to the GNU General
 
1128
-# Public License, this file may be distributed as part of a program
 
1129
-# that contains a configuration script generated by Autoconf, under
 
1130
-# the same distribution terms as the rest of that program.
 
1131
-#
 
1132
-# This file can be copied and used freely without restrictions.  It can
 
1133
-# be used in projects which are not available under the GNU Public License
 
1134
-# but which still want to provide support for the GNU gettext functionality.
 
1135
-#
 
1136
-# Macro to add for using GNU gettext.
 
1137
-# Ulrich Drepper <drepper@cygnus.com>, 1995, 1996
 
1138
-#
 
1139
-# Modified to never use included libintl. 
 
1140
-# Owen Taylor <otaylor@redhat.com>, 12/15/1998
 
1141
-#
 
1142
-# Major rework to remove unused code
 
1143
-# Owen Taylor <otaylor@redhat.com>, 12/11/2002
 
1144
-#
 
1145
-# Added better handling of ALL_LINGUAS from GNU gettext version 
 
1146
-# written by Bruno Haible, Owen Taylor <otaylor.redhat.com> 5/30/3002
 
1147
-#
 
1148
-# Modified to require ngettext
 
1149
-# Matthias Clasen <mclasen@redhat.com> 08/06/2004
 
1150
-#
 
1151
-# We need this here as well, since someone might use autoconf-2.5x
 
1152
-# to configure GLib then an older version to configure a package
 
1153
-# using AM_GLIB_GNU_GETTEXT
 
1154
-AC_PREREQ(2.53)
 
1155
-
 
1156
-dnl
 
1157
-dnl We go to great lengths to make sure that aclocal won't 
 
1158
-dnl try to pull in the installed version of these macros
 
1159
-dnl when running aclocal in the glib directory.
 
1160
-dnl
 
1161
-m4_copy([AC_DEFUN],[glib_DEFUN])
 
1162
-m4_copy([AC_REQUIRE],[glib_REQUIRE])
 
1163
-dnl
 
1164
-dnl At the end, if we're not within glib, we'll define the public
 
1165
-dnl definitions in terms of our private definitions.
 
1166
-dnl
 
1167
-
 
1168
-# GLIB_LC_MESSAGES
 
1169
-#--------------------
 
1170
-glib_DEFUN([GLIB_LC_MESSAGES],
 
1171
-  [AC_CHECK_HEADERS([locale.h])
 
1172
-    if test $ac_cv_header_locale_h = yes; then
 
1173
-    AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES,
 
1174
-      [AC_TRY_LINK([#include <locale.h>], [return LC_MESSAGES],
 
1175
-       am_cv_val_LC_MESSAGES=yes, am_cv_val_LC_MESSAGES=no)])
 
1176
-    if test $am_cv_val_LC_MESSAGES = yes; then
 
1177
-      AC_DEFINE(HAVE_LC_MESSAGES, 1,
 
1178
-        [Define if your <locale.h> file defines LC_MESSAGES.])
 
1179
-    fi
 
1180
-  fi])
 
1181
-
 
1182
-# GLIB_PATH_PROG_WITH_TEST
 
1183
-#----------------------------
 
1184
-dnl GLIB_PATH_PROG_WITH_TEST(VARIABLE, PROG-TO-CHECK-FOR,
 
1185
-dnl   TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]])
 
1186
-glib_DEFUN([GLIB_PATH_PROG_WITH_TEST],
 
1187
-[# Extract the first word of "$2", so it can be a program name with args.
 
1188
-set dummy $2; ac_word=[$]2
 
1189
-AC_MSG_CHECKING([for $ac_word])
 
1190
-AC_CACHE_VAL(ac_cv_path_$1,
 
1191
-[case "[$]$1" in
 
1192
-  /*)
 
1193
-  ac_cv_path_$1="[$]$1" # Let the user override the test with a path.
 
1194
-  ;;
 
1195
-  *)
 
1196
-  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
 
1197
-  for ac_dir in ifelse([$5], , $PATH, [$5]); do
 
1198
-    test -z "$ac_dir" && ac_dir=.
 
1199
-    if test -f $ac_dir/$ac_word; then
 
1200
-      if [$3]; then
 
1201
-       ac_cv_path_$1="$ac_dir/$ac_word"
 
1202
-       break
 
1203
-      fi
 
1204
-    fi
 
1205
-  done
 
1206
-  IFS="$ac_save_ifs"
 
1207
-dnl If no 4th arg is given, leave the cache variable unset,
 
1208
-dnl so AC_PATH_PROGS will keep looking.
 
1209
-ifelse([$4], , , [  test -z "[$]ac_cv_path_$1" && ac_cv_path_$1="$4"
 
1210
-])dnl
 
1211
-  ;;
 
1212
-esac])dnl
 
1213
-$1="$ac_cv_path_$1"
 
1214
-if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then
 
1215
-  AC_MSG_RESULT([$]$1)
 
1216
-else
 
1217
-  AC_MSG_RESULT(no)
 
1218
-fi
 
1219
-AC_SUBST($1)dnl
 
1220
-])
 
1221
-
 
1222
-# GLIB_WITH_NLS
 
1223
-#-----------------
 
1224
-glib_DEFUN([GLIB_WITH_NLS],
 
1225
-  dnl NLS is obligatory
 
1226
-  [USE_NLS=yes
 
1227
-    AC_SUBST(USE_NLS)
 
1228
-
 
1229
-    gt_cv_have_gettext=no
 
1230
-
 
1231
-    CATOBJEXT=NONE
 
1232
-    XGETTEXT=:
 
1233
-    INTLLIBS=
 
1234
-
 
1235
-    AC_CHECK_HEADER(libintl.h,
 
1236
-     [gt_cv_func_dgettext_libintl="no"
 
1237
-      libintl_extra_libs=""
 
1238
-
 
1239
-      #
 
1240
-      # First check in libc
 
1241
-      #
 
1242
-      AC_CACHE_CHECK([for ngettext in libc], gt_cv_func_ngettext_libc,
 
1243
-        [AC_TRY_LINK([
 
1244
-#include <libintl.h>
 
1245
-],
 
1246
-         [return !ngettext ("","", 1)],
 
1247
-         gt_cv_func_ngettext_libc=yes,
 
1248
-          gt_cv_func_ngettext_libc=no)
 
1249
-        ])
 
1250
-  
 
1251
-      if test "$gt_cv_func_ngettext_libc" = "yes" ; then
 
1252
-             AC_CACHE_CHECK([for dgettext in libc], gt_cv_func_dgettext_libc,
 
1253
-               [AC_TRY_LINK([
 
1254
-#include <libintl.h>
 
1255
-],
 
1256
-                 [return !dgettext ("","")],
 
1257
-                 gt_cv_func_dgettext_libc=yes,
 
1258
-                 gt_cv_func_dgettext_libc=no)
 
1259
-               ])
 
1260
-      fi
 
1261
-  
 
1262
-      if test "$gt_cv_func_ngettext_libc" = "yes" ; then
 
1263
-        AC_CHECK_FUNCS(bind_textdomain_codeset)
 
1264
-      fi
 
1265
-
 
1266
-      #
 
1267
-      # If we don't have everything we want, check in libintl
 
1268
-      #
 
1269
-      if test "$gt_cv_func_dgettext_libc" != "yes" \
 
1270
-        || test "$gt_cv_func_ngettext_libc" != "yes" \
 
1271
-         || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then
 
1272
-        
 
1273
-        AC_CHECK_LIB(intl, bindtextdomain,
 
1274
-           [AC_CHECK_LIB(intl, ngettext,
 
1275
-                   [AC_CHECK_LIB(intl, dgettext,
 
1276
-                                 gt_cv_func_dgettext_libintl=yes)])])
 
1277
-
 
1278
-       if test "$gt_cv_func_dgettext_libintl" != "yes" ; then
 
1279
-         AC_MSG_CHECKING([if -liconv is needed to use gettext])
 
1280
-         AC_MSG_RESULT([])
 
1281
-         AC_CHECK_LIB(intl, ngettext,
 
1282
-               [AC_CHECK_LIB(intl, dcgettext,
 
1283
-                      [gt_cv_func_dgettext_libintl=yes
 
1284
-                       libintl_extra_libs=-liconv],
 
1285
-                       :,-liconv)],
 
1286
-               :,-liconv)
 
1287
-        fi
 
1288
-
 
1289
-        #
 
1290
-        # If we found libintl, then check in it for bind_textdomain_codeset();
 
1291
-        # we'll prefer libc if neither have bind_textdomain_codeset(),
 
1292
-        # and both have dgettext and ngettext
 
1293
-        #
 
1294
-        if test "$gt_cv_func_dgettext_libintl" = "yes" ; then
 
1295
-          glib_save_LIBS="$LIBS"
 
1296
-          LIBS="$LIBS -lintl $libintl_extra_libs"
 
1297
-          unset ac_cv_func_bind_textdomain_codeset
 
1298
-          AC_CHECK_FUNCS(bind_textdomain_codeset)
 
1299
-          LIBS="$glib_save_LIBS"
 
1300
-
 
1301
-          if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then
 
1302
-            gt_cv_func_dgettext_libc=no
 
1303
-          else
 
1304
-            if test "$gt_cv_func_dgettext_libc" = "yes" \
 
1305
-               && test "$gt_cv_func_ngettext_libc" = "yes"; then
 
1306
-              gt_cv_func_dgettext_libintl=no
 
1307
-            fi
 
1308
-          fi
 
1309
-        fi
 
1310
-      fi
 
1311
-
 
1312
-      if test "$gt_cv_func_dgettext_libc" = "yes" \
 
1313
-       || test "$gt_cv_func_dgettext_libintl" = "yes"; then
 
1314
-        gt_cv_have_gettext=yes
 
1315
-      fi
 
1316
-  
 
1317
-      if test "$gt_cv_func_dgettext_libintl" = "yes"; then
 
1318
-        INTLLIBS="-lintl $libintl_extra_libs"
 
1319
-      fi
 
1320
-  
 
1321
-      if test "$gt_cv_have_gettext" = "yes"; then
 
1322
-       AC_DEFINE(HAVE_GETTEXT,1,
 
1323
-         [Define if the GNU gettext() function is already present or preinstalled.])
 
1324
-       GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
 
1325
-         [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
 
1326
-       if test "$MSGFMT" != "no"; then
 
1327
-          glib_save_LIBS="$LIBS"
 
1328
-          LIBS="$LIBS $INTLLIBS"
 
1329
-         AC_CHECK_FUNCS(dcgettext)
 
1330
-         MSGFMT_OPTS=
 
1331
-         AC_MSG_CHECKING([if msgfmt accepts -c])
 
1332
-         GLIB_RUN_PROG([$MSGFMT -c -o /dev/null],[
 
1333
-msgid ""
 
1334
-msgstr ""
 
1335
-"Content-Type: text/plain; charset=UTF-8\n"
 
1336
-"Project-Id-Version: test 1.0\n"
 
1337
-"PO-Revision-Date: 2007-02-15 12:01+0100\n"
 
1338
-"Last-Translator: test <foo@bar.xx>\n"
 
1339
-"Language-Team: C <LL@li.org>\n"
 
1340
-"MIME-Version: 1.0\n"
 
1341
-"Content-Transfer-Encoding: 8bit\n"
 
1342
-], [MSGFMT_OPTS=-c; AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])])
 
1343
-         AC_SUBST(MSGFMT_OPTS)
 
1344
-         AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
 
1345
-         GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
 
1346
-           [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
 
1347
-         AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
 
1348
-                        return _nl_msg_cat_cntr],
 
1349
-           [CATOBJEXT=.gmo 
 
1350
-             DATADIRNAME=share],
 
1351
-           [case $host in
 
1352
-           *-*-solaris*)
 
1353
-           dnl On Solaris, if bind_textdomain_codeset is in libc,
 
1354
-           dnl GNU format message catalog is always supported,
 
1355
-            dnl since both are added to the libc all together.
 
1356
-           dnl Hence, we'd like to go with DATADIRNAME=share and
 
1357
-           dnl and CATOBJEXT=.gmo in this case.
 
1358
-            AC_CHECK_FUNC(bind_textdomain_codeset,
 
1359
-             [CATOBJEXT=.gmo 
 
1360
-               DATADIRNAME=share],
 
1361
-             [CATOBJEXT=.mo
 
1362
-               DATADIRNAME=lib])
 
1363
-           ;;
 
1364
-           *)
 
1365
-           CATOBJEXT=.mo
 
1366
-            DATADIRNAME=lib
 
1367
-           ;;
 
1368
-           esac])
 
1369
-          LIBS="$glib_save_LIBS"
 
1370
-         INSTOBJEXT=.mo
 
1371
-       else
 
1372
-         gt_cv_have_gettext=no
 
1373
-       fi
 
1374
-      fi
 
1375
-    ])
 
1376
-
 
1377
-    if test "$gt_cv_have_gettext" = "yes" ; then
 
1378
-      AC_DEFINE(ENABLE_NLS, 1,
 
1379
-        [always defined to indicate that i18n is enabled])
 
1380
-    fi
 
1381
-
 
1382
-    dnl Test whether we really found GNU xgettext.
 
1383
-    if test "$XGETTEXT" != ":"; then
 
1384
-      dnl If it is not GNU xgettext we define it as : so that the
 
1385
-      dnl Makefiles still can work.
 
1386
-      if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
 
1387
-        : ;
 
1388
-      else
 
1389
-        AC_MSG_RESULT(
 
1390
-         [found xgettext program is not GNU xgettext; ignore it])
 
1391
-        XGETTEXT=":"
 
1392
-      fi
 
1393
-    fi
 
1394
-
 
1395
-    # We need to process the po/ directory.
 
1396
-    POSUB=po
 
1397
-
 
1398
-    AC_OUTPUT_COMMANDS(
 
1399
-      [case "$CONFIG_FILES" in *po/Makefile.in*)
 
1400
-        sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
 
1401
-      esac])
 
1402
-
 
1403
-    dnl These rules are solely for the distribution goal.  While doing this
 
1404
-    dnl we only have to keep exactly one list of the available catalogs
 
1405
-    dnl in configure.in.
 
1406
-    for lang in $ALL_LINGUAS; do
 
1407
-      GMOFILES="$GMOFILES $lang.gmo"
 
1408
-      POFILES="$POFILES $lang.po"
 
1409
-    done
 
1410
-
 
1411
-    dnl Make all variables we use known to autoconf.
 
1412
-    AC_SUBST(CATALOGS)
 
1413
-    AC_SUBST(CATOBJEXT)
 
1414
-    AC_SUBST(DATADIRNAME)
 
1415
-    AC_SUBST(GMOFILES)
 
1416
-    AC_SUBST(INSTOBJEXT)
 
1417
-    AC_SUBST(INTLLIBS)
 
1418
-    AC_SUBST(PO_IN_DATADIR_TRUE)
 
1419
-    AC_SUBST(PO_IN_DATADIR_FALSE)
 
1420
-    AC_SUBST(POFILES)
 
1421
-    AC_SUBST(POSUB)
 
1422
-  ])
 
1423
-
 
1424
-# AM_GLIB_GNU_GETTEXT
 
1425
-# -------------------
 
1426
-# Do checks necessary for use of gettext. If a suitable implementation 
 
1427
-# of gettext is found in either in libintl or in the C library,
 
1428
-# it will set INTLLIBS to the libraries needed for use of gettext
 
1429
-# and AC_DEFINE() HAVE_GETTEXT and ENABLE_NLS. (The shell variable
 
1430
-# gt_cv_have_gettext will be set to "yes".) It will also call AC_SUBST()
 
1431
-# on various variables needed by the Makefile.in.in installed by 
 
1432
-# glib-gettextize.
 
1433
-dnl
 
1434
-glib_DEFUN([GLIB_GNU_GETTEXT],
 
1435
-  [AC_REQUIRE([AC_PROG_CC])dnl
 
1436
-   AC_REQUIRE([AC_HEADER_STDC])dnl
 
1437
-   
 
1438
-   GLIB_LC_MESSAGES
 
1439
-   GLIB_WITH_NLS
 
1440
-
 
1441
-   if test "$gt_cv_have_gettext" = "yes"; then
 
1442
-     if test "x$ALL_LINGUAS" = "x"; then
 
1443
-       LINGUAS=
 
1444
-     else
 
1445
-       AC_MSG_CHECKING(for catalogs to be installed)
 
1446
-       NEW_LINGUAS=
 
1447
-       for presentlang in $ALL_LINGUAS; do
 
1448
-         useit=no
 
1449
-         if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then
 
1450
-           desiredlanguages="$LINGUAS"
 
1451
-         else
 
1452
-           desiredlanguages="$ALL_LINGUAS"
 
1453
-         fi
 
1454
-         for desiredlang in $desiredlanguages; do
 
1455
-          # Use the presentlang catalog if desiredlang is
 
1456
-           #   a. equal to presentlang, or
 
1457
-           #   b. a variant of presentlang (because in this case,
 
1458
-           #      presentlang can be used as a fallback for messages
 
1459
-           #      which are not translated in the desiredlang catalog).
 
1460
-           case "$desiredlang" in
 
1461
-             "$presentlang"*) useit=yes;;
 
1462
-           esac
 
1463
-         done
 
1464
-         if test $useit = yes; then
 
1465
-           NEW_LINGUAS="$NEW_LINGUAS $presentlang"
 
1466
-         fi
 
1467
-       done
 
1468
-       LINGUAS=$NEW_LINGUAS
 
1469
-       AC_MSG_RESULT($LINGUAS)
 
1470
-     fi
 
1471
-
 
1472
-     dnl Construct list of names of catalog files to be constructed.
 
1473
-     if test -n "$LINGUAS"; then
 
1474
-       for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
 
1475
-     fi
 
1476
-   fi
 
1477
-
 
1478
-   dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly
 
1479
-   dnl find the mkinstalldirs script in another subdir but ($top_srcdir).
 
1480
-   dnl Try to locate is.
 
1481
-   MKINSTALLDIRS=
 
1482
-   if test -n "$ac_aux_dir"; then
 
1483
-     MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
 
1484
-   fi
 
1485
-   if test -z "$MKINSTALLDIRS"; then
 
1486
-     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
 
1487
-   fi
 
1488
-   AC_SUBST(MKINSTALLDIRS)
 
1489
-
 
1490
-   dnl Generate list of files to be processed by xgettext which will
 
1491
-   dnl be included in po/Makefile.
 
1492
-   test -d po || mkdir po
 
1493
-   if test "x$srcdir" != "x."; then
 
1494
-     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
 
1495
-       posrcprefix="$srcdir/"
 
1496
-     else
 
1497
-       posrcprefix="../$srcdir/"
 
1498
-     fi
 
1499
-   else
 
1500
-     posrcprefix="../"
 
1501
-   fi
 
1502
-   rm -f po/POTFILES
 
1503
-   sed -e "/^#/d" -e "/^\$/d" -e "s,.*,        $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
 
1504
-       < $srcdir/po/POTFILES.in > po/POTFILES
 
1505
-  ])
 
1506
-
 
1507
-# AM_GLIB_DEFINE_LOCALEDIR(VARIABLE)
 
1508
-# -------------------------------
 
1509
-# Define VARIABLE to the location where catalog files will
 
1510
-# be installed by po/Makefile.
 
1511
-glib_DEFUN([GLIB_DEFINE_LOCALEDIR],
 
1512
-[glib_REQUIRE([GLIB_GNU_GETTEXT])dnl
 
1513
-glib_save_prefix="$prefix"
 
1514
-glib_save_exec_prefix="$exec_prefix"
 
1515
-glib_save_datarootdir="$datarootdir"
 
1516
-test "x$prefix" = xNONE && prefix=$ac_default_prefix
 
1517
-test "x$exec_prefix" = xNONE && exec_prefix=$prefix
 
1518
-datarootdir=`eval echo "${datarootdir}"`
 
1519
-if test "x$CATOBJEXT" = "x.mo" ; then
 
1520
-  localedir=`eval echo "${libdir}/locale"`
 
1521
-else
 
1522
-  localedir=`eval echo "${datadir}/locale"`
 
1523
-fi
 
1524
-prefix="$glib_save_prefix"
 
1525
-exec_prefix="$glib_save_exec_prefix"
 
1526
-datarootdir="$glib_save_datarootdir"
 
1527
-AC_DEFINE_UNQUOTED($1, "$localedir",
 
1528
-  [Define the location where the catalogs will be installed])
 
1529
-])
 
1530
-
 
1531
-dnl
 
1532
-dnl Now the definitions that aclocal will find
 
1533
-dnl
 
1534
-ifdef(glib_configure_in,[],[
 
1535
-AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)])
 
1536
-AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)])
 
1537
-])dnl
 
1538
-
 
1539
-# GLIB_RUN_PROG(PROGRAM, TEST-FILE, [ACTION-IF-PASS], [ACTION-IF-FAIL])
 
1540
-# 
 
1541
-# Create a temporary file with TEST-FILE as its contents and pass the
 
1542
-# file name to PROGRAM.  Perform ACTION-IF-PASS if PROGRAM exits with
 
1543
-# 0 and perform ACTION-IF-FAIL for any other exit status.
 
1544
-AC_DEFUN([GLIB_RUN_PROG],
 
1545
-[cat >conftest.foo <<_ACEOF
 
1546
-$2
 
1547
-_ACEOF
 
1548
-if AC_RUN_LOG([$1 conftest.foo]); then
 
1549
-  m4_ifval([$3], [$3], [:])
 
1550
-m4_ifvaln([$4], [else $4])dnl
 
1551
-echo "$as_me: failed input was:" >&AS_MESSAGE_LOG_FD
 
1552
-sed 's/^/| /' conftest.foo >&AS_MESSAGE_LOG_FD
 
1553
-fi])
 
1554
-
 
1555
-
 
1556
-# gnome-common.m4
 
1557
-# 
 
1558
-
 
1559
-dnl GNOME_COMMON_INIT
 
1560
-
 
1561
-AC_DEFUN([GNOME_COMMON_INIT],
 
1562
-[
 
1563
-  dnl this macro should come after AC_CONFIG_MACRO_DIR
 
1564
-  AC_BEFORE([AC_CONFIG_MACRO_DIR], [$0])
 
1565
-
 
1566
-  dnl ensure that when the Automake generated makefile calls aclocal,
 
1567
-  dnl it honours the $ACLOCAL_FLAGS environment variable
 
1568
-  ACLOCAL_AMFLAGS="\${ACLOCAL_FLAGS}"
 
1569
-  if test -n "$ac_macro_dir"; then
 
1570
-    ACLOCAL_AMFLAGS="-I $ac_macro_dir $ACLOCAL_AMFLAGS"
 
1571
-  fi
 
1572
-
 
1573
-  AC_SUBST([ACLOCAL_AMFLAGS])
 
1574
-])
 
1575
-
 
1576
-AC_DEFUN([GNOME_DEBUG_CHECK],
 
1577
-[
 
1578
-       AC_ARG_ENABLE([debug],
 
1579
-                      AC_HELP_STRING([--enable-debug],
 
1580
-                                     [turn on debugging]),,
 
1581
-                      [enable_debug=no])
 
1582
-
 
1583
-       if test x$enable_debug = xyes ; then
 
1584
-           AC_DEFINE(GNOME_ENABLE_DEBUG, 1,
 
1585
-               [Enable additional debugging at the expense of performance and size])
 
1586
-       fi
 
1587
-])
 
1588
-
 
1589
-dnl GNOME_MAINTAINER_MODE_DEFINES ()
 
1590
-dnl define DISABLE_DEPRECATED
 
1591
-dnl
 
1592
-AC_DEFUN([GNOME_MAINTAINER_MODE_DEFINES],
 
1593
-[
 
1594
-       AC_REQUIRE([AM_MAINTAINER_MODE])
 
1595
-
 
1596
-       if test $USE_MAINTAINER_MODE = yes; then
 
1597
-               DISABLE_DEPRECATED="-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGCONF_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -DWNCK_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_DEPRECATED"
 
1598
-       else
 
1599
-               DISABLE_DEPRECATED=""
 
1600
-       fi
 
1601
-       AC_SUBST(DISABLE_DEPRECATED)
 
1602
-])
 
1603
-
 
1604
-dnl GNOME_COMPILE_WARNINGS
 
1605
-dnl Turn on many useful compiler warnings
 
1606
-dnl For now, only works on GCC
 
1607
-AC_DEFUN([GNOME_COMPILE_WARNINGS],[
 
1608
-    dnl ******************************
 
1609
-    dnl More compiler warnings
 
1610
-    dnl ******************************
 
1611
-
 
1612
-    AC_ARG_ENABLE(compile-warnings, 
 
1613
-                  AC_HELP_STRING([--enable-compile-warnings=@<:@no/minimum/yes/maximum/error@:>@],
 
1614
-                                 [Turn on compiler warnings]),,
 
1615
-                  [enable_compile_warnings="m4_default([$1],[yes])"])
 
1616
-
 
1617
-    warnCFLAGS=
 
1618
-    if test "x$GCC" != xyes; then
 
1619
-       enable_compile_warnings=no
 
1620
-    fi
 
1621
-
 
1622
-    warning_flags=
 
1623
-    realsave_CFLAGS="$CFLAGS"
 
1624
-
 
1625
-    case "$enable_compile_warnings" in
 
1626
-    no)
 
1627
-       warning_flags=
 
1628
-       ;;
 
1629
-    minimum)
 
1630
-       warning_flags="-Wall"
 
1631
-       ;;
 
1632
-    yes)
 
1633
-       warning_flags="-Wall -Wmissing-prototypes"
 
1634
-       ;;
 
1635
-    maximum|error)
 
1636
-       warning_flags="-Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith"
 
1637
-       CFLAGS="$warning_flags $CFLAGS"
 
1638
-       for option in -Wno-sign-compare; do
 
1639
-               SAVE_CFLAGS="$CFLAGS"
 
1640
-               CFLAGS="$CFLAGS $option"
 
1641
-               AC_MSG_CHECKING([whether gcc understands $option])
 
1642
-               AC_TRY_COMPILE([], [],
 
1643
-                       has_option=yes,
 
1644
-                       has_option=no,)
 
1645
-               CFLAGS="$SAVE_CFLAGS"
 
1646
-               AC_MSG_RESULT($has_option)
 
1647
-               if test $has_option = yes; then
 
1648
-                 warning_flags="$warning_flags $option"
 
1649
-               fi
 
1650
-               unset has_option
 
1651
-               unset SAVE_CFLAGS
 
1652
-       done
 
1653
-       unset option
 
1654
-       if test "$enable_compile_warnings" = "error" ; then
 
1655
-           warning_flags="$warning_flags -Werror"
 
1656
-       fi
 
1657
-       ;;
 
1658
-    *)
 
1659
-       AC_MSG_ERROR(Unknown argument '$enable_compile_warnings' to --enable-compile-warnings)
 
1660
-       ;;
 
1661
-    esac
 
1662
-    CFLAGS="$realsave_CFLAGS"
 
1663
-    AC_MSG_CHECKING(what warning flags to pass to the C compiler)
 
1664
-    AC_MSG_RESULT($warning_flags)
 
1665
-
 
1666
-    AC_ARG_ENABLE(iso-c,
 
1667
-                  AC_HELP_STRING([--enable-iso-c],
 
1668
-                                 [Try to warn if code is not ISO C ]),,
 
1669
-                  [enable_iso_c=no])
 
1670
-
 
1671
-    AC_MSG_CHECKING(what language compliance flags to pass to the C compiler)
 
1672
-    complCFLAGS=
 
1673
-    if test "x$enable_iso_c" != "xno"; then
 
1674
-       if test "x$GCC" = "xyes"; then
 
1675
-       case " $CFLAGS " in
 
1676
-           *[\ \       ]-ansi[\ \      ]*) ;;
 
1677
-           *) complCFLAGS="$complCFLAGS -ansi" ;;
 
1678
-       esac
 
1679
-       case " $CFLAGS " in
 
1680
-           *[\ \       ]-pedantic[\ \  ]*) ;;
 
1681
-           *) complCFLAGS="$complCFLAGS -pedantic" ;;
 
1682
-       esac
 
1683
-       fi
 
1684
-    fi
 
1685
-    AC_MSG_RESULT($complCFLAGS)
 
1686
-
 
1687
-    WARN_CFLAGS="$warning_flags $complCFLAGS"
 
1688
-    AC_SUBST(WARN_CFLAGS)
 
1689
-])
 
1690
-
 
1691
-dnl For C++, do basically the same thing.
 
1692
-
 
1693
-AC_DEFUN([GNOME_CXX_WARNINGS],[
 
1694
-  AC_ARG_ENABLE(cxx-warnings,
 
1695
-                AC_HELP_STRING([--enable-cxx-warnings=@<:@no/minimum/yes@:>@]
 
1696
-                               [Turn on compiler warnings.]),,
 
1697
-                [enable_cxx_warnings="m4_default([$1],[minimum])"])
 
1698
-
 
1699
-  AC_MSG_CHECKING(what warning flags to pass to the C++ compiler)
 
1700
-  warnCXXFLAGS=
 
1701
-  if test "x$GXX" != xyes; then
 
1702
-    enable_cxx_warnings=no
 
1703
-  fi
 
1704
-  if test "x$enable_cxx_warnings" != "xno"; then
 
1705
-    if test "x$GXX" = "xyes"; then
 
1706
-      case " $CXXFLAGS " in
 
1707
-      *[\ \    ]-Wall[\ \      ]*) ;;
 
1708
-      *) warnCXXFLAGS="-Wall -Wno-unused" ;;
 
1709
-      esac
 
1710
-
 
1711
-      ## -W is not all that useful.  And it cannot be controlled
 
1712
-      ## with individual -Wno-xxx flags, unlike -Wall
 
1713
-      if test "x$enable_cxx_warnings" = "xyes"; then
 
1714
-       warnCXXFLAGS="$warnCXXFLAGS -Wshadow -Woverloaded-virtual"
 
1715
-      fi
 
1716
-    fi
 
1717
-  fi
 
1718
-  AC_MSG_RESULT($warnCXXFLAGS)
 
1719
-
 
1720
-   AC_ARG_ENABLE(iso-cxx,
 
1721
-                 AC_HELP_STRING([--enable-iso-cxx],
 
1722
-                                [Try to warn if code is not ISO C++ ]),,
 
1723
-                 [enable_iso_cxx=no])
 
1724
-
 
1725
-   AC_MSG_CHECKING(what language compliance flags to pass to the C++ compiler)
 
1726
-   complCXXFLAGS=
 
1727
-   if test "x$enable_iso_cxx" != "xno"; then
 
1728
-     if test "x$GXX" = "xyes"; then
 
1729
-      case " $CXXFLAGS " in
 
1730
-      *[\ \    ]-ansi[\ \      ]*) ;;
 
1731
-      *) complCXXFLAGS="$complCXXFLAGS -ansi" ;;
 
1732
-      esac
 
1733
-
 
1734
-      case " $CXXFLAGS " in
 
1735
-      *[\ \    ]-pedantic[\ \  ]*) ;;
 
1736
-      *) complCXXFLAGS="$complCXXFLAGS -pedantic" ;;
 
1737
-      esac
 
1738
-     fi
 
1739
-   fi
 
1740
-  AC_MSG_RESULT($complCXXFLAGS)
 
1741
-
 
1742
-  WARN_CXXFLAGS="$CXXFLAGS $warnCXXFLAGS $complCXXFLAGS"
 
1743
-  AC_SUBST(WARN_CXXFLAGS)
 
1744
-])
 
1745
-
23
1746
-# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
24
1747
-
25
1748
-# serial 52 AC_PROG_LIBTOOL
4624
6347
-# Dependencies to place after the objects being linked to create a
4625
6348
-# shared library.
4626
6349
-postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
4627
 
-
 
6350
+    AC_CHECK_HEADER(libintl.h,
 
6351
+     [gt_cv_func_dgettext_libintl="no"
 
6352
+      libintl_extra_libs=""
 
6353
 
4628
6354
-# The directories searched by this compiler when creating a shared
4629
6355
-# library
4630
6356
-compiler_lib_search_dirs=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_dirs, $1)
4631
 
-
 
6357
+      #
 
6358
+      # First check in libc
 
6359
+      #
 
6360
+      AC_CACHE_CHECK([for ngettext in libc], gt_cv_func_ngettext_libc,
 
6361
+        [AC_TRY_LINK([
 
6362
+#include <libintl.h>
 
6363
+],
 
6364
+         [return !ngettext ("","", 1)],
 
6365
+         gt_cv_func_ngettext_libc=yes,
 
6366
+          gt_cv_func_ngettext_libc=no)
 
6367
+        ])
 
6368
+  
 
6369
+      if test "$gt_cv_func_ngettext_libc" = "yes" ; then
 
6370
+             AC_CACHE_CHECK([for dgettext in libc], gt_cv_func_dgettext_libc,
 
6371
+               [AC_TRY_LINK([
 
6372
+#include <libintl.h>
 
6373
+],
 
6374
+                 [return !dgettext ("","")],
 
6375
+                 gt_cv_func_dgettext_libc=yes,
 
6376
+                 gt_cv_func_dgettext_libc=no)
 
6377
+               ])
 
6378
+      fi
 
6379
+  
 
6380
+      if test "$gt_cv_func_ngettext_libc" = "yes" ; then
 
6381
+        AC_CHECK_FUNCS(bind_textdomain_codeset)
 
6382
+      fi
 
6383
 
4632
6384
-# The library search path used internally by the compiler when linking
4633
6385
-# a shared library.
4634
6386
-compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
4635
 
-
 
6387
+      #
 
6388
+      # If we don't have everything we want, check in libintl
 
6389
+      #
 
6390
+      if test "$gt_cv_func_dgettext_libc" != "yes" \
 
6391
+        || test "$gt_cv_func_ngettext_libc" != "yes" \
 
6392
+         || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then
 
6393
+        
 
6394
+        AC_CHECK_LIB(intl, bindtextdomain,
 
6395
+           [AC_CHECK_LIB(intl, ngettext,
 
6396
+                   [AC_CHECK_LIB(intl, dgettext,
 
6397
+                                 gt_cv_func_dgettext_libintl=yes)])])
 
6398
 
4636
6399
-# Method to check whether dependent libraries are shared objects.
4637
6400
-deplibs_check_method=$lt_deplibs_check_method
4638
 
-
 
6401
+       if test "$gt_cv_func_dgettext_libintl" != "yes" ; then
 
6402
+         AC_MSG_CHECKING([if -liconv is needed to use gettext])
 
6403
+         AC_MSG_RESULT([])
 
6404
+         AC_CHECK_LIB(intl, ngettext,
 
6405
+               [AC_CHECK_LIB(intl, dcgettext,
 
6406
+                      [gt_cv_func_dgettext_libintl=yes
 
6407
+                       libintl_extra_libs=-liconv],
 
6408
+                       :,-liconv)],
 
6409
+               :,-liconv)
 
6410
+        fi
 
6411
 
4639
6412
-# Command to use when deplibs_check_method == file_magic.
4640
6413
-file_magic_cmd=$lt_file_magic_cmd
4641
 
-
 
6414
+        #
 
6415
+        # If we found libintl, then check in it for bind_textdomain_codeset();
 
6416
+        # we'll prefer libc if neither have bind_textdomain_codeset(),
 
6417
+        # and both have dgettext and ngettext
 
6418
+        #
 
6419
+        if test "$gt_cv_func_dgettext_libintl" = "yes" ; then
 
6420
+          glib_save_LIBS="$LIBS"
 
6421
+          LIBS="$LIBS -lintl $libintl_extra_libs"
 
6422
+          unset ac_cv_func_bind_textdomain_codeset
 
6423
+          AC_CHECK_FUNCS(bind_textdomain_codeset)
 
6424
+          LIBS="$glib_save_LIBS"
 
6425
 
4642
6426
-# Flag that allows shared libraries with undefined symbols to be built.
4643
6427
-allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
4644
 
-
 
6428
+          if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then
 
6429
+            gt_cv_func_dgettext_libc=no
 
6430
+          else
 
6431
+            if test "$gt_cv_func_dgettext_libc" = "yes" \
 
6432
+               && test "$gt_cv_func_ngettext_libc" = "yes"; then
 
6433
+              gt_cv_func_dgettext_libintl=no
 
6434
+            fi
 
6435
+          fi
 
6436
+        fi
 
6437
+      fi
 
6438
 
4645
6439
-# Flag that forces no undefined symbols.
4646
6440
-no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
4647
 
-
 
6441
+      if test "$gt_cv_func_dgettext_libc" = "yes" \
 
6442
+       || test "$gt_cv_func_dgettext_libintl" = "yes"; then
 
6443
+        gt_cv_have_gettext=yes
 
6444
+      fi
 
6445
+  
 
6446
+      if test "$gt_cv_func_dgettext_libintl" = "yes"; then
 
6447
+        INTLLIBS="-lintl $libintl_extra_libs"
 
6448
+      fi
 
6449
+  
 
6450
+      if test "$gt_cv_have_gettext" = "yes"; then
 
6451
+       AC_DEFINE(HAVE_GETTEXT,1,
 
6452
+         [Define if the GNU gettext() function is already present or preinstalled.])
 
6453
+       GLIB_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,
 
6454
+         [test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"], no)dnl
 
6455
+       if test "$MSGFMT" != "no"; then
 
6456
+          glib_save_LIBS="$LIBS"
 
6457
+          LIBS="$LIBS $INTLLIBS"
 
6458
+         AC_CHECK_FUNCS(dcgettext)
 
6459
+         MSGFMT_OPTS=
 
6460
+         AC_MSG_CHECKING([if msgfmt accepts -c])
 
6461
+         GLIB_RUN_PROG([$MSGFMT -c -o /dev/null],[
 
6462
+msgid ""
 
6463
+msgstr ""
 
6464
+"Content-Type: text/plain; charset=UTF-8\n"
 
6465
+"Project-Id-Version: test 1.0\n"
 
6466
+"PO-Revision-Date: 2007-02-15 12:01+0100\n"
 
6467
+"Last-Translator: test <foo@bar.xx>\n"
 
6468
+"Language-Team: C <LL@li.org>\n"
 
6469
+"MIME-Version: 1.0\n"
 
6470
+"Content-Transfer-Encoding: 8bit\n"
 
6471
+], [MSGFMT_OPTS=-c; AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no])])
 
6472
+         AC_SUBST(MSGFMT_OPTS)
 
6473
+         AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT)
 
6474
+         GLIB_PATH_PROG_WITH_TEST(XGETTEXT, xgettext,
 
6475
+           [test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"], :)
 
6476
+         AC_TRY_LINK(, [extern int _nl_msg_cat_cntr;
 
6477
+                        return _nl_msg_cat_cntr],
 
6478
+           [CATOBJEXT=.gmo 
 
6479
+             DATADIRNAME=share],
 
6480
+           [case $host in
 
6481
+           *-*-solaris*)
 
6482
+           dnl On Solaris, if bind_textdomain_codeset is in libc,
 
6483
+           dnl GNU format message catalog is always supported,
 
6484
+            dnl since both are added to the libc all together.
 
6485
+           dnl Hence, we'd like to go with DATADIRNAME=share and
 
6486
+           dnl and CATOBJEXT=.gmo in this case.
 
6487
+            AC_CHECK_FUNC(bind_textdomain_codeset,
 
6488
+             [CATOBJEXT=.gmo 
 
6489
+               DATADIRNAME=share],
 
6490
+             [CATOBJEXT=.mo
 
6491
+               DATADIRNAME=lib])
 
6492
+           ;;
 
6493
+           *)
 
6494
+           CATOBJEXT=.mo
 
6495
+            DATADIRNAME=lib
 
6496
+           ;;
 
6497
+           esac])
 
6498
+          LIBS="$glib_save_LIBS"
 
6499
+         INSTOBJEXT=.mo
 
6500
+       else
 
6501
+         gt_cv_have_gettext=no
 
6502
+       fi
 
6503
+      fi
 
6504
+    ])
 
6505
 
4648
6506
-# Commands used to finish a libtool library installation in a directory.
4649
6507
-finish_cmds=$lt_finish_cmds
4650
 
-
 
6508
+    if test "$gt_cv_have_gettext" = "yes" ; then
 
6509
+      AC_DEFINE(ENABLE_NLS, 1,
 
6510
+        [always defined to indicate that i18n is enabled])
 
6511
+    fi
 
6512
 
4651
6513
-# Same as above, but a single script fragment to be evaled but not shown.
4652
6514
-finish_eval=$lt_finish_eval
4653
 
-
 
6515
+    dnl Test whether we really found GNU xgettext.
 
6516
+    if test "$XGETTEXT" != ":"; then
 
6517
+      dnl If it is not GNU xgettext we define it as : so that the
 
6518
+      dnl Makefiles still can work.
 
6519
+      if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
 
6520
+        : ;
 
6521
+      else
 
6522
+        AC_MSG_RESULT(
 
6523
+         [found xgettext program is not GNU xgettext; ignore it])
 
6524
+        XGETTEXT=":"
 
6525
+      fi
 
6526
+    fi
 
6527
 
4654
6528
-# Take the output of nm and produce a listing of raw symbols and C names.
4655
6529
-global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
4656
 
-
 
6530
+    # We need to process the po/ directory.
 
6531
+    POSUB=po
 
6532
 
4657
6533
-# Transform the output of nm in a proper C declaration
4658
6534
-global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
4659
 
-
 
6535
+    AC_OUTPUT_COMMANDS(
 
6536
+      [case "$CONFIG_FILES" in *po/Makefile.in*)
 
6537
+        sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
 
6538
+      esac])
 
6539
 
4660
6540
-# Transform the output of nm in a C name address pair
4661
6541
-global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
4662
 
-
 
6542
+    dnl These rules are solely for the distribution goal.  While doing this
 
6543
+    dnl we only have to keep exactly one list of the available catalogs
 
6544
+    dnl in configure.in.
 
6545
+    for lang in $ALL_LINGUAS; do
 
6546
+      GMOFILES="$GMOFILES $lang.gmo"
 
6547
+      POFILES="$POFILES $lang.po"
 
6548
+    done
 
6549
 
4663
6550
-# This is the shared library runtime path variable.
4664
6551
-runpath_var=$runpath_var
4665
 
-
 
6552
+    dnl Make all variables we use known to autoconf.
 
6553
+    AC_SUBST(CATALOGS)
 
6554
+    AC_SUBST(CATOBJEXT)
 
6555
+    AC_SUBST(DATADIRNAME)
 
6556
+    AC_SUBST(GMOFILES)
 
6557
+    AC_SUBST(INSTOBJEXT)
 
6558
+    AC_SUBST(INTLLIBS)
 
6559
+    AC_SUBST(PO_IN_DATADIR_TRUE)
 
6560
+    AC_SUBST(PO_IN_DATADIR_FALSE)
 
6561
+    AC_SUBST(POFILES)
 
6562
+    AC_SUBST(POSUB)
 
6563
+  ])
 
6564
 
4666
6565
-# This is the shared library path variable.
4667
6566
-shlibpath_var=$shlibpath_var
4668
 
-
 
6567
+# AM_GLIB_GNU_GETTEXT
 
6568
+# -------------------
 
6569
+# Do checks necessary for use of gettext. If a suitable implementation 
 
6570
+# of gettext is found in either in libintl or in the C library,
 
6571
+# it will set INTLLIBS to the libraries needed for use of gettext
 
6572
+# and AC_DEFINE() HAVE_GETTEXT and ENABLE_NLS. (The shell variable
 
6573
+# gt_cv_have_gettext will be set to "yes".) It will also call AC_SUBST()
 
6574
+# on various variables needed by the Makefile.in.in installed by 
 
6575
+# glib-gettextize.
 
6576
+dnl
 
6577
+glib_DEFUN([GLIB_GNU_GETTEXT],
 
6578
+  [AC_REQUIRE([AC_PROG_CC])dnl
 
6579
+   AC_REQUIRE([AC_HEADER_STDC])dnl
 
6580
+   
 
6581
+   GLIB_LC_MESSAGES
 
6582
+   GLIB_WITH_NLS
 
6583
 
4669
6584
-# Is shlibpath searched before the hard-coded library search path?
4670
6585
-shlibpath_overrides_runpath=$shlibpath_overrides_runpath
4671
 
-
 
6586
+   if test "$gt_cv_have_gettext" = "yes"; then
 
6587
+     if test "x$ALL_LINGUAS" = "x"; then
 
6588
+       LINGUAS=
 
6589
+     else
 
6590
+       AC_MSG_CHECKING(for catalogs to be installed)
 
6591
+       NEW_LINGUAS=
 
6592
+       for presentlang in $ALL_LINGUAS; do
 
6593
+         useit=no
 
6594
+         if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then
 
6595
+           desiredlanguages="$LINGUAS"
 
6596
+         else
 
6597
+           desiredlanguages="$ALL_LINGUAS"
 
6598
+         fi
 
6599
+         for desiredlang in $desiredlanguages; do
 
6600
+          # Use the presentlang catalog if desiredlang is
 
6601
+           #   a. equal to presentlang, or
 
6602
+           #   b. a variant of presentlang (because in this case,
 
6603
+           #      presentlang can be used as a fallback for messages
 
6604
+           #      which are not translated in the desiredlang catalog).
 
6605
+           case "$desiredlang" in
 
6606
+             "$presentlang"*) useit=yes;;
 
6607
+           esac
 
6608
+         done
 
6609
+         if test $useit = yes; then
 
6610
+           NEW_LINGUAS="$NEW_LINGUAS $presentlang"
 
6611
+         fi
 
6612
+       done
 
6613
+       LINGUAS=$NEW_LINGUAS
 
6614
+       AC_MSG_RESULT($LINGUAS)
 
6615
+     fi
 
6616
 
4672
6617
-# How to hardcode a shared library path into an executable.
4673
6618
-hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
4674
 
-
 
6619
+     dnl Construct list of names of catalog files to be constructed.
 
6620
+     if test -n "$LINGUAS"; then
 
6621
+       for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
 
6622
+     fi
 
6623
+   fi
 
6624
 
4675
6625
-# Whether we should hardcode library paths into libraries.
4676
6626
-hardcode_into_libs=$hardcode_into_libs
4677
 
-
 
6627
+   dnl If the AC_CONFIG_AUX_DIR macro for autoconf is used we possibly
 
6628
+   dnl find the mkinstalldirs script in another subdir but ($top_srcdir).
 
6629
+   dnl Try to locate is.
 
6630
+   MKINSTALLDIRS=
 
6631
+   if test -n "$ac_aux_dir"; then
 
6632
+     MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
 
6633
+   fi
 
6634
+   if test -z "$MKINSTALLDIRS"; then
 
6635
+     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
 
6636
+   fi
 
6637
+   AC_SUBST(MKINSTALLDIRS)
 
6638
 
4678
6639
-# Flag to hardcode \$libdir into a binary during linking.
4679
6640
-# This must work even if \$libdir does not exist.
4680
6641
-hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
4681
 
-
 
6642
+   dnl Generate list of files to be processed by xgettext which will
 
6643
+   dnl be included in po/Makefile.
 
6644
+   test -d po || mkdir po
 
6645
+   if test "x$srcdir" != "x."; then
 
6646
+     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
 
6647
+       posrcprefix="$srcdir/"
 
6648
+     else
 
6649
+       posrcprefix="../$srcdir/"
 
6650
+     fi
 
6651
+   else
 
6652
+     posrcprefix="../"
 
6653
+   fi
 
6654
+   rm -f po/POTFILES
 
6655
+   sed -e "/^#/d" -e "/^\$/d" -e "s,.*,        $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
 
6656
+       < $srcdir/po/POTFILES.in > po/POTFILES
 
6657
+  ])
 
6658
 
4682
6659
-# If ld is used when linking, flag to hardcode \$libdir into
4683
6660
-# a binary during linking. This must work even if \$libdir does
4684
6661
-# not exist.
4685
6662
-hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
4686
 
-
 
6663
+# AM_GLIB_DEFINE_LOCALEDIR(VARIABLE)
 
6664
+# -------------------------------
 
6665
+# Define VARIABLE to the location where catalog files will
 
6666
+# be installed by po/Makefile.
 
6667
+glib_DEFUN([GLIB_DEFINE_LOCALEDIR],
 
6668
+[glib_REQUIRE([GLIB_GNU_GETTEXT])dnl
 
6669
+glib_save_prefix="$prefix"
 
6670
+glib_save_exec_prefix="$exec_prefix"
 
6671
+glib_save_datarootdir="$datarootdir"
 
6672
+test "x$prefix" = xNONE && prefix=$ac_default_prefix
 
6673
+test "x$exec_prefix" = xNONE && exec_prefix=$prefix
 
6674
+datarootdir=`eval echo "${datarootdir}"`
 
6675
+if test "x$CATOBJEXT" = "x.mo" ; then
 
6676
+  localedir=`eval echo "${libdir}/locale"`
 
6677
+else
 
6678
+  localedir=`eval echo "${datadir}/locale"`
 
6679
+fi
 
6680
+prefix="$glib_save_prefix"
 
6681
+exec_prefix="$glib_save_exec_prefix"
 
6682
+datarootdir="$glib_save_datarootdir"
 
6683
+AC_DEFINE_UNQUOTED($1, "$localedir",
 
6684
+  [Define the location where the catalogs will be installed])
 
6685
+])
 
6686
 
4687
6687
-# Whether we need a single -rpath flag with a separated argument.
4688
6688
-hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
4689
 
-
 
6689
+dnl
 
6690
+dnl Now the definitions that aclocal will find
 
6691
+dnl
 
6692
+ifdef(glib_configure_in,[],[
 
6693
+AC_DEFUN([AM_GLIB_GNU_GETTEXT],[GLIB_GNU_GETTEXT($@)])
 
6694
+AC_DEFUN([AM_GLIB_DEFINE_LOCALEDIR],[GLIB_DEFINE_LOCALEDIR($@)])
 
6695
+])dnl
 
6696
 
4690
6697
-# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
4691
6698
-# resulting binary.
4692
6699
-hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
4693
 
-
 
6700
+# GLIB_RUN_PROG(PROGRAM, TEST-FILE, [ACTION-IF-PASS], [ACTION-IF-FAIL])
 
6701
+# 
 
6702
+# Create a temporary file with TEST-FILE as its contents and pass the
 
6703
+# file name to PROGRAM.  Perform ACTION-IF-PASS if PROGRAM exits with
 
6704
+# 0 and perform ACTION-IF-FAIL for any other exit status.
 
6705
+AC_DEFUN([GLIB_RUN_PROG],
 
6706
+[cat >conftest.foo <<_ACEOF
 
6707
+$2
 
6708
+_ACEOF
 
6709
+if AC_RUN_LOG([$1 conftest.foo]); then
 
6710
+  m4_ifval([$3], [$3], [:])
 
6711
+m4_ifvaln([$4], [else $4])dnl
 
6712
+echo "$as_me: failed input was:" >&AS_MESSAGE_LOG_FD
 
6713
+sed 's/^/| /' conftest.foo >&AS_MESSAGE_LOG_FD
 
6714
+fi])
 
6715
 
4694
6716
-# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
4695
6717
-# resulting binary.
4696
6718
-hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
4697
 
-
 
6719
 
4698
6720
-# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
4699
6721
-# the resulting binary.
4700
6722
-hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
4701
 
-
 
6723
+# gnome-common.m4
 
6724
+# 
 
6725
 
4702
6726
-# Set to yes if building a shared library automatically hardcodes DIR into the library
4703
6727
-# and all subsequent libraries and executables linked against it.
4704
6728
-hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
4705
 
-
 
6729
+dnl GNOME_COMMON_INIT
 
6730
 
4706
6731
-# Variables whose values should be saved in libtool wrapper scripts and
4707
6732
-# restored at relink time.
4708
6733
-variables_saved_for_relink="$variables_saved_for_relink"
4709
 
-
 
6734
+AC_DEFUN([GNOME_COMMON_INIT],
 
6735
+[
 
6736
+  dnl this macro should come after AC_CONFIG_MACRO_DIR
 
6737
+  AC_BEFORE([AC_CONFIG_MACRO_DIR], [$0])
 
6738
 
4710
6739
-# Whether libtool must link a program against all its dependency libraries.
4711
6740
-link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
4712
 
-
 
6741
+  dnl ensure that when the Automake generated makefile calls aclocal,
 
6742
+  dnl it honours the $ACLOCAL_FLAGS environment variable
 
6743
+  ACLOCAL_AMFLAGS="\${ACLOCAL_FLAGS}"
 
6744
+  if test -n "$ac_macro_dir"; then
 
6745
+    ACLOCAL_AMFLAGS="-I $ac_macro_dir $ACLOCAL_AMFLAGS"
 
6746
+  fi
 
6747
 
4713
6748
-# Compile-time system search path for libraries
4714
6749
-sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
4715
 
-
 
6750
+  AC_SUBST([ACLOCAL_AMFLAGS])
 
6751
+])
 
6752
 
4716
6753
-# Run-time system search path for libraries
4717
6754
-sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
4718
 
-
 
6755
+AC_DEFUN([GNOME_DEBUG_CHECK],
 
6756
+[
 
6757
+       AC_ARG_ENABLE([debug],
 
6758
+                      AC_HELP_STRING([--enable-debug],
 
6759
+                                     [turn on debugging]),,
 
6760
+                      [enable_debug=no])
 
6761
 
4719
6762
-# Fix the shell variable \$srcfile for the compiler.
4720
6763
-fix_srcfile_path=$lt_fix_srcfile_path
4721
 
-
 
6764
+       if test x$enable_debug = xyes ; then
 
6765
+           AC_DEFINE(GNOME_ENABLE_DEBUG, 1,
 
6766
+               [Enable additional debugging at the expense of performance and size])
 
6767
+       fi
 
6768
+])
 
6769
 
4722
6770
-# Set to yes if exported symbols are required.
4723
6771
-always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
4724
 
-
 
6772
+dnl GNOME_MAINTAINER_MODE_DEFINES ()
 
6773
+dnl define DISABLE_DEPRECATED
 
6774
+dnl
 
6775
+AC_DEFUN([GNOME_MAINTAINER_MODE_DEFINES],
 
6776
+[
 
6777
+       AC_REQUIRE([AM_MAINTAINER_MODE])
 
6778
 
4725
6779
-# The commands to list exported symbols.
4726
6780
-export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
4727
 
-
 
6781
+       if test $USE_MAINTAINER_MODE = yes; then
 
6782
+               DISABLE_DEPRECATED="-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGCONF_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED"
 
6783
+       else
 
6784
+               DISABLE_DEPRECATED=""
 
6785
+       fi
 
6786
+       AC_SUBST(DISABLE_DEPRECATED)
 
6787
+])
 
6788
 
4728
6789
-# The commands to extract the exported symbol list from a shared archive.
4729
6790
-extract_expsyms_cmds=$lt_extract_expsyms_cmds
4730
 
-
 
6791
+dnl GNOME_COMPILE_WARNINGS
 
6792
+dnl Turn on many useful compiler warnings
 
6793
+dnl For now, only works on GCC
 
6794
+AC_DEFUN([GNOME_COMPILE_WARNINGS],[
 
6795
+    dnl ******************************
 
6796
+    dnl More compiler warnings
 
6797
+    dnl ******************************
 
6798
 
4731
6799
-# Symbols that should not be listed in the preloaded symbols.
4732
6800
-exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
4733
 
-
 
6801
+    AC_ARG_ENABLE(compile-warnings, 
 
6802
+                  AC_HELP_STRING([--enable-compile-warnings=@<:@no/minimum/yes/maximum/error@:>@],
 
6803
+                                 [Turn on compiler warnings]),,
 
6804
+                  [enable_compile_warnings="m4_default([$1],[yes])"])
 
6805
 
4734
6806
-# Symbols that must always be exported.
4735
6807
-include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
4736
 
-
 
6808
+    warnCFLAGS=
 
6809
+    if test "x$GCC" != xyes; then
 
6810
+       enable_compile_warnings=no
 
6811
+    fi
 
6812
 
4737
6813
-ifelse([$1],[],
4738
6814
-[# ### END LIBTOOL CONFIG],
4739
6815
-[# ### END LIBTOOL TAG CONFIG: $tagname])
4740
 
-
 
6816
+    warning_flags=
 
6817
+    realsave_CFLAGS="$CFLAGS"
 
6818
 
4741
6819
-__EOF__
4742
 
-
 
6820
+    case "$enable_compile_warnings" in
 
6821
+    no)
 
6822
+       warning_flags=
 
6823
+       ;;
 
6824
+    minimum)
 
6825
+       warning_flags="-Wall"
 
6826
+       ;;
 
6827
+    yes)
 
6828
+       warning_flags="-Wall -Wmissing-prototypes"
 
6829
+       ;;
 
6830
+    maximum|error)
 
6831
+       warning_flags="-Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith"
 
6832
+       CFLAGS="$warning_flags $CFLAGS"
 
6833
+       for option in -Wno-sign-compare; do
 
6834
+               SAVE_CFLAGS="$CFLAGS"
 
6835
+               CFLAGS="$CFLAGS $option"
 
6836
+               AC_MSG_CHECKING([whether gcc understands $option])
 
6837
+               AC_TRY_COMPILE([], [],
 
6838
+                       has_option=yes,
 
6839
+                       has_option=no,)
 
6840
+               CFLAGS="$SAVE_CFLAGS"
 
6841
+               AC_MSG_RESULT($has_option)
 
6842
+               if test $has_option = yes; then
 
6843
+                 warning_flags="$warning_flags $option"
 
6844
+               fi
 
6845
+               unset has_option
 
6846
+               unset SAVE_CFLAGS
 
6847
+       done
 
6848
+       unset option
 
6849
+       if test "$enable_compile_warnings" = "error" ; then
 
6850
+           warning_flags="$warning_flags -Werror"
 
6851
+       fi
 
6852
+       ;;
 
6853
+    *)
 
6854
+       AC_MSG_ERROR(Unknown argument '$enable_compile_warnings' to --enable-compile-warnings)
 
6855
+       ;;
 
6856
+    esac
 
6857
+    CFLAGS="$realsave_CFLAGS"
 
6858
+    AC_MSG_CHECKING(what warning flags to pass to the C compiler)
 
6859
+    AC_MSG_RESULT($warning_flags)
 
6860
 
4743
6861
-ifelse([$1],[], [
4744
6862
-  case $host_os in
4745
6863
-  aix3*)
4746
6864
-    cat <<\EOF >> "$cfgfile"
4747
 
-
 
6865
+    AC_ARG_ENABLE(iso-c,
 
6866
+                  AC_HELP_STRING([--enable-iso-c],
 
6867
+                                 [Try to warn if code is not ISO C ]),,
 
6868
+                  [enable_iso_c=no])
 
6869
 
4748
6870
-# AIX sometimes has problems with the GCC collect2 program.  For some
4749
6871
-# reason, if we set the COLLECT_NAMES environment variable, the problems
4750
6872
-# vanish in a puff of smoke.
4755
6877
-EOF
4756
6878
-    ;;
4757
6879
-  esac
4758
 
-
 
6880
+    AC_MSG_CHECKING(what language compliance flags to pass to the C compiler)
 
6881
+    complCFLAGS=
 
6882
+    if test "x$enable_iso_c" != "xno"; then
 
6883
+       if test "x$GCC" = "xyes"; then
 
6884
+       case " $CFLAGS " in
 
6885
+           *[\ \       ]-ansi[\ \      ]*) ;;
 
6886
+           *) complCFLAGS="$complCFLAGS -ansi" ;;
 
6887
+       esac
 
6888
+       case " $CFLAGS " in
 
6889
+           *[\ \       ]-pedantic[\ \  ]*) ;;
 
6890
+           *) complCFLAGS="$complCFLAGS -pedantic" ;;
 
6891
+       esac
 
6892
+       fi
 
6893
+    fi
 
6894
+    AC_MSG_RESULT($complCFLAGS)
 
6895
 
4759
6896
-  # We use sed instead of cat because bash on DJGPP gets confused if
4760
6897
-  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
4761
6898
-  # text mode, it properly converts lines to CR/LF.  This bash problem
4765
6902
-  mv -f "$cfgfile" "$ofile" || \
4766
6903
-    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
4767
6904
-  chmod +x "$ofile"
4768
 
-])
 
6905
+    WARN_CFLAGS="$warning_flags $complCFLAGS"
 
6906
+    AC_SUBST(WARN_CFLAGS)
 
6907
 ])
4769
6908
-else
4770
6909
-  # If there is no Makefile yet, we rely on a make rule to execute
4771
6910
-  # `config.status --recheck' to rerun these tests and create the
4812
6951
-
4813
6952
-# Character class describing NM global symbol codes.
4814
6953
-symcode='[[BCDEGRST]]'
4815
 
-
 
6954
 
4816
6955
-# Regexp to match symbols that can be accessed directly from C.
4817
6956
-sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
4818
6957
-
4819
6958
-# Transform an extracted symbol line into a proper C declaration
4820
6959
-lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
4821
 
-
 
6960
+dnl For C++, do basically the same thing.
 
6961
 
4822
6962
-# Transform an extracted symbol line into symbol name and symbol address
4823
6963
-lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
4824
 
-
 
6964
+AC_DEFUN([GNOME_CXX_WARNINGS],[
 
6965
+  AC_ARG_ENABLE(cxx-warnings,
 
6966
+                AC_HELP_STRING([--enable-cxx-warnings=@<:@no/minimum/yes@:>@]
 
6967
+                               [Turn on compiler warnings.]),,
 
6968
+                [enable_cxx_warnings="m4_default([$1],[minimum])"])
 
6969
 
4825
6970
-# Define system-specific variables.
4826
6971
-case $host_os in
4827
6972
-aix*)
4833
6978
-hpux*) # Its linker distinguishes data from code symbols
4834
6979
-  if test "$host_cpu" = ia64; then
4835
6980
-    symcode='[[ABCDEGRST]]'
4836
 
-  fi
 
6981
+  AC_MSG_CHECKING(what warning flags to pass to the C++ compiler)
 
6982
+  warnCXXFLAGS=
 
6983
+  if test "x$GXX" != xyes; then
 
6984
+    enable_cxx_warnings=no
 
6985
   fi
4837
6986
-  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4838
6987
-  lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
4839
6988
-  ;;
4842
6991
-    symcode='[[ABCDGIRSTW]]'
4843
6992
-    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
4844
6993
-    lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (lt_ptr) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (lt_ptr) \&\2},/p'"
4845
 
-  fi
 
6994
+  if test "x$enable_cxx_warnings" != "xno"; then
 
6995
+    if test "x$GXX" = "xyes"; then
 
6996
+      case " $CXXFLAGS " in
 
6997
+      *[\ \    ]-Wall[\ \      ]*) ;;
 
6998
+      *) warnCXXFLAGS="-Wall -Wno-unused" ;;
 
6999
+      esac
 
7000
+
 
7001
+      ## -W is not all that useful.  And it cannot be controlled
 
7002
+      ## with individual -Wno-xxx flags, unlike -Wall
 
7003
+      if test "x$enable_cxx_warnings" = "xyes"; then
 
7004
+       warnCXXFLAGS="$warnCXXFLAGS -Wshadow -Woverloaded-virtual"
 
7005
+      fi
 
7006
+    fi
 
7007
   fi
4846
7008
-  ;;
4847
7009
-irix* | nonstopux*)
4848
7010
-  symcode='[[BCDEGRST]]'
4866
7028
-  symcode='[[DFNSTU]]'
4867
7029
-  ;;
4868
7030
-esac
4869
 
-
 
7031
+  AC_MSG_RESULT($warnCXXFLAGS)
 
7032
 
4870
7033
-# Handle CRLF in mingw tool chain
4871
7034
-opt_cr=
4872
7035
-case $build_os in
4874
7037
-  opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4875
7038
-  ;;
4876
7039
-esac
4877
 
-
 
7040
+   AC_ARG_ENABLE(iso-cxx,
 
7041
+                 AC_HELP_STRING([--enable-iso-cxx],
 
7042
+                                [Try to warn if code is not ISO C++ ]),,
 
7043
+                 [enable_iso_cxx=no])
 
7044
 
4878
7045
-# If we're using GNU nm, then use its standard symbol codes.
4879
7046
-case `$NM -V 2>&1` in
4880
7047
-*GNU* | *'with BFD'*)
4881
7048
-  symcode='[[ABCDGIRSTW]]' ;;
4882
7049
-esac
4883
 
-
 
7050
+   AC_MSG_CHECKING(what language compliance flags to pass to the C++ compiler)
 
7051
+   complCXXFLAGS=
 
7052
+   if test "x$enable_iso_cxx" != "xno"; then
 
7053
+     if test "x$GXX" = "xyes"; then
 
7054
+      case " $CXXFLAGS " in
 
7055
+      *[\ \    ]-ansi[\ \      ]*) ;;
 
7056
+      *) complCXXFLAGS="$complCXXFLAGS -ansi" ;;
 
7057
+      esac
 
7058
 
4884
7059
-# Try without a prefix undercore, then with it.
4885
7060
-for ac_symprfx in "" "_"; do
4886
 
-
 
7061
+      case " $CXXFLAGS " in
 
7062
+      *[\ \    ]-pedantic[\ \  ]*) ;;
 
7063
+      *) complCXXFLAGS="$complCXXFLAGS -pedantic" ;;
 
7064
+      esac
 
7065
+     fi
 
7066
+   fi
 
7067
+  AC_MSG_RESULT($complCXXFLAGS)
 
7068
 
4887
7069
-  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
4888
7070
-  symxfrm="\\1 $ac_symprfx\\2 \\2"
4889
 
-
 
7071
+  WARN_CXXFLAGS="$CXXFLAGS $warnCXXFLAGS $complCXXFLAGS"
 
7072
+  AC_SUBST(WARN_CXXFLAGS)
 
7073
+])
 
7074
 
4890
7075
-  # Write the raw and C identifiers.
4891
7076
-  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[     ]]\($symcode$symcode*\)[[       ]][[    ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
4892
 
-
 
7077
+# nls.m4 serial 3 (gettext-0.15)
 
7078
+dnl Copyright (C) 1995-2003, 2005-2006 Free Software Foundation, Inc.
 
7079
+dnl This file is free software; the Free Software Foundation
 
7080
+dnl gives unlimited permission to copy and/or distribute it,
 
7081
+dnl with or without modifications, as long as this notice is preserved.
 
7082
+dnl
 
7083
+dnl This file can can be used in projects which are not available under
 
7084
+dnl the GNU General Public License or the GNU Library General Public
 
7085
+dnl License but which still want to provide support for the GNU gettext
 
7086
+dnl functionality.
 
7087
+dnl Please note that the actual code of the GNU gettext library is covered
 
7088
+dnl by the GNU Library General Public License, and the rest of the GNU
 
7089
+dnl gettext package package is covered by the GNU General Public License.
 
7090
+dnl They are *not* in the public domain.
 
7091
 
4893
7092
-  # Check to see that the pipe works correctly.
4894
7093
-  pipe_works=no
4895
7094
-
4916
7115
-      else
4917
7116
-       rm -f "$nlist"T
4918
7117
-      fi
4919
 
-
 
7118
+dnl Authors:
 
7119
+dnl   Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
 
7120
+dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2003.
 
7121
 
4920
7122
-      # Make sure that we snagged all the symbols we need.
4921
7123
-      if grep ' nm_test_var$' "$nlist" >/dev/null; then
4922
7124
-       if grep ' nm_test_func$' "$nlist" >/dev/null; then
4979
7181
-    cat conftest.$ac_ext >&5
4980
7182
-  fi
4981
7183
-  rm -rf conftest* conftst*
4982
 
-
 
7184
+AC_PREREQ(2.50)
 
7185
 
4983
7186
-  # Do not use the global_symbol_pipe unless it works.
4984
7187
-  if test "$pipe_works" = yes; then
4985
7188
-    break
4987
7190
-    lt_cv_sys_global_symbol_pipe=
4988
7191
-  fi
4989
7192
-done
4990
 
-])
 
7193
+AC_DEFUN([AM_NLS],
 
7194
+[
 
7195
+  AC_MSG_CHECKING([whether NLS is requested])
 
7196
+  dnl Default is enabled NLS
 
7197
+  AC_ARG_ENABLE(nls,
 
7198
+    [  --disable-nls           do not use Native Language Support],
 
7199
+    USE_NLS=$enableval, USE_NLS=yes)
 
7200
+  AC_MSG_RESULT($USE_NLS)
 
7201
+  AC_SUBST(USE_NLS)
 
7202
 ])
4991
7203
-if test -z "$lt_cv_sys_global_symbol_pipe"; then
4992
7204
-  lt_cv_sys_global_symbol_to_cdecl=
4993
7205
-fi
4997
7209
-  AC_MSG_RESULT(ok)
4998
7210
-fi
4999
7211
-]) # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
5000
 
-
5001
 
-
 
7212
 
 
7213
+# pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-
 
7214
+# 
 
7215
+# Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
 
7216
+#
 
7217
+# This program is free software; you can redistribute it and/or modify
 
7218
+# it under the terms of the GNU General Public License as published by
 
7219
+# the Free Software Foundation; either version 2 of the License, or
 
7220
+# (at your option) any later version.
 
7221
+#
 
7222
+# This program is distributed in the hope that it will be useful, but
 
7223
+# WITHOUT ANY WARRANTY; without even the implied warranty of
 
7224
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
7225
+# General Public License for more details.
 
7226
+#
 
7227
+# You should have received a copy of the GNU General Public License
 
7228
+# along with this program; if not, write to the Free Software
 
7229
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
7230
+#
 
7231
+# As a special exception to the GNU General Public License, if you
 
7232
+# distribute this file as part of a program that contains a
 
7233
+# configuration script generated by Autoconf, you may include it under
 
7234
+# the same distribution terms that you use for the rest of that program.
 
7235
 
5002
7236
-# AC_LIBTOOL_PROG_COMPILER_PIC([TAGNAME])
5003
7237
-# ---------------------------------------
5004
7238
-AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC],
5078
7312
-       if test "$host_cpu" = ia64; then
5079
7313
-         # AIX 5 now supports IA64 processor
5080
7314
-         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5081
 
-       else
 
7315
+# PKG_PROG_PKG_CONFIG([MIN-VERSION])
 
7316
+# ----------------------------------
 
7317
+AC_DEFUN([PKG_PROG_PKG_CONFIG],
 
7318
+[m4_pattern_forbid([^_?PKG_[A-Z_]+$])
 
7319
+m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
 
7320
+AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
 
7321
+if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
 
7322
+       AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
 
7323
+fi
 
7324
+if test -n "$PKG_CONFIG"; then
 
7325
+       _pkg_min_version=m4_default([$1], [0.9.0])
 
7326
+       AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
 
7327
+       if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
 
7328
+               AC_MSG_RESULT([yes])
 
7329
        else
5082
7330
-         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
5083
 
-       fi
 
7331
+               AC_MSG_RESULT([no])
 
7332
+               PKG_CONFIG=""
 
7333
        fi
5084
7334
-       ;;
5085
7335
-      chorus*)
5086
7336
-       case $cc_basename in
5310
7560
-      # like `-m68040'.
5311
7561
-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
5312
7562
-      ;;
5313
 
-
 
7563
+               
 
7564
+fi[]dnl
 
7565
+])# PKG_PROG_PKG_CONFIG
 
7566
 
5314
7567
-    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
5315
7568
-      # PIC is the default for these OSes.
5316
7569
-      ;;
5317
 
-
 
7570
+# PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
 
7571
+#
 
7572
+# Check to see whether a particular set of modules exists.  Similar
 
7573
+# to PKG_CHECK_MODULES(), but does not set variables or print errors.
 
7574
+#
 
7575
+#
 
7576
+# Similar to PKG_CHECK_MODULES, make sure that the first instance of
 
7577
+# this or PKG_CHECK_MODULES is called, or make sure to call
 
7578
+# PKG_CHECK_EXISTS manually
 
7579
+# --------------------------------------------------------------
 
7580
+AC_DEFUN([PKG_CHECK_EXISTS],
 
7581
+[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
 
7582
+if test -n "$PKG_CONFIG" && \
 
7583
+    AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
 
7584
+  m4_ifval([$2], [$2], [:])
 
7585
+m4_ifvaln([$3], [else
 
7586
+  $3])dnl
 
7587
+fi])
 
7588
 
5318
7589
-    mingw* | cygwin* | pw32* | os2*)
5319
7590
-      # This hack is so that the source file can tell whether it is being
5320
7591
-      # built for inclusion in a dll (and should export symbols for example).
5323
7594
-      m4_if([$1], [GCJ], [],
5324
7595
-       [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
5325
7596
-      ;;
5326
 
-
 
7597
 
5327
7598
-    darwin* | rhapsody*)
5328
7599
-      # PIC is the default on this platform
5329
7600
-      # Common symbols not allowed in MH_DYLIB files
5330
7601
-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
5331
7602
-      ;;
5332
 
-
 
7603
+# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
 
7604
+# ---------------------------------------------
 
7605
+m4_define([_PKG_CONFIG],
 
7606
+[if test -n "$PKG_CONFIG"; then
 
7607
+    if test -n "$$1"; then
 
7608
+        pkg_cv_[]$1="$$1"
 
7609
+    else
 
7610
+        PKG_CHECK_EXISTS([$3],
 
7611
+                         [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
 
7612
+                        [pkg_failed=yes])
 
7613
+    fi
 
7614
+else
 
7615
+       pkg_failed=untried
 
7616
+fi[]dnl
 
7617
+])# _PKG_CONFIG
 
7618
 
5333
7619
-    interix[[3-9]]*)
5334
7620
-      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
5335
7621
-      # Instead, we relocate shared libraries at runtime.
5336
7622
-      ;;
5337
 
-
 
7623
+# _PKG_SHORT_ERRORS_SUPPORTED
 
7624
+# -----------------------------
 
7625
+AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED],
 
7626
+[AC_REQUIRE([PKG_PROG_PKG_CONFIG])
 
7627
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
7628
+        _pkg_short_errors_supported=yes
 
7629
+else
 
7630
+        _pkg_short_errors_supported=no
 
7631
+fi[]dnl
 
7632
+])# _PKG_SHORT_ERRORS_SUPPORTED
 
7633
 
5338
7634
-    msdosdjgpp*)
5339
7635
-      # Just because we use GCC doesn't mean we suddenly get shared libraries
5340
7636
-      # on systems that don't support them.
5341
7637
-      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
5342
7638
-      enable_shared=no
5343
7639
-      ;;
5344
 
-
 
7640
 
5345
7641
-    sysv4*MP*)
5346
7642
-      if test -d /usr/nec; then
5347
7643
-       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
5348
7644
-      fi
5349
7645
-      ;;
5350
 
-
 
7646
+# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
 
7647
+# [ACTION-IF-NOT-FOUND])
 
7648
+#
 
7649
+#
 
7650
+# Note that if there is a possibility the first call to
 
7651
+# PKG_CHECK_MODULES might not happen, you should be sure to include an
 
7652
+# explicit call to PKG_PROG_PKG_CONFIG in your configure.ac
 
7653
+#
 
7654
+#
 
7655
+# --------------------------------------------------------------
 
7656
+AC_DEFUN([PKG_CHECK_MODULES],
 
7657
+[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
 
7658
+AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
 
7659
+AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
 
7660
 
5351
7661
-    hpux*)
5352
7662
-      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
5353
7663
-      # not for PA HP-UX.
5360
7670
-       ;;
5361
7671
-      esac
5362
7672
-      ;;
5363
 
-
 
7673
+pkg_failed=no
 
7674
+AC_MSG_CHECKING([for $1])
 
7675
 
5364
7676
-    *)
5365
7677
-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
5366
7678
-      ;;
5394
7706
-      m4_if([$1], [GCJ], [],
5395
7707
-       [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
5396
7708
-      ;;
5397
 
-
 
7709
+_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
 
7710
+_PKG_CONFIG([$1][_LIBS], [libs], [$2])
 
7711
 
5398
7712
-    hpux9* | hpux10* | hpux11*)
5399
7713
-      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5400
7714
-      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
5410
7724
-      # Is there a better lt_prog_compiler_static that works with the bundled CC?
5411
7725
-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
5412
7726
-      ;;
5413
 
-
 
7727
+m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
 
7728
+and $1[]_LIBS to avoid the need to call pkg-config.
 
7729
+See the pkg-config man page for more details.])
 
7730
 
5414
7731
-    irix5* | irix6* | nonstopux*)
5415
7732
-      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5416
7733
-      # PIC (with -KPIC) is the default.
5417
7734
-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5418
7735
-      ;;
5419
 
-
 
7736
+if test $pkg_failed = yes; then
 
7737
+        _PKG_SHORT_ERRORS_SUPPORTED
 
7738
+        if test $_pkg_short_errors_supported = yes; then
 
7739
+               $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
 
7740
+        else 
 
7741
+               $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
 
7742
+        fi
 
7743
+       # Put the nasty error message in config.log where it belongs
 
7744
+       echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
 
7745
 
5420
7746
-    newsos6)
5421
7747
-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5422
7748
-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5423
7749
-      ;;
5424
 
-
 
7750
+       ifelse([$4], , [AC_MSG_ERROR(dnl
 
7751
+[Package requirements ($2) were not met:
 
7752
 
5425
7753
-    linux* | k*bsd*-gnu)
5426
7754
-      case $cc_basename in
5427
7755
-      icc* | ecc*)
5459
7787
-       ;;
5460
7788
-      esac
5461
7789
-      ;;
5462
 
-
 
7790
+$$1_PKG_ERRORS
 
7791
 
5463
7792
-    osf3* | osf4* | osf5*)
5464
7793
-      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5465
7794
-      # All OSF/1 code is PIC.
5466
7795
-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5467
7796
-      ;;
5468
 
-
 
7797
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
7798
+installed software in a non-standard prefix.
 
7799
 
5469
7800
-    rdos*)
5470
7801
-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
5471
7802
-      ;;
5472
 
-
 
7803
+_PKG_TEXT
 
7804
+])],
 
7805
+               [AC_MSG_RESULT([no])
 
7806
+                $4])
 
7807
+elif test $pkg_failed = untried; then
 
7808
+       ifelse([$4], , [AC_MSG_FAILURE(dnl
 
7809
+[The pkg-config script could not be found or is too old.  Make sure it
 
7810
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
7811
+path to pkg-config.
 
7812
 
5473
7813
-    solaris*)
5474
7814
-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5475
7815
-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5480
7820
-       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
5481
7821
-      esac
5482
7822
-      ;;
5483
 
-
 
7823
+_PKG_TEXT
 
7824
 
5484
7825
-    sunos4*)
5485
7826
-      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
5486
7827
-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
5487
7828
-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5488
7829
-      ;;
5489
 
-
 
7830
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
 
7831
+               [$4])
 
7832
+else
 
7833
+       $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
 
7834
+       $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
 
7835
+        AC_MSG_RESULT([yes])
 
7836
+       ifelse([$3], , :, [$3])
 
7837
+fi[]dnl
 
7838
+])# PKG_CHECK_MODULES
 
7839
 
5490
7840
-    sysv4 | sysv4.2uw2* | sysv4.3*)
5491
7841
-      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5492
7842
-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5493
7843
-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5494
7844
-      ;;
5495
 
-
 
7845
+# Copyright (C) 2002, 2003, 2005, 2006, 2007  Free Software Foundation, Inc.
 
7846
+#
 
7847
+# This file is free software; the Free Software Foundation
 
7848
+# gives unlimited permission to copy and/or distribute it,
 
7849
+# with or without modifications, as long as this notice is preserved.
 
7850
 
5496
7851
-    sysv4*MP*)
5497
7852
-      if test -d /usr/nec ;then
5498
7853
-       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
5499
7854
-       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5500
7855
-      fi
5501
7856
-      ;;
5502
 
-
 
7857
+# AM_AUTOMAKE_VERSION(VERSION)
 
7858
+# ----------------------------
 
7859
+# Automake X.Y traces this macro to ensure aclocal.m4 has been
 
7860
+# generated from the m4 files accompanying Automake X.Y.
 
7861
+# (This private macro should not be called outside this file.)
 
7862
+AC_DEFUN([AM_AUTOMAKE_VERSION],
 
7863
+[am__api_version='1.10'
 
7864
+dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 
7865
+dnl require some minimum version.  Point them to the right macro.
 
7866
+m4_if([$1], [1.10.1], [],
 
7867
+      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 
7868
+])
 
7869
 
5503
7870
-    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
5504
7871
-      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5505
7872
-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
5506
7873
-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5507
7874
-      ;;
5508
 
-
 
7875
+# _AM_AUTOCONF_VERSION(VERSION)
 
7876
+# -----------------------------
 
7877
+# aclocal traces this macro to find the Autoconf version.
 
7878
+# This is a private macro too.  Using m4_define simplifies
 
7879
+# the logic in aclocal, which can simply ignore this definition.
 
7880
+m4_define([_AM_AUTOCONF_VERSION], [])
 
7881
 
5509
7882
-    unicos*)
5510
7883
-      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
5511
7884
-      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
5512
7885
-      ;;
5513
 
-
 
7886
+# AM_SET_CURRENT_AUTOMAKE_VERSION
 
7887
+# -------------------------------
 
7888
+# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 
7889
+# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
 
7890
+AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
 
7891
+[AM_AUTOMAKE_VERSION([1.10.1])dnl
 
7892
+m4_ifndef([AC_AUTOCONF_VERSION],
 
7893
+  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 
7894
+_AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)])
 
7895
 
5514
7896
-    uts4*)
5515
7897
-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
5516
7898
-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
5517
7899
-      ;;
5518
 
-
 
7900
+# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
 
7901
 
5519
7902
-    *)
5520
7903
-      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
5521
7904
-      ;;
5523
7906
-  fi
5524
7907
-])
5525
7908
-AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
5526
 
-
5527
 
-#
 
7909
+# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
7910
+#
 
7911
+# This file is free software; the Free Software Foundation
 
7912
+# gives unlimited permission to copy and/or distribute it,
 
7913
+# with or without modifications, as long as this notice is preserved.
 
7914
 
 
7915
+# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
 
7916
+# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
 
7917
+# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
 
7918
 #
5528
7919
-# Check to make sure the PIC flag actually works.
5529
 
-#
 
7920
+# Of course, Automake must honor this variable whenever it calls a
 
7921
+# tool from the auxiliary directory.  The problem is that $srcdir (and
 
7922
+# therefore $ac_aux_dir as well) can be either absolute or relative,
 
7923
+# depending on how configure is run.  This is pretty annoying, since
 
7924
+# it makes $ac_aux_dir quite unusable in subdirectories: in the top
 
7925
+# source directory, any form will work fine, but in subdirectories a
 
7926
+# relative path needs to be adjusted first.
 
7927
 #
5530
7928
-if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
5531
7929
-  AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
5532
7930
-    _LT_AC_TAGVAR(lt_cv_prog_compiler_pic_works, $1),
5548
7946
-    ;;
5549
7947
-esac
5550
7948
-
5551
 
-#
 
7949
+# $ac_aux_dir/missing
 
7950
+#    fails when called from a subdirectory if $ac_aux_dir is relative
 
7951
+# $top_srcdir/$ac_aux_dir/missing
 
7952
+#    fails if $ac_aux_dir is absolute,
 
7953
+#    fails when called from a subdirectory in a VPATH build with
 
7954
+#          a relative $ac_aux_dir
 
7955
+#
 
7956
+# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
 
7957
+# are both prefixed by $srcdir.  In an in-source build this is usually
 
7958
+# harmless because $srcdir is `.', but things will broke when you
 
7959
+# start a VPATH build or use an absolute $srcdir.
 
7960
 #
5552
7961
-# Check to make sure the static flag actually works.
5553
 
-#
 
7962
+# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
 
7963
+# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
 
7964
+#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
 
7965
+# and then we would define $MISSING as
 
7966
+#   MISSING="\${SHELL} $am_aux_dir/missing"
 
7967
+# This will work as long as MISSING is not called from configure, because
 
7968
+# unfortunately $(top_srcdir) has no meaning in configure.
 
7969
+# However there are other variables, like CC, which are often used in
 
7970
+# configure, and could therefore not use this "fixed" $ac_aux_dir.
 
7971
 #
5554
7972
-wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\"
5555
7973
-AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
5556
7974
-  _LT_AC_TAGVAR(lt_cv_prog_compiler_static_works, $1),
5557
7975
-  $lt_tmp_static_flag,
5558
7976
-  [],
5559
7977
-  [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
5560
 
-])
5561
 
-
5562
 
-
 
7978
+# Another solution, used here, is to always expand $ac_aux_dir to an
 
7979
+# absolute PATH.  The drawback is that using absolute paths prevent a
 
7980
+# configured tree to be moved without reconfiguration.
 
7981
+
 
7982
+AC_DEFUN([AM_AUX_DIR_EXPAND],
 
7983
+[dnl Rely on autoconf to set up CDPATH properly.
 
7984
+AC_PREREQ([2.50])dnl
 
7985
+# expand $ac_aux_dir to an absolute path
 
7986
+am_aux_dir=`cd $ac_aux_dir && pwd`
 
7987
 ])
 
7988
 
 
7989
+# AM_CONDITIONAL                                            -*- Autoconf -*-
 
7990
 
5563
7991
-# AC_LIBTOOL_PROG_LD_SHLIBS([TAGNAME])
5564
7992
-# ------------------------------------
5565
7993
-# See if the linker supports building shared libraries.
5647
8075
-    with_gnu_ld=no
5648
8076
-    ;;
5649
8077
-  esac
5650
 
-
 
8078
+# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006
 
8079
+# Free Software Foundation, Inc.
 
8080
+#
 
8081
+# This file is free software; the Free Software Foundation
 
8082
+# gives unlimited permission to copy and/or distribute it,
 
8083
+# with or without modifications, as long as this notice is preserved.
 
8084
 
5651
8085
-  _LT_AC_TAGVAR(ld_shlibs, $1)=yes
5652
8086
-  if test "$with_gnu_ld" = yes; then
5653
8087
-    # If archive_cmds runs LD, not CC, wlarc should be empty
5673
8107
-      *\ 2.11.*) ;; # other 2.11 versions
5674
8108
-      *) supports_anon_versioning=yes ;;
5675
8109
-    esac
5676
 
-
 
8110
+# serial 8
 
8111
+
 
8112
+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
 
8113
+# -------------------------------------
 
8114
+# Define a conditional.
 
8115
+AC_DEFUN([AM_CONDITIONAL],
 
8116
+[AC_PREREQ(2.52)dnl
 
8117
+ ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
 
8118
+       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
 
8119
+AC_SUBST([$1_TRUE])dnl
 
8120
+AC_SUBST([$1_FALSE])dnl
 
8121
+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
 
8122
+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
 
8123
+if $2; then
 
8124
+  $1_TRUE=
 
8125
+  $1_FALSE='#'
 
8126
+else
 
8127
+  $1_TRUE='#'
 
8128
+  $1_FALSE=
 
8129
+fi
 
8130
+AC_CONFIG_COMMANDS_PRE(
 
8131
+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
 
8132
+  AC_MSG_ERROR([[conditional "$1" was never defined.
 
8133
+Usually this means the macro was only invoked conditionally.]])
 
8134
+fi])])
 
8135
 
5677
8136
-    # See if GNU ld supports shared libraries.
5678
8137
-    case $host_os in
5679
8138
-    aix[[3-9]]*)
5687
8146
-*** Therefore, libtool is disabling shared libraries support.  If you
5688
8147
-*** really care for shared libraries, you may want to modify your PATH
5689
8148
-*** so that a non-GNU linker is found, and then restart.
5690
 
-
 
8149
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
 
8150
+# Free Software Foundation, Inc.
 
8151
+#
 
8152
+# This file is free software; the Free Software Foundation
 
8153
+# gives unlimited permission to copy and/or distribute it,
 
8154
+# with or without modifications, as long as this notice is preserved.
 
8155
 
5691
8156
-EOF
5692
8157
-      fi
5693
8158
-      ;;
5694
 
-
 
8159
+# serial 9
 
8160
 
5695
8161
-    amigaos*)
5696
8162
-      _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)'
5697
8163
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5705
8171
-      # them.
5706
8172
-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
5707
8173
-      ;;
5708
 
-
 
8174
+# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
 
8175
+# written in clear, in which case automake, when reading aclocal.m4,
 
8176
+# will think it sees a *use*, and therefore will trigger all it's
 
8177
+# C support machinery.  Also note that it means that autoscan, seeing
 
8178
+# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
 
8179
 
5709
8180
-    beos*)
5710
8181
-      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5711
8182
-       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
5716
8187
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5717
8188
-      fi
5718
8189
-      ;;
5719
 
-
 
8190
 
5720
8191
-    cygwin* | mingw* | pw32*)
5721
8192
-      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
5722
8193
-      # as there is no search path for DLLs.
5741
8212
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5742
8213
-      fi
5743
8214
-      ;;
5744
 
-
 
8215
+# _AM_DEPENDENCIES(NAME)
 
8216
+# ----------------------
 
8217
+# See how the compiler implements dependency checking.
 
8218
+# NAME is "CC", "CXX", "GCJ", or "OBJC".
 
8219
+# We try a few techniques and use that to set a single cache variable.
 
8220
+#
 
8221
+# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
 
8222
+# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
 
8223
+# dependency, and given that the user is not expected to run this macro,
 
8224
+# just rely on AC_PROG_CC.
 
8225
+AC_DEFUN([_AM_DEPENDENCIES],
 
8226
+[AC_REQUIRE([AM_SET_DEPDIR])dnl
 
8227
+AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
 
8228
+AC_REQUIRE([AM_MAKE_INCLUDE])dnl
 
8229
+AC_REQUIRE([AM_DEP_TRACK])dnl
 
8230
 
5745
8231
-    interix[[3-9]]*)
5746
8232
-      _LT_AC_TAGVAR(hardcode_direct, $1)=no
5747
8233
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5756
8242
-      _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'
5757
8243
-      _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'
5758
8244
-      ;;
5759
 
-
 
8245
+ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
 
8246
+       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
 
8247
+       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
 
8248
+       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
 
8249
+       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
 
8250
+                   [depcc="$$1"   am_compiler_list=])
 
8251
 
5760
8252
-    gnu* | linux* | k*bsd*-gnu)
5761
8253
-      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5762
8254
-       tmp_addflag=
5785
8277
-         tmp_sharedflag='-shared' ;;
5786
8278
-       esac
5787
8279
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5788
 
-
 
8280
+AC_CACHE_CHECK([dependency style of $depcc],
 
8281
+               [am_cv_$1_dependencies_compiler_type],
 
8282
+[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
8283
+  # We make a subdir and do the tests there.  Otherwise we can end up
 
8284
+  # making bogus files that we don't know about and never remove.  For
 
8285
+  # instance it was reported that on HP-UX the gcc test will end up
 
8286
+  # making a dummy file named `D' -- because `-MD' means `put the output
 
8287
+  # in D'.
 
8288
+  mkdir conftest.dir
 
8289
+  # Copy depcomp to subdir because otherwise we won't find it if we're
 
8290
+  # using a relative directory.
 
8291
+  cp "$am_depcomp" conftest.dir
 
8292
+  cd conftest.dir
 
8293
+  # We will build objects and dependencies in a subdirectory because
 
8294
+  # it helps to detect inapplicable dependency modes.  For instance
 
8295
+  # both Tru64's cc and ICC support -MD to output dependencies as a
 
8296
+  # side effect of compilation, but ICC will put the dependencies in
 
8297
+  # the current directory while Tru64 will put them in the object
 
8298
+  # directory.
 
8299
+  mkdir sub
 
8300
 
5789
8301
-       if test $supports_anon_versioning = yes; then
5790
8302
-         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
5791
8303
-  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
5796
8308
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5797
8309
-      fi
5798
8310
-      ;;
5799
 
-
 
8311
+  am_cv_$1_dependencies_compiler_type=none
 
8312
+  if test "$am_compiler_list" = ""; then
 
8313
+     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
 
8314
+  fi
 
8315
+  for depmode in $am_compiler_list; do
 
8316
+    # Setup a source with many dependencies, because some compilers
 
8317
+    # like to wrap large dependency lists on column 80 (with \), and
 
8318
+    # we should not choose a depcomp mode which is confused by this.
 
8319
+    #
 
8320
+    # We need to recreate these files for each test, as the compiler may
 
8321
+    # overwrite some of them when testing with obscure command lines.
 
8322
+    # This happens at least with the AIX C compiler.
 
8323
+    : > sub/conftest.c
 
8324
+    for i in 1 2 3 4 5 6; do
 
8325
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
 
8326
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
 
8327
+      # Solaris 8's {/usr,}/bin/sh.
 
8328
+      touch sub/conftst$i.h
 
8329
+    done
 
8330
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
 
8331
 
5800
8332
-    netbsd*)
5801
8333
-      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
5802
8334
-       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
5803
8335
-       wlarc=
5804
 
-      else
 
8336
+    case $depmode in
 
8337
+    nosideeffect)
 
8338
+      # after this tag, mechanisms are not by side-effect, so they'll
 
8339
+      # only be used when explicitly requested
 
8340
+      if test "x$enable_dependency_tracking" = xyes; then
 
8341
+       continue
 
8342
       else
5805
8343
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5806
8344
-       _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'
5807
 
-      fi
5808
 
-      ;;
 
8345
+       break
 
8346
       fi
 
8347
       ;;
5809
8348
-
5810
8349
-    solaris*)
5811
8350
-      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
5825
8364
-       _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'
5826
8365
-      else
5827
8366
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
5828
 
-      fi
 
8367
+    none) break ;;
 
8368
+    esac
 
8369
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
 
8370
+    # mode.  It turns out that the SunPro C++ compiler does not properly
 
8371
+    # handle `-M -o', and we need to detect this.
 
8372
+    if depmode=$depmode \
 
8373
+       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
 
8374
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
 
8375
+       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
 
8376
+         >/dev/null 2>conftest.err &&
 
8377
+       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
 
8378
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
 
8379
+       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
 
8380
+       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
 
8381
+      # icc doesn't choke on unknown options, it will just issue warnings
 
8382
+      # or remarks (even with -Werror).  So we grep stderr for any message
 
8383
+      # that says an option was ignored or not supported.
 
8384
+      # When given -MP, icc 7.0 and 7.1 complain thusly:
 
8385
+      #   icc: Command line warning: ignoring option '-M'; no argument required
 
8386
+      # The diagnosis changed in icc 8.0:
 
8387
+      #   icc: Command line remark: option '-MP' not supported
 
8388
+      if (grep 'ignoring option' conftest.err ||
 
8389
+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
 
8390
+        am_cv_$1_dependencies_compiler_type=$depmode
 
8391
+        break
 
8392
       fi
5829
8393
-      ;;
5830
 
-
 
8394
+    fi
 
8395
+  done
 
8396
+
 
8397
+  cd ..
 
8398
+  rm -rf conftest.dir
 
8399
+else
 
8400
+  am_cv_$1_dependencies_compiler_type=none
 
8401
+fi
 
8402
+])
 
8403
+AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
 
8404
+AM_CONDITIONAL([am__fastdep$1], [
 
8405
+  test "x$enable_dependency_tracking" != xno \
 
8406
+  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
 
8407
+])
 
8408
 
5831
8409
-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
5832
8410
-      case `$LD -v 2>&1` in
5833
8411
-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
5840
8418
-*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
5841
8419
-*** your PATH or compiler configuration so that the native linker is
5842
8420
-*** used, and then restart.
5843
 
-
 
8421
 
5844
8422
-_LT_EOF
5845
8423
-       ;;
5846
8424
-       *)
5854
8432
-       ;;
5855
8433
-      esac
5856
8434
-      ;;
5857
 
-
 
8435
+# AM_SET_DEPDIR
 
8436
+# -------------
 
8437
+# Choose a directory name for dependency files.
 
8438
+# This macro is AC_REQUIREd in _AM_DEPENDENCIES
 
8439
+AC_DEFUN([AM_SET_DEPDIR],
 
8440
+[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
8441
+AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
 
8442
+])
 
8443
 
5858
8444
-    sunos4*)
5859
8445
-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5860
8446
-      wlarc=
5861
8447
-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
5862
8448
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
5863
8449
-      ;;
5864
 
-
 
8450
 
5865
8451
-    *)
5866
8452
-      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
5867
8453
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5871
8457
-      fi
5872
8458
-      ;;
5873
8459
-    esac
5874
 
-
 
8460
+# AM_DEP_TRACK
 
8461
+# ------------
 
8462
+AC_DEFUN([AM_DEP_TRACK],
 
8463
+[AC_ARG_ENABLE(dependency-tracking,
 
8464
+[  --disable-dependency-tracking  speeds up one-time build
 
8465
+  --enable-dependency-tracking   do not reject slow dependency extractors])
 
8466
+if test "x$enable_dependency_tracking" != xno; then
 
8467
+  am_depcomp="$ac_aux_dir/depcomp"
 
8468
+  AMDEPBACKSLASH='\'
 
8469
+fi
 
8470
+AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
 
8471
+AC_SUBST([AMDEPBACKSLASH])dnl
 
8472
+_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
 
8473
+])
 
8474
 
5875
8475
-    if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
5876
8476
-      runpath_var=
5877
8477
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
5878
8478
-      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
5879
8479
-      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
5880
8480
-    fi
5881
 
-  else
 
8481
+# Generate code to set up dependency tracking.              -*- Autoconf -*-
 
8482
+
 
8483
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
 
8484
+# Free Software Foundation, Inc.
 
8485
+#
 
8486
+# This file is free software; the Free Software Foundation
 
8487
+# gives unlimited permission to copy and/or distribute it,
 
8488
+# with or without modifications, as long as this notice is preserved.
 
8489
+
 
8490
+#serial 3
 
8491
+
 
8492
+# _AM_OUTPUT_DEPENDENCY_COMMANDS
 
8493
+# ------------------------------
 
8494
+AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
 
8495
+[for mf in $CONFIG_FILES; do
 
8496
+  # Strip MF so we end up with the name of the file.
 
8497
+  mf=`echo "$mf" | sed -e 's/:.*$//'`
 
8498
+  # Check whether this is an Automake generated Makefile or not.
 
8499
+  # We used to match only the files named `Makefile.in', but
 
8500
+  # some people rename them; so instead we look at the file content.
 
8501
+  # Grep'ing the first line is not enough: some people post-process
 
8502
+  # each Makefile.in and add a new line on top of each file to say so.
 
8503
+  # Grep'ing the whole file is not good either: AIX grep has a line
 
8504
+  # limit of 2048, but all sed's we know have understand at least 4000.
 
8505
+  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
 
8506
+    dirpart=`AS_DIRNAME("$mf")`
 
8507
   else
5882
8508
-    # PORTME fill in a description of your system's linker (not GNU ld)
5883
8509
-    case $host_os in
5884
8510
-    aix3*)
5894
8520
-       _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
5895
8521
-      fi
5896
8522
-      ;;
5897
 
-
 
8523
+    continue
 
8524
+  fi
 
8525
+  # Extract the definition of DEPDIR, am__include, and am__quote
 
8526
+  # from the Makefile without running `make'.
 
8527
+  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 
8528
+  test -z "$DEPDIR" && continue
 
8529
+  am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
8530
+  test -z "am__include" && continue
 
8531
+  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
 
8532
+  # When using ansi2knr, U may be empty or an underscore; expand it
 
8533
+  U=`sed -n 's/^U = //p' < "$mf"`
 
8534
+  # Find all dependency output files, they are included files with
 
8535
+  # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
8536
+  # simplest approach to changing $(DEPDIR) to its actual value in the
 
8537
+  # expansion.
 
8538
+  for file in `sed -n "
 
8539
+    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
 
8540
+       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
8541
+    # Make sure the directory exists.
 
8542
+    test -f "$dirpart/$file" && continue
 
8543
+    fdir=`AS_DIRNAME(["$file"])`
 
8544
+    AS_MKDIR_P([$dirpart/$fdir])
 
8545
+    # echo "creating $dirpart/$file"
 
8546
+    echo '# dummy' > "$dirpart/$file"
 
8547
+  done
 
8548
+done
 
8549
+])# _AM_OUTPUT_DEPENDENCY_COMMANDS
 
8550
 
5898
8551
-    aix[[4-9]]*)
5899
8552
-      if test "$host_cpu" = ia64; then
5900
8553
-       # On IA64, the linker does run time linking by default, so we don't
5911
8564
-         _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'
5912
8565
-       fi
5913
8566
-       aix_use_runtimelinking=no
5914
 
-
 
8567
 
5915
8568
-       # Test if we are trying to use run time linking or normal
5916
8569
-       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
5917
8570
-       # need to do runtime linking.
5924
8577
-         done
5925
8578
-         ;;
5926
8579
-       esac
5927
 
-
 
8580
+# AM_OUTPUT_DEPENDENCY_COMMANDS
 
8581
+# -----------------------------
 
8582
+# This macro should only be invoked once -- use via AC_REQUIRE.
 
8583
+#
 
8584
+# This code is only required when automatic dependency tracking
 
8585
+# is enabled.  FIXME.  This creates each `.P' file that we will
 
8586
+# need in order to bootstrap the dependency handling code.
 
8587
+AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
 
8588
+[AC_CONFIG_COMMANDS([depfiles],
 
8589
+     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
 
8590
+     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
 
8591
+])
 
8592
 
5928
8593
-       exp_sym_flag='-bexport'
5929
8594
-       no_entry_flag='-bnoentry'
5930
8595
-      fi
5931
 
-
 
8596
+# Do all the work for Automake.                             -*- Autoconf -*-
 
8597
+
 
8598
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 
8599
+# 2005, 2006, 2008 Free Software Foundation, Inc.
 
8600
+#
 
8601
+# This file is free software; the Free Software Foundation
 
8602
+# gives unlimited permission to copy and/or distribute it,
 
8603
+# with or without modifications, as long as this notice is preserved.
 
8604
+
 
8605
+# serial 13
 
8606
+
 
8607
+# This macro actually does too much.  Some checks are only needed if
 
8608
+# your package does certain things.  But this isn't really a big deal.
 
8609
 
5932
8610
-      # When large executables or shared objects are built, AIX ld can
5933
8611
-      # have problems creating the table of contents.  If linking a library
5934
8612
-      # or program results in "error TOC overflow" add -mminimal-toc to
5980
8658
-         fi
5981
8659
-       fi
5982
8660
-      fi
5983
 
-
 
8661
+# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
 
8662
+# AM_INIT_AUTOMAKE([OPTIONS])
 
8663
+# -----------------------------------------------
 
8664
+# The call with PACKAGE and VERSION arguments is the old style
 
8665
+# call (pre autoconf-2.50), which is being phased out.  PACKAGE
 
8666
+# and VERSION should now be passed to AC_INIT and removed from
 
8667
+# the call to AM_INIT_AUTOMAKE.
 
8668
+# We support both call styles for the transition.  After
 
8669
+# the next Automake release, Autoconf can make the AC_INIT
 
8670
+# arguments mandatory, and then we can depend on a new Autoconf
 
8671
+# release and drop the old call support.
 
8672
+AC_DEFUN([AM_INIT_AUTOMAKE],
 
8673
+[AC_PREREQ([2.60])dnl
 
8674
+dnl Autoconf wants to disallow AM_ names.  We explicitly allow
 
8675
+dnl the ones we care about.
 
8676
+m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
 
8677
+AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
 
8678
+AC_REQUIRE([AC_PROG_INSTALL])dnl
 
8679
+if test "`cd $srcdir && pwd`" != "`pwd`"; then
 
8680
+  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
 
8681
+  # is not polluted with repeated "-I."
 
8682
+  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
 
8683
+  # test to see if srcdir already configured
 
8684
+  if test -f $srcdir/config.status; then
 
8685
+    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
 
8686
+  fi
 
8687
+fi
 
8688
 
5984
8689
-      # It seems that -bexpall does not export symbols beginning with
5985
8690
-      # underscore (_), so it is better to generate a list of symbols to export.
5986
8691
-      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
6013
8718
-       fi
6014
8719
-      fi
6015
8720
-      ;;
6016
 
-
 
8721
+# test whether we have cygpath
 
8722
+if test -z "$CYGPATH_W"; then
 
8723
+  if (cygpath --version) >/dev/null 2>/dev/null; then
 
8724
+    CYGPATH_W='cygpath -w'
 
8725
+  else
 
8726
+    CYGPATH_W=echo
 
8727
+  fi
 
8728
+fi
 
8729
+AC_SUBST([CYGPATH_W])
 
8730
 
6017
8731
-    amigaos*)
6018
8732
-      _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)'
6019
8733
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6021
8735
-      # see comment about different semantics on the GNU ld section
6022
8736
-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
6023
8737
-      ;;
6024
 
-
 
8738
+# Define the identity of the package.
 
8739
+dnl Distinguish between old-style and new-style calls.
 
8740
+m4_ifval([$2],
 
8741
+[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
 
8742
+ AC_SUBST([PACKAGE], [$1])dnl
 
8743
+ AC_SUBST([VERSION], [$2])],
 
8744
+[_AM_SET_OPTIONS([$1])dnl
 
8745
+dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
 
8746
+m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
 
8747
+  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
 
8748
+ AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
 
8749
+ AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
 
8750
 
6025
8751
-    bsdi[[45]]*)
6026
8752
-      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
6027
8753
-      ;;
6028
 
-
 
8754
+_AM_IF_OPTION([no-define],,
 
8755
+[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
 
8756
+ AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
 
8757
 
6029
8758
-    cygwin* | mingw* | pw32*)
6030
8759
-      # When not using gcc, we currently assume that we are using
6031
8760
-      # Microsoft Visual C++.
6046
8775
-      _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
6047
8776
-      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
6048
8777
-      ;;
6049
 
-
 
8778
+# Some tools Automake needs.
 
8779
+AC_REQUIRE([AM_SANITY_CHECK])dnl
 
8780
+AC_REQUIRE([AC_ARG_PROGRAM])dnl
 
8781
+AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
 
8782
+AM_MISSING_PROG(AUTOCONF, autoconf)
 
8783
+AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
 
8784
+AM_MISSING_PROG(AUTOHEADER, autoheader)
 
8785
+AM_MISSING_PROG(MAKEINFO, makeinfo)
 
8786
+AM_PROG_INSTALL_SH
 
8787
+AM_PROG_INSTALL_STRIP
 
8788
+AC_REQUIRE([AM_PROG_MKDIR_P])dnl
 
8789
+# We need awk for the "check" target.  The system "awk" is bad on
 
8790
+# some platforms.
 
8791
+AC_REQUIRE([AC_PROG_AWK])dnl
 
8792
+AC_REQUIRE([AC_PROG_MAKE_SET])dnl
 
8793
+AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
8794
+_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
 
8795
+              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
 
8796
+                            [_AM_PROG_TAR([v7])])])
 
8797
+_AM_IF_OPTION([no-dependencies],,
 
8798
+[AC_PROVIDE_IFELSE([AC_PROG_CC],
 
8799
+                  [_AM_DEPENDENCIES(CC)],
 
8800
+                  [define([AC_PROG_CC],
 
8801
+                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
 
8802
+AC_PROVIDE_IFELSE([AC_PROG_CXX],
 
8803
+                  [_AM_DEPENDENCIES(CXX)],
 
8804
+                  [define([AC_PROG_CXX],
 
8805
+                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 
8806
+AC_PROVIDE_IFELSE([AC_PROG_OBJC],
 
8807
+                  [_AM_DEPENDENCIES(OBJC)],
 
8808
+                  [define([AC_PROG_OBJC],
 
8809
+                          defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
 
8810
+])
 
8811
+])
 
8812
 
6050
8813
-    darwin* | rhapsody*)
6051
8814
-      case $host_os in
6052
8815
-        rhapsody* | darwin1.[[012]])
6095
8858
-      esac
6096
8859
-    fi
6097
8860
-      ;;
6098
 
-
 
8861
 
6099
8862
-    dgux*)
6100
8863
-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6101
8864
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6102
8865
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6103
8866
-      ;;
6104
 
-
 
8867
+# When config.status generates a header, we must update the stamp-h file.
 
8868
+# This file resides in the same directory as the config header
 
8869
+# that is generated.  The stamp files are numbered to have different names.
 
8870
 
6105
8871
-    freebsd1*)
6106
8872
-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
6107
8873
-      ;;
6108
 
-
 
8874
+# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
 
8875
+# loop where config.status creates the headers, so we can generate
 
8876
+# our stamp files there.
 
8877
+AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
 
8878
+[# Compute $1's index in $config_headers.
 
8879
+_am_arg=$1
 
8880
+_am_stamp_count=1
 
8881
+for _am_header in $config_headers :; do
 
8882
+  case $_am_header in
 
8883
+    $_am_arg | $_am_arg:* )
 
8884
+      break ;;
 
8885
+    * )
 
8886
+      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
 
8887
+  esac
 
8888
+done
 
8889
+echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
 
8890
 
6109
8891
-    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
6110
8892
-    # support.  Future versions do this automatically, but an explicit c++rt0.o
6111
8893
-    # does not break anything, and helps significantly (at the cost of a little
6116
8898
-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6117
8899
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6118
8900
-      ;;
6119
 
-
 
8901
+# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
8902
+#
 
8903
+# This file is free software; the Free Software Foundation
 
8904
+# gives unlimited permission to copy and/or distribute it,
 
8905
+# with or without modifications, as long as this notice is preserved.
 
8906
 
6120
8907
-    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
6121
8908
-    freebsd2*)
6122
8909
-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
6124
8911
-      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
6125
8912
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6126
8913
-      ;;
6127
 
-
 
8914
+# AM_PROG_INSTALL_SH
 
8915
+# ------------------
 
8916
+# Define $install_sh.
 
8917
+AC_DEFUN([AM_PROG_INSTALL_SH],
 
8918
+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
8919
+install_sh=${install_sh-"\$(SHELL) $am_aux_dir/install-sh"}
 
8920
+AC_SUBST(install_sh)])
 
8921
 
6128
8922
-    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
6129
8923
-    freebsd* | dragonfly*)
6130
8924
-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
6132
8926
-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6133
8927
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6134
8928
-      ;;
6135
 
-
 
8929
+# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
 
8930
+#
 
8931
+# This file is free software; the Free Software Foundation
 
8932
+# gives unlimited permission to copy and/or distribute it,
 
8933
+# with or without modifications, as long as this notice is preserved.
 
8934
 
6136
8935
-    hpux9*)
6137
8936
-      if test "$GCC" = yes; then
6138
8937
-       _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'
6148
8947
-      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
6149
8948
-      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
6150
8949
-      ;;
6151
 
-
 
8950
+# serial 2
 
8951
 
6152
8952
-    hpux10*)
6153
8953
-      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
6154
8954
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
6167
8967
-       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
6168
8968
-      fi
6169
8969
-      ;;
6170
 
-
 
8970
+# Check whether the underlying file-system supports filenames
 
8971
+# with a leading dot.  For instance MS-DOS doesn't.
 
8972
+AC_DEFUN([AM_SET_LEADING_DOT],
 
8973
+[rm -rf .tst 2>/dev/null
 
8974
+mkdir .tst 2>/dev/null
 
8975
+if test -d .tst; then
 
8976
+  am__leading_dot=.
 
8977
+else
 
8978
+  am__leading_dot=_
 
8979
+fi
 
8980
+rmdir .tst 2>/dev/null
 
8981
+AC_SUBST([am__leading_dot])])
 
8982
 
6171
8983
-    hpux11*)
6172
8984
-      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
6173
8985
-       case $host_cpu in
6215
9027
-       esac
6216
9028
-      fi
6217
9029
-      ;;
6218
 
-
 
9030
+# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
 
9031
+# From Jim Meyering
 
9032
 
6219
9033
-    irix5* | irix6* | nonstopux*)
6220
9034
-      if test "$GCC" = yes; then
6221
9035
-       _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'
6227
9041
-      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
6228
9042
-      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
6229
9043
-      ;;
6230
 
-
 
9044
+# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005
 
9045
+# Free Software Foundation, Inc.
 
9046
+#
 
9047
+# This file is free software; the Free Software Foundation
 
9048
+# gives unlimited permission to copy and/or distribute it,
 
9049
+# with or without modifications, as long as this notice is preserved.
 
9050
 
6231
9051
-    netbsd*)
6232
9052
-      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
6233
9053
-       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
6238
9058
-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6239
9059
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6240
9060
-      ;;
6241
 
-
 
9061
+# serial 4
 
9062
 
6242
9063
-    newsos6)
6243
9064
-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6244
9065
-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6246
9067
-      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
6247
9068
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6248
9069
-      ;;
6249
 
-
 
9070
+AC_DEFUN([AM_MAINTAINER_MODE],
 
9071
+[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
 
9072
+  dnl maintainer-mode is disabled by default
 
9073
+  AC_ARG_ENABLE(maintainer-mode,
 
9074
+[  --enable-maintainer-mode  enable make rules and dependencies not useful
 
9075
+                         (and sometimes confusing) to the casual installer],
 
9076
+      USE_MAINTAINER_MODE=$enableval,
 
9077
+      USE_MAINTAINER_MODE=no)
 
9078
+  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
 
9079
+  AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
 
9080
+  MAINT=$MAINTAINER_MODE_TRUE
 
9081
+  AC_SUBST(MAINT)dnl
 
9082
+]
 
9083
+)
 
9084
 
6250
9085
-    openbsd*)
6251
9086
-      if test -f /usr/libexec/ld.so; then
6252
9087
-       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
6272
9107
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
6273
9108
-      fi
6274
9109
-      ;;
6275
 
-
 
9110
+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
 
9111
 
6276
9112
-    os2*)
6277
9113
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6278
9114
-      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
6280
9116
-      _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'
6281
9117
-      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
6282
9118
-      ;;
6283
 
-
 
9119
+# Check to see how 'make' treats includes.                 -*- Autoconf -*-
 
9120
 
6284
9121
-    osf3*)
6285
9122
-      if test "$GCC" = yes; then
6286
9123
-       _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
6292
9129
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
6293
9130
-      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
6294
9131
-      ;;
6295
 
-
 
9132
+# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
 
9133
+#
 
9134
+# This file is free software; the Free Software Foundation
 
9135
+# gives unlimited permission to copy and/or distribute it,
 
9136
+# with or without modifications, as long as this notice is preserved.
 
9137
 
6296
9138
-    osf4* | osf5*)     # as osf3* with the addition of -msym flag
6297
9139
-      if test "$GCC" = yes; then
6298
9140
-       _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
6303
9145
-       _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'
6304
9146
-       _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~
6305
9147
-       $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'
6306
 
-
 
9148
+# serial 3
 
9149
 
6307
9150
-       # Both c and cxx compiler support -rpath directly
6308
9151
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
6309
9152
-      fi
6310
9153
-      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
6311
9154
-      ;;
6312
 
-
 
9155
+# AM_MAKE_INCLUDE()
 
9156
+# -----------------
 
9157
+# Check to see how make treats includes.
 
9158
+AC_DEFUN([AM_MAKE_INCLUDE],
 
9159
+[am_make=${MAKE-make}
 
9160
+cat > confinc << 'END'
 
9161
+am__doit:
 
9162
+       @echo done
 
9163
+.PHONY: am__doit
 
9164
+END
 
9165
+# If we don't find an include directive, just comment out the code.
 
9166
+AC_MSG_CHECKING([for style of include used by $am_make])
 
9167
+am__include="#"
 
9168
+am__quote=
 
9169
+_am_result=none
 
9170
+# First try GNU make style include.
 
9171
+echo "include confinc" > confmf
 
9172
+# We grep out `Entering directory' and `Leaving directory'
 
9173
+# messages which can occur if `w' ends up in MAKEFLAGS.
 
9174
+# In particular we don't look at `^make:' because GNU make might
 
9175
+# be invoked under some other name (usually "gmake"), in which
 
9176
+# case it prints its new name instead of `make'.
 
9177
+if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
 
9178
+   am__include=include
 
9179
+   am__quote=
 
9180
+   _am_result=GNU
 
9181
+fi
 
9182
+# Now try BSD make style include.
 
9183
+if test "$am__include" = "#"; then
 
9184
+   echo '.include "confinc"' > confmf
 
9185
+   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
 
9186
+      am__include=.include
 
9187
+      am__quote="\""
 
9188
+      _am_result=BSD
 
9189
+   fi
 
9190
+fi
 
9191
+AC_SUBST([am__include])
 
9192
+AC_SUBST([am__quote])
 
9193
+AC_MSG_RESULT([$_am_result])
 
9194
+rm -f confinc confmf
 
9195
+])
 
9196
 
6313
9197
-    solaris*)
6314
9198
-      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
6315
9199
-      if test "$GCC" = yes; then
6341
9225
-      esac
6342
9226
-      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
6343
9227
-      ;;
6344
 
-
 
9228
+# Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005
 
9229
+# Free Software Foundation, Inc.
 
9230
+#
 
9231
+# This file is free software; the Free Software Foundation
 
9232
+# gives unlimited permission to copy and/or distribute it,
 
9233
+# with or without modifications, as long as this notice is preserved.
 
9234
 
6345
9235
-    sunos4*)
6346
9236
-      if test "x$host_vendor" = xsequent; then
6347
9237
-       # Use $CC to link under sequent, because it throws in some extra .o
6355
9245
-      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
6356
9246
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6357
9247
-      ;;
6358
 
-
 
9248
+# serial 5
 
9249
 
6359
9250
-    sysv4)
6360
9251
-      case $host_vendor in
6361
9252
-       sni)
6377
9268
-      runpath_var='LD_RUN_PATH'
6378
9269
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6379
9270
-      ;;
6380
 
-
 
9271
+# AM_PROG_CC_C_O
 
9272
+# --------------
 
9273
+# Like AC_PROG_CC_C_O, but changed for automake.
 
9274
+AC_DEFUN([AM_PROG_CC_C_O],
 
9275
+[AC_REQUIRE([AC_PROG_CC_C_O])dnl
 
9276
+AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
9277
+AC_REQUIRE_AUX_FILE([compile])dnl
 
9278
+# FIXME: we rely on the cache variable name because
 
9279
+# there is no other way.
 
9280
+set dummy $CC
 
9281
+ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
 
9282
+if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
 
9283
+   # Losing compiler, so override with the script.
 
9284
+   # FIXME: It is wrong to rewrite CC.
 
9285
+   # But if we don't then we get into trouble of one sort or another.
 
9286
+   # A longer-term fix would be to have automake use am__CC in this case,
 
9287
+   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
 
9288
+   CC="$am_aux_dir/compile $CC"
 
9289
+fi
 
9290
+dnl Make sure AC_PROG_CC is never called again, or it will override our
 
9291
+dnl setting of CC.
 
9292
+m4_define([AC_PROG_CC],
 
9293
+          [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
 
9294
+])
 
9295
 
6381
9296
-    sysv4.3*)
6382
9297
-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6383
9298
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6384
9299
-      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
6385
9300
-      ;;
6386
 
-
 
9301
+# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
 
9302
 
6387
9303
-    sysv4*MP*)
6388
9304
-      if test -d /usr/nec; then
6389
9305
-       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6393
9309
-       _LT_AC_TAGVAR(ld_shlibs, $1)=yes
6394
9310
-      fi
6395
9311
-      ;;
6396
 
-
 
9312
+# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005
 
9313
+# Free Software Foundation, Inc.
 
9314
+#
 
9315
+# This file is free software; the Free Software Foundation
 
9316
+# gives unlimited permission to copy and/or distribute it,
 
9317
+# with or without modifications, as long as this notice is preserved.
 
9318
 
6397
9319
-    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
6398
9320
-      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
6399
9321
-      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
6408
9330
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6409
9331
-      fi
6410
9332
-      ;;
6411
 
-
 
9333
+# serial 5
 
9334
 
6412
9335
-    sysv5* | sco3.2v5* | sco5v6*)
6413
9336
-      # Note: We can NOT use -z defs as we might desire, because we do not
6414
9337
-      # link with -lc, and that would cause any symbols used from libc to
6434
9357
-       _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'
6435
9358
-      fi
6436
9359
-      ;;
6437
 
-
 
9360
+# AM_MISSING_PROG(NAME, PROGRAM)
 
9361
+# ------------------------------
 
9362
+AC_DEFUN([AM_MISSING_PROG],
 
9363
+[AC_REQUIRE([AM_MISSING_HAS_RUN])
 
9364
+$1=${$1-"${am_missing_run}$2"}
 
9365
+AC_SUBST($1)])
 
9366
 
6438
9367
-    uts4*)
6439
9368
-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6440
9369
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6441
9370
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
6442
9371
-      ;;
6443
 
-
 
9372
 
6444
9373
-    *)
6445
9374
-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
6446
9375
-      ;;
6447
9376
-    esac
6448
9377
-  fi
6449
 
-])
 
9378
+# AM_MISSING_HAS_RUN
 
9379
+# ------------------
 
9380
+# Define MISSING if not defined so far and test if it supports --run.
 
9381
+# If it does, set am_missing_run to use it, otherwise, to nothing.
 
9382
+AC_DEFUN([AM_MISSING_HAS_RUN],
 
9383
+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
9384
+AC_REQUIRE_AUX_FILE([missing])dnl
 
9385
+test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
 
9386
+# Use eval to expand $SHELL
 
9387
+if eval "$MISSING --run true"; then
 
9388
+  am_missing_run="$MISSING --run "
 
9389
+else
 
9390
+  am_missing_run=
 
9391
+  AC_MSG_WARN([`missing' script is too old or missing])
 
9392
+fi
 
9393
 ])
6450
9394
-AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
6451
9395
-test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
6452
 
-
6453
 
-#
 
9396
 
 
9397
+# Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
9398
 #
6454
9399
-# Do we need to explicitly link libc?
6455
9400
-#
6456
9401
-case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
6457
9402
-x|xyes)
6458
9403
-  # Assume -lc should be added
6459
9404
-  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
6460
 
-
 
9405
+# This file is free software; the Free Software Foundation
 
9406
+# gives unlimited permission to copy and/or distribute it,
 
9407
+# with or without modifications, as long as this notice is preserved.
 
9408
 
6461
9409
-  if test "$enable_shared" = yes && test "$GCC" = yes; then
6462
9410
-    case $_LT_AC_TAGVAR(archive_cmds, $1) in
6463
9411
-    *'~'*)
6501
9449
-    esac
6502
9450
-  fi
6503
9451
-  ;;
6504
 
-esac
 
9452
+# AM_PROG_MKDIR_P
 
9453
+# ---------------
 
9454
+# Check for `mkdir -p'.
 
9455
+AC_DEFUN([AM_PROG_MKDIR_P],
 
9456
+[AC_PREREQ([2.60])dnl
 
9457
+AC_REQUIRE([AC_PROG_MKDIR_P])dnl
 
9458
+dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
 
9459
+dnl while keeping a definition of mkdir_p for backward compatibility.
 
9460
+dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
 
9461
+dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
 
9462
+dnl Makefile.ins that do not define MKDIR_P, so we do our own
 
9463
+dnl adjustment using top_builddir (which is defined more often than
 
9464
+dnl MKDIR_P).
 
9465
+AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
 
9466
+case $mkdir_p in
 
9467
+  [[\\/$]]* | ?:[[\\/]]*) ;;
 
9468
+  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
 
9469
 esac
6505
9470
-])# AC_LIBTOOL_PROG_LD_SHLIBS
6506
9471
-
6507
9472
-
6570
9535
-
6571
9536
-AC_DEFUN([LT_AC_PROG_RC],
6572
9537
-[AC_CHECK_TOOL(RC, windres, no)
6573
 
-])
6574
 
-
6575
 
-
 
9538
 ])
 
9539
 
 
9540
+# Helper functions for option handling.                     -*- Autoconf -*-
 
9541
 
6576
9542
-# Cheap backport of AS_EXECUTABLE_P and required macros
6577
9543
-# from Autoconf 2.59; we should not use $as_executable_p directly.
6578
9544
-
6586
9552
-  as_executable_p='test -f'
6587
9553
-fi
6588
9554
-])])# _AS_TEST_PREPARE
6589
 
-
 
9555
+# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
 
9556
+#
 
9557
+# This file is free software; the Free Software Foundation
 
9558
+# gives unlimited permission to copy and/or distribute it,
 
9559
+# with or without modifications, as long as this notice is preserved.
 
9560
 
6590
9561
-# AS_EXECUTABLE_P
6591
9562
-# ---------------
6592
9563
-# Check whether a file is executable.
6658
9629
-AC_SUBST([SED])
6659
9630
-AC_MSG_RESULT([$SED])
6660
9631
-])
6661
 
-
6662
 
 # nls.m4 serial 3 (gettext-0.15)
6663
 
 dnl Copyright (C) 1995-2003, 2005-2006 Free Software Foundation, Inc.
6664
 
 dnl This file is free software; the Free Software Foundation
6665
 
@@ -7425,14 +786,16 @@
6666
 
 # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
6667
 
 # ---------------------------------------------
6668
 
 m4_define([_PKG_CONFIG],
 
9632
+# serial 3
 
9633
 
 
9634
-# nls.m4 serial 3 (gettext-0.15)
 
9635
-dnl Copyright (C) 1995-2003, 2005-2006 Free Software Foundation, Inc.
 
9636
-dnl This file is free software; the Free Software Foundation
 
9637
-dnl gives unlimited permission to copy and/or distribute it,
 
9638
-dnl with or without modifications, as long as this notice is preserved.
 
9639
-dnl
 
9640
-dnl This file can can be used in projects which are not available under
 
9641
-dnl the GNU General Public License or the GNU Library General Public
 
9642
-dnl License but which still want to provide support for the GNU gettext
 
9643
-dnl functionality.
 
9644
-dnl Please note that the actual code of the GNU gettext library is covered
 
9645
-dnl by the GNU Library General Public License, and the rest of the GNU
 
9646
-dnl gettext package package is covered by the GNU General Public License.
 
9647
-dnl They are *not* in the public domain.
 
9648
+# _AM_MANGLE_OPTION(NAME)
 
9649
+# -----------------------
 
9650
+AC_DEFUN([_AM_MANGLE_OPTION],
 
9651
+[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
 
9652
 
 
9653
-dnl Authors:
 
9654
-dnl   Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
 
9655
-dnl   Bruno Haible <haible@clisp.cons.org>, 2000-2003.
 
9656
+# _AM_SET_OPTION(NAME)
 
9657
+# ------------------------------
 
9658
+# Set option NAME.  Presently that only means defining a flag for this option.
 
9659
+AC_DEFUN([_AM_SET_OPTION],
 
9660
+[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
 
9661
 
 
9662
-AC_PREREQ(2.50)
 
9663
+# _AM_SET_OPTIONS(OPTIONS)
 
9664
+# ----------------------------------
 
9665
+# OPTIONS is a space-separated list of Automake options.
 
9666
+AC_DEFUN([_AM_SET_OPTIONS],
 
9667
+[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
 
9668
 
 
9669
-AC_DEFUN([AM_NLS],
 
9670
-[
 
9671
-  AC_MSG_CHECKING([whether NLS is requested])
 
9672
-  dnl Default is enabled NLS
 
9673
-  AC_ARG_ENABLE(nls,
 
9674
-    [  --disable-nls           do not use Native Language Support],
 
9675
-    USE_NLS=$enableval, USE_NLS=yes)
 
9676
-  AC_MSG_RESULT($USE_NLS)
 
9677
-  AC_SUBST(USE_NLS)
 
9678
-])
 
9679
+# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
 
9680
+# -------------------------------------------
 
9681
+# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
 
9682
+AC_DEFUN([_AM_IF_OPTION],
 
9683
+[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
9684
 
 
9685
-# pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-
 
9686
-# 
 
9687
-# Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
 
9688
-#
 
9689
-# This program is free software; you can redistribute it and/or modify
 
9690
-# it under the terms of the GNU General Public License as published by
 
9691
-# the Free Software Foundation; either version 2 of the License, or
 
9692
-# (at your option) any later version.
 
9693
-#
 
9694
-# This program is distributed in the hope that it will be useful, but
 
9695
-# WITHOUT ANY WARRANTY; without even the implied warranty of
 
9696
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
9697
-# General Public License for more details.
 
9698
-#
 
9699
-# You should have received a copy of the GNU General Public License
 
9700
-# along with this program; if not, write to the Free Software
 
9701
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
9702
+# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
9703
 #
 
9704
-# As a special exception to the GNU General Public License, if you
 
9705
-# distribute this file as part of a program that contains a
 
9706
-# configuration script generated by Autoconf, you may include it under
 
9707
-# the same distribution terms that you use for the rest of that program.
 
9708
+# This file is free software; the Free Software Foundation
 
9709
+# gives unlimited permission to copy and/or distribute it,
 
9710
+# with or without modifications, as long as this notice is preserved.
 
9711
 
 
9712
-# PKG_PROG_PKG_CONFIG([MIN-VERSION])
 
9713
-# ----------------------------------
 
9714
-AC_DEFUN([PKG_PROG_PKG_CONFIG],
 
9715
-[m4_pattern_forbid([^_?PKG_[A-Z_]+$])
 
9716
-m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
 
9717
-AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
 
9718
-if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
 
9719
-       AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
 
9720
-fi
 
9721
-if test -n "$PKG_CONFIG"; then
 
9722
-       _pkg_min_version=m4_default([$1], [0.9.0])
 
9723
-       AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
 
9724
-       if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
 
9725
-               AC_MSG_RESULT([yes])
 
9726
-       else
 
9727
-               AC_MSG_RESULT([no])
 
9728
-               PKG_CONFIG=""
 
9729
-       fi
 
9730
-               
 
9731
-fi[]dnl
 
9732
-])# PKG_PROG_PKG_CONFIG
 
9733
+# AM_RUN_LOG(COMMAND)
 
9734
+# -------------------
 
9735
+# Run COMMAND, save the exit status in ac_status, and log it.
 
9736
+# (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
 
9737
+AC_DEFUN([AM_RUN_LOG],
 
9738
+[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
 
9739
+   ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
 
9740
+   ac_status=$?
 
9741
+   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
9742
+   (exit $ac_status); }])
 
9743
 
 
9744
-# PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
 
9745
-#
 
9746
-# Check to see whether a particular set of modules exists.  Similar
 
9747
-# to PKG_CHECK_MODULES(), but does not set variables or print errors.
 
9748
-#
 
9749
+# Check to make sure that the build environment is sane.    -*- Autoconf -*-
 
9750
+
 
9751
+# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
 
9752
+# Free Software Foundation, Inc.
 
9753
 #
 
9754
-# Similar to PKG_CHECK_MODULES, make sure that the first instance of
 
9755
-# this or PKG_CHECK_MODULES is called, or make sure to call
 
9756
-# PKG_CHECK_EXISTS manually
 
9757
-# --------------------------------------------------------------
 
9758
-AC_DEFUN([PKG_CHECK_EXISTS],
 
9759
-[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
 
9760
-if test -n "$PKG_CONFIG" && \
 
9761
-    AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
 
9762
-  m4_ifval([$2], [$2], [:])
 
9763
-m4_ifvaln([$3], [else
 
9764
-  $3])dnl
 
9765
-fi])
 
9766
+# This file is free software; the Free Software Foundation
 
9767
+# gives unlimited permission to copy and/or distribute it,
 
9768
+# with or without modifications, as long as this notice is preserved.
 
9769
 
 
9770
+# serial 4
 
9771
 
 
9772
-# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
 
9773
-# ---------------------------------------------
 
9774
-m4_define([_PKG_CONFIG],
6669
9775
-[if test -n "$$1"; then
6670
9776
-    pkg_cv_[]$1="$$1"
6671
9777
- elif test -n "$PKG_CONFIG"; then
6674
9780
-                    [pkg_failed=yes])
6675
9781
- else
6676
9782
-    pkg_failed=untried
6677
 
+[if test -n "$PKG_CONFIG"; then
6678
 
+    if test -n "$$1"; then
6679
 
+        pkg_cv_[]$1="$$1"
6680
 
+    else
6681
 
+        PKG_CHECK_EXISTS([$3],
6682
 
+                         [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
6683
 
+                        [pkg_failed=yes])
6684
 
+    fi
 
9783
-fi[]dnl
 
9784
-])# _PKG_CONFIG
 
9785
+# AM_SANITY_CHECK
 
9786
+# ---------------
 
9787
+AC_DEFUN([AM_SANITY_CHECK],
 
9788
+[AC_MSG_CHECKING([whether build environment is sane])
 
9789
+# Just in case
 
9790
+sleep 1
 
9791
+echo timestamp > conftest.file
 
9792
+# Do `set' in a subshell so we don't clobber the current shell's
 
9793
+# arguments.  Must try -L first in case configure is actually a
 
9794
+# symlink; some systems play weird games with the mod time of symlinks
 
9795
+# (eg FreeBSD returns the mod time of the symlink's containing
 
9796
+# directory).
 
9797
+if (
 
9798
+   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
 
9799
+   if test "$[*]" = "X"; then
 
9800
+      # -L didn't work.
 
9801
+      set X `ls -t $srcdir/configure conftest.file`
 
9802
+   fi
 
9803
+   rm -f conftest.file
 
9804
+   if test "$[*]" != "X $srcdir/configure conftest.file" \
 
9805
+      && test "$[*]" != "X conftest.file $srcdir/configure"; then
 
9806
 
 
9807
-# _PKG_SHORT_ERRORS_SUPPORTED
 
9808
-# -----------------------------
 
9809
-AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED],
 
9810
-[AC_REQUIRE([PKG_PROG_PKG_CONFIG])
 
9811
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
9812
-        _pkg_short_errors_supported=yes
 
9813
-else
 
9814
-        _pkg_short_errors_supported=no
 
9815
-fi[]dnl
 
9816
-])# _PKG_SHORT_ERRORS_SUPPORTED
 
9817
+      # If neither matched, then we have a broken ls.  This can happen
 
9818
+      # if, for instance, CONFIG_SHELL is bash and it inherits a
 
9819
+      # broken ls alias from the environment.  This has actually
 
9820
+      # happened.  Such a system could not be considered "sane".
 
9821
+      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
 
9822
+alias in your environment])
 
9823
+   fi
 
9824
 
 
9825
+   test "$[2]" = conftest.file
 
9826
+   )
 
9827
+then
 
9828
+   # Ok.
 
9829
+   :
6685
9830
+else
6686
 
+       pkg_failed=untried
6687
 
 fi[]dnl
6688
 
 ])# _PKG_CONFIG
6689
 
 
6690
 
@@ -7476,9 +839,9 @@
6691
 
 if test $pkg_failed = yes; then
6692
 
         _PKG_SHORT_ERRORS_SUPPORTED
6693
 
         if test $_pkg_short_errors_supported = yes; then
 
9831
+   AC_MSG_ERROR([newly created file is older than distributed files!
 
9832
+Check your system clock])
 
9833
+fi
 
9834
+AC_MSG_RESULT(yes)])
 
9835
 
 
9836
-# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
 
9837
-# [ACTION-IF-NOT-FOUND])
 
9838
-#
 
9839
-#
 
9840
-# Note that if there is a possibility the first call to
 
9841
-# PKG_CHECK_MODULES might not happen, you should be sure to include an
 
9842
-# explicit call to PKG_PROG_PKG_CONFIG in your configure.ac
 
9843
-#
 
9844
+# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
9845
 #
 
9846
-# --------------------------------------------------------------
 
9847
-AC_DEFUN([PKG_CHECK_MODULES],
 
9848
-[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
 
9849
-AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
 
9850
-AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
 
9851
+# This file is free software; the Free Software Foundation
 
9852
+# gives unlimited permission to copy and/or distribute it,
 
9853
+# with or without modifications, as long as this notice is preserved.
 
9854
 
 
9855
-pkg_failed=no
 
9856
-AC_MSG_CHECKING([for $1])
 
9857
+# AM_PROG_INSTALL_STRIP
 
9858
+# ---------------------
 
9859
+# One issue with vendor `install' (even GNU) is that you can't
 
9860
+# specify the program used to strip binaries.  This is especially
 
9861
+# annoying in cross-compiling environments, where the build's strip
 
9862
+# is unlikely to handle the host's binaries.
 
9863
+# Fortunately install-sh will honor a STRIPPROG variable, so we
 
9864
+# always use install-sh in `make install-strip', and initialize
 
9865
+# STRIPPROG with the value of the STRIP variable (set by the user).
 
9866
+AC_DEFUN([AM_PROG_INSTALL_STRIP],
 
9867
+[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
 
9868
+# Installed binaries are usually stripped using `strip' when the user
 
9869
+# run `make install-strip'.  However `strip' might not be the right
 
9870
+# tool to use in cross-compilation environments, therefore Automake
 
9871
+# will honor the `STRIP' environment variable to overrule this program.
 
9872
+dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
 
9873
+if test "$cross_compiling" != no; then
 
9874
+  AC_CHECK_TOOL([STRIP], [strip], :)
 
9875
+fi
 
9876
+INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 
9877
+AC_SUBST([INSTALL_STRIP_PROGRAM])])
 
9878
 
 
9879
-_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
 
9880
-_PKG_CONFIG([$1][_LIBS], [libs], [$2])
 
9881
+# Copyright (C) 2006  Free Software Foundation, Inc.
 
9882
+#
 
9883
+# This file is free software; the Free Software Foundation
 
9884
+# gives unlimited permission to copy and/or distribute it,
 
9885
+# with or without modifications, as long as this notice is preserved.
 
9886
 
 
9887
-m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
 
9888
-and $1[]_LIBS to avoid the need to call pkg-config.
 
9889
-See the pkg-config man page for more details.])
 
9890
+# _AM_SUBST_NOTMAKE(VARIABLE)
 
9891
+# ---------------------------
 
9892
+# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
 
9893
+# This macro is traced by Automake.
 
9894
+AC_DEFUN([_AM_SUBST_NOTMAKE])
 
9895
 
 
9896
-if test $pkg_failed = yes; then
 
9897
-        _PKG_SHORT_ERRORS_SUPPORTED
 
9898
-        if test $_pkg_short_errors_supported = yes; then
6694
9899
-               $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
6695
 
+               $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
6696
 
         else 
 
9900
-        else 
6697
9901
-               $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
6698
 
+               $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
6699
 
         fi
6700
 
        # Put the nasty error message in config.log where it belongs
6701
 
        echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
6702
 
@@ -7513,7 +876,7 @@
6703
 
 fi[]dnl
6704
 
 ])# PKG_CHECK_MODULES
6705
 
 
6706
 
-# Copyright (C) 2002, 2003, 2005, 2006, 2007  Free Software Foundation, Inc.
6707
 
+# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6708
 
 #
6709
 
 # This file is free software; the Free Software Foundation
6710
 
 # gives unlimited permission to copy and/or distribute it,
6711
 
@@ -7528,7 +891,7 @@
6712
 
 [am__api_version='1.10'
6713
 
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
6714
 
 dnl require some minimum version.  Point them to the right macro.
6715
 
-m4_if([$1], [1.10.1], [],
6716
 
+m4_if([$1], [1.10.2], [],
6717
 
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
6718
 
 ])
6719
 
 
6720
 
@@ -7542,12 +905,12 @@
6721
 
 # AM_SET_CURRENT_AUTOMAKE_VERSION
6722
 
 # -------------------------------
6723
 
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
6724
 
-# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
6725
 
+# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
6726
 
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
6727
 
-[AM_AUTOMAKE_VERSION([1.10.1])dnl
6728
 
+[AM_AUTOMAKE_VERSION([1.10.2])dnl
6729
 
 m4_ifndef([AC_AUTOCONF_VERSION],
6730
 
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
6731
 
-_AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)])
6732
 
+_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
6733
 
 
6734
 
 # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
6735
 
 
6736
 
@@ -7797,19 +1160,28 @@
6737
 
 
6738
 
 # Generate code to set up dependency tracking.              -*- Autoconf -*-
6739
 
 
6740
 
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
6741
 
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
6742
 
 # Free Software Foundation, Inc.
6743
 
 #
6744
 
 # This file is free software; the Free Software Foundation
6745
 
 # gives unlimited permission to copy and/or distribute it,
6746
 
 # with or without modifications, as long as this notice is preserved.
6747
 
 
6748
 
-#serial 3
6749
 
+#serial 4
6750
 
 
6751
 
 # _AM_OUTPUT_DEPENDENCY_COMMANDS
6752
 
 # ------------------------------
6753
 
 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
6754
 
-[for mf in $CONFIG_FILES; do
6755
 
+[# Autoconf 2.62 quotes --file arguments for eval, but not when files
6756
 
+# are listed without --file.  Let's play safe and only enable the eval
6757
 
+# if we detect the quoting.
6758
 
+case $CONFIG_FILES in
6759
 
+*\'*) eval set x "$CONFIG_FILES" ;;
6760
 
+*)   set x $CONFIG_FILES ;;
6761
 
+esac
6762
 
+shift
6763
 
+for mf
 
9902
-        fi
 
9903
-       # Put the nasty error message in config.log where it belongs
 
9904
-       echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
 
9905
+# Check how to create a tarball.                            -*- Autoconf -*-
 
9906
 
 
9907
-       ifelse([$4], , [AC_MSG_ERROR(dnl
 
9908
-[Package requirements ($2) were not met:
 
9909
+# Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
9910
+#
 
9911
+# This file is free software; the Free Software Foundation
 
9912
+# gives unlimited permission to copy and/or distribute it,
 
9913
+# with or without modifications, as long as this notice is preserved.
 
9914
 
 
9915
-$$1_PKG_ERRORS
 
9916
+# serial 2
 
9917
 
 
9918
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
9919
-installed software in a non-standard prefix.
 
9920
+# _AM_PROG_TAR(FORMAT)
 
9921
+# --------------------
 
9922
+# Check how to create a tarball in format FORMAT.
 
9923
+# FORMAT should be one of `v7', `ustar', or `pax'.
 
9924
+#
 
9925
+# Substitute a variable $(am__tar) that is a command
 
9926
+# writing to stdout a FORMAT-tarball containing the directory
 
9927
+# $tardir.
 
9928
+#     tardir=directory && $(am__tar) > result.tar
 
9929
+#
 
9930
+# Substitute a variable $(am__untar) that extract such
 
9931
+# a tarball read from stdin.
 
9932
+#     $(am__untar) < result.tar
 
9933
+AC_DEFUN([_AM_PROG_TAR],
 
9934
+[# Always define AMTAR for backward compatibility.
 
9935
+AM_MISSING_PROG([AMTAR], [tar])
 
9936
+m4_if([$1], [v7],
 
9937
+     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
 
9938
+     [m4_case([$1], [ustar],, [pax],,
 
9939
+              [m4_fatal([Unknown tar format])])
 
9940
+AC_MSG_CHECKING([how to create a $1 tar archive])
 
9941
+# Loop over all known methods to create a tar archive until one works.
 
9942
+_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
 
9943
+_am_tools=${am_cv_prog_tar_$1-$_am_tools}
 
9944
+# Do not fold the above two line into one, because Tru64 sh and
 
9945
+# Solaris sh will not grok spaces in the rhs of `-'.
 
9946
+for _am_tool in $_am_tools
6764
9947
+do
6765
 
   # Strip MF so we end up with the name of the file.
6766
 
   mf=`echo "$mf" | sed -e 's/:.*$//'`
6767
 
   # Check whether this is an Automake generated Makefile or not.
6768
 
@@ -8106,14 +1478,14 @@
6769
 
 rm -f confinc confmf
6770
 
 ])
6771
 
 
6772
 
-# Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005
6773
 
+# Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005, 2008
6774
 
 # Free Software Foundation, Inc.
6775
 
 #
6776
 
 # This file is free software; the Free Software Foundation
6777
 
 # gives unlimited permission to copy and/or distribute it,
6778
 
 # with or without modifications, as long as this notice is preserved.
6779
 
 
6780
 
-# serial 5
6781
 
+# serial 6
6782
 
 
6783
 
 # AM_PROG_CC_C_O
6784
 
 # --------------
6785
 
@@ -8125,8 +1497,9 @@
6786
 
 # FIXME: we rely on the cache variable name because
6787
 
 # there is no other way.
6788
 
 set dummy $CC
6789
 
-ac_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
6790
 
-if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
6791
 
+am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
6792
 
+eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
6793
 
+if test "$am_t" != yes; then
6794
 
    # Losing compiler, so override with the script.
6795
 
    # FIXME: It is wrong to rewrite CC.
6796
 
    # But if we don't then we get into trouble of one sort or another.
6797
 
@@ -8204,13 +1577,13 @@
6798
 
 
6799
 
 # Helper functions for option handling.                     -*- Autoconf -*-
6800
 
 
6801
 
-# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
6802
 
+# Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc.
6803
 
 #
6804
 
 # This file is free software; the Free Software Foundation
6805
 
 # gives unlimited permission to copy and/or distribute it,
6806
 
 # with or without modifications, as long as this notice is preserved.
6807
 
 
6808
 
-# serial 3
6809
 
+# serial 4
6810
 
 
6811
 
 # _AM_MANGLE_OPTION(NAME)
6812
 
 # -----------------------
6813
 
@@ -8227,7 +1600,7 @@
6814
 
 # ----------------------------------
6815
 
 # OPTIONS is a space-separated list of Automake options.
6816
 
 AC_DEFUN([_AM_SET_OPTIONS],
6817
 
-[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
6818
 
+[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
6819
 
 
6820
 
 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
6821
 
 # -------------------------------------------
6822
 
@@ -8442,3 +1815,8 @@
 
9948
+  case $_am_tool in
 
9949
+  gnutar)
 
9950
+    for _am_tar in tar gnutar gtar;
 
9951
+    do
 
9952
+      AM_RUN_LOG([$_am_tar --version]) && break
 
9953
+    done
 
9954
+    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
 
9955
+    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
 
9956
+    am__untar="$_am_tar -xf -"
 
9957
+    ;;
 
9958
+  plaintar)
 
9959
+    # Must skip GNU tar: if it does not support --format= it doesn't create
 
9960
+    # ustar tarball either.
 
9961
+    (tar --version) >/dev/null 2>&1 && continue
 
9962
+    am__tar='tar chf - "$$tardir"'
 
9963
+    am__tar_='tar chf - "$tardir"'
 
9964
+    am__untar='tar xf -'
 
9965
+    ;;
 
9966
+  pax)
 
9967
+    am__tar='pax -L -x $1 -w "$$tardir"'
 
9968
+    am__tar_='pax -L -x $1 -w "$tardir"'
 
9969
+    am__untar='pax -r'
 
9970
+    ;;
 
9971
+  cpio)
 
9972
+    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
 
9973
+    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
 
9974
+    am__untar='cpio -i -H $1 -d'
 
9975
+    ;;
 
9976
+  none)
 
9977
+    am__tar=false
 
9978
+    am__tar_=false
 
9979
+    am__untar=false
 
9980
+    ;;
 
9981
+  esac
 
9982
 
 
9983
-_PKG_TEXT
 
9984
-])],
 
9985
-               [AC_MSG_RESULT([no])
 
9986
-                $4])
 
9987
-elif test $pkg_failed = untried; then
 
9988
-       ifelse([$4], , [AC_MSG_FAILURE(dnl
 
9989
-[The pkg-config script could not be found or is too old.  Make sure it
 
9990
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
9991
-path to pkg-config.
 
9992
+  # If the value was cached, stop now.  We just wanted to have am__tar
 
9993
+  # and am__untar set.
 
9994
+  test -n "${am_cv_prog_tar_$1}" && break
 
9995
 
 
9996
-_PKG_TEXT
 
9997
+  # tar/untar a dummy directory, and stop if the command works
 
9998
+  rm -rf conftest.dir
 
9999
+  mkdir conftest.dir
 
10000
+  echo GrepMe > conftest.dir/file
 
10001
+  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
 
10002
+  rm -rf conftest.dir
 
10003
+  if test -s conftest.tar; then
 
10004
+    AM_RUN_LOG([$am__untar <conftest.tar])
 
10005
+    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
 
10006
+  fi
 
10007
+done
 
10008
+rm -rf conftest.dir
 
10009
 
 
10010
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
 
10011
-               [$4])
 
10012
-else
 
10013
-       $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
 
10014
-       $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
 
10015
-        AC_MSG_RESULT([yes])
 
10016
-       ifelse([$3], , :, [$3])
 
10017
-fi[]dnl
 
10018
-])# PKG_CHECK_MODULES
 
10019
+AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
 
10020
+AC_MSG_RESULT([$am_cv_prog_tar_$1])])
 
10021
+AC_SUBST([am__tar])
 
10022
+AC_SUBST([am__untar])
 
10023
+]) # _AM_PROG_TAR
6823
10024
 
6824
10025
 m4_include([m4/gnome-doc-utils.m4])
6825
10026
 m4_include([m4/intltool.m4])
6828
10029
+m4_include([m4/ltsugar.m4])
6829
10030
+m4_include([m4/ltversion.m4])
6830
10031
+m4_include([m4/lt~obsolete.m4])
6831
 
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.25.92/capplets/about-me/Makefile.in gnome-control-center-2.25.92.new/capplets/about-me/Makefile.in
6832
 
--- gnome-control-center-2.25.92/capplets/about-me/Makefile.in  2009-03-04 10:55:18.000000000 +0100
6833
 
+++ gnome-control-center-2.25.92.new/capplets/about-me/Makefile.in      2009-03-04 10:55:36.000000000 +0100
6834
 
@@ -1,4 +1,4 @@
6835
 
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
6836
 
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
6837
 
 # @configure_input@
6838
 
 
6839
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
10032
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.26.0/capplets/about-me/Makefile.in gnome-control-center-2.26.0.new/capplets/about-me/Makefile.in
 
10033
--- gnome-control-center-2.26.0/capplets/about-me/Makefile.in   2009-03-17 12:01:45.000000000 +0100
 
10034
+++ gnome-control-center-2.26.0.new/capplets/about-me/Makefile.in       2009-03-17 12:02:13.000000000 +0100
6840
10035
@@ -39,7 +39,10 @@
6841
10036
        $(srcdir)/gnome-about-me.desktop.in.in AUTHORS ChangeLog
6842
10037
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
6911
10106
 LN_S = @LN_S@
6912
10107
 LTLIBOBJS = @LTLIBOBJS@
6913
10108
 MAINT = @MAINT@
6914
 
@@ -226,9 +230,13 @@
 
10109
@@ -226,9 +230,12 @@
6915
10110
 MSGFMT = @MSGFMT@
6916
10111
 MSGFMT_OPTS = @MSGFMT_OPTS@
6917
10112
 MSGMERGE = @MSGMERGE@
6918
10113
+NM = @NM@
6919
10114
 NMEDIT = @NMEDIT@
6920
 
+OBJDUMP = @OBJDUMP@
6921
10115
 OBJEXT = @OBJEXT@
6922
10116
 OMF_DIR = @OMF_DIR@
6923
10117
+OTOOL = @OTOOL@
6925
10119
 PACKAGE = @PACKAGE@
6926
10120
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
6927
10121
 PACKAGE_NAME = @PACKAGE_NAME@
6928
 
@@ -248,6 +256,8 @@
 
10122
@@ -248,6 +255,8 @@
6929
10123
 SED = @SED@
6930
10124
 SET_MAKE = @SET_MAKE@
6931
10125
 SHELL = @SHELL@
6934
10128
 STRIP = @STRIP@
6935
10129
 TYPING_BREAK = @TYPING_BREAK@
6936
10130
 TYPING_CFLAGS = @TYPING_CFLAGS@
6937
 
@@ -270,8 +280,7 @@
 
10131
@@ -270,8 +279,7 @@
6938
10132
 abs_top_builddir = @abs_top_builddir@
6939
10133
 abs_top_srcdir = @abs_top_srcdir@
6940
10134
 ac_ct_CC = @ac_ct_CC@
6944
10138
 am__include = @am__include@
6945
10139
 am__leading_dot = @am__leading_dot@
6946
10140
 am__quote = @am__quote@
6947
 
@@ -302,6 +311,7 @@
 
10141
@@ -302,6 +310,7 @@
6948
10142
 libexecdir = @libexecdir@
6949
10143
 localedir = @localedir@
6950
10144
 localstatedir = @localstatedir@
6952
10146
 mandir = @mandir@
6953
10147
 mkdir_p = @mkdir_p@
6954
10148
 oldincludedir = @oldincludedir@
6955
 
@@ -371,8 +381,8 @@
6956
 
        @for dep in $?; do \
6957
 
          case '$(am__configure_deps)' in \
6958
 
            *$$dep*) \
6959
 
-             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
6960
 
-               && exit 0; \
6961
 
+             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
6962
 
+               && { if test -f $@; then exit 0; else break; fi; }; \
6963
 
              exit 1;; \
6964
 
          esac; \
6965
 
        done; \
6966
 
@@ -526,7 +536,7 @@
6967
 
        unique=`for i in $$list; do \
6968
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
6969
 
          done | \
6970
 
-         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
6971
 
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
6972
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
6973
 
        mkid -fID $$unique
6974
 
 tags: TAGS
6975
 
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.25.92/capplets/accessibility/at-properties/Makefile.in gnome-control-center-2.25.92.new/capplets/accessibility/at-properties/Makefile.in
6976
 
--- gnome-control-center-2.25.92/capplets/accessibility/at-properties/Makefile.in       2009-03-04 10:55:18.000000000 +0100
6977
 
+++ gnome-control-center-2.25.92.new/capplets/accessibility/at-properties/Makefile.in   2009-03-04 10:55:36.000000000 +0100
6978
 
@@ -1,4 +1,4 @@
6979
 
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
6980
 
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
6981
 
 # @configure_input@
 
10149
@@ -314,7 +323,6 @@
 
10150
 srcdir = @srcdir@
 
10151
 sysconfdir = @sysconfdir@
 
10152
 target_alias = @target_alias@
 
10153
-top_build_prefix = @top_build_prefix@
 
10154
 top_builddir = @top_builddir@
 
10155
 top_srcdir = @top_srcdir@
6982
10156
 
6983
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
10157
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.26.0/capplets/accessibility/at-properties/Makefile.in gnome-control-center-2.26.0.new/capplets/accessibility/at-properties/Makefile.in
 
10158
--- gnome-control-center-2.26.0/capplets/accessibility/at-properties/Makefile.in        2009-03-17 12:01:44.000000000 +0100
 
10159
+++ gnome-control-center-2.26.0.new/capplets/accessibility/at-properties/Makefile.in    2009-03-17 12:02:13.000000000 +0100
6984
10160
@@ -39,7 +39,10 @@
6985
10161
        $(srcdir)/at-properties.desktop.in.in ChangeLog
6986
10162
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
7055
10231
 LN_S = @LN_S@
7056
10232
 LTLIBOBJS = @LTLIBOBJS@
7057
10233
 MAINT = @MAINT@
7058
 
@@ -216,9 +220,13 @@
 
10234
@@ -216,9 +220,12 @@
7059
10235
 MSGFMT = @MSGFMT@
7060
10236
 MSGFMT_OPTS = @MSGFMT_OPTS@
7061
10237
 MSGMERGE = @MSGMERGE@
7062
10238
+NM = @NM@
7063
10239
 NMEDIT = @NMEDIT@
7064
 
+OBJDUMP = @OBJDUMP@
7065
10240
 OBJEXT = @OBJEXT@
7066
10241
 OMF_DIR = @OMF_DIR@
7067
10242
+OTOOL = @OTOOL@
7069
10244
 PACKAGE = @PACKAGE@
7070
10245
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
7071
10246
 PACKAGE_NAME = @PACKAGE_NAME@
7072
 
@@ -238,6 +246,8 @@
 
10247
@@ -238,6 +245,8 @@
7073
10248
 SED = @SED@
7074
10249
 SET_MAKE = @SET_MAKE@
7075
10250
 SHELL = @SHELL@
7078
10253
 STRIP = @STRIP@
7079
10254
 TYPING_BREAK = @TYPING_BREAK@
7080
10255
 TYPING_CFLAGS = @TYPING_CFLAGS@
7081
 
@@ -260,8 +270,7 @@
 
10256
@@ -260,8 +269,7 @@
7082
10257
 abs_top_builddir = @abs_top_builddir@
7083
10258
 abs_top_srcdir = @abs_top_srcdir@
7084
10259
 ac_ct_CC = @ac_ct_CC@
7088
10263
 am__include = @am__include@
7089
10264
 am__leading_dot = @am__leading_dot@
7090
10265
 am__quote = @am__quote@
7091
 
@@ -292,6 +301,7 @@
 
10266
@@ -292,6 +300,7 @@
7092
10267
 libexecdir = @libexecdir@
7093
10268
 localedir = @localedir@
7094
10269
 localstatedir = @localstatedir@
7096
10271
 mandir = @mandir@
7097
10272
 mkdir_p = @mkdir_p@
7098
10273
 oldincludedir = @oldincludedir@
7099
 
@@ -339,8 +349,8 @@
7100
 
        @for dep in $?; do \
7101
 
          case '$(am__configure_deps)' in \
7102
 
            *$$dep*) \
7103
 
-             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
7104
 
-               && exit 0; \
7105
 
+             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
7106
 
+               && { if test -f $@; then exit 0; else break; fi; }; \
7107
 
              exit 1;; \
7108
 
          esac; \
7109
 
        done; \
7110
 
@@ -489,7 +499,7 @@
7111
 
        unique=`for i in $$list; do \
7112
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
7113
 
          done | \
7114
 
-         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
7115
 
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
7116
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
7117
 
        mkid -fID $$unique
7118
 
 tags: TAGS
7119
 
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.25.92/capplets/accessibility/Makefile.in gnome-control-center-2.25.92.new/capplets/accessibility/Makefile.in
7120
 
--- gnome-control-center-2.25.92/capplets/accessibility/Makefile.in     2009-03-04 10:55:18.000000000 +0100
7121
 
+++ gnome-control-center-2.25.92.new/capplets/accessibility/Makefile.in 2009-03-04 10:55:36.000000000 +0100
7122
 
@@ -1,4 +1,4 @@
7123
 
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
7124
 
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
7125
 
 # @configure_input@
7126
 
 
7127
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
10274
@@ -304,7 +313,6 @@
 
10275
 srcdir = @srcdir@
 
10276
 sysconfdir = @sysconfdir@
 
10277
 target_alias = @target_alias@
 
10278
-top_build_prefix = @top_build_prefix@
 
10279
 top_builddir = @top_builddir@
 
10280
 top_srcdir = @top_srcdir@
 
10281
 gnome_at_properties_LDADD = $(AT_CAPPLET_LIBS) $(GNOMECC_CAPPLETS_LIBS) $(top_builddir)/capplets/common/libcommon.la
 
10282
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.26.0/capplets/accessibility/Makefile.in gnome-control-center-2.26.0.new/capplets/accessibility/Makefile.in
 
10283
--- gnome-control-center-2.26.0/capplets/accessibility/Makefile.in      2009-03-17 12:01:44.000000000 +0100
 
10284
+++ gnome-control-center-2.26.0.new/capplets/accessibility/Makefile.in  2009-03-17 12:02:13.000000000 +0100
7128
10285
@@ -35,7 +35,10 @@
7129
10286
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
7130
10287
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
7199
10356
 LN_S = @LN_S@
7200
10357
 LTLIBOBJS = @LTLIBOBJS@
7201
10358
 MAINT = @MAINT@
7202
 
@@ -187,9 +191,13 @@
 
10359
@@ -187,9 +191,12 @@
7203
10360
 MSGFMT = @MSGFMT@
7204
10361
 MSGFMT_OPTS = @MSGFMT_OPTS@
7205
10362
 MSGMERGE = @MSGMERGE@
7206
10363
+NM = @NM@
7207
10364
 NMEDIT = @NMEDIT@
7208
 
+OBJDUMP = @OBJDUMP@
7209
10365
 OBJEXT = @OBJEXT@
7210
10366
 OMF_DIR = @OMF_DIR@
7211
10367
+OTOOL = @OTOOL@
7213
10369
 PACKAGE = @PACKAGE@
7214
10370
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
7215
10371
 PACKAGE_NAME = @PACKAGE_NAME@
7216
 
@@ -209,6 +217,8 @@
 
10372
@@ -209,6 +216,8 @@
7217
10373
 SED = @SED@
7218
10374
 SET_MAKE = @SET_MAKE@
7219
10375
 SHELL = @SHELL@
7222
10378
 STRIP = @STRIP@
7223
10379
 TYPING_BREAK = @TYPING_BREAK@
7224
10380
 TYPING_CFLAGS = @TYPING_CFLAGS@
7225
 
@@ -231,8 +241,7 @@
 
10381
@@ -231,8 +240,7 @@
7226
10382
 abs_top_builddir = @abs_top_builddir@
7227
10383
 abs_top_srcdir = @abs_top_srcdir@
7228
10384
 ac_ct_CC = @ac_ct_CC@
7232
10388
 am__include = @am__include@
7233
10389
 am__leading_dot = @am__leading_dot@
7234
10390
 am__quote = @am__quote@
7235
 
@@ -263,6 +272,7 @@
 
10391
@@ -263,6 +271,7 @@
7236
10392
 libexecdir = @libexecdir@
7237
10393
 localedir = @localedir@
7238
10394
 localstatedir = @localstatedir@
7240
10396
 mandir = @mandir@
7241
10397
 mkdir_p = @mkdir_p@
7242
10398
 oldincludedir = @oldincludedir@
7243
 
@@ -286,8 +296,8 @@
7244
 
        @for dep in $?; do \
7245
 
          case '$(am__configure_deps)' in \
7246
 
            *$$dep*) \
7247
 
-             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
7248
 
-               && exit 0; \
7249
 
+             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
7250
 
+               && { if test -f $@; then exit 0; else break; fi; }; \
7251
 
              exit 1;; \
7252
 
          esac; \
7253
 
        done; \
7254
 
@@ -393,7 +403,7 @@
7255
 
        unique=`for i in $$list; do \
7256
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
7257
 
          done | \
7258
 
-         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
7259
 
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
7260
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
7261
 
        mkid -fID $$unique
7262
 
 tags: TAGS
7263
 
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.25.92/capplets/appearance/data/Makefile.in gnome-control-center-2.25.92.new/capplets/appearance/data/Makefile.in
7264
 
--- gnome-control-center-2.25.92/capplets/appearance/data/Makefile.in   2009-03-04 10:55:17.000000000 +0100
7265
 
+++ gnome-control-center-2.25.92.new/capplets/appearance/data/Makefile.in       2009-03-04 10:55:37.000000000 +0100
7266
 
@@ -1,4 +1,4 @@
7267
 
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
7268
 
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
7269
 
 # @configure_input@
7270
 
 
7271
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
10399
@@ -275,7 +284,6 @@
 
10400
 srcdir = @srcdir@
 
10401
 sysconfdir = @sysconfdir@
 
10402
 target_alias = @target_alias@
 
10403
-top_build_prefix = @top_build_prefix@
 
10404
 top_builddir = @top_builddir@
 
10405
 top_srcdir = @top_srcdir@
 
10406
 SUBDIRS = at-properties
 
10407
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.26.0/capplets/appearance/data/Makefile.in gnome-control-center-2.26.0.new/capplets/appearance/data/Makefile.in
 
10408
--- gnome-control-center-2.26.0/capplets/appearance/data/Makefile.in    2009-03-17 12:01:44.000000000 +0100
 
10409
+++ gnome-control-center-2.26.0.new/capplets/appearance/data/Makefile.in        2009-03-17 12:02:13.000000000 +0100
7272
10410
@@ -40,7 +40,10 @@
7273
10411
        $(srcdir)/gnome-theme-installer.desktop.in.in
7274
10412
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
7343
10481
 LN_S = @LN_S@
7344
10482
 LTLIBOBJS = @LTLIBOBJS@
7345
10483
 MAINT = @MAINT@
7346
 
@@ -197,9 +201,13 @@
 
10484
@@ -197,9 +201,12 @@
7347
10485
 MSGFMT = @MSGFMT@
7348
10486
 MSGFMT_OPTS = @MSGFMT_OPTS@
7349
10487
 MSGMERGE = @MSGMERGE@
7350
10488
+NM = @NM@
7351
10489
 NMEDIT = @NMEDIT@
7352
 
+OBJDUMP = @OBJDUMP@
7353
10490
 OBJEXT = @OBJEXT@
7354
10491
 OMF_DIR = @OMF_DIR@
7355
10492
+OTOOL = @OTOOL@
7357
10494
 PACKAGE = @PACKAGE@
7358
10495
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
7359
10496
 PACKAGE_NAME = @PACKAGE_NAME@
7360
 
@@ -219,6 +227,8 @@
 
10497
@@ -219,6 +226,8 @@
7361
10498
 SED = @SED@
7362
10499
 SET_MAKE = @SET_MAKE@
7363
10500
 SHELL = @SHELL@
7366
10503
 STRIP = @STRIP@
7367
10504
 TYPING_BREAK = @TYPING_BREAK@
7368
10505
 TYPING_CFLAGS = @TYPING_CFLAGS@
7369
 
@@ -241,8 +251,7 @@
 
10506
@@ -241,8 +250,7 @@
7370
10507
 abs_top_builddir = @abs_top_builddir@
7371
10508
 abs_top_srcdir = @abs_top_srcdir@
7372
10509
 ac_ct_CC = @ac_ct_CC@
7376
10513
 am__include = @am__include@
7377
10514
 am__leading_dot = @am__leading_dot@
7378
10515
 am__quote = @am__quote@
7379
 
@@ -273,6 +282,7 @@
 
10516
@@ -273,6 +281,7 @@
7380
10517
 libexecdir = @libexecdir@
7381
10518
 localedir = @localedir@
7382
10519
 localstatedir = @localstatedir@
7384
10521
 mandir = @mandir@
7385
10522
 mkdir_p = @mkdir_p@
7386
10523
 oldincludedir = @oldincludedir@
7387
 
@@ -329,8 +339,8 @@
7388
 
        @for dep in $?; do \
7389
 
          case '$(am__configure_deps)' in \
7390
 
            *$$dep*) \
7391
 
-             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
7392
 
-               && exit 0; \
7393
 
+             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
7394
 
+               && { if test -f $@; then exit 0; else break; fi; }; \
7395
 
              exit 1;; \
7396
 
          esac; \
7397
 
        done; \
7398
 
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.25.92/capplets/appearance/Makefile.in gnome-control-center-2.25.92.new/capplets/appearance/Makefile.in
7399
 
--- gnome-control-center-2.25.92/capplets/appearance/Makefile.in        2009-03-04 10:55:17.000000000 +0100
7400
 
+++ gnome-control-center-2.25.92.new/capplets/appearance/Makefile.in    2009-03-04 10:55:37.000000000 +0100
7401
 
@@ -1,4 +1,4 @@
7402
 
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
7403
 
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
7404
 
 # @configure_input@
7405
 
 
7406
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
10524
@@ -285,7 +294,6 @@
 
10525
 srcdir = @srcdir@
 
10526
 sysconfdir = @sysconfdir@
 
10527
 target_alias = @target_alias@
 
10528
-top_build_prefix = @top_build_prefix@
 
10529
 top_builddir = @top_builddir@
 
10530
 top_srcdir = @top_srcdir@
 
10531
 gladedir = $(pkgdatadir)/glade
 
10532
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.26.0/capplets/appearance/Makefile.in gnome-control-center-2.26.0.new/capplets/appearance/Makefile.in
 
10533
--- gnome-control-center-2.26.0/capplets/appearance/Makefile.in 2009-03-17 12:01:44.000000000 +0100
 
10534
+++ gnome-control-center-2.26.0.new/capplets/appearance/Makefile.in     2009-03-17 12:02:13.000000000 +0100
7407
10535
@@ -37,7 +37,10 @@
7408
10536
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
7409
10537
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
7486
10614
 LN_S = @LN_S@
7487
10615
 LTLIBOBJS = @LTLIBOBJS@
7488
10616
 MAINT = @MAINT@
7489
 
@@ -231,9 +236,13 @@
 
10617
@@ -231,9 +236,12 @@
7490
10618
 MSGFMT = @MSGFMT@
7491
10619
 MSGFMT_OPTS = @MSGFMT_OPTS@
7492
10620
 MSGMERGE = @MSGMERGE@
7493
10621
+NM = @NM@
7494
10622
 NMEDIT = @NMEDIT@
7495
 
+OBJDUMP = @OBJDUMP@
7496
10623
 OBJEXT = @OBJEXT@
7497
10624
 OMF_DIR = @OMF_DIR@
7498
10625
+OTOOL = @OTOOL@
7500
10627
 PACKAGE = @PACKAGE@
7501
10628
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
7502
10629
 PACKAGE_NAME = @PACKAGE_NAME@
7503
 
@@ -253,6 +262,8 @@
 
10630
@@ -253,6 +261,8 @@
7504
10631
 SED = @SED@
7505
10632
 SET_MAKE = @SET_MAKE@
7506
10633
 SHELL = @SHELL@
7509
10636
 STRIP = @STRIP@
7510
10637
 TYPING_BREAK = @TYPING_BREAK@
7511
10638
 TYPING_CFLAGS = @TYPING_CFLAGS@
7512
 
@@ -275,8 +286,7 @@
 
10639
@@ -275,8 +285,7 @@
7513
10640
 abs_top_builddir = @abs_top_builddir@
7514
10641
 abs_top_srcdir = @abs_top_srcdir@
7515
10642
 ac_ct_CC = @ac_ct_CC@
7519
10646
 am__include = @am__include@
7520
10647
 am__leading_dot = @am__leading_dot@
7521
10648
 am__quote = @am__quote@
7522
 
@@ -307,6 +317,7 @@
 
10649
@@ -307,6 +316,7 @@
7523
10650
 libexecdir = @libexecdir@
7524
10651
 localedir = @localedir@
7525
10652
 localstatedir = @localstatedir@
7527
10654
 mandir = @mandir@
7528
10655
 mkdir_p = @mkdir_p@
7529
10656
 oldincludedir = @oldincludedir@
7530
 
@@ -330,6 +341,8 @@
 
10657
@@ -319,7 +329,6 @@
 
10658
 srcdir = @srcdir@
 
10659
 sysconfdir = @sysconfdir@
 
10660
 target_alias = @target_alias@
 
10661
-top_build_prefix = @top_build_prefix@
 
10662
 top_builddir = @top_builddir@
 
10663
 top_srcdir = @top_srcdir@
 
10664
 SUBDIRS = data
 
10665
@@ -330,6 +339,8 @@
7531
10666
        appearance.h \
7532
10667
        appearance-desktop.c \
7533
10668
        appearance-desktop.h \
7536
10671
        appearance-font.c \
7537
10672
        appearance-font.h \
7538
10673
        appearance-main.c \
7539
 
@@ -389,8 +402,8 @@
7540
 
        @for dep in $?; do \
7541
 
          case '$(am__configure_deps)' in \
7542
 
            *$$dep*) \
7543
 
-             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
7544
 
-               && exit 0; \
7545
 
+             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
7546
 
+               && { if test -f $@; then exit 0; else break; fi; }; \
7547
 
              exit 1;; \
7548
 
          esac; \
7549
 
        done; \
7550
 
@@ -453,6 +466,7 @@
 
10674
@@ -453,6 +464,7 @@
7551
10675
        -rm -f *.tab.c
7552
10676
 
7553
10677
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome_appearance_properties-appearance-desktop.Po@am__quote@
7555
10679
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome_appearance_properties-appearance-font.Po@am__quote@
7556
10680
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome_appearance_properties-appearance-main.Po@am__quote@
7557
10681
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gnome_appearance_properties-appearance-style.Po@am__quote@
7558
 
@@ -503,6 +517,20 @@
 
10682
@@ -503,6 +515,20 @@
7559
10683
 @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
7560
10684
 @am__fastdepCC_FALSE@  $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_appearance_properties_CFLAGS) $(CFLAGS) -c -o gnome_appearance_properties-appearance-desktop.obj `if test -f 'appearance-desktop.c'; then $(CYGPATH_W) 'appearance-desktop.c'; else $(CYGPATH_W) '$(srcdir)/appearance-desktop.c'; fi`
7561
10685
 
7576
10700
 gnome_appearance_properties-appearance-font.o: appearance-font.c
7577
10701
 @am__fastdepCC_TRUE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gnome_appearance_properties_CFLAGS) $(CFLAGS) -MT gnome_appearance_properties-appearance-font.o -MD -MP -MF $(DEPDIR)/gnome_appearance_properties-appearance-font.Tpo -c -o gnome_appearance_properties-appearance-font.o `test -f 'appearance-font.c' || echo '$(srcdir)/'`appearance-font.c
7578
10702
 @am__fastdepCC_TRUE@   mv -f $(DEPDIR)/gnome_appearance_properties-appearance-font.Tpo $(DEPDIR)/gnome_appearance_properties-appearance-font.Po
7579
 
@@ -780,7 +808,7 @@
7580
 
        unique=`for i in $$list; do \
7581
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
7582
 
          done | \
7583
 
-         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
7584
 
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
7585
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
7586
 
        mkid -fID $$unique
7587
 
 tags: TAGS
7588
 
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.25.92/capplets/common/Makefile.in gnome-control-center-2.25.92.new/capplets/common/Makefile.in
7589
 
--- gnome-control-center-2.25.92/capplets/common/Makefile.in    2009-03-04 10:55:18.000000000 +0100
7590
 
+++ gnome-control-center-2.25.92.new/capplets/common/Makefile.in        2009-03-04 10:55:37.000000000 +0100
7591
 
@@ -1,4 +1,4 @@
7592
 
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
7593
 
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
7594
 
 # @configure_input@
7595
 
 
7596
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
10703
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.26.0/capplets/common/Makefile.in gnome-control-center-2.26.0.new/capplets/common/Makefile.in
 
10704
--- gnome-control-center-2.26.0/capplets/common/Makefile.in     2009-03-17 12:01:44.000000000 +0100
 
10705
+++ gnome-control-center-2.26.0.new/capplets/common/Makefile.in 2009-03-17 12:02:13.000000000 +0100
7597
10706
@@ -38,7 +38,10 @@
7598
10707
 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in ChangeLog
7599
10708
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
7668
10777
 LN_S = @LN_S@
7669
10778
 LTLIBOBJS = @LTLIBOBJS@
7670
10779
 MAINT = @MAINT@
7671
 
@@ -207,9 +211,13 @@
 
10780
@@ -207,9 +211,12 @@
7672
10781
 MSGFMT = @MSGFMT@
7673
10782
 MSGFMT_OPTS = @MSGFMT_OPTS@
7674
10783
 MSGMERGE = @MSGMERGE@
7675
10784
+NM = @NM@
7676
10785
 NMEDIT = @NMEDIT@
7677
 
+OBJDUMP = @OBJDUMP@
7678
10786
 OBJEXT = @OBJEXT@
7679
10787
 OMF_DIR = @OMF_DIR@
7680
10788
+OTOOL = @OTOOL@
7682
10790
 PACKAGE = @PACKAGE@
7683
10791
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
7684
10792
 PACKAGE_NAME = @PACKAGE_NAME@
7685
 
@@ -229,6 +237,8 @@
 
10793
@@ -229,6 +236,8 @@
7686
10794
 SED = @SED@
7687
10795
 SET_MAKE = @SET_MAKE@
7688
10796
 SHELL = @SHELL@
7691
10799
 STRIP = @STRIP@
7692
10800
 TYPING_BREAK = @TYPING_BREAK@
7693
10801
 TYPING_CFLAGS = @TYPING_CFLAGS@
7694
 
@@ -251,8 +261,7 @@
 
10802
@@ -251,8 +260,7 @@
7695
10803
 abs_top_builddir = @abs_top_builddir@
7696
10804
 abs_top_srcdir = @abs_top_srcdir@
7697
10805
 ac_ct_CC = @ac_ct_CC@
7701
10809
 am__include = @am__include@
7702
10810
 am__leading_dot = @am__leading_dot@
7703
10811
 am__quote = @am__quote@
7704
 
@@ -283,6 +292,7 @@
 
10812
@@ -283,6 +291,7 @@
7705
10813
 libexecdir = @libexecdir@
7706
10814
 localedir = @localedir@
7707
10815
 localstatedir = @localstatedir@
7709
10817
 mandir = @mandir@
7710
10818
 mkdir_p = @mkdir_p@
7711
10819
 oldincludedir = @oldincludedir@
7712
 
@@ -362,8 +372,8 @@
7713
 
        @for dep in $?; do \
7714
 
          case '$(am__configure_deps)' in \
7715
 
            *$$dep*) \
7716
 
-             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
7717
 
-               && exit 0; \
7718
 
+             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
7719
 
+               && { if test -f $@; then exit 0; else break; fi; }; \
7720
 
              exit 1;; \
7721
 
          esac; \
7722
 
        done; \
7723
 
@@ -460,7 +470,7 @@
7724
 
        unique=`for i in $$list; do \
7725
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
7726
 
          done | \
7727
 
-         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
7728
 
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
7729
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
7730
 
        mkid -fID $$unique
7731
 
 tags: TAGS
7732
 
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.25.92/capplets/default-applications/Makefile.in gnome-control-center-2.25.92.new/capplets/default-applications/Makefile.in
7733
 
--- gnome-control-center-2.25.92/capplets/default-applications/Makefile.in      2009-03-04 10:55:18.000000000 +0100
7734
 
+++ gnome-control-center-2.25.92.new/capplets/default-applications/Makefile.in  2009-03-04 10:55:37.000000000 +0100
7735
 
@@ -1,4 +1,4 @@
7736
 
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
7737
 
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
7738
 
 # @configure_input@
7739
 
 
7740
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
10820
@@ -295,7 +304,6 @@
 
10821
 srcdir = @srcdir@
 
10822
 sysconfdir = @sysconfdir@
 
10823
 target_alias = @target_alias@
 
10824
-top_build_prefix = @top_build_prefix@
 
10825
 top_builddir = @top_builddir@
 
10826
 top_srcdir = @top_srcdir@
 
10827
 EXTRA_DIST = ChangeLog
 
10828
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.26.0/capplets/default-applications/Makefile.in gnome-control-center-2.26.0.new/capplets/default-applications/Makefile.in
 
10829
--- gnome-control-center-2.26.0/capplets/default-applications/Makefile.in       2009-03-17 12:01:45.000000000 +0100
 
10830
+++ gnome-control-center-2.26.0.new/capplets/default-applications/Makefile.in   2009-03-17 12:02:14.000000000 +0100
7741
10831
@@ -46,7 +46,10 @@
7742
10832
        $(srcdir)/gnome-default-applications.pc.in ChangeLog
7743
10833
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
7812
10902
 LN_S = @LN_S@
7813
10903
 LTLIBOBJS = @LTLIBOBJS@
7814
10904
 MAINT = @MAINT@
7815
 
@@ -240,9 +244,13 @@
 
10905
@@ -240,9 +244,12 @@
7816
10906
 MSGFMT = @MSGFMT@
7817
10907
 MSGFMT_OPTS = @MSGFMT_OPTS@
7818
10908
 MSGMERGE = @MSGMERGE@
7819
10909
+NM = @NM@
7820
10910
 NMEDIT = @NMEDIT@
7821
 
+OBJDUMP = @OBJDUMP@
7822
10911
 OBJEXT = @OBJEXT@
7823
10912
 OMF_DIR = @OMF_DIR@
7824
10913
+OTOOL = @OTOOL@
7826
10915
 PACKAGE = @PACKAGE@
7827
10916
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
7828
10917
 PACKAGE_NAME = @PACKAGE_NAME@
7829
 
@@ -262,6 +270,8 @@
 
10918
@@ -262,6 +269,8 @@
7830
10919
 SED = @SED@
7831
10920
 SET_MAKE = @SET_MAKE@
7832
10921
 SHELL = @SHELL@
7835
10924
 STRIP = @STRIP@
7836
10925
 TYPING_BREAK = @TYPING_BREAK@
7837
10926
 TYPING_CFLAGS = @TYPING_CFLAGS@
7838
 
@@ -284,8 +294,7 @@
 
10927
@@ -284,8 +293,7 @@
7839
10928
 abs_top_builddir = @abs_top_builddir@
7840
10929
 abs_top_srcdir = @abs_top_srcdir@
7841
10930
 ac_ct_CC = @ac_ct_CC@
7845
10934
 am__include = @am__include@
7846
10935
 am__leading_dot = @am__leading_dot@
7847
10936
 am__quote = @am__quote@
7848
 
@@ -316,6 +325,7 @@
 
10937
@@ -316,6 +324,7 @@
7849
10938
 libexecdir = @libexecdir@
7850
10939
 localedir = @localedir@
7851
10940
 localstatedir = @localstatedir@
7853
10942
 mandir = @mandir@
7854
10943
 mkdir_p = @mkdir_p@
7855
10944
 oldincludedir = @oldincludedir@
7856
 
@@ -382,8 +392,8 @@
7857
 
        @for dep in $?; do \
7858
 
          case '$(am__configure_deps)' in \
7859
 
            *$$dep*) \
7860
 
-             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
7861
 
-               && exit 0; \
7862
 
+             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
7863
 
+               && { if test -f $@; then exit 0; else break; fi; }; \
7864
 
              exit 1;; \
7865
 
          esac; \
7866
 
        done; \
7867
 
@@ -678,7 +688,7 @@
7868
 
        unique=`for i in $$list; do \
7869
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
7870
 
          done | \
7871
 
-         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
7872
 
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
7873
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
7874
 
        mkid -fID $$unique
7875
 
 tags: TAGS
7876
 
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.25.92/capplets/display/Makefile.in gnome-control-center-2.25.92.new/capplets/display/Makefile.in
7877
 
--- gnome-control-center-2.25.92/capplets/display/Makefile.in   2009-03-04 10:55:20.000000000 +0100
7878
 
+++ gnome-control-center-2.25.92.new/capplets/display/Makefile.in       2009-03-04 10:55:37.000000000 +0100
7879
 
@@ -1,4 +1,4 @@
7880
 
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
7881
 
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
7882
 
 # @configure_input@
 
10945
@@ -328,7 +337,6 @@
 
10946
 srcdir = @srcdir@
 
10947
 sysconfdir = @sysconfdir@
 
10948
 target_alias = @target_alias@
 
10949
-top_build_prefix = @top_build_prefix@
 
10950
 top_builddir = @top_builddir@
 
10951
 top_srcdir = @top_srcdir@
7883
10952
 
7884
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
10953
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.26.0/capplets/display/Makefile.in gnome-control-center-2.26.0.new/capplets/display/Makefile.in
 
10954
--- gnome-control-center-2.26.0/capplets/display/Makefile.in    2009-03-17 12:01:47.000000000 +0100
 
10955
+++ gnome-control-center-2.26.0.new/capplets/display/Makefile.in        2009-03-17 12:02:14.000000000 +0100
7885
10956
@@ -42,7 +42,10 @@
7886
10957
        $(srcdir)/display-properties.desktop.in.in ChangeLog TODO
7887
10958
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
7966
11037
 LN_S = @LN_S@
7967
11038
 LTLIBOBJS = @LTLIBOBJS@
7968
11039
 MAINT = @MAINT@
7969
 
@@ -229,9 +234,13 @@
 
11040
@@ -229,9 +234,12 @@
7970
11041
 MSGFMT = @MSGFMT@
7971
11042
 MSGFMT_OPTS = @MSGFMT_OPTS@
7972
11043
 MSGMERGE = @MSGMERGE@
7973
11044
+NM = @NM@
7974
11045
 NMEDIT = @NMEDIT@
7975
 
+OBJDUMP = @OBJDUMP@
7976
11046
 OBJEXT = @OBJEXT@
7977
11047
 OMF_DIR = @OMF_DIR@
7978
11048
+OTOOL = @OTOOL@
7980
11050
 PACKAGE = @PACKAGE@
7981
11051
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
7982
11052
 PACKAGE_NAME = @PACKAGE_NAME@
7983
 
@@ -251,6 +260,8 @@
 
11053
@@ -251,6 +259,8 @@
7984
11054
 SED = @SED@
7985
11055
 SET_MAKE = @SET_MAKE@
7986
11056
 SHELL = @SHELL@
7989
11059
 STRIP = @STRIP@
7990
11060
 TYPING_BREAK = @TYPING_BREAK@
7991
11061
 TYPING_CFLAGS = @TYPING_CFLAGS@
7992
 
@@ -273,8 +284,7 @@
 
11062
@@ -273,8 +283,7 @@
7993
11063
 abs_top_builddir = @abs_top_builddir@
7994
11064
 abs_top_srcdir = @abs_top_srcdir@
7995
11065
 ac_ct_CC = @ac_ct_CC@
7999
11069
 am__include = @am__include@
8000
11070
 am__leading_dot = @am__leading_dot@
8001
11071
 am__quote = @am__quote@
8002
 
@@ -305,6 +315,7 @@
 
11072
@@ -305,6 +314,7 @@
8003
11073
 libexecdir = @libexecdir@
8004
11074
 localedir = @localedir@
8005
11075
 localstatedir = @localstatedir@
8007
11077
 mandir = @mandir@
8008
11078
 mkdir_p = @mkdir_p@
8009
11079
 oldincludedir = @oldincludedir@
8010
 
@@ -372,8 +383,8 @@
8011
 
        @for dep in $?; do \
8012
 
          case '$(am__configure_deps)' in \
8013
 
            *$$dep*) \
8014
 
-             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
8015
 
-               && exit 0; \
8016
 
+             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
8017
 
+               && { if test -f $@; then exit 0; else break; fi; }; \
8018
 
              exit 1;; \
8019
 
          esac; \
8020
 
        done; \
8021
 
@@ -438,8 +449,8 @@
 
11080
@@ -317,7 +327,6 @@
 
11081
 srcdir = @srcdir@
 
11082
 sysconfdir = @sysconfdir@
 
11083
 target_alias = @target_alias@
 
11084
-top_build_prefix = @top_build_prefix@
 
11085
 top_builddir = @top_builddir@
 
11086
 top_srcdir = @top_srcdir@
 
11087
 
 
11088
@@ -438,8 +447,8 @@
8022
11089
        -rm -f *.tab.c
8023
11090
 
8024
11091
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/foo-marshal.Po@am__quote@
8028
11095
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xrandr-capplet.Po@am__quote@
8029
11096
 
8030
11097
 .c.o:
8031
 
@@ -593,7 +604,7 @@
8032
 
        unique=`for i in $$list; do \
8033
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
8034
 
          done | \
8035
 
-         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
8036
 
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
8037
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
8038
 
        mkid -fID $$unique
8039
 
 tags: TAGS
8040
 
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.25.92/capplets/keybindings/Makefile.in gnome-control-center-2.25.92.new/capplets/keybindings/Makefile.in
8041
 
--- gnome-control-center-2.25.92/capplets/keybindings/Makefile.in       2009-03-04 10:55:17.000000000 +0100
8042
 
+++ gnome-control-center-2.25.92.new/capplets/keybindings/Makefile.in   2009-03-04 10:55:37.000000000 +0100
8043
 
@@ -1,4 +1,4 @@
8044
 
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
8045
 
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
8046
 
 # @configure_input@
8047
 
 
8048
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
11098
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.26.0/capplets/keybindings/Makefile.in gnome-control-center-2.26.0.new/capplets/keybindings/Makefile.in
 
11099
--- gnome-control-center-2.26.0/capplets/keybindings/Makefile.in        2009-03-17 12:01:45.000000000 +0100
 
11100
+++ gnome-control-center-2.26.0.new/capplets/keybindings/Makefile.in    2009-03-17 12:02:14.000000000 +0100
8049
11101
@@ -40,7 +40,10 @@
8050
11102
        $(srcdir)/keybinding.desktop.in.in ChangeLog
8051
11103
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
8120
11172
 LN_S = @LN_S@
8121
11173
 LTLIBOBJS = @LTLIBOBJS@
8122
11174
 MAINT = @MAINT@
8123
 
@@ -217,9 +221,13 @@
 
11175
@@ -217,9 +221,12 @@
8124
11176
 MSGFMT = @MSGFMT@
8125
11177
 MSGFMT_OPTS = @MSGFMT_OPTS@
8126
11178
 MSGMERGE = @MSGMERGE@
8127
11179
+NM = @NM@
8128
11180
 NMEDIT = @NMEDIT@
8129
 
+OBJDUMP = @OBJDUMP@
8130
11181
 OBJEXT = @OBJEXT@
8131
11182
 OMF_DIR = @OMF_DIR@
8132
11183
+OTOOL = @OTOOL@
8134
11185
 PACKAGE = @PACKAGE@
8135
11186
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
8136
11187
 PACKAGE_NAME = @PACKAGE_NAME@
8137
 
@@ -239,6 +247,8 @@
 
11188
@@ -239,6 +246,8 @@
8138
11189
 SED = @SED@
8139
11190
 SET_MAKE = @SET_MAKE@
8140
11191
 SHELL = @SHELL@
8143
11194
 STRIP = @STRIP@
8144
11195
 TYPING_BREAK = @TYPING_BREAK@
8145
11196
 TYPING_CFLAGS = @TYPING_CFLAGS@
8146
 
@@ -261,8 +271,7 @@
 
11197
@@ -261,8 +270,7 @@
8147
11198
 abs_top_builddir = @abs_top_builddir@
8148
11199
 abs_top_srcdir = @abs_top_srcdir@
8149
11200
 ac_ct_CC = @ac_ct_CC@
8153
11204
 am__include = @am__include@
8154
11205
 am__leading_dot = @am__leading_dot@
8155
11206
 am__quote = @am__quote@
8156
 
@@ -293,6 +302,7 @@
 
11207
@@ -293,6 +301,7 @@
8157
11208
 libexecdir = @libexecdir@
8158
11209
 localedir = @localedir@
8159
11210
 localstatedir = @localstatedir@
8161
11212
 mandir = @mandir@
8162
11213
 mkdir_p = @mkdir_p@
8163
11214
 oldincludedir = @oldincludedir@
8164
 
@@ -351,8 +361,8 @@
8165
 
        @for dep in $?; do \
8166
 
          case '$(am__configure_deps)' in \
8167
 
            *$$dep*) \
8168
 
-             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
8169
 
-               && exit 0; \
8170
 
+             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
8171
 
+               && { if test -f $@; then exit 0; else break; fi; }; \
8172
 
              exit 1;; \
8173
 
          esac; \
8174
 
        done; \
8175
 
@@ -522,7 +532,7 @@
8176
 
        unique=`for i in $$list; do \
8177
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
8178
 
          done | \
8179
 
-         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
8180
 
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
8181
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
8182
 
        mkid -fID $$unique
8183
 
 tags: TAGS
8184
 
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.25.92/capplets/keyboard/Makefile.in gnome-control-center-2.25.92.new/capplets/keyboard/Makefile.in
8185
 
--- gnome-control-center-2.25.92/capplets/keyboard/Makefile.in  2009-03-04 10:55:17.000000000 +0100
8186
 
+++ gnome-control-center-2.25.92.new/capplets/keyboard/Makefile.in      2009-03-04 10:55:37.000000000 +0100
8187
 
@@ -1,4 +1,4 @@
8188
 
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
8189
 
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
8190
 
 # @configure_input@
 
11215
@@ -305,7 +314,6 @@
 
11216
 srcdir = @srcdir@
 
11217
 sysconfdir = @sysconfdir@
 
11218
 target_alias = @target_alias@
 
11219
-top_build_prefix = @top_build_prefix@
 
11220
 top_builddir = @top_builddir@
 
11221
 top_srcdir = @top_srcdir@
8191
11222
 
8192
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
11223
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.26.0/capplets/keyboard/Makefile.in gnome-control-center-2.26.0.new/capplets/keyboard/Makefile.in
 
11224
--- gnome-control-center-2.26.0/capplets/keyboard/Makefile.in   2009-03-17 12:01:45.000000000 +0100
 
11225
+++ gnome-control-center-2.26.0.new/capplets/keyboard/Makefile.in       2009-03-17 12:02:14.000000000 +0100
8193
11226
@@ -39,7 +39,10 @@
8194
11227
        $(srcdir)/keyboard.desktop.in.in ChangeLog
8195
11228
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
8264
11297
 LN_S = @LN_S@
8265
11298
 LTLIBOBJS = @LTLIBOBJS@
8266
11299
 MAINT = @MAINT@
8267
 
@@ -220,9 +224,13 @@
 
11300
@@ -220,9 +224,12 @@
8268
11301
 MSGFMT = @MSGFMT@
8269
11302
 MSGFMT_OPTS = @MSGFMT_OPTS@
8270
11303
 MSGMERGE = @MSGMERGE@
8271
11304
+NM = @NM@
8272
11305
 NMEDIT = @NMEDIT@
8273
 
+OBJDUMP = @OBJDUMP@
8274
11306
 OBJEXT = @OBJEXT@
8275
11307
 OMF_DIR = @OMF_DIR@
8276
11308
+OTOOL = @OTOOL@
8278
11310
 PACKAGE = @PACKAGE@
8279
11311
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
8280
11312
 PACKAGE_NAME = @PACKAGE_NAME@
8281
 
@@ -242,6 +250,8 @@
 
11313
@@ -242,6 +249,8 @@
8282
11314
 SED = @SED@
8283
11315
 SET_MAKE = @SET_MAKE@
8284
11316
 SHELL = @SHELL@
8287
11319
 STRIP = @STRIP@
8288
11320
 TYPING_BREAK = @TYPING_BREAK@
8289
11321
 TYPING_CFLAGS = @TYPING_CFLAGS@
8290
 
@@ -264,8 +274,7 @@
 
11322
@@ -264,8 +273,7 @@
8291
11323
 abs_top_builddir = @abs_top_builddir@
8292
11324
 abs_top_srcdir = @abs_top_srcdir@
8293
11325
 ac_ct_CC = @ac_ct_CC@
8297
11329
 am__include = @am__include@
8298
11330
 am__leading_dot = @am__leading_dot@
8299
11331
 am__quote = @am__quote@
8300
 
@@ -296,6 +305,7 @@
 
11332
@@ -296,6 +304,7 @@
8301
11333
 libexecdir = @libexecdir@
8302
11334
 localedir = @localedir@
8303
11335
 localstatedir = @localstatedir@
8305
11337
 mandir = @mandir@
8306
11338
 mkdir_p = @mkdir_p@
8307
11339
 oldincludedir = @oldincludedir@
8308
 
@@ -349,8 +359,8 @@
8309
 
        @for dep in $?; do \
8310
 
          case '$(am__configure_deps)' in \
8311
 
            *$$dep*) \
8312
 
-             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
8313
 
-               && exit 0; \
8314
 
+             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
8315
 
+               && { if test -f $@; then exit 0; else break; fi; }; \
8316
 
              exit 1;; \
8317
 
          esac; \
8318
 
        done; \
8319
 
@@ -489,7 +499,7 @@
8320
 
        unique=`for i in $$list; do \
8321
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
8322
 
          done | \
8323
 
-         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
8324
 
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
8325
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
8326
 
        mkid -fID $$unique
8327
 
 tags: TAGS
8328
 
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.25.92/capplets/Makefile.in gnome-control-center-2.25.92.new/capplets/Makefile.in
8329
 
--- gnome-control-center-2.25.92/capplets/Makefile.in   2009-03-04 10:55:17.000000000 +0100
8330
 
+++ gnome-control-center-2.25.92.new/capplets/Makefile.in       2009-03-04 10:55:36.000000000 +0100
8331
 
@@ -1,4 +1,4 @@
8332
 
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
8333
 
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
8334
 
 # @configure_input@
 
11340
@@ -308,7 +317,6 @@
 
11341
 srcdir = @srcdir@
 
11342
 sysconfdir = @sysconfdir@
 
11343
 target_alias = @target_alias@
 
11344
-top_build_prefix = @top_build_prefix@
 
11345
 top_builddir = @top_builddir@
 
11346
 top_srcdir = @top_srcdir@
8335
11347
 
8336
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
11348
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.26.0/capplets/Makefile.in gnome-control-center-2.26.0.new/capplets/Makefile.in
 
11349
--- gnome-control-center-2.26.0/capplets/Makefile.in    2009-03-17 12:01:44.000000000 +0100
 
11350
+++ gnome-control-center-2.26.0.new/capplets/Makefile.in        2009-03-17 12:02:13.000000000 +0100
8337
11351
@@ -33,11 +33,15 @@
8338
11352
 host_triplet = @host@
8339
11353
 @HAVE_RANDR_TRUE@am__append_1 = display
8413
11427
 LN_S = @LN_S@
8414
11428
 LTLIBOBJS = @LTLIBOBJS@
8415
11429
 MAINT = @MAINT@
8416
 
@@ -188,9 +193,13 @@
 
11430
@@ -188,9 +193,12 @@
8417
11431
 MSGFMT = @MSGFMT@
8418
11432
 MSGFMT_OPTS = @MSGFMT_OPTS@
8419
11433
 MSGMERGE = @MSGMERGE@
8420
11434
+NM = @NM@
8421
11435
 NMEDIT = @NMEDIT@
8422
 
+OBJDUMP = @OBJDUMP@
8423
11436
 OBJEXT = @OBJEXT@
8424
11437
 OMF_DIR = @OMF_DIR@
8425
11438
+OTOOL = @OTOOL@
8427
11440
 PACKAGE = @PACKAGE@
8428
11441
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
8429
11442
 PACKAGE_NAME = @PACKAGE_NAME@
8430
 
@@ -210,6 +219,8 @@
 
11443
@@ -210,6 +218,8 @@
8431
11444
 SED = @SED@
8432
11445
 SET_MAKE = @SET_MAKE@
8433
11446
 SHELL = @SHELL@
8436
11449
 STRIP = @STRIP@
8437
11450
 TYPING_BREAK = @TYPING_BREAK@
8438
11451
 TYPING_CFLAGS = @TYPING_CFLAGS@
8439
 
@@ -232,8 +243,7 @@
 
11452
@@ -232,8 +242,7 @@
8440
11453
 abs_top_builddir = @abs_top_builddir@
8441
11454
 abs_top_srcdir = @abs_top_srcdir@
8442
11455
 ac_ct_CC = @ac_ct_CC@
8446
11459
 am__include = @am__include@
8447
11460
 am__leading_dot = @am__leading_dot@
8448
11461
 am__quote = @am__quote@
8449
 
@@ -264,6 +274,7 @@
 
11462
@@ -264,6 +273,7 @@
8450
11463
 libexecdir = @libexecdir@
8451
11464
 localedir = @localedir@
8452
11465
 localstatedir = @localstatedir@
8454
11467
 mandir = @mandir@
8455
11468
 mkdir_p = @mkdir_p@
8456
11469
 oldincludedir = @oldincludedir@
8457
 
@@ -290,9 +301,10 @@
 
11470
@@ -276,7 +286,6 @@
 
11471
 srcdir = @srcdir@
 
11472
 sysconfdir = @sysconfdir@
 
11473
 target_alias = @target_alias@
 
11474
-top_build_prefix = @top_build_prefix@
 
11475
 top_builddir = @top_builddir@
 
11476
 top_srcdir = @top_srcdir@
 
11477
 always_built_SUBDIRS = \
 
11478
@@ -290,9 +299,10 @@
8458
11479
        network                 \
8459
11480
        windows
8460
11481
 
8467
11488
 
8468
11489
 all: all-recursive
8469
11490
 
8470
 
@@ -301,8 +313,8 @@
8471
 
        @for dep in $?; do \
8472
 
          case '$(am__configure_deps)' in \
8473
 
            *$$dep*) \
8474
 
-             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
8475
 
-               && exit 0; \
8476
 
+             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
8477
 
+               && { if test -f $@; then exit 0; else break; fi; }; \
8478
 
              exit 1;; \
8479
 
          esac; \
8480
 
        done; \
8481
 
@@ -408,7 +420,7 @@
8482
 
        unique=`for i in $$list; do \
8483
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
8484
 
          done | \
8485
 
-         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
8486
 
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
8487
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
8488
 
        mkid -fID $$unique
8489
 
 tags: TAGS
8490
 
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.25.92/capplets/mouse/Makefile.in gnome-control-center-2.25.92.new/capplets/mouse/Makefile.in
8491
 
--- gnome-control-center-2.25.92/capplets/mouse/Makefile.in     2009-03-04 10:55:17.000000000 +0100
8492
 
+++ gnome-control-center-2.25.92.new/capplets/mouse/Makefile.in 2009-03-04 10:55:37.000000000 +0100
8493
 
@@ -1,4 +1,4 @@
8494
 
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
8495
 
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
8496
 
 # @configure_input@
8497
 
 
8498
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
11491
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.26.0/capplets/mouse/Makefile.in gnome-control-center-2.26.0.new/capplets/mouse/Makefile.in
 
11492
--- gnome-control-center-2.26.0/capplets/mouse/Makefile.in      2009-03-17 12:01:45.000000000 +0100
 
11493
+++ gnome-control-center-2.26.0.new/capplets/mouse/Makefile.in  2009-03-17 12:02:14.000000000 +0100
8499
11494
@@ -39,7 +39,10 @@
8500
11495
        $(srcdir)/gnome-settings-mouse.desktop.in.in ChangeLog
8501
11496
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
8570
11565
 LN_S = @LN_S@
8571
11566
 LTLIBOBJS = @LTLIBOBJS@
8572
11567
 MAINT = @MAINT@
8573
 
@@ -212,9 +216,13 @@
 
11568
@@ -212,9 +216,12 @@
8574
11569
 MSGFMT = @MSGFMT@
8575
11570
 MSGFMT_OPTS = @MSGFMT_OPTS@
8576
11571
 MSGMERGE = @MSGMERGE@
8577
11572
+NM = @NM@
8578
11573
 NMEDIT = @NMEDIT@
8579
 
+OBJDUMP = @OBJDUMP@
8580
11574
 OBJEXT = @OBJEXT@
8581
11575
 OMF_DIR = @OMF_DIR@
8582
11576
+OTOOL = @OTOOL@
8584
11578
 PACKAGE = @PACKAGE@
8585
11579
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
8586
11580
 PACKAGE_NAME = @PACKAGE_NAME@
8587
 
@@ -234,6 +242,8 @@
 
11581
@@ -234,6 +241,8 @@
8588
11582
 SED = @SED@
8589
11583
 SET_MAKE = @SET_MAKE@
8590
11584
 SHELL = @SHELL@
8593
11587
 STRIP = @STRIP@
8594
11588
 TYPING_BREAK = @TYPING_BREAK@
8595
11589
 TYPING_CFLAGS = @TYPING_CFLAGS@
8596
 
@@ -256,8 +266,7 @@
 
11590
@@ -256,8 +265,7 @@
8597
11591
 abs_top_builddir = @abs_top_builddir@
8598
11592
 abs_top_srcdir = @abs_top_srcdir@
8599
11593
 ac_ct_CC = @ac_ct_CC@
8603
11597
 am__include = @am__include@
8604
11598
 am__leading_dot = @am__leading_dot@
8605
11599
 am__quote = @am__quote@
8606
 
@@ -288,6 +297,7 @@
 
11600
@@ -288,6 +296,7 @@
8607
11601
 libexecdir = @libexecdir@
8608
11602
 localedir = @localedir@
8609
11603
 localstatedir = @localstatedir@
8611
11605
 mandir = @mandir@
8612
11606
 mkdir_p = @mkdir_p@
8613
11607
 oldincludedir = @oldincludedir@
8614
 
@@ -339,8 +349,8 @@
8615
 
        @for dep in $?; do \
8616
 
          case '$(am__configure_deps)' in \
8617
 
            *$$dep*) \
8618
 
-             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
8619
 
-               && exit 0; \
8620
 
+             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
8621
 
+               && { if test -f $@; then exit 0; else break; fi; }; \
8622
 
              exit 1;; \
8623
 
          esac; \
8624
 
        done; \
8625
 
@@ -490,7 +500,7 @@
8626
 
        unique=`for i in $$list; do \
8627
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
8628
 
          done | \
8629
 
-         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
8630
 
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
8631
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
8632
 
        mkid -fID $$unique
8633
 
 tags: TAGS
8634
 
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.25.92/capplets/network/Makefile.in gnome-control-center-2.25.92.new/capplets/network/Makefile.in
8635
 
--- gnome-control-center-2.25.92/capplets/network/Makefile.in   2009-03-04 10:55:17.000000000 +0100
8636
 
+++ gnome-control-center-2.25.92.new/capplets/network/Makefile.in       2009-03-04 10:55:37.000000000 +0100
8637
 
@@ -1,4 +1,4 @@
8638
 
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
8639
 
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
8640
 
 # @configure_input@
 
11608
@@ -300,7 +309,6 @@
 
11609
 srcdir = @srcdir@
 
11610
 sysconfdir = @sysconfdir@
 
11611
 target_alias = @target_alias@
 
11612
-top_build_prefix = @top_build_prefix@
 
11613
 top_builddir = @top_builddir@
 
11614
 top_srcdir = @top_srcdir@
8641
11615
 
8642
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
11616
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.26.0/capplets/network/Makefile.in gnome-control-center-2.26.0.new/capplets/network/Makefile.in
 
11617
--- gnome-control-center-2.26.0/capplets/network/Makefile.in    2009-03-17 12:01:45.000000000 +0100
 
11618
+++ gnome-control-center-2.26.0.new/capplets/network/Makefile.in        2009-03-17 12:02:14.000000000 +0100
8643
11619
@@ -42,7 +42,10 @@
8644
11620
        $(srcdir)/gnome-network-properties.desktop.in.in ChangeLog
8645
11621
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
8714
11690
 LN_S = @LN_S@
8715
11691
 LTLIBOBJS = @LTLIBOBJS@
8716
11692
 MAINT = @MAINT@
8717
 
@@ -226,9 +230,13 @@
 
11693
@@ -226,9 +230,12 @@
8718
11694
 MSGFMT = @MSGFMT@
8719
11695
 MSGFMT_OPTS = @MSGFMT_OPTS@
8720
11696
 MSGMERGE = @MSGMERGE@
8721
11697
+NM = @NM@
8722
11698
 NMEDIT = @NMEDIT@
8723
 
+OBJDUMP = @OBJDUMP@
8724
11699
 OBJEXT = @OBJEXT@
8725
11700
 OMF_DIR = @OMF_DIR@
8726
11701
+OTOOL = @OTOOL@
8728
11703
 PACKAGE = @PACKAGE@
8729
11704
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
8730
11705
 PACKAGE_NAME = @PACKAGE_NAME@
8731
 
@@ -248,6 +256,8 @@
 
11706
@@ -248,6 +255,8 @@
8732
11707
 SED = @SED@
8733
11708
 SET_MAKE = @SET_MAKE@
8734
11709
 SHELL = @SHELL@
8737
11712
 STRIP = @STRIP@
8738
11713
 TYPING_BREAK = @TYPING_BREAK@
8739
11714
 TYPING_CFLAGS = @TYPING_CFLAGS@
8740
 
@@ -270,8 +280,7 @@
 
11715
@@ -270,8 +279,7 @@
8741
11716
 abs_top_builddir = @abs_top_builddir@
8742
11717
 abs_top_srcdir = @abs_top_srcdir@
8743
11718
 ac_ct_CC = @ac_ct_CC@
8747
11722
 am__include = @am__include@
8748
11723
 am__leading_dot = @am__leading_dot@
8749
11724
 am__quote = @am__quote@
8750
 
@@ -302,6 +311,7 @@
 
11725
@@ -302,6 +310,7 @@
8751
11726
 libexecdir = @libexecdir@
8752
11727
 localedir = @localedir@
8753
11728
 localstatedir = @localstatedir@
8755
11730
 mandir = @mandir@
8756
11731
 mkdir_p = @mkdir_p@
8757
11732
 oldincludedir = @oldincludedir@
8758
 
@@ -354,8 +364,8 @@
8759
 
        @for dep in $?; do \
8760
 
          case '$(am__configure_deps)' in \
8761
 
            *$$dep*) \
8762
 
-             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
8763
 
-               && exit 0; \
8764
 
+             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
8765
 
+               && { if test -f $@; then exit 0; else break; fi; }; \
8766
 
              exit 1;; \
8767
 
          esac; \
8768
 
        done; \
8769
 
@@ -589,7 +599,7 @@
8770
 
        unique=`for i in $$list; do \
8771
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
8772
 
          done | \
8773
 
-         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
8774
 
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
8775
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
8776
 
        mkid -fID $$unique
8777
 
 tags: TAGS
8778
 
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.25.92/capplets/sound/Makefile.in gnome-control-center-2.25.92.new/capplets/sound/Makefile.in
8779
 
--- gnome-control-center-2.25.92/capplets/sound/Makefile.in     1970-01-01 01:00:00.000000000 +0100
8780
 
+++ gnome-control-center-2.25.92.new/capplets/sound/Makefile.in 2009-03-04 10:55:37.000000000 +0100
8781
 
@@ -0,0 +1,718 @@
8782
 
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
11733
@@ -314,7 +323,6 @@
 
11734
 srcdir = @srcdir@
 
11735
 sysconfdir = @sysconfdir@
 
11736
 target_alias = @target_alias@
 
11737
-top_build_prefix = @top_build_prefix@
 
11738
 top_builddir = @top_builddir@
 
11739
 top_srcdir = @top_srcdir@
 
11740
 
 
11741
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.26.0/capplets/sound/Makefile.in gnome-control-center-2.26.0.new/capplets/sound/Makefile.in
 
11742
--- gnome-control-center-2.26.0/capplets/sound/Makefile.in      1970-01-01 01:00:00.000000000 +0100
 
11743
+++ gnome-control-center-2.26.0.new/capplets/sound/Makefile.in  2009-03-17 12:02:14.000000000 +0100
 
11744
@@ -0,0 +1,716 @@
 
11745
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
8783
11746
+# @configure_input@
8784
11747
+
8785
11748
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
9004
11967
+MSGMERGE = @MSGMERGE@
9005
11968
+NM = @NM@
9006
11969
+NMEDIT = @NMEDIT@
9007
 
+OBJDUMP = @OBJDUMP@
9008
11970
+OBJEXT = @OBJEXT@
9009
11971
+OMF_DIR = @OMF_DIR@
9010
11972
+OTOOL = @OTOOL@
9096
12058
+srcdir = @srcdir@
9097
12059
+sysconfdir = @sysconfdir@
9098
12060
+target_alias = @target_alias@
9099
 
+top_build_prefix = @top_build_prefix@
9100
12061
+top_builddir = @top_builddir@
9101
12062
+top_srcdir = @top_srcdir@
9102
12063
+
9145
12106
+       @for dep in $?; do \
9146
12107
+         case '$(am__configure_deps)' in \
9147
12108
+           *$$dep*) \
9148
 
+             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
9149
 
+               && { if test -f $@; then exit 0; else break; fi; }; \
 
12109
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
12110
+               && exit 0; \
9150
12111
+             exit 1;; \
9151
12112
+         esac; \
9152
12113
+       done; \
9299
12260
+       unique=`for i in $$list; do \
9300
12261
+           if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
9301
12262
+         done | \
9302
 
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
12263
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
9303
12264
+             END { if (nonempty) { for (i in files) print i; }; }'`; \
9304
12265
+       mkid -fID $$unique
9305
12266
+tags: TAGS
9497
12458
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
9498
12459
+# Otherwise a system limit (for SysV at least) may be exceeded.
9499
12460
+.NOEXPORT:
9500
 
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.25.92/capplets/windows/Makefile.in gnome-control-center-2.25.92.new/capplets/windows/Makefile.in
9501
 
--- gnome-control-center-2.25.92/capplets/windows/Makefile.in   2009-03-04 10:55:21.000000000 +0100
9502
 
+++ gnome-control-center-2.25.92.new/capplets/windows/Makefile.in       2009-03-04 10:55:37.000000000 +0100
9503
 
@@ -1,4 +1,4 @@
9504
 
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
9505
 
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
9506
 
 # @configure_input@
9507
 
 
9508
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
12461
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.26.0/capplets/windows/Makefile.in gnome-control-center-2.26.0.new/capplets/windows/Makefile.in
 
12462
--- gnome-control-center-2.26.0/capplets/windows/Makefile.in    2009-03-17 12:01:47.000000000 +0100
 
12463
+++ gnome-control-center-2.26.0.new/capplets/windows/Makefile.in        2009-03-17 12:02:14.000000000 +0100
9509
12464
@@ -39,7 +39,10 @@
9510
12465
        $(srcdir)/window-properties.desktop.in.in ChangeLog
9511
12466
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
9580
12535
 LN_S = @LN_S@
9581
12536
 LTLIBOBJS = @LTLIBOBJS@
9582
12537
 MAINT = @MAINT@
9583
 
@@ -213,9 +217,13 @@
 
12538
@@ -213,9 +217,12 @@
9584
12539
 MSGFMT = @MSGFMT@
9585
12540
 MSGFMT_OPTS = @MSGFMT_OPTS@
9586
12541
 MSGMERGE = @MSGMERGE@
9587
12542
+NM = @NM@
9588
12543
 NMEDIT = @NMEDIT@
9589
 
+OBJDUMP = @OBJDUMP@
9590
12544
 OBJEXT = @OBJEXT@
9591
12545
 OMF_DIR = @OMF_DIR@
9592
12546
+OTOOL = @OTOOL@
9594
12548
 PACKAGE = @PACKAGE@
9595
12549
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
9596
12550
 PACKAGE_NAME = @PACKAGE_NAME@
9597
 
@@ -235,6 +243,8 @@
 
12551
@@ -235,6 +242,8 @@
9598
12552
 SED = @SED@
9599
12553
 SET_MAKE = @SET_MAKE@
9600
12554
 SHELL = @SHELL@
9603
12557
 STRIP = @STRIP@
9604
12558
 TYPING_BREAK = @TYPING_BREAK@
9605
12559
 TYPING_CFLAGS = @TYPING_CFLAGS@
9606
 
@@ -257,8 +267,7 @@
 
12560
@@ -257,8 +266,7 @@
9607
12561
 abs_top_builddir = @abs_top_builddir@
9608
12562
 abs_top_srcdir = @abs_top_srcdir@
9609
12563
 ac_ct_CC = @ac_ct_CC@
9613
12567
 am__include = @am__include@
9614
12568
 am__leading_dot = @am__leading_dot@
9615
12569
 am__quote = @am__quote@
9616
 
@@ -289,6 +298,7 @@
 
12570
@@ -289,6 +297,7 @@
9617
12571
 libexecdir = @libexecdir@
9618
12572
 localedir = @localedir@
9619
12573
 localstatedir = @localstatedir@
9621
12575
 mandir = @mandir@
9622
12576
 mkdir_p = @mkdir_p@
9623
12577
 oldincludedir = @oldincludedir@
9624
 
@@ -335,8 +345,8 @@
9625
 
        @for dep in $?; do \
9626
 
          case '$(am__configure_deps)' in \
9627
 
            *$$dep*) \
9628
 
-             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
9629
 
-               && exit 0; \
9630
 
+             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
9631
 
+               && { if test -f $@; then exit 0; else break; fi; }; \
9632
 
              exit 1;; \
9633
 
          esac; \
9634
 
        done; \
9635
 
@@ -468,7 +478,7 @@
9636
 
        unique=`for i in $$list; do \
9637
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
9638
 
          done | \
9639
 
-         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
9640
 
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
9641
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
9642
 
        mkid -fID $$unique
9643
 
 tags: TAGS
9644
 
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.25.92/config.h.in gnome-control-center-2.25.92.new/config.h.in
9645
 
--- gnome-control-center-2.25.92/config.h.in    2009-03-04 10:55:17.000000000 +0100
9646
 
+++ gnome-control-center-2.25.92.new/config.h.in        2009-03-04 10:55:36.000000000 +0100
 
12578
@@ -301,7 +310,6 @@
 
12579
 srcdir = @srcdir@
 
12580
 sysconfdir = @sysconfdir@
 
12581
 target_alias = @target_alias@
 
12582
-top_build_prefix = @top_build_prefix@
 
12583
 top_builddir = @top_builddir@
 
12584
 top_srcdir = @top_srcdir@
 
12585
 
 
12586
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.26.0/config.h.in gnome-control-center-2.26.0.new/config.h.in
 
12587
--- gnome-control-center-2.26.0/config.h.in     2009-03-17 12:01:44.000000000 +0100
 
12588
+++ gnome-control-center-2.26.0.new/config.h.in 2009-03-17 12:02:12.000000000 +0100
9647
12589
@@ -78,6 +78,10 @@
9648
12590
 /* Define if Xft functionality is available */
9649
12591
 #undef HAVE_XFT2
9655
12597
 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
9656
12598
 #undef NO_MINUS_C_MINUS_O
9657
12599
 
9658
 
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.25.92/configure gnome-control-center-2.25.92.new/configure
9659
 
--- gnome-control-center-2.25.92/configure      2009-03-04 10:55:17.000000000 +0100
9660
 
+++ gnome-control-center-2.25.92.new/configure  2009-03-04 10:55:35.000000000 +0100
9661
 
@@ -577,22 +577,22 @@
 
12600
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.26.0/configure gnome-control-center-2.26.0.new/configure
 
12601
--- gnome-control-center-2.26.0/configure       2009-03-17 12:01:44.000000000 +0100
 
12602
+++ gnome-control-center-2.26.0.new/configure   2009-03-17 12:02:12.000000000 +0100
 
12603
@@ -1,11 +1,11 @@
 
12604
 #! /bin/sh
 
12605
 # Guess values for system-dependent variables and create Makefiles.
 
12606
-# Generated by GNU Autoconf 2.62 for gnome-control-center 2.26.0.
 
12607
+# Generated by GNU Autoconf 2.61 for gnome-control-center 2.26.0.
 
12608
 #
 
12609
 # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center>.
 
12610
 #
 
12611
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 
12612
-# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
12613
+# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
12614
 # This configure script is free software; the Free Software Foundation
 
12615
 # gives unlimited permission to copy, distribute and modify it.
 
12616
 ## --------------------- ##
 
12617
@@ -17,7 +17,7 @@
 
12618
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
12619
   emulate sh
 
12620
   NULLCMD=:
 
12621
-  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
 
12622
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
12623
   # is contrary to our usage.  Disable this feature.
 
12624
   alias -g '${1+"$@"}'='"$@"'
 
12625
   setopt NO_GLOB_SUBST
 
12626
@@ -39,45 +39,17 @@
 
12627
 as_cr_digits='0123456789'
 
12628
 as_cr_alnum=$as_cr_Letters$as_cr_digits
 
12629
 
 
12630
-as_nl='
 
12631
-'
 
12632
-export as_nl
 
12633
-# Printing a long string crashes Solaris 7 /usr/bin/printf.
 
12634
-as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
 
12635
-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
 
12636
-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
 
12637
-if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
 
12638
-  as_echo='printf %s\n'
 
12639
-  as_echo_n='printf %s'
 
12640
-else
 
12641
-  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
 
12642
-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
 
12643
-    as_echo_n='/usr/ucb/echo -n'
 
12644
-  else
 
12645
-    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
 
12646
-    as_echo_n_body='eval
 
12647
-      arg=$1;
 
12648
-      case $arg in
 
12649
-      *"$as_nl"*)
 
12650
-       expr "X$arg" : "X\\(.*\\)$as_nl";
 
12651
-       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
 
12652
-      esac;
 
12653
-      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
 
12654
-    '
 
12655
-    export as_echo_n_body
 
12656
-    as_echo_n='sh -c $as_echo_n_body as_echo'
 
12657
-  fi
 
12658
-  export as_echo_body
 
12659
-  as_echo='sh -c $as_echo_body as_echo'
 
12660
-fi
 
12661
-
 
12662
 # The user is always right.
 
12663
 if test "${PATH_SEPARATOR+set}" != set; then
 
12664
-  PATH_SEPARATOR=:
 
12665
-  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
 
12666
-    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
 
12667
-      PATH_SEPARATOR=';'
 
12668
-  }
 
12669
+  echo "#! /bin/sh" >conf$$.sh
 
12670
+  echo  "exit 0"   >>conf$$.sh
 
12671
+  chmod +x conf$$.sh
 
12672
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 
12673
+    PATH_SEPARATOR=';'
 
12674
+  else
 
12675
+    PATH_SEPARATOR=:
 
12676
+  fi
 
12677
+  rm -f conf$$.sh
 
12678
 fi
 
12679
 
 
12680
 # Support unset when possible.
 
12681
@@ -93,6 +65,8 @@
 
12682
 # there to prevent editors from complaining about space-tab.
 
12683
 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
 
12684
 # splitting by setting IFS to empty value.)
 
12685
+as_nl='
 
12686
+'
 
12687
 IFS=" ""       $as_nl"
 
12688
 
 
12689
 # Find who we are.  Look in the path if we contain no directory separator.
 
12690
@@ -115,7 +89,7 @@
 
12691
   as_myself=$0
 
12692
 fi
 
12693
 if test ! -f "$as_myself"; then
 
12694
-  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
12695
+  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
12696
   { (exit 1); exit 1; }
 
12697
 fi
 
12698
 
 
12699
@@ -128,10 +102,17 @@
 
12700
 PS4='+ '
 
12701
 
 
12702
 # NLS nuisances.
 
12703
-LC_ALL=C
 
12704
-export LC_ALL
 
12705
-LANGUAGE=C
 
12706
-export LANGUAGE
 
12707
+for as_var in \
 
12708
+  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
 
12709
+  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
 
12710
+  LC_TELEPHONE LC_TIME
 
12711
+do
 
12712
+  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
 
12713
+    eval $as_var=C; export $as_var
 
12714
+  else
 
12715
+    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
12716
+  fi
 
12717
+done
 
12718
 
 
12719
 # Required to use basename.
 
12720
 if expr a : '\(a\)' >/dev/null 2>&1 &&
 
12721
@@ -153,7 +134,7 @@
 
12722
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 
12723
         X"$0" : 'X\(//\)$' \| \
 
12724
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 
12725
-$as_echo X/"$0" |
 
12726
+echo X/"$0" |
 
12727
     sed '/^.*\/\([^/][^/]*\)\/*$/{
 
12728
            s//\1/
 
12729
            q
 
12730
@@ -179,7 +160,7 @@
 
12731
   as_have_required=no
 
12732
 fi
 
12733
 
 
12734
-  if test $as_have_required = yes &&    (eval ":
 
12735
+  if test $as_have_required = yes &&    (eval ":
 
12736
 (as_func_return () {
 
12737
   (exit \$1)
 
12738
 }
 
12739
@@ -261,7 +242,7 @@
 
12740
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
12741
   emulate sh
 
12742
   NULLCMD=:
 
12743
-  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
 
12744
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
12745
   # is contrary to our usage.  Disable this feature.
 
12746
   alias -g '${1+"$@"}'='"$@"'
 
12747
   setopt NO_GLOB_SUBST
 
12748
@@ -282,7 +263,7 @@
 
12749
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
12750
   emulate sh
 
12751
   NULLCMD=:
 
12752
-  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
 
12753
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
12754
   # is contrary to our usage.  Disable this feature.
 
12755
   alias -g '${1+"$@"}'='"$@"'
 
12756
   setopt NO_GLOB_SUBST
 
12757
@@ -362,10 +343,10 @@
 
12758
 
 
12759
       if test "x$CONFIG_SHELL" != x; then
 
12760
   for as_var in BASH_ENV ENV
 
12761
-       do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
12762
-       done
 
12763
-       export CONFIG_SHELL
 
12764
-       exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
 
12765
+        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
12766
+        done
 
12767
+        export CONFIG_SHELL
 
12768
+        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
 
12769
 fi
 
12770
 
 
12771
 
 
12772
@@ -434,10 +415,9 @@
 
12773
 
 
12774
 test \$exitcode = 0") || {
 
12775
   echo No shell found that supports shell functions.
 
12776
-  echo Please tell bug-autoconf@gnu.org about your system,
 
12777
-  echo including any error possibly output before this message.
 
12778
-  echo This can help us improve future autoconf versions.
 
12779
-  echo Configuration will now proceed without shell functions.
 
12780
+  echo Please tell autoconf@gnu.org about your system,
 
12781
+  echo including any error possibly output before this
 
12782
+  echo message
 
12783
 }
 
12784
 
 
12785
 
 
12786
@@ -473,7 +453,7 @@
 
12787
       s/-\n.*//
 
12788
     ' >$as_me.lineno &&
 
12789
   chmod +x "$as_me.lineno" ||
 
12790
-    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 
12791
+    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 
12792
    { (exit 1); exit 1; }; }
 
12793
 
 
12794
   # Don't try to exec as it changes $[0], causing all sort of problems
 
12795
@@ -501,6 +481,7 @@
 
12796
 *)
 
12797
   ECHO_N='-n';;
 
12798
 esac
 
12799
+
 
12800
 if expr a : '\(a\)' >/dev/null 2>&1 &&
 
12801
    test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
12802
   as_expr=expr
 
12803
@@ -513,22 +494,19 @@
 
12804
   rm -f conf$$.dir/conf$$.file
 
12805
 else
 
12806
   rm -f conf$$.dir
 
12807
-  mkdir conf$$.dir 2>/dev/null
 
12808
+  mkdir conf$$.dir
 
12809
 fi
 
12810
-if (echo >conf$$.file) 2>/dev/null; then
 
12811
-  if ln -s conf$$.file conf$$ 2>/dev/null; then
 
12812
-    as_ln_s='ln -s'
 
12813
-    # ... but there are two gotchas:
 
12814
-    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 
12815
-    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 
12816
-    # In both cases, we have to default to `cp -p'.
 
12817
-    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 
12818
-      as_ln_s='cp -p'
 
12819
-  elif ln conf$$.file conf$$ 2>/dev/null; then
 
12820
-    as_ln_s=ln
 
12821
-  else
 
12822
+echo >conf$$.file
 
12823
+if ln -s conf$$.file conf$$ 2>/dev/null; then
 
12824
+  as_ln_s='ln -s'
 
12825
+  # ... but there are two gotchas:
 
12826
+  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 
12827
+  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 
12828
+  # In both cases, we have to default to `cp -p'.
 
12829
+  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 
12830
     as_ln_s='cp -p'
 
12831
-  fi
 
12832
+elif ln conf$$.file conf$$ 2>/dev/null; then
 
12833
+  as_ln_s=ln
 
12834
 else
 
12835
   as_ln_s='cp -p'
 
12836
 fi
 
12837
@@ -553,10 +531,10 @@
 
12838
   as_test_x='
 
12839
     eval sh -c '\''
 
12840
       if test -d "$1"; then
 
12841
-       test -d "$1/.";
 
12842
+        test -d "$1/.";
 
12843
       else
 
12844
        case $1 in
 
12845
-       -*)set "./$1";;
 
12846
+        -*)set "./$1";;
 
12847
        esac;
 
12848
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 
12849
        ???[sx]*):;;*)false;;esac;fi
 
12850
@@ -577,22 +555,22 @@
9662
12851
 # Check that we are running under the correct shell.
9663
12852
 SHELL=${CONFIG_SHELL-/bin/sh}
9664
12853
 
9686
12875
   :
9687
12876
 else
9688
12877
   # Restart under the correct shell.
9689
 
@@ -602,9 +602,9 @@
 
12878
@@ -602,9 +580,9 @@
9690
12879
 if test "X$1" = X--fallback-echo; then
9691
12880
   # used as fallback echo
9692
12881
   shift
9698
12887
   exit 0
9699
12888
 fi
9700
12889
 
9701
 
@@ -612,121 +612,116 @@
 
12890
@@ -612,121 +590,116 @@
9702
12891
 # if CDPATH is set.
9703
12892
 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
9704
12893
 
9799
12988
-      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
9800
12989
-          test "X$echo_testing_string" = 'X\t' &&
9801
12990
-          echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
12991
-          test "X$echo_testing_string" = "X$echo_test_string"; then
 
12992
-       CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
 
12993
-       export CONFIG_SHELL
 
12994
-       SHELL="$CONFIG_SHELL"
 
12995
-       export SHELL
 
12996
-       echo="$CONFIG_SHELL $0 --fallback-echo"
 
12997
-      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
 
12998
-          test "X$echo_testing_string" = 'X\t' &&
 
12999
-          echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
9802
13000
+    if test "X$ECHO" = Xecho; then
9803
13001
+      # We didn't find a better echo, so look for alternatives.
9804
13002
+      if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
9820
13018
+        if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
9821
13019
+          echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
9822
13020
           test "X$echo_testing_string" = "X$echo_test_string"; then
9823
 
-       CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
9824
 
-       export CONFIG_SHELL
9825
 
-       SHELL="$CONFIG_SHELL"
9826
 
-       export SHELL
9827
 
-       echo="$CONFIG_SHELL $0 --fallback-echo"
9828
 
-      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
9829
 
-          test "X$echo_testing_string" = 'X\t' &&
9830
 
-          echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
9831
 
-          test "X$echo_testing_string" = "X$echo_test_string"; then
9832
13021
-       echo="$CONFIG_SHELL $0 --fallback-echo"
9833
13022
-      else
9834
13023
-       # maybe with a smaller string...
9911
13100
 exec 7<&0 </dev/null 6>&1
9912
13101
 
9913
13102
 # Name of the host.
9914
 
@@ -800,6 +795,16 @@
9915
 
 GNOMECC_CAPPLETS_CFLAGS
9916
 
 GNOMECC_CAPPLETS_CLEANFILES
9917
 
 GNOMECC_CAPPLETS_EXTRA_DIST
9918
 
+BUILD_SOUND_FALSE
9919
 
+BUILD_SOUND_TRUE
9920
 
+SOUND_CAPPLET_CFLAGS
9921
 
+SOUND_CAPPLET_LIBS
9922
 
+CANBERRA_LIBS
9923
 
+CANBERRA_CFLAGS
9924
 
+HAVE_GSTREAMER_FALSE
9925
 
+HAVE_GSTREAMER_TRUE
9926
 
+GST_LIBS
9927
 
+GST_CFLAGS
9928
 
 GCONF_SCHEMAS_INSTALL_FALSE
9929
 
 GCONF_SCHEMAS_INSTALL_TRUE
9930
 
 GCONF_SCHEMA_FILE_DIR
9931
 
@@ -925,23 +930,21 @@
9932
 
 OMF_DIR
9933
 
 HELP_DIR
9934
 
 PKG_CONFIG
 
13103
@@ -843,7 +816,6 @@
 
13104
 install_sh
 
13105
 STRIP
 
13106
 INSTALL_STRIP_PROGRAM
 
13107
-MKDIR_P
 
13108
 mkdir_p
 
13109
 AWK
 
13110
 SET_MAKE
 
13111
@@ -873,6 +845,7 @@
 
13112
 CPP
 
13113
 GREP
 
13114
 EGREP
 
13115
+LIBTOOL
 
13116
 build
 
13117
 build_cpu
 
13118
 build_vendor
 
13119
@@ -882,23 +855,20 @@
 
13120
 host_vendor
 
13121
 host_os
 
13122
 SED
 
13123
+FGREP
 
13124
+LD
 
13125
+DUMPBIN
 
13126
+ac_ct_DUMPBIN
 
13127
+NM
 
13128
 LN_S
 
13129
-ECHO
 
13130
 AR
 
13131
 RANLIB
 
13132
+lt_ECHO
 
13133
 DSYMUTIL
 
13134
 NMEDIT
 
13135
-CXX
 
13136
-CXXFLAGS
 
13137
-ac_ct_CXX
 
13138
-CXXDEPMODE
 
13139
-am__fastdepCXX_TRUE
 
13140
-am__fastdepCXX_FALSE
 
13141
-CXXCPP
 
13142
-F77
 
13143
-FFLAGS
 
13144
-ac_ct_F77
9935
13145
-LIBTOOL
9936
 
-ac_ct_F77
9937
 
-FFLAGS
9938
 
-F77
9939
 
-CXXCPP
9940
 
-am__fastdepCXX_FALSE
9941
 
-am__fastdepCXX_TRUE
9942
 
-CXXDEPMODE
9943
 
-ac_ct_CXX
9944
 
-CXXFLAGS
9945
 
-CXX
 
13146
+LIPO
 
13147
+OTOOL
9946
13148
+OTOOL64
9947
 
+OTOOL
9948
 
+LIPO
9949
 
 NMEDIT
9950
 
 DSYMUTIL
9951
 
+lt_ECHO
9952
 
 RANLIB
9953
 
 AR
9954
 
-ECHO
9955
 
+OBJDUMP
9956
 
 LN_S
9957
 
+NM
9958
 
+ac_ct_DUMPBIN
9959
 
+DUMPBIN
9960
 
+LD
9961
 
+FGREP
9962
 
 SED
9963
 
 host_os
9964
 
 host_vendor
9965
 
@@ -951,6 +954,7 @@
9966
 
 build_vendor
9967
 
 build_cpu
9968
 
 build
9969
 
+LIBTOOL
9970
 
 EGREP
9971
 
 GREP
9972
 
 CPP
9973
 
@@ -1040,11 +1044,10 @@
9974
 
 enable_dependency_tracking
9975
 
 enable_shared
9976
 
 enable_static
9977
 
+with_pic
9978
 
 enable_fast_install
9979
 
 with_gnu_ld
9980
 
 enable_libtool_lock
 
13149
 PKG_CONFIG
 
13150
 HELP_DIR
 
13151
 OMF_DIR
 
13152
@@ -1024,6 +994,16 @@
 
13153
 GCONF_SCHEMA_FILE_DIR
 
13154
 GCONF_SCHEMAS_INSTALL_TRUE
 
13155
 GCONF_SCHEMAS_INSTALL_FALSE
 
13156
+GST_CFLAGS
 
13157
+GST_LIBS
 
13158
+HAVE_GSTREAMER_TRUE
 
13159
+HAVE_GSTREAMER_FALSE
 
13160
+CANBERRA_CFLAGS
 
13161
+CANBERRA_LIBS
 
13162
+SOUND_CAPPLET_LIBS
 
13163
+SOUND_CAPPLET_CFLAGS
 
13164
+BUILD_SOUND_TRUE
 
13165
+BUILD_SOUND_FALSE
 
13166
 GNOMECC_CAPPLETS_EXTRA_DIST
 
13167
 GNOMECC_CAPPLETS_CLEANFILES
 
13168
 GNOMECC_CAPPLETS_CFLAGS
 
13169
@@ -1034,33 +1014,6 @@
 
13170
 LIBOBJS
 
13171
 LTLIBOBJS'
 
13172
 ac_subst_files=''
 
13173
-ac_user_opts='
 
13174
-enable_option_checking
 
13175
-enable_maintainer_mode
 
13176
-enable_dependency_tracking
 
13177
-enable_shared
 
13178
-enable_static
 
13179
-enable_fast_install
 
13180
-with_gnu_ld
 
13181
-enable_libtool_lock
9981
13182
-with_pic
9982
13183
-with_tags
9983
 
 with_help_dir
9984
 
 with_omf_dir
9985
 
 with_help_formats
9986
 
@@ -1059,6 +1062,8 @@
9987
 
 with_gconf_source
9988
 
 with_gconf_schema_file_dir
9989
 
 enable_schemas_install
9990
 
+enable_gstreamer
9991
 
+with_libcanberra
9992
 
 enable_update_mimedb
9993
 
 '
 
13184
-with_help_dir
 
13185
-with_omf_dir
 
13186
-with_help_formats
 
13187
-enable_scrollkeeper
 
13188
-enable_nls
 
13189
-enable_debug
 
13190
-enable_compile_warnings
 
13191
-enable_iso_c
 
13192
-with_x
 
13193
-enable_aboutme
 
13194
-enable_hal
 
13195
-with_gconf_source
 
13196
-with_gconf_schema_file_dir
 
13197
-enable_schemas_install
 
13198
-enable_update_mimedb
 
13199
-'
9994
13200
       ac_precious_vars='build_alias
9995
 
@@ -1070,12 +1075,6 @@
 
13201
 host_alias
 
13202
 target_alias
 
13203
@@ -1070,12 +1023,6 @@
9996
13204
 LIBS
9997
13205
 CPPFLAGS
9998
13206
 CPP
10005
13213
 PKG_CONFIG
10006
13214
 XMKMF
10007
13215
 LIBCANBERRA_GTK_CFLAGS
10008
 
@@ -1121,7 +1120,11 @@
 
13216
@@ -1121,14 +1068,16 @@
10009
13217
 POLKIT_GNOME_CFLAGS
10010
13218
 POLKIT_GNOME_LIBS
10011
13219
 HAL_CFLAGS
10018
13226
 
10019
13227
 
10020
13228
 # Initialize some variables set by options.
10021
 
@@ -1775,15 +1778,15 @@
 
13229
 ac_init_help=
 
13230
 ac_init_version=false
 
13231
-ac_unrecognized_opts=
 
13232
-ac_unrecognized_sep=
 
13233
 # The variables have the same names as the options, with
 
13234
 # dashes changed to underlines.
 
13235
 cache_file=/dev/null
 
13236
@@ -1227,21 +1176,13 @@
 
13237
     datarootdir=$ac_optarg ;;
 
13238
 
 
13239
   -disable-* | --disable-*)
 
13240
-    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
 
13241
+    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
 
13242
     # Reject names that are not valid shell variable names.
 
13243
-    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
13244
-      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
 
13245
+    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
13246
+      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
 
13247
    { (exit 1); exit 1; }; }
 
13248
-    ac_useropt_orig=$ac_useropt
 
13249
-    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
13250
-    case $ac_user_opts in
 
13251
-      *"
 
13252
-"enable_$ac_useropt"
 
13253
-"*) ;;
 
13254
-      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
 
13255
-        ac_unrecognized_sep=', ';;
 
13256
-    esac
 
13257
-    eval enable_$ac_useropt=no ;;
 
13258
+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
 
13259
+    eval enable_$ac_feature=no ;;
 
13260
 
 
13261
   -docdir | --docdir | --docdi | --doc | --do)
 
13262
     ac_prev=docdir ;;
 
13263
@@ -1254,21 +1195,13 @@
 
13264
     dvidir=$ac_optarg ;;
 
13265
 
 
13266
   -enable-* | --enable-*)
 
13267
-    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
 
13268
+    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
 
13269
     # Reject names that are not valid shell variable names.
 
13270
-    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
13271
-      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
 
13272
+    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
13273
+      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
 
13274
    { (exit 1); exit 1; }; }
 
13275
-    ac_useropt_orig=$ac_useropt
 
13276
-    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
13277
-    case $ac_user_opts in
 
13278
-      *"
 
13279
-"enable_$ac_useropt"
 
13280
-"*) ;;
 
13281
-      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
 
13282
-        ac_unrecognized_sep=', ';;
 
13283
-    esac
 
13284
-    eval enable_$ac_useropt=\$ac_optarg ;;
 
13285
+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
 
13286
+    eval enable_$ac_feature=\$ac_optarg ;;
 
13287
 
 
13288
   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
 
13289
   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
 
13290
@@ -1459,38 +1392,22 @@
 
13291
     ac_init_version=: ;;
 
13292
 
 
13293
   -with-* | --with-*)
 
13294
-    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
 
13295
+    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
 
13296
     # Reject names that are not valid shell variable names.
 
13297
-    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
13298
-      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
 
13299
+    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
13300
+      { echo "$as_me: error: invalid package name: $ac_package" >&2
 
13301
    { (exit 1); exit 1; }; }
 
13302
-    ac_useropt_orig=$ac_useropt
 
13303
-    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
13304
-    case $ac_user_opts in
 
13305
-      *"
 
13306
-"with_$ac_useropt"
 
13307
-"*) ;;
 
13308
-      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
 
13309
-        ac_unrecognized_sep=', ';;
 
13310
-    esac
 
13311
-    eval with_$ac_useropt=\$ac_optarg ;;
 
13312
+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
 
13313
+    eval with_$ac_package=\$ac_optarg ;;
 
13314
 
 
13315
   -without-* | --without-*)
 
13316
-    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
 
13317
+    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
 
13318
     # Reject names that are not valid shell variable names.
 
13319
-    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
13320
-      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
 
13321
+    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
13322
+      { echo "$as_me: error: invalid package name: $ac_package" >&2
 
13323
    { (exit 1); exit 1; }; }
 
13324
-    ac_useropt_orig=$ac_useropt
 
13325
-    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
13326
-    case $ac_user_opts in
 
13327
-      *"
 
13328
-"with_$ac_useropt"
 
13329
-"*) ;;
 
13330
-      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
 
13331
-        ac_unrecognized_sep=', ';;
 
13332
-    esac
 
13333
-    eval with_$ac_useropt=no ;;
 
13334
+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
 
13335
+    eval with_$ac_package=no ;;
 
13336
 
 
13337
   --x)
 
13338
     # Obsolete; use --with-x.
 
13339
@@ -1510,7 +1427,7 @@
 
13340
   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
 
13341
     x_libraries=$ac_optarg ;;
 
13342
 
 
13343
-  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
 
13344
+  -*) { echo "$as_me: error: unrecognized option: $ac_option
 
13345
 Try \`$0 --help' for more information." >&2
 
13346
    { (exit 1); exit 1; }; }
 
13347
     ;;
 
13348
@@ -1519,16 +1436,16 @@
 
13349
     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
 
13350
     # Reject names that are not valid shell variable names.
 
13351
     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
 
13352
-      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
 
13353
+      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
 
13354
    { (exit 1); exit 1; }; }
 
13355
     eval $ac_envvar=\$ac_optarg
 
13356
     export $ac_envvar ;;
 
13357
 
 
13358
   *)
 
13359
     # FIXME: should be removed in autoconf 3.0.
 
13360
-    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
 
13361
+    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
 
13362
     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
13363
-      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
 
13364
+      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
 
13365
     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
 
13366
     ;;
 
13367
 
 
13368
@@ -1537,38 +1454,22 @@
 
13369
 
 
13370
 if test -n "$ac_prev"; then
 
13371
   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
 
13372
-  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
 
13373
+  { echo "$as_me: error: missing argument to $ac_option" >&2
 
13374
    { (exit 1); exit 1; }; }
 
13375
 fi
 
13376
 
 
13377
-if test -n "$ac_unrecognized_opts"; then
 
13378
-  case $enable_option_checking in
 
13379
-    no) ;;
 
13380
-    fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2
 
13381
-   { (exit 1); exit 1; }; } ;;
 
13382
-    *)     $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;;
 
13383
-  esac
 
13384
-fi
 
13385
-
 
13386
-# Check all directory arguments for consistency.
 
13387
+# Be sure to have absolute directory names.
 
13388
 for ac_var in  exec_prefix prefix bindir sbindir libexecdir datarootdir \
 
13389
                datadir sysconfdir sharedstatedir localstatedir includedir \
 
13390
                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
 
13391
                libdir localedir mandir
 
13392
 do
 
13393
   eval ac_val=\$$ac_var
 
13394
-  # Remove trailing slashes.
 
13395
-  case $ac_val in
 
13396
-    */ )
 
13397
-      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
 
13398
-      eval $ac_var=\$ac_val;;
 
13399
-  esac
 
13400
-  # Be sure to have absolute directory names.
 
13401
   case $ac_val in
 
13402
     [\\/$]* | ?:[\\/]* )  continue;;
 
13403
     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
 
13404
   esac
 
13405
-  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
 
13406
+  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
 
13407
    { (exit 1); exit 1; }; }
 
13408
 done
 
13409
 
 
13410
@@ -1583,7 +1484,7 @@
 
13411
 if test "x$host_alias" != x; then
 
13412
   if test "x$build_alias" = x; then
 
13413
     cross_compiling=maybe
 
13414
-    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
 
13415
+    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
 
13416
     If a cross compiler is detected then cross compile mode will be used." >&2
 
13417
   elif test "x$build_alias" != "x$host_alias"; then
 
13418
     cross_compiling=yes
 
13419
@@ -1599,10 +1500,10 @@
 
13420
 ac_pwd=`pwd` && test -n "$ac_pwd" &&
 
13421
 ac_ls_di=`ls -di .` &&
 
13422
 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
 
13423
-  { $as_echo "$as_me: error: Working directory cannot be determined" >&2
 
13424
+  { echo "$as_me: error: Working directory cannot be determined" >&2
 
13425
    { (exit 1); exit 1; }; }
 
13426
 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
 
13427
-  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
 
13428
+  { echo "$as_me: error: pwd does not report name of working directory" >&2
 
13429
    { (exit 1); exit 1; }; }
 
13430
 
 
13431
 
 
13432
@@ -1610,12 +1511,12 @@
 
13433
 if test -z "$srcdir"; then
 
13434
   ac_srcdir_defaulted=yes
 
13435
   # Try the directory containing this script, then the parent directory.
 
13436
-  ac_confdir=`$as_dirname -- "$as_myself" ||
 
13437
-$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
13438
-        X"$as_myself" : 'X\(//\)[^/]' \| \
 
13439
-        X"$as_myself" : 'X\(//\)$' \| \
 
13440
-        X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
 
13441
-$as_echo X"$as_myself" |
 
13442
+  ac_confdir=`$as_dirname -- "$0" ||
 
13443
+$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
13444
+        X"$0" : 'X\(//\)[^/]' \| \
 
13445
+        X"$0" : 'X\(//\)$' \| \
 
13446
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 
13447
+echo X"$0" |
 
13448
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
13449
            s//\1/
 
13450
            q
 
13451
@@ -1642,12 +1543,12 @@
 
13452
 fi
 
13453
 if test ! -r "$srcdir/$ac_unique_file"; then
 
13454
   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
 
13455
-  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
 
13456
+  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
 
13457
    { (exit 1); exit 1; }; }
 
13458
 fi
 
13459
 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
 
13460
 ac_abs_confdir=`(
 
13461
-       cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
 
13462
+       cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
 
13463
    { (exit 1); exit 1; }; }
 
13464
        pwd)`
 
13465
 # When building in place, set srcdir=.
 
13466
@@ -1696,9 +1597,9 @@
 
13467
 
 
13468
 Installation directories:
 
13469
   --prefix=PREFIX         install architecture-independent files in PREFIX
 
13470
-                          [$ac_default_prefix]
 
13471
+                         [$ac_default_prefix]
 
13472
   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
 
13473
-                          [PREFIX]
 
13474
+                         [PREFIX]
 
13475
 
 
13476
 By default, \`make install' will install all the files in
 
13477
 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
 
13478
@@ -1708,26 +1609,25 @@
 
13479
 For better control, use the options below.
 
13480
 
 
13481
 Fine tuning of the installation directories:
 
13482
-  --bindir=DIR            user executables [EPREFIX/bin]
 
13483
-  --sbindir=DIR           system admin executables [EPREFIX/sbin]
 
13484
-  --libexecdir=DIR        program executables [EPREFIX/libexec]
 
13485
-  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
 
13486
-  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
 
13487
-  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
 
13488
-  --libdir=DIR            object code libraries [EPREFIX/lib]
 
13489
-  --includedir=DIR        C header files [PREFIX/include]
 
13490
-  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
 
13491
-  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
 
13492
-  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
 
13493
-  --infodir=DIR           info documentation [DATAROOTDIR/info]
 
13494
-  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
 
13495
-  --mandir=DIR            man documentation [DATAROOTDIR/man]
 
13496
-  --docdir=DIR            documentation root
 
13497
-                          [DATAROOTDIR/doc/gnome-control-center]
 
13498
-  --htmldir=DIR           html documentation [DOCDIR]
 
13499
-  --dvidir=DIR            dvi documentation [DOCDIR]
 
13500
-  --pdfdir=DIR            pdf documentation [DOCDIR]
 
13501
-  --psdir=DIR             ps documentation [DOCDIR]
 
13502
+  --bindir=DIR           user executables [EPREFIX/bin]
 
13503
+  --sbindir=DIR          system admin executables [EPREFIX/sbin]
 
13504
+  --libexecdir=DIR       program executables [EPREFIX/libexec]
 
13505
+  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
 
13506
+  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
 
13507
+  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
 
13508
+  --libdir=DIR           object code libraries [EPREFIX/lib]
 
13509
+  --includedir=DIR       C header files [PREFIX/include]
 
13510
+  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
 
13511
+  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
 
13512
+  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
 
13513
+  --infodir=DIR          info documentation [DATAROOTDIR/info]
 
13514
+  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
 
13515
+  --mandir=DIR           man documentation [DATAROOTDIR/man]
 
13516
+  --docdir=DIR           documentation root [DATAROOTDIR/doc/gnome-control-center]
 
13517
+  --htmldir=DIR          html documentation [DOCDIR]
 
13518
+  --dvidir=DIR           dvi documentation [DOCDIR]
 
13519
+  --pdfdir=DIR           pdf documentation [DOCDIR]
 
13520
+  --psdir=DIR            ps documentation [DOCDIR]
 
13521
 _ACEOF
 
13522
 
 
13523
   cat <<\_ACEOF
 
13524
@@ -1754,7 +1654,6 @@
 
13525
   cat <<\_ACEOF
 
13526
 
 
13527
 Optional Features:
 
13528
-  --disable-option-checking  ignore unrecognized --enable/--with options
 
13529
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
 
13530
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
 
13531
   --enable-maintainer-mode  enable make rules and dependencies not useful
 
13532
@@ -1775,15 +1674,15 @@
10022
13533
   --enable-aboutme        enable about-me capplet
10023
13534
   --disable-hal           build without hal support
10024
13535
   --disable-schemas-install    Disable the schemas installation
10036
13547
   --with-help-dir=DIR     path to help docs
10037
13548
   --with-omf-dir=DIR      path to OMF files
10038
13549
   --with-help-formats=FORMATS
10039
 
@@ -1793,6 +1796,7 @@
 
13550
@@ -1793,6 +1692,7 @@
10040
13551
                           Config database for installing schema files.
10041
13552
   --with-gconf-schema-file-dir=dir
10042
13553
                           Directory for installing schema files.
10044
13555
 
10045
13556
 Some influential environment variables:
10046
13557
   CC          C compiler command
10047
 
@@ -1803,11 +1807,6 @@
 
13558
@@ -1803,11 +1703,6 @@
10048
13559
   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
10049
13560
               you have headers in a nonstandard directory <include dir>
10050
13561
   CPP         C preprocessor
10056
13567
   PKG_CONFIG  path to pkg-config utility
10057
13568
   XMKMF       Path to xmkmf, Makefile generator for X Window System
10058
13569
   LIBCANBERRA_GTK_CFLAGS
10059
 
@@ -1893,6 +1892,12 @@
 
13570
@@ -1893,6 +1788,12 @@
10060
13571
               linker flags for POLKIT_GNOME, overriding pkg-config
10061
13572
   HAL_CFLAGS  C compiler flags for HAL, overriding pkg-config
10062
13573
   HAL_LIBS    linker flags for HAL, overriding pkg-config
10069
13580
 
10070
13581
 Use these variables to override the choices made by `configure' or to help
10071
13582
 it to find libraries and programs with nonstandard names/locations.
10072
 
@@ -5044,8 +5049,9 @@
10073
 
 # FIXME: we rely on the cache variable name because
10074
 
 # there is no other way.
10075
 
 set dummy $CC
10076
 
-ac_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
10077
 
-if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
10078
 
+am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
10079
 
+eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
10080
 
+if test "$am_t" != yes; then
10081
 
    # Losing compiler, so override with the script.
10082
 
    # FIXME: It is wrong to rewrite CC.
10083
 
    # But if we don't then we get into trouble of one sort or another.
10084
 
@@ -5604,78 +5610,31 @@
 
13583
@@ -1905,17 +1806,15 @@
 
13584
 if test "$ac_init_help" = "recursive"; then
 
13585
   # If there are subdirs, report their specific --help.
 
13586
   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
 
13587
-    test -d "$ac_dir" ||
 
13588
-      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
 
13589
-      continue
 
13590
+    test -d "$ac_dir" || continue
 
13591
     ac_builddir=.
 
13592
 
 
13593
 case "$ac_dir" in
 
13594
 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
13595
 *)
 
13596
-  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
 
13597
+  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 
13598
   # A ".." for each directory in $ac_dir_suffix.
 
13599
-  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
 
13600
+  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 
13601
   case $ac_top_builddir_sub in
 
13602
   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
13603
   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 
13604
@@ -1951,7 +1850,7 @@
 
13605
       echo &&
 
13606
       $SHELL "$ac_srcdir/configure" --help=recursive
 
13607
     else
 
13608
-      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
 
13609
+      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
 
13610
     fi || ac_status=$?
 
13611
     cd "$ac_pwd" || { ac_status=$?; break; }
 
13612
   done
 
13613
@@ -1961,10 +1860,10 @@
 
13614
 if $ac_init_version; then
 
13615
   cat <<\_ACEOF
 
13616
 gnome-control-center configure 2.26.0
 
13617
-generated by GNU Autoconf 2.62
 
13618
+generated by GNU Autoconf 2.61
 
13619
 
 
13620
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 
13621
-2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
13622
+2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
13623
 This configure script is free software; the Free Software Foundation
 
13624
 gives unlimited permission to copy, distribute and modify it.
 
13625
 _ACEOF
 
13626
@@ -1975,7 +1874,7 @@
 
13627
 running configure, to aid debugging if configure makes a mistake.
 
13628
 
 
13629
 It was created by gnome-control-center $as_me 2.26.0, which was
 
13630
-generated by GNU Autoconf 2.62.  Invocation command line was
 
13631
+generated by GNU Autoconf 2.61.  Invocation command line was
 
13632
 
 
13633
   $ $0 $@
 
13634
 
 
13635
@@ -2011,7 +1910,7 @@
 
13636
 do
 
13637
   IFS=$as_save_IFS
 
13638
   test -z "$as_dir" && as_dir=.
 
13639
-  $as_echo "PATH: $as_dir"
 
13640
+  echo "PATH: $as_dir"
 
13641
 done
 
13642
 IFS=$as_save_IFS
 
13643
 
 
13644
@@ -2046,7 +1945,7 @@
 
13645
     | -silent | --silent | --silen | --sile | --sil)
 
13646
       continue ;;
 
13647
     *\'*)
 
13648
-      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
13649
+      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
13650
     esac
 
13651
     case $ac_pass in
 
13652
     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
 
13653
@@ -2098,12 +1997,11 @@
 
13654
     case $ac_val in #(
 
13655
     *${as_nl}*)
 
13656
       case $ac_var in #(
 
13657
-      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
 
13658
-$as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
 
13659
+      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
 
13660
+echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
 
13661
       esac
 
13662
       case $ac_var in #(
 
13663
       _ | IFS | as_nl) ;; #(
 
13664
-      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
 
13665
       *) $as_unset $ac_var ;;
 
13666
       esac ;;
 
13667
     esac
 
13668
@@ -2133,9 +2031,9 @@
 
13669
     do
 
13670
       eval ac_val=\$$ac_var
 
13671
       case $ac_val in
 
13672
-      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 
13673
+      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 
13674
       esac
 
13675
-      $as_echo "$ac_var='\''$ac_val'\''"
 
13676
+      echo "$ac_var='\''$ac_val'\''"
 
13677
     done | sort
 
13678
     echo
 
13679
 
 
13680
@@ -2150,9 +2048,9 @@
 
13681
       do
 
13682
        eval ac_val=\$$ac_var
 
13683
        case $ac_val in
 
13684
-       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 
13685
+       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 
13686
        esac
 
13687
-       $as_echo "$ac_var='\''$ac_val'\''"
 
13688
+       echo "$ac_var='\''$ac_val'\''"
 
13689
       done | sort
 
13690
       echo
 
13691
     fi
 
13692
@@ -2168,8 +2066,8 @@
 
13693
       echo
 
13694
     fi
 
13695
     test "$ac_signal" != 0 &&
 
13696
-      $as_echo "$as_me: caught signal $ac_signal"
 
13697
-    $as_echo "$as_me: exit $exit_status"
 
13698
+      echo "$as_me: caught signal $ac_signal"
 
13699
+    echo "$as_me: exit $exit_status"
 
13700
   } >&5
 
13701
   rm -f core *.core core.conftest.* &&
 
13702
     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
 
13703
@@ -2211,24 +2109,21 @@
 
13704
 
 
13705
 
 
13706
 # Let the site file select an alternate cache file if it wants to.
 
13707
-# Prefer an explicitly selected file to automatically selected ones.
 
13708
-ac_site_file1=NONE
 
13709
-ac_site_file2=NONE
 
13710
+# Prefer explicitly selected file to automatically selected ones.
 
13711
 if test -n "$CONFIG_SITE"; then
 
13712
-  ac_site_file1=$CONFIG_SITE
 
13713
+  set x "$CONFIG_SITE"
 
13714
 elif test "x$prefix" != xNONE; then
 
13715
-  ac_site_file1=$prefix/share/config.site
 
13716
-  ac_site_file2=$prefix/etc/config.site
 
13717
+  set x "$prefix/share/config.site" "$prefix/etc/config.site"
 
13718
 else
 
13719
-  ac_site_file1=$ac_default_prefix/share/config.site
 
13720
-  ac_site_file2=$ac_default_prefix/etc/config.site
 
13721
+  set x "$ac_default_prefix/share/config.site" \
 
13722
+       "$ac_default_prefix/etc/config.site"
 
13723
 fi
 
13724
-for ac_site_file in "$ac_site_file1" "$ac_site_file2"
 
13725
+shift
 
13726
+for ac_site_file
 
13727
 do
 
13728
-  test "x$ac_site_file" = xNONE && continue
 
13729
   if test -r "$ac_site_file"; then
 
13730
-    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
 
13731
-$as_echo "$as_me: loading site script $ac_site_file" >&6;}
 
13732
+    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
 
13733
+echo "$as_me: loading site script $ac_site_file" >&6;}
 
13734
     sed 's/^/| /' "$ac_site_file" >&5
 
13735
     . "$ac_site_file"
 
13736
   fi
 
13737
@@ -2238,16 +2133,16 @@
 
13738
   # Some versions of bash will fail to source /dev/null (special
 
13739
   # files actually), so we avoid doing that.
 
13740
   if test -f "$cache_file"; then
 
13741
-    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
 
13742
-$as_echo "$as_me: loading cache $cache_file" >&6;}
 
13743
+    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
 
13744
+echo "$as_me: loading cache $cache_file" >&6;}
 
13745
     case $cache_file in
 
13746
       [\\/]* | ?:[\\/]* ) . "$cache_file";;
 
13747
       *)                      . "./$cache_file";;
 
13748
     esac
 
13749
   fi
 
13750
 else
 
13751
-  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
 
13752
-$as_echo "$as_me: creating cache $cache_file" >&6;}
 
13753
+  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
 
13754
+echo "$as_me: creating cache $cache_file" >&6;}
 
13755
   >$cache_file
 
13756
 fi
 
13757
 
 
13758
@@ -2261,38 +2156,29 @@
 
13759
   eval ac_new_val=\$ac_env_${ac_var}_value
 
13760
   case $ac_old_set,$ac_new_set in
 
13761
     set,)
 
13762
-      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
 
13763
-$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
 
13764
+      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
 
13765
+echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
 
13766
       ac_cache_corrupted=: ;;
 
13767
     ,set)
 
13768
-      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
 
13769
-$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
 
13770
+      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
 
13771
+echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
 
13772
       ac_cache_corrupted=: ;;
 
13773
     ,);;
 
13774
     *)
 
13775
       if test "x$ac_old_val" != "x$ac_new_val"; then
 
13776
-       # differences in whitespace do not lead to failure.
 
13777
-       ac_old_val_w=`echo x $ac_old_val`
 
13778
-       ac_new_val_w=`echo x $ac_new_val`
 
13779
-       if test "$ac_old_val_w" != "$ac_new_val_w"; then
 
13780
-         { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
 
13781
-$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
 
13782
-         ac_cache_corrupted=:
 
13783
-       else
 
13784
-         { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
 
13785
-$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
 
13786
-         eval $ac_var=\$ac_old_val
 
13787
-       fi
 
13788
-       { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
 
13789
-$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
 
13790
-       { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
 
13791
-$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
 
13792
+       { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
 
13793
+echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
 
13794
+       { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
 
13795
+echo "$as_me:   former value:  $ac_old_val" >&2;}
 
13796
+       { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
 
13797
+echo "$as_me:   current value: $ac_new_val" >&2;}
 
13798
+       ac_cache_corrupted=:
 
13799
       fi;;
 
13800
   esac
 
13801
   # Pass precious variables to config.status.
 
13802
   if test "$ac_new_set" = set; then
 
13803
     case $ac_new_val in
 
13804
-    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
 
13805
+    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
 
13806
     *) ac_arg=$ac_var=$ac_new_val ;;
 
13807
     esac
 
13808
     case " $ac_configure_args " in
 
13809
@@ -2302,10 +2188,10 @@
 
13810
   fi
 
13811
 done
 
13812
 if $ac_cache_corrupted; then
 
13813
-  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
 
13814
-$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
 
13815
-  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
 
13816
-$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
 
13817
+  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
 
13818
+echo "$as_me: error: changes in the environment can compromise the build" >&2;}
 
13819
+  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
 
13820
+echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
 
13821
    { (exit 1); exit 1; }; }
 
13822
 fi
 
13823
 
 
13824
@@ -2365,8 +2251,8 @@
 
13825
   fi
 
13826
 done
 
13827
 if test -z "$ac_aux_dir"; then
 
13828
-  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
 
13829
-$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
 
13830
+  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
 
13831
+echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
 
13832
    { (exit 1); exit 1; }; }
 
13833
 fi
 
13834
 
 
13835
@@ -2392,12 +2278,11 @@
 
13836
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 
13837
 # OS/2's system install, which has a completely different semantic
 
13838
 # ./install, which can be erroneously created by make from ./install.sh.
 
13839
-# Reject install programs that cannot install multiple files.
 
13840
-{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 
13841
-$as_echo_n "checking for a BSD-compatible install... " >&6; }
 
13842
+{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 
13843
+echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
 
13844
 if test -z "$INSTALL"; then
 
13845
 if test "${ac_cv_path_install+set}" = set; then
 
13846
-  $as_echo_n "(cached) " >&6
 
13847
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
13848
 else
 
13849
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
13850
 for as_dir in $PATH
 
13851
@@ -2426,29 +2311,17 @@
 
13852
            # program-specific install script used by HP pwplus--don't use.
 
13853
            :
 
13854
          else
 
13855
-           rm -rf conftest.one conftest.two conftest.dir
 
13856
-           echo one > conftest.one
 
13857
-           echo two > conftest.two
 
13858
-           mkdir conftest.dir
 
13859
-           if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
 
13860
-             test -s conftest.one && test -s conftest.two &&
 
13861
-             test -s conftest.dir/conftest.one &&
 
13862
-             test -s conftest.dir/conftest.two
 
13863
-           then
 
13864
-             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
 
13865
-             break 3
 
13866
-           fi
 
13867
+           ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
 
13868
+           break 3
 
13869
          fi
 
13870
        fi
 
13871
       done
 
13872
     done
 
13873
     ;;
 
13874
 esac
 
13875
-
 
13876
 done
 
13877
 IFS=$as_save_IFS
 
13878
 
 
13879
-rm -rf conftest.one conftest.two conftest.dir
 
13880
 
 
13881
 fi
 
13882
   if test "${ac_cv_path_install+set}" = set; then
 
13883
@@ -2461,8 +2334,8 @@
 
13884
     INSTALL=$ac_install_sh
 
13885
   fi
 
13886
 fi
 
13887
-{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
 
13888
-$as_echo "$INSTALL" >&6; }
 
13889
+{ echo "$as_me:$LINENO: result: $INSTALL" >&5
 
13890
+echo "${ECHO_T}$INSTALL" >&6; }
 
13891
 
 
13892
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
 
13893
 # It thinks the first close brace ends the variable substitution.
 
13894
@@ -2472,8 +2345,8 @@
 
13895
 
 
13896
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 
13897
 
 
13898
-{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
 
13899
-$as_echo_n "checking whether build environment is sane... " >&6; }
 
13900
+{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
 
13901
+echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
 
13902
 # Just in case
 
13903
 sleep 1
 
13904
 echo timestamp > conftest.file
 
13905
@@ -2496,9 +2369,9 @@
 
13906
       # if, for instance, CONFIG_SHELL is bash and it inherits a
 
13907
       # broken ls alias from the environment.  This has actually
 
13908
       # happened.  Such a system could not be considered "sane".
 
13909
-      { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
 
13910
+      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
 
13911
 alias in your environment" >&5
 
13912
-$as_echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
 
13913
+echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
 
13914
 alias in your environment" >&2;}
 
13915
    { (exit 1); exit 1; }; }
 
13916
    fi
 
13917
@@ -2509,23 +2382,26 @@
 
13918
    # Ok.
 
13919
    :
 
13920
 else
 
13921
-   { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
 
13922
+   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
 
13923
 Check your system clock" >&5
 
13924
-$as_echo "$as_me: error: newly created file is older than distributed files!
 
13925
+echo "$as_me: error: newly created file is older than distributed files!
 
13926
 Check your system clock" >&2;}
 
13927
    { (exit 1); exit 1; }; }
 
13928
 fi
 
13929
-{ $as_echo "$as_me:$LINENO: result: yes" >&5
 
13930
-$as_echo "yes" >&6; }
 
13931
+{ echo "$as_me:$LINENO: result: yes" >&5
 
13932
+echo "${ECHO_T}yes" >&6; }
 
13933
 test "$program_prefix" != NONE &&
 
13934
   program_transform_name="s&^&$program_prefix&;$program_transform_name"
 
13935
 # Use a double $ so make ignores it.
 
13936
 test "$program_suffix" != NONE &&
 
13937
   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
 
13938
-# Double any \ or $.
 
13939
+# Double any \ or $.  echo might interpret backslashes.
 
13940
 # By default was `s,x,x', remove it if useless.
 
13941
-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
 
13942
-program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
 
13943
+cat <<\_ACEOF >conftest.sed
 
13944
+s/[\\$]/&&/g;s/;s,x,x,$//
 
13945
+_ACEOF
 
13946
+program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
 
13947
+rm -f conftest.sed
 
13948
 
 
13949
 # expand $ac_aux_dir to an absolute path
 
13950
 am_aux_dir=`cd $ac_aux_dir && pwd`
 
13951
@@ -2536,15 +2412,15 @@
 
13952
   am_missing_run="$MISSING --run "
 
13953
 else
 
13954
   am_missing_run=
 
13955
-  { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
 
13956
-$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
 
13957
+  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
 
13958
+echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
 
13959
 fi
 
13960
 
 
13961
-{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
 
13962
-$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
 
13963
+{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
 
13964
+echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
 
13965
 if test -z "$MKDIR_P"; then
 
13966
   if test "${ac_cv_path_mkdir+set}" = set; then
 
13967
-  $as_echo_n "(cached) " >&6
 
13968
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
13969
 else
 
13970
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
13971
 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
 
13972
@@ -2579,8 +2455,8 @@
 
13973
     MKDIR_P="$ac_install_sh -d"
 
13974
   fi
 
13975
 fi
 
13976
-{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
 
13977
-$as_echo "$MKDIR_P" >&6; }
 
13978
+{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5
 
13979
+echo "${ECHO_T}$MKDIR_P" >&6; }
 
13980
 
 
13981
 mkdir_p="$MKDIR_P"
 
13982
 case $mkdir_p in
 
13983
@@ -2592,10 +2468,10 @@
 
13984
 do
 
13985
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 
13986
 set dummy $ac_prog; ac_word=$2
 
13987
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
13988
-$as_echo_n "checking for $ac_word... " >&6; }
 
13989
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
13990
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
13991
 if test "${ac_cv_prog_AWK+set}" = set; then
 
13992
-  $as_echo_n "(cached) " >&6
 
13993
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
13994
 else
 
13995
   if test -n "$AWK"; then
 
13996
   ac_cv_prog_AWK="$AWK" # Let the user override the test.
 
13997
@@ -2608,7 +2484,7 @@
 
13998
   for ac_exec_ext in '' $ac_executable_extensions; do
 
13999
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
14000
     ac_cv_prog_AWK="$ac_prog"
 
14001
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
14002
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
14003
     break 2
 
14004
   fi
 
14005
 done
 
14006
@@ -2619,23 +2495,22 @@
 
14007
 fi
 
14008
 AWK=$ac_cv_prog_AWK
 
14009
 if test -n "$AWK"; then
 
14010
-  { $as_echo "$as_me:$LINENO: result: $AWK" >&5
 
14011
-$as_echo "$AWK" >&6; }
 
14012
+  { echo "$as_me:$LINENO: result: $AWK" >&5
 
14013
+echo "${ECHO_T}$AWK" >&6; }
 
14014
 else
 
14015
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
14016
-$as_echo "no" >&6; }
 
14017
+  { echo "$as_me:$LINENO: result: no" >&5
 
14018
+echo "${ECHO_T}no" >&6; }
 
14019
 fi
 
14020
 
 
14021
 
 
14022
   test -n "$AWK" && break
 
14023
 done
 
14024
 
 
14025
-{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
 
14026
-$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
 
14027
-set x ${MAKE-make}
 
14028
-ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
 
14029
+{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
 
14030
+echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
 
14031
+set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
 
14032
 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
 
14033
-  $as_echo_n "(cached) " >&6
 
14034
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
14035
 else
 
14036
   cat >conftest.make <<\_ACEOF
 
14037
 SHELL = /bin/sh
 
14038
@@ -2652,12 +2527,12 @@
 
14039
 rm -f conftest.make
 
14040
 fi
 
14041
 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
 
14042
-  { $as_echo "$as_me:$LINENO: result: yes" >&5
 
14043
-$as_echo "yes" >&6; }
 
14044
+  { echo "$as_me:$LINENO: result: yes" >&5
 
14045
+echo "${ECHO_T}yes" >&6; }
 
14046
   SET_MAKE=
 
14047
 else
 
14048
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
14049
-$as_echo "no" >&6; }
 
14050
+  { echo "$as_me:$LINENO: result: no" >&5
 
14051
+echo "${ECHO_T}no" >&6; }
 
14052
   SET_MAKE="MAKE=${MAKE-make}"
 
14053
 fi
 
14054
 
 
14055
@@ -2676,8 +2551,8 @@
 
14056
   am__isrc=' -I$(srcdir)'
 
14057
   # test to see if srcdir already configured
 
14058
   if test -f $srcdir/config.status; then
 
14059
-    { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
 
14060
-$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
 
14061
+    { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
 
14062
+echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
 
14063
    { (exit 1); exit 1; }; }
 
14064
   fi
 
14065
 fi
 
14066
@@ -2732,10 +2607,10 @@
 
14067
   if test -n "$ac_tool_prefix"; then
 
14068
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 
14069
 set dummy ${ac_tool_prefix}strip; ac_word=$2
 
14070
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
14071
-$as_echo_n "checking for $ac_word... " >&6; }
 
14072
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
14073
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
14074
 if test "${ac_cv_prog_STRIP+set}" = set; then
 
14075
-  $as_echo_n "(cached) " >&6
 
14076
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
14077
 else
 
14078
   if test -n "$STRIP"; then
 
14079
   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
 
14080
@@ -2748,7 +2623,7 @@
 
14081
   for ac_exec_ext in '' $ac_executable_extensions; do
 
14082
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
14083
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
 
14084
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
14085
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
14086
     break 2
 
14087
   fi
 
14088
 done
 
14089
@@ -2759,11 +2634,11 @@
 
14090
 fi
 
14091
 STRIP=$ac_cv_prog_STRIP
 
14092
 if test -n "$STRIP"; then
 
14093
-  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
 
14094
-$as_echo "$STRIP" >&6; }
 
14095
+  { echo "$as_me:$LINENO: result: $STRIP" >&5
 
14096
+echo "${ECHO_T}$STRIP" >&6; }
 
14097
 else
 
14098
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
14099
-$as_echo "no" >&6; }
 
14100
+  { echo "$as_me:$LINENO: result: no" >&5
 
14101
+echo "${ECHO_T}no" >&6; }
 
14102
 fi
 
14103
 
 
14104
 
 
14105
@@ -2772,10 +2647,10 @@
 
14106
   ac_ct_STRIP=$STRIP
 
14107
   # Extract the first word of "strip", so it can be a program name with args.
 
14108
 set dummy strip; ac_word=$2
 
14109
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
14110
-$as_echo_n "checking for $ac_word... " >&6; }
 
14111
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
14112
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
14113
 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
 
14114
-  $as_echo_n "(cached) " >&6
 
14115
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
14116
 else
 
14117
   if test -n "$ac_ct_STRIP"; then
 
14118
   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
 
14119
@@ -2788,7 +2663,7 @@
 
14120
   for ac_exec_ext in '' $ac_executable_extensions; do
 
14121
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
14122
     ac_cv_prog_ac_ct_STRIP="strip"
 
14123
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
14124
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
14125
     break 2
 
14126
   fi
 
14127
 done
 
14128
@@ -2799,11 +2674,11 @@
 
14129
 fi
 
14130
 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
 
14131
 if test -n "$ac_ct_STRIP"; then
 
14132
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 
14133
-$as_echo "$ac_ct_STRIP" >&6; }
 
14134
+  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 
14135
+echo "${ECHO_T}$ac_ct_STRIP" >&6; }
 
14136
 else
 
14137
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
14138
-$as_echo "no" >&6; }
 
14139
+  { echo "$as_me:$LINENO: result: no" >&5
 
14140
+echo "${ECHO_T}no" >&6; }
 
14141
 fi
 
14142
 
 
14143
   if test "x$ac_ct_STRIP" = x; then
 
14144
@@ -2811,10 +2686,10 @@
 
14145
   else
 
14146
     case $cross_compiling:$ac_tool_warned in
 
14147
 yes:)
 
14148
-{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
14149
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
14150
 whose name does not start with the host triplet.  If you think this
 
14151
 configuration is useful to you, please write to autoconf@gnu.org." >&5
 
14152
-$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
14153
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
14154
 whose name does not start with the host triplet.  If you think this
 
14155
 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
14156
 ac_tool_warned=yes ;;
 
14157
@@ -2835,8 +2710,8 @@
 
14158
 AMTAR=${AMTAR-"${am_missing_run}tar"}
 
14159
 
 
14160
 
 
14161
-{ $as_echo "$as_me:$LINENO: checking how to create a ustar tar archive" >&5
 
14162
-$as_echo_n "checking how to create a ustar tar archive... " >&6; }
 
14163
+{ echo "$as_me:$LINENO: checking how to create a ustar tar archive" >&5
 
14164
+echo $ECHO_N "checking how to create a ustar tar archive... $ECHO_C" >&6; }
 
14165
 # Loop over all known methods to create a tar archive until one works.
 
14166
 _am_tools='gnutar plaintar pax cpio none'
 
14167
 _am_tools=${am_cv_prog_tar_ustar-$_am_tools}
 
14168
@@ -2909,20 +2784,20 @@
 
14169
 rm -rf conftest.dir
 
14170
 
 
14171
 if test "${am_cv_prog_tar_ustar+set}" = set; then
 
14172
-  $as_echo_n "(cached) " >&6
 
14173
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
14174
 else
 
14175
   am_cv_prog_tar_ustar=$_am_tool
 
14176
 fi
 
14177
 
 
14178
-{ $as_echo "$as_me:$LINENO: result: $am_cv_prog_tar_ustar" >&5
 
14179
-$as_echo "$am_cv_prog_tar_ustar" >&6; }
 
14180
+{ echo "$as_me:$LINENO: result: $am_cv_prog_tar_ustar" >&5
 
14181
+echo "${ECHO_T}$am_cv_prog_tar_ustar" >&6; }
 
14182
 
 
14183
 
 
14184
 
 
14185
 
 
14186
 
 
14187
-{ $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
 
14188
-$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
 
14189
+{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
 
14190
+echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
 
14191
     # Check whether --enable-maintainer-mode was given.
 
14192
 if test "${enable_maintainer_mode+set}" = set; then
 
14193
   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
 
14194
@@ -2930,8 +2805,8 @@
 
14195
   USE_MAINTAINER_MODE=no
 
14196
 fi
 
14197
 
 
14198
-  { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
 
14199
-$as_echo "$USE_MAINTAINER_MODE" >&6; }
 
14200
+  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
 
14201
+echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
 
14202
    if test $USE_MAINTAINER_MODE = yes; then
 
14203
   MAINTAINER_MODE_TRUE=
 
14204
   MAINTAINER_MODE_FALSE='#'
 
14205
@@ -2956,8 +2831,8 @@
 
14206
 .PHONY: am__doit
 
14207
 END
 
14208
 # If we don't find an include directive, just comment out the code.
 
14209
-{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
 
14210
-$as_echo_n "checking for style of include used by $am_make... " >&6; }
 
14211
+{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
 
14212
+echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
 
14213
 am__include="#"
 
14214
 am__quote=
 
14215
 _am_result=none
 
14216
@@ -2984,8 +2859,8 @@
 
14217
 fi
 
14218
 
 
14219
 
 
14220
-{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5
 
14221
-$as_echo "$_am_result" >&6; }
 
14222
+{ echo "$as_me:$LINENO: result: $_am_result" >&5
 
14223
+echo "${ECHO_T}$_am_result" >&6; }
 
14224
 rm -f confinc confmf
 
14225
 
 
14226
 # Check whether --enable-dependency-tracking was given.
 
14227
@@ -3014,10 +2889,10 @@
 
14228
 if test -n "$ac_tool_prefix"; then
 
14229
   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
 
14230
 set dummy ${ac_tool_prefix}gcc; ac_word=$2
 
14231
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
14232
-$as_echo_n "checking for $ac_word... " >&6; }
 
14233
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
14234
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
14235
 if test "${ac_cv_prog_CC+set}" = set; then
 
14236
-  $as_echo_n "(cached) " >&6
 
14237
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
14238
 else
 
14239
   if test -n "$CC"; then
 
14240
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
14241
@@ -3030,7 +2905,7 @@
 
14242
   for ac_exec_ext in '' $ac_executable_extensions; do
 
14243
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
14244
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
 
14245
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
14246
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
14247
     break 2
 
14248
   fi
 
14249
 done
 
14250
@@ -3041,11 +2916,11 @@
 
14251
 fi
 
14252
 CC=$ac_cv_prog_CC
 
14253
 if test -n "$CC"; then
 
14254
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
14255
-$as_echo "$CC" >&6; }
 
14256
+  { echo "$as_me:$LINENO: result: $CC" >&5
 
14257
+echo "${ECHO_T}$CC" >&6; }
 
14258
 else
 
14259
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
14260
-$as_echo "no" >&6; }
 
14261
+  { echo "$as_me:$LINENO: result: no" >&5
 
14262
+echo "${ECHO_T}no" >&6; }
 
14263
 fi
 
14264
 
 
14265
 
 
14266
@@ -3054,10 +2929,10 @@
 
14267
   ac_ct_CC=$CC
 
14268
   # Extract the first word of "gcc", so it can be a program name with args.
 
14269
 set dummy gcc; ac_word=$2
 
14270
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
14271
-$as_echo_n "checking for $ac_word... " >&6; }
 
14272
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
14273
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
14274
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 
14275
-  $as_echo_n "(cached) " >&6
 
14276
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
14277
 else
 
14278
   if test -n "$ac_ct_CC"; then
 
14279
   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
 
14280
@@ -3070,7 +2945,7 @@
 
14281
   for ac_exec_ext in '' $ac_executable_extensions; do
 
14282
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
14283
     ac_cv_prog_ac_ct_CC="gcc"
 
14284
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
14285
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
14286
     break 2
 
14287
   fi
 
14288
 done
 
14289
@@ -3081,11 +2956,11 @@
 
14290
 fi
 
14291
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 
14292
 if test -n "$ac_ct_CC"; then
 
14293
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
14294
-$as_echo "$ac_ct_CC" >&6; }
 
14295
+  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
14296
+echo "${ECHO_T}$ac_ct_CC" >&6; }
 
14297
 else
 
14298
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
14299
-$as_echo "no" >&6; }
 
14300
+  { echo "$as_me:$LINENO: result: no" >&5
 
14301
+echo "${ECHO_T}no" >&6; }
 
14302
 fi
 
14303
 
 
14304
   if test "x$ac_ct_CC" = x; then
 
14305
@@ -3093,10 +2968,10 @@
 
14306
   else
 
14307
     case $cross_compiling:$ac_tool_warned in
 
14308
 yes:)
 
14309
-{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
14310
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
14311
 whose name does not start with the host triplet.  If you think this
 
14312
 configuration is useful to you, please write to autoconf@gnu.org." >&5
 
14313
-$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
14314
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
14315
 whose name does not start with the host triplet.  If you think this
 
14316
 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
14317
 ac_tool_warned=yes ;;
 
14318
@@ -3111,10 +2986,10 @@
 
14319
           if test -n "$ac_tool_prefix"; then
 
14320
     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
 
14321
 set dummy ${ac_tool_prefix}cc; ac_word=$2
 
14322
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
14323
-$as_echo_n "checking for $ac_word... " >&6; }
 
14324
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
14325
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
14326
 if test "${ac_cv_prog_CC+set}" = set; then
 
14327
-  $as_echo_n "(cached) " >&6
 
14328
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
14329
 else
 
14330
   if test -n "$CC"; then
 
14331
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
14332
@@ -3127,7 +3002,7 @@
 
14333
   for ac_exec_ext in '' $ac_executable_extensions; do
 
14334
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
14335
     ac_cv_prog_CC="${ac_tool_prefix}cc"
 
14336
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
14337
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
14338
     break 2
 
14339
   fi
 
14340
 done
 
14341
@@ -3138,11 +3013,11 @@
 
14342
 fi
 
14343
 CC=$ac_cv_prog_CC
 
14344
 if test -n "$CC"; then
 
14345
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
14346
-$as_echo "$CC" >&6; }
 
14347
+  { echo "$as_me:$LINENO: result: $CC" >&5
 
14348
+echo "${ECHO_T}$CC" >&6; }
 
14349
 else
 
14350
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
14351
-$as_echo "no" >&6; }
 
14352
+  { echo "$as_me:$LINENO: result: no" >&5
 
14353
+echo "${ECHO_T}no" >&6; }
 
14354
 fi
 
14355
 
 
14356
 
 
14357
@@ -3151,10 +3026,10 @@
 
14358
 if test -z "$CC"; then
 
14359
   # Extract the first word of "cc", so it can be a program name with args.
 
14360
 set dummy cc; ac_word=$2
 
14361
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
14362
-$as_echo_n "checking for $ac_word... " >&6; }
 
14363
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
14364
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
14365
 if test "${ac_cv_prog_CC+set}" = set; then
 
14366
-  $as_echo_n "(cached) " >&6
 
14367
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
14368
 else
 
14369
   if test -n "$CC"; then
 
14370
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
14371
@@ -3172,7 +3047,7 @@
 
14372
        continue
 
14373
      fi
 
14374
     ac_cv_prog_CC="cc"
 
14375
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
14376
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
14377
     break 2
 
14378
   fi
 
14379
 done
 
14380
@@ -3195,11 +3070,11 @@
 
14381
 fi
 
14382
 CC=$ac_cv_prog_CC
 
14383
 if test -n "$CC"; then
 
14384
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
14385
-$as_echo "$CC" >&6; }
 
14386
+  { echo "$as_me:$LINENO: result: $CC" >&5
 
14387
+echo "${ECHO_T}$CC" >&6; }
 
14388
 else
 
14389
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
14390
-$as_echo "no" >&6; }
 
14391
+  { echo "$as_me:$LINENO: result: no" >&5
 
14392
+echo "${ECHO_T}no" >&6; }
 
14393
 fi
 
14394
 
 
14395
 
 
14396
@@ -3210,10 +3085,10 @@
 
14397
   do
 
14398
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 
14399
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 
14400
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
14401
-$as_echo_n "checking for $ac_word... " >&6; }
 
14402
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
14403
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
14404
 if test "${ac_cv_prog_CC+set}" = set; then
 
14405
-  $as_echo_n "(cached) " >&6
 
14406
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
14407
 else
 
14408
   if test -n "$CC"; then
 
14409
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
14410
@@ -3226,7 +3101,7 @@
 
14411
   for ac_exec_ext in '' $ac_executable_extensions; do
 
14412
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
14413
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
 
14414
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
14415
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
14416
     break 2
 
14417
   fi
 
14418
 done
 
14419
@@ -3237,11 +3112,11 @@
 
14420
 fi
 
14421
 CC=$ac_cv_prog_CC
 
14422
 if test -n "$CC"; then
 
14423
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
14424
-$as_echo "$CC" >&6; }
 
14425
+  { echo "$as_me:$LINENO: result: $CC" >&5
 
14426
+echo "${ECHO_T}$CC" >&6; }
 
14427
 else
 
14428
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
14429
-$as_echo "no" >&6; }
 
14430
+  { echo "$as_me:$LINENO: result: no" >&5
 
14431
+echo "${ECHO_T}no" >&6; }
 
14432
 fi
 
14433
 
 
14434
 
 
14435
@@ -3254,10 +3129,10 @@
 
14436
 do
 
14437
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 
14438
 set dummy $ac_prog; ac_word=$2
 
14439
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
14440
-$as_echo_n "checking for $ac_word... " >&6; }
 
14441
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
14442
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
14443
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 
14444
-  $as_echo_n "(cached) " >&6
 
14445
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
14446
 else
 
14447
   if test -n "$ac_ct_CC"; then
 
14448
   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
 
14449
@@ -3270,7 +3145,7 @@
 
14450
   for ac_exec_ext in '' $ac_executable_extensions; do
 
14451
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
14452
     ac_cv_prog_ac_ct_CC="$ac_prog"
 
14453
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
14454
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
14455
     break 2
 
14456
   fi
 
14457
 done
 
14458
@@ -3281,11 +3156,11 @@
 
14459
 fi
 
14460
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 
14461
 if test -n "$ac_ct_CC"; then
 
14462
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
14463
-$as_echo "$ac_ct_CC" >&6; }
 
14464
+  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
14465
+echo "${ECHO_T}$ac_ct_CC" >&6; }
 
14466
 else
 
14467
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
14468
-$as_echo "no" >&6; }
 
14469
+  { echo "$as_me:$LINENO: result: no" >&5
 
14470
+echo "${ECHO_T}no" >&6; }
 
14471
 fi
 
14472
 
 
14473
 
 
14474
@@ -3297,10 +3172,10 @@
 
14475
   else
 
14476
     case $cross_compiling:$ac_tool_warned in
 
14477
 yes:)
 
14478
-{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
14479
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
14480
 whose name does not start with the host triplet.  If you think this
 
14481
 configuration is useful to you, please write to autoconf@gnu.org." >&5
 
14482
-$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
14483
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
14484
 whose name does not start with the host triplet.  If you think this
 
14485
 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
14486
 ac_tool_warned=yes ;;
 
14487
@@ -3312,48 +3187,44 @@
 
14488
 fi
 
14489
 
 
14490
 
 
14491
-test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
 
14492
+test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
 
14493
 See \`config.log' for more details." >&5
 
14494
-$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
 
14495
+echo "$as_me: error: no acceptable C compiler found in \$PATH
 
14496
 See \`config.log' for more details." >&2;}
 
14497
    { (exit 1); exit 1; }; }
 
14498
 
 
14499
 # Provide some information about the compiler.
 
14500
-$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
 
14501
-set X $ac_compile
 
14502
-ac_compiler=$2
 
14503
+echo "$as_me:$LINENO: checking for C compiler version" >&5
 
14504
+ac_compiler=`set X $ac_compile; echo $2`
 
14505
 { (ac_try="$ac_compiler --version >&5"
 
14506
 case "(($ac_try" in
 
14507
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
14508
   *) ac_try_echo=$ac_try;;
 
14509
 esac
 
14510
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
14511
-$as_echo "$ac_try_echo") >&5
 
14512
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
14513
   (eval "$ac_compiler --version >&5") 2>&5
 
14514
   ac_status=$?
 
14515
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
14516
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
14517
   (exit $ac_status); }
 
14518
 { (ac_try="$ac_compiler -v >&5"
 
14519
 case "(($ac_try" in
 
14520
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
14521
   *) ac_try_echo=$ac_try;;
 
14522
 esac
 
14523
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
14524
-$as_echo "$ac_try_echo") >&5
 
14525
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
14526
   (eval "$ac_compiler -v >&5") 2>&5
 
14527
   ac_status=$?
 
14528
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
14529
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
14530
   (exit $ac_status); }
 
14531
 { (ac_try="$ac_compiler -V >&5"
 
14532
 case "(($ac_try" in
 
14533
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
14534
   *) ac_try_echo=$ac_try;;
 
14535
 esac
 
14536
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
14537
-$as_echo "$ac_try_echo") >&5
 
14538
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
14539
   (eval "$ac_compiler -V >&5") 2>&5
 
14540
   ac_status=$?
 
14541
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
14542
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
14543
   (exit $ac_status); }
 
14544
 
 
14545
 cat >conftest.$ac_ext <<_ACEOF
 
14546
@@ -3372,22 +3243,27 @@
 
14547
 }
 
14548
 _ACEOF
 
14549
 ac_clean_files_save=$ac_clean_files
 
14550
-ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
 
14551
+ac_clean_files="$ac_clean_files a.out a.exe b.out"
 
14552
 # Try to create an executable without -o first, disregard a.out.
 
14553
 # It will help us diagnose broken compilers, and finding out an intuition
 
14554
 # of exeext.
 
14555
-{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
 
14556
-$as_echo_n "checking for C compiler default output file name... " >&6; }
 
14557
-ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
 
14558
-
 
14559
-# The possible output files:
 
14560
-ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
 
14561
-
 
14562
+{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
 
14563
+echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
 
14564
+ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
 
14565
+#
 
14566
+# List of possible output files, starting from the most likely.
 
14567
+# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
 
14568
+# only as a last resort.  b.out is created by i960 compilers.
 
14569
+ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
 
14570
+#
 
14571
+# The IRIX 6 linker writes into existing files which may not be
 
14572
+# executable, retaining their permissions.  Remove them first so a
 
14573
+# subsequent execution test works.
 
14574
 ac_rmfiles=
 
14575
 for ac_file in $ac_files
 
14576
 do
 
14577
   case $ac_file in
 
14578
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
 
14579
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
 
14580
     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
 
14581
   esac
 
14582
 done
 
14583
@@ -3398,11 +3274,10 @@
 
14584
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
14585
   *) ac_try_echo=$ac_try;;
 
14586
 esac
 
14587
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
14588
-$as_echo "$ac_try_echo") >&5
 
14589
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
14590
   (eval "$ac_link_default") 2>&5
 
14591
   ac_status=$?
 
14592
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
14593
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
14594
   (exit $ac_status); }; then
 
14595
   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
 
14596
 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
 
14597
@@ -3413,7 +3288,7 @@
 
14598
 do
 
14599
   test -f "$ac_file" || continue
 
14600
   case $ac_file in
 
14601
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
 
14602
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
 
14603
        ;;
 
14604
     [ab].out )
 
14605
        # We found the default executable, but exeext='' is most
 
14606
@@ -3440,15 +3315,15 @@
 
14607
   ac_file=''
 
14608
 fi
 
14609
 
 
14610
-{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
 
14611
-$as_echo "$ac_file" >&6; }
 
14612
+{ echo "$as_me:$LINENO: result: $ac_file" >&5
 
14613
+echo "${ECHO_T}$ac_file" >&6; }
 
14614
 if test -z "$ac_file"; then
 
14615
-  $as_echo "$as_me: failed program was:" >&5
 
14616
+  echo "$as_me: failed program was:" >&5
 
14617
 sed 's/^/| /' conftest.$ac_ext >&5
 
14618
 
 
14619
-{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
 
14620
+{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
 
14621
 See \`config.log' for more details." >&5
 
14622
-$as_echo "$as_me: error: C compiler cannot create executables
 
14623
+echo "$as_me: error: C compiler cannot create executables
 
14624
 See \`config.log' for more details." >&2;}
 
14625
    { (exit 77); exit 77; }; }
 
14626
 fi
 
14627
@@ -3457,8 +3332,8 @@
 
14628
 
 
14629
 # Check that the compiler produces executables we can run.  If not, either
 
14630
 # the compiler is broken, or we cross compile.
 
14631
-{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
 
14632
-$as_echo_n "checking whether the C compiler works... " >&6; }
 
14633
+{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
 
14634
+echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
 
14635
 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
 
14636
 # If not cross compiling, check that we can run a simple program.
 
14637
 if test "$cross_compiling" != yes; then
 
14638
@@ -3467,51 +3342,49 @@
 
14639
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
14640
   *) ac_try_echo=$ac_try;;
 
14641
 esac
 
14642
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
14643
-$as_echo "$ac_try_echo") >&5
 
14644
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
14645
   (eval "$ac_try") 2>&5
 
14646
   ac_status=$?
 
14647
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
14648
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
14649
   (exit $ac_status); }; }; then
 
14650
     cross_compiling=no
 
14651
   else
 
14652
     if test "$cross_compiling" = maybe; then
 
14653
        cross_compiling=yes
 
14654
     else
 
14655
-       { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
 
14656
+       { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
 
14657
 If you meant to cross compile, use \`--host'.
 
14658
 See \`config.log' for more details." >&5
 
14659
-$as_echo "$as_me: error: cannot run C compiled programs.
 
14660
+echo "$as_me: error: cannot run C compiled programs.
 
14661
 If you meant to cross compile, use \`--host'.
 
14662
 See \`config.log' for more details." >&2;}
 
14663
    { (exit 1); exit 1; }; }
 
14664
     fi
 
14665
   fi
 
14666
 fi
 
14667
-{ $as_echo "$as_me:$LINENO: result: yes" >&5
 
14668
-$as_echo "yes" >&6; }
 
14669
+{ echo "$as_me:$LINENO: result: yes" >&5
 
14670
+echo "${ECHO_T}yes" >&6; }
 
14671
 
 
14672
-rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
 
14673
+rm -f a.out a.exe conftest$ac_cv_exeext b.out
 
14674
 ac_clean_files=$ac_clean_files_save
 
14675
 # Check that the compiler produces executables we can run.  If not, either
 
14676
 # the compiler is broken, or we cross compile.
 
14677
-{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
 
14678
-$as_echo_n "checking whether we are cross compiling... " >&6; }
 
14679
-{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
 
14680
-$as_echo "$cross_compiling" >&6; }
 
14681
+{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
 
14682
+echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
 
14683
+{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
 
14684
+echo "${ECHO_T}$cross_compiling" >&6; }
 
14685
 
 
14686
-{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
 
14687
-$as_echo_n "checking for suffix of executables... " >&6; }
 
14688
+{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
 
14689
+echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
 
14690
 if { (ac_try="$ac_link"
 
14691
 case "(($ac_try" in
 
14692
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
14693
   *) ac_try_echo=$ac_try;;
 
14694
 esac
 
14695
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
14696
-$as_echo "$ac_try_echo") >&5
 
14697
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
14698
   (eval "$ac_link") 2>&5
 
14699
   ac_status=$?
 
14700
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
14701
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
14702
   (exit $ac_status); }; then
 
14703
   # If both `conftest.exe' and `conftest' are `present' (well, observable)
 
14704
 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
 
14705
@@ -3520,31 +3393,31 @@
 
14706
 for ac_file in conftest.exe conftest conftest.*; do
 
14707
   test -f "$ac_file" || continue
 
14708
   case $ac_file in
 
14709
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
 
14710
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
 
14711
     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
 
14712
          break;;
 
14713
     * ) break;;
 
14714
   esac
 
14715
 done
 
14716
 else
 
14717
-  { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
 
14718
+  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
 
14719
 See \`config.log' for more details." >&5
 
14720
-$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
 
14721
+echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
 
14722
 See \`config.log' for more details." >&2;}
 
14723
    { (exit 1); exit 1; }; }
 
14724
 fi
 
14725
 
 
14726
 rm -f conftest$ac_cv_exeext
 
14727
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
 
14728
-$as_echo "$ac_cv_exeext" >&6; }
 
14729
+{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
 
14730
+echo "${ECHO_T}$ac_cv_exeext" >&6; }
 
14731
 
 
14732
 rm -f conftest.$ac_ext
 
14733
 EXEEXT=$ac_cv_exeext
 
14734
 ac_exeext=$EXEEXT
 
14735
-{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
 
14736
-$as_echo_n "checking for suffix of object files... " >&6; }
 
14737
+{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
 
14738
+echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
 
14739
 if test "${ac_cv_objext+set}" = set; then
 
14740
-  $as_echo_n "(cached) " >&6
 
14741
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
14742
 else
 
14743
   cat >conftest.$ac_ext <<_ACEOF
 
14744
 /* confdefs.h.  */
 
14745
@@ -3567,41 +3440,40 @@
 
14746
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
14747
   *) ac_try_echo=$ac_try;;
 
14748
 esac
 
14749
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
14750
-$as_echo "$ac_try_echo") >&5
 
14751
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
14752
   (eval "$ac_compile") 2>&5
 
14753
   ac_status=$?
 
14754
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
14755
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
14756
   (exit $ac_status); }; then
 
14757
   for ac_file in conftest.o conftest.obj conftest.*; do
 
14758
   test -f "$ac_file" || continue;
 
14759
   case $ac_file in
 
14760
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
 
14761
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
 
14762
     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
 
14763
        break;;
 
14764
   esac
 
14765
 done
 
14766
 else
 
14767
-  $as_echo "$as_me: failed program was:" >&5
 
14768
+  echo "$as_me: failed program was:" >&5
 
14769
 sed 's/^/| /' conftest.$ac_ext >&5
 
14770
 
 
14771
-{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
 
14772
+{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
 
14773
 See \`config.log' for more details." >&5
 
14774
-$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
 
14775
+echo "$as_me: error: cannot compute suffix of object files: cannot compile
 
14776
 See \`config.log' for more details." >&2;}
 
14777
    { (exit 1); exit 1; }; }
 
14778
 fi
 
14779
 
 
14780
 rm -f conftest.$ac_cv_objext conftest.$ac_ext
 
14781
 fi
 
14782
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
 
14783
-$as_echo "$ac_cv_objext" >&6; }
 
14784
+{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
 
14785
+echo "${ECHO_T}$ac_cv_objext" >&6; }
 
14786
 OBJEXT=$ac_cv_objext
 
14787
 ac_objext=$OBJEXT
 
14788
-{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
 
14789
-$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
 
14790
+{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
 
14791
+echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
 
14792
 if test "${ac_cv_c_compiler_gnu+set}" = set; then
 
14793
-  $as_echo_n "(cached) " >&6
 
14794
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
14795
 else
 
14796
   cat >conftest.$ac_ext <<_ACEOF
 
14797
 /* confdefs.h.  */
 
14798
@@ -3627,21 +3499,20 @@
 
14799
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
14800
   *) ac_try_echo=$ac_try;;
 
14801
 esac
 
14802
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
14803
-$as_echo "$ac_try_echo") >&5
 
14804
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
14805
   (eval "$ac_compile") 2>conftest.er1
 
14806
   ac_status=$?
 
14807
   grep -v '^ *+' conftest.er1 >conftest.err
 
14808
   rm -f conftest.er1
 
14809
   cat conftest.err >&5
 
14810
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
14811
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
14812
   (exit $ac_status); } && {
 
14813
         test -z "$ac_c_werror_flag" ||
 
14814
         test ! -s conftest.err
 
14815
        } && test -s conftest.$ac_objext; then
 
14816
   ac_compiler_gnu=yes
 
14817
 else
 
14818
-  $as_echo "$as_me: failed program was:" >&5
 
14819
+  echo "$as_me: failed program was:" >&5
 
14820
 sed 's/^/| /' conftest.$ac_ext >&5
 
14821
 
 
14822
        ac_compiler_gnu=no
 
14823
@@ -3651,19 +3522,15 @@
 
14824
 ac_cv_c_compiler_gnu=$ac_compiler_gnu
 
14825
 
 
14826
 fi
 
14827
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
 
14828
-$as_echo "$ac_cv_c_compiler_gnu" >&6; }
 
14829
-if test $ac_compiler_gnu = yes; then
 
14830
-  GCC=yes
 
14831
-else
 
14832
-  GCC=
 
14833
-fi
 
14834
+{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
 
14835
+echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
 
14836
+GCC=`test $ac_compiler_gnu = yes && echo yes`
 
14837
 ac_test_CFLAGS=${CFLAGS+set}
 
14838
 ac_save_CFLAGS=$CFLAGS
 
14839
-{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
 
14840
-$as_echo_n "checking whether $CC accepts -g... " >&6; }
 
14841
+{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
 
14842
+echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
 
14843
 if test "${ac_cv_prog_cc_g+set}" = set; then
 
14844
-  $as_echo_n "(cached) " >&6
 
14845
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
14846
 else
 
14847
   ac_save_c_werror_flag=$ac_c_werror_flag
 
14848
    ac_c_werror_flag=yes
 
14849
@@ -3690,21 +3557,20 @@
 
14850
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
14851
   *) ac_try_echo=$ac_try;;
 
14852
 esac
 
14853
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
14854
-$as_echo "$ac_try_echo") >&5
 
14855
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
14856
   (eval "$ac_compile") 2>conftest.er1
 
14857
   ac_status=$?
 
14858
   grep -v '^ *+' conftest.er1 >conftest.err
 
14859
   rm -f conftest.er1
 
14860
   cat conftest.err >&5
 
14861
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
14862
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
14863
   (exit $ac_status); } && {
 
14864
         test -z "$ac_c_werror_flag" ||
 
14865
         test ! -s conftest.err
 
14866
        } && test -s conftest.$ac_objext; then
 
14867
   ac_cv_prog_cc_g=yes
 
14868
 else
 
14869
-  $as_echo "$as_me: failed program was:" >&5
 
14870
+  echo "$as_me: failed program was:" >&5
 
14871
 sed 's/^/| /' conftest.$ac_ext >&5
 
14872
 
 
14873
        CFLAGS=""
 
14874
@@ -3729,21 +3595,20 @@
 
14875
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
14876
   *) ac_try_echo=$ac_try;;
 
14877
 esac
 
14878
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
14879
-$as_echo "$ac_try_echo") >&5
 
14880
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
14881
   (eval "$ac_compile") 2>conftest.er1
 
14882
   ac_status=$?
 
14883
   grep -v '^ *+' conftest.er1 >conftest.err
 
14884
   rm -f conftest.er1
 
14885
   cat conftest.err >&5
 
14886
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
14887
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
14888
   (exit $ac_status); } && {
 
14889
         test -z "$ac_c_werror_flag" ||
 
14890
         test ! -s conftest.err
 
14891
        } && test -s conftest.$ac_objext; then
 
14892
   :
 
14893
 else
 
14894
-  $as_echo "$as_me: failed program was:" >&5
 
14895
+  echo "$as_me: failed program was:" >&5
 
14896
 sed 's/^/| /' conftest.$ac_ext >&5
 
14897
 
 
14898
        ac_c_werror_flag=$ac_save_c_werror_flag
 
14899
@@ -3769,21 +3634,20 @@
 
14900
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
14901
   *) ac_try_echo=$ac_try;;
 
14902
 esac
 
14903
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
14904
-$as_echo "$ac_try_echo") >&5
 
14905
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
14906
   (eval "$ac_compile") 2>conftest.er1
 
14907
   ac_status=$?
 
14908
   grep -v '^ *+' conftest.er1 >conftest.err
 
14909
   rm -f conftest.er1
 
14910
   cat conftest.err >&5
 
14911
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
14912
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
14913
   (exit $ac_status); } && {
 
14914
         test -z "$ac_c_werror_flag" ||
 
14915
         test ! -s conftest.err
 
14916
        } && test -s conftest.$ac_objext; then
 
14917
   ac_cv_prog_cc_g=yes
 
14918
 else
 
14919
-  $as_echo "$as_me: failed program was:" >&5
 
14920
+  echo "$as_me: failed program was:" >&5
 
14921
 sed 's/^/| /' conftest.$ac_ext >&5
 
14922
 
 
14923
 
 
14924
@@ -3798,8 +3662,8 @@
 
14925
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
14926
    ac_c_werror_flag=$ac_save_c_werror_flag
 
14927
 fi
 
14928
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
 
14929
-$as_echo "$ac_cv_prog_cc_g" >&6; }
 
14930
+{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
 
14931
+echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
 
14932
 if test "$ac_test_CFLAGS" = set; then
 
14933
   CFLAGS=$ac_save_CFLAGS
 
14934
 elif test $ac_cv_prog_cc_g = yes; then
 
14935
@@ -3815,10 +3679,10 @@
 
14936
     CFLAGS=
 
14937
   fi
 
14938
 fi
 
14939
-{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
 
14940
-$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
 
14941
+{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
 
14942
+echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
 
14943
 if test "${ac_cv_prog_cc_c89+set}" = set; then
 
14944
-  $as_echo_n "(cached) " >&6
 
14945
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
14946
 else
 
14947
   ac_cv_prog_cc_c89=no
 
14948
 ac_save_CC=$CC
 
14949
@@ -3889,21 +3753,20 @@
 
14950
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
14951
   *) ac_try_echo=$ac_try;;
 
14952
 esac
 
14953
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
14954
-$as_echo "$ac_try_echo") >&5
 
14955
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
14956
   (eval "$ac_compile") 2>conftest.er1
 
14957
   ac_status=$?
 
14958
   grep -v '^ *+' conftest.er1 >conftest.err
 
14959
   rm -f conftest.er1
 
14960
   cat conftest.err >&5
 
14961
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
14962
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
14963
   (exit $ac_status); } && {
 
14964
         test -z "$ac_c_werror_flag" ||
 
14965
         test ! -s conftest.err
 
14966
        } && test -s conftest.$ac_objext; then
 
14967
   ac_cv_prog_cc_c89=$ac_arg
 
14968
 else
 
14969
-  $as_echo "$as_me: failed program was:" >&5
 
14970
+  echo "$as_me: failed program was:" >&5
 
14971
 sed 's/^/| /' conftest.$ac_ext >&5
 
14972
 
 
14973
 
 
14974
@@ -3919,15 +3782,15 @@
 
14975
 # AC_CACHE_VAL
 
14976
 case "x$ac_cv_prog_cc_c89" in
 
14977
   x)
 
14978
-    { $as_echo "$as_me:$LINENO: result: none needed" >&5
 
14979
-$as_echo "none needed" >&6; } ;;
 
14980
+    { echo "$as_me:$LINENO: result: none needed" >&5
 
14981
+echo "${ECHO_T}none needed" >&6; } ;;
 
14982
   xno)
 
14983
-    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
 
14984
-$as_echo "unsupported" >&6; } ;;
 
14985
+    { echo "$as_me:$LINENO: result: unsupported" >&5
 
14986
+echo "${ECHO_T}unsupported" >&6; } ;;
 
14987
   *)
 
14988
     CC="$CC $ac_cv_prog_cc_c89"
 
14989
-    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
 
14990
-$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
 
14991
+    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
 
14992
+echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
 
14993
 esac
 
14994
 
 
14995
 
 
14996
@@ -3939,10 +3802,10 @@
 
14997
 
 
14998
 depcc="$CC"   am_compiler_list=
 
14999
 
 
15000
-{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
15001
-$as_echo_n "checking dependency style of $depcc... " >&6; }
 
15002
+{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
15003
+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
 
15004
 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
 
15005
-  $as_echo_n "(cached) " >&6
 
15006
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
15007
 else
 
15008
   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
15009
   # We make a subdir and do the tests there.  Otherwise we can end up
 
15010
@@ -4030,8 +3893,8 @@
 
15011
 fi
 
15012
 
 
15013
 fi
 
15014
-{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 
15015
-$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
 
15016
+{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 
15017
+echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
 
15018
 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
 
15019
 
 
15020
  if
 
15021
@@ -4046,10 +3909,10 @@
 
15022
 
 
15023
 
 
15024
 
 
15025
-{ $as_echo "$as_me:$LINENO: checking for library containing strerror" >&5
 
15026
-$as_echo_n "checking for library containing strerror... " >&6; }
 
15027
+{ echo "$as_me:$LINENO: checking for library containing strerror" >&5
 
15028
+echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6; }
 
15029
 if test "${ac_cv_search_strerror+set}" = set; then
 
15030
-  $as_echo_n "(cached) " >&6
 
15031
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
15032
 else
 
15033
   ac_func_search_save_LIBS=$LIBS
 
15034
 cat >conftest.$ac_ext <<_ACEOF
 
15035
@@ -4087,30 +3950,26 @@
 
15036
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
15037
   *) ac_try_echo=$ac_try;;
 
15038
 esac
 
15039
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
15040
-$as_echo "$ac_try_echo") >&5
 
15041
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
15042
   (eval "$ac_link") 2>conftest.er1
 
15043
   ac_status=$?
 
15044
   grep -v '^ *+' conftest.er1 >conftest.err
 
15045
   rm -f conftest.er1
 
15046
   cat conftest.err >&5
 
15047
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15048
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15049
   (exit $ac_status); } && {
 
15050
         test -z "$ac_c_werror_flag" ||
 
15051
         test ! -s conftest.err
 
15052
-       } && test -s conftest$ac_exeext && {
 
15053
-        test "$cross_compiling" = yes ||
 
15054
-        $as_test_x conftest$ac_exeext
 
15055
-       }; then
 
15056
+       } && test -s conftest$ac_exeext &&
 
15057
+       $as_test_x conftest$ac_exeext; then
 
15058
   ac_cv_search_strerror=$ac_res
 
15059
 else
 
15060
-  $as_echo "$as_me: failed program was:" >&5
 
15061
+  echo "$as_me: failed program was:" >&5
 
15062
 sed 's/^/| /' conftest.$ac_ext >&5
 
15063
 
 
15064
 
 
15065
 fi
 
15066
 
 
15067
-rm -rf conftest.dSYM
 
15068
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
15069
       conftest$ac_exeext
 
15070
   if test "${ac_cv_search_strerror+set}" = set; then
 
15071
@@ -4125,8 +3984,8 @@
 
15072
 rm conftest.$ac_ext
 
15073
 LIBS=$ac_func_search_save_LIBS
 
15074
 fi
 
15075
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
 
15076
-$as_echo "$ac_cv_search_strerror" >&6; }
 
15077
+{ echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
 
15078
+echo "${ECHO_T}$ac_cv_search_strerror" >&6; }
 
15079
 ac_res=$ac_cv_search_strerror
 
15080
 if test "$ac_res" != no; then
 
15081
   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
 
15082
@@ -4141,10 +4000,10 @@
 
15083
 if test -n "$ac_tool_prefix"; then
 
15084
   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
 
15085
 set dummy ${ac_tool_prefix}gcc; ac_word=$2
 
15086
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
15087
-$as_echo_n "checking for $ac_word... " >&6; }
 
15088
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
15089
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
15090
 if test "${ac_cv_prog_CC+set}" = set; then
 
15091
-  $as_echo_n "(cached) " >&6
 
15092
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
15093
 else
 
15094
   if test -n "$CC"; then
 
15095
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
15096
@@ -4157,7 +4016,7 @@
 
15097
   for ac_exec_ext in '' $ac_executable_extensions; do
 
15098
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
15099
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
 
15100
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
15101
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
15102
     break 2
 
15103
   fi
 
15104
 done
 
15105
@@ -4168,11 +4027,11 @@
 
15106
 fi
 
15107
 CC=$ac_cv_prog_CC
 
15108
 if test -n "$CC"; then
 
15109
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
15110
-$as_echo "$CC" >&6; }
 
15111
+  { echo "$as_me:$LINENO: result: $CC" >&5
 
15112
+echo "${ECHO_T}$CC" >&6; }
 
15113
 else
 
15114
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
15115
-$as_echo "no" >&6; }
 
15116
+  { echo "$as_me:$LINENO: result: no" >&5
 
15117
+echo "${ECHO_T}no" >&6; }
 
15118
 fi
 
15119
 
 
15120
 
 
15121
@@ -4181,10 +4040,10 @@
 
15122
   ac_ct_CC=$CC
 
15123
   # Extract the first word of "gcc", so it can be a program name with args.
 
15124
 set dummy gcc; ac_word=$2
 
15125
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
15126
-$as_echo_n "checking for $ac_word... " >&6; }
 
15127
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
15128
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
15129
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 
15130
-  $as_echo_n "(cached) " >&6
 
15131
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
15132
 else
 
15133
   if test -n "$ac_ct_CC"; then
 
15134
   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
 
15135
@@ -4197,7 +4056,7 @@
 
15136
   for ac_exec_ext in '' $ac_executable_extensions; do
 
15137
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
15138
     ac_cv_prog_ac_ct_CC="gcc"
 
15139
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
15140
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
15141
     break 2
 
15142
   fi
 
15143
 done
 
15144
@@ -4208,11 +4067,11 @@
 
15145
 fi
 
15146
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 
15147
 if test -n "$ac_ct_CC"; then
 
15148
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
15149
-$as_echo "$ac_ct_CC" >&6; }
 
15150
+  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
15151
+echo "${ECHO_T}$ac_ct_CC" >&6; }
 
15152
 else
 
15153
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
15154
-$as_echo "no" >&6; }
 
15155
+  { echo "$as_me:$LINENO: result: no" >&5
 
15156
+echo "${ECHO_T}no" >&6; }
 
15157
 fi
 
15158
 
 
15159
   if test "x$ac_ct_CC" = x; then
 
15160
@@ -4220,10 +4079,10 @@
 
15161
   else
 
15162
     case $cross_compiling:$ac_tool_warned in
 
15163
 yes:)
 
15164
-{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
15165
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
15166
 whose name does not start with the host triplet.  If you think this
 
15167
 configuration is useful to you, please write to autoconf@gnu.org." >&5
 
15168
-$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
15169
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
15170
 whose name does not start with the host triplet.  If you think this
 
15171
 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
15172
 ac_tool_warned=yes ;;
 
15173
@@ -4238,10 +4097,10 @@
 
15174
           if test -n "$ac_tool_prefix"; then
 
15175
     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
 
15176
 set dummy ${ac_tool_prefix}cc; ac_word=$2
 
15177
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
15178
-$as_echo_n "checking for $ac_word... " >&6; }
 
15179
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
15180
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
15181
 if test "${ac_cv_prog_CC+set}" = set; then
 
15182
-  $as_echo_n "(cached) " >&6
 
15183
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
15184
 else
 
15185
   if test -n "$CC"; then
 
15186
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
15187
@@ -4254,7 +4113,7 @@
 
15188
   for ac_exec_ext in '' $ac_executable_extensions; do
 
15189
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
15190
     ac_cv_prog_CC="${ac_tool_prefix}cc"
 
15191
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
15192
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
15193
     break 2
 
15194
   fi
 
15195
 done
 
15196
@@ -4265,11 +4124,11 @@
 
15197
 fi
 
15198
 CC=$ac_cv_prog_CC
 
15199
 if test -n "$CC"; then
 
15200
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
15201
-$as_echo "$CC" >&6; }
 
15202
+  { echo "$as_me:$LINENO: result: $CC" >&5
 
15203
+echo "${ECHO_T}$CC" >&6; }
 
15204
 else
 
15205
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
15206
-$as_echo "no" >&6; }
 
15207
+  { echo "$as_me:$LINENO: result: no" >&5
 
15208
+echo "${ECHO_T}no" >&6; }
 
15209
 fi
 
15210
 
 
15211
 
 
15212
@@ -4278,10 +4137,10 @@
 
15213
 if test -z "$CC"; then
 
15214
   # Extract the first word of "cc", so it can be a program name with args.
 
15215
 set dummy cc; ac_word=$2
 
15216
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
15217
-$as_echo_n "checking for $ac_word... " >&6; }
 
15218
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
15219
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
15220
 if test "${ac_cv_prog_CC+set}" = set; then
 
15221
-  $as_echo_n "(cached) " >&6
 
15222
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
15223
 else
 
15224
   if test -n "$CC"; then
 
15225
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
15226
@@ -4299,7 +4158,7 @@
 
15227
        continue
 
15228
      fi
 
15229
     ac_cv_prog_CC="cc"
 
15230
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
15231
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
15232
     break 2
 
15233
   fi
 
15234
 done
 
15235
@@ -4322,11 +4181,11 @@
 
15236
 fi
 
15237
 CC=$ac_cv_prog_CC
 
15238
 if test -n "$CC"; then
 
15239
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
15240
-$as_echo "$CC" >&6; }
 
15241
+  { echo "$as_me:$LINENO: result: $CC" >&5
 
15242
+echo "${ECHO_T}$CC" >&6; }
 
15243
 else
 
15244
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
15245
-$as_echo "no" >&6; }
 
15246
+  { echo "$as_me:$LINENO: result: no" >&5
 
15247
+echo "${ECHO_T}no" >&6; }
 
15248
 fi
 
15249
 
 
15250
 
 
15251
@@ -4337,10 +4196,10 @@
 
15252
   do
 
15253
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 
15254
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 
15255
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
15256
-$as_echo_n "checking for $ac_word... " >&6; }
 
15257
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
15258
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
15259
 if test "${ac_cv_prog_CC+set}" = set; then
 
15260
-  $as_echo_n "(cached) " >&6
 
15261
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
15262
 else
 
15263
   if test -n "$CC"; then
 
15264
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
15265
@@ -4353,7 +4212,7 @@
 
15266
   for ac_exec_ext in '' $ac_executable_extensions; do
 
15267
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
15268
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
 
15269
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
15270
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
15271
     break 2
 
15272
   fi
 
15273
 done
 
15274
@@ -4364,11 +4223,11 @@
 
15275
 fi
 
15276
 CC=$ac_cv_prog_CC
 
15277
 if test -n "$CC"; then
 
15278
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
15279
-$as_echo "$CC" >&6; }
 
15280
+  { echo "$as_me:$LINENO: result: $CC" >&5
 
15281
+echo "${ECHO_T}$CC" >&6; }
 
15282
 else
 
15283
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
15284
-$as_echo "no" >&6; }
 
15285
+  { echo "$as_me:$LINENO: result: no" >&5
 
15286
+echo "${ECHO_T}no" >&6; }
 
15287
 fi
 
15288
 
 
15289
 
 
15290
@@ -4381,10 +4240,10 @@
 
15291
 do
 
15292
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 
15293
 set dummy $ac_prog; ac_word=$2
 
15294
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
15295
-$as_echo_n "checking for $ac_word... " >&6; }
 
15296
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
15297
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
15298
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 
15299
-  $as_echo_n "(cached) " >&6
 
15300
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
15301
 else
 
15302
   if test -n "$ac_ct_CC"; then
 
15303
   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
 
15304
@@ -4397,7 +4256,7 @@
 
15305
   for ac_exec_ext in '' $ac_executable_extensions; do
 
15306
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
15307
     ac_cv_prog_ac_ct_CC="$ac_prog"
 
15308
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
15309
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
15310
     break 2
 
15311
   fi
 
15312
 done
 
15313
@@ -4408,11 +4267,11 @@
 
15314
 fi
 
15315
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 
15316
 if test -n "$ac_ct_CC"; then
 
15317
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
15318
-$as_echo "$ac_ct_CC" >&6; }
 
15319
+  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
15320
+echo "${ECHO_T}$ac_ct_CC" >&6; }
 
15321
 else
 
15322
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
15323
-$as_echo "no" >&6; }
 
15324
+  { echo "$as_me:$LINENO: result: no" >&5
 
15325
+echo "${ECHO_T}no" >&6; }
 
15326
 fi
 
15327
 
 
15328
 
 
15329
@@ -4424,10 +4283,10 @@
 
15330
   else
 
15331
     case $cross_compiling:$ac_tool_warned in
 
15332
 yes:)
 
15333
-{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
15334
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
15335
 whose name does not start with the host triplet.  If you think this
 
15336
 configuration is useful to you, please write to autoconf@gnu.org." >&5
 
15337
-$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
15338
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
15339
 whose name does not start with the host triplet.  If you think this
 
15340
 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
15341
 ac_tool_warned=yes ;;
 
15342
@@ -4439,54 +4298,50 @@
 
15343
 fi
 
15344
 
 
15345
 
 
15346
-test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
 
15347
+test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
 
15348
 See \`config.log' for more details." >&5
 
15349
-$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
 
15350
+echo "$as_me: error: no acceptable C compiler found in \$PATH
 
15351
 See \`config.log' for more details." >&2;}
 
15352
    { (exit 1); exit 1; }; }
 
15353
 
 
15354
 # Provide some information about the compiler.
 
15355
-$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
 
15356
-set X $ac_compile
 
15357
-ac_compiler=$2
 
15358
+echo "$as_me:$LINENO: checking for C compiler version" >&5
 
15359
+ac_compiler=`set X $ac_compile; echo $2`
 
15360
 { (ac_try="$ac_compiler --version >&5"
 
15361
 case "(($ac_try" in
 
15362
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
15363
   *) ac_try_echo=$ac_try;;
 
15364
 esac
 
15365
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
15366
-$as_echo "$ac_try_echo") >&5
 
15367
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
15368
   (eval "$ac_compiler --version >&5") 2>&5
 
15369
   ac_status=$?
 
15370
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15371
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15372
   (exit $ac_status); }
 
15373
 { (ac_try="$ac_compiler -v >&5"
 
15374
 case "(($ac_try" in
 
15375
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
15376
   *) ac_try_echo=$ac_try;;
 
15377
 esac
 
15378
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
15379
-$as_echo "$ac_try_echo") >&5
 
15380
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
15381
   (eval "$ac_compiler -v >&5") 2>&5
 
15382
   ac_status=$?
 
15383
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15384
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15385
   (exit $ac_status); }
 
15386
 { (ac_try="$ac_compiler -V >&5"
 
15387
 case "(($ac_try" in
 
15388
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
15389
   *) ac_try_echo=$ac_try;;
 
15390
 esac
 
15391
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
15392
-$as_echo "$ac_try_echo") >&5
 
15393
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
15394
   (eval "$ac_compiler -V >&5") 2>&5
 
15395
   ac_status=$?
 
15396
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15397
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15398
   (exit $ac_status); }
 
15399
 
 
15400
-{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
 
15401
-$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
 
15402
+{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
 
15403
+echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
 
15404
 if test "${ac_cv_c_compiler_gnu+set}" = set; then
 
15405
-  $as_echo_n "(cached) " >&6
 
15406
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
15407
 else
 
15408
   cat >conftest.$ac_ext <<_ACEOF
 
15409
 /* confdefs.h.  */
 
15410
@@ -4512,21 +4367,20 @@
 
15411
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
15412
   *) ac_try_echo=$ac_try;;
 
15413
 esac
 
15414
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
15415
-$as_echo "$ac_try_echo") >&5
 
15416
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
15417
   (eval "$ac_compile") 2>conftest.er1
 
15418
   ac_status=$?
 
15419
   grep -v '^ *+' conftest.er1 >conftest.err
 
15420
   rm -f conftest.er1
 
15421
   cat conftest.err >&5
 
15422
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15423
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15424
   (exit $ac_status); } && {
 
15425
         test -z "$ac_c_werror_flag" ||
 
15426
         test ! -s conftest.err
 
15427
        } && test -s conftest.$ac_objext; then
 
15428
   ac_compiler_gnu=yes
 
15429
 else
 
15430
-  $as_echo "$as_me: failed program was:" >&5
 
15431
+  echo "$as_me: failed program was:" >&5
 
15432
 sed 's/^/| /' conftest.$ac_ext >&5
 
15433
 
 
15434
        ac_compiler_gnu=no
 
15435
@@ -4536,19 +4390,15 @@
 
15436
 ac_cv_c_compiler_gnu=$ac_compiler_gnu
 
15437
 
 
15438
 fi
 
15439
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
 
15440
-$as_echo "$ac_cv_c_compiler_gnu" >&6; }
 
15441
-if test $ac_compiler_gnu = yes; then
 
15442
-  GCC=yes
 
15443
-else
 
15444
-  GCC=
 
15445
-fi
 
15446
+{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
 
15447
+echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
 
15448
+GCC=`test $ac_compiler_gnu = yes && echo yes`
 
15449
 ac_test_CFLAGS=${CFLAGS+set}
 
15450
 ac_save_CFLAGS=$CFLAGS
 
15451
-{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
 
15452
-$as_echo_n "checking whether $CC accepts -g... " >&6; }
 
15453
+{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
 
15454
+echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
 
15455
 if test "${ac_cv_prog_cc_g+set}" = set; then
 
15456
-  $as_echo_n "(cached) " >&6
 
15457
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
15458
 else
 
15459
   ac_save_c_werror_flag=$ac_c_werror_flag
 
15460
    ac_c_werror_flag=yes
 
15461
@@ -4575,21 +4425,20 @@
 
15462
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
15463
   *) ac_try_echo=$ac_try;;
 
15464
 esac
 
15465
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
15466
-$as_echo "$ac_try_echo") >&5
 
15467
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
15468
   (eval "$ac_compile") 2>conftest.er1
 
15469
   ac_status=$?
 
15470
   grep -v '^ *+' conftest.er1 >conftest.err
 
15471
   rm -f conftest.er1
 
15472
   cat conftest.err >&5
 
15473
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15474
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15475
   (exit $ac_status); } && {
 
15476
         test -z "$ac_c_werror_flag" ||
 
15477
         test ! -s conftest.err
 
15478
        } && test -s conftest.$ac_objext; then
 
15479
   ac_cv_prog_cc_g=yes
 
15480
 else
 
15481
-  $as_echo "$as_me: failed program was:" >&5
 
15482
+  echo "$as_me: failed program was:" >&5
 
15483
 sed 's/^/| /' conftest.$ac_ext >&5
 
15484
 
 
15485
        CFLAGS=""
 
15486
@@ -4614,21 +4463,20 @@
 
15487
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
15488
   *) ac_try_echo=$ac_try;;
 
15489
 esac
 
15490
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
15491
-$as_echo "$ac_try_echo") >&5
 
15492
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
15493
   (eval "$ac_compile") 2>conftest.er1
 
15494
   ac_status=$?
 
15495
   grep -v '^ *+' conftest.er1 >conftest.err
 
15496
   rm -f conftest.er1
 
15497
   cat conftest.err >&5
 
15498
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15499
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15500
   (exit $ac_status); } && {
 
15501
         test -z "$ac_c_werror_flag" ||
 
15502
         test ! -s conftest.err
 
15503
        } && test -s conftest.$ac_objext; then
 
15504
   :
 
15505
 else
 
15506
-  $as_echo "$as_me: failed program was:" >&5
 
15507
+  echo "$as_me: failed program was:" >&5
 
15508
 sed 's/^/| /' conftest.$ac_ext >&5
 
15509
 
 
15510
        ac_c_werror_flag=$ac_save_c_werror_flag
 
15511
@@ -4654,21 +4502,20 @@
 
15512
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
15513
   *) ac_try_echo=$ac_try;;
 
15514
 esac
 
15515
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
15516
-$as_echo "$ac_try_echo") >&5
 
15517
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
15518
   (eval "$ac_compile") 2>conftest.er1
 
15519
   ac_status=$?
 
15520
   grep -v '^ *+' conftest.er1 >conftest.err
 
15521
   rm -f conftest.er1
 
15522
   cat conftest.err >&5
 
15523
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15524
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15525
   (exit $ac_status); } && {
 
15526
         test -z "$ac_c_werror_flag" ||
 
15527
         test ! -s conftest.err
 
15528
        } && test -s conftest.$ac_objext; then
 
15529
   ac_cv_prog_cc_g=yes
 
15530
 else
 
15531
-  $as_echo "$as_me: failed program was:" >&5
 
15532
+  echo "$as_me: failed program was:" >&5
 
15533
 sed 's/^/| /' conftest.$ac_ext >&5
 
15534
 
 
15535
 
 
15536
@@ -4683,8 +4530,8 @@
 
15537
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
15538
    ac_c_werror_flag=$ac_save_c_werror_flag
 
15539
 fi
 
15540
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
 
15541
-$as_echo "$ac_cv_prog_cc_g" >&6; }
 
15542
+{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
 
15543
+echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
 
15544
 if test "$ac_test_CFLAGS" = set; then
 
15545
   CFLAGS=$ac_save_CFLAGS
 
15546
 elif test $ac_cv_prog_cc_g = yes; then
 
15547
@@ -4700,10 +4547,10 @@
 
15548
     CFLAGS=
 
15549
   fi
 
15550
 fi
 
15551
-{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
 
15552
-$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
 
15553
+{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
 
15554
+echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
 
15555
 if test "${ac_cv_prog_cc_c89+set}" = set; then
 
15556
-  $as_echo_n "(cached) " >&6
 
15557
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
15558
 else
 
15559
   ac_cv_prog_cc_c89=no
 
15560
 ac_save_CC=$CC
 
15561
@@ -4774,21 +4621,20 @@
 
15562
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
15563
   *) ac_try_echo=$ac_try;;
 
15564
 esac
 
15565
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
15566
-$as_echo "$ac_try_echo") >&5
 
15567
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
15568
   (eval "$ac_compile") 2>conftest.er1
 
15569
   ac_status=$?
 
15570
   grep -v '^ *+' conftest.er1 >conftest.err
 
15571
   rm -f conftest.er1
 
15572
   cat conftest.err >&5
 
15573
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15574
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15575
   (exit $ac_status); } && {
 
15576
         test -z "$ac_c_werror_flag" ||
 
15577
         test ! -s conftest.err
 
15578
        } && test -s conftest.$ac_objext; then
 
15579
   ac_cv_prog_cc_c89=$ac_arg
 
15580
 else
 
15581
-  $as_echo "$as_me: failed program was:" >&5
 
15582
+  echo "$as_me: failed program was:" >&5
 
15583
 sed 's/^/| /' conftest.$ac_ext >&5
 
15584
 
 
15585
 
 
15586
@@ -4804,15 +4650,15 @@
 
15587
 # AC_CACHE_VAL
 
15588
 case "x$ac_cv_prog_cc_c89" in
 
15589
   x)
 
15590
-    { $as_echo "$as_me:$LINENO: result: none needed" >&5
 
15591
-$as_echo "none needed" >&6; } ;;
 
15592
+    { echo "$as_me:$LINENO: result: none needed" >&5
 
15593
+echo "${ECHO_T}none needed" >&6; } ;;
 
15594
   xno)
 
15595
-    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
 
15596
-$as_echo "unsupported" >&6; } ;;
 
15597
+    { echo "$as_me:$LINENO: result: unsupported" >&5
 
15598
+echo "${ECHO_T}unsupported" >&6; } ;;
 
15599
   *)
 
15600
     CC="$CC $ac_cv_prog_cc_c89"
 
15601
-    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
 
15602
-$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
 
15603
+    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
 
15604
+echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
 
15605
 esac
 
15606
 
 
15607
 
 
15608
@@ -4824,10 +4670,10 @@
 
15609
 
 
15610
 depcc="$CC"   am_compiler_list=
 
15611
 
 
15612
-{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
15613
-$as_echo_n "checking dependency style of $depcc... " >&6; }
 
15614
+{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
15615
+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
 
15616
 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
 
15617
-  $as_echo_n "(cached) " >&6
 
15618
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
15619
 else
 
15620
   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
15621
   # We make a subdir and do the tests there.  Otherwise we can end up
 
15622
@@ -4915,8 +4761,8 @@
 
15623
 fi
 
15624
 
 
15625
 fi
 
15626
-{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 
15627
-$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
 
15628
+{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 
15629
+echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
 
15630
 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
 
15631
 
 
15632
  if
 
15633
@@ -4931,16 +4777,16 @@
 
15634
 
 
15635
 
 
15636
 if test "x$CC" != xcc; then
 
15637
-  { $as_echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
 
15638
-$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
 
15639
+  { echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
 
15640
+echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; }
 
15641
 else
 
15642
-  { $as_echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
 
15643
-$as_echo_n "checking whether cc understands -c and -o together... " >&6; }
 
15644
+  { echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
 
15645
+echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; }
 
15646
 fi
 
15647
-set dummy $CC; ac_cc=`$as_echo "$2" |
 
15648
+set dummy $CC; ac_cc=`echo $2 |
 
15649
                      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
 
15650
 if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then
 
15651
-  $as_echo_n "(cached) " >&6
 
15652
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
15653
 else
 
15654
   cat >conftest.$ac_ext <<_ACEOF
 
15655
 /* confdefs.h.  */
 
15656
@@ -4966,21 +4812,19 @@
 
15657
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
15658
   *) ac_try_echo=$ac_try;;
 
15659
 esac
 
15660
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
15661
-$as_echo "$ac_try_echo") >&5
 
15662
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
15663
   (eval "$ac_try") 2>&5
 
15664
   ac_status=$?
 
15665
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15666
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15667
   (exit $ac_status); } &&
 
15668
    test -f conftest2.$ac_objext && { (case "(($ac_try" in
 
15669
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
15670
   *) ac_try_echo=$ac_try;;
 
15671
 esac
 
15672
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
15673
-$as_echo "$ac_try_echo") >&5
 
15674
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
15675
   (eval "$ac_try") 2>&5
 
15676
   ac_status=$?
 
15677
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15678
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15679
   (exit $ac_status); };
 
15680
 then
 
15681
   eval ac_cv_prog_cc_${ac_cc}_c_o=yes
 
15682
@@ -4991,11 +4835,10 @@
 
15683
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
15684
   *) ac_try_echo=$ac_try;;
 
15685
 esac
 
15686
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
15687
-$as_echo "$ac_try_echo") >&5
 
15688
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
15689
   (eval "$ac_try") 2>&5
 
15690
   ac_status=$?
 
15691
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15692
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15693
   (exit $ac_status); }; }; then
 
15694
       ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
 
15695
       rm -f conftest2.*
 
15696
@@ -5003,21 +4846,19 @@
 
15697
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
15698
   *) ac_try_echo=$ac_try;;
 
15699
 esac
 
15700
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
15701
-$as_echo "$ac_try_echo") >&5
 
15702
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
15703
   (eval "$ac_try") 2>&5
 
15704
   ac_status=$?
 
15705
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15706
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15707
   (exit $ac_status); } &&
 
15708
         test -f conftest2.$ac_objext && { (case "(($ac_try" in
 
15709
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
15710
   *) ac_try_echo=$ac_try;;
 
15711
 esac
 
15712
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
15713
-$as_echo "$ac_try_echo") >&5
 
15714
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
15715
   (eval "$ac_try") 2>&5
 
15716
   ac_status=$?
 
15717
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15718
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15719
   (exit $ac_status); };
 
15720
       then
 
15721
        # cc works too.
 
15722
@@ -5035,11 +4876,11 @@
 
15723
 
 
15724
 fi
 
15725
 if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
 
15726
-  { $as_echo "$as_me:$LINENO: result: yes" >&5
 
15727
-$as_echo "yes" >&6; }
 
15728
+  { echo "$as_me:$LINENO: result: yes" >&5
 
15729
+echo "${ECHO_T}yes" >&6; }
 
15730
 else
 
15731
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
15732
-$as_echo "no" >&6; }
 
15733
+  { echo "$as_me:$LINENO: result: no" >&5
 
15734
+echo "${ECHO_T}no" >&6; }
 
15735
 
 
15736
 cat >>confdefs.h <<\_ACEOF
 
15737
 #define NO_MINUS_C_MINUS_O 1
 
15738
@@ -5066,15 +4907,15 @@
 
15739
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
15740
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
15741
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
15742
-{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
 
15743
-$as_echo_n "checking how to run the C preprocessor... " >&6; }
 
15744
+{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
 
15745
+echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
 
15746
 # On Suns, sometimes $CPP names a directory.
 
15747
 if test -n "$CPP" && test -d "$CPP"; then
 
15748
   CPP=
 
15749
 fi
 
15750
 if test -z "$CPP"; then
 
15751
   if test "${ac_cv_prog_CPP+set}" = set; then
 
15752
-  $as_echo_n "(cached) " >&6
 
15753
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
15754
 else
 
15755
       # Double quotes because CPP needs to be expanded
 
15756
     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
 
15757
@@ -5106,21 +4947,20 @@
 
15758
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
15759
   *) ac_try_echo=$ac_try;;
 
15760
 esac
 
15761
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
15762
-$as_echo "$ac_try_echo") >&5
 
15763
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
15764
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
15765
   ac_status=$?
 
15766
   grep -v '^ *+' conftest.er1 >conftest.err
 
15767
   rm -f conftest.er1
 
15768
   cat conftest.err >&5
 
15769
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15770
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15771
   (exit $ac_status); } >/dev/null && {
 
15772
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
15773
         test ! -s conftest.err
 
15774
        }; then
 
15775
   :
 
15776
 else
 
15777
-  $as_echo "$as_me: failed program was:" >&5
 
15778
+  echo "$as_me: failed program was:" >&5
 
15779
 sed 's/^/| /' conftest.$ac_ext >&5
 
15780
 
 
15781
   # Broken: fails on valid input.
 
15782
@@ -5144,14 +4984,13 @@
 
15783
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
15784
   *) ac_try_echo=$ac_try;;
 
15785
 esac
 
15786
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
15787
-$as_echo "$ac_try_echo") >&5
 
15788
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
15789
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
15790
   ac_status=$?
 
15791
   grep -v '^ *+' conftest.er1 >conftest.err
 
15792
   rm -f conftest.er1
 
15793
   cat conftest.err >&5
 
15794
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15795
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15796
   (exit $ac_status); } >/dev/null && {
 
15797
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
15798
         test ! -s conftest.err
 
15799
@@ -5159,7 +4998,7 @@
 
15800
   # Broken: success on invalid input.
 
15801
 continue
 
15802
 else
 
15803
-  $as_echo "$as_me: failed program was:" >&5
 
15804
+  echo "$as_me: failed program was:" >&5
 
15805
 sed 's/^/| /' conftest.$ac_ext >&5
 
15806
 
 
15807
   # Passes both tests.
 
15808
@@ -5184,8 +5023,8 @@
 
15809
 else
 
15810
   ac_cv_prog_CPP=$CPP
 
15811
 fi
 
15812
-{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
 
15813
-$as_echo "$CPP" >&6; }
 
15814
+{ echo "$as_me:$LINENO: result: $CPP" >&5
 
15815
+echo "${ECHO_T}$CPP" >&6; }
 
15816
 ac_preproc_ok=false
 
15817
 for ac_c_preproc_warn_flag in '' yes
 
15818
 do
 
15819
@@ -5213,21 +5052,20 @@
 
15820
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
15821
   *) ac_try_echo=$ac_try;;
 
15822
 esac
 
15823
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
15824
-$as_echo "$ac_try_echo") >&5
 
15825
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
15826
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
15827
   ac_status=$?
 
15828
   grep -v '^ *+' conftest.er1 >conftest.err
 
15829
   rm -f conftest.er1
 
15830
   cat conftest.err >&5
 
15831
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15832
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15833
   (exit $ac_status); } >/dev/null && {
 
15834
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
15835
         test ! -s conftest.err
 
15836
        }; then
 
15837
   :
 
15838
 else
 
15839
-  $as_echo "$as_me: failed program was:" >&5
 
15840
+  echo "$as_me: failed program was:" >&5
 
15841
 sed 's/^/| /' conftest.$ac_ext >&5
 
15842
 
 
15843
   # Broken: fails on valid input.
 
15844
@@ -5251,14 +5089,13 @@
 
15845
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
15846
   *) ac_try_echo=$ac_try;;
 
15847
 esac
 
15848
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
15849
-$as_echo "$ac_try_echo") >&5
 
15850
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
15851
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
15852
   ac_status=$?
 
15853
   grep -v '^ *+' conftest.er1 >conftest.err
 
15854
   rm -f conftest.er1
 
15855
   cat conftest.err >&5
 
15856
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15857
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
15858
   (exit $ac_status); } >/dev/null && {
 
15859
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
15860
         test ! -s conftest.err
 
15861
@@ -5266,7 +5103,7 @@
 
15862
   # Broken: success on invalid input.
 
15863
 continue
 
15864
 else
 
15865
-  $as_echo "$as_me: failed program was:" >&5
 
15866
+  echo "$as_me: failed program was:" >&5
 
15867
 sed 's/^/| /' conftest.$ac_ext >&5
 
15868
 
 
15869
   # Passes both tests.
 
15870
@@ -5282,9 +5119,9 @@
 
15871
 if $ac_preproc_ok; then
 
15872
   :
 
15873
 else
 
15874
-  { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
 
15875
+  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
 
15876
 See \`config.log' for more details." >&5
 
15877
-$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
 
15878
+echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
 
15879
 See \`config.log' for more details." >&2;}
 
15880
    { (exit 1); exit 1; }; }
 
15881
 fi
 
15882
@@ -5296,37 +5133,42 @@
 
15883
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
15884
 
 
15885
 
 
15886
-{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
 
15887
-$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
 
15888
+{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
 
15889
+echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
 
15890
 if test "${ac_cv_path_GREP+set}" = set; then
 
15891
-  $as_echo_n "(cached) " >&6
 
15892
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
15893
+else
 
15894
+  # Extract the first word of "grep ggrep" to use in msg output
 
15895
+if test -z "$GREP"; then
 
15896
+set dummy grep ggrep; ac_prog_name=$2
 
15897
+if test "${ac_cv_path_GREP+set}" = set; then
 
15898
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
15899
 else
 
15900
-  if test -z "$GREP"; then
 
15901
   ac_path_GREP_found=false
 
15902
-  # Loop through the user's path and test for each of PROGNAME-LIST
 
15903
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
15904
+# Loop through the user's path and test for each of PROGNAME-LIST
 
15905
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
15906
 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
 
15907
 do
 
15908
   IFS=$as_save_IFS
 
15909
   test -z "$as_dir" && as_dir=.
 
15910
   for ac_prog in grep ggrep; do
 
15911
-    for ac_exec_ext in '' $ac_executable_extensions; do
 
15912
-      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
 
15913
-      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
 
15914
-# Check for GNU ac_path_GREP and select it if it is found.
 
15915
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
15916
+    ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
 
15917
+    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
 
15918
+    # Check for GNU ac_path_GREP and select it if it is found.
 
15919
   # Check for GNU $ac_path_GREP
 
15920
 case `"$ac_path_GREP" --version 2>&1` in
 
15921
 *GNU*)
 
15922
   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
 
15923
 *)
 
15924
   ac_count=0
 
15925
-  $as_echo_n 0123456789 >"conftest.in"
 
15926
+  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
 
15927
   while :
 
15928
   do
 
15929
     cat "conftest.in" "conftest.in" >"conftest.tmp"
 
15930
     mv "conftest.tmp" "conftest.in"
 
15931
     cp "conftest.in" "conftest.nl"
 
15932
-    $as_echo 'GREP' >> "conftest.nl"
 
15933
+    echo 'GREP' >> "conftest.nl"
 
15934
     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
 
15935
     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 
15936
     ac_count=`expr $ac_count + 1`
 
15937
@@ -5341,60 +5183,74 @@
 
15938
   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 
15939
 esac
 
15940
 
 
15941
-      $ac_path_GREP_found && break 3
 
15942
-    done
 
15943
+
 
15944
+    $ac_path_GREP_found && break 3
 
15945
   done
 
15946
 done
 
15947
+
 
15948
+done
 
15949
 IFS=$as_save_IFS
 
15950
-  if test -z "$ac_cv_path_GREP"; then
 
15951
-    { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 
15952
-$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 
15953
+
 
15954
+
 
15955
+fi
 
15956
+
 
15957
+GREP="$ac_cv_path_GREP"
 
15958
+if test -z "$GREP"; then
 
15959
+  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 
15960
+echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 
15961
    { (exit 1); exit 1; }; }
 
15962
-  fi
 
15963
+fi
 
15964
+
 
15965
 else
 
15966
   ac_cv_path_GREP=$GREP
 
15967
 fi
 
15968
 
 
15969
+
 
15970
 fi
 
15971
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
 
15972
-$as_echo "$ac_cv_path_GREP" >&6; }
 
15973
+{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
 
15974
+echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
 
15975
  GREP="$ac_cv_path_GREP"
 
15976
 
 
15977
 
 
15978
-{ $as_echo "$as_me:$LINENO: checking for egrep" >&5
 
15979
-$as_echo_n "checking for egrep... " >&6; }
 
15980
+{ echo "$as_me:$LINENO: checking for egrep" >&5
 
15981
+echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
 
15982
 if test "${ac_cv_path_EGREP+set}" = set; then
 
15983
-  $as_echo_n "(cached) " >&6
 
15984
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
15985
 else
 
15986
   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
 
15987
    then ac_cv_path_EGREP="$GREP -E"
 
15988
    else
 
15989
-     if test -z "$EGREP"; then
 
15990
+     # Extract the first word of "egrep" to use in msg output
 
15991
+if test -z "$EGREP"; then
 
15992
+set dummy egrep; ac_prog_name=$2
 
15993
+if test "${ac_cv_path_EGREP+set}" = set; then
 
15994
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
15995
+else
 
15996
   ac_path_EGREP_found=false
 
15997
-  # Loop through the user's path and test for each of PROGNAME-LIST
 
15998
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
15999
+# Loop through the user's path and test for each of PROGNAME-LIST
 
16000
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
16001
 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
 
16002
 do
 
16003
   IFS=$as_save_IFS
 
16004
   test -z "$as_dir" && as_dir=.
 
16005
   for ac_prog in egrep; do
 
16006
-    for ac_exec_ext in '' $ac_executable_extensions; do
 
16007
-      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
 
16008
-      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
 
16009
-# Check for GNU ac_path_EGREP and select it if it is found.
 
16010
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
16011
+    ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
 
16012
+    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
 
16013
+    # Check for GNU ac_path_EGREP and select it if it is found.
 
16014
   # Check for GNU $ac_path_EGREP
 
16015
 case `"$ac_path_EGREP" --version 2>&1` in
 
16016
 *GNU*)
 
16017
   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
 
16018
 *)
 
16019
   ac_count=0
 
16020
-  $as_echo_n 0123456789 >"conftest.in"
 
16021
+  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
 
16022
   while :
 
16023
   do
 
16024
     cat "conftest.in" "conftest.in" >"conftest.tmp"
 
16025
     mv "conftest.tmp" "conftest.in"
 
16026
     cp "conftest.in" "conftest.nl"
 
16027
-    $as_echo 'EGREP' >> "conftest.nl"
 
16028
+    echo 'EGREP' >> "conftest.nl"
 
16029
     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
 
16030
     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 
16031
     ac_count=`expr $ac_count + 1`
 
16032
@@ -5409,31 +5265,40 @@
 
16033
   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 
16034
 esac
 
16035
 
 
16036
-      $ac_path_EGREP_found && break 3
 
16037
-    done
 
16038
+
 
16039
+    $ac_path_EGREP_found && break 3
 
16040
   done
 
16041
 done
 
16042
+
 
16043
+done
 
16044
 IFS=$as_save_IFS
 
16045
-  if test -z "$ac_cv_path_EGREP"; then
 
16046
-    { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 
16047
-$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 
16048
+
 
16049
+
 
16050
+fi
 
16051
+
 
16052
+EGREP="$ac_cv_path_EGREP"
 
16053
+if test -z "$EGREP"; then
 
16054
+  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 
16055
+echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 
16056
    { (exit 1); exit 1; }; }
 
16057
-  fi
 
16058
+fi
 
16059
+
 
16060
 else
 
16061
   ac_cv_path_EGREP=$EGREP
 
16062
 fi
 
16063
 
 
16064
+
 
16065
    fi
 
16066
 fi
 
16067
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
 
16068
-$as_echo "$ac_cv_path_EGREP" >&6; }
 
16069
+{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
 
16070
+echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
 
16071
  EGREP="$ac_cv_path_EGREP"
 
16072
 
 
16073
 
 
16074
-{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
 
16075
-$as_echo_n "checking for ANSI C header files... " >&6; }
 
16076
+{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
 
16077
+echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
 
16078
 if test "${ac_cv_header_stdc+set}" = set; then
 
16079
-  $as_echo_n "(cached) " >&6
 
16080
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
16081
 else
 
16082
   cat >conftest.$ac_ext <<_ACEOF
 
16083
 /* confdefs.h.  */
 
16084
@@ -5460,21 +5325,20 @@
 
16085
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
16086
   *) ac_try_echo=$ac_try;;
 
16087
 esac
 
16088
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
16089
-$as_echo "$ac_try_echo") >&5
 
16090
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
16091
   (eval "$ac_compile") 2>conftest.er1
 
16092
   ac_status=$?
 
16093
   grep -v '^ *+' conftest.er1 >conftest.err
 
16094
   rm -f conftest.er1
 
16095
   cat conftest.err >&5
 
16096
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16097
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16098
   (exit $ac_status); } && {
 
16099
         test -z "$ac_c_werror_flag" ||
 
16100
         test ! -s conftest.err
 
16101
        } && test -s conftest.$ac_objext; then
 
16102
   ac_cv_header_stdc=yes
 
16103
 else
 
16104
-  $as_echo "$as_me: failed program was:" >&5
 
16105
+  echo "$as_me: failed program was:" >&5
 
16106
 sed 's/^/| /' conftest.$ac_ext >&5
 
16107
 
 
16108
        ac_cv_header_stdc=no
 
16109
@@ -5566,40 +5430,37 @@
 
16110
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
16111
   *) ac_try_echo=$ac_try;;
 
16112
 esac
 
16113
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
16114
-$as_echo "$ac_try_echo") >&5
 
16115
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
16116
   (eval "$ac_link") 2>&5
 
16117
   ac_status=$?
 
16118
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16119
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16120
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
16121
   { (case "(($ac_try" in
 
16122
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
16123
   *) ac_try_echo=$ac_try;;
 
16124
 esac
 
16125
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
16126
-$as_echo "$ac_try_echo") >&5
 
16127
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
16128
   (eval "$ac_try") 2>&5
 
16129
   ac_status=$?
 
16130
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16131
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16132
   (exit $ac_status); }; }; then
 
16133
   :
 
16134
 else
 
16135
-  $as_echo "$as_me: program exited with status $ac_status" >&5
 
16136
-$as_echo "$as_me: failed program was:" >&5
 
16137
+  echo "$as_me: program exited with status $ac_status" >&5
 
16138
+echo "$as_me: failed program was:" >&5
 
16139
 sed 's/^/| /' conftest.$ac_ext >&5
 
16140
 
 
16141
 ( exit $ac_status )
 
16142
 ac_cv_header_stdc=no
 
16143
 fi
 
16144
-rm -rf conftest.dSYM
 
16145
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
16146
 fi
 
16147
 
 
16148
 
 
16149
 fi
 
16150
 fi
 
16151
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
 
16152
-$as_echo "$ac_cv_header_stdc" >&6; }
 
16153
+{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
 
16154
+echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
 
16155
 if test $ac_cv_header_stdc = yes; then
 
16156
 
 
16157
 cat >>confdefs.h <<\_ACEOF
 
16158
@@ -5608,108 +5469,61 @@
10085
16159
 
10086
16160
 fi
10087
16161
 
10109
16183
-fi
10110
16184
+case `pwd` in
10111
16185
+  *\ * | *\    *)
10112
 
+    { $as_echo "$as_me:$LINENO: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
10113
 
+$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
 
16186
+    { echo "$as_me:$LINENO: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
 
16187
+echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
10114
16188
+esac
10115
16189
+
10116
16190
+
10117
16191
+
10118
 
+macro_version='2.2.6'
10119
 
+macro_revision='1.3012'
 
16192
+macro_version='2.2.4'
 
16193
+macro_revision='1.2976'
10120
16194
+
10121
16195
+
10122
16196
+
10178
16252
+
10179
16253
 # Make sure we can run config.sub.
10180
16254
 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
10181
 
   { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
10182
 
@@ -5761,62 +5720,175 @@
10183
 
 
10184
 
 { $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
10185
 
 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
 
16255
-  { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
 
16256
-$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
 
16257
+  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
 
16258
+echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
 
16259
    { (exit 1); exit 1; }; }
 
16260
 
 
16261
-{ $as_echo "$as_me:$LINENO: checking build system type" >&5
 
16262
-$as_echo_n "checking build system type... " >&6; }
 
16263
+{ echo "$as_me:$LINENO: checking build system type" >&5
 
16264
+echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
 
16265
 if test "${ac_cv_build+set}" = set; then
 
16266
-  $as_echo_n "(cached) " >&6
 
16267
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
16268
 else
 
16269
   ac_build_alias=$build_alias
 
16270
 test "x$ac_build_alias" = x &&
 
16271
   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
 
16272
 test "x$ac_build_alias" = x &&
 
16273
-  { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
 
16274
-$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
 
16275
+  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
 
16276
+echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
 
16277
    { (exit 1); exit 1; }; }
 
16278
 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
 
16279
-  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
 
16280
-$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
 
16281
+  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
 
16282
+echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
 
16283
    { (exit 1); exit 1; }; }
 
16284
 
 
16285
 fi
 
16286
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
 
16287
-$as_echo "$ac_cv_build" >&6; }
 
16288
+{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
 
16289
+echo "${ECHO_T}$ac_cv_build" >&6; }
 
16290
 case $ac_cv_build in
 
16291
 *-*-*) ;;
 
16292
-*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
 
16293
-$as_echo "$as_me: error: invalid value of canonical build" >&2;}
 
16294
+*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
 
16295
+echo "$as_me: error: invalid value of canonical build" >&2;}
 
16296
    { (exit 1); exit 1; }; };;
 
16297
 esac
 
16298
 build=$ac_cv_build
 
16299
@@ -5726,27 +5540,27 @@
 
16300
 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
 
16301
 
 
16302
 
 
16303
-{ $as_echo "$as_me:$LINENO: checking host system type" >&5
 
16304
-$as_echo_n "checking host system type... " >&6; }
 
16305
+{ echo "$as_me:$LINENO: checking host system type" >&5
 
16306
+echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
 
16307
 if test "${ac_cv_host+set}" = set; then
 
16308
-  $as_echo_n "(cached) " >&6
 
16309
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
16310
 else
 
16311
   if test "x$host_alias" = x; then
 
16312
   ac_cv_host=$ac_cv_build
 
16313
 else
 
16314
   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
 
16315
-    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
 
16316
-$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
 
16317
+    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
 
16318
+echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
 
16319
    { (exit 1); exit 1; }; }
 
16320
 fi
 
16321
 
 
16322
 fi
 
16323
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
 
16324
-$as_echo "$ac_cv_host" >&6; }
 
16325
+{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
 
16326
+echo "${ECHO_T}$ac_cv_host" >&6; }
 
16327
 case $ac_cv_host in
 
16328
 *-*-*) ;;
 
16329
-*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
 
16330
-$as_echo "$as_me: error: invalid value of canonical host" >&2;}
 
16331
+*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
 
16332
+echo "$as_me: error: invalid value of canonical host" >&2;}
 
16333
    { (exit 1); exit 1; }; };;
 
16334
 esac
 
16335
 host=$ac_cv_host
 
16336
@@ -5763,93 +5577,233 @@
 
16337
 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
 
16338
 
 
16339
 
 
16340
-{ $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
 
16341
-$as_echo_n "checking for a sed that does not truncate output... " >&6; }
10186
16342
-if test "${lt_cv_path_SED+set}" = set; then
 
16343
-  $as_echo_n "(cached) " >&6
 
16344
+{ echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
 
16345
+echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
10187
16346
+if test "${ac_cv_path_SED+set}" = set; then
10188
 
   $as_echo_n "(cached) " >&6
10189
 
 else
10190
 
-  # Loop through the user's path and test for sed and gsed.
10191
 
-# Then use that list of sed's as ones to test for truncation.
10192
 
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
16347
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
16348
+else
10193
16349
+            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
10194
16350
+     for ac_i in 1 2 3 4 5 6 7; do
10195
16351
+       ac_script="$ac_script$as_nl$ac_script"
10196
16352
+     done
10197
 
+     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
 
16353
+     echo "$ac_script" | sed 99q >conftest.sed
10198
16354
+     $as_unset ac_script || ac_script=
10199
 
+     if test -z "$SED"; then
 
16355
+     # Extract the first word of "sed gsed" to use in msg output
 
16356
+if test -z "$SED"; then
 
16357
+set dummy sed gsed; ac_prog_name=$2
 
16358
+if test "${ac_cv_path_SED+set}" = set; then
 
16359
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
16360
 else
 
16361
-  # Loop through the user's path and test for sed and gsed.
 
16362
-# Then use that list of sed's as ones to test for truncation.
10200
16363
+  ac_path_SED_found=false
10201
 
+  # Loop through the user's path and test for each of PROGNAME-LIST
10202
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
16364
+# Loop through the user's path and test for each of PROGNAME-LIST
 
16365
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10203
16366
 for as_dir in $PATH
10204
16367
 do
10205
16368
   IFS=$as_save_IFS
10206
16369
   test -z "$as_dir" && as_dir=.
10207
16370
-  for lt_ac_prog in sed gsed; do
 
16371
-    for ac_exec_ext in '' $ac_executable_extensions; do
 
16372
-      if { test -f "$as_dir/$lt_ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$lt_ac_prog$ac_exec_ext"; }; then
 
16373
-        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
 
16374
-      fi
 
16375
-    done
 
16376
-  done
 
16377
-done
 
16378
-IFS=$as_save_IFS
 
16379
-lt_ac_max=0
 
16380
-lt_ac_count=0
 
16381
-# Add /usr/xpg4/bin/sed as it is typically found on Solaris
 
16382
-# along with /bin/sed that truncates output.
 
16383
-for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
 
16384
-  test ! -f $lt_ac_sed && continue
 
16385
-  cat /dev/null > conftest.in
 
16386
-  lt_ac_count=0
 
16387
-  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
 
16388
-  # Check for GNU sed and select it if it is found.
 
16389
-  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
 
16390
-    lt_cv_path_SED=$lt_ac_sed
 
16391
-    break
 
16392
-  fi
 
16393
-  while true; do
 
16394
-    cat conftest.in conftest.in >conftest.tmp
 
16395
-    mv conftest.tmp conftest.in
 
16396
-    cp conftest.in conftest.nl
 
16397
-    echo >>conftest.nl
 
16398
-    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
 
16399
-    cmp -s conftest.out conftest.nl || break
 
16400
-    # 10000 chars as input seems more than enough
 
16401
-    test $lt_ac_count -gt 10 && break
 
16402
-    lt_ac_count=`expr $lt_ac_count + 1`
 
16403
-    if test $lt_ac_count -gt $lt_ac_max; then
 
16404
-      lt_ac_max=$lt_ac_count
 
16405
-      lt_cv_path_SED=$lt_ac_sed
10208
16406
+  for ac_prog in sed gsed; do
10209
 
     for ac_exec_ext in '' $ac_executable_extensions; do
10210
 
-      if { test -f "$as_dir/$lt_ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$lt_ac_prog$ac_exec_ext"; }; then
10211
 
-        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
10212
 
-      fi
10213
 
+      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
10214
 
+      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
10215
 
+# Check for GNU ac_path_SED and select it if it is found.
 
16407
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
16408
+    ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
 
16409
+    { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
 
16410
+    # Check for GNU ac_path_SED and select it if it is found.
10216
16411
+  # Check for GNU $ac_path_SED
10217
16412
+case `"$ac_path_SED" --version 2>&1` in
10218
16413
+*GNU*)
10219
16414
+  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
10220
16415
+*)
10221
16416
+  ac_count=0
10222
 
+  $as_echo_n 0123456789 >"conftest.in"
 
16417
+  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
10223
16418
+  while :
10224
16419
+  do
10225
16420
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
10226
16421
+    mv "conftest.tmp" "conftest.in"
10227
16422
+    cp "conftest.in" "conftest.nl"
10228
 
+    $as_echo '' >> "conftest.nl"
 
16423
+    echo '' >> "conftest.nl"
10229
16424
+    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
10230
16425
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
10231
16426
+    ac_count=`expr $ac_count + 1`
10233
16428
+      # Best one so far, save it but keep looking for a better one
10234
16429
+      ac_cv_path_SED="$ac_path_SED"
10235
16430
+      ac_path_SED_max=$ac_count
10236
 
+    fi
 
16431
     fi
10237
16432
+    # 10*(2^10) chars as input seems more than enough
10238
16433
+    test $ac_count -gt 10 && break
10239
16434
+  done
10240
16435
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
10241
16436
+esac
10242
16437
+
10243
 
+      $ac_path_SED_found && break 3
10244
 
     done
 
16438
+
 
16439
+    $ac_path_SED_found && break 3
10245
16440
   done
10246
16441
 done
10247
 
 IFS=$as_save_IFS
10248
 
-lt_ac_max=0
10249
 
-lt_ac_count=0
10250
 
-# Add /usr/xpg4/bin/sed as it is typically found on Solaris
10251
 
-# along with /bin/sed that truncates output.
10252
 
-for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
10253
 
-  test ! -f $lt_ac_sed && continue
10254
 
-  cat /dev/null > conftest.in
10255
 
-  lt_ac_count=0
10256
 
-  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
10257
 
-  # Check for GNU sed and select it if it is found.
10258
 
-  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
10259
 
-    lt_cv_path_SED=$lt_ac_sed
10260
 
-    break
10261
 
+  if test -z "$ac_cv_path_SED"; then
10262
 
+    { { $as_echo "$as_me:$LINENO: error: no acceptable sed could be found in \$PATH" >&5
10263
 
+$as_echo "$as_me: error: no acceptable sed could be found in \$PATH" >&2;}
 
16442
 
 
16443
-fi
 
16444
+done
 
16445
+IFS=$as_save_IFS
 
16446
 
 
16447
-SED=$lt_cv_path_SED
 
16448
 
 
16449
-{ $as_echo "$as_me:$LINENO: result: $SED" >&5
 
16450
-$as_echo "$SED" >&6; }
 
16451
+fi
 
16452
 
 
16453
+SED="$ac_cv_path_SED"
 
16454
+if test -z "$SED"; then
 
16455
+  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in \$PATH" >&5
 
16456
+echo "$as_me: error: no acceptable $ac_prog_name could be found in \$PATH" >&2;}
10264
16457
+   { (exit 1); exit 1; }; }
10265
 
   fi
10266
 
-  while true; do
10267
 
-    cat conftest.in conftest.in >conftest.tmp
10268
 
-    mv conftest.tmp conftest.in
10269
 
-    cp conftest.in conftest.nl
10270
 
-    echo >>conftest.nl
10271
 
-    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
10272
 
-    cmp -s conftest.out conftest.nl || break
10273
 
-    # 10000 chars as input seems more than enough
10274
 
-    test $lt_ac_count -gt 10 && break
10275
 
-    lt_ac_count=`expr $lt_ac_count + 1`
10276
 
-    if test $lt_ac_count -gt $lt_ac_max; then
10277
 
-      lt_ac_max=$lt_ac_count
10278
 
-      lt_cv_path_SED=$lt_ac_sed
10279
 
+else
 
16458
+fi
 
16459
 
 
16460
-# Check whether --with-gnu-ld was given.
 
16461
-if test "${with_gnu_ld+set}" = set; then
 
16462
-  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
 
16463
 else
 
16464
-  with_gnu_ld=no
10280
16465
+  ac_cv_path_SED=$SED
10281
 
+fi
10282
 
+
10283
 
+fi
10284
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
10285
 
+$as_echo "$ac_cv_path_SED" >&6; }
 
16466
 fi
 
16467
 
 
16468
-ac_prog=ld
 
16469
-if test "$GCC" = yes; then
 
16470
-  # Check if gcc -print-prog-name=ld gives a path.
 
16471
-  { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5
 
16472
-$as_echo_n "checking for ld used by $CC... " >&6; }
 
16473
-  case $host in
 
16474
-  *-*-mingw*)
 
16475
-    # gcc leaves a trailing carriage return which upsets mingw
 
16476
-    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
 
16477
-  *)
 
16478
-    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
 
16479
-  esac
 
16480
+fi
 
16481
+{ echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
 
16482
+echo "${ECHO_T}$ac_cv_path_SED" >&6; }
10286
16483
+ SED="$ac_cv_path_SED"
10287
16484
+  rm -f conftest.sed
10288
16485
+
10299
16496
+
10300
16497
+
10301
16498
+
10302
 
+{ $as_echo "$as_me:$LINENO: checking for fgrep" >&5
10303
 
+$as_echo_n "checking for fgrep... " >&6; }
 
16499
+{ echo "$as_me:$LINENO: checking for fgrep" >&5
 
16500
+echo $ECHO_N "checking for fgrep... $ECHO_C" >&6; }
10304
16501
+if test "${ac_cv_path_FGREP+set}" = set; then
10305
 
+  $as_echo_n "(cached) " >&6
 
16502
+  echo $ECHO_N "(cached) $ECHO_C" >&6
10306
16503
+else
10307
16504
+  if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
10308
16505
+   then ac_cv_path_FGREP="$GREP -F"
10309
16506
+   else
10310
 
+     if test -z "$FGREP"; then
 
16507
+     # Extract the first word of "fgrep" to use in msg output
 
16508
+if test -z "$FGREP"; then
 
16509
+set dummy fgrep; ac_prog_name=$2
 
16510
+if test "${ac_cv_path_FGREP+set}" = set; then
 
16511
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
16512
+else
10311
16513
+  ac_path_FGREP_found=false
10312
 
+  # Loop through the user's path and test for each of PROGNAME-LIST
10313
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
16514
+# Loop through the user's path and test for each of PROGNAME-LIST
 
16515
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10314
16516
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
10315
16517
+do
10316
16518
+  IFS=$as_save_IFS
10317
16519
+  test -z "$as_dir" && as_dir=.
10318
16520
+  for ac_prog in fgrep; do
10319
 
+    for ac_exec_ext in '' $ac_executable_extensions; do
10320
 
+      ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
10321
 
+      { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
10322
 
+# Check for GNU ac_path_FGREP and select it if it is found.
 
16521
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
16522
+    ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
 
16523
+    { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
 
16524
+    # Check for GNU ac_path_FGREP and select it if it is found.
10323
16525
+  # Check for GNU $ac_path_FGREP
10324
16526
+case `"$ac_path_FGREP" --version 2>&1` in
10325
16527
+*GNU*)
10326
16528
+  ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
10327
16529
+*)
10328
16530
+  ac_count=0
10329
 
+  $as_echo_n 0123456789 >"conftest.in"
 
16531
+  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
10330
16532
+  while :
10331
16533
+  do
10332
16534
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
10333
16535
+    mv "conftest.tmp" "conftest.in"
10334
16536
+    cp "conftest.in" "conftest.nl"
10335
 
+    $as_echo 'FGREP' >> "conftest.nl"
 
16537
+    echo 'FGREP' >> "conftest.nl"
10336
16538
+    "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
10337
16539
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
10338
16540
+    ac_count=`expr $ac_count + 1`
10340
16542
+      # Best one so far, save it but keep looking for a better one
10341
16543
+      ac_cv_path_FGREP="$ac_path_FGREP"
10342
16544
+      ac_path_FGREP_max=$ac_count
10343
 
     fi
 
16545
+    fi
10344
16546
+    # 10*(2^10) chars as input seems more than enough
10345
16547
+    test $ac_count -gt 10 && break
10346
16548
+  done
10347
16549
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
10348
16550
+esac
10349
16551
+
10350
 
+      $ac_path_FGREP_found && break 3
10351
 
+    done
10352
 
   done
10353
 
 done
 
16552
+
 
16553
+    $ac_path_FGREP_found && break 3
 
16554
+  done
 
16555
+done
 
16556
+
 
16557
+done
10354
16558
+IFS=$as_save_IFS
10355
 
+  if test -z "$ac_cv_path_FGREP"; then
10356
 
+    { { $as_echo "$as_me:$LINENO: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
10357
 
+$as_echo "$as_me: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 
16559
+
 
16560
+
 
16561
+fi
 
16562
+
 
16563
+FGREP="$ac_cv_path_FGREP"
 
16564
+if test -z "$FGREP"; then
 
16565
+  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 
16566
+echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
10358
16567
+   { (exit 1); exit 1; }; }
10359
 
+  fi
 
16568
+fi
 
16569
+
10360
16570
+else
10361
16571
+  ac_cv_path_FGREP=$FGREP
10362
16572
+fi
10363
 
 
 
16573
+
 
16574
+
10364
16575
+   fi
10365
 
 fi
10366
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5
10367
 
+$as_echo "$ac_cv_path_FGREP" >&6; }
 
16576
+fi
 
16577
+{ echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5
 
16578
+echo "${ECHO_T}$ac_cv_path_FGREP" >&6; }
10368
16579
+ FGREP="$ac_cv_path_FGREP"
10369
16580
+
10370
16581
+
10384
16595
+
10385
16596
+
10386
16597
+
10387
 
 
10388
 
-SED=$lt_cv_path_SED
10389
 
 
10390
 
-{ $as_echo "$as_me:$LINENO: result: $SED" >&5
10391
 
-$as_echo "$SED" >&6; }
10392
 
 
10393
 
 
10394
 
 # Check whether --with-gnu-ld was given.
10395
 
@@ -5843,9 +5915,9 @@
 
16598
+
 
16599
+
 
16600
+
 
16601
+
 
16602
+# Check whether --with-gnu-ld was given.
 
16603
+if test "${with_gnu_ld+set}" = set; then
 
16604
+  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
 
16605
+else
 
16606
+  with_gnu_ld=no
 
16607
+fi
 
16608
+
 
16609
+ac_prog=ld
 
16610
+if test "$GCC" = yes; then
 
16611
+  # Check if gcc -print-prog-name=ld gives a path.
 
16612
+  { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
 
16613
+echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
 
16614
+  case $host in
 
16615
+  *-*-mingw*)
 
16616
+    # gcc leaves a trailing carriage return which upsets mingw
 
16617
+    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
 
16618
+  *)
 
16619
+    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
 
16620
+  esac
 
16621
   case $ac_prog in
 
16622
     # Accept absolute paths.
10396
16623
     [\\/]* | ?:[\\/]*)
10397
16624
       re_direlt='/[^/][^/]*/\.\./'
10398
16625
       # Canonicalize the pathname of ld
10405
16632
       done
10406
16633
       test -z "$LD" && LD="$ac_prog"
10407
16634
       ;;
10408
 
@@ -5925,33 +5997,15 @@
 
16635
@@ -5863,14 +5817,14 @@
 
16636
     ;;
 
16637
   esac
 
16638
 elif test "$with_gnu_ld" = yes; then
 
16639
-  { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
 
16640
-$as_echo_n "checking for GNU ld... " >&6; }
 
16641
+  { echo "$as_me:$LINENO: checking for GNU ld" >&5
 
16642
+echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
 
16643
 else
 
16644
-  { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
 
16645
-$as_echo_n "checking for non-GNU ld... " >&6; }
 
16646
+  { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
 
16647
+echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
 
16648
 fi
 
16649
 if test "${lt_cv_path_LD+set}" = set; then
 
16650
-  $as_echo_n "(cached) " >&6
 
16651
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
16652
 else
 
16653
   if test -z "$LD"; then
 
16654
   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
16655
@@ -5900,19 +5854,19 @@
 
16656
 
 
16657
 LD="$lt_cv_path_LD"
 
16658
 if test -n "$LD"; then
 
16659
-  { $as_echo "$as_me:$LINENO: result: $LD" >&5
 
16660
-$as_echo "$LD" >&6; }
 
16661
+  { echo "$as_me:$LINENO: result: $LD" >&5
 
16662
+echo "${ECHO_T}$LD" >&6; }
 
16663
 else
 
16664
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
16665
-$as_echo "no" >&6; }
 
16666
+  { echo "$as_me:$LINENO: result: no" >&5
 
16667
+echo "${ECHO_T}no" >&6; }
 
16668
 fi
 
16669
-test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
 
16670
-$as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
 
16671
+test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
 
16672
+echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
 
16673
    { (exit 1); exit 1; }; }
 
16674
-{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
 
16675
-$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
 
16676
+{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
 
16677
+echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
 
16678
 if test "${lt_cv_prog_gnu_ld+set}" = set; then
 
16679
-  $as_echo_n "(cached) " >&6
 
16680
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
16681
 else
 
16682
   # I'd rather use --version here, but apparently some GNU lds only accept -v.
 
16683
 case `$LD -v 2>&1 </dev/null` in
 
16684
@@ -5924,40 +5878,22 @@
 
16685
   ;;
 
16686
 esac
 
16687
 fi
 
16688
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
 
16689
-$as_echo "$lt_cv_prog_gnu_ld" >&6; }
 
16690
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
 
16691
+echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
10409
16692
 with_gnu_ld=$lt_cv_prog_gnu_ld
10410
16693
 
10411
16694
 
10442
16725
+
10443
16726
+
10444
16727
+
10445
 
+{ $as_echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
10446
 
+$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
 
16728
+{ echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
 
16729
+echo $ECHO_N "checking for BSD- or MS-compatible name lister (nm)... $ECHO_C" >&6; }
10447
16730
 if test "${lt_cv_path_NM+set}" = set; then
10448
 
   $as_echo_n "(cached) " >&6
 
16731
-  $as_echo_n "(cached) " >&6
 
16732
+  echo $ECHO_N "(cached) $ECHO_C" >&6
10449
16733
 else
10450
 
@@ -5996,455 +6050,347 @@
 
16734
   if test -n "$NM"; then
 
16735
   # Let the user override the test.
 
16736
@@ -6000,455 +5936,383 @@
10451
16737
     done
10452
16738
     IFS="$lt_save_ifs"
10453
16739
   done
10455
16741
+  : ${lt_cv_path_NM=no}
10456
16742
 fi
10457
16743
 fi
10458
 
 { $as_echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
10459
 
 $as_echo "$lt_cv_path_NM" >&6; }
 
16744
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
 
16745
-$as_echo "$lt_cv_path_NM" >&6; }
10460
16746
-NM="$lt_cv_path_NM"
10461
 
-
10462
 
-{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
10463
 
-$as_echo_n "checking whether ln -s works... " >&6; }
10464
 
-LN_S=$as_ln_s
10465
 
-if test "$LN_S" = "ln -s"; then
10466
 
-  { $as_echo "$as_me:$LINENO: result: yes" >&5
10467
 
-$as_echo "yes" >&6; }
 
16747
+{ echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
 
16748
+echo "${ECHO_T}$lt_cv_path_NM" >&6; }
10468
16749
+if test "$lt_cv_path_NM" != "no"; then
10469
16750
+  NM="$lt_cv_path_NM"
10470
 
 else
10471
 
-  { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
10472
 
-$as_echo "no, using $LN_S" >&6; }
 
16751
+else
10473
16752
+  # Didn't find any BSD compatible name lister, look for dumpbin.
10474
16753
+  if test -n "$ac_tool_prefix"; then
10475
16754
+  for ac_prog in "dumpbin -symbols" "link -dump -symbols"
10476
16755
+  do
10477
16756
+    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
10478
16757
+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
10479
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
10480
 
+$as_echo_n "checking for $ac_word... " >&6; }
 
16758
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
16759
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
10481
16760
+if test "${ac_cv_prog_DUMPBIN+set}" = set; then
10482
 
+  $as_echo_n "(cached) " >&6
 
16761
+  echo $ECHO_N "(cached) $ECHO_C" >&6
10483
16762
+else
10484
16763
+  if test -n "$DUMPBIN"; then
10485
16764
+  ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
10492
16771
+  for ac_exec_ext in '' $ac_executable_extensions; do
10493
16772
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10494
16773
+    ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
10495
 
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
16774
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10496
16775
+    break 2
10497
16776
+  fi
10498
16777
+done
10499
16778
+done
10500
16779
+IFS=$as_save_IFS
10501
 
+
 
16780
 
 
16781
-{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
 
16782
-$as_echo_n "checking whether ln -s works... " >&6; }
 
16783
-LN_S=$as_ln_s
 
16784
-if test "$LN_S" = "ln -s"; then
 
16785
-  { $as_echo "$as_me:$LINENO: result: yes" >&5
 
16786
-$as_echo "yes" >&6; }
10502
16787
+fi
10503
16788
+fi
10504
16789
+DUMPBIN=$ac_cv_prog_DUMPBIN
10505
16790
+if test -n "$DUMPBIN"; then
10506
 
+  { $as_echo "$as_me:$LINENO: result: $DUMPBIN" >&5
10507
 
+$as_echo "$DUMPBIN" >&6; }
10508
 
+else
10509
 
+  { $as_echo "$as_me:$LINENO: result: no" >&5
10510
 
+$as_echo "no" >&6; }
 
16791
+  { echo "$as_me:$LINENO: result: $DUMPBIN" >&5
 
16792
+echo "${ECHO_T}$DUMPBIN" >&6; }
 
16793
 else
 
16794
-  { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
 
16795
-$as_echo "no, using $LN_S" >&6; }
 
16796
+  { echo "$as_me:$LINENO: result: no" >&5
 
16797
+echo "${ECHO_T}no" >&6; }
10511
16798
 fi
10512
16799
 
10513
16800
-{ $as_echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
10514
16801
-$as_echo_n "checking how to recognize dependent libraries... " >&6; }
10515
16802
-if test "${lt_cv_deplibs_check_method+set}" = set; then
10516
 
+
 
16803
-  $as_echo_n "(cached) " >&6
 
16804
-else
 
16805
-  lt_cv_file_magic_cmd='$MAGIC_CMD'
 
16806
-lt_cv_file_magic_test_file=
 
16807
-lt_cv_deplibs_check_method='unknown'
 
16808
-# Need to set the preceding variable on all platforms that support
 
16809
-# interlibrary dependencies.
 
16810
-# 'none' -- dependencies not supported.
 
16811
-# `unknown' -- same as none, but documents that we really don't know.
 
16812
-# 'pass_all' -- all dependencies passed with no checks.
 
16813
-# 'test_compile' -- check by making test program.
 
16814
-# 'file_magic [[regex]]' -- check by looking for files in library path
 
16815
-# which responds to the $file_magic_cmd with a given extended regex.
 
16816
-# If you have `file' or equivalent on your system and you're not sure
 
16817
-# whether `pass_all' will *always* work, you probably want this one.
 
16818
 
 
16819
-case $host_os in
 
16820
-aix[4-9]*)
 
16821
-  lt_cv_deplibs_check_method=pass_all
 
16822
-  ;;
10517
16823
+    test -n "$DUMPBIN" && break
10518
16824
+  done
10519
16825
+fi
10523
16829
+do
10524
16830
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
10525
16831
+set dummy $ac_prog; ac_word=$2
10526
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
10527
 
+$as_echo_n "checking for $ac_word... " >&6; }
 
16832
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
16833
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
10528
16834
+if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
10529
 
   $as_echo_n "(cached) " >&6
10530
 
 else
10531
 
-  lt_cv_file_magic_cmd='$MAGIC_CMD'
10532
 
-lt_cv_file_magic_test_file=
10533
 
-lt_cv_deplibs_check_method='unknown'
10534
 
-# Need to set the preceding variable on all platforms that support
10535
 
-# interlibrary dependencies.
10536
 
-# 'none' -- dependencies not supported.
10537
 
-# `unknown' -- same as none, but documents that we really don't know.
10538
 
-# 'pass_all' -- all dependencies passed with no checks.
10539
 
-# 'test_compile' -- check by making test program.
10540
 
-# 'file_magic [[regex]]' -- check by looking for files in library path
10541
 
-# which responds to the $file_magic_cmd with a given extended regex.
10542
 
-# If you have `file' or equivalent on your system and you're not sure
10543
 
-# whether `pass_all' will *always* work, you probably want this one.
10544
 
-
10545
 
-case $host_os in
10546
 
-aix[4-9]*)
10547
 
-  lt_cv_deplibs_check_method=pass_all
10548
 
-  ;;
 
16835
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
16836
+else
10549
16837
+  if test -n "$ac_ct_DUMPBIN"; then
10550
16838
+  ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
10551
16839
+else
10557
16845
+  for ac_exec_ext in '' $ac_executable_extensions; do
10558
16846
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10559
16847
+    ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
10560
 
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
16848
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10561
16849
+    break 2
10562
16850
+  fi
10563
16851
+done
10571
16859
+fi
10572
16860
+ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
10573
16861
+if test -n "$ac_ct_DUMPBIN"; then
10574
 
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
10575
 
+$as_echo "$ac_ct_DUMPBIN" >&6; }
 
16862
+  { echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
 
16863
+echo "${ECHO_T}$ac_ct_DUMPBIN" >&6; }
10576
16864
+else
10577
 
+  { $as_echo "$as_me:$LINENO: result: no" >&5
10578
 
+$as_echo "no" >&6; }
 
16865
+  { echo "$as_me:$LINENO: result: no" >&5
 
16866
+echo "${ECHO_T}no" >&6; }
10579
16867
+fi
10580
16868
 
10581
16869
-bsdi[45]*)
10606
16894
-    lt_cv_file_magic_cmd='$OBJDUMP -f'
10607
16895
+    case $cross_compiling:$ac_tool_warned in
10608
16896
+yes:)
10609
 
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
10610
 
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
16897
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
16898
+whose name does not start with the host triplet.  If you think this
 
16899
+configuration is useful to you, please write to autoconf@gnu.org." >&5
 
16900
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
16901
+whose name does not start with the host triplet.  If you think this
 
16902
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
10611
16903
+ac_tool_warned=yes ;;
10612
16904
+esac
10613
16905
+    DUMPBIN=$ac_ct_DUMPBIN
10686
16978
-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
10687
16979
-  else
10688
16980
-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
10689
 
+{ $as_echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
10690
 
+$as_echo_n "checking the name lister ($NM) interface... " >&6; }
 
16981
+{ echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
 
16982
+echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6; }
10691
16983
+if test "${lt_cv_nm_interface+set}" = set; then
10692
 
+  $as_echo_n "(cached) " >&6
 
16984
+  echo $ECHO_N "(cached) $ECHO_C" >&6
10693
16985
+else
10694
16986
+  lt_cv_nm_interface="BSD nm"
10695
16987
+  echo "int some_variable = 0;" > conftest.$ac_ext
10696
 
+  (eval echo "\"\$as_me:6181: $ac_compile\"" >&5)
 
16988
+  (eval echo "\"\$as_me:6071: $ac_compile\"" >&5)
10697
16989
+  (eval "$ac_compile" 2>conftest.err)
10698
16990
+  cat conftest.err >&5
10699
 
+  (eval echo "\"\$as_me:6184: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
16991
+  (eval echo "\"\$as_me:6074: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
10700
16992
+  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
10701
16993
+  cat conftest.err >&5
10702
 
+  (eval echo "\"\$as_me:6187: output\"" >&5)
 
16994
+  (eval echo "\"\$as_me:6077: output\"" >&5)
10703
16995
+  cat conftest.out >&5
10704
16996
+  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
10705
16997
+    lt_cv_nm_interface="MS dumpbin"
10706
16998
   fi
10707
16999
-  ;;
10708
 
-
 
17000
+  rm -f conftest*
 
17001
+fi
 
17002
+{ echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
 
17003
+echo "${ECHO_T}$lt_cv_nm_interface" >&6; }
 
17004
 
10709
17005
-newos6*)
10710
17006
-  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
10711
17007
-  lt_cv_file_magic_cmd=/usr/bin/file
10712
17008
-  lt_cv_file_magic_test_file=/usr/lib/libnls.so
10713
17009
-  ;;
10714
 
-
10715
 
-nto-qnx*)
10716
 
-  lt_cv_deplibs_check_method=unknown
10717
 
-  ;;
10718
 
+  rm -f conftest*
10719
 
+fi
10720
 
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
10721
 
+$as_echo "$lt_cv_nm_interface" >&6; }
10722
 
 
10723
 
-openbsd*)
10724
 
-  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10725
 
-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
10726
 
-  else
10727
 
-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
10728
 
-  fi
10729
 
-  ;;
10730
 
+{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
10731
 
+$as_echo_n "checking whether ln -s works... " >&6; }
 
17010
+{ echo "$as_me:$LINENO: checking whether ln -s works" >&5
 
17011
+echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
10732
17012
+LN_S=$as_ln_s
10733
17013
+if test "$LN_S" = "ln -s"; then
10734
 
+  { $as_echo "$as_me:$LINENO: result: yes" >&5
10735
 
+$as_echo "yes" >&6; }
 
17014
+  { echo "$as_me:$LINENO: result: yes" >&5
 
17015
+echo "${ECHO_T}yes" >&6; }
10736
17016
+else
10737
 
+  { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
10738
 
+$as_echo "no, using $LN_S" >&6; }
 
17017
+  { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
 
17018
+echo "${ECHO_T}no, using $LN_S" >&6; }
10739
17019
+fi
10740
17020
 
10741
 
-osf3* | osf4* | osf5*)
10742
 
-  lt_cv_deplibs_check_method=pass_all
 
17021
-nto-qnx*)
 
17022
-  lt_cv_deplibs_check_method=unknown
10743
17023
-  ;;
10744
17024
+# find the maximum length of command line arguments
10745
 
+{ $as_echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
10746
 
+$as_echo_n "checking the maximum length of command line arguments... " >&6; }
 
17025
+{ echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
 
17026
+echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; }
10747
17027
+if test "${lt_cv_sys_max_cmd_len+set}" = set; then
10748
 
+  $as_echo_n "(cached) " >&6
 
17028
+  echo $ECHO_N "(cached) $ECHO_C" >&6
10749
17029
+else
10750
17030
+    i=0
10751
17031
+  teststring="ABCD"
10752
17032
 
10753
 
-rdos*)
10754
 
-  lt_cv_deplibs_check_method=pass_all
 
17033
-openbsd*)
 
17034
-  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
17035
-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
 
17036
-  else
 
17037
-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
 
17038
-  fi
10755
17039
-  ;;
10756
17040
+  case $build_os in
10757
17041
+  msdosdjgpp*)
10762
17046
+    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
10763
17047
+    ;;
10764
17048
 
10765
 
-solaris*)
 
17049
-osf3* | osf4* | osf5*)
10766
17050
-  lt_cv_deplibs_check_method=pass_all
10767
17051
-  ;;
10768
17052
+  gnu*)
10772
17056
+    lt_cv_sys_max_cmd_len=-1;
10773
17057
+    ;;
10774
17058
 
 
17059
-rdos*)
 
17060
-  lt_cv_deplibs_check_method=pass_all
 
17061
-  ;;
 
17062
+  cygwin* | mingw*)
 
17063
+    # On Win9x/ME, this test blows up -- it succeeds, but takes
 
17064
+    # about 5 minutes as the teststring grows exponentially.
 
17065
+    # Worse, since 9x/ME are not pre-emptively multitasking,
 
17066
+    # you end up with a "frozen" computer, even though with patience
 
17067
+    # the test eventually succeeds (with a max line length of 256k).
 
17068
+    # Instead, let's just punt: use the minimum linelength reported by
 
17069
+    # all of the supported platforms: 8192 (on NT/2K/XP).
 
17070
+    lt_cv_sys_max_cmd_len=8192;
 
17071
+    ;;
 
17072
 
 
17073
-solaris*)
 
17074
-  lt_cv_deplibs_check_method=pass_all
 
17075
-  ;;
 
17076
+  amigaos*)
 
17077
+    # On AmigaOS with pdksh, this test takes hours, literally.
 
17078
+    # So we just punt and use a minimum line length of 8192.
 
17079
+    lt_cv_sys_max_cmd_len=8192;
 
17080
+    ;;
 
17081
 
10775
17082
-sysv4 | sysv4.3*)
10776
17083
-  case $host_vendor in
10777
17084
-  motorola)
10778
17085
-    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
10779
17086
-    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
10780
 
+  cygwin* | mingw* | cegcc*)
10781
 
+    # On Win9x/ME, this test blows up -- it succeeds, but takes
10782
 
+    # about 5 minutes as the teststring grows exponentially.
10783
 
+    # Worse, since 9x/ME are not pre-emptively multitasking,
10784
 
+    # you end up with a "frozen" computer, even though with patience
10785
 
+    # the test eventually succeeds (with a max line length of 256k).
10786
 
+    # Instead, let's just punt: use the minimum linelength reported by
10787
 
+    # all of the supported platforms: 8192 (on NT/2K/XP).
10788
 
+    lt_cv_sys_max_cmd_len=8192;
 
17087
+  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
 
17088
+    # This has been around since 386BSD, at least.  Likely further.
 
17089
+    if test -x /sbin/sysctl; then
 
17090
+      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
 
17091
+    elif test -x /usr/sbin/sysctl; then
 
17092
+      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
 
17093
+    else
 
17094
+      lt_cv_sys_max_cmd_len=65536      # usable default for all BSDs
 
17095
+    fi
 
17096
+    # And add a safety zone
 
17097
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
 
17098
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
10789
17099
     ;;
10790
17100
-  ncr)
10791
17101
-    lt_cv_deplibs_check_method=pass_all
10792
17102
+
10793
 
+  amigaos*)
10794
 
+    # On AmigaOS with pdksh, this test takes hours, literally.
10795
 
+    # So we just punt and use a minimum line length of 8192.
10796
 
+    lt_cv_sys_max_cmd_len=8192;
 
17103
+  interix*)
 
17104
+    # We know the value 262144 and hardcode it with a safety zone (like BSD)
 
17105
+    lt_cv_sys_max_cmd_len=196608
10797
17106
     ;;
10798
17107
-  sequent)
10799
17108
-    lt_cv_file_magic_cmd='/bin/file'
10800
17109
-    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
10801
17110
+
10802
 
+  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
10803
 
+    # This has been around since 386BSD, at least.  Likely further.
10804
 
+    if test -x /sbin/sysctl; then
10805
 
+      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
10806
 
+    elif test -x /usr/sbin/sysctl; then
10807
 
+      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
10808
 
+    else
10809
 
+      lt_cv_sys_max_cmd_len=65536      # usable default for all BSDs
 
17111
+  osf*)
 
17112
+    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
 
17113
+    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
 
17114
+    # nice to cause kernel panics so lets avoid the loop below.
 
17115
+    # First set a reasonable default.
 
17116
+    lt_cv_sys_max_cmd_len=16384
 
17117
+    #
 
17118
+    if test -x /sbin/sysconfig; then
 
17119
+      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
 
17120
+        *1*) lt_cv_sys_max_cmd_len=-1 ;;
 
17121
+      esac
10810
17122
+    fi
10811
 
+    # And add a safety zone
10812
 
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
10813
 
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
10814
17123
     ;;
10815
17124
-  sni)
10816
17125
-    lt_cv_file_magic_cmd='/bin/file'
10817
17126
-    lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
10818
17127
-    lt_cv_file_magic_test_file=/lib/libc.so
10819
 
+
10820
 
+  interix*)
10821
 
+    # We know the value 262144 and hardcode it with a safety zone (like BSD)
10822
 
+    lt_cv_sys_max_cmd_len=196608
10823
 
     ;;
10824
 
-  siemens)
10825
 
-    lt_cv_deplibs_check_method=pass_all
10826
 
+
10827
 
+  osf*)
10828
 
+    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
10829
 
+    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
10830
 
+    # nice to cause kernel panics so lets avoid the loop below.
10831
 
+    # First set a reasonable default.
10832
 
+    lt_cv_sys_max_cmd_len=16384
10833
 
+    #
10834
 
+    if test -x /sbin/sysconfig; then
10835
 
+      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
10836
 
+        *1*) lt_cv_sys_max_cmd_len=-1 ;;
10837
 
+      esac
10838
 
+    fi
10839
 
     ;;
10840
 
-  pc)
10841
 
-    lt_cv_deplibs_check_method=pass_all
10842
17128
+  sco3.2v5*)
10843
17129
+    lt_cv_sys_max_cmd_len=102400
10844
 
+    ;;
 
17130
     ;;
 
17131
-  siemens)
 
17132
-    lt_cv_deplibs_check_method=pass_all
10845
17133
+  sysv5* | sco5v6* | sysv4.2uw2*)
10846
17134
+    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
10847
17135
+    if test -n "$kargmax"; then
10849
17137
+    else
10850
17138
+      lt_cv_sys_max_cmd_len=32768
10851
17139
+    fi
10852
 
+    ;;
 
17140
     ;;
 
17141
-  pc)
 
17142
-    lt_cv_deplibs_check_method=pass_all
10853
17143
+  *)
10854
17144
+    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
10855
17145
+    if test -n "$lt_cv_sys_max_cmd_len"; then
10883
17173
     ;;
10884
17174
   esac
10885
17175
-  ;;
10886
 
-
 
17176
 
10887
17177
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10888
17178
-  lt_cv_deplibs_check_method=pass_all
10889
17179
-  ;;
10890
17180
-esac
 
17181
+fi
10891
17182
 
 
17183
+if test -n $lt_cv_sys_max_cmd_len ; then
 
17184
+  { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
 
17185
+echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; }
 
17186
+else
 
17187
+  { echo "$as_me:$LINENO: result: none" >&5
 
17188
+echo "${ECHO_T}none" >&6; }
10892
17189
 fi
10893
17190
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
10894
17191
-$as_echo "$lt_cv_deplibs_check_method" >&6; }
10895
17192
-file_magic_cmd=$lt_cv_file_magic_cmd
10896
17193
-deplibs_check_method=$lt_cv_deplibs_check_method
10897
17194
-test -z "$deplibs_check_method" && deplibs_check_method=unknown
10898
 
-
10899
 
-
10900
 
 
10901
 
+if test -n $lt_cv_sys_max_cmd_len ; then
10902
 
+  { $as_echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
10903
 
+$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
10904
 
+else
10905
 
+  { $as_echo "$as_me:$LINENO: result: none" >&5
10906
 
+$as_echo "none" >&6; }
10907
 
+fi
10908
17195
+max_cmd_len=$lt_cv_sys_max_cmd_len
10909
17196
 
 
17197
 
 
17198
 
 
17199
 
10910
17200
-# If no C compiler was specified, use CC.
10911
17201
-LTCC=${LTCC-"$CC"}
10912
17202
 
10915
17205
 
10916
17206
-# Allow CC to be a program name with arguments.
10917
17207
-compiler=$CC
10918
 
 
10919
 
-# Check whether --enable-libtool-lock was given.
10920
 
-if test "${enable_libtool_lock+set}" = set; then
10921
 
-  enableval=$enable_libtool_lock;
10922
 
-fi
10923
 
 
10924
 
-test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
10925
 
 
10926
 
-# Some flags need to be propagated to the compiler or linker for good
10927
 
-# libtool support.
10928
 
-case $host in
10929
 
-ia64-*-hpux*)
10930
 
-  # Find out which ABI we are using.
10931
 
-  echo 'int i;' > conftest.$ac_ext
10932
 
-  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10933
 
-  (eval $ac_compile) 2>&5
10934
 
-  ac_status=$?
10935
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10936
 
-  (exit $ac_status); }; then
10937
 
-    case `/usr/bin/file conftest.$ac_objext` in
10938
 
-    *ELF-32*)
10939
 
-      HPUX_IA64_MODE="32"
10940
 
-      ;;
10941
 
-    *ELF-64*)
10942
 
-      HPUX_IA64_MODE="64"
10943
 
-      ;;
10944
 
-    esac
10945
 
-  fi
10946
 
-  rm -rf conftest*
10947
 
-  ;;
10948
 
-*-*-irix6*)
10949
 
-  # Find out which ABI we are using.
10950
 
-  echo '#line 6252 "configure"' > conftest.$ac_ext
10951
 
-  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10952
 
-  (eval $ac_compile) 2>&5
10953
 
-  ac_status=$?
10954
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10955
 
-  (exit $ac_status); }; then
10956
 
-   if test "$lt_cv_prog_gnu_ld" = yes; then
10957
 
-    case `/usr/bin/file conftest.$ac_objext` in
10958
 
-    *32-bit*)
10959
 
-      LD="${LD-ld} -melf32bsmip"
10960
 
-      ;;
10961
 
-    *N32*)
10962
 
-      LD="${LD-ld} -melf32bmipn32"
10963
 
-      ;;
10964
 
-    *64-bit*)
10965
 
-      LD="${LD-ld} -melf64bmip"
10966
 
-      ;;
10967
 
-    esac
10968
 
-   else
10969
 
-    case `/usr/bin/file conftest.$ac_objext` in
10970
 
-    *32-bit*)
10971
 
-      LD="${LD-ld} -32"
10972
 
-      ;;
10973
 
-    *N32*)
10974
 
-      LD="${LD-ld} -n32"
10975
 
-      ;;
10976
 
-    *64-bit*)
10977
 
-      LD="${LD-ld} -64"
10978
 
-      ;;
10979
 
-    esac
10980
 
-   fi
10981
 
-  fi
10982
 
-  rm -rf conftest*
10983
 
-  ;;
10984
17208
+: ${CP="cp -f"}
10985
17209
+: ${MV="mv -f"}
10986
17210
+: ${RM="rm -f"}
10987
17211
+
10988
 
+{ $as_echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
10989
 
+$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
 
17212
+{ echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
 
17213
+echo $ECHO_N "checking whether the shell understands some XSI constructs... $ECHO_C" >&6; }
10990
17214
+# Try some XSI features
10991
17215
+xsi_shell=no
10992
17216
+( _lt_dummy="a/b/c"
10995
17219
+    && eval 'test $(( 1 + 1 )) -eq 2 \
10996
17220
+    && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
10997
17221
+  && xsi_shell=yes
10998
 
+{ $as_echo "$as_me:$LINENO: result: $xsi_shell" >&5
10999
 
+$as_echo "$xsi_shell" >&6; }
11000
 
+
11001
 
+
11002
 
+{ $as_echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
11003
 
+$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
 
17222
+{ echo "$as_me:$LINENO: result: $xsi_shell" >&5
 
17223
+echo "${ECHO_T}$xsi_shell" >&6; }
 
17224
+
 
17225
+
 
17226
+{ echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
 
17227
+echo $ECHO_N "checking whether the shell understands \"+=\"... $ECHO_C" >&6; }
11004
17228
+lt_shell_append=no
11005
17229
+( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
11006
17230
+    >/dev/null 2>&1 \
11007
17231
+  && lt_shell_append=yes
11008
 
+{ $as_echo "$as_me:$LINENO: result: $lt_shell_append" >&5
11009
 
+$as_echo "$lt_shell_append" >&6; }
 
17232
+{ echo "$as_me:$LINENO: result: $lt_shell_append" >&5
 
17233
+echo "${ECHO_T}$lt_shell_append" >&6; }
 
17234
 
 
17235
-# Check whether --enable-libtool-lock was given.
 
17236
-if test "${enable_libtool_lock+set}" = set; then
 
17237
-  enableval=$enable_libtool_lock;
 
17238
+
 
17239
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 
17240
+  lt_unset=unset
 
17241
+else
 
17242
+  lt_unset=false
 
17243
 fi
 
17244
 
 
17245
-test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
 
17246
 
 
17247
-# Some flags need to be propagated to the compiler or linker for good
 
17248
-# libtool support.
 
17249
-case $host in
 
17250
-ia64-*-hpux*)
 
17251
-  # Find out which ABI we are using.
 
17252
-  echo 'int i;' > conftest.$ac_ext
 
17253
-  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
17254
-  (eval $ac_compile) 2>&5
 
17255
-  ac_status=$?
 
17256
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17257
-  (exit $ac_status); }; then
 
17258
-    case `/usr/bin/file conftest.$ac_objext` in
 
17259
-    *ELF-32*)
 
17260
-      HPUX_IA64_MODE="32"
 
17261
-      ;;
 
17262
-    *ELF-64*)
 
17263
-      HPUX_IA64_MODE="64"
 
17264
-      ;;
 
17265
-    esac
 
17266
-  fi
 
17267
-  rm -rf conftest*
 
17268
+
 
17269
+
 
17270
+
 
17271
+# test EBCDIC or ASCII
 
17272
+case `echo X|tr X '\101'` in
 
17273
+ A) # ASCII based system
 
17274
+    # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
 
17275
+  lt_SP2NL='tr \040 \012'
 
17276
+  lt_NL2SP='tr \015\012 \040\040'
 
17277
   ;;
 
17278
-*-*-irix6*)
 
17279
-  # Find out which ABI we are using.
 
17280
-  echo '#line 6256 "configure"' > conftest.$ac_ext
 
17281
-  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
17282
-  (eval $ac_compile) 2>&5
 
17283
-  ac_status=$?
 
17284
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17285
-  (exit $ac_status); }; then
 
17286
-   if test "$lt_cv_prog_gnu_ld" = yes; then
 
17287
-    case `/usr/bin/file conftest.$ac_objext` in
 
17288
-    *32-bit*)
 
17289
-      LD="${LD-ld} -melf32bsmip"
 
17290
-      ;;
 
17291
-    *N32*)
 
17292
-      LD="${LD-ld} -melf32bmipn32"
 
17293
-      ;;
 
17294
-    *64-bit*)
 
17295
-      LD="${LD-ld} -melf64bmip"
 
17296
-      ;;
 
17297
-    esac
 
17298
-   else
 
17299
-    case `/usr/bin/file conftest.$ac_objext` in
 
17300
-    *32-bit*)
 
17301
-      LD="${LD-ld} -32"
 
17302
-      ;;
 
17303
-    *N32*)
 
17304
-      LD="${LD-ld} -n32"
 
17305
-      ;;
 
17306
-    *64-bit*)
 
17307
-      LD="${LD-ld} -64"
 
17308
-      ;;
 
17309
-    esac
 
17310
-   fi
 
17311
-  fi
 
17312
-  rm -rf conftest*
 
17313
+ *) # EBCDIC based system
 
17314
+  lt_SP2NL='tr \100 \n'
 
17315
+  lt_NL2SP='tr \r\n \100\100'
 
17316
   ;;
 
17317
+esac
11010
17318
 
11011
17319
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
11012
17320
-s390*-*linux*|sparc*-*linux*)
11070
17378
-$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
11071
17379
-if test "${lt_cv_cc_needs_belf+set}" = set; then
11072
17380
-  $as_echo_n "(cached) " >&6
11073
 
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
11074
 
+  lt_unset=unset
11075
 
 else
 
17381
-else
11076
17382
-  ac_ext=c
11077
17383
-ac_cpp='$CPP $CPPFLAGS'
11078
17384
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11079
17385
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11080
17386
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
11081
 
-
 
17387
 
11082
17388
-     cat >conftest.$ac_ext <<_ACEOF
11083
17389
-/* confdefs.h.  */
11084
17390
-_ACEOF
11085
17391
-cat confdefs.h >>conftest.$ac_ext
11086
17392
-cat >>conftest.$ac_ext <<_ACEOF
11087
17393
-/* end confdefs.h.  */
11088
 
+  lt_unset=false
11089
 
+fi
11090
 
 
 
17394
-
11091
17395
-int
11092
17396
-main ()
11093
17397
-{
11141
17445
-    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
11142
17446
-    CFLAGS="$SAVE_CFLAGS"
11143
17447
-  fi
11144
 
+# test EBCDIC or ASCII
11145
 
+case `echo X|tr X '\101'` in
11146
 
+ A) # ASCII based system
11147
 
+    # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
11148
 
+  lt_SP2NL='tr \040 \012'
11149
 
+  lt_NL2SP='tr \015\012 \040\040'
11150
 
   ;;
 
17448
-  ;;
11151
17449
-sparc*-*solaris*)
11152
17450
-  # Find out which ABI we are using.
11153
17451
-  echo 'int i;' > conftest.$ac_ext
11170
17468
-    esac
11171
17469
-  fi
11172
17470
-  rm -rf conftest*
11173
 
+ *) # EBCDIC based system
11174
 
+  lt_SP2NL='tr \100 \n'
11175
 
+  lt_NL2SP='tr \r\n \100\100'
11176
 
   ;;
11177
 
-
11178
 
-
 
17471
-  ;;
 
17472
 
 
17473
 
 
17474
+{ echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
 
17475
+echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; }
 
17476
+if test "${lt_cv_ld_reload_flag+set}" = set; then
 
17477
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
17478
+else
 
17479
+  lt_cv_ld_reload_flag='-r'
 
17480
+fi
 
17481
+{ echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
 
17482
+echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; }
 
17483
+reload_flag=$lt_cv_ld_reload_flag
 
17484
+case $reload_flag in
 
17485
+"" | " "*) ;;
 
17486
+*) reload_flag=" $reload_flag" ;;
 
17487
+esac
 
17488
+reload_cmds='$LD$reload_flag -o $output$reload_objs'
 
17489
+case $host_os in
 
17490
+  darwin*)
 
17491
+    if test "$GCC" = yes; then
 
17492
+      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
 
17493
+    else
 
17494
+      reload_cmds='$LD$reload_flag -o $output$reload_objs'
 
17495
+    fi
 
17496
+    ;;
11179
17497
 esac
11180
17498
 
11181
17499
-need_locks="$enable_libtool_lock"
11182
17500
-
11183
 
 
 
17501
-
11184
17502
-# On IRIX 5.3, sys/types and inttypes.h are conflicting.
11185
17503
 
11186
17504
 
11187
17505
 
11188
 
@@ -6452,243 +6398,49 @@
11189
 
 
11190
 
 
11191
 
 
11192
 
-
11193
 
-
 
17506
@@ -6458,239 +6322,223 @@
 
17507
 
 
17508
 
 
17509
 
11194
17510
-for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
11195
17511
-                 inttypes.h stdint.h unistd.h
11196
17512
-do
11198
17514
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11199
17515
-$as_echo_n "checking for $ac_header... " >&6; }
11200
17516
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11201
 
+{ $as_echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
11202
 
+$as_echo_n "checking for $LD option to reload object files... " >&6; }
11203
 
+if test "${lt_cv_ld_reload_flag+set}" = set; then
11204
 
   $as_echo_n "(cached) " >&6
 
17517
-  $as_echo_n "(cached) " >&6
 
17518
+{ echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
 
17519
+echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6; }
 
17520
+if test "${lt_cv_deplibs_check_method+set}" = set; then
 
17521
+  echo $ECHO_N "(cached) $ECHO_C" >&6
11205
17522
 else
11206
17523
-  cat >conftest.$ac_ext <<_ACEOF
11207
17524
-/* confdefs.h.  */
11210
17527
-cat >>conftest.$ac_ext <<_ACEOF
11211
17528
-/* end confdefs.h.  */
11212
17529
-$ac_includes_default
11213
 
-
 
17530
+  lt_cv_file_magic_cmd='$MAGIC_CMD'
 
17531
+lt_cv_file_magic_test_file=
 
17532
+lt_cv_deplibs_check_method='unknown'
 
17533
+# Need to set the preceding variable on all platforms that support
 
17534
+# interlibrary dependencies.
 
17535
+# 'none' -- dependencies not supported.
 
17536
+# `unknown' -- same as none, but documents that we really don't know.
 
17537
+# 'pass_all' -- all dependencies passed with no checks.
 
17538
+# 'test_compile' -- check by making test program.
 
17539
+# 'file_magic [[regex]]' -- check by looking for files in library path
 
17540
+# which responds to the $file_magic_cmd with a given extended regex.
 
17541
+# If you have `file' or equivalent on your system and you're not sure
 
17542
+# whether `pass_all' will *always* work, you probably want this one.
 
17543
 
11214
17544
-#include <$ac_header>
11215
17545
-_ACEOF
11216
17546
-rm -f conftest.$ac_objext
11235
17565
-else
11236
17566
-  $as_echo "$as_me: failed program was:" >&5
11237
17567
-sed 's/^/| /' conftest.$ac_ext >&5
11238
 
-
 
17568
+case $host_os in
 
17569
+aix[4-9]*)
 
17570
+  lt_cv_deplibs_check_method=pass_all
 
17571
+  ;;
 
17572
 
11239
17573
-       eval "$as_ac_Header=no"
11240
17574
-fi
11241
 
-
 
17575
+beos*)
 
17576
+  lt_cv_deplibs_check_method=pass_all
 
17577
+  ;;
 
17578
 
11242
17579
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11243
17580
-fi
11244
17581
-ac_res=`eval 'as_val=${'$as_ac_Header'}
11245
17582
-                $as_echo "$as_val"'`
11246
17583
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11247
17584
-$as_echo "$ac_res" >&6; }
11248
 
-as_val=`eval 'as_val=${'$as_ac_Header'}
11249
 
-                $as_echo "$as_val"'`
11250
 
-   if test "x$as_val" = x""yes; then
 
17585
-if test `eval 'as_val=${'$as_ac_Header'}
 
17586
-                $as_echo "$as_val"'` = yes; then
11251
17587
-  cat >>confdefs.h <<_ACEOF
11252
17588
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11253
17589
-_ACEOF
11254
 
-
 
17590
+bsdi[45]*)
 
17591
+  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
 
17592
+  lt_cv_file_magic_cmd='/usr/bin/file -L'
 
17593
+  lt_cv_file_magic_test_file=/shlib/libc.so
 
17594
+  ;;
 
17595
 
11255
17596
-fi
11256
 
-
 
17597
+cygwin*)
 
17598
+  # func_win32_libid is a shell function defined in ltmain.sh
 
17599
+  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
 
17600
+  lt_cv_file_magic_cmd='func_win32_libid'
 
17601
+  ;;
 
17602
 
11257
17603
-done
11258
 
-
11259
 
-
11260
 
-
 
17604
+mingw* | pw32*)
 
17605
+  # Base MSYS/MinGW do not provide the 'file' command needed by
 
17606
+  # func_win32_libid shell function, so use a weaker test based on 'objdump',
 
17607
+  # unless we find 'file', for example because we are cross-compiling.
 
17608
+  if ( file / ) >/dev/null 2>&1; then
 
17609
+    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
 
17610
+    lt_cv_file_magic_cmd='func_win32_libid'
 
17611
+  else
 
17612
+    lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
 
17613
+    lt_cv_file_magic_cmd='$OBJDUMP -f'
 
17614
+  fi
 
17615
+  ;;
 
17616
 
 
17617
+darwin* | rhapsody*)
 
17618
+  lt_cv_deplibs_check_method=pass_all
 
17619
+  ;;
 
17620
 
 
17621
+freebsd* | dragonfly*)
 
17622
+  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
 
17623
+    case $host_cpu in
 
17624
+    i*86 )
 
17625
+      # Not sure whether the presence of OpenBSD here was a mistake.
 
17626
+      # Let's accept both of them until this is cleared up.
 
17627
+      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
 
17628
+      lt_cv_file_magic_cmd=/usr/bin/file
 
17629
+      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
 
17630
+      ;;
 
17631
+    esac
 
17632
+  else
 
17633
+    lt_cv_deplibs_check_method=pass_all
 
17634
+  fi
 
17635
+  ;;
 
17636
 
11261
17637
-for ac_header in dlfcn.h
11262
17638
-do
11263
17639
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11266
17642
-$as_echo_n "checking for $ac_header... " >&6; }
11267
17643
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11268
17644
-  $as_echo_n "(cached) " >&6
11269
 
+  lt_cv_ld_reload_flag='-r'
11270
 
 fi
 
17645
-fi
11271
17646
-ac_res=`eval 'as_val=${'$as_ac_Header'}
11272
17647
-                $as_echo "$as_val"'`
11273
17648
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11290
17665
-case "(($ac_try" in
11291
17666
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11292
17667
-  *) ac_try_echo=$ac_try;;
11293
 
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
11294
 
+$as_echo "$lt_cv_ld_reload_flag" >&6; }
11295
 
+reload_flag=$lt_cv_ld_reload_flag
11296
 
+case $reload_flag in
11297
 
+"" | " "*) ;;
11298
 
+*) reload_flag=" $reload_flag" ;;
11299
 
+esac
11300
 
+reload_cmds='$LD$reload_flag -o $output$reload_objs'
11301
 
+case $host_os in
11302
 
+  darwin*)
11303
 
+    if test "$GCC" = yes; then
11304
 
+      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
11305
 
+    else
11306
 
+      reload_cmds='$LD$reload_flag -o $output$reload_objs'
11307
 
+    fi
11308
 
+    ;;
11309
 
 esac
 
17668
-esac
11310
17669
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11311
17670
-$as_echo "$ac_try_echo") >&5
11312
17671
-  (eval "$ac_compile") 2>conftest.er1
11323
17682
-else
11324
17683
-  $as_echo "$as_me: failed program was:" >&5
11325
17684
-sed 's/^/| /' conftest.$ac_ext >&5
11326
 
-
 
17685
+gnu*)
 
17686
+  lt_cv_deplibs_check_method=pass_all
 
17687
+  ;;
 
17688
 
11327
17689
-       ac_header_compiler=no
11328
17690
-fi
 
17691
+hpux10.20* | hpux11*)
 
17692
+  lt_cv_file_magic_cmd=/usr/bin/file
 
17693
+  case $host_cpu in
 
17694
+  ia64*)
 
17695
+    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
 
17696
+    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
 
17697
+    ;;
 
17698
+  hppa*64*)
 
17699
+    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
 
17700
+    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
 
17701
+    ;;
 
17702
+  *)
 
17703
+    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
 
17704
+    lt_cv_file_magic_test_file=/usr/lib/libc.sl
 
17705
+    ;;
 
17706
+  esac
 
17707
+  ;;
11329
17708
 
11330
17709
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11331
17710
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11332
17711
-$as_echo "$ac_header_compiler" >&6; }
 
17712
+interix[3-9]*)
 
17713
+  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
 
17714
+  lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
 
17715
+  ;;
11333
17716
 
11334
17717
-# Is the header present?
11335
17718
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11363
17746
-else
11364
17747
-  $as_echo "$as_me: failed program was:" >&5
11365
17748
-sed 's/^/| /' conftest.$ac_ext >&5
 
17749
+irix5* | irix6* | nonstopux*)
 
17750
+  case $LD in
 
17751
+  *-32|*"-32 ") libmagic=32-bit;;
 
17752
+  *-n32|*"-n32 ") libmagic=N32;;
 
17753
+  *-64|*"-64 ") libmagic=64-bit;;
 
17754
+  *) libmagic=never-match;;
 
17755
+  esac
 
17756
+  lt_cv_deplibs_check_method=pass_all
 
17757
+  ;;
11366
17758
 
11367
17759
-  ac_header_preproc=no
11368
17760
-fi
 
17761
+# This must be Linux ELF.
 
17762
+linux* | k*bsd*-gnu)
 
17763
+  lt_cv_deplibs_check_method=pass_all
 
17764
+  ;;
11369
17765
 
11370
17766
-rm -f conftest.err conftest.$ac_ext
11371
17767
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11372
17768
-$as_echo "$ac_header_preproc" >&6; }
 
17769
+netbsd* | netbsdelf*-gnu)
 
17770
+  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
 
17771
+    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
 
17772
+  else
 
17773
+    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
 
17774
+  fi
 
17775
+  ;;
11373
17776
 
11374
17777
-# So?  What about this header?
11375
17778
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11379
17782
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11380
17783
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11381
17784
-    ac_header_preproc=yes
11382
 
-    ;;
 
17785
+newos6*)
 
17786
+  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
 
17787
+  lt_cv_file_magic_cmd=/usr/bin/file
 
17788
+  lt_cv_file_magic_test_file=/usr/lib/libnls.so
 
17789
+  ;;
 
17790
+
 
17791
+*nto* | *qnx*)
 
17792
+  lt_cv_deplibs_check_method=pass_all
 
17793
+  ;;
 
17794
+
 
17795
+openbsd*)
 
17796
+  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
17797
+    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
 
17798
+  else
 
17799
+    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
 
17800
+  fi
 
17801
+  ;;
 
17802
+
 
17803
+osf3* | osf4* | osf5*)
 
17804
+  lt_cv_deplibs_check_method=pass_all
 
17805
+  ;;
 
17806
+
 
17807
+rdos*)
 
17808
+  lt_cv_deplibs_check_method=pass_all
 
17809
+  ;;
 
17810
+
 
17811
+solaris*)
 
17812
+  lt_cv_deplibs_check_method=pass_all
 
17813
+  ;;
 
17814
+
 
17815
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
 
17816
+  lt_cv_deplibs_check_method=pass_all
 
17817
+  ;;
 
17818
+
 
17819
+sysv4 | sysv4.3*)
 
17820
+  case $host_vendor in
 
17821
+  motorola)
 
17822
+    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
 
17823
+    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
 
17824
     ;;
11383
17825
-  no:yes:* )
11384
17826
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11385
17827
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11399
17841
-## ----------------------------------------------------------------------------------- ##
11400
17842
-_ASBOX
11401
17843
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
11402
 
-    ;;
11403
 
-esac
 
17844
+  ncr)
 
17845
+    lt_cv_deplibs_check_method=pass_all
 
17846
+    ;;
 
17847
+  sequent)
 
17848
+    lt_cv_file_magic_cmd='/bin/file'
 
17849
+    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
 
17850
+    ;;
 
17851
+  sni)
 
17852
+    lt_cv_file_magic_cmd='/bin/file'
 
17853
+    lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
 
17854
+    lt_cv_file_magic_test_file=/lib/libc.so
 
17855
+    ;;
 
17856
+  siemens)
 
17857
+    lt_cv_deplibs_check_method=pass_all
 
17858
+    ;;
 
17859
+  pc)
 
17860
+    lt_cv_deplibs_check_method=pass_all
 
17861
     ;;
 
17862
+  esac
 
17863
+  ;;
 
17864
+
 
17865
+tpf*)
 
17866
+  lt_cv_deplibs_check_method=pass_all
 
17867
+  ;;
 
17868
 esac
11404
17869
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11405
17870
-$as_echo_n "checking for $ac_header... " >&6; }
11406
17871
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11413
17878
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11414
17879
-$as_echo "$ac_res" >&6; }
11415
17880
 
11416
 
-fi
11417
 
-as_val=`eval 'as_val=${'$as_ac_Header'}
11418
 
-                $as_echo "$as_val"'`
11419
 
-   if test "x$as_val" = x""yes; then
 
17881
 fi
 
17882
-if test `eval 'as_val=${'$as_ac_Header'}
 
17883
-                $as_echo "$as_val"'` = yes; then
11420
17884
-  cat >>confdefs.h <<_ACEOF
11421
17885
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11422
17886
-_ACEOF
 
17887
+{ echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
 
17888
+echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; }
 
17889
+file_magic_cmd=$lt_cv_file_magic_cmd
 
17890
+deplibs_check_method=$lt_cv_deplibs_check_method
 
17891
+test -z "$deplibs_check_method" && deplibs_check_method=unknown
11423
17892
 
11424
17893
-fi
11425
17894
 
11439
17908
-  do
11440
17909
-    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
11441
17910
-set dummy $ac_tool_prefix$ac_prog; ac_word=$2
11442
 
+if test -n "$ac_tool_prefix"; then
11443
 
+  # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
11444
 
+set dummy ${ac_tool_prefix}objdump; ac_word=$2
11445
 
 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
11446
 
 $as_echo_n "checking for $ac_word... " >&6; }
 
17911
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
17912
-$as_echo_n "checking for $ac_word... " >&6; }
11447
17913
-if test "${ac_cv_prog_CXX+set}" = set; then
11448
 
+if test "${ac_cv_prog_OBJDUMP+set}" = set; then
11449
 
   $as_echo_n "(cached) " >&6
 
17914
-  $as_echo_n "(cached) " >&6
 
17915
+
 
17916
+
 
17917
+
 
17918
+
 
17919
+
 
17920
+
 
17921
+
 
17922
+
 
17923
+
 
17924
+if test -n "$ac_tool_prefix"; then
 
17925
+  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
 
17926
+set dummy ${ac_tool_prefix}ar; ac_word=$2
 
17927
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
17928
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
17929
+if test "${ac_cv_prog_AR+set}" = set; then
 
17930
+  echo $ECHO_N "(cached) $ECHO_C" >&6
11450
17931
 else
11451
17932
-  if test -n "$CXX"; then
11452
17933
-  ac_cv_prog_CXX="$CXX" # Let the user override the test.
11453
 
+  if test -n "$OBJDUMP"; then
11454
 
+  ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
 
17934
+  if test -n "$AR"; then
 
17935
+  ac_cv_prog_AR="$AR" # Let the user override the test.
11455
17936
 else
11456
17937
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11457
17938
 for as_dir in $PATH
11458
 
@@ -6697,7 +6449,7 @@
 
17939
@@ -6699,8 +6547,8 @@
11459
17940
   test -z "$as_dir" && as_dir=.
11460
17941
   for ac_exec_ext in '' $ac_executable_extensions; do
11461
17942
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11462
17943
-    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
11463
 
+    ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
11464
 
     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
17944
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
17945
+    ac_cv_prog_AR="${ac_tool_prefix}ar"
 
17946
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11465
17947
     break 2
11466
17948
   fi
11467
 
@@ -6707,32 +6459,28 @@
 
17949
 done
 
17950
@@ -6709,32 +6557,28 @@
11468
17951
 
11469
17952
 fi
11470
17953
 fi
11472
17955
-if test -n "$CXX"; then
11473
17956
-  { $as_echo "$as_me:$LINENO: result: $CXX" >&5
11474
17957
-$as_echo "$CXX" >&6; }
11475
 
+OBJDUMP=$ac_cv_prog_OBJDUMP
11476
 
+if test -n "$OBJDUMP"; then
11477
 
+  { $as_echo "$as_me:$LINENO: result: $OBJDUMP" >&5
11478
 
+$as_echo "$OBJDUMP" >&6; }
 
17958
+AR=$ac_cv_prog_AR
 
17959
+if test -n "$AR"; then
 
17960
+  { echo "$as_me:$LINENO: result: $AR" >&5
 
17961
+echo "${ECHO_T}$AR" >&6; }
11479
17962
 else
11480
 
   { $as_echo "$as_me:$LINENO: result: no" >&5
11481
 
 $as_echo "no" >&6; }
 
17963
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
17964
-$as_echo "no" >&6; }
 
17965
+  { echo "$as_me:$LINENO: result: no" >&5
 
17966
+echo "${ECHO_T}no" >&6; }
11482
17967
 fi
11483
17968
 
11484
17969
 
11491
17976
-do
11492
17977
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
11493
17978
-set dummy $ac_prog; ac_word=$2
11494
 
+if test -z "$ac_cv_prog_OBJDUMP"; then
11495
 
+  ac_ct_OBJDUMP=$OBJDUMP
11496
 
+  # Extract the first word of "objdump", so it can be a program name with args.
11497
 
+set dummy objdump; ac_word=$2
11498
 
 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
11499
 
 $as_echo_n "checking for $ac_word... " >&6; }
 
17979
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
17980
-$as_echo_n "checking for $ac_word... " >&6; }
11500
17981
-if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
11501
 
+if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
11502
 
   $as_echo_n "(cached) " >&6
 
17982
-  $as_echo_n "(cached) " >&6
 
17983
+if test -z "$ac_cv_prog_AR"; then
 
17984
+  ac_ct_AR=$AR
 
17985
+  # Extract the first word of "ar", so it can be a program name with args.
 
17986
+set dummy ar; ac_word=$2
 
17987
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
17988
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
17989
+if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
 
17990
+  echo $ECHO_N "(cached) $ECHO_C" >&6
11503
17991
 else
11504
17992
-  if test -n "$ac_ct_CXX"; then
11505
17993
-  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
11506
 
+  if test -n "$ac_ct_OBJDUMP"; then
11507
 
+  ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
 
17994
+  if test -n "$ac_ct_AR"; then
 
17995
+  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
11508
17996
 else
11509
17997
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11510
17998
 for as_dir in $PATH
11511
 
@@ -6741,7 +6489,7 @@
 
17999
@@ -6743,8 +6587,8 @@
11512
18000
   test -z "$as_dir" && as_dir=.
11513
18001
   for ac_exec_ext in '' $ac_executable_extensions; do
11514
18002
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11515
18003
-    ac_cv_prog_ac_ct_CXX="$ac_prog"
11516
 
+    ac_cv_prog_ac_ct_OBJDUMP="objdump"
11517
 
     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
18004
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
18005
+    ac_cv_prog_ac_ct_AR="ar"
 
18006
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11518
18007
     break 2
11519
18008
   fi
11520
 
@@ -6751,21 +6499,17 @@
 
18009
 done
 
18010
@@ -6753,705 +6597,200 @@
11521
18011
 
11522
18012
 fi
11523
18013
 fi
11525
18015
-if test -n "$ac_ct_CXX"; then
11526
18016
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
11527
18017
-$as_echo "$ac_ct_CXX" >&6; }
11528
 
+ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
11529
 
+if test -n "$ac_ct_OBJDUMP"; then
11530
 
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
11531
 
+$as_echo "$ac_ct_OBJDUMP" >&6; }
 
18018
+ac_ct_AR=$ac_cv_prog_ac_ct_AR
 
18019
+if test -n "$ac_ct_AR"; then
 
18020
+  { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
 
18021
+echo "${ECHO_T}$ac_ct_AR" >&6; }
11532
18022
 else
11533
 
   { $as_echo "$as_me:$LINENO: result: no" >&5
11534
 
 $as_echo "no" >&6; }
 
18023
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
18024
-$as_echo "no" >&6; }
 
18025
+  { echo "$as_me:$LINENO: result: no" >&5
 
18026
+echo "${ECHO_T}no" >&6; }
11535
18027
 fi
11536
18028
 
11537
18029
-
11540
18032
-
11541
18033
-  if test "x$ac_ct_CXX" = x; then
11542
18034
-    CXX="g++"
11543
 
+  if test "x$ac_ct_OBJDUMP" = x; then
11544
 
+    OBJDUMP="false"
 
18035
+  if test "x$ac_ct_AR" = x; then
 
18036
+    AR="false"
11545
18037
   else
11546
18038
     case $cross_compiling:$ac_tool_warned in
11547
18039
 yes:)
11548
 
@@ -6773,637 +6517,245 @@
11549
 
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
18040
-{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
18041
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
18042
 whose name does not start with the host triplet.  If you think this
 
18043
 configuration is useful to you, please write to autoconf@gnu.org." >&5
 
18044
-$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
18045
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
18046
 whose name does not start with the host triplet.  If you think this
 
18047
 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
11550
18048
 ac_tool_warned=yes ;;
11551
18049
 esac
11552
18050
-    CXX=$ac_ct_CXX
11553
 
+    OBJDUMP=$ac_ct_OBJDUMP
 
18051
+    AR=$ac_ct_AR
11554
18052
   fi
11555
18053
+else
11556
 
+  OBJDUMP="$ac_cv_prog_OBJDUMP"
 
18054
+  AR="$ac_cv_prog_AR"
11557
18055
 fi
11558
18056
 
11559
18057
-  fi
11595
18093
-  ac_status=$?
11596
18094
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11597
18095
-  (exit $ac_status); }
11598
 
-
 
18096
+test -z "$AR" && AR=ar
 
18097
+test -z "$AR_FLAGS" && AR_FLAGS=cru
 
18098
 
11599
18099
-{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
11600
18100
-$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
11601
18101
-if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
11607
18107
-cat confdefs.h >>conftest.$ac_ext
11608
18108
-cat >>conftest.$ac_ext <<_ACEOF
11609
18109
-/* end confdefs.h.  */
11610
 
-
 
18110
 
11611
18111
-int
11612
18112
-main ()
11613
18113
-{
11614
18114
-#ifndef __GNUC__
11615
18115
-       choke me
11616
18116
-#endif
11617
 
+test -z "$OBJDUMP" && OBJDUMP=objdump
11618
18117
 
11619
18118
-  ;
11620
18119
-  return 0;
11741
18240
-        test ! -s conftest.err
11742
18241
-       } && test -s conftest.$ac_objext; then
11743
18242
-  :
11744
 
+{ $as_echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
11745
 
+$as_echo_n "checking how to recognize dependent libraries... " >&6; }
11746
 
+if test "${lt_cv_deplibs_check_method+set}" = set; then
11747
 
+  $as_echo_n "(cached) " >&6
 
18243
+if test -n "$ac_tool_prefix"; then
 
18244
+  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 
18245
+set dummy ${ac_tool_prefix}strip; ac_word=$2
 
18246
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
18247
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
18248
+if test "${ac_cv_prog_STRIP+set}" = set; then
 
18249
+  echo $ECHO_N "(cached) $ECHO_C" >&6
11748
18250
 else
11749
18251
-  $as_echo "$as_me: failed program was:" >&5
11750
18252
-sed 's/^/| /' conftest.$ac_ext >&5
11751
 
+  lt_cv_file_magic_cmd='$MAGIC_CMD'
11752
 
+lt_cv_file_magic_test_file=
11753
 
+lt_cv_deplibs_check_method='unknown'
11754
 
+# Need to set the preceding variable on all platforms that support
11755
 
+# interlibrary dependencies.
11756
 
+# 'none' -- dependencies not supported.
11757
 
+# `unknown' -- same as none, but documents that we really don't know.
11758
 
+# 'pass_all' -- all dependencies passed with no checks.
11759
 
+# 'test_compile' -- check by making test program.
11760
 
+# 'file_magic [[regex]]' -- check by looking for files in library path
11761
 
+# which responds to the $file_magic_cmd with a given extended regex.
11762
 
+# If you have `file' or equivalent on your system and you're not sure
11763
 
+# whether `pass_all' will *always* work, you probably want this one.
11764
 
 
 
18253
-
11765
18254
-       ac_cxx_werror_flag=$ac_save_cxx_werror_flag
11766
18255
-        CXXFLAGS="-g"
11767
18256
-        cat >conftest.$ac_ext <<_ACEOF
11770
18259
-cat confdefs.h >>conftest.$ac_ext
11771
18260
-cat >>conftest.$ac_ext <<_ACEOF
11772
18261
-/* end confdefs.h.  */
11773
 
+case $host_os in
11774
 
+aix[4-9]*)
11775
 
+  lt_cv_deplibs_check_method=pass_all
11776
 
+  ;;
11777
 
 
 
18262
-
11778
18263
-int
11779
18264
-main ()
11780
18265
-{
11781
 
+beos*)
11782
 
+  lt_cv_deplibs_check_method=pass_all
11783
 
+  ;;
 
18266
+  if test -n "$STRIP"; then
 
18267
+  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
 
18268
+else
 
18269
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
18270
+for as_dir in $PATH
 
18271
+do
 
18272
+  IFS=$as_save_IFS
 
18273
+  test -z "$as_dir" && as_dir=.
 
18274
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
18275
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
18276
+    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
 
18277
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
18278
+    break 2
 
18279
+  fi
 
18280
+done
 
18281
+done
 
18282
+IFS=$as_save_IFS
11784
18283
 
11785
18284
-  ;
11786
18285
-  return 0;
11805
18304
-        test ! -s conftest.err
11806
18305
-       } && test -s conftest.$ac_objext; then
11807
18306
-  ac_cv_prog_cxx_g=yes
11808
 
-else
 
18307
+fi
 
18308
+fi
 
18309
+STRIP=$ac_cv_prog_STRIP
 
18310
+if test -n "$STRIP"; then
 
18311
+  { echo "$as_me:$LINENO: result: $STRIP" >&5
 
18312
+echo "${ECHO_T}$STRIP" >&6; }
 
18313
 else
11809
18314
-  $as_echo "$as_me: failed program was:" >&5
11810
18315
-sed 's/^/| /' conftest.$ac_ext >&5
11811
 
+bsdi[45]*)
11812
 
+  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
11813
 
+  lt_cv_file_magic_cmd='/usr/bin/file -L'
11814
 
+  lt_cv_file_magic_test_file=/shlib/libc.so
11815
 
+  ;;
11816
 
 
11817
 
+cygwin*)
11818
 
+  # func_win32_libid is a shell function defined in ltmain.sh
11819
 
+  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
11820
 
+  lt_cv_file_magic_cmd='func_win32_libid'
11821
 
+  ;;
11822
 
 
11823
 
-fi
11824
 
+mingw* | pw32*)
11825
 
+  # Base MSYS/MinGW do not provide the 'file' command needed by
11826
 
+  # func_win32_libid shell function, so use a weaker test based on 'objdump',
11827
 
+  # unless we find 'file', for example because we are cross-compiling.
11828
 
+  if ( file / ) >/dev/null 2>&1; then
11829
 
+    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
11830
 
+    lt_cv_file_magic_cmd='func_win32_libid'
11831
 
+  else
11832
 
+    lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
11833
 
+    lt_cv_file_magic_cmd='$OBJDUMP -f'
 
18316
+  { echo "$as_me:$LINENO: result: no" >&5
 
18317
+echo "${ECHO_T}no" >&6; }
 
18318
+fi
 
18319
 
 
18320
 
 
18321
 fi
 
18322
+if test -z "$ac_cv_prog_STRIP"; then
 
18323
+  ac_ct_STRIP=$STRIP
 
18324
+  # Extract the first word of "strip", so it can be a program name with args.
 
18325
+set dummy strip; ac_word=$2
 
18326
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
18327
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
18328
+if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
 
18329
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
18330
+else
 
18331
+  if test -n "$ac_ct_STRIP"; then
 
18332
+  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
 
18333
+else
 
18334
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
18335
+for as_dir in $PATH
 
18336
+do
 
18337
+  IFS=$as_save_IFS
 
18338
+  test -z "$as_dir" && as_dir=.
 
18339
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
18340
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
18341
+    ac_cv_prog_ac_ct_STRIP="strip"
 
18342
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
18343
+    break 2
11834
18344
+  fi
11835
 
+  ;;
11836
 
 
11837
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11838
 
-fi
11839
 
+cegcc)
11840
 
+  # use the weaker test based on 'objdump'. See mingw*.
11841
 
+  lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
11842
 
+  lt_cv_file_magic_cmd='$OBJDUMP -f'
11843
 
+  ;;
11844
 
 
11845
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11846
 
-fi
11847
 
+darwin* | rhapsody*)
11848
 
+  lt_cv_deplibs_check_method=pass_all
11849
 
+  ;;
11850
 
 
 
18345
+done
 
18346
+done
 
18347
+IFS=$as_save_IFS
 
18348
 
 
18349
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
18350
 fi
 
18351
-
 
18352
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
18353
 fi
 
18354
-
11851
18355
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11852
18356
-   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
11853
 
-fi
 
18357
+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
 
18358
+if test -n "$ac_ct_STRIP"; then
 
18359
+  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 
18360
+echo "${ECHO_T}$ac_ct_STRIP" >&6; }
 
18361
+else
 
18362
+  { echo "$as_me:$LINENO: result: no" >&5
 
18363
+echo "${ECHO_T}no" >&6; }
 
18364
 fi
11854
18365
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
11855
18366
-$as_echo "$ac_cv_prog_cxx_g" >&6; }
11856
18367
-if test "$ac_test_CXXFLAGS" = set; then
11858
18369
-elif test $ac_cv_prog_cxx_g = yes; then
11859
18370
-  if test "$GXX" = yes; then
11860
18371
-    CXXFLAGS="-g -O2"
11861
 
-  else
 
18372
+
 
18373
+  if test "x$ac_ct_STRIP" = x; then
 
18374
+    STRIP=":"
 
18375
   else
11862
18376
-    CXXFLAGS="-g"
11863
 
-  fi
11864
 
-else
 
18377
+    case $cross_compiling:$ac_tool_warned in
 
18378
+yes:)
 
18379
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
18380
+whose name does not start with the host triplet.  If you think this
 
18381
+configuration is useful to you, please write to autoconf@gnu.org." >&5
 
18382
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
18383
+whose name does not start with the host triplet.  If you think this
 
18384
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
18385
+ac_tool_warned=yes ;;
 
18386
+esac
 
18387
+    STRIP=$ac_ct_STRIP
 
18388
   fi
 
18389
 else
11865
18390
-  if test "$GXX" = yes; then
11866
18391
-    CXXFLAGS="-O2"
11867
 
+freebsd* | dragonfly*)
11868
 
+  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
11869
 
+    case $host_cpu in
11870
 
+    i*86 )
11871
 
+      # Not sure whether the presence of OpenBSD here was a mistake.
11872
 
+      # Let's accept both of them until this is cleared up.
11873
 
+      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
11874
 
+      lt_cv_file_magic_cmd=/usr/bin/file
11875
 
+      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
11876
 
+      ;;
11877
 
+    esac
11878
 
   else
 
18392
-  else
11879
18393
-    CXXFLAGS=
11880
 
+    lt_cv_deplibs_check_method=pass_all
11881
 
   fi
11882
 
-fi
 
18394
-  fi
 
18395
+  STRIP="$ac_cv_prog_STRIP"
 
18396
 fi
11883
18397
-ac_ext=cpp
11884
18398
-ac_cpp='$CXXCPP $CPPFLAGS'
11885
18399
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11886
18400
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11887
18401
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
11888
 
+  ;;
11889
18402
 
11890
18403
-depcc="$CXX"  am_compiler_list=
11891
 
+gnu*)
11892
 
+  lt_cv_deplibs_check_method=pass_all
11893
 
+  ;;
 
18404
+test -z "$STRIP" && STRIP=:
11894
18405
 
11895
18406
-{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
11896
18407
-$as_echo_n "checking dependency style of $depcc... " >&6; }
11915
18426
-  # the current directory while Tru64 will put them in the object
11916
18427
-  # directory.
11917
18428
-  mkdir sub
11918
 
+hpux10.20* | hpux11*)
11919
 
+  lt_cv_file_magic_cmd=/usr/bin/file
11920
 
+  case $host_cpu in
11921
 
+  ia64*)
11922
 
+    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
11923
 
+    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
11924
 
+    ;;
11925
 
+  hppa*64*)
11926
 
+    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
11927
 
+    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
11928
 
+    ;;
11929
 
+  *)
11930
 
+    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
11931
 
+    lt_cv_file_magic_test_file=/usr/lib/libc.sl
11932
 
+    ;;
11933
 
+  esac
11934
 
+  ;;
11935
18429
 
11936
18430
-  am_cv_CXX_dependencies_compiler_type=none
11937
18431
-  if test "$am_compiler_list" = ""; then
11953
18447
-      touch sub/conftst$i.h
11954
18448
-    done
11955
18449
-    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
11956
 
+interix[3-9]*)
11957
 
+  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
11958
 
+  lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
11959
 
+  ;;
11960
18450
 
11961
18451
-    case $depmode in
11962
18452
-    nosideeffect)
11996
18486
-      fi
11997
18487
-    fi
11998
18488
-  done
11999
 
+irix5* | irix6* | nonstopux*)
12000
 
+  case $LD in
12001
 
+  *-32|*"-32 ") libmagic=32-bit;;
12002
 
+  *-n32|*"-n32 ") libmagic=N32;;
12003
 
+  *-64|*"-64 ") libmagic=64-bit;;
12004
 
+  *) libmagic=never-match;;
12005
 
+  esac
12006
 
+  lt_cv_deplibs_check_method=pass_all
12007
 
+  ;;
12008
18489
 
12009
18490
-  cd ..
12010
18491
-  rm -rf conftest.dir
12011
 
-else
 
18492
+
 
18493
+
 
18494
+if test -n "$ac_tool_prefix"; then
 
18495
+  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
 
18496
+set dummy ${ac_tool_prefix}ranlib; ac_word=$2
 
18497
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
18498
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
18499
+if test "${ac_cv_prog_RANLIB+set}" = set; then
 
18500
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
18501
 else
12012
18502
-  am_cv_CXX_dependencies_compiler_type=none
12013
18503
-fi
12014
 
+# This must be Linux ELF.
12015
 
+linux* | k*bsd*-gnu)
12016
 
+  lt_cv_deplibs_check_method=pass_all
12017
 
+  ;;
 
18504
+  if test -n "$RANLIB"; then
 
18505
+  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
 
18506
+else
 
18507
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
18508
+for as_dir in $PATH
 
18509
+do
 
18510
+  IFS=$as_save_IFS
 
18511
+  test -z "$as_dir" && as_dir=.
 
18512
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
18513
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
18514
+    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
 
18515
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
18516
+    break 2
 
18517
+  fi
 
18518
+done
 
18519
+done
 
18520
+IFS=$as_save_IFS
12018
18521
 
12019
 
-fi
 
18522
 fi
12020
18523
-{ $as_echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
12021
18524
-$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
12022
18525
-CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
12023
 
+netbsd* | netbsdelf*-gnu)
12024
 
+  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
12025
 
+    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
12026
 
+  else
12027
 
+    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
12028
 
+  fi
12029
 
+  ;;
12030
 
 
 
18526
-
12031
18527
- if
12032
18528
-  test "x$enable_dependency_tracking" != xno \
12033
18529
-  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
12034
18530
-  am__fastdepCXX_TRUE=
12035
18531
-  am__fastdepCXX_FALSE='#'
12036
 
-else
 
18532
+fi
 
18533
+RANLIB=$ac_cv_prog_RANLIB
 
18534
+if test -n "$RANLIB"; then
 
18535
+  { echo "$as_me:$LINENO: result: $RANLIB" >&5
 
18536
+echo "${ECHO_T}$RANLIB" >&6; }
 
18537
 else
12037
18538
-  am__fastdepCXX_TRUE='#'
12038
18539
-  am__fastdepCXX_FALSE=
12039
 
-fi
12040
 
+newos6*)
12041
 
+  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
12042
 
+  lt_cv_file_magic_cmd=/usr/bin/file
12043
 
+  lt_cv_file_magic_test_file=/usr/lib/libnls.so
12044
 
+  ;;
12045
 
 
12046
 
+*nto* | *qnx*)
12047
 
+  lt_cv_deplibs_check_method=pass_all
12048
 
+  ;;
12049
 
+
12050
 
+openbsd*)
12051
 
+  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12052
 
+    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
12053
 
+  else
12054
 
+    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
12055
 
+  fi
12056
 
+  ;;
12057
 
 
12058
 
+osf3* | osf4* | osf5*)
12059
 
+  lt_cv_deplibs_check_method=pass_all
12060
 
+  ;;
12061
 
 
12062
 
+rdos*)
12063
 
+  lt_cv_deplibs_check_method=pass_all
12064
 
+  ;;
12065
 
 
 
18540
+  { echo "$as_me:$LINENO: result: no" >&5
 
18541
+echo "${ECHO_T}no" >&6; }
 
18542
 fi
 
18543
 
 
18544
 
 
18545
-
 
18546
-
12066
18547
-if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
12067
18548
-    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
12068
18549
-    (test "X$CXX" != "Xg++"))) ; then
12076
18557
-if test -z "$CXXCPP"; then
12077
18558
-  if test "${ac_cv_prog_CXXCPP+set}" = set; then
12078
18559
-  $as_echo_n "(cached) " >&6
12079
 
-else
 
18560
+fi
 
18561
+if test -z "$ac_cv_prog_RANLIB"; then
 
18562
+  ac_ct_RANLIB=$RANLIB
 
18563
+  # Extract the first word of "ranlib", so it can be a program name with args.
 
18564
+set dummy ranlib; ac_word=$2
 
18565
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
18566
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
18567
+if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
 
18568
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
18569
 else
12080
18570
-      # Double quotes because CXXCPP needs to be expanded
12081
18571
-    for CXXCPP in "$CXX -E" "/lib/cpp"
12082
18572
-    do
12123
18613
-else
12124
18614
-  $as_echo "$as_me: failed program was:" >&5
12125
18615
-sed 's/^/| /' conftest.$ac_ext >&5
12126
 
+solaris*)
12127
 
+  lt_cv_deplibs_check_method=pass_all
12128
 
+  ;;
12129
 
 
 
18616
-
12130
18617
-  # Broken: fails on valid input.
12131
18618
-continue
12132
18619
-fi
12133
 
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12134
 
+  lt_cv_deplibs_check_method=pass_all
12135
 
+  ;;
12136
 
 
 
18620
-
12137
18621
-rm -f conftest.err conftest.$ac_ext
12138
 
+sysv4 | sysv4.3*)
12139
 
+  case $host_vendor in
12140
 
+  motorola)
12141
 
+    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
12142
 
+    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
12143
 
+    ;;
12144
 
+  ncr)
12145
 
+    lt_cv_deplibs_check_method=pass_all
12146
 
+    ;;
12147
 
+  sequent)
12148
 
+    lt_cv_file_magic_cmd='/bin/file'
12149
 
+    lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
12150
 
+    ;;
12151
 
+  sni)
12152
 
+    lt_cv_file_magic_cmd='/bin/file'
12153
 
+    lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
12154
 
+    lt_cv_file_magic_test_file=/lib/libc.so
12155
 
+    ;;
12156
 
+  siemens)
12157
 
+    lt_cv_deplibs_check_method=pass_all
12158
 
+    ;;
12159
 
+  pc)
12160
 
+    lt_cv_deplibs_check_method=pass_all
12161
 
+    ;;
12162
 
+  esac
12163
 
+  ;;
12164
 
 
 
18622
-
12165
18623
-  # OK, works on sane cases.  Now check whether nonexistent headers
12166
18624
-  # can be detected and how.
12167
18625
-  cat >conftest.$ac_ext <<_ACEOF
12176
18634
-case "(($ac_try" in
12177
18635
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12178
18636
-  *) ac_try_echo=$ac_try;;
12179
 
+tpf*)
12180
 
+  lt_cv_deplibs_check_method=pass_all
12181
 
+  ;;
12182
 
 esac
 
18637
-esac
12183
18638
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12184
18639
-$as_echo "$ac_try_echo") >&5
12185
18640
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12197
18652
-else
12198
18653
-  $as_echo "$as_me: failed program was:" >&5
12199
18654
-sed 's/^/| /' conftest.$ac_ext >&5
12200
 
 
 
18655
-
12201
18656
-  # Passes both tests.
12202
18657
-ac_preproc_ok=:
12203
18658
-break
12204
 
 fi
12205
 
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
12206
 
+$as_echo "$lt_cv_deplibs_check_method" >&6; }
12207
 
+file_magic_cmd=$lt_cv_file_magic_cmd
12208
 
+deplibs_check_method=$lt_cv_deplibs_check_method
12209
 
+test -z "$deplibs_check_method" && deplibs_check_method=unknown
12210
 
 
 
18659
-fi
 
18660
-
12211
18661
-rm -f conftest.err conftest.$ac_ext
12212
 
 
 
18662
-
12213
18663
-done
12214
18664
-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12215
18665
-rm -f conftest.err conftest.$ac_ext
12270
18720
-else
12271
18721
-  $as_echo "$as_me: failed program was:" >&5
12272
18722
-sed 's/^/| /' conftest.$ac_ext >&5
12273
 
 
 
18723
-
12274
18724
-  # Broken: fails on valid input.
12275
18725
-continue
12276
18726
-fi
12277
 
 
 
18727
-
12278
18728
-rm -f conftest.err conftest.$ac_ext
12279
 
 
 
18729
-
12280
18730
-  # OK, works on sane cases.  Now check whether nonexistent headers
12281
18731
-  # can be detected and how.
12282
18732
-  cat >conftest.$ac_ext <<_ACEOF
12309
18759
-else
12310
18760
-  $as_echo "$as_me: failed program was:" >&5
12311
18761
-sed 's/^/| /' conftest.$ac_ext >&5
12312
 
 
 
18762
-
12313
18763
-  # Passes both tests.
12314
18764
-ac_preproc_ok=:
12315
18765
-break
12316
18766
-fi
12317
 
 
 
18767
-
12318
18768
-rm -f conftest.err conftest.$ac_ext
12319
 
 
 
18769
-
12320
18770
-done
12321
18771
-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
12322
18772
-rm -f conftest.err conftest.$ac_ext
12323
18773
-if $ac_preproc_ok; then
12324
18774
-  :
12325
18775
-else
12326
 
-  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
12327
 
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12328
 
-{ { $as_echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
 
18776
-  { { $as_echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
12329
18777
-See \`config.log' for more details." >&5
12330
18778
-$as_echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
12331
18779
-See \`config.log' for more details." >&2;}
12332
 
-   { (exit 1); exit 1; }; }; }
 
18780
-   { (exit 1); exit 1; }; }
12333
18781
-fi
12334
 
 
 
18782
-
12335
18783
-ac_ext=cpp
12336
18784
-ac_cpp='$CXXCPP $CPPFLAGS'
12337
18785
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12338
18786
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12339
18787
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
12340
 
 
 
18788
-
12341
18789
-fi
12342
 
 
12343
 
 
 
18790
-
 
18791
-
12344
18792
-ac_ext=f
12345
18793
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
12346
18794
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12347
18795
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
12348
 
 if test -n "$ac_tool_prefix"; then
 
18796
-if test -n "$ac_tool_prefix"; then
12349
18797
-  for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn
12350
18798
-  do
12351
18799
-    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
12352
18800
-set dummy $ac_tool_prefix$ac_prog; ac_word=$2
12353
 
+  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
12354
 
+set dummy ${ac_tool_prefix}ar; ac_word=$2
12355
 
 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
12356
 
 $as_echo_n "checking for $ac_word... " >&6; }
 
18801
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
18802
-$as_echo_n "checking for $ac_word... " >&6; }
12357
18803
-if test "${ac_cv_prog_F77+set}" = set; then
12358
 
+if test "${ac_cv_prog_AR+set}" = set; then
12359
 
   $as_echo_n "(cached) " >&6
12360
 
 else
 
18804
-  $as_echo_n "(cached) " >&6
 
18805
-else
12361
18806
-  if test -n "$F77"; then
12362
18807
-  ac_cv_prog_F77="$F77" # Let the user override the test.
12363
 
+  if test -n "$AR"; then
12364
 
+  ac_cv_prog_AR="$AR" # Let the user override the test.
12365
 
 else
12366
 
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12367
 
 for as_dir in $PATH
12368
 
@@ -7412,7 +6764,7 @@
12369
 
   test -z "$as_dir" && as_dir=.
12370
 
   for ac_exec_ext in '' $ac_executable_extensions; do
12371
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
18808
-else
 
18809
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
18810
-for as_dir in $PATH
 
18811
-do
 
18812
-  IFS=$as_save_IFS
 
18813
-  test -z "$as_dir" && as_dir=.
 
18814
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
18815
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12372
18816
-    ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
12373
 
+    ac_cv_prog_AR="${ac_tool_prefix}ar"
12374
 
     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12375
 
     break 2
12376
 
   fi
12377
 
@@ -7422,32 +6774,28 @@
12378
 
 
12379
 
 fi
12380
 
 fi
 
18817
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
18818
-    break 2
 
18819
-  fi
 
18820
-done
 
18821
-done
 
18822
-IFS=$as_save_IFS
 
18823
-
 
18824
-fi
 
18825
-fi
12381
18826
-F77=$ac_cv_prog_F77
12382
18827
-if test -n "$F77"; then
12383
18828
-  { $as_echo "$as_me:$LINENO: result: $F77" >&5
12384
18829
-$as_echo "$F77" >&6; }
12385
 
+AR=$ac_cv_prog_AR
12386
 
+if test -n "$AR"; then
12387
 
+  { $as_echo "$as_me:$LINENO: result: $AR" >&5
12388
 
+$as_echo "$AR" >&6; }
12389
 
 else
12390
 
   { $as_echo "$as_me:$LINENO: result: no" >&5
12391
 
 $as_echo "no" >&6; }
12392
 
 fi
12393
 
 
12394
 
 
 
18830
-else
 
18831
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
18832
-$as_echo "no" >&6; }
 
18833
-fi
 
18834
-
 
18835
-
12395
18836
-    test -n "$F77" && break
12396
18837
-  done
12397
 
 fi
 
18838
-fi
12398
18839
-if test -z "$F77"; then
12399
18840
-  ac_ct_F77=$F77
12400
18841
-  for ac_prog in g77 xlf f77 frt pgf77 cf77 fort77 fl32 af77 xlf90 f90 pgf90 pghpf epcf90 gfortran g95 xlf95 f95 fort ifort ifc efc pgf95 lf95 ftn
12401
18842
-do
12402
18843
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
12403
18844
-set dummy $ac_prog; ac_word=$2
12404
 
+if test -z "$ac_cv_prog_AR"; then
12405
 
+  ac_ct_AR=$AR
12406
 
+  # Extract the first word of "ar", so it can be a program name with args.
12407
 
+set dummy ar; ac_word=$2
12408
 
 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
12409
 
 $as_echo_n "checking for $ac_word... " >&6; }
 
18845
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
18846
-$as_echo_n "checking for $ac_word... " >&6; }
12410
18847
-if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
12411
 
+if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
12412
 
   $as_echo_n "(cached) " >&6
12413
 
 else
 
18848
-  $as_echo_n "(cached) " >&6
 
18849
-else
12414
18850
-  if test -n "$ac_ct_F77"; then
12415
18851
-  ac_cv_prog_ac_ct_F77="$ac_ct_F77" # Let the user override the test.
12416
 
+  if test -n "$ac_ct_AR"; then
12417
 
+  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
 
18852
+  if test -n "$ac_ct_RANLIB"; then
 
18853
+  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
12418
18854
 else
12419
18855
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12420
18856
 for as_dir in $PATH
12421
 
@@ -7456,7 +6804,7 @@
 
18857
@@ -7460,8 +6799,8 @@
12422
18858
   test -z "$as_dir" && as_dir=.
12423
18859
   for ac_exec_ext in '' $ac_executable_extensions; do
12424
18860
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12425
18861
-    ac_cv_prog_ac_ct_F77="$ac_prog"
12426
 
+    ac_cv_prog_ac_ct_AR="ar"
12427
 
     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
18862
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
18863
+    ac_cv_prog_ac_ct_RANLIB="ranlib"
 
18864
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12428
18865
     break 2
12429
18866
   fi
12430
 
@@ -7466,21 +6814,17 @@
 
18867
 done
 
18868
@@ -7470,330 +6809,106 @@
12431
18869
 
12432
18870
 fi
12433
18871
 fi
12435
18873
-if test -n "$ac_ct_F77"; then
12436
18874
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
12437
18875
-$as_echo "$ac_ct_F77" >&6; }
12438
 
+ac_ct_AR=$ac_cv_prog_ac_ct_AR
12439
 
+if test -n "$ac_ct_AR"; then
12440
 
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
12441
 
+$as_echo "$ac_ct_AR" >&6; }
 
18876
+ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
 
18877
+if test -n "$ac_ct_RANLIB"; then
 
18878
+  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
 
18879
+echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
12442
18880
 else
12443
 
   { $as_echo "$as_me:$LINENO: result: no" >&5
12444
 
 $as_echo "no" >&6; }
 
18881
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
18882
-$as_echo "no" >&6; }
 
18883
+  { echo "$as_me:$LINENO: result: no" >&5
 
18884
+echo "${ECHO_T}no" >&6; }
12445
18885
 fi
12446
18886
 
12447
18887
-
12450
18890
-
12451
18891
-  if test "x$ac_ct_F77" = x; then
12452
18892
-    F77=""
12453
 
+  if test "x$ac_ct_AR" = x; then
12454
 
+    AR="false"
 
18893
+  if test "x$ac_ct_RANLIB" = x; then
 
18894
+    RANLIB=":"
12455
18895
   else
12456
18896
     case $cross_compiling:$ac_tool_warned in
12457
18897
 yes:)
12458
 
@@ -7488,308 +6832,292 @@
12459
 
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
18898
-{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
18899
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
18900
 whose name does not start with the host triplet.  If you think this
 
18901
 configuration is useful to you, please write to autoconf@gnu.org." >&5
 
18902
-$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
18903
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
18904
 whose name does not start with the host triplet.  If you think this
 
18905
 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
12460
18906
 ac_tool_warned=yes ;;
12461
18907
 esac
12462
18908
-    F77=$ac_ct_F77
12463
 
+    AR=$ac_ct_AR
 
18909
+    RANLIB=$ac_ct_RANLIB
12464
18910
   fi
12465
18911
+else
12466
 
+  AR="$ac_cv_prog_AR"
 
18912
+  RANLIB="$ac_cv_prog_RANLIB"
12467
18913
 fi
12468
18914
 
12469
 
+test -z "$AR" && AR=ar
12470
 
+test -z "$AR_FLAGS" && AR_FLAGS=cru
 
18915
+test -z "$RANLIB" && RANLIB=:
12471
18916
 
12472
18917
-# Provide some information about the compiler.
12473
18918
-$as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
12554
18999
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12555
19000
-ac_cv_f77_compiler_gnu=$ac_compiler_gnu
12556
19001
 
12557
 
-fi
 
19002
+# Determine commands to create old-style static archives.
 
19003
+old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
 
19004
+old_postinstall_cmds='chmod 644 $oldlib'
 
19005
+old_postuninstall_cmds=
 
19006
+
 
19007
+if test -n "$RANLIB"; then
 
19008
+  case $host_os in
 
19009
+  openbsd*)
 
19010
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
 
19011
+    ;;
 
19012
+  *)
 
19013
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
 
19014
+    ;;
 
19015
+  esac
 
19016
+  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
 
19017
 fi
12558
19018
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
12559
19019
-$as_echo "$ac_cv_f77_compiler_gnu" >&6; }
12560
19020
-ac_ext=$ac_save_ext
12621
19081
 
12622
19082
-if test $ac_compiler_gnu = yes; then
12623
19083
-  G77=yes
12624
 
+if test -n "$ac_tool_prefix"; then
12625
 
+  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
12626
 
+set dummy ${ac_tool_prefix}strip; ac_word=$2
12627
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
12628
 
+$as_echo_n "checking for $ac_word... " >&6; }
12629
 
+if test "${ac_cv_prog_STRIP+set}" = set; then
12630
 
+  $as_echo_n "(cached) " >&6
12631
 
 else
 
19084
-else
12632
19085
-  G77=
12633
19086
-fi
12634
19087
-ac_ext=c
12636
19089
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12637
19090
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12638
19091
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
12639
 
+  if test -n "$STRIP"; then
12640
 
+  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
12641
 
+else
12642
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12643
 
+for as_dir in $PATH
12644
 
+do
12645
 
+  IFS=$as_save_IFS
12646
 
+  test -z "$as_dir" && as_dir=.
12647
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
12648
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12649
 
+    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
12650
 
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12651
 
+    break 2
12652
 
+  fi
12653
 
+done
12654
 
+done
12655
 
+IFS=$as_save_IFS
12656
19092
 
12657
 
+fi
12658
 
+fi
12659
 
+STRIP=$ac_cv_prog_STRIP
12660
 
+if test -n "$STRIP"; then
12661
 
+  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
12662
 
+$as_echo "$STRIP" >&6; }
12663
 
+else
12664
 
+  { $as_echo "$as_me:$LINENO: result: no" >&5
12665
 
+$as_echo "no" >&6; }
12666
 
+fi
12667
19093
 
12668
19094
 
12669
19095
-# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
12671
19097
-{ $as_echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
12672
19098
-$as_echo_n "checking the maximum length of command line arguments... " >&6; }
12673
19099
-if test "${lt_cv_sys_max_cmd_len+set}" = set; then
12674
 
+fi
12675
 
+if test -z "$ac_cv_prog_STRIP"; then
12676
 
+  ac_ct_STRIP=$STRIP
12677
 
+  # Extract the first word of "strip", so it can be a program name with args.
12678
 
+set dummy strip; ac_word=$2
12679
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
12680
 
+$as_echo_n "checking for $ac_word... " >&6; }
12681
 
+if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
12682
 
   $as_echo_n "(cached) " >&6
12683
 
 else
 
19100
-  $as_echo_n "(cached) " >&6
 
19101
-else
12684
19102
-    i=0
12685
19103
-  teststring="ABCD"
12686
 
+  if test -n "$ac_ct_STRIP"; then
12687
 
+  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
12688
 
+else
12689
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12690
 
+for as_dir in $PATH
12691
 
+do
12692
 
+  IFS=$as_save_IFS
12693
 
+  test -z "$as_dir" && as_dir=.
12694
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
12695
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12696
 
+    ac_cv_prog_ac_ct_STRIP="strip"
12697
 
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12698
 
+    break 2
12699
 
+  fi
12700
 
+done
12701
 
+done
12702
 
+IFS=$as_save_IFS
12703
19104
 
12704
19105
-  case $build_os in
12705
19106
-  msdosdjgpp*)
12709
19110
-    # check would be larger than it should be.
12710
19111
-    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
12711
19112
-    ;;
12712
 
+fi
12713
 
+fi
12714
 
+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
12715
 
+if test -n "$ac_ct_STRIP"; then
12716
 
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
12717
 
+$as_echo "$ac_ct_STRIP" >&6; }
12718
 
+else
12719
 
+  { $as_echo "$as_me:$LINENO: result: no" >&5
12720
 
+$as_echo "no" >&6; }
12721
 
+fi
12722
19113
 
12723
19114
-  gnu*)
12724
19115
-    # Under GNU Hurd, this test is not required because there is
12726
19117
-    # Libtool will interpret -1 as no limit whatsoever
12727
19118
-    lt_cv_sys_max_cmd_len=-1;
12728
19119
-    ;;
12729
 
+  if test "x$ac_ct_STRIP" = x; then
12730
 
+    STRIP=":"
12731
 
+  else
12732
 
+    case $cross_compiling:$ac_tool_warned in
12733
 
+yes:)
12734
 
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
12735
 
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12736
 
+ac_tool_warned=yes ;;
12737
 
+esac
12738
 
+    STRIP=$ac_ct_STRIP
12739
 
+  fi
12740
 
+else
12741
 
+  STRIP="$ac_cv_prog_STRIP"
12742
 
+fi
12743
19120
 
12744
19121
-  cygwin* | mingw*)
12745
19122
-    # On Win9x/ME, this test blows up -- it succeeds, but takes
12751
19128
-    # all of the supported platforms: 8192 (on NT/2K/XP).
12752
19129
-    lt_cv_sys_max_cmd_len=8192;
12753
19130
-    ;;
12754
 
+test -z "$STRIP" && STRIP=:
12755
19131
 
12756
19132
-  amigaos*)
12757
19133
-    # On AmigaOS with pdksh, this test takes hours, literally.
12832
19208
-if test -n $lt_cv_sys_max_cmd_len ; then
12833
19209
-  { $as_echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
12834
19210
-$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
12835
 
+if test -n "$ac_tool_prefix"; then
12836
 
+  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
12837
 
+set dummy ${ac_tool_prefix}ranlib; ac_word=$2
12838
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
12839
 
+$as_echo_n "checking for $ac_word... " >&6; }
12840
 
+if test "${ac_cv_prog_RANLIB+set}" = set; then
12841
 
+  $as_echo_n "(cached) " >&6
12842
 
 else
 
19211
-else
12843
19212
-  { $as_echo "$as_me:$LINENO: result: none" >&5
12844
19213
-$as_echo "none" >&6; }
12845
19214
-fi
12846
 
-
12847
 
-
12848
 
+  if test -n "$RANLIB"; then
12849
 
+  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
12850
 
+else
12851
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12852
 
+for as_dir in $PATH
12853
 
+do
12854
 
+  IFS=$as_save_IFS
12855
 
+  test -z "$as_dir" && as_dir=.
12856
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
12857
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12858
 
+    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
12859
 
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12860
 
+    break 2
12861
 
+  fi
12862
 
+done
12863
 
+done
12864
 
+IFS=$as_save_IFS
12865
 
 
12866
 
+fi
12867
 
+fi
12868
 
+RANLIB=$ac_cv_prog_RANLIB
12869
 
+if test -n "$RANLIB"; then
12870
 
+  { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
12871
 
+$as_echo "$RANLIB" >&6; }
12872
 
+else
12873
 
+  { $as_echo "$as_me:$LINENO: result: no" >&5
12874
 
+$as_echo "no" >&6; }
12875
 
+fi
12876
 
 
12877
 
 
12878
 
-# Check for command to grab the raw symbol name followed by C symbol from nm.
 
19215
 
 
19216
 
 
19217
 
 
19218
 
 
19219
 
 
19220
+
 
19221
+
 
19222
+
 
19223
+
 
19224
+
 
19225
+
 
19226
+
 
19227
+
 
19228
+
 
19229
+
 
19230
+
 
19231
+
 
19232
+# If no C compiler was specified, use CC.
 
19233
+LTCC=${LTCC-"$CC"}
 
19234
+
 
19235
+# If no C compiler flags were specified, use CFLAGS.
 
19236
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
 
19237
+
 
19238
+# Allow CC to be a program name with arguments.
 
19239
+compiler=$CC
 
19240
+
 
19241
+
 
19242
 # Check for command to grab the raw symbol name followed by C symbol from nm.
12879
19243
-{ $as_echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
12880
19244
-$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
12881
 
-if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
12882
 
+fi
12883
 
+if test -z "$ac_cv_prog_RANLIB"; then
12884
 
+  ac_ct_RANLIB=$RANLIB
12885
 
+  # Extract the first word of "ranlib", so it can be a program name with args.
12886
 
+set dummy ranlib; ac_word=$2
12887
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
12888
 
+$as_echo_n "checking for $ac_word... " >&6; }
12889
 
+if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
12890
 
   $as_echo_n "(cached) " >&6
 
19245
+{ echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
 
19246
+echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; }
 
19247
 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
 
19248
-  $as_echo_n "(cached) " >&6
 
19249
+  echo $ECHO_N "(cached) $ECHO_C" >&6
12891
19250
 else
12892
 
+  if test -n "$ac_ct_RANLIB"; then
12893
 
+  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
12894
 
+else
12895
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12896
 
+for as_dir in $PATH
12897
 
+do
12898
 
+  IFS=$as_save_IFS
12899
 
+  test -z "$as_dir" && as_dir=.
12900
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
12901
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12902
 
+    ac_cv_prog_ac_ct_RANLIB="ranlib"
12903
 
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12904
 
+    break 2
12905
 
+  fi
12906
 
+done
12907
 
+done
12908
 
+IFS=$as_save_IFS
12909
 
 
12910
 
-# These are sane defaults that work on at least a few old systems.
12911
 
-# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
12912
 
+fi
12913
 
+fi
12914
 
+ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
12915
 
+if test -n "$ac_ct_RANLIB"; then
12916
 
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
12917
 
+$as_echo "$ac_ct_RANLIB" >&6; }
12918
 
+else
12919
 
+  { $as_echo "$as_me:$LINENO: result: no" >&5
12920
 
+$as_echo "no" >&6; }
12921
 
+fi
12922
 
+
12923
 
+  if test "x$ac_ct_RANLIB" = x; then
12924
 
+    RANLIB=":"
12925
 
+  else
12926
 
+    case $cross_compiling:$ac_tool_warned in
12927
 
+yes:)
12928
 
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
12929
 
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12930
 
+ac_tool_warned=yes ;;
12931
 
+esac
12932
 
+    RANLIB=$ac_ct_RANLIB
12933
 
+  fi
12934
 
+else
12935
 
+  RANLIB="$ac_cv_prog_RANLIB"
12936
 
+fi
12937
 
+
12938
 
+test -z "$RANLIB" && RANLIB=:
12939
 
+
12940
 
+
12941
 
+
12942
 
+
12943
 
+
12944
 
+
12945
 
+# Determine commands to create old-style static archives.
12946
 
+old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
12947
 
+old_postinstall_cmds='chmod 644 $oldlib'
12948
 
+old_postuninstall_cmds=
12949
 
+
12950
 
+if test -n "$RANLIB"; then
12951
 
+  case $host_os in
12952
 
+  openbsd*)
12953
 
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
12954
 
+    ;;
12955
 
+  *)
12956
 
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
12957
 
+    ;;
12958
 
+  esac
12959
 
+  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
12960
 
+fi
12961
 
+
12962
 
+
12963
 
+
12964
 
+
12965
 
+
12966
 
+
12967
 
+
12968
 
+
12969
 
+
12970
 
+
12971
 
+
12972
 
+
12973
 
+
12974
 
+
12975
 
+
12976
 
+
12977
 
+
12978
 
+
12979
 
+
12980
 
+
12981
 
+
12982
 
+
12983
 
+
12984
 
+
12985
 
+
12986
 
+
12987
 
+
12988
 
+
12989
 
+
12990
 
+
12991
 
+
12992
 
+
12993
 
+
12994
 
+
12995
 
+# If no C compiler was specified, use CC.
12996
 
+LTCC=${LTCC-"$CC"}
12997
 
+
12998
 
+# If no C compiler flags were specified, use CFLAGS.
12999
 
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
13000
 
+
13001
 
+# Allow CC to be a program name with arguments.
13002
 
+compiler=$CC
13003
 
+
13004
 
+
13005
 
+# Check for command to grab the raw symbol name followed by C symbol from nm.
13006
 
+{ $as_echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
13007
 
+$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
13008
 
+if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
13009
 
+  $as_echo_n "(cached) " >&6
13010
 
+else
13011
 
+
13012
 
+# These are sane defaults that work on at least a few old systems.
13013
 
+# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
13014
 
 
13015
 
 # Character class describing NM global symbol codes.
13016
 
 symcode='[BCDEGRST]'
13017
 
@@ -7797,33 +7125,18 @@
 
19251
 
 
19252
 # These are sane defaults that work on at least a few old systems.
 
19253
@@ -7805,12 +6920,6 @@
13018
19254
 # Regexp to match symbols that can be accessed directly from C.
13019
19255
 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
13020
19256
 
13027
19263
 # Define system-specific variables.
13028
19264
 case $host_os in
13029
19265
 aix*)
13030
 
   symcode='[BCDT]'
13031
 
   ;;
13032
 
-cygwin* | mingw* | pw32*)
13033
 
+cygwin* | mingw* | pw32* | cegcc*)
 
19266
@@ -7819,19 +6928,10 @@
 
19267
 cygwin* | mingw* | pw32*)
13034
19268
   symcode='[ABCDGISTW]'
13035
19269
   ;;
13036
19270
-hpux*) # Its linker distinguishes data from code symbols
13050
19284
   ;;
13051
19285
 irix* | nonstopux*)
13052
19286
   symcode='[BCDEGRST]'
13053
 
@@ -7848,44 +7161,72 @@
 
19287
@@ -7856,56 +6956,84 @@
13054
19288
   ;;
13055
19289
 esac
13056
19290
 
13135
19369
 
13136
19370
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13137
19371
   (eval $ac_compile) 2>&5
13138
 
@@ -7907,42 +7248,44 @@
 
19372
   ac_status=$?
 
19373
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19374
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19375
   (exit $ac_status); }; then
 
19376
     # Now try to grab the symbols.
 
19377
     nlist=conftest.nm
 
19378
     if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
 
19379
   (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
 
19380
   ac_status=$?
 
19381
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19382
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19383
   (exit $ac_status); } && test -s "$nlist"; then
 
19384
       # Try sorting and uniquifying the output.
 
19385
       if sort "$nlist" | uniq > "$nlist"T; then
 
19386
@@ -7915,42 +7043,44 @@
13139
19387
       fi
13140
19388
 
13141
19389
       # Make sure that we snagged all the symbols we need.
13200
19448
          # Now try linking the two files.
13201
19449
          mv conftest.$ac_objext conftstm.$ac_objext
13202
19450
          lt_save_LIBS="$LIBS"
13203
 
@@ -7994,172 +7337,262 @@
13204
 
 $as_echo "ok" >&6; }
 
19451
@@ -7960,7 +7090,7 @@
 
19452
          if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
19453
   (eval $ac_link) 2>&5
 
19454
   ac_status=$?
 
19455
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19456
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19457
   (exit $ac_status); } && test -s conftest${ac_exeext}; then
 
19458
            pipe_works=yes
 
19459
          fi
 
19460
@@ -7995,87 +7125,265 @@
 
19461
   lt_cv_sys_global_symbol_to_cdecl=
 
19462
 fi
 
19463
 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
 
19464
-  { $as_echo "$as_me:$LINENO: result: failed" >&5
 
19465
-$as_echo "failed" >&6; }
 
19466
+  { echo "$as_me:$LINENO: result: failed" >&5
 
19467
+echo "${ECHO_T}failed" >&6; }
 
19468
 else
 
19469
-  { $as_echo "$as_me:$LINENO: result: ok" >&5
 
19470
-$as_echo "ok" >&6; }
 
19471
+  { echo "$as_me:$LINENO: result: ok" >&5
 
19472
+echo "${ECHO_T}ok" >&6; }
13205
19473
 fi
13206
19474
 
13207
19475
-{ $as_echo "$as_me:$LINENO: checking for objdir" >&5
13275
19543
-$as_echo_n "checking for $ac_word... " >&6; }
13276
19544
-if test "${ac_cv_prog_AR+set}" = set; then
13277
19545
-  $as_echo_n "(cached) " >&6
13278
 
-else
 
19546
+
 
19547
+
 
19548
+
 
19549
+
 
19550
+
 
19551
+
 
19552
+
 
19553
+
 
19554
+# Check whether --enable-libtool-lock was given.
 
19555
+if test "${enable_libtool_lock+set}" = set; then
 
19556
+  enableval=$enable_libtool_lock;
 
19557
+fi
 
19558
+
 
19559
+test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
 
19560
+
 
19561
+# Some flags need to be propagated to the compiler or linker for good
 
19562
+# libtool support.
 
19563
+case $host in
 
19564
+ia64-*-hpux*)
 
19565
+  # Find out which ABI we are using.
 
19566
+  echo 'int i;' > conftest.$ac_ext
 
19567
+  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
19568
+  (eval $ac_compile) 2>&5
 
19569
+  ac_status=$?
 
19570
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19571
+  (exit $ac_status); }; then
 
19572
+    case `/usr/bin/file conftest.$ac_objext` in
 
19573
+      *ELF-32*)
 
19574
+       HPUX_IA64_MODE="32"
 
19575
+       ;;
 
19576
+      *ELF-64*)
 
19577
+       HPUX_IA64_MODE="64"
 
19578
+       ;;
 
19579
+    esac
 
19580
+  fi
 
19581
+  rm -rf conftest*
 
19582
+  ;;
 
19583
+*-*-irix6*)
 
19584
+  # Find out which ABI we are using.
 
19585
+  echo '#line 7187 "configure"' > conftest.$ac_ext
 
19586
+  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
19587
+  (eval $ac_compile) 2>&5
 
19588
+  ac_status=$?
 
19589
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19590
+  (exit $ac_status); }; then
 
19591
+    if test "$lt_cv_prog_gnu_ld" = yes; then
 
19592
+      case `/usr/bin/file conftest.$ac_objext` in
 
19593
+       *32-bit*)
 
19594
+         LD="${LD-ld} -melf32bsmip"
 
19595
+         ;;
 
19596
+       *N32*)
 
19597
+         LD="${LD-ld} -melf32bmipn32"
 
19598
+         ;;
 
19599
+       *64-bit*)
 
19600
+         LD="${LD-ld} -melf64bmip"
 
19601
+       ;;
 
19602
+      esac
 
19603
+    else
 
19604
+      case `/usr/bin/file conftest.$ac_objext` in
 
19605
+       *32-bit*)
 
19606
+         LD="${LD-ld} -32"
 
19607
+         ;;
 
19608
+       *N32*)
 
19609
+         LD="${LD-ld} -n32"
 
19610
+         ;;
 
19611
+       *64-bit*)
 
19612
+         LD="${LD-ld} -64"
 
19613
+         ;;
 
19614
+      esac
 
19615
+    fi
 
19616
+  fi
 
19617
+  rm -rf conftest*
 
19618
+  ;;
 
19619
+
 
19620
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
 
19621
+s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
 
19622
+  # Find out which ABI we are using.
 
19623
+  echo 'int i;' > conftest.$ac_ext
 
19624
+  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
19625
+  (eval $ac_compile) 2>&5
 
19626
+  ac_status=$?
 
19627
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19628
+  (exit $ac_status); }; then
 
19629
+    case `/usr/bin/file conftest.o` in
 
19630
+      *32-bit*)
 
19631
+       case $host in
 
19632
+         x86_64-*kfreebsd*-gnu)
 
19633
+           LD="${LD-ld} -m elf_i386_fbsd"
 
19634
+           ;;
 
19635
+         x86_64-*linux*)
 
19636
+           LD="${LD-ld} -m elf_i386"
 
19637
+           ;;
 
19638
+         ppc64-*linux*|powerpc64-*linux*)
 
19639
+           LD="${LD-ld} -m elf32ppclinux"
 
19640
+           ;;
 
19641
+         s390x-*linux*)
 
19642
+           LD="${LD-ld} -m elf_s390"
 
19643
+           ;;
 
19644
+         sparc64-*linux*)
 
19645
+           LD="${LD-ld} -m elf32_sparc"
 
19646
+           ;;
 
19647
+       esac
 
19648
+       ;;
 
19649
+      *64-bit*)
 
19650
+       case $host in
 
19651
+         x86_64-*kfreebsd*-gnu)
 
19652
+           LD="${LD-ld} -m elf_x86_64_fbsd"
 
19653
+           ;;
 
19654
+         x86_64-*linux*)
 
19655
+           LD="${LD-ld} -m elf_x86_64"
 
19656
+           ;;
 
19657
+         ppc*-*linux*|powerpc*-*linux*)
 
19658
+           LD="${LD-ld} -m elf64ppc"
 
19659
+           ;;
 
19660
+         s390*-*linux*|s390*-*tpf*)
 
19661
+           LD="${LD-ld} -m elf64_s390"
 
19662
+           ;;
 
19663
+         sparc*-*linux*)
 
19664
+           LD="${LD-ld} -m elf64_sparc"
 
19665
+           ;;
 
19666
+       esac
 
19667
+       ;;
 
19668
+    esac
 
19669
+  fi
 
19670
+  rm -rf conftest*
 
19671
+  ;;
 
19672
+
 
19673
+*-*-sco3.2v5*)
 
19674
+  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
 
19675
+  SAVE_CFLAGS="$CFLAGS"
 
19676
+  CFLAGS="$CFLAGS -belf"
 
19677
+  { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
 
19678
+echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; }
 
19679
+if test "${lt_cv_cc_needs_belf+set}" = set; then
 
19680
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
19681
 else
13279
19682
-  if test -n "$AR"; then
13280
19683
-  ac_cv_prog_AR="$AR" # Let the user override the test.
13281
 
-else
13282
 
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13283
 
-for as_dir in $PATH
13284
 
-do
13285
 
-  IFS=$as_save_IFS
13286
 
-  test -z "$as_dir" && as_dir=.
13287
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
13288
 
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
19684
+  ac_ext=c
 
19685
+ac_cpp='$CPP $CPPFLAGS'
 
19686
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
19687
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
19688
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
19689
+
 
19690
+     cat >conftest.$ac_ext <<_ACEOF
 
19691
+/* confdefs.h.  */
 
19692
+_ACEOF
 
19693
+cat confdefs.h >>conftest.$ac_ext
 
19694
+cat >>conftest.$ac_ext <<_ACEOF
 
19695
+/* end confdefs.h.  */
 
19696
+
 
19697
+int
 
19698
+main ()
 
19699
+{
 
19700
+
 
19701
+  ;
 
19702
+  return 0;
 
19703
+}
 
19704
+_ACEOF
 
19705
+rm -f conftest.$ac_objext conftest$ac_exeext
 
19706
+if { (ac_try="$ac_link"
 
19707
+case "(($ac_try" in
 
19708
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
19709
+  *) ac_try_echo=$ac_try;;
 
19710
+esac
 
19711
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
19712
+  (eval "$ac_link") 2>conftest.er1
 
19713
+  ac_status=$?
 
19714
+  grep -v '^ *+' conftest.er1 >conftest.err
 
19715
+  rm -f conftest.er1
 
19716
+  cat conftest.err >&5
 
19717
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19718
+  (exit $ac_status); } && {
 
19719
+        test -z "$ac_c_werror_flag" ||
 
19720
+        test ! -s conftest.err
 
19721
+       } && test -s conftest$ac_exeext &&
 
19722
+       $as_test_x conftest$ac_exeext; then
 
19723
+  lt_cv_cc_needs_belf=yes
 
19724
+else
 
19725
+  echo "$as_me: failed program was:" >&5
 
19726
+sed 's/^/| /' conftest.$ac_ext >&5
 
19727
+
 
19728
+       lt_cv_cc_needs_belf=no
 
19729
+fi
 
19730
+
 
19731
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
19732
+      conftest$ac_exeext conftest.$ac_ext
 
19733
+     ac_ext=c
 
19734
+ac_cpp='$CPP $CPPFLAGS'
 
19735
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
19736
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
19737
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
19738
+
 
19739
+fi
 
19740
+{ echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
 
19741
+echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; }
 
19742
+  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
 
19743
+    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
 
19744
+    CFLAGS="$SAVE_CFLAGS"
 
19745
+  fi
 
19746
+  ;;
 
19747
+sparc*-*solaris*)
 
19748
+  # Find out which ABI we are using.
 
19749
+  echo 'int i;' > conftest.$ac_ext
 
19750
+  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
19751
+  (eval $ac_compile) 2>&5
 
19752
+  ac_status=$?
 
19753
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19754
+  (exit $ac_status); }; then
 
19755
+    case `/usr/bin/file conftest.o` in
 
19756
+    *64-bit*)
 
19757
+      case $lt_cv_prog_gnu_ld in
 
19758
+      yes*) LD="${LD-ld} -m elf64_sparc" ;;
 
19759
+      *)
 
19760
+       if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
 
19761
+         LD="${LD-ld} -64"
 
19762
+       fi
 
19763
+       ;;
 
19764
+      esac
 
19765
+      ;;
 
19766
+    esac
 
19767
+  fi
 
19768
+  rm -rf conftest*
 
19769
+  ;;
 
19770
+esac
 
19771
+
 
19772
+need_locks="$enable_libtool_lock"
 
19773
+
 
19774
+
 
19775
+  case $host_os in
 
19776
+    rhapsody* | darwin*)
 
19777
+    if test -n "$ac_tool_prefix"; then
 
19778
+  # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
 
19779
+set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
 
19780
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19781
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
19782
+if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
 
19783
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
19784
+else
 
19785
+  if test -n "$DSYMUTIL"; then
 
19786
+  ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
 
19787
 else
 
19788
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
19789
 for as_dir in $PATH
 
19790
@@ -8084,8 +7392,8 @@
 
19791
   test -z "$as_dir" && as_dir=.
 
19792
   for ac_exec_ext in '' $ac_executable_extensions; do
 
19793
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13289
19794
-    ac_cv_prog_AR="${ac_tool_prefix}ar"
13290
19795
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13291
 
-    break 2
13292
 
-  fi
13293
 
-done
13294
 
-done
13295
 
-IFS=$as_save_IFS
 
19796
+    ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
 
19797
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19798
     break 2
 
19799
   fi
 
19800
 done
 
19801
@@ -8094,28 +7402,28 @@
13296
19802
 
13297
 
-fi
13298
 
-fi
 
19803
 fi
 
19804
 fi
13299
19805
-AR=$ac_cv_prog_AR
13300
19806
-if test -n "$AR"; then
13301
19807
-  { $as_echo "$as_me:$LINENO: result: $AR" >&5
13302
19808
-$as_echo "$AR" >&6; }
13303
 
-else
 
19809
+DSYMUTIL=$ac_cv_prog_DSYMUTIL
 
19810
+if test -n "$DSYMUTIL"; then
 
19811
+  { echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
 
19812
+echo "${ECHO_T}$DSYMUTIL" >&6; }
 
19813
 else
13304
19814
-  { $as_echo "$as_me:$LINENO: result: no" >&5
13305
19815
-$as_echo "no" >&6; }
13306
 
-fi
13307
 
 
13308
 
 
13309
 
-fi
 
19816
+  { echo "$as_me:$LINENO: result: no" >&5
 
19817
+echo "${ECHO_T}no" >&6; }
 
19818
 fi
 
19819
 
 
19820
 
 
19821
 fi
13310
19822
-if test -z "$ac_cv_prog_AR"; then
13311
19823
-  ac_ct_AR=$AR
13312
19824
-  # Extract the first word of "ar", so it can be a program name with args.
13315
19827
-$as_echo_n "checking for $ac_word... " >&6; }
13316
19828
-if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
13317
19829
-  $as_echo_n "(cached) " >&6
13318
 
-else
 
19830
+if test -z "$ac_cv_prog_DSYMUTIL"; then
 
19831
+  ac_ct_DSYMUTIL=$DSYMUTIL
 
19832
+  # Extract the first word of "dsymutil", so it can be a program name with args.
 
19833
+set dummy dsymutil; ac_word=$2
 
19834
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19835
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
19836
+if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
 
19837
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
19838
 else
13319
19839
-  if test -n "$ac_ct_AR"; then
13320
19840
-  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
13321
 
-else
13322
 
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13323
 
-for as_dir in $PATH
13324
 
-do
13325
 
-  IFS=$as_save_IFS
13326
 
-  test -z "$as_dir" && as_dir=.
13327
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
13328
 
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
19841
+  if test -n "$ac_ct_DSYMUTIL"; then
 
19842
+  ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
 
19843
 else
 
19844
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
19845
 for as_dir in $PATH
 
19846
@@ -8124,8 +7432,8 @@
 
19847
   test -z "$as_dir" && as_dir=.
 
19848
   for ac_exec_ext in '' $ac_executable_extensions; do
 
19849
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13329
19850
-    ac_cv_prog_ac_ct_AR="ar"
13330
19851
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13331
 
-    break 2
13332
 
-  fi
13333
 
-done
13334
 
-done
13335
 
-IFS=$as_save_IFS
 
19852
+    ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
 
19853
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19854
     break 2
 
19855
   fi
 
19856
 done
 
19857
@@ -8134,44 +7442,44 @@
13336
19858
 
13337
 
-fi
13338
 
-fi
 
19859
 fi
 
19860
 fi
13339
19861
-ac_ct_AR=$ac_cv_prog_ac_ct_AR
13340
19862
-if test -n "$ac_ct_AR"; then
13341
19863
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
13342
19864
-$as_echo "$ac_ct_AR" >&6; }
13343
 
-else
 
19865
+ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
 
19866
+if test -n "$ac_ct_DSYMUTIL"; then
 
19867
+  { echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
 
19868
+echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6; }
 
19869
 else
13344
19870
-  { $as_echo "$as_me:$LINENO: result: no" >&5
13345
19871
-$as_echo "no" >&6; }
13346
 
-fi
 
19872
+  { echo "$as_me:$LINENO: result: no" >&5
 
19873
+echo "${ECHO_T}no" >&6; }
 
19874
 fi
13347
19875
 
13348
19876
-  if test "x$ac_ct_AR" = x; then
13349
19877
-    AR="false"
13350
 
-  else
13351
 
-    case $cross_compiling:$ac_tool_warned in
13352
 
-yes:)
13353
 
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
13354
 
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
13355
 
-ac_tool_warned=yes ;;
13356
 
-esac
 
19878
+  if test "x$ac_ct_DSYMUTIL" = x; then
 
19879
+    DSYMUTIL=":"
 
19880
   else
 
19881
     case $cross_compiling:$ac_tool_warned in
 
19882
 yes:)
 
19883
-{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
19884
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
19885
 whose name does not start with the host triplet.  If you think this
 
19886
 configuration is useful to you, please write to autoconf@gnu.org." >&5
 
19887
-$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
19888
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
19889
 whose name does not start with the host triplet.  If you think this
 
19890
 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
19891
 ac_tool_warned=yes ;;
 
19892
 esac
13357
19893
-    AR=$ac_ct_AR
13358
 
-  fi
13359
 
-else
 
19894
+    DSYMUTIL=$ac_ct_DSYMUTIL
 
19895
   fi
 
19896
 else
13360
19897
-  AR="$ac_cv_prog_AR"
13361
 
-fi
 
19898
+  DSYMUTIL="$ac_cv_prog_DSYMUTIL"
 
19899
 fi
13362
19900
 
13363
19901
-if test -n "$ac_tool_prefix"; then
13364
19902
-  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
13365
19903
-set dummy ${ac_tool_prefix}ranlib; ac_word=$2
13366
 
+
13367
 
+
13368
 
+# Check whether --enable-libtool-lock was given.
13369
 
+if test "${enable_libtool_lock+set}" = set; then
13370
 
+  enableval=$enable_libtool_lock;
13371
 
+fi
13372
 
+
13373
 
+test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
13374
 
+
13375
 
+# Some flags need to be propagated to the compiler or linker for good
13376
 
+# libtool support.
13377
 
+case $host in
13378
 
+ia64-*-hpux*)
13379
 
+  # Find out which ABI we are using.
13380
 
+  echo 'int i;' > conftest.$ac_ext
13381
 
+  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13382
 
+  (eval $ac_compile) 2>&5
13383
 
+  ac_status=$?
13384
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13385
 
+  (exit $ac_status); }; then
13386
 
+    case `/usr/bin/file conftest.$ac_objext` in
13387
 
+      *ELF-32*)
13388
 
+       HPUX_IA64_MODE="32"
13389
 
+       ;;
13390
 
+      *ELF-64*)
13391
 
+       HPUX_IA64_MODE="64"
13392
 
+       ;;
13393
 
+    esac
13394
 
+  fi
13395
 
+  rm -rf conftest*
13396
 
+  ;;
13397
 
+*-*-irix6*)
13398
 
+  # Find out which ABI we are using.
13399
 
+  echo '#line 7392 "configure"' > conftest.$ac_ext
13400
 
+  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13401
 
+  (eval $ac_compile) 2>&5
13402
 
+  ac_status=$?
13403
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13404
 
+  (exit $ac_status); }; then
13405
 
+    if test "$lt_cv_prog_gnu_ld" = yes; then
13406
 
+      case `/usr/bin/file conftest.$ac_objext` in
13407
 
+       *32-bit*)
13408
 
+         LD="${LD-ld} -melf32bsmip"
13409
 
+         ;;
13410
 
+       *N32*)
13411
 
+         LD="${LD-ld} -melf32bmipn32"
13412
 
+         ;;
13413
 
+       *64-bit*)
13414
 
+         LD="${LD-ld} -melf64bmip"
13415
 
+       ;;
13416
 
+      esac
13417
 
+    else
13418
 
+      case `/usr/bin/file conftest.$ac_objext` in
13419
 
+       *32-bit*)
13420
 
+         LD="${LD-ld} -32"
13421
 
+         ;;
13422
 
+       *N32*)
13423
 
+         LD="${LD-ld} -n32"
13424
 
+         ;;
13425
 
+       *64-bit*)
13426
 
+         LD="${LD-ld} -64"
13427
 
+         ;;
13428
 
+      esac
13429
 
+    fi
13430
 
+  fi
13431
 
+  rm -rf conftest*
13432
 
+  ;;
13433
 
+
13434
 
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
13435
 
+s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
13436
 
+  # Find out which ABI we are using.
13437
 
+  echo 'int i;' > conftest.$ac_ext
13438
 
+  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13439
 
+  (eval $ac_compile) 2>&5
13440
 
+  ac_status=$?
13441
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13442
 
+  (exit $ac_status); }; then
13443
 
+    case `/usr/bin/file conftest.o` in
13444
 
+      *32-bit*)
13445
 
+       case $host in
13446
 
+         x86_64-*kfreebsd*-gnu)
13447
 
+           LD="${LD-ld} -m elf_i386_fbsd"
13448
 
+           ;;
13449
 
+         x86_64-*linux*)
13450
 
+           LD="${LD-ld} -m elf_i386"
13451
 
+           ;;
13452
 
+         ppc64-*linux*|powerpc64-*linux*)
13453
 
+           LD="${LD-ld} -m elf32ppclinux"
13454
 
+           ;;
13455
 
+         s390x-*linux*)
13456
 
+           LD="${LD-ld} -m elf_s390"
13457
 
+           ;;
13458
 
+         sparc64-*linux*)
13459
 
+           LD="${LD-ld} -m elf32_sparc"
13460
 
+           ;;
13461
 
+       esac
13462
 
+       ;;
13463
 
+      *64-bit*)
13464
 
+       case $host in
13465
 
+         x86_64-*kfreebsd*-gnu)
13466
 
+           LD="${LD-ld} -m elf_x86_64_fbsd"
13467
 
+           ;;
13468
 
+         x86_64-*linux*)
13469
 
+           LD="${LD-ld} -m elf_x86_64"
13470
 
+           ;;
13471
 
+         ppc*-*linux*|powerpc*-*linux*)
13472
 
+           LD="${LD-ld} -m elf64ppc"
13473
 
+           ;;
13474
 
+         s390*-*linux*|s390*-*tpf*)
13475
 
+           LD="${LD-ld} -m elf64_s390"
13476
 
+           ;;
13477
 
+         sparc*-*linux*)
13478
 
+           LD="${LD-ld} -m elf64_sparc"
13479
 
+           ;;
13480
 
+       esac
13481
 
+       ;;
13482
 
+    esac
13483
 
+  fi
13484
 
+  rm -rf conftest*
13485
 
+  ;;
13486
 
+
13487
 
+*-*-sco3.2v5*)
13488
 
+  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
13489
 
+  SAVE_CFLAGS="$CFLAGS"
13490
 
+  CFLAGS="$CFLAGS -belf"
13491
 
+  { $as_echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
13492
 
+$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
13493
 
+if test "${lt_cv_cc_needs_belf+set}" = set; then
13494
 
+  $as_echo_n "(cached) " >&6
13495
 
+else
13496
 
+  ac_ext=c
13497
 
+ac_cpp='$CPP $CPPFLAGS'
13498
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13499
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13500
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
13501
 
+
13502
 
+     cat >conftest.$ac_ext <<_ACEOF
13503
 
+/* confdefs.h.  */
13504
 
+_ACEOF
13505
 
+cat confdefs.h >>conftest.$ac_ext
13506
 
+cat >>conftest.$ac_ext <<_ACEOF
13507
 
+/* end confdefs.h.  */
13508
 
+
13509
 
+int
13510
 
+main ()
13511
 
+{
13512
 
+
13513
 
+  ;
13514
 
+  return 0;
13515
 
+}
13516
 
+_ACEOF
13517
 
+rm -f conftest.$ac_objext conftest$ac_exeext
13518
 
+if { (ac_try="$ac_link"
13519
 
+case "(($ac_try" in
13520
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13521
 
+  *) ac_try_echo=$ac_try;;
13522
 
+esac
13523
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13524
 
+$as_echo "$ac_try_echo") >&5
13525
 
+  (eval "$ac_link") 2>conftest.er1
13526
 
+  ac_status=$?
13527
 
+  grep -v '^ *+' conftest.er1 >conftest.err
13528
 
+  rm -f conftest.er1
13529
 
+  cat conftest.err >&5
13530
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13531
 
+  (exit $ac_status); } && {
13532
 
+        test -z "$ac_c_werror_flag" ||
13533
 
+        test ! -s conftest.err
13534
 
+       } && test -s conftest$ac_exeext && {
13535
 
+        test "$cross_compiling" = yes ||
13536
 
+        $as_test_x conftest$ac_exeext
13537
 
+       }; then
13538
 
+  lt_cv_cc_needs_belf=yes
13539
 
+else
13540
 
+  $as_echo "$as_me: failed program was:" >&5
13541
 
+sed 's/^/| /' conftest.$ac_ext >&5
13542
 
+
13543
 
+       lt_cv_cc_needs_belf=no
13544
 
+fi
13545
 
+
13546
 
+rm -rf conftest.dSYM
13547
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13548
 
+      conftest$ac_exeext conftest.$ac_ext
13549
 
+     ac_ext=c
13550
 
+ac_cpp='$CPP $CPPFLAGS'
13551
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13552
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13553
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
13554
 
+
13555
 
+fi
13556
 
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
13557
 
+$as_echo "$lt_cv_cc_needs_belf" >&6; }
13558
 
+  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
13559
 
+    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
13560
 
+    CFLAGS="$SAVE_CFLAGS"
13561
 
+  fi
13562
 
+  ;;
13563
 
+sparc*-*solaris*)
13564
 
+  # Find out which ABI we are using.
13565
 
+  echo 'int i;' > conftest.$ac_ext
13566
 
+  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13567
 
+  (eval $ac_compile) 2>&5
13568
 
+  ac_status=$?
13569
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13570
 
+  (exit $ac_status); }; then
13571
 
+    case `/usr/bin/file conftest.o` in
13572
 
+    *64-bit*)
13573
 
+      case $lt_cv_prog_gnu_ld in
13574
 
+      yes*) LD="${LD-ld} -m elf64_sparc" ;;
13575
 
+      *)
13576
 
+       if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
13577
 
+         LD="${LD-ld} -64"
13578
 
+       fi
13579
 
+       ;;
13580
 
+      esac
13581
 
+      ;;
13582
 
+    esac
13583
 
+  fi
13584
 
+  rm -rf conftest*
13585
 
+  ;;
13586
 
+esac
13587
 
+
13588
 
+need_locks="$enable_libtool_lock"
13589
 
+
13590
 
+
13591
 
+  case $host_os in
13592
 
+    rhapsody* | darwin*)
13593
 
+    if test -n "$ac_tool_prefix"; then
13594
 
+  # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
13595
 
+set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
13596
 
 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13597
 
 $as_echo_n "checking for $ac_word... " >&6; }
 
19904
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19905
-$as_echo_n "checking for $ac_word... " >&6; }
13598
19906
-if test "${ac_cv_prog_RANLIB+set}" = set; then
13599
 
+if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
13600
 
   $as_echo_n "(cached) " >&6
 
19907
-  $as_echo_n "(cached) " >&6
 
19908
+    if test -n "$ac_tool_prefix"; then
 
19909
+  # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
 
19910
+set dummy ${ac_tool_prefix}nmedit; ac_word=$2
 
19911
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19912
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
19913
+if test "${ac_cv_prog_NMEDIT+set}" = set; then
 
19914
+  echo $ECHO_N "(cached) $ECHO_C" >&6
13601
19915
 else
13602
19916
-  if test -n "$RANLIB"; then
13603
19917
-  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
13604
 
+  if test -n "$DSYMUTIL"; then
13605
 
+  ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
 
19918
+  if test -n "$NMEDIT"; then
 
19919
+  ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
13606
19920
 else
13607
19921
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13608
19922
 for as_dir in $PATH
13609
 
@@ -8168,7 +7601,7 @@
 
19923
@@ -8180,8 +7488,8 @@
13610
19924
   test -z "$as_dir" && as_dir=.
13611
19925
   for ac_exec_ext in '' $ac_executable_extensions; do
13612
19926
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13613
19927
-    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
13614
 
+    ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
13615
 
     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19928
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19929
+    ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
 
19930
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13616
19931
     break 2
13617
19932
   fi
13618
 
@@ -8178,10 +7611,10 @@
 
19933
 done
 
19934
@@ -8190,28 +7498,28 @@
13619
19935
 
13620
19936
 fi
13621
19937
 fi
13623
19939
-if test -n "$RANLIB"; then
13624
19940
-  { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
13625
19941
-$as_echo "$RANLIB" >&6; }
13626
 
+DSYMUTIL=$ac_cv_prog_DSYMUTIL
13627
 
+if test -n "$DSYMUTIL"; then
13628
 
+  { $as_echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
13629
 
+$as_echo "$DSYMUTIL" >&6; }
 
19942
+NMEDIT=$ac_cv_prog_NMEDIT
 
19943
+if test -n "$NMEDIT"; then
 
19944
+  { echo "$as_me:$LINENO: result: $NMEDIT" >&5
 
19945
+echo "${ECHO_T}$NMEDIT" >&6; }
13630
19946
 else
13631
 
   { $as_echo "$as_me:$LINENO: result: no" >&5
13632
 
 $as_echo "no" >&6; }
13633
 
@@ -8189,17 +7622,17 @@
 
19947
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
19948
-$as_echo "no" >&6; }
 
19949
+  { echo "$as_me:$LINENO: result: no" >&5
 
19950
+echo "${ECHO_T}no" >&6; }
 
19951
 fi
13634
19952
 
13635
19953
 
13636
19954
 fi
13638
19956
-  ac_ct_RANLIB=$RANLIB
13639
19957
-  # Extract the first word of "ranlib", so it can be a program name with args.
13640
19958
-set dummy ranlib; ac_word=$2
13641
 
+if test -z "$ac_cv_prog_DSYMUTIL"; then
13642
 
+  ac_ct_DSYMUTIL=$DSYMUTIL
13643
 
+  # Extract the first word of "dsymutil", so it can be a program name with args.
13644
 
+set dummy dsymutil; ac_word=$2
13645
 
 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13646
 
 $as_echo_n "checking for $ac_word... " >&6; }
 
19959
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19960
-$as_echo_n "checking for $ac_word... " >&6; }
13647
19961
-if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
13648
 
+if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
13649
 
   $as_echo_n "(cached) " >&6
 
19962
-  $as_echo_n "(cached) " >&6
 
19963
+if test -z "$ac_cv_prog_NMEDIT"; then
 
19964
+  ac_ct_NMEDIT=$NMEDIT
 
19965
+  # Extract the first word of "nmedit", so it can be a program name with args.
 
19966
+set dummy nmedit; ac_word=$2
 
19967
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19968
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
19969
+if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
 
19970
+  echo $ECHO_N "(cached) $ECHO_C" >&6
13650
19971
 else
13651
19972
-  if test -n "$ac_ct_RANLIB"; then
13652
19973
-  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
13653
 
+  if test -n "$ac_ct_DSYMUTIL"; then
13654
 
+  ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
 
19974
+  if test -n "$ac_ct_NMEDIT"; then
 
19975
+  ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
13655
19976
 else
13656
19977
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13657
19978
 for as_dir in $PATH
13658
 
@@ -8208,7 +7641,7 @@
 
19979
@@ -8220,8 +7528,8 @@
13659
19980
   test -z "$as_dir" && as_dir=.
13660
19981
   for ac_exec_ext in '' $ac_executable_extensions; do
13661
19982
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13662
19983
-    ac_cv_prog_ac_ct_RANLIB="ranlib"
13663
 
+    ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
13664
 
     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19984
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19985
+    ac_cv_prog_ac_ct_NMEDIT="nmedit"
 
19986
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13665
19987
     break 2
13666
19988
   fi
13667
 
@@ -8218,17 +7651,17 @@
 
19989
 done
 
19990
@@ -8230,44 +7538,44 @@
13668
19991
 
13669
19992
 fi
13670
19993
 fi
13672
19995
-if test -n "$ac_ct_RANLIB"; then
13673
19996
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
13674
19997
-$as_echo "$ac_ct_RANLIB" >&6; }
13675
 
+ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
13676
 
+if test -n "$ac_ct_DSYMUTIL"; then
13677
 
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
13678
 
+$as_echo "$ac_ct_DSYMUTIL" >&6; }
 
19998
+ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
 
19999
+if test -n "$ac_ct_NMEDIT"; then
 
20000
+  { echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
 
20001
+echo "${ECHO_T}$ac_ct_NMEDIT" >&6; }
13679
20002
 else
13680
 
   { $as_echo "$as_me:$LINENO: result: no" >&5
13681
 
 $as_echo "no" >&6; }
 
20003
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
20004
-$as_echo "no" >&6; }
 
20005
+  { echo "$as_me:$LINENO: result: no" >&5
 
20006
+echo "${ECHO_T}no" >&6; }
13682
20007
 fi
13683
20008
 
13684
20009
-  if test "x$ac_ct_RANLIB" = x; then
13685
20010
-    RANLIB=":"
13686
 
+  if test "x$ac_ct_DSYMUTIL" = x; then
13687
 
+    DSYMUTIL=":"
 
20011
+  if test "x$ac_ct_NMEDIT" = x; then
 
20012
+    NMEDIT=":"
13688
20013
   else
13689
20014
     case $cross_compiling:$ac_tool_warned in
13690
20015
 yes:)
13691
 
@@ -8236,22 +7669,22 @@
13692
 
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
20016
-{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
20017
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
20018
 whose name does not start with the host triplet.  If you think this
 
20019
 configuration is useful to you, please write to autoconf@gnu.org." >&5
 
20020
-$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
20021
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
20022
 whose name does not start with the host triplet.  If you think this
 
20023
 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
13693
20024
 ac_tool_warned=yes ;;
13694
20025
 esac
13695
20026
-    RANLIB=$ac_ct_RANLIB
13696
 
+    DSYMUTIL=$ac_ct_DSYMUTIL
 
20027
+    NMEDIT=$ac_ct_NMEDIT
13697
20028
   fi
13698
20029
 else
13699
20030
-  RANLIB="$ac_cv_prog_RANLIB"
13700
 
+  DSYMUTIL="$ac_cv_prog_DSYMUTIL"
 
20031
+  NMEDIT="$ac_cv_prog_NMEDIT"
13701
20032
 fi
13702
20033
 
13703
20034
-if test -n "$ac_tool_prefix"; then
13704
20035
-  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
13705
20036
-set dummy ${ac_tool_prefix}strip; ac_word=$2
13706
 
+    if test -n "$ac_tool_prefix"; then
13707
 
+  # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
13708
 
+set dummy ${ac_tool_prefix}nmedit; ac_word=$2
13709
 
 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13710
 
 $as_echo_n "checking for $ac_word... " >&6; }
 
20037
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
20038
-$as_echo_n "checking for $ac_word... " >&6; }
13711
20039
-if test "${ac_cv_prog_STRIP+set}" = set; then
13712
 
+if test "${ac_cv_prog_NMEDIT+set}" = set; then
13713
 
   $as_echo_n "(cached) " >&6
 
20040
-  $as_echo_n "(cached) " >&6
 
20041
+    if test -n "$ac_tool_prefix"; then
 
20042
+  # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
 
20043
+set dummy ${ac_tool_prefix}lipo; ac_word=$2
 
20044
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
20045
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
20046
+if test "${ac_cv_prog_LIPO+set}" = set; then
 
20047
+  echo $ECHO_N "(cached) $ECHO_C" >&6
13714
20048
 else
13715
20049
-  if test -n "$STRIP"; then
13716
20050
-  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
13717
 
+  if test -n "$NMEDIT"; then
13718
 
+  ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
 
20051
+  if test -n "$LIPO"; then
 
20052
+  ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
13719
20053
 else
13720
20054
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13721
20055
 for as_dir in $PATH
13722
 
@@ -8260,7 +7693,7 @@
 
20056
@@ -8276,8 +7584,8 @@
13723
20057
   test -z "$as_dir" && as_dir=.
13724
20058
   for ac_exec_ext in '' $ac_executable_extensions; do
13725
20059
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13726
20060
-    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
13727
 
+    ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
13728
 
     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20061
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20062
+    ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
 
20063
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13729
20064
     break 2
13730
20065
   fi
13731
 
@@ -8270,28 +7703,28 @@
 
20066
 done
 
20067
@@ -8286,28 +7594,28 @@
13732
20068
 
13733
20069
 fi
13734
20070
 fi
13736
20072
-if test -n "$STRIP"; then
13737
20073
-  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
13738
20074
-$as_echo "$STRIP" >&6; }
13739
 
-else
13740
 
+NMEDIT=$ac_cv_prog_NMEDIT
13741
 
+if test -n "$NMEDIT"; then
13742
 
+  { $as_echo "$as_me:$LINENO: result: $NMEDIT" >&5
13743
 
+$as_echo "$NMEDIT" >&6; }
13744
 
+else
13745
 
   { $as_echo "$as_me:$LINENO: result: no" >&5
13746
 
 $as_echo "no" >&6; }
 
20075
+LIPO=$ac_cv_prog_LIPO
 
20076
+if test -n "$LIPO"; then
 
20077
+  { echo "$as_me:$LINENO: result: $LIPO" >&5
 
20078
+echo "${ECHO_T}$LIPO" >&6; }
 
20079
 else
 
20080
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
20081
-$as_echo "no" >&6; }
 
20082
+  { echo "$as_me:$LINENO: result: no" >&5
 
20083
+echo "${ECHO_T}no" >&6; }
13747
20084
 fi
13748
20085
 
13749
20086
 
13752
20089
-  ac_ct_STRIP=$STRIP
13753
20090
-  # Extract the first word of "strip", so it can be a program name with args.
13754
20091
-set dummy strip; ac_word=$2
13755
 
+if test -z "$ac_cv_prog_NMEDIT"; then
13756
 
+  ac_ct_NMEDIT=$NMEDIT
13757
 
+  # Extract the first word of "nmedit", so it can be a program name with args.
13758
 
+set dummy nmedit; ac_word=$2
13759
 
 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13760
 
 $as_echo_n "checking for $ac_word... " >&6; }
 
20092
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
20093
-$as_echo_n "checking for $ac_word... " >&6; }
13761
20094
-if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
13762
 
+if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
13763
 
   $as_echo_n "(cached) " >&6
 
20095
-  $as_echo_n "(cached) " >&6
 
20096
+if test -z "$ac_cv_prog_LIPO"; then
 
20097
+  ac_ct_LIPO=$LIPO
 
20098
+  # Extract the first word of "lipo", so it can be a program name with args.
 
20099
+set dummy lipo; ac_word=$2
 
20100
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
20101
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
20102
+if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then
 
20103
+  echo $ECHO_N "(cached) $ECHO_C" >&6
13764
20104
 else
13765
20105
-  if test -n "$ac_ct_STRIP"; then
13766
20106
-  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
13767
 
+  if test -n "$ac_ct_NMEDIT"; then
13768
 
+  ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
 
20107
+  if test -n "$ac_ct_LIPO"; then
 
20108
+  ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
13769
20109
 else
13770
20110
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13771
20111
 for as_dir in $PATH
13772
 
@@ -8300,7 +7733,7 @@
 
20112
@@ -8316,8 +7624,8 @@
13773
20113
   test -z "$as_dir" && as_dir=.
13774
20114
   for ac_exec_ext in '' $ac_executable_extensions; do
13775
20115
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13776
20116
-    ac_cv_prog_ac_ct_STRIP="strip"
13777
 
+    ac_cv_prog_ac_ct_NMEDIT="nmedit"
13778
 
     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20117
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20118
+    ac_cv_prog_ac_ct_LIPO="lipo"
 
20119
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13779
20120
     break 2
13780
20121
   fi
13781
 
@@ -8310,17 +7743,17 @@
 
20122
 done
 
20123
@@ -8326,232 +7634,44 @@
13782
20124
 
13783
20125
 fi
13784
20126
 fi
13786
20128
-if test -n "$ac_ct_STRIP"; then
13787
20129
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
13788
20130
-$as_echo "$ac_ct_STRIP" >&6; }
13789
 
+ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
13790
 
+if test -n "$ac_ct_NMEDIT"; then
13791
 
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
13792
 
+$as_echo "$ac_ct_NMEDIT" >&6; }
 
20131
+ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
 
20132
+if test -n "$ac_ct_LIPO"; then
 
20133
+  { echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
 
20134
+echo "${ECHO_T}$ac_ct_LIPO" >&6; }
13793
20135
 else
13794
 
   { $as_echo "$as_me:$LINENO: result: no" >&5
13795
 
 $as_echo "no" >&6; }
 
20136
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
20137
-$as_echo "no" >&6; }
 
20138
+  { echo "$as_me:$LINENO: result: no" >&5
 
20139
+echo "${ECHO_T}no" >&6; }
13796
20140
 fi
13797
20141
 
13798
20142
-  if test "x$ac_ct_STRIP" = x; then
13799
20143
-    STRIP=":"
13800
 
+  if test "x$ac_ct_NMEDIT" = x; then
13801
 
+    NMEDIT=":"
 
20144
+  if test "x$ac_ct_LIPO" = x; then
 
20145
+    LIPO=":"
13802
20146
   else
13803
20147
     case $cross_compiling:$ac_tool_warned in
13804
20148
 yes:)
13805
 
@@ -8328,210 +7761,22 @@
13806
 
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
20149
-{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
20150
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
20151
 whose name does not start with the host triplet.  If you think this
 
20152
 configuration is useful to you, please write to autoconf@gnu.org." >&5
 
20153
-$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
20154
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
20155
 whose name does not start with the host triplet.  If you think this
 
20156
 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
13807
20157
 ac_tool_warned=yes ;;
13808
20158
 esac
13809
20159
-    STRIP=$ac_ct_STRIP
13810
 
+    NMEDIT=$ac_ct_NMEDIT
 
20160
+    LIPO=$ac_ct_LIPO
13811
20161
   fi
13812
20162
 else
13813
20163
-  STRIP="$ac_cv_prog_STRIP"
13992
20342
-  else
13993
20343
-    MAGIC_CMD=:
13994
20344
-  fi
13995
 
+  NMEDIT="$ac_cv_prog_NMEDIT"
 
20345
+  LIPO="$ac_cv_prog_LIPO"
13996
20346
 fi
13997
20347
 
13998
20348
-  fi
14005
20355
     if test -n "$ac_tool_prefix"; then
14006
20356
-  # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
14007
20357
-set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
14008
 
+  # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
14009
 
+set dummy ${ac_tool_prefix}lipo; ac_word=$2
14010
 
 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14011
 
 $as_echo_n "checking for $ac_word... " >&6; }
 
20358
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
20359
-$as_echo_n "checking for $ac_word... " >&6; }
14012
20360
-if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
14013
 
+if test "${ac_cv_prog_LIPO+set}" = set; then
14014
 
   $as_echo_n "(cached) " >&6
 
20361
-  $as_echo_n "(cached) " >&6
 
20362
+  # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
 
20363
+set dummy ${ac_tool_prefix}otool; ac_word=$2
 
20364
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
20365
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
20366
+if test "${ac_cv_prog_OTOOL+set}" = set; then
 
20367
+  echo $ECHO_N "(cached) $ECHO_C" >&6
14015
20368
 else
14016
20369
-  if test -n "$DSYMUTIL"; then
14017
20370
-  ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
14018
 
+  if test -n "$LIPO"; then
14019
 
+  ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
 
20371
+  if test -n "$OTOOL"; then
 
20372
+  ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
14020
20373
 else
14021
20374
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14022
20375
 for as_dir in $PATH
14023
 
@@ -8540,7 +7785,7 @@
 
20376
@@ -8560,8 +7680,8 @@
14024
20377
   test -z "$as_dir" && as_dir=.
14025
20378
   for ac_exec_ext in '' $ac_executable_extensions; do
14026
20379
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14027
20380
-    ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
14028
 
+    ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
14029
 
     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20381
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20382
+    ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
 
20383
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14030
20384
     break 2
14031
20385
   fi
14032
 
@@ -8550,10 +7795,10 @@
 
20386
 done
 
20387
@@ -8570,28 +7690,28 @@
14033
20388
 
14034
20389
 fi
14035
20390
 fi
14037
20392
-if test -n "$DSYMUTIL"; then
14038
20393
-  { $as_echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
14039
20394
-$as_echo "$DSYMUTIL" >&6; }
14040
 
+LIPO=$ac_cv_prog_LIPO
14041
 
+if test -n "$LIPO"; then
14042
 
+  { $as_echo "$as_me:$LINENO: result: $LIPO" >&5
14043
 
+$as_echo "$LIPO" >&6; }
 
20395
+OTOOL=$ac_cv_prog_OTOOL
 
20396
+if test -n "$OTOOL"; then
 
20397
+  { echo "$as_me:$LINENO: result: $OTOOL" >&5
 
20398
+echo "${ECHO_T}$OTOOL" >&6; }
14044
20399
 else
14045
 
   { $as_echo "$as_me:$LINENO: result: no" >&5
14046
 
 $as_echo "no" >&6; }
14047
 
@@ -8561,17 +7806,17 @@
 
20400
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
20401
-$as_echo "no" >&6; }
 
20402
+  { echo "$as_me:$LINENO: result: no" >&5
 
20403
+echo "${ECHO_T}no" >&6; }
 
20404
 fi
14048
20405
 
14049
20406
 
14050
20407
 fi
14052
20409
-  ac_ct_DSYMUTIL=$DSYMUTIL
14053
20410
-  # Extract the first word of "dsymutil", so it can be a program name with args.
14054
20411
-set dummy dsymutil; ac_word=$2
14055
 
+if test -z "$ac_cv_prog_LIPO"; then
14056
 
+  ac_ct_LIPO=$LIPO
14057
 
+  # Extract the first word of "lipo", so it can be a program name with args.
14058
 
+set dummy lipo; ac_word=$2
14059
 
 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14060
 
 $as_echo_n "checking for $ac_word... " >&6; }
 
20412
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
20413
-$as_echo_n "checking for $ac_word... " >&6; }
14061
20414
-if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
14062
 
+if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then
14063
 
   $as_echo_n "(cached) " >&6
 
20415
-  $as_echo_n "(cached) " >&6
 
20416
+if test -z "$ac_cv_prog_OTOOL"; then
 
20417
+  ac_ct_OTOOL=$OTOOL
 
20418
+  # Extract the first word of "otool", so it can be a program name with args.
 
20419
+set dummy otool; ac_word=$2
 
20420
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
20421
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
20422
+if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then
 
20423
+  echo $ECHO_N "(cached) $ECHO_C" >&6
14064
20424
 else
14065
20425
-  if test -n "$ac_ct_DSYMUTIL"; then
14066
20426
-  ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
14067
 
+  if test -n "$ac_ct_LIPO"; then
14068
 
+  ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
 
20427
+  if test -n "$ac_ct_OTOOL"; then
 
20428
+  ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
14069
20429
 else
14070
20430
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14071
20431
 for as_dir in $PATH
14072
 
@@ -8580,7 +7825,7 @@
 
20432
@@ -8600,8 +7720,8 @@
14073
20433
   test -z "$as_dir" && as_dir=.
14074
20434
   for ac_exec_ext in '' $ac_executable_extensions; do
14075
20435
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14076
20436
-    ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
14077
 
+    ac_cv_prog_ac_ct_LIPO="lipo"
14078
 
     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20437
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20438
+    ac_cv_prog_ac_ct_OTOOL="otool"
 
20439
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14079
20440
     break 2
14080
20441
   fi
14081
 
@@ -8590,17 +7835,17 @@
 
20442
 done
 
20443
@@ -8610,44 +7730,44 @@
14082
20444
 
14083
20445
 fi
14084
20446
 fi
14086
20448
-if test -n "$ac_ct_DSYMUTIL"; then
14087
20449
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
14088
20450
-$as_echo "$ac_ct_DSYMUTIL" >&6; }
14089
 
+ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
14090
 
+if test -n "$ac_ct_LIPO"; then
14091
 
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
14092
 
+$as_echo "$ac_ct_LIPO" >&6; }
 
20451
+ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
 
20452
+if test -n "$ac_ct_OTOOL"; then
 
20453
+  { echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
 
20454
+echo "${ECHO_T}$ac_ct_OTOOL" >&6; }
14093
20455
 else
14094
 
   { $as_echo "$as_me:$LINENO: result: no" >&5
14095
 
 $as_echo "no" >&6; }
 
20456
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
20457
-$as_echo "no" >&6; }
 
20458
+  { echo "$as_me:$LINENO: result: no" >&5
 
20459
+echo "${ECHO_T}no" >&6; }
14096
20460
 fi
14097
20461
 
14098
20462
-  if test "x$ac_ct_DSYMUTIL" = x; then
14099
20463
-    DSYMUTIL=":"
14100
 
+  if test "x$ac_ct_LIPO" = x; then
14101
 
+    LIPO=":"
 
20464
+  if test "x$ac_ct_OTOOL" = x; then
 
20465
+    OTOOL=":"
14102
20466
   else
14103
20467
     case $cross_compiling:$ac_tool_warned in
14104
20468
 yes:)
14105
 
@@ -8608,22 +7853,22 @@
14106
 
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
20469
-{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
20470
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
20471
 whose name does not start with the host triplet.  If you think this
 
20472
 configuration is useful to you, please write to autoconf@gnu.org." >&5
 
20473
-$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
20474
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
20475
 whose name does not start with the host triplet.  If you think this
 
20476
 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
14107
20477
 ac_tool_warned=yes ;;
14108
20478
 esac
14109
20479
-    DSYMUTIL=$ac_ct_DSYMUTIL
14110
 
+    LIPO=$ac_ct_LIPO
 
20480
+    OTOOL=$ac_ct_OTOOL
14111
20481
   fi
14112
20482
 else
14113
20483
-  DSYMUTIL="$ac_cv_prog_DSYMUTIL"
14114
 
+  LIPO="$ac_cv_prog_LIPO"
 
20484
+  OTOOL="$ac_cv_prog_OTOOL"
14115
20485
 fi
14116
20486
 
14117
20487
     if test -n "$ac_tool_prefix"; then
14118
20488
-  # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
14119
20489
-set dummy ${ac_tool_prefix}nmedit; ac_word=$2
14120
 
+  # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
14121
 
+set dummy ${ac_tool_prefix}otool; ac_word=$2
14122
 
 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14123
 
 $as_echo_n "checking for $ac_word... " >&6; }
 
20490
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
20491
-$as_echo_n "checking for $ac_word... " >&6; }
14124
20492
-if test "${ac_cv_prog_NMEDIT+set}" = set; then
14125
 
+if test "${ac_cv_prog_OTOOL+set}" = set; then
14126
 
   $as_echo_n "(cached) " >&6
 
20493
-  $as_echo_n "(cached) " >&6
 
20494
+  # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
 
20495
+set dummy ${ac_tool_prefix}otool64; ac_word=$2
 
20496
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
20497
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
20498
+if test "${ac_cv_prog_OTOOL64+set}" = set; then
 
20499
+  echo $ECHO_N "(cached) $ECHO_C" >&6
14127
20500
 else
14128
20501
-  if test -n "$NMEDIT"; then
14129
20502
-  ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
14130
 
+  if test -n "$OTOOL"; then
14131
 
+  ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
 
20503
+  if test -n "$OTOOL64"; then
 
20504
+  ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
14132
20505
 else
14133
20506
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14134
20507
 for as_dir in $PATH
14135
 
@@ -8632,7 +7877,7 @@
 
20508
@@ -8656,8 +7776,8 @@
14136
20509
   test -z "$as_dir" && as_dir=.
14137
20510
   for ac_exec_ext in '' $ac_executable_extensions; do
14138
20511
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14139
20512
-    ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
14140
 
+    ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
14141
 
     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20513
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20514
+    ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
 
20515
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14142
20516
     break 2
14143
20517
   fi
14144
 
@@ -8642,10 +7887,10 @@
 
20518
 done
 
20519
@@ -8666,28 +7786,28 @@
14145
20520
 
14146
20521
 fi
14147
20522
 fi
14149
20524
-if test -n "$NMEDIT"; then
14150
20525
-  { $as_echo "$as_me:$LINENO: result: $NMEDIT" >&5
14151
20526
-$as_echo "$NMEDIT" >&6; }
14152
 
+OTOOL=$ac_cv_prog_OTOOL
14153
 
+if test -n "$OTOOL"; then
14154
 
+  { $as_echo "$as_me:$LINENO: result: $OTOOL" >&5
14155
 
+$as_echo "$OTOOL" >&6; }
 
20527
+OTOOL64=$ac_cv_prog_OTOOL64
 
20528
+if test -n "$OTOOL64"; then
 
20529
+  { echo "$as_me:$LINENO: result: $OTOOL64" >&5
 
20530
+echo "${ECHO_T}$OTOOL64" >&6; }
14156
20531
 else
14157
 
   { $as_echo "$as_me:$LINENO: result: no" >&5
14158
 
 $as_echo "no" >&6; }
14159
 
@@ -8653,17 +7898,17 @@
 
20532
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
20533
-$as_echo "no" >&6; }
 
20534
+  { echo "$as_me:$LINENO: result: no" >&5
 
20535
+echo "${ECHO_T}no" >&6; }
 
20536
 fi
14160
20537
 
14161
20538
 
14162
20539
 fi
14164
20541
-  ac_ct_NMEDIT=$NMEDIT
14165
20542
-  # Extract the first word of "nmedit", so it can be a program name with args.
14166
20543
-set dummy nmedit; ac_word=$2
14167
 
+if test -z "$ac_cv_prog_OTOOL"; then
14168
 
+  ac_ct_OTOOL=$OTOOL
14169
 
+  # Extract the first word of "otool", so it can be a program name with args.
14170
 
+set dummy otool; ac_word=$2
14171
 
 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14172
 
 $as_echo_n "checking for $ac_word... " >&6; }
 
20544
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
20545
-$as_echo_n "checking for $ac_word... " >&6; }
14173
20546
-if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
14174
 
+if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then
14175
 
   $as_echo_n "(cached) " >&6
14176
 
 else
14177
 
-  if test -n "$ac_ct_NMEDIT"; then
14178
 
-  ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
14179
 
+  if test -n "$ac_ct_OTOOL"; then
14180
 
+  ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
14181
 
 else
14182
 
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14183
 
 for as_dir in $PATH
14184
 
@@ -8672,7 +7917,7 @@
14185
 
   test -z "$as_dir" && as_dir=.
14186
 
   for ac_exec_ext in '' $ac_executable_extensions; do
14187
 
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14188
 
-    ac_cv_prog_ac_ct_NMEDIT="nmedit"
14189
 
+    ac_cv_prog_ac_ct_OTOOL="otool"
14190
 
     $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14191
 
     break 2
14192
 
   fi
14193
 
@@ -8682,17 +7927,17 @@
14194
 
 
14195
 
 fi
14196
 
 fi
14197
 
-ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
14198
 
-if test -n "$ac_ct_NMEDIT"; then
14199
 
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
14200
 
-$as_echo "$ac_ct_NMEDIT" >&6; }
14201
 
+ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
14202
 
+if test -n "$ac_ct_OTOOL"; then
14203
 
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
14204
 
+$as_echo "$ac_ct_OTOOL" >&6; }
14205
 
 else
14206
 
   { $as_echo "$as_me:$LINENO: result: no" >&5
14207
 
 $as_echo "no" >&6; }
14208
 
 fi
14209
 
 
14210
 
-  if test "x$ac_ct_NMEDIT" = x; then
14211
 
-    NMEDIT=":"
14212
 
+  if test "x$ac_ct_OTOOL" = x; then
14213
 
+    OTOOL=":"
14214
 
   else
14215
 
     case $cross_compiling:$ac_tool_warned in
14216
 
 yes:)
14217
 
@@ -8700,11 +7945,128 @@
14218
 
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
14219
 
 ac_tool_warned=yes ;;
14220
 
 esac
14221
 
-    NMEDIT=$ac_ct_NMEDIT
14222
 
+    OTOOL=$ac_ct_OTOOL
14223
 
   fi
14224
 
 else
14225
 
-  NMEDIT="$ac_cv_prog_NMEDIT"
14226
 
+  OTOOL="$ac_cv_prog_OTOOL"
14227
 
+fi
14228
 
+
14229
 
+    if test -n "$ac_tool_prefix"; then
14230
 
+  # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
14231
 
+set dummy ${ac_tool_prefix}otool64; ac_word=$2
14232
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14233
 
+$as_echo_n "checking for $ac_word... " >&6; }
14234
 
+if test "${ac_cv_prog_OTOOL64+set}" = set; then
14235
 
+  $as_echo_n "(cached) " >&6
14236
 
+else
14237
 
+  if test -n "$OTOOL64"; then
14238
 
+  ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
14239
 
+else
14240
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14241
 
+for as_dir in $PATH
14242
 
+do
14243
 
+  IFS=$as_save_IFS
14244
 
+  test -z "$as_dir" && as_dir=.
14245
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
14246
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14247
 
+    ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
14248
 
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14249
 
+    break 2
14250
 
+  fi
14251
 
+done
14252
 
+done
14253
 
+IFS=$as_save_IFS
14254
 
+
14255
 
+fi
14256
 
+fi
14257
 
+OTOOL64=$ac_cv_prog_OTOOL64
14258
 
+if test -n "$OTOOL64"; then
14259
 
+  { $as_echo "$as_me:$LINENO: result: $OTOOL64" >&5
14260
 
+$as_echo "$OTOOL64" >&6; }
14261
 
+else
14262
 
+  { $as_echo "$as_me:$LINENO: result: no" >&5
14263
 
+$as_echo "no" >&6; }
14264
 
+fi
14265
 
+
14266
 
+
14267
 
+fi
 
20547
-  $as_echo_n "(cached) " >&6
14268
20548
+if test -z "$ac_cv_prog_OTOOL64"; then
14269
20549
+  ac_ct_OTOOL64=$OTOOL64
14270
20550
+  # Extract the first word of "otool64", so it can be a program name with args.
14271
20551
+set dummy otool64; ac_word=$2
14272
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14273
 
+$as_echo_n "checking for $ac_word... " >&6; }
 
20552
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
20553
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14274
20554
+if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then
14275
 
+  $as_echo_n "(cached) " >&6
14276
 
+else
 
20555
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
20556
 else
 
20557
-  if test -n "$ac_ct_NMEDIT"; then
 
20558
-  ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
14277
20559
+  if test -n "$ac_ct_OTOOL64"; then
14278
20560
+  ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
14279
 
+else
14280
 
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14281
 
+for as_dir in $PATH
14282
 
+do
14283
 
+  IFS=$as_save_IFS
14284
 
+  test -z "$as_dir" && as_dir=.
14285
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
14286
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
20561
 else
 
20562
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
20563
 for as_dir in $PATH
 
20564
@@ -8696,8 +7816,8 @@
 
20565
   test -z "$as_dir" && as_dir=.
 
20566
   for ac_exec_ext in '' $ac_executable_extensions; do
 
20567
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
20568
-    ac_cv_prog_ac_ct_NMEDIT="nmedit"
 
20569
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14287
20570
+    ac_cv_prog_ac_ct_OTOOL64="otool64"
14288
 
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14289
 
+    break 2
14290
 
+  fi
14291
 
+done
14292
 
+done
14293
 
+IFS=$as_save_IFS
14294
 
+
14295
 
 fi
14296
 
+fi
 
20571
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20572
     break 2
 
20573
   fi
 
20574
 done
 
20575
@@ -8706,64 +7826,95 @@
 
20576
 
 
20577
 fi
 
20578
 fi
 
20579
-ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
 
20580
-if test -n "$ac_ct_NMEDIT"; then
 
20581
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
 
20582
-$as_echo "$ac_ct_NMEDIT" >&6; }
14297
20583
+ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
14298
20584
+if test -n "$ac_ct_OTOOL64"; then
14299
 
+  { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
14300
 
+$as_echo "$ac_ct_OTOOL64" >&6; }
14301
 
+else
14302
 
+  { $as_echo "$as_me:$LINENO: result: no" >&5
14303
 
+$as_echo "no" >&6; }
14304
 
+fi
14305
 
+
 
20585
+  { echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
 
20586
+echo "${ECHO_T}$ac_ct_OTOOL64" >&6; }
 
20587
 else
 
20588
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
20589
-$as_echo "no" >&6; }
 
20590
+  { echo "$as_me:$LINENO: result: no" >&5
 
20591
+echo "${ECHO_T}no" >&6; }
 
20592
 fi
 
20593
 
 
20594
-  if test "x$ac_ct_NMEDIT" = x; then
 
20595
-    NMEDIT=":"
14306
20596
+  if test "x$ac_ct_OTOOL64" = x; then
14307
20597
+    OTOOL64=":"
14308
 
+  else
14309
 
+    case $cross_compiling:$ac_tool_warned in
14310
 
+yes:)
14311
 
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
14312
 
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
14313
 
+ac_tool_warned=yes ;;
14314
 
+esac
 
20598
   else
 
20599
     case $cross_compiling:$ac_tool_warned in
 
20600
 yes:)
 
20601
-{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
20602
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
20603
 whose name does not start with the host triplet.  If you think this
 
20604
 configuration is useful to you, please write to autoconf@gnu.org." >&5
 
20605
-$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
20606
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
20607
 whose name does not start with the host triplet.  If you think this
 
20608
 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
20609
 ac_tool_warned=yes ;;
 
20610
 esac
 
20611
-    NMEDIT=$ac_ct_NMEDIT
14315
20612
+    OTOOL64=$ac_ct_OTOOL64
14316
 
+  fi
14317
 
+else
 
20613
   fi
 
20614
 else
 
20615
-  NMEDIT="$ac_cv_prog_NMEDIT"
14318
20616
+  OTOOL64="$ac_cv_prog_OTOOL64"
14319
 
+fi
14320
 
+
14321
 
+
14322
 
+
14323
 
+
14324
 
+
14325
 
+
14326
 
+
14327
 
+
14328
 
+
14329
 
+
14330
 
+
14331
 
+
14332
 
+
14333
 
+
14334
 
+
14335
 
+
14336
 
+
14337
 
+
14338
 
+
14339
 
+
14340
 
+
14341
 
+
14342
 
+
14343
 
+
14344
 
+
14345
 
 
14346
 
 
14347
 
     { $as_echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
14348
 
@@ -8714,18 +8076,24 @@
14349
 
 else
14350
 
   lt_cv_apple_cc_single_mod=no
14351
 
       if test -z "${LT_MULTI_MODULE}"; then
 
20617
 fi
 
20618
 
 
20619
 
 
20620
-    { $as_echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
 
20621
-$as_echo_n "checking for -single_module linker flag... " >&6; }
 
20622
-if test "${lt_cv_apple_cc_single_mod+set}" = set; then
 
20623
-  $as_echo_n "(cached) " >&6
 
20624
-else
 
20625
-  lt_cv_apple_cc_single_mod=no
 
20626
-      if test -z "${LT_MULTI_MODULE}"; then
14352
20627
-   # By default we will add the -single_module flag. You can override
14353
20628
-   # by either setting the environment variable LT_MULTI_MODULE
14354
20629
-   # non-empty at configure time, or by adding -multi_module to the
14361
20636
-     rm -rf libconftest.dylib*
14362
20637
-   fi
14363
20638
-   rm conftest.c
 
20639
-      fi
 
20640
-fi
 
20641
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
 
20642
-$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
 
20643
-    { $as_echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
 
20644
-$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
 
20645
-if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
 
20646
-  $as_echo_n "(cached) " >&6
 
20647
-else
 
20648
-  lt_cv_ld_exported_symbols_list=no
 
20649
+
 
20650
+
 
20651
+
 
20652
+
 
20653
+
 
20654
+
 
20655
+
 
20656
+
 
20657
+
 
20658
+
 
20659
+
 
20660
+
 
20661
+
 
20662
+
 
20663
+
 
20664
+
 
20665
+
 
20666
+
 
20667
+
 
20668
+
 
20669
+
 
20670
+
 
20671
+
 
20672
+
 
20673
+
 
20674
+    { echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
 
20675
+echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6; }
 
20676
+if test "${lt_cv_apple_cc_single_mod+set}" = set; then
 
20677
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
20678
+else
 
20679
+  lt_cv_apple_cc_single_mod=no
 
20680
+      if test -z "${LT_MULTI_MODULE}"; then
14364
20681
+       # By default we will add the -single_module flag. You can override
14365
20682
+       # by either setting the environment variable LT_MULTI_MODULE
14366
20683
+       # non-empty at configure time, or by adding -multi_module to the
14379
20696
+       fi
14380
20697
+       rm -rf libconftest.dylib*
14381
20698
+       rm -f conftest.*
14382
 
       fi
 
20699
+      fi
 
20700
+fi
 
20701
+{ echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
 
20702
+echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6; }
 
20703
+    { echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
 
20704
+echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6; }
 
20705
+if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
 
20706
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
20707
+else
 
20708
+  lt_cv_ld_exported_symbols_list=no
 
20709
       save_LDFLAGS=$LDFLAGS
 
20710
       echo "_main" > conftest.sym
 
20711
       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
 
20712
@@ -8788,53 +7939,49 @@
 
20713
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
20714
   *) ac_try_echo=$ac_try;;
 
20715
 esac
 
20716
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
20717
-$as_echo "$ac_try_echo") >&5
 
20718
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
20719
   (eval "$ac_link") 2>conftest.er1
 
20720
   ac_status=$?
 
20721
   grep -v '^ *+' conftest.er1 >conftest.err
 
20722
   rm -f conftest.er1
 
20723
   cat conftest.err >&5
 
20724
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
20725
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
20726
   (exit $ac_status); } && {
 
20727
         test -z "$ac_c_werror_flag" ||
 
20728
         test ! -s conftest.err
 
20729
-       } && test -s conftest$ac_exeext && {
 
20730
-        test "$cross_compiling" = yes ||
 
20731
-        $as_test_x conftest$ac_exeext
 
20732
-       }; then
 
20733
+       } && test -s conftest$ac_exeext &&
 
20734
+       $as_test_x conftest$ac_exeext; then
 
20735
   lt_cv_ld_exported_symbols_list=yes
 
20736
 else
 
20737
-  $as_echo "$as_me: failed program was:" >&5
 
20738
+  echo "$as_me: failed program was:" >&5
 
20739
 sed 's/^/| /' conftest.$ac_ext >&5
 
20740
 
 
20741
        lt_cv_ld_exported_symbols_list=no
14383
20742
 fi
14384
 
 { $as_echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
14385
 
@@ -8786,27 +8154,27 @@
14386
 
 rm -rf conftest.dSYM
 
20743
 
 
20744
-rm -rf conftest.dSYM
14387
20745
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14388
20746
       conftest$ac_exeext conftest.$ac_ext
14389
20747
-   LDFLAGS="$save_LDFLAGS"
14390
20748
+       LDFLAGS="$save_LDFLAGS"
14391
20749
 
14392
20750
 fi
14393
 
 { $as_echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
14394
 
 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
 
20751
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
 
20752
-$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
 
20753
+{ echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
 
20754
+echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6; }
14395
20755
     case $host_os in
14396
20756
-    rhapsody* | darwin1.[0123])
14397
20757
+    rhapsody* | darwin1.[012])
14420
20780
       esac
14421
20781
     ;;
14422
20782
   esac
14423
 
@@ -8816,5681 +8184,2593 @@
 
20783
@@ -8844,6115 +7991,3063 @@
14424
20784
     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
14425
20785
       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
14426
20786
     else
14436
20796
     ;;
14437
20797
   esac
14438
20798
 
14439
 
-
 
20799
+# On IRIX 5.3, sys/types and inttypes.h are conflicting.
 
20800
 
14440
20801
-enable_dlopen=no
14441
20802
-enable_win32_dll=no
14442
 
-
 
20803
 
14443
20804
-# Check whether --enable-libtool-lock was given.
14444
20805
-if test "${enable_libtool_lock+set}" = set; then
14445
20806
-  enableval=$enable_libtool_lock;
14446
20807
-fi
14447
 
-
 
20808
 
14448
20809
-test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
14449
 
+# On IRIX 5.3, sys/types and inttypes.h are conflicting.
14450
20810
 
14451
20811
 
14452
20812
-# Check whether --with-pic was given.
14470
20830
 
14471
20831
-# Source file extension for C test sources.
14472
20832
-ac_ext=c
14473
 
 
14474
 
-# Object file extension for compiled C test sources.
14475
 
-objext=o
14476
 
-objext=$objext
14477
 
 
14478
 
-# Code to be used in simple compile tests
14479
 
-lt_simple_compile_test_code="int some_variable = 0;"
14480
 
 
14481
 
-# Code to be used in simple link tests
14482
 
-lt_simple_link_test_code='int main(){return(0);}'
14483
20833
+for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
14484
20834
+                 inttypes.h stdint.h unistd.h
14485
20835
+do
14486
 
+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14487
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14488
 
+$as_echo_n "checking for $ac_header... " >&6; }
 
20836
+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
20837
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 
20838
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14489
20839
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14490
 
+  $as_echo_n "(cached) " >&6
 
20840
+  echo $ECHO_N "(cached) $ECHO_C" >&6
14491
20841
+else
14492
20842
+  cat >conftest.$ac_ext <<_ACEOF
14493
20843
+/* confdefs.h.  */
14497
20847
+/* end confdefs.h.  */
14498
20848
+$ac_includes_default
14499
20849
 
 
20850
-# Object file extension for compiled C test sources.
 
20851
-objext=o
 
20852
-objext=$objext
14500
20853
+#include <$ac_header>
14501
20854
+_ACEOF
14502
20855
+rm -f conftest.$ac_objext
14505
20858
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14506
20859
+  *) ac_try_echo=$ac_try;;
14507
20860
+esac
14508
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14509
 
+$as_echo "$ac_try_echo") >&5
 
20861
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14510
20862
+  (eval "$ac_compile") 2>conftest.er1
14511
20863
+  ac_status=$?
14512
20864
+  grep -v '^ *+' conftest.er1 >conftest.err
14513
20865
+  rm -f conftest.er1
14514
20866
+  cat conftest.err >&5
14515
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
20867
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14516
20868
+  (exit $ac_status); } && {
14517
20869
+        test -z "$ac_c_werror_flag" ||
14518
20870
+        test ! -s conftest.err
14519
20871
+       } && test -s conftest.$ac_objext; then
14520
20872
+  eval "$as_ac_Header=yes"
14521
20873
+else
14522
 
+  $as_echo "$as_me: failed program was:" >&5
 
20874
+  echo "$as_me: failed program was:" >&5
14523
20875
+sed 's/^/| /' conftest.$ac_ext >&5
14524
20876
 
 
20877
-# Code to be used in simple compile tests
 
20878
-lt_simple_compile_test_code="int some_variable = 0;"
 
20879
+       eval "$as_ac_Header=no"
 
20880
+fi
 
20881
 
 
20882
-# Code to be used in simple link tests
 
20883
-lt_simple_link_test_code='int main(){return(0);}'
 
20884
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
20885
+fi
 
20886
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
20887
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
20888
+echo "${ECHO_T}$ac_res" >&6; }
 
20889
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
20890
+  cat >>confdefs.h <<_ACEOF
 
20891
+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
20892
+_ACEOF
 
20893
 
 
20894
+fi
 
20895
 
14525
20896
-# If no C compiler was specified, use CC.
14526
20897
-LTCC=${LTCC-"$CC"}
14527
 
+       eval "$as_ac_Header=no"
14528
 
+fi
 
20898
+done
14529
20899
 
14530
20900
-# If no C compiler flags were specified, use CFLAGS.
14531
20901
-LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
14532
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14533
 
+fi
14534
 
+ac_res=`eval 'as_val=${'$as_ac_Header'}
14535
 
+                $as_echo "$as_val"'`
14536
 
+              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14537
 
+$as_echo "$ac_res" >&6; }
14538
 
+as_val=`eval 'as_val=${'$as_ac_Header'}
14539
 
+                $as_echo "$as_val"'`
14540
 
+   if test "x$as_val" = x""yes; then
14541
 
+  cat >>confdefs.h <<_ACEOF
14542
 
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14543
 
+_ACEOF
14544
20902
 
14545
20903
-# Allow CC to be a program name with arguments.
14546
20904
-compiler=$CC
14547
 
+fi
14548
 
 
14549
 
+done
14550
 
 
14551
 
-# save warnings/boilerplate of simple test code
14552
 
-ac_outfile=conftest.$ac_objext
14553
 
-echo "$lt_simple_compile_test_code" >conftest.$ac_ext
14554
 
-eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
14555
 
-_lt_compiler_boilerplate=`cat conftest.err`
14556
 
-$rm conftest*
14557
 
 
14558
 
-ac_outfile=conftest.$ac_objext
14559
 
-echo "$lt_simple_link_test_code" >conftest.$ac_ext
14560
 
-eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
14561
 
-_lt_linker_boilerplate=`cat conftest.err`
14562
 
-$rm -r conftest*
14563
20905
 
14564
20906
+for ac_header in dlfcn.h
14565
20907
+do
14566
 
+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14567
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14568
 
+$as_echo_n "checking for $ac_header... " >&6; }
 
20908
+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
20909
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 
20910
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14569
20911
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14570
 
+  $as_echo_n "(cached) " >&6
 
20912
+  echo $ECHO_N "(cached) $ECHO_C" >&6
14571
20913
+else
14572
20914
+  cat >conftest.$ac_ext <<_ACEOF
14573
20915
+/* confdefs.h.  */
14577
20919
+/* end confdefs.h.  */
14578
20920
+$ac_includes_default
14579
20921
 
 
20922
-# save warnings/boilerplate of simple test code
 
20923
-ac_outfile=conftest.$ac_objext
 
20924
-echo "$lt_simple_compile_test_code" >conftest.$ac_ext
 
20925
-eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
20926
-_lt_compiler_boilerplate=`cat conftest.err`
 
20927
-$rm conftest*
14580
20928
+#include <$ac_header>
14581
20929
+_ACEOF
14582
20930
+rm -f conftest.$ac_objext
14585
20933
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14586
20934
+  *) ac_try_echo=$ac_try;;
14587
20935
+esac
14588
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14589
 
+$as_echo "$ac_try_echo") >&5
 
20936
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14590
20937
+  (eval "$ac_compile") 2>conftest.er1
14591
20938
+  ac_status=$?
14592
20939
+  grep -v '^ *+' conftest.er1 >conftest.err
14593
20940
+  rm -f conftest.er1
14594
20941
+  cat conftest.err >&5
14595
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
20942
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
14596
20943
+  (exit $ac_status); } && {
14597
20944
+        test -z "$ac_c_werror_flag" ||
14598
20945
+        test ! -s conftest.err
14599
20946
+       } && test -s conftest.$ac_objext; then
14600
20947
+  eval "$as_ac_Header=yes"
14601
20948
+else
14602
 
+  $as_echo "$as_me: failed program was:" >&5
 
20949
+  echo "$as_me: failed program was:" >&5
14603
20950
+sed 's/^/| /' conftest.$ac_ext >&5
14604
20951
 
 
20952
-ac_outfile=conftest.$ac_objext
 
20953
-echo "$lt_simple_link_test_code" >conftest.$ac_ext
 
20954
-eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
20955
-_lt_linker_boilerplate=`cat conftest.err`
 
20956
-$rm -r conftest*
 
20957
+       eval "$as_ac_Header=no"
 
20958
+fi
 
20959
 
 
20960
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
20961
+fi
 
20962
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
20963
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
20964
+echo "${ECHO_T}$ac_res" >&6; }
 
20965
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
20966
+  cat >>confdefs.h <<_ACEOF
 
20967
+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
20968
+_ACEOF
 
20969
 
 
20970
+fi
 
20971
 
14605
20972
-lt_prog_compiler_no_builtin_flag=
14606
 
-
 
20973
+done
 
20974
 
14607
20975
-if test "$GCC" = yes; then
14608
20976
-  lt_prog_compiler_no_builtin_flag=' -fno-builtin'
14609
 
-
14610
 
-
 
20977
 
 
20978
 
14611
20979
-{ $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
14612
20980
-$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
14613
20981
-if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
14626
20994
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14627
20995
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14628
20996
-   -e 's:$: $lt_compiler_flag:'`
14629
 
-   (eval echo "\"\$as_me:8923: $lt_compile\"" >&5)
 
20997
-   (eval echo "\"\$as_me:8951: $lt_compile\"" >&5)
14630
20998
-   (eval "$lt_compile" 2>conftest.err)
14631
20999
-   ac_status=$?
14632
21000
-   cat conftest.err >&5
14633
 
-   echo "$as_me:8927: \$? = $ac_status" >&5
 
21001
-   echo "$as_me:8955: \$? = $ac_status" >&5
14634
21002
-   if (exit $ac_status) && test -s "$ac_outfile"; then
14635
21003
-     # The compiler can only warn and ignore the option if not recognized
14636
21004
-     # So say no if there are warnings other than the usual output.
14641
21009
-     fi
14642
21010
-   fi
14643
21011
-   $rm conftest*
14644
 
+       eval "$as_ac_Header=no"
14645
 
+fi
 
21012
+# Set options
14646
21013
 
14647
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14648
 
 fi
 
21014
-fi
14649
21015
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
14650
21016
-$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
14651
 
+ac_res=`eval 'as_val=${'$as_ac_Header'}
14652
 
+                $as_echo "$as_val"'`
14653
 
+              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14654
 
+$as_echo "$ac_res" >&6; }
14655
 
+as_val=`eval 'as_val=${'$as_ac_Header'}
14656
 
+                $as_echo "$as_val"'`
14657
 
+   if test "x$as_val" = x""yes; then
14658
 
+  cat >>confdefs.h <<_ACEOF
14659
 
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14660
 
+_ACEOF
14661
21017
 
14662
21018
-if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
14663
21019
-    lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
14664
21020
-else
14665
21021
-    :
14666
 
 fi
 
21022
-fi
14667
21023
 
14668
21024
-fi
14669
 
+done
 
21025
+        enable_dlopen=no
14670
21026
 
14671
21027
-lt_prog_compiler_wl=
14672
21028
-lt_prog_compiler_pic=
14674
21030
 
14675
21031
-{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
14676
21032
-$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
 
21033
+  enable_win32_dll=no
14677
21034
 
14678
21035
-  if test "$GCC" = yes; then
14679
21036
-    lt_prog_compiler_wl='-Wl,'
14680
21037
-    lt_prog_compiler_static='-static'
14681
 
+# Set options
14682
21038
 
14683
21039
-    case $host_os in
14684
21040
-      aix*)
14687
21043
-       # AIX 5 now supports IA64 processor
14688
21044
-       lt_prog_compiler_static='-Bstatic'
14689
21045
-      fi
14690
 
-      ;;
14691
 
 
14692
 
-    amigaos*)
14693
 
-      # FIXME: we need at least 68020 code to build shared libraries, but
14694
 
-      # adding the `-m68020' flag to GCC prevents building anything better,
14695
 
-      # like `-m68040'.
14696
 
-      lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
14697
 
-      ;;
14698
 
 
14699
 
-    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
14700
 
-      # PIC is the default for these OSes.
14701
 
-      ;;
14702
 
+        enable_dlopen=no
14703
 
 
14704
 
-    mingw* | cygwin* | pw32* | os2*)
14705
 
-      # This hack is so that the source file can tell whether it is being
14706
 
-      # built for inclusion in a dll (and should export symbols for example).
14707
 
-      # Although the cygwin gcc ignores -fPIC, still need this for old-style
14708
 
-      # (--disable-auto-import) libraries
14709
 
-      lt_prog_compiler_pic='-DDLL_EXPORT'
14710
 
-      ;;
14711
 
 
14712
 
-    darwin* | rhapsody*)
14713
 
-      # PIC is the default on this platform
14714
 
-      # Common symbols not allowed in MH_DYLIB files
14715
 
-      lt_prog_compiler_pic='-fno-common'
14716
 
-      ;;
14717
 
+  enable_win32_dll=no
14718
 
 
14719
 
-    interix[3-9]*)
14720
 
-      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
14721
 
-      # Instead, we relocate shared libraries at runtime.
14722
 
-      ;;
14723
 
 
14724
 
-    msdosdjgpp*)
14725
 
-      # Just because we use GCC doesn't mean we suddenly get shared libraries
14726
 
-      # on systems that don't support them.
14727
 
-      lt_prog_compiler_can_build_shared=no
14728
21046
+            # Check whether --enable-shared was given.
14729
21047
+if test "${enable_shared+set}" = set; then
14730
21048
+  enableval=$enable_shared; p=${PACKAGE-default}
14732
21050
+    yes) enable_shared=yes ;;
14733
21051
+    no) enable_shared=no ;;
14734
21052
+    *)
14735
 
       enable_shared=no
 
21053
+      enable_shared=no
14736
21054
+      # Look at the argument we got.  We use all the common list separators.
14737
21055
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
14738
21056
+      for pkg in $enableval; do
14748
21066
+  enable_shared=yes
14749
21067
+fi
14750
21068
 
 
21069
-    amigaos*)
 
21070
-      # FIXME: we need at least 68020 code to build shared libraries, but
 
21071
-      # adding the `-m68020' flag to GCC prevents building anything better,
 
21072
-      # like `-m68040'.
 
21073
-      lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
 
21074
-      ;;
 
21075
 
 
21076
-    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
21077
-      # PIC is the default for these OSes.
 
21078
-      ;;
 
21079
 
 
21080
-    mingw* | cygwin* | pw32* | os2*)
 
21081
-      # This hack is so that the source file can tell whether it is being
 
21082
-      # built for inclusion in a dll (and should export symbols for example).
 
21083
-      # Although the cygwin gcc ignores -fPIC, still need this for old-style
 
21084
-      # (--disable-auto-import) libraries
 
21085
-      lt_prog_compiler_pic='-DDLL_EXPORT'
 
21086
-      ;;
 
21087
 
 
21088
-    darwin* | rhapsody*)
 
21089
-      # PIC is the default on this platform
 
21090
-      # Common symbols not allowed in MH_DYLIB files
 
21091
-      lt_prog_compiler_pic='-fno-common'
 
21092
-      ;;
 
21093
 
 
21094
-    interix[3-9]*)
 
21095
-      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
 
21096
-      # Instead, we relocate shared libraries at runtime.
 
21097
-      ;;
 
21098
 
 
21099
-    msdosdjgpp*)
 
21100
-      # Just because we use GCC doesn't mean we suddenly get shared libraries
 
21101
-      # on systems that don't support them.
 
21102
-      lt_prog_compiler_can_build_shared=no
 
21103
-      enable_shared=no
 
21104
-      ;;
 
21105
 
14751
21106
-    sysv4*MP*)
14752
21107
-      if test -d /usr/nec; then
14753
21108
-       lt_prog_compiler_pic=-Kconform_pic
14767
21122
-      esac
14768
21123
-      ;;
14769
21124
 
14770
 
-    *)
 
21125
+  # Check whether --enable-static was given.
 
21126
+if test "${enable_static+set}" = set; then
 
21127
+  enableval=$enable_static; p=${PACKAGE-default}
 
21128
+    case $enableval in
 
21129
+    yes) enable_static=yes ;;
 
21130
+    no) enable_static=no ;;
 
21131
     *)
14771
21132
-      lt_prog_compiler_pic='-fPIC'
14772
 
-      ;;
14773
 
-    esac
 
21133
+     enable_static=no
 
21134
+      # Look at the argument we got.  We use all the common list separators.
 
21135
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
21136
+      for pkg in $enableval; do
 
21137
+       IFS="$lt_save_ifs"
 
21138
+       if test "X$pkg" = "X$p"; then
 
21139
+         enable_static=yes
 
21140
+       fi
 
21141
+      done
 
21142
+      IFS="$lt_save_ifs"
 
21143
       ;;
 
21144
     esac
14774
21145
-  else
14775
21146
-    # PORTME Check for flag to pass linker flags through the system compiler.
14776
21147
-    case $host_os in
14793
21164
-         ;;
14794
21165
-       esac
14795
21166
-       ;;
 
21167
+else
 
21168
+  enable_static=yes
 
21169
+fi
14796
21170
 
14797
21171
-    mingw* | cygwin* | pw32* | os2*)
14798
21172
-      # This hack is so that the source file can tell whether it is being
14869
21243
-      lt_prog_compiler_wl='-Wl,'
14870
21244
-      # All OSF/1 code is PIC.
14871
21245
-      lt_prog_compiler_static='-non_shared'
14872
 
+  # Check whether --enable-static was given.
14873
 
+if test "${enable_static+set}" = set; then
14874
 
+  enableval=$enable_static; p=${PACKAGE-default}
14875
 
+    case $enableval in
14876
 
+    yes) enable_static=yes ;;
14877
 
+    no) enable_static=no ;;
14878
 
+    *)
14879
 
+     enable_static=no
14880
 
+      # Look at the argument we got.  We use all the common list separators.
14881
 
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
14882
 
+      for pkg in $enableval; do
14883
 
+       IFS="$lt_save_ifs"
14884
 
+       if test "X$pkg" = "X$p"; then
14885
 
+         enable_static=yes
14886
 
+       fi
14887
 
+      done
14888
 
+      IFS="$lt_save_ifs"
14889
 
       ;;
14890
 
+    esac
14891
 
+else
14892
 
+  enable_static=yes
14893
 
+fi
 
21246
-      ;;
14894
21247
 
14895
21248
-    rdos*)
14896
21249
-      lt_prog_compiler_static='-non_shared'
14918
21271
-      lt_prog_compiler_pic='-KPIC'
14919
21272
-      lt_prog_compiler_static='-Bstatic'
14920
21273
-      ;;
 
21274
+# Check whether --with-pic was given.
 
21275
+if test "${with_pic+set}" = set; then
 
21276
+  withval=$with_pic; pic_mode="$withval"
 
21277
+else
 
21278
+  pic_mode=default
 
21279
+fi
 
21280
+
 
21281
+
 
21282
+test -z "$pic_mode" && pic_mode=default
14921
21283
 
14922
21284
-    sysv4*MP*)
14923
21285
-      if test -d /usr/nec ;then
14942
21304
-      lt_prog_compiler_static='-Bstatic'
14943
21305
-      ;;
14944
21306
 
14945
 
-    *)
 
21307
+
 
21308
+
 
21309
+  # Check whether --enable-fast-install was given.
 
21310
+if test "${enable_fast_install+set}" = set; then
 
21311
+  enableval=$enable_fast_install; p=${PACKAGE-default}
 
21312
+    case $enableval in
 
21313
+    yes) enable_fast_install=yes ;;
 
21314
+    no) enable_fast_install=no ;;
 
21315
     *)
14946
21316
-      lt_prog_compiler_can_build_shared=no
14947
 
-      ;;
14948
 
-    esac
 
21317
+      enable_fast_install=no
 
21318
+      # Look at the argument we got.  We use all the common list separators.
 
21319
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
21320
+      for pkg in $enableval; do
 
21321
+       IFS="$lt_save_ifs"
 
21322
+       if test "X$pkg" = "X$p"; then
 
21323
+         enable_fast_install=yes
 
21324
+       fi
 
21325
+      done
 
21326
+      IFS="$lt_save_ifs"
 
21327
       ;;
 
21328
     esac
14949
21329
-  fi
 
21330
+else
 
21331
+  enable_fast_install=yes
 
21332
+fi
14950
21333
 
14951
21334
-{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
14952
21335
-$as_echo "$lt_prog_compiler_pic" >&6; }
14953
 
+# Check whether --with-pic was given.
14954
 
+if test "${with_pic+set}" = set; then
14955
 
+  withval=$with_pic; pic_mode="$withval"
14956
 
+else
14957
 
+  pic_mode=default
14958
 
+fi
14959
21336
 
14960
21337
-#
14961
21338
-# Check to make sure the PIC flag actually works.
14980
21357
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14981
21358
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14982
21359
-   -e 's:$: $lt_compiler_flag:'`
14983
 
-   (eval echo "\"\$as_me:9213: $lt_compile\"" >&5)
 
21360
-   (eval echo "\"\$as_me:9241: $lt_compile\"" >&5)
14984
21361
-   (eval "$lt_compile" 2>conftest.err)
14985
21362
-   ac_status=$?
14986
21363
-   cat conftest.err >&5
14987
 
-   echo "$as_me:9217: \$? = $ac_status" >&5
 
21364
-   echo "$as_me:9245: \$? = $ac_status" >&5
14988
21365
-   if (exit $ac_status) && test -s "$ac_outfile"; then
14989
21366
-     # The compiler can only warn and ignore the option if not recognized
14990
21367
-     # So say no if there are warnings other than the usual output.
14995
21372
-     fi
14996
21373
-   fi
14997
21374
-   $rm conftest*
14998
 
+test -z "$pic_mode" && pic_mode=default
14999
21375
 
15000
21376
-fi
15001
21377
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
15059
21435
 
15060
21436
-if test x"$lt_cv_prog_compiler_static_works" = xyes; then
15061
21437
-    :
15062
 
+
15063
 
+  # Check whether --enable-fast-install was given.
15064
 
+if test "${enable_fast_install+set}" = set; then
15065
 
+  enableval=$enable_fast_install; p=${PACKAGE-default}
15066
 
+    case $enableval in
15067
 
+    yes) enable_fast_install=yes ;;
15068
 
+    no) enable_fast_install=no ;;
15069
 
+    *)
15070
 
+      enable_fast_install=no
15071
 
+      # Look at the argument we got.  We use all the common list separators.
15072
 
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
15073
 
+      for pkg in $enableval; do
15074
 
+       IFS="$lt_save_ifs"
15075
 
+       if test "X$pkg" = "X$p"; then
15076
 
+         enable_fast_install=yes
15077
 
+       fi
15078
 
+      done
15079
 
+      IFS="$lt_save_ifs"
15080
 
+      ;;
15081
 
+    esac
15082
 
 else
 
21438
-else
15083
21439
-    lt_prog_compiler_static=
15084
 
+  enable_fast_install=yes
15085
 
 fi
 
21440
-fi
15086
21441
 
15087
21442
 
15088
21443
-{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
15096
21451
-   cd conftest
15097
21452
-   mkdir out
15098
21453
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
21454
+# This can be used to rebuild libtool when needed
 
21455
+LIBTOOL_DEPS="$ltmain"
15099
21456
 
15100
21457
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
15101
21458
-   # Insert the option either (1) after the last *FLAGS variable, or
15106
21463
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15107
21464
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15108
21465
-   -e 's:$: $lt_compiler_flag:'`
15109
 
-   (eval echo "\"\$as_me:9317: $lt_compile\"" >&5)
 
21466
-   (eval echo "\"\$as_me:9345: $lt_compile\"" >&5)
15110
21467
-   (eval "$lt_compile" 2>out/conftest.err)
15111
21468
-   ac_status=$?
15112
21469
-   cat out/conftest.err >&5
15113
 
-   echo "$as_me:9321: \$? = $ac_status" >&5
 
21470
-   echo "$as_me:9349: \$? = $ac_status" >&5
15114
21471
-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
15115
21472
-   then
15116
21473
-     # The compiler can only warn and ignore the option if not recognized
15130
21487
-   cd ..
15131
21488
-   rmdir conftest
15132
21489
-   $rm conftest*
 
21490
+# Always use our own libtool.
 
21491
+LIBTOOL='$(SHELL) $(top_builddir)/libtool'
15133
21492
 
15134
21493
-fi
15135
21494
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
15252
21611
-      *\ 2.11.*) ;; # other 2.11 versions
15253
21612
-      *) supports_anon_versioning=yes ;;
15254
21613
-    esac
15255
 
+# This can be used to rebuild libtool when needed
15256
 
+LIBTOOL_DEPS="$ltmain"
15257
21614
 
15258
21615
-    # See if GNU ld supports shared libraries.
15259
21616
-    case $host_os in
15262
21619
-      if test "$host_cpu" != ia64; then
15263
21620
-       ld_shlibs=no
15264
21621
-       cat <<EOF 1>&2
15265
 
+# Always use our own libtool.
15266
 
+LIBTOOL='$(SHELL) $(top_builddir)/libtool'
15267
21622
 
15268
21623
-*** Warning: the GNU linker, at least up to release 2.9.1, is reported
15269
21624
-*** to be unable to reliably create shared libraries on AIX.
15423
21778
-*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
15424
21779
-*** your PATH or compiler configuration so that the native linker is
15425
21780
-*** used, and then restart.
 
21781
+test -z "$LN_S" && LN_S="ln -s"
15426
21782
 
15427
21783
-_LT_EOF
15428
21784
-       ;;
15522
21878
-      hardcode_direct=yes
15523
21879
-      hardcode_libdir_separator=':'
15524
21880
-      link_all_deplibs=yes
15525
 
+test -z "$LN_S" && LN_S="ln -s"
15526
21881
 
15527
21882
-      if test "$GCC" = yes; then
15528
21883
-       case $host_os in aix4.[012]|aix4.[012].*)
15621
21976
-# Check for a 64-bit object if we didn't find anything.
15622
21977
-if test -z "$aix_libpath"; then
15623
21978
-  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
15624
 
-fi
15625
 
-else
 
21979
+if test -n "${ZSH_VERSION+set}" ; then
 
21980
+   setopt NO_GLOB_SUBST
 
21981
 fi
 
21982
+
 
21983
+{ echo "$as_me:$LINENO: checking for objdir" >&5
 
21984
+echo $ECHO_N "checking for objdir... $ECHO_C" >&6; }
 
21985
+if test "${lt_cv_objdir+set}" = set; then
 
21986
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
21987
 else
15626
21988
-  $as_echo "$as_me: failed program was:" >&5
15627
21989
-sed 's/^/| /' conftest.$ac_ext >&5
 
21990
+  rm -f .libs 2>/dev/null
 
21991
+mkdir .libs 2>/dev/null
 
21992
+if test -d .libs; then
 
21993
+  lt_cv_objdir=.libs
 
21994
+else
 
21995
+  # MS-DOS does not allow filenames that begin with a dot.
 
21996
+  lt_cv_objdir=_libs
 
21997
+fi
 
21998
+rmdir .libs 2>/dev/null
 
21999
+fi
 
22000
+{ echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
 
22001
+echo "${ECHO_T}$lt_cv_objdir" >&6; }
 
22002
+objdir=$lt_cv_objdir
15628
22003
 
15629
22004
 
15630
22005
-fi
15645
22020
-        # Determine the default libpath from the value encoded in an empty executable.
15646
22021
-        cat >conftest.$ac_ext <<_ACEOF
15647
22022
-/* confdefs.h.  */
15648
 
-_ACEOF
 
22023
+
 
22024
+cat >>confdefs.h <<_ACEOF
 
22025
+#define LT_OBJDIR "$lt_cv_objdir/"
 
22026
 _ACEOF
15649
22027
-cat confdefs.h >>conftest.$ac_ext
15650
22028
-cat >>conftest.$ac_ext <<_ACEOF
15651
22029
-/* end confdefs.h.  */
15691
22069
-# Check for a 64-bit object if we didn't find anything.
15692
22070
-if test -z "$aix_libpath"; then
15693
22071
-  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
15694
 
+
15695
 
+
15696
 
+if test -n "${ZSH_VERSION+set}" ; then
15697
 
+   setopt NO_GLOB_SUBST
15698
 
 fi
15699
 
+
15700
 
+{ $as_echo "$as_me:$LINENO: checking for objdir" >&5
15701
 
+$as_echo_n "checking for objdir... " >&6; }
15702
 
+if test "${lt_cv_objdir+set}" = set; then
15703
 
+  $as_echo_n "(cached) " >&6
15704
 
 else
 
22072
-fi
 
22073
-else
15705
22074
-  $as_echo "$as_me: failed program was:" >&5
15706
22075
-sed 's/^/| /' conftest.$ac_ext >&5
15707
 
+  rm -f .libs 2>/dev/null
15708
 
+mkdir .libs 2>/dev/null
15709
 
+if test -d .libs; then
15710
 
+  lt_cv_objdir=.libs
15711
 
+else
15712
 
+  # MS-DOS does not allow filenames that begin with a dot.
15713
 
+  lt_cv_objdir=_libs
15714
 
+fi
15715
 
+rmdir .libs 2>/dev/null
15716
 
+fi
15717
 
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
15718
 
+$as_echo "$lt_cv_objdir" >&6; }
15719
 
+objdir=$lt_cv_objdir
15720
22076
 
15721
22077
 
15722
22078
-fi
15747
22103
-      # see comment about different semantics on the GNU ld section
15748
22104
-      ld_shlibs=no
15749
22105
-      ;;
15750
 
+cat >>confdefs.h <<_ACEOF
15751
 
+#define LT_OBJDIR "$lt_cv_objdir/"
15752
 
+_ACEOF
15753
22106
 
15754
22107
-    bsdi[45]*)
15755
22108
-      export_dynamic_flag_spec=-rdynamic
15775
22128
-      fix_srcfile_path='`cygpath -w "$srcfile"`'
15776
22129
-      enable_shared_with_static_runtimes=yes
15777
22130
-      ;;
15778
 
 
 
22131
-
15779
22132
-    darwin* | rhapsody*)
15780
22133
-      case $host_os in
15781
22134
-        rhapsody* | darwin1.[012])
15824
22177
-      esac
15825
22178
-    fi
15826
22179
-      ;;
15827
 
 
 
22180
-
15828
22181
-    dgux*)
15829
22182
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
15830
22183
-      hardcode_libdir_flag_spec='-L$libdir'
15831
22184
-      hardcode_shlibpath_var=no
15832
22185
-      ;;
15833
 
 
 
22186
-
15834
22187
-    freebsd1*)
15835
22188
-      ld_shlibs=no
15836
22189
-      ;;
15890
22243
 
15891
22244
-       hardcode_direct=yes
15892
22245
-       export_dynamic_flag_spec='${wl}-E'
 
22246
+case $host_os in
 
22247
+aix3*)
 
22248
+  # AIX sometimes has problems with the GCC collect2 program.  For some
 
22249
+  # reason, if we set the COLLECT_NAMES environment variable, the problems
 
22250
+  # vanish in a puff of smoke.
 
22251
+  if test "X${COLLECT_NAMES+set}" != Xset; then
 
22252
+    COLLECT_NAMES=
 
22253
+    export COLLECT_NAMES
 
22254
+  fi
 
22255
+  ;;
 
22256
+esac
15893
22257
 
15894
22258
-       # hardcode_minus_L: Not really in the search PATH,
15895
22259
-       # but as the default location of the library.
15896
22260
-       hardcode_minus_L=yes
15897
22261
-      fi
15898
22262
-      ;;
 
22263
+# Sed substitution that helps us do robust quoting.  It backslashifies
 
22264
+# metacharacters that are still active within double-quoted strings.
 
22265
+sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
15899
22266
 
15900
22267
-    hpux11*)
15901
22268
-      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
15926
22293
-      if test "$with_gnu_ld" = no; then
15927
22294
-       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
15928
22295
-       hardcode_libdir_separator=:
15929
 
-
 
22296
+# Same as above, but do not quote variable references.
 
22297
+double_quote_subst='s/\(["`\\]\)/\\\1/g'
 
22298
 
15930
22299
-       case $host_cpu in
15931
22300
-       hppa*64*|ia64*)
15932
22301
-         hardcode_libdir_flag_spec_ld='+b $libdir'
15936
22305
-       *)
15937
22306
-         hardcode_direct=yes
15938
22307
-         export_dynamic_flag_spec='${wl}-E'
 
22308
+# Sed substitution to delay expansion of an escaped shell variable in a
 
22309
+# double_quote_subst'ed string.
 
22310
+delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
15939
22311
 
15940
22312
-         # hardcode_minus_L: Not really in the search PATH,
15941
22313
-         # but as the default location of the library.
15944
22316
-       esac
15945
22317
-      fi
15946
22318
-      ;;
 
22319
+# Sed substitution to delay expansion of an escaped single quote.
 
22320
+delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
15947
22321
 
15948
22322
-    irix5* | irix6* | nonstopux*)
15949
22323
-      if test "$GCC" = yes; then
15956
22330
-      hardcode_libdir_separator=:
15957
22331
-      link_all_deplibs=yes
15958
22332
-      ;;
 
22333
+# Sed substitution to avoid accidental globbing in evaled expressions
 
22334
+no_glob_subst='s/\*/\\\*/g'
15959
22335
 
15960
22336
-    netbsd*)
15961
22337
-      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
15967
22343
-      hardcode_direct=yes
15968
22344
-      hardcode_shlibpath_var=no
15969
22345
-      ;;
15970
 
+case $host_os in
15971
 
+aix3*)
15972
 
+  # AIX sometimes has problems with the GCC collect2 program.  For some
15973
 
+  # reason, if we set the COLLECT_NAMES environment variable, the problems
15974
 
+  # vanish in a puff of smoke.
15975
 
+  if test "X${COLLECT_NAMES+set}" != Xset; then
15976
 
+    COLLECT_NAMES=
15977
 
+    export COLLECT_NAMES
15978
 
+  fi
15979
 
+  ;;
15980
 
+esac
 
22346
+# Global variables:
 
22347
+ofile=libtool
 
22348
+can_build_shared=yes
15981
22349
 
15982
22350
-    newsos6)
15983
22351
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
15986
22354
-      hardcode_libdir_separator=:
15987
22355
-      hardcode_shlibpath_var=no
15988
22356
-      ;;
15989
 
+# Sed substitution that helps us do robust quoting.  It backslashifies
15990
 
+# metacharacters that are still active within double-quoted strings.
15991
 
+sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
 
22357
+# All known linkers require a `.a' archive for static linking (except MSVC,
 
22358
+# which needs '.lib').
 
22359
+libext=a
15992
22360
 
15993
22361
-    openbsd*)
15994
22362
-      if test -f /usr/libexec/ld.so; then
16015
22383
-       ld_shlibs=no
16016
22384
-      fi
16017
22385
-      ;;
16018
 
+# Same as above, but do not quote variable references.
16019
 
+double_quote_subst='s/\(["`\\]\)/\\\1/g'
 
22386
+with_gnu_ld="$lt_cv_prog_gnu_ld"
16020
22387
 
16021
22388
-    os2*)
16022
22389
-      hardcode_libdir_flag_spec='-L$libdir'
16025
22392
-      archive_cmds='$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'
16026
22393
-      old_archive_From_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
16027
22394
-      ;;
16028
 
+# Sed substitution to delay expansion of an escaped shell variable in a
16029
 
+# double_quote_subst'ed string.
16030
 
+delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
 
22395
+old_CC="$CC"
 
22396
+old_CFLAGS="$CFLAGS"
16031
22397
 
16032
22398
-    osf3*)
16033
22399
-      if test "$GCC" = yes; then
16040
22406
-      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
16041
22407
-      hardcode_libdir_separator=:
16042
22408
-      ;;
16043
 
+# Sed substitution to delay expansion of an escaped single quote.
16044
 
+delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
 
22409
+# Set sane defaults for various variables
 
22410
+test -z "$CC" && CC=cc
 
22411
+test -z "$LTCC" && LTCC=$CC
 
22412
+test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
 
22413
+test -z "$LD" && LD=ld
 
22414
+test -z "$ac_objext" && ac_objext=o
16045
22415
 
16046
22416
-    osf4* | osf5*)     # as osf3* with the addition of -msym flag
16047
22417
-      if test "$GCC" = yes; then
16053
22423
-       archive_cmds='$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'
16054
22424
-       archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
16055
22425
-       $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'
16056
 
+# Sed substitution to avoid accidental globbing in evaled expressions
16057
 
+no_glob_subst='s/\*/\\\*/g'
 
22426
+for cc_temp in $compiler""; do
 
22427
+  case $cc_temp in
 
22428
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
 
22429
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
 
22430
+    \-*) ;;
 
22431
+    *) break;;
 
22432
+  esac
 
22433
+done
 
22434
+cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
16058
22435
 
16059
22436
-       # Both c and cxx compiler support -rpath directly
16060
22437
-       hardcode_libdir_flag_spec='-rpath $libdir'
16061
22438
-      fi
16062
22439
-      hardcode_libdir_separator=:
16063
22440
-      ;;
16064
 
+# Global variables:
16065
 
+ofile=libtool
16066
 
+can_build_shared=yes
16067
22441
 
16068
22442
-    solaris*)
16069
22443
-      no_undefined_flag=' -z text'
16096
22470
-      esac
16097
22471
-      link_all_deplibs=yes
16098
22472
-      ;;
16099
 
+# All known linkers require a `.a' archive for static linking (except MSVC,
16100
 
+# which needs '.lib').
16101
 
+libext=a
 
22473
+# Only perform the check for file, if the check method requires it
 
22474
+test -z "$MAGIC_CMD" && MAGIC_CMD=file
 
22475
+case $deplibs_check_method in
 
22476
+file_magic*)
 
22477
+  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
 
22478
+    { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
 
22479
+echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; }
 
22480
+if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
 
22481
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
22482
+else
 
22483
+  case $MAGIC_CMD in
 
22484
+[\\/*] |  ?:[\\/]*)
 
22485
+  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
 
22486
+  ;;
 
22487
+*)
 
22488
+  lt_save_MAGIC_CMD="$MAGIC_CMD"
 
22489
+  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
22490
+  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
 
22491
+  for ac_dir in $ac_dummy; do
 
22492
+    IFS="$lt_save_ifs"
 
22493
+    test -z "$ac_dir" && ac_dir=.
 
22494
+    if test -f $ac_dir/${ac_tool_prefix}file; then
 
22495
+      lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
 
22496
+      if test -n "$file_magic_test_file"; then
 
22497
+       case $deplibs_check_method in
 
22498
+       "file_magic "*)
 
22499
+         file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
 
22500
+         MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
22501
+         if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
 
22502
+           $EGREP "$file_magic_regex" > /dev/null; then
 
22503
+           :
 
22504
+         else
 
22505
+           cat <<_LT_EOF 1>&2
16102
22506
 
16103
22507
-    sunos4*)
16104
22508
-      if test "x$host_vendor" = xsequent; then
16113
22517
-      hardcode_minus_L=yes
16114
22518
-      hardcode_shlibpath_var=no
16115
22519
-      ;;
16116
 
+with_gnu_ld="$lt_cv_prog_gnu_ld"
 
22520
+*** Warning: the command libtool uses to detect shared libraries,
 
22521
+*** $file_magic_cmd, produces output that libtool cannot recognize.
 
22522
+*** The result is that libtool may fail to recognize shared libraries
 
22523
+*** as such.  This will affect the creation of libtool libraries that
 
22524
+*** depend on shared libraries, but programs linked with such libtool
 
22525
+*** libraries will work regardless of this problem.  Nevertheless, you
 
22526
+*** may want to report the problem to your system manager and/or to
 
22527
+*** bug-libtool@gnu.org
16117
22528
 
16118
22529
-    sysv4)
16119
22530
-      case $host_vendor in
16136
22547
-      runpath_var='LD_RUN_PATH'
16137
22548
-      hardcode_shlibpath_var=no
16138
22549
-      ;;
16139
 
+old_CC="$CC"
16140
 
+old_CFLAGS="$CFLAGS"
 
22550
+_LT_EOF
 
22551
+         fi ;;
 
22552
+       esac
 
22553
+      fi
 
22554
+      break
 
22555
+    fi
 
22556
+  done
 
22557
+  IFS="$lt_save_ifs"
 
22558
+  MAGIC_CMD="$lt_save_MAGIC_CMD"
 
22559
+  ;;
 
22560
+esac
 
22561
+fi
16141
22562
 
16142
22563
-    sysv4.3*)
16143
22564
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
16144
22565
-      hardcode_shlibpath_var=no
16145
22566
-      export_dynamic_flag_spec='-Bexport'
16146
22567
-      ;;
16147
 
+# Set sane defaults for various variables
16148
 
+test -z "$CC" && CC=cc
16149
 
+test -z "$LTCC" && LTCC=$CC
16150
 
+test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
16151
 
+test -z "$LD" && LD=ld
16152
 
+test -z "$ac_objext" && ac_objext=o
 
22568
+MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
22569
+if test -n "$MAGIC_CMD"; then
 
22570
+  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 
22571
+echo "${ECHO_T}$MAGIC_CMD" >&6; }
 
22572
+else
 
22573
+  { echo "$as_me:$LINENO: result: no" >&5
 
22574
+echo "${ECHO_T}no" >&6; }
 
22575
+fi
16153
22576
 
16154
22577
-    sysv4*MP*)
16155
22578
-      if test -d /usr/nec; then
16160
22583
-       ld_shlibs=yes
16161
22584
-      fi
16162
22585
-      ;;
16163
 
+for cc_temp in $compiler""; do
16164
 
+  case $cc_temp in
16165
 
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
16166
 
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
16167
 
+    \-*) ;;
16168
 
+    *) break;;
16169
 
+  esac
16170
 
+done
16171
 
+cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
16172
22586
 
16173
22587
-    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
16174
22588
-      no_undefined_flag='${wl}-z,text'
16184
22598
-       archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
16185
22599
-      fi
16186
22600
-      ;;
16187
 
+# Only perform the check for file, if the check method requires it
16188
 
+test -z "$MAGIC_CMD" && MAGIC_CMD=file
16189
 
+case $deplibs_check_method in
16190
 
+file_magic*)
16191
 
+  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
16192
 
+    { $as_echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
16193
 
+$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
16194
 
+if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
16195
 
+  $as_echo_n "(cached) " >&6
16196
 
+else
16197
 
+  case $MAGIC_CMD in
16198
 
+[\\/*] |  ?:[\\/]*)
16199
 
+  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
16200
 
+  ;;
16201
 
+*)
16202
 
+  lt_save_MAGIC_CMD="$MAGIC_CMD"
16203
 
+  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
16204
 
+  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
16205
 
+  for ac_dir in $ac_dummy; do
16206
 
+    IFS="$lt_save_ifs"
16207
 
+    test -z "$ac_dir" && ac_dir=.
16208
 
+    if test -f $ac_dir/${ac_tool_prefix}file; then
16209
 
+      lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
16210
 
+      if test -n "$file_magic_test_file"; then
16211
 
+       case $deplibs_check_method in
16212
 
+       "file_magic "*)
16213
 
+         file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
16214
 
+         MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
16215
 
+         if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
16216
 
+           $EGREP "$file_magic_regex" > /dev/null; then
16217
 
+           :
16218
 
+         else
16219
 
+           cat <<_LT_EOF 1>&2
16220
22601
 
16221
22602
-    sysv5* | sco3.2v5* | sco5v6*)
16222
22603
-      # Note: We can NOT use -z defs as we might desire, because we do not
16234
22615
-      link_all_deplibs=yes
16235
22616
-      export_dynamic_flag_spec='${wl}-Bexport'
16236
22617
-      runpath_var='LD_RUN_PATH'
16237
 
+*** Warning: the command libtool uses to detect shared libraries,
16238
 
+*** $file_magic_cmd, produces output that libtool cannot recognize.
16239
 
+*** The result is that libtool may fail to recognize shared libraries
16240
 
+*** as such.  This will affect the creation of libtool libraries that
16241
 
+*** depend on shared libraries, but programs linked with such libtool
16242
 
+*** libraries will work regardless of this problem.  Nevertheless, you
16243
 
+*** may want to report the problem to your system manager and/or to
16244
 
+*** bug-libtool@gnu.org
16245
22618
 
16246
22619
-      if test "$GCC" = yes; then
16247
22620
-       archive_cmds='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
16249
22622
-      else
16250
22623
-       archive_cmds='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
16251
22624
-       archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
22625
-      fi
 
22626
-      ;;
 
22627
+if test -z "$lt_cv_path_MAGIC_CMD"; then
 
22628
+  if test -n "$ac_tool_prefix"; then
 
22629
+    { echo "$as_me:$LINENO: checking for file" >&5
 
22630
+echo $ECHO_N "checking for file... $ECHO_C" >&6; }
 
22631
+if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
 
22632
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
22633
+else
 
22634
+  case $MAGIC_CMD in
 
22635
+[\\/*] |  ?:[\\/]*)
 
22636
+  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
 
22637
+  ;;
 
22638
+*)
 
22639
+  lt_save_MAGIC_CMD="$MAGIC_CMD"
 
22640
+  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
22641
+  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
 
22642
+  for ac_dir in $ac_dummy; do
 
22643
+    IFS="$lt_save_ifs"
 
22644
+    test -z "$ac_dir" && ac_dir=.
 
22645
+    if test -f $ac_dir/file; then
 
22646
+      lt_cv_path_MAGIC_CMD="$ac_dir/file"
 
22647
+      if test -n "$file_magic_test_file"; then
 
22648
+       case $deplibs_check_method in
 
22649
+       "file_magic "*)
 
22650
+         file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
 
22651
+         MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
22652
+         if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
 
22653
+           $EGREP "$file_magic_regex" > /dev/null; then
 
22654
+           :
 
22655
+         else
 
22656
+           cat <<_LT_EOF 1>&2
 
22657
 
 
22658
-    uts4*)
 
22659
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
22660
-      hardcode_libdir_flag_spec='-L$libdir'
 
22661
-      hardcode_shlibpath_var=no
 
22662
-      ;;
 
22663
+*** Warning: the command libtool uses to detect shared libraries,
 
22664
+*** $file_magic_cmd, produces output that libtool cannot recognize.
 
22665
+*** The result is that libtool may fail to recognize shared libraries
 
22666
+*** as such.  This will affect the creation of libtool libraries that
 
22667
+*** depend on shared libraries, but programs linked with such libtool
 
22668
+*** libraries will work regardless of this problem.  Nevertheless, you
 
22669
+*** may want to report the problem to your system manager and/or to
 
22670
+*** bug-libtool@gnu.org
 
22671
 
 
22672
-    *)
 
22673
-      ld_shlibs=no
 
22674
-      ;;
 
22675
-    esac
 
22676
-  fi
16252
22677
+_LT_EOF
16253
22678
+         fi ;;
16254
22679
+       esac
16255
 
       fi
16256
 
-      ;;
 
22680
+      fi
16257
22681
+      break
16258
22682
+    fi
16259
22683
+  done
16263
22687
+esac
16264
22688
+fi
16265
22689
 
16266
 
-    uts4*)
16267
 
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
16268
 
-      hardcode_libdir_flag_spec='-L$libdir'
16269
 
-      hardcode_shlibpath_var=no
16270
 
-      ;;
16271
 
+MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
16272
 
+if test -n "$MAGIC_CMD"; then
16273
 
+  { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
16274
 
+$as_echo "$MAGIC_CMD" >&6; }
16275
 
+else
16276
 
+  { $as_echo "$as_me:$LINENO: result: no" >&5
16277
 
+$as_echo "no" >&6; }
16278
 
+fi
16279
 
 
16280
 
-    *)
16281
 
-      ld_shlibs=no
16282
 
-      ;;
16283
 
-    esac
16284
 
-  fi
16285
 
 
16286
22690
-{ $as_echo "$as_me:$LINENO: result: $ld_shlibs" >&5
16287
22691
-$as_echo "$ld_shlibs" >&6; }
16288
22692
-test "$ld_shlibs" = no && can_build_shared=no
 
22693
+MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
22694
+if test -n "$MAGIC_CMD"; then
 
22695
+  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 
22696
+echo "${ECHO_T}$MAGIC_CMD" >&6; }
 
22697
+else
 
22698
+  { echo "$as_me:$LINENO: result: no" >&5
 
22699
+echo "${ECHO_T}no" >&6; }
 
22700
+fi
16289
22701
 
16290
22702
-#
16291
22703
-# Do we need to explicitly link libc?
16308
22720
-$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
16309
22721
-      $rm conftest*
16310
22722
-      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
22723
+  else
 
22724
+    MAGIC_CMD=:
 
22725
+  fi
 
22726
+fi
16311
22727
 
16312
22728
-      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16313
22729
-  (eval $ac_compile) 2>&5
16346
22762
-$as_echo "$archive_cmds_need_lc" >&6; }
16347
22763
-      ;;
16348
22764
-    esac
16349
 
-  fi
16350
 
+if test -z "$lt_cv_path_MAGIC_CMD"; then
16351
 
+  if test -n "$ac_tool_prefix"; then
16352
 
+    { $as_echo "$as_me:$LINENO: checking for file" >&5
16353
 
+$as_echo_n "checking for file... " >&6; }
16354
 
+if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
16355
 
+  $as_echo_n "(cached) " >&6
16356
 
+else
16357
 
+  case $MAGIC_CMD in
16358
 
+[\\/*] |  ?:[\\/]*)
16359
 
+  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
 
22765
   fi
16360
22766
   ;;
16361
 
-esac
16362
 
+*)
16363
 
+  lt_save_MAGIC_CMD="$MAGIC_CMD"
16364
 
+  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
16365
 
+  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
16366
 
+  for ac_dir in $ac_dummy; do
16367
 
+    IFS="$lt_save_ifs"
16368
 
+    test -z "$ac_dir" && ac_dir=.
16369
 
+    if test -f $ac_dir/file; then
16370
 
+      lt_cv_path_MAGIC_CMD="$ac_dir/file"
16371
 
+      if test -n "$file_magic_test_file"; then
16372
 
+       case $deplibs_check_method in
16373
 
+       "file_magic "*)
16374
 
+         file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
16375
 
+         MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
16376
 
+         if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
16377
 
+           $EGREP "$file_magic_regex" > /dev/null; then
16378
 
+           :
16379
 
+         else
16380
 
+           cat <<_LT_EOF 1>&2
 
22767
 esac
16381
22768
 
16382
22769
-{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
16383
22770
-$as_echo_n "checking dynamic linker characteristics... " >&6; }
16394
22781
-version_type=none
16395
22782
-dynamic_linker="$host_os ld.so"
16396
22783
-sys_lib_dlsearch_path_spec="/lib /usr/lib"
16397
 
+*** Warning: the command libtool uses to detect shared libraries,
16398
 
+*** $file_magic_cmd, produces output that libtool cannot recognize.
16399
 
+*** The result is that libtool may fail to recognize shared libraries
16400
 
+*** as such.  This will affect the creation of libtool libraries that
16401
 
+*** depend on shared libraries, but programs linked with such libtool
16402
 
+*** libraries will work regardless of this problem.  Nevertheless, you
16403
 
+*** may want to report the problem to your system manager and/or to
16404
 
+*** bug-libtool@gnu.org
 
22784
+# Use C for the default configuration in the libtool script
16405
22785
 
16406
22786
-if test "$GCC" = yes; then
16407
22787
-  case $host_os in
16428
22808
-    else
16429
22809
-      test -d "$lt_sys_path" && \
16430
22810
-       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
16431
 
+_LT_EOF
16432
 
+         fi ;;
16433
 
+       esac
16434
 
+      fi
16435
 
+      break
16436
 
     fi
16437
 
   done
 
22811
-    fi
 
22812
-  done
16438
22813
-  lt_search_path_spec=`echo $lt_tmp_lt_search_path_spec | awk '
16439
22814
-BEGIN {RS=" "; FS="/|\n";} {
16440
22815
-  lt_foo="";
16456
22831
-  if (lt_freq[lt_foo] == 1) { print lt_foo; }
16457
22832
-}'`
16458
22833
-  sys_lib_search_path_spec=`echo $lt_search_path_spec`
16459
 
+  IFS="$lt_save_ifs"
16460
 
+  MAGIC_CMD="$lt_save_MAGIC_CMD"
16461
 
+  ;;
16462
 
+esac
16463
 
+fi
16464
 
+
16465
 
+MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
16466
 
+if test -n "$MAGIC_CMD"; then
16467
 
+  { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
16468
 
+$as_echo "$MAGIC_CMD" >&6; }
16469
 
 else
 
22834
-else
16470
22835
-  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
16471
 
+  { $as_echo "$as_me:$LINENO: result: no" >&5
16472
 
+$as_echo "no" >&6; }
16473
 
 fi
 
22836
-fi
16474
22837
-need_lib_prefix=unknown
16475
22838
-hardcode_into_libs=no
 
22839
+lt_save_CC="$CC"
 
22840
+ac_ext=c
 
22841
+ac_cpp='$CPP $CPPFLAGS'
 
22842
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
22843
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
22844
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
16476
22845
 
16477
22846
-# when you set need_version to no, make sure it does not cause -set_version
16478
22847
-# flags to be left without arguments
16483
22852
-  version_type=linux
16484
22853
-  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
16485
22854
-  shlibpath_var=LIBPATH
16486
 
+  else
16487
 
+    MAGIC_CMD=:
16488
 
+  fi
16489
 
+fi
 
22855
+# Source file extension for C test sources.
 
22856
+ac_ext=c
16490
22857
 
16491
22858
-  # AIX 3 has no versioning support, so we append a major version to the name.
16492
22859
-  soname_spec='${libname}${release}${shared_ext}$major'
16493
 
+  fi
16494
 
   ;;
16495
 
+esac
16496
 
 
16497
 
-aix[4-9]*)
16498
 
-  version_type=linux
16499
 
-  need_lib_prefix=no
16500
 
-  need_version=no
16501
 
-  hardcode_into_libs=yes
16502
 
-  if test "$host_cpu" = ia64; then
16503
 
-    # AIX 5 supports IA64
16504
 
-    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
16505
 
-    shlibpath_var=LD_LIBRARY_PATH
16506
 
-  else
16507
 
-    # With GCC up to 2.95.x, collect2 would create an import file
16508
 
-    # for dependence libraries.  The import file would start with
16509
 
-    # the line `#! .'.  This would cause the generated library to
16510
 
-    # depend on `.', always an invalid library.  This was fixed in
16511
 
-    # development snapshots of GCC prior to 3.0.
16512
 
-    case $host_os in
16513
 
-      aix4 | aix4.[01] | aix4.[01].*)
16514
 
-      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
16515
 
-          echo ' yes '
16516
 
-          echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
16517
 
-       :
16518
 
-      else
16519
 
-       can_build_shared=no
16520
 
-      fi
16521
 
-      ;;
16522
 
-    esac
16523
 
-    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
16524
 
-    # soname into executable. Probably we can add versioning support to
16525
 
-    # collect2, so additional links can be useful in future.
16526
 
-    if test "$aix_use_runtimelinking" = yes; then
16527
 
-      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
16528
 
-      # instead of lib<name>.a to let people know that these are not
16529
 
-      # typical AIX shared libraries.
16530
 
-      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16531
 
-    else
16532
 
-      # We preserve .a as extension for shared libraries through AIX4.2
16533
 
-      # and later when we are not doing run time linking.
16534
 
-      library_names_spec='${libname}${release}.a $libname.a'
16535
 
-      soname_spec='${libname}${release}${shared_ext}$major'
16536
 
-    fi
16537
 
-    shlibpath_var=LIBPATH
16538
 
-  fi
16539
 
-  ;;
16540
 
+# Use C for the default configuration in the libtool script
16541
 
 
16542
 
-amigaos*)
16543
 
-  library_names_spec='$libname.ixlibrary $libname.a'
16544
 
-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
16545
 
-  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
16546
 
-  ;;
16547
 
+lt_save_CC="$CC"
16548
 
+ac_ext=c
16549
 
+ac_cpp='$CPP $CPPFLAGS'
16550
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
16551
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
16552
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
16553
 
 
16554
 
-beos*)
16555
 
-  library_names_spec='${libname}${shared_ext}'
16556
 
-  dynamic_linker="$host_os ld.so"
16557
 
-  shlibpath_var=LIBRARY_PATH
16558
 
-  ;;
16559
 
 
16560
 
-bsdi[45]*)
16561
 
-  version_type=linux
16562
 
-  need_version=no
16563
 
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16564
 
-  soname_spec='${libname}${release}${shared_ext}$major'
16565
 
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
16566
 
-  shlibpath_var=LD_LIBRARY_PATH
16567
 
-  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
16568
 
-  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
16569
 
-  # the default ld.so.conf also contains /usr/contrib/lib and
16570
 
-  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
16571
 
-  # libtool to hard-code these into programs
16572
 
-  ;;
16573
 
+# Source file extension for C test sources.
16574
 
+ac_ext=c
16575
 
 
16576
 
-cygwin* | mingw* | pw32*)
16577
 
-  version_type=windows
16578
 
-  shrext_cmds=".dll"
16579
 
-  need_version=no
16580
 
-  need_lib_prefix=no
 
22860
-  ;;
16581
22861
+# Object file extension for compiled C test sources.
16582
22862
+objext=o
16583
22863
+objext=$objext
16584
22864
 
 
22865
-aix[4-9]*)
 
22866
-  version_type=linux
 
22867
-  need_lib_prefix=no
 
22868
-  need_version=no
 
22869
-  hardcode_into_libs=yes
 
22870
-  if test "$host_cpu" = ia64; then
 
22871
-    # AIX 5 supports IA64
 
22872
-    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
 
22873
-    shlibpath_var=LD_LIBRARY_PATH
 
22874
-  else
 
22875
-    # With GCC up to 2.95.x, collect2 would create an import file
 
22876
-    # for dependence libraries.  The import file would start with
 
22877
-    # the line `#! .'.  This would cause the generated library to
 
22878
-    # depend on `.', always an invalid library.  This was fixed in
 
22879
-    # development snapshots of GCC prior to 3.0.
 
22880
-    case $host_os in
 
22881
-      aix4 | aix4.[01] | aix4.[01].*)
 
22882
-      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
 
22883
-          echo ' yes '
 
22884
-          echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
 
22885
-       :
 
22886
-      else
 
22887
-       can_build_shared=no
 
22888
-      fi
 
22889
-      ;;
 
22890
-    esac
 
22891
-    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
 
22892
-    # soname into executable. Probably we can add versioning support to
 
22893
-    # collect2, so additional links can be useful in future.
 
22894
-    if test "$aix_use_runtimelinking" = yes; then
 
22895
-      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
 
22896
-      # instead of lib<name>.a to let people know that these are not
 
22897
-      # typical AIX shared libraries.
 
22898
-      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
22899
-    else
 
22900
-      # We preserve .a as extension for shared libraries through AIX4.2
 
22901
-      # and later when we are not doing run time linking.
 
22902
-      library_names_spec='${libname}${release}.a $libname.a'
 
22903
-      soname_spec='${libname}${release}${shared_ext}$major'
 
22904
-    fi
 
22905
-    shlibpath_var=LIBPATH
 
22906
-  fi
 
22907
-  ;;
 
22908
+# Code to be used in simple compile tests
 
22909
+lt_simple_compile_test_code="int some_variable = 0;"
 
22910
 
 
22911
-amigaos*)
 
22912
-  library_names_spec='$libname.ixlibrary $libname.a'
 
22913
-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
 
22914
-  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
 
22915
-  ;;
 
22916
+# Code to be used in simple link tests
 
22917
+lt_simple_link_test_code='int main(){return(0);}'
 
22918
 
 
22919
-beos*)
 
22920
-  library_names_spec='${libname}${shared_ext}'
 
22921
-  dynamic_linker="$host_os ld.so"
 
22922
-  shlibpath_var=LIBRARY_PATH
 
22923
-  ;;
 
22924
 
 
22925
-bsdi[45]*)
 
22926
-  version_type=linux
 
22927
-  need_version=no
 
22928
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
22929
-  soname_spec='${libname}${release}${shared_ext}$major'
 
22930
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
 
22931
-  shlibpath_var=LD_LIBRARY_PATH
 
22932
-  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
 
22933
-  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
 
22934
-  # the default ld.so.conf also contains /usr/contrib/lib and
 
22935
-  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
 
22936
-  # libtool to hard-code these into programs
 
22937
-  ;;
 
22938
 
 
22939
-cygwin* | mingw* | pw32*)
 
22940
-  version_type=windows
 
22941
-  shrext_cmds=".dll"
 
22942
-  need_version=no
 
22943
-  need_lib_prefix=no
 
22944
 
16585
22945
-  case $GCC,$host_os in
16586
22946
-  yes,cygwin* | yes,mingw* | yes,pw32*)
16587
22947
-    library_names_spec='$libname.dll.a'
16596
22956
-      dlpath=$dir/\$dldll~
16597
22957
-       $rm \$dlpath'
16598
22958
-    shlibpath_overrides_runpath=yes
16599
 
+# Code to be used in simple compile tests
16600
 
+lt_simple_compile_test_code="int some_variable = 0;"
16601
22959
 
16602
22960
-    case $host_os in
16603
22961
-    cygwin*)
16627
22985
-      ;;
16628
22986
-    esac
16629
22987
-    ;;
16630
 
+# Code to be used in simple link tests
16631
 
+lt_simple_link_test_code='int main(){return(0);}'
16632
22988
 
16633
22989
-  *)
16634
22990
-    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
16649
23005
-  shlibpath_overrides_runpath=yes
16650
23006
-  shlibpath_var=DYLD_LIBRARY_PATH
16651
23007
-  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
 
23008
+# If no C compiler was specified, use CC.
 
23009
+LTCC=${LTCC-"$CC"}
16652
23010
 
16653
23011
-  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
16654
23012
-  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
16655
23013
-  ;;
 
23014
+# If no C compiler flags were specified, use CFLAGS.
 
23015
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
16656
23016
 
16657
23017
-dgux*)
16658
23018
-  version_type=linux
16662
23022
-  soname_spec='${libname}${release}${shared_ext}$major'
16663
23023
-  shlibpath_var=LD_LIBRARY_PATH
16664
23024
-  ;;
 
23025
+# Allow CC to be a program name with arguments.
 
23026
+compiler=$CC
16665
23027
 
16666
23028
-freebsd1*)
16667
23029
-  dynamic_linker=no
16668
23030
-  ;;
 
23031
+# Save the default compiler, since it gets overwritten when the other
 
23032
+# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
 
23033
+compiler_DEFAULT=$CC
16669
23034
 
16670
23035
-freebsd* | dragonfly*)
16671
23036
-  # DragonFly does not have aout.  When/if they implement a new
16710
23075
-    ;;
16711
23076
-  esac
16712
23077
-  ;;
 
23078
+# save warnings/boilerplate of simple test code
 
23079
+ac_outfile=conftest.$ac_objext
 
23080
+echo "$lt_simple_compile_test_code" >conftest.$ac_ext
 
23081
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
23082
+_lt_compiler_boilerplate=`cat conftest.err`
 
23083
+$RM conftest*
16713
23084
 
16714
23085
-gnu*)
16715
23086
-  version_type=linux
16720
23091
-  shlibpath_var=LD_LIBRARY_PATH
16721
23092
-  hardcode_into_libs=yes
16722
23093
-  ;;
16723
 
+# If no C compiler was specified, use CC.
16724
 
+LTCC=${LTCC-"$CC"}
 
23094
+ac_outfile=conftest.$ac_objext
 
23095
+echo "$lt_simple_link_test_code" >conftest.$ac_ext
 
23096
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
23097
+_lt_linker_boilerplate=`cat conftest.err`
 
23098
+$RM -r conftest*
16725
23099
 
16726
23100
-hpux9* | hpux10* | hpux11*)
16727
23101
-  # Give a soname corresponding to the major version so that dld.sl refuses to
16768
23142
-  # HP-UX runs *really* slowly unless shared libraries are mode 555.
16769
23143
-  postinstall_cmds='chmod 555 $lib'
16770
23144
-  ;;
16771
 
+# If no C compiler flags were specified, use CFLAGS.
16772
 
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
16773
23145
 
16774
23146
-interix[3-9]*)
16775
23147
-  version_type=linux
16782
23154
-  shlibpath_overrides_runpath=no
16783
23155
-  hardcode_into_libs=yes
16784
23156
-  ;;
16785
 
+# Allow CC to be a program name with arguments.
16786
 
+compiler=$CC
 
23157
+## CAVEAT EMPTOR:
 
23158
+## There is no encapsulation within the following macros, do not change
 
23159
+## the running order or otherwise move them around unless you know exactly
 
23160
+## what you are doing...
 
23161
+if test -n "$compiler"; then
16787
23162
 
16788
23163
-irix5* | irix6* | nonstopux*)
16789
23164
-  case $host_os in
16821
23196
-  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
16822
23197
-  hardcode_into_libs=yes
16823
23198
-  ;;
16824
 
+# Save the default compiler, since it gets overwritten when the other
16825
 
+# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
16826
 
+compiler_DEFAULT=$CC
16827
 
 
16828
 
-# No shared lib support for Linux oldld, aout, or coff.
16829
 
-linux*oldld* | linux*aout* | linux*coff*)
16830
 
-  dynamic_linker=no
16831
 
-  ;;
16832
 
+# save warnings/boilerplate of simple test code
16833
 
+ac_outfile=conftest.$ac_objext
16834
 
+echo "$lt_simple_compile_test_code" >conftest.$ac_ext
16835
 
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
16836
 
+_lt_compiler_boilerplate=`cat conftest.err`
16837
 
+$RM conftest*
16838
 
 
16839
 
-# This must be Linux ELF.
16840
 
-linux* | k*bsd*-gnu)
16841
 
-  version_type=linux
16842
 
-  need_lib_prefix=no
16843
 
-  need_version=no
16844
 
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16845
 
-  soname_spec='${libname}${release}${shared_ext}$major'
16846
 
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
16847
 
-  shlibpath_var=LD_LIBRARY_PATH
16848
 
-  shlibpath_overrides_runpath=no
16849
 
-  # This implies no fast_install, which is unacceptable.
16850
 
-  # Some rework will be needed to allow for fast_install
16851
 
-  # before this can be enabled.
16852
 
-  hardcode_into_libs=yes
16853
 
-  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
16854
 
-  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
16855
 
+ac_outfile=conftest.$ac_objext
16856
 
+echo "$lt_simple_link_test_code" >conftest.$ac_ext
16857
 
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
16858
 
+_lt_linker_boilerplate=`cat conftest.err`
16859
 
+$RM -r conftest*
16860
 
 
16861
 
-  # Append ld.so.conf contents to the search path
16862
 
-  if test -f /etc/ld.so.conf; then
16863
 
-    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[     ]*hwcap[        ]/d;s/[:,       ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
16864
 
-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
16865
 
-  fi
16866
 
 
16867
 
-  # We used to test for /lib/ld.so.1 and disable shared libraries on
16868
 
-  # powerpc, because MkLinux only supported shared libraries with the
16869
 
-  # GNU dynamic linker.  Since this was broken with cross compilers,
16870
 
-  # most powerpc-linux boxes support dynamic linking these days and
16871
 
-  # people can always --disable-shared, the test was removed, and we
16872
 
-  # assume the GNU/Linux dynamic linker is in use.
16873
 
-  dynamic_linker='GNU/Linux ld.so'
16874
 
-  ;;
16875
 
+## CAVEAT EMPTOR:
16876
 
+## There is no encapsulation within the following macros, do not change
16877
 
+## the running order or otherwise move them around unless you know exactly
16878
 
+## what you are doing...
16879
 
+if test -n "$compiler"; then
16880
 
 
16881
 
-netbsd*)
16882
 
-  version_type=sunos
16883
 
-  need_lib_prefix=no
16884
 
-  need_version=no
16885
 
-  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
16886
 
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
16887
 
-    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
16888
 
-    dynamic_linker='NetBSD (a.out) ld.so'
16889
 
-  else
16890
 
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
16891
 
-    soname_spec='${libname}${release}${shared_ext}$major'
16892
 
-    dynamic_linker='NetBSD ld.elf_so'
16893
 
-  fi
16894
 
-  shlibpath_var=LD_LIBRARY_PATH
16895
 
-  shlibpath_overrides_runpath=yes
16896
 
-  hardcode_into_libs=yes
16897
 
-  ;;
16898
23199
+lt_prog_compiler_no_builtin_flag=
16899
23200
 
16900
 
-newsos6)
16901
 
-  version_type=linux
16902
 
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16903
 
-  shlibpath_var=LD_LIBRARY_PATH
16904
 
-  shlibpath_overrides_runpath=yes
 
23201
-# No shared lib support for Linux oldld, aout, or coff.
 
23202
-linux*oldld* | linux*aout* | linux*coff*)
 
23203
-  dynamic_linker=no
16905
23204
-  ;;
16906
23205
+if test "$GCC" = yes; then
16907
23206
+  lt_prog_compiler_no_builtin_flag=' -fno-builtin'
16908
23207
 
16909
 
-nto-qnx*)
 
23208
-# This must be Linux ELF.
 
23209
-linux* | k*bsd*-gnu)
16910
23210
-  version_type=linux
16911
23211
-  need_lib_prefix=no
16912
23212
-  need_version=no
16913
23213
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
16914
23214
-  soname_spec='${libname}${release}${shared_ext}$major'
 
23215
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
16915
23216
-  shlibpath_var=LD_LIBRARY_PATH
16916
 
-  shlibpath_overrides_runpath=yes
16917
 
-  ;;
16918
 
+  { $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
16919
 
+$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
 
23217
-  shlibpath_overrides_runpath=no
 
23218
-  # This implies no fast_install, which is unacceptable.
 
23219
-  # Some rework will be needed to allow for fast_install
 
23220
-  # before this can be enabled.
 
23221
-  hardcode_into_libs=yes
 
23222
-  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
 
23223
-  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
 
23224
+  { echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
 
23225
+echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
16920
23226
+if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
16921
 
+  $as_echo_n "(cached) " >&6
 
23227
+  echo $ECHO_N "(cached) $ECHO_C" >&6
16922
23228
+else
16923
23229
+  lt_cv_prog_compiler_rtti_exceptions=no
16924
23230
+   ac_outfile=conftest.$ac_objext
16933
23239
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16934
23240
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16935
23241
+   -e 's:$: $lt_compiler_flag:'`
16936
 
+   (eval echo "\"\$as_me:8834: $lt_compile\"" >&5)
 
23242
+   (eval echo "\"\$as_me:8633: $lt_compile\"" >&5)
16937
23243
+   (eval "$lt_compile" 2>conftest.err)
16938
23244
+   ac_status=$?
16939
23245
+   cat conftest.err >&5
16940
 
+   echo "$as_me:8838: \$? = $ac_status" >&5
 
23246
+   echo "$as_me:8637: \$? = $ac_status" >&5
16941
23247
+   if (exit $ac_status) && test -s "$ac_outfile"; then
16942
23248
+     # The compiler can only warn and ignore the option if not recognized
16943
23249
+     # So say no if there are warnings other than the usual output.
16949
23255
+   fi
16950
23256
+   $RM conftest*
16951
23257
 
16952
 
-openbsd*)
16953
 
-  version_type=sunos
16954
 
-  sys_lib_dlsearch_path_spec="/usr/lib"
16955
 
-  need_lib_prefix=no
16956
 
-  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
16957
 
-  case $host_os in
16958
 
-    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
16959
 
-    *)                         need_version=no  ;;
16960
 
-  esac
16961
 
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
16962
 
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
16963
 
-  shlibpath_var=LD_LIBRARY_PATH
16964
 
-  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
16965
 
-    case $host_os in
16966
 
-      openbsd2.[89] | openbsd2.[89].*)
16967
 
-       shlibpath_overrides_runpath=no
16968
 
-       ;;
16969
 
-      *)
16970
 
-       shlibpath_overrides_runpath=yes
16971
 
-       ;;
16972
 
-      esac
16973
 
-  else
16974
 
-    shlibpath_overrides_runpath=yes
 
23258
-  # Append ld.so.conf contents to the search path
 
23259
-  if test -f /etc/ld.so.conf; then
 
23260
-    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[     ]*hwcap[        ]/d;s/[:,       ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
 
23261
-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
16975
23262
-  fi
16976
 
-  ;;
16977
23263
+fi
16978
 
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
16979
 
+$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
 
23264
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
 
23265
+echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
16980
23266
 
16981
 
-os2*)
16982
 
-  libname_spec='$name'
16983
 
-  shrext_cmds=".dll"
16984
 
-  need_lib_prefix=no
16985
 
-  library_names_spec='$libname${shared_ext} $libname.a'
16986
 
-  dynamic_linker='OS/2 ld.exe'
16987
 
-  shlibpath_var=LIBPATH
 
23267
-  # We used to test for /lib/ld.so.1 and disable shared libraries on
 
23268
-  # powerpc, because MkLinux only supported shared libraries with the
 
23269
-  # GNU dynamic linker.  Since this was broken with cross compilers,
 
23270
-  # most powerpc-linux boxes support dynamic linking these days and
 
23271
-  # people can always --disable-shared, the test was removed, and we
 
23272
-  # assume the GNU/Linux dynamic linker is in use.
 
23273
-  dynamic_linker='GNU/Linux ld.so'
16988
23274
-  ;;
16989
23275
+if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
16990
23276
+    lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
16992
23278
+    :
16993
23279
+fi
16994
23280
 
 
23281
-netbsd*)
 
23282
-  version_type=sunos
 
23283
-  need_lib_prefix=no
 
23284
-  need_version=no
 
23285
-  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
23286
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
23287
-    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
23288
-    dynamic_linker='NetBSD (a.out) ld.so'
 
23289
-  else
 
23290
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
23291
-    soname_spec='${libname}${release}${shared_ext}$major'
 
23292
-    dynamic_linker='NetBSD ld.elf_so'
 
23293
-  fi
 
23294
-  shlibpath_var=LD_LIBRARY_PATH
 
23295
-  shlibpath_overrides_runpath=yes
 
23296
-  hardcode_into_libs=yes
 
23297
-  ;;
 
23298
+fi
 
23299
 
 
23300
-newsos6)
 
23301
-  version_type=linux
 
23302
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
23303
-  shlibpath_var=LD_LIBRARY_PATH
 
23304
-  shlibpath_overrides_runpath=yes
 
23305
-  ;;
 
23306
 
 
23307
-nto-qnx*)
 
23308
-  version_type=linux
 
23309
-  need_lib_prefix=no
 
23310
-  need_version=no
 
23311
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
23312
-  soname_spec='${libname}${release}${shared_ext}$major'
 
23313
-  shlibpath_var=LD_LIBRARY_PATH
 
23314
-  shlibpath_overrides_runpath=yes
 
23315
-  ;;
 
23316
 
 
23317
-openbsd*)
 
23318
-  version_type=sunos
 
23319
-  sys_lib_dlsearch_path_spec="/usr/lib"
 
23320
-  need_lib_prefix=no
 
23321
-  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
 
23322
-  case $host_os in
 
23323
-    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
 
23324
-    *)                         need_version=no  ;;
 
23325
-  esac
 
23326
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
23327
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
23328
-  shlibpath_var=LD_LIBRARY_PATH
 
23329
-  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
23330
-    case $host_os in
 
23331
-      openbsd2.[89] | openbsd2.[89].*)
 
23332
-       shlibpath_overrides_runpath=no
 
23333
-       ;;
 
23334
-      *)
 
23335
-       shlibpath_overrides_runpath=yes
 
23336
-       ;;
 
23337
-      esac
 
23338
-  else
 
23339
-    shlibpath_overrides_runpath=yes
 
23340
-  fi
 
23341
-  ;;
 
23342
 
 
23343
-os2*)
 
23344
-  libname_spec='$name'
 
23345
-  shrext_cmds=".dll"
 
23346
-  need_lib_prefix=no
 
23347
-  library_names_spec='$libname${shared_ext} $libname.a'
 
23348
-  dynamic_linker='OS/2 ld.exe'
 
23349
-  shlibpath_var=LIBPATH
 
23350
-  ;;
 
23351
 
16995
23352
-osf3* | osf4* | osf5*)
16996
23353
-  version_type=osf
16997
23354
-  need_lib_prefix=no
17002
23359
-  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
17003
23360
-  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
17004
23361
-  ;;
17005
 
+fi
17006
23362
 
17007
23363
-rdos*)
17008
23364
-  dynamic_linker=no
17009
23365
-  ;;
17010
 
 
17011
 
-solaris*)
17012
 
-  version_type=linux
17013
 
-  need_lib_prefix=no
17014
 
-  need_version=no
17015
 
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17016
 
-  soname_spec='${libname}${release}${shared_ext}$major'
17017
 
-  shlibpath_var=LD_LIBRARY_PATH
17018
 
-  shlibpath_overrides_runpath=yes
17019
 
-  hardcode_into_libs=yes
17020
 
-  # ldd complains unless libraries are executable
17021
 
-  postinstall_cmds='chmod +x $lib'
17022
 
-  ;;
17023
 
 
17024
 
-sunos4*)
17025
 
-  version_type=sunos
17026
 
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
17027
 
-  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
17028
 
-  shlibpath_var=LD_LIBRARY_PATH
17029
 
-  shlibpath_overrides_runpath=yes
17030
 
-  if test "$with_gnu_ld" = yes; then
17031
 
-    need_lib_prefix=no
17032
 
-  fi
17033
 
-  need_version=yes
17034
 
-  ;;
17035
 
 
17036
 
-sysv4 | sysv4.3*)
17037
 
-  version_type=linux
17038
 
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17039
 
-  soname_spec='${libname}${release}${shared_ext}$major'
17040
 
-  shlibpath_var=LD_LIBRARY_PATH
17041
 
-  case $host_vendor in
17042
 
-    sni)
17043
 
-      shlibpath_overrides_runpath=no
17044
 
-      need_lib_prefix=no
17045
 
-      export_dynamic_flag_spec='${wl}-Blargedynsym'
17046
 
-      runpath_var=LD_RUN_PATH
17047
 
-      ;;
17048
 
-    siemens)
17049
 
-      need_lib_prefix=no
17050
 
-      ;;
17051
 
-    motorola)
17052
 
-      need_lib_prefix=no
17053
 
-      need_version=no
17054
 
-      shlibpath_overrides_runpath=no
17055
 
-      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
17056
 
-      ;;
17057
 
-  esac
17058
 
-  ;;
17059
 
 
17060
 
-sysv4*MP*)
17061
 
-  if test -d /usr/nec ;then
17062
 
-    version_type=linux
17063
 
-    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
17064
 
-    soname_spec='$libname${shared_ext}.$major'
17065
 
-    shlibpath_var=LD_LIBRARY_PATH
17066
 
-  fi
17067
 
-  ;;
17068
 
 
17069
 
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
17070
 
-  version_type=freebsd-elf
17071
 
-  need_lib_prefix=no
17072
 
-  need_version=no
17073
 
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
17074
 
-  soname_spec='${libname}${release}${shared_ext}$major'
17075
 
-  shlibpath_var=LD_LIBRARY_PATH
17076
 
-  hardcode_into_libs=yes
17077
 
-  if test "$with_gnu_ld" = yes; then
17078
 
-    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
17079
 
-    shlibpath_overrides_runpath=no
17080
 
-  else
17081
 
-    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
17082
 
-    shlibpath_overrides_runpath=yes
17083
 
-    case $host_os in
17084
 
-      sco3.2v5*)
17085
 
-        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
17086
 
-       ;;
17087
 
-    esac
17088
 
-  fi
17089
 
-  sys_lib_dlsearch_path_spec='/usr/lib'
17090
 
-  ;;
17091
23366
+  lt_prog_compiler_wl=
17092
23367
+lt_prog_compiler_pic=
17093
23368
+lt_prog_compiler_static=
17094
23369
 
17095
 
-uts4*)
 
23370
-solaris*)
17096
23371
-  version_type=linux
 
23372
-  need_lib_prefix=no
 
23373
-  need_version=no
17097
23374
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17098
23375
-  soname_spec='${libname}${release}${shared_ext}$major'
17099
23376
-  shlibpath_var=LD_LIBRARY_PATH
 
23377
-  shlibpath_overrides_runpath=yes
 
23378
-  hardcode_into_libs=yes
 
23379
-  # ldd complains unless libraries are executable
 
23380
-  postinstall_cmds='chmod +x $lib'
17100
23381
-  ;;
17101
 
+{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
17102
 
+$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
 
23382
+{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
23383
+echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
17103
23384
 
17104
 
-*)
17105
 
-  dynamic_linker=no
 
23385
-sunos4*)
 
23386
-  version_type=sunos
 
23387
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
23388
-  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
 
23389
-  shlibpath_var=LD_LIBRARY_PATH
 
23390
-  shlibpath_overrides_runpath=yes
 
23391
-  if test "$with_gnu_ld" = yes; then
 
23392
-    need_lib_prefix=no
 
23393
-  fi
 
23394
-  need_version=yes
17106
23395
-  ;;
17107
 
-esac
17108
 
-{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
17109
 
-$as_echo "$dynamic_linker" >&6; }
17110
 
-test "$dynamic_linker" = no && can_build_shared=no
17111
23396
+  if test "$GCC" = yes; then
17112
23397
+    lt_prog_compiler_wl='-Wl,'
17113
23398
+    lt_prog_compiler_static='-static'
17114
23399
 
 
23400
-sysv4 | sysv4.3*)
 
23401
-  version_type=linux
 
23402
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
23403
-  soname_spec='${libname}${release}${shared_ext}$major'
 
23404
-  shlibpath_var=LD_LIBRARY_PATH
 
23405
-  case $host_vendor in
 
23406
-    sni)
 
23407
-      shlibpath_overrides_runpath=no
 
23408
-      need_lib_prefix=no
 
23409
-      export_dynamic_flag_spec='${wl}-Blargedynsym'
 
23410
-      runpath_var=LD_RUN_PATH
 
23411
-      ;;
 
23412
-    siemens)
 
23413
-      need_lib_prefix=no
 
23414
-      ;;
 
23415
-    motorola)
 
23416
-      need_lib_prefix=no
 
23417
-      need_version=no
 
23418
-      shlibpath_overrides_runpath=no
 
23419
-      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
 
23420
+    case $host_os in
 
23421
+      aix*)
 
23422
+      # All AIX code is PIC.
 
23423
+      if test "$host_cpu" = ia64; then
 
23424
+       # AIX 5 now supports IA64 processor
 
23425
+       lt_prog_compiler_static='-Bstatic'
 
23426
+      fi
 
23427
       ;;
 
23428
-  esac
 
23429
-  ;;
 
23430
 
 
23431
-sysv4*MP*)
 
23432
-  if test -d /usr/nec ;then
 
23433
-    version_type=linux
 
23434
-    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
 
23435
-    soname_spec='$libname${shared_ext}.$major'
 
23436
-    shlibpath_var=LD_LIBRARY_PATH
 
23437
-  fi
 
23438
-  ;;
 
23439
+    amigaos*)
 
23440
+      case $host_cpu in
 
23441
+      powerpc)
 
23442
+            # see comment about AmigaOS4 .so support
 
23443
+            lt_prog_compiler_pic='-fPIC'
 
23444
+        ;;
 
23445
+      m68k)
 
23446
+            # FIXME: we need at least 68020 code to build shared libraries, but
 
23447
+            # adding the `-m68020' flag to GCC prevents building anything better,
 
23448
+            # like `-m68040'.
 
23449
+            lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
 
23450
+        ;;
 
23451
+      esac
 
23452
+      ;;
 
23453
 
 
23454
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
 
23455
-  version_type=freebsd-elf
 
23456
-  need_lib_prefix=no
 
23457
-  need_version=no
 
23458
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
 
23459
-  soname_spec='${libname}${release}${shared_ext}$major'
 
23460
-  shlibpath_var=LD_LIBRARY_PATH
 
23461
-  hardcode_into_libs=yes
 
23462
-  if test "$with_gnu_ld" = yes; then
 
23463
-    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
 
23464
-    shlibpath_overrides_runpath=no
 
23465
-  else
 
23466
-    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
 
23467
-    shlibpath_overrides_runpath=yes
 
23468
-    case $host_os in
 
23469
-      sco3.2v5*)
 
23470
-        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
 
23471
-       ;;
 
23472
-    esac
 
23473
-  fi
 
23474
-  sys_lib_dlsearch_path_spec='/usr/lib'
 
23475
-  ;;
 
23476
+    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
23477
+      # PIC is the default for these OSes.
 
23478
+      ;;
 
23479
 
 
23480
-uts4*)
 
23481
-  version_type=linux
 
23482
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
23483
-  soname_spec='${libname}${release}${shared_ext}$major'
 
23484
-  shlibpath_var=LD_LIBRARY_PATH
 
23485
-  ;;
 
23486
+    mingw* | cygwin* | pw32* | os2*)
 
23487
+      # This hack is so that the source file can tell whether it is being
 
23488
+      # built for inclusion in a dll (and should export symbols for example).
 
23489
+      # Although the cygwin gcc ignores -fPIC, still need this for old-style
 
23490
+      # (--disable-auto-import) libraries
 
23491
+      lt_prog_compiler_pic='-DDLL_EXPORT'
 
23492
+      ;;
 
23493
 
 
23494
-*)
 
23495
-  dynamic_linker=no
 
23496
-  ;;
 
23497
-esac
 
23498
-{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
23499
-$as_echo "$dynamic_linker" >&6; }
 
23500
-test "$dynamic_linker" = no && can_build_shared=no
 
23501
+    darwin* | rhapsody*)
 
23502
+      # PIC is the default on this platform
 
23503
+      # Common symbols not allowed in MH_DYLIB files
 
23504
+      lt_prog_compiler_pic='-fno-common'
 
23505
+      ;;
 
23506
 
17115
23507
-if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
17116
23508
-  $as_echo_n "(cached) " >&6
17117
23509
-else
17118
23510
-  lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
17119
23511
-fi
17120
 
-
 
23512
+    hpux*)
 
23513
+      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
23514
+      # not for PA HP-UX.
 
23515
+      case $host_cpu in
 
23516
+      hppa*64*|ia64*)
 
23517
+       # +Z the default
 
23518
+       ;;
 
23519
+      *)
 
23520
+       lt_prog_compiler_pic='-fPIC'
 
23521
+       ;;
 
23522
+      esac
 
23523
+      ;;
 
23524
 
17121
23525
-sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
17122
23526
-if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
17123
23527
-  $as_echo_n "(cached) " >&6
17124
23528
-else
17125
23529
-  lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
17126
23530
-fi
17127
 
-
 
23531
+    interix[3-9]*)
 
23532
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
 
23533
+      # Instead, we relocate shared libraries at runtime.
 
23534
+      ;;
 
23535
 
17128
23536
-sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
17129
 
-
 
23537
+    msdosdjgpp*)
 
23538
+      # Just because we use GCC doesn't mean we suddenly get shared libraries
 
23539
+      # on systems that don't support them.
 
23540
+      lt_prog_compiler_can_build_shared=no
 
23541
+      enable_shared=no
 
23542
+      ;;
 
23543
 
17130
23544
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
17131
23545
-if test "$GCC" = yes; then
17132
23546
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
17133
23547
-fi
17134
 
-
 
23548
+    *nto* | *qnx*)
 
23549
+      # QNX uses GNU C++, but need to define -shared option too, otherwise
 
23550
+      # it will coredump.
 
23551
+      lt_prog_compiler_pic='-fPIC -shared'
 
23552
+      ;;
 
23553
 
17135
23554
-{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
17136
23555
-$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
17137
23556
-hardcode_action=
17138
23557
-if test -n "$hardcode_libdir_flag_spec" || \
17139
23558
-   test -n "$runpath_var" || \
17140
23559
-   test "X$hardcode_automatic" = "Xyes" ; then
17141
 
-
 
23560
+    sysv4*MP*)
 
23561
+      if test -d /usr/nec; then
 
23562
+       lt_prog_compiler_pic=-Kconform_pic
 
23563
+      fi
 
23564
+      ;;
 
23565
 
17142
23566
-  # We can hardcode non-existant directories.
17143
23567
-  if test "$hardcode_direct" != no &&
17144
23568
-     # If the only mechanism to avoid hardcoding is shlibpath_var, we
17148
23572
-     test "$hardcode_minus_L" != no; then
17149
23573
-    # Linking always hardcodes the temporary library directory.
17150
23574
-    hardcode_action=relink
17151
 
-  else
 
23575
+    *)
 
23576
+      lt_prog_compiler_pic='-fPIC'
 
23577
+      ;;
 
23578
+    esac
 
23579
   else
17152
23580
-    # We can link without hardcoding, and we can hardcode nonexisting dirs.
17153
23581
-    hardcode_action=immediate
17154
23582
-  fi
17159
23587
-fi
17160
23588
-{ $as_echo "$as_me:$LINENO: result: $hardcode_action" >&5
17161
23589
-$as_echo "$hardcode_action" >&6; }
17162
 
+    case $host_os in
17163
 
+      aix*)
17164
 
+      # All AIX code is PIC.
17165
 
+      if test "$host_cpu" = ia64; then
17166
 
+       # AIX 5 now supports IA64 processor
17167
 
+       lt_prog_compiler_static='-Bstatic'
17168
 
+      fi
17169
 
+      ;;
17170
 
 
 
23590
-
17171
23591
-if test "$hardcode_action" = relink; then
17172
23592
-  # Fast installation is not supported
17173
23593
-  enable_fast_install=no
17176
23596
-  # Fast installation is not necessary
17177
23597
-  enable_fast_install=needless
17178
23598
-fi
17179
 
+    amigaos*)
17180
 
+      case $host_cpu in
17181
 
+      powerpc)
17182
 
+            # see comment about AmigaOS4 .so support
17183
 
+            lt_prog_compiler_pic='-fPIC'
17184
 
+        ;;
17185
 
+      m68k)
17186
 
+            # FIXME: we need at least 68020 code to build shared libraries, but
17187
 
+            # adding the `-m68020' flag to GCC prevents building anything better,
17188
 
+            # like `-m68040'.
17189
 
+            lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
17190
 
+        ;;
17191
 
+      esac
17192
 
+      ;;
17193
 
 
 
23599
-
17194
23600
-striplib=
17195
23601
-old_striplib=
17196
23602
-{ $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
17220
23626
-    ;;
17221
23627
-  esac
17222
23628
-fi
17223
 
+    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
17224
 
+      # PIC is the default for these OSes.
17225
 
+      ;;
17226
 
 
 
23629
-
17227
23630
-if test "x$enable_dlopen" != xyes; then
17228
23631
-  enable_dlopen=unknown
17229
23632
-  enable_dlopen_self=unknown
17231
23634
-else
17232
23635
-  lt_cv_dlopen=no
17233
23636
-  lt_cv_dlopen_libs=
17234
 
+    mingw* | cygwin* | pw32* | os2* | cegcc*)
17235
 
+      # This hack is so that the source file can tell whether it is being
17236
 
+      # built for inclusion in a dll (and should export symbols for example).
17237
 
+      # Although the cygwin gcc ignores -fPIC, still need this for old-style
17238
 
+      # (--disable-auto-import) libraries
17239
 
+      lt_prog_compiler_pic='-DDLL_EXPORT'
17240
 
+      ;;
17241
 
 
17242
 
-  case $host_os in
17243
 
-  beos*)
17244
 
-    lt_cv_dlopen="load_add_on"
17245
 
-    lt_cv_dlopen_libs=
17246
 
-    lt_cv_dlopen_self=yes
17247
 
-    ;;
17248
 
+    darwin* | rhapsody*)
17249
 
+      # PIC is the default on this platform
17250
 
+      # Common symbols not allowed in MH_DYLIB files
17251
 
+      lt_prog_compiler_pic='-fno-common'
17252
 
+      ;;
17253
 
 
17254
 
-  mingw* | pw32*)
17255
 
-    lt_cv_dlopen="LoadLibrary"
17256
 
-    lt_cv_dlopen_libs=
17257
 
-   ;;
17258
 
+    hpux*)
17259
 
+      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
17260
 
+      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
17261
 
+      # sets the default TLS model and affects inlining.
17262
 
+      case $host_cpu in
17263
 
+      hppa*64*)
17264
 
+       # +Z the default
17265
 
+       ;;
17266
 
+      *)
17267
 
+       lt_prog_compiler_pic='-fPIC'
17268
 
+       ;;
17269
 
+      esac
17270
 
+      ;;
17271
 
 
17272
 
-  cygwin*)
17273
 
-    lt_cv_dlopen="dlopen"
17274
 
-    lt_cv_dlopen_libs=
17275
 
-   ;;
17276
 
+    interix[3-9]*)
17277
 
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
17278
 
+      # Instead, we relocate shared libraries at runtime.
17279
 
+      ;;
17280
 
 
17281
 
-  darwin*)
17282
 
-  # if libdl is installed we need to link against it
17283
 
-    { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17284
 
-$as_echo_n "checking for dlopen in -ldl... " >&6; }
17285
 
-if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17286
 
-  $as_echo_n "(cached) " >&6
17287
 
-else
17288
 
-  ac_check_lib_save_LIBS=$LIBS
17289
 
-LIBS="-ldl  $LIBS"
17290
 
-cat >conftest.$ac_ext <<_ACEOF
17291
 
-/* confdefs.h.  */
17292
 
-_ACEOF
17293
 
-cat confdefs.h >>conftest.$ac_ext
17294
 
-cat >>conftest.$ac_ext <<_ACEOF
17295
 
-/* end confdefs.h.  */
17296
 
+    msdosdjgpp*)
17297
 
+      # Just because we use GCC doesn't mean we suddenly get shared libraries
17298
 
+      # on systems that don't support them.
17299
 
+      lt_prog_compiler_can_build_shared=no
17300
 
+      enable_shared=no
17301
 
+      ;;
17302
 
 
17303
 
-/* Override any GCC internal prototype to avoid an error.
17304
 
-   Use char because int might match the return type of a GCC
17305
 
-   builtin and then its argument prototype would still apply.  */
17306
 
-#ifdef __cplusplus
17307
 
-extern "C"
17308
 
-#endif
17309
 
-char dlopen ();
17310
 
-int
17311
 
-main ()
17312
 
-{
17313
 
-return dlopen ();
17314
 
-  ;
17315
 
-  return 0;
17316
 
-}
17317
 
-_ACEOF
17318
 
-rm -f conftest.$ac_objext conftest$ac_exeext
17319
 
-if { (ac_try="$ac_link"
17320
 
-case "(($ac_try" in
17321
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17322
 
-  *) ac_try_echo=$ac_try;;
17323
 
-esac
17324
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17325
 
-$as_echo "$ac_try_echo") >&5
17326
 
-  (eval "$ac_link") 2>conftest.er1
17327
 
-  ac_status=$?
17328
 
-  grep -v '^ *+' conftest.er1 >conftest.err
17329
 
-  rm -f conftest.er1
17330
 
-  cat conftest.err >&5
17331
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17332
 
-  (exit $ac_status); } && {
17333
 
-        test -z "$ac_c_werror_flag" ||
17334
 
-        test ! -s conftest.err
17335
 
-       } && test -s conftest$ac_exeext && {
17336
 
-        test "$cross_compiling" = yes ||
17337
 
-        $as_test_x conftest$ac_exeext
17338
 
-       }; then
17339
 
-  ac_cv_lib_dl_dlopen=yes
17340
 
-else
17341
 
-  $as_echo "$as_me: failed program was:" >&5
17342
 
-sed 's/^/| /' conftest.$ac_ext >&5
17343
 
+    *nto* | *qnx*)
17344
 
+      # QNX uses GNU C++, but need to define -shared option too, otherwise
17345
 
+      # it will coredump.
17346
 
+      lt_prog_compiler_pic='-fPIC -shared'
17347
 
+      ;;
17348
 
 
17349
 
-       ac_cv_lib_dl_dlopen=no
17350
 
-fi
17351
 
+    sysv4*MP*)
17352
 
+      if test -d /usr/nec; then
17353
 
+       lt_prog_compiler_pic=-Kconform_pic
17354
 
+      fi
17355
 
+      ;;
17356
 
 
17357
 
-rm -rf conftest.dSYM
17358
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17359
 
-      conftest$ac_exeext conftest.$ac_ext
17360
 
-LIBS=$ac_check_lib_save_LIBS
17361
 
-fi
17362
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17363
 
-$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
17364
 
-if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
17365
 
-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
17366
 
-else
17367
 
+    *)
17368
 
+      lt_prog_compiler_pic='-fPIC'
17369
 
+      ;;
17370
 
+    esac
17371
 
+  else
17372
23637
+    # PORTME Check for flag to pass linker flags through the system compiler.
17373
23638
+    case $host_os in
17374
23639
+    aix*)
17381
23646
+      fi
17382
23647
+      ;;
17383
23648
 
17384
 
-    lt_cv_dlopen="dyld"
 
23649
-  case $host_os in
 
23650
-  beos*)
 
23651
-    lt_cv_dlopen="load_add_on"
17385
23652
-    lt_cv_dlopen_libs=
17386
23653
-    lt_cv_dlopen_self=yes
17387
 
+    mingw* | cygwin* | pw32* | os2* | cegcc*)
 
23654
-    ;;
 
23655
+    mingw* | cygwin* | pw32* | os2*)
17388
23656
+      # This hack is so that the source file can tell whether it is being
17389
23657
+      # built for inclusion in a dll (and should export symbols for example).
17390
23658
+      lt_prog_compiler_pic='-DDLL_EXPORT'
17391
23659
+      ;;
17392
23660
 
17393
 
-fi
 
23661
-  mingw* | pw32*)
 
23662
-    lt_cv_dlopen="LoadLibrary"
 
23663
-    lt_cv_dlopen_libs=
 
23664
-   ;;
17394
23665
+    hpux9* | hpux10* | hpux11*)
17395
23666
+      lt_prog_compiler_wl='-Wl,'
17396
23667
+      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
17407
23678
+      lt_prog_compiler_static='${wl}-a ${wl}archive'
17408
23679
+      ;;
17409
23680
 
 
23681
-  cygwin*)
 
23682
-    lt_cv_dlopen="dlopen"
 
23683
-    lt_cv_dlopen_libs=
17410
23684
-   ;;
17411
23685
+    irix5* | irix6* | nonstopux*)
17412
23686
+      lt_prog_compiler_wl='-Wl,'
17414
23688
+      lt_prog_compiler_static='-non_shared'
17415
23689
+      ;;
17416
23690
 
17417
 
-  *)
17418
 
-    { $as_echo "$as_me:$LINENO: checking for shl_load" >&5
17419
 
-$as_echo_n "checking for shl_load... " >&6; }
17420
 
-if test "${ac_cv_func_shl_load+set}" = set; then
 
23691
-  darwin*)
 
23692
-  # if libdl is installed we need to link against it
 
23693
-    { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 
23694
-$as_echo_n "checking for dlopen in -ldl... " >&6; }
 
23695
-if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17421
23696
-  $as_echo_n "(cached) " >&6
17422
23697
-else
17423
 
-  cat >conftest.$ac_ext <<_ACEOF
 
23698
-  ac_check_lib_save_LIBS=$LIBS
 
23699
-LIBS="-ldl  $LIBS"
 
23700
-cat >conftest.$ac_ext <<_ACEOF
17424
23701
-/* confdefs.h.  */
17425
23702
-_ACEOF
17426
23703
-cat confdefs.h >>conftest.$ac_ext
17427
23704
-cat >>conftest.$ac_ext <<_ACEOF
17428
23705
-/* end confdefs.h.  */
17429
 
-/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
17430
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
17431
 
-#define shl_load innocuous_shl_load
17432
23706
+    linux* | k*bsd*-gnu)
17433
23707
+      case $cc_basename in
17434
 
+      # old Intel for x86_64 which still supported -KPIC.
17435
 
+      ecc*)
 
23708
+      icc* | ecc* | ifort*)
17436
23709
+       lt_prog_compiler_wl='-Wl,'
17437
23710
+       lt_prog_compiler_pic='-KPIC'
17438
23711
+       lt_prog_compiler_static='-static'
17439
23712
+        ;;
17440
 
+      # icc used to be incompatible with GCC.
17441
 
+      # ICC 10 doesn't accept -KPIC any more.
17442
 
+      icc* | ifort*)
17443
 
+       lt_prog_compiler_wl='-Wl,'
17444
 
+       lt_prog_compiler_pic='-fPIC'
17445
 
+       lt_prog_compiler_static='-static'
17446
 
+        ;;
17447
 
+      # Lahey Fortran 8.1.
17448
 
+      lf95*)
17449
 
+       lt_prog_compiler_wl='-Wl,'
17450
 
+       lt_prog_compiler_pic='--shared'
17451
 
+       lt_prog_compiler_static='--static'
17452
 
+       ;;
17453
23713
+      pgcc* | pgf77* | pgf90* | pgf95*)
17454
23714
+        # Portland Group compilers (*not* the Pentium gcc compiler,
17455
23715
+       # which looks to be a dead project)
17487
23747
+      esac
17488
23748
+      ;;
17489
23749
 
17490
 
-/* System header to define __stub macros and hopefully few prototypes,
17491
 
-    which can conflict with char shl_load (); below.
17492
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17493
 
-    <limits.h> exists even on freestanding compilers.  */
17494
 
+    newsos6)
17495
 
+      lt_prog_compiler_pic='-KPIC'
17496
 
+      lt_prog_compiler_static='-Bstatic'
17497
 
+      ;;
17498
 
 
17499
 
-#ifdef __STDC__
17500
 
-# include <limits.h>
17501
 
-#else
17502
 
-# include <assert.h>
17503
 
-#endif
17504
 
+    *nto* | *qnx*)
17505
 
+      # QNX uses GNU C++, but need to define -shared option too, otherwise
17506
 
+      # it will coredump.
17507
 
+      lt_prog_compiler_pic='-fPIC -shared'
17508
 
+      ;;
17509
 
 
17510
 
-#undef shl_load
17511
 
+    osf3* | osf4* | osf5*)
17512
 
+      lt_prog_compiler_wl='-Wl,'
17513
 
+      # All OSF/1 code is PIC.
17514
 
+      lt_prog_compiler_static='-non_shared'
17515
 
+      ;;
17516
 
 
17517
23750
-/* Override any GCC internal prototype to avoid an error.
17518
23751
-   Use char because int might match the return type of a GCC
17519
23752
-   builtin and then its argument prototype would still apply.  */
17520
23753
-#ifdef __cplusplus
17521
23754
-extern "C"
17522
23755
-#endif
17523
 
-char shl_load ();
17524
 
-/* The GNU C library defines this for functions which it implements
17525
 
-    to always fail with ENOSYS.  Some functions are actually named
17526
 
-    something starting with __ and the normal name is an alias.  */
17527
 
-#if defined __stub_shl_load || defined __stub___shl_load
17528
 
-choke me
17529
 
-#endif
17530
 
+    rdos*)
17531
 
+      lt_prog_compiler_static='-non_shared'
17532
 
+      ;;
17533
 
 
 
23756
-char dlopen ();
17534
23757
-int
17535
23758
-main ()
17536
23759
-{
17537
 
-return shl_load ();
 
23760
-return dlopen ();
17538
23761
-  ;
17539
23762
-  return 0;
17540
23763
-}
17544
23767
-case "(($ac_try" in
17545
23768
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17546
23769
-  *) ac_try_echo=$ac_try;;
 
23770
-esac
 
23771
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
23772
-$as_echo "$ac_try_echo") >&5
 
23773
-  (eval "$ac_link") 2>conftest.er1
 
23774
-  ac_status=$?
 
23775
-  grep -v '^ *+' conftest.er1 >conftest.err
 
23776
-  rm -f conftest.er1
 
23777
-  cat conftest.err >&5
 
23778
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
23779
-  (exit $ac_status); } && {
 
23780
-        test -z "$ac_c_werror_flag" ||
 
23781
-        test ! -s conftest.err
 
23782
-       } && test -s conftest$ac_exeext && {
 
23783
-        test "$cross_compiling" = yes ||
 
23784
-        $as_test_x conftest$ac_exeext
 
23785
-       }; then
 
23786
-  ac_cv_lib_dl_dlopen=yes
 
23787
-else
 
23788
-  $as_echo "$as_me: failed program was:" >&5
 
23789
-sed 's/^/| /' conftest.$ac_ext >&5
 
23790
+    newsos6)
 
23791
+      lt_prog_compiler_pic='-KPIC'
 
23792
+      lt_prog_compiler_static='-Bstatic'
 
23793
+      ;;
 
23794
 
 
23795
-       ac_cv_lib_dl_dlopen=no
 
23796
-fi
 
23797
+    *nto* | *qnx*)
 
23798
+      # QNX uses GNU C++, but need to define -shared option too, otherwise
 
23799
+      # it will coredump.
 
23800
+      lt_prog_compiler_pic='-fPIC -shared'
 
23801
+      ;;
 
23802
 
 
23803
-rm -rf conftest.dSYM
 
23804
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
23805
-      conftest$ac_exeext conftest.$ac_ext
 
23806
-LIBS=$ac_check_lib_save_LIBS
 
23807
-fi
 
23808
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 
23809
-$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
 
23810
-if test $ac_cv_lib_dl_dlopen = yes; then
 
23811
-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 
23812
-else
 
23813
+    osf3* | osf4* | osf5*)
 
23814
+      lt_prog_compiler_wl='-Wl,'
 
23815
+      # All OSF/1 code is PIC.
 
23816
+      lt_prog_compiler_static='-non_shared'
 
23817
+      ;;
 
23818
 
 
23819
-    lt_cv_dlopen="dyld"
 
23820
-    lt_cv_dlopen_libs=
 
23821
-    lt_cv_dlopen_self=yes
 
23822
+    rdos*)
 
23823
+      lt_prog_compiler_static='-non_shared'
 
23824
+      ;;
 
23825
 
 
23826
-fi
17547
23827
+    solaris*)
17548
23828
+      lt_prog_compiler_pic='-KPIC'
17549
23829
+      lt_prog_compiler_static='-Bstatic'
17554
23834
+       lt_prog_compiler_wl='-Wl,';;
17555
23835
+      esac
17556
23836
+      ;;
17557
 
+
 
23837
 
 
23838
-   ;;
17558
23839
+    sunos4*)
17559
23840
+      lt_prog_compiler_wl='-Qoption ld '
17560
23841
+      lt_prog_compiler_pic='-PIC'
17561
23842
+      lt_prog_compiler_static='-Bstatic'
17562
23843
+      ;;
17563
 
+
 
23844
 
 
23845
-  *)
 
23846
-    { $as_echo "$as_me:$LINENO: checking for shl_load" >&5
 
23847
-$as_echo_n "checking for shl_load... " >&6; }
 
23848
-if test "${ac_cv_func_shl_load+set}" = set; then
 
23849
-  $as_echo_n "(cached) " >&6
 
23850
-else
 
23851
-  cat >conftest.$ac_ext <<_ACEOF
 
23852
-/* confdefs.h.  */
 
23853
-_ACEOF
 
23854
-cat confdefs.h >>conftest.$ac_ext
 
23855
-cat >>conftest.$ac_ext <<_ACEOF
 
23856
-/* end confdefs.h.  */
 
23857
-/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
 
23858
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
23859
-#define shl_load innocuous_shl_load
17564
23860
+    sysv4 | sysv4.2uw2* | sysv4.3*)
17565
23861
+      lt_prog_compiler_wl='-Wl,'
17566
23862
+      lt_prog_compiler_pic='-KPIC'
17567
23863
+      lt_prog_compiler_static='-Bstatic'
17568
23864
+      ;;
17569
 
+
 
23865
 
 
23866
-/* System header to define __stub macros and hopefully few prototypes,
 
23867
-    which can conflict with char shl_load (); below.
 
23868
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
23869
-    <limits.h> exists even on freestanding compilers.  */
17570
23870
+    sysv4*MP*)
17571
23871
+      if test -d /usr/nec ;then
17572
23872
+       lt_prog_compiler_pic='-Kconform_pic'
17573
23873
+       lt_prog_compiler_static='-Bstatic'
17574
23874
+      fi
17575
23875
+      ;;
17576
 
+
 
23876
 
 
23877
-#ifdef __STDC__
 
23878
-# include <limits.h>
 
23879
-#else
 
23880
-# include <assert.h>
 
23881
-#endif
17577
23882
+    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
17578
23883
+      lt_prog_compiler_wl='-Wl,'
17579
23884
+      lt_prog_compiler_pic='-KPIC'
17580
23885
+      lt_prog_compiler_static='-Bstatic'
17581
23886
+      ;;
17582
 
+
 
23887
 
 
23888
-#undef shl_load
17583
23889
+    unicos*)
17584
23890
+      lt_prog_compiler_wl='-Wl,'
17585
23891
+      lt_prog_compiler_can_build_shared=no
17586
23892
+      ;;
17587
 
+
 
23893
 
 
23894
-/* Override any GCC internal prototype to avoid an error.
 
23895
-   Use char because int might match the return type of a GCC
 
23896
-   builtin and then its argument prototype would still apply.  */
 
23897
-#ifdef __cplusplus
 
23898
-extern "C"
 
23899
-#endif
 
23900
-char shl_load ();
 
23901
-/* The GNU C library defines this for functions which it implements
 
23902
-    to always fail with ENOSYS.  Some functions are actually named
 
23903
-    something starting with __ and the normal name is an alias.  */
 
23904
-#if defined __stub_shl_load || defined __stub___shl_load
 
23905
-choke me
 
23906
-#endif
17588
23907
+    uts4*)
17589
23908
+      lt_prog_compiler_pic='-pic'
17590
23909
+      lt_prog_compiler_static='-Bstatic'
17591
23910
+      ;;
17592
 
+
 
23911
 
 
23912
-int
 
23913
-main ()
 
23914
-{
 
23915
-return shl_load ();
 
23916
-  ;
 
23917
-  return 0;
 
23918
-}
 
23919
-_ACEOF
 
23920
-rm -f conftest.$ac_objext conftest$ac_exeext
 
23921
-if { (ac_try="$ac_link"
 
23922
-case "(($ac_try" in
 
23923
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
23924
-  *) ac_try_echo=$ac_try;;
17593
23925
+    *)
17594
23926
+      lt_prog_compiler_can_build_shared=no
17595
23927
+      ;;
17621
23953
-        $as_test_x conftest$ac_exeext
17622
23954
-       }; then
17623
23955
-  ac_cv_func_shl_load=yes
17624
 
+{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
17625
 
+$as_echo "$lt_prog_compiler_pic" >&6; }
 
23956
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
 
23957
+echo "${ECHO_T}$lt_prog_compiler_pic" >&6; }
17626
23958
+
17627
23959
+
17628
23960
+
17633
23965
+# Check to make sure the PIC flag actually works.
17634
23966
+#
17635
23967
+if test -n "$lt_prog_compiler_pic"; then
17636
 
+  { $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
17637
 
+$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
 
23968
+  { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
 
23969
+echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; }
17638
23970
+if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
17639
 
+  $as_echo_n "(cached) " >&6
 
23971
+  echo $ECHO_N "(cached) $ECHO_C" >&6
17640
23972
 else
17641
23973
-  $as_echo "$as_me: failed program was:" >&5
17642
23974
-sed 's/^/| /' conftest.$ac_ext >&5
17653
23985
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17654
23986
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17655
23987
+   -e 's:$: $lt_compiler_flag:'`
17656
 
+   (eval echo "\"\$as_me:9173: $lt_compile\"" >&5)
 
23988
+   (eval echo "\"\$as_me:8957: $lt_compile\"" >&5)
17657
23989
+   (eval "$lt_compile" 2>conftest.err)
17658
23990
+   ac_status=$?
17659
23991
+   cat conftest.err >&5
17660
 
+   echo "$as_me:9177: \$? = $ac_status" >&5
 
23992
+   echo "$as_me:8961: \$? = $ac_status" >&5
17661
23993
+   if (exit $ac_status) && test -s "$ac_outfile"; then
17662
23994
+     # The compiler can only warn and ignore the option if not recognized
17663
23995
+     # So say no if there are warnings other than the usual output.
17671
24003
 
17672
24004
-       ac_cv_func_shl_load=no
17673
24005
 fi
17674
 
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
17675
 
+$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
 
24006
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
 
24007
+echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6; }
17676
24008
 
17677
24009
-rm -rf conftest.dSYM
17678
24010
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17680
24012
-fi
17681
24013
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
17682
24014
-$as_echo "$ac_cv_func_shl_load" >&6; }
17683
 
-if test "x$ac_cv_func_shl_load" = x""yes; then
 
24015
-if test $ac_cv_func_shl_load = yes; then
17684
24016
-  lt_cv_dlopen="shl_load"
 
24017
-else
 
24018
-  { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
 
24019
-$as_echo_n "checking for shl_load in -ldld... " >&6; }
 
24020
-if test "${ac_cv_lib_dld_shl_load+set}" = set; then
 
24021
-  $as_echo_n "(cached) " >&6
 
24022
-else
 
24023
-  ac_check_lib_save_LIBS=$LIBS
 
24024
-LIBS="-ldld  $LIBS"
 
24025
-cat >conftest.$ac_ext <<_ACEOF
 
24026
-/* confdefs.h.  */
 
24027
-_ACEOF
 
24028
-cat confdefs.h >>conftest.$ac_ext
 
24029
-cat >>conftest.$ac_ext <<_ACEOF
 
24030
-/* end confdefs.h.  */
 
24031
-
 
24032
-/* Override any GCC internal prototype to avoid an error.
 
24033
-   Use char because int might match the return type of a GCC
 
24034
-   builtin and then its argument prototype would still apply.  */
 
24035
-#ifdef __cplusplus
 
24036
-extern "C"
 
24037
-#endif
 
24038
-char shl_load ();
 
24039
-int
 
24040
-main ()
 
24041
-{
 
24042
-return shl_load ();
 
24043
-  ;
 
24044
-  return 0;
 
24045
-}
 
24046
-_ACEOF
 
24047
-rm -f conftest.$ac_objext conftest$ac_exeext
 
24048
-if { (ac_try="$ac_link"
 
24049
-case "(($ac_try" in
 
24050
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
24051
-  *) ac_try_echo=$ac_try;;
 
24052
-esac
 
24053
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
24054
-$as_echo "$ac_try_echo") >&5
 
24055
-  (eval "$ac_link") 2>conftest.er1
 
24056
-  ac_status=$?
 
24057
-  grep -v '^ *+' conftest.er1 >conftest.err
 
24058
-  rm -f conftest.er1
 
24059
-  cat conftest.err >&5
 
24060
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24061
-  (exit $ac_status); } && {
 
24062
-        test -z "$ac_c_werror_flag" ||
 
24063
-        test ! -s conftest.err
 
24064
-       } && test -s conftest$ac_exeext && {
 
24065
-        test "$cross_compiling" = yes ||
 
24066
-        $as_test_x conftest$ac_exeext
 
24067
-       }; then
 
24068
-  ac_cv_lib_dld_shl_load=yes
17685
24069
+if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
17686
24070
+    case $lt_prog_compiler_pic in
17687
24071
+     "" | " "*) ;;
17688
24072
+     *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
17689
24073
+     esac
17690
24074
 else
17691
 
-  { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
17692
 
-$as_echo_n "checking for shl_load in -ldld... " >&6; }
17693
 
-if test "${ac_cv_lib_dld_shl_load+set}" = set; then
 
24075
-  $as_echo "$as_me: failed program was:" >&5
 
24076
-sed 's/^/| /' conftest.$ac_ext >&5
 
24077
-
 
24078
-       ac_cv_lib_dld_shl_load=no
17694
24079
+    lt_prog_compiler_pic=
17695
24080
+     lt_prog_compiler_can_build_shared=no
17696
 
+fi
17697
 
+
17698
 
+fi
17699
 
+
17700
 
+
17701
 
+
17702
 
+
17703
 
+
17704
 
+
17705
 
+#
17706
 
+# Check to make sure the static flag actually works.
17707
 
+#
17708
 
+wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
17709
 
+{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
17710
 
+$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
17711
 
+if test "${lt_cv_prog_compiler_static_works+set}" = set; then
17712
 
   $as_echo_n "(cached) " >&6
17713
 
 else
17714
 
-  ac_check_lib_save_LIBS=$LIBS
17715
 
-LIBS="-ldld  $LIBS"
17716
 
-cat >conftest.$ac_ext <<_ACEOF
17717
 
-/* confdefs.h.  */
17718
 
-_ACEOF
17719
 
-cat confdefs.h >>conftest.$ac_ext
17720
 
-cat >>conftest.$ac_ext <<_ACEOF
17721
 
-/* end confdefs.h.  */
17722
 
-
17723
 
-/* Override any GCC internal prototype to avoid an error.
17724
 
-   Use char because int might match the return type of a GCC
17725
 
-   builtin and then its argument prototype would still apply.  */
17726
 
-#ifdef __cplusplus
17727
 
-extern "C"
17728
 
-#endif
17729
 
-char shl_load ();
17730
 
-int
17731
 
-main ()
17732
 
-{
17733
 
-return shl_load ();
17734
 
-  ;
17735
 
-  return 0;
17736
 
-}
17737
 
-_ACEOF
17738
 
-rm -f conftest.$ac_objext conftest$ac_exeext
17739
 
-if { (ac_try="$ac_link"
17740
 
-case "(($ac_try" in
17741
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17742
 
-  *) ac_try_echo=$ac_try;;
17743
 
-esac
17744
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17745
 
-$as_echo "$ac_try_echo") >&5
17746
 
-  (eval "$ac_link") 2>conftest.er1
17747
 
-  ac_status=$?
17748
 
-  grep -v '^ *+' conftest.er1 >conftest.err
17749
 
-  rm -f conftest.er1
17750
 
-  cat conftest.err >&5
17751
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17752
 
-  (exit $ac_status); } && {
17753
 
-        test -z "$ac_c_werror_flag" ||
17754
 
-        test ! -s conftest.err
17755
 
-       } && test -s conftest$ac_exeext && {
17756
 
-        test "$cross_compiling" = yes ||
17757
 
-        $as_test_x conftest$ac_exeext
17758
 
-       }; then
17759
 
-  ac_cv_lib_dld_shl_load=yes
17760
 
-else
17761
 
-  $as_echo "$as_me: failed program was:" >&5
17762
 
-sed 's/^/| /' conftest.$ac_ext >&5
17763
 
+  lt_cv_prog_compiler_static_works=no
17764
 
+   save_LDFLAGS="$LDFLAGS"
17765
 
+   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
17766
 
+   echo "$lt_simple_link_test_code" > conftest.$ac_ext
17767
 
+   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
17768
 
+     # The linker can only warn and ignore the option if not recognized
17769
 
+     # So say no if there are warnings
17770
 
+     if test -s conftest.err; then
17771
 
+       # Append any errors to the config.log.
17772
 
+       cat conftest.err 1>&5
17773
 
+       $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
17774
 
+       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
17775
 
+       if diff conftest.exp conftest.er2 >/dev/null; then
17776
 
+         lt_cv_prog_compiler_static_works=yes
17777
 
+       fi
17778
 
+     else
17779
 
+       lt_cv_prog_compiler_static_works=yes
17780
 
+     fi
17781
 
+   fi
17782
 
+   $RM -r conftest*
17783
 
+   LDFLAGS="$save_LDFLAGS"
17784
 
 
17785
 
-       ac_cv_lib_dld_shl_load=no
17786
24081
 fi
17787
 
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
17788
 
+$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
17789
24082
 
17790
24083
-rm -rf conftest.dSYM
17791
24084
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17792
24085
-      conftest$ac_exeext conftest.$ac_ext
17793
24086
-LIBS=$ac_check_lib_save_LIBS
17794
 
-fi
 
24087
 fi
17795
24088
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
17796
24089
-$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
17797
 
-if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
 
24090
-if test $ac_cv_lib_dld_shl_load = yes; then
17798
24091
-  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
17799
24092
-else
17800
24093
-  { $as_echo "$as_me:$LINENO: checking for dlopen" >&5
17801
24094
-$as_echo_n "checking for dlopen... " >&6; }
17802
24095
-if test "${ac_cv_func_dlopen+set}" = set; then
17803
24096
-  $as_echo_n "(cached) " >&6
17804
 
+if test x"$lt_cv_prog_compiler_static_works" = xyes; then
17805
 
+    :
17806
 
 else
 
24097
-else
17807
24098
-  cat >conftest.$ac_ext <<_ACEOF
17808
24099
-/* confdefs.h.  */
17809
24100
-_ACEOF
17813
24104
-/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
17814
24105
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
17815
24106
-#define dlopen innocuous_dlopen
17816
 
+    lt_prog_compiler_static=
17817
 
+fi
17818
24107
 
17819
24108
-/* System header to define __stub macros and hopefully few prototypes,
17820
24109
-    which can conflict with char dlopen (); below.
17873
24162
-        $as_test_x conftest$ac_exeext
17874
24163
-       }; then
17875
24164
-  ac_cv_func_dlopen=yes
17876
 
-else
 
24165
+
 
24166
+#
 
24167
+# Check to make sure the static flag actually works.
 
24168
+#
 
24169
+wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
 
24170
+{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 
24171
+echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
 
24172
+if test "${lt_cv_prog_compiler_static_works+set}" = set; then
 
24173
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
24174
 else
17877
24175
-  $as_echo "$as_me: failed program was:" >&5
17878
24176
-sed 's/^/| /' conftest.$ac_ext >&5
 
24177
+  lt_cv_prog_compiler_static_works=no
 
24178
+   save_LDFLAGS="$LDFLAGS"
 
24179
+   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
 
24180
+   echo "$lt_simple_link_test_code" > conftest.$ac_ext
 
24181
+   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
 
24182
+     # The linker can only warn and ignore the option if not recognized
 
24183
+     # So say no if there are warnings
 
24184
+     if test -s conftest.err; then
 
24185
+       # Append any errors to the config.log.
 
24186
+       cat conftest.err 1>&5
 
24187
+       $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
 
24188
+       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
24189
+       if diff conftest.exp conftest.er2 >/dev/null; then
 
24190
+         lt_cv_prog_compiler_static_works=yes
 
24191
+       fi
 
24192
+     else
 
24193
+       lt_cv_prog_compiler_static_works=yes
 
24194
+     fi
 
24195
+   fi
 
24196
+   $RM -r conftest*
 
24197
+   LDFLAGS="$save_LDFLAGS"
17879
24198
 
17880
24199
-       ac_cv_func_dlopen=no
17881
 
-fi
 
24200
 fi
 
24201
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
 
24202
+echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6; }
17882
24203
 
17883
24204
-rm -rf conftest.dSYM
17884
24205
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17886
24207
-fi
17887
24208
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
17888
24209
-$as_echo "$ac_cv_func_dlopen" >&6; }
17889
 
-if test "x$ac_cv_func_dlopen" = x""yes; then
 
24210
-if test $ac_cv_func_dlopen = yes; then
17890
24211
-  lt_cv_dlopen="dlopen"
17891
24212
-else
17892
24213
-  { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17893
24214
-$as_echo_n "checking for dlopen in -ldl... " >&6; }
17894
24215
-if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17895
 
+  { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
17896
 
+$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
17897
 
+if test "${lt_cv_prog_compiler_c_o+set}" = set; then
17898
 
   $as_echo_n "(cached) " >&6
 
24216
-  $as_echo_n "(cached) " >&6
 
24217
+if test x"$lt_cv_prog_compiler_static_works" = xyes; then
 
24218
+    :
17899
24219
 else
17900
24220
-  ac_check_lib_save_LIBS=$LIBS
17901
24221
-LIBS="-ldl  $LIBS"
17905
24225
-cat confdefs.h >>conftest.$ac_ext
17906
24226
-cat >>conftest.$ac_ext <<_ACEOF
17907
24227
-/* end confdefs.h.  */
17908
 
+  lt_cv_prog_compiler_c_o=no
17909
 
+   $RM -r conftest 2>/dev/null
17910
 
+   mkdir conftest
17911
 
+   cd conftest
17912
 
+   mkdir out
17913
 
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
24228
+    lt_prog_compiler_static=
 
24229
+fi
17914
24230
 
17915
24231
-/* Override any GCC internal prototype to avoid an error.
17916
24232
-   Use char because int might match the return type of a GCC
17952
24268
-else
17953
24269
-  $as_echo "$as_me: failed program was:" >&5
17954
24270
-sed 's/^/| /' conftest.$ac_ext >&5
17955
 
+   lt_compiler_flag="-o out/conftest2.$ac_objext"
17956
 
+   # Insert the option either (1) after the last *FLAGS variable, or
17957
 
+   # (2) before a word containing "conftest.", or (3) at the end.
17958
 
+   # Note that $ac_compile itself does not contain backslashes and begins
17959
 
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
17960
 
+   lt_compile=`echo "$ac_compile" | $SED \
17961
 
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
17962
 
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
17963
 
+   -e 's:$: $lt_compiler_flag:'`
17964
 
+   (eval echo "\"\$as_me:9278: $lt_compile\"" >&5)
17965
 
+   (eval "$lt_compile" 2>out/conftest.err)
17966
 
+   ac_status=$?
17967
 
+   cat out/conftest.err >&5
17968
 
+   echo "$as_me:9282: \$? = $ac_status" >&5
17969
 
+   if (exit $ac_status) && test -s out/conftest2.$ac_objext
17970
 
+   then
17971
 
+     # The compiler can only warn and ignore the option if not recognized
17972
 
+     # So say no if there are warnings
17973
 
+     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
17974
 
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
17975
 
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
17976
 
+       lt_cv_prog_compiler_c_o=yes
17977
 
+     fi
17978
 
+   fi
17979
 
+   chmod u+w . 2>&5
17980
 
+   $RM conftest*
17981
 
+   # SGI C++ compiler will create directory out/ii_files/ for
17982
 
+   # template instantiation
17983
 
+   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
17984
 
+   $RM out/* && rmdir out
17985
 
+   cd ..
17986
 
+   $RM -r conftest
17987
 
+   $RM conftest*
17988
24271
 
17989
24272
-       ac_cv_lib_dl_dlopen=no
17990
 
 fi
17991
 
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
17992
 
+$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
 
24273
-fi
17993
24274
 
17994
24275
-rm -rf conftest.dSYM
17995
24276
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17998
24279
-fi
17999
24280
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18000
24281
-$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18001
 
-if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
 
24282
-if test $ac_cv_lib_dl_dlopen = yes; then
18002
24283
-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
18003
24284
-else
18004
24285
-  { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
18066
24347
-fi
18067
24348
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
18068
24349
-$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
18069
 
-if test "x$ac_cv_lib_svld_dlopen" = x""yes; then
 
24350
-if test $ac_cv_lib_svld_dlopen = yes; then
18070
24351
-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
18071
 
-else
 
24352
+
 
24353
+  { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
24354
+echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
 
24355
+if test "${lt_cv_prog_compiler_c_o+set}" = set; then
 
24356
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
24357
 else
18072
24358
-  { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
18073
24359
-$as_echo_n "checking for dld_link in -ldld... " >&6; }
18074
24360
-if test "${ac_cv_lib_dld_dld_link+set}" = set; then
18082
24368
-cat confdefs.h >>conftest.$ac_ext
18083
24369
-cat >>conftest.$ac_ext <<_ACEOF
18084
24370
-/* end confdefs.h.  */
18085
 
 
 
24371
-
18086
24372
-/* Override any GCC internal prototype to avoid an error.
18087
24373
-   Use char because int might match the return type of a GCC
18088
24374
-   builtin and then its argument prototype would still apply.  */
18120
24406
-        $as_test_x conftest$ac_exeext
18121
24407
-       }; then
18122
24408
-  ac_cv_lib_dld_dld_link=yes
18123
 
+
18124
 
+  { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
18125
 
+$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
18126
 
+if test "${lt_cv_prog_compiler_c_o+set}" = set; then
18127
 
+  $as_echo_n "(cached) " >&6
18128
 
 else
 
24409
-else
18129
24410
-  $as_echo "$as_me: failed program was:" >&5
18130
24411
-sed 's/^/| /' conftest.$ac_ext >&5
18131
24412
+  lt_cv_prog_compiler_c_o=no
18146
24427
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
18147
24428
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
18148
24429
+   -e 's:$: $lt_compiler_flag:'`
18149
 
+   (eval echo "\"\$as_me:9333: $lt_compile\"" >&5)
 
24430
+   (eval echo "\"\$as_me:9062: $lt_compile\"" >&5)
18150
24431
+   (eval "$lt_compile" 2>out/conftest.err)
18151
24432
+   ac_status=$?
18152
24433
+   cat out/conftest.err >&5
18153
 
+   echo "$as_me:9337: \$? = $ac_status" >&5
 
24434
+   echo "$as_me:9066: \$? = $ac_status" >&5
18154
24435
+   if (exit $ac_status) && test -s out/conftest2.$ac_objext
18155
24436
+   then
18156
24437
+     # The compiler can only warn and ignore the option if not recognized
18178
24459
-fi
18179
24460
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
18180
24461
-$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
18181
 
-if test "x$ac_cv_lib_dld_dld_link" = x""yes; then
 
24462
-if test $ac_cv_lib_dld_dld_link = yes; then
18182
24463
-  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
18183
24464
 fi
18184
 
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
18185
 
+$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
18186
 
 
18187
 
 
18188
 
-fi
18189
 
 
18190
 
 
 
24465
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
 
24466
+echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
 
24467
 
 
24468
 
 
24469
-fi
 
24470
 
 
24471
 
 
24472
-fi
 
24473
 
 
24474
 
 
24475
-fi
 
24476
+  { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
24477
+echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
 
24478
+if test "${lt_cv_prog_compiler_c_o+set}" = set; then
 
24479
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
24480
+else
 
24481
+  lt_cv_prog_compiler_c_o=no
 
24482
+   $RM -r conftest 2>/dev/null
 
24483
+   mkdir conftest
 
24484
+   cd conftest
 
24485
+   mkdir out
 
24486
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
24487
 
 
24488
+   lt_compiler_flag="-o out/conftest2.$ac_objext"
 
24489
+   # Insert the option either (1) after the last *FLAGS variable, or
 
24490
+   # (2) before a word containing "conftest.", or (3) at the end.
 
24491
+   # Note that $ac_compile itself does not contain backslashes and begins
 
24492
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
24493
+   lt_compile=`echo "$ac_compile" | $SED \
 
24494
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
24495
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
24496
+   -e 's:$: $lt_compiler_flag:'`
 
24497
+   (eval echo "\"\$as_me:9117: $lt_compile\"" >&5)
 
24498
+   (eval "$lt_compile" 2>out/conftest.err)
 
24499
+   ac_status=$?
 
24500
+   cat out/conftest.err >&5
 
24501
+   echo "$as_me:9121: \$? = $ac_status" >&5
 
24502
+   if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
24503
+   then
 
24504
+     # The compiler can only warn and ignore the option if not recognized
 
24505
+     # So say no if there are warnings
 
24506
+     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
 
24507
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
 
24508
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
 
24509
+       lt_cv_prog_compiler_c_o=yes
 
24510
+     fi
 
24511
+   fi
 
24512
+   chmod u+w . 2>&5
 
24513
+   $RM conftest*
 
24514
+   # SGI C++ compiler will create directory out/ii_files/ for
 
24515
+   # template instantiation
 
24516
+   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
 
24517
+   $RM out/* && rmdir out
 
24518
+   cd ..
 
24519
+   $RM -r conftest
 
24520
+   $RM conftest*
 
24521
 
 
24522
 fi
 
24523
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
 
24524
+echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
 
24525
 
 
24526
 
 
24527
-fi
 
24528
 
 
24529
-    ;;
 
24530
-  esac
 
24531
 
 
24532
-  if test "x$lt_cv_dlopen" != xno; then
 
24533
-    enable_dlopen=yes
 
24534
-  else
 
24535
-    enable_dlopen=no
18191
24536
+hard_links="nottested"
18192
24537
+if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
18193
24538
+  # do not overwrite the value of need_locks provided by the user
18194
 
+  { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
18195
 
+$as_echo_n "checking if we can lock with hard links... " >&6; }
 
24539
+  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
24540
+echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
18196
24541
+  hard_links=yes
18197
24542
+  $RM conftest*
18198
24543
+  ln conftest.a conftest.b 2>/dev/null && hard_links=no
18199
24544
+  touch conftest.a
18200
24545
+  ln conftest.a conftest.b 2>&5 || hard_links=no
18201
24546
+  ln conftest.a conftest.b 2>/dev/null && hard_links=no
18202
 
+  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
18203
 
+$as_echo "$hard_links" >&6; }
 
24547
+  { echo "$as_me:$LINENO: result: $hard_links" >&5
 
24548
+echo "${ECHO_T}$hard_links" >&6; }
18204
24549
+  if test "$hard_links" = no; then
18205
 
+    { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
18206
 
+$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 
24550
+    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 
24551
+echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
18207
24552
+    need_locks=warn
18208
 
+  fi
 
24553
   fi
18209
24554
+else
18210
24555
+  need_locks=no
18211
 
 fi
18212
 
 
18213
 
 
18214
 
-fi
18215
 
 
18216
 
 
18217
 
-fi
18218
 
 
18219
 
 
18220
 
-fi
18221
 
+  { $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
18222
 
+$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
18223
 
+
 
24556
+fi
 
24557
 
 
24558
-  case $lt_cv_dlopen in
 
24559
-  dlopen)
 
24560
-    save_CPPFLAGS="$CPPFLAGS"
 
24561
-    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
 
24562
-
 
24563
-    save_LDFLAGS="$LDFLAGS"
 
24564
-    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
 
24565
 
 
24566
-    save_LIBS="$LIBS"
 
24567
-    LIBS="$lt_cv_dlopen_libs $LIBS"
 
24568
 
 
24569
-    { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
 
24570
-$as_echo_n "checking whether a program can dlopen itself... " >&6; }
 
24571
-if test "${lt_cv_dlopen_self+set}" = set; then
 
24572
-  $as_echo_n "(cached) " >&6
 
24573
-else
 
24574
-         if test "$cross_compiling" = yes; then :
 
24575
-  lt_cv_dlopen_self=cross
 
24576
-else
 
24577
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
24578
-  lt_status=$lt_dlunknown
 
24579
-  cat > conftest.$ac_ext <<EOF
 
24580
-#line 11747 "configure"
 
24581
-#include "confdefs.h"
 
24582
 
 
24583
-#if HAVE_DLFCN_H
 
24584
-#include <dlfcn.h>
 
24585
-#endif
 
24586
 
 
24587
-#include <stdio.h>
 
24588
 
 
24589
-#ifdef RTLD_GLOBAL
 
24590
-#  define LT_DLGLOBAL          RTLD_GLOBAL
 
24591
-#else
 
24592
-#  ifdef DL_GLOBAL
 
24593
-#    define LT_DLGLOBAL                DL_GLOBAL
 
24594
-#  else
 
24595
-#    define LT_DLGLOBAL                0
 
24596
-#  endif
 
24597
-#endif
 
24598
+  { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
24599
+echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
 
24600
 
 
24601
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
 
24602
-   find out it does not work in some platform. */
 
24603
-#ifndef LT_DLLAZY_OR_NOW
 
24604
-#  ifdef RTLD_LAZY
 
24605
-#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
 
24606
-#  else
 
24607
-#    ifdef DL_LAZY
 
24608
-#      define LT_DLLAZY_OR_NOW         DL_LAZY
 
24609
-#    else
 
24610
-#      ifdef RTLD_NOW
 
24611
-#        define LT_DLLAZY_OR_NOW       RTLD_NOW
 
24612
-#      else
 
24613
-#        ifdef DL_NOW
 
24614
-#          define LT_DLLAZY_OR_NOW     DL_NOW
 
24615
-#        else
 
24616
-#          define LT_DLLAZY_OR_NOW     0
 
24617
-#        endif
 
24618
-#      endif
 
24619
-#    endif
 
24620
-#  endif
 
24621
-#endif
18224
24622
+  runpath_var=
18225
24623
+  allow_undefined_flag=
18226
24624
+  always_export_symbols=no
18262
24660
+  # Exclude shared library initialization/finalization symbols.
18263
24661
+  extract_expsyms_cmds=
18264
24662
 
 
24663
-#ifdef __cplusplus
 
24664
-extern "C" void exit (int);
 
24665
-#endif
18265
24666
+  case $host_os in
18266
 
+  cygwin* | mingw* | pw32* | cegcc*)
 
24667
+  cygwin* | mingw* | pw32*)
18267
24668
+    # FIXME: the MSVC++ port hasn't been tested in a loooong time
18268
24669
+    # When not using gcc, we currently assume that we are using
18269
24670
+    # Microsoft Visual C++.
18277
24678
+    ;;
18278
24679
+  openbsd*)
18279
24680
+    with_gnu_ld=no
18280
 
     ;;
18281
 
   esac
 
24681
+    ;;
 
24682
+  esac
18282
24683
 
18283
 
-  if test "x$lt_cv_dlopen" != xno; then
18284
 
-    enable_dlopen=yes
18285
 
-  else
18286
 
-    enable_dlopen=no
18287
 
-  fi
18288
 
-
18289
 
-  case $lt_cv_dlopen in
18290
 
-  dlopen)
18291
 
-    save_CPPFLAGS="$CPPFLAGS"
18292
 
-    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
 
24684
-void fnord() { int i=42;}
 
24685
-int main ()
 
24686
-{
 
24687
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
 
24688
-  int status = $lt_dlunknown;
18293
24689
+  ld_shlibs=yes
18294
24690
+  if test "$with_gnu_ld" = yes; then
18295
24691
+    # If archive_cmds runs LD, not CC, wlarc should be empty
18296
24692
+    wlarc='${wl}'
18297
24693
 
18298
 
-    save_LDFLAGS="$LDFLAGS"
18299
 
-    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
 
24694
-  if (self)
 
24695
-    {
 
24696
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
 
24697
-      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
 
24698
-      /* dlclose (self); */
 
24699
-    }
 
24700
-  else
 
24701
-    puts (dlerror ());
 
24702
-
 
24703
-    exit (status);
 
24704
-}
 
24705
-EOF
 
24706
-  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
24707
-  (eval $ac_link) 2>&5
 
24708
-  ac_status=$?
 
24709
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24710
-  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
 
24711
-    (./conftest; exit; ) >&5 2>/dev/null
 
24712
-    lt_status=$?
 
24713
-    case x$lt_status in
 
24714
-      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
 
24715
-      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
 
24716
-      x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
18300
24717
+    # Set some defaults for GNU ld with shared library support. These
18301
24718
+    # are reset later if shared libraries are not supported. Putting them
18302
24719
+    # here allows them to be overridden if necessary.
18316
24733
+      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
18317
24734
+      *\ 2.11.*) ;; # other 2.11 versions
18318
24735
+      *) supports_anon_versioning=yes ;;
18319
 
+    esac
 
24736
     esac
 
24737
-  else :
 
24738
-    # compilation failed
 
24739
-    lt_cv_dlopen_self=no
 
24740
-  fi
 
24741
-fi
 
24742
-rm -fr conftest*
 
24743
-
 
24744
-
 
24745
-fi
 
24746
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
 
24747
-$as_echo "$lt_cv_dlopen_self" >&6; }
 
24748
-
 
24749
-    if test "x$lt_cv_dlopen_self" = xyes; then
 
24750
-      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
 
24751
-      { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
 
24752
-$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
 
24753
-if test "${lt_cv_dlopen_self_static+set}" = set; then
 
24754
-  $as_echo_n "(cached) " >&6
 
24755
-else
 
24756
-         if test "$cross_compiling" = yes; then :
 
24757
-  lt_cv_dlopen_self_static=cross
 
24758
-else
 
24759
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
24760
-  lt_status=$lt_dlunknown
 
24761
-  cat > conftest.$ac_ext <<EOF
 
24762
-#line 11847 "configure"
 
24763
-#include "confdefs.h"
18320
24764
 
18321
 
-    save_LIBS="$LIBS"
18322
 
-    LIBS="$lt_cv_dlopen_libs $LIBS"
 
24765
-#if HAVE_DLFCN_H
 
24766
-#include <dlfcn.h>
 
24767
-#endif
18323
24768
+    # See if GNU ld supports shared libraries.
18324
24769
+    case $host_os in
18325
24770
+    aix[3-9]*)
18328
24773
+       ld_shlibs=no
18329
24774
+       cat <<_LT_EOF 1>&2
18330
24775
 
18331
 
-    { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
18332
 
-$as_echo_n "checking whether a program can dlopen itself... " >&6; }
18333
 
-if test "${lt_cv_dlopen_self+set}" = set; then
18334
 
-  $as_echo_n "(cached) " >&6
18335
 
-else
18336
 
-         if test "$cross_compiling" = yes; then :
18337
 
-  lt_cv_dlopen_self=cross
18338
 
-else
18339
 
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
18340
 
-  lt_status=$lt_dlunknown
18341
 
-  cat > conftest.$ac_ext <<EOF
18342
 
-#line 11719 "configure"
18343
 
-#include "confdefs.h"
 
24776
-#include <stdio.h>
18344
24777
+*** Warning: the GNU linker, at least up to release 2.9.1, is reported
18345
24778
+*** to be unable to reliably create shared libraries on AIX.
18346
24779
+*** Therefore, libtool is disabling shared libraries support.  If you
18347
24780
+*** really care for shared libraries, you may want to modify your PATH
18348
24781
+*** so that a non-GNU linker is found, and then restart.
18349
24782
 
18350
 
-#if HAVE_DLFCN_H
18351
 
-#include <dlfcn.h>
 
24783
-#ifdef RTLD_GLOBAL
 
24784
-#  define LT_DLGLOBAL          RTLD_GLOBAL
 
24785
-#else
 
24786
-#  ifdef DL_GLOBAL
 
24787
-#    define LT_DLGLOBAL                DL_GLOBAL
 
24788
-#  else
 
24789
-#    define LT_DLGLOBAL                0
 
24790
-#  endif
18352
24791
-#endif
18353
24792
+_LT_EOF
18354
24793
+      fi
18355
24794
+      ;;
18356
24795
 
18357
 
-#include <stdio.h>
 
24796
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
 
24797
-   find out it does not work in some platform. */
 
24798
-#ifndef LT_DLLAZY_OR_NOW
 
24799
-#  ifdef RTLD_LAZY
 
24800
-#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
 
24801
-#  else
 
24802
-#    ifdef DL_LAZY
 
24803
-#      define LT_DLLAZY_OR_NOW         DL_LAZY
 
24804
-#    else
 
24805
-#      ifdef RTLD_NOW
 
24806
-#        define LT_DLLAZY_OR_NOW       RTLD_NOW
 
24807
-#      else
 
24808
-#        ifdef DL_NOW
 
24809
-#          define LT_DLLAZY_OR_NOW     DL_NOW
 
24810
-#        else
 
24811
-#          define LT_DLLAZY_OR_NOW     0
 
24812
-#        endif
 
24813
-#      endif
 
24814
-#    endif
 
24815
-#  endif
 
24816
-#endif
18358
24817
+    amigaos*)
18359
24818
+      case $host_cpu in
18360
24819
+      powerpc)
18370
24829
+      esac
18371
24830
+      ;;
18372
24831
 
18373
 
-#ifdef RTLD_GLOBAL
18374
 
-#  define LT_DLGLOBAL          RTLD_GLOBAL
18375
 
-#else
18376
 
-#  ifdef DL_GLOBAL
18377
 
-#    define LT_DLGLOBAL                DL_GLOBAL
18378
 
-#  else
18379
 
-#    define LT_DLGLOBAL                0
18380
 
-#  endif
 
24832
-#ifdef __cplusplus
 
24833
-extern "C" void exit (int);
18381
24834
-#endif
18382
24835
+    beos*)
18383
24836
+      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
18390
24843
+      fi
18391
24844
+      ;;
18392
24845
 
18393
 
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
18394
 
-   find out it does not work in some platform. */
18395
 
-#ifndef LT_DLLAZY_OR_NOW
18396
 
-#  ifdef RTLD_LAZY
18397
 
-#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
18398
 
-#  else
18399
 
-#    ifdef DL_LAZY
18400
 
-#      define LT_DLLAZY_OR_NOW         DL_LAZY
18401
 
-#    else
18402
 
-#      ifdef RTLD_NOW
18403
 
-#        define LT_DLLAZY_OR_NOW       RTLD_NOW
18404
 
-#      else
18405
 
-#        ifdef DL_NOW
18406
 
-#          define LT_DLLAZY_OR_NOW     DL_NOW
18407
 
-#        else
18408
 
-#          define LT_DLLAZY_OR_NOW     0
18409
 
-#        endif
18410
 
-#      endif
18411
 
-#    endif
18412
 
-#  endif
18413
 
-#endif
18414
 
+    cygwin* | mingw* | pw32* | cegcc*)
 
24846
-void fnord() { int i=42;}
 
24847
-int main ()
 
24848
-{
 
24849
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
 
24850
-  int status = $lt_dlunknown;
 
24851
+    cygwin* | mingw* | pw32*)
18415
24852
+      # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
18416
24853
+      # as there is no search path for DLLs.
18417
24854
+      hardcode_libdir_flag_spec='-L$libdir'
18420
24857
+      enable_shared_with_static_runtimes=yes
18421
24858
+      export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
18422
24859
 
18423
 
-#ifdef __cplusplus
18424
 
-extern "C" void exit (int);
18425
 
-#endif
 
24860
-  if (self)
 
24861
-    {
 
24862
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
 
24863
-      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
 
24864
-      /* dlclose (self); */
 
24865
-    }
 
24866
-  else
 
24867
-    puts (dlerror ());
18426
24868
+      if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
18427
24869
+        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
18428
24870
+       # If the export-symbols file already is a .def file (1st line
18439
24881
+      fi
18440
24882
+      ;;
18441
24883
 
18442
 
-void fnord() { int i=42;}
18443
 
-int main ()
18444
 
-{
18445
 
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
18446
 
-  int status = $lt_dlunknown;
 
24884
-    exit (status);
 
24885
-}
 
24886
-EOF
 
24887
-  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
24888
-  (eval $ac_link) 2>&5
 
24889
-  ac_status=$?
 
24890
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24891
-  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
 
24892
-    (./conftest; exit; ) >&5 2>/dev/null
 
24893
-    lt_status=$?
 
24894
-    case x$lt_status in
 
24895
-      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
 
24896
-      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
 
24897
-      x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
 
24898
-    esac
 
24899
-  else :
 
24900
-    # compilation failed
 
24901
-    lt_cv_dlopen_self_static=no
 
24902
-  fi
 
24903
-fi
 
24904
-rm -fr conftest*
18447
24905
+    interix[3-9]*)
18448
24906
+      hardcode_direct=no
18449
24907
+      hardcode_shlibpath_var=no
18459
24917
+      archive_expsym_cmds='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'
18460
24918
+      ;;
18461
24919
 
18462
 
-  if (self)
18463
 
-    {
18464
 
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
18465
 
-      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
18466
 
-      /* dlclose (self); */
18467
 
-    }
18468
 
-  else
18469
 
-    puts (dlerror ());
18470
24920
+    gnu* | linux* | tpf* | k*bsd*-gnu)
18471
24921
+      tmp_diet=no
18472
24922
+      if test "$host_os" = linux-dietlibc; then
18493
24943
+         tmp_addflag=' -i_dynamic -nofor_main' ;;
18494
24944
+       ifc* | ifort*)                  # Intel Fortran compiler
18495
24945
+         tmp_addflag=' -nofor_main' ;;
18496
 
+       lf95*)                          # Lahey Fortran 8.1
18497
 
+         whole_archive_flag_spec=
18498
 
+         tmp_sharedflag='--shared' ;;
18499
24946
+       xl[cC]*)                        # IBM XL C 8.0 on PPC (deal with xlf below)
18500
24947
+         tmp_sharedflag='-qmkshrobj'
18501
24948
+         tmp_addflag= ;;
18510
24957
+       esac
18511
24958
+       archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
18512
24959
 
18513
 
-    exit (status);
18514
 
-}
18515
 
-EOF
18516
 
-  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18517
 
-  (eval $ac_link) 2>&5
18518
 
-  ac_status=$?
18519
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18520
 
-  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
18521
 
-    (./conftest; exit; ) >&5 2>/dev/null
18522
 
-    lt_status=$?
18523
 
-    case x$lt_status in
18524
 
-      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
18525
 
-      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
18526
 
-      x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
18527
 
-    esac
18528
 
-  else :
18529
 
-    # compilation failed
18530
 
-    lt_cv_dlopen_self=no
18531
 
-  fi
18532
24960
-fi
18533
 
-rm -fr conftest*
 
24961
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
 
24962
-$as_echo "$lt_cv_dlopen_self_static" >&6; }
 
24963
-    fi
18534
24964
+        if test "x$supports_anon_versioning" = xyes; then
18535
24965
+          archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
18536
24966
+           cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
18538
24968
+           $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
18539
24969
+        fi
18540
24970
 
 
24971
-    CPPFLAGS="$save_CPPFLAGS"
 
24972
-    LDFLAGS="$save_LDFLAGS"
 
24973
-    LIBS="$save_LIBS"
 
24974
-    ;;
 
24975
-  esac
18541
24976
+       case $cc_basename in
18542
24977
+       xlf*)
18543
24978
+         # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
18558
24993
+      fi
18559
24994
+      ;;
18560
24995
 
18561
 
-fi
18562
 
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
18563
 
-$as_echo "$lt_cv_dlopen_self" >&6; }
 
24996
-  case $lt_cv_dlopen_self in
 
24997
-  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
 
24998
-  *) enable_dlopen_self=unknown ;;
 
24999
-  esac
18564
25000
+    netbsd* | netbsdelf*-gnu)
18565
25001
+      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
18566
25002
+       archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
18571
25007
+      fi
18572
25008
+      ;;
18573
25009
 
18574
 
-    if test "x$lt_cv_dlopen_self" = xyes; then
18575
 
-      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
18576
 
-      { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
18577
 
-$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
18578
 
-if test "${lt_cv_dlopen_self_static+set}" = set; then
18579
 
-  $as_echo_n "(cached) " >&6
18580
 
-else
18581
 
-         if test "$cross_compiling" = yes; then :
18582
 
-  lt_cv_dlopen_self_static=cross
18583
 
-else
18584
 
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
18585
 
-  lt_status=$lt_dlunknown
18586
 
-  cat > conftest.$ac_ext <<EOF
18587
 
-#line 11819 "configure"
18588
 
-#include "confdefs.h"
 
25010
-  case $lt_cv_dlopen_self_static in
 
25011
-  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
 
25012
-  *) enable_dlopen_self_static=unknown ;;
 
25013
-  esac
 
25014
-fi
18589
25015
+    solaris*)
18590
25016
+      if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
18591
25017
+       ld_shlibs=no
18592
25018
+       cat <<_LT_EOF 1>&2
18593
25019
 
18594
 
-#if HAVE_DLFCN_H
18595
 
-#include <dlfcn.h>
18596
 
-#endif
18597
25020
+*** Warning: The releases 2.8.* of the GNU linker cannot reliably
18598
25021
+*** create shared libraries on Solaris systems.  Therefore, libtool
18599
25022
+*** is disabling shared libraries support.  We urge you to upgrade GNU
18601
25024
+*** your PATH or compiler configuration so that the native linker is
18602
25025
+*** used, and then restart.
18603
25026
 
18604
 
-#include <stdio.h>
 
25027
-# Report which library types will actually be built
 
25028
-{ $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
 
25029
-$as_echo_n "checking if libtool supports shared libraries... " >&6; }
 
25030
-{ $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
 
25031
-$as_echo "$can_build_shared" >&6; }
 
25032
-
 
25033
-{ $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
 
25034
-$as_echo_n "checking whether to build shared libraries... " >&6; }
 
25035
-test "$can_build_shared" = "no" && enable_shared=no
18605
25036
+_LT_EOF
18606
25037
+      elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
18607
25038
+       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
18611
25042
+      fi
18612
25043
+      ;;
18613
25044
 
18614
 
-#ifdef RTLD_GLOBAL
18615
 
-#  define LT_DLGLOBAL          RTLD_GLOBAL
18616
 
-#else
18617
 
-#  ifdef DL_GLOBAL
18618
 
-#    define LT_DLGLOBAL                DL_GLOBAL
18619
 
-#  else
18620
 
-#    define LT_DLGLOBAL                0
18621
 
-#  endif
18622
 
-#endif
 
25045
-# On AIX, shared libraries and static libraries use the same namespace, and
 
25046
-# are all built from PIC.
 
25047
-case $host_os in
 
25048
-aix3*)
 
25049
-  test "$enable_shared" = yes && enable_static=no
 
25050
-  if test -n "$RANLIB"; then
 
25051
-    archive_cmds="$archive_cmds~\$RANLIB \$lib"
 
25052
-    postinstall_cmds='$RANLIB $lib'
 
25053
-  fi
 
25054
-  ;;
18623
25055
+    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
18624
25056
+      case `$LD -v 2>&1` in
18625
25057
+        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
18626
25058
+       ld_shlibs=no
18627
25059
+       cat <<_LT_EOF 1>&2
18628
25060
 
18629
 
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
18630
 
-   find out it does not work in some platform. */
18631
 
-#ifndef LT_DLLAZY_OR_NOW
18632
 
-#  ifdef RTLD_LAZY
18633
 
-#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
18634
 
-#  else
18635
 
-#    ifdef DL_LAZY
18636
 
-#      define LT_DLLAZY_OR_NOW         DL_LAZY
18637
 
-#    else
18638
 
-#      ifdef RTLD_NOW
18639
 
-#        define LT_DLLAZY_OR_NOW       RTLD_NOW
18640
 
-#      else
18641
 
-#        ifdef DL_NOW
18642
 
-#          define LT_DLLAZY_OR_NOW     DL_NOW
18643
 
-#        else
18644
 
-#          define LT_DLLAZY_OR_NOW     0
18645
 
-#        endif
18646
 
-#      endif
18647
 
-#    endif
18648
 
-#  endif
18649
 
-#endif
18650
 
-
18651
 
-#ifdef __cplusplus
18652
 
-extern "C" void exit (int);
18653
 
-#endif
 
25061
-aix[4-9]*)
 
25062
-  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
 
25063
-    test "$enable_shared" = yes && enable_static=no
 
25064
-  fi
 
25065
-    ;;
 
25066
-esac
 
25067
-{ $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
 
25068
-$as_echo "$enable_shared" >&6; }
18654
25069
+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
18655
25070
+*** reliably create shared libraries on SCO systems.  Therefore, libtool
18656
25071
+*** is disabling shared libraries support.  We urge you to upgrade GNU
18657
25072
+*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
18658
25073
+*** your PATH or compiler configuration so that the native linker is
18659
25074
+*** used, and then restart.
18660
 
 
18661
 
-void fnord() { int i=42;}
18662
 
-int main ()
18663
 
-{
18664
 
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
18665
 
-  int status = $lt_dlunknown;
 
25075
+
18666
25076
+_LT_EOF
18667
25077
+       ;;
18668
25078
+       *)
18681
25091
+      esac
18682
25092
+      ;;
18683
25093
 
18684
 
-  if (self)
18685
 
-    {
18686
 
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
18687
 
-      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
18688
 
-      /* dlclose (self); */
18689
 
-    }
18690
 
-  else
18691
 
-    puts (dlerror ());
18692
 
+    sunos4*)
18693
 
+      archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
18694
 
+      wlarc=
18695
 
+      hardcode_direct=yes
18696
 
+      hardcode_shlibpath_var=no
18697
 
+      ;;
18698
 
 
18699
 
-    exit (status);
18700
 
-}
18701
 
-EOF
18702
 
-  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18703
 
-  (eval $ac_link) 2>&5
18704
 
-  ac_status=$?
18705
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18706
 
-  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
18707
 
-    (./conftest; exit; ) >&5 2>/dev/null
18708
 
-    lt_status=$?
18709
 
-    case x$lt_status in
18710
 
-      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
18711
 
-      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
18712
 
-      x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
18713
 
+    *)
18714
 
+      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
18715
 
+       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
18716
 
+       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
18717
 
+      else
18718
 
+       ld_shlibs=no
18719
 
+      fi
18720
 
+      ;;
18721
 
     esac
18722
 
-  else :
18723
 
-    # compilation failed
18724
 
-    lt_cv_dlopen_self_static=no
18725
 
-  fi
18726
 
-fi
18727
 
-rm -fr conftest*
18728
 
 
18729
 
-
18730
 
-fi
18731
 
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
18732
 
-$as_echo "$lt_cv_dlopen_self_static" >&6; }
18733
 
+    if test "$ld_shlibs" = no; then
18734
 
+      runpath_var=
18735
 
+      hardcode_libdir_flag_spec=
18736
 
+      export_dynamic_flag_spec=
18737
 
+      whole_archive_flag_spec=
18738
 
     fi
18739
 
+  else
18740
 
+    # PORTME fill in a description of your system's linker (not GNU ld)
18741
 
+    case $host_os in
18742
 
+    aix3*)
18743
 
+      allow_undefined_flag=unsupported
18744
 
+      always_export_symbols=yes
18745
 
+      archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
18746
 
+      # Note: this linker hardcodes the directories in LIBPATH if there
18747
 
+      # are no directories specified by -L.
18748
 
+      hardcode_minus_L=yes
18749
 
+      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
18750
 
+       # Neither direct hardcoding nor static linking is supported with a
18751
 
+       # broken collect2.
18752
 
+       hardcode_direct=unsupported
18753
 
+      fi
18754
 
+      ;;
18755
 
 
18756
 
-    CPPFLAGS="$save_CPPFLAGS"
18757
 
-    LDFLAGS="$save_LDFLAGS"
18758
 
-    LIBS="$save_LIBS"
18759
 
-    ;;
18760
 
-  esac
18761
 
+    aix[4-9]*)
18762
 
+      if test "$host_cpu" = ia64; then
18763
 
+       # On IA64, the linker does run time linking by default, so we don't
18764
 
+       # have to do anything special.
18765
 
+       aix_use_runtimelinking=no
18766
 
+       exp_sym_flag='-Bexport'
18767
 
+       no_entry_flag=""
18768
 
+      else
18769
 
+       # If we're using GNU nm, then we don't want the "-C" option.
18770
 
+       # -C means demangle to AIX nm, but means don't demangle with GNU nm
18771
 
+       if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
18772
 
+         export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
18773
 
+       else
18774
 
+         export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
18775
 
+       fi
18776
 
+       aix_use_runtimelinking=no
18777
 
 
18778
 
-  case $lt_cv_dlopen_self in
18779
 
-  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
18780
 
-  *) enable_dlopen_self=unknown ;;
18781
 
-  esac
18782
 
+       # Test if we are trying to use run time linking or normal
18783
 
+       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
18784
 
+       # need to do runtime linking.
18785
 
+       case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
18786
 
+         for ld_flag in $LDFLAGS; do
18787
 
+         if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
18788
 
+           aix_use_runtimelinking=yes
18789
 
+           break
18790
 
+         fi
18791
 
+         done
18792
 
+         ;;
18793
 
+       esac
18794
 
 
18795
 
-  case $lt_cv_dlopen_self_static in
18796
 
-  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
18797
 
-  *) enable_dlopen_self_static=unknown ;;
18798
 
-  esac
18799
 
-fi
18800
 
+       exp_sym_flag='-bexport'
18801
 
+       no_entry_flag='-bnoentry'
18802
 
+      fi
18803
 
 
18804
 
+      # When large executables or shared objects are built, AIX ld can
18805
 
+      # have problems creating the table of contents.  If linking a library
18806
 
+      # or program results in "error TOC overflow" add -mminimal-toc to
18807
 
+      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
18808
 
+      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
18809
 
 
18810
 
-# Report which library types will actually be built
18811
 
-{ $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
18812
 
-$as_echo_n "checking if libtool supports shared libraries... " >&6; }
18813
 
-{ $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
18814
 
-$as_echo "$can_build_shared" >&6; }
18815
 
+      archive_cmds=''
18816
 
+      hardcode_direct=yes
18817
 
+      hardcode_direct_absolute=yes
18818
 
+      hardcode_libdir_separator=':'
18819
 
+      link_all_deplibs=yes
18820
 
+      file_list_spec='${wl}-f,'
18821
 
 
18822
 
-{ $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
18823
 
-$as_echo_n "checking whether to build shared libraries... " >&6; }
18824
 
-test "$can_build_shared" = "no" && enable_shared=no
18825
 
+      if test "$GCC" = yes; then
18826
 
+       case $host_os in aix4.[012]|aix4.[012].*)
18827
 
+       # We only want to do this on AIX 4.2 and lower, the check
18828
 
+       # below for broken collect2 doesn't work under 4.3+
18829
 
+         collect2name=`${CC} -print-prog-name=collect2`
18830
 
+         if test -f "$collect2name" &&
18831
 
+          strings "$collect2name" | $GREP resolve_lib_name >/dev/null
18832
 
+         then
18833
 
+         # We have reworked collect2
18834
 
+         :
18835
 
+         else
18836
 
+         # We have old collect2
18837
 
+         hardcode_direct=unsupported
18838
 
+         # It fails to find uninstalled libraries when the uninstalled
18839
 
+         # path is not listed in the libpath.  Setting hardcode_minus_L
18840
 
+         # to unsupported forces relinking
18841
 
+         hardcode_minus_L=yes
18842
 
+         hardcode_libdir_flag_spec='-L$libdir'
18843
 
+         hardcode_libdir_separator=
18844
 
+         fi
18845
 
+         ;;
18846
 
+       esac
18847
 
+       shared_flag='-shared'
18848
 
+       if test "$aix_use_runtimelinking" = yes; then
18849
 
+         shared_flag="$shared_flag "'${wl}-G'
18850
 
+       fi
18851
 
+       link_all_deplibs=no
18852
 
+      else
18853
 
+       # not using gcc
18854
 
+       if test "$host_cpu" = ia64; then
18855
 
+       # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
18856
 
+       # chokes on -Wl,-G. The following line is correct:
18857
 
+         shared_flag='-G'
18858
 
+       else
18859
 
+         if test "$aix_use_runtimelinking" = yes; then
18860
 
+           shared_flag='${wl}-G'
18861
 
+         else
18862
 
+           shared_flag='${wl}-bM:SRE'
18863
 
+         fi
18864
 
+       fi
18865
 
+      fi
18866
 
 
18867
 
-# On AIX, shared libraries and static libraries use the same namespace, and
18868
 
-# are all built from PIC.
18869
 
-case $host_os in
18870
 
-aix3*)
18871
 
-  test "$enable_shared" = yes && enable_static=no
18872
 
-  if test -n "$RANLIB"; then
18873
 
-    archive_cmds="$archive_cmds~\$RANLIB \$lib"
18874
 
-    postinstall_cmds='$RANLIB $lib'
18875
 
-  fi
18876
 
-  ;;
18877
 
+      export_dynamic_flag_spec='${wl}-bexpall'
18878
 
+      # It seems that -bexpall does not export symbols beginning with
18879
 
+      # underscore (_), so it is better to generate a list of symbols to export.
18880
 
+      always_export_symbols=yes
18881
 
+      if test "$aix_use_runtimelinking" = yes; then
18882
 
+       # Warning - without using the other runtime loading flags (-brtl),
18883
 
+       # -berok will link without error, but may produce a broken library.
18884
 
+       allow_undefined_flag='-berok'
18885
 
+        # Determine the default libpath from the value encoded in an
18886
 
+        # empty executable.
18887
 
+        cat >conftest.$ac_ext <<_ACEOF
18888
 
+/* confdefs.h.  */
18889
 
+_ACEOF
18890
 
+cat confdefs.h >>conftest.$ac_ext
18891
 
+cat >>conftest.$ac_ext <<_ACEOF
18892
 
+/* end confdefs.h.  */
18893
 
 
18894
 
-aix[4-9]*)
18895
 
-  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
18896
 
-    test "$enable_shared" = yes && enable_static=no
18897
 
-  fi
18898
 
-    ;;
18899
 
+int
18900
 
+main ()
18901
 
+{
18902
 
+
18903
 
+  ;
18904
 
+  return 0;
18905
 
+}
18906
 
+_ACEOF
18907
 
+rm -f conftest.$ac_objext conftest$ac_exeext
18908
 
+if { (ac_try="$ac_link"
18909
 
+case "(($ac_try" in
18910
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18911
 
+  *) ac_try_echo=$ac_try;;
18912
 
 esac
18913
 
-{ $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
18914
 
-$as_echo "$enable_shared" >&6; }
18915
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18916
 
+$as_echo "$ac_try_echo") >&5
18917
 
+  (eval "$ac_link") 2>conftest.er1
18918
 
+  ac_status=$?
18919
 
+  grep -v '^ *+' conftest.er1 >conftest.err
18920
 
+  rm -f conftest.er1
18921
 
+  cat conftest.err >&5
18922
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18923
 
+  (exit $ac_status); } && {
18924
 
+        test -z "$ac_c_werror_flag" ||
18925
 
+        test ! -s conftest.err
18926
 
+       } && test -s conftest$ac_exeext && {
18927
 
+        test "$cross_compiling" = yes ||
18928
 
+        $as_test_x conftest$ac_exeext
18929
 
+       }; then
18930
 
 
18931
25094
-{ $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5
18932
25095
-$as_echo_n "checking whether to build static libraries... " >&6; }
18933
25096
-# Make sure either enable_shared or enable_static is yes.
18934
25097
-test "$enable_shared" = yes || enable_static=yes
18935
25098
-{ $as_echo "$as_me:$LINENO: result: $enable_static" >&5
18936
25099
-$as_echo "$enable_static" >&6; }
18937
 
+lt_aix_libpath_sed='
18938
 
+    /Import File Strings/,/^$/ {
18939
 
+       /^0/ {
18940
 
+           s/^0  *\(.*\)$/\1/
18941
 
+           p
18942
 
+       }
18943
 
+    }'
18944
 
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
18945
 
+# Check for a 64-bit object if we didn't find anything.
18946
 
+if test -z "$aix_libpath"; then
18947
 
+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
18948
 
+fi
18949
 
+else
18950
 
+  $as_echo "$as_me: failed program was:" >&5
18951
 
+sed 's/^/| /' conftest.$ac_ext >&5
18952
 
 
 
25100
-
18953
25101
-# The else clause should only fire when bootstrapping the
18954
25102
-# libtool distribution, otherwise you forgot to ship ltmain.sh
18955
25103
-# with your package, and you will get complaints that there are
19025
25173
-    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
19026
25174
-      # Double-quote double-evaled strings.
19027
25175
-      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
19028
 
-      ;;
19029
 
-    *)
 
25176
+    sunos4*)
 
25177
+      archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
25178
+      wlarc=
 
25179
+      hardcode_direct=yes
 
25180
+      hardcode_shlibpath_var=no
 
25181
       ;;
 
25182
+
 
25183
     *)
19030
25184
-      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
19031
 
-      ;;
19032
 
-    esac
 
25185
+      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
 
25186
+       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
25187
+       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
25188
+      else
 
25189
+       ld_shlibs=no
 
25190
+      fi
 
25191
       ;;
 
25192
     esac
19033
25193
-  done
19034
 
-
 
25194
 
19035
25195
-  case $lt_echo in
19036
25196
-  *'\$0 --fallback-echo"')
19037
25197
-    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
19038
25198
-    ;;
19039
25199
-  esac
19040
 
-
 
25200
+    if test "$ld_shlibs" = no; then
 
25201
+      runpath_var=
 
25202
+      hardcode_libdir_flag_spec=
 
25203
+      export_dynamic_flag_spec=
 
25204
+      whole_archive_flag_spec=
 
25205
+    fi
 
25206
+  else
 
25207
+    # PORTME fill in a description of your system's linker (not GNU ld)
 
25208
+    case $host_os in
 
25209
+    aix3*)
 
25210
+      allow_undefined_flag=unsupported
 
25211
+      always_export_symbols=yes
 
25212
+      archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
 
25213
+      # Note: this linker hardcodes the directories in LIBPATH if there
 
25214
+      # are no directories specified by -L.
 
25215
+      hardcode_minus_L=yes
 
25216
+      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
 
25217
+       # Neither direct hardcoding nor static linking is supported with a
 
25218
+       # broken collect2.
 
25219
+       hardcode_direct=unsupported
 
25220
+      fi
 
25221
+      ;;
 
25222
 
19041
25223
-cfgfile="${ofile}T"
19042
25224
-  trap "$rm \"$cfgfile\"; exit 1" 1 2 15
19043
25225
-  $rm -f "$cfgfile"
19044
25226
-  { $as_echo "$as_me:$LINENO: creating $ofile" >&5
19045
25227
-$as_echo "$as_me: creating $ofile" >&6;}
19046
 
-
 
25228
+    aix[4-9]*)
 
25229
+      if test "$host_cpu" = ia64; then
 
25230
+       # On IA64, the linker does run time linking by default, so we don't
 
25231
+       # have to do anything special.
 
25232
+       aix_use_runtimelinking=no
 
25233
+       exp_sym_flag='-Bexport'
 
25234
+       no_entry_flag=""
 
25235
+      else
 
25236
+       # If we're using GNU nm, then we don't want the "-C" option.
 
25237
+       # -C means demangle to AIX nm, but means don't demangle with GNU nm
 
25238
+       if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
 
25239
+         export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
 
25240
+       else
 
25241
+         export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
 
25242
+       fi
 
25243
+       aix_use_runtimelinking=no
 
25244
 
19047
25245
-  cat <<__EOF__ >> "$cfgfile"
19048
25246
-#! $SHELL
19049
 
-
 
25247
+       # Test if we are trying to use run time linking or normal
 
25248
+       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
 
25249
+       # need to do runtime linking.
 
25250
+       case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
 
25251
+         for ld_flag in $LDFLAGS; do
 
25252
+         if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
 
25253
+           aix_use_runtimelinking=yes
 
25254
+           break
 
25255
+         fi
 
25256
+         done
 
25257
+         ;;
 
25258
+       esac
 
25259
 
19050
25260
-# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
19051
25261
-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
19052
25262
-# NOTE: Changes made to this file will be lost: look at ltmain.sh.
19075
25285
-# distribute this file as part of a program that contains a
19076
25286
-# configuration script generated by Autoconf, you may include it under
19077
25287
-# the same distribution terms that you use for the rest of that program.
19078
 
-
 
25288
+       exp_sym_flag='-bexport'
 
25289
+       no_entry_flag='-bnoentry'
 
25290
+      fi
 
25291
 
19079
25292
-# A sed program that does not truncate output.
19080
25293
-SED=$lt_SED
19081
 
-
 
25294
+      # When large executables or shared objects are built, AIX ld can
 
25295
+      # have problems creating the table of contents.  If linking a library
 
25296
+      # or program results in "error TOC overflow" add -mminimal-toc to
 
25297
+      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
 
25298
+      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
 
25299
 
19082
25300
-# Sed that helps us avoid accidentally triggering echo(1) options like -n.
19083
25301
-Xsed="$SED -e 1s/^X//"
19084
 
-
 
25302
+      archive_cmds=''
 
25303
+      hardcode_direct=yes
 
25304
+      hardcode_direct_absolute=yes
 
25305
+      hardcode_libdir_separator=':'
 
25306
+      link_all_deplibs=yes
 
25307
+      file_list_spec='${wl}-f,'
 
25308
 
19085
25309
-# The HP-UX ksh and POSIX shell print the target directory to stdout
19086
25310
-# if CDPATH is set.
19087
25311
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
19088
 
-
 
25312
+      if test "$GCC" = yes; then
 
25313
+       case $host_os in aix4.[012]|aix4.[012].*)
 
25314
+       # We only want to do this on AIX 4.2 and lower, the check
 
25315
+       # below for broken collect2 doesn't work under 4.3+
 
25316
+         collect2name=`${CC} -print-prog-name=collect2`
 
25317
+         if test -f "$collect2name" &&
 
25318
+          strings "$collect2name" | $GREP resolve_lib_name >/dev/null
 
25319
+         then
 
25320
+         # We have reworked collect2
 
25321
+         :
 
25322
+         else
 
25323
+         # We have old collect2
 
25324
+         hardcode_direct=unsupported
 
25325
+         # It fails to find uninstalled libraries when the uninstalled
 
25326
+         # path is not listed in the libpath.  Setting hardcode_minus_L
 
25327
+         # to unsupported forces relinking
 
25328
+         hardcode_minus_L=yes
 
25329
+         hardcode_libdir_flag_spec='-L$libdir'
 
25330
+         hardcode_libdir_separator=
 
25331
+         fi
 
25332
+         ;;
 
25333
+       esac
 
25334
+       shared_flag='-shared'
 
25335
+       if test "$aix_use_runtimelinking" = yes; then
 
25336
+         shared_flag="$shared_flag "'${wl}-G'
 
25337
+       fi
 
25338
+       link_all_deplibs=no
 
25339
+      else
 
25340
+       # not using gcc
 
25341
+       if test "$host_cpu" = ia64; then
 
25342
+       # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
 
25343
+       # chokes on -Wl,-G. The following line is correct:
 
25344
+         shared_flag='-G'
 
25345
+       else
 
25346
+         if test "$aix_use_runtimelinking" = yes; then
 
25347
+           shared_flag='${wl}-G'
 
25348
+         else
 
25349
+           shared_flag='${wl}-bM:SRE'
 
25350
+         fi
 
25351
+       fi
 
25352
+      fi
 
25353
 
19089
25354
-# The names of the tagged configurations supported by this script.
19090
25355
-available_tags=
 
25356
+      # It seems that -bexpall does not export symbols beginning with
 
25357
+      # underscore (_), so it is better to generate a list of symbols to export.
 
25358
+      always_export_symbols=yes
 
25359
+      if test "$aix_use_runtimelinking" = yes; then
 
25360
+       # Warning - without using the other runtime loading flags (-brtl),
 
25361
+       # -berok will link without error, but may produce a broken library.
 
25362
+       allow_undefined_flag='-berok'
 
25363
+        # Determine the default libpath from the value encoded in an
 
25364
+        # empty executable.
 
25365
+        cat >conftest.$ac_ext <<_ACEOF
 
25366
+/* confdefs.h.  */
 
25367
+_ACEOF
 
25368
+cat confdefs.h >>conftest.$ac_ext
 
25369
+cat >>conftest.$ac_ext <<_ACEOF
 
25370
+/* end confdefs.h.  */
19091
25371
 
19092
25372
-# ### BEGIN LIBTOOL CONFIG
19093
 
-
 
25373
+int
 
25374
+main ()
 
25375
+{
 
25376
 
19094
25377
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
19095
 
-
 
25378
+  ;
 
25379
+  return 0;
 
25380
+}
 
25381
+_ACEOF
 
25382
+rm -f conftest.$ac_objext conftest$ac_exeext
 
25383
+if { (ac_try="$ac_link"
 
25384
+case "(($ac_try" in
 
25385
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
25386
+  *) ac_try_echo=$ac_try;;
 
25387
+esac
 
25388
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
25389
+  (eval "$ac_link") 2>conftest.er1
 
25390
+  ac_status=$?
 
25391
+  grep -v '^ *+' conftest.er1 >conftest.err
 
25392
+  rm -f conftest.er1
 
25393
+  cat conftest.err >&5
 
25394
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25395
+  (exit $ac_status); } && {
 
25396
+        test -z "$ac_c_werror_flag" ||
 
25397
+        test ! -s conftest.err
 
25398
+       } && test -s conftest$ac_exeext &&
 
25399
+       $as_test_x conftest$ac_exeext; then
 
25400
 
19096
25401
-# Shell to use when invoking shell scripts.
19097
25402
-SHELL=$lt_SHELL
19098
 
-
 
25403
+lt_aix_libpath_sed='
 
25404
+    /Import File Strings/,/^$/ {
 
25405
+       /^0/ {
 
25406
+           s/^0  *\(.*\)$/\1/
 
25407
+           p
 
25408
+       }
 
25409
+    }'
 
25410
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
25411
+# Check for a 64-bit object if we didn't find anything.
 
25412
+if test -z "$aix_libpath"; then
 
25413
+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
25414
+fi
 
25415
+else
 
25416
+  echo "$as_me: failed program was:" >&5
 
25417
+sed 's/^/| /' conftest.$ac_ext >&5
 
25418
 
19099
25419
-# Whether or not to build shared libraries.
19100
25420
-build_libtool_libs=$enable_shared
19101
 
-
 
25421
 
19102
25422
-# Whether or not to build static libraries.
19103
25423
-build_old_libs=$enable_static
19104
 
-
 
25424
+fi
 
25425
 
19105
25426
-# Whether or not to add -lc for building shared libraries.
19106
25427
-build_libtool_need_lc=$archive_cmds_need_lc
19107
 
+fi
 
25428
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
25429
+      conftest$ac_exeext conftest.$ac_ext
 
25430
+if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
19108
25431
 
19109
25432
-# Whether or not to disallow shared libs when runtime libs are static
19110
25433
-allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
19111
 
+rm -rf conftest.dSYM
19112
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19113
 
+      conftest$ac_exeext conftest.$ac_ext
19114
 
+if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
19115
 
 
19116
 
-# Whether or not to optimize for fast installation.
19117
 
-fast_install=$enable_fast_install
19118
25434
+        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
19119
25435
+        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
19120
25436
+      else
19132
25448
+cat >>conftest.$ac_ext <<_ACEOF
19133
25449
+/* end confdefs.h.  */
19134
25450
 
 
25451
-# Whether or not to optimize for fast installation.
 
25452
-fast_install=$enable_fast_install
 
25453
+int
 
25454
+main ()
 
25455
+{
 
25456
 
19135
25457
-# The host system.
19136
25458
-host_alias=$host_alias
19137
25459
-host=$host
19138
25460
-host_os=$host_os
19139
 
+int
19140
 
+main ()
19141
 
+{
19142
 
 
19143
 
-# The build system.
19144
 
-build_alias=$build_alias
19145
 
-build=$build
19146
 
-build_os=$build_os
19147
25461
+  ;
19148
25462
+  return 0;
19149
25463
+}
19154
25468
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19155
25469
+  *) ac_try_echo=$ac_try;;
19156
25470
+esac
19157
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19158
 
+$as_echo "$ac_try_echo") >&5
 
25471
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19159
25472
+  (eval "$ac_link") 2>conftest.er1
19160
25473
+  ac_status=$?
19161
25474
+  grep -v '^ *+' conftest.er1 >conftest.err
19162
25475
+  rm -f conftest.er1
19163
25476
+  cat conftest.err >&5
19164
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25477
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19165
25478
+  (exit $ac_status); } && {
19166
25479
+        test -z "$ac_c_werror_flag" ||
19167
25480
+        test ! -s conftest.err
19168
 
+       } && test -s conftest$ac_exeext && {
19169
 
+        test "$cross_compiling" = yes ||
19170
 
+        $as_test_x conftest$ac_exeext
19171
 
+       }; then
 
25481
+       } && test -s conftest$ac_exeext &&
 
25482
+       $as_test_x conftest$ac_exeext; then
19172
25483
 
 
25484
-# The build system.
 
25485
-build_alias=$build_alias
 
25486
-build=$build
 
25487
-build_os=$build_os
 
25488
-
19173
25489
-# An echo program that does not interpret backslashes.
19174
25490
-echo=$lt_echo
 
25491
-
 
25492
-# The archiver.
 
25493
-AR=$lt_AR
 
25494
-AR_FLAGS=$lt_AR_FLAGS
19175
25495
+lt_aix_libpath_sed='
19176
25496
+    /Import File Strings/,/^$/ {
19177
25497
+       /^0/ {
19185
25505
+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
19186
25506
+fi
19187
25507
+else
19188
 
+  $as_echo "$as_me: failed program was:" >&5
 
25508
+  echo "$as_me: failed program was:" >&5
19189
25509
+sed 's/^/| /' conftest.$ac_ext >&5
19190
25510
 
19191
 
-# The archiver.
19192
 
-AR=$lt_AR
19193
 
-AR_FLAGS=$lt_AR_FLAGS
19194
 
 
19195
25511
-# A C compiler.
19196
25512
-LTCC=$lt_LTCC
19197
 
+fi
19198
25513
 
19199
25514
-# LTCC compiler flags.
19200
25515
-LTCFLAGS=$lt_LTCFLAGS
19201
 
+rm -rf conftest.dSYM
19202
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19203
 
+      conftest$ac_exeext conftest.$ac_ext
19204
 
+if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
25516
+fi
19205
25517
 
19206
25518
-# A language-specific compiler.
19207
25519
-CC=$lt_compiler
 
25520
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
25521
+      conftest$ac_exeext conftest.$ac_ext
 
25522
+if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
25523
 
 
25524
-# Is the compiler the GNU C compiler?
 
25525
-with_gcc=$GCC
19208
25526
+        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
19209
25527
+         # Warning - without using the other run time loading flags,
19210
25528
+         # -berok will link without error, but may produce a broken library.
19219
25537
+      fi
19220
25538
+      ;;
19221
25539
 
19222
 
-# Is the compiler the GNU C compiler?
19223
 
-with_gcc=$GCC
 
25540
-# An ERE matcher.
 
25541
-EGREP=$lt_EGREP
19224
25542
+    amigaos*)
19225
25543
+      case $host_cpu in
19226
25544
+      powerpc)
19236
25554
+      esac
19237
25555
+      ;;
19238
25556
 
19239
 
-# An ERE matcher.
19240
 
-EGREP=$lt_EGREP
 
25557
-# The linker used to build libraries.
 
25558
-LD=$lt_LD
19241
25559
+    bsdi[45]*)
19242
25560
+      export_dynamic_flag_spec=-rdynamic
19243
25561
+      ;;
19244
25562
 
19245
 
-# The linker used to build libraries.
19246
 
-LD=$lt_LD
19247
 
+    cygwin* | mingw* | pw32* | cegcc*)
 
25563
-# Whether we need hard or soft links.
 
25564
-LN_S=$lt_LN_S
 
25565
+    cygwin* | mingw* | pw32*)
19248
25566
+      # When not using gcc, we currently assume that we are using
19249
25567
+      # Microsoft Visual C++.
19250
25568
+      # hardcode_libdir_flag_spec is actually meaningless, as there is
19265
25583
+      enable_shared_with_static_runtimes=yes
19266
25584
+      ;;
19267
25585
 
19268
 
-# Whether we need hard or soft links.
19269
 
-LN_S=$lt_LN_S
19270
 
+    darwin* | rhapsody*)
19271
 
 
19272
25586
-# A BSD-compatible nm program.
19273
25587
-NM=$lt_NM
 
25588
+    darwin* | rhapsody*)
19274
25589
 
19275
25590
-# A symbol stripping program
19276
25591
-STRIP=$lt_STRIP
 
25592
 
 
25593
-# Used to examine libraries when file_magic_cmd begins "file"
 
25594
-MAGIC_CMD=$MAGIC_CMD
19277
25595
+  archive_cmds_need_lc=no
19278
25596
+  hardcode_direct=no
19279
25597
+  hardcode_automatic=yes
19281
25599
+  whole_archive_flag_spec=''
19282
25600
+  link_all_deplibs=yes
19283
25601
+  allow_undefined_flag="$_lt_dar_allow_undefined"
19284
 
+  case $cc_basename in
19285
 
+     ifort*) _lt_dar_can_shared=yes ;;
19286
 
+     *) _lt_dar_can_shared=$GCC ;;
19287
 
+  esac
19288
 
+  if test "$_lt_dar_can_shared" = "yes"; then
 
25602
+  if test "$GCC" = "yes"; then
19289
25603
+    output_verbose_link_cmd=echo
19290
25604
+    archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
19291
25605
+    module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
19292
25606
+    archive_expsym_cmds="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}"
19293
25607
+    module_expsym_cmds="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}"
19294
25608
 
19295
 
-# Used to examine libraries when file_magic_cmd begins "file"
19296
 
-MAGIC_CMD=$MAGIC_CMD
 
25609
-# Used on cygwin: DLL creation program.
 
25610
-DLLTOOL="$DLLTOOL"
19297
25611
+  else
19298
25612
+  ld_shlibs=no
19299
25613
+  fi
19300
25614
 
19301
 
-# Used on cygwin: DLL creation program.
19302
 
-DLLTOOL="$DLLTOOL"
19303
 
+      ;;
19304
 
 
19305
25615
-# Used on cygwin: object dumper.
19306
25616
-OBJDUMP="$OBJDUMP"
 
25617
+      ;;
 
25618
 
 
25619
-# Used on cygwin: assembler.
 
25620
-AS="$AS"
19307
25621
+    dgux*)
19308
25622
+      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
19309
25623
+      hardcode_libdir_flag_spec='-L$libdir'
19310
25624
+      hardcode_shlibpath_var=no
19311
25625
+      ;;
19312
25626
 
19313
 
-# Used on cygwin: assembler.
19314
 
-AS="$AS"
 
25627
-# The name of the directory that contains temporary libtool files.
 
25628
-objdir=$objdir
19315
25629
+    freebsd1*)
19316
25630
+      ld_shlibs=no
19317
25631
+      ;;
19318
25632
 
19319
 
-# The name of the directory that contains temporary libtool files.
19320
 
-objdir=$objdir
 
25633
-# How to create reloadable object files.
 
25634
-reload_flag=$lt_reload_flag
 
25635
-reload_cmds=$lt_reload_cmds
19321
25636
+    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
19322
25637
+    # support.  Future versions do this automatically, but an explicit c++rt0.o
19323
25638
+    # does not break anything, and helps significantly (at the cost of a little
19329
25644
+      hardcode_shlibpath_var=no
19330
25645
+      ;;
19331
25646
 
19332
 
-# How to create reloadable object files.
19333
 
-reload_flag=$lt_reload_flag
19334
 
-reload_cmds=$lt_reload_cmds
 
25647
-# How to pass a linker flag through the compiler.
 
25648
-wl=$lt_lt_prog_compiler_wl
19335
25649
+    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
19336
25650
+    freebsd2*)
19337
25651
+      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
19340
25654
+      hardcode_shlibpath_var=no
19341
25655
+      ;;
19342
25656
 
19343
 
-# How to pass a linker flag through the compiler.
19344
 
-wl=$lt_lt_prog_compiler_wl
 
25657
-# Object file suffix (normally "o").
 
25658
-objext="$ac_objext"
19345
25659
+    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
19346
25660
+    freebsd* | dragonfly*)
19347
25661
+      archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
19350
25664
+      hardcode_shlibpath_var=no
19351
25665
+      ;;
19352
25666
 
19353
 
-# Object file suffix (normally "o").
19354
 
-objext="$ac_objext"
 
25667
-# Old archive suffix (normally "a").
 
25668
-libext="$libext"
19355
25669
+    hpux9*)
19356
25670
+      if test "$GCC" = yes; then
19357
25671
+       archive_cmds='$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'
19362
25676
+      hardcode_libdir_separator=:
19363
25677
+      hardcode_direct=yes
19364
25678
 
19365
 
-# Old archive suffix (normally "a").
19366
 
-libext="$libext"
 
25679
-# Shared library suffix (normally ".so").
 
25680
-shrext_cmds='$shrext_cmds'
19367
25681
+      # hardcode_minus_L: Not really in the search PATH,
19368
25682
+      # but as the default location of the library.
19369
25683
+      hardcode_minus_L=yes
19370
25684
+      export_dynamic_flag_spec='${wl}-E'
19371
25685
+      ;;
19372
25686
 
19373
 
-# Shared library suffix (normally ".so").
19374
 
-shrext_cmds='$shrext_cmds'
 
25687
-# Executable file suffix (normally "").
 
25688
-exeext="$exeext"
19375
25689
+    hpux10*)
19376
25690
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
19377
25691
+       archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
19390
25704
+       hardcode_minus_L=yes
19391
25705
+      fi
19392
25706
+      ;;
19393
 
 
19394
 
-# Executable file suffix (normally "").
19395
 
-exeext="$exeext"
19396
 
-
19397
 
-# Additional compiler flags for building library objects.
19398
 
-pic_flag=$lt_lt_prog_compiler_pic
19399
 
-pic_mode=$pic_mode
19400
 
-
19401
 
-# What is the maximum length of a command?
19402
 
-max_cmd_len=$lt_cv_sys_max_cmd_len
 
25707
+
19403
25708
+    hpux11*)
19404
25709
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
19405
25710
+       case $host_cpu in
19407
25712
+         archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
19408
25713
+         ;;
19409
25714
+       ia64*)
19410
 
+         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
25715
+         archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
19411
25716
+         ;;
19412
25717
+       *)
19413
25718
+         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
19429
25734
+      if test "$with_gnu_ld" = no; then
19430
25735
+       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
19431
25736
+       hardcode_libdir_separator=:
19432
 
 
19433
 
-# Does compiler simultaneously support -c and -o options?
19434
 
-compiler_c_o=$lt_lt_cv_prog_compiler_c_o
 
25737
+
19435
25738
+       case $host_cpu in
19436
25739
+       hppa*64*|ia64*)
19437
25740
+         hardcode_direct=no
19441
25744
+         hardcode_direct=yes
19442
25745
+         hardcode_direct_absolute=yes
19443
25746
+         export_dynamic_flag_spec='${wl}-E'
19444
 
 
19445
 
-# Must we lock files when doing compilation?
19446
 
-need_locks=$lt_need_locks
 
25747
+
19447
25748
+         # hardcode_minus_L: Not really in the search PATH,
19448
25749
+         # but as the default location of the library.
19449
25750
+         hardcode_minus_L=yes
19451
25752
+       esac
19452
25753
+      fi
19453
25754
+      ;;
19454
 
 
19455
 
-# Do we need the lib prefix for modules?
19456
 
-need_lib_prefix=$need_lib_prefix
 
25755
+
19457
25756
+    irix5* | irix6* | nonstopux*)
19458
25757
+      if test "$GCC" = yes; then
19459
25758
+       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
19471
25770
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19472
25771
+  *) ac_try_echo=$ac_try;;
19473
25772
+esac
19474
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19475
 
+$as_echo "$ac_try_echo") >&5
 
25773
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19476
25774
+  (eval "$ac_link") 2>conftest.er1
19477
25775
+  ac_status=$?
19478
25776
+  grep -v '^ *+' conftest.er1 >conftest.err
19479
25777
+  rm -f conftest.er1
19480
25778
+  cat conftest.err >&5
19481
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25779
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19482
25780
+  (exit $ac_status); } && {
19483
25781
+        test -z "$ac_c_werror_flag" ||
19484
25782
+        test ! -s conftest.err
19485
 
+       } && test -s conftest$ac_exeext && {
19486
 
+        test "$cross_compiling" = yes ||
19487
 
+        $as_test_x conftest$ac_exeext
19488
 
+       }; then
 
25783
+       } && test -s conftest$ac_exeext &&
 
25784
+       $as_test_x conftest$ac_exeext; then
19489
25785
+  archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
19490
 
 
19491
 
-# Do we need a version for libraries?
19492
 
-need_version=$need_version
 
25786
+
19493
25787
+else
19494
 
+  $as_echo "$as_me: failed program was:" >&5
 
25788
+  echo "$as_me: failed program was:" >&5
19495
25789
+sed 's/^/| /' conftest.$ac_ext >&5
19496
 
 
19497
 
-# Whether dlopen is supported.
19498
 
-dlopen_support=$enable_dlopen
19499
 
 
19500
 
-# Whether dlopen of programs is supported.
19501
 
-dlopen_self=$enable_dlopen_self
 
25790
+
 
25791
+
19502
25792
+fi
19503
 
 
19504
 
-# Whether dlopen of statically linked programs is supported.
19505
 
-dlopen_self_static=$enable_dlopen_self_static
19506
 
+rm -rf conftest.dSYM
 
25793
+
19507
25794
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19508
25795
+      conftest$ac_exeext conftest.$ac_ext
19509
25796
+        LDFLAGS="$save_LDFLAGS"
19517
25804
+      inherit_rpath=yes
19518
25805
+      link_all_deplibs=yes
19519
25806
+      ;;
19520
 
 
19521
 
-# Compiler flag to prevent dynamic linking.
19522
 
-link_static_flag=$lt_lt_prog_compiler_static
 
25807
+
19523
25808
+    netbsd* | netbsdelf*-gnu)
19524
25809
+      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
19525
25810
+       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
19530
25815
+      hardcode_direct=yes
19531
25816
+      hardcode_shlibpath_var=no
19532
25817
+      ;;
19533
 
 
19534
 
-# Compiler flag to turn off builtin functions.
19535
 
-no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
 
25818
+
19536
25819
+    newsos6)
19537
25820
+      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
19538
25821
+      hardcode_direct=yes
19540
25823
+      hardcode_libdir_separator=:
19541
25824
+      hardcode_shlibpath_var=no
19542
25825
+      ;;
19543
 
 
19544
 
-# Compiler flag to allow reflexive dlopens.
19545
 
-export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
 
25826
+
19546
25827
+    *nto* | *qnx*)
19547
25828
+      ;;
19548
 
 
19549
 
-# Compiler flag to generate shared objects directly from archives.
19550
 
-whole_archive_flag_spec=$lt_whole_archive_flag_spec
 
25829
+
19551
25830
+    openbsd*)
19552
25831
+      if test -f /usr/libexec/ld.so; then
19553
25832
+       hardcode_direct=yes
19574
25853
+       ld_shlibs=no
19575
25854
+      fi
19576
25855
+      ;;
19577
 
 
19578
 
-# Compiler flag to generate thread-safe objects.
19579
 
-thread_safe_flag_spec=$lt_thread_safe_flag_spec
 
25856
+
19580
25857
+    os2*)
19581
25858
+      hardcode_libdir_flag_spec='-L$libdir'
19582
25859
+      hardcode_minus_L=yes
19584
25861
+      archive_cmds='$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'
19585
25862
+      old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
19586
25863
+      ;;
19587
 
 
19588
 
-# Library versioning type.
19589
 
-version_type=$version_type
 
25864
+
19590
25865
+    osf3*)
19591
25866
+      if test "$GCC" = yes; then
19592
25867
+       allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
19599
25874
+      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
19600
25875
+      hardcode_libdir_separator=:
19601
25876
+      ;;
19602
 
 
19603
 
-# Format of library name prefix.
19604
 
-libname_spec=$lt_libname_spec
 
25877
+
19605
25878
+    osf4* | osf5*)     # as osf3* with the addition of -msym flag
19606
25879
+      if test "$GCC" = yes; then
19607
25880
+       allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
19612
25885
+       archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
19613
25886
+       archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
19614
25887
+       $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
19615
 
 
19616
 
-# List of archive names.  First name is the real one, the rest are links.
19617
 
-# The last name is the one that the linker finds with -lNAME.
19618
 
-library_names_spec=$lt_library_names_spec
 
25888
+
19619
25889
+       # Both c and cxx compiler support -rpath directly
19620
25890
+       hardcode_libdir_flag_spec='-rpath $libdir'
19621
25891
+      fi
19622
25892
+      archive_cmds_need_lc='no'
19623
25893
+      hardcode_libdir_separator=:
19624
25894
+      ;;
19625
 
 
19626
 
-# The coded name of the library, if different from the real name.
19627
 
-soname_spec=$lt_soname_spec
 
25895
+
19628
25896
+    solaris*)
19629
25897
+      no_undefined_flag=' -z defs'
19630
25898
+      if test "$GCC" = yes; then
19666
25934
+      esac
19667
25935
+      link_all_deplibs=yes
19668
25936
+      ;;
19669
 
 
19670
 
-# Commands used to build and install an old-style archive.
19671
 
-RANLIB=$lt_RANLIB
19672
 
-old_archive_cmds=$lt_old_archive_cmds
19673
 
-old_postinstall_cmds=$lt_old_postinstall_cmds
19674
 
-old_postuninstall_cmds=$lt_old_postuninstall_cmds
 
25937
+
19675
25938
+    sunos4*)
19676
25939
+      if test "x$host_vendor" = xsequent; then
19677
25940
+       # Use $CC to link under sequent, because it throws in some extra .o
19685
25948
+      hardcode_minus_L=yes
19686
25949
+      hardcode_shlibpath_var=no
19687
25950
+      ;;
19688
 
 
19689
 
-# Create an old-style archive from a shared archive.
19690
 
-old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
 
25951
+
19691
25952
+    sysv4)
19692
25953
+      case $host_vendor in
19693
25954
+       sni)
19709
25970
+      runpath_var='LD_RUN_PATH'
19710
25971
+      hardcode_shlibpath_var=no
19711
25972
+      ;;
19712
 
 
19713
 
-# Create a temporary old-style archive to link instead of a shared archive.
19714
 
-old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
 
25973
+
19715
25974
+    sysv4.3*)
19716
25975
+      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
19717
25976
+      hardcode_shlibpath_var=no
19718
25977
+      export_dynamic_flag_spec='-Bexport'
19719
25978
+      ;;
19720
 
 
19721
 
-# Commands used to build and install a shared archive.
19722
 
-archive_cmds=$lt_archive_cmds
19723
 
-archive_expsym_cmds=$lt_archive_expsym_cmds
19724
 
-postinstall_cmds=$lt_postinstall_cmds
19725
 
-postuninstall_cmds=$lt_postuninstall_cmds
 
25979
+
19726
25980
+    sysv4*MP*)
19727
25981
+      if test -d /usr/nec; then
19728
25982
+       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
19732
25986
+       ld_shlibs=yes
19733
25987
+      fi
19734
25988
+      ;;
19735
 
 
19736
 
-# Commands used to build a loadable module (assumed same as above if empty)
19737
 
-module_cmds=$lt_module_cmds
19738
 
-module_expsym_cmds=$lt_module_expsym_cmds
 
25989
+
19739
25990
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
19740
25991
+      no_undefined_flag='${wl}-z,text'
19741
25992
+      archive_cmds_need_lc=no
19742
25993
+      hardcode_shlibpath_var=no
19743
25994
+      runpath_var='LD_RUN_PATH'
19744
 
 
19745
 
-# Commands to strip libraries.
19746
 
-old_striplib=$lt_old_striplib
19747
 
-striplib=$lt_striplib
 
25995
+
19748
25996
+      if test "$GCC" = yes; then
19749
25997
+       archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
19750
25998
+       archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
19753
26001
+       archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
19754
26002
+      fi
19755
26003
+      ;;
19756
 
 
19757
 
-# Dependencies to place before the objects being linked to create a
19758
 
-# shared library.
19759
 
-predep_objects=$lt_predep_objects
19760
 
-
19761
 
-# Dependencies to place after the objects being linked to create a
19762
 
-# shared library.
19763
 
-postdep_objects=$lt_postdep_objects
19764
 
-
19765
 
-# Dependencies to place before the objects being linked to create a
19766
 
-# shared library.
19767
 
-predeps=$lt_predeps
19768
 
-
19769
 
-# Dependencies to place after the objects being linked to create a
19770
 
-# shared library.
19771
 
-postdeps=$lt_postdeps
19772
 
-
19773
 
-# The directories searched by this compiler when creating a shared
19774
 
-# library
19775
 
-compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
19776
 
-
19777
 
-# The library search path used internally by the compiler when linking
19778
 
-# a shared library.
19779
 
-compiler_lib_search_path=$lt_compiler_lib_search_path
 
26004
+
19780
26005
+    sysv5* | sco3.2v5* | sco5v6*)
19781
26006
+      # Note: We can NOT use -z defs as we might desire, because we do not
19782
26007
+      # link with -lc, and that would cause any symbols used from libc to
19793
26018
+      link_all_deplibs=yes
19794
26019
+      export_dynamic_flag_spec='${wl}-Bexport'
19795
26020
+      runpath_var='LD_RUN_PATH'
19796
 
 
19797
 
-# Method to check whether dependent libraries are shared objects.
19798
 
-deplibs_check_method=$lt_deplibs_check_method
 
26021
+
19799
26022
+      if test "$GCC" = yes; then
19800
26023
+       archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
19801
26024
+       archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
19804
26027
+       archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
19805
26028
+      fi
19806
26029
+      ;;
19807
 
 
19808
 
-# Command to use when deplibs_check_method == file_magic.
19809
 
-file_magic_cmd=$lt_file_magic_cmd
 
26030
+
19810
26031
+    uts4*)
19811
26032
+      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
19812
26033
+      hardcode_libdir_flag_spec='-L$libdir'
19813
26034
+      hardcode_shlibpath_var=no
19814
26035
+      ;;
19815
 
 
19816
 
-# Flag that allows shared libraries with undefined symbols to be built.
19817
 
-allow_undefined_flag=$lt_allow_undefined_flag
 
26036
+
19818
26037
+    *)
19819
26038
+      ld_shlibs=no
19820
26039
+      ;;
19821
26040
+    esac
19822
 
 
19823
 
-# Flag that forces no undefined symbols.
19824
 
-no_undefined_flag=$lt_no_undefined_flag
 
26041
+
19825
26042
+    if test x$host_vendor = xsni; then
19826
26043
+      case $host in
19827
26044
+      sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
19830
26047
+      esac
19831
26048
+    fi
19832
26049
+  fi
19833
 
 
19834
 
-# Commands used to finish a libtool library installation in a directory.
19835
 
-finish_cmds=$lt_finish_cmds
19836
 
+{ $as_echo "$as_me:$LINENO: result: $ld_shlibs" >&5
19837
 
+$as_echo "$ld_shlibs" >&6; }
 
26050
+
 
26051
+{ echo "$as_me:$LINENO: result: $ld_shlibs" >&5
 
26052
+echo "${ECHO_T}$ld_shlibs" >&6; }
19838
26053
+test "$ld_shlibs" = no && can_build_shared=no
19839
 
 
19840
 
-# Same as above, but a single script fragment to be evaled but not shown.
19841
 
-finish_eval=$lt_finish_eval
 
26054
+
19842
26055
+with_gnu_ld=$with_gnu_ld
19843
 
 
19844
 
-# Take the output of nm and produce a listing of raw symbols and C names.
19845
 
-global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
19846
 
 
19847
 
-# Transform the output of nm in a proper C declaration
19848
 
-global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
19849
 
 
19850
 
-# Transform the output of nm in a C name address pair
19851
 
-global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
19852
 
 
19853
 
-# This is the shared library runtime path variable.
19854
 
-runpath_var=$runpath_var
19855
 
 
19856
 
-# This is the shared library path variable.
19857
 
-shlibpath_var=$shlibpath_var
19858
 
 
19859
 
-# Is shlibpath searched before the hard-coded library search path?
19860
 
-shlibpath_overrides_runpath=$shlibpath_overrides_runpath
19861
 
 
19862
 
-# How to hardcode a shared library path into an executable.
19863
 
-hardcode_action=$hardcode_action
19864
 
 
19865
 
-# Whether we should hardcode library paths into libraries.
19866
 
-hardcode_into_libs=$hardcode_into_libs
19867
 
 
19868
 
-# Flag to hardcode \$libdir into a binary during linking.
19869
 
-# This must work even if \$libdir does not exist.
19870
 
-hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
19871
 
 
19872
 
-# If ld is used when linking, flag to hardcode \$libdir into
19873
 
-# a binary during linking. This must work even if \$libdir does
19874
 
-# not exist.
19875
 
-hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
19876
 
 
19877
 
-# Whether we need a single -rpath flag with a separated argument.
19878
 
-hardcode_libdir_separator=$lt_hardcode_libdir_separator
19879
 
 
19880
 
-# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
19881
 
-# resulting binary.
19882
 
-hardcode_direct=$hardcode_direct
19883
 
 
19884
 
-# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
19885
 
-# resulting binary.
19886
 
-hardcode_minus_L=$hardcode_minus_L
19887
 
 
19888
 
-# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
19889
 
-# the resulting binary.
19890
 
-hardcode_shlibpath_var=$hardcode_shlibpath_var
19891
 
 
19892
 
-# Set to yes if building a shared library automatically hardcodes DIR into the library
19893
 
-# and all subsequent libraries and executables linked against it.
19894
 
-hardcode_automatic=$hardcode_automatic
 
26056
+
 
26057
+
 
26058
+
 
26059
+
 
26060
+
 
26061
+
 
26062
+
 
26063
+
 
26064
+
 
26065
+
 
26066
+
 
26067
+
 
26068
+
 
26069
+
 
26070
+
19895
26071
+#
19896
26072
+# Do we need to explicitly link libc?
19897
26073
+#
19899
26075
+x|xyes)
19900
26076
+  # Assume -lc should be added
19901
26077
+  archive_cmds_need_lc=yes
19902
 
 
19903
 
-# Variables whose values should be saved in libtool wrapper scripts and
19904
 
-# restored at relink time.
19905
 
-variables_saved_for_relink="$variables_saved_for_relink"
 
26078
+
19906
26079
+  if test "$enable_shared" = yes && test "$GCC" = yes; then
19907
26080
+    case $archive_cmds in
19908
26081
+    *'~'*)
19912
26085
+      # Test whether the compiler implicitly links with -lc since on some
19913
26086
+      # systems, -lgcc has to come before -lc. If gcc already passes -lc
19914
26087
+      # to ld, don't add -lc before -lgcc.
19915
 
+      { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
19916
 
+$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
 
26088
+      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
26089
+echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
19917
26090
+      $RM conftest*
19918
26091
+      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
19919
 
 
19920
 
-# Whether libtool must link a program against all its dependency libraries.
19921
 
-link_all_deplibs=$link_all_deplibs
 
26092
+
19922
26093
+      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19923
26094
+  (eval $ac_compile) 2>&5
19924
26095
+  ac_status=$?
19925
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26096
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19926
26097
+  (exit $ac_status); } 2>conftest.err; then
19927
26098
+        soname=conftest
19928
26099
+        lib=conftest
19940
26111
+        if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
19941
26112
+  (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
19942
26113
+  ac_status=$?
19943
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26114
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
19944
26115
+  (exit $ac_status); }
19945
26116
+        then
19946
26117
+         archive_cmds_need_lc=no
19952
26123
+        cat conftest.err 1>&5
19953
26124
+      fi
19954
26125
+      $RM conftest*
19955
 
+      { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
19956
 
+$as_echo "$archive_cmds_need_lc" >&6; }
 
26126
+      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
 
26127
+echo "${ECHO_T}$archive_cmds_need_lc" >&6; }
19957
26128
+      ;;
19958
26129
+    esac
19959
26130
+  fi
19960
26131
+  ;;
19961
26132
+esac
19962
26133
 
 
26134
-# Additional compiler flags for building library objects.
 
26135
-pic_flag=$lt_lt_prog_compiler_pic
 
26136
-pic_mode=$pic_mode
 
26137
 
 
26138
-# What is the maximum length of a command?
 
26139
-max_cmd_len=$lt_cv_sys_max_cmd_len
 
26140
 
 
26141
-# Does compiler simultaneously support -c and -o options?
 
26142
-compiler_c_o=$lt_lt_cv_prog_compiler_c_o
 
26143
 
 
26144
-# Must we lock files when doing compilation?
 
26145
-need_locks=$lt_need_locks
 
26146
 
 
26147
-# Do we need the lib prefix for modules?
 
26148
-need_lib_prefix=$need_lib_prefix
 
26149
 
 
26150
-# Do we need a version for libraries?
 
26151
-need_version=$need_version
 
26152
 
 
26153
-# Whether dlopen is supported.
 
26154
-dlopen_support=$enable_dlopen
 
26155
 
 
26156
-# Whether dlopen of programs is supported.
 
26157
-dlopen_self=$enable_dlopen_self
 
26158
 
 
26159
-# Whether dlopen of statically linked programs is supported.
 
26160
-dlopen_self_static=$enable_dlopen_self_static
 
26161
 
 
26162
-# Compiler flag to prevent dynamic linking.
 
26163
-link_static_flag=$lt_lt_prog_compiler_static
 
26164
-
 
26165
-# Compiler flag to turn off builtin functions.
 
26166
-no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
 
26167
-
 
26168
-# Compiler flag to allow reflexive dlopens.
 
26169
-export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
 
26170
-
 
26171
-# Compiler flag to generate shared objects directly from archives.
 
26172
-whole_archive_flag_spec=$lt_whole_archive_flag_spec
 
26173
 
 
26174
-# Compiler flag to generate thread-safe objects.
 
26175
-thread_safe_flag_spec=$lt_thread_safe_flag_spec
 
26176
 
 
26177
-# Library versioning type.
 
26178
-version_type=$version_type
 
26179
 
 
26180
-# Format of library name prefix.
 
26181
-libname_spec=$lt_libname_spec
 
26182
 
 
26183
-# List of archive names.  First name is the real one, the rest are links.
 
26184
-# The last name is the one that the linker finds with -lNAME.
 
26185
-library_names_spec=$lt_library_names_spec
 
26186
 
 
26187
-# The coded name of the library, if different from the real name.
 
26188
-soname_spec=$lt_soname_spec
 
26189
 
 
26190
-# Commands used to build and install an old-style archive.
 
26191
-RANLIB=$lt_RANLIB
 
26192
-old_archive_cmds=$lt_old_archive_cmds
 
26193
-old_postinstall_cmds=$lt_old_postinstall_cmds
 
26194
-old_postuninstall_cmds=$lt_old_postuninstall_cmds
 
26195
 
 
26196
-# Create an old-style archive from a shared archive.
 
26197
-old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
 
26198
 
 
26199
-# Create a temporary old-style archive to link instead of a shared archive.
 
26200
-old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
 
26201
 
 
26202
-# Commands used to build and install a shared archive.
 
26203
-archive_cmds=$lt_archive_cmds
 
26204
-archive_expsym_cmds=$lt_archive_expsym_cmds
 
26205
-postinstall_cmds=$lt_postinstall_cmds
 
26206
-postuninstall_cmds=$lt_postuninstall_cmds
 
26207
 
 
26208
-# Commands used to build a loadable module (assumed same as above if empty)
 
26209
-module_cmds=$lt_module_cmds
 
26210
-module_expsym_cmds=$lt_module_expsym_cmds
 
26211
 
 
26212
-# Commands to strip libraries.
 
26213
-old_striplib=$lt_old_striplib
 
26214
-striplib=$lt_striplib
 
26215
 
 
26216
-# Dependencies to place before the objects being linked to create a
 
26217
-# shared library.
 
26218
-predep_objects=$lt_predep_objects
 
26219
-
 
26220
-# Dependencies to place after the objects being linked to create a
 
26221
-# shared library.
 
26222
-postdep_objects=$lt_postdep_objects
 
26223
-
 
26224
-# Dependencies to place before the objects being linked to create a
 
26225
-# shared library.
 
26226
-predeps=$lt_predeps
 
26227
-
 
26228
-# Dependencies to place after the objects being linked to create a
 
26229
-# shared library.
 
26230
-postdeps=$lt_postdeps
 
26231
-
 
26232
-# The directories searched by this compiler when creating a shared
 
26233
-# library
 
26234
-compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
 
26235
-
 
26236
-# The library search path used internally by the compiler when linking
 
26237
-# a shared library.
 
26238
-compiler_lib_search_path=$lt_compiler_lib_search_path
 
26239
 
 
26240
-# Method to check whether dependent libraries are shared objects.
 
26241
-deplibs_check_method=$lt_deplibs_check_method
 
26242
 
 
26243
-# Command to use when deplibs_check_method == file_magic.
 
26244
-file_magic_cmd=$lt_file_magic_cmd
 
26245
 
 
26246
-# Flag that allows shared libraries with undefined symbols to be built.
 
26247
-allow_undefined_flag=$lt_allow_undefined_flag
 
26248
 
 
26249
-# Flag that forces no undefined symbols.
 
26250
-no_undefined_flag=$lt_no_undefined_flag
 
26251
 
 
26252
-# Commands used to finish a libtool library installation in a directory.
 
26253
-finish_cmds=$lt_finish_cmds
 
26254
 
 
26255
-# Same as above, but a single script fragment to be evaled but not shown.
 
26256
-finish_eval=$lt_finish_eval
 
26257
 
 
26258
-# Take the output of nm and produce a listing of raw symbols and C names.
 
26259
-global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
 
26260
 
 
26261
-# Transform the output of nm in a proper C declaration
 
26262
-global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
 
26263
 
 
26264
-# Transform the output of nm in a C name address pair
 
26265
-global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
 
26266
 
 
26267
-# This is the shared library runtime path variable.
 
26268
-runpath_var=$runpath_var
 
26269
 
 
26270
-# This is the shared library path variable.
 
26271
-shlibpath_var=$shlibpath_var
 
26272
 
 
26273
-# Is shlibpath searched before the hard-coded library search path?
 
26274
-shlibpath_overrides_runpath=$shlibpath_overrides_runpath
 
26275
 
 
26276
-# How to hardcode a shared library path into an executable.
 
26277
-hardcode_action=$hardcode_action
 
26278
 
 
26279
-# Whether we should hardcode library paths into libraries.
 
26280
-hardcode_into_libs=$hardcode_into_libs
 
26281
 
 
26282
-# Flag to hardcode \$libdir into a binary during linking.
 
26283
-# This must work even if \$libdir does not exist.
 
26284
-hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
 
26285
 
 
26286
-# If ld is used when linking, flag to hardcode \$libdir into
 
26287
-# a binary during linking. This must work even if \$libdir does
 
26288
-# not exist.
 
26289
-hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
 
26290
 
 
26291
-# Whether we need a single -rpath flag with a separated argument.
 
26292
-hardcode_libdir_separator=$lt_hardcode_libdir_separator
 
26293
 
 
26294
-# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
 
26295
-# resulting binary.
 
26296
-hardcode_direct=$hardcode_direct
 
26297
 
 
26298
-# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
 
26299
-# resulting binary.
 
26300
-hardcode_minus_L=$hardcode_minus_L
 
26301
 
 
26302
-# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
 
26303
-# the resulting binary.
 
26304
-hardcode_shlibpath_var=$hardcode_shlibpath_var
 
26305
 
 
26306
-# Set to yes if building a shared library automatically hardcodes DIR into the library
 
26307
-# and all subsequent libraries and executables linked against it.
 
26308
-hardcode_automatic=$hardcode_automatic
 
26309
 
 
26310
-# Variables whose values should be saved in libtool wrapper scripts and
 
26311
-# restored at relink time.
 
26312
-variables_saved_for_relink="$variables_saved_for_relink"
 
26313
 
 
26314
-# Whether libtool must link a program against all its dependency libraries.
 
26315
-link_all_deplibs=$link_all_deplibs
 
26316
 
19963
26317
-# Compile-time system search path for libraries
19964
26318
-sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
19965
26319
 
21429
27783
-compiler_lib_search_dirs_CXX=
21430
27784
-if test -n "$compiler_lib_search_path_CXX"; then
21431
27785
-  compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
21432
 
-fi
 
27786
+
 
27787
+  { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
27788
+echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
 
27789
+
 
27790
+if test "$GCC" = yes; then
 
27791
+  case $host_os in
 
27792
+    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
 
27793
+    *) lt_awk_arg="/^libraries:/" ;;
 
27794
+  esac
 
27795
+  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
27796
+  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
 
27797
+    # if the path contains ";" then we assume it to be the separator
 
27798
+    # otherwise default to the standard path separator (i.e. ":") - it is
 
27799
+    # assumed that no part of a normal pathname contains ";" but that should
 
27800
+    # okay in the real world where ";" in dirpaths is itself problematic.
 
27801
+    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
 
27802
+  else
 
27803
+    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
27804
+  fi
 
27805
+  # Ok, now we have the path, separated by spaces, we can step through it
 
27806
+  # and add multilib dir if necessary.
 
27807
+  lt_tmp_lt_search_path_spec=
 
27808
+  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
 
27809
+  for lt_sys_path in $lt_search_path_spec; do
 
27810
+    if test -d "$lt_sys_path/$lt_multi_os_dir"; then
 
27811
+      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
 
27812
+    else
 
27813
+      test -d "$lt_sys_path" && \
 
27814
+       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
 
27815
+    fi
 
27816
+  done
 
27817
+  lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
 
27818
+BEGIN {RS=" "; FS="/|\n";} {
 
27819
+  lt_foo="";
 
27820
+  lt_count=0;
 
27821
+  for (lt_i = NF; lt_i > 0; lt_i--) {
 
27822
+    if ($lt_i != "" && $lt_i != ".") {
 
27823
+      if ($lt_i == "..") {
 
27824
+        lt_count++;
 
27825
+      } else {
 
27826
+        if (lt_count == 0) {
 
27827
+          lt_foo="/" $lt_i lt_foo;
 
27828
+        } else {
 
27829
+          lt_count--;
 
27830
+        }
 
27831
+      }
 
27832
+    }
 
27833
+  }
 
27834
+  if (lt_foo != "") { lt_freq[lt_foo]++; }
 
27835
+  if (lt_freq[lt_foo] == 1) { print lt_foo; }
 
27836
+}'`
 
27837
+  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
 
27838
+else
 
27839
+  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
 
27840
 fi
 
27841
+library_names_spec=
 
27842
+libname_spec='lib$name'
 
27843
+soname_spec=
 
27844
+shrext_cmds=".so"
 
27845
+postinstall_cmds=
 
27846
+postuninstall_cmds=
 
27847
+finish_cmds=
 
27848
+finish_eval=
 
27849
+shlibpath_var=
 
27850
+shlibpath_overrides_runpath=unknown
 
27851
+version_type=none
 
27852
+dynamic_linker="$host_os ld.so"
 
27853
+sys_lib_dlsearch_path_spec="/lib /usr/lib"
 
27854
+need_lib_prefix=unknown
 
27855
+hardcode_into_libs=no
 
27856
+
 
27857
+# when you set need_version to no, make sure it does not cause -set_version
 
27858
+# flags to be left without arguments
 
27859
+need_version=unknown
21433
27860
 
21434
27861
-# PORTME: override above test on systems where it is broken
21435
 
-case $host_os in
 
27862
 case $host_os in
21436
27863
-interix[3-9]*)
21437
27864
-  # Interix 3.5 installs completely hosed .la files for C++, so rather than
21438
27865
-  # hack all around it, let's just trust "g++" to DTRT.
21439
27866
-  predep_objects_CXX=
21440
27867
-  postdep_objects_CXX=
21441
27868
-  postdeps_CXX=
21442
 
-  ;;
 
27869
+aix3*)
 
27870
+  version_type=linux
 
27871
+  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
 
27872
+  shlibpath_var=LIBPATH
 
27873
+
 
27874
+  # AIX 3 has no versioning support, so we append a major version to the name.
 
27875
+  soname_spec='${libname}${release}${shared_ext}$major'
 
27876
   ;;
21443
27877
 
21444
27878
-linux*)
21445
27879
-  case `$CC -V 2>&1 | sed 5q` in
21453
27887
-    case " $CXX $CXXFLAGS " in
21454
27888
-    *" -library=stlport4 "*)
21455
27889
-      solaris_use_stlport4=yes
21456
 
-      ;;
21457
 
-    esac
 
27890
+aix[4-9]*)
 
27891
+  version_type=linux
 
27892
+  need_lib_prefix=no
 
27893
+  need_version=no
 
27894
+  hardcode_into_libs=yes
 
27895
+  if test "$host_cpu" = ia64; then
 
27896
+    # AIX 5 supports IA64
 
27897
+    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
 
27898
+    shlibpath_var=LD_LIBRARY_PATH
 
27899
+  else
 
27900
+    # With GCC up to 2.95.x, collect2 would create an import file
 
27901
+    # for dependence libraries.  The import file would start with
 
27902
+    # the line `#! .'.  This would cause the generated library to
 
27903
+    # depend on `.', always an invalid library.  This was fixed in
 
27904
+    # development snapshots of GCC prior to 3.0.
 
27905
+    case $host_os in
 
27906
+      aix4 | aix4.[01] | aix4.[01].*)
 
27907
+      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
 
27908
+          echo ' yes '
 
27909
+          echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
 
27910
+       :
 
27911
+      else
 
27912
+       can_build_shared=no
 
27913
+      fi
 
27914
       ;;
 
27915
     esac
21458
27916
-    if test "$solaris_use_stlport4" != yes; then
21459
27917
-      postdeps_CXX='-library=Cstd -library=Crun'
21460
 
-    fi
 
27918
+    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
 
27919
+    # soname into executable. Probably we can add versioning support to
 
27920
+    # collect2, so additional links can be useful in future.
 
27921
+    if test "$aix_use_runtimelinking" = yes; then
 
27922
+      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
 
27923
+      # instead of lib<name>.a to let people know that these are not
 
27924
+      # typical AIX shared libraries.
 
27925
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
27926
+    else
 
27927
+      # We preserve .a as extension for shared libraries through AIX4.2
 
27928
+      # and later when we are not doing run time linking.
 
27929
+      library_names_spec='${libname}${release}.a $libname.a'
 
27930
+      soname_spec='${libname}${release}${shared_ext}$major'
 
27931
     fi
21461
27932
-    ;;
21462
27933
-  esac
21463
 
-  ;;
 
27934
+    shlibpath_var=LIBPATH
 
27935
+  fi
 
27936
   ;;
21464
27937
 
21465
27938
-solaris*)
21466
27939
-  case $cc_basename in
21474
27947
-      solaris_use_stlport4=yes
21475
27948
-      ;;
21476
27949
-    esac
21477
 
 
 
27950
-
21478
27951
-    # Adding this requires a known-good setup of shared libraries for
21479
27952
-    # Sun compiler versions before 5.6, else PIC objects from an old
21480
27953
-    # archive will be linked into the output, leading to subtle bugs.
21481
27954
-    if test "$solaris_use_stlport4" != yes; then
21482
27955
-      postdeps_CXX='-library=Cstd -library=Crun'
21483
27956
-    fi
21484
 
-    ;;
21485
 
-  esac
21486
 
-  ;;
 
27957
+amigaos*)
 
27958
+  case $host_cpu in
 
27959
+  powerpc)
 
27960
+    # Since July 2007 AmigaOS4 officially supports .so libraries.
 
27961
+    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
 
27962
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
27963
+    ;;
 
27964
+  m68k)
 
27965
+    library_names_spec='$libname.ixlibrary $libname.a'
 
27966
+    # Create ${libname}_ixlibrary.a entries in /sys/libs.
 
27967
+    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
 
27968
     ;;
 
27969
   esac
 
27970
   ;;
21487
27971
-esac
21488
27972
 
21489
27973
-case " $postdeps_CXX " in
21490
27974
-*" -lc "*) archive_cmds_need_lc_CXX=no ;;
21491
27975
-esac
 
27976
+beos*)
 
27977
+  library_names_spec='${libname}${shared_ext}'
 
27978
+  dynamic_linker="$host_os ld.so"
 
27979
+  shlibpath_var=LIBRARY_PATH
 
27980
+  ;;
21492
27981
 
21493
27982
-lt_prog_compiler_wl_CXX=
21494
27983
-lt_prog_compiler_pic_CXX=
21495
27984
-lt_prog_compiler_static_CXX=
 
27985
+bsdi[45]*)
 
27986
+  version_type=linux
 
27987
+  need_version=no
 
27988
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
27989
+  soname_spec='${libname}${release}${shared_ext}$major'
 
27990
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
 
27991
+  shlibpath_var=LD_LIBRARY_PATH
 
27992
+  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
 
27993
+  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
 
27994
+  # the default ld.so.conf also contains /usr/contrib/lib and
 
27995
+  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
 
27996
+  # libtool to hard-code these into programs
 
27997
+  ;;
21496
27998
 
21497
27999
-{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
21498
28000
-$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
 
28001
+cygwin* | mingw* | pw32*)
 
28002
+  version_type=windows
 
28003
+  shrext_cmds=".dll"
 
28004
+  need_version=no
 
28005
+  need_lib_prefix=no
21499
28006
 
21500
28007
-  # C++ specific cases for pic, static, wl, etc.
21501
28008
-  if test "$GXX" = yes; then
21502
28009
-    lt_prog_compiler_wl_CXX='-Wl,'
21503
28010
-    lt_prog_compiler_static_CXX='-static'
 
28011
+  case $GCC,$host_os in
 
28012
+  yes,cygwin* | yes,mingw* | yes,pw32*)
 
28013
+    library_names_spec='$libname.dll.a'
 
28014
+    # DLL is installed to $(libdir)/../bin by postinstall_cmds
 
28015
+    postinstall_cmds='base_file=`basename \${file}`~
 
28016
+      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
 
28017
+      dldir=$destdir/`dirname \$dlpath`~
 
28018
+      test -d \$dldir || mkdir -p \$dldir~
 
28019
+      $install_prog $dir/$dlname \$dldir/$dlname~
 
28020
+      chmod a+x \$dldir/$dlname~
 
28021
+      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
 
28022
+        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
 
28023
+      fi'
 
28024
+    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
 
28025
+      dlpath=$dir/\$dldll~
 
28026
+       $RM \$dlpath'
 
28027
+    shlibpath_overrides_runpath=yes
21504
28028
 
21505
 
-    case $host_os in
 
28029
     case $host_os in
21506
28030
-    aix*)
21507
28031
-      # All AIX code is PIC.
21508
28032
-      if test "$host_cpu" = ia64; then
21515
28039
-      # adding the `-m68020' flag to GCC prevents building anything better,
21516
28040
-      # like `-m68040'.
21517
28041
-      lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
21518
 
-      ;;
 
28042
+    cygwin*)
 
28043
+      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
 
28044
+      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
 
28045
+      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
 
28046
       ;;
21519
28047
-    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
21520
28048
-      # PIC is the default for these OSes.
21521
 
-      ;;
 
28049
+    mingw*)
 
28050
+      # MinGW DLLs use traditional 'lib' prefix
 
28051
+      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
 
28052
+      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
28053
+      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
 
28054
+        # It is most probably a Windows format PATH printed by
 
28055
+        # mingw gcc, but we are running on Cygwin. Gcc prints its search
 
28056
+        # path with ; separators, and with drive letters. We can handle the
 
28057
+        # drive letters (cygwin fileutils understands them), so leave them,
 
28058
+        # especially as we might pass files found there to a mingw objdump,
 
28059
+        # which wouldn't understand a cygwinified path. Ahh.
 
28060
+        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
 
28061
+      else
 
28062
+        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
28063
+      fi
 
28064
       ;;
21522
28065
-    mingw* | cygwin* | os2* | pw32*)
21523
28066
-      # This hack is so that the source file can tell whether it is being
21524
28067
-      # built for inclusion in a dll (and should export symbols for example).
21525
28068
-      # Although the cygwin gcc ignores -fPIC, still need this for old-style
21526
28069
-      # (--disable-auto-import) libraries
21527
28070
-      lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
21528
 
-      ;;
 
28071
+    pw32*)
 
28072
+      # pw32 DLLs use 'pw' prefix rather than 'lib'
 
28073
+      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
 
28074
       ;;
21529
28075
-    darwin* | rhapsody*)
21530
28076
-      # PIC is the default on this platform
21531
28077
-      # Common symbols not allowed in MH_DYLIB files
21775
28321
-      *)
21776
28322
-       lt_prog_compiler_can_build_shared_CXX=no
21777
28323
-       ;;
21778
 
-    esac
 
28324
     esac
21779
28325
-  fi
 
28326
+    ;;
21780
28327
 
21781
28328
-{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
21782
28329
-$as_echo "$lt_prog_compiler_pic_CXX" >&6; }
 
28330
+  *)
 
28331
+    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
 
28332
+    ;;
 
28333
+  esac
 
28334
+  dynamic_linker='Win32 ld.exe'
 
28335
+  # FIXME: first we should search . and the directory the executable is in
 
28336
+  shlibpath_var=PATH
 
28337
+  ;;
21783
28338
 
21784
28339
-#
21785
28340
-# Check to make sure the PIC flag actually works.
21786
28341
-#
21787
28342
-if test -n "$lt_prog_compiler_pic_CXX"; then
 
28343
+darwin* | rhapsody*)
 
28344
+  dynamic_linker="$host_os dyld"
 
28345
+  version_type=darwin
 
28346
+  need_lib_prefix=no
 
28347
+  need_version=no
 
28348
+  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
 
28349
+  soname_spec='${libname}${release}${major}$shared_ext'
 
28350
+  shlibpath_overrides_runpath=yes
 
28351
+  shlibpath_var=DYLD_LIBRARY_PATH
 
28352
+  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
21788
28353
 
21789
28354
-{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
21790
28355
-$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
21804
28369
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
21805
28370
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
21806
28371
-   -e 's:$: $lt_compiler_flag:'`
21807
 
-   (eval echo "\"\$as_me:14228: $lt_compile\"" >&5)
 
28372
-   (eval echo "\"\$as_me:14256: $lt_compile\"" >&5)
21808
28373
-   (eval "$lt_compile" 2>conftest.err)
21809
28374
-   ac_status=$?
21810
28375
-   cat conftest.err >&5
21811
 
-   echo "$as_me:14232: \$? = $ac_status" >&5
 
28376
-   echo "$as_me:14260: \$? = $ac_status" >&5
21812
28377
-   if (exit $ac_status) && test -s "$ac_outfile"; then
21813
28378
-     # The compiler can only warn and ignore the option if not recognized
21814
28379
-     # So say no if there are warnings other than the usual output.
21819
28384
-     fi
21820
28385
-   fi
21821
28386
-   $rm conftest*
 
28387
+  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
 
28388
+  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
 
28389
+  ;;
21822
28390
 
21823
28391
-fi
21824
28392
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
21825
28393
-$as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
 
28394
+dgux*)
 
28395
+  version_type=linux
 
28396
+  need_lib_prefix=no
 
28397
+  need_version=no
 
28398
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
 
28399
+  soname_spec='${libname}${release}${shared_ext}$major'
 
28400
+  shlibpath_var=LD_LIBRARY_PATH
 
28401
+  ;;
21826
28402
 
21827
28403
-if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
21828
28404
-    case $lt_prog_compiler_pic_CXX in
21833
28409
-    lt_prog_compiler_pic_CXX=
21834
28410
-     lt_prog_compiler_can_build_shared_CXX=no
21835
28411
-fi
 
28412
+freebsd1*)
 
28413
+  dynamic_linker=no
 
28414
+  ;;
21836
28415
 
21837
28416
-fi
21838
28417
-case $host_os in
21839
28418
-  # For platforms which do not support PIC, -DPIC is meaningless:
21840
28419
-  *djgpp*)
21841
28420
-    lt_prog_compiler_pic_CXX=
21842
 
-    ;;
 
28421
+freebsd* | dragonfly*)
 
28422
+  # DragonFly does not have aout.  When/if they implement a new
 
28423
+  # versioning mechanism, adjust this.
 
28424
+  if test -x /usr/bin/objformat; then
 
28425
+    objformat=`/usr/bin/objformat`
 
28426
+  else
 
28427
+    case $host_os in
 
28428
+    freebsd[123]*) objformat=aout ;;
 
28429
+    *) objformat=elf ;;
 
28430
+    esac
 
28431
+  fi
 
28432
+  version_type=freebsd-$objformat
 
28433
+  case $version_type in
 
28434
+    freebsd-elf*)
 
28435
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
 
28436
+      need_version=no
 
28437
+      need_lib_prefix=no
 
28438
+      ;;
 
28439
+    freebsd-*)
 
28440
+      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
 
28441
+      need_version=yes
 
28442
+      ;;
 
28443
+  esac
 
28444
+  shlibpath_var=LD_LIBRARY_PATH
 
28445
+  case $host_os in
 
28446
+  freebsd2*)
 
28447
+    shlibpath_overrides_runpath=yes
 
28448
     ;;
21843
28449
-  *)
21844
28450
-    lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
21845
 
-    ;;
 
28451
+  freebsd3.[01]* | freebsdelf3.[01]*)
 
28452
+    shlibpath_overrides_runpath=yes
 
28453
+    hardcode_into_libs=yes
 
28454
     ;;
21846
28455
-esac
21847
 
 
 
28456
-
21848
28457
-#
21849
28458
-# Check to make sure the static flag actually works.
21850
28459
-#
21875
28484
-   fi
21876
28485
-   $rm -r conftest*
21877
28486
-   LDFLAGS="$save_LDFLAGS"
 
28487
+  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
 
28488
+  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
 
28489
+    shlibpath_overrides_runpath=no
 
28490
+    hardcode_into_libs=yes
 
28491
+    ;;
 
28492
+  *) # from 4.6 on, and DragonFly
 
28493
+    shlibpath_overrides_runpath=yes
 
28494
+    hardcode_into_libs=yes
 
28495
+    ;;
 
28496
+  esac
 
28497
+  ;;
21878
28498
 
21879
28499
-fi
21880
28500
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_CXX" >&5
21881
28501
-$as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
 
28502
+gnu*)
 
28503
+  version_type=linux
 
28504
+  need_lib_prefix=no
 
28505
+  need_version=no
 
28506
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
 
28507
+  soname_spec='${libname}${release}${shared_ext}$major'
 
28508
+  shlibpath_var=LD_LIBRARY_PATH
 
28509
+  hardcode_into_libs=yes
 
28510
+  ;;
21882
28511
 
21883
28512
-if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
21884
28513
-    :
21885
28514
-else
21886
28515
-    lt_prog_compiler_static_CXX=
21887
28516
-fi
21888
 
 
21889
 
 
 
28517
-
 
28518
-
21890
28519
-{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
21891
28520
-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
21892
28521
-if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
21898
28527
-   cd conftest
21899
28528
-   mkdir out
21900
28529
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
21901
 
 
 
28530
-
21902
28531
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
21903
28532
-   # Insert the option either (1) after the last *FLAGS variable, or
21904
28533
-   # (2) before a word containing "conftest.", or (3) at the end.
21908
28537
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
21909
28538
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
21910
28539
-   -e 's:$: $lt_compiler_flag:'`
21911
 
-   (eval echo "\"\$as_me:14332: $lt_compile\"" >&5)
 
28540
-   (eval echo "\"\$as_me:14360: $lt_compile\"" >&5)
21912
28541
-   (eval "$lt_compile" 2>out/conftest.err)
21913
28542
-   ac_status=$?
21914
28543
-   cat out/conftest.err >&5
21915
 
-   echo "$as_me:14336: \$? = $ac_status" >&5
 
28544
-   echo "$as_me:14364: \$? = $ac_status" >&5
21916
28545
-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
21917
28546
-   then
21918
28547
-     # The compiler can only warn and ignore the option if not recognized
21932
28561
-   cd ..
21933
28562
-   rmdir conftest
21934
28563
-   $rm conftest*
21935
 
 
 
28564
-
21936
28565
-fi
21937
28566
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
21938
28567
-$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
21939
 
 
21940
 
 
 
28568
-
 
28569
-
21941
28570
-hard_links="nottested"
21942
28571
-if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
21943
28572
-  # do not overwrite the value of need_locks provided by the user
21959
28588
-else
21960
28589
-  need_locks=no
21961
28590
-fi
21962
 
 
 
28591
-
21963
28592
-{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
21964
28593
-$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
21965
 
 
 
28594
-
21966
28595
-  export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
21967
28596
-  case $host_os in
21968
28597
-  aix[4-9]*)
21970
28599
-    # -C means demangle to AIX nm, but means don't demangle with GNU nm
21971
28600
-    if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
21972
28601
-      export_symbols_cmds_CXX='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
21973
 
-    else
 
28602
+hpux9* | hpux10* | hpux11*)
 
28603
+  # Give a soname corresponding to the major version so that dld.sl refuses to
 
28604
+  # link against other versions.
 
28605
+  version_type=sunos
 
28606
+  need_lib_prefix=no
 
28607
+  need_version=no
 
28608
+  case $host_cpu in
 
28609
+  ia64*)
 
28610
+    shrext_cmds='.so'
 
28611
+    hardcode_into_libs=yes
 
28612
+    dynamic_linker="$host_os dld.so"
 
28613
+    shlibpath_var=LD_LIBRARY_PATH
 
28614
+    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
 
28615
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
28616
+    soname_spec='${libname}${release}${shared_ext}$major'
 
28617
+    if test "X$HPUX_IA64_MODE" = X32; then
 
28618
+      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
 
28619
     else
21974
28620
-      export_symbols_cmds_CXX='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
21975
 
-    fi
21976
 
-    ;;
 
28621
+      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
 
28622
     fi
 
28623
+    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
28624
+    ;;
 
28625
+  hppa*64*)
 
28626
+    shrext_cmds='.sl'
 
28627
+    hardcode_into_libs=yes
 
28628
+    dynamic_linker="$host_os dld.sl"
 
28629
+    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
 
28630
+    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
 
28631
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
28632
+    soname_spec='${libname}${release}${shared_ext}$major'
 
28633
+    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
 
28634
+    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
28635
     ;;
21977
28636
-  pw32*)
21978
28637
-    export_symbols_cmds_CXX="$ltdll_cmds"
21979
28638
-  ;;
21980
28639
-  cygwin* | mingw*)
21981
28640
-    export_symbols_cmds_CXX='$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'
21982
28641
-  ;;
21983
 
-  *)
 
28642
   *)
21984
28643
-    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
21985
28644
-  ;;
21986
 
-  esac
 
28645
+    shrext_cmds='.sl'
 
28646
+    dynamic_linker="$host_os dld.sl"
 
28647
+    shlibpath_var=SHLIB_PATH
 
28648
+    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
 
28649
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
28650
+    soname_spec='${libname}${release}${shared_ext}$major'
 
28651
+    ;;
 
28652
   esac
21987
28653
-  exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
21988
 
 
 
28654
-
21989
28655
-{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
21990
28656
-$as_echo "$ld_shlibs_CXX" >&6; }
21991
28657
-test "$ld_shlibs_CXX" = no && can_build_shared=no
21992
 
 
 
28658
-
21993
28659
-#
21994
28660
-# Do we need to explicitly link libc?
21995
28661
-#
21997
28663
-x|xyes)
21998
28664
-  # Assume -lc should be added
21999
28665
-  archive_cmds_need_lc_CXX=yes
22000
 
 
 
28666
-
22001
28667
-  if test "$enable_shared" = yes && test "$GCC" = yes; then
22002
28668
-    case $archive_cmds_CXX in
22003
28669
-    *'~'*)
22011
28677
-$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
22012
28678
-      $rm conftest*
22013
28679
-      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
22014
 
 
 
28680
-
22015
28681
-      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22016
28682
-  (eval $ac_compile) 2>&5
22017
28683
-  ac_status=$?
22050
28716
-      ;;
22051
28717
-    esac
22052
28718
-  fi
22053
 
-  ;;
 
28719
+  # HP-UX runs *really* slowly unless shared libraries are mode 555.
 
28720
+  postinstall_cmds='chmod 555 $lib'
 
28721
   ;;
22054
28722
-esac
22055
 
 
 
28723
-
22056
28724
-{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
22057
28725
-$as_echo_n "checking dynamic linker characteristics... " >&6; }
22058
28726
-library_names_spec=
22068
28736
-version_type=none
22069
28737
-dynamic_linker="$host_os ld.so"
22070
28738
-sys_lib_dlsearch_path_spec="/lib /usr/lib"
22071
 
 
 
28739
-
22072
28740
-need_lib_prefix=unknown
22073
 
+
22074
 
+
22075
 
+
22076
 
+
22077
 
+
22078
 
+
22079
 
+
22080
 
+
22081
 
+
22082
 
+
22083
 
+
22084
 
+
22085
 
+
22086
 
+
22087
 
+  { $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
22088
 
+$as_echo_n "checking dynamic linker characteristics... " >&6; }
22089
 
+
22090
 
+if test "$GCC" = yes; then
 
28741
-hardcode_into_libs=no
 
28742
-
 
28743
-# when you set need_version to no, make sure it does not cause -set_version
 
28744
-# flags to be left without arguments
 
28745
-need_version=unknown
 
28746
 
 
28747
-case $host_os in
 
28748
-aix3*)
 
28749
+interix[3-9]*)
 
28750
   version_type=linux
 
28751
-  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
 
28752
-  shlibpath_var=LIBPATH
 
28753
-
 
28754
-  # AIX 3 has no versioning support, so we append a major version to the name.
 
28755
+  need_lib_prefix=no
 
28756
+  need_version=no
 
28757
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
28758
   soname_spec='${libname}${release}${shared_ext}$major'
 
28759
+  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
 
28760
+  shlibpath_var=LD_LIBRARY_PATH
 
28761
+  shlibpath_overrides_runpath=no
 
28762
+  hardcode_into_libs=yes
 
28763
   ;;
 
28764
 
 
28765
-aix[4-9]*)
 
28766
-  version_type=linux
 
28767
+irix5* | irix6* | nonstopux*)
22091
28768
+  case $host_os in
22092
 
+    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
22093
 
+    *) lt_awk_arg="/^libraries:/" ;;
 
28769
+    nonstopux*) version_type=nonstopux ;;
 
28770
+    *)
 
28771
+       if test "$lt_cv_prog_gnu_ld" = yes; then
 
28772
+               version_type=linux
 
28773
+       else
 
28774
+               version_type=irix
 
28775
+       fi ;;
22094
28776
+  esac
22095
 
+  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
22096
 
+  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
22097
 
+    # if the path contains ";" then we assume it to be the separator
22098
 
+    # otherwise default to the standard path separator (i.e. ":") - it is
22099
 
+    # assumed that no part of a normal pathname contains ";" but that should
22100
 
+    # okay in the real world where ";" in dirpaths is itself problematic.
22101
 
+    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
22102
 
+  else
22103
 
+    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
22104
 
+  fi
22105
 
+  # Ok, now we have the path, separated by spaces, we can step through it
22106
 
+  # and add multilib dir if necessary.
22107
 
+  lt_tmp_lt_search_path_spec=
22108
 
+  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
22109
 
+  for lt_sys_path in $lt_search_path_spec; do
22110
 
+    if test -d "$lt_sys_path/$lt_multi_os_dir"; then
22111
 
+      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
22112
 
+    else
22113
 
+      test -d "$lt_sys_path" && \
22114
 
+       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
22115
 
+    fi
22116
 
+  done
22117
 
+  lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
22118
 
+BEGIN {RS=" "; FS="/|\n";} {
22119
 
+  lt_foo="";
22120
 
+  lt_count=0;
22121
 
+  for (lt_i = NF; lt_i > 0; lt_i--) {
22122
 
+    if ($lt_i != "" && $lt_i != ".") {
22123
 
+      if ($lt_i == "..") {
22124
 
+        lt_count++;
22125
 
+      } else {
22126
 
+        if (lt_count == 0) {
22127
 
+          lt_foo="/" $lt_i lt_foo;
22128
 
+        } else {
22129
 
+          lt_count--;
22130
 
+        }
22131
 
+      }
22132
 
+    }
22133
 
+  }
22134
 
+  if (lt_foo != "") { lt_freq[lt_foo]++; }
22135
 
+  if (lt_freq[lt_foo] == 1) { print lt_foo; }
22136
 
+}'`
22137
 
+  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
22138
 
+else
22139
 
+  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
22140
 
+fi
22141
 
+library_names_spec=
22142
 
+libname_spec='lib$name'
22143
 
+soname_spec=
22144
 
+shrext_cmds=".so"
22145
 
+postinstall_cmds=
22146
 
+postuninstall_cmds=
22147
 
+finish_cmds=
22148
 
+finish_eval=
22149
 
+shlibpath_var=
22150
 
+shlibpath_overrides_runpath=unknown
22151
 
+version_type=none
22152
 
+dynamic_linker="$host_os ld.so"
22153
 
+sys_lib_dlsearch_path_spec="/lib /usr/lib"
22154
 
+need_lib_prefix=unknown
22155
 
 hardcode_into_libs=no
22156
 
 
22157
 
 # when you set need_version to no, make sure it does not cause -set_version
22158
 
@@ -14526,7 +10806,7 @@
22159
 
       aix4 | aix4.[01] | aix4.[01].*)
22160
 
       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
22161
 
           echo ' yes '
 
28777
   need_lib_prefix=no
 
28778
   need_version=no
 
28779
-  hardcode_into_libs=yes
 
28780
-  if test "$host_cpu" = ia64; then
 
28781
-    # AIX 5 supports IA64
 
28782
-    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
 
28783
-    shlibpath_var=LD_LIBRARY_PATH
 
28784
-  else
 
28785
-    # With GCC up to 2.95.x, collect2 would create an import file
 
28786
-    # for dependence libraries.  The import file would start with
 
28787
-    # the line `#! .'.  This would cause the generated library to
 
28788
-    # depend on `.', always an invalid library.  This was fixed in
 
28789
-    # development snapshots of GCC prior to 3.0.
 
28790
-    case $host_os in
 
28791
-      aix4 | aix4.[01] | aix4.[01].*)
 
28792
-      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
 
28793
-          echo ' yes '
22162
28794
-          echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
22163
 
+          echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
22164
 
        :
22165
 
       else
22166
 
        can_build_shared=no
22167
 
@@ -14552,9 +10832,18 @@
22168
 
   ;;
22169
 
 
22170
 
 amigaos*)
 
28795
-       :
 
28796
-      else
 
28797
-       can_build_shared=no
 
28798
-      fi
 
28799
-      ;;
 
28800
+  soname_spec='${libname}${release}${shared_ext}$major'
 
28801
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
 
28802
+  case $host_os in
 
28803
+  irix5* | nonstopux*)
 
28804
+    libsuff= shlibsuff=
 
28805
+    ;;
 
28806
+  *)
 
28807
+    case $LD in # libtool.m4 will add one of these switches to LD
 
28808
+    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
 
28809
+      libsuff= shlibsuff= libmagic=32-bit;;
 
28810
+    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
 
28811
+      libsuff=32 shlibsuff=N32 libmagic=N32;;
 
28812
+    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
 
28813
+      libsuff=64 shlibsuff=64 libmagic=64-bit;;
 
28814
+    *) libsuff= shlibsuff= libmagic=never-match;;
 
28815
     esac
 
28816
-    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
 
28817
-    # soname into executable. Probably we can add versioning support to
 
28818
-    # collect2, so additional links can be useful in future.
 
28819
-    if test "$aix_use_runtimelinking" = yes; then
 
28820
-      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
 
28821
-      # instead of lib<name>.a to let people know that these are not
 
28822
-      # typical AIX shared libraries.
 
28823
-      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
28824
-    else
 
28825
-      # We preserve .a as extension for shared libraries through AIX4.2
 
28826
-      # and later when we are not doing run time linking.
 
28827
-      library_names_spec='${libname}${release}.a $libname.a'
 
28828
-      soname_spec='${libname}${release}${shared_ext}$major'
 
28829
-    fi
 
28830
-    shlibpath_var=LIBPATH
 
28831
-  fi
 
28832
-  ;;
 
28833
-
 
28834
-amigaos*)
22171
28835
-  library_names_spec='$libname.ixlibrary $libname.a'
22172
28836
-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
22173
28837
-  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
22174
 
+  case $host_cpu in
22175
 
+  powerpc)
22176
 
+    # Since July 2007 AmigaOS4 officially supports .so libraries.
22177
 
+    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
22178
 
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
22179
 
+    ;;
22180
 
+  m68k)
22181
 
+    library_names_spec='$libname.ixlibrary $libname.a'
22182
 
+    # Create ${libname}_ixlibrary.a entries in /sys/libs.
22183
 
+    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
22184
28838
+    ;;
22185
28839
+  esac
22186
 
   ;;
22187
 
 
22188
 
 beos*)
22189
 
@@ -14577,25 +10866,28 @@
22190
 
   # libtool to hard-code these into programs
22191
 
   ;;
22192
 
 
22193
 
-cygwin* | mingw* | pw32*)
22194
 
+cygwin* | mingw* | pw32* | cegcc*)
22195
 
   version_type=windows
22196
 
   shrext_cmds=".dll"
22197
 
   need_version=no
22198
 
   need_lib_prefix=no
22199
 
 
22200
 
   case $GCC,$host_os in
22201
 
-  yes,cygwin* | yes,mingw* | yes,pw32*)
22202
 
+  yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
22203
 
     library_names_spec='$libname.dll.a'
22204
 
     # DLL is installed to $(libdir)/../bin by postinstall_cmds
22205
 
     postinstall_cmds='base_file=`basename \${file}`~
22206
 
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
22207
 
+      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
22208
 
       dldir=$destdir/`dirname \$dlpath`~
22209
 
       test -d \$dldir || mkdir -p \$dldir~
22210
 
       $install_prog $dir/$dlname \$dldir/$dlname~
22211
 
-      chmod a+x \$dldir/$dlname'
22212
 
+      chmod a+x \$dldir/$dlname~
22213
 
+      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
22214
 
+        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
22215
 
+      fi'
22216
 
     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
22217
 
       dlpath=$dir/\$dldll~
22218
 
-       $rm \$dlpath'
22219
 
+       $RM \$dlpath'
22220
 
     shlibpath_overrides_runpath=yes
22221
 
 
22222
 
     case $host_os in
22223
 
@@ -14604,20 +10896,20 @@
22224
 
       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
22225
 
       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
22226
 
       ;;
22227
 
-    mingw*)
22228
 
+    mingw* | cegcc*)
22229
 
       # MinGW DLLs use traditional 'lib' prefix
22230
 
       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
22231
 
-      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
22232
 
-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
22233
 
+      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
22234
 
+      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
22235
 
         # It is most probably a Windows format PATH printed by
22236
 
         # mingw gcc, but we are running on Cygwin. Gcc prints its search
22237
 
         # path with ; separators, and with drive letters. We can handle the
22238
 
         # drive letters (cygwin fileutils understands them), so leave them,
22239
 
         # especially as we might pass files found there to a mingw objdump,
22240
 
         # which wouldn't understand a cygwinified path. Ahh.
22241
 
-        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
22242
 
+        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
22243
 
       else
22244
 
-        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
22245
 
+        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
22246
 
       fi
22247
 
       ;;
22248
 
     pw32*)
22249
 
@@ -14641,12 +10933,13 @@
22250
 
   version_type=darwin
22251
 
   need_lib_prefix=no
22252
 
   need_version=no
22253
 
-  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
22254
 
+  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
22255
 
   soname_spec='${libname}${release}${major}$shared_ext'
22256
 
   shlibpath_overrides_runpath=yes
22257
 
   shlibpath_var=DYLD_LIBRARY_PATH
22258
 
   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
22259
 
 
22260
 
+  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
22261
 
   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
22262
 
   ;;
22263
 
 
22264
 
@@ -14739,18 +11032,18 @@
22265
 
     fi
22266
 
     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
22267
 
     ;;
22268
 
-   hppa*64*)
22269
 
-     shrext_cmds='.sl'
22270
 
-     hardcode_into_libs=yes
22271
 
-     dynamic_linker="$host_os dld.sl"
22272
 
-     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
22273
 
-     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
22274
 
-     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
22275
 
-     soname_spec='${libname}${release}${shared_ext}$major'
22276
 
-     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
22277
 
-     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
22278
 
-     ;;
22279
 
-   *)
22280
 
+  hppa*64*)
22281
 
+    shrext_cmds='.sl'
22282
 
+    hardcode_into_libs=yes
22283
 
+    dynamic_linker="$host_os dld.sl"
22284
 
+    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
22285
 
+    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
22286
 
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
22287
 
+    soname_spec='${libname}${release}${shared_ext}$major'
22288
 
+    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
22289
 
+    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
22290
 
+    ;;
22291
 
+  *)
22292
 
     shrext_cmds='.sl'
22293
 
     dynamic_linker="$host_os dld.sl"
22294
 
     shlibpath_var=SHLIB_PATH
22295
 
@@ -14827,17 +11120,73 @@
22296
 
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
 
28840
+  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
 
28841
+  shlibpath_overrides_runpath=no
 
28842
+  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
 
28843
+  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
 
28844
+  hardcode_into_libs=yes
 
28845
   ;;
 
28846
 
 
28847
-beos*)
 
28848
-  library_names_spec='${libname}${shared_ext}'
 
28849
-  dynamic_linker="$host_os ld.so"
 
28850
-  shlibpath_var=LIBRARY_PATH
 
28851
+# No shared lib support for Linux oldld, aout, or coff.
 
28852
+linux*oldld* | linux*aout* | linux*coff*)
 
28853
+  dynamic_linker=no
 
28854
   ;;
 
28855
 
 
28856
-bsdi[45]*)
 
28857
-  version_type=linux
 
28858
+# This must be Linux ELF.
 
28859
+linux* | k*bsd*-gnu)
 
28860
+  version_type=linux
 
28861
+  need_lib_prefix=no
 
28862
   need_version=no
 
28863
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
28864
   soname_spec='${libname}${release}${shared_ext}$major'
 
28865
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
 
28866
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
22297
28867
   shlibpath_var=LD_LIBRARY_PATH
22298
 
   shlibpath_overrides_runpath=no
 
28868
-  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
 
28869
-  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
 
28870
-  # the default ld.so.conf also contains /usr/contrib/lib and
 
28871
-  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
 
28872
-  # libtool to hard-code these into programs
 
28873
-  ;;
 
28874
+  shlibpath_overrides_runpath=no
22299
28875
+  # Some binutils ld are patched to set DT_RUNPATH
22300
28876
+  save_LDFLAGS=$LDFLAGS
22301
28877
+  save_libdir=$libdir
22307
28883
+cat confdefs.h >>conftest.$ac_ext
22308
28884
+cat >>conftest.$ac_ext <<_ACEOF
22309
28885
+/* end confdefs.h.  */
22310
 
+
 
28886
 
 
28887
-cygwin* | mingw* | pw32*)
 
28888
-  version_type=windows
 
28889
-  shrext_cmds=".dll"
 
28890
-  need_version=no
 
28891
-  need_lib_prefix=no
22311
28892
+int
22312
28893
+main ()
22313
28894
+{
22314
 
+
 
28895
 
 
28896
-  case $GCC,$host_os in
 
28897
-  yes,cygwin* | yes,mingw* | yes,pw32*)
 
28898
-    library_names_spec='$libname.dll.a'
 
28899
-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
 
28900
-    postinstall_cmds='base_file=`basename \${file}`~
 
28901
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
 
28902
-      dldir=$destdir/`dirname \$dlpath`~
 
28903
-      test -d \$dldir || mkdir -p \$dldir~
 
28904
-      $install_prog $dir/$dlname \$dldir/$dlname~
 
28905
-      chmod a+x \$dldir/$dlname'
 
28906
-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
 
28907
-      dlpath=$dir/\$dldll~
 
28908
-       $rm \$dlpath'
 
28909
-    shlibpath_overrides_runpath=yes
22315
28910
+  ;
22316
28911
+  return 0;
22317
28912
+}
22322
28917
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22323
28918
+  *) ac_try_echo=$ac_try;;
22324
28919
+esac
22325
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22326
 
+$as_echo "$ac_try_echo") >&5
 
28920
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22327
28921
+  (eval "$ac_link") 2>conftest.er1
22328
28922
+  ac_status=$?
22329
28923
+  grep -v '^ *+' conftest.er1 >conftest.err
22330
28924
+  rm -f conftest.er1
22331
28925
+  cat conftest.err >&5
22332
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28926
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
22333
28927
+  (exit $ac_status); } && {
22334
28928
+        test -z "$ac_c_werror_flag" ||
22335
28929
+        test ! -s conftest.err
22336
 
+       } && test -s conftest$ac_exeext && {
22337
 
+        test "$cross_compiling" = yes ||
22338
 
+        $as_test_x conftest$ac_exeext
22339
 
+       }; then
 
28930
+       } && test -s conftest$ac_exeext &&
 
28931
+       $as_test_x conftest$ac_exeext; then
22340
28932
+  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then
22341
28933
+  shlibpath_overrides_runpath=yes
22342
28934
+fi
22343
 
+
 
28935
 
 
28936
-    case $host_os in
 
28937
-    cygwin*)
 
28938
-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
 
28939
-      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
 
28940
-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
 
28941
-      ;;
 
28942
-    mingw*)
 
28943
-      # MinGW DLLs use traditional 'lib' prefix
 
28944
-      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
 
28945
-      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
28946
-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
 
28947
-        # It is most probably a Windows format PATH printed by
 
28948
-        # mingw gcc, but we are running on Cygwin. Gcc prints its search
 
28949
-        # path with ; separators, and with drive letters. We can handle the
 
28950
-        # drive letters (cygwin fileutils understands them), so leave them,
 
28951
-        # especially as we might pass files found there to a mingw objdump,
 
28952
-        # which wouldn't understand a cygwinified path. Ahh.
 
28953
-        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
 
28954
-      else
 
28955
-        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
28956
-      fi
 
28957
-      ;;
 
28958
-    pw32*)
 
28959
-      # pw32 DLLs use 'pw' prefix rather than 'lib'
 
28960
-      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
 
28961
-      ;;
 
28962
-    esac
 
28963
-    ;;
22344
28964
+else
22345
 
+  $as_echo "$as_me: failed program was:" >&5
 
28965
+  echo "$as_me: failed program was:" >&5
22346
28966
+sed 's/^/| /' conftest.$ac_ext >&5
22347
 
+
22348
 
+
 
28967
 
 
28968
-  *)
 
28969
-    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
 
28970
-    ;;
 
28971
-  esac
 
28972
-  dynamic_linker='Win32 ld.exe'
 
28973
-  # FIXME: first we should search . and the directory the executable is in
 
28974
-  shlibpath_var=PATH
 
28975
-  ;;
 
28976
 
 
28977
-darwin* | rhapsody*)
 
28978
-  dynamic_linker="$host_os dyld"
 
28979
-  version_type=darwin
 
28980
-  need_lib_prefix=no
 
28981
-  need_version=no
 
28982
-  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
 
28983
-  soname_spec='${libname}${release}${major}$shared_ext'
 
28984
-  shlibpath_overrides_runpath=yes
 
28985
-  shlibpath_var=DYLD_LIBRARY_PATH
 
28986
-  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
22349
28987
+fi
22350
 
+
22351
 
+rm -rf conftest.dSYM
 
28988
 
 
28989
-  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
22352
28990
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22353
28991
+      conftest$ac_exeext conftest.$ac_ext
22354
28992
+  LDFLAGS=$save_LDFLAGS
22355
28993
+  libdir=$save_libdir
22356
28994
+
22357
 
   # This implies no fast_install, which is unacceptable.
22358
 
   # Some rework will be needed to allow for fast_install
22359
 
   # before this can be enabled.
22360
 
   hardcode_into_libs=yes
22361
 
-  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
22362
 
-  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
22363
 
 
22364
 
   # Append ld.so.conf contents to the search path
22365
 
   if test -f /etc/ld.so.conf; then
22366
 
-    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[     ]*hwcap[        ]/d;s/[:,       ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
22367
 
-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
 
28995
+  # This implies no fast_install, which is unacceptable.
 
28996
+  # Some rework will be needed to allow for fast_install
 
28997
+  # before this can be enabled.
 
28998
+  hardcode_into_libs=yes
 
28999
+
 
29000
+  # Append ld.so.conf contents to the search path
 
29001
+  if test -f /etc/ld.so.conf; then
22368
29002
+    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[      ]*hwcap[        ]/d;s/[:,      ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
22369
29003
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
22370
 
   fi
22371
 
 
22372
 
   # We used to test for /lib/ld.so.1 and disable shared libraries on
22373
 
@@ -14849,11 +11198,23 @@
22374
 
   dynamic_linker='GNU/Linux ld.so'
 
29004
+  fi
 
29005
+
 
29006
+  # We used to test for /lib/ld.so.1 and disable shared libraries on
 
29007
+  # powerpc, because MkLinux only supported shared libraries with the
 
29008
+  # GNU dynamic linker.  Since this was broken with cross compilers,
 
29009
+  # most powerpc-linux boxes support dynamic linking these days and
 
29010
+  # people can always --disable-shared, the test was removed, and we
 
29011
+  # assume the GNU/Linux dynamic linker is in use.
 
29012
+  dynamic_linker='GNU/Linux ld.so'
22375
29013
   ;;
22376
29014
 
 
29015
-dgux*)
22377
29016
+netbsdelf*-gnu)
22378
 
+  version_type=linux
 
29017
   version_type=linux
 
29018
   need_lib_prefix=no
 
29019
   need_version=no
 
29020
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
 
29021
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
29022
   soname_spec='${libname}${release}${shared_ext}$major'
 
29023
   shlibpath_var=LD_LIBRARY_PATH
 
29024
+  shlibpath_overrides_runpath=no
 
29025
+  hardcode_into_libs=yes
 
29026
+  dynamic_linker='NetBSD ld.elf_so'
 
29027
   ;;
 
29028
 
 
29029
-freebsd1*)
 
29030
-  dynamic_linker=no
 
29031
-  ;;
 
29032
-
 
29033
-freebsd* | dragonfly*)
 
29034
-  # DragonFly does not have aout.  When/if they implement a new
 
29035
-  # versioning mechanism, adjust this.
 
29036
-  if test -x /usr/bin/objformat; then
 
29037
-    objformat=`/usr/bin/objformat`
 
29038
+netbsd*)
 
29039
+  version_type=sunos
22379
29040
+  need_lib_prefix=no
22380
29041
+  need_version=no
22381
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
22382
 
+  soname_spec='${libname}${release}${shared_ext}$major'
 
29042
+  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 
29043
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
29044
+    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
29045
+    dynamic_linker='NetBSD (a.out) ld.so'
 
29046
   else
 
29047
-    case $host_os in
 
29048
-    freebsd[123]*) objformat=aout ;;
 
29049
-    *) objformat=elf ;;
 
29050
-    esac
 
29051
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
29052
+    soname_spec='${libname}${release}${shared_ext}$major'
 
29053
+    dynamic_linker='NetBSD ld.elf_so'
 
29054
   fi
 
29055
-  version_type=freebsd-$objformat
 
29056
-  case $version_type in
 
29057
-    freebsd-elf*)
 
29058
-      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
 
29059
-      need_version=no
 
29060
-      need_lib_prefix=no
 
29061
-      ;;
 
29062
-    freebsd-*)
 
29063
-      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
 
29064
-      need_version=yes
 
29065
-      ;;
 
29066
-  esac
 
29067
   shlibpath_var=LD_LIBRARY_PATH
 
29068
-  case $host_os in
 
29069
-  freebsd2*)
 
29070
-    shlibpath_overrides_runpath=yes
 
29071
-    ;;
 
29072
-  freebsd3.[01]* | freebsdelf3.[01]*)
 
29073
-    shlibpath_overrides_runpath=yes
 
29074
-    hardcode_into_libs=yes
 
29075
-    ;;
 
29076
-  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
 
29077
-  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
 
29078
-    shlibpath_overrides_runpath=no
 
29079
-    hardcode_into_libs=yes
 
29080
-    ;;
 
29081
-  *) # from 4.6 on, and DragonFly
 
29082
-    shlibpath_overrides_runpath=yes
 
29083
-    hardcode_into_libs=yes
 
29084
-    ;;
 
29085
-  esac
 
29086
+  shlibpath_overrides_runpath=yes
 
29087
+  hardcode_into_libs=yes
 
29088
   ;;
 
29089
 
 
29090
-gnu*)
 
29091
+newsos6)
 
29092
   version_type=linux
 
29093
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
22383
29094
+  shlibpath_var=LD_LIBRARY_PATH
22384
 
+  shlibpath_overrides_runpath=no
22385
 
+  hardcode_into_libs=yes
22386
 
+  dynamic_linker='NetBSD ld.elf_so'
 
29095
+  shlibpath_overrides_runpath=yes
22387
29096
+  ;;
22388
29097
+
22389
 
 netbsd*)
 
29098
+*nto* | *qnx*)
 
29099
+  version_type=qnx
 
29100
   need_lib_prefix=no
 
29101
   need_version=no
 
29102
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
 
29103
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
29104
   soname_spec='${libname}${release}${shared_ext}$major'
 
29105
   shlibpath_var=LD_LIBRARY_PATH
 
29106
+  shlibpath_overrides_runpath=no
 
29107
   hardcode_into_libs=yes
 
29108
+  dynamic_linker='ldqnx.so'
 
29109
   ;;
 
29110
 
 
29111
-hpux9* | hpux10* | hpux11*)
 
29112
-  # Give a soname corresponding to the major version so that dld.sl refuses to
 
29113
-  # link against other versions.
 
29114
+openbsd*)
22390
29115
   version_type=sunos
 
29116
+  sys_lib_dlsearch_path_spec="/usr/lib"
 
29117
   need_lib_prefix=no
 
29118
-  need_version=no
 
29119
-  case $host_cpu in
 
29120
-  ia64*)
 
29121
-    shrext_cmds='.so'
 
29122
-    hardcode_into_libs=yes
 
29123
-    dynamic_linker="$host_os dld.so"
 
29124
-    shlibpath_var=LD_LIBRARY_PATH
 
29125
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
 
29126
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
29127
-    soname_spec='${libname}${release}${shared_ext}$major'
 
29128
-    if test "X$HPUX_IA64_MODE" = X32; then
 
29129
-      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
 
29130
-    else
 
29131
-      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
 
29132
-    fi
 
29133
-    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
29134
-    ;;
 
29135
-   hppa*64*)
 
29136
-     shrext_cmds='.sl'
 
29137
-     hardcode_into_libs=yes
 
29138
-     dynamic_linker="$host_os dld.sl"
 
29139
-     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
 
29140
-     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
 
29141
-     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
29142
-     soname_spec='${libname}${release}${shared_ext}$major'
 
29143
-     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
 
29144
-     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
29145
-     ;;
 
29146
-   *)
 
29147
-    shrext_cmds='.sl'
 
29148
-    dynamic_linker="$host_os dld.sl"
 
29149
-    shlibpath_var=SHLIB_PATH
 
29150
-    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
 
29151
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
29152
-    soname_spec='${libname}${release}${shared_ext}$major'
 
29153
-    ;;
 
29154
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
 
29155
+  case $host_os in
 
29156
+    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
 
29157
+    *)                         need_version=no  ;;
 
29158
   esac
 
29159
-  # HP-UX runs *really* slowly unless shared libraries are mode 555.
 
29160
-  postinstall_cmds='chmod 555 $lib'
 
29161
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
29162
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
29163
+  shlibpath_var=LD_LIBRARY_PATH
 
29164
+  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
29165
+    case $host_os in
 
29166
+      openbsd2.[89] | openbsd2.[89].*)
 
29167
+       shlibpath_overrides_runpath=no
 
29168
+       ;;
 
29169
+      *)
 
29170
+       shlibpath_overrides_runpath=yes
 
29171
+       ;;
 
29172
+      esac
 
29173
+  else
 
29174
+    shlibpath_overrides_runpath=yes
 
29175
+  fi
 
29176
   ;;
 
29177
 
 
29178
-interix[3-9]*)
 
29179
-  version_type=linux
 
29180
+os2*)
 
29181
+  libname_spec='$name'
 
29182
+  shrext_cmds=".dll"
 
29183
+  need_lib_prefix=no
 
29184
+  library_names_spec='$libname${shared_ext} $libname.a'
 
29185
+  dynamic_linker='OS/2 ld.exe'
 
29186
+  shlibpath_var=LIBPATH
 
29187
+  ;;
 
29188
+
 
29189
+osf3* | osf4* | osf5*)
 
29190
+  version_type=osf
22391
29191
   need_lib_prefix=no
22392
29192
   need_version=no
 
29193
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
29194
   soname_spec='${libname}${release}${shared_ext}$major'
 
29195
-  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
 
29196
-  shlibpath_var=LD_LIBRARY_PATH
 
29197
-  shlibpath_overrides_runpath=no
 
29198
-  hardcode_into_libs=yes
 
29199
-  ;;
 
29200
-
 
29201
-irix5* | irix6* | nonstopux*)
 
29202
-  case $host_os in
 
29203
-    nonstopux*) version_type=nonstopux ;;
 
29204
-    *)
 
29205
-       if test "$lt_cv_prog_gnu_ld" = yes; then
 
29206
-               version_type=linux
 
29207
-       else
 
29208
-               version_type=irix
 
29209
-       fi ;;
 
29210
-  esac
 
29211
-  need_lib_prefix=no
 
29212
-  need_version=no
 
29213
-  soname_spec='${libname}${release}${shared_ext}$major'
 
29214
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
 
29215
-  case $host_os in
 
29216
-  irix5* | nonstopux*)
 
29217
-    libsuff= shlibsuff=
 
29218
-    ;;
 
29219
-  *)
 
29220
-    case $LD in # libtool.m4 will add one of these switches to LD
 
29221
-    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
 
29222
-      libsuff= shlibsuff= libmagic=32-bit;;
 
29223
-    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
 
29224
-      libsuff=32 shlibsuff=N32 libmagic=N32;;
 
29225
-    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
 
29226
-      libsuff=64 shlibsuff=64 libmagic=64-bit;;
 
29227
-    *) libsuff= shlibsuff= libmagic=never-match;;
 
29228
-    esac
 
29229
-    ;;
 
29230
-  esac
 
29231
-  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
 
29232
-  shlibpath_overrides_runpath=no
 
29233
-  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
 
29234
-  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
 
29235
-  hardcode_into_libs=yes
 
29236
-  ;;
 
29237
-
 
29238
-# No shared lib support for Linux oldld, aout, or coff.
 
29239
-linux*oldld* | linux*aout* | linux*coff*)
 
29240
-  dynamic_linker=no
 
29241
-  ;;
 
29242
-
 
29243
-# This must be Linux ELF.
 
29244
-linux* | k*bsd*-gnu)
 
29245
-  version_type=linux
 
29246
-  need_lib_prefix=no
 
29247
-  need_version=no
 
29248
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
29249
-  soname_spec='${libname}${release}${shared_ext}$major'
 
29250
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
 
29251
-  shlibpath_var=LD_LIBRARY_PATH
 
29252
-  shlibpath_overrides_runpath=no
 
29253
-  # This implies no fast_install, which is unacceptable.
 
29254
-  # Some rework will be needed to allow for fast_install
 
29255
-  # before this can be enabled.
 
29256
-  hardcode_into_libs=yes
 
29257
-  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
 
29258
-  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
 
29259
-
 
29260
-  # Append ld.so.conf contents to the search path
 
29261
-  if test -f /etc/ld.so.conf; then
 
29262
-    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[     ]*hwcap[        ]/d;s/[:,       ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
 
29263
-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
 
29264
-  fi
 
29265
-
 
29266
-  # We used to test for /lib/ld.so.1 and disable shared libraries on
 
29267
-  # powerpc, because MkLinux only supported shared libraries with the
 
29268
-  # GNU dynamic linker.  Since this was broken with cross compilers,
 
29269
-  # most powerpc-linux boxes support dynamic linking these days and
 
29270
-  # people can always --disable-shared, the test was removed, and we
 
29271
-  # assume the GNU/Linux dynamic linker is in use.
 
29272
-  dynamic_linker='GNU/Linux ld.so'
 
29273
-  ;;
 
29274
-
 
29275
-netbsd*)
 
29276
-  version_type=sunos
 
29277
-  need_lib_prefix=no
 
29278
-  need_version=no
22393
29279
-  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
22394
 
+  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
22395
 
     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
22396
 
     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
22397
 
     dynamic_linker='NetBSD (a.out) ld.so'
22398
 
@@ -14874,14 +11235,16 @@
22399
 
   shlibpath_overrides_runpath=yes
22400
 
   ;;
22401
 
 
 
29280
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
29281
-    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
29282
-    dynamic_linker='NetBSD (a.out) ld.so'
 
29283
-  else
 
29284
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
29285
-    soname_spec='${libname}${release}${shared_ext}$major'
 
29286
-    dynamic_linker='NetBSD ld.elf_so'
 
29287
-  fi
 
29288
-  shlibpath_var=LD_LIBRARY_PATH
 
29289
-  shlibpath_overrides_runpath=yes
 
29290
-  hardcode_into_libs=yes
 
29291
-  ;;
 
29292
-
 
29293
-newsos6)
 
29294
-  version_type=linux
 
29295
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
29296
-  shlibpath_var=LD_LIBRARY_PATH
 
29297
-  shlibpath_overrides_runpath=yes
 
29298
-  ;;
 
29299
-
22402
29300
-nto-qnx*)
22403
29301
-  version_type=linux
22404
 
+*nto* | *qnx*)
22405
 
+  version_type=qnx
22406
 
   need_lib_prefix=no
22407
 
   need_version=no
22408
 
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
22409
 
   soname_spec='${libname}${release}${shared_ext}$major'
22410
 
   shlibpath_var=LD_LIBRARY_PATH
 
29302
-  need_lib_prefix=no
 
29303
-  need_version=no
 
29304
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
29305
-  soname_spec='${libname}${release}${shared_ext}$major'
 
29306
-  shlibpath_var=LD_LIBRARY_PATH
22411
29307
-  shlibpath_overrides_runpath=yes
22412
 
+  shlibpath_overrides_runpath=no
22413
 
+  hardcode_into_libs=yes
22414
 
+  dynamic_linker='ldqnx.so'
22415
 
   ;;
22416
 
 
22417
 
 openbsd*)
22418
 
@@ -14890,13 +11253,13 @@
22419
 
   need_lib_prefix=no
22420
 
   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
22421
 
   case $host_os in
 
29308
-  ;;
 
29309
-
 
29310
-openbsd*)
 
29311
-  version_type=sunos
 
29312
-  sys_lib_dlsearch_path_spec="/usr/lib"
 
29313
-  need_lib_prefix=no
 
29314
-  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
 
29315
-  case $host_os in
22422
29316
-    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
22423
29317
-    *)                         need_version=no  ;;
22424
 
+    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
22425
 
+    *)                         need_version=no  ;;
22426
 
   esac
22427
 
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
22428
 
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
22429
 
   shlibpath_var=LD_LIBRARY_PATH
 
29318
-  esac
 
29319
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
29320
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
29321
-  shlibpath_var=LD_LIBRARY_PATH
22430
29322
-  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
22431
 
+  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
22432
 
     case $host_os in
22433
 
       openbsd2.[89] | openbsd2.[89].*)
22434
 
        shlibpath_overrides_runpath=no
22435
 
@@ -14968,7 +11331,6 @@
 
29323
-    case $host_os in
 
29324
-      openbsd2.[89] | openbsd2.[89].*)
 
29325
-       shlibpath_overrides_runpath=no
 
29326
-       ;;
 
29327
-      *)
 
29328
-       shlibpath_overrides_runpath=yes
 
29329
-       ;;
 
29330
-      esac
 
29331
-  else
 
29332
-    shlibpath_overrides_runpath=yes
 
29333
-  fi
 
29334
-  ;;
 
29335
-
 
29336
-os2*)
 
29337
-  libname_spec='$name'
 
29338
-  shrext_cmds=".dll"
 
29339
-  need_lib_prefix=no
 
29340
-  library_names_spec='$libname${shared_ext} $libname.a'
 
29341
-  dynamic_linker='OS/2 ld.exe'
 
29342
-  shlibpath_var=LIBPATH
 
29343
-  ;;
 
29344
-
 
29345
-osf3* | osf4* | osf5*)
 
29346
-  version_type=osf
 
29347
-  need_lib_prefix=no
 
29348
-  need_version=no
 
29349
-  soname_spec='${libname}${release}${shared_ext}$major'
 
29350
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
29351
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
29352
   shlibpath_var=LD_LIBRARY_PATH
 
29353
   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
 
29354
   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
 
29355
@@ -14996,7 +11091,6 @@
22436
29356
     sni)
22437
29357
       shlibpath_overrides_runpath=no
22438
29358
       need_lib_prefix=no
22440
29360
       runpath_var=LD_RUN_PATH
22441
29361
       ;;
22442
29362
     siemens)
22443
 
@@ -14999,13 +11361,12 @@
 
29363
@@ -15027,13 +11121,12 @@
22444
29364
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
22445
29365
   soname_spec='${libname}${release}${shared_ext}$major'
22446
29366
   shlibpath_var=LD_LIBRARY_PATH
22455
29375
     case $host_os in
22456
29376
       sco3.2v5*)
22457
29377
         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
22458
 
@@ -15015,6 +11376,17 @@
 
29378
@@ -15043,6 +11136,17 @@
22459
29379
   sys_lib_dlsearch_path_spec='/usr/lib'
22460
29380
   ;;
22461
29381
 
22464
29384
+  version_type=linux
22465
29385
+  need_lib_prefix=no
22466
29386
+  need_version=no
22467
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
29387
+  library_name_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
22468
29388
+  shlibpath_var=LD_LIBRARY_PATH
22469
29389
+  shlibpath_overrides_runpath=no
22470
29390
+  hardcode_into_libs=yes
22473
29393
 uts4*)
22474
29394
   version_type=linux
22475
29395
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
22476
 
@@ -15030,4078 +11402,2905 @@
22477
 
 $as_echo "$dynamic_linker" >&6; }
 
29396
@@ -15054,7014 +11158,2956 @@
 
29397
   dynamic_linker=no
 
29398
   ;;
 
29399
 esac
 
29400
-{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
29401
-$as_echo "$dynamic_linker" >&6; }
 
29402
+{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
29403
+echo "${ECHO_T}$dynamic_linker" >&6; }
22478
29404
 test "$dynamic_linker" = no && can_build_shared=no
22479
29405
 
22480
29406
-if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
22481
29407
-  $as_echo_n "(cached) " >&6
22482
29408
-else
22483
29409
-  lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
22484
 
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
22485
 
+if test "$GCC" = yes; then
22486
 
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
22487
 
 fi
22488
 
 
 
29410
-fi
 
29411
-
22489
29412
-sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
22490
 
+if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
22491
 
+  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
22492
 
+fi
22493
 
 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
 
29413
-if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
22494
29414
-  $as_echo_n "(cached) " >&6
22495
29415
-else
22496
29416
-  lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
22497
 
+  sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
22498
 
 fi
22499
 
 
 
29417
-fi
 
29418
-
22500
29419
-sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
22501
 
 
22502
 
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
22503
 
-if test "$GCC" = yes; then
22504
 
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
22505
 
-fi
 
29420
-
 
29421
 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 
29422
 if test "$GCC" = yes; then
 
29423
   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
29424
 fi
22506
29425
 
22507
29426
-{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
22508
29427
-$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
22510
29429
-if test -n "$hardcode_libdir_flag_spec_CXX" || \
22511
29430
-   test -n "$runpath_var_CXX" || \
22512
29431
-   test "X$hardcode_automatic_CXX" = "Xyes" ; then
22513
 
 
 
29432
-
22514
29433
-  # We can hardcode non-existant directories.
22515
29434
-  if test "$hardcode_direct_CXX" != no &&
22516
29435
-     # If the only mechanism to avoid hardcoding is shlibpath_var, we
22528
29447
-  # We cannot hardcode anything, or else we can only hardcode existing
22529
29448
-  # directories.
22530
29449
-  hardcode_action_CXX=unsupported
22531
 
-fi
 
29450
+if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
 
29451
+  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
 
29452
 fi
22532
29453
-{ $as_echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
22533
29454
-$as_echo "$hardcode_action_CXX" >&6; }
22534
 
 
 
29455
-
22535
29456
-if test "$hardcode_action_CXX" = relink; then
22536
29457
-  # Fast installation is not supported
22537
29458
-  enable_fast_install=no
22539
29460
-     test "$enable_shared" = no; then
22540
29461
-  # Fast installation is not necessary
22541
29462
-  enable_fast_install=needless
22542
 
-fi
 
29463
+if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
 
29464
+  sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
 
29465
 fi
22543
29466
 
22544
29467
 
22545
29468
-# The else clause should only fire when bootstrapping the
22742
29665
 
22743
29666
-# Does compiler simultaneously support -c and -o options?
22744
29667
-compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
22745
 
-
 
29668
 
22746
29669
-# Must we lock files when doing compilation?
22747
29670
-need_locks=$lt_need_locks
22748
 
-
 
29671
 
22749
29672
-# Do we need the lib prefix for modules?
22750
29673
-need_lib_prefix=$need_lib_prefix
22751
 
-
 
29674
 
22752
29675
-# Do we need a version for libraries?
22753
29676
-need_version=$need_version
22754
 
-
 
29677
 
22755
29678
-# Whether dlopen is supported.
22756
29679
-dlopen_support=$enable_dlopen
22757
 
-
 
29680
 
22758
29681
-# Whether dlopen of programs is supported.
22759
29682
-dlopen_self=$enable_dlopen_self
22760
 
-
 
29683
 
22761
29684
-# Whether dlopen of statically linked programs is supported.
22762
29685
-dlopen_self_static=$enable_dlopen_self_static
22763
 
-
 
29686
 
22764
29687
-# Compiler flag to prevent dynamic linking.
22765
29688
-link_static_flag=$lt_lt_prog_compiler_static_CXX
22766
29689
 
22767
29690
-# Compiler flag to turn off builtin functions.
22768
29691
-no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
22769
 
-
 
29692
 
22770
29693
-# Compiler flag to allow reflexive dlopens.
22771
29694
-export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
22772
29695
 
22778
29701
 
22779
29702
-# Library versioning type.
22780
29703
-version_type=$version_type
22781
 
 
 
29704
-
22782
29705
-# Format of library name prefix.
22783
29706
-libname_spec=$lt_libname_spec
22784
 
 
 
29707
-
22785
29708
-# List of archive names.  First name is the real one, the rest are links.
22786
29709
-# The last name is the one that the linker finds with -lNAME.
22787
29710
-library_names_spec=$lt_library_names_spec
22788
29711
 
22789
29712
-# The coded name of the library, if different from the real name.
22790
29713
-soname_spec=$lt_soname_spec
22791
 
 
 
29714
-
22792
29715
-# Commands used to build and install an old-style archive.
22793
29716
-RANLIB=$lt_RANLIB
22794
29717
-old_archive_cmds=$lt_old_archive_cmds_CXX
22944
29867
 
22945
29868
-__EOF__
22946
29869
 
22947
 
+  { $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
22948
 
+$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
 
29870
+  { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
29871
+echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
22949
29872
+hardcode_action=
22950
29873
+if test -n "$hardcode_libdir_flag_spec" ||
22951
29874
+   test -n "$runpath_var" ||
22976
29899
+  # directories.
22977
29900
+  hardcode_action=unsupported
22978
29901
 fi
22979
 
+{ $as_echo "$as_me:$LINENO: result: $hardcode_action" >&5
22980
 
+$as_echo "$hardcode_action" >&6; }
 
29902
+{ echo "$as_me:$LINENO: result: $hardcode_action" >&5
 
29903
+echo "${ECHO_T}$hardcode_action" >&6; }
22981
29904
 
22982
29905
+if test "$hardcode_action" = relink ||
22983
29906
+   test "$inherit_rpath" = yes; then
23065
29988
-      return
23066
29989
-      end
23067
29990
-"
23068
 
+  mingw* | pw32* | cegcc*)
 
29991
+  mingw* | pw32*)
23069
29992
+    lt_cv_dlopen="LoadLibrary"
23070
29993
+    lt_cv_dlopen_libs=
23071
29994
+    ;;
23083
30006
-# ltmain only uses $CC for tagged configurations so make sure $CC is set.
23084
30007
+  darwin*)
23085
30008
+  # if libdl is installed we need to link against it
23086
 
+    { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
23087
 
+$as_echo_n "checking for dlopen in -ldl... " >&6; }
 
30009
+    { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 
30010
+echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
23088
30011
+if test "${ac_cv_lib_dl_dlopen+set}" = set; then
23089
 
+  $as_echo_n "(cached) " >&6
 
30012
+  echo $ECHO_N "(cached) $ECHO_C" >&6
23090
30013
+else
23091
30014
+  ac_check_lib_save_LIBS=$LIBS
23092
30015
+LIBS="-ldl  $LIBS"
23120
30043
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23121
30044
+  *) ac_try_echo=$ac_try;;
23122
30045
+esac
23123
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23124
 
+$as_echo "$ac_try_echo") >&5
 
30046
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23125
30047
+  (eval "$ac_link") 2>conftest.er1
23126
30048
+  ac_status=$?
23127
30049
+  grep -v '^ *+' conftest.er1 >conftest.err
23128
30050
+  rm -f conftest.er1
23129
30051
+  cat conftest.err >&5
23130
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30052
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23131
30053
+  (exit $ac_status); } && {
23132
30054
+        test -z "$ac_c_werror_flag" ||
23133
30055
+        test ! -s conftest.err
23134
 
+       } && test -s conftest$ac_exeext && {
23135
 
+        test "$cross_compiling" = yes ||
23136
 
+        $as_test_x conftest$ac_exeext
23137
 
+       }; then
 
30056
+       } && test -s conftest$ac_exeext &&
 
30057
+       $as_test_x conftest$ac_exeext; then
23138
30058
+  ac_cv_lib_dl_dlopen=yes
23139
30059
+else
23140
 
+  $as_echo "$as_me: failed program was:" >&5
 
30060
+  echo "$as_me: failed program was:" >&5
23141
30061
+sed 's/^/| /' conftest.$ac_ext >&5
23142
30062
 
23143
30063
-# If no C compiler flags were specified, use CFLAGS.
23147
30067
 
23148
30068
-# Allow CC to be a program name with arguments.
23149
30069
-compiler=$CC
23150
 
+rm -rf conftest.dSYM
23151
30070
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23152
30071
+      conftest$ac_exeext conftest.$ac_ext
23153
30072
+LIBS=$ac_check_lib_save_LIBS
23154
30073
+fi
23155
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
23156
 
+$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
23157
 
+if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
 
30074
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 
30075
+echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
 
30076
+if test $ac_cv_lib_dl_dlopen = yes; then
23158
30077
+  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
23159
30078
+else
23160
30079
 
23178
30097
+    ;;
23179
30098
 
23180
30099
+  *)
23181
 
+    { $as_echo "$as_me:$LINENO: checking for shl_load" >&5
23182
 
+$as_echo_n "checking for shl_load... " >&6; }
 
30100
+    { echo "$as_me:$LINENO: checking for shl_load" >&5
 
30101
+echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
23183
30102
+if test "${ac_cv_func_shl_load+set}" = set; then
23184
 
+  $as_echo_n "(cached) " >&6
 
30103
+  echo $ECHO_N "(cached) $ECHO_C" >&6
23185
30104
+else
23186
30105
+  cat >conftest.$ac_ext <<_ACEOF
23187
30106
+/* confdefs.h.  */
23282
30201
-
23283
30202
-GCC_F77="$G77"
23284
30203
-LD_F77="$LD"
23285
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23286
 
+$as_echo "$ac_try_echo") >&5
23287
 
+  (eval "$ac_link") 2>conftest.er1
23288
 
+  ac_status=$?
23289
 
+  grep -v '^ *+' conftest.er1 >conftest.err
23290
 
+  rm -f conftest.er1
23291
 
+  cat conftest.err >&5
23292
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23293
 
+  (exit $ac_status); } && {
23294
 
+        test -z "$ac_c_werror_flag" ||
23295
 
+        test ! -s conftest.err
23296
 
+       } && test -s conftest$ac_exeext && {
23297
 
+        test "$cross_compiling" = yes ||
23298
 
+        $as_test_x conftest$ac_exeext
23299
 
+       }; then
23300
 
+  ac_cv_func_shl_load=yes
23301
 
+else
23302
 
+  $as_echo "$as_me: failed program was:" >&5
23303
 
+sed 's/^/| /' conftest.$ac_ext >&5
23304
 
 
 
30204
-
23305
30205
-lt_prog_compiler_wl_F77=
23306
30206
-lt_prog_compiler_pic_F77=
23307
30207
-lt_prog_compiler_static_F77=
 
30208
-
 
30209
-{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
30210
-$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
 
30211
-
 
30212
-  if test "$GCC" = yes; then
 
30213
-    lt_prog_compiler_wl_F77='-Wl,'
 
30214
-    lt_prog_compiler_static_F77='-static'
 
30215
-
 
30216
-    case $host_os in
 
30217
-      aix*)
 
30218
-      # All AIX code is PIC.
 
30219
-      if test "$host_cpu" = ia64; then
 
30220
-       # AIX 5 now supports IA64 processor
 
30221
-       lt_prog_compiler_static_F77='-Bstatic'
 
30222
-      fi
 
30223
-      ;;
 
30224
-
 
30225
-    amigaos*)
 
30226
-      # FIXME: we need at least 68020 code to build shared libraries, but
 
30227
-      # adding the `-m68020' flag to GCC prevents building anything better,
 
30228
-      # like `-m68040'.
 
30229
-      lt_prog_compiler_pic_F77='-m68020 -resident32 -malways-restore-a4'
 
30230
-      ;;
 
30231
-
 
30232
-    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
30233
-      # PIC is the default for these OSes.
 
30234
-      ;;
 
30235
-
 
30236
-    mingw* | cygwin* | pw32* | os2*)
 
30237
-      # This hack is so that the source file can tell whether it is being
 
30238
-      # built for inclusion in a dll (and should export symbols for example).
 
30239
-      # Although the cygwin gcc ignores -fPIC, still need this for old-style
 
30240
-      # (--disable-auto-import) libraries
 
30241
-      lt_prog_compiler_pic_F77='-DDLL_EXPORT'
 
30242
-      ;;
 
30243
-
 
30244
-    darwin* | rhapsody*)
 
30245
-      # PIC is the default on this platform
 
30246
-      # Common symbols not allowed in MH_DYLIB files
 
30247
-      lt_prog_compiler_pic_F77='-fno-common'
 
30248
-      ;;
 
30249
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
30250
+  (eval "$ac_link") 2>conftest.er1
 
30251
+  ac_status=$?
 
30252
+  grep -v '^ *+' conftest.er1 >conftest.err
 
30253
+  rm -f conftest.er1
 
30254
+  cat conftest.err >&5
 
30255
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30256
+  (exit $ac_status); } && {
 
30257
+        test -z "$ac_c_werror_flag" ||
 
30258
+        test ! -s conftest.err
 
30259
+       } && test -s conftest$ac_exeext &&
 
30260
+       $as_test_x conftest$ac_exeext; then
 
30261
+  ac_cv_func_shl_load=yes
 
30262
+else
 
30263
+  echo "$as_me: failed program was:" >&5
 
30264
+sed 's/^/| /' conftest.$ac_ext >&5
 
30265
 
 
30266
-    interix[3-9]*)
 
30267
-      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
 
30268
-      # Instead, we relocate shared libraries at runtime.
 
30269
-      ;;
23308
30270
+       ac_cv_func_shl_load=no
23309
30271
+fi
23310
30272
 
23311
 
-{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
23312
 
-$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
23313
 
+rm -rf conftest.dSYM
 
30273
-    msdosdjgpp*)
 
30274
-      # Just because we use GCC doesn't mean we suddenly get shared libraries
 
30275
-      # on systems that don't support them.
 
30276
-      lt_prog_compiler_can_build_shared_F77=no
 
30277
-      enable_shared=no
 
30278
-      ;;
23314
30279
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23315
30280
+      conftest$ac_exeext conftest.$ac_ext
23316
30281
+fi
23317
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
23318
 
+$as_echo "$ac_cv_func_shl_load" >&6; }
23319
 
+if test "x$ac_cv_func_shl_load" = x""yes; then
 
30282
+{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
 
30283
+echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
 
30284
+if test $ac_cv_func_shl_load = yes; then
23320
30285
+  lt_cv_dlopen="shl_load"
23321
30286
+else
23322
 
+  { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
23323
 
+$as_echo_n "checking for shl_load in -ldld... " >&6; }
 
30287
+  { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
 
30288
+echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
23324
30289
+if test "${ac_cv_lib_dld_shl_load+set}" = set; then
23325
 
+  $as_echo_n "(cached) " >&6
 
30290
+  echo $ECHO_N "(cached) $ECHO_C" >&6
23326
30291
+else
23327
30292
+  ac_check_lib_save_LIBS=$LIBS
23328
30293
+LIBS="-ldld  $LIBS"
23333
30298
+cat >>conftest.$ac_ext <<_ACEOF
23334
30299
+/* end confdefs.h.  */
23335
30300
 
23336
 
-  if test "$GCC" = yes; then
23337
 
-    lt_prog_compiler_wl_F77='-Wl,'
23338
 
-    lt_prog_compiler_static_F77='-static'
 
30301
-    sysv4*MP*)
 
30302
-      if test -d /usr/nec; then
 
30303
-       lt_prog_compiler_pic_F77=-Kconform_pic
 
30304
-      fi
 
30305
-      ;;
23339
30306
+/* Override any GCC internal prototype to avoid an error.
23340
30307
+   Use char because int might match the return type of a GCC
23341
30308
+   builtin and then its argument prototype would still apply.  */
23357
30324
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23358
30325
+  *) ac_try_echo=$ac_try;;
23359
30326
+esac
23360
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23361
 
+$as_echo "$ac_try_echo") >&5
 
30327
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23362
30328
+  (eval "$ac_link") 2>conftest.er1
23363
30329
+  ac_status=$?
23364
30330
+  grep -v '^ *+' conftest.er1 >conftest.err
23365
30331
+  rm -f conftest.er1
23366
30332
+  cat conftest.err >&5
23367
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30333
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23368
30334
+  (exit $ac_status); } && {
23369
30335
+        test -z "$ac_c_werror_flag" ||
23370
30336
+        test ! -s conftest.err
23371
 
+       } && test -s conftest$ac_exeext && {
23372
 
+        test "$cross_compiling" = yes ||
23373
 
+        $as_test_x conftest$ac_exeext
23374
 
+       }; then
 
30337
+       } && test -s conftest$ac_exeext &&
 
30338
+       $as_test_x conftest$ac_exeext; then
23375
30339
+  ac_cv_lib_dld_shl_load=yes
23376
30340
+else
23377
 
+  $as_echo "$as_me: failed program was:" >&5
 
30341
+  echo "$as_me: failed program was:" >&5
23378
30342
+sed 's/^/| /' conftest.$ac_ext >&5
23379
30343
 
23380
 
-    case $host_os in
23381
 
-      aix*)
23382
 
-      # All AIX code is PIC.
23383
 
-      if test "$host_cpu" = ia64; then
23384
 
-       # AIX 5 now supports IA64 processor
23385
 
-       lt_prog_compiler_static_F77='-Bstatic'
23386
 
-      fi
 
30344
-    hpux*)
 
30345
-      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
30346
-      # not for PA HP-UX.
 
30347
-      case $host_cpu in
 
30348
-      hppa*64*|ia64*)
 
30349
-       # +Z the default
 
30350
-       ;;
 
30351
-      *)
 
30352
-       lt_prog_compiler_pic_F77='-fPIC'
 
30353
-       ;;
 
30354
-      esac
23387
30355
-      ;;
23388
30356
+       ac_cv_lib_dld_shl_load=no
23389
30357
+fi
23390
30358
 
23391
 
-    amigaos*)
23392
 
-      # FIXME: we need at least 68020 code to build shared libraries, but
23393
 
-      # adding the `-m68020' flag to GCC prevents building anything better,
23394
 
-      # like `-m68040'.
23395
 
-      lt_prog_compiler_pic_F77='-m68020 -resident32 -malways-restore-a4'
23396
 
-      ;;
23397
 
+rm -rf conftest.dSYM
 
30359
-    *)
 
30360
-      lt_prog_compiler_pic_F77='-fPIC'
 
30361
-      ;;
 
30362
-    esac
 
30363
-  else
 
30364
-    # PORTME Check for flag to pass linker flags through the system compiler.
 
30365
-    case $host_os in
 
30366
-    aix*)
 
30367
-      lt_prog_compiler_wl_F77='-Wl,'
 
30368
-      if test "$host_cpu" = ia64; then
 
30369
-       # AIX 5 now supports IA64 processor
 
30370
-       lt_prog_compiler_static_F77='-Bstatic'
 
30371
-      else
 
30372
-       lt_prog_compiler_static_F77='-bnso -bI:/lib/syscalls.exp'
 
30373
-      fi
 
30374
-      ;;
 
30375
-      darwin*)
 
30376
-        # PIC is the default on this platform
 
30377
-        # Common symbols not allowed in MH_DYLIB files
 
30378
-       case $cc_basename in
 
30379
-         xlc*)
 
30380
-         lt_prog_compiler_pic_F77='-qnocommon'
 
30381
-         lt_prog_compiler_wl_F77='-Wl,'
 
30382
-         ;;
 
30383
-       esac
 
30384
-       ;;
23398
30385
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23399
30386
+      conftest$ac_exeext conftest.$ac_ext
23400
30387
+LIBS=$ac_check_lib_save_LIBS
23401
30388
+fi
23402
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
23403
 
+$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
23404
 
+if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
 
30389
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
 
30390
+echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
 
30391
+if test $ac_cv_lib_dld_shl_load = yes; then
23405
30392
+  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
23406
30393
+else
23407
 
+  { $as_echo "$as_me:$LINENO: checking for dlopen" >&5
23408
 
+$as_echo_n "checking for dlopen... " >&6; }
 
30394
+  { echo "$as_me:$LINENO: checking for dlopen" >&5
 
30395
+echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
23409
30396
+if test "${ac_cv_func_dlopen+set}" = set; then
23410
 
+  $as_echo_n "(cached) " >&6
 
30397
+  echo $ECHO_N "(cached) $ECHO_C" >&6
23411
30398
+else
23412
30399
+  cat >conftest.$ac_ext <<_ACEOF
23413
30400
+/* confdefs.h.  */
23419
30406
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
23420
30407
+#define dlopen innocuous_dlopen
23421
30408
 
23422
 
-    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
23423
 
-      # PIC is the default for these OSes.
 
30409
-    mingw* | cygwin* | pw32* | os2*)
 
30410
-      # This hack is so that the source file can tell whether it is being
 
30411
-      # built for inclusion in a dll (and should export symbols for example).
 
30412
-      lt_prog_compiler_pic_F77='-DDLL_EXPORT'
23424
30413
-      ;;
23425
30414
+/* System header to define __stub macros and hopefully few prototypes,
23426
30415
+    which can conflict with char dlopen (); below.
23427
30416
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23428
30417
+    <limits.h> exists even on freestanding compilers.  */
23429
30418
 
23430
 
-    mingw* | cygwin* | pw32* | os2*)
23431
 
-      # This hack is so that the source file can tell whether it is being
23432
 
-      # built for inclusion in a dll (and should export symbols for example).
23433
 
-      # Although the cygwin gcc ignores -fPIC, still need this for old-style
23434
 
-      # (--disable-auto-import) libraries
23435
 
-      lt_prog_compiler_pic_F77='-DDLL_EXPORT'
 
30419
-    hpux9* | hpux10* | hpux11*)
 
30420
-      lt_prog_compiler_wl_F77='-Wl,'
 
30421
-      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
30422
-      # not for PA HP-UX.
 
30423
-      case $host_cpu in
 
30424
-      hppa*64*|ia64*)
 
30425
-       # +Z the default
 
30426
-       ;;
 
30427
-      *)
 
30428
-       lt_prog_compiler_pic_F77='+Z'
 
30429
-       ;;
 
30430
-      esac
 
30431
-      # Is there a better lt_prog_compiler_static that works with the bundled CC?
 
30432
-      lt_prog_compiler_static_F77='${wl}-a ${wl}archive'
23436
30433
-      ;;
23437
30434
+#ifdef __STDC__
23438
30435
+# include <limits.h>
23440
30437
+# include <assert.h>
23441
30438
+#endif
23442
30439
 
23443
 
-    darwin* | rhapsody*)
23444
 
-      # PIC is the default on this platform
23445
 
-      # Common symbols not allowed in MH_DYLIB files
23446
 
-      lt_prog_compiler_pic_F77='-fno-common'
 
30440
-    irix5* | irix6* | nonstopux*)
 
30441
-      lt_prog_compiler_wl_F77='-Wl,'
 
30442
-      # PIC (with -KPIC) is the default.
 
30443
-      lt_prog_compiler_static_F77='-non_shared'
23447
30444
-      ;;
23448
30445
+#undef dlopen
23449
30446
 
23450
 
-    interix[3-9]*)
23451
 
-      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
23452
 
-      # Instead, we relocate shared libraries at runtime.
 
30447
-    newsos6)
 
30448
-      lt_prog_compiler_pic_F77='-KPIC'
 
30449
-      lt_prog_compiler_static_F77='-Bstatic'
23453
30450
-      ;;
23454
30451
+/* Override any GCC internal prototype to avoid an error.
23455
30452
+   Use char because int might match the return type of a GCC
23465
30462
+choke me
23466
30463
+#endif
23467
30464
 
23468
 
-    msdosdjgpp*)
23469
 
-      # Just because we use GCC doesn't mean we suddenly get shared libraries
23470
 
-      # on systems that don't support them.
23471
 
-      lt_prog_compiler_can_build_shared_F77=no
23472
 
-      enable_shared=no
23473
 
-      ;;
23474
 
+int
23475
 
+main ()
23476
 
+{
23477
 
+return dlopen ();
23478
 
+  ;
23479
 
+  return 0;
23480
 
+}
23481
 
+_ACEOF
23482
 
+rm -f conftest.$ac_objext conftest$ac_exeext
23483
 
+if { (ac_try="$ac_link"
23484
 
+case "(($ac_try" in
23485
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23486
 
+  *) ac_try_echo=$ac_try;;
23487
 
+esac
23488
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23489
 
+$as_echo "$ac_try_echo") >&5
23490
 
+  (eval "$ac_link") 2>conftest.er1
23491
 
+  ac_status=$?
23492
 
+  grep -v '^ *+' conftest.er1 >conftest.err
23493
 
+  rm -f conftest.er1
23494
 
+  cat conftest.err >&5
23495
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23496
 
+  (exit $ac_status); } && {
23497
 
+        test -z "$ac_c_werror_flag" ||
23498
 
+        test ! -s conftest.err
23499
 
+       } && test -s conftest$ac_exeext && {
23500
 
+        test "$cross_compiling" = yes ||
23501
 
+        $as_test_x conftest$ac_exeext
23502
 
+       }; then
23503
 
+  ac_cv_func_dlopen=yes
23504
 
+else
23505
 
+  $as_echo "$as_me: failed program was:" >&5
23506
 
+sed 's/^/| /' conftest.$ac_ext >&5
23507
 
 
23508
 
-    sysv4*MP*)
23509
 
-      if test -d /usr/nec; then
23510
 
-       lt_prog_compiler_pic_F77=-Kconform_pic
23511
 
-      fi
23512
 
-      ;;
23513
 
-
23514
 
-    hpux*)
23515
 
-      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
23516
 
-      # not for PA HP-UX.
23517
 
-      case $host_cpu in
23518
 
-      hppa*64*|ia64*)
23519
 
-       # +Z the default
23520
 
-       ;;
23521
 
-      *)
23522
 
-       lt_prog_compiler_pic_F77='-fPIC'
23523
 
-       ;;
23524
 
-      esac
23525
 
-      ;;
23526
 
-
23527
 
-    *)
23528
 
-      lt_prog_compiler_pic_F77='-fPIC'
23529
 
-      ;;
23530
 
-    esac
23531
 
-  else
23532
 
-    # PORTME Check for flag to pass linker flags through the system compiler.
23533
 
-    case $host_os in
23534
 
-    aix*)
23535
 
-      lt_prog_compiler_wl_F77='-Wl,'
23536
 
-      if test "$host_cpu" = ia64; then
23537
 
-       # AIX 5 now supports IA64 processor
23538
 
-       lt_prog_compiler_static_F77='-Bstatic'
23539
 
-      else
23540
 
-       lt_prog_compiler_static_F77='-bnso -bI:/lib/syscalls.exp'
23541
 
-      fi
23542
 
-      ;;
23543
 
-      darwin*)
23544
 
-        # PIC is the default on this platform
23545
 
-        # Common symbols not allowed in MH_DYLIB files
23546
 
-       case $cc_basename in
23547
 
-         xlc*)
23548
 
-         lt_prog_compiler_pic_F77='-qnocommon'
23549
 
-         lt_prog_compiler_wl_F77='-Wl,'
23550
 
-         ;;
23551
 
-       esac
23552
 
-       ;;
23553
 
-
23554
 
-    mingw* | cygwin* | pw32* | os2*)
23555
 
-      # This hack is so that the source file can tell whether it is being
23556
 
-      # built for inclusion in a dll (and should export symbols for example).
23557
 
-      lt_prog_compiler_pic_F77='-DDLL_EXPORT'
23558
 
-      ;;
23559
 
-
23560
 
-    hpux9* | hpux10* | hpux11*)
23561
 
-      lt_prog_compiler_wl_F77='-Wl,'
23562
 
-      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
23563
 
-      # not for PA HP-UX.
23564
 
-      case $host_cpu in
23565
 
-      hppa*64*|ia64*)
23566
 
-       # +Z the default
23567
 
-       ;;
23568
 
-      *)
23569
 
-       lt_prog_compiler_pic_F77='+Z'
23570
 
-       ;;
23571
 
-      esac
23572
 
-      # Is there a better lt_prog_compiler_static that works with the bundled CC?
23573
 
-      lt_prog_compiler_static_F77='${wl}-a ${wl}archive'
23574
 
-      ;;
23575
 
-
23576
 
-    irix5* | irix6* | nonstopux*)
23577
 
-      lt_prog_compiler_wl_F77='-Wl,'
23578
 
-      # PIC (with -KPIC) is the default.
23579
 
-      lt_prog_compiler_static_F77='-non_shared'
23580
 
-      ;;
23581
 
-
23582
 
-    newsos6)
23583
 
-      lt_prog_compiler_pic_F77='-KPIC'
23584
 
-      lt_prog_compiler_static_F77='-Bstatic'
23585
 
-      ;;
23586
 
-
23587
30465
-    linux* | k*bsd*-gnu)
23588
30466
-      case $cc_basename in
23589
30467
-      icc* | ecc*)
23621
30499
-       ;;
23622
30500
-      esac
23623
30501
-      ;;
23624
 
-
 
30502
+int
 
30503
+main ()
 
30504
+{
 
30505
+return dlopen ();
 
30506
+  ;
 
30507
+  return 0;
 
30508
+}
 
30509
+_ACEOF
 
30510
+rm -f conftest.$ac_objext conftest$ac_exeext
 
30511
+if { (ac_try="$ac_link"
 
30512
+case "(($ac_try" in
 
30513
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30514
+  *) ac_try_echo=$ac_try;;
 
30515
+esac
 
30516
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
30517
+  (eval "$ac_link") 2>conftest.er1
 
30518
+  ac_status=$?
 
30519
+  grep -v '^ *+' conftest.er1 >conftest.err
 
30520
+  rm -f conftest.er1
 
30521
+  cat conftest.err >&5
 
30522
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30523
+  (exit $ac_status); } && {
 
30524
+        test -z "$ac_c_werror_flag" ||
 
30525
+        test ! -s conftest.err
 
30526
+       } && test -s conftest$ac_exeext &&
 
30527
+       $as_test_x conftest$ac_exeext; then
 
30528
+  ac_cv_func_dlopen=yes
 
30529
+else
 
30530
+  echo "$as_me: failed program was:" >&5
 
30531
+sed 's/^/| /' conftest.$ac_ext >&5
 
30532
 
23625
30533
-    osf3* | osf4* | osf5*)
23626
30534
-      lt_prog_compiler_wl_F77='-Wl,'
23627
30535
-      # All OSF/1 code is PIC.
23628
30536
-      lt_prog_compiler_static_F77='-non_shared'
23629
30537
-      ;;
23630
 
-
 
30538
+       ac_cv_func_dlopen=no
 
30539
+fi
 
30540
 
23631
30541
-    rdos*)
23632
30542
-      lt_prog_compiler_static_F77='-non_shared'
23633
30543
-      ;;
23634
 
-
 
30544
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
30545
+      conftest$ac_exeext conftest.$ac_ext
 
30546
+fi
 
30547
+{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
 
30548
+echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
 
30549
+if test $ac_cv_func_dlopen = yes; then
 
30550
+  lt_cv_dlopen="dlopen"
 
30551
+else
 
30552
+  { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 
30553
+echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
 
30554
+if test "${ac_cv_lib_dl_dlopen+set}" = set; then
 
30555
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
30556
+else
 
30557
+  ac_check_lib_save_LIBS=$LIBS
 
30558
+LIBS="-ldl  $LIBS"
 
30559
+cat >conftest.$ac_ext <<_ACEOF
 
30560
+/* confdefs.h.  */
 
30561
+_ACEOF
 
30562
+cat confdefs.h >>conftest.$ac_ext
 
30563
+cat >>conftest.$ac_ext <<_ACEOF
 
30564
+/* end confdefs.h.  */
 
30565
 
23635
30566
-    solaris*)
23636
30567
-      lt_prog_compiler_pic_F77='-KPIC'
23637
30568
-      lt_prog_compiler_static_F77='-Bstatic'
23696
30627
-$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... " >&6; }
23697
30628
-if test "${lt_cv_prog_compiler_pic_works_F77+set}" = set; then
23698
30629
-  $as_echo_n "(cached) " >&6
23699
 
-else
 
30630
+/* Override any GCC internal prototype to avoid an error.
 
30631
+   Use char because int might match the return type of a GCC
 
30632
+   builtin and then its argument prototype would still apply.  */
 
30633
+#ifdef __cplusplus
 
30634
+extern "C"
 
30635
+#endif
 
30636
+char dlopen ();
 
30637
+int
 
30638
+main ()
 
30639
+{
 
30640
+return dlopen ();
 
30641
+  ;
 
30642
+  return 0;
 
30643
+}
 
30644
+_ACEOF
 
30645
+rm -f conftest.$ac_objext conftest$ac_exeext
 
30646
+if { (ac_try="$ac_link"
 
30647
+case "(($ac_try" in
 
30648
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30649
+  *) ac_try_echo=$ac_try;;
 
30650
+esac
 
30651
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
30652
+  (eval "$ac_link") 2>conftest.er1
 
30653
+  ac_status=$?
 
30654
+  grep -v '^ *+' conftest.er1 >conftest.err
 
30655
+  rm -f conftest.er1
 
30656
+  cat conftest.err >&5
 
30657
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30658
+  (exit $ac_status); } && {
 
30659
+        test -z "$ac_c_werror_flag" ||
 
30660
+        test ! -s conftest.err
 
30661
+       } && test -s conftest$ac_exeext &&
 
30662
+       $as_test_x conftest$ac_exeext; then
 
30663
+  ac_cv_lib_dl_dlopen=yes
 
30664
 else
23700
30665
-  lt_cv_prog_compiler_pic_works_F77=no
23701
30666
-  ac_outfile=conftest.$ac_objext
23702
30667
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
23710
30675
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
23711
30676
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
23712
30677
-   -e 's:$: $lt_compiler_flag:'`
23713
 
-   (eval echo "\"\$as_me:15917: $lt_compile\"" >&5)
 
30678
-   (eval echo "\"\$as_me:15945: $lt_compile\"" >&5)
23714
30679
-   (eval "$lt_compile" 2>conftest.err)
23715
30680
-   ac_status=$?
23716
30681
-   cat conftest.err >&5
23717
 
-   echo "$as_me:15921: \$? = $ac_status" >&5
 
30682
-   echo "$as_me:15949: \$? = $ac_status" >&5
23718
30683
-   if (exit $ac_status) && test -s "$ac_outfile"; then
23719
30684
-     # The compiler can only warn and ignore the option if not recognized
23720
30685
-     # So say no if there are warnings other than the usual output.
23725
30690
-     fi
23726
30691
-   fi
23727
30692
-   $rm conftest*
23728
 
+       ac_cv_func_dlopen=no
23729
 
+fi
 
30693
+  echo "$as_me: failed program was:" >&5
 
30694
+sed 's/^/| /' conftest.$ac_ext >&5
23730
30695
 
23731
 
+rm -rf conftest.dSYM
23732
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23733
 
+      conftest$ac_exeext conftest.$ac_ext
 
30696
+       ac_cv_lib_dl_dlopen=no
23734
30697
 fi
23735
30698
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_F77" >&5
23736
30699
-$as_echo "$lt_cv_prog_compiler_pic_works_F77" >&6; }
23737
 
-
 
30700
 
23738
30701
-if test x"$lt_cv_prog_compiler_pic_works_F77" = xyes; then
23739
30702
-    case $lt_prog_compiler_pic_F77 in
23740
30703
-     "" | " "*) ;;
23741
30704
-     *) lt_prog_compiler_pic_F77=" $lt_prog_compiler_pic_F77" ;;
23742
30705
-     esac
23743
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
23744
 
+$as_echo "$ac_cv_func_dlopen" >&6; }
23745
 
+if test "x$ac_cv_func_dlopen" = x""yes; then
23746
 
+  lt_cv_dlopen="dlopen"
23747
 
 else
 
30706
-else
23748
30707
-    lt_prog_compiler_pic_F77=
23749
30708
-     lt_prog_compiler_can_build_shared_F77=no
23750
 
-fi
23751
 
+  { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
23752
 
+$as_echo_n "checking for dlopen in -ldl... " >&6; }
23753
 
+if test "${ac_cv_lib_dl_dlopen+set}" = set; then
23754
 
+  $as_echo_n "(cached) " >&6
 
30709
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
30710
+      conftest$ac_exeext conftest.$ac_ext
 
30711
+LIBS=$ac_check_lib_save_LIBS
 
30712
 fi
 
30713
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 
30714
+echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
 
30715
+if test $ac_cv_lib_dl_dlopen = yes; then
 
30716
+  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 
30717
+else
 
30718
+  { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
 
30719
+echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
 
30720
+if test "${ac_cv_lib_svld_dlopen+set}" = set; then
 
30721
+  echo $ECHO_N "(cached) $ECHO_C" >&6
23755
30722
+else
23756
30723
+  ac_check_lib_save_LIBS=$LIBS
23757
 
+LIBS="-ldl  $LIBS"
 
30724
+LIBS="-lsvld  $LIBS"
23758
30725
+cat >conftest.$ac_ext <<_ACEOF
23759
30726
+/* confdefs.h.  */
23760
30727
+_ACEOF
23801
30768
-$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
23802
30769
-if test "${lt_cv_prog_compiler_static_works_F77+set}" = set; then
23803
30770
-  $as_echo_n "(cached) " >&6
23804
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23805
 
+$as_echo "$ac_try_echo") >&5
 
30771
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23806
30772
+  (eval "$ac_link") 2>conftest.er1
23807
30773
+  ac_status=$?
23808
30774
+  grep -v '^ *+' conftest.er1 >conftest.err
23809
30775
+  rm -f conftest.er1
23810
30776
+  cat conftest.err >&5
23811
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30777
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
23812
30778
+  (exit $ac_status); } && {
23813
30779
+        test -z "$ac_c_werror_flag" ||
23814
30780
+        test ! -s conftest.err
23815
 
+       } && test -s conftest$ac_exeext && {
23816
 
+        test "$cross_compiling" = yes ||
23817
 
+        $as_test_x conftest$ac_exeext
23818
 
+       }; then
23819
 
+  ac_cv_lib_dl_dlopen=yes
 
30781
+       } && test -s conftest$ac_exeext &&
 
30782
+       $as_test_x conftest$ac_exeext; then
 
30783
+  ac_cv_lib_svld_dlopen=yes
23820
30784
 else
23821
30785
-  lt_cv_prog_compiler_static_works_F77=no
23822
30786
-   save_LDFLAGS="$LDFLAGS"
23839
30803
-   fi
23840
30804
-   $rm -r conftest*
23841
30805
-   LDFLAGS="$save_LDFLAGS"
23842
 
+  $as_echo "$as_me: failed program was:" >&5
 
30806
+  echo "$as_me: failed program was:" >&5
23843
30807
+sed 's/^/| /' conftest.$ac_ext >&5
23844
30808
 
23845
 
+       ac_cv_lib_dl_dlopen=no
 
30809
+       ac_cv_lib_svld_dlopen=no
23846
30810
 fi
23847
30811
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_F77" >&5
23848
30812
-$as_echo "$lt_cv_prog_compiler_static_works_F77" >&6; }
23851
30815
-    :
23852
30816
-else
23853
30817
-    lt_prog_compiler_static_F77=
23854
 
+rm -rf conftest.dSYM
23855
30818
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23856
30819
+      conftest$ac_exeext conftest.$ac_ext
23857
30820
+LIBS=$ac_check_lib_save_LIBS
23861
30824
-{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
23862
30825
-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
23863
30826
-if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then
23864
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
23865
 
+$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
23866
 
+if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
23867
 
+  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
23868
 
+else
23869
 
+  { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
23870
 
+$as_echo_n "checking for dlopen in -lsvld... " >&6; }
23871
 
+if test "${ac_cv_lib_svld_dlopen+set}" = set; then
23872
 
   $as_echo_n "(cached) " >&6
 
30827
-  $as_echo_n "(cached) " >&6
 
30828
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
 
30829
+echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
 
30830
+if test $ac_cv_lib_svld_dlopen = yes; then
 
30831
+  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
23873
30832
 else
23874
30833
-  lt_cv_prog_compiler_c_o_F77=no
23875
30834
-   $rm -r conftest 2>/dev/null
23877
30836
-   cd conftest
23878
30837
-   mkdir out
23879
30838
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
23880
 
+  ac_check_lib_save_LIBS=$LIBS
23881
 
+LIBS="-lsvld  $LIBS"
23882
 
+cat >conftest.$ac_ext <<_ACEOF
23883
 
+/* confdefs.h.  */
23884
 
+_ACEOF
23885
 
+cat confdefs.h >>conftest.$ac_ext
23886
 
+cat >>conftest.$ac_ext <<_ACEOF
23887
 
+/* end confdefs.h.  */
23888
 
 
 
30839
-
23889
30840
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
23890
30841
-   # Insert the option either (1) after the last *FLAGS variable, or
23891
30842
-   # (2) before a word containing "conftest.", or (3) at the end.
23895
30846
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
23896
30847
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
23897
30848
-   -e 's:$: $lt_compiler_flag:'`
23898
 
-   (eval echo "\"\$as_me:16021: $lt_compile\"" >&5)
 
30849
-   (eval echo "\"\$as_me:16049: $lt_compile\"" >&5)
23899
30850
-   (eval "$lt_compile" 2>out/conftest.err)
23900
30851
-   ac_status=$?
23901
30852
-   cat out/conftest.err >&5
23902
 
-   echo "$as_me:16025: \$? = $ac_status" >&5
 
30853
-   echo "$as_me:16053: \$? = $ac_status" >&5
23903
30854
-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
23904
30855
-   then
23905
30856
-     # The compiler can only warn and ignore the option if not recognized
23919
30870
-   cd ..
23920
30871
-   rmdir conftest
23921
30872
-   $rm conftest*
23922
 
+/* Override any GCC internal prototype to avoid an error.
23923
 
+   Use char because int might match the return type of a GCC
23924
 
+   builtin and then its argument prototype would still apply.  */
23925
 
+#ifdef __cplusplus
23926
 
+extern "C"
23927
 
+#endif
23928
 
+char dlopen ();
23929
 
+int
23930
 
+main ()
23931
 
+{
23932
 
+return dlopen ();
23933
 
+  ;
23934
 
+  return 0;
23935
 
+}
23936
 
+_ACEOF
23937
 
+rm -f conftest.$ac_objext conftest$ac_exeext
23938
 
+if { (ac_try="$ac_link"
23939
 
+case "(($ac_try" in
23940
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23941
 
+  *) ac_try_echo=$ac_try;;
23942
 
+esac
23943
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23944
 
+$as_echo "$ac_try_echo") >&5
23945
 
+  (eval "$ac_link") 2>conftest.er1
23946
 
+  ac_status=$?
23947
 
+  grep -v '^ *+' conftest.er1 >conftest.err
23948
 
+  rm -f conftest.er1
23949
 
+  cat conftest.err >&5
23950
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23951
 
+  (exit $ac_status); } && {
23952
 
+        test -z "$ac_c_werror_flag" ||
23953
 
+        test ! -s conftest.err
23954
 
+       } && test -s conftest$ac_exeext && {
23955
 
+        test "$cross_compiling" = yes ||
23956
 
+        $as_test_x conftest$ac_exeext
23957
 
+       }; then
23958
 
+  ac_cv_lib_svld_dlopen=yes
23959
 
+else
23960
 
+  $as_echo "$as_me: failed program was:" >&5
23961
 
+sed 's/^/| /' conftest.$ac_ext >&5
23962
 
 
23963
 
+       ac_cv_lib_svld_dlopen=no
23964
 
 fi
 
30873
-
 
30874
-fi
23965
30875
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5
23966
30876
-$as_echo "$lt_cv_prog_compiler_c_o_F77" >&6; }
23967
 
 
23968
 
+rm -rf conftest.dSYM
23969
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23970
 
+      conftest$ac_exeext conftest.$ac_ext
23971
 
+LIBS=$ac_check_lib_save_LIBS
23972
 
+fi
23973
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
23974
 
+$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
23975
 
+if test "x$ac_cv_lib_svld_dlopen" = x""yes; then
23976
 
+  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
23977
 
+else
23978
 
+  { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
23979
 
+$as_echo_n "checking for dld_link in -ldld... " >&6; }
 
30877
-
 
30878
-
 
30879
-hard_links="nottested"
 
30880
-if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then
 
30881
-  # do not overwrite the value of need_locks provided by the user
 
30882
-  { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
30883
-$as_echo_n "checking if we can lock with hard links... " >&6; }
 
30884
-  hard_links=yes
 
30885
-  $rm conftest*
 
30886
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
30887
-  touch conftest.a
 
30888
-  ln conftest.a conftest.b 2>&5 || hard_links=no
 
30889
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
30890
-  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
 
30891
-$as_echo "$hard_links" >&6; }
 
30892
-  if test "$hard_links" = no; then
 
30893
-    { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 
30894
-$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 
30895
-    need_locks=warn
 
30896
-  fi
 
30897
+  { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
 
30898
+echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
23980
30899
+if test "${ac_cv_lib_dld_dld_link+set}" = set; then
23981
 
+  $as_echo_n "(cached) " >&6
23982
 
+else
23983
 
+  ac_check_lib_save_LIBS=$LIBS
23984
 
+LIBS="-ldld  $LIBS"
23985
 
+cat >conftest.$ac_ext <<_ACEOF
23986
 
+/* confdefs.h.  */
23987
 
+_ACEOF
23988
 
+cat confdefs.h >>conftest.$ac_ext
23989
 
+cat >>conftest.$ac_ext <<_ACEOF
23990
 
+/* end confdefs.h.  */
23991
 
 
23992
 
-hard_links="nottested"
23993
 
-if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then
23994
 
-  # do not overwrite the value of need_locks provided by the user
23995
 
-  { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
23996
 
-$as_echo_n "checking if we can lock with hard links... " >&6; }
23997
 
-  hard_links=yes
23998
 
-  $rm conftest*
23999
 
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
24000
 
-  touch conftest.a
24001
 
-  ln conftest.a conftest.b 2>&5 || hard_links=no
24002
 
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
24003
 
-  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
24004
 
-$as_echo "$hard_links" >&6; }
24005
 
-  if test "$hard_links" = no; then
24006
 
-    { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
24007
 
-$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
24008
 
-    need_locks=warn
24009
 
-  fi
24010
 
+/* Override any GCC internal prototype to avoid an error.
24011
 
+   Use char because int might match the return type of a GCC
24012
 
+   builtin and then its argument prototype would still apply.  */
24013
 
+#ifdef __cplusplus
24014
 
+extern "C"
24015
 
+#endif
24016
 
+char dld_link ();
24017
 
+int
24018
 
+main ()
24019
 
+{
24020
 
+return dld_link ();
24021
 
+  ;
24022
 
+  return 0;
24023
 
+}
24024
 
+_ACEOF
24025
 
+rm -f conftest.$ac_objext conftest$ac_exeext
24026
 
+if { (ac_try="$ac_link"
24027
 
+case "(($ac_try" in
24028
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24029
 
+  *) ac_try_echo=$ac_try;;
24030
 
+esac
24031
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24032
 
+$as_echo "$ac_try_echo") >&5
24033
 
+  (eval "$ac_link") 2>conftest.er1
24034
 
+  ac_status=$?
24035
 
+  grep -v '^ *+' conftest.er1 >conftest.err
24036
 
+  rm -f conftest.er1
24037
 
+  cat conftest.err >&5
24038
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24039
 
+  (exit $ac_status); } && {
24040
 
+        test -z "$ac_c_werror_flag" ||
24041
 
+        test ! -s conftest.err
24042
 
+       } && test -s conftest$ac_exeext && {
24043
 
+        test "$cross_compiling" = yes ||
24044
 
+        $as_test_x conftest$ac_exeext
24045
 
+       }; then
24046
 
+  ac_cv_lib_dld_dld_link=yes
 
30900
+  echo $ECHO_N "(cached) $ECHO_C" >&6
24047
30901
 else
24048
30902
-  need_locks=no
24049
 
+  $as_echo "$as_me: failed program was:" >&5
24050
 
+sed 's/^/| /' conftest.$ac_ext >&5
24051
 
+
24052
 
+       ac_cv_lib_dld_dld_link=no
24053
 
 fi
24054
 
 
 
30903
-fi
 
30904
-
24055
30905
-{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
24056
30906
-$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
24057
 
+rm -rf conftest.dSYM
24058
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24059
 
+      conftest$ac_exeext conftest.$ac_ext
24060
 
+LIBS=$ac_check_lib_save_LIBS
24061
 
+fi
24062
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
24063
 
+$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
24064
 
+if test "x$ac_cv_lib_dld_dld_link" = x""yes; then
24065
 
+  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
24066
 
+fi
24067
 
 
 
30907
-
24068
30908
-  runpath_var=
24069
30909
-  allow_undefined_flag_F77=
24070
30910
-  enable_shared_with_static_runtimes_F77=no
24112
30952
-  esac
24113
30953
-done
24114
30954
-cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
24115
 
 
 
30955
-
24116
30956
-  case $host_os in
24117
30957
-  cygwin* | mingw* | pw32*)
24118
30958
-    # FIXME: the MSVC++ port hasn't been tested in a loooong time
24130
30970
-    with_gnu_ld=no
24131
30971
-    ;;
24132
30972
-  esac
24133
 
+fi
24134
 
 
 
30973
-
24135
30974
-  ld_shlibs_F77=yes
24136
30975
-  if test "$with_gnu_ld" = yes; then
24137
30976
-    # If archive_cmds runs LD, not CC, wlarc should be empty
24138
30977
-    wlarc='${wl}'
24139
 
 
 
30978
-
24140
30979
-    # Set some defaults for GNU ld with shared library support. These
24141
30980
-    # are reset later if shared libraries are not supported. Putting them
24142
30981
-    # here allows them to be overridden if necessary.
24157
30996
-      *\ 2.11.*) ;; # other 2.11 versions
24158
30997
-      *) supports_anon_versioning=yes ;;
24159
30998
-    esac
24160
 
+fi
24161
 
 
 
30999
-
24162
31000
-    # See if GNU ld supports shared libraries.
24163
31001
-    case $host_os in
24164
31002
-    aix[3-9]*)
24166
31004
-      if test "$host_cpu" != ia64; then
24167
31005
-       ld_shlibs_F77=no
24168
31006
-       cat <<EOF 1>&2
24169
 
 
 
31007
-
24170
31008
-*** Warning: the GNU linker, at least up to release 2.9.1, is reported
24171
31009
-*** to be unable to reliably create shared libraries on AIX.
24172
31010
-*** Therefore, libtool is disabling shared libraries support.  If you
24173
31011
-*** really care for shared libraries, you may want to modify your PATH
24174
31012
-*** so that a non-GNU linker is found, and then restart.
24175
 
+fi
24176
 
 
 
31013
-
24177
31014
-EOF
24178
31015
-      fi
24179
31016
-      ;;
24180
 
 
 
31017
-
24181
31018
-    amigaos*)
24182
31019
-      archive_cmds_F77='$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)'
24183
31020
-      hardcode_libdir_flag_spec_F77='-L$libdir'
24191
31028
-      # them.
24192
31029
-      ld_shlibs_F77=no
24193
31030
-      ;;
24194
 
+fi
24195
 
 
 
31031
-
24196
31032
-    beos*)
24197
31033
-      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
24198
31034
-       allow_undefined_flag_F77=unsupported
24203
31039
-       ld_shlibs_F77=no
24204
31040
-      fi
24205
31041
-      ;;
24206
 
 
 
31042
-
24207
31043
-    cygwin* | mingw* | pw32*)
24208
31044
-      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, F77) is actually meaningless,
24209
31045
-      # as there is no search path for DLLs.
24212
31048
-      always_export_symbols_F77=no
24213
31049
-      enable_shared_with_static_runtimes_F77=yes
24214
31050
-      export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
24215
 
+fi
24216
 
 
 
31051
-
24217
31052
-      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
24218
31053
-        archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
24219
31054
-       # If the export-symbols file already is a .def file (1st line
24229
31064
-       ld_shlibs_F77=no
24230
31065
-      fi
24231
31066
-      ;;
24232
 
+    ;;
24233
 
+  esac
24234
 
 
 
31067
-
24235
31068
-    interix[3-9]*)
24236
31069
-      hardcode_direct_F77=no
24237
31070
-      hardcode_shlibpath_var_F77=no
24246
31079
-      archive_cmds_F77='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
24247
31080
-      archive_expsym_cmds_F77='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'
24248
31081
-      ;;
24249
 
+  if test "x$lt_cv_dlopen" != xno; then
24250
 
+    enable_dlopen=yes
24251
 
+  else
24252
 
+    enable_dlopen=no
24253
 
+  fi
24254
 
 
 
31082
-
24255
31083
-    gnu* | linux* | k*bsd*-gnu)
24256
31084
-      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
24257
31085
-       tmp_addflag=
24301
31129
-       archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
24302
31130
-      fi
24303
31131
-      ;;
24304
 
+  case $lt_cv_dlopen in
24305
 
+  dlopen)
24306
 
+    save_CPPFLAGS="$CPPFLAGS"
24307
 
+    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
24308
 
 
 
31132
-
24309
31133
-    solaris*)
24310
31134
-      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
24311
31135
-       ld_shlibs_F77=no
24312
31136
-       cat <<EOF 1>&2
24313
 
+    save_LDFLAGS="$LDFLAGS"
24314
 
+    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
24315
 
 
 
31137
-
24316
31138
-*** Warning: The releases 2.8.* of the GNU linker cannot reliably
24317
31139
-*** create shared libraries on Solaris systems.  Therefore, libtool
24318
31140
-*** is disabling shared libraries support.  We urge you to upgrade GNU
24319
31141
-*** binutils to release 2.9.1 or newer.  Another option is to modify
24320
31142
-*** your PATH or compiler configuration so that the native linker is
24321
31143
-*** used, and then restart.
24322
 
+    save_LIBS="$LIBS"
24323
 
+    LIBS="$lt_cv_dlopen_libs $LIBS"
24324
 
 
 
31144
-
24325
31145
-EOF
24326
31146
-      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
24327
31147
-       archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
24330
31150
-       ld_shlibs_F77=no
24331
31151
-      fi
24332
31152
-      ;;
24333
 
+    { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
24334
 
+$as_echo_n "checking whether a program can dlopen itself... " >&6; }
24335
 
+if test "${lt_cv_dlopen_self+set}" = set; then
24336
 
+  $as_echo_n "(cached) " >&6
24337
 
+else
24338
 
+         if test "$cross_compiling" = yes; then :
24339
 
+  lt_cv_dlopen_self=cross
24340
 
+else
24341
 
+  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
24342
 
+  lt_status=$lt_dlunknown
24343
 
+  cat > conftest.$ac_ext <<_LT_EOF
24344
 
+#line 12146 "configure"
24345
 
+#include "confdefs.h"
24346
 
 
 
31153
-
24347
31154
-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
24348
31155
-      case `$LD -v 2>&1` in
24349
31156
-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
24350
31157
-       ld_shlibs_F77=no
24351
31158
-       cat <<_LT_EOF 1>&2
24352
 
+#if HAVE_DLFCN_H
24353
 
+#include <dlfcn.h>
24354
 
+#endif
24355
 
 
 
31159
-
24356
31160
-*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
24357
31161
-*** reliably create shared libraries on SCO systems.  Therefore, libtool
24358
31162
-*** is disabling shared libraries support.  We urge you to upgrade GNU
24359
31163
-*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
24360
31164
-*** your PATH or compiler configuration so that the native linker is
24361
31165
-*** used, and then restart.
24362
 
+#include <stdio.h>
24363
 
 
 
31166
-
24364
31167
-_LT_EOF
24365
31168
-       ;;
24366
31169
-       *)
24374
31177
-       ;;
24375
31178
-      esac
24376
31179
-      ;;
24377
 
+#ifdef RTLD_GLOBAL
24378
 
+#  define LT_DLGLOBAL          RTLD_GLOBAL
24379
 
+#else
24380
 
+#  ifdef DL_GLOBAL
24381
 
+#    define LT_DLGLOBAL                DL_GLOBAL
24382
 
+#  else
24383
 
+#    define LT_DLGLOBAL                0
24384
 
+#  endif
24385
 
+#endif
24386
 
 
 
31180
-
24387
31181
-    sunos4*)
24388
31182
-      archive_cmds_F77='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
24389
31183
-      wlarc=
24390
31184
-      hardcode_direct_F77=yes
24391
31185
-      hardcode_shlibpath_var_F77=no
24392
31186
-      ;;
24393
 
+/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
24394
 
+   find out it does not work in some platform. */
24395
 
+#ifndef LT_DLLAZY_OR_NOW
24396
 
+#  ifdef RTLD_LAZY
24397
 
+#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
24398
 
+#  else
24399
 
+#    ifdef DL_LAZY
24400
 
+#      define LT_DLLAZY_OR_NOW         DL_LAZY
24401
 
+#    else
24402
 
+#      ifdef RTLD_NOW
24403
 
+#        define LT_DLLAZY_OR_NOW       RTLD_NOW
24404
 
+#      else
24405
 
+#        ifdef DL_NOW
24406
 
+#          define LT_DLLAZY_OR_NOW     DL_NOW
24407
 
+#        else
24408
 
+#          define LT_DLLAZY_OR_NOW     0
24409
 
+#        endif
24410
 
+#      endif
24411
 
+#    endif
24412
 
+#  endif
24413
 
+#endif
24414
 
 
 
31187
-
24415
31188
-    *)
24416
31189
-      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
24417
31190
-       archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
24421
31194
-      fi
24422
31195
-      ;;
24423
31196
-    esac
24424
 
+void fnord() { int i=42;}
24425
 
+int main ()
24426
 
+{
24427
 
+  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
24428
 
+  int status = $lt_dlunknown;
24429
 
 
 
31197
-
24430
31198
-    if test "$ld_shlibs_F77" = no; then
24431
31199
-      runpath_var=
24432
31200
-      hardcode_libdir_flag_spec_F77=
24433
31201
-      export_dynamic_flag_spec_F77=
24434
31202
-      whole_archive_flag_spec_F77=
24435
31203
-    fi
24436
 
+  if (self)
24437
 
+    {
24438
 
+      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
24439
 
+      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
24440
 
+      /* dlclose (self); */
24441
 
+    }
24442
 
   else
 
31204
-  else
24443
31205
-    # PORTME fill in a description of your system's linker (not GNU ld)
24444
31206
-    case $host_os in
24445
31207
-    aix3*)
24455
31217
-       hardcode_direct_F77=unsupported
24456
31218
-      fi
24457
31219
-      ;;
24458
 
+    puts (dlerror ());
24459
 
 
 
31220
-
24460
31221
-    aix[4-9]*)
24461
31222
-      if test "$host_cpu" = ia64; then
24462
31223
-       # On IA64, the linker does run time linking by default, so we don't
24473
31234
-         export_symbols_cmds_F77='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
24474
31235
-       fi
24475
31236
-       aix_use_runtimelinking=no
24476
 
+  return status;
24477
 
+}
24478
 
+_LT_EOF
24479
 
+  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24480
 
+  (eval $ac_link) 2>&5
24481
 
+  ac_status=$?
24482
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24483
 
+  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
24484
 
+    (./conftest; exit; ) >&5 2>/dev/null
24485
 
+    lt_status=$?
24486
 
+    case x$lt_status in
24487
 
+      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
24488
 
+      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
24489
 
+      x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
24490
 
+    esac
24491
 
+  else :
24492
 
+    # compilation failed
24493
 
+    lt_cv_dlopen_self=no
24494
 
+  fi
24495
 
+fi
24496
 
+rm -fr conftest*
24497
 
 
 
31237
-
24498
31238
-       # Test if we are trying to use run time linking or normal
24499
31239
-       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
24500
31240
-       # need to do runtime linking.
24507
31247
-         done
24508
31248
-         ;;
24509
31249
-       esac
24510
 
 
 
31250
-
24511
31251
-       exp_sym_flag='-bexport'
24512
31252
-       no_entry_flag='-bnoentry'
24513
31253
-      fi
24514
 
+fi
24515
 
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
24516
 
+$as_echo "$lt_cv_dlopen_self" >&6; }
24517
 
 
 
31254
-
24518
31255
-      # When large executables or shared objects are built, AIX ld can
24519
31256
-      # have problems creating the table of contents.  If linking a library
24520
31257
-      # or program results in "error TOC overflow" add -mminimal-toc to
24521
31258
-      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
24522
31259
-      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
24523
 
+    if test "x$lt_cv_dlopen_self" = xyes; then
24524
 
+      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
24525
 
+      { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
24526
 
+$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
24527
 
+if test "${lt_cv_dlopen_self_static+set}" = set; then
24528
 
+  $as_echo_n "(cached) " >&6
24529
 
+else
24530
 
+         if test "$cross_compiling" = yes; then :
24531
 
+  lt_cv_dlopen_self_static=cross
24532
 
+else
24533
 
+  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
24534
 
+  lt_status=$lt_dlunknown
24535
 
+  cat > conftest.$ac_ext <<_LT_EOF
24536
 
+#line 12242 "configure"
24537
 
+#include "confdefs.h"
24538
 
 
 
31260
-
24539
31261
-      archive_cmds_F77=''
24540
31262
-      hardcode_direct_F77=yes
24541
31263
-      hardcode_libdir_separator_F77=':'
24542
31264
-      link_all_deplibs_F77=yes
24543
 
+#if HAVE_DLFCN_H
24544
 
+#include <dlfcn.h>
24545
 
+#endif
24546
 
 
 
31265
-
24547
31266
-      if test "$GCC" = yes; then
24548
31267
-       case $host_os in aix4.[012]|aix4.[012].*)
24549
31268
-       # We only want to do this on AIX 4.2 and lower, the check
24584
31303
-         fi
24585
31304
-       fi
24586
31305
-      fi
24587
 
+#include <stdio.h>
24588
 
 
 
31306
-
24589
31307
-      # It seems that -bexpall does not export symbols beginning with
24590
31308
-      # underscore (_), so it is better to generate a list of symbols to export.
24591
31309
-      always_export_symbols_F77=yes
24596
31314
-       # Determine the default libpath from the value encoded in an empty executable.
24597
31315
-       cat >conftest.$ac_ext <<_ACEOF
24598
31316
-      program main
24599
 
+#ifdef RTLD_GLOBAL
24600
 
+#  define LT_DLGLOBAL          RTLD_GLOBAL
24601
 
+#else
24602
 
+#  ifdef DL_GLOBAL
24603
 
+#    define LT_DLGLOBAL                DL_GLOBAL
24604
 
+#  else
24605
 
+#    define LT_DLGLOBAL                0
24606
 
+#  endif
24607
 
+#endif
24608
 
 
 
31317
-
24609
31318
-      end
24610
 
-_ACEOF
 
31319
+  ac_check_lib_save_LIBS=$LIBS
 
31320
+LIBS="-ldld  $LIBS"
 
31321
+cat >conftest.$ac_ext <<_ACEOF
 
31322
+/* confdefs.h.  */
 
31323
 _ACEOF
24611
31324
-rm -f conftest.$ac_objext conftest$ac_exeext
24612
31325
-if { (ac_try="$ac_link"
24613
31326
-case "(($ac_try" in
24617
31330
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24618
31331
-$as_echo "$ac_try_echo") >&5
24619
31332
-  (eval "$ac_link") 2>conftest.er1
24620
 
+/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
24621
 
+   find out it does not work in some platform. */
24622
 
+#ifndef LT_DLLAZY_OR_NOW
24623
 
+#  ifdef RTLD_LAZY
24624
 
+#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
24625
 
+#  else
24626
 
+#    ifdef DL_LAZY
24627
 
+#      define LT_DLLAZY_OR_NOW         DL_LAZY
24628
 
+#    else
24629
 
+#      ifdef RTLD_NOW
24630
 
+#        define LT_DLLAZY_OR_NOW       RTLD_NOW
24631
 
+#      else
24632
 
+#        ifdef DL_NOW
24633
 
+#          define LT_DLLAZY_OR_NOW     DL_NOW
24634
 
+#        else
24635
 
+#          define LT_DLLAZY_OR_NOW     0
24636
 
+#        endif
24637
 
+#      endif
24638
 
+#    endif
24639
 
+#  endif
24640
 
+#endif
24641
 
+
24642
 
+void fnord() { int i=42;}
24643
 
+int main ()
24644
 
+{
24645
 
+  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
24646
 
+  int status = $lt_dlunknown;
24647
 
+
24648
 
+  if (self)
24649
 
+    {
24650
 
+      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
24651
 
+      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
24652
 
+      /* dlclose (self); */
24653
 
+    }
24654
 
+  else
24655
 
+    puts (dlerror ());
24656
 
+
24657
 
+  return status;
24658
 
+}
24659
 
+_LT_EOF
24660
 
+  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24661
 
+  (eval $ac_link) 2>&5
24662
 
   ac_status=$?
 
31333
-  ac_status=$?
24663
31334
-  grep -v '^ *+' conftest.er1 >conftest.err
24664
31335
-  rm -f conftest.er1
24665
31336
-  cat conftest.err >&5
24666
 
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31337
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24667
31338
-  (exit $ac_status); } && {
24668
31339
-        test -z "$ac_f77_werror_flag" ||
24669
31340
-        test ! -s conftest.err
24671
31342
-        test "$cross_compiling" = yes ||
24672
31343
-        $as_test_x conftest$ac_exeext
24673
31344
-       }; then
24674
 
+  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
24675
 
+    (./conftest; exit; ) >&5 2>/dev/null
24676
 
+    lt_status=$?
24677
 
+    case x$lt_status in
24678
 
+      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
24679
 
+      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
24680
 
+      x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
24681
 
+    esac
24682
 
+  else :
24683
 
+    # compilation failed
24684
 
+    lt_cv_dlopen_self_static=no
24685
 
+  fi
24686
 
+fi
24687
 
+rm -fr conftest*
24688
 
+
24689
 
 
 
31345
-
24690
31346
-lt_aix_libpath_sed='
24691
31347
-    /Import File Strings/,/^$/ {
24692
31348
-       /^0/ {
24698
31354
-# Check for a 64-bit object if we didn't find anything.
24699
31355
-if test -z "$aix_libpath"; then
24700
31356
-  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
24701
 
 fi
 
31357
-fi
24702
31358
-else
24703
31359
-  $as_echo "$as_me: failed program was:" >&5
24704
31360
-sed 's/^/| /' conftest.$ac_ext >&5
24705
 
+{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
24706
 
+$as_echo "$lt_cv_dlopen_self_static" >&6; }
24707
 
+    fi
24708
 
 
24709
 
+    CPPFLAGS="$save_CPPFLAGS"
24710
 
+    LDFLAGS="$save_LDFLAGS"
24711
 
+    LIBS="$save_LIBS"
24712
 
+    ;;
24713
 
+  esac
24714
 
+
24715
 
+  case $lt_cv_dlopen_self in
24716
 
+  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
24717
 
+  *) enable_dlopen_self=unknown ;;
24718
 
+  esac
24719
 
 
24720
 
+  case $lt_cv_dlopen_self_static in
24721
 
+  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
24722
 
+  *) enable_dlopen_self_static=unknown ;;
24723
 
+  esac
24724
 
 fi
24725
 
 
 
31361
-
 
31362
-
 
31363
-fi
 
31364
-
24726
31365
-rm -rf conftest.dSYM
24727
31366
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24728
31367
-      conftest$ac_exeext conftest.$ac_ext
24729
31368
-if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
24730
 
 
 
31369
-
24731
31370
-       hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
24732
31371
-       archive_expsym_cmds_F77="\$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"
24733
31372
-       else
24739
31378
-        # Determine the default libpath from the value encoded in an empty executable.
24740
31379
-        cat >conftest.$ac_ext <<_ACEOF
24741
31380
-      program main
24742
 
 
 
31381
-
24743
31382
-      end
24744
31383
-_ACEOF
24745
31384
-rm -f conftest.$ac_objext conftest$ac_exeext
24763
31402
-        test "$cross_compiling" = yes ||
24764
31403
-        $as_test_x conftest$ac_exeext
24765
31404
-       }; then
24766
 
 
 
31405
-
24767
31406
-lt_aix_libpath_sed='
24768
31407
-    /Import File Strings/,/^$/ {
24769
31408
-       /^0/ {
24779
31418
-else
24780
31419
-  $as_echo "$as_me: failed program was:" >&5
24781
31420
-sed 's/^/| /' conftest.$ac_ext >&5
24782
 
 
24783
 
 
 
31421
-
 
31422
-
24784
31423
-fi
24785
 
 
 
31424
-
24786
31425
-rm -rf conftest.dSYM
24787
31426
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24788
31427
-      conftest$ac_exeext conftest.$ac_ext
24789
31428
-if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
24790
 
 
 
31429
-
24791
31430
-        hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
24792
31431
-         # Warning - without using the other run time loading flags,
24793
31432
-         # -berok will link without error, but may produce a broken library.
24801
31440
-       fi
24802
31441
-      fi
24803
31442
-      ;;
24804
 
 
 
31443
-
24805
31444
-    amigaos*)
24806
31445
-      archive_cmds_F77='$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)'
24807
31446
-      hardcode_libdir_flag_spec_F77='-L$libdir'
24809
31448
-      # see comment about different semantics on the GNU ld section
24810
31449
-      ld_shlibs_F77=no
24811
31450
-      ;;
24812
 
 
 
31451
-
24813
31452
-    bsdi[45]*)
24814
31453
-      export_dynamic_flag_spec_F77=-rdynamic
24815
31454
-      ;;
24816
 
 
 
31455
-
24817
31456
-    cygwin* | mingw* | pw32*)
24818
31457
-      # When not using gcc, we currently assume that we are using
24819
31458
-      # Microsoft Visual C++.
24834
31473
-      fix_srcfile_path_F77='`cygpath -w "$srcfile"`'
24835
31474
-      enable_shared_with_static_runtimes_F77=yes
24836
31475
-      ;;
24837
 
 
 
31476
-
24838
31477
-    darwin* | rhapsody*)
24839
31478
-      case $host_os in
24840
31479
-        rhapsody* | darwin1.[012])
24867
31506
-        module_cmds_F77="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
24868
31507
-        archive_expsym_cmds_F77="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}"
24869
31508
-        module_expsym_cmds_F77="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}"
24870
 
+
24871
 
+
24872
 
+
24873
 
+
24874
 
+
24875
 
+striplib=
24876
 
+old_striplib=
24877
 
+{ $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
24878
 
+$as_echo_n "checking whether stripping libraries is possible... " >&6; }
24879
 
+if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
24880
 
+  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
24881
 
+  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
24882
 
+  { $as_echo "$as_me:$LINENO: result: yes" >&5
24883
 
+$as_echo "yes" >&6; }
24884
 
+else
24885
 
+# FIXME - insert some real tests, host_os isn't really good enough
24886
 
+  case $host_os in
24887
 
+  darwin*)
24888
 
+    if test -n "$STRIP" ; then
24889
 
+      striplib="$STRIP -x"
24890
 
+      old_striplib="$STRIP -S"
24891
 
+      { $as_echo "$as_me:$LINENO: result: yes" >&5
24892
 
+$as_echo "yes" >&6; }
24893
 
     else
 
31509
-    else
24894
31510
-      case $cc_basename in
24895
31511
-        xlc*)
24896
31512
-         output_verbose_link_cmd='echo'
24904
31520
-         ld_shlibs_F77=no
24905
31521
-          ;;
24906
31522
-      esac
24907
 
+      { $as_echo "$as_me:$LINENO: result: no" >&5
24908
 
+$as_echo "no" >&6; }
24909
 
     fi
 
31523
-    fi
24910
31524
-      ;;
24911
 
+    ;;
24912
 
+  *)
24913
 
+    { $as_echo "$as_me:$LINENO: result: no" >&5
24914
 
+$as_echo "no" >&6; }
24915
 
+    ;;
24916
 
+  esac
24917
 
+fi
24918
 
 
 
31525
-
24919
31526
-    dgux*)
24920
31527
-      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
24921
31528
-      hardcode_libdir_flag_spec_F77='-L$libdir'
24922
31529
-      hardcode_shlibpath_var_F77=no
24923
31530
-      ;;
24924
 
 
 
31531
-
24925
31532
-    freebsd1*)
24926
31533
-      ld_shlibs_F77=no
24927
31534
-      ;;
24928
 
 
 
31535
-
24929
31536
-    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
24930
31537
-    # support.  Future versions do this automatically, but an explicit c++rt0.o
24931
31538
-    # does not break anything, and helps significantly (at the cost of a little
24936
31543
-      hardcode_direct_F77=yes
24937
31544
-      hardcode_shlibpath_var_F77=no
24938
31545
-      ;;
24939
 
 
 
31546
-
24940
31547
-    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
24941
31548
-    freebsd2*)
24942
31549
-      archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
24944
31551
-      hardcode_minus_L_F77=yes
24945
31552
-      hardcode_shlibpath_var_F77=no
24946
31553
-      ;;
24947
 
 
 
31554
-
24948
31555
-    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
24949
31556
-    freebsd* | dragonfly*)
24950
31557
-      archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
24952
31559
-      hardcode_direct_F77=yes
24953
31560
-      hardcode_shlibpath_var_F77=no
24954
31561
-      ;;
24955
 
 
 
31562
-
24956
31563
-    hpux9*)
24957
31564
-      if test "$GCC" = yes; then
24958
31565
-       archive_cmds_F77='$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'
24962
31569
-      hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
24963
31570
-      hardcode_libdir_separator_F77=:
24964
31571
-      hardcode_direct_F77=yes
24965
 
 
 
31572
-
24966
31573
-      # hardcode_minus_L: Not really in the search PATH,
24967
31574
-      # but as the default location of the library.
24968
31575
-      hardcode_minus_L_F77=yes
24969
31576
-      export_dynamic_flag_spec_F77='${wl}-E'
24970
31577
-      ;;
24971
 
 
 
31578
-
24972
31579
-    hpux10*)
24973
31580
-      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
24974
31581
-       archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
24978
31585
-      if test "$with_gnu_ld" = no; then
24979
31586
-       hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
24980
31587
-       hardcode_libdir_separator_F77=:
24981
 
 
 
31588
-
24982
31589
-       hardcode_direct_F77=yes
24983
31590
-       export_dynamic_flag_spec_F77='${wl}-E'
24984
 
 
 
31591
-
24985
31592
-       # hardcode_minus_L: Not really in the search PATH,
24986
31593
-       # but as the default location of the library.
24987
31594
-       hardcode_minus_L_F77=yes
24988
31595
-      fi
24989
31596
-      ;;
24990
 
 
 
31597
-
24991
31598
-    hpux11*)
24992
31599
-      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
24993
31600
-       case $host_cpu in
25017
31624
-      if test "$with_gnu_ld" = no; then
25018
31625
-       hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
25019
31626
-       hardcode_libdir_separator_F77=:
25020
 
 
 
31627
-
25021
31628
-       case $host_cpu in
25022
31629
-       hppa*64*|ia64*)
25023
31630
-         hardcode_libdir_flag_spec_ld_F77='+b $libdir'
25027
31634
-       *)
25028
31635
-         hardcode_direct_F77=yes
25029
31636
-         export_dynamic_flag_spec_F77='${wl}-E'
25030
 
+  # Report which library types will actually be built
25031
 
+  { $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
25032
 
+$as_echo_n "checking if libtool supports shared libraries... " >&6; }
25033
 
+  { $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
25034
 
+$as_echo "$can_build_shared" >&6; }
25035
 
 
 
31637
-
25036
31638
-         # hardcode_minus_L: Not really in the search PATH,
25037
31639
-         # but as the default location of the library.
25038
31640
-         hardcode_minus_L_F77=yes
25040
31642
-       esac
25041
31643
-      fi
25042
31644
-      ;;
25043
 
+  { $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
25044
 
+$as_echo_n "checking whether to build shared libraries... " >&6; }
25045
 
+  test "$can_build_shared" = "no" && enable_shared=no
25046
 
 
 
31645
-
25047
31646
-    irix5* | irix6* | nonstopux*)
25048
31647
-      if test "$GCC" = yes; then
25049
31648
-       archive_cmds_F77='$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'
25055
31654
-      hardcode_libdir_separator_F77=:
25056
31655
-      link_all_deplibs_F77=yes
25057
31656
-      ;;
25058
 
+  # On AIX, shared libraries and static libraries use the same namespace, and
25059
 
+  # are all built from PIC.
25060
 
+  case $host_os in
25061
 
+  aix3*)
25062
 
+    test "$enable_shared" = yes && enable_static=no
25063
 
+    if test -n "$RANLIB"; then
25064
 
+      archive_cmds="$archive_cmds~\$RANLIB \$lib"
25065
 
+      postinstall_cmds='$RANLIB $lib'
25066
 
+    fi
25067
 
+    ;;
25068
 
 
 
31657
-
25069
31658
-    netbsd*)
25070
31659
-      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
25071
31660
-       archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
25076
31665
-      hardcode_direct_F77=yes
25077
31666
-      hardcode_shlibpath_var_F77=no
25078
31667
-      ;;
25079
 
+  aix[4-9]*)
25080
 
+    if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
25081
 
+      test "$enable_shared" = yes && enable_static=no
25082
 
+    fi
25083
 
+    ;;
25084
 
+  esac
25085
 
+  { $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
25086
 
+$as_echo "$enable_shared" >&6; }
25087
 
 
 
31668
-
25088
31669
-    newsos6)
25089
31670
-      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
25090
31671
-      hardcode_direct_F77=yes
25092
31673
-      hardcode_libdir_separator_F77=:
25093
31674
-      hardcode_shlibpath_var_F77=no
25094
31675
-      ;;
25095
 
+  { $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5
25096
 
+$as_echo_n "checking whether to build static libraries... " >&6; }
25097
 
+  # Make sure either enable_shared or enable_static is yes.
25098
 
+  test "$enable_shared" = yes || enable_static=yes
25099
 
+  { $as_echo "$as_me:$LINENO: result: $enable_static" >&5
25100
 
+$as_echo "$enable_static" >&6; }
25101
 
 
 
31676
-
25102
31677
-    openbsd*)
25103
31678
-      if test -f /usr/libexec/ld.so; then
25104
31679
-       hardcode_direct_F77=yes
25124
31699
-       ld_shlibs_F77=no
25125
31700
-      fi
25126
31701
-      ;;
25127
 
 
 
31702
-
25128
31703
-    os2*)
25129
31704
-      hardcode_libdir_flag_spec_F77='-L$libdir'
25130
31705
-      hardcode_minus_L_F77=yes
25132
31707
-      archive_cmds_F77='$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'
25133
31708
-      old_archive_From_new_cmds_F77='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
25134
31709
-      ;;
25135
 
 
 
31710
-
25136
31711
-    osf3*)
25137
31712
-      if test "$GCC" = yes; then
25138
31713
-       allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
25144
31719
-      hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
25145
31720
-      hardcode_libdir_separator_F77=:
25146
31721
-      ;;
25147
 
 
 
31722
-
25148
31723
-    osf4* | osf5*)     # as osf3* with the addition of -msym flag
25149
31724
-      if test "$GCC" = yes; then
25150
31725
-       allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
25155
31730
-       archive_cmds_F77='$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'
25156
31731
-       archive_expsym_cmds_F77='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
25157
31732
-       $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'
25158
 
+fi
25159
 
+ac_ext=c
25160
 
+ac_cpp='$CPP $CPPFLAGS'
25161
 
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
25162
 
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
25163
 
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
25164
 
 
 
31733
-
25165
31734
-       # Both c and cxx compiler support -rpath directly
25166
31735
-       hardcode_libdir_flag_spec_F77='-rpath $libdir'
25167
31736
-      fi
25168
31737
-      hardcode_libdir_separator_F77=:
25169
31738
-      ;;
25170
 
+CC="$lt_save_CC"
25171
 
 
 
31739
-
25172
31740
-    solaris*)
25173
31741
-      no_undefined_flag_F77=' -z text'
25174
31742
-      if test "$GCC" = yes; then
25200
31768
-      esac
25201
31769
-      link_all_deplibs_F77=yes
25202
31770
-      ;;
25203
 
 
 
31771
-
25204
31772
-    sunos4*)
25205
31773
-      if test "x$host_vendor" = xsequent; then
25206
31774
-       # Use $CC to link under sequent, because it throws in some extra .o
25214
31782
-      hardcode_minus_L_F77=yes
25215
31783
-      hardcode_shlibpath_var_F77=no
25216
31784
-      ;;
25217
 
 
 
31785
-
25218
31786
-    sysv4)
25219
31787
-      case $host_vendor in
25220
31788
-       sni)
25236
31804
-      runpath_var='LD_RUN_PATH'
25237
31805
-      hardcode_shlibpath_var_F77=no
25238
31806
-      ;;
25239
 
 
 
31807
-
25240
31808
-    sysv4.3*)
25241
31809
-      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
25242
31810
-      hardcode_shlibpath_var_F77=no
25243
31811
-      export_dynamic_flag_spec_F77='-Bexport'
25244
31812
-      ;;
25245
 
 
 
31813
-
25246
31814
-    sysv4*MP*)
25247
31815
-      if test -d /usr/nec; then
25248
31816
-       archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
25252
31820
-       ld_shlibs_F77=yes
25253
31821
-      fi
25254
31822
-      ;;
25255
 
 
 
31823
-
25256
31824
-    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
25257
31825
-      no_undefined_flag_F77='${wl}-z,text'
25258
31826
-      archive_cmds_need_lc_F77=no
25259
31827
-      hardcode_shlibpath_var_F77=no
25260
31828
-      runpath_var='LD_RUN_PATH'
25261
 
 
 
31829
-
25262
31830
-      if test "$GCC" = yes; then
25263
31831
-       archive_cmds_F77='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
25264
31832
-       archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
25267
31835
-       archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
25268
31836
-      fi
25269
31837
-      ;;
25270
 
 
 
31838
-
25271
31839
-    sysv5* | sco3.2v5* | sco5v6*)
25272
31840
-      # Note: We can NOT use -z defs as we might desire, because we do not
25273
31841
-      # link with -lc, and that would cause any symbols used from libc to
25284
31852
-      link_all_deplibs_F77=yes
25285
31853
-      export_dynamic_flag_spec_F77='${wl}-Bexport'
25286
31854
-      runpath_var='LD_RUN_PATH'
25287
 
 
 
31855
-
25288
31856
-      if test "$GCC" = yes; then
25289
31857
-       archive_cmds_F77='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
25290
31858
-       archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
25293
31861
-       archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
25294
31862
-      fi
25295
31863
-      ;;
25296
 
 
 
31864
-
25297
31865
-    uts4*)
25298
31866
-      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
25299
31867
-      hardcode_libdir_flag_spec_F77='-L$libdir'
25300
31868
-      hardcode_shlibpath_var_F77=no
25301
31869
-      ;;
25302
 
 
 
31870
-
25303
31871
-    *)
25304
31872
-      ld_shlibs_F77=no
25305
31873
-      ;;
25306
31874
-    esac
25307
31875
-  fi
25308
 
 
 
31876
-
25309
31877
-{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5
25310
31878
-$as_echo "$ld_shlibs_F77" >&6; }
25311
31879
-test "$ld_shlibs_F77" = no && can_build_shared=no
25312
 
 
 
31880
-
25313
31881
-#
25314
31882
-# Do we need to explicitly link libc?
25315
31883
-#
25317
31885
-x|xyes)
25318
31886
-  # Assume -lc should be added
25319
31887
-  archive_cmds_need_lc_F77=yes
25320
 
+        ac_config_commands="$ac_config_commands libtool"
25321
 
 
 
31888
-
25322
31889
-  if test "$enable_shared" = yes && test "$GCC" = yes; then
25323
31890
-    case $archive_cmds_F77 in
25324
31891
-    *'~'*)
25332
31899
-$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
25333
31900
-      $rm conftest*
25334
31901
-      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
25335
 
 
 
31902
-
25336
31903
-      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25337
31904
-  (eval $ac_compile) 2>&5
25338
31905
-  ac_status=$?
25373
31940
-  fi
25374
31941
-  ;;
25375
31942
-esac
25376
 
 
 
31943
-
25377
31944
-{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
25378
31945
-$as_echo_n "checking dynamic linker characteristics... " >&6; }
25379
31946
-library_names_spec=
25389
31956
-version_type=none
25390
31957
-dynamic_linker="$host_os ld.so"
25391
31958
-sys_lib_dlsearch_path_spec="/lib /usr/lib"
25392
 
 
 
31959
-
25393
31960
-need_lib_prefix=unknown
25394
31961
-hardcode_into_libs=no
25395
 
+# Only expand once:
25396
 
 
 
31962
-
25397
31963
-# when you set need_version to no, make sure it does not cause -set_version
25398
31964
-# flags to be left without arguments
25399
31965
-need_version=unknown
25400
 
 
 
31966
-
25401
31967
-case $host_os in
25402
31968
-aix3*)
25403
31969
-  version_type=linux
25404
31970
-  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
25405
31971
-  shlibpath_var=LIBPATH
25406
 
 
 
31972
-
25407
31973
-  # AIX 3 has no versioning support, so we append a major version to the name.
25408
31974
-  soname_spec='${libname}${release}${shared_ext}$major'
25409
31975
-  ;;
25410
 
+# Use the GNOME documentation framework
25411
 
 
 
31976
-
25412
31977
-aix[4-9]*)
25413
31978
-  version_type=linux
25414
31979
-  need_lib_prefix=no
25452
32017
-    shlibpath_var=LIBPATH
25453
32018
-  fi
25454
32019
-  ;;
25455
 
 
 
32020
-
25456
32021
-amigaos*)
25457
32022
-  library_names_spec='$libname.ixlibrary $libname.a'
25458
32023
-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
25459
32024
-  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
25460
 
+if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
25461
 
+       if test -n "$ac_tool_prefix"; then
25462
 
+  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
25463
 
+set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
25464
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
25465
 
+$as_echo_n "checking for $ac_word... " >&6; }
25466
 
+if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
25467
 
+  $as_echo_n "(cached) " >&6
25468
 
+else
25469
 
+  case $PKG_CONFIG in
25470
 
+  [\\/]* | ?:[\\/]*)
25471
 
+  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
25472
 
   ;;
25473
 
+  *)
25474
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25475
 
+for as_dir in $PATH
25476
 
+do
25477
 
+  IFS=$as_save_IFS
25478
 
+  test -z "$as_dir" && as_dir=.
25479
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
25480
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
25481
 
+    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
25482
 
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25483
 
+    break 2
25484
 
+  fi
25485
 
+done
25486
 
+done
25487
 
+IFS=$as_save_IFS
25488
 
 
 
32025
-  ;;
 
32026
-
25489
32027
-beos*)
25490
32028
-  library_names_spec='${libname}${shared_ext}'
25491
32029
-  dynamic_linker="$host_os ld.so"
25492
32030
-  shlibpath_var=LIBRARY_PATH
25493
 
   ;;
25494
 
+esac
25495
 
+fi
25496
 
+PKG_CONFIG=$ac_cv_path_PKG_CONFIG
25497
 
+if test -n "$PKG_CONFIG"; then
25498
 
+  { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
25499
 
+$as_echo "$PKG_CONFIG" >&6; }
25500
 
+else
25501
 
+  { $as_echo "$as_me:$LINENO: result: no" >&5
25502
 
+$as_echo "no" >&6; }
25503
 
+fi
25504
 
 
 
32031
-  ;;
 
32032
-
25505
32033
-bsdi[45]*)
25506
32034
-  version_type=linux
25507
32035
-  need_version=no
25514
32042
-  # the default ld.so.conf also contains /usr/contrib/lib and
25515
32043
-  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
25516
32044
-  # libtool to hard-code these into programs
25517
 
+
25518
 
+fi
25519
 
+if test -z "$ac_cv_path_PKG_CONFIG"; then
25520
 
+  ac_pt_PKG_CONFIG=$PKG_CONFIG
25521
 
+  # Extract the first word of "pkg-config", so it can be a program name with args.
25522
 
+set dummy pkg-config; ac_word=$2
25523
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
25524
 
+$as_echo_n "checking for $ac_word... " >&6; }
25525
 
+if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
25526
 
+  $as_echo_n "(cached) " >&6
25527
 
+else
25528
 
+  case $ac_pt_PKG_CONFIG in
25529
 
+  [\\/]* | ?:[\\/]*)
25530
 
+  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
25531
 
   ;;
25532
 
+  *)
25533
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25534
 
+for as_dir in $PATH
25535
 
+do
25536
 
+  IFS=$as_save_IFS
25537
 
+  test -z "$as_dir" && as_dir=.
25538
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
25539
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
25540
 
+    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
25541
 
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25542
 
+    break 2
25543
 
+  fi
25544
 
+done
25545
 
+done
25546
 
+IFS=$as_save_IFS
25547
 
 
 
32045
-  ;;
 
32046
-
25548
32047
-cygwin* | mingw* | pw32*)
25549
32048
-  version_type=windows
25550
32049
-  shrext_cmds=".dll"
25551
32050
-  need_version=no
25552
32051
-  need_lib_prefix=no
25553
 
+  ;;
25554
 
+esac
25555
 
+fi
25556
 
+ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
25557
 
+if test -n "$ac_pt_PKG_CONFIG"; then
25558
 
+  { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
25559
 
+$as_echo "$ac_pt_PKG_CONFIG" >&6; }
25560
 
+else
25561
 
+  { $as_echo "$as_me:$LINENO: result: no" >&5
25562
 
+$as_echo "no" >&6; }
25563
 
+fi
25564
 
 
 
32052
-
25565
32053
-  case $GCC,$host_os in
25566
32054
-  yes,cygwin* | yes,mingw* | yes,pw32*)
25567
32055
-    library_names_spec='$libname.dll.a'
25576
32064
-      dlpath=$dir/\$dldll~
25577
32065
-       $rm \$dlpath'
25578
32066
-    shlibpath_overrides_runpath=yes
25579
 
+  if test "x$ac_pt_PKG_CONFIG" = x; then
25580
 
+    PKG_CONFIG=""
25581
 
+  else
25582
 
+    case $cross_compiling:$ac_tool_warned in
25583
 
+yes:)
25584
 
+{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
25585
 
+$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
25586
 
+ac_tool_warned=yes ;;
25587
 
+esac
25588
 
+    PKG_CONFIG=$ac_pt_PKG_CONFIG
25589
 
+  fi
25590
 
+else
25591
 
+  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
25592
 
+fi
25593
 
 
 
32067
-
25594
32068
-    case $host_os in
25595
32069
-    cygwin*)
25596
32070
-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
25619
32093
-      ;;
25620
32094
-    esac
25621
32095
-    ;;
25622
 
+fi
25623
 
+if test -n "$PKG_CONFIG"; then
25624
 
+       _pkg_min_version=0.9.0
25625
 
+       { $as_echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
25626
 
+$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
25627
 
+       if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
25628
 
+               { $as_echo "$as_me:$LINENO: result: yes" >&5
25629
 
+$as_echo "yes" >&6; }
25630
 
+       else
25631
 
+               { $as_echo "$as_me:$LINENO: result: no" >&5
25632
 
+$as_echo "no" >&6; }
25633
 
+               PKG_CONFIG=""
25634
 
+       fi
25635
 
 
 
32096
-
25636
32097
-  *)
25637
32098
-    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
25638
32099
-    ;;
25641
32102
-  # FIXME: first we should search . and the directory the executable is in
25642
32103
-  shlibpath_var=PATH
25643
32104
-  ;;
25644
 
+fi
25645
 
 
 
32105
-
25646
32106
-darwin* | rhapsody*)
25647
32107
-  dynamic_linker="$host_os dyld"
25648
32108
-  version_type=darwin
25653
32113
-  shlibpath_overrides_runpath=yes
25654
32114
-  shlibpath_var=DYLD_LIBRARY_PATH
25655
32115
-  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
25656
 
+gdu_cv_version_required=0.3.2
25657
 
 
 
32116
-
25658
32117
-  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
25659
32118
-  ;;
25660
 
+if test -n "$PKG_CONFIG" && \
25661
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-doc-utils >= \$gdu_cv_version_required\"") >&5
25662
 
+  ($PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $gdu_cv_version_required") 2>&5
25663
 
+  ac_status=$?
25664
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
25665
 
+  (exit $ac_status); }; then
25666
 
+  gdu_cv_have_gdu=yes
25667
 
+else
25668
 
+  gdu_cv_have_gdu=no
25669
 
+fi
25670
 
 
 
32119
-
25671
32120
-dgux*)
25672
32121
-  version_type=linux
25673
32122
-  need_lib_prefix=no
25676
32125
-  soname_spec='${libname}${release}${shared_ext}$major'
25677
32126
-  shlibpath_var=LD_LIBRARY_PATH
25678
32127
-  ;;
25679
 
+if test "$gdu_cv_have_gdu" = "yes"; then
25680
 
+       :
25681
 
+else
25682
 
+       { { $as_echo "$as_me:$LINENO: error: gnome-doc-utils >= $gdu_cv_version_required not found" >&5
25683
 
+$as_echo "$as_me: error: gnome-doc-utils >= $gdu_cv_version_required not found" >&2;}
25684
 
+   { (exit 1); exit 1; }; }
25685
 
+fi
25686
 
 
 
32128
-
25687
32129
-freebsd1*)
25688
32130
-  dynamic_linker=no
25689
32131
-  ;;
25690
 
 
 
32132
-
25691
32133
-freebsd* | dragonfly*)
25692
32134
-  # DragonFly does not have aout.  When/if they implement a new
25693
32135
-  # versioning mechanism, adjust this.
25731
32173
-    ;;
25732
32174
-  esac
25733
32175
-  ;;
25734
 
 
 
32176
-
25735
32177
-gnu*)
25736
32178
-  version_type=linux
25737
32179
-  need_lib_prefix=no
25741
32183
-  shlibpath_var=LD_LIBRARY_PATH
25742
32184
-  hardcode_into_libs=yes
25743
32185
-  ;;
25744
 
+# Check whether --with-help-dir was given.
25745
 
+if test "${with_help_dir+set}" = set; then
25746
 
+  withval=$with_help_dir;
25747
 
+else
25748
 
+  with_help_dir='${datadir}/gnome/help'
25749
 
+fi
25750
 
 
 
32186
-
25751
32187
-hpux9* | hpux10* | hpux11*)
25752
32188
-  # Give a soname corresponding to the major version so that dld.sl refuses to
25753
32189
-  # link against other versions.
25793
32229
-  # HP-UX runs *really* slowly unless shared libraries are mode 555.
25794
32230
-  postinstall_cmds='chmod 555 $lib'
25795
32231
-  ;;
25796
 
+HELP_DIR="$with_help_dir"
25797
 
 
 
32232
-
25798
32233
-interix[3-9]*)
25799
32234
-  version_type=linux
25800
32235
-  need_lib_prefix=no
25806
32241
-  shlibpath_overrides_runpath=no
25807
32242
-  hardcode_into_libs=yes
25808
32243
-  ;;
25809
 
 
 
32244
-
25810
32245
-irix5* | irix6* | nonstopux*)
25811
32246
-  case $host_os in
25812
32247
-    nonstopux*) version_type=nonstopux ;;
25843
32278
-  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
25844
32279
-  hardcode_into_libs=yes
25845
32280
-  ;;
25846
 
 
 
32281
-
25847
32282
-# No shared lib support for Linux oldld, aout, or coff.
25848
32283
-linux*oldld* | linux*aout* | linux*coff*)
25849
32284
-  dynamic_linker=no
25850
32285
-  ;;
25851
 
+# Check whether --with-omf-dir was given.
25852
 
+if test "${with_omf_dir+set}" = set; then
25853
 
+  withval=$with_omf_dir;
25854
 
+else
25855
 
+  with_omf_dir='${datadir}/omf'
25856
 
+fi
25857
 
 
 
32286
-
25858
32287
-# This must be Linux ELF.
25859
32288
-linux* | k*bsd*-gnu)
25860
32289
-  version_type=linux
25871
32300
-  hardcode_into_libs=yes
25872
32301
-  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
25873
32302
-  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
25874
 
+OMF_DIR="$with_omf_dir"
25875
 
 
 
32303
-
25876
32304
-  # Append ld.so.conf contents to the search path
25877
32305
-  if test -f /etc/ld.so.conf; then
25878
32306
-    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[     ]*hwcap[        ]/d;s/[:,       ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
25879
32307
-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
25880
32308
-  fi
25881
 
 
 
32309
-
25882
32310
-  # We used to test for /lib/ld.so.1 and disable shared libraries on
25883
32311
-  # powerpc, because MkLinux only supported shared libraries with the
25884
32312
-  # GNU dynamic linker.  Since this was broken with cross compilers,
25887
32315
-  # assume the GNU/Linux dynamic linker is in use.
25888
32316
-  dynamic_linker='GNU/Linux ld.so'
25889
32317
-  ;;
25890
 
 
 
32318
-
25891
32319
-netbsd*)
25892
32320
-  version_type=sunos
25893
32321
-  need_lib_prefix=no
25905
32333
-  shlibpath_overrides_runpath=yes
25906
32334
-  hardcode_into_libs=yes
25907
32335
-  ;;
25908
 
+# Check whether --with-help-formats was given.
25909
 
+if test "${with_help_formats+set}" = set; then
25910
 
+  withval=$with_help_formats;
25911
 
+else
25912
 
+  with_help_formats=''
25913
 
+fi
25914
 
 
 
32336
-
25915
32337
-newsos6)
25916
32338
-  version_type=linux
25917
32339
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
25918
32340
-  shlibpath_var=LD_LIBRARY_PATH
25919
32341
-  shlibpath_overrides_runpath=yes
25920
32342
-  ;;
25921
 
+DOC_USER_FORMATS="$with_help_formats"
25922
 
 
 
32343
-
25923
32344
-nto-qnx*)
25924
32345
-  version_type=linux
25925
32346
-  need_lib_prefix=no
25929
32350
-  shlibpath_var=LD_LIBRARY_PATH
25930
32351
-  shlibpath_overrides_runpath=yes
25931
32352
-  ;;
25932
 
 
 
32353
-
25933
32354
-openbsd*)
25934
32355
-  version_type=sunos
25935
32356
-  sys_lib_dlsearch_path_spec="/usr/lib"
25955
32376
-    shlibpath_overrides_runpath=yes
25956
32377
-  fi
25957
32378
-  ;;
25958
 
+# Check whether --enable-scrollkeeper was given.
25959
 
+if test "${enable_scrollkeeper+set}" = set; then
25960
 
+  enableval=$enable_scrollkeeper;
25961
 
+else
25962
 
+  enable_scrollkeeper=yes
25963
 
+fi
25964
 
 
 
32379
-
25965
32380
-os2*)
25966
32381
-  libname_spec='$name'
25967
32382
-  shrext_cmds=".dll"
25970
32385
-  dynamic_linker='OS/2 ld.exe'
25971
32386
-  shlibpath_var=LIBPATH
25972
32387
-  ;;
25973
 
+ if test "$gdu_cv_have_gdu" = "yes" -a "$enable_scrollkeeper" = "yes"; then
25974
 
+  ENABLE_SK_TRUE=
25975
 
+  ENABLE_SK_FALSE='#'
25976
 
+else
25977
 
+  ENABLE_SK_TRUE='#'
25978
 
+  ENABLE_SK_FALSE=
25979
 
+fi
25980
 
 
 
32388
-
25981
32389
-osf3* | osf4* | osf5*)
25982
32390
-  version_type=osf
25983
32391
-  need_lib_prefix=no
25988
32396
-  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
25989
32397
-  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
25990
32398
-  ;;
25991
 
 
 
32399
-
25992
32400
-rdos*)
25993
32401
-  dynamic_linker=no
25994
32402
-  ;;
25995
 
+DISTCHECK_CONFIGURE_FLAGS="--disable-scrollkeeper $DISTCHECK_CONFIGURE_FLAGS"
25996
 
 
 
32403
-
25997
32404
-solaris*)
25998
32405
-  version_type=linux
25999
32406
-  need_lib_prefix=no
26006
32413
-  # ldd complains unless libraries are executable
26007
32414
-  postinstall_cmds='chmod +x $lib'
26008
32415
-  ;;
26009
 
 
 
32416
-
26010
32417
-sunos4*)
26011
32418
-  version_type=sunos
26012
32419
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
26018
32425
-  fi
26019
32426
-  need_version=yes
26020
32427
-  ;;
26021
 
+ if test "$gdu_cv_have_gdu" = "yes"; then
26022
 
+  HAVE_GNOME_DOC_UTILS_TRUE=
26023
 
+  HAVE_GNOME_DOC_UTILS_FALSE='#'
26024
 
+else
26025
 
+  HAVE_GNOME_DOC_UTILS_TRUE='#'
26026
 
+  HAVE_GNOME_DOC_UTILS_FALSE=
26027
 
+fi
26028
 
 
 
32428
-
26029
32429
-sysv4 | sysv4.3*)
26030
32430
-  version_type=linux
26031
32431
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
26081
32481
-  fi
26082
32482
-  sys_lib_dlsearch_path_spec='/usr/lib'
26083
32483
-  ;;
26084
 
 
 
32484
-
26085
32485
-uts4*)
26086
32486
-  version_type=linux
26087
32487
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
26088
32488
-  soname_spec='${libname}${release}${shared_ext}$major'
26089
32489
-  shlibpath_var=LD_LIBRARY_PATH
26090
32490
-  ;;
26091
 
 
 
32491
-
26092
32492
-*)
26093
32493
-  dynamic_linker=no
26094
32494
-  ;;
26096
32496
-{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
26097
32497
-$as_echo "$dynamic_linker" >&6; }
26098
32498
-test "$dynamic_linker" = no && can_build_shared=no
26099
 
 
 
32499
-
26100
32500
-if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
26101
32501
-  $as_echo_n "(cached) " >&6
26102
32502
-else
26103
32503
-  lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
26104
 
+if test "x$GCC" = "xyes"; then
26105
 
+  case " $CFLAGS " in
26106
 
+  *[\ \        ]-Wall[\ \      ]*) ;;
26107
 
+  *) CFLAGS="$CFLAGS -Wall" ;;
26108
 
+  esac
26109
 
 fi
26110
 
 
 
32504
-fi
 
32505
-
26111
32506
-sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
26112
32507
-if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
26113
32508
-  $as_echo_n "(cached) " >&6
26114
32509
-else
26115
32510
-  lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
26116
32511
-fi
26117
 
+# Internationalization support
26118
 
 
 
32512
-
26119
32513
-sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
26120
 
 
 
32514
-
26121
32515
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
26122
32516
-if test "$GCC" = yes; then
26123
32517
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
26124
 
+  { $as_echo "$as_me:$LINENO: checking whether NLS is requested" >&5
26125
 
+$as_echo_n "checking whether NLS is requested... " >&6; }
26126
 
+    # Check whether --enable-nls was given.
26127
 
+if test "${enable_nls+set}" = set; then
26128
 
+  enableval=$enable_nls; USE_NLS=$enableval
26129
 
+else
26130
 
+  USE_NLS=yes
26131
 
 fi
26132
 
 
 
32518
-fi
 
32519
-
26133
32520
-{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
26134
32521
-$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
26135
32522
-hardcode_action_F77=
26136
32523
-if test -n "$hardcode_libdir_flag_spec_F77" || \
26137
32524
-   test -n "$runpath_var_F77" || \
26138
32525
-   test "X$hardcode_automatic_F77" = "Xyes" ; then
26139
 
+  { $as_echo "$as_me:$LINENO: result: $USE_NLS" >&5
26140
 
+$as_echo "$USE_NLS" >&6; }
26141
 
 
 
32526
-
26142
32527
-  # We can hardcode non-existant directories.
26143
32528
-  if test "$hardcode_direct_F77" != no &&
26144
32529
-     # If the only mechanism to avoid hardcoding is shlibpath_var, we
26159
32544
-fi
26160
32545
-{ $as_echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
26161
32546
-$as_echo "$hardcode_action_F77" >&6; }
26162
 
 
 
32547
-
26163
32548
-if test "$hardcode_action_F77" = relink; then
26164
32549
-  # Fast installation is not supported
26165
32550
-  enable_fast_install=no
26168
32553
-  # Fast installation is not necessary
26169
32554
-  enable_fast_install=needless
26170
32555
-fi
26171
 
 
26172
 
 
 
32556
-
 
32557
-
26173
32558
-# The else clause should only fire when bootstrapping the
26174
32559
-# libtool distribution, otherwise you forgot to ship ltmain.sh
26175
32560
-# with your package, and you will get complaints that there are
26246
32631
-      # Double-quote double-evaled strings.
26247
32632
-      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
26248
32633
-      ;;
26249
 
+case "$am__api_version" in
26250
 
+    1.01234)
26251
 
+       { { $as_echo "$as_me:$LINENO: error: Automake 1.5 or newer is required to use intltool" >&5
26252
 
+$as_echo "$as_me: error: Automake 1.5 or newer is required to use intltool" >&2;}
26253
 
+   { (exit 1); exit 1; }; }
26254
 
+    ;;
26255
 
     *)
 
32634
-    *)
26256
32635
-      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
26257
32636
-      ;;
26258
32637
-    esac
26261
32640
-  case $lt_echo in
26262
32641
-  *'\$0 --fallback-echo"')
26263
32642
-    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
26264
 
     ;;
 
32643
-    ;;
26265
32644
-  esac
26266
32645
-
26267
32646
-cfgfile="$ofile"
26268
32647
-
26269
32648
-  cat <<__EOF__ >> "$cfgfile"
26270
32649
-# ### BEGIN LIBTOOL TAG CONFIG: $tagname
26271
 
+esac
26272
 
 
 
32650
-
26273
32651
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
26274
 
+if test -n "0.37.1"; then
26275
 
+    { $as_echo "$as_me:$LINENO: checking for intltool >= 0.37.1" >&5
26276
 
+$as_echo_n "checking for intltool >= 0.37.1... " >&6; }
26277
 
 
 
32652
-
26278
32653
-# Shell to use when invoking shell scripts.
26279
32654
-SHELL=$lt_SHELL
26280
 
+    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.37.1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
26281
 
+    INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
26282
 
+    INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
26283
 
 
 
32655
-
26284
32656
-# Whether or not to build shared libraries.
26285
32657
-build_libtool_libs=$enable_shared
26286
 
+    { $as_echo "$as_me:$LINENO: result: $INTLTOOL_APPLIED_VERSION found" >&5
26287
 
+$as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; }
26288
 
+    test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
26289
 
+       { { $as_echo "$as_me:$LINENO: error: Your intltool is too old.  You need intltool 0.37.1 or later." >&5
26290
 
+$as_echo "$as_me: error: Your intltool is too old.  You need intltool 0.37.1 or later." >&2;}
26291
 
+   { (exit 1); exit 1; }; }
26292
 
+fi
26293
 
 
 
32658
-
26294
32659
-# Whether or not to build static libraries.
26295
32660
-build_old_libs=$enable_static
26296
 
+# Extract the first word of "intltool-update", so it can be a program name with args.
26297
 
+set dummy intltool-update; ac_word=$2
26298
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
26299
 
+$as_echo_n "checking for $ac_word... " >&6; }
26300
 
+if test "${ac_cv_path_INTLTOOL_UPDATE+set}" = set; then
26301
 
+  $as_echo_n "(cached) " >&6
26302
 
+else
26303
 
+  case $INTLTOOL_UPDATE in
26304
 
+  [\\/]* | ?:[\\/]*)
26305
 
+  ac_cv_path_INTLTOOL_UPDATE="$INTLTOOL_UPDATE" # Let the user override the test with a path.
26306
 
+  ;;
26307
 
+  *)
26308
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26309
 
+for as_dir in $PATH
26310
 
+do
26311
 
+  IFS=$as_save_IFS
26312
 
+  test -z "$as_dir" && as_dir=.
26313
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
26314
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
26315
 
+    ac_cv_path_INTLTOOL_UPDATE="$as_dir/$ac_word$ac_exec_ext"
26316
 
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
26317
 
+    break 2
26318
 
+  fi
26319
 
+done
26320
 
+done
26321
 
+IFS=$as_save_IFS
26322
 
 
 
32661
-
26323
32662
-# Whether or not to add -lc for building shared libraries.
26324
32663
-build_libtool_need_lc=$archive_cmds_need_lc_F77
26325
 
+  ;;
26326
 
+esac
26327
 
+fi
26328
 
+INTLTOOL_UPDATE=$ac_cv_path_INTLTOOL_UPDATE
26329
 
+if test -n "$INTLTOOL_UPDATE"; then
26330
 
+  { $as_echo "$as_me:$LINENO: result: $INTLTOOL_UPDATE" >&5
26331
 
+$as_echo "$INTLTOOL_UPDATE" >&6; }
26332
 
+else
26333
 
+  { $as_echo "$as_me:$LINENO: result: no" >&5
26334
 
+$as_echo "no" >&6; }
26335
 
+fi
26336
 
 
 
32664
-
26337
32665
-# Whether or not to disallow shared libs when runtime libs are static
26338
32666
-allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_F77
26339
 
 
 
32667
-
26340
32668
-# Whether or not to optimize for fast installation.
26341
32669
-fast_install=$enable_fast_install
26342
 
+# Extract the first word of "intltool-merge", so it can be a program name with args.
26343
 
+set dummy intltool-merge; ac_word=$2
26344
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
26345
 
+$as_echo_n "checking for $ac_word... " >&6; }
26346
 
+if test "${ac_cv_path_INTLTOOL_MERGE+set}" = set; then
26347
 
+  $as_echo_n "(cached) " >&6
26348
 
+else
26349
 
+  case $INTLTOOL_MERGE in
26350
 
+  [\\/]* | ?:[\\/]*)
26351
 
+  ac_cv_path_INTLTOOL_MERGE="$INTLTOOL_MERGE" # Let the user override the test with a path.
26352
 
+  ;;
26353
 
+  *)
26354
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26355
 
+for as_dir in $PATH
26356
 
+do
26357
 
+  IFS=$as_save_IFS
26358
 
+  test -z "$as_dir" && as_dir=.
26359
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
26360
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
26361
 
+    ac_cv_path_INTLTOOL_MERGE="$as_dir/$ac_word$ac_exec_ext"
26362
 
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
26363
 
+    break 2
26364
 
+  fi
26365
 
+done
26366
 
+done
26367
 
+IFS=$as_save_IFS
26368
 
 
 
32670
-
26369
32671
-# The host system.
26370
32672
-host_alias=$host_alias
26371
32673
-host=$host
26372
32674
-host_os=$host_os
26373
 
+  ;;
26374
 
+esac
26375
 
+fi
26376
 
+INTLTOOL_MERGE=$ac_cv_path_INTLTOOL_MERGE
26377
 
+if test -n "$INTLTOOL_MERGE"; then
26378
 
+  { $as_echo "$as_me:$LINENO: result: $INTLTOOL_MERGE" >&5
26379
 
+$as_echo "$INTLTOOL_MERGE" >&6; }
26380
 
+else
26381
 
+  { $as_echo "$as_me:$LINENO: result: no" >&5
26382
 
+$as_echo "no" >&6; }
26383
 
+fi
26384
 
 
 
32675
-
26385
32676
-# The build system.
26386
32677
-build_alias=$build_alias
26387
32678
-build=$build
26388
32679
-build_os=$build_os
26389
 
 
 
32680
-
26390
32681
-# An echo program that does not interpret backslashes.
26391
32682
-echo=$lt_echo
26392
 
+# Extract the first word of "intltool-extract", so it can be a program name with args.
26393
 
+set dummy intltool-extract; ac_word=$2
26394
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
26395
 
+$as_echo_n "checking for $ac_word... " >&6; }
26396
 
+if test "${ac_cv_path_INTLTOOL_EXTRACT+set}" = set; then
26397
 
+  $as_echo_n "(cached) " >&6
26398
 
+else
26399
 
+  case $INTLTOOL_EXTRACT in
26400
 
+  [\\/]* | ?:[\\/]*)
26401
 
+  ac_cv_path_INTLTOOL_EXTRACT="$INTLTOOL_EXTRACT" # Let the user override the test with a path.
26402
 
+  ;;
26403
 
+  *)
26404
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26405
 
+for as_dir in $PATH
26406
 
+do
26407
 
+  IFS=$as_save_IFS
26408
 
+  test -z "$as_dir" && as_dir=.
26409
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
26410
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
26411
 
+    ac_cv_path_INTLTOOL_EXTRACT="$as_dir/$ac_word$ac_exec_ext"
26412
 
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
26413
 
+    break 2
26414
 
+  fi
26415
 
+done
26416
 
+done
26417
 
+IFS=$as_save_IFS
26418
 
 
 
32683
-
26419
32684
-# The archiver.
26420
32685
-AR=$lt_AR
26421
32686
-AR_FLAGS=$lt_AR_FLAGS
26434
32699
-
26435
32700
-# An ERE matcher.
26436
32701
-EGREP=$lt_EGREP
26437
 
+  ;;
26438
 
+esac
26439
 
+fi
26440
 
+INTLTOOL_EXTRACT=$ac_cv_path_INTLTOOL_EXTRACT
26441
 
+if test -n "$INTLTOOL_EXTRACT"; then
26442
 
+  { $as_echo "$as_me:$LINENO: result: $INTLTOOL_EXTRACT" >&5
26443
 
+$as_echo "$INTLTOOL_EXTRACT" >&6; }
26444
 
+else
26445
 
+  { $as_echo "$as_me:$LINENO: result: no" >&5
26446
 
+$as_echo "no" >&6; }
26447
 
+fi
26448
 
 
 
32702
-
26449
32703
-# The linker used to build libraries.
26450
32704
-LD=$lt_LD_F77
26451
 
 
 
32705
-
26452
32706
-# Whether we need hard or soft links.
26453
32707
-LN_S=$lt_LN_S
26454
 
+if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then
26455
 
+    { { $as_echo "$as_me:$LINENO: error: The intltool scripts were not found. Please install intltool." >&5
26456
 
+$as_echo "$as_me: error: The intltool scripts were not found. Please install intltool." >&2;}
26457
 
+   { (exit 1); exit 1; }; }
26458
 
+fi
26459
 
 
 
32708
-
26460
32709
-# A BSD-compatible nm program.
26461
32710
-NM=$lt_NM
26462
 
+  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 $< $@'
26463
 
+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 $< $@'
26464
 
+     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 $< $@'
26465
 
+     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 $< $@'
26466
 
+      INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
26467
 
+     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 $< $@'
26468
 
+   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 $< $@'
26469
 
+    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 $< $@'
26470
 
+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 $< $@'
26471
 
+       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 $< $@'
26472
 
+      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 $< $@'
26473
 
+      INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
26474
 
+      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 $< $@'
26475
 
+      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 $< $@'
26476
 
+    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 $< $@'
26477
 
+  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 $< $@'
26478
 
+    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 $< $@'
26479
 
+    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 $< $@'
26480
 
+   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 $< $@'
26481
 
 
 
32711
-
26482
32712
-# A symbol stripping program
26483
32713
-STRIP=$lt_STRIP
26484
 
 
 
32714
-
26485
32715
-# Used to examine libraries when file_magic_cmd begins "file"
26486
32716
-MAGIC_CMD=$MAGIC_CMD
26487
 
 
 
32717
-
26488
32718
-# Used on cygwin: DLL creation program.
26489
32719
-DLLTOOL="$DLLTOOL"
26490
 
 
 
32720
-
26491
32721
-# Used on cygwin: object dumper.
26492
32722
-OBJDUMP="$OBJDUMP"
26493
 
 
 
32723
-
26494
32724
-# Used on cygwin: assembler.
26495
32725
-AS="$AS"
26496
 
 
 
32726
-
26497
32727
-# The name of the directory that contains temporary libtool files.
26498
32728
-objdir=$objdir
26499
 
 
 
32729
-
26500
32730
-# How to create reloadable object files.
26501
32731
-reload_flag=$lt_reload_flag
26502
32732
-reload_cmds=$lt_reload_cmds
26503
 
 
 
32733
-
26504
32734
-# How to pass a linker flag through the compiler.
26505
32735
-wl=$lt_lt_prog_compiler_wl_F77
26506
 
 
 
32736
-
26507
32737
-# Object file suffix (normally "o").
26508
32738
-objext="$ac_objext"
26509
 
 
 
32739
-
26510
32740
-# Old archive suffix (normally "a").
26511
32741
-libext="$libext"
26512
 
 
 
32742
-
26513
32743
-# Shared library suffix (normally ".so").
26514
32744
-shrext_cmds='$shrext_cmds'
26515
 
 
 
32745
-
26516
32746
-# Executable file suffix (normally "").
26517
32747
-exeext="$exeext"
26518
 
 
 
32748
-
26519
32749
-# Additional compiler flags for building library objects.
26520
32750
-pic_flag=$lt_lt_prog_compiler_pic_F77
26521
32751
-pic_mode=$pic_mode
26522
 
 
 
32752
-
26523
32753
-# What is the maximum length of a command?
26524
32754
-max_cmd_len=$lt_cv_sys_max_cmd_len
26525
 
 
 
32755
-
26526
32756
-# Does compiler simultaneously support -c and -o options?
26527
32757
-compiler_c_o=$lt_lt_cv_prog_compiler_c_o_F77
26528
 
 
 
32758
-
26529
32759
-# Must we lock files when doing compilation?
26530
32760
-need_locks=$lt_need_locks
26531
 
 
 
32761
-
26532
32762
-# Do we need the lib prefix for modules?
26533
32763
-need_lib_prefix=$need_lib_prefix
26534
 
 
 
32764
-
26535
32765
-# Do we need a version for libraries?
26536
32766
-need_version=$need_version
26537
 
 
 
32767
-
26538
32768
-# Whether dlopen is supported.
26539
32769
-dlopen_support=$enable_dlopen
26540
 
 
 
32770
-
26541
32771
-# Whether dlopen of programs is supported.
26542
32772
-dlopen_self=$enable_dlopen_self
26543
 
 
 
32773
-
26544
32774
-# Whether dlopen of statically linked programs is supported.
26545
32775
-dlopen_self_static=$enable_dlopen_self_static
26546
 
+# Check the gettext tools to make sure they are GNU
26547
 
+# Extract the first word of "xgettext", so it can be a program name with args.
26548
 
+set dummy xgettext; ac_word=$2
26549
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
26550
 
+$as_echo_n "checking for $ac_word... " >&6; }
26551
 
+if test "${ac_cv_path_XGETTEXT+set}" = set; then
26552
 
+  $as_echo_n "(cached) " >&6
26553
 
+else
26554
 
+  case $XGETTEXT in
26555
 
+  [\\/]* | ?:[\\/]*)
26556
 
+  ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
26557
 
+  ;;
26558
 
+  *)
26559
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26560
 
+for as_dir in $PATH
26561
 
+do
26562
 
+  IFS=$as_save_IFS
26563
 
+  test -z "$as_dir" && as_dir=.
26564
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
26565
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
26566
 
+    ac_cv_path_XGETTEXT="$as_dir/$ac_word$ac_exec_ext"
26567
 
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
26568
 
+    break 2
26569
 
+  fi
26570
 
+done
26571
 
+done
26572
 
+IFS=$as_save_IFS
26573
 
 
 
32776
-
26574
32777
-# Compiler flag to prevent dynamic linking.
26575
32778
-link_static_flag=$lt_lt_prog_compiler_static_F77
26576
 
+  ;;
26577
 
+esac
26578
 
+fi
26579
 
+XGETTEXT=$ac_cv_path_XGETTEXT
26580
 
+if test -n "$XGETTEXT"; then
26581
 
+  { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5
26582
 
+$as_echo "$XGETTEXT" >&6; }
26583
 
+else
26584
 
+  { $as_echo "$as_me:$LINENO: result: no" >&5
26585
 
+$as_echo "no" >&6; }
26586
 
+fi
26587
 
 
 
32779
-
26588
32780
-# Compiler flag to turn off builtin functions.
26589
32781
-no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_F77
26590
 
 
 
32782
-
26591
32783
-# Compiler flag to allow reflexive dlopens.
26592
32784
-export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_F77
26593
 
+# Extract the first word of "msgmerge", so it can be a program name with args.
26594
 
+set dummy msgmerge; ac_word=$2
26595
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
26596
 
+$as_echo_n "checking for $ac_word... " >&6; }
26597
 
+if test "${ac_cv_path_MSGMERGE+set}" = set; then
26598
 
+  $as_echo_n "(cached) " >&6
26599
 
+else
26600
 
+  case $MSGMERGE in
26601
 
+  [\\/]* | ?:[\\/]*)
26602
 
+  ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
26603
 
+  ;;
26604
 
+  *)
26605
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26606
 
+for as_dir in $PATH
26607
 
+do
26608
 
+  IFS=$as_save_IFS
26609
 
+  test -z "$as_dir" && as_dir=.
26610
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
26611
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
26612
 
+    ac_cv_path_MSGMERGE="$as_dir/$ac_word$ac_exec_ext"
26613
 
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
26614
 
+    break 2
26615
 
+  fi
26616
 
+done
26617
 
+done
26618
 
+IFS=$as_save_IFS
26619
 
 
 
32785
-
26620
32786
-# Compiler flag to generate shared objects directly from archives.
26621
32787
-whole_archive_flag_spec=$lt_whole_archive_flag_spec_F77
26622
 
+  ;;
26623
 
+esac
26624
 
+fi
26625
 
+MSGMERGE=$ac_cv_path_MSGMERGE
26626
 
+if test -n "$MSGMERGE"; then
26627
 
+  { $as_echo "$as_me:$LINENO: result: $MSGMERGE" >&5
26628
 
+$as_echo "$MSGMERGE" >&6; }
26629
 
+else
26630
 
+  { $as_echo "$as_me:$LINENO: result: no" >&5
26631
 
+$as_echo "no" >&6; }
26632
 
+fi
26633
 
 
 
32788
-
26634
32789
-# Compiler flag to generate thread-safe objects.
26635
32790
-thread_safe_flag_spec=$lt_thread_safe_flag_spec_F77
26636
 
 
 
32791
-
26637
32792
-# Library versioning type.
26638
32793
-version_type=$version_type
26639
 
+# Extract the first word of "msgfmt", so it can be a program name with args.
26640
 
+set dummy msgfmt; ac_word=$2
26641
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
26642
 
+$as_echo_n "checking for $ac_word... " >&6; }
26643
 
+if test "${ac_cv_path_MSGFMT+set}" = set; then
26644
 
+  $as_echo_n "(cached) " >&6
26645
 
+else
26646
 
+  case $MSGFMT in
26647
 
+  [\\/]* | ?:[\\/]*)
26648
 
+  ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
26649
 
+  ;;
26650
 
+  *)
26651
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26652
 
+for as_dir in $PATH
26653
 
+do
26654
 
+  IFS=$as_save_IFS
26655
 
+  test -z "$as_dir" && as_dir=.
26656
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
26657
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
26658
 
+    ac_cv_path_MSGFMT="$as_dir/$ac_word$ac_exec_ext"
26659
 
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
26660
 
+    break 2
26661
 
+  fi
26662
 
+done
26663
 
+done
26664
 
+IFS=$as_save_IFS
26665
 
 
 
32794
-
26666
32795
-# Format of library name prefix.
26667
32796
-libname_spec=$lt_libname_spec
26668
 
+  ;;
26669
 
+esac
26670
 
+fi
26671
 
+MSGFMT=$ac_cv_path_MSGFMT
26672
 
+if test -n "$MSGFMT"; then
26673
 
+  { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5
26674
 
+$as_echo "$MSGFMT" >&6; }
26675
 
+else
26676
 
+  { $as_echo "$as_me:$LINENO: result: no" >&5
26677
 
+$as_echo "no" >&6; }
26678
 
+fi
26679
 
 
 
32797
-
26680
32798
-# List of archive names.  First name is the real one, the rest are links.
26681
32799
-# The last name is the one that the linker finds with -lNAME.
26682
32800
-library_names_spec=$lt_library_names_spec
26683
 
 
 
32801
-
26684
32802
-# The coded name of the library, if different from the real name.
26685
32803
-soname_spec=$lt_soname_spec
26686
 
+# Extract the first word of "gmsgfmt", so it can be a program name with args.
26687
 
+set dummy gmsgfmt; ac_word=$2
26688
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
26689
 
+$as_echo_n "checking for $ac_word... " >&6; }
26690
 
+if test "${ac_cv_path_GMSGFMT+set}" = set; then
26691
 
+  $as_echo_n "(cached) " >&6
26692
 
+else
26693
 
+  case $GMSGFMT in
26694
 
+  [\\/]* | ?:[\\/]*)
26695
 
+  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
26696
 
+  ;;
26697
 
+  *)
26698
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26699
 
+for as_dir in $PATH
26700
 
+do
26701
 
+  IFS=$as_save_IFS
26702
 
+  test -z "$as_dir" && as_dir=.
26703
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
26704
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
26705
 
+    ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
26706
 
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
26707
 
+    break 2
26708
 
+  fi
26709
 
+done
26710
 
+done
26711
 
+IFS=$as_save_IFS
26712
 
 
 
32804
-
26713
32805
-# Commands used to build and install an old-style archive.
26714
32806
-RANLIB=$lt_RANLIB
26715
32807
-old_archive_cmds=$lt_old_archive_cmds_F77
26716
32808
-old_postinstall_cmds=$lt_old_postinstall_cmds
26717
32809
-old_postuninstall_cmds=$lt_old_postuninstall_cmds
26718
 
+  test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
26719
 
+  ;;
26720
 
+esac
26721
 
+fi
26722
 
+GMSGFMT=$ac_cv_path_GMSGFMT
26723
 
+if test -n "$GMSGFMT"; then
26724
 
+  { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5
26725
 
+$as_echo "$GMSGFMT" >&6; }
26726
 
+else
26727
 
+  { $as_echo "$as_me:$LINENO: result: no" >&5
26728
 
+$as_echo "no" >&6; }
26729
 
+fi
26730
 
 
 
32810
-
26731
32811
-# Create an old-style archive from a shared archive.
26732
32812
-old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_F77
26733
 
 
 
32813
-
26734
32814
-# Create a temporary old-style archive to link instead of a shared archive.
26735
32815
-old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_F77
26736
 
+if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
26737
 
+    { { $as_echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
26738
 
+$as_echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;}
26739
 
+   { (exit 1); exit 1; }; }
26740
 
+fi
26741
 
+xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
26742
 
+mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
26743
 
+mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
26744
 
+if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
26745
 
+    { { $as_echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
26746
 
+$as_echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;}
26747
 
+   { (exit 1); exit 1; }; }
26748
 
+fi
26749
 
 
 
32816
-
26750
32817
-# Commands used to build and install a shared archive.
26751
32818
-archive_cmds=$lt_archive_cmds_F77
26752
32819
-archive_expsym_cmds=$lt_archive_expsym_cmds_F77
26787
32854
-
26788
32855
-# Method to check whether dependent libraries are shared objects.
26789
32856
-deplibs_check_method=$lt_deplibs_check_method
26790
 
+# Extract the first word of "perl", so it can be a program name with args.
26791
 
+set dummy perl; ac_word=$2
26792
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
26793
 
+$as_echo_n "checking for $ac_word... " >&6; }
26794
 
+if test "${ac_cv_path_INTLTOOL_PERL+set}" = set; then
26795
 
+  $as_echo_n "(cached) " >&6
26796
 
+else
26797
 
+  case $INTLTOOL_PERL in
26798
 
+  [\\/]* | ?:[\\/]*)
26799
 
+  ac_cv_path_INTLTOOL_PERL="$INTLTOOL_PERL" # Let the user override the test with a path.
26800
 
+  ;;
26801
 
+  *)
26802
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26803
 
+for as_dir in $PATH
26804
 
+do
26805
 
+  IFS=$as_save_IFS
26806
 
+  test -z "$as_dir" && as_dir=.
26807
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
26808
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
26809
 
+    ac_cv_path_INTLTOOL_PERL="$as_dir/$ac_word$ac_exec_ext"
26810
 
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
26811
 
+    break 2
26812
 
+  fi
26813
 
+done
26814
 
+done
26815
 
+IFS=$as_save_IFS
26816
 
 
 
32857
-
26817
32858
-# Command to use when deplibs_check_method == file_magic.
26818
32859
-file_magic_cmd=$lt_file_magic_cmd
26819
 
+  ;;
26820
 
+esac
26821
 
+fi
26822
 
+INTLTOOL_PERL=$ac_cv_path_INTLTOOL_PERL
26823
 
+if test -n "$INTLTOOL_PERL"; then
26824
 
+  { $as_echo "$as_me:$LINENO: result: $INTLTOOL_PERL" >&5
26825
 
+$as_echo "$INTLTOOL_PERL" >&6; }
26826
 
+else
26827
 
+  { $as_echo "$as_me:$LINENO: result: no" >&5
26828
 
+$as_echo "no" >&6; }
26829
 
+fi
26830
 
 
 
32860
-
26831
32861
-# Flag that allows shared libraries with undefined symbols to be built.
26832
32862
-allow_undefined_flag=$lt_allow_undefined_flag_F77
26833
 
 
 
32863
-
26834
32864
-# Flag that forces no undefined symbols.
26835
32865
-no_undefined_flag=$lt_no_undefined_flag_F77
26836
 
+if test -z "$INTLTOOL_PERL"; then
26837
 
+   { { $as_echo "$as_me:$LINENO: error: perl not found; required for intltool" >&5
26838
 
+$as_echo "$as_me: error: perl not found; required for intltool" >&2;}
26839
 
+   { (exit 1); exit 1; }; }
26840
 
+fi
26841
 
+if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then
26842
 
+   { { $as_echo "$as_me:$LINENO: error: perl 5.x required for intltool" >&5
26843
 
+$as_echo "$as_me: error: perl 5.x required for intltool" >&2;}
26844
 
+   { (exit 1); exit 1; }; }
26845
 
+fi
26846
 
+if test "x" != "xno-xml"; then
26847
 
+   { $as_echo "$as_me:$LINENO: checking for XML::Parser" >&5
26848
 
+$as_echo_n "checking for XML::Parser... " >&6; }
26849
 
+   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
26850
 
+       { $as_echo "$as_me:$LINENO: result: ok" >&5
26851
 
+$as_echo "ok" >&6; }
26852
 
+   else
26853
 
+       { { $as_echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5
26854
 
+$as_echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;}
26855
 
+   { (exit 1); exit 1; }; }
26856
 
+   fi
26857
 
+fi
26858
 
 
 
32866
-
26859
32867
-# Commands used to finish a libtool library installation in a directory.
26860
32868
-finish_cmds=$lt_finish_cmds
26861
 
+# Substitute ALL_LINGUAS so we can use it in po/Makefile
26862
 
 
 
32869
-
26863
32870
-# Same as above, but a single script fragment to be evaled but not shown.
26864
32871
-finish_eval=$lt_finish_eval
26865
 
 
 
32872
-
26866
32873
-# Take the output of nm and produce a listing of raw symbols and C names.
26867
32874
-global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
26868
 
+# Set DATADIRNAME correctly if it is not set yet
26869
 
+# (copied from glib-gettext.m4)
26870
 
+if test -z "$DATADIRNAME"; then
26871
 
+  cat >conftest.$ac_ext <<_ACEOF
26872
 
+/* confdefs.h.  */
26873
 
+_ACEOF
26874
 
+cat confdefs.h >>conftest.$ac_ext
26875
 
+cat >>conftest.$ac_ext <<_ACEOF
26876
 
+/* end confdefs.h.  */
26877
 
 
 
32875
-
26878
32876
-# Transform the output of nm in a proper C declaration
26879
32877
-global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
26880
 
+int
26881
 
+main ()
26882
 
+{
26883
 
+extern int _nl_msg_cat_cntr;
26884
 
+                       return _nl_msg_cat_cntr
26885
 
+  ;
26886
 
+  return 0;
26887
 
+}
26888
 
+_ACEOF
26889
 
+rm -f conftest.$ac_objext conftest$ac_exeext
26890
 
+if { (ac_try="$ac_link"
26891
 
+case "(($ac_try" in
26892
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26893
 
+  *) ac_try_echo=$ac_try;;
26894
 
+esac
26895
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
26896
 
+$as_echo "$ac_try_echo") >&5
26897
 
+  (eval "$ac_link") 2>conftest.er1
26898
 
+  ac_status=$?
26899
 
+  grep -v '^ *+' conftest.er1 >conftest.err
26900
 
+  rm -f conftest.er1
26901
 
+  cat conftest.err >&5
26902
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26903
 
+  (exit $ac_status); } && {
26904
 
+        test -z "$ac_c_werror_flag" ||
26905
 
+        test ! -s conftest.err
26906
 
+       } && test -s conftest$ac_exeext && {
26907
 
+        test "$cross_compiling" = yes ||
26908
 
+        $as_test_x conftest$ac_exeext
26909
 
+       }; then
26910
 
+  DATADIRNAME=share
26911
 
+else
26912
 
+  $as_echo "$as_me: failed program was:" >&5
26913
 
+sed 's/^/| /' conftest.$ac_ext >&5
26914
 
 
 
32878
-
26915
32879
-# Transform the output of nm in a C name address pair
26916
32880
-global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
26917
 
+       case $host in
26918
 
+    *-*-solaris*)
26919
 
+                        { $as_echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
26920
 
+$as_echo_n "checking for bind_textdomain_codeset... " >&6; }
26921
 
+if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
26922
 
+  $as_echo_n "(cached) " >&6
26923
 
+else
26924
 
+  cat >conftest.$ac_ext <<_ACEOF
26925
 
+/* confdefs.h.  */
26926
 
+_ACEOF
26927
 
+cat confdefs.h >>conftest.$ac_ext
26928
 
+cat >>conftest.$ac_ext <<_ACEOF
26929
 
+/* end confdefs.h.  */
26930
 
+/* Define bind_textdomain_codeset to an innocuous variant, in case <limits.h> declares bind_textdomain_codeset.
26931
 
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
26932
 
+#define bind_textdomain_codeset innocuous_bind_textdomain_codeset
26933
 
 
 
32881
-
26934
32882
-# This is the shared library runtime path variable.
26935
32883
-runpath_var=$runpath_var
26936
 
+/* System header to define __stub macros and hopefully few prototypes,
26937
 
+    which can conflict with char bind_textdomain_codeset (); below.
26938
 
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
26939
 
+    <limits.h> exists even on freestanding compilers.  */
26940
 
 
 
32884
-
26941
32885
-# This is the shared library path variable.
26942
32886
-shlibpath_var=$shlibpath_var
26943
 
+#ifdef __STDC__
26944
 
+# include <limits.h>
26945
 
+#else
26946
 
+# include <assert.h>
26947
 
+#endif
26948
 
 
 
32887
-
26949
32888
-# Is shlibpath searched before the hard-coded library search path?
26950
32889
-shlibpath_overrides_runpath=$shlibpath_overrides_runpath
26951
 
+#undef bind_textdomain_codeset
26952
 
 
 
32890
-
26953
32891
-# How to hardcode a shared library path into an executable.
26954
32892
-hardcode_action=$hardcode_action_F77
26955
 
+/* Override any GCC internal prototype to avoid an error.
26956
 
+   Use char because int might match the return type of a GCC
26957
 
+   builtin and then its argument prototype would still apply.  */
26958
 
+#ifdef __cplusplus
26959
 
+extern "C"
26960
 
+#endif
26961
 
+char bind_textdomain_codeset ();
26962
 
+/* The GNU C library defines this for functions which it implements
26963
 
+    to always fail with ENOSYS.  Some functions are actually named
26964
 
+    something starting with __ and the normal name is an alias.  */
26965
 
+#if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset
26966
 
+choke me
26967
 
+#endif
26968
 
 
 
32893
-
26969
32894
-# Whether we should hardcode library paths into libraries.
26970
32895
-hardcode_into_libs=$hardcode_into_libs
26971
 
+int
26972
 
+main ()
26973
 
+{
26974
 
+return bind_textdomain_codeset ();
26975
 
+  ;
26976
 
+  return 0;
26977
 
+}
26978
 
+_ACEOF
26979
 
+rm -f conftest.$ac_objext conftest$ac_exeext
26980
 
+if { (ac_try="$ac_link"
26981
 
+case "(($ac_try" in
26982
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
26983
 
+  *) ac_try_echo=$ac_try;;
26984
 
+esac
26985
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
26986
 
+$as_echo "$ac_try_echo") >&5
26987
 
+  (eval "$ac_link") 2>conftest.er1
26988
 
+  ac_status=$?
26989
 
+  grep -v '^ *+' conftest.er1 >conftest.err
26990
 
+  rm -f conftest.er1
26991
 
+  cat conftest.err >&5
26992
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
26993
 
+  (exit $ac_status); } && {
26994
 
+        test -z "$ac_c_werror_flag" ||
26995
 
+        test ! -s conftest.err
26996
 
+       } && test -s conftest$ac_exeext && {
26997
 
+        test "$cross_compiling" = yes ||
26998
 
+        $as_test_x conftest$ac_exeext
26999
 
+       }; then
27000
 
+  ac_cv_func_bind_textdomain_codeset=yes
27001
 
+else
27002
 
+  $as_echo "$as_me: failed program was:" >&5
27003
 
+sed 's/^/| /' conftest.$ac_ext >&5
27004
 
 
 
32896
-
27005
32897
-# Flag to hardcode \$libdir into a binary during linking.
27006
32898
-# This must work even if \$libdir does not exist.
27007
32899
-hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_F77
27008
 
+       ac_cv_func_bind_textdomain_codeset=no
27009
 
+fi
27010
 
 
 
32900
-
27011
32901
-# If ld is used when linking, flag to hardcode \$libdir into
27012
32902
-# a binary during linking. This must work even if \$libdir does
27013
32903
-# not exist.
27031
32921
-# Set to yes if building a shared library automatically hardcodes DIR into the library
27032
32922
-# and all subsequent libraries and executables linked against it.
27033
32923
-hardcode_automatic=$hardcode_automatic_F77
27034
 
+rm -rf conftest.dSYM
27035
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27036
 
+      conftest$ac_exeext conftest.$ac_ext
27037
 
+fi
27038
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
27039
 
+$as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; }
27040
 
+if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then
27041
 
+  DATADIRNAME=share
27042
 
+else
27043
 
+  DATADIRNAME=lib
27044
 
+fi
27045
 
 
 
32924
-
27046
32925
-# Variables whose values should be saved in libtool wrapper scripts and
27047
32926
-# restored at relink time.
27048
32927
-variables_saved_for_relink="$variables_saved_for_relink"
27049
 
+    ;;
27050
 
+    *)
27051
 
+    DATADIRNAME=lib
27052
 
+    ;;
27053
 
+    esac
27054
 
+fi
27055
 
 
 
32928
-
27056
32929
-# Whether libtool must link a program against all its dependency libraries.
27057
32930
-link_all_deplibs=$link_all_deplibs_F77
27058
 
+rm -rf conftest.dSYM
27059
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27060
 
+      conftest$ac_exeext conftest.$ac_ext
27061
 
+fi
27062
 
 
 
32931
-
27063
32932
-# Compile-time system search path for libraries
27064
32933
-sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
27065
 
 
 
32934
-
27066
32935
-# Run-time system search path for libraries
27067
32936
-sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
27068
 
 
 
32937
-
27069
32938
-# Fix the shell variable \$srcfile for the compiler.
27070
32939
-fix_srcfile_path=$lt_fix_srcfile_path
27071
 
 
 
32940
-
27072
32941
-# Set to yes if exported symbols are required.
27073
32942
-always_export_symbols=$always_export_symbols_F77
27074
 
 
 
32943
-
27075
32944
-# The commands to list exported symbols.
27076
32945
-export_symbols_cmds=$lt_export_symbols_cmds_F77
27077
 
 
 
32946
-
27078
32947
-# The commands to extract the exported symbol list from a shared archive.
27079
32948
-extract_expsyms_cmds=$lt_extract_expsyms_cmds
27080
 
+GETTEXT_PACKAGE=gnome-control-center-2.0
27081
 
 
 
32949
-
27082
32950
-# Symbols that should not be listed in the preloaded symbols.
27083
32951
-exclude_expsyms=$lt_exclude_expsyms_F77
27084
 
 
 
32952
-
27085
32953
-# Symbols that must always be exported.
27086
32954
-include_expsyms=$lt_include_expsyms_F77
27087
 
+cat >>confdefs.h <<_ACEOF
27088
 
+#define GETTEXT_PACKAGE "$GETTEXT_PACKAGE"
27089
 
+_ACEOF
27090
 
 
 
32955
-
27091
32956
-# ### END LIBTOOL TAG CONFIG: $tagname
27092
 
 
 
32957
-
27093
32958
-__EOF__
27094
 
 
27095
 
 
 
32959
-
 
32960
-
27096
32961
-else
27097
32962
-  # If there is no Makefile yet, we rely on a make rule to execute
27098
32963
-  # `config.status --recheck' to rerun these tests and create the
27101
32966
-  if test -f "$ltmain_in"; then
27102
32967
-    test -f Makefile && make "$ltmain"
27103
32968
-  fi
27104
 
+for ac_header in locale.h
27105
 
+do
27106
 
+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
27107
 
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
27108
 
+  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
27109
 
+$as_echo_n "checking for $ac_header... " >&6; }
27110
 
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
27111
 
+  $as_echo_n "(cached) " >&6
27112
 
 fi
27113
 
+ac_res=`eval 'as_val=${'$as_ac_Header'}
27114
 
+                $as_echo "$as_val"'`
27115
 
+              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
27116
 
+$as_echo "$ac_res" >&6; }
27117
 
+else
27118
 
+  # Is the header compilable?
27119
 
+{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
27120
 
+$as_echo_n "checking $ac_header usability... " >&6; }
27121
 
+cat >conftest.$ac_ext <<_ACEOF
27122
 
+/* confdefs.h.  */
27123
 
+_ACEOF
27124
 
+cat confdefs.h >>conftest.$ac_ext
27125
 
+cat >>conftest.$ac_ext <<_ACEOF
27126
 
+/* end confdefs.h.  */
27127
 
+$ac_includes_default
27128
 
+#include <$ac_header>
27129
 
+_ACEOF
27130
 
+rm -f conftest.$ac_objext
27131
 
+if { (ac_try="$ac_compile"
27132
 
+case "(($ac_try" in
27133
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27134
 
+  *) ac_try_echo=$ac_try;;
27135
 
+esac
27136
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
27137
 
+$as_echo "$ac_try_echo") >&5
27138
 
+  (eval "$ac_compile") 2>conftest.er1
27139
 
+  ac_status=$?
27140
 
+  grep -v '^ *+' conftest.er1 >conftest.err
27141
 
+  rm -f conftest.er1
27142
 
+  cat conftest.err >&5
27143
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27144
 
+  (exit $ac_status); } && {
27145
 
+        test -z "$ac_c_werror_flag" ||
27146
 
+        test ! -s conftest.err
27147
 
+       } && test -s conftest.$ac_objext; then
27148
 
+  ac_header_compiler=yes
27149
 
+else
27150
 
+  $as_echo "$as_me: failed program was:" >&5
27151
 
+sed 's/^/| /' conftest.$ac_ext >&5
27152
 
 
27153
 
+       ac_header_compiler=no
27154
 
+fi
27155
 
 
 
32969
-fi
 
32970
-
 
32971
-
27156
32972
-ac_ext=c
27157
32973
-ac_cpp='$CPP $CPPFLAGS'
27158
32974
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27187
33003
-
27188
33004
-# If no C compiler was specified, use CC.
27189
33005
-LTCC=${LTCC-"$CC"}
27190
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27191
 
+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
27192
 
+$as_echo "$ac_header_compiler" >&6; }
27193
 
 
 
33006
-
27194
33007
-# If no C compiler flags were specified, use CFLAGS.
27195
33008
-LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
27196
 
+# Is the header present?
27197
 
+{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
27198
 
+$as_echo_n "checking $ac_header presence... " >&6; }
27199
 
+cat >conftest.$ac_ext <<_ACEOF
27200
 
+/* confdefs.h.  */
27201
 
+_ACEOF
27202
 
+cat confdefs.h >>conftest.$ac_ext
27203
 
+cat >>conftest.$ac_ext <<_ACEOF
27204
 
+/* end confdefs.h.  */
27205
 
+#include <$ac_header>
27206
 
+_ACEOF
27207
 
+if { (ac_try="$ac_cpp conftest.$ac_ext"
27208
 
+case "(($ac_try" in
27209
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27210
 
+  *) ac_try_echo=$ac_try;;
27211
 
+esac
27212
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
27213
 
+$as_echo "$ac_try_echo") >&5
27214
 
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
27215
 
+  ac_status=$?
27216
 
+  grep -v '^ *+' conftest.er1 >conftest.err
27217
 
+  rm -f conftest.er1
27218
 
+  cat conftest.err >&5
27219
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27220
 
+  (exit $ac_status); } >/dev/null && {
27221
 
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
27222
 
+        test ! -s conftest.err
27223
 
+       }; then
27224
 
+  ac_header_preproc=yes
27225
 
+else
27226
 
+  $as_echo "$as_me: failed program was:" >&5
27227
 
+sed 's/^/| /' conftest.$ac_ext >&5
27228
 
 
 
33009
-
27229
33010
-# Allow CC to be a program name with arguments.
27230
33011
-compiler=$CC
27231
 
+  ac_header_preproc=no
27232
 
+fi
27233
 
 
27234
 
+rm -f conftest.err conftest.$ac_ext
27235
 
+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
27236
 
+$as_echo "$ac_header_preproc" >&6; }
27237
 
 
 
33012
-
 
33013
-
27238
33014
-# save warnings/boilerplate of simple test code
27239
33015
-ac_outfile=conftest.$ac_objext
27240
33016
-echo "$lt_simple_compile_test_code" >conftest.$ac_ext
27241
33017
-eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
27242
33018
-_lt_compiler_boilerplate=`cat conftest.err`
27243
33019
-$rm conftest*
27244
 
+# So?  What about this header?
27245
 
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
27246
 
+  yes:no: )
27247
 
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
27248
 
+$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
27249
 
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
27250
 
+$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
27251
 
+    ac_header_preproc=yes
27252
 
+    ;;
27253
 
+  no:yes:* )
27254
 
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
27255
 
+$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
27256
 
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
27257
 
+$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
27258
 
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
27259
 
+$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
27260
 
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
27261
 
+$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
27262
 
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
27263
 
+$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
27264
 
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
27265
 
+$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
27266
 
+    ( cat <<\_ASBOX
27267
 
+## ----------------------------------------------------------------------------------- ##
27268
 
+## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center ##
27269
 
+## ----------------------------------------------------------------------------------- ##
27270
 
+_ASBOX
27271
 
+     ) | sed "s/^/$as_me: WARNING:     /" >&2
27272
 
+    ;;
27273
 
+esac
27274
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
27275
 
+$as_echo_n "checking for $ac_header... " >&6; }
27276
 
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
27277
 
+  $as_echo_n "(cached) " >&6
27278
 
+else
27279
 
+  eval "$as_ac_Header=\$ac_header_preproc"
27280
 
+fi
27281
 
+ac_res=`eval 'as_val=${'$as_ac_Header'}
27282
 
+                $as_echo "$as_val"'`
27283
 
+              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
27284
 
+$as_echo "$ac_res" >&6; }
27285
 
 
 
33020
-
27286
33021
-ac_outfile=conftest.$ac_objext
27287
33022
-echo "$lt_simple_link_test_code" >conftest.$ac_ext
27288
33023
-eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
27289
33024
-_lt_linker_boilerplate=`cat conftest.err`
27290
33025
-$rm -r conftest*
27291
 
+fi
27292
 
+as_val=`eval 'as_val=${'$as_ac_Header'}
27293
 
+                $as_echo "$as_val"'`
27294
 
+   if test "x$as_val" = x""yes; then
27295
 
+  cat >>confdefs.h <<_ACEOF
27296
 
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
27297
 
+_ACEOF
27298
 
 
27299
 
+fi
27300
 
 
 
33026
-
 
33027
-
27301
33028
-# Allow CC to be a program name with arguments.
27302
33029
-lt_save_CC="$CC"
27303
33030
-CC=${GCJ-"gcj"}
27310
33037
-    \-*) ;;
27311
33038
-    *) break;;
27312
33039
-  esac
27313
 
 done
 
33040
-done
27314
33041
-cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
27315
 
 
27316
 
+    if test $ac_cv_header_locale_h = yes; then
27317
 
+    { $as_echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
27318
 
+$as_echo_n "checking for LC_MESSAGES... " >&6; }
27319
 
+if test "${am_cv_val_LC_MESSAGES+set}" = set; then
27320
 
+  $as_echo_n "(cached) " >&6
27321
 
+else
27322
 
+  cat >conftest.$ac_ext <<_ACEOF
27323
 
+/* confdefs.h.  */
27324
 
+_ACEOF
27325
 
+cat confdefs.h >>conftest.$ac_ext
27326
 
+cat >>conftest.$ac_ext <<_ACEOF
27327
 
+/* end confdefs.h.  */
27328
 
+#include <locale.h>
27329
 
+int
27330
 
+main ()
27331
 
+{
27332
 
+return LC_MESSAGES
27333
 
+  ;
27334
 
+  return 0;
27335
 
+}
27336
 
+_ACEOF
27337
 
+rm -f conftest.$ac_objext conftest$ac_exeext
27338
 
+if { (ac_try="$ac_link"
27339
 
+case "(($ac_try" in
27340
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27341
 
+  *) ac_try_echo=$ac_try;;
27342
 
+esac
27343
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
27344
 
+$as_echo "$ac_try_echo") >&5
27345
 
+  (eval "$ac_link") 2>conftest.er1
27346
 
+  ac_status=$?
27347
 
+  grep -v '^ *+' conftest.er1 >conftest.err
27348
 
+  rm -f conftest.er1
27349
 
+  cat conftest.err >&5
27350
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27351
 
+  (exit $ac_status); } && {
27352
 
+        test -z "$ac_c_werror_flag" ||
27353
 
+        test ! -s conftest.err
27354
 
+       } && test -s conftest$ac_exeext && {
27355
 
+        test "$cross_compiling" = yes ||
27356
 
+        $as_test_x conftest$ac_exeext
27357
 
+       }; then
27358
 
+  am_cv_val_LC_MESSAGES=yes
27359
 
+else
27360
 
+  $as_echo "$as_me: failed program was:" >&5
27361
 
+sed 's/^/| /' conftest.$ac_ext >&5
27362
 
+
27363
 
+       am_cv_val_LC_MESSAGES=no
27364
 
+fi
27365
 
 
 
33042
-
 
33043
-
27366
33044
-# GCJ did not exist at the time GCC didn't implicitly link libc in.
27367
33045
-archive_cmds_need_lc_GCJ=no
27368
 
+rm -rf conftest.dSYM
27369
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27370
 
+      conftest$ac_exeext conftest.$ac_ext
27371
 
+fi
27372
 
+{ $as_echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
27373
 
+$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
27374
 
+    if test $am_cv_val_LC_MESSAGES = yes; then
27375
 
 
 
33046
-
27376
33047
-old_archive_cmds_GCJ=$old_archive_cmds
27377
 
+cat >>confdefs.h <<\_ACEOF
27378
 
+#define HAVE_LC_MESSAGES 1
27379
 
+_ACEOF
27380
 
 
27381
 
+    fi
27382
 
+  fi
27383
 
+     USE_NLS=yes
27384
 
 
 
33048
-
 
33049
-
27385
33050
-lt_prog_compiler_no_builtin_flag_GCJ=
27386
 
 
 
33051
-
27387
33052
-if test "$GCC" = yes; then
27388
33053
-  lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin'
27389
 
+    gt_cv_have_gettext=no
27390
 
 
27391
 
+    CATOBJEXT=NONE
27392
 
+    XGETTEXT=:
27393
 
+    INTLLIBS=
27394
 
 
 
33054
-
 
33055
-
27395
33056
-{ $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
27396
33057
-$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
27397
33058
-if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
27398
 
+    if test "${ac_cv_header_libintl_h+set}" = set; then
27399
 
+  { $as_echo "$as_me:$LINENO: checking for libintl.h" >&5
27400
 
+$as_echo_n "checking for libintl.h... " >&6; }
27401
 
+if test "${ac_cv_header_libintl_h+set}" = set; then
27402
 
   $as_echo_n "(cached) " >&6
27403
 
+fi
27404
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
27405
 
+$as_echo "$ac_cv_header_libintl_h" >&6; }
27406
 
 else
 
33059
-  $as_echo_n "(cached) " >&6
 
33060
-else
27407
33061
-  lt_cv_prog_compiler_rtti_exceptions=no
27408
33062
-  ac_outfile=conftest.$ac_objext
27409
33063
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
27417
33071
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
27418
33072
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
27419
33073
-   -e 's:$: $lt_compiler_flag:'`
27420
 
-   (eval echo "\"\$as_me:18238: $lt_compile\"" >&5)
 
33074
-   (eval echo "\"\$as_me:18266: $lt_compile\"" >&5)
27421
33075
-   (eval "$lt_compile" 2>conftest.err)
27422
33076
-   ac_status=$?
27423
33077
-   cat conftest.err >&5
27424
 
-   echo "$as_me:18242: \$? = $ac_status" >&5
 
33078
-   echo "$as_me:18270: \$? = $ac_status" >&5
27425
33079
-   if (exit $ac_status) && test -s "$ac_outfile"; then
27426
33080
-     # The compiler can only warn and ignore the option if not recognized
27427
33081
-     # So say no if there are warnings other than the usual output.
27432
33086
-     fi
27433
33087
-   fi
27434
33088
-   $rm conftest*
27435
 
+  # Is the header compilable?
27436
 
+{ $as_echo "$as_me:$LINENO: checking libintl.h usability" >&5
27437
 
+$as_echo_n "checking libintl.h usability... " >&6; }
27438
 
+cat >conftest.$ac_ext <<_ACEOF
27439
 
+/* confdefs.h.  */
27440
 
+_ACEOF
27441
 
+cat confdefs.h >>conftest.$ac_ext
27442
 
+cat >>conftest.$ac_ext <<_ACEOF
27443
 
+/* end confdefs.h.  */
27444
 
+$ac_includes_default
27445
 
+#include <libintl.h>
27446
 
+_ACEOF
27447
 
+rm -f conftest.$ac_objext
27448
 
+if { (ac_try="$ac_compile"
27449
 
+case "(($ac_try" in
27450
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27451
 
+  *) ac_try_echo=$ac_try;;
27452
 
+esac
27453
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
27454
 
+$as_echo "$ac_try_echo") >&5
27455
 
+  (eval "$ac_compile") 2>conftest.er1
27456
 
+  ac_status=$?
27457
 
+  grep -v '^ *+' conftest.er1 >conftest.err
27458
 
+  rm -f conftest.er1
27459
 
+  cat conftest.err >&5
27460
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27461
 
+  (exit $ac_status); } && {
27462
 
+        test -z "$ac_c_werror_flag" ||
27463
 
+        test ! -s conftest.err
27464
 
+       } && test -s conftest.$ac_objext; then
27465
 
+  ac_header_compiler=yes
27466
 
+else
27467
 
+  $as_echo "$as_me: failed program was:" >&5
27468
 
+sed 's/^/| /' conftest.$ac_ext >&5
27469
 
 
27470
 
+       ac_header_compiler=no
27471
 
 fi
 
33089
-
 
33090
-fi
27472
33091
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
27473
33092
-$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
27474
 
 
 
33093
-
27475
33094
-if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
27476
33095
-    lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions"
27477
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
27478
 
+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
27479
 
+$as_echo "$ac_header_compiler" >&6; }
27480
 
+
27481
 
+# Is the header present?
27482
 
+{ $as_echo "$as_me:$LINENO: checking libintl.h presence" >&5
27483
 
+$as_echo_n "checking libintl.h presence... " >&6; }
27484
 
+cat >conftest.$ac_ext <<_ACEOF
27485
 
+/* confdefs.h.  */
27486
 
+_ACEOF
27487
 
+cat confdefs.h >>conftest.$ac_ext
27488
 
+cat >>conftest.$ac_ext <<_ACEOF
27489
 
+/* end confdefs.h.  */
27490
 
+#include <libintl.h>
27491
 
+_ACEOF
27492
 
+if { (ac_try="$ac_cpp conftest.$ac_ext"
27493
 
+case "(($ac_try" in
27494
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27495
 
+  *) ac_try_echo=$ac_try;;
27496
 
+esac
27497
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
27498
 
+$as_echo "$ac_try_echo") >&5
27499
 
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
27500
 
+  ac_status=$?
27501
 
+  grep -v '^ *+' conftest.er1 >conftest.err
27502
 
+  rm -f conftest.er1
27503
 
+  cat conftest.err >&5
27504
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27505
 
+  (exit $ac_status); } >/dev/null && {
27506
 
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
27507
 
+        test ! -s conftest.err
27508
 
+       }; then
27509
 
+  ac_header_preproc=yes
27510
 
 else
 
33096
-else
27511
33097
-    :
27512
33098
-fi
27513
 
+  $as_echo "$as_me: failed program was:" >&5
27514
 
+sed 's/^/| /' conftest.$ac_ext >&5
27515
 
 
27516
 
+  ac_header_preproc=no
27517
 
 fi
27518
 
 
 
33099
-
 
33100
-fi
 
33101
-
27519
33102
-lt_prog_compiler_wl_GCJ=
27520
33103
-lt_prog_compiler_pic_GCJ=
27521
33104
-lt_prog_compiler_static_GCJ=
27526
33109
-  if test "$GCC" = yes; then
27527
33110
-    lt_prog_compiler_wl_GCJ='-Wl,'
27528
33111
-    lt_prog_compiler_static_GCJ='-static'
27529
 
+rm -f conftest.err conftest.$ac_ext
27530
 
+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
27531
 
+$as_echo "$ac_header_preproc" >&6; }
27532
 
 
 
33112
-
27533
33113
-    case $host_os in
27534
33114
-      aix*)
27535
33115
-      # All AIX code is PIC.
27538
33118
-       lt_prog_compiler_static_GCJ='-Bstatic'
27539
33119
-      fi
27540
33120
-      ;;
27541
 
+# So?  What about this header?
27542
 
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
27543
 
+  yes:no: )
27544
 
+    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
27545
 
+$as_echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
27546
 
+    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5
27547
 
+$as_echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}
27548
 
+    ac_header_preproc=yes
27549
 
+    ;;
27550
 
+  no:yes:* )
27551
 
+    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
27552
 
+$as_echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
27553
 
+    { $as_echo "$as_me:$LINENO: WARNING: libintl.h:     check for missing prerequisite headers?" >&5
27554
 
+$as_echo "$as_me: WARNING: libintl.h:     check for missing prerequisite headers?" >&2;}
27555
 
+    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5
27556
 
+$as_echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}
27557
 
+    { $as_echo "$as_me:$LINENO: WARNING: libintl.h:     section \"Present But Cannot Be Compiled\"" >&5
27558
 
+$as_echo "$as_me: WARNING: libintl.h:     section \"Present But Cannot Be Compiled\"" >&2;}
27559
 
+    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
27560
 
+$as_echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
27561
 
+    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
27562
 
+$as_echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
27563
 
+    ( cat <<\_ASBOX
27564
 
+## ----------------------------------------------------------------------------------- ##
27565
 
+## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center ##
27566
 
+## ----------------------------------------------------------------------------------- ##
27567
 
+_ASBOX
27568
 
+     ) | sed "s/^/$as_me: WARNING:     /" >&2
27569
 
+    ;;
27570
 
+esac
27571
 
+{ $as_echo "$as_me:$LINENO: checking for libintl.h" >&5
27572
 
+$as_echo_n "checking for libintl.h... " >&6; }
27573
 
+if test "${ac_cv_header_libintl_h+set}" = set; then
27574
 
+  $as_echo_n "(cached) " >&6
27575
 
+else
27576
 
+  ac_cv_header_libintl_h=$ac_header_preproc
27577
 
+fi
27578
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
27579
 
+$as_echo "$ac_cv_header_libintl_h" >&6; }
27580
 
 
 
33121
-
27581
33122
-    amigaos*)
27582
33123
-      # FIXME: we need at least 68020 code to build shared libraries, but
27583
33124
-      # adding the `-m68020' flag to GCC prevents building anything better,
27584
33125
-      # like `-m68040'.
27585
33126
-      lt_prog_compiler_pic_GCJ='-m68020 -resident32 -malways-restore-a4'
27586
33127
-      ;;
27587
 
+fi
27588
 
+if test "x$ac_cv_header_libintl_h" = x""yes; then
27589
 
+  gt_cv_func_dgettext_libintl="no"
27590
 
+      libintl_extra_libs=""
27591
 
 
 
33128
-
27592
33129
-    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
27593
33130
-      # PIC is the default for these OSes.
27594
33131
-      ;;
27595
 
+      #
27596
 
+      # First check in libc
27597
 
+      #
27598
 
+      { $as_echo "$as_me:$LINENO: checking for ngettext in libc" >&5
27599
 
+$as_echo_n "checking for ngettext in libc... " >&6; }
27600
 
+if test "${gt_cv_func_ngettext_libc+set}" = set; then
27601
 
+  $as_echo_n "(cached) " >&6
27602
 
+else
27603
 
+  cat >conftest.$ac_ext <<_ACEOF
27604
 
+/* confdefs.h.  */
27605
 
+_ACEOF
27606
 
+cat confdefs.h >>conftest.$ac_ext
27607
 
+cat >>conftest.$ac_ext <<_ACEOF
27608
 
+/* end confdefs.h.  */
27609
 
 
 
33132
-
27610
33133
-    mingw* | cygwin* | pw32* | os2*)
27611
33134
-      # This hack is so that the source file can tell whether it is being
27612
33135
-      # built for inclusion in a dll (and should export symbols for example).
27613
33136
-      # Although the cygwin gcc ignores -fPIC, still need this for old-style
27614
33137
-      # (--disable-auto-import) libraries
27615
 
+#include <libintl.h>
27616
 
 
 
33138
-
27617
33139
-      ;;
27618
 
+int
27619
 
+main ()
27620
 
+{
27621
 
+return !ngettext ("","", 1)
27622
 
+  ;
27623
 
+  return 0;
27624
 
+}
27625
 
+_ACEOF
27626
 
+rm -f conftest.$ac_objext conftest$ac_exeext
27627
 
+if { (ac_try="$ac_link"
27628
 
+case "(($ac_try" in
27629
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27630
 
+  *) ac_try_echo=$ac_try;;
27631
 
+esac
27632
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
27633
 
+$as_echo "$ac_try_echo") >&5
27634
 
+  (eval "$ac_link") 2>conftest.er1
27635
 
+  ac_status=$?
27636
 
+  grep -v '^ *+' conftest.er1 >conftest.err
27637
 
+  rm -f conftest.er1
27638
 
+  cat conftest.err >&5
27639
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27640
 
+  (exit $ac_status); } && {
27641
 
+        test -z "$ac_c_werror_flag" ||
27642
 
+        test ! -s conftest.err
27643
 
+       } && test -s conftest$ac_exeext && {
27644
 
+        test "$cross_compiling" = yes ||
27645
 
+        $as_test_x conftest$ac_exeext
27646
 
+       }; then
27647
 
+  gt_cv_func_ngettext_libc=yes
27648
 
+else
27649
 
+  $as_echo "$as_me: failed program was:" >&5
27650
 
+sed 's/^/| /' conftest.$ac_ext >&5
27651
 
 
 
33140
-
27652
33141
-    darwin* | rhapsody*)
27653
33142
-      # PIC is the default on this platform
27654
33143
-      # Common symbols not allowed in MH_DYLIB files
27655
33144
-      lt_prog_compiler_pic_GCJ='-fno-common'
27656
33145
-      ;;
27657
 
+       gt_cv_func_ngettext_libc=no
27658
 
+fi
27659
 
 
 
33146
-
27660
33147
-    interix[3-9]*)
27661
33148
-      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
27662
33149
-      # Instead, we relocate shared libraries at runtime.
27663
33150
-      ;;
27664
 
+rm -rf conftest.dSYM
27665
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27666
 
+      conftest$ac_exeext conftest.$ac_ext
27667
 
 
 
33151
-
27668
33152
-    msdosdjgpp*)
27669
33153
-      # Just because we use GCC doesn't mean we suddenly get shared libraries
27670
33154
-      # on systems that don't support them.
27671
33155
-      lt_prog_compiler_can_build_shared_GCJ=no
27672
33156
-      enable_shared=no
27673
33157
-      ;;
27674
 
+fi
27675
 
+{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_ngettext_libc" >&5
27676
 
+$as_echo "$gt_cv_func_ngettext_libc" >&6; }
27677
 
 
 
33158
-
27678
33159
-    sysv4*MP*)
27679
33160
-      if test -d /usr/nec; then
27680
33161
-       lt_prog_compiler_pic_GCJ=-Kconform_pic
27681
33162
-      fi
27682
33163
-      ;;
27683
 
+      if test "$gt_cv_func_ngettext_libc" = "yes" ; then
27684
 
+             { $as_echo "$as_me:$LINENO: checking for dgettext in libc" >&5
27685
 
+$as_echo_n "checking for dgettext in libc... " >&6; }
27686
 
+if test "${gt_cv_func_dgettext_libc+set}" = set; then
27687
 
+  $as_echo_n "(cached) " >&6
27688
 
+else
27689
 
+  cat >conftest.$ac_ext <<_ACEOF
27690
 
+/* confdefs.h.  */
27691
 
+_ACEOF
27692
 
+cat confdefs.h >>conftest.$ac_ext
27693
 
+cat >>conftest.$ac_ext <<_ACEOF
27694
 
+/* end confdefs.h.  */
27695
 
 
 
33164
-
27696
33165
-    hpux*)
27697
33166
-      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
27698
33167
-      # not for PA HP-UX.
27705
33174
-       ;;
27706
33175
-      esac
27707
33176
-      ;;
27708
 
+#include <libintl.h>
27709
 
 
 
33177
-
27710
33178
-    *)
27711
33179
-      lt_prog_compiler_pic_GCJ='-fPIC'
27712
33180
-      ;;
27825
33293
-       lt_prog_compiler_wl_GCJ='-Wl,';;
27826
33294
-      esac
27827
33295
-      ;;
27828
 
+int
27829
 
+main ()
27830
 
+{
27831
 
+return !dgettext ("","")
27832
 
+  ;
27833
 
+  return 0;
27834
 
+}
27835
 
+_ACEOF
27836
 
+rm -f conftest.$ac_objext conftest$ac_exeext
27837
 
+if { (ac_try="$ac_link"
27838
 
+case "(($ac_try" in
27839
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27840
 
+  *) ac_try_echo=$ac_try;;
27841
 
+esac
27842
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
27843
 
+$as_echo "$ac_try_echo") >&5
27844
 
+  (eval "$ac_link") 2>conftest.er1
27845
 
+  ac_status=$?
27846
 
+  grep -v '^ *+' conftest.er1 >conftest.err
27847
 
+  rm -f conftest.er1
27848
 
+  cat conftest.err >&5
27849
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27850
 
+  (exit $ac_status); } && {
27851
 
+        test -z "$ac_c_werror_flag" ||
27852
 
+        test ! -s conftest.err
27853
 
+       } && test -s conftest$ac_exeext && {
27854
 
+        test "$cross_compiling" = yes ||
27855
 
+        $as_test_x conftest$ac_exeext
27856
 
+       }; then
27857
 
+  gt_cv_func_dgettext_libc=yes
27858
 
+else
27859
 
+  $as_echo "$as_me: failed program was:" >&5
27860
 
+sed 's/^/| /' conftest.$ac_ext >&5
27861
 
 
 
33296
-
27862
33297
-    sunos4*)
27863
33298
-      lt_prog_compiler_wl_GCJ='-Qoption ld '
27864
33299
-      lt_prog_compiler_pic_GCJ='-PIC'
27865
33300
-      lt_prog_compiler_static_GCJ='-Bstatic'
27866
33301
-      ;;
27867
 
+       gt_cv_func_dgettext_libc=no
27868
 
+fi
27869
 
 
 
33302
-
27870
33303
-    sysv4 | sysv4.2uw2* | sysv4.3*)
27871
33304
-      lt_prog_compiler_wl_GCJ='-Wl,'
27872
33305
-      lt_prog_compiler_pic_GCJ='-KPIC'
27873
33306
-      lt_prog_compiler_static_GCJ='-Bstatic'
27874
33307
-      ;;
27875
 
+rm -rf conftest.dSYM
27876
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
27877
 
+      conftest$ac_exeext conftest.$ac_ext
27878
 
 
 
33308
-
27879
33309
-    sysv4*MP*)
27880
33310
-      if test -d /usr/nec ;then
27881
33311
-       lt_prog_compiler_pic_GCJ='-Kconform_pic'
27882
33312
-       lt_prog_compiler_static_GCJ='-Bstatic'
27883
 
+fi
27884
 
+{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_dgettext_libc" >&5
27885
 
+$as_echo "$gt_cv_func_dgettext_libc" >&6; }
27886
 
       fi
 
33313
-      fi
27887
33314
-      ;;
27888
 
 
 
33315
-
27889
33316
-    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
27890
33317
-      lt_prog_compiler_wl_GCJ='-Wl,'
27891
33318
-      lt_prog_compiler_pic_GCJ='-KPIC'
27892
33319
-      lt_prog_compiler_static_GCJ='-Bstatic'
27893
33320
-      ;;
27894
 
+      if test "$gt_cv_func_ngettext_libc" = "yes" ; then
27895
 
 
 
33321
-
27896
33322
-    unicos*)
27897
33323
-      lt_prog_compiler_wl_GCJ='-Wl,'
27898
33324
-      lt_prog_compiler_can_build_shared_GCJ=no
27899
33325
-      ;;
27900
 
+for ac_func in bind_textdomain_codeset
27901
 
+do
27902
 
+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
27903
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
27904
 
+$as_echo_n "checking for $ac_func... " >&6; }
27905
 
+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
27906
 
+  $as_echo_n "(cached) " >&6
27907
 
+else
27908
 
+  cat >conftest.$ac_ext <<_ACEOF
27909
 
+/* confdefs.h.  */
27910
 
+_ACEOF
27911
 
+cat confdefs.h >>conftest.$ac_ext
27912
 
+cat >>conftest.$ac_ext <<_ACEOF
27913
 
+/* end confdefs.h.  */
27914
 
+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
27915
 
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
27916
 
+#define $ac_func innocuous_$ac_func
27917
 
 
 
33326
-
27918
33327
-    uts4*)
27919
33328
-      lt_prog_compiler_pic_GCJ='-pic'
27920
33329
-      lt_prog_compiler_static_GCJ='-Bstatic'
27921
33330
-      ;;
27922
 
+/* System header to define __stub macros and hopefully few prototypes,
27923
 
+    which can conflict with char $ac_func (); below.
27924
 
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
27925
 
+    <limits.h> exists even on freestanding compilers.  */
27926
 
 
 
33331
-
27927
33332
-    *)
27928
33333
-      lt_prog_compiler_can_build_shared_GCJ=no
27929
33334
-      ;;
27930
33335
-    esac
27931
33336
-  fi
27932
 
+#ifdef __STDC__
27933
 
+# include <limits.h>
27934
 
+#else
27935
 
+# include <assert.h>
27936
 
+#endif
27937
 
 
 
33337
-
27938
33338
-{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5
27939
33339
-$as_echo "$lt_prog_compiler_pic_GCJ" >&6; }
27940
 
+#undef $ac_func
27941
 
 
 
33340
-
27942
33341
-#
27943
33342
-# Check to make sure the PIC flag actually works.
27944
33343
-#
27945
33344
-if test -n "$lt_prog_compiler_pic_GCJ"; then
27946
 
+/* Override any GCC internal prototype to avoid an error.
27947
 
+   Use char because int might match the return type of a GCC
27948
 
+   builtin and then its argument prototype would still apply.  */
27949
 
+#ifdef __cplusplus
27950
 
+extern "C"
27951
 
+#endif
27952
 
+char $ac_func ();
27953
 
+/* The GNU C library defines this for functions which it implements
27954
 
+    to always fail with ENOSYS.  Some functions are actually named
27955
 
+    something starting with __ and the normal name is an alias.  */
27956
 
+#if defined __stub_$ac_func || defined __stub___$ac_func
27957
 
+choke me
27958
 
+#endif
27959
 
 
 
33345
-
27960
33346
-{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
27961
33347
-$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... " >&6; }
27962
33348
-if test "${lt_cv_prog_compiler_pic_works_GCJ+set}" = set; then
27963
33349
-  $as_echo_n "(cached) " >&6
27964
 
+int
27965
 
+main ()
27966
 
+{
27967
 
+return $ac_func ();
27968
 
+  ;
27969
 
+  return 0;
27970
 
+}
27971
 
+_ACEOF
27972
 
+rm -f conftest.$ac_objext conftest$ac_exeext
27973
 
+if { (ac_try="$ac_link"
27974
 
+case "(($ac_try" in
27975
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
27976
 
+  *) ac_try_echo=$ac_try;;
27977
 
+esac
27978
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
27979
 
+$as_echo "$ac_try_echo") >&5
27980
 
+  (eval "$ac_link") 2>conftest.er1
27981
 
+  ac_status=$?
27982
 
+  grep -v '^ *+' conftest.er1 >conftest.err
27983
 
+  rm -f conftest.er1
27984
 
+  cat conftest.err >&5
27985
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
27986
 
+  (exit $ac_status); } && {
27987
 
+        test -z "$ac_c_werror_flag" ||
27988
 
+        test ! -s conftest.err
27989
 
+       } && test -s conftest$ac_exeext && {
27990
 
+        test "$cross_compiling" = yes ||
27991
 
+        $as_test_x conftest$ac_exeext
27992
 
+       }; then
27993
 
+  eval "$as_ac_var=yes"
27994
 
 else
 
33350
-else
27995
33351
-  lt_cv_prog_compiler_pic_works_GCJ=no
27996
33352
-  ac_outfile=conftest.$ac_objext
27997
33353
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
28005
33361
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
28006
33362
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
28007
33363
-   -e 's:$: $lt_compiler_flag:'`
28008
 
-   (eval echo "\"\$as_me:18528: $lt_compile\"" >&5)
 
33364
-   (eval echo "\"\$as_me:18556: $lt_compile\"" >&5)
28009
33365
-   (eval "$lt_compile" 2>conftest.err)
28010
33366
-   ac_status=$?
28011
33367
-   cat conftest.err >&5
28012
 
-   echo "$as_me:18532: \$? = $ac_status" >&5
 
33368
-   echo "$as_me:18560: \$? = $ac_status" >&5
28013
33369
-   if (exit $ac_status) && test -s "$ac_outfile"; then
28014
33370
-     # The compiler can only warn and ignore the option if not recognized
28015
33371
-     # So say no if there are warnings other than the usual output.
28020
33376
-     fi
28021
33377
-   fi
28022
33378
-   $rm conftest*
28023
 
+  $as_echo "$as_me: failed program was:" >&5
28024
 
+sed 's/^/| /' conftest.$ac_ext >&5
28025
 
 
28026
 
+       eval "$as_ac_var=no"
28027
 
 fi
 
33379
-
 
33380
-fi
28028
33381
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_GCJ" >&5
28029
33382
-$as_echo "$lt_cv_prog_compiler_pic_works_GCJ" >&6; }
28030
 
 
 
33383
-
28031
33384
-if test x"$lt_cv_prog_compiler_pic_works_GCJ" = xyes; then
28032
33385
-    case $lt_prog_compiler_pic_GCJ in
28033
33386
-     "" | " "*) ;;
28036
33389
-else
28037
33390
-    lt_prog_compiler_pic_GCJ=
28038
33391
-     lt_prog_compiler_can_build_shared_GCJ=no
28039
 
+rm -rf conftest.dSYM
28040
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28041
 
+      conftest$ac_exeext conftest.$ac_ext
28042
 
 fi
28043
 
+ac_res=`eval 'as_val=${'$as_ac_var'}
28044
 
+                $as_echo "$as_val"'`
28045
 
+              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
28046
 
+$as_echo "$ac_res" >&6; }
28047
 
+as_val=`eval 'as_val=${'$as_ac_var'}
28048
 
+                $as_echo "$as_val"'`
28049
 
+   if test "x$as_val" = x""yes; then
28050
 
+  cat >>confdefs.h <<_ACEOF
28051
 
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
28052
 
+_ACEOF
28053
 
 
28054
 
 fi
 
33392
-fi
 
33393
-
 
33394
-fi
28055
33395
-case $host_os in
28056
33396
-  # For platforms which do not support PIC, -DPIC is meaningless:
28057
33397
-  *djgpp*)
28061
33401
-    lt_prog_compiler_pic_GCJ="$lt_prog_compiler_pic_GCJ"
28062
33402
-    ;;
28063
33403
-esac
28064
 
+done
28065
 
 
 
33404
-
28066
33405
-#
28067
33406
-# Check to make sure the static flag actually works.
28068
33407
-#
28070
33409
-{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
28071
33410
-$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
28072
33411
-if test "${lt_cv_prog_compiler_static_works_GCJ+set}" = set; then
28073
 
+      fi
28074
 
+
28075
 
+      #
28076
 
+      # If we don't have everything we want, check in libintl
28077
 
+      #
28078
 
+      if test "$gt_cv_func_dgettext_libc" != "yes" \
28079
 
+        || test "$gt_cv_func_ngettext_libc" != "yes" \
28080
 
+         || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then
28081
 
+
28082
 
+        { $as_echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
28083
 
+$as_echo_n "checking for bindtextdomain in -lintl... " >&6; }
28084
 
+if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
28085
 
   $as_echo_n "(cached) " >&6
28086
 
 else
 
33412
-  $as_echo_n "(cached) " >&6
 
33413
-else
28087
33414
-  lt_cv_prog_compiler_static_works_GCJ=no
28088
33415
-   save_LDFLAGS="$LDFLAGS"
28089
33416
-   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
28109
33436
-fi
28110
33437
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_GCJ" >&5
28111
33438
-$as_echo "$lt_cv_prog_compiler_static_works_GCJ" >&6; }
28112
 
+  ac_check_lib_save_LIBS=$LIBS
28113
 
+LIBS="-lintl  $LIBS"
28114
 
+cat >conftest.$ac_ext <<_ACEOF
28115
 
+/* confdefs.h.  */
28116
 
+_ACEOF
28117
 
+cat confdefs.h >>conftest.$ac_ext
28118
 
+cat >>conftest.$ac_ext <<_ACEOF
28119
 
+/* end confdefs.h.  */
28120
 
 
 
33439
-
28121
33440
-if test x"$lt_cv_prog_compiler_static_works_GCJ" = xyes; then
28122
33441
-    :
28123
 
+/* Override any GCC internal prototype to avoid an error.
28124
 
+   Use char because int might match the return type of a GCC
28125
 
+   builtin and then its argument prototype would still apply.  */
28126
 
+#ifdef __cplusplus
28127
 
+extern "C"
28128
 
+#endif
28129
 
+char bindtextdomain ();
28130
 
+int
28131
 
+main ()
28132
 
+{
28133
 
+return bindtextdomain ();
28134
 
+  ;
28135
 
+  return 0;
28136
 
+}
28137
 
+_ACEOF
28138
 
+rm -f conftest.$ac_objext conftest$ac_exeext
28139
 
+if { (ac_try="$ac_link"
28140
 
+case "(($ac_try" in
28141
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28142
 
+  *) ac_try_echo=$ac_try;;
28143
 
+esac
28144
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
28145
 
+$as_echo "$ac_try_echo") >&5
28146
 
+  (eval "$ac_link") 2>conftest.er1
28147
 
+  ac_status=$?
28148
 
+  grep -v '^ *+' conftest.er1 >conftest.err
28149
 
+  rm -f conftest.er1
28150
 
+  cat conftest.err >&5
28151
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28152
 
+  (exit $ac_status); } && {
28153
 
+        test -z "$ac_c_werror_flag" ||
28154
 
+        test ! -s conftest.err
28155
 
+       } && test -s conftest$ac_exeext && {
28156
 
+        test "$cross_compiling" = yes ||
28157
 
+        $as_test_x conftest$ac_exeext
28158
 
+       }; then
28159
 
+  ac_cv_lib_intl_bindtextdomain=yes
28160
 
 else
 
33442
-else
28161
33443
-    lt_prog_compiler_static_GCJ=
28162
33444
-fi
28163
 
+  $as_echo "$as_me: failed program was:" >&5
28164
 
+sed 's/^/| /' conftest.$ac_ext >&5
28165
 
 
28166
 
+       ac_cv_lib_intl_bindtextdomain=no
28167
 
+fi
28168
 
 
 
33445
-
 
33446
-
28169
33447
-{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
28170
33448
-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
28171
33449
-if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then
28172
 
+rm -rf conftest.dSYM
28173
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28174
 
+      conftest$ac_exeext conftest.$ac_ext
28175
 
+LIBS=$ac_check_lib_save_LIBS
28176
 
+fi
28177
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
28178
 
+$as_echo "$ac_cv_lib_intl_bindtextdomain" >&6; }
28179
 
+if test "x$ac_cv_lib_intl_bindtextdomain" = x""yes; then
28180
 
+  { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
28181
 
+$as_echo_n "checking for ngettext in -lintl... " >&6; }
28182
 
+if test "${ac_cv_lib_intl_ngettext+set}" = set; then
28183
 
   $as_echo_n "(cached) " >&6
28184
 
 else
 
33450
-  $as_echo_n "(cached) " >&6
 
33451
-else
28185
33452
-  lt_cv_prog_compiler_c_o_GCJ=no
28186
33453
-   $rm -r conftest 2>/dev/null
28187
33454
-   mkdir conftest
28188
33455
-   cd conftest
28189
33456
-   mkdir out
28190
33457
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
28191
 
+  ac_check_lib_save_LIBS=$LIBS
28192
 
+LIBS="-lintl  $LIBS"
28193
 
+cat >conftest.$ac_ext <<_ACEOF
28194
 
+/* confdefs.h.  */
28195
 
+_ACEOF
28196
 
+cat confdefs.h >>conftest.$ac_ext
28197
 
+cat >>conftest.$ac_ext <<_ACEOF
28198
 
+/* end confdefs.h.  */
28199
 
 
 
33458
-
28200
33459
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
28201
33460
-   # Insert the option either (1) after the last *FLAGS variable, or
28202
33461
-   # (2) before a word containing "conftest.", or (3) at the end.
28206
33465
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
28207
33466
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
28208
33467
-   -e 's:$: $lt_compiler_flag:'`
28209
 
-   (eval echo "\"\$as_me:18632: $lt_compile\"" >&5)
 
33468
-   (eval echo "\"\$as_me:18660: $lt_compile\"" >&5)
28210
33469
-   (eval "$lt_compile" 2>out/conftest.err)
28211
33470
-   ac_status=$?
28212
33471
-   cat out/conftest.err >&5
28213
 
-   echo "$as_me:18636: \$? = $ac_status" >&5
 
33472
-   echo "$as_me:18664: \$? = $ac_status" >&5
28214
33473
-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
28215
33474
-   then
28216
33475
-     # The compiler can only warn and ignore the option if not recognized
28230
33489
-   cd ..
28231
33490
-   rmdir conftest
28232
33491
-   $rm conftest*
28233
 
+/* Override any GCC internal prototype to avoid an error.
28234
 
+   Use char because int might match the return type of a GCC
28235
 
+   builtin and then its argument prototype would still apply.  */
28236
 
+#ifdef __cplusplus
28237
 
+extern "C"
28238
 
+#endif
28239
 
+char ngettext ();
28240
 
+int
28241
 
+main ()
28242
 
+{
28243
 
+return ngettext ();
28244
 
+  ;
28245
 
+  return 0;
28246
 
+}
28247
 
+_ACEOF
28248
 
+rm -f conftest.$ac_objext conftest$ac_exeext
28249
 
+if { (ac_try="$ac_link"
28250
 
+case "(($ac_try" in
28251
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28252
 
+  *) ac_try_echo=$ac_try;;
28253
 
+esac
28254
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
28255
 
+$as_echo "$ac_try_echo") >&5
28256
 
+  (eval "$ac_link") 2>conftest.er1
28257
 
+  ac_status=$?
28258
 
+  grep -v '^ *+' conftest.er1 >conftest.err
28259
 
+  rm -f conftest.er1
28260
 
+  cat conftest.err >&5
28261
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28262
 
+  (exit $ac_status); } && {
28263
 
+        test -z "$ac_c_werror_flag" ||
28264
 
+        test ! -s conftest.err
28265
 
+       } && test -s conftest$ac_exeext && {
28266
 
+        test "$cross_compiling" = yes ||
28267
 
+        $as_test_x conftest$ac_exeext
28268
 
+       }; then
28269
 
+  ac_cv_lib_intl_ngettext=yes
28270
 
+else
28271
 
+  $as_echo "$as_me: failed program was:" >&5
28272
 
+sed 's/^/| /' conftest.$ac_ext >&5
28273
 
 
28274
 
+       ac_cv_lib_intl_ngettext=no
28275
 
 fi
 
33492
-
 
33493
-fi
28276
33494
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
28277
33495
-$as_echo "$lt_cv_prog_compiler_c_o_GCJ" >&6; }
28278
 
 
28279
 
+rm -rf conftest.dSYM
28280
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28281
 
+      conftest$ac_exeext conftest.$ac_ext
28282
 
+LIBS=$ac_check_lib_save_LIBS
28283
 
+fi
28284
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
28285
 
+$as_echo "$ac_cv_lib_intl_ngettext" >&6; }
28286
 
+if test "x$ac_cv_lib_intl_ngettext" = x""yes; then
28287
 
+  { $as_echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5
28288
 
+$as_echo_n "checking for dgettext in -lintl... " >&6; }
28289
 
+if test "${ac_cv_lib_intl_dgettext+set}" = set; then
28290
 
+  $as_echo_n "(cached) " >&6
28291
 
+else
28292
 
+  ac_check_lib_save_LIBS=$LIBS
28293
 
+LIBS="-lintl  $LIBS"
28294
 
+cat >conftest.$ac_ext <<_ACEOF
28295
 
+/* confdefs.h.  */
28296
 
+_ACEOF
28297
 
+cat confdefs.h >>conftest.$ac_ext
28298
 
+cat >>conftest.$ac_ext <<_ACEOF
28299
 
+/* end confdefs.h.  */
28300
 
 
 
33496
-
 
33497
-
28301
33498
-hard_links="nottested"
28302
33499
-if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then
28303
33500
-  # do not overwrite the value of need_locks provided by the user
28316
33513
-$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
28317
33514
-    need_locks=warn
28318
33515
-  fi
28319
 
+/* Override any GCC internal prototype to avoid an error.
28320
 
+   Use char because int might match the return type of a GCC
28321
 
+   builtin and then its argument prototype would still apply.  */
28322
 
+#ifdef __cplusplus
28323
 
+extern "C"
28324
 
+#endif
28325
 
+char dgettext ();
28326
 
+int
28327
 
+main ()
28328
 
+{
28329
 
+return dgettext ();
28330
 
+  ;
28331
 
+  return 0;
28332
 
+}
28333
 
+_ACEOF
28334
 
+rm -f conftest.$ac_objext conftest$ac_exeext
28335
 
+if { (ac_try="$ac_link"
28336
 
+case "(($ac_try" in
28337
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28338
 
+  *) ac_try_echo=$ac_try;;
28339
 
+esac
28340
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
28341
 
+$as_echo "$ac_try_echo") >&5
28342
 
+  (eval "$ac_link") 2>conftest.er1
28343
 
+  ac_status=$?
28344
 
+  grep -v '^ *+' conftest.er1 >conftest.err
28345
 
+  rm -f conftest.er1
28346
 
+  cat conftest.err >&5
28347
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28348
 
+  (exit $ac_status); } && {
28349
 
+        test -z "$ac_c_werror_flag" ||
28350
 
+        test ! -s conftest.err
28351
 
+       } && test -s conftest$ac_exeext && {
28352
 
+        test "$cross_compiling" = yes ||
28353
 
+        $as_test_x conftest$ac_exeext
28354
 
+       }; then
28355
 
+  ac_cv_lib_intl_dgettext=yes
28356
 
 else
 
33516
-else
28357
33517
-  need_locks=no
28358
33518
-fi
28359
 
+  $as_echo "$as_me: failed program was:" >&5
28360
 
+sed 's/^/| /' conftest.$ac_ext >&5
28361
 
 
 
33519
-
28362
33520
-{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
28363
33521
-$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
28364
 
+       ac_cv_lib_intl_dgettext=no
28365
 
+fi
28366
 
 
 
33522
-
28367
33523
-  runpath_var=
28368
33524
-  allow_undefined_flag_GCJ=
28369
33525
-  enable_shared_with_static_runtimes_GCJ=no
28411
33567
-  esac
28412
33568
-done
28413
33569
-cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
28414
 
+rm -rf conftest.dSYM
28415
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28416
 
+      conftest$ac_exeext conftest.$ac_ext
28417
 
+LIBS=$ac_check_lib_save_LIBS
28418
 
+fi
28419
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5
28420
 
+$as_echo "$ac_cv_lib_intl_dgettext" >&6; }
28421
 
+if test "x$ac_cv_lib_intl_dgettext" = x""yes; then
28422
 
+  gt_cv_func_dgettext_libintl=yes
28423
 
+fi
28424
 
 
 
33570
-
28425
33571
-  case $host_os in
28426
33572
-  cygwin* | mingw* | pw32*)
28427
33573
-    # FIXME: the MSVC++ port hasn't been tested in a loooong time
28439
33585
-    with_gnu_ld=no
28440
33586
-    ;;
28441
33587
-  esac
28442
 
+fi
28443
 
 
 
33588
-
28444
33589
-  ld_shlibs_GCJ=yes
28445
33590
-  if test "$with_gnu_ld" = yes; then
28446
33591
-    # If archive_cmds runs LD, not CC, wlarc should be empty
28447
33592
-    wlarc='${wl}'
28448
 
+fi
28449
 
 
 
33593
-
28450
33594
-    # Set some defaults for GNU ld with shared library support. These
28451
33595
-    # are reset later if shared libraries are not supported. Putting them
28452
33596
-    # here allows them to be overridden if necessary.
28467
33611
-      *\ 2.11.*) ;; # other 2.11 versions
28468
33612
-      *) supports_anon_versioning=yes ;;
28469
33613
-    esac
28470
 
 
 
33614
-
28471
33615
-    # See if GNU ld supports shared libraries.
28472
33616
-    case $host_os in
28473
33617
-    aix[3-9]*)
28475
33619
-      if test "$host_cpu" != ia64; then
28476
33620
-       ld_shlibs_GCJ=no
28477
33621
-       cat <<EOF 1>&2
28478
 
+       if test "$gt_cv_func_dgettext_libintl" != "yes" ; then
28479
 
+         { $as_echo "$as_me:$LINENO: checking if -liconv is needed to use gettext" >&5
28480
 
+$as_echo_n "checking if -liconv is needed to use gettext... " >&6; }
28481
 
+         { $as_echo "$as_me:$LINENO: result: " >&5
28482
 
+$as_echo "" >&6; }
28483
 
+         { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
28484
 
+$as_echo_n "checking for ngettext in -lintl... " >&6; }
28485
 
+if test "${ac_cv_lib_intl_ngettext+set}" = set; then
28486
 
+  $as_echo_n "(cached) " >&6
28487
 
+else
28488
 
+  ac_check_lib_save_LIBS=$LIBS
28489
 
+LIBS="-lintl -liconv $LIBS"
28490
 
+cat >conftest.$ac_ext <<_ACEOF
28491
 
+/* confdefs.h.  */
28492
 
+_ACEOF
28493
 
+cat confdefs.h >>conftest.$ac_ext
28494
 
+cat >>conftest.$ac_ext <<_ACEOF
28495
 
+/* end confdefs.h.  */
28496
 
 
 
33622
-
28497
33623
-*** Warning: the GNU linker, at least up to release 2.9.1, is reported
28498
33624
-*** to be unable to reliably create shared libraries on AIX.
28499
33625
-*** Therefore, libtool is disabling shared libraries support.  If you
28500
33626
-*** really care for shared libraries, you may want to modify your PATH
28501
33627
-*** so that a non-GNU linker is found, and then restart.
28502
 
+/* Override any GCC internal prototype to avoid an error.
28503
 
+   Use char because int might match the return type of a GCC
28504
 
+   builtin and then its argument prototype would still apply.  */
28505
 
+#ifdef __cplusplus
28506
 
+extern "C"
28507
 
+#endif
28508
 
+char ngettext ();
28509
 
+int
28510
 
+main ()
28511
 
+{
28512
 
+return ngettext ();
28513
 
+  ;
28514
 
+  return 0;
28515
 
+}
28516
 
+_ACEOF
28517
 
+rm -f conftest.$ac_objext conftest$ac_exeext
28518
 
+if { (ac_try="$ac_link"
28519
 
+case "(($ac_try" in
28520
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28521
 
+  *) ac_try_echo=$ac_try;;
28522
 
+esac
28523
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
28524
 
+$as_echo "$ac_try_echo") >&5
28525
 
+  (eval "$ac_link") 2>conftest.er1
28526
 
+  ac_status=$?
28527
 
+  grep -v '^ *+' conftest.er1 >conftest.err
28528
 
+  rm -f conftest.er1
28529
 
+  cat conftest.err >&5
28530
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28531
 
+  (exit $ac_status); } && {
28532
 
+        test -z "$ac_c_werror_flag" ||
28533
 
+        test ! -s conftest.err
28534
 
+       } && test -s conftest$ac_exeext && {
28535
 
+        test "$cross_compiling" = yes ||
28536
 
+        $as_test_x conftest$ac_exeext
28537
 
+       }; then
28538
 
+  ac_cv_lib_intl_ngettext=yes
28539
 
+else
28540
 
+  $as_echo "$as_me: failed program was:" >&5
28541
 
+sed 's/^/| /' conftest.$ac_ext >&5
28542
 
 
 
33628
-
28543
33629
-EOF
28544
33630
-      fi
28545
33631
-      ;;
28546
 
+       ac_cv_lib_intl_ngettext=no
28547
 
+fi
28548
 
 
 
33632
-
28549
33633
-    amigaos*)
28550
33634
-      archive_cmds_GCJ='$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)'
28551
33635
-      hardcode_libdir_flag_spec_GCJ='-L$libdir'
28559
33643
-      # them.
28560
33644
-      ld_shlibs_GCJ=no
28561
33645
-      ;;
28562
 
+rm -rf conftest.dSYM
28563
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28564
 
+      conftest$ac_exeext conftest.$ac_ext
28565
 
+LIBS=$ac_check_lib_save_LIBS
28566
 
+fi
28567
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
28568
 
+$as_echo "$ac_cv_lib_intl_ngettext" >&6; }
28569
 
+if test "x$ac_cv_lib_intl_ngettext" = x""yes; then
28570
 
+  { $as_echo "$as_me:$LINENO: checking for dcgettext in -lintl" >&5
28571
 
+$as_echo_n "checking for dcgettext in -lintl... " >&6; }
28572
 
+if test "${ac_cv_lib_intl_dcgettext+set}" = set; then
28573
 
+  $as_echo_n "(cached) " >&6
28574
 
+else
28575
 
+  ac_check_lib_save_LIBS=$LIBS
28576
 
+LIBS="-lintl -liconv $LIBS"
28577
 
+cat >conftest.$ac_ext <<_ACEOF
28578
 
+/* confdefs.h.  */
28579
 
+_ACEOF
28580
 
+cat confdefs.h >>conftest.$ac_ext
28581
 
+cat >>conftest.$ac_ext <<_ACEOF
28582
 
+/* end confdefs.h.  */
28583
 
 
 
33646
-
28584
33647
-    beos*)
28585
33648
-      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
28586
33649
-       allow_undefined_flag_GCJ=unsupported
28591
33654
-       ld_shlibs_GCJ=no
28592
33655
-      fi
28593
33656
-      ;;
28594
 
+/* Override any GCC internal prototype to avoid an error.
28595
 
+   Use char because int might match the return type of a GCC
28596
 
+   builtin and then its argument prototype would still apply.  */
28597
 
+#ifdef __cplusplus
28598
 
+extern "C"
28599
 
+#endif
28600
 
+char dcgettext ();
28601
 
+int
28602
 
+main ()
28603
 
+{
28604
 
+return dcgettext ();
28605
 
+  ;
28606
 
+  return 0;
28607
 
+}
28608
 
+_ACEOF
28609
 
+rm -f conftest.$ac_objext conftest$ac_exeext
28610
 
+if { (ac_try="$ac_link"
28611
 
+case "(($ac_try" in
28612
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
28613
 
+  *) ac_try_echo=$ac_try;;
28614
 
+esac
28615
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
28616
 
+$as_echo "$ac_try_echo") >&5
28617
 
+  (eval "$ac_link") 2>conftest.er1
28618
 
+  ac_status=$?
28619
 
+  grep -v '^ *+' conftest.er1 >conftest.err
28620
 
+  rm -f conftest.er1
28621
 
+  cat conftest.err >&5
28622
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
28623
 
+  (exit $ac_status); } && {
28624
 
+        test -z "$ac_c_werror_flag" ||
28625
 
+        test ! -s conftest.err
28626
 
+       } && test -s conftest$ac_exeext && {
28627
 
+        test "$cross_compiling" = yes ||
28628
 
+        $as_test_x conftest$ac_exeext
28629
 
+       }; then
28630
 
+  ac_cv_lib_intl_dcgettext=yes
28631
 
+else
28632
 
+  $as_echo "$as_me: failed program was:" >&5
28633
 
+sed 's/^/| /' conftest.$ac_ext >&5
28634
 
 
 
33657
-
28635
33658
-    cygwin* | mingw* | pw32*)
28636
33659
-      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, GCJ) is actually meaningless,
28637
33660
-      # as there is no search path for DLLs.
28640
33663
-      always_export_symbols_GCJ=no
28641
33664
-      enable_shared_with_static_runtimes_GCJ=yes
28642
33665
-      export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
28643
 
+       ac_cv_lib_intl_dcgettext=no
28644
 
+fi
28645
 
 
 
33666
-
28646
33667
-      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
28647
33668
-        archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
28648
33669
-       # If the export-symbols file already is a .def file (1st line
28658
33679
-       ld_shlibs_GCJ=no
28659
33680
-      fi
28660
33681
-      ;;
28661
 
+rm -rf conftest.dSYM
28662
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
28663
 
+      conftest$ac_exeext conftest.$ac_ext
28664
 
+LIBS=$ac_check_lib_save_LIBS
28665
 
+fi
28666
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dcgettext" >&5
28667
 
+$as_echo "$ac_cv_lib_intl_dcgettext" >&6; }
28668
 
+if test "x$ac_cv_lib_intl_dcgettext" = x""yes; then
28669
 
+  gt_cv_func_dgettext_libintl=yes
28670
 
+                       libintl_extra_libs=-liconv
28671
 
+else
28672
 
+  :
28673
 
+fi
28674
 
 
 
33682
-
28675
33683
-    interix[3-9]*)
28676
33684
-      hardcode_direct_GCJ=no
28677
33685
-      hardcode_shlibpath_var_GCJ=no
28686
33694
-      archive_cmds_GCJ='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
28687
33695
-      archive_expsym_cmds_GCJ='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'
28688
33696
-      ;;
28689
 
+else
28690
 
+  :
28691
 
+fi
28692
 
 
 
33697
-
28693
33698
-    gnu* | linux* | k*bsd*-gnu)
28694
33699
-      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
28695
33700
-       tmp_addflag=
28872
33877
-      hardcode_direct_GCJ=yes
28873
33878
-      hardcode_libdir_separator_GCJ=':'
28874
33879
-      link_all_deplibs_GCJ=yes
28875
 
+        fi
28876
 
 
 
33880
-
28877
33881
-      if test "$GCC" = yes; then
28878
33882
-       case $host_os in aix4.[012]|aix4.[012].*)
28879
33883
-       # We only want to do this on AIX 4.2 and lower, the check
28914
33918
-         fi
28915
33919
-       fi
28916
33920
-      fi
28917
 
+        #
28918
 
+        # If we found libintl, then check in it for bind_textdomain_codeset();
28919
 
+        # we'll prefer libc if neither have bind_textdomain_codeset(),
28920
 
+        # and both have dgettext and ngettext
28921
 
+        #
28922
 
+        if test "$gt_cv_func_dgettext_libintl" = "yes" ; then
28923
 
+          glib_save_LIBS="$LIBS"
28924
 
+          LIBS="$LIBS -lintl $libintl_extra_libs"
28925
 
+          unset ac_cv_func_bind_textdomain_codeset
28926
 
 
 
33921
-
28927
33922
-      # It seems that -bexpall does not export symbols beginning with
28928
33923
-      # underscore (_), so it is better to generate a list of symbols to export.
28929
33924
-      always_export_symbols_GCJ=yes
28933
33928
-       allow_undefined_flag_GCJ='-berok'
28934
33929
-       # Determine the default libpath from the value encoded in an empty executable.
28935
33930
-       cat >conftest.$ac_ext <<_ACEOF
28936
 
+for ac_func in bind_textdomain_codeset
28937
 
+do
28938
 
+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
28939
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
28940
 
+$as_echo_n "checking for $ac_func... " >&6; }
28941
 
+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
28942
 
+  $as_echo_n "(cached) " >&6
28943
 
+else
28944
 
+  cat >conftest.$ac_ext <<_ACEOF
28945
 
 /* confdefs.h.  */
28946
 
 _ACEOF
28947
 
 cat confdefs.h >>conftest.$ac_ext
28948
 
 cat >>conftest.$ac_ext <<_ACEOF
28949
 
 /* end confdefs.h.  */
28950
 
+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
28951
 
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
28952
 
+#define $ac_func innocuous_$ac_func
28953
 
+
28954
 
+/* System header to define __stub macros and hopefully few prototypes,
28955
 
+    which can conflict with char $ac_func (); below.
28956
 
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
28957
 
+    <limits.h> exists even on freestanding compilers.  */
28958
 
+
28959
 
+#ifdef __STDC__
28960
 
+# include <limits.h>
28961
 
+#else
28962
 
+# include <assert.h>
28963
 
+#endif
28964
 
+
28965
 
+#undef $ac_func
28966
 
+
28967
 
+/* Override any GCC internal prototype to avoid an error.
28968
 
+   Use char because int might match the return type of a GCC
28969
 
+   builtin and then its argument prototype would still apply.  */
28970
 
+#ifdef __cplusplus
28971
 
+extern "C"
28972
 
+#endif
28973
 
+char $ac_func ();
28974
 
+/* The GNU C library defines this for functions which it implements
28975
 
+    to always fail with ENOSYS.  Some functions are actually named
28976
 
+    something starting with __ and the normal name is an alias.  */
28977
 
+#if defined __stub_$ac_func || defined __stub___$ac_func
28978
 
+choke me
28979
 
+#endif
28980
 
 
28981
 
 int
28982
 
 main ()
28983
 
 {
28984
 
-
28985
 
+return $ac_func ();
28986
 
   ;
28987
 
   return 0;
28988
 
 }
28989
 
@@ -19127,4949 +14326,4537 @@
28990
 
         test "$cross_compiling" = yes ||
28991
 
         $as_test_x conftest$ac_exeext
28992
 
        }; then
 
33931
-/* confdefs.h.  */
 
33932
-_ACEOF
 
33933
-cat confdefs.h >>conftest.$ac_ext
 
33934
-cat >>conftest.$ac_ext <<_ACEOF
 
33935
-/* end confdefs.h.  */
 
33936
-
 
33937
-int
 
33938
-main ()
 
33939
-{
 
33940
-
 
33941
-  ;
 
33942
-  return 0;
 
33943
-}
 
33944
-_ACEOF
 
33945
-rm -f conftest.$ac_objext conftest$ac_exeext
 
33946
-if { (ac_try="$ac_link"
 
33947
-case "(($ac_try" in
 
33948
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
33949
-  *) ac_try_echo=$ac_try;;
 
33950
-esac
 
33951
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
33952
-$as_echo "$ac_try_echo") >&5
 
33953
-  (eval "$ac_link") 2>conftest.er1
 
33954
-  ac_status=$?
 
33955
-  grep -v '^ *+' conftest.er1 >conftest.err
 
33956
-  rm -f conftest.er1
 
33957
-  cat conftest.err >&5
 
33958
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33959
-  (exit $ac_status); } && {
 
33960
-        test -z "$ac_c_werror_flag" ||
 
33961
-        test ! -s conftest.err
 
33962
-       } && test -s conftest$ac_exeext && {
 
33963
-        test "$cross_compiling" = yes ||
 
33964
-        $as_test_x conftest$ac_exeext
 
33965
-       }; then
28993
33966
-
28994
33967
-lt_aix_libpath_sed='
28995
33968
-    /Import File Strings/,/^$/ {
29003
33976
-if test -z "$aix_libpath"; then
29004
33977
-  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
29005
33978
-fi
29006
 
+  eval "$as_ac_var=yes"
29007
 
 else
29008
 
   $as_echo "$as_me: failed program was:" >&5
29009
 
 sed 's/^/| /' conftest.$ac_ext >&5
29010
 
 
29011
 
-
29012
 
+       eval "$as_ac_var=no"
29013
 
 fi
29014
 
 
29015
 
 rm -rf conftest.dSYM
29016
 
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29017
 
       conftest$ac_exeext conftest.$ac_ext
 
33979
-else
 
33980
-  $as_echo "$as_me: failed program was:" >&5
 
33981
-sed 's/^/| /' conftest.$ac_ext >&5
 
33982
-
 
33983
-
 
33984
-fi
 
33985
-
 
33986
-rm -rf conftest.dSYM
 
33987
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
33988
-      conftest$ac_exeext conftest.$ac_ext
29018
33989
-if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
29019
33990
-
29020
33991
-       hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
29028
33999
-        # Determine the default libpath from the value encoded in an empty executable.
29029
34000
-        cat >conftest.$ac_ext <<_ACEOF
29030
34001
-/* confdefs.h.  */
29031
 
+fi
29032
 
+ac_res=`eval 'as_val=${'$as_ac_var'}
29033
 
+                $as_echo "$as_val"'`
29034
 
+              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
29035
 
+$as_echo "$ac_res" >&6; }
29036
 
+as_val=`eval 'as_val=${'$as_ac_var'}
29037
 
+                $as_echo "$as_val"'`
29038
 
+   if test "x$as_val" = x""yes; then
29039
 
+  cat >>confdefs.h <<_ACEOF
29040
 
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
29041
 
 _ACEOF
 
34002
-_ACEOF
29042
34003
-cat confdefs.h >>conftest.$ac_ext
29043
34004
-cat >>conftest.$ac_ext <<_ACEOF
29044
34005
-/* end confdefs.h.  */
29045
 
 
 
34006
-
29046
34007
-int
29047
34008
-main ()
29048
34009
-{
29049
 
+fi
29050
 
+done
29051
 
 
 
34010
-
29052
34011
-  ;
29053
34012
-  return 0;
29054
34013
-}
29074
34033
-        test "$cross_compiling" = yes ||
29075
34034
-        $as_test_x conftest$ac_exeext
29076
34035
-       }; then
29077
 
+          LIBS="$glib_save_LIBS"
29078
 
 
 
34036
-
29079
34037
-lt_aix_libpath_sed='
29080
34038
-    /Import File Strings/,/^$/ {
29081
34039
-       /^0/ {
29099
34057
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29100
34058
-      conftest$ac_exeext conftest.$ac_ext
29101
34059
-if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
29102
 
+          if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then
29103
 
+            gt_cv_func_dgettext_libc=no
29104
 
+          else
29105
 
+            if test "$gt_cv_func_dgettext_libc" = "yes" \
29106
 
+               && test "$gt_cv_func_ngettext_libc" = "yes"; then
29107
 
+              gt_cv_func_dgettext_libintl=no
29108
 
+            fi
29109
 
+          fi
29110
 
+        fi
29111
 
+      fi
29112
 
 
 
34060
-
29113
34061
-        hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
29114
34062
-         # Warning - without using the other run time loading flags,
29115
34063
-         # -berok will link without error, but may produce a broken library.
29121
34069
-         # This is similar to how AIX traditionally builds its shared libraries.
29122
34070
-         archive_expsym_cmds_GCJ="\$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'
29123
34071
-       fi
29124
 
+      if test "$gt_cv_func_dgettext_libc" = "yes" \
29125
 
+       || test "$gt_cv_func_dgettext_libintl" = "yes"; then
29126
 
+        gt_cv_have_gettext=yes
29127
 
       fi
 
34072
-      fi
29128
34073
-      ;;
29129
 
 
 
34074
-
29130
34075
-    amigaos*)
29131
34076
-      archive_cmds_GCJ='$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)'
29132
34077
-      hardcode_libdir_flag_spec_GCJ='-L$libdir'
29134
34079
-      # see comment about different semantics on the GNU ld section
29135
34080
-      ld_shlibs_GCJ=no
29136
34081
-      ;;
29137
 
+      if test "$gt_cv_func_dgettext_libintl" = "yes"; then
29138
 
+        INTLLIBS="-lintl $libintl_extra_libs"
29139
 
+      fi
29140
 
 
 
34082
-
29141
34083
-    bsdi[45]*)
29142
34084
-      export_dynamic_flag_spec_GCJ=-rdynamic
29143
34085
-      ;;
29144
 
+      if test "$gt_cv_have_gettext" = "yes"; then
29145
 
 
 
34086
-
29146
34087
-    cygwin* | mingw* | pw32*)
29147
34088
-      # When not using gcc, we currently assume that we are using
29148
34089
-      # Microsoft Visual C++.
29163
34104
-      fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`'
29164
34105
-      enable_shared_with_static_runtimes_GCJ=yes
29165
34106
-      ;;
29166
 
+cat >>confdefs.h <<\_ACEOF
29167
 
+#define HAVE_GETTEXT 1
29168
 
+_ACEOF
29169
 
 
 
34107
-
29170
34108
-    darwin* | rhapsody*)
29171
34109
-      case $host_os in
29172
34110
-        rhapsody* | darwin1.[012])
29213
34151
-         ld_shlibs_GCJ=no
29214
34152
-          ;;
29215
34153
-      esac
29216
 
+       # Extract the first word of "msgfmt", so it can be a program name with args.
29217
 
+set dummy msgfmt; ac_word=$2
29218
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
29219
 
+$as_echo_n "checking for $ac_word... " >&6; }
29220
 
+if test "${ac_cv_path_MSGFMT+set}" = set; then
29221
 
+  $as_echo_n "(cached) " >&6
29222
 
+else
29223
 
+  case "$MSGFMT" in
29224
 
+  /*)
29225
 
+  ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
29226
 
+  ;;
29227
 
+  *)
29228
 
+  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
29229
 
+  for ac_dir in $PATH; do
29230
 
+    test -z "$ac_dir" && ac_dir=.
29231
 
+    if test -f $ac_dir/$ac_word; then
29232
 
+      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
29233
 
+       ac_cv_path_MSGFMT="$ac_dir/$ac_word"
29234
 
+       break
29235
 
+      fi
29236
 
     fi
 
34154
-    fi
29237
34155
-      ;;
29238
 
+  done
29239
 
+  IFS="$ac_save_ifs"
29240
 
+  test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no"
29241
 
+  ;;
29242
 
+esac
29243
 
+fi
29244
 
+MSGFMT="$ac_cv_path_MSGFMT"
29245
 
+if test "$MSGFMT" != "no"; then
29246
 
+  { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5
29247
 
+$as_echo "$MSGFMT" >&6; }
29248
 
+else
29249
 
+  { $as_echo "$as_me:$LINENO: result: no" >&5
29250
 
+$as_echo "no" >&6; }
29251
 
+fi
29252
 
+       if test "$MSGFMT" != "no"; then
29253
 
+          glib_save_LIBS="$LIBS"
29254
 
+          LIBS="$LIBS $INTLLIBS"
29255
 
 
 
34156
-
29256
34157
-    dgux*)
29257
34158
-      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
29258
34159
-      hardcode_libdir_flag_spec_GCJ='-L$libdir'
29259
34160
-      hardcode_shlibpath_var_GCJ=no
29260
34161
-      ;;
29261
 
+for ac_func in dcgettext
29262
 
+do
29263
 
+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
29264
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
29265
 
+$as_echo_n "checking for $ac_func... " >&6; }
29266
 
+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
29267
 
+  $as_echo_n "(cached) " >&6
29268
 
+else
29269
 
+  cat >conftest.$ac_ext <<_ACEOF
29270
 
+/* confdefs.h.  */
29271
 
+_ACEOF
29272
 
+cat confdefs.h >>conftest.$ac_ext
29273
 
+cat >>conftest.$ac_ext <<_ACEOF
29274
 
+/* end confdefs.h.  */
29275
 
+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
29276
 
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
29277
 
+#define $ac_func innocuous_$ac_func
29278
 
 
 
34162
-
29279
34163
-    freebsd1*)
29280
34164
-      ld_shlibs_GCJ=no
29281
34165
-      ;;
29282
 
+/* System header to define __stub macros and hopefully few prototypes,
29283
 
+    which can conflict with char $ac_func (); below.
29284
 
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29285
 
+    <limits.h> exists even on freestanding compilers.  */
29286
 
 
 
34166
-
29287
34167
-    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
29288
34168
-    # support.  Future versions do this automatically, but an explicit c++rt0.o
29289
34169
-    # does not break anything, and helps significantly (at the cost of a little
29294
34174
-      hardcode_direct_GCJ=yes
29295
34175
-      hardcode_shlibpath_var_GCJ=no
29296
34176
-      ;;
29297
 
+#ifdef __STDC__
29298
 
+# include <limits.h>
29299
 
+#else
29300
 
+# include <assert.h>
29301
 
+#endif
29302
 
 
 
34177
-
29303
34178
-    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
29304
34179
-    freebsd2*)
29305
34180
-      archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
29307
34182
-      hardcode_minus_L_GCJ=yes
29308
34183
-      hardcode_shlibpath_var_GCJ=no
29309
34184
-      ;;
29310
 
+#undef $ac_func
29311
 
 
 
34185
-
29312
34186
-    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
29313
34187
-    freebsd* | dragonfly*)
29314
34188
-      archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
29316
34190
-      hardcode_direct_GCJ=yes
29317
34191
-      hardcode_shlibpath_var_GCJ=no
29318
34192
-      ;;
29319
 
+/* Override any GCC internal prototype to avoid an error.
29320
 
+   Use char because int might match the return type of a GCC
29321
 
+   builtin and then its argument prototype would still apply.  */
29322
 
+#ifdef __cplusplus
29323
 
+extern "C"
29324
 
+#endif
29325
 
+char $ac_func ();
29326
 
+/* The GNU C library defines this for functions which it implements
29327
 
+    to always fail with ENOSYS.  Some functions are actually named
29328
 
+    something starting with __ and the normal name is an alias.  */
29329
 
+#if defined __stub_$ac_func || defined __stub___$ac_func
29330
 
+choke me
29331
 
+#endif
29332
 
 
 
34193
-
29333
34194
-    hpux9*)
29334
34195
-      if test "$GCC" = yes; then
29335
34196
-       archive_cmds_GCJ='$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'
29339
34200
-      hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
29340
34201
-      hardcode_libdir_separator_GCJ=:
29341
34202
-      hardcode_direct_GCJ=yes
29342
 
+int
29343
 
+main ()
29344
 
+{
29345
 
+return $ac_func ();
29346
 
+  ;
29347
 
+  return 0;
29348
 
+}
29349
 
+_ACEOF
29350
 
+rm -f conftest.$ac_objext conftest$ac_exeext
29351
 
+if { (ac_try="$ac_link"
29352
 
+case "(($ac_try" in
29353
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29354
 
+  *) ac_try_echo=$ac_try;;
29355
 
+esac
29356
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
29357
 
+$as_echo "$ac_try_echo") >&5
29358
 
+  (eval "$ac_link") 2>conftest.er1
29359
 
+  ac_status=$?
29360
 
+  grep -v '^ *+' conftest.er1 >conftest.err
29361
 
+  rm -f conftest.er1
29362
 
+  cat conftest.err >&5
29363
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
29364
 
+  (exit $ac_status); } && {
29365
 
+        test -z "$ac_c_werror_flag" ||
29366
 
+        test ! -s conftest.err
29367
 
+       } && test -s conftest$ac_exeext && {
29368
 
+        test "$cross_compiling" = yes ||
29369
 
+        $as_test_x conftest$ac_exeext
29370
 
+       }; then
29371
 
+  eval "$as_ac_var=yes"
29372
 
+else
29373
 
+  $as_echo "$as_me: failed program was:" >&5
29374
 
+sed 's/^/| /' conftest.$ac_ext >&5
29375
 
 
 
34203
-
29376
34204
-      # hardcode_minus_L: Not really in the search PATH,
29377
34205
-      # but as the default location of the library.
29378
34206
-      hardcode_minus_L_GCJ=yes
29379
34207
-      export_dynamic_flag_spec_GCJ='${wl}-E'
29380
34208
-      ;;
29381
 
+       eval "$as_ac_var=no"
29382
 
+fi
29383
 
 
 
34209
-
29384
34210
-    hpux10*)
29385
34211
-      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
29386
34212
-       archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
29390
34216
-      if test "$with_gnu_ld" = no; then
29391
34217
-       hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
29392
34218
-       hardcode_libdir_separator_GCJ=:
29393
 
+rm -rf conftest.dSYM
29394
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29395
 
+      conftest$ac_exeext conftest.$ac_ext
29396
 
+fi
29397
 
+ac_res=`eval 'as_val=${'$as_ac_var'}
29398
 
+                $as_echo "$as_val"'`
29399
 
+              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
29400
 
+$as_echo "$ac_res" >&6; }
29401
 
+as_val=`eval 'as_val=${'$as_ac_var'}
29402
 
+                $as_echo "$as_val"'`
29403
 
+   if test "x$as_val" = x""yes; then
29404
 
+  cat >>confdefs.h <<_ACEOF
29405
 
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
29406
 
+_ACEOF
29407
 
 
 
34219
-
29408
34220
-       hardcode_direct_GCJ=yes
29409
34221
-       export_dynamic_flag_spec_GCJ='${wl}-E'
29410
 
+fi
29411
 
+done
29412
 
 
 
34222
-
29413
34223
-       # hardcode_minus_L: Not really in the search PATH,
29414
34224
-       # but as the default location of the library.
29415
34225
-       hardcode_minus_L_GCJ=yes
29416
34226
-      fi
29417
34227
-      ;;
29418
 
+         MSGFMT_OPTS=
29419
 
+         { $as_echo "$as_me:$LINENO: checking if msgfmt accepts -c" >&5
29420
 
+$as_echo_n "checking if msgfmt accepts -c... " >&6; }
29421
 
+         cat >conftest.foo <<_ACEOF
29422
 
 
 
34228
-
29423
34229
-    hpux11*)
29424
34230
-      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
29425
34231
-       case $host_cpu in
29479
34285
-      hardcode_libdir_separator_GCJ=:
29480
34286
-      link_all_deplibs_GCJ=yes
29481
34287
-      ;;
29482
 
+msgid ""
29483
 
+msgstr ""
29484
 
+"Content-Type: text/plain; charset=UTF-8\n"
29485
 
+"Project-Id-Version: test 1.0\n"
29486
 
+"PO-Revision-Date: 2007-02-15 12:01+0100\n"
29487
 
+"Last-Translator: test <foo@bar.xx>\n"
29488
 
+"Language-Team: C <LL@li.org>\n"
29489
 
+"MIME-Version: 1.0\n"
29490
 
+"Content-Transfer-Encoding: 8bit\n"
29491
 
 
 
34288
-
29492
34289
-    netbsd*)
29493
34290
-      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
29494
34291
-       archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
29499
34296
-      hardcode_direct_GCJ=yes
29500
34297
-      hardcode_shlibpath_var_GCJ=no
29501
34298
-      ;;
29502
 
+_ACEOF
29503
 
+if { ($as_echo "$as_me:$LINENO: \$MSGFMT -c -o /dev/null conftest.foo") >&5
29504
 
+  ($MSGFMT -c -o /dev/null conftest.foo) 2>&5
29505
 
+  ac_status=$?
29506
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
29507
 
+  (exit $ac_status); }; then
29508
 
+  MSGFMT_OPTS=-c; { $as_echo "$as_me:$LINENO: result: yes" >&5
29509
 
+$as_echo "yes" >&6; }
29510
 
+else { $as_echo "$as_me:$LINENO: result: no" >&5
29511
 
+$as_echo "no" >&6; }
29512
 
+echo "$as_me: failed input was:" >&5
29513
 
+sed 's/^/| /' conftest.foo >&5
29514
 
+fi
29515
 
 
 
34299
-
29516
34300
-    newsos6)
29517
34301
-      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
29518
34302
-      hardcode_direct_GCJ=yes
29520
34304
-      hardcode_libdir_separator_GCJ=:
29521
34305
-      hardcode_shlibpath_var_GCJ=no
29522
34306
-      ;;
29523
 
+         # Extract the first word of "gmsgfmt", so it can be a program name with args.
29524
 
+set dummy gmsgfmt; ac_word=$2
29525
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
29526
 
+$as_echo_n "checking for $ac_word... " >&6; }
29527
 
+if test "${ac_cv_path_GMSGFMT+set}" = set; then
29528
 
+  $as_echo_n "(cached) " >&6
29529
 
+else
29530
 
+  case $GMSGFMT in
29531
 
+  [\\/]* | ?:[\\/]*)
29532
 
+  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
29533
 
+  ;;
29534
 
+  *)
29535
 
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
29536
 
+for as_dir in $PATH
29537
 
+do
29538
 
+  IFS=$as_save_IFS
29539
 
+  test -z "$as_dir" && as_dir=.
29540
 
+  for ac_exec_ext in '' $ac_executable_extensions; do
29541
 
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
29542
 
+    ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
29543
 
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
29544
 
+    break 2
29545
 
+  fi
29546
 
+done
29547
 
+done
29548
 
+IFS=$as_save_IFS
29549
 
 
 
34307
-
29550
34308
-    openbsd*)
29551
34309
-      if test -f /usr/libexec/ld.so; then
29552
34310
-       hardcode_direct_GCJ=yes
29572
34330
-       ld_shlibs_GCJ=no
29573
34331
-      fi
29574
34332
-      ;;
29575
 
+  test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
29576
 
+  ;;
29577
 
+esac
29578
 
+fi
29579
 
+GMSGFMT=$ac_cv_path_GMSGFMT
29580
 
+if test -n "$GMSGFMT"; then
29581
 
+  { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5
29582
 
+$as_echo "$GMSGFMT" >&6; }
29583
 
+else
29584
 
+  { $as_echo "$as_me:$LINENO: result: no" >&5
29585
 
+$as_echo "no" >&6; }
29586
 
+fi
29587
 
 
 
34333
-
29588
34334
-    os2*)
29589
34335
-      hardcode_libdir_flag_spec_GCJ='-L$libdir'
29590
34336
-      hardcode_minus_L_GCJ=yes
29592
34338
-      archive_cmds_GCJ='$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'
29593
34339
-      old_archive_From_new_cmds_GCJ='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
29594
34340
-      ;;
29595
 
 
 
34341
-
29596
34342
-    osf3*)
29597
34343
-      if test "$GCC" = yes; then
29598
34344
-       allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
29600
34346
-      else
29601
34347
-       allow_undefined_flag_GCJ=' -expect_unresolved \*'
29602
34348
-       archive_cmds_GCJ='$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'
29603
 
+         # Extract the first word of "xgettext", so it can be a program name with args.
29604
 
+set dummy xgettext; ac_word=$2
29605
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
29606
 
+$as_echo_n "checking for $ac_word... " >&6; }
29607
 
+if test "${ac_cv_path_XGETTEXT+set}" = set; then
29608
 
+  $as_echo_n "(cached) " >&6
29609
 
+else
29610
 
+  case "$XGETTEXT" in
29611
 
+  /*)
29612
 
+  ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
29613
 
+  ;;
29614
 
+  *)
29615
 
+  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
29616
 
+  for ac_dir in $PATH; do
29617
 
+    test -z "$ac_dir" && ac_dir=.
29618
 
+    if test -f $ac_dir/$ac_word; then
29619
 
+      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
29620
 
+       ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
29621
 
+       break
29622
 
       fi
 
34349
-      fi
29623
34350
-      hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
29624
34351
-      hardcode_libdir_separator_GCJ=:
29625
34352
-      ;;
29626
 
+    fi
29627
 
+  done
29628
 
+  IFS="$ac_save_ifs"
29629
 
+  test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
29630
 
+  ;;
29631
 
+esac
29632
 
+fi
29633
 
+XGETTEXT="$ac_cv_path_XGETTEXT"
29634
 
+if test "$XGETTEXT" != ":"; then
29635
 
+  { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5
29636
 
+$as_echo "$XGETTEXT" >&6; }
29637
 
+else
29638
 
+  { $as_echo "$as_me:$LINENO: result: no" >&5
29639
 
+$as_echo "no" >&6; }
29640
 
+fi
29641
 
 
 
34353
-
29642
34354
-    osf4* | osf5*)     # as osf3* with the addition of -msym flag
29643
34355
-      if test "$GCC" = yes; then
29644
34356
-       allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
29649
34361
-       archive_cmds_GCJ='$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'
29650
34362
-       archive_expsym_cmds_GCJ='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
29651
34363
-       $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'
29652
 
+         cat >conftest.$ac_ext <<_ACEOF
29653
 
+/* confdefs.h.  */
29654
 
+_ACEOF
29655
 
+cat confdefs.h >>conftest.$ac_ext
29656
 
+cat >>conftest.$ac_ext <<_ACEOF
29657
 
+/* end confdefs.h.  */
29658
 
 
 
34364
-
29659
34365
-       # Both c and cxx compiler support -rpath directly
29660
34366
-       hardcode_libdir_flag_spec_GCJ='-rpath $libdir'
29661
34367
-      fi
29662
34368
-      hardcode_libdir_separator_GCJ=:
29663
34369
-      ;;
29664
 
+int
29665
 
+main ()
29666
 
+{
29667
 
+extern int _nl_msg_cat_cntr;
29668
 
+                        return _nl_msg_cat_cntr
29669
 
+  ;
29670
 
+  return 0;
29671
 
+}
29672
 
+_ACEOF
29673
 
+rm -f conftest.$ac_objext conftest$ac_exeext
29674
 
+if { (ac_try="$ac_link"
29675
 
+case "(($ac_try" in
29676
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29677
 
+  *) ac_try_echo=$ac_try;;
29678
 
+esac
29679
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
29680
 
+$as_echo "$ac_try_echo") >&5
29681
 
+  (eval "$ac_link") 2>conftest.er1
29682
 
+  ac_status=$?
29683
 
+  grep -v '^ *+' conftest.er1 >conftest.err
29684
 
+  rm -f conftest.er1
29685
 
+  cat conftest.err >&5
29686
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
29687
 
+  (exit $ac_status); } && {
29688
 
+        test -z "$ac_c_werror_flag" ||
29689
 
+        test ! -s conftest.err
29690
 
+       } && test -s conftest$ac_exeext && {
29691
 
+        test "$cross_compiling" = yes ||
29692
 
+        $as_test_x conftest$ac_exeext
29693
 
+       }; then
29694
 
+  CATOBJEXT=.gmo
29695
 
+             DATADIRNAME=share
29696
 
+else
29697
 
+  $as_echo "$as_me: failed program was:" >&5
29698
 
+sed 's/^/| /' conftest.$ac_ext >&5
29699
 
 
 
34370
-
29700
34371
-    solaris*)
29701
34372
-      no_undefined_flag_GCJ=' -z text'
29702
34373
-      if test "$GCC" = yes; then
29728
34399
-      esac
29729
34400
-      link_all_deplibs_GCJ=yes
29730
34401
-      ;;
29731
 
+       case $host in
29732
 
+           *-*-solaris*)
29733
 
+                                                               { $as_echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
29734
 
+$as_echo_n "checking for bind_textdomain_codeset... " >&6; }
29735
 
+if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
29736
 
+  $as_echo_n "(cached) " >&6
29737
 
+else
29738
 
+  cat >conftest.$ac_ext <<_ACEOF
29739
 
+/* confdefs.h.  */
29740
 
+_ACEOF
29741
 
+cat confdefs.h >>conftest.$ac_ext
29742
 
+cat >>conftest.$ac_ext <<_ACEOF
29743
 
+/* end confdefs.h.  */
29744
 
+/* Define bind_textdomain_codeset to an innocuous variant, in case <limits.h> declares bind_textdomain_codeset.
29745
 
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
29746
 
+#define bind_textdomain_codeset innocuous_bind_textdomain_codeset
29747
 
 
 
34402
-
29748
34403
-    sunos4*)
29749
34404
-      if test "x$host_vendor" = xsequent; then
29750
34405
-       # Use $CC to link under sequent, because it throws in some extra .o
29758
34413
-      hardcode_minus_L_GCJ=yes
29759
34414
-      hardcode_shlibpath_var_GCJ=no
29760
34415
-      ;;
29761
 
+/* System header to define __stub macros and hopefully few prototypes,
29762
 
+    which can conflict with char bind_textdomain_codeset (); below.
29763
 
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
29764
 
+    <limits.h> exists even on freestanding compilers.  */
29765
 
 
 
34416
-
29766
34417
-    sysv4)
29767
34418
-      case $host_vendor in
29768
34419
-       sni)
29784
34435
-      runpath_var='LD_RUN_PATH'
29785
34436
-      hardcode_shlibpath_var_GCJ=no
29786
34437
-      ;;
29787
 
+#ifdef __STDC__
29788
 
+# include <limits.h>
29789
 
+#else
29790
 
+# include <assert.h>
29791
 
+#endif
29792
 
 
 
34438
-
29793
34439
-    sysv4.3*)
29794
34440
-      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
29795
34441
-      hardcode_shlibpath_var_GCJ=no
29796
34442
-      export_dynamic_flag_spec_GCJ='-Bexport'
29797
34443
-      ;;
29798
 
+#undef bind_textdomain_codeset
29799
 
 
 
34444
-
29800
34445
-    sysv4*MP*)
29801
34446
-      if test -d /usr/nec; then
29802
34447
-       archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
29806
34451
-       ld_shlibs_GCJ=yes
29807
34452
-      fi
29808
34453
-      ;;
29809
 
+/* Override any GCC internal prototype to avoid an error.
29810
 
+   Use char because int might match the return type of a GCC
29811
 
+   builtin and then its argument prototype would still apply.  */
29812
 
+#ifdef __cplusplus
29813
 
+extern "C"
29814
 
+#endif
29815
 
+char bind_textdomain_codeset ();
29816
 
+/* The GNU C library defines this for functions which it implements
29817
 
+    to always fail with ENOSYS.  Some functions are actually named
29818
 
+    something starting with __ and the normal name is an alias.  */
29819
 
+#if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset
29820
 
+choke me
29821
 
+#endif
29822
 
 
 
34454
-
29823
34455
-    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
29824
34456
-      no_undefined_flag_GCJ='${wl}-z,text'
29825
34457
-      archive_cmds_need_lc_GCJ=no
29826
34458
-      hardcode_shlibpath_var_GCJ=no
29827
34459
-      runpath_var='LD_RUN_PATH'
29828
 
+int
29829
 
+main ()
29830
 
+{
29831
 
+return bind_textdomain_codeset ();
29832
 
+  ;
29833
 
+  return 0;
29834
 
+}
29835
 
+_ACEOF
29836
 
+rm -f conftest.$ac_objext conftest$ac_exeext
29837
 
+if { (ac_try="$ac_link"
29838
 
+case "(($ac_try" in
29839
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
29840
 
+  *) ac_try_echo=$ac_try;;
29841
 
+esac
29842
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
29843
 
+$as_echo "$ac_try_echo") >&5
29844
 
+  (eval "$ac_link") 2>conftest.er1
29845
 
+  ac_status=$?
29846
 
+  grep -v '^ *+' conftest.er1 >conftest.err
29847
 
+  rm -f conftest.er1
29848
 
+  cat conftest.err >&5
29849
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
29850
 
+  (exit $ac_status); } && {
29851
 
+        test -z "$ac_c_werror_flag" ||
29852
 
+        test ! -s conftest.err
29853
 
+       } && test -s conftest$ac_exeext && {
29854
 
+        test "$cross_compiling" = yes ||
29855
 
+        $as_test_x conftest$ac_exeext
29856
 
+       }; then
29857
 
+  ac_cv_func_bind_textdomain_codeset=yes
29858
 
+else
29859
 
+  $as_echo "$as_me: failed program was:" >&5
29860
 
+sed 's/^/| /' conftest.$ac_ext >&5
29861
 
 
 
34460
-
29862
34461
-      if test "$GCC" = yes; then
29863
34462
-       archive_cmds_GCJ='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
29864
34463
-       archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
29867
34466
-       archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
29868
34467
-      fi
29869
34468
-      ;;
29870
 
+       ac_cv_func_bind_textdomain_codeset=no
29871
 
+fi
29872
 
 
 
34469
-
29873
34470
-    sysv5* | sco3.2v5* | sco5v6*)
29874
34471
-      # Note: We can NOT use -z defs as we might desire, because we do not
29875
34472
-      # link with -lc, and that would cause any symbols used from libc to
29886
34483
-      link_all_deplibs_GCJ=yes
29887
34484
-      export_dynamic_flag_spec_GCJ='${wl}-Bexport'
29888
34485
-      runpath_var='LD_RUN_PATH'
29889
 
+rm -rf conftest.dSYM
29890
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29891
 
+      conftest$ac_exeext conftest.$ac_ext
29892
 
+fi
29893
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
29894
 
+$as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; }
29895
 
+if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then
29896
 
+  CATOBJEXT=.gmo
29897
 
+               DATADIRNAME=share
29898
 
+else
29899
 
+  CATOBJEXT=.mo
29900
 
+               DATADIRNAME=lib
29901
 
+fi
29902
 
 
 
34486
-
29903
34487
-      if test "$GCC" = yes; then
29904
34488
-       archive_cmds_GCJ='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
29905
34489
-       archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
29906
34490
-      else
29907
34491
-       archive_cmds_GCJ='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
29908
34492
-       archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
29909
 
+           ;;
29910
 
+           *)
29911
 
+           CATOBJEXT=.mo
29912
 
+            DATADIRNAME=lib
29913
 
+           ;;
29914
 
+           esac
29915
 
+fi
29916
 
+
29917
 
+rm -rf conftest.dSYM
29918
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
29919
 
+      conftest$ac_exeext conftest.$ac_ext
29920
 
+          LIBS="$glib_save_LIBS"
29921
 
+         INSTOBJEXT=.mo
29922
 
+       else
29923
 
+         gt_cv_have_gettext=no
29924
 
+       fi
29925
 
       fi
 
34493
-      fi
29926
34494
-      ;;
29927
 
 
 
34495
-
29928
34496
-    uts4*)
29929
34497
-      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
29930
34498
-      hardcode_libdir_flag_spec_GCJ='-L$libdir'
29931
34499
-      hardcode_shlibpath_var_GCJ=no
29932
34500
-      ;;
29933
 
+fi
29934
 
 
 
34501
-
29935
34502
-    *)
29936
34503
-      ld_shlibs_GCJ=no
29937
34504
-      ;;
29938
34505
-    esac
29939
34506
-  fi
29940
 
 
 
34507
-
29941
34508
-{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5
29942
34509
-$as_echo "$ld_shlibs_GCJ" >&6; }
29943
34510
-test "$ld_shlibs_GCJ" = no && can_build_shared=no
29944
 
 
 
34511
-
29945
34512
-#
29946
34513
-# Do we need to explicitly link libc?
29947
34514
-#
29949
34516
-x|xyes)
29950
34517
-  # Assume -lc should be added
29951
34518
-  archive_cmds_need_lc_GCJ=yes
29952
 
+    if test "$gt_cv_have_gettext" = "yes" ; then
29953
 
 
 
34519
-
29954
34520
-  if test "$enable_shared" = yes && test "$GCC" = yes; then
29955
34521
-    case $archive_cmds_GCJ in
29956
34522
-    *'~'*)
29964
34530
-$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
29965
34531
-      $rm conftest*
29966
34532
-      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
29967
 
+cat >>confdefs.h <<\_ACEOF
29968
 
+#define ENABLE_NLS 1
29969
 
+_ACEOF
29970
 
 
 
34533
-
29971
34534
-      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
29972
34535
-  (eval $ac_compile) 2>&5
29973
34536
-  ac_status=$?
29997
34560
-         archive_cmds_need_lc_GCJ=yes
29998
34561
-        fi
29999
34562
-        allow_undefined_flag_GCJ=$lt_save_allow_undefined_flag
30000
 
+    fi
30001
 
+
30002
 
+        if test "$XGETTEXT" != ":"; then
30003
 
+                  if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
30004
 
+        : ;
30005
 
       else
 
34563
-      else
30006
34564
-        cat conftest.err 1>&5
30007
 
+        { $as_echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
30008
 
+$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
30009
 
+        XGETTEXT=":"
30010
 
       fi
 
34565
-      fi
30011
34566
-      $rm conftest*
30012
34567
-      { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5
30013
34568
-$as_echo "$archive_cmds_need_lc_GCJ" >&6; }
30016
34571
-  fi
30017
34572
-  ;;
30018
34573
-esac
30019
 
+    fi
30020
 
 
 
34574
-
30021
34575
-{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
30022
34576
-$as_echo_n "checking dynamic linker characteristics... " >&6; }
30023
34577
-library_names_spec=
30033
34587
-version_type=none
30034
34588
-dynamic_linker="$host_os ld.so"
30035
34589
-sys_lib_dlsearch_path_spec="/lib /usr/lib"
30036
 
+    # We need to process the po/ directory.
30037
 
+    POSUB=po
30038
 
 
 
34590
-
30039
34591
-need_lib_prefix=unknown
30040
34592
-hardcode_into_libs=no
30041
 
+    ac_config_commands="$ac_config_commands default-1"
30042
 
 
 
34593
-
30043
34594
-# when you set need_version to no, make sure it does not cause -set_version
30044
34595
-# flags to be left without arguments
30045
34596
-need_version=unknown
30046
 
 
 
34597
-
30047
34598
-case $host_os in
30048
34599
-aix3*)
30049
34600
-  version_type=linux
30050
34601
-  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
30051
34602
-  shlibpath_var=LIBPATH
30052
 
+                for lang in $ALL_LINGUAS; do
30053
 
+      GMOFILES="$GMOFILES $lang.gmo"
30054
 
+      POFILES="$POFILES $lang.po"
30055
 
+    done
30056
 
 
 
34603
-
30057
34604
-  # AIX 3 has no versioning support, so we append a major version to the name.
30058
34605
-  soname_spec='${libname}${release}${shared_ext}$major'
30059
34606
-  ;;
30060
 
 
 
34607
-
30061
34608
-aix[4-9]*)
30062
34609
-  version_type=linux
30063
34610
-  need_lib_prefix=no
30101
34648
-    shlibpath_var=LIBPATH
30102
34649
-  fi
30103
34650
-  ;;
30104
 
 
 
34651
-
30105
34652
-amigaos*)
30106
34653
-  library_names_spec='$libname.ixlibrary $libname.a'
30107
34654
-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
30108
34655
-  finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
30109
34656
-  ;;
30110
 
 
 
34657
-
30111
34658
-beos*)
30112
34659
-  library_names_spec='${libname}${shared_ext}'
30113
34660
-  dynamic_linker="$host_os ld.so"
30114
34661
-  shlibpath_var=LIBRARY_PATH
30115
34662
-  ;;
30116
 
 
 
34663
-
30117
34664
-bsdi[45]*)
30118
34665
-  version_type=linux
30119
34666
-  need_version=no
30127
34674
-  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
30128
34675
-  # libtool to hard-code these into programs
30129
34676
-  ;;
30130
 
 
 
34677
-
30131
34678
-cygwin* | mingw* | pw32*)
30132
34679
-  version_type=windows
30133
34680
-  shrext_cmds=".dll"
30134
34681
-  need_version=no
30135
34682
-  need_lib_prefix=no
30136
 
 
 
34683
-
30137
34684
-  case $GCC,$host_os in
30138
34685
-  yes,cygwin* | yes,mingw* | yes,pw32*)
30139
34686
-    library_names_spec='$libname.dll.a'
30148
34695
-      dlpath=$dir/\$dldll~
30149
34696
-       $rm \$dlpath'
30150
34697
-    shlibpath_overrides_runpath=yes
30151
 
 
 
34698
-
30152
34699
-    case $host_os in
30153
34700
-    cygwin*)
30154
34701
-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
30177
34724
-      ;;
30178
34725
-    esac
30179
34726
-    ;;
30180
 
 
 
34727
-
30181
34728
-  *)
30182
34729
-    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
30183
34730
-    ;;
30186
34733
-  # FIXME: first we should search . and the directory the executable is in
30187
34734
-  shlibpath_var=PATH
30188
34735
-  ;;
30189
 
 
 
34736
-
30190
34737
-darwin* | rhapsody*)
30191
34738
-  dynamic_linker="$host_os dyld"
30192
34739
-  version_type=darwin
30197
34744
-  shlibpath_overrides_runpath=yes
30198
34745
-  shlibpath_var=DYLD_LIBRARY_PATH
30199
34746
-  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
30200
 
 
 
34747
-
30201
34748
-  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
30202
34749
-  ;;
30203
 
 
 
34750
-
30204
34751
-dgux*)
30205
34752
-  version_type=linux
30206
34753
-  need_lib_prefix=no
30209
34756
-  soname_spec='${libname}${release}${shared_ext}$major'
30210
34757
-  shlibpath_var=LD_LIBRARY_PATH
30211
34758
-  ;;
30212
 
 
 
34759
-
30213
34760
-freebsd1*)
30214
34761
-  dynamic_linker=no
30215
34762
-  ;;
30216
 
+   if test "$gt_cv_have_gettext" = "yes"; then
30217
 
+     if test "x$ALL_LINGUAS" = "x"; then
30218
 
+       LINGUAS=
30219
 
+     else
30220
 
+       { $as_echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
30221
 
+$as_echo_n "checking for catalogs to be installed... " >&6; }
30222
 
+       NEW_LINGUAS=
30223
 
+       for presentlang in $ALL_LINGUAS; do
30224
 
+         useit=no
30225
 
+         if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then
30226
 
+           desiredlanguages="$LINGUAS"
30227
 
+         else
30228
 
+           desiredlanguages="$ALL_LINGUAS"
30229
 
+         fi
30230
 
+         for desiredlang in $desiredlanguages; do
30231
 
+          # Use the presentlang catalog if desiredlang is
30232
 
+           #   a. equal to presentlang, or
30233
 
+           #   b. a variant of presentlang (because in this case,
30234
 
+           #      presentlang can be used as a fallback for messages
30235
 
+           #      which are not translated in the desiredlang catalog).
30236
 
+           case "$desiredlang" in
30237
 
+             "$presentlang"*) useit=yes;;
30238
 
+           esac
30239
 
+         done
30240
 
+         if test $useit = yes; then
30241
 
+           NEW_LINGUAS="$NEW_LINGUAS $presentlang"
30242
 
+         fi
30243
 
+       done
30244
 
+       LINGUAS=$NEW_LINGUAS
30245
 
+       { $as_echo "$as_me:$LINENO: result: $LINGUAS" >&5
30246
 
+$as_echo "$LINGUAS" >&6; }
30247
 
+     fi
30248
 
 
 
34763
-
30249
34764
-freebsd* | dragonfly*)
30250
34765
-  # DragonFly does not have aout.  When/if they implement a new
30251
34766
-  # versioning mechanism, adjust this.
30289
34804
-    ;;
30290
34805
-  esac
30291
34806
-  ;;
30292
 
+          if test -n "$LINGUAS"; then
30293
 
+       for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
30294
 
+     fi
30295
 
+   fi
30296
 
 
 
34807
-
30297
34808
-gnu*)
30298
34809
-  version_type=linux
30299
34810
-  need_lib_prefix=no
30303
34814
-  shlibpath_var=LD_LIBRARY_PATH
30304
34815
-  hardcode_into_libs=yes
30305
34816
-  ;;
30306
 
+            MKINSTALLDIRS=
30307
 
+   if test -n "$ac_aux_dir"; then
30308
 
+     MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
30309
 
+   fi
30310
 
+   if test -z "$MKINSTALLDIRS"; then
30311
 
+     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
30312
 
+   fi
30313
 
 
 
34817
-
30314
34818
-hpux9* | hpux10* | hpux11*)
30315
34819
-  # Give a soname corresponding to the major version so that dld.sl refuses to
30316
34820
-  # link against other versions.
30356
34860
-  # HP-UX runs *really* slowly unless shared libraries are mode 555.
30357
34861
-  postinstall_cmds='chmod 555 $lib'
30358
34862
-  ;;
30359
 
 
 
34863
-
30360
34864
-interix[3-9]*)
30361
34865
-  version_type=linux
30362
34866
-  need_lib_prefix=no
30368
34872
-  shlibpath_overrides_runpath=no
30369
34873
-  hardcode_into_libs=yes
30370
34874
-  ;;
30371
 
+         test -d po || mkdir po
30372
 
+   if test "x$srcdir" != "x."; then
30373
 
+     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
30374
 
+       posrcprefix="$srcdir/"
30375
 
+     else
30376
 
+       posrcprefix="../$srcdir/"
30377
 
+     fi
30378
 
+   else
30379
 
+     posrcprefix="../"
30380
 
+   fi
30381
 
+   rm -f po/POTFILES
30382
 
+   sed -e "/^#/d" -e "/^\$/d" -e "s,.*,        $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
30383
 
+       < $srcdir/po/POTFILES.in > po/POTFILES
30384
 
 
 
34875
-
30385
34876
-irix5* | irix6* | nonstopux*)
30386
34877
-  case $host_os in
30387
34878
-    nonstopux*) version_type=nonstopux ;;
30418
34909
-  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
30419
34910
-  hardcode_into_libs=yes
30420
34911
-  ;;
30421
 
 
 
34912
-
30422
34913
-# No shared lib support for Linux oldld, aout, or coff.
30423
34914
-linux*oldld* | linux*aout* | linux*coff*)
30424
34915
-  dynamic_linker=no
30455
34946
-  # assume the GNU/Linux dynamic linker is in use.
30456
34947
-  dynamic_linker='GNU/Linux ld.so'
30457
34948
-  ;;
30458
 
 
 
34949
-
30459
34950
-netbsd*)
30460
34951
-  version_type=sunos
30461
34952
-  need_lib_prefix=no
30473
34964
-  shlibpath_overrides_runpath=yes
30474
34965
-  hardcode_into_libs=yes
30475
34966
-  ;;
30476
 
 
 
34967
-
30477
34968
-newsos6)
30478
34969
-  version_type=linux
30479
34970
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
30490
34981
-  shlibpath_var=LD_LIBRARY_PATH
30491
34982
-  shlibpath_overrides_runpath=yes
30492
34983
-  ;;
30493
 
 
 
34984
-
30494
34985
-openbsd*)
30495
34986
-  version_type=sunos
30496
34987
-  sys_lib_dlsearch_path_spec="/usr/lib"
30514
35005
-      esac
30515
35006
-  else
30516
35007
-    shlibpath_overrides_runpath=yes
30517
 
+      ACLOCAL_AMFLAGS="\${ACLOCAL_FLAGS}"
30518
 
+  if test -n "$ac_macro_dir"; then
30519
 
+    ACLOCAL_AMFLAGS="-I $ac_macro_dir $ACLOCAL_AMFLAGS"
30520
 
   fi
 
35008
-  fi
30521
35009
-  ;;
30522
 
 
 
35010
-
30523
35011
-os2*)
30524
35012
-  libname_spec='$name'
30525
35013
-  shrext_cmds=".dll"
30528
35016
-  dynamic_linker='OS/2 ld.exe'
30529
35017
-  shlibpath_var=LIBPATH
30530
35018
-  ;;
30531
 
 
 
35019
-
30532
35020
-osf3* | osf4* | osf5*)
30533
35021
-  version_type=osf
30534
35022
-  need_lib_prefix=no
30539
35027
-  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
30540
35028
-  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
30541
35029
-  ;;
30542
 
 
 
35030
-
30543
35031
-rdos*)
30544
35032
-  dynamic_linker=no
30545
35033
-  ;;
30546
 
 
 
35034
-
30547
35035
-solaris*)
30548
35036
-  version_type=linux
30549
35037
-  need_lib_prefix=no
30556
35044
-  # ldd complains unless libraries are executable
30557
35045
-  postinstall_cmds='chmod +x $lib'
30558
35046
-  ;;
30559
 
+       # Check whether --enable-debug was given.
30560
 
+if test "${enable_debug+set}" = set; then
30561
 
+  enableval=$enable_debug;
30562
 
+else
30563
 
+  enable_debug=no
30564
 
+fi
30565
 
 
 
35047
-
30566
35048
-sunos4*)
30567
35049
-  version_type=sunos
30568
35050
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
30574
35056
-  fi
30575
35057
-  need_version=yes
30576
35058
-  ;;
30577
 
 
 
35059
-
30578
35060
-sysv4 | sysv4.3*)
30579
35061
-  version_type=linux
30580
35062
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
30598
35080
-      ;;
30599
35081
-  esac
30600
35082
-  ;;
30601
 
+       if test x$enable_debug = xyes ; then
30602
 
 
 
35083
-
30603
35084
-sysv4*MP*)
30604
35085
-  if test -d /usr/nec ;then
30605
35086
-    version_type=linux
30608
35089
-    shlibpath_var=LD_LIBRARY_PATH
30609
35090
-  fi
30610
35091
-  ;;
30611
 
+cat >>confdefs.h <<\_ACEOF
30612
 
+#define GNOME_ENABLE_DEBUG 1
30613
 
+_ACEOF
30614
 
 
 
35092
-
30615
35093
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
30616
35094
-  version_type=freebsd-elf
30617
35095
-  need_lib_prefix=no
30634
35112
-  fi
30635
35113
-  sys_lib_dlsearch_path_spec='/usr/lib'
30636
35114
-  ;;
30637
 
+       fi
30638
 
 
 
35115
-
30639
35116
-uts4*)
30640
35117
-  version_type=linux
30641
35118
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
30642
35119
-  soname_spec='${libname}${release}${shared_ext}$major'
30643
35120
-  shlibpath_var=LD_LIBRARY_PATH
30644
35121
-  ;;
 
35122
+cat confdefs.h >>conftest.$ac_ext
 
35123
+cat >>conftest.$ac_ext <<_ACEOF
 
35124
+/* end confdefs.h.  */
30645
35125
 
30646
35126
-*)
30647
35127
-  dynamic_linker=no
30648
35128
-  ;;
30649
 
-esac
 
35129
+/* Override any GCC internal prototype to avoid an error.
 
35130
+   Use char because int might match the return type of a GCC
 
35131
+   builtin and then its argument prototype would still apply.  */
 
35132
+#ifdef __cplusplus
 
35133
+extern "C"
 
35134
+#endif
 
35135
+char dld_link ();
 
35136
+int
 
35137
+main ()
 
35138
+{
 
35139
+return dld_link ();
 
35140
+  ;
 
35141
+  return 0;
 
35142
+}
 
35143
+_ACEOF
 
35144
+rm -f conftest.$ac_objext conftest$ac_exeext
 
35145
+if { (ac_try="$ac_link"
 
35146
+case "(($ac_try" in
 
35147
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
35148
+  *) ac_try_echo=$ac_try;;
 
35149
 esac
30650
35150
-{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
30651
35151
-$as_echo "$dynamic_linker" >&6; }
30652
35152
-test "$dynamic_linker" = no && can_build_shared=no
30653
 
 
 
35153
-
30654
35154
-if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
30655
35155
-  $as_echo_n "(cached) " >&6
30656
 
+    # Check whether --enable-compile-warnings was given.
30657
 
+if test "${enable_compile_warnings+set}" = set; then
30658
 
+  enableval=$enable_compile_warnings;
 
35156
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
35157
+  (eval "$ac_link") 2>conftest.er1
 
35158
+  ac_status=$?
 
35159
+  grep -v '^ *+' conftest.er1 >conftest.err
 
35160
+  rm -f conftest.er1
 
35161
+  cat conftest.err >&5
 
35162
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
35163
+  (exit $ac_status); } && {
 
35164
+        test -z "$ac_c_werror_flag" ||
 
35165
+        test ! -s conftest.err
 
35166
+       } && test -s conftest$ac_exeext &&
 
35167
+       $as_test_x conftest$ac_exeext; then
 
35168
+  ac_cv_lib_dld_dld_link=yes
30659
35169
 else
30660
35170
-  lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
30661
 
+  enable_compile_warnings="maximum"
 
35171
+  echo "$as_me: failed program was:" >&5
 
35172
+sed 's/^/| /' conftest.$ac_ext >&5
 
35173
+
 
35174
+       ac_cv_lib_dld_dld_link=no
30662
35175
 fi
30663
35176
 
30664
35177
-sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
30666
35179
-  $as_echo_n "(cached) " >&6
30667
35180
-else
30668
35181
-  lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
30669
 
-fi
 
35182
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
35183
+      conftest$ac_exeext conftest.$ac_ext
 
35184
+LIBS=$ac_check_lib_save_LIBS
 
35185
+fi
 
35186
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
 
35187
+echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
 
35188
+if test $ac_cv_lib_dld_dld_link = yes; then
 
35189
+  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
 
35190
 fi
30670
35191
 
30671
35192
-sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
30672
 
+    warnCFLAGS=
30673
 
+    if test "x$GCC" != xyes; then
30674
 
+       enable_compile_warnings=no
30675
 
+    fi
30676
35193
 
30677
35194
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
30678
35195
-if test "$GCC" = yes; then
30679
35196
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
30680
 
-fi
30681
 
+    warning_flags=
30682
 
+    realsave_CFLAGS="$CFLAGS"
 
35197
 fi
30683
35198
 
30684
35199
-{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
30685
35200
-$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
30687
35202
-if test -n "$hardcode_libdir_flag_spec_GCJ" || \
30688
35203
-   test -n "$runpath_var_GCJ" || \
30689
35204
-   test "X$hardcode_automatic_GCJ" = "Xyes" ; then
30690
 
+    case "$enable_compile_warnings" in
30691
 
+    no)
30692
 
+       warning_flags=
30693
 
+       ;;
30694
 
+    minimum)
30695
 
+       warning_flags="-Wall"
30696
 
+       ;;
30697
 
+    yes)
30698
 
+       warning_flags="-Wall -Wmissing-prototypes"
30699
 
+       ;;
30700
 
+    maximum|error)
30701
 
+       warning_flags="-Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith"
30702
 
+       CFLAGS="$warning_flags $CFLAGS"
30703
 
+       for option in -Wno-sign-compare; do
30704
 
+               SAVE_CFLAGS="$CFLAGS"
30705
 
+               CFLAGS="$CFLAGS $option"
30706
 
+               { $as_echo "$as_me:$LINENO: checking whether gcc understands $option" >&5
30707
 
+$as_echo_n "checking whether gcc understands $option... " >&6; }
30708
 
+               cat >conftest.$ac_ext <<_ACEOF
30709
 
+/* confdefs.h.  */
30710
 
+_ACEOF
30711
 
+cat confdefs.h >>conftest.$ac_ext
30712
 
+cat >>conftest.$ac_ext <<_ACEOF
30713
 
+/* end confdefs.h.  */
30714
35205
 
30715
35206
-  # We can hardcode non-existant directories.
30716
35207
-  if test "$hardcode_direct_GCJ" != no &&
30725
35216
-    # We can link without hardcoding, and we can hardcode nonexisting dirs.
30726
35217
-    hardcode_action_GCJ=immediate
30727
35218
-  fi
30728
 
+int
30729
 
+main ()
30730
 
+{
30731
 
+
30732
 
+  ;
30733
 
+  return 0;
30734
 
+}
30735
 
+_ACEOF
30736
 
+rm -f conftest.$ac_objext
30737
 
+if { (ac_try="$ac_compile"
30738
 
+case "(($ac_try" in
30739
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
30740
 
+  *) ac_try_echo=$ac_try;;
30741
 
+esac
30742
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
30743
 
+$as_echo "$ac_try_echo") >&5
30744
 
+  (eval "$ac_compile") 2>conftest.er1
30745
 
+  ac_status=$?
30746
 
+  grep -v '^ *+' conftest.er1 >conftest.err
30747
 
+  rm -f conftest.er1
30748
 
+  cat conftest.err >&5
30749
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
30750
 
+  (exit $ac_status); } && {
30751
 
+        test -z "$ac_c_werror_flag" ||
30752
 
+        test ! -s conftest.err
30753
 
+       } && test -s conftest.$ac_objext; then
30754
 
+  has_option=yes
30755
 
 else
 
35219
-else
30756
35220
-  # We cannot hardcode anything, or else we can only hardcode existing
30757
35221
-  # directories.
30758
35222
-  hardcode_action_GCJ=unsupported
30759
 
-fi
 
35223
 fi
30760
35224
-{ $as_echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
30761
35225
-$as_echo "$hardcode_action_GCJ" >&6; }
30762
 
+  $as_echo "$as_me: failed program was:" >&5
30763
 
+sed 's/^/| /' conftest.$ac_ext >&5
30764
35226
 
30765
35227
-if test "$hardcode_action_GCJ" = relink; then
30766
35228
-  # Fast installation is not supported
30769
35231
-     test "$enable_shared" = no; then
30770
35232
-  # Fast installation is not necessary
30771
35233
-  enable_fast_install=needless
30772
 
+       has_option=no
 
35234
+
30773
35235
 fi
30774
35236
 
30775
 
-
 
35237
 
30776
35238
-# The else clause should only fire when bootstrapping the
30777
35239
-# libtool distribution, otherwise you forgot to ship ltmain.sh
30778
35240
-# with your package, and you will get complaints that there are
30849
35311
-      # Double-quote double-evaled strings.
30850
35312
-      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
30851
35313
-      ;;
30852
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
30853
 
+               CFLAGS="$SAVE_CFLAGS"
30854
 
+               { $as_echo "$as_me:$LINENO: result: $has_option" >&5
30855
 
+$as_echo "$has_option" >&6; }
30856
 
+               if test $has_option = yes; then
30857
 
+                 warning_flags="$warning_flags $option"
30858
 
+               fi
30859
 
+               unset has_option
30860
 
+               unset SAVE_CFLAGS
30861
 
+       done
30862
 
+       unset option
30863
 
+       if test "$enable_compile_warnings" = "error" ; then
30864
 
+           warning_flags="$warning_flags -Werror"
30865
 
+       fi
30866
 
+       ;;
30867
 
     *)
 
35314
-    *)
30868
35315
-      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
30869
35316
-      ;;
30870
 
+       { { $as_echo "$as_me:$LINENO: error: Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" >&5
30871
 
+$as_echo "$as_me: error: Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" >&2;}
30872
 
+   { (exit 1); exit 1; }; }
30873
 
+       ;;
30874
 
     esac
 
35317
-    esac
30875
35318
-  done
30876
 
-
 
35319
+fi
 
35320
+
 
35321
+
 
35322
+fi
 
35323
 
30877
35324
-  case $lt_echo in
30878
35325
-  *'\$0 --fallback-echo"')
30879
35326
-    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
30880
 
-    ;;
30881
 
-  esac
30882
 
-
 
35327
     ;;
 
35328
   esac
 
35329
 
30883
35330
-cfgfile="$ofile"
30884
 
-
 
35331
+  if test "x$lt_cv_dlopen" != xno; then
 
35332
+    enable_dlopen=yes
 
35333
+  else
 
35334
+    enable_dlopen=no
 
35335
+  fi
 
35336
 
30885
35337
-  cat <<__EOF__ >> "$cfgfile"
30886
35338
-# ### BEGIN LIBTOOL TAG CONFIG: $tagname
30887
 
+    CFLAGS="$realsave_CFLAGS"
30888
 
+    { $as_echo "$as_me:$LINENO: checking what warning flags to pass to the C compiler" >&5
30889
 
+$as_echo_n "checking what warning flags to pass to the C compiler... " >&6; }
30890
 
+    { $as_echo "$as_me:$LINENO: result: $warning_flags" >&5
30891
 
+$as_echo "$warning_flags" >&6; }
 
35339
+  case $lt_cv_dlopen in
 
35340
+  dlopen)
 
35341
+    save_CPPFLAGS="$CPPFLAGS"
 
35342
+    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
30892
35343
 
30893
35344
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
30894
 
+    # Check whether --enable-iso-c was given.
30895
 
+if test "${enable_iso_c+set}" = set; then
30896
 
+  enableval=$enable_iso_c;
30897
 
+else
30898
 
+  enable_iso_c=no
30899
 
+fi
 
35345
+    save_LDFLAGS="$LDFLAGS"
 
35346
+    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
30900
35347
 
30901
35348
-# Shell to use when invoking shell scripts.
30902
35349
-SHELL=$lt_SHELL
 
35350
+    save_LIBS="$LIBS"
 
35351
+    LIBS="$lt_cv_dlopen_libs $LIBS"
30903
35352
 
30904
35353
-# Whether or not to build shared libraries.
30905
35354
-build_libtool_libs=$enable_shared
30906
 
+    { $as_echo "$as_me:$LINENO: checking what language compliance flags to pass to the C compiler" >&5
30907
 
+$as_echo_n "checking what language compliance flags to pass to the C compiler... " >&6; }
30908
 
+    complCFLAGS=
30909
 
+    if test "x$enable_iso_c" != "xno"; then
30910
 
+       if test "x$GCC" = "xyes"; then
30911
 
+       case " $CFLAGS " in
30912
 
+           *\ \        -ansi\ \        *) ;;
30913
 
+           *) complCFLAGS="$complCFLAGS -ansi" ;;
30914
 
+       esac
30915
 
+       case " $CFLAGS " in
30916
 
+           *\ \        -pedantic\ \    *) ;;
30917
 
+           *) complCFLAGS="$complCFLAGS -pedantic" ;;
30918
 
+       esac
30919
 
+       fi
30920
 
+    fi
30921
 
+    { $as_echo "$as_me:$LINENO: result: $complCFLAGS" >&5
30922
 
+$as_echo "$complCFLAGS" >&6; }
 
35355
+    { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
 
35356
+echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
 
35357
+if test "${lt_cv_dlopen_self+set}" = set; then
 
35358
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
35359
+else
 
35360
+         if test "$cross_compiling" = yes; then :
 
35361
+  lt_cv_dlopen_self=cross
 
35362
+else
 
35363
+  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
35364
+  lt_status=$lt_dlunknown
 
35365
+  cat > conftest.$ac_ext <<_LT_EOF
 
35366
+#line 11878 "configure"
 
35367
+#include "confdefs.h"
30923
35368
 
30924
35369
-# Whether or not to build static libraries.
30925
35370
-build_old_libs=$enable_static
30926
 
+    WARN_CFLAGS="$warning_flags $complCFLAGS"
 
35371
+#if HAVE_DLFCN_H
 
35372
+#include <dlfcn.h>
 
35373
+#endif
30927
35374
 
30928
35375
-# Whether or not to add -lc for building shared libraries.
30929
35376
-build_libtool_need_lc=$archive_cmds_need_lc_GCJ
 
35377
+#include <stdio.h>
30930
35378
 
30931
35379
-# Whether or not to disallow shared libs when runtime libs are static
30932
35380
-allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_GCJ
 
35381
+#ifdef RTLD_GLOBAL
 
35382
+#  define LT_DLGLOBAL          RTLD_GLOBAL
 
35383
+#else
 
35384
+#  ifdef DL_GLOBAL
 
35385
+#    define LT_DLGLOBAL                DL_GLOBAL
 
35386
+#  else
 
35387
+#    define LT_DLGLOBAL                0
 
35388
+#  endif
 
35389
+#endif
30933
35390
 
30934
35391
-# Whether or not to optimize for fast installation.
30935
35392
-fast_install=$enable_fast_install
 
35393
+/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
 
35394
+   find out it does not work in some platform. */
 
35395
+#ifndef LT_DLLAZY_OR_NOW
 
35396
+#  ifdef RTLD_LAZY
 
35397
+#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
 
35398
+#  else
 
35399
+#    ifdef DL_LAZY
 
35400
+#      define LT_DLLAZY_OR_NOW         DL_LAZY
 
35401
+#    else
 
35402
+#      ifdef RTLD_NOW
 
35403
+#        define LT_DLLAZY_OR_NOW       RTLD_NOW
 
35404
+#      else
 
35405
+#        ifdef DL_NOW
 
35406
+#          define LT_DLLAZY_OR_NOW     DL_NOW
 
35407
+#        else
 
35408
+#          define LT_DLLAZY_OR_NOW     0
 
35409
+#        endif
 
35410
+#      endif
 
35411
+#    endif
 
35412
+#  endif
 
35413
+#endif
30936
35414
 
30937
35415
-# The host system.
30938
35416
-host_alias=$host_alias
30939
35417
-host=$host
30940
35418
-host_os=$host_os
 
35419
+#ifdef __cplusplus
 
35420
+extern "C" void exit (int);
 
35421
+#endif
30941
35422
 
30942
35423
-# The build system.
30943
35424
-build_alias=$build_alias
30944
35425
-build=$build
30945
35426
-build_os=$build_os
30946
 
+       if test $USE_MAINTAINER_MODE = yes; then
30947
 
+               DISABLE_DEPRECATED="-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGCONF_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED"
30948
 
+       else
30949
 
+               DISABLE_DEPRECATED=""
30950
 
+       fi
 
35427
+void fnord() { int i=42;}
 
35428
+int main ()
 
35429
+{
 
35430
+  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
 
35431
+  int status = $lt_dlunknown;
30951
35432
 
30952
35433
-# An echo program that does not interpret backslashes.
30953
35434
-echo=$lt_echo
 
35435
+  if (self)
 
35436
+    {
 
35437
+      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
 
35438
+      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
 
35439
+      /* dlclose (self); */
 
35440
+    }
 
35441
+  else
 
35442
+    puts (dlerror ());
30954
35443
 
30955
35444
-# The archiver.
30956
35445
-AR=$lt_AR
30957
35446
-AR_FLAGS=$lt_AR_FLAGS
 
35447
+    exit (status);
 
35448
+}
 
35449
+_LT_EOF
 
35450
+  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
35451
+  (eval $ac_link) 2>&5
 
35452
+  ac_status=$?
 
35453
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
35454
+  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
 
35455
+    (./conftest; exit; ) >&5 2>/dev/null
 
35456
+    lt_status=$?
 
35457
+    case x$lt_status in
 
35458
+      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
 
35459
+      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
 
35460
+      x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
 
35461
+    esac
 
35462
+  else :
 
35463
+    # compilation failed
 
35464
+    lt_cv_dlopen_self=no
 
35465
+  fi
 
35466
+fi
 
35467
+rm -fr conftest*
30958
35468
 
30959
35469
-# A C compiler.
30960
35470
-LTCC=$lt_LTCC
30961
 
+{ $as_echo "$as_me:$LINENO: checking for X" >&5
30962
 
+$as_echo_n "checking for X... " >&6; }
30963
35471
 
30964
35472
-# LTCC compiler flags.
30965
35473
-LTCFLAGS=$lt_LTCFLAGS
 
35474
+fi
 
35475
+{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
 
35476
+echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
30966
35477
 
30967
35478
-# A language-specific compiler.
30968
35479
-CC=$lt_compiler_GCJ
30969
 
+# Check whether --with-x was given.
30970
 
+if test "${with_x+set}" = set; then
30971
 
+  withval=$with_x;
30972
 
+fi
 
35480
+    if test "x$lt_cv_dlopen_self" = xyes; then
 
35481
+      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
 
35482
+      { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
 
35483
+echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
 
35484
+if test "${lt_cv_dlopen_self_static+set}" = set; then
 
35485
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
35486
+else
 
35487
+         if test "$cross_compiling" = yes; then :
 
35488
+  lt_cv_dlopen_self_static=cross
 
35489
+else
 
35490
+  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
35491
+  lt_status=$lt_dlunknown
 
35492
+  cat > conftest.$ac_ext <<_LT_EOF
 
35493
+#line 11978 "configure"
 
35494
+#include "confdefs.h"
30973
35495
 
30974
35496
-# Is the compiler the GNU C compiler?
30975
35497
-with_gcc=$GCC_GCJ
30976
 
+# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
30977
 
+if test "x$with_x" = xno; then
30978
 
+  # The user explicitly disabled X.
30979
 
+  have_x=disabled
30980
 
+else
30981
 
+  case $x_includes,$x_libraries in #(
30982
 
+    *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
30983
 
+$as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
30984
 
+   { (exit 1); exit 1; }; };; #(
30985
 
+    *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
30986
 
+  $as_echo_n "(cached) " >&6
30987
 
+else
30988
 
+  # One or both of the vars are not set, and there is no cached value.
30989
 
+ac_x_includes=no ac_x_libraries=no
30990
 
+rm -f -r conftest.dir
30991
 
+if mkdir conftest.dir; then
30992
 
+  cd conftest.dir
30993
 
+  cat >Imakefile <<'_ACEOF'
30994
 
+incroot:
30995
 
+       @echo incroot='${INCROOT}'
30996
 
+usrlibdir:
30997
 
+       @echo usrlibdir='${USRLIBDIR}'
30998
 
+libdir:
30999
 
+       @echo libdir='${LIBDIR}'
31000
 
+_ACEOF
31001
 
+  if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
31002
 
+    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
31003
 
+    for ac_var in incroot usrlibdir libdir; do
31004
 
+      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
31005
 
+    done
31006
 
+    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
31007
 
+    for ac_extension in a so sl dylib la dll; do
31008
 
+      if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
31009
 
+        test -f "$ac_im_libdir/libX11.$ac_extension"; then
31010
 
+       ac_im_usrlibdir=$ac_im_libdir; break
31011
 
+      fi
31012
 
+    done
31013
 
+    # Screen out bogus values from the imake configuration.  They are
31014
 
+    # bogus both because they are the default anyway, and because
31015
 
+    # using them would break gcc on systems where it needs fixed includes.
31016
 
+    case $ac_im_incroot in
31017
 
+       /usr/include) ac_x_includes= ;;
31018
 
+       *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
31019
 
+    esac
31020
 
+    case $ac_im_usrlibdir in
31021
 
+       /usr/lib | /usr/lib64 | /lib | /lib64) ;;
31022
 
+       *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
31023
 
+    esac
31024
 
+  fi
31025
 
+  cd ..
31026
 
+  rm -f -r conftest.dir
31027
 
+fi
 
35498
+#if HAVE_DLFCN_H
 
35499
+#include <dlfcn.h>
 
35500
+#endif
31028
35501
 
31029
35502
-# An ERE matcher.
31030
35503
-EGREP=$lt_EGREP
31031
 
+# Standard set of common directories for X headers.
31032
 
+# Check X11 before X11Rn because it is often a symlink to the current release.
31033
 
+ac_x_header_dirs='
31034
 
+/usr/X11/include
31035
 
+/usr/X11R6/include
31036
 
+/usr/X11R5/include
31037
 
+/usr/X11R4/include
 
35504
+#include <stdio.h>
31038
35505
 
31039
35506
-# The linker used to build libraries.
31040
35507
-LD=$lt_LD_GCJ
31041
 
+/usr/include/X11
31042
 
+/usr/include/X11R6
31043
 
+/usr/include/X11R5
31044
 
+/usr/include/X11R4
 
35508
+#ifdef RTLD_GLOBAL
 
35509
+#  define LT_DLGLOBAL          RTLD_GLOBAL
 
35510
+#else
 
35511
+#  ifdef DL_GLOBAL
 
35512
+#    define LT_DLGLOBAL                DL_GLOBAL
 
35513
+#  else
 
35514
+#    define LT_DLGLOBAL                0
 
35515
+#  endif
 
35516
+#endif
31045
35517
 
31046
35518
-# Whether we need hard or soft links.
31047
35519
-LN_S=$lt_LN_S
31048
 
+/usr/local/X11/include
31049
 
+/usr/local/X11R6/include
31050
 
+/usr/local/X11R5/include
31051
 
+/usr/local/X11R4/include
 
35520
+/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
 
35521
+   find out it does not work in some platform. */
 
35522
+#ifndef LT_DLLAZY_OR_NOW
 
35523
+#  ifdef RTLD_LAZY
 
35524
+#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
 
35525
+#  else
 
35526
+#    ifdef DL_LAZY
 
35527
+#      define LT_DLLAZY_OR_NOW         DL_LAZY
 
35528
+#    else
 
35529
+#      ifdef RTLD_NOW
 
35530
+#        define LT_DLLAZY_OR_NOW       RTLD_NOW
 
35531
+#      else
 
35532
+#        ifdef DL_NOW
 
35533
+#          define LT_DLLAZY_OR_NOW     DL_NOW
 
35534
+#        else
 
35535
+#          define LT_DLLAZY_OR_NOW     0
 
35536
+#        endif
 
35537
+#      endif
 
35538
+#    endif
 
35539
+#  endif
 
35540
+#endif
31052
35541
 
31053
35542
-# A BSD-compatible nm program.
31054
35543
-NM=$lt_NM
31055
 
+/usr/local/include/X11
31056
 
+/usr/local/include/X11R6
31057
 
+/usr/local/include/X11R5
31058
 
+/usr/local/include/X11R4
 
35544
+#ifdef __cplusplus
 
35545
+extern "C" void exit (int);
 
35546
+#endif
31059
35547
 
31060
35548
-# A symbol stripping program
31061
35549
-STRIP=$lt_STRIP
31062
 
+/usr/X386/include
31063
 
+/usr/x386/include
31064
 
+/usr/XFree86/include/X11
 
35550
+void fnord() { int i=42;}
 
35551
+int main ()
 
35552
+{
 
35553
+  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
 
35554
+  int status = $lt_dlunknown;
 
35555
+
 
35556
+  if (self)
 
35557
+    {
 
35558
+      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
 
35559
+      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
 
35560
+      /* dlclose (self); */
 
35561
+    }
 
35562
+  else
 
35563
+    puts (dlerror ());
31065
35564
 
31066
35565
-# Used to examine libraries when file_magic_cmd begins "file"
31067
35566
-MAGIC_CMD=$MAGIC_CMD
31068
 
+/usr/include
31069
 
+/usr/local/include
31070
 
+/usr/unsupported/include
31071
 
+/usr/athena/include
31072
 
+/usr/local/x11r5/include
31073
 
+/usr/lpp/Xamples/include
 
35567
+    exit (status);
 
35568
+}
 
35569
+_LT_EOF
 
35570
+  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
35571
+  (eval $ac_link) 2>&5
 
35572
+  ac_status=$?
 
35573
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
35574
+  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
 
35575
+    (./conftest; exit; ) >&5 2>/dev/null
 
35576
+    lt_status=$?
 
35577
+    case x$lt_status in
 
35578
+      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
 
35579
+      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
 
35580
+      x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
 
35581
+    esac
 
35582
+  else :
 
35583
+    # compilation failed
 
35584
+    lt_cv_dlopen_self_static=no
 
35585
+  fi
 
35586
+fi
 
35587
+rm -fr conftest*
31074
35588
 
31075
35589
-# Used on cygwin: DLL creation program.
31076
35590
-DLLTOOL="$DLLTOOL"
31077
 
+/usr/openwin/include
31078
 
+/usr/openwin/share/include'
31079
35591
 
31080
35592
-# Used on cygwin: object dumper.
31081
35593
-OBJDUMP="$OBJDUMP"
31082
 
+if test "$ac_x_includes" = no; then
31083
 
+  # Guess where to find include files, by looking for Xlib.h.
31084
 
+  # First, try using that file with no special directory specified.
31085
 
+  cat >conftest.$ac_ext <<_ACEOF
31086
 
+/* confdefs.h.  */
31087
 
+_ACEOF
31088
 
+cat confdefs.h >>conftest.$ac_ext
31089
 
+cat >>conftest.$ac_ext <<_ACEOF
31090
 
+/* end confdefs.h.  */
31091
 
+#include <X11/Xlib.h>
31092
 
+_ACEOF
31093
 
+if { (ac_try="$ac_cpp conftest.$ac_ext"
31094
 
+case "(($ac_try" in
31095
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31096
 
+  *) ac_try_echo=$ac_try;;
31097
 
+esac
31098
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
31099
 
+$as_echo "$ac_try_echo") >&5
31100
 
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
31101
 
+  ac_status=$?
31102
 
+  grep -v '^ *+' conftest.er1 >conftest.err
31103
 
+  rm -f conftest.er1
31104
 
+  cat conftest.err >&5
31105
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31106
 
+  (exit $ac_status); } >/dev/null && {
31107
 
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
31108
 
+        test ! -s conftest.err
31109
 
+       }; then
31110
 
+  # We can compile using X headers with no special include directory.
31111
 
+ac_x_includes=
31112
 
+else
31113
 
+  $as_echo "$as_me: failed program was:" >&5
31114
 
+sed 's/^/| /' conftest.$ac_ext >&5
 
35594
+fi
 
35595
+{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
 
35596
+echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
 
35597
+    fi
31115
35598
 
31116
35599
-# Used on cygwin: assembler.
31117
35600
-AS="$AS"
31118
 
-
 
35601
+    CPPFLAGS="$save_CPPFLAGS"
 
35602
+    LDFLAGS="$save_LDFLAGS"
 
35603
+    LIBS="$save_LIBS"
 
35604
+    ;;
 
35605
+  esac
 
35606
 
31119
35607
-# The name of the directory that contains temporary libtool files.
31120
35608
-objdir=$objdir
31121
 
-
 
35609
+  case $lt_cv_dlopen_self in
 
35610
+  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
 
35611
+  *) enable_dlopen_self=unknown ;;
 
35612
+  esac
 
35613
 
31122
35614
-# How to create reloadable object files.
31123
35615
-reload_flag=$lt_reload_flag
31124
35616
-reload_cmds=$lt_reload_cmds
31125
 
-
 
35617
+  case $lt_cv_dlopen_self_static in
 
35618
+  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
 
35619
+  *) enable_dlopen_self_static=unknown ;;
 
35620
+  esac
 
35621
+fi
 
35622
 
31126
35623
-# How to pass a linker flag through the compiler.
31127
35624
-wl=$lt_lt_prog_compiler_wl_GCJ
31128
 
+  for ac_dir in $ac_x_header_dirs; do
31129
 
+  if test -r "$ac_dir/X11/Xlib.h"; then
31130
 
+    ac_x_includes=$ac_dir
31131
 
+    break
31132
 
+  fi
31133
 
+done
31134
 
+fi
31135
35625
 
31136
35626
-# Object file suffix (normally "o").
31137
35627
-objext="$ac_objext"
31138
 
+rm -f conftest.err conftest.$ac_ext
31139
 
+fi # $ac_x_includes = no
31140
35628
 
31141
35629
-# Old archive suffix (normally "a").
31142
35630
-libext="$libext"
31143
 
+if test "$ac_x_libraries" = no; then
31144
 
+  # Check for the libraries.
31145
 
+  # See if we find them without any special options.
31146
 
+  # Don't add to $LIBS permanently.
31147
 
+  ac_save_LIBS=$LIBS
31148
 
+  LIBS="-lX11 $LIBS"
31149
 
+  cat >conftest.$ac_ext <<_ACEOF
31150
 
+/* confdefs.h.  */
31151
 
+_ACEOF
31152
 
+cat confdefs.h >>conftest.$ac_ext
31153
 
+cat >>conftest.$ac_ext <<_ACEOF
31154
 
+/* end confdefs.h.  */
31155
 
+#include <X11/Xlib.h>
31156
 
+int
31157
 
+main ()
31158
 
+{
31159
 
+XrmInitialize ()
31160
 
+  ;
31161
 
+  return 0;
31162
 
+}
31163
 
+_ACEOF
31164
 
+rm -f conftest.$ac_objext conftest$ac_exeext
31165
 
+if { (ac_try="$ac_link"
31166
 
+case "(($ac_try" in
31167
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31168
 
+  *) ac_try_echo=$ac_try;;
31169
 
+esac
31170
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
31171
 
+$as_echo "$ac_try_echo") >&5
31172
 
+  (eval "$ac_link") 2>conftest.er1
31173
 
+  ac_status=$?
31174
 
+  grep -v '^ *+' conftest.er1 >conftest.err
31175
 
+  rm -f conftest.er1
31176
 
+  cat conftest.err >&5
31177
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31178
 
+  (exit $ac_status); } && {
31179
 
+        test -z "$ac_c_werror_flag" ||
31180
 
+        test ! -s conftest.err
31181
 
+       } && test -s conftest$ac_exeext && {
31182
 
+        test "$cross_compiling" = yes ||
31183
 
+        $as_test_x conftest$ac_exeext
31184
 
+       }; then
31185
 
+  LIBS=$ac_save_LIBS
31186
 
+# We can link X programs with no special library path.
31187
 
+ac_x_libraries=
31188
 
+else
31189
 
+  $as_echo "$as_me: failed program was:" >&5
31190
 
+sed 's/^/| /' conftest.$ac_ext >&5
31191
35631
 
31192
35632
-# Shared library suffix (normally ".so").
31193
35633
-shrext_cmds='$shrext_cmds'
31194
 
+       LIBS=$ac_save_LIBS
31195
 
+for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
31196
 
+do
31197
 
+  # Don't even attempt the hair of trying to link an X program!
31198
 
+  for ac_extension in a so sl dylib la dll; do
31199
 
+    if test -r "$ac_dir/libX11.$ac_extension"; then
31200
 
+      ac_x_libraries=$ac_dir
31201
 
+      break 2
31202
 
+    fi
31203
 
+  done
31204
 
+done
31205
 
+fi
31206
35634
 
31207
35635
-# Executable file suffix (normally "").
31208
35636
-exeext="$exeext"
31209
 
+rm -rf conftest.dSYM
31210
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31211
 
+      conftest$ac_exeext conftest.$ac_ext
31212
 
+fi # $ac_x_libraries = no
31213
35637
 
31214
35638
-# Additional compiler flags for building library objects.
31215
35639
-pic_flag=$lt_lt_prog_compiler_pic_GCJ
31216
35640
-pic_mode=$pic_mode
31217
 
+case $ac_x_includes,$ac_x_libraries in #(
31218
 
+  no,* | *,no | *\'*)
31219
 
+    # Didn't find X, or a directory has "'" in its name.
31220
 
+    ac_cv_have_x="have_x=no";; #(
31221
 
+  *)
31222
 
+    # Record where we found X for the cache.
31223
 
+    ac_cv_have_x="have_x=yes\
31224
 
+       ac_x_includes='$ac_x_includes'\
31225
 
+       ac_x_libraries='$ac_x_libraries'"
31226
 
+esac
31227
 
+fi
31228
 
+;; #(
31229
 
+    *) have_x=yes;;
31230
 
+  esac
31231
 
+  eval "$ac_cv_have_x"
31232
 
+fi # $with_x != no
31233
35641
 
31234
35642
-# What is the maximum length of a command?
31235
35643
-max_cmd_len=$lt_cv_sys_max_cmd_len
31236
 
+if test "$have_x" != yes; then
31237
 
+  { $as_echo "$as_me:$LINENO: result: $have_x" >&5
31238
 
+$as_echo "$have_x" >&6; }
31239
 
+  no_x=yes
31240
 
+else
31241
 
+  # If each of the values was on the command line, it overrides each guess.
31242
 
+  test "x$x_includes" = xNONE && x_includes=$ac_x_includes
31243
 
+  test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
31244
 
+  # Update the cache value to reflect the command line values.
31245
 
+  ac_cv_have_x="have_x=yes\
31246
 
+       ac_x_includes='$x_includes'\
31247
 
+       ac_x_libraries='$x_libraries'"
31248
 
+  { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
31249
 
+$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
31250
 
+fi
31251
35644
 
31252
35645
-# Does compiler simultaneously support -c and -o options?
31253
35646
-compiler_c_o=$lt_lt_cv_prog_compiler_c_o_GCJ
31254
 
+if test "$no_x" = yes; then
31255
 
+  # Not all programs may use this symbol, but it does not hurt to define it.
31256
35647
 
31257
35648
-# Must we lock files when doing compilation?
31258
35649
-need_locks=$lt_need_locks
31259
 
+cat >>confdefs.h <<\_ACEOF
31260
 
+#define X_DISPLAY_MISSING 1
31261
 
+_ACEOF
31262
35650
 
31263
35651
-# Do we need the lib prefix for modules?
31264
35652
-need_lib_prefix=$need_lib_prefix
31265
 
+  X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
31266
 
+else
31267
 
+  if test -n "$x_includes"; then
31268
 
+    X_CFLAGS="$X_CFLAGS -I$x_includes"
31269
 
+  fi
31270
35653
 
31271
35654
-# Do we need a version for libraries?
31272
35655
-need_version=$need_version
31273
 
+  # It would also be nice to do this for all -L options, not just this one.
31274
 
+  if test -n "$x_libraries"; then
31275
 
+    X_LIBS="$X_LIBS -L$x_libraries"
31276
 
+    # For Solaris; some versions of Sun CC require a space after -R and
31277
 
+    # others require no space.  Words are not sufficient . . . .
31278
 
+    { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
31279
 
+$as_echo_n "checking whether -R must be followed by a space... " >&6; }
31280
 
+    ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
31281
 
+    ac_xsave_c_werror_flag=$ac_c_werror_flag
31282
 
+    ac_c_werror_flag=yes
31283
 
+    cat >conftest.$ac_ext <<_ACEOF
31284
 
+/* confdefs.h.  */
31285
 
+_ACEOF
31286
 
+cat confdefs.h >>conftest.$ac_ext
31287
 
+cat >>conftest.$ac_ext <<_ACEOF
31288
 
+/* end confdefs.h.  */
31289
35656
 
31290
35657
-# Whether dlopen is supported.
31291
35658
-dlopen_support=$enable_dlopen
31292
 
+int
31293
 
+main ()
31294
 
+{
31295
35659
 
31296
35660
-# Whether dlopen of programs is supported.
31297
35661
-dlopen_self=$enable_dlopen_self
31298
 
+  ;
31299
 
+  return 0;
31300
 
+}
31301
 
+_ACEOF
31302
 
+rm -f conftest.$ac_objext conftest$ac_exeext
31303
 
+if { (ac_try="$ac_link"
31304
 
+case "(($ac_try" in
31305
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31306
 
+  *) ac_try_echo=$ac_try;;
31307
 
+esac
31308
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
31309
 
+$as_echo "$ac_try_echo") >&5
31310
 
+  (eval "$ac_link") 2>conftest.er1
31311
 
+  ac_status=$?
31312
 
+  grep -v '^ *+' conftest.er1 >conftest.err
31313
 
+  rm -f conftest.er1
31314
 
+  cat conftest.err >&5
31315
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31316
 
+  (exit $ac_status); } && {
31317
 
+        test -z "$ac_c_werror_flag" ||
31318
 
+        test ! -s conftest.err
31319
 
+       } && test -s conftest$ac_exeext && {
31320
 
+        test "$cross_compiling" = yes ||
31321
 
+        $as_test_x conftest$ac_exeext
31322
 
+       }; then
31323
 
+  { $as_echo "$as_me:$LINENO: result: no" >&5
31324
 
+$as_echo "no" >&6; }
31325
 
+       X_LIBS="$X_LIBS -R$x_libraries"
31326
 
+else
31327
 
+  $as_echo "$as_me: failed program was:" >&5
31328
 
+sed 's/^/| /' conftest.$ac_ext >&5
31329
35662
 
31330
35663
-# Whether dlopen of statically linked programs is supported.
31331
35664
-dlopen_self_static=$enable_dlopen_self_static
31332
 
+       LIBS="$ac_xsave_LIBS -R $x_libraries"
31333
 
+       cat >conftest.$ac_ext <<_ACEOF
31334
 
+/* confdefs.h.  */
31335
 
+_ACEOF
31336
 
+cat confdefs.h >>conftest.$ac_ext
31337
 
+cat >>conftest.$ac_ext <<_ACEOF
31338
 
+/* end confdefs.h.  */
31339
35665
 
31340
35666
-# Compiler flag to prevent dynamic linking.
31341
35667
-link_static_flag=$lt_lt_prog_compiler_static_GCJ
31342
 
+int
31343
 
+main ()
31344
 
+{
31345
35668
 
31346
35669
-# Compiler flag to turn off builtin functions.
31347
35670
-no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_GCJ
31348
 
+  ;
31349
 
+  return 0;
31350
 
+}
31351
 
+_ACEOF
31352
 
+rm -f conftest.$ac_objext conftest$ac_exeext
31353
 
+if { (ac_try="$ac_link"
31354
 
+case "(($ac_try" in
31355
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31356
 
+  *) ac_try_echo=$ac_try;;
31357
 
+esac
31358
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
31359
 
+$as_echo "$ac_try_echo") >&5
31360
 
+  (eval "$ac_link") 2>conftest.er1
31361
 
+  ac_status=$?
31362
 
+  grep -v '^ *+' conftest.er1 >conftest.err
31363
 
+  rm -f conftest.er1
31364
 
+  cat conftest.err >&5
31365
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31366
 
+  (exit $ac_status); } && {
31367
 
+        test -z "$ac_c_werror_flag" ||
31368
 
+        test ! -s conftest.err
31369
 
+       } && test -s conftest$ac_exeext && {
31370
 
+        test "$cross_compiling" = yes ||
31371
 
+        $as_test_x conftest$ac_exeext
31372
 
+       }; then
31373
 
+  { $as_echo "$as_me:$LINENO: result: yes" >&5
31374
 
+$as_echo "yes" >&6; }
31375
 
+         X_LIBS="$X_LIBS -R $x_libraries"
31376
 
+else
31377
 
+  $as_echo "$as_me: failed program was:" >&5
31378
 
+sed 's/^/| /' conftest.$ac_ext >&5
31379
35671
 
31380
35672
-# Compiler flag to allow reflexive dlopens.
31381
35673
-export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_GCJ
31382
 
+       { $as_echo "$as_me:$LINENO: result: neither works" >&5
31383
 
+$as_echo "neither works" >&6; }
 
35674
+striplib=
 
35675
+old_striplib=
 
35676
+{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
 
35677
+echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
 
35678
+if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
 
35679
+  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
 
35680
+  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
 
35681
+  { echo "$as_me:$LINENO: result: yes" >&5
 
35682
+echo "${ECHO_T}yes" >&6; }
 
35683
+else
 
35684
+# FIXME - insert some real tests, host_os isn't really good enough
 
35685
+  case $host_os in
 
35686
+  darwin*)
 
35687
+    if test -n "$STRIP" ; then
 
35688
+      striplib="$STRIP -x"
 
35689
+      old_striplib="$STRIP -S"
 
35690
+      { echo "$as_me:$LINENO: result: yes" >&5
 
35691
+echo "${ECHO_T}yes" >&6; }
 
35692
+    else
 
35693
+      { echo "$as_me:$LINENO: result: no" >&5
 
35694
+echo "${ECHO_T}no" >&6; }
 
35695
+    fi
 
35696
+    ;;
 
35697
+  *)
 
35698
+    { echo "$as_me:$LINENO: result: no" >&5
 
35699
+echo "${ECHO_T}no" >&6; }
 
35700
+    ;;
 
35701
+  esac
31384
35702
+fi
31385
35703
 
31386
35704
-# Compiler flag to generate shared objects directly from archives.
31387
35705
-whole_archive_flag_spec=$lt_whole_archive_flag_spec_GCJ
31388
 
+rm -rf conftest.dSYM
31389
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31390
 
+      conftest$ac_exeext conftest.$ac_ext
31391
 
+fi
31392
35706
 
31393
35707
-# Compiler flag to generate thread-safe objects.
31394
35708
-thread_safe_flag_spec=$lt_thread_safe_flag_spec_GCJ
31395
 
+rm -rf conftest.dSYM
31396
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31397
 
+      conftest$ac_exeext conftest.$ac_ext
31398
 
+    ac_c_werror_flag=$ac_xsave_c_werror_flag
31399
 
+    LIBS=$ac_xsave_LIBS
31400
 
+  fi
31401
35709
 
31402
35710
-# Library versioning type.
31403
35711
-version_type=$version_type
31404
 
+  # Check for system-dependent libraries X programs must link with.
31405
 
+  # Do this before checking for the system-independent R6 libraries
31406
 
+  # (-lICE), since we may need -lsocket or whatever for X linking.
31407
35712
 
31408
35713
-# Format of library name prefix.
31409
35714
-libname_spec=$lt_libname_spec
31410
 
-
 
35715
 
31411
35716
-# List of archive names.  First name is the real one, the rest are links.
31412
35717
-# The last name is the one that the linker finds with -lNAME.
31413
35718
-library_names_spec=$lt_library_names_spec
31414
 
-
 
35719
 
31415
35720
-# The coded name of the library, if different from the real name.
31416
35721
-soname_spec=$lt_soname_spec
31417
 
-
 
35722
 
31418
35723
-# Commands used to build and install an old-style archive.
31419
35724
-RANLIB=$lt_RANLIB
31420
35725
-old_archive_cmds=$lt_old_archive_cmds_GCJ
31421
35726
-old_postinstall_cmds=$lt_old_postinstall_cmds
31422
35727
-old_postuninstall_cmds=$lt_old_postuninstall_cmds
31423
 
-
 
35728
 
31424
35729
-# Create an old-style archive from a shared archive.
31425
35730
-old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_GCJ
31426
 
-
 
35731
 
31427
35732
-# Create a temporary old-style archive to link instead of a shared archive.
31428
35733
-old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_GCJ
31429
 
+  if test "$ISC" = yes; then
31430
 
+    X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
31431
 
+  else
31432
 
+    # Martyn Johnson says this is needed for Ultrix, if the X
31433
 
+    # libraries were built with DECnet support.  And Karl Berry says
31434
 
+    # the Alpha needs dnet_stub (dnet does not exist).
31435
 
+    ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
31436
 
+    cat >conftest.$ac_ext <<_ACEOF
31437
 
+/* confdefs.h.  */
31438
 
+_ACEOF
31439
 
+cat confdefs.h >>conftest.$ac_ext
31440
 
+cat >>conftest.$ac_ext <<_ACEOF
31441
 
+/* end confdefs.h.  */
31442
35734
 
31443
35735
-# Commands used to build and install a shared archive.
31444
35736
-archive_cmds=$lt_archive_cmds_GCJ
31445
35737
-archive_expsym_cmds=$lt_archive_expsym_cmds_GCJ
31446
35738
-postinstall_cmds=$lt_postinstall_cmds
31447
35739
-postuninstall_cmds=$lt_postuninstall_cmds
31448
 
+/* Override any GCC internal prototype to avoid an error.
31449
 
+   Use char because int might match the return type of a GCC
31450
 
+   builtin and then its argument prototype would still apply.  */
31451
 
+#ifdef __cplusplus
31452
 
+extern "C"
31453
 
+#endif
31454
 
+char XOpenDisplay ();
31455
 
+int
31456
 
+main ()
31457
 
+{
31458
 
+return XOpenDisplay ();
31459
 
+  ;
31460
 
+  return 0;
31461
 
+}
31462
 
+_ACEOF
31463
 
+rm -f conftest.$ac_objext conftest$ac_exeext
31464
 
+if { (ac_try="$ac_link"
31465
 
+case "(($ac_try" in
31466
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31467
 
+  *) ac_try_echo=$ac_try;;
31468
 
+esac
31469
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
31470
 
+$as_echo "$ac_try_echo") >&5
31471
 
+  (eval "$ac_link") 2>conftest.er1
31472
 
+  ac_status=$?
31473
 
+  grep -v '^ *+' conftest.er1 >conftest.err
31474
 
+  rm -f conftest.er1
31475
 
+  cat conftest.err >&5
31476
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31477
 
+  (exit $ac_status); } && {
31478
 
+        test -z "$ac_c_werror_flag" ||
31479
 
+        test ! -s conftest.err
31480
 
+       } && test -s conftest$ac_exeext && {
31481
 
+        test "$cross_compiling" = yes ||
31482
 
+        $as_test_x conftest$ac_exeext
31483
 
+       }; then
31484
 
+  :
31485
 
+else
31486
 
+  $as_echo "$as_me: failed program was:" >&5
31487
 
+sed 's/^/| /' conftest.$ac_ext >&5
31488
35740
 
31489
35741
-# Commands used to build a loadable module (assumed same as above if empty)
31490
35742
-module_cmds=$lt_module_cmds_GCJ
31491
35743
-module_expsym_cmds=$lt_module_expsym_cmds_GCJ
31492
 
+       { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
31493
 
+$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
31494
 
+if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
31495
 
+  $as_echo_n "(cached) " >&6
31496
 
+else
31497
 
+  ac_check_lib_save_LIBS=$LIBS
31498
 
+LIBS="-ldnet  $LIBS"
31499
 
+cat >conftest.$ac_ext <<_ACEOF
31500
 
+/* confdefs.h.  */
31501
 
+_ACEOF
31502
 
+cat confdefs.h >>conftest.$ac_ext
31503
 
+cat >>conftest.$ac_ext <<_ACEOF
31504
 
+/* end confdefs.h.  */
31505
35744
 
31506
35745
-# Commands to strip libraries.
31507
35746
-old_striplib=$lt_old_striplib
31508
35747
-striplib=$lt_striplib
31509
 
+/* Override any GCC internal prototype to avoid an error.
31510
 
+   Use char because int might match the return type of a GCC
31511
 
+   builtin and then its argument prototype would still apply.  */
31512
 
+#ifdef __cplusplus
31513
 
+extern "C"
31514
 
+#endif
31515
 
+char dnet_ntoa ();
31516
 
+int
31517
 
+main ()
31518
 
+{
31519
 
+return dnet_ntoa ();
31520
 
+  ;
31521
 
+  return 0;
31522
 
+}
31523
 
+_ACEOF
31524
 
+rm -f conftest.$ac_objext conftest$ac_exeext
31525
 
+if { (ac_try="$ac_link"
31526
 
+case "(($ac_try" in
31527
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31528
 
+  *) ac_try_echo=$ac_try;;
31529
 
+esac
31530
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
31531
 
+$as_echo "$ac_try_echo") >&5
31532
 
+  (eval "$ac_link") 2>conftest.er1
31533
 
+  ac_status=$?
31534
 
+  grep -v '^ *+' conftest.er1 >conftest.err
31535
 
+  rm -f conftest.er1
31536
 
+  cat conftest.err >&5
31537
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31538
 
+  (exit $ac_status); } && {
31539
 
+        test -z "$ac_c_werror_flag" ||
31540
 
+        test ! -s conftest.err
31541
 
+       } && test -s conftest$ac_exeext && {
31542
 
+        test "$cross_compiling" = yes ||
31543
 
+        $as_test_x conftest$ac_exeext
31544
 
+       }; then
31545
 
+  ac_cv_lib_dnet_dnet_ntoa=yes
31546
 
+else
31547
 
+  $as_echo "$as_me: failed program was:" >&5
31548
 
+sed 's/^/| /' conftest.$ac_ext >&5
 
35748
+  # Report which library types will actually be built
 
35749
+  { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
 
35750
+echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
 
35751
+  { echo "$as_me:$LINENO: result: $can_build_shared" >&5
 
35752
+echo "${ECHO_T}$can_build_shared" >&6; }
31549
35753
 
31550
35754
-# Dependencies to place before the objects being linked to create a
31551
35755
-# shared library.
31570
35774
-# The library search path used internally by the compiler when linking
31571
35775
-# a shared library.
31572
35776
-compiler_lib_search_path=$lt_compiler_lib_search_path_GCJ
31573
 
+       ac_cv_lib_dnet_dnet_ntoa=no
31574
 
+fi
 
35777
+  { echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
 
35778
+echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
 
35779
+  test "$can_build_shared" = "no" && enable_shared=no
31575
35780
 
31576
35781
-# Method to check whether dependent libraries are shared objects.
31577
35782
-deplibs_check_method=$lt_deplibs_check_method
31578
 
+rm -rf conftest.dSYM
31579
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31580
 
+      conftest$ac_exeext conftest.$ac_ext
31581
 
+LIBS=$ac_check_lib_save_LIBS
31582
 
+fi
31583
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
31584
 
+$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
31585
 
+if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
31586
 
+  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
31587
 
+fi
 
35783
+  # On AIX, shared libraries and static libraries use the same namespace, and
 
35784
+  # are all built from PIC.
 
35785
+  case $host_os in
 
35786
+  aix3*)
 
35787
+    test "$enable_shared" = yes && enable_static=no
 
35788
+    if test -n "$RANLIB"; then
 
35789
+      archive_cmds="$archive_cmds~\$RANLIB \$lib"
 
35790
+      postinstall_cmds='$RANLIB $lib'
 
35791
+    fi
 
35792
+    ;;
31588
35793
 
31589
35794
-# Command to use when deplibs_check_method == file_magic.
31590
35795
-file_magic_cmd=$lt_file_magic_cmd
31591
 
+    if test $ac_cv_lib_dnet_dnet_ntoa = no; then
31592
 
+      { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
31593
 
+$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
31594
 
+if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
31595
 
+  $as_echo_n "(cached) " >&6
31596
 
+else
31597
 
+  ac_check_lib_save_LIBS=$LIBS
31598
 
+LIBS="-ldnet_stub  $LIBS"
31599
 
+cat >conftest.$ac_ext <<_ACEOF
31600
 
+/* confdefs.h.  */
31601
 
+_ACEOF
31602
 
+cat confdefs.h >>conftest.$ac_ext
31603
 
+cat >>conftest.$ac_ext <<_ACEOF
31604
 
+/* end confdefs.h.  */
 
35796
+  aix[4-9]*)
 
35797
+    if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
 
35798
+      test "$enable_shared" = yes && enable_static=no
 
35799
+    fi
 
35800
+    ;;
 
35801
+  esac
 
35802
+  { echo "$as_me:$LINENO: result: $enable_shared" >&5
 
35803
+echo "${ECHO_T}$enable_shared" >&6; }
31605
35804
 
31606
35805
-# Flag that allows shared libraries with undefined symbols to be built.
31607
35806
-allow_undefined_flag=$lt_allow_undefined_flag_GCJ
31608
 
+/* Override any GCC internal prototype to avoid an error.
31609
 
+   Use char because int might match the return type of a GCC
31610
 
+   builtin and then its argument prototype would still apply.  */
31611
 
+#ifdef __cplusplus
31612
 
+extern "C"
31613
 
+#endif
31614
 
+char dnet_ntoa ();
31615
 
+int
31616
 
+main ()
31617
 
+{
31618
 
+return dnet_ntoa ();
31619
 
+  ;
31620
 
+  return 0;
31621
 
+}
31622
 
+_ACEOF
31623
 
+rm -f conftest.$ac_objext conftest$ac_exeext
31624
 
+if { (ac_try="$ac_link"
31625
 
+case "(($ac_try" in
31626
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31627
 
+  *) ac_try_echo=$ac_try;;
31628
 
+esac
31629
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
31630
 
+$as_echo "$ac_try_echo") >&5
31631
 
+  (eval "$ac_link") 2>conftest.er1
31632
 
+  ac_status=$?
31633
 
+  grep -v '^ *+' conftest.er1 >conftest.err
31634
 
+  rm -f conftest.er1
31635
 
+  cat conftest.err >&5
31636
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31637
 
+  (exit $ac_status); } && {
31638
 
+        test -z "$ac_c_werror_flag" ||
31639
 
+        test ! -s conftest.err
31640
 
+       } && test -s conftest$ac_exeext && {
31641
 
+        test "$cross_compiling" = yes ||
31642
 
+        $as_test_x conftest$ac_exeext
31643
 
+       }; then
31644
 
+  ac_cv_lib_dnet_stub_dnet_ntoa=yes
31645
 
+else
31646
 
+  $as_echo "$as_me: failed program was:" >&5
31647
 
+sed 's/^/| /' conftest.$ac_ext >&5
 
35807
+  { echo "$as_me:$LINENO: checking whether to build static libraries" >&5
 
35808
+echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
 
35809
+  # Make sure either enable_shared or enable_static is yes.
 
35810
+  test "$enable_shared" = yes || enable_static=yes
 
35811
+  { echo "$as_me:$LINENO: result: $enable_static" >&5
 
35812
+echo "${ECHO_T}$enable_static" >&6; }
31648
35813
 
31649
35814
-# Flag that forces no undefined symbols.
31650
35815
-no_undefined_flag=$lt_no_undefined_flag_GCJ
31651
 
+       ac_cv_lib_dnet_stub_dnet_ntoa=no
31652
 
+fi
31653
35816
 
31654
35817
-# Commands used to finish a libtool library installation in a directory.
31655
35818
-finish_cmds=$lt_finish_cmds
31656
 
+rm -rf conftest.dSYM
31657
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31658
 
+      conftest$ac_exeext conftest.$ac_ext
31659
 
+LIBS=$ac_check_lib_save_LIBS
31660
 
+fi
31661
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
31662
 
+$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
31663
 
+if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
31664
 
+  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
31665
 
+fi
31666
35819
 
31667
35820
-# Same as above, but a single script fragment to be evaled but not shown.
31668
35821
-finish_eval=$lt_finish_eval
31669
 
+    fi
31670
 
+fi
31671
35822
 
31672
35823
-# Take the output of nm and produce a listing of raw symbols and C names.
31673
35824
-global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
31674
 
+rm -rf conftest.dSYM
31675
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31676
 
+      conftest$ac_exeext conftest.$ac_ext
31677
 
+    LIBS="$ac_xsave_LIBS"
 
35825
+fi
 
35826
+ac_ext=c
 
35827
+ac_cpp='$CPP $CPPFLAGS'
 
35828
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
35829
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
35830
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
31678
35831
 
31679
35832
-# Transform the output of nm in a proper C declaration
31680
35833
-global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
31681
 
+    # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
31682
 
+    # to get the SysV transport functions.
31683
 
+    # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
31684
 
+    # needs -lnsl.
31685
 
+    # The nsl library prevents programs from opening the X display
31686
 
+    # on Irix 5.2, according to T.E. Dickey.
31687
 
+    # The functions gethostbyname, getservbyname, and inet_addr are
31688
 
+    # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
31689
 
+    { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
31690
 
+$as_echo_n "checking for gethostbyname... " >&6; }
31691
 
+if test "${ac_cv_func_gethostbyname+set}" = set; then
31692
 
+  $as_echo_n "(cached) " >&6
31693
 
+else
31694
 
+  cat >conftest.$ac_ext <<_ACEOF
31695
 
+/* confdefs.h.  */
31696
 
+_ACEOF
31697
 
+cat confdefs.h >>conftest.$ac_ext
31698
 
+cat >>conftest.$ac_ext <<_ACEOF
31699
 
+/* end confdefs.h.  */
31700
 
+/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
31701
 
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
31702
 
+#define gethostbyname innocuous_gethostbyname
 
35834
+CC="$lt_save_CC"
31703
35835
 
31704
35836
-# Transform the output of nm in a C name address pair
31705
35837
-global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
31706
 
+/* System header to define __stub macros and hopefully few prototypes,
31707
 
+    which can conflict with char gethostbyname (); below.
31708
 
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
31709
 
+    <limits.h> exists even on freestanding compilers.  */
31710
35838
 
31711
35839
-# This is the shared library runtime path variable.
31712
35840
-runpath_var=$runpath_var
31713
 
+#ifdef __STDC__
31714
 
+# include <limits.h>
31715
 
+#else
31716
 
+# include <assert.h>
31717
 
+#endif
31718
35841
 
31719
35842
-# This is the shared library path variable.
31720
35843
-shlibpath_var=$shlibpath_var
31721
 
+#undef gethostbyname
31722
35844
 
31723
35845
-# Is shlibpath searched before the hard-coded library search path?
31724
35846
-shlibpath_overrides_runpath=$shlibpath_overrides_runpath
31725
 
-
 
35847
 
31726
35848
-# How to hardcode a shared library path into an executable.
31727
35849
-hardcode_action=$hardcode_action_GCJ
31728
 
-
 
35850
 
31729
35851
-# Whether we should hardcode library paths into libraries.
31730
35852
-hardcode_into_libs=$hardcode_into_libs
31731
 
-
 
35853
 
31732
35854
-# Flag to hardcode \$libdir into a binary during linking.
31733
35855
-# This must work even if \$libdir does not exist.
31734
35856
-hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_GCJ
31735
 
-
 
35857
 
31736
35858
-# If ld is used when linking, flag to hardcode \$libdir into
31737
35859
-# a binary during linking. This must work even if \$libdir does
31738
35860
-# not exist.
31756
35878
-# Set to yes if building a shared library automatically hardcodes DIR into the library
31757
35879
-# and all subsequent libraries and executables linked against it.
31758
35880
-hardcode_automatic=$hardcode_automatic_GCJ
31759
 
-
 
35881
 
31760
35882
-# Variables whose values should be saved in libtool wrapper scripts and
31761
35883
-# restored at relink time.
31762
35884
-variables_saved_for_relink="$variables_saved_for_relink"
31763
 
-
 
35885
 
31764
35886
-# Whether libtool must link a program against all its dependency libraries.
31765
35887
-link_all_deplibs=$link_all_deplibs_GCJ
31766
 
-
 
35888
 
31767
35889
-# Compile-time system search path for libraries
31768
35890
-sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
31769
 
-
 
35891
 
31770
35892
-# Run-time system search path for libraries
31771
35893
-sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
31772
 
-
 
35894
 
31773
35895
-# Fix the shell variable \$srcfile for the compiler.
31774
35896
-fix_srcfile_path=$lt_fix_srcfile_path
31775
 
+/* Override any GCC internal prototype to avoid an error.
31776
 
+   Use char because int might match the return type of a GCC
31777
 
+   builtin and then its argument prototype would still apply.  */
31778
 
+#ifdef __cplusplus
31779
 
+extern "C"
31780
 
+#endif
31781
 
+char gethostbyname ();
31782
 
+/* The GNU C library defines this for functions which it implements
31783
 
+    to always fail with ENOSYS.  Some functions are actually named
31784
 
+    something starting with __ and the normal name is an alias.  */
31785
 
+#if defined __stub_gethostbyname || defined __stub___gethostbyname
31786
 
+choke me
31787
 
+#endif
 
35897
+        ac_config_commands="$ac_config_commands libtool"
31788
35898
 
31789
35899
-# Set to yes if exported symbols are required.
31790
35900
-always_export_symbols=$always_export_symbols_GCJ
31791
 
+int
31792
 
+main ()
31793
 
+{
31794
 
+return gethostbyname ();
31795
 
+  ;
31796
 
+  return 0;
31797
 
+}
31798
 
+_ACEOF
31799
 
+rm -f conftest.$ac_objext conftest$ac_exeext
31800
 
+if { (ac_try="$ac_link"
31801
 
+case "(($ac_try" in
31802
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31803
 
+  *) ac_try_echo=$ac_try;;
31804
 
+esac
31805
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
31806
 
+$as_echo "$ac_try_echo") >&5
31807
 
+  (eval "$ac_link") 2>conftest.er1
31808
 
+  ac_status=$?
31809
 
+  grep -v '^ *+' conftest.er1 >conftest.err
31810
 
+  rm -f conftest.er1
31811
 
+  cat conftest.err >&5
31812
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31813
 
+  (exit $ac_status); } && {
31814
 
+        test -z "$ac_c_werror_flag" ||
31815
 
+        test ! -s conftest.err
31816
 
+       } && test -s conftest$ac_exeext && {
31817
 
+        test "$cross_compiling" = yes ||
31818
 
+        $as_test_x conftest$ac_exeext
31819
 
+       }; then
31820
 
+  ac_cv_func_gethostbyname=yes
31821
 
+else
31822
 
+  $as_echo "$as_me: failed program was:" >&5
31823
 
+sed 's/^/| /' conftest.$ac_ext >&5
31824
35901
 
31825
35902
-# The commands to list exported symbols.
31826
35903
-export_symbols_cmds=$lt_export_symbols_cmds_GCJ
31827
 
+       ac_cv_func_gethostbyname=no
31828
 
+fi
31829
35904
 
31830
35905
-# The commands to extract the exported symbol list from a shared archive.
31831
35906
-extract_expsyms_cmds=$lt_extract_expsyms_cmds
31832
 
+rm -rf conftest.dSYM
31833
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31834
 
+      conftest$ac_exeext conftest.$ac_ext
31835
 
+fi
31836
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
31837
 
+$as_echo "$ac_cv_func_gethostbyname" >&6; }
31838
35907
 
31839
35908
-# Symbols that should not be listed in the preloaded symbols.
31840
35909
-exclude_expsyms=$lt_exclude_expsyms_GCJ
31841
 
+    if test $ac_cv_func_gethostbyname = no; then
31842
 
+      { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
31843
 
+$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
31844
 
+if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
31845
 
+  $as_echo_n "(cached) " >&6
31846
 
+else
31847
 
+  ac_check_lib_save_LIBS=$LIBS
31848
 
+LIBS="-lnsl  $LIBS"
31849
 
+cat >conftest.$ac_ext <<_ACEOF
31850
 
+/* confdefs.h.  */
31851
 
+_ACEOF
31852
 
+cat confdefs.h >>conftest.$ac_ext
31853
 
+cat >>conftest.$ac_ext <<_ACEOF
31854
 
+/* end confdefs.h.  */
 
35910
+# Only expand once:
31855
35911
 
31856
35912
-# Symbols that must always be exported.
31857
35913
-include_expsyms=$lt_include_expsyms_GCJ
31858
 
+/* Override any GCC internal prototype to avoid an error.
31859
 
+   Use char because int might match the return type of a GCC
31860
 
+   builtin and then its argument prototype would still apply.  */
31861
 
+#ifdef __cplusplus
31862
 
+extern "C"
31863
 
+#endif
31864
 
+char gethostbyname ();
31865
 
+int
31866
 
+main ()
31867
 
+{
31868
 
+return gethostbyname ();
31869
 
+  ;
31870
 
+  return 0;
31871
 
+}
31872
 
+_ACEOF
31873
 
+rm -f conftest.$ac_objext conftest$ac_exeext
31874
 
+if { (ac_try="$ac_link"
31875
 
+case "(($ac_try" in
31876
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31877
 
+  *) ac_try_echo=$ac_try;;
31878
 
+esac
31879
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
31880
 
+$as_echo "$ac_try_echo") >&5
31881
 
+  (eval "$ac_link") 2>conftest.er1
31882
 
+  ac_status=$?
31883
 
+  grep -v '^ *+' conftest.er1 >conftest.err
31884
 
+  rm -f conftest.er1
31885
 
+  cat conftest.err >&5
31886
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31887
 
+  (exit $ac_status); } && {
31888
 
+        test -z "$ac_c_werror_flag" ||
31889
 
+        test ! -s conftest.err
31890
 
+       } && test -s conftest$ac_exeext && {
31891
 
+        test "$cross_compiling" = yes ||
31892
 
+        $as_test_x conftest$ac_exeext
31893
 
+       }; then
31894
 
+  ac_cv_lib_nsl_gethostbyname=yes
31895
 
+else
31896
 
+  $as_echo "$as_me: failed program was:" >&5
31897
 
+sed 's/^/| /' conftest.$ac_ext >&5
31898
35914
 
31899
35915
-# ### END LIBTOOL TAG CONFIG: $tagname
31900
 
+       ac_cv_lib_nsl_gethostbyname=no
31901
 
+fi
31902
35916
 
31903
35917
-__EOF__
31904
 
+rm -rf conftest.dSYM
31905
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31906
 
+      conftest$ac_exeext conftest.$ac_ext
31907
 
+LIBS=$ac_check_lib_save_LIBS
31908
 
+fi
31909
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
31910
 
+$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
31911
 
+if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
31912
 
+  X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
31913
 
+fi
31914
 
 
31915
 
+      if test $ac_cv_lib_nsl_gethostbyname = no; then
31916
 
+       { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
31917
 
+$as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
31918
 
+if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
31919
 
+  $as_echo_n "(cached) " >&6
31920
 
+else
31921
 
+  ac_check_lib_save_LIBS=$LIBS
31922
 
+LIBS="-lbsd  $LIBS"
31923
 
+cat >conftest.$ac_ext <<_ACEOF
31924
 
+/* confdefs.h.  */
31925
 
+_ACEOF
31926
 
+cat confdefs.h >>conftest.$ac_ext
31927
 
+cat >>conftest.$ac_ext <<_ACEOF
31928
 
+/* end confdefs.h.  */
31929
 
 
31930
 
+/* Override any GCC internal prototype to avoid an error.
31931
 
+   Use char because int might match the return type of a GCC
31932
 
+   builtin and then its argument prototype would still apply.  */
31933
 
+#ifdef __cplusplus
31934
 
+extern "C"
31935
 
+#endif
31936
 
+char gethostbyname ();
31937
 
+int
31938
 
+main ()
31939
 
+{
31940
 
+return gethostbyname ();
31941
 
+  ;
31942
 
+  return 0;
31943
 
+}
31944
 
+_ACEOF
31945
 
+rm -f conftest.$ac_objext conftest$ac_exeext
31946
 
+if { (ac_try="$ac_link"
31947
 
+case "(($ac_try" in
31948
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
31949
 
+  *) ac_try_echo=$ac_try;;
31950
 
+esac
31951
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
31952
 
+$as_echo "$ac_try_echo") >&5
31953
 
+  (eval "$ac_link") 2>conftest.er1
31954
 
+  ac_status=$?
31955
 
+  grep -v '^ *+' conftest.er1 >conftest.err
31956
 
+  rm -f conftest.er1
31957
 
+  cat conftest.err >&5
31958
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31959
 
+  (exit $ac_status); } && {
31960
 
+        test -z "$ac_c_werror_flag" ||
31961
 
+        test ! -s conftest.err
31962
 
+       } && test -s conftest$ac_exeext && {
31963
 
+        test "$cross_compiling" = yes ||
31964
 
+        $as_test_x conftest$ac_exeext
31965
 
+       }; then
31966
 
+  ac_cv_lib_bsd_gethostbyname=yes
 
35918
+# Use the GNOME documentation framework
 
35919
 
 
35920
 
 
35921
+if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
 
35922
+       if test -n "$ac_tool_prefix"; then
 
35923
+  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
 
35924
+set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
 
35925
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
35926
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
35927
+if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
 
35928
+  echo $ECHO_N "(cached) $ECHO_C" >&6
31967
35929
 else
31968
35930
-  # If there is no Makefile yet, we rely on a make rule to execute
31969
35931
-  # `config.status --recheck' to rerun these tests and create the
31971
35933
-  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
31972
35934
-  if test -f "$ltmain_in"; then
31973
35935
-    test -f Makefile && make "$ltmain"
31974
 
-  fi
31975
 
-fi
31976
 
+  $as_echo "$as_me: failed program was:" >&5
31977
 
+sed 's/^/| /' conftest.$ac_ext >&5
31978
 
 
31979
 
+       ac_cv_lib_bsd_gethostbyname=no
 
35936
+  case $PKG_CONFIG in
 
35937
+  [\\/]* | ?:[\\/]*)
 
35938
+  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
 
35939
+  ;;
 
35940
+  *)
 
35941
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
35942
+for as_dir in $PATH
 
35943
+do
 
35944
+  IFS=$as_save_IFS
 
35945
+  test -z "$as_dir" && as_dir=.
 
35946
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
35947
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
35948
+    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
 
35949
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
35950
+    break 2
 
35951
   fi
 
35952
+done
 
35953
+done
 
35954
+IFS=$as_save_IFS
 
35955
+
 
35956
+  ;;
 
35957
+esac
31980
35958
+fi
 
35959
+PKG_CONFIG=$ac_cv_path_PKG_CONFIG
 
35960
+if test -n "$PKG_CONFIG"; then
 
35961
+  { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
 
35962
+echo "${ECHO_T}$PKG_CONFIG" >&6; }
 
35963
+else
 
35964
+  { echo "$as_me:$LINENO: result: no" >&5
 
35965
+echo "${ECHO_T}no" >&6; }
 
35966
 fi
 
35967
 
31981
35968
 
31982
35969
-ac_ext=c
31983
35970
-ac_cpp='$CPP $CPPFLAGS'
31984
35971
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
31985
35972
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
31986
35973
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
31987
 
+rm -rf conftest.dSYM
31988
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
31989
 
+      conftest$ac_exeext conftest.$ac_ext
31990
 
+LIBS=$ac_check_lib_save_LIBS
31991
 
+fi
31992
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
31993
 
+$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
31994
 
+if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
31995
 
+  X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
31996
 
+fi
 
35974
+fi
 
35975
+if test -z "$ac_cv_path_PKG_CONFIG"; then
 
35976
+  ac_pt_PKG_CONFIG=$PKG_CONFIG
 
35977
+  # Extract the first word of "pkg-config", so it can be a program name with args.
 
35978
+set dummy pkg-config; ac_word=$2
 
35979
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
35980
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
35981
+if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
 
35982
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
35983
+else
 
35984
+  case $ac_pt_PKG_CONFIG in
 
35985
+  [\\/]* | ?:[\\/]*)
 
35986
+  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
 
35987
+  ;;
 
35988
+  *)
 
35989
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
35990
+for as_dir in $PATH
 
35991
+do
 
35992
+  IFS=$as_save_IFS
 
35993
+  test -z "$as_dir" && as_dir=.
 
35994
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
35995
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
35996
+    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
 
35997
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
35998
+    break 2
 
35999
+  fi
 
36000
+done
 
36001
+done
 
36002
+IFS=$as_save_IFS
31997
36003
 
31998
36004
-CC="$lt_save_CC"
31999
 
+      fi
32000
 
+    fi
 
36005
+  ;;
 
36006
+esac
 
36007
+fi
 
36008
+ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
 
36009
+if test -n "$ac_pt_PKG_CONFIG"; then
 
36010
+  { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
 
36011
+echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
 
36012
+else
 
36013
+  { echo "$as_me:$LINENO: result: no" >&5
 
36014
+echo "${ECHO_T}no" >&6; }
 
36015
+fi
 
36016
+
 
36017
+  if test "x$ac_pt_PKG_CONFIG" = x; then
 
36018
+    PKG_CONFIG=""
 
36019
+  else
 
36020
+    case $cross_compiling:$ac_tool_warned in
 
36021
+yes:)
 
36022
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
36023
+whose name does not start with the host triplet.  If you think this
 
36024
+configuration is useful to you, please write to autoconf@gnu.org." >&5
 
36025
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
36026
+whose name does not start with the host triplet.  If you think this
 
36027
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
36028
+ac_tool_warned=yes ;;
 
36029
+esac
 
36030
+    PKG_CONFIG=$ac_pt_PKG_CONFIG
 
36031
+  fi
 
36032
+else
 
36033
+  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
 
36034
+fi
32001
36035
 
32002
 
-       else
 
36036
+fi
 
36037
+if test -n "$PKG_CONFIG"; then
 
36038
+       _pkg_min_version=0.9.0
 
36039
+       { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
 
36040
+echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
 
36041
+       if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
 
36042
+               { echo "$as_me:$LINENO: result: yes" >&5
 
36043
+echo "${ECHO_T}yes" >&6; }
 
36044
        else
32003
36045
-         tagname=""
32004
 
-       fi
 
36046
+               { echo "$as_me:$LINENO: result: no" >&5
 
36047
+echo "${ECHO_T}no" >&6; }
 
36048
+               PKG_CONFIG=""
 
36049
        fi
32005
36050
-       ;;
32006
 
+    # lieder@skyler.mavd.honeywell.com says without -lsocket,
32007
 
+    # socket/setsockopt and other routines are undefined under SCO ODT
32008
 
+    # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
32009
 
+    # on later versions), says Simon Leinen: it contains gethostby*
32010
 
+    # variants that don't use the name server (or something).  -lsocket
32011
 
+    # must be given before -lnsl if both are needed.  We assume that
32012
 
+    # if connect needs -lnsl, so does gethostbyname.
32013
 
+    { $as_echo "$as_me:$LINENO: checking for connect" >&5
32014
 
+$as_echo_n "checking for connect... " >&6; }
32015
 
+if test "${ac_cv_func_connect+set}" = set; then
32016
 
+  $as_echo_n "(cached) " >&6
32017
 
+else
32018
 
+  cat >conftest.$ac_ext <<_ACEOF
32019
 
+/* confdefs.h.  */
32020
 
+_ACEOF
32021
 
+cat confdefs.h >>conftest.$ac_ext
32022
 
+cat >>conftest.$ac_ext <<_ACEOF
32023
 
+/* end confdefs.h.  */
32024
 
+/* Define connect to an innocuous variant, in case <limits.h> declares connect.
32025
 
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
32026
 
+#define connect innocuous_connect
32027
36051
 
32028
36052
-      RC)
32029
 
+/* System header to define __stub macros and hopefully few prototypes,
32030
 
+    which can conflict with char connect (); below.
32031
 
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32032
 
+    <limits.h> exists even on freestanding compilers.  */
32033
 
 
32034
 
+#ifdef __STDC__
32035
 
+# include <limits.h>
32036
 
+#else
32037
 
+# include <assert.h>
32038
 
+#endif
32039
 
 
 
36053
-
 
36054
-
32040
36055
-# Source file extension for RC test sources.
32041
36056
-ac_ext=rc
32042
 
+#undef connect
32043
 
 
 
36057
-
32044
36058
-# Object file extension for compiled RC test sources.
32045
36059
-objext=o
32046
36060
-objext_RC=$objext
32050
36064
-
32051
36065
-# Code to be used in simple link tests
32052
36066
-lt_simple_link_test_code="$lt_simple_compile_test_code"
32053
 
+/* Override any GCC internal prototype to avoid an error.
32054
 
+   Use char because int might match the return type of a GCC
32055
 
+   builtin and then its argument prototype would still apply.  */
32056
 
+#ifdef __cplusplus
32057
 
+extern "C"
32058
 
+#endif
32059
 
+char connect ();
32060
 
+/* The GNU C library defines this for functions which it implements
32061
 
+    to always fail with ENOSYS.  Some functions are actually named
32062
 
+    something starting with __ and the normal name is an alias.  */
32063
 
+#if defined __stub_connect || defined __stub___connect
32064
 
+choke me
32065
 
+#endif
32066
 
 
 
36067
-
32067
36068
-# ltmain only uses $CC for tagged configurations so make sure $CC is set.
32068
 
+int
32069
 
+main ()
32070
 
+{
32071
 
+return connect ();
32072
 
+  ;
32073
 
+  return 0;
32074
 
+}
32075
 
+_ACEOF
32076
 
+rm -f conftest.$ac_objext conftest$ac_exeext
32077
 
+if { (ac_try="$ac_link"
32078
 
+case "(($ac_try" in
32079
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32080
 
+  *) ac_try_echo=$ac_try;;
32081
 
+esac
32082
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
32083
 
+$as_echo "$ac_try_echo") >&5
32084
 
+  (eval "$ac_link") 2>conftest.er1
32085
 
+  ac_status=$?
32086
 
+  grep -v '^ *+' conftest.er1 >conftest.err
32087
 
+  rm -f conftest.er1
32088
 
+  cat conftest.err >&5
32089
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
32090
 
+  (exit $ac_status); } && {
32091
 
+        test -z "$ac_c_werror_flag" ||
32092
 
+        test ! -s conftest.err
32093
 
+       } && test -s conftest$ac_exeext && {
32094
 
+        test "$cross_compiling" = yes ||
32095
 
+        $as_test_x conftest$ac_exeext
32096
 
+       }; then
32097
 
+  ac_cv_func_connect=yes
32098
 
+else
32099
 
+  $as_echo "$as_me: failed program was:" >&5
32100
 
+sed 's/^/| /' conftest.$ac_ext >&5
32101
 
 
 
36069
-
32102
36070
-# If no C compiler was specified, use CC.
32103
36071
-LTCC=${LTCC-"$CC"}
32104
 
+       ac_cv_func_connect=no
32105
 
+fi
32106
 
 
 
36072
-
32107
36073
-# If no C compiler flags were specified, use CFLAGS.
32108
36074
-LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
32109
 
+rm -rf conftest.dSYM
32110
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32111
 
+      conftest$ac_exeext conftest.$ac_ext
32112
36075
+fi
32113
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
32114
 
+$as_echo "$ac_cv_func_connect" >&6; }
32115
36076
 
32116
36077
-# Allow CC to be a program name with arguments.
32117
36078
-compiler=$CC
32118
 
+    if test $ac_cv_func_connect = no; then
32119
 
+      { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
32120
 
+$as_echo_n "checking for connect in -lsocket... " >&6; }
32121
 
+if test "${ac_cv_lib_socket_connect+set}" = set; then
32122
 
+  $as_echo_n "(cached) " >&6
32123
 
+else
32124
 
+  ac_check_lib_save_LIBS=$LIBS
32125
 
+LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
32126
 
+cat >conftest.$ac_ext <<_ACEOF
32127
 
+/* confdefs.h.  */
32128
 
+_ACEOF
32129
 
+cat confdefs.h >>conftest.$ac_ext
32130
 
+cat >>conftest.$ac_ext <<_ACEOF
32131
 
+/* end confdefs.h.  */
 
36079
+gdu_cv_version_required=0.3.2
32132
36080
 
32133
 
+/* Override any GCC internal prototype to avoid an error.
32134
 
+   Use char because int might match the return type of a GCC
32135
 
+   builtin and then its argument prototype would still apply.  */
32136
 
+#ifdef __cplusplus
32137
 
+extern "C"
32138
 
+#endif
32139
 
+char connect ();
32140
 
+int
32141
 
+main ()
32142
 
+{
32143
 
+return connect ();
32144
 
+  ;
32145
 
+  return 0;
32146
 
+}
32147
 
+_ACEOF
32148
 
+rm -f conftest.$ac_objext conftest$ac_exeext
32149
 
+if { (ac_try="$ac_link"
32150
 
+case "(($ac_try" in
32151
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32152
 
+  *) ac_try_echo=$ac_try;;
32153
 
+esac
32154
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
32155
 
+$as_echo "$ac_try_echo") >&5
32156
 
+  (eval "$ac_link") 2>conftest.er1
 
36081
+if test -n "$PKG_CONFIG" && \
 
36082
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-doc-utils >= \$gdu_cv_version_required\"") >&5
 
36083
+  ($PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $gdu_cv_version_required") 2>&5
32157
36084
+  ac_status=$?
32158
 
+  grep -v '^ *+' conftest.er1 >conftest.err
32159
 
+  rm -f conftest.er1
32160
 
+  cat conftest.err >&5
32161
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
32162
 
+  (exit $ac_status); } && {
32163
 
+        test -z "$ac_c_werror_flag" ||
32164
 
+        test ! -s conftest.err
32165
 
+       } && test -s conftest$ac_exeext && {
32166
 
+        test "$cross_compiling" = yes ||
32167
 
+        $as_test_x conftest$ac_exeext
32168
 
+       }; then
32169
 
+  ac_cv_lib_socket_connect=yes
 
36085
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
36086
+  (exit $ac_status); }; then
 
36087
+  gdu_cv_have_gdu=yes
32170
36088
+else
32171
 
+  $as_echo "$as_me: failed program was:" >&5
32172
 
+sed 's/^/| /' conftest.$ac_ext >&5
 
36089
+  gdu_cv_have_gdu=no
 
36090
+fi
32173
36091
 
32174
36092
-# save warnings/boilerplate of simple test code
32175
36093
-ac_outfile=conftest.$ac_objext
32177
36095
-eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
32178
36096
-_lt_compiler_boilerplate=`cat conftest.err`
32179
36097
-$rm conftest*
32180
 
+       ac_cv_lib_socket_connect=no
 
36098
+if test "$gdu_cv_have_gdu" = "yes"; then
 
36099
+       :
 
36100
+else
 
36101
+       { { echo "$as_me:$LINENO: error: gnome-doc-utils >= $gdu_cv_version_required not found" >&5
 
36102
+echo "$as_me: error: gnome-doc-utils >= $gdu_cv_version_required not found" >&2;}
 
36103
+   { (exit 1); exit 1; }; }
32181
36104
+fi
32182
36105
 
32183
36106
-ac_outfile=conftest.$ac_objext
32185
36108
-eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
32186
36109
-_lt_linker_boilerplate=`cat conftest.err`
32187
36110
-$rm -r conftest*
32188
 
+rm -rf conftest.dSYM
32189
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32190
 
+      conftest$ac_exeext conftest.$ac_ext
32191
 
+LIBS=$ac_check_lib_save_LIBS
32192
 
+fi
32193
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
32194
 
+$as_echo "$ac_cv_lib_socket_connect" >&6; }
32195
 
+if test "x$ac_cv_lib_socket_connect" = x""yes; then
32196
 
+  X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
32197
 
+fi
32198
36111
 
32199
 
+    fi
32200
36112
 
32201
36113
-# Allow CC to be a program name with arguments.
32202
36114
-lt_save_CC="$CC"
32212
36124
-  esac
32213
36125
-done
32214
36126
-cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
32215
 
+    # Guillermo Gomez says -lposix is necessary on A/UX.
32216
 
+    { $as_echo "$as_me:$LINENO: checking for remove" >&5
32217
 
+$as_echo_n "checking for remove... " >&6; }
32218
 
+if test "${ac_cv_func_remove+set}" = set; then
32219
 
+  $as_echo_n "(cached) " >&6
 
36127
+# Check whether --with-help-dir was given.
 
36128
+if test "${with_help_dir+set}" = set; then
 
36129
+  withval=$with_help_dir;
32220
36130
+else
32221
 
+  cat >conftest.$ac_ext <<_ACEOF
32222
 
+/* confdefs.h.  */
32223
 
+_ACEOF
32224
 
+cat confdefs.h >>conftest.$ac_ext
32225
 
+cat >>conftest.$ac_ext <<_ACEOF
32226
 
+/* end confdefs.h.  */
32227
 
+/* Define remove to an innocuous variant, in case <limits.h> declares remove.
32228
 
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
32229
 
+#define remove innocuous_remove
 
36131
+  with_help_dir='${datadir}/gnome/help'
 
36132
+fi
32230
36133
 
32231
36134
-lt_cv_prog_compiler_c_o_RC=yes
32232
 
+/* System header to define __stub macros and hopefully few prototypes,
32233
 
+    which can conflict with char remove (); below.
32234
 
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32235
 
+    <limits.h> exists even on freestanding compilers.  */
 
36135
+HELP_DIR="$with_help_dir"
32236
36136
 
32237
36137
-# The else clause should only fire when bootstrapping the
32238
36138
-# libtool distribution, otherwise you forgot to ship ltmain.sh
32315
36215
-      ;;
32316
36216
-    esac
32317
36217
-  done
32318
 
+#ifdef __STDC__
32319
 
+# include <limits.h>
32320
 
+#else
32321
 
+# include <assert.h>
32322
 
+#endif
32323
36218
 
32324
36219
-  case $lt_echo in
32325
36220
-  *'\$0 --fallback-echo"')
32326
36221
-    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
32327
36222
-    ;;
32328
36223
-  esac
32329
 
+#undef remove
32330
36224
 
32331
36225
-cfgfile="$ofile"
32332
 
+/* Override any GCC internal prototype to avoid an error.
32333
 
+   Use char because int might match the return type of a GCC
32334
 
+   builtin and then its argument prototype would still apply.  */
32335
 
+#ifdef __cplusplus
32336
 
+extern "C"
32337
 
+#endif
32338
 
+char remove ();
32339
 
+/* The GNU C library defines this for functions which it implements
32340
 
+    to always fail with ENOSYS.  Some functions are actually named
32341
 
+    something starting with __ and the normal name is an alias.  */
32342
 
+#if defined __stub_remove || defined __stub___remove
32343
 
+choke me
32344
 
+#endif
 
36226
+# Check whether --with-omf-dir was given.
 
36227
+if test "${with_omf_dir+set}" = set; then
 
36228
+  withval=$with_omf_dir;
 
36229
+else
 
36230
+  with_omf_dir='${datadir}/omf'
 
36231
+fi
32345
36232
 
32346
36233
-  cat <<__EOF__ >> "$cfgfile"
32347
36234
-# ### BEGIN LIBTOOL TAG CONFIG: $tagname
32348
 
+int
32349
 
+main ()
32350
 
+{
32351
 
+return remove ();
32352
 
+  ;
32353
 
+  return 0;
32354
 
+}
32355
 
+_ACEOF
32356
 
+rm -f conftest.$ac_objext conftest$ac_exeext
32357
 
+if { (ac_try="$ac_link"
32358
 
+case "(($ac_try" in
32359
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32360
 
+  *) ac_try_echo=$ac_try;;
32361
 
+esac
32362
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
32363
 
+$as_echo "$ac_try_echo") >&5
32364
 
+  (eval "$ac_link") 2>conftest.er1
32365
 
+  ac_status=$?
32366
 
+  grep -v '^ *+' conftest.er1 >conftest.err
32367
 
+  rm -f conftest.er1
32368
 
+  cat conftest.err >&5
32369
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
32370
 
+  (exit $ac_status); } && {
32371
 
+        test -z "$ac_c_werror_flag" ||
32372
 
+        test ! -s conftest.err
32373
 
+       } && test -s conftest$ac_exeext && {
32374
 
+        test "$cross_compiling" = yes ||
32375
 
+        $as_test_x conftest$ac_exeext
32376
 
+       }; then
32377
 
+  ac_cv_func_remove=yes
32378
 
+else
32379
 
+  $as_echo "$as_me: failed program was:" >&5
32380
 
+sed 's/^/| /' conftest.$ac_ext >&5
 
36235
+OMF_DIR="$with_omf_dir"
32381
36236
 
32382
36237
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
32383
 
+       ac_cv_func_remove=no
32384
 
+fi
32385
36238
 
32386
36239
-# Shell to use when invoking shell scripts.
32387
36240
-SHELL=$lt_SHELL
32388
 
+rm -rf conftest.dSYM
32389
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32390
 
+      conftest$ac_exeext conftest.$ac_ext
32391
 
+fi
32392
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
32393
 
+$as_echo "$ac_cv_func_remove" >&6; }
32394
36241
 
32395
36242
-# Whether or not to build shared libraries.
32396
36243
-build_libtool_libs=$enable_shared
32397
 
+    if test $ac_cv_func_remove = no; then
32398
 
+      { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
32399
 
+$as_echo_n "checking for remove in -lposix... " >&6; }
32400
 
+if test "${ac_cv_lib_posix_remove+set}" = set; then
32401
 
+  $as_echo_n "(cached) " >&6
 
36244
+# Check whether --with-help-formats was given.
 
36245
+if test "${with_help_formats+set}" = set; then
 
36246
+  withval=$with_help_formats;
32402
36247
+else
32403
 
+  ac_check_lib_save_LIBS=$LIBS
32404
 
+LIBS="-lposix  $LIBS"
32405
 
+cat >conftest.$ac_ext <<_ACEOF
32406
 
+/* confdefs.h.  */
32407
 
+_ACEOF
32408
 
+cat confdefs.h >>conftest.$ac_ext
32409
 
+cat >>conftest.$ac_ext <<_ACEOF
32410
 
+/* end confdefs.h.  */
 
36248
+  with_help_formats=''
 
36249
+fi
32411
36250
 
32412
36251
-# Whether or not to build static libraries.
32413
36252
-build_old_libs=$enable_static
32414
 
-
 
36253
+DOC_USER_FORMATS="$with_help_formats"
 
36254
 
32415
36255
-# Whether or not to add -lc for building shared libraries.
32416
36256
-build_libtool_need_lc=$archive_cmds_need_lc_RC
32417
 
-
 
36257
 
32418
36258
-# Whether or not to disallow shared libs when runtime libs are static
32419
36259
-allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_RC
32420
 
-
 
36260
+# Check whether --enable-scrollkeeper was given.
 
36261
+if test "${enable_scrollkeeper+set}" = set; then
 
36262
+  enableval=$enable_scrollkeeper;
 
36263
+else
 
36264
+  enable_scrollkeeper=yes
 
36265
+fi
 
36266
 
32421
36267
-# Whether or not to optimize for fast installation.
32422
36268
-fast_install=$enable_fast_install
32423
 
-
 
36269
+ if test "$gdu_cv_have_gdu" = "yes" -a "$enable_scrollkeeper" = "yes"; then
 
36270
+  ENABLE_SK_TRUE=
 
36271
+  ENABLE_SK_FALSE='#'
 
36272
+else
 
36273
+  ENABLE_SK_TRUE='#'
 
36274
+  ENABLE_SK_FALSE=
 
36275
+fi
 
36276
 
32424
36277
-# The host system.
32425
36278
-host_alias=$host_alias
32426
36279
-host=$host
32427
36280
-host_os=$host_os
32428
 
+/* Override any GCC internal prototype to avoid an error.
32429
 
+   Use char because int might match the return type of a GCC
32430
 
+   builtin and then its argument prototype would still apply.  */
32431
 
+#ifdef __cplusplus
32432
 
+extern "C"
32433
 
+#endif
32434
 
+char remove ();
32435
 
+int
32436
 
+main ()
32437
 
+{
32438
 
+return remove ();
32439
 
+  ;
32440
 
+  return 0;
32441
 
+}
32442
 
+_ACEOF
32443
 
+rm -f conftest.$ac_objext conftest$ac_exeext
32444
 
+if { (ac_try="$ac_link"
32445
 
+case "(($ac_try" in
32446
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32447
 
+  *) ac_try_echo=$ac_try;;
32448
 
+esac
32449
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
32450
 
+$as_echo "$ac_try_echo") >&5
32451
 
+  (eval "$ac_link") 2>conftest.er1
32452
 
+  ac_status=$?
32453
 
+  grep -v '^ *+' conftest.er1 >conftest.err
32454
 
+  rm -f conftest.er1
32455
 
+  cat conftest.err >&5
32456
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
32457
 
+  (exit $ac_status); } && {
32458
 
+        test -z "$ac_c_werror_flag" ||
32459
 
+        test ! -s conftest.err
32460
 
+       } && test -s conftest$ac_exeext && {
32461
 
+        test "$cross_compiling" = yes ||
32462
 
+        $as_test_x conftest$ac_exeext
32463
 
+       }; then
32464
 
+  ac_cv_lib_posix_remove=yes
32465
 
+else
32466
 
+  $as_echo "$as_me: failed program was:" >&5
32467
 
+sed 's/^/| /' conftest.$ac_ext >&5
32468
36281
 
32469
36282
-# The build system.
32470
36283
-build_alias=$build_alias
32471
36284
-build=$build
32472
36285
-build_os=$build_os
32473
 
+       ac_cv_lib_posix_remove=no
32474
 
+fi
 
36286
+DISTCHECK_CONFIGURE_FLAGS="--disable-scrollkeeper $DISTCHECK_CONFIGURE_FLAGS"
32475
36287
 
32476
36288
-# An echo program that does not interpret backslashes.
32477
36289
-echo=$lt_echo
32478
 
+rm -rf conftest.dSYM
32479
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32480
 
+      conftest$ac_exeext conftest.$ac_ext
32481
 
+LIBS=$ac_check_lib_save_LIBS
32482
 
+fi
32483
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
32484
 
+$as_echo "$ac_cv_lib_posix_remove" >&6; }
32485
 
+if test "x$ac_cv_lib_posix_remove" = x""yes; then
32486
 
+  X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
32487
 
+fi
32488
36290
 
32489
36291
-# The archiver.
32490
36292
-AR=$lt_AR
32491
36293
-AR_FLAGS=$lt_AR_FLAGS
32492
 
+    fi
 
36294
+ if test "$gdu_cv_have_gdu" = "yes"; then
 
36295
+  HAVE_GNOME_DOC_UTILS_TRUE=
 
36296
+  HAVE_GNOME_DOC_UTILS_FALSE='#'
 
36297
+else
 
36298
+  HAVE_GNOME_DOC_UTILS_TRUE='#'
 
36299
+  HAVE_GNOME_DOC_UTILS_FALSE=
 
36300
+fi
32493
36301
 
32494
36302
-# A C compiler.
32495
36303
-LTCC=$lt_LTCC
32496
 
+    # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
32497
 
+    { $as_echo "$as_me:$LINENO: checking for shmat" >&5
32498
 
+$as_echo_n "checking for shmat... " >&6; }
32499
 
+if test "${ac_cv_func_shmat+set}" = set; then
32500
 
+  $as_echo_n "(cached) " >&6
32501
 
+else
32502
 
+  cat >conftest.$ac_ext <<_ACEOF
32503
 
+/* confdefs.h.  */
32504
 
+_ACEOF
32505
 
+cat confdefs.h >>conftest.$ac_ext
32506
 
+cat >>conftest.$ac_ext <<_ACEOF
32507
 
+/* end confdefs.h.  */
32508
 
+/* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
32509
 
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
32510
 
+#define shmat innocuous_shmat
32511
36304
 
32512
36305
-# LTCC compiler flags.
32513
36306
-LTCFLAGS=$lt_LTCFLAGS
32514
 
+/* System header to define __stub macros and hopefully few prototypes,
32515
 
+    which can conflict with char shmat (); below.
32516
 
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32517
 
+    <limits.h> exists even on freestanding compilers.  */
32518
36307
 
32519
36308
-# A language-specific compiler.
32520
36309
-CC=$lt_compiler_RC
32521
 
+#ifdef __STDC__
32522
 
+# include <limits.h>
32523
 
+#else
32524
 
+# include <assert.h>
32525
 
+#endif
32526
36310
 
32527
36311
-# Is the compiler the GNU C compiler?
32528
36312
-with_gcc=$GCC_RC
32529
 
+#undef shmat
 
36313
+if test "x$GCC" = "xyes"; then
 
36314
+  case " $CFLAGS " in
 
36315
+  *[\ \        ]-Wall[\ \      ]*) ;;
 
36316
+  *) CFLAGS="$CFLAGS -Wall" ;;
 
36317
+  esac
 
36318
+fi
32530
36319
 
32531
36320
-# An ERE matcher.
32532
36321
-EGREP=$lt_EGREP
32533
 
+/* Override any GCC internal prototype to avoid an error.
32534
 
+   Use char because int might match the return type of a GCC
32535
 
+   builtin and then its argument prototype would still apply.  */
32536
 
+#ifdef __cplusplus
32537
 
+extern "C"
32538
 
+#endif
32539
 
+char shmat ();
32540
 
+/* The GNU C library defines this for functions which it implements
32541
 
+    to always fail with ENOSYS.  Some functions are actually named
32542
 
+    something starting with __ and the normal name is an alias.  */
32543
 
+#if defined __stub_shmat || defined __stub___shmat
32544
 
+choke me
32545
 
+#endif
 
36322
+# Internationalization support
32546
36323
 
32547
36324
-# The linker used to build libraries.
32548
36325
-LD=$lt_LD_RC
32549
 
+int
32550
 
+main ()
32551
 
+{
32552
 
+return shmat ();
32553
 
+  ;
32554
 
+  return 0;
32555
 
+}
32556
 
+_ACEOF
32557
 
+rm -f conftest.$ac_objext conftest$ac_exeext
32558
 
+if { (ac_try="$ac_link"
32559
 
+case "(($ac_try" in
32560
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32561
 
+  *) ac_try_echo=$ac_try;;
32562
 
+esac
32563
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
32564
 
+$as_echo "$ac_try_echo") >&5
32565
 
+  (eval "$ac_link") 2>conftest.er1
32566
 
+  ac_status=$?
32567
 
+  grep -v '^ *+' conftest.er1 >conftest.err
32568
 
+  rm -f conftest.er1
32569
 
+  cat conftest.err >&5
32570
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
32571
 
+  (exit $ac_status); } && {
32572
 
+        test -z "$ac_c_werror_flag" ||
32573
 
+        test ! -s conftest.err
32574
 
+       } && test -s conftest$ac_exeext && {
32575
 
+        test "$cross_compiling" = yes ||
32576
 
+        $as_test_x conftest$ac_exeext
32577
 
+       }; then
32578
 
+  ac_cv_func_shmat=yes
32579
 
+else
32580
 
+  $as_echo "$as_me: failed program was:" >&5
32581
 
+sed 's/^/| /' conftest.$ac_ext >&5
32582
36326
 
32583
36327
-# Whether we need hard or soft links.
32584
36328
-LN_S=$lt_LN_S
32585
 
+       ac_cv_func_shmat=no
 
36329
+  { echo "$as_me:$LINENO: checking whether NLS is requested" >&5
 
36330
+echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; }
 
36331
+    # Check whether --enable-nls was given.
 
36332
+if test "${enable_nls+set}" = set; then
 
36333
+  enableval=$enable_nls; USE_NLS=$enableval
 
36334
+else
 
36335
+  USE_NLS=yes
32586
36336
+fi
32587
36337
 
32588
36338
-# A BSD-compatible nm program.
32589
36339
-NM=$lt_NM
32590
 
+rm -rf conftest.dSYM
32591
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32592
 
+      conftest$ac_exeext conftest.$ac_ext
32593
 
+fi
32594
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
32595
 
+$as_echo "$ac_cv_func_shmat" >&6; }
 
36340
+  { echo "$as_me:$LINENO: result: $USE_NLS" >&5
 
36341
+echo "${ECHO_T}$USE_NLS" >&6; }
32596
36342
 
32597
36343
-# A symbol stripping program
32598
36344
-STRIP=$lt_STRIP
32599
 
+    if test $ac_cv_func_shmat = no; then
32600
 
+      { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
32601
 
+$as_echo_n "checking for shmat in -lipc... " >&6; }
32602
 
+if test "${ac_cv_lib_ipc_shmat+set}" = set; then
32603
 
+  $as_echo_n "(cached) " >&6
32604
 
+else
32605
 
+  ac_check_lib_save_LIBS=$LIBS
32606
 
+LIBS="-lipc  $LIBS"
32607
 
+cat >conftest.$ac_ext <<_ACEOF
32608
 
+/* confdefs.h.  */
32609
 
+_ACEOF
32610
 
+cat confdefs.h >>conftest.$ac_ext
32611
 
+cat >>conftest.$ac_ext <<_ACEOF
32612
 
+/* end confdefs.h.  */
32613
36345
 
32614
36346
-# Used to examine libraries when file_magic_cmd begins "file"
32615
36347
-MAGIC_CMD=$MAGIC_CMD
32616
 
+/* Override any GCC internal prototype to avoid an error.
32617
 
+   Use char because int might match the return type of a GCC
32618
 
+   builtin and then its argument prototype would still apply.  */
32619
 
+#ifdef __cplusplus
32620
 
+extern "C"
32621
 
+#endif
32622
 
+char shmat ();
32623
 
+int
32624
 
+main ()
32625
 
+{
32626
 
+return shmat ();
32627
 
+  ;
32628
 
+  return 0;
32629
 
+}
32630
 
+_ACEOF
32631
 
+rm -f conftest.$ac_objext conftest$ac_exeext
32632
 
+if { (ac_try="$ac_link"
32633
 
+case "(($ac_try" in
32634
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32635
 
+  *) ac_try_echo=$ac_try;;
32636
 
+esac
32637
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
32638
 
+$as_echo "$ac_try_echo") >&5
32639
 
+  (eval "$ac_link") 2>conftest.er1
32640
 
+  ac_status=$?
32641
 
+  grep -v '^ *+' conftest.er1 >conftest.err
32642
 
+  rm -f conftest.er1
32643
 
+  cat conftest.err >&5
32644
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
32645
 
+  (exit $ac_status); } && {
32646
 
+        test -z "$ac_c_werror_flag" ||
32647
 
+        test ! -s conftest.err
32648
 
+       } && test -s conftest$ac_exeext && {
32649
 
+        test "$cross_compiling" = yes ||
32650
 
+        $as_test_x conftest$ac_exeext
32651
 
+       }; then
32652
 
+  ac_cv_lib_ipc_shmat=yes
32653
 
+else
32654
 
+  $as_echo "$as_me: failed program was:" >&5
32655
 
+sed 's/^/| /' conftest.$ac_ext >&5
32656
36348
 
32657
36349
-# Used on cygwin: DLL creation program.
32658
36350
-DLLTOOL="$DLLTOOL"
32659
 
+       ac_cv_lib_ipc_shmat=no
32660
 
+fi
32661
36351
 
32662
36352
-# Used on cygwin: object dumper.
32663
36353
-OBJDUMP="$OBJDUMP"
32664
 
+rm -rf conftest.dSYM
32665
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32666
 
+      conftest$ac_exeext conftest.$ac_ext
32667
 
+LIBS=$ac_check_lib_save_LIBS
32668
 
+fi
32669
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
32670
 
+$as_echo "$ac_cv_lib_ipc_shmat" >&6; }
32671
 
+if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
32672
 
+  X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
32673
 
+fi
 
36354
+case "$am__api_version" in
 
36355
+    1.01234)
 
36356
+       { { echo "$as_me:$LINENO: error: Automake 1.5 or newer is required to use intltool" >&5
 
36357
+echo "$as_me: error: Automake 1.5 or newer is required to use intltool" >&2;}
 
36358
+   { (exit 1); exit 1; }; }
 
36359
+    ;;
 
36360
+    *)
 
36361
+    ;;
 
36362
+esac
32674
36363
 
32675
36364
-# Used on cygwin: assembler.
32676
36365
-AS="$AS"
32677
 
+    fi
32678
 
+  fi
 
36366
+if test -n "0.37.1"; then
 
36367
+    { echo "$as_me:$LINENO: checking for intltool >= 0.37.1" >&5
 
36368
+echo $ECHO_N "checking for intltool >= 0.37.1... $ECHO_C" >&6; }
32679
36369
 
32680
36370
-# The name of the directory that contains temporary libtool files.
32681
36371
-objdir=$objdir
32682
 
+  # Check for libraries that X11R6 Xt/Xaw programs need.
32683
 
+  ac_save_LDFLAGS=$LDFLAGS
32684
 
+  test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
32685
 
+  # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
32686
 
+  # check for ICE first), but we must link in the order -lSM -lICE or
32687
 
+  # we get undefined symbols.  So assume we have SM if we have ICE.
32688
 
+  # These have to be linked with before -lX11, unlike the other
32689
 
+  # libraries we check for below, so use a different variable.
32690
 
+  # John Interrante, Karl Berry
32691
 
+  { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
32692
 
+$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
32693
 
+if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
32694
 
+  $as_echo_n "(cached) " >&6
32695
 
+else
32696
 
+  ac_check_lib_save_LIBS=$LIBS
32697
 
+LIBS="-lICE $X_EXTRA_LIBS $LIBS"
32698
 
+cat >conftest.$ac_ext <<_ACEOF
32699
 
+/* confdefs.h.  */
32700
 
+_ACEOF
32701
 
+cat confdefs.h >>conftest.$ac_ext
32702
 
+cat >>conftest.$ac_ext <<_ACEOF
32703
 
+/* end confdefs.h.  */
 
36372
+    INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.37.1 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
 
36373
+    INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
 
36374
+    INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
32704
36375
 
32705
36376
-# How to create reloadable object files.
32706
36377
-reload_flag=$lt_reload_flag
32707
36378
-reload_cmds=$lt_reload_cmds
32708
 
-
 
36379
+    { echo "$as_me:$LINENO: result: $INTLTOOL_APPLIED_VERSION found" >&5
 
36380
+echo "${ECHO_T}$INTLTOOL_APPLIED_VERSION found" >&6; }
 
36381
+    test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
 
36382
+       { { echo "$as_me:$LINENO: error: Your intltool is too old.  You need intltool 0.37.1 or later." >&5
 
36383
+echo "$as_me: error: Your intltool is too old.  You need intltool 0.37.1 or later." >&2;}
 
36384
+   { (exit 1); exit 1; }; }
 
36385
+fi
 
36386
 
32709
36387
-# How to pass a linker flag through the compiler.
32710
36388
-wl=$lt_lt_prog_compiler_wl_RC
32711
 
-
 
36389
+# Extract the first word of "intltool-update", so it can be a program name with args.
 
36390
+set dummy intltool-update; ac_word=$2
 
36391
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
36392
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
36393
+if test "${ac_cv_path_INTLTOOL_UPDATE+set}" = set; then
 
36394
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
36395
+else
 
36396
+  case $INTLTOOL_UPDATE in
 
36397
+  [\\/]* | ?:[\\/]*)
 
36398
+  ac_cv_path_INTLTOOL_UPDATE="$INTLTOOL_UPDATE" # Let the user override the test with a path.
 
36399
+  ;;
 
36400
+  *)
 
36401
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
36402
+for as_dir in $PATH
 
36403
+do
 
36404
+  IFS=$as_save_IFS
 
36405
+  test -z "$as_dir" && as_dir=.
 
36406
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
36407
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
36408
+    ac_cv_path_INTLTOOL_UPDATE="$as_dir/$ac_word$ac_exec_ext"
 
36409
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
36410
+    break 2
 
36411
+  fi
 
36412
+done
 
36413
+done
 
36414
+IFS=$as_save_IFS
 
36415
 
32712
36416
-# Object file suffix (normally "o").
32713
36417
-objext="$ac_objext"
32714
 
-
 
36418
+  ;;
 
36419
+esac
 
36420
+fi
 
36421
+INTLTOOL_UPDATE=$ac_cv_path_INTLTOOL_UPDATE
 
36422
+if test -n "$INTLTOOL_UPDATE"; then
 
36423
+  { echo "$as_me:$LINENO: result: $INTLTOOL_UPDATE" >&5
 
36424
+echo "${ECHO_T}$INTLTOOL_UPDATE" >&6; }
 
36425
+else
 
36426
+  { echo "$as_me:$LINENO: result: no" >&5
 
36427
+echo "${ECHO_T}no" >&6; }
 
36428
+fi
 
36429
 
32715
36430
-# Old archive suffix (normally "a").
32716
36431
-libext="$libext"
32717
 
+/* Override any GCC internal prototype to avoid an error.
32718
 
+   Use char because int might match the return type of a GCC
32719
 
+   builtin and then its argument prototype would still apply.  */
32720
 
+#ifdef __cplusplus
32721
 
+extern "C"
32722
 
+#endif
32723
 
+char IceConnectionNumber ();
32724
 
+int
32725
 
+main ()
32726
 
+{
32727
 
+return IceConnectionNumber ();
32728
 
+  ;
32729
 
+  return 0;
32730
 
+}
32731
 
+_ACEOF
32732
 
+rm -f conftest.$ac_objext conftest$ac_exeext
32733
 
+if { (ac_try="$ac_link"
32734
 
+case "(($ac_try" in
32735
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32736
 
+  *) ac_try_echo=$ac_try;;
32737
 
+esac
32738
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
32739
 
+$as_echo "$ac_try_echo") >&5
32740
 
+  (eval "$ac_link") 2>conftest.er1
32741
 
+  ac_status=$?
32742
 
+  grep -v '^ *+' conftest.er1 >conftest.err
32743
 
+  rm -f conftest.er1
32744
 
+  cat conftest.err >&5
32745
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
32746
 
+  (exit $ac_status); } && {
32747
 
+        test -z "$ac_c_werror_flag" ||
32748
 
+        test ! -s conftest.err
32749
 
+       } && test -s conftest$ac_exeext && {
32750
 
+        test "$cross_compiling" = yes ||
32751
 
+        $as_test_x conftest$ac_exeext
32752
 
+       }; then
32753
 
+  ac_cv_lib_ICE_IceConnectionNumber=yes
32754
 
+else
32755
 
+  $as_echo "$as_me: failed program was:" >&5
32756
 
+sed 's/^/| /' conftest.$ac_ext >&5
32757
36432
 
32758
36433
-# Shared library suffix (normally ".so").
32759
36434
-shrext_cmds='$shrext_cmds'
32760
 
+       ac_cv_lib_ICE_IceConnectionNumber=no
32761
 
+fi
 
36435
+# Extract the first word of "intltool-merge", so it can be a program name with args.
 
36436
+set dummy intltool-merge; ac_word=$2
 
36437
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
36438
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
36439
+if test "${ac_cv_path_INTLTOOL_MERGE+set}" = set; then
 
36440
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
36441
+else
 
36442
+  case $INTLTOOL_MERGE in
 
36443
+  [\\/]* | ?:[\\/]*)
 
36444
+  ac_cv_path_INTLTOOL_MERGE="$INTLTOOL_MERGE" # Let the user override the test with a path.
 
36445
+  ;;
 
36446
+  *)
 
36447
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
36448
+for as_dir in $PATH
 
36449
+do
 
36450
+  IFS=$as_save_IFS
 
36451
+  test -z "$as_dir" && as_dir=.
 
36452
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
36453
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
36454
+    ac_cv_path_INTLTOOL_MERGE="$as_dir/$ac_word$ac_exec_ext"
 
36455
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
36456
+    break 2
 
36457
+  fi
 
36458
+done
 
36459
+done
 
36460
+IFS=$as_save_IFS
32762
36461
 
32763
36462
-# Executable file suffix (normally "").
32764
36463
-exeext="$exeext"
32765
 
+rm -rf conftest.dSYM
32766
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32767
 
+      conftest$ac_exeext conftest.$ac_ext
32768
 
+LIBS=$ac_check_lib_save_LIBS
 
36464
+  ;;
 
36465
+esac
32769
36466
+fi
32770
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
32771
 
+$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
32772
 
+if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
32773
 
+  X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
 
36467
+INTLTOOL_MERGE=$ac_cv_path_INTLTOOL_MERGE
 
36468
+if test -n "$INTLTOOL_MERGE"; then
 
36469
+  { echo "$as_me:$LINENO: result: $INTLTOOL_MERGE" >&5
 
36470
+echo "${ECHO_T}$INTLTOOL_MERGE" >&6; }
 
36471
+else
 
36472
+  { echo "$as_me:$LINENO: result: no" >&5
 
36473
+echo "${ECHO_T}no" >&6; }
32774
36474
+fi
32775
36475
 
32776
36476
-# Additional compiler flags for building library objects.
32777
36477
-pic_flag=$lt_lt_prog_compiler_pic_RC
32778
36478
-pic_mode=$pic_mode
32779
 
+  LDFLAGS=$ac_save_LDFLAGS
32780
36479
 
32781
36480
-# What is the maximum length of a command?
32782
36481
-max_cmd_len=$lt_cv_sys_max_cmd_len
32783
 
+fi
 
36482
+# Extract the first word of "intltool-extract", so it can be a program name with args.
 
36483
+set dummy intltool-extract; ac_word=$2
 
36484
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
36485
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
36486
+if test "${ac_cv_path_INTLTOOL_EXTRACT+set}" = set; then
 
36487
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
36488
+else
 
36489
+  case $INTLTOOL_EXTRACT in
 
36490
+  [\\/]* | ?:[\\/]*)
 
36491
+  ac_cv_path_INTLTOOL_EXTRACT="$INTLTOOL_EXTRACT" # Let the user override the test with a path.
 
36492
+  ;;
 
36493
+  *)
 
36494
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
36495
+for as_dir in $PATH
 
36496
+do
 
36497
+  IFS=$as_save_IFS
 
36498
+  test -z "$as_dir" && as_dir=.
 
36499
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
36500
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
36501
+    ac_cv_path_INTLTOOL_EXTRACT="$as_dir/$ac_word$ac_exec_ext"
 
36502
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
36503
+    break 2
 
36504
+  fi
 
36505
+done
 
36506
+done
 
36507
+IFS=$as_save_IFS
32784
36508
 
32785
36509
-# Does compiler simultaneously support -c and -o options?
32786
36510
-compiler_c_o=$lt_lt_cv_prog_compiler_c_o_RC
32787
 
+x_libs="$X_PRE_LIBS $X_LIBS -lX11 $X_EXTRA_LIBS"
 
36511
+  ;;
 
36512
+esac
 
36513
+fi
 
36514
+INTLTOOL_EXTRACT=$ac_cv_path_INTLTOOL_EXTRACT
 
36515
+if test -n "$INTLTOOL_EXTRACT"; then
 
36516
+  { echo "$as_me:$LINENO: result: $INTLTOOL_EXTRACT" >&5
 
36517
+echo "${ECHO_T}$INTLTOOL_EXTRACT" >&6; }
 
36518
+else
 
36519
+  { echo "$as_me:$LINENO: result: no" >&5
 
36520
+echo "${ECHO_T}no" >&6; }
 
36521
+fi
32788
36522
 
32789
36523
-# Must we lock files when doing compilation?
32790
36524
-need_locks=$lt_need_locks
32791
 
+{ $as_echo "$as_me:$LINENO: checking for XScreenSaverQueryInfo" >&5
32792
 
+$as_echo_n "checking for XScreenSaverQueryInfo... " >&6; }
32793
 
+if test "${ac_cv_func_XScreenSaverQueryInfo+set}" = set; then
32794
 
+  $as_echo_n "(cached) " >&6
32795
 
+else
32796
 
+  cat >conftest.$ac_ext <<_ACEOF
32797
 
+/* confdefs.h.  */
32798
 
+_ACEOF
32799
 
+cat confdefs.h >>conftest.$ac_ext
32800
 
+cat >>conftest.$ac_ext <<_ACEOF
32801
 
+/* end confdefs.h.  */
32802
 
+/* Define XScreenSaverQueryInfo to an innocuous variant, in case <limits.h> declares XScreenSaverQueryInfo.
32803
 
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
32804
 
+#define XScreenSaverQueryInfo innocuous_XScreenSaverQueryInfo
32805
36525
 
32806
36526
-# Do we need the lib prefix for modules?
32807
36527
-need_lib_prefix=$need_lib_prefix
32808
 
+/* System header to define __stub macros and hopefully few prototypes,
32809
 
+    which can conflict with char XScreenSaverQueryInfo (); below.
32810
 
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
32811
 
+    <limits.h> exists even on freestanding compilers.  */
 
36528
+if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then
 
36529
+    { { echo "$as_me:$LINENO: error: The intltool scripts were not found. Please install intltool." >&5
 
36530
+echo "$as_me: error: The intltool scripts were not found. Please install intltool." >&2;}
 
36531
+   { (exit 1); exit 1; }; }
 
36532
+fi
32812
36533
 
32813
36534
-# Do we need a version for libraries?
32814
36535
-need_version=$need_version
32815
 
+#ifdef __STDC__
32816
 
+# include <limits.h>
32817
 
+#else
32818
 
+# include <assert.h>
32819
 
+#endif
 
36536
+  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 $< $@'
 
36537
+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 $< $@'
 
36538
+     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 $< $@'
 
36539
+     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 $< $@'
 
36540
+      INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
 
36541
+     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 $< $@'
 
36542
+   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 $< $@'
 
36543
+    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 $< $@'
 
36544
+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 $< $@'
 
36545
+       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 $< $@'
 
36546
+      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 $< $@'
 
36547
+      INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
 
36548
+      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 $< $@'
 
36549
+      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 $< $@'
 
36550
+    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 $< $@'
 
36551
+  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 $< $@'
 
36552
+    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 $< $@'
 
36553
+    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 $< $@'
 
36554
+   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 $< $@'
32820
36555
 
32821
36556
-# Whether dlopen is supported.
32822
36557
-dlopen_support=$enable_dlopen
32823
 
+#undef XScreenSaverQueryInfo
32824
36558
 
32825
36559
-# Whether dlopen of programs is supported.
32826
36560
-dlopen_self=$enable_dlopen_self
32827
 
+/* Override any GCC internal prototype to avoid an error.
32828
 
+   Use char because int might match the return type of a GCC
32829
 
+   builtin and then its argument prototype would still apply.  */
32830
 
+#ifdef __cplusplus
32831
 
+extern "C"
32832
 
+#endif
32833
 
+char XScreenSaverQueryInfo ();
32834
 
+/* The GNU C library defines this for functions which it implements
32835
 
+    to always fail with ENOSYS.  Some functions are actually named
32836
 
+    something starting with __ and the normal name is an alias.  */
32837
 
+#if defined __stub_XScreenSaverQueryInfo || defined __stub___XScreenSaverQueryInfo
32838
 
+choke me
32839
 
+#endif
32840
36561
 
32841
36562
-# Whether dlopen of statically linked programs is supported.
32842
36563
-dlopen_self_static=$enable_dlopen_self_static
32843
 
+int
32844
 
+main ()
32845
 
+{
32846
 
+return XScreenSaverQueryInfo ();
32847
 
+  ;
32848
 
+  return 0;
32849
 
+}
32850
 
+_ACEOF
32851
 
+rm -f conftest.$ac_objext conftest$ac_exeext
32852
 
+if { (ac_try="$ac_link"
32853
 
+case "(($ac_try" in
32854
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32855
 
+  *) ac_try_echo=$ac_try;;
32856
 
+esac
32857
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
32858
 
+$as_echo "$ac_try_echo") >&5
32859
 
+  (eval "$ac_link") 2>conftest.er1
32860
 
+  ac_status=$?
32861
 
+  grep -v '^ *+' conftest.er1 >conftest.err
32862
 
+  rm -f conftest.er1
32863
 
+  cat conftest.err >&5
32864
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
32865
 
+  (exit $ac_status); } && {
32866
 
+        test -z "$ac_c_werror_flag" ||
32867
 
+        test ! -s conftest.err
32868
 
+       } && test -s conftest$ac_exeext && {
32869
 
+        test "$cross_compiling" = yes ||
32870
 
+        $as_test_x conftest$ac_exeext
32871
 
+       }; then
32872
 
+  ac_cv_func_XScreenSaverQueryInfo=yes
32873
 
+else
32874
 
+  $as_echo "$as_me: failed program was:" >&5
32875
 
+sed 's/^/| /' conftest.$ac_ext >&5
32876
36564
 
32877
36565
-# Compiler flag to prevent dynamic linking.
32878
36566
-link_static_flag=$lt_lt_prog_compiler_static_RC
32879
 
+       ac_cv_func_XScreenSaverQueryInfo=no
32880
 
+fi
32881
36567
 
32882
36568
-# Compiler flag to turn off builtin functions.
32883
36569
-no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_RC
32884
 
+rm -rf conftest.dSYM
32885
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32886
 
+      conftest$ac_exeext conftest.$ac_ext
32887
 
+fi
32888
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_XScreenSaverQueryInfo" >&5
32889
 
+$as_echo "$ac_cv_func_XScreenSaverQueryInfo" >&6; }
32890
 
+if test "x$ac_cv_func_XScreenSaverQueryInfo" = x""yes; then
32891
36570
 
32892
36571
-# Compiler flag to allow reflexive dlopens.
32893
36572
-export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_RC
32894
 
+  TYPING_BREAK="typing-break"
32895
 
+else
32896
36573
 
32897
36574
-# Compiler flag to generate shared objects directly from archives.
32898
36575
-whole_archive_flag_spec=$lt_whole_archive_flag_spec_RC
32899
 
+  save_LIBS=$LIBS
32900
 
+  LIBS="$LIBS $X_PRE_LIBS $X_LIBS -lXss -lXext -lX11"
32901
 
+  { $as_echo "$as_me:$LINENO: checking for XScreenSaverQueryInfo in -lXss" >&5
32902
 
+$as_echo_n "checking for XScreenSaverQueryInfo in -lXss... " >&6; }
32903
 
+if test "${ac_cv_lib_Xss_XScreenSaverQueryInfo+set}" = set; then
32904
 
+  $as_echo_n "(cached) " >&6
32905
 
+else
32906
 
+  ac_check_lib_save_LIBS=$LIBS
32907
 
+LIBS="-lXss  $LIBS"
32908
 
+cat >conftest.$ac_ext <<_ACEOF
32909
 
+/* confdefs.h.  */
32910
 
+_ACEOF
32911
 
+cat confdefs.h >>conftest.$ac_ext
32912
 
+cat >>conftest.$ac_ext <<_ACEOF
32913
 
+/* end confdefs.h.  */
32914
36576
 
32915
36577
-# Compiler flag to generate thread-safe objects.
32916
36578
-thread_safe_flag_spec=$lt_thread_safe_flag_spec_RC
32917
 
+/* Override any GCC internal prototype to avoid an error.
32918
 
+   Use char because int might match the return type of a GCC
32919
 
+   builtin and then its argument prototype would still apply.  */
32920
 
+#ifdef __cplusplus
32921
 
+extern "C"
32922
 
+#endif
32923
 
+char XScreenSaverQueryInfo ();
32924
 
+int
32925
 
+main ()
32926
 
+{
32927
 
+return XScreenSaverQueryInfo ();
32928
 
+  ;
32929
 
+  return 0;
32930
 
+}
32931
 
+_ACEOF
32932
 
+rm -f conftest.$ac_objext conftest$ac_exeext
32933
 
+if { (ac_try="$ac_link"
32934
 
+case "(($ac_try" in
32935
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
32936
 
+  *) ac_try_echo=$ac_try;;
32937
 
+esac
32938
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
32939
 
+$as_echo "$ac_try_echo") >&5
32940
 
+  (eval "$ac_link") 2>conftest.er1
32941
 
+  ac_status=$?
32942
 
+  grep -v '^ *+' conftest.er1 >conftest.err
32943
 
+  rm -f conftest.er1
32944
 
+  cat conftest.err >&5
32945
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
32946
 
+  (exit $ac_status); } && {
32947
 
+        test -z "$ac_c_werror_flag" ||
32948
 
+        test ! -s conftest.err
32949
 
+       } && test -s conftest$ac_exeext && {
32950
 
+        test "$cross_compiling" = yes ||
32951
 
+        $as_test_x conftest$ac_exeext
32952
 
+       }; then
32953
 
+  ac_cv_lib_Xss_XScreenSaverQueryInfo=yes
32954
 
+else
32955
 
+  $as_echo "$as_me: failed program was:" >&5
32956
 
+sed 's/^/| /' conftest.$ac_ext >&5
32957
36579
 
32958
36580
-# Library versioning type.
32959
36581
-version_type=$version_type
32960
 
+       ac_cv_lib_Xss_XScreenSaverQueryInfo=no
32961
 
+fi
32962
36582
 
32963
36583
-# Format of library name prefix.
32964
36584
-libname_spec=$lt_libname_spec
32965
 
+rm -rf conftest.dSYM
32966
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
32967
 
+      conftest$ac_exeext conftest.$ac_ext
32968
 
+LIBS=$ac_check_lib_save_LIBS
32969
 
+fi
32970
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xss_XScreenSaverQueryInfo" >&5
32971
 
+$as_echo "$ac_cv_lib_Xss_XScreenSaverQueryInfo" >&6; }
32972
 
+if test "x$ac_cv_lib_Xss_XScreenSaverQueryInfo" = x""yes; then
32973
36585
 
32974
36586
-# List of archive names.  First name is the real one, the rest are links.
32975
36587
-# The last name is the one that the linker finds with -lNAME.
32976
36588
-library_names_spec=$lt_library_names_spec
32977
 
+    TYPING_BREAK="typing-break"
32978
 
+    SCREENSAVER_LIBS="$X_PRE_LIBS $X_LIBS -lXss -lXext -lX11"
32979
 
+else
32980
36589
 
32981
36590
-# The coded name of the library, if different from the real name.
32982
36591
-soname_spec=$lt_soname_spec
32983
 
+    LIBS=$save_LIBS
32984
 
+    LIBS="$LIBS $X_PRE_LIBS $X_LIBS -lXext -lX11"
32985
 
+    { $as_echo "$as_me:$LINENO: checking for XScreenSaverQueryInfo in -lXext" >&5
32986
 
+$as_echo_n "checking for XScreenSaverQueryInfo in -lXext... " >&6; }
32987
 
+if test "${ac_cv_lib_Xext_XScreenSaverQueryInfo+set}" = set; then
32988
 
+  $as_echo_n "(cached) " >&6
32989
 
+else
32990
 
+  ac_check_lib_save_LIBS=$LIBS
32991
 
+LIBS="-lXext  $LIBS"
32992
 
+cat >conftest.$ac_ext <<_ACEOF
32993
 
+/* confdefs.h.  */
32994
 
+_ACEOF
32995
 
+cat confdefs.h >>conftest.$ac_ext
32996
 
+cat >>conftest.$ac_ext <<_ACEOF
32997
 
+/* end confdefs.h.  */
32998
36592
 
32999
36593
-# Commands used to build and install an old-style archive.
33000
36594
-RANLIB=$lt_RANLIB
33001
36595
-old_archive_cmds=$lt_old_archive_cmds_RC
33002
36596
-old_postinstall_cmds=$lt_old_postinstall_cmds
33003
36597
-old_postuninstall_cmds=$lt_old_postuninstall_cmds
33004
 
-
 
36598
 
33005
36599
-# Create an old-style archive from a shared archive.
33006
36600
-old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_RC
33007
 
-
 
36601
 
33008
36602
-# Create a temporary old-style archive to link instead of a shared archive.
33009
36603
-old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_RC
33010
 
-
 
36604
 
33011
36605
-# Commands used to build and install a shared archive.
33012
36606
-archive_cmds=$lt_archive_cmds_RC
33013
36607
-archive_expsym_cmds=$lt_archive_expsym_cmds_RC
33014
36608
-postinstall_cmds=$lt_postinstall_cmds
33015
36609
-postuninstall_cmds=$lt_postuninstall_cmds
33016
 
-
 
36610
 
33017
36611
-# Commands used to build a loadable module (assumed same as above if empty)
33018
36612
-module_cmds=$lt_module_cmds_RC
33019
36613
-module_expsym_cmds=$lt_module_expsym_cmds_RC
33020
 
-
 
36614
 
33021
36615
-# Commands to strip libraries.
33022
36616
-old_striplib=$lt_old_striplib
33023
36617
-striplib=$lt_striplib
33024
 
-
 
36618
 
33025
36619
-# Dependencies to place before the objects being linked to create a
33026
36620
-# shared library.
33027
36621
-predep_objects=$lt_predep_objects_RC
33045
36639
-# The library search path used internally by the compiler when linking
33046
36640
-# a shared library.
33047
36641
-compiler_lib_search_path=$lt_compiler_lib_search_path_RC
33048
 
-
 
36642
 
33049
36643
-# Method to check whether dependent libraries are shared objects.
33050
36644
-deplibs_check_method=$lt_deplibs_check_method
33051
 
-
 
36645
 
33052
36646
-# Command to use when deplibs_check_method == file_magic.
33053
36647
-file_magic_cmd=$lt_file_magic_cmd
33054
 
-
 
36648
+# Check the gettext tools to make sure they are GNU
 
36649
+# Extract the first word of "xgettext", so it can be a program name with args.
 
36650
+set dummy xgettext; ac_word=$2
 
36651
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
36652
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
36653
+if test "${ac_cv_path_XGETTEXT+set}" = set; then
 
36654
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
36655
+else
 
36656
+  case $XGETTEXT in
 
36657
+  [\\/]* | ?:[\\/]*)
 
36658
+  ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
 
36659
+  ;;
 
36660
+  *)
 
36661
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
36662
+for as_dir in $PATH
 
36663
+do
 
36664
+  IFS=$as_save_IFS
 
36665
+  test -z "$as_dir" && as_dir=.
 
36666
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
36667
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
36668
+    ac_cv_path_XGETTEXT="$as_dir/$ac_word$ac_exec_ext"
 
36669
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
36670
+    break 2
 
36671
+  fi
 
36672
+done
 
36673
+done
 
36674
+IFS=$as_save_IFS
 
36675
 
33055
36676
-# Flag that allows shared libraries with undefined symbols to be built.
33056
36677
-allow_undefined_flag=$lt_allow_undefined_flag_RC
33057
 
-
 
36678
+  ;;
 
36679
+esac
 
36680
+fi
 
36681
+XGETTEXT=$ac_cv_path_XGETTEXT
 
36682
+if test -n "$XGETTEXT"; then
 
36683
+  { echo "$as_me:$LINENO: result: $XGETTEXT" >&5
 
36684
+echo "${ECHO_T}$XGETTEXT" >&6; }
 
36685
+else
 
36686
+  { echo "$as_me:$LINENO: result: no" >&5
 
36687
+echo "${ECHO_T}no" >&6; }
 
36688
+fi
 
36689
 
33058
36690
-# Flag that forces no undefined symbols.
33059
36691
-no_undefined_flag=$lt_no_undefined_flag_RC
33060
 
-
 
36692
 
33061
36693
-# Commands used to finish a libtool library installation in a directory.
33062
36694
-finish_cmds=$lt_finish_cmds
33063
 
-
 
36695
+# Extract the first word of "msgmerge", so it can be a program name with args.
 
36696
+set dummy msgmerge; ac_word=$2
 
36697
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
36698
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
36699
+if test "${ac_cv_path_MSGMERGE+set}" = set; then
 
36700
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
36701
+else
 
36702
+  case $MSGMERGE in
 
36703
+  [\\/]* | ?:[\\/]*)
 
36704
+  ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
 
36705
+  ;;
 
36706
+  *)
 
36707
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
36708
+for as_dir in $PATH
 
36709
+do
 
36710
+  IFS=$as_save_IFS
 
36711
+  test -z "$as_dir" && as_dir=.
 
36712
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
36713
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
36714
+    ac_cv_path_MSGMERGE="$as_dir/$ac_word$ac_exec_ext"
 
36715
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
36716
+    break 2
 
36717
+  fi
 
36718
+done
 
36719
+done
 
36720
+IFS=$as_save_IFS
 
36721
 
33064
36722
-# Same as above, but a single script fragment to be evaled but not shown.
33065
36723
-finish_eval=$lt_finish_eval
33066
 
-
 
36724
+  ;;
 
36725
+esac
 
36726
+fi
 
36727
+MSGMERGE=$ac_cv_path_MSGMERGE
 
36728
+if test -n "$MSGMERGE"; then
 
36729
+  { echo "$as_me:$LINENO: result: $MSGMERGE" >&5
 
36730
+echo "${ECHO_T}$MSGMERGE" >&6; }
 
36731
+else
 
36732
+  { echo "$as_me:$LINENO: result: no" >&5
 
36733
+echo "${ECHO_T}no" >&6; }
 
36734
+fi
 
36735
 
33067
36736
-# Take the output of nm and produce a listing of raw symbols and C names.
33068
36737
-global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
33069
 
-
 
36738
 
33070
36739
-# Transform the output of nm in a proper C declaration
33071
36740
-global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
33072
 
-
 
36741
+# Extract the first word of "msgfmt", so it can be a program name with args.
 
36742
+set dummy msgfmt; ac_word=$2
 
36743
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
36744
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
36745
+if test "${ac_cv_path_MSGFMT+set}" = set; then
 
36746
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
36747
+else
 
36748
+  case $MSGFMT in
 
36749
+  [\\/]* | ?:[\\/]*)
 
36750
+  ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
 
36751
+  ;;
 
36752
+  *)
 
36753
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
36754
+for as_dir in $PATH
 
36755
+do
 
36756
+  IFS=$as_save_IFS
 
36757
+  test -z "$as_dir" && as_dir=.
 
36758
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
36759
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
36760
+    ac_cv_path_MSGFMT="$as_dir/$ac_word$ac_exec_ext"
 
36761
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
36762
+    break 2
 
36763
+  fi
 
36764
+done
 
36765
+done
 
36766
+IFS=$as_save_IFS
 
36767
 
33073
36768
-# Transform the output of nm in a C name address pair
33074
36769
-global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
33075
 
-
 
36770
+  ;;
 
36771
+esac
 
36772
+fi
 
36773
+MSGFMT=$ac_cv_path_MSGFMT
 
36774
+if test -n "$MSGFMT"; then
 
36775
+  { echo "$as_me:$LINENO: result: $MSGFMT" >&5
 
36776
+echo "${ECHO_T}$MSGFMT" >&6; }
 
36777
+else
 
36778
+  { echo "$as_me:$LINENO: result: no" >&5
 
36779
+echo "${ECHO_T}no" >&6; }
 
36780
+fi
 
36781
 
33076
36782
-# This is the shared library runtime path variable.
33077
36783
-runpath_var=$runpath_var
33078
 
-
 
36784
 
33079
36785
-# This is the shared library path variable.
33080
36786
-shlibpath_var=$shlibpath_var
33081
 
-
 
36787
+# Extract the first word of "gmsgfmt", so it can be a program name with args.
 
36788
+set dummy gmsgfmt; ac_word=$2
 
36789
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
36790
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
36791
+if test "${ac_cv_path_GMSGFMT+set}" = set; then
 
36792
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
36793
+else
 
36794
+  case $GMSGFMT in
 
36795
+  [\\/]* | ?:[\\/]*)
 
36796
+  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
 
36797
+  ;;
 
36798
+  *)
 
36799
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
36800
+for as_dir in $PATH
 
36801
+do
 
36802
+  IFS=$as_save_IFS
 
36803
+  test -z "$as_dir" && as_dir=.
 
36804
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
36805
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
36806
+    ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
 
36807
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
36808
+    break 2
 
36809
+  fi
 
36810
+done
 
36811
+done
 
36812
+IFS=$as_save_IFS
 
36813
 
33082
36814
-# Is shlibpath searched before the hard-coded library search path?
33083
36815
-shlibpath_overrides_runpath=$shlibpath_overrides_runpath
33084
 
-
 
36816
+  test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
 
36817
+  ;;
 
36818
+esac
 
36819
+fi
 
36820
+GMSGFMT=$ac_cv_path_GMSGFMT
 
36821
+if test -n "$GMSGFMT"; then
 
36822
+  { echo "$as_me:$LINENO: result: $GMSGFMT" >&5
 
36823
+echo "${ECHO_T}$GMSGFMT" >&6; }
 
36824
+else
 
36825
+  { echo "$as_me:$LINENO: result: no" >&5
 
36826
+echo "${ECHO_T}no" >&6; }
 
36827
+fi
 
36828
 
33085
36829
-# How to hardcode a shared library path into an executable.
33086
36830
-hardcode_action=$hardcode_action_RC
33087
 
-
 
36831
 
33088
36832
-# Whether we should hardcode library paths into libraries.
33089
36833
-hardcode_into_libs=$hardcode_into_libs
33090
 
-
 
36834
+if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
 
36835
+    { { echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
 
36836
+echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;}
 
36837
+   { (exit 1); exit 1; }; }
 
36838
+fi
 
36839
+xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
 
36840
+mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
 
36841
+mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
 
36842
+if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
 
36843
+    { { echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
 
36844
+echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;}
 
36845
+   { (exit 1); exit 1; }; }
 
36846
+fi
 
36847
 
33091
36848
-# Flag to hardcode \$libdir into a binary during linking.
33092
36849
-# This must work even if \$libdir does not exist.
33093
36850
-hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_RC
33094
 
-
 
36851
+# Extract the first word of "perl", so it can be a program name with args.
 
36852
+set dummy perl; ac_word=$2
 
36853
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
36854
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
36855
+if test "${ac_cv_path_INTLTOOL_PERL+set}" = set; then
 
36856
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
36857
+else
 
36858
+  case $INTLTOOL_PERL in
 
36859
+  [\\/]* | ?:[\\/]*)
 
36860
+  ac_cv_path_INTLTOOL_PERL="$INTLTOOL_PERL" # Let the user override the test with a path.
 
36861
+  ;;
 
36862
+  *)
 
36863
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
36864
+for as_dir in $PATH
 
36865
+do
 
36866
+  IFS=$as_save_IFS
 
36867
+  test -z "$as_dir" && as_dir=.
 
36868
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
36869
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
36870
+    ac_cv_path_INTLTOOL_PERL="$as_dir/$ac_word$ac_exec_ext"
 
36871
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
36872
+    break 2
 
36873
+  fi
 
36874
+done
 
36875
+done
 
36876
+IFS=$as_save_IFS
 
36877
 
33095
36878
-# If ld is used when linking, flag to hardcode \$libdir into
33096
36879
-# a binary during linking. This must work even if \$libdir does
33097
36880
-# not exist.
33115
36898
-# Set to yes if building a shared library automatically hardcodes DIR into the library
33116
36899
-# and all subsequent libraries and executables linked against it.
33117
36900
-hardcode_automatic=$hardcode_automatic_RC
33118
 
-
 
36901
+  ;;
 
36902
+esac
 
36903
+fi
 
36904
+INTLTOOL_PERL=$ac_cv_path_INTLTOOL_PERL
 
36905
+if test -n "$INTLTOOL_PERL"; then
 
36906
+  { echo "$as_me:$LINENO: result: $INTLTOOL_PERL" >&5
 
36907
+echo "${ECHO_T}$INTLTOOL_PERL" >&6; }
 
36908
+else
 
36909
+  { echo "$as_me:$LINENO: result: no" >&5
 
36910
+echo "${ECHO_T}no" >&6; }
 
36911
+fi
 
36912
 
33119
36913
-# Variables whose values should be saved in libtool wrapper scripts and
33120
36914
-# restored at relink time.
33121
36915
-variables_saved_for_relink="$variables_saved_for_relink"
33122
 
-
 
36916
 
33123
36917
-# Whether libtool must link a program against all its dependency libraries.
33124
36918
-link_all_deplibs=$link_all_deplibs_RC
33125
 
-
 
36919
+if test -z "$INTLTOOL_PERL"; then
 
36920
+   { { echo "$as_me:$LINENO: error: perl not found; required for intltool" >&5
 
36921
+echo "$as_me: error: perl not found; required for intltool" >&2;}
 
36922
+   { (exit 1); exit 1; }; }
 
36923
+fi
 
36924
+if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then
 
36925
+   { { echo "$as_me:$LINENO: error: perl 5.x required for intltool" >&5
 
36926
+echo "$as_me: error: perl 5.x required for intltool" >&2;}
 
36927
+   { (exit 1); exit 1; }; }
 
36928
+fi
 
36929
+if test "x" != "xno-xml"; then
 
36930
+   { echo "$as_me:$LINENO: checking for XML::Parser" >&5
 
36931
+echo $ECHO_N "checking for XML::Parser... $ECHO_C" >&6; }
 
36932
+   if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
 
36933
+       { echo "$as_me:$LINENO: result: ok" >&5
 
36934
+echo "${ECHO_T}ok" >&6; }
 
36935
+   else
 
36936
+       { { echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5
 
36937
+echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;}
 
36938
+   { (exit 1); exit 1; }; }
 
36939
+   fi
 
36940
+fi
 
36941
 
33126
36942
-# Compile-time system search path for libraries
33127
36943
-sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
33128
 
+/* Override any GCC internal prototype to avoid an error.
33129
 
+   Use char because int might match the return type of a GCC
33130
 
+   builtin and then its argument prototype would still apply.  */
33131
 
+#ifdef __cplusplus
33132
 
+extern "C"
33133
 
+#endif
33134
 
+char XScreenSaverQueryInfo ();
33135
 
+int
33136
 
+main ()
33137
 
+{
33138
 
+return XScreenSaverQueryInfo ();
33139
 
+  ;
33140
 
+  return 0;
33141
 
+}
33142
 
+_ACEOF
33143
 
+rm -f conftest.$ac_objext conftest$ac_exeext
33144
 
+if { (ac_try="$ac_link"
33145
 
+case "(($ac_try" in
33146
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33147
 
+  *) ac_try_echo=$ac_try;;
33148
 
+esac
33149
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
33150
 
+$as_echo "$ac_try_echo") >&5
33151
 
+  (eval "$ac_link") 2>conftest.er1
33152
 
+  ac_status=$?
33153
 
+  grep -v '^ *+' conftest.er1 >conftest.err
33154
 
+  rm -f conftest.er1
33155
 
+  cat conftest.err >&5
33156
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
33157
 
+  (exit $ac_status); } && {
33158
 
+        test -z "$ac_c_werror_flag" ||
33159
 
+        test ! -s conftest.err
33160
 
+       } && test -s conftest$ac_exeext && {
33161
 
+        test "$cross_compiling" = yes ||
33162
 
+        $as_test_x conftest$ac_exeext
33163
 
+       }; then
33164
 
+  ac_cv_lib_Xext_XScreenSaverQueryInfo=yes
33165
 
+else
33166
 
+  $as_echo "$as_me: failed program was:" >&5
33167
 
+sed 's/^/| /' conftest.$ac_ext >&5
 
36944
+# Substitute ALL_LINGUAS so we can use it in po/Makefile
33168
36945
 
33169
36946
-# Run-time system search path for libraries
33170
36947
-sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
33171
 
+       ac_cv_lib_Xext_XScreenSaverQueryInfo=no
33172
 
+fi
33173
36948
 
33174
36949
-# Fix the shell variable \$srcfile for the compiler.
33175
36950
-fix_srcfile_path=$lt_fix_srcfile_path
33176
 
+rm -rf conftest.dSYM
33177
 
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33178
 
+      conftest$ac_exeext conftest.$ac_ext
33179
 
+LIBS=$ac_check_lib_save_LIBS
33180
 
+fi
33181
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XScreenSaverQueryInfo" >&5
33182
 
+$as_echo "$ac_cv_lib_Xext_XScreenSaverQueryInfo" >&6; }
33183
 
+if test "x$ac_cv_lib_Xext_XScreenSaverQueryInfo" = x""yes; then
 
36951
+# Set DATADIRNAME correctly if it is not set yet
 
36952
+# (copied from glib-gettext.m4)
 
36953
+if test -z "$DATADIRNAME"; then
 
36954
+  cat >conftest.$ac_ext <<_ACEOF
 
36955
+/* confdefs.h.  */
 
36956
+_ACEOF
 
36957
+cat confdefs.h >>conftest.$ac_ext
 
36958
+cat >>conftest.$ac_ext <<_ACEOF
 
36959
+/* end confdefs.h.  */
33184
36960
 
33185
36961
-# Set to yes if exported symbols are required.
33186
36962
-always_export_symbols=$always_export_symbols_RC
33187
 
+      TYPING_BREAK="typing-break"
33188
 
+      SCREENSAVER_LIBS="$X_PRE_LIBS $X_LIBS -lXext -lX11"
33189
 
+fi
 
36963
+int
 
36964
+main ()
 
36965
+{
 
36966
+extern int _nl_msg_cat_cntr;
 
36967
+                       return _nl_msg_cat_cntr
 
36968
+  ;
 
36969
+  return 0;
 
36970
+}
 
36971
+_ACEOF
 
36972
+rm -f conftest.$ac_objext conftest$ac_exeext
 
36973
+if { (ac_try="$ac_link"
 
36974
+case "(($ac_try" in
 
36975
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
36976
+  *) ac_try_echo=$ac_try;;
 
36977
+esac
 
36978
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
36979
+  (eval "$ac_link") 2>conftest.er1
 
36980
+  ac_status=$?
 
36981
+  grep -v '^ *+' conftest.er1 >conftest.err
 
36982
+  rm -f conftest.er1
 
36983
+  cat conftest.err >&5
 
36984
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
36985
+  (exit $ac_status); } && {
 
36986
+        test -z "$ac_c_werror_flag" ||
 
36987
+        test ! -s conftest.err
 
36988
+       } && test -s conftest$ac_exeext &&
 
36989
+       $as_test_x conftest$ac_exeext; then
 
36990
+  DATADIRNAME=share
 
36991
+else
 
36992
+  echo "$as_me: failed program was:" >&5
 
36993
+sed 's/^/| /' conftest.$ac_ext >&5
33190
36994
 
33191
36995
-# The commands to list exported symbols.
33192
36996
-export_symbols_cmds=$lt_export_symbols_cmds_RC
33193
 
+fi
 
36997
+       case $host in
 
36998
+    *-*-solaris*)
 
36999
+                        { echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
 
37000
+echo $ECHO_N "checking for bind_textdomain_codeset... $ECHO_C" >&6; }
 
37001
+if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
 
37002
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
37003
+else
 
37004
+  cat >conftest.$ac_ext <<_ACEOF
 
37005
+/* confdefs.h.  */
 
37006
+_ACEOF
 
37007
+cat confdefs.h >>conftest.$ac_ext
 
37008
+cat >>conftest.$ac_ext <<_ACEOF
 
37009
+/* end confdefs.h.  */
 
37010
+/* Define bind_textdomain_codeset to an innocuous variant, in case <limits.h> declares bind_textdomain_codeset.
 
37011
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
37012
+#define bind_textdomain_codeset innocuous_bind_textdomain_codeset
33194
37013
 
33195
37014
-# The commands to extract the exported symbol list from a shared archive.
33196
37015
-extract_expsyms_cmds=$lt_extract_expsyms_cmds
33197
 
+  LIBS=$save_LIBS
33198
 
+fi
 
37016
+/* System header to define __stub macros and hopefully few prototypes,
 
37017
+    which can conflict with char bind_textdomain_codeset (); below.
 
37018
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
37019
+    <limits.h> exists even on freestanding compilers.  */
33199
37020
 
33200
37021
-# Symbols that should not be listed in the preloaded symbols.
33201
37022
-exclude_expsyms=$lt_exclude_expsyms_RC
 
37023
+#ifdef __STDC__
 
37024
+# include <limits.h>
 
37025
+#else
 
37026
+# include <assert.h>
 
37027
+#endif
33202
37028
 
33203
37029
-# Symbols that must always be exported.
33204
37030
-include_expsyms=$lt_include_expsyms_RC
 
37031
+#undef bind_textdomain_codeset
33205
37032
 
33206
37033
-# ### END LIBTOOL TAG CONFIG: $tagname
 
37034
+/* Override any GCC internal prototype to avoid an error.
 
37035
+   Use char because int might match the return type of a GCC
 
37036
+   builtin and then its argument prototype would still apply.  */
 
37037
+#ifdef __cplusplus
 
37038
+extern "C"
 
37039
+#endif
 
37040
+char bind_textdomain_codeset ();
 
37041
+/* The GNU C library defines this for functions which it implements
 
37042
+    to always fail with ENOSYS.  Some functions are actually named
 
37043
+    something starting with __ and the normal name is an alias.  */
 
37044
+#if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset
 
37045
+choke me
 
37046
+#endif
33207
37047
 
33208
37048
-__EOF__
33209
 
 
33210
 
+pkg_failed=no
33211
 
+{ $as_echo "$as_me:$LINENO: checking for LIBCANBERRA_GTK" >&5
33212
 
+$as_echo_n "checking for LIBCANBERRA_GTK... " >&6; }
33213
 
 
33214
 
+if test -n "$PKG_CONFIG"; then
33215
 
+    if test -n "$LIBCANBERRA_GTK_CFLAGS"; then
33216
 
+        pkg_cv_LIBCANBERRA_GTK_CFLAGS="$LIBCANBERRA_GTK_CFLAGS"
33217
 
+    else
33218
 
+        if test -n "$PKG_CONFIG" && \
33219
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libcanberra-gtk\"") >&5
33220
 
+  ($PKG_CONFIG --exists --print-errors "libcanberra-gtk") 2>&5
 
37049
+int
 
37050
+main ()
 
37051
+{
 
37052
+return bind_textdomain_codeset ();
 
37053
+  ;
 
37054
+  return 0;
 
37055
+}
 
37056
+_ACEOF
 
37057
+rm -f conftest.$ac_objext conftest$ac_exeext
 
37058
+if { (ac_try="$ac_link"
 
37059
+case "(($ac_try" in
 
37060
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
37061
+  *) ac_try_echo=$ac_try;;
 
37062
+esac
 
37063
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
37064
+  (eval "$ac_link") 2>conftest.er1
33221
37065
+  ac_status=$?
33222
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
33223
 
+  (exit $ac_status); }; then
33224
 
+  pkg_cv_LIBCANBERRA_GTK_CFLAGS=`$PKG_CONFIG --cflags "libcanberra-gtk" 2>/dev/null`
 
37066
+  grep -v '^ *+' conftest.er1 >conftest.err
 
37067
+  rm -f conftest.er1
 
37068
+  cat conftest.err >&5
 
37069
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
37070
+  (exit $ac_status); } && {
 
37071
+        test -z "$ac_c_werror_flag" ||
 
37072
+        test ! -s conftest.err
 
37073
+       } && test -s conftest$ac_exeext &&
 
37074
+       $as_test_x conftest$ac_exeext; then
 
37075
+  ac_cv_func_bind_textdomain_codeset=yes
 
37076
+else
 
37077
+  echo "$as_me: failed program was:" >&5
 
37078
+sed 's/^/| /' conftest.$ac_ext >&5
 
37079
 
 
37080
+       ac_cv_func_bind_textdomain_codeset=no
 
37081
+fi
 
37082
 
 
37083
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
37084
+      conftest$ac_exeext conftest.$ac_ext
 
37085
+fi
 
37086
+{ echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
 
37087
+echo "${ECHO_T}$ac_cv_func_bind_textdomain_codeset" >&6; }
 
37088
+if test $ac_cv_func_bind_textdomain_codeset = yes; then
 
37089
+  DATADIRNAME=share
33225
37090
 else
33226
37091
-  # If there is no Makefile yet, we rely on a make rule to execute
33227
37092
-  # `config.status --recheck' to rerun these tests and create the
33230
37095
-  if test -f "$ltmain_in"; then
33231
37096
-    test -f Makefile && make "$ltmain"
33232
37097
-  fi
33233
 
+  pkg_failed=yes
 
37098
+  DATADIRNAME=lib
33234
37099
 fi
33235
 
-
33236
 
-
 
37100
 
 
37101
+    ;;
 
37102
+    *)
 
37103
+    DATADIRNAME=lib
 
37104
+    ;;
 
37105
+    esac
 
37106
+fi
 
37107
 
33237
37108
-ac_ext=c
33238
37109
-ac_cpp='$CPP $CPPFLAGS'
33239
37110
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
33250
37121
-   { (exit 1); exit 1; }; }
33251
37122
-       ;;
33252
37123
-      esac
33253
 
-
 
37124
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
37125
+      conftest$ac_exeext conftest.$ac_ext
 
37126
+fi
 
37127
 
33254
37128
-      # Append the new tag name to the list of available tags.
33255
37129
-      if test -n "$tagname" ; then
33256
37130
-      available_tags="$available_tags $tagname"
33257
 
     fi
33258
 
+else
33259
 
+       pkg_failed=untried
33260
 
+fi
33261
 
+if test -n "$PKG_CONFIG"; then
33262
 
+    if test -n "$LIBCANBERRA_GTK_LIBS"; then
33263
 
+        pkg_cv_LIBCANBERRA_GTK_LIBS="$LIBCANBERRA_GTK_LIBS"
33264
 
+    else
33265
 
+        if test -n "$PKG_CONFIG" && \
33266
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libcanberra-gtk\"") >&5
33267
 
+  ($PKG_CONFIG --exists --print-errors "libcanberra-gtk") 2>&5
33268
 
+  ac_status=$?
33269
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
33270
 
+  (exit $ac_status); }; then
33271
 
+  pkg_cv_LIBCANBERRA_GTK_LIBS=`$PKG_CONFIG --libs "libcanberra-gtk" 2>/dev/null`
33272
 
+else
33273
 
+  pkg_failed=yes
33274
 
+fi
33275
 
     fi
 
37131
-    fi
 
37132
-    fi
33276
37133
-  done
33277
37134
-  IFS="$lt_save_ifs"
33278
 
-
 
37135
 
33279
37136
-  # Now substitute the updated list of available tags.
33280
37137
-  if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
33281
37138
-    mv "${ofile}T" "$ofile"
33286
37143
-$as_echo "$as_me: error: unable to update list of available tagged configurations." >&2;}
33287
37144
-   { (exit 1); exit 1; }; }
33288
37145
-  fi
33289
 
+else
33290
 
+       pkg_failed=untried
33291
 
 fi
 
37146
-fi
33292
37147
 
33293
37148
 
33294
37149
 
33295
37150
-# This can be used to rebuild libtool when needed
33296
37151
-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
33297
 
-
 
37152
 
33298
37153
-# Always use our own libtool.
33299
37154
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
33300
 
-
 
37155
+GETTEXT_PACKAGE=gnome-control-center-2.0
 
37156
 
33301
37157
-# Prevent multiple expansion
33302
 
-
33303
 
-
33304
 
-
33305
 
-
33306
 
-
33307
 
-
33308
 
-
33309
 
-
33310
 
-
33311
 
-
33312
 
-
33313
 
-
33314
 
+if test $pkg_failed = yes; then
33315
 
 
33316
 
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
33317
 
+        _pkg_short_errors_supported=yes
33318
 
+else
33319
 
+        _pkg_short_errors_supported=no
33320
 
+fi
33321
 
+        if test $_pkg_short_errors_supported = yes; then
33322
 
+               LIBCANBERRA_GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libcanberra-gtk"`
33323
 
+        else
33324
 
+               LIBCANBERRA_GTK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libcanberra-gtk"`
33325
 
+        fi
33326
 
+       # Put the nasty error message in config.log where it belongs
33327
 
+       echo "$LIBCANBERRA_GTK_PKG_ERRORS" >&5
33328
 
 
33329
 
+       { $as_echo "$as_me:$LINENO: result: no" >&5
33330
 
+$as_echo "no" >&6; }
33331
 
+                :
33332
 
+elif test $pkg_failed = untried; then
33333
 
+       :
33334
 
+else
33335
 
+       LIBCANBERRA_GTK_CFLAGS=$pkg_cv_LIBCANBERRA_GTK_CFLAGS
33336
 
+       LIBCANBERRA_GTK_LIBS=$pkg_cv_LIBCANBERRA_GTK_LIBS
33337
 
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
33338
 
+$as_echo "yes" >&6; }
33339
 
 
33340
 
+  CANBERRA_GTK=1
33341
 
 
33342
 
 
33343
 
 
33344
 
+fi
33345
 
+ if test "x$CANBERRA_GTK" = "x1"; then
33346
 
+  HAVE_LIBCANBERRA_GTK_TRUE=
33347
 
+  HAVE_LIBCANBERRA_GTK_FALSE='#'
33348
 
+else
33349
 
+  HAVE_LIBCANBERRA_GTK_TRUE='#'
33350
 
+  HAVE_LIBCANBERRA_GTK_FALSE=
33351
 
+fi
33352
 
 
33353
 
 
33354
 
+ if test "x$TYPING_BREAK" = xtyping-break; then
33355
 
+  HAVE_TYPING_BREAK_TRUE=
33356
 
+  HAVE_TYPING_BREAK_FALSE='#'
33357
 
+else
33358
 
+  HAVE_TYPING_BREAK_TRUE='#'
33359
 
+  HAVE_TYPING_BREAK_FALSE=
33360
 
+fi
 
37158
 
 
37159
+cat >>confdefs.h <<_ACEOF
 
37160
+#define GETTEXT_PACKAGE "$GETTEXT_PACKAGE"
 
37161
+_ACEOF
 
37162
 
 
37163
 
 
37164
 
 
37165
 
 
37166
+for ac_header in locale.h
 
37167
+do
 
37168
+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
37169
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
37170
+  { echo "$as_me:$LINENO: checking for $ac_header" >&5
 
37171
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
37172
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
37173
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
37174
+fi
 
37175
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
37176
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
37177
+echo "${ECHO_T}$ac_res" >&6; }
 
37178
+else
 
37179
+  # Is the header compilable?
 
37180
+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
37181
+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
 
37182
+cat >conftest.$ac_ext <<_ACEOF
 
37183
+/* confdefs.h.  */
 
37184
+_ACEOF
 
37185
+cat confdefs.h >>conftest.$ac_ext
 
37186
+cat >>conftest.$ac_ext <<_ACEOF
 
37187
+/* end confdefs.h.  */
 
37188
+$ac_includes_default
 
37189
+#include <$ac_header>
 
37190
+_ACEOF
 
37191
+rm -f conftest.$ac_objext
 
37192
+if { (ac_try="$ac_compile"
 
37193
+case "(($ac_try" in
 
37194
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
37195
+  *) ac_try_echo=$ac_try;;
 
37196
+esac
 
37197
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
37198
+  (eval "$ac_compile") 2>conftest.er1
 
37199
+  ac_status=$?
 
37200
+  grep -v '^ *+' conftest.er1 >conftest.err
 
37201
+  rm -f conftest.er1
 
37202
+  cat conftest.err >&5
 
37203
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
37204
+  (exit $ac_status); } && {
 
37205
+        test -z "$ac_c_werror_flag" ||
 
37206
+        test ! -s conftest.err
 
37207
+       } && test -s conftest.$ac_objext; then
 
37208
+  ac_header_compiler=yes
 
37209
+else
 
37210
+  echo "$as_me: failed program was:" >&5
 
37211
+sed 's/^/| /' conftest.$ac_ext >&5
 
37212
 
 
37213
+       ac_header_compiler=no
 
37214
+fi
 
37215
 
 
37216
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
37217
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
37218
+echo "${ECHO_T}$ac_header_compiler" >&6; }
 
37219
 
 
37220
+# Is the header present?
 
37221
+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
37222
+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
 
37223
+cat >conftest.$ac_ext <<_ACEOF
 
37224
+/* confdefs.h.  */
 
37225
+_ACEOF
 
37226
+cat confdefs.h >>conftest.$ac_ext
 
37227
+cat >>conftest.$ac_ext <<_ACEOF
 
37228
+/* end confdefs.h.  */
 
37229
+#include <$ac_header>
 
37230
+_ACEOF
 
37231
+if { (ac_try="$ac_cpp conftest.$ac_ext"
 
37232
+case "(($ac_try" in
 
37233
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
37234
+  *) ac_try_echo=$ac_try;;
 
37235
+esac
 
37236
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
37237
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
37238
+  ac_status=$?
 
37239
+  grep -v '^ *+' conftest.er1 >conftest.err
 
37240
+  rm -f conftest.er1
 
37241
+  cat conftest.err >&5
 
37242
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
37243
+  (exit $ac_status); } >/dev/null && {
 
37244
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
37245
+        test ! -s conftest.err
 
37246
+       }; then
 
37247
+  ac_header_preproc=yes
 
37248
+else
 
37249
+  echo "$as_me: failed program was:" >&5
 
37250
+sed 's/^/| /' conftest.$ac_ext >&5
 
37251
 
 
37252
+  ac_header_preproc=no
 
37253
+fi
 
37254
 
 
37255
+rm -f conftest.err conftest.$ac_ext
 
37256
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
37257
+echo "${ECHO_T}$ac_header_preproc" >&6; }
 
37258
 
 
37259
+# So?  What about this header?
 
37260
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
37261
+  yes:no: )
 
37262
+    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
37263
+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
37264
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
37265
+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
37266
+    ac_header_preproc=yes
 
37267
+    ;;
 
37268
+  no:yes:* )
 
37269
+    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
37270
+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
37271
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
37272
+echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
37273
+    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
37274
+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
37275
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
37276
+echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
37277
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
37278
+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
37279
+    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
37280
+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
37281
+    ( cat <<\_ASBOX
 
37282
+## ----------------------------------------------------------------------------------- ##
 
37283
+## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center ##
 
37284
+## ----------------------------------------------------------------------------------- ##
 
37285
+_ASBOX
 
37286
+     ) | sed "s/^/$as_me: WARNING:     /" >&2
 
37287
+    ;;
 
37288
+esac
 
37289
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 
37290
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
37291
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
37292
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
37293
+else
 
37294
+  eval "$as_ac_Header=\$ac_header_preproc"
 
37295
+fi
 
37296
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
37297
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
37298
+echo "${ECHO_T}$ac_res" >&6; }
 
37299
 
 
37300
+fi
 
37301
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
37302
+  cat >>confdefs.h <<_ACEOF
 
37303
+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
37304
+_ACEOF
 
37305
 
 
37306
+fi
 
37307
 
 
37308
+done
 
37309
 
 
37310
+    if test $ac_cv_header_locale_h = yes; then
 
37311
+    { echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
 
37312
+echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6; }
 
37313
+if test "${am_cv_val_LC_MESSAGES+set}" = set; then
 
37314
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
37315
+else
 
37316
+  cat >conftest.$ac_ext <<_ACEOF
 
37317
+/* confdefs.h.  */
 
37318
+_ACEOF
 
37319
+cat confdefs.h >>conftest.$ac_ext
 
37320
+cat >>conftest.$ac_ext <<_ACEOF
 
37321
+/* end confdefs.h.  */
 
37322
+#include <locale.h>
 
37323
+int
 
37324
+main ()
 
37325
+{
 
37326
+return LC_MESSAGES
 
37327
+  ;
 
37328
+  return 0;
 
37329
+}
 
37330
+_ACEOF
 
37331
+rm -f conftest.$ac_objext conftest$ac_exeext
 
37332
+if { (ac_try="$ac_link"
 
37333
+case "(($ac_try" in
 
37334
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
37335
+  *) ac_try_echo=$ac_try;;
 
37336
+esac
 
37337
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
37338
+  (eval "$ac_link") 2>conftest.er1
 
37339
+  ac_status=$?
 
37340
+  grep -v '^ *+' conftest.er1 >conftest.err
 
37341
+  rm -f conftest.er1
 
37342
+  cat conftest.err >&5
 
37343
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
37344
+  (exit $ac_status); } && {
 
37345
+        test -z "$ac_c_werror_flag" ||
 
37346
+        test ! -s conftest.err
 
37347
+       } && test -s conftest$ac_exeext &&
 
37348
+       $as_test_x conftest$ac_exeext; then
 
37349
+  am_cv_val_LC_MESSAGES=yes
 
37350
+else
 
37351
+  echo "$as_me: failed program was:" >&5
 
37352
+sed 's/^/| /' conftest.$ac_ext >&5
 
37353
 
 
37354
+       am_cv_val_LC_MESSAGES=no
 
37355
+fi
 
37356
 
 
37357
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
37358
+      conftest$ac_exeext conftest.$ac_ext
 
37359
+fi
 
37360
+{ echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
 
37361
+echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6; }
 
37362
+    if test $am_cv_val_LC_MESSAGES = yes; then
 
37363
 
 
37364
+cat >>confdefs.h <<\_ACEOF
 
37365
+#define HAVE_LC_MESSAGES 1
 
37366
+_ACEOF
 
37367
 
 
37368
+    fi
 
37369
+  fi
 
37370
+     USE_NLS=yes
 
37371
 
33361
37372
 
33362
37373
-# Use the GNOME documentation framework
 
37374
+    gt_cv_have_gettext=no
33363
37375
 
33364
 
+savecppflags=$CPPFLAGS
33365
 
+CPPFLAGS="$CPPFLAGS $X_CFLAGS"
 
37376
+    CATOBJEXT=NONE
 
37377
+    XGETTEXT=:
 
37378
+    INTLLIBS=
33366
37379
 
33367
37380
-if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
33368
37381
-       if test -n "$ac_tool_prefix"; then
33371
37384
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
33372
37385
-$as_echo_n "checking for $ac_word... " >&6; }
33373
37386
-if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
33374
 
+for ac_header in X11/Xlib.h
33375
 
+do
33376
 
+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
33377
 
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
33378
 
+  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
33379
 
+$as_echo_n "checking for $ac_header... " >&6; }
33380
 
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
33381
 
   $as_echo_n "(cached) " >&6
 
37387
-  $as_echo_n "(cached) " >&6
 
37388
+    if test "${ac_cv_header_libintl_h+set}" = set; then
 
37389
+  { echo "$as_me:$LINENO: checking for libintl.h" >&5
 
37390
+echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6; }
 
37391
+if test "${ac_cv_header_libintl_h+set}" = set; then
 
37392
+  echo $ECHO_N "(cached) $ECHO_C" >&6
33382
37393
+fi
33383
 
+ac_res=`eval 'as_val=${'$as_ac_Header'}
33384
 
+                $as_echo "$as_val"'`
33385
 
+              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
33386
 
+$as_echo "$ac_res" >&6; }
 
37394
+{ echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
 
37395
+echo "${ECHO_T}$ac_cv_header_libintl_h" >&6; }
33387
37396
 else
33388
37397
-  case $PKG_CONFIG in
33389
37398
-  [\\/]* | ?:[\\/]*)
33407
37416
-
33408
37417
-  ;;
33409
37418
+  # Is the header compilable?
33410
 
+{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
33411
 
+$as_echo_n "checking $ac_header usability... " >&6; }
 
37419
+{ echo "$as_me:$LINENO: checking libintl.h usability" >&5
 
37420
+echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6; }
33412
37421
+cat >conftest.$ac_ext <<_ACEOF
33413
37422
+/* confdefs.h.  */
33414
37423
+_ACEOF
33416
37425
+cat >>conftest.$ac_ext <<_ACEOF
33417
37426
+/* end confdefs.h.  */
33418
37427
+$ac_includes_default
33419
 
+#include <$ac_header>
 
37428
+#include <libintl.h>
33420
37429
+_ACEOF
33421
37430
+rm -f conftest.$ac_objext
33422
37431
+if { (ac_try="$ac_compile"
33429
37438
-if test -n "$PKG_CONFIG"; then
33430
37439
-  { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
33431
37440
-$as_echo "$PKG_CONFIG" >&6; }
33432
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
33433
 
+$as_echo "$ac_try_echo") >&5
 
37441
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33434
37442
+  (eval "$ac_compile") 2>conftest.er1
33435
37443
+  ac_status=$?
33436
37444
+  grep -v '^ *+' conftest.er1 >conftest.err
33437
37445
+  rm -f conftest.er1
33438
37446
+  cat conftest.err >&5
33439
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
37447
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33440
37448
+  (exit $ac_status); } && {
33441
37449
+        test -z "$ac_c_werror_flag" ||
33442
37450
+        test ! -s conftest.err
33447
37455
-$as_echo "no" >&6; }
33448
37456
-fi
33449
37457
-
33450
 
+  $as_echo "$as_me: failed program was:" >&5
 
37458
+  echo "$as_me: failed program was:" >&5
33451
37459
+sed 's/^/| /' conftest.$ac_ext >&5
33452
37460
 
33453
37461
+       ac_header_compiler=no
33482
37490
-IFS=$as_save_IFS
33483
37491
 
33484
37492
-  ;;
33485
 
-esac
 
37493
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
37494
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
37495
+echo "${ECHO_T}$ac_header_compiler" >&6; }
 
37496
+
 
37497
+# Is the header present?
 
37498
+{ echo "$as_me:$LINENO: checking libintl.h presence" >&5
 
37499
+echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6; }
 
37500
+cat >conftest.$ac_ext <<_ACEOF
 
37501
+/* confdefs.h.  */
 
37502
+_ACEOF
 
37503
+cat confdefs.h >>conftest.$ac_ext
 
37504
+cat >>conftest.$ac_ext <<_ACEOF
 
37505
+/* end confdefs.h.  */
 
37506
+#include <libintl.h>
 
37507
+_ACEOF
 
37508
+if { (ac_try="$ac_cpp conftest.$ac_ext"
 
37509
+case "(($ac_try" in
 
37510
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
37511
+  *) ac_try_echo=$ac_try;;
 
37512
 esac
33486
37513
-fi
33487
37514
-ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
33488
37515
-if test -n "$ac_pt_PKG_CONFIG"; then
33489
37516
-  { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
33490
37517
-$as_echo "$ac_pt_PKG_CONFIG" >&6; }
33491
 
-else
 
37518
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
37519
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
37520
+  ac_status=$?
 
37521
+  grep -v '^ *+' conftest.er1 >conftest.err
 
37522
+  rm -f conftest.er1
 
37523
+  cat conftest.err >&5
 
37524
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
37525
+  (exit $ac_status); } >/dev/null && {
 
37526
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
37527
+        test ! -s conftest.err
 
37528
+       }; then
 
37529
+  ac_header_preproc=yes
 
37530
 else
33492
37531
-  { $as_echo "$as_me:$LINENO: result: no" >&5
33493
37532
-$as_echo "no" >&6; }
33494
 
-fi
33495
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33496
 
+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
33497
 
+$as_echo "$ac_header_compiler" >&6; }
 
37533
+  echo "$as_me: failed program was:" >&5
 
37534
+sed 's/^/| /' conftest.$ac_ext >&5
 
37535
+
 
37536
+  ac_header_preproc=no
 
37537
 fi
33498
37538
 
33499
37539
-  if test "x$ac_pt_PKG_CONFIG" = x; then
33500
37540
-    PKG_CONFIG=""
33501
37541
-  else
33502
37542
-    case $cross_compiling:$ac_tool_warned in
33503
37543
-yes:)
33504
 
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
33505
 
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
37544
-{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
37545
-whose name does not start with the host triplet.  If you think this
 
37546
-configuration is useful to you, please write to autoconf@gnu.org." >&5
 
37547
-$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
37548
-whose name does not start with the host triplet.  If you think this
 
37549
-configuration is useful to you, please write to autoconf@gnu.org." >&2;}
33506
37550
-ac_tool_warned=yes ;;
33507
 
+# Is the header present?
33508
 
+{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
33509
 
+$as_echo_n "checking $ac_header presence... " >&6; }
33510
 
+cat >conftest.$ac_ext <<_ACEOF
33511
 
+/* confdefs.h.  */
33512
 
+_ACEOF
33513
 
+cat confdefs.h >>conftest.$ac_ext
33514
 
+cat >>conftest.$ac_ext <<_ACEOF
33515
 
+/* end confdefs.h.  */
33516
 
+#include <$ac_header>
33517
 
+_ACEOF
33518
 
+if { (ac_try="$ac_cpp conftest.$ac_ext"
33519
 
+case "(($ac_try" in
33520
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33521
 
+  *) ac_try_echo=$ac_try;;
 
37551
+rm -f conftest.err conftest.$ac_ext
 
37552
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
37553
+echo "${ECHO_T}$ac_header_preproc" >&6; }
 
37554
+
 
37555
+# So?  What about this header?
 
37556
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
37557
+  yes:no: )
 
37558
+    { echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
 
37559
+echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
37560
+    { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5
 
37561
+echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}
 
37562
+    ac_header_preproc=yes
 
37563
+    ;;
 
37564
+  no:yes:* )
 
37565
+    { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
 
37566
+echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
 
37567
+    { echo "$as_me:$LINENO: WARNING: libintl.h:     check for missing prerequisite headers?" >&5
 
37568
+echo "$as_me: WARNING: libintl.h:     check for missing prerequisite headers?" >&2;}
 
37569
+    { echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5
 
37570
+echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}
 
37571
+    { echo "$as_me:$LINENO: WARNING: libintl.h:     section \"Present But Cannot Be Compiled\"" >&5
 
37572
+echo "$as_me: WARNING: libintl.h:     section \"Present But Cannot Be Compiled\"" >&2;}
 
37573
+    { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
 
37574
+echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
 
37575
+    { echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
 
37576
+echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
 
37577
+    ( cat <<\_ASBOX
 
37578
+## ----------------------------------------------------------------------------------- ##
 
37579
+## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center ##
 
37580
+## ----------------------------------------------------------------------------------- ##
 
37581
+_ASBOX
 
37582
+     ) | sed "s/^/$as_me: WARNING:     /" >&2
 
37583
+    ;;
33522
37584
 esac
33523
37585
-    PKG_CONFIG=$ac_pt_PKG_CONFIG
33524
37586
-  fi
33525
 
-else
 
37587
+{ echo "$as_me:$LINENO: checking for libintl.h" >&5
 
37588
+echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6; }
 
37589
+if test "${ac_cv_header_libintl_h+set}" = set; then
 
37590
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
37591
 else
33526
37592
-  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
33527
 
-fi
33528
 
-
33529
 
-fi
 
37593
+  ac_cv_header_libintl_h=$ac_header_preproc
 
37594
 fi
 
37595
+{ echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
 
37596
+echo "${ECHO_T}$ac_cv_header_libintl_h" >&6; }
 
37597
 
 
37598
 fi
33530
37599
-if test -n "$PKG_CONFIG"; then
33531
37600
-       _pkg_min_version=0.9.0
33532
37601
-       { $as_echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
33539
37608
-$as_echo "no" >&6; }
33540
37609
-               PKG_CONFIG=""
33541
37610
-       fi
33542
 
-
 
37611
+if test $ac_cv_header_libintl_h = yes; then
 
37612
+  gt_cv_func_dgettext_libintl="no"
 
37613
+      libintl_extra_libs=""
 
37614
 
33543
37615
-fi
33544
 
-
 
37616
+      #
 
37617
+      # First check in libc
 
37618
+      #
 
37619
+      { echo "$as_me:$LINENO: checking for ngettext in libc" >&5
 
37620
+echo $ECHO_N "checking for ngettext in libc... $ECHO_C" >&6; }
 
37621
+if test "${gt_cv_func_ngettext_libc+set}" = set; then
 
37622
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
37623
+else
 
37624
+  cat >conftest.$ac_ext <<_ACEOF
 
37625
+/* confdefs.h.  */
 
37626
+_ACEOF
 
37627
+cat confdefs.h >>conftest.$ac_ext
 
37628
+cat >>conftest.$ac_ext <<_ACEOF
 
37629
+/* end confdefs.h.  */
 
37630
 
33545
37631
-gdu_cv_version_required=0.3.2
33546
 
-
 
37632
+#include <libintl.h>
 
37633
 
33547
37634
-if test -n "$PKG_CONFIG" && \
33548
37635
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-doc-utils >= \$gdu_cv_version_required\"") >&5
33549
37636
-  ($PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $gdu_cv_version_required") 2>&5
33550
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
33551
 
+$as_echo "$ac_try_echo") >&5
33552
 
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
37637
+int
 
37638
+main ()
 
37639
+{
 
37640
+return !ngettext ("","", 1)
 
37641
+  ;
 
37642
+  return 0;
 
37643
+}
 
37644
+_ACEOF
 
37645
+rm -f conftest.$ac_objext conftest$ac_exeext
 
37646
+if { (ac_try="$ac_link"
 
37647
+case "(($ac_try" in
 
37648
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
37649
+  *) ac_try_echo=$ac_try;;
 
37650
+esac
 
37651
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
37652
+  (eval "$ac_link") 2>conftest.er1
33553
37653
   ac_status=$?
33554
 
+  grep -v '^ *+' conftest.er1 >conftest.err
33555
 
+  rm -f conftest.er1
33556
 
+  cat conftest.err >&5
33557
 
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
37654
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
33558
37655
-  (exit $ac_status); }; then
33559
37656
-  gdu_cv_have_gdu=yes
33560
 
+  (exit $ac_status); } >/dev/null && {
33561
 
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
37657
+  grep -v '^ *+' conftest.er1 >conftest.err
 
37658
+  rm -f conftest.er1
 
37659
+  cat conftest.err >&5
 
37660
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
37661
+  (exit $ac_status); } && {
 
37662
+        test -z "$ac_c_werror_flag" ||
33562
37663
+        test ! -s conftest.err
33563
 
+       }; then
33564
 
+  ac_header_preproc=yes
 
37664
+       } && test -s conftest$ac_exeext &&
 
37665
+       $as_test_x conftest$ac_exeext; then
 
37666
+  gt_cv_func_ngettext_libc=yes
33565
37667
 else
33566
37668
-  gdu_cv_have_gdu=no
33567
37669
-fi
33568
 
+  $as_echo "$as_me: failed program was:" >&5
 
37670
+  echo "$as_me: failed program was:" >&5
33569
37671
+sed 's/^/| /' conftest.$ac_ext >&5
33570
37672
 
33571
37673
-if test "$gdu_cv_have_gdu" = "yes"; then
33574
37676
-       { { $as_echo "$as_me:$LINENO: error: gnome-doc-utils >= $gdu_cv_version_required not found" >&5
33575
37677
-$as_echo "$as_me: error: gnome-doc-utils >= $gdu_cv_version_required not found" >&2;}
33576
37678
-   { (exit 1); exit 1; }; }
33577
 
+  ac_header_preproc=no
 
37679
+       gt_cv_func_ngettext_libc=no
33578
37680
 fi
33579
37681
 
33580
 
+rm -f conftest.err conftest.$ac_ext
33581
 
+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
33582
 
+$as_echo "$ac_header_preproc" >&6; }
 
37682
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
37683
+      conftest$ac_exeext conftest.$ac_ext
33583
37684
 
33584
37685
-
33585
37686
-# Check whether --with-help-dir was given.
33586
37687
-if test "${with_help_dir+set}" = set; then
33587
37688
-  withval=$with_help_dir;
33588
 
+# So?  What about this header?
33589
 
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
33590
 
+  yes:no: )
33591
 
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
33592
 
+$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
33593
 
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
33594
 
+$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
33595
 
+    ac_header_preproc=yes
33596
 
+    ;;
33597
 
+  no:yes:* )
33598
 
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
33599
 
+$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
33600
 
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
33601
 
+$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
33602
 
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
33603
 
+$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
33604
 
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
33605
 
+$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
33606
 
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
33607
 
+$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
33608
 
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
33609
 
+$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
33610
 
+    ( cat <<\_ASBOX
33611
 
+## ----------------------------------------------------------------------------------- ##
33612
 
+## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center ##
33613
 
+## ----------------------------------------------------------------------------------- ##
33614
 
+_ASBOX
33615
 
+     ) | sed "s/^/$as_me: WARNING:     /" >&2
33616
 
+    ;;
33617
 
+esac
33618
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
33619
 
+$as_echo_n "checking for $ac_header... " >&6; }
33620
 
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
33621
 
+  $as_echo_n "(cached) " >&6
33622
 
 else
 
37689
-else
33623
37690
-  with_help_dir='${datadir}/gnome/help'
33624
 
+  eval "$as_ac_Header=\$ac_header_preproc"
33625
37691
 fi
33626
 
+ac_res=`eval 'as_val=${'$as_ac_Header'}
33627
 
+                $as_echo "$as_val"'`
33628
 
+              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
33629
 
+$as_echo "$ac_res" >&6; }
 
37692
+{ echo "$as_me:$LINENO: result: $gt_cv_func_ngettext_libc" >&5
 
37693
+echo "${ECHO_T}$gt_cv_func_ngettext_libc" >&6; }
33630
37694
 
33631
37695
-HELP_DIR="$with_help_dir"
33632
37696
-
33633
 
-
33634
 
-
 
37697
+      if test "$gt_cv_func_ngettext_libc" = "yes" ; then
 
37698
+             { echo "$as_me:$LINENO: checking for dgettext in libc" >&5
 
37699
+echo $ECHO_N "checking for dgettext in libc... $ECHO_C" >&6; }
 
37700
+if test "${gt_cv_func_dgettext_libc+set}" = set; then
 
37701
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
37702
+else
 
37703
+  cat >conftest.$ac_ext <<_ACEOF
 
37704
+/* confdefs.h.  */
 
37705
+_ACEOF
 
37706
+cat confdefs.h >>conftest.$ac_ext
 
37707
+cat >>conftest.$ac_ext <<_ACEOF
 
37708
+/* end confdefs.h.  */
 
37709
 
 
37710
+#include <libintl.h>
 
37711
 
33635
37712
-# Check whether --with-omf-dir was given.
33636
37713
-if test "${with_omf_dir+set}" = set; then
33637
37714
-  withval=$with_omf_dir;
33638
 
-else
 
37715
+int
 
37716
+main ()
 
37717
+{
 
37718
+return !dgettext ("","")
 
37719
+  ;
 
37720
+  return 0;
 
37721
+}
 
37722
+_ACEOF
 
37723
+rm -f conftest.$ac_objext conftest$ac_exeext
 
37724
+if { (ac_try="$ac_link"
 
37725
+case "(($ac_try" in
 
37726
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
37727
+  *) ac_try_echo=$ac_try;;
 
37728
+esac
 
37729
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
37730
+  (eval "$ac_link") 2>conftest.er1
 
37731
+  ac_status=$?
 
37732
+  grep -v '^ *+' conftest.er1 >conftest.err
 
37733
+  rm -f conftest.er1
 
37734
+  cat conftest.err >&5
 
37735
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
37736
+  (exit $ac_status); } && {
 
37737
+        test -z "$ac_c_werror_flag" ||
 
37738
+        test ! -s conftest.err
 
37739
+       } && test -s conftest$ac_exeext &&
 
37740
+       $as_test_x conftest$ac_exeext; then
 
37741
+  gt_cv_func_dgettext_libc=yes
 
37742
 else
33639
37743
-  with_omf_dir='${datadir}/omf'
33640
 
 fi
33641
 
+as_val=`eval 'as_val=${'$as_ac_Header'}
33642
 
+                $as_echo "$as_val"'`
33643
 
+   if test "x$as_val" = x""yes; then
33644
 
+  cat >>confdefs.h <<_ACEOF
33645
 
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
33646
 
+_ACEOF
33647
 
 
 
37744
-fi
 
37745
-
33648
37746
-OMF_DIR="$with_omf_dir"
33649
 
-
33650
 
-
33651
 
-
 
37747
+  echo "$as_me: failed program was:" >&5
 
37748
+sed 's/^/| /' conftest.$ac_ext >&5
 
37749
 
 
37750
+       gt_cv_func_dgettext_libc=no
 
37751
+fi
 
37752
 
 
37753
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
37754
+      conftest$ac_exeext conftest.$ac_ext
 
37755
 
33652
37756
-# Check whether --with-help-formats was given.
33653
37757
-if test "${with_help_formats+set}" = set; then
33654
37758
-  withval=$with_help_formats;
33655
37759
-else
33656
37760
-  with_help_formats=''
33657
37761
 fi
 
37762
+{ echo "$as_me:$LINENO: result: $gt_cv_func_dgettext_libc" >&5
 
37763
+echo "${ECHO_T}$gt_cv_func_dgettext_libc" >&6; }
 
37764
+      fi
33658
37765
 
33659
37766
-DOC_USER_FORMATS="$with_help_formats"
33660
37767
-
33661
 
+done
 
37768
+      if test "$gt_cv_func_ngettext_libc" = "yes" ; then
33662
37769
 
33663
37770
-# Check whether --enable-scrollkeeper was given.
33664
37771
-if test "${enable_scrollkeeper+set}" = set; then
33665
37772
-  enableval=$enable_scrollkeeper;
33666
 
+{ $as_echo "$as_me:$LINENO: checking for XF86MiscQueryExtension in -lXxf86misc" >&5
33667
 
+$as_echo_n "checking for XF86MiscQueryExtension in -lXxf86misc... " >&6; }
33668
 
+if test "${ac_cv_lib_Xxf86misc_XF86MiscQueryExtension+set}" = set; then
33669
 
+  $as_echo_n "(cached) " >&6
 
37773
+for ac_func in bind_textdomain_codeset
 
37774
+do
 
37775
+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
37776
+{ echo "$as_me:$LINENO: checking for $ac_func" >&5
 
37777
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
 
37778
+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
37779
+  echo $ECHO_N "(cached) $ECHO_C" >&6
33670
37780
 else
33671
37781
-  enable_scrollkeeper=yes
33672
37782
-fi
33673
 
-
 
37783
+  cat >conftest.$ac_ext <<_ACEOF
 
37784
+/* confdefs.h.  */
 
37785
+_ACEOF
 
37786
+cat confdefs.h >>conftest.$ac_ext
 
37787
+cat >>conftest.$ac_ext <<_ACEOF
 
37788
+/* end confdefs.h.  */
 
37789
+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
 
37790
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
37791
+#define $ac_func innocuous_$ac_func
 
37792
 
33674
37793
- if test "$gdu_cv_have_gdu" = "yes" -a "$enable_scrollkeeper" = "yes"; then
33675
37794
-  ENABLE_SK_TRUE=
33676
37795
-  ENABLE_SK_FALSE='#'
33678
37797
-  ENABLE_SK_TRUE='#'
33679
37798
-  ENABLE_SK_FALSE=
33680
37799
-fi
33681
 
-
33682
 
-
 
37800
+/* System header to define __stub macros and hopefully few prototypes,
 
37801
+    which can conflict with char $ac_func (); below.
 
37802
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
37803
+    <limits.h> exists even on freestanding compilers.  */
 
37804
 
 
37805
+#ifdef __STDC__
 
37806
+# include <limits.h>
 
37807
+#else
 
37808
+# include <assert.h>
 
37809
+#endif
 
37810
 
33683
37811
-DISTCHECK_CONFIGURE_FLAGS="--disable-scrollkeeper $DISTCHECK_CONFIGURE_FLAGS"
33684
 
-
33685
 
+  ac_check_lib_save_LIBS=$LIBS
33686
 
+LIBS="-lXxf86misc  $LIBS"
33687
 
+cat >conftest.$ac_ext <<_ACEOF
33688
 
+/* confdefs.h.  */
33689
 
+_ACEOF
33690
 
+cat confdefs.h >>conftest.$ac_ext
33691
 
+cat >>conftest.$ac_ext <<_ACEOF
33692
 
+/* end confdefs.h.  */
 
37812
+#undef $ac_func
 
37813
 
 
37814
+/* Override any GCC internal prototype to avoid an error.
 
37815
+   Use char because int might match the return type of a GCC
 
37816
+   builtin and then its argument prototype would still apply.  */
 
37817
+#ifdef __cplusplus
 
37818
+extern "C"
 
37819
+#endif
 
37820
+char $ac_func ();
 
37821
+/* The GNU C library defines this for functions which it implements
 
37822
+    to always fail with ENOSYS.  Some functions are actually named
 
37823
+    something starting with __ and the normal name is an alias.  */
 
37824
+#if defined __stub_$ac_func || defined __stub___$ac_func
 
37825
+choke me
 
37826
+#endif
33693
37827
 
33694
37828
- if test "$gdu_cv_have_gdu" = "yes"; then
33695
37829
-  HAVE_GNOME_DOC_UTILS_TRUE=
33696
37830
-  HAVE_GNOME_DOC_UTILS_FALSE='#'
33697
 
+/* Override any GCC internal prototype to avoid an error.
33698
 
+   Use char because int might match the return type of a GCC
33699
 
+   builtin and then its argument prototype would still apply.  */
33700
 
+#ifdef __cplusplus
33701
 
+extern "C"
33702
 
+#endif
33703
 
+char XF86MiscQueryExtension ();
33704
37831
+int
33705
37832
+main ()
33706
37833
+{
33707
 
+return XF86MiscQueryExtension ();
 
37834
+return $ac_func ();
33708
37835
+  ;
33709
37836
+  return 0;
33710
37837
+}
33715
37842
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33716
37843
+  *) ac_try_echo=$ac_try;;
33717
37844
+esac
33718
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
33719
 
+$as_echo "$ac_try_echo") >&5
 
37845
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
33720
37846
+  (eval "$ac_link") 2>conftest.er1
33721
37847
+  ac_status=$?
33722
37848
+  grep -v '^ *+' conftest.er1 >conftest.err
33723
37849
+  rm -f conftest.er1
33724
37850
+  cat conftest.err >&5
33725
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
37851
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33726
37852
+  (exit $ac_status); } && {
33727
37853
+        test -z "$ac_c_werror_flag" ||
33728
37854
+        test ! -s conftest.err
33729
 
+       } && test -s conftest$ac_exeext && {
33730
 
+        test "$cross_compiling" = yes ||
33731
 
+        $as_test_x conftest$ac_exeext
33732
 
+       }; then
33733
 
+  ac_cv_lib_Xxf86misc_XF86MiscQueryExtension=yes
 
37855
+       } && test -s conftest$ac_exeext &&
 
37856
+       $as_test_x conftest$ac_exeext; then
 
37857
+  eval "$as_ac_var=yes"
33734
37858
 else
33735
37859
-  HAVE_GNOME_DOC_UTILS_TRUE='#'
33736
37860
-  HAVE_GNOME_DOC_UTILS_FALSE=
33738
37862
-
33739
37863
-
33740
37864
-
33741
 
+  $as_echo "$as_me: failed program was:" >&5
 
37865
+  echo "$as_me: failed program was:" >&5
33742
37866
+sed 's/^/| /' conftest.$ac_ext >&5
33743
37867
 
33744
37868
-if test "x$GCC" = "xyes"; then
33746
37870
-  *[\ \        ]-Wall[\ \      ]*) ;;
33747
37871
-  *) CFLAGS="$CFLAGS -Wall" ;;
33748
37872
-  esac
33749
 
+       ac_cv_lib_Xxf86misc_XF86MiscQueryExtension=no
 
37873
+       eval "$as_ac_var=no"
33750
37874
 fi
33751
37875
 
33752
37876
-# Internationalization support
33759
37883
-  enableval=$enable_nls; USE_NLS=$enableval
33760
37884
-else
33761
37885
-  USE_NLS=yes
33762
 
+rm -rf conftest.dSYM
33763
37886
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
33764
37887
+      conftest$ac_exeext conftest.$ac_ext
33765
 
+LIBS=$ac_check_lib_save_LIBS
33766
37888
 fi
33767
 
-
 
37889
+ac_res=`eval echo '${'$as_ac_var'}'`
 
37890
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
37891
+echo "${ECHO_T}$ac_res" >&6; }
 
37892
+if test `eval echo '${'$as_ac_var'}'` = yes; then
 
37893
+  cat >>confdefs.h <<_ACEOF
 
37894
+#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
37895
+_ACEOF
 
37896
 
33768
37897
-  { $as_echo "$as_me:$LINENO: result: $USE_NLS" >&5
33769
37898
-$as_echo "$USE_NLS" >&6; }
33770
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xxf86misc_XF86MiscQueryExtension" >&5
33771
 
+$as_echo "$ac_cv_lib_Xxf86misc_XF86MiscQueryExtension" >&6; }
33772
 
+if test "x$ac_cv_lib_Xxf86misc_XF86MiscQueryExtension" = x""yes; then
33773
 
 
33774
 
 
33775
 
+for ac_header in X11/extensions/xf86misc.h
33776
 
+do
33777
 
+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
33778
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
33779
 
+$as_echo_n "checking for $ac_header... " >&6; }
33780
 
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
33781
 
+  $as_echo_n "(cached) " >&6
 
37899
+fi
 
37900
+done
 
37901
 
 
37902
+      fi
 
37903
 
 
37904
+      #
 
37905
+      # If we don't have everything we want, check in libintl
 
37906
+      #
 
37907
+      if test "$gt_cv_func_dgettext_libc" != "yes" \
 
37908
+        || test "$gt_cv_func_ngettext_libc" != "yes" \
 
37909
+         || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then
 
37910
 
 
37911
+        { echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
 
37912
+echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&6; }
 
37913
+if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
 
37914
+  echo $ECHO_N "(cached) $ECHO_C" >&6
33782
37915
+else
33783
 
+  cat >conftest.$ac_ext <<_ACEOF
 
37916
+  ac_check_lib_save_LIBS=$LIBS
 
37917
+LIBS="-lintl  $LIBS"
 
37918
+cat >conftest.$ac_ext <<_ACEOF
33784
37919
+/* confdefs.h.  */
33785
37920
+_ACEOF
33786
37921
+cat confdefs.h >>conftest.$ac_ext
33787
37922
+cat >>conftest.$ac_ext <<_ACEOF
33788
37923
+/* end confdefs.h.  */
33789
 
+#if HAVE_X11_XLIB_H
33790
 
+#include <X11/Xlib.h>
33791
 
+#endif
33792
 
 
33793
37924
 
33794
37925
-case "$am__api_version" in
33795
37926
-    1.01234)
33799
37930
-    ;;
33800
37931
-    *)
33801
37932
-    ;;
33802
 
+#include <$ac_header>
 
37933
+/* Override any GCC internal prototype to avoid an error.
 
37934
+   Use char because int might match the return type of a GCC
 
37935
+   builtin and then its argument prototype would still apply.  */
 
37936
+#ifdef __cplusplus
 
37937
+extern "C"
 
37938
+#endif
 
37939
+char bindtextdomain ();
 
37940
+int
 
37941
+main ()
 
37942
+{
 
37943
+return bindtextdomain ();
 
37944
+  ;
 
37945
+  return 0;
 
37946
+}
33803
37947
+_ACEOF
33804
 
+rm -f conftest.$ac_objext
33805
 
+if { (ac_try="$ac_compile"
 
37948
+rm -f conftest.$ac_objext conftest$ac_exeext
 
37949
+if { (ac_try="$ac_link"
33806
37950
+case "(($ac_try" in
33807
37951
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33808
37952
+  *) ac_try_echo=$ac_try;;
33809
37953
 esac
33810
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
33811
 
+$as_echo "$ac_try_echo") >&5
33812
 
+  (eval "$ac_compile") 2>conftest.er1
 
37954
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
37955
+  (eval "$ac_link") 2>conftest.er1
33813
37956
+  ac_status=$?
33814
37957
+  grep -v '^ *+' conftest.er1 >conftest.err
33815
37958
+  rm -f conftest.er1
33816
37959
+  cat conftest.err >&5
33817
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
37960
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
33818
37961
+  (exit $ac_status); } && {
33819
37962
+        test -z "$ac_c_werror_flag" ||
33820
37963
+        test ! -s conftest.err
33821
 
+       } && test -s conftest.$ac_objext; then
33822
 
+  eval "$as_ac_Header=yes"
 
37964
+       } && test -s conftest$ac_exeext &&
 
37965
+       $as_test_x conftest$ac_exeext; then
 
37966
+  ac_cv_lib_intl_bindtextdomain=yes
33823
37967
+else
33824
 
+  $as_echo "$as_me: failed program was:" >&5
 
37968
+  echo "$as_me: failed program was:" >&5
33825
37969
+sed 's/^/| /' conftest.$ac_ext >&5
33826
37970
 
33827
37971
-if test -n "0.37.1"; then
33838
37982
-       { { $as_echo "$as_me:$LINENO: error: Your intltool is too old.  You need intltool 0.37.1 or later." >&5
33839
37983
-$as_echo "$as_me: error: Your intltool is too old.  You need intltool 0.37.1 or later." >&2;}
33840
37984
-   { (exit 1); exit 1; }; }
33841
 
+       eval "$as_ac_Header=no"
 
37985
+       ac_cv_lib_intl_bindtextdomain=no
33842
37986
 fi
33843
37987
 
33844
37988
-# Extract the first word of "intltool-update", so it can be a program name with args.
33847
37991
-$as_echo_n "checking for $ac_word... " >&6; }
33848
37992
-if test "${ac_cv_path_INTLTOOL_UPDATE+set}" = set; then
33849
37993
-  $as_echo_n "(cached) " >&6
33850
 
-else
 
37994
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
37995
+      conftest$ac_exeext conftest.$ac_ext
 
37996
+LIBS=$ac_check_lib_save_LIBS
 
37997
+fi
 
37998
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
 
37999
+echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6; }
 
38000
+if test $ac_cv_lib_intl_bindtextdomain = yes; then
 
38001
+  { echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
 
38002
+echo $ECHO_N "checking for ngettext in -lintl... $ECHO_C" >&6; }
 
38003
+if test "${ac_cv_lib_intl_ngettext+set}" = set; then
 
38004
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
38005
 else
33851
38006
-  case $INTLTOOL_UPDATE in
33852
38007
-  [\\/]* | ?:[\\/]*)
33853
38008
-  ac_cv_path_INTLTOOL_UPDATE="$INTLTOOL_UPDATE" # Let the user override the test with a path.
33867
38022
-done
33868
38023
-done
33869
38024
-IFS=$as_save_IFS
33870
 
-
 
38025
+  ac_check_lib_save_LIBS=$LIBS
 
38026
+LIBS="-lintl  $LIBS"
 
38027
+cat >conftest.$ac_ext <<_ACEOF
 
38028
+/* confdefs.h.  */
 
38029
+_ACEOF
 
38030
+cat confdefs.h >>conftest.$ac_ext
 
38031
+cat >>conftest.$ac_ext <<_ACEOF
 
38032
+/* end confdefs.h.  */
 
38033
 
33871
38034
-  ;;
33872
 
-esac
33873
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
33874
 
 fi
 
38035
+/* Override any GCC internal prototype to avoid an error.
 
38036
+   Use char because int might match the return type of a GCC
 
38037
+   builtin and then its argument prototype would still apply.  */
 
38038
+#ifdef __cplusplus
 
38039
+extern "C"
 
38040
+#endif
 
38041
+char ngettext ();
 
38042
+int
 
38043
+main ()
 
38044
+{
 
38045
+return ngettext ();
 
38046
+  ;
 
38047
+  return 0;
 
38048
+}
 
38049
+_ACEOF
 
38050
+rm -f conftest.$ac_objext conftest$ac_exeext
 
38051
+if { (ac_try="$ac_link"
 
38052
+case "(($ac_try" in
 
38053
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
38054
+  *) ac_try_echo=$ac_try;;
 
38055
 esac
 
38056
-fi
33875
38057
-INTLTOOL_UPDATE=$ac_cv_path_INTLTOOL_UPDATE
33876
38058
-if test -n "$INTLTOOL_UPDATE"; then
33877
38059
-  { $as_echo "$as_me:$LINENO: result: $INTLTOOL_UPDATE" >&5
33878
38060
-$as_echo "$INTLTOOL_UPDATE" >&6; }
33879
 
-else
 
38061
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
38062
+  (eval "$ac_link") 2>conftest.er1
 
38063
+  ac_status=$?
 
38064
+  grep -v '^ *+' conftest.er1 >conftest.err
 
38065
+  rm -f conftest.er1
 
38066
+  cat conftest.err >&5
 
38067
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
38068
+  (exit $ac_status); } && {
 
38069
+        test -z "$ac_c_werror_flag" ||
 
38070
+        test ! -s conftest.err
 
38071
+       } && test -s conftest$ac_exeext &&
 
38072
+       $as_test_x conftest$ac_exeext; then
 
38073
+  ac_cv_lib_intl_ngettext=yes
 
38074
 else
33880
38075
-  { $as_echo "$as_me:$LINENO: result: no" >&5
33881
38076
-$as_echo "no" >&6; }
33882
 
+ac_res=`eval 'as_val=${'$as_ac_Header'}
33883
 
+                $as_echo "$as_val"'`
33884
 
+              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
33885
 
+$as_echo "$ac_res" >&6; }
33886
 
+as_val=`eval 'as_val=${'$as_ac_Header'}
33887
 
+                $as_echo "$as_val"'`
33888
 
+   if test "x$as_val" = x""yes; then
33889
 
+  cat >>confdefs.h <<_ACEOF
33890
 
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
33891
 
+_ACEOF
33892
 
+ XF86MISC_LIBS="-lXxf86misc"
33893
 
 fi
33894
 
 
33895
 
-
 
38077
-fi
 
38078
+  echo "$as_me: failed program was:" >&5
 
38079
+sed 's/^/| /' conftest.$ac_ext >&5
 
38080
 
 
38081
+       ac_cv_lib_intl_ngettext=no
 
38082
+fi
 
38083
 
33896
38084
-# Extract the first word of "intltool-merge", so it can be a program name with args.
33897
38085
-set dummy intltool-merge; ac_word=$2
33898
38086
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
33899
38087
-$as_echo_n "checking for $ac_word... " >&6; }
33900
38088
-if test "${ac_cv_path_INTLTOOL_MERGE+set}" = set; then
33901
38089
-  $as_echo_n "(cached) " >&6
33902
 
-else
 
38090
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
38091
+      conftest$ac_exeext conftest.$ac_ext
 
38092
+LIBS=$ac_check_lib_save_LIBS
 
38093
+fi
 
38094
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
 
38095
+echo "${ECHO_T}$ac_cv_lib_intl_ngettext" >&6; }
 
38096
+if test $ac_cv_lib_intl_ngettext = yes; then
 
38097
+  { echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5
 
38098
+echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6; }
 
38099
+if test "${ac_cv_lib_intl_dgettext+set}" = set; then
 
38100
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
38101
 else
33903
38102
-  case $INTLTOOL_MERGE in
33904
38103
-  [\\/]* | ?:[\\/]*)
33905
38104
-  ac_cv_path_INTLTOOL_MERGE="$INTLTOOL_MERGE" # Let the user override the test with a path.
33916
38115
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
33917
38116
-    break 2
33918
38117
-  fi
33919
 
 done
 
38118
-done
33920
38119
-done
33921
38120
-IFS=$as_save_IFS
 
38121
+  ac_check_lib_save_LIBS=$LIBS
 
38122
+LIBS="-lintl  $LIBS"
 
38123
+cat >conftest.$ac_ext <<_ACEOF
 
38124
+/* confdefs.h.  */
 
38125
+_ACEOF
 
38126
+cat confdefs.h >>conftest.$ac_ext
 
38127
+cat >>conftest.$ac_ext <<_ACEOF
 
38128
+/* end confdefs.h.  */
33922
38129
 
33923
38130
-  ;;
33924
 
-esac
 
38131
+/* Override any GCC internal prototype to avoid an error.
 
38132
+   Use char because int might match the return type of a GCC
 
38133
+   builtin and then its argument prototype would still apply.  */
 
38134
+#ifdef __cplusplus
 
38135
+extern "C"
 
38136
+#endif
 
38137
+char dgettext ();
 
38138
+int
 
38139
+main ()
 
38140
+{
 
38141
+return dgettext ();
 
38142
+  ;
 
38143
+  return 0;
 
38144
+}
 
38145
+_ACEOF
 
38146
+rm -f conftest.$ac_objext conftest$ac_exeext
 
38147
+if { (ac_try="$ac_link"
 
38148
+case "(($ac_try" in
 
38149
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
38150
+  *) ac_try_echo=$ac_try;;
 
38151
 esac
33925
38152
-fi
33926
38153
-INTLTOOL_MERGE=$ac_cv_path_INTLTOOL_MERGE
33927
38154
-if test -n "$INTLTOOL_MERGE"; then
33928
38155
-  { $as_echo "$as_me:$LINENO: result: $INTLTOOL_MERGE" >&5
33929
38156
-$as_echo "$INTLTOOL_MERGE" >&6; }
33930
 
-else
 
38157
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
38158
+  (eval "$ac_link") 2>conftest.er1
 
38159
+  ac_status=$?
 
38160
+  grep -v '^ *+' conftest.er1 >conftest.err
 
38161
+  rm -f conftest.er1
 
38162
+  cat conftest.err >&5
 
38163
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
38164
+  (exit $ac_status); } && {
 
38165
+        test -z "$ac_c_werror_flag" ||
 
38166
+        test ! -s conftest.err
 
38167
+       } && test -s conftest$ac_exeext &&
 
38168
+       $as_test_x conftest$ac_exeext; then
 
38169
+  ac_cv_lib_intl_dgettext=yes
 
38170
 else
33931
38171
-  { $as_echo "$as_me:$LINENO: result: no" >&5
33932
38172
-$as_echo "no" >&6; }
33933
 
 fi
33934
 
 
 
38173
-fi
 
38174
-
 
38175
+  echo "$as_me: failed program was:" >&5
 
38176
+sed 's/^/| /' conftest.$ac_ext >&5
33935
38177
 
33936
38178
-# Extract the first word of "intltool-extract", so it can be a program name with args.
33937
38179
-set dummy intltool-extract; ac_word=$2
33938
38180
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
33939
38181
-$as_echo_n "checking for $ac_word... " >&6; }
33940
38182
-if test "${ac_cv_path_INTLTOOL_EXTRACT+set}" = set; then
33941
 
+
33942
 
+for ac_header in X11/extensions/XKB.h
33943
 
+do
33944
 
+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
33945
 
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
33946
 
+  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
33947
 
+$as_echo_n "checking for $ac_header... " >&6; }
33948
 
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
33949
 
   $as_echo_n "(cached) " >&6
33950
 
+fi
33951
 
+ac_res=`eval 'as_val=${'$as_ac_Header'}
33952
 
+                $as_echo "$as_val"'`
33953
 
+              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
33954
 
+$as_echo "$ac_res" >&6; }
33955
 
 else
 
38183
-  $as_echo_n "(cached) " >&6
 
38184
-else
33956
38185
-  case $INTLTOOL_EXTRACT in
33957
38186
-  [\\/]* | ?:[\\/]*)
33958
38187
-  ac_cv_path_INTLTOOL_EXTRACT="$INTLTOOL_EXTRACT" # Let the user override the test with a path.
33972
38201
-done
33973
38202
-done
33974
38203
-IFS=$as_save_IFS
33975
 
-
 
38204
+       ac_cv_lib_intl_dgettext=no
 
38205
+fi
 
38206
 
33976
38207
-  ;;
33977
 
+  # Is the header compilable?
33978
 
+{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
33979
 
+$as_echo_n "checking $ac_header usability... " >&6; }
33980
 
+cat >conftest.$ac_ext <<_ACEOF
33981
 
+/* confdefs.h.  */
33982
 
+_ACEOF
33983
 
+cat confdefs.h >>conftest.$ac_ext
33984
 
+cat >>conftest.$ac_ext <<_ACEOF
33985
 
+/* end confdefs.h.  */
33986
 
+$ac_includes_default
33987
 
+#include <$ac_header>
33988
 
+_ACEOF
33989
 
+rm -f conftest.$ac_objext
33990
 
+if { (ac_try="$ac_compile"
33991
 
+case "(($ac_try" in
33992
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
33993
 
+  *) ac_try_echo=$ac_try;;
33994
 
 esac
33995
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
33996
 
+$as_echo "$ac_try_echo") >&5
33997
 
+  (eval "$ac_compile") 2>conftest.er1
33998
 
+  ac_status=$?
33999
 
+  grep -v '^ *+' conftest.er1 >conftest.err
34000
 
+  rm -f conftest.er1
34001
 
+  cat conftest.err >&5
34002
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
34003
 
+  (exit $ac_status); } && {
34004
 
+        test -z "$ac_c_werror_flag" ||
34005
 
+        test ! -s conftest.err
34006
 
+       } && test -s conftest.$ac_objext; then
34007
 
+  ac_header_compiler=yes
34008
 
+else
34009
 
+  $as_echo "$as_me: failed program was:" >&5
34010
 
+sed 's/^/| /' conftest.$ac_ext >&5
34011
 
+
34012
 
+       ac_header_compiler=no
 
38208
-esac
 
38209
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
38210
+      conftest$ac_exeext conftest.$ac_ext
 
38211
+LIBS=$ac_check_lib_save_LIBS
34013
38212
 fi
34014
38213
-INTLTOOL_EXTRACT=$ac_cv_path_INTLTOOL_EXTRACT
34015
38214
-if test -n "$INTLTOOL_EXTRACT"; then
34016
38215
-  { $as_echo "$as_me:$LINENO: result: $INTLTOOL_EXTRACT" >&5
34017
38216
-$as_echo "$INTLTOOL_EXTRACT" >&6; }
34018
 
+
34019
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34020
 
+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
34021
 
+$as_echo "$ac_header_compiler" >&6; }
34022
 
+
34023
 
+# Is the header present?
34024
 
+{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
34025
 
+$as_echo_n "checking $ac_header presence... " >&6; }
34026
 
+cat >conftest.$ac_ext <<_ACEOF
34027
 
+/* confdefs.h.  */
34028
 
+_ACEOF
34029
 
+cat confdefs.h >>conftest.$ac_ext
34030
 
+cat >>conftest.$ac_ext <<_ACEOF
34031
 
+/* end confdefs.h.  */
34032
 
+#include <$ac_header>
34033
 
+_ACEOF
34034
 
+if { (ac_try="$ac_cpp conftest.$ac_ext"
34035
 
+case "(($ac_try" in
34036
 
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34037
 
+  *) ac_try_echo=$ac_try;;
34038
 
+esac
34039
 
+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
34040
 
+$as_echo "$ac_try_echo") >&5
34041
 
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
34042
 
+  ac_status=$?
34043
 
+  grep -v '^ *+' conftest.er1 >conftest.err
34044
 
+  rm -f conftest.er1
34045
 
+  cat conftest.err >&5
34046
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
34047
 
+  (exit $ac_status); } >/dev/null && {
34048
 
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
34049
 
+        test ! -s conftest.err
34050
 
+       }; then
34051
 
+  ac_header_preproc=yes
34052
 
 else
 
38217
-else
34053
38218
-  { $as_echo "$as_me:$LINENO: result: no" >&5
34054
38219
-$as_echo "no" >&6; }
34055
 
+  $as_echo "$as_me: failed program was:" >&5
34056
 
+sed 's/^/| /' conftest.$ac_ext >&5
34057
 
+
34058
 
+  ac_header_preproc=no
 
38220
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5
 
38221
+echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6; }
 
38222
+if test $ac_cv_lib_intl_dgettext = yes; then
 
38223
+  gt_cv_func_dgettext_libintl=yes
34059
38224
 fi
34060
38225
 
34061
 
+rm -f conftest.err conftest.$ac_ext
34062
 
+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
34063
 
+$as_echo "$ac_header_preproc" >&6; }
34064
 
 
 
38226
-
34065
38227
-if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then
34066
38228
-    { { $as_echo "$as_me:$LINENO: error: The intltool scripts were not found. Please install intltool." >&5
34067
38229
-$as_echo "$as_me: error: The intltool scripts were not found. Please install intltool." >&2;}
34068
38230
-   { (exit 1); exit 1; }; }
34069
 
+# So?  What about this header?
34070
 
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
34071
 
+  yes:no: )
34072
 
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
34073
 
+$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
34074
 
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
34075
 
+$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
34076
 
+    ac_header_preproc=yes
34077
 
+    ;;
34078
 
+  no:yes:* )
34079
 
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
34080
 
+$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
34081
 
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
34082
 
+$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
34083
 
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
34084
 
+$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
34085
 
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
34086
 
+$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
34087
 
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
34088
 
+$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
34089
 
+    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
34090
 
+$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
34091
 
+    ( cat <<\_ASBOX
34092
 
+## ----------------------------------------------------------------------------------- ##
34093
 
+## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center ##
34094
 
+## ----------------------------------------------------------------------------------- ##
34095
 
+_ASBOX
34096
 
+     ) | sed "s/^/$as_me: WARNING:     /" >&2
34097
 
+    ;;
34098
 
+esac
34099
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
34100
 
+$as_echo_n "checking for $ac_header... " >&6; }
34101
 
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
34102
 
+  $as_echo_n "(cached) " >&6
34103
 
+else
34104
 
+  eval "$as_ac_Header=\$ac_header_preproc"
34105
38231
 fi
34106
 
+ac_res=`eval 'as_val=${'$as_ac_Header'}
34107
 
+                $as_echo "$as_val"'`
34108
 
+              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
34109
 
+$as_echo "$ac_res" >&6; }
34110
38232
 
34111
38233
-  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 $< $@'
34112
38234
-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 $< $@'
34127
38249
-    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 $< $@'
34128
38250
-    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 $< $@'
34129
38251
-   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 $< $@'
34130
 
+fi
34131
 
+as_val=`eval 'as_val=${'$as_ac_Header'}
34132
 
+                $as_echo "$as_val"'`
34133
 
+   if test "x$as_val" = x""yes; then
34134
 
+  cat >>confdefs.h <<_ACEOF
34135
 
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
34136
 
+_ACEOF
34137
 
 
34138
 
+fi
34139
 
 
34140
 
+done
34141
 
 
34142
 
+CPPFLAGS=$savecppflags
34143
 
 
34144
 
 
34145
 
+ENABLE_DYNAMIC_LIBSLAB=0
34146
 
+ if test "x$ENABLE_DYNAMIC_LIBSLAB" = "x1"; then
34147
 
+  ENABLE_DYNAMIC_LIBSLAB_TRUE=
34148
 
+  ENABLE_DYNAMIC_LIBSLAB_FALSE='#'
34149
 
+else
34150
 
+  ENABLE_DYNAMIC_LIBSLAB_TRUE='#'
34151
 
+  ENABLE_DYNAMIC_LIBSLAB_FALSE=
34152
 
+fi
34153
 
 
34154
 
 
34155
 
+COMMON_MODULES="gtk+-2.0 >= 2.13.1  glib-2.0 >= 2.17.4  gio-2.0  gconf-2.0  libglade-2.0 >= 2.0.0  gnome-desktop-2.0 >= 2.25.1"
34156
 
 
34157
 
+pkg_failed=no
34158
 
+{ $as_echo "$as_me:$LINENO: checking for LIBSLAB" >&5
34159
 
+$as_echo_n "checking for LIBSLAB... " >&6; }
34160
 
 
34161
 
+if test -n "$PKG_CONFIG"; then
34162
 
+    if test -n "$LIBSLAB_CFLAGS"; then
34163
 
+        pkg_cv_LIBSLAB_CFLAGS="$LIBSLAB_CFLAGS"
34164
 
+    else
34165
 
+        if test -n "$PKG_CONFIG" && \
34166
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0\"") >&5
34167
 
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0") 2>&5
34168
 
+  ac_status=$?
34169
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
34170
 
+  (exit $ac_status); }; then
34171
 
+  pkg_cv_LIBSLAB_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0" 2>/dev/null`
34172
 
+else
34173
 
+  pkg_failed=yes
34174
 
+fi
34175
 
+    fi
34176
 
+else
34177
 
+       pkg_failed=untried
34178
 
+fi
34179
 
+if test -n "$PKG_CONFIG"; then
34180
 
+    if test -n "$LIBSLAB_LIBS"; then
34181
 
+        pkg_cv_LIBSLAB_LIBS="$LIBSLAB_LIBS"
34182
 
+    else
34183
 
+        if test -n "$PKG_CONFIG" && \
34184
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0\"") >&5
34185
 
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0") 2>&5
34186
 
+  ac_status=$?
34187
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
34188
 
+  (exit $ac_status); }; then
34189
 
+  pkg_cv_LIBSLAB_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0" 2>/dev/null`
34190
 
+else
34191
 
+  pkg_failed=yes
34192
 
+fi
34193
 
+    fi
34194
 
+else
34195
 
+       pkg_failed=untried
34196
 
+fi
34197
 
 
34198
 
 
34199
 
 
34200
 
+if test $pkg_failed = yes; then
34201
 
 
34202
 
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34203
 
+        _pkg_short_errors_supported=yes
34204
 
+else
34205
 
+        _pkg_short_errors_supported=no
34206
 
+fi
34207
 
+        if test $_pkg_short_errors_supported = yes; then
34208
 
+               LIBSLAB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0"`
34209
 
+        else
34210
 
+               LIBSLAB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0"`
34211
 
+        fi
34212
 
+       # Put the nasty error message in config.log where it belongs
34213
 
+       echo "$LIBSLAB_PKG_ERRORS" >&5
34214
 
 
34215
 
+       { { $as_echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0) were not met:
34216
 
 
34217
 
+$LIBSLAB_PKG_ERRORS
34218
 
 
34219
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
34220
 
+installed software in a non-standard prefix.
34221
 
 
34222
 
+Alternatively, you may set the environment variables LIBSLAB_CFLAGS
34223
 
+and LIBSLAB_LIBS to avoid the need to call pkg-config.
34224
 
+See the pkg-config man page for more details.
34225
 
+" >&5
34226
 
+$as_echo "$as_me: error: Package requirements ($COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0) were not met:
34227
 
 
34228
 
+$LIBSLAB_PKG_ERRORS
34229
 
 
34230
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
34231
 
+installed software in a non-standard prefix.
34232
 
 
34233
 
+Alternatively, you may set the environment variables LIBSLAB_CFLAGS
34234
 
+and LIBSLAB_LIBS to avoid the need to call pkg-config.
34235
 
+See the pkg-config man page for more details.
34236
 
+" >&2;}
34237
 
+   { (exit 1); exit 1; }; }
34238
 
+elif test $pkg_failed = untried; then
34239
 
+       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
34240
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
34241
 
+{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
34242
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
34243
 
+path to pkg-config.
 
38252
-
 
38253
-
 
38254
-
 
38255
-
 
38256
-
 
38257
-
 
38258
-
 
38259
-
 
38260
-
 
38261
-
 
38262
-
 
38263
-
 
38264
-
 
38265
-
 
38266
-
 
38267
-
 
38268
-
 
38269
-
 
38270
-
 
38271
+fi
 
38272
 
34244
38273
 
34245
38274
-# Check the gettext tools to make sure they are GNU
34246
38275
-# Extract the first word of "xgettext", so it can be a program name with args.
34249
38278
-$as_echo_n "checking for $ac_word... " >&6; }
34250
38279
-if test "${ac_cv_path_XGETTEXT+set}" = set; then
34251
38280
-  $as_echo_n "(cached) " >&6
34252
 
-else
 
38281
+       if test "$gt_cv_func_dgettext_libintl" != "yes" ; then
 
38282
+         { echo "$as_me:$LINENO: checking if -liconv is needed to use gettext" >&5
 
38283
+echo $ECHO_N "checking if -liconv is needed to use gettext... $ECHO_C" >&6; }
 
38284
+         { echo "$as_me:$LINENO: result: " >&5
 
38285
+echo "${ECHO_T}" >&6; }
 
38286
+         { echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
 
38287
+echo $ECHO_N "checking for ngettext in -lintl... $ECHO_C" >&6; }
 
38288
+if test "${ac_cv_lib_intl_ngettext+set}" = set; then
 
38289
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
38290
 else
34253
38291
-  case $XGETTEXT in
34254
38292
-  [\\/]* | ?:[\\/]*)
34255
38293
-  ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
34269
38307
-done
34270
38308
-done
34271
38309
-IFS=$as_save_IFS
34272
 
+Alternatively, you may set the environment variables LIBSLAB_CFLAGS
34273
 
+and LIBSLAB_LIBS to avoid the need to call pkg-config.
34274
 
+See the pkg-config man page for more details.
 
38310
+  ac_check_lib_save_LIBS=$LIBS
 
38311
+LIBS="-lintl -liconv $LIBS"
 
38312
+cat >conftest.$ac_ext <<_ACEOF
 
38313
+/* confdefs.h.  */
 
38314
+_ACEOF
 
38315
+cat confdefs.h >>conftest.$ac_ext
 
38316
+cat >>conftest.$ac_ext <<_ACEOF
 
38317
+/* end confdefs.h.  */
34275
38318
 
34276
38319
-  ;;
34277
 
-esac
 
38320
+/* Override any GCC internal prototype to avoid an error.
 
38321
+   Use char because int might match the return type of a GCC
 
38322
+   builtin and then its argument prototype would still apply.  */
 
38323
+#ifdef __cplusplus
 
38324
+extern "C"
 
38325
+#endif
 
38326
+char ngettext ();
 
38327
+int
 
38328
+main ()
 
38329
+{
 
38330
+return ngettext ();
 
38331
+  ;
 
38332
+  return 0;
 
38333
+}
 
38334
+_ACEOF
 
38335
+rm -f conftest.$ac_objext conftest$ac_exeext
 
38336
+if { (ac_try="$ac_link"
 
38337
+case "(($ac_try" in
 
38338
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
38339
+  *) ac_try_echo=$ac_try;;
 
38340
 esac
34278
38341
-fi
34279
38342
-XGETTEXT=$ac_cv_path_XGETTEXT
34280
38343
-if test -n "$XGETTEXT"; then
34281
38344
-  { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5
34282
38345
-$as_echo "$XGETTEXT" >&6; }
34283
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
34284
 
+See \`config.log' for more details." >&5
34285
 
+$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
34286
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
34287
 
+path to pkg-config.
34288
 
+
34289
 
+Alternatively, you may set the environment variables LIBSLAB_CFLAGS
34290
 
+and LIBSLAB_LIBS to avoid the need to call pkg-config.
34291
 
+See the pkg-config man page for more details.
34292
 
+
34293
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
34294
 
+See \`config.log' for more details." >&2;}
34295
 
+   { (exit 1); exit 1; }; }; }
 
38346
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
38347
+  (eval "$ac_link") 2>conftest.er1
 
38348
+  ac_status=$?
 
38349
+  grep -v '^ *+' conftest.er1 >conftest.err
 
38350
+  rm -f conftest.er1
 
38351
+  cat conftest.err >&5
 
38352
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
38353
+  (exit $ac_status); } && {
 
38354
+        test -z "$ac_c_werror_flag" ||
 
38355
+        test ! -s conftest.err
 
38356
+       } && test -s conftest$ac_exeext &&
 
38357
+       $as_test_x conftest$ac_exeext; then
 
38358
+  ac_cv_lib_intl_ngettext=yes
34296
38359
 else
34297
38360
-  { $as_echo "$as_me:$LINENO: result: no" >&5
34298
38361
-$as_echo "no" >&6; }
34299
 
+       LIBSLAB_CFLAGS=$pkg_cv_LIBSLAB_CFLAGS
34300
 
+       LIBSLAB_LIBS=$pkg_cv_LIBSLAB_LIBS
34301
 
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
34302
 
+$as_echo "yes" >&6; }
34303
 
+       :
34304
 
 fi
 
38362
-fi
 
38363
+  echo "$as_me: failed program was:" >&5
 
38364
+sed 's/^/| /' conftest.$ac_ext >&5
34305
38365
 
34306
 
+pkg_failed=no
34307
 
+{ $as_echo "$as_me:$LINENO: checking for CAPPLET" >&5
34308
 
+$as_echo_n "checking for CAPPLET... " >&6; }
 
38366
+       ac_cv_lib_intl_ngettext=no
 
38367
+fi
34309
38368
 
34310
38369
-# Extract the first word of "msgmerge", so it can be a program name with args.
34311
38370
-set dummy msgmerge; ac_word=$2
34313
38372
-$as_echo_n "checking for $ac_word... " >&6; }
34314
38373
-if test "${ac_cv_path_MSGMERGE+set}" = set; then
34315
38374
-  $as_echo_n "(cached) " >&6
34316
 
+if test -n "$PKG_CONFIG"; then
34317
 
+    if test -n "$CAPPLET_CFLAGS"; then
34318
 
+        pkg_cv_CAPPLET_CFLAGS="$CAPPLET_CFLAGS"
34319
 
+    else
34320
 
+        if test -n "$PKG_CONFIG" && \
34321
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES\"") >&5
34322
 
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES") 2>&5
34323
 
+  ac_status=$?
34324
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
34325
 
+  (exit $ac_status); }; then
34326
 
+  pkg_cv_CAPPLET_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES" 2>/dev/null`
 
38375
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
38376
+      conftest$ac_exeext conftest.$ac_ext
 
38377
+LIBS=$ac_check_lib_save_LIBS
 
38378
+fi
 
38379
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
 
38380
+echo "${ECHO_T}$ac_cv_lib_intl_ngettext" >&6; }
 
38381
+if test $ac_cv_lib_intl_ngettext = yes; then
 
38382
+  { echo "$as_me:$LINENO: checking for dcgettext in -lintl" >&5
 
38383
+echo $ECHO_N "checking for dcgettext in -lintl... $ECHO_C" >&6; }
 
38384
+if test "${ac_cv_lib_intl_dcgettext+set}" = set; then
 
38385
+  echo $ECHO_N "(cached) $ECHO_C" >&6
34327
38386
 else
34328
38387
-  case $MSGMERGE in
34329
38388
-  [\\/]* | ?:[\\/]*)
34344
38403
-done
34345
38404
-done
34346
38405
-IFS=$as_save_IFS
34347
 
-
 
38406
+  ac_check_lib_save_LIBS=$LIBS
 
38407
+LIBS="-lintl -liconv $LIBS"
 
38408
+cat >conftest.$ac_ext <<_ACEOF
 
38409
+/* confdefs.h.  */
 
38410
+_ACEOF
 
38411
+cat confdefs.h >>conftest.$ac_ext
 
38412
+cat >>conftest.$ac_ext <<_ACEOF
 
38413
+/* end confdefs.h.  */
 
38414
 
34348
38415
-  ;;
34349
 
-esac
34350
 
+  pkg_failed=yes
34351
 
 fi
 
38416
+/* Override any GCC internal prototype to avoid an error.
 
38417
+   Use char because int might match the return type of a GCC
 
38418
+   builtin and then its argument prototype would still apply.  */
 
38419
+#ifdef __cplusplus
 
38420
+extern "C"
 
38421
+#endif
 
38422
+char dcgettext ();
 
38423
+int
 
38424
+main ()
 
38425
+{
 
38426
+return dcgettext ();
 
38427
+  ;
 
38428
+  return 0;
 
38429
+}
 
38430
+_ACEOF
 
38431
+rm -f conftest.$ac_objext conftest$ac_exeext
 
38432
+if { (ac_try="$ac_link"
 
38433
+case "(($ac_try" in
 
38434
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
38435
+  *) ac_try_echo=$ac_try;;
 
38436
 esac
 
38437
-fi
34352
38438
-MSGMERGE=$ac_cv_path_MSGMERGE
34353
38439
-if test -n "$MSGMERGE"; then
34354
38440
-  { $as_echo "$as_me:$LINENO: result: $MSGMERGE" >&5
34355
38441
-$as_echo "$MSGMERGE" >&6; }
34356
 
+    fi
 
38442
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
38443
+  (eval "$ac_link") 2>conftest.er1
 
38444
+  ac_status=$?
 
38445
+  grep -v '^ *+' conftest.er1 >conftest.err
 
38446
+  rm -f conftest.er1
 
38447
+  cat conftest.err >&5
 
38448
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
38449
+  (exit $ac_status); } && {
 
38450
+        test -z "$ac_c_werror_flag" ||
 
38451
+        test ! -s conftest.err
 
38452
+       } && test -s conftest$ac_exeext &&
 
38453
+       $as_test_x conftest$ac_exeext; then
 
38454
+  ac_cv_lib_intl_dcgettext=yes
34357
38455
 else
34358
38456
-  { $as_echo "$as_me:$LINENO: result: no" >&5
34359
38457
-$as_echo "no" >&6; }
34360
 
+       pkg_failed=untried
34361
 
 fi
34362
 
-
34363
 
-
 
38458
-fi
 
38459
+  echo "$as_me: failed program was:" >&5
 
38460
+sed 's/^/| /' conftest.$ac_ext >&5
 
38461
 
 
38462
+       ac_cv_lib_intl_dcgettext=no
 
38463
+fi
 
38464
 
34364
38465
-# Extract the first word of "msgfmt", so it can be a program name with args.
34365
38466
-set dummy msgfmt; ac_word=$2
34366
38467
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
34367
38468
-$as_echo_n "checking for $ac_word... " >&6; }
34368
38469
-if test "${ac_cv_path_MSGFMT+set}" = set; then
34369
38470
-  $as_echo_n "(cached) " >&6
34370
 
+if test -n "$PKG_CONFIG"; then
34371
 
+    if test -n "$CAPPLET_LIBS"; then
34372
 
+        pkg_cv_CAPPLET_LIBS="$CAPPLET_LIBS"
34373
 
+    else
34374
 
+        if test -n "$PKG_CONFIG" && \
34375
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES\"") >&5
34376
 
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES") 2>&5
34377
 
+  ac_status=$?
34378
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
34379
 
+  (exit $ac_status); }; then
34380
 
+  pkg_cv_CAPPLET_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES" 2>/dev/null`
 
38471
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
38472
+      conftest$ac_exeext conftest.$ac_ext
 
38473
+LIBS=$ac_check_lib_save_LIBS
 
38474
+fi
 
38475
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dcgettext" >&5
 
38476
+echo "${ECHO_T}$ac_cv_lib_intl_dcgettext" >&6; }
 
38477
+if test $ac_cv_lib_intl_dcgettext = yes; then
 
38478
+  gt_cv_func_dgettext_libintl=yes
 
38479
+                       libintl_extra_libs=-liconv
34381
38480
 else
34382
38481
-  case $MSGFMT in
34383
38482
-  [\\/]* | ?:[\\/]*)
34401
38500
-
34402
38501
-  ;;
34403
38502
-esac
34404
 
+  pkg_failed=yes
 
38503
+  :
34405
38504
 fi
34406
38505
-MSGFMT=$ac_cv_path_MSGFMT
34407
38506
-if test -n "$MSGFMT"; then
34408
38507
-  { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5
34409
38508
-$as_echo "$MSGFMT" >&6; }
34410
 
+    fi
 
38509
+
34411
38510
 else
34412
38511
-  { $as_echo "$as_me:$LINENO: result: no" >&5
34413
38512
-$as_echo "no" >&6; }
34414
 
+       pkg_failed=untried
 
38513
+  :
34415
38514
 fi
34416
38515
 
 
38516
+        fi
34417
38517
 
34418
38518
-# Extract the first word of "gmsgfmt", so it can be a program name with args.
34419
38519
-set dummy gmsgfmt; ac_word=$2
34441
38541
-done
34442
38542
-done
34443
38543
-IFS=$as_save_IFS
 
38544
+        #
 
38545
+        # If we found libintl, then check in it for bind_textdomain_codeset();
 
38546
+        # we'll prefer libc if neither have bind_textdomain_codeset(),
 
38547
+        # and both have dgettext and ngettext
 
38548
+        #
 
38549
+        if test "$gt_cv_func_dgettext_libintl" = "yes" ; then
 
38550
+          glib_save_LIBS="$LIBS"
 
38551
+          LIBS="$LIBS -lintl $libintl_extra_libs"
 
38552
+          unset ac_cv_func_bind_textdomain_codeset
34444
38553
 
34445
38554
-  test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
34446
38555
-  ;;
34450
38559
-if test -n "$GMSGFMT"; then
34451
38560
-  { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5
34452
38561
-$as_echo "$GMSGFMT" >&6; }
34453
 
+if test $pkg_failed = yes; then
34454
 
+
34455
 
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34456
 
+        _pkg_short_errors_supported=yes
 
38562
+for ac_func in bind_textdomain_codeset
 
38563
+do
 
38564
+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
38565
+{ echo "$as_me:$LINENO: checking for $ac_func" >&5
 
38566
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
 
38567
+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
38568
+  echo $ECHO_N "(cached) $ECHO_C" >&6
34457
38569
 else
34458
38570
-  { $as_echo "$as_me:$LINENO: result: no" >&5
34459
38571
-$as_echo "no" >&6; }
34460
 
+        _pkg_short_errors_supported=no
34461
 
 fi
34462
 
+        if test $_pkg_short_errors_supported = yes; then
34463
 
+               CAPPLET_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$COMMON_MODULES"`
34464
 
+        else
34465
 
+               CAPPLET_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$COMMON_MODULES"`
34466
 
+        fi
34467
 
+       # Put the nasty error message in config.log where it belongs
34468
 
+       echo "$CAPPLET_PKG_ERRORS" >&5
 
38572
-fi
 
38573
+  cat >conftest.$ac_ext <<_ACEOF
 
38574
+/* confdefs.h.  */
 
38575
+_ACEOF
 
38576
+cat confdefs.h >>conftest.$ac_ext
 
38577
+cat >>conftest.$ac_ext <<_ACEOF
 
38578
+/* end confdefs.h.  */
 
38579
+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
 
38580
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
38581
+#define $ac_func innocuous_$ac_func
 
38582
+
 
38583
+/* System header to define __stub macros and hopefully few prototypes,
 
38584
+    which can conflict with char $ac_func (); below.
 
38585
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
38586
+    <limits.h> exists even on freestanding compilers.  */
34469
38587
 
34470
 
+       { { $as_echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES) were not met:
 
38588
+#ifdef __STDC__
 
38589
+# include <limits.h>
 
38590
+#else
 
38591
+# include <assert.h>
 
38592
+#endif
34471
38593
 
34472
38594
-if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
34473
38595
-    { { $as_echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
34482
38604
-$as_echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;}
34483
38605
-   { (exit 1); exit 1; }; }
34484
38606
-fi
34485
 
+$CAPPLET_PKG_ERRORS
 
38607
+#undef $ac_func
34486
38608
 
34487
38609
-# Extract the first word of "perl", so it can be a program name with args.
34488
38610
-set dummy perl; ac_word=$2
34510
38632
-done
34511
38633
-done
34512
38634
-IFS=$as_save_IFS
34513
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
34514
 
+installed software in a non-standard prefix.
 
38635
+/* Override any GCC internal prototype to avoid an error.
 
38636
+   Use char because int might match the return type of a GCC
 
38637
+   builtin and then its argument prototype would still apply.  */
 
38638
+#ifdef __cplusplus
 
38639
+extern "C"
 
38640
+#endif
 
38641
+char $ac_func ();
 
38642
+/* The GNU C library defines this for functions which it implements
 
38643
+    to always fail with ENOSYS.  Some functions are actually named
 
38644
+    something starting with __ and the normal name is an alias.  */
 
38645
+#if defined __stub_$ac_func || defined __stub___$ac_func
 
38646
+choke me
 
38647
+#endif
34515
38648
 
34516
38649
-  ;;
34517
 
-esac
 
38650
+int
 
38651
+main ()
 
38652
+{
 
38653
+return $ac_func ();
 
38654
+  ;
 
38655
+  return 0;
 
38656
+}
 
38657
+_ACEOF
 
38658
+rm -f conftest.$ac_objext conftest$ac_exeext
 
38659
+if { (ac_try="$ac_link"
 
38660
+case "(($ac_try" in
 
38661
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
38662
+  *) ac_try_echo=$ac_try;;
 
38663
 esac
34518
38664
-fi
34519
38665
-INTLTOOL_PERL=$ac_cv_path_INTLTOOL_PERL
34520
38666
-if test -n "$INTLTOOL_PERL"; then
34521
38667
-  { $as_echo "$as_me:$LINENO: result: $INTLTOOL_PERL" >&5
34522
38668
-$as_echo "$INTLTOOL_PERL" >&6; }
34523
 
-else
 
38669
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
38670
+  (eval "$ac_link") 2>conftest.er1
 
38671
+  ac_status=$?
 
38672
+  grep -v '^ *+' conftest.er1 >conftest.err
 
38673
+  rm -f conftest.er1
 
38674
+  cat conftest.err >&5
 
38675
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
38676
+  (exit $ac_status); } && {
 
38677
+        test -z "$ac_c_werror_flag" ||
 
38678
+        test ! -s conftest.err
 
38679
+       } && test -s conftest$ac_exeext &&
 
38680
+       $as_test_x conftest$ac_exeext; then
 
38681
+  eval "$as_ac_var=yes"
 
38682
 else
34524
38683
-  { $as_echo "$as_me:$LINENO: result: no" >&5
34525
38684
-$as_echo "no" >&6; }
34526
38685
-fi
34527
 
+Alternatively, you may set the environment variables CAPPLET_CFLAGS
34528
 
+and CAPPLET_LIBS to avoid the need to call pkg-config.
34529
 
+See the pkg-config man page for more details.
34530
 
+" >&5
34531
 
+$as_echo "$as_me: error: Package requirements ($COMMON_MODULES) were not met:
34532
 
 
34533
 
+$CAPPLET_PKG_ERRORS
 
38686
-
 
38687
+  echo "$as_me: failed program was:" >&5
 
38688
+sed 's/^/| /' conftest.$ac_ext >&5
34534
38689
 
34535
38690
-if test -z "$INTLTOOL_PERL"; then
34536
38691
-   { { $as_echo "$as_me:$LINENO: error: perl not found; required for intltool" >&5
34537
38692
-$as_echo "$as_me: error: perl not found; required for intltool" >&2;}
34538
38693
-   { (exit 1); exit 1; }; }
34539
 
-fi
 
38694
+       eval "$as_ac_var=no"
 
38695
 fi
34540
38696
-if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then
34541
38697
-   { { $as_echo "$as_me:$LINENO: error: perl 5.x required for intltool" >&5
34542
38698
-$as_echo "$as_me: error: perl 5.x required for intltool" >&2;}
34543
38699
-   { (exit 1); exit 1; }; }
34544
 
-fi
 
38700
+
 
38701
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
38702
+      conftest$ac_exeext conftest.$ac_ext
 
38703
 fi
34545
38704
-if test "x" != "xno-xml"; then
34546
38705
-   { $as_echo "$as_me:$LINENO: checking for XML::Parser" >&5
34547
38706
-$as_echo_n "checking for XML::Parser... " >&6; }
34553
38712
-$as_echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;}
34554
38713
-   { (exit 1); exit 1; }; }
34555
38714
-   fi
34556
 
-fi
34557
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
34558
 
+installed software in a non-standard prefix.
 
38715
+ac_res=`eval echo '${'$as_ac_var'}'`
 
38716
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
38717
+echo "${ECHO_T}$ac_res" >&6; }
 
38718
+if test `eval echo '${'$as_ac_var'}'` = yes; then
 
38719
+  cat >>confdefs.h <<_ACEOF
 
38720
+#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
38721
+_ACEOF
 
38722
+
 
38723
 fi
 
38724
+done
34559
38725
 
34560
38726
-# Substitute ALL_LINGUAS so we can use it in po/Makefile
34561
 
+Alternatively, you may set the environment variables CAPPLET_CFLAGS
34562
 
+and CAPPLET_LIBS to avoid the need to call pkg-config.
34563
 
+See the pkg-config man page for more details.
34564
 
+" >&2;}
34565
 
+   { (exit 1); exit 1; }; }
34566
 
+elif test $pkg_failed = untried; then
34567
 
+       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
34568
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
34569
 
+{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
34570
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
34571
 
+path to pkg-config.
 
38727
+          LIBS="$glib_save_LIBS"
34572
38728
 
34573
 
+Alternatively, you may set the environment variables CAPPLET_CFLAGS
34574
 
+and CAPPLET_LIBS to avoid the need to call pkg-config.
34575
 
+See the pkg-config man page for more details.
 
38729
+          if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then
 
38730
+            gt_cv_func_dgettext_libc=no
 
38731
+          else
 
38732
+            if test "$gt_cv_func_dgettext_libc" = "yes" \
 
38733
+               && test "$gt_cv_func_ngettext_libc" = "yes"; then
 
38734
+              gt_cv_func_dgettext_libintl=no
 
38735
+            fi
 
38736
+          fi
 
38737
+        fi
 
38738
+      fi
34576
38739
 
34577
38740
-# Set DATADIRNAME correctly if it is not set yet
34578
38741
-# (copied from glib-gettext.m4)
34583
38746
-cat confdefs.h >>conftest.$ac_ext
34584
38747
-cat >>conftest.$ac_ext <<_ACEOF
34585
38748
-/* end confdefs.h.  */
34586
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
34587
 
+See \`config.log' for more details." >&5
34588
 
+$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
34589
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
34590
 
+path to pkg-config.
 
38749
+      if test "$gt_cv_func_dgettext_libc" = "yes" \
 
38750
+       || test "$gt_cv_func_dgettext_libintl" = "yes"; then
 
38751
+        gt_cv_have_gettext=yes
 
38752
+      fi
 
38753
+
 
38754
+      if test "$gt_cv_func_dgettext_libintl" = "yes"; then
 
38755
+        INTLLIBS="-lintl $libintl_extra_libs"
 
38756
+      fi
 
38757
+
 
38758
+      if test "$gt_cv_have_gettext" = "yes"; then
34591
38759
 
34592
38760
-int
34593
38761
-main ()
34597
38765
-  ;
34598
38766
-  return 0;
34599
38767
-}
34600
 
-_ACEOF
 
38768
+cat >>confdefs.h <<\_ACEOF
 
38769
+#define HAVE_GETTEXT 1
 
38770
 _ACEOF
34601
38771
-rm -f conftest.$ac_objext conftest$ac_exeext
34602
38772
-if { (ac_try="$ac_link"
34603
38773
-case "(($ac_try" in
34604
38774
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34605
38775
-  *) ac_try_echo=$ac_try;;
34606
 
-esac
 
38776
+
 
38777
+       # Extract the first word of "msgfmt", so it can be a program name with args.
 
38778
+set dummy msgfmt; ac_word=$2
 
38779
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
38780
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
38781
+if test "${ac_cv_path_MSGFMT+set}" = set; then
 
38782
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
38783
+else
 
38784
+  case "$MSGFMT" in
 
38785
+  /*)
 
38786
+  ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
 
38787
+  ;;
 
38788
+  *)
 
38789
+  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
 
38790
+  for ac_dir in $PATH; do
 
38791
+    test -z "$ac_dir" && ac_dir=.
 
38792
+    if test -f $ac_dir/$ac_word; then
 
38793
+      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
 
38794
+       ac_cv_path_MSGFMT="$ac_dir/$ac_word"
 
38795
+       break
 
38796
+      fi
 
38797
+    fi
 
38798
+  done
 
38799
+  IFS="$ac_save_ifs"
 
38800
+  test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no"
 
38801
+  ;;
 
38802
 esac
34607
38803
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
34608
38804
-$as_echo "$ac_try_echo") >&5
34609
38805
-  (eval "$ac_link") 2>conftest.er1
34620
38816
-        $as_test_x conftest$ac_exeext
34621
38817
-       }; then
34622
38818
-  DATADIRNAME=share
34623
 
-else
 
38819
+fi
 
38820
+MSGFMT="$ac_cv_path_MSGFMT"
 
38821
+if test "$MSGFMT" != "no"; then
 
38822
+  { echo "$as_me:$LINENO: result: $MSGFMT" >&5
 
38823
+echo "${ECHO_T}$MSGFMT" >&6; }
 
38824
 else
34624
38825
-  $as_echo "$as_me: failed program was:" >&5
34625
38826
-sed 's/^/| /' conftest.$ac_ext >&5
34626
 
+Alternatively, you may set the environment variables CAPPLET_CFLAGS
34627
 
+and CAPPLET_LIBS to avoid the need to call pkg-config.
34628
 
+See the pkg-config man page for more details.
 
38827
+  { echo "$as_me:$LINENO: result: no" >&5
 
38828
+echo "${ECHO_T}no" >&6; }
 
38829
+fi
 
38830
+       if test "$MSGFMT" != "no"; then
 
38831
+          glib_save_LIBS="$LIBS"
 
38832
+          LIBS="$LIBS $INTLLIBS"
34629
38833
 
34630
38834
-       case $host in
34631
38835
-    *-*-solaris*)
34633
38837
-$as_echo_n "checking for bind_textdomain_codeset... " >&6; }
34634
38838
-if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
34635
38839
-  $as_echo_n "(cached) " >&6
34636
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
34637
 
+See \`config.log' for more details." >&2;}
34638
 
+   { (exit 1); exit 1; }; }; }
 
38840
+for ac_func in dcgettext
 
38841
+do
 
38842
+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
38843
+{ echo "$as_me:$LINENO: checking for $ac_func" >&5
 
38844
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
 
38845
+if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
38846
+  echo $ECHO_N "(cached) $ECHO_C" >&6
34639
38847
 else
34640
 
-  cat >conftest.$ac_ext <<_ACEOF
34641
 
-/* confdefs.h.  */
34642
 
-_ACEOF
34643
 
-cat confdefs.h >>conftest.$ac_ext
34644
 
-cat >>conftest.$ac_ext <<_ACEOF
34645
 
-/* end confdefs.h.  */
 
38848
   cat >conftest.$ac_ext <<_ACEOF
 
38849
 /* confdefs.h.  */
 
38850
@@ -22069,12 +14115,12 @@
 
38851
 cat confdefs.h >>conftest.$ac_ext
 
38852
 cat >>conftest.$ac_ext <<_ACEOF
 
38853
 /* end confdefs.h.  */
34646
38854
-/* Define bind_textdomain_codeset to an innocuous variant, in case <limits.h> declares bind_textdomain_codeset.
34647
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
38855
+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
 
38856
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
34648
38857
-#define bind_textdomain_codeset innocuous_bind_textdomain_codeset
34649
 
-
34650
 
-/* System header to define __stub macros and hopefully few prototypes,
 
38858
+#define $ac_func innocuous_$ac_func
 
38859
 
 
38860
 /* System header to define __stub macros and hopefully few prototypes,
34651
38861
-    which can conflict with char bind_textdomain_codeset (); below.
34652
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
34653
 
-    <limits.h> exists even on freestanding compilers.  */
34654
 
-
34655
 
-#ifdef __STDC__
34656
 
-# include <limits.h>
34657
 
-#else
34658
 
-# include <assert.h>
34659
 
-#endif
34660
 
-
 
38862
+    which can conflict with char $ac_func (); below.
 
38863
     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
38864
     <limits.h> exists even on freestanding compilers.  */
 
38865
 
 
38866
@@ -22084,7 +14130,7 @@
 
38867
 # include <assert.h>
 
38868
 #endif
 
38869
 
34661
38870
-#undef bind_textdomain_codeset
34662
 
+       CAPPLET_CFLAGS=$pkg_cv_CAPPLET_CFLAGS
34663
 
+       CAPPLET_LIBS=$pkg_cv_CAPPLET_LIBS
34664
 
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
34665
 
+$as_echo "yes" >&6; }
34666
 
+       :
34667
 
+fi
 
38871
+#undef $ac_func
34668
38872
 
34669
 
-/* Override any GCC internal prototype to avoid an error.
34670
 
-   Use char because int might match the return type of a GCC
34671
 
-   builtin and then its argument prototype would still apply.  */
34672
 
-#ifdef __cplusplus
34673
 
-extern "C"
34674
 
-#endif
 
38873
 /* Override any GCC internal prototype to avoid an error.
 
38874
    Use char because int might match the return type of a GCC
 
38875
@@ -22092,18 +14138,18 @@
 
38876
 #ifdef __cplusplus
 
38877
 extern "C"
 
38878
 #endif
34675
38879
-char bind_textdomain_codeset ();
34676
 
-/* The GNU C library defines this for functions which it implements
34677
 
-    to always fail with ENOSYS.  Some functions are actually named
34678
 
-    something starting with __ and the normal name is an alias.  */
 
38880
+char $ac_func ();
 
38881
 /* The GNU C library defines this for functions which it implements
 
38882
     to always fail with ENOSYS.  Some functions are actually named
 
38883
     something starting with __ and the normal name is an alias.  */
34679
38884
-#if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset
34680
 
-choke me
34681
 
-#endif
34682
 
+pkg_failed=no
34683
 
+{ $as_echo "$as_me:$LINENO: checking for GNOMECC" >&5
34684
 
+$as_echo_n "checking for GNOMECC... " >&6; }
 
38885
+#if defined __stub_$ac_func || defined __stub___$ac_func
 
38886
 choke me
 
38887
 #endif
34685
38888
 
34686
 
-int
34687
 
-main ()
34688
 
-{
 
38889
 int
 
38890
 main ()
 
38891
 {
34689
38892
-return bind_textdomain_codeset ();
34690
 
-  ;
34691
 
-  return 0;
34692
 
-}
34693
 
-_ACEOF
34694
 
-rm -f conftest.$ac_objext conftest$ac_exeext
34695
 
-if { (ac_try="$ac_link"
34696
 
-case "(($ac_try" in
34697
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34698
 
-  *) ac_try_echo=$ac_try;;
34699
 
-esac
 
38893
+return $ac_func ();
 
38894
   ;
 
38895
   return 0;
 
38896
 }
 
38897
@@ -22114,222 +14160,192 @@
 
38898
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
38899
   *) ac_try_echo=$ac_try;;
 
38900
 esac
34700
38901
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
34701
38902
-$as_echo "$ac_try_echo") >&5
34702
 
-  (eval "$ac_link") 2>conftest.er1
34703
 
+if test -n "$PKG_CONFIG"; then
34704
 
+    if test -n "$GNOMECC_CFLAGS"; then
34705
 
+        pkg_cv_GNOMECC_CFLAGS="$GNOMECC_CFLAGS"
34706
 
+    else
34707
 
+        if test -n "$PKG_CONFIG" && \
34708
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES libgnome-menu >= 2.10.1\"") >&5
34709
 
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES libgnome-menu >= 2.10.1") 2>&5
 
38903
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
38904
   (eval "$ac_link") 2>conftest.er1
34710
38905
   ac_status=$?
34711
 
-  grep -v '^ *+' conftest.er1 >conftest.err
34712
 
-  rm -f conftest.er1
34713
 
-  cat conftest.err >&5
34714
 
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
34715
 
-  (exit $ac_status); } && {
34716
 
-        test -z "$ac_c_werror_flag" ||
34717
 
-        test ! -s conftest.err
 
38906
   grep -v '^ *+' conftest.er1 >conftest.err
 
38907
   rm -f conftest.er1
 
38908
   cat conftest.err >&5
 
38909
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
38910
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
38911
   (exit $ac_status); } && {
 
38912
         test -z "$ac_c_werror_flag" ||
 
38913
         test ! -s conftest.err
34718
38914
-       } && test -s conftest$ac_exeext && {
34719
38915
-        test "$cross_compiling" = yes ||
34720
38916
-        $as_test_x conftest$ac_exeext
34721
38917
-       }; then
34722
38918
-  ac_cv_func_bind_textdomain_codeset=yes
34723
 
+  (exit $ac_status); }; then
34724
 
+  pkg_cv_GNOMECC_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES libgnome-menu >= 2.10.1" 2>/dev/null`
 
38919
+       } && test -s conftest$ac_exeext &&
 
38920
+       $as_test_x conftest$ac_exeext; then
 
38921
+  eval "$as_ac_var=yes"
34725
38922
 else
34726
38923
-  $as_echo "$as_me: failed program was:" >&5
34727
 
-sed 's/^/| /' conftest.$ac_ext >&5
34728
 
-
 
38924
+  echo "$as_me: failed program was:" >&5
 
38925
 sed 's/^/| /' conftest.$ac_ext >&5
 
38926
 
34729
38927
-       ac_cv_func_bind_textdomain_codeset=no
34730
 
+  pkg_failed=yes
34731
 
 fi
 
38928
-fi
34732
38929
-
34733
38930
-rm -rf conftest.dSYM
34734
38931
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34735
38932
-      conftest$ac_exeext conftest.$ac_ext
34736
 
+    fi
34737
 
+else
34738
 
+       pkg_failed=untried
34739
 
 fi
 
38933
-fi
34740
38934
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
34741
38935
-$as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; }
34742
 
-if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then
 
38936
-if test $ac_cv_func_bind_textdomain_codeset = yes; then
34743
38937
-  DATADIRNAME=share
34744
 
+if test -n "$PKG_CONFIG"; then
34745
 
+    if test -n "$GNOMECC_LIBS"; then
34746
 
+        pkg_cv_GNOMECC_LIBS="$GNOMECC_LIBS"
34747
 
+    else
34748
 
+        if test -n "$PKG_CONFIG" && \
34749
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES libgnome-menu >= 2.10.1\"") >&5
34750
 
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES libgnome-menu >= 2.10.1") 2>&5
34751
 
+  ac_status=$?
34752
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
34753
 
+  (exit $ac_status); }; then
34754
 
+  pkg_cv_GNOMECC_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES libgnome-menu >= 2.10.1" 2>/dev/null`
34755
 
 else
 
38938
-else
34756
38939
-  DATADIRNAME=lib
34757
 
+  pkg_failed=yes
34758
 
 fi
 
38940
-fi
34759
38941
-
34760
38942
-    ;;
34761
38943
-    *)
34762
38944
-    DATADIRNAME=lib
34763
38945
-    ;;
34764
38946
-    esac
34765
 
+    fi
34766
 
+else
34767
 
+       pkg_failed=untried
 
38947
+       eval "$as_ac_var=no"
34768
38948
 fi
34769
38949
 
34770
38950
-rm -rf conftest.dSYM
34771
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
34772
 
-      conftest$ac_exeext conftest.$ac_ext
34773
 
-fi
34774
 
 
34775
 
 
34776
 
+if test $pkg_failed = yes; then
34777
 
 
34778
 
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
34779
 
+        _pkg_short_errors_supported=yes
34780
 
+else
34781
 
+        _pkg_short_errors_supported=no
34782
 
+fi
34783
 
+        if test $_pkg_short_errors_supported = yes; then
34784
 
+               GNOMECC_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$COMMON_MODULES libgnome-menu >= 2.10.1"`
34785
 
+        else
34786
 
+               GNOMECC_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$COMMON_MODULES libgnome-menu >= 2.10.1"`
34787
 
+        fi
34788
 
+       # Put the nasty error message in config.log where it belongs
34789
 
+       echo "$GNOMECC_PKG_ERRORS" >&5
34790
 
 
34791
 
+       { { $as_echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES libgnome-menu >= 2.10.1) were not met:
34792
 
 
34793
 
+$GNOMECC_PKG_ERRORS
34794
 
 
 
38951
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
38952
       conftest$ac_exeext conftest.$ac_ext
 
38953
 fi
 
38954
-
 
38955
-
 
38956
-
 
38957
-
 
38958
-
 
38959
-
34795
38960
-GETTEXT_PACKAGE=gnome-control-center-2.0
34796
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
34797
 
+installed software in a non-standard prefix.
34798
 
 
34799
 
+Alternatively, you may set the environment variables GNOMECC_CFLAGS
34800
 
+and GNOMECC_LIBS to avoid the need to call pkg-config.
34801
 
+See the pkg-config man page for more details.
34802
 
+" >&5
34803
 
+$as_echo "$as_me: error: Package requirements ($COMMON_MODULES libgnome-menu >= 2.10.1) were not met:
34804
 
 
 
38961
-
 
38962
-
34805
38963
-cat >>confdefs.h <<_ACEOF
34806
38964
-#define GETTEXT_PACKAGE "$GETTEXT_PACKAGE"
34807
 
-_ACEOF
34808
 
+$GNOMECC_PKG_ERRORS
34809
 
 
34810
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
34811
 
+installed software in a non-standard prefix.
34812
 
 
34813
 
+Alternatively, you may set the environment variables GNOMECC_CFLAGS
34814
 
+and GNOMECC_LIBS to avoid the need to call pkg-config.
34815
 
+See the pkg-config man page for more details.
34816
 
+" >&2;}
34817
 
+   { (exit 1); exit 1; }; }
34818
 
+elif test $pkg_failed = untried; then
34819
 
+       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
34820
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
34821
 
+{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
34822
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
34823
 
+path to pkg-config.
34824
 
 
34825
 
+Alternatively, you may set the environment variables GNOMECC_CFLAGS
34826
 
+and GNOMECC_LIBS to avoid the need to call pkg-config.
34827
 
+See the pkg-config man page for more details.
 
38965
+ac_res=`eval echo '${'$as_ac_var'}'`
 
38966
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
38967
+echo "${ECHO_T}$ac_res" >&6; }
 
38968
+if test `eval echo '${'$as_ac_var'}'` = yes; then
 
38969
+  cat >>confdefs.h <<_ACEOF
 
38970
+#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
38971
 _ACEOF
 
38972
 
 
38973
+fi
 
38974
+done
 
38975
 
 
38976
+         MSGFMT_OPTS=
 
38977
+         { echo "$as_me:$LINENO: checking if msgfmt accepts -c" >&5
 
38978
+echo $ECHO_N "checking if msgfmt accepts -c... $ECHO_C" >&6; }
 
38979
+         cat >conftest.foo <<_ACEOF
 
38980
 
 
38981
+msgid ""
 
38982
+msgstr ""
 
38983
+"Content-Type: text/plain; charset=UTF-8\n"
 
38984
+"Project-Id-Version: test 1.0\n"
 
38985
+"PO-Revision-Date: 2007-02-15 12:01+0100\n"
 
38986
+"Last-Translator: test <foo@bar.xx>\n"
 
38987
+"Language-Team: C <LL@li.org>\n"
 
38988
+"MIME-Version: 1.0\n"
 
38989
+"Content-Transfer-Encoding: 8bit\n"
34828
38990
 
34829
38991
-for ac_header in locale.h
34830
38992
-do
34839
39001
-                $as_echo "$as_val"'`
34840
39002
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
34841
39003
-$as_echo "$ac_res" >&6; }
34842
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
34843
 
+See \`config.log' for more details." >&5
34844
 
+$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
34845
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
34846
 
+path to pkg-config.
34847
 
+
34848
 
+Alternatively, you may set the environment variables GNOMECC_CFLAGS
34849
 
+and GNOMECC_LIBS to avoid the need to call pkg-config.
34850
 
+See the pkg-config man page for more details.
34851
 
+
34852
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
34853
 
+See \`config.log' for more details." >&2;}
34854
 
+   { (exit 1); exit 1; }; }; }
34855
 
 else
 
39004
-else
34856
39005
-  # Is the header compilable?
34857
39006
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
34858
39007
-$as_echo_n "checking $ac_header usability... " >&6; }
34864
39013
-/* end confdefs.h.  */
34865
39014
-$ac_includes_default
34866
39015
-#include <$ac_header>
34867
 
-_ACEOF
 
39016
 _ACEOF
34868
39017
-rm -f conftest.$ac_objext
34869
39018
-if { (ac_try="$ac_compile"
34870
39019
-case "(($ac_try" in
34874
39023
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
34875
39024
-$as_echo "$ac_try_echo") >&5
34876
39025
-  (eval "$ac_compile") 2>conftest.er1
34877
 
+       GNOMECC_CFLAGS=$pkg_cv_GNOMECC_CFLAGS
34878
 
+       GNOMECC_LIBS=$pkg_cv_GNOMECC_LIBS
34879
 
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
34880
 
+$as_echo "yes" >&6; }
34881
 
+       :
34882
 
+fi
34883
 
+
34884
 
+pkg_failed=no
34885
 
+{ $as_echo "$as_me:$LINENO: checking for GNOMECC_SHELL" >&5
34886
 
+$as_echo_n "checking for GNOMECC_SHELL... " >&6; }
34887
 
+
34888
 
+if test -n "$PKG_CONFIG"; then
34889
 
+    if test -n "$GNOMECC_SHELL_CFLAGS"; then
34890
 
+        pkg_cv_GNOMECC_SHELL_CFLAGS="$GNOMECC_SHELL_CFLAGS"
34891
 
+    else
34892
 
+        if test -n "$PKG_CONFIG" && \
34893
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0\"") >&5
34894
 
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0") 2>&5
 
39026
+if { (echo "$as_me:$LINENO: \$MSGFMT -c -o /dev/null conftest.foo") >&5
 
39027
+  ($MSGFMT -c -o /dev/null conftest.foo) 2>&5
34895
39028
   ac_status=$?
34896
39029
-  grep -v '^ *+' conftest.er1 >conftest.err
34897
39030
-  rm -f conftest.er1
34898
39031
-  cat conftest.err >&5
34899
 
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
39032
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
34900
39033
-  (exit $ac_status); } && {
34901
39034
-        test -z "$ac_c_werror_flag" ||
34902
39035
-        test ! -s conftest.err
34903
39036
-       } && test -s conftest.$ac_objext; then
34904
39037
-  ac_header_compiler=yes
34905
 
+  (exit $ac_status); }; then
34906
 
+  pkg_cv_GNOMECC_SHELL_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0" 2>/dev/null`
34907
 
 else
 
39038
-else
34908
39039
-  $as_echo "$as_me: failed program was:" >&5
34909
39040
-sed 's/^/| /' conftest.$ac_ext >&5
34910
39041
-
34911
39042
-       ac_header_compiler=no
34912
 
+  pkg_failed=yes
 
39043
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
39044
+  (exit $ac_status); }; then
 
39045
+  MSGFMT_OPTS=-c; { echo "$as_me:$LINENO: result: yes" >&5
 
39046
+echo "${ECHO_T}yes" >&6; }
 
39047
+else { echo "$as_me:$LINENO: result: no" >&5
 
39048
+echo "${ECHO_T}no" >&6; }
 
39049
+echo "$as_me: failed input was:" >&5
 
39050
+sed 's/^/| /' conftest.foo >&5
34913
39051
 fi
34914
 
-
 
39052
 
34915
39053
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
34916
39054
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
34917
39055
-$as_echo "$ac_header_compiler" >&6; }
34918
 
-
 
39056
+         # Extract the first word of "gmsgfmt", so it can be a program name with args.
 
39057
+set dummy gmsgfmt; ac_word=$2
 
39058
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
39059
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
39060
+if test "${ac_cv_path_GMSGFMT+set}" = set; then
 
39061
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
39062
+else
 
39063
+  case $GMSGFMT in
 
39064
+  [\\/]* | ?:[\\/]*)
 
39065
+  ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
 
39066
+  ;;
 
39067
+  *)
 
39068
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
39069
+for as_dir in $PATH
 
39070
+do
 
39071
+  IFS=$as_save_IFS
 
39072
+  test -z "$as_dir" && as_dir=.
 
39073
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
39074
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
39075
+    ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
 
39076
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
39077
+    break 2
 
39078
+  fi
 
39079
+done
 
39080
+done
 
39081
+IFS=$as_save_IFS
 
39082
 
34919
39083
-# Is the header present?
34920
39084
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
34921
39085
-$as_echo_n "checking $ac_header presence... " >&6; }
34931
39095
-case "(($ac_try" in
34932
39096
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
34933
39097
-  *) ac_try_echo=$ac_try;;
34934
 
-esac
 
39098
+  test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
 
39099
+  ;;
 
39100
 esac
34935
39101
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
34936
39102
-$as_echo "$ac_try_echo") >&5
34937
39103
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
34938
 
+    fi
34939
 
+else
34940
 
+       pkg_failed=untried
34941
 
+fi
34942
 
+if test -n "$PKG_CONFIG"; then
34943
 
+    if test -n "$GNOMECC_SHELL_LIBS"; then
34944
 
+        pkg_cv_GNOMECC_SHELL_LIBS="$GNOMECC_SHELL_LIBS"
34945
 
+    else
34946
 
+        if test -n "$PKG_CONFIG" && \
34947
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0\"") >&5
34948
 
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0") 2>&5
34949
 
   ac_status=$?
 
39104
-  ac_status=$?
34950
39105
-  grep -v '^ *+' conftest.er1 >conftest.err
34951
39106
-  rm -f conftest.er1
34952
39107
-  cat conftest.err >&5
34953
 
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
39108
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
34954
39109
-  (exit $ac_status); } >/dev/null && {
34955
39110
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
34956
39111
-        test ! -s conftest.err
34957
39112
-       }; then
34958
39113
-  ac_header_preproc=yes
34959
 
+  (exit $ac_status); }; then
34960
 
+  pkg_cv_GNOMECC_SHELL_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0" 2>/dev/null`
 
39114
+fi
 
39115
+GMSGFMT=$ac_cv_path_GMSGFMT
 
39116
+if test -n "$GMSGFMT"; then
 
39117
+  { echo "$as_me:$LINENO: result: $GMSGFMT" >&5
 
39118
+echo "${ECHO_T}$GMSGFMT" >&6; }
34961
39119
 else
34962
39120
-  $as_echo "$as_me: failed program was:" >&5
34963
39121
-sed 's/^/| /' conftest.$ac_ext >&5
34964
39122
-
34965
39123
-  ac_header_preproc=no
34966
 
+  pkg_failed=yes
 
39124
+  { echo "$as_me:$LINENO: result: no" >&5
 
39125
+echo "${ECHO_T}no" >&6; }
34967
39126
 fi
34968
 
-
 
39127
 
34969
39128
-rm -f conftest.err conftest.$ac_ext
34970
39129
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
34971
39130
-$as_echo "$ac_header_preproc" >&6; }
34972
 
-
 
39131
 
34973
39132
-# So?  What about this header?
34974
39133
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
34975
39134
-  yes:no: )
34999
39158
-_ASBOX
35000
39159
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
35001
39160
-    ;;
35002
 
-esac
 
39161
+         # Extract the first word of "xgettext", so it can be a program name with args.
 
39162
+set dummy xgettext; ac_word=$2
 
39163
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
39164
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
39165
+if test "${ac_cv_path_XGETTEXT+set}" = set; then
 
39166
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
39167
+else
 
39168
+  case "$XGETTEXT" in
 
39169
+  /*)
 
39170
+  ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
 
39171
+  ;;
 
39172
+  *)
 
39173
+  IFS="${IFS=  }"; ac_save_ifs="$IFS"; IFS="${IFS}:"
 
39174
+  for ac_dir in $PATH; do
 
39175
+    test -z "$ac_dir" && ac_dir=.
 
39176
+    if test -f $ac_dir/$ac_word; then
 
39177
+      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep '(HELP)'`"; then
 
39178
+       ac_cv_path_XGETTEXT="$ac_dir/$ac_word"
 
39179
+       break
 
39180
+      fi
 
39181
+    fi
 
39182
+  done
 
39183
+  IFS="$ac_save_ifs"
 
39184
+  test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
 
39185
+  ;;
 
39186
 esac
35003
39187
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
35004
39188
-$as_echo_n "checking for $ac_header... " >&6; }
35005
39189
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
35006
39190
-  $as_echo_n "(cached) " >&6
35007
 
+    fi
 
39191
+fi
 
39192
+XGETTEXT="$ac_cv_path_XGETTEXT"
 
39193
+if test "$XGETTEXT" != ":"; then
 
39194
+  { echo "$as_me:$LINENO: result: $XGETTEXT" >&5
 
39195
+echo "${ECHO_T}$XGETTEXT" >&6; }
35008
39196
 else
35009
39197
-  eval "$as_ac_Header=\$ac_header_preproc"
35010
 
+       pkg_failed=untried
 
39198
+  { echo "$as_me:$LINENO: result: no" >&5
 
39199
+echo "${ECHO_T}no" >&6; }
35011
39200
 fi
35012
39201
-ac_res=`eval 'as_val=${'$as_ac_Header'}
35013
39202
-                $as_echo "$as_val"'`
35015
39204
-$as_echo "$ac_res" >&6; }
35016
39205
 
35017
39206
-fi
35018
 
-as_val=`eval 'as_val=${'$as_ac_Header'}
35019
 
-                $as_echo "$as_val"'`
35020
 
-   if test "x$as_val" = x""yes; then
 
39207
-if test `eval 'as_val=${'$as_ac_Header'}
 
39208
-                $as_echo "$as_val"'` = yes; then
35021
39209
-  cat >>confdefs.h <<_ACEOF
35022
39210
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
35023
 
-_ACEOF
 
39211
+         cat >conftest.$ac_ext <<_ACEOF
 
39212
+/* confdefs.h.  */
 
39213
 _ACEOF
 
39214
+cat confdefs.h >>conftest.$ac_ext
 
39215
+cat >>conftest.$ac_ext <<_ACEOF
 
39216
+/* end confdefs.h.  */
35024
39217
 
35025
39218
-fi
35026
 
 
 
39219
-
35027
39220
-done
35028
 
+if test $pkg_failed = yes; then
 
39221
+int
 
39222
+main ()
 
39223
+{
 
39224
+extern int _nl_msg_cat_cntr;
 
39225
+                        return _nl_msg_cat_cntr
 
39226
+  ;
 
39227
+  return 0;
 
39228
+}
 
39229
+_ACEOF
 
39230
+rm -f conftest.$ac_objext conftest$ac_exeext
 
39231
+if { (ac_try="$ac_link"
 
39232
+case "(($ac_try" in
 
39233
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
39234
+  *) ac_try_echo=$ac_try;;
 
39235
+esac
 
39236
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
39237
+  (eval "$ac_link") 2>conftest.er1
 
39238
+  ac_status=$?
 
39239
+  grep -v '^ *+' conftest.er1 >conftest.err
 
39240
+  rm -f conftest.er1
 
39241
+  cat conftest.err >&5
 
39242
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
39243
+  (exit $ac_status); } && {
 
39244
+        test -z "$ac_c_werror_flag" ||
 
39245
+        test ! -s conftest.err
 
39246
+       } && test -s conftest$ac_exeext &&
 
39247
+       $as_test_x conftest$ac_exeext; then
 
39248
+  CATOBJEXT=.gmo
 
39249
+             DATADIRNAME=share
 
39250
+else
 
39251
+  echo "$as_me: failed program was:" >&5
 
39252
+sed 's/^/| /' conftest.$ac_ext >&5
35029
39253
 
35030
39254
-    if test $ac_cv_header_locale_h = yes; then
35031
39255
-    { $as_echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
35032
39256
-$as_echo_n "checking for LC_MESSAGES... " >&6; }
35033
39257
-if test "${am_cv_val_LC_MESSAGES+set}" = set; then
35034
39258
-  $as_echo_n "(cached) " >&6
35035
 
-else
35036
 
-  cat >conftest.$ac_ext <<_ACEOF
35037
 
-/* confdefs.h.  */
35038
 
-_ACEOF
35039
 
-cat confdefs.h >>conftest.$ac_ext
35040
 
-cat >>conftest.$ac_ext <<_ACEOF
35041
 
-/* end confdefs.h.  */
 
39259
+       case $host in
 
39260
+           *-*-solaris*)
 
39261
+                                                               { echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
 
39262
+echo $ECHO_N "checking for bind_textdomain_codeset... $ECHO_C" >&6; }
 
39263
+if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
 
39264
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
39265
 else
 
39266
   cat >conftest.$ac_ext <<_ACEOF
 
39267
 /* confdefs.h.  */
 
39268
@@ -22337,11 +14353,41 @@
 
39269
 cat confdefs.h >>conftest.$ac_ext
 
39270
 cat >>conftest.$ac_ext <<_ACEOF
 
39271
 /* end confdefs.h.  */
35042
39272
-#include <locale.h>
35043
 
-int
35044
 
-main ()
35045
 
-{
 
39273
+/* Define bind_textdomain_codeset to an innocuous variant, in case <limits.h> declares bind_textdomain_codeset.
 
39274
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
39275
+#define bind_textdomain_codeset innocuous_bind_textdomain_codeset
 
39276
+
 
39277
+/* System header to define __stub macros and hopefully few prototypes,
 
39278
+    which can conflict with char bind_textdomain_codeset (); below.
 
39279
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
39280
+    <limits.h> exists even on freestanding compilers.  */
 
39281
+
 
39282
+#ifdef __STDC__
 
39283
+# include <limits.h>
 
39284
+#else
 
39285
+# include <assert.h>
 
39286
+#endif
 
39287
+
 
39288
+#undef bind_textdomain_codeset
 
39289
+
 
39290
+/* Override any GCC internal prototype to avoid an error.
 
39291
+   Use char because int might match the return type of a GCC
 
39292
+   builtin and then its argument prototype would still apply.  */
 
39293
+#ifdef __cplusplus
 
39294
+extern "C"
 
39295
+#endif
 
39296
+char bind_textdomain_codeset ();
 
39297
+/* The GNU C library defines this for functions which it implements
 
39298
+    to always fail with ENOSYS.  Some functions are actually named
 
39299
+    something starting with __ and the normal name is an alias.  */
 
39300
+#if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset
 
39301
+choke me
 
39302
+#endif
 
39303
+
 
39304
 int
 
39305
 main ()
 
39306
 {
35046
39307
-return LC_MESSAGES
35047
 
-  ;
35048
 
-  return 0;
35049
 
-}
35050
 
-_ACEOF
35051
 
-rm -f conftest.$ac_objext conftest$ac_exeext
35052
 
-if { (ac_try="$ac_link"
35053
 
-case "(($ac_try" in
35054
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35055
 
-  *) ac_try_echo=$ac_try;;
35056
 
-esac
 
39308
+return bind_textdomain_codeset ();
 
39309
   ;
 
39310
   return 0;
 
39311
 }
 
39312
@@ -22352,72 +14398,240 @@
 
39313
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
39314
   *) ac_try_echo=$ac_try;;
 
39315
 esac
35057
39316
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
35058
39317
-$as_echo "$ac_try_echo") >&5
35059
 
-  (eval "$ac_link") 2>conftest.er1
35060
 
-  ac_status=$?
35061
 
-  grep -v '^ *+' conftest.er1 >conftest.err
35062
 
-  rm -f conftest.er1
35063
 
-  cat conftest.err >&5
 
39318
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
39319
   (eval "$ac_link") 2>conftest.er1
 
39320
   ac_status=$?
 
39321
   grep -v '^ *+' conftest.er1 >conftest.err
 
39322
   rm -f conftest.er1
 
39323
   cat conftest.err >&5
35064
39324
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
35065
 
-  (exit $ac_status); } && {
35066
 
-        test -z "$ac_c_werror_flag" ||
35067
 
-        test ! -s conftest.err
 
39325
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
39326
   (exit $ac_status); } && {
 
39327
         test -z "$ac_c_werror_flag" ||
 
39328
         test ! -s conftest.err
35068
39329
-       } && test -s conftest$ac_exeext && {
35069
39330
-        test "$cross_compiling" = yes ||
35070
39331
-        $as_test_x conftest$ac_exeext
35071
39332
-       }; then
35072
39333
-  am_cv_val_LC_MESSAGES=yes
35073
 
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
35074
 
+        _pkg_short_errors_supported=yes
 
39334
+       } && test -s conftest$ac_exeext &&
 
39335
+       $as_test_x conftest$ac_exeext; then
 
39336
+  ac_cv_func_bind_textdomain_codeset=yes
35075
39337
 else
35076
39338
-  $as_echo "$as_me: failed program was:" >&5
35077
 
-sed 's/^/| /' conftest.$ac_ext >&5
35078
 
-
 
39339
+  echo "$as_me: failed program was:" >&5
 
39340
 sed 's/^/| /' conftest.$ac_ext >&5
 
39341
 
35079
39342
-       am_cv_val_LC_MESSAGES=no
35080
 
+        _pkg_short_errors_supported=no
 
39343
+       ac_cv_func_bind_textdomain_codeset=no
35081
39344
 fi
35082
 
+        if test $_pkg_short_errors_supported = yes; then
35083
 
+               GNOMECC_SHELL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0"`
35084
 
+        else
35085
 
+               GNOMECC_SHELL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0"`
35086
 
+        fi
35087
 
+       # Put the nasty error message in config.log where it belongs
35088
 
+       echo "$GNOMECC_SHELL_PKG_ERRORS" >&5
35089
39345
 
35090
39346
-rm -rf conftest.dSYM
35091
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35092
 
-      conftest$ac_exeext conftest.$ac_ext
35093
 
-fi
 
39347
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
39348
       conftest$ac_exeext conftest.$ac_ext
 
39349
 fi
35094
39350
-{ $as_echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
35095
39351
-$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
35096
39352
-    if test $am_cv_val_LC_MESSAGES = yes; then
35097
 
+       { { $as_echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0) were not met:
 
39353
+{ echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
 
39354
+echo "${ECHO_T}$ac_cv_func_bind_textdomain_codeset" >&6; }
 
39355
+if test $ac_cv_func_bind_textdomain_codeset = yes; then
 
39356
+  CATOBJEXT=.gmo
 
39357
+               DATADIRNAME=share
 
39358
+else
 
39359
+  CATOBJEXT=.mo
 
39360
+               DATADIRNAME=lib
 
39361
+fi
 
39362
+
 
39363
+           ;;
 
39364
+           *)
 
39365
+           CATOBJEXT=.mo
 
39366
+            DATADIRNAME=lib
 
39367
+           ;;
 
39368
+           esac
 
39369
+fi
 
39370
+
 
39371
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
39372
+      conftest$ac_exeext conftest.$ac_ext
 
39373
+          LIBS="$glib_save_LIBS"
 
39374
+         INSTOBJEXT=.mo
 
39375
+       else
 
39376
+         gt_cv_have_gettext=no
 
39377
+       fi
 
39378
+      fi
 
39379
+
 
39380
+fi
 
39381
+
 
39382
+
 
39383
+
 
39384
+    if test "$gt_cv_have_gettext" = "yes" ; then
35098
39385
 
35099
 
-cat >>confdefs.h <<\_ACEOF
 
39386
 cat >>confdefs.h <<\_ACEOF
35100
39387
-#define HAVE_LC_MESSAGES 1
35101
 
-_ACEOF
35102
 
+$GNOMECC_SHELL_PKG_ERRORS
 
39388
+#define ENABLE_NLS 1
 
39389
 _ACEOF
35103
39390
 
35104
 
-    fi
35105
 
-  fi
 
39391
     fi
 
39392
+
 
39393
+        if test "$XGETTEXT" != ":"; then
 
39394
+                  if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
 
39395
+        : ;
 
39396
+      else
 
39397
+        { echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
 
39398
+echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6; }
 
39399
+        XGETTEXT=":"
 
39400
+      fi
 
39401
+    fi
 
39402
+
 
39403
+    # We need to process the po/ directory.
 
39404
+    POSUB=po
 
39405
+
 
39406
+    ac_config_commands="$ac_config_commands default-1"
 
39407
+
 
39408
+
 
39409
+                for lang in $ALL_LINGUAS; do
 
39410
+      GMOFILES="$GMOFILES $lang.gmo"
 
39411
+      POFILES="$POFILES $lang.po"
 
39412
+    done
 
39413
+
 
39414
+
 
39415
+
 
39416
+
 
39417
+
 
39418
+
 
39419
+
 
39420
+
 
39421
+
 
39422
+
 
39423
+
 
39424
+
 
39425
+
 
39426
+   if test "$gt_cv_have_gettext" = "yes"; then
 
39427
+     if test "x$ALL_LINGUAS" = "x"; then
 
39428
+       LINGUAS=
 
39429
+     else
 
39430
+       { echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
 
39431
+echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6; }
 
39432
+       NEW_LINGUAS=
 
39433
+       for presentlang in $ALL_LINGUAS; do
 
39434
+         useit=no
 
39435
+         if test "%UNSET%" != "${LINGUAS-%UNSET%}"; then
 
39436
+           desiredlanguages="$LINGUAS"
 
39437
+         else
 
39438
+           desiredlanguages="$ALL_LINGUAS"
 
39439
+         fi
 
39440
+         for desiredlang in $desiredlanguages; do
 
39441
+          # Use the presentlang catalog if desiredlang is
 
39442
+           #   a. equal to presentlang, or
 
39443
+           #   b. a variant of presentlang (because in this case,
 
39444
+           #      presentlang can be used as a fallback for messages
 
39445
+           #      which are not translated in the desiredlang catalog).
 
39446
+           case "$desiredlang" in
 
39447
+             "$presentlang"*) useit=yes;;
 
39448
+           esac
 
39449
+         done
 
39450
+         if test $useit = yes; then
 
39451
+           NEW_LINGUAS="$NEW_LINGUAS $presentlang"
 
39452
+         fi
 
39453
+       done
 
39454
+       LINGUAS=$NEW_LINGUAS
 
39455
+       { echo "$as_me:$LINENO: result: $LINGUAS" >&5
 
39456
+echo "${ECHO_T}$LINGUAS" >&6; }
 
39457
+     fi
 
39458
+
 
39459
+          if test -n "$LINGUAS"; then
 
39460
+       for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
 
39461
+     fi
 
39462
+   fi
 
39463
+
 
39464
+            MKINSTALLDIRS=
 
39465
+   if test -n "$ac_aux_dir"; then
 
39466
+     MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
 
39467
+   fi
 
39468
+   if test -z "$MKINSTALLDIRS"; then
 
39469
+     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
 
39470
+   fi
 
39471
+
 
39472
+
 
39473
+         test -d po || mkdir po
 
39474
+   if test "x$srcdir" != "x."; then
 
39475
+     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
 
39476
+       posrcprefix="$srcdir/"
 
39477
+     else
 
39478
+       posrcprefix="../$srcdir/"
 
39479
+     fi
 
39480
+   else
 
39481
+     posrcprefix="../"
 
39482
+   fi
 
39483
+   rm -f po/POTFILES
 
39484
+   sed -e "/^#/d" -e "/^\$/d" -e "s,.*,        $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
 
39485
+       < $srcdir/po/POTFILES.in > po/POTFILES
 
39486
+
 
39487
+
 
39488
+
 
39489
+
 
39490
+
 
39491
+      ACLOCAL_AMFLAGS="\${ACLOCAL_FLAGS}"
 
39492
+  if test -n "$ac_macro_dir"; then
 
39493
+    ACLOCAL_AMFLAGS="-I $ac_macro_dir $ACLOCAL_AMFLAGS"
 
39494
   fi
35106
39495
-     USE_NLS=yes
35107
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
35108
 
+installed software in a non-standard prefix.
35109
39496
 
35110
 
+Alternatively, you may set the environment variables GNOMECC_SHELL_CFLAGS
35111
 
+and GNOMECC_SHELL_LIBS to avoid the need to call pkg-config.
35112
 
+See the pkg-config man page for more details.
35113
 
+" >&5
35114
 
+$as_echo "$as_me: error: Package requirements ($COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0) were not met:
35115
39497
 
35116
39498
-    gt_cv_have_gettext=no
35117
 
+$GNOMECC_SHELL_PKG_ERRORS
35118
39499
 
35119
39500
-    CATOBJEXT=NONE
35120
39501
-    XGETTEXT=:
35121
39502
-    INTLLIBS=
35122
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
35123
 
+installed software in a non-standard prefix.
35124
39503
 
35125
39504
-    if test "${ac_cv_header_libintl_h+set}" = set; then
35126
39505
-  { $as_echo "$as_me:$LINENO: checking for libintl.h" >&5
35127
39506
-$as_echo_n "checking for libintl.h... " >&6; }
35128
39507
-if test "${ac_cv_header_libintl_h+set}" = set; then
35129
39508
-  $as_echo_n "(cached) " >&6
35130
 
-fi
 
39509
+       # Check whether --enable-debug was given.
 
39510
+if test "${enable_debug+set}" = set; then
 
39511
+  enableval=$enable_debug;
 
39512
+else
 
39513
+  enable_debug=no
 
39514
 fi
35131
39515
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
35132
39516
-$as_echo "$ac_cv_header_libintl_h" >&6; }
35133
 
+Alternatively, you may set the environment variables GNOMECC_SHELL_CFLAGS
35134
 
+and GNOMECC_SHELL_LIBS to avoid the need to call pkg-config.
35135
 
+See the pkg-config man page for more details.
35136
 
+" >&2;}
35137
 
+   { (exit 1); exit 1; }; }
35138
 
+elif test $pkg_failed = untried; then
35139
 
+       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
35140
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
35141
 
+{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
35142
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
35143
 
+path to pkg-config.
35144
 
+
35145
 
+Alternatively, you may set the environment variables GNOMECC_SHELL_CFLAGS
35146
 
+and GNOMECC_SHELL_LIBS to avoid the need to call pkg-config.
35147
 
+See the pkg-config man page for more details.
35148
 
+
35149
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
35150
 
+See \`config.log' for more details." >&5
35151
 
+$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
35152
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
35153
 
+path to pkg-config.
35154
 
+
35155
 
+Alternatively, you may set the environment variables GNOMECC_SHELL_CFLAGS
35156
 
+and GNOMECC_SHELL_LIBS to avoid the need to call pkg-config.
35157
 
+See the pkg-config man page for more details.
35158
 
+
35159
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
35160
 
+See \`config.log' for more details." >&2;}
35161
 
+   { (exit 1); exit 1; }; }; }
 
39517
+
 
39518
+
 
39519
+       if test x$enable_debug = xyes ; then
 
39520
+
 
39521
+cat >>confdefs.h <<\_ACEOF
 
39522
+#define GNOME_ENABLE_DEBUG 1
 
39523
+_ACEOF
 
39524
+
 
39525
+       fi
 
39526
+
 
39527
+
 
39528
+
 
39529
+    # Check whether --enable-compile-warnings was given.
 
39530
+if test "${enable_compile_warnings+set}" = set; then
 
39531
+  enableval=$enable_compile_warnings;
35162
39532
 else
35163
39533
-  # Is the header compilable?
35164
39534
-{ $as_echo "$as_me:$LINENO: checking libintl.h usability" >&5
35165
39535
-$as_echo_n "checking libintl.h usability... " >&6; }
35166
39536
-cat >conftest.$ac_ext <<_ACEOF
35167
 
-/* confdefs.h.  */
35168
 
-_ACEOF
35169
 
-cat confdefs.h >>conftest.$ac_ext
35170
 
-cat >>conftest.$ac_ext <<_ACEOF
35171
 
-/* end confdefs.h.  */
 
39537
+  enable_compile_warnings="maximum"
 
39538
+fi
 
39539
+
 
39540
+
 
39541
+    warnCFLAGS=
 
39542
+    if test "x$GCC" != xyes; then
 
39543
+       enable_compile_warnings=no
 
39544
+    fi
 
39545
+
 
39546
+    warning_flags=
 
39547
+    realsave_CFLAGS="$CFLAGS"
 
39548
+
 
39549
+    case "$enable_compile_warnings" in
 
39550
+    no)
 
39551
+       warning_flags=
 
39552
+       ;;
 
39553
+    minimum)
 
39554
+       warning_flags="-Wall"
 
39555
+       ;;
 
39556
+    yes)
 
39557
+       warning_flags="-Wall -Wmissing-prototypes"
 
39558
+       ;;
 
39559
+    maximum|error)
 
39560
+       warning_flags="-Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith"
 
39561
+       CFLAGS="$warning_flags $CFLAGS"
 
39562
+       for option in -Wno-sign-compare; do
 
39563
+               SAVE_CFLAGS="$CFLAGS"
 
39564
+               CFLAGS="$CFLAGS $option"
 
39565
+               { echo "$as_me:$LINENO: checking whether gcc understands $option" >&5
 
39566
+echo $ECHO_N "checking whether gcc understands $option... $ECHO_C" >&6; }
 
39567
+               cat >conftest.$ac_ext <<_ACEOF
 
39568
 /* confdefs.h.  */
 
39569
 _ACEOF
 
39570
 cat confdefs.h >>conftest.$ac_ext
 
39571
 cat >>conftest.$ac_ext <<_ACEOF
 
39572
 /* end confdefs.h.  */
35172
39573
-$ac_includes_default
35173
39574
-#include <libintl.h>
35174
 
-_ACEOF
35175
 
-rm -f conftest.$ac_objext
35176
 
-if { (ac_try="$ac_compile"
35177
 
-case "(($ac_try" in
35178
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35179
 
-  *) ac_try_echo=$ac_try;;
35180
 
-esac
 
39575
+
 
39576
+int
 
39577
+main ()
 
39578
+{
 
39579
+
 
39580
+  ;
 
39581
+  return 0;
 
39582
+}
 
39583
 _ACEOF
 
39584
 rm -f conftest.$ac_objext
 
39585
 if { (ac_try="$ac_compile"
 
39586
@@ -22425,136 +14639,252 @@
 
39587
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
39588
   *) ac_try_echo=$ac_try;;
 
39589
 esac
35181
39590
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
35182
39591
-$as_echo "$ac_try_echo") >&5
35183
 
-  (eval "$ac_compile") 2>conftest.er1
35184
 
+       GNOMECC_SHELL_CFLAGS=$pkg_cv_GNOMECC_SHELL_CFLAGS
35185
 
+       GNOMECC_SHELL_LIBS=$pkg_cv_GNOMECC_SHELL_LIBS
35186
 
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
35187
 
+$as_echo "yes" >&6; }
35188
 
+       :
35189
 
+fi
35190
 
+
35191
 
+pkg_failed=no
35192
 
+{ $as_echo "$as_me:$LINENO: checking for DBUS" >&5
35193
 
+$as_echo_n "checking for DBUS... " >&6; }
35194
 
+
35195
 
+if test -n "$PKG_CONFIG"; then
35196
 
+    if test -n "$DBUS_CFLAGS"; then
35197
 
+        pkg_cv_DBUS_CFLAGS="$DBUS_CFLAGS"
35198
 
+    else
35199
 
+        if test -n "$PKG_CONFIG" && \
35200
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dbus-1 dbus-glib-1\"") >&5
35201
 
+  ($PKG_CONFIG --exists --print-errors "dbus-1 dbus-glib-1") 2>&5
 
39592
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
39593
   (eval "$ac_compile") 2>conftest.er1
35202
39594
   ac_status=$?
35203
 
-  grep -v '^ *+' conftest.er1 >conftest.err
35204
 
-  rm -f conftest.er1
35205
 
-  cat conftest.err >&5
35206
 
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
35207
 
-  (exit $ac_status); } && {
35208
 
-        test -z "$ac_c_werror_flag" ||
35209
 
-        test ! -s conftest.err
35210
 
-       } && test -s conftest.$ac_objext; then
 
39595
   grep -v '^ *+' conftest.er1 >conftest.err
 
39596
   rm -f conftest.er1
 
39597
   cat conftest.err >&5
 
39598
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
39599
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
39600
   (exit $ac_status); } && {
 
39601
         test -z "$ac_c_werror_flag" ||
 
39602
         test ! -s conftest.err
 
39603
        } && test -s conftest.$ac_objext; then
35211
39604
-  ac_header_compiler=yes
35212
 
+  (exit $ac_status); }; then
35213
 
+  pkg_cv_DBUS_CFLAGS=`$PKG_CONFIG --cflags "dbus-1 dbus-glib-1" 2>/dev/null`
 
39605
+  has_option=yes
35214
39606
 else
35215
39607
-  $as_echo "$as_me: failed program was:" >&5
35216
 
-sed 's/^/| /' conftest.$ac_ext >&5
35217
 
-
 
39608
+  echo "$as_me: failed program was:" >&5
 
39609
 sed 's/^/| /' conftest.$ac_ext >&5
 
39610
 
35218
39611
-       ac_header_compiler=no
35219
 
+  pkg_failed=yes
 
39612
+       has_option=no
35220
39613
 fi
35221
 
-
35222
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
39614
 
 
39615
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
35223
39616
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
35224
39617
-$as_echo "$ac_header_compiler" >&6; }
35225
 
-
 
39618
+               CFLAGS="$SAVE_CFLAGS"
 
39619
+               { echo "$as_me:$LINENO: result: $has_option" >&5
 
39620
+echo "${ECHO_T}$has_option" >&6; }
 
39621
+               if test $has_option = yes; then
 
39622
+                 warning_flags="$warning_flags $option"
 
39623
+               fi
 
39624
+               unset has_option
 
39625
+               unset SAVE_CFLAGS
 
39626
+       done
 
39627
+       unset option
 
39628
+       if test "$enable_compile_warnings" = "error" ; then
 
39629
+           warning_flags="$warning_flags -Werror"
 
39630
+       fi
 
39631
+       ;;
 
39632
+    *)
 
39633
+       { { echo "$as_me:$LINENO: error: Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" >&5
 
39634
+echo "$as_me: error: Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" >&2;}
 
39635
+   { (exit 1); exit 1; }; }
 
39636
+       ;;
 
39637
+    esac
 
39638
+    CFLAGS="$realsave_CFLAGS"
 
39639
+    { echo "$as_me:$LINENO: checking what warning flags to pass to the C compiler" >&5
 
39640
+echo $ECHO_N "checking what warning flags to pass to the C compiler... $ECHO_C" >&6; }
 
39641
+    { echo "$as_me:$LINENO: result: $warning_flags" >&5
 
39642
+echo "${ECHO_T}$warning_flags" >&6; }
 
39643
 
35226
39644
-# Is the header present?
35227
39645
-{ $as_echo "$as_me:$LINENO: checking libintl.h presence" >&5
35228
39646
-$as_echo_n "checking libintl.h presence... " >&6; }
35229
39647
-cat >conftest.$ac_ext <<_ACEOF
35230
 
-/* confdefs.h.  */
35231
 
-_ACEOF
35232
 
-cat confdefs.h >>conftest.$ac_ext
35233
 
-cat >>conftest.$ac_ext <<_ACEOF
35234
 
-/* end confdefs.h.  */
 
39648
+    # Check whether --enable-iso-c was given.
 
39649
+if test "${enable_iso_c+set}" = set; then
 
39650
+  enableval=$enable_iso_c;
 
39651
+else
 
39652
+  enable_iso_c=no
 
39653
+fi
 
39654
+
 
39655
+
 
39656
+    { echo "$as_me:$LINENO: checking what language compliance flags to pass to the C compiler" >&5
 
39657
+echo $ECHO_N "checking what language compliance flags to pass to the C compiler... $ECHO_C" >&6; }
 
39658
+    complCFLAGS=
 
39659
+    if test "x$enable_iso_c" != "xno"; then
 
39660
+       if test "x$GCC" = "xyes"; then
 
39661
+       case " $CFLAGS " in
 
39662
+           *\ \        -ansi\ \        *) ;;
 
39663
+           *) complCFLAGS="$complCFLAGS -ansi" ;;
 
39664
+       esac
 
39665
+       case " $CFLAGS " in
 
39666
+           *\ \        -pedantic\ \    *) ;;
 
39667
+           *) complCFLAGS="$complCFLAGS -pedantic" ;;
 
39668
+       esac
 
39669
+       fi
 
39670
+    fi
 
39671
+    { echo "$as_me:$LINENO: result: $complCFLAGS" >&5
 
39672
+echo "${ECHO_T}$complCFLAGS" >&6; }
 
39673
+
 
39674
+    WARN_CFLAGS="$warning_flags $complCFLAGS"
 
39675
+
 
39676
+
 
39677
+
 
39678
+
 
39679
+
 
39680
+       if test $USE_MAINTAINER_MODE = yes; then
 
39681
+               DISABLE_DEPRECATED="-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGCONF_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED"
 
39682
+       else
 
39683
+               DISABLE_DEPRECATED=""
 
39684
+       fi
 
39685
+
 
39686
+
 
39687
+
 
39688
+{ echo "$as_me:$LINENO: checking for X" >&5
 
39689
+echo $ECHO_N "checking for X... $ECHO_C" >&6; }
 
39690
+
 
39691
+
 
39692
+# Check whether --with-x was given.
 
39693
+if test "${with_x+set}" = set; then
 
39694
+  withval=$with_x;
 
39695
+fi
 
39696
+
 
39697
+# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
 
39698
+if test "x$with_x" = xno; then
 
39699
+  # The user explicitly disabled X.
 
39700
+  have_x=disabled
 
39701
+else
 
39702
+  case $x_includes,$x_libraries in #(
 
39703
+    *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
 
39704
+echo "$as_me: error: Cannot use X directory names containing '" >&2;}
 
39705
+   { (exit 1); exit 1; }; };; #(
 
39706
+    *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
 
39707
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
39708
+else
 
39709
+  # One or both of the vars are not set, and there is no cached value.
 
39710
+ac_x_includes=no ac_x_libraries=no
 
39711
+rm -f -r conftest.dir
 
39712
+if mkdir conftest.dir; then
 
39713
+  cd conftest.dir
 
39714
+  cat >Imakefile <<'_ACEOF'
 
39715
+incroot:
 
39716
+       @echo incroot='${INCROOT}'
 
39717
+usrlibdir:
 
39718
+       @echo usrlibdir='${USRLIBDIR}'
 
39719
+libdir:
 
39720
+       @echo libdir='${LIBDIR}'
 
39721
+_ACEOF
 
39722
+  if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
 
39723
+    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
 
39724
+    for ac_var in incroot usrlibdir libdir; do
 
39725
+      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
 
39726
+    done
 
39727
+    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
 
39728
+    for ac_extension in a so sl; do
 
39729
+      if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
 
39730
+        test -f "$ac_im_libdir/libX11.$ac_extension"; then
 
39731
+       ac_im_usrlibdir=$ac_im_libdir; break
 
39732
+      fi
 
39733
+    done
 
39734
+    # Screen out bogus values from the imake configuration.  They are
 
39735
+    # bogus both because they are the default anyway, and because
 
39736
+    # using them would break gcc on systems where it needs fixed includes.
 
39737
+    case $ac_im_incroot in
 
39738
+       /usr/include) ac_x_includes= ;;
 
39739
+       *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
 
39740
+    esac
 
39741
+    case $ac_im_usrlibdir in
 
39742
+       /usr/lib | /lib) ;;
 
39743
+       *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
 
39744
+    esac
 
39745
+  fi
 
39746
+  cd ..
 
39747
+  rm -f -r conftest.dir
 
39748
+fi
 
39749
+
 
39750
+# Standard set of common directories for X headers.
 
39751
+# Check X11 before X11Rn because it is often a symlink to the current release.
 
39752
+ac_x_header_dirs='
 
39753
+/usr/X11/include
 
39754
+/usr/X11R6/include
 
39755
+/usr/X11R5/include
 
39756
+/usr/X11R4/include
 
39757
+
 
39758
+/usr/include/X11
 
39759
+/usr/include/X11R6
 
39760
+/usr/include/X11R5
 
39761
+/usr/include/X11R4
 
39762
+
 
39763
+/usr/local/X11/include
 
39764
+/usr/local/X11R6/include
 
39765
+/usr/local/X11R5/include
 
39766
+/usr/local/X11R4/include
 
39767
+
 
39768
+/usr/local/include/X11
 
39769
+/usr/local/include/X11R6
 
39770
+/usr/local/include/X11R5
 
39771
+/usr/local/include/X11R4
 
39772
+
 
39773
+/usr/X386/include
 
39774
+/usr/x386/include
 
39775
+/usr/XFree86/include/X11
 
39776
+
 
39777
+/usr/include
 
39778
+/usr/local/include
 
39779
+/usr/unsupported/include
 
39780
+/usr/athena/include
 
39781
+/usr/local/x11r5/include
 
39782
+/usr/lpp/Xamples/include
 
39783
+
 
39784
+/usr/openwin/include
 
39785
+/usr/openwin/share/include'
 
39786
+
 
39787
+if test "$ac_x_includes" = no; then
 
39788
+  # Guess where to find include files, by looking for Xlib.h.
 
39789
+  # First, try using that file with no special directory specified.
 
39790
+  cat >conftest.$ac_ext <<_ACEOF
 
39791
 /* confdefs.h.  */
 
39792
 _ACEOF
 
39793
 cat confdefs.h >>conftest.$ac_ext
 
39794
 cat >>conftest.$ac_ext <<_ACEOF
 
39795
 /* end confdefs.h.  */
35235
39796
-#include <libintl.h>
35236
 
-_ACEOF
35237
 
-if { (ac_try="$ac_cpp conftest.$ac_ext"
35238
 
-case "(($ac_try" in
35239
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35240
 
-  *) ac_try_echo=$ac_try;;
35241
 
-esac
 
39797
+#include <X11/Xlib.h>
 
39798
 _ACEOF
 
39799
 if { (ac_try="$ac_cpp conftest.$ac_ext"
 
39800
 case "(($ac_try" in
 
39801
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
39802
   *) ac_try_echo=$ac_try;;
 
39803
 esac
35242
39804
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
35243
39805
-$as_echo "$ac_try_echo") >&5
35244
 
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
35245
 
+    fi
35246
 
+else
35247
 
+       pkg_failed=untried
35248
 
+fi
35249
 
+if test -n "$PKG_CONFIG"; then
35250
 
+    if test -n "$DBUS_LIBS"; then
35251
 
+        pkg_cv_DBUS_LIBS="$DBUS_LIBS"
35252
 
+    else
35253
 
+        if test -n "$PKG_CONFIG" && \
35254
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dbus-1 dbus-glib-1\"") >&5
35255
 
+  ($PKG_CONFIG --exists --print-errors "dbus-1 dbus-glib-1") 2>&5
 
39806
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
39807
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
35256
39808
   ac_status=$?
35257
 
-  grep -v '^ *+' conftest.er1 >conftest.err
35258
 
-  rm -f conftest.er1
35259
 
-  cat conftest.err >&5
35260
 
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
35261
 
-  (exit $ac_status); } >/dev/null && {
35262
 
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
35263
 
-        test ! -s conftest.err
35264
 
-       }; then
 
39809
   grep -v '^ *+' conftest.er1 >conftest.err
 
39810
   rm -f conftest.er1
 
39811
   cat conftest.err >&5
 
39812
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
39813
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
39814
   (exit $ac_status); } >/dev/null && {
 
39815
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
39816
         test ! -s conftest.err
 
39817
        }; then
35265
39818
-  ac_header_preproc=yes
35266
 
+  (exit $ac_status); }; then
35267
 
+  pkg_cv_DBUS_LIBS=`$PKG_CONFIG --libs "dbus-1 dbus-glib-1" 2>/dev/null`
 
39819
+  # We can compile using X headers with no special include directory.
 
39820
+ac_x_includes=
35268
39821
 else
35269
39822
-  $as_echo "$as_me: failed program was:" >&5
35270
 
-sed 's/^/| /' conftest.$ac_ext >&5
35271
 
-
 
39823
+  echo "$as_me: failed program was:" >&5
 
39824
 sed 's/^/| /' conftest.$ac_ext >&5
 
39825
 
35272
39826
-  ac_header_preproc=no
35273
 
+  pkg_failed=yes
 
39827
+  for ac_dir in $ac_x_header_dirs; do
 
39828
+  if test -r "$ac_dir/X11/Xlib.h"; then
 
39829
+    ac_x_includes=$ac_dir
 
39830
+    break
 
39831
+  fi
 
39832
+done
35274
39833
 fi
35275
 
-
35276
 
-rm -f conftest.err conftest.$ac_ext
 
39834
 
 
39835
 rm -f conftest.err conftest.$ac_ext
35277
39836
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
35278
39837
-$as_echo "$ac_header_preproc" >&6; }
35279
39838
-
35311
39870
-$as_echo_n "checking for libintl.h... " >&6; }
35312
39871
-if test "${ac_cv_header_libintl_h+set}" = set; then
35313
39872
-  $as_echo_n "(cached) " >&6
35314
 
+    fi
35315
 
 else
 
39873
-else
35316
39874
-  ac_cv_header_libintl_h=$ac_header_preproc
35317
 
+       pkg_failed=untried
35318
 
 fi
 
39875
-fi
35319
39876
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
35320
39877
-$as_echo "$ac_cv_header_libintl_h" >&6; }
35321
 
 
 
39878
-
35322
39879
-fi
35323
 
-if test "x$ac_cv_header_libintl_h" = x""yes; then
 
39880
-if test $ac_cv_header_libintl_h = yes; then
35324
39881
-  gt_cv_func_dgettext_libintl="no"
35325
39882
-      libintl_extra_libs=""
 
39883
+fi # $ac_x_includes = no
35326
39884
 
35327
39885
-      #
35328
39886
-      # First check in libc
35332
39890
-if test "${gt_cv_func_ngettext_libc+set}" = set; then
35333
39891
-  $as_echo_n "(cached) " >&6
35334
39892
-else
35335
 
-  cat >conftest.$ac_ext <<_ACEOF
35336
 
-/* confdefs.h.  */
35337
 
-_ACEOF
35338
 
-cat confdefs.h >>conftest.$ac_ext
35339
 
-cat >>conftest.$ac_ext <<_ACEOF
35340
 
-/* end confdefs.h.  */
35341
 
 
 
39893
+if test "$ac_x_libraries" = no; then
 
39894
+  # Check for the libraries.
 
39895
+  # See if we find them without any special options.
 
39896
+  # Don't add to $LIBS permanently.
 
39897
+  ac_save_LIBS=$LIBS
 
39898
+  LIBS="-lX11 $LIBS"
 
39899
   cat >conftest.$ac_ext <<_ACEOF
 
39900
 /* confdefs.h.  */
 
39901
 _ACEOF
 
39902
 cat confdefs.h >>conftest.$ac_ext
 
39903
 cat >>conftest.$ac_ext <<_ACEOF
 
39904
 /* end confdefs.h.  */
 
39905
-
35342
39906
-#include <libintl.h>
35343
 
+if test $pkg_failed = yes; then
35344
 
 
35345
 
-int
35346
 
-main ()
35347
 
-{
 
39907
-
 
39908
+#include <X11/Xlib.h>
 
39909
 int
 
39910
 main ()
 
39911
 {
35348
39912
-return !ngettext ("","", 1)
35349
 
-  ;
35350
 
-  return 0;
35351
 
-}
35352
 
-_ACEOF
35353
 
-rm -f conftest.$ac_objext conftest$ac_exeext
35354
 
-if { (ac_try="$ac_link"
35355
 
-case "(($ac_try" in
35356
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35357
 
-  *) ac_try_echo=$ac_try;;
35358
 
-esac
 
39913
+XrmInitialize ()
 
39914
   ;
 
39915
   return 0;
 
39916
 }
 
39917
@@ -22565,56 +14895,109 @@
 
39918
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
39919
   *) ac_try_echo=$ac_try;;
 
39920
 esac
35359
39921
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
35360
39922
-$as_echo "$ac_try_echo") >&5
35361
 
-  (eval "$ac_link") 2>conftest.er1
35362
 
-  ac_status=$?
35363
 
-  grep -v '^ *+' conftest.er1 >conftest.err
35364
 
-  rm -f conftest.er1
35365
 
-  cat conftest.err >&5
 
39923
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
39924
   (eval "$ac_link") 2>conftest.er1
 
39925
   ac_status=$?
 
39926
   grep -v '^ *+' conftest.er1 >conftest.err
 
39927
   rm -f conftest.er1
 
39928
   cat conftest.err >&5
35366
39929
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
35367
 
-  (exit $ac_status); } && {
35368
 
-        test -z "$ac_c_werror_flag" ||
35369
 
-        test ! -s conftest.err
 
39930
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
39931
   (exit $ac_status); } && {
 
39932
         test -z "$ac_c_werror_flag" ||
 
39933
         test ! -s conftest.err
35370
39934
-       } && test -s conftest$ac_exeext && {
35371
39935
-        test "$cross_compiling" = yes ||
35372
39936
-        $as_test_x conftest$ac_exeext
35373
39937
-       }; then
35374
39938
-  gt_cv_func_ngettext_libc=yes
35375
 
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
35376
 
+        _pkg_short_errors_supported=yes
 
39939
+       } && test -s conftest$ac_exeext &&
 
39940
+       $as_test_x conftest$ac_exeext; then
 
39941
+  LIBS=$ac_save_LIBS
 
39942
+# We can link X programs with no special library path.
 
39943
+ac_x_libraries=
35377
39944
 else
35378
39945
-  $as_echo "$as_me: failed program was:" >&5
35379
 
-sed 's/^/| /' conftest.$ac_ext >&5
35380
 
-
 
39946
+  echo "$as_me: failed program was:" >&5
 
39947
 sed 's/^/| /' conftest.$ac_ext >&5
 
39948
 
35381
39949
-       gt_cv_func_ngettext_libc=no
35382
 
+        _pkg_short_errors_supported=no
 
39950
+       LIBS=$ac_save_LIBS
 
39951
+for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
 
39952
+do
 
39953
+  # Don't even attempt the hair of trying to link an X program!
 
39954
+  for ac_extension in a so sl; do
 
39955
+    if test -r "$ac_dir/libX11.$ac_extension"; then
 
39956
+      ac_x_libraries=$ac_dir
 
39957
+      break 2
 
39958
+    fi
 
39959
+  done
 
39960
+done
 
39961
+fi
 
39962
+
 
39963
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
39964
+      conftest$ac_exeext conftest.$ac_ext
 
39965
+fi # $ac_x_libraries = no
 
39966
+
 
39967
+case $ac_x_includes,$ac_x_libraries in #(
 
39968
+  no,* | *,no | *\'*)
 
39969
+    # Didn't find X, or a directory has "'" in its name.
 
39970
+    ac_cv_have_x="have_x=no";; #(
 
39971
+  *)
 
39972
+    # Record where we found X for the cache.
 
39973
+    ac_cv_have_x="have_x=yes\
 
39974
+       ac_x_includes='$ac_x_includes'\
 
39975
+       ac_x_libraries='$ac_x_libraries'"
 
39976
+esac
 
39977
+fi
 
39978
+;; #(
 
39979
+    *) have_x=yes;;
 
39980
+  esac
 
39981
+  eval "$ac_cv_have_x"
 
39982
+fi # $with_x != no
 
39983
+
 
39984
+if test "$have_x" != yes; then
 
39985
+  { echo "$as_me:$LINENO: result: $have_x" >&5
 
39986
+echo "${ECHO_T}$have_x" >&6; }
 
39987
+  no_x=yes
 
39988
+else
 
39989
+  # If each of the values was on the command line, it overrides each guess.
 
39990
+  test "x$x_includes" = xNONE && x_includes=$ac_x_includes
 
39991
+  test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
 
39992
+  # Update the cache value to reflect the command line values.
 
39993
+  ac_cv_have_x="have_x=yes\
 
39994
+       ac_x_includes='$x_includes'\
 
39995
+       ac_x_libraries='$x_libraries'"
 
39996
+  { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
 
39997
+echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
35383
39998
 fi
35384
 
+        if test $_pkg_short_errors_supported = yes; then
35385
 
+               DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "dbus-1 dbus-glib-1"`
35386
 
+        else
35387
 
+               DBUS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "dbus-1 dbus-glib-1"`
35388
 
+        fi
35389
 
+       # Put the nasty error message in config.log where it belongs
35390
 
+       echo "$DBUS_PKG_ERRORS" >&5
35391
39999
 
35392
40000
-rm -rf conftest.dSYM
35393
40001
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35394
40002
-      conftest$ac_exeext conftest.$ac_ext
35395
 
+       { { $as_echo "$as_me:$LINENO: error: Package requirements (dbus-1 dbus-glib-1) were not met:
 
40003
+if test "$no_x" = yes; then
 
40004
+  # Not all programs may use this symbol, but it does not hurt to define it.
35396
40005
 
35397
40006
-fi
35398
40007
-{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_ngettext_libc" >&5
35399
40008
-$as_echo "$gt_cv_func_ngettext_libc" >&6; }
35400
 
+$DBUS_PKG_ERRORS
 
40009
+cat >>confdefs.h <<\_ACEOF
 
40010
+#define X_DISPLAY_MISSING 1
 
40011
+_ACEOF
35401
40012
 
35402
40013
-      if test "$gt_cv_func_ngettext_libc" = "yes" ; then
35403
40014
-             { $as_echo "$as_me:$LINENO: checking for dgettext in libc" >&5
35404
40015
-$as_echo_n "checking for dgettext in libc... " >&6; }
35405
40016
-if test "${gt_cv_func_dgettext_libc+set}" = set; then
35406
40017
-  $as_echo_n "(cached) " >&6
35407
 
-else
 
40018
+  X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
 
40019
 else
35408
40020
-  cat >conftest.$ac_ext <<_ACEOF
35409
 
-/* confdefs.h.  */
35410
 
-_ACEOF
35411
 
-cat confdefs.h >>conftest.$ac_ext
35412
 
-cat >>conftest.$ac_ext <<_ACEOF
35413
 
-/* end confdefs.h.  */
35414
 
-
 
40021
+  if test -n "$x_includes"; then
 
40022
+    X_CFLAGS="$X_CFLAGS -I$x_includes"
 
40023
+  fi
 
40024
+
 
40025
+  # It would also be nice to do this for all -L options, not just this one.
 
40026
+  if test -n "$x_libraries"; then
 
40027
+    X_LIBS="$X_LIBS -L$x_libraries"
 
40028
+    # For Solaris; some versions of Sun CC require a space after -R and
 
40029
+    # others require no space.  Words are not sufficient . . . .
 
40030
+    { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
 
40031
+echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
 
40032
+    ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
 
40033
+    ac_xsave_c_werror_flag=$ac_c_werror_flag
 
40034
+    ac_c_werror_flag=yes
 
40035
+    cat >conftest.$ac_ext <<_ACEOF
 
40036
 /* confdefs.h.  */
 
40037
 _ACEOF
 
40038
 cat confdefs.h >>conftest.$ac_ext
 
40039
 cat >>conftest.$ac_ext <<_ACEOF
 
40040
 /* end confdefs.h.  */
 
40041
 
35415
40042
-#include <libintl.h>
35416
40043
-
35417
 
-int
35418
 
-main ()
35419
 
-{
 
40044
 int
 
40045
 main ()
 
40046
 {
35420
40047
-return !dgettext ("","")
35421
 
-  ;
35422
 
-  return 0;
35423
 
-}
35424
 
-_ACEOF
35425
 
-rm -f conftest.$ac_objext conftest$ac_exeext
35426
 
-if { (ac_try="$ac_link"
35427
 
-case "(($ac_try" in
35428
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35429
 
-  *) ac_try_echo=$ac_try;;
35430
 
-esac
 
40048
+
 
40049
   ;
 
40050
   return 0;
 
40051
 }
 
40052
@@ -22625,89 +15008,37 @@
 
40053
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
40054
   *) ac_try_echo=$ac_try;;
 
40055
 esac
35431
40056
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
35432
40057
-$as_echo "$ac_try_echo") >&5
35433
 
-  (eval "$ac_link") 2>conftest.er1
35434
 
-  ac_status=$?
35435
 
-  grep -v '^ *+' conftest.er1 >conftest.err
35436
 
-  rm -f conftest.er1
35437
 
-  cat conftest.err >&5
 
40058
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
40059
   (eval "$ac_link") 2>conftest.er1
 
40060
   ac_status=$?
 
40061
   grep -v '^ *+' conftest.er1 >conftest.err
 
40062
   rm -f conftest.er1
 
40063
   cat conftest.err >&5
35438
40064
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
35439
 
-  (exit $ac_status); } && {
35440
 
-        test -z "$ac_c_werror_flag" ||
35441
 
-        test ! -s conftest.err
 
40065
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
40066
   (exit $ac_status); } && {
 
40067
         test -z "$ac_c_werror_flag" ||
 
40068
         test ! -s conftest.err
35442
40069
-       } && test -s conftest$ac_exeext && {
35443
40070
-        test "$cross_compiling" = yes ||
35444
40071
-        $as_test_x conftest$ac_exeext
35445
40072
-       }; then
35446
40073
-  gt_cv_func_dgettext_libc=yes
35447
 
-else
 
40074
+       } && test -s conftest$ac_exeext &&
 
40075
+       $as_test_x conftest$ac_exeext; then
 
40076
+  { echo "$as_me:$LINENO: result: no" >&5
 
40077
+echo "${ECHO_T}no" >&6; }
 
40078
+       X_LIBS="$X_LIBS -R$x_libraries"
 
40079
 else
35448
40080
-  $as_echo "$as_me: failed program was:" >&5
35449
 
-sed 's/^/| /' conftest.$ac_ext >&5
35450
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
35451
 
+installed software in a non-standard prefix.
 
40081
+  echo "$as_me: failed program was:" >&5
 
40082
 sed 's/^/| /' conftest.$ac_ext >&5
35452
40083
 
35453
40084
-       gt_cv_func_dgettext_libc=no
35454
40085
-fi
35455
 
+Alternatively, you may set the environment variables DBUS_CFLAGS
35456
 
+and DBUS_LIBS to avoid the need to call pkg-config.
35457
 
+See the pkg-config man page for more details.
35458
 
+" >&5
35459
 
+$as_echo "$as_me: error: Package requirements (dbus-1 dbus-glib-1) were not met:
35460
 
 
 
40086
-
35461
40087
-rm -rf conftest.dSYM
35462
40088
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35463
40089
-      conftest$ac_exeext conftest.$ac_ext
35464
 
+$DBUS_PKG_ERRORS
35465
 
 
 
40090
-
35466
40091
-fi
35467
40092
-{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_dgettext_libc" >&5
35468
40093
-$as_echo "$gt_cv_func_dgettext_libc" >&6; }
35469
40094
-      fi
35470
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
35471
 
+installed software in a non-standard prefix.
35472
 
 
 
40095
-
35473
40096
-      if test "$gt_cv_func_ngettext_libc" = "yes" ; then
35474
 
+Alternatively, you may set the environment variables DBUS_CFLAGS
35475
 
+and DBUS_LIBS to avoid the need to call pkg-config.
35476
 
+See the pkg-config man page for more details.
35477
 
+" >&2;}
35478
 
+   { (exit 1); exit 1; }; }
35479
 
+elif test $pkg_failed = untried; then
35480
 
+       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
35481
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
35482
 
+{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
35483
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
35484
 
+path to pkg-config.
35485
 
 
 
40097
-
35486
40098
-for ac_func in bind_textdomain_codeset
35487
40099
-do
35488
40100
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
35492
40104
-  $as_echo_n "(cached) " >&6
35493
40105
-else
35494
40106
-  cat >conftest.$ac_ext <<_ACEOF
35495
 
-/* confdefs.h.  */
35496
 
-_ACEOF
35497
 
-cat confdefs.h >>conftest.$ac_ext
35498
 
-cat >>conftest.$ac_ext <<_ACEOF
35499
 
-/* end confdefs.h.  */
 
40107
+       LIBS="$ac_xsave_LIBS -R $x_libraries"
 
40108
+       cat >conftest.$ac_ext <<_ACEOF
 
40109
 /* confdefs.h.  */
 
40110
 _ACEOF
 
40111
 cat confdefs.h >>conftest.$ac_ext
 
40112
 cat >>conftest.$ac_ext <<_ACEOF
 
40113
 /* end confdefs.h.  */
35500
40114
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
35501
40115
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
35502
40116
-#define $ac_func innocuous_$ac_func
35503
 
+Alternatively, you may set the environment variables DBUS_CFLAGS
35504
 
+and DBUS_LIBS to avoid the need to call pkg-config.
35505
 
+See the pkg-config man page for more details.
35506
 
 
 
40117
-
35507
40118
-/* System header to define __stub macros and hopefully few prototypes,
35508
40119
-    which can conflict with char $ac_func (); below.
35509
40120
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
35510
40121
-    <limits.h> exists even on freestanding compilers.  */
35511
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
35512
 
+See \`config.log' for more details." >&5
35513
 
+$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
35514
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
35515
 
+path to pkg-config.
35516
 
 
 
40122
-
35517
40123
-#ifdef __STDC__
35518
40124
-# include <limits.h>
35519
40125
-#else
35520
40126
-# include <assert.h>
35521
40127
-#endif
35522
 
+Alternatively, you may set the environment variables DBUS_CFLAGS
35523
 
+and DBUS_LIBS to avoid the need to call pkg-config.
35524
 
+See the pkg-config man page for more details.
35525
 
 
 
40128
-
35526
40129
-#undef $ac_func
35527
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
35528
 
+See \`config.log' for more details." >&2;}
35529
 
+   { (exit 1); exit 1; }; }; }
35530
 
+else
35531
 
+       DBUS_CFLAGS=$pkg_cv_DBUS_CFLAGS
35532
 
+       DBUS_LIBS=$pkg_cv_DBUS_LIBS
35533
 
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
35534
 
+$as_echo "yes" >&6; }
35535
 
+       :
35536
 
+fi
35537
 
 
 
40130
-
35538
40131
-/* Override any GCC internal prototype to avoid an error.
35539
40132
-   Use char because int might match the return type of a GCC
35540
40133
-   builtin and then its argument prototype would still apply.  */
35548
40141
-#if defined __stub_$ac_func || defined __stub___$ac_func
35549
40142
-choke me
35550
40143
-#endif
35551
 
+pkg_failed=no
35552
 
+{ $as_echo "$as_me:$LINENO: checking for GNOME_DESKTOP" >&5
35553
 
+$as_echo_n "checking for GNOME_DESKTOP... " >&6; }
35554
40144
 
35555
 
-int
35556
 
-main ()
35557
 
-{
 
40145
 int
 
40146
 main ()
 
40147
 {
35558
40148
-return $ac_func ();
35559
 
-  ;
35560
 
-  return 0;
35561
 
-}
35562
 
-_ACEOF
35563
 
-rm -f conftest.$ac_objext conftest$ac_exeext
35564
 
-if { (ac_try="$ac_link"
35565
 
-case "(($ac_try" in
35566
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35567
 
-  *) ac_try_echo=$ac_try;;
35568
 
-esac
 
40149
+
 
40150
   ;
 
40151
   return 0;
 
40152
 }
 
40153
@@ -22718,63 +15049,51 @@
 
40154
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
40155
   *) ac_try_echo=$ac_try;;
 
40156
 esac
35569
40157
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
35570
40158
-$as_echo "$ac_try_echo") >&5
35571
 
-  (eval "$ac_link") 2>conftest.er1
35572
 
+if test -n "$PKG_CONFIG"; then
35573
 
+    if test -n "$GNOME_DESKTOP_CFLAGS"; then
35574
 
+        pkg_cv_GNOME_DESKTOP_CFLAGS="$GNOME_DESKTOP_CFLAGS"
35575
 
+    else
35576
 
+        if test -n "$PKG_CONFIG" && \
35577
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-desktop-2.0\"") >&5
35578
 
+  ($PKG_CONFIG --exists --print-errors "gnome-desktop-2.0") 2>&5
 
40159
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
40160
   (eval "$ac_link") 2>conftest.er1
35579
40161
   ac_status=$?
35580
 
-  grep -v '^ *+' conftest.er1 >conftest.err
35581
 
-  rm -f conftest.er1
35582
 
-  cat conftest.err >&5
35583
 
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
35584
 
-  (exit $ac_status); } && {
35585
 
-        test -z "$ac_c_werror_flag" ||
35586
 
-        test ! -s conftest.err
 
40162
   grep -v '^ *+' conftest.er1 >conftest.err
 
40163
   rm -f conftest.er1
 
40164
   cat conftest.err >&5
 
40165
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
40166
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
40167
   (exit $ac_status); } && {
 
40168
         test -z "$ac_c_werror_flag" ||
 
40169
         test ! -s conftest.err
35587
40170
-       } && test -s conftest$ac_exeext && {
35588
40171
-        test "$cross_compiling" = yes ||
35589
40172
-        $as_test_x conftest$ac_exeext
35590
40173
-       }; then
35591
40174
-  eval "$as_ac_var=yes"
35592
 
+  (exit $ac_status); }; then
35593
 
+  pkg_cv_GNOME_DESKTOP_CFLAGS=`$PKG_CONFIG --cflags "gnome-desktop-2.0" 2>/dev/null`
 
40175
+       } && test -s conftest$ac_exeext &&
 
40176
+       $as_test_x conftest$ac_exeext; then
 
40177
+  { echo "$as_me:$LINENO: result: yes" >&5
 
40178
+echo "${ECHO_T}yes" >&6; }
 
40179
+         X_LIBS="$X_LIBS -R $x_libraries"
35594
40180
 else
35595
40181
-  $as_echo "$as_me: failed program was:" >&5
35596
 
-sed 's/^/| /' conftest.$ac_ext >&5
35597
 
-
 
40182
+  echo "$as_me: failed program was:" >&5
 
40183
 sed 's/^/| /' conftest.$ac_ext >&5
 
40184
 
35598
40185
-       eval "$as_ac_var=no"
35599
 
+  pkg_failed=yes
 
40186
+       { echo "$as_me:$LINENO: result: neither works" >&5
 
40187
+echo "${ECHO_T}neither works" >&6; }
35600
40188
 fi
35601
 
-
 
40189
 
35602
40190
-rm -rf conftest.dSYM
35603
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35604
 
-      conftest$ac_exeext conftest.$ac_ext
35605
 
+    fi
35606
 
+else
35607
 
+       pkg_failed=untried
 
40191
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
40192
       conftest$ac_exeext conftest.$ac_ext
35608
40193
 fi
35609
40194
-ac_res=`eval 'as_val=${'$as_ac_var'}
35610
40195
-                $as_echo "$as_val"'`
35611
40196
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
35612
40197
-$as_echo "$ac_res" >&6; }
35613
 
-as_val=`eval 'as_val=${'$as_ac_var'}
35614
 
-                $as_echo "$as_val"'`
35615
 
-   if test "x$as_val" = x""yes; then
 
40198
-if test `eval 'as_val=${'$as_ac_var'}
 
40199
-                $as_echo "$as_val"'` = yes; then
35616
40200
-  cat >>confdefs.h <<_ACEOF
35617
40201
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
35618
40202
-_ACEOF
35619
40203
-
35620
 
+if test -n "$PKG_CONFIG"; then
35621
 
+    if test -n "$GNOME_DESKTOP_LIBS"; then
35622
 
+        pkg_cv_GNOME_DESKTOP_LIBS="$GNOME_DESKTOP_LIBS"
35623
 
+    else
35624
 
+        if test -n "$PKG_CONFIG" && \
35625
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-desktop-2.0\"") >&5
35626
 
+  ($PKG_CONFIG --exists --print-errors "gnome-desktop-2.0") 2>&5
35627
 
+  ac_status=$?
35628
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
35629
 
+  (exit $ac_status); }; then
35630
 
+  pkg_cv_GNOME_DESKTOP_LIBS=`$PKG_CONFIG --libs "gnome-desktop-2.0" 2>/dev/null`
35631
 
+else
35632
 
+  pkg_failed=yes
35633
 
+fi
35634
 
+    fi
35635
 
+else
35636
 
+       pkg_failed=untried
35637
 
 fi
 
40204
-fi
35638
40205
-done
35639
40206
 
35640
40207
-      fi
 
40208
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
40209
+      conftest$ac_exeext conftest.$ac_ext
 
40210
+    ac_c_werror_flag=$ac_xsave_c_werror_flag
 
40211
+    LIBS=$ac_xsave_LIBS
 
40212
+  fi
35641
40213
 
35642
40214
-      #
35643
40215
-      # If we don't have everything we want, check in libintl
35645
40217
-      if test "$gt_cv_func_dgettext_libc" != "yes" \
35646
40218
-        || test "$gt_cv_func_ngettext_libc" != "yes" \
35647
40219
-         || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then
 
40220
+  # Check for system-dependent libraries X programs must link with.
 
40221
+  # Do this before checking for the system-independent R6 libraries
 
40222
+  # (-lICE), since we may need -lsocket or whatever for X linking.
35648
40223
 
35649
40224
-        { $as_echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
35650
40225
-$as_echo_n "checking for bindtextdomain in -lintl... " >&6; }
35651
40226
-if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
35652
40227
-  $as_echo_n "(cached) " >&6
35653
 
+if test $pkg_failed = yes; then
35654
 
+
35655
 
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
35656
 
+        _pkg_short_errors_supported=yes
35657
 
 else
 
40228
-else
35658
40229
-  ac_check_lib_save_LIBS=$LIBS
35659
40230
-LIBS="-lintl  $LIBS"
35660
40231
-cat >conftest.$ac_ext <<_ACEOF
35661
 
-/* confdefs.h.  */
35662
 
-_ACEOF
35663
 
-cat confdefs.h >>conftest.$ac_ext
35664
 
-cat >>conftest.$ac_ext <<_ACEOF
35665
 
-/* end confdefs.h.  */
35666
 
+        _pkg_short_errors_supported=no
35667
 
+fi
35668
 
+        if test $_pkg_short_errors_supported = yes; then
35669
 
+               GNOME_DESKTOP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gnome-desktop-2.0"`
35670
 
+        else
35671
 
+               GNOME_DESKTOP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gnome-desktop-2.0"`
35672
 
+        fi
35673
 
+       # Put the nasty error message in config.log where it belongs
35674
 
+       echo "$GNOME_DESKTOP_PKG_ERRORS" >&5
35675
 
 
35676
 
-/* Override any GCC internal prototype to avoid an error.
35677
 
-   Use char because int might match the return type of a GCC
35678
 
-   builtin and then its argument prototype would still apply.  */
35679
 
-#ifdef __cplusplus
35680
 
-extern "C"
35681
 
-#endif
 
40232
+  if test "$ISC" = yes; then
 
40233
+    X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
 
40234
+  else
 
40235
+    # Martyn Johnson says this is needed for Ultrix, if the X
 
40236
+    # libraries were built with DECnet support.  And Karl Berry says
 
40237
+    # the Alpha needs dnet_stub (dnet does not exist).
 
40238
+    ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
 
40239
+    cat >conftest.$ac_ext <<_ACEOF
 
40240
 /* confdefs.h.  */
 
40241
 _ACEOF
 
40242
 cat confdefs.h >>conftest.$ac_ext
 
40243
@@ -22787,11 +15106,11 @@
 
40244
 #ifdef __cplusplus
 
40245
 extern "C"
 
40246
 #endif
35682
40247
-char bindtextdomain ();
35683
 
-int
35684
 
-main ()
35685
 
-{
 
40248
+char XOpenDisplay ();
 
40249
 int
 
40250
 main ()
 
40251
 {
35686
40252
-return bindtextdomain ();
35687
 
-  ;
35688
 
-  return 0;
35689
 
-}
35690
 
-_ACEOF
35691
 
-rm -f conftest.$ac_objext conftest$ac_exeext
35692
 
-if { (ac_try="$ac_link"
35693
 
-case "(($ac_try" in
35694
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35695
 
-  *) ac_try_echo=$ac_try;;
35696
 
-esac
 
40253
+return XOpenDisplay ();
 
40254
   ;
 
40255
   return 0;
 
40256
 }
 
40257
@@ -22802,44 +15121,30 @@
 
40258
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
40259
   *) ac_try_echo=$ac_try;;
 
40260
 esac
35697
40261
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
35698
40262
-$as_echo "$ac_try_echo") >&5
35699
 
-  (eval "$ac_link") 2>conftest.er1
35700
 
-  ac_status=$?
35701
 
-  grep -v '^ *+' conftest.er1 >conftest.err
35702
 
-  rm -f conftest.er1
35703
 
-  cat conftest.err >&5
 
40263
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
40264
   (eval "$ac_link") 2>conftest.er1
 
40265
   ac_status=$?
 
40266
   grep -v '^ *+' conftest.er1 >conftest.err
 
40267
   rm -f conftest.er1
 
40268
   cat conftest.err >&5
35704
40269
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
35705
 
-  (exit $ac_status); } && {
35706
 
-        test -z "$ac_c_werror_flag" ||
35707
 
-        test ! -s conftest.err
 
40270
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
40271
   (exit $ac_status); } && {
 
40272
         test -z "$ac_c_werror_flag" ||
 
40273
         test ! -s conftest.err
35708
40274
-       } && test -s conftest$ac_exeext && {
35709
40275
-        test "$cross_compiling" = yes ||
35710
40276
-        $as_test_x conftest$ac_exeext
35711
40277
-       }; then
35712
40278
-  ac_cv_lib_intl_bindtextdomain=yes
35713
 
-else
 
40279
+       } && test -s conftest$ac_exeext &&
 
40280
+       $as_test_x conftest$ac_exeext; then
 
40281
+  :
 
40282
 else
35714
40283
-  $as_echo "$as_me: failed program was:" >&5
35715
 
-sed 's/^/| /' conftest.$ac_ext >&5
35716
 
+       { { $as_echo "$as_me:$LINENO: error: Package requirements (gnome-desktop-2.0) were not met:
 
40284
+  echo "$as_me: failed program was:" >&5
 
40285
 sed 's/^/| /' conftest.$ac_ext >&5
35717
40286
 
35718
40287
-       ac_cv_lib_intl_bindtextdomain=no
35719
40288
-fi
35720
 
+$GNOME_DESKTOP_PKG_ERRORS
35721
 
 
 
40289
-
35722
40290
-rm -rf conftest.dSYM
35723
40291
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35724
40292
-      conftest$ac_exeext conftest.$ac_ext
35726
40294
-fi
35727
40295
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
35728
40296
-$as_echo "$ac_cv_lib_intl_bindtextdomain" >&6; }
35729
 
-if test "x$ac_cv_lib_intl_bindtextdomain" = x""yes; then
 
40297
-if test $ac_cv_lib_intl_bindtextdomain = yes; then
35730
40298
-  { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
35731
40299
-$as_echo_n "checking for ngettext in -lintl... " >&6; }
35732
40300
-if test "${ac_cv_lib_intl_ngettext+set}" = set; then
35733
40301
-  $as_echo_n "(cached) " >&6
35734
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
35735
 
+installed software in a non-standard prefix.
35736
 
+
35737
 
+Alternatively, you may set the environment variables GNOME_DESKTOP_CFLAGS
35738
 
+and GNOME_DESKTOP_LIBS to avoid the need to call pkg-config.
35739
 
+See the pkg-config man page for more details.
35740
 
+" >&5
35741
 
+$as_echo "$as_me: error: Package requirements (gnome-desktop-2.0) were not met:
35742
 
+
35743
 
+$GNOME_DESKTOP_PKG_ERRORS
35744
 
+
35745
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
35746
 
+installed software in a non-standard prefix.
35747
 
+
35748
 
+Alternatively, you may set the environment variables GNOME_DESKTOP_CFLAGS
35749
 
+and GNOME_DESKTOP_LIBS to avoid the need to call pkg-config.
35750
 
+See the pkg-config man page for more details.
35751
 
+" >&2;}
35752
 
+   { (exit 1); exit 1; }; }
35753
 
+elif test $pkg_failed = untried; then
35754
 
+       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
35755
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
35756
 
+{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
35757
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
35758
 
+path to pkg-config.
35759
 
+
35760
 
+Alternatively, you may set the environment variables GNOME_DESKTOP_CFLAGS
35761
 
+and GNOME_DESKTOP_LIBS to avoid the need to call pkg-config.
35762
 
+See the pkg-config man page for more details.
35763
 
+
35764
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
35765
 
+See \`config.log' for more details." >&5
35766
 
+$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
35767
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
35768
 
+path to pkg-config.
35769
 
+
35770
 
+Alternatively, you may set the environment variables GNOME_DESKTOP_CFLAGS
35771
 
+and GNOME_DESKTOP_LIBS to avoid the need to call pkg-config.
35772
 
+See the pkg-config man page for more details.
35773
 
+
35774
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
35775
 
+See \`config.log' for more details." >&2;}
35776
 
+   { (exit 1); exit 1; }; }; }
 
40302
+       { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
 
40303
+echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
 
40304
+if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
 
40305
+  echo $ECHO_N "(cached) $ECHO_C" >&6
35777
40306
 else
35778
 
-  ac_check_lib_save_LIBS=$LIBS
 
40307
   ac_check_lib_save_LIBS=$LIBS
35779
40308
-LIBS="-lintl  $LIBS"
35780
 
-cat >conftest.$ac_ext <<_ACEOF
35781
 
-/* confdefs.h.  */
35782
 
-_ACEOF
35783
 
-cat confdefs.h >>conftest.$ac_ext
35784
 
-cat >>conftest.$ac_ext <<_ACEOF
35785
 
-/* end confdefs.h.  */
35786
 
+       GNOME_DESKTOP_CFLAGS=$pkg_cv_GNOME_DESKTOP_CFLAGS
35787
 
+       GNOME_DESKTOP_LIBS=$pkg_cv_GNOME_DESKTOP_LIBS
35788
 
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
35789
 
+$as_echo "yes" >&6; }
35790
 
+       :
35791
 
+fi
35792
 
 
35793
 
-/* Override any GCC internal prototype to avoid an error.
35794
 
-   Use char because int might match the return type of a GCC
35795
 
-   builtin and then its argument prototype would still apply.  */
35796
 
-#ifdef __cplusplus
35797
 
-extern "C"
35798
 
-#endif
 
40309
+LIBS="-ldnet  $LIBS"
 
40310
 cat >conftest.$ac_ext <<_ACEOF
 
40311
 /* confdefs.h.  */
 
40312
 _ACEOF
 
40313
@@ -22853,11 +15158,11 @@
 
40314
 #ifdef __cplusplus
 
40315
 extern "C"
 
40316
 #endif
35799
40317
-char ngettext ();
35800
 
-int
35801
 
-main ()
35802
 
-{
 
40318
+char dnet_ntoa ();
 
40319
 int
 
40320
 main ()
 
40321
 {
35803
40322
-return ngettext ();
35804
 
-  ;
35805
 
-  return 0;
35806
 
-}
35807
 
-_ACEOF
35808
 
-rm -f conftest.$ac_objext conftest$ac_exeext
35809
 
-if { (ac_try="$ac_link"
35810
 
-case "(($ac_try" in
35811
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35812
 
-  *) ac_try_echo=$ac_try;;
35813
 
-esac
 
40323
+return dnet_ntoa ();
 
40324
   ;
 
40325
   return 0;
 
40326
 }
 
40327
@@ -22868,44 +15173,44 @@
 
40328
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
40329
   *) ac_try_echo=$ac_try;;
 
40330
 esac
35814
40331
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
35815
40332
-$as_echo "$ac_try_echo") >&5
35816
 
-  (eval "$ac_link") 2>conftest.er1
35817
 
+pkg_failed=no
35818
 
+{ $as_echo "$as_me:$LINENO: checking for DEFAULT_APPLICATIONS_CAPPLET" >&5
35819
 
+$as_echo_n "checking for DEFAULT_APPLICATIONS_CAPPLET... " >&6; }
35820
 
+
35821
 
+if test -n "$PKG_CONFIG"; then
35822
 
+    if test -n "$DEFAULT_APPLICATIONS_CAPPLET_CFLAGS"; then
35823
 
+        pkg_cv_DEFAULT_APPLICATIONS_CAPPLET_CFLAGS="$DEFAULT_APPLICATIONS_CAPPLET_CFLAGS"
35824
 
+    else
35825
 
+        if test -n "$PKG_CONFIG" && \
35826
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\"") >&5
35827
 
+  ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5
 
40333
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
40334
   (eval "$ac_link") 2>conftest.er1
35828
40335
   ac_status=$?
35829
 
-  grep -v '^ *+' conftest.er1 >conftest.err
35830
 
-  rm -f conftest.er1
35831
 
-  cat conftest.err >&5
35832
 
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
35833
 
-  (exit $ac_status); } && {
35834
 
-        test -z "$ac_c_werror_flag" ||
35835
 
-        test ! -s conftest.err
 
40336
   grep -v '^ *+' conftest.er1 >conftest.err
 
40337
   rm -f conftest.er1
 
40338
   cat conftest.err >&5
 
40339
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
40340
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
40341
   (exit $ac_status); } && {
 
40342
         test -z "$ac_c_werror_flag" ||
 
40343
         test ! -s conftest.err
35836
40344
-       } && test -s conftest$ac_exeext && {
35837
40345
-        test "$cross_compiling" = yes ||
35838
40346
-        $as_test_x conftest$ac_exeext
35839
40347
-       }; then
35840
40348
-  ac_cv_lib_intl_ngettext=yes
35841
 
+  (exit $ac_status); }; then
35842
 
+  pkg_cv_DEFAULT_APPLICATIONS_CAPPLET_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0" 2>/dev/null`
 
40349
+       } && test -s conftest$ac_exeext &&
 
40350
+       $as_test_x conftest$ac_exeext; then
 
40351
+  ac_cv_lib_dnet_dnet_ntoa=yes
35843
40352
 else
35844
40353
-  $as_echo "$as_me: failed program was:" >&5
35845
 
-sed 's/^/| /' conftest.$ac_ext >&5
35846
 
-
 
40354
+  echo "$as_me: failed program was:" >&5
 
40355
 sed 's/^/| /' conftest.$ac_ext >&5
 
40356
 
35847
40357
-       ac_cv_lib_intl_ngettext=no
35848
 
-fi
35849
 
-
 
40358
+       ac_cv_lib_dnet_dnet_ntoa=no
 
40359
 fi
 
40360
 
35850
40361
-rm -rf conftest.dSYM
35851
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35852
 
-      conftest$ac_exeext conftest.$ac_ext
35853
 
-LIBS=$ac_check_lib_save_LIBS
35854
 
+  pkg_failed=yes
 
40362
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
40363
       conftest$ac_exeext conftest.$ac_ext
 
40364
 LIBS=$ac_check_lib_save_LIBS
35855
40365
 fi
35856
40366
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
35857
40367
-$as_echo "$ac_cv_lib_intl_ngettext" >&6; }
35858
 
-if test "x$ac_cv_lib_intl_ngettext" = x""yes; then
 
40368
-if test $ac_cv_lib_intl_ngettext = yes; then
35859
40369
-  { $as_echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5
35860
40370
-$as_echo_n "checking for dgettext in -lintl... " >&6; }
35861
40371
-if test "${ac_cv_lib_intl_dgettext+set}" = set; then
35862
40372
-  $as_echo_n "(cached) " >&6
35863
 
+    fi
 
40373
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
 
40374
+echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
 
40375
+if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
 
40376
+  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
 
40377
+fi
 
40378
+
 
40379
+    if test $ac_cv_lib_dnet_dnet_ntoa = no; then
 
40380
+      { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
 
40381
+echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
 
40382
+if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
 
40383
+  echo $ECHO_N "(cached) $ECHO_C" >&6
35864
40384
 else
35865
 
-  ac_check_lib_save_LIBS=$LIBS
 
40385
   ac_check_lib_save_LIBS=$LIBS
35866
40386
-LIBS="-lintl  $LIBS"
35867
 
-cat >conftest.$ac_ext <<_ACEOF
35868
 
-/* confdefs.h.  */
35869
 
-_ACEOF
35870
 
-cat confdefs.h >>conftest.$ac_ext
35871
 
-cat >>conftest.$ac_ext <<_ACEOF
35872
 
-/* end confdefs.h.  */
35873
 
-
35874
 
-/* Override any GCC internal prototype to avoid an error.
35875
 
-   Use char because int might match the return type of a GCC
35876
 
-   builtin and then its argument prototype would still apply.  */
35877
 
-#ifdef __cplusplus
35878
 
-extern "C"
35879
 
-#endif
 
40387
+LIBS="-ldnet_stub  $LIBS"
 
40388
 cat >conftest.$ac_ext <<_ACEOF
 
40389
 /* confdefs.h.  */
 
40390
 _ACEOF
 
40391
@@ -22919,11 +15224,11 @@
 
40392
 #ifdef __cplusplus
 
40393
 extern "C"
 
40394
 #endif
35880
40395
-char dgettext ();
35881
 
-int
35882
 
-main ()
35883
 
-{
 
40396
+char dnet_ntoa ();
 
40397
 int
 
40398
 main ()
 
40399
 {
35884
40400
-return dgettext ();
35885
 
-  ;
35886
 
-  return 0;
35887
 
-}
35888
 
-_ACEOF
35889
 
-rm -f conftest.$ac_objext conftest$ac_exeext
35890
 
-if { (ac_try="$ac_link"
35891
 
-case "(($ac_try" in
35892
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35893
 
-  *) ac_try_echo=$ac_try;;
35894
 
-esac
 
40401
+return dnet_ntoa ();
 
40402
   ;
 
40403
   return 0;
 
40404
 }
 
40405
@@ -22934,63 +15239,78 @@
 
40406
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
40407
   *) ac_try_echo=$ac_try;;
 
40408
 esac
35895
40409
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
35896
40410
-$as_echo "$ac_try_echo") >&5
35897
 
-  (eval "$ac_link") 2>conftest.er1
35898
 
+       pkg_failed=untried
35899
 
+fi
35900
 
+if test -n "$PKG_CONFIG"; then
35901
 
+    if test -n "$DEFAULT_APPLICATIONS_CAPPLET_LIBS"; then
35902
 
+        pkg_cv_DEFAULT_APPLICATIONS_CAPPLET_LIBS="$DEFAULT_APPLICATIONS_CAPPLET_LIBS"
35903
 
+    else
35904
 
+        if test -n "$PKG_CONFIG" && \
35905
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\"") >&5
35906
 
+  ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5
 
40411
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
40412
   (eval "$ac_link") 2>conftest.er1
35907
40413
   ac_status=$?
35908
 
-  grep -v '^ *+' conftest.er1 >conftest.err
35909
 
-  rm -f conftest.er1
35910
 
-  cat conftest.err >&5
35911
 
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
35912
 
-  (exit $ac_status); } && {
35913
 
-        test -z "$ac_c_werror_flag" ||
35914
 
-        test ! -s conftest.err
 
40414
   grep -v '^ *+' conftest.er1 >conftest.err
 
40415
   rm -f conftest.er1
 
40416
   cat conftest.err >&5
 
40417
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
40418
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
40419
   (exit $ac_status); } && {
 
40420
         test -z "$ac_c_werror_flag" ||
 
40421
         test ! -s conftest.err
35915
40422
-       } && test -s conftest$ac_exeext && {
35916
40423
-        test "$cross_compiling" = yes ||
35917
40424
-        $as_test_x conftest$ac_exeext
35918
40425
-       }; then
35919
40426
-  ac_cv_lib_intl_dgettext=yes
35920
 
+  (exit $ac_status); }; then
35921
 
+  pkg_cv_DEFAULT_APPLICATIONS_CAPPLET_LIBS=`$PKG_CONFIG --libs "libxml-2.0" 2>/dev/null`
 
40427
+       } && test -s conftest$ac_exeext &&
 
40428
+       $as_test_x conftest$ac_exeext; then
 
40429
+  ac_cv_lib_dnet_stub_dnet_ntoa=yes
35922
40430
 else
35923
40431
-  $as_echo "$as_me: failed program was:" >&5
35924
 
-sed 's/^/| /' conftest.$ac_ext >&5
35925
 
-
 
40432
+  echo "$as_me: failed program was:" >&5
 
40433
 sed 's/^/| /' conftest.$ac_ext >&5
 
40434
 
35926
40435
-       ac_cv_lib_intl_dgettext=no
35927
 
-fi
35928
 
-
 
40436
+       ac_cv_lib_dnet_stub_dnet_ntoa=no
 
40437
 fi
 
40438
 
35929
40439
-rm -rf conftest.dSYM
35930
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
35931
 
-      conftest$ac_exeext conftest.$ac_ext
35932
 
-LIBS=$ac_check_lib_save_LIBS
35933
 
+  pkg_failed=yes
 
40440
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
40441
       conftest$ac_exeext conftest.$ac_ext
 
40442
 LIBS=$ac_check_lib_save_LIBS
35934
40443
 fi
35935
40444
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5
35936
40445
-$as_echo "$ac_cv_lib_intl_dgettext" >&6; }
35937
 
-if test "x$ac_cv_lib_intl_dgettext" = x""yes; then
 
40446
-if test $ac_cv_lib_intl_dgettext = yes; then
35938
40447
-  gt_cv_func_dgettext_libintl=yes
 
40448
-fi
 
40449
-
 
40450
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
 
40451
+echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
 
40452
+if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
 
40453
+  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
 
40454
 fi
 
40455
 
35939
40456
+    fi
35940
 
+else
35941
 
+       pkg_failed=untried
35942
40457
 fi
35943
40458
 
35944
 
-fi
35945
 
 
35946
 
-fi
35947
 
 
35948
 
+if test $pkg_failed = yes; then
 
40459
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
40460
+      conftest$ac_exeext conftest.$ac_ext
 
40461
+    LIBS="$ac_xsave_LIBS"
35949
40462
 
35950
40463
-       if test "$gt_cv_func_dgettext_libintl" != "yes" ; then
35951
40464
-         { $as_echo "$as_me:$LINENO: checking if -liconv is needed to use gettext" >&5
35956
40469
-$as_echo_n "checking for ngettext in -lintl... " >&6; }
35957
40470
-if test "${ac_cv_lib_intl_ngettext+set}" = set; then
35958
40471
-  $as_echo_n "(cached) " >&6
35959
 
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
35960
 
+        _pkg_short_errors_supported=yes
 
40472
+    # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
 
40473
+    # to get the SysV transport functions.
 
40474
+    # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
 
40475
+    # needs -lnsl.
 
40476
+    # The nsl library prevents programs from opening the X display
 
40477
+    # on Irix 5.2, according to T.E. Dickey.
 
40478
+    # The functions gethostbyname, getservbyname, and inet_addr are
 
40479
+    # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
 
40480
+    { echo "$as_me:$LINENO: checking for gethostbyname" >&5
 
40481
+echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
 
40482
+if test "${ac_cv_func_gethostbyname+set}" = set; then
 
40483
+  echo $ECHO_N "(cached) $ECHO_C" >&6
35961
40484
 else
35962
40485
-  ac_check_lib_save_LIBS=$LIBS
35963
40486
-LIBS="-lintl -liconv $LIBS"
35964
40487
-cat >conftest.$ac_ext <<_ACEOF
35965
 
-/* confdefs.h.  */
35966
 
-_ACEOF
35967
 
-cat confdefs.h >>conftest.$ac_ext
35968
 
-cat >>conftest.$ac_ext <<_ACEOF
35969
 
-/* end confdefs.h.  */
35970
 
+        _pkg_short_errors_supported=no
35971
 
+fi
35972
 
+        if test $_pkg_short_errors_supported = yes; then
35973
 
+               DEFAULT_APPLICATIONS_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libxml-2.0"`
35974
 
+        else
35975
 
+               DEFAULT_APPLICATIONS_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libxml-2.0"`
35976
 
+        fi
35977
 
+       # Put the nasty error message in config.log where it belongs
35978
 
+       echo "$DEFAULT_APPLICATIONS_CAPPLET_PKG_ERRORS" >&5
 
40488
+  cat >conftest.$ac_ext <<_ACEOF
 
40489
 /* confdefs.h.  */
 
40490
 _ACEOF
 
40491
 cat confdefs.h >>conftest.$ac_ext
 
40492
 cat >>conftest.$ac_ext <<_ACEOF
 
40493
 /* end confdefs.h.  */
 
40494
+/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
 
40495
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
40496
+#define gethostbyname innocuous_gethostbyname
 
40497
+
 
40498
+/* System header to define __stub macros and hopefully few prototypes,
 
40499
+    which can conflict with char gethostbyname (); below.
 
40500
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
40501
+    <limits.h> exists even on freestanding compilers.  */
 
40502
+
 
40503
+#ifdef __STDC__
 
40504
+# include <limits.h>
 
40505
+#else
 
40506
+# include <assert.h>
 
40507
+#endif
 
40508
+
 
40509
+#undef gethostbyname
35979
40510
 
35980
 
-/* Override any GCC internal prototype to avoid an error.
35981
 
-   Use char because int might match the return type of a GCC
35982
 
-   builtin and then its argument prototype would still apply.  */
35983
 
-#ifdef __cplusplus
35984
 
-extern "C"
35985
 
-#endif
 
40511
 /* Override any GCC internal prototype to avoid an error.
 
40512
    Use char because int might match the return type of a GCC
 
40513
@@ -22998,11 +15318,18 @@
 
40514
 #ifdef __cplusplus
 
40515
 extern "C"
 
40516
 #endif
35986
40517
-char ngettext ();
35987
 
-int
35988
 
-main ()
35989
 
-{
 
40518
+char gethostbyname ();
 
40519
+/* The GNU C library defines this for functions which it implements
 
40520
+    to always fail with ENOSYS.  Some functions are actually named
 
40521
+    something starting with __ and the normal name is an alias.  */
 
40522
+#if defined __stub_gethostbyname || defined __stub___gethostbyname
 
40523
+choke me
 
40524
+#endif
 
40525
+
 
40526
 int
 
40527
 main ()
 
40528
 {
35990
40529
-return ngettext ();
35991
 
-  ;
35992
 
-  return 0;
35993
 
-}
35994
 
-_ACEOF
35995
 
-rm -f conftest.$ac_objext conftest$ac_exeext
35996
 
-if { (ac_try="$ac_link"
35997
 
-case "(($ac_try" in
35998
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
35999
 
-  *) ac_try_echo=$ac_try;;
36000
 
-esac
 
40530
+return gethostbyname ();
 
40531
   ;
 
40532
   return 0;
 
40533
 }
 
40534
@@ -23013,44 +15340,40 @@
 
40535
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
40536
   *) ac_try_echo=$ac_try;;
 
40537
 esac
36001
40538
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
36002
40539
-$as_echo "$ac_try_echo") >&5
36003
 
-  (eval "$ac_link") 2>conftest.er1
36004
 
-  ac_status=$?
36005
 
-  grep -v '^ *+' conftest.er1 >conftest.err
36006
 
-  rm -f conftest.er1
36007
 
-  cat conftest.err >&5
 
40540
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
40541
   (eval "$ac_link") 2>conftest.er1
 
40542
   ac_status=$?
 
40543
   grep -v '^ *+' conftest.er1 >conftest.err
 
40544
   rm -f conftest.er1
 
40545
   cat conftest.err >&5
36008
40546
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
36009
 
-  (exit $ac_status); } && {
36010
 
-        test -z "$ac_c_werror_flag" ||
36011
 
-        test ! -s conftest.err
 
40547
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
40548
   (exit $ac_status); } && {
 
40549
         test -z "$ac_c_werror_flag" ||
 
40550
         test ! -s conftest.err
36012
40551
-       } && test -s conftest$ac_exeext && {
36013
40552
-        test "$cross_compiling" = yes ||
36014
40553
-        $as_test_x conftest$ac_exeext
36015
40554
-       }; then
36016
40555
-  ac_cv_lib_intl_ngettext=yes
36017
 
-else
 
40556
+       } && test -s conftest$ac_exeext &&
 
40557
+       $as_test_x conftest$ac_exeext; then
 
40558
+  ac_cv_func_gethostbyname=yes
 
40559
 else
36018
40560
-  $as_echo "$as_me: failed program was:" >&5
36019
 
-sed 's/^/| /' conftest.$ac_ext >&5
36020
 
+       { { $as_echo "$as_me:$LINENO: error: Package requirements (libxml-2.0) were not met:
 
40561
+  echo "$as_me: failed program was:" >&5
 
40562
 sed 's/^/| /' conftest.$ac_ext >&5
36021
40563
 
36022
40564
-       ac_cv_lib_intl_ngettext=no
36023
 
-fi
36024
 
+$DEFAULT_APPLICATIONS_CAPPLET_PKG_ERRORS
 
40565
+       ac_cv_func_gethostbyname=no
 
40566
 fi
36025
40567
 
36026
40568
-rm -rf conftest.dSYM
36027
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36028
 
-      conftest$ac_exeext conftest.$ac_ext
 
40569
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
40570
       conftest$ac_exeext conftest.$ac_ext
36029
40571
-LIBS=$ac_check_lib_save_LIBS
36030
 
-fi
 
40572
 fi
36031
40573
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
36032
40574
-$as_echo "$ac_cv_lib_intl_ngettext" >&6; }
36033
 
-if test "x$ac_cv_lib_intl_ngettext" = x""yes; then
 
40575
-if test $ac_cv_lib_intl_ngettext = yes; then
36034
40576
-  { $as_echo "$as_me:$LINENO: checking for dcgettext in -lintl" >&5
36035
40577
-$as_echo_n "checking for dcgettext in -lintl... " >&6; }
36036
40578
-if test "${ac_cv_lib_intl_dcgettext+set}" = set; then
36037
40579
-  $as_echo_n "(cached) " >&6
36038
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
36039
 
+installed software in a non-standard prefix.
36040
 
+
36041
 
+Alternatively, you may set the environment variables DEFAULT_APPLICATIONS_CAPPLET_CFLAGS
36042
 
+and DEFAULT_APPLICATIONS_CAPPLET_LIBS to avoid the need to call pkg-config.
36043
 
+See the pkg-config man page for more details.
36044
 
+" >&5
36045
 
+$as_echo "$as_me: error: Package requirements (libxml-2.0) were not met:
36046
 
+
36047
 
+$DEFAULT_APPLICATIONS_CAPPLET_PKG_ERRORS
36048
 
+
36049
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
36050
 
+installed software in a non-standard prefix.
36051
 
+
36052
 
+Alternatively, you may set the environment variables DEFAULT_APPLICATIONS_CAPPLET_CFLAGS
36053
 
+and DEFAULT_APPLICATIONS_CAPPLET_LIBS to avoid the need to call pkg-config.
36054
 
+See the pkg-config man page for more details.
36055
 
+" >&2;}
36056
 
+   { (exit 1); exit 1; }; }
36057
 
+elif test $pkg_failed = untried; then
36058
 
+       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
36059
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
36060
 
+{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
36061
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
36062
 
+path to pkg-config.
36063
 
+
36064
 
+Alternatively, you may set the environment variables DEFAULT_APPLICATIONS_CAPPLET_CFLAGS
36065
 
+and DEFAULT_APPLICATIONS_CAPPLET_LIBS to avoid the need to call pkg-config.
36066
 
+See the pkg-config man page for more details.
36067
 
+
36068
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
36069
 
+See \`config.log' for more details." >&5
36070
 
+$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
36071
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
36072
 
+path to pkg-config.
36073
 
+
36074
 
+Alternatively, you may set the environment variables DEFAULT_APPLICATIONS_CAPPLET_CFLAGS
36075
 
+and DEFAULT_APPLICATIONS_CAPPLET_LIBS to avoid the need to call pkg-config.
36076
 
+See the pkg-config man page for more details.
36077
 
+
36078
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
36079
 
+See \`config.log' for more details." >&2;}
36080
 
+   { (exit 1); exit 1; }; }; }
 
40580
+{ echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
 
40581
+echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
 
40582
+
 
40583
+    if test $ac_cv_func_gethostbyname = no; then
 
40584
+      { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
 
40585
+echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
 
40586
+if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
 
40587
+  echo $ECHO_N "(cached) $ECHO_C" >&6
36081
40588
 else
36082
 
-  ac_check_lib_save_LIBS=$LIBS
 
40589
   ac_check_lib_save_LIBS=$LIBS
36083
40590
-LIBS="-lintl -liconv $LIBS"
36084
 
-cat >conftest.$ac_ext <<_ACEOF
36085
 
-/* confdefs.h.  */
36086
 
-_ACEOF
36087
 
-cat confdefs.h >>conftest.$ac_ext
36088
 
-cat >>conftest.$ac_ext <<_ACEOF
36089
 
-/* end confdefs.h.  */
36090
 
+       DEFAULT_APPLICATIONS_CAPPLET_CFLAGS=$pkg_cv_DEFAULT_APPLICATIONS_CAPPLET_CFLAGS
36091
 
+       DEFAULT_APPLICATIONS_CAPPLET_LIBS=$pkg_cv_DEFAULT_APPLICATIONS_CAPPLET_LIBS
36092
 
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
36093
 
+$as_echo "yes" >&6; }
36094
 
+       :
36095
 
+fi
36096
 
 
36097
 
-/* Override any GCC internal prototype to avoid an error.
36098
 
-   Use char because int might match the return type of a GCC
36099
 
-   builtin and then its argument prototype would still apply.  */
36100
 
-#ifdef __cplusplus
36101
 
-extern "C"
36102
 
-#endif
 
40591
+LIBS="-lnsl  $LIBS"
 
40592
 cat >conftest.$ac_ext <<_ACEOF
 
40593
 /* confdefs.h.  */
 
40594
 _ACEOF
 
40595
@@ -23064,11 +15387,11 @@
 
40596
 #ifdef __cplusplus
 
40597
 extern "C"
 
40598
 #endif
36103
40599
-char dcgettext ();
36104
 
-int
36105
 
-main ()
36106
 
-{
 
40600
+char gethostbyname ();
 
40601
 int
 
40602
 main ()
 
40603
 {
36107
40604
-return dcgettext ();
36108
 
-  ;
36109
 
-  return 0;
36110
 
-}
36111
 
-_ACEOF
36112
 
-rm -f conftest.$ac_objext conftest$ac_exeext
36113
 
-if { (ac_try="$ac_link"
36114
 
-case "(($ac_try" in
36115
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36116
 
-  *) ac_try_echo=$ac_try;;
36117
 
-esac
 
40605
+return gethostbyname ();
 
40606
   ;
 
40607
   return 0;
 
40608
 }
 
40609
@@ -23079,89 +15402,50 @@
 
40610
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
40611
   *) ac_try_echo=$ac_try;;
 
40612
 esac
36118
40613
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
36119
40614
-$as_echo "$ac_try_echo") >&5
36120
 
-  (eval "$ac_link") 2>conftest.er1
36121
 
+pkg_failed=no
36122
 
+{ $as_echo "$as_me:$LINENO: checking for METACITY" >&5
36123
 
+$as_echo_n "checking for METACITY... " >&6; }
36124
 
+
36125
 
+if test -n "$PKG_CONFIG"; then
36126
 
+    if test -n "$METACITY_CFLAGS"; then
36127
 
+        pkg_cv_METACITY_CFLAGS="$METACITY_CFLAGS"
36128
 
+    else
36129
 
+        if test -n "$PKG_CONFIG" && \
36130
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libmetacity-private >= 2.23.1\"") >&5
36131
 
+  ($PKG_CONFIG --exists --print-errors "libmetacity-private >= 2.23.1") 2>&5
 
40615
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
40616
   (eval "$ac_link") 2>conftest.er1
36132
40617
   ac_status=$?
36133
 
-  grep -v '^ *+' conftest.er1 >conftest.err
36134
 
-  rm -f conftest.er1
36135
 
-  cat conftest.err >&5
36136
 
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
36137
 
-  (exit $ac_status); } && {
36138
 
-        test -z "$ac_c_werror_flag" ||
36139
 
-        test ! -s conftest.err
 
40618
   grep -v '^ *+' conftest.er1 >conftest.err
 
40619
   rm -f conftest.er1
 
40620
   cat conftest.err >&5
 
40621
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
40622
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
40623
   (exit $ac_status); } && {
 
40624
         test -z "$ac_c_werror_flag" ||
 
40625
         test ! -s conftest.err
36140
40626
-       } && test -s conftest$ac_exeext && {
36141
40627
-        test "$cross_compiling" = yes ||
36142
40628
-        $as_test_x conftest$ac_exeext
36143
40629
-       }; then
36144
40630
-  ac_cv_lib_intl_dcgettext=yes
36145
 
+  (exit $ac_status); }; then
36146
 
+  pkg_cv_METACITY_CFLAGS=`$PKG_CONFIG --cflags "libmetacity-private >= 2.23.1" 2>/dev/null`
 
40631
+       } && test -s conftest$ac_exeext &&
 
40632
+       $as_test_x conftest$ac_exeext; then
 
40633
+  ac_cv_lib_nsl_gethostbyname=yes
36147
40634
 else
36148
40635
-  $as_echo "$as_me: failed program was:" >&5
36149
 
-sed 's/^/| /' conftest.$ac_ext >&5
36150
 
-
 
40636
+  echo "$as_me: failed program was:" >&5
 
40637
 sed 's/^/| /' conftest.$ac_ext >&5
 
40638
 
36151
40639
-       ac_cv_lib_intl_dcgettext=no
36152
 
+  pkg_failed=yes
 
40640
+       ac_cv_lib_nsl_gethostbyname=no
36153
40641
 fi
36154
 
-
 
40642
 
36155
40643
-rm -rf conftest.dSYM
36156
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36157
 
-      conftest$ac_exeext conftest.$ac_ext
36158
 
-LIBS=$ac_check_lib_save_LIBS
36159
 
+    fi
36160
 
+else
36161
 
+       pkg_failed=untried
 
40644
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
40645
       conftest$ac_exeext conftest.$ac_ext
 
40646
 LIBS=$ac_check_lib_save_LIBS
36162
40647
 fi
36163
40648
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dcgettext" >&5
36164
40649
-$as_echo "$ac_cv_lib_intl_dcgettext" >&6; }
36165
 
-if test "x$ac_cv_lib_intl_dcgettext" = x""yes; then
 
40650
-if test $ac_cv_lib_intl_dcgettext = yes; then
36166
40651
-  gt_cv_func_dgettext_libintl=yes
36167
40652
-                       libintl_extra_libs=-liconv
36168
 
+if test -n "$PKG_CONFIG"; then
36169
 
+    if test -n "$METACITY_LIBS"; then
36170
 
+        pkg_cv_METACITY_LIBS="$METACITY_LIBS"
36171
 
+    else
36172
 
+        if test -n "$PKG_CONFIG" && \
36173
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libmetacity-private >= 2.23.1\"") >&5
36174
 
+  ($PKG_CONFIG --exists --print-errors "libmetacity-private >= 2.23.1") 2>&5
36175
 
+  ac_status=$?
36176
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
36177
 
+  (exit $ac_status); }; then
36178
 
+  pkg_cv_METACITY_LIBS=`$PKG_CONFIG --libs "libmetacity-private >= 2.23.1" 2>/dev/null`
36179
 
 else
 
40653
-else
36180
40654
-  :
36181
 
+  pkg_failed=yes
36182
 
 fi
 
40655
-fi
36183
40656
-
36184
 
+    fi
36185
 
 else
 
40657
-else
36186
40658
-  :
36187
 
+       pkg_failed=untried
 
40659
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
 
40660
+echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
 
40661
+if test $ac_cv_lib_nsl_gethostbyname = yes; then
 
40662
+  X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
36188
40663
 fi
36189
40664
 
36190
40665
-        fi
36191
 
 
 
40666
-
36192
40667
-        #
36193
40668
-        # If we found libintl, then check in it for bind_textdomain_codeset();
36194
40669
-        # we'll prefer libc if neither have bind_textdomain_codeset(),
36198
40673
-          glib_save_LIBS="$LIBS"
36199
40674
-          LIBS="$LIBS -lintl $libintl_extra_libs"
36200
40675
-          unset ac_cv_func_bind_textdomain_codeset
36201
 
 
 
40676
-
36202
40677
-for ac_func in bind_textdomain_codeset
36203
40678
-do
36204
40679
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
36206
40681
-$as_echo_n "checking for $ac_func... " >&6; }
36207
40682
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
36208
40683
-  $as_echo_n "(cached) " >&6
36209
 
+if test $pkg_failed = yes; then
36210
 
+
36211
 
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
36212
 
+        _pkg_short_errors_supported=yes
 
40684
+      if test $ac_cv_lib_nsl_gethostbyname = no; then
 
40685
+       { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
 
40686
+echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
 
40687
+if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
 
40688
+  echo $ECHO_N "(cached) $ECHO_C" >&6
36213
40689
 else
36214
40690
-  cat >conftest.$ac_ext <<_ACEOF
36215
 
-/* confdefs.h.  */
36216
 
-_ACEOF
36217
 
-cat confdefs.h >>conftest.$ac_ext
36218
 
-cat >>conftest.$ac_ext <<_ACEOF
36219
 
-/* end confdefs.h.  */
 
40691
+  ac_check_lib_save_LIBS=$LIBS
 
40692
+LIBS="-lbsd  $LIBS"
 
40693
+cat >conftest.$ac_ext <<_ACEOF
 
40694
 /* confdefs.h.  */
 
40695
 _ACEOF
 
40696
 cat confdefs.h >>conftest.$ac_ext
 
40697
 cat >>conftest.$ac_ext <<_ACEOF
 
40698
 /* end confdefs.h.  */
36220
40699
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36221
40700
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
36222
40701
-#define $ac_func innocuous_$ac_func
36223
 
+        _pkg_short_errors_supported=no
36224
 
+fi
36225
 
+        if test $_pkg_short_errors_supported = yes; then
36226
 
+               METACITY_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libmetacity-private >= 2.23.1"`
36227
 
+        else
36228
 
+               METACITY_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libmetacity-private >= 2.23.1"`
36229
 
+        fi
36230
 
+       # Put the nasty error message in config.log where it belongs
36231
 
+       echo "$METACITY_PKG_ERRORS" >&5
36232
 
 
 
40702
-
36233
40703
-/* System header to define __stub macros and hopefully few prototypes,
36234
40704
-    which can conflict with char $ac_func (); below.
36235
40705
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36236
40706
-    <limits.h> exists even on freestanding compilers.  */
36237
 
+       { { $as_echo "$as_me:$LINENO: error: Package requirements (libmetacity-private >= 2.23.1) were not met:
36238
 
 
 
40707
-
36239
40708
-#ifdef __STDC__
36240
40709
-# include <limits.h>
36241
40710
-#else
36242
40711
-# include <assert.h>
36243
40712
-#endif
36244
 
+$METACITY_PKG_ERRORS
36245
 
 
 
40713
-
36246
40714
-#undef $ac_func
36247
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
36248
 
+installed software in a non-standard prefix.
36249
40715
 
36250
 
-/* Override any GCC internal prototype to avoid an error.
36251
 
-   Use char because int might match the return type of a GCC
36252
 
-   builtin and then its argument prototype would still apply.  */
36253
 
-#ifdef __cplusplus
36254
 
-extern "C"
36255
 
-#endif
 
40716
 /* Override any GCC internal prototype to avoid an error.
 
40717
    Use char because int might match the return type of a GCC
 
40718
@@ -23169,18 +15453,11 @@
 
40719
 #ifdef __cplusplus
 
40720
 extern "C"
 
40721
 #endif
36256
40722
-char $ac_func ();
36257
40723
-/* The GNU C library defines this for functions which it implements
36258
40724
-    to always fail with ENOSYS.  Some functions are actually named
36260
40726
-#if defined __stub_$ac_func || defined __stub___$ac_func
36261
40727
-choke me
36262
40728
-#endif
36263
 
+Alternatively, you may set the environment variables METACITY_CFLAGS
36264
 
+and METACITY_LIBS to avoid the need to call pkg-config.
36265
 
+See the pkg-config man page for more details.
36266
 
+" >&5
36267
 
+$as_echo "$as_me: error: Package requirements (libmetacity-private >= 2.23.1) were not met:
36268
 
 
36269
 
-int
36270
 
-main ()
36271
 
-{
 
40729
-
 
40730
+char gethostbyname ();
 
40731
 int
 
40732
 main ()
 
40733
 {
36272
40734
-return $ac_func ();
36273
 
-  ;
36274
 
-  return 0;
36275
 
-}
36276
 
-_ACEOF
36277
 
-rm -f conftest.$ac_objext conftest$ac_exeext
36278
 
-if { (ac_try="$ac_link"
36279
 
-case "(($ac_try" in
36280
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36281
 
-  *) ac_try_echo=$ac_try;;
36282
 
-esac
 
40735
+return gethostbyname ();
 
40736
   ;
 
40737
   return 0;
 
40738
 }
 
40739
@@ -23191,120 +15468,50 @@
 
40740
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
40741
   *) ac_try_echo=$ac_try;;
 
40742
 esac
36283
40743
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
36284
40744
-$as_echo "$ac_try_echo") >&5
36285
 
-  (eval "$ac_link") 2>conftest.er1
36286
 
-  ac_status=$?
36287
 
-  grep -v '^ *+' conftest.er1 >conftest.err
36288
 
-  rm -f conftest.er1
36289
 
-  cat conftest.err >&5
 
40745
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
40746
   (eval "$ac_link") 2>conftest.er1
 
40747
   ac_status=$?
 
40748
   grep -v '^ *+' conftest.er1 >conftest.err
 
40749
   rm -f conftest.er1
 
40750
   cat conftest.err >&5
36290
40751
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
36291
 
-  (exit $ac_status); } && {
36292
 
-        test -z "$ac_c_werror_flag" ||
36293
 
-        test ! -s conftest.err
 
40752
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
40753
   (exit $ac_status); } && {
 
40754
         test -z "$ac_c_werror_flag" ||
 
40755
         test ! -s conftest.err
36294
40756
-       } && test -s conftest$ac_exeext && {
36295
40757
-        test "$cross_compiling" = yes ||
36296
40758
-        $as_test_x conftest$ac_exeext
36297
40759
-       }; then
36298
40760
-  eval "$as_ac_var=yes"
36299
 
-else
 
40761
+       } && test -s conftest$ac_exeext &&
 
40762
+       $as_test_x conftest$ac_exeext; then
 
40763
+  ac_cv_lib_bsd_gethostbyname=yes
 
40764
 else
36300
40765
-  $as_echo "$as_me: failed program was:" >&5
36301
 
-sed 's/^/| /' conftest.$ac_ext >&5
36302
 
-
 
40766
+  echo "$as_me: failed program was:" >&5
 
40767
 sed 's/^/| /' conftest.$ac_ext >&5
 
40768
 
36303
40769
-       eval "$as_ac_var=no"
36304
 
-fi
36305
 
-
 
40770
+       ac_cv_lib_bsd_gethostbyname=no
 
40771
 fi
 
40772
 
36306
40773
-rm -rf conftest.dSYM
36307
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36308
 
-      conftest$ac_exeext conftest.$ac_ext
36309
 
-fi
 
40774
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
40775
       conftest$ac_exeext conftest.$ac_ext
 
40776
+LIBS=$ac_check_lib_save_LIBS
 
40777
 fi
36310
40778
-ac_res=`eval 'as_val=${'$as_ac_var'}
36311
40779
-                $as_echo "$as_val"'`
36312
40780
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
36313
40781
-$as_echo "$ac_res" >&6; }
36314
 
-as_val=`eval 'as_val=${'$as_ac_var'}
36315
 
-                $as_echo "$as_val"'`
36316
 
-   if test "x$as_val" = x""yes; then
 
40782
-if test `eval 'as_val=${'$as_ac_var'}
 
40783
-                $as_echo "$as_val"'` = yes; then
36317
40784
-  cat >>confdefs.h <<_ACEOF
36318
40785
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
36319
40786
-_ACEOF
36320
 
+$METACITY_PKG_ERRORS
36321
 
 
36322
 
-fi
 
40787
-
 
40788
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
 
40789
+echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
 
40790
+if test $ac_cv_lib_bsd_gethostbyname = yes; then
 
40791
+  X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
 
40792
 fi
36323
40793
-done
36324
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
36325
 
+installed software in a non-standard prefix.
36326
 
 
 
40794
-
36327
40795
-          LIBS="$glib_save_LIBS"
36328
 
+Alternatively, you may set the environment variables METACITY_CFLAGS
36329
 
+and METACITY_LIBS to avoid the need to call pkg-config.
36330
 
+See the pkg-config man page for more details.
36331
 
+" >&2;}
36332
 
+   { (exit 1); exit 1; }; }
36333
 
+elif test $pkg_failed = untried; then
36334
 
+       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
36335
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
36336
 
+{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
36337
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
36338
 
+path to pkg-config.
36339
 
 
 
40796
-
36340
40797
-          if test "$ac_cv_func_bind_textdomain_codeset" = "yes" ; then
36341
40798
-            gt_cv_func_dgettext_libc=no
36342
40799
-          else
36347
40804
-          fi
36348
40805
-        fi
36349
40806
-      fi
36350
 
+Alternatively, you may set the environment variables METACITY_CFLAGS
36351
 
+and METACITY_LIBS to avoid the need to call pkg-config.
36352
 
+See the pkg-config man page for more details.
36353
 
 
 
40807
-
36354
40808
-      if test "$gt_cv_func_dgettext_libc" = "yes" \
36355
40809
-       || test "$gt_cv_func_dgettext_libintl" = "yes"; then
36356
40810
-        gt_cv_have_gettext=yes
36357
40811
-      fi
36358
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
36359
 
+See \`config.log' for more details." >&5
36360
 
+$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
36361
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
36362
 
+path to pkg-config.
36363
40812
 
36364
40813
-      if test "$gt_cv_func_dgettext_libintl" = "yes"; then
36365
40814
-        INTLLIBS="-lintl $libintl_extra_libs"
36366
40815
-      fi
36367
 
+Alternatively, you may set the environment variables METACITY_CFLAGS
36368
 
+and METACITY_LIBS to avoid the need to call pkg-config.
36369
 
+See the pkg-config man page for more details.
36370
 
 
 
40816
-
36371
40817
-      if test "$gt_cv_have_gettext" = "yes"; then
36372
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
36373
 
+See \`config.log' for more details." >&2;}
36374
 
+   { (exit 1); exit 1; }; }; }
36375
 
+else
36376
 
+       METACITY_CFLAGS=$pkg_cv_METACITY_CFLAGS
36377
 
+       METACITY_LIBS=$pkg_cv_METACITY_LIBS
36378
 
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
36379
 
+$as_echo "yes" >&6; }
36380
 
+       :
36381
 
+fi
36382
 
 
 
40818
-
36383
40819
-cat >>confdefs.h <<\_ACEOF
36384
40820
-#define HAVE_GETTEXT 1
36385
40821
-_ACEOF
36386
 
+pkg_failed=no
36387
 
+{ $as_echo "$as_me:$LINENO: checking for TYPING" >&5
36388
 
+$as_echo_n "checking for TYPING... " >&6; }
36389
 
 
 
40822
-
36390
40823
-       # Extract the first word of "msgfmt", so it can be a program name with args.
36391
40824
-set dummy msgfmt; ac_word=$2
36392
40825
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
36393
40826
-$as_echo_n "checking for $ac_word... " >&6; }
36394
40827
-if test "${ac_cv_path_MSGFMT+set}" = set; then
36395
40828
-  $as_echo_n "(cached) " >&6
36396
 
+if test -n "$PKG_CONFIG"; then
36397
 
+    if test -n "$TYPING_CFLAGS"; then
36398
 
+        pkg_cv_TYPING_CFLAGS="$TYPING_CFLAGS"
36399
 
+    else
36400
 
+        if test -n "$PKG_CONFIG" && \
36401
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 > 2.11 gconf-2.0 gtk+-2.0\"") >&5
36402
 
+  ($PKG_CONFIG --exists --print-errors "glib-2.0 > 2.11 gconf-2.0 gtk+-2.0") 2>&5
36403
 
+  ac_status=$?
36404
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
36405
 
+  (exit $ac_status); }; then
36406
 
+  pkg_cv_TYPING_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 > 2.11 gconf-2.0 gtk+-2.0" 2>/dev/null`
36407
 
 else
 
40829
-else
36408
40830
-  case "$MSGFMT" in
36409
40831
-  /*)
36410
40832
-  ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
36417
40839
-      if test -z "`$ac_dir/$ac_word -h 2>&1 | grep 'dv '`"; then
36418
40840
-       ac_cv_path_MSGFMT="$ac_dir/$ac_word"
36419
40841
-       break
36420
 
-      fi
36421
 
+  pkg_failed=yes
36422
 
+fi
 
40842
       fi
36423
40843
     fi
36424
40844
-  done
36425
40845
-  IFS="$ac_save_ifs"
36426
40846
-  test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT="no"
36427
40847
-  ;;
36428
40848
-esac
36429
 
+else
36430
 
+       pkg_failed=untried
36431
 
 fi
 
40849
-fi
36432
40850
-MSGFMT="$ac_cv_path_MSGFMT"
36433
40851
-if test "$MSGFMT" != "no"; then
36434
40852
-  { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5
36435
40853
-$as_echo "$MSGFMT" >&6; }
36436
 
+if test -n "$PKG_CONFIG"; then
36437
 
+    if test -n "$TYPING_LIBS"; then
36438
 
+        pkg_cv_TYPING_LIBS="$TYPING_LIBS"
36439
 
+    else
36440
 
+        if test -n "$PKG_CONFIG" && \
36441
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 > 2.11 gconf-2.0 gtk+-2.0\"") >&5
36442
 
+  ($PKG_CONFIG --exists --print-errors "glib-2.0 > 2.11 gconf-2.0 gtk+-2.0") 2>&5
36443
 
+  ac_status=$?
36444
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
36445
 
+  (exit $ac_status); }; then
36446
 
+  pkg_cv_TYPING_LIBS=`$PKG_CONFIG --libs "glib-2.0 > 2.11 gconf-2.0 gtk+-2.0" 2>/dev/null`
36447
 
 else
 
40854
-else
36448
40855
-  { $as_echo "$as_me:$LINENO: result: no" >&5
36449
40856
-$as_echo "no" >&6; }
36450
 
+  pkg_failed=yes
36451
 
 fi
 
40857
-fi
36452
40858
-       if test "$MSGFMT" != "no"; then
36453
40859
-          glib_save_LIBS="$LIBS"
36454
40860
-          LIBS="$LIBS $INTLLIBS"
36455
 
-
 
40861
 
36456
40862
-for ac_func in dcgettext
36457
40863
-do
36458
40864
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
36460
40866
-$as_echo_n "checking for $ac_func... " >&6; }
36461
40867
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
36462
40868
-  $as_echo_n "(cached) " >&6
36463
 
+    fi
 
40869
+    # lieder@skyler.mavd.honeywell.com says without -lsocket,
 
40870
+    # socket/setsockopt and other routines are undefined under SCO ODT
 
40871
+    # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
 
40872
+    # on later versions), says Simon Leinen: it contains gethostby*
 
40873
+    # variants that don't use the name server (or something).  -lsocket
 
40874
+    # must be given before -lnsl if both are needed.  We assume that
 
40875
+    # if connect needs -lnsl, so does gethostbyname.
 
40876
+    { echo "$as_me:$LINENO: checking for connect" >&5
 
40877
+echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
 
40878
+if test "${ac_cv_func_connect+set}" = set; then
 
40879
+  echo $ECHO_N "(cached) $ECHO_C" >&6
36464
40880
 else
36465
 
-  cat >conftest.$ac_ext <<_ACEOF
36466
 
-/* confdefs.h.  */
36467
 
-_ACEOF
36468
 
-cat confdefs.h >>conftest.$ac_ext
36469
 
-cat >>conftest.$ac_ext <<_ACEOF
36470
 
-/* end confdefs.h.  */
 
40881
   cat >conftest.$ac_ext <<_ACEOF
 
40882
 /* confdefs.h.  */
 
40883
@@ -23312,12 +15519,12 @@
 
40884
 cat confdefs.h >>conftest.$ac_ext
 
40885
 cat >>conftest.$ac_ext <<_ACEOF
 
40886
 /* end confdefs.h.  */
36471
40887
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
36472
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
40888
+/* Define connect to an innocuous variant, in case <limits.h> declares connect.
 
40889
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
36473
40890
-#define $ac_func innocuous_$ac_func
36474
 
-
36475
 
-/* System header to define __stub macros and hopefully few prototypes,
 
40891
+#define connect innocuous_connect
 
40892
 
 
40893
 /* System header to define __stub macros and hopefully few prototypes,
36476
40894
-    which can conflict with char $ac_func (); below.
36477
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36478
 
-    <limits.h> exists even on freestanding compilers.  */
36479
 
+       pkg_failed=untried
36480
 
+fi
 
40895
+    which can conflict with char connect (); below.
 
40896
     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
40897
     <limits.h> exists even on freestanding compilers.  */
36481
40898
 
36482
 
-#ifdef __STDC__
36483
 
-# include <limits.h>
36484
 
-#else
36485
 
-# include <assert.h>
36486
 
-#endif
 
40899
@@ -23327,7 +15534,7 @@
 
40900
 # include <assert.h>
 
40901
 #endif
36487
40902
 
36488
40903
-#undef $ac_func
 
40904
+#undef connect
36489
40905
 
36490
 
-/* Override any GCC internal prototype to avoid an error.
36491
 
-   Use char because int might match the return type of a GCC
36492
 
-   builtin and then its argument prototype would still apply.  */
36493
 
-#ifdef __cplusplus
36494
 
-extern "C"
36495
 
-#endif
 
40906
 /* Override any GCC internal prototype to avoid an error.
 
40907
    Use char because int might match the return type of a GCC
 
40908
@@ -23335,18 +15542,18 @@
 
40909
 #ifdef __cplusplus
 
40910
 extern "C"
 
40911
 #endif
36496
40912
-char $ac_func ();
36497
 
-/* The GNU C library defines this for functions which it implements
36498
 
-    to always fail with ENOSYS.  Some functions are actually named
36499
 
-    something starting with __ and the normal name is an alias.  */
 
40913
+char connect ();
 
40914
 /* The GNU C library defines this for functions which it implements
 
40915
     to always fail with ENOSYS.  Some functions are actually named
 
40916
     something starting with __ and the normal name is an alias.  */
36500
40917
-#if defined __stub_$ac_func || defined __stub___$ac_func
36501
 
-choke me
36502
 
-#endif
36503
 
+if test $pkg_failed = yes; then
 
40918
+#if defined __stub_connect || defined __stub___connect
 
40919
 choke me
 
40920
 #endif
36504
40921
 
36505
 
-int
36506
 
-main ()
36507
 
-{
 
40922
 int
 
40923
 main ()
 
40924
 {
36508
40925
-return $ac_func ();
36509
 
-  ;
36510
 
-  return 0;
36511
 
-}
36512
 
-_ACEOF
36513
 
-rm -f conftest.$ac_objext conftest$ac_exeext
36514
 
-if { (ac_try="$ac_link"
36515
 
-case "(($ac_try" in
36516
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36517
 
-  *) ac_try_echo=$ac_try;;
36518
 
-esac
 
40926
+return connect ();
 
40927
   ;
 
40928
   return 0;
 
40929
 }
 
40930
@@ -23357,164 +15564,58 @@
 
40931
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
40932
   *) ac_try_echo=$ac_try;;
 
40933
 esac
36519
40934
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
36520
40935
-$as_echo "$ac_try_echo") >&5
36521
 
-  (eval "$ac_link") 2>conftest.er1
36522
 
-  ac_status=$?
36523
 
-  grep -v '^ *+' conftest.er1 >conftest.err
36524
 
-  rm -f conftest.er1
36525
 
-  cat conftest.err >&5
 
40936
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
40937
   (eval "$ac_link") 2>conftest.er1
 
40938
   ac_status=$?
 
40939
   grep -v '^ *+' conftest.er1 >conftest.err
 
40940
   rm -f conftest.er1
 
40941
   cat conftest.err >&5
36526
40942
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
36527
 
-  (exit $ac_status); } && {
36528
 
-        test -z "$ac_c_werror_flag" ||
36529
 
-        test ! -s conftest.err
 
40943
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
40944
   (exit $ac_status); } && {
 
40945
         test -z "$ac_c_werror_flag" ||
 
40946
         test ! -s conftest.err
36530
40947
-       } && test -s conftest$ac_exeext && {
36531
40948
-        test "$cross_compiling" = yes ||
36532
40949
-        $as_test_x conftest$ac_exeext
36533
40950
-       }; then
36534
40951
-  eval "$as_ac_var=yes"
36535
 
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
36536
 
+        _pkg_short_errors_supported=yes
 
40952
+       } && test -s conftest$ac_exeext &&
 
40953
+       $as_test_x conftest$ac_exeext; then
 
40954
+  ac_cv_func_connect=yes
36537
40955
 else
36538
40956
-  $as_echo "$as_me: failed program was:" >&5
36539
 
-sed 's/^/| /' conftest.$ac_ext >&5
36540
 
-
 
40957
+  echo "$as_me: failed program was:" >&5
 
40958
 sed 's/^/| /' conftest.$ac_ext >&5
 
40959
 
36541
40960
-       eval "$as_ac_var=no"
36542
 
+        _pkg_short_errors_supported=no
 
40961
+       ac_cv_func_connect=no
36543
40962
 fi
36544
 
+        if test $_pkg_short_errors_supported = yes; then
36545
 
+               TYPING_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-2.0 > 2.11 gconf-2.0 gtk+-2.0"`
36546
 
+        else
36547
 
+               TYPING_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0 > 2.11 gconf-2.0 gtk+-2.0"`
36548
 
+        fi
36549
 
+       # Put the nasty error message in config.log where it belongs
36550
 
+       echo "$TYPING_PKG_ERRORS" >&5
36551
40963
 
36552
40964
-rm -rf conftest.dSYM
36553
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36554
 
-      conftest$ac_exeext conftest.$ac_ext
36555
 
-fi
 
40965
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
40966
       conftest$ac_exeext conftest.$ac_ext
 
40967
 fi
36556
40968
-ac_res=`eval 'as_val=${'$as_ac_var'}
36557
40969
-                $as_echo "$as_val"'`
36558
40970
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
36559
40971
-$as_echo "$ac_res" >&6; }
36560
 
-as_val=`eval 'as_val=${'$as_ac_var'}
36561
 
-                $as_echo "$as_val"'`
36562
 
-   if test "x$as_val" = x""yes; then
 
40972
-if test `eval 'as_val=${'$as_ac_var'}
 
40973
-                $as_echo "$as_val"'` = yes; then
36563
40974
-  cat >>confdefs.h <<_ACEOF
36564
40975
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
36565
40976
-_ACEOF
36566
 
+       { { $as_echo "$as_me:$LINENO: error: Package requirements (glib-2.0 > 2.11 gconf-2.0 gtk+-2.0) were not met:
36567
 
 
 
40977
-
36568
40978
-fi
36569
40979
-done
36570
 
+$TYPING_PKG_ERRORS
36571
 
 
 
40980
-
36572
40981
-         MSGFMT_OPTS=
36573
40982
-         { $as_echo "$as_me:$LINENO: checking if msgfmt accepts -c" >&5
36574
40983
-$as_echo_n "checking if msgfmt accepts -c... " >&6; }
36575
40984
-         cat >conftest.foo <<_ACEOF
36576
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
36577
 
+installed software in a non-standard prefix.
36578
 
 
 
40985
-
36579
40986
-msgid ""
36580
40987
-msgstr ""
36581
40988
-"Content-Type: text/plain; charset=UTF-8\n"
36585
40992
-"Language-Team: C <LL@li.org>\n"
36586
40993
-"MIME-Version: 1.0\n"
36587
40994
-"Content-Transfer-Encoding: 8bit\n"
36588
 
+Alternatively, you may set the environment variables TYPING_CFLAGS
36589
 
+and TYPING_LIBS to avoid the need to call pkg-config.
36590
 
+See the pkg-config man page for more details.
36591
 
+" >&5
36592
 
+$as_echo "$as_me: error: Package requirements (glib-2.0 > 2.11 gconf-2.0 gtk+-2.0) were not met:
36593
 
 
 
40995
-
36594
40996
-_ACEOF
36595
40997
-if { ($as_echo "$as_me:$LINENO: \$MSGFMT -c -o /dev/null conftest.foo") >&5
36596
40998
-  ($MSGFMT -c -o /dev/null conftest.foo) 2>&5
36604
41006
-echo "$as_me: failed input was:" >&5
36605
41007
-sed 's/^/| /' conftest.foo >&5
36606
41008
-fi
36607
 
+$TYPING_PKG_ERRORS
36608
 
 
 
41009
-
36609
41010
-         # Extract the first word of "gmsgfmt", so it can be a program name with args.
36610
41011
-set dummy gmsgfmt; ac_word=$2
36611
41012
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
36632
41033
-done
36633
41034
-done
36634
41035
-IFS=$as_save_IFS
36635
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
36636
 
+installed software in a non-standard prefix.
36637
 
 
 
41036
-
36638
41037
-  test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
36639
41038
-  ;;
36640
41039
-esac
36643
41042
-if test -n "$GMSGFMT"; then
36644
41043
-  { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5
36645
41044
-$as_echo "$GMSGFMT" >&6; }
36646
 
+Alternatively, you may set the environment variables TYPING_CFLAGS
36647
 
+and TYPING_LIBS to avoid the need to call pkg-config.
36648
 
+See the pkg-config man page for more details.
36649
 
+" >&2;}
36650
 
+   { (exit 1); exit 1; }; }
36651
 
+elif test $pkg_failed = untried; then
36652
 
+       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
36653
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
36654
 
+{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
36655
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
36656
 
+path to pkg-config.
36657
 
+
36658
 
+Alternatively, you may set the environment variables TYPING_CFLAGS
36659
 
+and TYPING_LIBS to avoid the need to call pkg-config.
36660
 
+See the pkg-config man page for more details.
36661
 
+
36662
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
36663
 
+See \`config.log' for more details." >&5
36664
 
+$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
36665
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
36666
 
+path to pkg-config.
36667
 
+
36668
 
+Alternatively, you may set the environment variables TYPING_CFLAGS
36669
 
+and TYPING_LIBS to avoid the need to call pkg-config.
36670
 
+See the pkg-config man page for more details.
36671
 
+
36672
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
36673
 
+See \`config.log' for more details." >&2;}
36674
 
+   { (exit 1); exit 1; }; }; }
36675
 
 else
 
41045
-else
36676
41046
-  { $as_echo "$as_me:$LINENO: result: no" >&5
36677
41047
-$as_echo "no" >&6; }
36678
 
+       TYPING_CFLAGS=$pkg_cv_TYPING_CFLAGS
36679
 
+       TYPING_LIBS=$pkg_cv_TYPING_LIBS
36680
 
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
36681
 
+$as_echo "yes" >&6; }
36682
 
+       :
36683
 
 fi
36684
 
 
36685
 
+pkg_failed=no
36686
 
+{ $as_echo "$as_me:$LINENO: checking for GSD_DBUS" >&5
36687
 
+$as_echo_n "checking for GSD_DBUS... " >&6; }
36688
 
 
 
41048
-fi
 
41049
-
 
41050
-
36689
41051
-         # Extract the first word of "xgettext", so it can be a program name with args.
36690
41052
-set dummy xgettext; ac_word=$2
36691
41053
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
36692
41054
-$as_echo_n "checking for $ac_word... " >&6; }
36693
41055
-if test "${ac_cv_path_XGETTEXT+set}" = set; then
36694
41056
-  $as_echo_n "(cached) " >&6
36695
 
+if test -n "$PKG_CONFIG"; then
36696
 
+    if test -n "$GSD_DBUS_CFLAGS"; then
36697
 
+        pkg_cv_GSD_DBUS_CFLAGS="$GSD_DBUS_CFLAGS"
36698
 
+    else
36699
 
+        if test -n "$PKG_CONFIG" && \
36700
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-settings-daemon\"") >&5
36701
 
+  ($PKG_CONFIG --exists --print-errors "gnome-settings-daemon") 2>&5
36702
 
+  ac_status=$?
36703
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
36704
 
+  (exit $ac_status); }; then
36705
 
+  pkg_cv_GSD_DBUS_CFLAGS=`$PKG_CONFIG --cflags "gnome-settings-daemon" 2>/dev/null`
36706
 
 else
 
41057
-else
36707
41058
-  case "$XGETTEXT" in
36708
41059
-  /*)
36709
41060
-  ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
36723
41074
-  test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
36724
41075
-  ;;
36725
41076
-esac
36726
 
+  pkg_failed=yes
36727
 
 fi
 
41077
-fi
36728
41078
-XGETTEXT="$ac_cv_path_XGETTEXT"
36729
41079
-if test "$XGETTEXT" != ":"; then
36730
41080
-  { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5
36731
41081
-$as_echo "$XGETTEXT" >&6; }
36732
 
+    fi
36733
 
 else
 
41082
-else
36734
41083
-  { $as_echo "$as_me:$LINENO: result: no" >&5
36735
41084
-$as_echo "no" >&6; }
36736
 
+       pkg_failed=untried
36737
 
 fi
36738
 
-
 
41085
-fi
 
41086
+{ echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
 
41087
+echo "${ECHO_T}$ac_cv_func_connect" >&6; }
 
41088
 
36739
41089
-         cat >conftest.$ac_ext <<_ACEOF
36740
 
-/* confdefs.h.  */
36741
 
-_ACEOF
36742
 
-cat confdefs.h >>conftest.$ac_ext
36743
 
-cat >>conftest.$ac_ext <<_ACEOF
36744
 
-/* end confdefs.h.  */
36745
 
-
36746
 
-int
36747
 
-main ()
36748
 
-{
 
41090
+    if test $ac_cv_func_connect = no; then
 
41091
+      { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
 
41092
+echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
 
41093
+if test "${ac_cv_lib_socket_connect+set}" = set; then
 
41094
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
41095
+else
 
41096
+  ac_check_lib_save_LIBS=$LIBS
 
41097
+LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
 
41098
+cat >conftest.$ac_ext <<_ACEOF
 
41099
 /* confdefs.h.  */
 
41100
 _ACEOF
 
41101
 cat confdefs.h >>conftest.$ac_ext
 
41102
 cat >>conftest.$ac_ext <<_ACEOF
 
41103
 /* end confdefs.h.  */
 
41104
 
 
41105
+/* Override any GCC internal prototype to avoid an error.
 
41106
+   Use char because int might match the return type of a GCC
 
41107
+   builtin and then its argument prototype would still apply.  */
 
41108
+#ifdef __cplusplus
 
41109
+extern "C"
 
41110
+#endif
 
41111
+char connect ();
 
41112
 int
 
41113
 main ()
 
41114
 {
36749
41115
-extern int _nl_msg_cat_cntr;
36750
41116
-                        return _nl_msg_cat_cntr
36751
 
-  ;
36752
 
-  return 0;
36753
 
-}
36754
 
-_ACEOF
36755
 
-rm -f conftest.$ac_objext conftest$ac_exeext
36756
 
-if { (ac_try="$ac_link"
36757
 
-case "(($ac_try" in
36758
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36759
 
-  *) ac_try_echo=$ac_try;;
36760
 
-esac
 
41117
+return connect ();
 
41118
   ;
 
41119
   return 0;
 
41120
 }
 
41121
@@ -23525,33 +15626,43 @@
 
41122
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
41123
   *) ac_try_echo=$ac_try;;
 
41124
 esac
36761
41125
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
36762
41126
-$as_echo "$ac_try_echo") >&5
36763
 
-  (eval "$ac_link") 2>conftest.er1
36764
 
+if test -n "$PKG_CONFIG"; then
36765
 
+    if test -n "$GSD_DBUS_LIBS"; then
36766
 
+        pkg_cv_GSD_DBUS_LIBS="$GSD_DBUS_LIBS"
36767
 
+    else
36768
 
+        if test -n "$PKG_CONFIG" && \
36769
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-settings-daemon\"") >&5
36770
 
+  ($PKG_CONFIG --exists --print-errors "gnome-settings-daemon") 2>&5
 
41127
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
41128
   (eval "$ac_link") 2>conftest.er1
36771
41129
   ac_status=$?
36772
 
-  grep -v '^ *+' conftest.er1 >conftest.err
36773
 
-  rm -f conftest.er1
36774
 
-  cat conftest.err >&5
36775
 
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
36776
 
-  (exit $ac_status); } && {
36777
 
-        test -z "$ac_c_werror_flag" ||
36778
 
-        test ! -s conftest.err
 
41130
   grep -v '^ *+' conftest.er1 >conftest.err
 
41131
   rm -f conftest.er1
 
41132
   cat conftest.err >&5
 
41133
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
41134
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
41135
   (exit $ac_status); } && {
 
41136
         test -z "$ac_c_werror_flag" ||
 
41137
         test ! -s conftest.err
36779
41138
-       } && test -s conftest$ac_exeext && {
36780
41139
-        test "$cross_compiling" = yes ||
36781
41140
-        $as_test_x conftest$ac_exeext
36782
41141
-       }; then
36783
41142
-  CATOBJEXT=.gmo
36784
41143
-             DATADIRNAME=share
36785
 
+  (exit $ac_status); }; then
36786
 
+  pkg_cv_GSD_DBUS_LIBS=`$PKG_CONFIG --libs "gnome-settings-daemon" 2>/dev/null`
 
41144
+       } && test -s conftest$ac_exeext &&
 
41145
+       $as_test_x conftest$ac_exeext; then
 
41146
+  ac_cv_lib_socket_connect=yes
36787
41147
 else
36788
41148
-  $as_echo "$as_me: failed program was:" >&5
36789
 
-sed 's/^/| /' conftest.$ac_ext >&5
36790
 
+  pkg_failed=yes
36791
 
+fi
36792
 
+    fi
36793
 
+else
36794
 
+       pkg_failed=untried
36795
 
+fi
 
41149
+  echo "$as_me: failed program was:" >&5
 
41150
 sed 's/^/| /' conftest.$ac_ext >&5
36796
41151
 
36797
41152
-       case $host in
36798
41153
-           *-*-solaris*)
36800
41155
-$as_echo_n "checking for bind_textdomain_codeset... " >&6; }
36801
41156
-if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
36802
41157
-  $as_echo_n "(cached) " >&6
36803
 
+
36804
 
+
36805
 
+if test $pkg_failed = yes; then
36806
 
+
36807
 
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
36808
 
+        _pkg_short_errors_supported=yes
 
41158
+       ac_cv_lib_socket_connect=no
 
41159
+fi
 
41160
+
 
41161
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
41162
+      conftest$ac_exeext conftest.$ac_ext
 
41163
+LIBS=$ac_check_lib_save_LIBS
 
41164
+fi
 
41165
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
 
41166
+echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
 
41167
+if test $ac_cv_lib_socket_connect = yes; then
 
41168
+  X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
 
41169
+fi
 
41170
+
 
41171
+    fi
 
41172
+
 
41173
+    # Guillermo Gomez says -lposix is necessary on A/UX.
 
41174
+    { echo "$as_me:$LINENO: checking for remove" >&5
 
41175
+echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
 
41176
+if test "${ac_cv_func_remove+set}" = set; then
 
41177
+  echo $ECHO_N "(cached) $ECHO_C" >&6
36809
41178
 else
36810
 
-  cat >conftest.$ac_ext <<_ACEOF
36811
 
-/* confdefs.h.  */
36812
 
-_ACEOF
36813
 
-cat confdefs.h >>conftest.$ac_ext
36814
 
-cat >>conftest.$ac_ext <<_ACEOF
36815
 
-/* end confdefs.h.  */
 
41179
   cat >conftest.$ac_ext <<_ACEOF
 
41180
 /* confdefs.h.  */
 
41181
@@ -23559,12 +15670,12 @@
 
41182
 cat confdefs.h >>conftest.$ac_ext
 
41183
 cat >>conftest.$ac_ext <<_ACEOF
 
41184
 /* end confdefs.h.  */
36816
41185
-/* Define bind_textdomain_codeset to an innocuous variant, in case <limits.h> declares bind_textdomain_codeset.
36817
 
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
41186
+/* Define remove to an innocuous variant, in case <limits.h> declares remove.
 
41187
    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
36818
41188
-#define bind_textdomain_codeset innocuous_bind_textdomain_codeset
36819
 
+        _pkg_short_errors_supported=no
36820
 
+fi
36821
 
+        if test $_pkg_short_errors_supported = yes; then
36822
 
+               GSD_DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gnome-settings-daemon"`
36823
 
+        else
36824
 
+               GSD_DBUS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gnome-settings-daemon"`
36825
 
+        fi
36826
 
+       # Put the nasty error message in config.log where it belongs
36827
 
+       echo "$GSD_DBUS_PKG_ERRORS" >&5
 
41189
+#define remove innocuous_remove
36828
41190
 
36829
 
-/* System header to define __stub macros and hopefully few prototypes,
 
41191
 /* System header to define __stub macros and hopefully few prototypes,
36830
41192
-    which can conflict with char bind_textdomain_codeset (); below.
36831
 
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
36832
 
-    <limits.h> exists even on freestanding compilers.  */
36833
 
+       { { $as_echo "$as_me:$LINENO: error: Package requirements (gnome-settings-daemon) were not met:
 
41193
+    which can conflict with char remove (); below.
 
41194
     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
41195
     <limits.h> exists even on freestanding compilers.  */
36834
41196
 
36835
 
-#ifdef __STDC__
36836
 
-# include <limits.h>
36837
 
-#else
36838
 
-# include <assert.h>
36839
 
-#endif
36840
 
+$GSD_DBUS_PKG_ERRORS
 
41197
@@ -23574,7 +15685,7 @@
 
41198
 # include <assert.h>
 
41199
 #endif
36841
41200
 
36842
41201
-#undef bind_textdomain_codeset
36843
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
36844
 
+installed software in a non-standard prefix.
 
41202
+#undef remove
36845
41203
 
36846
 
-/* Override any GCC internal prototype to avoid an error.
36847
 
-   Use char because int might match the return type of a GCC
36848
 
-   builtin and then its argument prototype would still apply.  */
36849
 
-#ifdef __cplusplus
36850
 
-extern "C"
36851
 
-#endif
 
41204
 /* Override any GCC internal prototype to avoid an error.
 
41205
    Use char because int might match the return type of a GCC
 
41206
@@ -23582,18 +15693,18 @@
 
41207
 #ifdef __cplusplus
 
41208
 extern "C"
 
41209
 #endif
36852
41210
-char bind_textdomain_codeset ();
36853
 
-/* The GNU C library defines this for functions which it implements
36854
 
-    to always fail with ENOSYS.  Some functions are actually named
36855
 
-    something starting with __ and the normal name is an alias.  */
 
41211
+char remove ();
 
41212
 /* The GNU C library defines this for functions which it implements
 
41213
     to always fail with ENOSYS.  Some functions are actually named
 
41214
     something starting with __ and the normal name is an alias.  */
36856
41215
-#if defined __stub_bind_textdomain_codeset || defined __stub___bind_textdomain_codeset
36857
 
-choke me
36858
 
-#endif
36859
 
+Alternatively, you may set the environment variables GSD_DBUS_CFLAGS
36860
 
+and GSD_DBUS_LIBS to avoid the need to call pkg-config.
36861
 
+See the pkg-config man page for more details.
36862
 
+" >&5
36863
 
+$as_echo "$as_me: error: Package requirements (gnome-settings-daemon) were not met:
 
41216
+#if defined __stub_remove || defined __stub___remove
 
41217
 choke me
 
41218
 #endif
36864
41219
 
36865
 
-int
36866
 
-main ()
36867
 
-{
 
41220
 int
 
41221
 main ()
 
41222
 {
36868
41223
-return bind_textdomain_codeset ();
36869
 
-  ;
36870
 
-  return 0;
36871
 
-}
36872
 
-_ACEOF
36873
 
-rm -f conftest.$ac_objext conftest$ac_exeext
36874
 
-if { (ac_try="$ac_link"
36875
 
-case "(($ac_try" in
36876
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
36877
 
-  *) ac_try_echo=$ac_try;;
36878
 
-esac
 
41224
+return remove ();
 
41225
   ;
 
41226
   return 0;
 
41227
 }
 
41228
@@ -23604,500 +15715,514 @@
 
41229
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
41230
   *) ac_try_echo=$ac_try;;
 
41231
 esac
36879
41232
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
36880
41233
-$as_echo "$ac_try_echo") >&5
36881
 
-  (eval "$ac_link") 2>conftest.er1
36882
 
-  ac_status=$?
36883
 
-  grep -v '^ *+' conftest.er1 >conftest.err
36884
 
-  rm -f conftest.er1
36885
 
-  cat conftest.err >&5
 
41234
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
41235
   (eval "$ac_link") 2>conftest.er1
 
41236
   ac_status=$?
 
41237
   grep -v '^ *+' conftest.er1 >conftest.err
 
41238
   rm -f conftest.er1
 
41239
   cat conftest.err >&5
36886
41240
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
36887
 
-  (exit $ac_status); } && {
36888
 
-        test -z "$ac_c_werror_flag" ||
36889
 
-        test ! -s conftest.err
 
41241
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
41242
   (exit $ac_status); } && {
 
41243
         test -z "$ac_c_werror_flag" ||
 
41244
         test ! -s conftest.err
36890
41245
-       } && test -s conftest$ac_exeext && {
36891
41246
-        test "$cross_compiling" = yes ||
36892
41247
-        $as_test_x conftest$ac_exeext
36893
41248
-       }; then
36894
41249
-  ac_cv_func_bind_textdomain_codeset=yes
36895
 
-else
 
41250
+       } && test -s conftest$ac_exeext &&
 
41251
+       $as_test_x conftest$ac_exeext; then
 
41252
+  ac_cv_func_remove=yes
 
41253
 else
36896
41254
-  $as_echo "$as_me: failed program was:" >&5
36897
 
-sed 's/^/| /' conftest.$ac_ext >&5
36898
 
+$GSD_DBUS_PKG_ERRORS
 
41255
+  echo "$as_me: failed program was:" >&5
 
41256
 sed 's/^/| /' conftest.$ac_ext >&5
36899
41257
 
36900
41258
-       ac_cv_func_bind_textdomain_codeset=no
36901
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
36902
 
+installed software in a non-standard prefix.
36903
 
+
36904
 
+Alternatively, you may set the environment variables GSD_DBUS_CFLAGS
36905
 
+and GSD_DBUS_LIBS to avoid the need to call pkg-config.
36906
 
+See the pkg-config man page for more details.
36907
 
+" >&2;}
36908
 
+   { (exit 1); exit 1; }; }
36909
 
+elif test $pkg_failed = untried; then
36910
 
+       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
36911
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
36912
 
+{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
36913
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
36914
 
+path to pkg-config.
36915
 
+
36916
 
+Alternatively, you may set the environment variables GSD_DBUS_CFLAGS
36917
 
+and GSD_DBUS_LIBS to avoid the need to call pkg-config.
36918
 
+See the pkg-config man page for more details.
36919
 
+
36920
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
36921
 
+See \`config.log' for more details." >&5
36922
 
+$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
36923
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
36924
 
+path to pkg-config.
36925
 
+
36926
 
+Alternatively, you may set the environment variables GSD_DBUS_CFLAGS
36927
 
+and GSD_DBUS_LIBS to avoid the need to call pkg-config.
36928
 
+See the pkg-config man page for more details.
36929
 
+
36930
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
36931
 
+See \`config.log' for more details." >&2;}
36932
 
+   { (exit 1); exit 1; }; }; }
36933
 
+else
36934
 
+       GSD_DBUS_CFLAGS=$pkg_cv_GSD_DBUS_CFLAGS
36935
 
+       GSD_DBUS_LIBS=$pkg_cv_GSD_DBUS_LIBS
36936
 
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
36937
 
+$as_echo "yes" >&6; }
36938
 
+       :
 
41259
+       ac_cv_func_remove=no
36939
41260
 fi
36940
41261
 
36941
41262
-rm -rf conftest.dSYM
36942
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36943
 
-      conftest$ac_exeext conftest.$ac_ext
36944
 
+pkg_failed=no
36945
 
+{ $as_echo "$as_me:$LINENO: checking for GIO" >&5
36946
 
+$as_echo_n "checking for GIO... " >&6; }
36947
 
+
36948
 
+if test -n "$PKG_CONFIG"; then
36949
 
+    if test -n "$GIO_CFLAGS"; then
36950
 
+        pkg_cv_GIO_CFLAGS="$GIO_CFLAGS"
36951
 
+    else
36952
 
+        if test -n "$PKG_CONFIG" && \
36953
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gio-2.0\"") >&5
36954
 
+  ($PKG_CONFIG --exists --print-errors "gio-2.0") 2>&5
36955
 
+  ac_status=$?
36956
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
36957
 
+  (exit $ac_status); }; then
36958
 
+  pkg_cv_GIO_CFLAGS=`$PKG_CONFIG --cflags "gio-2.0" 2>/dev/null`
36959
 
+else
36960
 
+  pkg_failed=yes
 
41263
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
41264
       conftest$ac_exeext conftest.$ac_ext
36961
41265
 fi
36962
41266
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
36963
41267
-$as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; }
36964
 
-if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then
 
41268
-if test $ac_cv_func_bind_textdomain_codeset = yes; then
36965
41269
-  CATOBJEXT=.gmo
36966
41270
-               DATADIRNAME=share
36967
 
+    fi
 
41271
+{ echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
 
41272
+echo "${ECHO_T}$ac_cv_func_remove" >&6; }
 
41273
+
 
41274
+    if test $ac_cv_func_remove = no; then
 
41275
+      { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
 
41276
+echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
 
41277
+if test "${ac_cv_lib_posix_remove+set}" = set; then
 
41278
+  echo $ECHO_N "(cached) $ECHO_C" >&6
36968
41279
 else
36969
41280
-  CATOBJEXT=.mo
36970
41281
-               DATADIRNAME=lib
36971
 
+       pkg_failed=untried
36972
 
 fi
36973
 
-
 
41282
-fi
 
41283
+  ac_check_lib_save_LIBS=$LIBS
 
41284
+LIBS="-lposix  $LIBS"
 
41285
+cat >conftest.$ac_ext <<_ACEOF
 
41286
+/* confdefs.h.  */
 
41287
+_ACEOF
 
41288
+cat confdefs.h >>conftest.$ac_ext
 
41289
+cat >>conftest.$ac_ext <<_ACEOF
 
41290
+/* end confdefs.h.  */
 
41291
 
36974
41292
-           ;;
36975
41293
-           *)
36976
41294
-           CATOBJEXT=.mo
36977
41295
-            DATADIRNAME=lib
36978
41296
-           ;;
36979
41297
-           esac
36980
 
+if test -n "$PKG_CONFIG"; then
36981
 
+    if test -n "$GIO_LIBS"; then
36982
 
+        pkg_cv_GIO_LIBS="$GIO_LIBS"
36983
 
+    else
36984
 
+        if test -n "$PKG_CONFIG" && \
36985
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gio-2.0\"") >&5
36986
 
+  ($PKG_CONFIG --exists --print-errors "gio-2.0") 2>&5
 
41298
+/* Override any GCC internal prototype to avoid an error.
 
41299
+   Use char because int might match the return type of a GCC
 
41300
+   builtin and then its argument prototype would still apply.  */
 
41301
+#ifdef __cplusplus
 
41302
+extern "C"
 
41303
+#endif
 
41304
+char remove ();
 
41305
+int
 
41306
+main ()
 
41307
+{
 
41308
+return remove ();
 
41309
+  ;
 
41310
+  return 0;
 
41311
+}
 
41312
+_ACEOF
 
41313
+rm -f conftest.$ac_objext conftest$ac_exeext
 
41314
+if { (ac_try="$ac_link"
 
41315
+case "(($ac_try" in
 
41316
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
41317
+  *) ac_try_echo=$ac_try;;
 
41318
+esac
 
41319
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
41320
+  (eval "$ac_link") 2>conftest.er1
36987
41321
+  ac_status=$?
36988
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
36989
 
+  (exit $ac_status); }; then
36990
 
+  pkg_cv_GIO_LIBS=`$PKG_CONFIG --libs "gio-2.0" 2>/dev/null`
 
41322
+  grep -v '^ *+' conftest.er1 >conftest.err
 
41323
+  rm -f conftest.er1
 
41324
+  cat conftest.err >&5
 
41325
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
41326
+  (exit $ac_status); } && {
 
41327
+        test -z "$ac_c_werror_flag" ||
 
41328
+        test ! -s conftest.err
 
41329
+       } && test -s conftest$ac_exeext &&
 
41330
+       $as_test_x conftest$ac_exeext; then
 
41331
+  ac_cv_lib_posix_remove=yes
36991
41332
+else
36992
 
+  pkg_failed=yes
 
41333
+  echo "$as_me: failed program was:" >&5
 
41334
+sed 's/^/| /' conftest.$ac_ext >&5
 
41335
+
 
41336
+       ac_cv_lib_posix_remove=no
36993
41337
 fi
36994
 
-
 
41338
 
36995
41339
-rm -rf conftest.dSYM
36996
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
36997
 
-      conftest$ac_exeext conftest.$ac_ext
 
41340
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
41341
       conftest$ac_exeext conftest.$ac_ext
36998
41342
-          LIBS="$glib_save_LIBS"
36999
41343
-         INSTOBJEXT=.mo
37000
41344
-       else
37002
41346
-       fi
37003
41347
-      fi
37004
41348
-
37005
 
+    fi
37006
 
+else
37007
 
+       pkg_failed=untried
 
41349
+LIBS=$ac_check_lib_save_LIBS
 
41350
+fi
 
41351
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
 
41352
+echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
 
41353
+if test $ac_cv_lib_posix_remove = yes; then
 
41354
+  X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
37008
41355
 fi
37009
41356
 
37010
 
 
37011
 
 
 
41357
-
 
41358
-
37012
41359
-    if test "$gt_cv_have_gettext" = "yes" ; then
37013
 
+if test $pkg_failed = yes; then
37014
 
 
 
41360
-
37015
41361
-cat >>confdefs.h <<\_ACEOF
37016
41362
-#define ENABLE_NLS 1
37017
41363
-_ACEOF
37018
 
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
37019
 
+        _pkg_short_errors_supported=yes
37020
 
+else
37021
 
+        _pkg_short_errors_supported=no
37022
 
+fi
37023
 
+        if test $_pkg_short_errors_supported = yes; then
37024
 
+               GIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gio-2.0"`
37025
 
+        else
37026
 
+               GIO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gio-2.0"`
37027
 
+        fi
37028
 
+       # Put the nasty error message in config.log where it belongs
37029
 
+       echo "$GIO_PKG_ERRORS" >&5
37030
 
 
 
41364
-
37031
41365
-    fi
37032
 
+       { { $as_echo "$as_me:$LINENO: error: Package requirements (gio-2.0) were not met:
37033
 
 
 
41366
-
37034
41367
-        if test "$XGETTEXT" != ":"; then
37035
41368
-                  if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
37036
41369
-        : ;
37039
41372
-$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
37040
41373
-        XGETTEXT=":"
37041
41374
-      fi
37042
 
-    fi
37043
 
+$GIO_PKG_ERRORS
 
41375
     fi
37044
41376
 
37045
41377
-    # We need to process the po/ directory.
37046
41378
-    POSUB=po
37047
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
37048
 
+installed software in a non-standard prefix.
37049
 
 
 
41379
-
37050
41380
-    ac_config_commands="$ac_config_commands default-1"
37051
 
+Alternatively, you may set the environment variables GIO_CFLAGS
37052
 
+and GIO_LIBS to avoid the need to call pkg-config.
37053
 
+See the pkg-config man page for more details.
37054
 
+" >&5
37055
 
+$as_echo "$as_me: error: Package requirements (gio-2.0) were not met:
37056
 
 
37057
 
+$GIO_PKG_ERRORS
37058
 
 
 
41381
-
 
41382
-
37059
41383
-                for lang in $ALL_LINGUAS; do
37060
41384
-      GMOFILES="$GMOFILES $lang.gmo"
37061
41385
-      POFILES="$POFILES $lang.po"
37062
41386
-    done
37063
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
37064
 
+installed software in a non-standard prefix.
37065
 
 
37066
 
+Alternatively, you may set the environment variables GIO_CFLAGS
37067
 
+and GIO_LIBS to avoid the need to call pkg-config.
37068
 
+See the pkg-config man page for more details.
37069
 
+" >&2;}
37070
 
+   { (exit 1); exit 1; }; }
37071
 
+elif test $pkg_failed = untried; then
37072
 
+       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
37073
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
37074
 
+{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
37075
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
37076
 
+path to pkg-config.
37077
 
 
37078
 
+Alternatively, you may set the environment variables GIO_CFLAGS
37079
 
+and GIO_LIBS to avoid the need to call pkg-config.
37080
 
+See the pkg-config man page for more details.
37081
 
 
37082
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
37083
 
+See \`config.log' for more details." >&5
37084
 
+$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
37085
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
37086
 
+path to pkg-config.
37087
 
 
37088
 
+Alternatively, you may set the environment variables GIO_CFLAGS
37089
 
+and GIO_LIBS to avoid the need to call pkg-config.
37090
 
+See the pkg-config man page for more details.
37091
 
 
37092
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
37093
 
+See \`config.log' for more details." >&2;}
37094
 
+   { (exit 1); exit 1; }; }; }
37095
 
+else
37096
 
+       GIO_CFLAGS=$pkg_cv_GIO_CFLAGS
37097
 
+       GIO_LIBS=$pkg_cv_GIO_LIBS
37098
 
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
37099
 
+$as_echo "yes" >&6; }
37100
 
+       :
37101
 
+fi
37102
 
 
37103
 
+gtk_lib_dir=`$PKG_CONFIG --variable libdir gtk+-2.0`
37104
 
+gtk_binary_version=`$PKG_CONFIG --variable gtk_binary_version gtk+-2.0`
37105
 
+GTK_ENGINE_DIR="$gtk_lib_dir/gtk-2.0/$gtk_binary_version/engines"
37106
 
 
37107
 
 
37108
 
+xft_modules=
37109
 
+if $PKG_CONFIG --exists xft ; then
37110
 
+  xft_modules="xft"
37111
 
 
37112
 
+cat >>confdefs.h <<\_ACEOF
37113
 
+#define HAVE_XFT2 /**/
37114
 
+_ACEOF
37115
 
 
37116
 
+fi
37117
 
 
37118
 
 
37119
 
+pkg_failed=no
37120
 
+{ $as_echo "$as_me:$LINENO: checking for FONT_CAPPLET" >&5
37121
 
+$as_echo_n "checking for FONT_CAPPLET... " >&6; }
37122
 
 
 
41387
-
 
41388
-
 
41389
-
 
41390
-
 
41391
-
 
41392
-
 
41393
-
 
41394
-
 
41395
-
 
41396
-
 
41397
-
 
41398
-
 
41399
-
37123
41400
-   if test "$gt_cv_have_gettext" = "yes"; then
37124
41401
-     if test "x$ALL_LINGUAS" = "x"; then
37125
41402
-       LINGUAS=
37152
41429
-       { $as_echo "$as_me:$LINENO: result: $LINGUAS" >&5
37153
41430
-$as_echo "$LINGUAS" >&6; }
37154
41431
-     fi
37155
 
+if test -n "$PKG_CONFIG"; then
37156
 
+    if test -n "$FONT_CAPPLET_CFLAGS"; then
37157
 
+        pkg_cv_FONT_CAPPLET_CFLAGS="$FONT_CAPPLET_CFLAGS"
37158
 
+    else
37159
 
+        if test -n "$PKG_CONFIG" && \
37160
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES \$xft_modules\"") >&5
37161
 
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES $xft_modules") 2>&5
37162
 
+  ac_status=$?
37163
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
37164
 
+  (exit $ac_status); }; then
37165
 
+  pkg_cv_FONT_CAPPLET_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES $xft_modules" 2>/dev/null`
37166
 
+else
37167
 
+  pkg_failed=yes
37168
 
+fi
37169
 
+    fi
37170
 
+else
37171
 
+       pkg_failed=untried
37172
 
+fi
37173
 
+if test -n "$PKG_CONFIG"; then
37174
 
+    if test -n "$FONT_CAPPLET_LIBS"; then
37175
 
+        pkg_cv_FONT_CAPPLET_LIBS="$FONT_CAPPLET_LIBS"
37176
 
+    else
37177
 
+        if test -n "$PKG_CONFIG" && \
37178
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES \$xft_modules\"") >&5
37179
 
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES $xft_modules") 2>&5
37180
 
+  ac_status=$?
37181
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
37182
 
+  (exit $ac_status); }; then
37183
 
+  pkg_cv_FONT_CAPPLET_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES $xft_modules" 2>/dev/null`
37184
 
+else
37185
 
+  pkg_failed=yes
37186
 
+fi
37187
 
+    fi
37188
 
+else
37189
 
+       pkg_failed=untried
37190
 
+fi
37191
 
 
 
41432
-
37192
41433
-          if test -n "$LINGUAS"; then
37193
41434
-       for lang in $LINGUAS; do CATALOGS="$CATALOGS $lang$CATOBJEXT"; done
37194
41435
-     fi
37195
41436
-   fi
37196
 
 
 
41437
-
37197
41438
-            MKINSTALLDIRS=
37198
41439
-   if test -n "$ac_aux_dir"; then
37199
41440
-     MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs"
37201
41442
-   if test -z "$MKINSTALLDIRS"; then
37202
41443
-     MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
37203
41444
-   fi
37204
 
 
37205
 
+if test $pkg_failed = yes; then
37206
 
 
 
41445
-
 
41446
-
37207
41447
-         test -d po || mkdir po
37208
41448
-   if test "x$srcdir" != "x."; then
37209
41449
-     if test "x`echo $srcdir | sed 's@/.*@@'`" = "x"; then
37217
41457
-   rm -f po/POTFILES
37218
41458
-   sed -e "/^#/d" -e "/^\$/d" -e "s,.*,        $posrcprefix& \\\\," -e "\$s/\(.*\) \\\\/\1/" \
37219
41459
-       < $srcdir/po/POTFILES.in > po/POTFILES
37220
 
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
37221
 
+        _pkg_short_errors_supported=yes
37222
 
+else
37223
 
+        _pkg_short_errors_supported=no
37224
 
+fi
37225
 
+        if test $_pkg_short_errors_supported = yes; then
37226
 
+               FONT_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$COMMON_MODULES $xft_modules"`
37227
 
+        else
37228
 
+               FONT_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$COMMON_MODULES $xft_modules"`
37229
 
+        fi
37230
 
+       # Put the nasty error message in config.log where it belongs
37231
 
+       echo "$FONT_CAPPLET_PKG_ERRORS" >&5
37232
 
+
37233
 
+       { { $as_echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES $xft_modules) were not met:
37234
 
+
37235
 
+$FONT_CAPPLET_PKG_ERRORS
37236
 
 
37237
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
37238
 
+installed software in a non-standard prefix.
37239
 
 
37240
 
+Alternatively, you may set the environment variables FONT_CAPPLET_CFLAGS
37241
 
+and FONT_CAPPLET_LIBS to avoid the need to call pkg-config.
37242
 
+See the pkg-config man page for more details.
37243
 
+" >&5
37244
 
+$as_echo "$as_me: error: Package requirements ($COMMON_MODULES $xft_modules) were not met:
37245
 
 
37246
 
+$FONT_CAPPLET_PKG_ERRORS
37247
 
 
37248
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
37249
 
+installed software in a non-standard prefix.
37250
 
 
 
41460
-
 
41461
-
 
41462
-
 
41463
-
 
41464
-
37251
41465
-      ACLOCAL_AMFLAGS="\${ACLOCAL_FLAGS}"
37252
41466
-  if test -n "$ac_macro_dir"; then
37253
41467
-    ACLOCAL_AMFLAGS="-I $ac_macro_dir $ACLOCAL_AMFLAGS"
37254
41468
-  fi
37255
 
+Alternatively, you may set the environment variables FONT_CAPPLET_CFLAGS
37256
 
+and FONT_CAPPLET_LIBS to avoid the need to call pkg-config.
37257
 
+See the pkg-config man page for more details.
37258
 
+" >&2;}
37259
 
+   { (exit 1); exit 1; }; }
37260
 
+elif test $pkg_failed = untried; then
37261
 
+       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
37262
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
37263
 
+{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
37264
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
37265
 
+path to pkg-config.
37266
 
 
37267
 
+Alternatively, you may set the environment variables FONT_CAPPLET_CFLAGS
37268
 
+and FONT_CAPPLET_LIBS to avoid the need to call pkg-config.
37269
 
+See the pkg-config man page for more details.
37270
 
 
37271
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
37272
 
+See \`config.log' for more details." >&5
37273
 
+$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
37274
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
37275
 
+path to pkg-config.
37276
 
 
37277
 
+Alternatively, you may set the environment variables FONT_CAPPLET_CFLAGS
37278
 
+and FONT_CAPPLET_LIBS to avoid the need to call pkg-config.
37279
 
+See the pkg-config man page for more details.
37280
 
 
 
41469
-
 
41470
-
 
41471
-
 
41472
-
37281
41473
-       # Check whether --enable-debug was given.
37282
41474
-if test "${enable_debug+set}" = set; then
37283
41475
-  enableval=$enable_debug;
37284
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
37285
 
+See \`config.log' for more details." >&2;}
37286
 
+   { (exit 1); exit 1; }; }; }
 
41476
+    # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
 
41477
+    { echo "$as_me:$LINENO: checking for shmat" >&5
 
41478
+echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
 
41479
+if test "${ac_cv_func_shmat+set}" = set; then
 
41480
+  echo $ECHO_N "(cached) $ECHO_C" >&6
37287
41481
 else
37288
41482
-  enable_debug=no
37289
 
+       FONT_CAPPLET_CFLAGS=$pkg_cv_FONT_CAPPLET_CFLAGS
37290
 
+       FONT_CAPPLET_LIBS=$pkg_cv_FONT_CAPPLET_LIBS
37291
 
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
37292
 
+$as_echo "yes" >&6; }
37293
 
+       :
37294
 
 fi
37295
 
 
37296
 
+pkg_failed=no
37297
 
+{ $as_echo "$as_me:$LINENO: checking for FONT_VIEWER" >&5
37298
 
+$as_echo_n "checking for FONT_VIEWER... " >&6; }
37299
 
 
 
41483
-fi
 
41484
-
 
41485
-
37300
41486
-       if test x$enable_debug = xyes ; then
37301
41487
-
37302
41488
-cat >>confdefs.h <<\_ACEOF
37303
41489
-#define GNOME_ENABLE_DEBUG 1
37304
 
-_ACEOF
37305
 
+if test -n "$PKG_CONFIG"; then
37306
 
+    if test -n "$FONT_VIEWER_CFLAGS"; then
37307
 
+        pkg_cv_FONT_VIEWER_CFLAGS="$FONT_VIEWER_CFLAGS"
37308
 
+    else
37309
 
+        if test -n "$PKG_CONFIG" && \
37310
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES \$xft_modules libgnomeui-2.0\"") >&5
37311
 
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES $xft_modules libgnomeui-2.0") 2>&5
37312
 
+  ac_status=$?
37313
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
37314
 
+  (exit $ac_status); }; then
37315
 
+  pkg_cv_FONT_VIEWER_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES $xft_modules libgnomeui-2.0" 2>/dev/null`
37316
 
+else
37317
 
+  pkg_failed=yes
37318
 
+fi
37319
 
+    fi
37320
 
+else
37321
 
+       pkg_failed=untried
37322
 
+fi
37323
 
+if test -n "$PKG_CONFIG"; then
37324
 
+    if test -n "$FONT_VIEWER_LIBS"; then
37325
 
+        pkg_cv_FONT_VIEWER_LIBS="$FONT_VIEWER_LIBS"
37326
 
+    else
37327
 
+        if test -n "$PKG_CONFIG" && \
37328
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES \$xft_modules libgnomeui-2.0\"") >&5
37329
 
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES $xft_modules libgnomeui-2.0") 2>&5
37330
 
+  ac_status=$?
37331
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
37332
 
+  (exit $ac_status); }; then
37333
 
+  pkg_cv_FONT_VIEWER_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES $xft_modules libgnomeui-2.0" 2>/dev/null`
37334
 
+else
37335
 
+  pkg_failed=yes
37336
 
+fi
37337
 
+    fi
37338
 
+else
37339
 
+       pkg_failed=untried
37340
 
+fi
 
41490
+  cat >conftest.$ac_ext <<_ACEOF
 
41491
+/* confdefs.h.  */
 
41492
 _ACEOF
 
41493
+cat confdefs.h >>conftest.$ac_ext
 
41494
+cat >>conftest.$ac_ext <<_ACEOF
 
41495
+/* end confdefs.h.  */
 
41496
+/* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
 
41497
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
41498
+#define shmat innocuous_shmat
 
41499
+
 
41500
+/* System header to define __stub macros and hopefully few prototypes,
 
41501
+    which can conflict with char shmat (); below.
 
41502
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
41503
+    <limits.h> exists even on freestanding compilers.  */
37341
41504
 
37342
41505
-       fi
37343
 
 
37344
 
 
37345
 
+if test $pkg_failed = yes; then
 
41506
+#ifdef __STDC__
 
41507
+# include <limits.h>
 
41508
+#else
 
41509
+# include <assert.h>
 
41510
+#endif
 
41511
 
 
41512
+#undef shmat
 
41513
 
 
41514
+/* Override any GCC internal prototype to avoid an error.
 
41515
+   Use char because int might match the return type of a GCC
 
41516
+   builtin and then its argument prototype would still apply.  */
 
41517
+#ifdef __cplusplus
 
41518
+extern "C"
 
41519
+#endif
 
41520
+char shmat ();
 
41521
+/* The GNU C library defines this for functions which it implements
 
41522
+    to always fail with ENOSYS.  Some functions are actually named
 
41523
+    something starting with __ and the normal name is an alias.  */
 
41524
+#if defined __stub_shmat || defined __stub___shmat
 
41525
+choke me
 
41526
+#endif
37346
41527
 
37347
41528
-    # Check whether --enable-compile-warnings was given.
37348
41529
-if test "${enable_compile_warnings+set}" = set; then
37349
41530
-  enableval=$enable_compile_warnings;
37350
 
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
37351
 
+        _pkg_short_errors_supported=yes
 
41531
+int
 
41532
+main ()
 
41533
+{
 
41534
+return shmat ();
 
41535
+  ;
 
41536
+  return 0;
 
41537
+}
 
41538
+_ACEOF
 
41539
+rm -f conftest.$ac_objext conftest$ac_exeext
 
41540
+if { (ac_try="$ac_link"
 
41541
+case "(($ac_try" in
 
41542
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
41543
+  *) ac_try_echo=$ac_try;;
 
41544
+esac
 
41545
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
41546
+  (eval "$ac_link") 2>conftest.er1
 
41547
+  ac_status=$?
 
41548
+  grep -v '^ *+' conftest.er1 >conftest.err
 
41549
+  rm -f conftest.er1
 
41550
+  cat conftest.err >&5
 
41551
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
41552
+  (exit $ac_status); } && {
 
41553
+        test -z "$ac_c_werror_flag" ||
 
41554
+        test ! -s conftest.err
 
41555
+       } && test -s conftest$ac_exeext &&
 
41556
+       $as_test_x conftest$ac_exeext; then
 
41557
+  ac_cv_func_shmat=yes
37352
41558
 else
37353
41559
-  enable_compile_warnings="maximum"
37354
 
+        _pkg_short_errors_supported=no
37355
 
 fi
37356
 
+        if test $_pkg_short_errors_supported = yes; then
37357
 
+               FONT_VIEWER_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$COMMON_MODULES $xft_modules libgnomeui-2.0"`
37358
 
+        else
37359
 
+               FONT_VIEWER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$COMMON_MODULES $xft_modules libgnomeui-2.0"`
37360
 
+        fi
37361
 
+       # Put the nasty error message in config.log where it belongs
37362
 
+       echo "$FONT_VIEWER_PKG_ERRORS" >&5
37363
 
 
37364
 
+       { { $as_echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES $xft_modules libgnomeui-2.0) were not met:
 
41560
-fi
 
41561
-
 
41562
+  echo "$as_me: failed program was:" >&5
 
41563
+sed 's/^/| /' conftest.$ac_ext >&5
37365
41564
 
37366
41565
-    warnCFLAGS=
37367
41566
-    if test "x$GCC" != xyes; then
37368
41567
-       enable_compile_warnings=no
37369
41568
-    fi
37370
 
-
 
41569
+       ac_cv_func_shmat=no
 
41570
+fi
 
41571
 
37371
41572
-    warning_flags=
37372
41573
-    realsave_CFLAGS="$CFLAGS"
37373
 
+$FONT_VIEWER_PKG_ERRORS
 
41574
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
41575
+      conftest$ac_exeext conftest.$ac_ext
 
41576
+fi
 
41577
+{ echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
 
41578
+echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
37374
41579
 
37375
41580
-    case "$enable_compile_warnings" in
37376
41581
-    no)
37391
41596
-               { $as_echo "$as_me:$LINENO: checking whether gcc understands $option" >&5
37392
41597
-$as_echo_n "checking whether gcc understands $option... " >&6; }
37393
41598
-               cat >conftest.$ac_ext <<_ACEOF
37394
 
-/* confdefs.h.  */
37395
 
-_ACEOF
37396
 
-cat confdefs.h >>conftest.$ac_ext
37397
 
-cat >>conftest.$ac_ext <<_ACEOF
37398
 
-/* end confdefs.h.  */
37399
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
37400
 
+installed software in a non-standard prefix.
37401
 
 
37402
 
-int
37403
 
-main ()
37404
 
-{
37405
 
+Alternatively, you may set the environment variables FONT_VIEWER_CFLAGS
37406
 
+and FONT_VIEWER_LIBS to avoid the need to call pkg-config.
37407
 
+See the pkg-config man page for more details.
37408
 
+" >&5
37409
 
+$as_echo "$as_me: error: Package requirements ($COMMON_MODULES $xft_modules libgnomeui-2.0) were not met:
37410
 
 
37411
 
-  ;
37412
 
-  return 0;
37413
 
-}
37414
 
-_ACEOF
 
41599
+    if test $ac_cv_func_shmat = no; then
 
41600
+      { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
 
41601
+echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
 
41602
+if test "${ac_cv_lib_ipc_shmat+set}" = set; then
 
41603
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
41604
+else
 
41605
+  ac_check_lib_save_LIBS=$LIBS
 
41606
+LIBS="-lipc  $LIBS"
 
41607
+cat >conftest.$ac_ext <<_ACEOF
 
41608
 /* confdefs.h.  */
 
41609
 _ACEOF
 
41610
 cat confdefs.h >>conftest.$ac_ext
 
41611
 cat >>conftest.$ac_ext <<_ACEOF
 
41612
 /* end confdefs.h.  */
 
41613
 
 
41614
+/* Override any GCC internal prototype to avoid an error.
 
41615
+   Use char because int might match the return type of a GCC
 
41616
+   builtin and then its argument prototype would still apply.  */
 
41617
+#ifdef __cplusplus
 
41618
+extern "C"
 
41619
+#endif
 
41620
+char shmat ();
 
41621
 int
 
41622
 main ()
 
41623
 {
 
41624
-
 
41625
+return shmat ();
 
41626
   ;
 
41627
   return 0;
 
41628
 }
 
41629
 _ACEOF
37415
41630
-rm -f conftest.$ac_objext
37416
41631
-if { (ac_try="$ac_compile"
37417
 
-case "(($ac_try" in
37418
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37419
 
-  *) ac_try_echo=$ac_try;;
37420
 
-esac
 
41632
+rm -f conftest.$ac_objext conftest$ac_exeext
 
41633
+if { (ac_try="$ac_link"
 
41634
 case "(($ac_try" in
 
41635
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
41636
   *) ac_try_echo=$ac_try;;
 
41637
 esac
37421
41638
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
37422
41639
-$as_echo "$ac_try_echo") >&5
37423
41640
-  (eval "$ac_compile") 2>conftest.er1
37424
 
-  ac_status=$?
37425
 
-  grep -v '^ *+' conftest.er1 >conftest.err
37426
 
-  rm -f conftest.er1
37427
 
-  cat conftest.err >&5
 
41641
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
41642
+  (eval "$ac_link") 2>conftest.er1
 
41643
   ac_status=$?
 
41644
   grep -v '^ *+' conftest.er1 >conftest.err
 
41645
   rm -f conftest.er1
 
41646
   cat conftest.err >&5
37428
41647
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
37429
 
-  (exit $ac_status); } && {
37430
 
-        test -z "$ac_c_werror_flag" ||
37431
 
-        test ! -s conftest.err
 
41648
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
41649
   (exit $ac_status); } && {
 
41650
         test -z "$ac_c_werror_flag" ||
 
41651
         test ! -s conftest.err
37432
41652
-       } && test -s conftest.$ac_objext; then
37433
41653
-  has_option=yes
37434
 
-else
 
41654
+       } && test -s conftest$ac_exeext &&
 
41655
+       $as_test_x conftest$ac_exeext; then
 
41656
+  ac_cv_lib_ipc_shmat=yes
 
41657
 else
37435
41658
-  $as_echo "$as_me: failed program was:" >&5
37436
 
-sed 's/^/| /' conftest.$ac_ext >&5
37437
 
+$FONT_VIEWER_PKG_ERRORS
 
41659
+  echo "$as_me: failed program was:" >&5
 
41660
 sed 's/^/| /' conftest.$ac_ext >&5
37438
41661
 
37439
41662
-       has_option=no
37440
 
-fi
37441
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
37442
 
+installed software in a non-standard prefix.
 
41663
+       ac_cv_lib_ipc_shmat=no
 
41664
 fi
37443
41665
 
37444
41666
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37445
41667
-               CFLAGS="$SAVE_CFLAGS"
37459
41681
-    *)
37460
41682
-       { { $as_echo "$as_me:$LINENO: error: Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" >&5
37461
41683
-$as_echo "$as_me: error: Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" >&2;}
37462
 
+Alternatively, you may set the environment variables FONT_VIEWER_CFLAGS
37463
 
+and FONT_VIEWER_LIBS to avoid the need to call pkg-config.
37464
 
+See the pkg-config man page for more details.
37465
 
+" >&2;}
37466
 
    { (exit 1); exit 1; }; }
 
41684
-   { (exit 1); exit 1; }; }
37467
41685
-       ;;
37468
41686
-    esac
37469
41687
-    CFLAGS="$realsave_CFLAGS"
37471
41689
-$as_echo_n "checking what warning flags to pass to the C compiler... " >&6; }
37472
41690
-    { $as_echo "$as_me:$LINENO: result: $warning_flags" >&5
37473
41691
-$as_echo "$warning_flags" >&6; }
37474
 
+elif test $pkg_failed = untried; then
37475
 
+       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
37476
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
37477
 
+{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
37478
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
37479
 
+path to pkg-config.
37480
 
 
 
41692
-
37481
41693
-    # Check whether --enable-iso-c was given.
37482
41694
-if test "${enable_iso_c+set}" = set; then
37483
41695
-  enableval=$enable_iso_c;
37484
 
+Alternatively, you may set the environment variables FONT_VIEWER_CFLAGS
37485
 
+and FONT_VIEWER_LIBS to avoid the need to call pkg-config.
37486
 
+See the pkg-config man page for more details.
37487
 
+
37488
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
37489
 
+See \`config.log' for more details." >&5
37490
 
+$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
37491
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
37492
 
+path to pkg-config.
37493
 
+
37494
 
+Alternatively, you may set the environment variables FONT_VIEWER_CFLAGS
37495
 
+and FONT_VIEWER_LIBS to avoid the need to call pkg-config.
37496
 
+See the pkg-config man page for more details.
37497
 
+
37498
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
37499
 
+See \`config.log' for more details." >&2;}
37500
 
+   { (exit 1); exit 1; }; }; }
37501
 
 else
 
41696
-else
37502
41697
-  enable_iso_c=no
37503
 
+       FONT_VIEWER_CFLAGS=$pkg_cv_FONT_VIEWER_CFLAGS
37504
 
+       FONT_VIEWER_LIBS=$pkg_cv_FONT_VIEWER_LIBS
37505
 
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
37506
 
+$as_echo "yes" >&6; }
37507
 
+       :
 
41698
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
41699
+      conftest$ac_exeext conftest.$ac_ext
 
41700
+LIBS=$ac_check_lib_save_LIBS
 
41701
+fi
 
41702
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
 
41703
+echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
 
41704
+if test $ac_cv_lib_ipc_shmat = yes; then
 
41705
+  X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
37508
41706
 fi
37509
41707
 
37510
 
 
 
41708
-
37511
41709
-    { $as_echo "$as_me:$LINENO: checking what language compliance flags to pass to the C compiler" >&5
37512
41710
-$as_echo_n "checking what language compliance flags to pass to the C compiler... " >&6; }
37513
41711
-    complCFLAGS=
37522
41720
-           *) complCFLAGS="$complCFLAGS -pedantic" ;;
37523
41721
-       esac
37524
41722
-       fi
37525
 
+pkg_failed=no
37526
 
+{ $as_echo "$as_me:$LINENO: checking for AT_CAPPLET" >&5
37527
 
+$as_echo_n "checking for AT_CAPPLET... " >&6; }
37528
 
+
37529
 
+if test -n "$PKG_CONFIG"; then
37530
 
+    if test -n "$AT_CAPPLET_CFLAGS"; then
37531
 
+        pkg_cv_AT_CAPPLET_CFLAGS="$AT_CAPPLET_CFLAGS"
37532
 
+    else
37533
 
+        if test -n "$PKG_CONFIG" && \
37534
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES\"") >&5
37535
 
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES") 2>&5
37536
 
+  ac_status=$?
37537
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
37538
 
+  (exit $ac_status); }; then
37539
 
+  pkg_cv_AT_CAPPLET_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES" 2>/dev/null`
37540
 
+else
37541
 
+  pkg_failed=yes
37542
 
+fi
37543
41723
     fi
37544
41724
-    { $as_echo "$as_me:$LINENO: result: $complCFLAGS" >&5
37545
41725
-$as_echo "$complCFLAGS" >&6; }
37546
 
+else
37547
 
+       pkg_failed=untried
37548
 
+fi
37549
 
+if test -n "$PKG_CONFIG"; then
37550
 
+    if test -n "$AT_CAPPLET_LIBS"; then
37551
 
+        pkg_cv_AT_CAPPLET_LIBS="$AT_CAPPLET_LIBS"
37552
 
+    else
37553
 
+        if test -n "$PKG_CONFIG" && \
37554
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES\"") >&5
37555
 
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES") 2>&5
37556
 
+  ac_status=$?
37557
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
37558
 
+  (exit $ac_status); }; then
37559
 
+  pkg_cv_AT_CAPPLET_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES" 2>/dev/null`
37560
 
+else
37561
 
+  pkg_failed=yes
37562
 
+fi
37563
 
+    fi
37564
 
+else
37565
 
+       pkg_failed=untried
37566
 
+fi
37567
 
 
 
41726
-
37568
41727
-    WARN_CFLAGS="$warning_flags $complCFLAGS"
37569
 
 
37570
 
 
37571
 
+if test $pkg_failed = yes; then
37572
 
 
37573
 
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
37574
 
+        _pkg_short_errors_supported=yes
37575
 
+else
37576
 
+        _pkg_short_errors_supported=no
37577
 
+fi
37578
 
+        if test $_pkg_short_errors_supported = yes; then
37579
 
+               AT_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$COMMON_MODULES"`
37580
 
+        else
37581
 
+               AT_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$COMMON_MODULES"`
37582
 
+        fi
37583
 
+       # Put the nasty error message in config.log where it belongs
37584
 
+       echo "$AT_CAPPLET_PKG_ERRORS" >&5
37585
 
 
37586
 
+       { { $as_echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES) were not met:
37587
 
 
 
41728
-
 
41729
-
 
41730
-
 
41731
-
 
41732
-
37588
41733
-       if test $USE_MAINTAINER_MODE = yes; then
37589
 
-               DISABLE_DEPRECATED="-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGCONF_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED"
 
41734
-               DISABLE_DEPRECATED="-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGCONF_DISABLE_DEPRECATED -DBONOBO_DISABLE_DEPRECATED -DBONOBO_UI_DISABLE_DEPRECATED -DGNOME_VFS_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DLIBGLADE_DISABLE_DEPRECATED -DWNCK_DISABLE_DEPRECATED -DLIBSOUP_DISABLE_DEPRECATED"
37590
41735
-       else
37591
41736
-               DISABLE_DEPRECATED=""
37592
41737
-       fi
37593
 
+$AT_CAPPLET_PKG_ERRORS
37594
 
 
37595
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
37596
 
+installed software in a non-standard prefix.
37597
 
 
37598
 
+Alternatively, you may set the environment variables AT_CAPPLET_CFLAGS
37599
 
+and AT_CAPPLET_LIBS to avoid the need to call pkg-config.
37600
 
+See the pkg-config man page for more details.
37601
 
+" >&5
37602
 
+$as_echo "$as_me: error: Package requirements ($COMMON_MODULES) were not met:
37603
 
 
 
41738
-
 
41739
-
 
41740
-
37604
41741
-{ $as_echo "$as_me:$LINENO: checking for X" >&5
37605
41742
-$as_echo_n "checking for X... " >&6; }
37606
 
+$AT_CAPPLET_PKG_ERRORS
37607
 
 
37608
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
37609
 
+installed software in a non-standard prefix.
37610
 
 
 
41743
-
 
41744
-
37611
41745
-# Check whether --with-x was given.
37612
41746
-if test "${with_x+set}" = set; then
37613
41747
-  withval=$with_x;
37614
41748
-fi
37615
 
+Alternatively, you may set the environment variables AT_CAPPLET_CFLAGS
37616
 
+and AT_CAPPLET_LIBS to avoid the need to call pkg-config.
37617
 
+See the pkg-config man page for more details.
37618
 
+" >&2;}
37619
 
+   { (exit 1); exit 1; }; }
37620
 
+elif test $pkg_failed = untried; then
37621
 
+       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
37622
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
37623
 
+{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
37624
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
37625
 
+path to pkg-config.
 
41749
+  fi
37626
41750
 
37627
41751
-# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
37628
41752
-if test "x$with_x" = xno; then
37630
41754
-  have_x=disabled
37631
41755
-else
37632
41756
-  case $x_includes,$x_libraries in #(
37633
 
-    *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
37634
 
-$as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
 
41757
-    *\'*) { { $as_echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
 
41758
-$as_echo "$as_me: error: Cannot use X directory names containing '" >&2;}
37635
41759
-   { (exit 1); exit 1; }; };; #(
37636
41760
-    *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
37637
41761
-  $as_echo_n "(cached) " >&6
37638
 
-else
 
41762
+  # Check for libraries that X11R6 Xt/Xaw programs need.
 
41763
+  ac_save_LDFLAGS=$LDFLAGS
 
41764
+  test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
 
41765
+  # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
 
41766
+  # check for ICE first), but we must link in the order -lSM -lICE or
 
41767
+  # we get undefined symbols.  So assume we have SM if we have ICE.
 
41768
+  # These have to be linked with before -lX11, unlike the other
 
41769
+  # libraries we check for below, so use a different variable.
 
41770
+  # John Interrante, Karl Berry
 
41771
+  { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
 
41772
+echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
 
41773
+if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
 
41774
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
41775
 else
37639
41776
-  # One or both of the vars are not set, and there is no cached value.
37640
41777
-ac_x_includes=no ac_x_libraries=no
37641
41778
-rm -f -r conftest.dir
37648
41785
-       @echo usrlibdir='${USRLIBDIR}'
37649
41786
-libdir:
37650
41787
-       @echo libdir='${LIBDIR}'
37651
 
-_ACEOF
 
41788
+  ac_check_lib_save_LIBS=$LIBS
 
41789
+LIBS="-lICE $X_EXTRA_LIBS $LIBS"
 
41790
+cat >conftest.$ac_ext <<_ACEOF
 
41791
+/* confdefs.h.  */
 
41792
 _ACEOF
37652
41793
-  if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
37653
41794
-    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
37654
41795
-    for ac_var in incroot usrlibdir libdir; do
37669
41810
-       *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
37670
41811
-    esac
37671
41812
-    case $ac_im_usrlibdir in
37672
 
-       /usr/lib | /usr/lib64 | /lib | /lib64) ;;
 
41813
-       /usr/lib | /lib) ;;
37673
41814
-       *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
37674
41815
-    esac
37675
41816
-  fi
37676
41817
-  cd ..
37677
41818
-  rm -f -r conftest.dir
37678
 
-fi
37679
 
+Alternatively, you may set the environment variables AT_CAPPLET_CFLAGS
37680
 
+and AT_CAPPLET_LIBS to avoid the need to call pkg-config.
37681
 
+See the pkg-config man page for more details.
 
41819
+cat confdefs.h >>conftest.$ac_ext
 
41820
+cat >>conftest.$ac_ext <<_ACEOF
 
41821
+/* end confdefs.h.  */
 
41822
+
 
41823
+/* Override any GCC internal prototype to avoid an error.
 
41824
+   Use char because int might match the return type of a GCC
 
41825
+   builtin and then its argument prototype would still apply.  */
 
41826
+#ifdef __cplusplus
 
41827
+extern "C"
 
41828
+#endif
 
41829
+char IceConnectionNumber ();
 
41830
+int
 
41831
+main ()
 
41832
+{
 
41833
+return IceConnectionNumber ();
 
41834
+  ;
 
41835
+  return 0;
 
41836
+}
 
41837
+_ACEOF
 
41838
+rm -f conftest.$ac_objext conftest$ac_exeext
 
41839
+if { (ac_try="$ac_link"
 
41840
+case "(($ac_try" in
 
41841
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
41842
+  *) ac_try_echo=$ac_try;;
 
41843
+esac
 
41844
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
41845
+  (eval "$ac_link") 2>conftest.er1
 
41846
+  ac_status=$?
 
41847
+  grep -v '^ *+' conftest.er1 >conftest.err
 
41848
+  rm -f conftest.er1
 
41849
+  cat conftest.err >&5
 
41850
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
41851
+  (exit $ac_status); } && {
 
41852
+        test -z "$ac_c_werror_flag" ||
 
41853
+        test ! -s conftest.err
 
41854
+       } && test -s conftest$ac_exeext &&
 
41855
+       $as_test_x conftest$ac_exeext; then
 
41856
+  ac_cv_lib_ICE_IceConnectionNumber=yes
 
41857
+else
 
41858
+  echo "$as_me: failed program was:" >&5
 
41859
+sed 's/^/| /' conftest.$ac_ext >&5
 
41860
+
 
41861
+       ac_cv_lib_ICE_IceConnectionNumber=no
 
41862
 fi
37682
41863
 
37683
41864
-# Standard set of common directories for X headers.
37684
41865
-# Check X11 before X11Rn because it is often a symlink to the current release.
37687
41868
-/usr/X11R6/include
37688
41869
-/usr/X11R5/include
37689
41870
-/usr/X11R4/include
37690
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
37691
 
+See \`config.log' for more details." >&5
37692
 
+$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
37693
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
37694
 
+path to pkg-config.
 
41871
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
41872
+      conftest$ac_exeext conftest.$ac_ext
 
41873
+LIBS=$ac_check_lib_save_LIBS
 
41874
+fi
 
41875
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
 
41876
+echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
 
41877
+if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
 
41878
+  X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
 
41879
+fi
37695
41880
 
37696
41881
-/usr/include/X11
37697
41882
-/usr/include/X11R6
37698
41883
-/usr/include/X11R5
37699
41884
-/usr/include/X11R4
37700
 
+Alternatively, you may set the environment variables AT_CAPPLET_CFLAGS
37701
 
+and AT_CAPPLET_LIBS to avoid the need to call pkg-config.
37702
 
+See the pkg-config man page for more details.
 
41885
+  LDFLAGS=$ac_save_LDFLAGS
37703
41886
 
37704
41887
-/usr/local/X11/include
37705
41888
-/usr/local/X11R6/include
37706
41889
-/usr/local/X11R5/include
37707
41890
-/usr/local/X11R4/include
37708
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
37709
 
+See \`config.log' for more details." >&2;}
37710
 
+   { (exit 1); exit 1; }; }; }
37711
 
+else
37712
 
+       AT_CAPPLET_CFLAGS=$pkg_cv_AT_CAPPLET_CFLAGS
37713
 
+       AT_CAPPLET_LIBS=$pkg_cv_AT_CAPPLET_LIBS
37714
 
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
37715
 
+$as_echo "yes" >&6; }
37716
 
+       :
37717
41891
+fi
37718
41892
 
37719
41893
-/usr/local/include/X11
37720
41894
-/usr/local/include/X11R6
37721
41895
-/usr/local/include/X11R5
37722
41896
-/usr/local/include/X11R4
 
41897
+x_libs="$X_PRE_LIBS $X_LIBS -lX11 $X_EXTRA_LIBS"
37723
41898
 
37724
41899
-/usr/X386/include
37725
41900
-/usr/x386/include
37726
41901
-/usr/XFree86/include/X11
37727
 
+have_randr=no
37728
 
+{ $as_echo "$as_me:$LINENO: checking for XRRUpdateConfiguration in -lXrandr" >&5
37729
 
+$as_echo_n "checking for XRRUpdateConfiguration in -lXrandr... " >&6; }
37730
 
+if test "${ac_cv_lib_Xrandr_XRRUpdateConfiguration+set}" = set; then
37731
 
+  $as_echo_n "(cached) " >&6
 
41902
+{ echo "$as_me:$LINENO: checking for XScreenSaverQueryInfo" >&5
 
41903
+echo $ECHO_N "checking for XScreenSaverQueryInfo... $ECHO_C" >&6; }
 
41904
+if test "${ac_cv_func_XScreenSaverQueryInfo+set}" = set; then
 
41905
+  echo $ECHO_N "(cached) $ECHO_C" >&6
37732
41906
+else
37733
 
+  ac_check_lib_save_LIBS=$LIBS
37734
 
+LIBS="-lXrandr -lXrandr -lXrender $x_libs $LIBS"
37735
 
+cat >conftest.$ac_ext <<_ACEOF
 
41907
+  cat >conftest.$ac_ext <<_ACEOF
37736
41908
+/* confdefs.h.  */
37737
41909
+_ACEOF
37738
41910
+cat confdefs.h >>conftest.$ac_ext
37739
41911
+cat >>conftest.$ac_ext <<_ACEOF
37740
41912
+/* end confdefs.h.  */
 
41913
+/* Define XScreenSaverQueryInfo to an innocuous variant, in case <limits.h> declares XScreenSaverQueryInfo.
 
41914
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
41915
+#define XScreenSaverQueryInfo innocuous_XScreenSaverQueryInfo
37741
41916
 
37742
41917
-/usr/include
37743
41918
-/usr/local/include
37745
41920
-/usr/athena/include
37746
41921
-/usr/local/x11r5/include
37747
41922
-/usr/lpp/Xamples/include
37748
 
-
 
41923
+/* System header to define __stub macros and hopefully few prototypes,
 
41924
+    which can conflict with char XScreenSaverQueryInfo (); below.
 
41925
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
41926
+    <limits.h> exists even on freestanding compilers.  */
 
41927
 
37749
41928
-/usr/openwin/include
37750
41929
-/usr/openwin/share/include'
37751
 
-
 
41930
+#ifdef __STDC__
 
41931
+# include <limits.h>
 
41932
+#else
 
41933
+# include <assert.h>
 
41934
+#endif
 
41935
 
37752
41936
-if test "$ac_x_includes" = no; then
37753
41937
-  # Guess where to find include files, by looking for Xlib.h.
37754
41938
-  # First, try using that file with no special directory specified.
37755
41939
-  cat >conftest.$ac_ext <<_ACEOF
37756
 
-/* confdefs.h.  */
37757
 
-_ACEOF
37758
 
-cat confdefs.h >>conftest.$ac_ext
37759
 
-cat >>conftest.$ac_ext <<_ACEOF
37760
 
-/* end confdefs.h.  */
 
41940
+#undef XScreenSaverQueryInfo
 
41941
+
 
41942
+/* Override any GCC internal prototype to avoid an error.
 
41943
+   Use char because int might match the return type of a GCC
 
41944
+   builtin and then its argument prototype would still apply.  */
 
41945
+#ifdef __cplusplus
 
41946
+extern "C"
 
41947
+#endif
 
41948
+char XScreenSaverQueryInfo ();
 
41949
+/* The GNU C library defines this for functions which it implements
 
41950
+    to always fail with ENOSYS.  Some functions are actually named
 
41951
+    something starting with __ and the normal name is an alias.  */
 
41952
+#if defined __stub_XScreenSaverQueryInfo || defined __stub___XScreenSaverQueryInfo
 
41953
+choke me
 
41954
+#endif
 
41955
+
 
41956
+int
 
41957
+main ()
 
41958
+{
 
41959
+return XScreenSaverQueryInfo ();
 
41960
+  ;
 
41961
+  return 0;
 
41962
+}
 
41963
+_ACEOF
 
41964
+rm -f conftest.$ac_objext conftest$ac_exeext
 
41965
+if { (ac_try="$ac_link"
 
41966
+case "(($ac_try" in
 
41967
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
41968
+  *) ac_try_echo=$ac_try;;
 
41969
+esac
 
41970
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
41971
+  (eval "$ac_link") 2>conftest.er1
 
41972
+  ac_status=$?
 
41973
+  grep -v '^ *+' conftest.er1 >conftest.err
 
41974
+  rm -f conftest.er1
 
41975
+  cat conftest.err >&5
 
41976
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
41977
+  (exit $ac_status); } && {
 
41978
+        test -z "$ac_c_werror_flag" ||
 
41979
+        test ! -s conftest.err
 
41980
+       } && test -s conftest$ac_exeext &&
 
41981
+       $as_test_x conftest$ac_exeext; then
 
41982
+  ac_cv_func_XScreenSaverQueryInfo=yes
 
41983
+else
 
41984
+  echo "$as_me: failed program was:" >&5
 
41985
+sed 's/^/| /' conftest.$ac_ext >&5
 
41986
+
 
41987
+       ac_cv_func_XScreenSaverQueryInfo=no
 
41988
+fi
 
41989
+
 
41990
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
41991
+      conftest$ac_exeext conftest.$ac_ext
 
41992
+fi
 
41993
+{ echo "$as_me:$LINENO: result: $ac_cv_func_XScreenSaverQueryInfo" >&5
 
41994
+echo "${ECHO_T}$ac_cv_func_XScreenSaverQueryInfo" >&6; }
 
41995
+if test $ac_cv_func_XScreenSaverQueryInfo = yes; then
 
41996
+
 
41997
+  TYPING_BREAK="typing-break"
 
41998
+else
 
41999
+
 
42000
+  save_LIBS=$LIBS
 
42001
+  LIBS="$LIBS $X_PRE_LIBS $X_LIBS -lXss -lXext -lX11"
 
42002
+  { echo "$as_me:$LINENO: checking for XScreenSaverQueryInfo in -lXss" >&5
 
42003
+echo $ECHO_N "checking for XScreenSaverQueryInfo in -lXss... $ECHO_C" >&6; }
 
42004
+if test "${ac_cv_lib_Xss_XScreenSaverQueryInfo+set}" = set; then
 
42005
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
42006
+else
 
42007
+  ac_check_lib_save_LIBS=$LIBS
 
42008
+LIBS="-lXss  $LIBS"
 
42009
+cat >conftest.$ac_ext <<_ACEOF
 
42010
 /* confdefs.h.  */
 
42011
 _ACEOF
 
42012
 cat confdefs.h >>conftest.$ac_ext
 
42013
 cat >>conftest.$ac_ext <<_ACEOF
 
42014
 /* end confdefs.h.  */
37761
42015
-#include <X11/Xlib.h>
37762
 
-_ACEOF
 
42016
+
 
42017
+/* Override any GCC internal prototype to avoid an error.
 
42018
+   Use char because int might match the return type of a GCC
 
42019
+   builtin and then its argument prototype would still apply.  */
 
42020
+#ifdef __cplusplus
 
42021
+extern "C"
 
42022
+#endif
 
42023
+char XScreenSaverQueryInfo ();
 
42024
+int
 
42025
+main ()
 
42026
+{
 
42027
+return XScreenSaverQueryInfo ();
 
42028
+  ;
 
42029
+  return 0;
 
42030
+}
 
42031
 _ACEOF
37763
42032
-if { (ac_try="$ac_cpp conftest.$ac_ext"
37764
 
-case "(($ac_try" in
37765
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37766
 
-  *) ac_try_echo=$ac_try;;
37767
 
-esac
 
42033
+rm -f conftest.$ac_objext conftest$ac_exeext
 
42034
+if { (ac_try="$ac_link"
 
42035
 case "(($ac_try" in
 
42036
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
42037
   *) ac_try_echo=$ac_try;;
 
42038
 esac
37768
42039
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
37769
42040
-$as_echo "$ac_try_echo") >&5
37770
42041
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
37771
 
-  ac_status=$?
37772
 
-  grep -v '^ *+' conftest.er1 >conftest.err
37773
 
-  rm -f conftest.er1
37774
 
-  cat conftest.err >&5
 
42042
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
42043
+  (eval "$ac_link") 2>conftest.er1
 
42044
   ac_status=$?
 
42045
   grep -v '^ *+' conftest.er1 >conftest.err
 
42046
   rm -f conftest.er1
 
42047
   cat conftest.err >&5
37775
42048
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
37776
42049
-  (exit $ac_status); } >/dev/null && {
37777
42050
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
37778
 
-        test ! -s conftest.err
 
42051
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
42052
+  (exit $ac_status); } && {
 
42053
+        test -z "$ac_c_werror_flag" ||
 
42054
         test ! -s conftest.err
37779
42055
-       }; then
37780
42056
-  # We can compile using X headers with no special include directory.
37781
42057
-ac_x_includes=
37782
 
-else
 
42058
+       } && test -s conftest$ac_exeext &&
 
42059
+       $as_test_x conftest$ac_exeext; then
 
42060
+  ac_cv_lib_Xss_XScreenSaverQueryInfo=yes
 
42061
 else
37783
42062
-  $as_echo "$as_me: failed program was:" >&5
37784
 
-sed 's/^/| /' conftest.$ac_ext >&5
37785
 
-
 
42063
+  echo "$as_me: failed program was:" >&5
 
42064
 sed 's/^/| /' conftest.$ac_ext >&5
 
42065
 
37786
42066
-  for ac_dir in $ac_x_header_dirs; do
37787
42067
-  if test -r "$ac_dir/X11/Xlib.h"; then
37788
42068
-    ac_x_includes=$ac_dir
37789
42069
-    break
37790
42070
-  fi
37791
42071
-done
37792
 
-fi
37793
 
-
 
42072
+       ac_cv_lib_Xss_XScreenSaverQueryInfo=no
 
42073
 fi
 
42074
 
37794
42075
-rm -f conftest.err conftest.$ac_ext
37795
42076
-fi # $ac_x_includes = no
37796
 
-
 
42077
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
42078
+      conftest$ac_exeext conftest.$ac_ext
 
42079
+LIBS=$ac_check_lib_save_LIBS
 
42080
+fi
 
42081
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_Xss_XScreenSaverQueryInfo" >&5
 
42082
+echo "${ECHO_T}$ac_cv_lib_Xss_XScreenSaverQueryInfo" >&6; }
 
42083
+if test $ac_cv_lib_Xss_XScreenSaverQueryInfo = yes; then
 
42084
 
37797
42085
-if test "$ac_x_libraries" = no; then
37798
42086
-  # Check for the libraries.
37799
42087
-  # See if we find them without any special options.
37801
42089
-  ac_save_LIBS=$LIBS
37802
42090
-  LIBS="-lX11 $LIBS"
37803
42091
-  cat >conftest.$ac_ext <<_ACEOF
37804
 
-/* confdefs.h.  */
37805
 
-_ACEOF
37806
 
-cat confdefs.h >>conftest.$ac_ext
37807
 
-cat >>conftest.$ac_ext <<_ACEOF
37808
 
-/* end confdefs.h.  */
 
42092
+    TYPING_BREAK="typing-break"
 
42093
+    SCREENSAVER_LIBS="$X_PRE_LIBS $X_LIBS -lXss -lXext -lX11"
 
42094
+else
 
42095
+
 
42096
+    LIBS=$save_LIBS
 
42097
+    LIBS="$LIBS $X_PRE_LIBS $X_LIBS -lXext -lX11"
 
42098
+    { echo "$as_me:$LINENO: checking for XScreenSaverQueryInfo in -lXext" >&5
 
42099
+echo $ECHO_N "checking for XScreenSaverQueryInfo in -lXext... $ECHO_C" >&6; }
 
42100
+if test "${ac_cv_lib_Xext_XScreenSaverQueryInfo+set}" = set; then
 
42101
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
42102
+else
 
42103
+  ac_check_lib_save_LIBS=$LIBS
 
42104
+LIBS="-lXext  $LIBS"
 
42105
+cat >conftest.$ac_ext <<_ACEOF
 
42106
 /* confdefs.h.  */
 
42107
 _ACEOF
 
42108
 cat confdefs.h >>conftest.$ac_ext
 
42109
 cat >>conftest.$ac_ext <<_ACEOF
 
42110
 /* end confdefs.h.  */
37809
42111
-#include <X11/Xlib.h>
 
42112
+
37810
42113
+/* Override any GCC internal prototype to avoid an error.
37811
42114
+   Use char because int might match the return type of a GCC
37812
42115
+   builtin and then its argument prototype would still apply.  */
37813
42116
+#ifdef __cplusplus
37814
42117
+extern "C"
37815
42118
+#endif
37816
 
+char XRRUpdateConfiguration ();
 
42119
+char XScreenSaverQueryInfo ();
37817
42120
 int
37818
42121
 main ()
37819
42122
 {
37820
42123
-XrmInitialize ()
37821
 
+return XRRUpdateConfiguration ();
 
42124
+return XScreenSaverQueryInfo ();
37822
42125
   ;
37823
42126
   return 0;
37824
42127
 }
37825
 
@@ -24095,111 +18882,46 @@
37826
 
         test "$cross_compiling" = yes ||
37827
 
         $as_test_x conftest$ac_exeext
37828
 
        }; then
 
42128
@@ -24108,217 +16233,294 @@
 
42129
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
42130
   *) ac_try_echo=$ac_try;;
 
42131
 esac
 
42132
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
42133
-$as_echo "$ac_try_echo") >&5
 
42134
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
42135
   (eval "$ac_link") 2>conftest.er1
 
42136
   ac_status=$?
 
42137
-  grep -v '^ *+' conftest.er1 >conftest.err
 
42138
-  rm -f conftest.er1
 
42139
-  cat conftest.err >&5
 
42140
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
42141
-  (exit $ac_status); } && {
 
42142
-        test -z "$ac_c_werror_flag" ||
 
42143
-        test ! -s conftest.err
 
42144
-       } && test -s conftest$ac_exeext && {
 
42145
-        test "$cross_compiling" = yes ||
 
42146
-        $as_test_x conftest$ac_exeext
 
42147
-       }; then
37829
42148
-  LIBS=$ac_save_LIBS
37830
42149
-# We can link X programs with no special library path.
37831
42150
-ac_x_libraries=
37832
 
+  ac_cv_lib_Xrandr_XRRUpdateConfiguration=yes
 
42151
+  grep -v '^ *+' conftest.er1 >conftest.err
 
42152
+  rm -f conftest.er1
 
42153
+  cat conftest.err >&5
 
42154
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
42155
+  (exit $ac_status); } && {
 
42156
+        test -z "$ac_c_werror_flag" ||
 
42157
+        test ! -s conftest.err
 
42158
+       } && test -s conftest$ac_exeext &&
 
42159
+       $as_test_x conftest$ac_exeext; then
 
42160
+  ac_cv_lib_Xext_XScreenSaverQueryInfo=yes
 
42161
+else
 
42162
+  echo "$as_me: failed program was:" >&5
 
42163
+sed 's/^/| /' conftest.$ac_ext >&5
 
42164
+
 
42165
+       ac_cv_lib_Xext_XScreenSaverQueryInfo=no
 
42166
+fi
 
42167
+
 
42168
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
42169
+      conftest$ac_exeext conftest.$ac_ext
 
42170
+LIBS=$ac_check_lib_save_LIBS
 
42171
+fi
 
42172
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XScreenSaverQueryInfo" >&5
 
42173
+echo "${ECHO_T}$ac_cv_lib_Xext_XScreenSaverQueryInfo" >&6; }
 
42174
+if test $ac_cv_lib_Xext_XScreenSaverQueryInfo = yes; then
 
42175
+
 
42176
+      TYPING_BREAK="typing-break"
 
42177
+      SCREENSAVER_LIBS="$X_PRE_LIBS $X_LIBS -lXext -lX11"
 
42178
+fi
 
42179
+
 
42180
+fi
 
42181
+
 
42182
+  LIBS=$save_LIBS
 
42183
+fi
 
42184
+
 
42185
+
 
42186
+
 
42187
+
 
42188
+
 
42189
+pkg_failed=no
 
42190
+{ echo "$as_me:$LINENO: checking for LIBCANBERRA_GTK" >&5
 
42191
+echo $ECHO_N "checking for LIBCANBERRA_GTK... $ECHO_C" >&6; }
 
42192
+
 
42193
+if test -n "$PKG_CONFIG"; then
 
42194
+    if test -n "$LIBCANBERRA_GTK_CFLAGS"; then
 
42195
+        pkg_cv_LIBCANBERRA_GTK_CFLAGS="$LIBCANBERRA_GTK_CFLAGS"
 
42196
+    else
 
42197
+        if test -n "$PKG_CONFIG" && \
 
42198
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libcanberra-gtk\"") >&5
 
42199
+  ($PKG_CONFIG --exists --print-errors "libcanberra-gtk") 2>&5
 
42200
+  ac_status=$?
 
42201
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
42202
+  (exit $ac_status); }; then
 
42203
+  pkg_cv_LIBCANBERRA_GTK_CFLAGS=`$PKG_CONFIG --cflags "libcanberra-gtk" 2>/dev/null`
 
42204
+else
 
42205
+  pkg_failed=yes
 
42206
+fi
 
42207
+    fi
 
42208
+else
 
42209
+       pkg_failed=untried
 
42210
+fi
 
42211
+if test -n "$PKG_CONFIG"; then
 
42212
+    if test -n "$LIBCANBERRA_GTK_LIBS"; then
 
42213
+        pkg_cv_LIBCANBERRA_GTK_LIBS="$LIBCANBERRA_GTK_LIBS"
 
42214
+    else
 
42215
+        if test -n "$PKG_CONFIG" && \
 
42216
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libcanberra-gtk\"") >&5
 
42217
+  ($PKG_CONFIG --exists --print-errors "libcanberra-gtk") 2>&5
 
42218
+  ac_status=$?
 
42219
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
42220
+  (exit $ac_status); }; then
 
42221
+  pkg_cv_LIBCANBERRA_GTK_LIBS=`$PKG_CONFIG --libs "libcanberra-gtk" 2>/dev/null`
37833
42222
 else
37834
 
   $as_echo "$as_me: failed program was:" >&5
37835
 
 sed 's/^/| /' conftest.$ac_ext >&5
37836
 
 
 
42223
-  $as_echo "$as_me: failed program was:" >&5
 
42224
-sed 's/^/| /' conftest.$ac_ext >&5
 
42225
-
37837
42226
-       LIBS=$ac_save_LIBS
37838
42227
-for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
37839
42228
-do
37842
42231
-    if test -r "$ac_dir/libX11.$ac_extension"; then
37843
42232
-      ac_x_libraries=$ac_dir
37844
42233
-      break 2
37845
 
-    fi
 
42234
+  pkg_failed=yes
 
42235
+fi
 
42236
     fi
37846
42237
-  done
37847
42238
-done
37848
 
+       ac_cv_lib_Xrandr_XRRUpdateConfiguration=no
 
42239
+else
 
42240
+       pkg_failed=untried
37849
42241
 fi
37850
42242
 
37851
 
 rm -rf conftest.dSYM
37852
 
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
37853
 
       conftest$ac_exeext conftest.$ac_ext
 
42243
-rm -rf conftest.dSYM
 
42244
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
42245
-      conftest$ac_exeext conftest.$ac_ext
37854
42246
-fi # $ac_x_libraries = no
37855
 
-
 
42247
 
37856
42248
-case $ac_x_includes,$ac_x_libraries in #(
37857
42249
-  no,* | *,no | *\'*)
37858
42250
-    # Didn't find X, or a directory has "'" in its name.
37869
42261
-  esac
37870
42262
-  eval "$ac_cv_have_x"
37871
42263
-fi # $with_x != no
37872
 
-
 
42264
 
37873
42265
-if test "$have_x" != yes; then
37874
42266
-  { $as_echo "$as_me:$LINENO: result: $have_x" >&5
37875
42267
-$as_echo "$have_x" >&6; }
37876
42268
-  no_x=yes
37877
 
-else
 
42269
+if test $pkg_failed = yes; then
 
42270
+
 
42271
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
42272
+        _pkg_short_errors_supported=yes
 
42273
 else
37878
42274
-  # If each of the values was on the command line, it overrides each guess.
37879
42275
-  test "x$x_includes" = xNONE && x_includes=$ac_x_includes
37880
42276
-  test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
37884
42280
-       ac_x_libraries='$x_libraries'"
37885
42281
-  { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
37886
42282
-$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
37887
 
+LIBS=$ac_check_lib_save_LIBS
 
42283
+        _pkg_short_errors_supported=no
37888
42284
 fi
37889
 
-
 
42285
+        if test $_pkg_short_errors_supported = yes; then
 
42286
+               LIBCANBERRA_GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libcanberra-gtk"`
 
42287
+        else
 
42288
+               LIBCANBERRA_GTK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libcanberra-gtk"`
 
42289
+        fi
 
42290
+       # Put the nasty error message in config.log where it belongs
 
42291
+       echo "$LIBCANBERRA_GTK_PKG_ERRORS" >&5
 
42292
 
37890
42293
-if test "$no_x" = yes; then
37891
42294
-  # Not all programs may use this symbol, but it does not hurt to define it.
37892
 
-
 
42295
+       { echo "$as_me:$LINENO: result: no" >&5
 
42296
+echo "${ECHO_T}no" >&6; }
 
42297
+                :
 
42298
+elif test $pkg_failed = untried; then
 
42299
+       :
 
42300
+else
 
42301
+       LIBCANBERRA_GTK_CFLAGS=$pkg_cv_LIBCANBERRA_GTK_CFLAGS
 
42302
+       LIBCANBERRA_GTK_LIBS=$pkg_cv_LIBCANBERRA_GTK_LIBS
 
42303
+        { echo "$as_me:$LINENO: result: yes" >&5
 
42304
+echo "${ECHO_T}yes" >&6; }
 
42305
 
37893
42306
-cat >>confdefs.h <<\_ACEOF
37894
42307
-#define X_DISPLAY_MISSING 1
37895
42308
-_ACEOF
37896
 
-
 
42309
+  CANBERRA_GTK=1
 
42310
 
37897
42311
-  X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
37898
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrandr_XRRUpdateConfiguration" >&5
37899
 
+$as_echo "$ac_cv_lib_Xrandr_XRRUpdateConfiguration" >&6; }
37900
 
+if test "x$ac_cv_lib_Xrandr_XRRUpdateConfiguration" = x""yes; then
37901
 
+  { $as_echo "$as_me:$LINENO: checking for X11/extensions/Xrandr.h" >&5
37902
 
+$as_echo_n "checking for X11/extensions/Xrandr.h... " >&6; }
37903
 
+if test "${ac_cv_header_X11_extensions_Xrandr_h+set}" = set; then
37904
 
+  $as_echo_n "(cached) " >&6
 
42312
+
 
42313
+
 
42314
+fi
 
42315
+ if test "x$CANBERRA_GTK" = "x1"; then
 
42316
+  HAVE_LIBCANBERRA_GTK_TRUE=
 
42317
+  HAVE_LIBCANBERRA_GTK_FALSE='#'
37905
42318
 else
37906
42319
-  if test -n "$x_includes"; then
37907
42320
-    X_CFLAGS="$X_CFLAGS -I$x_includes"
37908
42321
-  fi
37909
 
-
 
42322
+  HAVE_LIBCANBERRA_GTK_TRUE='#'
 
42323
+  HAVE_LIBCANBERRA_GTK_FALSE=
 
42324
+fi
 
42325
 
37910
42326
-  # It would also be nice to do this for all -L options, not just this one.
37911
42327
-  if test -n "$x_libraries"; then
37912
42328
-    X_LIBS="$X_LIBS -L$x_libraries"
37918
42334
-    ac_xsave_c_werror_flag=$ac_c_werror_flag
37919
42335
-    ac_c_werror_flag=yes
37920
42336
-    cat >conftest.$ac_ext <<_ACEOF
37921
 
+  cat >conftest.$ac_ext <<_ACEOF
 
42337
+
 
42338
+ if test "x$TYPING_BREAK" = xtyping-break; then
 
42339
+  HAVE_TYPING_BREAK_TRUE=
 
42340
+  HAVE_TYPING_BREAK_FALSE='#'
 
42341
+else
 
42342
+  HAVE_TYPING_BREAK_TRUE='#'
 
42343
+  HAVE_TYPING_BREAK_FALSE=
 
42344
+fi
 
42345
+
 
42346
+
 
42347
+savecppflags=$CPPFLAGS
 
42348
+CPPFLAGS="$CPPFLAGS $X_CFLAGS"
 
42349
+
 
42350
+for ac_header in X11/Xlib.h
 
42351
+do
 
42352
+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
42353
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
42354
+  { echo "$as_me:$LINENO: checking for $ac_header" >&5
 
42355
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
42356
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
42357
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
42358
+fi
 
42359
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
42360
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
42361
+echo "${ECHO_T}$ac_res" >&6; }
 
42362
+else
 
42363
+  # Is the header compilable?
 
42364
+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
42365
+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
 
42366
+cat >conftest.$ac_ext <<_ACEOF
37922
42367
 /* confdefs.h.  */
37923
42368
 _ACEOF
37924
42369
 cat confdefs.h >>conftest.$ac_ext
37925
42370
 cat >>conftest.$ac_ext <<_ACEOF
37926
42371
 /* end confdefs.h.  */
37927
 
+#include <X11/Xlib.h>
37928
 
 
 
42372
-
37929
42373
-int
37930
42374
-main ()
37931
42375
-{
37933
42377
-  ;
37934
42378
-  return 0;
37935
42379
-}
37936
 
+#include <X11/extensions/Xrandr.h>
 
42380
+$ac_includes_default
 
42381
+#include <$ac_header>
37937
42382
 _ACEOF
37938
42383
-rm -f conftest.$ac_objext conftest$ac_exeext
37939
42384
-if { (ac_try="$ac_link"
37943
42388
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
37944
42389
   *) ac_try_echo=$ac_try;;
37945
42390
 esac
37946
 
 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
37947
 
 $as_echo "$ac_try_echo") >&5
 
42391
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
42392
-$as_echo "$ac_try_echo") >&5
37948
42393
-  (eval "$ac_link") 2>conftest.er1
 
42394
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
37949
42395
+  (eval "$ac_compile") 2>conftest.er1
37950
42396
   ac_status=$?
37951
42397
   grep -v '^ *+' conftest.er1 >conftest.err
37952
42398
   rm -f conftest.er1
37953
 
@@ -24208,1368 +18930,573 @@
 
42399
   cat conftest.err >&5
 
42400
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
42401
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
37954
42402
   (exit $ac_status); } && {
37955
42403
         test -z "$ac_c_werror_flag" ||
37956
42404
         test ! -s conftest.err
37962
42410
-$as_echo "no" >&6; }
37963
42411
-       X_LIBS="$X_LIBS -R$x_libraries"
37964
42412
+       } && test -s conftest.$ac_objext; then
37965
 
+  ac_cv_header_X11_extensions_Xrandr_h=yes
 
42413
+  ac_header_compiler=yes
37966
42414
 else
37967
 
   $as_echo "$as_me: failed program was:" >&5
 
42415
-  $as_echo "$as_me: failed program was:" >&5
 
42416
+  echo "$as_me: failed program was:" >&5
37968
42417
 sed 's/^/| /' conftest.$ac_ext >&5
37969
42418
 
37970
42419
-       LIBS="$ac_xsave_LIBS -R $x_libraries"
37971
42420
-       cat >conftest.$ac_ext <<_ACEOF
37972
 
-/* confdefs.h.  */
37973
 
-_ACEOF
37974
 
-cat confdefs.h >>conftest.$ac_ext
37975
 
-cat >>conftest.$ac_ext <<_ACEOF
37976
 
-/* end confdefs.h.  */
37977
 
+       ac_cv_header_X11_extensions_Xrandr_h=no
 
42421
+       ac_header_compiler=no
37978
42422
+fi
37979
 
 
 
42423
+
 
42424
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
42425
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
42426
+echo "${ECHO_T}$ac_header_compiler" >&6; }
 
42427
+
 
42428
+# Is the header present?
 
42429
+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
42430
+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
 
42431
+cat >conftest.$ac_ext <<_ACEOF
 
42432
 /* confdefs.h.  */
 
42433
 _ACEOF
 
42434
 cat confdefs.h >>conftest.$ac_ext
 
42435
 cat >>conftest.$ac_ext <<_ACEOF
 
42436
 /* end confdefs.h.  */
 
42437
-
37980
42438
-int
37981
42439
-main ()
37982
42440
-{
37983
 
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
37984
 
+fi
37985
 
+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_extensions_Xrandr_h" >&5
37986
 
+$as_echo "$ac_cv_header_X11_extensions_Xrandr_h" >&6; }
37987
 
+if test "x$ac_cv_header_X11_extensions_Xrandr_h" = x""yes; then
37988
 
+  have_randr=yes
37989
 
+     RANDR_LIBS="-lXrandr -lXrender"
37990
 
 
 
42441
-
37991
42442
-  ;
37992
42443
-  return 0;
37993
42444
-}
37994
 
+cat >>confdefs.h <<\_ACEOF
37995
 
+#define HAVE_RANDR 1
 
42445
+#include <$ac_header>
37996
42446
 _ACEOF
37997
42447
-rm -f conftest.$ac_objext conftest$ac_exeext
37998
42448
-if { (ac_try="$ac_link"
37999
 
-case "(($ac_try" in
38000
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38001
 
-  *) ac_try_echo=$ac_try;;
38002
 
-esac
 
42449
+if { (ac_try="$ac_cpp conftest.$ac_ext"
 
42450
 case "(($ac_try" in
 
42451
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
42452
   *) ac_try_echo=$ac_try;;
 
42453
 esac
38003
42454
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
38004
42455
-$as_echo "$ac_try_echo") >&5
38005
42456
-  (eval "$ac_link") 2>conftest.er1
38006
 
-  ac_status=$?
38007
 
-  grep -v '^ *+' conftest.er1 >conftest.err
38008
 
-  rm -f conftest.er1
38009
 
-  cat conftest.err >&5
 
42457
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
42458
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
42459
   ac_status=$?
 
42460
   grep -v '^ *+' conftest.er1 >conftest.err
 
42461
   rm -f conftest.er1
 
42462
   cat conftest.err >&5
38010
42463
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
38011
42464
-  (exit $ac_status); } && {
38012
42465
-        test -z "$ac_c_werror_flag" ||
38013
 
-        test ! -s conftest.err
 
42466
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
42467
+  (exit $ac_status); } >/dev/null && {
 
42468
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
42469
         test ! -s conftest.err
38014
42470
-       } && test -s conftest$ac_exeext && {
38015
42471
-        test "$cross_compiling" = yes ||
38016
42472
-        $as_test_x conftest$ac_exeext
38017
 
-       }; then
 
42473
        }; then
38018
42474
-  { $as_echo "$as_me:$LINENO: result: yes" >&5
38019
42475
-$as_echo "yes" >&6; }
38020
42476
-         X_LIBS="$X_LIBS -R $x_libraries"
38021
 
+
 
42477
+  ac_header_preproc=yes
38022
42478
 else
38023
42479
-  $as_echo "$as_me: failed program was:" >&5
38024
 
-sed 's/^/| /' conftest.$ac_ext >&5
38025
 
+  :
38026
 
+fi
 
42480
+  echo "$as_me: failed program was:" >&5
 
42481
 sed 's/^/| /' conftest.$ac_ext >&5
38027
42482
 
38028
42483
-       { $as_echo "$as_me:$LINENO: result: neither works" >&5
38029
42484
-$as_echo "neither works" >&6; }
 
42485
+  ac_header_preproc=no
 
42486
 fi
 
42487
 
 
42488
-rm -rf conftest.dSYM
 
42489
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
42490
-      conftest$ac_exeext conftest.$ac_ext
 
42491
+rm -f conftest.err conftest.$ac_ext
 
42492
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
42493
+echo "${ECHO_T}$ac_header_preproc" >&6; }
38030
42494
+
38031
 
+else
38032
 
+  :
38033
 
 fi
38034
 
 
38035
 
-rm -rf conftest.dSYM
38036
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38037
 
-      conftest$ac_exeext conftest.$ac_ext
38038
 
+ if test $have_randr = yes; then
38039
 
+  HAVE_RANDR_TRUE=
38040
 
+  HAVE_RANDR_FALSE='#'
38041
 
+else
38042
 
+  HAVE_RANDR_TRUE='#'
38043
 
+  HAVE_RANDR_FALSE=
38044
 
 fi
 
42495
+# So?  What about this header?
 
42496
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
42497
+  yes:no: )
 
42498
+    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
42499
+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
42500
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
42501
+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
42502
+    ac_header_preproc=yes
 
42503
+    ;;
 
42504
+  no:yes:* )
 
42505
+    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
42506
+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
42507
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
42508
+echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
42509
+    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
42510
+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
42511
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
42512
+echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
42513
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
42514
+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
42515
+    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
42516
+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
42517
+    ( cat <<\_ASBOX
 
42518
+## ----------------------------------------------------------------------------------- ##
 
42519
+## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center ##
 
42520
+## ----------------------------------------------------------------------------------- ##
 
42521
+_ASBOX
 
42522
+     ) | sed "s/^/$as_me: WARNING:     /" >&2
 
42523
+    ;;
 
42524
+esac
 
42525
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 
42526
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
42527
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
42528
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
42529
+else
 
42530
+  eval "$as_ac_Header=\$ac_header_preproc"
 
42531
 fi
 
42532
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
42533
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
42534
+echo "${ECHO_T}$ac_res" >&6; }
38045
42535
 
38046
42536
-rm -rf conftest.dSYM
38047
42537
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38049
42539
-    ac_c_werror_flag=$ac_xsave_c_werror_flag
38050
42540
-    LIBS=$ac_xsave_LIBS
38051
42541
-  fi
 
42542
+fi
 
42543
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
42544
+  cat >>confdefs.h <<_ACEOF
 
42545
+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
42546
+_ACEOF
38052
42547
 
38053
42548
-  # Check for system-dependent libraries X programs must link with.
38054
42549
-  # Do this before checking for the system-independent R6 libraries
38055
42550
-  # (-lICE), since we may need -lsocket or whatever for X linking.
 
42551
+fi
38056
42552
 
38057
42553
-  if test "$ISC" = yes; then
38058
42554
-    X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
38062
42558
-    # the Alpha needs dnet_stub (dnet does not exist).
38063
42559
-    ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
38064
42560
-    cat >conftest.$ac_ext <<_ACEOF
38065
 
-/* confdefs.h.  */
38066
 
-_ACEOF
38067
 
-cat confdefs.h >>conftest.$ac_ext
38068
 
-cat >>conftest.$ac_ext <<_ACEOF
38069
 
-/* end confdefs.h.  */
38070
 
+pkg_failed=no
38071
 
+{ $as_echo "$as_me:$LINENO: checking for DISPLAY_CAPPLET" >&5
38072
 
+$as_echo_n "checking for DISPLAY_CAPPLET... " >&6; }
38073
 
 
38074
 
-/* Override any GCC internal prototype to avoid an error.
38075
 
-   Use char because int might match the return type of a GCC
38076
 
-   builtin and then its argument prototype would still apply.  */
38077
 
-#ifdef __cplusplus
38078
 
-extern "C"
38079
 
-#endif
 
42561
+done
 
42562
+
 
42563
+{ echo "$as_me:$LINENO: checking for XF86MiscQueryExtension in -lXxf86misc" >&5
 
42564
+echo $ECHO_N "checking for XF86MiscQueryExtension in -lXxf86misc... $ECHO_C" >&6; }
 
42565
+if test "${ac_cv_lib_Xxf86misc_XF86MiscQueryExtension+set}" = set; then
 
42566
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
42567
+else
 
42568
+  ac_check_lib_save_LIBS=$LIBS
 
42569
+LIBS="-lXxf86misc  $LIBS"
 
42570
+cat >conftest.$ac_ext <<_ACEOF
 
42571
 /* confdefs.h.  */
 
42572
 _ACEOF
 
42573
 cat confdefs.h >>conftest.$ac_ext
 
42574
@@ -24331,11 +16533,11 @@
 
42575
 #ifdef __cplusplus
 
42576
 extern "C"
 
42577
 #endif
38080
42578
-char XOpenDisplay ();
38081
 
-int
38082
 
-main ()
38083
 
-{
 
42579
+char XF86MiscQueryExtension ();
 
42580
 int
 
42581
 main ()
 
42582
 {
38084
42583
-return XOpenDisplay ();
38085
 
-  ;
38086
 
-  return 0;
38087
 
-}
38088
 
-_ACEOF
38089
 
-rm -f conftest.$ac_objext conftest$ac_exeext
38090
 
-if { (ac_try="$ac_link"
38091
 
-case "(($ac_try" in
38092
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38093
 
-  *) ac_try_echo=$ac_try;;
38094
 
-esac
 
42584
+return XF86MiscQueryExtension ();
 
42585
   ;
 
42586
   return 0;
 
42587
 }
 
42588
@@ -24346,1258 +16548,963 @@
 
42589
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
42590
   *) ac_try_echo=$ac_try;;
 
42591
 esac
38095
42592
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
38096
42593
-$as_echo "$ac_try_echo") >&5
38097
 
-  (eval "$ac_link") 2>conftest.er1
38098
 
+if test -n "$PKG_CONFIG"; then
38099
 
+    if test -n "$DISPLAY_CAPPLET_CFLAGS"; then
38100
 
+        pkg_cv_DISPLAY_CAPPLET_CFLAGS="$DISPLAY_CAPPLET_CFLAGS"
38101
 
+    else
38102
 
+        if test -n "$PKG_CONFIG" && \
38103
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES\"") >&5
38104
 
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES") 2>&5
 
42594
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
42595
   (eval "$ac_link") 2>conftest.er1
38105
42596
   ac_status=$?
38106
 
-  grep -v '^ *+' conftest.er1 >conftest.err
38107
 
-  rm -f conftest.er1
38108
 
-  cat conftest.err >&5
38109
 
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
38110
 
-  (exit $ac_status); } && {
38111
 
-        test -z "$ac_c_werror_flag" ||
38112
 
-        test ! -s conftest.err
 
42597
   grep -v '^ *+' conftest.er1 >conftest.err
 
42598
   rm -f conftest.er1
 
42599
   cat conftest.err >&5
 
42600
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
42601
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
42602
   (exit $ac_status); } && {
 
42603
         test -z "$ac_c_werror_flag" ||
 
42604
         test ! -s conftest.err
38113
42605
-       } && test -s conftest$ac_exeext && {
38114
42606
-        test "$cross_compiling" = yes ||
38115
42607
-        $as_test_x conftest$ac_exeext
38116
42608
-       }; then
38117
42609
-  :
38118
 
+  (exit $ac_status); }; then
38119
 
+  pkg_cv_DISPLAY_CAPPLET_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES" 2>/dev/null`
 
42610
+       } && test -s conftest$ac_exeext &&
 
42611
+       $as_test_x conftest$ac_exeext; then
 
42612
+  ac_cv_lib_Xxf86misc_XF86MiscQueryExtension=yes
38120
42613
 else
38121
42614
-  $as_echo "$as_me: failed program was:" >&5
38122
 
-sed 's/^/| /' conftest.$ac_ext >&5
38123
 
-
 
42615
+  echo "$as_me: failed program was:" >&5
 
42616
 sed 's/^/| /' conftest.$ac_ext >&5
 
42617
 
38124
42618
-       { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
38125
42619
-$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
38126
42620
-if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
38127
42621
-  $as_echo_n "(cached) " >&6
38128
 
+  pkg_failed=yes
38129
 
+fi
38130
 
+    fi
 
42622
+       ac_cv_lib_Xxf86misc_XF86MiscQueryExtension=no
 
42623
+fi
 
42624
+
 
42625
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
42626
+      conftest$ac_exeext conftest.$ac_ext
 
42627
+LIBS=$ac_check_lib_save_LIBS
 
42628
+fi
 
42629
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_Xxf86misc_XF86MiscQueryExtension" >&5
 
42630
+echo "${ECHO_T}$ac_cv_lib_Xxf86misc_XF86MiscQueryExtension" >&6; }
 
42631
+if test $ac_cv_lib_Xxf86misc_XF86MiscQueryExtension = yes; then
 
42632
+
 
42633
+
 
42634
+for ac_header in X11/extensions/xf86misc.h
 
42635
+do
 
42636
+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
42637
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 
42638
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
42639
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
42640
+  echo $ECHO_N "(cached) $ECHO_C" >&6
38131
42641
 else
38132
42642
-  ac_check_lib_save_LIBS=$LIBS
38133
42643
-LIBS="-ldnet  $LIBS"
38134
42644
-cat >conftest.$ac_ext <<_ACEOF
38135
 
-/* confdefs.h.  */
38136
 
-_ACEOF
38137
 
-cat confdefs.h >>conftest.$ac_ext
38138
 
-cat >>conftest.$ac_ext <<_ACEOF
38139
 
-/* end confdefs.h.  */
 
42645
+  cat >conftest.$ac_ext <<_ACEOF
 
42646
 /* confdefs.h.  */
 
42647
 _ACEOF
 
42648
 cat confdefs.h >>conftest.$ac_ext
 
42649
 cat >>conftest.$ac_ext <<_ACEOF
 
42650
 /* end confdefs.h.  */
38140
42651
-
38141
42652
-/* Override any GCC internal prototype to avoid an error.
38142
42653
-   Use char because int might match the return type of a GCC
38152
42663
-  ;
38153
42664
-  return 0;
38154
42665
-}
38155
 
-_ACEOF
 
42666
+#if HAVE_X11_XLIB_H
 
42667
+#include <X11/Xlib.h>
 
42668
+#endif
 
42669
+
 
42670
+
 
42671
+#include <$ac_header>
 
42672
 _ACEOF
38156
42673
-rm -f conftest.$ac_objext conftest$ac_exeext
38157
42674
-if { (ac_try="$ac_link"
38158
 
-case "(($ac_try" in
38159
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38160
 
-  *) ac_try_echo=$ac_try;;
38161
 
-esac
 
42675
+rm -f conftest.$ac_objext
 
42676
+if { (ac_try="$ac_compile"
 
42677
 case "(($ac_try" in
 
42678
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
42679
   *) ac_try_echo=$ac_try;;
 
42680
 esac
38162
42681
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
38163
42682
-$as_echo "$ac_try_echo") >&5
38164
42683
-  (eval "$ac_link") 2>conftest.er1
38165
 
+       pkg_failed=untried
38166
 
+fi
38167
 
+if test -n "$PKG_CONFIG"; then
38168
 
+    if test -n "$DISPLAY_CAPPLET_LIBS"; then
38169
 
+        pkg_cv_DISPLAY_CAPPLET_LIBS="$DISPLAY_CAPPLET_LIBS"
38170
 
+    else
38171
 
+        if test -n "$PKG_CONFIG" && \
38172
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES\"") >&5
38173
 
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES") 2>&5
 
42684
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
42685
+  (eval "$ac_compile") 2>conftest.er1
38174
42686
   ac_status=$?
38175
 
-  grep -v '^ *+' conftest.er1 >conftest.err
38176
 
-  rm -f conftest.er1
38177
 
-  cat conftest.err >&5
38178
 
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
38179
 
-  (exit $ac_status); } && {
38180
 
-        test -z "$ac_c_werror_flag" ||
38181
 
-        test ! -s conftest.err
 
42687
   grep -v '^ *+' conftest.er1 >conftest.err
 
42688
   rm -f conftest.er1
 
42689
   cat conftest.err >&5
 
42690
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
42691
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
42692
   (exit $ac_status); } && {
 
42693
         test -z "$ac_c_werror_flag" ||
 
42694
         test ! -s conftest.err
38182
42695
-       } && test -s conftest$ac_exeext && {
38183
42696
-        test "$cross_compiling" = yes ||
38184
42697
-        $as_test_x conftest$ac_exeext
38185
42698
-       }; then
38186
42699
-  ac_cv_lib_dnet_dnet_ntoa=yes
38187
 
+  (exit $ac_status); }; then
38188
 
+  pkg_cv_DISPLAY_CAPPLET_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES" 2>/dev/null`
 
42700
+       } && test -s conftest.$ac_objext; then
 
42701
+  eval "$as_ac_Header=yes"
38189
42702
 else
38190
42703
-  $as_echo "$as_me: failed program was:" >&5
38191
 
-sed 's/^/| /' conftest.$ac_ext >&5
38192
 
-
 
42704
+  echo "$as_me: failed program was:" >&5
 
42705
 sed 's/^/| /' conftest.$ac_ext >&5
 
42706
 
38193
42707
-       ac_cv_lib_dnet_dnet_ntoa=no
38194
 
-fi
38195
 
-
 
42708
+       eval "$as_ac_Header=no"
 
42709
 fi
 
42710
 
38196
42711
-rm -rf conftest.dSYM
38197
42712
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38198
42713
-      conftest$ac_exeext conftest.$ac_ext
38199
42714
-LIBS=$ac_check_lib_save_LIBS
38200
 
-fi
 
42715
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
42716
 fi
38201
42717
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
38202
42718
-$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
38203
 
-if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
 
42719
-if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
38204
42720
-  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
38205
 
+  pkg_failed=yes
 
42721
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
42722
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
42723
+echo "${ECHO_T}$ac_res" >&6; }
 
42724
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
42725
+  cat >>confdefs.h <<_ACEOF
 
42726
+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
42727
+_ACEOF
 
42728
+ XF86MISC_LIBS="-lXxf86misc"
38206
42729
 fi
38207
 
-
 
42730
 
38208
42731
-    if test $ac_cv_lib_dnet_dnet_ntoa = no; then
38209
42732
-      { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
38210
42733
-$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
38211
42734
-if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
38212
42735
-  $as_echo_n "(cached) " >&6
38213
 
-else
 
42736
+done
 
42737
+
 
42738
+fi
 
42739
+
 
42740
+
 
42741
+
 
42742
+for ac_header in X11/extensions/XKB.h
 
42743
+do
 
42744
+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
42745
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
42746
+  { echo "$as_me:$LINENO: checking for $ac_header" >&5
 
42747
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
42748
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
42749
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
42750
+fi
 
42751
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
42752
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
42753
+echo "${ECHO_T}$ac_res" >&6; }
 
42754
 else
38214
42755
-  ac_check_lib_save_LIBS=$LIBS
38215
42756
-LIBS="-ldnet_stub  $LIBS"
38216
 
-cat >conftest.$ac_ext <<_ACEOF
38217
 
-/* confdefs.h.  */
38218
 
-_ACEOF
38219
 
-cat confdefs.h >>conftest.$ac_ext
38220
 
-cat >>conftest.$ac_ext <<_ACEOF
38221
 
-/* end confdefs.h.  */
 
42757
+  # Is the header compilable?
 
42758
+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
42759
+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
 
42760
 cat >conftest.$ac_ext <<_ACEOF
 
42761
 /* confdefs.h.  */
 
42762
 _ACEOF
 
42763
 cat confdefs.h >>conftest.$ac_ext
 
42764
 cat >>conftest.$ac_ext <<_ACEOF
 
42765
 /* end confdefs.h.  */
38222
42766
-
38223
42767
-/* Override any GCC internal prototype to avoid an error.
38224
42768
-   Use char because int might match the return type of a GCC
38234
42778
-  ;
38235
42779
-  return 0;
38236
42780
-}
38237
 
-_ACEOF
 
42781
+$ac_includes_default
 
42782
+#include <$ac_header>
 
42783
 _ACEOF
38238
42784
-rm -f conftest.$ac_objext conftest$ac_exeext
38239
42785
-if { (ac_try="$ac_link"
38240
 
-case "(($ac_try" in
38241
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38242
 
-  *) ac_try_echo=$ac_try;;
38243
 
-esac
 
42786
+rm -f conftest.$ac_objext
 
42787
+if { (ac_try="$ac_compile"
 
42788
 case "(($ac_try" in
 
42789
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
42790
   *) ac_try_echo=$ac_try;;
 
42791
 esac
38244
42792
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
38245
42793
-$as_echo "$ac_try_echo") >&5
38246
42794
-  (eval "$ac_link") 2>conftest.er1
38247
 
-  ac_status=$?
38248
 
-  grep -v '^ *+' conftest.er1 >conftest.err
38249
 
-  rm -f conftest.er1
38250
 
-  cat conftest.err >&5
 
42795
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
42796
+  (eval "$ac_compile") 2>conftest.er1
 
42797
   ac_status=$?
 
42798
   grep -v '^ *+' conftest.er1 >conftest.err
 
42799
   rm -f conftest.er1
 
42800
   cat conftest.err >&5
38251
42801
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
38252
 
-  (exit $ac_status); } && {
38253
 
-        test -z "$ac_c_werror_flag" ||
38254
 
-        test ! -s conftest.err
 
42802
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
42803
   (exit $ac_status); } && {
 
42804
         test -z "$ac_c_werror_flag" ||
 
42805
         test ! -s conftest.err
38255
42806
-       } && test -s conftest$ac_exeext && {
38256
42807
-        test "$cross_compiling" = yes ||
38257
42808
-        $as_test_x conftest$ac_exeext
38258
42809
-       }; then
38259
42810
-  ac_cv_lib_dnet_stub_dnet_ntoa=yes
38260
 
+    fi
 
42811
+       } && test -s conftest.$ac_objext; then
 
42812
+  ac_header_compiler=yes
38261
42813
 else
38262
42814
-  $as_echo "$as_me: failed program was:" >&5
38263
 
-sed 's/^/| /' conftest.$ac_ext >&5
38264
 
-
 
42815
+  echo "$as_me: failed program was:" >&5
 
42816
 sed 's/^/| /' conftest.$ac_ext >&5
 
42817
 
38265
42818
-       ac_cv_lib_dnet_stub_dnet_ntoa=no
38266
 
+       pkg_failed=untried
38267
 
 fi
38268
 
 
 
42819
-fi
 
42820
-
38269
42821
-rm -rf conftest.dSYM
38270
42822
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38271
42823
-      conftest$ac_exeext conftest.$ac_ext
38273
42825
-fi
38274
42826
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
38275
42827
-$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
38276
 
-if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
 
42828
-if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
38277
42829
-  X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
38278
42830
-fi
38279
 
 
 
42831
-
38280
42832
-    fi
38281
 
-fi
 
42833
+       ac_header_compiler=no
 
42834
 fi
38282
42835
 
38283
42836
-rm -rf conftest.dSYM
38284
42837
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38285
42838
-      conftest$ac_exeext conftest.$ac_ext
38286
42839
-    LIBS="$ac_xsave_LIBS"
38287
 
+if test $pkg_failed = yes; then
 
42840
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
42841
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
42842
+echo "${ECHO_T}$ac_header_compiler" >&6; }
38288
42843
 
38289
42844
-    # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
38290
42845
-    # to get the SysV transport functions.
38298
42853
-$as_echo_n "checking for gethostbyname... " >&6; }
38299
42854
-if test "${ac_cv_func_gethostbyname+set}" = set; then
38300
42855
-  $as_echo_n "(cached) " >&6
38301
 
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
38302
 
+        _pkg_short_errors_supported=yes
38303
 
 else
 
42856
-else
38304
42857
-  cat >conftest.$ac_ext <<_ACEOF
38305
 
-/* confdefs.h.  */
38306
 
-_ACEOF
38307
 
-cat confdefs.h >>conftest.$ac_ext
38308
 
-cat >>conftest.$ac_ext <<_ACEOF
38309
 
-/* end confdefs.h.  */
 
42858
+# Is the header present?
 
42859
+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
42860
+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
 
42861
+cat >conftest.$ac_ext <<_ACEOF
 
42862
 /* confdefs.h.  */
 
42863
 _ACEOF
 
42864
 cat confdefs.h >>conftest.$ac_ext
 
42865
 cat >>conftest.$ac_ext <<_ACEOF
 
42866
 /* end confdefs.h.  */
38310
42867
-/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
38311
42868
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
38312
42869
-#define gethostbyname innocuous_gethostbyname
38313
 
+        _pkg_short_errors_supported=no
38314
 
+fi
38315
 
+        if test $_pkg_short_errors_supported = yes; then
38316
 
+               DISPLAY_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$COMMON_MODULES"`
38317
 
+        else
38318
 
+               DISPLAY_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$COMMON_MODULES"`
38319
 
+        fi
38320
 
+       # Put the nasty error message in config.log where it belongs
38321
 
+       echo "$DISPLAY_CAPPLET_PKG_ERRORS" >&5
38322
 
 
 
42870
-
38323
42871
-/* System header to define __stub macros and hopefully few prototypes,
38324
42872
-    which can conflict with char gethostbyname (); below.
38325
42873
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38326
42874
-    <limits.h> exists even on freestanding compilers.  */
38327
 
+       { { $as_echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES) were not met:
38328
 
 
 
42875
-
38329
42876
-#ifdef __STDC__
38330
42877
-# include <limits.h>
38331
42878
-#else
38332
42879
-# include <assert.h>
38333
42880
-#endif
38334
 
+$DISPLAY_CAPPLET_PKG_ERRORS
38335
 
 
 
42881
-
38336
42882
-#undef gethostbyname
38337
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
38338
 
+installed software in a non-standard prefix.
38339
 
 
 
42883
-
38340
42884
-/* Override any GCC internal prototype to avoid an error.
38341
42885
-   Use char because int might match the return type of a GCC
38342
42886
-   builtin and then its argument prototype would still apply.  */
38350
42894
-#if defined __stub_gethostbyname || defined __stub___gethostbyname
38351
42895
-choke me
38352
42896
-#endif
38353
 
+Alternatively, you may set the environment variables DISPLAY_CAPPLET_CFLAGS
38354
 
+and DISPLAY_CAPPLET_LIBS to avoid the need to call pkg-config.
38355
 
+See the pkg-config man page for more details.
38356
 
+" >&5
38357
 
+$as_echo "$as_me: error: Package requirements ($COMMON_MODULES) were not met:
38358
 
 
 
42897
-
38359
42898
-int
38360
42899
-main ()
38361
42900
-{
38363
42902
-  ;
38364
42903
-  return 0;
38365
42904
-}
38366
 
-_ACEOF
 
42905
+#include <$ac_header>
 
42906
 _ACEOF
38367
42907
-rm -f conftest.$ac_objext conftest$ac_exeext
38368
42908
-if { (ac_try="$ac_link"
38369
 
-case "(($ac_try" in
38370
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
38371
 
-  *) ac_try_echo=$ac_try;;
38372
 
-esac
 
42909
+if { (ac_try="$ac_cpp conftest.$ac_ext"
 
42910
 case "(($ac_try" in
 
42911
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
42912
   *) ac_try_echo=$ac_try;;
 
42913
 esac
38373
42914
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
38374
42915
-$as_echo "$ac_try_echo") >&5
38375
42916
-  (eval "$ac_link") 2>conftest.er1
38376
 
-  ac_status=$?
38377
 
-  grep -v '^ *+' conftest.er1 >conftest.err
38378
 
-  rm -f conftest.er1
38379
 
-  cat conftest.err >&5
 
42917
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
42918
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
42919
   ac_status=$?
 
42920
   grep -v '^ *+' conftest.er1 >conftest.err
 
42921
   rm -f conftest.er1
 
42922
   cat conftest.err >&5
38380
42923
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
38381
42924
-  (exit $ac_status); } && {
38382
42925
-        test -z "$ac_c_werror_flag" ||
38383
 
-        test ! -s conftest.err
 
42926
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
42927
+  (exit $ac_status); } >/dev/null && {
 
42928
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
42929
         test ! -s conftest.err
38384
42930
-       } && test -s conftest$ac_exeext && {
38385
42931
-        test "$cross_compiling" = yes ||
38386
42932
-        $as_test_x conftest$ac_exeext
38387
 
-       }; then
 
42933
        }; then
38388
42934
-  ac_cv_func_gethostbyname=yes
38389
 
-else
 
42935
+  ac_header_preproc=yes
 
42936
 else
38390
42937
-  $as_echo "$as_me: failed program was:" >&5
38391
 
-sed 's/^/| /' conftest.$ac_ext >&5
38392
 
+$DISPLAY_CAPPLET_PKG_ERRORS
 
42938
+  echo "$as_me: failed program was:" >&5
 
42939
 sed 's/^/| /' conftest.$ac_ext >&5
38393
42940
 
38394
42941
-       ac_cv_func_gethostbyname=no
38395
42942
-fi
38396
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
38397
 
+installed software in a non-standard prefix.
 
42943
+  ac_header_preproc=no
 
42944
+fi
 
42945
+
 
42946
+rm -f conftest.err conftest.$ac_ext
 
42947
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
42948
+echo "${ECHO_T}$ac_header_preproc" >&6; }
 
42949
+
 
42950
+# So?  What about this header?
 
42951
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
42952
+  yes:no: )
 
42953
+    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
42954
+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
42955
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
42956
+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
42957
+    ac_header_preproc=yes
 
42958
+    ;;
 
42959
+  no:yes:* )
 
42960
+    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
42961
+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
42962
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
42963
+echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
42964
+    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
42965
+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
42966
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
42967
+echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
42968
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
42969
+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
42970
+    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
42971
+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
42972
+    ( cat <<\_ASBOX
 
42973
+## ----------------------------------------------------------------------------------- ##
 
42974
+## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center ##
 
42975
+## ----------------------------------------------------------------------------------- ##
 
42976
+_ASBOX
 
42977
+     ) | sed "s/^/$as_me: WARNING:     /" >&2
 
42978
+    ;;
 
42979
+esac
 
42980
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 
42981
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
42982
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
42983
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
42984
+else
 
42985
+  eval "$as_ac_Header=\$ac_header_preproc"
 
42986
+fi
 
42987
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
42988
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
42989
+echo "${ECHO_T}$ac_res" >&6; }
 
42990
+
 
42991
+fi
 
42992
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
42993
+  cat >>confdefs.h <<_ACEOF
 
42994
+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
42995
+_ACEOF
 
42996
+
 
42997
+fi
 
42998
+
 
42999
+done
 
43000
+
 
43001
+CPPFLAGS=$savecppflags
 
43002
+
 
43003
+
 
43004
+ENABLE_DYNAMIC_LIBSLAB=0
 
43005
+ if test "x$ENABLE_DYNAMIC_LIBSLAB" = "x1"; then
 
43006
+  ENABLE_DYNAMIC_LIBSLAB_TRUE=
 
43007
+  ENABLE_DYNAMIC_LIBSLAB_FALSE='#'
 
43008
+else
 
43009
+  ENABLE_DYNAMIC_LIBSLAB_TRUE='#'
 
43010
+  ENABLE_DYNAMIC_LIBSLAB_FALSE=
 
43011
+fi
 
43012
+
 
43013
+
 
43014
+COMMON_MODULES="gtk+-2.0 >= 2.13.1  glib-2.0 >= 2.17.4  gio-2.0  gconf-2.0  libglade-2.0 >= 2.0.0  gnome-desktop-2.0 >= 2.25.1"
 
43015
+
 
43016
+pkg_failed=no
 
43017
+{ echo "$as_me:$LINENO: checking for LIBSLAB" >&5
 
43018
+echo $ECHO_N "checking for LIBSLAB... $ECHO_C" >&6; }
 
43019
+
 
43020
+if test -n "$PKG_CONFIG"; then
 
43021
+    if test -n "$LIBSLAB_CFLAGS"; then
 
43022
+        pkg_cv_LIBSLAB_CFLAGS="$LIBSLAB_CFLAGS"
 
43023
+    else
 
43024
+        if test -n "$PKG_CONFIG" && \
 
43025
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0\"") >&5
 
43026
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0") 2>&5
 
43027
+  ac_status=$?
 
43028
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
43029
+  (exit $ac_status); }; then
 
43030
+  pkg_cv_LIBSLAB_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0" 2>/dev/null`
 
43031
+else
 
43032
+  pkg_failed=yes
 
43033
+fi
 
43034
+    fi
 
43035
+else
 
43036
+       pkg_failed=untried
 
43037
+fi
 
43038
+if test -n "$PKG_CONFIG"; then
 
43039
+    if test -n "$LIBSLAB_LIBS"; then
 
43040
+        pkg_cv_LIBSLAB_LIBS="$LIBSLAB_LIBS"
 
43041
+    else
 
43042
+        if test -n "$PKG_CONFIG" && \
 
43043
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0\"") >&5
 
43044
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0") 2>&5
 
43045
+  ac_status=$?
 
43046
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
43047
+  (exit $ac_status); }; then
 
43048
+  pkg_cv_LIBSLAB_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0" 2>/dev/null`
 
43049
+else
 
43050
+  pkg_failed=yes
 
43051
+fi
 
43052
+    fi
 
43053
+else
 
43054
+       pkg_failed=untried
 
43055
+fi
 
43056
+
 
43057
+
 
43058
+
 
43059
+if test $pkg_failed = yes; then
 
43060
+
 
43061
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
43062
+        _pkg_short_errors_supported=yes
 
43063
+else
 
43064
+        _pkg_short_errors_supported=no
 
43065
+fi
 
43066
+        if test $_pkg_short_errors_supported = yes; then
 
43067
+               LIBSLAB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0"`
 
43068
+        else
 
43069
+               LIBSLAB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0"`
 
43070
+        fi
 
43071
+       # Put the nasty error message in config.log where it belongs
 
43072
+       echo "$LIBSLAB_PKG_ERRORS" >&5
 
43073
+
 
43074
+       { { echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0) were not met:
 
43075
+
 
43076
+$LIBSLAB_PKG_ERRORS
 
43077
+
 
43078
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
43079
+installed software in a non-standard prefix.
 
43080
+
 
43081
+Alternatively, you may set the environment variables LIBSLAB_CFLAGS
 
43082
+and LIBSLAB_LIBS to avoid the need to call pkg-config.
 
43083
+See the pkg-config man page for more details.
 
43084
+" >&5
 
43085
+echo "$as_me: error: Package requirements ($COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0) were not met:
 
43086
+
 
43087
+$LIBSLAB_PKG_ERRORS
 
43088
+
 
43089
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
43090
+installed software in a non-standard prefix.
 
43091
+
 
43092
+Alternatively, you may set the environment variables LIBSLAB_CFLAGS
 
43093
+and LIBSLAB_LIBS to avoid the need to call pkg-config.
 
43094
+See the pkg-config man page for more details.
 
43095
+" >&2;}
 
43096
+   { (exit 1); exit 1; }; }
 
43097
+elif test $pkg_failed = untried; then
 
43098
+       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
43099
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
43100
+path to pkg-config.
 
43101
+
 
43102
+Alternatively, you may set the environment variables LIBSLAB_CFLAGS
 
43103
+and LIBSLAB_LIBS to avoid the need to call pkg-config.
 
43104
+See the pkg-config man page for more details.
38398
43105
 
38399
43106
-rm -rf conftest.dSYM
38400
43107
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38402
43109
-fi
38403
43110
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
38404
43111
-$as_echo "$ac_cv_func_gethostbyname" >&6; }
38405
 
+Alternatively, you may set the environment variables DISPLAY_CAPPLET_CFLAGS
38406
 
+and DISPLAY_CAPPLET_LIBS to avoid the need to call pkg-config.
38407
 
+See the pkg-config man page for more details.
38408
 
+" >&2;}
38409
 
+   { (exit 1); exit 1; }; }
38410
 
+elif test $pkg_failed = untried; then
38411
 
+       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
38412
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
38413
 
+{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
43112
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
43113
+See \`config.log' for more details." >&5
 
43114
+echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
38414
43115
+is in your PATH or set the PKG_CONFIG environment variable to the full
38415
43116
+path to pkg-config.
38416
43117
 
38419
43120
-$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
38420
43121
-if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
38421
43122
-  $as_echo_n "(cached) " >&6
38422
 
+Alternatively, you may set the environment variables DISPLAY_CAPPLET_CFLAGS
38423
 
+and DISPLAY_CAPPLET_LIBS to avoid the need to call pkg-config.
38424
 
+See the pkg-config man page for more details.
38425
 
+
38426
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
38427
 
+See \`config.log' for more details." >&5
38428
 
+$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
38429
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
38430
 
+path to pkg-config.
38431
 
+
38432
 
+Alternatively, you may set the environment variables DISPLAY_CAPPLET_CFLAGS
38433
 
+and DISPLAY_CAPPLET_LIBS to avoid the need to call pkg-config.
 
43123
+Alternatively, you may set the environment variables LIBSLAB_CFLAGS
 
43124
+and LIBSLAB_LIBS to avoid the need to call pkg-config.
38434
43125
+See the pkg-config man page for more details.
38435
43126
+
38436
43127
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
38437
43128
+See \`config.log' for more details." >&2;}
38438
 
+   { (exit 1); exit 1; }; }; }
 
43129
+   { (exit 1); exit 1; }; }
38439
43130
 else
38440
43131
-  ac_check_lib_save_LIBS=$LIBS
38441
43132
-LIBS="-lnsl  $LIBS"
38445
43136
-cat confdefs.h >>conftest.$ac_ext
38446
43137
-cat >>conftest.$ac_ext <<_ACEOF
38447
43138
-/* end confdefs.h.  */
38448
 
+       DISPLAY_CAPPLET_CFLAGS=$pkg_cv_DISPLAY_CAPPLET_CFLAGS
38449
 
+       DISPLAY_CAPPLET_LIBS=$pkg_cv_DISPLAY_CAPPLET_LIBS
38450
 
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
38451
 
+$as_echo "yes" >&6; }
 
43139
+       LIBSLAB_CFLAGS=$pkg_cv_LIBSLAB_CFLAGS
 
43140
+       LIBSLAB_LIBS=$pkg_cv_LIBSLAB_LIBS
 
43141
+        { echo "$as_me:$LINENO: result: yes" >&5
 
43142
+echo "${ECHO_T}yes" >&6; }
38452
43143
+       :
38453
43144
+fi
38454
43145
 
38476
43167
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
38477
43168
-$as_echo "$ac_try_echo") >&5
38478
43169
-  (eval "$ac_link") 2>conftest.er1
38479
 
+DISPLAY_CAPPLET_LIBS="$DISPLAY_CAPPLET_LIBS $RANDR_LIBS"
38480
 
+
38481
 
+CAPPLET_LIBS="$CAPPLET_LIBS $x_libs"
38482
 
+GNOMECC_LIBS="$GNOMECC_LIBS $x_libs"
38483
 
+
38484
 
+have_xcursor=no
38485
 
+
38486
43170
+pkg_failed=no
38487
 
+{ $as_echo "$as_me:$LINENO: checking for XCURSOR" >&5
38488
 
+$as_echo_n "checking for XCURSOR... " >&6; }
 
43171
+{ echo "$as_me:$LINENO: checking for CAPPLET" >&5
 
43172
+echo $ECHO_N "checking for CAPPLET... $ECHO_C" >&6; }
38489
43173
+
38490
43174
+if test -n "$PKG_CONFIG"; then
38491
 
+    if test -n "$XCURSOR_CFLAGS"; then
38492
 
+        pkg_cv_XCURSOR_CFLAGS="$XCURSOR_CFLAGS"
 
43175
+    if test -n "$CAPPLET_CFLAGS"; then
 
43176
+        pkg_cv_CAPPLET_CFLAGS="$CAPPLET_CFLAGS"
38493
43177
+    else
38494
43178
+        if test -n "$PKG_CONFIG" && \
38495
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"
38496
 
+       xcursor
38497
 
+       \"") >&5
38498
 
+  ($PKG_CONFIG --exists --print-errors "
38499
 
+       xcursor
38500
 
+       ") 2>&5
 
43179
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES\"") >&5
 
43180
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES") 2>&5
38501
43181
   ac_status=$?
38502
43182
-  grep -v '^ *+' conftest.er1 >conftest.err
38503
43183
-  rm -f conftest.er1
38504
43184
-  cat conftest.err >&5
38505
 
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
43185
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
38506
43186
-  (exit $ac_status); } && {
38507
43187
-        test -z "$ac_c_werror_flag" ||
38508
43188
-        test ! -s conftest.err
38511
43191
-        $as_test_x conftest$ac_exeext
38512
43192
-       }; then
38513
43193
-  ac_cv_lib_nsl_gethostbyname=yes
 
43194
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
38514
43195
+  (exit $ac_status); }; then
38515
 
+  pkg_cv_XCURSOR_CFLAGS=`$PKG_CONFIG --cflags "
38516
 
+       xcursor
38517
 
+       " 2>/dev/null`
 
43196
+  pkg_cv_CAPPLET_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES" 2>/dev/null`
38518
43197
 else
38519
43198
-  $as_echo "$as_me: failed program was:" >&5
38520
43199
-sed 's/^/| /' conftest.$ac_ext >&5
38521
43200
-
38522
43201
-       ac_cv_lib_nsl_gethostbyname=no
38523
 
-fi
 
43202
+  pkg_failed=yes
 
43203
 fi
38524
43204
-
38525
43205
-rm -rf conftest.dSYM
38526
43206
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38527
43207
-      conftest$ac_exeext conftest.$ac_ext
38528
43208
-LIBS=$ac_check_lib_save_LIBS
38529
 
-fi
 
43209
+    fi
 
43210
+else
 
43211
+       pkg_failed=untried
 
43212
 fi
38530
43213
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
38531
43214
-$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
38532
 
-if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
 
43215
-if test $ac_cv_lib_nsl_gethostbyname = yes; then
38533
43216
-  X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
 
43217
+if test -n "$PKG_CONFIG"; then
 
43218
+    if test -n "$CAPPLET_LIBS"; then
 
43219
+        pkg_cv_CAPPLET_LIBS="$CAPPLET_LIBS"
 
43220
+    else
 
43221
+        if test -n "$PKG_CONFIG" && \
 
43222
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES\"") >&5
 
43223
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES") 2>&5
 
43224
+  ac_status=$?
 
43225
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
43226
+  (exit $ac_status); }; then
 
43227
+  pkg_cv_CAPPLET_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES" 2>/dev/null`
 
43228
+else
38534
43229
+  pkg_failed=yes
38535
43230
 fi
38536
43231
-
38549
43244
-cat confdefs.h >>conftest.$ac_ext
38550
43245
-cat >>conftest.$ac_ext <<_ACEOF
38551
43246
-/* end confdefs.h.  */
38552
 
-
 
43247
+       pkg_failed=untried
 
43248
+fi
 
43249
 
38553
43250
-/* Override any GCC internal prototype to avoid an error.
38554
43251
-   Use char because int might match the return type of a GCC
38555
43252
-   builtin and then its argument prototype would still apply.  */
38574
43271
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
38575
43272
-$as_echo "$ac_try_echo") >&5
38576
43273
-  (eval "$ac_link") 2>conftest.er1
38577
 
+       pkg_failed=untried
38578
 
+fi
38579
 
+if test -n "$PKG_CONFIG"; then
38580
 
+    if test -n "$XCURSOR_LIBS"; then
38581
 
+        pkg_cv_XCURSOR_LIBS="$XCURSOR_LIBS"
38582
 
+    else
38583
 
+        if test -n "$PKG_CONFIG" && \
38584
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"
38585
 
+       xcursor
38586
 
+       \"") >&5
38587
 
+  ($PKG_CONFIG --exists --print-errors "
38588
 
+       xcursor
38589
 
+       ") 2>&5
38590
 
   ac_status=$?
 
43274
-  ac_status=$?
38591
43275
-  grep -v '^ *+' conftest.er1 >conftest.err
38592
43276
-  rm -f conftest.er1
38593
43277
-  cat conftest.err >&5
38594
 
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
43278
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
38595
43279
-  (exit $ac_status); } && {
38596
43280
-        test -z "$ac_c_werror_flag" ||
38597
43281
-        test ! -s conftest.err
38600
43284
-        $as_test_x conftest$ac_exeext
38601
43285
-       }; then
38602
43286
-  ac_cv_lib_bsd_gethostbyname=yes
38603
 
+  (exit $ac_status); }; then
38604
 
+  pkg_cv_XCURSOR_LIBS=`$PKG_CONFIG --libs "
38605
 
+       xcursor
38606
 
+       " 2>/dev/null`
38607
 
 else
 
43287
-else
38608
43288
-  $as_echo "$as_me: failed program was:" >&5
38609
43289
-sed 's/^/| /' conftest.$ac_ext >&5
38610
 
-
 
43290
 
38611
43291
-       ac_cv_lib_bsd_gethostbyname=no
38612
 
+  pkg_failed=yes
38613
 
+fi
38614
 
+    fi
38615
 
+else
38616
 
+       pkg_failed=untried
38617
 
 fi
 
43292
-fi
38618
43293
 
38619
43294
-rm -rf conftest.dSYM
38620
43295
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38623
43298
-fi
38624
43299
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
38625
43300
-$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
38626
 
-if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
 
43301
-if test $ac_cv_lib_bsd_gethostbyname = yes; then
38627
43302
-  X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
38628
 
-fi
 
43303
+if test $pkg_failed = yes; then
 
43304
+
 
43305
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
43306
+        _pkg_short_errors_supported=yes
 
43307
+else
 
43308
+        _pkg_short_errors_supported=no
 
43309
 fi
 
43310
+        if test $_pkg_short_errors_supported = yes; then
 
43311
+               CAPPLET_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$COMMON_MODULES"`
 
43312
+        else
 
43313
+               CAPPLET_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$COMMON_MODULES"`
 
43314
+        fi
 
43315
+       # Put the nasty error message in config.log where it belongs
 
43316
+       echo "$CAPPLET_PKG_ERRORS" >&5
38629
43317
 
38630
43318
-      fi
38631
43319
-    fi
 
43320
+       { { echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES) were not met:
38632
43321
 
38633
43322
-    # lieder@skyler.mavd.honeywell.com says without -lsocket,
38634
43323
-    # socket/setsockopt and other routines are undefined under SCO ODT
38641
43330
-$as_echo_n "checking for connect... " >&6; }
38642
43331
-if test "${ac_cv_func_connect+set}" = set; then
38643
43332
-  $as_echo_n "(cached) " >&6
38644
 
+if test $pkg_failed = yes; then
38645
 
+
38646
 
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
38647
 
+        _pkg_short_errors_supported=yes
38648
 
 else
 
43333
-else
38649
43334
-  cat >conftest.$ac_ext <<_ACEOF
38650
43335
-/* confdefs.h.  */
38651
 
+        _pkg_short_errors_supported=no
38652
 
+fi
38653
 
+        if test $_pkg_short_errors_supported = yes; then
38654
 
+               XCURSOR_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "
38655
 
+       xcursor
38656
 
+       "`
38657
 
+        else
38658
 
+               XCURSOR_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "
38659
 
+       xcursor
38660
 
+       "`
38661
 
+        fi
38662
 
+       # Put the nasty error message in config.log where it belongs
38663
 
+       echo "$XCURSOR_PKG_ERRORS" >&5
38664
 
+
38665
 
+       { $as_echo "$as_me:$LINENO: result: no" >&5
38666
 
+$as_echo "no" >&6; }
38667
 
+                have_xcursor=no
38668
 
+elif test $pkg_failed = untried; then
38669
 
+       have_xcursor=no
38670
 
+else
38671
 
+       XCURSOR_CFLAGS=$pkg_cv_XCURSOR_CFLAGS
38672
 
+       XCURSOR_LIBS=$pkg_cv_XCURSOR_LIBS
38673
 
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
38674
 
+$as_echo "yes" >&6; }
38675
 
+       have_xcursor=yes
38676
 
+
38677
 
+cat >>confdefs.h <<\_ACEOF
38678
 
+#define HAVE_XCURSOR 1
38679
 
 _ACEOF
 
43336
-_ACEOF
38680
43337
-cat confdefs.h >>conftest.$ac_ext
38681
43338
-cat >>conftest.$ac_ext <<_ACEOF
38682
43339
-/* end confdefs.h.  */
38683
43340
-/* Define connect to an innocuous variant, in case <limits.h> declares connect.
38684
43341
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
38685
43342
-#define connect innocuous_connect
 
43343
+$CAPPLET_PKG_ERRORS
38686
43344
 
38687
43345
-/* System header to define __stub macros and hopefully few prototypes,
38688
43346
-    which can conflict with char connect (); below.
38689
43347
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38690
43348
-    <limits.h> exists even on freestanding compilers.  */
38691
 
+fi
38692
 
+ if test $have_xcursor=yes; then
38693
 
+  HAVE_XCURSOR_TRUE=
38694
 
+  HAVE_XCURSOR_FALSE='#'
38695
 
+else
38696
 
+  HAVE_XCURSOR_TRUE='#'
38697
 
+  HAVE_XCURSOR_FALSE=
38698
 
+fi
 
43349
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
43350
+installed software in a non-standard prefix.
38699
43351
 
38700
43352
-#ifdef __STDC__
38701
43353
-# include <limits.h>
38702
43354
-#else
38703
43355
-# include <assert.h>
38704
43356
-#endif
 
43357
+Alternatively, you may set the environment variables CAPPLET_CFLAGS
 
43358
+and CAPPLET_LIBS to avoid the need to call pkg-config.
 
43359
+See the pkg-config man page for more details.
 
43360
+" >&5
 
43361
+echo "$as_me: error: Package requirements ($COMMON_MODULES) were not met:
38705
43362
 
38706
43363
-#undef connect
 
43364
+$CAPPLET_PKG_ERRORS
38707
43365
 
38708
43366
-/* Override any GCC internal prototype to avoid an error.
38709
43367
-   Use char because int might match the return type of a GCC
38718
43376
-#if defined __stub_connect || defined __stub___connect
38719
43377
-choke me
38720
43378
-#endif
 
43379
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
43380
+installed software in a non-standard prefix.
38721
43381
 
38722
43382
-int
38723
43383
-main ()
38726
43386
-  ;
38727
43387
-  return 0;
38728
43388
-}
38729
 
+if test x$have_xcursor = xyes; then
38730
 
+  { $as_echo "$as_me:$LINENO: checking for XCURSOR cursor location" >&5
38731
 
+$as_echo_n "checking for XCURSOR cursor location... " >&6; }
38732
 
+  XCURSOR_ICONDIR=$($PKG_CONFIG --variable=icondir xcursor)
38733
 
+  if test "x$XCURSOR_ICONDIR" != x; then
38734
 
+
38735
 
+cat >>confdefs.h <<_ACEOF
38736
 
+#define XCURSOR_ICONDIR "${XCURSOR_ICONDIR}"
38737
 
 _ACEOF
 
43389
-_ACEOF
38738
43390
-rm -f conftest.$ac_objext conftest$ac_exeext
38739
43391
-if { (ac_try="$ac_link"
38740
43392
-case "(($ac_try" in
38760
43412
-else
38761
43413
-  $as_echo "$as_me: failed program was:" >&5
38762
43414
-sed 's/^/| /' conftest.$ac_ext >&5
 
43415
+Alternatively, you may set the environment variables CAPPLET_CFLAGS
 
43416
+and CAPPLET_LIBS to avoid the need to call pkg-config.
 
43417
+See the pkg-config man page for more details.
 
43418
+" >&2;}
 
43419
+   { (exit 1); exit 1; }; }
 
43420
+elif test $pkg_failed = untried; then
 
43421
+       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
43422
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
43423
+path to pkg-config.
 
43424
+
 
43425
+Alternatively, you may set the environment variables CAPPLET_CFLAGS
 
43426
+and CAPPLET_LIBS to avoid the need to call pkg-config.
 
43427
+See the pkg-config man page for more details.
 
43428
+
 
43429
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
43430
+See \`config.log' for more details." >&5
 
43431
+echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
43432
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
43433
+path to pkg-config.
38763
43434
 
38764
43435
-       ac_cv_func_connect=no
38765
 
+  else
38766
 
+    XCURSOR_ICONDIR=none
38767
 
+  fi
38768
 
+  { $as_echo "$as_me:$LINENO: result: ${XCURSOR_ICONDIR}" >&5
38769
 
+$as_echo "${XCURSOR_ICONDIR}" >&6; }
38770
 
 fi
 
43436
-fi
 
43437
+Alternatively, you may set the environment variables CAPPLET_CFLAGS
 
43438
+and CAPPLET_LIBS to avoid the need to call pkg-config.
 
43439
+See the pkg-config man page for more details.
38771
43440
 
38772
43441
-rm -rf conftest.dSYM
38773
43442
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38774
43443
-      conftest$ac_exeext conftest.$ac_ext
38775
 
-fi
 
43444
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
43445
+See \`config.log' for more details." >&2;}
 
43446
+   { (exit 1); exit 1; }; }
 
43447
+else
 
43448
+       CAPPLET_CFLAGS=$pkg_cv_CAPPLET_CFLAGS
 
43449
+       CAPPLET_LIBS=$pkg_cv_CAPPLET_LIBS
 
43450
+        { echo "$as_me:$LINENO: result: yes" >&5
 
43451
+echo "${ECHO_T}yes" >&6; }
 
43452
+       :
 
43453
 fi
38776
43454
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
38777
43455
-$as_echo "$ac_cv_func_connect" >&6; }
38778
 
+CAPPLET_LIBS="$CAPPLET_LIBS $XCURSOR_LIBS"
38779
43456
 
38780
43457
-    if test $ac_cv_func_connect = no; then
38781
43458
-      { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
38791
43468
-cat confdefs.h >>conftest.$ac_ext
38792
43469
-cat >>conftest.$ac_ext <<_ACEOF
38793
43470
-/* end confdefs.h.  */
 
43471
+pkg_failed=no
 
43472
+{ echo "$as_me:$LINENO: checking for GNOMECC" >&5
 
43473
+echo $ECHO_N "checking for GNOMECC... $ECHO_C" >&6; }
38794
43474
 
38795
43475
-/* Override any GCC internal prototype to avoid an error.
38796
43476
-   Use char because int might match the return type of a GCC
38816
43496
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
38817
43497
-$as_echo "$ac_try_echo") >&5
38818
43498
-  (eval "$ac_link") 2>conftest.er1
38819
 
+pkg_failed=no
38820
 
+{ $as_echo "$as_me:$LINENO: checking for LIBGNOMEKBD" >&5
38821
 
+$as_echo_n "checking for LIBGNOMEKBD... " >&6; }
38822
 
+
38823
43499
+if test -n "$PKG_CONFIG"; then
38824
 
+    if test -n "$LIBGNOMEKBD_CFLAGS"; then
38825
 
+        pkg_cv_LIBGNOMEKBD_CFLAGS="$LIBGNOMEKBD_CFLAGS"
 
43500
+    if test -n "$GNOMECC_CFLAGS"; then
 
43501
+        pkg_cv_GNOMECC_CFLAGS="$GNOMECC_CFLAGS"
38826
43502
+    else
38827
43503
+        if test -n "$PKG_CONFIG" && \
38828
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomekbd >= 2.21.4.1 libxklavier >= 3.6\"") >&5
38829
 
+  ($PKG_CONFIG --exists --print-errors "libgnomekbd >= 2.21.4.1 libxklavier >= 3.6") 2>&5
 
43504
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES libgnome-menu >= 2.10.1\"") >&5
 
43505
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES libgnome-menu >= 2.10.1") 2>&5
38830
43506
   ac_status=$?
38831
43507
-  grep -v '^ *+' conftest.er1 >conftest.err
38832
43508
-  rm -f conftest.er1
38833
43509
-  cat conftest.err >&5
38834
 
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
43510
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
38835
43511
-  (exit $ac_status); } && {
38836
43512
-        test -z "$ac_c_werror_flag" ||
38837
43513
-        test ! -s conftest.err
38840
43516
-        $as_test_x conftest$ac_exeext
38841
43517
-       }; then
38842
43518
-  ac_cv_lib_socket_connect=yes
 
43519
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
38843
43520
+  (exit $ac_status); }; then
38844
 
+  pkg_cv_LIBGNOMEKBD_CFLAGS=`$PKG_CONFIG --cflags "libgnomekbd >= 2.21.4.1 libxklavier >= 3.6" 2>/dev/null`
 
43521
+  pkg_cv_GNOMECC_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES libgnome-menu >= 2.10.1" 2>/dev/null`
38845
43522
 else
38846
43523
-  $as_echo "$as_me: failed program was:" >&5
38847
43524
-sed 's/^/| /' conftest.$ac_ext >&5
38860
43537
 fi
38861
43538
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
38862
43539
-$as_echo "$ac_cv_lib_socket_connect" >&6; }
38863
 
-if test "x$ac_cv_lib_socket_connect" = x""yes; then
 
43540
-if test $ac_cv_lib_socket_connect = yes; then
38864
43541
-  X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
38865
43542
+if test -n "$PKG_CONFIG"; then
38866
 
+    if test -n "$LIBGNOMEKBD_LIBS"; then
38867
 
+        pkg_cv_LIBGNOMEKBD_LIBS="$LIBGNOMEKBD_LIBS"
 
43543
+    if test -n "$GNOMECC_LIBS"; then
 
43544
+        pkg_cv_GNOMECC_LIBS="$GNOMECC_LIBS"
38868
43545
+    else
38869
43546
+        if test -n "$PKG_CONFIG" && \
38870
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomekbd >= 2.21.4.1 libxklavier >= 3.6\"") >&5
38871
 
+  ($PKG_CONFIG --exists --print-errors "libgnomekbd >= 2.21.4.1 libxklavier >= 3.6") 2>&5
 
43547
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES libgnome-menu >= 2.10.1\"") >&5
 
43548
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES libgnome-menu >= 2.10.1") 2>&5
38872
43549
+  ac_status=$?
38873
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
43550
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
38874
43551
+  (exit $ac_status); }; then
38875
 
+  pkg_cv_LIBGNOMEKBD_LIBS=`$PKG_CONFIG --libs "libgnomekbd >= 2.21.4.1 libxklavier >= 3.6" 2>/dev/null`
 
43552
+  pkg_cv_GNOMECC_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES libgnome-menu >= 2.10.1" 2>/dev/null`
38876
43553
+else
38877
43554
+  pkg_failed=yes
38878
43555
 fi
38879
43556
-
38880
43557
     fi
38881
 
-
 
43558
+else
 
43559
+       pkg_failed=untried
 
43560
+fi
 
43561
 
38882
43562
-    # Guillermo Gomez says -lposix is necessary on A/UX.
38883
43563
-    { $as_echo "$as_me:$LINENO: checking for remove" >&5
38884
43564
-$as_echo_n "checking for remove... " >&6; }
38885
43565
-if test "${ac_cv_func_remove+set}" = set; then
38886
43566
-  $as_echo_n "(cached) " >&6
 
43567
+
 
43568
+
 
43569
+if test $pkg_failed = yes; then
 
43570
+
 
43571
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
43572
+        _pkg_short_errors_supported=yes
38887
43573
 else
38888
43574
-  cat >conftest.$ac_ext <<_ACEOF
38889
43575
-/* confdefs.h.  */
38894
43580
-/* Define remove to an innocuous variant, in case <limits.h> declares remove.
38895
43581
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
38896
43582
-#define remove innocuous_remove
38897
 
+       pkg_failed=untried
 
43583
+        _pkg_short_errors_supported=no
38898
43584
+fi
 
43585
+        if test $_pkg_short_errors_supported = yes; then
 
43586
+               GNOMECC_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$COMMON_MODULES libgnome-menu >= 2.10.1"`
 
43587
+        else
 
43588
+               GNOMECC_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$COMMON_MODULES libgnome-menu >= 2.10.1"`
 
43589
+        fi
 
43590
+       # Put the nasty error message in config.log where it belongs
 
43591
+       echo "$GNOMECC_PKG_ERRORS" >&5
38899
43592
 
38900
43593
-/* System header to define __stub macros and hopefully few prototypes,
38901
43594
-    which can conflict with char remove (); below.
38902
43595
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
38903
43596
-    <limits.h> exists even on freestanding compilers.  */
 
43597
+       { { echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES libgnome-menu >= 2.10.1) were not met:
38904
43598
 
38905
43599
-#ifdef __STDC__
38906
43600
-# include <limits.h>
38907
43601
-#else
38908
43602
-# include <assert.h>
38909
43603
-#endif
 
43604
+$GNOMECC_PKG_ERRORS
38910
43605
 
38911
43606
-#undef remove
38912
 
+if test $pkg_failed = yes; then
 
43607
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
43608
+installed software in a non-standard prefix.
38913
43609
 
38914
43610
-/* Override any GCC internal prototype to avoid an error.
38915
43611
-   Use char because int might match the return type of a GCC
38924
43620
-#if defined __stub_remove || defined __stub___remove
38925
43621
-choke me
38926
43622
-#endif
38927
 
-
 
43623
+Alternatively, you may set the environment variables GNOMECC_CFLAGS
 
43624
+and GNOMECC_LIBS to avoid the need to call pkg-config.
 
43625
+See the pkg-config man page for more details.
 
43626
+" >&5
 
43627
+echo "$as_me: error: Package requirements ($COMMON_MODULES libgnome-menu >= 2.10.1) were not met:
 
43628
 
38928
43629
-int
38929
43630
-main ()
38930
43631
-{
38955
43656
-        $as_test_x conftest$ac_exeext
38956
43657
-       }; then
38957
43658
-  ac_cv_func_remove=yes
38958
 
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
38959
 
+        _pkg_short_errors_supported=yes
38960
 
 else
 
43659
-else
38961
43660
-  $as_echo "$as_me: failed program was:" >&5
38962
43661
-sed 's/^/| /' conftest.$ac_ext >&5
38963
 
-
 
43662
+$GNOMECC_PKG_ERRORS
 
43663
 
38964
43664
-       ac_cv_func_remove=no
38965
 
+        _pkg_short_errors_supported=no
38966
 
 fi
38967
 
+        if test $_pkg_short_errors_supported = yes; then
38968
 
+               LIBGNOMEKBD_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgnomekbd >= 2.21.4.1 libxklavier >= 3.6"`
38969
 
+        else
38970
 
+               LIBGNOMEKBD_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomekbd >= 2.21.4.1 libxklavier >= 3.6"`
38971
 
+        fi
38972
 
+       # Put the nasty error message in config.log where it belongs
38973
 
+       echo "$LIBGNOMEKBD_PKG_ERRORS" >&5
 
43665
-fi
 
43666
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
43667
+installed software in a non-standard prefix.
38974
43668
 
38975
43669
-rm -rf conftest.dSYM
38976
43670
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
38978
43672
-fi
38979
43673
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
38980
43674
-$as_echo "$ac_cv_func_remove" >&6; }
38981
 
+       { { $as_echo "$as_me:$LINENO: error: Package requirements (libgnomekbd >= 2.21.4.1 libxklavier >= 3.6) were not met:
 
43675
+Alternatively, you may set the environment variables GNOMECC_CFLAGS
 
43676
+and GNOMECC_LIBS to avoid the need to call pkg-config.
 
43677
+See the pkg-config man page for more details.
 
43678
+" >&2;}
 
43679
+   { (exit 1); exit 1; }; }
 
43680
+elif test $pkg_failed = untried; then
 
43681
+       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
43682
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
43683
+path to pkg-config.
38982
43684
 
38983
43685
-    if test $ac_cv_func_remove = no; then
38984
43686
-      { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
38985
43687
-$as_echo_n "checking for remove in -lposix... " >&6; }
38986
43688
-if test "${ac_cv_lib_posix_remove+set}" = set; then
38987
43689
-  $as_echo_n "(cached) " >&6
38988
 
-else
 
43690
+Alternatively, you may set the environment variables GNOMECC_CFLAGS
 
43691
+and GNOMECC_LIBS to avoid the need to call pkg-config.
 
43692
+See the pkg-config man page for more details.
 
43693
+
 
43694
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
43695
+See \`config.log' for more details." >&5
 
43696
+echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
43697
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
43698
+path to pkg-config.
 
43699
+
 
43700
+Alternatively, you may set the environment variables GNOMECC_CFLAGS
 
43701
+and GNOMECC_LIBS to avoid the need to call pkg-config.
 
43702
+See the pkg-config man page for more details.
 
43703
+
 
43704
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
43705
+See \`config.log' for more details." >&2;}
 
43706
+   { (exit 1); exit 1; }; }
 
43707
 else
38989
43708
-  ac_check_lib_save_LIBS=$LIBS
38990
43709
-LIBS="-lposix  $LIBS"
38991
43710
-cat >conftest.$ac_ext <<_ACEOF
38994
43713
-cat confdefs.h >>conftest.$ac_ext
38995
43714
-cat >>conftest.$ac_ext <<_ACEOF
38996
43715
-/* end confdefs.h.  */
38997
 
+$LIBGNOMEKBD_PKG_ERRORS
 
43716
+       GNOMECC_CFLAGS=$pkg_cv_GNOMECC_CFLAGS
 
43717
+       GNOMECC_LIBS=$pkg_cv_GNOMECC_LIBS
 
43718
+        { echo "$as_me:$LINENO: result: yes" >&5
 
43719
+echo "${ECHO_T}yes" >&6; }
 
43720
+       :
 
43721
+fi
38998
43722
 
38999
43723
-/* Override any GCC internal prototype to avoid an error.
39000
43724
-   Use char because int might match the return type of a GCC
39020
43744
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
39021
43745
-$as_echo "$ac_try_echo") >&5
39022
43746
-  (eval "$ac_link") 2>conftest.er1
39023
 
-  ac_status=$?
 
43747
+pkg_failed=no
 
43748
+{ echo "$as_me:$LINENO: checking for GNOMECC_SHELL" >&5
 
43749
+echo $ECHO_N "checking for GNOMECC_SHELL... $ECHO_C" >&6; }
 
43750
+
 
43751
+if test -n "$PKG_CONFIG"; then
 
43752
+    if test -n "$GNOMECC_SHELL_CFLAGS"; then
 
43753
+        pkg_cv_GNOMECC_SHELL_CFLAGS="$GNOMECC_SHELL_CFLAGS"
 
43754
+    else
 
43755
+        if test -n "$PKG_CONFIG" && \
 
43756
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0\"") >&5
 
43757
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0") 2>&5
 
43758
   ac_status=$?
39024
43759
-  grep -v '^ *+' conftest.er1 >conftest.err
39025
43760
-  rm -f conftest.er1
39026
43761
-  cat conftest.err >&5
39033
43768
-        $as_test_x conftest$ac_exeext
39034
43769
-       }; then
39035
43770
-  ac_cv_lib_posix_remove=yes
39036
 
-else
 
43771
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
43772
+  (exit $ac_status); }; then
 
43773
+  pkg_cv_GNOMECC_SHELL_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0" 2>/dev/null`
 
43774
 else
39037
43775
-  $as_echo "$as_me: failed program was:" >&5
39038
43776
-sed 's/^/| /' conftest.$ac_ext >&5
39039
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
39040
 
+installed software in a non-standard prefix.
39041
 
 
 
43777
-
39042
43778
-       ac_cv_lib_posix_remove=no
39043
 
-fi
39044
 
+Alternatively, you may set the environment variables LIBGNOMEKBD_CFLAGS
39045
 
+and LIBGNOMEKBD_LIBS to avoid the need to call pkg-config.
39046
 
+See the pkg-config man page for more details.
39047
 
+" >&5
39048
 
+$as_echo "$as_me: error: Package requirements (libgnomekbd >= 2.21.4.1 libxklavier >= 3.6) were not met:
39049
 
 
 
43779
+  pkg_failed=yes
 
43780
+fi
 
43781
+    fi
 
43782
+else
 
43783
+       pkg_failed=untried
 
43784
 fi
 
43785
-
39050
43786
-rm -rf conftest.dSYM
39051
43787
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39052
43788
-      conftest$ac_exeext conftest.$ac_ext
39053
43789
-LIBS=$ac_check_lib_save_LIBS
39054
 
-fi
 
43790
+if test -n "$PKG_CONFIG"; then
 
43791
+    if test -n "$GNOMECC_SHELL_LIBS"; then
 
43792
+        pkg_cv_GNOMECC_SHELL_LIBS="$GNOMECC_SHELL_LIBS"
 
43793
+    else
 
43794
+        if test -n "$PKG_CONFIG" && \
 
43795
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0\"") >&5
 
43796
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0") 2>&5
 
43797
+  ac_status=$?
 
43798
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
43799
+  (exit $ac_status); }; then
 
43800
+  pkg_cv_GNOMECC_SHELL_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0" 2>/dev/null`
 
43801
+else
 
43802
+  pkg_failed=yes
 
43803
 fi
39055
43804
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
39056
43805
-$as_echo "$ac_cv_lib_posix_remove" >&6; }
39057
 
-if test "x$ac_cv_lib_posix_remove" = x""yes; then
 
43806
-if test $ac_cv_lib_posix_remove = yes; then
39058
43807
-  X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
39059
 
-fi
39060
 
+$LIBGNOMEKBD_PKG_ERRORS
 
43808
+    fi
 
43809
+else
 
43810
+       pkg_failed=untried
 
43811
 fi
39061
43812
 
39062
43813
-    fi
39063
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
39064
 
+installed software in a non-standard prefix.
39065
43814
 
39066
43815
-    # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
39067
43816
-    { $as_echo "$as_me:$LINENO: checking for shmat" >&5
39068
43817
-$as_echo_n "checking for shmat... " >&6; }
39069
43818
-if test "${ac_cv_func_shmat+set}" = set; then
39070
43819
-  $as_echo_n "(cached) " >&6
39071
 
+Alternatively, you may set the environment variables LIBGNOMEKBD_CFLAGS
39072
 
+and LIBGNOMEKBD_LIBS to avoid the need to call pkg-config.
39073
 
+See the pkg-config man page for more details.
39074
 
+" >&2;}
39075
 
+   { (exit 1); exit 1; }; }
39076
 
+elif test $pkg_failed = untried; then
39077
 
+       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
39078
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
39079
 
+{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
39080
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
39081
 
+path to pkg-config.
39082
 
+
39083
 
+Alternatively, you may set the environment variables LIBGNOMEKBD_CFLAGS
39084
 
+and LIBGNOMEKBD_LIBS to avoid the need to call pkg-config.
39085
 
+See the pkg-config man page for more details.
39086
 
+
39087
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
39088
 
+See \`config.log' for more details." >&5
39089
 
+$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
39090
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
39091
 
+path to pkg-config.
39092
 
+
39093
 
+Alternatively, you may set the environment variables LIBGNOMEKBD_CFLAGS
39094
 
+and LIBGNOMEKBD_LIBS to avoid the need to call pkg-config.
39095
 
+See the pkg-config man page for more details.
39096
 
+
39097
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
39098
 
+See \`config.log' for more details." >&2;}
39099
 
+   { (exit 1); exit 1; }; }; }
39100
 
 else
 
43820
-else
39101
43821
-  cat >conftest.$ac_ext <<_ACEOF
39102
43822
-/* confdefs.h.  */
39103
43823
-_ACEOF
39107
43827
-/* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
39108
43828
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
39109
43829
-#define shmat innocuous_shmat
39110
 
+       LIBGNOMEKBD_CFLAGS=$pkg_cv_LIBGNOMEKBD_CFLAGS
39111
 
+       LIBGNOMEKBD_LIBS=$pkg_cv_LIBGNOMEKBD_LIBS
39112
 
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
39113
 
+$as_echo "yes" >&6; }
39114
 
+       :
39115
 
+fi
39116
43830
 
39117
43831
-/* System header to define __stub macros and hopefully few prototypes,
39118
43832
-    which can conflict with char shmat (); below.
39119
43833
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39120
43834
-    <limits.h> exists even on freestanding compilers.  */
 
43835
+if test $pkg_failed = yes; then
39121
43836
 
39122
43837
-#ifdef __STDC__
39123
43838
-# include <limits.h>
39124
43839
-#else
39125
43840
-# include <assert.h>
39126
43841
-#endif
 
43842
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
43843
+        _pkg_short_errors_supported=yes
 
43844
+else
 
43845
+        _pkg_short_errors_supported=no
 
43846
+fi
 
43847
+        if test $_pkg_short_errors_supported = yes; then
 
43848
+               GNOMECC_SHELL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0"`
 
43849
+        else
 
43850
+               GNOMECC_SHELL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0"`
 
43851
+        fi
 
43852
+       # Put the nasty error message in config.log where it belongs
 
43853
+       echo "$GNOMECC_SHELL_PKG_ERRORS" >&5
39127
43854
 
39128
43855
-#undef shmat
 
43856
+       { { echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0) were not met:
39129
43857
 
39130
43858
-/* Override any GCC internal prototype to avoid an error.
39131
43859
-   Use char because int might match the return type of a GCC
39140
43868
-#if defined __stub_shmat || defined __stub___shmat
39141
43869
-choke me
39142
43870
-#endif
39143
 
+pkg_failed=no
39144
 
+{ $as_echo "$as_me:$LINENO: checking for LIBGNOMEKBDUI" >&5
39145
 
+$as_echo_n "checking for LIBGNOMEKBDUI... " >&6; }
 
43871
+$GNOMECC_SHELL_PKG_ERRORS
39146
43872
 
39147
43873
-int
39148
43874
-main ()
39161
43887
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
39162
43888
-$as_echo "$ac_try_echo") >&5
39163
43889
-  (eval "$ac_link") 2>conftest.er1
39164
 
+if test -n "$PKG_CONFIG"; then
39165
 
+    if test -n "$LIBGNOMEKBDUI_CFLAGS"; then
39166
 
+        pkg_cv_LIBGNOMEKBDUI_CFLAGS="$LIBGNOMEKBDUI_CFLAGS"
39167
 
+    else
39168
 
+        if test -n "$PKG_CONFIG" && \
39169
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomekbdui >= 2.21\"") >&5
39170
 
+  ($PKG_CONFIG --exists --print-errors "libgnomekbdui >= 2.21") 2>&5
39171
 
   ac_status=$?
 
43890
-  ac_status=$?
39172
43891
-  grep -v '^ *+' conftest.er1 >conftest.err
39173
43892
-  rm -f conftest.er1
39174
43893
-  cat conftest.err >&5
39175
 
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
43894
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
39176
43895
-  (exit $ac_status); } && {
39177
43896
-        test -z "$ac_c_werror_flag" ||
39178
43897
-        test ! -s conftest.err
39181
43900
-        $as_test_x conftest$ac_exeext
39182
43901
-       }; then
39183
43902
-  ac_cv_func_shmat=yes
39184
 
+  (exit $ac_status); }; then
39185
 
+  pkg_cv_LIBGNOMEKBDUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomekbdui >= 2.21" 2>/dev/null`
39186
 
 else
 
43903
-else
39187
43904
-  $as_echo "$as_me: failed program was:" >&5
39188
43905
-sed 's/^/| /' conftest.$ac_ext >&5
39189
 
-
 
43906
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
43907
+installed software in a non-standard prefix.
 
43908
 
39190
43909
-       ac_cv_func_shmat=no
39191
 
+  pkg_failed=yes
39192
 
 fi
39193
 
-
 
43910
-fi
 
43911
+Alternatively, you may set the environment variables GNOMECC_SHELL_CFLAGS
 
43912
+and GNOMECC_SHELL_LIBS to avoid the need to call pkg-config.
 
43913
+See the pkg-config man page for more details.
 
43914
+" >&5
 
43915
+echo "$as_me: error: Package requirements ($COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0) were not met:
 
43916
 
39194
43917
-rm -rf conftest.dSYM
39195
43918
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39196
43919
-      conftest$ac_exeext conftest.$ac_ext
39197
43920
-fi
39198
43921
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
39199
43922
-$as_echo "$ac_cv_func_shmat" >&6; }
39200
 
-
 
43923
+$GNOMECC_SHELL_PKG_ERRORS
 
43924
 
39201
43925
-    if test $ac_cv_func_shmat = no; then
39202
43926
-      { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
39203
43927
-$as_echo_n "checking for shmat in -lipc... " >&6; }
39204
43928
-if test "${ac_cv_lib_ipc_shmat+set}" = set; then
39205
43929
-  $as_echo_n "(cached) " >&6
39206
 
+    fi
39207
 
 else
 
43930
-else
39208
43931
-  ac_check_lib_save_LIBS=$LIBS
39209
43932
-LIBS="-lipc  $LIBS"
39210
43933
-cat >conftest.$ac_ext <<_ACEOF
39213
43936
-cat confdefs.h >>conftest.$ac_ext
39214
43937
-cat >>conftest.$ac_ext <<_ACEOF
39215
43938
-/* end confdefs.h.  */
39216
 
-
 
43939
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
43940
+installed software in a non-standard prefix.
 
43941
 
39217
43942
-/* Override any GCC internal prototype to avoid an error.
39218
43943
-   Use char because int might match the return type of a GCC
39219
43944
-   builtin and then its argument prototype would still apply.  */
39238
43963
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
39239
43964
-$as_echo "$ac_try_echo") >&5
39240
43965
-  (eval "$ac_link") 2>conftest.er1
39241
 
+       pkg_failed=untried
39242
 
+fi
39243
 
+if test -n "$PKG_CONFIG"; then
39244
 
+    if test -n "$LIBGNOMEKBDUI_LIBS"; then
39245
 
+        pkg_cv_LIBGNOMEKBDUI_LIBS="$LIBGNOMEKBDUI_LIBS"
39246
 
+    else
39247
 
+        if test -n "$PKG_CONFIG" && \
39248
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomekbdui >= 2.21\"") >&5
39249
 
+  ($PKG_CONFIG --exists --print-errors "libgnomekbdui >= 2.21") 2>&5
39250
 
   ac_status=$?
 
43966
-  ac_status=$?
39251
43967
-  grep -v '^ *+' conftest.er1 >conftest.err
39252
43968
-  rm -f conftest.er1
39253
43969
-  cat conftest.err >&5
39254
 
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
43970
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
39255
43971
-  (exit $ac_status); } && {
39256
43972
-        test -z "$ac_c_werror_flag" ||
39257
43973
-        test ! -s conftest.err
39260
43976
-        $as_test_x conftest$ac_exeext
39261
43977
-       }; then
39262
43978
-  ac_cv_lib_ipc_shmat=yes
39263
 
+  (exit $ac_status); }; then
39264
 
+  pkg_cv_LIBGNOMEKBDUI_LIBS=`$PKG_CONFIG --libs "libgnomekbdui >= 2.21" 2>/dev/null`
39265
 
 else
 
43979
-else
39266
43980
-  $as_echo "$as_me: failed program was:" >&5
39267
43981
-sed 's/^/| /' conftest.$ac_ext >&5
39268
 
-
 
43982
+Alternatively, you may set the environment variables GNOMECC_SHELL_CFLAGS
 
43983
+and GNOMECC_SHELL_LIBS to avoid the need to call pkg-config.
 
43984
+See the pkg-config man page for more details.
 
43985
+" >&2;}
 
43986
+   { (exit 1); exit 1; }; }
 
43987
+elif test $pkg_failed = untried; then
 
43988
+       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
43989
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
43990
+path to pkg-config.
 
43991
 
39269
43992
-       ac_cv_lib_ipc_shmat=no
39270
43993
-fi
39271
 
-
 
43994
+Alternatively, you may set the environment variables GNOMECC_SHELL_CFLAGS
 
43995
+and GNOMECC_SHELL_LIBS to avoid the need to call pkg-config.
 
43996
+See the pkg-config man page for more details.
 
43997
 
39272
43998
-rm -rf conftest.dSYM
39273
43999
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39274
44000
-      conftest$ac_exeext conftest.$ac_ext
39275
44001
-LIBS=$ac_check_lib_save_LIBS
39276
 
+  pkg_failed=yes
39277
 
 fi
 
44002
-fi
39278
44003
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
39279
44004
-$as_echo "$ac_cv_lib_ipc_shmat" >&6; }
39280
 
-if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
 
44005
-if test $ac_cv_lib_ipc_shmat = yes; then
39281
44006
-  X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
39282
 
+    fi
39283
 
+else
39284
 
+       pkg_failed=untried
39285
 
 fi
 
44007
-fi
 
44008
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
44009
+See \`config.log' for more details." >&5
 
44010
+echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
44011
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
44012
+path to pkg-config.
39286
44013
 
39287
44014
-    fi
39288
44015
-  fi
 
44016
+Alternatively, you may set the environment variables GNOMECC_SHELL_CFLAGS
 
44017
+and GNOMECC_SHELL_LIBS to avoid the need to call pkg-config.
 
44018
+See the pkg-config man page for more details.
39289
44019
 
39290
44020
-  # Check for libraries that X11R6 Xt/Xaw programs need.
39291
44021
-  ac_save_LDFLAGS=$LDFLAGS
39300
44030
-$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
39301
44031
-if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
39302
44032
-  $as_echo_n "(cached) " >&6
39303
 
-else
 
44033
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
44034
+See \`config.log' for more details." >&2;}
 
44035
+   { (exit 1); exit 1; }; }
 
44036
 else
39304
44037
-  ac_check_lib_save_LIBS=$LIBS
39305
44038
-LIBS="-lICE $X_EXTRA_LIBS $LIBS"
39306
44039
-cat >conftest.$ac_ext <<_ACEOF
39309
44042
-cat confdefs.h >>conftest.$ac_ext
39310
44043
-cat >>conftest.$ac_ext <<_ACEOF
39311
44044
-/* end confdefs.h.  */
 
44045
+       GNOMECC_SHELL_CFLAGS=$pkg_cv_GNOMECC_SHELL_CFLAGS
 
44046
+       GNOMECC_SHELL_LIBS=$pkg_cv_GNOMECC_SHELL_LIBS
 
44047
+        { echo "$as_me:$LINENO: result: yes" >&5
 
44048
+echo "${ECHO_T}yes" >&6; }
 
44049
+       :
 
44050
+fi
39312
44051
 
39313
44052
-/* Override any GCC internal prototype to avoid an error.
39314
44053
-   Use char because int might match the return type of a GCC
39334
44073
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
39335
44074
-$as_echo "$ac_try_echo") >&5
39336
44075
-  (eval "$ac_link") 2>conftest.er1
39337
 
-  ac_status=$?
 
44076
+pkg_failed=no
 
44077
+{ echo "$as_me:$LINENO: checking for DBUS" >&5
 
44078
+echo $ECHO_N "checking for DBUS... $ECHO_C" >&6; }
 
44079
+
 
44080
+if test -n "$PKG_CONFIG"; then
 
44081
+    if test -n "$DBUS_CFLAGS"; then
 
44082
+        pkg_cv_DBUS_CFLAGS="$DBUS_CFLAGS"
 
44083
+    else
 
44084
+        if test -n "$PKG_CONFIG" && \
 
44085
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dbus-1 dbus-glib-1\"") >&5
 
44086
+  ($PKG_CONFIG --exists --print-errors "dbus-1 dbus-glib-1") 2>&5
 
44087
   ac_status=$?
39338
44088
-  grep -v '^ *+' conftest.er1 >conftest.err
39339
44089
-  rm -f conftest.er1
39340
44090
-  cat conftest.err >&5
39347
44097
-        $as_test_x conftest$ac_exeext
39348
44098
-       }; then
39349
44099
-  ac_cv_lib_ICE_IceConnectionNumber=yes
39350
 
-else
 
44100
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
44101
+  (exit $ac_status); }; then
 
44102
+  pkg_cv_DBUS_CFLAGS=`$PKG_CONFIG --cflags "dbus-1 dbus-glib-1" 2>/dev/null`
 
44103
 else
39351
44104
-  $as_echo "$as_me: failed program was:" >&5
39352
44105
-sed 's/^/| /' conftest.$ac_ext >&5
39353
 
+if test $pkg_failed = yes; then
39354
 
 
 
44106
-
39355
44107
-       ac_cv_lib_ICE_IceConnectionNumber=no
39356
 
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
39357
 
+        _pkg_short_errors_supported=yes
39358
 
+else
39359
 
+        _pkg_short_errors_supported=no
 
44108
+  pkg_failed=yes
39360
44109
 fi
39361
 
+        if test $_pkg_short_errors_supported = yes; then
39362
 
+               LIBGNOMEKBDUI_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgnomekbdui >= 2.21"`
39363
 
+        else
39364
 
+               LIBGNOMEKBDUI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomekbdui >= 2.21"`
39365
 
+        fi
39366
 
+       # Put the nasty error message in config.log where it belongs
39367
 
+       echo "$LIBGNOMEKBDUI_PKG_ERRORS" >&5
39368
 
 
 
44110
-
39369
44111
-rm -rf conftest.dSYM
39370
44112
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39371
44113
-      conftest$ac_exeext conftest.$ac_ext
39372
44114
-LIBS=$ac_check_lib_save_LIBS
39373
 
-fi
 
44115
+    fi
 
44116
+else
 
44117
+       pkg_failed=untried
 
44118
+fi
 
44119
+if test -n "$PKG_CONFIG"; then
 
44120
+    if test -n "$DBUS_LIBS"; then
 
44121
+        pkg_cv_DBUS_LIBS="$DBUS_LIBS"
 
44122
+    else
 
44123
+        if test -n "$PKG_CONFIG" && \
 
44124
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dbus-1 dbus-glib-1\"") >&5
 
44125
+  ($PKG_CONFIG --exists --print-errors "dbus-1 dbus-glib-1") 2>&5
 
44126
+  ac_status=$?
 
44127
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
44128
+  (exit $ac_status); }; then
 
44129
+  pkg_cv_DBUS_LIBS=`$PKG_CONFIG --libs "dbus-1 dbus-glib-1" 2>/dev/null`
 
44130
+else
 
44131
+  pkg_failed=yes
 
44132
 fi
39374
44133
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
39375
44134
-$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
39376
 
-if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
 
44135
-if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
39377
44136
-  X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
39378
 
-fi
39379
 
+       { { $as_echo "$as_me:$LINENO: error: Package requirements (libgnomekbdui >= 2.21) were not met:
 
44137
+    fi
 
44138
+else
 
44139
+       pkg_failed=untried
 
44140
 fi
39380
44141
 
39381
44142
-  LDFLAGS=$ac_save_LDFLAGS
39382
 
+$LIBGNOMEKBDUI_PKG_ERRORS
39383
 
+
39384
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
39385
 
+installed software in a non-standard prefix.
39386
 
+
39387
 
+Alternatively, you may set the environment variables LIBGNOMEKBDUI_CFLAGS
39388
 
+and LIBGNOMEKBDUI_LIBS to avoid the need to call pkg-config.
39389
 
+See the pkg-config man page for more details.
39390
 
+" >&5
39391
 
+$as_echo "$as_me: error: Package requirements (libgnomekbdui >= 2.21) were not met:
39392
 
+
39393
 
+$LIBGNOMEKBDUI_PKG_ERRORS
39394
 
+
39395
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
39396
 
+installed software in a non-standard prefix.
39397
 
+
39398
 
+Alternatively, you may set the environment variables LIBGNOMEKBDUI_CFLAGS
39399
 
+and LIBGNOMEKBDUI_LIBS to avoid the need to call pkg-config.
39400
 
+See the pkg-config man page for more details.
39401
 
+" >&2;}
39402
 
+   { (exit 1); exit 1; }; }
39403
 
+elif test $pkg_failed = untried; then
39404
 
+       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
39405
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
39406
 
+{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
39407
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
39408
 
+path to pkg-config.
39409
44143
 
39410
 
+Alternatively, you may set the environment variables LIBGNOMEKBDUI_CFLAGS
39411
 
+and LIBGNOMEKBDUI_LIBS to avoid the need to call pkg-config.
39412
 
+See the pkg-config man page for more details.
39413
 
+
39414
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
39415
 
+See \`config.log' for more details." >&5
39416
 
+$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
39417
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
39418
 
+path to pkg-config.
39419
 
+
39420
 
+Alternatively, you may set the environment variables LIBGNOMEKBDUI_CFLAGS
39421
 
+and LIBGNOMEKBDUI_LIBS to avoid the need to call pkg-config.
39422
 
+See the pkg-config man page for more details.
39423
 
+
39424
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
39425
 
+See \`config.log' for more details." >&2;}
39426
 
+   { (exit 1); exit 1; }; }; }
39427
 
+else
39428
 
+       LIBGNOMEKBDUI_CFLAGS=$pkg_cv_LIBGNOMEKBDUI_CFLAGS
39429
 
+       LIBGNOMEKBDUI_LIBS=$pkg_cv_LIBGNOMEKBDUI_LIBS
39430
 
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
39431
 
+$as_echo "yes" >&6; }
39432
 
+       :
39433
 
 fi
 
44144
-fi
39434
44145
 
39435
44146
-x_libs="$X_PRE_LIBS $X_LIBS -lX11 $X_EXTRA_LIBS"
 
44147
+if test $pkg_failed = yes; then
39436
44148
 
39437
44149
-{ $as_echo "$as_me:$LINENO: checking for XScreenSaverQueryInfo" >&5
39438
44150
-$as_echo_n "checking for XScreenSaverQueryInfo... " >&6; }
39439
44151
-if test "${ac_cv_func_XScreenSaverQueryInfo+set}" = set; then
39440
44152
-  $as_echo_n "(cached) " >&6
39441
 
+
39442
 
+
39443
 
+{ $as_echo "$as_me:$LINENO: checking whether to enable About Me" >&5
39444
 
+$as_echo_n "checking whether to enable About Me... " >&6; }
39445
 
+# Check whether --enable-aboutme was given.
39446
 
+if test "${enable_aboutme+set}" = set; then
39447
 
+  enableval=$enable_aboutme;
 
44153
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
44154
+        _pkg_short_errors_supported=yes
39448
44155
 else
39449
44156
-  cat >conftest.$ac_ext <<_ACEOF
39450
44157
-/* confdefs.h.  */
39455
44162
-/* Define XScreenSaverQueryInfo to an innocuous variant, in case <limits.h> declares XScreenSaverQueryInfo.
39456
44163
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
39457
44164
-#define XScreenSaverQueryInfo innocuous_XScreenSaverQueryInfo
39458
 
+  enable_aboutme=no
 
44165
+        _pkg_short_errors_supported=no
39459
44166
+fi
 
44167
+        if test $_pkg_short_errors_supported = yes; then
 
44168
+               DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "dbus-1 dbus-glib-1"`
 
44169
+        else
 
44170
+               DBUS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "dbus-1 dbus-glib-1"`
 
44171
+        fi
 
44172
+       # Put the nasty error message in config.log where it belongs
 
44173
+       echo "$DBUS_PKG_ERRORS" >&5
39460
44174
 
39461
44175
-/* System header to define __stub macros and hopefully few prototypes,
39462
44176
-    which can conflict with char XScreenSaverQueryInfo (); below.
39463
44177
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
39464
44178
-    <limits.h> exists even on freestanding compilers.  */
39465
 
+{ $as_echo "$as_me:$LINENO: result: $enable_aboutme" >&5
39466
 
+$as_echo "$enable_aboutme" >&6; }
 
44179
+       { { echo "$as_me:$LINENO: error: Package requirements (dbus-1 dbus-glib-1) were not met:
39467
44180
 
39468
44181
-#ifdef __STDC__
39469
44182
-# include <limits.h>
39470
44183
-#else
39471
44184
-# include <assert.h>
39472
44185
-#endif
39473
 
+if test "x$enable_aboutme" = "xyes"; then
 
44186
+$DBUS_PKG_ERRORS
39474
44187
 
39475
44188
-#undef XScreenSaverQueryInfo
39476
 
+pkg_failed=no
39477
 
+{ $as_echo "$as_me:$LINENO: checking for LIBEBOOK" >&5
39478
 
+$as_echo_n "checking for LIBEBOOK... " >&6; }
 
44189
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
44190
+installed software in a non-standard prefix.
39479
44191
 
39480
44192
-/* Override any GCC internal prototype to avoid an error.
39481
44193
-   Use char because int might match the return type of a GCC
39490
44202
-#if defined __stub_XScreenSaverQueryInfo || defined __stub___XScreenSaverQueryInfo
39491
44203
-choke me
39492
44204
-#endif
39493
 
-
 
44205
+Alternatively, you may set the environment variables DBUS_CFLAGS
 
44206
+and DBUS_LIBS to avoid the need to call pkg-config.
 
44207
+See the pkg-config man page for more details.
 
44208
+" >&5
 
44209
+echo "$as_me: error: Package requirements (dbus-1 dbus-glib-1) were not met:
 
44210
 
39494
44211
-int
39495
44212
-main ()
39496
44213
-{
39524
44241
-else
39525
44242
-  $as_echo "$as_me: failed program was:" >&5
39526
44243
-sed 's/^/| /' conftest.$ac_ext >&5
39527
 
-
 
44244
+$DBUS_PKG_ERRORS
 
44245
 
39528
44246
-       ac_cv_func_XScreenSaverQueryInfo=no
39529
44247
-fi
39530
 
-
 
44248
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
44249
+installed software in a non-standard prefix.
 
44250
 
39531
44251
-rm -rf conftest.dSYM
39532
44252
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39533
44253
-      conftest$ac_exeext conftest.$ac_ext
39534
44254
-fi
39535
44255
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_XScreenSaverQueryInfo" >&5
39536
44256
-$as_echo "$ac_cv_func_XScreenSaverQueryInfo" >&6; }
39537
 
-if test "x$ac_cv_func_XScreenSaverQueryInfo" = x""yes; then
39538
 
-
 
44257
-if test $ac_cv_func_XScreenSaverQueryInfo = yes; then
 
44258
+Alternatively, you may set the environment variables DBUS_CFLAGS
 
44259
+and DBUS_LIBS to avoid the need to call pkg-config.
 
44260
+See the pkg-config man page for more details.
 
44261
+" >&2;}
 
44262
+   { (exit 1); exit 1; }; }
 
44263
+elif test $pkg_failed = untried; then
 
44264
+       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
44265
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
44266
+path to pkg-config.
 
44267
 
39539
44268
-  TYPING_BREAK="typing-break"
39540
44269
-else
39541
 
-
 
44270
+Alternatively, you may set the environment variables DBUS_CFLAGS
 
44271
+and DBUS_LIBS to avoid the need to call pkg-config.
 
44272
+See the pkg-config man page for more details.
 
44273
 
39542
44274
-  save_LIBS=$LIBS
39543
44275
-  LIBS="$LIBS $X_PRE_LIBS $X_LIBS -lXss -lXext -lX11"
39544
44276
-  { $as_echo "$as_me:$LINENO: checking for XScreenSaverQueryInfo in -lXss" >&5
39545
44277
-$as_echo_n "checking for XScreenSaverQueryInfo in -lXss... " >&6; }
39546
44278
-if test "${ac_cv_lib_Xss_XScreenSaverQueryInfo+set}" = set; then
39547
44279
-  $as_echo_n "(cached) " >&6
39548
 
-else
 
44280
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
44281
+See \`config.log' for more details." >&5
 
44282
+echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
44283
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
44284
+path to pkg-config.
 
44285
+
 
44286
+Alternatively, you may set the environment variables DBUS_CFLAGS
 
44287
+and DBUS_LIBS to avoid the need to call pkg-config.
 
44288
+See the pkg-config man page for more details.
 
44289
+
 
44290
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
44291
+See \`config.log' for more details." >&2;}
 
44292
+   { (exit 1); exit 1; }; }
 
44293
 else
39549
44294
-  ac_check_lib_save_LIBS=$LIBS
39550
44295
-LIBS="-lXss  $LIBS"
39551
44296
-cat >conftest.$ac_ext <<_ACEOF
39554
44299
-cat confdefs.h >>conftest.$ac_ext
39555
44300
-cat >>conftest.$ac_ext <<_ACEOF
39556
44301
-/* end confdefs.h.  */
39557
 
-
 
44302
+       DBUS_CFLAGS=$pkg_cv_DBUS_CFLAGS
 
44303
+       DBUS_LIBS=$pkg_cv_DBUS_LIBS
 
44304
+        { echo "$as_me:$LINENO: result: yes" >&5
 
44305
+echo "${ECHO_T}yes" >&6; }
 
44306
+       :
 
44307
+fi
 
44308
 
39558
44309
-/* Override any GCC internal prototype to avoid an error.
39559
44310
-   Use char because int might match the return type of a GCC
39560
44311
-   builtin and then its argument prototype would still apply.  */
39579
44330
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
39580
44331
-$as_echo "$ac_try_echo") >&5
39581
44332
-  (eval "$ac_link") 2>conftest.er1
39582
 
-  ac_status=$?
 
44333
+pkg_failed=no
 
44334
+{ echo "$as_me:$LINENO: checking for GNOME_DESKTOP" >&5
 
44335
+echo $ECHO_N "checking for GNOME_DESKTOP... $ECHO_C" >&6; }
 
44336
+
 
44337
+if test -n "$PKG_CONFIG"; then
 
44338
+    if test -n "$GNOME_DESKTOP_CFLAGS"; then
 
44339
+        pkg_cv_GNOME_DESKTOP_CFLAGS="$GNOME_DESKTOP_CFLAGS"
 
44340
+    else
 
44341
+        if test -n "$PKG_CONFIG" && \
 
44342
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-desktop-2.0\"") >&5
 
44343
+  ($PKG_CONFIG --exists --print-errors "gnome-desktop-2.0") 2>&5
 
44344
   ac_status=$?
39583
44345
-  grep -v '^ *+' conftest.er1 >conftest.err
39584
44346
-  rm -f conftest.er1
39585
44347
-  cat conftest.err >&5
39592
44354
-        $as_test_x conftest$ac_exeext
39593
44355
-       }; then
39594
44356
-  ac_cv_lib_Xss_XScreenSaverQueryInfo=yes
39595
 
-else
 
44357
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
44358
+  (exit $ac_status); }; then
 
44359
+  pkg_cv_GNOME_DESKTOP_CFLAGS=`$PKG_CONFIG --cflags "gnome-desktop-2.0" 2>/dev/null`
 
44360
 else
39596
44361
-  $as_echo "$as_me: failed program was:" >&5
39597
44362
-sed 's/^/| /' conftest.$ac_ext >&5
39598
44363
-
39599
44364
-       ac_cv_lib_Xss_XScreenSaverQueryInfo=no
39600
 
-fi
 
44365
+  pkg_failed=yes
 
44366
 fi
39601
44367
-
39602
44368
-rm -rf conftest.dSYM
39603
44369
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39604
44370
-      conftest$ac_exeext conftest.$ac_ext
39605
44371
-LIBS=$ac_check_lib_save_LIBS
39606
 
-fi
 
44372
+    fi
 
44373
+else
 
44374
+       pkg_failed=untried
 
44375
 fi
39607
44376
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xss_XScreenSaverQueryInfo" >&5
39608
44377
-$as_echo "$ac_cv_lib_Xss_XScreenSaverQueryInfo" >&6; }
39609
 
-if test "x$ac_cv_lib_Xss_XScreenSaverQueryInfo" = x""yes; then
 
44378
-if test $ac_cv_lib_Xss_XScreenSaverQueryInfo = yes; then
39610
44379
-
39611
44380
-    TYPING_BREAK="typing-break"
39612
44381
-    SCREENSAVER_LIBS="$X_PRE_LIBS $X_LIBS -lXss -lXext -lX11"
39613
 
-else
 
44382
+if test -n "$PKG_CONFIG"; then
 
44383
+    if test -n "$GNOME_DESKTOP_LIBS"; then
 
44384
+        pkg_cv_GNOME_DESKTOP_LIBS="$GNOME_DESKTOP_LIBS"
 
44385
+    else
 
44386
+        if test -n "$PKG_CONFIG" && \
 
44387
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-desktop-2.0\"") >&5
 
44388
+  ($PKG_CONFIG --exists --print-errors "gnome-desktop-2.0") 2>&5
 
44389
+  ac_status=$?
 
44390
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
44391
+  (exit $ac_status); }; then
 
44392
+  pkg_cv_GNOME_DESKTOP_LIBS=`$PKG_CONFIG --libs "gnome-desktop-2.0" 2>/dev/null`
 
44393
 else
39614
44394
-
39615
44395
-    LIBS=$save_LIBS
39616
44396
-    LIBS="$LIBS $X_PRE_LIBS $X_LIBS -lXext -lX11"
39618
44398
-$as_echo_n "checking for XScreenSaverQueryInfo in -lXext... " >&6; }
39619
44399
-if test "${ac_cv_lib_Xext_XScreenSaverQueryInfo+set}" = set; then
39620
44400
-  $as_echo_n "(cached) " >&6
39621
 
-else
 
44401
+  pkg_failed=yes
 
44402
+fi
 
44403
+    fi
 
44404
 else
39622
44405
-  ac_check_lib_save_LIBS=$LIBS
39623
44406
-LIBS="-lXext  $LIBS"
39624
44407
-cat >conftest.$ac_ext <<_ACEOF
39627
44410
-cat confdefs.h >>conftest.$ac_ext
39628
44411
-cat >>conftest.$ac_ext <<_ACEOF
39629
44412
-/* end confdefs.h.  */
39630
 
-
 
44413
+       pkg_failed=untried
 
44414
+fi
 
44415
 
39631
44416
-/* Override any GCC internal prototype to avoid an error.
39632
44417
-   Use char because int might match the return type of a GCC
39633
44418
-   builtin and then its argument prototype would still apply.  */
39665
44450
-        $as_test_x conftest$ac_exeext
39666
44451
-       }; then
39667
44452
-  ac_cv_lib_Xext_XScreenSaverQueryInfo=yes
39668
 
-else
 
44453
+
 
44454
+
 
44455
+if test $pkg_failed = yes; then
 
44456
+
 
44457
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
44458
+        _pkg_short_errors_supported=yes
 
44459
 else
39669
44460
-  $as_echo "$as_me: failed program was:" >&5
39670
44461
-sed 's/^/| /' conftest.$ac_ext >&5
39671
 
-
 
44462
+        _pkg_short_errors_supported=no
 
44463
+fi
 
44464
+        if test $_pkg_short_errors_supported = yes; then
 
44465
+               GNOME_DESKTOP_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gnome-desktop-2.0"`
 
44466
+        else
 
44467
+               GNOME_DESKTOP_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gnome-desktop-2.0"`
 
44468
+        fi
 
44469
+       # Put the nasty error message in config.log where it belongs
 
44470
+       echo "$GNOME_DESKTOP_PKG_ERRORS" >&5
 
44471
+
 
44472
+       { { echo "$as_me:$LINENO: error: Package requirements (gnome-desktop-2.0) were not met:
 
44473
+
 
44474
+$GNOME_DESKTOP_PKG_ERRORS
 
44475
 
39672
44476
-       ac_cv_lib_Xext_XScreenSaverQueryInfo=no
39673
44477
-fi
39674
 
-
 
44478
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
44479
+installed software in a non-standard prefix.
 
44480
 
39675
44481
-rm -rf conftest.dSYM
39676
44482
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
39677
44483
-      conftest$ac_exeext conftest.$ac_ext
39679
44485
-fi
39680
44486
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XScreenSaverQueryInfo" >&5
39681
44487
-$as_echo "$ac_cv_lib_Xext_XScreenSaverQueryInfo" >&6; }
39682
 
-if test "x$ac_cv_lib_Xext_XScreenSaverQueryInfo" = x""yes; then
39683
 
-
 
44488
-if test $ac_cv_lib_Xext_XScreenSaverQueryInfo = yes; then
 
44489
+Alternatively, you may set the environment variables GNOME_DESKTOP_CFLAGS
 
44490
+and GNOME_DESKTOP_LIBS to avoid the need to call pkg-config.
 
44491
+See the pkg-config man page for more details.
 
44492
+" >&5
 
44493
+echo "$as_me: error: Package requirements (gnome-desktop-2.0) were not met:
 
44494
 
39684
44495
-      TYPING_BREAK="typing-break"
39685
44496
-      SCREENSAVER_LIBS="$X_PRE_LIBS $X_LIBS -lXext -lX11"
39686
44497
-fi
39687
 
-
 
44498
+$GNOME_DESKTOP_PKG_ERRORS
 
44499
 
39688
44500
-fi
39689
 
-
 
44501
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
44502
+installed software in a non-standard prefix.
 
44503
 
39690
44504
-  LIBS=$save_LIBS
39691
44505
-fi
39692
 
-
39693
 
-
39694
 
-
39695
 
-
39696
 
-
39697
 
-pkg_failed=no
 
44506
+Alternatively, you may set the environment variables GNOME_DESKTOP_CFLAGS
 
44507
+and GNOME_DESKTOP_LIBS to avoid the need to call pkg-config.
 
44508
+See the pkg-config man page for more details.
 
44509
+" >&2;}
 
44510
+   { (exit 1); exit 1; }; }
 
44511
+elif test $pkg_failed = untried; then
 
44512
+       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
44513
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
44514
+path to pkg-config.
 
44515
 
 
44516
+Alternatively, you may set the environment variables GNOME_DESKTOP_CFLAGS
 
44517
+and GNOME_DESKTOP_LIBS to avoid the need to call pkg-config.
 
44518
+See the pkg-config man page for more details.
 
44519
 
 
44520
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
44521
+See \`config.log' for more details." >&5
 
44522
+echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
44523
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
44524
+path to pkg-config.
 
44525
 
 
44526
+Alternatively, you may set the environment variables GNOME_DESKTOP_CFLAGS
 
44527
+and GNOME_DESKTOP_LIBS to avoid the need to call pkg-config.
 
44528
+See the pkg-config man page for more details.
 
44529
 
 
44530
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
44531
+See \`config.log' for more details." >&2;}
 
44532
+   { (exit 1); exit 1; }; }
 
44533
+else
 
44534
+       GNOME_DESKTOP_CFLAGS=$pkg_cv_GNOME_DESKTOP_CFLAGS
 
44535
+       GNOME_DESKTOP_LIBS=$pkg_cv_GNOME_DESKTOP_LIBS
 
44536
+        { echo "$as_me:$LINENO: result: yes" >&5
 
44537
+echo "${ECHO_T}yes" >&6; }
 
44538
+       :
 
44539
+fi
 
44540
 
 
44541
 pkg_failed=no
39698
44542
-{ $as_echo "$as_me:$LINENO: checking for LIBCANBERRA_GTK" >&5
39699
44543
-$as_echo_n "checking for LIBCANBERRA_GTK... " >&6; }
39700
 
-
 
44544
+{ echo "$as_me:$LINENO: checking for DEFAULT_APPLICATIONS_CAPPLET" >&5
 
44545
+echo $ECHO_N "checking for DEFAULT_APPLICATIONS_CAPPLET... $ECHO_C" >&6; }
 
44546
 
39701
44547
-if test -n "$LIBCANBERRA_GTK_CFLAGS"; then
39702
44548
-    pkg_cv_LIBCANBERRA_GTK_CFLAGS="$LIBCANBERRA_GTK_CFLAGS"
39703
44549
- elif test -n "$PKG_CONFIG"; then
39705
44551
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libcanberra-gtk\"") >&5
39706
44552
-  ($PKG_CONFIG --exists --print-errors "libcanberra-gtk") 2>&5
39707
44553
+if test -n "$PKG_CONFIG"; then
39708
 
+    if test -n "$LIBEBOOK_CFLAGS"; then
39709
 
+        pkg_cv_LIBEBOOK_CFLAGS="$LIBEBOOK_CFLAGS"
 
44554
+    if test -n "$DEFAULT_APPLICATIONS_CAPPLET_CFLAGS"; then
 
44555
+        pkg_cv_DEFAULT_APPLICATIONS_CAPPLET_CFLAGS="$DEFAULT_APPLICATIONS_CAPPLET_CFLAGS"
39710
44556
+    else
39711
44557
+        if test -n "$PKG_CONFIG" && \
39712
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libebook-1.2 >= 1.7.90\"") >&5
39713
 
+  ($PKG_CONFIG --exists --print-errors "libebook-1.2 >= 1.7.90") 2>&5
 
44558
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\"") >&5
 
44559
+  ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5
39714
44560
   ac_status=$?
39715
 
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
44561
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
44562
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
39716
44563
   (exit $ac_status); }; then
39717
44564
-  pkg_cv_LIBCANBERRA_GTK_CFLAGS=`$PKG_CONFIG --cflags "libcanberra-gtk" 2>/dev/null`
39718
 
+  pkg_cv_LIBEBOOK_CFLAGS=`$PKG_CONFIG --cflags "libebook-1.2 >= 1.7.90" 2>/dev/null`
 
44565
+  pkg_cv_DEFAULT_APPLICATIONS_CAPPLET_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0" 2>/dev/null`
39719
44566
 else
39720
44567
   pkg_failed=yes
39721
44568
 fi
39732
44579
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libcanberra-gtk\"") >&5
39733
44580
-  ($PKG_CONFIG --exists --print-errors "libcanberra-gtk") 2>&5
39734
44581
+if test -n "$PKG_CONFIG"; then
39735
 
+    if test -n "$LIBEBOOK_LIBS"; then
39736
 
+        pkg_cv_LIBEBOOK_LIBS="$LIBEBOOK_LIBS"
 
44582
+    if test -n "$DEFAULT_APPLICATIONS_CAPPLET_LIBS"; then
 
44583
+        pkg_cv_DEFAULT_APPLICATIONS_CAPPLET_LIBS="$DEFAULT_APPLICATIONS_CAPPLET_LIBS"
39737
44584
+    else
39738
44585
+        if test -n "$PKG_CONFIG" && \
39739
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libebook-1.2 >= 1.7.90\"") >&5
39740
 
+  ($PKG_CONFIG --exists --print-errors "libebook-1.2 >= 1.7.90") 2>&5
 
44586
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\"") >&5
 
44587
+  ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5
39741
44588
   ac_status=$?
39742
 
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
44589
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
44590
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
39743
44591
   (exit $ac_status); }; then
39744
44592
-  pkg_cv_LIBCANBERRA_GTK_LIBS=`$PKG_CONFIG --libs "libcanberra-gtk" 2>/dev/null`
39745
 
+  pkg_cv_LIBEBOOK_LIBS=`$PKG_CONFIG --libs "libebook-1.2 >= 1.7.90" 2>/dev/null`
 
44593
+  pkg_cv_DEFAULT_APPLICATIONS_CAPPLET_LIBS=`$PKG_CONFIG --libs "libxml-2.0" 2>/dev/null`
39746
44594
 else
39747
44595
   pkg_failed=yes
39748
44596
 fi
39754
44602
 fi
39755
44603
 
39756
44604
 
39757
 
@@ -25582,536 +19509,506 @@
 
44605
@@ -25610,533 +17517,438 @@
39758
44606
         _pkg_short_errors_supported=no
39759
44607
 fi
39760
44608
         if test $_pkg_short_errors_supported = yes; then
39761
44609
-               LIBCANBERRA_GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libcanberra-gtk" 2>&1`
39762
 
+               LIBEBOOK_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libebook-1.2 >= 1.7.90"`
 
44610
+               DEFAULT_APPLICATIONS_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libxml-2.0"`
39763
44611
         else
39764
44612
-               LIBCANBERRA_GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors "libcanberra-gtk" 2>&1`
39765
 
+               LIBEBOOK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libebook-1.2 >= 1.7.90"`
 
44613
+               DEFAULT_APPLICATIONS_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libxml-2.0"`
39766
44614
         fi
39767
44615
        # Put the nasty error message in config.log where it belongs
39768
44616
-       echo "$LIBCANBERRA_GTK_PKG_ERRORS" >&5
39769
 
+       echo "$LIBEBOOK_PKG_ERRORS" >&5
 
44617
+       echo "$DEFAULT_APPLICATIONS_CAPPLET_PKG_ERRORS" >&5
39770
44618
 
39771
44619
-       { $as_echo "$as_me:$LINENO: result: no" >&5
39772
44620
-$as_echo "no" >&6; }
39778
44626
-       LIBCANBERRA_GTK_LIBS=$pkg_cv_LIBCANBERRA_GTK_LIBS
39779
44627
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
39780
44628
-$as_echo "yes" >&6; }
39781
 
+       { { $as_echo "$as_me:$LINENO: error: Package requirements (libebook-1.2 >= 1.7.90) were not met:
 
44629
+       { { echo "$as_me:$LINENO: error: Package requirements (libxml-2.0) were not met:
39782
44630
 
39783
44631
-  CANBERRA_GTK=1
39784
 
+$LIBEBOOK_PKG_ERRORS
 
44632
+$DEFAULT_APPLICATIONS_CAPPLET_PKG_ERRORS
39785
44633
 
39786
44634
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
39787
44635
+installed software in a non-standard prefix.
39788
44636
 
39789
 
+Alternatively, you may set the environment variables LIBEBOOK_CFLAGS
39790
 
+and LIBEBOOK_LIBS to avoid the need to call pkg-config.
 
44637
+Alternatively, you may set the environment variables DEFAULT_APPLICATIONS_CAPPLET_CFLAGS
 
44638
+and DEFAULT_APPLICATIONS_CAPPLET_LIBS to avoid the need to call pkg-config.
39791
44639
+See the pkg-config man page for more details.
39792
44640
+" >&5
39793
 
+$as_echo "$as_me: error: Package requirements (libebook-1.2 >= 1.7.90) were not met:
 
44641
+echo "$as_me: error: Package requirements (libxml-2.0) were not met:
39794
44642
 
39795
44643
-fi
39796
44644
- if test "x$CANBERRA_GTK" = "x1"; then
39800
44648
-  HAVE_LIBCANBERRA_GTK_TRUE='#'
39801
44649
-  HAVE_LIBCANBERRA_GTK_FALSE=
39802
44650
-fi
39803
 
+$LIBEBOOK_PKG_ERRORS
39804
 
+
 
44651
+$DEFAULT_APPLICATIONS_CAPPLET_PKG_ERRORS
 
44652
 
39805
44653
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
39806
44654
+installed software in a non-standard prefix.
39807
44655
 
39808
 
+Alternatively, you may set the environment variables LIBEBOOK_CFLAGS
39809
 
+and LIBEBOOK_LIBS to avoid the need to call pkg-config.
39810
 
+See the pkg-config man page for more details.
39811
 
+" >&2;}
39812
 
+   { (exit 1); exit 1; }; }
39813
 
+elif test $pkg_failed = untried; then
39814
 
+       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
39815
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
39816
 
+{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
39817
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
39818
 
+path to pkg-config.
39819
 
 
39820
44656
- if test "x$TYPING_BREAK" = xtyping-break; then
39821
44657
-  HAVE_TYPING_BREAK_TRUE=
39822
44658
-  HAVE_TYPING_BREAK_FALSE='#'
39823
 
+Alternatively, you may set the environment variables LIBEBOOK_CFLAGS
39824
 
+and LIBEBOOK_LIBS to avoid the need to call pkg-config.
 
44659
+Alternatively, you may set the environment variables DEFAULT_APPLICATIONS_CAPPLET_CFLAGS
 
44660
+and DEFAULT_APPLICATIONS_CAPPLET_LIBS to avoid the need to call pkg-config.
 
44661
+See the pkg-config man page for more details.
 
44662
+" >&2;}
 
44663
+   { (exit 1); exit 1; }; }
 
44664
+elif test $pkg_failed = untried; then
 
44665
+       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
44666
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
44667
+path to pkg-config.
 
44668
+
 
44669
+Alternatively, you may set the environment variables DEFAULT_APPLICATIONS_CAPPLET_CFLAGS
 
44670
+and DEFAULT_APPLICATIONS_CAPPLET_LIBS to avoid the need to call pkg-config.
39825
44671
+See the pkg-config man page for more details.
39826
44672
+
39827
44673
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
39828
44674
+See \`config.log' for more details." >&5
39829
 
+$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
44675
+echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
39830
44676
+is in your PATH or set the PKG_CONFIG environment variable to the full
39831
44677
+path to pkg-config.
39832
44678
+
39833
 
+Alternatively, you may set the environment variables LIBEBOOK_CFLAGS
39834
 
+and LIBEBOOK_LIBS to avoid the need to call pkg-config.
 
44679
+Alternatively, you may set the environment variables DEFAULT_APPLICATIONS_CAPPLET_CFLAGS
 
44680
+and DEFAULT_APPLICATIONS_CAPPLET_LIBS to avoid the need to call pkg-config.
39835
44681
+See the pkg-config man page for more details.
39836
44682
+
39837
44683
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
39838
44684
+See \`config.log' for more details." >&2;}
39839
 
+   { (exit 1); exit 1; }; }; }
 
44685
+   { (exit 1); exit 1; }; }
39840
44686
 else
39841
44687
-  HAVE_TYPING_BREAK_TRUE='#'
39842
44688
-  HAVE_TYPING_BREAK_FALSE=
39843
 
-fi
 
44689
+       DEFAULT_APPLICATIONS_CAPPLET_CFLAGS=$pkg_cv_DEFAULT_APPLICATIONS_CAPPLET_CFLAGS
 
44690
+       DEFAULT_APPLICATIONS_CAPPLET_LIBS=$pkg_cv_DEFAULT_APPLICATIONS_CAPPLET_LIBS
 
44691
+        { echo "$as_me:$LINENO: result: yes" >&5
 
44692
+echo "${ECHO_T}yes" >&6; }
 
44693
+       :
 
44694
 fi
 
44695
 
 
44696
+pkg_failed=no
 
44697
+{ echo "$as_me:$LINENO: checking for METACITY" >&5
 
44698
+echo $ECHO_N "checking for METACITY... $ECHO_C" >&6; }
 
44699
 
 
44700
-savecppflags=$CPPFLAGS
 
44701
-CPPFLAGS="$CPPFLAGS $X_CFLAGS"
 
44702
-
 
44703
-for ac_header in X11/Xlib.h
 
44704
-do
 
44705
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
44706
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
44707
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
44708
-$as_echo_n "checking for $ac_header... " >&6; }
 
44709
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
44710
-  $as_echo_n "(cached) " >&6
 
44711
+if test -n "$PKG_CONFIG"; then
 
44712
+    if test -n "$METACITY_CFLAGS"; then
 
44713
+        pkg_cv_METACITY_CFLAGS="$METACITY_CFLAGS"
 
44714
+    else
 
44715
+        if test -n "$PKG_CONFIG" && \
 
44716
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libmetacity-private >= 2.23.1\"") >&5
 
44717
+  ($PKG_CONFIG --exists --print-errors "libmetacity-private >= 2.23.1") 2>&5
 
44718
+  ac_status=$?
 
44719
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
44720
+  (exit $ac_status); }; then
 
44721
+  pkg_cv_METACITY_CFLAGS=`$PKG_CONFIG --cflags "libmetacity-private >= 2.23.1" 2>/dev/null`
 
44722
+else
 
44723
+  pkg_failed=yes
 
44724
 fi
 
44725
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
44726
-                $as_echo "$as_val"'`
 
44727
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
44728
-$as_echo "$ac_res" >&6; }
 
44729
+    fi
 
44730
 else
 
44731
-  # Is the header compilable?
 
44732
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
44733
-$as_echo_n "checking $ac_header usability... " >&6; }
 
44734
-cat >conftest.$ac_ext <<_ACEOF
 
44735
-/* confdefs.h.  */
 
44736
-_ACEOF
 
44737
-cat confdefs.h >>conftest.$ac_ext
 
44738
-cat >>conftest.$ac_ext <<_ACEOF
 
44739
-/* end confdefs.h.  */
 
44740
-$ac_includes_default
 
44741
-#include <$ac_header>
 
44742
-_ACEOF
 
44743
-rm -f conftest.$ac_objext
 
44744
-if { (ac_try="$ac_compile"
 
44745
-case "(($ac_try" in
 
44746
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
44747
-  *) ac_try_echo=$ac_try;;
 
44748
-esac
 
44749
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
44750
-$as_echo "$ac_try_echo") >&5
 
44751
-  (eval "$ac_compile") 2>conftest.er1
 
44752
+       pkg_failed=untried
 
44753
+fi
 
44754
+if test -n "$PKG_CONFIG"; then
 
44755
+    if test -n "$METACITY_LIBS"; then
 
44756
+        pkg_cv_METACITY_LIBS="$METACITY_LIBS"
 
44757
+    else
 
44758
+        if test -n "$PKG_CONFIG" && \
 
44759
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libmetacity-private >= 2.23.1\"") >&5
 
44760
+  ($PKG_CONFIG --exists --print-errors "libmetacity-private >= 2.23.1") 2>&5
 
44761
   ac_status=$?
 
44762
-  grep -v '^ *+' conftest.er1 >conftest.err
 
44763
-  rm -f conftest.er1
 
44764
-  cat conftest.err >&5
 
44765
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
44766
-  (exit $ac_status); } && {
 
44767
-        test -z "$ac_c_werror_flag" ||
 
44768
-        test ! -s conftest.err
 
44769
-       } && test -s conftest.$ac_objext; then
 
44770
-  ac_header_compiler=yes
 
44771
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
44772
+  (exit $ac_status); }; then
 
44773
+  pkg_cv_METACITY_LIBS=`$PKG_CONFIG --libs "libmetacity-private >= 2.23.1" 2>/dev/null`
 
44774
 else
 
44775
-  $as_echo "$as_me: failed program was:" >&5
 
44776
-sed 's/^/| /' conftest.$ac_ext >&5
 
44777
-
 
44778
-       ac_header_compiler=no
 
44779
+  pkg_failed=yes
 
44780
+fi
 
44781
+    fi
 
44782
+else
 
44783
+       pkg_failed=untried
 
44784
 fi
 
44785
 
 
44786
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
44787
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
44788
-$as_echo "$ac_header_compiler" >&6; }
 
44789
 
 
44790
-# Is the header present?
 
44791
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
44792
-$as_echo_n "checking $ac_header presence... " >&6; }
 
44793
-cat >conftest.$ac_ext <<_ACEOF
 
44794
-/* confdefs.h.  */
 
44795
-_ACEOF
 
44796
-cat confdefs.h >>conftest.$ac_ext
 
44797
-cat >>conftest.$ac_ext <<_ACEOF
 
44798
-/* end confdefs.h.  */
 
44799
-#include <$ac_header>
 
44800
-_ACEOF
 
44801
-if { (ac_try="$ac_cpp conftest.$ac_ext"
 
44802
-case "(($ac_try" in
 
44803
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
44804
-  *) ac_try_echo=$ac_try;;
 
44805
-esac
 
44806
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
44807
-$as_echo "$ac_try_echo") >&5
 
44808
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
44809
-  ac_status=$?
 
44810
-  grep -v '^ *+' conftest.er1 >conftest.err
 
44811
-  rm -f conftest.er1
 
44812
-  cat conftest.err >&5
 
44813
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
44814
-  (exit $ac_status); } >/dev/null && {
 
44815
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
44816
-        test ! -s conftest.err
 
44817
-       }; then
 
44818
-  ac_header_preproc=yes
 
44819
-else
 
44820
-  $as_echo "$as_me: failed program was:" >&5
 
44821
-sed 's/^/| /' conftest.$ac_ext >&5
 
44822
 
 
44823
-  ac_header_preproc=no
 
44824
+if test $pkg_failed = yes; then
 
44825
+
 
44826
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
44827
+        _pkg_short_errors_supported=yes
 
44828
+else
 
44829
+        _pkg_short_errors_supported=no
 
44830
 fi
 
44831
+        if test $_pkg_short_errors_supported = yes; then
 
44832
+               METACITY_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libmetacity-private >= 2.23.1"`
 
44833
+        else
 
44834
+               METACITY_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libmetacity-private >= 2.23.1"`
 
44835
+        fi
 
44836
+       # Put the nasty error message in config.log where it belongs
 
44837
+       echo "$METACITY_PKG_ERRORS" >&5
 
44838
 
 
44839
-rm -f conftest.err conftest.$ac_ext
 
44840
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
44841
-$as_echo "$ac_header_preproc" >&6; }
 
44842
+       { { echo "$as_me:$LINENO: error: Package requirements (libmetacity-private >= 2.23.1) were not met:
 
44843
+
 
44844
+$METACITY_PKG_ERRORS
 
44845
+
 
44846
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
44847
+installed software in a non-standard prefix.
 
44848
+
 
44849
+Alternatively, you may set the environment variables METACITY_CFLAGS
 
44850
+and METACITY_LIBS to avoid the need to call pkg-config.
 
44851
+See the pkg-config man page for more details.
 
44852
+" >&5
 
44853
+echo "$as_me: error: Package requirements (libmetacity-private >= 2.23.1) were not met:
 
44854
+
 
44855
+$METACITY_PKG_ERRORS
 
44856
+
 
44857
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
44858
+installed software in a non-standard prefix.
 
44859
+
 
44860
+Alternatively, you may set the environment variables METACITY_CFLAGS
 
44861
+and METACITY_LIBS to avoid the need to call pkg-config.
 
44862
+See the pkg-config man page for more details.
 
44863
+" >&2;}
 
44864
+   { (exit 1); exit 1; }; }
 
44865
+elif test $pkg_failed = untried; then
 
44866
+       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
44867
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
44868
+path to pkg-config.
 
44869
+
 
44870
+Alternatively, you may set the environment variables METACITY_CFLAGS
 
44871
+and METACITY_LIBS to avoid the need to call pkg-config.
 
44872
+See the pkg-config man page for more details.
 
44873
+
 
44874
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
44875
+See \`config.log' for more details." >&5
 
44876
+echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
44877
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
44878
+path to pkg-config.
 
44879
+
 
44880
+Alternatively, you may set the environment variables METACITY_CFLAGS
 
44881
+and METACITY_LIBS to avoid the need to call pkg-config.
 
44882
+See the pkg-config man page for more details.
 
44883
 
 
44884
-# So?  What about this header?
 
44885
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
44886
-  yes:no: )
 
44887
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
44888
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
44889
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
44890
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
44891
-    ac_header_preproc=yes
 
44892
-    ;;
 
44893
-  no:yes:* )
 
44894
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
44895
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
44896
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
44897
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
44898
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
44899
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
44900
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
44901
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
44902
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
44903
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
44904
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
44905
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
44906
-    ( cat <<\_ASBOX
 
44907
-## ----------------------------------------------------------------------------------- ##
 
44908
-## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center ##
 
44909
-## ----------------------------------------------------------------------------------- ##
 
44910
-_ASBOX
 
44911
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
 
44912
-    ;;
 
44913
-esac
 
44914
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
44915
-$as_echo_n "checking for $ac_header... " >&6; }
 
44916
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
44917
-  $as_echo_n "(cached) " >&6
 
44918
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
44919
+See \`config.log' for more details." >&2;}
 
44920
+   { (exit 1); exit 1; }; }
 
44921
 else
 
44922
-  eval "$as_ac_Header=\$ac_header_preproc"
 
44923
+       METACITY_CFLAGS=$pkg_cv_METACITY_CFLAGS
 
44924
+       METACITY_LIBS=$pkg_cv_METACITY_LIBS
 
44925
+        { echo "$as_me:$LINENO: result: yes" >&5
 
44926
+echo "${ECHO_T}yes" >&6; }
 
44927
+       :
 
44928
 fi
 
44929
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
44930
-                $as_echo "$as_val"'`
 
44931
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
44932
-$as_echo "$ac_res" >&6; }
 
44933
 
 
44934
-fi
 
44935
-if test `eval 'as_val=${'$as_ac_Header'}
 
44936
-                $as_echo "$as_val"'` = yes; then
 
44937
-  cat >>confdefs.h <<_ACEOF
 
44938
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
44939
-_ACEOF
 
44940
+pkg_failed=no
 
44941
+{ echo "$as_me:$LINENO: checking for TYPING" >&5
 
44942
+echo $ECHO_N "checking for TYPING... $ECHO_C" >&6; }
 
44943
 
 
44944
+if test -n "$PKG_CONFIG"; then
 
44945
+    if test -n "$TYPING_CFLAGS"; then
 
44946
+        pkg_cv_TYPING_CFLAGS="$TYPING_CFLAGS"
 
44947
+    else
 
44948
+        if test -n "$PKG_CONFIG" && \
 
44949
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 > 2.11 gconf-2.0 gtk+-2.0\"") >&5
 
44950
+  ($PKG_CONFIG --exists --print-errors "glib-2.0 > 2.11 gconf-2.0 gtk+-2.0") 2>&5
 
44951
+  ac_status=$?
 
44952
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
44953
+  (exit $ac_status); }; then
 
44954
+  pkg_cv_TYPING_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 > 2.11 gconf-2.0 gtk+-2.0" 2>/dev/null`
 
44955
+else
 
44956
+  pkg_failed=yes
 
44957
 fi
 
44958
-
 
44959
-done
 
44960
-
 
44961
-{ $as_echo "$as_me:$LINENO: checking for XF86MiscQueryExtension in -lXxf86misc" >&5
 
44962
-$as_echo_n "checking for XF86MiscQueryExtension in -lXxf86misc... " >&6; }
 
44963
-if test "${ac_cv_lib_Xxf86misc_XF86MiscQueryExtension+set}" = set; then
 
44964
-  $as_echo_n "(cached) " >&6
 
44965
+    fi
 
44966
 else
 
44967
-  ac_check_lib_save_LIBS=$LIBS
 
44968
-LIBS="-lXxf86misc  $LIBS"
 
44969
-cat >conftest.$ac_ext <<_ACEOF
 
44970
-/* confdefs.h.  */
 
44971
-_ACEOF
 
44972
-cat confdefs.h >>conftest.$ac_ext
 
44973
-cat >>conftest.$ac_ext <<_ACEOF
 
44974
-/* end confdefs.h.  */
 
44975
-
 
44976
-/* Override any GCC internal prototype to avoid an error.
 
44977
-   Use char because int might match the return type of a GCC
 
44978
-   builtin and then its argument prototype would still apply.  */
 
44979
-#ifdef __cplusplus
 
44980
-extern "C"
 
44981
-#endif
 
44982
-char XF86MiscQueryExtension ();
 
44983
-int
 
44984
-main ()
 
44985
-{
 
44986
-return XF86MiscQueryExtension ();
 
44987
-  ;
 
44988
-  return 0;
 
44989
-}
 
44990
-_ACEOF
 
44991
-rm -f conftest.$ac_objext conftest$ac_exeext
 
44992
-if { (ac_try="$ac_link"
 
44993
-case "(($ac_try" in
 
44994
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
44995
-  *) ac_try_echo=$ac_try;;
 
44996
-esac
 
44997
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
44998
-$as_echo "$ac_try_echo") >&5
 
44999
-  (eval "$ac_link") 2>conftest.er1
 
45000
+       pkg_failed=untried
 
45001
+fi
 
45002
+if test -n "$PKG_CONFIG"; then
 
45003
+    if test -n "$TYPING_LIBS"; then
 
45004
+        pkg_cv_TYPING_LIBS="$TYPING_LIBS"
 
45005
+    else
 
45006
+        if test -n "$PKG_CONFIG" && \
 
45007
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 > 2.11 gconf-2.0 gtk+-2.0\"") >&5
 
45008
+  ($PKG_CONFIG --exists --print-errors "glib-2.0 > 2.11 gconf-2.0 gtk+-2.0") 2>&5
 
45009
   ac_status=$?
 
45010
-  grep -v '^ *+' conftest.er1 >conftest.err
 
45011
-  rm -f conftest.er1
 
45012
-  cat conftest.err >&5
 
45013
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45014
-  (exit $ac_status); } && {
 
45015
-        test -z "$ac_c_werror_flag" ||
 
45016
-        test ! -s conftest.err
 
45017
-       } && test -s conftest$ac_exeext && {
 
45018
-        test "$cross_compiling" = yes ||
 
45019
-        $as_test_x conftest$ac_exeext
 
45020
-       }; then
 
45021
-  ac_cv_lib_Xxf86misc_XF86MiscQueryExtension=yes
 
45022
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45023
+  (exit $ac_status); }; then
 
45024
+  pkg_cv_TYPING_LIBS=`$PKG_CONFIG --libs "glib-2.0 > 2.11 gconf-2.0 gtk+-2.0" 2>/dev/null`
 
45025
 else
 
45026
-  $as_echo "$as_me: failed program was:" >&5
 
45027
-sed 's/^/| /' conftest.$ac_ext >&5
 
45028
-
 
45029
-       ac_cv_lib_Xxf86misc_XF86MiscQueryExtension=no
 
45030
+  pkg_failed=yes
 
45031
 fi
 
45032
-
 
45033
-rm -rf conftest.dSYM
 
45034
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
45035
-      conftest$ac_exeext conftest.$ac_ext
 
45036
-LIBS=$ac_check_lib_save_LIBS
 
45037
+    fi
 
45038
+else
 
45039
+       pkg_failed=untried
 
45040
 fi
 
45041
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xxf86misc_XF86MiscQueryExtension" >&5
 
45042
-$as_echo "$ac_cv_lib_Xxf86misc_XF86MiscQueryExtension" >&6; }
 
45043
-if test $ac_cv_lib_Xxf86misc_XF86MiscQueryExtension = yes; then
 
45044
 
 
45045
 
 
45046
-for ac_header in X11/extensions/xf86misc.h
 
45047
-do
 
45048
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
45049
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
45050
-$as_echo_n "checking for $ac_header... " >&6; }
 
45051
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
45052
-  $as_echo_n "(cached) " >&6
 
45053
-else
 
45054
-  cat >conftest.$ac_ext <<_ACEOF
 
45055
-/* confdefs.h.  */
 
45056
-_ACEOF
 
45057
-cat confdefs.h >>conftest.$ac_ext
 
45058
-cat >>conftest.$ac_ext <<_ACEOF
 
45059
-/* end confdefs.h.  */
 
45060
-#if HAVE_X11_XLIB_H
 
45061
-#include <X11/Xlib.h>
 
45062
-#endif
 
45063
 
 
45064
+if test $pkg_failed = yes; then
 
45065
 
 
45066
-#include <$ac_header>
 
45067
-_ACEOF
 
45068
-rm -f conftest.$ac_objext
 
45069
-if { (ac_try="$ac_compile"
 
45070
-case "(($ac_try" in
 
45071
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
45072
-  *) ac_try_echo=$ac_try;;
 
45073
-esac
 
45074
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
45075
-$as_echo "$ac_try_echo") >&5
 
45076
-  (eval "$ac_compile") 2>conftest.er1
 
45077
-  ac_status=$?
 
45078
-  grep -v '^ *+' conftest.er1 >conftest.err
 
45079
-  rm -f conftest.er1
 
45080
-  cat conftest.err >&5
 
45081
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45082
-  (exit $ac_status); } && {
 
45083
-        test -z "$ac_c_werror_flag" ||
 
45084
-        test ! -s conftest.err
 
45085
-       } && test -s conftest.$ac_objext; then
 
45086
-  eval "$as_ac_Header=yes"
 
45087
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
45088
+        _pkg_short_errors_supported=yes
 
45089
 else
 
45090
-  $as_echo "$as_me: failed program was:" >&5
 
45091
-sed 's/^/| /' conftest.$ac_ext >&5
 
45092
-
 
45093
-       eval "$as_ac_Header=no"
 
45094
+        _pkg_short_errors_supported=no
 
45095
 fi
 
45096
+        if test $_pkg_short_errors_supported = yes; then
 
45097
+               TYPING_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-2.0 > 2.11 gconf-2.0 gtk+-2.0"`
 
45098
+        else
 
45099
+               TYPING_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0 > 2.11 gconf-2.0 gtk+-2.0"`
 
45100
+        fi
 
45101
+       # Put the nasty error message in config.log where it belongs
 
45102
+       echo "$TYPING_PKG_ERRORS" >&5
 
45103
 
 
45104
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
45105
-fi
 
45106
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
45107
-                $as_echo "$as_val"'`
 
45108
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
45109
-$as_echo "$ac_res" >&6; }
 
45110
-if test `eval 'as_val=${'$as_ac_Header'}
 
45111
-                $as_echo "$as_val"'` = yes; then
 
45112
-  cat >>confdefs.h <<_ACEOF
 
45113
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
45114
-_ACEOF
 
45115
- XF86MISC_LIBS="-lXxf86misc"
 
45116
-fi
 
45117
+       { { echo "$as_me:$LINENO: error: Package requirements (glib-2.0 > 2.11 gconf-2.0 gtk+-2.0) were not met:
 
45118
 
 
45119
-done
 
45120
+$TYPING_PKG_ERRORS
 
45121
 
 
45122
-fi
 
45123
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
45124
+installed software in a non-standard prefix.
 
45125
 
 
45126
+Alternatively, you may set the environment variables TYPING_CFLAGS
 
45127
+and TYPING_LIBS to avoid the need to call pkg-config.
 
45128
+See the pkg-config man page for more details.
 
45129
+" >&5
 
45130
+echo "$as_me: error: Package requirements (glib-2.0 > 2.11 gconf-2.0 gtk+-2.0) were not met:
 
45131
 
 
45132
+$TYPING_PKG_ERRORS
 
45133
 
 
45134
-for ac_header in X11/extensions/XKB.h
 
45135
-do
 
45136
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
45137
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
45138
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
45139
-$as_echo_n "checking for $ac_header... " >&6; }
 
45140
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
45141
-  $as_echo_n "(cached) " >&6
 
45142
-fi
 
45143
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
45144
-                $as_echo "$as_val"'`
 
45145
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
45146
-$as_echo "$ac_res" >&6; }
 
45147
-else
 
45148
-  # Is the header compilable?
 
45149
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
45150
-$as_echo_n "checking $ac_header usability... " >&6; }
 
45151
-cat >conftest.$ac_ext <<_ACEOF
 
45152
-/* confdefs.h.  */
 
45153
-_ACEOF
 
45154
-cat confdefs.h >>conftest.$ac_ext
 
45155
-cat >>conftest.$ac_ext <<_ACEOF
 
45156
-/* end confdefs.h.  */
 
45157
-$ac_includes_default
 
45158
-#include <$ac_header>
 
45159
-_ACEOF
 
45160
-rm -f conftest.$ac_objext
 
45161
-if { (ac_try="$ac_compile"
 
45162
-case "(($ac_try" in
 
45163
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
45164
-  *) ac_try_echo=$ac_try;;
 
45165
-esac
 
45166
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
45167
-$as_echo "$ac_try_echo") >&5
 
45168
-  (eval "$ac_compile") 2>conftest.er1
 
45169
-  ac_status=$?
 
45170
-  grep -v '^ *+' conftest.er1 >conftest.err
 
45171
-  rm -f conftest.er1
 
45172
-  cat conftest.err >&5
 
45173
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45174
-  (exit $ac_status); } && {
 
45175
-        test -z "$ac_c_werror_flag" ||
 
45176
-        test ! -s conftest.err
 
45177
-       } && test -s conftest.$ac_objext; then
 
45178
-  ac_header_compiler=yes
 
45179
-else
 
45180
-  $as_echo "$as_me: failed program was:" >&5
 
45181
-sed 's/^/| /' conftest.$ac_ext >&5
 
45182
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
45183
+installed software in a non-standard prefix.
 
45184
 
 
45185
-       ac_header_compiler=no
 
45186
+Alternatively, you may set the environment variables TYPING_CFLAGS
 
45187
+and TYPING_LIBS to avoid the need to call pkg-config.
 
45188
+See the pkg-config man page for more details.
 
45189
+" >&2;}
 
45190
+   { (exit 1); exit 1; }; }
 
45191
+elif test $pkg_failed = untried; then
 
45192
+       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
45193
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
45194
+path to pkg-config.
 
45195
+
 
45196
+Alternatively, you may set the environment variables TYPING_CFLAGS
 
45197
+and TYPING_LIBS to avoid the need to call pkg-config.
 
45198
+See the pkg-config man page for more details.
 
45199
+
 
45200
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
45201
+See \`config.log' for more details." >&5
 
45202
+echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
45203
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
45204
+path to pkg-config.
 
45205
+
 
45206
+Alternatively, you may set the environment variables TYPING_CFLAGS
 
45207
+and TYPING_LIBS to avoid the need to call pkg-config.
 
45208
+See the pkg-config man page for more details.
 
45209
+
 
45210
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
45211
+See \`config.log' for more details." >&2;}
 
45212
+   { (exit 1); exit 1; }; }
 
45213
+else
 
45214
+       TYPING_CFLAGS=$pkg_cv_TYPING_CFLAGS
 
45215
+       TYPING_LIBS=$pkg_cv_TYPING_LIBS
 
45216
+        { echo "$as_me:$LINENO: result: yes" >&5
 
45217
+echo "${ECHO_T}yes" >&6; }
 
45218
+       :
 
45219
 fi
 
45220
 
 
45221
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
45222
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
45223
-$as_echo "$ac_header_compiler" >&6; }
 
45224
+pkg_failed=no
 
45225
+{ echo "$as_me:$LINENO: checking for GSD_DBUS" >&5
 
45226
+echo $ECHO_N "checking for GSD_DBUS... $ECHO_C" >&6; }
 
45227
 
 
45228
-# Is the header present?
 
45229
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
45230
-$as_echo_n "checking $ac_header presence... " >&6; }
 
45231
-cat >conftest.$ac_ext <<_ACEOF
 
45232
-/* confdefs.h.  */
 
45233
-_ACEOF
 
45234
-cat confdefs.h >>conftest.$ac_ext
 
45235
-cat >>conftest.$ac_ext <<_ACEOF
 
45236
-/* end confdefs.h.  */
 
45237
-#include <$ac_header>
 
45238
-_ACEOF
 
45239
-if { (ac_try="$ac_cpp conftest.$ac_ext"
 
45240
-case "(($ac_try" in
 
45241
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
45242
-  *) ac_try_echo=$ac_try;;
 
45243
-esac
 
45244
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
45245
-$as_echo "$ac_try_echo") >&5
 
45246
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
45247
+if test -n "$PKG_CONFIG"; then
 
45248
+    if test -n "$GSD_DBUS_CFLAGS"; then
 
45249
+        pkg_cv_GSD_DBUS_CFLAGS="$GSD_DBUS_CFLAGS"
 
45250
+    else
 
45251
+        if test -n "$PKG_CONFIG" && \
 
45252
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-settings-daemon\"") >&5
 
45253
+  ($PKG_CONFIG --exists --print-errors "gnome-settings-daemon") 2>&5
 
45254
   ac_status=$?
 
45255
-  grep -v '^ *+' conftest.er1 >conftest.err
 
45256
-  rm -f conftest.er1
 
45257
-  cat conftest.err >&5
 
45258
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45259
-  (exit $ac_status); } >/dev/null && {
 
45260
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
45261
-        test ! -s conftest.err
 
45262
-       }; then
 
45263
-  ac_header_preproc=yes
 
45264
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45265
+  (exit $ac_status); }; then
 
45266
+  pkg_cv_GSD_DBUS_CFLAGS=`$PKG_CONFIG --cflags "gnome-settings-daemon" 2>/dev/null`
 
45267
+else
 
45268
+  pkg_failed=yes
 
45269
+fi
 
45270
+    fi
 
45271
+else
 
45272
+       pkg_failed=untried
 
45273
+fi
 
45274
+if test -n "$PKG_CONFIG"; then
 
45275
+    if test -n "$GSD_DBUS_LIBS"; then
 
45276
+        pkg_cv_GSD_DBUS_LIBS="$GSD_DBUS_LIBS"
 
45277
+    else
 
45278
+        if test -n "$PKG_CONFIG" && \
 
45279
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-settings-daemon\"") >&5
 
45280
+  ($PKG_CONFIG --exists --print-errors "gnome-settings-daemon") 2>&5
 
45281
+  ac_status=$?
 
45282
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45283
+  (exit $ac_status); }; then
 
45284
+  pkg_cv_GSD_DBUS_LIBS=`$PKG_CONFIG --libs "gnome-settings-daemon" 2>/dev/null`
 
45285
 else
 
45286
-  $as_echo "$as_me: failed program was:" >&5
 
45287
-sed 's/^/| /' conftest.$ac_ext >&5
 
45288
-
 
45289
-  ac_header_preproc=no
 
45290
+  pkg_failed=yes
 
45291
+fi
 
45292
+    fi
 
45293
+else
 
45294
+       pkg_failed=untried
 
45295
 fi
 
45296
 
 
45297
-rm -f conftest.err conftest.$ac_ext
 
45298
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
45299
-$as_echo "$ac_header_preproc" >&6; }
 
45300
 
 
45301
-# So?  What about this header?
 
45302
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
45303
-  yes:no: )
 
45304
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
45305
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
45306
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
45307
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
45308
-    ac_header_preproc=yes
 
45309
-    ;;
 
45310
-  no:yes:* )
 
45311
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
45312
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
45313
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
45314
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
45315
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
45316
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
45317
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
45318
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
45319
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
45320
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
45321
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
45322
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
45323
-    ( cat <<\_ASBOX
 
45324
-## ----------------------------------------------------------------------------------- ##
 
45325
-## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center ##
 
45326
-## ----------------------------------------------------------------------------------- ##
 
45327
-_ASBOX
 
45328
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
 
45329
-    ;;
 
45330
-esac
 
45331
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
45332
-$as_echo_n "checking for $ac_header... " >&6; }
 
45333
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
45334
-  $as_echo_n "(cached) " >&6
 
45335
+
 
45336
+if test $pkg_failed = yes; then
 
45337
+
 
45338
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
45339
+        _pkg_short_errors_supported=yes
 
45340
 else
 
45341
-  eval "$as_ac_Header=\$ac_header_preproc"
 
45342
+        _pkg_short_errors_supported=no
 
45343
 fi
 
45344
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
45345
-                $as_echo "$as_val"'`
 
45346
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
45347
-$as_echo "$ac_res" >&6; }
 
45348
+        if test $_pkg_short_errors_supported = yes; then
 
45349
+               GSD_DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gnome-settings-daemon"`
 
45350
+        else
 
45351
+               GSD_DBUS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gnome-settings-daemon"`
 
45352
+        fi
 
45353
+       # Put the nasty error message in config.log where it belongs
 
45354
+       echo "$GSD_DBUS_PKG_ERRORS" >&5
 
45355
 
 
45356
-fi
 
45357
-if test `eval 'as_val=${'$as_ac_Header'}
 
45358
-                $as_echo "$as_val"'` = yes; then
 
45359
-  cat >>confdefs.h <<_ACEOF
 
45360
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
45361
-_ACEOF
 
45362
+       { { echo "$as_me:$LINENO: error: Package requirements (gnome-settings-daemon) were not met:
 
45363
 
 
45364
-fi
 
45365
+$GSD_DBUS_PKG_ERRORS
 
45366
 
 
45367
-done
 
45368
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
45369
+installed software in a non-standard prefix.
 
45370
 
 
45371
-CPPFLAGS=$savecppflags
 
45372
+Alternatively, you may set the environment variables GSD_DBUS_CFLAGS
 
45373
+and GSD_DBUS_LIBS to avoid the need to call pkg-config.
 
45374
+See the pkg-config man page for more details.
 
45375
+" >&5
 
45376
+echo "$as_me: error: Package requirements (gnome-settings-daemon) were not met:
 
45377
 
 
45378
+$GSD_DBUS_PKG_ERRORS
 
45379
 
 
45380
-ENABLE_DYNAMIC_LIBSLAB=0
 
45381
- if test "x$ENABLE_DYNAMIC_LIBSLAB" = "x1"; then
 
45382
-  ENABLE_DYNAMIC_LIBSLAB_TRUE=
 
45383
-  ENABLE_DYNAMIC_LIBSLAB_FALSE='#'
 
45384
-else
 
45385
-  ENABLE_DYNAMIC_LIBSLAB_TRUE='#'
 
45386
-  ENABLE_DYNAMIC_LIBSLAB_FALSE=
 
45387
-fi
 
45388
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
45389
+installed software in a non-standard prefix.
 
45390
+
 
45391
+Alternatively, you may set the environment variables GSD_DBUS_CFLAGS
 
45392
+and GSD_DBUS_LIBS to avoid the need to call pkg-config.
 
45393
+See the pkg-config man page for more details.
 
45394
+" >&2;}
 
45395
+   { (exit 1); exit 1; }; }
 
45396
+elif test $pkg_failed = untried; then
 
45397
+       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
45398
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
45399
+path to pkg-config.
 
45400
 
 
45401
+Alternatively, you may set the environment variables GSD_DBUS_CFLAGS
 
45402
+and GSD_DBUS_LIBS to avoid the need to call pkg-config.
 
45403
+See the pkg-config man page for more details.
 
45404
 
 
45405
-COMMON_MODULES="gtk+-2.0 >= 2.13.1  glib-2.0 >= 2.17.4  gio-2.0  gconf-2.0  libglade-2.0 >= 2.0.0  gnome-desktop-2.0 >= 2.25.1"
 
45406
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
45407
+See \`config.log' for more details." >&5
 
45408
+echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
45409
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
45410
+path to pkg-config.
 
45411
+
 
45412
+Alternatively, you may set the environment variables GSD_DBUS_CFLAGS
 
45413
+and GSD_DBUS_LIBS to avoid the need to call pkg-config.
 
45414
+See the pkg-config man page for more details.
 
45415
+
 
45416
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
45417
+See \`config.log' for more details." >&2;}
 
45418
+   { (exit 1); exit 1; }; }
 
45419
+else
 
45420
+       GSD_DBUS_CFLAGS=$pkg_cv_GSD_DBUS_CFLAGS
 
45421
+       GSD_DBUS_LIBS=$pkg_cv_GSD_DBUS_LIBS
 
45422
+        { echo "$as_me:$LINENO: result: yes" >&5
 
45423
+echo "${ECHO_T}yes" >&6; }
 
45424
+       :
 
45425
+fi
 
45426
 
 
45427
 pkg_failed=no
 
45428
-{ $as_echo "$as_me:$LINENO: checking for LIBSLAB" >&5
 
45429
-$as_echo_n "checking for LIBSLAB... " >&6; }
 
45430
+{ echo "$as_me:$LINENO: checking for GIO" >&5
 
45431
+echo $ECHO_N "checking for GIO... $ECHO_C" >&6; }
 
45432
 
 
45433
-if test -n "$LIBSLAB_CFLAGS"; then
 
45434
-    pkg_cv_LIBSLAB_CFLAGS="$LIBSLAB_CFLAGS"
 
45435
- elif test -n "$PKG_CONFIG"; then
 
45436
-    if test -n "$PKG_CONFIG" && \
 
45437
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0\"") >&5
 
45438
-  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0") 2>&5
 
45439
+if test -n "$PKG_CONFIG"; then
 
45440
+    if test -n "$GIO_CFLAGS"; then
 
45441
+        pkg_cv_GIO_CFLAGS="$GIO_CFLAGS"
 
45442
+    else
 
45443
+        if test -n "$PKG_CONFIG" && \
 
45444
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gio-2.0\"") >&5
 
45445
+  ($PKG_CONFIG --exists --print-errors "gio-2.0") 2>&5
 
45446
   ac_status=$?
 
45447
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45448
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45449
   (exit $ac_status); }; then
 
45450
-  pkg_cv_LIBSLAB_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0" 2>/dev/null`
 
45451
+  pkg_cv_GIO_CFLAGS=`$PKG_CONFIG --cflags "gio-2.0" 2>/dev/null`
 
45452
 else
 
45453
   pkg_failed=yes
 
45454
 fi
 
45455
- else
 
45456
-    pkg_failed=untried
 
45457
+    fi
 
45458
+else
 
45459
+       pkg_failed=untried
 
45460
 fi
 
45461
-if test -n "$LIBSLAB_LIBS"; then
 
45462
-    pkg_cv_LIBSLAB_LIBS="$LIBSLAB_LIBS"
 
45463
- elif test -n "$PKG_CONFIG"; then
 
45464
-    if test -n "$PKG_CONFIG" && \
 
45465
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0\"") >&5
 
45466
-  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0") 2>&5
 
45467
+if test -n "$PKG_CONFIG"; then
 
45468
+    if test -n "$GIO_LIBS"; then
 
45469
+        pkg_cv_GIO_LIBS="$GIO_LIBS"
 
45470
+    else
 
45471
+        if test -n "$PKG_CONFIG" && \
 
45472
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gio-2.0\"") >&5
 
45473
+  ($PKG_CONFIG --exists --print-errors "gio-2.0") 2>&5
 
45474
   ac_status=$?
 
45475
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45476
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45477
   (exit $ac_status); }; then
 
45478
-  pkg_cv_LIBSLAB_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0" 2>/dev/null`
 
45479
+  pkg_cv_GIO_LIBS=`$PKG_CONFIG --libs "gio-2.0" 2>/dev/null`
 
45480
 else
 
45481
   pkg_failed=yes
 
45482
 fi
 
45483
- else
 
45484
-    pkg_failed=untried
 
45485
+    fi
 
45486
+else
 
45487
+       pkg_failed=untried
 
45488
 fi
 
45489
 
 
45490
 
 
45491
@@ -26149,101 +17961,121 @@
 
45492
         _pkg_short_errors_supported=no
 
45493
 fi
 
45494
         if test $_pkg_short_errors_supported = yes; then
 
45495
-               LIBSLAB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0" 2>&1`
 
45496
+               GIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gio-2.0"`
 
45497
         else
 
45498
-               LIBSLAB_PKG_ERRORS=`$PKG_CONFIG --print-errors "$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0" 2>&1`
 
45499
+               GIO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gio-2.0"`
 
45500
         fi
 
45501
        # Put the nasty error message in config.log where it belongs
 
45502
-       echo "$LIBSLAB_PKG_ERRORS" >&5
 
45503
+       echo "$GIO_PKG_ERRORS" >&5
 
45504
 
 
45505
-       { { $as_echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0) were not met:
 
45506
+       { { echo "$as_me:$LINENO: error: Package requirements (gio-2.0) were not met:
 
45507
 
 
45508
-$LIBSLAB_PKG_ERRORS
 
45509
+$GIO_PKG_ERRORS
 
45510
 
 
45511
 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
45512
 installed software in a non-standard prefix.
 
45513
 
 
45514
-Alternatively, you may set the environment variables LIBSLAB_CFLAGS
 
45515
-and LIBSLAB_LIBS to avoid the need to call pkg-config.
 
45516
+Alternatively, you may set the environment variables GIO_CFLAGS
 
45517
+and GIO_LIBS to avoid the need to call pkg-config.
 
45518
 See the pkg-config man page for more details.
 
45519
 " >&5
 
45520
-$as_echo "$as_me: error: Package requirements ($COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0) were not met:
 
45521
+echo "$as_me: error: Package requirements (gio-2.0) were not met:
 
45522
 
 
45523
-$LIBSLAB_PKG_ERRORS
 
45524
+$GIO_PKG_ERRORS
 
45525
 
 
45526
 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
45527
 installed software in a non-standard prefix.
 
45528
 
 
45529
-Alternatively, you may set the environment variables LIBSLAB_CFLAGS
 
45530
-and LIBSLAB_LIBS to avoid the need to call pkg-config.
 
45531
+Alternatively, you may set the environment variables GIO_CFLAGS
 
45532
+and GIO_LIBS to avoid the need to call pkg-config.
 
45533
 See the pkg-config man page for more details.
 
45534
 " >&2;}
 
45535
    { (exit 1); exit 1; }; }
 
45536
 elif test $pkg_failed = untried; then
 
45537
-       { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
45538
+       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
45539
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
45540
 path to pkg-config.
 
45541
 
 
45542
-Alternatively, you may set the environment variables LIBSLAB_CFLAGS
 
45543
-and LIBSLAB_LIBS to avoid the need to call pkg-config.
 
45544
+Alternatively, you may set the environment variables GIO_CFLAGS
 
45545
+and GIO_LIBS to avoid the need to call pkg-config.
 
45546
 See the pkg-config man page for more details.
 
45547
 
 
45548
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
45549
 See \`config.log' for more details." >&5
 
45550
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
45551
+echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
45552
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
45553
 path to pkg-config.
 
45554
 
 
45555
-Alternatively, you may set the environment variables LIBSLAB_CFLAGS
 
45556
-and LIBSLAB_LIBS to avoid the need to call pkg-config.
 
45557
+Alternatively, you may set the environment variables GIO_CFLAGS
 
45558
+and GIO_LIBS to avoid the need to call pkg-config.
 
45559
 See the pkg-config man page for more details.
 
45560
 
 
45561
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
45562
 See \`config.log' for more details." >&2;}
 
45563
    { (exit 1); exit 1; }; }
 
45564
 else
 
45565
-       LIBSLAB_CFLAGS=$pkg_cv_LIBSLAB_CFLAGS
 
45566
-       LIBSLAB_LIBS=$pkg_cv_LIBSLAB_LIBS
 
45567
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
45568
-$as_echo "yes" >&6; }
 
45569
+       GIO_CFLAGS=$pkg_cv_GIO_CFLAGS
 
45570
+       GIO_LIBS=$pkg_cv_GIO_LIBS
 
45571
+        { echo "$as_me:$LINENO: result: yes" >&5
 
45572
+echo "${ECHO_T}yes" >&6; }
 
45573
        :
 
45574
 fi
 
45575
 
 
45576
+gtk_lib_dir=`$PKG_CONFIG --variable libdir gtk+-2.0`
 
45577
+gtk_binary_version=`$PKG_CONFIG --variable gtk_binary_version gtk+-2.0`
 
45578
+GTK_ENGINE_DIR="$gtk_lib_dir/gtk-2.0/$gtk_binary_version/engines"
 
45579
+
 
45580
+
 
45581
+xft_modules=
 
45582
+if $PKG_CONFIG --exists xft ; then
 
45583
+  xft_modules="xft"
 
45584
+
 
45585
+cat >>confdefs.h <<\_ACEOF
 
45586
+#define HAVE_XFT2
 
45587
+_ACEOF
 
45588
+
 
45589
+fi
 
45590
+
 
45591
+
 
45592
 pkg_failed=no
 
45593
-{ $as_echo "$as_me:$LINENO: checking for CAPPLET" >&5
 
45594
-$as_echo_n "checking for CAPPLET... " >&6; }
 
45595
+{ echo "$as_me:$LINENO: checking for FONT_CAPPLET" >&5
 
45596
+echo $ECHO_N "checking for FONT_CAPPLET... $ECHO_C" >&6; }
 
45597
 
 
45598
-if test -n "$CAPPLET_CFLAGS"; then
 
45599
-    pkg_cv_CAPPLET_CFLAGS="$CAPPLET_CFLAGS"
 
45600
- elif test -n "$PKG_CONFIG"; then
 
45601
-    if test -n "$PKG_CONFIG" && \
 
45602
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES\"") >&5
 
45603
-  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES") 2>&5
 
45604
+if test -n "$PKG_CONFIG"; then
 
45605
+    if test -n "$FONT_CAPPLET_CFLAGS"; then
 
45606
+        pkg_cv_FONT_CAPPLET_CFLAGS="$FONT_CAPPLET_CFLAGS"
 
45607
+    else
 
45608
+        if test -n "$PKG_CONFIG" && \
 
45609
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES \$xft_modules\"") >&5
 
45610
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES $xft_modules") 2>&5
 
45611
   ac_status=$?
 
45612
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45613
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45614
   (exit $ac_status); }; then
 
45615
-  pkg_cv_CAPPLET_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES" 2>/dev/null`
 
45616
+  pkg_cv_FONT_CAPPLET_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES $xft_modules" 2>/dev/null`
 
45617
 else
 
45618
   pkg_failed=yes
 
45619
 fi
 
45620
- else
 
45621
-    pkg_failed=untried
 
45622
+    fi
 
45623
+else
 
45624
+       pkg_failed=untried
 
45625
 fi
 
45626
-if test -n "$CAPPLET_LIBS"; then
 
45627
-    pkg_cv_CAPPLET_LIBS="$CAPPLET_LIBS"
 
45628
- elif test -n "$PKG_CONFIG"; then
 
45629
-    if test -n "$PKG_CONFIG" && \
 
45630
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES\"") >&5
 
45631
-  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES") 2>&5
 
45632
+if test -n "$PKG_CONFIG"; then
 
45633
+    if test -n "$FONT_CAPPLET_LIBS"; then
 
45634
+        pkg_cv_FONT_CAPPLET_LIBS="$FONT_CAPPLET_LIBS"
 
45635
+    else
 
45636
+        if test -n "$PKG_CONFIG" && \
 
45637
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES \$xft_modules\"") >&5
 
45638
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES $xft_modules") 2>&5
 
45639
   ac_status=$?
 
45640
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45641
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45642
   (exit $ac_status); }; then
 
45643
-  pkg_cv_CAPPLET_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES" 2>/dev/null`
 
45644
+  pkg_cv_FONT_CAPPLET_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES $xft_modules" 2>/dev/null`
 
45645
 else
 
45646
   pkg_failed=yes
 
45647
 fi
 
45648
- else
 
45649
-    pkg_failed=untried
 
45650
+    fi
 
45651
+else
 
45652
+       pkg_failed=untried
 
45653
 fi
 
45654
 
 
45655
 
 
45656
@@ -26256,101 +18088,105 @@
 
45657
         _pkg_short_errors_supported=no
 
45658
 fi
 
45659
         if test $_pkg_short_errors_supported = yes; then
 
45660
-               CAPPLET_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$COMMON_MODULES" 2>&1`
 
45661
+               FONT_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$COMMON_MODULES $xft_modules"`
 
45662
         else
 
45663
-               CAPPLET_PKG_ERRORS=`$PKG_CONFIG --print-errors "$COMMON_MODULES" 2>&1`
 
45664
+               FONT_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$COMMON_MODULES $xft_modules"`
 
45665
         fi
 
45666
        # Put the nasty error message in config.log where it belongs
 
45667
-       echo "$CAPPLET_PKG_ERRORS" >&5
 
45668
+       echo "$FONT_CAPPLET_PKG_ERRORS" >&5
 
45669
 
 
45670
-       { { $as_echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES) were not met:
 
45671
+       { { echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES $xft_modules) were not met:
 
45672
 
 
45673
-$CAPPLET_PKG_ERRORS
 
45674
+$FONT_CAPPLET_PKG_ERRORS
 
45675
 
 
45676
 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
45677
 installed software in a non-standard prefix.
 
45678
 
 
45679
-Alternatively, you may set the environment variables CAPPLET_CFLAGS
 
45680
-and CAPPLET_LIBS to avoid the need to call pkg-config.
 
45681
+Alternatively, you may set the environment variables FONT_CAPPLET_CFLAGS
 
45682
+and FONT_CAPPLET_LIBS to avoid the need to call pkg-config.
 
45683
 See the pkg-config man page for more details.
 
45684
 " >&5
 
45685
-$as_echo "$as_me: error: Package requirements ($COMMON_MODULES) were not met:
 
45686
+echo "$as_me: error: Package requirements ($COMMON_MODULES $xft_modules) were not met:
 
45687
 
 
45688
-$CAPPLET_PKG_ERRORS
 
45689
+$FONT_CAPPLET_PKG_ERRORS
 
45690
 
 
45691
 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
45692
 installed software in a non-standard prefix.
 
45693
 
 
45694
-Alternatively, you may set the environment variables CAPPLET_CFLAGS
 
45695
-and CAPPLET_LIBS to avoid the need to call pkg-config.
 
45696
+Alternatively, you may set the environment variables FONT_CAPPLET_CFLAGS
 
45697
+and FONT_CAPPLET_LIBS to avoid the need to call pkg-config.
 
45698
 See the pkg-config man page for more details.
 
45699
 " >&2;}
 
45700
    { (exit 1); exit 1; }; }
 
45701
 elif test $pkg_failed = untried; then
 
45702
-       { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
45703
+       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
45704
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
45705
 path to pkg-config.
 
45706
 
 
45707
-Alternatively, you may set the environment variables CAPPLET_CFLAGS
 
45708
-and CAPPLET_LIBS to avoid the need to call pkg-config.
 
45709
+Alternatively, you may set the environment variables FONT_CAPPLET_CFLAGS
 
45710
+and FONT_CAPPLET_LIBS to avoid the need to call pkg-config.
 
45711
 See the pkg-config man page for more details.
 
45712
 
 
45713
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
45714
 See \`config.log' for more details." >&5
 
45715
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
45716
+echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
45717
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
45718
 path to pkg-config.
 
45719
 
 
45720
-Alternatively, you may set the environment variables CAPPLET_CFLAGS
 
45721
-and CAPPLET_LIBS to avoid the need to call pkg-config.
 
45722
+Alternatively, you may set the environment variables FONT_CAPPLET_CFLAGS
 
45723
+and FONT_CAPPLET_LIBS to avoid the need to call pkg-config.
 
45724
 See the pkg-config man page for more details.
 
45725
 
 
45726
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
45727
 See \`config.log' for more details." >&2;}
 
45728
    { (exit 1); exit 1; }; }
 
45729
 else
 
45730
-       CAPPLET_CFLAGS=$pkg_cv_CAPPLET_CFLAGS
 
45731
-       CAPPLET_LIBS=$pkg_cv_CAPPLET_LIBS
 
45732
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
45733
-$as_echo "yes" >&6; }
 
45734
+       FONT_CAPPLET_CFLAGS=$pkg_cv_FONT_CAPPLET_CFLAGS
 
45735
+       FONT_CAPPLET_LIBS=$pkg_cv_FONT_CAPPLET_LIBS
 
45736
+        { echo "$as_me:$LINENO: result: yes" >&5
 
45737
+echo "${ECHO_T}yes" >&6; }
 
45738
        :
 
45739
 fi
 
45740
 
 
45741
 pkg_failed=no
 
45742
-{ $as_echo "$as_me:$LINENO: checking for GNOMECC" >&5
 
45743
-$as_echo_n "checking for GNOMECC... " >&6; }
 
45744
+{ echo "$as_me:$LINENO: checking for FONT_VIEWER" >&5
 
45745
+echo $ECHO_N "checking for FONT_VIEWER... $ECHO_C" >&6; }
 
45746
 
 
45747
-if test -n "$GNOMECC_CFLAGS"; then
 
45748
-    pkg_cv_GNOMECC_CFLAGS="$GNOMECC_CFLAGS"
 
45749
- elif test -n "$PKG_CONFIG"; then
 
45750
-    if test -n "$PKG_CONFIG" && \
 
45751
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES libgnome-menu >= 2.10.1\"") >&5
 
45752
-  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES libgnome-menu >= 2.10.1") 2>&5
 
45753
+if test -n "$PKG_CONFIG"; then
 
45754
+    if test -n "$FONT_VIEWER_CFLAGS"; then
 
45755
+        pkg_cv_FONT_VIEWER_CFLAGS="$FONT_VIEWER_CFLAGS"
 
45756
+    else
 
45757
+        if test -n "$PKG_CONFIG" && \
 
45758
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES \$xft_modules libgnomeui-2.0\"") >&5
 
45759
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES $xft_modules libgnomeui-2.0") 2>&5
 
45760
   ac_status=$?
 
45761
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45762
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45763
   (exit $ac_status); }; then
 
45764
-  pkg_cv_GNOMECC_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES libgnome-menu >= 2.10.1" 2>/dev/null`
 
45765
+  pkg_cv_FONT_VIEWER_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES $xft_modules libgnomeui-2.0" 2>/dev/null`
 
45766
 else
 
45767
   pkg_failed=yes
 
45768
 fi
 
45769
- else
 
45770
-    pkg_failed=untried
 
45771
+    fi
 
45772
+else
 
45773
+       pkg_failed=untried
 
45774
 fi
 
45775
-if test -n "$GNOMECC_LIBS"; then
 
45776
-    pkg_cv_GNOMECC_LIBS="$GNOMECC_LIBS"
 
45777
- elif test -n "$PKG_CONFIG"; then
 
45778
-    if test -n "$PKG_CONFIG" && \
 
45779
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES libgnome-menu >= 2.10.1\"") >&5
 
45780
-  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES libgnome-menu >= 2.10.1") 2>&5
 
45781
+if test -n "$PKG_CONFIG"; then
 
45782
+    if test -n "$FONT_VIEWER_LIBS"; then
 
45783
+        pkg_cv_FONT_VIEWER_LIBS="$FONT_VIEWER_LIBS"
 
45784
+    else
 
45785
+        if test -n "$PKG_CONFIG" && \
 
45786
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES \$xft_modules libgnomeui-2.0\"") >&5
 
45787
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES $xft_modules libgnomeui-2.0") 2>&5
 
45788
   ac_status=$?
 
45789
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45790
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45791
   (exit $ac_status); }; then
 
45792
-  pkg_cv_GNOMECC_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES libgnome-menu >= 2.10.1" 2>/dev/null`
 
45793
+  pkg_cv_FONT_VIEWER_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES $xft_modules libgnomeui-2.0" 2>/dev/null`
 
45794
 else
 
45795
   pkg_failed=yes
 
45796
 fi
 
45797
- else
 
45798
-    pkg_failed=untried
 
45799
+    fi
 
45800
+else
 
45801
+       pkg_failed=untried
 
45802
 fi
 
45803
 
 
45804
 
 
45805
@@ -26363,101 +18199,106 @@
 
45806
         _pkg_short_errors_supported=no
 
45807
 fi
 
45808
         if test $_pkg_short_errors_supported = yes; then
 
45809
-               GNOMECC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$COMMON_MODULES libgnome-menu >= 2.10.1" 2>&1`
 
45810
+               FONT_VIEWER_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$COMMON_MODULES $xft_modules libgnomeui-2.0"`
 
45811
         else
 
45812
-               GNOMECC_PKG_ERRORS=`$PKG_CONFIG --print-errors "$COMMON_MODULES libgnome-menu >= 2.10.1" 2>&1`
 
45813
+               FONT_VIEWER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$COMMON_MODULES $xft_modules libgnomeui-2.0"`
 
45814
         fi
 
45815
        # Put the nasty error message in config.log where it belongs
 
45816
-       echo "$GNOMECC_PKG_ERRORS" >&5
 
45817
+       echo "$FONT_VIEWER_PKG_ERRORS" >&5
 
45818
 
 
45819
-       { { $as_echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES libgnome-menu >= 2.10.1) were not met:
 
45820
+       { { echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES $xft_modules libgnomeui-2.0) were not met:
 
45821
 
 
45822
-$GNOMECC_PKG_ERRORS
 
45823
+$FONT_VIEWER_PKG_ERRORS
 
45824
 
 
45825
 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
45826
 installed software in a non-standard prefix.
 
45827
 
 
45828
-Alternatively, you may set the environment variables GNOMECC_CFLAGS
 
45829
-and GNOMECC_LIBS to avoid the need to call pkg-config.
 
45830
+Alternatively, you may set the environment variables FONT_VIEWER_CFLAGS
 
45831
+and FONT_VIEWER_LIBS to avoid the need to call pkg-config.
 
45832
 See the pkg-config man page for more details.
 
45833
 " >&5
 
45834
-$as_echo "$as_me: error: Package requirements ($COMMON_MODULES libgnome-menu >= 2.10.1) were not met:
 
45835
+echo "$as_me: error: Package requirements ($COMMON_MODULES $xft_modules libgnomeui-2.0) were not met:
 
45836
 
 
45837
-$GNOMECC_PKG_ERRORS
 
45838
+$FONT_VIEWER_PKG_ERRORS
 
45839
 
 
45840
 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
45841
 installed software in a non-standard prefix.
 
45842
 
 
45843
-Alternatively, you may set the environment variables GNOMECC_CFLAGS
 
45844
-and GNOMECC_LIBS to avoid the need to call pkg-config.
 
45845
+Alternatively, you may set the environment variables FONT_VIEWER_CFLAGS
 
45846
+and FONT_VIEWER_LIBS to avoid the need to call pkg-config.
 
45847
 See the pkg-config man page for more details.
 
45848
 " >&2;}
 
45849
    { (exit 1); exit 1; }; }
 
45850
 elif test $pkg_failed = untried; then
 
45851
-       { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
45852
+       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
45853
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
45854
 path to pkg-config.
 
45855
 
 
45856
-Alternatively, you may set the environment variables GNOMECC_CFLAGS
 
45857
-and GNOMECC_LIBS to avoid the need to call pkg-config.
 
45858
+Alternatively, you may set the environment variables FONT_VIEWER_CFLAGS
 
45859
+and FONT_VIEWER_LIBS to avoid the need to call pkg-config.
 
45860
 See the pkg-config man page for more details.
 
45861
 
 
45862
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
45863
 See \`config.log' for more details." >&5
 
45864
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
45865
+echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
45866
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
45867
 path to pkg-config.
 
45868
 
 
45869
-Alternatively, you may set the environment variables GNOMECC_CFLAGS
 
45870
-and GNOMECC_LIBS to avoid the need to call pkg-config.
 
45871
+Alternatively, you may set the environment variables FONT_VIEWER_CFLAGS
 
45872
+and FONT_VIEWER_LIBS to avoid the need to call pkg-config.
 
45873
 See the pkg-config man page for more details.
 
45874
 
 
45875
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
45876
 See \`config.log' for more details." >&2;}
 
45877
    { (exit 1); exit 1; }; }
 
45878
 else
 
45879
-       GNOMECC_CFLAGS=$pkg_cv_GNOMECC_CFLAGS
 
45880
-       GNOMECC_LIBS=$pkg_cv_GNOMECC_LIBS
 
45881
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
45882
-$as_echo "yes" >&6; }
 
45883
+       FONT_VIEWER_CFLAGS=$pkg_cv_FONT_VIEWER_CFLAGS
 
45884
+       FONT_VIEWER_LIBS=$pkg_cv_FONT_VIEWER_LIBS
 
45885
+        { echo "$as_me:$LINENO: result: yes" >&5
 
45886
+echo "${ECHO_T}yes" >&6; }
 
45887
        :
 
45888
 fi
 
45889
 
 
45890
+
 
45891
 pkg_failed=no
 
45892
-{ $as_echo "$as_me:$LINENO: checking for GNOMECC_SHELL" >&5
 
45893
-$as_echo_n "checking for GNOMECC_SHELL... " >&6; }
 
45894
+{ echo "$as_me:$LINENO: checking for AT_CAPPLET" >&5
 
45895
+echo $ECHO_N "checking for AT_CAPPLET... $ECHO_C" >&6; }
 
45896
 
 
45897
-if test -n "$GNOMECC_SHELL_CFLAGS"; then
 
45898
-    pkg_cv_GNOMECC_SHELL_CFLAGS="$GNOMECC_SHELL_CFLAGS"
 
45899
- elif test -n "$PKG_CONFIG"; then
 
45900
-    if test -n "$PKG_CONFIG" && \
 
45901
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0\"") >&5
 
45902
-  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0") 2>&5
 
45903
+if test -n "$PKG_CONFIG"; then
 
45904
+    if test -n "$AT_CAPPLET_CFLAGS"; then
 
45905
+        pkg_cv_AT_CAPPLET_CFLAGS="$AT_CAPPLET_CFLAGS"
 
45906
+    else
 
45907
+        if test -n "$PKG_CONFIG" && \
 
45908
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES\"") >&5
 
45909
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES") 2>&5
 
45910
   ac_status=$?
 
45911
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45912
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45913
   (exit $ac_status); }; then
 
45914
-  pkg_cv_GNOMECC_SHELL_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0" 2>/dev/null`
 
45915
+  pkg_cv_AT_CAPPLET_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES" 2>/dev/null`
 
45916
 else
 
45917
   pkg_failed=yes
 
45918
 fi
 
45919
- else
 
45920
-    pkg_failed=untried
 
45921
+    fi
 
45922
+else
 
45923
+       pkg_failed=untried
 
45924
 fi
 
45925
-if test -n "$GNOMECC_SHELL_LIBS"; then
 
45926
-    pkg_cv_GNOMECC_SHELL_LIBS="$GNOMECC_SHELL_LIBS"
 
45927
- elif test -n "$PKG_CONFIG"; then
 
45928
-    if test -n "$PKG_CONFIG" && \
 
45929
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0\"") >&5
 
45930
-  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0") 2>&5
 
45931
+if test -n "$PKG_CONFIG"; then
 
45932
+    if test -n "$AT_CAPPLET_LIBS"; then
 
45933
+        pkg_cv_AT_CAPPLET_LIBS="$AT_CAPPLET_LIBS"
 
45934
+    else
 
45935
+        if test -n "$PKG_CONFIG" && \
 
45936
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES\"") >&5
 
45937
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES") 2>&5
 
45938
   ac_status=$?
 
45939
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45940
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45941
   (exit $ac_status); }; then
 
45942
-  pkg_cv_GNOMECC_SHELL_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0" 2>/dev/null`
 
45943
+  pkg_cv_AT_CAPPLET_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES" 2>/dev/null`
 
45944
 else
 
45945
   pkg_failed=yes
 
45946
 fi
 
45947
- else
 
45948
-    pkg_failed=untried
 
45949
+    fi
 
45950
+else
 
45951
+       pkg_failed=untried
 
45952
 fi
 
45953
 
 
45954
 
 
45955
@@ -26470,101 +18311,240 @@
 
45956
         _pkg_short_errors_supported=no
 
45957
 fi
 
45958
         if test $_pkg_short_errors_supported = yes; then
 
45959
-               GNOMECC_SHELL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0" 2>&1`
 
45960
+               AT_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$COMMON_MODULES"`
 
45961
         else
 
45962
-               GNOMECC_SHELL_PKG_ERRORS=`$PKG_CONFIG --print-errors "$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0" 2>&1`
 
45963
+               AT_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$COMMON_MODULES"`
 
45964
         fi
 
45965
        # Put the nasty error message in config.log where it belongs
 
45966
-       echo "$GNOMECC_SHELL_PKG_ERRORS" >&5
 
45967
+       echo "$AT_CAPPLET_PKG_ERRORS" >&5
 
45968
 
 
45969
-       { { $as_echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0) were not met:
 
45970
+       { { echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES) were not met:
 
45971
 
 
45972
-$GNOMECC_SHELL_PKG_ERRORS
 
45973
+$AT_CAPPLET_PKG_ERRORS
 
45974
 
 
45975
 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
45976
 installed software in a non-standard prefix.
 
45977
 
 
45978
-Alternatively, you may set the environment variables GNOMECC_SHELL_CFLAGS
 
45979
-and GNOMECC_SHELL_LIBS to avoid the need to call pkg-config.
 
45980
+Alternatively, you may set the environment variables AT_CAPPLET_CFLAGS
 
45981
+and AT_CAPPLET_LIBS to avoid the need to call pkg-config.
 
45982
 See the pkg-config man page for more details.
 
45983
 " >&5
 
45984
-$as_echo "$as_me: error: Package requirements ($COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0) were not met:
 
45985
+echo "$as_me: error: Package requirements ($COMMON_MODULES) were not met:
 
45986
 
 
45987
-$GNOMECC_SHELL_PKG_ERRORS
 
45988
+$AT_CAPPLET_PKG_ERRORS
 
45989
 
 
45990
 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
45991
 installed software in a non-standard prefix.
 
45992
 
 
45993
-Alternatively, you may set the environment variables GNOMECC_SHELL_CFLAGS
 
45994
-and GNOMECC_SHELL_LIBS to avoid the need to call pkg-config.
 
45995
+Alternatively, you may set the environment variables AT_CAPPLET_CFLAGS
 
45996
+and AT_CAPPLET_LIBS to avoid the need to call pkg-config.
 
45997
 See the pkg-config man page for more details.
 
45998
 " >&2;}
 
45999
    { (exit 1); exit 1; }; }
 
46000
 elif test $pkg_failed = untried; then
 
46001
-       { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
46002
+       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
46003
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
46004
 path to pkg-config.
 
46005
 
 
46006
-Alternatively, you may set the environment variables GNOMECC_SHELL_CFLAGS
 
46007
-and GNOMECC_SHELL_LIBS to avoid the need to call pkg-config.
 
46008
+Alternatively, you may set the environment variables AT_CAPPLET_CFLAGS
 
46009
+and AT_CAPPLET_LIBS to avoid the need to call pkg-config.
 
46010
 See the pkg-config man page for more details.
 
46011
 
 
46012
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
46013
 See \`config.log' for more details." >&5
 
46014
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
46015
+echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
46016
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
46017
 path to pkg-config.
 
46018
 
 
46019
-Alternatively, you may set the environment variables GNOMECC_SHELL_CFLAGS
 
46020
-and GNOMECC_SHELL_LIBS to avoid the need to call pkg-config.
 
46021
+Alternatively, you may set the environment variables AT_CAPPLET_CFLAGS
 
46022
+and AT_CAPPLET_LIBS to avoid the need to call pkg-config.
 
46023
 See the pkg-config man page for more details.
 
46024
 
 
46025
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
46026
 See \`config.log' for more details." >&2;}
 
46027
    { (exit 1); exit 1; }; }
 
46028
 else
 
46029
-       GNOMECC_SHELL_CFLAGS=$pkg_cv_GNOMECC_SHELL_CFLAGS
 
46030
-       GNOMECC_SHELL_LIBS=$pkg_cv_GNOMECC_SHELL_LIBS
 
46031
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
46032
-$as_echo "yes" >&6; }
 
46033
+       AT_CAPPLET_CFLAGS=$pkg_cv_AT_CAPPLET_CFLAGS
 
46034
+       AT_CAPPLET_LIBS=$pkg_cv_AT_CAPPLET_LIBS
 
46035
+        { echo "$as_me:$LINENO: result: yes" >&5
 
46036
+echo "${ECHO_T}yes" >&6; }
 
46037
        :
 
46038
 fi
 
46039
 
 
46040
+
 
46041
+have_randr=no
 
46042
+{ echo "$as_me:$LINENO: checking for XRRUpdateConfiguration in -lXrandr" >&5
 
46043
+echo $ECHO_N "checking for XRRUpdateConfiguration in -lXrandr... $ECHO_C" >&6; }
 
46044
+if test "${ac_cv_lib_Xrandr_XRRUpdateConfiguration+set}" = set; then
 
46045
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
46046
+else
 
46047
+  ac_check_lib_save_LIBS=$LIBS
 
46048
+LIBS="-lXrandr -lXrandr -lXrender $x_libs $LIBS"
 
46049
+cat >conftest.$ac_ext <<_ACEOF
 
46050
+/* confdefs.h.  */
 
46051
+_ACEOF
 
46052
+cat confdefs.h >>conftest.$ac_ext
 
46053
+cat >>conftest.$ac_ext <<_ACEOF
 
46054
+/* end confdefs.h.  */
 
46055
+
 
46056
+/* Override any GCC internal prototype to avoid an error.
 
46057
+   Use char because int might match the return type of a GCC
 
46058
+   builtin and then its argument prototype would still apply.  */
 
46059
+#ifdef __cplusplus
 
46060
+extern "C"
 
46061
+#endif
 
46062
+char XRRUpdateConfiguration ();
 
46063
+int
 
46064
+main ()
 
46065
+{
 
46066
+return XRRUpdateConfiguration ();
 
46067
+  ;
 
46068
+  return 0;
 
46069
+}
 
46070
+_ACEOF
 
46071
+rm -f conftest.$ac_objext conftest$ac_exeext
 
46072
+if { (ac_try="$ac_link"
 
46073
+case "(($ac_try" in
 
46074
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
46075
+  *) ac_try_echo=$ac_try;;
 
46076
+esac
 
46077
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
46078
+  (eval "$ac_link") 2>conftest.er1
 
46079
+  ac_status=$?
 
46080
+  grep -v '^ *+' conftest.er1 >conftest.err
 
46081
+  rm -f conftest.er1
 
46082
+  cat conftest.err >&5
 
46083
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46084
+  (exit $ac_status); } && {
 
46085
+        test -z "$ac_c_werror_flag" ||
 
46086
+        test ! -s conftest.err
 
46087
+       } && test -s conftest$ac_exeext &&
 
46088
+       $as_test_x conftest$ac_exeext; then
 
46089
+  ac_cv_lib_Xrandr_XRRUpdateConfiguration=yes
 
46090
+else
 
46091
+  echo "$as_me: failed program was:" >&5
 
46092
+sed 's/^/| /' conftest.$ac_ext >&5
 
46093
+
 
46094
+       ac_cv_lib_Xrandr_XRRUpdateConfiguration=no
 
46095
+fi
 
46096
+
 
46097
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
46098
+      conftest$ac_exeext conftest.$ac_ext
 
46099
+LIBS=$ac_check_lib_save_LIBS
 
46100
+fi
 
46101
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_Xrandr_XRRUpdateConfiguration" >&5
 
46102
+echo "${ECHO_T}$ac_cv_lib_Xrandr_XRRUpdateConfiguration" >&6; }
 
46103
+if test $ac_cv_lib_Xrandr_XRRUpdateConfiguration = yes; then
 
46104
+  { echo "$as_me:$LINENO: checking for X11/extensions/Xrandr.h" >&5
 
46105
+echo $ECHO_N "checking for X11/extensions/Xrandr.h... $ECHO_C" >&6; }
 
46106
+if test "${ac_cv_header_X11_extensions_Xrandr_h+set}" = set; then
 
46107
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
46108
+else
 
46109
+  cat >conftest.$ac_ext <<_ACEOF
 
46110
+/* confdefs.h.  */
 
46111
+_ACEOF
 
46112
+cat confdefs.h >>conftest.$ac_ext
 
46113
+cat >>conftest.$ac_ext <<_ACEOF
 
46114
+/* end confdefs.h.  */
 
46115
+#include <X11/Xlib.h>
 
46116
+
 
46117
+#include <X11/extensions/Xrandr.h>
 
46118
+_ACEOF
 
46119
+rm -f conftest.$ac_objext
 
46120
+if { (ac_try="$ac_compile"
 
46121
+case "(($ac_try" in
 
46122
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
46123
+  *) ac_try_echo=$ac_try;;
 
46124
+esac
 
46125
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
46126
+  (eval "$ac_compile") 2>conftest.er1
 
46127
+  ac_status=$?
 
46128
+  grep -v '^ *+' conftest.er1 >conftest.err
 
46129
+  rm -f conftest.er1
 
46130
+  cat conftest.err >&5
 
46131
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46132
+  (exit $ac_status); } && {
 
46133
+        test -z "$ac_c_werror_flag" ||
 
46134
+        test ! -s conftest.err
 
46135
+       } && test -s conftest.$ac_objext; then
 
46136
+  ac_cv_header_X11_extensions_Xrandr_h=yes
 
46137
+else
 
46138
+  echo "$as_me: failed program was:" >&5
 
46139
+sed 's/^/| /' conftest.$ac_ext >&5
 
46140
+
 
46141
+       ac_cv_header_X11_extensions_Xrandr_h=no
 
46142
+fi
 
46143
+
 
46144
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
46145
+fi
 
46146
+{ echo "$as_me:$LINENO: result: $ac_cv_header_X11_extensions_Xrandr_h" >&5
 
46147
+echo "${ECHO_T}$ac_cv_header_X11_extensions_Xrandr_h" >&6; }
 
46148
+if test $ac_cv_header_X11_extensions_Xrandr_h = yes; then
 
46149
+  have_randr=yes
 
46150
+     RANDR_LIBS="-lXrandr -lXrender"
 
46151
+
 
46152
+cat >>confdefs.h <<\_ACEOF
 
46153
+#define HAVE_RANDR 1
 
46154
+_ACEOF
 
46155
+
 
46156
+else
 
46157
+  :
 
46158
+fi
 
46159
+
 
46160
+
 
46161
+else
 
46162
+  :
 
46163
+fi
 
46164
+
 
46165
+ if test $have_randr = yes; then
 
46166
+  HAVE_RANDR_TRUE=
 
46167
+  HAVE_RANDR_FALSE='#'
 
46168
+else
 
46169
+  HAVE_RANDR_TRUE='#'
 
46170
+  HAVE_RANDR_FALSE=
 
46171
+fi
 
46172
+
 
46173
+
 
46174
+
 
46175
 pkg_failed=no
 
46176
-{ $as_echo "$as_me:$LINENO: checking for DBUS" >&5
 
46177
-$as_echo_n "checking for DBUS... " >&6; }
 
46178
+{ echo "$as_me:$LINENO: checking for DISPLAY_CAPPLET" >&5
 
46179
+echo $ECHO_N "checking for DISPLAY_CAPPLET... $ECHO_C" >&6; }
 
46180
 
 
46181
-if test -n "$DBUS_CFLAGS"; then
 
46182
-    pkg_cv_DBUS_CFLAGS="$DBUS_CFLAGS"
 
46183
- elif test -n "$PKG_CONFIG"; then
 
46184
-    if test -n "$PKG_CONFIG" && \
 
46185
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dbus-1 dbus-glib-1\"") >&5
 
46186
-  ($PKG_CONFIG --exists --print-errors "dbus-1 dbus-glib-1") 2>&5
 
46187
+if test -n "$PKG_CONFIG"; then
 
46188
+    if test -n "$DISPLAY_CAPPLET_CFLAGS"; then
 
46189
+        pkg_cv_DISPLAY_CAPPLET_CFLAGS="$DISPLAY_CAPPLET_CFLAGS"
 
46190
+    else
 
46191
+        if test -n "$PKG_CONFIG" && \
 
46192
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES\"") >&5
 
46193
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES") 2>&5
 
46194
   ac_status=$?
 
46195
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46196
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46197
   (exit $ac_status); }; then
 
46198
-  pkg_cv_DBUS_CFLAGS=`$PKG_CONFIG --cflags "dbus-1 dbus-glib-1" 2>/dev/null`
 
46199
+  pkg_cv_DISPLAY_CAPPLET_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES" 2>/dev/null`
 
46200
 else
 
46201
   pkg_failed=yes
 
46202
 fi
 
46203
- else
 
46204
-    pkg_failed=untried
 
46205
+    fi
 
46206
+else
 
46207
+       pkg_failed=untried
 
46208
 fi
 
46209
-if test -n "$DBUS_LIBS"; then
 
46210
-    pkg_cv_DBUS_LIBS="$DBUS_LIBS"
 
46211
- elif test -n "$PKG_CONFIG"; then
 
46212
-    if test -n "$PKG_CONFIG" && \
 
46213
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dbus-1 dbus-glib-1\"") >&5
 
46214
-  ($PKG_CONFIG --exists --print-errors "dbus-1 dbus-glib-1") 2>&5
 
46215
+if test -n "$PKG_CONFIG"; then
 
46216
+    if test -n "$DISPLAY_CAPPLET_LIBS"; then
 
46217
+        pkg_cv_DISPLAY_CAPPLET_LIBS="$DISPLAY_CAPPLET_LIBS"
 
46218
+    else
 
46219
+        if test -n "$PKG_CONFIG" && \
 
46220
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES\"") >&5
 
46221
+  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES") 2>&5
 
46222
   ac_status=$?
 
46223
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46224
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46225
   (exit $ac_status); }; then
 
46226
-  pkg_cv_DBUS_LIBS=`$PKG_CONFIG --libs "dbus-1 dbus-glib-1" 2>/dev/null`
 
46227
+  pkg_cv_DISPLAY_CAPPLET_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES" 2>/dev/null`
 
46228
 else
 
46229
   pkg_failed=yes
 
46230
 fi
 
46231
- else
 
46232
-    pkg_failed=untried
 
46233
+    fi
 
46234
+else
 
46235
+       pkg_failed=untried
 
46236
 fi
 
46237
 
 
46238
 
 
46239
@@ -26577,101 +18557,124 @@
 
46240
         _pkg_short_errors_supported=no
 
46241
 fi
 
46242
         if test $_pkg_short_errors_supported = yes; then
 
46243
-               DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "dbus-1 dbus-glib-1" 2>&1`
 
46244
+               DISPLAY_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$COMMON_MODULES"`
 
46245
         else
 
46246
-               DBUS_PKG_ERRORS=`$PKG_CONFIG --print-errors "dbus-1 dbus-glib-1" 2>&1`
 
46247
+               DISPLAY_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$COMMON_MODULES"`
 
46248
         fi
 
46249
        # Put the nasty error message in config.log where it belongs
 
46250
-       echo "$DBUS_PKG_ERRORS" >&5
 
46251
+       echo "$DISPLAY_CAPPLET_PKG_ERRORS" >&5
 
46252
 
 
46253
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (dbus-1 dbus-glib-1) were not met:
 
46254
+       { { echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES) were not met:
 
46255
 
 
46256
-$DBUS_PKG_ERRORS
 
46257
+$DISPLAY_CAPPLET_PKG_ERRORS
 
46258
 
 
46259
 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
46260
 installed software in a non-standard prefix.
 
46261
 
 
46262
-Alternatively, you may set the environment variables DBUS_CFLAGS
 
46263
-and DBUS_LIBS to avoid the need to call pkg-config.
 
46264
+Alternatively, you may set the environment variables DISPLAY_CAPPLET_CFLAGS
 
46265
+and DISPLAY_CAPPLET_LIBS to avoid the need to call pkg-config.
 
46266
 See the pkg-config man page for more details.
 
46267
 " >&5
 
46268
-$as_echo "$as_me: error: Package requirements (dbus-1 dbus-glib-1) were not met:
 
46269
+echo "$as_me: error: Package requirements ($COMMON_MODULES) were not met:
 
46270
 
 
46271
-$DBUS_PKG_ERRORS
 
46272
+$DISPLAY_CAPPLET_PKG_ERRORS
 
46273
 
 
46274
 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
46275
 installed software in a non-standard prefix.
 
46276
 
 
46277
-Alternatively, you may set the environment variables DBUS_CFLAGS
 
46278
-and DBUS_LIBS to avoid the need to call pkg-config.
 
46279
+Alternatively, you may set the environment variables DISPLAY_CAPPLET_CFLAGS
 
46280
+and DISPLAY_CAPPLET_LIBS to avoid the need to call pkg-config.
 
46281
 See the pkg-config man page for more details.
 
46282
 " >&2;}
 
46283
    { (exit 1); exit 1; }; }
 
46284
 elif test $pkg_failed = untried; then
 
46285
-       { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
46286
+       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
46287
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
46288
 path to pkg-config.
 
46289
 
 
46290
-Alternatively, you may set the environment variables DBUS_CFLAGS
 
46291
-and DBUS_LIBS to avoid the need to call pkg-config.
 
46292
+Alternatively, you may set the environment variables DISPLAY_CAPPLET_CFLAGS
 
46293
+and DISPLAY_CAPPLET_LIBS to avoid the need to call pkg-config.
 
46294
 See the pkg-config man page for more details.
 
46295
 
 
46296
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
46297
 See \`config.log' for more details." >&5
 
46298
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
46299
+echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
46300
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
46301
 path to pkg-config.
 
46302
 
 
46303
-Alternatively, you may set the environment variables DBUS_CFLAGS
 
46304
-and DBUS_LIBS to avoid the need to call pkg-config.
 
46305
+Alternatively, you may set the environment variables DISPLAY_CAPPLET_CFLAGS
 
46306
+and DISPLAY_CAPPLET_LIBS to avoid the need to call pkg-config.
 
46307
 See the pkg-config man page for more details.
 
46308
 
 
46309
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
46310
 See \`config.log' for more details." >&2;}
 
46311
    { (exit 1); exit 1; }; }
 
46312
 else
 
46313
-       DBUS_CFLAGS=$pkg_cv_DBUS_CFLAGS
 
46314
-       DBUS_LIBS=$pkg_cv_DBUS_LIBS
 
46315
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
46316
-$as_echo "yes" >&6; }
 
46317
+       DISPLAY_CAPPLET_CFLAGS=$pkg_cv_DISPLAY_CAPPLET_CFLAGS
 
46318
+       DISPLAY_CAPPLET_LIBS=$pkg_cv_DISPLAY_CAPPLET_LIBS
 
46319
+        { echo "$as_me:$LINENO: result: yes" >&5
 
46320
+echo "${ECHO_T}yes" >&6; }
 
46321
        :
 
46322
 fi
 
46323
 
 
46324
+DISPLAY_CAPPLET_LIBS="$DISPLAY_CAPPLET_LIBS $RANDR_LIBS"
 
46325
+
 
46326
+CAPPLET_LIBS="$CAPPLET_LIBS $x_libs"
 
46327
+GNOMECC_LIBS="$GNOMECC_LIBS $x_libs"
 
46328
+
 
46329
+have_xcursor=no
 
46330
+
 
46331
 pkg_failed=no
 
46332
-{ $as_echo "$as_me:$LINENO: checking for GNOME_DESKTOP" >&5
 
46333
-$as_echo_n "checking for GNOME_DESKTOP... " >&6; }
 
46334
+{ echo "$as_me:$LINENO: checking for XCURSOR" >&5
 
46335
+echo $ECHO_N "checking for XCURSOR... $ECHO_C" >&6; }
 
46336
 
 
46337
-if test -n "$GNOME_DESKTOP_CFLAGS"; then
 
46338
-    pkg_cv_GNOME_DESKTOP_CFLAGS="$GNOME_DESKTOP_CFLAGS"
 
46339
- elif test -n "$PKG_CONFIG"; then
 
46340
-    if test -n "$PKG_CONFIG" && \
 
46341
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-desktop-2.0\"") >&5
 
46342
-  ($PKG_CONFIG --exists --print-errors "gnome-desktop-2.0") 2>&5
 
46343
+if test -n "$PKG_CONFIG"; then
 
46344
+    if test -n "$XCURSOR_CFLAGS"; then
 
46345
+        pkg_cv_XCURSOR_CFLAGS="$XCURSOR_CFLAGS"
 
46346
+    else
 
46347
+        if test -n "$PKG_CONFIG" && \
 
46348
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"
 
46349
+       xcursor
 
46350
+       \"") >&5
 
46351
+  ($PKG_CONFIG --exists --print-errors "
 
46352
+       xcursor
 
46353
+       ") 2>&5
 
46354
   ac_status=$?
 
46355
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46356
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46357
   (exit $ac_status); }; then
 
46358
-  pkg_cv_GNOME_DESKTOP_CFLAGS=`$PKG_CONFIG --cflags "gnome-desktop-2.0" 2>/dev/null`
 
46359
+  pkg_cv_XCURSOR_CFLAGS=`$PKG_CONFIG --cflags "
 
46360
+       xcursor
 
46361
+       " 2>/dev/null`
 
46362
 else
 
46363
   pkg_failed=yes
 
46364
 fi
 
46365
- else
 
46366
-    pkg_failed=untried
 
46367
+    fi
 
46368
+else
 
46369
+       pkg_failed=untried
 
46370
 fi
 
46371
-if test -n "$GNOME_DESKTOP_LIBS"; then
 
46372
-    pkg_cv_GNOME_DESKTOP_LIBS="$GNOME_DESKTOP_LIBS"
 
46373
- elif test -n "$PKG_CONFIG"; then
 
46374
-    if test -n "$PKG_CONFIG" && \
 
46375
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-desktop-2.0\"") >&5
 
46376
-  ($PKG_CONFIG --exists --print-errors "gnome-desktop-2.0") 2>&5
 
46377
+if test -n "$PKG_CONFIG"; then
 
46378
+    if test -n "$XCURSOR_LIBS"; then
 
46379
+        pkg_cv_XCURSOR_LIBS="$XCURSOR_LIBS"
 
46380
+    else
 
46381
+        if test -n "$PKG_CONFIG" && \
 
46382
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"
 
46383
+       xcursor
 
46384
+       \"") >&5
 
46385
+  ($PKG_CONFIG --exists --print-errors "
 
46386
+       xcursor
 
46387
+       ") 2>&5
 
46388
   ac_status=$?
 
46389
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46390
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46391
   (exit $ac_status); }; then
 
46392
-  pkg_cv_GNOME_DESKTOP_LIBS=`$PKG_CONFIG --libs "gnome-desktop-2.0" 2>/dev/null`
 
46393
+  pkg_cv_XCURSOR_LIBS=`$PKG_CONFIG --libs "
 
46394
+       xcursor
 
46395
+       " 2>/dev/null`
 
46396
 else
 
46397
   pkg_failed=yes
 
46398
 fi
 
46399
- else
 
46400
-    pkg_failed=untried
 
46401
+    fi
 
46402
+else
 
46403
+       pkg_failed=untried
 
46404
 fi
 
46405
 
 
46406
 
 
46407
@@ -26684,101 +18687,104 @@
 
46408
         _pkg_short_errors_supported=no
 
46409
 fi
 
46410
         if test $_pkg_short_errors_supported = yes; then
 
46411
-               GNOME_DESKTOP_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gnome-desktop-2.0" 2>&1`
 
46412
+               XCURSOR_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "
 
46413
+       xcursor
 
46414
+       "`
 
46415
         else
 
46416
-               GNOME_DESKTOP_PKG_ERRORS=`$PKG_CONFIG --print-errors "gnome-desktop-2.0" 2>&1`
 
46417
+               XCURSOR_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "
 
46418
+       xcursor
 
46419
+       "`
 
46420
         fi
 
46421
        # Put the nasty error message in config.log where it belongs
 
46422
-       echo "$GNOME_DESKTOP_PKG_ERRORS" >&5
 
46423
-
 
46424
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (gnome-desktop-2.0) were not met:
 
46425
-
 
46426
-$GNOME_DESKTOP_PKG_ERRORS
 
46427
-
 
46428
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
46429
-installed software in a non-standard prefix.
 
46430
-
 
46431
-Alternatively, you may set the environment variables GNOME_DESKTOP_CFLAGS
 
46432
-and GNOME_DESKTOP_LIBS to avoid the need to call pkg-config.
 
46433
-See the pkg-config man page for more details.
 
46434
-" >&5
 
46435
-$as_echo "$as_me: error: Package requirements (gnome-desktop-2.0) were not met:
 
46436
+       echo "$XCURSOR_PKG_ERRORS" >&5
 
46437
 
 
46438
-$GNOME_DESKTOP_PKG_ERRORS
 
46439
+       { echo "$as_me:$LINENO: result: no" >&5
 
46440
+echo "${ECHO_T}no" >&6; }
 
46441
+                have_xcursor=no
 
46442
+elif test $pkg_failed = untried; then
 
46443
+       have_xcursor=no
 
46444
+else
 
46445
+       XCURSOR_CFLAGS=$pkg_cv_XCURSOR_CFLAGS
 
46446
+       XCURSOR_LIBS=$pkg_cv_XCURSOR_LIBS
 
46447
+        { echo "$as_me:$LINENO: result: yes" >&5
 
46448
+echo "${ECHO_T}yes" >&6; }
 
46449
+       have_xcursor=yes
 
46450
 
 
46451
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
46452
-installed software in a non-standard prefix.
 
46453
+cat >>confdefs.h <<\_ACEOF
 
46454
+#define HAVE_XCURSOR 1
 
46455
+_ACEOF
 
46456
 
 
46457
-Alternatively, you may set the environment variables GNOME_DESKTOP_CFLAGS
 
46458
-and GNOME_DESKTOP_LIBS to avoid the need to call pkg-config.
 
46459
-See the pkg-config man page for more details.
 
46460
-" >&2;}
 
46461
-   { (exit 1); exit 1; }; }
 
46462
-elif test $pkg_failed = untried; then
 
46463
-       { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
46464
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
46465
-path to pkg-config.
 
46466
+fi
 
46467
+ if test $have_xcursor=yes; then
 
46468
+  HAVE_XCURSOR_TRUE=
 
46469
+  HAVE_XCURSOR_FALSE='#'
 
46470
+else
 
46471
+  HAVE_XCURSOR_TRUE='#'
 
46472
+  HAVE_XCURSOR_FALSE=
 
46473
+fi
 
46474
 
 
46475
-Alternatively, you may set the environment variables GNOME_DESKTOP_CFLAGS
 
46476
-and GNOME_DESKTOP_LIBS to avoid the need to call pkg-config.
 
46477
-See the pkg-config man page for more details.
 
46478
 
 
46479
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
46480
-See \`config.log' for more details." >&5
 
46481
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
46482
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
46483
-path to pkg-config.
 
46484
 
 
46485
-Alternatively, you may set the environment variables GNOME_DESKTOP_CFLAGS
 
46486
-and GNOME_DESKTOP_LIBS to avoid the need to call pkg-config.
 
46487
-See the pkg-config man page for more details.
 
46488
 
 
46489
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
46490
-See \`config.log' for more details." >&2;}
 
46491
-   { (exit 1); exit 1; }; }
 
46492
-else
 
46493
-       GNOME_DESKTOP_CFLAGS=$pkg_cv_GNOME_DESKTOP_CFLAGS
 
46494
-       GNOME_DESKTOP_LIBS=$pkg_cv_GNOME_DESKTOP_LIBS
 
46495
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
46496
-$as_echo "yes" >&6; }
 
46497
-       :
 
46498
+if test x$have_xcursor = xyes; then
 
46499
+  { echo "$as_me:$LINENO: checking for XCURSOR cursor location" >&5
 
46500
+echo $ECHO_N "checking for XCURSOR cursor location... $ECHO_C" >&6; }
 
46501
+  XCURSOR_ICONDIR=$($PKG_CONFIG --variable=icondir xcursor)
 
46502
+  if test "x$XCURSOR_ICONDIR" != x; then
 
46503
+
 
46504
+cat >>confdefs.h <<_ACEOF
 
46505
+#define XCURSOR_ICONDIR "${XCURSOR_ICONDIR}"
 
46506
+_ACEOF
 
46507
+
 
46508
+  else
 
46509
+    XCURSOR_ICONDIR=none
 
46510
+  fi
 
46511
+  { echo "$as_me:$LINENO: result: ${XCURSOR_ICONDIR}" >&5
 
46512
+echo "${ECHO_T}${XCURSOR_ICONDIR}" >&6; }
 
46513
 fi
 
46514
 
 
46515
+CAPPLET_LIBS="$CAPPLET_LIBS $XCURSOR_LIBS"
 
46516
+
 
46517
+
 
46518
 pkg_failed=no
 
46519
-{ $as_echo "$as_me:$LINENO: checking for DEFAULT_APPLICATIONS_CAPPLET" >&5
 
46520
-$as_echo_n "checking for DEFAULT_APPLICATIONS_CAPPLET... " >&6; }
 
46521
+{ echo "$as_me:$LINENO: checking for LIBGNOMEKBD" >&5
 
46522
+echo $ECHO_N "checking for LIBGNOMEKBD... $ECHO_C" >&6; }
 
46523
 
 
46524
-if test -n "$DEFAULT_APPLICATIONS_CAPPLET_CFLAGS"; then
 
46525
-    pkg_cv_DEFAULT_APPLICATIONS_CAPPLET_CFLAGS="$DEFAULT_APPLICATIONS_CAPPLET_CFLAGS"
 
46526
- elif test -n "$PKG_CONFIG"; then
 
46527
-    if test -n "$PKG_CONFIG" && \
 
46528
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\"") >&5
 
46529
-  ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5
 
46530
+if test -n "$PKG_CONFIG"; then
 
46531
+    if test -n "$LIBGNOMEKBD_CFLAGS"; then
 
46532
+        pkg_cv_LIBGNOMEKBD_CFLAGS="$LIBGNOMEKBD_CFLAGS"
 
46533
+    else
 
46534
+        if test -n "$PKG_CONFIG" && \
 
46535
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomekbd >= 2.21.4.1 libxklavier >= 3.6\"") >&5
 
46536
+  ($PKG_CONFIG --exists --print-errors "libgnomekbd >= 2.21.4.1 libxklavier >= 3.6") 2>&5
 
46537
   ac_status=$?
 
46538
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46539
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46540
   (exit $ac_status); }; then
 
46541
-  pkg_cv_DEFAULT_APPLICATIONS_CAPPLET_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0" 2>/dev/null`
 
46542
+  pkg_cv_LIBGNOMEKBD_CFLAGS=`$PKG_CONFIG --cflags "libgnomekbd >= 2.21.4.1 libxklavier >= 3.6" 2>/dev/null`
 
46543
 else
 
46544
   pkg_failed=yes
 
46545
 fi
 
46546
- else
 
46547
-    pkg_failed=untried
 
46548
+    fi
 
46549
+else
 
46550
+       pkg_failed=untried
 
46551
 fi
 
46552
-if test -n "$DEFAULT_APPLICATIONS_CAPPLET_LIBS"; then
 
46553
-    pkg_cv_DEFAULT_APPLICATIONS_CAPPLET_LIBS="$DEFAULT_APPLICATIONS_CAPPLET_LIBS"
 
46554
- elif test -n "$PKG_CONFIG"; then
 
46555
-    if test -n "$PKG_CONFIG" && \
 
46556
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\"") >&5
 
46557
-  ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5
 
46558
+if test -n "$PKG_CONFIG"; then
 
46559
+    if test -n "$LIBGNOMEKBD_LIBS"; then
 
46560
+        pkg_cv_LIBGNOMEKBD_LIBS="$LIBGNOMEKBD_LIBS"
 
46561
+    else
 
46562
+        if test -n "$PKG_CONFIG" && \
 
46563
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomekbd >= 2.21.4.1 libxklavier >= 3.6\"") >&5
 
46564
+  ($PKG_CONFIG --exists --print-errors "libgnomekbd >= 2.21.4.1 libxklavier >= 3.6") 2>&5
 
46565
   ac_status=$?
 
46566
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46567
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46568
   (exit $ac_status); }; then
 
46569
-  pkg_cv_DEFAULT_APPLICATIONS_CAPPLET_LIBS=`$PKG_CONFIG --libs "libxml-2.0" 2>/dev/null`
 
46570
+  pkg_cv_LIBGNOMEKBD_LIBS=`$PKG_CONFIG --libs "libgnomekbd >= 2.21.4.1 libxklavier >= 3.6" 2>/dev/null`
 
46571
 else
 
46572
   pkg_failed=yes
 
46573
 fi
 
46574
- else
 
46575
-    pkg_failed=untried
 
46576
+    fi
 
46577
+else
 
46578
+       pkg_failed=untried
 
46579
 fi
 
46580
 
 
46581
 
 
46582
@@ -26791,101 +18797,108 @@
 
46583
         _pkg_short_errors_supported=no
 
46584
 fi
 
46585
         if test $_pkg_short_errors_supported = yes; then
 
46586
-               DEFAULT_APPLICATIONS_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libxml-2.0" 2>&1`
 
46587
+               LIBGNOMEKBD_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgnomekbd >= 2.21.4.1 libxklavier >= 3.6"`
 
46588
         else
 
46589
-               DEFAULT_APPLICATIONS_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --print-errors "libxml-2.0" 2>&1`
 
46590
+               LIBGNOMEKBD_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomekbd >= 2.21.4.1 libxklavier >= 3.6"`
 
46591
         fi
 
46592
        # Put the nasty error message in config.log where it belongs
 
46593
-       echo "$DEFAULT_APPLICATIONS_CAPPLET_PKG_ERRORS" >&5
 
46594
+       echo "$LIBGNOMEKBD_PKG_ERRORS" >&5
 
46595
 
 
46596
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (libxml-2.0) were not met:
 
46597
+       { { echo "$as_me:$LINENO: error: Package requirements (libgnomekbd >= 2.21.4.1 libxklavier >= 3.6) were not met:
 
46598
 
 
46599
-$DEFAULT_APPLICATIONS_CAPPLET_PKG_ERRORS
 
46600
+$LIBGNOMEKBD_PKG_ERRORS
 
46601
 
 
46602
 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
46603
 installed software in a non-standard prefix.
 
46604
 
 
46605
-Alternatively, you may set the environment variables DEFAULT_APPLICATIONS_CAPPLET_CFLAGS
 
46606
-and DEFAULT_APPLICATIONS_CAPPLET_LIBS to avoid the need to call pkg-config.
 
46607
+Alternatively, you may set the environment variables LIBGNOMEKBD_CFLAGS
 
46608
+and LIBGNOMEKBD_LIBS to avoid the need to call pkg-config.
 
46609
 See the pkg-config man page for more details.
 
46610
 " >&5
 
46611
-$as_echo "$as_me: error: Package requirements (libxml-2.0) were not met:
 
46612
+echo "$as_me: error: Package requirements (libgnomekbd >= 2.21.4.1 libxklavier >= 3.6) were not met:
 
46613
 
 
46614
-$DEFAULT_APPLICATIONS_CAPPLET_PKG_ERRORS
 
46615
+$LIBGNOMEKBD_PKG_ERRORS
 
46616
 
 
46617
 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
46618
 installed software in a non-standard prefix.
 
46619
 
 
46620
-Alternatively, you may set the environment variables DEFAULT_APPLICATIONS_CAPPLET_CFLAGS
 
46621
-and DEFAULT_APPLICATIONS_CAPPLET_LIBS to avoid the need to call pkg-config.
 
46622
+Alternatively, you may set the environment variables LIBGNOMEKBD_CFLAGS
 
46623
+and LIBGNOMEKBD_LIBS to avoid the need to call pkg-config.
 
46624
 See the pkg-config man page for more details.
 
46625
 " >&2;}
 
46626
    { (exit 1); exit 1; }; }
 
46627
 elif test $pkg_failed = untried; then
 
46628
-       { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
46629
+       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
46630
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
46631
 path to pkg-config.
 
46632
 
 
46633
-Alternatively, you may set the environment variables DEFAULT_APPLICATIONS_CAPPLET_CFLAGS
 
46634
-and DEFAULT_APPLICATIONS_CAPPLET_LIBS to avoid the need to call pkg-config.
 
46635
+Alternatively, you may set the environment variables LIBGNOMEKBD_CFLAGS
 
46636
+and LIBGNOMEKBD_LIBS to avoid the need to call pkg-config.
 
46637
 See the pkg-config man page for more details.
 
46638
 
 
46639
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
46640
 See \`config.log' for more details." >&5
 
46641
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
46642
+echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
46643
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
46644
 path to pkg-config.
 
46645
 
 
46646
-Alternatively, you may set the environment variables DEFAULT_APPLICATIONS_CAPPLET_CFLAGS
 
46647
-and DEFAULT_APPLICATIONS_CAPPLET_LIBS to avoid the need to call pkg-config.
 
46648
+Alternatively, you may set the environment variables LIBGNOMEKBD_CFLAGS
 
46649
+and LIBGNOMEKBD_LIBS to avoid the need to call pkg-config.
 
46650
 See the pkg-config man page for more details.
 
46651
 
 
46652
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
46653
 See \`config.log' for more details." >&2;}
 
46654
    { (exit 1); exit 1; }; }
 
46655
 else
 
46656
-       DEFAULT_APPLICATIONS_CAPPLET_CFLAGS=$pkg_cv_DEFAULT_APPLICATIONS_CAPPLET_CFLAGS
 
46657
-       DEFAULT_APPLICATIONS_CAPPLET_LIBS=$pkg_cv_DEFAULT_APPLICATIONS_CAPPLET_LIBS
 
46658
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
46659
-$as_echo "yes" >&6; }
 
46660
+       LIBGNOMEKBD_CFLAGS=$pkg_cv_LIBGNOMEKBD_CFLAGS
 
46661
+       LIBGNOMEKBD_LIBS=$pkg_cv_LIBGNOMEKBD_LIBS
 
46662
+        { echo "$as_me:$LINENO: result: yes" >&5
 
46663
+echo "${ECHO_T}yes" >&6; }
 
46664
        :
 
46665
 fi
 
46666
 
 
46667
+
 
46668
+
 
46669
+
 
46670
 pkg_failed=no
 
46671
-{ $as_echo "$as_me:$LINENO: checking for METACITY" >&5
 
46672
-$as_echo_n "checking for METACITY... " >&6; }
 
46673
+{ echo "$as_me:$LINENO: checking for LIBGNOMEKBDUI" >&5
 
46674
+echo $ECHO_N "checking for LIBGNOMEKBDUI... $ECHO_C" >&6; }
 
46675
 
 
46676
-if test -n "$METACITY_CFLAGS"; then
 
46677
-    pkg_cv_METACITY_CFLAGS="$METACITY_CFLAGS"
 
46678
- elif test -n "$PKG_CONFIG"; then
 
46679
-    if test -n "$PKG_CONFIG" && \
 
46680
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libmetacity-private >= 2.23.1\"") >&5
 
46681
-  ($PKG_CONFIG --exists --print-errors "libmetacity-private >= 2.23.1") 2>&5
 
46682
+if test -n "$PKG_CONFIG"; then
 
46683
+    if test -n "$LIBGNOMEKBDUI_CFLAGS"; then
 
46684
+        pkg_cv_LIBGNOMEKBDUI_CFLAGS="$LIBGNOMEKBDUI_CFLAGS"
 
46685
+    else
 
46686
+        if test -n "$PKG_CONFIG" && \
 
46687
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomekbdui >= 2.21\"") >&5
 
46688
+  ($PKG_CONFIG --exists --print-errors "libgnomekbdui >= 2.21") 2>&5
 
46689
   ac_status=$?
 
46690
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46691
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46692
   (exit $ac_status); }; then
 
46693
-  pkg_cv_METACITY_CFLAGS=`$PKG_CONFIG --cflags "libmetacity-private >= 2.23.1" 2>/dev/null`
 
46694
+  pkg_cv_LIBGNOMEKBDUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomekbdui >= 2.21" 2>/dev/null`
 
46695
 else
 
46696
   pkg_failed=yes
 
46697
 fi
 
46698
- else
 
46699
-    pkg_failed=untried
 
46700
+    fi
 
46701
+else
 
46702
+       pkg_failed=untried
 
46703
 fi
 
46704
-if test -n "$METACITY_LIBS"; then
 
46705
-    pkg_cv_METACITY_LIBS="$METACITY_LIBS"
 
46706
- elif test -n "$PKG_CONFIG"; then
 
46707
-    if test -n "$PKG_CONFIG" && \
 
46708
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libmetacity-private >= 2.23.1\"") >&5
 
46709
-  ($PKG_CONFIG --exists --print-errors "libmetacity-private >= 2.23.1") 2>&5
 
46710
+if test -n "$PKG_CONFIG"; then
 
46711
+    if test -n "$LIBGNOMEKBDUI_LIBS"; then
 
46712
+        pkg_cv_LIBGNOMEKBDUI_LIBS="$LIBGNOMEKBDUI_LIBS"
 
46713
+    else
 
46714
+        if test -n "$PKG_CONFIG" && \
 
46715
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomekbdui >= 2.21\"") >&5
 
46716
+  ($PKG_CONFIG --exists --print-errors "libgnomekbdui >= 2.21") 2>&5
 
46717
   ac_status=$?
 
46718
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46719
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46720
   (exit $ac_status); }; then
 
46721
-  pkg_cv_METACITY_LIBS=`$PKG_CONFIG --libs "libmetacity-private >= 2.23.1" 2>/dev/null`
 
46722
+  pkg_cv_LIBGNOMEKBDUI_LIBS=`$PKG_CONFIG --libs "libgnomekbdui >= 2.21" 2>/dev/null`
 
46723
 else
 
46724
   pkg_failed=yes
 
46725
 fi
 
46726
- else
 
46727
-    pkg_failed=untried
 
46728
+    fi
 
46729
+else
 
46730
+       pkg_failed=untried
 
46731
 fi
 
46732
 
 
46733
 
 
46734
@@ -26898,101 +18911,122 @@
 
46735
         _pkg_short_errors_supported=no
 
46736
 fi
 
46737
         if test $_pkg_short_errors_supported = yes; then
 
46738
-               METACITY_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libmetacity-private >= 2.23.1" 2>&1`
 
46739
+               LIBGNOMEKBDUI_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgnomekbdui >= 2.21"`
 
46740
         else
 
46741
-               METACITY_PKG_ERRORS=`$PKG_CONFIG --print-errors "libmetacity-private >= 2.23.1" 2>&1`
 
46742
+               LIBGNOMEKBDUI_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgnomekbdui >= 2.21"`
 
46743
         fi
 
46744
        # Put the nasty error message in config.log where it belongs
 
46745
-       echo "$METACITY_PKG_ERRORS" >&5
 
46746
+       echo "$LIBGNOMEKBDUI_PKG_ERRORS" >&5
 
46747
 
 
46748
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (libmetacity-private >= 2.23.1) were not met:
 
46749
+       { { echo "$as_me:$LINENO: error: Package requirements (libgnomekbdui >= 2.21) were not met:
 
46750
 
 
46751
-$METACITY_PKG_ERRORS
 
46752
+$LIBGNOMEKBDUI_PKG_ERRORS
 
46753
 
 
46754
 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
46755
 installed software in a non-standard prefix.
 
46756
 
 
46757
-Alternatively, you may set the environment variables METACITY_CFLAGS
 
46758
-and METACITY_LIBS to avoid the need to call pkg-config.
 
46759
+Alternatively, you may set the environment variables LIBGNOMEKBDUI_CFLAGS
 
46760
+and LIBGNOMEKBDUI_LIBS to avoid the need to call pkg-config.
 
46761
 See the pkg-config man page for more details.
 
46762
 " >&5
 
46763
-$as_echo "$as_me: error: Package requirements (libmetacity-private >= 2.23.1) were not met:
 
46764
+echo "$as_me: error: Package requirements (libgnomekbdui >= 2.21) were not met:
 
46765
 
 
46766
-$METACITY_PKG_ERRORS
 
46767
+$LIBGNOMEKBDUI_PKG_ERRORS
 
46768
 
 
46769
 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
46770
 installed software in a non-standard prefix.
 
46771
 
 
46772
-Alternatively, you may set the environment variables METACITY_CFLAGS
 
46773
-and METACITY_LIBS to avoid the need to call pkg-config.
 
46774
+Alternatively, you may set the environment variables LIBGNOMEKBDUI_CFLAGS
 
46775
+and LIBGNOMEKBDUI_LIBS to avoid the need to call pkg-config.
 
46776
 See the pkg-config man page for more details.
 
46777
 " >&2;}
 
46778
    { (exit 1); exit 1; }; }
 
46779
 elif test $pkg_failed = untried; then
 
46780
-       { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
46781
+       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
46782
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
46783
 path to pkg-config.
 
46784
 
 
46785
-Alternatively, you may set the environment variables METACITY_CFLAGS
 
46786
-and METACITY_LIBS to avoid the need to call pkg-config.
 
46787
+Alternatively, you may set the environment variables LIBGNOMEKBDUI_CFLAGS
 
46788
+and LIBGNOMEKBDUI_LIBS to avoid the need to call pkg-config.
 
46789
 See the pkg-config man page for more details.
 
46790
 
 
46791
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
46792
 See \`config.log' for more details." >&5
 
46793
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
46794
+echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
46795
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
46796
 path to pkg-config.
 
46797
 
 
46798
-Alternatively, you may set the environment variables METACITY_CFLAGS
 
46799
-and METACITY_LIBS to avoid the need to call pkg-config.
 
46800
+Alternatively, you may set the environment variables LIBGNOMEKBDUI_CFLAGS
 
46801
+and LIBGNOMEKBDUI_LIBS to avoid the need to call pkg-config.
 
46802
 See the pkg-config man page for more details.
 
46803
 
 
46804
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
46805
 See \`config.log' for more details." >&2;}
 
46806
    { (exit 1); exit 1; }; }
 
46807
 else
 
46808
-       METACITY_CFLAGS=$pkg_cv_METACITY_CFLAGS
 
46809
-       METACITY_LIBS=$pkg_cv_METACITY_LIBS
 
46810
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
46811
-$as_echo "yes" >&6; }
 
46812
+       LIBGNOMEKBDUI_CFLAGS=$pkg_cv_LIBGNOMEKBDUI_CFLAGS
 
46813
+       LIBGNOMEKBDUI_LIBS=$pkg_cv_LIBGNOMEKBDUI_LIBS
 
46814
+        { echo "$as_me:$LINENO: result: yes" >&5
 
46815
+echo "${ECHO_T}yes" >&6; }
 
46816
        :
 
46817
 fi
 
46818
 
 
46819
+
 
46820
+
 
46821
+
 
46822
+{ echo "$as_me:$LINENO: checking whether to enable About Me" >&5
 
46823
+echo $ECHO_N "checking whether to enable About Me... $ECHO_C" >&6; }
 
46824
+# Check whether --enable-aboutme was given.
 
46825
+if test "${enable_aboutme+set}" = set; then
 
46826
+  enableval=$enable_aboutme;
 
46827
+else
 
46828
+  enable_aboutme=no
 
46829
+fi
 
46830
+
 
46831
+{ echo "$as_me:$LINENO: result: $enable_aboutme" >&5
 
46832
+echo "${ECHO_T}$enable_aboutme" >&6; }
 
46833
+
 
46834
+if test "x$enable_aboutme" = "xyes"; then
 
46835
+
 
46836
 pkg_failed=no
 
46837
-{ $as_echo "$as_me:$LINENO: checking for TYPING" >&5
 
46838
-$as_echo_n "checking for TYPING... " >&6; }
 
46839
+{ echo "$as_me:$LINENO: checking for LIBEBOOK" >&5
 
46840
+echo $ECHO_N "checking for LIBEBOOK... $ECHO_C" >&6; }
 
46841
 
 
46842
-if test -n "$TYPING_CFLAGS"; then
 
46843
-    pkg_cv_TYPING_CFLAGS="$TYPING_CFLAGS"
 
46844
- elif test -n "$PKG_CONFIG"; then
 
46845
-    if test -n "$PKG_CONFIG" && \
 
46846
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 > 2.11 gconf-2.0 gtk+-2.0\"") >&5
 
46847
-  ($PKG_CONFIG --exists --print-errors "glib-2.0 > 2.11 gconf-2.0 gtk+-2.0") 2>&5
 
46848
+if test -n "$PKG_CONFIG"; then
 
46849
+    if test -n "$LIBEBOOK_CFLAGS"; then
 
46850
+        pkg_cv_LIBEBOOK_CFLAGS="$LIBEBOOK_CFLAGS"
 
46851
+    else
 
46852
+        if test -n "$PKG_CONFIG" && \
 
46853
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libebook-1.2 >= 1.7.90\"") >&5
 
46854
+  ($PKG_CONFIG --exists --print-errors "libebook-1.2 >= 1.7.90") 2>&5
 
46855
   ac_status=$?
 
46856
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46857
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46858
   (exit $ac_status); }; then
 
46859
-  pkg_cv_TYPING_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 > 2.11 gconf-2.0 gtk+-2.0" 2>/dev/null`
 
46860
+  pkg_cv_LIBEBOOK_CFLAGS=`$PKG_CONFIG --cflags "libebook-1.2 >= 1.7.90" 2>/dev/null`
 
46861
 else
 
46862
   pkg_failed=yes
 
46863
 fi
 
46864
- else
 
46865
-    pkg_failed=untried
 
46866
+    fi
 
46867
+else
 
46868
+       pkg_failed=untried
 
46869
 fi
 
46870
-if test -n "$TYPING_LIBS"; then
 
46871
-    pkg_cv_TYPING_LIBS="$TYPING_LIBS"
 
46872
- elif test -n "$PKG_CONFIG"; then
 
46873
-    if test -n "$PKG_CONFIG" && \
 
46874
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 > 2.11 gconf-2.0 gtk+-2.0\"") >&5
 
46875
-  ($PKG_CONFIG --exists --print-errors "glib-2.0 > 2.11 gconf-2.0 gtk+-2.0") 2>&5
 
46876
+if test -n "$PKG_CONFIG"; then
 
46877
+    if test -n "$LIBEBOOK_LIBS"; then
 
46878
+        pkg_cv_LIBEBOOK_LIBS="$LIBEBOOK_LIBS"
 
46879
+    else
 
46880
+        if test -n "$PKG_CONFIG" && \
 
46881
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libebook-1.2 >= 1.7.90\"") >&5
 
46882
+  ($PKG_CONFIG --exists --print-errors "libebook-1.2 >= 1.7.90") 2>&5
 
46883
   ac_status=$?
 
46884
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46885
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46886
   (exit $ac_status); }; then
 
46887
-  pkg_cv_TYPING_LIBS=`$PKG_CONFIG --libs "glib-2.0 > 2.11 gconf-2.0 gtk+-2.0" 2>/dev/null`
 
46888
+  pkg_cv_LIBEBOOK_LIBS=`$PKG_CONFIG --libs "libebook-1.2 >= 1.7.90" 2>/dev/null`
 
46889
 else
 
46890
   pkg_failed=yes
 
46891
 fi
 
46892
- else
 
46893
-    pkg_failed=untried
 
46894
+    fi
 
46895
+else
 
46896
+       pkg_failed=untried
 
46897
 fi
 
46898
 
 
46899
 
 
46900
@@ -27005,101 +19039,109 @@
 
46901
         _pkg_short_errors_supported=no
 
46902
 fi
 
46903
         if test $_pkg_short_errors_supported = yes; then
 
46904
-               TYPING_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 > 2.11 gconf-2.0 gtk+-2.0" 2>&1`
 
46905
+               LIBEBOOK_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libebook-1.2 >= 1.7.90"`
 
46906
         else
 
46907
-               TYPING_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 > 2.11 gconf-2.0 gtk+-2.0" 2>&1`
 
46908
+               LIBEBOOK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libebook-1.2 >= 1.7.90"`
 
46909
         fi
 
46910
        # Put the nasty error message in config.log where it belongs
 
46911
-       echo "$TYPING_PKG_ERRORS" >&5
 
46912
+       echo "$LIBEBOOK_PKG_ERRORS" >&5
 
46913
 
 
46914
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (glib-2.0 > 2.11 gconf-2.0 gtk+-2.0) were not met:
 
46915
+       { { echo "$as_me:$LINENO: error: Package requirements (libebook-1.2 >= 1.7.90) were not met:
 
46916
 
 
46917
-$TYPING_PKG_ERRORS
 
46918
+$LIBEBOOK_PKG_ERRORS
 
46919
 
 
46920
 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
46921
 installed software in a non-standard prefix.
 
46922
 
 
46923
-Alternatively, you may set the environment variables TYPING_CFLAGS
 
46924
-and TYPING_LIBS to avoid the need to call pkg-config.
 
46925
+Alternatively, you may set the environment variables LIBEBOOK_CFLAGS
 
46926
+and LIBEBOOK_LIBS to avoid the need to call pkg-config.
 
46927
 See the pkg-config man page for more details.
 
46928
 " >&5
 
46929
-$as_echo "$as_me: error: Package requirements (glib-2.0 > 2.11 gconf-2.0 gtk+-2.0) were not met:
 
46930
+echo "$as_me: error: Package requirements (libebook-1.2 >= 1.7.90) were not met:
 
46931
 
 
46932
-$TYPING_PKG_ERRORS
 
46933
+$LIBEBOOK_PKG_ERRORS
 
46934
 
 
46935
 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
46936
 installed software in a non-standard prefix.
 
46937
 
 
46938
-Alternatively, you may set the environment variables TYPING_CFLAGS
 
46939
-and TYPING_LIBS to avoid the need to call pkg-config.
 
46940
+Alternatively, you may set the environment variables LIBEBOOK_CFLAGS
 
46941
+and LIBEBOOK_LIBS to avoid the need to call pkg-config.
 
46942
 See the pkg-config man page for more details.
 
46943
 " >&2;}
 
46944
    { (exit 1); exit 1; }; }
 
46945
 elif test $pkg_failed = untried; then
 
46946
-       { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
46947
+       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
46948
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
46949
 path to pkg-config.
 
46950
 
 
46951
-Alternatively, you may set the environment variables TYPING_CFLAGS
 
46952
-and TYPING_LIBS to avoid the need to call pkg-config.
 
46953
+Alternatively, you may set the environment variables LIBEBOOK_CFLAGS
 
46954
+and LIBEBOOK_LIBS to avoid the need to call pkg-config.
 
46955
 See the pkg-config man page for more details.
 
46956
 
 
46957
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
46958
 See \`config.log' for more details." >&5
 
46959
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
46960
+echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
46961
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
46962
 path to pkg-config.
 
46963
 
 
46964
-Alternatively, you may set the environment variables TYPING_CFLAGS
 
46965
-and TYPING_LIBS to avoid the need to call pkg-config.
 
46966
+Alternatively, you may set the environment variables LIBEBOOK_CFLAGS
 
46967
+and LIBEBOOK_LIBS to avoid the need to call pkg-config.
 
46968
 See the pkg-config man page for more details.
 
46969
 
 
46970
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
46971
 See \`config.log' for more details." >&2;}
 
46972
    { (exit 1); exit 1; }; }
 
46973
 else
 
46974
-       TYPING_CFLAGS=$pkg_cv_TYPING_CFLAGS
 
46975
-       TYPING_LIBS=$pkg_cv_TYPING_LIBS
 
46976
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
46977
-$as_echo "yes" >&6; }
 
46978
-       :
39844
46979
+       LIBEBOOK_CFLAGS=$pkg_cv_LIBEBOOK_CFLAGS
39845
46980
+       LIBEBOOK_LIBS=$pkg_cv_LIBEBOOK_LIBS
39846
 
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
39847
 
+$as_echo "yes" >&6; }
39848
 
 
 
46981
+        { echo "$as_me:$LINENO: result: yes" >&5
 
46982
+echo "${ECHO_T}yes" >&6; }
 
46983
+
39849
46984
+cat >>confdefs.h <<\_ACEOF
39850
46985
+#define HAVE_LIBEBOOK 1
39851
46986
+_ACEOF
39852
 
 
39853
 
-savecppflags=$CPPFLAGS
39854
 
-CPPFLAGS="$CPPFLAGS $X_CFLAGS"
39855
 
+fi
39856
 
 
39857
 
-for ac_header in X11/Xlib.h
39858
 
-do
39859
 
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
39860
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
39861
 
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
39862
 
-$as_echo_n "checking for $ac_header... " >&6; }
39863
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
39864
 
-  $as_echo_n "(cached) " >&6
39865
 
+pkg_failed=no
39866
 
+{ $as_echo "$as_me:$LINENO: checking for POLKIT_GNOME" >&5
39867
 
+$as_echo_n "checking for POLKIT_GNOME... " >&6; }
39868
46987
+
 
46988
 fi
 
46989
 
 
46990
 pkg_failed=no
 
46991
-{ $as_echo "$as_me:$LINENO: checking for GSD_DBUS" >&5
 
46992
-$as_echo_n "checking for GSD_DBUS... " >&6; }
 
46993
+{ echo "$as_me:$LINENO: checking for POLKIT_GNOME" >&5
 
46994
+echo $ECHO_N "checking for POLKIT_GNOME... $ECHO_C" >&6; }
 
46995
 
 
46996
-if test -n "$GSD_DBUS_CFLAGS"; then
 
46997
-    pkg_cv_GSD_DBUS_CFLAGS="$GSD_DBUS_CFLAGS"
 
46998
- elif test -n "$PKG_CONFIG"; then
 
46999
-    if test -n "$PKG_CONFIG" && \
 
47000
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-settings-daemon\"") >&5
 
47001
-  ($PKG_CONFIG --exists --print-errors "gnome-settings-daemon") 2>&5
39869
47002
+if test -n "$PKG_CONFIG"; then
39870
47003
+    if test -n "$POLKIT_GNOME_CFLAGS"; then
39871
47004
+        pkg_cv_POLKIT_GNOME_CFLAGS="$POLKIT_GNOME_CFLAGS"
39872
47005
+    else
39873
47006
+        if test -n "$PKG_CONFIG" && \
39874
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"polkit-gnome\"") >&5
 
47007
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"polkit-gnome\"") >&5
39875
47008
+  ($PKG_CONFIG --exists --print-errors "polkit-gnome") 2>&5
39876
 
+  ac_status=$?
39877
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
39878
 
+  (exit $ac_status); }; then
 
47009
   ac_status=$?
 
47010
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47011
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47012
   (exit $ac_status); }; then
 
47013
-  pkg_cv_GSD_DBUS_CFLAGS=`$PKG_CONFIG --cflags "gnome-settings-daemon" 2>/dev/null`
39879
47014
+  pkg_cv_POLKIT_GNOME_CFLAGS=`$PKG_CONFIG --cflags "polkit-gnome" 2>/dev/null`
 
47015
 else
 
47016
   pkg_failed=yes
 
47017
 fi
 
47018
- else
 
47019
-    pkg_failed=untried
 
47020
+    fi
39880
47021
+else
39881
 
+  pkg_failed=yes
39882
 
 fi
39883
 
-ac_res=`eval 'as_val=${'$as_ac_Header'}
39884
 
-                $as_echo "$as_val"'`
39885
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
39886
 
-$as_echo "$ac_res" >&6; }
39887
 
+    fi
39888
 
 else
39889
 
-  # Is the header compilable?
39890
 
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
39891
 
-$as_echo_n "checking $ac_header usability... " >&6; }
39892
 
-cat >conftest.$ac_ext <<_ACEOF
39893
 
-/* confdefs.h.  */
39894
 
-_ACEOF
39895
 
-cat confdefs.h >>conftest.$ac_ext
39896
 
-cat >>conftest.$ac_ext <<_ACEOF
39897
 
-/* end confdefs.h.  */
39898
 
-$ac_includes_default
39899
 
-#include <$ac_header>
39900
 
-_ACEOF
39901
 
-rm -f conftest.$ac_objext
39902
 
-if { (ac_try="$ac_compile"
39903
 
-case "(($ac_try" in
39904
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39905
 
-  *) ac_try_echo=$ac_try;;
39906
 
-esac
39907
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
39908
 
-$as_echo "$ac_try_echo") >&5
39909
 
-  (eval "$ac_compile") 2>conftest.er1
39910
47022
+       pkg_failed=untried
39911
 
+fi
 
47023
 fi
 
47024
-if test -n "$GSD_DBUS_LIBS"; then
 
47025
-    pkg_cv_GSD_DBUS_LIBS="$GSD_DBUS_LIBS"
 
47026
- elif test -n "$PKG_CONFIG"; then
 
47027
-    if test -n "$PKG_CONFIG" && \
 
47028
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-settings-daemon\"") >&5
 
47029
-  ($PKG_CONFIG --exists --print-errors "gnome-settings-daemon") 2>&5
39912
47030
+if test -n "$PKG_CONFIG"; then
39913
47031
+    if test -n "$POLKIT_GNOME_LIBS"; then
39914
47032
+        pkg_cv_POLKIT_GNOME_LIBS="$POLKIT_GNOME_LIBS"
39915
47033
+    else
39916
47034
+        if test -n "$PKG_CONFIG" && \
39917
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"polkit-gnome\"") >&5
 
47035
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"polkit-gnome\"") >&5
39918
47036
+  ($PKG_CONFIG --exists --print-errors "polkit-gnome") 2>&5
39919
47037
   ac_status=$?
39920
 
-  grep -v '^ *+' conftest.er1 >conftest.err
39921
 
-  rm -f conftest.er1
39922
 
-  cat conftest.err >&5
39923
 
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
39924
 
-  (exit $ac_status); } && {
39925
 
-        test -z "$ac_c_werror_flag" ||
39926
 
-        test ! -s conftest.err
39927
 
-       } && test -s conftest.$ac_objext; then
39928
 
-  ac_header_compiler=yes
39929
 
+  (exit $ac_status); }; then
 
47038
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47039
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47040
   (exit $ac_status); }; then
 
47041
-  pkg_cv_GSD_DBUS_LIBS=`$PKG_CONFIG --libs "gnome-settings-daemon" 2>/dev/null`
39930
47042
+  pkg_cv_POLKIT_GNOME_LIBS=`$PKG_CONFIG --libs "polkit-gnome" 2>/dev/null`
39931
47043
 else
39932
 
-  $as_echo "$as_me: failed program was:" >&5
39933
 
-sed 's/^/| /' conftest.$ac_ext >&5
39934
 
+  pkg_failed=yes
39935
 
+fi
 
47044
   pkg_failed=yes
 
47045
 fi
 
47046
- else
 
47047
-    pkg_failed=untried
39936
47048
+    fi
39937
47049
+else
39938
47050
+       pkg_failed=untried
39939
 
+fi
39940
 
 
39941
 
-       ac_header_compiler=no
39942
 
+
39943
 
+
39944
 
+if test $pkg_failed = yes; then
39945
 
+
39946
 
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
39947
 
+        _pkg_short_errors_supported=yes
39948
 
+else
39949
 
+        _pkg_short_errors_supported=no
39950
 
 fi
39951
 
+        if test $_pkg_short_errors_supported = yes; then
 
47051
 fi
 
47052
 
 
47053
 
 
47054
@@ -27112,101 +19154,86 @@
 
47055
         _pkg_short_errors_supported=no
 
47056
 fi
 
47057
         if test $_pkg_short_errors_supported = yes; then
 
47058
-               GSD_DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gnome-settings-daemon" 2>&1`
39952
47059
+               POLKIT_GNOME_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "polkit-gnome"`
39953
 
+        else
 
47060
         else
 
47061
-               GSD_DBUS_PKG_ERRORS=`$PKG_CONFIG --print-errors "gnome-settings-daemon" 2>&1`
39954
47062
+               POLKIT_GNOME_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "polkit-gnome"`
39955
 
+        fi
39956
 
+       # Put the nasty error message in config.log where it belongs
 
47063
         fi
 
47064
        # Put the nasty error message in config.log where it belongs
 
47065
-       echo "$GSD_DBUS_PKG_ERRORS" >&5
 
47066
-
 
47067
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (gnome-settings-daemon) were not met:
 
47068
-
 
47069
-$GSD_DBUS_PKG_ERRORS
 
47070
-
 
47071
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
47072
-installed software in a non-standard prefix.
 
47073
-
 
47074
-Alternatively, you may set the environment variables GSD_DBUS_CFLAGS
 
47075
-and GSD_DBUS_LIBS to avoid the need to call pkg-config.
 
47076
-See the pkg-config man page for more details.
 
47077
-" >&5
 
47078
-$as_echo "$as_me: error: Package requirements (gnome-settings-daemon) were not met:
 
47079
-
 
47080
-$GSD_DBUS_PKG_ERRORS
 
47081
-
 
47082
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
47083
-installed software in a non-standard prefix.
39957
47084
+       echo "$POLKIT_GNOME_PKG_ERRORS" >&5
39958
47085
 
39959
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
39960
 
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
39961
 
-$as_echo "$ac_header_compiler" >&6; }
39962
 
+       { $as_echo "$as_me:$LINENO: result: no" >&5
39963
 
+$as_echo "no" >&6; }
 
47086
-Alternatively, you may set the environment variables GSD_DBUS_CFLAGS
 
47087
-and GSD_DBUS_LIBS to avoid the need to call pkg-config.
 
47088
-See the pkg-config man page for more details.
 
47089
-" >&2;}
 
47090
-   { (exit 1); exit 1; }; }
 
47091
+       { echo "$as_me:$LINENO: result: no" >&5
 
47092
+echo "${ECHO_T}no" >&6; }
39964
47093
+                has_polkit=false
39965
 
+elif test $pkg_failed = untried; then
 
47094
 elif test $pkg_failed = untried; then
 
47095
-       { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
47096
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
47097
-path to pkg-config.
 
47098
-
 
47099
-Alternatively, you may set the environment variables GSD_DBUS_CFLAGS
 
47100
-and GSD_DBUS_LIBS to avoid the need to call pkg-config.
 
47101
-See the pkg-config man page for more details.
39966
47102
+       has_polkit=false
39967
47103
+else
39968
47104
+       POLKIT_GNOME_CFLAGS=$pkg_cv_POLKIT_GNOME_CFLAGS
39969
47105
+       POLKIT_GNOME_LIBS=$pkg_cv_POLKIT_GNOME_LIBS
39970
 
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
39971
 
+$as_echo "yes" >&6; }
 
47106
+        { echo "$as_me:$LINENO: result: yes" >&5
 
47107
+echo "${ECHO_T}yes" >&6; }
39972
47108
 
39973
 
-# Is the header present?
39974
 
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
39975
 
-$as_echo_n "checking $ac_header presence... " >&6; }
39976
 
-cat >conftest.$ac_ext <<_ACEOF
39977
 
-/* confdefs.h.  */
39978
 
-_ACEOF
39979
 
-cat confdefs.h >>conftest.$ac_ext
39980
 
-cat >>conftest.$ac_ext <<_ACEOF
39981
 
-/* end confdefs.h.  */
39982
 
-#include <$ac_header>
 
47109
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
47110
-See \`config.log' for more details." >&5
 
47111
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
47112
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
47113
-path to pkg-config.
39983
47114
+cat >>confdefs.h <<\_ACEOF
39984
47115
+#define HAVE_POLKIT 1
39985
 
 _ACEOF
39986
 
-if { (ac_try="$ac_cpp conftest.$ac_ext"
39987
 
-case "(($ac_try" in
39988
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
39989
 
-  *) ac_try_echo=$ac_try;;
39990
 
-esac
39991
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
39992
 
-$as_echo "$ac_try_echo") >&5
39993
 
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
39994
 
-  ac_status=$?
39995
 
-  grep -v '^ *+' conftest.er1 >conftest.err
39996
 
-  rm -f conftest.er1
39997
 
-  cat conftest.err >&5
39998
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
39999
 
-  (exit $ac_status); } >/dev/null && {
40000
 
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
40001
 
-        test ! -s conftest.err
40002
 
-       }; then
40003
 
-  ac_header_preproc=yes
40004
 
-else
40005
 
-  $as_echo "$as_me: failed program was:" >&5
40006
 
-sed 's/^/| /' conftest.$ac_ext >&5
40007
 
 
40008
 
-  ac_header_preproc=no
40009
 
+fi
40010
 
 fi
40011
 
 
40012
 
-rm -f conftest.err conftest.$ac_ext
40013
 
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
40014
 
-$as_echo "$ac_header_preproc" >&6; }
40015
 
-
40016
 
-# So?  What about this header?
40017
 
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
40018
 
-  yes:no: )
40019
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
40020
 
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
40021
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
40022
 
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
40023
 
-    ac_header_preproc=yes
40024
 
-    ;;
40025
 
-  no:yes:* )
40026
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
40027
 
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
40028
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
40029
 
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
40030
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
40031
 
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
40032
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
40033
 
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
40034
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
40035
 
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
40036
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
40037
 
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
40038
 
-    ( cat <<\_ASBOX
40039
 
-## ----------------------------------------------------------------------------------- ##
40040
 
-## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center ##
40041
 
-## ----------------------------------------------------------------------------------- ##
40042
 
-_ASBOX
40043
 
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
40044
 
-    ;;
40045
 
-esac
40046
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
40047
 
-$as_echo_n "checking for $ac_header... " >&6; }
40048
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
40049
 
-  $as_echo_n "(cached) " >&6
 
47116
+_ACEOF
 
47117
 
 
47118
-Alternatively, you may set the environment variables GSD_DBUS_CFLAGS
 
47119
-and GSD_DBUS_LIBS to avoid the need to call pkg-config.
 
47120
-See the pkg-config man page for more details.
 
47121
+fi
 
47122
+fi
 
47123
 
 
47124
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
47125
-See \`config.log' for more details." >&2;}
 
47126
-   { (exit 1); exit 1; }; }
40050
47127
+ if test "x$enable_aboutme" = "xyes"; then
40051
47128
+  BUILD_ABOUTME_TRUE=
40052
47129
+  BUILD_ABOUTME_FALSE='#'
40053
47130
 else
40054
 
-  eval "$as_ac_Header=\$ac_header_preproc"
 
47131
-       GSD_DBUS_CFLAGS=$pkg_cv_GSD_DBUS_CFLAGS
 
47132
-       GSD_DBUS_LIBS=$pkg_cv_GSD_DBUS_LIBS
 
47133
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
47134
-$as_echo "yes" >&6; }
 
47135
-       :
40055
47136
+  BUILD_ABOUTME_TRUE='#'
40056
47137
+  BUILD_ABOUTME_FALSE=
40057
 
 fi
40058
 
-ac_res=`eval 'as_val=${'$as_ac_Header'}
40059
 
-                $as_echo "$as_val"'`
40060
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
40061
 
-$as_echo "$ac_res" >&6; }
40062
 
 
40063
 
-fi
40064
 
-as_val=`eval 'as_val=${'$as_ac_Header'}
40065
 
-                $as_echo "$as_val"'`
40066
 
-   if test "x$as_val" = x""yes; then
40067
 
-  cat >>confdefs.h <<_ACEOF
40068
 
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
40069
 
-_ACEOF
40070
 
 
 
47138
+fi
 
47139
+
 
47140
+
40071
47141
+# Check whether --enable-hal was given.
40072
47142
+if test "${enable_hal+set}" = set; then
40073
47143
+  enableval=$enable_hal;
40074
47144
 fi
40075
47145
 
40076
 
-done
40077
47146
+if test "x$enable_hal" != "xno"; then
40078
 
 
40079
 
-{ $as_echo "$as_me:$LINENO: checking for XF86MiscQueryExtension in -lXxf86misc" >&5
40080
 
-$as_echo_n "checking for XF86MiscQueryExtension in -lXxf86misc... " >&6; }
40081
 
-if test "${ac_cv_lib_Xxf86misc_XF86MiscQueryExtension+set}" = set; then
40082
 
-  $as_echo_n "(cached) " >&6
40083
 
-else
40084
 
-  ac_check_lib_save_LIBS=$LIBS
40085
 
-LIBS="-lXxf86misc  $LIBS"
40086
 
-cat >conftest.$ac_ext <<_ACEOF
40087
 
-/* confdefs.h.  */
40088
 
-_ACEOF
40089
 
-cat confdefs.h >>conftest.$ac_ext
40090
 
-cat >>conftest.$ac_ext <<_ACEOF
40091
 
-/* end confdefs.h.  */
40092
 
+pkg_failed=no
40093
 
+{ $as_echo "$as_me:$LINENO: checking for HAL" >&5
40094
 
+$as_echo_n "checking for HAL... " >&6; }
40095
 
 
40096
 
-/* Override any GCC internal prototype to avoid an error.
40097
 
-   Use char because int might match the return type of a GCC
40098
 
-   builtin and then its argument prototype would still apply.  */
40099
 
-#ifdef __cplusplus
40100
 
-extern "C"
40101
 
-#endif
40102
 
-char XF86MiscQueryExtension ();
40103
 
-int
40104
 
-main ()
40105
 
-{
40106
 
-return XF86MiscQueryExtension ();
40107
 
-  ;
40108
 
-  return 0;
40109
 
-}
40110
 
-_ACEOF
40111
 
-rm -f conftest.$ac_objext conftest$ac_exeext
40112
 
-if { (ac_try="$ac_link"
40113
 
-case "(($ac_try" in
40114
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40115
 
-  *) ac_try_echo=$ac_try;;
40116
 
-esac
40117
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
40118
 
-$as_echo "$ac_try_echo") >&5
40119
 
-  (eval "$ac_link") 2>conftest.er1
 
47147
+
 
47148
 pkg_failed=no
 
47149
-{ $as_echo "$as_me:$LINENO: checking for GIO" >&5
 
47150
-$as_echo_n "checking for GIO... " >&6; }
 
47151
+{ echo "$as_me:$LINENO: checking for HAL" >&5
 
47152
+echo $ECHO_N "checking for HAL... $ECHO_C" >&6; }
 
47153
 
 
47154
-if test -n "$GIO_CFLAGS"; then
 
47155
-    pkg_cv_GIO_CFLAGS="$GIO_CFLAGS"
 
47156
- elif test -n "$PKG_CONFIG"; then
 
47157
-    if test -n "$PKG_CONFIG" && \
 
47158
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gio-2.0\"") >&5
 
47159
-  ($PKG_CONFIG --exists --print-errors "gio-2.0") 2>&5
40120
47160
+if test -n "$PKG_CONFIG"; then
40121
47161
+    if test -n "$HAL_CFLAGS"; then
40122
47162
+        pkg_cv_HAL_CFLAGS="$HAL_CFLAGS"
40123
47163
+    else
40124
47164
+        if test -n "$PKG_CONFIG" && \
40125
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32\"") >&5
 
47165
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32\"") >&5
40126
47166
+  ($PKG_CONFIG --exists --print-errors "hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32") 2>&5
40127
47167
   ac_status=$?
40128
 
-  grep -v '^ *+' conftest.er1 >conftest.err
40129
 
-  rm -f conftest.er1
40130
 
-  cat conftest.err >&5
40131
 
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
40132
 
-  (exit $ac_status); } && {
40133
 
-        test -z "$ac_c_werror_flag" ||
40134
 
-        test ! -s conftest.err
40135
 
-       } && test -s conftest$ac_exeext && {
40136
 
-        test "$cross_compiling" = yes ||
40137
 
-        $as_test_x conftest$ac_exeext
40138
 
-       }; then
40139
 
-  ac_cv_lib_Xxf86misc_XF86MiscQueryExtension=yes
40140
 
+  (exit $ac_status); }; then
 
47168
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47169
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47170
   (exit $ac_status); }; then
 
47171
-  pkg_cv_GIO_CFLAGS=`$PKG_CONFIG --cflags "gio-2.0" 2>/dev/null`
40141
47172
+  pkg_cv_HAL_CFLAGS=`$PKG_CONFIG --cflags "hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32" 2>/dev/null`
40142
47173
 else
40143
 
-  $as_echo "$as_me: failed program was:" >&5
40144
 
-sed 's/^/| /' conftest.$ac_ext >&5
40145
 
-
40146
 
-       ac_cv_lib_Xxf86misc_XF86MiscQueryExtension=no
40147
 
+  pkg_failed=yes
 
47174
   pkg_failed=yes
40148
47175
 fi
40149
 
-
40150
 
-rm -rf conftest.dSYM
40151
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
40152
 
-      conftest$ac_exeext conftest.$ac_ext
40153
 
-LIBS=$ac_check_lib_save_LIBS
 
47176
- else
 
47177
-    pkg_failed=untried
40154
47178
+    fi
40155
47179
+else
40156
47180
+       pkg_failed=untried
40157
 
+fi
 
47181
 fi
 
47182
-if test -n "$GIO_LIBS"; then
 
47183
-    pkg_cv_GIO_LIBS="$GIO_LIBS"
 
47184
- elif test -n "$PKG_CONFIG"; then
 
47185
-    if test -n "$PKG_CONFIG" && \
 
47186
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gio-2.0\"") >&5
 
47187
-  ($PKG_CONFIG --exists --print-errors "gio-2.0") 2>&5
40158
47188
+if test -n "$PKG_CONFIG"; then
40159
47189
+    if test -n "$HAL_LIBS"; then
40160
47190
+        pkg_cv_HAL_LIBS="$HAL_LIBS"
40161
47191
+    else
40162
47192
+        if test -n "$PKG_CONFIG" && \
40163
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32\"") >&5
 
47193
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32\"") >&5
40164
47194
+  ($PKG_CONFIG --exists --print-errors "hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32") 2>&5
40165
 
+  ac_status=$?
40166
 
+  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
40167
 
+  (exit $ac_status); }; then
 
47195
   ac_status=$?
 
47196
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47197
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47198
   (exit $ac_status); }; then
 
47199
-  pkg_cv_GIO_LIBS=`$PKG_CONFIG --libs "gio-2.0" 2>/dev/null`
40168
47200
+  pkg_cv_HAL_LIBS=`$PKG_CONFIG --libs "hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32" 2>/dev/null`
40169
 
+else
40170
 
+  pkg_failed=yes
40171
 
+fi
 
47201
 else
 
47202
   pkg_failed=yes
 
47203
 fi
 
47204
- else
 
47205
-    pkg_failed=untried
40172
47206
+    fi
40173
47207
+else
40174
47208
+       pkg_failed=untried
40175
47209
 fi
40176
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xxf86misc_XF86MiscQueryExtension" >&5
40177
 
-$as_echo "$ac_cv_lib_Xxf86misc_XF86MiscQueryExtension" >&6; }
40178
 
-if test "x$ac_cv_lib_Xxf86misc_XF86MiscQueryExtension" = x""yes; then
40179
 
 
40180
 
 
40181
 
-for ac_header in X11/extensions/xf86misc.h
40182
 
-do
40183
 
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
40184
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
40185
 
-$as_echo_n "checking for $ac_header... " >&6; }
40186
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
40187
 
-  $as_echo_n "(cached) " >&6
40188
 
-else
40189
 
-  cat >conftest.$ac_ext <<_ACEOF
40190
 
-/* confdefs.h.  */
40191
 
-_ACEOF
40192
 
-cat confdefs.h >>conftest.$ac_ext
40193
 
-cat >>conftest.$ac_ext <<_ACEOF
40194
 
-/* end confdefs.h.  */
40195
 
-#if HAVE_X11_XLIB_H
40196
 
-#include <X11/Xlib.h>
40197
 
-#endif
40198
 
 
40199
 
+if test $pkg_failed = yes; then
40200
 
 
40201
 
-#include <$ac_header>
40202
 
-_ACEOF
40203
 
-rm -f conftest.$ac_objext
40204
 
-if { (ac_try="$ac_compile"
40205
 
-case "(($ac_try" in
40206
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40207
 
-  *) ac_try_echo=$ac_try;;
40208
 
-esac
40209
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
40210
 
-$as_echo "$ac_try_echo") >&5
40211
 
-  (eval "$ac_compile") 2>conftest.er1
40212
 
-  ac_status=$?
40213
 
-  grep -v '^ *+' conftest.er1 >conftest.err
40214
 
-  rm -f conftest.er1
40215
 
-  cat conftest.err >&5
40216
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
40217
 
-  (exit $ac_status); } && {
40218
 
-        test -z "$ac_c_werror_flag" ||
40219
 
-        test ! -s conftest.err
40220
 
-       } && test -s conftest.$ac_objext; then
40221
 
-  eval "$as_ac_Header=yes"
40222
 
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
40223
 
+        _pkg_short_errors_supported=yes
40224
 
 else
40225
 
-  $as_echo "$as_me: failed program was:" >&5
40226
 
-sed 's/^/| /' conftest.$ac_ext >&5
40227
 
-
40228
 
-       eval "$as_ac_Header=no"
40229
 
+        _pkg_short_errors_supported=no
 
47210
 
 
47211
 
 
47212
@@ -27219,332 +19246,295 @@
 
47213
         _pkg_short_errors_supported=no
40230
47214
 fi
40231
 
+        if test $_pkg_short_errors_supported = yes; then
 
47215
         if test $_pkg_short_errors_supported = yes; then
 
47216
-               GIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gio-2.0" 2>&1`
40232
47217
+               HAL_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32"`
40233
 
+        else
 
47218
         else
 
47219
-               GIO_PKG_ERRORS=`$PKG_CONFIG --print-errors "gio-2.0" 2>&1`
40234
47220
+               HAL_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32"`
40235
 
+        fi
40236
 
+       # Put the nasty error message in config.log where it belongs
 
47221
         fi
 
47222
        # Put the nasty error message in config.log where it belongs
 
47223
-       echo "$GIO_PKG_ERRORS" >&5
40237
47224
+       echo "$HAL_PKG_ERRORS" >&5
40238
47225
 
40239
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40240
 
-fi
40241
 
-ac_res=`eval 'as_val=${'$as_ac_Header'}
40242
 
-                $as_echo "$as_val"'`
40243
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
40244
 
-$as_echo "$ac_res" >&6; }
40245
 
-as_val=`eval 'as_val=${'$as_ac_Header'}
40246
 
-                $as_echo "$as_val"'`
40247
 
-   if test "x$as_val" = x""yes; then
40248
 
-  cat >>confdefs.h <<_ACEOF
40249
 
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
40250
 
-_ACEOF
40251
 
- XF86MISC_LIBS="-lXxf86misc"
40252
 
-fi
40253
 
+       { { $as_echo "$as_me:$LINENO: error: Package requirements (hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32) were not met:
40254
 
 
40255
 
-done
40256
 
+$HAL_PKG_ERRORS
40257
 
 
40258
 
-fi
40259
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
40260
 
+installed software in a non-standard prefix.
40261
 
+
40262
 
+Alternatively, you may set the environment variables HAL_CFLAGS
40263
 
+and HAL_LIBS to avoid the need to call pkg-config.
40264
 
+See the pkg-config man page for more details.
40265
 
+" >&5
40266
 
+$as_echo "$as_me: error: Package requirements (hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32) were not met:
40267
 
 
40268
 
+$HAL_PKG_ERRORS
40269
 
 
40270
 
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
40271
 
+installed software in a non-standard prefix.
40272
 
 
40273
 
-for ac_header in X11/extensions/XKB.h
40274
 
-do
40275
 
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
40276
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
40277
 
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
40278
 
-$as_echo_n "checking for $ac_header... " >&6; }
40279
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
40280
 
-  $as_echo_n "(cached) " >&6
40281
 
-fi
40282
 
-ac_res=`eval 'as_val=${'$as_ac_Header'}
40283
 
-                $as_echo "$as_val"'`
40284
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
40285
 
-$as_echo "$ac_res" >&6; }
40286
 
+Alternatively, you may set the environment variables HAL_CFLAGS
40287
 
+and HAL_LIBS to avoid the need to call pkg-config.
40288
 
+See the pkg-config man page for more details.
40289
 
+" >&2;}
40290
 
+   { (exit 1); exit 1; }; }
40291
 
+elif test $pkg_failed = untried; then
40292
 
+       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
40293
 
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
40294
 
+{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
40295
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
40296
 
+path to pkg-config.
40297
 
+
40298
 
+Alternatively, you may set the environment variables HAL_CFLAGS
40299
 
+and HAL_LIBS to avoid the need to call pkg-config.
40300
 
+See the pkg-config man page for more details.
40301
 
+
40302
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
40303
 
+See \`config.log' for more details." >&5
40304
 
+$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
40305
 
+is in your PATH or set the PKG_CONFIG environment variable to the full
40306
 
+path to pkg-config.
40307
 
+
40308
 
+Alternatively, you may set the environment variables HAL_CFLAGS
40309
 
+and HAL_LIBS to avoid the need to call pkg-config.
40310
 
+See the pkg-config man page for more details.
40311
 
+
40312
 
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
40313
 
+See \`config.log' for more details." >&2;}
40314
 
+   { (exit 1); exit 1; }; }; }
 
47226
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (gio-2.0) were not met:
 
47227
+       { { echo "$as_me:$LINENO: error: Package requirements (hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32) were not met:
 
47228
 
 
47229
-$GIO_PKG_ERRORS
 
47230
+$HAL_PKG_ERRORS
 
47231
 
 
47232
 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
47233
 installed software in a non-standard prefix.
 
47234
 
 
47235
-Alternatively, you may set the environment variables GIO_CFLAGS
 
47236
-and GIO_LIBS to avoid the need to call pkg-config.
 
47237
+Alternatively, you may set the environment variables HAL_CFLAGS
 
47238
+and HAL_LIBS to avoid the need to call pkg-config.
 
47239
 See the pkg-config man page for more details.
 
47240
 " >&5
 
47241
-$as_echo "$as_me: error: Package requirements (gio-2.0) were not met:
 
47242
+echo "$as_me: error: Package requirements (hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32) were not met:
 
47243
 
 
47244
-$GIO_PKG_ERRORS
 
47245
+$HAL_PKG_ERRORS
 
47246
 
 
47247
 Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
47248
 installed software in a non-standard prefix.
 
47249
 
 
47250
-Alternatively, you may set the environment variables GIO_CFLAGS
 
47251
-and GIO_LIBS to avoid the need to call pkg-config.
 
47252
+Alternatively, you may set the environment variables HAL_CFLAGS
 
47253
+and HAL_LIBS to avoid the need to call pkg-config.
 
47254
 See the pkg-config man page for more details.
 
47255
 " >&2;}
 
47256
    { (exit 1); exit 1; }; }
 
47257
 elif test $pkg_failed = untried; then
 
47258
-       { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
47259
+       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
47260
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
47261
 path to pkg-config.
 
47262
 
 
47263
-Alternatively, you may set the environment variables GIO_CFLAGS
 
47264
-and GIO_LIBS to avoid the need to call pkg-config.
 
47265
+Alternatively, you may set the environment variables HAL_CFLAGS
 
47266
+and HAL_LIBS to avoid the need to call pkg-config.
 
47267
 See the pkg-config man page for more details.
 
47268
 
 
47269
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
47270
 See \`config.log' for more details." >&5
 
47271
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
47272
+echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
47273
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
47274
 path to pkg-config.
 
47275
 
 
47276
-Alternatively, you may set the environment variables GIO_CFLAGS
 
47277
-and GIO_LIBS to avoid the need to call pkg-config.
 
47278
+Alternatively, you may set the environment variables HAL_CFLAGS
 
47279
+and HAL_LIBS to avoid the need to call pkg-config.
 
47280
 See the pkg-config man page for more details.
 
47281
 
 
47282
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
47283
 See \`config.log' for more details." >&2;}
 
47284
    { (exit 1); exit 1; }; }
40315
47285
 else
40316
 
-  # Is the header compilable?
40317
 
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
40318
 
-$as_echo_n "checking $ac_header usability... " >&6; }
40319
 
-cat >conftest.$ac_ext <<_ACEOF
40320
 
-/* confdefs.h.  */
40321
 
-_ACEOF
40322
 
-cat confdefs.h >>conftest.$ac_ext
40323
 
-cat >>conftest.$ac_ext <<_ACEOF
40324
 
-/* end confdefs.h.  */
40325
 
-$ac_includes_default
40326
 
-#include <$ac_header>
 
47286
-       GIO_CFLAGS=$pkg_cv_GIO_CFLAGS
 
47287
-       GIO_LIBS=$pkg_cv_GIO_LIBS
 
47288
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
47289
-$as_echo "yes" >&6; }
 
47290
-       :
 
47291
-fi
 
47292
-
 
47293
-gtk_lib_dir=`$PKG_CONFIG --variable libdir gtk+-2.0`
 
47294
-gtk_binary_version=`$PKG_CONFIG --variable gtk_binary_version gtk+-2.0`
 
47295
-GTK_ENGINE_DIR="$gtk_lib_dir/gtk-2.0/$gtk_binary_version/engines"
 
47296
-
 
47297
-
 
47298
-xft_modules=
 
47299
-if $PKG_CONFIG --exists xft ; then
 
47300
-  xft_modules="xft"
40327
47301
+       HAL_CFLAGS=$pkg_cv_HAL_CFLAGS
40328
47302
+       HAL_LIBS=$pkg_cv_HAL_LIBS
40329
 
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
40330
 
+$as_echo "yes" >&6; }
40331
 
+
40332
 
+cat >>confdefs.h <<\_ACEOF
 
47303
+        { echo "$as_me:$LINENO: result: yes" >&5
 
47304
+echo "${ECHO_T}yes" >&6; }
 
47305
 
 
47306
 cat >>confdefs.h <<\_ACEOF
 
47307
-#define HAVE_XFT2 /**/
40333
47308
+#define USE_HAL 1
40334
47309
 _ACEOF
40335
 
-rm -f conftest.$ac_objext
40336
 
-if { (ac_try="$ac_compile"
40337
 
-case "(($ac_try" in
40338
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40339
 
-  *) ac_try_echo=$ac_try;;
40340
 
-esac
40341
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
40342
 
-$as_echo "$ac_try_echo") >&5
40343
 
-  (eval "$ac_compile") 2>conftest.er1
 
47310
 
 
47311
 fi
 
47312
 
 
47313
 
 
47314
-pkg_failed=no
 
47315
-{ $as_echo "$as_me:$LINENO: checking for FONT_CAPPLET" >&5
 
47316
-$as_echo_n "checking for FONT_CAPPLET... " >&6; }
 
47317
+fi
 
47318
 
 
47319
-if test -n "$FONT_CAPPLET_CFLAGS"; then
 
47320
-    pkg_cv_FONT_CAPPLET_CFLAGS="$FONT_CAPPLET_CFLAGS"
 
47321
- elif test -n "$PKG_CONFIG"; then
 
47322
-    if test -n "$PKG_CONFIG" && \
 
47323
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES \$xft_modules\"") >&5
 
47324
-  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES $xft_modules") 2>&5
40344
47325
-  ac_status=$?
40345
 
-  grep -v '^ *+' conftest.er1 >conftest.err
40346
 
-  rm -f conftest.er1
40347
 
-  cat conftest.err >&5
40348
47326
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
40349
 
-  (exit $ac_status); } && {
40350
 
-        test -z "$ac_c_werror_flag" ||
40351
 
-        test ! -s conftest.err
40352
 
-       } && test -s conftest.$ac_objext; then
40353
 
-  ac_header_compiler=yes
40354
 
-else
40355
 
-  $as_echo "$as_me: failed program was:" >&5
40356
 
-sed 's/^/| /' conftest.$ac_ext >&5
40357
 
 
40358
 
-       ac_header_compiler=no
40359
 
 fi
40360
 
 
40361
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
40362
 
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
40363
 
-$as_echo "$ac_header_compiler" >&6; }
40364
 
 
40365
 
-# Is the header present?
40366
 
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
40367
 
-$as_echo_n "checking $ac_header presence... " >&6; }
40368
 
-cat >conftest.$ac_ext <<_ACEOF
40369
 
-/* confdefs.h.  */
40370
 
-_ACEOF
40371
 
-cat confdefs.h >>conftest.$ac_ext
40372
 
-cat >>conftest.$ac_ext <<_ACEOF
40373
 
-/* end confdefs.h.  */
40374
 
-#include <$ac_header>
40375
 
-_ACEOF
40376
 
-if { (ac_try="$ac_cpp conftest.$ac_ext"
40377
 
-case "(($ac_try" in
40378
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
40379
 
-  *) ac_try_echo=$ac_try;;
40380
 
+fi
40381
 
+
 
47327
-  (exit $ac_status); }; then
 
47328
-  pkg_cv_FONT_CAPPLET_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES $xft_modules" 2>/dev/null`
40382
47329
+
40383
47330
+# Extract the first word of "glib-genmarshal", so it can be a program name with args.
40384
47331
+set dummy glib-genmarshal; ac_word=$2
40385
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
40386
 
+$as_echo_n "checking for $ac_word... " >&6; }
 
47332
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
47333
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
40387
47334
+if test "${ac_cv_path_GLIB_GENMARSHAL+set}" = set; then
40388
 
+  $as_echo_n "(cached) " >&6
40389
 
+else
 
47335
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
47336
 else
 
47337
-  pkg_failed=yes
 
47338
-fi
 
47339
- else
 
47340
-    pkg_failed=untried
40390
47341
+  case $GLIB_GENMARSHAL in
40391
47342
+  [\\/]* | ?:[\\/]*)
40392
47343
+  ac_cv_path_GLIB_GENMARSHAL="$GLIB_GENMARSHAL" # Let the user override the test with a path.
40400
47351
+  for ac_exec_ext in '' $ac_executable_extensions; do
40401
47352
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
40402
47353
+    ac_cv_path_GLIB_GENMARSHAL="$as_dir/$ac_word$ac_exec_ext"
40403
 
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
47354
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40404
47355
+    break 2
40405
47356
+  fi
40406
47357
+done
40409
47360
+
40410
47361
+  test -z "$ac_cv_path_GLIB_GENMARSHAL" && ac_cv_path_GLIB_GENMARSHAL="no"
40411
47362
+  ;;
40412
 
 esac
40413
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
40414
 
-$as_echo "$ac_try_echo") >&5
40415
 
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
47363
+esac
 
47364
 fi
 
47365
-if test -n "$FONT_CAPPLET_LIBS"; then
 
47366
-    pkg_cv_FONT_CAPPLET_LIBS="$FONT_CAPPLET_LIBS"
 
47367
- elif test -n "$PKG_CONFIG"; then
 
47368
-    if test -n "$PKG_CONFIG" && \
 
47369
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES \$xft_modules\"") >&5
 
47370
-  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES $xft_modules") 2>&5
40416
47371
-  ac_status=$?
40417
 
-  grep -v '^ *+' conftest.er1 >conftest.err
40418
 
-  rm -f conftest.er1
40419
 
-  cat conftest.err >&5
40420
47372
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
40421
 
-  (exit $ac_status); } >/dev/null && {
40422
 
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
40423
 
-        test ! -s conftest.err
40424
 
-       }; then
40425
 
-  ac_header_preproc=yes
40426
 
+fi
 
47373
-  (exit $ac_status); }; then
 
47374
-  pkg_cv_FONT_CAPPLET_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES $xft_modules" 2>/dev/null`
40427
47375
+GLIB_GENMARSHAL=$ac_cv_path_GLIB_GENMARSHAL
40428
47376
+if test -n "$GLIB_GENMARSHAL"; then
40429
 
+  { $as_echo "$as_me:$LINENO: result: $GLIB_GENMARSHAL" >&5
40430
 
+$as_echo "$GLIB_GENMARSHAL" >&6; }
 
47377
+  { echo "$as_me:$LINENO: result: $GLIB_GENMARSHAL" >&5
 
47378
+echo "${ECHO_T}$GLIB_GENMARSHAL" >&6; }
40431
47379
 else
40432
 
-  $as_echo "$as_me: failed program was:" >&5
40433
 
-sed 's/^/| /' conftest.$ac_ext >&5
40434
 
+  { $as_echo "$as_me:$LINENO: result: no" >&5
40435
 
+$as_echo "no" >&6; }
40436
 
+fi
40437
 
 
40438
 
-  ac_header_preproc=no
40439
 
+
40440
 
+
 
47380
-  pkg_failed=yes
 
47381
+  { echo "$as_me:$LINENO: result: no" >&5
 
47382
+echo "${ECHO_T}no" >&6; }
 
47383
 fi
 
47384
- else
 
47385
-    pkg_failed=untried
 
47386
-fi
 
47387
-
 
47388
 
 
47389
 
 
47390
-if test $pkg_failed = yes; then
 
47391
 
 
47392
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
47393
-        _pkg_short_errors_supported=yes
 
47394
-else
 
47395
-        _pkg_short_errors_supported=no
40441
47396
+if test x"$GLIB_GENMARSHAL" = xno; then
40442
 
+  { { $as_echo "$as_me:$LINENO: error: glib-genmarshal executable not found in your path - should be installed with glib" >&5
40443
 
+$as_echo "$as_me: error: glib-genmarshal executable not found in your path - should be installed with glib" >&2;}
 
47397
+  { { echo "$as_me:$LINENO: error: glib-genmarshal executable not found in your path - should be installed with glib" >&5
 
47398
+echo "$as_me: error: glib-genmarshal executable not found in your path - should be installed with glib" >&2;}
40444
47399
+   { (exit 1); exit 1; }; }
40445
47400
 fi
40446
 
 
40447
 
-rm -f conftest.err conftest.$ac_ext
40448
 
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
40449
 
-$as_echo "$ac_header_preproc" >&6; }
40450
 
 
40451
 
-# So?  What about this header?
40452
 
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
40453
 
-  yes:no: )
40454
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
40455
 
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
40456
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
40457
 
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
40458
 
-    ac_header_preproc=yes
40459
 
-    ;;
40460
 
-  no:yes:* )
40461
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
40462
 
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
40463
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
40464
 
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
40465
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
40466
 
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
40467
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
40468
 
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
40469
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
40470
 
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
40471
 
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
40472
 
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
40473
 
-    ( cat <<\_ASBOX
40474
 
-## ----------------------------------------------------------------------------------- ##
40475
 
-## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center ##
40476
 
-## ----------------------------------------------------------------------------------- ##
40477
 
-_ASBOX
40478
 
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
40479
 
-    ;;
40480
 
-esac
40481
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
40482
 
-$as_echo_n "checking for $ac_header... " >&6; }
40483
 
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
40484
 
+
40485
 
+
 
47401
-        if test $_pkg_short_errors_supported = yes; then
 
47402
-               FONT_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$COMMON_MODULES $xft_modules" 2>&1`
 
47403
-        else
 
47404
-               FONT_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --print-errors "$COMMON_MODULES $xft_modules" 2>&1`
 
47405
-        fi
 
47406
-       # Put the nasty error message in config.log where it belongs
 
47407
-       echo "$FONT_CAPPLET_PKG_ERRORS" >&5
 
47408
 
 
47409
-       { { $as_echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES $xft_modules) were not met:
 
47410
 
 
47411
-$FONT_CAPPLET_PKG_ERRORS
 
47412
 
 
47413
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
47414
-installed software in a non-standard prefix.
 
47415
 
 
47416
-Alternatively, you may set the environment variables FONT_CAPPLET_CFLAGS
 
47417
-and FONT_CAPPLET_LIBS to avoid the need to call pkg-config.
 
47418
-See the pkg-config man page for more details.
 
47419
-" >&5
 
47420
-$as_echo "$as_me: error: Package requirements ($COMMON_MODULES $xft_modules) were not met:
40486
47421
+# Extract the first word of "gconftool-2", so it can be a program name with args.
40487
47422
+set dummy gconftool-2; ac_word=$2
40488
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
40489
 
+$as_echo_n "checking for $ac_word... " >&6; }
 
47423
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
47424
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
40490
47425
+if test "${ac_cv_path_GCONFTOOL+set}" = set; then
40491
 
   $as_echo_n "(cached) " >&6
40492
 
 else
40493
 
-  eval "$as_ac_Header=\$ac_header_preproc"
 
47426
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
47427
+else
40494
47428
+  case $GCONFTOOL in
40495
47429
+  [\\/]* | ?:[\\/]*)
40496
47430
+  ac_cv_path_GCONFTOOL="$GCONFTOOL" # Let the user override the test with a path.
40504
47438
+  for ac_exec_ext in '' $ac_executable_extensions; do
40505
47439
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
40506
47440
+    ac_cv_path_GCONFTOOL="$as_dir/$ac_word$ac_exec_ext"
40507
 
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
47441
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
40508
47442
+    break 2
40509
47443
+  fi
40510
47444
+done
40511
47445
+done
40512
47446
+IFS=$as_save_IFS
40513
 
+
 
47447
 
 
47448
-$FONT_CAPPLET_PKG_ERRORS
40514
47449
+  test -z "$ac_cv_path_GCONFTOOL" && ac_cv_path_GCONFTOOL="no"
40515
47450
+  ;;
40516
47451
+esac
40517
 
 fi
40518
 
-ac_res=`eval 'as_val=${'$as_ac_Header'}
40519
 
-                $as_echo "$as_val"'`
40520
 
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
40521
 
-$as_echo "$ac_res" >&6; }
 
47452
+fi
40522
47453
+GCONFTOOL=$ac_cv_path_GCONFTOOL
40523
47454
+if test -n "$GCONFTOOL"; then
40524
 
+  { $as_echo "$as_me:$LINENO: result: $GCONFTOOL" >&5
40525
 
+$as_echo "$GCONFTOOL" >&6; }
 
47455
+  { echo "$as_me:$LINENO: result: $GCONFTOOL" >&5
 
47456
+echo "${ECHO_T}$GCONFTOOL" >&6; }
40526
47457
+else
40527
 
+  { $as_echo "$as_me:$LINENO: result: no" >&5
40528
 
+$as_echo "no" >&6; }
 
47458
+  { echo "$as_me:$LINENO: result: no" >&5
 
47459
+echo "${ECHO_T}no" >&6; }
40529
47460
+fi
40530
 
+
40531
 
 
 
47461
 
 
47462
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
47463
-installed software in a non-standard prefix.
 
47464
 
 
47465
-Alternatively, you may set the environment variables FONT_CAPPLET_CFLAGS
 
47466
-and FONT_CAPPLET_LIBS to avoid the need to call pkg-config.
 
47467
-See the pkg-config man page for more details.
 
47468
-" >&2;}
40532
47469
+
40533
47470
+if test x"$GCONFTOOL" = xno; then
40534
 
+  { { $as_echo "$as_me:$LINENO: error: gconftool-2 executable not found in your path - should be installed with GConf" >&5
40535
 
+$as_echo "$as_me: error: gconftool-2 executable not found in your path - should be installed with GConf" >&2;}
40536
 
+   { (exit 1); exit 1; }; }
40537
 
 fi
40538
 
-as_val=`eval 'as_val=${'$as_ac_Header'}
40539
 
-                $as_echo "$as_val"'`
40540
 
-   if test "x$as_val" = x""yes; then
40541
 
-  cat >>confdefs.h <<_ACEOF
40542
 
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
40543
 
-_ACEOF
40544
 
 
40545
 
+
 
47471
+  { { echo "$as_me:$LINENO: error: gconftool-2 executable not found in your path - should be installed with GConf" >&5
 
47472
+echo "$as_me: error: gconftool-2 executable not found in your path - should be installed with GConf" >&2;}
 
47473
    { (exit 1); exit 1; }; }
 
47474
-elif test $pkg_failed = untried; then
 
47475
-       { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
47476
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
47477
-path to pkg-config.
 
47478
+fi
 
47479
 
 
47480
-Alternatively, you may set the environment variables FONT_CAPPLET_CFLAGS
 
47481
-and FONT_CAPPLET_LIBS to avoid the need to call pkg-config.
 
47482
-See the pkg-config man page for more details.
 
47483
 
 
47484
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
47485
-See \`config.log' for more details." >&5
 
47486
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
47487
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
47488
-path to pkg-config.
40546
47489
+  if test "x$GCONF_SCHEMA_INSTALL_SOURCE" = "x"; then
40547
47490
+    GCONF_SCHEMA_CONFIG_SOURCE=`gconftool-2 --get-default-source`
40548
47491
+  else
40549
47492
+    GCONF_SCHEMA_CONFIG_SOURCE=$GCONF_SCHEMA_INSTALL_SOURCE
40550
47493
+  fi
40551
 
+
40552
 
+
 
47494
 
 
47495
-Alternatively, you may set the environment variables FONT_CAPPLET_CFLAGS
 
47496
-and FONT_CAPPLET_LIBS to avoid the need to call pkg-config.
 
47497
-See the pkg-config man page for more details.
 
47498
 
 
47499
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
47500
-See \`config.log' for more details." >&2;}
 
47501
-   { (exit 1); exit 1; }; }
 
47502
-else
 
47503
-       FONT_CAPPLET_CFLAGS=$pkg_cv_FONT_CAPPLET_CFLAGS
 
47504
-       FONT_CAPPLET_LIBS=$pkg_cv_FONT_CAPPLET_LIBS
 
47505
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
47506
-$as_echo "yes" >&6; }
 
47507
-       :
40553
47508
+# Check whether --with-gconf-source was given.
40554
47509
+if test "${with_gconf_source+set}" = set; then
40555
47510
+  withval=$with_gconf_source; GCONF_SCHEMA_CONFIG_SOURCE="$withval"
40556
47511
 fi
40557
47512
 
40558
 
-done
40559
 
 
40560
 
-CPPFLAGS=$savecppflags
40561
 
 
40562
 
+  { $as_echo "$as_me:$LINENO: result: Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation" >&5
40563
 
+$as_echo "Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation" >&6; }
40564
 
+
 
47513
-pkg_failed=no
 
47514
-{ $as_echo "$as_me:$LINENO: checking for FONT_VIEWER" >&5
 
47515
-$as_echo_n "checking for FONT_VIEWER... " >&6; }
 
47516
 
 
47517
-if test -n "$FONT_VIEWER_CFLAGS"; then
 
47518
-    pkg_cv_FONT_VIEWER_CFLAGS="$FONT_VIEWER_CFLAGS"
 
47519
- elif test -n "$PKG_CONFIG"; then
 
47520
-    if test -n "$PKG_CONFIG" && \
 
47521
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES \$xft_modules libgnomeui-2.0\"") >&5
 
47522
-  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES $xft_modules libgnomeui-2.0") 2>&5
 
47523
-  ac_status=$?
 
47524
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47525
-  (exit $ac_status); }; then
 
47526
-  pkg_cv_FONT_VIEWER_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES $xft_modules libgnomeui-2.0" 2>/dev/null`
 
47527
-else
 
47528
-  pkg_failed=yes
 
47529
-fi
 
47530
- else
 
47531
-    pkg_failed=untried
 
47532
-fi
 
47533
-if test -n "$FONT_VIEWER_LIBS"; then
 
47534
-    pkg_cv_FONT_VIEWER_LIBS="$FONT_VIEWER_LIBS"
 
47535
- elif test -n "$PKG_CONFIG"; then
 
47536
-    if test -n "$PKG_CONFIG" && \
 
47537
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES \$xft_modules libgnomeui-2.0\"") >&5
 
47538
-  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES $xft_modules libgnomeui-2.0") 2>&5
 
47539
-  ac_status=$?
 
47540
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47541
-  (exit $ac_status); }; then
 
47542
-  pkg_cv_FONT_VIEWER_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES $xft_modules libgnomeui-2.0" 2>/dev/null`
 
47543
-else
 
47544
-  pkg_failed=yes
 
47545
-fi
 
47546
- else
 
47547
-    pkg_failed=untried
 
47548
-fi
 
47549
 
 
47550
+  { echo "$as_me:$LINENO: result: Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation" >&5
 
47551
+echo "${ECHO_T}Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation" >&6; }
 
47552
 
40565
47553
+  if test "x$GCONF_SCHEMA_FILE_DIR" = "x"; then
40566
47554
+    GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas'
40567
47555
+  fi
40568
47556
 
40569
 
-ENABLE_DYNAMIC_LIBSLAB=0
40570
 
- if test "x$ENABLE_DYNAMIC_LIBSLAB" = "x1"; then
40571
 
-  ENABLE_DYNAMIC_LIBSLAB_TRUE=
40572
 
-  ENABLE_DYNAMIC_LIBSLAB_FALSE='#'
40573
 
+
 
47557
-if test $pkg_failed = yes; then
 
47558
 
 
47559
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
47560
-        _pkg_short_errors_supported=yes
 
47561
-else
 
47562
-        _pkg_short_errors_supported=no
40574
47563
+# Check whether --with-gconf-schema-file-dir was given.
40575
47564
+if test "${with_gconf_schema_file_dir+set}" = set; then
40576
47565
+  withval=$with_gconf_schema_file_dir; GCONF_SCHEMA_FILE_DIR="$withval"
40577
 
+fi
40578
 
+
40579
 
+
40580
 
+
40581
 
+  { $as_echo "$as_me:$LINENO: result: Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files" >&5
40582
 
+$as_echo "Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files" >&6; }
40583
 
+
 
47566
 fi
 
47567
-        if test $_pkg_short_errors_supported = yes; then
 
47568
-               FONT_VIEWER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$COMMON_MODULES $xft_modules libgnomeui-2.0" 2>&1`
 
47569
-        else
 
47570
-               FONT_VIEWER_PKG_ERRORS=`$PKG_CONFIG --print-errors "$COMMON_MODULES $xft_modules libgnomeui-2.0" 2>&1`
 
47571
-        fi
 
47572
-       # Put the nasty error message in config.log where it belongs
 
47573
-       echo "$FONT_VIEWER_PKG_ERRORS" >&5
 
47574
-
 
47575
-       { { $as_echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES $xft_modules libgnomeui-2.0) were not met:
 
47576
-
 
47577
-$FONT_VIEWER_PKG_ERRORS
 
47578
 
 
47579
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
47580
-installed software in a non-standard prefix.
 
47581
 
 
47582
-Alternatively, you may set the environment variables FONT_VIEWER_CFLAGS
 
47583
-and FONT_VIEWER_LIBS to avoid the need to call pkg-config.
 
47584
-See the pkg-config man page for more details.
 
47585
-" >&5
 
47586
-$as_echo "$as_me: error: Package requirements ($COMMON_MODULES $xft_modules libgnomeui-2.0) were not met:
 
47587
 
 
47588
-$FONT_VIEWER_PKG_ERRORS
 
47589
+  { echo "$as_me:$LINENO: result: Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files" >&5
 
47590
+echo "${ECHO_T}Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files" >&6; }
 
47591
 
 
47592
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
47593
-installed software in a non-standard prefix.
40584
47594
+  # Check whether --enable-schemas-install was given.
40585
47595
+if test "${enable_schemas_install+set}" = set; then
40586
47596
+  enableval=$enable_schemas_install; case ${enableval} in
40587
47597
+       yes|no) ;;
40588
 
+       *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-schemas-install" >&5
40589
 
+$as_echo "$as_me: error: bad value ${enableval} for --enable-schemas-install" >&2;}
 
47598
+       *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-schemas-install" >&5
 
47599
+echo "$as_me: error: bad value ${enableval} for --enable-schemas-install" >&2;}
40590
47600
+   { (exit 1); exit 1; }; } ;;
40591
47601
+      esac
40592
47602
+fi
40593
 
+
 
47603
 
 
47604
-Alternatively, you may set the environment variables FONT_VIEWER_CFLAGS
 
47605
-and FONT_VIEWER_LIBS to avoid the need to call pkg-config.
 
47606
-See the pkg-config man page for more details.
 
47607
-" >&2;}
 
47608
-   { (exit 1); exit 1; }; }
 
47609
-elif test $pkg_failed = untried; then
 
47610
-       { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
47611
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
47612
-path to pkg-config.
40594
47613
+   if test "$enable_schemas_install" != no; then
40595
47614
+  GCONF_SCHEMAS_INSTALL_TRUE=
40596
47615
+  GCONF_SCHEMAS_INSTALL_FALSE='#'
40597
 
 else
40598
 
-  ENABLE_DYNAMIC_LIBSLAB_TRUE='#'
40599
 
-  ENABLE_DYNAMIC_LIBSLAB_FALSE=
 
47616
+else
40600
47617
+  GCONF_SCHEMAS_INSTALL_TRUE='#'
40601
47618
+  GCONF_SCHEMAS_INSTALL_FALSE=
40602
 
 fi
40603
 
 
40604
 
 
40605
 
-COMMON_MODULES="gtk+-2.0 >= 2.13.1  glib-2.0 >= 2.17.4  gio-2.0  gconf-2.0  libglade-2.0 >= 2.0.0  gnome-desktop-2.0 >= 2.25.1"
40606
 
+
 
47619
+fi
 
47620
 
 
47621
-Alternatively, you may set the environment variables FONT_VIEWER_CFLAGS
 
47622
-and FONT_VIEWER_LIBS to avoid the need to call pkg-config.
 
47623
-See the pkg-config man page for more details.
 
47624
 
 
47625
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
47626
-See \`config.log' for more details." >&5
 
47627
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
47628
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
47629
-path to pkg-config.
 
47630
 
 
47631
-Alternatively, you may set the environment variables FONT_VIEWER_CFLAGS
 
47632
-and FONT_VIEWER_LIBS to avoid the need to call pkg-config.
 
47633
-See the pkg-config man page for more details.
40607
47634
+GST_MAJORMINOR=auto
40608
 
+
 
47635
 
 
47636
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
47637
-See \`config.log' for more details." >&2;}
 
47638
-   { (exit 1); exit 1; }; }
40609
47639
+# Check whether --enable-gstreamer was given.
40610
47640
+if test "${enable_gstreamer+set}" = set; then
40611
47641
+  enableval=$enable_gstreamer; case "${enableval}" in
40612
47642
+ yes) ENABLE_GSTREAMER=yes ;;
40613
47643
+ 0.10) ENABLE_GSTREAMER=yes && GST_MAJORMINOR=0.10 ;;
40614
47644
+ no)  ENABLE_GSTREAMER=no ;;
40615
 
+ *) { { $as_echo "$as_me:$LINENO: error:
 
47645
+ *) { { echo "$as_me:$LINENO: error:
40616
47646
+                  *** Bad value ${enableval} for --enable-gstreamer
40617
47647
+                  *** Please use one of the following:
40618
47648
+                  ***    --enable-gstreamer=0.10
40619
47649
+               " >&5
40620
 
+$as_echo "$as_me: error:
 
47650
+echo "$as_me: error:
40621
47651
+                  *** Bad value ${enableval} for --enable-gstreamer
40622
47652
+                  *** Please use one of the following:
40623
47653
+                  ***    --enable-gstreamer=0.10
40624
47654
+               " >&2;}
40625
47655
+   { (exit 1); exit 1; }; } ;;
40626
47656
+esac
40627
 
+else
 
47657
 else
 
47658
-       FONT_VIEWER_CFLAGS=$pkg_cv_FONT_VIEWER_CFLAGS
 
47659
-       FONT_VIEWER_LIBS=$pkg_cv_FONT_VIEWER_LIBS
 
47660
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
47661
-$as_echo "yes" >&6; }
 
47662
-       :
40628
47663
+  ENABLE_GSTREAMER=yes
40629
 
+fi
40630
 
+
 
47664
 fi
 
47665
 
40631
47666
+have_gstreamer=no
40632
47667
+if test "x$ENABLE_GSTREAMER" = "xyes"; then
40633
47668
+   GST_REQS=0.10.1.2
40635
47670
+
40636
47671
 
40637
47672
 pkg_failed=no
40638
 
-{ $as_echo "$as_me:$LINENO: checking for LIBSLAB" >&5
40639
 
-$as_echo_n "checking for LIBSLAB... " >&6; }
40640
 
+{ $as_echo "$as_me:$LINENO: checking for GST" >&5
40641
 
+$as_echo_n "checking for GST... " >&6; }
 
47673
-{ $as_echo "$as_me:$LINENO: checking for AT_CAPPLET" >&5
 
47674
-$as_echo_n "checking for AT_CAPPLET... " >&6; }
 
47675
+{ echo "$as_me:$LINENO: checking for GST" >&5
 
47676
+echo $ECHO_N "checking for GST... $ECHO_C" >&6; }
40642
47677
 
40643
 
-if test -n "$LIBSLAB_CFLAGS"; then
40644
 
-    pkg_cv_LIBSLAB_CFLAGS="$LIBSLAB_CFLAGS"
 
47678
-if test -n "$AT_CAPPLET_CFLAGS"; then
 
47679
-    pkg_cv_AT_CAPPLET_CFLAGS="$AT_CAPPLET_CFLAGS"
40645
47680
- elif test -n "$PKG_CONFIG"; then
40646
47681
-    if test -n "$PKG_CONFIG" && \
40647
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0\"") >&5
40648
 
-  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0") 2>&5
 
47682
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES\"") >&5
 
47683
-  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES") 2>&5
40649
47684
+if test -n "$PKG_CONFIG"; then
40650
47685
+    if test -n "$GST_CFLAGS"; then
40651
47686
+        pkg_cv_GST_CFLAGS="$GST_CFLAGS"
40652
47687
+    else
40653
47688
+        if test -n "$PKG_CONFIG" && \
40654
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$PKGS\"") >&5
 
47689
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$PKGS\"") >&5
40655
47690
+  ($PKG_CONFIG --exists --print-errors "$PKGS") 2>&5
40656
47691
   ac_status=$?
40657
 
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47692
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47693
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
40658
47694
   (exit $ac_status); }; then
40659
 
-  pkg_cv_LIBSLAB_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0" 2>/dev/null`
 
47695
-  pkg_cv_AT_CAPPLET_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES" 2>/dev/null`
40660
47696
+  pkg_cv_GST_CFLAGS=`$PKG_CONFIG --cflags "$PKGS" 2>/dev/null`
40661
47697
 else
40662
47698
   pkg_failed=yes
40667
47703
+else
40668
47704
+       pkg_failed=untried
40669
47705
 fi
40670
 
-if test -n "$LIBSLAB_LIBS"; then
40671
 
-    pkg_cv_LIBSLAB_LIBS="$LIBSLAB_LIBS"
 
47706
-if test -n "$AT_CAPPLET_LIBS"; then
 
47707
-    pkg_cv_AT_CAPPLET_LIBS="$AT_CAPPLET_LIBS"
40672
47708
- elif test -n "$PKG_CONFIG"; then
40673
47709
-    if test -n "$PKG_CONFIG" && \
40674
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0\"") >&5
40675
 
-  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0") 2>&5
 
47710
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES\"") >&5
 
47711
-  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES") 2>&5
40676
47712
+if test -n "$PKG_CONFIG"; then
40677
47713
+    if test -n "$GST_LIBS"; then
40678
47714
+        pkg_cv_GST_LIBS="$GST_LIBS"
40679
47715
+    else
40680
47716
+        if test -n "$PKG_CONFIG" && \
40681
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$PKGS\"") >&5
 
47717
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$PKGS\"") >&5
40682
47718
+  ($PKG_CONFIG --exists --print-errors "$PKGS") 2>&5
40683
47719
   ac_status=$?
40684
 
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47720
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47721
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
40685
47722
   (exit $ac_status); }; then
40686
 
-  pkg_cv_LIBSLAB_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0" 2>/dev/null`
 
47723
-  pkg_cv_AT_CAPPLET_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES" 2>/dev/null`
40687
47724
+  pkg_cv_GST_LIBS=`$PKG_CONFIG --libs "$PKGS" 2>/dev/null`
40688
47725
 else
40689
47726
   pkg_failed=yes
40696
47733
 fi
40697
47734
 
40698
47735
 
40699
 
@@ -26124,103 +20021,95 @@
 
47736
@@ -27557,241 +19547,95 @@
40700
47737
         _pkg_short_errors_supported=no
40701
47738
 fi
40702
47739
         if test $_pkg_short_errors_supported = yes; then
40703
 
-               LIBSLAB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0" 2>&1`
 
47740
-               AT_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$COMMON_MODULES" 2>&1`
40704
47741
+               GST_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$PKGS"`
40705
47742
         else
40706
 
-               LIBSLAB_PKG_ERRORS=`$PKG_CONFIG --print-errors "$COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0" 2>&1`
 
47743
-               AT_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --print-errors "$COMMON_MODULES" 2>&1`
40707
47744
+               GST_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$PKGS"`
40708
47745
         fi
40709
47746
        # Put the nasty error message in config.log where it belongs
40710
 
-       echo "$LIBSLAB_PKG_ERRORS" >&5
 
47747
-       echo "$AT_CAPPLET_PKG_ERRORS" >&5
 
47748
-
 
47749
-       { { $as_echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES) were not met:
 
47750
-
 
47751
-$AT_CAPPLET_PKG_ERRORS
 
47752
-
 
47753
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
47754
-installed software in a non-standard prefix.
 
47755
-
 
47756
-Alternatively, you may set the environment variables AT_CAPPLET_CFLAGS
 
47757
-and AT_CAPPLET_LIBS to avoid the need to call pkg-config.
 
47758
-See the pkg-config man page for more details.
 
47759
-" >&5
 
47760
-$as_echo "$as_me: error: Package requirements ($COMMON_MODULES) were not met:
 
47761
-
 
47762
-$AT_CAPPLET_PKG_ERRORS
 
47763
-
 
47764
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
47765
-installed software in a non-standard prefix.
40711
47766
+       echo "$GST_PKG_ERRORS" >&5
40712
47767
 
40713
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0) were not met:
40714
 
+       { $as_echo "$as_me:$LINENO: result: no" >&5
40715
 
+$as_echo "no" >&6; }
40716
 
+                { $as_echo "$as_me:$LINENO: result: no" >&5
40717
 
+$as_echo "no" >&6; }
40718
 
+elif test $pkg_failed = untried; then
40719
 
+       { $as_echo "$as_me:$LINENO: result: no" >&5
40720
 
+$as_echo "no" >&6; }
40721
 
+else
 
47768
-Alternatively, you may set the environment variables AT_CAPPLET_CFLAGS
 
47769
-and AT_CAPPLET_LIBS to avoid the need to call pkg-config.
 
47770
-See the pkg-config man page for more details.
 
47771
-" >&2;}
 
47772
-   { (exit 1); exit 1; }; }
 
47773
+       { echo "$as_me:$LINENO: result: no" >&5
 
47774
+echo "${ECHO_T}no" >&6; }
 
47775
+                { echo "$as_me:$LINENO: result: no" >&5
 
47776
+echo "${ECHO_T}no" >&6; }
 
47777
 elif test $pkg_failed = untried; then
 
47778
-       { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
47779
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
47780
-path to pkg-config.
 
47781
-
 
47782
-Alternatively, you may set the environment variables AT_CAPPLET_CFLAGS
 
47783
-and AT_CAPPLET_LIBS to avoid the need to call pkg-config.
 
47784
-See the pkg-config man page for more details.
 
47785
-
 
47786
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
47787
-See \`config.log' for more details." >&5
 
47788
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
47789
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
47790
-path to pkg-config.
 
47791
-
 
47792
-Alternatively, you may set the environment variables AT_CAPPLET_CFLAGS
 
47793
-and AT_CAPPLET_LIBS to avoid the need to call pkg-config.
 
47794
-See the pkg-config man page for more details.
 
47795
-
 
47796
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
47797
-See \`config.log' for more details." >&2;}
 
47798
-   { (exit 1); exit 1; }; }
 
47799
+       { echo "$as_me:$LINENO: result: no" >&5
 
47800
+echo "${ECHO_T}no" >&6; }
 
47801
 else
 
47802
-       AT_CAPPLET_CFLAGS=$pkg_cv_AT_CAPPLET_CFLAGS
 
47803
-       AT_CAPPLET_LIBS=$pkg_cv_AT_CAPPLET_LIBS
 
47804
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
47805
-$as_echo "yes" >&6; }
 
47806
-       :
40722
47807
+       GST_CFLAGS=$pkg_cv_GST_CFLAGS
40723
47808
+       GST_LIBS=$pkg_cv_GST_LIBS
40724
 
+        { $as_echo "$as_me:$LINENO: result: yes" >&5
40725
 
+$as_echo "yes" >&6; }
 
47809
+        { echo "$as_me:$LINENO: result: yes" >&5
 
47810
+echo "${ECHO_T}yes" >&6; }
40726
47811
+       have_gstreamer=yes
40727
 
+fi
 
47812
 fi
40728
47813
 
40729
 
-$LIBSLAB_PKG_ERRORS
 
47814
-
 
47815
-have_randr=no
 
47816
-{ $as_echo "$as_me:$LINENO: checking for XRRUpdateConfiguration in -lXrandr" >&5
 
47817
-$as_echo_n "checking for XRRUpdateConfiguration in -lXrandr... " >&6; }
 
47818
-if test "${ac_cv_lib_Xrandr_XRRUpdateConfiguration+set}" = set; then
 
47819
-  $as_echo_n "(cached) " >&6
 
47820
-else
 
47821
-  ac_check_lib_save_LIBS=$LIBS
 
47822
-LIBS="-lXrandr -lXrandr -lXrender $x_libs $LIBS"
 
47823
-cat >conftest.$ac_ext <<_ACEOF
 
47824
-/* confdefs.h.  */
 
47825
-_ACEOF
 
47826
-cat confdefs.h >>conftest.$ac_ext
 
47827
-cat >>conftest.$ac_ext <<_ACEOF
 
47828
-/* end confdefs.h.  */
 
47829
-
 
47830
-/* Override any GCC internal prototype to avoid an error.
 
47831
-   Use char because int might match the return type of a GCC
 
47832
-   builtin and then its argument prototype would still apply.  */
 
47833
-#ifdef __cplusplus
 
47834
-extern "C"
 
47835
-#endif
 
47836
-char XRRUpdateConfiguration ();
 
47837
-int
 
47838
-main ()
 
47839
-{
 
47840
-return XRRUpdateConfiguration ();
 
47841
-  ;
 
47842
-  return 0;
 
47843
-}
 
47844
-_ACEOF
 
47845
-rm -f conftest.$ac_objext conftest$ac_exeext
 
47846
-if { (ac_try="$ac_link"
 
47847
-case "(($ac_try" in
 
47848
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
47849
-  *) ac_try_echo=$ac_try;;
 
47850
-esac
 
47851
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
47852
-$as_echo "$ac_try_echo") >&5
 
47853
-  (eval "$ac_link") 2>conftest.er1
 
47854
-  ac_status=$?
 
47855
-  grep -v '^ *+' conftest.er1 >conftest.err
 
47856
-  rm -f conftest.er1
 
47857
-  cat conftest.err >&5
 
47858
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47859
-  (exit $ac_status); } && {
 
47860
-        test -z "$ac_c_werror_flag" ||
 
47861
-        test ! -s conftest.err
 
47862
-       } && test -s conftest$ac_exeext && {
 
47863
-        test "$cross_compiling" = yes ||
 
47864
-        $as_test_x conftest$ac_exeext
 
47865
-       }; then
 
47866
-  ac_cv_lib_Xrandr_XRRUpdateConfiguration=yes
40730
47867
+   GST_LIBS="$GST_LIBS -lgstinterfaces-0.10 -lgstaudio-0.10"
40731
 
+else
40732
 
+   { $as_echo "$as_me:$LINENO: *** GStreamer support disabled ***" >&5
40733
 
+$as_echo "$as_me: *** GStreamer support disabled ***" >&6;}
40734
 
+fi
 
47868
 else
 
47869
-  $as_echo "$as_me: failed program was:" >&5
 
47870
-sed 's/^/| /' conftest.$ac_ext >&5
 
47871
-
 
47872
-       ac_cv_lib_Xrandr_XRRUpdateConfiguration=no
 
47873
-fi
 
47874
-
 
47875
-rm -rf conftest.dSYM
 
47876
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
47877
-      conftest$ac_exeext conftest.$ac_ext
 
47878
-LIBS=$ac_check_lib_save_LIBS
 
47879
+   { echo "$as_me:$LINENO: *** GStreamer support disabled ***" >&5
 
47880
+echo "$as_me: *** GStreamer support disabled ***" >&6;}
 
47881
 fi
 
47882
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrandr_XRRUpdateConfiguration" >&5
 
47883
-$as_echo "$ac_cv_lib_Xrandr_XRRUpdateConfiguration" >&6; }
 
47884
-if test $ac_cv_lib_Xrandr_XRRUpdateConfiguration = yes; then
 
47885
-  { $as_echo "$as_me:$LINENO: checking for X11/extensions/Xrandr.h" >&5
 
47886
-$as_echo_n "checking for X11/extensions/Xrandr.h... " >&6; }
 
47887
-if test "${ac_cv_header_X11_extensions_Xrandr_h+set}" = set; then
 
47888
-  $as_echo_n "(cached) " >&6
 
47889
-else
 
47890
-  cat >conftest.$ac_ext <<_ACEOF
 
47891
-/* confdefs.h.  */
 
47892
-_ACEOF
 
47893
-cat confdefs.h >>conftest.$ac_ext
 
47894
-cat >>conftest.$ac_ext <<_ACEOF
 
47895
-/* end confdefs.h.  */
 
47896
-#include <X11/Xlib.h>
 
47897
-
 
47898
-#include <X11/extensions/Xrandr.h>
 
47899
-_ACEOF
 
47900
-rm -f conftest.$ac_objext
 
47901
-if { (ac_try="$ac_compile"
 
47902
-case "(($ac_try" in
 
47903
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
47904
-  *) ac_try_echo=$ac_try;;
 
47905
-esac
 
47906
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
47907
-$as_echo "$ac_try_echo") >&5
 
47908
-  (eval "$ac_compile") 2>conftest.er1
 
47909
-  ac_status=$?
 
47910
-  grep -v '^ *+' conftest.er1 >conftest.err
 
47911
-  rm -f conftest.er1
 
47912
-  cat conftest.err >&5
 
47913
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47914
-  (exit $ac_status); } && {
 
47915
-        test -z "$ac_c_werror_flag" ||
 
47916
-        test ! -s conftest.err
 
47917
-       } && test -s conftest.$ac_objext; then
 
47918
-  ac_cv_header_X11_extensions_Xrandr_h=yes
40735
47919
+ if test "x$have_gstreamer" = "xyes"; then
40736
47920
+  HAVE_GSTREAMER_TRUE=
40737
47921
+  HAVE_GSTREAMER_FALSE='#'
40738
 
+else
 
47922
 else
 
47923
-  $as_echo "$as_me: failed program was:" >&5
 
47924
-sed 's/^/| /' conftest.$ac_ext >&5
 
47925
-
 
47926
-       ac_cv_header_X11_extensions_Xrandr_h=no
40739
47927
+  HAVE_GSTREAMER_TRUE='#'
40740
47928
+  HAVE_GSTREAMER_FALSE=
40741
 
+fi
40742
 
 
40743
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
40744
 
-installed software in a non-standard prefix.
40745
 
 
40746
 
-Alternatively, you may set the environment variables LIBSLAB_CFLAGS
40747
 
-and LIBSLAB_LIBS to avoid the need to call pkg-config.
40748
 
-See the pkg-config man page for more details.
40749
 
-" >&5
40750
 
-$as_echo "$as_me: error: Package requirements ($COMMON_MODULES libgnomeui-2.0 gnome-desktop-2.0 librsvg-2.0 libgnome-menu pango libgnomeui-2.0) were not met:
40751
 
-
40752
 
-$LIBSLAB_PKG_ERRORS
40753
 
-
40754
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
40755
 
-installed software in a non-standard prefix.
40756
 
-
40757
 
-Alternatively, you may set the environment variables LIBSLAB_CFLAGS
40758
 
-and LIBSLAB_LIBS to avoid the need to call pkg-config.
40759
 
-See the pkg-config man page for more details.
40760
 
-" >&2;}
40761
 
-   { (exit 1); exit 1; }; }
40762
 
-elif test $pkg_failed = untried; then
40763
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
40764
 
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
40765
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
40766
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
40767
 
-path to pkg-config.
40768
 
 
40769
 
-Alternatively, you may set the environment variables LIBSLAB_CFLAGS
40770
 
-and LIBSLAB_LIBS to avoid the need to call pkg-config.
40771
 
-See the pkg-config man page for more details.
40772
 
 
40773
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
40774
 
-See \`config.log' for more details." >&5
40775
 
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
40776
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
40777
 
-path to pkg-config.
40778
 
 
40779
 
-Alternatively, you may set the environment variables LIBSLAB_CFLAGS
40780
 
-and LIBSLAB_LIBS to avoid the need to call pkg-config.
40781
 
-See the pkg-config man page for more details.
40782
 
 
40783
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
40784
 
-See \`config.log' for more details." >&2;}
40785
 
-   { (exit 1); exit 1; }; }; }
 
47929
 fi
 
47930
 
 
47931
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
47932
-fi
 
47933
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_extensions_Xrandr_h" >&5
 
47934
-$as_echo "$ac_cv_header_X11_extensions_Xrandr_h" >&6; }
 
47935
-if test $ac_cv_header_X11_extensions_Xrandr_h = yes; then
 
47936
-  have_randr=yes
 
47937
-     RANDR_LIBS="-lXrandr -lXrender"
 
47938
 
 
47939
-cat >>confdefs.h <<\_ACEOF
 
47940
-#define HAVE_RANDR 1
 
47941
-_ACEOF
 
47942
 
 
47943
-else
 
47944
-  :
 
47945
-fi
 
47946
 
 
47947
 
 
47948
-else
 
47949
-  :
 
47950
-fi
 
47951
 
 
47952
- if test $have_randr = yes; then
 
47953
-  HAVE_RANDR_TRUE=
 
47954
-  HAVE_RANDR_FALSE='#'
40786
47955
+# Check whether --with-libcanberra was given.
40787
47956
+if test "${with_libcanberra+set}" = set; then
40788
47957
+  withval=$with_libcanberra; with_libcanberra=$withval
40789
47958
 else
40790
 
-       LIBSLAB_CFLAGS=$pkg_cv_LIBSLAB_CFLAGS
40791
 
-       LIBSLAB_LIBS=$pkg_cv_LIBSLAB_LIBS
40792
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
40793
 
-$as_echo "yes" >&6; }
40794
 
-       :
 
47959
-  HAVE_RANDR_TRUE='#'
 
47960
-  HAVE_RANDR_FALSE=
40795
47961
+  with_libcanberra=yes
40796
47962
 fi
40797
47963
 
40798
 
+
 
47964
 
40799
47965
+if test "x$with_libcanberra" != "xno"; then
40800
 
+
 
47966
 
40801
47967
 pkg_failed=no
40802
 
-{ $as_echo "$as_me:$LINENO: checking for CAPPLET" >&5
40803
 
-$as_echo_n "checking for CAPPLET... " >&6; }
40804
 
+{ $as_echo "$as_me:$LINENO: checking for CANBERRA" >&5
40805
 
+$as_echo_n "checking for CANBERRA... " >&6; }
 
47968
-{ $as_echo "$as_me:$LINENO: checking for DISPLAY_CAPPLET" >&5
 
47969
-$as_echo_n "checking for DISPLAY_CAPPLET... " >&6; }
 
47970
+{ echo "$as_me:$LINENO: checking for CANBERRA" >&5
 
47971
+echo $ECHO_N "checking for CANBERRA... $ECHO_C" >&6; }
40806
47972
 
40807
 
-if test -n "$CAPPLET_CFLAGS"; then
40808
 
-    pkg_cv_CAPPLET_CFLAGS="$CAPPLET_CFLAGS"
 
47973
-if test -n "$DISPLAY_CAPPLET_CFLAGS"; then
 
47974
-    pkg_cv_DISPLAY_CAPPLET_CFLAGS="$DISPLAY_CAPPLET_CFLAGS"
40809
47975
- elif test -n "$PKG_CONFIG"; then
40810
47976
-    if test -n "$PKG_CONFIG" && \
40811
47977
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES\"") >&5
40815
47981
+        pkg_cv_CANBERRA_CFLAGS="$CANBERRA_CFLAGS"
40816
47982
+    else
40817
47983
+        if test -n "$PKG_CONFIG" && \
40818
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libcanberra-gtk >= 0.4 gio-2.0\"") >&5
 
47984
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libcanberra-gtk >= 0.4 gio-2.0\"") >&5
40819
47985
+  ($PKG_CONFIG --exists --print-errors "libcanberra-gtk >= 0.4 gio-2.0") 2>&5
40820
47986
   ac_status=$?
40821
 
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47987
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47988
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
40822
47989
   (exit $ac_status); }; then
40823
 
-  pkg_cv_CAPPLET_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES" 2>/dev/null`
 
47990
-  pkg_cv_DISPLAY_CAPPLET_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES" 2>/dev/null`
40824
47991
+  pkg_cv_CANBERRA_CFLAGS=`$PKG_CONFIG --cflags "libcanberra-gtk >= 0.4 gio-2.0" 2>/dev/null`
40825
47992
 else
40826
47993
   pkg_failed=yes
40831
47998
+else
40832
47999
+       pkg_failed=untried
40833
48000
 fi
40834
 
-if test -n "$CAPPLET_LIBS"; then
40835
 
-    pkg_cv_CAPPLET_LIBS="$CAPPLET_LIBS"
 
48001
-if test -n "$DISPLAY_CAPPLET_LIBS"; then
 
48002
-    pkg_cv_DISPLAY_CAPPLET_LIBS="$DISPLAY_CAPPLET_LIBS"
40836
48003
- elif test -n "$PKG_CONFIG"; then
40837
48004
-    if test -n "$PKG_CONFIG" && \
40838
48005
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES\"") >&5
40842
48009
+        pkg_cv_CANBERRA_LIBS="$CANBERRA_LIBS"
40843
48010
+    else
40844
48011
+        if test -n "$PKG_CONFIG" && \
40845
 
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libcanberra-gtk >= 0.4 gio-2.0\"") >&5
 
48012
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libcanberra-gtk >= 0.4 gio-2.0\"") >&5
40846
48013
+  ($PKG_CONFIG --exists --print-errors "libcanberra-gtk >= 0.4 gio-2.0") 2>&5
40847
48014
   ac_status=$?
40848
 
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
48015
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
48016
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
40849
48017
   (exit $ac_status); }; then
40850
 
-  pkg_cv_CAPPLET_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES" 2>/dev/null`
 
48018
-  pkg_cv_DISPLAY_CAPPLET_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES" 2>/dev/null`
40851
48019
+  pkg_cv_CANBERRA_LIBS=`$PKG_CONFIG --libs "libcanberra-gtk >= 0.4 gio-2.0" 2>/dev/null`
40852
48020
 else
40853
48021
   pkg_failed=yes
40860
48028
 fi
40861
48029
 
40862
48030
 
40863
 
@@ -26233,4091 +20122,2577 @@
 
48031
@@ -27804,2504 +19648,2713 @@
40864
48032
         _pkg_short_errors_supported=no
40865
48033
 fi
40866
48034
         if test $_pkg_short_errors_supported = yes; then
40867
 
-               CAPPLET_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$COMMON_MODULES" 2>&1`
 
48035
-               DISPLAY_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$COMMON_MODULES" 2>&1`
40868
48036
+               CANBERRA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libcanberra-gtk >= 0.4 gio-2.0"`
40869
48037
         else
40870
 
-               CAPPLET_PKG_ERRORS=`$PKG_CONFIG --print-errors "$COMMON_MODULES" 2>&1`
 
48038
-               DISPLAY_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --print-errors "$COMMON_MODULES" 2>&1`
40871
48039
+               CANBERRA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libcanberra-gtk >= 0.4 gio-2.0"`
40872
48040
         fi
40873
48041
        # Put the nasty error message in config.log where it belongs
40874
 
-       echo "$CAPPLET_PKG_ERRORS" >&5
40875
 
-
40876
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES) were not met:
40877
 
-
40878
 
-$CAPPLET_PKG_ERRORS
 
48042
-       echo "$DISPLAY_CAPPLET_PKG_ERRORS" >&5
40879
48043
+       echo "$CANBERRA_PKG_ERRORS" >&5
40880
 
 
40881
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
40882
 
-installed software in a non-standard prefix.
40883
 
-
40884
 
-Alternatively, you may set the environment variables CAPPLET_CFLAGS
40885
 
-and CAPPLET_LIBS to avoid the need to call pkg-config.
40886
 
-See the pkg-config man page for more details.
40887
 
-" >&5
40888
 
-$as_echo "$as_me: error: Package requirements ($COMMON_MODULES) were not met:
40889
 
-
40890
 
-$CAPPLET_PKG_ERRORS
40891
 
-
40892
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
40893
 
-installed software in a non-standard prefix.
40894
 
-
40895
 
-Alternatively, you may set the environment variables CAPPLET_CFLAGS
40896
 
-and CAPPLET_LIBS to avoid the need to call pkg-config.
40897
 
-See the pkg-config man page for more details.
40898
 
-" >&2;}
40899
 
-   { (exit 1); exit 1; }; }
40900
 
+       { $as_echo "$as_me:$LINENO: result: no" >&5
40901
 
+$as_echo "no" >&6; }
 
48044
+
 
48045
+       { echo "$as_me:$LINENO: result: no" >&5
 
48046
+echo "${ECHO_T}no" >&6; }
40902
48047
+                have_canberra=no
40903
 
 elif test $pkg_failed = untried; then
40904
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
40905
 
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
40906
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
40907
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
40908
 
-path to pkg-config.
40909
 
-
40910
 
-Alternatively, you may set the environment variables CAPPLET_CFLAGS
40911
 
-and CAPPLET_LIBS to avoid the need to call pkg-config.
40912
 
-See the pkg-config man page for more details.
40913
 
-
40914
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
40915
 
-See \`config.log' for more details." >&5
40916
 
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
40917
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
40918
 
-path to pkg-config.
40919
 
-
40920
 
-Alternatively, you may set the environment variables CAPPLET_CFLAGS
40921
 
-and CAPPLET_LIBS to avoid the need to call pkg-config.
40922
 
-See the pkg-config man page for more details.
40923
 
-
40924
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
40925
 
-See \`config.log' for more details." >&2;}
40926
 
-   { (exit 1); exit 1; }; }; }
 
48048
+elif test $pkg_failed = untried; then
40927
48049
+       have_canberra=no
40928
 
 else
40929
 
-       CAPPLET_CFLAGS=$pkg_cv_CAPPLET_CFLAGS
40930
 
-       CAPPLET_LIBS=$pkg_cv_CAPPLET_LIBS
 
48050
+else
40931
48051
+       CANBERRA_CFLAGS=$pkg_cv_CANBERRA_CFLAGS
40932
48052
+       CANBERRA_LIBS=$pkg_cv_CANBERRA_LIBS
40933
 
         { $as_echo "$as_me:$LINENO: result: yes" >&5
40934
 
 $as_echo "yes" >&6; }
40935
 
-       :
 
48053
+        { echo "$as_me:$LINENO: result: yes" >&5
 
48054
+echo "${ECHO_T}yes" >&6; }
40936
48055
+       have_canberra=yes
40937
 
 fi
 
48056
+fi
40938
48057
+  if test "x$have_gstreamer" = "xyes" && test "x$have_canberra" = "xyes" ; then
40939
48058
+    SOUND_CAPPLET_LIBS="$GST_LIBS -lgstaudio-0.10 -lgstinterfaces-0.10"
40940
48059
+    SOUND_CAPPLET_CFLAGS="$GST_CFLAGS"
40941
 
 
40942
 
-pkg_failed=no
40943
 
-{ $as_echo "$as_me:$LINENO: checking for GNOMECC" >&5
40944
 
-$as_echo_n "checking for GNOMECC... " >&6; }
40945
 
 
40946
 
-if test -n "$GNOMECC_CFLAGS"; then
40947
 
-    pkg_cv_GNOMECC_CFLAGS="$GNOMECC_CFLAGS"
40948
 
- elif test -n "$PKG_CONFIG"; then
40949
 
-    if test -n "$PKG_CONFIG" && \
40950
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES libgnome-menu >= 2.10.1\"") >&5
40951
 
-  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES libgnome-menu >= 2.10.1") 2>&5
40952
 
-  ac_status=$?
40953
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
40954
 
-  (exit $ac_status); }; then
40955
 
-  pkg_cv_GNOMECC_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES libgnome-menu >= 2.10.1" 2>/dev/null`
 
48060
+
 
48061
+
40956
48062
+  else
40957
48063
+    if test "x$with_libcanberra" = "xyes" -a "x$have_canberra" = "xno"; then
40958
 
+      { { $as_echo "$as_me:$LINENO: error: Sound capplet requested but libcanberra not found" >&5
40959
 
+$as_echo "$as_me: error: Sound capplet requested but libcanberra not found" >&2;}
 
48064
+      { { echo "$as_me:$LINENO: error: Sound capplet requested but libcanberra not found" >&5
 
48065
+echo "$as_me: error: Sound capplet requested but libcanberra not found" >&2;}
40960
48066
+   { (exit 1); exit 1; }; }
40961
48067
+    fi
40962
 
+    { $as_echo "$as_me:$LINENO: *** Sound capplet will not be built" >&5
40963
 
+$as_echo "$as_me: *** Sound capplet will not be built" >&6;};
 
48068
+    { echo "$as_me:$LINENO: *** Sound capplet will not be built" >&5
 
48069
+echo "$as_me: *** Sound capplet will not be built" >&6;};
40964
48070
+  fi
40965
 
 else
40966
 
-  pkg_failed=yes
40967
 
-fi
40968
 
- else
40969
 
-    pkg_failed=untried
40970
 
+  { $as_echo "$as_me:$LINENO: *** Sound capplet will not be built" >&5
40971
 
+$as_echo "$as_me: *** Sound capplet will not be built" >&6;};
40972
 
 fi
40973
 
-if test -n "$GNOMECC_LIBS"; then
40974
 
-    pkg_cv_GNOMECC_LIBS="$GNOMECC_LIBS"
40975
 
- elif test -n "$PKG_CONFIG"; then
40976
 
-    if test -n "$PKG_CONFIG" && \
40977
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES libgnome-menu >= 2.10.1\"") >&5
40978
 
-  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES libgnome-menu >= 2.10.1") 2>&5
40979
 
-  ac_status=$?
40980
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
40981
 
-  (exit $ac_status); }; then
40982
 
-  pkg_cv_GNOMECC_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES libgnome-menu >= 2.10.1" 2>/dev/null`
 
48071
+else
 
48072
+  { echo "$as_me:$LINENO: *** Sound capplet will not be built" >&5
 
48073
+echo "$as_me: *** Sound capplet will not be built" >&6;};
 
48074
+fi
40983
48075
+ if test "x$with_libcanberra" = "xyes"; then
40984
48076
+  BUILD_SOUND_TRUE=
40985
48077
+  BUILD_SOUND_FALSE='#'
40986
 
 else
40987
 
-  pkg_failed=yes
40988
 
-fi
40989
 
- else
40990
 
-    pkg_failed=untried
 
48078
+else
40991
48079
+  BUILD_SOUND_TRUE='#'
40992
48080
+  BUILD_SOUND_FALSE=
40993
 
 fi
40994
 
 
40995
 
 
 
48081
+fi
 
48082
+
 
48083
+
40996
48084
+COMMON_CFLAGS="-I\$(top_srcdir)/capplets/common"
40997
48085
+COMMON_LIBS="\$(top_builddir)/capplets/common/libcommon.la"
40998
 
 
40999
 
-if test $pkg_failed = yes; then
41000
 
-
41001
 
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
41002
 
-        _pkg_short_errors_supported=yes
41003
 
-else
41004
 
-        _pkg_short_errors_supported=no
41005
 
-fi
41006
 
-        if test $_pkg_short_errors_supported = yes; then
41007
 
-               GNOMECC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$COMMON_MODULES libgnome-menu >= 2.10.1" 2>&1`
41008
 
-        else
41009
 
-               GNOMECC_PKG_ERRORS=`$PKG_CONFIG --print-errors "$COMMON_MODULES libgnome-menu >= 2.10.1" 2>&1`
41010
 
-        fi
41011
 
-       # Put the nasty error message in config.log where it belongs
41012
 
-       echo "$GNOMECC_PKG_ERRORS" >&5
41013
 
-
41014
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES libgnome-menu >= 2.10.1) were not met:
41015
 
-
41016
 
-$GNOMECC_PKG_ERRORS
 
48086
+
41017
48087
+EXTRA_CFLAGS="-I\$(top_srcdir)/ -DG_LOG_DOMAIN=\"\\\"\$(cappletname)-properties\\\"\""
41018
 
 
41019
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
41020
 
-installed software in a non-standard prefix.
 
48088
+
41021
48089
+GNOMECC_CAPPLETS_CFLAGS="${COMMON_CFLAGS} ${CAPPLET_CFLAGS} ${EXTRA_CFLAGS} ${DBUS_CFLAGS}"
41022
48090
+GNOMECC_CAPPLETS_LIBS="${COMMON_LIBS} ${CAPPLET_LIBS} ${DBUS_LIBS}"
41023
 
 
41024
 
-Alternatively, you may set the environment variables GNOMECC_CFLAGS
41025
 
-and GNOMECC_LIBS to avoid the need to call pkg-config.
41026
 
-See the pkg-config man page for more details.
41027
 
-" >&5
41028
 
-$as_echo "$as_me: error: Package requirements ($COMMON_MODULES libgnome-menu >= 2.10.1) were not met:
 
48091
+
41029
48092
+GNOMECC_CAPPLETS_CLEANFILES="\$(desktop) \$(desktop).in"
41030
48093
+GNOMECC_CAPPLETS_EXTRA_DIST="ChangeLog \$(desktop).in.in \$(cappletname)-capplet.png \$(cappletname)-properties.glade \$(pixmaps_DATA)"
41031
 
 
41032
 
-$GNOMECC_PKG_ERRORS
41033
 
 
41034
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
41035
 
-installed software in a non-standard prefix.
41036
 
 
41037
 
-Alternatively, you may set the environment variables GNOMECC_CFLAGS
41038
 
-and GNOMECC_LIBS to avoid the need to call pkg-config.
41039
 
-See the pkg-config man page for more details.
41040
 
-" >&2;}
41041
 
-   { (exit 1); exit 1; }; }
41042
 
-elif test $pkg_failed = untried; then
41043
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
41044
 
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
41045
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
41046
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
41047
 
-path to pkg-config.
41048
 
 
41049
 
-Alternatively, you may set the environment variables GNOMECC_CFLAGS
41050
 
-and GNOMECC_LIBS to avoid the need to call pkg-config.
41051
 
-See the pkg-config man page for more details.
41052
 
 
41053
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
41054
 
-See \`config.log' for more details." >&5
41055
 
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
41056
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
41057
 
-path to pkg-config.
41058
 
 
41059
 
-Alternatively, you may set the environment variables GNOMECC_CFLAGS
41060
 
-and GNOMECC_LIBS to avoid the need to call pkg-config.
41061
 
-See the pkg-config man page for more details.
41062
 
 
41063
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
41064
 
-See \`config.log' for more details." >&2;}
41065
 
-   { (exit 1); exit 1; }; }; }
 
48094
+
 
48095
+
 
48096
+
 
48097
+
 
48098
+
 
48099
+
 
48100
+
41066
48101
+# Extract the first word of "update-mime-database", so it can be a program name with args.
41067
48102
+set dummy update-mime-database; ac_word=$2
41068
 
+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
41069
 
+$as_echo_n "checking for $ac_word... " >&6; }
 
48103
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
48104
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
41070
48105
+if test "${ac_cv_path_UPDATE_MIME_DATABASE+set}" = set; then
41071
 
+  $as_echo_n "(cached) " >&6
41072
 
 else
41073
 
-       GNOMECC_CFLAGS=$pkg_cv_GNOMECC_CFLAGS
41074
 
-       GNOMECC_LIBS=$pkg_cv_GNOMECC_LIBS
41075
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
41076
 
-$as_echo "yes" >&6; }
41077
 
-       :
41078
 
-fi
41079
 
-
41080
 
-pkg_failed=no
41081
 
-{ $as_echo "$as_me:$LINENO: checking for GNOMECC_SHELL" >&5
41082
 
-$as_echo_n "checking for GNOMECC_SHELL... " >&6; }
 
48106
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
48107
+else
41083
48108
+  case $UPDATE_MIME_DATABASE in
41084
48109
+  [\\/]* | ?:[\\/]*)
41085
48110
+  ac_cv_path_UPDATE_MIME_DATABASE="$UPDATE_MIME_DATABASE" # Let the user override the test with a path.
41093
48118
+  for ac_exec_ext in '' $ac_executable_extensions; do
41094
48119
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
41095
48120
+    ac_cv_path_UPDATE_MIME_DATABASE="$as_dir/$ac_word$ac_exec_ext"
41096
 
+    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
48121
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
41097
48122
+    break 2
41098
48123
+  fi
41099
48124
+done
41100
48125
+done
41101
48126
+IFS=$as_save_IFS
41102
 
 
41103
 
-if test -n "$GNOMECC_SHELL_CFLAGS"; then
41104
 
-    pkg_cv_GNOMECC_SHELL_CFLAGS="$GNOMECC_SHELL_CFLAGS"
41105
 
- elif test -n "$PKG_CONFIG"; then
41106
 
-    if test -n "$PKG_CONFIG" && \
41107
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0\"") >&5
41108
 
-  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0") 2>&5
41109
 
-  ac_status=$?
41110
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
41111
 
-  (exit $ac_status); }; then
41112
 
-  pkg_cv_GNOMECC_SHELL_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0" 2>/dev/null`
41113
 
-else
41114
 
-  pkg_failed=yes
41115
 
-fi
41116
 
- else
41117
 
-    pkg_failed=untried
 
48127
+
41118
48128
+  test -z "$ac_cv_path_UPDATE_MIME_DATABASE" && ac_cv_path_UPDATE_MIME_DATABASE="no"
41119
48129
+  ;;
41120
48130
+esac
41121
 
 fi
41122
 
-if test -n "$GNOMECC_SHELL_LIBS"; then
41123
 
-    pkg_cv_GNOMECC_SHELL_LIBS="$GNOMECC_SHELL_LIBS"
41124
 
- elif test -n "$PKG_CONFIG"; then
41125
 
-    if test -n "$PKG_CONFIG" && \
41126
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0\"") >&5
41127
 
-  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0") 2>&5
41128
 
-  ac_status=$?
41129
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
41130
 
-  (exit $ac_status); }; then
41131
 
-  pkg_cv_GNOMECC_SHELL_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0" 2>/dev/null`
 
48131
+fi
41132
48132
+UPDATE_MIME_DATABASE=$ac_cv_path_UPDATE_MIME_DATABASE
41133
48133
+if test -n "$UPDATE_MIME_DATABASE"; then
41134
 
+  { $as_echo "$as_me:$LINENO: result: $UPDATE_MIME_DATABASE" >&5
41135
 
+$as_echo "$UPDATE_MIME_DATABASE" >&6; }
41136
 
 else
41137
 
-  pkg_failed=yes
41138
 
-fi
41139
 
- else
41140
 
-    pkg_failed=untried
41141
 
+  { $as_echo "$as_me:$LINENO: result: no" >&5
41142
 
+$as_echo "no" >&6; }
41143
 
 fi
41144
 
 
41145
 
 
41146
 
 
41147
 
-if test $pkg_failed = yes; then
41148
 
-
41149
 
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
41150
 
-        _pkg_short_errors_supported=yes
 
48134
+  { echo "$as_me:$LINENO: result: $UPDATE_MIME_DATABASE" >&5
 
48135
+echo "${ECHO_T}$UPDATE_MIME_DATABASE" >&6; }
 
48136
+else
 
48137
+  { echo "$as_me:$LINENO: result: no" >&5
 
48138
+echo "${ECHO_T}no" >&6; }
 
48139
+fi
 
48140
 
 
48141
-       { { $as_echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES) were not met:
 
48142
 
 
48143
-$DISPLAY_CAPPLET_PKG_ERRORS
 
48144
 
 
48145
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
48146
-installed software in a non-standard prefix.
41151
48147
+# Check whether --enable-update-mimedb was given.
41152
48148
+if test "${enable_update_mimedb+set}" = set; then
41153
48149
+  enableval=$enable_update_mimedb;
41154
 
 else
41155
 
-        _pkg_short_errors_supported=no
 
48150
+else
41156
48151
+  enable_update_mimedb=yes
41157
 
 fi
41158
 
-        if test $_pkg_short_errors_supported = yes; then
41159
 
-               GNOMECC_SHELL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0" 2>&1`
41160
 
-        else
41161
 
-               GNOMECC_SHELL_PKG_ERRORS=`$PKG_CONFIG --print-errors "$COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0" 2>&1`
41162
 
-        fi
41163
 
-       # Put the nasty error message in config.log where it belongs
41164
 
-       echo "$GNOMECC_SHELL_PKG_ERRORS" >&5
 
48152
+fi
41165
48153
 
41166
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0) were not met:
 
48154
-Alternatively, you may set the environment variables DISPLAY_CAPPLET_CFLAGS
 
48155
-and DISPLAY_CAPPLET_LIBS to avoid the need to call pkg-config.
 
48156
-See the pkg-config man page for more details.
 
48157
-" >&5
 
48158
-$as_echo "$as_me: error: Package requirements ($COMMON_MODULES) were not met:
41167
48159
+ if test x$enable_update_mimedb = xyes; then
41168
48160
+  ENABLE_UPDATE_MIMEDB_TRUE=
41169
48161
+  ENABLE_UPDATE_MIMEDB_FALSE='#'
41172
48164
+  ENABLE_UPDATE_MIMEDB_FALSE=
41173
48165
+fi
41174
48166
 
41175
 
-$GNOMECC_SHELL_PKG_ERRORS
 
48167
-$DISPLAY_CAPPLET_PKG_ERRORS
41176
48168
 
41177
48169
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
41178
48170
-installed software in a non-standard prefix.
41179
48171
 
41180
 
-Alternatively, you may set the environment variables GNOMECC_SHELL_CFLAGS
41181
 
-and GNOMECC_SHELL_LIBS to avoid the need to call pkg-config.
 
48172
-Alternatively, you may set the environment variables DISPLAY_CAPPLET_CFLAGS
 
48173
-and DISPLAY_CAPPLET_LIBS to avoid the need to call pkg-config.
41182
48174
-See the pkg-config man page for more details.
41183
 
-" >&5
41184
 
-$as_echo "$as_me: error: Package requirements ($COMMON_MODULES libgnomeui-2.0 libgnome-menu libpanelapplet-2.0) were not met:
 
48175
-" >&2;}
 
48176
-   { (exit 1); exit 1; }; }
 
48177
-elif test $pkg_failed = untried; then
 
48178
-       { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
48179
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
48180
-path to pkg-config.
41185
48181
+ac_config_files="$ac_config_files Makefile capplets/Makefile capplets/about-me/Makefile capplets/about-me/gnome-about-me.desktop.in capplets/accessibility/Makefile capplets/accessibility/at-properties/at-properties.desktop.in capplets/accessibility/at-properties/Makefile capplets/appearance/Makefile capplets/appearance/data/Makefile capplets/appearance/data/gnome-appearance-properties.desktop.in capplets/appearance/data/gnome-theme-installer.desktop.in capplets/common/Makefile capplets/default-applications/Makefile capplets/default-applications/default-applications.desktop.in capplets/default-applications/gnome-at-commandline.in capplets/default-applications/gnome-at-session.desktop.in capplets/default-applications/gnome-default-applications.pc capplets/display/Makefile capplets/display/display-properties.desktop.in capplets/keybindings/Makefile capplets/keybindings/gnome-keybindings.pc capplets/keybindings/keybinding.desktop.in capplets/keyboard/Makefile capplets/keyboard/keyboard.desktop.in capplets/mouse/Makefile capplets/mouse/gnome-settings-mouse.desktop.in capplets/network/Makefile capplets/network/gnome-network-properties.desktop.in capplets/sound/Makefile capplets/sound/gnome-settings-sound.desktop.in capplets/windows/Makefile capplets/windows/window-properties.desktop.in font-viewer/Makefile font-viewer/gnome-font-viewer.desktop.in help/Makefile libslab/Makefile libslab/libslab.pc libwindow-settings/Makefile libwindow-settings/gnome-window-settings-2.0.pc po/Makefile.in shell/Makefile shell/gnomecc.desktop.in typing-break/Makefile"
41186
48182
 
41187
 
-$GNOMECC_SHELL_PKG_ERRORS
 
48183
-Alternatively, you may set the environment variables DISPLAY_CAPPLET_CFLAGS
 
48184
-and DISPLAY_CAPPLET_LIBS to avoid the need to call pkg-config.
 
48185
-See the pkg-config man page for more details.
41188
48186
 
41189
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
41190
 
-installed software in a non-standard prefix.
 
48187
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
48188
-See \`config.log' for more details." >&5
 
48189
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
48190
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
48191
-path to pkg-config.
41191
48192
+cat >confcache <<\_ACEOF
41192
48193
+# This file is a shell script that caches the results of configure
41193
48194
+# tests run on this system so they can be shared between configure
41202
48203
+# loading this file, other *unset* `ac_cv_foo' will be assigned the
41203
48204
+# following values.
41204
48205
 
41205
 
-Alternatively, you may set the environment variables GNOMECC_SHELL_CFLAGS
41206
 
-and GNOMECC_SHELL_LIBS to avoid the need to call pkg-config.
 
48206
-Alternatively, you may set the environment variables DISPLAY_CAPPLET_CFLAGS
 
48207
-and DISPLAY_CAPPLET_LIBS to avoid the need to call pkg-config.
41207
48208
-See the pkg-config man page for more details.
41208
 
-" >&2;}
 
48209
+_ACEOF
 
48210
 
 
48211
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
48212
-See \`config.log' for more details." >&2;}
41209
48213
-   { (exit 1); exit 1; }; }
41210
 
-elif test $pkg_failed = untried; then
41211
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
41212
 
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
41213
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
41214
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
41215
 
-path to pkg-config.
41216
 
+_ACEOF
41217
 
 
41218
 
-Alternatively, you may set the environment variables GNOMECC_SHELL_CFLAGS
41219
 
-and GNOMECC_SHELL_LIBS to avoid the need to call pkg-config.
41220
 
-See the pkg-config man page for more details.
 
48214
-else
 
48215
-       DISPLAY_CAPPLET_CFLAGS=$pkg_cv_DISPLAY_CAPPLET_CFLAGS
 
48216
-       DISPLAY_CAPPLET_LIBS=$pkg_cv_DISPLAY_CAPPLET_LIBS
 
48217
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
48218
-$as_echo "yes" >&6; }
 
48219
-       :
41221
48220
+# The following way of writing the cache mishandles newlines in values,
41222
48221
+# but we know of no workaround that is simple, portable, and efficient.
41223
48222
+# So, we kill variables containing newlines.
41229
48228
+    case $ac_val in #(
41230
48229
+    *${as_nl}*)
41231
48230
+      case $ac_var in #(
41232
 
+      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
41233
 
+$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
 
48231
+      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
 
48232
+echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
41234
48233
+      esac
41235
48234
+      case $ac_var in #(
41236
48235
+      _ | IFS | as_nl) ;; #(
41237
 
+      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
41238
48236
+      *) $as_unset $ac_var ;;
41239
48237
+      esac ;;
41240
48238
+    esac
41241
48239
+  done
41242
 
 
41243
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
41244
 
-See \`config.log' for more details." >&5
41245
 
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
41246
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
41247
 
-path to pkg-config.
 
48240
+
41248
48241
+  (set) 2>&1 |
41249
48242
+    case $as_nl`(ac_space=' '; set) 2>&1` in #(
41250
48243
+    *${as_nl}ac_space=\ *)
41272
48265
+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
41273
48266
+  if test -w "$cache_file"; then
41274
48267
+    test "x$cache_file" != "x/dev/null" &&
41275
 
+      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
41276
 
+$as_echo "$as_me: updating cache $cache_file" >&6;}
 
48268
+      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
 
48269
+echo "$as_me: updating cache $cache_file" >&6;}
41277
48270
+    cat confcache >$cache_file
41278
48271
+  else
41279
 
+    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
41280
 
+$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
 
48272
+    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
 
48273
+echo "$as_me: not updating unwritable cache $cache_file" >&6;}
41281
48274
+  fi
41282
 
+fi
 
48275
 fi
41283
48276
+rm -f confcache
41284
48277
 
41285
 
-Alternatively, you may set the environment variables GNOMECC_SHELL_CFLAGS
41286
 
-and GNOMECC_SHELL_LIBS to avoid the need to call pkg-config.
41287
 
-See the pkg-config man page for more details.
 
48278
-DISPLAY_CAPPLET_LIBS="$DISPLAY_CAPPLET_LIBS $RANDR_LIBS"
41288
48279
+test "x$prefix" = xNONE && prefix=$ac_default_prefix
41289
48280
+# Let make expand exec_prefix.
41290
48281
+test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
41291
48282
 
41292
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
41293
 
-See \`config.log' for more details." >&2;}
41294
 
-   { (exit 1); exit 1; }; }; }
41295
 
-else
41296
 
-       GNOMECC_SHELL_CFLAGS=$pkg_cv_GNOMECC_SHELL_CFLAGS
41297
 
-       GNOMECC_SHELL_LIBS=$pkg_cv_GNOMECC_SHELL_LIBS
41298
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
41299
 
-$as_echo "yes" >&6; }
41300
 
-       :
41301
 
-fi
 
48283
-CAPPLET_LIBS="$CAPPLET_LIBS $x_libs"
 
48284
-GNOMECC_LIBS="$GNOMECC_LIBS $x_libs"
41302
48285
+DEFS=-DHAVE_CONFIG_H
41303
48286
 
41304
 
-pkg_failed=no
41305
 
-{ $as_echo "$as_me:$LINENO: checking for DBUS" >&5
41306
 
-$as_echo_n "checking for DBUS... " >&6; }
 
48287
-have_xcursor=no
41307
48288
+ac_libobjs=
41308
48289
+ac_ltlibobjs=
41309
48290
+for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
41310
48291
+  # 1. Remove the extension, and $U if already installed.
41311
48292
+  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
41312
 
+  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
 
48293
+  ac_i=`echo "$ac_i" | sed "$ac_script"`
41313
48294
+  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
41314
48295
+  #    will be set to the directory where LIBOBJS objects are built.
41315
48296
+  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
41317
48298
+done
41318
48299
+LIBOBJS=$ac_libobjs
41319
48300
 
41320
 
-if test -n "$DBUS_CFLAGS"; then
41321
 
-    pkg_cv_DBUS_CFLAGS="$DBUS_CFLAGS"
41322
 
- elif test -n "$PKG_CONFIG"; then
41323
 
-    if test -n "$PKG_CONFIG" && \
41324
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dbus-1 dbus-glib-1\"") >&5
41325
 
-  ($PKG_CONFIG --exists --print-errors "dbus-1 dbus-glib-1") 2>&5
41326
 
-  ac_status=$?
41327
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
41328
 
-  (exit $ac_status); }; then
41329
 
-  pkg_cv_DBUS_CFLAGS=`$PKG_CONFIG --cflags "dbus-1 dbus-glib-1" 2>/dev/null`
41330
 
-else
41331
 
-  pkg_failed=yes
 
48301
-pkg_failed=no
 
48302
-{ $as_echo "$as_me:$LINENO: checking for XCURSOR" >&5
 
48303
-$as_echo_n "checking for XCURSOR... " >&6; }
41332
48304
+LTLIBOBJS=$ac_ltlibobjs
41333
 
+
 
48305
 
 
48306
-if test -n "$XCURSOR_CFLAGS"; then
 
48307
-    pkg_cv_XCURSOR_CFLAGS="$XCURSOR_CFLAGS"
 
48308
- elif test -n "$PKG_CONFIG"; then
 
48309
-    if test -n "$PKG_CONFIG" && \
 
48310
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"
 
48311
-       xcursor
 
48312
-       \"") >&5
 
48313
-  ($PKG_CONFIG --exists --print-errors "
 
48314
-       xcursor
 
48315
-       ") 2>&5
 
48316
-  ac_status=$?
 
48317
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
48318
-  (exit $ac_status); }; then
 
48319
-  pkg_cv_XCURSOR_CFLAGS=`$PKG_CONFIG --cflags "
 
48320
-       xcursor
 
48321
-       " 2>/dev/null`
 
48322
-else
 
48323
-  pkg_failed=yes
41334
48324
+
41335
48325
+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
41336
 
+  { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
 
48326
+  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
41337
48327
+Usually this means the macro was only invoked conditionally." >&5
41338
 
+$as_echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
 
48328
+echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
41339
48329
+Usually this means the macro was only invoked conditionally." >&2;}
41340
48330
+   { (exit 1); exit 1; }; }
41341
48331
 fi
41342
48332
- else
41343
48333
-    pkg_failed=untried
41344
48334
+if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
41345
 
+  { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
 
48335
+  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
41346
48336
+Usually this means the macro was only invoked conditionally." >&5
41347
 
+$as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
 
48337
+echo "$as_me: error: conditional \"AMDEP\" was never defined.
41348
48338
+Usually this means the macro was only invoked conditionally." >&2;}
41349
48339
+   { (exit 1); exit 1; }; }
41350
48340
 fi
41351
 
-if test -n "$DBUS_LIBS"; then
41352
 
-    pkg_cv_DBUS_LIBS="$DBUS_LIBS"
 
48341
-if test -n "$XCURSOR_LIBS"; then
 
48342
-    pkg_cv_XCURSOR_LIBS="$XCURSOR_LIBS"
41353
48343
- elif test -n "$PKG_CONFIG"; then
41354
48344
-    if test -n "$PKG_CONFIG" && \
41355
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dbus-1 dbus-glib-1\"") >&5
41356
 
-  ($PKG_CONFIG --exists --print-errors "dbus-1 dbus-glib-1") 2>&5
 
48345
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"
 
48346
-       xcursor
 
48347
-       \"") >&5
 
48348
-  ($PKG_CONFIG --exists --print-errors "
 
48349
-       xcursor
 
48350
-       ") 2>&5
41357
48351
-  ac_status=$?
41358
48352
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
41359
48353
-  (exit $ac_status); }; then
41360
 
-  pkg_cv_DBUS_LIBS=`$PKG_CONFIG --libs "dbus-1 dbus-glib-1" 2>/dev/null`
 
48354
-  pkg_cv_XCURSOR_LIBS=`$PKG_CONFIG --libs "
 
48355
-       xcursor
 
48356
-       " 2>/dev/null`
41361
48357
-else
41362
48358
-  pkg_failed=yes
41363
48359
+if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
41364
 
+  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
 
48360
+  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
41365
48361
+Usually this means the macro was only invoked conditionally." >&5
41366
 
+$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
 
48362
+echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
41367
48363
+Usually this means the macro was only invoked conditionally." >&2;}
41368
48364
+   { (exit 1); exit 1; }; }
41369
48365
+fi
41370
48366
+if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
41371
 
+  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
 
48367
+  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
41372
48368
+Usually this means the macro was only invoked conditionally." >&5
41373
 
+$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
 
48369
+echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
41374
48370
+Usually this means the macro was only invoked conditionally." >&2;}
41375
48371
+   { (exit 1); exit 1; }; }
41376
48372
 fi
41377
48373
- else
41378
48374
-    pkg_failed=untried
41379
48375
+if test -z "${ENABLE_SK_TRUE}" && test -z "${ENABLE_SK_FALSE}"; then
41380
 
+  { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_SK\" was never defined.
 
48376
+  { { echo "$as_me:$LINENO: error: conditional \"ENABLE_SK\" was never defined.
41381
48377
+Usually this means the macro was only invoked conditionally." >&5
41382
 
+$as_echo "$as_me: error: conditional \"ENABLE_SK\" was never defined.
 
48378
+echo "$as_me: error: conditional \"ENABLE_SK\" was never defined.
41383
48379
+Usually this means the macro was only invoked conditionally." >&2;}
41384
48380
+   { (exit 1); exit 1; }; }
41385
 
 fi
41386
 
-
41387
 
-
41388
 
-
41389
 
-if test $pkg_failed = yes; then
41390
 
-
41391
 
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
41392
 
-        _pkg_short_errors_supported=yes
41393
 
-else
41394
 
-        _pkg_short_errors_supported=no
 
48381
+fi
41395
48382
+if test -z "${HAVE_GNOME_DOC_UTILS_TRUE}" && test -z "${HAVE_GNOME_DOC_UTILS_FALSE}"; then
41396
 
+  { { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
 
48383
+  { { echo "$as_me:$LINENO: error: conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
41397
48384
+Usually this means the macro was only invoked conditionally." >&5
41398
 
+$as_echo "$as_me: error: conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
 
48385
+echo "$as_me: error: conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
41399
48386
+Usually this means the macro was only invoked conditionally." >&2;}
41400
48387
+   { (exit 1); exit 1; }; }
41401
48388
 fi
41402
 
-        if test $_pkg_short_errors_supported = yes; then
41403
 
-               DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "dbus-1 dbus-glib-1" 2>&1`
41404
 
-        else
41405
 
-               DBUS_PKG_ERRORS=`$PKG_CONFIG --print-errors "dbus-1 dbus-glib-1" 2>&1`
41406
 
-        fi
41407
 
-       # Put the nasty error message in config.log where it belongs
41408
 
-       echo "$DBUS_PKG_ERRORS" >&5
41409
 
-
41410
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (dbus-1 dbus-glib-1) were not met:
41411
48389
 
41412
 
-$DBUS_PKG_ERRORS
41413
 
-
41414
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
41415
 
-installed software in a non-standard prefix.
41416
 
-
41417
 
-Alternatively, you may set the environment variables DBUS_CFLAGS
41418
 
-and DBUS_LIBS to avoid the need to call pkg-config.
41419
 
-See the pkg-config man page for more details.
41420
 
-" >&5
41421
 
-$as_echo "$as_me: error: Package requirements (dbus-1 dbus-glib-1) were not met:
41422
 
-
41423
 
-$DBUS_PKG_ERRORS
41424
48390
+  ac_config_commands="$ac_config_commands po/stamp-it"
41425
48391
 
41426
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
41427
 
-installed software in a non-standard prefix.
41428
48392
 
41429
 
-Alternatively, you may set the environment variables DBUS_CFLAGS
41430
 
-and DBUS_LIBS to avoid the need to call pkg-config.
41431
 
-See the pkg-config man page for more details.
41432
 
-" >&2;}
 
48393
-if test $pkg_failed = yes; then
 
48394
-
 
48395
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
48396
-        _pkg_short_errors_supported=yes
 
48397
-else
 
48398
-        _pkg_short_errors_supported=no
41433
48399
+if test -z "${HAVE_LIBCANBERRA_GTK_TRUE}" && test -z "${HAVE_LIBCANBERRA_GTK_FALSE}"; then
41434
 
+  { { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_LIBCANBERRA_GTK\" was never defined.
 
48400
+  { { echo "$as_me:$LINENO: error: conditional \"HAVE_LIBCANBERRA_GTK\" was never defined.
41435
48401
+Usually this means the macro was only invoked conditionally." >&5
41436
 
+$as_echo "$as_me: error: conditional \"HAVE_LIBCANBERRA_GTK\" was never defined.
 
48402
+echo "$as_me: error: conditional \"HAVE_LIBCANBERRA_GTK\" was never defined.
41437
48403
+Usually this means the macro was only invoked conditionally." >&2;}
41438
 
    { (exit 1); exit 1; }; }
41439
 
-elif test $pkg_failed = untried; then
41440
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
41441
 
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
41442
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
41443
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
41444
 
-path to pkg-config.
41445
 
-
41446
 
-Alternatively, you may set the environment variables DBUS_CFLAGS
41447
 
-and DBUS_LIBS to avoid the need to call pkg-config.
41448
 
-See the pkg-config man page for more details.
41449
 
-
41450
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
41451
 
-See \`config.log' for more details." >&5
41452
 
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
41453
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
41454
 
-path to pkg-config.
41455
 
-
41456
 
-Alternatively, you may set the environment variables DBUS_CFLAGS
41457
 
-and DBUS_LIBS to avoid the need to call pkg-config.
41458
 
-See the pkg-config man page for more details.
41459
 
-
41460
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
41461
 
-See \`config.log' for more details." >&2;}
41462
 
-   { (exit 1); exit 1; }; }; }
41463
 
-else
41464
 
-       DBUS_CFLAGS=$pkg_cv_DBUS_CFLAGS
41465
 
-       DBUS_LIBS=$pkg_cv_DBUS_LIBS
41466
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
41467
 
-$as_echo "yes" >&6; }
41468
 
-       :
41469
 
 fi
41470
 
-
41471
 
-pkg_failed=no
41472
 
-{ $as_echo "$as_me:$LINENO: checking for GNOME_DESKTOP" >&5
41473
 
-$as_echo_n "checking for GNOME_DESKTOP... " >&6; }
41474
 
-
41475
 
-if test -n "$GNOME_DESKTOP_CFLAGS"; then
41476
 
-    pkg_cv_GNOME_DESKTOP_CFLAGS="$GNOME_DESKTOP_CFLAGS"
41477
 
- elif test -n "$PKG_CONFIG"; then
41478
 
-    if test -n "$PKG_CONFIG" && \
41479
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-desktop-2.0\"") >&5
41480
 
-  ($PKG_CONFIG --exists --print-errors "gnome-desktop-2.0") 2>&5
41481
 
-  ac_status=$?
41482
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
41483
 
-  (exit $ac_status); }; then
41484
 
-  pkg_cv_GNOME_DESKTOP_CFLAGS=`$PKG_CONFIG --cflags "gnome-desktop-2.0" 2>/dev/null`
41485
 
-else
41486
 
-  pkg_failed=yes
 
48404
+   { (exit 1); exit 1; }; }
 
48405
+fi
41487
48406
+if test -z "${HAVE_TYPING_BREAK_TRUE}" && test -z "${HAVE_TYPING_BREAK_FALSE}"; then
41488
 
+  { { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_TYPING_BREAK\" was never defined.
 
48407
+  { { echo "$as_me:$LINENO: error: conditional \"HAVE_TYPING_BREAK\" was never defined.
41489
48408
+Usually this means the macro was only invoked conditionally." >&5
41490
 
+$as_echo "$as_me: error: conditional \"HAVE_TYPING_BREAK\" was never defined.
 
48409
+echo "$as_me: error: conditional \"HAVE_TYPING_BREAK\" was never defined.
41491
48410
+Usually this means the macro was only invoked conditionally." >&2;}
41492
48411
+   { (exit 1); exit 1; }; }
41493
 
 fi
41494
 
- else
41495
 
-    pkg_failed=untried
 
48412
+fi
41496
48413
+if test -z "${ENABLE_DYNAMIC_LIBSLAB_TRUE}" && test -z "${ENABLE_DYNAMIC_LIBSLAB_FALSE}"; then
41497
 
+  { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_DYNAMIC_LIBSLAB\" was never defined.
 
48414
+  { { echo "$as_me:$LINENO: error: conditional \"ENABLE_DYNAMIC_LIBSLAB\" was never defined.
41498
48415
+Usually this means the macro was only invoked conditionally." >&5
41499
 
+$as_echo "$as_me: error: conditional \"ENABLE_DYNAMIC_LIBSLAB\" was never defined.
 
48416
+echo "$as_me: error: conditional \"ENABLE_DYNAMIC_LIBSLAB\" was never defined.
41500
48417
+Usually this means the macro was only invoked conditionally." >&2;}
41501
48418
+   { (exit 1); exit 1; }; }
41502
 
 fi
41503
 
-if test -n "$GNOME_DESKTOP_LIBS"; then
41504
 
-    pkg_cv_GNOME_DESKTOP_LIBS="$GNOME_DESKTOP_LIBS"
41505
 
- elif test -n "$PKG_CONFIG"; then
41506
 
-    if test -n "$PKG_CONFIG" && \
41507
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-desktop-2.0\"") >&5
41508
 
-  ($PKG_CONFIG --exists --print-errors "gnome-desktop-2.0") 2>&5
41509
 
-  ac_status=$?
41510
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
41511
 
-  (exit $ac_status); }; then
41512
 
-  pkg_cv_GNOME_DESKTOP_LIBS=`$PKG_CONFIG --libs "gnome-desktop-2.0" 2>/dev/null`
41513
 
-else
41514
 
-  pkg_failed=yes
 
48419
+fi
41515
48420
+if test -z "${HAVE_RANDR_TRUE}" && test -z "${HAVE_RANDR_FALSE}"; then
41516
 
+  { { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_RANDR\" was never defined.
 
48421
+  { { echo "$as_me:$LINENO: error: conditional \"HAVE_RANDR\" was never defined.
41517
48422
+Usually this means the macro was only invoked conditionally." >&5
41518
 
+$as_echo "$as_me: error: conditional \"HAVE_RANDR\" was never defined.
 
48423
+echo "$as_me: error: conditional \"HAVE_RANDR\" was never defined.
41519
48424
+Usually this means the macro was only invoked conditionally." >&2;}
41520
48425
+   { (exit 1); exit 1; }; }
41521
48426
+fi
41522
48427
+if test -z "${HAVE_XCURSOR_TRUE}" && test -z "${HAVE_XCURSOR_FALSE}"; then
41523
 
+  { { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_XCURSOR\" was never defined.
 
48428
+  { { echo "$as_me:$LINENO: error: conditional \"HAVE_XCURSOR\" was never defined.
41524
48429
+Usually this means the macro was only invoked conditionally." >&5
41525
 
+$as_echo "$as_me: error: conditional \"HAVE_XCURSOR\" was never defined.
 
48430
+echo "$as_me: error: conditional \"HAVE_XCURSOR\" was never defined.
41526
48431
+Usually this means the macro was only invoked conditionally." >&2;}
41527
48432
+   { (exit 1); exit 1; }; }
41528
 
 fi
41529
 
- else
41530
 
-    pkg_failed=untried
 
48433
+fi
41531
48434
+if test -z "${BUILD_ABOUTME_TRUE}" && test -z "${BUILD_ABOUTME_FALSE}"; then
41532
 
+  { { $as_echo "$as_me:$LINENO: error: conditional \"BUILD_ABOUTME\" was never defined.
 
48435
+  { { echo "$as_me:$LINENO: error: conditional \"BUILD_ABOUTME\" was never defined.
41533
48436
+Usually this means the macro was only invoked conditionally." >&5
41534
 
+$as_echo "$as_me: error: conditional \"BUILD_ABOUTME\" was never defined.
 
48437
+echo "$as_me: error: conditional \"BUILD_ABOUTME\" was never defined.
41535
48438
+Usually this means the macro was only invoked conditionally." >&2;}
41536
48439
+   { (exit 1); exit 1; }; }
41537
 
 fi
41538
 
-
41539
 
-
41540
 
-
41541
 
-if test $pkg_failed = yes; then
41542
 
-
41543
 
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
41544
 
-        _pkg_short_errors_supported=yes
41545
 
-else
41546
 
-        _pkg_short_errors_supported=no
 
48440
+fi
41547
48441
+if test -z "${GCONF_SCHEMAS_INSTALL_TRUE}" && test -z "${GCONF_SCHEMAS_INSTALL_FALSE}"; then
41548
 
+  { { $as_echo "$as_me:$LINENO: error: conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
 
48442
+  { { echo "$as_me:$LINENO: error: conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
41549
48443
+Usually this means the macro was only invoked conditionally." >&5
41550
 
+$as_echo "$as_me: error: conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
 
48444
+echo "$as_me: error: conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
41551
48445
+Usually this means the macro was only invoked conditionally." >&2;}
41552
48446
+   { (exit 1); exit 1; }; }
41553
48447
+fi
41554
48448
+if test -z "${HAVE_GSTREAMER_TRUE}" && test -z "${HAVE_GSTREAMER_FALSE}"; then
41555
 
+  { { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_GSTREAMER\" was never defined.
 
48449
+  { { echo "$as_me:$LINENO: error: conditional \"HAVE_GSTREAMER\" was never defined.
41556
48450
+Usually this means the macro was only invoked conditionally." >&5
41557
 
+$as_echo "$as_me: error: conditional \"HAVE_GSTREAMER\" was never defined.
 
48451
+echo "$as_me: error: conditional \"HAVE_GSTREAMER\" was never defined.
41558
48452
+Usually this means the macro was only invoked conditionally." >&2;}
41559
48453
+   { (exit 1); exit 1; }; }
41560
48454
+fi
41561
48455
+if test -z "${BUILD_SOUND_TRUE}" && test -z "${BUILD_SOUND_FALSE}"; then
41562
 
+  { { $as_echo "$as_me:$LINENO: error: conditional \"BUILD_SOUND\" was never defined.
 
48456
+  { { echo "$as_me:$LINENO: error: conditional \"BUILD_SOUND\" was never defined.
41563
48457
+Usually this means the macro was only invoked conditionally." >&5
41564
 
+$as_echo "$as_me: error: conditional \"BUILD_SOUND\" was never defined.
 
48458
+echo "$as_me: error: conditional \"BUILD_SOUND\" was never defined.
41565
48459
+Usually this means the macro was only invoked conditionally." >&2;}
41566
48460
+   { (exit 1); exit 1; }; }
41567
48461
+fi
41568
48462
+if test -z "${ENABLE_UPDATE_MIMEDB_TRUE}" && test -z "${ENABLE_UPDATE_MIMEDB_FALSE}"; then
41569
 
+  { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_UPDATE_MIMEDB\" was never defined.
 
48463
+  { { echo "$as_me:$LINENO: error: conditional \"ENABLE_UPDATE_MIMEDB\" was never defined.
41570
48464
+Usually this means the macro was only invoked conditionally." >&5
41571
 
+$as_echo "$as_me: error: conditional \"ENABLE_UPDATE_MIMEDB\" was never defined.
 
48465
+echo "$as_me: error: conditional \"ENABLE_UPDATE_MIMEDB\" was never defined.
41572
48466
+Usually this means the macro was only invoked conditionally." >&2;}
41573
48467
+   { (exit 1); exit 1; }; }
41574
48468
 fi
41575
48469
-        if test $_pkg_short_errors_supported = yes; then
41576
 
-               GNOME_DESKTOP_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gnome-desktop-2.0" 2>&1`
 
48470
-               XCURSOR_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "
 
48471
-       xcursor
 
48472
-       " 2>&1`
41577
48473
-        else
41578
 
-               GNOME_DESKTOP_PKG_ERRORS=`$PKG_CONFIG --print-errors "gnome-desktop-2.0" 2>&1`
 
48474
-               XCURSOR_PKG_ERRORS=`$PKG_CONFIG --print-errors "
 
48475
-       xcursor
 
48476
-       " 2>&1`
41579
48477
-        fi
41580
48478
-       # Put the nasty error message in config.log where it belongs
41581
 
-       echo "$GNOME_DESKTOP_PKG_ERRORS" >&5
41582
 
-
41583
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (gnome-desktop-2.0) were not met:
 
48479
-       echo "$XCURSOR_PKG_ERRORS" >&5
41584
48480
 
41585
 
-$GNOME_DESKTOP_PKG_ERRORS
 
48481
-       { $as_echo "$as_me:$LINENO: result: no" >&5
 
48482
-$as_echo "no" >&6; }
 
48483
-                have_xcursor=no
 
48484
-elif test $pkg_failed = untried; then
 
48485
-       have_xcursor=no
 
48486
-else
 
48487
-       XCURSOR_CFLAGS=$pkg_cv_XCURSOR_CFLAGS
 
48488
-       XCURSOR_LIBS=$pkg_cv_XCURSOR_LIBS
 
48489
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
48490
-$as_echo "yes" >&6; }
 
48491
-       have_xcursor=yes
41586
48492
+: ${CONFIG_STATUS=./config.status}
41587
 
+ac_write_fail=0
41588
48493
+ac_clean_files_save=$ac_clean_files
41589
48494
+ac_clean_files="$ac_clean_files $CONFIG_STATUS"
41590
 
+{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
41591
 
+$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
41592
 
+cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
48495
+{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
 
48496
+echo "$as_me: creating $CONFIG_STATUS" >&6;}
 
48497
+cat >$CONFIG_STATUS <<_ACEOF
41593
48498
+#! $SHELL
41594
48499
+# Generated by $as_me.
41595
48500
+# Run this file to recreate the current configuration.
41596
48501
+# Compiler output produced by configure, useful for debugging
41597
48502
+# configure, is in config.log if it exists.
41598
48503
 
41599
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
41600
 
-installed software in a non-standard prefix.
 
48504
-cat >>confdefs.h <<\_ACEOF
 
48505
-#define HAVE_XCURSOR 1
41601
48506
+debug=false
41602
48507
+ac_cs_recheck=false
41603
48508
+ac_cs_silent=false
41604
48509
+SHELL=\${CONFIG_SHELL-$SHELL}
41605
 
+_ACEOF
 
48510
 _ACEOF
41606
48511
 
41607
 
-Alternatively, you may set the environment variables GNOME_DESKTOP_CFLAGS
41608
 
-and GNOME_DESKTOP_LIBS to avoid the need to call pkg-config.
41609
 
-See the pkg-config man page for more details.
41610
 
-" >&5
41611
 
-$as_echo "$as_me: error: Package requirements (gnome-desktop-2.0) were not met:
41612
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
48512
-fi
 
48513
- if test $have_xcursor=yes; then
 
48514
-  HAVE_XCURSOR_TRUE=
 
48515
-  HAVE_XCURSOR_FALSE='#'
 
48516
+cat >>$CONFIG_STATUS <<\_ACEOF
41613
48517
+## --------------------- ##
41614
48518
+## M4sh Initialization.  ##
41615
48519
+## --------------------- ##
41616
 
 
41617
 
-$GNOME_DESKTOP_PKG_ERRORS
 
48520
+
41618
48521
+# Be more Bourne compatible
41619
48522
+DUALCASE=1; export DUALCASE # for MKS sh
41620
48523
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
41621
48524
+  emulate sh
41622
48525
+  NULLCMD=:
41623
 
+  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
 
48526
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
41624
48527
+  # is contrary to our usage.  Disable this feature.
41625
48528
+  alias -g '${1+"$@"}'='"$@"'
41626
48529
+  setopt NO_GLOB_SUBST
41627
 
+else
 
48530
 else
 
48531
-  HAVE_XCURSOR_TRUE='#'
 
48532
-  HAVE_XCURSOR_FALSE=
 
48533
-fi
41628
48534
+  case `(set -o) 2>/dev/null` in
41629
48535
+  *posix*) set -o posix ;;
41630
48536
+esac
41631
48537
 
41632
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
41633
 
-installed software in a non-standard prefix.
41634
48538
+fi
41635
48539
 
41636
 
-Alternatively, you may set the environment variables GNOME_DESKTOP_CFLAGS
41637
 
-and GNOME_DESKTOP_LIBS to avoid the need to call pkg-config.
41638
 
-See the pkg-config man page for more details.
41639
 
-" >&2;}
41640
 
-   { (exit 1); exit 1; }; }
41641
 
-elif test $pkg_failed = untried; then
41642
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
41643
 
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
41644
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
41645
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
41646
 
-path to pkg-config.
41647
 
 
41648
 
-Alternatively, you may set the environment variables GNOME_DESKTOP_CFLAGS
41649
 
-and GNOME_DESKTOP_LIBS to avoid the need to call pkg-config.
41650
 
-See the pkg-config man page for more details.
41651
 
 
41652
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
41653
 
-See \`config.log' for more details." >&5
41654
 
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
41655
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
41656
 
-path to pkg-config.
41657
 
 
41658
 
-Alternatively, you may set the environment variables GNOME_DESKTOP_CFLAGS
41659
 
-and GNOME_DESKTOP_LIBS to avoid the need to call pkg-config.
41660
 
-See the pkg-config man page for more details.
 
48540
 
 
48541
 
 
48542
-if test x$have_xcursor = xyes; then
 
48543
-  { $as_echo "$as_me:$LINENO: checking for XCURSOR cursor location" >&5
 
48544
-$as_echo_n "checking for XCURSOR cursor location... " >&6; }
 
48545
-  XCURSOR_ICONDIR=$($PKG_CONFIG --variable=icondir xcursor)
 
48546
-  if test "x$XCURSOR_ICONDIR" != x; then
 
48547
 
 
48548
-cat >>confdefs.h <<_ACEOF
 
48549
-#define XCURSOR_ICONDIR "${XCURSOR_ICONDIR}"
 
48550
-_ACEOF
41661
48551
+# PATH needs CR
41662
48552
+# Avoid depending upon Character Ranges.
41663
48553
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
41666
48556
+as_cr_digits='0123456789'
41667
48557
+as_cr_alnum=$as_cr_Letters$as_cr_digits
41668
48558
 
41669
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
41670
 
-See \`config.log' for more details." >&2;}
41671
 
-   { (exit 1); exit 1; }; }; }
41672
 
+as_nl='
41673
 
+'
41674
 
+export as_nl
41675
 
+# Printing a long string crashes Solaris 7 /usr/bin/printf.
41676
 
+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41677
 
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
41678
 
+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41679
 
+if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
41680
 
+  as_echo='printf %s\n'
41681
 
+  as_echo_n='printf %s'
41682
 
 else
41683
 
-       GNOME_DESKTOP_CFLAGS=$pkg_cv_GNOME_DESKTOP_CFLAGS
41684
 
-       GNOME_DESKTOP_LIBS=$pkg_cv_GNOME_DESKTOP_LIBS
41685
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
41686
 
-$as_echo "yes" >&6; }
41687
 
-       :
41688
 
+  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
41689
 
+    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
41690
 
+    as_echo_n='/usr/ucb/echo -n'
41691
 
+  else
41692
 
+    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
41693
 
+    as_echo_n_body='eval
41694
 
+      arg=$1;
41695
 
+      case $arg in
41696
 
+      *"$as_nl"*)
41697
 
+       expr "X$arg" : "X\\(.*\\)$as_nl";
41698
 
+       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
41699
 
+      esac;
41700
 
+      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
41701
 
+    '
41702
 
+    export as_echo_n_body
41703
 
+    as_echo_n='sh -c $as_echo_n_body as_echo'
41704
 
+  fi
41705
 
+  export as_echo_body
41706
 
+  as_echo='sh -c $as_echo_body as_echo'
41707
 
 fi
41708
 
 
41709
 
-pkg_failed=no
41710
 
-{ $as_echo "$as_me:$LINENO: checking for DEFAULT_APPLICATIONS_CAPPLET" >&5
41711
 
-$as_echo_n "checking for DEFAULT_APPLICATIONS_CAPPLET... " >&6; }
41712
 
-
41713
 
-if test -n "$DEFAULT_APPLICATIONS_CAPPLET_CFLAGS"; then
41714
 
-    pkg_cv_DEFAULT_APPLICATIONS_CAPPLET_CFLAGS="$DEFAULT_APPLICATIONS_CAPPLET_CFLAGS"
41715
 
- elif test -n "$PKG_CONFIG"; then
41716
 
-    if test -n "$PKG_CONFIG" && \
41717
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\"") >&5
41718
 
-  ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5
41719
 
-  ac_status=$?
41720
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
41721
 
-  (exit $ac_status); }; then
41722
 
-  pkg_cv_DEFAULT_APPLICATIONS_CAPPLET_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0" 2>/dev/null`
41723
 
-else
41724
 
-  pkg_failed=yes
41725
 
-fi
41726
 
- else
41727
 
-    pkg_failed=untried
41728
48559
+# The user is always right.
41729
48560
+if test "${PATH_SEPARATOR+set}" != set; then
41730
 
+  PATH_SEPARATOR=:
41731
 
+  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
41732
 
+    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
41733
 
+      PATH_SEPARATOR=';'
41734
 
+  }
 
48561
+  echo "#! /bin/sh" >conf$$.sh
 
48562
+  echo  "exit 0"   >>conf$$.sh
 
48563
+  chmod +x conf$$.sh
 
48564
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 
48565
+    PATH_SEPARATOR=';'
 
48566
   else
 
48567
-    XCURSOR_ICONDIR=none
 
48568
+    PATH_SEPARATOR=:
 
48569
   fi
 
48570
-  { $as_echo "$as_me:$LINENO: result: ${XCURSOR_ICONDIR}" >&5
 
48571
-$as_echo "${XCURSOR_ICONDIR}" >&6; }
 
48572
+  rm -f conf$$.sh
41735
48573
 fi
41736
 
-if test -n "$DEFAULT_APPLICATIONS_CAPPLET_LIBS"; then
41737
 
-    pkg_cv_DEFAULT_APPLICATIONS_CAPPLET_LIBS="$DEFAULT_APPLICATIONS_CAPPLET_LIBS"
41738
 
- elif test -n "$PKG_CONFIG"; then
41739
 
-    if test -n "$PKG_CONFIG" && \
41740
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libxml-2.0\"") >&5
41741
 
-  ($PKG_CONFIG --exists --print-errors "libxml-2.0") 2>&5
41742
 
-  ac_status=$?
41743
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
41744
 
-  (exit $ac_status); }; then
41745
 
-  pkg_cv_DEFAULT_APPLICATIONS_CAPPLET_LIBS=`$PKG_CONFIG --libs "libxml-2.0" 2>/dev/null`
41746
 
+
 
48574
 
 
48575
-CAPPLET_LIBS="$CAPPLET_LIBS $XCURSOR_LIBS"
41747
48576
+# Support unset when possible.
41748
48577
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
41749
48578
+  as_unset=unset
41750
 
 else
41751
 
-  pkg_failed=yes
41752
 
-fi
41753
 
- else
41754
 
-    pkg_failed=untried
 
48579
+else
41755
48580
+  as_unset=false
41756
 
 fi
41757
 
 
41758
 
 
 
48581
+fi
 
48582
 
 
48583
 
 
48584
-pkg_failed=no
 
48585
-{ $as_echo "$as_me:$LINENO: checking for LIBGNOMEKBD" >&5
 
48586
-$as_echo_n "checking for LIBGNOMEKBD... " >&6; }
41759
48587
+# IFS
41760
48588
+# We need space, tab and new line, in precisely that order.  Quoting is
41761
48589
+# there to prevent editors from complaining about space-tab.
41762
48590
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
41763
48591
+# splitting by setting IFS to empty value.)
 
48592
+as_nl='
 
48593
+'
41764
48594
+IFS=" ""       $as_nl"
41765
48595
 
41766
 
-if test $pkg_failed = yes; then
 
48596
-if test -n "$LIBGNOMEKBD_CFLAGS"; then
 
48597
-    pkg_cv_LIBGNOMEKBD_CFLAGS="$LIBGNOMEKBD_CFLAGS"
 
48598
- elif test -n "$PKG_CONFIG"; then
 
48599
-    if test -n "$PKG_CONFIG" && \
 
48600
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomekbd >= 2.21.4.1 libxklavier >= 3.6\"") >&5
 
48601
-  ($PKG_CONFIG --exists --print-errors "libgnomekbd >= 2.21.4.1 libxklavier >= 3.6") 2>&5
 
48602
-  ac_status=$?
 
48603
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
48604
-  (exit $ac_status); }; then
 
48605
-  pkg_cv_LIBGNOMEKBD_CFLAGS=`$PKG_CONFIG --cflags "libgnomekbd >= 2.21.4.1 libxklavier >= 3.6" 2>/dev/null`
 
48606
-else
 
48607
-  pkg_failed=yes
 
48608
-fi
 
48609
- else
 
48610
-    pkg_failed=untried
 
48611
-fi
 
48612
-if test -n "$LIBGNOMEKBD_LIBS"; then
 
48613
-    pkg_cv_LIBGNOMEKBD_LIBS="$LIBGNOMEKBD_LIBS"
 
48614
- elif test -n "$PKG_CONFIG"; then
 
48615
-    if test -n "$PKG_CONFIG" && \
 
48616
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomekbd >= 2.21.4.1 libxklavier >= 3.6\"") >&5
 
48617
-  ($PKG_CONFIG --exists --print-errors "libgnomekbd >= 2.21.4.1 libxklavier >= 3.6") 2>&5
 
48618
-  ac_status=$?
 
48619
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
48620
-  (exit $ac_status); }; then
 
48621
-  pkg_cv_LIBGNOMEKBD_LIBS=`$PKG_CONFIG --libs "libgnomekbd >= 2.21.4.1 libxklavier >= 3.6" 2>/dev/null`
 
48622
-else
 
48623
-  pkg_failed=yes
41767
48624
+# Find who we are.  Look in the path if we contain no directory separator.
41768
48625
+case $0 in
41769
48626
+  *[\\/]* ) as_myself=$0 ;;
41775
48632
+  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
41776
48633
+done
41777
48634
+IFS=$as_save_IFS
41778
 
 
41779
 
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
41780
 
-        _pkg_short_errors_supported=yes
 
48635
+
41781
48636
+     ;;
41782
48637
+esac
41783
48638
+# We did not find ourselves, most probably we were run as `sh COMMAND'
41784
48639
+# in which case we are not to be found in the path.
41785
48640
+if test "x$as_myself" = x; then
41786
48641
+  as_myself=$0
41787
 
+fi
 
48642
 fi
 
48643
- else
 
48644
-    pkg_failed=untried
41788
48645
+if test ! -f "$as_myself"; then
41789
 
+  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
48646
+  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
41790
48647
+  { (exit 1); exit 1; }
41791
 
+fi
41792
 
+
 
48648
 fi
 
48649
 
41793
48650
+# Work around bugs in pre-3.0 UWIN ksh.
41794
48651
+for as_var in ENV MAIL MAILPATH
41795
48652
+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
41797
48654
+PS1='$ '
41798
48655
+PS2='> '
41799
48656
+PS4='+ '
41800
 
+
 
48657
 
41801
48658
+# NLS nuisances.
41802
 
+LC_ALL=C
41803
 
+export LC_ALL
41804
 
+LANGUAGE=C
41805
 
+export LANGUAGE
41806
 
+
 
48659
+for as_var in \
 
48660
+  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
 
48661
+  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
 
48662
+  LC_TELEPHONE LC_TIME
 
48663
+do
 
48664
+  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
 
48665
+    eval $as_var=C; export $as_var
 
48666
+  else
 
48667
+    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
48668
+  fi
 
48669
+done
 
48670
 
 
48671
-if test $pkg_failed = yes; then
41807
48672
+# Required to use basename.
41808
48673
+if expr a : '\(a\)' >/dev/null 2>&1 &&
41809
48674
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
41810
48675
+  as_expr=expr
41811
 
 else
41812
 
-        _pkg_short_errors_supported=no
 
48676
+else
41813
48677
+  as_expr=false
41814
 
 fi
41815
 
-        if test $_pkg_short_errors_supported = yes; then
41816
 
-               DEFAULT_APPLICATIONS_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libxml-2.0" 2>&1`
41817
 
-        else
41818
 
-               DEFAULT_APPLICATIONS_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --print-errors "libxml-2.0" 2>&1`
41819
 
-        fi
41820
 
-       # Put the nasty error message in config.log where it belongs
41821
 
-       echo "$DEFAULT_APPLICATIONS_CAPPLET_PKG_ERRORS" >&5
 
48678
+fi
41822
48679
 
41823
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (libxml-2.0) were not met:
 
48680
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
48681
-        _pkg_short_errors_supported=yes
41824
48682
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
41825
48683
+  as_basename=basename
41826
 
+else
 
48684
 else
 
48685
-        _pkg_short_errors_supported=no
41827
48686
+  as_basename=false
41828
 
+fi
41829
 
 
41830
 
-$DEFAULT_APPLICATIONS_CAPPLET_PKG_ERRORS
41831
 
 
41832
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
41833
 
-installed software in a non-standard prefix.
 
48687
 fi
 
48688
-        if test $_pkg_short_errors_supported = yes; then
 
48689
-               LIBGNOMEKBD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libgnomekbd >= 2.21.4.1 libxklavier >= 3.6" 2>&1`
 
48690
-        else
 
48691
-               LIBGNOMEKBD_PKG_ERRORS=`$PKG_CONFIG --print-errors "libgnomekbd >= 2.21.4.1 libxklavier >= 3.6" 2>&1`
 
48692
-        fi
 
48693
-       # Put the nasty error message in config.log where it belongs
 
48694
-       echo "$LIBGNOMEKBD_PKG_ERRORS" >&5
 
48695
 
 
48696
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (libgnomekbd >= 2.21.4.1 libxklavier >= 3.6) were not met:
 
48697
 
 
48698
-$LIBGNOMEKBD_PKG_ERRORS
41834
48699
+# Name of the executable.
41835
48700
+as_me=`$as_basename -- "$0" ||
41836
48701
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
41837
48702
+        X"$0" : 'X\(//\)$' \| \
41838
48703
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
41839
 
+$as_echo X/"$0" |
 
48704
+echo X/"$0" |
41840
48705
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
41841
48706
+           s//\1/
41842
48707
+           q
41851
48716
+         }
41852
48717
+         s/.*/./; q'`
41853
48718
 
41854
 
-Alternatively, you may set the environment variables DEFAULT_APPLICATIONS_CAPPLET_CFLAGS
41855
 
-and DEFAULT_APPLICATIONS_CAPPLET_LIBS to avoid the need to call pkg-config.
41856
 
-See the pkg-config man page for more details.
41857
 
-" >&5
41858
 
-$as_echo "$as_me: error: Package requirements (libxml-2.0) were not met:
 
48719
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
48720
-installed software in a non-standard prefix.
41859
48721
+# CDPATH.
41860
48722
+$as_unset CDPATH
41861
48723
 
41862
 
-$DEFAULT_APPLICATIONS_CAPPLET_PKG_ERRORS
 
48724
-Alternatively, you may set the environment variables LIBGNOMEKBD_CFLAGS
 
48725
-and LIBGNOMEKBD_LIBS to avoid the need to call pkg-config.
 
48726
-See the pkg-config man page for more details.
 
48727
-" >&5
 
48728
-$as_echo "$as_me: error: Package requirements (libgnomekbd >= 2.21.4.1 libxklavier >= 3.6) were not met:
 
48729
 
 
48730
-$LIBGNOMEKBD_PKG_ERRORS
41863
48731
 
41864
48732
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
41865
48733
-installed software in a non-standard prefix.
41866
 
 
41867
 
-Alternatively, you may set the environment variables DEFAULT_APPLICATIONS_CAPPLET_CFLAGS
41868
 
-and DEFAULT_APPLICATIONS_CAPPLET_LIBS to avoid the need to call pkg-config.
41869
 
-See the pkg-config man page for more details.
41870
 
-" >&2;}
41871
 
-   { (exit 1); exit 1; }; }
41872
 
-elif test $pkg_failed = untried; then
41873
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
41874
 
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
41875
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
41876
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
41877
 
-path to pkg-config.
41878
48734
+  as_lineno_1=$LINENO
41879
48735
+  as_lineno_2=$LINENO
41880
48736
+  test "x$as_lineno_1" != "x$as_lineno_2" &&
41881
48737
+  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
41882
48738
 
41883
 
-Alternatively, you may set the environment variables DEFAULT_APPLICATIONS_CAPPLET_CFLAGS
41884
 
-and DEFAULT_APPLICATIONS_CAPPLET_LIBS to avoid the need to call pkg-config.
 
48739
-Alternatively, you may set the environment variables LIBGNOMEKBD_CFLAGS
 
48740
-and LIBGNOMEKBD_LIBS to avoid the need to call pkg-config.
41885
48741
-See the pkg-config man page for more details.
 
48742
-" >&2;}
41886
48743
+  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
41887
48744
+  # uniformly replaced by the line number.  The first 'sed' inserts a
41888
48745
+  # line-number line after each line using $LINENO; the second 'sed'
41909
48766
+      s/-\n.*//
41910
48767
+    ' >$as_me.lineno &&
41911
48768
+  chmod +x "$as_me.lineno" ||
41912
 
+    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
41913
 
+   { (exit 1); exit 1; }; }
 
48769
+    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 
48770
    { (exit 1); exit 1; }; }
 
48771
-elif test $pkg_failed = untried; then
 
48772
-       { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
48773
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
48774
-path to pkg-config.
41914
48775
 
 
48776
-Alternatively, you may set the environment variables LIBGNOMEKBD_CFLAGS
 
48777
-and LIBGNOMEKBD_LIBS to avoid the need to call pkg-config.
 
48778
-See the pkg-config man page for more details.
 
48779
-
41915
48780
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
41916
48781
-See \`config.log' for more details." >&5
41917
48782
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
41925
48790
+  exit
41926
48791
+}
41927
48792
 
41928
 
-Alternatively, you may set the environment variables DEFAULT_APPLICATIONS_CAPPLET_CFLAGS
41929
 
-and DEFAULT_APPLICATIONS_CAPPLET_LIBS to avoid the need to call pkg-config.
 
48793
-Alternatively, you may set the environment variables LIBGNOMEKBD_CFLAGS
 
48794
-and LIBGNOMEKBD_LIBS to avoid the need to call pkg-config.
41930
48795
-See the pkg-config man page for more details.
41931
48796
 
41932
48797
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
41933
48798
-See \`config.log' for more details." >&2;}
41934
 
-   { (exit 1); exit 1; }; }; }
 
48799
-   { (exit 1); exit 1; }; }
41935
48800
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
41936
48801
+  as_dirname=dirname
41937
48802
 else
41938
 
-       DEFAULT_APPLICATIONS_CAPPLET_CFLAGS=$pkg_cv_DEFAULT_APPLICATIONS_CAPPLET_CFLAGS
41939
 
-       DEFAULT_APPLICATIONS_CAPPLET_LIBS=$pkg_cv_DEFAULT_APPLICATIONS_CAPPLET_LIBS
 
48803
-       LIBGNOMEKBD_CFLAGS=$pkg_cv_LIBGNOMEKBD_CFLAGS
 
48804
-       LIBGNOMEKBD_LIBS=$pkg_cv_LIBGNOMEKBD_LIBS
41940
48805
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
41941
48806
-$as_echo "yes" >&6; }
41942
48807
-       :
41943
48808
+  as_dirname=false
41944
48809
 fi
41945
48810
 
41946
 
-pkg_failed=no
41947
 
-{ $as_echo "$as_me:$LINENO: checking for METACITY" >&5
41948
 
-$as_echo_n "checking for METACITY... " >&6; }
41949
48811
+ECHO_C= ECHO_N= ECHO_T=
41950
48812
+case `echo -n x` in
41951
48813
+-n*)
41956
48818
+*)
41957
48819
+  ECHO_N='-n';;
41958
48820
+esac
 
48821
 
 
48822
-
 
48823
-
 
48824
-pkg_failed=no
 
48825
-{ $as_echo "$as_me:$LINENO: checking for LIBGNOMEKBDUI" >&5
 
48826
-$as_echo_n "checking for LIBGNOMEKBDUI... " >&6; }
 
48827
-
 
48828
-if test -n "$LIBGNOMEKBDUI_CFLAGS"; then
 
48829
-    pkg_cv_LIBGNOMEKBDUI_CFLAGS="$LIBGNOMEKBDUI_CFLAGS"
 
48830
- elif test -n "$PKG_CONFIG"; then
 
48831
-    if test -n "$PKG_CONFIG" && \
 
48832
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomekbdui >= 2.21\"") >&5
 
48833
-  ($PKG_CONFIG --exists --print-errors "libgnomekbdui >= 2.21") 2>&5
 
48834
-  ac_status=$?
 
48835
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
48836
-  (exit $ac_status); }; then
 
48837
-  pkg_cv_LIBGNOMEKBDUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomekbdui >= 2.21" 2>/dev/null`
41959
48838
+if expr a : '\(a\)' >/dev/null 2>&1 &&
41960
48839
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
41961
48840
+  as_expr=expr
41962
 
+else
 
48841
 else
 
48842
-  pkg_failed=yes
 
48843
-fi
 
48844
- else
 
48845
-    pkg_failed=untried
 
48846
-fi
 
48847
-if test -n "$LIBGNOMEKBDUI_LIBS"; then
 
48848
-    pkg_cv_LIBGNOMEKBDUI_LIBS="$LIBGNOMEKBDUI_LIBS"
 
48849
- elif test -n "$PKG_CONFIG"; then
 
48850
-    if test -n "$PKG_CONFIG" && \
 
48851
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomekbdui >= 2.21\"") >&5
 
48852
-  ($PKG_CONFIG --exists --print-errors "libgnomekbdui >= 2.21") 2>&5
 
48853
-  ac_status=$?
 
48854
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
48855
-  (exit $ac_status); }; then
 
48856
-  pkg_cv_LIBGNOMEKBDUI_LIBS=`$PKG_CONFIG --libs "libgnomekbdui >= 2.21" 2>/dev/null`
41963
48857
+  as_expr=false
41964
48858
+fi
41965
 
 
41966
 
-if test -n "$METACITY_CFLAGS"; then
41967
 
-    pkg_cv_METACITY_CFLAGS="$METACITY_CFLAGS"
41968
 
- elif test -n "$PKG_CONFIG"; then
41969
 
-    if test -n "$PKG_CONFIG" && \
41970
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libmetacity-private >= 2.23.1\"") >&5
41971
 
-  ($PKG_CONFIG --exists --print-errors "libmetacity-private >= 2.23.1") 2>&5
41972
 
-  ac_status=$?
41973
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
41974
 
-  (exit $ac_status); }; then
41975
 
-  pkg_cv_METACITY_CFLAGS=`$PKG_CONFIG --cflags "libmetacity-private >= 2.23.1" 2>/dev/null`
 
48859
+
41976
48860
+rm -f conf$$ conf$$.exe conf$$.file
41977
48861
+if test -d conf$$.dir; then
41978
48862
+  rm -f conf$$.dir/conf$$.file
41979
48863
 else
41980
48864
-  pkg_failed=yes
41981
48865
+  rm -f conf$$.dir
41982
 
+  mkdir conf$$.dir 2>/dev/null
 
48866
+  mkdir conf$$.dir
41983
48867
 fi
41984
48868
- else
41985
48869
-    pkg_failed=untried
41986
 
+if (echo >conf$$.file) 2>/dev/null; then
41987
 
+  if ln -s conf$$.file conf$$ 2>/dev/null; then
41988
 
+    as_ln_s='ln -s'
41989
 
+    # ... but there are two gotchas:
41990
 
+    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
41991
 
+    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
41992
 
+    # In both cases, we have to default to `cp -p'.
41993
 
+    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
41994
 
+      as_ln_s='cp -p'
41995
 
+  elif ln conf$$.file conf$$ 2>/dev/null; then
41996
 
+    as_ln_s=ln
41997
 
+  else
 
48870
+echo >conf$$.file
 
48871
+if ln -s conf$$.file conf$$ 2>/dev/null; then
 
48872
+  as_ln_s='ln -s'
 
48873
+  # ... but there are two gotchas:
 
48874
+  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 
48875
+  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 
48876
+  # In both cases, we have to default to `cp -p'.
 
48877
+  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
41998
48878
+    as_ln_s='cp -p'
41999
 
+  fi
 
48879
+elif ln conf$$.file conf$$ 2>/dev/null; then
 
48880
+  as_ln_s=ln
42000
48881
+else
42001
48882
+  as_ln_s='cp -p'
42002
48883
 fi
42003
 
-if test -n "$METACITY_LIBS"; then
42004
 
-    pkg_cv_METACITY_LIBS="$METACITY_LIBS"
42005
 
- elif test -n "$PKG_CONFIG"; then
42006
 
-    if test -n "$PKG_CONFIG" && \
42007
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libmetacity-private >= 2.23.1\"") >&5
42008
 
-  ($PKG_CONFIG --exists --print-errors "libmetacity-private >= 2.23.1") 2>&5
42009
 
-  ac_status=$?
42010
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
42011
 
-  (exit $ac_status); }; then
42012
 
-  pkg_cv_METACITY_LIBS=`$PKG_CONFIG --libs "libmetacity-private >= 2.23.1" 2>/dev/null`
42013
48884
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
42014
48885
+rmdir conf$$.dir 2>/dev/null
42015
 
+
 
48886
 
 
48887
-
 
48888
-
 
48889
-if test $pkg_failed = yes; then
 
48890
-
 
48891
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
48892
-        _pkg_short_errors_supported=yes
42016
48893
+if mkdir -p . 2>/dev/null; then
42017
48894
+  as_mkdir_p=:
42018
48895
 else
42019
 
-  pkg_failed=yes
 
48896
-        _pkg_short_errors_supported=no
42020
48897
+  test -d ./-p && rmdir ./-p
42021
48898
+  as_mkdir_p=false
42022
48899
 fi
42023
 
- else
42024
 
-    pkg_failed=untried
42025
 
+
 
48900
-        if test $_pkg_short_errors_supported = yes; then
 
48901
-               LIBGNOMEKBDUI_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libgnomekbdui >= 2.21" 2>&1`
 
48902
-        else
 
48903
-               LIBGNOMEKBDUI_PKG_ERRORS=`$PKG_CONFIG --print-errors "libgnomekbdui >= 2.21" 2>&1`
 
48904
-        fi
 
48905
-       # Put the nasty error message in config.log where it belongs
 
48906
-       echo "$LIBGNOMEKBDUI_PKG_ERRORS" >&5
 
48907
 
 
48908
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (libgnomekbdui >= 2.21) were not met:
42026
48909
+if test -x / >/dev/null 2>&1; then
42027
48910
+  as_test_x='test -x'
42028
48911
+else
42034
48917
+  as_test_x='
42035
48918
+    eval sh -c '\''
42036
48919
+      if test -d "$1"; then
42037
 
+       test -d "$1/.";
 
48920
+        test -d "$1/.";
42038
48921
+      else
42039
48922
+       case $1 in
42040
 
+       -*)set "./$1";;
 
48923
+        -*)set "./$1";;
42041
48924
+       esac;
42042
48925
+       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
42043
48926
+       ???[sx]*):;;*)false;;esac;fi
42044
48927
+    '\'' sh
42045
48928
+  '
42046
 
 fi
 
48929
+fi
42047
48930
+as_executable_p=$as_test_x
42048
48931
 
 
48932
-$LIBGNOMEKBDUI_PKG_ERRORS
42049
48933
+# Sed expression to map a string onto a valid CPP name.
42050
48934
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
42051
48935
 
 
48936
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
48937
-installed software in a non-standard prefix.
42052
48938
+# Sed expression to map a string onto a valid variable name.
42053
48939
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
42054
48940
 
42055
 
-if test $pkg_failed = yes; then
 
48941
-Alternatively, you may set the environment variables LIBGNOMEKBDUI_CFLAGS
 
48942
-and LIBGNOMEKBDUI_LIBS to avoid the need to call pkg-config.
 
48943
-See the pkg-config man page for more details.
 
48944
-" >&5
 
48945
-$as_echo "$as_me: error: Package requirements (libgnomekbdui >= 2.21) were not met:
42056
48946
 
42057
 
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
42058
 
-        _pkg_short_errors_supported=yes
42059
 
-else
42060
 
-        _pkg_short_errors_supported=no
42061
 
-fi
42062
 
-        if test $_pkg_short_errors_supported = yes; then
42063
 
-               METACITY_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libmetacity-private >= 2.23.1" 2>&1`
42064
 
-        else
42065
 
-               METACITY_PKG_ERRORS=`$PKG_CONFIG --print-errors "libmetacity-private >= 2.23.1" 2>&1`
42066
 
-        fi
42067
 
-       # Put the nasty error message in config.log where it belongs
42068
 
-       echo "$METACITY_PKG_ERRORS" >&5
42069
 
-
42070
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (libmetacity-private >= 2.23.1) were not met:
 
48947
-$LIBGNOMEKBDUI_PKG_ERRORS
42071
48948
+exec 6>&1
42072
48949
 
42073
 
-$METACITY_PKG_ERRORS
 
48950
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
48951
-installed software in a non-standard prefix.
42074
48952
+# Save the log message, to keep $[0] and so on meaningful, and to
42075
48953
+# report actual input values of CONFIG_FILES etc. instead of their
42076
48954
+# values after options handling.
42077
48955
+ac_log="
42078
 
+This file was extended by gnome-control-center $as_me 2.25.92, which was
42079
 
+generated by GNU Autoconf 2.63.  Invocation command line was
 
48956
+This file was extended by gnome-control-center $as_me 2.26.0, which was
 
48957
+generated by GNU Autoconf 2.61.  Invocation command line was
42080
48958
 
42081
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
42082
 
-installed software in a non-standard prefix.
 
48959
-Alternatively, you may set the environment variables LIBGNOMEKBDUI_CFLAGS
 
48960
-and LIBGNOMEKBDUI_LIBS to avoid the need to call pkg-config.
 
48961
-See the pkg-config man page for more details.
 
48962
-" >&2;}
 
48963
-   { (exit 1); exit 1; }; }
 
48964
-elif test $pkg_failed = untried; then
 
48965
-       { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
48966
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
48967
-path to pkg-config.
42083
48968
+  CONFIG_FILES    = $CONFIG_FILES
42084
48969
+  CONFIG_HEADERS  = $CONFIG_HEADERS
42085
48970
+  CONFIG_LINKS    = $CONFIG_LINKS
42086
48971
+  CONFIG_COMMANDS = $CONFIG_COMMANDS
42087
48972
+  $ $0 $@
42088
48973
 
42089
 
-Alternatively, you may set the environment variables METACITY_CFLAGS
42090
 
-and METACITY_LIBS to avoid the need to call pkg-config.
 
48974
-Alternatively, you may set the environment variables LIBGNOMEKBDUI_CFLAGS
 
48975
-and LIBGNOMEKBDUI_LIBS to avoid the need to call pkg-config.
42091
48976
-See the pkg-config man page for more details.
42092
 
-" >&5
42093
 
-$as_echo "$as_me: error: Package requirements (libmetacity-private >= 2.23.1) were not met:
42094
48977
+on `(hostname || uname -n) 2>/dev/null | sed 1q`
42095
48978
+"
42096
48979
 
42097
 
-$METACITY_PKG_ERRORS
42098
 
+_ACEOF
42099
 
 
42100
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
42101
 
-installed software in a non-standard prefix.
42102
 
+case $ac_config_files in *"
42103
 
+"*) set x $ac_config_files; shift; ac_config_files=$*;;
42104
 
+esac
42105
 
 
42106
 
-Alternatively, you may set the environment variables METACITY_CFLAGS
42107
 
-and METACITY_LIBS to avoid the need to call pkg-config.
42108
 
-See the pkg-config man page for more details.
42109
 
-" >&2;}
42110
 
-   { (exit 1); exit 1; }; }
42111
 
-elif test $pkg_failed = untried; then
42112
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
42113
 
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
42114
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
42115
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
42116
 
-path to pkg-config.
42117
 
+case $ac_config_headers in *"
42118
 
+"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
42119
 
+esac
42120
 
 
42121
 
-Alternatively, you may set the environment variables METACITY_CFLAGS
42122
 
-and METACITY_LIBS to avoid the need to call pkg-config.
42123
 
-See the pkg-config man page for more details.
42124
 
 
42125
48980
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
42126
48981
-See \`config.log' for more details." >&5
42127
48982
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
42128
48983
-is in your PATH or set the PKG_CONFIG environment variable to the full
42129
48984
-path to pkg-config.
42130
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
48985
+_ACEOF
 
48986
 
 
48987
-Alternatively, you may set the environment variables LIBGNOMEKBDUI_CFLAGS
 
48988
-and LIBGNOMEKBDUI_LIBS to avoid the need to call pkg-config.
 
48989
-See the pkg-config man page for more details.
 
48990
+cat >>$CONFIG_STATUS <<_ACEOF
42131
48991
+# Files that config.status was made for.
42132
48992
+config_files="$ac_config_files"
42133
48993
+config_headers="$ac_config_headers"
42134
48994
+config_commands="$ac_config_commands"
42135
48995
 
42136
 
-Alternatively, you may set the environment variables METACITY_CFLAGS
42137
 
-and METACITY_LIBS to avoid the need to call pkg-config.
42138
 
-See the pkg-config man page for more details.
42139
 
+_ACEOF
42140
 
 
42141
48996
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
42142
48997
-See \`config.log' for more details." >&2;}
42143
 
-   { (exit 1); exit 1; }; }; }
 
48998
-   { (exit 1); exit 1; }; }
42144
48999
-else
42145
 
-       METACITY_CFLAGS=$pkg_cv_METACITY_CFLAGS
42146
 
-       METACITY_LIBS=$pkg_cv_METACITY_LIBS
 
49000
-       LIBGNOMEKBDUI_CFLAGS=$pkg_cv_LIBGNOMEKBDUI_CFLAGS
 
49001
-       LIBGNOMEKBDUI_LIBS=$pkg_cv_LIBGNOMEKBDUI_LIBS
42147
49002
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
42148
49003
-$as_echo "yes" >&6; }
42149
49004
-       :
42150
49005
-fi
42151
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
49006
+_ACEOF
 
49007
 
 
49008
+cat >>$CONFIG_STATUS <<\_ACEOF
42152
49009
+ac_cs_usage="\
42153
49010
+\`$as_me' instantiates files from templates according to the
42154
49011
+current configuration.
42155
49012
 
42156
 
-pkg_failed=no
42157
 
-{ $as_echo "$as_me:$LINENO: checking for TYPING" >&5
42158
 
-$as_echo_n "checking for TYPING... " >&6; }
42159
 
+Usage: $0 [OPTION]... [FILE]...
 
49013
+Usage: $0 [OPTIONS] [FILE]...
42160
49014
 
42161
 
-if test -n "$TYPING_CFLAGS"; then
42162
 
-    pkg_cv_TYPING_CFLAGS="$TYPING_CFLAGS"
42163
 
- elif test -n "$PKG_CONFIG"; then
42164
 
-    if test -n "$PKG_CONFIG" && \
42165
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 > 2.11 gconf-2.0 gtk+-2.0\"") >&5
42166
 
-  ($PKG_CONFIG --exists --print-errors "glib-2.0 > 2.11 gconf-2.0 gtk+-2.0") 2>&5
42167
 
-  ac_status=$?
42168
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
42169
 
-  (exit $ac_status); }; then
42170
 
-  pkg_cv_TYPING_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 > 2.11 gconf-2.0 gtk+-2.0" 2>/dev/null`
42171
 
-else
42172
 
-  pkg_failed=yes
42173
 
-fi
42174
 
- else
42175
 
-    pkg_failed=untried
42176
 
-fi
42177
 
-if test -n "$TYPING_LIBS"; then
42178
 
-    pkg_cv_TYPING_LIBS="$TYPING_LIBS"
42179
 
- elif test -n "$PKG_CONFIG"; then
42180
 
-    if test -n "$PKG_CONFIG" && \
42181
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 > 2.11 gconf-2.0 gtk+-2.0\"") >&5
42182
 
-  ($PKG_CONFIG --exists --print-errors "glib-2.0 > 2.11 gconf-2.0 gtk+-2.0") 2>&5
42183
 
-  ac_status=$?
42184
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
42185
 
-  (exit $ac_status); }; then
42186
 
-  pkg_cv_TYPING_LIBS=`$PKG_CONFIG --libs "glib-2.0 > 2.11 gconf-2.0 gtk+-2.0" 2>/dev/null`
42187
 
-else
42188
 
-  pkg_failed=yes
42189
 
-fi
42190
 
- else
42191
 
-    pkg_failed=untried
42192
 
-fi
42193
49015
+  -h, --help       print this help, then exit
42194
49016
+  -V, --version    print version number and configuration settings, then exit
42195
 
+  -q, --quiet, --silent
42196
 
+                   do not print progress messages
 
49017
+  -q, --quiet      do not print progress messages
42197
49018
+  -d, --debug      don't remove temporary files
42198
49019
+      --recheck    update $as_me by reconfiguring in the same conditions
42199
 
+      --file=FILE[:TEMPLATE]
42200
 
+                   instantiate the configuration file FILE
42201
 
+      --header=FILE[:TEMPLATE]
42202
 
+                   instantiate the configuration header FILE
 
49020
+  --file=FILE[:TEMPLATE]
 
49021
+                  instantiate the configuration file FILE
 
49022
+  --header=FILE[:TEMPLATE]
 
49023
+                  instantiate the configuration header FILE
42203
49024
 
 
49025
-{ $as_echo "$as_me:$LINENO: checking whether to enable About Me" >&5
 
49026
-$as_echo_n "checking whether to enable About Me... " >&6; }
 
49027
-# Check whether --enable-aboutme was given.
 
49028
-if test "${enable_aboutme+set}" = set; then
 
49029
-  enableval=$enable_aboutme;
 
49030
-else
 
49031
-  enable_aboutme=no
 
49032
-fi
42204
49033
+Configuration files:
42205
49034
+$config_files
42206
49035
 
 
49036
-{ $as_echo "$as_me:$LINENO: result: $enable_aboutme" >&5
 
49037
-$as_echo "$enable_aboutme" >&6; }
42207
49038
+Configuration headers:
42208
49039
+$config_headers
42209
49040
 
42210
 
-if test $pkg_failed = yes; then
 
49041
-if test "x$enable_aboutme" = "xyes"; then
42211
49042
+Configuration commands:
42212
49043
+$config_commands
42213
49044
 
42214
 
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
42215
 
-        _pkg_short_errors_supported=yes
42216
 
-else
42217
 
-        _pkg_short_errors_supported=no
42218
 
-fi
42219
 
-        if test $_pkg_short_errors_supported = yes; then
42220
 
-               TYPING_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 > 2.11 gconf-2.0 gtk+-2.0" 2>&1`
42221
 
-        else
42222
 
-               TYPING_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 > 2.11 gconf-2.0 gtk+-2.0" 2>&1`
42223
 
-        fi
42224
 
-       # Put the nasty error message in config.log where it belongs
42225
 
-       echo "$TYPING_PKG_ERRORS" >&5
 
49045
-pkg_failed=no
 
49046
-{ $as_echo "$as_me:$LINENO: checking for LIBEBOOK" >&5
 
49047
-$as_echo_n "checking for LIBEBOOK... " >&6; }
42226
49048
+Report bugs to <bug-autoconf@gnu.org>."
42227
49049
 
42228
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (glib-2.0 > 2.11 gconf-2.0 gtk+-2.0) were not met:
 
49050
-if test -n "$LIBEBOOK_CFLAGS"; then
 
49051
-    pkg_cv_LIBEBOOK_CFLAGS="$LIBEBOOK_CFLAGS"
 
49052
- elif test -n "$PKG_CONFIG"; then
 
49053
-    if test -n "$PKG_CONFIG" && \
 
49054
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libebook-1.2 >= 1.7.90\"") >&5
 
49055
-  ($PKG_CONFIG --exists --print-errors "libebook-1.2 >= 1.7.90") 2>&5
 
49056
-  ac_status=$?
 
49057
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
49058
-  (exit $ac_status); }; then
 
49059
-  pkg_cv_LIBEBOOK_CFLAGS=`$PKG_CONFIG --cflags "libebook-1.2 >= 1.7.90" 2>/dev/null`
 
49060
-else
 
49061
-  pkg_failed=yes
 
49062
-fi
 
49063
- else
 
49064
-    pkg_failed=untried
 
49065
-fi
 
49066
-if test -n "$LIBEBOOK_LIBS"; then
 
49067
-    pkg_cv_LIBEBOOK_LIBS="$LIBEBOOK_LIBS"
 
49068
- elif test -n "$PKG_CONFIG"; then
 
49069
-    if test -n "$PKG_CONFIG" && \
 
49070
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libebook-1.2 >= 1.7.90\"") >&5
 
49071
-  ($PKG_CONFIG --exists --print-errors "libebook-1.2 >= 1.7.90") 2>&5
 
49072
-  ac_status=$?
 
49073
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
49074
-  (exit $ac_status); }; then
 
49075
-  pkg_cv_LIBEBOOK_LIBS=`$PKG_CONFIG --libs "libebook-1.2 >= 1.7.90" 2>/dev/null`
 
49076
-else
 
49077
-  pkg_failed=yes
 
49078
-fi
 
49079
- else
 
49080
-    pkg_failed=untried
 
49081
-fi
42229
49082
+_ACEOF
42230
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
49083
+cat >>$CONFIG_STATUS <<_ACEOF
42231
49084
+ac_cs_version="\\
42232
 
+gnome-control-center config.status 2.25.92
42233
 
+configured by $0, generated by GNU Autoconf 2.63,
42234
 
+  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
49085
+gnome-control-center config.status 2.26.0
 
49086
+configured by $0, generated by GNU Autoconf 2.61,
 
49087
+  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
42235
49088
 
42236
 
-$TYPING_PKG_ERRORS
42237
 
+Copyright (C) 2008 Free Software Foundation, Inc.
 
49089
+Copyright (C) 2006 Free Software Foundation, Inc.
42238
49090
+This config.status script is free software; the Free Software Foundation
42239
49091
+gives unlimited permission to copy, distribute and modify it."
42240
49092
 
42241
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
42242
 
-installed software in a non-standard prefix.
42243
49093
+ac_pwd='$ac_pwd'
42244
49094
+srcdir='$srcdir'
42245
49095
+INSTALL='$INSTALL'
42246
49096
+MKDIR_P='$MKDIR_P'
42247
 
+AWK='$AWK'
42248
 
+test -n "\$AWK" || AWK=awk
42249
49097
+_ACEOF
42250
49098
 
42251
 
-Alternatively, you may set the environment variables TYPING_CFLAGS
42252
 
-and TYPING_LIBS to avoid the need to call pkg-config.
42253
 
-See the pkg-config man page for more details.
42254
 
-" >&5
42255
 
-$as_echo "$as_me: error: Package requirements (glib-2.0 > 2.11 gconf-2.0 gtk+-2.0) were not met:
42256
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42257
 
+# The default lists apply if the user does not specify any file.
 
49099
-if test $pkg_failed = yes; then
 
49100
+cat >>$CONFIG_STATUS <<\_ACEOF
 
49101
+# If no file are specified by the user, then we need to provide default
 
49102
+# value.  By we need to know if files were specified by the user.
42258
49103
+ac_need_defaults=:
42259
49104
+while test $# != 0
42260
49105
+do
42271
49116
+    ;;
42272
49117
+  esac
42273
49118
 
42274
 
-$TYPING_PKG_ERRORS
 
49119
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
49120
-        _pkg_short_errors_supported=yes
 
49121
-else
 
49122
-        _pkg_short_errors_supported=no
 
49123
-fi
 
49124
-        if test $_pkg_short_errors_supported = yes; then
 
49125
-               LIBEBOOK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libebook-1.2 >= 1.7.90" 2>&1`
 
49126
-        else
 
49127
-               LIBEBOOK_PKG_ERRORS=`$PKG_CONFIG --print-errors "libebook-1.2 >= 1.7.90" 2>&1`
 
49128
-        fi
 
49129
-       # Put the nasty error message in config.log where it belongs
 
49130
-       echo "$LIBEBOOK_PKG_ERRORS" >&5
42275
49131
+  case $ac_option in
42276
49132
+  # Handling of the options.
42277
49133
+  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
42278
49134
+    ac_cs_recheck=: ;;
42279
49135
+  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
42280
 
+    $as_echo "$ac_cs_version"; exit ;;
 
49136
+    echo "$ac_cs_version"; exit ;;
42281
49137
+  --debug | --debu | --deb | --de | --d | -d )
42282
49138
+    debug=: ;;
42283
49139
+  --file | --fil | --fi | --f )
42284
49140
+    $ac_shift
42285
 
+    case $ac_optarg in
42286
 
+    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
42287
 
+    esac
42288
 
+    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
 
49141
+    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
42289
49142
+    ac_need_defaults=false;;
42290
49143
+  --header | --heade | --head | --hea )
42291
49144
+    $ac_shift
42292
 
+    case $ac_optarg in
42293
 
+    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
42294
 
+    esac
42295
 
+    CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
 
49145
+    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
42296
49146
+    ac_need_defaults=false;;
42297
49147
+  --he | --h)
42298
49148
+    # Conflict between --help and --header
42299
 
+    { $as_echo "$as_me: error: ambiguous option: $1
 
49149
+    { echo "$as_me: error: ambiguous option: $1
42300
49150
+Try \`$0 --help' for more information." >&2
42301
49151
+   { (exit 1); exit 1; }; };;
42302
49152
+  --help | --hel | -h )
42303
 
+    $as_echo "$ac_cs_usage"; exit ;;
 
49153
+    echo "$ac_cs_usage"; exit ;;
42304
49154
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
42305
49155
+  | -silent | --silent | --silen | --sile | --sil | --si | --s)
42306
49156
+    ac_cs_silent=: ;;
42307
49157
 
42308
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
42309
 
-installed software in a non-standard prefix.
 
49158
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (libebook-1.2 >= 1.7.90) were not met:
42310
49159
+  # This is an error.
42311
 
+  -*) { $as_echo "$as_me: error: unrecognized option: $1
 
49160
+  -*) { echo "$as_me: error: unrecognized option: $1
42312
49161
+Try \`$0 --help' for more information." >&2
42313
49162
+   { (exit 1); exit 1; }; } ;;
42314
49163
 
42315
 
-Alternatively, you may set the environment variables TYPING_CFLAGS
42316
 
-and TYPING_LIBS to avoid the need to call pkg-config.
42317
 
-See the pkg-config man page for more details.
42318
 
-" >&2;}
42319
 
-   { (exit 1); exit 1; }; }
42320
 
-elif test $pkg_failed = untried; then
42321
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
42322
 
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
42323
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
42324
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
42325
 
-path to pkg-config.
 
49164
-$LIBEBOOK_PKG_ERRORS
42326
49165
+  *) ac_config_targets="$ac_config_targets $1"
42327
49166
+     ac_need_defaults=false ;;
42328
49167
 
42329
 
-Alternatively, you may set the environment variables TYPING_CFLAGS
42330
 
-and TYPING_LIBS to avoid the need to call pkg-config.
42331
 
-See the pkg-config man page for more details.
 
49168
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
49169
-installed software in a non-standard prefix.
42332
49170
+  esac
42333
49171
+  shift
42334
49172
+done
42335
49173
 
42336
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
42337
 
-See \`config.log' for more details." >&5
42338
 
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
42339
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
42340
 
-path to pkg-config.
 
49174
-Alternatively, you may set the environment variables LIBEBOOK_CFLAGS
 
49175
-and LIBEBOOK_LIBS to avoid the need to call pkg-config.
 
49176
-See the pkg-config man page for more details.
 
49177
-" >&5
 
49178
-$as_echo "$as_me: error: Package requirements (libebook-1.2 >= 1.7.90) were not met:
42341
49179
+ac_configure_extra_args=
42342
49180
 
42343
 
-Alternatively, you may set the environment variables TYPING_CFLAGS
42344
 
-and TYPING_LIBS to avoid the need to call pkg-config.
42345
 
-See the pkg-config man page for more details.
 
49181
-$LIBEBOOK_PKG_ERRORS
42346
49182
+if $ac_cs_silent; then
42347
49183
+  exec 6>/dev/null
42348
49184
+  ac_configure_extra_args="$ac_configure_extra_args --silent"
42349
49185
+fi
42350
49186
 
42351
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
42352
 
-See \`config.log' for more details." >&2;}
42353
 
-   { (exit 1); exit 1; }; }; }
42354
 
-else
42355
 
-       TYPING_CFLAGS=$pkg_cv_TYPING_CFLAGS
42356
 
-       TYPING_LIBS=$pkg_cv_TYPING_LIBS
42357
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
42358
 
-$as_echo "yes" >&6; }
42359
 
-       :
 
49187
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
49188
-installed software in a non-standard prefix.
42360
49189
+_ACEOF
42361
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
49190
+cat >>$CONFIG_STATUS <<_ACEOF
42362
49191
+if \$ac_cs_recheck; then
42363
 
+  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
42364
 
+  shift
42365
 
+  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
42366
 
+  CONFIG_SHELL='$SHELL'
 
49192
+  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
 
49193
+  CONFIG_SHELL=$SHELL
42367
49194
+  export CONFIG_SHELL
42368
 
+  exec "\$@"
42369
 
 fi
 
49195
+  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 
49196
+fi
42370
49197
 
42371
 
-pkg_failed=no
42372
 
-{ $as_echo "$as_me:$LINENO: checking for GSD_DBUS" >&5
42373
 
-$as_echo_n "checking for GSD_DBUS... " >&6; }
 
49198
-Alternatively, you may set the environment variables LIBEBOOK_CFLAGS
 
49199
-and LIBEBOOK_LIBS to avoid the need to call pkg-config.
 
49200
-See the pkg-config man page for more details.
 
49201
-" >&2;}
 
49202
-   { (exit 1); exit 1; }; }
 
49203
-elif test $pkg_failed = untried; then
 
49204
-       { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
49205
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
49206
-path to pkg-config.
42374
49207
+_ACEOF
42375
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
49208
+cat >>$CONFIG_STATUS <<\_ACEOF
42376
49209
+exec 5>>config.log
42377
49210
+{
42378
49211
+  echo
42379
49212
+  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
42380
49213
+## Running $as_me. ##
42381
49214
+_ASBOX
42382
 
+  $as_echo "$ac_log"
 
49215
+  echo "$ac_log"
42383
49216
+} >&5
42384
49217
 
42385
 
-if test -n "$GSD_DBUS_CFLAGS"; then
42386
 
-    pkg_cv_GSD_DBUS_CFLAGS="$GSD_DBUS_CFLAGS"
42387
 
- elif test -n "$PKG_CONFIG"; then
42388
 
-    if test -n "$PKG_CONFIG" && \
42389
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-settings-daemon\"") >&5
42390
 
-  ($PKG_CONFIG --exists --print-errors "gnome-settings-daemon") 2>&5
42391
 
-  ac_status=$?
42392
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
42393
 
-  (exit $ac_status); }; then
42394
 
-  pkg_cv_GSD_DBUS_CFLAGS=`$PKG_CONFIG --cflags "gnome-settings-daemon" 2>/dev/null`
42395
 
-else
42396
 
-  pkg_failed=yes
42397
 
-fi
42398
 
- else
42399
 
-    pkg_failed=untried
42400
 
-fi
42401
 
-if test -n "$GSD_DBUS_LIBS"; then
42402
 
-    pkg_cv_GSD_DBUS_LIBS="$GSD_DBUS_LIBS"
42403
 
- elif test -n "$PKG_CONFIG"; then
42404
 
-    if test -n "$PKG_CONFIG" && \
42405
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-settings-daemon\"") >&5
42406
 
-  ($PKG_CONFIG --exists --print-errors "gnome-settings-daemon") 2>&5
42407
 
-  ac_status=$?
42408
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
42409
 
-  (exit $ac_status); }; then
42410
 
-  pkg_cv_GSD_DBUS_LIBS=`$PKG_CONFIG --libs "gnome-settings-daemon" 2>/dev/null`
42411
 
-else
42412
 
-  pkg_failed=yes
42413
 
-fi
42414
 
- else
42415
 
-    pkg_failed=untried
42416
 
-fi
 
49218
-Alternatively, you may set the environment variables LIBEBOOK_CFLAGS
 
49219
-and LIBEBOOK_LIBS to avoid the need to call pkg-config.
 
49220
-See the pkg-config man page for more details.
42417
49221
+_ACEOF
42418
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
49222
+cat >>$CONFIG_STATUS <<_ACEOF
42419
49223
+#
42420
49224
+# INIT-COMMANDS
42421
49225
+#
42422
49226
+AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
42423
49227
 
 
49228
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
49229
-See \`config.log' for more details." >&5
 
49230
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
49231
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
49232
-path to pkg-config.
42424
49233
 
 
49234
-Alternatively, you may set the environment variables LIBEBOOK_CFLAGS
 
49235
-and LIBEBOOK_LIBS to avoid the need to call pkg-config.
 
49236
-See the pkg-config man page for more details.
42425
49237
+# The HP-UX ksh and POSIX shell print the target directory to stdout
42426
49238
+# if CDPATH is set.
42427
49239
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
42428
49240
 
42429
 
-if test $pkg_failed = yes; then
 
49241
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
49242
-See \`config.log' for more details." >&2;}
 
49243
-   { (exit 1); exit 1; }; }
 
49244
-else
 
49245
-       LIBEBOOK_CFLAGS=$pkg_cv_LIBEBOOK_CFLAGS
 
49246
-       LIBEBOOK_LIBS=$pkg_cv_LIBEBOOK_LIBS
 
49247
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
49248
-$as_echo "yes" >&6; }
42430
49249
+sed_quote_subst='$sed_quote_subst'
42431
49250
+double_quote_subst='$double_quote_subst'
42432
49251
+delay_variable_subst='$delay_variable_subst'
42458
49277
+lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
42459
49278
+reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
42460
49279
+reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
42461
 
+OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
42462
49280
+deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
42463
49281
+file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
42464
49282
+AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
42564
49382
+lt_SP2NL \
42565
49383
+lt_NL2SP \
42566
49384
+reload_flag \
42567
 
+OBJDUMP \
42568
49385
+deplibs_check_method \
42569
49386
+file_magic_cmd \
42570
49387
+AR \
42622
49439
+    esac
42623
49440
+done
42624
49441
 
42625
 
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
42626
 
-        _pkg_short_errors_supported=yes
42627
 
-else
42628
 
-        _pkg_short_errors_supported=no
42629
 
-fi
42630
 
-        if test $_pkg_short_errors_supported = yes; then
42631
 
-               GSD_DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gnome-settings-daemon" 2>&1`
42632
 
-        else
42633
 
-               GSD_DBUS_PKG_ERRORS=`$PKG_CONFIG --print-errors "gnome-settings-daemon" 2>&1`
42634
 
-        fi
42635
 
-       # Put the nasty error message in config.log where it belongs
42636
 
-       echo "$GSD_DBUS_PKG_ERRORS" >&5
 
49442
-cat >>confdefs.h <<\_ACEOF
 
49443
-#define HAVE_LIBEBOOK 1
 
49444
-_ACEOF
42637
49445
+# Double-quote double-evaled strings.
42638
49446
+for var in reload_cmds \
42639
49447
+old_postinstall_cmds \
42663
49471
+    esac
42664
49472
+done
42665
49473
 
42666
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (gnome-settings-daemon) were not met:
 
49474
-fi
42667
49475
+# Fix-up fallback echo if it was mangled by the above quoting rules.
42668
49476
+case \$lt_ECHO in
42669
49477
+*'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
42670
49478
+  ;;
42671
49479
+esac
42672
49480
 
42673
 
-$GSD_DBUS_PKG_ERRORS
 
49481
-pkg_failed=no
 
49482
-{ $as_echo "$as_me:$LINENO: checking for POLKIT_GNOME" >&5
 
49483
-$as_echo_n "checking for POLKIT_GNOME... " >&6; }
42674
49484
+ac_aux_dir='$ac_aux_dir'
42675
49485
+xsi_shell='$xsi_shell'
42676
49486
+lt_shell_append='$lt_shell_append'
42677
49487
 
42678
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
42679
 
-installed software in a non-standard prefix.
 
49488
-if test -n "$POLKIT_GNOME_CFLAGS"; then
 
49489
-    pkg_cv_POLKIT_GNOME_CFLAGS="$POLKIT_GNOME_CFLAGS"
 
49490
- elif test -n "$PKG_CONFIG"; then
 
49491
-    if test -n "$PKG_CONFIG" && \
 
49492
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"polkit-gnome\"") >&5
 
49493
-  ($PKG_CONFIG --exists --print-errors "polkit-gnome") 2>&5
 
49494
-  ac_status=$?
 
49495
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
49496
-  (exit $ac_status); }; then
 
49497
-  pkg_cv_POLKIT_GNOME_CFLAGS=`$PKG_CONFIG --cflags "polkit-gnome" 2>/dev/null`
 
49498
-else
 
49499
-  pkg_failed=yes
 
49500
-fi
 
49501
- else
 
49502
-    pkg_failed=untried
 
49503
-fi
 
49504
-if test -n "$POLKIT_GNOME_LIBS"; then
 
49505
-    pkg_cv_POLKIT_GNOME_LIBS="$POLKIT_GNOME_LIBS"
 
49506
- elif test -n "$PKG_CONFIG"; then
 
49507
-    if test -n "$PKG_CONFIG" && \
 
49508
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"polkit-gnome\"") >&5
 
49509
-  ($PKG_CONFIG --exists --print-errors "polkit-gnome") 2>&5
 
49510
-  ac_status=$?
 
49511
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
49512
-  (exit $ac_status); }; then
 
49513
-  pkg_cv_POLKIT_GNOME_LIBS=`$PKG_CONFIG --libs "polkit-gnome" 2>/dev/null`
 
49514
-else
 
49515
-  pkg_failed=yes
 
49516
-fi
 
49517
- else
 
49518
-    pkg_failed=untried
42680
49519
+# See if we are running on zsh, and set the options which allow our
42681
49520
+# commands through without removal of \ escapes INIT.
42682
49521
+if test -n "\${ZSH_VERSION+set}" ; then
42683
49522
+   setopt NO_GLOB_SUBST
42684
 
+fi
42685
 
 
42686
 
-Alternatively, you may set the environment variables GSD_DBUS_CFLAGS
42687
 
-and GSD_DBUS_LIBS to avoid the need to call pkg-config.
42688
 
-See the pkg-config man page for more details.
42689
 
-" >&5
42690
 
-$as_echo "$as_me: error: Package requirements (gnome-settings-daemon) were not met:
42691
 
 
42692
 
-$GSD_DBUS_PKG_ERRORS
 
49523
 fi
 
49524
 
 
49525
 
42693
49526
+    PACKAGE='$PACKAGE'
42694
49527
+    VERSION='$VERSION'
42695
49528
+    TIMESTAMP='$TIMESTAMP'
42696
49529
+    RM='$RM'
42697
49530
+    ofile='$ofile'
42698
 
 
42699
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
42700
 
-installed software in a non-standard prefix.
42701
 
 
42702
 
-Alternatively, you may set the environment variables GSD_DBUS_CFLAGS
42703
 
-and GSD_DBUS_LIBS to avoid the need to call pkg-config.
42704
 
-See the pkg-config man page for more details.
42705
 
-" >&2;}
42706
 
-   { (exit 1); exit 1; }; }
 
49531
+
 
49532
 
 
49533
-if test $pkg_failed = yes; then
 
49534
 
 
49535
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
49536
-        _pkg_short_errors_supported=yes
 
49537
-else
 
49538
-        _pkg_short_errors_supported=no
 
49539
-fi
 
49540
-        if test $_pkg_short_errors_supported = yes; then
 
49541
-               POLKIT_GNOME_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "polkit-gnome" 2>&1`
 
49542
-        else
 
49543
-               POLKIT_GNOME_PKG_ERRORS=`$PKG_CONFIG --print-errors "polkit-gnome" 2>&1`
 
49544
-        fi
 
49545
-       # Put the nasty error message in config.log where it belongs
 
49546
-       echo "$POLKIT_GNOME_PKG_ERRORS" >&5
 
49547
 
 
49548
-       { $as_echo "$as_me:$LINENO: result: no" >&5
 
49549
-$as_echo "no" >&6; }
 
49550
-                has_polkit=false
42707
49551
-elif test $pkg_failed = untried; then
42708
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
42709
 
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
42710
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
42711
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
42712
 
-path to pkg-config.
42713
 
 
42714
 
-Alternatively, you may set the environment variables GSD_DBUS_CFLAGS
42715
 
-and GSD_DBUS_LIBS to avoid the need to call pkg-config.
42716
 
-See the pkg-config man page for more details.
42717
 
 
42718
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
42719
 
-See \`config.log' for more details." >&5
42720
 
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
42721
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
42722
 
-path to pkg-config.
42723
 
 
42724
 
-Alternatively, you may set the environment variables GSD_DBUS_CFLAGS
42725
 
-and GSD_DBUS_LIBS to avoid the need to call pkg-config.
42726
 
-See the pkg-config man page for more details.
42727
 
+_ACEOF
42728
 
 
42729
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
42730
 
-See \`config.log' for more details." >&2;}
42731
 
-   { (exit 1); exit 1; }; }; }
 
49552
-       has_polkit=false
42732
49553
-else
42733
 
-       GSD_DBUS_CFLAGS=$pkg_cv_GSD_DBUS_CFLAGS
42734
 
-       GSD_DBUS_LIBS=$pkg_cv_GSD_DBUS_LIBS
 
49554
-       POLKIT_GNOME_CFLAGS=$pkg_cv_POLKIT_GNOME_CFLAGS
 
49555
-       POLKIT_GNOME_LIBS=$pkg_cv_POLKIT_GNOME_LIBS
42735
49556
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
42736
49557
-$as_echo "yes" >&6; }
42737
 
-       :
42738
 
-fi
42739
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42740
 
 
42741
 
-pkg_failed=no
42742
 
-{ $as_echo "$as_me:$LINENO: checking for GIO" >&5
42743
 
-$as_echo_n "checking for GIO... " >&6; }
 
49558
 
 
49559
-cat >>confdefs.h <<\_ACEOF
 
49560
-#define HAVE_POLKIT 1
 
49561
 _ACEOF
 
49562
 
 
49563
-fi
 
49564
-fi
 
49565
+cat >>$CONFIG_STATUS <<\_ACEOF
 
49566
 
 
49567
- if test "x$enable_aboutme" = "xyes"; then
 
49568
-  BUILD_ABOUTME_TRUE=
 
49569
-  BUILD_ABOUTME_FALSE='#'
 
49570
-else
 
49571
-  BUILD_ABOUTME_TRUE='#'
 
49572
-  BUILD_ABOUTME_FALSE=
 
49573
-fi
42744
49574
+# Handling of arguments.
42745
49575
+for ac_config_target in $ac_config_targets
42746
49576
+do
42793
49623
+    "shell/gnomecc.desktop.in") CONFIG_FILES="$CONFIG_FILES shell/gnomecc.desktop.in" ;;
42794
49624
+    "typing-break/Makefile") CONFIG_FILES="$CONFIG_FILES typing-break/Makefile" ;;
42795
49625
+    "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
42796
 
 
42797
 
-if test -n "$GIO_CFLAGS"; then
42798
 
-    pkg_cv_GIO_CFLAGS="$GIO_CFLAGS"
42799
 
- elif test -n "$PKG_CONFIG"; then
42800
 
-    if test -n "$PKG_CONFIG" && \
42801
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gio-2.0\"") >&5
42802
 
-  ($PKG_CONFIG --exists --print-errors "gio-2.0") 2>&5
42803
 
-  ac_status=$?
42804
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
42805
 
-  (exit $ac_status); }; then
42806
 
-  pkg_cv_GIO_CFLAGS=`$PKG_CONFIG --cflags "gio-2.0" 2>/dev/null`
42807
 
-else
42808
 
-  pkg_failed=yes
42809
 
-fi
42810
 
- else
42811
 
-    pkg_failed=untried
42812
 
-fi
42813
 
-if test -n "$GIO_LIBS"; then
42814
 
-    pkg_cv_GIO_LIBS="$GIO_LIBS"
42815
 
- elif test -n "$PKG_CONFIG"; then
42816
 
-    if test -n "$PKG_CONFIG" && \
42817
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gio-2.0\"") >&5
42818
 
-  ($PKG_CONFIG --exists --print-errors "gio-2.0") 2>&5
42819
 
-  ac_status=$?
42820
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
42821
 
-  (exit $ac_status); }; then
42822
 
-  pkg_cv_GIO_LIBS=`$PKG_CONFIG --libs "gio-2.0" 2>/dev/null`
42823
 
-else
42824
 
-  pkg_failed=yes
42825
 
-fi
42826
 
- else
42827
 
-    pkg_failed=untried
42828
 
+  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
42829
 
+$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
 
49626
+
 
49627
+  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
 
49628
+echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
42830
49629
+   { (exit 1); exit 1; }; };;
42831
49630
+  esac
42832
49631
+done
42833
 
+
42834
 
+
 
49632
 
 
49633
 
 
49634
-# Check whether --enable-hal was given.
 
49635
-if test "${enable_hal+set}" = set; then
 
49636
-  enableval=$enable_hal;
42835
49637
+# If the user did not use the arguments to specify the items to instantiate,
42836
49638
+# then the envvar interface is used.  Set only those that are not.
42837
49639
+# We use the long form for the default assignment because of an extremely
42842
49644
+  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
42843
49645
 fi
42844
49646
 
 
49647
-if test "x$enable_hal" != "xno"; then
42845
49648
+# Have a temporary directory for convenience.  Make it in the build tree
42846
49649
+# simply because there is no reason against having it here, and in addition,
42847
49650
+# creating and moving files from /tmp can sometimes cause problems.
42857
49660
+  trap '{ (exit 1); exit 1; }' 1 2 13 15
42858
49661
+}
42859
49662
+# Create a (secure) tmp directory for tmp files.
42860
 
+
 
49663
 
 
49664
-pkg_failed=no
 
49665
-{ $as_echo "$as_me:$LINENO: checking for HAL" >&5
 
49666
-$as_echo_n "checking for HAL... " >&6; }
42861
49667
+{
42862
49668
+  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
42863
49669
+  test -n "$tmp" && test -d "$tmp"
42867
49673
+  (umask 077 && mkdir "$tmp")
42868
49674
+} ||
42869
49675
+{
42870
 
+   $as_echo "$as_me: cannot create a temporary directory in ." >&2
 
49676
+   echo "$me: cannot create a temporary directory in ." >&2
42871
49677
+   { (exit 1); exit 1; }
42872
49678
+}
42873
49679
 
42874
 
+# Set up the scripts for CONFIG_FILES section.
42875
 
+# No need to generate them if there are no CONFIG_FILES.
42876
 
+# This happens for instance with `./config.status config.h'.
 
49680
-if test -n "$HAL_CFLAGS"; then
 
49681
-    pkg_cv_HAL_CFLAGS="$HAL_CFLAGS"
 
49682
- elif test -n "$PKG_CONFIG"; then
 
49683
-    if test -n "$PKG_CONFIG" && \
 
49684
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32\"") >&5
 
49685
-  ($PKG_CONFIG --exists --print-errors "hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32") 2>&5
 
49686
-  ac_status=$?
 
49687
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
49688
-  (exit $ac_status); }; then
 
49689
-  pkg_cv_HAL_CFLAGS=`$PKG_CONFIG --cflags "hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32" 2>/dev/null`
 
49690
-else
 
49691
-  pkg_failed=yes
 
49692
-fi
 
49693
- else
 
49694
-    pkg_failed=untried
 
49695
-fi
 
49696
-if test -n "$HAL_LIBS"; then
 
49697
-    pkg_cv_HAL_LIBS="$HAL_LIBS"
 
49698
- elif test -n "$PKG_CONFIG"; then
 
49699
-    if test -n "$PKG_CONFIG" && \
 
49700
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32\"") >&5
 
49701
-  ($PKG_CONFIG --exists --print-errors "hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32") 2>&5
 
49702
-  ac_status=$?
 
49703
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
49704
-  (exit $ac_status); }; then
 
49705
-  pkg_cv_HAL_LIBS=`$PKG_CONFIG --libs "hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32" 2>/dev/null`
 
49706
-else
 
49707
-  pkg_failed=yes
 
49708
-fi
 
49709
- else
 
49710
-    pkg_failed=untried
 
49711
-fi
 
49712
+#
 
49713
+# Set up the sed scripts for CONFIG_FILES section.
 
49714
+#
 
49715
 
 
49716
+# No need to generate the scripts if there are no CONFIG_FILES.
 
49717
+# This happens for instance when ./config.status config.h
42877
49718
+if test -n "$CONFIG_FILES"; then
42878
49719
 
 
49720
+_ACEOF
 
49721
 
42879
49722
-if test $pkg_failed = yes; then
42880
49723
 
42881
49724
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
42882
49725
-        _pkg_short_errors_supported=yes
42883
 
+ac_cr='
 
 
b"'"
42884
 
+ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
42885
 
+if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
42886
 
+  ac_cs_awk_cr='\\r'
42887
 
 else
 
49726
-else
42888
49727
-        _pkg_short_errors_supported=no
42889
 
+  ac_cs_awk_cr=$ac_cr
42890
 
 fi
 
49728
-fi
42891
49729
-        if test $_pkg_short_errors_supported = yes; then
42892
 
-               GIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gio-2.0" 2>&1`
 
49730
-               HAL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32" 2>&1`
42893
49731
-        else
42894
 
-               GIO_PKG_ERRORS=`$PKG_CONFIG --print-errors "gio-2.0" 2>&1`
 
49732
-               HAL_PKG_ERRORS=`$PKG_CONFIG --print-errors "hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32" 2>&1`
42895
49733
-        fi
42896
49734
-       # Put the nasty error message in config.log where it belongs
42897
 
-       echo "$GIO_PKG_ERRORS" >&5
42898
 
 
42899
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (gio-2.0) were not met:
42900
 
-
42901
 
-$GIO_PKG_ERRORS
42902
 
-
 
49735
-       echo "$HAL_PKG_ERRORS" >&5
 
49736
 
 
49737
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32) were not met:
 
49738
+ac_delim='%!_!# '
 
49739
+for ac_last_try in false false false false false :; do
 
49740
+  cat >conf$$subs.sed <<_ACEOF
 
49741
+SHELL!$SHELL$ac_delim
 
49742
+PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
 
49743
+PACKAGE_NAME!$PACKAGE_NAME$ac_delim
 
49744
+PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
 
49745
+PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
 
49746
+PACKAGE_STRING!$PACKAGE_STRING$ac_delim
 
49747
+PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
 
49748
+exec_prefix!$exec_prefix$ac_delim
 
49749
+prefix!$prefix$ac_delim
 
49750
+program_transform_name!$program_transform_name$ac_delim
 
49751
+bindir!$bindir$ac_delim
 
49752
+sbindir!$sbindir$ac_delim
 
49753
+libexecdir!$libexecdir$ac_delim
 
49754
+datarootdir!$datarootdir$ac_delim
 
49755
+datadir!$datadir$ac_delim
 
49756
+sysconfdir!$sysconfdir$ac_delim
 
49757
+sharedstatedir!$sharedstatedir$ac_delim
 
49758
+localstatedir!$localstatedir$ac_delim
 
49759
+includedir!$includedir$ac_delim
 
49760
+oldincludedir!$oldincludedir$ac_delim
 
49761
+docdir!$docdir$ac_delim
 
49762
+infodir!$infodir$ac_delim
 
49763
+htmldir!$htmldir$ac_delim
 
49764
+dvidir!$dvidir$ac_delim
 
49765
+pdfdir!$pdfdir$ac_delim
 
49766
+psdir!$psdir$ac_delim
 
49767
+libdir!$libdir$ac_delim
 
49768
+localedir!$localedir$ac_delim
 
49769
+mandir!$mandir$ac_delim
 
49770
+DEFS!$DEFS$ac_delim
 
49771
+ECHO_C!$ECHO_C$ac_delim
 
49772
+ECHO_N!$ECHO_N$ac_delim
 
49773
+ECHO_T!$ECHO_T$ac_delim
 
49774
+LIBS!$LIBS$ac_delim
 
49775
+build_alias!$build_alias$ac_delim
 
49776
+host_alias!$host_alias$ac_delim
 
49777
+target_alias!$target_alias$ac_delim
 
49778
+INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
 
49779
+INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
 
49780
+INSTALL_DATA!$INSTALL_DATA$ac_delim
 
49781
+am__isrc!$am__isrc$ac_delim
 
49782
+CYGPATH_W!$CYGPATH_W$ac_delim
 
49783
+PACKAGE!$PACKAGE$ac_delim
 
49784
+VERSION!$VERSION$ac_delim
 
49785
+ACLOCAL!$ACLOCAL$ac_delim
 
49786
+AUTOCONF!$AUTOCONF$ac_delim
 
49787
+AUTOMAKE!$AUTOMAKE$ac_delim
 
49788
+AUTOHEADER!$AUTOHEADER$ac_delim
 
49789
+MAKEINFO!$MAKEINFO$ac_delim
 
49790
+install_sh!$install_sh$ac_delim
 
49791
+STRIP!$STRIP$ac_delim
 
49792
+INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
 
49793
+mkdir_p!$mkdir_p$ac_delim
 
49794
+AWK!$AWK$ac_delim
 
49795
+SET_MAKE!$SET_MAKE$ac_delim
 
49796
+am__leading_dot!$am__leading_dot$ac_delim
 
49797
+AMTAR!$AMTAR$ac_delim
 
49798
+am__tar!$am__tar$ac_delim
 
49799
+am__untar!$am__untar$ac_delim
 
49800
+MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
 
49801
+MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
 
49802
+MAINT!$MAINT$ac_delim
 
49803
+CC!$CC$ac_delim
 
49804
+CFLAGS!$CFLAGS$ac_delim
 
49805
+LDFLAGS!$LDFLAGS$ac_delim
 
49806
+CPPFLAGS!$CPPFLAGS$ac_delim
 
49807
+ac_ct_CC!$ac_ct_CC$ac_delim
 
49808
+EXEEXT!$EXEEXT$ac_delim
 
49809
+OBJEXT!$OBJEXT$ac_delim
 
49810
+DEPDIR!$DEPDIR$ac_delim
 
49811
+am__include!$am__include$ac_delim
 
49812
+am__quote!$am__quote$ac_delim
 
49813
+AMDEP_TRUE!$AMDEP_TRUE$ac_delim
 
49814
+AMDEP_FALSE!$AMDEP_FALSE$ac_delim
 
49815
+AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
 
49816
+CCDEPMODE!$CCDEPMODE$ac_delim
 
49817
+am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
 
49818
+am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
 
49819
+CPP!$CPP$ac_delim
 
49820
+GREP!$GREP$ac_delim
 
49821
+EGREP!$EGREP$ac_delim
 
49822
+LIBTOOL!$LIBTOOL$ac_delim
 
49823
+build!$build$ac_delim
 
49824
+build_cpu!$build_cpu$ac_delim
 
49825
+build_vendor!$build_vendor$ac_delim
 
49826
+build_os!$build_os$ac_delim
 
49827
+host!$host$ac_delim
 
49828
+host_cpu!$host_cpu$ac_delim
 
49829
+host_vendor!$host_vendor$ac_delim
 
49830
+host_os!$host_os$ac_delim
 
49831
+SED!$SED$ac_delim
 
49832
+FGREP!$FGREP$ac_delim
 
49833
+LD!$LD$ac_delim
 
49834
+DUMPBIN!$DUMPBIN$ac_delim
 
49835
+ac_ct_DUMPBIN!$ac_ct_DUMPBIN$ac_delim
 
49836
+NM!$NM$ac_delim
 
49837
+LN_S!$LN_S$ac_delim
 
49838
+_ACEOF
 
49839
 
 
49840
-$HAL_PKG_ERRORS
 
49841
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
 
49842
+    break
 
49843
+  elif $ac_last_try; then
 
49844
+    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
49845
+echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
49846
+   { (exit 1); exit 1; }; }
 
49847
+  else
 
49848
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
49849
+  fi
 
49850
+done
 
49851
 
42903
49852
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
42904
49853
-installed software in a non-standard prefix.
42905
 
-
42906
 
-Alternatively, you may set the environment variables GIO_CFLAGS
42907
 
-and GIO_LIBS to avoid the need to call pkg-config.
 
49854
+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
49855
+if test -n "$ac_eof"; then
 
49856
+  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
49857
+  ac_eof=`expr $ac_eof + 1`
 
49858
+fi
 
49859
 
 
49860
-Alternatively, you may set the environment variables HAL_CFLAGS
 
49861
-and HAL_LIBS to avoid the need to call pkg-config.
42908
49862
-See the pkg-config man page for more details.
42909
49863
-" >&5
42910
 
-$as_echo "$as_me: error: Package requirements (gio-2.0) were not met:
42911
 
+echo 'BEGIN {' >"$tmp/subs1.awk" &&
 
49864
-$as_echo "$as_me: error: Package requirements (hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32) were not met:
 
49865
+cat >>$CONFIG_STATUS <<_ACEOF
 
49866
+cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
 
49867
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
49868
+_ACEOF
 
49869
+sed '
 
49870
+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
49871
+s/^/s,@/; s/!/@,|#_!!_#|/
 
49872
+:n
 
49873
+t n
 
49874
+s/'"$ac_delim"'$/,g/; t
 
49875
+s/$/\\/; p
 
49876
+N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
49877
+' >>$CONFIG_STATUS <conf$$subs.sed
 
49878
+rm -f conf$$subs.sed
 
49879
+cat >>$CONFIG_STATUS <<_ACEOF
 
49880
+CEOF$ac_eof
42912
49881
+_ACEOF
42913
49882
 
42914
 
-$GIO_PKG_ERRORS
 
49883
-$HAL_PKG_ERRORS
42915
49884
 
42916
49885
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
42917
49886
-installed software in a non-standard prefix.
42918
 
+{
42919
 
+  echo "cat >conf$$subs.awk <<_ACEOF" &&
42920
 
+  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
42921
 
+  echo "_ACEOF"
42922
 
+} >conf$$subs.sh ||
42923
 
+  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
42924
 
+$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
42925
 
+   { (exit 1); exit 1; }; }
42926
 
+ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
42927
49887
+ac_delim='%!_!# '
42928
49888
+for ac_last_try in false false false false false :; do
42929
 
+  . ./conf$$subs.sh ||
42930
 
+    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
42931
 
+$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
42932
 
+   { (exit 1); exit 1; }; }
 
49889
+  cat >conf$$subs.sed <<_ACEOF
 
49890
+AR!$AR$ac_delim
 
49891
+RANLIB!$RANLIB$ac_delim
 
49892
+lt_ECHO!$lt_ECHO$ac_delim
 
49893
+DSYMUTIL!$DSYMUTIL$ac_delim
 
49894
+NMEDIT!$NMEDIT$ac_delim
 
49895
+LIPO!$LIPO$ac_delim
 
49896
+OTOOL!$OTOOL$ac_delim
 
49897
+OTOOL64!$OTOOL64$ac_delim
 
49898
+PKG_CONFIG!$PKG_CONFIG$ac_delim
 
49899
+HELP_DIR!$HELP_DIR$ac_delim
 
49900
+OMF_DIR!$OMF_DIR$ac_delim
 
49901
+DOC_USER_FORMATS!$DOC_USER_FORMATS$ac_delim
 
49902
+ENABLE_SK_TRUE!$ENABLE_SK_TRUE$ac_delim
 
49903
+ENABLE_SK_FALSE!$ENABLE_SK_FALSE$ac_delim
 
49904
+DISTCHECK_CONFIGURE_FLAGS!$DISTCHECK_CONFIGURE_FLAGS$ac_delim
 
49905
+HAVE_GNOME_DOC_UTILS_TRUE!$HAVE_GNOME_DOC_UTILS_TRUE$ac_delim
 
49906
+HAVE_GNOME_DOC_UTILS_FALSE!$HAVE_GNOME_DOC_UTILS_FALSE$ac_delim
 
49907
+USE_NLS!$USE_NLS$ac_delim
 
49908
+INTLTOOL_UPDATE!$INTLTOOL_UPDATE$ac_delim
 
49909
+INTLTOOL_MERGE!$INTLTOOL_MERGE$ac_delim
 
49910
+INTLTOOL_EXTRACT!$INTLTOOL_EXTRACT$ac_delim
 
49911
+INTLTOOL_DESKTOP_RULE!$INTLTOOL_DESKTOP_RULE$ac_delim
 
49912
+INTLTOOL_DIRECTORY_RULE!$INTLTOOL_DIRECTORY_RULE$ac_delim
 
49913
+INTLTOOL_KEYS_RULE!$INTLTOOL_KEYS_RULE$ac_delim
 
49914
+INTLTOOL_PROP_RULE!$INTLTOOL_PROP_RULE$ac_delim
 
49915
+INTLTOOL_OAF_RULE!$INTLTOOL_OAF_RULE$ac_delim
 
49916
+INTLTOOL_PONG_RULE!$INTLTOOL_PONG_RULE$ac_delim
 
49917
+INTLTOOL_SERVER_RULE!$INTLTOOL_SERVER_RULE$ac_delim
 
49918
+INTLTOOL_SHEET_RULE!$INTLTOOL_SHEET_RULE$ac_delim
 
49919
+INTLTOOL_SOUNDLIST_RULE!$INTLTOOL_SOUNDLIST_RULE$ac_delim
 
49920
+INTLTOOL_UI_RULE!$INTLTOOL_UI_RULE$ac_delim
 
49921
+INTLTOOL_XAM_RULE!$INTLTOOL_XAM_RULE$ac_delim
 
49922
+INTLTOOL_KBD_RULE!$INTLTOOL_KBD_RULE$ac_delim
 
49923
+INTLTOOL_XML_RULE!$INTLTOOL_XML_RULE$ac_delim
 
49924
+INTLTOOL_XML_NOMERGE_RULE!$INTLTOOL_XML_NOMERGE_RULE$ac_delim
 
49925
+INTLTOOL_CAVES_RULE!$INTLTOOL_CAVES_RULE$ac_delim
 
49926
+INTLTOOL_SCHEMAS_RULE!$INTLTOOL_SCHEMAS_RULE$ac_delim
 
49927
+INTLTOOL_THEME_RULE!$INTLTOOL_THEME_RULE$ac_delim
 
49928
+INTLTOOL_SERVICE_RULE!$INTLTOOL_SERVICE_RULE$ac_delim
 
49929
+INTLTOOL_POLICY_RULE!$INTLTOOL_POLICY_RULE$ac_delim
 
49930
+XGETTEXT!$XGETTEXT$ac_delim
 
49931
+MSGMERGE!$MSGMERGE$ac_delim
 
49932
+MSGFMT!$MSGFMT$ac_delim
 
49933
+GMSGFMT!$GMSGFMT$ac_delim
 
49934
+INTLTOOL_PERL!$INTLTOOL_PERL$ac_delim
 
49935
+ALL_LINGUAS!$ALL_LINGUAS$ac_delim
 
49936
+DATADIRNAME!$DATADIRNAME$ac_delim
 
49937
+GETTEXT_PACKAGE!$GETTEXT_PACKAGE$ac_delim
 
49938
+MSGFMT_OPTS!$MSGFMT_OPTS$ac_delim
 
49939
+CATALOGS!$CATALOGS$ac_delim
 
49940
+CATOBJEXT!$CATOBJEXT$ac_delim
 
49941
+GMOFILES!$GMOFILES$ac_delim
 
49942
+INSTOBJEXT!$INSTOBJEXT$ac_delim
 
49943
+INTLLIBS!$INTLLIBS$ac_delim
 
49944
+PO_IN_DATADIR_TRUE!$PO_IN_DATADIR_TRUE$ac_delim
 
49945
+PO_IN_DATADIR_FALSE!$PO_IN_DATADIR_FALSE$ac_delim
 
49946
+POFILES!$POFILES$ac_delim
 
49947
+POSUB!$POSUB$ac_delim
 
49948
+MKINSTALLDIRS!$MKINSTALLDIRS$ac_delim
 
49949
+ACLOCAL_AMFLAGS!$ACLOCAL_AMFLAGS$ac_delim
 
49950
+WARN_CFLAGS!$WARN_CFLAGS$ac_delim
 
49951
+DISABLE_DEPRECATED!$DISABLE_DEPRECATED$ac_delim
 
49952
+XMKMF!$XMKMF$ac_delim
 
49953
+X_CFLAGS!$X_CFLAGS$ac_delim
 
49954
+X_PRE_LIBS!$X_PRE_LIBS$ac_delim
 
49955
+X_LIBS!$X_LIBS$ac_delim
 
49956
+X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
 
49957
+TYPING_BREAK!$TYPING_BREAK$ac_delim
 
49958
+SCREENSAVER_LIBS!$SCREENSAVER_LIBS$ac_delim
 
49959
+LIBCANBERRA_GTK_CFLAGS!$LIBCANBERRA_GTK_CFLAGS$ac_delim
 
49960
+LIBCANBERRA_GTK_LIBS!$LIBCANBERRA_GTK_LIBS$ac_delim
 
49961
+HAVE_LIBCANBERRA_GTK_TRUE!$HAVE_LIBCANBERRA_GTK_TRUE$ac_delim
 
49962
+HAVE_LIBCANBERRA_GTK_FALSE!$HAVE_LIBCANBERRA_GTK_FALSE$ac_delim
 
49963
+HAVE_TYPING_BREAK_TRUE!$HAVE_TYPING_BREAK_TRUE$ac_delim
 
49964
+HAVE_TYPING_BREAK_FALSE!$HAVE_TYPING_BREAK_FALSE$ac_delim
 
49965
+XF86MISC_LIBS!$XF86MISC_LIBS$ac_delim
 
49966
+ENABLE_DYNAMIC_LIBSLAB_TRUE!$ENABLE_DYNAMIC_LIBSLAB_TRUE$ac_delim
 
49967
+ENABLE_DYNAMIC_LIBSLAB_FALSE!$ENABLE_DYNAMIC_LIBSLAB_FALSE$ac_delim
 
49968
+LIBSLAB_CFLAGS!$LIBSLAB_CFLAGS$ac_delim
 
49969
+LIBSLAB_LIBS!$LIBSLAB_LIBS$ac_delim
 
49970
+CAPPLET_CFLAGS!$CAPPLET_CFLAGS$ac_delim
 
49971
+CAPPLET_LIBS!$CAPPLET_LIBS$ac_delim
 
49972
+GNOMECC_CFLAGS!$GNOMECC_CFLAGS$ac_delim
 
49973
+GNOMECC_LIBS!$GNOMECC_LIBS$ac_delim
 
49974
+GNOMECC_SHELL_CFLAGS!$GNOMECC_SHELL_CFLAGS$ac_delim
 
49975
+GNOMECC_SHELL_LIBS!$GNOMECC_SHELL_LIBS$ac_delim
 
49976
+DBUS_CFLAGS!$DBUS_CFLAGS$ac_delim
 
49977
+DBUS_LIBS!$DBUS_LIBS$ac_delim
 
49978
+GNOME_DESKTOP_CFLAGS!$GNOME_DESKTOP_CFLAGS$ac_delim
 
49979
+GNOME_DESKTOP_LIBS!$GNOME_DESKTOP_LIBS$ac_delim
 
49980
+DEFAULT_APPLICATIONS_CAPPLET_CFLAGS!$DEFAULT_APPLICATIONS_CAPPLET_CFLAGS$ac_delim
 
49981
+DEFAULT_APPLICATIONS_CAPPLET_LIBS!$DEFAULT_APPLICATIONS_CAPPLET_LIBS$ac_delim
 
49982
+METACITY_CFLAGS!$METACITY_CFLAGS$ac_delim
 
49983
+METACITY_LIBS!$METACITY_LIBS$ac_delim
 
49984
+TYPING_CFLAGS!$TYPING_CFLAGS$ac_delim
 
49985
+TYPING_LIBS!$TYPING_LIBS$ac_delim
 
49986
+GSD_DBUS_CFLAGS!$GSD_DBUS_CFLAGS$ac_delim
 
49987
+_ACEOF
42933
49988
 
42934
 
-Alternatively, you may set the environment variables GIO_CFLAGS
42935
 
-and GIO_LIBS to avoid the need to call pkg-config.
 
49989
-Alternatively, you may set the environment variables HAL_CFLAGS
 
49990
-and HAL_LIBS to avoid the need to call pkg-config.
42936
49991
-See the pkg-config man page for more details.
42937
49992
-" >&2;}
42938
 
+  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
42939
 
+  if test $ac_delim_n = $ac_delim_num; then
 
49993
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
42940
49994
+    break
42941
49995
+  elif $ac_last_try; then
42942
 
+    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
42943
 
+$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
49996
+    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
49997
+echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
42944
49998
    { (exit 1); exit 1; }; }
42945
49999
-elif test $pkg_failed = untried; then
42946
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
42947
 
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
42948
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
50000
-       { { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
42949
50001
-is in your PATH or set the PKG_CONFIG environment variable to the full
42950
50002
-path to pkg-config.
 
50003
-
 
50004
-Alternatively, you may set the environment variables HAL_CFLAGS
 
50005
-and HAL_LIBS to avoid the need to call pkg-config.
 
50006
-See the pkg-config man page for more details.
42951
50007
+  else
42952
50008
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
42953
50009
+  fi
42954
50010
+done
42955
 
+rm -f conf$$subs.sh
42956
 
 
42957
 
-Alternatively, you may set the environment variables GIO_CFLAGS
42958
 
-and GIO_LIBS to avoid the need to call pkg-config.
42959
 
-See the pkg-config man page for more details.
42960
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42961
 
+cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
42962
 
+_ACEOF
42963
 
+sed -n '
42964
 
+h
42965
 
+s/^/S["/; s/!.*/"]=/
42966
 
+p
42967
 
+g
42968
 
+s/^[^!]*!//
42969
 
+:repl
42970
 
+t repl
42971
 
+s/'"$ac_delim"'$//
42972
 
+t delim
42973
 
+:nl
42974
 
+h
42975
 
+s/\(.\{148\}\).*/\1/
42976
 
+t more1
42977
 
+s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
42978
 
+p
42979
 
+n
42980
 
+b repl
42981
 
+:more1
42982
 
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
42983
 
+p
42984
 
+g
42985
 
+s/.\{148\}//
42986
 
+t nl
42987
 
+:delim
42988
 
+h
42989
 
+s/\(.\{148\}\).*/\1/
42990
 
+t more2
42991
 
+s/["\\]/\\&/g; s/^/"/; s/$/"/
42992
 
+p
42993
 
+b
42994
 
+:more2
42995
 
+s/["\\]/\\&/g; s/^/"/; s/$/"\\/
42996
 
+p
42997
 
+g
42998
 
+s/.\{148\}//
42999
 
+t delim
43000
 
+' <conf$$subs.awk | sed '
43001
 
+/^[^""]/{
43002
 
+  N
43003
 
+  s/\n//
43004
 
+}
43005
 
+' >>$CONFIG_STATUS || ac_write_fail=1
43006
 
+rm -f conf$$subs.awk
43007
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
43008
 
+_ACAWK
43009
 
+cat >>"\$tmp/subs1.awk" <<_ACAWK &&
43010
 
+  for (key in S) S_is_set[key] = 1
43011
 
+  FS = ""
43012
50011
 
43013
50012
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
43014
50013
-See \`config.log' for more details." >&5
43015
50014
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
43016
50015
-is in your PATH or set the PKG_CONFIG environment variable to the full
43017
50016
-path to pkg-config.
43018
 
+}
43019
 
+{
43020
 
+  line = $ 0
43021
 
+  nfields = split(line, field, "@")
43022
 
+  substed = 0
43023
 
+  len = length(field[1])
43024
 
+  for (i = 2; i < nfields; i++) {
43025
 
+    key = field[i]
43026
 
+    keylen = length(key)
43027
 
+    if (S_is_set[key]) {
43028
 
+      value = S[key]
43029
 
+      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
43030
 
+      len += length(value) + length(field[++i])
43031
 
+      substed = 1
43032
 
+    } else
43033
 
+      len += 1 + keylen
43034
 
+  }
 
50017
+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
50018
+if test -n "$ac_eof"; then
 
50019
+  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
50020
+  ac_eof=`expr $ac_eof + 1`
 
50021
+fi
43035
50022
 
43036
 
-Alternatively, you may set the environment variables GIO_CFLAGS
43037
 
-and GIO_LIBS to avoid the need to call pkg-config.
 
50023
-Alternatively, you may set the environment variables HAL_CFLAGS
 
50024
-and HAL_LIBS to avoid the need to call pkg-config.
43038
50025
-See the pkg-config man page for more details.
43039
 
+  print line
43040
 
+}
 
50026
+cat >>$CONFIG_STATUS <<_ACEOF
 
50027
+cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
 
50028
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
50029
+_ACEOF
 
50030
+sed '
 
50031
+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
50032
+s/^/s,@/; s/!/@,|#_!!_#|/
 
50033
+:n
 
50034
+t n
 
50035
+s/'"$ac_delim"'$/,g/; t
 
50036
+s/$/\\/; p
 
50037
+N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
50038
+' >>$CONFIG_STATUS <conf$$subs.sed
 
50039
+rm -f conf$$subs.sed
 
50040
+cat >>$CONFIG_STATUS <<_ACEOF
 
50041
+CEOF$ac_eof
 
50042
+_ACEOF
43041
50043
 
43042
50044
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
43043
50045
-See \`config.log' for more details." >&2;}
43044
 
-   { (exit 1); exit 1; }; }; }
43045
 
+_ACAWK
43046
 
+_ACEOF
43047
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
43048
 
+if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
43049
 
+  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
43050
 
 else
43051
 
-       GIO_CFLAGS=$pkg_cv_GIO_CFLAGS
43052
 
-       GIO_LIBS=$pkg_cv_GIO_LIBS
 
50046
-   { (exit 1); exit 1; }; }
 
50047
-else
 
50048
-       HAL_CFLAGS=$pkg_cv_HAL_CFLAGS
 
50049
-       HAL_LIBS=$pkg_cv_HAL_LIBS
43053
50050
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
43054
50051
-$as_echo "yes" >&6; }
43055
 
-       :
43056
 
-fi
43057
 
-
43058
 
-gtk_lib_dir=`$PKG_CONFIG --variable libdir gtk+-2.0`
43059
 
-gtk_binary_version=`$PKG_CONFIG --variable gtk_binary_version gtk+-2.0`
43060
 
-GTK_ENGINE_DIR="$gtk_lib_dir/gtk-2.0/$gtk_binary_version/engines"
43061
 
-
43062
 
-
43063
 
-xft_modules=
43064
 
-if $PKG_CONFIG --exists xft ; then
43065
 
-  xft_modules="xft"
43066
 
-
 
50052
 
43067
50053
-cat >>confdefs.h <<\_ACEOF
43068
 
-#define HAVE_XFT2 /**/
43069
 
+  cat
43070
 
+fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
43071
 
+  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
43072
 
+$as_echo "$as_me: error: could not setup config files machinery" >&2;}
43073
 
+   { (exit 1); exit 1; }; }
 
50054
-#define USE_HAL 1
 
50055
+ac_delim='%!_!# '
 
50056
+for ac_last_try in false false false false false :; do
 
50057
+  cat >conf$$subs.sed <<_ACEOF
 
50058
+GSD_DBUS_LIBS!$GSD_DBUS_LIBS$ac_delim
 
50059
+GIO_CFLAGS!$GIO_CFLAGS$ac_delim
 
50060
+GIO_LIBS!$GIO_LIBS$ac_delim
 
50061
+GTK_ENGINE_DIR!$GTK_ENGINE_DIR$ac_delim
 
50062
+FONT_CAPPLET_CFLAGS!$FONT_CAPPLET_CFLAGS$ac_delim
 
50063
+FONT_CAPPLET_LIBS!$FONT_CAPPLET_LIBS$ac_delim
 
50064
+FONT_VIEWER_CFLAGS!$FONT_VIEWER_CFLAGS$ac_delim
 
50065
+FONT_VIEWER_LIBS!$FONT_VIEWER_LIBS$ac_delim
 
50066
+AT_CAPPLET_CFLAGS!$AT_CAPPLET_CFLAGS$ac_delim
 
50067
+AT_CAPPLET_LIBS!$AT_CAPPLET_LIBS$ac_delim
 
50068
+HAVE_RANDR_TRUE!$HAVE_RANDR_TRUE$ac_delim
 
50069
+HAVE_RANDR_FALSE!$HAVE_RANDR_FALSE$ac_delim
 
50070
+DISPLAY_CAPPLET_CFLAGS!$DISPLAY_CAPPLET_CFLAGS$ac_delim
 
50071
+DISPLAY_CAPPLET_LIBS!$DISPLAY_CAPPLET_LIBS$ac_delim
 
50072
+XCURSOR_CFLAGS!$XCURSOR_CFLAGS$ac_delim
 
50073
+XCURSOR_LIBS!$XCURSOR_LIBS$ac_delim
 
50074
+HAVE_XCURSOR_TRUE!$HAVE_XCURSOR_TRUE$ac_delim
 
50075
+HAVE_XCURSOR_FALSE!$HAVE_XCURSOR_FALSE$ac_delim
 
50076
+LIBGNOMEKBD_CFLAGS!$LIBGNOMEKBD_CFLAGS$ac_delim
 
50077
+LIBGNOMEKBD_LIBS!$LIBGNOMEKBD_LIBS$ac_delim
 
50078
+LIBGNOMEKBDUI_CFLAGS!$LIBGNOMEKBDUI_CFLAGS$ac_delim
 
50079
+LIBGNOMEKBDUI_LIBS!$LIBGNOMEKBDUI_LIBS$ac_delim
 
50080
+LIBEBOOK_CFLAGS!$LIBEBOOK_CFLAGS$ac_delim
 
50081
+LIBEBOOK_LIBS!$LIBEBOOK_LIBS$ac_delim
 
50082
+POLKIT_GNOME_CFLAGS!$POLKIT_GNOME_CFLAGS$ac_delim
 
50083
+POLKIT_GNOME_LIBS!$POLKIT_GNOME_LIBS$ac_delim
 
50084
+BUILD_ABOUTME_TRUE!$BUILD_ABOUTME_TRUE$ac_delim
 
50085
+BUILD_ABOUTME_FALSE!$BUILD_ABOUTME_FALSE$ac_delim
 
50086
+HAL_CFLAGS!$HAL_CFLAGS$ac_delim
 
50087
+HAL_LIBS!$HAL_LIBS$ac_delim
 
50088
+GLIB_GENMARSHAL!$GLIB_GENMARSHAL$ac_delim
 
50089
+GCONFTOOL!$GCONFTOOL$ac_delim
 
50090
+GCONF_SCHEMA_CONFIG_SOURCE!$GCONF_SCHEMA_CONFIG_SOURCE$ac_delim
 
50091
+GCONF_SCHEMA_FILE_DIR!$GCONF_SCHEMA_FILE_DIR$ac_delim
 
50092
+GCONF_SCHEMAS_INSTALL_TRUE!$GCONF_SCHEMAS_INSTALL_TRUE$ac_delim
 
50093
+GCONF_SCHEMAS_INSTALL_FALSE!$GCONF_SCHEMAS_INSTALL_FALSE$ac_delim
 
50094
+GST_CFLAGS!$GST_CFLAGS$ac_delim
 
50095
+GST_LIBS!$GST_LIBS$ac_delim
 
50096
+HAVE_GSTREAMER_TRUE!$HAVE_GSTREAMER_TRUE$ac_delim
 
50097
+HAVE_GSTREAMER_FALSE!$HAVE_GSTREAMER_FALSE$ac_delim
 
50098
+CANBERRA_CFLAGS!$CANBERRA_CFLAGS$ac_delim
 
50099
+CANBERRA_LIBS!$CANBERRA_LIBS$ac_delim
 
50100
+SOUND_CAPPLET_LIBS!$SOUND_CAPPLET_LIBS$ac_delim
 
50101
+SOUND_CAPPLET_CFLAGS!$SOUND_CAPPLET_CFLAGS$ac_delim
 
50102
+BUILD_SOUND_TRUE!$BUILD_SOUND_TRUE$ac_delim
 
50103
+BUILD_SOUND_FALSE!$BUILD_SOUND_FALSE$ac_delim
 
50104
+GNOMECC_CAPPLETS_EXTRA_DIST!$GNOMECC_CAPPLETS_EXTRA_DIST$ac_delim
 
50105
+GNOMECC_CAPPLETS_CLEANFILES!$GNOMECC_CAPPLETS_CLEANFILES$ac_delim
 
50106
+GNOMECC_CAPPLETS_CFLAGS!$GNOMECC_CAPPLETS_CFLAGS$ac_delim
 
50107
+GNOMECC_CAPPLETS_LIBS!$GNOMECC_CAPPLETS_LIBS$ac_delim
 
50108
+UPDATE_MIME_DATABASE!$UPDATE_MIME_DATABASE$ac_delim
 
50109
+ENABLE_UPDATE_MIMEDB_TRUE!$ENABLE_UPDATE_MIMEDB_TRUE$ac_delim
 
50110
+ENABLE_UPDATE_MIMEDB_FALSE!$ENABLE_UPDATE_MIMEDB_FALSE$ac_delim
 
50111
+LIBOBJS!$LIBOBJS$ac_delim
 
50112
+LTLIBOBJS!$LTLIBOBJS$ac_delim
43074
50113
 _ACEOF
43075
50114
 
 
50115
-fi
 
50116
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 55; then
 
50117
+    break
 
50118
+  elif $ac_last_try; then
 
50119
+    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
50120
+echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
50121
+   { (exit 1); exit 1; }; }
 
50122
+  else
 
50123
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
50124
+  fi
 
50125
+done
 
50126
+
 
50127
+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
50128
+if test -n "$ac_eof"; then
 
50129
+  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
50130
+  ac_eof=`expr $ac_eof + 1`
 
50131
+fi
 
50132
+
 
50133
+cat >>$CONFIG_STATUS <<_ACEOF
 
50134
+cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof
 
50135
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
 
50136
+_ACEOF
 
50137
+sed '
 
50138
+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
50139
+s/^/s,@/; s/!/@,|#_!!_#|/
 
50140
+:n
 
50141
+t n
 
50142
+s/'"$ac_delim"'$/,g/; t
 
50143
+s/$/\\/; p
 
50144
+N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
50145
+' >>$CONFIG_STATUS <conf$$subs.sed
 
50146
+rm -f conf$$subs.sed
 
50147
+cat >>$CONFIG_STATUS <<_ACEOF
 
50148
+:end
 
50149
+s/|#_!!_#|//g
 
50150
+CEOF$ac_eof
 
50151
+_ACEOF
 
50152
 
 
50153
 
43076
50154
+# VPATH may cause trouble with some makes, so we remove $(srcdir),
43077
50155
+# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
43078
50156
+# trailing colons and then remove the whole line if VPATH becomes empty
43088
50166
+}'
43089
50167
 fi
43090
50168
 
43091
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
50169
+cat >>$CONFIG_STATUS <<\_ACEOF
43092
50170
+fi # test -n "$CONFIG_FILES"
43093
50171
 
43094
 
-pkg_failed=no
43095
 
-{ $as_echo "$as_me:$LINENO: checking for FONT_CAPPLET" >&5
43096
 
-$as_echo_n "checking for FONT_CAPPLET... " >&6; }
43097
 
-
43098
 
-if test -n "$FONT_CAPPLET_CFLAGS"; then
43099
 
-    pkg_cv_FONT_CAPPLET_CFLAGS="$FONT_CAPPLET_CFLAGS"
43100
 
- elif test -n "$PKG_CONFIG"; then
43101
 
-    if test -n "$PKG_CONFIG" && \
43102
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES \$xft_modules\"") >&5
43103
 
-  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES $xft_modules") 2>&5
43104
 
-  ac_status=$?
43105
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
43106
 
-  (exit $ac_status); }; then
43107
 
-  pkg_cv_FONT_CAPPLET_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES $xft_modules" 2>/dev/null`
43108
 
-else
43109
 
-  pkg_failed=yes
43110
 
-fi
43111
 
- else
43112
 
-    pkg_failed=untried
43113
 
-fi
43114
 
-if test -n "$FONT_CAPPLET_LIBS"; then
43115
 
-    pkg_cv_FONT_CAPPLET_LIBS="$FONT_CAPPLET_LIBS"
43116
 
- elif test -n "$PKG_CONFIG"; then
43117
 
-    if test -n "$PKG_CONFIG" && \
43118
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES \$xft_modules\"") >&5
43119
 
-  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES $xft_modules") 2>&5
43120
 
-  ac_status=$?
43121
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
43122
 
-  (exit $ac_status); }; then
43123
 
-  pkg_cv_FONT_CAPPLET_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES $xft_modules" 2>/dev/null`
43124
 
-else
43125
 
-  pkg_failed=yes
43126
 
-fi
43127
 
- else
43128
 
-    pkg_failed=untried
43129
 
-fi
43130
 
-
43131
 
-
43132
 
-
43133
 
-if test $pkg_failed = yes; then
43134
 
-
43135
 
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
43136
 
-        _pkg_short_errors_supported=yes
43137
 
-else
43138
 
-        _pkg_short_errors_supported=no
43139
 
-fi
43140
 
-        if test $_pkg_short_errors_supported = yes; then
43141
 
-               FONT_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$COMMON_MODULES $xft_modules" 2>&1`
43142
 
-        else
43143
 
-               FONT_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --print-errors "$COMMON_MODULES $xft_modules" 2>&1`
43144
 
-        fi
43145
 
-       # Put the nasty error message in config.log where it belongs
43146
 
-       echo "$FONT_CAPPLET_PKG_ERRORS" >&5
43147
 
+# Set up the scripts for CONFIG_HEADERS section.
43148
 
+# No need to generate them if there are no CONFIG_HEADERS.
43149
 
+# This happens for instance with `./config.status Makefile'.
43150
 
+if test -n "$CONFIG_HEADERS"; then
43151
 
+cat >"$tmp/defines.awk" <<\_ACAWK ||
43152
 
+BEGIN {
43153
 
+_ACEOF
43154
 
 
43155
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES $xft_modules) were not met:
43156
 
+# Transform confdefs.h into an awk script `defines.awk', embedded as
43157
 
+# here-document in config.status, that substitutes the proper values into
43158
 
+# config.h.in to produce config.h.
43159
 
 
43160
 
-$FONT_CAPPLET_PKG_ERRORS
43161
 
+# Create a delimiter string that does not exist in confdefs.h, to ease
43162
 
+# handling of long lines.
43163
 
+ac_delim='%!_!# '
43164
 
+for ac_last_try in false false :; do
43165
 
+  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
43166
 
+  if test -z "$ac_t"; then
43167
 
+    break
43168
 
+  elif $ac_last_try; then
43169
 
+    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
43170
 
+$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
43171
 
+   { (exit 1); exit 1; }; }
43172
 
+  else
43173
 
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
43174
 
+  fi
43175
 
+done
43176
 
 
43177
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
43178
 
-installed software in a non-standard prefix.
43179
 
+# For the awk script, D is an array of macro values keyed by name,
43180
 
+# likewise P contains macro parameters if any.  Preserve backslash
43181
 
+# newline sequences.
43182
 
 
43183
 
-Alternatively, you may set the environment variables FONT_CAPPLET_CFLAGS
43184
 
-and FONT_CAPPLET_LIBS to avoid the need to call pkg-config.
43185
 
-See the pkg-config man page for more details.
43186
 
-" >&5
43187
 
-$as_echo "$as_me: error: Package requirements ($COMMON_MODULES $xft_modules) were not met:
43188
 
+ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
43189
 
+sed -n '
43190
 
+s/.\{148\}/&'"$ac_delim"'/g
43191
 
+t rset
43192
 
+:rset
43193
 
+s/^[    ]*#[    ]*define[       ][      ]*/ /
43194
 
+t def
43195
 
+d
43196
 
+:def
43197
 
+s/\\$//
43198
 
+t bsnl
43199
 
+s/["\\]/\\&/g
43200
 
+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[    ]*\(.*\)/P["\1"]="\2"\
43201
 
+D["\1"]=" \3"/p
43202
 
+s/^ \('"$ac_word_re"'\)[        ]*\(.*\)/D["\1"]=" \2"/p
43203
 
+d
43204
 
+:bsnl
43205
 
+s/["\\]/\\&/g
43206
 
+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[    ]*\(.*\)/P["\1"]="\2"\
43207
 
+D["\1"]=" \3\\\\\\n"\\/p
43208
 
+t cont
43209
 
+s/^ \('"$ac_word_re"'\)[        ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
43210
 
+t cont
43211
 
+d
43212
 
+:cont
43213
 
+n
43214
 
+s/.\{148\}/&'"$ac_delim"'/g
43215
 
+t clear
43216
 
+:clear
43217
 
+s/\\$//
43218
 
+t bsnlc
43219
 
+s/["\\]/\\&/g; s/^/"/; s/$/"/p
43220
 
+d
43221
 
+:bsnlc
43222
 
+s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
43223
 
+b cont
43224
 
+' <confdefs.h | sed '
43225
 
+s/'"$ac_delim"'/"\\\
43226
 
+"/g' >>$CONFIG_STATUS || ac_write_fail=1
43227
 
 
43228
 
-$FONT_CAPPLET_PKG_ERRORS
43229
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
43230
 
+  for (key in D) D_is_set[key] = 1
43231
 
+  FS = ""
43232
 
+}
43233
 
+/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
43234
 
+  line = \$ 0
43235
 
+  split(line, arg, " ")
43236
 
+  if (arg[1] == "#") {
43237
 
+    defundef = arg[2]
43238
 
+    mac1 = arg[3]
43239
 
+  } else {
43240
 
+    defundef = substr(arg[1], 2)
43241
 
+    mac1 = arg[2]
43242
 
+  }
43243
 
+  split(mac1, mac2, "(") #)
43244
 
+  macro = mac2[1]
43245
 
+  prefix = substr(line, 1, index(line, defundef) - 1)
43246
 
+  if (D_is_set[macro]) {
43247
 
+    # Preserve the white space surrounding the "#".
43248
 
+    print prefix "define", macro P[macro] D[macro]
43249
 
+    next
43250
 
+  } else {
43251
 
+    # Replace #undef with comments.  This is necessary, for example,
43252
 
+    # in the case of _POSIX_SOURCE, which is predefined and required
43253
 
+    # on some systems where configure will not decide to define it.
43254
 
+    if (defundef == "undef") {
43255
 
+      print "/*", prefix defundef, macro, "*/"
43256
 
+      next
43257
 
+    }
43258
 
+  }
43259
 
+}
43260
 
+{ print }
43261
 
+_ACAWK
43262
 
+_ACEOF
43263
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
43264
 
+  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
43265
 
+$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
43266
 
+   { (exit 1); exit 1; }; }
43267
 
+fi # test -n "$CONFIG_HEADERS"
43268
 
 
43269
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
43270
 
-installed software in a non-standard prefix.
43271
 
 
43272
 
-Alternatively, you may set the environment variables FONT_CAPPLET_CFLAGS
43273
 
-and FONT_CAPPLET_LIBS to avoid the need to call pkg-config.
43274
 
-See the pkg-config man page for more details.
43275
 
-" >&2;}
43276
 
-   { (exit 1); exit 1; }; }
43277
 
-elif test $pkg_failed = untried; then
43278
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
43279
 
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
43280
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
43281
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
43282
 
-path to pkg-config.
43283
 
+eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
43284
 
+shift
43285
 
+for ac_tag
43286
 
+do
 
50172
-# Extract the first word of "glib-genmarshal", so it can be a program name with args.
 
50173
-set dummy glib-genmarshal; ac_word=$2
 
50174
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
50175
-$as_echo_n "checking for $ac_word... " >&6; }
 
50176
-if test "${ac_cv_path_GLIB_GENMARSHAL+set}" = set; then
 
50177
-  $as_echo_n "(cached) " >&6
 
50178
-else
 
50179
-  case $GLIB_GENMARSHAL in
 
50180
-  [\\/]* | ?:[\\/]*)
 
50181
-  ac_cv_path_GLIB_GENMARSHAL="$GLIB_GENMARSHAL" # Let the user override the test with a path.
 
50182
-  ;;
 
50183
-  *)
 
50184
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
50185
-for as_dir in $PATH
 
50186
+
 
50187
+for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
 
50188
 do
 
50189
-  IFS=$as_save_IFS
 
50190
-  test -z "$as_dir" && as_dir=.
 
50191
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
50192
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
50193
-    ac_cv_path_GLIB_GENMARSHAL="$as_dir/$ac_word$ac_exec_ext"
 
50194
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
50195
-    break 2
 
50196
-  fi
 
50197
-done
 
50198
-done
 
50199
-IFS=$as_save_IFS
43287
50200
+  case $ac_tag in
43288
50201
+  :[FHLC]) ac_mode=$ac_tag; continue;;
43289
50202
+  esac
43290
50203
+  case $ac_mode$ac_tag in
43291
50204
+  :[FHL]*:*);;
43292
 
+  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
43293
 
+$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
 
50205
+  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
 
50206
+echo "$as_me: error: Invalid tag $ac_tag." >&2;}
43294
50207
+   { (exit 1); exit 1; }; };;
43295
50208
+  :[FH]-) ac_tag=-:-;;
43296
50209
+  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
43303
50216
+  ac_file=$1
43304
50217
+  shift
43305
50218
 
43306
 
-Alternatively, you may set the environment variables FONT_CAPPLET_CFLAGS
43307
 
-and FONT_CAPPLET_LIBS to avoid the need to call pkg-config.
43308
 
-See the pkg-config man page for more details.
 
50219
-  test -z "$ac_cv_path_GLIB_GENMARSHAL" && ac_cv_path_GLIB_GENMARSHAL="no"
 
50220
-  ;;
 
50221
-esac
 
50222
-fi
 
50223
-GLIB_GENMARSHAL=$ac_cv_path_GLIB_GENMARSHAL
 
50224
-if test -n "$GLIB_GENMARSHAL"; then
 
50225
-  { $as_echo "$as_me:$LINENO: result: $GLIB_GENMARSHAL" >&5
 
50226
-$as_echo "$GLIB_GENMARSHAL" >&6; }
 
50227
-else
 
50228
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
50229
-$as_echo "no" >&6; }
 
50230
-fi
43309
50231
+  case $ac_mode in
43310
50232
+  :L) ac_source=$1;;
43311
50233
+  :[FH])
43322
50244
+          [\\/$]*) false;;
43323
50245
+          *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
43324
50246
+          esac ||
43325
 
+          { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
43326
 
+$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
 
50247
+          { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
 
50248
+echo "$as_me: error: cannot find input file: $ac_f" >&2;}
43327
50249
+   { (exit 1); exit 1; }; };;
43328
50250
+      esac
43329
 
+      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
43330
 
+      ac_file_inputs="$ac_file_inputs '$ac_f'"
 
50251
+      ac_file_inputs="$ac_file_inputs $ac_f"
43331
50252
+    done
43332
50253
 
43333
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
43334
 
-See \`config.log' for more details." >&5
43335
 
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
43336
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
43337
 
-path to pkg-config.
43338
50254
+    # Let's still pretend it is `configure' which instantiates (i.e., don't
43339
50255
+    # use $as_me), people would be surprised to read:
43340
50256
+    #    /* config.h.  Generated by config.status.  */
43341
 
+    configure_input='Generated from '`
43342
 
+         $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
43343
 
+       `' by configure.'
 
50257
+    configure_input="Generated from "`IFS=:
 
50258
+         echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
43344
50259
+    if test x"$ac_file" != x-; then
43345
50260
+      configure_input="$ac_file.  $configure_input"
43346
 
+      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
43347
 
+$as_echo "$as_me: creating $ac_file" >&6;}
 
50261
+      { echo "$as_me:$LINENO: creating $ac_file" >&5
 
50262
+echo "$as_me: creating $ac_file" >&6;}
43348
50263
+    fi
43349
 
+    # Neutralize special characters interpreted by sed in replacement strings.
43350
 
+    case $configure_input in #(
43351
 
+    *\&* | *\|* | *\\* )
43352
 
+       ac_sed_conf_input=`$as_echo "$configure_input" |
43353
 
+       sed 's/[\\\\&|]/\\\\&/g'`;; #(
43354
 
+    *) ac_sed_conf_input=$configure_input;;
43355
 
+    esac
43356
50264
 
43357
 
-Alternatively, you may set the environment variables FONT_CAPPLET_CFLAGS
43358
 
-and FONT_CAPPLET_LIBS to avoid the need to call pkg-config.
43359
 
-See the pkg-config man page for more details.
43360
50265
+    case $ac_tag in
43361
 
+    *:-:* | *:-) cat >"$tmp/stdin" \
43362
 
+      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
43363
 
+$as_echo "$as_me: error: could not create $ac_file" >&2;}
43364
 
+   { (exit 1); exit 1; }; } ;;
 
50266
+    *:-:* | *:-) cat >"$tmp/stdin";;
43365
50267
+    esac
43366
50268
+    ;;
43367
50269
+  esac
43368
50270
 
43369
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
43370
 
-See \`config.log' for more details." >&2;}
 
50271
-if test x"$GLIB_GENMARSHAL" = xno; then
 
50272
-  { { $as_echo "$as_me:$LINENO: error: glib-genmarshal executable not found in your path - should be installed with glib" >&5
 
50273
-$as_echo "$as_me: error: glib-genmarshal executable not found in your path - should be installed with glib" >&2;}
 
50274
-   { (exit 1); exit 1; }; }
 
50275
-fi
43371
50276
+  ac_dir=`$as_dirname -- "$ac_file" ||
43372
50277
+$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
43373
50278
+        X"$ac_file" : 'X\(//\)[^/]' \| \
43374
50279
+        X"$ac_file" : 'X\(//\)$' \| \
43375
50280
+        X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
43376
 
+$as_echo X"$ac_file" |
 
50281
+echo X"$ac_file" |
43377
50282
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
43378
50283
+           s//\1/
43379
50284
+           q
43399
50304
+    as_dirs=
43400
50305
+    while :; do
43401
50306
+      case $as_dir in #(
43402
 
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
 
50307
+      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
43403
50308
+      *) as_qdir=$as_dir;;
43404
50309
+      esac
43405
50310
+      as_dirs="'$as_qdir' $as_dirs"
43408
50313
+        X"$as_dir" : 'X\(//\)[^/]' \| \
43409
50314
+        X"$as_dir" : 'X\(//\)$' \| \
43410
50315
+        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
43411
 
+$as_echo X"$as_dir" |
 
50316
+echo X"$as_dir" |
43412
50317
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
43413
50318
+           s//\1/
43414
50319
+           q
43429
50334
+      test -d "$as_dir" && break
43430
50335
+    done
43431
50336
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
43432
 
+  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
43433
 
+$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
43434
 
    { (exit 1); exit 1; }; }; }
43435
 
-else
43436
 
-       FONT_CAPPLET_CFLAGS=$pkg_cv_FONT_CAPPLET_CFLAGS
43437
 
-       FONT_CAPPLET_LIBS=$pkg_cv_FONT_CAPPLET_LIBS
43438
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
43439
 
-$as_echo "yes" >&6; }
43440
 
-       :
43441
 
-fi
43442
 
-
43443
 
-pkg_failed=no
43444
 
-{ $as_echo "$as_me:$LINENO: checking for FONT_VIEWER" >&5
43445
 
-$as_echo_n "checking for FONT_VIEWER... " >&6; }
43446
 
-
43447
 
-if test -n "$FONT_VIEWER_CFLAGS"; then
43448
 
-    pkg_cv_FONT_VIEWER_CFLAGS="$FONT_VIEWER_CFLAGS"
43449
 
- elif test -n "$PKG_CONFIG"; then
43450
 
-    if test -n "$PKG_CONFIG" && \
43451
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES \$xft_modules libgnomeui-2.0\"") >&5
43452
 
-  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES $xft_modules libgnomeui-2.0") 2>&5
43453
 
-  ac_status=$?
43454
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
43455
 
-  (exit $ac_status); }; then
43456
 
-  pkg_cv_FONT_VIEWER_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES $xft_modules libgnomeui-2.0" 2>/dev/null`
43457
 
-else
43458
 
-  pkg_failed=yes
43459
 
-fi
43460
 
- else
43461
 
-    pkg_failed=untried
43462
 
-fi
43463
 
-if test -n "$FONT_VIEWER_LIBS"; then
43464
 
-    pkg_cv_FONT_VIEWER_LIBS="$FONT_VIEWER_LIBS"
43465
 
- elif test -n "$PKG_CONFIG"; then
43466
 
-    if test -n "$PKG_CONFIG" && \
43467
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES \$xft_modules libgnomeui-2.0\"") >&5
43468
 
-  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES $xft_modules libgnomeui-2.0") 2>&5
43469
 
-  ac_status=$?
43470
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
43471
 
-  (exit $ac_status); }; then
43472
 
-  pkg_cv_FONT_VIEWER_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES $xft_modules libgnomeui-2.0" 2>/dev/null`
43473
 
-else
43474
 
-  pkg_failed=yes
43475
 
-fi
43476
 
- else
43477
 
-    pkg_failed=untried
43478
 
-fi
43479
 
-
 
50337
+  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 
50338
+echo "$as_me: error: cannot create directory $as_dir" >&2;}
 
50339
+   { (exit 1); exit 1; }; }; }
43480
50340
+  ac_builddir=.
43481
 
 
 
50341
+
43482
50342
+case "$ac_dir" in
43483
50343
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
43484
50344
+*)
43485
 
+  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
 
50345
+  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
43486
50346
+  # A ".." for each directory in $ac_dir_suffix.
43487
 
+  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
 
50347
+  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
43488
50348
+  case $ac_top_builddir_sub in
43489
50349
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
43490
50350
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
43494
50354
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
43495
50355
+# for backward compatibility:
43496
50356
+ac_top_builddir=$ac_top_build_prefix
43497
 
 
43498
 
-if test $pkg_failed = yes; then
 
50357
+
43499
50358
+case $srcdir in
43500
50359
+  .)  # We are building in place.
43501
50360
+    ac_srcdir=.
43512
50371
+esac
43513
50372
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
43514
50373
 
43515
 
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
43516
 
-        _pkg_short_errors_supported=yes
43517
 
-else
43518
 
-        _pkg_short_errors_supported=no
43519
 
-fi
43520
 
-        if test $_pkg_short_errors_supported = yes; then
43521
 
-               FONT_VIEWER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$COMMON_MODULES $xft_modules libgnomeui-2.0" 2>&1`
43522
 
-        else
43523
 
-               FONT_VIEWER_PKG_ERRORS=`$PKG_CONFIG --print-errors "$COMMON_MODULES $xft_modules libgnomeui-2.0" 2>&1`
43524
 
-        fi
43525
 
-       # Put the nasty error message in config.log where it belongs
43526
 
-       echo "$FONT_VIEWER_PKG_ERRORS" >&5
43527
50374
 
43528
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES $xft_modules libgnomeui-2.0) were not met:
43529
50375
+  case $ac_mode in
43530
50376
+  :F)
43531
50377
+  #
43532
50378
+  # CONFIG_FILE
43533
50379
+  #
43534
50380
 
43535
 
-$FONT_VIEWER_PKG_ERRORS
43536
50381
+  case $INSTALL in
43537
50382
+  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
43538
50383
+  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
43544
50389
+  esac
43545
50390
+_ACEOF
43546
50391
 
43547
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
43548
 
-installed software in a non-standard prefix.
43549
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
50392
-# Extract the first word of "gconftool-2", so it can be a program name with args.
 
50393
-set dummy gconftool-2; ac_word=$2
 
50394
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
50395
-$as_echo_n "checking for $ac_word... " >&6; }
 
50396
-if test "${ac_cv_path_GCONFTOOL+set}" = set; then
 
50397
-  $as_echo_n "(cached) " >&6
 
50398
-else
 
50399
-  case $GCONFTOOL in
 
50400
-  [\\/]* | ?:[\\/]*)
 
50401
-  ac_cv_path_GCONFTOOL="$GCONFTOOL" # Let the user override the test with a path.
 
50402
-  ;;
 
50403
-  *)
 
50404
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
50405
-for as_dir in $PATH
 
50406
-do
 
50407
-  IFS=$as_save_IFS
 
50408
-  test -z "$as_dir" && as_dir=.
 
50409
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
50410
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
50411
-    ac_cv_path_GCONFTOOL="$as_dir/$ac_word$ac_exec_ext"
 
50412
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
50413
-    break 2
 
50414
-  fi
 
50415
-done
 
50416
-done
 
50417
-IFS=$as_save_IFS
 
50418
+cat >>$CONFIG_STATUS <<\_ACEOF
43550
50419
+# If the template does not know about datarootdir, expand it.
43551
50420
+# FIXME: This hack should be removed a few years after 2.60.
43552
50421
+ac_datarootdir_hack=; ac_datarootdir_seen=
43553
50422
 
43554
 
-Alternatively, you may set the environment variables FONT_VIEWER_CFLAGS
43555
 
-and FONT_VIEWER_LIBS to avoid the need to call pkg-config.
43556
 
-See the pkg-config man page for more details.
43557
 
-" >&5
43558
 
-$as_echo "$as_me: error: Package requirements ($COMMON_MODULES $xft_modules libgnomeui-2.0) were not met:
43559
 
+ac_sed_dataroot='
43560
 
+/datarootdir/ {
 
50423
-  test -z "$ac_cv_path_GCONFTOOL" && ac_cv_path_GCONFTOOL="no"
 
50424
-  ;;
 
50425
+case `sed -n '/datarootdir/ {
43561
50426
+  p
43562
50427
+  q
43563
50428
+}
43566
50431
+/@infodir@/p
43567
50432
+/@localedir@/p
43568
50433
+/@mandir@/p
43569
 
+'
43570
 
+case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
 
50434
+' $ac_file_inputs` in
43571
50435
+*datarootdir*) ac_datarootdir_seen=yes;;
43572
50436
+*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
43573
 
+  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
43574
 
+$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
 
50437
+  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
 
50438
+echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
43575
50439
+_ACEOF
43576
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
50440
+cat >>$CONFIG_STATUS <<_ACEOF
43577
50441
+  ac_datarootdir_hack='
43578
50442
+  s&@datadir@&$datadir&g
43579
50443
+  s&@docdir@&$docdir&g
43581
50445
+  s&@localedir@&$localedir&g
43582
50446
+  s&@mandir@&$mandir&g
43583
50447
+    s&\\\${datarootdir}&$datarootdir&g' ;;
43584
 
+esac
 
50448
 esac
 
50449
-fi
 
50450
-GCONFTOOL=$ac_cv_path_GCONFTOOL
 
50451
-if test -n "$GCONFTOOL"; then
 
50452
-  { $as_echo "$as_me:$LINENO: result: $GCONFTOOL" >&5
 
50453
-$as_echo "$GCONFTOOL" >&6; }
 
50454
-else
 
50455
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
50456
-$as_echo "no" >&6; }
 
50457
-fi
43585
50458
+_ACEOF
43586
 
 
43587
 
-$FONT_VIEWER_PKG_ERRORS
 
50459
+
43588
50460
+# Neutralize VPATH when `$srcdir' = `.'.
43589
50461
+# Shell code in configure.ac might set extrasub.
43590
50462
+# FIXME: do we really want to maintain this feature?
43591
 
+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
43592
 
+ac_sed_extra="$ac_vpsub
 
50463
+cat >>$CONFIG_STATUS <<_ACEOF
 
50464
+  sed "$ac_vpsub
43593
50465
+$extrasub
43594
50466
+_ACEOF
43595
 
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
50467
+cat >>$CONFIG_STATUS <<\_ACEOF
43596
50468
+:t
43597
50469
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
43598
 
+s|@configure_input@|$ac_sed_conf_input|;t t
 
50470
+s&@configure_input@&$configure_input&;t t
43599
50471
+s&@top_builddir@&$ac_top_builddir_sub&;t t
43600
 
+s&@top_build_prefix@&$ac_top_build_prefix&;t t
43601
50472
+s&@srcdir@&$ac_srcdir&;t t
43602
50473
+s&@abs_srcdir@&$ac_abs_srcdir&;t t
43603
50474
+s&@top_srcdir@&$ac_top_srcdir&;t t
43608
50479
+s&@INSTALL@&$ac_INSTALL&;t t
43609
50480
+s&@MKDIR_P@&$ac_MKDIR_P&;t t
43610
50481
+$ac_datarootdir_hack
43611
 
+"
43612
 
+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
43613
 
+  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
43614
 
+$as_echo "$as_me: error: could not create $ac_file" >&2;}
43615
 
+   { (exit 1); exit 1; }; }
 
50482
+" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" | sed -f "$tmp/subs-3.sed" >$tmp/out
43616
50483
 
43617
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
43618
 
-installed software in a non-standard prefix.
43619
50484
+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
43620
50485
+  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
43621
50486
+  { ac_out=`sed -n '/^[         ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
43622
 
+  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
50487
+  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
43623
50488
+which seems to be undefined.  Please make sure it is defined." >&5
43624
 
+$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
50489
+echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
43625
50490
+which seems to be undefined.  Please make sure it is defined." >&2;}
43626
50491
 
43627
 
-Alternatively, you may set the environment variables FONT_VIEWER_CFLAGS
43628
 
-and FONT_VIEWER_LIBS to avoid the need to call pkg-config.
43629
 
-See the pkg-config man page for more details.
43630
 
-" >&2;}
43631
50492
+  rm -f "$tmp/stdin"
43632
50493
+  case $ac_file in
43633
 
+  -) cat "$tmp/out" && rm -f "$tmp/out";;
43634
 
+  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
43635
 
+  esac \
43636
 
+  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
43637
 
+$as_echo "$as_me: error: could not create $ac_file" >&2;}
43638
 
    { (exit 1); exit 1; }; }
43639
 
-elif test $pkg_failed = untried; then
43640
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
43641
 
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
43642
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
43643
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
43644
 
-path to pkg-config.
43645
 
-
43646
 
-Alternatively, you may set the environment variables FONT_VIEWER_CFLAGS
43647
 
-and FONT_VIEWER_LIBS to avoid the need to call pkg-config.
43648
 
-See the pkg-config man page for more details.
 
50494
+  -) cat "$tmp/out"; rm -f "$tmp/out";;
 
50495
+  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
 
50496
+  esac
43649
50497
+ ;;
43650
50498
+  :H)
43651
50499
+  #
43652
50500
+  # CONFIG_HEADER
43653
50501
+  #
 
50502
+_ACEOF
 
50503
 
 
50504
-if test x"$GCONFTOOL" = xno; then
 
50505
-  { { $as_echo "$as_me:$LINENO: error: gconftool-2 executable not found in your path - should be installed with GConf" >&5
 
50506
-$as_echo "$as_me: error: gconftool-2 executable not found in your path - should be installed with GConf" >&2;}
 
50507
-   { (exit 1); exit 1; }; }
 
50508
-fi
 
50509
+# Transform confdefs.h into a sed script `conftest.defines', that
 
50510
+# substitutes the proper values into config.h.in to produce config.h.
 
50511
+rm -f conftest.defines conftest.tail
 
50512
+# First, append a space to every undef/define line, to ease matching.
 
50513
+echo 's/$/ /' >conftest.defines
 
50514
+# Then, protect against being on the right side of a sed subst, or in
 
50515
+# an unquoted here document, in config.status.  If some macros were
 
50516
+# called several times there might be several #defines for the same
 
50517
+# symbol, which is useless.  But do not sort them, since the last
 
50518
+# AC_DEFINE must be honored.
 
50519
+ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
 
50520
+# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
 
50521
+# NAME is the cpp macro being defined, VALUE is the value it is being given.
 
50522
+# PARAMS is the parameter list in the macro definition--in most cases, it's
 
50523
+# just an empty string.
 
50524
+ac_dA='s,^\\([  #]*\\)[^        ]*\\([  ]*'
 
50525
+ac_dB='\\)[     (].*,\\1define\\2'
 
50526
+ac_dC=' '
 
50527
+ac_dD=' ,'
 
50528
 
 
50529
+uniq confdefs.h |
 
50530
+  sed -n '
 
50531
+       t rset
 
50532
+       :rset
 
50533
+       s/^[     ]*#[    ]*define[       ][      ]*//
 
50534
+       t ok
 
50535
+       d
 
50536
+       :ok
 
50537
+       s/[\\&,]/\\&/g
 
50538
+       s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
 
50539
+       s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
 
50540
+  ' >>conftest.defines
 
50541
+
 
50542
+# Remove the space that was appended to ease matching.
 
50543
+# Then replace #undef with comments.  This is necessary, for
 
50544
+# example, in the case of _POSIX_SOURCE, which is predefined and required
 
50545
+# on some systems where configure will not decide to define it.
 
50546
+# (The regexp can be short, since the line contains either #define or #undef.)
 
50547
+echo 's/ $//
 
50548
+s,^[    #]*u.*,/* & */,' >>conftest.defines
 
50549
+
 
50550
+# Break up conftest.defines:
 
50551
+ac_max_sed_lines=50
 
50552
+
 
50553
+# First sed command is:         sed -f defines.sed $ac_file_inputs >"$tmp/out1"
 
50554
+# Second one is:        sed -f defines.sed "$tmp/out1" >"$tmp/out2"
 
50555
+# Third one will be:    sed -f defines.sed "$tmp/out2" >"$tmp/out1"
 
50556
+# et cetera.
 
50557
+ac_in='$ac_file_inputs'
 
50558
+ac_out='"$tmp/out1"'
 
50559
+ac_nxt='"$tmp/out2"'
 
50560
+
 
50561
+while :
 
50562
+do
 
50563
+  # Write a here document:
 
50564
+    cat >>$CONFIG_STATUS <<_ACEOF
 
50565
+    # First, check the format of the line:
 
50566
+    cat >"\$tmp/defines.sed" <<\\CEOF
 
50567
+/^[     ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
 
50568
+/^[     ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
 
50569
+b
 
50570
+:def
 
50571
+_ACEOF
 
50572
+  sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
 
50573
+  echo 'CEOF
 
50574
+    sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
 
50575
+  ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
 
50576
+  sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
 
50577
+  grep . conftest.tail >/dev/null || break
 
50578
+  rm -f conftest.defines
 
50579
+  mv conftest.tail conftest.defines
 
50580
+done
 
50581
+rm -f conftest.defines conftest.tail
 
50582
 
 
50583
-  if test "x$GCONF_SCHEMA_INSTALL_SOURCE" = "x"; then
 
50584
-    GCONF_SCHEMA_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 
50585
+echo "ac_result=$ac_in" >>$CONFIG_STATUS
 
50586
+cat >>$CONFIG_STATUS <<\_ACEOF
43654
50587
+  if test x"$ac_file" != x-; then
43655
 
+    {
43656
 
+      $as_echo "/* $configure_input  */" \
43657
 
+      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
43658
 
+    } >"$tmp/config.h" \
43659
 
+      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
43660
 
+$as_echo "$as_me: error: could not create $ac_file" >&2;}
43661
 
+   { (exit 1); exit 1; }; }
43662
 
+    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
43663
 
+      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
43664
 
+$as_echo "$as_me: $ac_file is unchanged" >&6;}
 
50588
+    echo "/* $configure_input  */" >"$tmp/config.h"
 
50589
+    cat "$ac_result" >>"$tmp/config.h"
 
50590
+    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
 
50591
+      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
 
50592
+echo "$as_me: $ac_file is unchanged" >&6;}
43665
50593
+    else
43666
 
+      rm -f "$ac_file"
43667
 
+      mv "$tmp/config.h" "$ac_file" \
43668
 
+       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
43669
 
+$as_echo "$as_me: error: could not create $ac_file" >&2;}
43670
 
+   { (exit 1); exit 1; }; }
 
50594
+      rm -f $ac_file
 
50595
+      mv "$tmp/config.h" $ac_file
43671
50596
+    fi
43672
 
+  else
43673
 
+    $as_echo "/* $configure_input  */" \
43674
 
+      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
43675
 
+      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
43676
 
+$as_echo "$as_me: error: could not create -" >&2;}
43677
 
+   { (exit 1); exit 1; }; }
43678
 
+  fi
43679
 
+# Compute "$ac_file"'s index in $config_headers.
43680
 
+_am_arg="$ac_file"
 
50597
   else
 
50598
-    GCONF_SCHEMA_CONFIG_SOURCE=$GCONF_SCHEMA_INSTALL_SOURCE
 
50599
+    echo "/* $configure_input  */"
 
50600
+    cat "$ac_result"
 
50601
   fi
 
50602
+  rm -f "$tmp/out12"
 
50603
+# Compute $ac_file's index in $config_headers.
 
50604
+_am_arg=$ac_file
43681
50605
+_am_stamp_count=1
43682
50606
+for _am_header in $config_headers :; do
43683
50607
+  case $_am_header in
43692
50616
+        X"$_am_arg" : 'X\(//\)[^/]' \| \
43693
50617
+        X"$_am_arg" : 'X\(//\)$' \| \
43694
50618
+        X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
43695
 
+$as_echo X"$_am_arg" |
 
50619
+echo X"$_am_arg" |
43696
50620
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
43697
50621
+           s//\1/
43698
50622
+           q
43712
50636
+         s/.*/./; q'`/stamp-h$_am_stamp_count
43713
50637
+ ;;
43714
50638
 
43715
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
43716
 
-See \`config.log' for more details." >&5
43717
 
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
43718
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
43719
 
-path to pkg-config.
43720
 
+  :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
43721
 
+$as_echo "$as_me: executing $ac_file commands" >&6;}
 
50639
+  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
 
50640
+echo "$as_me: executing $ac_file commands" >&6;}
43722
50641
+ ;;
43723
50642
+  esac
43724
50643
 
43725
 
-Alternatively, you may set the environment variables FONT_VIEWER_CFLAGS
43726
 
-and FONT_VIEWER_LIBS to avoid the need to call pkg-config.
43727
 
-See the pkg-config man page for more details.
43728
 
 
43729
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
43730
 
-See \`config.log' for more details." >&2;}
43731
 
-   { (exit 1); exit 1; }; }; }
43732
 
-else
43733
 
-       FONT_VIEWER_CFLAGS=$pkg_cv_FONT_VIEWER_CFLAGS
43734
 
-       FONT_VIEWER_LIBS=$pkg_cv_FONT_VIEWER_LIBS
43735
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
43736
 
-$as_echo "yes" >&6; }
43737
 
-       :
43738
 
-fi
43739
 
-
43740
 
-
43741
 
-pkg_failed=no
43742
 
-{ $as_echo "$as_me:$LINENO: checking for AT_CAPPLET" >&5
43743
 
-$as_echo_n "checking for AT_CAPPLET... " >&6; }
43744
 
-
43745
 
-if test -n "$AT_CAPPLET_CFLAGS"; then
43746
 
-    pkg_cv_AT_CAPPLET_CFLAGS="$AT_CAPPLET_CFLAGS"
43747
 
- elif test -n "$PKG_CONFIG"; then
43748
 
-    if test -n "$PKG_CONFIG" && \
43749
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES\"") >&5
43750
 
-  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES") 2>&5
43751
 
-  ac_status=$?
43752
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
43753
 
-  (exit $ac_status); }; then
43754
 
-  pkg_cv_AT_CAPPLET_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES" 2>/dev/null`
43755
 
-else
43756
 
-  pkg_failed=yes
43757
 
-fi
43758
 
- else
43759
 
-    pkg_failed=untried
43760
 
-fi
43761
 
-if test -n "$AT_CAPPLET_LIBS"; then
43762
 
-    pkg_cv_AT_CAPPLET_LIBS="$AT_CAPPLET_LIBS"
43763
 
- elif test -n "$PKG_CONFIG"; then
43764
 
-    if test -n "$PKG_CONFIG" && \
43765
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES\"") >&5
43766
 
-  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES") 2>&5
43767
 
-  ac_status=$?
43768
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
43769
 
-  (exit $ac_status); }; then
43770
 
-  pkg_cv_AT_CAPPLET_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES" 2>/dev/null`
43771
 
-else
43772
 
-  pkg_failed=yes
43773
 
-fi
43774
 
- else
43775
 
-    pkg_failed=untried
43776
 
-fi
43777
 
-
43778
 
-
43779
 
-
43780
 
-if test $pkg_failed = yes; then
43781
 
-
43782
 
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
43783
 
-        _pkg_short_errors_supported=yes
43784
 
-else
43785
 
-        _pkg_short_errors_supported=no
43786
 
-fi
43787
 
-        if test $_pkg_short_errors_supported = yes; then
43788
 
-               AT_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$COMMON_MODULES" 2>&1`
43789
 
-        else
43790
 
-               AT_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --print-errors "$COMMON_MODULES" 2>&1`
43791
 
-        fi
43792
 
-       # Put the nasty error message in config.log where it belongs
43793
 
-       echo "$AT_CAPPLET_PKG_ERRORS" >&5
43794
 
-
43795
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES) were not met:
43796
 
-
43797
 
-$AT_CAPPLET_PKG_ERRORS
43798
 
-
43799
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
43800
 
-installed software in a non-standard prefix.
43801
 
-
43802
 
-Alternatively, you may set the environment variables AT_CAPPLET_CFLAGS
43803
 
-and AT_CAPPLET_LIBS to avoid the need to call pkg-config.
43804
 
-See the pkg-config man page for more details.
43805
 
-" >&5
43806
 
-$as_echo "$as_me: error: Package requirements ($COMMON_MODULES) were not met:
43807
 
-
43808
 
-$AT_CAPPLET_PKG_ERRORS
43809
 
-
43810
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
43811
 
-installed software in a non-standard prefix.
43812
 
-
43813
 
-Alternatively, you may set the environment variables AT_CAPPLET_CFLAGS
43814
 
-and AT_CAPPLET_LIBS to avoid the need to call pkg-config.
43815
 
-See the pkg-config man page for more details.
43816
 
-" >&2;}
43817
 
-   { (exit 1); exit 1; }; }
43818
 
-elif test $pkg_failed = untried; then
43819
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
43820
 
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
43821
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
43822
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
43823
 
-path to pkg-config.
43824
 
-
43825
 
-Alternatively, you may set the environment variables AT_CAPPLET_CFLAGS
43826
 
-and AT_CAPPLET_LIBS to avoid the need to call pkg-config.
43827
 
-See the pkg-config man page for more details.
43828
 
-
43829
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
43830
 
-See \`config.log' for more details." >&5
43831
 
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
43832
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
43833
 
-path to pkg-config.
43834
 
-
43835
 
-Alternatively, you may set the environment variables AT_CAPPLET_CFLAGS
43836
 
-and AT_CAPPLET_LIBS to avoid the need to call pkg-config.
43837
 
-See the pkg-config man page for more details.
43838
 
-
43839
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
43840
 
-See \`config.log' for more details." >&2;}
43841
 
-   { (exit 1); exit 1; }; }; }
43842
 
-else
43843
 
-       AT_CAPPLET_CFLAGS=$pkg_cv_AT_CAPPLET_CFLAGS
43844
 
-       AT_CAPPLET_LIBS=$pkg_cv_AT_CAPPLET_LIBS
43845
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
43846
 
-$as_echo "yes" >&6; }
43847
 
-       :
43848
 
-fi
43849
 
-
43850
 
-
43851
 
-have_randr=no
43852
 
-{ $as_echo "$as_me:$LINENO: checking for XRRUpdateConfiguration in -lXrandr" >&5
43853
 
-$as_echo_n "checking for XRRUpdateConfiguration in -lXrandr... " >&6; }
43854
 
-if test "${ac_cv_lib_Xrandr_XRRUpdateConfiguration+set}" = set; then
43855
 
-  $as_echo_n "(cached) " >&6
43856
 
-else
43857
 
-  ac_check_lib_save_LIBS=$LIBS
43858
 
-LIBS="-lXrandr -lXrandr -lXrender $x_libs $LIBS"
43859
 
-cat >conftest.$ac_ext <<_ACEOF
43860
 
-/* confdefs.h.  */
43861
 
-_ACEOF
43862
 
-cat confdefs.h >>conftest.$ac_ext
43863
 
-cat >>conftest.$ac_ext <<_ACEOF
43864
 
-/* end confdefs.h.  */
43865
 
-
43866
 
-/* Override any GCC internal prototype to avoid an error.
43867
 
-   Use char because int might match the return type of a GCC
43868
 
-   builtin and then its argument prototype would still apply.  */
43869
 
-#ifdef __cplusplus
43870
 
-extern "C"
43871
 
-#endif
43872
 
-char XRRUpdateConfiguration ();
43873
 
-int
43874
 
-main ()
43875
 
-{
43876
 
-return XRRUpdateConfiguration ();
43877
 
-  ;
43878
 
-  return 0;
43879
 
-}
43880
 
-_ACEOF
43881
 
-rm -f conftest.$ac_objext conftest$ac_exeext
43882
 
-if { (ac_try="$ac_link"
43883
 
-case "(($ac_try" in
43884
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43885
 
-  *) ac_try_echo=$ac_try;;
43886
 
-esac
43887
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
43888
 
-$as_echo "$ac_try_echo") >&5
43889
 
-  (eval "$ac_link") 2>conftest.er1
43890
 
-  ac_status=$?
43891
 
-  grep -v '^ *+' conftest.er1 >conftest.err
43892
 
-  rm -f conftest.er1
43893
 
-  cat conftest.err >&5
43894
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
43895
 
-  (exit $ac_status); } && {
43896
 
-        test -z "$ac_c_werror_flag" ||
43897
 
-        test ! -s conftest.err
43898
 
-       } && test -s conftest$ac_exeext && {
43899
 
-        test "$cross_compiling" = yes ||
43900
 
-        $as_test_x conftest$ac_exeext
43901
 
-       }; then
43902
 
-  ac_cv_lib_Xrandr_XRRUpdateConfiguration=yes
43903
 
-else
43904
 
-  $as_echo "$as_me: failed program was:" >&5
43905
 
-sed 's/^/| /' conftest.$ac_ext >&5
43906
 
-
43907
 
-       ac_cv_lib_Xrandr_XRRUpdateConfiguration=no
43908
 
-fi
43909
 
-
43910
 
-rm -rf conftest.dSYM
43911
 
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
43912
 
-      conftest$ac_exeext conftest.$ac_ext
43913
 
-LIBS=$ac_check_lib_save_LIBS
43914
 
-fi
43915
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrandr_XRRUpdateConfiguration" >&5
43916
 
-$as_echo "$ac_cv_lib_Xrandr_XRRUpdateConfiguration" >&6; }
43917
 
-if test "x$ac_cv_lib_Xrandr_XRRUpdateConfiguration" = x""yes; then
43918
 
-  { $as_echo "$as_me:$LINENO: checking for X11/extensions/Xrandr.h" >&5
43919
 
-$as_echo_n "checking for X11/extensions/Xrandr.h... " >&6; }
43920
 
-if test "${ac_cv_header_X11_extensions_Xrandr_h+set}" = set; then
43921
 
-  $as_echo_n "(cached) " >&6
43922
 
-else
43923
 
-  cat >conftest.$ac_ext <<_ACEOF
43924
 
-/* confdefs.h.  */
43925
 
-_ACEOF
43926
 
-cat confdefs.h >>conftest.$ac_ext
43927
 
-cat >>conftest.$ac_ext <<_ACEOF
43928
 
-/* end confdefs.h.  */
43929
 
-#include <X11/Xlib.h>
43930
 
-
43931
 
-#include <X11/extensions/Xrandr.h>
43932
 
-_ACEOF
43933
 
-rm -f conftest.$ac_objext
43934
 
-if { (ac_try="$ac_compile"
43935
 
-case "(($ac_try" in
43936
 
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
43937
 
-  *) ac_try_echo=$ac_try;;
43938
 
-esac
43939
 
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
43940
 
-$as_echo "$ac_try_echo") >&5
43941
 
-  (eval "$ac_compile") 2>conftest.er1
43942
 
-  ac_status=$?
43943
 
-  grep -v '^ *+' conftest.er1 >conftest.err
43944
 
-  rm -f conftest.er1
43945
 
-  cat conftest.err >&5
43946
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
43947
 
-  (exit $ac_status); } && {
43948
 
-        test -z "$ac_c_werror_flag" ||
43949
 
-        test ! -s conftest.err
43950
 
-       } && test -s conftest.$ac_objext; then
43951
 
-  ac_cv_header_X11_extensions_Xrandr_h=yes
43952
 
-else
43953
 
-  $as_echo "$as_me: failed program was:" >&5
43954
 
-sed 's/^/| /' conftest.$ac_ext >&5
43955
 
-
43956
 
-       ac_cv_header_X11_extensions_Xrandr_h=no
43957
 
-fi
43958
 
-
43959
 
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
43960
 
-fi
43961
 
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_extensions_Xrandr_h" >&5
43962
 
-$as_echo "$ac_cv_header_X11_extensions_Xrandr_h" >&6; }
43963
 
-if test "x$ac_cv_header_X11_extensions_Xrandr_h" = x""yes; then
43964
 
-  have_randr=yes
43965
 
-     RANDR_LIBS="-lXrandr -lXrender"
43966
 
-
43967
 
-cat >>confdefs.h <<\_ACEOF
43968
 
-#define HAVE_RANDR 1
43969
 
-_ACEOF
43970
 
-
43971
 
-else
43972
 
-  :
43973
 
-fi
43974
 
-
43975
 
-
43976
 
-else
43977
 
-  :
43978
 
-fi
43979
 
-
43980
 
- if test $have_randr = yes; then
43981
 
-  HAVE_RANDR_TRUE=
43982
 
-  HAVE_RANDR_FALSE='#'
43983
 
-else
43984
 
-  HAVE_RANDR_TRUE='#'
43985
 
-  HAVE_RANDR_FALSE=
43986
 
-fi
43987
 
-
43988
 
-
43989
 
-
43990
 
-pkg_failed=no
43991
 
-{ $as_echo "$as_me:$LINENO: checking for DISPLAY_CAPPLET" >&5
43992
 
-$as_echo_n "checking for DISPLAY_CAPPLET... " >&6; }
43993
 
-
43994
 
-if test -n "$DISPLAY_CAPPLET_CFLAGS"; then
43995
 
-    pkg_cv_DISPLAY_CAPPLET_CFLAGS="$DISPLAY_CAPPLET_CFLAGS"
43996
 
- elif test -n "$PKG_CONFIG"; then
43997
 
-    if test -n "$PKG_CONFIG" && \
43998
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES\"") >&5
43999
 
-  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES") 2>&5
44000
 
-  ac_status=$?
44001
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
44002
 
-  (exit $ac_status); }; then
44003
 
-  pkg_cv_DISPLAY_CAPPLET_CFLAGS=`$PKG_CONFIG --cflags "$COMMON_MODULES" 2>/dev/null`
44004
 
-else
44005
 
-  pkg_failed=yes
44006
 
-fi
44007
 
- else
44008
 
-    pkg_failed=untried
44009
 
-fi
44010
 
-if test -n "$DISPLAY_CAPPLET_LIBS"; then
44011
 
-    pkg_cv_DISPLAY_CAPPLET_LIBS="$DISPLAY_CAPPLET_LIBS"
44012
 
- elif test -n "$PKG_CONFIG"; then
44013
 
-    if test -n "$PKG_CONFIG" && \
44014
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$COMMON_MODULES\"") >&5
44015
 
-  ($PKG_CONFIG --exists --print-errors "$COMMON_MODULES") 2>&5
44016
 
-  ac_status=$?
44017
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
44018
 
-  (exit $ac_status); }; then
44019
 
-  pkg_cv_DISPLAY_CAPPLET_LIBS=`$PKG_CONFIG --libs "$COMMON_MODULES" 2>/dev/null`
44020
 
-else
44021
 
-  pkg_failed=yes
44022
 
-fi
44023
 
- else
44024
 
-    pkg_failed=untried
44025
 
-fi
44026
 
-
44027
 
-
44028
 
-
44029
 
-if test $pkg_failed = yes; then
44030
 
-
44031
 
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
44032
 
-        _pkg_short_errors_supported=yes
44033
 
-else
44034
 
-        _pkg_short_errors_supported=no
44035
 
-fi
44036
 
-        if test $_pkg_short_errors_supported = yes; then
44037
 
-               DISPLAY_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$COMMON_MODULES" 2>&1`
44038
 
-        else
44039
 
-               DISPLAY_CAPPLET_PKG_ERRORS=`$PKG_CONFIG --print-errors "$COMMON_MODULES" 2>&1`
44040
 
-        fi
44041
 
-       # Put the nasty error message in config.log where it belongs
44042
 
-       echo "$DISPLAY_CAPPLET_PKG_ERRORS" >&5
44043
 
-
44044
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements ($COMMON_MODULES) were not met:
44045
 
-
44046
 
-$DISPLAY_CAPPLET_PKG_ERRORS
44047
 
-
44048
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
44049
 
-installed software in a non-standard prefix.
44050
 
-
44051
 
-Alternatively, you may set the environment variables DISPLAY_CAPPLET_CFLAGS
44052
 
-and DISPLAY_CAPPLET_LIBS to avoid the need to call pkg-config.
44053
 
-See the pkg-config man page for more details.
44054
 
-" >&5
44055
 
-$as_echo "$as_me: error: Package requirements ($COMMON_MODULES) were not met:
44056
 
-
44057
 
-$DISPLAY_CAPPLET_PKG_ERRORS
44058
 
-
44059
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
44060
 
-installed software in a non-standard prefix.
44061
 
-
44062
 
-Alternatively, you may set the environment variables DISPLAY_CAPPLET_CFLAGS
44063
 
-and DISPLAY_CAPPLET_LIBS to avoid the need to call pkg-config.
44064
 
-See the pkg-config man page for more details.
44065
 
-" >&2;}
44066
 
-   { (exit 1); exit 1; }; }
44067
 
-elif test $pkg_failed = untried; then
44068
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
44069
 
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
44070
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
44071
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
44072
 
-path to pkg-config.
44073
 
-
44074
 
-Alternatively, you may set the environment variables DISPLAY_CAPPLET_CFLAGS
44075
 
-and DISPLAY_CAPPLET_LIBS to avoid the need to call pkg-config.
44076
 
-See the pkg-config man page for more details.
44077
 
-
44078
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
44079
 
-See \`config.log' for more details." >&5
44080
 
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
44081
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
44082
 
-path to pkg-config.
44083
 
-
44084
 
-Alternatively, you may set the environment variables DISPLAY_CAPPLET_CFLAGS
44085
 
-and DISPLAY_CAPPLET_LIBS to avoid the need to call pkg-config.
44086
 
-See the pkg-config man page for more details.
44087
 
-
44088
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
44089
 
-See \`config.log' for more details." >&2;}
44090
 
-   { (exit 1); exit 1; }; }; }
44091
 
-else
44092
 
-       DISPLAY_CAPPLET_CFLAGS=$pkg_cv_DISPLAY_CAPPLET_CFLAGS
44093
 
-       DISPLAY_CAPPLET_LIBS=$pkg_cv_DISPLAY_CAPPLET_LIBS
44094
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
44095
 
-$as_echo "yes" >&6; }
44096
 
-       :
44097
 
-fi
44098
 
-
44099
 
-DISPLAY_CAPPLET_LIBS="$DISPLAY_CAPPLET_LIBS $RANDR_LIBS"
44100
 
-
44101
 
-CAPPLET_LIBS="$CAPPLET_LIBS $x_libs"
44102
 
-GNOMECC_LIBS="$GNOMECC_LIBS $x_libs"
44103
 
-
44104
 
-have_xcursor=no
44105
 
-
44106
 
-pkg_failed=no
44107
 
-{ $as_echo "$as_me:$LINENO: checking for XCURSOR" >&5
44108
 
-$as_echo_n "checking for XCURSOR... " >&6; }
44109
 
-
44110
 
-if test -n "$XCURSOR_CFLAGS"; then
44111
 
-    pkg_cv_XCURSOR_CFLAGS="$XCURSOR_CFLAGS"
44112
 
- elif test -n "$PKG_CONFIG"; then
44113
 
-    if test -n "$PKG_CONFIG" && \
44114
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"
44115
 
-       xcursor
44116
 
-       \"") >&5
44117
 
-  ($PKG_CONFIG --exists --print-errors "
44118
 
-       xcursor
44119
 
-       ") 2>&5
44120
 
-  ac_status=$?
44121
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
44122
 
-  (exit $ac_status); }; then
44123
 
-  pkg_cv_XCURSOR_CFLAGS=`$PKG_CONFIG --cflags "
44124
 
-       xcursor
44125
 
-       " 2>/dev/null`
44126
 
-else
44127
 
-  pkg_failed=yes
44128
 
-fi
44129
 
- else
44130
 
-    pkg_failed=untried
44131
 
-fi
44132
 
-if test -n "$XCURSOR_LIBS"; then
44133
 
-    pkg_cv_XCURSOR_LIBS="$XCURSOR_LIBS"
44134
 
- elif test -n "$PKG_CONFIG"; then
44135
 
-    if test -n "$PKG_CONFIG" && \
44136
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"
44137
 
-       xcursor
44138
 
-       \"") >&5
44139
 
-  ($PKG_CONFIG --exists --print-errors "
44140
 
-       xcursor
44141
 
-       ") 2>&5
44142
 
-  ac_status=$?
44143
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
44144
 
-  (exit $ac_status); }; then
44145
 
-  pkg_cv_XCURSOR_LIBS=`$PKG_CONFIG --libs "
44146
 
-       xcursor
44147
 
-       " 2>/dev/null`
44148
 
-else
44149
 
-  pkg_failed=yes
44150
 
-fi
44151
 
- else
44152
 
-    pkg_failed=untried
44153
 
-fi
44154
 
-
44155
 
-
44156
 
-
44157
 
-if test $pkg_failed = yes; then
44158
 
-
44159
 
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
44160
 
-        _pkg_short_errors_supported=yes
44161
 
-else
44162
 
-        _pkg_short_errors_supported=no
44163
 
-fi
44164
 
-        if test $_pkg_short_errors_supported = yes; then
44165
 
-               XCURSOR_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "
44166
 
-       xcursor
44167
 
-       " 2>&1`
44168
 
-        else
44169
 
-               XCURSOR_PKG_ERRORS=`$PKG_CONFIG --print-errors "
44170
 
-       xcursor
44171
 
-       " 2>&1`
44172
 
-        fi
44173
 
-       # Put the nasty error message in config.log where it belongs
44174
 
-       echo "$XCURSOR_PKG_ERRORS" >&5
44175
 
-
44176
 
-       { $as_echo "$as_me:$LINENO: result: no" >&5
44177
 
-$as_echo "no" >&6; }
44178
 
-                have_xcursor=no
44179
 
-elif test $pkg_failed = untried; then
44180
 
-       have_xcursor=no
44181
 
-else
44182
 
-       XCURSOR_CFLAGS=$pkg_cv_XCURSOR_CFLAGS
44183
 
-       XCURSOR_LIBS=$pkg_cv_XCURSOR_LIBS
44184
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
44185
 
-$as_echo "yes" >&6; }
44186
 
-       have_xcursor=yes
44187
 
-
44188
 
-cat >>confdefs.h <<\_ACEOF
44189
 
-#define HAVE_XCURSOR 1
44190
 
-_ACEOF
44191
 
-
44192
 
-fi
44193
 
- if test $have_xcursor=yes; then
44194
 
-  HAVE_XCURSOR_TRUE=
44195
 
-  HAVE_XCURSOR_FALSE='#'
44196
 
-else
44197
 
-  HAVE_XCURSOR_TRUE='#'
44198
 
-  HAVE_XCURSOR_FALSE=
44199
 
-fi
44200
 
-
44201
 
-
44202
 
-
44203
 
-
44204
 
-if test x$have_xcursor = xyes; then
44205
 
-  { $as_echo "$as_me:$LINENO: checking for XCURSOR cursor location" >&5
44206
 
-$as_echo_n "checking for XCURSOR cursor location... " >&6; }
44207
 
-  XCURSOR_ICONDIR=$($PKG_CONFIG --variable=icondir xcursor)
44208
 
-  if test "x$XCURSOR_ICONDIR" != x; then
44209
 
-
44210
 
-cat >>confdefs.h <<_ACEOF
44211
 
-#define XCURSOR_ICONDIR "${XCURSOR_ICONDIR}"
44212
 
-_ACEOF
44213
 
-
44214
 
-  else
44215
 
-    XCURSOR_ICONDIR=none
44216
 
-  fi
44217
 
-  { $as_echo "$as_me:$LINENO: result: ${XCURSOR_ICONDIR}" >&5
44218
 
-$as_echo "${XCURSOR_ICONDIR}" >&6; }
44219
 
-fi
44220
 
-
44221
 
-CAPPLET_LIBS="$CAPPLET_LIBS $XCURSOR_LIBS"
44222
 
-
44223
 
-
44224
 
-pkg_failed=no
44225
 
-{ $as_echo "$as_me:$LINENO: checking for LIBGNOMEKBD" >&5
44226
 
-$as_echo_n "checking for LIBGNOMEKBD... " >&6; }
44227
 
-
44228
 
-if test -n "$LIBGNOMEKBD_CFLAGS"; then
44229
 
-    pkg_cv_LIBGNOMEKBD_CFLAGS="$LIBGNOMEKBD_CFLAGS"
44230
 
- elif test -n "$PKG_CONFIG"; then
44231
 
-    if test -n "$PKG_CONFIG" && \
44232
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomekbd >= 2.21.4.1 libxklavier >= 3.6\"") >&5
44233
 
-  ($PKG_CONFIG --exists --print-errors "libgnomekbd >= 2.21.4.1 libxklavier >= 3.6") 2>&5
44234
 
-  ac_status=$?
44235
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
44236
 
-  (exit $ac_status); }; then
44237
 
-  pkg_cv_LIBGNOMEKBD_CFLAGS=`$PKG_CONFIG --cflags "libgnomekbd >= 2.21.4.1 libxklavier >= 3.6" 2>/dev/null`
44238
 
-else
44239
 
-  pkg_failed=yes
44240
 
-fi
44241
 
- else
44242
 
-    pkg_failed=untried
44243
 
-fi
44244
 
-if test -n "$LIBGNOMEKBD_LIBS"; then
44245
 
-    pkg_cv_LIBGNOMEKBD_LIBS="$LIBGNOMEKBD_LIBS"
44246
 
- elif test -n "$PKG_CONFIG"; then
44247
 
-    if test -n "$PKG_CONFIG" && \
44248
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomekbd >= 2.21.4.1 libxklavier >= 3.6\"") >&5
44249
 
-  ($PKG_CONFIG --exists --print-errors "libgnomekbd >= 2.21.4.1 libxklavier >= 3.6") 2>&5
44250
 
-  ac_status=$?
44251
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
44252
 
-  (exit $ac_status); }; then
44253
 
-  pkg_cv_LIBGNOMEKBD_LIBS=`$PKG_CONFIG --libs "libgnomekbd >= 2.21.4.1 libxklavier >= 3.6" 2>/dev/null`
44254
 
-else
44255
 
-  pkg_failed=yes
44256
 
-fi
44257
 
- else
44258
 
-    pkg_failed=untried
44259
 
-fi
44260
 
-
44261
 
-
44262
 
-
44263
 
-if test $pkg_failed = yes; then
44264
 
-
44265
 
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
44266
 
-        _pkg_short_errors_supported=yes
44267
 
-else
44268
 
-        _pkg_short_errors_supported=no
44269
 
-fi
44270
 
-        if test $_pkg_short_errors_supported = yes; then
44271
 
-               LIBGNOMEKBD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libgnomekbd >= 2.21.4.1 libxklavier >= 3.6" 2>&1`
44272
 
-        else
44273
 
-               LIBGNOMEKBD_PKG_ERRORS=`$PKG_CONFIG --print-errors "libgnomekbd >= 2.21.4.1 libxklavier >= 3.6" 2>&1`
44274
 
-        fi
44275
 
-       # Put the nasty error message in config.log where it belongs
44276
 
-       echo "$LIBGNOMEKBD_PKG_ERRORS" >&5
44277
 
-
44278
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (libgnomekbd >= 2.21.4.1 libxklavier >= 3.6) were not met:
44279
 
-
44280
 
-$LIBGNOMEKBD_PKG_ERRORS
44281
 
-
44282
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
44283
 
-installed software in a non-standard prefix.
44284
 
-
44285
 
-Alternatively, you may set the environment variables LIBGNOMEKBD_CFLAGS
44286
 
-and LIBGNOMEKBD_LIBS to avoid the need to call pkg-config.
44287
 
-See the pkg-config man page for more details.
44288
 
-" >&5
44289
 
-$as_echo "$as_me: error: Package requirements (libgnomekbd >= 2.21.4.1 libxklavier >= 3.6) were not met:
44290
 
-
44291
 
-$LIBGNOMEKBD_PKG_ERRORS
44292
 
-
44293
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
44294
 
-installed software in a non-standard prefix.
44295
 
-
44296
 
-Alternatively, you may set the environment variables LIBGNOMEKBD_CFLAGS
44297
 
-and LIBGNOMEKBD_LIBS to avoid the need to call pkg-config.
44298
 
-See the pkg-config man page for more details.
44299
 
-" >&2;}
44300
 
-   { (exit 1); exit 1; }; }
44301
 
-elif test $pkg_failed = untried; then
44302
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
44303
 
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
44304
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
44305
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
44306
 
-path to pkg-config.
44307
 
-
44308
 
-Alternatively, you may set the environment variables LIBGNOMEKBD_CFLAGS
44309
 
-and LIBGNOMEKBD_LIBS to avoid the need to call pkg-config.
44310
 
-See the pkg-config man page for more details.
44311
 
-
44312
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
44313
 
-See \`config.log' for more details." >&5
44314
 
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
44315
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
44316
 
-path to pkg-config.
44317
 
-
44318
 
-Alternatively, you may set the environment variables LIBGNOMEKBD_CFLAGS
44319
 
-and LIBGNOMEKBD_LIBS to avoid the need to call pkg-config.
44320
 
-See the pkg-config man page for more details.
44321
 
-
44322
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
44323
 
-See \`config.log' for more details." >&2;}
44324
 
-   { (exit 1); exit 1; }; }; }
44325
 
-else
44326
 
-       LIBGNOMEKBD_CFLAGS=$pkg_cv_LIBGNOMEKBD_CFLAGS
44327
 
-       LIBGNOMEKBD_LIBS=$pkg_cv_LIBGNOMEKBD_LIBS
44328
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
44329
 
-$as_echo "yes" >&6; }
44330
 
-       :
44331
 
-fi
44332
 
-
44333
 
-
44334
 
-
44335
 
-
44336
 
-pkg_failed=no
44337
 
-{ $as_echo "$as_me:$LINENO: checking for LIBGNOMEKBDUI" >&5
44338
 
-$as_echo_n "checking for LIBGNOMEKBDUI... " >&6; }
44339
 
-
44340
 
-if test -n "$LIBGNOMEKBDUI_CFLAGS"; then
44341
 
-    pkg_cv_LIBGNOMEKBDUI_CFLAGS="$LIBGNOMEKBDUI_CFLAGS"
44342
 
- elif test -n "$PKG_CONFIG"; then
44343
 
-    if test -n "$PKG_CONFIG" && \
44344
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomekbdui >= 2.21\"") >&5
44345
 
-  ($PKG_CONFIG --exists --print-errors "libgnomekbdui >= 2.21") 2>&5
44346
 
-  ac_status=$?
44347
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
44348
 
-  (exit $ac_status); }; then
44349
 
-  pkg_cv_LIBGNOMEKBDUI_CFLAGS=`$PKG_CONFIG --cflags "libgnomekbdui >= 2.21" 2>/dev/null`
44350
 
-else
44351
 
-  pkg_failed=yes
44352
 
-fi
44353
 
- else
44354
 
-    pkg_failed=untried
44355
 
-fi
44356
 
-if test -n "$LIBGNOMEKBDUI_LIBS"; then
44357
 
-    pkg_cv_LIBGNOMEKBDUI_LIBS="$LIBGNOMEKBDUI_LIBS"
44358
 
- elif test -n "$PKG_CONFIG"; then
44359
 
-    if test -n "$PKG_CONFIG" && \
44360
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgnomekbdui >= 2.21\"") >&5
44361
 
-  ($PKG_CONFIG --exists --print-errors "libgnomekbdui >= 2.21") 2>&5
44362
 
-  ac_status=$?
44363
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
44364
 
-  (exit $ac_status); }; then
44365
 
-  pkg_cv_LIBGNOMEKBDUI_LIBS=`$PKG_CONFIG --libs "libgnomekbdui >= 2.21" 2>/dev/null`
44366
 
-else
44367
 
-  pkg_failed=yes
44368
 
-fi
44369
 
- else
44370
 
-    pkg_failed=untried
44371
 
-fi
44372
 
-
44373
 
-
44374
 
-
44375
 
-if test $pkg_failed = yes; then
44376
 
-
44377
 
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
44378
 
-        _pkg_short_errors_supported=yes
44379
 
-else
44380
 
-        _pkg_short_errors_supported=no
44381
 
-fi
44382
 
-        if test $_pkg_short_errors_supported = yes; then
44383
 
-               LIBGNOMEKBDUI_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libgnomekbdui >= 2.21" 2>&1`
44384
 
-        else
44385
 
-               LIBGNOMEKBDUI_PKG_ERRORS=`$PKG_CONFIG --print-errors "libgnomekbdui >= 2.21" 2>&1`
44386
 
-        fi
44387
 
-       # Put the nasty error message in config.log where it belongs
44388
 
-       echo "$LIBGNOMEKBDUI_PKG_ERRORS" >&5
44389
 
-
44390
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (libgnomekbdui >= 2.21) were not met:
44391
 
-
44392
 
-$LIBGNOMEKBDUI_PKG_ERRORS
44393
 
-
44394
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
44395
 
-installed software in a non-standard prefix.
44396
 
-
44397
 
-Alternatively, you may set the environment variables LIBGNOMEKBDUI_CFLAGS
44398
 
-and LIBGNOMEKBDUI_LIBS to avoid the need to call pkg-config.
44399
 
-See the pkg-config man page for more details.
44400
 
-" >&5
44401
 
-$as_echo "$as_me: error: Package requirements (libgnomekbdui >= 2.21) were not met:
44402
 
-
44403
 
-$LIBGNOMEKBDUI_PKG_ERRORS
44404
 
-
44405
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
44406
 
-installed software in a non-standard prefix.
44407
 
-
44408
 
-Alternatively, you may set the environment variables LIBGNOMEKBDUI_CFLAGS
44409
 
-and LIBGNOMEKBDUI_LIBS to avoid the need to call pkg-config.
44410
 
-See the pkg-config man page for more details.
44411
 
-" >&2;}
44412
 
-   { (exit 1); exit 1; }; }
44413
 
-elif test $pkg_failed = untried; then
44414
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
44415
 
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
44416
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
44417
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
44418
 
-path to pkg-config.
44419
 
-
44420
 
-Alternatively, you may set the environment variables LIBGNOMEKBDUI_CFLAGS
44421
 
-and LIBGNOMEKBDUI_LIBS to avoid the need to call pkg-config.
44422
 
-See the pkg-config man page for more details.
44423
 
-
44424
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
44425
 
-See \`config.log' for more details." >&5
44426
 
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
44427
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
44428
 
-path to pkg-config.
44429
 
-
44430
 
-Alternatively, you may set the environment variables LIBGNOMEKBDUI_CFLAGS
44431
 
-and LIBGNOMEKBDUI_LIBS to avoid the need to call pkg-config.
44432
 
-See the pkg-config man page for more details.
44433
 
-
44434
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
44435
 
-See \`config.log' for more details." >&2;}
44436
 
-   { (exit 1); exit 1; }; }; }
44437
 
-else
44438
 
-       LIBGNOMEKBDUI_CFLAGS=$pkg_cv_LIBGNOMEKBDUI_CFLAGS
44439
 
-       LIBGNOMEKBDUI_LIBS=$pkg_cv_LIBGNOMEKBDUI_LIBS
44440
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
44441
 
-$as_echo "yes" >&6; }
44442
 
-       :
44443
 
-fi
44444
 
-
44445
 
-
44446
 
-
44447
 
-
44448
 
-{ $as_echo "$as_me:$LINENO: checking whether to enable About Me" >&5
44449
 
-$as_echo_n "checking whether to enable About Me... " >&6; }
44450
 
-# Check whether --enable-aboutme was given.
44451
 
-if test "${enable_aboutme+set}" = set; then
44452
 
-  enableval=$enable_aboutme;
44453
 
-else
44454
 
-  enable_aboutme=no
44455
 
-fi
44456
 
-
44457
 
-{ $as_echo "$as_me:$LINENO: result: $enable_aboutme" >&5
44458
 
-$as_echo "$enable_aboutme" >&6; }
44459
 
-
44460
 
-if test "x$enable_aboutme" = "xyes"; then
44461
 
-
44462
 
-pkg_failed=no
44463
 
-{ $as_echo "$as_me:$LINENO: checking for LIBEBOOK" >&5
44464
 
-$as_echo_n "checking for LIBEBOOK... " >&6; }
44465
 
-
44466
 
-if test -n "$LIBEBOOK_CFLAGS"; then
44467
 
-    pkg_cv_LIBEBOOK_CFLAGS="$LIBEBOOK_CFLAGS"
44468
 
- elif test -n "$PKG_CONFIG"; then
44469
 
-    if test -n "$PKG_CONFIG" && \
44470
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libebook-1.2 >= 1.7.90\"") >&5
44471
 
-  ($PKG_CONFIG --exists --print-errors "libebook-1.2 >= 1.7.90") 2>&5
44472
 
-  ac_status=$?
44473
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
44474
 
-  (exit $ac_status); }; then
44475
 
-  pkg_cv_LIBEBOOK_CFLAGS=`$PKG_CONFIG --cflags "libebook-1.2 >= 1.7.90" 2>/dev/null`
44476
 
-else
44477
 
-  pkg_failed=yes
44478
 
-fi
44479
 
- else
44480
 
-    pkg_failed=untried
44481
 
-fi
44482
 
-if test -n "$LIBEBOOK_LIBS"; then
44483
 
-    pkg_cv_LIBEBOOK_LIBS="$LIBEBOOK_LIBS"
44484
 
- elif test -n "$PKG_CONFIG"; then
44485
 
-    if test -n "$PKG_CONFIG" && \
44486
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libebook-1.2 >= 1.7.90\"") >&5
44487
 
-  ($PKG_CONFIG --exists --print-errors "libebook-1.2 >= 1.7.90") 2>&5
44488
 
-  ac_status=$?
44489
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
44490
 
-  (exit $ac_status); }; then
44491
 
-  pkg_cv_LIBEBOOK_LIBS=`$PKG_CONFIG --libs "libebook-1.2 >= 1.7.90" 2>/dev/null`
44492
 
-else
44493
 
-  pkg_failed=yes
44494
 
-fi
44495
 
- else
44496
 
-    pkg_failed=untried
44497
 
-fi
44498
 
-
44499
 
-
44500
 
-
44501
 
-if test $pkg_failed = yes; then
44502
 
-
44503
 
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
44504
 
-        _pkg_short_errors_supported=yes
44505
 
-else
44506
 
-        _pkg_short_errors_supported=no
44507
 
-fi
44508
 
-        if test $_pkg_short_errors_supported = yes; then
44509
 
-               LIBEBOOK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libebook-1.2 >= 1.7.90" 2>&1`
44510
 
-        else
44511
 
-               LIBEBOOK_PKG_ERRORS=`$PKG_CONFIG --print-errors "libebook-1.2 >= 1.7.90" 2>&1`
44512
 
-        fi
44513
 
-       # Put the nasty error message in config.log where it belongs
44514
 
-       echo "$LIBEBOOK_PKG_ERRORS" >&5
44515
 
-
44516
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (libebook-1.2 >= 1.7.90) were not met:
44517
 
-
44518
 
-$LIBEBOOK_PKG_ERRORS
44519
 
-
44520
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
44521
 
-installed software in a non-standard prefix.
44522
 
-
44523
 
-Alternatively, you may set the environment variables LIBEBOOK_CFLAGS
44524
 
-and LIBEBOOK_LIBS to avoid the need to call pkg-config.
44525
 
-See the pkg-config man page for more details.
44526
 
-" >&5
44527
 
-$as_echo "$as_me: error: Package requirements (libebook-1.2 >= 1.7.90) were not met:
44528
 
-
44529
 
-$LIBEBOOK_PKG_ERRORS
44530
 
-
44531
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
44532
 
-installed software in a non-standard prefix.
44533
 
-
44534
 
-Alternatively, you may set the environment variables LIBEBOOK_CFLAGS
44535
 
-and LIBEBOOK_LIBS to avoid the need to call pkg-config.
44536
 
-See the pkg-config man page for more details.
44537
 
-" >&2;}
44538
 
-   { (exit 1); exit 1; }; }
44539
 
-elif test $pkg_failed = untried; then
44540
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
44541
 
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
44542
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
44543
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
44544
 
-path to pkg-config.
44545
 
-
44546
 
-Alternatively, you may set the environment variables LIBEBOOK_CFLAGS
44547
 
-and LIBEBOOK_LIBS to avoid the need to call pkg-config.
44548
 
-See the pkg-config man page for more details.
44549
 
-
44550
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
44551
 
-See \`config.log' for more details." >&5
44552
 
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
44553
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
44554
 
-path to pkg-config.
44555
 
-
44556
 
-Alternatively, you may set the environment variables LIBEBOOK_CFLAGS
44557
 
-and LIBEBOOK_LIBS to avoid the need to call pkg-config.
44558
 
-See the pkg-config man page for more details.
44559
 
-
44560
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
44561
 
-See \`config.log' for more details." >&2;}
44562
 
-   { (exit 1); exit 1; }; }; }
44563
 
-else
44564
 
-       LIBEBOOK_CFLAGS=$pkg_cv_LIBEBOOK_CFLAGS
44565
 
-       LIBEBOOK_LIBS=$pkg_cv_LIBEBOOK_LIBS
44566
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
44567
 
-$as_echo "yes" >&6; }
44568
 
-
44569
 
-cat >>confdefs.h <<\_ACEOF
44570
 
-#define HAVE_LIBEBOOK 1
44571
 
-_ACEOF
44572
 
-
44573
 
-fi
44574
 
-
44575
 
-pkg_failed=no
44576
 
-{ $as_echo "$as_me:$LINENO: checking for POLKIT_GNOME" >&5
44577
 
-$as_echo_n "checking for POLKIT_GNOME... " >&6; }
44578
 
-
44579
 
-if test -n "$POLKIT_GNOME_CFLAGS"; then
44580
 
-    pkg_cv_POLKIT_GNOME_CFLAGS="$POLKIT_GNOME_CFLAGS"
44581
 
- elif test -n "$PKG_CONFIG"; then
44582
 
-    if test -n "$PKG_CONFIG" && \
44583
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"polkit-gnome\"") >&5
44584
 
-  ($PKG_CONFIG --exists --print-errors "polkit-gnome") 2>&5
44585
 
-  ac_status=$?
44586
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
44587
 
-  (exit $ac_status); }; then
44588
 
-  pkg_cv_POLKIT_GNOME_CFLAGS=`$PKG_CONFIG --cflags "polkit-gnome" 2>/dev/null`
44589
 
-else
44590
 
-  pkg_failed=yes
44591
 
-fi
44592
 
- else
44593
 
-    pkg_failed=untried
44594
 
-fi
44595
 
-if test -n "$POLKIT_GNOME_LIBS"; then
44596
 
-    pkg_cv_POLKIT_GNOME_LIBS="$POLKIT_GNOME_LIBS"
44597
 
- elif test -n "$PKG_CONFIG"; then
44598
 
-    if test -n "$PKG_CONFIG" && \
44599
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"polkit-gnome\"") >&5
44600
 
-  ($PKG_CONFIG --exists --print-errors "polkit-gnome") 2>&5
44601
 
-  ac_status=$?
44602
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
44603
 
-  (exit $ac_status); }; then
44604
 
-  pkg_cv_POLKIT_GNOME_LIBS=`$PKG_CONFIG --libs "polkit-gnome" 2>/dev/null`
44605
 
-else
44606
 
-  pkg_failed=yes
44607
 
-fi
44608
 
- else
44609
 
-    pkg_failed=untried
44610
 
-fi
44611
 
-
44612
 
-
44613
 
-
44614
 
-if test $pkg_failed = yes; then
44615
 
-
44616
 
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
44617
 
-        _pkg_short_errors_supported=yes
44618
 
-else
44619
 
-        _pkg_short_errors_supported=no
44620
 
-fi
44621
 
-        if test $_pkg_short_errors_supported = yes; then
44622
 
-               POLKIT_GNOME_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "polkit-gnome" 2>&1`
44623
 
-        else
44624
 
-               POLKIT_GNOME_PKG_ERRORS=`$PKG_CONFIG --print-errors "polkit-gnome" 2>&1`
44625
 
-        fi
44626
 
-       # Put the nasty error message in config.log where it belongs
44627
 
-       echo "$POLKIT_GNOME_PKG_ERRORS" >&5
44628
 
-
44629
 
-       { $as_echo "$as_me:$LINENO: result: no" >&5
44630
 
-$as_echo "no" >&6; }
44631
 
-                has_polkit=false
44632
 
-elif test $pkg_failed = untried; then
44633
 
-       has_polkit=false
44634
 
-else
44635
 
-       POLKIT_GNOME_CFLAGS=$pkg_cv_POLKIT_GNOME_CFLAGS
44636
 
-       POLKIT_GNOME_LIBS=$pkg_cv_POLKIT_GNOME_LIBS
44637
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
44638
 
-$as_echo "yes" >&6; }
44639
 
-
44640
 
-cat >>confdefs.h <<\_ACEOF
44641
 
-#define HAVE_POLKIT 1
44642
 
-_ACEOF
44643
 
-
44644
 
-fi
44645
 
-fi
44646
 
-
44647
 
- if test "x$enable_aboutme" = "xyes"; then
44648
 
-  BUILD_ABOUTME_TRUE=
44649
 
-  BUILD_ABOUTME_FALSE='#'
44650
 
-else
44651
 
-  BUILD_ABOUTME_TRUE='#'
44652
 
-  BUILD_ABOUTME_FALSE=
44653
 
-fi
44654
 
-
44655
 
-
44656
 
-# Check whether --enable-hal was given.
44657
 
-if test "${enable_hal+set}" = set; then
44658
 
-  enableval=$enable_hal;
44659
 
-fi
44660
 
-
44661
 
-if test "x$enable_hal" != "xno"; then
44662
 
-
44663
 
-pkg_failed=no
44664
 
-{ $as_echo "$as_me:$LINENO: checking for HAL" >&5
44665
 
-$as_echo_n "checking for HAL... " >&6; }
44666
 
-
44667
 
-if test -n "$HAL_CFLAGS"; then
44668
 
-    pkg_cv_HAL_CFLAGS="$HAL_CFLAGS"
44669
 
- elif test -n "$PKG_CONFIG"; then
44670
 
-    if test -n "$PKG_CONFIG" && \
44671
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32\"") >&5
44672
 
-  ($PKG_CONFIG --exists --print-errors "hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32") 2>&5
44673
 
-  ac_status=$?
44674
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
44675
 
-  (exit $ac_status); }; then
44676
 
-  pkg_cv_HAL_CFLAGS=`$PKG_CONFIG --cflags "hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32" 2>/dev/null`
44677
 
-else
44678
 
-  pkg_failed=yes
44679
 
-fi
44680
 
- else
44681
 
-    pkg_failed=untried
44682
 
-fi
44683
 
-if test -n "$HAL_LIBS"; then
44684
 
-    pkg_cv_HAL_LIBS="$HAL_LIBS"
44685
 
- elif test -n "$PKG_CONFIG"; then
44686
 
-    if test -n "$PKG_CONFIG" && \
44687
 
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32\"") >&5
44688
 
-  ($PKG_CONFIG --exists --print-errors "hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32") 2>&5
44689
 
-  ac_status=$?
44690
 
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
44691
 
-  (exit $ac_status); }; then
44692
 
-  pkg_cv_HAL_LIBS=`$PKG_CONFIG --libs "hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32" 2>/dev/null`
44693
 
-else
44694
 
-  pkg_failed=yes
44695
 
-fi
44696
 
- else
44697
 
-    pkg_failed=untried
44698
 
-fi
44699
 
-
44700
 
-
44701
 
-
44702
 
-if test $pkg_failed = yes; then
44703
 
-
44704
 
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
44705
 
-        _pkg_short_errors_supported=yes
44706
 
-else
44707
 
-        _pkg_short_errors_supported=no
44708
 
-fi
44709
 
-        if test $_pkg_short_errors_supported = yes; then
44710
 
-               HAL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32" 2>&1`
44711
 
-        else
44712
 
-               HAL_PKG_ERRORS=`$PKG_CONFIG --print-errors "hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32" 2>&1`
44713
 
-        fi
44714
 
-       # Put the nasty error message in config.log where it belongs
44715
 
-       echo "$HAL_PKG_ERRORS" >&5
44716
 
-
44717
 
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32) were not met:
44718
 
-
44719
 
-$HAL_PKG_ERRORS
44720
 
-
44721
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
44722
 
-installed software in a non-standard prefix.
44723
 
-
44724
 
-Alternatively, you may set the environment variables HAL_CFLAGS
44725
 
-and HAL_LIBS to avoid the need to call pkg-config.
44726
 
-See the pkg-config man page for more details.
44727
 
-" >&5
44728
 
-$as_echo "$as_me: error: Package requirements (hal >= 0.5.6, dbus-1 >= 0.32, dbus-glib-1 >= 0.32) were not met:
44729
 
-
44730
 
-$HAL_PKG_ERRORS
44731
 
-
44732
 
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
44733
 
-installed software in a non-standard prefix.
44734
 
-
44735
 
-Alternatively, you may set the environment variables HAL_CFLAGS
44736
 
-and HAL_LIBS to avoid the need to call pkg-config.
44737
 
-See the pkg-config man page for more details.
44738
 
-" >&2;}
44739
 
-   { (exit 1); exit 1; }; }
44740
 
-elif test $pkg_failed = untried; then
44741
 
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
44742
 
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
44743
 
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
44744
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
44745
 
-path to pkg-config.
44746
 
-
44747
 
-Alternatively, you may set the environment variables HAL_CFLAGS
44748
 
-and HAL_LIBS to avoid the need to call pkg-config.
44749
 
-See the pkg-config man page for more details.
44750
 
-
44751
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
44752
 
-See \`config.log' for more details." >&5
44753
 
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
44754
 
-is in your PATH or set the PKG_CONFIG environment variable to the full
44755
 
-path to pkg-config.
44756
 
-
44757
 
-Alternatively, you may set the environment variables HAL_CFLAGS
44758
 
-and HAL_LIBS to avoid the need to call pkg-config.
44759
 
-See the pkg-config man page for more details.
44760
 
-
44761
 
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
44762
 
-See \`config.log' for more details." >&2;}
44763
 
-   { (exit 1); exit 1; }; }; }
44764
 
-else
44765
 
-       HAL_CFLAGS=$pkg_cv_HAL_CFLAGS
44766
 
-       HAL_LIBS=$pkg_cv_HAL_LIBS
44767
 
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
44768
 
-$as_echo "yes" >&6; }
44769
 
-
44770
 
-cat >>confdefs.h <<\_ACEOF
44771
 
-#define USE_HAL 1
44772
 
-_ACEOF
44773
 
-
44774
 
-fi
44775
 
-
44776
 
-
44777
 
-fi
44778
 
-
44779
 
-
44780
 
-# Extract the first word of "glib-genmarshal", so it can be a program name with args.
44781
 
-set dummy glib-genmarshal; ac_word=$2
44782
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
44783
 
-$as_echo_n "checking for $ac_word... " >&6; }
44784
 
-if test "${ac_cv_path_GLIB_GENMARSHAL+set}" = set; then
44785
 
-  $as_echo_n "(cached) " >&6
44786
 
-else
44787
 
-  case $GLIB_GENMARSHAL in
44788
 
-  [\\/]* | ?:[\\/]*)
44789
 
-  ac_cv_path_GLIB_GENMARSHAL="$GLIB_GENMARSHAL" # Let the user override the test with a path.
44790
 
-  ;;
44791
 
-  *)
44792
 
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44793
 
-for as_dir in $PATH
44794
 
-do
44795
 
-  IFS=$as_save_IFS
44796
 
-  test -z "$as_dir" && as_dir=.
44797
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
44798
 
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
44799
 
-    ac_cv_path_GLIB_GENMARSHAL="$as_dir/$ac_word$ac_exec_ext"
44800
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44801
 
-    break 2
44802
 
-  fi
44803
 
-done
44804
 
-done
44805
 
-IFS=$as_save_IFS
44806
 
-
44807
 
-  test -z "$ac_cv_path_GLIB_GENMARSHAL" && ac_cv_path_GLIB_GENMARSHAL="no"
44808
 
-  ;;
44809
 
-esac
44810
 
-fi
44811
 
-GLIB_GENMARSHAL=$ac_cv_path_GLIB_GENMARSHAL
44812
 
-if test -n "$GLIB_GENMARSHAL"; then
44813
 
-  { $as_echo "$as_me:$LINENO: result: $GLIB_GENMARSHAL" >&5
44814
 
-$as_echo "$GLIB_GENMARSHAL" >&6; }
44815
 
-else
44816
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
44817
 
-$as_echo "no" >&6; }
44818
 
-fi
44819
 
-
44820
 
-
44821
 
-
44822
 
-if test x"$GLIB_GENMARSHAL" = xno; then
44823
 
-  { { $as_echo "$as_me:$LINENO: error: glib-genmarshal executable not found in your path - should be installed with glib" >&5
44824
 
-$as_echo "$as_me: error: glib-genmarshal executable not found in your path - should be installed with glib" >&2;}
44825
 
-   { (exit 1); exit 1; }; }
44826
 
-fi
44827
 
-
44828
 
-
44829
 
-
44830
 
-
44831
 
-# Extract the first word of "gconftool-2", so it can be a program name with args.
44832
 
-set dummy gconftool-2; ac_word=$2
44833
 
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
44834
 
-$as_echo_n "checking for $ac_word... " >&6; }
44835
 
-if test "${ac_cv_path_GCONFTOOL+set}" = set; then
44836
 
-  $as_echo_n "(cached) " >&6
44837
 
-else
44838
 
-  case $GCONFTOOL in
44839
 
-  [\\/]* | ?:[\\/]*)
44840
 
-  ac_cv_path_GCONFTOOL="$GCONFTOOL" # Let the user override the test with a path.
44841
 
-  ;;
44842
 
-  *)
44843
 
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
44844
 
-for as_dir in $PATH
44845
 
-do
44846
 
-  IFS=$as_save_IFS
44847
 
-  test -z "$as_dir" && as_dir=.
44848
 
-  for ac_exec_ext in '' $ac_executable_extensions; do
44849
 
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
44850
 
-    ac_cv_path_GCONFTOOL="$as_dir/$ac_word$ac_exec_ext"
44851
 
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
44852
 
-    break 2
44853
 
-  fi
44854
 
-done
44855
 
-done
44856
 
-IFS=$as_save_IFS
44857
 
-
44858
 
-  test -z "$ac_cv_path_GCONFTOOL" && ac_cv_path_GCONFTOOL="no"
44859
 
-  ;;
44860
 
-esac
44861
 
-fi
44862
 
-GCONFTOOL=$ac_cv_path_GCONFTOOL
44863
 
-if test -n "$GCONFTOOL"; then
44864
 
-  { $as_echo "$as_me:$LINENO: result: $GCONFTOOL" >&5
44865
 
-$as_echo "$GCONFTOOL" >&6; }
44866
 
-else
44867
 
-  { $as_echo "$as_me:$LINENO: result: no" >&5
44868
 
-$as_echo "no" >&6; }
44869
 
-fi
44870
 
-
44871
 
-
44872
 
-
44873
 
-if test x"$GCONFTOOL" = xno; then
44874
 
-  { { $as_echo "$as_me:$LINENO: error: gconftool-2 executable not found in your path - should be installed with GConf" >&5
44875
 
-$as_echo "$as_me: error: gconftool-2 executable not found in your path - should be installed with GConf" >&2;}
44876
 
-   { (exit 1); exit 1; }; }
44877
 
-fi
44878
 
-
44879
 
-
44880
 
-  if test "x$GCONF_SCHEMA_INSTALL_SOURCE" = "x"; then
44881
 
-    GCONF_SCHEMA_CONFIG_SOURCE=`gconftool-2 --get-default-source`
44882
 
-  else
44883
 
-    GCONF_SCHEMA_CONFIG_SOURCE=$GCONF_SCHEMA_INSTALL_SOURCE
44884
 
-  fi
44885
 
-
44886
 
-
44887
50644
-# Check whether --with-gconf-source was given.
44888
50645
-if test "${with_gconf_source+set}" = set; then
44889
50646
-  withval=$with_gconf_source; GCONF_SCHEMA_CONFIG_SOURCE="$withval"
44893
50650
-
44894
50651
-  { $as_echo "$as_me:$LINENO: result: Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation" >&5
44895
50652
-$as_echo "Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation" >&6; }
44896
 
-
 
50653
 
44897
50654
-  if test "x$GCONF_SCHEMA_FILE_DIR" = "x"; then
44898
50655
-    GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas'
44899
 
-  fi
 
50656
+  case $ac_file$ac_mode in
 
50657
+    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
 
50658
+  # Strip MF so we end up with the name of the file.
 
50659
+  mf=`echo "$mf" | sed -e 's/:.*$//'`
 
50660
+  # Check whether this is an Automake generated Makefile or not.
 
50661
+  # We used to match only the files named `Makefile.in', but
 
50662
+  # some people rename them; so instead we look at the file content.
 
50663
+  # Grep'ing the first line is not enough: some people post-process
 
50664
+  # each Makefile.in and add a new line on top of each file to say so.
 
50665
+  # Grep'ing the whole file is not good either: AIX grep has a line
 
50666
+  # limit of 2048, but all sed's we know have understand at least 4000.
 
50667
+  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
 
50668
+    dirpart=`$as_dirname -- "$mf" ||
 
50669
+$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
50670
+        X"$mf" : 'X\(//\)[^/]' \| \
 
50671
+        X"$mf" : 'X\(//\)$' \| \
 
50672
+        X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
 
50673
+echo X"$mf" |
 
50674
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
50675
+           s//\1/
 
50676
+           q
 
50677
+         }
 
50678
+         /^X\(\/\/\)[^/].*/{
 
50679
+           s//\1/
 
50680
+           q
 
50681
+         }
 
50682
+         /^X\(\/\/\)$/{
 
50683
+           s//\1/
 
50684
+           q
 
50685
+         }
 
50686
+         /^X\(\/\).*/{
 
50687
+           s//\1/
 
50688
+           q
 
50689
+         }
 
50690
+         s/.*/./; q'`
 
50691
+  else
 
50692
+    continue
 
50693
   fi
44900
50694
-
44901
50695
-
44902
50696
-# Check whether --with-gconf-schema-file-dir was given.
44916
50710
-       *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-schemas-install" >&5
44917
50711
-$as_echo "$as_me: error: bad value ${enableval} for --enable-schemas-install" >&2;}
44918
50712
-   { (exit 1); exit 1; }; } ;;
44919
 
-      esac
 
50713
+  # Extract the definition of DEPDIR, am__include, and am__quote
 
50714
+  # from the Makefile without running `make'.
 
50715
+  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 
50716
+  test -z "$DEPDIR" && continue
 
50717
+  am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
50718
+  test -z "am__include" && continue
 
50719
+  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
 
50720
+  # When using ansi2knr, U may be empty or an underscore; expand it
 
50721
+  U=`sed -n 's/^U = //p' < "$mf"`
 
50722
+  # Find all dependency output files, they are included files with
 
50723
+  # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
50724
+  # simplest approach to changing $(DEPDIR) to its actual value in the
 
50725
+  # expansion.
 
50726
+  for file in `sed -n "
 
50727
+    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
 
50728
+       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
50729
+    # Make sure the directory exists.
 
50730
+    test -f "$dirpart/$file" && continue
 
50731
+    fdir=`$as_dirname -- "$file" ||
 
50732
+$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
50733
+        X"$file" : 'X\(//\)[^/]' \| \
 
50734
+        X"$file" : 'X\(//\)$' \| \
 
50735
+        X"$file" : 'X\(/\)' \| . 2>/dev/null ||
 
50736
+echo X"$file" |
 
50737
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
50738
+           s//\1/
 
50739
+           q
 
50740
+         }
 
50741
+         /^X\(\/\/\)[^/].*/{
 
50742
+           s//\1/
 
50743
+           q
 
50744
+         }
 
50745
+         /^X\(\/\/\)$/{
 
50746
+           s//\1/
 
50747
+           q
 
50748
+         }
 
50749
+         /^X\(\/\).*/{
 
50750
+           s//\1/
 
50751
+           q
 
50752
+         }
 
50753
+         s/.*/./; q'`
 
50754
+    { as_dir=$dirpart/$fdir
 
50755
+  case $as_dir in #(
 
50756
+  -*) as_dir=./$as_dir;;
 
50757
+  esac
 
50758
+  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 
50759
+    as_dirs=
 
50760
+    while :; do
 
50761
+      case $as_dir in #(
 
50762
+      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 
50763
+      *) as_qdir=$as_dir;;
 
50764
       esac
44920
50765
-fi
44921
50766
-
44922
50767
-   if test "$enable_schemas_install" != no; then
44939
50784
-
44940
50785
-GNOMECC_CAPPLETS_CLEANFILES="\$(desktop) \$(desktop).in"
44941
50786
-GNOMECC_CAPPLETS_EXTRA_DIST="ChangeLog \$(desktop).in.in \$(cappletname)-capplet.png \$(cappletname)-properties.glade \$(pixmaps_DATA)"
44942
 
-
44943
 
-
44944
 
-
44945
 
-
44946
 
-
44947
 
-
44948
 
-
 
50787
+      as_dirs="'$as_qdir' $as_dirs"
 
50788
+      as_dir=`$as_dirname -- "$as_dir" ||
 
50789
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
50790
+        X"$as_dir" : 'X\(//\)[^/]' \| \
 
50791
+        X"$as_dir" : 'X\(//\)$' \| \
 
50792
+        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
50793
+echo X"$as_dir" |
 
50794
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
50795
+           s//\1/
 
50796
+           q
 
50797
+         }
 
50798
+         /^X\(\/\/\)[^/].*/{
 
50799
+           s//\1/
 
50800
+           q
 
50801
+         }
 
50802
+         /^X\(\/\/\)$/{
 
50803
+           s//\1/
 
50804
+           q
 
50805
+         }
 
50806
+         /^X\(\/\).*/{
 
50807
+           s//\1/
 
50808
+           q
 
50809
+         }
 
50810
+         s/.*/./; q'`
 
50811
+      test -d "$as_dir" && break
 
50812
+    done
 
50813
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
 
50814
+  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 
50815
+echo "$as_me: error: cannot create directory $as_dir" >&2;}
 
50816
+   { (exit 1); exit 1; }; }; }
 
50817
+    # echo "creating $dirpart/$file"
 
50818
+    echo '# dummy' > "$dirpart/$file"
 
50819
+  done
 
50820
+done
 
50821
+ ;;
 
50822
+    "libtool":C)
 
50823
 
 
50824
+    # See if we are running on zsh, and set the options which allow our
 
50825
+    # commands through without removal of \ escapes.
 
50826
+    if test -n "${ZSH_VERSION+set}" ; then
 
50827
+      setopt NO_GLOB_SUBST
 
50828
+    fi
 
50829
 
 
50830
+    cfgfile="${ofile}T"
 
50831
+    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
 
50832
+    $RM "$cfgfile"
 
50833
 
 
50834
+    cat <<_LT_EOF >> "$cfgfile"
 
50835
+#! $SHELL
 
50836
 
 
50837
+# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
 
50838
+# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
 
50839
+# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 
50840
+# NOTE: Changes made to this file will be lost: look at ltmain.sh.
 
50841
+#
 
50842
+#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
 
50843
+#                 2006, 2007, 2008 Free Software Foundation, Inc.
 
50844
+#   Written by Gordon Matzigkeit, 1996
 
50845
+#
 
50846
+#   This file is part of GNU Libtool.
 
50847
+#
 
50848
+# GNU Libtool is free software; you can redistribute it and/or
 
50849
+# modify it under the terms of the GNU General Public License as
 
50850
+# published by the Free Software Foundation; either version 2 of
 
50851
+# the License, or (at your option) any later version.
 
50852
+#
 
50853
+# As a special exception to the GNU General Public License,
 
50854
+# if you distribute this file as part of a program or library that
 
50855
+# is built using GNU Libtool, you may include this file under the
 
50856
+# same distribution terms that you use for the rest of that program.
 
50857
+#
 
50858
+# GNU Libtool is distributed in the hope that it will be useful,
 
50859
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
50860
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
50861
+# GNU General Public License for more details.
 
50862
+#
 
50863
+# You should have received a copy of the GNU General Public License
 
50864
+# along with GNU Libtool; see the file COPYING.  If not, a copy
 
50865
+# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
 
50866
+# obtained by writing to the Free Software Foundation, Inc.,
 
50867
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
50868
 
 
50869
 
 
50870
+# The names of the tagged configurations supported by this script.
 
50871
+available_tags=""
 
50872
 
44949
50873
-# Extract the first word of "update-mime-database", so it can be a program name with args.
44950
50874
-set dummy update-mime-database; ac_word=$2
44951
50875
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
44972
50896
-done
44973
50897
-done
44974
50898
-IFS=$as_save_IFS
44975
 
-
 
50899
+# ### BEGIN LIBTOOL CONFIG
 
50900
 
44976
50901
-  test -z "$ac_cv_path_UPDATE_MIME_DATABASE" && ac_cv_path_UPDATE_MIME_DATABASE="no"
44977
50902
-  ;;
44978
50903
-esac
44985
50910
-  { $as_echo "$as_me:$LINENO: result: no" >&5
44986
50911
-$as_echo "no" >&6; }
44987
50912
-fi
44988
 
-
44989
 
-
44990
 
-
 
50913
+# Which release of libtool.m4 was used?
 
50914
+macro_version=$macro_version
 
50915
+macro_revision=$macro_revision
 
50916
 
 
50917
+# Whether or not to build shared libraries.
 
50918
+build_libtool_libs=$enable_shared
 
50919
 
 
50920
+# Whether or not to build static libraries.
 
50921
+build_old_libs=$enable_static
 
50922
 
44991
50923
-# Check whether --enable-update-mimedb was given.
44992
50924
-if test "${enable_update_mimedb+set}" = set; then
44993
50925
-  enableval=$enable_update_mimedb;
44994
50926
-else
44995
50927
-  enable_update_mimedb=yes
44996
50928
-fi
44997
 
-
 
50929
+# What type of objects to build.
 
50930
+pic_mode=$pic_mode
 
50931
 
44998
50932
- if test x$enable_update_mimedb = xyes; then
44999
50933
-  ENABLE_UPDATE_MIMEDB_TRUE=
45000
50934
-  ENABLE_UPDATE_MIMEDB_FALSE='#'
45002
50936
-  ENABLE_UPDATE_MIMEDB_TRUE='#'
45003
50937
-  ENABLE_UPDATE_MIMEDB_FALSE=
45004
50938
-fi
45005
 
-
45006
 
-
45007
 
-
 
50939
+# Whether or not to optimize for fast installation.
 
50940
+fast_install=$enable_fast_install
 
50941
 
 
50942
+# The host system.
 
50943
+host_alias=$host_alias
 
50944
+host=$host
 
50945
+host_os=$host_os
 
50946
 
 
50947
+# The build system.
 
50948
+build_alias=$build_alias
 
50949
+build=$build
 
50950
+build_os=$build_os
 
50951
 
45008
50952
-ac_config_files="$ac_config_files Makefile capplets/Makefile capplets/about-me/Makefile capplets/about-me/gnome-about-me.desktop.in capplets/accessibility/Makefile capplets/accessibility/at-properties/at-properties.desktop.in capplets/accessibility/at-properties/Makefile capplets/appearance/Makefile capplets/appearance/data/Makefile capplets/appearance/data/gnome-appearance-properties.desktop.in capplets/appearance/data/gnome-theme-installer.desktop.in capplets/common/Makefile capplets/default-applications/Makefile capplets/default-applications/default-applications.desktop.in capplets/default-applications/gnome-at-commandline.in capplets/default-applications/gnome-at-session.desktop.in capplets/default-applications/gnome-default-applications.pc capplets/display/Makefile capplets/display/display-properties.desktop.in capplets/keybindings/Makefile capplets/keybindings/gnome-keybindings.pc capplets/keybindings/keybinding.desktop.in capplets/keyboard/Makefile capplets/keyboard/keyboard.desktop.in capplets/mouse/Makefile capplets/mouse/gnome-settings-mouse.desktop.in capplets/network/Makefile capplets/network/gnome-network-properties.desktop.in capplets/windows/Makefile capplets/windows/window-properties.desktop.in font-viewer/Makefile font-viewer/gnome-font-viewer.desktop.in help/Makefile libslab/Makefile libslab/libslab.pc libwindow-settings/Makefile libwindow-settings/gnome-window-settings-2.0.pc po/Makefile.in shell/Makefile shell/gnomecc.desktop.in typing-break/Makefile"
45009
 
-
45010
 
-
 
50953
+# A sed program that does not truncate output.
 
50954
+SED=$lt_SED
 
50955
 
 
50956
+# Sed that helps us avoid accidentally triggering echo(1) options like -n.
 
50957
+Xsed="\$SED -e 1s/^X//"
 
50958
 
45011
50959
-cat >confcache <<\_ACEOF
45012
50960
-# This file is a shell script that caches the results of configure
45013
50961
-# tests run on this system so they can be shared between configure
45021
50969
-# `ac_cv_env_foo' variables (set or unset) will be overridden when
45022
50970
-# loading this file, other *unset* `ac_cv_foo' will be assigned the
45023
50971
-# following values.
45024
 
-
 
50972
+# A grep program that handles long lines.
 
50973
+GREP=$lt_GREP
 
50974
 
45025
50975
-_ACEOF
45026
 
-
 
50976
+# An ERE matcher.
 
50977
+EGREP=$lt_EGREP
 
50978
 
45027
50979
-# The following way of writing the cache mishandles newlines in values,
45028
50980
-# but we know of no workaround that is simple, portable, and efficient.
45029
50981
-# So, we kill variables containing newlines.
45035
50987
-    case $ac_val in #(
45036
50988
-    *${as_nl}*)
45037
50989
-      case $ac_var in #(
45038
 
-      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
45039
 
-$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
 
50990
-      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
 
50991
-$as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
45040
50992
-      esac
45041
50993
-      case $ac_var in #(
45042
50994
-      _ | IFS | as_nl) ;; #(
45045
50997
-      esac ;;
45046
50998
-    esac
45047
50999
-  done
45048
 
-
 
51000
+# A literal string matcher.
 
51001
+FGREP=$lt_FGREP
 
51002
 
45049
51003
-  (set) 2>&1 |
45050
51004
-    case $as_nl`(ac_space=' '; set) 2>&1` in #(
45051
51005
-    *${as_nl}ac_space=\ *)
45076
51030
-      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
45077
51031
-$as_echo "$as_me: updating cache $cache_file" >&6;}
45078
51032
-    cat confcache >$cache_file
45079
 
+  case $ac_file$ac_mode in
45080
 
+    "depfiles":C) test x"$AMDEP_TRUE" != x"" || # Autoconf 2.62 quotes --file arguments for eval, but not when files
45081
 
+# are listed without --file.  Let's play safe and only enable the eval
45082
 
+# if we detect the quoting.
45083
 
+case $CONFIG_FILES in
45084
 
+*\'*) eval set x "$CONFIG_FILES" ;;
45085
 
+*)   set x $CONFIG_FILES ;;
45086
 
+esac
45087
 
+shift
45088
 
+for mf
45089
 
+do
45090
 
+  # Strip MF so we end up with the name of the file.
45091
 
+  mf=`echo "$mf" | sed -e 's/:.*$//'`
45092
 
+  # Check whether this is an Automake generated Makefile or not.
45093
 
+  # We used to match only the files named `Makefile.in', but
45094
 
+  # some people rename them; so instead we look at the file content.
45095
 
+  # Grep'ing the first line is not enough: some people post-process
45096
 
+  # each Makefile.in and add a new line on top of each file to say so.
45097
 
+  # Grep'ing the whole file is not good either: AIX grep has a line
45098
 
+  # limit of 2048, but all sed's we know have understand at least 4000.
45099
 
+  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
45100
 
+    dirpart=`$as_dirname -- "$mf" ||
45101
 
+$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
45102
 
+        X"$mf" : 'X\(//\)[^/]' \| \
45103
 
+        X"$mf" : 'X\(//\)$' \| \
45104
 
+        X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
45105
 
+$as_echo X"$mf" |
45106
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
45107
 
+           s//\1/
45108
 
+           q
45109
 
+         }
45110
 
+         /^X\(\/\/\)[^/].*/{
45111
 
+           s//\1/
45112
 
+           q
45113
 
+         }
45114
 
+         /^X\(\/\/\)$/{
45115
 
+           s//\1/
45116
 
+           q
45117
 
+         }
45118
 
+         /^X\(\/\).*/{
45119
 
+           s//\1/
45120
 
+           q
45121
 
+         }
45122
 
+         s/.*/./; q'`
45123
 
   else
 
51033
-  else
45124
51034
-    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
45125
51035
-$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
45126
 
+    continue
45127
 
   fi
 
51036
-  fi
45128
51037
-fi
45129
51038
-rm -f confcache
45130
 
-
 
51039
+# A BSD- or MS-compatible name lister.
 
51040
+NM=$lt_NM
 
51041
 
45131
51042
-test "x$prefix" = xNONE && prefix=$ac_default_prefix
45132
51043
-# Let make expand exec_prefix.
45133
51044
-test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
45134
 
-
 
51045
+# Whether we need soft or hard links.
 
51046
+LN_S=$lt_LN_S
 
51047
 
45135
51048
-DEFS=-DHAVE_CONFIG_H
45136
 
-
 
51049
+# What is the maximum length of a command?
 
51050
+max_cmd_len=$max_cmd_len
 
51051
 
45137
51052
-ac_libobjs=
45138
51053
-ac_ltlibobjs=
45139
51054
-for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
45146
51061
-  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
45147
51062
-done
45148
51063
-LIBOBJS=$ac_libobjs
45149
 
-
 
51064
+# Object file suffix (normally "o").
 
51065
+objext=$ac_objext
 
51066
 
45150
51067
-LTLIBOBJS=$ac_ltlibobjs
45151
 
-
45152
 
-
 
51068
+# Executable file suffix (normally "").
 
51069
+exeext=$exeext
 
51070
 
 
51071
+# whether the shell understands "unset".
 
51072
+lt_unset=$lt_unset
 
51073
 
45153
51074
-if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
45154
51075
-  { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
45155
51076
-Usually this means the macro was only invoked conditionally." >&5
45199
51120
-Usually this means the macro was only invoked conditionally." >&2;}
45200
51121
-   { (exit 1); exit 1; }; }
45201
51122
-fi
45202
 
-
 
51123
+# turn spaces into newlines.
 
51124
+SP2NL=$lt_lt_SP2NL
 
51125
 
45203
51126
-  ac_config_commands="$ac_config_commands po/stamp-it"
45204
 
+  # Extract the definition of DEPDIR, am__include, and am__quote
45205
 
+  # from the Makefile without running `make'.
45206
 
+  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
45207
 
+  test -z "$DEPDIR" && continue
45208
 
+  am__include=`sed -n 's/^am__include = //p' < "$mf"`
45209
 
+  test -z "am__include" && continue
45210
 
+  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
45211
 
+  # When using ansi2knr, U may be empty or an underscore; expand it
45212
 
+  U=`sed -n 's/^U = //p' < "$mf"`
45213
 
+  # Find all dependency output files, they are included files with
45214
 
+  # $(DEPDIR) in their names.  We invoke sed twice because it is the
45215
 
+  # simplest approach to changing $(DEPDIR) to its actual value in the
45216
 
+  # expansion.
45217
 
+  for file in `sed -n "
45218
 
+    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
45219
 
+       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
45220
 
+    # Make sure the directory exists.
45221
 
+    test -f "$dirpart/$file" && continue
45222
 
+    fdir=`$as_dirname -- "$file" ||
45223
 
+$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
45224
 
+        X"$file" : 'X\(//\)[^/]' \| \
45225
 
+        X"$file" : 'X\(//\)$' \| \
45226
 
+        X"$file" : 'X\(/\)' \| . 2>/dev/null ||
45227
 
+$as_echo X"$file" |
45228
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
45229
 
+           s//\1/
45230
 
+           q
45231
 
+         }
45232
 
+         /^X\(\/\/\)[^/].*/{
45233
 
+           s//\1/
45234
 
+           q
45235
 
+         }
45236
 
+         /^X\(\/\/\)$/{
45237
 
+           s//\1/
45238
 
+           q
45239
 
+         }
45240
 
+         /^X\(\/\).*/{
45241
 
+           s//\1/
45242
 
+           q
45243
 
+         }
45244
 
+         s/.*/./; q'`
45245
 
+    { as_dir=$dirpart/$fdir
45246
 
+  case $as_dir in #(
45247
 
+  -*) as_dir=./$as_dir;;
45248
 
+  esac
45249
 
+  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
45250
 
+    as_dirs=
45251
 
+    while :; do
45252
 
+      case $as_dir in #(
45253
 
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
45254
 
+      *) as_qdir=$as_dir;;
45255
 
+      esac
45256
 
+      as_dirs="'$as_qdir' $as_dirs"
45257
 
+      as_dir=`$as_dirname -- "$as_dir" ||
45258
 
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
45259
 
+        X"$as_dir" : 'X\(//\)[^/]' \| \
45260
 
+        X"$as_dir" : 'X\(//\)$' \| \
45261
 
+        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
45262
 
+$as_echo X"$as_dir" |
45263
 
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
45264
 
+           s//\1/
45265
 
+           q
45266
 
+         }
45267
 
+         /^X\(\/\/\)[^/].*/{
45268
 
+           s//\1/
45269
 
+           q
45270
 
+         }
45271
 
+         /^X\(\/\/\)$/{
45272
 
+           s//\1/
45273
 
+           q
45274
 
+         }
45275
 
+         /^X\(\/\).*/{
45276
 
+           s//\1/
45277
 
+           q
45278
 
+         }
45279
 
+         s/.*/./; q'`
45280
 
+      test -d "$as_dir" && break
45281
 
+    done
45282
 
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
45283
 
+  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
45284
 
+$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
45285
 
+   { (exit 1); exit 1; }; }; }
45286
 
+    # echo "creating $dirpart/$file"
45287
 
+    echo '# dummy' > "$dirpart/$file"
45288
 
+  done
45289
 
+done
45290
 
+ ;;
45291
 
+    "libtool":C)
 
51127
+# turn newlines into spaces.
 
51128
+NL2SP=$lt_lt_NL2SP
45292
51129
 
45293
 
+    # See if we are running on zsh, and set the options which allow our
45294
 
+    # commands through without removal of \ escapes.
45295
 
+    if test -n "${ZSH_VERSION+set}" ; then
45296
 
+      setopt NO_GLOB_SUBST
45297
 
+    fi
 
51130
+# How to create reloadable object files.
 
51131
+reload_flag=$lt_reload_flag
 
51132
+reload_cmds=$lt_reload_cmds
45298
51133
 
45299
51134
-if test -z "${HAVE_LIBCANBERRA_GTK_TRUE}" && test -z "${HAVE_LIBCANBERRA_GTK_FALSE}"; then
45300
51135
-  { { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_LIBCANBERRA_GTK\" was never defined.
45352
51187
-Usually this means the macro was only invoked conditionally." >&2;}
45353
51188
-   { (exit 1); exit 1; }; }
45354
51189
-fi
45355
 
+    cfgfile="${ofile}T"
45356
 
+    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
45357
 
+    $RM "$cfgfile"
 
51190
+# Method to check whether dependent libraries are shared objects.
 
51191
+deplibs_check_method=$lt_deplibs_check_method
45358
51192
 
45359
51193
-: ${CONFIG_STATUS=./config.status}
45360
51194
-ac_write_fail=0
45363
51197
-{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
45364
51198
-$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
45365
51199
-cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
45366
 
+    cat <<_LT_EOF >> "$cfgfile"
45367
 
 #! $SHELL
 
51200
-#! $SHELL
45368
51201
-# Generated by $as_me.
45369
51202
-# Run this file to recreate the current configuration.
45370
51203
-# Compiler output produced by configure, useful for debugging
45371
51204
-# configure, is in config.log if it exists.
45372
 
-
 
51205
+# Command to use when deplibs_check_method == "file_magic".
 
51206
+file_magic_cmd=$lt_file_magic_cmd
 
51207
 
45373
51208
-debug=false
45374
51209
-ac_cs_recheck=false
45375
51210
-ac_cs_silent=false
45376
51211
-SHELL=\${CONFIG_SHELL-$SHELL}
45377
51212
-_ACEOF
45378
 
-
 
51213
+# The archiver.
 
51214
+AR=$lt_AR
 
51215
+AR_FLAGS=$lt_AR_FLAGS
 
51216
 
45379
51217
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
45380
51218
-## --------------------- ##
45381
51219
-## M4sh Initialization.  ##
45382
51220
-## --------------------- ##
45383
 
-
 
51221
+# A symbol stripping program.
 
51222
+STRIP=$lt_STRIP
 
51223
 
45384
51224
-# Be more Bourne compatible
45385
51225
-DUALCASE=1; export DUALCASE # for MKS sh
45386
51226
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
45394
51234
-  case `(set -o) 2>/dev/null` in
45395
51235
-  *posix*) set -o posix ;;
45396
51236
-esac
45397
 
-
 
51237
+# Commands used to install an old-style archive.
 
51238
+RANLIB=$lt_RANLIB
 
51239
+old_postinstall_cmds=$lt_old_postinstall_cmds
 
51240
+old_postuninstall_cmds=$lt_old_postuninstall_cmds
 
51241
 
45398
51242
-fi
45399
 
-
45400
 
-
45401
 
 
45402
 
+# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
45403
 
+# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
45404
 
+# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
45405
 
+# NOTE: Changes made to this file will be lost: look at ltmain.sh.
45406
 
+#
45407
 
+#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
45408
 
+#                 2006, 2007, 2008 Free Software Foundation, Inc.
45409
 
+#   Written by Gordon Matzigkeit, 1996
45410
 
+#
45411
 
+#   This file is part of GNU Libtool.
45412
 
+#
45413
 
+# GNU Libtool is free software; you can redistribute it and/or
45414
 
+# modify it under the terms of the GNU General Public License as
45415
 
+# published by the Free Software Foundation; either version 2 of
45416
 
+# the License, or (at your option) any later version.
45417
 
+#
45418
 
+# As a special exception to the GNU General Public License,
45419
 
+# if you distribute this file as part of a program or library that
45420
 
+# is built using GNU Libtool, you may include this file under the
45421
 
+# same distribution terms that you use for the rest of that program.
45422
 
+#
45423
 
+# GNU Libtool is distributed in the hope that it will be useful,
45424
 
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
45425
 
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
45426
 
+# GNU General Public License for more details.
45427
 
+#
45428
 
+# You should have received a copy of the GNU General Public License
45429
 
+# along with GNU Libtool; see the file COPYING.  If not, a copy
45430
 
+# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
45431
 
+# obtained by writing to the Free Software Foundation, Inc.,
45432
 
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
51243
+# A C compiler.
 
51244
+LTCC=$lt_CC
 
51245
 
 
51246
+# LTCC compiler flags.
 
51247
+LTCFLAGS=$lt_CFLAGS
 
51248
 
 
51249
+# Take the output of nm and produce a listing of raw symbols and C names.
 
51250
+global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
 
51251
 
 
51252
+# Transform the output of nm in a proper C declaration.
 
51253
+global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
45433
51254
 
45434
51255
-# PATH needs CR
45435
51256
-# Avoid depending upon Character Ranges.
45438
51259
-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
45439
51260
-as_cr_digits='0123456789'
45440
51261
-as_cr_alnum=$as_cr_Letters$as_cr_digits
 
51262
+# Transform the output of nm in a C name address pair.
 
51263
+global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
45441
51264
 
45442
51265
-as_nl='
45443
51266
-'
45470
51293
-  export as_echo_body
45471
51294
-  as_echo='sh -c $as_echo_body as_echo'
45472
51295
-fi
45473
 
+# The names of the tagged configurations supported by this script.
45474
 
+available_tags=""
 
51296
+# Transform the output of nm in a C name address pair when lib prefix is needed.
 
51297
+global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
45475
51298
 
45476
51299
-# The user is always right.
45477
51300
-if test "${PATH_SEPARATOR+set}" != set; then
45481
51304
-      PATH_SEPARATOR=';'
45482
51305
-  }
45483
51306
-fi
45484
 
+# ### BEGIN LIBTOOL CONFIG
 
51307
+# The name of the directory that contains temporary libtool files.
 
51308
+objdir=$objdir
45485
51309
 
45486
51310
-# Support unset when possible.
45487
51311
-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
45489
51313
-else
45490
51314
-  as_unset=false
45491
51315
-fi
45492
 
+# Which release of libtool.m4 was used?
45493
 
+macro_version=$macro_version
45494
 
+macro_revision=$macro_revision
 
51316
+# Shell to use when invoking shell scripts.
 
51317
+SHELL=$lt_SHELL
45495
51318
 
45496
 
+# Whether or not to build shared libraries.
45497
 
+build_libtool_libs=$enable_shared
 
51319
+# An echo program that does not interpret backslashes.
 
51320
+ECHO=$lt_ECHO
45498
51321
 
45499
51322
-# IFS
45500
51323
-# We need space, tab and new line, in precisely that order.  Quoting is
45502
51325
-# (If _AS_PATH_WALK were called with IFS unset, it would disable word
45503
51326
-# splitting by setting IFS to empty value.)
45504
51327
-IFS=" ""       $as_nl"
45505
 
+# Whether or not to build static libraries.
45506
 
+build_old_libs=$enable_static
 
51328
+# Used to examine libraries when file_magic_cmd begins with "file".
 
51329
+MAGIC_CMD=$MAGIC_CMD
45507
51330
 
45508
51331
-# Find who we are.  Look in the path if we contain no directory separator.
45509
51332
-case $0 in
45516
51339
-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
45517
51340
-done
45518
51341
-IFS=$as_save_IFS
45519
 
+# What type of objects to build.
45520
 
+pic_mode=$pic_mode
 
51342
+# Must we lock files when doing compilation?
 
51343
+need_locks=$lt_need_locks
45521
51344
 
45522
51345
-     ;;
45523
51346
-esac
45530
51353
-  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
45531
51354
-  { (exit 1); exit 1; }
45532
51355
-fi
45533
 
+# Whether or not to optimize for fast installation.
45534
 
+fast_install=$enable_fast_install
 
51356
+# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
 
51357
+DSYMUTIL=$lt_DSYMUTIL
45535
51358
 
45536
51359
-# Work around bugs in pre-3.0 UWIN ksh.
45537
51360
-for as_var in ENV MAIL MAILPATH
45540
51363
-PS1='$ '
45541
51364
-PS2='> '
45542
51365
-PS4='+ '
45543
 
+# The host system.
45544
 
+host_alias=$host_alias
45545
 
+host=$host
45546
 
+host_os=$host_os
 
51366
+# Tool to change global to local symbols on Mac OS X.
 
51367
+NMEDIT=$lt_NMEDIT
45547
51368
 
45548
51369
-# NLS nuisances.
45549
51370
-LC_ALL=C
45550
51371
-export LC_ALL
45551
51372
-LANGUAGE=C
45552
51373
-export LANGUAGE
45553
 
+# The build system.
45554
 
+build_alias=$build_alias
45555
 
+build=$build
45556
 
+build_os=$build_os
 
51374
+# Tool to manipulate fat objects and archives on Mac OS X.
 
51375
+LIPO=$lt_LIPO
45557
51376
 
45558
51377
-# Required to use basename.
45559
51378
-if expr a : '\(a\)' >/dev/null 2>&1 &&
45562
51381
-else
45563
51382
-  as_expr=false
45564
51383
-fi
45565
 
+# A sed program that does not truncate output.
45566
 
+SED=$lt_SED
 
51384
+# ldd/readelf like tool for Mach-O binaries on Mac OS X.
 
51385
+OTOOL=$lt_OTOOL
45567
51386
 
45568
51387
-if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
45569
51388
-  as_basename=basename
45570
51389
-else
45571
51390
-  as_basename=false
45572
51391
-fi
45573
 
+# Sed that helps us avoid accidentally triggering echo(1) options like -n.
45574
 
+Xsed="\$SED -e 1s/^X//"
 
51392
+# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
 
51393
+OTOOL64=$lt_OTOOL64
45575
51394
 
45576
 
+# A grep program that handles long lines.
45577
 
+GREP=$lt_GREP
 
51395
+# Old archive suffix (normally "a").
 
51396
+libext=$libext
45578
51397
 
45579
51398
-# Name of the executable.
45580
51399
-as_me=`$as_basename -- "$0" ||
45595
51414
-           q
45596
51415
-         }
45597
51416
-         s/.*/./; q'`
45598
 
+# An ERE matcher.
45599
 
+EGREP=$lt_EGREP
 
51417
+# Shared library suffix (normally ".so").
 
51418
+shrext_cmds=$lt_shrext_cmds
45600
51419
 
45601
51420
-# CDPATH.
45602
51421
-$as_unset CDPATH
45603
 
+# A literal string matcher.
45604
 
+FGREP=$lt_FGREP
45605
 
 
45606
 
+# A BSD- or MS-compatible name lister.
45607
 
+NM=$lt_NM
45608
 
 
45609
 
+# Whether we need soft or hard links.
45610
 
+LN_S=$lt_LN_S
 
51422
+# The commands to extract the exported symbol list from a shared archive.
 
51423
+extract_expsyms_cmds=$lt_extract_expsyms_cmds
 
51424
 
 
51425
+# Variables whose values should be saved in libtool wrapper scripts and
 
51426
+# restored at link time.
 
51427
+variables_saved_for_relink=$lt_variables_saved_for_relink
 
51428
 
 
51429
+# Do we need the "lib" prefix for modules?
 
51430
+need_lib_prefix=$need_lib_prefix
45611
51431
 
45612
51432
-  as_lineno_1=$LINENO
45613
51433
-  as_lineno_2=$LINENO
45614
51434
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
45615
51435
-  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
45616
 
+# What is the maximum length of a command?
45617
 
+max_cmd_len=$max_cmd_len
 
51436
+# Do we need a version for libraries?
 
51437
+need_version=$need_version
45618
51438
 
45619
51439
-  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
45620
51440
-  # uniformly replaced by the line number.  The first 'sed' inserts a
45644
51464
-  chmod +x "$as_me.lineno" ||
45645
51465
-    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
45646
51466
-   { (exit 1); exit 1; }; }
45647
 
+# Object file suffix (normally "o").
45648
 
+objext=$ac_objext
 
51467
+# Library versioning type.
 
51468
+version_type=$version_type
45649
51469
 
45650
51470
-  # Don't try to exec as it changes $[0], causing all sort of problems
45651
51471
-  # (the dirname of $[0] is not the place where we might find the
45654
51474
-  # Exit status is that of the last command.
45655
51475
-  exit
45656
51476
-}
45657
 
+# Executable file suffix (normally "").
45658
 
+exeext=$exeext
 
51477
+# Shared library runtime path variable.
 
51478
+runpath_var=$runpath_var
45659
51479
 
45660
 
+# whether the shell understands "unset".
45661
 
+lt_unset=$lt_unset
 
51480
+# Shared library path variable.
 
51481
+shlibpath_var=$shlibpath_var
45662
51482
 
45663
51483
-if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
45664
51484
-  as_dirname=dirname
45665
51485
-else
45666
51486
-  as_dirname=false
45667
51487
-fi
45668
 
+# turn spaces into newlines.
45669
 
+SP2NL=$lt_lt_SP2NL
 
51488
+# Is shlibpath searched before the hard-coded library search path?
 
51489
+shlibpath_overrides_runpath=$shlibpath_overrides_runpath
45670
51490
 
45671
51491
-ECHO_C= ECHO_N= ECHO_T=
45672
51492
-case `echo -n x` in
45684
51504
-else
45685
51505
-  as_expr=false
45686
51506
-fi
45687
 
+# turn newlines into spaces.
45688
 
+NL2SP=$lt_lt_NL2SP
 
51507
+# Format of library name prefix.
 
51508
+libname_spec=$lt_libname_spec
45689
51509
 
45690
51510
-rm -f conf$$ conf$$.exe conf$$.file
45691
51511
-if test -d conf$$.dir; then
45713
51533
-fi
45714
51534
-rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
45715
51535
-rmdir conf$$.dir 2>/dev/null
45716
 
+# How to create reloadable object files.
45717
 
+reload_flag=$lt_reload_flag
45718
 
+reload_cmds=$lt_reload_cmds
 
51536
+# List of archive names.  First name is the real one, the rest are links.
 
51537
+# The last name is the one that the linker finds with -lNAME
 
51538
+library_names_spec=$lt_library_names_spec
45719
51539
 
45720
51540
-if mkdir -p . 2>/dev/null; then
45721
51541
-  as_mkdir_p=:
45723
51543
-  test -d ./-p && rmdir ./-p
45724
51544
-  as_mkdir_p=false
45725
51545
-fi
45726
 
+# An object symbol dumper.
45727
 
+OBJDUMP=$lt_OBJDUMP
 
51546
+# The coded name of the library, if different from the real name.
 
51547
+soname_spec=$lt_soname_spec
45728
51548
 
45729
51549
-if test -x / >/dev/null 2>&1; then
45730
51550
-  as_test_x='test -x'
45748
51568
-  '
45749
51569
-fi
45750
51570
-as_executable_p=$as_test_x
45751
 
+# Method to check whether dependent libraries are shared objects.
45752
 
+deplibs_check_method=$lt_deplibs_check_method
 
51571
+# Command to use after installation of a shared archive.
 
51572
+postinstall_cmds=$lt_postinstall_cmds
45753
51573
 
45754
51574
-# Sed expression to map a string onto a valid CPP name.
45755
51575
-as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
45756
 
+# Command to use when deplibs_check_method == "file_magic".
45757
 
+file_magic_cmd=$lt_file_magic_cmd
 
51576
+# Command to use after uninstallation of a shared archive.
 
51577
+postuninstall_cmds=$lt_postuninstall_cmds
45758
51578
 
45759
51579
-# Sed expression to map a string onto a valid variable name.
45760
51580
-as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
45761
 
+# The archiver.
45762
 
+AR=$lt_AR
45763
 
+AR_FLAGS=$lt_AR_FLAGS
 
51581
+# Commands used to finish a libtool library installation in a directory.
 
51582
+finish_cmds=$lt_finish_cmds
 
51583
+
 
51584
+# As "finish_cmds", except a single script fragment to be evaled but
 
51585
+# not shown.
 
51586
+finish_eval=$lt_finish_eval
45764
51587
 
45765
 
+# A symbol stripping program.
45766
 
+STRIP=$lt_STRIP
 
51588
+# Whether we should hardcode library paths into libraries.
 
51589
+hardcode_into_libs=$hardcode_into_libs
45767
51590
 
45768
51591
-exec 6>&1
45769
 
+# Commands used to install an old-style archive.
45770
 
+RANLIB=$lt_RANLIB
45771
 
+old_postinstall_cmds=$lt_old_postinstall_cmds
45772
 
+old_postuninstall_cmds=$lt_old_postuninstall_cmds
 
51592
+# Compile-time system search path for libraries.
 
51593
+sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
45773
51594
 
45774
51595
-# Save the log message, to keep $[0] and so on meaningful, and to
45775
51596
-# report actual input values of CONFIG_FILES etc. instead of their
45776
51597
-# values after options handling.
45777
51598
-ac_log="
45778
 
-This file was extended by gnome-control-center $as_me 2.25.92, which was
45779
 
-generated by GNU Autoconf 2.63.  Invocation command line was
45780
 
+# A C compiler.
45781
 
+LTCC=$lt_CC
 
51599
-This file was extended by gnome-control-center $as_me 2.26.0, which was
 
51600
-generated by GNU Autoconf 2.62.  Invocation command line was
 
51601
+# Run-time system search path for libraries.
 
51602
+sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
45782
51603
 
45783
51604
-  CONFIG_FILES    = $CONFIG_FILES
45784
51605
-  CONFIG_HEADERS  = $CONFIG_HEADERS
45785
51606
-  CONFIG_LINKS    = $CONFIG_LINKS
45786
51607
-  CONFIG_COMMANDS = $CONFIG_COMMANDS
45787
51608
-  $ $0 $@
45788
 
+# LTCC compiler flags.
45789
 
+LTCFLAGS=$lt_CFLAGS
 
51609
+# Whether dlopen is supported.
 
51610
+dlopen_support=$enable_dlopen
45790
51611
 
45791
51612
-on `(hostname || uname -n) 2>/dev/null | sed 1q`
45792
51613
-"
45793
 
+# Take the output of nm and produce a listing of raw symbols and C names.
45794
 
+global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
 
51614
+# Whether dlopen of programs is supported.
 
51615
+dlopen_self=$enable_dlopen_self
45795
51616
 
45796
51617
-_ACEOF
45797
 
+# Transform the output of nm in a proper C declaration.
45798
 
+global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
45799
 
 
45800
 
-case $ac_config_files in *"
45801
 
-"*) set x $ac_config_files; shift; ac_config_files=$*;;
45802
 
-esac
45803
 
+# Transform the output of nm in a C name address pair.
45804
 
+global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
45805
 
 
45806
 
-case $ac_config_headers in *"
45807
 
-"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
45808
 
-esac
45809
 
+# Transform the output of nm in a C name address pair when lib prefix is needed.
45810
 
+global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
45811
 
 
45812
 
+# The name of the directory that contains temporary libtool files.
45813
 
+objdir=$objdir
 
51618
+# Whether dlopen of statically linked programs is supported.
 
51619
+dlopen_self_static=$enable_dlopen_self_static
45814
51620
 
45815
51621
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
45816
51622
-# Files that config.status was made for.
45817
51623
-config_files="$ac_config_files"
45818
51624
-config_headers="$ac_config_headers"
45819
51625
-config_commands="$ac_config_commands"
45820
 
+# Shell to use when invoking shell scripts.
45821
 
+SHELL=$lt_SHELL
 
51626
+# Commands to strip libraries.
 
51627
+old_striplib=$lt_old_striplib
 
51628
+striplib=$lt_striplib
45822
51629
 
45823
51630
-_ACEOF
45824
 
+# An echo program that does not interpret backslashes.
45825
 
+ECHO=$lt_ECHO
45826
51631
 
45827
51632
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
45828
51633
-ac_cs_usage="\
45829
51634
-\`$as_me' instantiates files from templates according to the
45830
51635
-current configuration.
45831
 
+# Used to examine libraries when file_magic_cmd begins with "file".
45832
 
+MAGIC_CMD=$MAGIC_CMD
 
51636
+# The linker used to build libraries.
 
51637
+LD=$lt_LD
45833
51638
 
45834
 
-Usage: $0 [OPTION]... [FILE]...
45835
 
+# Must we lock files when doing compilation?
45836
 
+need_locks=$lt_need_locks
 
51639
-Usage: $0 [OPTIONS] [FILE]...
 
51640
+# Commands used to build an old-style archive.
 
51641
+old_archive_cmds=$lt_old_archive_cmds
45837
51642
 
45838
51643
-  -h, --help       print this help, then exit
45839
51644
-  -V, --version    print version number and configuration settings, then exit
45840
 
-  -q, --quiet, --silent
45841
 
-                   do not print progress messages
 
51645
-  -q, --quiet      do not print progress messages
45842
51646
-  -d, --debug      don't remove temporary files
45843
51647
-      --recheck    update $as_me by reconfiguring in the same conditions
45844
 
-      --file=FILE[:TEMPLATE]
 
51648
-  --file=FILE[:TEMPLATE]
45845
51649
-                   instantiate the configuration file FILE
45846
 
-      --header=FILE[:TEMPLATE]
 
51650
-  --header=FILE[:TEMPLATE]
45847
51651
-                   instantiate the configuration header FILE
45848
 
+# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
45849
 
+DSYMUTIL=$lt_DSYMUTIL
 
51652
+# A language specific compiler.
 
51653
+CC=$lt_compiler
45850
51654
 
45851
51655
-Configuration files:
45852
51656
-$config_files
45853
 
+# Tool to change global to local symbols on Mac OS X.
45854
 
+NMEDIT=$lt_NMEDIT
 
51657
+# Is the compiler the GNU compiler?
 
51658
+with_gcc=$GCC
45855
51659
 
45856
51660
-Configuration headers:
45857
51661
-$config_headers
45858
 
+# Tool to manipulate fat objects and archives on Mac OS X.
45859
 
+LIPO=$lt_LIPO
 
51662
+# Compiler flag to turn off builtin functions.
 
51663
+no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
45860
51664
 
45861
51665
-Configuration commands:
45862
51666
-$config_commands
45863
 
+# ldd/readelf like tool for Mach-O binaries on Mac OS X.
45864
 
+OTOOL=$lt_OTOOL
 
51667
+# How to pass a linker flag through the compiler.
 
51668
+wl=$lt_lt_prog_compiler_wl
45865
51669
 
45866
51670
-Report bugs to <bug-autoconf@gnu.org>."
45867
 
+# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
45868
 
+OTOOL64=$lt_OTOOL64
 
51671
+# Additional compiler flags for building library objects.
 
51672
+pic_flag=$lt_lt_prog_compiler_pic
45869
51673
 
45870
51674
-_ACEOF
45871
51675
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
45872
51676
-ac_cs_version="\\
45873
 
-gnome-control-center config.status 2.25.92
45874
 
-configured by $0, generated by GNU Autoconf 2.63,
 
51677
-gnome-control-center config.status 2.26.0
 
51678
-configured by $0, generated by GNU Autoconf 2.62,
45875
51679
-  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
45876
 
+# Old archive suffix (normally "a").
45877
 
+libext=$libext
 
51680
+# Compiler flag to prevent dynamic linking.
 
51681
+link_static_flag=$lt_lt_prog_compiler_static
45878
51682
 
45879
51683
-Copyright (C) 2008 Free Software Foundation, Inc.
45880
51684
-This config.status script is free software; the Free Software Foundation
45881
51685
-gives unlimited permission to copy, distribute and modify it."
45882
 
+# Shared library suffix (normally ".so").
45883
 
+shrext_cmds=$lt_shrext_cmds
 
51686
+# Does compiler simultaneously support -c and -o options?
 
51687
+compiler_c_o=$lt_lt_cv_prog_compiler_c_o
45884
51688
 
45885
51689
-ac_pwd='$ac_pwd'
45886
51690
-srcdir='$srcdir'
45889
51693
-AWK='$AWK'
45890
51694
-test -n "\$AWK" || AWK=awk
45891
51695
-_ACEOF
45892
 
+# The commands to extract the exported symbol list from a shared archive.
45893
 
+extract_expsyms_cmds=$lt_extract_expsyms_cmds
 
51696
+# Whether or not to add -lc for building shared libraries.
 
51697
+build_libtool_need_lc=$archive_cmds_need_lc
45894
51698
 
45895
51699
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
45896
51700
-# The default lists apply if the user does not specify any file.
45909
51713
-    ac_shift=shift
45910
51714
-    ;;
45911
51715
-  esac
45912
 
+# Variables whose values should be saved in libtool wrapper scripts and
45913
 
+# restored at link time.
45914
 
+variables_saved_for_relink=$lt_variables_saved_for_relink
45915
 
+
45916
 
+# Do we need the "lib" prefix for modules?
45917
 
+need_lib_prefix=$need_lib_prefix
45918
 
+
45919
 
+# Do we need a version for libraries?
45920
 
+need_version=$need_version
45921
 
+
45922
 
+# Library versioning type.
45923
 
+version_type=$version_type
45924
 
+
45925
 
+# Shared library runtime path variable.
45926
 
+runpath_var=$runpath_var
45927
 
+
45928
 
+# Shared library path variable.
45929
 
+shlibpath_var=$shlibpath_var
45930
 
+
45931
 
+# Is shlibpath searched before the hard-coded library search path?
45932
 
+shlibpath_overrides_runpath=$shlibpath_overrides_runpath
45933
 
+
45934
 
+# Format of library name prefix.
45935
 
+libname_spec=$lt_libname_spec
 
51716
+# Whether or not to disallow shared libs when runtime libs are static.
 
51717
+allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
45936
51718
 
45937
51719
-  case $ac_option in
45938
51720
-  # Handling of the options.
45966
51748
-  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
45967
51749
-  | -silent | --silent | --silen | --sile | --sil | --si | --s)
45968
51750
-    ac_cs_silent=: ;;
45969
 
+# List of archive names.  First name is the real one, the rest are links.
45970
 
+# The last name is the one that the linker finds with -lNAME
45971
 
+library_names_spec=$lt_library_names_spec
 
51751
+# Compiler flag to allow reflexive dlopens.
 
51752
+export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
45972
51753
 
45973
51754
-  # This is an error.
45974
51755
-  -*) { $as_echo "$as_me: error: unrecognized option: $1
45975
51756
-Try \`$0 --help' for more information." >&2
45976
51757
-   { (exit 1); exit 1; }; } ;;
45977
 
+# The coded name of the library, if different from the real name.
45978
 
+soname_spec=$lt_soname_spec
 
51758
+# Compiler flag to generate shared objects directly from archives.
 
51759
+whole_archive_flag_spec=$lt_whole_archive_flag_spec
45979
51760
 
45980
51761
-  *) ac_config_targets="$ac_config_targets $1"
45981
51762
-     ac_need_defaults=false ;;
45982
 
+# Command to use after installation of a shared archive.
45983
 
+postinstall_cmds=$lt_postinstall_cmds
 
51763
+# Whether the compiler copes with passing no objects directly.
 
51764
+compiler_needs_object=$lt_compiler_needs_object
45984
51765
 
45985
51766
-  esac
45986
51767
-  shift
45987
51768
-done
45988
 
+# Command to use after uninstallation of a shared archive.
45989
 
+postuninstall_cmds=$lt_postuninstall_cmds
 
51769
+# Create an old-style archive from a shared archive.
 
51770
+old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
45990
51771
 
45991
51772
-ac_configure_extra_args=
45992
 
+# Commands used to finish a libtool library installation in a directory.
45993
 
+finish_cmds=$lt_finish_cmds
 
51773
+# Create a temporary old-style archive to link instead of a shared archive.
 
51774
+old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
45994
51775
 
45995
51776
-if $ac_cs_silent; then
45996
51777
-  exec 6>/dev/null
45997
51778
-  ac_configure_extra_args="$ac_configure_extra_args --silent"
45998
51779
-fi
45999
 
+# As "finish_cmds", except a single script fragment to be evaled but
46000
 
+# not shown.
46001
 
+finish_eval=$lt_finish_eval
 
51780
+# Commands used to build a shared archive.
 
51781
+archive_cmds=$lt_archive_cmds
 
51782
+archive_expsym_cmds=$lt_archive_expsym_cmds
46002
51783
 
46003
51784
-_ACEOF
46004
51785
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
46010
51791
-  export CONFIG_SHELL
46011
51792
-  exec "\$@"
46012
51793
-fi
46013
 
+# Whether we should hardcode library paths into libraries.
46014
 
+hardcode_into_libs=$hardcode_into_libs
 
51794
+# Commands used to build a loadable module if different from building
 
51795
+# a shared archive.
 
51796
+module_cmds=$lt_module_cmds
 
51797
+module_expsym_cmds=$lt_module_expsym_cmds
46015
51798
 
46016
51799
-_ACEOF
46017
51800
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
46023
51806
-_ASBOX
46024
51807
-  $as_echo "$ac_log"
46025
51808
-} >&5
46026
 
+# Compile-time system search path for libraries.
46027
 
+sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
 
51809
+# Whether we are building with GNU ld or not.
 
51810
+with_gnu_ld=$lt_with_gnu_ld
46028
51811
 
46029
51812
-_ACEOF
46030
51813
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
46032
51815
-# INIT-COMMANDS
46033
51816
-#
46034
51817
-AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
46035
 
+# Run-time system search path for libraries.
46036
 
+sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
 
51818
+# Flag that allows shared libraries with undefined symbols to be built.
 
51819
+allow_undefined_flag=$lt_allow_undefined_flag
46037
51820
 
46038
 
+# Whether dlopen is supported.
46039
 
+dlopen_support=$enable_dlopen
 
51821
+# Flag that enforces no undefined symbols.
 
51822
+no_undefined_flag=$lt_no_undefined_flag
46040
51823
 
46041
51824
-_ACEOF
46042
 
+# Whether dlopen of programs is supported.
46043
 
+dlopen_self=$enable_dlopen_self
 
51825
+# Flag to hardcode \$libdir into a binary during linking.
 
51826
+# This must work even if \$libdir does not exist
 
51827
+hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
46044
51828
 
46045
51829
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
46046
 
+# Whether dlopen of statically linked programs is supported.
46047
 
+dlopen_self_static=$enable_dlopen_self_static
 
51830
+# If ld is used when linking, flag to hardcode \$libdir into a binary
 
51831
+# during linking.  This must work even if \$libdir does not exist.
 
51832
+hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
46048
51833
 
46049
51834
-# Handling of arguments.
46050
51835
-for ac_config_target in $ac_config_targets
46095
51880
-    "shell/gnomecc.desktop.in") CONFIG_FILES="$CONFIG_FILES shell/gnomecc.desktop.in" ;;
46096
51881
-    "typing-break/Makefile") CONFIG_FILES="$CONFIG_FILES typing-break/Makefile" ;;
46097
51882
-    "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
46098
 
+# Commands to strip libraries.
46099
 
+old_striplib=$lt_old_striplib
46100
 
+striplib=$lt_striplib
 
51883
+# Whether we need a single "-rpath" flag with a separated argument.
 
51884
+hardcode_libdir_separator=$lt_hardcode_libdir_separator
46101
51885
 
46102
51886
-  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
46103
51887
-$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
46104
51888
-   { (exit 1); exit 1; }; };;
46105
51889
-  esac
46106
51890
-done
 
51891
+# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
 
51892
+# DIR into the resulting binary.
 
51893
+hardcode_direct=$hardcode_direct
46107
51894
 
46108
 
+# The linker used to build libraries.
46109
 
+LD=$lt_LD
 
51895
+# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
 
51896
+# DIR into the resulting binary and the resulting library dependency is
 
51897
+# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
 
51898
+# library is relocated.
 
51899
+hardcode_direct_absolute=$hardcode_direct_absolute
46110
51900
 
46111
51901
-# If the user did not use the arguments to specify the items to instantiate,
46112
51902
-# then the envvar interface is used.  Set only those that are not.
46117
51907
-  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
46118
51908
-  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
46119
51909
-fi
46120
 
+# Commands used to build an old-style archive.
46121
 
+old_archive_cmds=$lt_old_archive_cmds
 
51910
+# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
 
51911
+# into the resulting binary.
 
51912
+hardcode_minus_L=$hardcode_minus_L
46122
51913
 
46123
51914
-# Have a temporary directory for convenience.  Make it in the build tree
46124
51915
-# simply because there is no reason against having it here, and in addition,
46135
51926
-  trap '{ (exit 1); exit 1; }' 1 2 13 15
46136
51927
-}
46137
51928
-# Create a (secure) tmp directory for tmp files.
46138
 
+# A language specific compiler.
46139
 
+CC=$lt_compiler
 
51929
+# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
 
51930
+# into the resulting binary.
 
51931
+hardcode_shlibpath_var=$hardcode_shlibpath_var
46140
51932
 
46141
51933
-{
46142
51934
-  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
46150
51942
-   $as_echo "$as_me: cannot create a temporary directory in ." >&2
46151
51943
-   { (exit 1); exit 1; }
46152
51944
-}
46153
 
+# Is the compiler the GNU compiler?
46154
 
+with_gcc=$GCC
 
51945
+# Set to "yes" if building a shared library automatically hardcodes DIR
 
51946
+# into the library and all subsequent libraries and executables linked
 
51947
+# against it.
 
51948
+hardcode_automatic=$hardcode_automatic
46155
51949
 
46156
51950
-# Set up the scripts for CONFIG_FILES section.
46157
51951
-# No need to generate them if there are no CONFIG_FILES.
46158
51952
-# This happens for instance with `./config.status config.h'.
46159
51953
-if test -n "$CONFIG_FILES"; then
46160
 
+# Compiler flag to turn off builtin functions.
46161
 
+no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
 
51954
+# Set to yes if linker adds runtime paths of dependent libraries
 
51955
+# to runtime path list.
 
51956
+inherit_rpath=$inherit_rpath
46162
51957
 
46163
 
+# How to pass a linker flag through the compiler.
46164
 
+wl=$lt_lt_prog_compiler_wl
 
51958
+# Whether libtool must link a program against all its dependency libraries.
 
51959
+link_all_deplibs=$link_all_deplibs
46165
51960
 
46166
51961
-ac_cr='
 
 
b"'"
46167
51962
-ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
46170
51965
-else
46171
51966
-  ac_cs_awk_cr=$ac_cr
46172
51967
-fi
46173
 
+# Additional compiler flags for building library objects.
46174
 
+pic_flag=$lt_lt_prog_compiler_pic
 
51968
+# Fix the shell variable \$srcfile for the compiler.
 
51969
+fix_srcfile_path=$lt_fix_srcfile_path
46175
51970
 
46176
51971
-echo 'BEGIN {' >"$tmp/subs1.awk" &&
46177
51972
-_ACEOF
46178
 
+# Compiler flag to prevent dynamic linking.
46179
 
+link_static_flag=$lt_lt_prog_compiler_static
 
51973
+# Set to "yes" if exported symbols are required.
 
51974
+always_export_symbols=$always_export_symbols
46180
51975
 
46181
 
+# Does compiler simultaneously support -c and -o options?
46182
 
+compiler_c_o=$lt_lt_cv_prog_compiler_c_o
 
51976
+# The commands to list exported symbols.
 
51977
+export_symbols_cmds=$lt_export_symbols_cmds
46183
51978
 
46184
51979
-{
46185
51980
-  echo "cat >conf$$subs.awk <<_ACEOF" &&
46196
51991
-    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
46197
51992
-$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
46198
51993
-   { (exit 1); exit 1; }; }
46199
 
+# Whether or not to add -lc for building shared libraries.
46200
 
+build_libtool_need_lc=$archive_cmds_need_lc
 
51994
+# Symbols that should not be listed in the preloaded symbols.
 
51995
+exclude_expsyms=$lt_exclude_expsyms
46201
51996
 
46202
 
-  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
46203
 
-  if test $ac_delim_n = $ac_delim_num; then
 
51997
-  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` = $ac_delim_num; then
46204
51998
-    break
46205
51999
-  elif $ac_last_try; then
46206
52000
-    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
46211
52005
-  fi
46212
52006
-done
46213
52007
-rm -f conf$$subs.sh
46214
 
+# Whether or not to disallow shared libs when runtime libs are static.
46215
 
+allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
46216
 
+
46217
 
+# Compiler flag to allow reflexive dlopens.
46218
 
+export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
46219
 
+
46220
 
+# Compiler flag to generate shared objects directly from archives.
46221
 
+whole_archive_flag_spec=$lt_whole_archive_flag_spec
46222
 
+
46223
 
+# Whether the compiler copes with passing no objects directly.
46224
 
+compiler_needs_object=$lt_compiler_needs_object
46225
 
+
46226
 
+# Create an old-style archive from a shared archive.
46227
 
+old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
 
52008
+# Symbols that must always be exported.
 
52009
+include_expsyms=$lt_include_expsyms
46228
52010
 
46229
52011
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
46230
52012
-cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
46278
52060
-cat >>"\$tmp/subs1.awk" <<_ACAWK &&
46279
52061
-  for (key in S) S_is_set[key] = 1
46280
52062
-  FS = ""
46281
 
+# Create a temporary old-style archive to link instead of a shared archive.
46282
 
+old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
 
52063
+# Commands necessary for linking programs (against libraries) with templates.
 
52064
+prelink_cmds=$lt_prelink_cmds
46283
52065
 
46284
52066
-}
46285
52067
-{
46298
52080
-    } else
46299
52081
-      len += 1 + keylen
46300
52082
-  }
46301
 
+# Commands used to build a shared archive.
46302
 
+archive_cmds=$lt_archive_cmds
46303
 
+archive_expsym_cmds=$lt_archive_expsym_cmds
 
52083
+# Specify filename containing input files.
 
52084
+file_list_spec=$lt_file_list_spec
46304
52085
 
46305
52086
-  print line
46306
52087
-}
46307
 
+# Commands used to build a loadable module if different from building
46308
 
+# a shared archive.
46309
 
+module_cmds=$lt_module_cmds
46310
 
+module_expsym_cmds=$lt_module_expsym_cmds
 
52088
+# How to hardcode a shared library path into an executable.
 
52089
+hardcode_action=$hardcode_action
46311
52090
 
46312
52091
-_ACAWK
46313
52092
-_ACEOF
46321
52100
-$as_echo "$as_me: error: could not setup config files machinery" >&2;}
46322
52101
-   { (exit 1); exit 1; }; }
46323
52102
-_ACEOF
46324
 
+# Whether we are building with GNU ld or not.
46325
 
+with_gnu_ld=$lt_with_gnu_ld
 
52103
+# ### END LIBTOOL CONFIG
46326
52104
 
46327
52105
-# VPATH may cause trouble with some makes, so we remove $(srcdir),
46328
52106
-# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
46337
52115
-s/:*$//
46338
52116
-s/^[^=]*=[      ]*$//
46339
52117
-}'
46340
 
-fi
46341
 
+# Flag that allows shared libraries with undefined symbols to be built.
46342
 
+allow_undefined_flag=$lt_allow_undefined_flag
 
52118
+_LT_EOF
 
52119
+
 
52120
+  case $host_os in
 
52121
+  aix3*)
 
52122
+    cat <<\_LT_EOF >> "$cfgfile"
 
52123
+# AIX sometimes has problems with the GCC collect2 program.  For some
 
52124
+# reason, if we set the COLLECT_NAMES environment variable, the problems
 
52125
+# vanish in a puff of smoke.
 
52126
+if test "X${COLLECT_NAMES+set}" != Xset; then
 
52127
+  COLLECT_NAMES=
 
52128
+  export COLLECT_NAMES
 
52129
 fi
 
52130
+_LT_EOF
 
52131
+    ;;
 
52132
+  esac
46343
52133
 
46344
52134
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
46345
52135
-fi # test -n "$CONFIG_FILES"
46346
 
+# Flag that enforces no undefined symbols.
46347
 
+no_undefined_flag=$lt_no_undefined_flag
46348
52136
 
46349
52137
-# Set up the scripts for CONFIG_HEADERS section.
46350
52138
-# No need to generate them if there are no CONFIG_HEADERS.
46353
52141
-cat >"$tmp/defines.awk" <<\_ACAWK ||
46354
52142
-BEGIN {
46355
52143
-_ACEOF
46356
 
+# Flag to hardcode \$libdir into a binary during linking.
46357
 
+# This must work even if \$libdir does not exist
46358
 
+hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
 
52144
+ltmain="$ac_aux_dir/ltmain.sh"
46359
52145
 
46360
52146
-# Transform confdefs.h into an awk script `defines.awk', embedded as
46361
52147
-# here-document in config.status, that substitutes the proper values into
46362
52148
-# config.h.in to produce config.h.
46363
 
+# If ld is used when linking, flag to hardcode \$libdir into a binary
46364
 
+# during linking.  This must work even if \$libdir does not exist.
46365
 
+hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
46366
52149
 
46367
52150
-# Create a delimiter string that does not exist in confdefs.h, to ease
46368
52151
-# handling of long lines.
46379
52162
-    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
46380
52163
-  fi
46381
52164
-done
46382
 
+# Whether we need a single "-rpath" flag with a separated argument.
46383
 
+hardcode_libdir_separator=$lt_hardcode_libdir_separator
 
52165
+  # We use sed instead of cat because bash on DJGPP gets confused if
 
52166
+  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
 
52167
+  # text mode, it properly converts lines to CR/LF.  This bash problem
 
52168
+  # is reportedly fixed, but why not run on old versions too?
 
52169
+  sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
 
52170
+    || (rm -f "$cfgfile"; exit 1)
46384
52171
 
46385
52172
-# For the awk script, D is an array of macro values keyed by name,
46386
52173
-# likewise P contains macro parameters if any.  Preserve backslash
46387
52174
-# newline sequences.
46388
 
+# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
46389
 
+# DIR into the resulting binary.
46390
 
+hardcode_direct=$hardcode_direct
 
52175
+  case $xsi_shell in
 
52176
+  yes)
 
52177
+    cat << \_LT_EOF >> "$cfgfile"
46391
52178
 
46392
52179
-ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
46393
52180
-sed -n '
46428
52215
-' <confdefs.h | sed '
46429
52216
-s/'"$ac_delim"'/"\\\
46430
52217
-"/g' >>$CONFIG_STATUS || ac_write_fail=1
46431
 
+# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
46432
 
+# DIR into the resulting binary and the resulting library dependency is
46433
 
+# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
46434
 
+# library is relocated.
46435
 
+hardcode_direct_absolute=$hardcode_direct_absolute
46436
 
 
 
52218
-
46437
52219
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
46438
52220
-  for (key in D) D_is_set[key] = 1
46439
52221
-  FS = ""
46450
52232
-  }
46451
52233
-  split(mac1, mac2, "(") #)
46452
52234
-  macro = mac2[1]
46453
 
-  prefix = substr(line, 1, index(line, defundef) - 1)
46454
52235
-  if (D_is_set[macro]) {
46455
52236
-    # Preserve the white space surrounding the "#".
 
52237
-    prefix = substr(line, 1, index(line, defundef) - 1)
46456
52238
-    print prefix "define", macro P[macro] D[macro]
46457
52239
-    next
46458
52240
-  } else {
46460
52242
-    # in the case of _POSIX_SOURCE, which is predefined and required
46461
52243
-    # on some systems where configure will not decide to define it.
46462
52244
-    if (defundef == "undef") {
46463
 
-      print "/*", prefix defundef, macro, "*/"
 
52245
-      print "/*", line, "*/"
46464
52246
-      next
46465
52247
-    }
46466
52248
-  }
46467
 
-}
 
52249
+# func_dirname file append nondir_replacement
 
52250
+# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
 
52251
+# otherwise set result to NONDIR_REPLACEMENT.
 
52252
+func_dirname ()
 
52253
+{
 
52254
+  case ${1} in
 
52255
+    */*) func_dirname_result="${1%/*}${2}" ;;
 
52256
+    *  ) func_dirname_result="${3}" ;;
 
52257
+  esac
 
52258
 }
46468
52259
-{ print }
46469
52260
-_ACAWK
46470
52261
-_ACEOF
46473
52264
-$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
46474
52265
-   { (exit 1); exit 1; }; }
46475
52266
-fi # test -n "$CONFIG_HEADERS"
46476
 
+# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
46477
 
+# into the resulting binary.
46478
 
+hardcode_minus_L=$hardcode_minus_L
46479
52267
 
46480
 
+# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
46481
 
+# into the resulting binary.
46482
 
+hardcode_shlibpath_var=$hardcode_shlibpath_var
 
52268
+# func_basename file
 
52269
+func_basename ()
 
52270
+{
 
52271
+  func_basename_result="${1##*/}"
 
52272
+}
46483
52273
 
46484
52274
-eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
46485
52275
-shift
46487
52277
-do
46488
52278
-  case $ac_tag in
46489
52279
-  :[FHLC]) ac_mode=$ac_tag; continue;;
46490
 
-  esac
 
52280
+# func_dirname_and_basename file append nondir_replacement
 
52281
+# perform func_basename and func_dirname in a single function
 
52282
+# call:
 
52283
+#   dirname:  Compute the dirname of FILE.  If nonempty,
 
52284
+#             add APPEND to the result, otherwise set result
 
52285
+#             to NONDIR_REPLACEMENT.
 
52286
+#             value returned in "$func_dirname_result"
 
52287
+#   basename: Compute filename of FILE.
 
52288
+#             value retuned in "$func_basename_result"
 
52289
+# Implementation must be kept synchronized with func_dirname
 
52290
+# and func_basename. For efficiency, we do not delegate to
 
52291
+# those functions but instead duplicate the functionality here.
 
52292
+func_dirname_and_basename ()
 
52293
+{
 
52294
+  case ${1} in
 
52295
+    */*) func_dirname_result="${1%/*}${2}" ;;
 
52296
+    *  ) func_dirname_result="${3}" ;;
 
52297
   esac
46491
52298
-  case $ac_mode$ac_tag in
46492
52299
-  :[FHL]*:*);;
46493
 
-  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
46494
 
-$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
 
52300
-  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
 
52301
-$as_echo "$as_me: error: Invalid tag $ac_tag." >&2;}
46495
52302
-   { (exit 1); exit 1; }; };;
46496
52303
-  :[FH]-) ac_tag=-:-;;
46497
52304
-  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
46498
 
-  esac
 
52305
+  func_basename_result="${1##*/}"
 
52306
+}
 
52307
+
 
52308
+# func_stripname prefix suffix name
 
52309
+# strip PREFIX and SUFFIX off of NAME.
 
52310
+# PREFIX and SUFFIX must not contain globbing or regex special
 
52311
+# characters, hashes, percent signs, but SUFFIX may contain a leading
 
52312
+# dot (in which case that matches only a dot).
 
52313
+func_stripname ()
 
52314
+{
 
52315
+  # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
 
52316
+  # positional parameters, so assign one to ordinary parameter first.
 
52317
+  func_stripname_result=${3}
 
52318
+  func_stripname_result=${func_stripname_result#"${1}"}
 
52319
+  func_stripname_result=${func_stripname_result%"${2}"}
 
52320
+}
 
52321
+
 
52322
+# func_opt_split
 
52323
+func_opt_split ()
 
52324
+{
 
52325
+  func_opt_split_opt=${1%%=*}
 
52326
+  func_opt_split_arg=${1#*=}
 
52327
+}
 
52328
+
 
52329
+# func_lo2o object
 
52330
+func_lo2o ()
 
52331
+{
 
52332
+  case ${1} in
 
52333
+    *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
 
52334
+    *)    func_lo2o_result=${1} ;;
 
52335
   esac
46499
52336
-  ac_save_IFS=$IFS
46500
52337
-  IFS=:
46501
52338
-  set x $ac_tag
46503
52340
-  shift
46504
52341
-  ac_file=$1
46505
52342
-  shift
46506
 
+# Set to "yes" if building a shared library automatically hardcodes DIR
46507
 
+# into the library and all subsequent libraries and executables linked
46508
 
+# against it.
46509
 
+hardcode_automatic=$hardcode_automatic
46510
 
+
46511
 
+# Set to yes if linker adds runtime paths of dependent libraries
46512
 
+# to runtime path list.
46513
 
+inherit_rpath=$inherit_rpath
46514
 
+
46515
 
+# Whether libtool must link a program against all its dependency libraries.
46516
 
+link_all_deplibs=$link_all_deplibs
46517
 
+
46518
 
+# Fix the shell variable \$srcfile for the compiler.
46519
 
+fix_srcfile_path=$lt_fix_srcfile_path
46520
 
+
46521
 
+# Set to "yes" if exported symbols are required.
46522
 
+always_export_symbols=$always_export_symbols
46523
 
+
46524
 
+# The commands to list exported symbols.
46525
 
+export_symbols_cmds=$lt_export_symbols_cmds
 
52343
+}
46526
52344
 
46527
52345
-  case $ac_mode in
46528
52346
-  :L) ac_source=$1;;
46547
52365
-      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
46548
52366
-      ac_file_inputs="$ac_file_inputs '$ac_f'"
46549
52367
-    done
46550
 
+# Symbols that should not be listed in the preloaded symbols.
46551
 
+exclude_expsyms=$lt_exclude_expsyms
 
52368
+# func_xform libobj-or-source
 
52369
+func_xform ()
 
52370
+{
 
52371
+  func_xform_result=${1%.*}.lo
 
52372
+}
46552
52373
 
46553
52374
-    # Let's still pretend it is `configure' which instantiates (i.e., don't
46554
52375
-    # use $as_me), people would be surprised to read:
46568
52389
-       sed 's/[\\\\&|]/\\\\&/g'`;; #(
46569
52390
-    *) ac_sed_conf_input=$configure_input;;
46570
52391
-    esac
46571
 
+# Symbols that must always be exported.
46572
 
+include_expsyms=$lt_include_expsyms
 
52392
+# func_arith arithmetic-term...
 
52393
+func_arith ()
 
52394
+{
 
52395
+  func_arith_result=$(( $* ))
 
52396
+}
46573
52397
 
46574
52398
-    case $ac_tag in
46575
52399
-    *:-:* | *:-) cat >"$tmp/stdin" \
46577
52401
-$as_echo "$as_me: error: could not create $ac_file" >&2;}
46578
52402
-   { (exit 1); exit 1; }; } ;;
46579
52403
-    esac
46580
 
+# Commands necessary for linking programs (against libraries) with templates.
46581
 
+prelink_cmds=$lt_prelink_cmds
46582
 
+
46583
 
+# Specify filename containing input files.
46584
 
+file_list_spec=$lt_file_list_spec
46585
 
+
46586
 
+# How to hardcode a shared library path into an executable.
46587
 
+hardcode_action=$hardcode_action
46588
 
+
46589
 
+# ### END LIBTOOL CONFIG
46590
 
+
46591
 
+_LT_EOF
46592
 
+
46593
 
+  case $host_os in
46594
 
+  aix3*)
46595
 
+    cat <<\_LT_EOF >> "$cfgfile"
46596
 
+# AIX sometimes has problems with the GCC collect2 program.  For some
46597
 
+# reason, if we set the COLLECT_NAMES environment variable, the problems
46598
 
+# vanish in a puff of smoke.
46599
 
+if test "X${COLLECT_NAMES+set}" != Xset; then
46600
 
+  COLLECT_NAMES=
46601
 
+  export COLLECT_NAMES
46602
 
+fi
 
52404
+# func_len string
 
52405
+# STRING may not start with a hyphen.
 
52406
+func_len ()
 
52407
+{
 
52408
+  func_len_result=${#1}
 
52409
+}
 
52410
+
46603
52411
+_LT_EOF
46604
52412
     ;;
46605
 
   esac
 
52413
-  esac
 
52414
+  *) # Bourne compatible functions.
 
52415
+    cat << \_LT_EOF >> "$cfgfile"
46606
52416
 
46607
52417
-  ac_dir=`$as_dirname -- "$ac_file" ||
46608
52418
-$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
46669
52479
-$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
46670
52480
-   { (exit 1); exit 1; }; }; }
46671
52481
-  ac_builddir=.
 
52482
+# func_dirname file append nondir_replacement
 
52483
+# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
 
52484
+# otherwise set result to NONDIR_REPLACEMENT.
 
52485
+func_dirname ()
 
52486
+{
 
52487
+  # Extract subdirectory from the argument.
 
52488
+  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
 
52489
+  if test "X$func_dirname_result" = "X${1}"; then
 
52490
+    func_dirname_result="${3}"
 
52491
+  else
 
52492
+    func_dirname_result="$func_dirname_result${2}"
 
52493
+  fi
 
52494
+}
46672
52495
 
46673
52496
-case "$ac_dir" in
46674
52497
-.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
46685
52508
-ac_abs_builddir=$ac_pwd$ac_dir_suffix
46686
52509
-# for backward compatibility:
46687
52510
-ac_top_builddir=$ac_top_build_prefix
46688
 
+ltmain="$ac_aux_dir/ltmain.sh"
 
52511
+# func_basename file
 
52512
+func_basename ()
 
52513
+{
 
52514
+  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
 
52515
+}
46689
52516
 
46690
52517
-case $srcdir in
46691
52518
-  .)  # We are building in place.
46703
52530
-esac
46704
52531
-ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
46705
52532
 
46706
 
+  # We use sed instead of cat because bash on DJGPP gets confused if
46707
 
+  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
46708
 
+  # text mode, it properly converts lines to CR/LF.  This bash problem
46709
 
+  # is reportedly fixed, but why not run on old versions too?
46710
 
+  sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
46711
 
+    || (rm -f "$cfgfile"; exit 1)
 
52533
+# func_stripname prefix suffix name
 
52534
+# strip PREFIX and SUFFIX off of NAME.
 
52535
+# PREFIX and SUFFIX must not contain globbing or regex special
 
52536
+# characters, hashes, percent signs, but SUFFIX may contain a leading
 
52537
+# dot (in which case that matches only a dot).
 
52538
+# func_strip_suffix prefix name
 
52539
+func_stripname ()
 
52540
+{
 
52541
+  case ${2} in
 
52542
+    .*) func_stripname_result=`$ECHO "X${3}" \
 
52543
+           | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
 
52544
+    *)  func_stripname_result=`$ECHO "X${3}" \
 
52545
+           | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
 
52546
+  esac
 
52547
+}
 
52548
+
 
52549
+# sed scripts:
 
52550
+my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
 
52551
+my_sed_long_arg='1s/^-[^=]*=//'
46712
52552
 
46713
52553
-  case $ac_mode in
46714
52554
-  :F)
46715
52555
-  #
46716
52556
-  # CONFIG_FILE
46717
52557
-  #
46718
 
+  case $xsi_shell in
46719
 
+  yes)
46720
 
+    cat << \_LT_EOF >> "$cfgfile"
 
52558
+# func_opt_split
 
52559
+func_opt_split ()
 
52560
+{
 
52561
+  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
 
52562
+  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
 
52563
+}
46721
52564
 
46722
52565
-  case $INSTALL in
46723
52566
-  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
46724
52567
-  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
46725
 
+# func_dirname file append nondir_replacement
46726
 
+# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
46727
 
+# otherwise set result to NONDIR_REPLACEMENT.
46728
 
+func_dirname ()
46729
 
+{
46730
 
+  case ${1} in
46731
 
+    */*) func_dirname_result="${1%/*}${2}" ;;
46732
 
+    *  ) func_dirname_result="${3}" ;;
46733
 
   esac
 
52568
-  esac
46734
52569
-  ac_MKDIR_P=$MKDIR_P
46735
52570
-  case $MKDIR_P in
46736
52571
-  [\\/$]* | ?:[\\/]* ) ;;
46737
52572
-  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
46738
 
+}
46739
 
+
46740
 
+# func_basename file
46741
 
+func_basename ()
46742
 
+{
46743
 
+  func_basename_result="${1##*/}"
46744
 
+}
46745
 
+
46746
 
+# func_dirname_and_basename file append nondir_replacement
46747
 
+# perform func_basename and func_dirname in a single function
46748
 
+# call:
46749
 
+#   dirname:  Compute the dirname of FILE.  If nonempty,
46750
 
+#             add APPEND to the result, otherwise set result
46751
 
+#             to NONDIR_REPLACEMENT.
46752
 
+#             value returned in "$func_dirname_result"
46753
 
+#   basename: Compute filename of FILE.
46754
 
+#             value retuned in "$func_basename_result"
46755
 
+# Implementation must be kept synchronized with func_dirname
46756
 
+# and func_basename. For efficiency, we do not delegate to
46757
 
+# those functions but instead duplicate the functionality here.
46758
 
+func_dirname_and_basename ()
46759
 
+{
46760
 
+  case ${1} in
46761
 
+    */*) func_dirname_result="${1%/*}${2}" ;;
46762
 
+    *  ) func_dirname_result="${3}" ;;
46763
 
   esac
 
52573
-  esac
46764
52574
-_ACEOF
46765
 
+  func_basename_result="${1##*/}"
 
52575
+# func_lo2o object
 
52576
+func_lo2o ()
 
52577
+{
 
52578
+  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
46766
52579
+}
46767
52580
 
46768
52581
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
46769
52582
-# If the template does not know about datarootdir, expand it.
46770
52583
-# FIXME: This hack should be removed a few years after 2.60.
46771
52584
-ac_datarootdir_hack=; ac_datarootdir_seen=
46772
 
+# func_stripname prefix suffix name
46773
 
+# strip PREFIX and SUFFIX off of NAME.
46774
 
+# PREFIX and SUFFIX must not contain globbing or regex special
46775
 
+# characters, hashes, percent signs, but SUFFIX may contain a leading
46776
 
+# dot (in which case that matches only a dot).
46777
 
+func_stripname ()
 
52585
+# func_xform libobj-or-source
 
52586
+func_xform ()
46778
52587
+{
46779
 
+  # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
46780
 
+  # positional parameters, so assign one to ordinary parameter first.
46781
 
+  func_stripname_result=${3}
46782
 
+  func_stripname_result=${func_stripname_result#"${1}"}
46783
 
+  func_stripname_result=${func_stripname_result%"${2}"}
 
52588
+  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
46784
52589
+}
46785
52590
 
46786
52591
-ac_sed_dataroot='
46787
52592
-/datarootdir/ {
46788
52593
-  p
46789
52594
-  q
46790
 
+# func_opt_split
46791
 
+func_opt_split ()
 
52595
+# func_arith arithmetic-term...
 
52596
+func_arith ()
46792
52597
+{
46793
 
+  func_opt_split_opt=${1%%=*}
46794
 
+  func_opt_split_arg=${1#*=}
 
52598
+  func_arith_result=`expr "$@"`
46795
52599
 }
46796
52600
-/@datadir@/p
46797
52601
-/@docdir@/p
46813
52617
-  s&@localedir@&$localedir&g
46814
52618
-  s&@mandir@&$mandir&g
46815
52619
-    s&\\\${datarootdir}&$datarootdir&g' ;;
46816
 
-esac
 
52620
+
 
52621
+# func_len string
 
52622
+# STRING may not start with a hyphen.
 
52623
+func_len ()
 
52624
+{
 
52625
+  func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
 
52626
+}
 
52627
+
 
52628
+_LT_EOF
 
52629
 esac
46817
52630
-_ACEOF
46818
52631
 
46819
52632
-# Neutralize VPATH when `$srcdir' = `.'.
46844
52657
-  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
46845
52658
-$as_echo "$as_me: error: could not create $ac_file" >&2;}
46846
52659
-   { (exit 1); exit 1; }; }
46847
 
+# func_lo2o object
46848
 
+func_lo2o ()
46849
 
+{
46850
 
+  case ${1} in
46851
 
+    *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
46852
 
+    *)    func_lo2o_result=${1} ;;
46853
 
+  esac
46854
 
+}
 
52660
+case $lt_shell_append in
 
52661
+  yes)
 
52662
+    cat << \_LT_EOF >> "$cfgfile"
46855
52663
+
46856
 
+# func_xform libobj-or-source
46857
 
+func_xform ()
 
52664
+# func_append var value
 
52665
+# Append VALUE to the end of shell variable VAR.
 
52666
+func_append ()
46858
52667
+{
46859
 
+  func_xform_result=${1%.*}.lo
 
52668
+  eval "$1+=\$2"
46860
52669
+}
 
52670
+_LT_EOF
 
52671
+    ;;
 
52672
+  *)
 
52673
+    cat << \_LT_EOF >> "$cfgfile"
46861
52674
 
46862
52675
-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
46863
52676
-  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
46866
52679
-which seems to be undefined.  Please make sure it is defined." >&5
46867
52680
-$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
46868
52681
-which seems to be undefined.  Please make sure it is defined." >&2;}
46869
 
+# func_arith arithmetic-term...
46870
 
+func_arith ()
 
52682
+# func_append var value
 
52683
+# Append VALUE to the end of shell variable VAR.
 
52684
+func_append ()
46871
52685
+{
46872
 
+  func_arith_result=$(( $* ))
 
52686
+  eval "$1=\$$1\$2"
46873
52687
+}
46874
52688
 
46875
52689
-  rm -f "$tmp/stdin"
46903
52717
-$as_echo "$as_me: error: could not create $ac_file" >&2;}
46904
52718
-   { (exit 1); exit 1; }; }
46905
52719
-    fi
46906
 
+# func_len string
46907
 
+# STRING may not start with a hyphen.
46908
 
+func_len ()
46909
 
+{
46910
 
+  func_len_result=${#1}
46911
 
+}
46912
 
+
46913
 
+_LT_EOF
46914
 
+    ;;
46915
 
+  *) # Bourne compatible functions.
46916
 
+    cat << \_LT_EOF >> "$cfgfile"
46917
 
+
46918
 
+# func_dirname file append nondir_replacement
46919
 
+# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
46920
 
+# otherwise set result to NONDIR_REPLACEMENT.
46921
 
+func_dirname ()
46922
 
+{
46923
 
+  # Extract subdirectory from the argument.
46924
 
+  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
46925
 
+  if test "X$func_dirname_result" = "X${1}"; then
46926
 
+    func_dirname_result="${3}"
46927
 
   else
 
52720
-  else
46928
52721
-    $as_echo "/* $configure_input  */" \
46929
52722
-      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
46930
52723
-      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
46931
52724
-$as_echo "$as_me: error: could not create -" >&2;}
46932
52725
-   { (exit 1); exit 1; }; }
46933
 
+    func_dirname_result="$func_dirname_result${2}"
46934
 
   fi
 
52726
-  fi
46935
52727
-# Compute "$ac_file"'s index in $config_headers.
46936
52728
-_am_arg="$ac_file"
46937
52729
-_am_stamp_count=1
46941
52733
-      break ;;
46942
52734
-    * )
46943
52735
-      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
46944
 
-  esac
 
52736
+_LT_EOF
 
52737
+    ;;
 
52738
   esac
46945
52739
-done
46946
52740
-echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
46947
52741
-$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
46967
52761
-         }
46968
52762
-         s/.*/./; q'`/stamp-h$_am_stamp_count
46969
52763
- ;;
46970
 
+}
46971
52764
 
46972
52765
-  :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
46973
52766
-$as_echo "$as_me: executing $ac_file commands" >&6;}
46974
52767
- ;;
46975
 
+# func_basename file
46976
 
+func_basename ()
46977
 
+{
46978
 
+  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
46979
 
+}
46980
 
+
46981
 
+
46982
 
+# func_stripname prefix suffix name
46983
 
+# strip PREFIX and SUFFIX off of NAME.
46984
 
+# PREFIX and SUFFIX must not contain globbing or regex special
46985
 
+# characters, hashes, percent signs, but SUFFIX may contain a leading
46986
 
+# dot (in which case that matches only a dot).
46987
 
+# func_strip_suffix prefix name
46988
 
+func_stripname ()
46989
 
+{
46990
 
+  case ${2} in
46991
 
+    .*) func_stripname_result=`$ECHO "X${3}" \
46992
 
+           | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
46993
 
+    *)  func_stripname_result=`$ECHO "X${3}" \
46994
 
+           | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
46995
 
   esac
46996
 
+}
 
52768
-  esac
46997
52769
 
46998
 
+# sed scripts:
46999
 
+my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
47000
 
+my_sed_long_arg='1s/^-[^=]*=//'
 
52770
+  sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
 
52771
+    || (rm -f "$cfgfile"; exit 1)
 
52772
+
 
52773
+  mv -f "$cfgfile" "$ofile" ||
 
52774
+    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
 
52775
+  chmod +x "$ofile"
47001
52776
 
47002
52777
-  case $ac_file$ac_mode in
47003
52778
-    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
47081
52856
-    { as_dir=$dirpart/$fdir
47082
52857
-  case $as_dir in #(
47083
52858
-  -*) as_dir=./$as_dir;;
47084
 
+# func_opt_split
47085
 
+func_opt_split ()
47086
 
+{
47087
 
+  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
47088
 
+  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
47089
 
+}
47090
 
+
47091
 
+# func_lo2o object
47092
 
+func_lo2o ()
47093
 
+{
47094
 
+  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
47095
 
+}
47096
 
+
47097
 
+# func_xform libobj-or-source
47098
 
+func_xform ()
47099
 
+{
47100
 
+  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
47101
 
+}
47102
 
+
47103
 
+# func_arith arithmetic-term...
47104
 
+func_arith ()
47105
 
+{
47106
 
+  func_arith_result=`expr "$@"`
47107
 
+}
47108
 
+
47109
 
+# func_len string
47110
 
+# STRING may not start with a hyphen.
47111
 
+func_len ()
47112
 
+{
47113
 
+  func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
47114
 
+}
47115
 
+
47116
 
+_LT_EOF
47117
 
+esac
47118
 
+
47119
 
+case $lt_shell_append in
47120
 
+  yes)
47121
 
+    cat << \_LT_EOF >> "$cfgfile"
47122
 
+
47123
 
+# func_append var value
47124
 
+# Append VALUE to the end of shell variable VAR.
47125
 
+func_append ()
47126
 
+{
47127
 
+  eval "$1+=\$2"
47128
 
+}
47129
 
+_LT_EOF
47130
 
+    ;;
47131
 
+  *)
47132
 
+    cat << \_LT_EOF >> "$cfgfile"
47133
 
+
47134
 
+# func_append var value
47135
 
+# Append VALUE to the end of shell variable VAR.
47136
 
+func_append ()
47137
 
+{
47138
 
+  eval "$1=\$$1\$2"
47139
 
+}
47140
 
+
47141
 
+_LT_EOF
47142
 
+    ;;
47143
 
   esac
 
52859
-  esac
47144
52860
-  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
47145
52861
-    as_dirs=
47146
52862
-    while :; do
47182
52898
-    echo '# dummy' > "$dirpart/$file"
47183
52899
-  done
47184
52900
-done
47185
 
+
47186
 
+
47187
 
+  sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
47188
 
+    || (rm -f "$cfgfile"; exit 1)
47189
 
+
47190
 
+  mv -f "$cfgfile" "$ofile" ||
47191
 
+    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
47192
 
+  chmod +x "$ofile"
47193
 
+
47194
52901
  ;;
47195
52902
     "default-1":C) case "$CONFIG_FILES" in *po/Makefile.in*)
47196
52903
         sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
47197
 
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.25.92/font-viewer/Makefile.in gnome-control-center-2.25.92.new/font-viewer/Makefile.in
47198
 
--- gnome-control-center-2.25.92/font-viewer/Makefile.in        2009-03-04 10:55:19.000000000 +0100
47199
 
+++ gnome-control-center-2.25.92.new/font-viewer/Makefile.in    2009-03-04 10:55:38.000000000 +0100
47200
 
@@ -1,4 +1,4 @@
47201
 
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
47202
 
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
47203
 
 # @configure_input@
47204
 
 
47205
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
52904
       esac ;;
 
52905
     "po/stamp-it":C)
 
52906
     if  ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" ; then
 
52907
-       { { $as_echo "$as_me:$LINENO: error: po/Makefile.in.in was not created by intltoolize." >&5
 
52908
-$as_echo "$as_me: error: po/Makefile.in.in was not created by intltoolize." >&2;}
 
52909
+       { { echo "$as_me:$LINENO: error: po/Makefile.in.in was not created by intltoolize." >&5
 
52910
+echo "$as_me: error: po/Makefile.in.in was not created by intltoolize." >&2;}
 
52911
    { (exit 1); exit 1; }; }
 
52912
     fi
 
52913
     rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
 
52914
@@ -30330,11 +22383,6 @@
 
52915
 chmod +x $CONFIG_STATUS
 
52916
 ac_clean_files=$ac_clean_files_save
 
52917
 
 
52918
-test $ac_write_fail = 0 ||
 
52919
-  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
 
52920
-$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
 
52921
-   { (exit 1); exit 1; }; }
 
52922
-
 
52923
 
 
52924
 # configure is writing to config.log, and then calls config.status.
 
52925
 # config.status does its own redirection, appending to config.log.
 
52926
@@ -30356,8 +22404,4 @@
 
52927
   # would make configure fail if this is the last instruction.
 
52928
   $ac_cs_success || { (exit 1); exit 1; }
 
52929
 fi
 
52930
-if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
 
52931
-  { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_opts" >&5
 
52932
-$as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;}
 
52933
-fi
 
52934
 
 
52935
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.26.0/font-viewer/Makefile.in gnome-control-center-2.26.0.new/font-viewer/Makefile.in
 
52936
--- gnome-control-center-2.26.0/font-viewer/Makefile.in 2009-03-17 12:01:46.000000000 +0100
 
52937
+++ gnome-control-center-2.26.0.new/font-viewer/Makefile.in     2009-03-17 12:02:14.000000000 +0100
47206
52938
@@ -40,7 +40,10 @@
47207
52939
        $(srcdir)/gnome-font-viewer.desktop.in.in
47208
52940
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47277
53009
 LN_S = @LN_S@
47278
53010
 LTLIBOBJS = @LTLIBOBJS@
47279
53011
 MAINT = @MAINT@
47280
 
@@ -219,9 +223,13 @@
 
53012
@@ -219,9 +223,12 @@
47281
53013
 MSGFMT = @MSGFMT@
47282
53014
 MSGFMT_OPTS = @MSGFMT_OPTS@
47283
53015
 MSGMERGE = @MSGMERGE@
47284
53016
+NM = @NM@
47285
53017
 NMEDIT = @NMEDIT@
47286
 
+OBJDUMP = @OBJDUMP@
47287
53018
 OBJEXT = @OBJEXT@
47288
53019
 OMF_DIR = @OMF_DIR@
47289
53020
+OTOOL = @OTOOL@
47291
53022
 PACKAGE = @PACKAGE@
47292
53023
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
47293
53024
 PACKAGE_NAME = @PACKAGE_NAME@
47294
 
@@ -241,6 +249,8 @@
 
53025
@@ -241,6 +248,8 @@
47295
53026
 SED = @SED@
47296
53027
 SET_MAKE = @SET_MAKE@
47297
53028
 SHELL = @SHELL@
47300
53031
 STRIP = @STRIP@
47301
53032
 TYPING_BREAK = @TYPING_BREAK@
47302
53033
 TYPING_CFLAGS = @TYPING_CFLAGS@
47303
 
@@ -263,8 +273,7 @@
 
53034
@@ -263,8 +272,7 @@
47304
53035
 abs_top_builddir = @abs_top_builddir@
47305
53036
 abs_top_srcdir = @abs_top_srcdir@
47306
53037
 ac_ct_CC = @ac_ct_CC@
47310
53041
 am__include = @am__include@
47311
53042
 am__leading_dot = @am__leading_dot@
47312
53043
 am__quote = @am__quote@
47313
 
@@ -295,6 +304,7 @@
 
53044
@@ -295,6 +303,7 @@
47314
53045
 libexecdir = @libexecdir@
47315
53046
 localedir = @localedir@
47316
53047
 localstatedir = @localstatedir@
47318
53049
 mandir = @mandir@
47319
53050
 mkdir_p = @mkdir_p@
47320
53051
 oldincludedir = @oldincludedir@
47321
 
@@ -337,8 +347,8 @@
47322
 
        @for dep in $?; do \
47323
 
          case '$(am__configure_deps)' in \
47324
 
            *$$dep*) \
47325
 
-             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
47326
 
-               && exit 0; \
47327
 
+             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
47328
 
+               && { if test -f $@; then exit 0; else break; fi; }; \
47329
 
              exit 1;; \
47330
 
          esac; \
47331
 
        done; \
47332
 
@@ -475,7 +485,7 @@
47333
 
        unique=`for i in $$list; do \
47334
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
47335
 
          done | \
47336
 
-         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
47337
 
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
47338
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
47339
 
        mkid -fID $$unique
47340
 
 tags: TAGS
47341
 
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.25.92/help/Makefile.in gnome-control-center-2.25.92.new/help/Makefile.in
47342
 
--- gnome-control-center-2.25.92/help/Makefile.in       2009-03-04 10:55:18.000000000 +0100
47343
 
+++ gnome-control-center-2.25.92.new/help/Makefile.in   2009-03-04 10:55:38.000000000 +0100
47344
 
@@ -1,4 +1,4 @@
47345
 
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
47346
 
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
47347
 
 # @configure_input@
47348
 
 
47349
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
53052
@@ -307,7 +316,6 @@
 
53053
 srcdir = @srcdir@
 
53054
 sysconfdir = @sysconfdir@
 
53055
 target_alias = @target_alias@
 
53056
-top_build_prefix = @top_build_prefix@
 
53057
 top_builddir = @top_builddir@
 
53058
 top_srcdir = @top_srcdir@
 
53059
 INCLUDES = $(FONT_VIEWER_CFLAGS) $(GNOMECC_CAPPLETS_CFLAGS) -DDIRECTORY_DIR=\"$(directorydir)\" \
 
53060
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.26.0/help/Makefile.in gnome-control-center-2.26.0.new/help/Makefile.in
 
53061
--- gnome-control-center-2.26.0/help/Makefile.in        2009-03-17 12:01:45.000000000 +0100
 
53062
+++ gnome-control-center-2.26.0.new/help/Makefile.in    2009-03-17 12:02:14.000000000 +0100
47350
53063
@@ -60,7 +60,10 @@
47351
53064
 subdir = help
47352
53065
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47421
53134
 LN_S = @LN_S@
47422
53135
 LTLIBOBJS = @LTLIBOBJS@
47423
53136
 MAINT = @MAINT@
47424
 
@@ -200,9 +204,13 @@
 
53137
@@ -200,9 +204,12 @@
47425
53138
 MSGFMT = @MSGFMT@
47426
53139
 MSGFMT_OPTS = @MSGFMT_OPTS@
47427
53140
 MSGMERGE = @MSGMERGE@
47428
53141
+NM = @NM@
47429
53142
 NMEDIT = @NMEDIT@
47430
 
+OBJDUMP = @OBJDUMP@
47431
53143
 OBJEXT = @OBJEXT@
47432
53144
 OMF_DIR = @OMF_DIR@
47433
53145
+OTOOL = @OTOOL@
47435
53147
 PACKAGE = @PACKAGE@
47436
53148
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
47437
53149
 PACKAGE_NAME = @PACKAGE_NAME@
47438
 
@@ -222,6 +230,8 @@
 
53150
@@ -222,6 +229,8 @@
47439
53151
 SED = @SED@
47440
53152
 SET_MAKE = @SET_MAKE@
47441
53153
 SHELL = @SHELL@
47444
53156
 STRIP = @STRIP@
47445
53157
 TYPING_BREAK = @TYPING_BREAK@
47446
53158
 TYPING_CFLAGS = @TYPING_CFLAGS@
47447
 
@@ -244,8 +254,7 @@
 
53159
@@ -244,8 +253,7 @@
47448
53160
 abs_top_builddir = @abs_top_builddir@
47449
53161
 abs_top_srcdir = @abs_top_srcdir@
47450
53162
 ac_ct_CC = @ac_ct_CC@
47454
53166
 am__include = @am__include@
47455
53167
 am__leading_dot = @am__leading_dot@
47456
53168
 am__quote = @am__quote@
47457
 
@@ -276,6 +285,7 @@
 
53169
@@ -276,6 +284,7 @@
47458
53170
 libexecdir = @libexecdir@
47459
53171
 localedir = @localedir@
47460
53172
 localstatedir = @localstatedir@
47462
53174
 mandir = @mandir@
47463
53175
 mkdir_p = @mkdir_p@
47464
53176
 oldincludedir = @oldincludedir@
47465
 
@@ -393,7 +403,7 @@
 
53177
@@ -288,7 +297,6 @@
 
53178
 srcdir = @srcdir@
 
53179
 sysconfdir = @sysconfdir@
 
53180
 target_alias = @target_alias@
 
53181
-top_build_prefix = @top_build_prefix@
 
53182
 top_builddir = @top_builddir@
 
53183
 top_srcdir = @top_srcdir@
 
53184
 _clean_doc_header = $(if $(DOC_H_FILE),clean-doc-header)
 
53185
@@ -393,7 +401,7 @@
47466
53186
 _clean_lc = $(if $(_DOC_REAL_LINGUAS),clean-doc-lc)
47467
53187
 _clean_dir = $(if $(DOC_MODULE),clean-doc-dir)
47468
53188
 DOC_MODULE = control-center
47469
53189
-DOC_ENTITIES = config-accessibility-keyboard.xml config-background.xml config-behavior.xml config-cds.xml config-default-apps.xml config-file-type.xml config-hints.xml config-html.xml config-kbd.xml config-keybindings.xml config-mouse.xml config-screensaver.xml config-themes.xml
47470
53190
+DOC_ENTITIES = config-accessibility-keyboard.xml config-background.xml config-behavior.xml config-cds.xml config-default-apps.xml config-file-type.xml config-hints.xml config-html.xml config-kbd.xml config-keybindings.xml config-mouse.xml config-screensaver.xml config-sound.xml config-themes.xml
47471
53191
 DOC_INCLUDES = 
47472
 
 DOC_LINGUAS = ca ca@valencia de en_GB es fr it ja oc pa pl pt pt_BR ru sv uk vi zh_CN
 
53192
 DOC_LINGUAS = ca ca@valencia cs de en_GB es fr it ja oc pa pl pt pt_BR ru sv uk vi zh_CN
47473
53193
 all: all-am
47474
 
@@ -403,8 +413,8 @@
47475
 
        @for dep in $?; do \
47476
 
          case '$(am__configure_deps)' in \
47477
 
            *$$dep*) \
47478
 
-             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
47479
 
-               && exit 0; \
47480
 
+             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
47481
 
+               && { if test -f $@; then exit 0; else break; fi; }; \
47482
 
              exit 1;; \
47483
 
          esac; \
47484
 
        done; \
47485
 
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.25.92/libslab/Makefile.in gnome-control-center-2.25.92.new/libslab/Makefile.in
47486
 
--- gnome-control-center-2.25.92/libslab/Makefile.in    2009-03-04 10:55:17.000000000 +0100
47487
 
+++ gnome-control-center-2.25.92.new/libslab/Makefile.in        2009-03-04 10:55:38.000000000 +0100
47488
 
@@ -1,4 +1,4 @@
47489
 
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
47490
 
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
47491
 
 # @configure_input@
47492
 
 
47493
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
53194
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.26.0/libslab/Makefile.in gnome-control-center-2.26.0.new/libslab/Makefile.in
 
53195
--- gnome-control-center-2.26.0/libslab/Makefile.in     2009-03-17 12:01:45.000000000 +0100
 
53196
+++ gnome-control-center-2.26.0.new/libslab/Makefile.in 2009-03-17 12:02:15.000000000 +0100
47494
53197
@@ -40,7 +40,10 @@
47495
53198
        $(srcdir)/libslab.pc.in ChangeLog
47496
53199
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47565
53268
 LN_S = @LN_S@
47566
53269
 LTLIBOBJS = @LTLIBOBJS@
47567
53270
 MAINT = @MAINT@
47568
 
@@ -248,9 +252,13 @@
 
53271
@@ -248,9 +252,12 @@
47569
53272
 MSGFMT = @MSGFMT@
47570
53273
 MSGFMT_OPTS = @MSGFMT_OPTS@
47571
53274
 MSGMERGE = @MSGMERGE@
47572
53275
+NM = @NM@
47573
53276
 NMEDIT = @NMEDIT@
47574
 
+OBJDUMP = @OBJDUMP@
47575
53277
 OBJEXT = @OBJEXT@
47576
53278
 OMF_DIR = @OMF_DIR@
47577
53279
+OTOOL = @OTOOL@
47579
53281
 PACKAGE = @PACKAGE@
47580
53282
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
47581
53283
 PACKAGE_NAME = @PACKAGE_NAME@
47582
 
@@ -270,6 +278,8 @@
 
53284
@@ -270,6 +277,8 @@
47583
53285
 SED = @SED@
47584
53286
 SET_MAKE = @SET_MAKE@
47585
53287
 SHELL = @SHELL@
47588
53290
 STRIP = @STRIP@
47589
53291
 TYPING_BREAK = @TYPING_BREAK@
47590
53292
 TYPING_CFLAGS = @TYPING_CFLAGS@
47591
 
@@ -292,8 +302,7 @@
 
53293
@@ -292,8 +301,7 @@
47592
53294
 abs_top_builddir = @abs_top_builddir@
47593
53295
 abs_top_srcdir = @abs_top_srcdir@
47594
53296
 ac_ct_CC = @ac_ct_CC@
47598
53300
 am__include = @am__include@
47599
53301
 am__leading_dot = @am__leading_dot@
47600
53302
 am__quote = @am__quote@
47601
 
@@ -324,6 +333,7 @@
 
53303
@@ -324,6 +332,7 @@
47602
53304
 libexecdir = @libexecdir@
47603
53305
 localedir = @localedir@
47604
53306
 localstatedir = @localstatedir@
47606
53308
 mandir = @mandir@
47607
53309
 mkdir_p = @mkdir_p@
47608
53310
 oldincludedir = @oldincludedir@
47609
 
@@ -426,8 +436,8 @@
47610
 
        @for dep in $?; do \
47611
 
          case '$(am__configure_deps)' in \
47612
 
            *$$dep*) \
47613
 
-             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
47614
 
-               && exit 0; \
47615
 
+             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
47616
 
+               && { if test -f $@; then exit 0; else break; fi; }; \
47617
 
              exit 1;; \
47618
 
          esac; \
47619
 
        done; \
47620
 
@@ -587,7 +597,7 @@
47621
 
        unique=`for i in $$list; do \
47622
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
47623
 
          done | \
47624
 
-         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
47625
 
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
47626
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
47627
 
        mkid -fID $$unique
47628
 
 tags: TAGS
47629
 
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.25.92/libwindow-settings/Makefile.in gnome-control-center-2.25.92.new/libwindow-settings/Makefile.in
47630
 
--- gnome-control-center-2.25.92/libwindow-settings/Makefile.in 2009-03-04 10:55:21.000000000 +0100
47631
 
+++ gnome-control-center-2.25.92.new/libwindow-settings/Makefile.in     2009-03-04 10:55:38.000000000 +0100
47632
 
@@ -1,4 +1,4 @@
47633
 
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
47634
 
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
47635
 
 # @configure_input@
47636
 
 
47637
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
53311
@@ -336,7 +345,6 @@
 
53312
 srcdir = @srcdir@
 
53313
 sysconfdir = @sysconfdir@
 
53314
 target_alias = @target_alias@
 
53315
-top_build_prefix = @top_build_prefix@
 
53316
 top_builddir = @top_builddir@
 
53317
 top_srcdir = @top_srcdir@
 
53318
 INCLUDES = \
 
53319
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.26.0/libwindow-settings/Makefile.in gnome-control-center-2.26.0.new/libwindow-settings/Makefile.in
 
53320
--- gnome-control-center-2.26.0/libwindow-settings/Makefile.in  2009-03-17 12:01:47.000000000 +0100
 
53321
+++ gnome-control-center-2.26.0.new/libwindow-settings/Makefile.in      2009-03-17 12:02:15.000000000 +0100
47638
53322
@@ -40,7 +40,10 @@
47639
53323
        $(srcdir)/gnome-window-settings-2.0.pc.in ChangeLog
47640
53324
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47709
53393
 LN_S = @LN_S@
47710
53394
 LTLIBOBJS = @LTLIBOBJS@
47711
53395
 MAINT = @MAINT@
47712
 
@@ -229,9 +233,13 @@
 
53396
@@ -229,9 +233,12 @@
47713
53397
 MSGFMT = @MSGFMT@
47714
53398
 MSGFMT_OPTS = @MSGFMT_OPTS@
47715
53399
 MSGMERGE = @MSGMERGE@
47716
53400
+NM = @NM@
47717
53401
 NMEDIT = @NMEDIT@
47718
 
+OBJDUMP = @OBJDUMP@
47719
53402
 OBJEXT = @OBJEXT@
47720
53403
 OMF_DIR = @OMF_DIR@
47721
53404
+OTOOL = @OTOOL@
47723
53406
 PACKAGE = @PACKAGE@
47724
53407
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
47725
53408
 PACKAGE_NAME = @PACKAGE_NAME@
47726
 
@@ -251,6 +259,8 @@
 
53409
@@ -251,6 +258,8 @@
47727
53410
 SED = @SED@
47728
53411
 SET_MAKE = @SET_MAKE@
47729
53412
 SHELL = @SHELL@
47732
53415
 STRIP = @STRIP@
47733
53416
 TYPING_BREAK = @TYPING_BREAK@
47734
53417
 TYPING_CFLAGS = @TYPING_CFLAGS@
47735
 
@@ -273,8 +283,7 @@
 
53418
@@ -273,8 +282,7 @@
47736
53419
 abs_top_builddir = @abs_top_builddir@
47737
53420
 abs_top_srcdir = @abs_top_srcdir@
47738
53421
 ac_ct_CC = @ac_ct_CC@
47742
53425
 am__include = @am__include@
47743
53426
 am__leading_dot = @am__leading_dot@
47744
53427
 am__quote = @am__quote@
47745
 
@@ -305,6 +314,7 @@
 
53428
@@ -305,6 +313,7 @@
47746
53429
 libexecdir = @libexecdir@
47747
53430
 localedir = @localedir@
47748
53431
 localstatedir = @localstatedir@
47750
53433
 mandir = @mandir@
47751
53434
 mkdir_p = @mkdir_p@
47752
53435
 oldincludedir = @oldincludedir@
47753
 
@@ -377,8 +387,8 @@
47754
 
        @for dep in $?; do \
47755
 
          case '$(am__configure_deps)' in \
47756
 
            *$$dep*) \
47757
 
-             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
47758
 
-               && exit 0; \
47759
 
+             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
47760
 
+               && { if test -f $@; then exit 0; else break; fi; }; \
47761
 
              exit 1;; \
47762
 
          esac; \
47763
 
        done; \
47764
 
@@ -539,7 +549,7 @@
47765
 
        unique=`for i in $$list; do \
47766
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
47767
 
          done | \
47768
 
-         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
47769
 
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
47770
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
47771
 
        mkid -fID $$unique
47772
 
 tags: TAGS
47773
 
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.25.92/ltmain.sh gnome-control-center-2.25.92.new/ltmain.sh
47774
 
--- gnome-control-center-2.25.92/ltmain.sh      2009-03-04 10:55:18.000000000 +0100
47775
 
+++ gnome-control-center-2.25.92.new/ltmain.sh  2009-03-04 10:55:30.000000000 +0100
 
53436
@@ -317,7 +326,6 @@
 
53437
 srcdir = @srcdir@
 
53438
 sysconfdir = @sysconfdir@
 
53439
 target_alias = @target_alias@
 
53440
-top_build_prefix = @top_build_prefix@
 
53441
 top_builddir = @top_builddir@
 
53442
 top_srcdir = @top_srcdir@
 
53443
 WM_MODULE_DIR = $(libdir)/libgnome-window-settings1
 
53444
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.26.0/ltmain.sh gnome-control-center-2.26.0.new/ltmain.sh
 
53445
--- gnome-control-center-2.26.0/ltmain.sh       2009-03-17 12:01:46.000000000 +0100
 
53446
+++ gnome-control-center-2.26.0.new/ltmain.sh   2009-03-17 12:02:03.000000000 +0100
47776
53447
@@ -1,52 +1,83 @@
47777
53448
-# ltmain.sh - Provide generalized library-building support services.
47778
53449
-# NOTE: Changing this file will not affect anything until you rerun configure.
47784
53455
-# This program is free software; you can redistribute it and/or modify
47785
53456
+# Generated from ltmain.m4sh.
47786
53457
+
47787
 
+# ltmain.sh (GNU libtool) 2.2.6
 
53458
+# ltmain.sh (GNU libtool) 2.2.4
47788
53459
+# Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
47789
53460
+
47790
53461
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc.
47873
53544
+#       compiler:              $LTCC
47874
53545
+#       compiler flags:                $LTCFLAGS
47875
53546
+#       linker:                $LD (gnu? $with_gnu_ld)
47876
 
+#       $progname:             (GNU libtool) 2.2.6 Debian-2.2.6a-1ubuntu1
 
53547
+#       $progname:             (GNU libtool) 2.2.4 Debian-2.2.4-0ubuntu4
47877
53548
+#       automake:              $automake_version
47878
53549
+#       autoconf:              $autoconf_version
47879
53550
+#
47882
53553
 PROGRAM=ltmain.sh
47883
53554
 PACKAGE=libtool
47884
53555
-VERSION=1.5.26
47885
 
-TIMESTAMP=" (1.1220.2.493 2008/02/01 16:58:18)"
47886
 
+VERSION="2.2.6 Debian-2.2.6a-1ubuntu1"
 
53556
-TIMESTAMP=" (1.1220.2.492 2008/01/30 06:40:56)"
 
53557
+VERSION="2.2.4 Debian-2.2.4-0ubuntu4"
47887
53558
+TIMESTAMP=""
47888
 
+package_revision=1.3012
 
53559
+package_revision=1.2976
47889
53560
 
47890
53561
-# Be Bourne compatible (taken from Autoconf:_AS_BOURNE_COMPATIBLE).
47891
53562
+# Be Bourne compatible
48243
53914
       # Return a directory name, but don't create it in dry-run mode
48244
53915
       my_tmpdir="${my_template}-$$"
48245
53916
     else
48246
 
@@ -176,526 +364,787 @@
 
53917
@@ -176,525 +364,785 @@
48247
53918
       my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
48248
53919
 
48249
53920
       if test ! -d "$my_tmpdir"; then
49066
54737
+
49067
54738
+
49068
54739
+  case $host in
49069
 
+    *cygwin* | *mingw* | *pw32* | *cegcc*)
 
54740
+    *cygwin* | *mingw* | *pw32*)
49070
54741
+      # don't eliminate duplications in $postdeps and $predeps
49071
54742
+      opt_duplicate_compiler_generated_deps=:
49072
54743
       ;;
49189
54860
+# determined imposters.
49190
54861
+func_lalib_p ()
49191
54862
+{
49192
 
+    test -f "$1" &&
49193
 
+      $SED -e 4q "$1" 2>/dev/null \
49194
 
+        | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1
 
54863
+    $SED -e 4q "$1" 2>/dev/null \
 
54864
+      | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1
49195
54865
+}
49196
54866
 
49197
54867
-      target )
49209
54879
+func_lalib_unsafe_p ()
49210
54880
+{
49211
54881
+    lalib_p=no
49212
 
+    if test -f "$1" && test -r "$1" && exec 5<&0 <"$1"; then
 
54882
+    if test -r "$1" && exec 5<&0 <"$1"; then
49213
54883
+       for lalib_p_l in 1 2 3 4
49214
54884
+       do
49215
54885
+           read lalib_p_line
49245
54915
-       -static | -prefer-pic | -prefer-non-pic)
49246
54916
-         later="$later $arg"
49247
54917
-         continue
49248
 
-         ;;
49249
54918
+# func_ltwrapper_executable_p file
49250
54919
+# True iff FILE is a libtool wrapper executable
49251
54920
+# This function is only a basic sanity check; it will hardly flush out
49460
55129
+       -shared | -static | -prefer-pic | -prefer-non-pic)
49461
55130
+         later="$later $arg"
49462
55131
+         continue
49463
 
+         ;;
 
55132
          ;;
49464
55133
 
49465
55134
        -no-suppress)
49466
 
          suppress_opt=no
49467
 
@@ -708,31 +1157,25 @@
 
55135
@@ -708,31 +1156,25 @@
49468
55136
          ;;            #  replaced later.  I would guess that would be a bug.
49469
55137
 
49470
55138
        -Wc,*)
49504
55172
          # Accept the current argument as the source file.
49505
55173
          # The previous "srcfile" becomes the current argument.
49506
55174
          #
49507
 
@@ -744,66 +1187,42 @@
 
55175
@@ -744,66 +1186,42 @@
49508
55176
       esac    #  case $arg_mode
49509
55177
 
49510
55178
       # Aesthetically quote the previous argument.
49588
55256
       ;;
49589
55257
     esac
49590
55258
 
49591
 
@@ -811,7 +1230,15 @@
 
55259
@@ -811,7 +1229,15 @@
49592
55260
 
49593
55261
     for arg in $later; do
49594
55262
       case $arg in
49604
55272
        build_old_libs=yes
49605
55273
        continue
49606
55274
        ;;
49607
 
@@ -828,28 +1255,17 @@
 
55275
@@ -828,28 +1254,17 @@
49608
55276
       esac
49609
55277
     done
49610
55278
 
49642
55310
 
49643
55311
     # Delete any leftover library objects.
49644
55312
     if test "$build_old_libs" = yes; then
49645
 
@@ -858,12 +1274,9 @@
 
55313
@@ -858,9 +1273,6 @@
49646
55314
       removelist="$lobj $libobj ${libobj}T"
49647
55315
     fi
49648
55316
 
49651
55319
-
49652
55320
     # On Cygwin there's no "real" PIC flag so we must build both object types
49653
55321
     case $host_os in
49654
 
-    cygwin* | mingw* | pw32* | os2*)
49655
 
+    cygwin* | mingw* | pw32* | os2* | cegcc*)
49656
 
       pic_mode=default
49657
 
       ;;
49658
 
     esac
49659
 
@@ -875,10 +1288,8 @@
 
55322
     cygwin* | mingw* | pw32* | os2*)
 
55323
@@ -875,10 +1287,8 @@
49660
55324
     # Calculate the filename of the output object if compiler does
49661
55325
     # not support -o with -c
49662
55326
     if test "$compiler_c_o" = no; then
49668
55332
     else
49669
55333
       output_obj=
49670
55334
       need_locks=no
49671
 
@@ -888,13 +1299,13 @@
 
55335
@@ -888,13 +1298,13 @@
49672
55336
     # Lock this critical section if it is needed
49673
55337
     # We use this script file to make the link, it avoids creating a new file
49674
55338
     if test "$need_locks" = yes; then
49685
55349
 *** ERROR, $lockfile exists and contains:
49686
55350
 `cat $lockfile 2>/dev/null`
49687
55351
 
49688
 
@@ -905,34 +1316,22 @@
 
55352
@@ -905,34 +1315,22 @@
49689
55353
 avoid parallel builds (make -j) in this platform, or get a better
49690
55354
 compiler."
49691
55355
 
49729
55393
 
49730
55394
     # Only build a PIC object if we are building libtool libraries.
49731
55395
     if test "$build_libtool_libs" = yes; then
49732
 
@@ -946,32 +1345,19 @@
 
55396
@@ -946,32 +1344,19 @@
49733
55397
        command="$base_compile $qsrcfile"
49734
55398
       fi
49735
55399
 
49766
55430
 *** ERROR, $lockfile contains:
49767
55431
 `cat $lockfile 2>/dev/null`
49768
55432
 
49769
 
@@ -985,45 +1371,27 @@
 
55433
@@ -985,45 +1370,27 @@
49770
55434
 avoid parallel builds (make -j) in this platform, or get a better
49771
55435
 compiler."
49772
55436
 
49817
55481
       else
49818
55482
        command="$base_compile $qsrcfile $pic_flag"
49819
55483
       fi
49820
 
@@ -1033,17 +1401,12 @@
 
55484
@@ -1033,17 +1400,12 @@
49821
55485
 
49822
55486
       # Suppress compiler output if we already did a PIC compilation.
49823
55487
       command="$command$suppress_output"
49838
55502
 *** ERROR, $lockfile contains:
49839
55503
 `cat $lockfile 2>/dev/null`
49840
55504
 
49841
 
@@ -1057,5477 +1420,6783 @@
 
55505
@@ -1057,3452 +1419,2569 @@
49842
55506
 avoid parallel builds (make -j) in this platform, or get a better
49843
55507
 compiler."
49844
55508
 
50611
56275
-        finalize_command="$finalize_command $arg"
50612
56276
-        compiler_flags="$compiler_flags $arg"
50613
56277
-        continue
 
56278
-        ;;
50614
56279
+Remove libraries from an installation directory.
50615
 
+
50616
 
+RM is the name of the program to use to delete files associated with each FILE
50617
 
+(typically \`/bin/rm').  RM-OPTIONS are options (such as \`-f') to be passed
50618
 
+to RM.
50619
 
+
50620
 
+If FILE is a libtool library, all the files associated with it are deleted.
50621
 
+Otherwise, only FILE itself is deleted using RM."
50622
 
         ;;
50623
56280
 
50624
56281
-      -shrext)
50625
56282
-       prev=shrext
50626
56283
-       continue
50627
56284
-       ;;
50628
 
+      *)
50629
 
+        func_fatal_help "invalid operation mode \`$mode'"
50630
 
+        ;;
50631
 
+    esac
 
56285
+RM is the name of the program to use to delete files associated with each FILE
 
56286
+(typically \`/bin/rm').  RM-OPTIONS are options (such as \`-f') to be passed
 
56287
+to RM.
50632
56288
 
50633
56289
-      -no-fast-install)
50634
56290
-       fast_install=no
50635
56291
-       continue
50636
56292
-       ;;
50637
 
+    $ECHO
50638
 
+    $ECHO "Try \`$progname --help' for more information about other modes."
 
56293
+If FILE is a libtool library, all the files associated with it are deleted.
 
56294
+Otherwise, only FILE itself is deleted using RM."
 
56295
+        ;;
50639
56296
 
50640
56297
-      -no-install)
50641
56298
-       case $host in
50650
56307
-       esac
50651
56308
-       continue
50652
56309
-       ;;
50653
 
+    exit $?
50654
 
+}
 
56310
+      *)
 
56311
+        func_fatal_help "invalid operation mode \`$mode'"
 
56312
+        ;;
 
56313
+    esac
50655
56314
 
50656
56315
-      -no-undefined)
50657
56316
-       allow_undefined=no
50658
56317
-       continue
50659
56318
-       ;;
50660
 
+  # Now that we've collected a possible --mode arg, show help if necessary
50661
 
+  $opt_help && func_mode_help
 
56319
+    $ECHO
 
56320
+    $ECHO "Try \`$progname --help' for more information about other modes."
50662
56321
 
50663
56322
-      -objectlist)
50664
56323
-       prev=objectlist
50665
56324
-       continue
50666
56325
-       ;;
 
56326
+    exit $?
 
56327
+}
50667
56328
 
50668
56329
-      -o) prev=output ;;
 
56330
+  # Now that we've collected a possible --mode arg, show help if necessary
 
56331
+  $opt_help && func_mode_help
 
56332
 
 
56333
-      -precious-files-regex)
 
56334
-       prev=precious_regex
 
56335
-       continue
 
56336
-       ;;
 
56337
 
 
56338
-      -release)
 
56339
-       prev=release
 
56340
-       continue
 
56341
-       ;;
50669
56342
+# func_mode_execute arg...
50670
56343
+func_mode_execute ()
50671
56344
+{
50675
56348
+    test -z "$cmd" && \
50676
56349
+      func_fatal_help "you must specify a COMMAND"
50677
56350
 
50678
 
-      -precious-files-regex)
50679
 
-       prev=precious_regex
 
56351
-      -rpath)
 
56352
-       prev=rpath
50680
56353
-       continue
50681
56354
-       ;;
50682
56355
+    # Handle -dlopen flags immediately.
50684
56357
+      test -f "$file" \
50685
56358
+       || func_fatal_help "\`$file' is not a file"
50686
56359
 
50687
 
-      -release)
50688
 
-       prev=release
 
56360
-      -R)
 
56361
-       prev=xrpath
50689
56362
-       continue
50690
56363
-       ;;
50691
56364
+      dir=
50695
56368
+       func_lalib_unsafe_p "$file" \
50696
56369
+         || func_fatal_help "\`$lib' is not a valid libtool archive"
50697
56370
 
50698
 
-      -rpath)
50699
 
-       prev=rpath
50700
 
-       continue
50701
 
-       ;;
50702
 
+       # Read the libtool library.
50703
 
+       dlname=
50704
 
+       library_names=
50705
 
+       func_source "$file"
50706
 
 
50707
 
-      -R)
50708
 
-       prev=xrpath
50709
 
-       continue
50710
 
-       ;;
50711
 
+       # Skip this library if it cannot be dlopened.
50712
 
+       if test -z "$dlname"; then
50713
 
+         # Warn if it was a shared library.
50714
 
+         test -n "$library_names" && \
50715
 
+           func_warning "\`$file' was not linked with \`-export-dynamic'"
50716
 
+         continue
50717
 
+       fi
50718
 
 
50719
56371
-      -R*)
50720
56372
-       dir=`$echo "X$arg" | $Xsed -e 's/^-R//'`
50721
56373
-       # We need an absolute path.
50732
56384
-       esac
50733
56385
-       continue
50734
56386
-       ;;
50735
 
+       func_dirname "$file" "" "."
50736
 
+       dir="$func_dirname_result"
 
56387
+       # Read the libtool library.
 
56388
+       dlname=
 
56389
+       library_names=
 
56390
+       func_source "$file"
50737
56391
 
50738
56392
-      -static | -static-libtool-libs)
50739
56393
-       # The effects of -static are defined in a previous loop.
50742
56396
-       # would be equivalent was wrong.  It would break on at least
50743
56397
-       # Digital Unix and AIX.
50744
56398
-       continue
 
56399
-       ;;
 
56400
+       # Skip this library if it cannot be dlopened.
 
56401
+       if test -z "$dlname"; then
 
56402
+         # Warn if it was a shared library.
 
56403
+         test -n "$library_names" && \
 
56404
+           func_warning "\`$file' was not linked with \`-export-dynamic'"
 
56405
+         continue
 
56406
+       fi
 
56407
 
 
56408
-      -thread-safe)
 
56409
-       thread_safe=yes
 
56410
-       continue
 
56411
+       func_dirname "$file" "" "."
 
56412
+       dir="$func_dirname_result"
 
56413
+
50745
56414
+       if test -f "$dir/$objdir/$dlname"; then
50746
56415
+         dir="$dir/$objdir"
50747
56416
+       else
50751
56420
+       fi
50752
56421
        ;;
50753
56422
 
50754
 
-      -thread-safe)
50755
 
-       thread_safe=yes
 
56423
-      -version-info)
 
56424
-       prev=vinfo
50756
56425
-       continue
50757
56426
+      *.lo)
50758
56427
+       # Just add the directory containing the .lo file.
50759
56428
+       func_dirname "$file" "" "."
50760
56429
+       dir="$func_dirname_result"
50761
56430
        ;;
50762
 
 
50763
 
-      -version-info)
50764
 
-       prev=vinfo
50765
 
-       continue
50766
 
-       ;;
50767
56431
-      -version-number)
50768
56432
-       prev=vinfo
50769
56433
-       vinfo_number=yes
 
56434
+
50770
56435
+      *)
50771
56436
+       func_warning "\`-dlopen' is ignored for non-libtool libraries and objects"
50772
56437
        continue
51405
57070
+             'exit $?'
51406
57071
+         tstripme="$stripme"
51407
57072
+         case $host_os in
51408
 
+         cygwin* | mingw* | pw32* | cegcc*)
 
57073
+         cygwin* | mingw* | pw32*)
51409
57074
+           case $realname in
51410
57075
+           *.dll.a)
51411
57076
+             tstripme=""
51826
57491
+
51827
57492
+       # Do a test to see if this is really a libtool program.
51828
57493
+       case $host in
51829
 
+       *cygwin* | *mingw*)
 
57494
+       *cygwin*|*mingw*)
51830
57495
+           if func_ltwrapper_executable_p "$file"; then
51831
57496
+             func_ltwrapper_scriptname "$file"
51832
57497
+             wrapper=$func_ltwrapper_scriptname_result
52055
57720
+             $RM $export_symbols
52056
57721
+             eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
52057
57722
+             case $host in
52058
 
+             *cygwin* | *mingw* | *cegcc* )
 
57723
+             *cygwin* | *mingw* )
52059
57724
+                eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
52060
57725
+                eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"'
52061
57726
+               ;;
52071
57736
+             eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
52072
57737
+             eval '$MV "$nlist"T "$nlist"'
52073
57738
+             case $host in
52074
 
+               *cygwin | *mingw* | *cegcc* )
 
57739
+               *cygwin | *mingw* )
52075
57740
+                 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
52076
57741
+                 eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
52077
57742
+                 ;;
52156
57821
+} lt_dlsymlist;
52157
57822
+"
52158
57823
+         case $host in
52159
 
+         *cygwin* | *mingw* | *cegcc* )
 
57824
+         *cygwin* | *mingw* )
52160
57825
+           $ECHO >> "$output_objdir/$my_dlsyms" "\
52161
57826
+/* DATA imports from DLLs on WIN32 con't be const, because
52162
57827
+   runtime relocations are performed -- see ld's documentation
52359
58024
+       # Transform the symbol file into the correct name.
52360
58025
+       symfileobj="$output_objdir/${my_outputname}S.$objext"
52361
58026
+       case $host in
52362
 
+       *cygwin* | *mingw* | *cegcc* )
 
58027
+       *cygwin* | *mingw* )
52363
58028
+         if test -f "$output_objdir/$my_outputname.def"; then
52364
58029
+           compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
52365
58030
+           finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
52920
58585
-           esac
52921
58586
-         done
52922
58587
-         newlib_search_path=
52923
 
+# func_emit_wrapper_part1 [arg=no]
52924
 
+#
52925
 
+# Emit the first part of a libtool wrapper script on stdout.
52926
 
+# For more information, see the description associated with
52927
 
+# func_emit_wrapper(), below.
52928
 
+func_emit_wrapper_part1 ()
 
58588
+# func_emit_wrapper arg
 
58589
+#
 
58590
+# emit a libtool wrapper script on stdout
 
58591
+# don't directly open a file because we may want to
 
58592
+# incorporate the script contents within a cygwin/mingw
 
58593
+# wrapper executable.  Must ONLY be called from within
 
58594
+# func_mode_link because it depends on a number of variable
 
58595
+# set therein.
 
58596
+#
 
58597
+# arg is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR
 
58598
+# variable will take.  If 'yes', then the emitted script
 
58599
+# will assume that the directory in which it is stored is
 
58600
+# the '.lib' directory.  This is a cygwin/mingw-specific
 
58601
+# behavior.
 
58602
+func_emit_wrapper ()
52929
58603
+{
52930
 
+       func_emit_wrapper_part1_arg1=no
 
58604
+       func_emit_wrapper_arg1=no
52931
58605
+       if test -n "$1" ; then
52932
 
+         func_emit_wrapper_part1_arg1=$1
 
58606
+         func_emit_wrapper_arg1=$1
52933
58607
        fi
52934
58608
 
52935
58609
-       if test "$linkmode,$pass" != "prog,link"; then
53101
58775
+    file=\`\$ECHO \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
53102
58776
+    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
53103
58777
+  done
53104
 
+"
53105
 
+}
53106
 
+# end: func_emit_wrapper_part1
53107
58778
 
53108
58779
-      if test -n "$rpath"; then
53109
58780
-       $echo "$modename: warning: \`-rpath' is ignored for archives" 1>&2
53110
58781
-      fi
53111
 
+# func_emit_wrapper_part2 [arg=no]
53112
 
+#
53113
 
+# Emit the second part of a libtool wrapper script on stdout.
53114
 
+# For more information, see the description associated with
53115
 
+# func_emit_wrapper(), below.
53116
 
+func_emit_wrapper_part2 ()
53117
 
+{
53118
 
+       func_emit_wrapper_part2_arg1=no
53119
 
+       if test -n "$1" ; then
53120
 
+         func_emit_wrapper_part2_arg1=$1
53121
 
+       fi
53122
 
+
53123
 
+       $ECHO "\
53124
 
+
53125
58782
+  # Usually 'no', except on cygwin/mingw when embedded into
53126
58783
+  # the cwrapper.
53127
 
+  WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_part2_arg1
 
58784
+  WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1
53128
58785
+  if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then
53129
58786
+    # special case for '.'
53130
58787
+    if test \"\$thisdir\" = \".\"; then
53293
58950
+"
53294
58951
+       case $host in
53295
58952
+       # Backslashes separate directories on plain windows
53296
 
+       *-*-mingw | *-*-os2* | *-cegcc*)
 
58953
+       *-*-mingw | *-*-os2*)
53297
58954
+         $ECHO "\
53298
58955
+      exec \"\$progdir\\\\\$program\" \${1+\"\$@\"}
53299
58956
+"
53300
58957
+         ;;
53301
 
+
 
58958
 
 
58959
-       if test -n "$8"; then
 
58960
-         $echo "$modename: too many parameters to \`-version-info'" 1>&2
 
58961
-         $echo "$help" 1>&2
 
58962
-         exit $EXIT_FAILURE
 
58963
-       fi
53302
58964
+       *)
53303
58965
+         $ECHO "\
53304
58966
+      exec \"\$progdir/\$program\" \${1+\"\$@\"}
53319
58981
+fi\
53320
58982
+"
53321
58983
+}
53322
 
+# end: func_emit_wrapper_part2
53323
 
 
53324
 
-       if test -n "$8"; then
53325
 
-         $echo "$modename: too many parameters to \`-version-info'" 1>&2
53326
 
-         $echo "$help" 1>&2
53327
 
-         exit $EXIT_FAILURE
53328
 
+
53329
 
+# func_emit_wrapper [arg=no]
53330
 
+#
53331
 
+# Emit a libtool wrapper script on stdout.
53332
 
+# Don't directly open a file because we may want to
53333
 
+# incorporate the script contents within a cygwin/mingw
53334
 
+# wrapper executable.  Must ONLY be called from within
53335
 
+# func_mode_link because it depends on a number of variables
53336
 
+# set therein.
53337
 
+#
53338
 
+# ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR
53339
 
+# variable will take.  If 'yes', then the emitted script
53340
 
+# will assume that the directory in which it is stored is
53341
 
+# the $objdir directory.  This is a cygwin/mingw-specific
53342
 
+# behavior.
53343
 
+func_emit_wrapper ()
53344
 
+{
53345
 
+       func_emit_wrapper_arg1=no
53346
 
+       if test -n "$1" ; then
53347
 
+         func_emit_wrapper_arg1=$1
53348
 
        fi
 
58984
+# end: func_emit_wrapper
53349
58985
 
53350
58986
-       # convert absolute version numbers to libtool ages
53351
58987
-       # this retains compatibility with .la files and attempts
53352
58988
-       # to make the code below a bit more comprehensible
53353
 
+       # split this up so that func_emit_cwrapperexe_src
53354
 
+       # can call each part independently.
53355
 
+       func_emit_wrapper_part1 "${func_emit_wrapper_arg1}"
53356
 
+       func_emit_wrapper_part2 "${func_emit_wrapper_arg1}"
53357
 
+}
 
58989
+# func_emit_cwrapperexe_src
 
58990
+# emit the source code for a wrapper executable on stdout
 
58991
+# Must ONLY be called from within func_mode_link because
 
58992
+# it depends on a number of variable set therein.
 
58993
+func_emit_cwrapperexe_src ()
 
58994
+{
 
58995
+       cat <<EOF
53358
58996
 
53359
58997
-       case $vinfo_number in
53360
58998
-       yes)
53393
59031
-         age="$4"
53394
59032
-         ;;
53395
59033
-       esac
 
59034
+/* $cwrappersource - temporary wrapper executable for $objdir/$outputname
 
59035
+   Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
53396
59036
 
53397
59037
-       # Check that each of the things are valid numbers.
53398
59038
-       case $current in
53403
59043
-         exit $EXIT_FAILURE
53404
59044
-         ;;
53405
59045
-       esac
53406
 
+# func_to_host_path arg
53407
 
+#
53408
 
+# Convert paths to host format when used with build tools.
53409
 
+# Intended for use with "native" mingw (where libtool itself
53410
 
+# is running under the msys shell), or in the following cross-
53411
 
+# build environments:
53412
 
+#    $build          $host
53413
 
+#    mingw (msys)    mingw  [e.g. native]
53414
 
+#    cygwin          mingw
53415
 
+#    *nix + wine     mingw
53416
 
+# where wine is equipped with the `winepath' executable.
53417
 
+# In the native mingw case, the (msys) shell automatically
53418
 
+# converts paths for any non-msys applications it launches,
53419
 
+# but that facility isn't available from inside the cwrapper.
53420
 
+# Similar accommodations are necessary for $host mingw and
53421
 
+# $build cygwin.  Calling this function does no harm for other
53422
 
+# $host/$build combinations not listed above.
53423
 
+#
53424
 
+# ARG is the path (on $build) that should be converted to
53425
 
+# the proper representation for $host. The result is stored
53426
 
+# in $func_to_host_path_result.
53427
 
+func_to_host_path ()
53428
 
+{
53429
 
+  func_to_host_path_result="$1"
53430
 
+  if test -n "$1" ; then
53431
 
+    case $host in
53432
 
+      *mingw* )
53433
 
+        lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g'
53434
 
+        case $build in
53435
 
+          *mingw* ) # actually, msys
53436
 
+            # awkward: cmd appends spaces to result
53437
 
+            lt_sed_strip_trailing_spaces="s/[ ]*\$//"
53438
 
+            func_to_host_path_tmp1=`( cmd //c echo "$1" |\
53439
 
+              $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo ""`
53440
 
+            func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
53441
 
+              $SED -e "$lt_sed_naive_backslashify"`
53442
 
+            ;;
53443
 
+          *cygwin* )
53444
 
+            func_to_host_path_tmp1=`cygpath -w "$1"`
53445
 
+            func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
53446
 
+              $SED -e "$lt_sed_naive_backslashify"`
53447
 
+            ;;
53448
 
+          * )
53449
 
+            # Unfortunately, winepath does not exit with a non-zero
53450
 
+            # error code, so we are forced to check the contents of
53451
 
+            # stdout. On the other hand, if the command is not
53452
 
+            # found, the shell will set an exit code of 127 and print
53453
 
+            # *an error message* to stdout. So we must check for both
53454
 
+            # error code of zero AND non-empty stdout, which explains
53455
 
+            # the odd construction:
53456
 
+            func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null`
53457
 
+            if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then
53458
 
+              func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
53459
 
+                $SED -e "$lt_sed_naive_backslashify"`
53460
 
+            else
53461
 
+              # Allow warning below.
53462
 
+              func_to_host_path_result=""
53463
 
+            fi
53464
 
+            ;;
53465
 
+        esac
53466
 
+        if test -z "$func_to_host_path_result" ; then
53467
 
+          func_error "Could not determine host path corresponding to"
53468
 
+          func_error "  '$1'"
53469
 
+          func_error "Continuing, but uninstalled executables may not work."
53470
 
+          # Fallback:
53471
 
+          func_to_host_path_result="$1"
53472
 
+        fi
53473
 
+        ;;
53474
 
+    esac
53475
 
+  fi
53476
 
+}
53477
 
+# end: func_to_host_path
 
59046
+   The $output program cannot be directly executed until all the libtool
 
59047
+   libraries that it depends on are installed.
53478
59048
 
53479
59049
-       case $revision in
53480
59050
-       0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
53484
59054
-         exit $EXIT_FAILURE
53485
59055
-         ;;
53486
59056
-       esac
53487
 
+# func_to_host_pathlist arg
53488
 
+#
53489
 
+# Convert pathlists to host format when used with build tools.
53490
 
+# See func_to_host_path(), above. This function supports the
53491
 
+# following $build/$host combinations (but does no harm for
53492
 
+# combinations not listed here):
53493
 
+#    $build          $host
53494
 
+#    mingw (msys)    mingw  [e.g. native]
53495
 
+#    cygwin          mingw
53496
 
+#    *nix + wine     mingw
53497
 
+#
53498
 
+# Path separators are also converted from $build format to
53499
 
+# $host format. If ARG begins or ends with a path separator
53500
 
+# character, it is preserved (but converted to $host format)
53501
 
+# on output.
53502
 
+#
53503
 
+# ARG is a pathlist (on $build) that should be converted to
53504
 
+# the proper representation on $host. The result is stored
53505
 
+# in $func_to_host_pathlist_result.
53506
 
+func_to_host_pathlist ()
53507
 
+{
53508
 
+  func_to_host_pathlist_result="$1"
53509
 
+  if test -n "$1" ; then
53510
 
+    case $host in
53511
 
+      *mingw* )
53512
 
+        lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g'
53513
 
+        # Remove leading and trailing path separator characters from
53514
 
+        # ARG. msys behavior is inconsistent here, cygpath turns them
53515
 
+        # into '.;' and ';.', and winepath ignores them completely.
53516
 
+        func_to_host_pathlist_tmp2="$1"
53517
 
+        # Once set for this call, this variable should not be
53518
 
+        # reassigned. It is used in tha fallback case.
53519
 
+        func_to_host_pathlist_tmp1=`echo "$func_to_host_pathlist_tmp2" |\
53520
 
+          $SED -e 's|^:*||' -e 's|:*$||'`
53521
 
+        case $build in
53522
 
+          *mingw* ) # Actually, msys.
53523
 
+            # Awkward: cmd appends spaces to result.
53524
 
+            lt_sed_strip_trailing_spaces="s/[ ]*\$//"
53525
 
+            func_to_host_pathlist_tmp2=`( cmd //c echo "$func_to_host_pathlist_tmp1" |\
53526
 
+              $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo ""`
53527
 
+            func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\
53528
 
+              $SED -e "$lt_sed_naive_backslashify"`
53529
 
+            ;;
53530
 
+          *cygwin* )
53531
 
+            func_to_host_pathlist_tmp2=`cygpath -w -p "$func_to_host_pathlist_tmp1"`
53532
 
+            func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\
53533
 
+              $SED -e "$lt_sed_naive_backslashify"`
53534
 
+            ;;
53535
 
+          * )
53536
 
+            # unfortunately, winepath doesn't convert pathlists
53537
 
+            func_to_host_pathlist_result=""
53538
 
+            func_to_host_pathlist_oldIFS=$IFS
53539
 
+            IFS=:
53540
 
+            for func_to_host_pathlist_f in $func_to_host_pathlist_tmp1 ; do
53541
 
+              IFS=$func_to_host_pathlist_oldIFS
53542
 
+              if test -n "$func_to_host_pathlist_f" ; then
53543
 
+                func_to_host_path "$func_to_host_pathlist_f"
53544
 
+                if test -n "$func_to_host_path_result" ; then
53545
 
+                  if test -z "$func_to_host_pathlist_result" ; then
53546
 
+                    func_to_host_pathlist_result="$func_to_host_path_result"
53547
 
+                  else
53548
 
+                    func_to_host_pathlist_result="$func_to_host_pathlist_result;$func_to_host_path_result"
53549
 
+                  fi
53550
 
+                fi
53551
 
+              fi
53552
 
+              IFS=:
53553
 
+            done
53554
 
+            IFS=$func_to_host_pathlist_oldIFS
53555
 
+            ;;
53556
 
+        esac
53557
 
+        if test -z "$func_to_host_pathlist_result" ; then
53558
 
+          func_error "Could not determine the host path(s) corresponding to"
53559
 
+          func_error "  '$1'"
53560
 
+          func_error "Continuing, but uninstalled executables may not work."
53561
 
+          # Fallback. This may break if $1 contains DOS-style drive
53562
 
+          # specifications. The fix is not to complicate the expression
53563
 
+          # below, but for the user to provide a working wine installation
53564
 
+          # with winepath so that path translation in the cross-to-mingw
53565
 
+          # case works properly.
53566
 
+          lt_replace_pathsep_nix_to_dos="s|:|;|g"
53567
 
+          func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp1" |\
53568
 
+            $SED -e "$lt_replace_pathsep_nix_to_dos"`
53569
 
+        fi
53570
 
+        # Now, add the leading and trailing path separators back
53571
 
+        case "$1" in
53572
 
+          :* ) func_to_host_pathlist_result=";$func_to_host_pathlist_result"
53573
 
+            ;;
53574
 
+        esac
53575
 
+        case "$1" in
53576
 
+          *: ) func_to_host_pathlist_result="$func_to_host_pathlist_result;"
53577
 
+            ;;
53578
 
+        esac
53579
 
+        ;;
53580
 
+    esac
53581
 
+  fi
53582
 
+}
53583
 
+# end: func_to_host_pathlist
 
59057
+   This wrapper executable should never be moved out of the build directory.
 
59058
+   If it is, it will not operate correctly.
53584
59059
 
53585
59060
-       case $age in
53586
59061
-       0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
53590
59065
-         exit $EXIT_FAILURE
53591
59066
-         ;;
53592
59067
-       esac
53593
 
+# func_emit_cwrapperexe_src
53594
 
+# emit the source code for a wrapper executable on stdout
53595
 
+# Must ONLY be called from within func_mode_link because
53596
 
+# it depends on a number of variable set therein.
53597
 
+func_emit_cwrapperexe_src ()
53598
 
+{
53599
 
+       cat <<EOF
53600
 
 
53601
 
-       if test "$age" -gt "$current"; then
53602
 
-         $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
53603
 
-         $echo "$modename: \`$vinfo' is not valid version information" 1>&2
53604
 
-         exit $EXIT_FAILURE
53605
 
-       fi
53606
 
+/* $cwrappersource - temporary wrapper executable for $objdir/$outputname
53607
 
+   Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
53608
 
 
53609
 
-       # Calculate the version variables.
53610
 
-       major=
53611
 
-       versuffix=
53612
 
-       verstring=
53613
 
-       case $version_type in
53614
 
-       none) ;;
53615
 
+   The $output program cannot be directly executed until all the libtool
53616
 
+   libraries that it depends on are installed.
53617
 
 
53618
 
-       darwin)
53619
 
-         # Like Linux, but with the current version available in
53620
 
-         # verstring for coding it into the library header
53621
 
-         major=.`expr $current - $age`
53622
 
-         versuffix="$major.$age.$revision"
53623
 
-         # Darwin ld doesn't like 0 for these options...
53624
 
-         minor_current=`expr $current + 1`
53625
 
-         xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision"
53626
 
-         verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
53627
 
-         ;;
53628
 
+   This wrapper executable should never be moved out of the build directory.
53629
 
+   If it is, it will not operate correctly.
53630
 
 
53631
 
-       freebsd-aout)
53632
 
-         major=".$current"
53633
 
-         versuffix=".$current.$revision";
53634
 
-         ;;
53635
59068
+   Currently, it simply execs the wrapper *script* "$SHELL $output",
53636
59069
+   but could eventually absorb all of the scripts functionality and
53637
59070
+   exec $objdir/$outputname directly.
53650
59083
+# include <stdint.h>
53651
59084
+# ifdef __CYGWIN__
53652
59085
+#  include <io.h>
53653
 
+#  define HAVE_SETENV
53654
 
+#  ifdef __STRICT_ANSI__
53655
 
+char *realpath (const char *, char *);
53656
 
+int putenv (char *);
53657
 
+int setenv (const char *, const char *, int);
53658
 
+#  endif
53659
59086
+# endif
53660
59087
+#endif
53661
59088
+#include <malloc.h>
53667
59094
+#include <fcntl.h>
53668
59095
+#include <sys/stat.h>
53669
59096
 
53670
 
-       freebsd-elf)
53671
 
-         major=".$current"
53672
 
-         versuffix=".$current";
53673
 
-         ;;
 
59097
-       if test "$age" -gt "$current"; then
 
59098
-         $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
 
59099
-         $echo "$modename: \`$vinfo' is not valid version information" 1>&2
 
59100
-         exit $EXIT_FAILURE
 
59101
-       fi
53674
59102
+#if defined(PATH_MAX)
53675
59103
+# define LT_PATHMAX PATH_MAX
53676
59104
+#elif defined(MAXPATHLEN)
53679
59107
+# define LT_PATHMAX 1024
53680
59108
+#endif
53681
59109
 
53682
 
-       irix | nonstopux)
53683
 
-         if test "X$lt_irix_increment" = "Xno"; then
53684
 
-           major=`expr $current - $age`
53685
 
-         else
53686
 
-           major=`expr $current - $age + 1`
53687
 
-         fi
53688
 
-         case $version_type in
53689
 
-           nonstopux) verstring_prefix=nonstopux ;;
53690
 
-           *)         verstring_prefix=sgi ;;
53691
 
-         esac
53692
 
-         verstring="$verstring_prefix$major.$revision"
 
59110
-       # Calculate the version variables.
 
59111
-       major=
 
59112
-       versuffix=
 
59113
-       verstring=
 
59114
-       case $version_type in
 
59115
-       none) ;;
53693
59116
+#ifndef S_IXOTH
53694
59117
+# define S_IXOTH 0
53695
59118
+#endif
53697
59120
+# define S_IXGRP 0
53698
59121
+#endif
53699
59122
 
53700
 
-         # Add in all the interfaces that we are compatible with.
53701
 
-         loop=$revision
53702
 
-         while test "$loop" -ne 0; do
53703
 
-           iface=`expr $revision - $loop`
53704
 
-           loop=`expr $loop - 1`
53705
 
-           verstring="$verstring_prefix$major.$iface:$verstring"
53706
 
-         done
 
59123
-       darwin)
 
59124
-         # Like Linux, but with the current version available in
 
59125
-         # verstring for coding it into the library header
 
59126
-         major=.`expr $current - $age`
 
59127
-         versuffix="$major.$age.$revision"
 
59128
-         # Darwin ld doesn't like 0 for these options...
 
59129
-         minor_current=`expr $current + 1`
 
59130
-         xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision"
 
59131
-         verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
 
59132
-         ;;
53707
59133
+#ifdef _MSC_VER
53708
59134
+# define S_IXUSR _S_IEXEC
53709
59135
+# define stat _stat
53712
59138
+# endif
53713
59139
+#endif
53714
59140
 
53715
 
-         # Before this point, $major must not contain `.'.
53716
 
-         major=.$major
53717
 
-         versuffix="$major.$revision"
 
59141
-       freebsd-aout)
 
59142
-         major=".$current"
 
59143
-         versuffix=".$current.$revision";
53718
59144
-         ;;
53719
59145
+#ifndef DIR_SEPARATOR
53720
59146
+# define DIR_SEPARATOR '/'
53721
59147
+# define PATH_SEPARATOR ':'
53722
59148
+#endif
53723
59149
 
53724
 
-       linux)
53725
 
-         major=.`expr $current - $age`
53726
 
-         versuffix="$major.$age.$revision"
 
59150
-       freebsd-elf)
 
59151
-         major=".$current"
 
59152
-         versuffix=".$current";
53727
59153
-         ;;
53728
59154
+#if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \
53729
59155
+  defined (__OS2__)
53737
59163
+# endif
53738
59164
+#endif
53739
59165
 
53740
 
-       osf)
53741
 
-         major=.`expr $current - $age`
53742
 
-         versuffix=".$current.$age.$revision"
53743
 
-         verstring="$current.$age.$revision"
 
59166
-       irix | nonstopux)
 
59167
-         if test "X$lt_irix_increment" = "Xno"; then
 
59168
-           major=`expr $current - $age`
 
59169
-         else
 
59170
-           major=`expr $current - $age + 1`
 
59171
-         fi
 
59172
-         case $version_type in
 
59173
-           nonstopux) verstring_prefix=nonstopux ;;
 
59174
-           *)         verstring_prefix=sgi ;;
 
59175
-         esac
 
59176
-         verstring="$verstring_prefix$major.$revision"
53744
59177
+#ifndef DIR_SEPARATOR_2
53745
59178
+# define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
53746
59179
+#else /* DIR_SEPARATOR_2 */
53749
59182
+#endif /* DIR_SEPARATOR_2 */
53750
59183
 
53751
59184
-         # Add in all the interfaces that we are compatible with.
53752
 
-         loop=$age
 
59185
-         loop=$revision
53753
59186
-         while test "$loop" -ne 0; do
53754
 
-           iface=`expr $current - $loop`
 
59187
-           iface=`expr $revision - $loop`
53755
59188
-           loop=`expr $loop - 1`
53756
 
-           verstring="$verstring:${iface}.0"
 
59189
-           verstring="$verstring_prefix$major.$iface:$verstring"
53757
59190
-         done
53758
59191
+#ifndef PATH_SEPARATOR_2
53759
59192
+# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR)
53761
59194
+# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2)
53762
59195
+#endif /* PATH_SEPARATOR_2 */
53763
59196
 
53764
 
-         # Make executables depend on our current version.
53765
 
-         verstring="$verstring:${current}.0"
 
59197
-         # Before this point, $major must not contain `.'.
 
59198
-         major=.$major
 
59199
-         versuffix="$major.$revision"
53766
59200
-         ;;
53767
59201
+#ifdef __CYGWIN__
53768
59202
+# define FOPEN_WB "wb"
53769
59203
+#endif
53770
59204
 
53771
 
-       sunos)
53772
 
-         major=".$current"
53773
 
-         versuffix=".$current.$revision"
 
59205
-       linux)
 
59206
-         major=.`expr $current - $age`
 
59207
-         versuffix="$major.$age.$revision"
53774
59208
-         ;;
53775
59209
+#ifndef FOPEN_WB
53776
59210
+# define FOPEN_WB "w"
53779
59213
+# define _O_BINARY 0
53780
59214
+#endif
53781
59215
 
53782
 
-       windows)
53783
 
-         # Use '-' rather than '.', since we only want one
53784
 
-         # extension on DOS 8.3 filesystems.
53785
 
-         major=`expr $current - $age`
53786
 
-         versuffix="-$major"
53787
 
-         ;;
 
59216
-       osf)
 
59217
-         major=.`expr $current - $age`
 
59218
-         versuffix=".$current.$age.$revision"
 
59219
-         verstring="$current.$age.$revision"
53788
59220
+#define XMALLOC(type, num)      ((type *) xmalloc ((num) * sizeof(type)))
53789
59221
+#define XFREE(stale) do { \
53790
59222
+  if (stale) { free ((void *) stale); stale = 0; } \
53791
59223
+} while (0)
53792
59224
 
53793
 
-       *)
53794
 
-         $echo "$modename: unknown library version type \`$version_type'" 1>&2
53795
 
-         $echo "Fatal configuration error.  See the $PACKAGE docs for more information." 1>&2
53796
 
-         exit $EXIT_FAILURE
53797
 
-         ;;
53798
 
-       esac
 
59225
-         # Add in all the interfaces that we are compatible with.
 
59226
-         loop=$age
 
59227
-         while test "$loop" -ne 0; do
 
59228
-           iface=`expr $current - $loop`
 
59229
-           loop=`expr $loop - 1`
 
59230
-           verstring="$verstring:${iface}.0"
 
59231
-         done
53799
59232
+#undef LTWRAPPER_DEBUGPRINTF
53800
59233
+#if defined DEBUGWRAPPER
53801
59234
+# define LTWRAPPER_DEBUGPRINTF(args) ltwrapper_debugprintf args
53811
59244
+# define LTWRAPPER_DEBUGPRINTF(args)
53812
59245
+#endif
53813
59246
 
 
59247
-         # Make executables depend on our current version.
 
59248
-         verstring="$verstring:${current}.0"
 
59249
-         ;;
 
59250
+const char *program_name = NULL;
 
59251
 
 
59252
-       sunos)
 
59253
-         major=".$current"
 
59254
-         versuffix=".$current.$revision"
 
59255
-         ;;
 
59256
+void *xmalloc (size_t num);
 
59257
+char *xstrdup (const char *string);
 
59258
+const char *base_name (const char *name);
 
59259
+char *find_executable (const char *wrapper);
 
59260
+char *chase_symlinks (const char *pathspec);
 
59261
+int make_executable (const char *path);
 
59262
+int check_executable (const char *path);
 
59263
+char *strendzap (char *str, const char *pat);
 
59264
+void lt_fatal (const char *message, ...);
 
59265
 
 
59266
-       windows)
 
59267
-         # Use '-' rather than '.', since we only want one
 
59268
-         # extension on DOS 8.3 filesystems.
 
59269
-         major=`expr $current - $age`
 
59270
-         versuffix="-$major"
 
59271
-         ;;
 
59272
+static const char *script_text =
 
59273
+EOF
 
59274
 
 
59275
-       *)
 
59276
-         $echo "$modename: unknown library version type \`$version_type'" 1>&2
 
59277
-         $echo "Fatal configuration error.  See the $PACKAGE docs for more information." 1>&2
 
59278
-         exit $EXIT_FAILURE
 
59279
-         ;;
 
59280
-       esac
 
59281
+           func_emit_wrapper yes |
 
59282
+               $SED -e 's/\([\\"]\)/\\\1/g' \
 
59283
+                    -e 's/^/  "/' -e 's/$/\\n"/'
 
59284
+           echo ";"
 
59285
 
53814
59286
-       # Clear the version info if we defaulted, and they specified a release.
53815
59287
-       if test -z "$vinfo" && test -n "$release"; then
53816
59288
-         major=
53830
59302
-           versuffix=".0.0"
53831
59303
-         fi
53832
59304
-       fi
53833
 
+const char *program_name = NULL;
 
59305
+           cat <<EOF
 
59306
+const char * MAGIC_EXE = "$magic_exe";
53834
59307
 
53835
59308
-       # Remove version info from name if versioning should be avoided
53836
59309
-       if test "$avoid_version" = yes && test "$need_version" = no; then
53838
59311
-         versuffix=
53839
59312
-         verstring=""
53840
59313
-       fi
53841
 
+void *xmalloc (size_t num);
53842
 
+char *xstrdup (const char *string);
53843
 
+const char *base_name (const char *name);
53844
 
+char *find_executable (const char *wrapper);
53845
 
+char *chase_symlinks (const char *pathspec);
53846
 
+int make_executable (const char *path);
53847
 
+int check_executable (const char *path);
53848
 
+char *strendzap (char *str, const char *pat);
53849
 
+void lt_fatal (const char *message, ...);
53850
 
+void lt_setenv (const char *name, const char *value);
53851
 
+char *lt_extend_str (const char *orig_value, const char *add, int to_end);
53852
 
+void lt_opt_process_env_set (const char *arg);
53853
 
+void lt_opt_process_env_prepend (const char *arg);
53854
 
+void lt_opt_process_env_append (const char *arg);
53855
 
+int lt_split_name_value (const char *arg, char** name, char** value);
53856
 
+void lt_update_exe_path (const char *name, const char *value);
53857
 
+void lt_update_lib_path (const char *name, const char *value);
 
59314
+int
 
59315
+main (int argc, char *argv[])
 
59316
+{
 
59317
+  char **newargz;
 
59318
+  char *tmp_pathspec;
 
59319
+  char *actual_cwrapper_path;
 
59320
+  char *shwrapper_name;
 
59321
+  intptr_t rval = 127;
 
59322
+  FILE *shwrapper;
53858
59323
 
53859
59324
-       # Check to see if the archive will have undefined symbols.
53860
59325
-       if test "$allow_undefined" = yes; then
53868
59333
-         allow_undefined_flag="$no_undefined_flag"
53869
59334
-       fi
53870
59335
-      fi
53871
 
+static const char *script_text_part1 =
53872
 
+EOF
 
59336
+  const char *dumpscript_opt = "--lt-dump-script";
 
59337
+  int i;
53873
59338
 
53874
59339
-      if test "$mode" != relink; then
53875
59340
-       # Remove our outputs, but don't remove object files since they
53897
59362
-         $run ${rm}r $removelist
53898
59363
-       fi
53899
59364
-      fi
53900
 
+           func_emit_wrapper_part1 yes |
53901
 
+               $SED -e 's/\([\\"]\)/\\\1/g' \
53902
 
+                    -e 's/^/  "/' -e 's/$/\\n"/'
53903
 
+           echo ";"
53904
 
+           cat <<EOF
 
59365
+  program_name = (char *) xstrdup (base_name (argv[0]));
 
59366
+  LTWRAPPER_DEBUGPRINTF (("(main) argv[0]      : %s\n", argv[0]));
 
59367
+  LTWRAPPER_DEBUGPRINTF (("(main) program_name : %s\n", program_name));
53905
59368
 
53906
59369
-      # Now set the variables for building old libraries.
53907
59370
-      if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then
53908
59371
-       oldlibs="$oldlibs $output_objdir/$libname.$libext"
53909
 
+static const char *script_text_part2 =
53910
 
+EOF
53911
 
+           func_emit_wrapper_part2 yes |
53912
 
+               $SED -e 's/\([\\"]\)/\\\1/g' \
53913
 
+                    -e 's/^/  "/' -e 's/$/\\n"/'
53914
 
+           echo ";"
53915
 
+
53916
 
+           cat <<EOF
53917
 
+const char * MAGIC_EXE = "$magic_exe";
53918
 
+const char * LIB_PATH_VARNAME = "$shlibpath_var";
53919
 
+EOF
 
59372
+  /* very simple arg parsing; don't want to rely on getopt */
 
59373
+  for (i = 1; i < argc; i++)
 
59374
+    {
 
59375
+      if (strcmp (argv[i], dumpscript_opt) == 0)
 
59376
+       {
 
59377
+EOF
 
59378
+           case "$host" in
 
59379
+             *mingw* | *cygwin* )
 
59380
+               # make stdout use "unix" line endings
 
59381
+               echo "          setmode(1,_O_BINARY);"
 
59382
+               ;;
 
59383
+             esac
53920
59384
 
53921
59385
-       # Transform .lo files to .o files.
53922
59386
-       oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
53923
59387
-      fi
53924
 
+           if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
53925
 
+              func_to_host_pathlist "$temp_rpath"
53926
 
+             cat <<EOF
53927
 
+const char * LIB_PATH_VALUE   = "$func_to_host_pathlist_result";
53928
 
+EOF
53929
 
+           else
53930
 
+             cat <<"EOF"
53931
 
+const char * LIB_PATH_VALUE   = "";
53932
 
+EOF
53933
 
+           fi
 
59388
+           cat <<EOF
 
59389
+         printf ("%s", script_text);
 
59390
+         return 0;
 
59391
+       }
 
59392
+    }
53934
59393
 
53935
59394
-      # Eliminate all temporary directories.
53936
59395
-      #for path in $notinst_path; do
53938
59397
-      #        deplibs=`$echo "$deplibs " | ${SED} -e "s% -L$path % %g"`
53939
59398
-      #        dependency_libs=`$echo "$dependency_libs " | ${SED} -e "s% -L$path % %g"`
53940
59399
-      #done
53941
 
+           if test -n "$dllsearchpath"; then
53942
 
+              func_to_host_pathlist "$dllsearchpath:"
53943
 
+             cat <<EOF
53944
 
+const char * EXE_PATH_VARNAME = "PATH";
53945
 
+const char * EXE_PATH_VALUE   = "$func_to_host_pathlist_result";
53946
 
+EOF
53947
 
+           else
53948
 
+             cat <<"EOF"
53949
 
+const char * EXE_PATH_VARNAME = "";
53950
 
+const char * EXE_PATH_VALUE   = "";
53951
 
+EOF
53952
 
+           fi
 
59400
+  newargz = XMALLOC (char *, argc + 2);
 
59401
+EOF
53953
59402
 
53954
59403
-      if test -n "$xrpath"; then
53955
59404
-       # If the user specified any rpath flags, then add them.
53965
59414
-         dependency_libs="$temp_xrpath $dependency_libs"
53966
59415
-       fi
53967
59416
-      fi
53968
 
+           if test "$fast_install" = yes; then
53969
 
+             cat <<EOF
53970
 
+const char * TARGET_PROGRAM_NAME = "lt-$outputname"; /* hopefully, no .exe */
53971
 
+EOF
 
59417
+           if test -n "$TARGETSHELL" ; then
 
59418
+             # no path translation at all
 
59419
+             lt_newargv0=$TARGETSHELL
53972
59420
+           else
53973
 
+             cat <<EOF
53974
 
+const char * TARGET_PROGRAM_NAME = "$outputname"; /* hopefully, no .exe */
53975
 
+EOF
 
59421
+             case "$host" in
 
59422
+               *mingw* )
 
59423
+                 # awkward: cmd appends spaces to result
 
59424
+                 lt_sed_strip_trailing_spaces="s/[ ]*\$//"
 
59425
+                 lt_newargv0=`( cmd //c echo $SHELL | $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo $SHELL`
 
59426
+                 case $lt_newargv0 in
 
59427
+                   *.exe | *.EXE) ;;
 
59428
+                   *) lt_newargv0=$lt_newargv0.exe ;;
 
59429
+                 esac
 
59430
+                 ;;
 
59431
+               * ) lt_newargv0=$SHELL ;;
 
59432
+             esac
53976
59433
+           fi
53977
59434
 
53978
59435
-      # Make sure dlfiles contains only unique files that won't be dlpreopened
53984
59441
-       *) dlfiles="$dlfiles $lib" ;;
53985
59442
-       esac
53986
59443
-      done
 
59444
+               cat <<EOF
 
59445
+  newargz[0] = (char *) xstrdup ("$lt_newargv0");
 
59446
+EOF
53987
59447
 
53988
59448
-      # Make sure dlprefiles contains only unique files
53989
59449
-      old_dlprefiles="$dlprefiles"
53995
59455
-       esac
53996
59456
-      done
53997
59457
+           cat <<"EOF"
 
59458
+  tmp_pathspec = find_executable (argv[0]);
 
59459
+  if (tmp_pathspec == NULL)
 
59460
+    lt_fatal ("Couldn't find %s", argv[0]);
 
59461
+  LTWRAPPER_DEBUGPRINTF (("(main) found exe (before symlink chase) at : %s\n",
 
59462
+                         tmp_pathspec));
 
59463
+
 
59464
+  actual_cwrapper_path = chase_symlinks (tmp_pathspec);
 
59465
+  LTWRAPPER_DEBUGPRINTF (("(main) found exe (after symlink chase) at : %s\n",
 
59466
+                         actual_cwrapper_path));
 
59467
+  XFREE (tmp_pathspec);
 
59468
+
 
59469
+  shwrapper_name = (char *) xstrdup (base_name (actual_cwrapper_path));
 
59470
+  strendzap (actual_cwrapper_path, shwrapper_name);
 
59471
+
 
59472
+  /* shwrapper_name transforms */
 
59473
+  strendzap (shwrapper_name, ".exe");
 
59474
+  tmp_pathspec = XMALLOC (char, (strlen (shwrapper_name) +
 
59475
+                                strlen ("_ltshwrapperTMP") + 1));
 
59476
+  strcpy (tmp_pathspec, shwrapper_name);
 
59477
+  strcat (tmp_pathspec, "_ltshwrapperTMP");
 
59478
+  XFREE (shwrapper_name);
 
59479
+  shwrapper_name = tmp_pathspec;
 
59480
+  tmp_pathspec = 0;
 
59481
+  LTWRAPPER_DEBUGPRINTF (("(main) libtool shell wrapper name: %s\n",
 
59482
+                         shwrapper_name));
 
59483
+EOF
53998
59484
 
53999
59485
-      if test "$build_libtool_libs" = yes; then
54000
59486
-       if test -n "$rpath"; then
54023
59509
-           if test "$build_libtool_need_lc" = "yes"; then
54024
59510
-             deplibs="$deplibs -lc"
54025
59511
-           fi
54026
 
+#define LTWRAPPER_OPTION_PREFIX         "--lt-"
54027
 
+#define LTWRAPPER_OPTION_PREFIX_LENGTH  5
54028
 
+
54029
 
+static const size_t opt_prefix_len         = LTWRAPPER_OPTION_PREFIX_LENGTH;
54030
 
+static const char *ltwrapper_option_prefix = LTWRAPPER_OPTION_PREFIX;
54031
 
+
54032
 
+static const char *dumpscript_opt       = LTWRAPPER_OPTION_PREFIX "dump-script";
54033
 
+
54034
 
+static const size_t env_set_opt_len     = LTWRAPPER_OPTION_PREFIX_LENGTH + 7;
54035
 
+static const char *env_set_opt          = LTWRAPPER_OPTION_PREFIX "env-set";
54036
 
+  /* argument is putenv-style "foo=bar", value of foo is set to bar */
54037
 
+
54038
 
+static const size_t env_prepend_opt_len = LTWRAPPER_OPTION_PREFIX_LENGTH + 11;
54039
 
+static const char *env_prepend_opt      = LTWRAPPER_OPTION_PREFIX "env-prepend";
54040
 
+  /* argument is putenv-style "foo=bar", new value of foo is bar${foo} */
54041
 
+
54042
 
+static const size_t env_append_opt_len  = LTWRAPPER_OPTION_PREFIX_LENGTH + 10;
54043
 
+static const char *env_append_opt       = LTWRAPPER_OPTION_PREFIX "env-append";
54044
 
+  /* argument is putenv-style "foo=bar", new value of foo is ${foo}bar */
54045
 
+
54046
 
+int
54047
 
+main (int argc, char *argv[])
54048
 
+{
54049
 
+  char **newargz;
54050
 
+  int  newargc;
54051
 
+  char *tmp_pathspec;
54052
 
+  char *actual_cwrapper_path;
54053
 
+  char *actual_cwrapper_name;
54054
 
+  char *target_name;
54055
 
+  char *lt_argv_zero;
54056
 
+  intptr_t rval = 127;
54057
 
+
54058
 
+  int i;
54059
 
+
54060
 
+  program_name = (char *) xstrdup (base_name (argv[0]));
54061
 
+  LTWRAPPER_DEBUGPRINTF (("(main) argv[0]      : %s\n", argv[0]));
54062
 
+  LTWRAPPER_DEBUGPRINTF (("(main) program_name : %s\n", program_name));
54063
 
+
54064
 
+  /* very simple arg parsing; don't want to rely on getopt */
54065
 
+  for (i = 1; i < argc; i++)
54066
 
+    {
54067
 
+      if (strcmp (argv[i], dumpscript_opt) == 0)
54068
 
+       {
54069
 
+EOF
54070
 
+           case "$host" in
54071
 
+             *mingw* | *cygwin* )
54072
 
+               # make stdout use "unix" line endings
54073
 
+               echo "          setmode(1,_O_BINARY);"
54074
 
+               ;;
54075
 
+             esac
54076
 
+
54077
 
+           cat <<"EOF"
54078
 
+         printf ("%s", script_text_part1);
54079
 
+         printf ("%s", script_text_part2);
54080
 
+         return 0;
54081
 
+       }
54082
 
+    }
54083
 
+
54084
 
+  newargz = XMALLOC (char *, argc + 1);
54085
 
+  tmp_pathspec = find_executable (argv[0]);
54086
 
+  if (tmp_pathspec == NULL)
54087
 
+    lt_fatal ("Couldn't find %s", argv[0]);
54088
 
+  LTWRAPPER_DEBUGPRINTF (("(main) found exe (before symlink chase) at : %s\n",
54089
 
+                         tmp_pathspec));
54090
 
+
54091
 
+  actual_cwrapper_path = chase_symlinks (tmp_pathspec);
54092
 
+  LTWRAPPER_DEBUGPRINTF (("(main) found exe (after symlink chase) at : %s\n",
54093
 
+                         actual_cwrapper_path));
54094
 
+  XFREE (tmp_pathspec);
54095
 
+
54096
 
+  actual_cwrapper_name = xstrdup( base_name (actual_cwrapper_path));
54097
 
+  strendzap (actual_cwrapper_path, actual_cwrapper_name);
54098
 
+
54099
 
+  /* wrapper name transforms */
54100
 
+  strendzap (actual_cwrapper_name, ".exe");
54101
 
+  tmp_pathspec = lt_extend_str (actual_cwrapper_name, ".exe", 1);
54102
 
+  XFREE (actual_cwrapper_name);
54103
 
+  actual_cwrapper_name = tmp_pathspec;
54104
 
+  tmp_pathspec = 0;
54105
 
+
54106
 
+  /* target_name transforms -- use actual target program name; might have lt- prefix */
54107
 
+  target_name = xstrdup (base_name (TARGET_PROGRAM_NAME));
54108
 
+  strendzap (target_name, ".exe");
54109
 
+  tmp_pathspec = lt_extend_str (target_name, ".exe", 1);
54110
 
+  XFREE (target_name);
54111
 
+  target_name = tmp_pathspec;
54112
 
+  tmp_pathspec = 0;
54113
 
+
54114
 
+  LTWRAPPER_DEBUGPRINTF (("(main) libtool target name: %s\n",
54115
 
+                         target_name));
54116
 
+EOF
54117
 
+
54118
59512
+           cat <<EOF
54119
 
+  newargz[0] =
 
59513
+  newargz[1] =
54120
59514
+    XMALLOC (char, (strlen (actual_cwrapper_path) +
54121
 
+                   strlen ("$objdir") + 1 + strlen (actual_cwrapper_name) + 1));
54122
 
+  strcpy (newargz[0], actual_cwrapper_path);
54123
 
+  strcat (newargz[0], "$objdir");
54124
 
+  strcat (newargz[0], "/");
54125
 
+EOF
54126
 
+
54127
 
+           cat <<"EOF"
54128
 
+  /* stop here, and copy so we don't have to do this twice */
54129
 
+  tmp_pathspec = xstrdup (newargz[0]);
54130
 
+
54131
 
+  /* do NOT want the lt- prefix here, so use actual_cwrapper_name */
54132
 
+  strcat (newargz[0], actual_cwrapper_name);
54133
 
+
54134
 
+  /* DO want the lt- prefix here if it exists, so use target_name */
54135
 
+  lt_argv_zero = lt_extend_str (tmp_pathspec, target_name, 1);
54136
 
+  XFREE (tmp_pathspec);
54137
 
+  tmp_pathspec = NULL;
54138
 
+EOF
 
59515
+                   strlen ("$objdir") + 1 + strlen (shwrapper_name) + 1));
 
59516
+  strcpy (newargz[1], actual_cwrapper_path);
 
59517
+  strcat (newargz[1], "$objdir");
 
59518
+  strcat (newargz[1], "/");
 
59519
+  strcat (newargz[1], shwrapper_name);
 
59520
+EOF
 
59521
+
54139
59522
+
54140
59523
+           case $host_os in
54141
59524
+             mingw*)
54142
59525
+           cat <<"EOF"
54143
59526
+  {
54144
59527
+    char* p;
54145
 
+    while ((p = strchr (newargz[0], '\\')) != NULL)
54146
 
+      {
54147
 
+       *p = '/';
54148
 
+      }
54149
 
+    while ((p = strchr (lt_argv_zero, '\\')) != NULL)
 
59528
+    while ((p = strchr (newargz[1], '\\')) != NULL)
54150
59529
+      {
54151
59530
+       *p = '/';
54152
59531
+      }
54158
59537
+           esac
54159
59538
+
54160
59539
+           cat <<"EOF"
54161
 
+  XFREE (target_name);
 
59540
+  XFREE (shwrapper_name);
54162
59541
+  XFREE (actual_cwrapper_path);
54163
 
+  XFREE (actual_cwrapper_name);
54164
 
+
54165
 
+  lt_setenv ("BIN_SH", "xpg4"); /* for Tru64 */
54166
 
+  lt_setenv ("DUALCASE", "1");  /* for MSK sh */
54167
 
+  lt_update_lib_path (LIB_PATH_VARNAME, LIB_PATH_VALUE);
54168
 
+  lt_update_exe_path (EXE_PATH_VARNAME, EXE_PATH_VALUE);
54169
 
+
54170
 
+  newargc=0;
 
59542
+
 
59543
+  /* always write in binary mode */
 
59544
+  if ((shwrapper = fopen (newargz[1], FOPEN_WB)) == 0)
 
59545
+    {
 
59546
+      lt_fatal ("Could not open %s for writing", newargz[1]);
 
59547
+    }
 
59548
+  fprintf (shwrapper, "%s", script_text);
 
59549
+  fclose (shwrapper);
 
59550
+
 
59551
+  make_executable (newargz[1]);
 
59552
+
54171
59553
+  for (i = 1; i < argc; i++)
54172
 
+    {
54173
 
+      if (strncmp (argv[i], env_set_opt, env_set_opt_len) == 0)
54174
 
+        {
54175
 
+          if (argv[i][env_set_opt_len] == '=')
54176
 
+            {
54177
 
+              const char *p = argv[i] + env_set_opt_len + 1;
54178
 
+              lt_opt_process_env_set (p);
54179
 
+            }
54180
 
+          else if (argv[i][env_set_opt_len] == '\0' && i + 1 < argc)
54181
 
+            {
54182
 
+              lt_opt_process_env_set (argv[++i]); /* don't copy */
54183
 
+            }
54184
 
+          else
54185
 
+            lt_fatal ("%s missing required argument", env_set_opt);
54186
 
+          continue;
54187
 
+        }
54188
 
+      if (strncmp (argv[i], env_prepend_opt, env_prepend_opt_len) == 0)
54189
 
+        {
54190
 
+          if (argv[i][env_prepend_opt_len] == '=')
54191
 
+            {
54192
 
+              const char *p = argv[i] + env_prepend_opt_len + 1;
54193
 
+              lt_opt_process_env_prepend (p);
54194
 
+            }
54195
 
+          else if (argv[i][env_prepend_opt_len] == '\0' && i + 1 < argc)
54196
 
+            {
54197
 
+              lt_opt_process_env_prepend (argv[++i]); /* don't copy */
54198
 
+            }
54199
 
+          else
54200
 
+            lt_fatal ("%s missing required argument", env_prepend_opt);
54201
 
+          continue;
54202
 
+        }
54203
 
+      if (strncmp (argv[i], env_append_opt, env_append_opt_len) == 0)
54204
 
+        {
54205
 
+          if (argv[i][env_append_opt_len] == '=')
54206
 
+            {
54207
 
+              const char *p = argv[i] + env_append_opt_len + 1;
54208
 
+              lt_opt_process_env_append (p);
54209
 
+            }
54210
 
+          else if (argv[i][env_append_opt_len] == '\0' && i + 1 < argc)
54211
 
+            {
54212
 
+              lt_opt_process_env_append (argv[++i]); /* don't copy */
54213
 
+            }
54214
 
+          else
54215
 
+            lt_fatal ("%s missing required argument", env_append_opt);
54216
 
+          continue;
54217
 
+        }
54218
 
+      if (strncmp (argv[i], ltwrapper_option_prefix, opt_prefix_len) == 0)
54219
 
+        {
54220
 
+          /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
54221
 
+             namespace, but it is not one of the ones we know about and
54222
 
+             have already dealt with, above (inluding dump-script), then
54223
 
+             report an error. Otherwise, targets might begin to believe
54224
 
+             they are allowed to use options in the LTWRAPPER_OPTION_PREFIX
54225
 
+             namespace. The first time any user complains about this, we'll
54226
 
+             need to make LTWRAPPER_OPTION_PREFIX a configure-time option
54227
 
+             or a configure.ac-settable value.
54228
 
+           */
54229
 
+          lt_fatal ("Unrecognized option in %s namespace: '%s'",
54230
 
+                    ltwrapper_option_prefix, argv[i]);
54231
 
+        }
54232
 
+      /* otherwise ... */
54233
 
+      newargz[++newargc] = xstrdup (argv[i]);
54234
 
+    }
54235
 
+  newargz[++newargc] = NULL;
 
59554
+    newargz[i + 1] = xstrdup (argv[i]);
 
59555
+  newargz[argc + 1] = NULL;
54236
59556
+
54237
 
+  LTWRAPPER_DEBUGPRINTF     (("(main) lt_argv_zero : %s\n", (lt_argv_zero ? lt_argv_zero : "<NULL>")));
54238
 
+  for (i = 0; i < newargc; i++)
 
59557
+  for (i = 0; i < argc + 1; i++)
54239
59558
+    {
54240
 
+      LTWRAPPER_DEBUGPRINTF (("(main) newargz[%d]   : %s\n", i, (newargz[i] ? newargz[i] : "<NULL>")));
 
59559
+      LTWRAPPER_DEBUGPRINTF (("(main) newargz[%d]   : %s\n", i, newargz[i]));
54241
59560
+    }
54242
59561
 
54243
59562
-       # Transform deplibs into only deplibs that can be linked in shared.
54305
59624
-                   $echo "*** its dynamic dependency list that programs get resolved with at runtime."
54306
59625
-                 fi
54307
59626
-               fi
54308
 
-             else
 
59627
+
 
59628
+           case $host_os in
 
59629
+             mingw*)
 
59630
+               cat <<EOF
 
59631
+  /* execv doesn't actually work on mingw as expected on unix */
 
59632
+  rval = _spawnv (_P_WAIT, "$lt_newargv0", (const char * const *) newargz);
 
59633
+  if (rval == -1)
 
59634
+    {
 
59635
+      /* failed to start process */
 
59636
+      LTWRAPPER_DEBUGPRINTF (("(main) failed to launch target \"$lt_newargv0\": errno = %d\n", errno));
 
59637
+      return 127;
 
59638
+    }
 
59639
+  return rval;
 
59640
+}
 
59641
+EOF
 
59642
+               ;;
 
59643
+             *)
 
59644
+               cat <<EOF
 
59645
+  execv ("$lt_newargv0", newargz);
 
59646
+  return rval; /* =127, but avoids unused variable warning */
 
59647
+}
 
59648
+EOF
 
59649
+               ;;
 
59650
+           esac
 
59651
+
 
59652
+           cat <<"EOF"
 
59653
+
 
59654
+void *
 
59655
+xmalloc (size_t num)
 
59656
+{
 
59657
+  void *p = (void *) malloc (num);
 
59658
+  if (!p)
 
59659
+    lt_fatal ("Memory exhausted");
 
59660
+
 
59661
+  return p;
 
59662
+}
 
59663
+
 
59664
+char *
 
59665
+xstrdup (const char *string)
 
59666
+{
 
59667
+  return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
 
59668
+                         string) : NULL;
 
59669
+}
 
59670
+
 
59671
+const char *
 
59672
+base_name (const char *name)
 
59673
+{
 
59674
+  const char *base;
 
59675
+
 
59676
+#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
 
59677
+  /* Skip over the disk name in MSDOS pathnames. */
 
59678
+  if (isalpha ((unsigned char) name[0]) && name[1] == ':')
 
59679
+    name += 2;
 
59680
+#endif
 
59681
+
 
59682
+  for (base = name; *name; name++)
 
59683
+    if (IS_DIR_SEPARATOR (*name))
 
59684
+      base = name + 1;
 
59685
+  return base;
 
59686
+}
 
59687
+
 
59688
+int
 
59689
+check_executable (const char *path)
 
59690
+{
 
59691
+  struct stat st;
 
59692
+
 
59693
+  LTWRAPPER_DEBUGPRINTF (("(check_executable)  : %s\n",
 
59694
+                         path ? (*path ? path : "EMPTY!") : "NULL!"));
 
59695
+  if ((!path) || (!*path))
 
59696
+    return 0;
 
59697
+
 
59698
+  if ((stat (path, &st) >= 0)
 
59699
+      && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
 
59700
+    return 1;
 
59701
+  else
 
59702
+    return 0;
 
59703
+}
 
59704
+
 
59705
+int
 
59706
+make_executable (const char *path)
 
59707
+{
 
59708
+  int rval = 0;
 
59709
+  struct stat st;
 
59710
+
 
59711
+  LTWRAPPER_DEBUGPRINTF (("(make_executable)   : %s\n",
 
59712
+                         path ? (*path ? path : "EMPTY!") : "NULL!"));
 
59713
+  if ((!path) || (!*path))
 
59714
+    return 0;
 
59715
+
 
59716
+  if (stat (path, &st) >= 0)
 
59717
+    {
 
59718
+      rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
 
59719
+    }
 
59720
+  return rval;
 
59721
+}
 
59722
+
 
59723
+/* Searches for the full path of the wrapper.  Returns
 
59724
+   newly allocated full path name if found, NULL otherwise
 
59725
+   Does not chase symlinks, even on platforms that support them.
 
59726
+*/
 
59727
+char *
 
59728
+find_executable (const char *wrapper)
 
59729
+{
 
59730
+  int has_slash = 0;
 
59731
+  const char *p;
 
59732
+  const char *p_next;
 
59733
+  /* static buffer for getcwd */
 
59734
+  char tmp[LT_PATHMAX + 1];
 
59735
+  int tmp_len;
 
59736
+  char *concat_name;
 
59737
+
 
59738
+  LTWRAPPER_DEBUGPRINTF (("(find_executable)   : %s\n",
 
59739
+                         wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!"));
 
59740
+
 
59741
+  if ((wrapper == NULL) || (*wrapper == '\0'))
 
59742
+    return NULL;
 
59743
+
 
59744
+  /* Absolute path? */
 
59745
+#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
 
59746
+  if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
 
59747
+    {
 
59748
+      concat_name = xstrdup (wrapper);
 
59749
+      if (check_executable (concat_name))
 
59750
+       return concat_name;
 
59751
+      XFREE (concat_name);
 
59752
+    }
 
59753
+  else
 
59754
+    {
 
59755
+#endif
 
59756
+      if (IS_DIR_SEPARATOR (wrapper[0]))
 
59757
+       {
 
59758
+         concat_name = xstrdup (wrapper);
 
59759
+         if (check_executable (concat_name))
 
59760
+           return concat_name;
 
59761
+         XFREE (concat_name);
 
59762
+       }
 
59763
+#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
 
59764
+    }
 
59765
+#endif
 
59766
+
 
59767
+  for (p = wrapper; *p; p++)
 
59768
+    if (*p == '/')
 
59769
+      {
 
59770
+       has_slash = 1;
 
59771
+       break;
 
59772
+      }
 
59773
+  if (!has_slash)
 
59774
+    {
 
59775
+      /* no slashes; search PATH */
 
59776
+      const char *path = getenv ("PATH");
 
59777
+      if (path != NULL)
 
59778
+       {
 
59779
+         for (p = path; *p; p = p_next)
 
59780
+           {
 
59781
+             const char *q;
 
59782
+             size_t p_len;
 
59783
+             for (q = p; *q; q++)
 
59784
+               if (IS_PATH_SEPARATOR (*q))
 
59785
+                 break;
 
59786
+             p_len = q - p;
 
59787
+             p_next = (*q == '\0' ? q : q + 1);
 
59788
+             if (p_len == 0)
 
59789
+               {
 
59790
+                 /* empty path: current directory */
 
59791
+                 if (getcwd (tmp, LT_PATHMAX) == NULL)
 
59792
+                   lt_fatal ("getcwd failed");
 
59793
+                 tmp_len = strlen (tmp);
 
59794
+                 concat_name =
 
59795
+                   XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
 
59796
+                 memcpy (concat_name, tmp, tmp_len);
 
59797
+                 concat_name[tmp_len] = '/';
 
59798
+                 strcpy (concat_name + tmp_len + 1, wrapper);
 
59799
+               }
 
59800
              else
54309
59801
-               newdeplibs="$newdeplibs $i"
54310
59802
-             fi
54311
59803
-           done
54508
60000
-       release=$release_save
54509
60001
-       libname=$libname_save
54510
60002
-       name=$name_save
54511
 
 
 
60003
-
54512
60004
-       case $host in
54513
60005
-       *-*-rhapsody* | *-*-darwin1.[012])
54514
60006
-         # On Rhapsody replace the C library is the System framework
54515
60007
-         newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'`
54516
60008
-         ;;
54517
60009
-       esac
54518
 
+           case $host_os in
54519
 
+             mingw*)
54520
 
+               cat <<"EOF"
54521
 
+  /* execv doesn't actually work on mingw as expected on unix */
54522
 
+  rval = _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz);
54523
 
+  if (rval == -1)
54524
 
+    {
54525
 
+      /* failed to start process */
54526
 
+      LTWRAPPER_DEBUGPRINTF (("(main) failed to launch target \"%s\": errno = %d\n", lt_argv_zero, errno));
54527
 
+      return 127;
 
60010
+               {
 
60011
+                 concat_name =
 
60012
+                   XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
 
60013
+                 memcpy (concat_name, p, p_len);
 
60014
+                 concat_name[p_len] = '/';
 
60015
+                 strcpy (concat_name + p_len + 1, wrapper);
 
60016
+               }
 
60017
+             if (check_executable (concat_name))
 
60018
+               return concat_name;
 
60019
+             XFREE (concat_name);
 
60020
+           }
 
60021
+       }
 
60022
+      /* not found in PATH; assume curdir */
54528
60023
+    }
54529
 
+  return rval;
54530
 
+EOF
54531
 
+               ;;
54532
 
+             *)
54533
 
+               cat <<"EOF"
54534
 
+  execv (lt_argv_zero, newargz);
54535
 
+  return rval; /* =127, but avoids unused variable warning */
54536
 
+EOF
54537
 
+               ;;
54538
 
+           esac
 
60024
+  /* Relative path | not found in path: prepend cwd */
 
60025
+  if (getcwd (tmp, LT_PATHMAX) == NULL)
 
60026
+    lt_fatal ("getcwd failed");
 
60027
+  tmp_len = strlen (tmp);
 
60028
+  concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
 
60029
+  memcpy (concat_name, tmp, tmp_len);
 
60030
+  concat_name[tmp_len] = '/';
 
60031
+  strcpy (concat_name + tmp_len + 1, wrapper);
54539
60032
 
54540
60033
-       if test "$droppeddeps" = yes; then
54541
60034
-         if test "$module" = yes; then
54562
60055
-           $echo "*** The inter-library dependencies that have been dropped here will be"
54563
60056
-           $echo "*** automatically added whenever a program is linked with this library"
54564
60057
-           $echo "*** or is declared to -dlopen it."
54565
 
+           cat <<"EOF"
 
60058
+  if (check_executable (concat_name))
 
60059
+    return concat_name;
 
60060
+  XFREE (concat_name);
 
60061
+  return NULL;
54566
60062
+}
54567
60063
 
54568
60064
-           if test "$allow_undefined" = no; then
54584
60080
-       # Done checking deplibs!
54585
60081
-       deplibs=$newdeplibs
54586
60082
-      fi
54587
 
+void *
54588
 
+xmalloc (size_t num)
 
60083
+char *
 
60084
+chase_symlinks (const char *pathspec)
54589
60085
+{
54590
 
+  void *p = (void *) malloc (num);
54591
 
+  if (!p)
54592
 
+    lt_fatal ("Memory exhausted");
 
60086
+#ifndef S_ISLNK
 
60087
+  return xstrdup (pathspec);
 
60088
+#else
 
60089
+  char buf[LT_PATHMAX];
 
60090
+  struct stat s;
 
60091
+  char *tmp_pathspec = xstrdup (pathspec);
 
60092
+  char *p;
 
60093
+  int has_symlinks = 0;
 
60094
+  while (strlen (tmp_pathspec) && !has_symlinks)
 
60095
+    {
 
60096
+      LTWRAPPER_DEBUGPRINTF (("checking path component for symlinks: %s\n",
 
60097
+                             tmp_pathspec));
 
60098
+      if (lstat (tmp_pathspec, &s) == 0)
 
60099
+       {
 
60100
+         if (S_ISLNK (s.st_mode) != 0)
 
60101
+           {
 
60102
+             has_symlinks = 1;
 
60103
+             break;
 
60104
+           }
54593
60105
 
54594
 
+  return p;
54595
 
+}
 
60106
+         /* search backwards for last DIR_SEPARATOR */
 
60107
+         p = tmp_pathspec + strlen (tmp_pathspec) - 1;
 
60108
+         while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
 
60109
+           p--;
 
60110
+         if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
 
60111
+           {
 
60112
+             /* no more DIR_SEPARATORS left */
 
60113
+             break;
 
60114
+           }
 
60115
+         *p = '\0';
 
60116
+       }
 
60117
+      else
 
60118
+       {
 
60119
+         char *errstr = strerror (errno);
 
60120
+         lt_fatal ("Error accessing file %s (%s)", tmp_pathspec, errstr);
 
60121
+       }
 
60122
+    }
 
60123
+  XFREE (tmp_pathspec);
54596
60124
 
54597
60125
-      # move library search paths that coincide with paths to not yet
54598
60126
-      # installed libraries to the beginning of the library search list
54620
60148
-       esac
54621
60149
-      done
54622
60150
-      deplibs="$new_libs"
54623
 
+char *
54624
 
+xstrdup (const char *string)
54625
 
+{
54626
 
+  return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
54627
 
+                         string) : NULL;
 
60151
+  if (!has_symlinks)
 
60152
+    {
 
60153
+      return xstrdup (pathspec);
 
60154
+    }
 
60155
 
 
60156
+  tmp_pathspec = realpath (pathspec, buf);
 
60157
+  if (tmp_pathspec == 0)
 
60158
+    {
 
60159
+      lt_fatal ("Could not follow symlinks for %s", pathspec);
 
60160
+    }
 
60161
+  return xstrdup (tmp_pathspec);
 
60162
+#endif
54628
60163
+}
54629
60164
 
54630
 
+const char *
54631
 
+base_name (const char *name)
54632
 
+{
54633
 
+  const char *base;
54634
 
 
54635
60165
-      # All the library-specific variables (install_libdir is set above).
54636
60166
-      library_names=
54637
60167
-      old_library=
54638
60168
-      dlname=
54639
 
+#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
54640
 
+  /* Skip over the disk name in MSDOS pathnames. */
54641
 
+  if (isalpha ((unsigned char) name[0]) && name[1] == ':')
54642
 
+    name += 2;
54643
 
+#endif
 
60169
+char *
 
60170
+strendzap (char *str, const char *pat)
 
60171
+{
 
60172
+  size_t len, patlen;
54644
60173
 
54645
60174
-      # Test again, we may have decided not to build it any more
54646
60175
-      if test "$build_libtool_libs" = yes; then
54699
60228
-         fi
54700
60229
-         test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs"
54701
60230
-       fi
54702
 
+  for (base = name; *name; name++)
54703
 
+    if (IS_DIR_SEPARATOR (*name))
54704
 
+      base = name + 1;
54705
 
+  return base;
54706
 
+}
 
60231
+  assert (str != NULL);
 
60232
+  assert (pat != NULL);
54707
60233
 
54708
60234
-       shlibpath="$finalize_shlibpath"
54709
60235
-       test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
54710
60236
-       if test -n "$shlibpath"; then
54711
60237
-         eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
54712
60238
-       fi
54713
 
+int
54714
 
+check_executable (const char *path)
54715
 
+{
54716
 
+  struct stat st;
 
60239
+  len = strlen (str);
 
60240
+  patlen = strlen (pat);
54717
60241
 
54718
60242
-       # Get the real and link names of the library.
54719
60243
-       eval shared_ext=\"$shrext_cmds\"
54721
60245
-       set dummy $library_names
54722
60246
-       realname="$2"
54723
60247
-       shift; shift
54724
 
+  LTWRAPPER_DEBUGPRINTF (("(check_executable)  : %s\n",
54725
 
+                         path ? (*path ? path : "EMPTY!") : "NULL!"));
54726
 
+  if ((!path) || (!*path))
54727
 
+    return 0;
 
60248
+  if (patlen <= len)
 
60249
+    {
 
60250
+      str += len - patlen;
 
60251
+      if (strcmp (str, pat) == 0)
 
60252
+       *str = '\0';
 
60253
+    }
 
60254
+  return str;
 
60255
+}
54728
60256
 
54729
60257
-       if test -n "$soname_spec"; then
54730
60258
-         eval soname=\"$soname_spec\"
54734
60262
-       if test -z "$dlname"; then
54735
60263
-         dlname=$soname
54736
60264
-       fi
54737
 
+  if ((stat (path, &st) >= 0)
54738
 
+      && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
54739
 
+    return 1;
54740
 
+  else
54741
 
+    return 0;
54742
 
+}
 
60265
+static void
 
60266
+lt_error_core (int exit_status, const char *mode,
 
60267
+              const char *message, va_list ap)
 
60268
+{
 
60269
+  fprintf (stderr, "%s: %s: ", program_name, mode);
 
60270
+  vfprintf (stderr, message, ap);
 
60271
+  fprintf (stderr, ".\n");
54743
60272
 
54744
60273
-       lib="$output_objdir/$realname"
54745
60274
-       linknames=
54747
60276
-       do
54748
60277
-         linknames="$linknames $link"
54749
60278
-       done
54750
 
+int
54751
 
+make_executable (const char *path)
54752
 
+{
54753
 
+  int rval = 0;
54754
 
+  struct stat st;
 
60279
+  if (exit_status >= 0)
 
60280
+    exit (exit_status);
 
60281
+}
54755
60282
 
54756
60283
-       # Use standard objects if they are pic
54757
60284
-       test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
54758
 
+  LTWRAPPER_DEBUGPRINTF (("(make_executable)   : %s\n",
54759
 
+                         path ? (*path ? path : "EMPTY!") : "NULL!"));
54760
 
+  if ((!path) || (!*path))
54761
 
+    return 0;
 
60285
+void
 
60286
+lt_fatal (const char *message, ...)
 
60287
+{
 
60288
+  va_list ap;
 
60289
+  va_start (ap, message);
 
60290
+  lt_error_core (EXIT_FAILURE, "FATAL", message, ap);
 
60291
+  va_end (ap);
 
60292
+}
 
60293
+EOF
 
60294
+}
 
60295
+# end: func_emit_cwrapperexe_src
54762
60296
 
54763
60297
-       # Prepare the list of exported symbols
54764
60298
-       if test -z "$export_symbols"; then
54794
60328
-           fi
54795
60329
-         fi
54796
60330
-       fi
54797
 
+  if (stat (path, &st) >= 0)
54798
 
+    {
54799
 
+      rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
54800
 
+    }
54801
 
+  return rval;
54802
 
+}
 
60331
+# func_mode_link arg...
 
60332
+func_mode_link ()
 
60333
+{
 
60334
+    $opt_debug
 
60335
+    case $host in
 
60336
+    *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
 
60337
+      # It is impossible to link a dll without this setting, and
 
60338
+      # we shouldn't force the makefile maintainer to figure out
 
60339
+      # which system we are compiling for in order to pass an extra
 
60340
+      # flag for every libtool invocation.
 
60341
+      # allow_undefined=no
54803
60342
 
54804
60343
-       if test -n "$export_symbols" && test -n "$include_expsyms"; then
54805
60344
-         $run eval '$echo "X$include_expsyms" | $SP2NL >> "$export_symbols"'
54806
60345
-       fi
54807
 
+/* Searches for the full path of the wrapper.  Returns
54808
 
+   newly allocated full path name if found, NULL otherwise
54809
 
+   Does not chase symlinks, even on platforms that support them.
54810
 
+*/
54811
 
+char *
54812
 
+find_executable (const char *wrapper)
54813
 
+{
54814
 
+  int has_slash = 0;
54815
 
+  const char *p;
54816
 
+  const char *p_next;
54817
 
+  /* static buffer for getcwd */
54818
 
+  char tmp[LT_PATHMAX + 1];
54819
 
+  int tmp_len;
54820
 
+  char *concat_name;
 
60346
+      # FIXME: Unfortunately, there are problems with the above when trying
 
60347
+      # to make a dll which has undefined symbols, in which case not
 
60348
+      # even a static library is built.  For now, we need to specify
 
60349
+      # -no-undefined on the libtool link line when we can be certain
 
60350
+      # that all symbols are satisfied, otherwise we get a static library.
 
60351
+      allow_undefined=yes
 
60352
+      ;;
 
60353
+    *)
 
60354
+      allow_undefined=yes
 
60355
+      ;;
 
60356
+    esac
 
60357
+    libtool_args=$nonopt
 
60358
+    base_compile="$nonopt $@"
 
60359
+    compile_command=$nonopt
 
60360
+    finalize_command=$nonopt
54821
60361
 
54822
60362
-       tmp_deplibs=
54823
60363
-       for test_deplib in $deplibs; do
54829
60369
-               esac
54830
60370
-       done
54831
60371
-       deplibs="$tmp_deplibs"
54832
 
+  LTWRAPPER_DEBUGPRINTF (("(find_executable)   : %s\n",
54833
 
+                         wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!"));
 
60372
+    compile_rpath=
 
60373
+    finalize_rpath=
 
60374
+    compile_shlibpath=
 
60375
+    finalize_shlibpath=
 
60376
+    convenience=
 
60377
+    old_convenience=
 
60378
+    deplibs=
 
60379
+    old_deplibs=
 
60380
+    compiler_flags=
 
60381
+    linker_flags=
 
60382
+    dllsearchpath=
 
60383
+    lib_search_path=`pwd`
 
60384
+    inst_prefix_dir=
 
60385
+    new_inherited_linker_flags=
54834
60386
 
54835
60387
-       if test -n "$convenience"; then
54836
60388
-         if test -n "$whole_archive_flag_spec"; then
54839
60391
-         else
54840
60392
-           gentop="$output_objdir/${outputname}x"
54841
60393
-           generated="$generated $gentop"
54842
 
+  if ((wrapper == NULL) || (*wrapper == '\0'))
54843
 
+    return NULL;
 
60394
+    avoid_version=no
 
60395
+    dlfiles=
 
60396
+    dlprefiles=
 
60397
+    dlself=no
 
60398
+    export_dynamic=no
 
60399
+    export_symbols=
 
60400
+    export_symbols_regex=
 
60401
+    generated=
 
60402
+    libobjs=
 
60403
+    ltlibs=
 
60404
+    module=no
 
60405
+    no_install=no
 
60406
+    objs=
 
60407
+    non_pic_objects=
 
60408
+    precious_files_regex=
 
60409
+    prefer_static_libs=no
 
60410
+    preload=no
 
60411
+    prev=
 
60412
+    prevarg=
 
60413
+    release=
 
60414
+    rpath=
 
60415
+    xrpath=
 
60416
+    perm_rpath=
 
60417
+    temp_rpath=
 
60418
+    thread_safe=no
 
60419
+    vinfo=
 
60420
+    vinfo_number=no
 
60421
+    weak_libs=
 
60422
+    single_module="${wl}-single_module"
 
60423
+    func_infer_tag $base_compile
54844
60424
 
54845
60425
-           func_extract_archives $gentop $convenience
54846
60426
-           libobjs="$libobjs $func_extract_archives_result"
54847
 
-         fi
 
60427
+    # We need to know -static, to get the right output filenames.
 
60428
+    for arg
 
60429
+    do
 
60430
+      case $arg in
 
60431
+      -shared)
 
60432
+       test "$build_libtool_libs" != yes && \
 
60433
+         func_fatal_configuration "can not build a shared library"
 
60434
+       build_old_libs=no
 
60435
+       break
 
60436
+       ;;
 
60437
+      -all-static | -static | -static-libtool-libs)
 
60438
+       case $arg in
 
60439
+       -all-static)
 
60440
+         if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then
 
60441
+           func_warning "complete static linking is impossible in this configuration"
 
60442
          fi
54848
60443
-       fi
54849
60444
-       
54850
60445
-       if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
54851
60446
-         eval flag=\"$thread_safe_flag_spec\"
54852
60447
-         linker_flags="$linker_flags $flag"
54853
60448
-       fi
54854
 
+  /* Absolute path? */
54855
 
+#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
54856
 
+  if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
54857
 
+    {
54858
 
+      concat_name = xstrdup (wrapper);
54859
 
+      if (check_executable (concat_name))
54860
 
+       return concat_name;
54861
 
+      XFREE (concat_name);
54862
 
+    }
54863
 
+  else
54864
 
+    {
54865
 
+#endif
54866
 
+      if (IS_DIR_SEPARATOR (wrapper[0]))
54867
 
+       {
54868
 
+         concat_name = xstrdup (wrapper);
54869
 
+         if (check_executable (concat_name))
54870
 
+           return concat_name;
54871
 
+         XFREE (concat_name);
54872
 
+       }
54873
 
+#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
54874
 
+    }
54875
 
+#endif
54876
 
 
 
60449
-
54877
60450
-       # Make a backup of the uninstalled library when relinking
54878
60451
-       if test "$mode" = relink; then
54879
60452
-         $run eval '(cd $output_objdir && $rm ${realname}U && $mv $realname ${realname}U)' || exit $?
54880
60453
-       fi
54881
 
+  for (p = wrapper; *p; p++)
54882
 
+    if (*p == '/')
54883
 
+      {
54884
 
+       has_slash = 1;
54885
 
+       break;
54886
 
+      }
54887
 
+  if (!has_slash)
54888
 
+    {
54889
 
+      /* no slashes; search PATH */
54890
 
+      const char *path = getenv ("PATH");
54891
 
+      if (path != NULL)
54892
 
+       {
54893
 
+         for (p = path; *p; p = p_next)
54894
 
+           {
54895
 
+             const char *q;
54896
 
+             size_t p_len;
54897
 
+             for (q = p; *q; q++)
54898
 
+               if (IS_PATH_SEPARATOR (*q))
54899
 
+                 break;
54900
 
+             p_len = q - p;
54901
 
+             p_next = (*q == '\0' ? q : q + 1);
54902
 
+             if (p_len == 0)
54903
 
+               {
54904
 
+                 /* empty path: current directory */
54905
 
+                 if (getcwd (tmp, LT_PATHMAX) == NULL)
54906
 
+                   lt_fatal ("getcwd failed");
54907
 
+                 tmp_len = strlen (tmp);
54908
 
+                 concat_name =
54909
 
+                   XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
54910
 
+                 memcpy (concat_name, tmp, tmp_len);
54911
 
+                 concat_name[tmp_len] = '/';
54912
 
+                 strcpy (concat_name + tmp_len + 1, wrapper);
54913
 
+               }
54914
 
+             else
54915
 
+               {
54916
 
+                 concat_name =
54917
 
+                   XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
54918
 
+                 memcpy (concat_name, p, p_len);
54919
 
+                 concat_name[p_len] = '/';
54920
 
+                 strcpy (concat_name + p_len + 1, wrapper);
54921
 
+               }
54922
 
+             if (check_executable (concat_name))
54923
 
+               return concat_name;
54924
 
+             XFREE (concat_name);
54925
 
+           }
54926
 
+       }
54927
 
+      /* not found in PATH; assume curdir */
54928
 
+    }
54929
 
+  /* Relative path | not found in path: prepend cwd */
54930
 
+  if (getcwd (tmp, LT_PATHMAX) == NULL)
54931
 
+    lt_fatal ("getcwd failed");
54932
 
+  tmp_len = strlen (tmp);
54933
 
+  concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
54934
 
+  memcpy (concat_name, tmp, tmp_len);
54935
 
+  concat_name[tmp_len] = '/';
54936
 
+  strcpy (concat_name + tmp_len + 1, wrapper);
54937
 
 
 
60454
-
54938
60455
-       # Do each of the archive commands.
54939
60456
-       if test "$module" = yes && test -n "$module_cmds" ; then
54940
60457
-         if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
54943
60460
-         else
54944
60461
-           eval test_cmds=\"$module_cmds\"
54945
60462
-           cmds=$module_cmds
54946
 
-         fi
 
60463
+         if test -n "$link_static_flag"; then
 
60464
+           dlopen_self=$dlopen_self_static
 
60465
          fi
54947
60466
-       else
54948
60467
-       if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
54949
60468
-         eval test_cmds=\"$archive_expsym_cmds\"
54951
60470
-       else
54952
60471
-         eval test_cmds=\"$archive_cmds\"
54953
60472
-         cmds=$archive_cmds
54954
 
-         fi
 
60473
+         prefer_static_libs=yes
 
60474
+         ;;
 
60475
+       -static)
 
60476
+         if test -z "$pic_flag" && test -n "$link_static_flag"; then
 
60477
+           dlopen_self=$dlopen_self_static
 
60478
          fi
54955
60479
-       fi
54956
 
+  if (check_executable (concat_name))
54957
 
+    return concat_name;
54958
 
+  XFREE (concat_name);
54959
 
+  return NULL;
54960
 
+}
54961
 
 
 
60480
-
54962
60481
-       if test "X$skipped_export" != "X:" &&
54963
60482
-          len=`expr "X$test_cmds" : ".*" 2>/dev/null` &&
54964
60483
-          test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
54966
60485
-       else
54967
60486
-         # The command line is too long to link in one step, link piecewise.
54968
60487
-         $echo "creating reloadable object files..."
54969
 
+char *
54970
 
+chase_symlinks (const char *pathspec)
54971
 
+{
54972
 
+#ifndef S_ISLNK
54973
 
+  return xstrdup (pathspec);
54974
 
+#else
54975
 
+  char buf[LT_PATHMAX];
54976
 
+  struct stat s;
54977
 
+  char *tmp_pathspec = xstrdup (pathspec);
54978
 
+  char *p;
54979
 
+  int has_symlinks = 0;
54980
 
+  while (strlen (tmp_pathspec) && !has_symlinks)
54981
 
+    {
54982
 
+      LTWRAPPER_DEBUGPRINTF (("checking path component for symlinks: %s\n",
54983
 
+                             tmp_pathspec));
54984
 
+      if (lstat (tmp_pathspec, &s) == 0)
54985
 
+       {
54986
 
+         if (S_ISLNK (s.st_mode) != 0)
54987
 
+           {
54988
 
+             has_symlinks = 1;
54989
 
+             break;
54990
 
+           }
54991
 
 
 
60488
-
54992
60489
-         # Save the value of $output and $libobjs because we want to
54993
60490
-         # use them later.  If we have whole_archive_flag_spec, we
54994
60491
-         # want to use save_libobjs as it was before
54999
60496
-         # the spec.
55000
60497
-         if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then
55001
60498
-           save_libobjs=$libobjs
55002
 
-         fi
 
60499
+         prefer_static_libs=built
 
60500
+         ;;
 
60501
+       -static-libtool-libs)
 
60502
+         if test -z "$pic_flag" && test -n "$link_static_flag"; then
 
60503
+           dlopen_self=$dlopen_self_static
 
60504
          fi
55003
60505
-         save_output=$output
55004
60506
-         output_la=`$echo "X$output" | $Xsed -e "$basename"`
55005
 
+         /* search backwards for last DIR_SEPARATOR */
55006
 
+         p = tmp_pathspec + strlen (tmp_pathspec) - 1;
55007
 
+         while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
55008
 
+           p--;
55009
 
+         if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
55010
 
+           {
55011
 
+             /* no more DIR_SEPARATORS left */
55012
 
+             break;
55013
 
+           }
55014
 
+         *p = '\0';
55015
 
+       }
55016
 
+      else
55017
 
+       {
55018
 
+         char *errstr = strerror (errno);
55019
 
+         lt_fatal ("Error accessing file %s (%s)", tmp_pathspec, errstr);
55020
 
+       }
55021
 
+    }
55022
 
+  XFREE (tmp_pathspec);
55023
 
 
 
60507
-
55024
60508
-         # Clear the reloadable object creation command queue and
55025
60509
-         # initialize k to one.
55026
60510
-         test_cmds=
55061
60545
-         # files will link in the last one created.
55062
60546
-         test -z "$concat_cmds" || concat_cmds=$concat_cmds~
55063
60547
-         eval concat_cmds=\"\${concat_cmds}$reload_cmds $objlist $last_robj\"
55064
 
+  if (!has_symlinks)
55065
 
+    {
55066
 
+      return xstrdup (pathspec);
55067
 
+    }
55068
 
 
 
60548
-
55069
60549
-         if ${skipped_export-false}; then
55070
60550
-           $show "generating symbol list for \`$libname.la'"
55071
60551
-           export_symbols="$output_objdir/$libname.exp"
55083
60563
-           i=`expr $i + 1`
55084
60564
-           delfiles="$delfiles $output_objdir/$output_la-${i}.$objext"
55085
60565
-         done
55086
 
+  tmp_pathspec = realpath (pathspec, buf);
55087
 
+  if (tmp_pathspec == 0)
55088
 
+    {
55089
 
+      lt_fatal ("Could not follow symlinks for %s", pathspec);
55090
 
+    }
55091
 
+  return xstrdup (tmp_pathspec);
55092
 
+#endif
55093
 
+}
 
60566
+         prefer_static_libs=yes
 
60567
+         ;;
 
60568
+       esac
 
60569
+       build_libtool_libs=no
 
60570
+       build_old_libs=yes
 
60571
+       break
 
60572
+       ;;
 
60573
+      esac
 
60574
+    done
55094
60575
 
55095
60576
-         $echo "creating a temporary reloadable object file: $output"
55096
 
+char *
55097
 
+strendzap (char *str, const char *pat)
55098
 
+{
55099
 
+  size_t len, patlen;
 
60577
+    # See if our shared archives depend on static archives.
 
60578
+    test -n "$old_archive_from_new_cmds" && build_old_libs=yes
55100
60579
 
55101
60580
-         # Loop through the commands generated above and execute them.
55102
60581
-         save_ifs="$IFS"; IFS='~'
55106
60585
-           $run eval "$cmd" || exit $?
55107
60586
-         done
55108
60587
-         IFS="$save_ifs"
55109
 
+  assert (str != NULL);
55110
 
+  assert (pat != NULL);
 
60588
+    # Go through the arguments, transforming them on the way.
 
60589
+    while test "$#" -gt 0; do
 
60590
+      arg="$1"
 
60591
+      shift
 
60592
+      func_quote_for_eval "$arg"
 
60593
+      qarg=$func_quote_for_eval_unquoted_result
 
60594
+      func_append libtool_args " $func_quote_for_eval_result"
55111
60595
 
55112
60596
-         libobjs=$output
55113
60597
-         # Restore the value of output.
55114
60598
-         output=$save_output
55115
 
+  len = strlen (str);
55116
 
+  patlen = strlen (pat);
 
60599
+      # If the previous option needs an argument, assign it.
 
60600
+      if test -n "$prev"; then
 
60601
+       case $prev in
 
60602
+       output)
 
60603
+         func_append compile_command " @OUTPUT@"
 
60604
+         func_append finalize_command " @OUTPUT@"
 
60605
+         ;;
 
60606
+       esac
55117
60607
 
55118
60608
-         if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then
55119
60609
-           eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
55120
 
-         fi
 
60610
+       case $prev in
 
60611
+       dlfiles|dlprefiles)
 
60612
+         if test "$preload" = no; then
 
60613
+           # Add the symbol object into the linking commands.
 
60614
+           func_append compile_command " @SYMFILE@"
 
60615
+           func_append finalize_command " @SYMFILE@"
 
60616
+           preload=yes
 
60617
          fi
55121
60618
-         # Expand the library linking commands again to reset the
55122
60619
-         # value of $libobjs for piecewise linking.
55123
 
+  if (patlen <= len)
55124
 
+    {
55125
 
+      str += len - patlen;
55126
 
+      if (strcmp (str, pat) == 0)
55127
 
+       *str = '\0';
55128
 
+    }
55129
 
+  return str;
55130
 
+}
55131
 
 
 
60620
-
55132
60621
-         # Do each of the archive commands.
55133
60622
-         if test "$module" = yes && test -n "$module_cmds" ; then
55134
60623
-           if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
55135
60624
-             cmds=$module_expsym_cmds
55136
60625
-           else
55137
60626
-             cmds=$module_cmds
55138
 
-           fi
 
60627
+         case $arg in
 
60628
+         *.la | *.lo) ;;  # We handle these cases below.
 
60629
+         force)
 
60630
+           if test "$dlself" = no; then
 
60631
+             dlself=needless
 
60632
+             export_dynamic=yes
 
60633
            fi
55139
60634
-         else
55140
60635
-         if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
55141
60636
-           cmds=$archive_expsym_cmds
55142
60637
-         else
55143
60638
-           cmds=$archive_cmds
55144
 
-           fi
 
60639
+           prev=
 
60640
+           continue
 
60641
+           ;;
 
60642
+         self)
 
60643
+           if test "$prev" = dlprefiles; then
 
60644
+             dlself=yes
 
60645
+           elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then
 
60646
+             dlself=yes
 
60647
+           else
 
60648
+             dlself=needless
 
60649
+             export_dynamic=yes
 
60650
            fi
55145
60651
-         fi
55146
 
+static void
55147
 
+lt_error_core (int exit_status, const char *mode,
55148
 
+              const char *message, va_list ap)
55149
 
+{
55150
 
+  fprintf (stderr, "%s: %s: ", program_name, mode);
55151
 
+  vfprintf (stderr, message, ap);
55152
 
+  fprintf (stderr, ".\n");
55153
 
 
 
60652
-
55154
60653
-         # Append the command to remove the reloadable object files
55155
60654
-         # to the just-reset $cmds.
55156
60655
-         eval cmds=\"\$cmds~\$rm $delfiles\"
55162
60661
-         $show "$cmd"
55163
60662
-         $run eval "$cmd" || {
55164
60663
-           lt_exit=$?
55165
 
+  if (exit_status >= 0)
55166
 
+    exit (exit_status);
55167
 
+}
55168
 
 
 
60664
-
55169
60665
-           # Restore the uninstalled library and exit
55170
60666
-           if test "$mode" = relink; then
55171
60667
-             $run eval '(cd $output_objdir && $rm ${realname}T && $mv ${realname}U $realname)'
55172
 
-           fi
55173
 
+void
55174
 
+lt_fatal (const char *message, ...)
55175
 
+{
55176
 
+  va_list ap;
55177
 
+  va_start (ap, message);
55178
 
+  lt_error_core (EXIT_FAILURE, "FATAL", message, ap);
55179
 
+  va_end (ap);
55180
 
+}
 
60668
+           prev=
 
60669
+           continue
 
60670
+           ;;
 
60671
+         *)
 
60672
+           if test "$prev" = dlfiles; then
 
60673
+             dlfiles="$dlfiles $arg"
 
60674
+           else
 
60675
+             dlprefiles="$dlprefiles $arg"
 
60676
            fi
 
60677
+           prev=
 
60678
+           continue
 
60679
+           ;;
 
60680
+         esac
 
60681
+         ;;
 
60682
+       expsyms)
 
60683
+         export_symbols="$arg"
 
60684
+         test -f "$arg" \
 
60685
+           || func_fatal_error "symbol file \`$arg' does not exist"
 
60686
+         prev=
 
60687
+         continue
 
60688
+         ;;
 
60689
+       expsyms_regex)
 
60690
+         export_symbols_regex="$arg"
 
60691
+         prev=
 
60692
+         continue
 
60693
+         ;;
 
60694
+       framework)
 
60695
+         case $host in
 
60696
+           *-*-darwin*)
 
60697
+             case "$deplibs " in
 
60698
+               *" $qarg.ltframework "*) ;;
 
60699
+               *) deplibs="$deplibs $qarg.ltframework" # this is fixed later
 
60700
+                  ;;
 
60701
+             esac
 
60702
+             ;;
 
60703
+         esac
 
60704
+         prev=
 
60705
+         continue
 
60706
+         ;;
 
60707
+       inst_prefix)
 
60708
+         inst_prefix_dir="$arg"
 
60709
+         prev=
 
60710
+         continue
 
60711
+         ;;
 
60712
+       objectlist)
 
60713
+         if test -f "$arg"; then
 
60714
+           save_arg=$arg
 
60715
+           moreargs=
 
60716
+           for fil in `cat "$save_arg"`
 
60717
+           do
 
60718
+#            moreargs="$moreargs $fil"
 
60719
+             arg=$fil
 
60720
+             # A libtool-controlled object.
55181
60721
 
55182
60722
-           exit $lt_exit
55183
60723
-         }
55184
60724
-       done
55185
60725
-       IFS="$save_ifs"
55186
 
+void
55187
 
+lt_setenv (const char *name, const char *value)
55188
 
+{
55189
 
+  LTWRAPPER_DEBUGPRINTF (("(lt_setenv) setting '%s' to '%s'\n",
55190
 
+                          (name ? name : "<NULL>"),
55191
 
+                          (value ? value : "<NULL>")));
55192
 
+  {
55193
 
+#ifdef HAVE_SETENV
55194
 
+    /* always make a copy, for consistency with !HAVE_SETENV */
55195
 
+    char *str = xstrdup (value);
55196
 
+    setenv (name, str, 1);
55197
 
+#else
55198
 
+    int len = strlen (name) + 1 + strlen (value) + 1;
55199
 
+    char *str = XMALLOC (char, len);
55200
 
+    sprintf (str, "%s=%s", name, value);
55201
 
+    if (putenv (str) != EXIT_SUCCESS)
55202
 
+      {
55203
 
+        XFREE (str);
55204
 
+      }
55205
 
+#endif
55206
 
+  }
55207
 
+}
 
60726
+             # Check to see that this really is a libtool object.
 
60727
+             if func_lalib_unsafe_p "$arg"; then
 
60728
+               pic_object=
 
60729
+               non_pic_object=
55208
60730
 
55209
60731
-       # Restore the uninstalled library and exit
55210
60732
-       if test "$mode" = relink; then
55211
60733
-         $run eval '(cd $output_objdir && $rm ${realname}T && $mv $realname ${realname}T && $mv "$realname"U $realname)' || exit $?
55212
 
+char *
55213
 
+lt_extend_str (const char *orig_value, const char *add, int to_end)
55214
 
+{
55215
 
+  char *new_value;
55216
 
+  if (orig_value && *orig_value)
55217
 
+    {
55218
 
+      int orig_value_len = strlen (orig_value);
55219
 
+      int add_len = strlen (add);
55220
 
+      new_value = XMALLOC (char, add_len + orig_value_len + 1);
55221
 
+      if (to_end)
55222
 
+        {
55223
 
+          strcpy (new_value, orig_value);
55224
 
+          strcpy (new_value + orig_value_len, add);
55225
 
+        }
55226
 
+      else
55227
 
+        {
55228
 
+          strcpy (new_value, add);
55229
 
+          strcpy (new_value + add_len, orig_value);
55230
 
+        }
55231
 
+    }
55232
 
+  else
55233
 
+    {
55234
 
+      new_value = xstrdup (add);
55235
 
+    }
55236
 
+  return new_value;
55237
 
+}
 
60734
+               # Read the .lo file
 
60735
+               func_source "$arg"
55238
60736
 
55239
60737
-         if test -n "$convenience"; then
55240
60738
-           if test -z "$whole_archive_flag_spec"; then
55242
60740
-             $run ${rm}r "$gentop"
55243
60741
-           fi
55244
60742
-         fi
55245
 
+int
55246
 
+lt_split_name_value (const char *arg, char** name, char** value)
55247
 
+{
55248
 
+  const char *p;
55249
 
+  int len;
55250
 
+  if (!arg || !*arg)
55251
 
+    return 1;
 
60743
+               if test -z "$pic_object" ||
 
60744
+                  test -z "$non_pic_object" ||
 
60745
+                  test "$pic_object" = none &&
 
60746
+                  test "$non_pic_object" = none; then
 
60747
+                 func_fatal_error "cannot find name of object for \`$arg'"
 
60748
+               fi
55252
60749
 
55253
60750
-         exit $EXIT_SUCCESS
55254
60751
-       fi
55255
 
+  p = strchr (arg, (int)'=');
 
60752
+               # Extract subdirectory from the argument.
 
60753
+               func_dirname "$arg" "/" ""
 
60754
+               xdir="$func_dirname_result"
55256
60755
 
55257
60756
-       # Create links to the real library.
55258
60757
-       for linkname in $linknames; do
55261
60760
-           $run eval '(cd $output_objdir && $rm $linkname && $LN_S $realname $linkname)' || exit $?
55262
60761
-         fi
55263
60762
-       done
55264
 
+  if (!p)
55265
 
+    return 1;
 
60763
+               if test "$pic_object" != none; then
 
60764
+                 # Prepend the subdirectory the object is found in.
 
60765
+                 pic_object="$xdir$pic_object"
55266
60766
 
55267
60767
-       # If -module or -export-dynamic was specified, set the dlname.
55268
60768
-       if test "$module" = yes || test "$export_dynamic" = yes; then
55271
60771
-       fi
55272
60772
-      fi
55273
60773
-      ;;
55274
 
-
 
60774
+                 if test "$prev" = dlfiles; then
 
60775
+                   if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
 
60776
+                     dlfiles="$dlfiles $pic_object"
 
60777
+                     prev=
 
60778
+                     continue
 
60779
+                   else
 
60780
+                     # If libtool objects are unsupported, then we need to preload.
 
60781
+                     prev=dlprefiles
 
60782
+                   fi
 
60783
+                 fi
 
60784
 
55275
60785
-    obj)
55276
60786
-      case " $deplibs" in
55277
60787
-      *\ -l* | *\ -L*)
55278
60788
-       $echo "$modename: warning: \`-l' and \`-L' are ignored for objects" 1>&2 ;;
55279
60789
-      esac
55280
 
+  *value = xstrdup (++p);
 
60790
+                 # CHECK ME:  I think I busted this.  -Ossama
 
60791
+                 if test "$prev" = dlprefiles; then
 
60792
+                   # Preload the old-style object.
 
60793
+                   dlprefiles="$dlprefiles $pic_object"
 
60794
+                   prev=
 
60795
+                 fi
55281
60796
 
55282
60797
-      if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
55283
60798
-       $echo "$modename: warning: \`-dlopen' is ignored for objects" 1>&2
55284
60799
-      fi
55285
 
+  len = strlen (arg) - strlen (*value);
55286
 
+  *name = XMALLOC (char, len);
55287
 
+  strncpy (*name, arg, len-1);
55288
 
+  (*name)[len - 1] = '\0';
 
60800
+                 # A PIC object.
 
60801
+                 func_append libobjs " $pic_object"
 
60802
+                 arg="$pic_object"
 
60803
+               fi
55289
60804
 
55290
60805
-      if test -n "$rpath"; then
55291
60806
-       $echo "$modename: warning: \`-rpath' is ignored for objects" 1>&2
55292
60807
-      fi
55293
 
+  return 0;
55294
 
+}
 
60808
+               # Non-PIC object.
 
60809
+               if test "$non_pic_object" != none; then
 
60810
+                 # Prepend the subdirectory the object is found in.
 
60811
+                 non_pic_object="$xdir$non_pic_object"
55295
60812
 
55296
60813
-      if test -n "$xrpath"; then
55297
60814
-       $echo "$modename: warning: \`-R' is ignored for objects" 1>&2
55298
60815
-      fi
55299
 
+void
55300
 
+lt_opt_process_env_set (const char *arg)
55301
 
+{
55302
 
+  char *name = NULL;
55303
 
+  char *value = NULL;
 
60816
+                 # A standard non-PIC object
 
60817
+                 func_append non_pic_objects " $non_pic_object"
 
60818
+                 if test -z "$pic_object" || test "$pic_object" = none ; then
 
60819
+                   arg="$non_pic_object"
 
60820
+                 fi
 
60821
+               else
 
60822
+                 # If the PIC object exists, use it instead.
 
60823
+                 # $xdir was prepended to $pic_object above.
 
60824
+                 non_pic_object="$pic_object"
 
60825
+                 func_append non_pic_objects " $non_pic_object"
 
60826
+               fi
 
60827
+             else
 
60828
+               # Only an error if not doing a dry-run.
 
60829
+               if $opt_dry_run; then
 
60830
+                 # Extract subdirectory from the argument.
 
60831
+                 func_dirname "$arg" "/" ""
 
60832
+                 xdir="$func_dirname_result"
55304
60833
 
55305
60834
-      if test -n "$vinfo"; then
55306
60835
-       $echo "$modename: warning: \`-version-info' is ignored for objects" 1>&2
55307
60836
-      fi
55308
 
+  if (lt_split_name_value (arg, &name, &value) != 0)
55309
 
+    {
55310
 
+      XFREE (name);
55311
 
+      XFREE (value);
55312
 
+      lt_fatal ("bad argument for %s: '%s'", env_set_opt, arg);
55313
 
+    }
 
60837
+                 func_lo2o "$arg"
 
60838
+                 pic_object=$xdir$objdir/$func_lo2o_result
 
60839
+                 non_pic_object=$xdir$func_lo2o_result
 
60840
+                 func_append libobjs " $pic_object"
 
60841
+                 func_append non_pic_objects " $non_pic_object"
 
60842
+               else
 
60843
+                 func_fatal_error "\`$arg' is not a valid libtool object"
 
60844
+               fi
 
60845
+             fi
 
60846
+           done
 
60847
+         else
 
60848
+           func_fatal_error "link input file \`$arg' does not exist"
 
60849
+         fi
 
60850
+         arg=$save_arg
 
60851
+         prev=
 
60852
+         continue
 
60853
+         ;;
 
60854
+       precious_regex)
 
60855
+         precious_files_regex="$arg"
 
60856
+         prev=
 
60857
+         continue
 
60858
+         ;;
 
60859
+       release)
 
60860
+         release="-$arg"
 
60861
+         prev=
 
60862
+         continue
 
60863
+         ;;
 
60864
+       rpath | xrpath)
 
60865
+         # We need an absolute path.
 
60866
+         case $arg in
 
60867
+         [\\/]* | [A-Za-z]:[\\/]*) ;;
 
60868
+         *)
 
60869
+           func_fatal_error "only absolute run-paths are allowed"
 
60870
+           ;;
 
60871
+         esac
 
60872
+         if test "$prev" = rpath; then
 
60873
+           case "$rpath " in
 
60874
+           *" $arg "*) ;;
 
60875
+           *) rpath="$rpath $arg" ;;
 
60876
+           esac
 
60877
+         else
 
60878
+           case "$xrpath " in
 
60879
+           *" $arg "*) ;;
 
60880
+           *) xrpath="$xrpath $arg" ;;
 
60881
+           esac
 
60882
+         fi
 
60883
+         prev=
 
60884
+         continue
 
60885
+         ;;
 
60886
+       shrext)
 
60887
+         shrext_cmds="$arg"
 
60888
+         prev=
 
60889
+         continue
 
60890
+         ;;
 
60891
+       weak)
 
60892
+         weak_libs="$weak_libs $arg"
 
60893
+         prev=
 
60894
+         continue
 
60895
+         ;;
 
60896
+       xcclinker)
 
60897
+         linker_flags="$linker_flags $qarg"
 
60898
+         compiler_flags="$compiler_flags $qarg"
 
60899
+         prev=
 
60900
+         func_append compile_command " $qarg"
 
60901
+         func_append finalize_command " $qarg"
 
60902
+         continue
 
60903
+         ;;
 
60904
+       xcompiler)
 
60905
+         compiler_flags="$compiler_flags $qarg"
 
60906
+         prev=
 
60907
+         func_append compile_command " $qarg"
 
60908
+         func_append finalize_command " $qarg"
 
60909
+         continue
 
60910
+         ;;
 
60911
+       xlinker)
 
60912
+         linker_flags="$linker_flags $qarg"
 
60913
+         compiler_flags="$compiler_flags $wl$qarg"
 
60914
+         prev=
 
60915
+         func_append compile_command " $wl$qarg"
 
60916
+         func_append finalize_command " $wl$qarg"
 
60917
+         continue
 
60918
+         ;;
 
60919
+       *)
 
60920
+         eval "$prev=\"\$arg\""
 
60921
+         prev=
 
60922
+         continue
 
60923
+         ;;
 
60924
+       esac
 
60925
+      fi # test -n "$prev"
55314
60926
 
55315
60927
-      if test -n "$release"; then
55316
60928
-       $echo "$modename: warning: \`-release' is ignored for objects" 1>&2
55317
60929
-      fi
55318
 
+  lt_setenv (name, value);
55319
 
+  XFREE (name);
55320
 
+  XFREE (value);
55321
 
+}
 
60930
+      prevarg="$arg"
55322
60931
 
55323
60932
-      case $output in
55324
60933
-      *.lo)
55325
60934
-       if test -n "$objs$old_deplibs"; then
55326
60935
-         $echo "$modename: cannot build library object \`$output' from non-libtool objects" 1>&2
55327
60936
-         exit $EXIT_FAILURE
55328
 
-       fi
 
60937
+      case $arg in
 
60938
+      -all-static)
 
60939
+       if test -n "$link_static_flag"; then
 
60940
+         # See comment for -static flag below, for more details.
 
60941
+         func_append compile_command " $link_static_flag"
 
60942
+         func_append finalize_command " $link_static_flag"
 
60943
        fi
55329
60944
-       libobj="$output"
55330
60945
-       obj=`$echo "X$output" | $Xsed -e "$lo2o"`
55331
 
-       ;;
 
60946
+       continue
 
60947
        ;;
55332
60948
-      *)
55333
60949
-       libobj=
55334
60950
-       obj="$output"
55335
 
-       ;;
 
60951
+
 
60952
+      -allow-undefined)
 
60953
+       # FIXME: remove this flag sometime in the future.
 
60954
+       func_fatal_error "\`-allow-undefined' must not be used because it is the default"
 
60955
        ;;
55336
60956
-      esac
55337
 
+void
55338
 
+lt_opt_process_env_prepend (const char *arg)
55339
 
+{
55340
 
+  char *name = NULL;
55341
 
+  char *value = NULL;
55342
 
+  char *new_value = NULL;
55343
60957
 
55344
60958
-      # Delete the old objects.
55345
60959
-      $run $rm $obj $libobj
55346
 
+  if (lt_split_name_value (arg, &name, &value) != 0)
55347
 
+    {
55348
 
+      XFREE (name);
55349
 
+      XFREE (value);
55350
 
+      lt_fatal ("bad argument for %s: '%s'", env_prepend_opt, arg);
55351
 
+    }
 
60960
+      -avoid-version)
 
60961
+       avoid_version=yes
 
60962
+       continue
 
60963
+       ;;
55352
60964
 
55353
60965
-      # Objects from convenience libraries.  This assumes
55354
60966
-      # single-version convenience libraries.  Whenever we create
55360
60972
-      # -Wl from whole_archive_flag_spec and hope we can get by with
55361
60973
-      # turning comma into space..
55362
60974
-      wl=
55363
 
+  new_value = lt_extend_str (getenv (name), value, 0);
55364
 
+  lt_setenv (name, new_value);
55365
 
+  XFREE (new_value);
55366
 
+  XFREE (name);
55367
 
+  XFREE (value);
55368
 
+}
55369
 
 
 
60975
-
55370
60976
-      if test -n "$convenience"; then
55371
60977
-       if test -n "$whole_archive_flag_spec"; then
55372
60978
-         eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
55374
60980
-       else
55375
60981
-         gentop="$output_objdir/${obj}x"
55376
60982
-         generated="$generated $gentop"
55377
 
+void
55378
 
+lt_opt_process_env_append (const char *arg)
55379
 
+{
55380
 
+  char *name = NULL;
55381
 
+  char *value = NULL;
55382
 
+  char *new_value = NULL;
55383
 
 
 
60983
-
55384
60984
-         func_extract_archives $gentop $convenience
55385
60985
-         reload_conv_objs="$reload_objs $func_extract_archives_result"
55386
60986
-       fi
55387
60987
-      fi
55388
 
+  if (lt_split_name_value (arg, &name, &value) != 0)
55389
 
+    {
55390
 
+      XFREE (name);
55391
 
+      XFREE (value);
55392
 
+      lt_fatal ("bad argument for %s: '%s'", env_append_opt, arg);
55393
 
+    }
55394
 
 
 
60988
-
55395
60989
-      # Create the old-style object.
55396
60990
-      reload_objs="$objs$old_deplibs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
55397
 
+  new_value = lt_extend_str (getenv (name), value, 1);
55398
 
+  lt_setenv (name, new_value);
55399
 
+  XFREE (new_value);
55400
 
+  XFREE (name);
55401
 
+  XFREE (value);
55402
 
+}
55403
 
 
 
60991
-
55404
60992
-      output="$obj"
55405
60993
-      cmds=$reload_cmds
55406
60994
-      save_ifs="$IFS"; IFS='~'
55411
60999
-       $run eval "$cmd" || exit $?
55412
61000
-      done
55413
61001
-      IFS="$save_ifs"
55414
 
+void
55415
 
+lt_update_exe_path (const char *name, const char *value)
55416
 
+{
55417
 
+  LTWRAPPER_DEBUGPRINTF (("(lt_update_exe_path) modifying '%s' by prepending '%s'\n",
55418
 
+                          (name ? name : "<NULL>"),
55419
 
+                          (value ? value : "<NULL>")));
 
61002
+      -dlopen)
 
61003
+       prev=dlfiles
 
61004
+       continue
 
61005
+       ;;
55420
61006
 
55421
61007
-      # Exit if we aren't doing a library object file.
55422
61008
-      if test -z "$libobj"; then
55424
61010
-         $show "${rm}r $gentop"
55425
61011
-         $run ${rm}r $gentop
55426
61012
-       fi
55427
 
+  if (name && *name && value && *value)
55428
 
+    {
55429
 
+      char *new_value = lt_extend_str (getenv (name), value, 0);
55430
 
+      /* some systems can't cope with a ':'-terminated path #' */
55431
 
+      int len = strlen (new_value);
55432
 
+      while (((len = strlen (new_value)) > 0) && IS_PATH_SEPARATOR (new_value[len-1]))
55433
 
+        {
55434
 
+          new_value[len-1] = '\0';
55435
 
+        }
55436
 
+      lt_setenv (name, new_value);
55437
 
+      XFREE (new_value);
55438
 
+    }
55439
 
+}
 
61013
+      -dlpreopen)
 
61014
+       prev=dlprefiles
 
61015
+       continue
 
61016
+       ;;
55440
61017
 
55441
61018
-       exit $EXIT_SUCCESS
55442
61019
-      fi
55443
 
+void
55444
 
+lt_update_lib_path (const char *name, const char *value)
55445
 
+{
55446
 
+  LTWRAPPER_DEBUGPRINTF (("(lt_update_lib_path) modifying '%s' by prepending '%s'\n",
55447
 
+                          (name ? name : "<NULL>"),
55448
 
+                          (value ? value : "<NULL>")));
 
61020
+      -export-dynamic)
 
61021
+       export_dynamic=yes
 
61022
+       continue
 
61023
+       ;;
55449
61024
 
55450
61025
-      if test "$build_libtool_libs" != yes; then
55451
61026
-       if test -n "$gentop"; then
55452
61027
-         $show "${rm}r $gentop"
55453
61028
-         $run ${rm}r $gentop
55454
 
-       fi
55455
 
+  if (name && *name && value && *value)
55456
 
+    {
55457
 
+      char *new_value = lt_extend_str (getenv (name), value, 0);
55458
 
+      lt_setenv (name, new_value);
55459
 
+      XFREE (new_value);
55460
 
+    }
55461
 
+}
55462
 
 
 
61029
+      -export-symbols | -export-symbols-regex)
 
61030
+       if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
 
61031
+         func_fatal_error "more than one -exported-symbols argument is not allowed"
 
61032
        fi
 
61033
-
55463
61034
-       # Create an invalid libtool object if no PIC, so that we don't
55464
61035
-       # accidentally link it into a program.
55465
61036
-       # $show "echo timestamp > $libobj"
55466
61037
-       # $run eval "echo timestamp > $libobj" || exit $?
55467
61038
-       exit $EXIT_SUCCESS
55468
61039
-      fi
55469
 
 
 
61040
-
55470
61041
-      if test -n "$pic_flag" || test "$pic_mode" != default; then
55471
61042
-       # Only do commands if we really have different PIC objects.
55472
61043
-       reload_objs="$libobjs $reload_conv_objs"
55481
61052
-       done
55482
61053
-       IFS="$save_ifs"
55483
61054
-      fi
55484
 
+EOF
55485
 
+}
55486
 
+# end: func_emit_cwrapperexe_src
55487
 
 
 
61055
-
55488
61056
-      if test -n "$gentop"; then
55489
61057
-       $show "${rm}r $gentop"
55490
61058
-       $run ${rm}r $gentop
55491
61059
-      fi
55492
 
+# func_mode_link arg...
55493
 
+func_mode_link ()
55494
 
+{
55495
 
+    $opt_debug
55496
 
+    case $host in
55497
 
+    *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
55498
 
+      # It is impossible to link a dll without this setting, and
55499
 
+      # we shouldn't force the makefile maintainer to figure out
55500
 
+      # which system we are compiling for in order to pass an extra
55501
 
+      # flag for every libtool invocation.
55502
 
+      # allow_undefined=no
55503
 
 
 
61060
-
55504
61061
-      exit $EXIT_SUCCESS
55505
 
+      # FIXME: Unfortunately, there are problems with the above when trying
55506
 
+      # to make a dll which has undefined symbols, in which case not
55507
 
+      # even a static library is built.  For now, we need to specify
55508
 
+      # -no-undefined on the libtool link line when we can be certain
55509
 
+      # that all symbols are satisfied, otherwise we get a static library.
55510
 
+      allow_undefined=yes
55511
 
       ;;
55512
 
+    *)
55513
 
+      allow_undefined=yes
55514
 
+      ;;
55515
 
+    esac
55516
 
+    libtool_args=$nonopt
55517
 
+    base_compile="$nonopt $@"
55518
 
+    compile_command=$nonopt
55519
 
+    finalize_command=$nonopt
55520
 
 
 
61062
-      ;;
 
61063
-
55521
61064
-    prog)
55522
61065
-      case $host in
55523
61066
-       *cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;;
55529
61072
-      if test -n "$release"; then
55530
61073
-       $echo "$modename: warning: \`-release' is ignored for programs" 1>&2
55531
61074
-      fi
55532
 
+    compile_rpath=
55533
 
+    finalize_rpath=
55534
 
+    compile_shlibpath=
55535
 
+    finalize_shlibpath=
55536
 
+    convenience=
55537
 
+    old_convenience=
55538
 
+    deplibs=
55539
 
+    old_deplibs=
55540
 
+    compiler_flags=
55541
 
+    linker_flags=
55542
 
+    dllsearchpath=
55543
 
+    lib_search_path=`pwd`
55544
 
+    inst_prefix_dir=
55545
 
+    new_inherited_linker_flags=
55546
 
 
 
61075
-
55547
61076
-      if test "$preload" = yes; then
55548
61077
-       if test "$dlopen_support" = unknown && test "$dlopen_self" = unknown &&
55549
61078
-          test "$dlopen_self_static" = unknown; then
55550
61079
-         $echo "$modename: warning: \`AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support."
55551
 
-       fi
 
61080
+       if test "X$arg" = "X-export-symbols"; then
 
61081
+         prev=expsyms
 
61082
+       else
 
61083
+         prev=expsyms_regex
 
61084
        fi
55552
61085
-      fi
55553
 
+    avoid_version=no
55554
 
+    dlfiles=
55555
 
+    dlprefiles=
55556
 
+    dlself=no
55557
 
+    export_dynamic=no
55558
 
+    export_symbols=
55559
 
+    export_symbols_regex=
55560
 
+    generated=
55561
 
+    libobjs=
55562
 
+    ltlibs=
55563
 
+    module=no
55564
 
+    no_install=no
55565
 
+    objs=
55566
 
+    non_pic_objects=
55567
 
+    precious_files_regex=
55568
 
+    prefer_static_libs=no
55569
 
+    preload=no
55570
 
+    prev=
55571
 
+    prevarg=
55572
 
+    release=
55573
 
+    rpath=
55574
 
+    xrpath=
55575
 
+    perm_rpath=
55576
 
+    temp_rpath=
55577
 
+    thread_safe=no
55578
 
+    vinfo=
55579
 
+    vinfo_number=no
55580
 
+    weak_libs=
55581
 
+    single_module="${wl}-single_module"
55582
 
+    func_infer_tag $base_compile
 
61086
+       continue
 
61087
+       ;;
55583
61088
 
55584
61089
-      case $host in
55585
61090
-      *-*-rhapsody* | *-*-darwin1.[012])
55586
61091
-       # On Rhapsody replace the C library is the System framework
55587
61092
-       compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
55588
61093
-       finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
55589
 
+    # We need to know -static, to get the right output filenames.
55590
 
+    for arg
55591
 
+    do
55592
 
+      case $arg in
55593
 
+      -shared)
55594
 
+       test "$build_libtool_libs" != yes && \
55595
 
+         func_fatal_configuration "can not build a shared library"
55596
 
+       build_old_libs=no
55597
 
+       break
55598
 
+       ;;
55599
 
+      -all-static | -static | -static-libtool-libs)
55600
 
+       case $arg in
55601
 
+       -all-static)
55602
 
+         if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then
55603
 
+           func_warning "complete static linking is impossible in this configuration"
55604
 
+         fi
55605
 
+         if test -n "$link_static_flag"; then
55606
 
+           dlopen_self=$dlopen_self_static
55607
 
+         fi
55608
 
+         prefer_static_libs=yes
55609
 
+         ;;
55610
 
+       -static)
55611
 
+         if test -z "$pic_flag" && test -n "$link_static_flag"; then
55612
 
+           dlopen_self=$dlopen_self_static
55613
 
+         fi
55614
 
+         prefer_static_libs=built
55615
 
+         ;;
55616
 
+       -static-libtool-libs)
55617
 
+         if test -z "$pic_flag" && test -n "$link_static_flag"; then
55618
 
+           dlopen_self=$dlopen_self_static
55619
 
+         fi
55620
 
+         prefer_static_libs=yes
55621
 
+         ;;
55622
 
+       esac
55623
 
+       build_libtool_libs=no
55624
 
+       build_old_libs=yes
55625
 
+       break
 
61094
+      -framework)
 
61095
+       prev=framework
 
61096
+       continue
55626
61097
        ;;
55627
 
       esac
55628
 
+    done
 
61098
-      esac
55629
61099
 
55630
61100
-      case $host in
55631
61101
-      *darwin*)
55636
61106
-        fi
55637
61107
-        ;;
55638
61108
-      esac
55639
 
+    # See if our shared archives depend on static archives.
55640
 
+    test -n "$old_archive_from_new_cmds" && build_old_libs=yes
 
61109
+      -inst-prefix-dir)
 
61110
+       prev=inst_prefix
 
61111
+       continue
 
61112
+       ;;
55641
61113
 
55642
 
+    # Go through the arguments, transforming them on the way.
55643
 
+    while test "$#" -gt 0; do
55644
 
+      arg="$1"
55645
 
+      shift
55646
 
+      func_quote_for_eval "$arg"
55647
 
+      qarg=$func_quote_for_eval_unquoted_result
55648
 
+      func_append libtool_args " $func_quote_for_eval_result"
 
61114
+      # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:*
 
61115
+      # so, if we see these flags be careful not to treat them like -L
 
61116
+      -L[A-Z][A-Z]*:*)
 
61117
+       case $with_gcc/$host in
 
61118
+       no/*-*-irix* | /*-*-irix*)
 
61119
+         func_append compile_command " $arg"
 
61120
+         func_append finalize_command " $arg"
 
61121
+         ;;
 
61122
+       esac
 
61123
+       continue
 
61124
+       ;;
55649
61125
 
55650
61126
-      # move library search paths that coincide with paths to not yet
55651
61127
-      # installed libraries to the beginning of the library search list
55653
61129
-      for path in $notinst_path; do
55654
61130
-       case " $new_libs " in
55655
61131
-       *" -L$path/$objdir "*) ;;
55656
 
-       *)
 
61132
+      -L*)
 
61133
+       func_stripname '-L' '' "$arg"
 
61134
+       dir=$func_stripname_result
 
61135
+       # We need an absolute path.
 
61136
+       case $dir in
 
61137
+       [\\/]* | [A-Za-z]:[\\/]*) ;;
 
61138
        *)
55657
61139
-         case " $compile_deplibs " in
55658
61140
-         *" -L$path/$objdir "*)
55659
61141
-           new_libs="$new_libs -L$path/$objdir" ;;
55660
61142
-         esac
55661
 
-         ;;
55662
 
-       esac
 
61143
+         absdir=`cd "$dir" && pwd`
 
61144
+         test -z "$absdir" && \
 
61145
+           func_fatal_error "cannot determine absolute directory name of \`$dir'"
 
61146
+         dir="$absdir"
 
61147
          ;;
 
61148
        esac
55663
61149
-      done
55664
61150
-      for deplib in $compile_deplibs; do
55665
61151
-       case $deplib in
55668
61154
-         *" $deplib "*) ;;
55669
61155
-         *) new_libs="$new_libs $deplib" ;;
55670
61156
-         esac
55671
 
+      # If the previous option needs an argument, assign it.
55672
 
+      if test -n "$prev"; then
55673
 
+       case $prev in
55674
 
+       output)
55675
 
+         func_append compile_command " @OUTPUT@"
55676
 
+         func_append finalize_command " @OUTPUT@"
 
61157
+       case "$deplibs " in
 
61158
+       *" -L$dir "*) ;;
 
61159
+       *)
 
61160
+         deplibs="$deplibs -L$dir"
 
61161
+         lib_search_path="$lib_search_path $dir"
55677
61162
          ;;
55678
61163
-       *) new_libs="$new_libs $deplib" ;;
55679
61164
        esac
55680
61165
-      done
55681
61166
-      compile_deplibs="$new_libs"
55682
 
 
 
61167
-
55683
61168
-
55684
61169
-      compile_command="$compile_command $compile_deplibs"
55685
61170
-      finalize_command="$finalize_command $finalize_deplibs"
55703
61188
-         if test -n "$hardcode_libdir_separator"; then
55704
61189
-           if test -z "$hardcode_libdirs"; then
55705
61190
-             hardcode_libdirs="$libdir"
55706
 
+       case $prev in
55707
 
+       dlfiles|dlprefiles)
55708
 
+         if test "$preload" = no; then
55709
 
+           # Add the symbol object into the linking commands.
55710
 
+           func_append compile_command " @SYMFILE@"
55711
 
+           func_append finalize_command " @SYMFILE@"
55712
 
+           preload=yes
55713
 
+         fi
55714
 
+         case $arg in
55715
 
+         *.la | *.lo) ;;  # We handle these cases below.
55716
 
+         force)
55717
 
+           if test "$dlself" = no; then
55718
 
+             dlself=needless
55719
 
+             export_dynamic=yes
55720
 
+           fi
55721
 
+           prev=
55722
 
+           continue
55723
 
+           ;;
55724
 
+         self)
55725
 
+           if test "$prev" = dlprefiles; then
55726
 
+             dlself=yes
55727
 
+           elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then
55728
 
+             dlself=yes
55729
 
            else
 
61191
-           else
55730
61192
-             # Just accumulate the unique libdirs.
55731
61193
-             case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
55732
61194
-             *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
55735
61197
-               hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir"
55736
61198
-               ;;
55737
61199
-             esac
55738
 
+             dlself=needless
55739
 
+             export_dynamic=yes
55740
 
            fi
 
61200
-           fi
55741
61201
-         else
55742
61202
-           eval flag=\"$hardcode_libdir_flag_spec\"
55743
61203
-           rpath="$rpath $flag"
55748
61208
-         *) perm_rpath="$perm_rpath $libdir" ;;
55749
61209
-         esac
55750
61210
-       fi
55751
 
-       case $host in
55752
 
-       *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
 
61211
        case $host in
 
61212
        *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
55753
61213
-         testbindir=`$echo "X$libdir" | $Xsed -e 's*/lib$*/bin*'`
55754
 
-         case :$dllsearchpath: in
 
61214
+         testbindir=`$ECHO "X$dir" | $Xsed -e 's*/lib$*/bin*'`
 
61215
          case :$dllsearchpath: in
55755
61216
-         *":$libdir:"*) ;;
55756
61217
-         *) dllsearchpath="$dllsearchpath:$libdir";;
55757
 
-         esac
55758
 
-         case :$dllsearchpath: in
55759
 
-         *":$testbindir:"*) ;;
55760
 
-         *) dllsearchpath="$dllsearchpath:$testbindir";;
55761
 
+           prev=
55762
 
+           continue
55763
 
+           ;;
55764
 
+         *)
55765
 
+           if test "$prev" = dlfiles; then
55766
 
+             dlfiles="$dlfiles $arg"
55767
 
+           else
55768
 
+             dlprefiles="$dlprefiles $arg"
55769
 
+           fi
55770
 
+           prev=
55771
 
+           continue
55772
 
+           ;;
 
61218
+         *":$dir:"*) ;;
 
61219
+         *) dllsearchpath="$dllsearchpath:$dir";;
 
61220
          esac
 
61221
          case :$dllsearchpath: in
 
61222
          *":$testbindir:"*) ;;
 
61223
@@ -4510,2024 +3989,3682 @@
55773
61224
          esac
55774
61225
          ;;
55775
 
-       esac
 
61226
        esac
55776
61227
-      done
55777
61228
-      # Substitute the hardcoded libdirs into the rpath.
55778
61229
-      if test -n "$hardcode_libdir_separator" &&
55781
61232
-       eval rpath=\" $hardcode_libdir_flag_spec\"
55782
61233
-      fi
55783
61234
-      compile_rpath="$rpath"
55784
 
-
 
61235
+       continue
 
61236
+       ;;
 
61237
 
55785
61238
-      rpath=
55786
61239
-      hardcode_libdirs=
55787
61240
-      for libdir in $finalize_rpath; do
55797
61250
-             *)
55798
61251
-               hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir"
55799
61252
-               ;;
55800
 
+       expsyms)
55801
 
+         export_symbols="$arg"
55802
 
+         test -f "$arg" \
55803
 
+           || func_fatal_error "symbol file \`$arg' does not exist"
55804
 
+         prev=
55805
 
+         continue
55806
 
+         ;;
55807
 
+       expsyms_regex)
55808
 
+         export_symbols_regex="$arg"
55809
 
+         prev=
55810
 
+         continue
55811
 
+         ;;
55812
 
+       framework)
55813
 
+         case $host in
55814
 
+           *-*-darwin*)
55815
 
+             case "$deplibs " in
55816
 
+               *" $qarg.ltframework "*) ;;
55817
 
+               *) deplibs="$deplibs $qarg.ltframework" # this is fixed later
55818
 
+                  ;;
55819
 
              esac
 
61253
-             esac
55820
61254
-           fi
55821
61255
-         else
55822
61256
-           eval flag=\"$hardcode_libdir_flag_spec\"
55826
61260
-         case "$finalize_perm_rpath " in
55827
61261
-         *" $libdir "*) ;;
55828
61262
-         *) finalize_perm_rpath="$finalize_perm_rpath $libdir" ;;
55829
 
+             ;;
 
61263
+      -l*)
 
61264
+       if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then
 
61265
+         case $host in
 
61266
+         *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos*)
 
61267
+           # These systems don't actually have a C or math library (as such)
 
61268
+           continue
 
61269
+           ;;
 
61270
+         *-*-os2*)
 
61271
+           # These systems don't actually have a C library (as such)
 
61272
+           test "X$arg" = "X-lc" && continue
 
61273
+           ;;
 
61274
+         *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
 
61275
+           # Do not include libc due to us having libc/libc_r.
 
61276
+           test "X$arg" = "X-lc" && continue
 
61277
+           ;;
 
61278
+         *-*-rhapsody* | *-*-darwin1.[012])
 
61279
+           # Rhapsody C and math libraries are in the System framework
 
61280
+           deplibs="$deplibs System.ltframework"
 
61281
+           continue
 
61282
+           ;;
 
61283
+         *-*-sco3.2v5* | *-*-sco5v6*)
 
61284
+           # Causes problems with __ctype
 
61285
+           test "X$arg" = "X-lc" && continue
 
61286
+           ;;
 
61287
+         *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
 
61288
+           # Compiler inserts libc in the correct place for threads to work
 
61289
+           test "X$arg" = "X-lc" && continue
 
61290
+           ;;
55830
61291
          esac
55831
 
-       fi
 
61292
+       elif test "X$arg" = "X-lc_r"; then
 
61293
+        case $host in
 
61294
+        *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
 
61295
+          # Do not include libc_r directly, use -pthread flag.
 
61296
+          continue
 
61297
+          ;;
 
61298
+        esac
 
61299
        fi
55832
61300
-      done
55833
61301
-      # Substitute the hardcoded libdirs into the rpath.
55834
61302
-      if test -n "$hardcode_libdir_separator" &&
55843
61311
-       compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
55844
61312
-       finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
55845
61313
-      fi
55846
 
+         prev=
55847
 
+         continue
55848
 
+         ;;
55849
 
+       inst_prefix)
55850
 
+         inst_prefix_dir="$arg"
55851
 
+         prev=
55852
 
+         continue
55853
 
+         ;;
55854
 
+       objectlist)
55855
 
+         if test -f "$arg"; then
55856
 
+           save_arg=$arg
55857
 
+           moreargs=
55858
 
+           for fil in `cat "$save_arg"`
55859
 
+           do
55860
 
+#            moreargs="$moreargs $fil"
55861
 
+             arg=$fil
55862
 
+             # A libtool-controlled object.
55863
 
 
 
61314
-
55864
61315
-      dlsyms=
55865
61316
-      if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
55866
61317
-       if test -n "$NM" && test -n "$global_symbol_pipe"; then
55869
61320
-         $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2
55870
61321
-       fi
55871
61322
-      fi
55872
 
+             # Check to see that this really is a libtool object.
55873
 
+             if func_lalib_unsafe_p "$arg"; then
55874
 
+               pic_object=
55875
 
+               non_pic_object=
 
61323
+       deplibs="$deplibs $arg"
 
61324
+       continue
 
61325
+       ;;
55876
61326
 
55877
61327
-      if test -n "$dlsyms"; then
55878
61328
-       case $dlsyms in
55880
61330
-       *.c)
55881
61331
-         # Discover the nlist of each of the dlfiles.
55882
61332
-         nlist="$output_objdir/${outputname}.nm"
55883
 
+               # Read the .lo file
55884
 
+               func_source "$arg"
 
61333
+      -module)
 
61334
+       module=yes
 
61335
+       continue
 
61336
+       ;;
55885
61337
 
55886
61338
-         $show "$rm $nlist ${nlist}S ${nlist}T"
55887
61339
-         $run $rm "$nlist" "${nlist}S" "${nlist}T"
55888
 
+               if test -z "$pic_object" ||
55889
 
+                  test -z "$non_pic_object" ||
55890
 
+                  test "$pic_object" = none &&
55891
 
+                  test "$non_pic_object" = none; then
55892
 
+                 func_fatal_error "cannot find name of object for \`$arg'"
55893
 
+               fi
 
61340
+      # Tru64 UNIX uses -model [arg] to determine the layout of C++
 
61341
+      # classes, name mangling, and exception handling.
 
61342
+      # Darwin uses the -arch flag to determine output architecture.
 
61343
+      -model|-arch|-isysroot)
 
61344
+       compiler_flags="$compiler_flags $arg"
 
61345
+       func_append compile_command " $arg"
 
61346
+       func_append finalize_command " $arg"
 
61347
+       prev=xcompiler
 
61348
+       continue
 
61349
+       ;;
55894
61350
 
55895
61351
-         # Parse the name list into a source file.
55896
61352
-         $show "creating $output_objdir/$dlsyms"
55897
 
+               # Extract subdirectory from the argument.
55898
 
+               func_dirname "$arg" "/" ""
55899
 
+               xdir="$func_dirname_result"
 
61353
+      -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
 
61354
+       compiler_flags="$compiler_flags $arg"
 
61355
+       func_append compile_command " $arg"
 
61356
+       func_append finalize_command " $arg"
 
61357
+       case "$new_inherited_linker_flags " in
 
61358
+           *" $arg "*) ;;
 
61359
+           * ) new_inherited_linker_flags="$new_inherited_linker_flags $arg" ;;
 
61360
+       esac
 
61361
+       continue
 
61362
+       ;;
55900
61363
 
55901
61364
-         test -z "$run" && $echo > "$output_objdir/$dlsyms" "\
55902
61365
-/* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
55903
61366
-/* Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP */
55904
 
+               if test "$pic_object" != none; then
55905
 
+                 # Prepend the subdirectory the object is found in.
55906
 
+                 pic_object="$xdir$pic_object"
 
61367
+      -multi_module)
 
61368
+       single_module="${wl}-multi_module"
 
61369
+       continue
 
61370
+       ;;
55907
61371
 
55908
61372
-#ifdef __cplusplus
55909
61373
-extern \"C\" {
55910
61374
-#endif
55911
 
+                 if test "$prev" = dlfiles; then
55912
 
+                   if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
55913
 
+                     dlfiles="$dlfiles $pic_object"
55914
 
+                     prev=
55915
 
+                     continue
55916
 
+                   else
55917
 
+                     # If libtool objects are unsupported, then we need to preload.
55918
 
+                     prev=dlprefiles
55919
 
+                   fi
55920
 
+                 fi
 
61375
+      -no-fast-install)
 
61376
+       fast_install=no
 
61377
+       continue
 
61378
+       ;;
55921
61379
 
55922
61380
-/* Prevent the only kind of declaration conflicts we can make. */
55923
61381
-#define lt_preloaded_symbols some_other_symbol
55924
 
+                 # CHECK ME:  I think I busted this.  -Ossama
55925
 
+                 if test "$prev" = dlprefiles; then
55926
 
+                   # Preload the old-style object.
55927
 
+                   dlprefiles="$dlprefiles $pic_object"
55928
 
+                   prev=
55929
 
+                 fi
 
61382
+      -no-install)
 
61383
+       case $host in
 
61384
+       *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin*)
 
61385
+         # The PATH hackery in wrapper scripts is required on Windows
 
61386
+         # and Darwin in order for the loader to find any dlls it needs.
 
61387
+         func_warning "\`-no-install' is ignored for $host"
 
61388
+         func_warning "assuming \`-no-fast-install' instead"
 
61389
+         fast_install=no
 
61390
+         ;;
 
61391
+       *) no_install=yes ;;
 
61392
+       esac
 
61393
+       continue
 
61394
+       ;;
55930
61395
 
55931
61396
-/* External symbol declarations for the compiler. */\
55932
61397
-"
55933
 
+                 # A PIC object.
55934
 
+                 func_append libobjs " $pic_object"
55935
 
+                 arg="$pic_object"
55936
 
+               fi
 
61398
+      -no-undefined)
 
61399
+       allow_undefined=no
 
61400
+       continue
 
61401
+       ;;
55937
61402
 
55938
61403
-         if test "$dlself" = yes; then
55939
61404
-           $show "generating symbol list for \`$output'"
55940
 
+               # Non-PIC object.
55941
 
+               if test "$non_pic_object" != none; then
55942
 
+                 # Prepend the subdirectory the object is found in.
55943
 
+                 non_pic_object="$xdir$non_pic_object"
 
61405
+      -objectlist)
 
61406
+       prev=objectlist
 
61407
+       continue
 
61408
+       ;;
55944
61409
 
55945
61410
-           test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
55946
 
+                 # A standard non-PIC object
55947
 
+                 func_append non_pic_objects " $non_pic_object"
55948
 
+                 if test -z "$pic_object" || test "$pic_object" = none ; then
55949
 
+                   arg="$non_pic_object"
55950
 
+                 fi
55951
 
+               else
55952
 
+                 # If the PIC object exists, use it instead.
55953
 
+                 # $xdir was prepended to $pic_object above.
55954
 
+                 non_pic_object="$pic_object"
55955
 
+                 func_append non_pic_objects " $non_pic_object"
55956
 
+               fi
55957
 
+             else
55958
 
+               # Only an error if not doing a dry-run.
55959
 
+               if $opt_dry_run; then
55960
 
+                 # Extract subdirectory from the argument.
55961
 
+                 func_dirname "$arg" "/" ""
55962
 
+                 xdir="$func_dirname_result"
 
61411
+      -o) prev=output ;;
55963
61412
 
55964
61413
-           # Add our own program objects to the symbol list.
55965
61414
-           progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
55966
61415
-           for arg in $progfiles; do
55967
61416
-             $show "extracting global C symbols from \`$arg'"
55968
61417
-             $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
55969
 
+                 func_lo2o "$arg"
55970
 
+                 pic_object=$xdir$objdir/$func_lo2o_result
55971
 
+                 non_pic_object=$xdir$func_lo2o_result
55972
 
+                 func_append libobjs " $pic_object"
55973
 
+                 func_append non_pic_objects " $non_pic_object"
55974
 
+               else
55975
 
+                 func_fatal_error "\`$arg' is not a valid libtool object"
55976
 
+               fi
55977
 
+             fi
55978
 
            done
55979
 
-
 
61418
-           done
 
61419
+      -precious-files-regex)
 
61420
+       prev=precious_regex
 
61421
+       continue
 
61422
+       ;;
 
61423
 
55980
61424
-           if test -n "$exclude_expsyms"; then
55981
61425
-             $run eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
55982
61426
-             $run eval '$mv "$nlist"T "$nlist"'
56009
61453
-                ;;
56010
61454
-              esac
56011
61455
-           fi
56012
 
+         else
56013
 
+           func_fatal_error "link input file \`$arg' does not exist"
56014
 
          fi
56015
 
-
 
61456
-         fi
 
61457
+      -release)
 
61458
+       prev=release
 
61459
+       continue
 
61460
+       ;;
 
61461
 
56016
61462
-         for arg in $dlprefiles; do
56017
61463
-           $show "extracting global C symbols from \`$arg'"
56018
61464
-           name=`$echo "$arg" | ${SED} -e 's%^.*/%%'`
56019
61465
-           $run eval '$echo ": $name " >> "$nlist"'
56020
61466
-           $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
56021
61467
-         done
56022
 
-
 
61468
+      -rpath)
 
61469
+       prev=rpath
 
61470
+       continue
 
61471
+       ;;
 
61472
 
56023
61473
-         if test -z "$run"; then
56024
61474
-           # Make sure we have at least an empty file.
56025
61475
-           test -f "$nlist" || : > "$nlist"
56028
61478
-             $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
56029
61479
-             $mv "$nlist"T "$nlist"
56030
61480
-           fi
56031
 
-
 
61481
+      -R)
 
61482
+       prev=xrpath
 
61483
+       continue
 
61484
+       ;;
 
61485
 
56032
61486
-           # Try sorting and uniquifying the output.
56033
61487
-           if grep -v "^: " < "$nlist" |
56034
61488
-               if sort -k 3 </dev/null >/dev/null 2>&1; then
56041
61495
-           else
56042
61496
-             grep -v "^: " < "$nlist" > "$nlist"S
56043
61497
-           fi
56044
 
-
 
61498
+      -R*)
 
61499
+       func_stripname '-R' '' "$arg"
 
61500
+       dir=$func_stripname_result
 
61501
+       # We need an absolute path.
 
61502
+       case $dir in
 
61503
+       [\\/]* | [A-Za-z]:[\\/]*) ;;
 
61504
+       *)
 
61505
+         func_fatal_error "only absolute run-paths are allowed"
 
61506
+         ;;
 
61507
+       esac
 
61508
+       case "$xrpath " in
 
61509
+       *" $dir "*) ;;
 
61510
+       *) xrpath="$xrpath $dir" ;;
 
61511
+       esac
 
61512
+       continue
 
61513
+       ;;
 
61514
 
56045
61515
-           if test -f "$nlist"S; then
56046
61516
-             eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$dlsyms"'
56047
61517
-           else
56048
61518
-             $echo '/* NONE */' >> "$output_objdir/$dlsyms"
56049
61519
-           fi
56050
 
-
 
61520
+      -shared)
 
61521
+       # The effects of -shared are defined in a previous loop.
 
61522
+       continue
 
61523
+       ;;
 
61524
 
56051
61525
-           $echo >> "$output_objdir/$dlsyms" "\
56052
 
-
 
61526
+      -shrext)
 
61527
+       prev=shrext
 
61528
+       continue
 
61529
+       ;;
 
61530
 
56053
61531
-#undef lt_preloaded_symbols
56054
 
-
 
61532
+      -static | -static-libtool-libs)
 
61533
+       # The effects of -static are defined in a previous loop.
 
61534
+       # We used to do the same as -all-static on platforms that
 
61535
+       # didn't have a PIC flag, but the assumption that the effects
 
61536
+       # would be equivalent was wrong.  It would break on at least
 
61537
+       # Digital Unix and AIX.
 
61538
+       continue
 
61539
+       ;;
 
61540
 
56055
61541
-#if defined (__STDC__) && __STDC__
56056
61542
-# define lt_ptr void *
56057
61543
-#else
56058
61544
-# define lt_ptr char *
56059
61545
-# define const
56060
61546
-#endif
56061
 
-
 
61547
+      -thread-safe)
 
61548
+       thread_safe=yes
 
61549
+       continue
 
61550
+       ;;
 
61551
 
56062
61552
-/* The mapping between symbol names and symbols. */
56063
61553
-"
56064
 
-
 
61554
+      -version-info)
 
61555
+       prev=vinfo
 
61556
+       continue
 
61557
+       ;;
 
61558
 
56065
61559
-           case $host in
56066
61560
-           *cygwin* | *mingw* )
56067
61561
-         $echo >> "$output_objdir/$dlsyms" "\
56077
61571
-"
56078
61572
-             ;;
56079
61573
-           esac
56080
 
-
56081
 
-
 
61574
+      -version-number)
 
61575
+       prev=vinfo
 
61576
+       vinfo_number=yes
 
61577
+       continue
 
61578
+       ;;
 
61579
 
 
61580
+      -weak)
 
61581
+        prev=weak
 
61582
+       continue
 
61583
+       ;;
 
61584
 
56082
61585
-         $echo >> "$output_objdir/$dlsyms" "\
56083
61586
-  const char *name;
56084
61587
-  lt_ptr address;
56086
61589
-lt_preloaded_symbols[] =
56087
61590
-{\
56088
61591
-"
56089
 
-
 
61592
+      -Wc,*)
 
61593
+       func_stripname '-Wc,' '' "$arg"
 
61594
+       args=$func_stripname_result
 
61595
+       arg=
 
61596
+       save_ifs="$IFS"; IFS=','
 
61597
+       for flag in $args; do
 
61598
+         IFS="$save_ifs"
 
61599
+          func_quote_for_eval "$flag"
 
61600
+         arg="$arg $wl$func_quote_for_eval_result"
 
61601
+         compiler_flags="$compiler_flags $func_quote_for_eval_result"
 
61602
+       done
 
61603
+       IFS="$save_ifs"
 
61604
+       func_stripname ' ' '' "$arg"
 
61605
+       arg=$func_stripname_result
 
61606
+       ;;
 
61607
 
56090
61608
-           eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$dlsyms"
56091
 
-
 
61609
+      -Wl,*)
 
61610
+       func_stripname '-Wl,' '' "$arg"
 
61611
+       args=$func_stripname_result
 
61612
+       arg=
 
61613
+       save_ifs="$IFS"; IFS=','
 
61614
+       for flag in $args; do
 
61615
+         IFS="$save_ifs"
 
61616
+          func_quote_for_eval "$flag"
 
61617
+         arg="$arg $wl$func_quote_for_eval_result"
 
61618
+         compiler_flags="$compiler_flags $wl$func_quote_for_eval_result"
 
61619
+         linker_flags="$linker_flags $func_quote_for_eval_result"
 
61620
+       done
 
61621
+       IFS="$save_ifs"
 
61622
+       func_stripname ' ' '' "$arg"
 
61623
+       arg=$func_stripname_result
 
61624
+       ;;
 
61625
 
56092
61626
-           $echo >> "$output_objdir/$dlsyms" "\
56093
61627
-  {0, (lt_ptr) 0}
56094
61628
-};
56095
 
-
 
61629
+      -Xcompiler)
 
61630
+       prev=xcompiler
 
61631
+       continue
 
61632
+       ;;
 
61633
 
56096
61634
-/* This works around a problem in FreeBSD linker */
56097
61635
-#ifdef FREEBSD_WORKAROUND
56098
61636
-static const void *lt_preloaded_setup() {
56099
61637
-  return lt_preloaded_symbols;
56100
61638
-}
56101
61639
-#endif
56102
 
-
 
61640
+      -Xlinker)
 
61641
+       prev=xlinker
 
61642
+       continue
 
61643
+       ;;
 
61644
 
56103
61645
-#ifdef __cplusplus
56104
61646
-}
56105
61647
-#endif\
56106
61648
-"
56107
61649
-         fi
56108
 
-
 
61650
+      -XCClinker)
 
61651
+       prev=xcclinker
 
61652
+       continue
 
61653
+       ;;
 
61654
 
56109
61655
-         pic_flag_for_symtable=
56110
61656
-         case $host in
56111
61657
-         # compiling the symbol table file with pic_flag works around
56123
61669
-           *" -static "*) ;;
56124
61670
-           *) pic_flag_for_symtable=" $pic_flag";;
56125
61671
-           esac
56126
 
+         arg=$save_arg
56127
 
+         prev=
56128
 
+         continue
56129
 
+         ;;
56130
 
+       precious_regex)
56131
 
+         precious_files_regex="$arg"
56132
 
+         prev=
56133
 
+         continue
56134
 
+         ;;
56135
 
+       release)
56136
 
+         release="-$arg"
56137
 
+         prev=
56138
 
+         continue
56139
 
+         ;;
56140
 
+       rpath | xrpath)
56141
 
+         # We need an absolute path.
56142
 
+         case $arg in
56143
 
+         [\\/]* | [A-Za-z]:[\\/]*) ;;
56144
 
+         *)
56145
 
+           func_fatal_error "only absolute run-paths are allowed"
56146
 
+           ;;
56147
 
          esac
56148
 
-
 
61672
-         esac
 
61673
+      # -msg_* for osf cc
 
61674
+      -msg_*)
 
61675
+       func_quote_for_eval "$arg"
 
61676
+       arg="$func_quote_for_eval_result"
 
61677
+       ;;
 
61678
 
56149
61679
-         # Now compile the dynamic symbol file.
56150
61680
-         $show "(cd $output_objdir && $LTCC  $LTCFLAGS -c$no_builtin_flag$pic_flag_for_symtable \"$dlsyms\")"
56151
61681
-         $run eval '(cd $output_objdir && $LTCC  $LTCFLAGS -c$no_builtin_flag$pic_flag_for_symtable "$dlsyms")' || exit $?
56170
61700
-            finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP`
56171
61701
-            ;;
56172
61702
-          esac
56173
 
+         if test "$prev" = rpath; then
56174
 
+           case "$rpath " in
56175
 
+           *" $arg "*) ;;
56176
 
+           *) rpath="$rpath $arg" ;;
56177
 
+           esac
56178
 
+         else
56179
 
+           case "$xrpath " in
56180
 
+           *" $arg "*) ;;
56181
 
+           *) xrpath="$xrpath $arg" ;;
56182
 
+           esac
56183
 
+         fi
56184
 
+         prev=
56185
 
+         continue
56186
 
+         ;;
56187
 
+       shrext)
56188
 
+         shrext_cmds="$arg"
56189
 
+         prev=
56190
 
+         continue
56191
 
+         ;;
56192
 
+       weak)
56193
 
+         weak_libs="$weak_libs $arg"
56194
 
+         prev=
56195
 
+         continue
56196
 
+         ;;
56197
 
+       xcclinker)
56198
 
+         linker_flags="$linker_flags $qarg"
56199
 
+         compiler_flags="$compiler_flags $qarg"
56200
 
+         prev=
56201
 
+         func_append compile_command " $qarg"
56202
 
+         func_append finalize_command " $qarg"
56203
 
+         continue
56204
 
+         ;;
56205
 
+       xcompiler)
56206
 
+         compiler_flags="$compiler_flags $qarg"
56207
 
+         prev=
56208
 
+         func_append compile_command " $qarg"
56209
 
+         func_append finalize_command " $qarg"
56210
 
+         continue
56211
 
+         ;;
56212
 
+       xlinker)
56213
 
+         linker_flags="$linker_flags $qarg"
56214
 
+         compiler_flags="$compiler_flags $wl$qarg"
56215
 
+         prev=
56216
 
+         func_append compile_command " $wl$qarg"
56217
 
+         func_append finalize_command " $wl$qarg"
56218
 
+         continue
56219
 
          ;;
56220
 
        *)
 
61703
-         ;;
 
61704
-       *)
56221
61705
-         $echo "$modename: unknown suffix for \`$dlsyms'" 1>&2
56222
61706
-         exit $EXIT_FAILURE
56223
 
+         eval "$prev=\"\$arg\""
56224
 
+         prev=
56225
 
+         continue
56226
 
          ;;
56227
 
        esac
 
61707
-         ;;
 
61708
-       esac
56228
61709
-      else
56229
61710
-       # We keep going just in case the user didn't refer to
56230
61711
-       # lt_preloaded_symbols.  The linker will fail if global_symbol_pipe
56231
61712
-       # really was required.
56232
 
-
 
61713
+      # -64, -mips[0-9] enable 64-bit mode on the SGI compiler
 
61714
+      # -r[0-9][0-9]* specifies the processor on the SGI compiler
 
61715
+      # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler
 
61716
+      # +DA*, +DD* enable 64-bit mode on the HP compiler
 
61717
+      # -q* pass through compiler args for the IBM compiler
 
61718
+      # -m*, -t[45]*, -txscale* pass through architecture-specific
 
61719
+      # compiler args for GCC
 
61720
+      # -F/path gives path to uninstalled frameworks, gcc on darwin
 
61721
+      # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC
 
61722
+      # @file GCC response files
 
61723
+      -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
 
61724
+      -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*)
 
61725
+        func_quote_for_eval "$arg"
 
61726
+       arg="$func_quote_for_eval_result"
 
61727
+        func_append compile_command " $arg"
 
61728
+        func_append finalize_command " $arg"
 
61729
+        compiler_flags="$compiler_flags $arg"
 
61730
+        continue
 
61731
+        ;;
 
61732
 
56233
61733
-       # Nullify the symbol file.
56234
61734
-       compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s% @SYMFILE@%%" | $NL2SP`
56235
61735
-       finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s% @SYMFILE@%%" | $NL2SP`
56236
61736
-      fi
56237
 
-
 
61737
+      # Some other compiler flag.
 
61738
+      -* | +*)
 
61739
+        func_quote_for_eval "$arg"
 
61740
+       arg="$func_quote_for_eval_result"
 
61741
+       ;;
 
61742
 
56238
61743
-      if test "$need_relink" = no || test "$build_libtool_libs" != yes; then
56239
61744
-       # Replace the output file specification.
56240
61745
-       compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e 's%@OUTPUT@%'"$output"'%g' | $NL2SP`
56241
61746
-       link_command="$compile_command$compile_rpath"
56242
 
+      fi # test -n "$prev"
 
61747
+      *.$objext)
 
61748
+       # A standard object.
 
61749
+       objs="$objs $arg"
 
61750
+       ;;
56243
61751
 
56244
61752
-       # We have no uninstalled library dependencies, so finalize right now.
56245
61753
-       $show "$link_command"
56246
61754
-       $run eval "$link_command"
56247
61755
-       exit_status=$?
56248
 
+      prevarg="$arg"
 
61756
+      *.lo)
 
61757
+       # A libtool-controlled object.
56249
61758
 
56250
61759
-       # Delete the generated files.
56251
61760
-       if test -n "$dlsyms"; then
56252
61761
-         $show "$rm $output_objdir/${outputname}S.${objext}"
56253
61762
-         $run $rm "$output_objdir/${outputname}S.${objext}"
56254
 
+      case $arg in
56255
 
+      -all-static)
56256
 
+       if test -n "$link_static_flag"; then
56257
 
+         # See comment for -static flag below, for more details.
56258
 
+         func_append compile_command " $link_static_flag"
56259
 
+         func_append finalize_command " $link_static_flag"
56260
 
        fi
56261
 
+       continue
56262
 
+       ;;
 
61763
-       fi
 
61764
+       # Check to see that this really is a libtool object.
 
61765
+       if func_lalib_unsafe_p "$arg"; then
 
61766
+         pic_object=
 
61767
+         non_pic_object=
56263
61768
 
56264
61769
-       exit $exit_status
56265
61770
-      fi
56266
 
-
 
61771
+         # Read the .lo file
 
61772
+         func_source "$arg"
 
61773
 
56267
61774
-      if test -n "$shlibpath_var"; then
56268
61775
-       # We should set the shlibpath_var
56269
61776
-       rpath=
56281
61788
-       done
56282
61789
-       temp_rpath="$rpath"
56283
61790
-      fi
56284
 
+      -allow-undefined)
56285
 
+       # FIXME: remove this flag sometime in the future.
56286
 
+       func_fatal_error "\`-allow-undefined' must not be used because it is the default"
56287
 
+       ;;
 
61791
+         if test -z "$pic_object" ||
 
61792
+            test -z "$non_pic_object" ||
 
61793
+            test "$pic_object" = none &&
 
61794
+            test "$non_pic_object" = none; then
 
61795
+           func_fatal_error "cannot find name of object for \`$arg'"
 
61796
+         fi
56288
61797
 
56289
61798
-      if test -n "$compile_shlibpath$finalize_shlibpath"; then
56290
61799
-       compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
56292
61801
-      if test -n "$finalize_shlibpath"; then
56293
61802
-       finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"
56294
61803
-      fi
56295
 
+      -avoid-version)
56296
 
+       avoid_version=yes
56297
 
+       continue
56298
 
+       ;;
 
61804
+         # Extract subdirectory from the argument.
 
61805
+         func_dirname "$arg" "/" ""
 
61806
+         xdir="$func_dirname_result"
56299
61807
 
56300
61808
-      compile_var=
56301
61809
-      finalize_var=
56317
61825
-         finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "
56318
61826
-       fi
56319
61827
-      fi
56320
 
+      -dlopen)
56321
 
+       prev=dlfiles
56322
 
+       continue
56323
 
+       ;;
 
61828
+         if test "$pic_object" != none; then
 
61829
+           # Prepend the subdirectory the object is found in.
 
61830
+           pic_object="$xdir$pic_object"
56324
61831
 
56325
61832
-      if test "$no_install" = yes; then
56326
61833
-       # We don't need to create a wrapper script.
56334
61841
-       $run eval "$link_command" || exit $?
56335
61842
-       exit $EXIT_SUCCESS
56336
61843
-      fi
56337
 
+      -dlpreopen)
56338
 
+       prev=dlprefiles
56339
 
+       continue
56340
 
+       ;;
 
61844
+           if test "$prev" = dlfiles; then
 
61845
+             if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
 
61846
+               dlfiles="$dlfiles $pic_object"
 
61847
+               prev=
 
61848
+               continue
 
61849
+             else
 
61850
+               # If libtool objects are unsupported, then we need to preload.
 
61851
+               prev=dlprefiles
 
61852
+             fi
 
61853
+           fi
56341
61854
 
56342
61855
-      if test "$hardcode_action" = relink; then
56343
61856
-       # Fast installation is not supported
56344
61857
-       link_command="$compile_var$compile_command$compile_rpath"
56345
61858
-       relink_command="$finalize_var$finalize_command$finalize_rpath"
56346
 
+      -export-dynamic)
56347
 
+       export_dynamic=yes
56348
 
+       continue
56349
 
+       ;;
 
61859
+           # CHECK ME:  I think I busted this.  -Ossama
 
61860
+           if test "$prev" = dlprefiles; then
 
61861
+             # Preload the old-style object.
 
61862
+             dlprefiles="$dlprefiles $pic_object"
 
61863
+             prev=
 
61864
+           fi
56350
61865
 
56351
61866
-       $echo "$modename: warning: this platform does not like uninstalled shared libraries" 1>&2
56352
61867
-       $echo "$modename: \`$output' will be relinked during installation" 1>&2
56355
61870
-         link_command="$finalize_var$compile_command$finalize_rpath"
56356
61871
-         if test "$fast_install" = yes; then
56357
61872
-           relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $SP2NL | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g' | $NL2SP`
56358
 
-         else
 
61873
+           # A PIC object.
 
61874
+           func_append libobjs " $pic_object"
 
61875
+           arg="$pic_object"
 
61876
+         fi
 
61877
+
 
61878
+         # Non-PIC object.
 
61879
+         if test "$non_pic_object" != none; then
 
61880
+           # Prepend the subdirectory the object is found in.
 
61881
+           non_pic_object="$xdir$non_pic_object"
 
61882
+
 
61883
+           # A standard non-PIC object
 
61884
+           func_append non_pic_objects " $non_pic_object"
 
61885
+           if test -z "$pic_object" || test "$pic_object" = none ; then
 
61886
+             arg="$non_pic_object"
 
61887
+           fi
 
61888
          else
56359
61889
-           # fast_install is set to needless
56360
61890
-           relink_command=
56361
 
-         fi
56362
 
+      -export-symbols | -export-symbols-regex)
56363
 
+       if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
56364
 
+         func_fatal_error "more than one -exported-symbols argument is not allowed"
56365
 
+       fi
56366
 
+       if test "X$arg" = "X-export-symbols"; then
56367
 
+         prev=expsyms
 
61891
+           # If the PIC object exists, use it instead.
 
61892
+           # $xdir was prepended to $pic_object above.
 
61893
+           non_pic_object="$pic_object"
 
61894
+           func_append non_pic_objects " $non_pic_object"
 
61895
          fi
56368
61896
        else
56369
61897
-         link_command="$compile_var$compile_command$compile_rpath"
56370
61898
-         relink_command="$finalize_var$finalize_command$finalize_rpath"
56371
 
+         prev=expsyms_regex
56372
 
        fi
 
61899
-       fi
56373
61900
-      fi
56374
 
-
 
61901
+         # Only an error if not doing a dry-run.
 
61902
+         if $opt_dry_run; then
 
61903
+           # Extract subdirectory from the argument.
 
61904
+           func_dirname "$arg" "/" ""
 
61905
+           xdir="$func_dirname_result"
 
61906
 
56375
61907
-      # Replace the output file specification.
56376
61908
-      link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
56377
 
+       continue
 
61909
+           func_lo2o "$arg"
 
61910
+           pic_object=$xdir$objdir/$func_lo2o_result
 
61911
+           non_pic_object=$xdir$func_lo2o_result
 
61912
+           func_append libobjs " $pic_object"
 
61913
+           func_append non_pic_objects " $non_pic_object"
 
61914
+         else
 
61915
+           func_fatal_error "\`$arg' is not a valid libtool object"
 
61916
+         fi
 
61917
+       fi
56378
61918
+       ;;
56379
61919
 
56380
61920
-      # Delete the old output files.
56381
61921
-      $run $rm $output $output_objdir/$outputname $output_objdir/lt-$outputname
56382
 
+      -framework)
56383
 
+       prev=framework
 
61922
+      *.$libext)
 
61923
+       # An archive.
 
61924
+       deplibs="$deplibs $arg"
 
61925
+       old_deplibs="$old_deplibs $arg"
56384
61926
+       continue
56385
61927
+       ;;
56386
61928
 
56387
61929
-      $show "$link_command"
56388
61930
-      $run eval "$link_command" || exit $?
56389
 
+      -inst-prefix-dir)
56390
 
+       prev=inst_prefix
56391
 
+       continue
56392
 
+       ;;
 
61931
+      *.la)
 
61932
+       # A libtool-controlled library.
56393
61933
 
56394
61934
-      # Now create the wrapper script.
56395
61935
-      $show "creating $output"
56396
 
+      # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:*
56397
 
+      # so, if we see these flags be careful not to treat them like -L
56398
 
+      -L[A-Z][A-Z]*:*)
56399
 
+       case $with_gcc/$host in
56400
 
+       no/*-*-irix* | /*-*-irix*)
56401
 
+         func_append compile_command " $arg"
56402
 
+         func_append finalize_command " $arg"
56403
 
+         ;;
56404
 
+       esac
 
61936
+       if test "$prev" = dlfiles; then
 
61937
+         # This library was specified with -dlopen.
 
61938
+         dlfiles="$dlfiles $arg"
 
61939
+         prev=
 
61940
+       elif test "$prev" = dlprefiles; then
 
61941
+         # The library was specified with -dlpreopen.
 
61942
+         dlprefiles="$dlprefiles $arg"
 
61943
+         prev=
 
61944
+       else
 
61945
+         deplibs="$deplibs $arg"
 
61946
+       fi
56405
61947
+       continue
56406
61948
+       ;;
56407
61949
 
56413
61955
-           relink_command="{ test -z \"\${$var+set}\" || unset $var || { $var=; export $var; }; }; $relink_command"
56414
61956
-         elif eval var_value=\$$var; test -z "$var_value"; then
56415
61957
-           relink_command="$var=; export $var; $relink_command"
56416
 
+      -L*)
56417
 
+       func_stripname '-L' '' "$arg"
56418
 
+       dir=$func_stripname_result
56419
 
+       if test -z "$dir"; then
56420
 
+         if test "$#" -gt 0; then
56421
 
+           func_fatal_error "require no space between \`-L' and \`$1'"
56422
 
          else
 
61958
-         else
56423
61959
-           var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
56424
61960
-           relink_command="$var=\"$var_value\"; export $var; $relink_command"
56425
 
+           func_fatal_error "need path for \`-L' option"
56426
 
          fi
 
61961
-         fi
56427
61962
-       done
56428
61963
-       relink_command="(cd `pwd`; $relink_command)"
56429
61964
-       relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e "$sed_quote_subst" | $NL2SP`
56430
61965
-      fi
56431
 
-
 
61966
+      # Some other compiler argument.
 
61967
+      *)
 
61968
+       # Unknown arguments in both finalize_command and compile_command need
 
61969
+       # to be aesthetically quoted because they are evaled later.
 
61970
+       func_quote_for_eval "$arg"
 
61971
+       arg="$func_quote_for_eval_result"
 
61972
+       ;;
 
61973
+      esac # arg
 
61974
 
56432
61975
-      # Quote $echo for shipping.
56433
61976
-      if test "X$echo" = "X$SHELL $progpath --fallback-echo"; then
56434
61977
-       case $progpath in
56435
61978
-       [\\/]* | [A-Za-z]:[\\/]*) qecho="$SHELL $progpath --fallback-echo";;
56436
61979
-       *) qecho="$SHELL `pwd`/$progpath --fallback-echo";;
56437
 
+       fi
56438
 
+       # We need an absolute path.
56439
 
+       case $dir in
56440
 
+       [\\/]* | [A-Za-z]:[\\/]*) ;;
56441
 
+       *)
56442
 
+         absdir=`cd "$dir" && pwd`
56443
 
+         test -z "$absdir" && \
56444
 
+           func_fatal_error "cannot determine absolute directory name of \`$dir'"
56445
 
+         dir="$absdir"
56446
 
+         ;;
56447
 
        esac
 
61980
-       esac
56448
61981
-       qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"`
56449
61982
-      else
56450
61983
-       qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"`
56451
 
-      fi
56452
 
-
 
61984
+      # Now actually substitute the argument into the commands.
 
61985
+      if test -n "$arg"; then
 
61986
+       func_append compile_command " $arg"
 
61987
+       func_append finalize_command " $arg"
 
61988
       fi
 
61989
+    done # argument parsing loop
 
61990
 
56453
61991
-      # Only actually do things if our run command is non-null.
56454
61992
-      if test -z "$run"; then
56455
61993
-       # win32 will think the script is a binary if it has
56456
61994
-       # a .exe suffix, so we strip it off here.
56457
61995
-       case $output in
56458
61996
-         *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;;
56459
 
+       case "$deplibs " in
56460
 
+       *" -L$dir "*) ;;
56461
 
+       *)
56462
 
+         deplibs="$deplibs -L$dir"
56463
 
+         lib_search_path="$lib_search_path $dir"
56464
 
+         ;;
56465
 
        esac
 
61997
-       esac
56466
61998
-       # test for cygwin because mv fails w/o .exe extensions
56467
 
        case $host in
 
61999
-       case $host in
56468
62000
-         *cygwin*)
56469
62001
-           exeext=.exe
56470
62002
-           outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;;
56471
62003
-         *) exeext= ;;
56472
 
+       *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
56473
 
+         testbindir=`$ECHO "X$dir" | $Xsed -e 's*/lib$*/bin*'`
56474
 
+         case :$dllsearchpath: in
56475
 
+         *":$dir:"*) ;;
56476
 
+         ::) dllsearchpath=$dir;;
56477
 
+         *) dllsearchpath="$dllsearchpath:$dir";;
56478
 
+         esac
56479
 
+         case :$dllsearchpath: in
56480
 
+         *":$testbindir:"*) ;;
56481
 
+         ::) dllsearchpath=$testbindir;;
56482
 
+         *) dllsearchpath="$dllsearchpath:$testbindir";;
56483
 
+         esac
56484
 
+         ;;
56485
 
        esac
 
62004
-       esac
56486
62005
-       case $host in
56487
62006
-         *cygwin* | *mingw* )
56488
62007
-            output_name=`basename $output`
56491
62010
-            cwrapper="$output_path/$output_name.exe"
56492
62011
-            $rm $cwrappersource $cwrapper
56493
62012
-            trap "$rm $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
56494
 
-
 
62013
+    test -n "$prev" && \
 
62014
+      func_fatal_help "the \`$prevarg' option requires an argument"
 
62015
 
56495
62016
-           cat > $cwrappersource <<EOF
56496
 
-
 
62017
+    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
 
62018
+      eval arg=\"$export_dynamic_flag_spec\"
 
62019
+      func_append compile_command " $arg"
 
62020
+      func_append finalize_command " $arg"
 
62021
+    fi
 
62022
 
56497
62023
-/* $cwrappersource - temporary wrapper executable for $objdir/$outputname
56498
62024
-   Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP
56499
 
+       continue
56500
 
+       ;;
 
62025
+    oldlibs=
 
62026
+    # calculate the name of the file, without its directory
 
62027
+    func_basename "$output"
 
62028
+    outputname="$func_basename_result"
 
62029
+    libobjs_save="$libobjs"
56501
62030
 
56502
62031
-   The $output program cannot be directly executed until all the libtool
56503
62032
-   libraries that it depends on are installed.
56504
 
+      -l*)
56505
 
+       if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then
56506
 
+         case $host in
56507
 
+         *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc*)
56508
 
+           # These systems don't actually have a C or math library (as such)
56509
 
+           continue
56510
 
+           ;;
56511
 
+         *-*-os2*)
56512
 
+           # These systems don't actually have a C library (as such)
56513
 
+           test "X$arg" = "X-lc" && continue
56514
 
+           ;;
56515
 
+         *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
56516
 
+           # Do not include libc due to us having libc/libc_r.
56517
 
+           test "X$arg" = "X-lc" && continue
56518
 
+           ;;
56519
 
+         *-*-rhapsody* | *-*-darwin1.[012])
56520
 
+           # Rhapsody C and math libraries are in the System framework
56521
 
+           deplibs="$deplibs System.ltframework"
56522
 
+           continue
56523
 
+           ;;
56524
 
+         *-*-sco3.2v5* | *-*-sco5v6*)
56525
 
+           # Causes problems with __ctype
56526
 
+           test "X$arg" = "X-lc" && continue
56527
 
+           ;;
56528
 
+         *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
56529
 
+           # Compiler inserts libc in the correct place for threads to work
56530
 
+           test "X$arg" = "X-lc" && continue
56531
 
+           ;;
56532
 
+         esac
56533
 
+       elif test "X$arg" = "X-lc_r"; then
56534
 
+        case $host in
56535
 
+        *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
56536
 
+          # Do not include libc_r directly, use -pthread flag.
56537
 
+          continue
56538
 
+          ;;
56539
 
+        esac
56540
 
+       fi
56541
 
+       deplibs="$deplibs $arg"
56542
 
+       continue
56543
 
+       ;;
 
62033
+    if test -n "$shlibpath_var"; then
 
62034
+      # get the directories listed in $shlibpath_var
 
62035
+      eval shlib_search_path=\`\$ECHO \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
 
62036
+    else
 
62037
+      shlib_search_path=
 
62038
+    fi
 
62039
+    eval sys_lib_search_path=\"$sys_lib_search_path_spec\"
 
62040
+    eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\"
56544
62041
 
56545
62042
-   This wrapper executable should never be moved out of the build directory.
56546
62043
-   If it is, it will not operate correctly.
56547
 
+      -module)
56548
 
+       module=yes
56549
 
+       continue
56550
 
+       ;;
 
62044
+    func_dirname "$output" "/" ""
 
62045
+    output_objdir="$func_dirname_result$objdir"
 
62046
+    # Create the object directory.
 
62047
+    func_mkdir_p "$output_objdir"
56551
62048
 
56552
62049
-   Currently, it simply execs the wrapper *script* "/bin/sh $output",
56553
62050
-   but could eventually absorb all of the scripts functionality and
56564
62061
-#include <string.h>
56565
62062
-#include <ctype.h>
56566
62063
-#include <sys/stat.h>
56567
 
+      # Tru64 UNIX uses -model [arg] to determine the layout of C++
56568
 
+      # classes, name mangling, and exception handling.
56569
 
+      # Darwin uses the -arch flag to determine output architecture.
56570
 
+      -model|-arch|-isysroot)
56571
 
+       compiler_flags="$compiler_flags $arg"
56572
 
+       func_append compile_command " $arg"
56573
 
+       func_append finalize_command " $arg"
56574
 
+       prev=xcompiler
56575
 
+       continue
56576
 
+       ;;
 
62064
+    # Determine the type of output
 
62065
+    case $output in
 
62066
+    "")
 
62067
+      func_fatal_help "you must specify an output file"
 
62068
+      ;;
 
62069
+    *.$libext) linkmode=oldlib ;;
 
62070
+    *.lo | *.$objext) linkmode=obj ;;
 
62071
+    *.la) linkmode=lib ;;
 
62072
+    *) linkmode=prog ;; # Anything else should be a program.
 
62073
+    esac
56577
62074
 
56578
62075
-#if defined(PATH_MAX)
56579
62076
-# define LT_PATHMAX PATH_MAX
56582
62079
-#else
56583
62080
-# define LT_PATHMAX 1024
56584
62081
-#endif
56585
 
+      -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
56586
 
+       compiler_flags="$compiler_flags $arg"
56587
 
+       func_append compile_command " $arg"
56588
 
+       func_append finalize_command " $arg"
56589
 
+       case "$new_inherited_linker_flags " in
56590
 
+           *" $arg "*) ;;
56591
 
+           * ) new_inherited_linker_flags="$new_inherited_linker_flags $arg" ;;
56592
 
+       esac
56593
 
+       continue
56594
 
+       ;;
 
62082
+    specialdeplibs=
56595
62083
 
56596
62084
-#ifndef DIR_SEPARATOR
56597
62085
-# define DIR_SEPARATOR '/'
56598
62086
-# define PATH_SEPARATOR ':'
56599
62087
-#endif
56600
 
+      -multi_module)
56601
 
+       single_module="${wl}-multi_module"
56602
 
+       continue
56603
 
+       ;;
 
62088
+    libs=
 
62089
+    # Find all interdependent deplibs by searching for libraries
 
62090
+    # that are linked more than once (e.g. -la -lb -la)
 
62091
+    for deplib in $deplibs; do
 
62092
+      if $opt_duplicate_deps ; then
 
62093
+       case "$libs " in
 
62094
+       *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
 
62095
+       esac
 
62096
+      fi
 
62097
+      libs="$libs $deplib"
 
62098
+    done
56604
62099
 
56605
62100
-#if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \
56606
62101
-  defined (__OS2__)
56612
62107
-#  define PATH_SEPARATOR_2 ';'
56613
62108
-# endif
56614
62109
-#endif
56615
 
+      -no-fast-install)
56616
 
+       fast_install=no
56617
 
+       continue
56618
 
+       ;;
 
62110
+    if test "$linkmode" = lib; then
 
62111
+      libs="$predeps $libs $compiler_lib_search_path $postdeps"
56619
62112
 
56620
62113
-#ifndef DIR_SEPARATOR_2
56621
62114
-# define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
56623
62116
-# define IS_DIR_SEPARATOR(ch) \
56624
62117
-        (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
56625
62118
-#endif /* DIR_SEPARATOR_2 */
56626
 
+      -no-install)
56627
 
+       case $host in
56628
 
+       *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*)
56629
 
+         # The PATH hackery in wrapper scripts is required on Windows
56630
 
+         # and Darwin in order for the loader to find any dlls it needs.
56631
 
+         func_warning "\`-no-install' is ignored for $host"
56632
 
+         func_warning "assuming \`-no-fast-install' instead"
56633
 
+         fast_install=no
56634
 
+         ;;
56635
 
+       *) no_install=yes ;;
56636
 
+       esac
56637
 
+       continue
56638
 
+       ;;
56639
 
 
56640
 
-#ifndef PATH_SEPARATOR_2
56641
 
-# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR)
56642
 
-#else /* PATH_SEPARATOR_2 */
56643
 
-# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2)
56644
 
-#endif /* PATH_SEPARATOR_2 */
56645
 
+      -no-undefined)
56646
 
+       allow_undefined=no
56647
 
+       continue
56648
 
+       ;;
56649
 
 
56650
 
-#define XMALLOC(type, num)      ((type *) xmalloc ((num) * sizeof(type)))
56651
 
-#define XFREE(stale) do { \
56652
 
-  if (stale) { free ((void *) stale); stale = 0; } \
56653
 
-} while (0)
56654
 
+      -objectlist)
56655
 
+       prev=objectlist
56656
 
+       continue
56657
 
+       ;;
56658
 
 
56659
 
-/* -DDEBUG is fairly common in CFLAGS.  */
56660
 
-#undef DEBUG
56661
 
-#if defined DEBUGWRAPPER
56662
 
-# define DEBUG(format, ...) fprintf(stderr, format, __VA_ARGS__)
56663
 
-#else
56664
 
-# define DEBUG(format, ...)
56665
 
-#endif
56666
 
+      -o) prev=output ;;
56667
 
 
56668
 
-const char *program_name = NULL;
56669
 
+      -precious-files-regex)
56670
 
+       prev=precious_regex
56671
 
+       continue
56672
 
+       ;;
56673
 
 
56674
 
-void * xmalloc (size_t num);
56675
 
-char * xstrdup (const char *string);
56676
 
-const char * base_name (const char *name);
56677
 
-char * find_executable(const char *wrapper);
56678
 
-int    check_executable(const char *path);
56679
 
-char * strendzap(char *str, const char *pat);
56680
 
-void lt_fatal (const char *message, ...);
56681
 
+      -release)
56682
 
+       prev=release
56683
 
+       continue
56684
 
+       ;;
56685
 
 
56686
 
-int
56687
 
-main (int argc, char *argv[])
56688
 
-{
56689
 
-  char **newargz;
56690
 
-  int i;
56691
 
+      -rpath)
56692
 
+       prev=rpath
56693
 
+       continue
56694
 
+       ;;
56695
 
 
56696
 
-  program_name = (char *) xstrdup (base_name (argv[0]));
56697
 
-  DEBUG("(main) argv[0]      : %s\n",argv[0]);
56698
 
-  DEBUG("(main) program_name : %s\n",program_name);
56699
 
-  newargz = XMALLOC(char *, argc+2);
56700
 
-EOF
56701
 
+      -R)
56702
 
+       prev=xrpath
56703
 
+       continue
56704
 
+       ;;
56705
 
 
56706
 
-            cat >> $cwrappersource <<EOF
56707
 
-  newargz[0] = (char *) xstrdup("$SHELL");
56708
 
-EOF
56709
 
+      -R*)
56710
 
+       func_stripname '-R' '' "$arg"
56711
 
+       dir=$func_stripname_result
56712
 
+       # We need an absolute path.
56713
 
+       case $dir in
56714
 
+       [\\/]* | [A-Za-z]:[\\/]*) ;;
56715
 
+       *)
56716
 
+         func_fatal_error "only absolute run-paths are allowed"
56717
 
+         ;;
56718
 
+       esac
56719
 
+       case "$xrpath " in
56720
 
+       *" $dir "*) ;;
56721
 
+       *) xrpath="$xrpath $dir" ;;
56722
 
+       esac
56723
 
+       continue
56724
 
+       ;;
56725
 
 
56726
 
-            cat >> $cwrappersource <<"EOF"
56727
 
-  newargz[1] = find_executable(argv[0]);
56728
 
-  if (newargz[1] == NULL)
56729
 
-    lt_fatal("Couldn't find %s", argv[0]);
56730
 
-  DEBUG("(main) found exe at : %s\n",newargz[1]);
56731
 
-  /* we know the script has the same name, without the .exe */
56732
 
-  /* so make sure newargz[1] doesn't end in .exe */
56733
 
-  strendzap(newargz[1],".exe");
56734
 
-  for (i = 1; i < argc; i++)
56735
 
-    newargz[i+1] = xstrdup(argv[i]);
56736
 
-  newargz[argc+1] = NULL;
56737
 
+      -shared)
56738
 
+       # The effects of -shared are defined in a previous loop.
56739
 
+       continue
56740
 
+       ;;
56741
 
 
56742
 
-  for (i=0; i<argc+1; i++)
56743
 
-  {
56744
 
-    DEBUG("(main) newargz[%d]   : %s\n",i,newargz[i]);
56745
 
-    ;
56746
 
-  }
56747
 
+      -shrext)
56748
 
+       prev=shrext
56749
 
+       continue
56750
 
+       ;;
56751
 
 
56752
 
-EOF
56753
 
+      -static | -static-libtool-libs)
56754
 
+       # The effects of -static are defined in a previous loop.
56755
 
+       # We used to do the same as -all-static on platforms that
56756
 
+       # didn't have a PIC flag, but the assumption that the effects
56757
 
+       # would be equivalent was wrong.  It would break on at least
56758
 
+       # Digital Unix and AIX.
56759
 
+       continue
56760
 
+       ;;
56761
 
 
56762
 
-            case $host_os in
56763
 
-              mingw*)
56764
 
-                cat >> $cwrappersource <<EOF
56765
 
-  execv("$SHELL",(char const **)newargz);
56766
 
-EOF
56767
 
-              ;;
56768
 
-              *)
56769
 
-                cat >> $cwrappersource <<EOF
56770
 
-  execv("$SHELL",newargz);
56771
 
-EOF
56772
 
-              ;;
56773
 
-            esac
56774
 
+      -thread-safe)
56775
 
+       thread_safe=yes
56776
 
+       continue
56777
 
+       ;;
56778
 
 
56779
 
-            cat >> $cwrappersource <<"EOF"
56780
 
-  return 127;
56781
 
-}
56782
 
+      -version-info)
56783
 
+       prev=vinfo
56784
 
+       continue
56785
 
+       ;;
56786
 
 
56787
 
-void *
56788
 
-xmalloc (size_t num)
56789
 
-{
56790
 
-  void * p = (void *) malloc (num);
56791
 
-  if (!p)
56792
 
-    lt_fatal ("Memory exhausted");
56793
 
+      -version-number)
56794
 
+       prev=vinfo
56795
 
+       vinfo_number=yes
56796
 
+       continue
56797
 
+       ;;
56798
 
 
56799
 
-  return p;
56800
 
-}
56801
 
+      -weak)
56802
 
+        prev=weak
56803
 
+       continue
56804
 
+       ;;
56805
 
 
56806
 
-char *
56807
 
-xstrdup (const char *string)
56808
 
-{
56809
 
-  return string ? strcpy ((char *) xmalloc (strlen (string) + 1), string) : NULL
56810
 
-;
56811
 
-}
56812
 
+      -Wc,*)
56813
 
+       func_stripname '-Wc,' '' "$arg"
56814
 
+       args=$func_stripname_result
56815
 
+       arg=
56816
 
+       save_ifs="$IFS"; IFS=','
56817
 
+       for flag in $args; do
56818
 
+         IFS="$save_ifs"
56819
 
+          func_quote_for_eval "$flag"
56820
 
+         arg="$arg $wl$func_quote_for_eval_result"
56821
 
+         compiler_flags="$compiler_flags $func_quote_for_eval_result"
56822
 
+       done
56823
 
+       IFS="$save_ifs"
56824
 
+       func_stripname ' ' '' "$arg"
56825
 
+       arg=$func_stripname_result
56826
 
+       ;;
56827
 
 
56828
 
-const char *
56829
 
-base_name (const char *name)
56830
 
-{
56831
 
-  const char *base;
56832
 
+      -Wl,*)
56833
 
+       func_stripname '-Wl,' '' "$arg"
56834
 
+       args=$func_stripname_result
56835
 
+       arg=
56836
 
+       save_ifs="$IFS"; IFS=','
56837
 
+       for flag in $args; do
56838
 
+         IFS="$save_ifs"
56839
 
+          func_quote_for_eval "$flag"
56840
 
+         arg="$arg $wl$func_quote_for_eval_result"
56841
 
+         compiler_flags="$compiler_flags $wl$func_quote_for_eval_result"
56842
 
+         linker_flags="$linker_flags $func_quote_for_eval_result"
56843
 
+       done
56844
 
+       IFS="$save_ifs"
56845
 
+       func_stripname ' ' '' "$arg"
56846
 
+       arg=$func_stripname_result
56847
 
+       ;;
56848
 
 
56849
 
-#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
56850
 
-  /* Skip over the disk name in MSDOS pathnames. */
56851
 
-  if (isalpha ((unsigned char)name[0]) && name[1] == ':')
56852
 
-    name += 2;
56853
 
-#endif
56854
 
+      -Xcompiler)
56855
 
+       prev=xcompiler
56856
 
+       continue
56857
 
+       ;;
56858
 
 
56859
 
-  for (base = name; *name; name++)
56860
 
-    if (IS_DIR_SEPARATOR (*name))
56861
 
-      base = name + 1;
56862
 
-  return base;
56863
 
-}
56864
 
+      -Xlinker)
56865
 
+       prev=xlinker
56866
 
+       continue
56867
 
+       ;;
56868
 
 
56869
 
-int
56870
 
-check_executable(const char * path)
56871
 
-{
56872
 
-  struct stat st;
56873
 
+      -XCClinker)
56874
 
+       prev=xcclinker
56875
 
+       continue
56876
 
+       ;;
56877
 
 
56878
 
-  DEBUG("(check_executable)  : %s\n", path ? (*path ? path : "EMPTY!") : "NULL!");
56879
 
-  if ((!path) || (!*path))
56880
 
-    return 0;
56881
 
+      # -msg_* for osf cc
56882
 
+      -msg_*)
56883
 
+       func_quote_for_eval "$arg"
56884
 
+       arg="$func_quote_for_eval_result"
56885
 
+       ;;
56886
 
 
56887
 
-  if ((stat (path, &st) >= 0) &&
56888
 
-      (
56889
 
-        /* MinGW & native WIN32 do not support S_IXOTH or S_IXGRP */
56890
 
-#if defined (S_IXOTH)
56891
 
-       ((st.st_mode & S_IXOTH) == S_IXOTH) ||
56892
 
-#endif
56893
 
-#if defined (S_IXGRP)
56894
 
-       ((st.st_mode & S_IXGRP) == S_IXGRP) ||
56895
 
-#endif
56896
 
-       ((st.st_mode & S_IXUSR) == S_IXUSR))
56897
 
-      )
56898
 
-    return 1;
56899
 
-  else
56900
 
-    return 0;
56901
 
-}
56902
 
+      # -64, -mips[0-9] enable 64-bit mode on the SGI compiler
56903
 
+      # -r[0-9][0-9]* specifies the processor on the SGI compiler
56904
 
+      # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler
56905
 
+      # +DA*, +DD* enable 64-bit mode on the HP compiler
56906
 
+      # -q* pass through compiler args for the IBM compiler
56907
 
+      # -m*, -t[45]*, -txscale* pass through architecture-specific
56908
 
+      # compiler args for GCC
56909
 
+      # -F/path gives path to uninstalled frameworks, gcc on darwin
56910
 
+      # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC
56911
 
+      # @file GCC response files
56912
 
+      -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
56913
 
+      -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*)
56914
 
+        func_quote_for_eval "$arg"
56915
 
+       arg="$func_quote_for_eval_result"
56916
 
+        func_append compile_command " $arg"
56917
 
+        func_append finalize_command " $arg"
56918
 
+        compiler_flags="$compiler_flags $arg"
56919
 
+        continue
56920
 
+        ;;
56921
 
 
56922
 
-/* Searches for the full path of the wrapper.  Returns
56923
 
-   newly allocated full path name if found, NULL otherwise */
56924
 
-char *
56925
 
-find_executable (const char* wrapper)
56926
 
-{
56927
 
-  int has_slash = 0;
56928
 
-  const char* p;
56929
 
-  const char* p_next;
56930
 
-  /* static buffer for getcwd */
56931
 
-  char tmp[LT_PATHMAX + 1];
56932
 
-  int tmp_len;
56933
 
-  char* concat_name;
56934
 
+      # Some other compiler flag.
56935
 
+      -* | +*)
56936
 
+        func_quote_for_eval "$arg"
56937
 
+       arg="$func_quote_for_eval_result"
56938
 
+       ;;
56939
 
 
56940
 
-  DEBUG("(find_executable)  : %s\n", wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!");
56941
 
+      *.$objext)
56942
 
+       # A standard object.
56943
 
+       objs="$objs $arg"
56944
 
+       ;;
56945
 
 
56946
 
-  if ((wrapper == NULL) || (*wrapper == '\0'))
56947
 
-    return NULL;
56948
 
+      *.lo)
56949
 
+       # A libtool-controlled object.
56950
 
 
56951
 
-  /* Absolute path? */
56952
 
-#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
56953
 
-  if (isalpha ((unsigned char)wrapper[0]) && wrapper[1] == ':')
56954
 
-  {
56955
 
-    concat_name = xstrdup (wrapper);
56956
 
-    if (check_executable(concat_name))
56957
 
-      return concat_name;
56958
 
-    XFREE(concat_name);
56959
 
-  }
56960
 
-  else
56961
 
-  {
56962
 
-#endif
56963
 
-    if (IS_DIR_SEPARATOR (wrapper[0]))
56964
 
-    {
56965
 
-      concat_name = xstrdup (wrapper);
56966
 
-      if (check_executable(concat_name))
56967
 
-        return concat_name;
56968
 
-      XFREE(concat_name);
56969
 
-    }
56970
 
-#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
56971
 
-  }
56972
 
-#endif
56973
 
+       # Check to see that this really is a libtool object.
56974
 
+       if func_lalib_unsafe_p "$arg"; then
56975
 
+         pic_object=
56976
 
+         non_pic_object=
56977
 
 
56978
 
-  for (p = wrapper; *p; p++)
56979
 
-    if (*p == '/')
56980
 
-    {
56981
 
-      has_slash = 1;
56982
 
-      break;
56983
 
-    }
56984
 
-  if (!has_slash)
56985
 
-  {
56986
 
-    /* no slashes; search PATH */
56987
 
-    const char* path = getenv ("PATH");
56988
 
-    if (path != NULL)
56989
 
-    {
56990
 
-      for (p = path; *p; p = p_next)
56991
 
-      {
56992
 
-        const char* q;
56993
 
-        size_t p_len;
56994
 
-        for (q = p; *q; q++)
56995
 
-          if (IS_PATH_SEPARATOR(*q))
56996
 
-            break;
56997
 
-        p_len = q - p;
56998
 
-        p_next = (*q == '\0' ? q : q + 1);
56999
 
-        if (p_len == 0)
57000
 
-        {
57001
 
-          /* empty path: current directory */
57002
 
-          if (getcwd (tmp, LT_PATHMAX) == NULL)
57003
 
-            lt_fatal ("getcwd failed");
57004
 
-          tmp_len = strlen(tmp);
57005
 
-          concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1);
57006
 
-          memcpy (concat_name, tmp, tmp_len);
57007
 
-          concat_name[tmp_len] = '/';
57008
 
-          strcpy (concat_name + tmp_len + 1, wrapper);
57009
 
-        }
57010
 
-        else
57011
 
-        {
57012
 
-          concat_name = XMALLOC(char, p_len + 1 + strlen(wrapper) + 1);
57013
 
-          memcpy (concat_name, p, p_len);
57014
 
-          concat_name[p_len] = '/';
57015
 
-          strcpy (concat_name + p_len + 1, wrapper);
57016
 
-        }
57017
 
-        if (check_executable(concat_name))
57018
 
-          return concat_name;
57019
 
-        XFREE(concat_name);
57020
 
-      }
57021
 
-    }
57022
 
-    /* not found in PATH; assume curdir */
57023
 
-  }
57024
 
-  /* Relative path | not found in path: prepend cwd */
57025
 
-  if (getcwd (tmp, LT_PATHMAX) == NULL)
57026
 
-    lt_fatal ("getcwd failed");
57027
 
-  tmp_len = strlen(tmp);
57028
 
-  concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1);
57029
 
-  memcpy (concat_name, tmp, tmp_len);
57030
 
-  concat_name[tmp_len] = '/';
57031
 
-  strcpy (concat_name + tmp_len + 1, wrapper);
57032
 
+         # Read the .lo file
57033
 
+         func_source "$arg"
57034
 
 
57035
 
-  if (check_executable(concat_name))
57036
 
-    return concat_name;
57037
 
-  XFREE(concat_name);
57038
 
-  return NULL;
57039
 
-}
57040
 
+         if test -z "$pic_object" ||
57041
 
+            test -z "$non_pic_object" ||
57042
 
+            test "$pic_object" = none &&
57043
 
+            test "$non_pic_object" = none; then
57044
 
+           func_fatal_error "cannot find name of object for \`$arg'"
57045
 
+         fi
57046
 
 
57047
 
-char *
57048
 
-strendzap(char *str, const char *pat)
57049
 
-{
57050
 
-  size_t len, patlen;
57051
 
+         # Extract subdirectory from the argument.
57052
 
+         func_dirname "$arg" "/" ""
57053
 
+         xdir="$func_dirname_result"
57054
 
 
57055
 
-  assert(str != NULL);
57056
 
-  assert(pat != NULL);
57057
 
+         if test "$pic_object" != none; then
57058
 
+           # Prepend the subdirectory the object is found in.
57059
 
+           pic_object="$xdir$pic_object"
57060
 
 
57061
 
-  len = strlen(str);
57062
 
-  patlen = strlen(pat);
57063
 
+           if test "$prev" = dlfiles; then
57064
 
+             if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
57065
 
+               dlfiles="$dlfiles $pic_object"
57066
 
+               prev=
57067
 
+               continue
57068
 
+             else
57069
 
+               # If libtool objects are unsupported, then we need to preload.
57070
 
+               prev=dlprefiles
57071
 
+             fi
57072
 
+           fi
57073
 
 
57074
 
-  if (patlen <= len)
57075
 
-  {
57076
 
-    str += len - patlen;
57077
 
-    if (strcmp(str, pat) == 0)
57078
 
-      *str = '\0';
57079
 
-  }
57080
 
-  return str;
57081
 
-}
57082
 
+           # CHECK ME:  I think I busted this.  -Ossama
57083
 
+           if test "$prev" = dlprefiles; then
57084
 
+             # Preload the old-style object.
57085
 
+             dlprefiles="$dlprefiles $pic_object"
57086
 
+             prev=
57087
 
+           fi
57088
 
 
57089
 
-static void
57090
 
-lt_error_core (int exit_status, const char * mode,
57091
 
-          const char * message, va_list ap)
57092
 
-{
57093
 
-  fprintf (stderr, "%s: %s: ", program_name, mode);
57094
 
-  vfprintf (stderr, message, ap);
57095
 
-  fprintf (stderr, ".\n");
57096
 
+           # A PIC object.
57097
 
+           func_append libobjs " $pic_object"
57098
 
+           arg="$pic_object"
57099
 
+         fi
57100
 
 
57101
 
-  if (exit_status >= 0)
57102
 
-    exit (exit_status);
57103
 
-}
57104
 
+         # Non-PIC object.
57105
 
+         if test "$non_pic_object" != none; then
57106
 
+           # Prepend the subdirectory the object is found in.
57107
 
+           non_pic_object="$xdir$non_pic_object"
57108
 
 
57109
 
-void
57110
 
-lt_fatal (const char *message, ...)
57111
 
-{
57112
 
-  va_list ap;
57113
 
-  va_start (ap, message);
57114
 
-  lt_error_core (EXIT_FAILURE, "FATAL", message, ap);
57115
 
-  va_end (ap);
57116
 
-}
57117
 
-EOF
57118
 
-          # we should really use a build-platform specific compiler
57119
 
-          # here, but OTOH, the wrappers (shell script and this C one)
57120
 
-          # are only useful if you want to execute the "real" binary.
57121
 
-          # Since the "real" binary is built for $host, then this
57122
 
-          # wrapper might as well be built for $host, too.
57123
 
-          $run $LTCC $LTCFLAGS -s -o $cwrapper $cwrappersource
57124
 
-          ;;
57125
 
-        esac
57126
 
-        $rm $output
57127
 
-        trap "$rm $output; exit $EXIT_FAILURE" 1 2 15
57128
 
+           # A standard non-PIC object
57129
 
+           func_append non_pic_objects " $non_pic_object"
57130
 
+           if test -z "$pic_object" || test "$pic_object" = none ; then
57131
 
+             arg="$non_pic_object"
57132
 
+           fi
57133
 
+         else
57134
 
+           # If the PIC object exists, use it instead.
57135
 
+           # $xdir was prepended to $pic_object above.
57136
 
+           non_pic_object="$pic_object"
57137
 
+           func_append non_pic_objects " $non_pic_object"
57138
 
+         fi
57139
 
+       else
57140
 
+         # Only an error if not doing a dry-run.
57141
 
+         if $opt_dry_run; then
57142
 
+           # Extract subdirectory from the argument.
57143
 
+           func_dirname "$arg" "/" ""
57144
 
+           xdir="$func_dirname_result"
57145
 
 
57146
 
-       $echo > $output "\
57147
 
-#! $SHELL
57148
 
+           func_lo2o "$arg"
57149
 
+           pic_object=$xdir$objdir/$func_lo2o_result
57150
 
+           non_pic_object=$xdir$func_lo2o_result
57151
 
+           func_append libobjs " $pic_object"
57152
 
+           func_append non_pic_objects " $non_pic_object"
57153
 
+         else
57154
 
+           func_fatal_error "\`$arg' is not a valid libtool object"
57155
 
+         fi
57156
 
+       fi
57157
 
+       ;;
57158
 
 
57159
 
-# $output - temporary wrapper script for $objdir/$outputname
57160
 
-# Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP
57161
 
-#
57162
 
-# The $output program cannot be directly executed until all the libtool
57163
 
-# libraries that it depends on are installed.
57164
 
-#
57165
 
-# This wrapper script should never be moved out of the build directory.
57166
 
-# If it is, it will not operate correctly.
57167
 
+      *.$libext)
57168
 
+       # An archive.
57169
 
+       deplibs="$deplibs $arg"
57170
 
+       old_deplibs="$old_deplibs $arg"
57171
 
+       continue
57172
 
+       ;;
57173
 
 
57174
 
-# Sed substitution that helps us do robust quoting.  It backslashifies
57175
 
-# metacharacters that are still active within double-quoted strings.
57176
 
-Xsed='${SED} -e 1s/^X//'
57177
 
-sed_quote_subst='$sed_quote_subst'
57178
 
+      *.la)
57179
 
+       # A libtool-controlled library.
57180
 
 
57181
 
-# Be Bourne compatible (taken from Autoconf:_AS_BOURNE_COMPATIBLE).
57182
 
-if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then
57183
 
-  emulate sh
57184
 
-  NULLCMD=:
57185
 
-  # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which
57186
 
-  # is contrary to our usage.  Disable this feature.
57187
 
-  alias -g '\${1+\"\$@\"}'='\"\$@\"'
57188
 
-  setopt NO_GLOB_SUBST
57189
 
-else
57190
 
-  case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac
57191
 
-fi
57192
 
-BIN_SH=xpg4; export BIN_SH # for Tru64
57193
 
-DUALCASE=1; export DUALCASE # for MKS sh
57194
 
+       if test "$prev" = dlfiles; then
57195
 
+         # This library was specified with -dlopen.
57196
 
+         dlfiles="$dlfiles $arg"
57197
 
+         prev=
57198
 
+       elif test "$prev" = dlprefiles; then
57199
 
+         # The library was specified with -dlpreopen.
57200
 
+         dlprefiles="$dlprefiles $arg"
57201
 
+         prev=
57202
 
+       else
57203
 
+         deplibs="$deplibs $arg"
57204
 
+       fi
57205
 
+       continue
57206
 
+       ;;
57207
 
 
57208
 
-# The HP-UX ksh and POSIX shell print the target directory to stdout
57209
 
-# if CDPATH is set.
57210
 
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
57211
 
+      # Some other compiler argument.
57212
 
+      *)
57213
 
+       # Unknown arguments in both finalize_command and compile_command need
57214
 
+       # to be aesthetically quoted because they are evaled later.
57215
 
+       func_quote_for_eval "$arg"
57216
 
+       arg="$func_quote_for_eval_result"
57217
 
+       ;;
57218
 
+      esac # arg
57219
 
 
57220
 
-relink_command=\"$relink_command\"
57221
 
+      # Now actually substitute the argument into the commands.
57222
 
+      if test -n "$arg"; then
57223
 
+       func_append compile_command " $arg"
57224
 
+       func_append finalize_command " $arg"
57225
 
+      fi
57226
 
+    done # argument parsing loop
57227
 
 
57228
 
-# This environment variable determines our operation mode.
57229
 
-if test \"\$libtool_install_magic\" = \"$magic\"; then
57230
 
-  # install mode needs the following variable:
57231
 
-  notinst_deplibs='$notinst_deplibs'
57232
 
-else
57233
 
-  # When we are sourced in execute mode, \$file and \$echo are already set.
57234
 
-  if test \"\$libtool_execute_magic\" != \"$magic\"; then
57235
 
-    echo=\"$qecho\"
57236
 
-    file=\"\$0\"
57237
 
-    # Make sure echo works.
57238
 
-    if test \"X\$1\" = X--no-reexec; then
57239
 
-      # Discard the --no-reexec flag, and continue.
57240
 
-      shift
57241
 
-    elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then
57242
 
-      # Yippee, \$echo works!
57243
 
-      :
57244
 
-    else
57245
 
-      # Restart under the correct shell, and then maybe \$echo will work.
57246
 
-      exec $SHELL \"\$0\" --no-reexec \${1+\"\$@\"}
57247
 
+    test -n "$prev" && \
57248
 
+      func_fatal_help "the \`$prevarg' option requires an argument"
57249
 
+
57250
 
+    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
57251
 
+      eval arg=\"$export_dynamic_flag_spec\"
57252
 
+      func_append compile_command " $arg"
57253
 
+      func_append finalize_command " $arg"
57254
 
     fi
57255
 
-  fi\
57256
 
-"
57257
 
-       $echo >> $output "\
57258
 
 
57259
 
-  # Find the directory that this script lives in.
57260
 
-  thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
57261
 
-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
57262
 
+    oldlibs=
57263
 
+    # calculate the name of the file, without its directory
57264
 
+    func_basename "$output"
57265
 
+    outputname="$func_basename_result"
57266
 
+    libobjs_save="$libobjs"
57267
 
 
57268
 
-  # Follow symbolic links until we get to the real thisdir.
57269
 
-  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
57270
 
-  while test -n \"\$file\"; do
57271
 
-    destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
57272
 
+    if test -n "$shlibpath_var"; then
57273
 
+      # get the directories listed in $shlibpath_var
57274
 
+      eval shlib_search_path=\`\$ECHO \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
57275
 
+    else
57276
 
+      shlib_search_path=
57277
 
+    fi
57278
 
+    eval sys_lib_search_path=\"$sys_lib_search_path_spec\"
57279
 
+    eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\"
57280
 
 
57281
 
-    # If there was a directory component, then change thisdir.
57282
 
-    if test \"x\$destdir\" != \"x\$file\"; then
57283
 
-      case \"\$destdir\" in
57284
 
-      [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;;
57285
 
-      *) thisdir=\"\$thisdir/\$destdir\" ;;
57286
 
+    func_dirname "$output" "/" ""
57287
 
+    output_objdir="$func_dirname_result$objdir"
57288
 
+    # Create the object directory.
57289
 
+    func_mkdir_p "$output_objdir"
57290
 
+
57291
 
+    # Determine the type of output
57292
 
+    case $output in
57293
 
+    "")
57294
 
+      func_fatal_help "you must specify an output file"
57295
 
+      ;;
57296
 
+    *.$libext) linkmode=oldlib ;;
57297
 
+    *.lo | *.$objext) linkmode=obj ;;
57298
 
+    *.la) linkmode=lib ;;
57299
 
+    *) linkmode=prog ;; # Anything else should be a program.
57300
 
+    esac
57301
 
+
57302
 
+    specialdeplibs=
57303
 
+
57304
 
+    libs=
57305
 
+    # Find all interdependent deplibs by searching for libraries
57306
 
+    # that are linked more than once (e.g. -la -lb -la)
57307
 
+    for deplib in $deplibs; do
57308
 
+      if $opt_duplicate_deps ; then
57309
 
+       case "$libs " in
57310
 
+       *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
57311
 
+       esac
57312
 
+      fi
57313
 
+      libs="$libs $deplib"
57314
 
+    done
57315
 
+
57316
 
+    if test "$linkmode" = lib; then
57317
 
+      libs="$predeps $libs $compiler_lib_search_path $postdeps"
57318
 
+
57319
62119
+      # Compute libraries that are listed more than once in $predeps
57320
62120
+      # $postdeps and mark them as special (i.e., whose duplicates are
57321
62121
+      # not to be eliminated).
57330
62130
+      fi
57331
62131
+      pre_post_deps=
57332
62132
+    fi
57333
 
+
 
62133
 
 
62134
-#ifndef PATH_SEPARATOR_2
 
62135
-# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR)
 
62136
-#else /* PATH_SEPARATOR_2 */
 
62137
-# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2)
 
62138
-#endif /* PATH_SEPARATOR_2 */
57334
62139
+    deplibs=
57335
62140
+    newdependency_libs=
57336
62141
+    newlib_search_path=
57337
62142
+    need_relink=no # whether we're linking any uninstalled libtool libraries
57338
62143
+    notinst_deplibs= # not-installed libtool libraries
57339
62144
+    notinst_path= # paths that contain not-installed libtool libraries
57340
 
+
 
62145
 
 
62146
-#define XMALLOC(type, num)      ((type *) xmalloc ((num) * sizeof(type)))
 
62147
-#define XFREE(stale) do { \
 
62148
-  if (stale) { free ((void *) stale); stale = 0; } \
 
62149
-} while (0)
57341
62150
+    case $linkmode in
57342
62151
+    lib)
57343
62152
+       passes="conv dlpreopen link"
57361
62170
+    *)  passes="conv"
57362
62171
+       ;;
57363
62172
+    esac
57364
 
+
 
62173
 
 
62174
-/* -DDEBUG is fairly common in CFLAGS.  */
 
62175
-#undef DEBUG
 
62176
-#if defined DEBUGWRAPPER
 
62177
-# define DEBUG(format, ...) fprintf(stderr, format, __VA_ARGS__)
 
62178
-#else
 
62179
-# define DEBUG(format, ...)
 
62180
-#endif
57365
62181
+    for pass in $passes; do
57366
62182
+      # The preopen pass in lib mode reverses $deplibs; put it back here
57367
62183
+      # so that -L comes before libs that need it for instance...
57374
62190
+       done
57375
62191
+       deplibs="$tmp_deplibs"
57376
62192
+      fi
57377
 
+
 
62193
 
 
62194
-const char *program_name = NULL;
57378
62195
+      if test "$linkmode,$pass" = "lib,link" ||
57379
62196
+        test "$linkmode,$pass" = "prog,scan"; then
57380
62197
+       libs="$deplibs"
57398
62215
+         case $lib in
57399
62216
+         *.la) func_source "$lib" ;;
57400
62217
+         esac
57401
 
+
 
62218
 
 
62219
-void * xmalloc (size_t num);
 
62220
-char * xstrdup (const char *string);
 
62221
-const char * base_name (const char *name);
 
62222
-char * find_executable(const char *wrapper);
 
62223
-int    check_executable(const char *path);
 
62224
-char * strendzap(char *str, const char *pat);
 
62225
-void lt_fatal (const char *message, ...);
57402
62226
+         # Collect preopened libtool deplibs, except any this library
57403
62227
+         # has declared as weak libs
57404
62228
+         for deplib in $dependency_libs; do
57416
62240
+       save_deplibs="$deplibs"
57417
62241
+       deplibs=
57418
62242
+      fi
57419
 
+
 
62243
 
 
62244
-int
 
62245
-main (int argc, char *argv[])
 
62246
-{
 
62247
-  char **newargz;
 
62248
-  int i;
57420
62249
+      for deplib in $libs; do
57421
62250
+       lib=
57422
62251
+       found=no
57640
62469
+         continue
57641
62470
+         ;;
57642
62471
+       esac # case $deplib
57643
 
+
 
62472
 
 
62473
-  program_name = (char *) xstrdup (base_name (argv[0]));
 
62474
-  DEBUG("(main) argv[0]      : %s\n",argv[0]);
 
62475
-  DEBUG("(main) program_name : %s\n",program_name);
 
62476
-  newargz = XMALLOC(char *, argc+2);
 
62477
-EOF
57644
62478
+       if test "$found" = yes || test -f "$lib"; then :
57645
62479
+       else
57646
62480
+         func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
57647
62481
+       fi
57648
 
+
 
62482
 
 
62483
-            cat >> $cwrappersource <<EOF
 
62484
-  newargz[0] = (char *) xstrdup("$SHELL");
 
62485
-EOF
57649
62486
+       # Check to see that this really is a libtool archive.
57650
62487
+       func_lalib_unsafe_p "$lib" \
57651
62488
+         || func_fatal_error "\`$lib' is not a valid libtool archive"
57652
 
+
 
62489
 
 
62490
-            cat >> $cwrappersource <<"EOF"
 
62491
-  newargz[1] = find_executable(argv[0]);
 
62492
-  if (newargz[1] == NULL)
 
62493
-    lt_fatal("Couldn't find %s", argv[0]);
 
62494
-  DEBUG("(main) found exe at : %s\n",newargz[1]);
 
62495
-  /* we know the script has the same name, without the .exe */
 
62496
-  /* so make sure newargz[1] doesn't end in .exe */
 
62497
-  strendzap(newargz[1],".exe");
 
62498
-  for (i = 1; i < argc; i++)
 
62499
-    newargz[i+1] = xstrdup(argv[i]);
 
62500
-  newargz[argc+1] = NULL;
57653
62501
+       func_dirname "$lib" "" "."
57654
62502
+       ladir="$func_dirname_result"
57655
 
+
 
62503
 
 
62504
-  for (i=0; i<argc+1; i++)
 
62505
-  {
 
62506
-    DEBUG("(main) newargz[%d]   : %s\n",i,newargz[i]);
 
62507
-    ;
 
62508
-  }
57656
62509
+       dlname=
57657
62510
+       dlopen=
57658
62511
+       dlpreopen=
57665
62518
+       installed=yes
57666
62519
+       shouldnotlink=no
57667
62520
+       avoidtemprpath=
57668
 
+
57669
 
+
 
62521
 
 
62522
-EOF
 
62523
 
 
62524
-            case $host_os in
 
62525
-              mingw*)
 
62526
-                cat >> $cwrappersource <<EOF
 
62527
-  execv("$SHELL",(char const **)newargz);
 
62528
-EOF
 
62529
-              ;;
 
62530
-              *)
 
62531
-                cat >> $cwrappersource <<EOF
 
62532
-  execv("$SHELL",newargz);
 
62533
-EOF
 
62534
-              ;;
 
62535
-            esac
57670
62536
+       # Read the .la file
57671
62537
+       func_source "$lib"
57672
 
+
 
62538
 
 
62539
-            cat >> $cwrappersource <<"EOF"
 
62540
-  return 127;
 
62541
-}
57673
62542
+       # Convert "-framework foo" to "foo.ltframework"
57674
62543
+       if test -n "$inherited_linker_flags"; then
57675
62544
+         tmp_inherited_linker_flags=`$ECHO "X$inherited_linker_flags" | $Xsed -e 's/-framework \([^ $]*\)/\1.ltframework/g'`
57687
62556
+         test -n "$dlopen" && dlfiles="$dlfiles $dlopen"
57688
62557
+         test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen"
57689
62558
+       fi
57690
 
+
 
62559
 
 
62560
-void *
 
62561
-xmalloc (size_t num)
 
62562
-{
 
62563
-  void * p = (void *) malloc (num);
 
62564
-  if (!p)
 
62565
-    lt_fatal ("Memory exhausted");
57691
62566
+       if test "$pass" = conv; then
57692
62567
+         # Only check for convenience libraries
57693
62568
+         deplibs="$lib $deplibs"
57713
62588
+         done
57714
62589
+         continue
57715
62590
+       fi # $pass = conv
57716
 
+
57717
 
+
 
62591
 
 
62592
-  return p;
 
62593
-}
 
62594
 
 
62595
-char *
 
62596
-xstrdup (const char *string)
 
62597
-{
 
62598
-  return string ? strcpy ((char *) xmalloc (strlen (string) + 1), string) : NULL
 
62599
-;
 
62600
-}
57718
62601
+       # Get the name of the library we link against.
57719
62602
+       linklib=
57720
62603
+       for l in $old_library $library_names; do
57723
62606
+       if test -z "$linklib"; then
57724
62607
+         func_fatal_error "cannot find name of link library for \`$lib'"
57725
62608
+       fi
57726
 
+
 
62609
 
 
62610
-const char *
 
62611
-base_name (const char *name)
 
62612
-{
 
62613
-  const char *base;
57727
62614
+       # This library was specified with -dlopen.
57728
62615
+       if test "$pass" = dlopen; then
57729
62616
+         if test -z "$libdir"; then
57742
62629
+         fi
57743
62630
+         continue
57744
62631
+       fi # $pass = dlopen
57745
 
+
 
62632
 
 
62633
-#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
 
62634
-  /* Skip over the disk name in MSDOS pathnames. */
 
62635
-  if (isalpha ((unsigned char)name[0]) && name[1] == ':')
 
62636
-    name += 2;
 
62637
-#endif
57746
62638
+       # We need an absolute path.
57747
62639
+       case $ladir in
57748
62640
+       [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;;
57757
62649
+       esac
57758
62650
+       func_basename "$lib"
57759
62651
+       laname="$func_basename_result"
57760
 
+
 
62652
 
 
62653
-  for (base = name; *name; name++)
 
62654
-    if (IS_DIR_SEPARATOR (*name))
 
62655
-      base = name + 1;
 
62656
-  return base;
 
62657
-}
57761
62658
+       # Find the relevant object directory and library name.
57762
62659
+       if test "X$installed" = Xyes; then
57763
62660
+         if test ! -f "$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then
57785
62682
+       fi # $installed = yes
57786
62683
+       func_stripname 'lib' '.la' "$laname"
57787
62684
+       name=$func_stripname_result
57788
 
+
 
62685
 
 
62686
-int
 
62687
-check_executable(const char * path)
 
62688
-{
 
62689
-  struct stat st;
57789
62690
+       # This library was specified with -dlpreopen.
57790
62691
+       if test "$pass" = dlpreopen; then
57791
62692
+         if test -z "$libdir" && test "$linkmode" = prog; then
57806
62707
+           newdlprefiles="$newdlprefiles $dir/$linklib"
57807
62708
+         fi
57808
62709
+       fi # $pass = dlpreopen
57809
 
+
 
62710
 
 
62711
-  DEBUG("(check_executable)  : %s\n", path ? (*path ? path : "EMPTY!") : "NULL!");
 
62712
-  if ((!path) || (!*path))
 
62713
-    return 0;
57810
62714
+       if test -z "$libdir"; then
57811
62715
+         # Link the convenience library
57812
62716
+         if test "$linkmode" = lib; then
57819
62723
+         fi
57820
62724
+         continue
57821
62725
+       fi
57822
 
+
57823
 
+
 
62726
 
 
62727
-  if ((stat (path, &st) >= 0) &&
 
62728
-      (
 
62729
-        /* MinGW & native WIN32 do not support S_IXOTH or S_IXGRP */
 
62730
-#if defined (S_IXOTH)
 
62731
-       ((st.st_mode & S_IXOTH) == S_IXOTH) ||
 
62732
-#endif
 
62733
-#if defined (S_IXGRP)
 
62734
-       ((st.st_mode & S_IXGRP) == S_IXGRP) ||
 
62735
-#endif
 
62736
-       ((st.st_mode & S_IXUSR) == S_IXUSR))
 
62737
-      )
 
62738
-    return 1;
 
62739
-  else
 
62740
-    return 0;
 
62741
-}
 
62742
 
 
62743
-/* Searches for the full path of the wrapper.  Returns
 
62744
-   newly allocated full path name if found, NULL otherwise */
 
62745
-char *
 
62746
-find_executable (const char* wrapper)
 
62747
-{
 
62748
-  int has_slash = 0;
 
62749
-  const char* p;
 
62750
-  const char* p_next;
 
62751
-  /* static buffer for getcwd */
 
62752
-  char tmp[LT_PATHMAX + 1];
 
62753
-  int tmp_len;
 
62754
-  char* concat_name;
57824
62755
+       if test "$linkmode" = prog && test "$pass" != link; then
57825
62756
+         newlib_search_path="$newlib_search_path $ladir"
57826
62757
+         deplibs="$lib $deplibs"
57827
 
+
 
62758
 
 
62759
-  DEBUG("(find_executable)  : %s\n", wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!");
57828
62760
+         linkalldeplibs=no
57829
62761
+         if test "$link_all_deplibs" != no || test -z "$library_names" ||
57830
62762
+            test "$build_libtool_libs" = no; then
57831
62763
+           linkalldeplibs=yes
57832
62764
+         fi
57833
 
+
 
62765
 
 
62766
-  if ((wrapper == NULL) || (*wrapper == '\0'))
 
62767
-    return NULL;
57834
62768
+         tmp_libs=
57835
62769
+         for deplib in $dependency_libs; do
57836
62770
+           case $deplib in
57855
62789
+         done # for deplib
57856
62790
+         continue
57857
62791
+       fi # $linkmode = prog...
57858
 
+
 
62792
 
 
62793
-  /* Absolute path? */
 
62794
-#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
 
62795
-  if (isalpha ((unsigned char)wrapper[0]) && wrapper[1] == ':')
 
62796
-  {
 
62797
-    concat_name = xstrdup (wrapper);
 
62798
-    if (check_executable(concat_name))
 
62799
-      return concat_name;
 
62800
-    XFREE(concat_name);
 
62801
-  }
 
62802
-  else
 
62803
-  {
 
62804
-#endif
 
62805
-    if (IS_DIR_SEPARATOR (wrapper[0]))
 
62806
-    {
 
62807
-      concat_name = xstrdup (wrapper);
 
62808
-      if (check_executable(concat_name))
 
62809
-        return concat_name;
 
62810
-      XFREE(concat_name);
 
62811
-    }
 
62812
-#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
 
62813
-  }
 
62814
-#endif
57859
62815
+       if test "$linkmode,$pass" = "prog,link"; then
57860
62816
+         if test -n "$library_names" &&
57861
62817
+            { { test "$prefer_static_libs" = no ||
57869
62825
+             *) temp_rpath="$temp_rpath$absdir:" ;;
57870
62826
+             esac
57871
62827
+           fi
57872
 
+
 
62828
 
 
62829
-  for (p = wrapper; *p; p++)
 
62830
-    if (*p == '/')
 
62831
-    {
 
62832
-      has_slash = 1;
 
62833
-      break;
 
62834
-    }
 
62835
-  if (!has_slash)
 
62836
-  {
 
62837
-    /* no slashes; search PATH */
 
62838
-    const char* path = getenv ("PATH");
 
62839
-    if (path != NULL)
 
62840
-    {
 
62841
-      for (p = path; *p; p = p_next)
 
62842
-      {
 
62843
-        const char* q;
 
62844
-        size_t p_len;
 
62845
-        for (q = p; *q; q++)
 
62846
-          if (IS_PATH_SEPARATOR(*q))
 
62847
-            break;
 
62848
-        p_len = q - p;
 
62849
-        p_next = (*q == '\0' ? q : q + 1);
 
62850
-        if (p_len == 0)
 
62851
-        {
 
62852
-          /* empty path: current directory */
 
62853
-          if (getcwd (tmp, LT_PATHMAX) == NULL)
 
62854
-            lt_fatal ("getcwd failed");
 
62855
-          tmp_len = strlen(tmp);
 
62856
-          concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1);
 
62857
-          memcpy (concat_name, tmp, tmp_len);
 
62858
-          concat_name[tmp_len] = '/';
 
62859
-          strcpy (concat_name + tmp_len + 1, wrapper);
 
62860
-        }
 
62861
-        else
 
62862
-        {
 
62863
-          concat_name = XMALLOC(char, p_len + 1 + strlen(wrapper) + 1);
 
62864
-          memcpy (concat_name, p, p_len);
 
62865
-          concat_name[p_len] = '/';
 
62866
-          strcpy (concat_name + p_len + 1, wrapper);
 
62867
-        }
 
62868
-        if (check_executable(concat_name))
 
62869
-          return concat_name;
 
62870
-        XFREE(concat_name);
 
62871
-      }
 
62872
-    }
 
62873
-    /* not found in PATH; assume curdir */
 
62874
-  }
 
62875
-  /* Relative path | not found in path: prepend cwd */
 
62876
-  if (getcwd (tmp, LT_PATHMAX) == NULL)
 
62877
-    lt_fatal ("getcwd failed");
 
62878
-  tmp_len = strlen(tmp);
 
62879
-  concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1);
 
62880
-  memcpy (concat_name, tmp, tmp_len);
 
62881
-  concat_name[tmp_len] = '/';
 
62882
-  strcpy (concat_name + tmp_len + 1, wrapper);
57873
62883
+           # Hardcode the library path.
57874
62884
+           # Skip directories that are in the system default run-time
57875
62885
+           # search path.
57892
62902
+             ;;
57893
62903
+           esac
57894
62904
+         fi # $linkmode,$pass = prog,link...
57895
 
+
 
62905
 
 
62906
-  if (check_executable(concat_name))
 
62907
-    return concat_name;
 
62908
-  XFREE(concat_name);
 
62909
-  return NULL;
 
62910
-}
 
62911
-
 
62912
-char *
 
62913
-strendzap(char *str, const char *pat)
 
62914
-{
 
62915
-  size_t len, patlen;
 
62916
-
 
62917
-  assert(str != NULL);
 
62918
-  assert(pat != NULL);
 
62919
-
 
62920
-  len = strlen(str);
 
62921
-  patlen = strlen(pat);
57896
62922
+         if test "$alldeplibs" = yes &&
57897
62923
+            { test "$deplibs_check_method" = pass_all ||
57898
62924
+              { test "$build_libtool_libs" = yes &&
57901
62927
+           continue
57902
62928
+         fi
57903
62929
+       fi
57904
 
+
 
62930
 
 
62931
-  if (patlen <= len)
 
62932
-  {
 
62933
-    str += len - patlen;
 
62934
-    if (strcmp(str, pat) == 0)
 
62935
-      *str = '\0';
 
62936
-  }
 
62937
-  return str;
 
62938
-}
57905
62939
+       link_static=no # Whether the deplib will be linked statically
57906
62940
+       use_static_libs=$prefer_static_libs
57907
62941
+       if test "$use_static_libs" = built && test "$installed" = yes; then
57910
62944
+       if test -n "$library_names" &&
57911
62945
+          { test "$use_static_libs" = no || test -z "$old_library"; }; then
57912
62946
+         case $host in
57913
 
+         *cygwin* | *mingw* | *cegcc*)
 
62947
+         *cygwin* | *mingw*)
57914
62948
+             # No point in relinking DLLs because paths are not encoded
57915
62949
+             notinst_deplibs="$notinst_deplibs $lib"
57916
62950
+             need_relink=no
57923
62957
+           ;;
57924
62958
+         esac
57925
62959
+         # This is a shared library
57926
 
+
 
62960
 
 
62961
-static void
 
62962
-lt_error_core (int exit_status, const char * mode,
 
62963
-          const char * message, va_list ap)
 
62964
-{
 
62965
-  fprintf (stderr, "%s: %s: ", program_name, mode);
 
62966
-  vfprintf (stderr, message, ap);
 
62967
-  fprintf (stderr, ".\n");
57927
62968
+         # Warn about portability, can't link against -module's on some
57928
62969
+         # systems (darwin).  Don't bleat about dlopened modules though!
57929
62970
+         dlopenmodule=""
57966
63007
+             ;;
57967
63008
+           esac
57968
63009
+         fi
57969
 
+
 
63010
 
 
63011
-  if (exit_status >= 0)
 
63012
-    exit (exit_status);
 
63013
-}
57970
63014
+         if test -n "$old_archive_from_expsyms_cmds"; then
57971
63015
+           # figure out the soname
57972
63016
+           set dummy $library_names
57980
63024
+           elif test -n "$soname_spec"; then
57981
63025
+             # bleh windows
57982
63026
+             case $host in
57983
 
+             *cygwin* | mingw* | *cegcc*)
 
63027
+             *cygwin* | mingw*)
57984
63028
+               func_arith $current - $age
57985
63029
+               major=$func_arith_result
57986
63030
+               versuffix="-$major"
57990
63034
+           else
57991
63035
+             soname="$realname"
57992
63036
+           fi
57993
 
+
 
63037
 
 
63038
-void
 
63039
-lt_fatal (const char *message, ...)
 
63040
-{
 
63041
-  va_list ap;
 
63042
-  va_start (ap, message);
 
63043
-  lt_error_core (EXIT_FAILURE, "FATAL", message, ap);
 
63044
-  va_end (ap);
 
63045
-}
 
63046
-EOF
 
63047
-          # we should really use a build-platform specific compiler
 
63048
-          # here, but OTOH, the wrappers (shell script and this C one)
 
63049
-          # are only useful if you want to execute the "real" binary.
 
63050
-          # Since the "real" binary is built for $host, then this
 
63051
-          # wrapper might as well be built for $host, too.
 
63052
-          $run $LTCC $LTCFLAGS -s -o $cwrapper $cwrappersource
 
63053
-          ;;
 
63054
-        esac
 
63055
-        $rm $output
 
63056
-        trap "$rm $output; exit $EXIT_FAILURE" 1 2 15
57994
63057
+           # Make a new name for the extract_expsyms_cmds to use
57995
63058
+           soroot="$soname"
57996
63059
+           func_basename "$soroot"
57997
63060
+           soname="$func_basename_result"
57998
63061
+           func_stripname 'lib' '.dll' "$soname"
57999
63062
+           newlib=libimp-$func_stripname_result.a
58000
 
+
 
63063
 
 
63064
-       $echo > $output "\
 
63065
-#! $SHELL
58001
63066
+           # If the library has no export list, then create one now
58002
63067
+           if test -f "$output_objdir/$soname-def"; then :
58003
63068
+           else
58004
63069
+             func_verbose "extracting exported symbol list from \`$soname'"
58005
63070
+             func_execute_cmds "$extract_expsyms_cmds" 'exit $?'
58006
63071
+           fi
58007
 
+
 
63072
 
 
63073
-# $output - temporary wrapper script for $objdir/$outputname
 
63074
-# Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP
 
63075
-#
 
63076
-# The $output program cannot be directly executed until all the libtool
 
63077
-# libraries that it depends on are installed.
 
63078
-#
 
63079
-# This wrapper script should never be moved out of the build directory.
 
63080
-# If it is, it will not operate correctly.
58008
63081
+           # Create $newlib
58009
63082
+           if test -f "$output_objdir/$newlib"; then :; else
58010
63083
+             func_verbose "generating import library for \`$soname'"
58014
63087
+           dir=$output_objdir
58015
63088
+           linklib=$newlib
58016
63089
+         fi # test -n "$old_archive_from_expsyms_cmds"
58017
 
+
 
63090
 
 
63091
-# Sed substitution that helps us do robust quoting.  It backslashifies
 
63092
-# metacharacters that are still active within double-quoted strings.
 
63093
-Xsed='${SED} -e 1s/^X//'
 
63094
-sed_quote_subst='$sed_quote_subst'
58018
63095
+         if test "$linkmode" = prog || test "$mode" != relink; then
58019
63096
+           add_shlibpath=
58020
63097
+           add_dir=
58085
63162
+             ;;
58086
63163
+           *) lib_linked=no ;;
58087
63164
+           esac
58088
 
+
 
63165
 
 
63166
-# Be Bourne compatible (taken from Autoconf:_AS_BOURNE_COMPATIBLE).
 
63167
-if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then
 
63168
-  emulate sh
 
63169
-  NULLCMD=:
 
63170
-  # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which
 
63171
-  # is contrary to our usage.  Disable this feature.
 
63172
-  alias -g '\${1+\"\$@\"}'='\"\$@\"'
 
63173
-  setopt NO_GLOB_SUBST
 
63174
-else
 
63175
-  case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac
 
63176
-fi
 
63177
-BIN_SH=xpg4; export BIN_SH # for Tru64
 
63178
-DUALCASE=1; export DUALCASE # for MKS sh
58089
63179
+           if test "$lib_linked" != yes; then
58090
63180
+             func_fatal_configuration "unsupported hardcode properties"
58091
63181
+           fi
58092
 
+
 
63182
 
 
63183
-# The HP-UX ksh and POSIX shell print the target directory to stdout
 
63184
-# if CDPATH is set.
 
63185
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
58093
63186
+           if test -n "$add_shlibpath"; then
58094
63187
+             case :$compile_shlibpath: in
58095
63188
+             *":$add_shlibpath:"*) ;;
58112
63205
+             fi
58113
63206
+           fi
58114
63207
+         fi
58115
 
+
 
63208
 
 
63209
-relink_command=\"$relink_command\"
58116
63210
+         if test "$linkmode" = prog || test "$mode" = relink; then
58117
63211
+           add_shlibpath=
58118
63212
+           add_dir=
58150
63244
+             fi
58151
63245
+             add="-l$name"
58152
63246
+           fi
58153
 
+
 
63247
 
 
63248
-# This environment variable determines our operation mode.
 
63249
-if test \"\$libtool_install_magic\" = \"$magic\"; then
 
63250
-  # install mode needs the following variable:
 
63251
-  notinst_deplibs='$notinst_deplibs'
 
63252
-else
 
63253
-  # When we are sourced in execute mode, \$file and \$echo are already set.
 
63254
-  if test \"\$libtool_execute_magic\" != \"$magic\"; then
 
63255
-    echo=\"$qecho\"
 
63256
-    file=\"\$0\"
 
63257
-    # Make sure echo works.
 
63258
-    if test \"X\$1\" = X--no-reexec; then
 
63259
-      # Discard the --no-reexec flag, and continue.
 
63260
-      shift
 
63261
-    elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then
 
63262
-      # Yippee, \$echo works!
 
63263
-      :
 
63264
-    else
 
63265
-      # Restart under the correct shell, and then maybe \$echo will work.
 
63266
-      exec $SHELL \"\$0\" --no-reexec \${1+\"\$@\"}
 
63267
-    fi
 
63268
-  fi\
 
63269
-"
 
63270
-       $echo >> $output "\
 
63271
-
 
63272
-  # Find the directory that this script lives in.
 
63273
-  thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
 
63274
-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
 
63275
-
 
63276
-  # Follow symbolic links until we get to the real thisdir.
 
63277
-  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
 
63278
-  while test -n \"\$file\"; do
 
63279
-    destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
 
63280
-
 
63281
-    # If there was a directory component, then change thisdir.
 
63282
-    if test \"x\$destdir\" != \"x\$file\"; then
 
63283
-      case \"\$destdir\" in
 
63284
-      [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;;
 
63285
-      *) thisdir=\"\$thisdir/\$destdir\" ;;
 
63286
-      esac
 
63287
-    fi
 
63288
-
 
63289
-    file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
 
63290
-    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
 
63291
-  done
 
63292
-
 
63293
-  # Try to get the absolute directory name.
 
63294
-  absdir=\`cd \"\$thisdir\" && pwd\`
 
63295
-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
 
63296
-"
 
63297
-
 
63298
-       if test "$fast_install" = yes; then
 
63299
-         $echo >> $output "\
 
63300
-  program=lt-'$outputname'$exeext
 
63301
-  progdir=\"\$thisdir/$objdir\"
58154
63302
+           if test "$linkmode" = prog; then
58155
63303
+             test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs"
58156
63304
+             test -n "$add" && finalize_deplibs="$add $finalize_deplibs"
58176
63324
+         if test "$deplibs_check_method" != pass_all; then
58177
63325
+           # We're trying link a shared library against a static one
58178
63326
+           # but the system doesn't support it.
58179
 
+
 
63327
 
 
63328
-  if test ! -f \"\$progdir/\$program\" || \\
 
63329
-     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
 
63330
-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
58180
63331
+           # Just print a warning and add the library to dependency_libs so
58181
63332
+           # that the program can be linked against the static library.
58182
63333
+           $ECHO
58207
63358
+           link_static=yes
58208
63359
+         fi
58209
63360
+       fi # link shared/static library?
58210
 
+
 
63361
 
 
63362
-    file=\"\$\$-\$program\"
58211
63363
+       if test "$linkmode" = lib; then
58212
63364
+         if test -n "$dependency_libs" &&
58213
63365
+            { test "$hardcode_into_libs" != yes ||
58228
63380
+           done
58229
63381
+           dependency_libs="$temp_deplibs"
58230
63382
+         fi
58231
 
+
 
63383
 
 
63384
-    if test ! -d \"\$progdir\"; then
 
63385
-      $mkdir \"\$progdir\"
 
63386
-    else
 
63387
-      $rm \"\$progdir/\$file\"
 
63388
-    fi"
58232
63389
+         newlib_search_path="$newlib_search_path $absdir"
58233
63390
+         # Link against this library
58234
63391
+         test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs"
58243
63400
+           fi
58244
63401
+           tmp_libs="$tmp_libs $deplib"
58245
63402
+         done
58246
 
+
 
63403
 
 
63404
-         $echo >> $output "\
58247
63405
+         if test "$link_all_deplibs" != no; then
58248
63406
+           # Add the search paths of all dependency libraries
58249
63407
+           for deplib in $dependency_libs; do
58294
63452
+                   func_fatal_error "\`$deplib' is not a valid libtool archive"
58295
63453
+                 test "$absdir" != "$libdir" && \
58296
63454
+                   func_warning "\`$deplib' seems to be moved"
58297
 
+
 
63455
 
 
63456
-    # relink executable if necessary
 
63457
-    if test -n \"\$relink_command\"; then
 
63458
-      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
 
63459
-      else
 
63460
-       $echo \"\$relink_command_output\" >&2
 
63461
-       $rm \"\$progdir/\$file\"
 
63462
-       exit $EXIT_FAILURE
58298
63463
+                 path="-L$absdir"
58299
63464
+               fi
58300
63465
+               ;;
58314
63479
+       else
58315
63480
+         compiler_flags="$compiler_flags "`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
58316
63481
+       fi
58317
 
+      fi
 
63482
       fi
 
63483
-    fi
58318
63484
+      dependency_libs="$newdependency_libs"
58319
63485
+      if test "$pass" = dlpreopen; then
58320
63486
+       # Link the dlpreopened libraries before other libraries
58334
63500
+         done
58335
63501
+         newlib_search_path=
58336
63502
+       fi
58337
 
+
 
63503
 
 
63504
-    $mv \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null ||
 
63505
-    { $rm \"\$progdir/\$program\";
 
63506
-      $mv \"\$progdir/\$file\" \"\$progdir/\$program\"; }
 
63507
-    $rm \"\$progdir/\$file\"
 
63508
-  fi"
58338
63509
+       if test "$linkmode,$pass" != "prog,link"; then
58339
63510
+         vars="deplibs"
58340
 
+       else
 
63511
        else
 
63512
-         $echo >> $output "\
 
63513
-  program='$outputname'
 
63514
-  progdir=\"\$thisdir/$objdir\"
 
63515
-"
58341
63516
+         vars="compile_deplibs finalize_deplibs"
58342
 
+       fi
 
63517
        fi
58343
63518
+       for var in $vars dependency_libs; do
58344
63519
+         # Add libraries to $var in reverse order
58345
63520
+         eval tmp_libs=\"\$$var\"
58762
63937
+       tempremovelist=`$ECHO "$output_objdir/*"`
58763
63938
+       for p in $tempremovelist; do
58764
63939
+         case $p in
58765
 
+           *.$objext | *.gcno)
 
63940
+           *.$objext)
58766
63941
+              ;;
58767
63942
+           $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*)
58768
63943
+              if test "X$precious_files_regex" != "X"; then
58833
64008
+      if test "$build_libtool_libs" = yes; then
58834
64009
+       if test -n "$rpath"; then
58835
64010
+         case $host in
58836
 
+         *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc*)
 
64011
+         *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos*)
58837
64012
+           # these systems don't actually have a c library (as such)!
58838
64013
+           ;;
58839
64014
+         *-*-rhapsody* | *-*-darwin1.[012])
59200
64375
+         new_inherited_linker_flags=`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
59201
64376
+         deplibs=`$ECHO "X $deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
59202
64377
+         ;;
59203
 
       esac
59204
 
-    fi
59205
 
 
59206
 
-    file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
59207
 
-    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
59208
 
-  done
 
64378
+      esac
 
64379
+
59209
64380
+      # move library search paths that coincide with paths to not yet
59210
64381
+      # installed libraries to the beginning of the library search list
59211
64382
+      new_libs=
59233
64404
+      done
59234
64405
+      deplibs="$new_libs"
59235
64406
 
59236
 
-  # Try to get the absolute directory name.
59237
 
-  absdir=\`cd \"\$thisdir\" && pwd\`
59238
 
-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
59239
 
-"
 
64407
-       $echo >> $output "\
59240
64408
+      # All the library-specific variables (install_libdir is set above).
59241
64409
+      library_names=
59242
64410
+      old_library=
59243
64411
+      dlname=
59244
 
+
 
64412
 
 
64413
-  if test -f \"\$progdir/\$program\"; then"
59245
64414
+      # Test again, we may have decided not to build it any more
59246
64415
+      if test "$build_libtool_libs" = yes; then
59247
64416
+       if test "$hardcode_into_libs" = yes; then
59297
64466
+         test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs"
59298
64467
+       fi
59299
64468
 
59300
 
-       if test "$fast_install" = yes; then
 
64469
-       # Export our shlibpath_var if we have one.
 
64470
-       if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
59301
64471
-         $echo >> $output "\
59302
 
-  program=lt-'$outputname'$exeext
59303
 
-  progdir=\"\$thisdir/$objdir\"
 
64472
-    # Add our own library path to $shlibpath_var
 
64473
-    $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
59304
64474
+       shlibpath="$finalize_shlibpath"
59305
64475
+       test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
59306
64476
+       if test -n "$shlibpath"; then
59307
64477
+         eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
59308
64478
+       fi
59309
64479
 
59310
 
-  if test ! -f \"\$progdir/\$program\" || \\
59311
 
-     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
59312
 
-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
 
64480
-    # Some systems cannot cope with colon-terminated $shlibpath_var
 
64481
-    # The second colon is a workaround for a bug in BeOS R4 sed
 
64482
-    $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
59313
64483
+       # Get the real and link names of the library.
59314
64484
+       eval shared_ext=\"$shrext_cmds\"
59315
64485
+       eval library_names=\"$library_names_spec\"
59318
64488
+       realname="$1"
59319
64489
+       shift
59320
64490
 
59321
 
-    file=\"\$\$-\$program\"
 
64491
-    export $shlibpath_var
 
64492
-"
59322
64493
+       if test -n "$soname_spec"; then
59323
64494
+         eval soname=\"$soname_spec\"
59324
64495
+       else
59325
64496
+         soname="$realname"
59326
 
+       fi
 
64497
        fi
 
64498
-
 
64499
-       # fixup the dll searchpath if we need to.
 
64500
-       if test -n "$dllsearchpath"; then
 
64501
-         $echo >> $output "\
 
64502
-    # Add the dll search path components to the executable PATH
 
64503
-    PATH=$dllsearchpath:\$PATH
 
64504
-"
59327
64505
+       if test -z "$dlname"; then
59328
64506
+         dlname=$soname
59329
 
+       fi
 
64507
        fi
59330
64508
 
59331
 
-    if test ! -d \"\$progdir\"; then
59332
 
-      $mkdir \"\$progdir\"
59333
 
-    else
59334
 
-      $rm \"\$progdir/\$file\"
59335
 
-    fi"
 
64509
-       $echo >> $output "\
 
64510
-    if test \"\$libtool_execute_magic\" != \"$magic\"; then
 
64511
-      # Run the actual program with our arguments.
 
64512
-"
 
64513
-       case $host in
 
64514
-       # Backslashes separate directories on plain windows
 
64515
-       *-*-mingw | *-*-os2*)
 
64516
-         $echo >> $output "\
 
64517
-      exec \"\$progdir\\\\\$program\" \${1+\"\$@\"}
 
64518
-"
 
64519
-         ;;
59336
64520
+       lib="$output_objdir/$realname"
59337
64521
+       linknames=
59338
64522
+       for link
59340
64524
+         linknames="$linknames $link"
59341
64525
+       done
59342
64526
 
 
64527
-       *)
59343
64528
-         $echo >> $output "\
 
64529
-      exec \"\$progdir/\$program\" \${1+\"\$@\"}
 
64530
-"
59344
64531
+       # Use standard objects if they are pic
59345
64532
+       test -z "$pic_flag" && libobjs=`$ECHO "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
59346
64533
+       test "X$libobjs" = "X " && libobjs=
59347
 
 
59348
 
-    # relink executable if necessary
59349
 
-    if test -n \"\$relink_command\"; then
59350
 
-      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
59351
 
-      else
59352
 
-       $echo \"\$relink_command_output\" >&2
59353
 
-       $rm \"\$progdir/\$file\"
59354
 
-       exit $EXIT_FAILURE
59355
 
-      fi
59356
 
-    fi
 
64534
+
59357
64535
+       delfiles=
59358
64536
+       if test -n "$export_symbols" && test -n "$include_expsyms"; then
59359
64537
+         $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp"
59363
64541
+
59364
64542
+       orig_export_symbols=
59365
64543
+       case $host_os in
59366
 
+       cygwin* | mingw* | cegcc*)
 
64544
+       cygwin* | mingw*)
59367
64545
+         if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
59368
64546
+           # exporting using user supplied symfile
59369
64547
+           if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
59378
64556
+             always_export_symbols=yes
59379
64557
+           fi
59380
64558
+         fi
59381
 
+         ;;
59382
 
+       esac
 
64559
          ;;
 
64560
        esac
 
64561
-       $echo >> $output "\
 
64562
-      \$echo \"\$0: cannot exec \$program \$*\"
 
64563
-      exit $EXIT_FAILURE
 
64564
-    fi
 
64565
-  else
 
64566
-    # The program doesn't exist.
 
64567
-    \$echo \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2
 
64568
-    \$echo \"This script is just a wrapper for \$program.\" 1>&2
 
64569
-    $echo \"See the $PACKAGE documentation for more information.\" 1>&2
 
64570
-    exit $EXIT_FAILURE
 
64571
-  fi
 
64572
-fi\
 
64573
-"
 
64574
-       chmod +x $output
 
64575
-      fi
 
64576
-      exit $EXIT_SUCCESS
 
64577
-      ;;
 
64578
-    esac
 
64579
-
 
64580
-    # See if we need to build an old-fashioned archive.
 
64581
-    for oldlib in $oldlibs; do
59383
64582
 
59384
 
-    $mv \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null ||
59385
 
-    { $rm \"\$progdir/\$program\";
59386
 
-      $mv \"\$progdir/\$file\" \"\$progdir/\$program\"; }
59387
 
-    $rm \"\$progdir/\$file\"
59388
 
-  fi"
 
64583
-      if test "$build_libtool_libs" = convenience; then
 
64584
-       oldobjs="$libobjs_save"
 
64585
-       addlibs="$convenience"
 
64586
-       build_libtool_libs=no
 
64587
-      else
 
64588
-       if test "$build_libtool_libs" = module; then
 
64589
-         oldobjs="$libobjs_save"
 
64590
-         build_libtool_libs=no
59389
64591
-       else
59390
 
-         $echo >> $output "\
59391
 
-  program='$outputname'
59392
 
-  progdir=\"\$thisdir/$objdir\"
59393
 
-"
 
64592
-         oldobjs="$old_deplibs $non_pic_objects"
59394
64593
+       # Prepare the list of exported symbols
59395
64594
+       if test -z "$export_symbols"; then
59396
64595
+         if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then
59423
64622
+           fi
59424
64623
+         fi
59425
64624
        fi
 
64625
-       addlibs="$old_convenience"
 
64626
-      fi
 
64627
-
 
64628
-      if test -n "$addlibs"; then
 
64629
-       gentop="$output_objdir/${outputname}x"
 
64630
-       generated="$generated $gentop"
59426
64631
 
59427
 
-       $echo >> $output "\
59428
 
-
59429
 
-  if test -f \"\$progdir/\$program\"; then"
 
64632
-       func_extract_archives $gentop $addlibs
 
64633
-       oldobjs="$oldobjs $func_extract_archives_result"
 
64634
-      fi
59430
64635
+       if test -n "$export_symbols" && test -n "$include_expsyms"; then
59431
64636
+         tmp_export_symbols="$export_symbols"
59432
64637
+         test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols"
59447
64652
+         $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
59448
64653
+       fi
59449
64654
 
59450
 
-       # Export our shlibpath_var if we have one.
59451
 
-       if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
59452
 
-         $echo >> $output "\
59453
 
-    # Add our own library path to $shlibpath_var
59454
 
-    $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
 
64655
-      # Do each command in the archive commands.
 
64656
-      if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then
 
64657
-       cmds=$old_archive_from_new_cmds
 
64658
-      else
 
64659
-       # POSIX demands no paths to be encoded in archives.  We have
 
64660
-       # to avoid creating archives with duplicate basenames if we
 
64661
-       # might have to extract them afterwards, e.g., when creating a
 
64662
-       # static archive out of a convenience library, or when linking
 
64663
-       # the entirety of a libtool archive into another (currently
 
64664
-       # not supported by libtool).
 
64665
-       if (for obj in $oldobjs
 
64666
-           do
 
64667
-             $echo "X$obj" | $Xsed -e 's%^.*/%%'
 
64668
-           done | sort | sort -uc >/dev/null 2>&1); then
 
64669
-         :
 
64670
-       else
 
64671
-         $echo "copying selected object files to avoid basename conflicts..."
59455
64672
+       tmp_deplibs=
59456
64673
+       for test_deplib in $deplibs; do
59457
64674
+         case " $convenience " in
59463
64680
+       done
59464
64681
+       deplibs="$tmp_deplibs"
59465
64682
 
59466
 
-    # Some systems cannot cope with colon-terminated $shlibpath_var
59467
 
-    # The second colon is a workaround for a bug in BeOS R4 sed
59468
 
-    $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
 
64683
-         if test -z "$gentop"; then
59469
64684
+       if test -n "$convenience"; then
59470
64685
+         if test -n "$whole_archive_flag_spec" &&
59471
64686
+           test "$compiler_needs_object" = yes &&
59479
64694
+           eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
59480
64695
+           test "X$libobjs" = "X " && libobjs=
59481
64696
+         else
59482
 
+           gentop="$output_objdir/${outputname}x"
59483
 
+           generated="$generated $gentop"
 
64697
            gentop="$output_objdir/${outputname}x"
 
64698
            generated="$generated $gentop"
59484
64699
 
59485
 
-    export $shlibpath_var
59486
 
-"
 
64700
-           $show "${rm}r $gentop"
 
64701
-           $run ${rm}r "$gentop"
 
64702
-           $show "$mkdir $gentop"
 
64703
-           $run $mkdir "$gentop"
 
64704
-           exit_status=$?
 
64705
-           if test "$exit_status" -ne 0 && test ! -d "$gentop"; then
 
64706
-             exit $exit_status
 
64707
-           fi
59487
64708
+           func_extract_archives $gentop $convenience
59488
64709
+           libobjs="$libobjs $func_extract_archives_result"
59489
64710
+           test "X$libobjs" = "X " && libobjs=
59490
 
+         fi
 
64711
          fi
 
64712
-
 
64713
-         save_oldobjs=$oldobjs
 
64714
-         oldobjs=
 
64715
-         counter=1
 
64716
-         for obj in $save_oldobjs
 
64717
-         do
 
64718
-           objbase=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
 
64719
-           case " $oldobjs " in
 
64720
-           " ") oldobjs=$obj ;;
 
64721
-           *[\ /]"$objbase "*)
 
64722
-             while :; do
 
64723
-               # Make sure we don't pick an alternate name that also
 
64724
-               # overlaps.
 
64725
-               newobj=lt$counter-$objbase
 
64726
-               counter=`expr $counter + 1`
 
64727
-               case " $oldobjs " in
 
64728
-               *[\ /]"$newobj "*) ;;
 
64729
-               *) if test ! -f "$gentop/$newobj"; then break; fi ;;
 
64730
-               esac
 
64731
-             done
 
64732
-             $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
 
64733
-             $run ln "$obj" "$gentop/$newobj" ||
 
64734
-             $run cp "$obj" "$gentop/$newobj"
 
64735
-             oldobjs="$oldobjs $gentop/$newobj"
 
64736
-             ;;
 
64737
-           *) oldobjs="$oldobjs $obj" ;;
 
64738
-           esac
 
64739
-         done
59491
64740
        fi
59492
64741
 
59493
 
-       # fixup the dll searchpath if we need to.
59494
 
-       if test -n "$dllsearchpath"; then
59495
 
-         $echo >> $output "\
59496
 
-    # Add the dll search path components to the executable PATH
59497
 
-    PATH=$dllsearchpath:\$PATH
59498
 
-"
 
64742
-       eval cmds=\"$old_archive_cmds\"
59499
64743
+       if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
59500
64744
+         eval flag=\"$thread_safe_flag_spec\"
59501
64745
+         linker_flags="$linker_flags $flag"
59502
 
        fi
 
64746
+       fi
59503
64747
 
59504
 
-       $echo >> $output "\
59505
 
-    if test \"\$libtool_execute_magic\" != \"$magic\"; then
59506
 
-      # Run the actual program with our arguments.
59507
 
-"
59508
 
-       case $host in
59509
 
-       # Backslashes separate directories on plain windows
59510
 
-       *-*-mingw | *-*-os2*)
59511
 
-         $echo >> $output "\
59512
 
-      exec \"\$progdir\\\\\$program\" \${1+\"\$@\"}
59513
 
-"
59514
 
-         ;;
59515
 
-
59516
 
-       *)
59517
 
-         $echo >> $output "\
59518
 
-      exec \"\$progdir/\$program\" \${1+\"\$@\"}
59519
 
-"
59520
 
-         ;;
59521
 
-       esac
59522
 
-       $echo >> $output "\
59523
 
-      \$echo \"\$0: cannot exec \$program \$*\"
59524
 
-      exit $EXIT_FAILURE
59525
 
-    fi
59526
 
-  else
59527
 
-    # The program doesn't exist.
59528
 
-    \$echo \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2
59529
 
-    \$echo \"This script is just a wrapper for \$program.\" 1>&2
59530
 
-    $echo \"See the $PACKAGE documentation for more information.\" 1>&2
59531
 
-    exit $EXIT_FAILURE
59532
 
-  fi
59533
 
-fi\
59534
 
-"
59535
 
-       chmod +x $output
59536
 
-      fi
59537
 
-      exit $EXIT_SUCCESS
59538
 
-      ;;
59539
 
-    esac
59540
 
-
59541
 
-    # See if we need to build an old-fashioned archive.
59542
 
-    for oldlib in $oldlibs; do
 
64748
-       if len=`expr "X$cmds" : ".*"` &&
 
64749
-            test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
 
64750
-         cmds=$old_archive_cmds
 
64751
-       else
 
64752
-         # the command line is too long to link in one step, link in parts
 
64753
-         $echo "using piecewise archive linking..."
 
64754
-         save_RANLIB=$RANLIB
 
64755
-         RANLIB=:
 
64756
-         objlist=
 
64757
-         concat_cmds=
 
64758
-         save_oldobjs=$oldobjs
59543
64759
+       # Make a backup of the uninstalled library when relinking
59544
64760
+       if test "$mode" = relink; then
59545
64761
+         $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $?
59546
64762
+       fi
59547
64763
 
59548
 
-      if test "$build_libtool_libs" = convenience; then
59549
 
-       oldobjs="$libobjs_save"
59550
 
-       addlibs="$convenience"
59551
 
-       build_libtool_libs=no
59552
 
-      else
59553
 
-       if test "$build_libtool_libs" = module; then
59554
 
-         oldobjs="$libobjs_save"
59555
 
-         build_libtool_libs=no
 
64764
-         # Is there a better way of finding the last object in the list?
 
64765
-         for obj in $save_oldobjs
 
64766
-         do
 
64767
-           last_oldobj=$obj
 
64768
-         done
 
64769
-         for obj in $save_oldobjs
 
64770
-         do
 
64771
-           oldobjs="$objlist $obj"
 
64772
-           objlist="$objlist $obj"
 
64773
-           eval test_cmds=\"$old_archive_cmds\"
 
64774
-           if len=`expr "X$test_cmds" : ".*" 2>/dev/null` &&
 
64775
-              test "$len" -le "$max_cmd_len"; then
 
64776
-             :
 
64777
-           else
 
64778
-             # the above command should be used before it gets too long
 
64779
-             oldobjs=$objlist
 
64780
-             if test "$obj" = "$last_oldobj" ; then
 
64781
-               RANLIB=$save_RANLIB
 
64782
-             fi
 
64783
-             test -z "$concat_cmds" || concat_cmds=$concat_cmds~
 
64784
-             eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\"
 
64785
-             objlist=
 
64786
-           fi
 
64787
-         done
 
64788
-         RANLIB=$save_RANLIB
 
64789
-         oldobjs=$objlist
 
64790
-         if test "X$oldobjs" = "X" ; then
 
64791
-           eval cmds=\"\$concat_cmds\"
59556
64792
+       # Do each of the archive commands.
59557
64793
+       if test "$module" = yes && test -n "$module_cmds" ; then
59558
64794
+         if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
59559
64795
+           eval test_cmds=\"$module_expsym_cmds\"
59560
64796
+           cmds=$module_expsym_cmds
59561
 
+         else
 
64797
          else
 
64798
-           eval cmds=\"\$concat_cmds~\$old_archive_cmds\"
59562
64799
+           eval test_cmds=\"$module_cmds\"
59563
64800
+           cmds=$module_cmds
59564
64801
+         fi
59565
 
        else
59566
 
-         oldobjs="$old_deplibs $non_pic_objects"
 
64802
+       else
59567
64803
+         if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
59568
64804
+           eval test_cmds=\"$archive_expsym_cmds\"
59569
64805
+           cmds=$archive_expsym_cmds
59570
64806
+         else
59571
64807
+           eval test_cmds=\"$archive_cmds\"
59572
64808
+           cmds=$archive_cmds
59573
 
+         fi
 
64809
          fi
59574
64810
        fi
59575
 
-       addlibs="$old_convenience"
59576
64811
-      fi
 
64812
-      save_ifs="$IFS"; IFS='~'
 
64813
-      for cmd in $cmds; do
 
64814
-        eval cmd=\"$cmd\"
 
64815
-       IFS="$save_ifs"
 
64816
-       $show "$cmd"
 
64817
-       $run eval "$cmd" || exit $?
 
64818
-      done
 
64819
-      IFS="$save_ifs"
 
64820
-    done
 
64821
-
 
64822
-    if test -n "$generated"; then
 
64823
-      $show "${rm}r$generated"
 
64824
-      $run ${rm}r$generated
 
64825
-    fi
 
64826
-
 
64827
-    # Now create the libtool archive.
 
64828
-    case $output in
 
64829
-    *.la)
 
64830
-      old_library=
 
64831
-      test "$build_old_libs" = yes && old_library="$libname.$libext"
 
64832
-      $show "creating $output"
59577
64833
 
59578
 
-      if test -n "$addlibs"; then
59579
 
-       gentop="$output_objdir/${outputname}x"
59580
 
-       generated="$generated $gentop"
 
64834
-      # Preserve any variables that may affect compiler behavior
 
64835
-      for var in $variables_saved_for_relink; do
 
64836
-       if eval test -z \"\${$var+set}\"; then
 
64837
-         relink_command="{ test -z \"\${$var+set}\" || unset $var || { $var=; export $var; }; }; $relink_command"
 
64838
-       elif eval var_value=\$$var; test -z "$var_value"; then
 
64839
-         relink_command="$var=; export $var; $relink_command"
59581
64840
+       if test "X$skipped_export" != "X:" &&
59582
64841
+          func_len " $test_cmds" &&
59583
64842
+          len=$func_len_result &&
59584
64843
+          test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
59585
64844
+         :
59586
 
+       else
 
64845
        else
 
64846
-         var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
 
64847
-         relink_command="$var=\"$var_value\"; export $var; $relink_command"
 
64848
-       fi
 
64849
-      done
 
64850
-      # Quote the link command for shipping.
 
64851
-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
 
64852
-      relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e "$sed_quote_subst" | $NL2SP`
 
64853
-      if test "$hardcode_automatic" = yes ; then
 
64854
-       relink_command=
 
64855
-      fi
59587
64856
+         # The command line is too long to link in one step, link piecewise
59588
64857
+         # or, if using GNU ld and skipped_export is not :, use a linker
59589
64858
+         # script.
59590
 
 
59591
 
-       func_extract_archives $gentop $addlibs
59592
 
-       oldobjs="$oldobjs $func_extract_archives_result"
59593
 
-      fi
 
64859
+
59594
64860
+         # Save the value of $output and $libobjs because we want to
59595
64861
+         # use them later.  If we have whole_archive_flag_spec, we
59596
64862
+         # want to use save_libobjs as it was before
59605
64871
+         save_output=$output
59606
64872
+         output_la=`$ECHO "X$output" | $Xsed -e "$basename"`
59607
64873
 
59608
 
-      # Do each command in the archive commands.
59609
 
-      if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then
59610
 
-       cmds=$old_archive_from_new_cmds
59611
 
-      else
59612
 
-       # POSIX demands no paths to be encoded in archives.  We have
59613
 
-       # to avoid creating archives with duplicate basenames if we
59614
 
-       # might have to extract them afterwards, e.g., when creating a
59615
 
-       # static archive out of a convenience library, or when linking
59616
 
-       # the entirety of a libtool archive into another (currently
59617
 
-       # not supported by libtool).
59618
 
-       if (for obj in $oldobjs
59619
64874
+         # Clear the reloadable object creation command queue and
59620
64875
+         # initialize k to one.
59621
64876
+         test_cmds=
59623
64878
+         objlist=
59624
64879
+         last_robj=
59625
64880
+         k=1
59626
 
+
 
64881
 
 
64882
-      # Only create the output if not a dry run.
 
64883
-      if test -z "$run"; then
 
64884
-       for installed in no yes; do
 
64885
-         if test "$installed" = yes; then
 
64886
-           if test -z "$install_libdir"; then
 
64887
-             break
59627
64888
+         if test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then
59628
64889
+           output=${output_objdir}/${output_la}.lnkscript
59629
64890
+           func_verbose "creating GNU ld script: $output"
59630
64891
+           $ECHO 'INPUT (' > $output
59631
64892
+           for obj in $save_libobjs
59632
 
            do
59633
 
-             $echo "X$obj" | $Xsed -e 's%^.*/%%'
59634
 
-           done | sort | sort -uc >/dev/null 2>&1); then
59635
 
-         :
59636
 
-       else
59637
 
-         $echo "copying selected object files to avoid basename conflicts..."
 
64893
+           do
59638
64894
+             $ECHO "$obj" >> $output
59639
64895
+           done
59640
64896
+           $ECHO ')' >> $output
59649
64905
+           if test "$compiler_needs_object" = yes; then
59650
64906
+             firstobj="$1 "
59651
64907
+             shift
59652
 
+           fi
 
64908
            fi
 
64909
-           output="$output_objdir/$outputname"i
 
64910
-           # Replace all uninstalled libtool libraries with the installed ones
 
64911
-           newdependency_libs=
 
64912
-           for deplib in $dependency_libs; do
 
64913
-             case $deplib in
 
64914
-             *.la)
 
64915
-               name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
 
64916
-               eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
 
64917
-               if test -z "$libdir"; then
 
64918
-                 $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2
 
64919
-                 exit $EXIT_FAILURE
 
64920
-               fi
 
64921
-               newdependency_libs="$newdependency_libs $libdir/$name"
 
64922
-               ;;
 
64923
-             *) newdependency_libs="$newdependency_libs $deplib" ;;
 
64924
-             esac
59653
64925
+           for obj
59654
64926
+           do
59655
64927
+             $ECHO "$obj" >> $output
59656
 
+           done
 
64928
            done
 
64929
-           dependency_libs="$newdependency_libs"
 
64930
-           newdlfiles=
 
64931
-           for lib in $dlfiles; do
 
64932
-             name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
 
64933
-             eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
 
64934
-             if test -z "$libdir"; then
 
64935
-               $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
 
64936
-               exit $EXIT_FAILURE
59657
64937
+           delfiles="$delfiles $output"
59658
64938
+           output=$firstobj\"$file_list_spec$output\"
59659
64939
+         else
59702
64982
+             eval concat_cmds=\"\${concat_cmds}$reload_cmds $objlist $last_robj\"
59703
64983
+             if test -n "$last_robj"; then
59704
64984
+               eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\"
59705
 
+             fi
 
64985
              fi
 
64986
-             newdlfiles="$newdlfiles $libdir/$name"
 
64987
-           done
 
64988
-           dlfiles="$newdlfiles"
 
64989
-           newdlprefiles=
 
64990
-           for lib in $dlprefiles; do
 
64991
-             name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
 
64992
-             eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
 
64993
-             if test -z "$libdir"; then
 
64994
-               $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
 
64995
-               exit $EXIT_FAILURE
59706
64996
+             delfiles="$delfiles $output"
59707
 
 
59708
 
-         if test -z "$gentop"; then
59709
 
-           gentop="$output_objdir/${outputname}x"
59710
 
-           generated="$generated $gentop"
 
64997
+
59711
64998
+           else
59712
64999
+             output=
59713
65000
+           fi
59722
65009
+             eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\"
59723
65010
+             if test -n "$last_robj"; then
59724
65011
+               eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
59725
 
+             fi
 
65012
              fi
 
65013
-             newdlprefiles="$newdlprefiles $libdir/$name"
 
65014
-           done
 
65015
-           dlprefiles="$newdlprefiles"
 
65016
-         else
 
65017
-           newdlfiles=
 
65018
-           for lib in $dlfiles; do
 
65019
-             case $lib in
 
65020
-               [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
 
65021
-               *) abs=`pwd`"/$lib" ;;
 
65022
-             esac
 
65023
-             newdlfiles="$newdlfiles $abs"
 
65024
-           done
 
65025
-           dlfiles="$newdlfiles"
 
65026
-           newdlprefiles=
 
65027
-           for lib in $dlprefiles; do
 
65028
-             case $lib in
 
65029
-               [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
 
65030
-               *) abs=`pwd`"/$lib" ;;
 
65031
-             esac
 
65032
-             newdlprefiles="$newdlprefiles $abs"
59726
65033
+           fi
59727
65034
+
59728
65035
+           test -n "$save_libobjs" &&
59748
65055
+
59749
65056
+               exit $lt_exit
59750
65057
+             }
59751
 
+           done
 
65058
            done
 
65059
-           dlprefiles="$newdlprefiles"
59752
65060
+           IFS="$save_ifs"
59753
 
 
59754
 
-           $show "${rm}r $gentop"
59755
 
-           $run ${rm}r "$gentop"
59756
 
-           $show "$mkdir $gentop"
59757
 
-           $run $mkdir "$gentop"
59758
 
-           exit_status=$?
59759
 
-           if test "$exit_status" -ne 0 && test ! -d "$gentop"; then
59760
 
-             exit $exit_status
 
65061
+
59761
65062
+           if test -n "$export_symbols_regex" && ${skipped_export-false}; then
59762
65063
+             func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
59763
65064
+             func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
59764
 
            fi
 
65065
+           fi
59765
65066
          fi
 
65067
-         $rm $output
 
65068
-         # place dlname in correct position for cygwin
 
65069
-         tdlname=$dlname
 
65070
-         case $host,$output,$installed,$module,$dlname in
 
65071
-           *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;;
 
65072
-         esac
 
65073
-         $echo > $output "\
 
65074
-# $outputname - a libtool library file
 
65075
-# Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP
 
65076
-#
 
65077
-# Please DO NOT delete this file!
 
65078
-# It is necessary for linking the library.
59766
65079
 
59767
 
-         save_oldobjs=$oldobjs
59768
 
-         oldobjs=
59769
 
-         counter=1
59770
 
-         for obj in $save_oldobjs
59771
 
-         do
59772
 
-           objbase=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
59773
 
-           case " $oldobjs " in
59774
 
-           " ") oldobjs=$obj ;;
59775
 
-           *[\ /]"$objbase "*)
59776
 
-             while :; do
59777
 
-               # Make sure we don't pick an alternate name that also
59778
 
-               # overlaps.
59779
 
-               newobj=lt$counter-$objbase
59780
 
-               counter=`expr $counter + 1`
59781
 
-               case " $oldobjs " in
59782
 
-               *[\ /]"$newobj "*) ;;
59783
 
-               *) if test ! -f "$gentop/$newobj"; then break; fi ;;
59784
 
-               esac
59785
 
-             done
59786
 
-             $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
59787
 
-             $run ln "$obj" "$gentop/$newobj" ||
59788
 
-             $run cp "$obj" "$gentop/$newobj"
59789
 
-             oldobjs="$oldobjs $gentop/$newobj"
59790
 
-             ;;
59791
 
-           *) oldobjs="$oldobjs $obj" ;;
59792
 
-           esac
59793
 
-         done
59794
 
-       fi
 
65080
-# The name that we can dlopen(3).
 
65081
-dlname='$tdlname'
59795
65082
+          if ${skipped_export-false}; then
59796
65083
+           if test -n "$export_symbols" && test -n "$include_expsyms"; then
59797
65084
+             tmp_export_symbols="$export_symbols"
59814
65101
+           fi
59815
65102
+         fi
59816
65103
 
59817
 
-       eval cmds=\"$old_archive_cmds\"
 
65104
-# Names of this library.
 
65105
-library_names='$library_names'
59818
65106
+         libobjs=$output
59819
65107
+         # Restore the value of output.
59820
65108
+         output=$save_output
59821
65109
 
59822
 
-       if len=`expr "X$cmds" : ".*"` &&
59823
 
-            test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
59824
 
-         cmds=$old_archive_cmds
59825
 
-       else
59826
 
-         # the command line is too long to link in one step, link in parts
59827
 
-         $echo "using piecewise archive linking..."
59828
 
-         save_RANLIB=$RANLIB
59829
 
-         RANLIB=:
59830
 
-         objlist=
59831
 
-         concat_cmds=
59832
 
-         save_oldobjs=$oldobjs
 
65110
-# The name of the static archive.
 
65111
-old_library='$old_library'
59833
65112
+         if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then
59834
65113
+           eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
59835
65114
+           test "X$libobjs" = "X " && libobjs=
59837
65116
+         # Expand the library linking commands again to reset the
59838
65117
+         # value of $libobjs for piecewise linking.
59839
65118
 
59840
 
-         # Is there a better way of finding the last object in the list?
59841
 
-         for obj in $save_oldobjs
59842
 
-         do
59843
 
-           last_oldobj=$obj
59844
 
-         done
59845
 
-         for obj in $save_oldobjs
59846
 
-         do
59847
 
-           oldobjs="$objlist $obj"
59848
 
-           objlist="$objlist $obj"
59849
 
-           eval test_cmds=\"$old_archive_cmds\"
59850
 
-           if len=`expr "X$test_cmds" : ".*" 2>/dev/null` &&
59851
 
-              test "$len" -le "$max_cmd_len"; then
59852
 
-             :
 
65119
-# Libraries that this one depends upon.
 
65120
-dependency_libs='$dependency_libs'
59853
65121
+         # Do each of the archive commands.
59854
65122
+         if test "$module" = yes && test -n "$module_cmds" ; then
59855
65123
+           if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
59856
65124
+             cmds=$module_expsym_cmds
59857
 
            else
59858
 
-             # the above command should be used before it gets too long
59859
 
-             oldobjs=$objlist
59860
 
-             if test "$obj" = "$last_oldobj" ; then
59861
 
-               RANLIB=$save_RANLIB
59862
 
-             fi
59863
 
-             test -z "$concat_cmds" || concat_cmds=$concat_cmds~
59864
 
-             eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\"
59865
 
-             objlist=
 
65125
+           else
59866
65126
+             cmds=$module_cmds
59867
 
            fi
59868
 
-         done
59869
 
-         RANLIB=$save_RANLIB
59870
 
-         oldobjs=$objlist
59871
 
-         if test "X$oldobjs" = "X" ; then
59872
 
-           eval cmds=\"\$concat_cmds\"
59873
 
          else
59874
 
-           eval cmds=\"\$concat_cmds~\$old_archive_cmds\"
 
65127
+           fi
 
65128
+         else
59875
65129
+           if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
59876
65130
+             cmds=$archive_expsym_cmds
59877
65131
+           else
59878
65132
+             cmds=$archive_cmds
59879
65133
+           fi
59880
 
          fi
59881
 
        fi
59882
 
-      fi
59883
 
-      save_ifs="$IFS"; IFS='~'
59884
 
-      for cmd in $cmds; do
59885
 
-        eval cmd=\"$cmd\"
59886
 
-       IFS="$save_ifs"
59887
 
-       $show "$cmd"
59888
 
-       $run eval "$cmd" || exit $?
59889
 
-      done
59890
 
-      IFS="$save_ifs"
59891
 
-    done
 
65134
+         fi
 
65135
+       fi
59892
65136
 
59893
 
-    if test -n "$generated"; then
59894
 
-      $show "${rm}r$generated"
59895
 
-      $run ${rm}r$generated
59896
 
-    fi
 
65137
-# Version information for $libname.
 
65138
-current=$current
 
65139
-age=$age
 
65140
-revision=$revision
59897
65141
+       if test -n "$delfiles"; then
59898
65142
+         # Append the command to remove temporary files to $cmds.
59899
65143
+         eval cmds=\"\$cmds~\$RM $delfiles\"
59900
65144
+       fi
59901
65145
 
59902
 
-    # Now create the libtool archive.
59903
 
-    case $output in
59904
 
-    *.la)
59905
 
-      old_library=
59906
 
-      test "$build_old_libs" = yes && old_library="$libname.$libext"
59907
 
-      $show "creating $output"
 
65146
-# Is this an already installed library?
 
65147
-installed=$installed
59908
65148
+       # Add any objects from preloaded convenience libraries
59909
65149
+       if test -n "$dlprefiles"; then
59910
65150
+         gentop="$output_objdir/${outputname}x"
59911
65151
+         generated="$generated $gentop"
59912
65152
 
59913
 
-      # Preserve any variables that may affect compiler behavior
59914
 
-      for var in $variables_saved_for_relink; do
59915
 
-       if eval test -z \"\${$var+set}\"; then
59916
 
-         relink_command="{ test -z \"\${$var+set}\" || unset $var || { $var=; export $var; }; }; $relink_command"
59917
 
-       elif eval var_value=\$$var; test -z "$var_value"; then
59918
 
-         relink_command="$var=; export $var; $relink_command"
59919
 
-       else
59920
 
-         var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
59921
 
-         relink_command="$var=\"$var_value\"; export $var; $relink_command"
 
65153
-# Should we warn about portability when linking against -modules?
 
65154
-shouldnotlink=$module
59922
65155
+         func_extract_archives $gentop $dlprefiles
59923
65156
+         libobjs="$libobjs $func_extract_archives_result"
59924
65157
+         test "X$libobjs" = "X " && libobjs=
59925
 
        fi
59926
 
-      done
59927
 
-      # Quote the link command for shipping.
59928
 
-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
59929
 
-      relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e "$sed_quote_subst" | $NL2SP`
59930
 
-      if test "$hardcode_automatic" = yes ; then
59931
 
-       relink_command=
59932
 
-      fi
 
65158
+       fi
59933
65159
 
 
65160
-# Files to dlopen/dlpreopen
 
65161
-dlopen='$dlfiles'
 
65162
-dlpreopen='$dlprefiles'
59934
65163
+       save_ifs="$IFS"; IFS='~'
59935
65164
+       for cmd in $cmds; do
59936
65165
+         IFS="$save_ifs"
59942
65171
+         $opt_dry_run || eval "$cmd" || {
59943
65172
+           lt_exit=$?
59944
65173
 
59945
 
-      # Only create the output if not a dry run.
59946
 
-      if test -z "$run"; then
59947
 
-       for installed in no yes; do
59948
 
-         if test "$installed" = yes; then
59949
 
-           if test -z "$install_libdir"; then
59950
 
-             break
 
65174
-# Directory that this library needs to be installed in:
 
65175
-libdir='$install_libdir'"
 
65176
-         if test "$installed" = no && test "$need_relink" = yes; then
 
65177
-           $echo >> $output "\
 
65178
-relink_command=\"$relink_command\""
 
65179
-         fi
59951
65180
+           # Restore the uninstalled library and exit
59952
65181
+           if test "$mode" = relink; then
59953
65182
+             ( cd "$output_objdir" && \
59954
65183
+               $RM "${realname}T" && \
59955
65184
+               $MV "${realname}U" "$realname" )
59956
 
            fi
59957
 
-           output="$output_objdir/$outputname"i
59958
 
-           # Replace all uninstalled libtool libraries with the installed ones
59959
 
-           newdependency_libs=
59960
 
-           for deplib in $dependency_libs; do
59961
 
-             case $deplib in
59962
 
-             *.la)
59963
 
-               name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
59964
 
-               eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
59965
 
-               if test -z "$libdir"; then
59966
 
-                 $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2
59967
 
-                 exit $EXIT_FAILURE
59968
 
-               fi
59969
 
-               newdependency_libs="$newdependency_libs $libdir/$name"
59970
 
-               ;;
59971
 
-             *) newdependency_libs="$newdependency_libs $deplib" ;;
59972
 
-             esac
59973
 
-           done
59974
 
-           dependency_libs="$newdependency_libs"
59975
 
-           newdlfiles=
59976
 
-           for lib in $dlfiles; do
59977
 
-             name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
59978
 
-             eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
59979
 
-             if test -z "$libdir"; then
59980
 
-               $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
59981
 
-               exit $EXIT_FAILURE
59982
 
-             fi
59983
 
-             newdlfiles="$newdlfiles $libdir/$name"
59984
 
-           done
59985
 
-           dlfiles="$newdlfiles"
59986
 
-           newdlprefiles=
59987
 
-           for lib in $dlprefiles; do
59988
 
-             name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
59989
 
-             eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
59990
 
-             if test -z "$libdir"; then
59991
 
-               $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
59992
 
-               exit $EXIT_FAILURE
59993
 
-             fi
59994
 
-             newdlprefiles="$newdlprefiles $libdir/$name"
59995
 
-           done
59996
 
-           dlprefiles="$newdlprefiles"
59997
 
-         else
59998
 
-           newdlfiles=
59999
 
-           for lib in $dlfiles; do
60000
 
-             case $lib in
60001
 
-               [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
60002
 
-               *) abs=`pwd`"/$lib" ;;
60003
 
-             esac
60004
 
-             newdlfiles="$newdlfiles $abs"
60005
 
-           done
60006
 
-           dlfiles="$newdlfiles"
60007
 
-           newdlprefiles=
60008
 
-           for lib in $dlprefiles; do
60009
 
-             case $lib in
60010
 
-               [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
60011
 
-               *) abs=`pwd`"/$lib" ;;
60012
 
-             esac
60013
 
-             newdlprefiles="$newdlprefiles $abs"
60014
 
-           done
60015
 
-           dlprefiles="$newdlprefiles"
60016
 
-         fi
60017
 
-         $rm $output
60018
 
-         # place dlname in correct position for cygwin
60019
 
-         tdlname=$dlname
60020
 
-         case $host,$output,$installed,$module,$dlname in
60021
 
-           *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;;
60022
 
-         esac
60023
 
-         $echo > $output "\
60024
 
-# $outputname - a libtool library file
60025
 
-# Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP
60026
 
-#
60027
 
-# Please DO NOT delete this file!
60028
 
-# It is necessary for linking the library.
60029
 
 
60030
 
-# The name that we can dlopen(3).
60031
 
-dlname='$tdlname'
 
65185
+           fi
 
65186
+
60032
65187
+           exit $lt_exit
60033
65188
+         }
60034
 
+       done
 
65189
        done
 
65190
-      fi
60035
65191
+       IFS="$save_ifs"
60036
65192
 
60037
 
-# Names of this library.
60038
 
-library_names='$library_names'
60039
 
+       # Restore the uninstalled library and exit
60040
 
+       if test "$mode" = relink; then
60041
 
+         $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $?
60042
 
 
60043
 
-# The name of the static archive.
60044
 
-old_library='$old_library'
60045
 
+         if test -n "$convenience"; then
60046
 
+           if test -z "$whole_archive_flag_spec"; then
60047
 
+             func_show_eval '${RM}r "$gentop"'
60048
 
+           fi
60049
 
+         fi
60050
 
 
60051
 
-# Libraries that this one depends upon.
60052
 
-dependency_libs='$dependency_libs'
60053
 
+         exit $EXIT_SUCCESS
60054
 
+       fi
60055
 
 
60056
 
-# Version information for $libname.
60057
 
-current=$current
60058
 
-age=$age
60059
 
-revision=$revision
60060
 
+       # Create links to the real library.
60061
 
+       for linkname in $linknames; do
60062
 
+         if test "$realname" != "$linkname"; then
60063
 
+           func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?'
60064
 
+         fi
60065
 
+       done
60066
 
 
60067
 
-# Is this an already installed library?
60068
 
-installed=$installed
60069
 
+       # If -module or -export-dynamic was specified, set the dlname.
60070
 
+       if test "$module" = yes || test "$export_dynamic" = yes; then
60071
 
+         # On all known operating systems, these are identical.
60072
 
+         dlname="$soname"
60073
 
+       fi
60074
 
+      fi
60075
 
+      ;;
60076
 
 
60077
 
-# Should we warn about portability when linking against -modules?
60078
 
-shouldnotlink=$module
60079
 
+    obj)
60080
 
+      if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
60081
 
+       func_warning "\`-dlopen' is ignored for objects"
60082
 
+      fi
60083
 
 
60084
 
-# Files to dlopen/dlpreopen
60085
 
-dlopen='$dlfiles'
60086
 
-dlpreopen='$dlprefiles'
60087
 
+      case " $deplibs" in
60088
 
+      *\ -l* | *\ -L*)
60089
 
+       func_warning "\`-l' and \`-L' are ignored for objects" ;;
60090
 
+      esac
60091
 
 
60092
 
-# Directory that this library needs to be installed in:
60093
 
-libdir='$install_libdir'"
60094
 
-         if test "$installed" = no && test "$need_relink" = yes; then
60095
 
-           $echo >> $output "\
60096
 
-relink_command=\"$relink_command\""
60097
 
-         fi
60098
 
-       done
60099
 
-      fi
60100
 
+      test -n "$rpath" && \
60101
 
+       func_warning "\`-rpath' is ignored for objects"
60102
 
 
60103
65193
-      # Do a symbolic link so that the libtool archive can be found in
60104
65194
-      # LD_LIBRARY_PATH before the program is installed.
60105
65195
-      $show "(cd $output_objdir && $rm $outputname && $LN_S ../$outputname $outputname)"
60108
65198
-    esac
60109
65199
-    exit $EXIT_SUCCESS
60110
65200
-    ;;
60111
 
+      test -n "$xrpath" && \
60112
 
+       func_warning "\`-R' is ignored for objects"
 
65201
+       # Restore the uninstalled library and exit
 
65202
+       if test "$mode" = relink; then
 
65203
+         $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $?
60113
65204
 
60114
65205
-  # libtool install mode
60115
65206
-  install)
60116
65207
-    modename="$modename: install"
60117
 
+      test -n "$vinfo" && \
60118
 
+       func_warning "\`-version-info' is ignored for objects"
 
65208
+         if test -n "$convenience"; then
 
65209
+           if test -z "$whole_archive_flag_spec"; then
 
65210
+             func_show_eval '${RM}r "$gentop"'
 
65211
+           fi
 
65212
+         fi
60119
65213
 
60120
65214
-    # There may be an optional sh(1) argument at the beginning of
60121
65215
-    # install_prog (especially on Windows NT).
60127
65221
-      case $arg in
60128
65222
-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \    ]*|*]*|"")
60129
65223
-       arg="\"$arg\""
60130
 
+      test -n "$release" && \
60131
 
+       func_warning "\`-release' is ignored for objects"
60132
 
+
60133
 
+      case $output in
60134
 
+      *.lo)
60135
 
+       test -n "$objs$old_deplibs" && \
60136
 
+         func_fatal_error "cannot build library object \`$output' from non-libtool objects"
60137
 
+
60138
 
+       libobj=$output
60139
 
+       func_lo2o "$libobj"
60140
 
+       obj=$func_lo2o_result
60141
 
+       ;;
60142
 
+      *)
60143
 
+       libobj=
60144
 
+       obj="$output"
60145
 
        ;;
60146
 
       esac
 
65224
-       ;;
 
65225
-      esac
60147
65226
-      install_prog="$arg "
60148
65227
-      arg="$1"
60149
65228
-      shift
60151
65230
-      install_prog=
60152
65231
-      arg=$nonopt
60153
65232
-    fi
 
65233
+         exit $EXIT_SUCCESS
 
65234
+       fi
60154
65235
 
60155
65236
-    # The real first argument should be the name of the installation program.
60156
65237
-    # Aesthetically quote it.
60161
65242
-      ;;
60162
65243
-    esac
60163
65244
-    install_prog="$install_prog$arg"
60164
 
+      # Delete the old objects.
60165
 
+      $opt_dry_run || $RM $obj $libobj
 
65245
+       # Create links to the real library.
 
65246
+       for linkname in $linknames; do
 
65247
+         if test "$realname" != "$linkname"; then
 
65248
+           func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?'
 
65249
+         fi
 
65250
+       done
60166
65251
 
60167
65252
-    # We need to accept at least all the BSD install flags.
60168
65253
-    dest=
60178
65263
-       files="$files $dest"
60179
65264
-       dest=$arg
60180
65265
-       continue
60181
 
-      fi
60182
 
+      # Objects from convenience libraries.  This assumes
60183
 
+      # single-version convenience libraries.  Whenever we create
60184
 
+      # different ones for PIC/non-PIC, this we'll have to duplicate
60185
 
+      # the extraction.
60186
 
+      reload_conv_objs=
60187
 
+      gentop=
60188
 
+      # reload_cmds runs $LD directly, so let us get rid of
60189
 
+      # -Wl from whole_archive_flag_spec and hope we can get by with
60190
 
+      # turning comma into space..
60191
 
+      wl=
 
65266
+       # If -module or -export-dynamic was specified, set the dlname.
 
65267
+       if test "$module" = yes || test "$export_dynamic" = yes; then
 
65268
+         # On all known operating systems, these are identical.
 
65269
+         dlname="$soname"
 
65270
+       fi
 
65271
       fi
 
65272
+      ;;
60192
65273
 
60193
65274
-      case $arg in
60194
65275
-      -d) isdir=yes ;;
60204
65285
-       continue
60205
65286
-       ;;
60206
65287
-      -*)
60207
 
-       ;;
60208
 
-      *)
 
65288
+    obj)
 
65289
+      if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
 
65290
+       func_warning "\`-dlopen' is ignored for objects"
 
65291
+      fi
 
65292
+
 
65293
+      case " $deplibs" in
 
65294
+      *\ -l* | *\ -L*)
 
65295
+       func_warning "\`-l' and \`-L' are ignored for objects" ;;
 
65296
+      esac
 
65297
+
 
65298
+      test -n "$rpath" && \
 
65299
+       func_warning "\`-rpath' is ignored for objects"
 
65300
+
 
65301
+      test -n "$xrpath" && \
 
65302
+       func_warning "\`-R' is ignored for objects"
 
65303
+
 
65304
+      test -n "$vinfo" && \
 
65305
+       func_warning "\`-version-info' is ignored for objects"
 
65306
+
 
65307
+      test -n "$release" && \
 
65308
+       func_warning "\`-release' is ignored for objects"
 
65309
+
 
65310
+      case $output in
 
65311
+      *.lo)
 
65312
+       test -n "$objs$old_deplibs" && \
 
65313
+         func_fatal_error "cannot build library object \`$output' from non-libtool objects"
 
65314
+
 
65315
+       libobj=$output
 
65316
+       func_lo2o "$libobj"
 
65317
+       obj=$func_lo2o_result
 
65318
        ;;
 
65319
       *)
60209
65320
-       # If the previous option needed an argument, then skip it.
60210
65321
-       if test -n "$prev"; then
60211
65322
-         prev=
60212
 
+      if test -n "$convenience"; then
60213
 
+       if test -n "$whole_archive_flag_spec"; then
60214
 
+         eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
60215
 
+         reload_conv_objs=$reload_objs\ `$ECHO "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'`
60216
 
        else
 
65323
-       else
60217
65324
-         dest=$arg
60218
65325
-         continue
60219
 
+         gentop="$output_objdir/${obj}x"
60220
 
+         generated="$generated $gentop"
60221
 
+
60222
 
+         func_extract_archives $gentop $convenience
60223
 
+         reload_conv_objs="$reload_objs $func_extract_archives_result"
60224
 
        fi
60225
 
-       ;;
60226
 
-      esac
60227
 
+      fi
 
65326
-       fi
 
65327
+       libobj=
 
65328
+       obj="$output"
 
65329
        ;;
 
65330
       esac
60228
65331
 
60229
65332
-      # Aesthetically quote the argument.
60230
65333
-      arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
60235
65338
-      esac
60236
65339
-      install_prog="$install_prog $arg"
60237
65340
-    done
60238
 
+      # Create the old-style object.
60239
 
+      reload_objs="$objs$old_deplibs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
 
65341
+      # Delete the old objects.
 
65342
+      $opt_dry_run || $RM $obj $libobj
60240
65343
 
60241
65344
-    if test -z "$install_prog"; then
60242
65345
-      $echo "$modename: you must specify an install program" 1>&2
60243
65346
-      $echo "$help" 1>&2
60244
65347
-      exit $EXIT_FAILURE
60245
65348
-    fi
60246
 
+      output="$obj"
60247
 
+      func_execute_cmds "$reload_cmds" 'exit $?'
 
65349
+      # Objects from convenience libraries.  This assumes
 
65350
+      # single-version convenience libraries.  Whenever we create
 
65351
+      # different ones for PIC/non-PIC, this we'll have to duplicate
 
65352
+      # the extraction.
 
65353
+      reload_conv_objs=
 
65354
+      gentop=
 
65355
+      # reload_cmds runs $LD directly, so let us get rid of
 
65356
+      # -Wl from whole_archive_flag_spec and hope we can get by with
 
65357
+      # turning comma into space..
 
65358
+      wl=
60248
65359
 
60249
65360
-    if test -n "$prev"; then
60250
65361
-      $echo "$modename: the \`$prev' option requires an argument" 1>&2
60251
65362
-      $echo "$help" 1>&2
60252
65363
-      exit $EXIT_FAILURE
60253
65364
-    fi
60254
 
+      # Exit if we aren't doing a library object file.
60255
 
+      if test -z "$libobj"; then
60256
 
+       if test -n "$gentop"; then
60257
 
+         func_show_eval '${RM}r "$gentop"'
60258
 
+       fi
 
65365
+      if test -n "$convenience"; then
 
65366
+       if test -n "$whole_archive_flag_spec"; then
 
65367
+         eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
 
65368
+         reload_conv_objs=$reload_objs\ `$ECHO "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'`
 
65369
+       else
 
65370
+         gentop="$output_objdir/${obj}x"
 
65371
+         generated="$generated $gentop"
60259
65372
 
60260
65373
-    if test -z "$files"; then
60261
65374
-      if test -z "$dest"; then
60262
65375
-       $echo "$modename: no file or destination specified" 1>&2
60263
65376
-      else
60264
65377
-       $echo "$modename: you must specify a destination" 1>&2
60265
 
+       exit $EXIT_SUCCESS
 
65378
+         func_extract_archives $gentop $convenience
 
65379
+         reload_conv_objs="$reload_objs $func_extract_archives_result"
 
65380
+       fi
60266
65381
       fi
60267
65382
-      $echo "$help" 1>&2
60268
65383
-      exit $EXIT_FAILURE
60270
65385
 
60271
65386
-    # Strip any trailing slash from the destination.
60272
65387
-    dest=`$echo "X$dest" | $Xsed -e 's%/$%%'`
60273
 
+      if test "$build_libtool_libs" != yes; then
60274
 
+       if test -n "$gentop"; then
60275
 
+         func_show_eval '${RM}r "$gentop"'
60276
 
+       fi
 
65388
+      # Create the old-style object.
 
65389
+      reload_objs="$objs$old_deplibs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
60277
65390
 
60278
65391
-    # Check to see that the destination is a directory.
60279
65392
-    test -d "$dest" && isdir=yes
60284
65397
-      destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'`
60285
65398
-      test "X$destdir" = "X$dest" && destdir=.
60286
65399
-      destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'`
 
65400
+      output="$obj"
 
65401
+      func_execute_cmds "$reload_cmds" 'exit $?'
 
65402
 
 
65403
-      # Not a directory, so check to see that there is only one file specified.
 
65404
-      set dummy $files
 
65405
-      if test "$#" -gt 2; then
 
65406
-       $echo "$modename: \`$dest' is not a directory" 1>&2
 
65407
-       $echo "$help" 1>&2
 
65408
-       exit $EXIT_FAILURE
 
65409
+      # Exit if we aren't doing a library object file.
 
65410
+      if test -z "$libobj"; then
 
65411
+       if test -n "$gentop"; then
 
65412
+         func_show_eval '${RM}r "$gentop"'
 
65413
+       fi
 
65414
+
 
65415
+       exit $EXIT_SUCCESS
 
65416
       fi
 
65417
-    fi
 
65418
-    case $destdir in
 
65419
-    [\\/]* | [A-Za-z]:[\\/]*) ;;
 
65420
-    *)
 
65421
-      for file in $files; do
 
65422
-       case $file in
 
65423
-       *.lo) ;;
 
65424
-       *)
 
65425
-         $echo "$modename: \`$destdir' must be an absolute directory name" 1>&2
 
65426
-         $echo "$help" 1>&2
 
65427
-         exit $EXIT_FAILURE
 
65428
-         ;;
 
65429
-       esac
 
65430
-      done
 
65431
+
 
65432
+      if test "$build_libtool_libs" != yes; then
 
65433
+       if test -n "$gentop"; then
 
65434
+         func_show_eval '${RM}r "$gentop"'
 
65435
+       fi
 
65436
+
60287
65437
+       # Create an invalid libtool object if no PIC, so that we don't
60288
65438
+       # accidentally link it into a program.
60289
65439
+       # $show "echo timestamp > $libobj"
60290
65440
+       # $opt_dry_run || eval "echo timestamp > $libobj" || exit $?
60291
65441
+       exit $EXIT_SUCCESS
60292
65442
+      fi
60293
 
 
60294
 
-      # Not a directory, so check to see that there is only one file specified.
60295
 
-      set dummy $files
60296
 
-      if test "$#" -gt 2; then
60297
 
-       $echo "$modename: \`$dest' is not a directory" 1>&2
60298
 
-       $echo "$help" 1>&2
60299
 
-       exit $EXIT_FAILURE
 
65443
+
60300
65444
+      if test -n "$pic_flag" || test "$pic_mode" != default; then
60301
65445
+       # Only do commands if we really have different PIC objects.
60302
65446
+       reload_objs="$libobjs $reload_conv_objs"
60303
65447
+       output="$libobj"
60304
65448
+       func_execute_cmds "$reload_cmds" 'exit $?'
60305
 
       fi
60306
 
-    fi
60307
 
-    case $destdir in
60308
 
-    [\\/]* | [A-Za-z]:[\\/]*) ;;
60309
 
-    *)
60310
 
-      for file in $files; do
60311
 
-       case $file in
60312
 
-       *.lo) ;;
60313
 
-       *)
60314
 
-         $echo "$modename: \`$destdir' must be an absolute directory name" 1>&2
60315
 
-         $echo "$help" 1>&2
60316
 
-         exit $EXIT_FAILURE
60317
 
-         ;;
60318
 
-       esac
60319
 
-      done
 
65449
+      fi
60320
65450
+
60321
65451
+      if test -n "$gentop"; then
60322
65452
+       func_show_eval '${RM}r "$gentop"'
60499
65629
+         esac
60500
65630
+       fi
60501
65631
+       case $host in
60502
 
+       *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
 
65632
+       *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
60503
65633
+         testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
60504
65634
+         case :$dllsearchpath: in
60505
65635
+         *":$libdir:"*) ;;
60506
 
+         ::) dllsearchpath=$libdir;;
60507
65636
+         *) dllsearchpath="$dllsearchpath:$libdir";;
60508
65637
+         esac
60509
65638
+         case :$dllsearchpath: in
60510
65639
+         *":$testbindir:"*) ;;
60511
 
+         ::) dllsearchpath=$testbindir;;
60512
65640
+         *) dllsearchpath="$dllsearchpath:$testbindir";;
60513
65641
+         esac
60514
65642
+         ;;
60611
65739
+          wrappers_required=no
60612
65740
+        fi
60613
65741
+        ;;
60614
 
+      *cegcc)
60615
 
+        # Disable wrappers for cegcc, we are cross compiling anyway.
60616
 
+        wrappers_required=no
60617
 
+        ;;
60618
65742
+      *)
60619
65743
+        if test "$need_relink" = no || test "$build_libtool_libs" != yes; then
60620
65744
+          wrappers_required=no
60953
66077
+
60954
66078
+           func_emit_cwrapperexe_src > $cwrappersource
60955
66079
+
60956
 
+           # The wrapper executable is built using the $host compiler,
60957
 
+           # because it contains $host paths and files. If cross-
60958
 
+           # compiling, it, like the target executable, must be
60959
 
+           # executed on the $host or under an emulation environment.
 
66080
+           # we should really use a build-platform specific compiler
 
66081
+           # here, but OTOH, the wrappers (shell script and this C one)
 
66082
+           # are only useful if you want to execute the "real" binary.
 
66083
+           # Since the "real" binary is built for $host, then this
 
66084
+           # wrapper might as well be built for $host, too.
60960
66085
+           $opt_dry_run || {
60961
66086
+             $LTCC $LTCFLAGS -o $cwrapper $cwrappersource
60962
66087
+             $STRIP $cwrapper
61229
66354
-    $echo "X----------------------------------------------------------------------" | $Xsed
61230
66355
-    exit $EXIT_SUCCESS
61231
66356
-    ;;
61232
 
-
 
66357
 
61233
66358
-  # libtool execute mode
61234
66359
-  execute)
61235
66360
-    modename="$modename: execute"
61236
 
 
 
66361
-
61237
66362
-    # The first argument is the command name.
61238
66363
-    cmd="$nonopt"
61239
66364
-    if test -z "$cmd"; then
61369
66494
+         # place dlname in correct position for cygwin
61370
66495
+         tdlname=$dlname
61371
66496
+         case $host,$output,$installed,$module,$dlname in
61372
 
+           *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;;
 
66497
+           *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;;
61373
66498
+         esac
61374
66499
+         $ECHO > $output "\
61375
66500
+# $outputname - a libtool library file
61536
66661
     files=
61537
66662
     rmforce=
61538
66663
     exit_status=0
61539
 
@@ -6539,30 +8208,28 @@
 
66664
@@ -6539,30 +7676,28 @@
61540
66665
     for arg
61541
66666
     do
61542
66667
       case $arg in
61576
66701
       test "$mode" = uninstall && objdir="$dir"
61577
66702
 
61578
66703
       # Remember objdir for removal later, being careful to avoid duplicates
61579
 
@@ -6574,9 +8241,9 @@
 
66704
@@ -6574,9 +7709,9 @@
61580
66705
       fi
61581
66706
 
61582
66707
       # Don't error if the file doesn't exist and rm -f was used.
61589
66714
        :
61590
66715
       elif test -d "$file"; then
61591
66716
        exit_status=1
61592
 
@@ -6590,8 +8257,8 @@
 
66717
@@ -6590,8 +7725,8 @@
61593
66718
       case $name in
61594
66719
       *.la)
61595
66720
        # Possibly a libtool archive, so verify it.
61600
66725
 
61601
66726
          # Delete the libtool libraries and symlinks.
61602
66727
          for n in $library_names; do
61603
 
@@ -6606,39 +8273,17 @@
 
66728
@@ -6606,39 +7741,17 @@
61604
66729
            *" $dlname "*) ;;
61605
66730
            *) rmfiles="$rmfiles $objdir/$dlname" ;;
61606
66731
            esac
61643
66768
            fi
61644
66769
            # FIXME: should reinstall the best remaining shared library.
61645
66770
            ;;
61646
 
@@ -6648,20 +8293,20 @@
 
66771
@@ -6648,20 +7761,20 @@
61647
66772
 
61648
66773
       *.lo)
61649
66774
        # Possibly a libtool object, so verify it.
61670
66795
            rmfiles="$rmfiles $dir/$non_pic_object"
61671
66796
          fi
61672
66797
        fi
61673
 
@@ -6672,17 +8317,26 @@
 
66798
@@ -6672,17 +7785,26 @@
61674
66799
          noexename=$name
61675
66800
          case $file in
61676
66801
          *.exe)
61702
66827
 
61703
66828
            # note $name still contains .exe if it was in $file originally
61704
66829
            # as does the version of $file that was added into $rmfiles
61705
 
@@ -6697,239 +8351,38 @@
 
66830
@@ -6697,239 +7819,38 @@
61706
66831
        fi
61707
66832
        ;;
61708
66833
       esac
61956
67081
 
61957
67082
 # The TAGs below are defined such that we never get into a situation
61958
67083
 # in which we disable both kinds of libraries.  Given conflicting
61959
 
@@ -6943,14 +8396,17 @@
 
67084
@@ -6943,14 +7864,17 @@
61960
67085
 # configuration.  But we'll never go from static-only to shared-only.
61961
67086
 
61962
67087
 # ### BEGIN LIBTOOL TAG CONFIG: disable-shared
61976
67101
 # End:
61977
67102
+# vi:sw=2
61978
67103
+
61979
 
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.25.92/m4/libtool.m4 gnome-control-center-2.25.92.new/m4/libtool.m4
61980
 
--- gnome-control-center-2.25.92/m4/libtool.m4  1970-01-01 01:00:00.000000000 +0100
61981
 
+++ gnome-control-center-2.25.92.new/m4/libtool.m4      2009-03-04 10:55:30.000000000 +0100
61982
 
@@ -0,0 +1,7373 @@
 
67104
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.26.0/m4/libtool.m4 gnome-control-center-2.26.0.new/m4/libtool.m4
 
67105
--- gnome-control-center-2.26.0/m4/libtool.m4   1970-01-01 01:00:00.000000000 +0100
 
67106
+++ gnome-control-center-2.26.0.new/m4/libtool.m4       2009-03-17 12:02:03.000000000 +0100
 
67107
@@ -0,0 +1,7325 @@
61983
67108
+# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
61984
67109
+#
61985
67110
+#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
62362
67487
+# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
62363
67488
+# ---------------------------------------------------
62364
67489
+m4_define([lt_decl_varnames_tagged],
62365
 
+[m4_assert([$# <= 2])dnl
62366
 
+_$0(m4_quote(m4_default([$1], [[, ]])),
62367
 
+    m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]),
62368
 
+    m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))])
62369
 
+m4_define([_lt_decl_varnames_tagged],
62370
 
+[m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])])
 
67490
+[_$0(m4_quote(m4_default([$1], [[, ]])),
 
67491
+     m4_quote(m4_if([$2], [],
 
67492
+                    m4_quote(lt_decl_tag_varnames),
 
67493
+                 m4_quote(m4_shift($@)))),
 
67494
+     m4_split(m4_normalize(m4_quote(_LT_TAGS))))])
 
67495
+m4_define([_lt_decl_varnames_tagged], [lt_combine([$1], [$2], [_], $3)])
62371
67496
+
62372
67497
+
62373
67498
+# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
62927
68052
+      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
62928
68053
+    darwin1.*)
62929
68054
+      _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
62930
 
+    darwin*) # darwin 5.x on
 
68055
+    darwin*) # darwin 5.x on 
62931
68056
+      # if running on 10.5 or later, the deployment target defaults
62932
68057
+      # to the OS version, if on x86, and 10.4, the deployment
62933
 
+      # target defaults to 10.4. Don't you love it?
 
68058
+      # target defaults to 10.4. Don't you love it? 
62934
68059
+      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
62935
68060
+       10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
62936
68061
+         _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
62972
68097
+  _LT_TAGVAR(whole_archive_flag_spec, $1)=''
62973
68098
+  _LT_TAGVAR(link_all_deplibs, $1)=yes
62974
68099
+  _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
62975
 
+  case $cc_basename in
62976
 
+     ifort*) _lt_dar_can_shared=yes ;;
62977
 
+     *) _lt_dar_can_shared=$GCC ;;
62978
 
+  esac
62979
 
+  if test "$_lt_dar_can_shared" = "yes"; then
 
68100
+  if test "$GCC" = "yes"; then
62980
68101
+    output_verbose_link_cmd=echo
62981
68102
+    _LT_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}"
62982
68103
+    _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
63498
68619
+    lt_cv_sys_max_cmd_len=-1;
63499
68620
+    ;;
63500
68621
+
63501
 
+  cygwin* | mingw* | cegcc*)
 
68622
+  cygwin* | mingw*)
63502
68623
+    # On Win9x/ME, this test blows up -- it succeeds, but takes
63503
68624
+    # about 5 minutes as the teststring grows exponentially.
63504
68625
+    # Worse, since 9x/ME are not pre-emptively multitasking,
63666
68787
+#  endif
63667
68788
+#endif
63668
68789
+
 
68790
+#ifdef __cplusplus
 
68791
+extern "C" void exit (int);
 
68792
+#endif
 
68793
+
63669
68794
+void fnord() { int i=42;}
63670
68795
+int main ()
63671
68796
+{
63681
68806
+  else
63682
68807
+    puts (dlerror ());
63683
68808
+
63684
 
+  return status;
 
68809
+    exit (status);
63685
68810
+}]
63686
68811
+_LT_EOF
63687
68812
+  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
63720
68845
+    lt_cv_dlopen_self=yes
63721
68846
+    ;;
63722
68847
+
63723
 
+  mingw* | pw32* | cegcc*)
 
68848
+  mingw* | pw32*)
63724
68849
+    lt_cv_dlopen="LoadLibrary"
63725
68850
+    lt_cv_dlopen_libs=
63726
68851
+    ;;
64017
69142
+[AC_REQUIRE([AC_CANONICAL_HOST])dnl
64018
69143
+m4_require([_LT_DECL_EGREP])dnl
64019
69144
+m4_require([_LT_FILEUTILS_DEFAULTS])dnl
64020
 
+m4_require([_LT_DECL_OBJDUMP])dnl
64021
69145
+m4_require([_LT_DECL_SED])dnl
64022
69146
+AC_MSG_CHECKING([dynamic linker characteristics])
64023
69147
+m4_if([$1],
64182
69306
+  # libtool to hard-code these into programs
64183
69307
+  ;;
64184
69308
+
64185
 
+cygwin* | mingw* | pw32* | cegcc*)
 
69309
+cygwin* | mingw* | pw32*)
64186
69310
+  version_type=windows
64187
69311
+  shrext_cmds=".dll"
64188
69312
+  need_version=no
64189
69313
+  need_lib_prefix=no
64190
69314
+
64191
69315
+  case $GCC,$host_os in
64192
 
+  yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
 
69316
+  yes,cygwin* | yes,mingw* | yes,pw32*)
64193
69317
+    library_names_spec='$libname.dll.a'
64194
69318
+    # DLL is installed to $(libdir)/../bin by postinstall_cmds
64195
69319
+    postinstall_cmds='base_file=`basename \${file}`~
64212
69336
+      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
64213
69337
+      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
64214
69338
+      ;;
64215
 
+    mingw* | cegcc*)
 
69339
+    mingw*)
64216
69340
+      # MinGW DLLs use traditional 'lib' prefix
64217
69341
+      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
64218
69342
+      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
64650
69774
+  version_type=linux
64651
69775
+  need_lib_prefix=no
64652
69776
+  need_version=no
64653
 
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
69777
+  library_name_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
64654
69778
+  shlibpath_var=LD_LIBRARY_PATH
64655
69779
+  shlibpath_overrides_runpath=no
64656
69780
+  hardcode_into_libs=yes
64674
69798
+if test "$GCC" = yes; then
64675
69799
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
64676
69800
+fi
64677
 
+
 
69801
64678
69802
+if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
64679
69803
+  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
64680
69804
+fi
64951
70075
+#  -- PORTME fill in with the dynamic library characteristics
64952
70076
+m4_defun([_LT_CHECK_MAGIC_METHOD],
64953
70077
+[m4_require([_LT_DECL_EGREP])
64954
 
+m4_require([_LT_DECL_OBJDUMP])
64955
70078
+AC_CACHE_CHECK([how to recognize dependent libraries],
64956
70079
+lt_cv_deplibs_check_method,
64957
70080
+[lt_cv_file_magic_cmd='$MAGIC_CMD'
65002
70125
+  fi
65003
70126
+  ;;
65004
70127
+
65005
 
+cegcc)
65006
 
+  # use the weaker test based on 'objdump'. See mingw*.
65007
 
+  lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
65008
 
+  lt_cv_file_magic_cmd='$OBJDUMP -f'
65009
 
+  ;;
65010
 
+
65011
70128
+darwin* | rhapsody*)
65012
70129
+  lt_cv_deplibs_check_method=pass_all
65013
70130
+  ;;
65319
70436
+aix*)
65320
70437
+  symcode='[[BCDT]]'
65321
70438
+  ;;
65322
 
+cygwin* | mingw* | pw32* | cegcc*)
 
70439
+cygwin* | mingw* | pw32*)
65323
70440
+  symcode='[[ABCDGISTW]]'
65324
70441
+  ;;
65325
70442
+hpux*)
65565
70682
+    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
65566
70683
+      # PIC is the default for these OSes.
65567
70684
+      ;;
65568
 
+    mingw* | cygwin* | os2* | pw32* | cegcc*)
 
70685
+    mingw* | cygwin* | os2* | pw32*)
65569
70686
+      # This hack is so that the source file can tell whether it is being
65570
70687
+      # built for inclusion in a dll (and should export symbols for example).
65571
70688
+      # Although the cygwin gcc ignores -fPIC, still need this for old-style
65592
70709
+      fi
65593
70710
+      ;;
65594
70711
+    hpux*)
65595
 
+      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
65596
 
+      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
65597
 
+      # sets the default TLS model and affects inlining.
 
70712
+      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
70713
+      # not for PA HP-UX.
65598
70714
+      case $host_cpu in
65599
 
+      hppa*64*)
 
70715
+      hppa*64*|ia64*)
65600
70716
+       ;;
65601
70717
+      *)
65602
70718
+       _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
65694
70810
+           _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
65695
70811
+           _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
65696
70812
+           ;;
65697
 
+         ecpc* )
65698
 
+           # old Intel C++ for x86_64 which still supported -KPIC.
 
70813
+         icpc* | ecpc* )
 
70814
+           # Intel C++
65699
70815
+           _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
65700
70816
+           _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
65701
70817
+           _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
65702
70818
+           ;;
65703
 
+         icpc* )
65704
 
+           # Intel C++, used to be incompatible with GCC.
65705
 
+           # ICC 10 doesn't accept -KPIC any more.
65706
 
+           _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
65707
 
+           _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
65708
 
+           _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
65709
 
+           ;;
65710
70819
+         pgCC* | pgcpp*)
65711
70820
+           # Portland Group C++ compiler
65712
70821
+           _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
65872
70981
+      # PIC is the default for these OSes.
65873
70982
+      ;;
65874
70983
+
65875
 
+    mingw* | cygwin* | pw32* | os2* | cegcc*)
 
70984
+    mingw* | cygwin* | pw32* | os2*)
65876
70985
+      # This hack is so that the source file can tell whether it is being
65877
70986
+      # built for inclusion in a dll (and should export symbols for example).
65878
70987
+      # Although the cygwin gcc ignores -fPIC, still need this for old-style
65888
70997
+      ;;
65889
70998
+
65890
70999
+    hpux*)
65891
 
+      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
65892
 
+      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
65893
 
+      # sets the default TLS model and affects inlining.
 
71000
+      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
71001
+      # not for PA HP-UX.
65894
71002
+      case $host_cpu in
65895
 
+      hppa*64*)
 
71003
+      hppa*64*|ia64*)
65896
71004
+       # +Z the default
65897
71005
+       ;;
65898
71006
+      *)
65942
71050
+      fi
65943
71051
+      ;;
65944
71052
+
65945
 
+    mingw* | cygwin* | pw32* | os2* | cegcc*)
 
71053
+    mingw* | cygwin* | pw32* | os2*)
65946
71054
+      # This hack is so that the source file can tell whether it is being
65947
71055
+      # built for inclusion in a dll (and should export symbols for example).
65948
71056
+      m4_if([$1], [GCJ], [],
65973
71081
+
65974
71082
+    linux* | k*bsd*-gnu)
65975
71083
+      case $cc_basename in
65976
 
+      # old Intel for x86_64 which still supported -KPIC.
65977
 
+      ecc*)
 
71084
+      icc* | ecc* | ifort*)
65978
71085
+       _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
65979
71086
+       _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
65980
71087
+       _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
65981
71088
+        ;;
65982
 
+      # icc used to be incompatible with GCC.
65983
 
+      # ICC 10 doesn't accept -KPIC any more.
65984
 
+      icc* | ifort*)
65985
 
+       _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
65986
 
+       _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
65987
 
+       _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
65988
 
+        ;;
65989
 
+      # Lahey Fortran 8.1.
65990
 
+      lf95*)
65991
 
+       _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
65992
 
+       _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared'
65993
 
+       _LT_TAGVAR(lt_prog_compiler_static, $1)='--static'
65994
 
+       ;;
65995
71089
+      pgcc* | pgf77* | pgf90* | pgf95*)
65996
71090
+        # Portland Group compilers (*not* the Pentium gcc compiler,
65997
71091
+       # which looks to be a dead project)
66173
71267
+  pw32*)
66174
71268
+    _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
66175
71269
+  ;;
66176
 
+  cygwin* | mingw* | cegcc*)
 
71270
+  cygwin* | mingw*)
66177
71271
+    _LT_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'
66178
71272
+  ;;
66179
71273
+  linux* | k*bsd*-gnu)
66228
71322
+  extract_expsyms_cmds=
66229
71323
+
66230
71324
+  case $host_os in
66231
 
+  cygwin* | mingw* | pw32* | cegcc*)
 
71325
+  cygwin* | mingw* | pw32*)
66232
71326
+    # FIXME: the MSVC++ port hasn't been tested in a loooong time
66233
71327
+    # When not using gcc, we currently assume that we are using
66234
71328
+    # Microsoft Visual C++.
66315
71409
+      fi
66316
71410
+      ;;
66317
71411
+
66318
 
+    cygwin* | mingw* | pw32* | cegcc*)
 
71412
+    cygwin* | mingw* | pw32*)
66319
71413
+      # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
66320
71414
+      # as there is no search path for DLLs.
66321
71415
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
66381
71475
+         tmp_addflag=' -i_dynamic -nofor_main' ;;
66382
71476
+       ifc* | ifort*)                  # Intel Fortran compiler
66383
71477
+         tmp_addflag=' -nofor_main' ;;
66384
 
+       lf95*)                          # Lahey Fortran 8.1
66385
 
+         _LT_TAGVAR(whole_archive_flag_spec, $1)=
66386
 
+         tmp_sharedflag='--shared' ;;
66387
71478
+       xl[[cC]]*)                      # IBM XL C 8.0 on PPC (deal with xlf below)
66388
71479
+         tmp_sharedflag='-qmkshrobj'
66389
71480
+         tmp_addflag= ;;
66616
71707
+       fi
66617
71708
+      fi
66618
71709
+
66619
 
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
66620
71710
+      # It seems that -bexpall does not export symbols beginning with
66621
71711
+      # underscore (_), so it is better to generate a list of symbols to export.
66622
71712
+      _LT_TAGVAR(always_export_symbols, $1)=yes
66671
71761
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
66672
71762
+      ;;
66673
71763
+
66674
 
+    cygwin* | mingw* | pw32* | cegcc*)
 
71764
+    cygwin* | mingw* | pw32*)
66675
71765
+      # When not using gcc, we currently assume that we are using
66676
71766
+      # Microsoft Visual C++.
66677
71767
+      # hardcode_libdir_flag_spec is actually meaningless, as there is
66775
71865
+         _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
66776
71866
+         ;;
66777
71867
+       ia64*)
66778
 
+         _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
71868
+         _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
66779
71869
+         ;;
66780
71870
+       *)
66781
71871
+         _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
67560
72650
+          fi
67561
72651
+        fi
67562
72652
+
67563
 
+        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
67564
72653
+        # It seems that -bexpall does not export symbols beginning with
67565
72654
+        # underscore (_), so it is better to generate a list of symbols to
67566
72655
+       # export.
67619
72708
+        esac
67620
72709
+        ;;
67621
72710
+
67622
 
+      cygwin* | mingw* | pw32* | cegcc*)
 
72711
+      cygwin* | mingw* | pw32*)
67623
72712
+        # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
67624
72713
+        # as there is no search path for DLLs.
67625
72714
+        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
69004
74093
+])
69005
74094
+
69006
74095
+
69007
 
+# _LT_DECL_OBJDUMP
69008
 
+# --------------
69009
 
+# If we don't have a new enough Autoconf to choose the best objdump
69010
 
+# available, choose the one first in the user's PATH.
69011
 
+m4_defun([_LT_DECL_OBJDUMP],
69012
 
+[AC_CHECK_TOOL(OBJDUMP, objdump, false)
69013
 
+test -z "$OBJDUMP" && OBJDUMP=objdump
69014
 
+_LT_DECL([], [OBJDUMP], [1], [An object symbol dumper])
69015
 
+AC_SUBST([OBJDUMP])
69016
 
+])
69017
 
+
69018
 
+
69019
74096
+# _LT_DECL_SED
69020
74097
+# ------------
69021
74098
+# Check for a fully-functional sed program, that truncates
69353
74430
+    ;;
69354
74431
+  esac
69355
74432
+])
69356
 
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.25.92/m4/lt~obsolete.m4 gnome-control-center-2.25.92.new/m4/lt~obsolete.m4
69357
 
--- gnome-control-center-2.25.92/m4/lt~obsolete.m4      1970-01-01 01:00:00.000000000 +0100
69358
 
+++ gnome-control-center-2.25.92.new/m4/lt~obsolete.m4  2009-03-04 10:55:30.000000000 +0100
 
74433
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.26.0/m4/lt~obsolete.m4 gnome-control-center-2.26.0.new/m4/lt~obsolete.m4
 
74434
--- gnome-control-center-2.26.0/m4/lt~obsolete.m4       1970-01-01 01:00:00.000000000 +0100
 
74435
+++ gnome-control-center-2.26.0.new/m4/lt~obsolete.m4   2009-03-17 12:02:04.000000000 +0100
69359
74436
@@ -0,0 +1,92 @@
69360
74437
+# lt~obsolete.m4 -- aclocal satisfying obsolete definitions.    -*-Autoconf-*-
69361
74438
+#
69449
74526
+m4_ifndef([_LT_AC_LANG_RC_CONFIG],     [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
69450
74527
+m4_ifndef([AC_LIBTOOL_CONFIG],         [AC_DEFUN([AC_LIBTOOL_CONFIG])])
69451
74528
+m4_ifndef([_LT_AC_FILE_LTDLL_C],       [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
69452
 
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.25.92/m4/ltoptions.m4 gnome-control-center-2.25.92.new/m4/ltoptions.m4
69453
 
--- gnome-control-center-2.25.92/m4/ltoptions.m4        1970-01-01 01:00:00.000000000 +0100
69454
 
+++ gnome-control-center-2.25.92.new/m4/ltoptions.m4    2009-03-04 10:55:30.000000000 +0100
 
74529
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.26.0/m4/ltoptions.m4 gnome-control-center-2.26.0.new/m4/ltoptions.m4
 
74530
--- gnome-control-center-2.26.0/m4/ltoptions.m4 1970-01-01 01:00:00.000000000 +0100
 
74531
+++ gnome-control-center-2.26.0.new/m4/ltoptions.m4     2009-03-17 12:02:03.000000000 +0100
69455
74532
@@ -0,0 +1,368 @@
69456
74533
+# Helper functions for option handling.                    -*- Autoconf -*-
69457
74534
+#
69580
74657
+[enable_win32_dll=yes
69581
74658
+
69582
74659
+case $host in
69583
 
+*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*)
 
74660
+*-*-cygwin* | *-*-mingw* | *-*-pw32*)
69584
74661
+  AC_CHECK_TOOL(AS, as, false)
69585
74662
+  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
69586
74663
+  AC_CHECK_TOOL(OBJDUMP, objdump, false)
69821
74898
+                [m4_define([_LTDL_TYPE], [installable])])
69822
74899
+LT_OPTION_DEFINE([LTDL_INIT], [convenience],
69823
74900
+                [m4_define([_LTDL_TYPE], [convenience])])
69824
 
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.25.92/m4/ltsugar.m4 gnome-control-center-2.25.92.new/m4/ltsugar.m4
69825
 
--- gnome-control-center-2.25.92/m4/ltsugar.m4  1970-01-01 01:00:00.000000000 +0100
69826
 
+++ gnome-control-center-2.25.92.new/m4/ltsugar.m4      2009-03-04 10:55:30.000000000 +0100
 
74901
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.26.0/m4/ltsugar.m4 gnome-control-center-2.26.0.new/m4/ltsugar.m4
 
74902
--- gnome-control-center-2.26.0/m4/ltsugar.m4   1970-01-01 01:00:00.000000000 +0100
 
74903
+++ gnome-control-center-2.26.0.new/m4/ltsugar.m4       2009-03-17 12:02:03.000000000 +0100
69827
74904
@@ -0,0 +1,123 @@
69828
74905
+# ltsugar.m4 -- libtool m4 base layer.                         -*-Autoconf-*-
69829
74906
+#
69830
 
+# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
69831
 
+# Written by Gary V. Vaughan, 2004
 
74907
+#   Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc.
 
74908
+#   Written by Gary V. Vaughan, 2004
69832
74909
+#
69833
74910
+# This file is free software; the Free Software Foundation gives
69834
74911
+# unlimited permission to copy and/or distribute it, with or without
69835
74912
+# modifications, as long as this notice is preserved.
69836
74913
+
69837
 
+# serial 6 ltsugar.m4
 
74914
+# serial 5 ltsugar.m4
69838
74915
+
69839
74916
+# This is to help aclocal find these macros, as it can't see m4_define.
69840
74917
+AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
69890
74967
+# Produce a SEP delimited list of all paired combinations of elements of
69891
74968
+# PREFIX-LIST with SUFFIX1 through SUFFIXn.  Each element of the list
69892
74969
+# has the form PREFIXmINFIXSUFFIXn.
69893
 
+# Needed until we can rely on m4_combine added in Autoconf 2.62.
69894
74970
+m4_define([lt_combine],
69895
 
+[m4_if(m4_eval([$# > 3]), [1],
69896
 
+       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
69897
 
+[[m4_foreach([_Lt_prefix], [$2],
69898
 
+            [m4_foreach([_Lt_suffix],
69899
 
+               ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[,
69900
 
+       [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])])
 
74971
+[m4_if([$2], [], [],
 
74972
+  [m4_if([$4], [], [],
 
74973
+    [lt_join(m4_quote(m4_default([$1], [[, ]])),
 
74974
+      lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_prefix, [$2],
 
74975
+                  [m4_foreach(_Lt_suffix, lt_car([m4_shiftn(3, $@)]),
 
74976
+                              [_Lt_prefix[]$3[]_Lt_suffix ])])))))])])dnl
 
74977
+])
69901
74978
+
69902
74979
+
69903
74980
+# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
69948
75025
+           lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]),
69949
75026
+                     [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl
69950
75027
+])
69951
 
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.25.92/m4/ltversion.m4 gnome-control-center-2.25.92.new/m4/ltversion.m4
69952
 
--- gnome-control-center-2.25.92/m4/ltversion.m4        1970-01-01 01:00:00.000000000 +0100
69953
 
+++ gnome-control-center-2.25.92.new/m4/ltversion.m4    2009-03-04 10:55:30.000000000 +0100
 
75028
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.26.0/m4/ltversion.m4 gnome-control-center-2.26.0.new/m4/ltversion.m4
 
75029
--- gnome-control-center-2.26.0/m4/ltversion.m4 1970-01-01 01:00:00.000000000 +0100
 
75030
+++ gnome-control-center-2.26.0.new/m4/ltversion.m4     2009-03-17 12:02:03.000000000 +0100
69954
75031
@@ -0,0 +1,23 @@
69955
75032
+# ltversion.m4 -- version numbers                      -*- Autoconf -*-
69956
75033
+#
69963
75040
+
69964
75041
+# Generated from ltversion.in.
69965
75042
+
69966
 
+# serial 3012 ltversion.m4
 
75043
+# serial 2976 ltversion.m4
69967
75044
+# This file is part of GNU Libtool
69968
75045
+
69969
 
+m4_define([LT_PACKAGE_VERSION], [2.2.6])
69970
 
+m4_define([LT_PACKAGE_REVISION], [1.3012])
 
75046
+m4_define([LT_PACKAGE_VERSION], [2.2.4])
 
75047
+m4_define([LT_PACKAGE_REVISION], [1.2976])
69971
75048
+
69972
75049
+AC_DEFUN([LTVERSION_VERSION],
69973
 
+[macro_version='2.2.6'
69974
 
+macro_revision='1.3012'
 
75050
+[macro_version='2.2.4'
 
75051
+macro_revision='1.2976'
69975
75052
+_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
69976
75053
+_LT_DECL(, macro_revision, 0)
69977
75054
+])
69978
 
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.25.92/Makefile.in gnome-control-center-2.25.92.new/Makefile.in
69979
 
--- gnome-control-center-2.25.92/Makefile.in    2009-03-04 10:55:17.000000000 +0100
69980
 
+++ gnome-control-center-2.25.92.new/Makefile.in        2009-03-04 10:55:38.000000000 +0100
69981
 
@@ -1,4 +1,4 @@
69982
 
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
69983
 
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
69984
 
 # @configure_input@
69985
 
 
69986
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
75055
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.26.0/Makefile.in gnome-control-center-2.26.0.new/Makefile.in
 
75056
--- gnome-control-center-2.26.0/Makefile.in     2009-03-17 12:01:45.000000000 +0100
 
75057
+++ gnome-control-center-2.26.0.new/Makefile.in 2009-03-17 12:02:15.000000000 +0100
69987
75058
@@ -40,7 +40,10 @@
69988
75059
        ltmain.sh missing mkinstalldirs
69989
75060
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
70058
75129
 LN_S = @LN_S@
70059
75130
 LTLIBOBJS = @LTLIBOBJS@
70060
75131
 MAINT = @MAINT@
70061
 
@@ -205,9 +209,13 @@
 
75132
@@ -205,9 +209,12 @@
70062
75133
 MSGFMT = @MSGFMT@
70063
75134
 MSGFMT_OPTS = @MSGFMT_OPTS@
70064
75135
 MSGMERGE = @MSGMERGE@
70065
75136
+NM = @NM@
70066
75137
 NMEDIT = @NMEDIT@
70067
 
+OBJDUMP = @OBJDUMP@
70068
75138
 OBJEXT = @OBJEXT@
70069
75139
 OMF_DIR = @OMF_DIR@
70070
75140
+OTOOL = @OTOOL@
70072
75142
 PACKAGE = @PACKAGE@
70073
75143
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
70074
75144
 PACKAGE_NAME = @PACKAGE_NAME@
70075
 
@@ -227,6 +235,8 @@
 
75145
@@ -227,6 +234,8 @@
70076
75146
 SED = @SED@
70077
75147
 SET_MAKE = @SET_MAKE@
70078
75148
 SHELL = @SHELL@
70081
75151
 STRIP = @STRIP@
70082
75152
 TYPING_BREAK = @TYPING_BREAK@
70083
75153
 TYPING_CFLAGS = @TYPING_CFLAGS@
70084
 
@@ -249,8 +259,7 @@
 
75154
@@ -249,8 +258,7 @@
70085
75155
 abs_top_builddir = @abs_top_builddir@
70086
75156
 abs_top_srcdir = @abs_top_srcdir@
70087
75157
 ac_ct_CC = @ac_ct_CC@
70091
75161
 am__include = @am__include@
70092
75162
 am__leading_dot = @am__leading_dot@
70093
75163
 am__quote = @am__quote@
70094
 
@@ -281,6 +290,7 @@
 
75164
@@ -281,6 +289,7 @@
70095
75165
 libexecdir = @libexecdir@
70096
75166
 localedir = @localedir@
70097
75167
 localstatedir = @localstatedir@
70099
75169
 mandir = @mandir@
70100
75170
 mkdir_p = @mkdir_p@
70101
75171
 oldincludedir = @oldincludedir@
70102
 
@@ -367,7 +377,7 @@
70103
 
        -rm -rf .libs _libs
70104
 
 
70105
 
 distclean-libtool:
70106
 
-       -rm -f libtool
70107
 
+       -rm -f libtool config.lt
70108
 
 
70109
 
 # This directory's subdirectories are mostly independent; you can cd
70110
 
 # into them and run `make' without going through this Makefile.
70111
 
@@ -444,7 +454,7 @@
70112
 
        unique=`for i in $$list; do \
70113
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
70114
 
          done | \
70115
 
-         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
70116
 
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
70117
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
70118
 
        mkid -fID $$unique
70119
 
 tags: TAGS
70120
 
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.25.92/shell/Makefile.in gnome-control-center-2.25.92.new/shell/Makefile.in
70121
 
--- gnome-control-center-2.25.92/shell/Makefile.in      2009-03-04 10:55:17.000000000 +0100
70122
 
+++ gnome-control-center-2.25.92.new/shell/Makefile.in  2009-03-04 10:55:38.000000000 +0100
70123
 
@@ -1,4 +1,4 @@
70124
 
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
70125
 
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
70126
 
 # @configure_input@
70127
 
 
70128
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
75172
@@ -293,7 +302,6 @@
 
75173
 srcdir = @srcdir@
 
75174
 sysconfdir = @sysconfdir@
 
75175
 target_alias = @target_alias@
 
75176
-top_build_prefix = @top_build_prefix@
 
75177
 top_builddir = @top_builddir@
 
75178
 top_srcdir = @top_srcdir@
 
75179
 SUBDIRS = po libwindow-settings libslab capplets font-viewer shell \
 
75180
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.26.0/shell/Makefile.in gnome-control-center-2.26.0.new/shell/Makefile.in
 
75181
--- gnome-control-center-2.26.0/shell/Makefile.in       2009-03-17 12:01:44.000000000 +0100
 
75182
+++ gnome-control-center-2.26.0.new/shell/Makefile.in   2009-03-17 12:02:15.000000000 +0100
70129
75183
@@ -39,7 +39,10 @@
70130
75184
        $(srcdir)/gnomecc.desktop.in.in ChangeLog
70131
75185
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
70200
75254
 LN_S = @LN_S@
70201
75255
 LTLIBOBJS = @LTLIBOBJS@
70202
75256
 MAINT = @MAINT@
70203
 
@@ -214,9 +218,13 @@
 
75257
@@ -214,9 +218,12 @@
70204
75258
 MSGFMT = @MSGFMT@
70205
75259
 MSGFMT_OPTS = @MSGFMT_OPTS@
70206
75260
 MSGMERGE = @MSGMERGE@
70207
75261
+NM = @NM@
70208
75262
 NMEDIT = @NMEDIT@
70209
 
+OBJDUMP = @OBJDUMP@
70210
75263
 OBJEXT = @OBJEXT@
70211
75264
 OMF_DIR = @OMF_DIR@
70212
75265
+OTOOL = @OTOOL@
70214
75267
 PACKAGE = @PACKAGE@
70215
75268
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
70216
75269
 PACKAGE_NAME = @PACKAGE_NAME@
70217
 
@@ -236,6 +244,8 @@
 
75270
@@ -236,6 +243,8 @@
70218
75271
 SED = @SED@
70219
75272
 SET_MAKE = @SET_MAKE@
70220
75273
 SHELL = @SHELL@
70223
75276
 STRIP = @STRIP@
70224
75277
 TYPING_BREAK = @TYPING_BREAK@
70225
75278
 TYPING_CFLAGS = @TYPING_CFLAGS@
70226
 
@@ -258,8 +268,7 @@
 
75279
@@ -258,8 +267,7 @@
70227
75280
 abs_top_builddir = @abs_top_builddir@
70228
75281
 abs_top_srcdir = @abs_top_srcdir@
70229
75282
 ac_ct_CC = @ac_ct_CC@
70233
75286
 am__include = @am__include@
70234
75287
 am__leading_dot = @am__leading_dot@
70235
75288
 am__quote = @am__quote@
70236
 
@@ -290,6 +299,7 @@
 
75289
@@ -290,6 +298,7 @@
70237
75290
 libexecdir = @libexecdir@
70238
75291
 localedir = @localedir@
70239
75292
 localstatedir = @localstatedir@
70241
75294
 mandir = @mandir@
70242
75295
 mkdir_p = @mkdir_p@
70243
75296
 oldincludedir = @oldincludedir@
70244
 
@@ -339,8 +349,8 @@
70245
 
        @for dep in $?; do \
70246
 
          case '$(am__configure_deps)' in \
70247
 
            *$$dep*) \
70248
 
-             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
70249
 
-               && exit 0; \
70250
 
+             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
70251
 
+               && { if test -f $@; then exit 0; else break; fi; }; \
70252
 
              exit 1;; \
70253
 
          esac; \
70254
 
        done; \
70255
 
@@ -506,7 +516,7 @@
70256
 
        unique=`for i in $$list; do \
70257
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
70258
 
          done | \
70259
 
-         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
70260
 
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
70261
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
70262
 
        mkid -fID $$unique
70263
 
 tags: TAGS
70264
 
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.25.92/typing-break/Makefile.in gnome-control-center-2.25.92.new/typing-break/Makefile.in
70265
 
--- gnome-control-center-2.25.92/typing-break/Makefile.in       2009-03-04 10:55:17.000000000 +0100
70266
 
+++ gnome-control-center-2.25.92.new/typing-break/Makefile.in   2009-03-04 10:55:38.000000000 +0100
70267
 
@@ -1,4 +1,4 @@
70268
 
-# Makefile.in generated by automake 1.10.1 from Makefile.am.
70269
 
+# Makefile.in generated by automake 1.10.2 from Makefile.am.
70270
 
 # @configure_input@
70271
 
 
70272
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
75297
@@ -302,7 +311,6 @@
 
75298
 srcdir = @srcdir@
 
75299
 sysconfdir = @sysconfdir@
 
75300
 target_alias = @target_alias@
 
75301
-top_build_prefix = @top_build_prefix@
 
75302
 top_builddir = @top_builddir@
 
75303
 top_srcdir = @top_srcdir@
 
75304
 INCLUDES = \
 
75305
diff -Nur -x '*.orig' -x '*~' gnome-control-center-2.26.0/typing-break/Makefile.in gnome-control-center-2.26.0.new/typing-break/Makefile.in
 
75306
--- gnome-control-center-2.26.0/typing-break/Makefile.in        2009-03-17 12:01:46.000000000 +0100
 
75307
+++ gnome-control-center-2.26.0.new/typing-break/Makefile.in    2009-03-17 12:02:15.000000000 +0100
70273
75308
@@ -42,7 +42,10 @@
70274
75309
        $(srcdir)/Makefile.in ChangeLog
70275
75310
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
70344
75379
 LN_S = @LN_S@
70345
75380
 LTLIBOBJS = @LTLIBOBJS@
70346
75381
 MAINT = @MAINT@
70347
 
@@ -223,9 +227,13 @@
 
75382
@@ -223,9 +227,12 @@
70348
75383
 MSGFMT = @MSGFMT@
70349
75384
 MSGFMT_OPTS = @MSGFMT_OPTS@
70350
75385
 MSGMERGE = @MSGMERGE@
70351
75386
+NM = @NM@
70352
75387
 NMEDIT = @NMEDIT@
70353
 
+OBJDUMP = @OBJDUMP@
70354
75388
 OBJEXT = @OBJEXT@
70355
75389
 OMF_DIR = @OMF_DIR@
70356
75390
+OTOOL = @OTOOL@
70358
75392
 PACKAGE = @PACKAGE@
70359
75393
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
70360
75394
 PACKAGE_NAME = @PACKAGE_NAME@
70361
 
@@ -245,6 +253,8 @@
 
75395
@@ -245,6 +252,8 @@
70362
75396
 SED = @SED@
70363
75397
 SET_MAKE = @SET_MAKE@
70364
75398
 SHELL = @SHELL@
70367
75401
 STRIP = @STRIP@
70368
75402
 TYPING_BREAK = @TYPING_BREAK@
70369
75403
 TYPING_CFLAGS = @TYPING_CFLAGS@
70370
 
@@ -267,8 +277,7 @@
 
75404
@@ -267,8 +276,7 @@
70371
75405
 abs_top_builddir = @abs_top_builddir@
70372
75406
 abs_top_srcdir = @abs_top_srcdir@
70373
75407
 ac_ct_CC = @ac_ct_CC@
70377
75411
 am__include = @am__include@
70378
75412
 am__leading_dot = @am__leading_dot@
70379
75413
 am__quote = @am__quote@
70380
 
@@ -299,6 +308,7 @@
 
75414
@@ -299,6 +307,7 @@
70381
75415
 libexecdir = @libexecdir@
70382
75416
 localedir = @localedir@
70383
75417
 localstatedir = @localstatedir@
70385
75419
 mandir = @mandir@
70386
75420
 mkdir_p = @mkdir_p@
70387
75421
 oldincludedir = @oldincludedir@
70388
 
@@ -353,8 +363,8 @@
70389
 
        @for dep in $?; do \
70390
 
          case '$(am__configure_deps)' in \
70391
 
            *$$dep*) \
70392
 
-             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
70393
 
-               && exit 0; \
70394
 
+             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
70395
 
+               && { if test -f $@; then exit 0; else break; fi; }; \
70396
 
              exit 1;; \
70397
 
          esac; \
70398
 
        done; \
70399
 
@@ -590,7 +600,7 @@
70400
 
        unique=`for i in $$list; do \
70401
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
70402
 
          done | \
70403
 
-         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
70404
 
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
70405
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
70406
 
        mkid -fID $$unique
70407
 
 tags: TAGS
 
75422
@@ -311,7 +320,6 @@
 
75423
 srcdir = @srcdir@
 
75424
 sysconfdir = @sysconfdir@
 
75425
 target_alias = @target_alias@
 
75426
-top_build_prefix = @top_build_prefix@
 
75427
 top_builddir = @top_builddir@
 
75428
 top_srcdir = @top_srcdir@
 
75429
 gnome_typing_monitor_SOURCES = \