~didrocks/totem/ubuntu

« back to all changes in this revision

Viewing changes to debian/patches/70_autotools.patch

  • Committer: Didier Roche
  • Date: 2009-01-06 16:54:42 UTC
  • Revision ID: didrocks@ubuntu.com-20090106165442-6kjg99vrbyiddwrg
init totem package in bzr

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: totem-2.24.3/aclocal.m4
 
2
===================================================================
 
3
--- totem-2.24.3.orig/aclocal.m4        2008-10-26 15:40:41.000000000 +0100
 
4
+++ totem-2.24.3/aclocal.m4     2008-10-30 19:06:27.000000000 +0100
 
5
@@ -13,8 +13,8 @@
 
6
 
 
7
 m4_ifndef([AC_AUTOCONF_VERSION],
 
8
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 
9
-m4_if(AC_AUTOCONF_VERSION, [2.63],,
 
10
-[m4_warning([this file was generated for autoconf 2.63.
 
11
+m4_if(AC_AUTOCONF_VERSION, [2.61],,
 
12
+[m4_warning([this file was generated for autoconf 2.61.
 
13
 You have another version of autoconf.  It may work, but is not guaranteed to.
 
14
 If you have problems, you may need to regenerate the build system entirely.
 
15
 To do so, use the procedure documented by the package, typically `autoreconf'.])])
 
16
@@ -918,101 +918,187 @@
 
17
 
 
18
 
 
19
 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
 
20
+#
 
21
+#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
 
22
+#                 2006, 2007, 2008 Free Software Foundation, Inc.
 
23
+#   Written by Gordon Matzigkeit, 1996
 
24
+#
 
25
+# This file is free software; the Free Software Foundation gives
 
26
+# unlimited permission to copy and/or distribute it, with or without
 
27
+# modifications, as long as this notice is preserved.
 
28
+
 
29
+m4_define([_LT_COPYING], [dnl
 
30
+#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
 
31
+#                 2006, 2007, 2008 Free Software Foundation, Inc.
 
32
+#   Written by Gordon Matzigkeit, 1996
 
33
+#
 
34
+#   This file is part of GNU Libtool.
 
35
+#
 
36
+# GNU Libtool is free software; you can redistribute it and/or
 
37
+# modify it under the terms of the GNU General Public License as
 
38
+# published by the Free Software Foundation; either version 2 of
 
39
+# the License, or (at your option) any later version.
 
40
+#
 
41
+# As a special exception to the GNU General Public License,
 
42
+# if you distribute this file as part of a program or library that
 
43
+# is built using GNU Libtool, you may include this file under the
 
44
+# same distribution terms that you use for the rest of that program.
 
45
+#
 
46
+# GNU Libtool is distributed in the hope that it will be useful,
 
47
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
48
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
49
+# GNU General Public License for more details.
 
50
+#
 
51
+# You should have received a copy of the GNU General Public License
 
52
+# along with GNU Libtool; see the file COPYING.  If not, a copy
 
53
+# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
 
54
+# obtained by writing to the Free Software Foundation, Inc.,
 
55
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
56
+])
 
57
 
 
58
-# serial 52 AC_PROG_LIBTOOL
 
59
+# serial 56 LT_INIT
 
60
 
 
61
 
 
62
-# AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
 
63
-# -----------------------------------------------------------
 
64
-# If this macro is not defined by Autoconf, define it here.
 
65
-m4_ifdef([AC_PROVIDE_IFELSE],
 
66
-         [],
 
67
-         [m4_define([AC_PROVIDE_IFELSE],
 
68
-                [m4_ifdef([AC_PROVIDE_$1],
 
69
-                          [$2], [$3])])])
 
70
+# LT_PREREQ(VERSION)
 
71
+# ------------------
 
72
+# Complain and exit if this libtool version is less that VERSION.
 
73
+m4_defun([LT_PREREQ],
 
74
+[m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1,
 
75
+       [m4_default([$3],
 
76
+                  [m4_fatal([Libtool version $1 or higher is required],
 
77
+                            63)])],
 
78
+       [$2])])
 
79
 
 
80
 
 
81
-# AC_PROG_LIBTOOL
 
82
-# ---------------
 
83
-AC_DEFUN([AC_PROG_LIBTOOL],
 
84
-[AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
 
85
-dnl If AC_PROG_CXX has already been expanded, run AC_LIBTOOL_CXX
 
86
-dnl immediately, otherwise, hook it in at the end of AC_PROG_CXX.
 
87
-  AC_PROVIDE_IFELSE([AC_PROG_CXX],
 
88
-    [AC_LIBTOOL_CXX],
 
89
-    [define([AC_PROG_CXX], defn([AC_PROG_CXX])[AC_LIBTOOL_CXX
 
90
-  ])])
 
91
-dnl And a similar setup for Fortran 77 support
 
92
-  AC_PROVIDE_IFELSE([AC_PROG_F77],
 
93
-    [AC_LIBTOOL_F77],
 
94
-    [define([AC_PROG_F77], defn([AC_PROG_F77])[AC_LIBTOOL_F77
 
95
-])])
 
96
-
 
97
-dnl Quote A][M_PROG_GCJ so that aclocal doesn't bring it in needlessly.
 
98
-dnl If either AC_PROG_GCJ or A][M_PROG_GCJ have already been expanded, run
 
99
-dnl AC_LIBTOOL_GCJ immediately, otherwise, hook it in at the end of both.
 
100
-  AC_PROVIDE_IFELSE([AC_PROG_GCJ],
 
101
-    [AC_LIBTOOL_GCJ],
 
102
-    [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
 
103
-      [AC_LIBTOOL_GCJ],
 
104
-      [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],
 
105
-       [AC_LIBTOOL_GCJ],
 
106
-      [ifdef([AC_PROG_GCJ],
 
107
-            [define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])
 
108
-       ifdef([A][M_PROG_GCJ],
 
109
-            [define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[AC_LIBTOOL_GCJ])])
 
110
-       ifdef([LT_AC_PROG_GCJ],
 
111
-            [define([LT_AC_PROG_GCJ],
 
112
-               defn([LT_AC_PROG_GCJ])[AC_LIBTOOL_GCJ])])])])
 
113
-])])# AC_PROG_LIBTOOL
 
114
+# _LT_CHECK_BUILDDIR
 
115
+# ------------------
 
116
+# Complain if the absolute build directory name contains unusual characters
 
117
+m4_defun([_LT_CHECK_BUILDDIR],
 
118
+[case `pwd` in
 
119
+  *\ * | *\    *)
 
120
+    AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;;
 
121
+esac
 
122
+])
 
123
 
 
124
 
 
125
-# _AC_PROG_LIBTOOL
 
126
-# ----------------
 
127
-AC_DEFUN([_AC_PROG_LIBTOOL],
 
128
-[AC_REQUIRE([AC_LIBTOOL_SETUP])dnl
 
129
-AC_BEFORE([$0],[AC_LIBTOOL_CXX])dnl
 
130
-AC_BEFORE([$0],[AC_LIBTOOL_F77])dnl
 
131
-AC_BEFORE([$0],[AC_LIBTOOL_GCJ])dnl
 
132
+# LT_INIT([OPTIONS])
 
133
+# ------------------
 
134
+AC_DEFUN([LT_INIT],
 
135
+[AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT
 
136
+AC_BEFORE([$0], [LT_LANG])dnl
 
137
+AC_BEFORE([$0], [LT_OUTPUT])dnl
 
138
+AC_BEFORE([$0], [LTDL_INIT])dnl
 
139
+m4_require([_LT_CHECK_BUILDDIR])dnl
 
140
+
 
141
+dnl Autoconf doesn't catch unexpanded LT_ macros by default:
 
142
+m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
 
143
+m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
 
144
+dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
 
145
+dnl unless we require an AC_DEFUNed macro:
 
146
+AC_REQUIRE([LTOPTIONS_VERSION])dnl
 
147
+AC_REQUIRE([LTSUGAR_VERSION])dnl
 
148
+AC_REQUIRE([LTVERSION_VERSION])dnl
 
149
+AC_REQUIRE([LTOBSOLETE_VERSION])dnl
 
150
+m4_require([_LT_PROG_LTMAIN])dnl
 
151
+
 
152
+dnl Parse OPTIONS
 
153
+_LT_SET_OPTIONS([$0], [$1])
 
154
 
 
155
 # This can be used to rebuild libtool when needed
 
156
-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
 
157
+LIBTOOL_DEPS="$ltmain"
 
158
 
 
159
 # Always use our own libtool.
 
160
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
 
161
 AC_SUBST(LIBTOOL)dnl
 
162
 
 
163
-# Prevent multiple expansion
 
164
-define([AC_PROG_LIBTOOL], [])
 
165
-])# _AC_PROG_LIBTOOL
 
166
+_LT_SETUP
 
167
 
 
168
+# Only expand once:
 
169
+m4_define([LT_INIT])
 
170
+])# LT_INIT
 
171
+
 
172
+# Old names:
 
173
+AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT])
 
174
+AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT])
 
175
+dnl aclocal-1.4 backwards compatibility:
 
176
+dnl AC_DEFUN([AC_PROG_LIBTOOL], [])
 
177
+dnl AC_DEFUN([AM_PROG_LIBTOOL], [])
 
178
 
 
179
-# AC_LIBTOOL_SETUP
 
180
-# ----------------
 
181
-AC_DEFUN([AC_LIBTOOL_SETUP],
 
182
-[AC_PREREQ(2.50)dnl
 
183
-AC_REQUIRE([AC_ENABLE_SHARED])dnl
 
184
-AC_REQUIRE([AC_ENABLE_STATIC])dnl
 
185
-AC_REQUIRE([AC_ENABLE_FAST_INSTALL])dnl
 
186
-AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
187
+
 
188
+# _LT_CC_BASENAME(CC)
 
189
+# -------------------
 
190
+# Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
 
191
+m4_defun([_LT_CC_BASENAME],
 
192
+[for cc_temp in $1""; do
 
193
+  case $cc_temp in
 
194
+    compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
 
195
+    distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
 
196
+    \-*) ;;
 
197
+    *) break;;
 
198
+  esac
 
199
+done
 
200
+cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
201
+])
 
202
+
 
203
+
 
204
+# _LT_FILEUTILS_DEFAULTS
 
205
+# ----------------------
 
206
+# It is okay to use these file commands and assume they have been set
 
207
+# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
 
208
+m4_defun([_LT_FILEUTILS_DEFAULTS],
 
209
+[: ${CP="cp -f"}
 
210
+: ${MV="mv -f"}
 
211
+: ${RM="rm -f"}
 
212
+])# _LT_FILEUTILS_DEFAULTS
 
213
+
 
214
+
 
215
+# _LT_SETUP
 
216
+# ---------
 
217
+m4_defun([_LT_SETUP],
 
218
+[AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
219
 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
 
220
+_LT_DECL([], [host_alias], [0], [The host system])dnl
 
221
+_LT_DECL([], [host], [0])dnl
 
222
+_LT_DECL([], [host_os], [0])dnl
 
223
+dnl
 
224
+_LT_DECL([], [build_alias], [0], [The build system])dnl
 
225
+_LT_DECL([], [build], [0])dnl
 
226
+_LT_DECL([], [build_os], [0])dnl
 
227
+dnl
 
228
 AC_REQUIRE([AC_PROG_CC])dnl
 
229
-AC_REQUIRE([AC_PROG_LD])dnl
 
230
-AC_REQUIRE([AC_PROG_LD_RELOAD_FLAG])dnl
 
231
-AC_REQUIRE([AC_PROG_NM])dnl
 
232
-
 
233
+AC_REQUIRE([LT_PATH_LD])dnl
 
234
+AC_REQUIRE([LT_PATH_NM])dnl
 
235
+dnl
 
236
 AC_REQUIRE([AC_PROG_LN_S])dnl
 
237
-AC_REQUIRE([AC_DEPLIBS_CHECK_METHOD])dnl
 
238
-# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
 
239
-AC_REQUIRE([AC_OBJEXT])dnl
 
240
-AC_REQUIRE([AC_EXEEXT])dnl
 
241
+test -z "$LN_S" && LN_S="ln -s"
 
242
+_LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl
 
243
 dnl
 
244
-AC_LIBTOOL_SYS_MAX_CMD_LEN
 
245
-AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
 
246
-AC_LIBTOOL_OBJDIR
 
247
+AC_REQUIRE([LT_CMD_MAX_LEN])dnl
 
248
+_LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl
 
249
+_LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl
 
250
+dnl
 
251
+m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
252
+m4_require([_LT_CHECK_SHELL_FEATURES])dnl
 
253
+m4_require([_LT_CMD_RELOAD])dnl
 
254
+m4_require([_LT_CHECK_MAGIC_METHOD])dnl
 
255
+m4_require([_LT_CMD_OLD_ARCHIVE])dnl
 
256
+m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
 
257
+
 
258
+_LT_CONFIG_LIBTOOL_INIT([
 
259
+# See if we are running on zsh, and set the options which allow our
 
260
+# commands through without removal of \ escapes INIT.
 
261
+if test -n "\${ZSH_VERSION+set}" ; then
 
262
+   setopt NO_GLOB_SUBST
 
263
+fi
 
264
+])
 
265
+if test -n "${ZSH_VERSION+set}" ; then
 
266
+   setopt NO_GLOB_SUBST
 
267
+fi
 
268
+
 
269
+_LT_CHECK_OBJDIR
 
270
 
 
271
-AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
 
272
-_LT_AC_PROG_ECHO_BACKSLASH
 
273
+m4_require([_LT_TAG_COMPILER])dnl
 
274
+_LT_PROG_ECHO_BACKSLASH
 
275
 
 
276
 case $host_os in
 
277
 aix3*)
 
278
@@ -1028,6533 +1114,7722 @@
 
279
 
 
280
 # Sed substitution that helps us do robust quoting.  It backslashifies
 
281
 # metacharacters that are still active within double-quoted strings.
 
282
-Xsed='sed -e 1s/^X//'
 
283
-[sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g']
 
284
+sed_quote_subst='s/\([["`$\\]]\)/\\\1/g'
 
285
 
 
286
 # Same as above, but do not quote variable references.
 
287
-[double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g']
 
288
+double_quote_subst='s/\([["`\\]]\)/\\\1/g'
 
289
 
 
290
 # Sed substitution to delay expansion of an escaped shell variable in a
 
291
 # double_quote_subst'ed string.
 
292
 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
 
293
 
 
294
+# Sed substitution to delay expansion of an escaped single quote.
 
295
+delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
 
296
+
 
297
 # Sed substitution to avoid accidental globbing in evaled expressions
 
298
 no_glob_subst='s/\*/\\\*/g'
 
299
 
 
300
-# Constants:
 
301
-rm="rm -f"
 
302
-
 
303
 # Global variables:
 
304
-default_ofile=libtool
 
305
+ofile=libtool
 
306
 can_build_shared=yes
 
307
 
 
308
 # All known linkers require a `.a' archive for static linking (except MSVC,
 
309
 # which needs '.lib').
 
310
 libext=a
 
311
-ltmain="$ac_aux_dir/ltmain.sh"
 
312
-ofile="$default_ofile"
 
313
-with_gnu_ld="$lt_cv_prog_gnu_ld"
 
314
 
 
315
-AC_CHECK_TOOL(AR, ar, false)
 
316
-AC_CHECK_TOOL(RANLIB, ranlib, :)
 
317
-AC_CHECK_TOOL(STRIP, strip, :)
 
318
+with_gnu_ld="$lt_cv_prog_gnu_ld"
 
319
 
 
320
 old_CC="$CC"
 
321
 old_CFLAGS="$CFLAGS"
 
322
 
 
323
 # Set sane defaults for various variables
 
324
-test -z "$AR" && AR=ar
 
325
-test -z "$AR_FLAGS" && AR_FLAGS=cru
 
326
-test -z "$AS" && AS=as
 
327
 test -z "$CC" && CC=cc
 
328
 test -z "$LTCC" && LTCC=$CC
 
329
 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
 
330
-test -z "$DLLTOOL" && DLLTOOL=dlltool
 
331
 test -z "$LD" && LD=ld
 
332
-test -z "$LN_S" && LN_S="ln -s"
 
333
-test -z "$MAGIC_CMD" && MAGIC_CMD=file
 
334
-test -z "$NM" && NM=nm
 
335
-test -z "$SED" && SED=sed
 
336
-test -z "$OBJDUMP" && OBJDUMP=objdump
 
337
-test -z "$RANLIB" && RANLIB=:
 
338
-test -z "$STRIP" && STRIP=:
 
339
 test -z "$ac_objext" && ac_objext=o
 
340
 
 
341
-# Determine commands to create old-style static archives.
 
342
-old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
 
343
-old_postinstall_cmds='chmod 644 $oldlib'
 
344
-old_postuninstall_cmds=
 
345
-
 
346
-if test -n "$RANLIB"; then
 
347
-  case $host_os in
 
348
-  openbsd*)
 
349
-    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
 
350
-    ;;
 
351
-  *)
 
352
-    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
 
353
-    ;;
 
354
-  esac
 
355
-  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
 
356
-fi
 
357
-
 
358
 _LT_CC_BASENAME([$compiler])
 
359
 
 
360
 # Only perform the check for file, if the check method requires it
 
361
+test -z "$MAGIC_CMD" && MAGIC_CMD=file
 
362
 case $deplibs_check_method in
 
363
 file_magic*)
 
364
   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
 
365
-    AC_PATH_MAGIC
 
366
+    _LT_PATH_MAGIC
 
367
   fi
 
368
   ;;
 
369
 esac
 
370
 
 
371
-_LT_REQUIRED_DARWIN_CHECKS
 
372
+# Use C for the default configuration in the libtool script
 
373
+LT_SUPPORTED_TAG([CC])
 
374
+_LT_LANG_C_CONFIG
 
375
+_LT_LANG_DEFAULT_CONFIG
 
376
+_LT_CONFIG_COMMANDS
 
377
+])# _LT_SETUP
 
378
 
 
379
-AC_PROVIDE_IFELSE([AC_LIBTOOL_DLOPEN], enable_dlopen=yes, enable_dlopen=no)
 
380
-AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
 
381
-enable_win32_dll=yes, enable_win32_dll=no)
 
382
-
 
383
-AC_ARG_ENABLE([libtool-lock],
 
384
-    [AC_HELP_STRING([--disable-libtool-lock],
 
385
-       [avoid locking (might break parallel builds)])])
 
386
-test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
 
387
 
 
388
-AC_ARG_WITH([pic],
 
389
-    [AC_HELP_STRING([--with-pic],
 
390
-       [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
 
391
-    [pic_mode="$withval"],
 
392
-    [pic_mode=default])
 
393
-test -z "$pic_mode" && pic_mode=default
 
394
+# _LT_PROG_LTMAIN
 
395
+# ---------------
 
396
+# Note that this code is called both from `configure', and `config.status'
 
397
+# now that we use AC_CONFIG_COMMANDS to generate libtool.  Notably,
 
398
+# `config.status' has no value for ac_aux_dir unless we are using Automake,
 
399
+# so we pass a copy along to make sure it has a sensible value anyway.
 
400
+m4_defun([_LT_PROG_LTMAIN],
 
401
+[m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl
 
402
+_LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir'])
 
403
+ltmain="$ac_aux_dir/ltmain.sh"
 
404
+])# _LT_PROG_LTMAIN
 
405
 
 
406
-# Use C for the default configuration in the libtool script
 
407
-tagname=
 
408
-AC_LIBTOOL_LANG_C_CONFIG
 
409
-_LT_AC_TAGCONFIG
 
410
-])# AC_LIBTOOL_SETUP
 
411
 
 
412
 
 
413
-# _LT_AC_SYS_COMPILER
 
414
-# -------------------
 
415
-AC_DEFUN([_LT_AC_SYS_COMPILER],
 
416
-[AC_REQUIRE([AC_PROG_CC])dnl
 
417
+# So that we can recreate a full libtool script including additional
 
418
+# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
 
419
+# in macros and then make a single call at the end using the `libtool'
 
420
+# label.
 
421
 
 
422
-# If no C compiler was specified, use CC.
 
423
-LTCC=${LTCC-"$CC"}
 
424
 
 
425
-# If no C compiler flags were specified, use CFLAGS.
 
426
-LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
 
427
+# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
 
428
+# ----------------------------------------
 
429
+# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
 
430
+m4_define([_LT_CONFIG_LIBTOOL_INIT],
 
431
+[m4_ifval([$1],
 
432
+          [m4_append([_LT_OUTPUT_LIBTOOL_INIT],
 
433
+                     [$1
 
434
+])])])
 
435
 
 
436
-# Allow CC to be a program name with arguments.
 
437
-compiler=$CC
 
438
-])# _LT_AC_SYS_COMPILER
 
439
+# Initialize.
 
440
+m4_define([_LT_OUTPUT_LIBTOOL_INIT])
 
441
 
 
442
 
 
443
-# _LT_CC_BASENAME(CC)
 
444
-# -------------------
 
445
-# Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
 
446
-AC_DEFUN([_LT_CC_BASENAME],
 
447
-[for cc_temp in $1""; do
 
448
-  case $cc_temp in
 
449
-    compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
 
450
-    distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
 
451
-    \-*) ;;
 
452
-    *) break;;
 
453
-  esac
 
454
-done
 
455
-cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
456
+# _LT_CONFIG_LIBTOOL([COMMANDS])
 
457
+# ------------------------------
 
458
+# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
 
459
+m4_define([_LT_CONFIG_LIBTOOL],
 
460
+[m4_ifval([$1],
 
461
+          [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS],
 
462
+                     [$1
 
463
+])])])
 
464
+
 
465
+# Initialize.
 
466
+m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS])
 
467
+
 
468
+
 
469
+# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
 
470
+# -----------------------------------------------------
 
471
+m4_defun([_LT_CONFIG_SAVE_COMMANDS],
 
472
+[_LT_CONFIG_LIBTOOL([$1])
 
473
+_LT_CONFIG_LIBTOOL_INIT([$2])
 
474
 ])
 
475
 
 
476
 
 
477
-# _LT_COMPILER_BOILERPLATE
 
478
-# ------------------------
 
479
-# Check for compiler boilerplate output or warnings with
 
480
-# the simple compiler test code.
 
481
-AC_DEFUN([_LT_COMPILER_BOILERPLATE],
 
482
-[AC_REQUIRE([LT_AC_PROG_SED])dnl
 
483
-ac_outfile=conftest.$ac_objext
 
484
-echo "$lt_simple_compile_test_code" >conftest.$ac_ext
 
485
-eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
486
-_lt_compiler_boilerplate=`cat conftest.err`
 
487
-$rm conftest*
 
488
-])# _LT_COMPILER_BOILERPLATE
 
489
+# _LT_FORMAT_COMMENT([COMMENT])
 
490
+# -----------------------------
 
491
+# Add leading comment marks to the start of each line, and a trailing
 
492
+# full-stop to the whole comment if one is not present already.
 
493
+m4_define([_LT_FORMAT_COMMENT],
 
494
+[m4_ifval([$1], [
 
495
+m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])],
 
496
+              [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.])
 
497
+)])
 
498
 
 
499
 
 
500
-# _LT_LINKER_BOILERPLATE
 
501
-# ----------------------
 
502
-# Check for linker boilerplate output or warnings with
 
503
-# the simple link test code.
 
504
-AC_DEFUN([_LT_LINKER_BOILERPLATE],
 
505
-[AC_REQUIRE([LT_AC_PROG_SED])dnl
 
506
-ac_outfile=conftest.$ac_objext
 
507
-echo "$lt_simple_link_test_code" >conftest.$ac_ext
 
508
-eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
509
-_lt_linker_boilerplate=`cat conftest.err`
 
510
-$rm -r conftest*
 
511
-])# _LT_LINKER_BOILERPLATE
 
512
 
 
513
-# _LT_REQUIRED_DARWIN_CHECKS
 
514
-# --------------------------
 
515
-# Check for some things on darwin
 
516
-AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS],[
 
517
-  case $host_os in
 
518
-    rhapsody* | darwin*)
 
519
-    AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:])
 
520
-    AC_CHECK_TOOL([NMEDIT], [nmedit], [:])
 
521
 
 
522
-    AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
 
523
-      [lt_cv_apple_cc_single_mod=no
 
524
-      if test -z "${LT_MULTI_MODULE}"; then
 
525
-   # By default we will add the -single_module flag. You can override
 
526
-   # by either setting the environment variable LT_MULTI_MODULE
 
527
-   # non-empty at configure time, or by adding -multi_module to the
 
528
-   # link flags.
 
529
-   echo "int foo(void){return 1;}" > conftest.c
 
530
-   $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
 
531
-     -dynamiclib ${wl}-single_module conftest.c
 
532
-   if test -f libconftest.dylib; then
 
533
-     lt_cv_apple_cc_single_mod=yes
 
534
-     rm -rf libconftest.dylib*
 
535
-   fi
 
536
-   rm conftest.c
 
537
-      fi])
 
538
-    AC_CACHE_CHECK([for -exported_symbols_list linker flag],
 
539
-      [lt_cv_ld_exported_symbols_list],
 
540
-      [lt_cv_ld_exported_symbols_list=no
 
541
-      save_LDFLAGS=$LDFLAGS
 
542
-      echo "_main" > conftest.sym
 
543
-      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
 
544
-      AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
 
545
-   [lt_cv_ld_exported_symbols_list=yes],
 
546
-   [lt_cv_ld_exported_symbols_list=no])
 
547
-   LDFLAGS="$save_LDFLAGS"
 
548
-    ])
 
549
-    case $host_os in
 
550
-    rhapsody* | darwin1.[[0123]])
 
551
-      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
 
552
-    darwin1.*)
 
553
-     _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
 
554
-    darwin*)
 
555
-      # if running on 10.5 or later, the deployment target defaults
 
556
-      # to the OS version, if on x86, and 10.4, the deployment
 
557
-      # target defaults to 10.4. Don't you love it?
 
558
-      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
 
559
-   10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
 
560
-     _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
 
561
-   10.[[012]]*)
 
562
-     _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
 
563
-   10.*)
 
564
-     _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
 
565
-      esac
 
566
-    ;;
 
567
-  esac
 
568
-    if test "$lt_cv_apple_cc_single_mod" = "yes"; then
 
569
-      _lt_dar_single_mod='$single_module'
 
570
-    fi
 
571
-    if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
 
572
-      _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
 
573
-    else
 
574
-      _lt_dar_export_syms="~$NMEDIT -s \$output_objdir/\${libname}-symbols.expsym \${lib}"
 
575
-    fi
 
576
-    if test "$DSYMUTIL" != ":"; then
 
577
-      _lt_dsymutil="~$DSYMUTIL \$lib || :"
 
578
-    else
 
579
-      _lt_dsymutil=
 
580
-    fi
 
581
-    ;;
 
582
-  esac
 
583
+
 
584
+# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
 
585
+# -------------------------------------------------------------------
 
586
+# CONFIGNAME is the name given to the value in the libtool script.
 
587
+# VARNAME is the (base) name used in the configure script.
 
588
+# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
 
589
+# VARNAME.  Any other value will be used directly.
 
590
+m4_define([_LT_DECL],
 
591
+[lt_if_append_uniq([lt_decl_varnames], [$2], [, ],
 
592
+    [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name],
 
593
+       [m4_ifval([$1], [$1], [$2])])
 
594
+    lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3])
 
595
+    m4_ifval([$4],
 
596
+       [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])])
 
597
+    lt_dict_add_subkey([lt_decl_dict], [$2],
 
598
+       [tagged?], [m4_ifval([$5], [yes], [no])])])
 
599
 ])
 
600
 
 
601
-# _LT_AC_SYS_LIBPATH_AIX
 
602
-# ----------------------
 
603
-# Links a minimal program and checks the executable
 
604
-# for the system default hardcoded library path. In most cases,
 
605
-# this is /usr/lib:/lib, but when the MPI compilers are used
 
606
-# the location of the communication and MPI libs are included too.
 
607
-# If we don't find anything, use the default library path according
 
608
-# to the aix ld manual.
 
609
-AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX],
 
610
-[AC_REQUIRE([LT_AC_PROG_SED])dnl
 
611
-AC_LINK_IFELSE(AC_LANG_PROGRAM,[
 
612
-lt_aix_libpath_sed='
 
613
-    /Import File Strings/,/^$/ {
 
614
-       /^0/ {
 
615
-           s/^0  *\(.*\)$/\1/
 
616
-           p
 
617
-       }
 
618
-    }'
 
619
-aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
620
-# Check for a 64-bit object if we didn't find anything.
 
621
-if test -z "$aix_libpath"; then
 
622
-  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
623
-fi],[])
 
624
-if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
625
-])# _LT_AC_SYS_LIBPATH_AIX
 
626
 
 
627
+# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
 
628
+# --------------------------------------------------------
 
629
+m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])])
 
630
 
 
631
-# _LT_AC_SHELL_INIT(ARG)
 
632
-# ----------------------
 
633
-AC_DEFUN([_LT_AC_SHELL_INIT],
 
634
-[ifdef([AC_DIVERSION_NOTICE],
 
635
-            [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
 
636
-        [AC_DIVERT_PUSH(NOTICE)])
 
637
-$1
 
638
-AC_DIVERT_POP
 
639
-])# _LT_AC_SHELL_INIT
 
640
 
 
641
+# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
 
642
+# ------------------------------------------------
 
643
+m4_define([lt_decl_tag_varnames],
 
644
+[_lt_decl_filter([tagged?], [yes], $@)])
 
645
 
 
646
-# _LT_AC_PROG_ECHO_BACKSLASH
 
647
-# --------------------------
 
648
-# Add some code to the start of the generated configure script which
 
649
-# will find an echo command which doesn't interpret backslashes.
 
650
-AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH],
 
651
-[_LT_AC_SHELL_INIT([
 
652
-# Check that we are running under the correct shell.
 
653
-SHELL=${CONFIG_SHELL-/bin/sh}
 
654
 
 
655
-case X$ECHO in
 
656
-X*--fallback-echo)
 
657
-  # Remove one level of quotation (which was required for Make).
 
658
-  ECHO=`echo "$ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
 
659
-  ;;
 
660
-esac
 
661
+# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
 
662
+# ---------------------------------------------------------
 
663
+m4_define([_lt_decl_filter],
 
664
+[m4_case([$#],
 
665
+  [0], [m4_fatal([$0: too few arguments: $#])],
 
666
+  [1], [m4_fatal([$0: too few arguments: $#: $1])],
 
667
+  [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)],
 
668
+  [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)],
 
669
+  [lt_dict_filter([lt_decl_dict], $@)])[]dnl
 
670
+])
 
671
 
 
672
-echo=${ECHO-echo}
 
673
-if test "X[$]1" = X--no-reexec; then
 
674
-  # Discard the --no-reexec flag, and continue.
 
675
-  shift
 
676
-elif test "X[$]1" = X--fallback-echo; then
 
677
-  # Avoid inline document here, it may be left over
 
678
-  :
 
679
-elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
 
680
-  # Yippee, $echo works!
 
681
-  :
 
682
-else
 
683
-  # Restart under the correct shell.
 
684
-  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
 
685
-fi
 
686
 
 
687
-if test "X[$]1" = X--fallback-echo; then
 
688
-  # used as fallback echo
 
689
-  shift
 
690
-  cat <<EOF
 
691
-[$]*
 
692
-EOF
 
693
-  exit 0
 
694
-fi
 
695
+# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
 
696
+# --------------------------------------------------
 
697
+m4_define([lt_decl_quote_varnames],
 
698
+[_lt_decl_filter([value], [1], $@)])
 
699
 
 
700
-# The HP-UX ksh and POSIX shell print the target directory to stdout
 
701
-# if CDPATH is set.
 
702
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
703
 
 
704
-if test -z "$ECHO"; then
 
705
-if test "X${echo_test_string+set}" != Xset; then
 
706
-# find a string as large as possible, as long as the shell can cope with it
 
707
-  for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
 
708
-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
 
709
-    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
 
710
-       echo_test_string=`eval $cmd` &&
 
711
-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
 
712
-    then
 
713
-      break
 
714
-    fi
 
715
-  done
 
716
-fi
 
717
+# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
 
718
+# ---------------------------------------------------
 
719
+m4_define([lt_decl_dquote_varnames],
 
720
+[_lt_decl_filter([value], [2], $@)])
 
721
 
 
722
-if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
 
723
-   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
 
724
-   test "X$echo_testing_string" = "X$echo_test_string"; then
 
725
-  :
 
726
-else
 
727
-  # The Solaris, AIX, and Digital Unix default echo programs unquote
 
728
-  # backslashes.  This makes it impossible to quote backslashes using
 
729
-  #   echo "$something" | sed 's/\\/\\\\/g'
 
730
-  #
 
731
-  # So, first we look for a working echo in the user's PATH.
 
732
 
 
733
-  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
734
-  for dir in $PATH /usr/ucb; do
 
735
-    IFS="$lt_save_ifs"
 
736
-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
 
737
-       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
 
738
-       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
 
739
-       test "X$echo_testing_string" = "X$echo_test_string"; then
 
740
-      echo="$dir/echo"
 
741
-      break
 
742
-    fi
 
743
-  done
 
744
-  IFS="$lt_save_ifs"
 
745
+# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
 
746
+# ---------------------------------------------------
 
747
+m4_define([lt_decl_varnames_tagged],
 
748
+[_$0(m4_quote(m4_default([$1], [[, ]])),
 
749
+     m4_quote(m4_if([$2], [],
 
750
+                    m4_quote(lt_decl_tag_varnames),
 
751
+                 m4_quote(m4_shift($@)))),
 
752
+     m4_split(m4_normalize(m4_quote(_LT_TAGS))))])
 
753
+m4_define([_lt_decl_varnames_tagged], [lt_combine([$1], [$2], [_], $3)])
 
754
 
 
755
-  if test "X$echo" = Xecho; then
 
756
-    # We didn't find a better echo, so look for alternatives.
 
757
-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
 
758
-       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
 
759
-       test "X$echo_testing_string" = "X$echo_test_string"; then
 
760
-      # This shell has a builtin print -r that does the trick.
 
761
-      echo='print -r'
 
762
-    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
 
763
-        test "X$CONFIG_SHELL" != X/bin/ksh; then
 
764
-      # If we have ksh, try running configure again with it.
 
765
-      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
 
766
-      export ORIGINAL_CONFIG_SHELL
 
767
-      CONFIG_SHELL=/bin/ksh
 
768
-      export CONFIG_SHELL
 
769
-      exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
 
770
-    else
 
771
-      # Try using printf.
 
772
-      echo='printf %s\n'
 
773
-      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
 
774
-        echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
 
775
-        test "X$echo_testing_string" = "X$echo_test_string"; then
 
776
-       # Cool, printf works
 
777
-       :
 
778
-      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
 
779
-          test "X$echo_testing_string" = 'X\t' &&
 
780
-          echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
781
-          test "X$echo_testing_string" = "X$echo_test_string"; then
 
782
-       CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
 
783
-       export CONFIG_SHELL
 
784
-       SHELL="$CONFIG_SHELL"
 
785
-       export SHELL
 
786
-       echo="$CONFIG_SHELL [$]0 --fallback-echo"
 
787
-      elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
 
788
-          test "X$echo_testing_string" = 'X\t' &&
 
789
-          echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
790
-          test "X$echo_testing_string" = "X$echo_test_string"; then
 
791
-       echo="$CONFIG_SHELL [$]0 --fallback-echo"
 
792
-      else
 
793
-       # maybe with a smaller string...
 
794
-       prev=:
 
795
 
 
796
-       for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
 
797
-         if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
 
798
-         then
 
799
-           break
 
800
-         fi
 
801
-         prev="$cmd"
 
802
-       done
 
803
+# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
 
804
+# ------------------------------------------------
 
805
+m4_define([lt_decl_all_varnames],
 
806
+[_$0(m4_quote(m4_default([$1], [[, ]])),
 
807
+     m4_if([$2], [],
 
808
+          m4_quote(lt_decl_varnames),
 
809
+       m4_quote(m4_shift($@))))[]dnl
 
810
+])
 
811
+m4_define([_lt_decl_all_varnames],
 
812
+[lt_join($@, lt_decl_varnames_tagged([$1],
 
813
+                       lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl
 
814
+])
 
815
 
 
816
-       if test "$prev" != 'sed 50q "[$]0"'; then
 
817
-         echo_test_string=`eval $prev`
 
818
-         export echo_test_string
 
819
-         exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
 
820
-       else
 
821
-         # Oops.  We lost completely, so just stick with echo.
 
822
-         echo=echo
 
823
-       fi
 
824
-      fi
 
825
-    fi
 
826
-  fi
 
827
-fi
 
828
-fi
 
829
 
 
830
-# Copy echo and quote the copy suitably for passing to libtool from
 
831
-# the Makefile, instead of quoting the original, which is used later.
 
832
-ECHO=$echo
 
833
-if test "X$ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
 
834
-   ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
 
835
-fi
 
836
+# _LT_CONFIG_STATUS_DECLARE([VARNAME])
 
837
+# ------------------------------------
 
838
+# Quote a variable value, and forward it to `config.status' so that its
 
839
+# declaration there will have the same value as in `configure'.  VARNAME
 
840
+# must have a single quote delimited value for this to work.
 
841
+m4_define([_LT_CONFIG_STATUS_DECLARE],
 
842
+[$1='`$ECHO "X$][$1" | $Xsed -e "$delay_single_quote_subst"`'])
 
843
 
 
844
-AC_SUBST(ECHO)
 
845
-])])# _LT_AC_PROG_ECHO_BACKSLASH
 
846
 
 
847
+# _LT_CONFIG_STATUS_DECLARATIONS
 
848
+# ------------------------------
 
849
+# We delimit libtool config variables with single quotes, so when
 
850
+# we write them to config.status, we have to be sure to quote all
 
851
+# embedded single quotes properly.  In configure, this macro expands
 
852
+# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
 
853
+#
 
854
+#    <var>='`$ECHO "X$<var>" | $Xsed -e "$delay_single_quote_subst"`'
 
855
+m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
 
856
+[m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames),
 
857
+    [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])])
 
858
 
 
859
-# _LT_AC_LOCK
 
860
-# -----------
 
861
-AC_DEFUN([_LT_AC_LOCK],
 
862
-[AC_ARG_ENABLE([libtool-lock],
 
863
-    [AC_HELP_STRING([--disable-libtool-lock],
 
864
-       [avoid locking (might break parallel builds)])])
 
865
-test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
 
866
 
 
867
-# Some flags need to be propagated to the compiler or linker for good
 
868
-# libtool support.
 
869
-case $host in
 
870
-ia64-*-hpux*)
 
871
-  # Find out which ABI we are using.
 
872
-  echo 'int i;' > conftest.$ac_ext
 
873
-  if AC_TRY_EVAL(ac_compile); then
 
874
-    case `/usr/bin/file conftest.$ac_objext` in
 
875
-    *ELF-32*)
 
876
-      HPUX_IA64_MODE="32"
 
877
-      ;;
 
878
-    *ELF-64*)
 
879
-      HPUX_IA64_MODE="64"
 
880
-      ;;
 
881
-    esac
 
882
-  fi
 
883
-  rm -rf conftest*
 
884
-  ;;
 
885
-*-*-irix6*)
 
886
-  # Find out which ABI we are using.
 
887
-  echo '[#]line __oline__ "configure"' > conftest.$ac_ext
 
888
-  if AC_TRY_EVAL(ac_compile); then
 
889
-   if test "$lt_cv_prog_gnu_ld" = yes; then
 
890
-    case `/usr/bin/file conftest.$ac_objext` in
 
891
-    *32-bit*)
 
892
-      LD="${LD-ld} -melf32bsmip"
 
893
-      ;;
 
894
-    *N32*)
 
895
-      LD="${LD-ld} -melf32bmipn32"
 
896
-      ;;
 
897
-    *64-bit*)
 
898
-      LD="${LD-ld} -melf64bmip"
 
899
-      ;;
 
900
-    esac
 
901
-   else
 
902
-    case `/usr/bin/file conftest.$ac_objext` in
 
903
-    *32-bit*)
 
904
-      LD="${LD-ld} -32"
 
905
-      ;;
 
906
-    *N32*)
 
907
-      LD="${LD-ld} -n32"
 
908
-      ;;
 
909
-    *64-bit*)
 
910
-      LD="${LD-ld} -64"
 
911
-      ;;
 
912
-    esac
 
913
-   fi
 
914
-  fi
 
915
-  rm -rf conftest*
 
916
-  ;;
 
917
+# _LT_LIBTOOL_TAGS
 
918
+# ----------------
 
919
+# Output comment and list of tags supported by the script
 
920
+m4_defun([_LT_LIBTOOL_TAGS],
 
921
+[_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl
 
922
+available_tags="_LT_TAGS"dnl
 
923
+])
 
924
 
 
925
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
 
926
-s390*-*linux*|sparc*-*linux*)
 
927
-  # Find out which ABI we are using.
 
928
-  echo 'int i;' > conftest.$ac_ext
 
929
-  if AC_TRY_EVAL(ac_compile); then
 
930
-    case `/usr/bin/file conftest.o` in
 
931
-    *32-bit*)
 
932
-      case $host in
 
933
-        x86_64-*kfreebsd*-gnu)
 
934
-          LD="${LD-ld} -m elf_i386_fbsd"
 
935
-          ;;
 
936
-        x86_64-*linux*)
 
937
-          LD="${LD-ld} -m elf_i386"
 
938
-          ;;
 
939
-        ppc64-*linux*|powerpc64-*linux*)
 
940
-          LD="${LD-ld} -m elf32ppclinux"
 
941
-          ;;
 
942
-        s390x-*linux*)
 
943
-          LD="${LD-ld} -m elf_s390"
 
944
-          ;;
 
945
-        sparc64-*linux*)
 
946
-          LD="${LD-ld} -m elf32_sparc"
 
947
-          ;;
 
948
-      esac
 
949
+
 
950
+# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
 
951
+# -----------------------------------
 
952
+# Extract the dictionary values for VARNAME (optionally with TAG) and
 
953
+# expand to a commented shell variable setting:
 
954
+#
 
955
+#    # Some comment about what VAR is for.
 
956
+#    visible_name=$lt_internal_name
 
957
+m4_define([_LT_LIBTOOL_DECLARE],
 
958
+[_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1],
 
959
+                                          [description])))[]dnl
 
960
+m4_pushdef([_libtool_name],
 
961
+    m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl
 
962
+m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])),
 
963
+    [0], [_libtool_name=[$]$1],
 
964
+    [1], [_libtool_name=$lt_[]$1],
 
965
+    [2], [_libtool_name=$lt_[]$1],
 
966
+    [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl
 
967
+m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl
 
968
+])
 
969
+
 
970
+
 
971
+# _LT_LIBTOOL_CONFIG_VARS
 
972
+# -----------------------
 
973
+# Produce commented declarations of non-tagged libtool config variables
 
974
+# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
 
975
+# script.  Tagged libtool config variables (even for the LIBTOOL CONFIG
 
976
+# section) are produced by _LT_LIBTOOL_TAG_VARS.
 
977
+m4_defun([_LT_LIBTOOL_CONFIG_VARS],
 
978
+[m4_foreach([_lt_var],
 
979
+    m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)),
 
980
+    [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])])
 
981
+
 
982
+
 
983
+# _LT_LIBTOOL_TAG_VARS(TAG)
 
984
+# -------------------------
 
985
+m4_define([_LT_LIBTOOL_TAG_VARS],
 
986
+[m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames),
 
987
+    [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])])
 
988
+
 
989
+
 
990
+# _LT_TAGVAR(VARNAME, [TAGNAME])
 
991
+# ------------------------------
 
992
+m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])])
 
993
+
 
994
+
 
995
+# _LT_CONFIG_COMMANDS
 
996
+# -------------------
 
997
+# Send accumulated output to $CONFIG_STATUS.  Thanks to the lists of
 
998
+# variables for single and double quote escaping we saved from calls
 
999
+# to _LT_DECL, we can put quote escaped variables declarations
 
1000
+# into `config.status', and then the shell code to quote escape them in
 
1001
+# for loops in `config.status'.  Finally, any additional code accumulated
 
1002
+# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
 
1003
+m4_defun([_LT_CONFIG_COMMANDS],
 
1004
+[AC_PROVIDE_IFELSE([LT_OUTPUT],
 
1005
+       dnl If the libtool generation code has been placed in $CONFIG_LT,
 
1006
+       dnl instead of duplicating it all over again into config.status,
 
1007
+       dnl then we will have config.status run $CONFIG_LT later, so it
 
1008
+       dnl needs to know what name is stored there:
 
1009
+        [AC_CONFIG_COMMANDS([libtool],
 
1010
+            [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])],
 
1011
+    dnl If the libtool generation code is destined for config.status,
 
1012
+    dnl expand the accumulated commands and init code now:
 
1013
+    [AC_CONFIG_COMMANDS([libtool],
 
1014
+        [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])])
 
1015
+])#_LT_CONFIG_COMMANDS
 
1016
+
 
1017
+
 
1018
+# Initialize.
 
1019
+m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT],
 
1020
+[
 
1021
+
 
1022
+# The HP-UX ksh and POSIX shell print the target directory to stdout
 
1023
+# if CDPATH is set.
 
1024
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
1025
+
 
1026
+sed_quote_subst='$sed_quote_subst'
 
1027
+double_quote_subst='$double_quote_subst'
 
1028
+delay_variable_subst='$delay_variable_subst'
 
1029
+_LT_CONFIG_STATUS_DECLARATIONS
 
1030
+LTCC='$LTCC'
 
1031
+LTCFLAGS='$LTCFLAGS'
 
1032
+compiler='$compiler_DEFAULT'
 
1033
+
 
1034
+# Quote evaled strings.
 
1035
+for var in lt_decl_all_varnames([[ \
 
1036
+]], lt_decl_quote_varnames); do
 
1037
+    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
 
1038
+    *[[\\\\\\\`\\"\\\$]]*)
 
1039
+      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
 
1040
       ;;
 
1041
-    *64-bit*)
 
1042
-      libsuff=64
 
1043
-      case $host in
 
1044
-        x86_64-*kfreebsd*-gnu)
 
1045
-          LD="${LD-ld} -m elf_x86_64_fbsd"
 
1046
-          ;;
 
1047
-        x86_64-*linux*)
 
1048
-          LD="${LD-ld} -m elf_x86_64"
 
1049
-          ;;
 
1050
-        ppc*-*linux*|powerpc*-*linux*)
 
1051
-          LD="${LD-ld} -m elf64ppc"
 
1052
-          ;;
 
1053
-        s390*-*linux*)
 
1054
-          LD="${LD-ld} -m elf64_s390"
 
1055
-          ;;
 
1056
-        sparc*-*linux*)
 
1057
-          LD="${LD-ld} -m elf64_sparc"
 
1058
-          ;;
 
1059
-      esac
 
1060
+    *)
 
1061
+      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
 
1062
       ;;
 
1063
     esac
 
1064
-  fi
 
1065
-  rm -rf conftest*
 
1066
-  ;;
 
1067
+done
 
1068
 
 
1069
-*-*-sco3.2v5*)
 
1070
-  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
 
1071
-  SAVE_CFLAGS="$CFLAGS"
 
1072
-  CFLAGS="$CFLAGS -belf"
 
1073
-  AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
 
1074
-    [AC_LANG_PUSH(C)
 
1075
-     AC_TRY_LINK([],[],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
 
1076
-     AC_LANG_POP])
 
1077
-  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
 
1078
-    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
 
1079
-    CFLAGS="$SAVE_CFLAGS"
 
1080
-  fi
 
1081
-  ;;
 
1082
-sparc*-*solaris*)
 
1083
-  # Find out which ABI we are using.
 
1084
-  echo 'int i;' > conftest.$ac_ext
 
1085
-  if AC_TRY_EVAL(ac_compile); then
 
1086
-    case `/usr/bin/file conftest.o` in
 
1087
-    *64-bit*)
 
1088
-      case $lt_cv_prog_gnu_ld in
 
1089
-      yes*) LD="${LD-ld} -m elf64_sparc" ;;
 
1090
-      *)
 
1091
-        if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
 
1092
-         LD="${LD-ld} -64"
 
1093
-       fi
 
1094
-       ;;
 
1095
-      esac
 
1096
+# Double-quote double-evaled strings.
 
1097
+for var in lt_decl_all_varnames([[ \
 
1098
+]], lt_decl_dquote_varnames); do
 
1099
+    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
 
1100
+    *[[\\\\\\\`\\"\\\$]]*)
 
1101
+      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
 
1102
+      ;;
 
1103
+    *)
 
1104
+      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
 
1105
       ;;
 
1106
     esac
 
1107
-  fi
 
1108
-  rm -rf conftest*
 
1109
-  ;;
 
1110
+done
 
1111
 
 
1112
-AC_PROVIDE_IFELSE([AC_LIBTOOL_WIN32_DLL],
 
1113
-[*-*-cygwin* | *-*-mingw* | *-*-pw32*)
 
1114
-  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
 
1115
-  AC_CHECK_TOOL(AS, as, false)
 
1116
-  AC_CHECK_TOOL(OBJDUMP, objdump, false)
 
1117
+# Fix-up fallback echo if it was mangled by the above quoting rules.
 
1118
+case \$lt_ECHO in
 
1119
+*'\\\[$]0 --fallback-echo"')dnl "
 
1120
+  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\[$]0 --fallback-echo"\[$]/\[$]0 --fallback-echo"/'\`
 
1121
   ;;
 
1122
-  ])
 
1123
 esac
 
1124
 
 
1125
-need_locks="$enable_libtool_lock"
 
1126
+_LT_OUTPUT_LIBTOOL_INIT
 
1127
+])
 
1128
 
 
1129
-])# _LT_AC_LOCK
 
1130
 
 
1131
+# LT_OUTPUT
 
1132
+# ---------
 
1133
+# This macro allows early generation of the libtool script (before
 
1134
+# AC_OUTPUT is called), incase it is used in configure for compilation
 
1135
+# tests.
 
1136
+AC_DEFUN([LT_OUTPUT],
 
1137
+[: ${CONFIG_LT=./config.lt}
 
1138
+AC_MSG_NOTICE([creating $CONFIG_LT])
 
1139
+cat >"$CONFIG_LT" <<_LTEOF
 
1140
+#! $SHELL
 
1141
+# Generated by $as_me.
 
1142
+# Run this file to recreate a libtool stub with the current configuration.
 
1143
+
 
1144
+lt_cl_silent=false
 
1145
+SHELL=\${CONFIG_SHELL-$SHELL}
 
1146
+_LTEOF
 
1147
+
 
1148
+cat >>"$CONFIG_LT" <<\_LTEOF
 
1149
+AS_SHELL_SANITIZE
 
1150
+_AS_PREPARE
 
1151
 
 
1152
-# AC_LIBTOOL_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
 
1153
-#              [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
 
1154
-# ----------------------------------------------------------------
 
1155
-# Check whether the given compiler option works
 
1156
-AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION],
 
1157
-[AC_REQUIRE([LT_AC_PROG_SED])
 
1158
-AC_CACHE_CHECK([$1], [$2],
 
1159
-  [$2=no
 
1160
-  ifelse([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
 
1161
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
1162
-   lt_compiler_flag="$3"
 
1163
-   # Insert the option either (1) after the last *FLAGS variable, or
 
1164
-   # (2) before a word containing "conftest.", or (3) at the end.
 
1165
-   # Note that $ac_compile itself does not contain backslashes and begins
 
1166
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
1167
-   # The option is referenced via a variable to avoid confusing sed.
 
1168
-   lt_compile=`echo "$ac_compile" | $SED \
 
1169
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
1170
-   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
 
1171
-   -e 's:$: $lt_compiler_flag:'`
 
1172
-   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
 
1173
-   (eval "$lt_compile" 2>conftest.err)
 
1174
-   ac_status=$?
 
1175
-   cat conftest.err >&AS_MESSAGE_LOG_FD
 
1176
-   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
1177
-   if (exit $ac_status) && test -s "$ac_outfile"; then
 
1178
-     # The compiler can only warn and ignore the option if not recognized
 
1179
-     # So say no if there are warnings other than the usual output.
 
1180
-     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
1181
-     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
1182
-     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
 
1183
-       $2=yes
 
1184
-     fi
 
1185
-   fi
 
1186
-   $rm conftest*
 
1187
-])
 
1188
+exec AS_MESSAGE_FD>&1
 
1189
+exec AS_MESSAGE_LOG_FD>>config.log
 
1190
+{
 
1191
+  echo
 
1192
+  AS_BOX([Running $as_me.])
 
1193
+} >&AS_MESSAGE_LOG_FD
 
1194
+
 
1195
+lt_cl_help="\
 
1196
+\`$as_me' creates a local libtool stub from the current configuration,
 
1197
+for use in further configure time tests before the real libtool is
 
1198
+generated.
 
1199
+
 
1200
+Usage: $[0] [[OPTIONS]]
 
1201
+
 
1202
+  -h, --help      print this help, then exit
 
1203
+  -V, --version   print version number, then exit
 
1204
+  -q, --quiet     do not print progress messages
 
1205
+  -d, --debug     don't remove temporary files
 
1206
+
 
1207
+Report bugs to <bug-libtool@gnu.org>."
 
1208
+
 
1209
+lt_cl_version="\
 
1210
+m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
 
1211
+m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
 
1212
+configured by $[0], generated by m4_PACKAGE_STRING.
 
1213
+
 
1214
+Copyright (C) 2008 Free Software Foundation, Inc.
 
1215
+This config.lt script is free software; the Free Software Foundation
 
1216
+gives unlimited permision to copy, distribute and modify it."
 
1217
 
 
1218
-if test x"[$]$2" = xyes; then
 
1219
-    ifelse([$5], , :, [$5])
 
1220
-else
 
1221
-    ifelse([$6], , :, [$6])
 
1222
-fi
 
1223
-])# AC_LIBTOOL_COMPILER_OPTION
 
1224
+while test $[#] != 0
 
1225
+do
 
1226
+  case $[1] in
 
1227
+    --version | --v* | -V )
 
1228
+      echo "$lt_cl_version"; exit 0 ;;
 
1229
+    --help | --h* | -h )
 
1230
+      echo "$lt_cl_help"; exit 0 ;;
 
1231
+    --debug | --d* | -d )
 
1232
+      debug=: ;;
 
1233
+    --quiet | --q* | --silent | --s* | -q )
 
1234
+      lt_cl_silent=: ;;
 
1235
 
 
1236
+    -*) AC_MSG_ERROR([unrecognized option: $[1]
 
1237
+Try \`$[0] --help' for more information.]) ;;
 
1238
 
 
1239
-# AC_LIBTOOL_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
 
1240
-#                          [ACTION-SUCCESS], [ACTION-FAILURE])
 
1241
-# ------------------------------------------------------------
 
1242
-# Check whether the given compiler option works
 
1243
-AC_DEFUN([AC_LIBTOOL_LINKER_OPTION],
 
1244
-[AC_REQUIRE([LT_AC_PROG_SED])dnl
 
1245
-AC_CACHE_CHECK([$1], [$2],
 
1246
-  [$2=no
 
1247
-   save_LDFLAGS="$LDFLAGS"
 
1248
-   LDFLAGS="$LDFLAGS $3"
 
1249
-   echo "$lt_simple_link_test_code" > conftest.$ac_ext
 
1250
-   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
 
1251
-     # The linker can only warn and ignore the option if not recognized
 
1252
-     # So say no if there are warnings
 
1253
-     if test -s conftest.err; then
 
1254
-       # Append any errors to the config.log.
 
1255
-       cat conftest.err 1>&AS_MESSAGE_LOG_FD
 
1256
-       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
 
1257
-       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
1258
-       if diff conftest.exp conftest.er2 >/dev/null; then
 
1259
-         $2=yes
 
1260
-       fi
 
1261
-     else
 
1262
-       $2=yes
 
1263
-     fi
 
1264
-   fi
 
1265
-   $rm -r conftest*
 
1266
-   LDFLAGS="$save_LDFLAGS"
 
1267
-])
 
1268
+    *) AC_MSG_ERROR([unrecognized argument: $[1]
 
1269
+Try \`$[0] --help' for more information.]) ;;
 
1270
+  esac
 
1271
+  shift
 
1272
+done
 
1273
 
 
1274
-if test x"[$]$2" = xyes; then
 
1275
-    ifelse([$4], , :, [$4])
 
1276
-else
 
1277
-    ifelse([$5], , :, [$5])
 
1278
+if $lt_cl_silent; then
 
1279
+  exec AS_MESSAGE_FD>/dev/null
 
1280
 fi
 
1281
-])# AC_LIBTOOL_LINKER_OPTION
 
1282
+_LTEOF
 
1283
 
 
1284
+cat >>"$CONFIG_LT" <<_LTEOF
 
1285
+_LT_OUTPUT_LIBTOOL_COMMANDS_INIT
 
1286
+_LTEOF
 
1287
+
 
1288
+cat >>"$CONFIG_LT" <<\_LTEOF
 
1289
+AC_MSG_NOTICE([creating $ofile])
 
1290
+_LT_OUTPUT_LIBTOOL_COMMANDS
 
1291
+AS_EXIT(0)
 
1292
+_LTEOF
 
1293
+chmod +x "$CONFIG_LT"
 
1294
+
 
1295
+# configure is writing to config.log, but config.lt does its own redirection,
 
1296
+# appending to config.log, which fails on DOS, as config.log is still kept
 
1297
+# open by configure.  Here we exec the FD to /dev/null, effectively closing
 
1298
+# config.log, so it can be properly (re)opened and appended to by config.lt.
 
1299
+if test "$no_create" != yes; then
 
1300
+  lt_cl_success=:
 
1301
+  test "$silent" = yes &&
 
1302
+    lt_config_lt_args="$lt_config_lt_args --quiet"
 
1303
+  exec AS_MESSAGE_LOG_FD>/dev/null
 
1304
+  $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
 
1305
+  exec AS_MESSAGE_LOG_FD>>config.log
 
1306
+  $lt_cl_success || AS_EXIT(1)
 
1307
+fi
 
1308
+])# LT_OUTPUT
 
1309
 
 
1310
-# AC_LIBTOOL_SYS_MAX_CMD_LEN
 
1311
-# --------------------------
 
1312
-AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN],
 
1313
-[# find the maximum length of command line arguments
 
1314
-AC_MSG_CHECKING([the maximum length of command line arguments])
 
1315
-AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
 
1316
-  i=0
 
1317
-  teststring="ABCD"
 
1318
 
 
1319
-  case $build_os in
 
1320
-  msdosdjgpp*)
 
1321
-    # On DJGPP, this test can blow up pretty badly due to problems in libc
 
1322
-    # (any single argument exceeding 2000 bytes causes a buffer overrun
 
1323
-    # during glob expansion).  Even if it were fixed, the result of this
 
1324
-    # check would be larger than it should be.
 
1325
-    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
 
1326
-    ;;
 
1327
+# _LT_CONFIG(TAG)
 
1328
+# ---------------
 
1329
+# If TAG is the built-in tag, create an initial libtool script with a
 
1330
+# default configuration from the untagged config vars.  Otherwise add code
 
1331
+# to config.status for appending the configuration named by TAG from the
 
1332
+# matching tagged config vars.
 
1333
+m4_defun([_LT_CONFIG],
 
1334
+[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
1335
+_LT_CONFIG_SAVE_COMMANDS([
 
1336
+  m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl
 
1337
+  m4_if(_LT_TAG, [C], [
 
1338
+    # See if we are running on zsh, and set the options which allow our
 
1339
+    # commands through without removal of \ escapes.
 
1340
+    if test -n "${ZSH_VERSION+set}" ; then
 
1341
+      setopt NO_GLOB_SUBST
 
1342
+    fi
 
1343
+
 
1344
+    cfgfile="${ofile}T"
 
1345
+    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
 
1346
+    $RM "$cfgfile"
 
1347
 
 
1348
-  gnu*)
 
1349
-    # Under GNU Hurd, this test is not required because there is
 
1350
-    # no limit to the length of command line arguments.
 
1351
-    # Libtool will interpret -1 as no limit whatsoever
 
1352
-    lt_cv_sys_max_cmd_len=-1;
 
1353
-    ;;
 
1354
+    cat <<_LT_EOF >> "$cfgfile"
 
1355
+#! $SHELL
 
1356
 
 
1357
-  cygwin* | mingw*)
 
1358
-    # On Win9x/ME, this test blows up -- it succeeds, but takes
 
1359
-    # about 5 minutes as the teststring grows exponentially.
 
1360
-    # Worse, since 9x/ME are not pre-emptively multitasking,
 
1361
-    # you end up with a "frozen" computer, even though with patience
 
1362
-    # the test eventually succeeds (with a max line length of 256k).
 
1363
-    # Instead, let's just punt: use the minimum linelength reported by
 
1364
-    # all of the supported platforms: 8192 (on NT/2K/XP).
 
1365
-    lt_cv_sys_max_cmd_len=8192;
 
1366
-    ;;
 
1367
+# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
 
1368
+# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
 
1369
+# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 
1370
+# NOTE: Changes made to this file will be lost: look at ltmain.sh.
 
1371
+#
 
1372
+_LT_COPYING
 
1373
+_LT_LIBTOOL_TAGS
 
1374
 
 
1375
-  amigaos*)
 
1376
-    # On AmigaOS with pdksh, this test takes hours, literally.
 
1377
-    # So we just punt and use a minimum line length of 8192.
 
1378
-    lt_cv_sys_max_cmd_len=8192;
 
1379
-    ;;
 
1380
+# ### BEGIN LIBTOOL CONFIG
 
1381
+_LT_LIBTOOL_CONFIG_VARS
 
1382
+_LT_LIBTOOL_TAG_VARS
 
1383
+# ### END LIBTOOL CONFIG
 
1384
 
 
1385
-  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
 
1386
-    # This has been around since 386BSD, at least.  Likely further.
 
1387
-    if test -x /sbin/sysctl; then
 
1388
-      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
 
1389
-    elif test -x /usr/sbin/sysctl; then
 
1390
-      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
 
1391
-    else
 
1392
-      lt_cv_sys_max_cmd_len=65536      # usable default for all BSDs
 
1393
-    fi
 
1394
-    # And add a safety zone
 
1395
-    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
 
1396
-    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
 
1397
-    ;;
 
1398
+_LT_EOF
 
1399
 
 
1400
-  interix*)
 
1401
-    # We know the value 262144 and hardcode it with a safety zone (like BSD)
 
1402
-    lt_cv_sys_max_cmd_len=196608
 
1403
+  case $host_os in
 
1404
+  aix3*)
 
1405
+    cat <<\_LT_EOF >> "$cfgfile"
 
1406
+# AIX sometimes has problems with the GCC collect2 program.  For some
 
1407
+# reason, if we set the COLLECT_NAMES environment variable, the problems
 
1408
+# vanish in a puff of smoke.
 
1409
+if test "X${COLLECT_NAMES+set}" != Xset; then
 
1410
+  COLLECT_NAMES=
 
1411
+  export COLLECT_NAMES
 
1412
+fi
 
1413
+_LT_EOF
 
1414
     ;;
 
1415
+  esac
 
1416
 
 
1417
-  osf*)
 
1418
-    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
 
1419
-    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
 
1420
-    # nice to cause kernel panics so lets avoid the loop below.
 
1421
-    # First set a reasonable default.
 
1422
-    lt_cv_sys_max_cmd_len=16384
 
1423
-    #
 
1424
-    if test -x /sbin/sysconfig; then
 
1425
-      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
 
1426
-        *1*) lt_cv_sys_max_cmd_len=-1 ;;
 
1427
-      esac
 
1428
-    fi
 
1429
-    ;;
 
1430
-  sco3.2v5*)
 
1431
-    lt_cv_sys_max_cmd_len=102400
 
1432
-    ;;
 
1433
-  sysv5* | sco5v6* | sysv4.2uw2*)
 
1434
-    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
 
1435
-    if test -n "$kargmax"; then
 
1436
-      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[       ]]//'`
 
1437
-    else
 
1438
-      lt_cv_sys_max_cmd_len=32768
 
1439
-    fi
 
1440
-    ;;
 
1441
-  *)
 
1442
-    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
 
1443
-    if test -n "$lt_cv_sys_max_cmd_len"; then
 
1444
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
 
1445
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
 
1446
-    else
 
1447
-      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
 
1448
-      while (test "X"`$SHELL [$]0 --fallback-echo "X$teststring" 2>/dev/null` \
 
1449
-              = "XX$teststring") >/dev/null 2>&1 &&
 
1450
-             new_result=`expr "X$teststring" : ".*" 2>&1` &&
 
1451
-             lt_cv_sys_max_cmd_len=$new_result &&
 
1452
-             test $i != 17 # 1/2 MB should be enough
 
1453
-      do
 
1454
-        i=`expr $i + 1`
 
1455
-        teststring=$teststring$teststring
 
1456
-      done
 
1457
-      teststring=
 
1458
-      # Add a significant safety factor because C++ compilers can tack on massive
 
1459
-      # amounts of additional arguments before passing them to the linker.
 
1460
-      # It appears as though 1/2 is a usable value.
 
1461
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
 
1462
-    fi
 
1463
-    ;;
 
1464
-  esac
 
1465
-])
 
1466
-if test -n $lt_cv_sys_max_cmd_len ; then
 
1467
-  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
 
1468
-else
 
1469
-  AC_MSG_RESULT(none)
 
1470
-fi
 
1471
-])# AC_LIBTOOL_SYS_MAX_CMD_LEN
 
1472
-
 
1473
-
 
1474
-# _LT_AC_CHECK_DLFCN
 
1475
-# ------------------
 
1476
-AC_DEFUN([_LT_AC_CHECK_DLFCN],
 
1477
-[AC_CHECK_HEADERS(dlfcn.h)dnl
 
1478
-])# _LT_AC_CHECK_DLFCN
 
1479
+  _LT_PROG_LTMAIN
 
1480
 
 
1481
+  # We use sed instead of cat because bash on DJGPP gets confused if
 
1482
+  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
 
1483
+  # text mode, it properly converts lines to CR/LF.  This bash problem
 
1484
+  # is reportedly fixed, but why not run on old versions too?
 
1485
+  sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
 
1486
+    || (rm -f "$cfgfile"; exit 1)
 
1487
 
 
1488
-# _LT_AC_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
 
1489
-#                           ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
 
1490
-# ---------------------------------------------------------------------
 
1491
-AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF],
 
1492
-[AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
 
1493
-if test "$cross_compiling" = yes; then :
 
1494
-  [$4]
 
1495
-else
 
1496
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
1497
-  lt_status=$lt_dlunknown
 
1498
-  cat > conftest.$ac_ext <<EOF
 
1499
-[#line __oline__ "configure"
 
1500
-#include "confdefs.h"
 
1501
-
 
1502
-#if HAVE_DLFCN_H
 
1503
-#include <dlfcn.h>
 
1504
-#endif
 
1505
+  _LT_PROG_XSI_SHELLFNS
 
1506
 
 
1507
-#include <stdio.h>
 
1508
+  sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
 
1509
+    || (rm -f "$cfgfile"; exit 1)
 
1510
 
 
1511
-#ifdef RTLD_GLOBAL
 
1512
-#  define LT_DLGLOBAL          RTLD_GLOBAL
 
1513
-#else
 
1514
-#  ifdef DL_GLOBAL
 
1515
-#    define LT_DLGLOBAL                DL_GLOBAL
 
1516
-#  else
 
1517
-#    define LT_DLGLOBAL                0
 
1518
-#  endif
 
1519
-#endif
 
1520
+  mv -f "$cfgfile" "$ofile" ||
 
1521
+    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
 
1522
+  chmod +x "$ofile"
 
1523
+],
 
1524
+[cat <<_LT_EOF >> "$ofile"
 
1525
 
 
1526
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
 
1527
-   find out it does not work in some platform. */
 
1528
-#ifndef LT_DLLAZY_OR_NOW
 
1529
-#  ifdef RTLD_LAZY
 
1530
-#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
 
1531
-#  else
 
1532
-#    ifdef DL_LAZY
 
1533
-#      define LT_DLLAZY_OR_NOW         DL_LAZY
 
1534
-#    else
 
1535
-#      ifdef RTLD_NOW
 
1536
-#        define LT_DLLAZY_OR_NOW       RTLD_NOW
 
1537
-#      else
 
1538
-#        ifdef DL_NOW
 
1539
-#          define LT_DLLAZY_OR_NOW     DL_NOW
 
1540
-#        else
 
1541
-#          define LT_DLLAZY_OR_NOW     0
 
1542
-#        endif
 
1543
-#      endif
 
1544
-#    endif
 
1545
-#  endif
 
1546
-#endif
 
1547
+dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded
 
1548
+dnl in a comment (ie after a #).
 
1549
+# ### BEGIN LIBTOOL TAG CONFIG: $1
 
1550
+_LT_LIBTOOL_TAG_VARS(_LT_TAG)
 
1551
+# ### END LIBTOOL TAG CONFIG: $1
 
1552
+_LT_EOF
 
1553
+])dnl /m4_if
 
1554
+],
 
1555
+[m4_if([$1], [], [
 
1556
+    PACKAGE='$PACKAGE'
 
1557
+    VERSION='$VERSION'
 
1558
+    TIMESTAMP='$TIMESTAMP'
 
1559
+    RM='$RM'
 
1560
+    ofile='$ofile'], [])
 
1561
+])dnl /_LT_CONFIG_SAVE_COMMANDS
 
1562
+])# _LT_CONFIG
 
1563
 
 
1564
-#ifdef __cplusplus
 
1565
-extern "C" void exit (int);
 
1566
-#endif
 
1567
 
 
1568
-void fnord() { int i=42;}
 
1569
-int main ()
 
1570
-{
 
1571
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
 
1572
-  int status = $lt_dlunknown;
 
1573
+# LT_SUPPORTED_TAG(TAG)
 
1574
+# ---------------------
 
1575
+# Trace this macro to discover what tags are supported by the libtool
 
1576
+# --tag option, using:
 
1577
+#    autoconf --trace 'LT_SUPPORTED_TAG:$1'
 
1578
+AC_DEFUN([LT_SUPPORTED_TAG], [])
 
1579
 
 
1580
-  if (self)
 
1581
-    {
 
1582
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
 
1583
-      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
 
1584
-      /* dlclose (self); */
 
1585
-    }
 
1586
-  else
 
1587
-    puts (dlerror ());
 
1588
 
 
1589
-    exit (status);
 
1590
-}]
 
1591
-EOF
 
1592
-  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
 
1593
-    (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
 
1594
-    lt_status=$?
 
1595
-    case x$lt_status in
 
1596
-      x$lt_dlno_uscore) $1 ;;
 
1597
-      x$lt_dlneed_uscore) $2 ;;
 
1598
-      x$lt_dlunknown|x*) $3 ;;
 
1599
-    esac
 
1600
-  else :
 
1601
-    # compilation failed
 
1602
-    $3
 
1603
-  fi
 
1604
-fi
 
1605
-rm -fr conftest*
 
1606
-])# _LT_AC_TRY_DLOPEN_SELF
 
1607
+# C support is built-in for now
 
1608
+m4_define([_LT_LANG_C_enabled], [])
 
1609
+m4_define([_LT_TAGS], [])
 
1610
 
 
1611
 
 
1612
-# AC_LIBTOOL_DLOPEN_SELF
 
1613
-# ----------------------
 
1614
-AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF],
 
1615
-[AC_REQUIRE([_LT_AC_CHECK_DLFCN])dnl
 
1616
-if test "x$enable_dlopen" != xyes; then
 
1617
-  enable_dlopen=unknown
 
1618
-  enable_dlopen_self=unknown
 
1619
-  enable_dlopen_self_static=unknown
 
1620
-else
 
1621
-  lt_cv_dlopen=no
 
1622
-  lt_cv_dlopen_libs=
 
1623
+# LT_LANG(LANG)
 
1624
+# -------------
 
1625
+# Enable libtool support for the given language if not already enabled.
 
1626
+AC_DEFUN([LT_LANG],
 
1627
+[AC_BEFORE([$0], [LT_OUTPUT])dnl
 
1628
+m4_case([$1],
 
1629
+  [C],                 [_LT_LANG(C)],
 
1630
+  [C++],               [_LT_LANG(CXX)],
 
1631
+  [Java],              [_LT_LANG(GCJ)],
 
1632
+  [Fortran 77],                [_LT_LANG(F77)],
 
1633
+  [Fortran],           [_LT_LANG(FC)],
 
1634
+  [Windows Resource],  [_LT_LANG(RC)],
 
1635
+  [m4_ifdef([_LT_LANG_]$1[_CONFIG],
 
1636
+    [_LT_LANG($1)],
 
1637
+    [m4_fatal([$0: unsupported language: "$1"])])])dnl
 
1638
+])# LT_LANG
 
1639
 
 
1640
-  case $host_os in
 
1641
-  beos*)
 
1642
-    lt_cv_dlopen="load_add_on"
 
1643
-    lt_cv_dlopen_libs=
 
1644
-    lt_cv_dlopen_self=yes
 
1645
-    ;;
 
1646
 
 
1647
-  mingw* | pw32*)
 
1648
-    lt_cv_dlopen="LoadLibrary"
 
1649
-    lt_cv_dlopen_libs=
 
1650
-   ;;
 
1651
+# _LT_LANG(LANGNAME)
 
1652
+# ------------------
 
1653
+m4_defun([_LT_LANG],
 
1654
+[m4_ifdef([_LT_LANG_]$1[_enabled], [],
 
1655
+  [LT_SUPPORTED_TAG([$1])dnl
 
1656
+  m4_append([_LT_TAGS], [$1 ])dnl
 
1657
+  m4_define([_LT_LANG_]$1[_enabled], [])dnl
 
1658
+  _LT_LANG_$1_CONFIG($1)])dnl
 
1659
+])# _LT_LANG
 
1660
 
 
1661
-  cygwin*)
 
1662
-    lt_cv_dlopen="dlopen"
 
1663
-    lt_cv_dlopen_libs=
 
1664
-   ;;
 
1665
 
 
1666
-  darwin*)
 
1667
-  # if libdl is installed we need to link against it
 
1668
-    AC_CHECK_LIB([dl], [dlopen],
 
1669
-               [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
 
1670
-    lt_cv_dlopen="dyld"
 
1671
-    lt_cv_dlopen_libs=
 
1672
-    lt_cv_dlopen_self=yes
 
1673
-    ])
 
1674
-   ;;
 
1675
+# _LT_LANG_DEFAULT_CONFIG
 
1676
+# -----------------------
 
1677
+m4_defun([_LT_LANG_DEFAULT_CONFIG],
 
1678
+[AC_PROVIDE_IFELSE([AC_PROG_CXX],
 
1679
+  [LT_LANG(CXX)],
 
1680
+  [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])])
 
1681
+
 
1682
+AC_PROVIDE_IFELSE([AC_PROG_F77],
 
1683
+  [LT_LANG(F77)],
 
1684
+  [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])])
 
1685
+
 
1686
+AC_PROVIDE_IFELSE([AC_PROG_FC],
 
1687
+  [LT_LANG(FC)],
 
1688
+  [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])])
 
1689
+
 
1690
+dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal
 
1691
+dnl pulling things in needlessly.
 
1692
+AC_PROVIDE_IFELSE([AC_PROG_GCJ],
 
1693
+  [LT_LANG(GCJ)],
 
1694
+  [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
 
1695
+    [LT_LANG(GCJ)],
 
1696
+    [AC_PROVIDE_IFELSE([LT_PROG_GCJ],
 
1697
+      [LT_LANG(GCJ)],
 
1698
+      [m4_ifdef([AC_PROG_GCJ],
 
1699
+       [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])])
 
1700
+       m4_ifdef([A][M_PROG_GCJ],
 
1701
+       [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])])
 
1702
+       m4_ifdef([LT_PROG_GCJ],
 
1703
+       [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])])
 
1704
+
 
1705
+AC_PROVIDE_IFELSE([LT_PROG_RC],
 
1706
+  [LT_LANG(RC)],
 
1707
+  [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])])
 
1708
+])# _LT_LANG_DEFAULT_CONFIG
 
1709
+
 
1710
+# Obsolete macros:
 
1711
+AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
 
1712
+AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
 
1713
+AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
 
1714
+AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
 
1715
+dnl aclocal-1.4 backwards compatibility:
 
1716
+dnl AC_DEFUN([AC_LIBTOOL_CXX], [])
 
1717
+dnl AC_DEFUN([AC_LIBTOOL_F77], [])
 
1718
+dnl AC_DEFUN([AC_LIBTOOL_FC], [])
 
1719
+dnl AC_DEFUN([AC_LIBTOOL_GCJ], [])
 
1720
 
 
1721
-  *)
 
1722
-    AC_CHECK_FUNC([shl_load],
 
1723
-         [lt_cv_dlopen="shl_load"],
 
1724
-      [AC_CHECK_LIB([dld], [shl_load],
 
1725
-           [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
 
1726
-       [AC_CHECK_FUNC([dlopen],
 
1727
-             [lt_cv_dlopen="dlopen"],
 
1728
-         [AC_CHECK_LIB([dl], [dlopen],
 
1729
-               [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
 
1730
-           [AC_CHECK_LIB([svld], [dlopen],
 
1731
-                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
 
1732
-             [AC_CHECK_LIB([dld], [dld_link],
 
1733
-                   [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
 
1734
-             ])
 
1735
-           ])
 
1736
-         ])
 
1737
-       ])
 
1738
-      ])
 
1739
-    ;;
 
1740
-  esac
 
1741
 
 
1742
-  if test "x$lt_cv_dlopen" != xno; then
 
1743
-    enable_dlopen=yes
 
1744
-  else
 
1745
-    enable_dlopen=no
 
1746
-  fi
 
1747
+# _LT_TAG_COMPILER
 
1748
+# ----------------
 
1749
+m4_defun([_LT_TAG_COMPILER],
 
1750
+[AC_REQUIRE([AC_PROG_CC])dnl
 
1751
 
 
1752
-  case $lt_cv_dlopen in
 
1753
-  dlopen)
 
1754
-    save_CPPFLAGS="$CPPFLAGS"
 
1755
-    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
 
1756
+_LT_DECL([LTCC], [CC], [1], [A C compiler])dnl
 
1757
+_LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl
 
1758
+_LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl
 
1759
+_LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl
 
1760
 
 
1761
-    save_LDFLAGS="$LDFLAGS"
 
1762
-    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
 
1763
+# If no C compiler was specified, use CC.
 
1764
+LTCC=${LTCC-"$CC"}
 
1765
 
 
1766
-    save_LIBS="$LIBS"
 
1767
-    LIBS="$lt_cv_dlopen_libs $LIBS"
 
1768
+# If no C compiler flags were specified, use CFLAGS.
 
1769
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
 
1770
 
 
1771
-    AC_CACHE_CHECK([whether a program can dlopen itself],
 
1772
-         lt_cv_dlopen_self, [dnl
 
1773
-         _LT_AC_TRY_DLOPEN_SELF(
 
1774
-           lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
 
1775
-           lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
 
1776
-    ])
 
1777
+# Allow CC to be a program name with arguments.
 
1778
+compiler=$CC
 
1779
+])# _LT_TAG_COMPILER
 
1780
 
 
1781
-    if test "x$lt_cv_dlopen_self" = xyes; then
 
1782
-      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
 
1783
-      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
 
1784
-         lt_cv_dlopen_self_static, [dnl
 
1785
-         _LT_AC_TRY_DLOPEN_SELF(
 
1786
-           lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
 
1787
-           lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
 
1788
-      ])
 
1789
-    fi
 
1790
 
 
1791
-    CPPFLAGS="$save_CPPFLAGS"
 
1792
-    LDFLAGS="$save_LDFLAGS"
 
1793
-    LIBS="$save_LIBS"
 
1794
-    ;;
 
1795
-  esac
 
1796
+# _LT_COMPILER_BOILERPLATE
 
1797
+# ------------------------
 
1798
+# Check for compiler boilerplate output or warnings with
 
1799
+# the simple compiler test code.
 
1800
+m4_defun([_LT_COMPILER_BOILERPLATE],
 
1801
+[m4_require([_LT_DECL_SED])dnl
 
1802
+ac_outfile=conftest.$ac_objext
 
1803
+echo "$lt_simple_compile_test_code" >conftest.$ac_ext
 
1804
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
1805
+_lt_compiler_boilerplate=`cat conftest.err`
 
1806
+$RM conftest*
 
1807
+])# _LT_COMPILER_BOILERPLATE
 
1808
 
 
1809
-  case $lt_cv_dlopen_self in
 
1810
-  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
 
1811
-  *) enable_dlopen_self=unknown ;;
 
1812
-  esac
 
1813
 
 
1814
-  case $lt_cv_dlopen_self_static in
 
1815
-  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
 
1816
-  *) enable_dlopen_self_static=unknown ;;
 
1817
-  esac
 
1818
-fi
 
1819
-])# AC_LIBTOOL_DLOPEN_SELF
 
1820
+# _LT_LINKER_BOILERPLATE
 
1821
+# ----------------------
 
1822
+# Check for linker boilerplate output or warnings with
 
1823
+# the simple link test code.
 
1824
+m4_defun([_LT_LINKER_BOILERPLATE],
 
1825
+[m4_require([_LT_DECL_SED])dnl
 
1826
+ac_outfile=conftest.$ac_objext
 
1827
+echo "$lt_simple_link_test_code" >conftest.$ac_ext
 
1828
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
1829
+_lt_linker_boilerplate=`cat conftest.err`
 
1830
+$RM -r conftest*
 
1831
+])# _LT_LINKER_BOILERPLATE
 
1832
 
 
1833
+# _LT_REQUIRED_DARWIN_CHECKS
 
1834
+# -------------------------
 
1835
+m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[
 
1836
+  case $host_os in
 
1837
+    rhapsody* | darwin*)
 
1838
+    AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:])
 
1839
+    AC_CHECK_TOOL([NMEDIT], [nmedit], [:])
 
1840
+    AC_CHECK_TOOL([LIPO], [lipo], [:])
 
1841
+    AC_CHECK_TOOL([OTOOL], [otool], [:])
 
1842
+    AC_CHECK_TOOL([OTOOL64], [otool64], [:])
 
1843
+    _LT_DECL([], [DSYMUTIL], [1],
 
1844
+      [Tool to manipulate archived DWARF debug symbol files on Mac OS X])
 
1845
+    _LT_DECL([], [NMEDIT], [1],
 
1846
+      [Tool to change global to local symbols on Mac OS X])
 
1847
+    _LT_DECL([], [LIPO], [1],
 
1848
+      [Tool to manipulate fat objects and archives on Mac OS X])
 
1849
+    _LT_DECL([], [OTOOL], [1],
 
1850
+      [ldd/readelf like tool for Mach-O binaries on Mac OS X])
 
1851
+    _LT_DECL([], [OTOOL64], [1],
 
1852
+      [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4])
 
1853
 
 
1854
-# AC_LIBTOOL_PROG_CC_C_O([TAGNAME])
 
1855
-# ---------------------------------
 
1856
-# Check to see if options -c and -o are simultaneously supported by compiler
 
1857
-AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O],
 
1858
-[AC_REQUIRE([LT_AC_PROG_SED])dnl
 
1859
-AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
 
1860
-AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
 
1861
-  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
 
1862
-  [_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
 
1863
-   $rm -r conftest 2>/dev/null
 
1864
-   mkdir conftest
 
1865
-   cd conftest
 
1866
-   mkdir out
 
1867
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
1868
+    AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
 
1869
+      [lt_cv_apple_cc_single_mod=no
 
1870
+      if test -z "${LT_MULTI_MODULE}"; then
 
1871
+       # By default we will add the -single_module flag. You can override
 
1872
+       # by either setting the environment variable LT_MULTI_MODULE
 
1873
+       # non-empty at configure time, or by adding -multi_module to the
 
1874
+       # link flags.
 
1875
+       rm -rf libconftest.dylib*
 
1876
+       echo "int foo(void){return 1;}" > conftest.c
 
1877
+       echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
 
1878
+-dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD
 
1879
+       $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
 
1880
+         -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
 
1881
+        _lt_result=$?
 
1882
+       if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
 
1883
+         lt_cv_apple_cc_single_mod=yes
 
1884
+       else
 
1885
+         cat conftest.err >&AS_MESSAGE_LOG_FD
 
1886
+       fi
 
1887
+       rm -rf libconftest.dylib*
 
1888
+       rm -f conftest.*
 
1889
+      fi])
 
1890
+    AC_CACHE_CHECK([for -exported_symbols_list linker flag],
 
1891
+      [lt_cv_ld_exported_symbols_list],
 
1892
+      [lt_cv_ld_exported_symbols_list=no
 
1893
+      save_LDFLAGS=$LDFLAGS
 
1894
+      echo "_main" > conftest.sym
 
1895
+      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
 
1896
+      AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
 
1897
+       [lt_cv_ld_exported_symbols_list=yes],
 
1898
+       [lt_cv_ld_exported_symbols_list=no])
 
1899
+       LDFLAGS="$save_LDFLAGS"
 
1900
+    ])
 
1901
+    case $host_os in
 
1902
+    rhapsody* | darwin1.[[012]])
 
1903
+      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
 
1904
+    darwin1.*)
 
1905
+      _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
 
1906
+    darwin*) # darwin 5.x on 
 
1907
+      # if running on 10.5 or later, the deployment target defaults
 
1908
+      # to the OS version, if on x86, and 10.4, the deployment
 
1909
+      # target defaults to 10.4. Don't you love it? 
 
1910
+      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
 
1911
+       10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
 
1912
+         _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
 
1913
+       10.[[012]]*)
 
1914
+         _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
 
1915
+       10.*)
 
1916
+         _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
 
1917
+      esac
 
1918
+    ;;
 
1919
+  esac
 
1920
+    if test "$lt_cv_apple_cc_single_mod" = "yes"; then
 
1921
+      _lt_dar_single_mod='$single_module'
 
1922
+    fi
 
1923
+    if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
 
1924
+      _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
 
1925
+    else
 
1926
+      _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
1927
+    fi
 
1928
+    if test "$DSYMUTIL" != ":"; then
 
1929
+      _lt_dsymutil='~$DSYMUTIL $lib || :'
 
1930
+    else
 
1931
+      _lt_dsymutil=
 
1932
+    fi
 
1933
+    ;;
 
1934
+  esac
 
1935
+])
 
1936
 
 
1937
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
 
1938
-   # Insert the option either (1) after the last *FLAGS variable, or
 
1939
-   # (2) before a word containing "conftest.", or (3) at the end.
 
1940
-   # Note that $ac_compile itself does not contain backslashes and begins
 
1941
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
1942
-   lt_compile=`echo "$ac_compile" | $SED \
 
1943
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
1944
-   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
 
1945
-   -e 's:$: $lt_compiler_flag:'`
 
1946
-   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
 
1947
-   (eval "$lt_compile" 2>out/conftest.err)
 
1948
-   ac_status=$?
 
1949
-   cat out/conftest.err >&AS_MESSAGE_LOG_FD
 
1950
-   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
1951
-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
1952
-   then
 
1953
-     # The compiler can only warn and ignore the option if not recognized
 
1954
-     # So say no if there are warnings
 
1955
-     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
 
1956
-     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
 
1957
-     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
 
1958
-       _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
 
1959
-     fi
 
1960
-   fi
 
1961
-   chmod u+w . 2>&AS_MESSAGE_LOG_FD
 
1962
-   $rm conftest*
 
1963
-   # SGI C++ compiler will create directory out/ii_files/ for
 
1964
-   # template instantiation
 
1965
-   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
 
1966
-   $rm out/* && rmdir out
 
1967
-   cd ..
 
1968
-   rmdir conftest
 
1969
-   $rm conftest*
 
1970
+
 
1971
+# _LT_DARWIN_LINKER_FEATURES
 
1972
+# --------------------------
 
1973
+# Checks for linker and compiler features on darwin
 
1974
+m4_defun([_LT_DARWIN_LINKER_FEATURES],
 
1975
+[
 
1976
+  m4_require([_LT_REQUIRED_DARWIN_CHECKS])
 
1977
+  _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
1978
+  _LT_TAGVAR(hardcode_direct, $1)=no
 
1979
+  _LT_TAGVAR(hardcode_automatic, $1)=yes
 
1980
+  _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
1981
+  _LT_TAGVAR(whole_archive_flag_spec, $1)=''
 
1982
+  _LT_TAGVAR(link_all_deplibs, $1)=yes
 
1983
+  _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
 
1984
+  if test "$GCC" = "yes"; then
 
1985
+    output_verbose_link_cmd=echo
 
1986
+    _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}"
 
1987
+    _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
 
1988
+    _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
 
1989
+    _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
 
1990
+    m4_if([$1], [CXX],
 
1991
+[   if test "$lt_cv_apple_cc_single_mod" != "yes"; then
 
1992
+      _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
 
1993
+      _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
 
1994
+    fi
 
1995
+],[])
 
1996
+  else
 
1997
+  _LT_TAGVAR(ld_shlibs, $1)=no
 
1998
+  fi
 
1999
 ])
 
2000
-])# AC_LIBTOOL_PROG_CC_C_O
 
2001
 
 
2002
+# _LT_SYS_MODULE_PATH_AIX
 
2003
+# -----------------------
 
2004
+# Links a minimal program and checks the executable
 
2005
+# for the system default hardcoded library path. In most cases,
 
2006
+# this is /usr/lib:/lib, but when the MPI compilers are used
 
2007
+# the location of the communication and MPI libs are included too.
 
2008
+# If we don't find anything, use the default library path according
 
2009
+# to the aix ld manual.
 
2010
+m4_defun([_LT_SYS_MODULE_PATH_AIX],
 
2011
+[m4_require([_LT_DECL_SED])dnl
 
2012
+AC_LINK_IFELSE(AC_LANG_PROGRAM,[
 
2013
+lt_aix_libpath_sed='
 
2014
+    /Import File Strings/,/^$/ {
 
2015
+       /^0/ {
 
2016
+           s/^0  *\(.*\)$/\1/
 
2017
+           p
 
2018
+       }
 
2019
+    }'
 
2020
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
2021
+# Check for a 64-bit object if we didn't find anything.
 
2022
+if test -z "$aix_libpath"; then
 
2023
+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
2024
+fi],[])
 
2025
+if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
2026
+])# _LT_SYS_MODULE_PATH_AIX
 
2027
 
 
2028
-# AC_LIBTOOL_SYS_HARD_LINK_LOCKS([TAGNAME])
 
2029
-# -----------------------------------------
 
2030
-# Check to see if we can do hard links to lock some files if needed
 
2031
-AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS],
 
2032
-[AC_REQUIRE([_LT_AC_LOCK])dnl
 
2033
 
 
2034
-hard_links="nottested"
 
2035
-if test "$_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
 
2036
-  # do not overwrite the value of need_locks provided by the user
 
2037
-  AC_MSG_CHECKING([if we can lock with hard links])
 
2038
-  hard_links=yes
 
2039
-  $rm conftest*
 
2040
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
2041
-  touch conftest.a
 
2042
-  ln conftest.a conftest.b 2>&5 || hard_links=no
 
2043
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
2044
-  AC_MSG_RESULT([$hard_links])
 
2045
-  if test "$hard_links" = no; then
 
2046
-    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
 
2047
-    need_locks=warn
 
2048
-  fi
 
2049
-else
 
2050
-  need_locks=no
 
2051
-fi
 
2052
-])# AC_LIBTOOL_SYS_HARD_LINK_LOCKS
 
2053
+# _LT_SHELL_INIT(ARG)
 
2054
+# -------------------
 
2055
+m4_define([_LT_SHELL_INIT],
 
2056
+[ifdef([AC_DIVERSION_NOTICE],
 
2057
+            [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
 
2058
+        [AC_DIVERT_PUSH(NOTICE)])
 
2059
+$1
 
2060
+AC_DIVERT_POP
 
2061
+])# _LT_SHELL_INIT
 
2062
 
 
2063
 
 
2064
-# AC_LIBTOOL_OBJDIR
 
2065
-# -----------------
 
2066
-AC_DEFUN([AC_LIBTOOL_OBJDIR],
 
2067
-[AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
 
2068
-[rm -f .libs 2>/dev/null
 
2069
-mkdir .libs 2>/dev/null
 
2070
-if test -d .libs; then
 
2071
-  lt_cv_objdir=.libs
 
2072
+# _LT_PROG_ECHO_BACKSLASH
 
2073
+# -----------------------
 
2074
+# Add some code to the start of the generated configure script which
 
2075
+# will find an echo command which doesn't interpret backslashes.
 
2076
+m4_defun([_LT_PROG_ECHO_BACKSLASH],
 
2077
+[_LT_SHELL_INIT([
 
2078
+# Check that we are running under the correct shell.
 
2079
+SHELL=${CONFIG_SHELL-/bin/sh}
 
2080
+
 
2081
+case X$lt_ECHO in
 
2082
+X*--fallback-echo)
 
2083
+  # Remove one level of quotation (which was required for Make).
 
2084
+  ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
 
2085
+  ;;
 
2086
+esac
 
2087
+
 
2088
+ECHO=${lt_ECHO-echo}
 
2089
+if test "X[$]1" = X--no-reexec; then
 
2090
+  # Discard the --no-reexec flag, and continue.
 
2091
+  shift
 
2092
+elif test "X[$]1" = X--fallback-echo; then
 
2093
+  # Avoid inline document here, it may be left over
 
2094
+  :
 
2095
+elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
 
2096
+  # Yippee, $ECHO works!
 
2097
+  :
 
2098
 else
 
2099
-  # MS-DOS does not allow filenames that begin with a dot.
 
2100
-  lt_cv_objdir=_libs
 
2101
+  # Restart under the correct shell.
 
2102
+  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
 
2103
 fi
 
2104
-rmdir .libs 2>/dev/null])
 
2105
-objdir=$lt_cv_objdir
 
2106
-])# AC_LIBTOOL_OBJDIR
 
2107
 
 
2108
+if test "X[$]1" = X--fallback-echo; then
 
2109
+  # used as fallback echo
 
2110
+  shift
 
2111
+  cat <<_LT_EOF
 
2112
+[$]*
 
2113
+_LT_EOF
 
2114
+  exit 0
 
2115
+fi
 
2116
 
 
2117
-# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH([TAGNAME])
 
2118
-# ----------------------------------------------
 
2119
-# Check hardcoding attributes.
 
2120
-AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH],
 
2121
-[AC_MSG_CHECKING([how to hardcode library paths into programs])
 
2122
-_LT_AC_TAGVAR(hardcode_action, $1)=
 
2123
-if test -n "$_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)" || \
 
2124
-   test -n "$_LT_AC_TAGVAR(runpath_var, $1)" || \
 
2125
-   test "X$_LT_AC_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
 
2126
+# The HP-UX ksh and POSIX shell print the target directory to stdout
 
2127
+# if CDPATH is set.
 
2128
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
2129
 
 
2130
-  # We can hardcode non-existant directories.
 
2131
-  if test "$_LT_AC_TAGVAR(hardcode_direct, $1)" != no &&
 
2132
-     # If the only mechanism to avoid hardcoding is shlibpath_var, we
 
2133
-     # have to relink, otherwise we might link with an installed library
 
2134
-     # when we should be linking with a yet-to-be-installed one
 
2135
-     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
 
2136
-     test "$_LT_AC_TAGVAR(hardcode_minus_L, $1)" != no; then
 
2137
-    # Linking always hardcodes the temporary library directory.
 
2138
-    _LT_AC_TAGVAR(hardcode_action, $1)=relink
 
2139
+if test -z "$lt_ECHO"; then
 
2140
+  if test "X${echo_test_string+set}" != Xset; then
 
2141
+    # find a string as large as possible, as long as the shell can cope with it
 
2142
+    for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
 
2143
+      # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
 
2144
+      if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
 
2145
+        { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
 
2146
+      then
 
2147
+        break
 
2148
+      fi
 
2149
+    done
 
2150
+  fi
 
2151
+
 
2152
+  if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
 
2153
+     echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
 
2154
+     test "X$echo_testing_string" = "X$echo_test_string"; then
 
2155
+    :
 
2156
   else
 
2157
-    # We can link without hardcoding, and we can hardcode nonexisting dirs.
 
2158
-    _LT_AC_TAGVAR(hardcode_action, $1)=immediate
 
2159
+    # The Solaris, AIX, and Digital Unix default echo programs unquote
 
2160
+    # backslashes.  This makes it impossible to quote backslashes using
 
2161
+    #   echo "$something" | sed 's/\\/\\\\/g'
 
2162
+    #
 
2163
+    # So, first we look for a working echo in the user's PATH.
 
2164
+
 
2165
+    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
2166
+    for dir in $PATH /usr/ucb; do
 
2167
+      IFS="$lt_save_ifs"
 
2168
+      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
 
2169
+         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
 
2170
+         echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
 
2171
+         test "X$echo_testing_string" = "X$echo_test_string"; then
 
2172
+        ECHO="$dir/echo"
 
2173
+        break
 
2174
+      fi
 
2175
+    done
 
2176
+    IFS="$lt_save_ifs"
 
2177
+
 
2178
+    if test "X$ECHO" = Xecho; then
 
2179
+      # We didn't find a better echo, so look for alternatives.
 
2180
+      if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
 
2181
+         echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
 
2182
+         test "X$echo_testing_string" = "X$echo_test_string"; then
 
2183
+        # This shell has a builtin print -r that does the trick.
 
2184
+        ECHO='print -r'
 
2185
+      elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
 
2186
+          test "X$CONFIG_SHELL" != X/bin/ksh; then
 
2187
+        # If we have ksh, try running configure again with it.
 
2188
+        ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
 
2189
+        export ORIGINAL_CONFIG_SHELL
 
2190
+        CONFIG_SHELL=/bin/ksh
 
2191
+        export CONFIG_SHELL
 
2192
+        exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
 
2193
+      else
 
2194
+        # Try using printf.
 
2195
+        ECHO='printf %s\n'
 
2196
+        if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
 
2197
+          echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
 
2198
+          test "X$echo_testing_string" = "X$echo_test_string"; then
 
2199
+         # Cool, printf works
 
2200
+         :
 
2201
+        elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
 
2202
+            test "X$echo_testing_string" = 'X\t' &&
 
2203
+            echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
2204
+            test "X$echo_testing_string" = "X$echo_test_string"; then
 
2205
+         CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
 
2206
+         export CONFIG_SHELL
 
2207
+         SHELL="$CONFIG_SHELL"
 
2208
+         export SHELL
 
2209
+         ECHO="$CONFIG_SHELL [$]0 --fallback-echo"
 
2210
+        elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
 
2211
+            test "X$echo_testing_string" = 'X\t' &&
 
2212
+            echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
2213
+            test "X$echo_testing_string" = "X$echo_test_string"; then
 
2214
+         ECHO="$CONFIG_SHELL [$]0 --fallback-echo"
 
2215
+        else
 
2216
+         # maybe with a smaller string...
 
2217
+         prev=:
 
2218
+
 
2219
+         for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
 
2220
+           if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
 
2221
+           then
 
2222
+             break
 
2223
+           fi
 
2224
+           prev="$cmd"
 
2225
+         done
 
2226
+
 
2227
+         if test "$prev" != 'sed 50q "[$]0"'; then
 
2228
+           echo_test_string=`eval $prev`
 
2229
+           export echo_test_string
 
2230
+           exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
 
2231
+         else
 
2232
+           # Oops.  We lost completely, so just stick with echo.
 
2233
+           ECHO=echo
 
2234
+         fi
 
2235
+        fi
 
2236
+      fi
 
2237
+    fi
 
2238
   fi
 
2239
-else
 
2240
-  # We cannot hardcode anything, or else we can only hardcode existing
 
2241
-  # directories.
 
2242
-  _LT_AC_TAGVAR(hardcode_action, $1)=unsupported
 
2243
 fi
 
2244
-AC_MSG_RESULT([$_LT_AC_TAGVAR(hardcode_action, $1)])
 
2245
 
 
2246
-if test "$_LT_AC_TAGVAR(hardcode_action, $1)" = relink; then
 
2247
-  # Fast installation is not supported
 
2248
-  enable_fast_install=no
 
2249
-elif test "$shlibpath_overrides_runpath" = yes ||
 
2250
-     test "$enable_shared" = no; then
 
2251
-  # Fast installation is not necessary
 
2252
-  enable_fast_install=needless
 
2253
+# Copy echo and quote the copy suitably for passing to libtool from
 
2254
+# the Makefile, instead of quoting the original, which is used later.
 
2255
+lt_ECHO=$ECHO
 
2256
+if test "X$lt_ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
 
2257
+   lt_ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
 
2258
 fi
 
2259
-])# AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH
 
2260
 
 
2261
+AC_SUBST(lt_ECHO)
 
2262
+])
 
2263
+_LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts])
 
2264
+_LT_DECL([], [ECHO], [1],
 
2265
+    [An echo program that does not interpret backslashes])
 
2266
+])# _LT_PROG_ECHO_BACKSLASH
 
2267
 
 
2268
-# AC_LIBTOOL_SYS_LIB_STRIP
 
2269
-# ------------------------
 
2270
-AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP],
 
2271
-[striplib=
 
2272
-old_striplib=
 
2273
-AC_MSG_CHECKING([whether stripping libraries is possible])
 
2274
-if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
 
2275
-  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
 
2276
-  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
 
2277
-  AC_MSG_RESULT([yes])
 
2278
-else
 
2279
-# FIXME - insert some real tests, host_os isn't really good enough
 
2280
-  case $host_os in
 
2281
-   darwin*)
 
2282
-       if test -n "$STRIP" ; then
 
2283
-         striplib="$STRIP -x"
 
2284
-         old_striplib="$STRIP -S"
 
2285
-         AC_MSG_RESULT([yes])
 
2286
-       else
 
2287
-  AC_MSG_RESULT([no])
 
2288
-fi
 
2289
-       ;;
 
2290
-   *)
 
2291
-  AC_MSG_RESULT([no])
 
2292
-    ;;
 
2293
-  esac
 
2294
-fi
 
2295
-])# AC_LIBTOOL_SYS_LIB_STRIP
 
2296
 
 
2297
+# _LT_ENABLE_LOCK
 
2298
+# ---------------
 
2299
+m4_defun([_LT_ENABLE_LOCK],
 
2300
+[AC_ARG_ENABLE([libtool-lock],
 
2301
+  [AS_HELP_STRING([--disable-libtool-lock],
 
2302
+    [avoid locking (might break parallel builds)])])
 
2303
+test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
 
2304
 
 
2305
-# AC_LIBTOOL_SYS_DYNAMIC_LINKER
 
2306
-# -----------------------------
 
2307
-# PORTME Fill in your ld.so characteristics
 
2308
-AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER],
 
2309
-[AC_REQUIRE([LT_AC_PROG_SED])dnl
 
2310
-AC_MSG_CHECKING([dynamic linker characteristics])
 
2311
-library_names_spec=
 
2312
-libname_spec='lib$name'
 
2313
-soname_spec=
 
2314
-shrext_cmds=".so"
 
2315
-postinstall_cmds=
 
2316
-postuninstall_cmds=
 
2317
-finish_cmds=
 
2318
-finish_eval=
 
2319
-shlibpath_var=
 
2320
-shlibpath_overrides_runpath=unknown
 
2321
-version_type=none
 
2322
-dynamic_linker="$host_os ld.so"
 
2323
-sys_lib_dlsearch_path_spec="/lib /usr/lib"
 
2324
-m4_if($1,[],[
 
2325
-if test "$GCC" = yes; then
 
2326
-  case $host_os in
 
2327
-    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
 
2328
-    *) lt_awk_arg="/^libraries:/" ;;
 
2329
-  esac
 
2330
-  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
2331
-  if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then
 
2332
-    # if the path contains ";" then we assume it to be the separator
 
2333
-    # otherwise default to the standard path separator (i.e. ":") - it is
 
2334
-    # assumed that no part of a normal pathname contains ";" but that should
 
2335
-    # okay in the real world where ";" in dirpaths is itself problematic.
 
2336
-    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
 
2337
-  else
 
2338
-    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
2339
-  fi
 
2340
-  # Ok, now we have the path, separated by spaces, we can step through it
 
2341
-  # and add multilib dir if necessary.
 
2342
-  lt_tmp_lt_search_path_spec=
 
2343
-  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
 
2344
-  for lt_sys_path in $lt_search_path_spec; do
 
2345
-    if test -d "$lt_sys_path/$lt_multi_os_dir"; then
 
2346
-      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
 
2347
+# Some flags need to be propagated to the compiler or linker for good
 
2348
+# libtool support.
 
2349
+case $host in
 
2350
+ia64-*-hpux*)
 
2351
+  # Find out which ABI we are using.
 
2352
+  echo 'int i;' > conftest.$ac_ext
 
2353
+  if AC_TRY_EVAL(ac_compile); then
 
2354
+    case `/usr/bin/file conftest.$ac_objext` in
 
2355
+      *ELF-32*)
 
2356
+       HPUX_IA64_MODE="32"
 
2357
+       ;;
 
2358
+      *ELF-64*)
 
2359
+       HPUX_IA64_MODE="64"
 
2360
+       ;;
 
2361
+    esac
 
2362
+  fi
 
2363
+  rm -rf conftest*
 
2364
+  ;;
 
2365
+*-*-irix6*)
 
2366
+  # Find out which ABI we are using.
 
2367
+  echo '[#]line __oline__ "configure"' > conftest.$ac_ext
 
2368
+  if AC_TRY_EVAL(ac_compile); then
 
2369
+    if test "$lt_cv_prog_gnu_ld" = yes; then
 
2370
+      case `/usr/bin/file conftest.$ac_objext` in
 
2371
+       *32-bit*)
 
2372
+         LD="${LD-ld} -melf32bsmip"
 
2373
+         ;;
 
2374
+       *N32*)
 
2375
+         LD="${LD-ld} -melf32bmipn32"
 
2376
+         ;;
 
2377
+       *64-bit*)
 
2378
+         LD="${LD-ld} -melf64bmip"
 
2379
+       ;;
 
2380
+      esac
 
2381
     else
 
2382
-      test -d "$lt_sys_path" && \
 
2383
-       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
 
2384
+      case `/usr/bin/file conftest.$ac_objext` in
 
2385
+       *32-bit*)
 
2386
+         LD="${LD-ld} -32"
 
2387
+         ;;
 
2388
+       *N32*)
 
2389
+         LD="${LD-ld} -n32"
 
2390
+         ;;
 
2391
+       *64-bit*)
 
2392
+         LD="${LD-ld} -64"
 
2393
+         ;;
 
2394
+      esac
 
2395
     fi
 
2396
-  done
 
2397
-  lt_search_path_spec=`echo $lt_tmp_lt_search_path_spec | awk '
 
2398
-BEGIN {RS=" "; FS="/|\n";} {
 
2399
-  lt_foo="";
 
2400
-  lt_count=0;
 
2401
-  for (lt_i = NF; lt_i > 0; lt_i--) {
 
2402
-    if ($lt_i != "" && $lt_i != ".") {
 
2403
-      if ($lt_i == "..") {
 
2404
-        lt_count++;
 
2405
-      } else {
 
2406
-        if (lt_count == 0) {
 
2407
-          lt_foo="/" $lt_i lt_foo;
 
2408
-        } else {
 
2409
-          lt_count--;
 
2410
-        }
 
2411
-      }
 
2412
-    }
 
2413
-  }
 
2414
-  if (lt_foo != "") { lt_freq[[lt_foo]]++; }
 
2415
-  if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
 
2416
-}'`
 
2417
-  sys_lib_search_path_spec=`echo $lt_search_path_spec`
 
2418
-else
 
2419
-  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
 
2420
-fi])
 
2421
-need_lib_prefix=unknown
 
2422
-hardcode_into_libs=no
 
2423
-
 
2424
-# when you set need_version to no, make sure it does not cause -set_version
 
2425
-# flags to be left without arguments
 
2426
-need_version=unknown
 
2427
-
 
2428
-case $host_os in
 
2429
-aix3*)
 
2430
-  version_type=linux
 
2431
-  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
 
2432
-  shlibpath_var=LIBPATH
 
2433
+  fi
 
2434
+  rm -rf conftest*
 
2435
+  ;;
 
2436
 
 
2437
-  # AIX 3 has no versioning support, so we append a major version to the name.
 
2438
-  soname_spec='${libname}${release}${shared_ext}$major'
 
2439
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
 
2440
+s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
 
2441
+  # Find out which ABI we are using.
 
2442
+  echo 'int i;' > conftest.$ac_ext
 
2443
+  if AC_TRY_EVAL(ac_compile); then
 
2444
+    case `/usr/bin/file conftest.o` in
 
2445
+      *32-bit*)
 
2446
+       case $host in
 
2447
+         x86_64-*kfreebsd*-gnu)
 
2448
+           LD="${LD-ld} -m elf_i386_fbsd"
 
2449
+           ;;
 
2450
+         x86_64-*linux*)
 
2451
+           LD="${LD-ld} -m elf_i386"
 
2452
+           ;;
 
2453
+         ppc64-*linux*|powerpc64-*linux*)
 
2454
+           LD="${LD-ld} -m elf32ppclinux"
 
2455
+           ;;
 
2456
+         s390x-*linux*)
 
2457
+           LD="${LD-ld} -m elf_s390"
 
2458
+           ;;
 
2459
+         sparc64-*linux*)
 
2460
+           LD="${LD-ld} -m elf32_sparc"
 
2461
+           ;;
 
2462
+       esac
 
2463
+       ;;
 
2464
+      *64-bit*)
 
2465
+       case $host in
 
2466
+         x86_64-*kfreebsd*-gnu)
 
2467
+           LD="${LD-ld} -m elf_x86_64_fbsd"
 
2468
+           ;;
 
2469
+         x86_64-*linux*)
 
2470
+           LD="${LD-ld} -m elf_x86_64"
 
2471
+           ;;
 
2472
+         ppc*-*linux*|powerpc*-*linux*)
 
2473
+           LD="${LD-ld} -m elf64ppc"
 
2474
+           ;;
 
2475
+         s390*-*linux*|s390*-*tpf*)
 
2476
+           LD="${LD-ld} -m elf64_s390"
 
2477
+           ;;
 
2478
+         sparc*-*linux*)
 
2479
+           LD="${LD-ld} -m elf64_sparc"
 
2480
+           ;;
 
2481
+       esac
 
2482
+       ;;
 
2483
+    esac
 
2484
+  fi
 
2485
+  rm -rf conftest*
 
2486
   ;;
 
2487
 
 
2488
-aix[[4-9]]*)
 
2489
-  version_type=linux
 
2490
-  need_lib_prefix=no
 
2491
-  need_version=no
 
2492
-  hardcode_into_libs=yes
 
2493
-  if test "$host_cpu" = ia64; then
 
2494
-    # AIX 5 supports IA64
 
2495
-    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
 
2496
-    shlibpath_var=LD_LIBRARY_PATH
 
2497
-  else
 
2498
-    # With GCC up to 2.95.x, collect2 would create an import file
 
2499
-    # for dependence libraries.  The import file would start with
 
2500
-    # the line `#! .'.  This would cause the generated library to
 
2501
-    # depend on `.', always an invalid library.  This was fixed in
 
2502
-    # development snapshots of GCC prior to 3.0.
 
2503
-    case $host_os in
 
2504
-      aix4 | aix4.[[01]] | aix4.[[01]].*)
 
2505
-      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
 
2506
-          echo ' yes '
 
2507
-          echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
 
2508
-       :
 
2509
-      else
 
2510
-       can_build_shared=no
 
2511
-      fi
 
2512
+*-*-sco3.2v5*)
 
2513
+  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
 
2514
+  SAVE_CFLAGS="$CFLAGS"
 
2515
+  CFLAGS="$CFLAGS -belf"
 
2516
+  AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
 
2517
+    [AC_LANG_PUSH(C)
 
2518
+     AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
 
2519
+     AC_LANG_POP])
 
2520
+  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
 
2521
+    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
 
2522
+    CFLAGS="$SAVE_CFLAGS"
 
2523
+  fi
 
2524
+  ;;
 
2525
+sparc*-*solaris*)
 
2526
+  # Find out which ABI we are using.
 
2527
+  echo 'int i;' > conftest.$ac_ext
 
2528
+  if AC_TRY_EVAL(ac_compile); then
 
2529
+    case `/usr/bin/file conftest.o` in
 
2530
+    *64-bit*)
 
2531
+      case $lt_cv_prog_gnu_ld in
 
2532
+      yes*) LD="${LD-ld} -m elf64_sparc" ;;
 
2533
+      *)
 
2534
+       if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
 
2535
+         LD="${LD-ld} -64"
 
2536
+       fi
 
2537
+       ;;
 
2538
+      esac
 
2539
       ;;
 
2540
     esac
 
2541
-    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
 
2542
-    # soname into executable. Probably we can add versioning support to
 
2543
-    # collect2, so additional links can be useful in future.
 
2544
-    if test "$aix_use_runtimelinking" = yes; then
 
2545
-      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
 
2546
-      # instead of lib<name>.a to let people know that these are not
 
2547
-      # typical AIX shared libraries.
 
2548
-      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
2549
-    else
 
2550
-      # We preserve .a as extension for shared libraries through AIX4.2
 
2551
-      # and later when we are not doing run time linking.
 
2552
-      library_names_spec='${libname}${release}.a $libname.a'
 
2553
-      soname_spec='${libname}${release}${shared_ext}$major'
 
2554
-    fi
 
2555
-    shlibpath_var=LIBPATH
 
2556
   fi
 
2557
+  rm -rf conftest*
 
2558
   ;;
 
2559
+esac
 
2560
 
 
2561
-amigaos*)
 
2562
-  library_names_spec='$libname.ixlibrary $libname.a'
 
2563
-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
 
2564
-  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'
 
2565
-  ;;
 
2566
+need_locks="$enable_libtool_lock"
 
2567
+])# _LT_ENABLE_LOCK
 
2568
 
 
2569
-beos*)
 
2570
-  library_names_spec='${libname}${shared_ext}'
 
2571
-  dynamic_linker="$host_os ld.so"
 
2572
-  shlibpath_var=LIBRARY_PATH
 
2573
-  ;;
 
2574
 
 
2575
-bsdi[[45]]*)
 
2576
-  version_type=linux
 
2577
-  need_version=no
 
2578
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
2579
-  soname_spec='${libname}${release}${shared_ext}$major'
 
2580
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
 
2581
-  shlibpath_var=LD_LIBRARY_PATH
 
2582
-  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
 
2583
-  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
 
2584
-  # the default ld.so.conf also contains /usr/contrib/lib and
 
2585
-  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
 
2586
-  # libtool to hard-code these into programs
 
2587
-  ;;
 
2588
+# _LT_CMD_OLD_ARCHIVE
 
2589
+# -------------------
 
2590
+m4_defun([_LT_CMD_OLD_ARCHIVE],
 
2591
+[AC_CHECK_TOOL(AR, ar, false)
 
2592
+test -z "$AR" && AR=ar
 
2593
+test -z "$AR_FLAGS" && AR_FLAGS=cru
 
2594
+_LT_DECL([], [AR], [1], [The archiver])
 
2595
+_LT_DECL([], [AR_FLAGS], [1])
 
2596
 
 
2597
-cygwin* | mingw* | pw32*)
 
2598
-  version_type=windows
 
2599
-  shrext_cmds=".dll"
 
2600
-  need_version=no
 
2601
-  need_lib_prefix=no
 
2602
+AC_CHECK_TOOL(STRIP, strip, :)
 
2603
+test -z "$STRIP" && STRIP=:
 
2604
+_LT_DECL([], [STRIP], [1], [A symbol stripping program])
 
2605
 
 
2606
-  case $GCC,$host_os in
 
2607
-  yes,cygwin* | yes,mingw* | yes,pw32*)
 
2608
-    library_names_spec='$libname.dll.a'
 
2609
-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
 
2610
-    postinstall_cmds='base_file=`basename \${file}`~
 
2611
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
 
2612
-      dldir=$destdir/`dirname \$dlpath`~
 
2613
-      test -d \$dldir || mkdir -p \$dldir~
 
2614
-      $install_prog $dir/$dlname \$dldir/$dlname~
 
2615
-      chmod a+x \$dldir/$dlname'
 
2616
-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
 
2617
-      dlpath=$dir/\$dldll~
 
2618
-       $rm \$dlpath'
 
2619
-    shlibpath_overrides_runpath=yes
 
2620
+AC_CHECK_TOOL(RANLIB, ranlib, :)
 
2621
+test -z "$RANLIB" && RANLIB=:
 
2622
+_LT_DECL([], [RANLIB], [1],
 
2623
+    [Commands used to install an old-style archive])
 
2624
 
 
2625
-    case $host_os in
 
2626
-    cygwin*)
 
2627
-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
 
2628
-      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
 
2629
-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
 
2630
-      ;;
 
2631
-    mingw*)
 
2632
-      # MinGW DLLs use traditional 'lib' prefix
 
2633
-      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
 
2634
-      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
2635
-      if echo "$sys_lib_search_path_spec" | [grep ';[c-zC-Z]:/' >/dev/null]; then
 
2636
-        # It is most probably a Windows format PATH printed by
 
2637
-        # mingw gcc, but we are running on Cygwin. Gcc prints its search
 
2638
-        # path with ; separators, and with drive letters. We can handle the
 
2639
-        # drive letters (cygwin fileutils understands them), so leave them,
 
2640
-        # especially as we might pass files found there to a mingw objdump,
 
2641
-        # which wouldn't understand a cygwinified path. Ahh.
 
2642
-        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
 
2643
-      else
 
2644
-        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
2645
-      fi
 
2646
-      ;;
 
2647
-    pw32*)
 
2648
-      # pw32 DLLs use 'pw' prefix rather than 'lib'
 
2649
-      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
 
2650
-      ;;
 
2651
-    esac
 
2652
-    ;;
 
2653
+# Determine commands to create old-style static archives.
 
2654
+old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
 
2655
+old_postinstall_cmds='chmod 644 $oldlib'
 
2656
+old_postuninstall_cmds=
 
2657
 
 
2658
+if test -n "$RANLIB"; then
 
2659
+  case $host_os in
 
2660
+  openbsd*)
 
2661
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
 
2662
+    ;;
 
2663
   *)
 
2664
-    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
 
2665
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
 
2666
     ;;
 
2667
   esac
 
2668
-  dynamic_linker='Win32 ld.exe'
 
2669
-  # FIXME: first we should search . and the directory the executable is in
 
2670
-  shlibpath_var=PATH
 
2671
-  ;;
 
2672
+  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
 
2673
+fi
 
2674
+_LT_DECL([], [old_postinstall_cmds], [2])
 
2675
+_LT_DECL([], [old_postuninstall_cmds], [2])
 
2676
+_LT_TAGDECL([], [old_archive_cmds], [2],
 
2677
+    [Commands used to build an old-style archive])
 
2678
+])# _LT_CMD_OLD_ARCHIVE
 
2679
 
 
2680
-darwin* | rhapsody*)
 
2681
-  dynamic_linker="$host_os dyld"
 
2682
-  version_type=darwin
 
2683
-  need_lib_prefix=no
 
2684
-  need_version=no
 
2685
-  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
 
2686
-  soname_spec='${libname}${release}${major}$shared_ext'
 
2687
-  shlibpath_overrides_runpath=yes
 
2688
-  shlibpath_var=DYLD_LIBRARY_PATH
 
2689
-  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
 
2690
-  m4_if([$1], [],[
 
2691
-  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"]) 
 
2692
-  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
 
2693
-  ;;
 
2694
 
 
2695
-dgux*)
 
2696
-  version_type=linux
 
2697
-  need_lib_prefix=no
 
2698
-  need_version=no
 
2699
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
 
2700
-  soname_spec='${libname}${release}${shared_ext}$major'
 
2701
-  shlibpath_var=LD_LIBRARY_PATH
 
2702
-  ;;
 
2703
+# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
 
2704
+#              [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
 
2705
+# ----------------------------------------------------------------
 
2706
+# Check whether the given compiler option works
 
2707
+AC_DEFUN([_LT_COMPILER_OPTION],
 
2708
+[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
2709
+m4_require([_LT_DECL_SED])dnl
 
2710
+AC_CACHE_CHECK([$1], [$2],
 
2711
+  [$2=no
 
2712
+   m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
 
2713
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
2714
+   lt_compiler_flag="$3"
 
2715
+   # Insert the option either (1) after the last *FLAGS variable, or
 
2716
+   # (2) before a word containing "conftest.", or (3) at the end.
 
2717
+   # Note that $ac_compile itself does not contain backslashes and begins
 
2718
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
2719
+   # The option is referenced via a variable to avoid confusing sed.
 
2720
+   lt_compile=`echo "$ac_compile" | $SED \
 
2721
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
2722
+   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
 
2723
+   -e 's:$: $lt_compiler_flag:'`
 
2724
+   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
 
2725
+   (eval "$lt_compile" 2>conftest.err)
 
2726
+   ac_status=$?
 
2727
+   cat conftest.err >&AS_MESSAGE_LOG_FD
 
2728
+   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
2729
+   if (exit $ac_status) && test -s "$ac_outfile"; then
 
2730
+     # The compiler can only warn and ignore the option if not recognized
 
2731
+     # So say no if there are warnings other than the usual output.
 
2732
+     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
2733
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
2734
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
 
2735
+       $2=yes
 
2736
+     fi
 
2737
+   fi
 
2738
+   $RM conftest*
 
2739
+])
 
2740
 
 
2741
-freebsd1*)
 
2742
-  dynamic_linker=no
 
2743
-  ;;
 
2744
+if test x"[$]$2" = xyes; then
 
2745
+    m4_if([$5], , :, [$5])
 
2746
+else
 
2747
+    m4_if([$6], , :, [$6])
 
2748
+fi
 
2749
+])# _LT_COMPILER_OPTION
 
2750
 
 
2751
-freebsd* | dragonfly*)
 
2752
-  # DragonFly does not have aout.  When/if they implement a new
 
2753
-  # versioning mechanism, adjust this.
 
2754
-  if test -x /usr/bin/objformat; then
 
2755
-    objformat=`/usr/bin/objformat`
 
2756
-  else
 
2757
-    case $host_os in
 
2758
-    freebsd[[123]]*) objformat=aout ;;
 
2759
-    *) objformat=elf ;;
 
2760
-    esac
 
2761
-  fi
 
2762
-  version_type=freebsd-$objformat
 
2763
-  case $version_type in
 
2764
-    freebsd-elf*)
 
2765
-      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
 
2766
-      need_version=no
 
2767
-      need_lib_prefix=no
 
2768
-      ;;
 
2769
-    freebsd-*)
 
2770
-      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
 
2771
-      need_version=yes
 
2772
-      ;;
 
2773
-  esac
 
2774
-  shlibpath_var=LD_LIBRARY_PATH
 
2775
-  case $host_os in
 
2776
-  freebsd2*)
 
2777
-    shlibpath_overrides_runpath=yes
 
2778
+# Old name:
 
2779
+AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION])
 
2780
+dnl aclocal-1.4 backwards compatibility:
 
2781
+dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [])
 
2782
+
 
2783
+
 
2784
+# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
 
2785
+#                  [ACTION-SUCCESS], [ACTION-FAILURE])
 
2786
+# ----------------------------------------------------
 
2787
+# Check whether the given linker option works
 
2788
+AC_DEFUN([_LT_LINKER_OPTION],
 
2789
+[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
2790
+m4_require([_LT_DECL_SED])dnl
 
2791
+AC_CACHE_CHECK([$1], [$2],
 
2792
+  [$2=no
 
2793
+   save_LDFLAGS="$LDFLAGS"
 
2794
+   LDFLAGS="$LDFLAGS $3"
 
2795
+   echo "$lt_simple_link_test_code" > conftest.$ac_ext
 
2796
+   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
 
2797
+     # The linker can only warn and ignore the option if not recognized
 
2798
+     # So say no if there are warnings
 
2799
+     if test -s conftest.err; then
 
2800
+       # Append any errors to the config.log.
 
2801
+       cat conftest.err 1>&AS_MESSAGE_LOG_FD
 
2802
+       $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
 
2803
+       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
2804
+       if diff conftest.exp conftest.er2 >/dev/null; then
 
2805
+         $2=yes
 
2806
+       fi
 
2807
+     else
 
2808
+       $2=yes
 
2809
+     fi
 
2810
+   fi
 
2811
+   $RM -r conftest*
 
2812
+   LDFLAGS="$save_LDFLAGS"
 
2813
+])
 
2814
+
 
2815
+if test x"[$]$2" = xyes; then
 
2816
+    m4_if([$4], , :, [$4])
 
2817
+else
 
2818
+    m4_if([$5], , :, [$5])
 
2819
+fi
 
2820
+])# _LT_LINKER_OPTION
 
2821
+
 
2822
+# Old name:
 
2823
+AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION])
 
2824
+dnl aclocal-1.4 backwards compatibility:
 
2825
+dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [])
 
2826
+
 
2827
+
 
2828
+# LT_CMD_MAX_LEN
 
2829
+#---------------
 
2830
+AC_DEFUN([LT_CMD_MAX_LEN],
 
2831
+[AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
2832
+# find the maximum length of command line arguments
 
2833
+AC_MSG_CHECKING([the maximum length of command line arguments])
 
2834
+AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
 
2835
+  i=0
 
2836
+  teststring="ABCD"
 
2837
+
 
2838
+  case $build_os in
 
2839
+  msdosdjgpp*)
 
2840
+    # On DJGPP, this test can blow up pretty badly due to problems in libc
 
2841
+    # (any single argument exceeding 2000 bytes causes a buffer overrun
 
2842
+    # during glob expansion).  Even if it were fixed, the result of this
 
2843
+    # check would be larger than it should be.
 
2844
+    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
 
2845
     ;;
 
2846
-  freebsd3.[[01]]* | freebsdelf3.[[01]]*)
 
2847
-    shlibpath_overrides_runpath=yes
 
2848
-    hardcode_into_libs=yes
 
2849
+
 
2850
+  gnu*)
 
2851
+    # Under GNU Hurd, this test is not required because there is
 
2852
+    # no limit to the length of command line arguments.
 
2853
+    # Libtool will interpret -1 as no limit whatsoever
 
2854
+    lt_cv_sys_max_cmd_len=-1;
 
2855
     ;;
 
2856
-  freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
 
2857
-  freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
 
2858
-    shlibpath_overrides_runpath=no
 
2859
-    hardcode_into_libs=yes
 
2860
+
 
2861
+  cygwin* | mingw*)
 
2862
+    # On Win9x/ME, this test blows up -- it succeeds, but takes
 
2863
+    # about 5 minutes as the teststring grows exponentially.
 
2864
+    # Worse, since 9x/ME are not pre-emptively multitasking,
 
2865
+    # you end up with a "frozen" computer, even though with patience
 
2866
+    # the test eventually succeeds (with a max line length of 256k).
 
2867
+    # Instead, let's just punt: use the minimum linelength reported by
 
2868
+    # all of the supported platforms: 8192 (on NT/2K/XP).
 
2869
+    lt_cv_sys_max_cmd_len=8192;
 
2870
     ;;
 
2871
-  *) # from 4.6 on, and DragonFly
 
2872
-    shlibpath_overrides_runpath=yes
 
2873
-    hardcode_into_libs=yes
 
2874
+
 
2875
+  amigaos*)
 
2876
+    # On AmigaOS with pdksh, this test takes hours, literally.
 
2877
+    # So we just punt and use a minimum line length of 8192.
 
2878
+    lt_cv_sys_max_cmd_len=8192;
 
2879
     ;;
 
2880
-  esac
 
2881
-  ;;
 
2882
 
 
2883
-gnu*)
 
2884
-  version_type=linux
 
2885
-  need_lib_prefix=no
 
2886
-  need_version=no
 
2887
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
 
2888
-  soname_spec='${libname}${release}${shared_ext}$major'
 
2889
-  shlibpath_var=LD_LIBRARY_PATH
 
2890
-  hardcode_into_libs=yes
 
2891
-  ;;
 
2892
+  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
 
2893
+    # This has been around since 386BSD, at least.  Likely further.
 
2894
+    if test -x /sbin/sysctl; then
 
2895
+      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
 
2896
+    elif test -x /usr/sbin/sysctl; then
 
2897
+      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
 
2898
+    else
 
2899
+      lt_cv_sys_max_cmd_len=65536      # usable default for all BSDs
 
2900
+    fi
 
2901
+    # And add a safety zone
 
2902
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
 
2903
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
 
2904
+    ;;
 
2905
 
 
2906
-hpux9* | hpux10* | hpux11*)
 
2907
-  # Give a soname corresponding to the major version so that dld.sl refuses to
 
2908
-  # link against other versions.
 
2909
-  version_type=sunos
 
2910
-  need_lib_prefix=no
 
2911
-  need_version=no
 
2912
-  case $host_cpu in
 
2913
-  ia64*)
 
2914
-    shrext_cmds='.so'
 
2915
-    hardcode_into_libs=yes
 
2916
-    dynamic_linker="$host_os dld.so"
 
2917
-    shlibpath_var=LD_LIBRARY_PATH
 
2918
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
 
2919
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
2920
-    soname_spec='${libname}${release}${shared_ext}$major'
 
2921
-    if test "X$HPUX_IA64_MODE" = X32; then
 
2922
-      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
 
2923
+  interix*)
 
2924
+    # We know the value 262144 and hardcode it with a safety zone (like BSD)
 
2925
+    lt_cv_sys_max_cmd_len=196608
 
2926
+    ;;
 
2927
+
 
2928
+  osf*)
 
2929
+    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
 
2930
+    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
 
2931
+    # nice to cause kernel panics so lets avoid the loop below.
 
2932
+    # First set a reasonable default.
 
2933
+    lt_cv_sys_max_cmd_len=16384
 
2934
+    #
 
2935
+    if test -x /sbin/sysconfig; then
 
2936
+      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
 
2937
+        *1*) lt_cv_sys_max_cmd_len=-1 ;;
 
2938
+      esac
 
2939
+    fi
 
2940
+    ;;
 
2941
+  sco3.2v5*)
 
2942
+    lt_cv_sys_max_cmd_len=102400
 
2943
+    ;;
 
2944
+  sysv5* | sco5v6* | sysv4.2uw2*)
 
2945
+    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
 
2946
+    if test -n "$kargmax"; then
 
2947
+      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[        ]]//'`
 
2948
     else
 
2949
-      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
 
2950
+      lt_cv_sys_max_cmd_len=32768
 
2951
     fi
 
2952
-    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
2953
     ;;
 
2954
-   hppa*64*)
 
2955
-     shrext_cmds='.sl'
 
2956
-     hardcode_into_libs=yes
 
2957
-     dynamic_linker="$host_os dld.sl"
 
2958
-     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
 
2959
-     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
 
2960
-     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
2961
-     soname_spec='${libname}${release}${shared_ext}$major'
 
2962
-     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
 
2963
-     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
2964
-     ;;
 
2965
-   *)
 
2966
-    shrext_cmds='.sl'
 
2967
-    dynamic_linker="$host_os dld.sl"
 
2968
-    shlibpath_var=SHLIB_PATH
 
2969
-    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
 
2970
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
2971
-    soname_spec='${libname}${release}${shared_ext}$major'
 
2972
+  *)
 
2973
+    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
 
2974
+    if test -n "$lt_cv_sys_max_cmd_len"; then
 
2975
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
 
2976
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
 
2977
+    else
 
2978
+      # Make teststring a little bigger before we do anything with it.
 
2979
+      # a 1K string should be a reasonable start.
 
2980
+      for i in 1 2 3 4 5 6 7 8 ; do
 
2981
+        teststring=$teststring$teststring
 
2982
+      done
 
2983
+      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
 
2984
+      # If test is not a shell built-in, we'll probably end up computing a
 
2985
+      # maximum length that is only half of the actual maximum length, but
 
2986
+      # we can't tell.
 
2987
+      while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
 
2988
+                = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
 
2989
+             test $i != 17 # 1/2 MB should be enough
 
2990
+      do
 
2991
+        i=`expr $i + 1`
 
2992
+        teststring=$teststring$teststring
 
2993
+      done
 
2994
+      # Only check the string length outside the loop.
 
2995
+      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
 
2996
+      teststring=
 
2997
+      # Add a significant safety factor because C++ compilers can tack on
 
2998
+      # massive amounts of additional arguments before passing them to the
 
2999
+      # linker.  It appears as though 1/2 is a usable value.
 
3000
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
 
3001
+    fi
 
3002
     ;;
 
3003
   esac
 
3004
-  # HP-UX runs *really* slowly unless shared libraries are mode 555.
 
3005
-  postinstall_cmds='chmod 555 $lib'
 
3006
-  ;;
 
3007
+])
 
3008
+if test -n $lt_cv_sys_max_cmd_len ; then
 
3009
+  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
 
3010
+else
 
3011
+  AC_MSG_RESULT(none)
 
3012
+fi
 
3013
+max_cmd_len=$lt_cv_sys_max_cmd_len
 
3014
+_LT_DECL([], [max_cmd_len], [0],
 
3015
+    [What is the maximum length of a command?])
 
3016
+])# LT_CMD_MAX_LEN
 
3017
 
 
3018
-interix[[3-9]]*)
 
3019
-  version_type=linux
 
3020
-  need_lib_prefix=no
 
3021
-  need_version=no
 
3022
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
3023
-  soname_spec='${libname}${release}${shared_ext}$major'
 
3024
-  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
 
3025
-  shlibpath_var=LD_LIBRARY_PATH
 
3026
-  shlibpath_overrides_runpath=no
 
3027
-  hardcode_into_libs=yes
 
3028
-  ;;
 
3029
+# Old name:
 
3030
+AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN])
 
3031
+dnl aclocal-1.4 backwards compatibility:
 
3032
+dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [])
 
3033
 
 
3034
-irix5* | irix6* | nonstopux*)
 
3035
-  case $host_os in
 
3036
-    nonstopux*) version_type=nonstopux ;;
 
3037
-    *)
 
3038
-       if test "$lt_cv_prog_gnu_ld" = yes; then
 
3039
-               version_type=linux
 
3040
-       else
 
3041
-               version_type=irix
 
3042
-       fi ;;
 
3043
-  esac
 
3044
-  need_lib_prefix=no
 
3045
-  need_version=no
 
3046
-  soname_spec='${libname}${release}${shared_ext}$major'
 
3047
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
 
3048
-  case $host_os in
 
3049
-  irix5* | nonstopux*)
 
3050
-    libsuff= shlibsuff=
 
3051
-    ;;
 
3052
-  *)
 
3053
-    case $LD in # libtool.m4 will add one of these switches to LD
 
3054
-    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
 
3055
-      libsuff= shlibsuff= libmagic=32-bit;;
 
3056
-    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
 
3057
-      libsuff=32 shlibsuff=N32 libmagic=N32;;
 
3058
-    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
 
3059
-      libsuff=64 shlibsuff=64 libmagic=64-bit;;
 
3060
-    *) libsuff= shlibsuff= libmagic=never-match;;
 
3061
-    esac
 
3062
-    ;;
 
3063
-  esac
 
3064
-  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
 
3065
-  shlibpath_overrides_runpath=no
 
3066
-  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
 
3067
-  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
 
3068
-  hardcode_into_libs=yes
 
3069
-  ;;
 
3070
 
 
3071
-# No shared lib support for Linux oldld, aout, or coff.
 
3072
-linux*oldld* | linux*aout* | linux*coff*)
 
3073
-  dynamic_linker=no
 
3074
-  ;;
 
3075
+# _LT_HEADER_DLFCN
 
3076
+# ----------------
 
3077
+m4_defun([_LT_HEADER_DLFCN],
 
3078
+[AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl
 
3079
+])# _LT_HEADER_DLFCN
 
3080
 
 
3081
-# This must be Linux ELF.
 
3082
-linux* | k*bsd*-gnu)
 
3083
-  version_type=linux
 
3084
-  need_lib_prefix=no
 
3085
-  need_version=no
 
3086
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
3087
-  soname_spec='${libname}${release}${shared_ext}$major'
 
3088
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
 
3089
-  shlibpath_var=LD_LIBRARY_PATH
 
3090
-  shlibpath_overrides_runpath=no
 
3091
-  # This implies no fast_install, which is unacceptable.
 
3092
-  # Some rework will be needed to allow for fast_install
 
3093
-  # before this can be enabled.
 
3094
-  hardcode_into_libs=yes
 
3095
-  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
 
3096
-  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
 
3097
 
 
3098
-  # Append ld.so.conf contents to the search path
 
3099
-  if test -f /etc/ld.so.conf; then
 
3100
-    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' ' '`
 
3101
-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
 
3102
-  fi
 
3103
+# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
 
3104
+#                      ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
 
3105
+# ----------------------------------------------------------------
 
3106
+m4_defun([_LT_TRY_DLOPEN_SELF],
 
3107
+[m4_require([_LT_HEADER_DLFCN])dnl
 
3108
+if test "$cross_compiling" = yes; then :
 
3109
+  [$4]
 
3110
+else
 
3111
+  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
3112
+  lt_status=$lt_dlunknown
 
3113
+  cat > conftest.$ac_ext <<_LT_EOF
 
3114
+[#line __oline__ "configure"
 
3115
+#include "confdefs.h"
 
3116
 
 
3117
-  # We used to test for /lib/ld.so.1 and disable shared libraries on
 
3118
-  # powerpc, because MkLinux only supported shared libraries with the
 
3119
-  # GNU dynamic linker.  Since this was broken with cross compilers,
 
3120
-  # most powerpc-linux boxes support dynamic linking these days and
 
3121
-  # people can always --disable-shared, the test was removed, and we
 
3122
-  # assume the GNU/Linux dynamic linker is in use.
 
3123
-  dynamic_linker='GNU/Linux ld.so'
 
3124
-  ;;
 
3125
+#if HAVE_DLFCN_H
 
3126
+#include <dlfcn.h>
 
3127
+#endif
 
3128
 
 
3129
-netbsd*)
 
3130
-  version_type=sunos
 
3131
-  need_lib_prefix=no
 
3132
-  need_version=no
 
3133
-  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
3134
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
3135
-    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
3136
-    dynamic_linker='NetBSD (a.out) ld.so'
 
3137
-  else
 
3138
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
3139
-    soname_spec='${libname}${release}${shared_ext}$major'
 
3140
-    dynamic_linker='NetBSD ld.elf_so'
 
3141
-  fi
 
3142
-  shlibpath_var=LD_LIBRARY_PATH
 
3143
-  shlibpath_overrides_runpath=yes
 
3144
-  hardcode_into_libs=yes
 
3145
-  ;;
 
3146
+#include <stdio.h>
 
3147
 
 
3148
-newsos6)
 
3149
-  version_type=linux
 
3150
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
3151
-  shlibpath_var=LD_LIBRARY_PATH
 
3152
-  shlibpath_overrides_runpath=yes
 
3153
-  ;;
 
3154
+#ifdef RTLD_GLOBAL
 
3155
+#  define LT_DLGLOBAL          RTLD_GLOBAL
 
3156
+#else
 
3157
+#  ifdef DL_GLOBAL
 
3158
+#    define LT_DLGLOBAL                DL_GLOBAL
 
3159
+#  else
 
3160
+#    define LT_DLGLOBAL                0
 
3161
+#  endif
 
3162
+#endif
 
3163
 
 
3164
-nto-qnx*)
 
3165
-  version_type=linux
 
3166
-  need_lib_prefix=no
 
3167
-  need_version=no
 
3168
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
3169
-  soname_spec='${libname}${release}${shared_ext}$major'
 
3170
-  shlibpath_var=LD_LIBRARY_PATH
 
3171
-  shlibpath_overrides_runpath=yes
 
3172
-  ;;
 
3173
+/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
 
3174
+   find out it does not work in some platform. */
 
3175
+#ifndef LT_DLLAZY_OR_NOW
 
3176
+#  ifdef RTLD_LAZY
 
3177
+#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
 
3178
+#  else
 
3179
+#    ifdef DL_LAZY
 
3180
+#      define LT_DLLAZY_OR_NOW         DL_LAZY
 
3181
+#    else
 
3182
+#      ifdef RTLD_NOW
 
3183
+#        define LT_DLLAZY_OR_NOW       RTLD_NOW
 
3184
+#      else
 
3185
+#        ifdef DL_NOW
 
3186
+#          define LT_DLLAZY_OR_NOW     DL_NOW
 
3187
+#        else
 
3188
+#          define LT_DLLAZY_OR_NOW     0
 
3189
+#        endif
 
3190
+#      endif
 
3191
+#    endif
 
3192
+#  endif
 
3193
+#endif
 
3194
 
 
3195
-openbsd*)
 
3196
-  version_type=sunos
 
3197
-  sys_lib_dlsearch_path_spec="/usr/lib"
 
3198
-  need_lib_prefix=no
 
3199
-  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
 
3200
-  case $host_os in
 
3201
-    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
 
3202
-    *)                         need_version=no  ;;
 
3203
-  esac
 
3204
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
3205
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
3206
-  shlibpath_var=LD_LIBRARY_PATH
 
3207
-  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
3208
-    case $host_os in
 
3209
-      openbsd2.[[89]] | openbsd2.[[89]].*)
 
3210
-       shlibpath_overrides_runpath=no
 
3211
-       ;;
 
3212
-      *)
 
3213
-       shlibpath_overrides_runpath=yes
 
3214
-       ;;
 
3215
-      esac
 
3216
+#ifdef __cplusplus
 
3217
+extern "C" void exit (int);
 
3218
+#endif
 
3219
+
 
3220
+void fnord() { int i=42;}
 
3221
+int main ()
 
3222
+{
 
3223
+  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
 
3224
+  int status = $lt_dlunknown;
 
3225
+
 
3226
+  if (self)
 
3227
+    {
 
3228
+      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
 
3229
+      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
 
3230
+      /* dlclose (self); */
 
3231
+    }
 
3232
   else
 
3233
-    shlibpath_overrides_runpath=yes
 
3234
+    puts (dlerror ());
 
3235
+
 
3236
+    exit (status);
 
3237
+}]
 
3238
+_LT_EOF
 
3239
+  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
 
3240
+    (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
 
3241
+    lt_status=$?
 
3242
+    case x$lt_status in
 
3243
+      x$lt_dlno_uscore) $1 ;;
 
3244
+      x$lt_dlneed_uscore) $2 ;;
 
3245
+      x$lt_dlunknown|x*) $3 ;;
 
3246
+    esac
 
3247
+  else :
 
3248
+    # compilation failed
 
3249
+    $3
 
3250
   fi
 
3251
-  ;;
 
3252
+fi
 
3253
+rm -fr conftest*
 
3254
+])# _LT_TRY_DLOPEN_SELF
 
3255
 
 
3256
-os2*)
 
3257
-  libname_spec='$name'
 
3258
-  shrext_cmds=".dll"
 
3259
-  need_lib_prefix=no
 
3260
-  library_names_spec='$libname${shared_ext} $libname.a'
 
3261
-  dynamic_linker='OS/2 ld.exe'
 
3262
-  shlibpath_var=LIBPATH
 
3263
-  ;;
 
3264
 
 
3265
-osf3* | osf4* | osf5*)
 
3266
-  version_type=osf
 
3267
-  need_lib_prefix=no
 
3268
-  need_version=no
 
3269
-  soname_spec='${libname}${release}${shared_ext}$major'
 
3270
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
3271
-  shlibpath_var=LD_LIBRARY_PATH
 
3272
-  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
 
3273
-  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
 
3274
-  ;;
 
3275
+# LT_SYS_DLOPEN_SELF
 
3276
+# ------------------
 
3277
+AC_DEFUN([LT_SYS_DLOPEN_SELF],
 
3278
+[m4_require([_LT_HEADER_DLFCN])dnl
 
3279
+if test "x$enable_dlopen" != xyes; then
 
3280
+  enable_dlopen=unknown
 
3281
+  enable_dlopen_self=unknown
 
3282
+  enable_dlopen_self_static=unknown
 
3283
+else
 
3284
+  lt_cv_dlopen=no
 
3285
+  lt_cv_dlopen_libs=
 
3286
 
 
3287
-rdos*)
 
3288
-  dynamic_linker=no
 
3289
-  ;;
 
3290
+  case $host_os in
 
3291
+  beos*)
 
3292
+    lt_cv_dlopen="load_add_on"
 
3293
+    lt_cv_dlopen_libs=
 
3294
+    lt_cv_dlopen_self=yes
 
3295
+    ;;
 
3296
 
 
3297
-solaris*)
 
3298
-  version_type=linux
 
3299
-  need_lib_prefix=no
 
3300
-  need_version=no
 
3301
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
3302
-  soname_spec='${libname}${release}${shared_ext}$major'
 
3303
-  shlibpath_var=LD_LIBRARY_PATH
 
3304
-  shlibpath_overrides_runpath=yes
 
3305
-  hardcode_into_libs=yes
 
3306
-  # ldd complains unless libraries are executable
 
3307
-  postinstall_cmds='chmod +x $lib'
 
3308
-  ;;
 
3309
+  mingw* | pw32*)
 
3310
+    lt_cv_dlopen="LoadLibrary"
 
3311
+    lt_cv_dlopen_libs=
 
3312
+    ;;
 
3313
 
 
3314
-sunos4*)
 
3315
-  version_type=sunos
 
3316
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
3317
-  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
 
3318
-  shlibpath_var=LD_LIBRARY_PATH
 
3319
-  shlibpath_overrides_runpath=yes
 
3320
-  if test "$with_gnu_ld" = yes; then
 
3321
-    need_lib_prefix=no
 
3322
-  fi
 
3323
-  need_version=yes
 
3324
-  ;;
 
3325
+  cygwin*)
 
3326
+    lt_cv_dlopen="dlopen"
 
3327
+    lt_cv_dlopen_libs=
 
3328
+    ;;
 
3329
 
 
3330
-sysv4 | sysv4.3*)
 
3331
-  version_type=linux
 
3332
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
3333
-  soname_spec='${libname}${release}${shared_ext}$major'
 
3334
-  shlibpath_var=LD_LIBRARY_PATH
 
3335
-  case $host_vendor in
 
3336
-    sni)
 
3337
-      shlibpath_overrides_runpath=no
 
3338
-      need_lib_prefix=no
 
3339
-      export_dynamic_flag_spec='${wl}-Blargedynsym'
 
3340
-      runpath_var=LD_RUN_PATH
 
3341
-      ;;
 
3342
-    siemens)
 
3343
-      need_lib_prefix=no
 
3344
-      ;;
 
3345
-    motorola)
 
3346
-      need_lib_prefix=no
 
3347
-      need_version=no
 
3348
-      shlibpath_overrides_runpath=no
 
3349
-      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
 
3350
-      ;;
 
3351
-  esac
 
3352
-  ;;
 
3353
+  darwin*)
 
3354
+  # if libdl is installed we need to link against it
 
3355
+    AC_CHECK_LIB([dl], [dlopen],
 
3356
+               [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
 
3357
+    lt_cv_dlopen="dyld"
 
3358
+    lt_cv_dlopen_libs=
 
3359
+    lt_cv_dlopen_self=yes
 
3360
+    ])
 
3361
+    ;;
 
3362
 
 
3363
-sysv4*MP*)
 
3364
-  if test -d /usr/nec ;then
 
3365
-    version_type=linux
 
3366
-    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
 
3367
-    soname_spec='$libname${shared_ext}.$major'
 
3368
-    shlibpath_var=LD_LIBRARY_PATH
 
3369
-  fi
 
3370
-  ;;
 
3371
+  *)
 
3372
+    AC_CHECK_FUNC([shl_load],
 
3373
+         [lt_cv_dlopen="shl_load"],
 
3374
+      [AC_CHECK_LIB([dld], [shl_load],
 
3375
+           [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
 
3376
+       [AC_CHECK_FUNC([dlopen],
 
3377
+             [lt_cv_dlopen="dlopen"],
 
3378
+         [AC_CHECK_LIB([dl], [dlopen],
 
3379
+               [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
 
3380
+           [AC_CHECK_LIB([svld], [dlopen],
 
3381
+                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
 
3382
+             [AC_CHECK_LIB([dld], [dld_link],
 
3383
+                   [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
 
3384
+             ])
 
3385
+           ])
 
3386
+         ])
 
3387
+       ])
 
3388
+      ])
 
3389
+    ;;
 
3390
+  esac
 
3391
 
 
3392
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
 
3393
-  version_type=freebsd-elf
 
3394
-  need_lib_prefix=no
 
3395
-  need_version=no
 
3396
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
 
3397
-  soname_spec='${libname}${release}${shared_ext}$major'
 
3398
-  shlibpath_var=LD_LIBRARY_PATH
 
3399
-  hardcode_into_libs=yes
 
3400
-  if test "$with_gnu_ld" = yes; then
 
3401
-    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
 
3402
-    shlibpath_overrides_runpath=no
 
3403
+  if test "x$lt_cv_dlopen" != xno; then
 
3404
+    enable_dlopen=yes
 
3405
   else
 
3406
-    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
 
3407
-    shlibpath_overrides_runpath=yes
 
3408
-    case $host_os in
 
3409
-      sco3.2v5*)
 
3410
-        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
 
3411
-       ;;
 
3412
-    esac
 
3413
+    enable_dlopen=no
 
3414
   fi
 
3415
-  sys_lib_dlsearch_path_spec='/usr/lib'
 
3416
-  ;;
 
3417
-
 
3418
-uts4*)
 
3419
-  version_type=linux
 
3420
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
3421
-  soname_spec='${libname}${release}${shared_ext}$major'
 
3422
-  shlibpath_var=LD_LIBRARY_PATH
 
3423
-  ;;
 
3424
 
 
3425
-*)
 
3426
-  dynamic_linker=no
 
3427
-  ;;
 
3428
-esac
 
3429
-AC_MSG_RESULT([$dynamic_linker])
 
3430
-test "$dynamic_linker" = no && can_build_shared=no
 
3431
+  case $lt_cv_dlopen in
 
3432
+  dlopen)
 
3433
+    save_CPPFLAGS="$CPPFLAGS"
 
3434
+    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
 
3435
 
 
3436
-AC_CACHE_VAL([lt_cv_sys_lib_search_path_spec],
 
3437
-[lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"])
 
3438
-sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
 
3439
-AC_CACHE_VAL([lt_cv_sys_lib_dlsearch_path_spec],
 
3440
-[lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"])
 
3441
-sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
 
3442
+    save_LDFLAGS="$LDFLAGS"
 
3443
+    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
 
3444
 
 
3445
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 
3446
-if test "$GCC" = yes; then
 
3447
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
3448
-fi
 
3449
-])# AC_LIBTOOL_SYS_DYNAMIC_LINKER
 
3450
+    save_LIBS="$LIBS"
 
3451
+    LIBS="$lt_cv_dlopen_libs $LIBS"
 
3452
 
 
3453
+    AC_CACHE_CHECK([whether a program can dlopen itself],
 
3454
+         lt_cv_dlopen_self, [dnl
 
3455
+         _LT_TRY_DLOPEN_SELF(
 
3456
+           lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
 
3457
+           lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
 
3458
+    ])
 
3459
 
 
3460
-# _LT_AC_TAGCONFIG
 
3461
-# ----------------
 
3462
-AC_DEFUN([_LT_AC_TAGCONFIG],
 
3463
-[AC_REQUIRE([LT_AC_PROG_SED])dnl
 
3464
-AC_ARG_WITH([tags],
 
3465
-    [AC_HELP_STRING([--with-tags@<:@=TAGS@:>@],
 
3466
-        [include additional configurations @<:@automatic@:>@])],
 
3467
-    [tagnames="$withval"])
 
3468
-
 
3469
-if test -f "$ltmain" && test -n "$tagnames"; then
 
3470
-  if test ! -f "${ofile}"; then
 
3471
-    AC_MSG_WARN([output file `$ofile' does not exist])
 
3472
-  fi
 
3473
-
 
3474
-  if test -z "$LTCC"; then
 
3475
-    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
 
3476
-    if test -z "$LTCC"; then
 
3477
-      AC_MSG_WARN([output file `$ofile' does not look like a libtool script])
 
3478
-    else
 
3479
-      AC_MSG_WARN([using `LTCC=$LTCC', extracted from `$ofile'])
 
3480
+    if test "x$lt_cv_dlopen_self" = xyes; then
 
3481
+      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
 
3482
+      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
 
3483
+         lt_cv_dlopen_self_static, [dnl
 
3484
+         _LT_TRY_DLOPEN_SELF(
 
3485
+           lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
 
3486
+           lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
 
3487
+      ])
 
3488
     fi
 
3489
-  fi
 
3490
-  if test -z "$LTCFLAGS"; then
 
3491
-    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
 
3492
-  fi
 
3493
 
 
3494
-  # Extract list of available tagged configurations in $ofile.
 
3495
-  # Note that this assumes the entire list is on one line.
 
3496
-  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
 
3497
-
 
3498
-  lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
3499
-  for tagname in $tagnames; do
 
3500
-    IFS="$lt_save_ifs"
 
3501
-    # Check whether tagname contains only valid characters
 
3502
-    case `$echo "X$tagname" | $Xsed -e 's:[[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]]::g'` in
 
3503
-    "") ;;
 
3504
-    *)  AC_MSG_ERROR([invalid tag name: $tagname])
 
3505
-       ;;
 
3506
-    esac
 
3507
+    CPPFLAGS="$save_CPPFLAGS"
 
3508
+    LDFLAGS="$save_LDFLAGS"
 
3509
+    LIBS="$save_LIBS"
 
3510
+    ;;
 
3511
+  esac
 
3512
 
 
3513
-    if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
 
3514
-    then
 
3515
-      AC_MSG_ERROR([tag name \"$tagname\" already exists])
 
3516
-    fi
 
3517
+  case $lt_cv_dlopen_self in
 
3518
+  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
 
3519
+  *) enable_dlopen_self=unknown ;;
 
3520
+  esac
 
3521
 
 
3522
-    # Update the list of available tags.
 
3523
-    if test -n "$tagname"; then
 
3524
-      echo appending configuration tag \"$tagname\" to $ofile
 
3525
-
 
3526
-      case $tagname in
 
3527
-      CXX)
 
3528
-       if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
 
3529
-           ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
 
3530
-           (test "X$CXX" != "Xg++"))) ; then
 
3531
-         AC_LIBTOOL_LANG_CXX_CONFIG
 
3532
-       else
 
3533
-         tagname=""
 
3534
-       fi
 
3535
-       ;;
 
3536
+  case $lt_cv_dlopen_self_static in
 
3537
+  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
 
3538
+  *) enable_dlopen_self_static=unknown ;;
 
3539
+  esac
 
3540
+fi
 
3541
+_LT_DECL([dlopen_support], [enable_dlopen], [0],
 
3542
+        [Whether dlopen is supported])
 
3543
+_LT_DECL([dlopen_self], [enable_dlopen_self], [0],
 
3544
+        [Whether dlopen of programs is supported])
 
3545
+_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
 
3546
+        [Whether dlopen of statically linked programs is supported])
 
3547
+])# LT_SYS_DLOPEN_SELF
 
3548
+
 
3549
+# Old name:
 
3550
+AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF])
 
3551
+dnl aclocal-1.4 backwards compatibility:
 
3552
+dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [])
 
3553
 
 
3554
-      F77)
 
3555
-       if test -n "$F77" && test "X$F77" != "Xno"; then
 
3556
-         AC_LIBTOOL_LANG_F77_CONFIG
 
3557
-       else
 
3558
-         tagname=""
 
3559
-       fi
 
3560
-       ;;
 
3561
 
 
3562
-      GCJ)
 
3563
-       if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
 
3564
-         AC_LIBTOOL_LANG_GCJ_CONFIG
 
3565
-       else
 
3566
-         tagname=""
 
3567
-       fi
 
3568
-       ;;
 
3569
+# _LT_COMPILER_C_O([TAGNAME])
 
3570
+# ---------------------------
 
3571
+# Check to see if options -c and -o are simultaneously supported by compiler.
 
3572
+# This macro does not hard code the compiler like AC_PROG_CC_C_O.
 
3573
+m4_defun([_LT_COMPILER_C_O],
 
3574
+[m4_require([_LT_DECL_SED])dnl
 
3575
+m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
3576
+m4_require([_LT_TAG_COMPILER])dnl
 
3577
+AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
 
3578
+  [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
 
3579
+  [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
 
3580
+   $RM -r conftest 2>/dev/null
 
3581
+   mkdir conftest
 
3582
+   cd conftest
 
3583
+   mkdir out
 
3584
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
3585
 
 
3586
-      RC)
 
3587
-       AC_LIBTOOL_LANG_RC_CONFIG
 
3588
-       ;;
 
3589
+   lt_compiler_flag="-o out/conftest2.$ac_objext"
 
3590
+   # Insert the option either (1) after the last *FLAGS variable, or
 
3591
+   # (2) before a word containing "conftest.", or (3) at the end.
 
3592
+   # Note that $ac_compile itself does not contain backslashes and begins
 
3593
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
3594
+   lt_compile=`echo "$ac_compile" | $SED \
 
3595
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
3596
+   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
 
3597
+   -e 's:$: $lt_compiler_flag:'`
 
3598
+   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
 
3599
+   (eval "$lt_compile" 2>out/conftest.err)
 
3600
+   ac_status=$?
 
3601
+   cat out/conftest.err >&AS_MESSAGE_LOG_FD
 
3602
+   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
3603
+   if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
3604
+   then
 
3605
+     # The compiler can only warn and ignore the option if not recognized
 
3606
+     # So say no if there are warnings
 
3607
+     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
 
3608
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
 
3609
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
 
3610
+       _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
 
3611
+     fi
 
3612
+   fi
 
3613
+   chmod u+w . 2>&AS_MESSAGE_LOG_FD
 
3614
+   $RM conftest*
 
3615
+   # SGI C++ compiler will create directory out/ii_files/ for
 
3616
+   # template instantiation
 
3617
+   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
 
3618
+   $RM out/* && rmdir out
 
3619
+   cd ..
 
3620
+   $RM -r conftest
 
3621
+   $RM conftest*
 
3622
+])
 
3623
+_LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1],
 
3624
+       [Does compiler simultaneously support -c and -o options?])
 
3625
+])# _LT_COMPILER_C_O
 
3626
 
 
3627
-      *)
 
3628
-       AC_MSG_ERROR([Unsupported tag name: $tagname])
 
3629
-       ;;
 
3630
-      esac
 
3631
 
 
3632
-      # Append the new tag name to the list of available tags.
 
3633
-      if test -n "$tagname" ; then
 
3634
-      available_tags="$available_tags $tagname"
 
3635
-    fi
 
3636
-    fi
 
3637
-  done
 
3638
-  IFS="$lt_save_ifs"
 
3639
+# _LT_COMPILER_FILE_LOCKS([TAGNAME])
 
3640
+# ----------------------------------
 
3641
+# Check to see if we can do hard links to lock some files if needed
 
3642
+m4_defun([_LT_COMPILER_FILE_LOCKS],
 
3643
+[m4_require([_LT_ENABLE_LOCK])dnl
 
3644
+m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
3645
+_LT_COMPILER_C_O([$1])
 
3646
 
 
3647
-  # Now substitute the updated list of available tags.
 
3648
-  if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
 
3649
-    mv "${ofile}T" "$ofile"
 
3650
-    chmod +x "$ofile"
 
3651
-  else
 
3652
-    rm -f "${ofile}T"
 
3653
-    AC_MSG_ERROR([unable to update list of available tagged configurations.])
 
3654
+hard_links="nottested"
 
3655
+if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
 
3656
+  # do not overwrite the value of need_locks provided by the user
 
3657
+  AC_MSG_CHECKING([if we can lock with hard links])
 
3658
+  hard_links=yes
 
3659
+  $RM conftest*
 
3660
+  ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
3661
+  touch conftest.a
 
3662
+  ln conftest.a conftest.b 2>&5 || hard_links=no
 
3663
+  ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
3664
+  AC_MSG_RESULT([$hard_links])
 
3665
+  if test "$hard_links" = no; then
 
3666
+    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
 
3667
+    need_locks=warn
 
3668
   fi
 
3669
+else
 
3670
+  need_locks=no
 
3671
 fi
 
3672
-])# _LT_AC_TAGCONFIG
 
3673
+_LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?])
 
3674
+])# _LT_COMPILER_FILE_LOCKS
 
3675
 
 
3676
 
 
3677
-# AC_LIBTOOL_DLOPEN
 
3678
-# -----------------
 
3679
-# enable checks for dlopen support
 
3680
-AC_DEFUN([AC_LIBTOOL_DLOPEN],
 
3681
- [AC_BEFORE([$0],[AC_LIBTOOL_SETUP])
 
3682
-])# AC_LIBTOOL_DLOPEN
 
3683
+# _LT_CHECK_OBJDIR
 
3684
+# ----------------
 
3685
+m4_defun([_LT_CHECK_OBJDIR],
 
3686
+[AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
 
3687
+[rm -f .libs 2>/dev/null
 
3688
+mkdir .libs 2>/dev/null
 
3689
+if test -d .libs; then
 
3690
+  lt_cv_objdir=.libs
 
3691
+else
 
3692
+  # MS-DOS does not allow filenames that begin with a dot.
 
3693
+  lt_cv_objdir=_libs
 
3694
+fi
 
3695
+rmdir .libs 2>/dev/null])
 
3696
+objdir=$lt_cv_objdir
 
3697
+_LT_DECL([], [objdir], [0],
 
3698
+         [The name of the directory that contains temporary libtool files])dnl
 
3699
+m4_pattern_allow([LT_OBJDIR])dnl
 
3700
+AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/",
 
3701
+  [Define to the sub-directory in which libtool stores uninstalled libraries.])
 
3702
+])# _LT_CHECK_OBJDIR
 
3703
 
 
3704
 
 
3705
-# AC_LIBTOOL_WIN32_DLL
 
3706
-# --------------------
 
3707
-# declare package support for building win32 DLLs
 
3708
-AC_DEFUN([AC_LIBTOOL_WIN32_DLL],
 
3709
-[AC_BEFORE([$0], [AC_LIBTOOL_SETUP])
 
3710
-])# AC_LIBTOOL_WIN32_DLL
 
3711
+# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
 
3712
+# --------------------------------------
 
3713
+# Check hardcoding attributes.
 
3714
+m4_defun([_LT_LINKER_HARDCODE_LIBPATH],
 
3715
+[AC_MSG_CHECKING([how to hardcode library paths into programs])
 
3716
+_LT_TAGVAR(hardcode_action, $1)=
 
3717
+if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" ||
 
3718
+   test -n "$_LT_TAGVAR(runpath_var, $1)" ||
 
3719
+   test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
 
3720
 
 
3721
+  # We can hardcode non-existent directories.
 
3722
+  if test "$_LT_TAGVAR(hardcode_direct, $1)" != no &&
 
3723
+     # If the only mechanism to avoid hardcoding is shlibpath_var, we
 
3724
+     # have to relink, otherwise we might link with an installed library
 
3725
+     # when we should be linking with a yet-to-be-installed one
 
3726
+     ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
 
3727
+     test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then
 
3728
+    # Linking always hardcodes the temporary library directory.
 
3729
+    _LT_TAGVAR(hardcode_action, $1)=relink
 
3730
+  else
 
3731
+    # We can link without hardcoding, and we can hardcode nonexisting dirs.
 
3732
+    _LT_TAGVAR(hardcode_action, $1)=immediate
 
3733
+  fi
 
3734
+else
 
3735
+  # We cannot hardcode anything, or else we can only hardcode existing
 
3736
+  # directories.
 
3737
+  _LT_TAGVAR(hardcode_action, $1)=unsupported
 
3738
+fi
 
3739
+AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)])
 
3740
 
 
3741
-# AC_ENABLE_SHARED([DEFAULT])
 
3742
-# ---------------------------
 
3743
-# implement the --enable-shared flag
 
3744
-# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
 
3745
-AC_DEFUN([AC_ENABLE_SHARED],
 
3746
-[define([AC_ENABLE_SHARED_DEFAULT], ifelse($1, no, no, yes))dnl
 
3747
-AC_ARG_ENABLE([shared],
 
3748
-    [AC_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
 
3749
-       [build shared libraries @<:@default=]AC_ENABLE_SHARED_DEFAULT[@:>@])],
 
3750
-    [p=${PACKAGE-default}
 
3751
-    case $enableval in
 
3752
-    yes) enable_shared=yes ;;
 
3753
-    no) enable_shared=no ;;
 
3754
-    *)
 
3755
-      enable_shared=no
 
3756
-      # Look at the argument we got.  We use all the common list separators.
 
3757
-      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
3758
-      for pkg in $enableval; do
 
3759
-       IFS="$lt_save_ifs"
 
3760
-       if test "X$pkg" = "X$p"; then
 
3761
-         enable_shared=yes
 
3762
-       fi
 
3763
-      done
 
3764
-      IFS="$lt_save_ifs"
 
3765
-      ;;
 
3766
-    esac],
 
3767
-    [enable_shared=]AC_ENABLE_SHARED_DEFAULT)
 
3768
-])# AC_ENABLE_SHARED
 
3769
+if test "$_LT_TAGVAR(hardcode_action, $1)" = relink ||
 
3770
+   test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then
 
3771
+  # Fast installation is not supported
 
3772
+  enable_fast_install=no
 
3773
+elif test "$shlibpath_overrides_runpath" = yes ||
 
3774
+     test "$enable_shared" = no; then
 
3775
+  # Fast installation is not necessary
 
3776
+  enable_fast_install=needless
 
3777
+fi
 
3778
+_LT_TAGDECL([], [hardcode_action], [0],
 
3779
+    [How to hardcode a shared library path into an executable])
 
3780
+])# _LT_LINKER_HARDCODE_LIBPATH
 
3781
 
 
3782
 
 
3783
-# AC_DISABLE_SHARED
 
3784
-# -----------------
 
3785
-# set the default shared flag to --disable-shared
 
3786
-AC_DEFUN([AC_DISABLE_SHARED],
 
3787
-[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
3788
-AC_ENABLE_SHARED(no)
 
3789
-])# AC_DISABLE_SHARED
 
3790
+# _LT_CMD_STRIPLIB
 
3791
+# ----------------
 
3792
+m4_defun([_LT_CMD_STRIPLIB],
 
3793
+[m4_require([_LT_DECL_EGREP])
 
3794
+striplib=
 
3795
+old_striplib=
 
3796
+AC_MSG_CHECKING([whether stripping libraries is possible])
 
3797
+if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
 
3798
+  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
 
3799
+  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
 
3800
+  AC_MSG_RESULT([yes])
 
3801
+else
 
3802
+# FIXME - insert some real tests, host_os isn't really good enough
 
3803
+  case $host_os in
 
3804
+  darwin*)
 
3805
+    if test -n "$STRIP" ; then
 
3806
+      striplib="$STRIP -x"
 
3807
+      old_striplib="$STRIP -S"
 
3808
+      AC_MSG_RESULT([yes])
 
3809
+    else
 
3810
+      AC_MSG_RESULT([no])
 
3811
+    fi
 
3812
+    ;;
 
3813
+  *)
 
3814
+    AC_MSG_RESULT([no])
 
3815
+    ;;
 
3816
+  esac
 
3817
+fi
 
3818
+_LT_DECL([], [old_striplib], [1], [Commands to strip libraries])
 
3819
+_LT_DECL([], [striplib], [1])
 
3820
+])# _LT_CMD_STRIPLIB
 
3821
 
 
3822
 
 
3823
-# AC_ENABLE_STATIC([DEFAULT])
 
3824
-# ---------------------------
 
3825
-# implement the --enable-static flag
 
3826
-# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
 
3827
-AC_DEFUN([AC_ENABLE_STATIC],
 
3828
-[define([AC_ENABLE_STATIC_DEFAULT], ifelse($1, no, no, yes))dnl
 
3829
-AC_ARG_ENABLE([static],
 
3830
-    [AC_HELP_STRING([--enable-static@<:@=PKGS@:>@],
 
3831
-       [build static libraries @<:@default=]AC_ENABLE_STATIC_DEFAULT[@:>@])],
 
3832
-    [p=${PACKAGE-default}
 
3833
-    case $enableval in
 
3834
-    yes) enable_static=yes ;;
 
3835
-    no) enable_static=no ;;
 
3836
-    *)
 
3837
-     enable_static=no
 
3838
-      # Look at the argument we got.  We use all the common list separators.
 
3839
-      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
3840
-      for pkg in $enableval; do
 
3841
-       IFS="$lt_save_ifs"
 
3842
-       if test "X$pkg" = "X$p"; then
 
3843
-         enable_static=yes
 
3844
-       fi
 
3845
-      done
 
3846
-      IFS="$lt_save_ifs"
 
3847
-      ;;
 
3848
-    esac],
 
3849
-    [enable_static=]AC_ENABLE_STATIC_DEFAULT)
 
3850
-])# AC_ENABLE_STATIC
 
3851
+# _LT_SYS_DYNAMIC_LINKER([TAG])
 
3852
+# -----------------------------
 
3853
+# PORTME Fill in your ld.so characteristics
 
3854
+m4_defun([_LT_SYS_DYNAMIC_LINKER],
 
3855
+[AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
3856
+m4_require([_LT_DECL_EGREP])dnl
 
3857
+m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
3858
+m4_require([_LT_DECL_SED])dnl
 
3859
+AC_MSG_CHECKING([dynamic linker characteristics])
 
3860
+m4_if([$1],
 
3861
+       [], [
 
3862
+if test "$GCC" = yes; then
 
3863
+  case $host_os in
 
3864
+    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
 
3865
+    *) lt_awk_arg="/^libraries:/" ;;
 
3866
+  esac
 
3867
+  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
3868
+  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
 
3869
+    # if the path contains ";" then we assume it to be the separator
 
3870
+    # otherwise default to the standard path separator (i.e. ":") - it is
 
3871
+    # assumed that no part of a normal pathname contains ";" but that should
 
3872
+    # okay in the real world where ";" in dirpaths is itself problematic.
 
3873
+    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
 
3874
+  else
 
3875
+    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
3876
+  fi
 
3877
+  # Ok, now we have the path, separated by spaces, we can step through it
 
3878
+  # and add multilib dir if necessary.
 
3879
+  lt_tmp_lt_search_path_spec=
 
3880
+  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
 
3881
+  for lt_sys_path in $lt_search_path_spec; do
 
3882
+    if test -d "$lt_sys_path/$lt_multi_os_dir"; then
 
3883
+      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
 
3884
+    else
 
3885
+      test -d "$lt_sys_path" && \
 
3886
+       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
 
3887
+    fi
 
3888
+  done
 
3889
+  lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
 
3890
+BEGIN {RS=" "; FS="/|\n";} {
 
3891
+  lt_foo="";
 
3892
+  lt_count=0;
 
3893
+  for (lt_i = NF; lt_i > 0; lt_i--) {
 
3894
+    if ($lt_i != "" && $lt_i != ".") {
 
3895
+      if ($lt_i == "..") {
 
3896
+        lt_count++;
 
3897
+      } else {
 
3898
+        if (lt_count == 0) {
 
3899
+          lt_foo="/" $lt_i lt_foo;
 
3900
+        } else {
 
3901
+          lt_count--;
 
3902
+        }
 
3903
+      }
 
3904
+    }
 
3905
+  }
 
3906
+  if (lt_foo != "") { lt_freq[[lt_foo]]++; }
 
3907
+  if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
 
3908
+}'`
 
3909
+  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
 
3910
+else
 
3911
+  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
 
3912
+fi])
 
3913
+library_names_spec=
 
3914
+libname_spec='lib$name'
 
3915
+soname_spec=
 
3916
+shrext_cmds=".so"
 
3917
+postinstall_cmds=
 
3918
+postuninstall_cmds=
 
3919
+finish_cmds=
 
3920
+finish_eval=
 
3921
+shlibpath_var=
 
3922
+shlibpath_overrides_runpath=unknown
 
3923
+version_type=none
 
3924
+dynamic_linker="$host_os ld.so"
 
3925
+sys_lib_dlsearch_path_spec="/lib /usr/lib"
 
3926
+need_lib_prefix=unknown
 
3927
+hardcode_into_libs=no
 
3928
 
 
3929
+# when you set need_version to no, make sure it does not cause -set_version
 
3930
+# flags to be left without arguments
 
3931
+need_version=unknown
 
3932
 
 
3933
-# AC_DISABLE_STATIC
 
3934
-# -----------------
 
3935
-# set the default static flag to --disable-static
 
3936
-AC_DEFUN([AC_DISABLE_STATIC],
 
3937
-[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
3938
-AC_ENABLE_STATIC(no)
 
3939
-])# AC_DISABLE_STATIC
 
3940
+case $host_os in
 
3941
+aix3*)
 
3942
+  version_type=linux
 
3943
+  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
 
3944
+  shlibpath_var=LIBPATH
 
3945
 
 
3946
+  # AIX 3 has no versioning support, so we append a major version to the name.
 
3947
+  soname_spec='${libname}${release}${shared_ext}$major'
 
3948
+  ;;
 
3949
 
 
3950
-# AC_ENABLE_FAST_INSTALL([DEFAULT])
 
3951
-# ---------------------------------
 
3952
-# implement the --enable-fast-install flag
 
3953
-# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
 
3954
-AC_DEFUN([AC_ENABLE_FAST_INSTALL],
 
3955
-[define([AC_ENABLE_FAST_INSTALL_DEFAULT], ifelse($1, no, no, yes))dnl
 
3956
-AC_ARG_ENABLE([fast-install],
 
3957
-    [AC_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
 
3958
-    [optimize for fast installation @<:@default=]AC_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
 
3959
-    [p=${PACKAGE-default}
 
3960
-    case $enableval in
 
3961
-    yes) enable_fast_install=yes ;;
 
3962
-    no) enable_fast_install=no ;;
 
3963
-    *)
 
3964
-      enable_fast_install=no
 
3965
-      # Look at the argument we got.  We use all the common list separators.
 
3966
-      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
3967
-      for pkg in $enableval; do
 
3968
-       IFS="$lt_save_ifs"
 
3969
-       if test "X$pkg" = "X$p"; then
 
3970
-         enable_fast_install=yes
 
3971
-       fi
 
3972
-      done
 
3973
-      IFS="$lt_save_ifs"
 
3974
+aix[[4-9]]*)
 
3975
+  version_type=linux
 
3976
+  need_lib_prefix=no
 
3977
+  need_version=no
 
3978
+  hardcode_into_libs=yes
 
3979
+  if test "$host_cpu" = ia64; then
 
3980
+    # AIX 5 supports IA64
 
3981
+    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
 
3982
+    shlibpath_var=LD_LIBRARY_PATH
 
3983
+  else
 
3984
+    # With GCC up to 2.95.x, collect2 would create an import file
 
3985
+    # for dependence libraries.  The import file would start with
 
3986
+    # the line `#! .'.  This would cause the generated library to
 
3987
+    # depend on `.', always an invalid library.  This was fixed in
 
3988
+    # development snapshots of GCC prior to 3.0.
 
3989
+    case $host_os in
 
3990
+      aix4 | aix4.[[01]] | aix4.[[01]].*)
 
3991
+      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
 
3992
+          echo ' yes '
 
3993
+          echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
 
3994
+       :
 
3995
+      else
 
3996
+       can_build_shared=no
 
3997
+      fi
 
3998
       ;;
 
3999
-    esac],
 
4000
-    [enable_fast_install=]AC_ENABLE_FAST_INSTALL_DEFAULT)
 
4001
-])# AC_ENABLE_FAST_INSTALL
 
4002
-
 
4003
+    esac
 
4004
+    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
 
4005
+    # soname into executable. Probably we can add versioning support to
 
4006
+    # collect2, so additional links can be useful in future.
 
4007
+    if test "$aix_use_runtimelinking" = yes; then
 
4008
+      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
 
4009
+      # instead of lib<name>.a to let people know that these are not
 
4010
+      # typical AIX shared libraries.
 
4011
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
4012
+    else
 
4013
+      # We preserve .a as extension for shared libraries through AIX4.2
 
4014
+      # and later when we are not doing run time linking.
 
4015
+      library_names_spec='${libname}${release}.a $libname.a'
 
4016
+      soname_spec='${libname}${release}${shared_ext}$major'
 
4017
+    fi
 
4018
+    shlibpath_var=LIBPATH
 
4019
+  fi
 
4020
+  ;;
 
4021
 
 
4022
-# AC_DISABLE_FAST_INSTALL
 
4023
-# -----------------------
 
4024
-# set the default to --disable-fast-install
 
4025
-AC_DEFUN([AC_DISABLE_FAST_INSTALL],
 
4026
-[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
4027
-AC_ENABLE_FAST_INSTALL(no)
 
4028
-])# AC_DISABLE_FAST_INSTALL
 
4029
+amigaos*)
 
4030
+  case $host_cpu in
 
4031
+  powerpc)
 
4032
+    # Since July 2007 AmigaOS4 officially supports .so libraries.
 
4033
+    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
 
4034
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
4035
+    ;;
 
4036
+  m68k)
 
4037
+    library_names_spec='$libname.ixlibrary $libname.a'
 
4038
+    # Create ${libname}_ixlibrary.a entries in /sys/libs.
 
4039
+    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'
 
4040
+    ;;
 
4041
+  esac
 
4042
+  ;;
 
4043
 
 
4044
+beos*)
 
4045
+  library_names_spec='${libname}${shared_ext}'
 
4046
+  dynamic_linker="$host_os ld.so"
 
4047
+  shlibpath_var=LIBRARY_PATH
 
4048
+  ;;
 
4049
 
 
4050
-# AC_LIBTOOL_PICMODE([MODE])
 
4051
-# --------------------------
 
4052
-# implement the --with-pic flag
 
4053
-# MODE is either `yes' or `no'.  If omitted, it defaults to `both'.
 
4054
-AC_DEFUN([AC_LIBTOOL_PICMODE],
 
4055
-[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
4056
-pic_mode=ifelse($#,1,$1,default)
 
4057
-])# AC_LIBTOOL_PICMODE
 
4058
+bsdi[[45]]*)
 
4059
+  version_type=linux
 
4060
+  need_version=no
 
4061
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
4062
+  soname_spec='${libname}${release}${shared_ext}$major'
 
4063
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
 
4064
+  shlibpath_var=LD_LIBRARY_PATH
 
4065
+  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
 
4066
+  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
 
4067
+  # the default ld.so.conf also contains /usr/contrib/lib and
 
4068
+  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
 
4069
+  # libtool to hard-code these into programs
 
4070
+  ;;
 
4071
 
 
4072
+cygwin* | mingw* | pw32*)
 
4073
+  version_type=windows
 
4074
+  shrext_cmds=".dll"
 
4075
+  need_version=no
 
4076
+  need_lib_prefix=no
 
4077
 
 
4078
-# AC_PROG_EGREP
 
4079
-# -------------
 
4080
-# This is predefined starting with Autoconf 2.54, so this conditional
 
4081
-# definition can be removed once we require Autoconf 2.54 or later.
 
4082
-m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP],
 
4083
-[AC_CACHE_CHECK([for egrep], [ac_cv_prog_egrep],
 
4084
-   [if echo a | (grep -E '(a|b)') >/dev/null 2>&1
 
4085
-    then ac_cv_prog_egrep='grep -E'
 
4086
-    else ac_cv_prog_egrep='egrep'
 
4087
-    fi])
 
4088
- EGREP=$ac_cv_prog_egrep
 
4089
- AC_SUBST([EGREP])
 
4090
-])])
 
4091
+  case $GCC,$host_os in
 
4092
+  yes,cygwin* | yes,mingw* | yes,pw32*)
 
4093
+    library_names_spec='$libname.dll.a'
 
4094
+    # DLL is installed to $(libdir)/../bin by postinstall_cmds
 
4095
+    postinstall_cmds='base_file=`basename \${file}`~
 
4096
+      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
 
4097
+      dldir=$destdir/`dirname \$dlpath`~
 
4098
+      test -d \$dldir || mkdir -p \$dldir~
 
4099
+      $install_prog $dir/$dlname \$dldir/$dlname~
 
4100
+      chmod a+x \$dldir/$dlname~
 
4101
+      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
 
4102
+        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
 
4103
+      fi'
 
4104
+    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
 
4105
+      dlpath=$dir/\$dldll~
 
4106
+       $RM \$dlpath'
 
4107
+    shlibpath_overrides_runpath=yes
 
4108
 
 
4109
+    case $host_os in
 
4110
+    cygwin*)
 
4111
+      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
 
4112
+      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
 
4113
+      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
 
4114
+      ;;
 
4115
+    mingw*)
 
4116
+      # MinGW DLLs use traditional 'lib' prefix
 
4117
+      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
 
4118
+      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
4119
+      if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then
 
4120
+        # It is most probably a Windows format PATH printed by
 
4121
+        # mingw gcc, but we are running on Cygwin. Gcc prints its search
 
4122
+        # path with ; separators, and with drive letters. We can handle the
 
4123
+        # drive letters (cygwin fileutils understands them), so leave them,
 
4124
+        # especially as we might pass files found there to a mingw objdump,
 
4125
+        # which wouldn't understand a cygwinified path. Ahh.
 
4126
+        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
 
4127
+      else
 
4128
+        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
4129
+      fi
 
4130
+      ;;
 
4131
+    pw32*)
 
4132
+      # pw32 DLLs use 'pw' prefix rather than 'lib'
 
4133
+      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
 
4134
+      ;;
 
4135
+    esac
 
4136
+    ;;
 
4137
 
 
4138
-# AC_PATH_TOOL_PREFIX
 
4139
-# -------------------
 
4140
-# find a file program which can recognize shared library
 
4141
-AC_DEFUN([AC_PATH_TOOL_PREFIX],
 
4142
-[AC_REQUIRE([AC_PROG_EGREP])dnl
 
4143
-AC_MSG_CHECKING([for $1])
 
4144
-AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
 
4145
-[case $MAGIC_CMD in
 
4146
-[[\\/*] |  ?:[\\/]*])
 
4147
-  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
 
4148
+  *)
 
4149
+    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
 
4150
+    ;;
 
4151
+  esac
 
4152
+  dynamic_linker='Win32 ld.exe'
 
4153
+  # FIXME: first we should search . and the directory the executable is in
 
4154
+  shlibpath_var=PATH
 
4155
   ;;
 
4156
-*)
 
4157
-  lt_save_MAGIC_CMD="$MAGIC_CMD"
 
4158
-  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
4159
-dnl $ac_dummy forces splitting on constant user-supplied paths.
 
4160
-dnl POSIX.2 word splitting is done only on the output of word expansions,
 
4161
-dnl not every word.  This closes a longstanding sh security hole.
 
4162
-  ac_dummy="ifelse([$2], , $PATH, [$2])"
 
4163
-  for ac_dir in $ac_dummy; do
 
4164
-    IFS="$lt_save_ifs"
 
4165
-    test -z "$ac_dir" && ac_dir=.
 
4166
-    if test -f $ac_dir/$1; then
 
4167
-      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
 
4168
-      if test -n "$file_magic_test_file"; then
 
4169
-       case $deplibs_check_method in
 
4170
-       "file_magic "*)
 
4171
-         file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
 
4172
-         MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
4173
-         if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
 
4174
-           $EGREP "$file_magic_regex" > /dev/null; then
 
4175
-           :
 
4176
-         else
 
4177
-           cat <<EOF 1>&2
 
4178
 
 
4179
-*** Warning: the command libtool uses to detect shared libraries,
 
4180
-*** $file_magic_cmd, produces output that libtool cannot recognize.
 
4181
-*** The result is that libtool may fail to recognize shared libraries
 
4182
-*** as such.  This will affect the creation of libtool libraries that
 
4183
-*** depend on shared libraries, but programs linked with such libtool
 
4184
-*** libraries will work regardless of this problem.  Nevertheless, you
 
4185
-*** may want to report the problem to your system manager and/or to
 
4186
-*** bug-libtool@gnu.org
 
4187
+darwin* | rhapsody*)
 
4188
+  dynamic_linker="$host_os dyld"
 
4189
+  version_type=darwin
 
4190
+  need_lib_prefix=no
 
4191
+  need_version=no
 
4192
+  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
 
4193
+  soname_spec='${libname}${release}${major}$shared_ext'
 
4194
+  shlibpath_overrides_runpath=yes
 
4195
+  shlibpath_var=DYLD_LIBRARY_PATH
 
4196
+  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
 
4197
+m4_if([$1], [],[
 
4198
+  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"])
 
4199
+  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
 
4200
+  ;;
 
4201
 
 
4202
-EOF
 
4203
-         fi ;;
 
4204
-       esac
 
4205
-      fi
 
4206
-      break
 
4207
-    fi
 
4208
-  done
 
4209
-  IFS="$lt_save_ifs"
 
4210
-  MAGIC_CMD="$lt_save_MAGIC_CMD"
 
4211
+dgux*)
 
4212
+  version_type=linux
 
4213
+  need_lib_prefix=no
 
4214
+  need_version=no
 
4215
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
 
4216
+  soname_spec='${libname}${release}${shared_ext}$major'
 
4217
+  shlibpath_var=LD_LIBRARY_PATH
 
4218
   ;;
 
4219
-esac])
 
4220
-MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
4221
-if test -n "$MAGIC_CMD"; then
 
4222
-  AC_MSG_RESULT($MAGIC_CMD)
 
4223
-else
 
4224
-  AC_MSG_RESULT(no)
 
4225
-fi
 
4226
-])# AC_PATH_TOOL_PREFIX
 
4227
 
 
4228
+freebsd1*)
 
4229
+  dynamic_linker=no
 
4230
+  ;;
 
4231
 
 
4232
-# AC_PATH_MAGIC
 
4233
-# -------------
 
4234
-# find a file program which can recognize a shared library
 
4235
-AC_DEFUN([AC_PATH_MAGIC],
 
4236
-[AC_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
 
4237
-if test -z "$lt_cv_path_MAGIC_CMD"; then
 
4238
-  if test -n "$ac_tool_prefix"; then
 
4239
-    AC_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
 
4240
+freebsd* | dragonfly*)
 
4241
+  # DragonFly does not have aout.  When/if they implement a new
 
4242
+  # versioning mechanism, adjust this.
 
4243
+  if test -x /usr/bin/objformat; then
 
4244
+    objformat=`/usr/bin/objformat`
 
4245
   else
 
4246
-    MAGIC_CMD=:
 
4247
+    case $host_os in
 
4248
+    freebsd[[123]]*) objformat=aout ;;
 
4249
+    *) objformat=elf ;;
 
4250
+    esac
 
4251
   fi
 
4252
-fi
 
4253
-])# AC_PATH_MAGIC
 
4254
-
 
4255
-
 
4256
-# AC_PROG_LD
 
4257
-# ----------
 
4258
-# find the pathname to the GNU or non-GNU linker
 
4259
-AC_DEFUN([AC_PROG_LD],
 
4260
-[AC_ARG_WITH([gnu-ld],
 
4261
-    [AC_HELP_STRING([--with-gnu-ld],
 
4262
-       [assume the C compiler uses GNU ld @<:@default=no@:>@])],
 
4263
-    [test "$withval" = no || with_gnu_ld=yes],
 
4264
-    [with_gnu_ld=no])
 
4265
-AC_REQUIRE([LT_AC_PROG_SED])dnl
 
4266
-AC_REQUIRE([AC_PROG_CC])dnl
 
4267
-AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
4268
-AC_REQUIRE([AC_CANONICAL_BUILD])dnl
 
4269
-ac_prog=ld
 
4270
-if test "$GCC" = yes; then
 
4271
-  # Check if gcc -print-prog-name=ld gives a path.
 
4272
-  AC_MSG_CHECKING([for ld used by $CC])
 
4273
-  case $host in
 
4274
-  *-*-mingw*)
 
4275
-    # gcc leaves a trailing carriage return which upsets mingw
 
4276
-    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
 
4277
-  *)
 
4278
-    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
 
4279
-  esac
 
4280
-  case $ac_prog in
 
4281
-    # Accept absolute paths.
 
4282
-    [[\\/]]* | ?:[[\\/]]*)
 
4283
-      re_direlt='/[[^/]][[^/]]*/\.\./'
 
4284
-      # Canonicalize the pathname of ld
 
4285
-      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
 
4286
-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
 
4287
-       ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
 
4288
-      done
 
4289
-      test -z "$LD" && LD="$ac_prog"
 
4290
+  version_type=freebsd-$objformat
 
4291
+  case $version_type in
 
4292
+    freebsd-elf*)
 
4293
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
 
4294
+      need_version=no
 
4295
+      need_lib_prefix=no
 
4296
       ;;
 
4297
-  "")
 
4298
-    # If it fails, then pretend we aren't using GCC.
 
4299
-    ac_prog=ld
 
4300
+    freebsd-*)
 
4301
+      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
 
4302
+      need_version=yes
 
4303
+      ;;
 
4304
+  esac
 
4305
+  shlibpath_var=LD_LIBRARY_PATH
 
4306
+  case $host_os in
 
4307
+  freebsd2*)
 
4308
+    shlibpath_overrides_runpath=yes
 
4309
     ;;
 
4310
-  *)
 
4311
-    # If it is relative, then search for the first ld in PATH.
 
4312
-    with_gnu_ld=unknown
 
4313
+  freebsd3.[[01]]* | freebsdelf3.[[01]]*)
 
4314
+    shlibpath_overrides_runpath=yes
 
4315
+    hardcode_into_libs=yes
 
4316
+    ;;
 
4317
+  freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
 
4318
+  freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
 
4319
+    shlibpath_overrides_runpath=no
 
4320
+    hardcode_into_libs=yes
 
4321
+    ;;
 
4322
+  *) # from 4.6 on, and DragonFly
 
4323
+    shlibpath_overrides_runpath=yes
 
4324
+    hardcode_into_libs=yes
 
4325
     ;;
 
4326
   esac
 
4327
-elif test "$with_gnu_ld" = yes; then
 
4328
-  AC_MSG_CHECKING([for GNU ld])
 
4329
-else
 
4330
-  AC_MSG_CHECKING([for non-GNU ld])
 
4331
-fi
 
4332
-AC_CACHE_VAL(lt_cv_path_LD,
 
4333
-[if test -z "$LD"; then
 
4334
-  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
4335
-  for ac_dir in $PATH; do
 
4336
-    IFS="$lt_save_ifs"
 
4337
-    test -z "$ac_dir" && ac_dir=.
 
4338
-    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
 
4339
-      lt_cv_path_LD="$ac_dir/$ac_prog"
 
4340
-      # Check to see if the program is GNU ld.  I'd rather use --version,
 
4341
-      # but apparently some variants of GNU ld only accept -v.
 
4342
-      # Break only if it was the GNU/non-GNU ld that we prefer.
 
4343
-      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
 
4344
-      *GNU* | *'with BFD'*)
 
4345
-       test "$with_gnu_ld" != no && break
 
4346
-       ;;
 
4347
-      *)
 
4348
-       test "$with_gnu_ld" != yes && break
 
4349
-       ;;
 
4350
-      esac
 
4351
-    fi
 
4352
-  done
 
4353
-  IFS="$lt_save_ifs"
 
4354
-else
 
4355
-  lt_cv_path_LD="$LD" # Let the user override the test with a path.
 
4356
-fi])
 
4357
-LD="$lt_cv_path_LD"
 
4358
-if test -n "$LD"; then
 
4359
-  AC_MSG_RESULT($LD)
 
4360
-else
 
4361
-  AC_MSG_RESULT(no)
 
4362
-fi
 
4363
-test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
 
4364
-AC_PROG_LD_GNU
 
4365
-])# AC_PROG_LD
 
4366
-
 
4367
-
 
4368
-# AC_PROG_LD_GNU
 
4369
-# --------------
 
4370
-AC_DEFUN([AC_PROG_LD_GNU],
 
4371
-[AC_REQUIRE([AC_PROG_EGREP])dnl
 
4372
-AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
 
4373
-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
 
4374
-case `$LD -v 2>&1 </dev/null` in
 
4375
-*GNU* | *'with BFD'*)
 
4376
-  lt_cv_prog_gnu_ld=yes
 
4377
-  ;;
 
4378
-*)
 
4379
-  lt_cv_prog_gnu_ld=no
 
4380
   ;;
 
4381
-esac])
 
4382
-with_gnu_ld=$lt_cv_prog_gnu_ld
 
4383
-])# AC_PROG_LD_GNU
 
4384
 
 
4385
+gnu*)
 
4386
+  version_type=linux
 
4387
+  need_lib_prefix=no
 
4388
+  need_version=no
 
4389
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
 
4390
+  soname_spec='${libname}${release}${shared_ext}$major'
 
4391
+  shlibpath_var=LD_LIBRARY_PATH
 
4392
+  hardcode_into_libs=yes
 
4393
+  ;;
 
4394
 
 
4395
-# AC_PROG_LD_RELOAD_FLAG
 
4396
-# ----------------------
 
4397
-# find reload flag for linker
 
4398
-#   -- PORTME Some linkers may need a different reload flag.
 
4399
-AC_DEFUN([AC_PROG_LD_RELOAD_FLAG],
 
4400
-[AC_CACHE_CHECK([for $LD option to reload object files],
 
4401
-  lt_cv_ld_reload_flag,
 
4402
-  [lt_cv_ld_reload_flag='-r'])
 
4403
-reload_flag=$lt_cv_ld_reload_flag
 
4404
-case $reload_flag in
 
4405
-"" | " "*) ;;
 
4406
-*) reload_flag=" $reload_flag" ;;
 
4407
-esac
 
4408
-reload_cmds='$LD$reload_flag -o $output$reload_objs'
 
4409
-case $host_os in
 
4410
-  darwin*)
 
4411
-    if test "$GCC" = yes; then
 
4412
-      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
 
4413
+hpux9* | hpux10* | hpux11*)
 
4414
+  # Give a soname corresponding to the major version so that dld.sl refuses to
 
4415
+  # link against other versions.
 
4416
+  version_type=sunos
 
4417
+  need_lib_prefix=no
 
4418
+  need_version=no
 
4419
+  case $host_cpu in
 
4420
+  ia64*)
 
4421
+    shrext_cmds='.so'
 
4422
+    hardcode_into_libs=yes
 
4423
+    dynamic_linker="$host_os dld.so"
 
4424
+    shlibpath_var=LD_LIBRARY_PATH
 
4425
+    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
 
4426
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
4427
+    soname_spec='${libname}${release}${shared_ext}$major'
 
4428
+    if test "X$HPUX_IA64_MODE" = X32; then
 
4429
+      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
 
4430
     else
 
4431
-      reload_cmds='$LD$reload_flag -o $output$reload_objs'
 
4432
+      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
 
4433
     fi
 
4434
-    ;;
 
4435
-esac
 
4436
-])# AC_PROG_LD_RELOAD_FLAG
 
4437
-
 
4438
-
 
4439
-# AC_DEPLIBS_CHECK_METHOD
 
4440
-# -----------------------
 
4441
-# how to check for library dependencies
 
4442
-#  -- PORTME fill in with the dynamic library characteristics
 
4443
-AC_DEFUN([AC_DEPLIBS_CHECK_METHOD],
 
4444
-[AC_CACHE_CHECK([how to recognize dependent libraries],
 
4445
-lt_cv_deplibs_check_method,
 
4446
-[lt_cv_file_magic_cmd='$MAGIC_CMD'
 
4447
-lt_cv_file_magic_test_file=
 
4448
-lt_cv_deplibs_check_method='unknown'
 
4449
-# Need to set the preceding variable on all platforms that support
 
4450
-# interlibrary dependencies.
 
4451
-# 'none' -- dependencies not supported.
 
4452
-# `unknown' -- same as none, but documents that we really don't know.
 
4453
-# 'pass_all' -- all dependencies passed with no checks.
 
4454
-# 'test_compile' -- check by making test program.
 
4455
-# 'file_magic [[regex]]' -- check by looking for files in library path
 
4456
-# which responds to the $file_magic_cmd with a given extended regex.
 
4457
-# If you have `file' or equivalent on your system and you're not sure
 
4458
-# whether `pass_all' will *always* work, you probably want this one.
 
4459
-
 
4460
-case $host_os in
 
4461
-aix[[4-9]]*)
 
4462
-  lt_cv_deplibs_check_method=pass_all
 
4463
-  ;;
 
4464
-
 
4465
-beos*)
 
4466
-  lt_cv_deplibs_check_method=pass_all
 
4467
-  ;;
 
4468
-
 
4469
-bsdi[[45]]*)
 
4470
-  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
 
4471
-  lt_cv_file_magic_cmd='/usr/bin/file -L'
 
4472
-  lt_cv_file_magic_test_file=/shlib/libc.so
 
4473
-  ;;
 
4474
-
 
4475
-cygwin*)
 
4476
-  # func_win32_libid is a shell function defined in ltmain.sh
 
4477
-  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
 
4478
-  lt_cv_file_magic_cmd='func_win32_libid'
 
4479
-  ;;
 
4480
-
 
4481
-mingw* | pw32*)
 
4482
-  # Base MSYS/MinGW do not provide the 'file' command needed by
 
4483
-  # func_win32_libid shell function, so use a weaker test based on 'objdump',
 
4484
-  # unless we find 'file', for example because we are cross-compiling.
 
4485
-  if ( file / ) >/dev/null 2>&1; then
 
4486
-    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
 
4487
-    lt_cv_file_magic_cmd='func_win32_libid'
 
4488
-  else
 
4489
-    lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
 
4490
-    lt_cv_file_magic_cmd='$OBJDUMP -f'
 
4491
-  fi
 
4492
-  ;;
 
4493
-
 
4494
-darwin* | rhapsody*)
 
4495
-  lt_cv_deplibs_check_method=pass_all
 
4496
-  ;;
 
4497
-
 
4498
-freebsd* | dragonfly*)
 
4499
-  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
 
4500
-    case $host_cpu in
 
4501
-    i*86 )
 
4502
-      # Not sure whether the presence of OpenBSD here was a mistake.
 
4503
-      # Let's accept both of them until this is cleared up.
 
4504
-      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
 
4505
-      lt_cv_file_magic_cmd=/usr/bin/file
 
4506
-      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
 
4507
-      ;;
 
4508
-    esac
 
4509
-  else
 
4510
-    lt_cv_deplibs_check_method=pass_all
 
4511
-  fi
 
4512
-  ;;
 
4513
-
 
4514
-gnu*)
 
4515
-  lt_cv_deplibs_check_method=pass_all
 
4516
-  ;;
 
4517
-
 
4518
-hpux10.20* | hpux11*)
 
4519
-  lt_cv_file_magic_cmd=/usr/bin/file
 
4520
-  case $host_cpu in
 
4521
-  ia64*)
 
4522
-    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
 
4523
-    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
 
4524
+    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
4525
     ;;
 
4526
   hppa*64*)
 
4527
-    [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]']
 
4528
-    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
 
4529
+    shrext_cmds='.sl'
 
4530
+    hardcode_into_libs=yes
 
4531
+    dynamic_linker="$host_os dld.sl"
 
4532
+    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
 
4533
+    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
 
4534
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
4535
+    soname_spec='${libname}${release}${shared_ext}$major'
 
4536
+    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
 
4537
+    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
4538
     ;;
 
4539
   *)
 
4540
-    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
 
4541
-    lt_cv_file_magic_test_file=/usr/lib/libc.sl
 
4542
+    shrext_cmds='.sl'
 
4543
+    dynamic_linker="$host_os dld.sl"
 
4544
+    shlibpath_var=SHLIB_PATH
 
4545
+    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
 
4546
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
4547
+    soname_spec='${libname}${release}${shared_ext}$major'
 
4548
     ;;
 
4549
   esac
 
4550
+  # HP-UX runs *really* slowly unless shared libraries are mode 555.
 
4551
+  postinstall_cmds='chmod 555 $lib'
 
4552
   ;;
 
4553
 
 
4554
 interix[[3-9]]*)
 
4555
-  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
 
4556
-  lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
 
4557
+  version_type=linux
 
4558
+  need_lib_prefix=no
 
4559
+  need_version=no
 
4560
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
4561
+  soname_spec='${libname}${release}${shared_ext}$major'
 
4562
+  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
 
4563
+  shlibpath_var=LD_LIBRARY_PATH
 
4564
+  shlibpath_overrides_runpath=no
 
4565
+  hardcode_into_libs=yes
 
4566
   ;;
 
4567
 
 
4568
 irix5* | irix6* | nonstopux*)
 
4569
-  case $LD in
 
4570
-  *-32|*"-32 ") libmagic=32-bit;;
 
4571
-  *-n32|*"-n32 ") libmagic=N32;;
 
4572
-  *-64|*"-64 ") libmagic=64-bit;;
 
4573
-  *) libmagic=never-match;;
 
4574
+  case $host_os in
 
4575
+    nonstopux*) version_type=nonstopux ;;
 
4576
+    *)
 
4577
+       if test "$lt_cv_prog_gnu_ld" = yes; then
 
4578
+               version_type=linux
 
4579
+       else
 
4580
+               version_type=irix
 
4581
+       fi ;;
 
4582
   esac
 
4583
-  lt_cv_deplibs_check_method=pass_all
 
4584
+  need_lib_prefix=no
 
4585
+  need_version=no
 
4586
+  soname_spec='${libname}${release}${shared_ext}$major'
 
4587
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
 
4588
+  case $host_os in
 
4589
+  irix5* | nonstopux*)
 
4590
+    libsuff= shlibsuff=
 
4591
+    ;;
 
4592
+  *)
 
4593
+    case $LD in # libtool.m4 will add one of these switches to LD
 
4594
+    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
 
4595
+      libsuff= shlibsuff= libmagic=32-bit;;
 
4596
+    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
 
4597
+      libsuff=32 shlibsuff=N32 libmagic=N32;;
 
4598
+    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
 
4599
+      libsuff=64 shlibsuff=64 libmagic=64-bit;;
 
4600
+    *) libsuff= shlibsuff= libmagic=never-match;;
 
4601
+    esac
 
4602
+    ;;
 
4603
+  esac
 
4604
+  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
 
4605
+  shlibpath_overrides_runpath=no
 
4606
+  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
 
4607
+  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
 
4608
+  hardcode_into_libs=yes
 
4609
+  ;;
 
4610
+
 
4611
+# No shared lib support for Linux oldld, aout, or coff.
 
4612
+linux*oldld* | linux*aout* | linux*coff*)
 
4613
+  dynamic_linker=no
 
4614
   ;;
 
4615
 
 
4616
 # This must be Linux ELF.
 
4617
 linux* | k*bsd*-gnu)
 
4618
-  lt_cv_deplibs_check_method=pass_all
 
4619
+  version_type=linux
 
4620
+  need_lib_prefix=no
 
4621
+  need_version=no
 
4622
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
4623
+  soname_spec='${libname}${release}${shared_ext}$major'
 
4624
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
 
4625
+  shlibpath_var=LD_LIBRARY_PATH
 
4626
+  shlibpath_overrides_runpath=no
 
4627
+  # Some binutils ld are patched to set DT_RUNPATH
 
4628
+  save_LDFLAGS=$LDFLAGS
 
4629
+  save_libdir=$libdir
 
4630
+  eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
 
4631
+       LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\""
 
4632
+  AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
 
4633
+    [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null],
 
4634
+       [shlibpath_overrides_runpath=yes])])
 
4635
+  LDFLAGS=$save_LDFLAGS
 
4636
+  libdir=$save_libdir
 
4637
+
 
4638
+  # This implies no fast_install, which is unacceptable.
 
4639
+  # Some rework will be needed to allow for fast_install
 
4640
+  # before this can be enabled.
 
4641
+  hardcode_into_libs=yes
 
4642
+
 
4643
+  # Append ld.so.conf contents to the search path
 
4644
+  if test -f /etc/ld.so.conf; then
 
4645
+    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' ' '`
 
4646
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
 
4647
+  fi
 
4648
+
 
4649
+  # We used to test for /lib/ld.so.1 and disable shared libraries on
 
4650
+  # powerpc, because MkLinux only supported shared libraries with the
 
4651
+  # GNU dynamic linker.  Since this was broken with cross compilers,
 
4652
+  # most powerpc-linux boxes support dynamic linking these days and
 
4653
+  # people can always --disable-shared, the test was removed, and we
 
4654
+  # assume the GNU/Linux dynamic linker is in use.
 
4655
+  dynamic_linker='GNU/Linux ld.so'
 
4656
+  ;;
 
4657
+
 
4658
+netbsdelf*-gnu)
 
4659
+  version_type=linux
 
4660
+  need_lib_prefix=no
 
4661
+  need_version=no
 
4662
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
4663
+  soname_spec='${libname}${release}${shared_ext}$major'
 
4664
+  shlibpath_var=LD_LIBRARY_PATH
 
4665
+  shlibpath_overrides_runpath=no
 
4666
+  hardcode_into_libs=yes
 
4667
+  dynamic_linker='NetBSD ld.elf_so'
 
4668
   ;;
 
4669
 
 
4670
 netbsd*)
 
4671
-  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
 
4672
-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
 
4673
+  version_type=sunos
 
4674
+  need_lib_prefix=no
 
4675
+  need_version=no
 
4676
+  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 
4677
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
4678
+    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
4679
+    dynamic_linker='NetBSD (a.out) ld.so'
 
4680
   else
 
4681
-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
 
4682
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
4683
+    soname_spec='${libname}${release}${shared_ext}$major'
 
4684
+    dynamic_linker='NetBSD ld.elf_so'
 
4685
   fi
 
4686
+  shlibpath_var=LD_LIBRARY_PATH
 
4687
+  shlibpath_overrides_runpath=yes
 
4688
+  hardcode_into_libs=yes
 
4689
   ;;
 
4690
 
 
4691
-newos6*)
 
4692
-  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
 
4693
-  lt_cv_file_magic_cmd=/usr/bin/file
 
4694
-  lt_cv_file_magic_test_file=/usr/lib/libnls.so
 
4695
+newsos6)
 
4696
+  version_type=linux
 
4697
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
4698
+  shlibpath_var=LD_LIBRARY_PATH
 
4699
+  shlibpath_overrides_runpath=yes
 
4700
   ;;
 
4701
 
 
4702
-nto-qnx*)
 
4703
-  lt_cv_deplibs_check_method=unknown
 
4704
+*nto* | *qnx*)
 
4705
+  version_type=qnx
 
4706
+  need_lib_prefix=no
 
4707
+  need_version=no
 
4708
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
4709
+  soname_spec='${libname}${release}${shared_ext}$major'
 
4710
+  shlibpath_var=LD_LIBRARY_PATH
 
4711
+  shlibpath_overrides_runpath=no
 
4712
+  hardcode_into_libs=yes
 
4713
+  dynamic_linker='ldqnx.so'
 
4714
   ;;
 
4715
 
 
4716
 openbsd*)
 
4717
-  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
4718
-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
 
4719
+  version_type=sunos
 
4720
+  sys_lib_dlsearch_path_spec="/usr/lib"
 
4721
+  need_lib_prefix=no
 
4722
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
 
4723
+  case $host_os in
 
4724
+    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
 
4725
+    *)                         need_version=no  ;;
 
4726
+  esac
 
4727
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
4728
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
4729
+  shlibpath_var=LD_LIBRARY_PATH
 
4730
+  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
4731
+    case $host_os in
 
4732
+      openbsd2.[[89]] | openbsd2.[[89]].*)
 
4733
+       shlibpath_overrides_runpath=no
 
4734
+       ;;
 
4735
+      *)
 
4736
+       shlibpath_overrides_runpath=yes
 
4737
+       ;;
 
4738
+      esac
 
4739
   else
 
4740
-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
 
4741
+    shlibpath_overrides_runpath=yes
 
4742
   fi
 
4743
   ;;
 
4744
 
 
4745
+os2*)
 
4746
+  libname_spec='$name'
 
4747
+  shrext_cmds=".dll"
 
4748
+  need_lib_prefix=no
 
4749
+  library_names_spec='$libname${shared_ext} $libname.a'
 
4750
+  dynamic_linker='OS/2 ld.exe'
 
4751
+  shlibpath_var=LIBPATH
 
4752
+  ;;
 
4753
+
 
4754
 osf3* | osf4* | osf5*)
 
4755
-  lt_cv_deplibs_check_method=pass_all
 
4756
+  version_type=osf
 
4757
+  need_lib_prefix=no
 
4758
+  need_version=no
 
4759
+  soname_spec='${libname}${release}${shared_ext}$major'
 
4760
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
4761
+  shlibpath_var=LD_LIBRARY_PATH
 
4762
+  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
 
4763
+  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
 
4764
   ;;
 
4765
 
 
4766
 rdos*)
 
4767
-  lt_cv_deplibs_check_method=pass_all
 
4768
+  dynamic_linker=no
 
4769
   ;;
 
4770
 
 
4771
 solaris*)
 
4772
-  lt_cv_deplibs_check_method=pass_all
 
4773
+  version_type=linux
 
4774
+  need_lib_prefix=no
 
4775
+  need_version=no
 
4776
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
4777
+  soname_spec='${libname}${release}${shared_ext}$major'
 
4778
+  shlibpath_var=LD_LIBRARY_PATH
 
4779
+  shlibpath_overrides_runpath=yes
 
4780
+  hardcode_into_libs=yes
 
4781
+  # ldd complains unless libraries are executable
 
4782
+  postinstall_cmds='chmod +x $lib'
 
4783
+  ;;
 
4784
+
 
4785
+sunos4*)
 
4786
+  version_type=sunos
 
4787
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
4788
+  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
 
4789
+  shlibpath_var=LD_LIBRARY_PATH
 
4790
+  shlibpath_overrides_runpath=yes
 
4791
+  if test "$with_gnu_ld" = yes; then
 
4792
+    need_lib_prefix=no
 
4793
+  fi
 
4794
+  need_version=yes
 
4795
   ;;
 
4796
 
 
4797
 sysv4 | sysv4.3*)
 
4798
+  version_type=linux
 
4799
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
4800
+  soname_spec='${libname}${release}${shared_ext}$major'
 
4801
+  shlibpath_var=LD_LIBRARY_PATH
 
4802
   case $host_vendor in
 
4803
-  motorola)
 
4804
-    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]]'
 
4805
-    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
 
4806
-    ;;
 
4807
-  ncr)
 
4808
-    lt_cv_deplibs_check_method=pass_all
 
4809
-    ;;
 
4810
-  sequent)
 
4811
-    lt_cv_file_magic_cmd='/bin/file'
 
4812
-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
 
4813
-    ;;
 
4814
-  sni)
 
4815
-    lt_cv_file_magic_cmd='/bin/file'
 
4816
-    lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
 
4817
-    lt_cv_file_magic_test_file=/lib/libc.so
 
4818
-    ;;
 
4819
-  siemens)
 
4820
-    lt_cv_deplibs_check_method=pass_all
 
4821
-    ;;
 
4822
-  pc)
 
4823
-    lt_cv_deplibs_check_method=pass_all
 
4824
-    ;;
 
4825
+    sni)
 
4826
+      shlibpath_overrides_runpath=no
 
4827
+      need_lib_prefix=no
 
4828
+      runpath_var=LD_RUN_PATH
 
4829
+      ;;
 
4830
+    siemens)
 
4831
+      need_lib_prefix=no
 
4832
+      ;;
 
4833
+    motorola)
 
4834
+      need_lib_prefix=no
 
4835
+      need_version=no
 
4836
+      shlibpath_overrides_runpath=no
 
4837
+      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
 
4838
+      ;;
 
4839
   esac
 
4840
   ;;
 
4841
 
 
4842
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
 
4843
-  lt_cv_deplibs_check_method=pass_all
 
4844
+sysv4*MP*)
 
4845
+  if test -d /usr/nec ;then
 
4846
+    version_type=linux
 
4847
+    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
 
4848
+    soname_spec='$libname${shared_ext}.$major'
 
4849
+    shlibpath_var=LD_LIBRARY_PATH
 
4850
+  fi
 
4851
   ;;
 
4852
-esac
 
4853
-])
 
4854
-file_magic_cmd=$lt_cv_file_magic_cmd
 
4855
-deplibs_check_method=$lt_cv_deplibs_check_method
 
4856
-test -z "$deplibs_check_method" && deplibs_check_method=unknown
 
4857
-])# AC_DEPLIBS_CHECK_METHOD
 
4858
 
 
4859
-
 
4860
-# AC_PROG_NM
 
4861
-# ----------
 
4862
-# find the pathname to a BSD-compatible name lister
 
4863
-AC_DEFUN([AC_PROG_NM],
 
4864
-[AC_CACHE_CHECK([for BSD-compatible nm], lt_cv_path_NM,
 
4865
-[if test -n "$NM"; then
 
4866
-  # Let the user override the test.
 
4867
-  lt_cv_path_NM="$NM"
 
4868
-else
 
4869
-  lt_nm_to_check="${ac_tool_prefix}nm"
 
4870
-  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
 
4871
-    lt_nm_to_check="$lt_nm_to_check nm"
 
4872
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
 
4873
+  version_type=freebsd-elf
 
4874
+  need_lib_prefix=no
 
4875
+  need_version=no
 
4876
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
 
4877
+  soname_spec='${libname}${release}${shared_ext}$major'
 
4878
+  shlibpath_var=LD_LIBRARY_PATH
 
4879
+  shlibpath_overrides_runpath=yes
 
4880
+  hardcode_into_libs=yes
 
4881
+  if test "$with_gnu_ld" = yes; then
 
4882
+    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
 
4883
+  else
 
4884
+    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
 
4885
+    case $host_os in
 
4886
+      sco3.2v5*)
 
4887
+        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
 
4888
+       ;;
 
4889
+    esac
 
4890
   fi
 
4891
-  for lt_tmp_nm in $lt_nm_to_check; do
 
4892
-    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
4893
-    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
 
4894
-      IFS="$lt_save_ifs"
 
4895
-      test -z "$ac_dir" && ac_dir=.
 
4896
-      tmp_nm="$ac_dir/$lt_tmp_nm"
 
4897
-      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
 
4898
-       # Check to see if the nm accepts a BSD-compat flag.
 
4899
-       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
 
4900
-       #   nm: unknown option "B" ignored
 
4901
-       # Tru64's nm complains that /dev/null is an invalid object file
 
4902
-       case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
 
4903
-       */dev/null* | *'Invalid file or object type'*)
 
4904
-         lt_cv_path_NM="$tmp_nm -B"
 
4905
-         break
 
4906
-         ;;
 
4907
-       *)
 
4908
-         case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
 
4909
-         */dev/null*)
 
4910
-           lt_cv_path_NM="$tmp_nm -p"
 
4911
-           break
 
4912
-           ;;
 
4913
-         *)
 
4914
-           lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
 
4915
-           continue # so that we can try to find one that supports BSD flags
 
4916
-           ;;
 
4917
-         esac
 
4918
-         ;;
 
4919
-       esac
 
4920
-      fi
 
4921
-    done
 
4922
-    IFS="$lt_save_ifs"
 
4923
-  done
 
4924
-  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
 
4925
-fi])
 
4926
-NM="$lt_cv_path_NM"
 
4927
-])# AC_PROG_NM
 
4928
-
 
4929
+  sys_lib_dlsearch_path_spec='/usr/lib'
 
4930
+  ;;
 
4931
 
 
4932
-# AC_CHECK_LIBM
 
4933
-# -------------
 
4934
-# check for math library
 
4935
-AC_DEFUN([AC_CHECK_LIBM],
 
4936
-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
4937
-LIBM=
 
4938
-case $host in
 
4939
-*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
 
4940
-  # These system don't have libm, or don't need it
 
4941
+tpf*)
 
4942
+  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
 
4943
+  version_type=linux
 
4944
+  need_lib_prefix=no
 
4945
+  need_version=no
 
4946
+  library_name_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
4947
+  shlibpath_var=LD_LIBRARY_PATH
 
4948
+  shlibpath_overrides_runpath=no
 
4949
+  hardcode_into_libs=yes
 
4950
   ;;
 
4951
-*-ncr-sysv4.3*)
 
4952
-  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
 
4953
-  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
 
4954
+
 
4955
+uts4*)
 
4956
+  version_type=linux
 
4957
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
4958
+  soname_spec='${libname}${release}${shared_ext}$major'
 
4959
+  shlibpath_var=LD_LIBRARY_PATH
 
4960
   ;;
 
4961
+
 
4962
 *)
 
4963
-  AC_CHECK_LIB(m, cos, LIBM="-lm")
 
4964
+  dynamic_linker=no
 
4965
   ;;
 
4966
 esac
 
4967
-])# AC_CHECK_LIBM
 
4968
-
 
4969
-
 
4970
-# AC_LIBLTDL_CONVENIENCE([DIRECTORY])
 
4971
-# -----------------------------------
 
4972
-# sets LIBLTDL to the link flags for the libltdl convenience library and
 
4973
-# LTDLINCL to the include flags for the libltdl header and adds
 
4974
-# --enable-ltdl-convenience to the configure arguments.  Note that
 
4975
-# AC_CONFIG_SUBDIRS is not called here.  If DIRECTORY is not provided,
 
4976
-# it is assumed to be `libltdl'.  LIBLTDL will be prefixed with
 
4977
-# '${top_builddir}/' and LTDLINCL will be prefixed with '${top_srcdir}/'
 
4978
-# (note the single quotes!).  If your package is not flat and you're not
 
4979
-# using automake, define top_builddir and top_srcdir appropriately in
 
4980
-# the Makefiles.
 
4981
-AC_DEFUN([AC_LIBLTDL_CONVENIENCE],
 
4982
-[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
4983
-  case $enable_ltdl_convenience in
 
4984
-  no) AC_MSG_ERROR([this package needs a convenience libltdl]) ;;
 
4985
-  "") enable_ltdl_convenience=yes
 
4986
-      ac_configure_args="$ac_configure_args --enable-ltdl-convenience" ;;
 
4987
-  esac
 
4988
-  LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdlc.la
 
4989
-  LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
 
4990
-  # For backwards non-gettext consistent compatibility...
 
4991
-  INCLTDL="$LTDLINCL"
 
4992
-])# AC_LIBLTDL_CONVENIENCE
 
4993
-
 
4994
-
 
4995
-# AC_LIBLTDL_INSTALLABLE([DIRECTORY])
 
4996
-# -----------------------------------
 
4997
-# sets LIBLTDL to the link flags for the libltdl installable library and
 
4998
-# LTDLINCL to the include flags for the libltdl header and adds
 
4999
-# --enable-ltdl-install to the configure arguments.  Note that
 
5000
-# AC_CONFIG_SUBDIRS is not called here.  If DIRECTORY is not provided,
 
5001
-# and an installed libltdl is not found, it is assumed to be `libltdl'.
 
5002
-# LIBLTDL will be prefixed with '${top_builddir}/'# and LTDLINCL with
 
5003
-# '${top_srcdir}/' (note the single quotes!).  If your package is not
 
5004
-# flat and you're not using automake, define top_builddir and top_srcdir
 
5005
-# appropriately in the Makefiles.
 
5006
-# In the future, this macro may have to be called after AC_PROG_LIBTOOL.
 
5007
-AC_DEFUN([AC_LIBLTDL_INSTALLABLE],
 
5008
-[AC_BEFORE([$0],[AC_LIBTOOL_SETUP])dnl
 
5009
-  AC_CHECK_LIB(ltdl, lt_dlinit,
 
5010
-  [test x"$enable_ltdl_install" != xyes && enable_ltdl_install=no],
 
5011
-  [if test x"$enable_ltdl_install" = xno; then
 
5012
-     AC_MSG_WARN([libltdl not installed, but installation disabled])
 
5013
-   else
 
5014
-     enable_ltdl_install=yes
 
5015
-   fi
 
5016
-  ])
 
5017
-  if test x"$enable_ltdl_install" = x"yes"; then
 
5018
-    ac_configure_args="$ac_configure_args --enable-ltdl-install"
 
5019
-    LIBLTDL='${top_builddir}/'ifelse($#,1,[$1],['libltdl'])/libltdl.la
 
5020
-    LTDLINCL='-I${top_srcdir}/'ifelse($#,1,[$1],['libltdl'])
 
5021
-  else
 
5022
-    ac_configure_args="$ac_configure_args --enable-ltdl-install=no"
 
5023
-    LIBLTDL="-lltdl"
 
5024
-    LTDLINCL=
 
5025
-  fi
 
5026
-  # For backwards non-gettext consistent compatibility...
 
5027
-  INCLTDL="$LTDLINCL"
 
5028
-])# AC_LIBLTDL_INSTALLABLE
 
5029
+AC_MSG_RESULT([$dynamic_linker])
 
5030
+test "$dynamic_linker" = no && can_build_shared=no
 
5031
 
 
5032
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 
5033
+if test "$GCC" = yes; then
 
5034
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
5035
+fi
 
5036
 
5037
+if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
 
5038
+  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
 
5039
+fi
 
5040
+if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
 
5041
+  sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
 
5042
+fi
 
5043
+
 
5044
+_LT_DECL([], [variables_saved_for_relink], [1],
 
5045
+    [Variables whose values should be saved in libtool wrapper scripts and
 
5046
+    restored at link time])
 
5047
+_LT_DECL([], [need_lib_prefix], [0],
 
5048
+    [Do we need the "lib" prefix for modules?])
 
5049
+_LT_DECL([], [need_version], [0], [Do we need a version for libraries?])
 
5050
+_LT_DECL([], [version_type], [0], [Library versioning type])
 
5051
+_LT_DECL([], [runpath_var], [0],  [Shared library runtime path variable])
 
5052
+_LT_DECL([], [shlibpath_var], [0],[Shared library path variable])
 
5053
+_LT_DECL([], [shlibpath_overrides_runpath], [0],
 
5054
+    [Is shlibpath searched before the hard-coded library search path?])
 
5055
+_LT_DECL([], [libname_spec], [1], [Format of library name prefix])
 
5056
+_LT_DECL([], [library_names_spec], [1],
 
5057
+    [[List of archive names.  First name is the real one, the rest are links.
 
5058
+    The last name is the one that the linker finds with -lNAME]])
 
5059
+_LT_DECL([], [soname_spec], [1],
 
5060
+    [[The coded name of the library, if different from the real name]])
 
5061
+_LT_DECL([], [postinstall_cmds], [2],
 
5062
+    [Command to use after installation of a shared archive])
 
5063
+_LT_DECL([], [postuninstall_cmds], [2],
 
5064
+    [Command to use after uninstallation of a shared archive])
 
5065
+_LT_DECL([], [finish_cmds], [2],
 
5066
+    [Commands used to finish a libtool library installation in a directory])
 
5067
+_LT_DECL([], [finish_eval], [1],
 
5068
+    [[As "finish_cmds", except a single script fragment to be evaled but
 
5069
+    not shown]])
 
5070
+_LT_DECL([], [hardcode_into_libs], [0],
 
5071
+    [Whether we should hardcode library paths into libraries])
 
5072
+_LT_DECL([], [sys_lib_search_path_spec], [2],
 
5073
+    [Compile-time system search path for libraries])
 
5074
+_LT_DECL([], [sys_lib_dlsearch_path_spec], [2],
 
5075
+    [Run-time system search path for libraries])
 
5076
+])# _LT_SYS_DYNAMIC_LINKER
 
5077
 
 
5078
-# AC_LIBTOOL_CXX
 
5079
-# --------------
 
5080
-# enable support for C++ libraries
 
5081
-AC_DEFUN([AC_LIBTOOL_CXX],
 
5082
-[AC_REQUIRE([_LT_AC_LANG_CXX])
 
5083
-])# AC_LIBTOOL_CXX
 
5084
 
 
5085
+# _LT_PATH_TOOL_PREFIX(TOOL)
 
5086
+# --------------------------
 
5087
+# find a file program which can recognize shared library
 
5088
+AC_DEFUN([_LT_PATH_TOOL_PREFIX],
 
5089
+[m4_require([_LT_DECL_EGREP])dnl
 
5090
+AC_MSG_CHECKING([for $1])
 
5091
+AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
 
5092
+[case $MAGIC_CMD in
 
5093
+[[\\/*] |  ?:[\\/]*])
 
5094
+  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
 
5095
+  ;;
 
5096
+*)
 
5097
+  lt_save_MAGIC_CMD="$MAGIC_CMD"
 
5098
+  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
5099
+dnl $ac_dummy forces splitting on constant user-supplied paths.
 
5100
+dnl POSIX.2 word splitting is done only on the output of word expansions,
 
5101
+dnl not every word.  This closes a longstanding sh security hole.
 
5102
+  ac_dummy="m4_if([$2], , $PATH, [$2])"
 
5103
+  for ac_dir in $ac_dummy; do
 
5104
+    IFS="$lt_save_ifs"
 
5105
+    test -z "$ac_dir" && ac_dir=.
 
5106
+    if test -f $ac_dir/$1; then
 
5107
+      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
 
5108
+      if test -n "$file_magic_test_file"; then
 
5109
+       case $deplibs_check_method in
 
5110
+       "file_magic "*)
 
5111
+         file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
 
5112
+         MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
5113
+         if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
 
5114
+           $EGREP "$file_magic_regex" > /dev/null; then
 
5115
+           :
 
5116
+         else
 
5117
+           cat <<_LT_EOF 1>&2
 
5118
 
 
5119
-# _LT_AC_LANG_CXX
 
5120
-# ---------------
 
5121
-AC_DEFUN([_LT_AC_LANG_CXX],
 
5122
-[AC_REQUIRE([AC_PROG_CXX])
 
5123
-AC_REQUIRE([_LT_AC_PROG_CXXCPP])
 
5124
-_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}CXX])
 
5125
-])# _LT_AC_LANG_CXX
 
5126
+*** Warning: the command libtool uses to detect shared libraries,
 
5127
+*** $file_magic_cmd, produces output that libtool cannot recognize.
 
5128
+*** The result is that libtool may fail to recognize shared libraries
 
5129
+*** as such.  This will affect the creation of libtool libraries that
 
5130
+*** depend on shared libraries, but programs linked with such libtool
 
5131
+*** libraries will work regardless of this problem.  Nevertheless, you
 
5132
+*** may want to report the problem to your system manager and/or to
 
5133
+*** bug-libtool@gnu.org
 
5134
 
 
5135
-# _LT_AC_PROG_CXXCPP
 
5136
-# ------------------
 
5137
-AC_DEFUN([_LT_AC_PROG_CXXCPP],
 
5138
-[
 
5139
-AC_REQUIRE([AC_PROG_CXX])
 
5140
-if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
 
5141
-    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
 
5142
-    (test "X$CXX" != "Xg++"))) ; then
 
5143
-  AC_PROG_CXXCPP
 
5144
+_LT_EOF
 
5145
+         fi ;;
 
5146
+       esac
 
5147
+      fi
 
5148
+      break
 
5149
+    fi
 
5150
+  done
 
5151
+  IFS="$lt_save_ifs"
 
5152
+  MAGIC_CMD="$lt_save_MAGIC_CMD"
 
5153
+  ;;
 
5154
+esac])
 
5155
+MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
5156
+if test -n "$MAGIC_CMD"; then
 
5157
+  AC_MSG_RESULT($MAGIC_CMD)
 
5158
+else
 
5159
+  AC_MSG_RESULT(no)
 
5160
 fi
 
5161
-])# _LT_AC_PROG_CXXCPP
 
5162
-
 
5163
-# AC_LIBTOOL_F77
 
5164
-# --------------
 
5165
-# enable support for Fortran 77 libraries
 
5166
-AC_DEFUN([AC_LIBTOOL_F77],
 
5167
-[AC_REQUIRE([_LT_AC_LANG_F77])
 
5168
-])# AC_LIBTOOL_F77
 
5169
-
 
5170
+_LT_DECL([], [MAGIC_CMD], [0],
 
5171
+        [Used to examine libraries when file_magic_cmd begins with "file"])dnl
 
5172
+])# _LT_PATH_TOOL_PREFIX
 
5173
 
 
5174
-# _LT_AC_LANG_F77
 
5175
-# ---------------
 
5176
-AC_DEFUN([_LT_AC_LANG_F77],
 
5177
-[AC_REQUIRE([AC_PROG_F77])
 
5178
-_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}F77])
 
5179
-])# _LT_AC_LANG_F77
 
5180
+# Old name:
 
5181
+AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX])
 
5182
+dnl aclocal-1.4 backwards compatibility:
 
5183
+dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], [])
 
5184
 
 
5185
 
 
5186
-# AC_LIBTOOL_GCJ
 
5187
+# _LT_PATH_MAGIC
 
5188
 # --------------
 
5189
-# enable support for GCJ libraries
 
5190
-AC_DEFUN([AC_LIBTOOL_GCJ],
 
5191
-[AC_REQUIRE([_LT_AC_LANG_GCJ])
 
5192
-])# AC_LIBTOOL_GCJ
 
5193
+# find a file program which can recognize a shared library
 
5194
+m4_defun([_LT_PATH_MAGIC],
 
5195
+[_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
 
5196
+if test -z "$lt_cv_path_MAGIC_CMD"; then
 
5197
+  if test -n "$ac_tool_prefix"; then
 
5198
+    _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
 
5199
+  else
 
5200
+    MAGIC_CMD=:
 
5201
+  fi
 
5202
+fi
 
5203
+])# _LT_PATH_MAGIC
 
5204
 
 
5205
 
 
5206
-# _LT_AC_LANG_GCJ
 
5207
-# ---------------
 
5208
-AC_DEFUN([_LT_AC_LANG_GCJ],
 
5209
-[AC_PROVIDE_IFELSE([AC_PROG_GCJ],[],
 
5210
-  [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],[],
 
5211
-    [AC_PROVIDE_IFELSE([LT_AC_PROG_GCJ],[],
 
5212
-      [ifdef([AC_PROG_GCJ],[AC_REQUIRE([AC_PROG_GCJ])],
 
5213
-        [ifdef([A][M_PROG_GCJ],[AC_REQUIRE([A][M_PROG_GCJ])],
 
5214
-          [AC_REQUIRE([A][C_PROG_GCJ_OR_A][M_PROG_GCJ])])])])])])
 
5215
-_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}GCJ])
 
5216
-])# _LT_AC_LANG_GCJ
 
5217
+# LT_PATH_LD
 
5218
+# ----------
 
5219
+# find the pathname to the GNU or non-GNU linker
 
5220
+AC_DEFUN([LT_PATH_LD],
 
5221
+[AC_REQUIRE([AC_PROG_CC])dnl
 
5222
+AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
5223
+AC_REQUIRE([AC_CANONICAL_BUILD])dnl
 
5224
+m4_require([_LT_DECL_SED])dnl
 
5225
+m4_require([_LT_DECL_EGREP])dnl
 
5226
 
 
5227
+AC_ARG_WITH([gnu-ld],
 
5228
+    [AS_HELP_STRING([--with-gnu-ld],
 
5229
+       [assume the C compiler uses GNU ld @<:@default=no@:>@])],
 
5230
+    [test "$withval" = no || with_gnu_ld=yes],
 
5231
+    [with_gnu_ld=no])dnl
 
5232
 
 
5233
-# AC_LIBTOOL_RC
 
5234
-# -------------
 
5235
-# enable support for Windows resource files
 
5236
-AC_DEFUN([AC_LIBTOOL_RC],
 
5237
-[AC_REQUIRE([LT_AC_PROG_RC])
 
5238
-_LT_AC_SHELL_INIT([tagnames=${tagnames+${tagnames},}RC])
 
5239
-])# AC_LIBTOOL_RC
 
5240
+ac_prog=ld
 
5241
+if test "$GCC" = yes; then
 
5242
+  # Check if gcc -print-prog-name=ld gives a path.
 
5243
+  AC_MSG_CHECKING([for ld used by $CC])
 
5244
+  case $host in
 
5245
+  *-*-mingw*)
 
5246
+    # gcc leaves a trailing carriage return which upsets mingw
 
5247
+    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
 
5248
+  *)
 
5249
+    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
 
5250
+  esac
 
5251
+  case $ac_prog in
 
5252
+    # Accept absolute paths.
 
5253
+    [[\\/]]* | ?:[[\\/]]*)
 
5254
+      re_direlt='/[[^/]][[^/]]*/\.\./'
 
5255
+      # Canonicalize the pathname of ld
 
5256
+      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
 
5257
+      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
 
5258
+       ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
 
5259
+      done
 
5260
+      test -z "$LD" && LD="$ac_prog"
 
5261
+      ;;
 
5262
+  "")
 
5263
+    # If it fails, then pretend we aren't using GCC.
 
5264
+    ac_prog=ld
 
5265
+    ;;
 
5266
+  *)
 
5267
+    # If it is relative, then search for the first ld in PATH.
 
5268
+    with_gnu_ld=unknown
 
5269
+    ;;
 
5270
+  esac
 
5271
+elif test "$with_gnu_ld" = yes; then
 
5272
+  AC_MSG_CHECKING([for GNU ld])
 
5273
+else
 
5274
+  AC_MSG_CHECKING([for non-GNU ld])
 
5275
+fi
 
5276
+AC_CACHE_VAL(lt_cv_path_LD,
 
5277
+[if test -z "$LD"; then
 
5278
+  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
5279
+  for ac_dir in $PATH; do
 
5280
+    IFS="$lt_save_ifs"
 
5281
+    test -z "$ac_dir" && ac_dir=.
 
5282
+    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
 
5283
+      lt_cv_path_LD="$ac_dir/$ac_prog"
 
5284
+      # Check to see if the program is GNU ld.  I'd rather use --version,
 
5285
+      # but apparently some variants of GNU ld only accept -v.
 
5286
+      # Break only if it was the GNU/non-GNU ld that we prefer.
 
5287
+      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
 
5288
+      *GNU* | *'with BFD'*)
 
5289
+       test "$with_gnu_ld" != no && break
 
5290
+       ;;
 
5291
+      *)
 
5292
+       test "$with_gnu_ld" != yes && break
 
5293
+       ;;
 
5294
+      esac
 
5295
+    fi
 
5296
+  done
 
5297
+  IFS="$lt_save_ifs"
 
5298
+else
 
5299
+  lt_cv_path_LD="$LD" # Let the user override the test with a path.
 
5300
+fi])
 
5301
+LD="$lt_cv_path_LD"
 
5302
+if test -n "$LD"; then
 
5303
+  AC_MSG_RESULT($LD)
 
5304
+else
 
5305
+  AC_MSG_RESULT(no)
 
5306
+fi
 
5307
+test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
 
5308
+_LT_PATH_LD_GNU
 
5309
+AC_SUBST([LD])
 
5310
 
 
5311
+_LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
 
5312
+])# LT_PATH_LD
 
5313
 
 
5314
-# AC_LIBTOOL_LANG_C_CONFIG
 
5315
-# ------------------------
 
5316
-# Ensure that the configuration vars for the C compiler are
 
5317
-# suitably defined.  Those variables are subsequently used by
 
5318
-# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
 
5319
-AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG], [_LT_AC_LANG_C_CONFIG])
 
5320
-AC_DEFUN([_LT_AC_LANG_C_CONFIG],
 
5321
-[lt_save_CC="$CC"
 
5322
-AC_LANG_PUSH(C)
 
5323
+# Old names:
 
5324
+AU_ALIAS([AM_PROG_LD], [LT_PATH_LD])
 
5325
+AU_ALIAS([AC_PROG_LD], [LT_PATH_LD])
 
5326
+dnl aclocal-1.4 backwards compatibility:
 
5327
+dnl AC_DEFUN([AM_PROG_LD], [])
 
5328
+dnl AC_DEFUN([AC_PROG_LD], [])
 
5329
+
 
5330
+
 
5331
+# _LT_PATH_LD_GNU
 
5332
+#- --------------
 
5333
+m4_defun([_LT_PATH_LD_GNU],
 
5334
+[AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
 
5335
+[# I'd rather use --version here, but apparently some GNU lds only accept -v.
 
5336
+case `$LD -v 2>&1 </dev/null` in
 
5337
+*GNU* | *'with BFD'*)
 
5338
+  lt_cv_prog_gnu_ld=yes
 
5339
+  ;;
 
5340
+*)
 
5341
+  lt_cv_prog_gnu_ld=no
 
5342
+  ;;
 
5343
+esac])
 
5344
+with_gnu_ld=$lt_cv_prog_gnu_ld
 
5345
+])# _LT_PATH_LD_GNU
 
5346
 
 
5347
-# Source file extension for C test sources.
 
5348
-ac_ext=c
 
5349
 
 
5350
-# Object file extension for compiled C test sources.
 
5351
-objext=o
 
5352
-_LT_AC_TAGVAR(objext, $1)=$objext
 
5353
+# _LT_CMD_RELOAD
 
5354
+# --------------
 
5355
+# find reload flag for linker
 
5356
+#   -- PORTME Some linkers may need a different reload flag.
 
5357
+m4_defun([_LT_CMD_RELOAD],
 
5358
+[AC_CACHE_CHECK([for $LD option to reload object files],
 
5359
+  lt_cv_ld_reload_flag,
 
5360
+  [lt_cv_ld_reload_flag='-r'])
 
5361
+reload_flag=$lt_cv_ld_reload_flag
 
5362
+case $reload_flag in
 
5363
+"" | " "*) ;;
 
5364
+*) reload_flag=" $reload_flag" ;;
 
5365
+esac
 
5366
+reload_cmds='$LD$reload_flag -o $output$reload_objs'
 
5367
+case $host_os in
 
5368
+  darwin*)
 
5369
+    if test "$GCC" = yes; then
 
5370
+      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
 
5371
+    else
 
5372
+      reload_cmds='$LD$reload_flag -o $output$reload_objs'
 
5373
+    fi
 
5374
+    ;;
 
5375
+esac
 
5376
+_LT_DECL([], [reload_flag], [1], [How to create reloadable object files])dnl
 
5377
+_LT_DECL([], [reload_cmds], [2])dnl
 
5378
+])# _LT_CMD_RELOAD
 
5379
 
 
5380
-# Code to be used in simple compile tests
 
5381
-lt_simple_compile_test_code="int some_variable = 0;"
 
5382
 
 
5383
-# Code to be used in simple link tests
 
5384
-lt_simple_link_test_code='int main(){return(0);}'
 
5385
+# _LT_CHECK_MAGIC_METHOD
 
5386
+# ----------------------
 
5387
+# how to check for library dependencies
 
5388
+#  -- PORTME fill in with the dynamic library characteristics
 
5389
+m4_defun([_LT_CHECK_MAGIC_METHOD],
 
5390
+[m4_require([_LT_DECL_EGREP])
 
5391
+AC_CACHE_CHECK([how to recognize dependent libraries],
 
5392
+lt_cv_deplibs_check_method,
 
5393
+[lt_cv_file_magic_cmd='$MAGIC_CMD'
 
5394
+lt_cv_file_magic_test_file=
 
5395
+lt_cv_deplibs_check_method='unknown'
 
5396
+# Need to set the preceding variable on all platforms that support
 
5397
+# interlibrary dependencies.
 
5398
+# 'none' -- dependencies not supported.
 
5399
+# `unknown' -- same as none, but documents that we really don't know.
 
5400
+# 'pass_all' -- all dependencies passed with no checks.
 
5401
+# 'test_compile' -- check by making test program.
 
5402
+# 'file_magic [[regex]]' -- check by looking for files in library path
 
5403
+# which responds to the $file_magic_cmd with a given extended regex.
 
5404
+# If you have `file' or equivalent on your system and you're not sure
 
5405
+# whether `pass_all' will *always* work, you probably want this one.
 
5406
 
 
5407
-_LT_AC_SYS_COMPILER
 
5408
+case $host_os in
 
5409
+aix[[4-9]]*)
 
5410
+  lt_cv_deplibs_check_method=pass_all
 
5411
+  ;;
 
5412
 
 
5413
-# save warnings/boilerplate of simple test code
 
5414
-_LT_COMPILER_BOILERPLATE
 
5415
-_LT_LINKER_BOILERPLATE
 
5416
+beos*)
 
5417
+  lt_cv_deplibs_check_method=pass_all
 
5418
+  ;;
 
5419
 
 
5420
-AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
 
5421
-AC_LIBTOOL_PROG_COMPILER_PIC($1)
 
5422
-AC_LIBTOOL_PROG_CC_C_O($1)
 
5423
-AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
 
5424
-AC_LIBTOOL_PROG_LD_SHLIBS($1)
 
5425
-AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 
5426
-AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
 
5427
-AC_LIBTOOL_SYS_LIB_STRIP
 
5428
-AC_LIBTOOL_DLOPEN_SELF
 
5429
-
 
5430
-# Report which library types will actually be built
 
5431
-AC_MSG_CHECKING([if libtool supports shared libraries])
 
5432
-AC_MSG_RESULT([$can_build_shared])
 
5433
+bsdi[[45]]*)
 
5434
+  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
 
5435
+  lt_cv_file_magic_cmd='/usr/bin/file -L'
 
5436
+  lt_cv_file_magic_test_file=/shlib/libc.so
 
5437
+  ;;
 
5438
 
 
5439
-AC_MSG_CHECKING([whether to build shared libraries])
 
5440
-test "$can_build_shared" = "no" && enable_shared=no
 
5441
+cygwin*)
 
5442
+  # func_win32_libid is a shell function defined in ltmain.sh
 
5443
+  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
 
5444
+  lt_cv_file_magic_cmd='func_win32_libid'
 
5445
+  ;;
 
5446
 
 
5447
-# On AIX, shared libraries and static libraries use the same namespace, and
 
5448
-# are all built from PIC.
 
5449
-case $host_os in
 
5450
-aix3*)
 
5451
-  test "$enable_shared" = yes && enable_static=no
 
5452
-  if test -n "$RANLIB"; then
 
5453
-    archive_cmds="$archive_cmds~\$RANLIB \$lib"
 
5454
-    postinstall_cmds='$RANLIB $lib'
 
5455
+mingw* | pw32*)
 
5456
+  # Base MSYS/MinGW do not provide the 'file' command needed by
 
5457
+  # func_win32_libid shell function, so use a weaker test based on 'objdump',
 
5458
+  # unless we find 'file', for example because we are cross-compiling.
 
5459
+  if ( file / ) >/dev/null 2>&1; then
 
5460
+    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
 
5461
+    lt_cv_file_magic_cmd='func_win32_libid'
 
5462
+  else
 
5463
+    lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
 
5464
+    lt_cv_file_magic_cmd='$OBJDUMP -f'
 
5465
   fi
 
5466
   ;;
 
5467
 
 
5468
-aix[[4-9]]*)
 
5469
-  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
 
5470
-    test "$enable_shared" = yes && enable_static=no
 
5471
-  fi
 
5472
-    ;;
 
5473
-esac
 
5474
-AC_MSG_RESULT([$enable_shared])
 
5475
+darwin* | rhapsody*)
 
5476
+  lt_cv_deplibs_check_method=pass_all
 
5477
+  ;;
 
5478
 
 
5479
-AC_MSG_CHECKING([whether to build static libraries])
 
5480
-# Make sure either enable_shared or enable_static is yes.
 
5481
-test "$enable_shared" = yes || enable_static=yes
 
5482
-AC_MSG_RESULT([$enable_static])
 
5483
+freebsd* | dragonfly*)
 
5484
+  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
 
5485
+    case $host_cpu in
 
5486
+    i*86 )
 
5487
+      # Not sure whether the presence of OpenBSD here was a mistake.
 
5488
+      # Let's accept both of them until this is cleared up.
 
5489
+      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
 
5490
+      lt_cv_file_magic_cmd=/usr/bin/file
 
5491
+      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
 
5492
+      ;;
 
5493
+    esac
 
5494
+  else
 
5495
+    lt_cv_deplibs_check_method=pass_all
 
5496
+  fi
 
5497
+  ;;
 
5498
 
 
5499
-AC_LIBTOOL_CONFIG($1)
 
5500
+gnu*)
 
5501
+  lt_cv_deplibs_check_method=pass_all
 
5502
+  ;;
 
5503
 
 
5504
-AC_LANG_POP
 
5505
-CC="$lt_save_CC"
 
5506
-])# AC_LIBTOOL_LANG_C_CONFIG
 
5507
+hpux10.20* | hpux11*)
 
5508
+  lt_cv_file_magic_cmd=/usr/bin/file
 
5509
+  case $host_cpu in
 
5510
+  ia64*)
 
5511
+    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
 
5512
+    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
 
5513
+    ;;
 
5514
+  hppa*64*)
 
5515
+    [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]']
 
5516
+    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
 
5517
+    ;;
 
5518
+  *)
 
5519
+    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
 
5520
+    lt_cv_file_magic_test_file=/usr/lib/libc.sl
 
5521
+    ;;
 
5522
+  esac
 
5523
+  ;;
 
5524
 
 
5525
+interix[[3-9]]*)
 
5526
+  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
 
5527
+  lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
 
5528
+  ;;
 
5529
 
 
5530
-# AC_LIBTOOL_LANG_CXX_CONFIG
 
5531
-# --------------------------
 
5532
-# Ensure that the configuration vars for the C compiler are
 
5533
-# suitably defined.  Those variables are subsequently used by
 
5534
-# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
 
5535
-AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG], [_LT_AC_LANG_CXX_CONFIG(CXX)])
 
5536
-AC_DEFUN([_LT_AC_LANG_CXX_CONFIG],
 
5537
-[AC_LANG_PUSH(C++)
 
5538
-AC_REQUIRE([AC_PROG_CXX])
 
5539
-AC_REQUIRE([_LT_AC_PROG_CXXCPP])
 
5540
-
 
5541
-_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
5542
-_LT_AC_TAGVAR(allow_undefined_flag, $1)=
 
5543
-_LT_AC_TAGVAR(always_export_symbols, $1)=no
 
5544
-_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
 
5545
-_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
 
5546
-_LT_AC_TAGVAR(hardcode_direct, $1)=no
 
5547
-_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
5548
-_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 
5549
-_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 
5550
-_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
 
5551
-_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
5552
-_LT_AC_TAGVAR(hardcode_automatic, $1)=no
 
5553
-_LT_AC_TAGVAR(module_cmds, $1)=
 
5554
-_LT_AC_TAGVAR(module_expsym_cmds, $1)=
 
5555
-_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
 
5556
-_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
5557
-_LT_AC_TAGVAR(no_undefined_flag, $1)=
 
5558
-_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
 
5559
-_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
 
5560
+irix5* | irix6* | nonstopux*)
 
5561
+  case $LD in
 
5562
+  *-32|*"-32 ") libmagic=32-bit;;
 
5563
+  *-n32|*"-n32 ") libmagic=N32;;
 
5564
+  *-64|*"-64 ") libmagic=64-bit;;
 
5565
+  *) libmagic=never-match;;
 
5566
+  esac
 
5567
+  lt_cv_deplibs_check_method=pass_all
 
5568
+  ;;
 
5569
 
 
5570
-# Dependencies to place before and after the object being linked:
 
5571
-_LT_AC_TAGVAR(predep_objects, $1)=
 
5572
-_LT_AC_TAGVAR(postdep_objects, $1)=
 
5573
-_LT_AC_TAGVAR(predeps, $1)=
 
5574
-_LT_AC_TAGVAR(postdeps, $1)=
 
5575
-_LT_AC_TAGVAR(compiler_lib_search_path, $1)=
 
5576
-_LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=
 
5577
+# This must be Linux ELF.
 
5578
+linux* | k*bsd*-gnu)
 
5579
+  lt_cv_deplibs_check_method=pass_all
 
5580
+  ;;
 
5581
 
 
5582
-# Source file extension for C++ test sources.
 
5583
-ac_ext=cpp
 
5584
+netbsd* | netbsdelf*-gnu)
 
5585
+  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
 
5586
+    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
 
5587
+  else
 
5588
+    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
 
5589
+  fi
 
5590
+  ;;
 
5591
 
 
5592
-# Object file extension for compiled C++ test sources.
 
5593
-objext=o
 
5594
-_LT_AC_TAGVAR(objext, $1)=$objext
 
5595
+newos6*)
 
5596
+  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
 
5597
+  lt_cv_file_magic_cmd=/usr/bin/file
 
5598
+  lt_cv_file_magic_test_file=/usr/lib/libnls.so
 
5599
+  ;;
 
5600
 
 
5601
-# Code to be used in simple compile tests
 
5602
-lt_simple_compile_test_code="int some_variable = 0;"
 
5603
+*nto* | *qnx*)
 
5604
+  lt_cv_deplibs_check_method=pass_all
 
5605
+  ;;
 
5606
 
 
5607
-# Code to be used in simple link tests
 
5608
-lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
 
5609
+openbsd*)
 
5610
+  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
5611
+    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
 
5612
+  else
 
5613
+    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
 
5614
+  fi
 
5615
+  ;;
 
5616
 
 
5617
-# ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
5618
-_LT_AC_SYS_COMPILER
 
5619
+osf3* | osf4* | osf5*)
 
5620
+  lt_cv_deplibs_check_method=pass_all
 
5621
+  ;;
 
5622
 
 
5623
-# save warnings/boilerplate of simple test code
 
5624
-_LT_COMPILER_BOILERPLATE
 
5625
-_LT_LINKER_BOILERPLATE
 
5626
+rdos*)
 
5627
+  lt_cv_deplibs_check_method=pass_all
 
5628
+  ;;
 
5629
 
 
5630
-# Allow CC to be a program name with arguments.
 
5631
-lt_save_CC=$CC
 
5632
-lt_save_LD=$LD
 
5633
-lt_save_GCC=$GCC
 
5634
-GCC=$GXX
 
5635
-lt_save_with_gnu_ld=$with_gnu_ld
 
5636
-lt_save_path_LD=$lt_cv_path_LD
 
5637
-if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
 
5638
-  lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
 
5639
-else
 
5640
-  $as_unset lt_cv_prog_gnu_ld
 
5641
-fi
 
5642
-if test -n "${lt_cv_path_LDCXX+set}"; then
 
5643
-  lt_cv_path_LD=$lt_cv_path_LDCXX
 
5644
-else
 
5645
-  $as_unset lt_cv_path_LD
 
5646
-fi
 
5647
-test -z "${LDCXX+set}" || LD=$LDCXX
 
5648
-CC=${CXX-"c++"}
 
5649
-compiler=$CC
 
5650
-_LT_AC_TAGVAR(compiler, $1)=$CC
 
5651
-_LT_CC_BASENAME([$compiler])
 
5652
+solaris*)
 
5653
+  lt_cv_deplibs_check_method=pass_all
 
5654
+  ;;
 
5655
+
 
5656
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
 
5657
+  lt_cv_deplibs_check_method=pass_all
 
5658
+  ;;
 
5659
+
 
5660
+sysv4 | sysv4.3*)
 
5661
+  case $host_vendor in
 
5662
+  motorola)
 
5663
+    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]]'
 
5664
+    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
 
5665
+    ;;
 
5666
+  ncr)
 
5667
+    lt_cv_deplibs_check_method=pass_all
 
5668
+    ;;
 
5669
+  sequent)
 
5670
+    lt_cv_file_magic_cmd='/bin/file'
 
5671
+    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
 
5672
+    ;;
 
5673
+  sni)
 
5674
+    lt_cv_file_magic_cmd='/bin/file'
 
5675
+    lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
 
5676
+    lt_cv_file_magic_test_file=/lib/libc.so
 
5677
+    ;;
 
5678
+  siemens)
 
5679
+    lt_cv_deplibs_check_method=pass_all
 
5680
+    ;;
 
5681
+  pc)
 
5682
+    lt_cv_deplibs_check_method=pass_all
 
5683
+    ;;
 
5684
+  esac
 
5685
+  ;;
 
5686
 
 
5687
-# We don't want -fno-exception wen compiling C++ code, so set the
 
5688
-# no_builtin_flag separately
 
5689
-if test "$GXX" = yes; then
 
5690
-  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
 
5691
+tpf*)
 
5692
+  lt_cv_deplibs_check_method=pass_all
 
5693
+  ;;
 
5694
+esac
 
5695
+])
 
5696
+file_magic_cmd=$lt_cv_file_magic_cmd
 
5697
+deplibs_check_method=$lt_cv_deplibs_check_method
 
5698
+test -z "$deplibs_check_method" && deplibs_check_method=unknown
 
5699
+
 
5700
+_LT_DECL([], [deplibs_check_method], [1],
 
5701
+    [Method to check whether dependent libraries are shared objects])
 
5702
+_LT_DECL([], [file_magic_cmd], [1],
 
5703
+    [Command to use when deplibs_check_method == "file_magic"])
 
5704
+])# _LT_CHECK_MAGIC_METHOD
 
5705
+
 
5706
+
 
5707
+# LT_PATH_NM
 
5708
+# ----------
 
5709
+# find the pathname to a BSD- or MS-compatible name lister
 
5710
+AC_DEFUN([LT_PATH_NM],
 
5711
+[AC_REQUIRE([AC_PROG_CC])dnl
 
5712
+AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
 
5713
+[if test -n "$NM"; then
 
5714
+  # Let the user override the test.
 
5715
+  lt_cv_path_NM="$NM"
 
5716
+else
 
5717
+  lt_nm_to_check="${ac_tool_prefix}nm"
 
5718
+  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
 
5719
+    lt_nm_to_check="$lt_nm_to_check nm"
 
5720
+  fi
 
5721
+  for lt_tmp_nm in $lt_nm_to_check; do
 
5722
+    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
5723
+    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
 
5724
+      IFS="$lt_save_ifs"
 
5725
+      test -z "$ac_dir" && ac_dir=.
 
5726
+      tmp_nm="$ac_dir/$lt_tmp_nm"
 
5727
+      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
 
5728
+       # Check to see if the nm accepts a BSD-compat flag.
 
5729
+       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
 
5730
+       #   nm: unknown option "B" ignored
 
5731
+       # Tru64's nm complains that /dev/null is an invalid object file
 
5732
+       case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
 
5733
+       */dev/null* | *'Invalid file or object type'*)
 
5734
+         lt_cv_path_NM="$tmp_nm -B"
 
5735
+         break
 
5736
+         ;;
 
5737
+       *)
 
5738
+         case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
 
5739
+         */dev/null*)
 
5740
+           lt_cv_path_NM="$tmp_nm -p"
 
5741
+           break
 
5742
+           ;;
 
5743
+         *)
 
5744
+           lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
 
5745
+           continue # so that we can try to find one that supports BSD flags
 
5746
+           ;;
 
5747
+         esac
 
5748
+         ;;
 
5749
+       esac
 
5750
+      fi
 
5751
+    done
 
5752
+    IFS="$lt_save_ifs"
 
5753
+  done
 
5754
+  : ${lt_cv_path_NM=no}
 
5755
+fi])
 
5756
+if test "$lt_cv_path_NM" != "no"; then
 
5757
+  NM="$lt_cv_path_NM"
 
5758
 else
 
5759
-  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
 
5760
+  # Didn't find any BSD compatible name lister, look for dumpbin.
 
5761
+  AC_CHECK_TOOLS(DUMPBIN, ["dumpbin -symbols" "link -dump -symbols"], :)
 
5762
+  AC_SUBST([DUMPBIN])
 
5763
+  if test "$DUMPBIN" != ":"; then
 
5764
+    NM="$DUMPBIN"
 
5765
+  fi
 
5766
 fi
 
5767
+test -z "$NM" && NM=nm
 
5768
+AC_SUBST([NM])
 
5769
+_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
 
5770
 
 
5771
-if test "$GXX" = yes; then
 
5772
-  # Set up default GNU C++ configuration
 
5773
+AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
 
5774
+  [lt_cv_nm_interface="BSD nm"
 
5775
+  echo "int some_variable = 0;" > conftest.$ac_ext
 
5776
+  (eval echo "\"\$as_me:__oline__: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
 
5777
+  (eval "$ac_compile" 2>conftest.err)
 
5778
+  cat conftest.err >&AS_MESSAGE_LOG_FD
 
5779
+  (eval echo "\"\$as_me:__oline__: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
 
5780
+  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
 
5781
+  cat conftest.err >&AS_MESSAGE_LOG_FD
 
5782
+  (eval echo "\"\$as_me:__oline__: output\"" >&AS_MESSAGE_LOG_FD)
 
5783
+  cat conftest.out >&AS_MESSAGE_LOG_FD
 
5784
+  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
 
5785
+    lt_cv_nm_interface="MS dumpbin"
 
5786
+  fi
 
5787
+  rm -f conftest*])
 
5788
+])# LT_PATH_NM
 
5789
+
 
5790
+# Old names:
 
5791
+AU_ALIAS([AM_PROG_NM], [LT_PATH_NM])
 
5792
+AU_ALIAS([AC_PROG_NM], [LT_PATH_NM])
 
5793
+dnl aclocal-1.4 backwards compatibility:
 
5794
+dnl AC_DEFUN([AM_PROG_NM], [])
 
5795
+dnl AC_DEFUN([AC_PROG_NM], [])
 
5796
 
 
5797
-  AC_PROG_LD
 
5798
 
 
5799
-  # Check if GNU C++ uses GNU ld as the underlying linker, since the
 
5800
-  # archiving commands below assume that GNU ld is being used.
 
5801
-  if test "$with_gnu_ld" = yes; then
 
5802
-    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
5803
-    _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
5804
+# LT_LIB_M
 
5805
+# --------
 
5806
+# check for math library
 
5807
+AC_DEFUN([LT_LIB_M],
 
5808
+[AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
5809
+LIBM=
 
5810
+case $host in
 
5811
+*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
 
5812
+  # These system don't have libm, or don't need it
 
5813
+  ;;
 
5814
+*-ncr-sysv4.3*)
 
5815
+  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
 
5816
+  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
 
5817
+  ;;
 
5818
+*)
 
5819
+  AC_CHECK_LIB(m, cos, LIBM="-lm")
 
5820
+  ;;
 
5821
+esac
 
5822
+AC_SUBST([LIBM])
 
5823
+])# LT_LIB_M
 
5824
 
 
5825
-    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
 
5826
-    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
5827
+# Old name:
 
5828
+AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M])
 
5829
+dnl aclocal-1.4 backwards compatibility:
 
5830
+dnl AC_DEFUN([AC_CHECK_LIBM], [])
 
5831
 
 
5832
-    # If archive_cmds runs LD, not CC, wlarc should be empty
 
5833
-    # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
 
5834
-    #     investigate it a little bit more. (MM)
 
5835
-    wlarc='${wl}'
 
5836
 
 
5837
-    # ancient GNU ld didn't support --whole-archive et. al.
 
5838
-    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
 
5839
-       grep 'no-whole-archive' > /dev/null; then
 
5840
-      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
5841
-    else
 
5842
-      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
 
5843
-    fi
 
5844
-  else
 
5845
-    with_gnu_ld=no
 
5846
-    wlarc=
 
5847
+# _LT_COMPILER_NO_RTTI([TAGNAME])
 
5848
+# -------------------------------
 
5849
+m4_defun([_LT_COMPILER_NO_RTTI],
 
5850
+[m4_require([_LT_TAG_COMPILER])dnl
 
5851
 
 
5852
-    # A generic and very simple default shared library creation
 
5853
-    # command for GNU C++ for the case where it uses the native
 
5854
-    # linker, instead of GNU ld.  If possible, this setting should
 
5855
-    # overridden to take advantage of the native linker features on
 
5856
-    # the platform it is being used on.
 
5857
-    _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
 
5858
-  fi
 
5859
+_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
 
5860
 
 
5861
-  # Commands to make compiler produce verbose output that lists
 
5862
-  # what "hidden" libraries, object files and flags are used when
 
5863
-  # linking a shared library.
 
5864
-  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
 
5865
+if test "$GCC" = yes; then
 
5866
+  _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
 
5867
 
 
5868
-else
 
5869
-  GXX=no
 
5870
-  with_gnu_ld=no
 
5871
-  wlarc=
 
5872
+  _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
 
5873
+    lt_cv_prog_compiler_rtti_exceptions,
 
5874
+    [-fno-rtti -fno-exceptions], [],
 
5875
+    [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
 
5876
 fi
 
5877
+_LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1],
 
5878
+       [Compiler flag to turn off builtin functions])
 
5879
+])# _LT_COMPILER_NO_RTTI
 
5880
 
 
5881
-# PORTME: fill in a description of your system's C++ link characteristics
 
5882
-AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
 
5883
-_LT_AC_TAGVAR(ld_shlibs, $1)=yes
 
5884
-case $host_os in
 
5885
-  aix3*)
 
5886
-    # FIXME: insert proper C++ library support
 
5887
-    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
5888
-    ;;
 
5889
-  aix[[4-9]]*)
 
5890
-    if test "$host_cpu" = ia64; then
 
5891
-      # On IA64, the linker does run time linking by default, so we don't
 
5892
-      # have to do anything special.
 
5893
-      aix_use_runtimelinking=no
 
5894
-      exp_sym_flag='-Bexport'
 
5895
-      no_entry_flag=""
 
5896
-    else
 
5897
-      aix_use_runtimelinking=no
 
5898
 
 
5899
-      # Test if we are trying to use run time linking or normal
 
5900
-      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
 
5901
-      # need to do runtime linking.
 
5902
-      case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
 
5903
-       for ld_flag in $LDFLAGS; do
 
5904
-         case $ld_flag in
 
5905
-         *-brtl*)
 
5906
-           aix_use_runtimelinking=yes
 
5907
-           break
 
5908
-           ;;
 
5909
-         esac
 
5910
-       done
 
5911
-       ;;
 
5912
-      esac
 
5913
+# _LT_CMD_GLOBAL_SYMBOLS
 
5914
+# ----------------------
 
5915
+m4_defun([_LT_CMD_GLOBAL_SYMBOLS],
 
5916
+[AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
5917
+AC_REQUIRE([AC_PROG_CC])dnl
 
5918
+AC_REQUIRE([LT_PATH_NM])dnl
 
5919
+AC_REQUIRE([LT_PATH_LD])dnl
 
5920
+m4_require([_LT_DECL_SED])dnl
 
5921
+m4_require([_LT_DECL_EGREP])dnl
 
5922
+m4_require([_LT_TAG_COMPILER])dnl
 
5923
 
 
5924
-      exp_sym_flag='-bexport'
 
5925
-      no_entry_flag='-bnoentry'
 
5926
-    fi
 
5927
+# Check for command to grab the raw symbol name followed by C symbol from nm.
 
5928
+AC_MSG_CHECKING([command to parse $NM output from $compiler object])
 
5929
+AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
 
5930
+[
 
5931
+# These are sane defaults that work on at least a few old systems.
 
5932
+# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
 
5933
 
 
5934
-    # When large executables or shared objects are built, AIX ld can
 
5935
-    # have problems creating the table of contents.  If linking a library
 
5936
-    # or program results in "error TOC overflow" add -mminimal-toc to
 
5937
-    # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
 
5938
-    # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
 
5939
-
 
5940
-    _LT_AC_TAGVAR(archive_cmds, $1)=''
 
5941
-    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
5942
-    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
 
5943
-    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
5944
+# Character class describing NM global symbol codes.
 
5945
+symcode='[[BCDEGRST]]'
 
5946
 
 
5947
-    if test "$GXX" = yes; then
 
5948
-      case $host_os in aix4.[[012]]|aix4.[[012]].*)
 
5949
-      # We only want to do this on AIX 4.2 and lower, the check
 
5950
-      # below for broken collect2 doesn't work under 4.3+
 
5951
-       collect2name=`${CC} -print-prog-name=collect2`
 
5952
-       if test -f "$collect2name" && \
 
5953
-          strings "$collect2name" | grep resolve_lib_name >/dev/null
 
5954
-       then
 
5955
-         # We have reworked collect2
 
5956
-         :
 
5957
-       else
 
5958
-         # We have old collect2
 
5959
-         _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
 
5960
-         # It fails to find uninstalled libraries when the uninstalled
 
5961
-         # path is not listed in the libpath.  Setting hardcode_minus_L
 
5962
-         # to unsupported forces relinking
 
5963
-         _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
5964
-         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
5965
-         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 
5966
-       fi
 
5967
-       ;;
 
5968
-      esac
 
5969
-      shared_flag='-shared'
 
5970
-      if test "$aix_use_runtimelinking" = yes; then
 
5971
-       shared_flag="$shared_flag "'${wl}-G'
 
5972
-      fi
 
5973
-    else
 
5974
-      # not using gcc
 
5975
-      if test "$host_cpu" = ia64; then
 
5976
-       # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
 
5977
-       # chokes on -Wl,-G. The following line is correct:
 
5978
-       shared_flag='-G'
 
5979
-      else
 
5980
-       if test "$aix_use_runtimelinking" = yes; then
 
5981
-         shared_flag='${wl}-G'
 
5982
-       else
 
5983
-         shared_flag='${wl}-bM:SRE'
 
5984
-       fi
 
5985
-      fi
 
5986
-    fi
 
5987
+# Regexp to match symbols that can be accessed directly from C.
 
5988
+sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
 
5989
 
 
5990
-    # It seems that -bexpall does not export symbols beginning with
 
5991
-    # underscore (_), so it is better to generate a list of symbols to export.
 
5992
-    _LT_AC_TAGVAR(always_export_symbols, $1)=yes
 
5993
-    if test "$aix_use_runtimelinking" = yes; then
 
5994
-      # Warning - without using the other runtime loading flags (-brtl),
 
5995
-      # -berok will link without error, but may produce a broken library.
 
5996
-      _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
 
5997
-      # Determine the default libpath from the value encoded in an empty executable.
 
5998
-      _LT_AC_SYS_LIBPATH_AIX
 
5999
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
6000
+# Define system-specific variables.
 
6001
+case $host_os in
 
6002
+aix*)
 
6003
+  symcode='[[BCDT]]'
 
6004
+  ;;
 
6005
+cygwin* | mingw* | pw32*)
 
6006
+  symcode='[[ABCDGISTW]]'
 
6007
+  ;;
 
6008
+hpux*)
 
6009
+  if test "$host_cpu" = ia64; then
 
6010
+    symcode='[[ABCDEGRST]]'
 
6011
+  fi
 
6012
+  ;;
 
6013
+irix* | nonstopux*)
 
6014
+  symcode='[[BCDEGRST]]'
 
6015
+  ;;
 
6016
+osf*)
 
6017
+  symcode='[[BCDEGQRST]]'
 
6018
+  ;;
 
6019
+solaris*)
 
6020
+  symcode='[[BDRT]]'
 
6021
+  ;;
 
6022
+sco3.2v5*)
 
6023
+  symcode='[[DT]]'
 
6024
+  ;;
 
6025
+sysv4.2uw2*)
 
6026
+  symcode='[[DT]]'
 
6027
+  ;;
 
6028
+sysv5* | sco5v6* | unixware* | OpenUNIX*)
 
6029
+  symcode='[[ABDT]]'
 
6030
+  ;;
 
6031
+sysv4)
 
6032
+  symcode='[[DFNSTU]]'
 
6033
+  ;;
 
6034
+esac
 
6035
 
 
6036
-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
 
6037
-     else
 
6038
-      if test "$host_cpu" = ia64; then
 
6039
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
 
6040
-       _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
 
6041
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
 
6042
-      else
 
6043
-       # Determine the default libpath from the value encoded in an empty executable.
 
6044
-       _LT_AC_SYS_LIBPATH_AIX
 
6045
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
6046
-       # Warning - without using the other run time loading flags,
 
6047
-       # -berok will link without error, but may produce a broken library.
 
6048
-       _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
 
6049
-       _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
 
6050
-       # Exported symbols can be pulled into shared objects from archives
 
6051
-       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
 
6052
-       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
 
6053
-       # This is similar to how AIX traditionally builds its shared libraries.
 
6054
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
 
6055
-      fi
 
6056
-    fi
 
6057
-    ;;
 
6058
+# If we're using GNU nm, then use its standard symbol codes.
 
6059
+case `$NM -V 2>&1` in
 
6060
+*GNU* | *'with BFD'*)
 
6061
+  symcode='[[ABCDGIRSTW]]' ;;
 
6062
+esac
 
6063
 
 
6064
-  beos*)
 
6065
-    if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
6066
-      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
6067
-      # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
 
6068
-      # support --undefined.  This deserves some investigation.  FIXME
 
6069
-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
6070
-    else
 
6071
-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
6072
-    fi
 
6073
-    ;;
 
6074
+# Transform an extracted symbol line into a proper C declaration.
 
6075
+# Some systems (esp. on ia64) link data and code symbols differently,
 
6076
+# so use this general approach.
 
6077
+lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
 
6078
 
 
6079
-  chorus*)
 
6080
-    case $cc_basename in
 
6081
-      *)
 
6082
-       # FIXME: insert proper C++ library support
 
6083
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
6084
-       ;;
 
6085
-    esac
 
6086
-    ;;
 
6087
+# Transform an extracted symbol line into symbol name and symbol address
 
6088
+lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (void *) \&\2},/p'"
 
6089
+lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \(lib[[^ ]]*\)$/  {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"lib\2\", (void *) \&\2},/p'"
 
6090
 
 
6091
-  cygwin* | mingw* | pw32*)
 
6092
-    # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
 
6093
-    # as there is no search path for DLLs.
 
6094
-    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
6095
-    _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
6096
-    _LT_AC_TAGVAR(always_export_symbols, $1)=no
 
6097
-    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
6098
-
 
6099
-    if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
 
6100
-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
6101
-      # If the export-symbols file already is a .def file (1st line
 
6102
-      # is EXPORTS), use it as is; otherwise, prepend...
 
6103
-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
6104
-       cp $export_symbols $output_objdir/$soname.def;
 
6105
-      else
 
6106
-       echo EXPORTS > $output_objdir/$soname.def;
 
6107
-       cat $export_symbols >> $output_objdir/$soname.def;
 
6108
-      fi~
 
6109
-      $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
6110
-    else
 
6111
-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
6112
-    fi
 
6113
+# Handle CRLF in mingw tool chain
 
6114
+opt_cr=
 
6115
+case $build_os in
 
6116
+mingw*)
 
6117
+  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
 
6118
   ;;
 
6119
-      darwin* | rhapsody*)
 
6120
-      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
6121
-      _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
6122
-      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
 
6123
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
6124
-      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
 
6125
-      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
6126
-      _LT_AC_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
 
6127
-      if test "$GXX" = yes ; then
 
6128
-      output_verbose_link_cmd='echo'
 
6129
-      _LT_AC_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
 
6130
-      _LT_AC_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
 
6131
-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
 
6132
-      _LT_AC_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
 
6133
-      if test "$lt_cv_apple_cc_single_mod" != "yes"; then
 
6134
-        _LT_AC_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
 
6135
-        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
 
6136
-      fi
 
6137
-      else
 
6138
-      case $cc_basename in
 
6139
-        xlc*)
 
6140
-         output_verbose_link_cmd='echo'
 
6141
-          _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
 
6142
-          _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
6143
-          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
 
6144
-          _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
6145
-          _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
6146
-          ;;
 
6147
-       *)
 
6148
-         _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
6149
-          ;;
 
6150
-      esac
 
6151
-      fi
 
6152
-        ;;
 
6153
+esac
 
6154
 
 
6155
-  dgux*)
 
6156
-    case $cc_basename in
 
6157
-      ec++*)
 
6158
-       # FIXME: insert proper C++ library support
 
6159
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
6160
-       ;;
 
6161
-      ghcx*)
 
6162
-       # Green Hills C++ Compiler
 
6163
-       # FIXME: insert proper C++ library support
 
6164
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
6165
-       ;;
 
6166
-      *)
 
6167
-       # FIXME: insert proper C++ library support
 
6168
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
6169
-       ;;
 
6170
-    esac
 
6171
-    ;;
 
6172
-  freebsd[[12]]*)
 
6173
-    # C++ shared libraries reported to be fairly broken before switch to ELF
 
6174
-    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
6175
-    ;;
 
6176
-  freebsd-elf*)
 
6177
-    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
6178
-    ;;
 
6179
-  freebsd* | dragonfly*)
 
6180
-    # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
 
6181
-    # conventions
 
6182
-    _LT_AC_TAGVAR(ld_shlibs, $1)=yes
 
6183
-    ;;
 
6184
-  gnu*)
 
6185
-    ;;
 
6186
-  hpux9*)
 
6187
-    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
6188
-    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
6189
-    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
6190
-    _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
6191
-    _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
 
6192
-                               # but as the default
 
6193
-                               # location of the library.
 
6194
-
 
6195
-    case $cc_basename in
 
6196
-    CC*)
 
6197
-      # FIXME: insert proper C++ library support
 
6198
-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
6199
-      ;;
 
6200
-    aCC*)
 
6201
-      _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
6202
-      # Commands to make compiler produce verbose output that lists
 
6203
-      # what "hidden" libraries, object files and flags are used when
 
6204
-      # linking a shared library.
 
6205
-      #
 
6206
-      # There doesn't appear to be a way to prevent this compiler from
 
6207
-      # explicitly linking system object files so we need to strip them
 
6208
-      # from the output so that they don't get included in the library
 
6209
-      # dependencies.
 
6210
-      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[[-]]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
 
6211
-      ;;
 
6212
-    *)
 
6213
-      if test "$GXX" = yes; then
 
6214
-        _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
6215
+# Try without a prefix underscore, then with it.
 
6216
+for ac_symprfx in "" "_"; do
 
6217
+
 
6218
+  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
 
6219
+  symxfrm="\\1 $ac_symprfx\\2 \\2"
 
6220
+
 
6221
+  # Write the raw and C identifiers.
 
6222
+  if test "$lt_cv_nm_interface" = "MS dumpbin"; then
 
6223
+    # Fake it for dumpbin and say T for any non-static function
 
6224
+    # and D for any global variable.
 
6225
+    # Also find C++ and __fastcall symbols from MSVC++,
 
6226
+    # which start with @ or ?.
 
6227
+    lt_cv_sys_global_symbol_pipe="$AWK ['"\
 
6228
+"     {last_section=section; section=\$ 3};"\
 
6229
+"     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
 
6230
+"     \$ 0!~/External *\|/{next};"\
 
6231
+"     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
 
6232
+"     {if(hide[section]) next};"\
 
6233
+"     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
 
6234
+"     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
 
6235
+"     s[1]~/^[@?]/{print s[1], s[1]; next};"\
 
6236
+"     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
 
6237
+"     ' prfx=^$ac_symprfx]"
 
6238
+  else
 
6239
+    lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[    ]]\($symcode$symcode*\)[[       ]][[    ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
 
6240
+  fi
 
6241
+
 
6242
+  # Check to see that the pipe works correctly.
 
6243
+  pipe_works=no
 
6244
+
 
6245
+  rm -f conftest*
 
6246
+  cat > conftest.$ac_ext <<_LT_EOF
 
6247
+#ifdef __cplusplus
 
6248
+extern "C" {
 
6249
+#endif
 
6250
+char nm_test_var;
 
6251
+void nm_test_func(void);
 
6252
+void nm_test_func(void){}
 
6253
+#ifdef __cplusplus
 
6254
+}
 
6255
+#endif
 
6256
+int main(){nm_test_var='a';nm_test_func();return(0);}
 
6257
+_LT_EOF
 
6258
+
 
6259
+  if AC_TRY_EVAL(ac_compile); then
 
6260
+    # Now try to grab the symbols.
 
6261
+    nlist=conftest.nm
 
6262
+    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
 
6263
+      # Try sorting and uniquifying the output.
 
6264
+      if sort "$nlist" | uniq > "$nlist"T; then
 
6265
+       mv -f "$nlist"T "$nlist"
 
6266
       else
 
6267
-        # FIXME: insert proper C++ library support
 
6268
-        _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
6269
+       rm -f "$nlist"T
 
6270
+      fi
 
6271
+
 
6272
+      # Make sure that we snagged all the symbols we need.
 
6273
+      if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
 
6274
+       if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
 
6275
+         cat <<_LT_EOF > conftest.$ac_ext
 
6276
+#ifdef __cplusplus
 
6277
+extern "C" {
 
6278
+#endif
 
6279
+
 
6280
+_LT_EOF
 
6281
+         # Now generate the symbol file.
 
6282
+         eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
 
6283
+
 
6284
+         cat <<_LT_EOF >> conftest.$ac_ext
 
6285
+
 
6286
+/* The mapping between symbol names and symbols.  */
 
6287
+const struct {
 
6288
+  const char *name;
 
6289
+  void       *address;
 
6290
+}
 
6291
+lt__PROGRAM__LTX_preloaded_symbols[[]] =
 
6292
+{
 
6293
+  { "@PROGRAM@", (void *) 0 },
 
6294
+_LT_EOF
 
6295
+         $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
 
6296
+         cat <<\_LT_EOF >> conftest.$ac_ext
 
6297
+  {0, (void *) 0}
 
6298
+};
 
6299
+
 
6300
+/* This works around a problem in FreeBSD linker */
 
6301
+#ifdef FREEBSD_WORKAROUND
 
6302
+static const void *lt_preloaded_setup() {
 
6303
+  return lt__PROGRAM__LTX_preloaded_symbols;
 
6304
+}
 
6305
+#endif
 
6306
+
 
6307
+#ifdef __cplusplus
 
6308
+}
 
6309
+#endif
 
6310
+_LT_EOF
 
6311
+         # Now try linking the two files.
 
6312
+         mv conftest.$ac_objext conftstm.$ac_objext
 
6313
+         lt_save_LIBS="$LIBS"
 
6314
+         lt_save_CFLAGS="$CFLAGS"
 
6315
+         LIBS="conftstm.$ac_objext"
 
6316
+         CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
 
6317
+         if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
 
6318
+           pipe_works=yes
 
6319
+         fi
 
6320
+         LIBS="$lt_save_LIBS"
 
6321
+         CFLAGS="$lt_save_CFLAGS"
 
6322
+       else
 
6323
+         echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
 
6324
+       fi
 
6325
+      else
 
6326
+       echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
 
6327
+      fi
 
6328
+    else
 
6329
+      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
 
6330
+    fi
 
6331
+  else
 
6332
+    echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
 
6333
+    cat conftest.$ac_ext >&5
 
6334
+  fi
 
6335
+  rm -rf conftest* conftst*
 
6336
+
 
6337
+  # Do not use the global_symbol_pipe unless it works.
 
6338
+  if test "$pipe_works" = yes; then
 
6339
+    break
 
6340
+  else
 
6341
+    lt_cv_sys_global_symbol_pipe=
 
6342
+  fi
 
6343
+done
 
6344
+])
 
6345
+if test -z "$lt_cv_sys_global_symbol_pipe"; then
 
6346
+  lt_cv_sys_global_symbol_to_cdecl=
 
6347
+fi
 
6348
+if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
 
6349
+  AC_MSG_RESULT(failed)
 
6350
+else
 
6351
+  AC_MSG_RESULT(ok)
 
6352
+fi
 
6353
+
 
6354
+_LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1],
 
6355
+    [Take the output of nm and produce a listing of raw symbols and C names])
 
6356
+_LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1],
 
6357
+    [Transform the output of nm in a proper C declaration])
 
6358
+_LT_DECL([global_symbol_to_c_name_address],
 
6359
+    [lt_cv_sys_global_symbol_to_c_name_address], [1],
 
6360
+    [Transform the output of nm in a C name address pair])
 
6361
+_LT_DECL([global_symbol_to_c_name_address_lib_prefix],
 
6362
+    [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1],
 
6363
+    [Transform the output of nm in a C name address pair when lib prefix is needed])
 
6364
+]) # _LT_CMD_GLOBAL_SYMBOLS
 
6365
+
 
6366
+
 
6367
+# _LT_COMPILER_PIC([TAGNAME])
 
6368
+# ---------------------------
 
6369
+m4_defun([_LT_COMPILER_PIC],
 
6370
+[m4_require([_LT_TAG_COMPILER])dnl
 
6371
+_LT_TAGVAR(lt_prog_compiler_wl, $1)=
 
6372
+_LT_TAGVAR(lt_prog_compiler_pic, $1)=
 
6373
+_LT_TAGVAR(lt_prog_compiler_static, $1)=
 
6374
+
 
6375
+AC_MSG_CHECKING([for $compiler option to produce PIC])
 
6376
+m4_if([$1], [CXX], [
 
6377
+  # C++ specific cases for pic, static, wl, etc.
 
6378
+  if test "$GXX" = yes; then
 
6379
+    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
6380
+    _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
6381
+
 
6382
+    case $host_os in
 
6383
+    aix*)
 
6384
+      # All AIX code is PIC.
 
6385
+      if test "$host_cpu" = ia64; then
 
6386
+       # AIX 5 now supports IA64 processor
 
6387
+       _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
6388
       fi
 
6389
       ;;
 
6390
-    esac
 
6391
-    ;;
 
6392
-  hpux10*|hpux11*)
 
6393
-    if test $with_gnu_ld = no; then
 
6394
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
6395
-      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
6396
 
 
6397
+    amigaos*)
 
6398
       case $host_cpu in
 
6399
-      hppa*64*|ia64*) ;;
 
6400
-      *)
 
6401
-       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
6402
+      powerpc)
 
6403
+            # see comment about AmigaOS4 .so support
 
6404
+            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
6405
+        ;;
 
6406
+      m68k)
 
6407
+            # FIXME: we need at least 68020 code to build shared libraries, but
 
6408
+            # adding the `-m68020' flag to GCC prevents building anything better,
 
6409
+            # like `-m68040'.
 
6410
+            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
 
6411
         ;;
 
6412
       esac
 
6413
-    fi
 
6414
-    case $host_cpu in
 
6415
-    hppa*64*|ia64*)
 
6416
-      _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
6417
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
6418
+      ;;
 
6419
+
 
6420
+    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
6421
+      # PIC is the default for these OSes.
 
6422
+      ;;
 
6423
+    mingw* | cygwin* | os2* | pw32*)
 
6424
+      # This hack is so that the source file can tell whether it is being
 
6425
+      # built for inclusion in a dll (and should export symbols for example).
 
6426
+      # Although the cygwin gcc ignores -fPIC, still need this for old-style
 
6427
+      # (--disable-auto-import) libraries
 
6428
+      m4_if([$1], [GCJ], [],
 
6429
+       [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
 
6430
+      ;;
 
6431
+    darwin* | rhapsody*)
 
6432
+      # PIC is the default on this platform
 
6433
+      # Common symbols not allowed in MH_DYLIB files
 
6434
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
 
6435
+      ;;
 
6436
+    *djgpp*)
 
6437
+      # DJGPP does not support shared libraries at all
 
6438
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)=
 
6439
+      ;;
 
6440
+    interix[[3-9]]*)
 
6441
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
 
6442
+      # Instead, we relocate shared libraries at runtime.
 
6443
+      ;;
 
6444
+    sysv4*MP*)
 
6445
+      if test -d /usr/nec; then
 
6446
+       _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
 
6447
+      fi
 
6448
+      ;;
 
6449
+    hpux*)
 
6450
+      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
6451
+      # not for PA HP-UX.
 
6452
+      case $host_cpu in
 
6453
+      hppa*64*|ia64*)
 
6454
+       ;;
 
6455
+      *)
 
6456
+       _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
6457
+       ;;
 
6458
+      esac
 
6459
+      ;;
 
6460
+    *qnx* | *nto*)
 
6461
+      # QNX uses GNU C++, but need to define -shared option too, otherwise
 
6462
+      # it will coredump.
 
6463
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
 
6464
       ;;
 
6465
     *)
 
6466
-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
6467
-      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
 
6468
-                                             # but as the default
 
6469
-                                             # location of the library.
 
6470
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
6471
       ;;
 
6472
     esac
 
6473
-
 
6474
-    case $cc_basename in
 
6475
-      CC*)
 
6476
-       # FIXME: insert proper C++ library support
 
6477
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
6478
+  else
 
6479
+    case $host_os in
 
6480
+      aix[[4-9]]*)
 
6481
+       # All AIX code is PIC.
 
6482
+       if test "$host_cpu" = ia64; then
 
6483
+         # AIX 5 now supports IA64 processor
 
6484
+         _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
6485
+       else
 
6486
+         _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
 
6487
+       fi
 
6488
        ;;
 
6489
-      aCC*)
 
6490
-       case $host_cpu in
 
6491
-       hppa*64*)
 
6492
-         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
6493
-         ;;
 
6494
-       ia64*)
 
6495
-         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
6496
-         ;;
 
6497
-       *)
 
6498
-         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
6499
+      chorus*)
 
6500
+       case $cc_basename in
 
6501
+       cxch68*)
 
6502
+         # Green Hills C++ Compiler
 
6503
+         # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
 
6504
          ;;
 
6505
        esac
 
6506
-       # Commands to make compiler produce verbose output that lists
 
6507
-       # what "hidden" libraries, object files and flags are used when
 
6508
-       # linking a shared library.
 
6509
-       #
 
6510
-       # There doesn't appear to be a way to prevent this compiler from
 
6511
-       # explicitly linking system object files so we need to strip them
 
6512
-       # from the output so that they don't get included in the library
 
6513
-       # dependencies.
 
6514
-       output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
 
6515
        ;;
 
6516
-      *)
 
6517
-       if test "$GXX" = yes; then
 
6518
-         if test $with_gnu_ld = no; then
 
6519
+      dgux*)
 
6520
+       case $cc_basename in
 
6521
+         ec++*)
 
6522
+           _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
6523
+           ;;
 
6524
+         ghcx*)
 
6525
+           # Green Hills C++ Compiler
 
6526
+           _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
6527
+           ;;
 
6528
+         *)
 
6529
+           ;;
 
6530
+       esac
 
6531
+       ;;
 
6532
+      freebsd* | dragonfly*)
 
6533
+       # FreeBSD uses GNU C++
 
6534
+       ;;
 
6535
+      hpux9* | hpux10* | hpux11*)
 
6536
+       case $cc_basename in
 
6537
+         CC*)
 
6538
+           _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
6539
+           _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
 
6540
+           if test "$host_cpu" != ia64; then
 
6541
+             _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
 
6542
+           fi
 
6543
+           ;;
 
6544
+         aCC*)
 
6545
+           _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
6546
+           _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
 
6547
            case $host_cpu in
 
6548
-           hppa*64*)
 
6549
-             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
6550
-             ;;
 
6551
-           ia64*)
 
6552
-             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
6553
+           hppa*64*|ia64*)
 
6554
+             # +Z the default
 
6555
              ;;
 
6556
            *)
 
6557
-             _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
6558
+             _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
 
6559
              ;;
 
6560
            esac
 
6561
-         fi
 
6562
-       else
 
6563
-         # FIXME: insert proper C++ library support
 
6564
-         _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
6565
-       fi
 
6566
-       ;;
 
6567
-    esac
 
6568
-    ;;
 
6569
-  interix[[3-9]]*)
 
6570
-    _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
6571
-    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
6572
-    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
6573
-    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
6574
-    # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
 
6575
-    # Instead, shared libraries are loaded at an image base (0x10000000 by
 
6576
-    # default) and relocated if they conflict, which is a slow very memory
 
6577
-    # consuming and fragmenting process.  To avoid this, we pick a random,
 
6578
-    # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
 
6579
-    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
 
6580
-    _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'
 
6581
-    _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'
 
6582
-    ;;
 
6583
-  irix5* | irix6*)
 
6584
-    case $cc_basename in
 
6585
-      CC*)
 
6586
-       # SGI C++
 
6587
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
6588
-
 
6589
-       # Archives containing C++ object files must be created using
 
6590
-       # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
 
6591
-       # necessary to make sure instantiated templates are included
 
6592
-       # in the archive.
 
6593
-       _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
 
6594
-       ;;
 
6595
-      *)
 
6596
-       if test "$GXX" = yes; then
 
6597
-         if test "$with_gnu_ld" = no; then
 
6598
-           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $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'
 
6599
-         else
 
6600
-           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
 
6601
-         fi
 
6602
-       fi
 
6603
-       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
6604
-       ;;
 
6605
-    esac
 
6606
-    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
6607
-    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
6608
-    ;;
 
6609
-  linux* | k*bsd*-gnu)
 
6610
-    case $cc_basename in
 
6611
-      KCC*)
 
6612
-       # Kuck and Associates, Inc. (KAI) C++ Compiler
 
6613
-
 
6614
-       # KCC will only create a shared library if the output file
 
6615
-       # ends with ".so" (or ".sl" for HP-UX), so rename the library
 
6616
-       # to its proper name (with version) after linking.
 
6617
-       _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
 
6618
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
 
6619
-       # Commands to make compiler produce verbose output that lists
 
6620
-       # what "hidden" libraries, object files and flags are used when
 
6621
-       # linking a shared library.
 
6622
-       #
 
6623
-       # There doesn't appear to be a way to prevent this compiler from
 
6624
-       # explicitly linking system object files so we need to strip them
 
6625
-       # from the output so that they don't get included in the library
 
6626
-       # dependencies.
 
6627
-       output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
 
6628
-
 
6629
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath,$libdir'
 
6630
-       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
6631
-
 
6632
-       # Archives containing C++ object files must be created using
 
6633
-       # "CC -Bstatic", where "CC" is the KAI C++ compiler.
 
6634
-       _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
 
6635
-       ;;
 
6636
-      icpc*)
 
6637
-       # Intel C++
 
6638
-       with_gnu_ld=yes
 
6639
-       # version 8.0 and above of icpc choke on multiply defined symbols
 
6640
-       # if we add $predep_objects and $postdep_objects, however 7.1 and
 
6641
-       # earlier do not add the objects themselves.
 
6642
-       case `$CC -V 2>&1` in
 
6643
-       *"Version 7."*)
 
6644
-         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
6645
-         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
6646
-         ;;
 
6647
-       *)  # Version 8.0 or newer
 
6648
-         tmp_idyn=
 
6649
-         case $host_cpu in
 
6650
-           ia64*) tmp_idyn=' -i_dynamic';;
 
6651
-         esac
 
6652
-         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
6653
-         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
6654
-         ;;
 
6655
+           ;;
 
6656
+         *)
 
6657
+           ;;
 
6658
        esac
 
6659
-       _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
6660
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
6661
-       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
6662
-       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
 
6663
-       ;;
 
6664
-      pgCC* | pgcpp*)
 
6665
-        # Portland Group C++ compiler
 
6666
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
 
6667
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
 
6668
-
 
6669
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
 
6670
-       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
6671
-       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
6672
-        ;;
 
6673
-      cxx*)
 
6674
-       # Compaq C++
 
6675
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
6676
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
 
6677
-
 
6678
-       runpath_var=LD_RUN_PATH
 
6679
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
 
6680
-       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
6681
-
 
6682
-       # Commands to make compiler produce verbose output that lists
 
6683
-       # what "hidden" libraries, object files and flags are used when
 
6684
-       # linking a shared library.
 
6685
-       #
 
6686
-       # There doesn't appear to be a way to prevent this compiler from
 
6687
-       # explicitly linking system object files so we need to strip them
 
6688
-       # from the output so that they don't get included in the library
 
6689
-       # dependencies.
 
6690
-       output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
 
6691
        ;;
 
6692
-      *)
 
6693
-       case `$CC -V 2>&1 | sed 5q` in
 
6694
-       *Sun\ C*)
 
6695
-         # Sun C++ 5.9
 
6696
-         _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
 
6697
-         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
6698
-         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
 
6699
-         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
6700
-         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
6701
-
 
6702
-         # Not sure whether something based on
 
6703
-         # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
 
6704
-         # would be better.
 
6705
-         output_verbose_link_cmd='echo'
 
6706
-
 
6707
-         # Archives containing C++ object files must be created using
 
6708
-         # "CC -xar", where "CC" is the Sun C++ compiler.  This is
 
6709
-         # necessary to make sure instantiated templates are included
 
6710
-         # in the archive.
 
6711
-         _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
 
6712
-         ;;
 
6713
+      interix*)
 
6714
+       # This is c89, which is MS Visual C++ (no shared libs)
 
6715
+       # Anyone wants to do a port?
 
6716
+       ;;
 
6717
+      irix5* | irix6* | nonstopux*)
 
6718
+       case $cc_basename in
 
6719
+         CC*)
 
6720
+           _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
6721
+           _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
6722
+           # CC pic flag -KPIC is the default.
 
6723
+           ;;
 
6724
+         *)
 
6725
+           ;;
 
6726
        esac
 
6727
        ;;
 
6728
-    esac
 
6729
-    ;;
 
6730
-  lynxos*)
 
6731
-    # FIXME: insert proper C++ library support
 
6732
-    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
6733
-    ;;
 
6734
-  m88k*)
 
6735
-    # FIXME: insert proper C++ library support
 
6736
-    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
6737
-    ;;
 
6738
-  mvs*)
 
6739
-    case $cc_basename in
 
6740
-      cxx*)
 
6741
-       # FIXME: insert proper C++ library support
 
6742
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
6743
-       ;;
 
6744
-      *)
 
6745
-       # FIXME: insert proper C++ library support
 
6746
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
6747
+      linux* | k*bsd*-gnu)
 
6748
+       case $cc_basename in
 
6749
+         KCC*)
 
6750
+           # KAI C++ Compiler
 
6751
+           _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
 
6752
+           _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
6753
+           ;;
 
6754
+         icpc* | ecpc* )
 
6755
+           # Intel C++
 
6756
+           _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
6757
+           _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
6758
+           _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
6759
+           ;;
 
6760
+         pgCC* | pgcpp*)
 
6761
+           # Portland Group C++ compiler
 
6762
+           _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
6763
+           _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
 
6764
+           _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
6765
+           ;;
 
6766
+         cxx*)
 
6767
+           # Compaq C++
 
6768
+           # Make sure the PIC flag is empty.  It appears that all Alpha
 
6769
+           # Linux and Compaq Tru64 Unix objects are PIC.
 
6770
+           _LT_TAGVAR(lt_prog_compiler_pic, $1)=
 
6771
+           _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
6772
+           ;;
 
6773
+         xlc* | xlC*)
 
6774
+           # IBM XL 8.0 on PPC
 
6775
+           _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
6776
+           _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
 
6777
+           _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
 
6778
+           ;;
 
6779
+         *)
 
6780
+           case `$CC -V 2>&1 | sed 5q` in
 
6781
+           *Sun\ C*)
 
6782
+             # Sun C++ 5.9
 
6783
+             _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
6784
+             _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
6785
+             _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
 
6786
+             ;;
 
6787
+           esac
 
6788
+           ;;
 
6789
+       esac
 
6790
        ;;
 
6791
-    esac
 
6792
-    ;;
 
6793
-  netbsd*)
 
6794
-    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
6795
-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
 
6796
-      wlarc=
 
6797
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
6798
-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
6799
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
6800
-    fi
 
6801
-    # Workaround some broken pre-1.5 toolchains
 
6802
-    output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
 
6803
-    ;;
 
6804
-  openbsd2*)
 
6805
-    # C++ shared libraries are fairly broken
 
6806
-    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
6807
-    ;;
 
6808
-  openbsd*)
 
6809
-    if test -f /usr/libexec/ld.so; then
 
6810
-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
6811
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
6812
-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
 
6813
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
6814
-      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
6815
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
 
6816
-       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
6817
-       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
6818
-      fi
 
6819
-      output_verbose_link_cmd='echo'
 
6820
-    else
 
6821
-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
6822
-    fi
 
6823
-    ;;
 
6824
-  osf3*)
 
6825
-    case $cc_basename in
 
6826
-      KCC*)
 
6827
-       # Kuck and Associates, Inc. (KAI) C++ Compiler
 
6828
-
 
6829
-       # KCC will only create a shared library if the output file
 
6830
-       # ends with ".so" (or ".sl" for HP-UX), so rename the library
 
6831
-       # to its proper name (with version) after linking.
 
6832
-       _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
 
6833
-
 
6834
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
6835
-       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
6836
-
 
6837
-       # Archives containing C++ object files must be created using
 
6838
-       # "CC -Bstatic", where "CC" is the KAI C++ compiler.
 
6839
-       _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
 
6840
-
 
6841
-       ;;
 
6842
-      RCC*)
 
6843
-       # Rational C++ 2.4.1
 
6844
-       # FIXME: insert proper C++ library support
 
6845
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
6846
-       ;;
 
6847
-      cxx*)
 
6848
-       _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
6849
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
6850
-
 
6851
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
6852
-       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
6853
-
 
6854
-       # Commands to make compiler produce verbose output that lists
 
6855
-       # what "hidden" libraries, object files and flags are used when
 
6856
-       # linking a shared library.
 
6857
-       #
 
6858
-       # There doesn't appear to be a way to prevent this compiler from
 
6859
-       # explicitly linking system object files so we need to strip them
 
6860
-       # from the output so that they don't get included in the library
 
6861
-       # dependencies.
 
6862
-       output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
 
6863
+      lynxos*)
 
6864
        ;;
 
6865
-      *)
 
6866
-       if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
6867
-         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
6868
-         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $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'
 
6869
-
 
6870
-         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
6871
-         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
6872
-
 
6873
-         # Commands to make compiler produce verbose output that lists
 
6874
-         # what "hidden" libraries, object files and flags are used when
 
6875
-         # linking a shared library.
 
6876
-         output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
 
6877
-
 
6878
-       else
 
6879
-         # FIXME: insert proper C++ library support
 
6880
-         _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
6881
-       fi
 
6882
+      m88k*)
 
6883
        ;;
 
6884
-    esac
 
6885
-    ;;
 
6886
-  osf4* | osf5*)
 
6887
-    case $cc_basename in
 
6888
-      KCC*)
 
6889
-       # Kuck and Associates, Inc. (KAI) C++ Compiler
 
6890
-
 
6891
-       # KCC will only create a shared library if the output file
 
6892
-       # ends with ".so" (or ".sl" for HP-UX), so rename the library
 
6893
-       # to its proper name (with version) after linking.
 
6894
-       _LT_AC_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
 
6895
-
 
6896
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
6897
-       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
6898
-
 
6899
-       # Archives containing C++ object files must be created using
 
6900
-       # the KAI C++ compiler.
 
6901
-       _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs'
 
6902
-       ;;
 
6903
-      RCC*)
 
6904
-       # Rational C++ 2.4.1
 
6905
-       # FIXME: insert proper C++ library support
 
6906
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
6907
-       ;;
 
6908
-      cxx*)
 
6909
-       _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
6910
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
6911
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
 
6912
-         echo "-hidden">> $lib.exp~
 
6913
-         $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~
 
6914
-         $rm $lib.exp'
 
6915
-
 
6916
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
 
6917
-       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
6918
-
 
6919
-       # Commands to make compiler produce verbose output that lists
 
6920
-       # what "hidden" libraries, object files and flags are used when
 
6921
-       # linking a shared library.
 
6922
-       #
 
6923
-       # There doesn't appear to be a way to prevent this compiler from
 
6924
-       # explicitly linking system object files so we need to strip them
 
6925
-       # from the output so that they don't get included in the library
 
6926
-       # dependencies.
 
6927
-       output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
 
6928
+      mvs*)
 
6929
+       case $cc_basename in
 
6930
+         cxx*)
 
6931
+           _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
 
6932
+           ;;
 
6933
+         *)
 
6934
+           ;;
 
6935
+       esac
 
6936
        ;;
 
6937
-      *)
 
6938
-       if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
6939
-         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
6940
-        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
6941
-
 
6942
-         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
6943
-         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
6944
-
 
6945
-         # Commands to make compiler produce verbose output that lists
 
6946
-         # what "hidden" libraries, object files and flags are used when
 
6947
-         # linking a shared library.
 
6948
-         output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
 
6949
-
 
6950
-       else
 
6951
-         # FIXME: insert proper C++ library support
 
6952
-         _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
6953
-       fi
 
6954
+      netbsd* | netbsdelf*-gnu)
 
6955
        ;;
 
6956
-    esac
 
6957
-    ;;
 
6958
-  psos*)
 
6959
-    # FIXME: insert proper C++ library support
 
6960
-    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
6961
-    ;;
 
6962
-  sunos4*)
 
6963
-    case $cc_basename in
 
6964
-      CC*)
 
6965
-       # Sun C++ 4.x
 
6966
-       # FIXME: insert proper C++ library support
 
6967
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
6968
-       ;;
 
6969
-      lcc*)
 
6970
-       # Lucid
 
6971
-       # FIXME: insert proper C++ library support
 
6972
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
6973
+      *qnx* | *nto*)
 
6974
+        # QNX uses GNU C++, but need to define -shared option too, otherwise
 
6975
+        # it will coredump.
 
6976
+        _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
 
6977
+        ;;
 
6978
+      osf3* | osf4* | osf5*)
 
6979
+       case $cc_basename in
 
6980
+         KCC*)
 
6981
+           _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
 
6982
+           ;;
 
6983
+         RCC*)
 
6984
+           # Rational C++ 2.4.1
 
6985
+           _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
6986
+           ;;
 
6987
+         cxx*)
 
6988
+           # Digital/Compaq C++
 
6989
+           _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
6990
+           # Make sure the PIC flag is empty.  It appears that all Alpha
 
6991
+           # Linux and Compaq Tru64 Unix objects are PIC.
 
6992
+           _LT_TAGVAR(lt_prog_compiler_pic, $1)=
 
6993
+           _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
6994
+           ;;
 
6995
+         *)
 
6996
+           ;;
 
6997
+       esac
 
6998
        ;;
 
6999
-      *)
 
7000
-       # FIXME: insert proper C++ library support
 
7001
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
7002
+      psos*)
 
7003
        ;;
 
7004
-    esac
 
7005
-    ;;
 
7006
-  solaris*)
 
7007
-    case $cc_basename in
 
7008
-      CC*)
 
7009
-       # Sun C++ 4.2, 5.x and Centerline C++
 
7010
-        _LT_AC_TAGVAR(archive_cmds_need_lc,$1)=yes
 
7011
-       _LT_AC_TAGVAR(no_undefined_flag, $1)=' -zdefs'
 
7012
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
7013
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
7014
-       $CC -G${allow_undefined_flag}  ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
 
7015
-
 
7016
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
7017
-       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
7018
-       case $host_os in
 
7019
-         solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
 
7020
+      solaris*)
 
7021
+       case $cc_basename in
 
7022
+         CC*)
 
7023
+           # Sun C++ 4.2, 5.x and Centerline C++
 
7024
+           _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
7025
+           _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
7026
+           _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
 
7027
+           ;;
 
7028
+         gcx*)
 
7029
+           # Green Hills C++ Compiler
 
7030
+           _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
 
7031
+           ;;
 
7032
          *)
 
7033
-           # The compiler driver will combine and reorder linker options,
 
7034
-           # but understands `-z linker_flag'.
 
7035
-           # Supported since Solaris 2.6 (maybe 2.5.1?)
 
7036
-           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
 
7037
            ;;
 
7038
        esac
 
7039
-       _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
7040
-
 
7041
-       output_verbose_link_cmd='echo'
 
7042
-
 
7043
-       # Archives containing C++ object files must be created using
 
7044
-       # "CC -xar", where "CC" is the Sun C++ compiler.  This is
 
7045
-       # necessary to make sure instantiated templates are included
 
7046
-       # in the archive.
 
7047
-       _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
 
7048
-       ;;
 
7049
-      gcx*)
 
7050
-       # Green Hills C++ Compiler
 
7051
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
7052
-
 
7053
-       # The C++ compiler must be used to create the archive.
 
7054
-       _LT_AC_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
 
7055
        ;;
 
7056
-      *)
 
7057
-       # GNU C++ compiler with Solaris linker
 
7058
-       if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
7059
-         _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
 
7060
-         if $CC --version | grep -v '^2\.7' > /dev/null; then
 
7061
-           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
7062
-           _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
7063
-               $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
 
7064
-
 
7065
-           # Commands to make compiler produce verbose output that lists
 
7066
-           # what "hidden" libraries, object files and flags are used when
 
7067
-           # linking a shared library.
 
7068
-           output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
 
7069
-         else
 
7070
-           # g++ 2.7 appears to require `-G' NOT `-shared' on this
 
7071
-           # platform.
 
7072
-           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
7073
-           _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
7074
-               $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
 
7075
-
 
7076
-           # Commands to make compiler produce verbose output that lists
 
7077
-           # what "hidden" libraries, object files and flags are used when
 
7078
-           # linking a shared library.
 
7079
-           output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
 
7080
-         fi
 
7081
-
 
7082
-         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
 
7083
-         case $host_os in
 
7084
-         solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
 
7085
+      sunos4*)
 
7086
+       case $cc_basename in
 
7087
+         CC*)
 
7088
+           # Sun C++ 4.x
 
7089
+           _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
7090
+           _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
7091
+           ;;
 
7092
+         lcc*)
 
7093
+           # Lucid
 
7094
+           _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
7095
+           ;;
 
7096
          *)
 
7097
-           _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
 
7098
            ;;
 
7099
-         esac
 
7100
-       fi
 
7101
-       ;;
 
7102
-    esac
 
7103
-    ;;
 
7104
-  sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
 
7105
-    _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
 
7106
-    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
7107
-    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
7108
-    runpath_var='LD_RUN_PATH'
 
7109
-
 
7110
-    case $cc_basename in
 
7111
-      CC*)
 
7112
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
7113
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
7114
-       ;;
 
7115
-      *)
 
7116
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
7117
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
7118
+       esac
 
7119
        ;;
 
7120
-    esac
 
7121
-    ;;
 
7122
-  sysv5* | sco3.2v5* | sco5v6*)
 
7123
-    # Note: We can NOT use -z defs as we might desire, because we do not
 
7124
-    # link with -lc, and that would cause any symbols used from libc to
 
7125
-    # always be unresolved, which means just about no library would
 
7126
-    # ever link correctly.  If we're not using GNU ld we use -z text
 
7127
-    # though, which does catch some bad symbols but isn't as heavy-handed
 
7128
-    # as -z defs.
 
7129
-    # For security reasons, it is highly recommended that you always
 
7130
-    # use absolute paths for naming shared libraries, and exclude the
 
7131
-    # DT_RUNPATH tag from executables and libraries.  But doing so
 
7132
-    # requires that you compile everything twice, which is a pain.
 
7133
-    # So that behaviour is only enabled if SCOABSPATH is set to a
 
7134
-    # non-empty value in the environment.  Most likely only useful for
 
7135
-    # creating official distributions of packages.
 
7136
-    # This is a hack until libtool officially supports absolute path
 
7137
-    # names for shared libraries.
 
7138
-    _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
 
7139
-    _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
 
7140
-    _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
7141
-    _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
7142
-    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
 
7143
-    _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
 
7144
-    _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
7145
-    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
 
7146
-    runpath_var='LD_RUN_PATH'
 
7147
-
 
7148
-    case $cc_basename in
 
7149
-      CC*)
 
7150
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
7151
-       _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'
 
7152
+      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
 
7153
+       case $cc_basename in
 
7154
+         CC*)
 
7155
+           _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
7156
+           _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
7157
+           _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
7158
+           ;;
 
7159
+       esac
 
7160
        ;;
 
7161
-      *)
 
7162
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
7163
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
7164
+      tandem*)
 
7165
+       case $cc_basename in
 
7166
+         NCC*)
 
7167
+           # NonStop-UX NCC 3.20
 
7168
+           _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
7169
+           ;;
 
7170
+         *)
 
7171
+           ;;
 
7172
+       esac
 
7173
        ;;
 
7174
-    esac
 
7175
-    ;;
 
7176
-  tandem*)
 
7177
-    case $cc_basename in
 
7178
-      NCC*)
 
7179
-       # NonStop-UX NCC 3.20
 
7180
-       # FIXME: insert proper C++ library support
 
7181
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
7182
+      vxworks*)
 
7183
        ;;
 
7184
       *)
 
7185
-       # FIXME: insert proper C++ library support
 
7186
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
7187
+       _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
 
7188
        ;;
 
7189
     esac
 
7190
-    ;;
 
7191
-  vxworks*)
 
7192
-    # FIXME: insert proper C++ library support
 
7193
-    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
7194
-    ;;
 
7195
-  *)
 
7196
-    # FIXME: insert proper C++ library support
 
7197
-    _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
7198
-    ;;
 
7199
-esac
 
7200
-AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
 
7201
-test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
 
7202
+  fi
 
7203
+],
 
7204
+[
 
7205
+  if test "$GCC" = yes; then
 
7206
+    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
7207
+    _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
7208
 
 
7209
-_LT_AC_TAGVAR(GCC, $1)="$GXX"
 
7210
-_LT_AC_TAGVAR(LD, $1)="$LD"
 
7211
+    case $host_os in
 
7212
+      aix*)
 
7213
+      # All AIX code is PIC.
 
7214
+      if test "$host_cpu" = ia64; then
 
7215
+       # AIX 5 now supports IA64 processor
 
7216
+       _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
7217
+      fi
 
7218
+      ;;
 
7219
 
 
7220
-AC_LIBTOOL_POSTDEP_PREDEP($1)
 
7221
-AC_LIBTOOL_PROG_COMPILER_PIC($1)
 
7222
-AC_LIBTOOL_PROG_CC_C_O($1)
 
7223
-AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
 
7224
-AC_LIBTOOL_PROG_LD_SHLIBS($1)
 
7225
-AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 
7226
-AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
 
7227
+    amigaos*)
 
7228
+      case $host_cpu in
 
7229
+      powerpc)
 
7230
+            # see comment about AmigaOS4 .so support
 
7231
+            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
7232
+        ;;
 
7233
+      m68k)
 
7234
+            # FIXME: we need at least 68020 code to build shared libraries, but
 
7235
+            # adding the `-m68020' flag to GCC prevents building anything better,
 
7236
+            # like `-m68040'.
 
7237
+            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
 
7238
+        ;;
 
7239
+      esac
 
7240
+      ;;
 
7241
 
 
7242
-AC_LIBTOOL_CONFIG($1)
 
7243
+    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
7244
+      # PIC is the default for these OSes.
 
7245
+      ;;
 
7246
 
 
7247
-AC_LANG_POP
 
7248
-CC=$lt_save_CC
 
7249
-LDCXX=$LD
 
7250
-LD=$lt_save_LD
 
7251
-GCC=$lt_save_GCC
 
7252
-with_gnu_ldcxx=$with_gnu_ld
 
7253
-with_gnu_ld=$lt_save_with_gnu_ld
 
7254
-lt_cv_path_LDCXX=$lt_cv_path_LD
 
7255
-lt_cv_path_LD=$lt_save_path_LD
 
7256
-lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
 
7257
-lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
 
7258
-])# AC_LIBTOOL_LANG_CXX_CONFIG
 
7259
+    mingw* | cygwin* | pw32* | os2*)
 
7260
+      # This hack is so that the source file can tell whether it is being
 
7261
+      # built for inclusion in a dll (and should export symbols for example).
 
7262
+      # Although the cygwin gcc ignores -fPIC, still need this for old-style
 
7263
+      # (--disable-auto-import) libraries
 
7264
+      m4_if([$1], [GCJ], [],
 
7265
+       [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
 
7266
+      ;;
 
7267
 
 
7268
-# AC_LIBTOOL_POSTDEP_PREDEP([TAGNAME])
 
7269
-# ------------------------------------
 
7270
-# Figure out "hidden" library dependencies from verbose
 
7271
-# compiler output when linking a shared library.
 
7272
-# Parse the compiler output and extract the necessary
 
7273
-# objects, libraries and library flags.
 
7274
-AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP],
 
7275
-[AC_REQUIRE([LT_AC_PROG_SED])dnl
 
7276
-dnl we can't use the lt_simple_compile_test_code here,
 
7277
-dnl because it contains code intended for an executable,
 
7278
-dnl not a library.  It's possible we should let each
 
7279
-dnl tag define a new lt_????_link_test_code variable,
 
7280
-dnl but it's only used here...
 
7281
-ifelse([$1],[],[cat > conftest.$ac_ext <<EOF
 
7282
-int a;
 
7283
-void foo (void) { a = 0; }
 
7284
-EOF
 
7285
-],[$1],[CXX],[cat > conftest.$ac_ext <<EOF
 
7286
-class Foo
 
7287
-{
 
7288
-public:
 
7289
-  Foo (void) { a = 0; }
 
7290
-private:
 
7291
-  int a;
 
7292
-};
 
7293
-EOF
 
7294
-],[$1],[F77],[cat > conftest.$ac_ext <<EOF
 
7295
-      subroutine foo
 
7296
-      implicit none
 
7297
-      integer*4 a
 
7298
-      a=0
 
7299
-      return
 
7300
-      end
 
7301
-EOF
 
7302
-],[$1],[GCJ],[cat > conftest.$ac_ext <<EOF
 
7303
-public class foo {
 
7304
-  private int a;
 
7305
-  public void bar (void) {
 
7306
-    a = 0;
 
7307
-  }
 
7308
-};
 
7309
-EOF
 
7310
-])
 
7311
-dnl Parse the compiler output and extract the necessary
 
7312
-dnl objects, libraries and library flags.
 
7313
-if AC_TRY_EVAL(ac_compile); then
 
7314
-  # Parse the compiler output and extract the necessary
 
7315
-  # objects, libraries and library flags.
 
7316
+    darwin* | rhapsody*)
 
7317
+      # PIC is the default on this platform
 
7318
+      # Common symbols not allowed in MH_DYLIB files
 
7319
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
 
7320
+      ;;
 
7321
 
 
7322
-  # Sentinel used to keep track of whether or not we are before
 
7323
-  # the conftest object file.
 
7324
-  pre_test_object_deps_done=no
 
7325
+    hpux*)
 
7326
+      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
7327
+      # not for PA HP-UX.
 
7328
+      case $host_cpu in
 
7329
+      hppa*64*|ia64*)
 
7330
+       # +Z the default
 
7331
+       ;;
 
7332
+      *)
 
7333
+       _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
7334
+       ;;
 
7335
+      esac
 
7336
+      ;;
 
7337
 
 
7338
-  # The `*' in the case matches for architectures that use `case' in
 
7339
-  # $output_verbose_cmd can trigger glob expansion during the loop
 
7340
-  # eval without this substitution.
 
7341
-  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
 
7342
+    interix[[3-9]]*)
 
7343
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
 
7344
+      # Instead, we relocate shared libraries at runtime.
 
7345
+      ;;
 
7346
 
 
7347
-  for p in `eval $output_verbose_link_cmd`; do
 
7348
-    case $p in
 
7349
+    msdosdjgpp*)
 
7350
+      # Just because we use GCC doesn't mean we suddenly get shared libraries
 
7351
+      # on systems that don't support them.
 
7352
+      _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
 
7353
+      enable_shared=no
 
7354
+      ;;
 
7355
 
 
7356
-    -L* | -R* | -l*)
 
7357
-       # Some compilers place space between "-{L,R}" and the path.
 
7358
-       # Remove the space.
 
7359
-       if test $p = "-L" \
 
7360
-         || test $p = "-R"; then
 
7361
-        prev=$p
 
7362
-        continue
 
7363
-       else
 
7364
-        prev=
 
7365
-       fi
 
7366
+    *nto* | *qnx*)
 
7367
+      # QNX uses GNU C++, but need to define -shared option too, otherwise
 
7368
+      # it will coredump.
 
7369
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
 
7370
+      ;;
 
7371
 
 
7372
-       if test "$pre_test_object_deps_done" = no; then
 
7373
-        case $p in
 
7374
-        -L* | -R*)
 
7375
-          # Internal compiler library paths should come after those
 
7376
-          # provided the user.  The postdeps already come after the
 
7377
-          # user supplied libs so there is no need to process them.
 
7378
-          if test -z "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
 
7379
-            _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
 
7380
-          else
 
7381
-            _LT_AC_TAGVAR(compiler_lib_search_path, $1)="${_LT_AC_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
 
7382
-          fi
 
7383
-          ;;
 
7384
-        # The "-l" case would never come before the object being
 
7385
-        # linked, so don't bother handling this case.
 
7386
-        esac
 
7387
-       else
 
7388
-        if test -z "$_LT_AC_TAGVAR(postdeps, $1)"; then
 
7389
-          _LT_AC_TAGVAR(postdeps, $1)="${prev}${p}"
 
7390
-        else
 
7391
-          _LT_AC_TAGVAR(postdeps, $1)="${_LT_AC_TAGVAR(postdeps, $1)} ${prev}${p}"
 
7392
-        fi
 
7393
-       fi
 
7394
-       ;;
 
7395
-
 
7396
-    *.$objext)
 
7397
-       # This assumes that the test object file only shows up
 
7398
-       # once in the compiler output.
 
7399
-       if test "$p" = "conftest.$objext"; then
 
7400
-        pre_test_object_deps_done=yes
 
7401
-        continue
 
7402
-       fi
 
7403
-
 
7404
-       if test "$pre_test_object_deps_done" = no; then
 
7405
-        if test -z "$_LT_AC_TAGVAR(predep_objects, $1)"; then
 
7406
-          _LT_AC_TAGVAR(predep_objects, $1)="$p"
 
7407
-        else
 
7408
-          _LT_AC_TAGVAR(predep_objects, $1)="$_LT_AC_TAGVAR(predep_objects, $1) $p"
 
7409
-        fi
 
7410
-       else
 
7411
-        if test -z "$_LT_AC_TAGVAR(postdep_objects, $1)"; then
 
7412
-          _LT_AC_TAGVAR(postdep_objects, $1)="$p"
 
7413
-        else
 
7414
-          _LT_AC_TAGVAR(postdep_objects, $1)="$_LT_AC_TAGVAR(postdep_objects, $1) $p"
 
7415
-        fi
 
7416
-       fi
 
7417
-       ;;
 
7418
-
 
7419
-    *) ;; # Ignore the rest.
 
7420
+    sysv4*MP*)
 
7421
+      if test -d /usr/nec; then
 
7422
+       _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
 
7423
+      fi
 
7424
+      ;;
 
7425
 
 
7426
+    *)
 
7427
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
7428
+      ;;
 
7429
     esac
 
7430
-  done
 
7431
-
 
7432
-  # Clean up.
 
7433
-  rm -f a.out a.exe
 
7434
-else
 
7435
-  echo "libtool.m4: error: problem compiling $1 test program"
 
7436
-fi
 
7437
-
 
7438
-$rm -f confest.$objext
 
7439
-
 
7440
-_LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=
 
7441
-if test -n "$_LT_AC_TAGVAR(compiler_lib_search_path, $1)"; then
 
7442
-  _LT_AC_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_AC_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
 
7443
-fi
 
7444
+  else
 
7445
+    # PORTME Check for flag to pass linker flags through the system compiler.
 
7446
+    case $host_os in
 
7447
+    aix*)
 
7448
+      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
7449
+      if test "$host_cpu" = ia64; then
 
7450
+       # AIX 5 now supports IA64 processor
 
7451
+       _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
7452
+      else
 
7453
+       _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
 
7454
+      fi
 
7455
+      ;;
 
7456
 
 
7457
-# PORTME: override above test on systems where it is broken
 
7458
-ifelse([$1],[CXX],
 
7459
-[case $host_os in
 
7460
-interix[[3-9]]*)
 
7461
-  # Interix 3.5 installs completely hosed .la files for C++, so rather than
 
7462
-  # hack all around it, let's just trust "g++" to DTRT.
 
7463
-  _LT_AC_TAGVAR(predep_objects,$1)=
 
7464
-  _LT_AC_TAGVAR(postdep_objects,$1)=
 
7465
-  _LT_AC_TAGVAR(postdeps,$1)=
 
7466
-  ;;
 
7467
+    mingw* | cygwin* | pw32* | os2*)
 
7468
+      # This hack is so that the source file can tell whether it is being
 
7469
+      # built for inclusion in a dll (and should export symbols for example).
 
7470
+      m4_if([$1], [GCJ], [],
 
7471
+       [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
 
7472
+      ;;
 
7473
 
 
7474
-linux*)
 
7475
-  case `$CC -V 2>&1 | sed 5q` in
 
7476
-  *Sun\ C*)
 
7477
-    # Sun C++ 5.9
 
7478
-    #
 
7479
-    # The more standards-conforming stlport4 library is
 
7480
-    # incompatible with the Cstd library. Avoid specifying
 
7481
-    # it if it's in CXXFLAGS. Ignore libCrun as
 
7482
-    # -library=stlport4 depends on it.
 
7483
-    case " $CXX $CXXFLAGS " in
 
7484
-    *" -library=stlport4 "*)
 
7485
-      solaris_use_stlport4=yes
 
7486
+    hpux9* | hpux10* | hpux11*)
 
7487
+      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
7488
+      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
7489
+      # not for PA HP-UX.
 
7490
+      case $host_cpu in
 
7491
+      hppa*64*|ia64*)
 
7492
+       # +Z the default
 
7493
+       ;;
 
7494
+      *)
 
7495
+       _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
 
7496
+       ;;
 
7497
+      esac
 
7498
+      # Is there a better lt_prog_compiler_static that works with the bundled CC?
 
7499
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
 
7500
       ;;
 
7501
-    esac
 
7502
-    if test "$solaris_use_stlport4" != yes; then
 
7503
-      _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
 
7504
-    fi
 
7505
-    ;;
 
7506
-  esac
 
7507
-  ;;
 
7508
 
 
7509
-solaris*)
 
7510
-  case $cc_basename in
 
7511
-  CC*)
 
7512
-    # The more standards-conforming stlport4 library is
 
7513
-    # incompatible with the Cstd library. Avoid specifying
 
7514
-    # it if it's in CXXFLAGS. Ignore libCrun as
 
7515
-    # -library=stlport4 depends on it.
 
7516
-    case " $CXX $CXXFLAGS " in
 
7517
-    *" -library=stlport4 "*)
 
7518
-      solaris_use_stlport4=yes
 
7519
+    irix5* | irix6* | nonstopux*)
 
7520
+      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
7521
+      # PIC (with -KPIC) is the default.
 
7522
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
7523
       ;;
 
7524
-    esac
 
7525
 
 
7526
-    # Adding this requires a known-good setup of shared libraries for
 
7527
-    # Sun compiler versions before 5.6, else PIC objects from an old
 
7528
-    # archive will be linked into the output, leading to subtle bugs.
 
7529
-    if test "$solaris_use_stlport4" != yes; then
 
7530
-      _LT_AC_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
 
7531
-    fi
 
7532
-    ;;
 
7533
-  esac
 
7534
-  ;;
 
7535
-esac
 
7536
-])
 
7537
-case " $_LT_AC_TAGVAR(postdeps, $1) " in
 
7538
-*" -lc "*) _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no ;;
 
7539
-esac
 
7540
-])# AC_LIBTOOL_POSTDEP_PREDEP
 
7541
+    linux* | k*bsd*-gnu)
 
7542
+      case $cc_basename in
 
7543
+      icc* | ecc* | ifort*)
 
7544
+       _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
7545
+       _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
7546
+       _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
7547
+        ;;
 
7548
+      pgcc* | pgf77* | pgf90* | pgf95*)
 
7549
+        # Portland Group compilers (*not* the Pentium gcc compiler,
 
7550
+       # which looks to be a dead project)
 
7551
+       _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
7552
+       _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
 
7553
+       _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
7554
+        ;;
 
7555
+      ccc*)
 
7556
+        _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
7557
+        # All Alpha code is PIC.
 
7558
+        _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
7559
+        ;;
 
7560
+      xl*)
 
7561
+       # IBM XL C 8.0/Fortran 10.1 on PPC
 
7562
+       _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
7563
+       _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
 
7564
+       _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
 
7565
+       ;;
 
7566
+      *)
 
7567
+       case `$CC -V 2>&1 | sed 5q` in
 
7568
+       *Sun\ C*)
 
7569
+         # Sun C 5.9
 
7570
+         _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
7571
+         _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
7572
+         _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
7573
+         ;;
 
7574
+       *Sun\ F*)
 
7575
+         # Sun Fortran 8.3 passes all unrecognized flags to the linker
 
7576
+         _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
7577
+         _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
7578
+         _LT_TAGVAR(lt_prog_compiler_wl, $1)=''
 
7579
+         ;;
 
7580
+       esac
 
7581
+       ;;
 
7582
+      esac
 
7583
+      ;;
 
7584
 
 
7585
-# AC_LIBTOOL_LANG_F77_CONFIG
 
7586
-# --------------------------
 
7587
-# Ensure that the configuration vars for the C compiler are
 
7588
-# suitably defined.  Those variables are subsequently used by
 
7589
-# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
 
7590
-AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG], [_LT_AC_LANG_F77_CONFIG(F77)])
 
7591
-AC_DEFUN([_LT_AC_LANG_F77_CONFIG],
 
7592
-[AC_REQUIRE([AC_PROG_F77])
 
7593
-AC_LANG_PUSH(Fortran 77)
 
7594
+    newsos6)
 
7595
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
7596
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
7597
+      ;;
 
7598
 
 
7599
-_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
7600
-_LT_AC_TAGVAR(allow_undefined_flag, $1)=
 
7601
-_LT_AC_TAGVAR(always_export_symbols, $1)=no
 
7602
-_LT_AC_TAGVAR(archive_expsym_cmds, $1)=
 
7603
-_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
 
7604
-_LT_AC_TAGVAR(hardcode_direct, $1)=no
 
7605
-_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
7606
-_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 
7607
-_LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 
7608
-_LT_AC_TAGVAR(hardcode_minus_L, $1)=no
 
7609
-_LT_AC_TAGVAR(hardcode_automatic, $1)=no
 
7610
-_LT_AC_TAGVAR(module_cmds, $1)=
 
7611
-_LT_AC_TAGVAR(module_expsym_cmds, $1)=
 
7612
-_LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
 
7613
-_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
7614
-_LT_AC_TAGVAR(no_undefined_flag, $1)=
 
7615
-_LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
 
7616
-_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
 
7617
+    *nto* | *qnx*)
 
7618
+      # QNX uses GNU C++, but need to define -shared option too, otherwise
 
7619
+      # it will coredump.
 
7620
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
 
7621
+      ;;
 
7622
 
 
7623
-# Source file extension for f77 test sources.
 
7624
-ac_ext=f
 
7625
+    osf3* | osf4* | osf5*)
 
7626
+      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
7627
+      # All OSF/1 code is PIC.
 
7628
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
7629
+      ;;
 
7630
 
 
7631
-# Object file extension for compiled f77 test sources.
 
7632
-objext=o
 
7633
-_LT_AC_TAGVAR(objext, $1)=$objext
 
7634
+    rdos*)
 
7635
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
7636
+      ;;
 
7637
 
 
7638
-# Code to be used in simple compile tests
 
7639
-lt_simple_compile_test_code="\
 
7640
-      subroutine t
 
7641
-      return
 
7642
-      end
 
7643
-"
 
7644
+    solaris*)
 
7645
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
7646
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
7647
+      case $cc_basename in
 
7648
+      f77* | f90* | f95*)
 
7649
+       _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
 
7650
+      *)
 
7651
+       _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
 
7652
+      esac
 
7653
+      ;;
 
7654
 
 
7655
-# Code to be used in simple link tests
 
7656
-lt_simple_link_test_code="\
 
7657
-      program t
 
7658
-      end
 
7659
-"
 
7660
+    sunos4*)
 
7661
+      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
 
7662
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
 
7663
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
7664
+      ;;
 
7665
 
 
7666
-# ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
7667
-_LT_AC_SYS_COMPILER
 
7668
+    sysv4 | sysv4.2uw2* | sysv4.3*)
 
7669
+      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
7670
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
7671
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
7672
+      ;;
 
7673
 
 
7674
-# save warnings/boilerplate of simple test code
 
7675
-_LT_COMPILER_BOILERPLATE
 
7676
-_LT_LINKER_BOILERPLATE
 
7677
+    sysv4*MP*)
 
7678
+      if test -d /usr/nec ;then
 
7679
+       _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
 
7680
+       _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
7681
+      fi
 
7682
+      ;;
 
7683
 
 
7684
-# Allow CC to be a program name with arguments.
 
7685
-lt_save_CC="$CC"
 
7686
-CC=${F77-"f77"}
 
7687
-compiler=$CC
 
7688
-_LT_AC_TAGVAR(compiler, $1)=$CC
 
7689
-_LT_CC_BASENAME([$compiler])
 
7690
+    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
 
7691
+      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
7692
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
7693
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
7694
+      ;;
 
7695
 
 
7696
-AC_MSG_CHECKING([if libtool supports shared libraries])
 
7697
-AC_MSG_RESULT([$can_build_shared])
 
7698
+    unicos*)
 
7699
+      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
7700
+      _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
 
7701
+      ;;
 
7702
 
 
7703
-AC_MSG_CHECKING([whether to build shared libraries])
 
7704
-test "$can_build_shared" = "no" && enable_shared=no
 
7705
+    uts4*)
 
7706
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
7707
+      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
7708
+      ;;
 
7709
 
 
7710
-# On AIX, shared libraries and static libraries use the same namespace, and
 
7711
-# are all built from PIC.
 
7712
-case $host_os in
 
7713
-aix3*)
 
7714
-  test "$enable_shared" = yes && enable_static=no
 
7715
-  if test -n "$RANLIB"; then
 
7716
-    archive_cmds="$archive_cmds~\$RANLIB \$lib"
 
7717
-    postinstall_cmds='$RANLIB $lib'
 
7718
-  fi
 
7719
-  ;;
 
7720
-aix[[4-9]]*)
 
7721
-  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
 
7722
-    test "$enable_shared" = yes && enable_static=no
 
7723
+    *)
 
7724
+      _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
 
7725
+      ;;
 
7726
+    esac
 
7727
   fi
 
7728
-  ;;
 
7729
+])
 
7730
+case $host_os in
 
7731
+  # For platforms which do not support PIC, -DPIC is meaningless:
 
7732
+  *djgpp*)
 
7733
+    _LT_TAGVAR(lt_prog_compiler_pic, $1)=
 
7734
+    ;;
 
7735
+  *)
 
7736
+    _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])"
 
7737
+    ;;
 
7738
 esac
 
7739
-AC_MSG_RESULT([$enable_shared])
 
7740
+AC_MSG_RESULT([$_LT_TAGVAR(lt_prog_compiler_pic, $1)])
 
7741
+_LT_TAGDECL([wl], [lt_prog_compiler_wl], [1],
 
7742
+       [How to pass a linker flag through the compiler])
 
7743
 
 
7744
-AC_MSG_CHECKING([whether to build static libraries])
 
7745
-# Make sure either enable_shared or enable_static is yes.
 
7746
-test "$enable_shared" = yes || enable_static=yes
 
7747
-AC_MSG_RESULT([$enable_static])
 
7748
-
 
7749
-_LT_AC_TAGVAR(GCC, $1)="$G77"
 
7750
-_LT_AC_TAGVAR(LD, $1)="$LD"
 
7751
-
 
7752
-AC_LIBTOOL_PROG_COMPILER_PIC($1)
 
7753
-AC_LIBTOOL_PROG_CC_C_O($1)
 
7754
-AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
 
7755
-AC_LIBTOOL_PROG_LD_SHLIBS($1)
 
7756
-AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 
7757
-AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
 
7758
-
 
7759
-AC_LIBTOOL_CONFIG($1)
 
7760
+#
 
7761
+# Check to make sure the PIC flag actually works.
 
7762
+#
 
7763
+if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then
 
7764
+  _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works],
 
7765
+    [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)],
 
7766
+    [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [],
 
7767
+    [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in
 
7768
+     "" | " "*) ;;
 
7769
+     *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;;
 
7770
+     esac],
 
7771
+    [_LT_TAGVAR(lt_prog_compiler_pic, $1)=
 
7772
+     _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
 
7773
+fi
 
7774
+_LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1],
 
7775
+       [Additional compiler flags for building library objects])
 
7776
 
 
7777
-AC_LANG_POP
 
7778
-CC="$lt_save_CC"
 
7779
-])# AC_LIBTOOL_LANG_F77_CONFIG
 
7780
+#
 
7781
+# Check to make sure the static flag actually works.
 
7782
+#
 
7783
+wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\"
 
7784
+_LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
 
7785
+  _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1),
 
7786
+  $lt_tmp_static_flag,
 
7787
+  [],
 
7788
+  [_LT_TAGVAR(lt_prog_compiler_static, $1)=])
 
7789
+_LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1],
 
7790
+       [Compiler flag to prevent dynamic linking])
 
7791
+])# _LT_COMPILER_PIC
 
7792
 
 
7793
 
 
7794
-# AC_LIBTOOL_LANG_GCJ_CONFIG
 
7795
-# --------------------------
 
7796
-# Ensure that the configuration vars for the C compiler are
 
7797
-# suitably defined.  Those variables are subsequently used by
 
7798
-# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
 
7799
-AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG], [_LT_AC_LANG_GCJ_CONFIG(GCJ)])
 
7800
-AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG],
 
7801
-[AC_LANG_SAVE
 
7802
+# _LT_LINKER_SHLIBS([TAGNAME])
 
7803
+# ----------------------------
 
7804
+# See if the linker supports building shared libraries.
 
7805
+m4_defun([_LT_LINKER_SHLIBS],
 
7806
+[AC_REQUIRE([LT_PATH_LD])dnl
 
7807
+AC_REQUIRE([LT_PATH_NM])dnl
 
7808
+m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
7809
+m4_require([_LT_DECL_EGREP])dnl
 
7810
+m4_require([_LT_DECL_SED])dnl
 
7811
+m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
 
7812
+m4_require([_LT_TAG_COMPILER])dnl
 
7813
+AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
 
7814
+m4_if([$1], [CXX], [
 
7815
+  _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
7816
+  case $host_os in
 
7817
+  aix[[4-9]]*)
 
7818
+    # If we're using GNU nm, then we don't want the "-C" option.
 
7819
+    # -C means demangle to AIX nm, but means don't demangle with GNU nm
 
7820
+    if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
 
7821
+      _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
 
7822
+    else
 
7823
+      _LT_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'
 
7824
+    fi
 
7825
+    ;;
 
7826
+  pw32*)
 
7827
+    _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
 
7828
+  ;;
 
7829
+  cygwin* | mingw*)
 
7830
+    _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'
 
7831
+  ;;
 
7832
+  linux* | k*bsd*-gnu)
 
7833
+    _LT_TAGVAR(link_all_deplibs, $1)=no
 
7834
+  ;;
 
7835
+  *)
 
7836
+    _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
7837
+  ;;
 
7838
+  esac
 
7839
+  _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
 
7840
+], [
 
7841
+  runpath_var=
 
7842
+  _LT_TAGVAR(allow_undefined_flag, $1)=
 
7843
+  _LT_TAGVAR(always_export_symbols, $1)=no
 
7844
+  _LT_TAGVAR(archive_cmds, $1)=
 
7845
+  _LT_TAGVAR(archive_expsym_cmds, $1)=
 
7846
+  _LT_TAGVAR(compiler_needs_object, $1)=no
 
7847
+  _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
 
7848
+  _LT_TAGVAR(export_dynamic_flag_spec, $1)=
 
7849
+  _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
7850
+  _LT_TAGVAR(hardcode_automatic, $1)=no
 
7851
+  _LT_TAGVAR(hardcode_direct, $1)=no
 
7852
+  _LT_TAGVAR(hardcode_direct_absolute, $1)=no
 
7853
+  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
7854
+  _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 
7855
+  _LT_TAGVAR(hardcode_libdir_separator, $1)=
 
7856
+  _LT_TAGVAR(hardcode_minus_L, $1)=no
 
7857
+  _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
7858
+  _LT_TAGVAR(inherit_rpath, $1)=no
 
7859
+  _LT_TAGVAR(link_all_deplibs, $1)=unknown
 
7860
+  _LT_TAGVAR(module_cmds, $1)=
 
7861
+  _LT_TAGVAR(module_expsym_cmds, $1)=
 
7862
+  _LT_TAGVAR(old_archive_from_new_cmds, $1)=
 
7863
+  _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)=
 
7864
+  _LT_TAGVAR(thread_safe_flag_spec, $1)=
 
7865
+  _LT_TAGVAR(whole_archive_flag_spec, $1)=
 
7866
+  # include_expsyms should be a list of space-separated symbols to be *always*
 
7867
+  # included in the symbol list
 
7868
+  _LT_TAGVAR(include_expsyms, $1)=
 
7869
+  # exclude_expsyms can be an extended regexp of symbols to exclude
 
7870
+  # it will be wrapped by ` (' and `)$', so one must not match beginning or
 
7871
+  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
 
7872
+  # as well as any symbol that contains `d'.
 
7873
+  _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
 
7874
+  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
 
7875
+  # platforms (ab)use it in PIC code, but their linkers get confused if
 
7876
+  # the symbol is explicitly referenced.  Since portable code cannot
 
7877
+  # rely on this symbol name, it's probably fine to never include it in
 
7878
+  # preloaded symbol tables.
 
7879
+  # Exclude shared library initialization/finalization symbols.
 
7880
+dnl Note also adjust exclude_expsyms for C++ above.
 
7881
+  extract_expsyms_cmds=
 
7882
 
 
7883
-# Source file extension for Java test sources.
 
7884
-ac_ext=java
 
7885
-
 
7886
-# Object file extension for compiled Java test sources.
 
7887
-objext=o
 
7888
-_LT_AC_TAGVAR(objext, $1)=$objext
 
7889
-
 
7890
-# Code to be used in simple compile tests
 
7891
-lt_simple_compile_test_code="class foo {}"
 
7892
-
 
7893
-# Code to be used in simple link tests
 
7894
-lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'
 
7895
+  case $host_os in
 
7896
+  cygwin* | mingw* | pw32*)
 
7897
+    # FIXME: the MSVC++ port hasn't been tested in a loooong time
 
7898
+    # When not using gcc, we currently assume that we are using
 
7899
+    # Microsoft Visual C++.
 
7900
+    if test "$GCC" != yes; then
 
7901
+      with_gnu_ld=no
 
7902
+    fi
 
7903
+    ;;
 
7904
+  interix*)
 
7905
+    # we just hope/assume this is gcc and not c89 (= MSVC++)
 
7906
+    with_gnu_ld=yes
 
7907
+    ;;
 
7908
+  openbsd*)
 
7909
+    with_gnu_ld=no
 
7910
+    ;;
 
7911
+  esac
 
7912
 
 
7913
-# ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
7914
-_LT_AC_SYS_COMPILER
 
7915
+  _LT_TAGVAR(ld_shlibs, $1)=yes
 
7916
+  if test "$with_gnu_ld" = yes; then
 
7917
+    # If archive_cmds runs LD, not CC, wlarc should be empty
 
7918
+    wlarc='${wl}'
 
7919
 
 
7920
-# save warnings/boilerplate of simple test code
 
7921
-_LT_COMPILER_BOILERPLATE
 
7922
-_LT_LINKER_BOILERPLATE
 
7923
+    # Set some defaults for GNU ld with shared library support. These
 
7924
+    # are reset later if shared libraries are not supported. Putting them
 
7925
+    # here allows them to be overridden if necessary.
 
7926
+    runpath_var=LD_RUN_PATH
 
7927
+    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
7928
+    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
7929
+    # ancient GNU ld didn't support --whole-archive et. al.
 
7930
+    if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
 
7931
+      _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
7932
+    else
 
7933
+      _LT_TAGVAR(whole_archive_flag_spec, $1)=
 
7934
+    fi
 
7935
+    supports_anon_versioning=no
 
7936
+    case `$LD -v 2>&1` in
 
7937
+      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
 
7938
+      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
 
7939
+      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
 
7940
+      *\ 2.11.*) ;; # other 2.11 versions
 
7941
+      *) supports_anon_versioning=yes ;;
 
7942
+    esac
 
7943
 
 
7944
-# Allow CC to be a program name with arguments.
 
7945
-lt_save_CC="$CC"
 
7946
-CC=${GCJ-"gcj"}
 
7947
-compiler=$CC
 
7948
-_LT_AC_TAGVAR(compiler, $1)=$CC
 
7949
-_LT_CC_BASENAME([$compiler])
 
7950
+    # See if GNU ld supports shared libraries.
 
7951
+    case $host_os in
 
7952
+    aix[[3-9]]*)
 
7953
+      # On AIX/PPC, the GNU linker is very broken
 
7954
+      if test "$host_cpu" != ia64; then
 
7955
+       _LT_TAGVAR(ld_shlibs, $1)=no
 
7956
+       cat <<_LT_EOF 1>&2
 
7957
 
 
7958
-# GCJ did not exist at the time GCC didn't implicitly link libc in.
 
7959
-_LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
7960
+*** Warning: the GNU linker, at least up to release 2.9.1, is reported
 
7961
+*** to be unable to reliably create shared libraries on AIX.
 
7962
+*** Therefore, libtool is disabling shared libraries support.  If you
 
7963
+*** really care for shared libraries, you may want to modify your PATH
 
7964
+*** so that a non-GNU linker is found, and then restart.
 
7965
 
 
7966
-_LT_AC_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
7967
+_LT_EOF
 
7968
+      fi
 
7969
+      ;;
 
7970
 
 
7971
-AC_LIBTOOL_PROG_COMPILER_NO_RTTI($1)
 
7972
-AC_LIBTOOL_PROG_COMPILER_PIC($1)
 
7973
-AC_LIBTOOL_PROG_CC_C_O($1)
 
7974
-AC_LIBTOOL_SYS_HARD_LINK_LOCKS($1)
 
7975
-AC_LIBTOOL_PROG_LD_SHLIBS($1)
 
7976
-AC_LIBTOOL_SYS_DYNAMIC_LINKER($1)
 
7977
-AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH($1)
 
7978
+    amigaos*)
 
7979
+      case $host_cpu in
 
7980
+      powerpc)
 
7981
+            # see comment about AmigaOS4 .so support
 
7982
+            _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
7983
+            _LT_TAGVAR(archive_expsym_cmds, $1)=''
 
7984
+        ;;
 
7985
+      m68k)
 
7986
+            _LT_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)'
 
7987
+            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
7988
+            _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
7989
+        ;;
 
7990
+      esac
 
7991
+      ;;
 
7992
 
 
7993
-AC_LIBTOOL_CONFIG($1)
 
7994
+    beos*)
 
7995
+      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
 
7996
+       _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
 
7997
+       # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
 
7998
+       # support --undefined.  This deserves some investigation.  FIXME
 
7999
+       _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
8000
+      else
 
8001
+       _LT_TAGVAR(ld_shlibs, $1)=no
 
8002
+      fi
 
8003
+      ;;
 
8004
 
 
8005
-AC_LANG_RESTORE
 
8006
-CC="$lt_save_CC"
 
8007
-])# AC_LIBTOOL_LANG_GCJ_CONFIG
 
8008
+    cygwin* | mingw* | pw32*)
 
8009
+      # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
 
8010
+      # as there is no search path for DLLs.
 
8011
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
8012
+      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
 
8013
+      _LT_TAGVAR(always_export_symbols, $1)=no
 
8014
+      _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
8015
+      _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
 
8016
 
 
8017
+      if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
 
8018
+        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
8019
+       # If the export-symbols file already is a .def file (1st line
 
8020
+       # is EXPORTS), use it as is; otherwise, prepend...
 
8021
+       _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
8022
+         cp $export_symbols $output_objdir/$soname.def;
 
8023
+       else
 
8024
+         echo EXPORTS > $output_objdir/$soname.def;
 
8025
+         cat $export_symbols >> $output_objdir/$soname.def;
 
8026
+       fi~
 
8027
+       $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
8028
+      else
 
8029
+       _LT_TAGVAR(ld_shlibs, $1)=no
 
8030
+      fi
 
8031
+      ;;
 
8032
 
 
8033
-# AC_LIBTOOL_LANG_RC_CONFIG
 
8034
-# -------------------------
 
8035
-# Ensure that the configuration vars for the Windows resource compiler are
 
8036
-# suitably defined.  Those variables are subsequently used by
 
8037
-# AC_LIBTOOL_CONFIG to write the compiler configuration to `libtool'.
 
8038
-AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG], [_LT_AC_LANG_RC_CONFIG(RC)])
 
8039
-AC_DEFUN([_LT_AC_LANG_RC_CONFIG],
 
8040
-[AC_LANG_SAVE
 
8041
+    interix[[3-9]]*)
 
8042
+      _LT_TAGVAR(hardcode_direct, $1)=no
 
8043
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8044
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
8045
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
8046
+      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
 
8047
+      # Instead, shared libraries are loaded at an image base (0x10000000 by
 
8048
+      # default) and relocated if they conflict, which is a slow very memory
 
8049
+      # consuming and fragmenting process.  To avoid this, we pick a random,
 
8050
+      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
 
8051
+      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
 
8052
+      _LT_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'
 
8053
+      _LT_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'
 
8054
+      ;;
 
8055
 
 
8056
-# Source file extension for RC test sources.
 
8057
-ac_ext=rc
 
8058
+    gnu* | linux* | tpf* | k*bsd*-gnu)
 
8059
+      tmp_diet=no
 
8060
+      if test "$host_os" = linux-dietlibc; then
 
8061
+       case $cc_basename in
 
8062
+         diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
 
8063
+       esac
 
8064
+      fi
 
8065
+      if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
 
8066
+        && test "$tmp_diet" = no
 
8067
+      then
 
8068
+       tmp_addflag=
 
8069
+       tmp_sharedflag='-shared'
 
8070
+       case $cc_basename,$host_cpu in
 
8071
+        pgcc*)                         # Portland Group C compiler
 
8072
+         _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
 
8073
+         tmp_addflag=' $pic_flag'
 
8074
+         ;;
 
8075
+       pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
 
8076
+         _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
 
8077
+         tmp_addflag=' $pic_flag -Mnomain' ;;
 
8078
+       ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
 
8079
+         tmp_addflag=' -i_dynamic' ;;
 
8080
+       efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
 
8081
+         tmp_addflag=' -i_dynamic -nofor_main' ;;
 
8082
+       ifc* | ifort*)                  # Intel Fortran compiler
 
8083
+         tmp_addflag=' -nofor_main' ;;
 
8084
+       xl[[cC]]*)                      # IBM XL C 8.0 on PPC (deal with xlf below)
 
8085
+         tmp_sharedflag='-qmkshrobj'
 
8086
+         tmp_addflag= ;;
 
8087
+       esac
 
8088
+       case `$CC -V 2>&1 | sed 5q` in
 
8089
+       *Sun\ C*)                       # Sun C 5.9
 
8090
+         _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
 
8091
+         _LT_TAGVAR(compiler_needs_object, $1)=yes
 
8092
+         tmp_sharedflag='-G' ;;
 
8093
+       *Sun\ F*)                       # Sun Fortran 8.3
 
8094
+         tmp_sharedflag='-G' ;;
 
8095
+       esac
 
8096
+       _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
8097
 
 
8098
-# Object file extension for compiled RC test sources.
 
8099
-objext=o
 
8100
-_LT_AC_TAGVAR(objext, $1)=$objext
 
8101
+        if test "x$supports_anon_versioning" = xyes; then
 
8102
+          _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
 
8103
+           cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
 
8104
+           echo "local: *; };" >> $output_objdir/$libname.ver~
 
8105
+           $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
 
8106
+        fi
 
8107
 
 
8108
-# Code to be used in simple compile tests
 
8109
-lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
 
8110
+       case $cc_basename in
 
8111
+       xlf*)
 
8112
+         # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
 
8113
+         _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive'
 
8114
+         _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
8115
+         _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
 
8116
+         _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
 
8117
+         if test "x$supports_anon_versioning" = xyes; then
 
8118
+           _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
 
8119
+             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
 
8120
+             echo "local: *; };" >> $output_objdir/$libname.ver~
 
8121
+             $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
 
8122
+         fi
 
8123
+         ;;
 
8124
+       esac
 
8125
+      else
 
8126
+        _LT_TAGVAR(ld_shlibs, $1)=no
 
8127
+      fi
 
8128
+      ;;
 
8129
 
 
8130
-# Code to be used in simple link tests
 
8131
-lt_simple_link_test_code="$lt_simple_compile_test_code"
 
8132
+    netbsd* | netbsdelf*-gnu)
 
8133
+      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 
8134
+       _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
 
8135
+       wlarc=
 
8136
+      else
 
8137
+       _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
8138
+       _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
8139
+      fi
 
8140
+      ;;
 
8141
 
 
8142
-# ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
8143
-_LT_AC_SYS_COMPILER
 
8144
+    solaris*)
 
8145
+      if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
 
8146
+       _LT_TAGVAR(ld_shlibs, $1)=no
 
8147
+       cat <<_LT_EOF 1>&2
 
8148
 
 
8149
-# save warnings/boilerplate of simple test code
 
8150
-_LT_COMPILER_BOILERPLATE
 
8151
-_LT_LINKER_BOILERPLATE
 
8152
+*** Warning: The releases 2.8.* of the GNU linker cannot reliably
 
8153
+*** create shared libraries on Solaris systems.  Therefore, libtool
 
8154
+*** is disabling shared libraries support.  We urge you to upgrade GNU
 
8155
+*** binutils to release 2.9.1 or newer.  Another option is to modify
 
8156
+*** your PATH or compiler configuration so that the native linker is
 
8157
+*** used, and then restart.
 
8158
 
 
8159
-# Allow CC to be a program name with arguments.
 
8160
-lt_save_CC="$CC"
 
8161
-CC=${RC-"windres"}
 
8162
-compiler=$CC
 
8163
-_LT_AC_TAGVAR(compiler, $1)=$CC
 
8164
-_LT_CC_BASENAME([$compiler])
 
8165
-_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
 
8166
+_LT_EOF
 
8167
+      elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
 
8168
+       _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
8169
+       _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
8170
+      else
 
8171
+       _LT_TAGVAR(ld_shlibs, $1)=no
 
8172
+      fi
 
8173
+      ;;
 
8174
 
 
8175
-AC_LIBTOOL_CONFIG($1)
 
8176
+    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
 
8177
+      case `$LD -v 2>&1` in
 
8178
+        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
 
8179
+       _LT_TAGVAR(ld_shlibs, $1)=no
 
8180
+       cat <<_LT_EOF 1>&2
 
8181
 
 
8182
-AC_LANG_RESTORE
 
8183
-CC="$lt_save_CC"
 
8184
-])# AC_LIBTOOL_LANG_RC_CONFIG
 
8185
+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
 
8186
+*** reliably create shared libraries on SCO systems.  Therefore, libtool
 
8187
+*** is disabling shared libraries support.  We urge you to upgrade GNU
 
8188
+*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
 
8189
+*** your PATH or compiler configuration so that the native linker is
 
8190
+*** used, and then restart.
 
8191
 
 
8192
+_LT_EOF
 
8193
+       ;;
 
8194
+       *)
 
8195
+         # For security reasons, it is highly recommended that you always
 
8196
+         # use absolute paths for naming shared libraries, and exclude the
 
8197
+         # DT_RUNPATH tag from executables and libraries.  But doing so
 
8198
+         # requires that you compile everything twice, which is a pain.
 
8199
+         if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
 
8200
+           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
8201
+           _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
8202
+           _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
8203
+         else
 
8204
+           _LT_TAGVAR(ld_shlibs, $1)=no
 
8205
+         fi
 
8206
+       ;;
 
8207
+      esac
 
8208
+      ;;
 
8209
 
 
8210
-# AC_LIBTOOL_CONFIG([TAGNAME])
 
8211
-# ----------------------------
 
8212
-# If TAGNAME is not passed, then create an initial libtool script
 
8213
-# with a default configuration from the untagged config vars.  Otherwise
 
8214
-# add code to config.status for appending the configuration named by
 
8215
-# TAGNAME from the matching tagged config vars.
 
8216
-AC_DEFUN([AC_LIBTOOL_CONFIG],
 
8217
-[# The else clause should only fire when bootstrapping the
 
8218
-# libtool distribution, otherwise you forgot to ship ltmain.sh
 
8219
-# with your package, and you will get complaints that there are
 
8220
-# no rules to generate ltmain.sh.
 
8221
-if test -f "$ltmain"; then
 
8222
-  # See if we are running on zsh, and set the options which allow our commands through
 
8223
-  # without removal of \ escapes.
 
8224
-  if test -n "${ZSH_VERSION+set}" ; then
 
8225
-    setopt NO_GLOB_SUBST
 
8226
-  fi
 
8227
-  # Now quote all the things that may contain metacharacters while being
 
8228
-  # careful not to overquote the AC_SUBSTed values.  We take copies of the
 
8229
-  # variables and quote the copies for generation of the libtool script.
 
8230
-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
 
8231
-    SED SHELL STRIP \
 
8232
-    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
 
8233
-    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
 
8234
-    deplibs_check_method reload_flag reload_cmds need_locks \
 
8235
-    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
 
8236
-    lt_cv_sys_global_symbol_to_c_name_address \
 
8237
-    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
 
8238
-    old_postinstall_cmds old_postuninstall_cmds \
 
8239
-    _LT_AC_TAGVAR(compiler, $1) \
 
8240
-    _LT_AC_TAGVAR(CC, $1) \
 
8241
-    _LT_AC_TAGVAR(LD, $1) \
 
8242
-    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1) \
 
8243
-    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1) \
 
8244
-    _LT_AC_TAGVAR(lt_prog_compiler_static, $1) \
 
8245
-    _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) \
 
8246
-    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1) \
 
8247
-    _LT_AC_TAGVAR(thread_safe_flag_spec, $1) \
 
8248
-    _LT_AC_TAGVAR(whole_archive_flag_spec, $1) \
 
8249
-    _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1) \
 
8250
-    _LT_AC_TAGVAR(old_archive_cmds, $1) \
 
8251
-    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) \
 
8252
-    _LT_AC_TAGVAR(predep_objects, $1) \
 
8253
-    _LT_AC_TAGVAR(postdep_objects, $1) \
 
8254
-    _LT_AC_TAGVAR(predeps, $1) \
 
8255
-    _LT_AC_TAGVAR(postdeps, $1) \
 
8256
-    _LT_AC_TAGVAR(compiler_lib_search_path, $1) \
 
8257
-    _LT_AC_TAGVAR(compiler_lib_search_dirs, $1) \
 
8258
-    _LT_AC_TAGVAR(archive_cmds, $1) \
 
8259
-    _LT_AC_TAGVAR(archive_expsym_cmds, $1) \
 
8260
-    _LT_AC_TAGVAR(postinstall_cmds, $1) \
 
8261
-    _LT_AC_TAGVAR(postuninstall_cmds, $1) \
 
8262
-    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) \
 
8263
-    _LT_AC_TAGVAR(allow_undefined_flag, $1) \
 
8264
-    _LT_AC_TAGVAR(no_undefined_flag, $1) \
 
8265
-    _LT_AC_TAGVAR(export_symbols_cmds, $1) \
 
8266
-    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) \
 
8267
-    _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1) \
 
8268
-    _LT_AC_TAGVAR(hardcode_libdir_separator, $1) \
 
8269
-    _LT_AC_TAGVAR(hardcode_automatic, $1) \
 
8270
-    _LT_AC_TAGVAR(module_cmds, $1) \
 
8271
-    _LT_AC_TAGVAR(module_expsym_cmds, $1) \
 
8272
-    _LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1) \
 
8273
-    _LT_AC_TAGVAR(fix_srcfile_path, $1) \
 
8274
-    _LT_AC_TAGVAR(exclude_expsyms, $1) \
 
8275
-    _LT_AC_TAGVAR(include_expsyms, $1); do
 
8276
-
 
8277
-    case $var in
 
8278
-    _LT_AC_TAGVAR(old_archive_cmds, $1) | \
 
8279
-    _LT_AC_TAGVAR(old_archive_from_new_cmds, $1) | \
 
8280
-    _LT_AC_TAGVAR(archive_cmds, $1) | \
 
8281
-    _LT_AC_TAGVAR(archive_expsym_cmds, $1) | \
 
8282
-    _LT_AC_TAGVAR(module_cmds, $1) | \
 
8283
-    _LT_AC_TAGVAR(module_expsym_cmds, $1) | \
 
8284
-    _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1) | \
 
8285
-    _LT_AC_TAGVAR(export_symbols_cmds, $1) | \
 
8286
-    extract_expsyms_cmds | reload_cmds | finish_cmds | \
 
8287
-    postinstall_cmds | postuninstall_cmds | \
 
8288
-    old_postinstall_cmds | old_postuninstall_cmds | \
 
8289
-    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
 
8290
-      # Double-quote double-evaled strings.
 
8291
-      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
 
8292
+    sunos4*)
 
8293
+      _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
8294
+      wlarc=
 
8295
+      _LT_TAGVAR(hardcode_direct, $1)=yes
 
8296
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8297
       ;;
 
8298
+
 
8299
     *)
 
8300
-      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
 
8301
+      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
 
8302
+       _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
8303
+       _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
8304
+      else
 
8305
+       _LT_TAGVAR(ld_shlibs, $1)=no
 
8306
+      fi
 
8307
       ;;
 
8308
     esac
 
8309
-  done
 
8310
-
 
8311
-  case $lt_echo in
 
8312
-  *'\[$]0 --fallback-echo"')
 
8313
-    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\[$]0 --fallback-echo"[$]/[$]0 --fallback-echo"/'`
 
8314
-    ;;
 
8315
-  esac
 
8316
 
 
8317
-ifelse([$1], [],
 
8318
-  [cfgfile="${ofile}T"
 
8319
-  trap "$rm \"$cfgfile\"; exit 1" 1 2 15
 
8320
-  $rm -f "$cfgfile"
 
8321
-  AC_MSG_NOTICE([creating $ofile])],
 
8322
-  [cfgfile="$ofile"])
 
8323
-
 
8324
-  cat <<__EOF__ >> "$cfgfile"
 
8325
-ifelse([$1], [],
 
8326
-[#! $SHELL
 
8327
+    if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then
 
8328
+      runpath_var=
 
8329
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
8330
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)=
 
8331
+      _LT_TAGVAR(whole_archive_flag_spec, $1)=
 
8332
+    fi
 
8333
+  else
 
8334
+    # PORTME fill in a description of your system's linker (not GNU ld)
 
8335
+    case $host_os in
 
8336
+    aix3*)
 
8337
+      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
 
8338
+      _LT_TAGVAR(always_export_symbols, $1)=yes
 
8339
+      _LT_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
 
8340
+      # Note: this linker hardcodes the directories in LIBPATH if there
 
8341
+      # are no directories specified by -L.
 
8342
+      _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
8343
+      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
 
8344
+       # Neither direct hardcoding nor static linking is supported with a
 
8345
+       # broken collect2.
 
8346
+       _LT_TAGVAR(hardcode_direct, $1)=unsupported
 
8347
+      fi
 
8348
+      ;;
 
8349
 
 
8350
-# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
 
8351
-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
 
8352
-# NOTE: Changes made to this file will be lost: look at ltmain.sh.
 
8353
-#
 
8354
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 
8355
-# Free Software Foundation, Inc.
 
8356
-#
 
8357
-# This file is part of GNU Libtool:
 
8358
-# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
 
8359
-#
 
8360
-# This program is free software; you can redistribute it and/or modify
 
8361
-# it under the terms of the GNU General Public License as published by
 
8362
-# the Free Software Foundation; either version 2 of the License, or
 
8363
-# (at your option) any later version.
 
8364
-#
 
8365
-# This program is distributed in the hope that it will be useful, but
 
8366
-# WITHOUT ANY WARRANTY; without even the implied warranty of
 
8367
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
8368
-# General Public License for more details.
 
8369
-#
 
8370
-# You should have received a copy of the GNU General Public License
 
8371
-# along with this program; if not, write to the Free Software
 
8372
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
8373
-#
 
8374
-# As a special exception to the GNU General Public License, if you
 
8375
-# distribute this file as part of a program that contains a
 
8376
-# configuration script generated by Autoconf, you may include it under
 
8377
-# the same distribution terms that you use for the rest of that program.
 
8378
+    aix[[4-9]]*)
 
8379
+      if test "$host_cpu" = ia64; then
 
8380
+       # On IA64, the linker does run time linking by default, so we don't
 
8381
+       # have to do anything special.
 
8382
+       aix_use_runtimelinking=no
 
8383
+       exp_sym_flag='-Bexport'
 
8384
+       no_entry_flag=""
 
8385
+      else
 
8386
+       # If we're using GNU nm, then we don't want the "-C" option.
 
8387
+       # -C means demangle to AIX nm, but means don't demangle with GNU nm
 
8388
+       if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
 
8389
+         _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
 
8390
+       else
 
8391
+         _LT_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'
 
8392
+       fi
 
8393
+       aix_use_runtimelinking=no
 
8394
 
 
8395
-# A sed program that does not truncate output.
 
8396
-SED=$lt_SED
 
8397
+       # Test if we are trying to use run time linking or normal
 
8398
+       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
 
8399
+       # need to do runtime linking.
 
8400
+       case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
 
8401
+         for ld_flag in $LDFLAGS; do
 
8402
+         if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
 
8403
+           aix_use_runtimelinking=yes
 
8404
+           break
 
8405
+         fi
 
8406
+         done
 
8407
+         ;;
 
8408
+       esac
 
8409
 
 
8410
-# Sed that helps us avoid accidentally triggering echo(1) options like -n.
 
8411
-Xsed="$SED -e 1s/^X//"
 
8412
-
 
8413
-# The HP-UX ksh and POSIX shell print the target directory to stdout
 
8414
-# if CDPATH is set.
 
8415
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
8416
+       exp_sym_flag='-bexport'
 
8417
+       no_entry_flag='-bnoentry'
 
8418
+      fi
 
8419
 
 
8420
-# The names of the tagged configurations supported by this script.
 
8421
-available_tags=
 
8422
+      # When large executables or shared objects are built, AIX ld can
 
8423
+      # have problems creating the table of contents.  If linking a library
 
8424
+      # or program results in "error TOC overflow" add -mminimal-toc to
 
8425
+      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
 
8426
+      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
 
8427
 
 
8428
-# ### BEGIN LIBTOOL CONFIG],
 
8429
-[# ### BEGIN LIBTOOL TAG CONFIG: $tagname])
 
8430
+      _LT_TAGVAR(archive_cmds, $1)=''
 
8431
+      _LT_TAGVAR(hardcode_direct, $1)=yes
 
8432
+      _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
 
8433
+      _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
 
8434
+      _LT_TAGVAR(link_all_deplibs, $1)=yes
 
8435
+      _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
 
8436
 
 
8437
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 
8438
+      if test "$GCC" = yes; then
 
8439
+       case $host_os in aix4.[[012]]|aix4.[[012]].*)
 
8440
+       # We only want to do this on AIX 4.2 and lower, the check
 
8441
+       # below for broken collect2 doesn't work under 4.3+
 
8442
+         collect2name=`${CC} -print-prog-name=collect2`
 
8443
+         if test -f "$collect2name" &&
 
8444
+          strings "$collect2name" | $GREP resolve_lib_name >/dev/null
 
8445
+         then
 
8446
+         # We have reworked collect2
 
8447
+         :
 
8448
+         else
 
8449
+         # We have old collect2
 
8450
+         _LT_TAGVAR(hardcode_direct, $1)=unsupported
 
8451
+         # It fails to find uninstalled libraries when the uninstalled
 
8452
+         # path is not listed in the libpath.  Setting hardcode_minus_L
 
8453
+         # to unsupported forces relinking
 
8454
+         _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
8455
+         _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
8456
+         _LT_TAGVAR(hardcode_libdir_separator, $1)=
 
8457
+         fi
 
8458
+         ;;
 
8459
+       esac
 
8460
+       shared_flag='-shared'
 
8461
+       if test "$aix_use_runtimelinking" = yes; then
 
8462
+         shared_flag="$shared_flag "'${wl}-G'
 
8463
+       fi
 
8464
+       _LT_TAGVAR(link_all_deplibs, $1)=no
 
8465
+      else
 
8466
+       # not using gcc
 
8467
+       if test "$host_cpu" = ia64; then
 
8468
+       # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
 
8469
+       # chokes on -Wl,-G. The following line is correct:
 
8470
+         shared_flag='-G'
 
8471
+       else
 
8472
+         if test "$aix_use_runtimelinking" = yes; then
 
8473
+           shared_flag='${wl}-G'
 
8474
+         else
 
8475
+           shared_flag='${wl}-bM:SRE'
 
8476
+         fi
 
8477
+       fi
 
8478
+      fi
 
8479
 
 
8480
-# Shell to use when invoking shell scripts.
 
8481
-SHELL=$lt_SHELL
 
8482
+      # It seems that -bexpall does not export symbols beginning with
 
8483
+      # underscore (_), so it is better to generate a list of symbols to export.
 
8484
+      _LT_TAGVAR(always_export_symbols, $1)=yes
 
8485
+      if test "$aix_use_runtimelinking" = yes; then
 
8486
+       # Warning - without using the other runtime loading flags (-brtl),
 
8487
+       # -berok will link without error, but may produce a broken library.
 
8488
+       _LT_TAGVAR(allow_undefined_flag, $1)='-berok'
 
8489
+        # Determine the default libpath from the value encoded in an
 
8490
+        # empty executable.
 
8491
+        _LT_SYS_MODULE_PATH_AIX
 
8492
+        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
8493
+        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
 
8494
+      else
 
8495
+       if test "$host_cpu" = ia64; then
 
8496
+         _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
 
8497
+         _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
 
8498
+         _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
 
8499
+       else
 
8500
+        # Determine the default libpath from the value encoded in an
 
8501
+        # empty executable.
 
8502
+        _LT_SYS_MODULE_PATH_AIX
 
8503
+        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
8504
+         # Warning - without using the other run time loading flags,
 
8505
+         # -berok will link without error, but may produce a broken library.
 
8506
+         _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
 
8507
+         _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
 
8508
+         # Exported symbols can be pulled into shared objects from archives
 
8509
+         _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
 
8510
+         _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
 
8511
+         # This is similar to how AIX traditionally builds its shared libraries.
 
8512
+         _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
 
8513
+       fi
 
8514
+      fi
 
8515
+      ;;
 
8516
 
 
8517
-# Whether or not to build shared libraries.
 
8518
-build_libtool_libs=$enable_shared
 
8519
+    amigaos*)
 
8520
+      case $host_cpu in
 
8521
+      powerpc)
 
8522
+            # see comment about AmigaOS4 .so support
 
8523
+            _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
8524
+            _LT_TAGVAR(archive_expsym_cmds, $1)=''
 
8525
+        ;;
 
8526
+      m68k)
 
8527
+            _LT_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)'
 
8528
+            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
8529
+            _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
8530
+        ;;
 
8531
+      esac
 
8532
+      ;;
 
8533
 
 
8534
-# Whether or not to build static libraries.
 
8535
-build_old_libs=$enable_static
 
8536
+    bsdi[[45]]*)
 
8537
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
 
8538
+      ;;
 
8539
 
 
8540
-# Whether or not to add -lc for building shared libraries.
 
8541
-build_libtool_need_lc=$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)
 
8542
+    cygwin* | mingw* | pw32*)
 
8543
+      # When not using gcc, we currently assume that we are using
 
8544
+      # Microsoft Visual C++.
 
8545
+      # hardcode_libdir_flag_spec is actually meaningless, as there is
 
8546
+      # no search path for DLLs.
 
8547
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
 
8548
+      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
 
8549
+      # Tell ltmain to make .lib files, not .a files.
 
8550
+      libext=lib
 
8551
+      # Tell ltmain to make .dll files, not .so files.
 
8552
+      shrext_cmds=".dll"
 
8553
+      # FIXME: Setting linknames here is a bad hack.
 
8554
+      _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
 
8555
+      # The linker will automatically build a .lib file if we build a DLL.
 
8556
+      _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
 
8557
+      # FIXME: Should let the user specify the lib program.
 
8558
+      _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
 
8559
+      _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
 
8560
+      _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
8561
+      ;;
 
8562
 
 
8563
-# Whether or not to disallow shared libs when runtime libs are static
 
8564
-allow_libtool_libs_with_static_runtimes=$_LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)
 
8565
+    darwin* | rhapsody*)
 
8566
+      _LT_DARWIN_LINKER_FEATURES($1)
 
8567
+      ;;
 
8568
 
 
8569
-# Whether or not to optimize for fast installation.
 
8570
-fast_install=$enable_fast_install
 
8571
+    dgux*)
 
8572
+      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
8573
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
8574
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8575
+      ;;
 
8576
 
 
8577
-# The host system.
 
8578
-host_alias=$host_alias
 
8579
-host=$host
 
8580
-host_os=$host_os
 
8581
+    freebsd1*)
 
8582
+      _LT_TAGVAR(ld_shlibs, $1)=no
 
8583
+      ;;
 
8584
 
 
8585
-# The build system.
 
8586
-build_alias=$build_alias
 
8587
-build=$build
 
8588
-build_os=$build_os
 
8589
+    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
 
8590
+    # support.  Future versions do this automatically, but an explicit c++rt0.o
 
8591
+    # does not break anything, and helps significantly (at the cost of a little
 
8592
+    # extra space).
 
8593
+    freebsd2.2*)
 
8594
+      _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
 
8595
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
8596
+      _LT_TAGVAR(hardcode_direct, $1)=yes
 
8597
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8598
+      ;;
 
8599
 
 
8600
-# An echo program that does not interpret backslashes.
 
8601
-echo=$lt_echo
 
8602
+    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
 
8603
+    freebsd2*)
 
8604
+      _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
8605
+      _LT_TAGVAR(hardcode_direct, $1)=yes
 
8606
+      _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
8607
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8608
+      ;;
 
8609
 
 
8610
-# The archiver.
 
8611
-AR=$lt_AR
 
8612
-AR_FLAGS=$lt_AR_FLAGS
 
8613
+    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
 
8614
+    freebsd* | dragonfly*)
 
8615
+      _LT_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
 
8616
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
8617
+      _LT_TAGVAR(hardcode_direct, $1)=yes
 
8618
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8619
+      ;;
 
8620
 
 
8621
-# A C compiler.
 
8622
-LTCC=$lt_LTCC
 
8623
+    hpux9*)
 
8624
+      if test "$GCC" = yes; then
 
8625
+       _LT_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'
 
8626
+      else
 
8627
+       _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
8628
+      fi
 
8629
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
8630
+      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
8631
+      _LT_TAGVAR(hardcode_direct, $1)=yes
 
8632
 
 
8633
-# LTCC compiler flags.
 
8634
-LTCFLAGS=$lt_LTCFLAGS
 
8635
+      # hardcode_minus_L: Not really in the search PATH,
 
8636
+      # but as the default location of the library.
 
8637
+      _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
8638
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
8639
+      ;;
 
8640
 
 
8641
-# A language-specific compiler.
 
8642
-CC=$lt_[]_LT_AC_TAGVAR(compiler, $1)
 
8643
+    hpux10*)
 
8644
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
8645
+       _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
8646
+      else
 
8647
+       _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
 
8648
+      fi
 
8649
+      if test "$with_gnu_ld" = no; then
 
8650
+       _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
8651
+       _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
 
8652
+       _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
8653
+       _LT_TAGVAR(hardcode_direct, $1)=yes
 
8654
+       _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
 
8655
+       _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
8656
+       # hardcode_minus_L: Not really in the search PATH,
 
8657
+       # but as the default location of the library.
 
8658
+       _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
8659
+      fi
 
8660
+      ;;
 
8661
 
 
8662
-# Is the compiler the GNU C compiler?
 
8663
-with_gcc=$_LT_AC_TAGVAR(GCC, $1)
 
8664
+    hpux11*)
 
8665
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
8666
+       case $host_cpu in
 
8667
+       hppa*64*)
 
8668
+         _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
8669
+         ;;
 
8670
+       ia64*)
 
8671
+         _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
8672
+         ;;
 
8673
+       *)
 
8674
+         _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
8675
+         ;;
 
8676
+       esac
 
8677
+      else
 
8678
+       case $host_cpu in
 
8679
+       hppa*64*)
 
8680
+         _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
8681
+         ;;
 
8682
+       ia64*)
 
8683
+         _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
8684
+         ;;
 
8685
+       *)
 
8686
+         _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
8687
+         ;;
 
8688
+       esac
 
8689
+      fi
 
8690
+      if test "$with_gnu_ld" = no; then
 
8691
+       _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
8692
+       _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
8693
 
 
8694
-# An ERE matcher.
 
8695
-EGREP=$lt_EGREP
 
8696
+       case $host_cpu in
 
8697
+       hppa*64*|ia64*)
 
8698
+         _LT_TAGVAR(hardcode_direct, $1)=no
 
8699
+         _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8700
+         ;;
 
8701
+       *)
 
8702
+         _LT_TAGVAR(hardcode_direct, $1)=yes
 
8703
+         _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
 
8704
+         _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
8705
 
 
8706
-# The linker used to build libraries.
 
8707
-LD=$lt_[]_LT_AC_TAGVAR(LD, $1)
 
8708
+         # hardcode_minus_L: Not really in the search PATH,
 
8709
+         # but as the default location of the library.
 
8710
+         _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
8711
+         ;;
 
8712
+       esac
 
8713
+      fi
 
8714
+      ;;
 
8715
 
 
8716
-# Whether we need hard or soft links.
 
8717
-LN_S=$lt_LN_S
 
8718
+    irix5* | irix6* | nonstopux*)
 
8719
+      if test "$GCC" = yes; then
 
8720
+       _LT_TAGVAR(archive_cmds, $1)='$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'
 
8721
+       # Try to use the -exported_symbol ld option, if it does not
 
8722
+       # work, assume that -exports_file does not work either and
 
8723
+       # implicitly export all symbols.
 
8724
+        save_LDFLAGS="$LDFLAGS"
 
8725
+        LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
 
8726
+        AC_LINK_IFELSE(int foo(void) {},
 
8727
+          _LT_TAGVAR(archive_expsym_cmds, $1)='$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'
 
8728
+        )
 
8729
+        LDFLAGS="$save_LDFLAGS"
 
8730
+      else
 
8731
+       _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
 
8732
+       _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
 
8733
+      fi
 
8734
+      _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
 
8735
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
8736
+      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
8737
+      _LT_TAGVAR(inherit_rpath, $1)=yes
 
8738
+      _LT_TAGVAR(link_all_deplibs, $1)=yes
 
8739
+      ;;
 
8740
 
 
8741
-# A BSD-compatible nm program.
 
8742
-NM=$lt_NM
 
8743
+    netbsd* | netbsdelf*-gnu)
 
8744
+      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 
8745
+       _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
 
8746
+      else
 
8747
+       _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
 
8748
+      fi
 
8749
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
8750
+      _LT_TAGVAR(hardcode_direct, $1)=yes
 
8751
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8752
+      ;;
 
8753
 
 
8754
-# A symbol stripping program
 
8755
-STRIP=$lt_STRIP
 
8756
+    newsos6)
 
8757
+      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
8758
+      _LT_TAGVAR(hardcode_direct, $1)=yes
 
8759
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
8760
+      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
8761
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8762
+      ;;
 
8763
 
 
8764
-# Used to examine libraries when file_magic_cmd begins "file"
 
8765
-MAGIC_CMD=$MAGIC_CMD
 
8766
+    *nto* | *qnx*)
 
8767
+      ;;
 
8768
 
 
8769
-# Used on cygwin: DLL creation program.
 
8770
-DLLTOOL="$DLLTOOL"
 
8771
+    openbsd*)
 
8772
+      if test -f /usr/libexec/ld.so; then
 
8773
+       _LT_TAGVAR(hardcode_direct, $1)=yes
 
8774
+       _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8775
+       _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
 
8776
+       if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
8777
+         _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
8778
+         _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
 
8779
+         _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
8780
+         _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
8781
+       else
 
8782
+         case $host_os in
 
8783
+          openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
 
8784
+            _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
8785
+            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
8786
+            ;;
 
8787
+          *)
 
8788
+            _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
8789
+            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
8790
+            ;;
 
8791
+         esac
 
8792
+       fi
 
8793
+      else
 
8794
+       _LT_TAGVAR(ld_shlibs, $1)=no
 
8795
+      fi
 
8796
+      ;;
 
8797
 
 
8798
-# Used on cygwin: object dumper.
 
8799
-OBJDUMP="$OBJDUMP"
 
8800
+    os2*)
 
8801
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
8802
+      _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
8803
+      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
 
8804
+      _LT_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'
 
8805
+      _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
 
8806
+      ;;
 
8807
 
 
8808
-# Used on cygwin: assembler.
 
8809
-AS="$AS"
 
8810
+    osf3*)
 
8811
+      if test "$GCC" = yes; then
 
8812
+       _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
8813
+       _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $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'
 
8814
+      else
 
8815
+       _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
8816
+       _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
 
8817
+      fi
 
8818
+      _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
 
8819
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
8820
+      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
8821
+      ;;
 
8822
 
 
8823
-# The name of the directory that contains temporary libtool files.
 
8824
-objdir=$objdir
 
8825
+    osf4* | osf5*)     # as osf3* with the addition of -msym flag
 
8826
+      if test "$GCC" = yes; then
 
8827
+       _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
8828
+       _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${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'
 
8829
+       _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
8830
+      else
 
8831
+       _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
8832
+       _LT_TAGVAR(archive_cmds, $1)='$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'
 
8833
+       _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
 
8834
+       $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'
 
8835
 
 
8836
-# How to create reloadable object files.
 
8837
-reload_flag=$lt_reload_flag
 
8838
-reload_cmds=$lt_reload_cmds
 
8839
+       # Both c and cxx compiler support -rpath directly
 
8840
+       _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
 
8841
+      fi
 
8842
+      _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
 
8843
+      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
8844
+      ;;
 
8845
 
 
8846
-# How to pass a linker flag through the compiler.
 
8847
-wl=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
 
8848
+    solaris*)
 
8849
+      _LT_TAGVAR(no_undefined_flag, $1)=' -z defs'
 
8850
+      if test "$GCC" = yes; then
 
8851
+       wlarc='${wl}'
 
8852
+       _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
8853
+       _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
 
8854
+         $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
 
8855
+      else
 
8856
+       case `$CC -V 2>&1` in
 
8857
+       *"Compilers 5.0"*)
 
8858
+         wlarc=''
 
8859
+         _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
8860
+         _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
 
8861
+         $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
 
8862
+         ;;
 
8863
+       *)
 
8864
+         wlarc='${wl}'
 
8865
+         _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
 
8866
+         _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
 
8867
+         $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
 
8868
+         ;;
 
8869
+       esac
 
8870
+      fi
 
8871
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
8872
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8873
+      case $host_os in
 
8874
+      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
 
8875
+      *)
 
8876
+       # The compiler driver will combine and reorder linker options,
 
8877
+       # but understands `-z linker_flag'.  GCC discards it without `$wl',
 
8878
+       # but is careful enough not to reorder.
 
8879
+       # Supported since Solaris 2.6 (maybe 2.5.1?)
 
8880
+       if test "$GCC" = yes; then
 
8881
+         _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
 
8882
+       else
 
8883
+         _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
 
8884
+       fi
 
8885
+       ;;
 
8886
+      esac
 
8887
+      _LT_TAGVAR(link_all_deplibs, $1)=yes
 
8888
+      ;;
 
8889
 
 
8890
-# Object file suffix (normally "o").
 
8891
-objext="$ac_objext"
 
8892
+    sunos4*)
 
8893
+      if test "x$host_vendor" = xsequent; then
 
8894
+       # Use $CC to link under sequent, because it throws in some extra .o
 
8895
+       # files that make .init and .fini sections work.
 
8896
+       _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
 
8897
+      else
 
8898
+       _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
 
8899
+      fi
 
8900
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
8901
+      _LT_TAGVAR(hardcode_direct, $1)=yes
 
8902
+      _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
8903
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8904
+      ;;
 
8905
 
 
8906
-# Old archive suffix (normally "a").
 
8907
-libext="$libext"
 
8908
+    sysv4)
 
8909
+      case $host_vendor in
 
8910
+       sni)
 
8911
+         _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
8912
+         _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true???
 
8913
+       ;;
 
8914
+       siemens)
 
8915
+         ## LD is ld it makes a PLAMLIB
 
8916
+         ## CC just makes a GrossModule.
 
8917
+         _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
 
8918
+         _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
 
8919
+         _LT_TAGVAR(hardcode_direct, $1)=no
 
8920
+        ;;
 
8921
+       motorola)
 
8922
+         _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
8923
+         _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
 
8924
+       ;;
 
8925
+      esac
 
8926
+      runpath_var='LD_RUN_PATH'
 
8927
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8928
+      ;;
 
8929
 
 
8930
-# Shared library suffix (normally ".so").
 
8931
-shrext_cmds='$shrext_cmds'
 
8932
+    sysv4.3*)
 
8933
+      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
8934
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8935
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
 
8936
+      ;;
 
8937
 
 
8938
-# Executable file suffix (normally "").
 
8939
-exeext="$exeext"
 
8940
+    sysv4*MP*)
 
8941
+      if test -d /usr/nec; then
 
8942
+       _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
8943
+       _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8944
+       runpath_var=LD_RUN_PATH
 
8945
+       hardcode_runpath_var=yes
 
8946
+       _LT_TAGVAR(ld_shlibs, $1)=yes
 
8947
+      fi
 
8948
+      ;;
 
8949
 
 
8950
-# Additional compiler flags for building library objects.
 
8951
-pic_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
 
8952
-pic_mode=$pic_mode
 
8953
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
 
8954
+      _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
 
8955
+      _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
8956
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8957
+      runpath_var='LD_RUN_PATH'
 
8958
 
 
8959
-# What is the maximum length of a command?
 
8960
-max_cmd_len=$lt_cv_sys_max_cmd_len
 
8961
+      if test "$GCC" = yes; then
 
8962
+       _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
8963
+       _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
8964
+      else
 
8965
+       _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
8966
+       _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
8967
+      fi
 
8968
+      ;;
 
8969
 
 
8970
-# Does compiler simultaneously support -c and -o options?
 
8971
-compiler_c_o=$lt_[]_LT_AC_TAGVAR(lt_cv_prog_compiler_c_o, $1)
 
8972
+    sysv5* | sco3.2v5* | sco5v6*)
 
8973
+      # Note: We can NOT use -z defs as we might desire, because we do not
 
8974
+      # link with -lc, and that would cause any symbols used from libc to
 
8975
+      # always be unresolved, which means just about no library would
 
8976
+      # ever link correctly.  If we're not using GNU ld we use -z text
 
8977
+      # though, which does catch some bad symbols but isn't as heavy-handed
 
8978
+      # as -z defs.
 
8979
+      _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
 
8980
+      _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
 
8981
+      _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
8982
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8983
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir'
 
8984
+      _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
 
8985
+      _LT_TAGVAR(link_all_deplibs, $1)=yes
 
8986
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
 
8987
+      runpath_var='LD_RUN_PATH'
 
8988
 
 
8989
-# Must we lock files when doing compilation?
 
8990
-need_locks=$lt_need_locks
 
8991
+      if test "$GCC" = yes; then
 
8992
+       _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
8993
+       _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
8994
+      else
 
8995
+       _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
8996
+       _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
8997
+      fi
 
8998
+      ;;
 
8999
 
 
9000
-# Do we need the lib prefix for modules?
 
9001
-need_lib_prefix=$need_lib_prefix
 
9002
+    uts4*)
 
9003
+      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
9004
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
9005
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
9006
+      ;;
 
9007
 
 
9008
-# Do we need a version for libraries?
 
9009
-need_version=$need_version
 
9010
-
 
9011
-# Whether dlopen is supported.
 
9012
-dlopen_support=$enable_dlopen
 
9013
-
 
9014
-# Whether dlopen of programs is supported.
 
9015
-dlopen_self=$enable_dlopen_self
 
9016
+    *)
 
9017
+      _LT_TAGVAR(ld_shlibs, $1)=no
 
9018
+      ;;
 
9019
+    esac
 
9020
 
 
9021
-# Whether dlopen of statically linked programs is supported.
 
9022
-dlopen_self_static=$enable_dlopen_self_static
 
9023
+    if test x$host_vendor = xsni; then
 
9024
+      case $host in
 
9025
+      sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
 
9026
+       _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym'
 
9027
+       ;;
 
9028
+      esac
 
9029
+    fi
 
9030
+  fi
 
9031
+])
 
9032
+AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
 
9033
+test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
 
9034
 
 
9035
-# Compiler flag to prevent dynamic linking.
 
9036
-link_static_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_static, $1)
 
9037
+_LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld
 
9038
 
 
9039
-# Compiler flag to turn off builtin functions.
 
9040
-no_builtin_flag=$lt_[]_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)
 
9041
+_LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl
 
9042
+_LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl
 
9043
+_LT_DECL([], [extract_expsyms_cmds], [2],
 
9044
+    [The commands to extract the exported symbol list from a shared archive])
 
9045
 
 
9046
-# Compiler flag to allow reflexive dlopens.
 
9047
-export_dynamic_flag_spec=$lt_[]_LT_AC_TAGVAR(export_dynamic_flag_spec, $1)
 
9048
+#
 
9049
+# Do we need to explicitly link libc?
 
9050
+#
 
9051
+case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in
 
9052
+x|xyes)
 
9053
+  # Assume -lc should be added
 
9054
+  _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
 
9055
 
 
9056
-# Compiler flag to generate shared objects directly from archives.
 
9057
-whole_archive_flag_spec=$lt_[]_LT_AC_TAGVAR(whole_archive_flag_spec, $1)
 
9058
+  if test "$enable_shared" = yes && test "$GCC" = yes; then
 
9059
+    case $_LT_TAGVAR(archive_cmds, $1) in
 
9060
+    *'~'*)
 
9061
+      # FIXME: we may have to deal with multi-command sequences.
 
9062
+      ;;
 
9063
+    '$CC '*)
 
9064
+      # Test whether the compiler implicitly links with -lc since on some
 
9065
+      # systems, -lgcc has to come before -lc. If gcc already passes -lc
 
9066
+      # to ld, don't add -lc before -lgcc.
 
9067
+      AC_MSG_CHECKING([whether -lc should be explicitly linked in])
 
9068
+      $RM conftest*
 
9069
+      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
9070
 
 
9071
-# Compiler flag to generate thread-safe objects.
 
9072
-thread_safe_flag_spec=$lt_[]_LT_AC_TAGVAR(thread_safe_flag_spec, $1)
 
9073
+      if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
 
9074
+        soname=conftest
 
9075
+        lib=conftest
 
9076
+        libobjs=conftest.$ac_objext
 
9077
+        deplibs=
 
9078
+        wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1)
 
9079
+       pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1)
 
9080
+        compiler_flags=-v
 
9081
+        linker_flags=-v
 
9082
+        verstring=
 
9083
+        output_objdir=.
 
9084
+        libname=conftest
 
9085
+        lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1)
 
9086
+        _LT_TAGVAR(allow_undefined_flag, $1)=
 
9087
+        if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
 
9088
+        then
 
9089
+         _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
9090
+        else
 
9091
+         _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
 
9092
+        fi
 
9093
+        _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
 
9094
+      else
 
9095
+        cat conftest.err 1>&5
 
9096
+      fi
 
9097
+      $RM conftest*
 
9098
+      AC_MSG_RESULT([$_LT_TAGVAR(archive_cmds_need_lc, $1)])
 
9099
+      ;;
 
9100
+    esac
 
9101
+  fi
 
9102
+  ;;
 
9103
+esac
 
9104
 
 
9105
-# Library versioning type.
 
9106
-version_type=$version_type
 
9107
+_LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0],
 
9108
+    [Whether or not to add -lc for building shared libraries])
 
9109
+_LT_TAGDECL([allow_libtool_libs_with_static_runtimes],
 
9110
+    [enable_shared_with_static_runtimes], [0],
 
9111
+    [Whether or not to disallow shared libs when runtime libs are static])
 
9112
+_LT_TAGDECL([], [export_dynamic_flag_spec], [1],
 
9113
+    [Compiler flag to allow reflexive dlopens])
 
9114
+_LT_TAGDECL([], [whole_archive_flag_spec], [1],
 
9115
+    [Compiler flag to generate shared objects directly from archives])
 
9116
+_LT_TAGDECL([], [compiler_needs_object], [1],
 
9117
+    [Whether the compiler copes with passing no objects directly])
 
9118
+_LT_TAGDECL([], [old_archive_from_new_cmds], [2],
 
9119
+    [Create an old-style archive from a shared archive])
 
9120
+_LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2],
 
9121
+    [Create a temporary old-style archive to link instead of a shared archive])
 
9122
+_LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive])
 
9123
+_LT_TAGDECL([], [archive_expsym_cmds], [2])
 
9124
+_LT_TAGDECL([], [module_cmds], [2],
 
9125
+    [Commands used to build a loadable module if different from building
 
9126
+    a shared archive.])
 
9127
+_LT_TAGDECL([], [module_expsym_cmds], [2])
 
9128
+_LT_TAGDECL([], [with_gnu_ld], [1],
 
9129
+    [Whether we are building with GNU ld or not])
 
9130
+_LT_TAGDECL([], [allow_undefined_flag], [1],
 
9131
+    [Flag that allows shared libraries with undefined symbols to be built])
 
9132
+_LT_TAGDECL([], [no_undefined_flag], [1],
 
9133
+    [Flag that enforces no undefined symbols])
 
9134
+_LT_TAGDECL([], [hardcode_libdir_flag_spec], [1],
 
9135
+    [Flag to hardcode $libdir into a binary during linking.
 
9136
+    This must work even if $libdir does not exist])
 
9137
+_LT_TAGDECL([], [hardcode_libdir_flag_spec_ld], [1],
 
9138
+    [[If ld is used when linking, flag to hardcode $libdir into a binary
 
9139
+    during linking.  This must work even if $libdir does not exist]])
 
9140
+_LT_TAGDECL([], [hardcode_libdir_separator], [1],
 
9141
+    [Whether we need a single "-rpath" flag with a separated argument])
 
9142
+_LT_TAGDECL([], [hardcode_direct], [0],
 
9143
+    [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
 
9144
+    DIR into the resulting binary])
 
9145
+_LT_TAGDECL([], [hardcode_direct_absolute], [0],
 
9146
+    [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
 
9147
+    DIR into the resulting binary and the resulting library dependency is
 
9148
+    "absolute", i.e impossible to change by setting ${shlibpath_var} if the
 
9149
+    library is relocated])
 
9150
+_LT_TAGDECL([], [hardcode_minus_L], [0],
 
9151
+    [Set to "yes" if using the -LDIR flag during linking hardcodes DIR
 
9152
+    into the resulting binary])
 
9153
+_LT_TAGDECL([], [hardcode_shlibpath_var], [0],
 
9154
+    [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
 
9155
+    into the resulting binary])
 
9156
+_LT_TAGDECL([], [hardcode_automatic], [0],
 
9157
+    [Set to "yes" if building a shared library automatically hardcodes DIR
 
9158
+    into the library and all subsequent libraries and executables linked
 
9159
+    against it])
 
9160
+_LT_TAGDECL([], [inherit_rpath], [0],
 
9161
+    [Set to yes if linker adds runtime paths of dependent libraries
 
9162
+    to runtime path list])
 
9163
+_LT_TAGDECL([], [link_all_deplibs], [0],
 
9164
+    [Whether libtool must link a program against all its dependency libraries])
 
9165
+_LT_TAGDECL([], [fix_srcfile_path], [1],
 
9166
+    [Fix the shell variable $srcfile for the compiler])
 
9167
+_LT_TAGDECL([], [always_export_symbols], [0],
 
9168
+    [Set to "yes" if exported symbols are required])
 
9169
+_LT_TAGDECL([], [export_symbols_cmds], [2],
 
9170
+    [The commands to list exported symbols])
 
9171
+_LT_TAGDECL([], [exclude_expsyms], [1],
 
9172
+    [Symbols that should not be listed in the preloaded symbols])
 
9173
+_LT_TAGDECL([], [include_expsyms], [1],
 
9174
+    [Symbols that must always be exported])
 
9175
+_LT_TAGDECL([], [prelink_cmds], [2],
 
9176
+    [Commands necessary for linking programs (against libraries) with templates])
 
9177
+_LT_TAGDECL([], [file_list_spec], [1],
 
9178
+    [Specify filename containing input files])
 
9179
+dnl FIXME: Not yet implemented
 
9180
+dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1],
 
9181
+dnl    [Compiler flag to generate thread safe objects])
 
9182
+])# _LT_LINKER_SHLIBS
 
9183
 
 
9184
-# Format of library name prefix.
 
9185
-libname_spec=$lt_libname_spec
 
9186
 
 
9187
-# List of archive names.  First name is the real one, the rest are links.
 
9188
-# The last name is the one that the linker finds with -lNAME.
 
9189
-library_names_spec=$lt_library_names_spec
 
9190
+# _LT_LANG_C_CONFIG([TAG])
 
9191
+# ------------------------
 
9192
+# Ensure that the configuration variables for a C compiler are suitably
 
9193
+# defined.  These variables are subsequently used by _LT_CONFIG to write
 
9194
+# the compiler configuration to `libtool'.
 
9195
+m4_defun([_LT_LANG_C_CONFIG],
 
9196
+[m4_require([_LT_DECL_EGREP])dnl
 
9197
+lt_save_CC="$CC"
 
9198
+AC_LANG_PUSH(C)
 
9199
 
 
9200
-# The coded name of the library, if different from the real name.
 
9201
-soname_spec=$lt_soname_spec
 
9202
+# Source file extension for C test sources.
 
9203
+ac_ext=c
 
9204
 
 
9205
-# Commands used to build and install an old-style archive.
 
9206
-RANLIB=$lt_RANLIB
 
9207
-old_archive_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_cmds, $1)
 
9208
-old_postinstall_cmds=$lt_old_postinstall_cmds
 
9209
-old_postuninstall_cmds=$lt_old_postuninstall_cmds
 
9210
+# Object file extension for compiled C test sources.
 
9211
+objext=o
 
9212
+_LT_TAGVAR(objext, $1)=$objext
 
9213
 
 
9214
-# Create an old-style archive from a shared archive.
 
9215
-old_archive_from_new_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_new_cmds, $1)
 
9216
+# Code to be used in simple compile tests
 
9217
+lt_simple_compile_test_code="int some_variable = 0;"
 
9218
 
 
9219
-# Create a temporary old-style archive to link instead of a shared archive.
 
9220
-old_archive_from_expsyms_cmds=$lt_[]_LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)
 
9221
+# Code to be used in simple link tests
 
9222
+lt_simple_link_test_code='int main(){return(0);}'
 
9223
 
 
9224
-# Commands used to build and install a shared archive.
 
9225
-archive_cmds=$lt_[]_LT_AC_TAGVAR(archive_cmds, $1)
 
9226
-archive_expsym_cmds=$lt_[]_LT_AC_TAGVAR(archive_expsym_cmds, $1)
 
9227
-postinstall_cmds=$lt_postinstall_cmds
 
9228
-postuninstall_cmds=$lt_postuninstall_cmds
 
9229
+_LT_TAG_COMPILER
 
9230
+# Save the default compiler, since it gets overwritten when the other
 
9231
+# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
 
9232
+compiler_DEFAULT=$CC
 
9233
 
 
9234
-# Commands used to build a loadable module (assumed same as above if empty)
 
9235
-module_cmds=$lt_[]_LT_AC_TAGVAR(module_cmds, $1)
 
9236
-module_expsym_cmds=$lt_[]_LT_AC_TAGVAR(module_expsym_cmds, $1)
 
9237
+# save warnings/boilerplate of simple test code
 
9238
+_LT_COMPILER_BOILERPLATE
 
9239
+_LT_LINKER_BOILERPLATE
 
9240
 
 
9241
-# Commands to strip libraries.
 
9242
-old_striplib=$lt_old_striplib
 
9243
-striplib=$lt_striplib
 
9244
+if test -n "$compiler"; then
 
9245
+  _LT_COMPILER_NO_RTTI($1)
 
9246
+  _LT_COMPILER_PIC($1)
 
9247
+  _LT_COMPILER_C_O($1)
 
9248
+  _LT_COMPILER_FILE_LOCKS($1)
 
9249
+  _LT_LINKER_SHLIBS($1)
 
9250
+  _LT_SYS_DYNAMIC_LINKER($1)
 
9251
+  _LT_LINKER_HARDCODE_LIBPATH($1)
 
9252
+  LT_SYS_DLOPEN_SELF
 
9253
+  _LT_CMD_STRIPLIB
 
9254
+
 
9255
+  # Report which library types will actually be built
 
9256
+  AC_MSG_CHECKING([if libtool supports shared libraries])
 
9257
+  AC_MSG_RESULT([$can_build_shared])
 
9258
 
 
9259
-# Dependencies to place before the objects being linked to create a
 
9260
-# shared library.
 
9261
-predep_objects=$lt_[]_LT_AC_TAGVAR(predep_objects, $1)
 
9262
+  AC_MSG_CHECKING([whether to build shared libraries])
 
9263
+  test "$can_build_shared" = "no" && enable_shared=no
 
9264
 
 
9265
-# Dependencies to place after the objects being linked to create a
 
9266
-# shared library.
 
9267
-postdep_objects=$lt_[]_LT_AC_TAGVAR(postdep_objects, $1)
 
9268
+  # On AIX, shared libraries and static libraries use the same namespace, and
 
9269
+  # are all built from PIC.
 
9270
+  case $host_os in
 
9271
+  aix3*)
 
9272
+    test "$enable_shared" = yes && enable_static=no
 
9273
+    if test -n "$RANLIB"; then
 
9274
+      archive_cmds="$archive_cmds~\$RANLIB \$lib"
 
9275
+      postinstall_cmds='$RANLIB $lib'
 
9276
+    fi
 
9277
+    ;;
 
9278
 
 
9279
-# Dependencies to place before the objects being linked to create a
 
9280
-# shared library.
 
9281
-predeps=$lt_[]_LT_AC_TAGVAR(predeps, $1)
 
9282
+  aix[[4-9]]*)
 
9283
+    if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
 
9284
+      test "$enable_shared" = yes && enable_static=no
 
9285
+    fi
 
9286
+    ;;
 
9287
+  esac
 
9288
+  AC_MSG_RESULT([$enable_shared])
 
9289
 
 
9290
-# Dependencies to place after the objects being linked to create a
 
9291
-# shared library.
 
9292
-postdeps=$lt_[]_LT_AC_TAGVAR(postdeps, $1)
 
9293
+  AC_MSG_CHECKING([whether to build static libraries])
 
9294
+  # Make sure either enable_shared or enable_static is yes.
 
9295
+  test "$enable_shared" = yes || enable_static=yes
 
9296
+  AC_MSG_RESULT([$enable_static])
 
9297
 
 
9298
-# The directories searched by this compiler when creating a shared
 
9299
-# library
 
9300
-compiler_lib_search_dirs=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_dirs, $1)
 
9301
+  _LT_CONFIG($1)
 
9302
+fi
 
9303
+AC_LANG_POP
 
9304
+CC="$lt_save_CC"
 
9305
+])# _LT_LANG_C_CONFIG
 
9306
 
 
9307
-# The library search path used internally by the compiler when linking
 
9308
-# a shared library.
 
9309
-compiler_lib_search_path=$lt_[]_LT_AC_TAGVAR(compiler_lib_search_path, $1)
 
9310
 
 
9311
-# Method to check whether dependent libraries are shared objects.
 
9312
-deplibs_check_method=$lt_deplibs_check_method
 
9313
+# _LT_PROG_CXX
 
9314
+# ------------
 
9315
+# Since AC_PROG_CXX is broken, in that it returns g++ if there is no c++
 
9316
+# compiler, we have our own version here.
 
9317
+m4_defun([_LT_PROG_CXX],
 
9318
+[
 
9319
+pushdef([AC_MSG_ERROR], [_lt_caught_CXX_error=yes])
 
9320
+AC_PROG_CXX
 
9321
+if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
 
9322
+    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
 
9323
+    (test "X$CXX" != "Xg++"))) ; then
 
9324
+  AC_PROG_CXXCPP
 
9325
+else
 
9326
+  _lt_caught_CXX_error=yes
 
9327
+fi
 
9328
+popdef([AC_MSG_ERROR])
 
9329
+])# _LT_PROG_CXX
 
9330
 
 
9331
-# Command to use when deplibs_check_method == file_magic.
 
9332
-file_magic_cmd=$lt_file_magic_cmd
 
9333
+dnl aclocal-1.4 backwards compatibility:
 
9334
+dnl AC_DEFUN([_LT_PROG_CXX], [])
 
9335
 
 
9336
-# Flag that allows shared libraries with undefined symbols to be built.
 
9337
-allow_undefined_flag=$lt_[]_LT_AC_TAGVAR(allow_undefined_flag, $1)
 
9338
 
 
9339
-# Flag that forces no undefined symbols.
 
9340
-no_undefined_flag=$lt_[]_LT_AC_TAGVAR(no_undefined_flag, $1)
 
9341
+# _LT_LANG_CXX_CONFIG([TAG])
 
9342
+# --------------------------
 
9343
+# Ensure that the configuration variables for a C++ compiler are suitably
 
9344
+# defined.  These variables are subsequently used by _LT_CONFIG to write
 
9345
+# the compiler configuration to `libtool'.
 
9346
+m4_defun([_LT_LANG_CXX_CONFIG],
 
9347
+[AC_REQUIRE([_LT_PROG_CXX])dnl
 
9348
+m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
9349
+m4_require([_LT_DECL_EGREP])dnl
 
9350
+
 
9351
+AC_LANG_PUSH(C++)
 
9352
+_LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
9353
+_LT_TAGVAR(allow_undefined_flag, $1)=
 
9354
+_LT_TAGVAR(always_export_symbols, $1)=no
 
9355
+_LT_TAGVAR(archive_expsym_cmds, $1)=
 
9356
+_LT_TAGVAR(compiler_needs_object, $1)=no
 
9357
+_LT_TAGVAR(export_dynamic_flag_spec, $1)=
 
9358
+_LT_TAGVAR(hardcode_direct, $1)=no
 
9359
+_LT_TAGVAR(hardcode_direct_absolute, $1)=no
 
9360
+_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
9361
+_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 
9362
+_LT_TAGVAR(hardcode_libdir_separator, $1)=
 
9363
+_LT_TAGVAR(hardcode_minus_L, $1)=no
 
9364
+_LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
9365
+_LT_TAGVAR(hardcode_automatic, $1)=no
 
9366
+_LT_TAGVAR(inherit_rpath, $1)=no
 
9367
+_LT_TAGVAR(module_cmds, $1)=
 
9368
+_LT_TAGVAR(module_expsym_cmds, $1)=
 
9369
+_LT_TAGVAR(link_all_deplibs, $1)=unknown
 
9370
+_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
9371
+_LT_TAGVAR(no_undefined_flag, $1)=
 
9372
+_LT_TAGVAR(whole_archive_flag_spec, $1)=
 
9373
+_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
 
9374
 
 
9375
-# Commands used to finish a libtool library installation in a directory.
 
9376
-finish_cmds=$lt_finish_cmds
 
9377
+# Source file extension for C++ test sources.
 
9378
+ac_ext=cpp
 
9379
 
 
9380
-# Same as above, but a single script fragment to be evaled but not shown.
 
9381
-finish_eval=$lt_finish_eval
 
9382
+# Object file extension for compiled C++ test sources.
 
9383
+objext=o
 
9384
+_LT_TAGVAR(objext, $1)=$objext
 
9385
 
 
9386
-# Take the output of nm and produce a listing of raw symbols and C names.
 
9387
-global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
 
9388
+# No sense in running all these tests if we already determined that
 
9389
+# the CXX compiler isn't working.  Some variables (like enable_shared)
 
9390
+# are currently assumed to apply to all compilers on this platform,
 
9391
+# and will be corrupted by setting them based on a non-working compiler.
 
9392
+if test "$_lt_caught_CXX_error" != yes; then
 
9393
+  # Code to be used in simple compile tests
 
9394
+  lt_simple_compile_test_code="int some_variable = 0;"
 
9395
+
 
9396
+  # Code to be used in simple link tests
 
9397
+  lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
 
9398
+
 
9399
+  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
9400
+  _LT_TAG_COMPILER
 
9401
+
 
9402
+  # save warnings/boilerplate of simple test code
 
9403
+  _LT_COMPILER_BOILERPLATE
 
9404
+  _LT_LINKER_BOILERPLATE
 
9405
+
 
9406
+  # Allow CC to be a program name with arguments.
 
9407
+  lt_save_CC=$CC
 
9408
+  lt_save_LD=$LD
 
9409
+  lt_save_GCC=$GCC
 
9410
+  GCC=$GXX
 
9411
+  lt_save_with_gnu_ld=$with_gnu_ld
 
9412
+  lt_save_path_LD=$lt_cv_path_LD
 
9413
+  if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
 
9414
+    lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
 
9415
+  else
 
9416
+    $as_unset lt_cv_prog_gnu_ld
 
9417
+  fi
 
9418
+  if test -n "${lt_cv_path_LDCXX+set}"; then
 
9419
+    lt_cv_path_LD=$lt_cv_path_LDCXX
 
9420
+  else
 
9421
+    $as_unset lt_cv_path_LD
 
9422
+  fi
 
9423
+  test -z "${LDCXX+set}" || LD=$LDCXX
 
9424
+  CC=${CXX-"c++"}
 
9425
+  compiler=$CC
 
9426
+  _LT_TAGVAR(compiler, $1)=$CC
 
9427
+  _LT_CC_BASENAME([$compiler])
 
9428
 
 
9429
-# Transform the output of nm in a proper C declaration
 
9430
-global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
 
9431
+  if test -n "$compiler"; then
 
9432
+    # We don't want -fno-exception when compiling C++ code, so set the
 
9433
+    # no_builtin_flag separately
 
9434
+    if test "$GXX" = yes; then
 
9435
+      _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
 
9436
+    else
 
9437
+      _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
 
9438
+    fi
 
9439
 
 
9440
-# Transform the output of nm in a C name address pair
 
9441
-global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
 
9442
+    if test "$GXX" = yes; then
 
9443
+      # Set up default GNU C++ configuration
 
9444
 
 
9445
-# This is the shared library runtime path variable.
 
9446
-runpath_var=$runpath_var
 
9447
+      LT_PATH_LD
 
9448
 
 
9449
-# This is the shared library path variable.
 
9450
-shlibpath_var=$shlibpath_var
 
9451
+      # Check if GNU C++ uses GNU ld as the underlying linker, since the
 
9452
+      # archiving commands below assume that GNU ld is being used.
 
9453
+      if test "$with_gnu_ld" = yes; then
 
9454
+        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
9455
+        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
9456
+
 
9457
+        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
9458
+        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
9459
+
 
9460
+        # If archive_cmds runs LD, not CC, wlarc should be empty
 
9461
+        # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
 
9462
+        #     investigate it a little bit more. (MM)
 
9463
+        wlarc='${wl}'
 
9464
+
 
9465
+        # ancient GNU ld didn't support --whole-archive et. al.
 
9466
+        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
 
9467
+         $GREP 'no-whole-archive' > /dev/null; then
 
9468
+          _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
9469
+        else
 
9470
+          _LT_TAGVAR(whole_archive_flag_spec, $1)=
 
9471
+        fi
 
9472
+      else
 
9473
+        with_gnu_ld=no
 
9474
+        wlarc=
 
9475
 
 
9476
-# Is shlibpath searched before the hard-coded library search path?
 
9477
-shlibpath_overrides_runpath=$shlibpath_overrides_runpath
 
9478
+        # A generic and very simple default shared library creation
 
9479
+        # command for GNU C++ for the case where it uses the native
 
9480
+        # linker, instead of GNU ld.  If possible, this setting should
 
9481
+        # overridden to take advantage of the native linker features on
 
9482
+        # the platform it is being used on.
 
9483
+        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
 
9484
+      fi
 
9485
 
 
9486
-# How to hardcode a shared library path into an executable.
 
9487
-hardcode_action=$_LT_AC_TAGVAR(hardcode_action, $1)
 
9488
+      # Commands to make compiler produce verbose output that lists
 
9489
+      # what "hidden" libraries, object files and flags are used when
 
9490
+      # linking a shared library.
 
9491
+      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
 
9492
 
 
9493
-# Whether we should hardcode library paths into libraries.
 
9494
-hardcode_into_libs=$hardcode_into_libs
 
9495
+    else
 
9496
+      GXX=no
 
9497
+      with_gnu_ld=no
 
9498
+      wlarc=
 
9499
+    fi
 
9500
 
 
9501
-# Flag to hardcode \$libdir into a binary during linking.
 
9502
-# This must work even if \$libdir does not exist.
 
9503
-hardcode_libdir_flag_spec=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)
 
9504
+    # PORTME: fill in a description of your system's C++ link characteristics
 
9505
+    AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
 
9506
+    _LT_TAGVAR(ld_shlibs, $1)=yes
 
9507
+    case $host_os in
 
9508
+      aix3*)
 
9509
+        # FIXME: insert proper C++ library support
 
9510
+        _LT_TAGVAR(ld_shlibs, $1)=no
 
9511
+        ;;
 
9512
+      aix[[4-9]]*)
 
9513
+        if test "$host_cpu" = ia64; then
 
9514
+          # On IA64, the linker does run time linking by default, so we don't
 
9515
+          # have to do anything special.
 
9516
+          aix_use_runtimelinking=no
 
9517
+          exp_sym_flag='-Bexport'
 
9518
+          no_entry_flag=""
 
9519
+        else
 
9520
+          aix_use_runtimelinking=no
 
9521
 
 
9522
-# If ld is used when linking, flag to hardcode \$libdir into
 
9523
-# a binary during linking. This must work even if \$libdir does
 
9524
-# not exist.
 
9525
-hardcode_libdir_flag_spec_ld=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)
 
9526
+          # Test if we are trying to use run time linking or normal
 
9527
+          # AIX style linking. If -brtl is somewhere in LDFLAGS, we
 
9528
+          # need to do runtime linking.
 
9529
+          case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
 
9530
+           for ld_flag in $LDFLAGS; do
 
9531
+             case $ld_flag in
 
9532
+             *-brtl*)
 
9533
+               aix_use_runtimelinking=yes
 
9534
+               break
 
9535
+               ;;
 
9536
+             esac
 
9537
+           done
 
9538
+           ;;
 
9539
+          esac
 
9540
 
 
9541
-# Whether we need a single -rpath flag with a separated argument.
 
9542
-hardcode_libdir_separator=$lt_[]_LT_AC_TAGVAR(hardcode_libdir_separator, $1)
 
9543
+          exp_sym_flag='-bexport'
 
9544
+          no_entry_flag='-bnoentry'
 
9545
+        fi
 
9546
 
 
9547
-# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
 
9548
-# resulting binary.
 
9549
-hardcode_direct=$_LT_AC_TAGVAR(hardcode_direct, $1)
 
9550
+        # When large executables or shared objects are built, AIX ld can
 
9551
+        # have problems creating the table of contents.  If linking a library
 
9552
+        # or program results in "error TOC overflow" add -mminimal-toc to
 
9553
+        # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
 
9554
+        # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
 
9555
+
 
9556
+        _LT_TAGVAR(archive_cmds, $1)=''
 
9557
+        _LT_TAGVAR(hardcode_direct, $1)=yes
 
9558
+        _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
 
9559
+        _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
 
9560
+        _LT_TAGVAR(link_all_deplibs, $1)=yes
 
9561
+        _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
 
9562
+
 
9563
+        if test "$GXX" = yes; then
 
9564
+          case $host_os in aix4.[[012]]|aix4.[[012]].*)
 
9565
+          # We only want to do this on AIX 4.2 and lower, the check
 
9566
+          # below for broken collect2 doesn't work under 4.3+
 
9567
+         collect2name=`${CC} -print-prog-name=collect2`
 
9568
+         if test -f "$collect2name" &&
 
9569
+            strings "$collect2name" | $GREP resolve_lib_name >/dev/null
 
9570
+         then
 
9571
+           # We have reworked collect2
 
9572
+           :
 
9573
+         else
 
9574
+           # We have old collect2
 
9575
+           _LT_TAGVAR(hardcode_direct, $1)=unsupported
 
9576
+           # It fails to find uninstalled libraries when the uninstalled
 
9577
+           # path is not listed in the libpath.  Setting hardcode_minus_L
 
9578
+           # to unsupported forces relinking
 
9579
+           _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
9580
+           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
9581
+           _LT_TAGVAR(hardcode_libdir_separator, $1)=
 
9582
+         fi
 
9583
+          esac
 
9584
+          shared_flag='-shared'
 
9585
+         if test "$aix_use_runtimelinking" = yes; then
 
9586
+           shared_flag="$shared_flag "'${wl}-G'
 
9587
+         fi
 
9588
+        else
 
9589
+          # not using gcc
 
9590
+          if test "$host_cpu" = ia64; then
 
9591
+         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
 
9592
+         # chokes on -Wl,-G. The following line is correct:
 
9593
+         shared_flag='-G'
 
9594
+          else
 
9595
+           if test "$aix_use_runtimelinking" = yes; then
 
9596
+             shared_flag='${wl}-G'
 
9597
+           else
 
9598
+             shared_flag='${wl}-bM:SRE'
 
9599
+           fi
 
9600
+          fi
 
9601
+        fi
 
9602
 
 
9603
-# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
 
9604
-# resulting binary.
 
9605
-hardcode_minus_L=$_LT_AC_TAGVAR(hardcode_minus_L, $1)
 
9606
+        # It seems that -bexpall does not export symbols beginning with
 
9607
+        # underscore (_), so it is better to generate a list of symbols to
 
9608
+       # export.
 
9609
+        _LT_TAGVAR(always_export_symbols, $1)=yes
 
9610
+        if test "$aix_use_runtimelinking" = yes; then
 
9611
+          # Warning - without using the other runtime loading flags (-brtl),
 
9612
+          # -berok will link without error, but may produce a broken library.
 
9613
+          _LT_TAGVAR(allow_undefined_flag, $1)='-berok'
 
9614
+          # Determine the default libpath from the value encoded in an empty
 
9615
+          # executable.
 
9616
+          _LT_SYS_MODULE_PATH_AIX
 
9617
+          _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
9618
 
 
9619
-# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
 
9620
-# the resulting binary.
 
9621
-hardcode_shlibpath_var=$_LT_AC_TAGVAR(hardcode_shlibpath_var, $1)
 
9622
+          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
 
9623
+        else
 
9624
+          if test "$host_cpu" = ia64; then
 
9625
+           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
 
9626
+           _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
 
9627
+           _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
 
9628
+          else
 
9629
+           # Determine the default libpath from the value encoded in an
 
9630
+           # empty executable.
 
9631
+           _LT_SYS_MODULE_PATH_AIX
 
9632
+           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
9633
+           # Warning - without using the other run time loading flags,
 
9634
+           # -berok will link without error, but may produce a broken library.
 
9635
+           _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
 
9636
+           _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
 
9637
+           # Exported symbols can be pulled into shared objects from archives
 
9638
+           _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
 
9639
+           _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
 
9640
+           # This is similar to how AIX traditionally builds its shared
 
9641
+           # libraries.
 
9642
+           _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
 
9643
+          fi
 
9644
+        fi
 
9645
+        ;;
 
9646
 
 
9647
-# Set to yes if building a shared library automatically hardcodes DIR into the library
 
9648
-# and all subsequent libraries and executables linked against it.
 
9649
-hardcode_automatic=$_LT_AC_TAGVAR(hardcode_automatic, $1)
 
9650
+      beos*)
 
9651
+       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
 
9652
+         _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
 
9653
+         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
 
9654
+         # support --undefined.  This deserves some investigation.  FIXME
 
9655
+         _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
9656
+       else
 
9657
+         _LT_TAGVAR(ld_shlibs, $1)=no
 
9658
+       fi
 
9659
+       ;;
 
9660
 
 
9661
-# Variables whose values should be saved in libtool wrapper scripts and
 
9662
-# restored at relink time.
 
9663
-variables_saved_for_relink="$variables_saved_for_relink"
 
9664
+      chorus*)
 
9665
+        case $cc_basename in
 
9666
+          *)
 
9667
+         # FIXME: insert proper C++ library support
 
9668
+         _LT_TAGVAR(ld_shlibs, $1)=no
 
9669
+         ;;
 
9670
+        esac
 
9671
+        ;;
 
9672
 
 
9673
-# Whether libtool must link a program against all its dependency libraries.
 
9674
-link_all_deplibs=$_LT_AC_TAGVAR(link_all_deplibs, $1)
 
9675
+      cygwin* | mingw* | pw32*)
 
9676
+        # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
 
9677
+        # as there is no search path for DLLs.
 
9678
+        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
9679
+        _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
 
9680
+        _LT_TAGVAR(always_export_symbols, $1)=no
 
9681
+        _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
9682
+
 
9683
+        if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
 
9684
+          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
9685
+          # If the export-symbols file already is a .def file (1st line
 
9686
+          # is EXPORTS), use it as is; otherwise, prepend...
 
9687
+          _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
9688
+           cp $export_symbols $output_objdir/$soname.def;
 
9689
+          else
 
9690
+           echo EXPORTS > $output_objdir/$soname.def;
 
9691
+           cat $export_symbols >> $output_objdir/$soname.def;
 
9692
+          fi~
 
9693
+          $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
9694
+        else
 
9695
+          _LT_TAGVAR(ld_shlibs, $1)=no
 
9696
+        fi
 
9697
+        ;;
 
9698
+      darwin* | rhapsody*)
 
9699
+        _LT_DARWIN_LINKER_FEATURES($1)
 
9700
+       ;;
 
9701
 
 
9702
-# Compile-time system search path for libraries
 
9703
-sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
 
9704
+      dgux*)
 
9705
+        case $cc_basename in
 
9706
+          ec++*)
 
9707
+           # FIXME: insert proper C++ library support
 
9708
+           _LT_TAGVAR(ld_shlibs, $1)=no
 
9709
+           ;;
 
9710
+          ghcx*)
 
9711
+           # Green Hills C++ Compiler
 
9712
+           # FIXME: insert proper C++ library support
 
9713
+           _LT_TAGVAR(ld_shlibs, $1)=no
 
9714
+           ;;
 
9715
+          *)
 
9716
+           # FIXME: insert proper C++ library support
 
9717
+           _LT_TAGVAR(ld_shlibs, $1)=no
 
9718
+           ;;
 
9719
+        esac
 
9720
+        ;;
 
9721
 
 
9722
-# Run-time system search path for libraries
 
9723
-sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
 
9724
+      freebsd[[12]]*)
 
9725
+        # C++ shared libraries reported to be fairly broken before
 
9726
+       # switch to ELF
 
9727
+        _LT_TAGVAR(ld_shlibs, $1)=no
 
9728
+        ;;
 
9729
 
 
9730
-# Fix the shell variable \$srcfile for the compiler.
 
9731
-fix_srcfile_path=$lt_fix_srcfile_path
 
9732
+      freebsd-elf*)
 
9733
+        _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
9734
+        ;;
 
9735
 
 
9736
-# Set to yes if exported symbols are required.
 
9737
-always_export_symbols=$_LT_AC_TAGVAR(always_export_symbols, $1)
 
9738
+      freebsd* | dragonfly*)
 
9739
+        # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
 
9740
+        # conventions
 
9741
+        _LT_TAGVAR(ld_shlibs, $1)=yes
 
9742
+        ;;
 
9743
 
 
9744
-# The commands to list exported symbols.
 
9745
-export_symbols_cmds=$lt_[]_LT_AC_TAGVAR(export_symbols_cmds, $1)
 
9746
+      gnu*)
 
9747
+        ;;
 
9748
 
 
9749
-# The commands to extract the exported symbol list from a shared archive.
 
9750
-extract_expsyms_cmds=$lt_extract_expsyms_cmds
 
9751
+      hpux9*)
 
9752
+        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
9753
+        _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
9754
+        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
9755
+        _LT_TAGVAR(hardcode_direct, $1)=yes
 
9756
+        _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
 
9757
+                                            # but as the default
 
9758
+                                            # location of the library.
 
9759
+
 
9760
+        case $cc_basename in
 
9761
+          CC*)
 
9762
+            # FIXME: insert proper C++ library support
 
9763
+            _LT_TAGVAR(ld_shlibs, $1)=no
 
9764
+            ;;
 
9765
+          aCC*)
 
9766
+            _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
9767
+            # Commands to make compiler produce verbose output that lists
 
9768
+            # what "hidden" libraries, object files and flags are used when
 
9769
+            # linking a shared library.
 
9770
+            #
 
9771
+            # There doesn't appear to be a way to prevent this compiler from
 
9772
+            # explicitly linking system object files so we need to strip them
 
9773
+            # from the output so that they don't get included in the library
 
9774
+            # dependencies.
 
9775
+            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
 
9776
+            ;;
 
9777
+          *)
 
9778
+            if test "$GXX" = yes; then
 
9779
+              _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
9780
+            else
 
9781
+              # FIXME: insert proper C++ library support
 
9782
+              _LT_TAGVAR(ld_shlibs, $1)=no
 
9783
+            fi
 
9784
+            ;;
 
9785
+        esac
 
9786
+        ;;
 
9787
 
 
9788
-# Symbols that should not be listed in the preloaded symbols.
 
9789
-exclude_expsyms=$lt_[]_LT_AC_TAGVAR(exclude_expsyms, $1)
 
9790
+      hpux10*|hpux11*)
 
9791
+        if test $with_gnu_ld = no; then
 
9792
+         _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
9793
+         _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
9794
+
 
9795
+          case $host_cpu in
 
9796
+            hppa*64*|ia64*)
 
9797
+              ;;
 
9798
+            *)
 
9799
+             _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
9800
+              ;;
 
9801
+          esac
 
9802
+        fi
 
9803
+        case $host_cpu in
 
9804
+          hppa*64*|ia64*)
 
9805
+            _LT_TAGVAR(hardcode_direct, $1)=no
 
9806
+            _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
9807
+            ;;
 
9808
+          *)
 
9809
+            _LT_TAGVAR(hardcode_direct, $1)=yes
 
9810
+            _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
 
9811
+            _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
 
9812
+                                                # but as the default
 
9813
+                                                # location of the library.
 
9814
+            ;;
 
9815
+        esac
 
9816
+
 
9817
+        case $cc_basename in
 
9818
+          CC*)
 
9819
+           # FIXME: insert proper C++ library support
 
9820
+           _LT_TAGVAR(ld_shlibs, $1)=no
 
9821
+           ;;
 
9822
+          aCC*)
 
9823
+           case $host_cpu in
 
9824
+             hppa*64*)
 
9825
+               _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
9826
+               ;;
 
9827
+             ia64*)
 
9828
+               _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
9829
+               ;;
 
9830
+             *)
 
9831
+               _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
9832
+               ;;
 
9833
+           esac
 
9834
+           # Commands to make compiler produce verbose output that lists
 
9835
+           # what "hidden" libraries, object files and flags are used when
 
9836
+           # linking a shared library.
 
9837
+           #
 
9838
+           # There doesn't appear to be a way to prevent this compiler from
 
9839
+           # explicitly linking system object files so we need to strip them
 
9840
+           # from the output so that they don't get included in the library
 
9841
+           # dependencies.
 
9842
+           output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
 
9843
+           ;;
 
9844
+          *)
 
9845
+           if test "$GXX" = yes; then
 
9846
+             if test $with_gnu_ld = no; then
 
9847
+               case $host_cpu in
 
9848
+                 hppa*64*)
 
9849
+                   _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
9850
+                   ;;
 
9851
+                 ia64*)
 
9852
+                   _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
9853
+                   ;;
 
9854
+                 *)
 
9855
+                   _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
9856
+                   ;;
 
9857
+               esac
 
9858
+             fi
 
9859
+           else
 
9860
+             # FIXME: insert proper C++ library support
 
9861
+             _LT_TAGVAR(ld_shlibs, $1)=no
 
9862
+           fi
 
9863
+           ;;
 
9864
+        esac
 
9865
+        ;;
 
9866
 
 
9867
-# Symbols that must always be exported.
 
9868
-include_expsyms=$lt_[]_LT_AC_TAGVAR(include_expsyms, $1)
 
9869
+      interix[[3-9]]*)
 
9870
+       _LT_TAGVAR(hardcode_direct, $1)=no
 
9871
+       _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
9872
+       _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
9873
+       _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
9874
+       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
 
9875
+       # Instead, shared libraries are loaded at an image base (0x10000000 by
 
9876
+       # default) and relocated if they conflict, which is a slow very memory
 
9877
+       # consuming and fragmenting process.  To avoid this, we pick a random,
 
9878
+       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
 
9879
+       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
 
9880
+       _LT_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'
 
9881
+       _LT_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'
 
9882
+       ;;
 
9883
+      irix5* | irix6*)
 
9884
+        case $cc_basename in
 
9885
+          CC*)
 
9886
+           # SGI C++
 
9887
+           _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
 
9888
+
 
9889
+           # Archives containing C++ object files must be created using
 
9890
+           # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
 
9891
+           # necessary to make sure instantiated templates are included
 
9892
+           # in the archive.
 
9893
+           _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
 
9894
+           ;;
 
9895
+          *)
 
9896
+           if test "$GXX" = yes; then
 
9897
+             if test "$with_gnu_ld" = no; then
 
9898
+               _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $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'
 
9899
+             else
 
9900
+               _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib'
 
9901
+             fi
 
9902
+           fi
 
9903
+           _LT_TAGVAR(link_all_deplibs, $1)=yes
 
9904
+           ;;
 
9905
+        esac
 
9906
+        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
9907
+        _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
9908
+        _LT_TAGVAR(inherit_rpath, $1)=yes
 
9909
+        ;;
 
9910
 
 
9911
-ifelse([$1],[],
 
9912
-[# ### END LIBTOOL CONFIG],
 
9913
-[# ### END LIBTOOL TAG CONFIG: $tagname])
 
9914
+      linux* | k*bsd*-gnu)
 
9915
+        case $cc_basename in
 
9916
+          KCC*)
 
9917
+           # Kuck and Associates, Inc. (KAI) C++ Compiler
 
9918
+
 
9919
+           # KCC will only create a shared library if the output file
 
9920
+           # ends with ".so" (or ".sl" for HP-UX), so rename the library
 
9921
+           # to its proper name (with version) after linking.
 
9922
+           _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
 
9923
+           _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
 
9924
+           # Commands to make compiler produce verbose output that lists
 
9925
+           # what "hidden" libraries, object files and flags are used when
 
9926
+           # linking a shared library.
 
9927
+           #
 
9928
+           # There doesn't appear to be a way to prevent this compiler from
 
9929
+           # explicitly linking system object files so we need to strip them
 
9930
+           # from the output so that they don't get included in the library
 
9931
+           # dependencies.
 
9932
+           output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
 
9933
+
 
9934
+           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
9935
+           _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
9936
+
 
9937
+           # Archives containing C++ object files must be created using
 
9938
+           # "CC -Bstatic", where "CC" is the KAI C++ compiler.
 
9939
+           _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
 
9940
+           ;;
 
9941
+         icpc* | ecpc* )
 
9942
+           # Intel C++
 
9943
+           with_gnu_ld=yes
 
9944
+           # version 8.0 and above of icpc choke on multiply defined symbols
 
9945
+           # if we add $predep_objects and $postdep_objects, however 7.1 and
 
9946
+           # earlier do not add the objects themselves.
 
9947
+           case `$CC -V 2>&1` in
 
9948
+             *"Version 7."*)
 
9949
+               _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
9950
+               _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
9951
+               ;;
 
9952
+             *)  # Version 8.0 or newer
 
9953
+               tmp_idyn=
 
9954
+               case $host_cpu in
 
9955
+                 ia64*) tmp_idyn=' -i_dynamic';;
 
9956
+               esac
 
9957
+               _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
9958
+               _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
9959
+               ;;
 
9960
+           esac
 
9961
+           _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
9962
+           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
9963
+           _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
9964
+           _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
 
9965
+           ;;
 
9966
+          pgCC* | pgcpp*)
 
9967
+            # Portland Group C++ compiler
 
9968
+           case `$CC -V` in
 
9969
+           *pgCC\ [[1-5]]* | *pgcpp\ [[1-5]]*)
 
9970
+             _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~
 
9971
+               rm -rf $tpldir~
 
9972
+               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
 
9973
+               compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
 
9974
+             _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
 
9975
+               rm -rf $tpldir~
 
9976
+               $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
 
9977
+               $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
 
9978
+               $RANLIB $oldlib'
 
9979
+             _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~
 
9980
+               rm -rf $tpldir~
 
9981
+               $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
 
9982
+               $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
 
9983
+             _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
 
9984
+               rm -rf $tpldir~
 
9985
+               $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
 
9986
+               $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
 
9987
+             ;;
 
9988
+           *) # Version 6 will use weak symbols
 
9989
+             _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
 
9990
+             _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
 
9991
+             ;;
 
9992
+           esac
 
9993
 
 
9994
-__EOF__
 
9995
+           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
 
9996
+           _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
9997
+           _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
 
9998
+            ;;
 
9999
+         cxx*)
 
10000
+           # Compaq C++
 
10001
+           _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
10002
+           _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
 
10003
 
 
10004
-ifelse([$1],[], [
 
10005
-  case $host_os in
 
10006
-  aix3*)
 
10007
-    cat <<\EOF >> "$cfgfile"
 
10008
+           runpath_var=LD_RUN_PATH
 
10009
+           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
 
10010
+           _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
10011
 
 
10012
-# AIX sometimes has problems with the GCC collect2 program.  For some
 
10013
-# reason, if we set the COLLECT_NAMES environment variable, the problems
 
10014
-# vanish in a puff of smoke.
 
10015
-if test "X${COLLECT_NAMES+set}" != Xset; then
 
10016
-  COLLECT_NAMES=
 
10017
-  export COLLECT_NAMES
 
10018
-fi
 
10019
-EOF
 
10020
-    ;;
 
10021
-  esac
 
10022
+           # Commands to make compiler produce verbose output that lists
 
10023
+           # what "hidden" libraries, object files and flags are used when
 
10024
+           # linking a shared library.
 
10025
+           #
 
10026
+           # There doesn't appear to be a way to prevent this compiler from
 
10027
+           # explicitly linking system object files so we need to strip them
 
10028
+           # from the output so that they don't get included in the library
 
10029
+           # dependencies.
 
10030
+           output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
 
10031
+           ;;
 
10032
+         xl*)
 
10033
+           # IBM XL 8.0 on PPC, with GNU ld
 
10034
+           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
10035
+           _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
10036
+           _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
10037
+           if test "x$supports_anon_versioning" = xyes; then
 
10038
+             _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
 
10039
+               cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
 
10040
+               echo "local: *; };" >> $output_objdir/$libname.ver~
 
10041
+               $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
 
10042
+           fi
 
10043
+           ;;
 
10044
+         *)
 
10045
+           case `$CC -V 2>&1 | sed 5q` in
 
10046
+           *Sun\ C*)
 
10047
+             # Sun C++ 5.9
 
10048
+             _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
 
10049
+             _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
10050
+             _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
 
10051
+             _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
10052
+             _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
 
10053
+             _LT_TAGVAR(compiler_needs_object, $1)=yes
 
10054
+
 
10055
+             # Not sure whether something based on
 
10056
+             # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
 
10057
+             # would be better.
 
10058
+             output_verbose_link_cmd='echo'
 
10059
+
 
10060
+             # Archives containing C++ object files must be created using
 
10061
+             # "CC -xar", where "CC" is the Sun C++ compiler.  This is
 
10062
+             # necessary to make sure instantiated templates are included
 
10063
+             # in the archive.
 
10064
+             _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
 
10065
+             ;;
 
10066
+           esac
 
10067
+           ;;
 
10068
+       esac
 
10069
+       ;;
 
10070
 
 
10071
-  # We use sed instead of cat because bash on DJGPP gets confused if
 
10072
-  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
 
10073
-  # text mode, it properly converts lines to CR/LF.  This bash problem
 
10074
-  # is reportedly fixed, but why not run on old versions too?
 
10075
-  sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
 
10076
+      lynxos*)
 
10077
+        # FIXME: insert proper C++ library support
 
10078
+       _LT_TAGVAR(ld_shlibs, $1)=no
 
10079
+       ;;
 
10080
 
 
10081
-  mv -f "$cfgfile" "$ofile" || \
 
10082
-    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
 
10083
-  chmod +x "$ofile"
 
10084
-])
 
10085
-else
 
10086
-  # If there is no Makefile yet, we rely on a make rule to execute
 
10087
-  # `config.status --recheck' to rerun these tests and create the
 
10088
-  # libtool script then.
 
10089
-  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
 
10090
-  if test -f "$ltmain_in"; then
 
10091
-    test -f Makefile && make "$ltmain"
 
10092
-  fi
 
10093
-fi
 
10094
-])# AC_LIBTOOL_CONFIG
 
10095
+      m88k*)
 
10096
+        # FIXME: insert proper C++ library support
 
10097
+        _LT_TAGVAR(ld_shlibs, $1)=no
 
10098
+       ;;
 
10099
 
 
10100
+      mvs*)
 
10101
+        case $cc_basename in
 
10102
+          cxx*)
 
10103
+           # FIXME: insert proper C++ library support
 
10104
+           _LT_TAGVAR(ld_shlibs, $1)=no
 
10105
+           ;;
 
10106
+         *)
 
10107
+           # FIXME: insert proper C++ library support
 
10108
+           _LT_TAGVAR(ld_shlibs, $1)=no
 
10109
+           ;;
 
10110
+       esac
 
10111
+       ;;
 
10112
 
 
10113
-# AC_LIBTOOL_PROG_COMPILER_NO_RTTI([TAGNAME])
 
10114
-# -------------------------------------------
 
10115
-AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI],
 
10116
-[AC_REQUIRE([_LT_AC_SYS_COMPILER])dnl
 
10117
+      netbsd*)
 
10118
+        if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 
10119
+         _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
 
10120
+         wlarc=
 
10121
+         _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
10122
+         _LT_TAGVAR(hardcode_direct, $1)=yes
 
10123
+         _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
10124
+       fi
 
10125
+       # Workaround some broken pre-1.5 toolchains
 
10126
+       output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
 
10127
+       ;;
 
10128
 
 
10129
-_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
 
10130
+      *nto* | *qnx*)
 
10131
+        _LT_TAGVAR(ld_shlibs, $1)=yes
 
10132
+       ;;
 
10133
 
 
10134
-if test "$GCC" = yes; then
 
10135
-  _LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
 
10136
+      openbsd2*)
 
10137
+        # C++ shared libraries are fairly broken
 
10138
+       _LT_TAGVAR(ld_shlibs, $1)=no
 
10139
+       ;;
 
10140
+
 
10141
+      openbsd*)
 
10142
+       if test -f /usr/libexec/ld.so; then
 
10143
+         _LT_TAGVAR(hardcode_direct, $1)=yes
 
10144
+         _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
10145
+         _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
 
10146
+         _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
 
10147
+         _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
10148
+         if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
10149
+           _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
 
10150
+           _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
10151
+           _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
10152
+         fi
 
10153
+         output_verbose_link_cmd=echo
 
10154
+       else
 
10155
+         _LT_TAGVAR(ld_shlibs, $1)=no
 
10156
+       fi
 
10157
+       ;;
 
10158
 
 
10159
-  AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
 
10160
-    lt_cv_prog_compiler_rtti_exceptions,
 
10161
-    [-fno-rtti -fno-exceptions], [],
 
10162
-    [_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
 
10163
-fi
 
10164
-])# AC_LIBTOOL_PROG_COMPILER_NO_RTTI
 
10165
+      osf3* | osf4* | osf5*)
 
10166
+        case $cc_basename in
 
10167
+          KCC*)
 
10168
+           # Kuck and Associates, Inc. (KAI) C++ Compiler
 
10169
+
 
10170
+           # KCC will only create a shared library if the output file
 
10171
+           # ends with ".so" (or ".sl" for HP-UX), so rename the library
 
10172
+           # to its proper name (with version) after linking.
 
10173
+           _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
 
10174
+
 
10175
+           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
10176
+           _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
10177
+
 
10178
+           # Archives containing C++ object files must be created using
 
10179
+           # the KAI C++ compiler.
 
10180
+           case $host in
 
10181
+             osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;;
 
10182
+             *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;;
 
10183
+           esac
 
10184
+           ;;
 
10185
+          RCC*)
 
10186
+           # Rational C++ 2.4.1
 
10187
+           # FIXME: insert proper C++ library support
 
10188
+           _LT_TAGVAR(ld_shlibs, $1)=no
 
10189
+           ;;
 
10190
+          cxx*)
 
10191
+           case $host in
 
10192
+             osf3*)
 
10193
+               _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
10194
+               _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
 
10195
+               _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
10196
+               ;;
 
10197
+             *)
 
10198
+               _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
10199
+               _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
 
10200
+               _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
 
10201
+                 echo "-hidden">> $lib.exp~
 
10202
+                 $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~
 
10203
+                 $RM $lib.exp'
 
10204
+               _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
 
10205
+               ;;
 
10206
+           esac
 
10207
 
 
10208
+           _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
10209
 
 
10210
-# AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
 
10211
-# ---------------------------------
 
10212
-AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE],
 
10213
-[AC_REQUIRE([AC_CANONICAL_HOST])
 
10214
-AC_REQUIRE([LT_AC_PROG_SED])
 
10215
-AC_REQUIRE([AC_PROG_NM])
 
10216
-AC_REQUIRE([AC_OBJEXT])
 
10217
-# Check for command to grab the raw symbol name followed by C symbol from nm.
 
10218
-AC_MSG_CHECKING([command to parse $NM output from $compiler object])
 
10219
-AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
 
10220
-[
 
10221
-# These are sane defaults that work on at least a few old systems.
 
10222
-# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
 
10223
+           # Commands to make compiler produce verbose output that lists
 
10224
+           # what "hidden" libraries, object files and flags are used when
 
10225
+           # linking a shared library.
 
10226
+           #
 
10227
+           # There doesn't appear to be a way to prevent this compiler from
 
10228
+           # explicitly linking system object files so we need to strip them
 
10229
+           # from the output so that they don't get included in the library
 
10230
+           # dependencies.
 
10231
+           output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
 
10232
+           ;;
 
10233
+         *)
 
10234
+           if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
10235
+             _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
10236
+             case $host in
 
10237
+               osf3*)
 
10238
+                 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $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'
 
10239
+                 ;;
 
10240
+               *)
 
10241
+                 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
10242
+                 ;;
 
10243
+             esac
 
10244
+
 
10245
+             _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
10246
+             _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
10247
+
 
10248
+             # Commands to make compiler produce verbose output that lists
 
10249
+             # what "hidden" libraries, object files and flags are used when
 
10250
+             # linking a shared library.
 
10251
+             output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
 
10252
+
 
10253
+           else
 
10254
+             # FIXME: insert proper C++ library support
 
10255
+             _LT_TAGVAR(ld_shlibs, $1)=no
 
10256
+           fi
 
10257
+           ;;
 
10258
+        esac
 
10259
+        ;;
 
10260
 
 
10261
-# Character class describing NM global symbol codes.
 
10262
-symcode='[[BCDEGRST]]'
 
10263
+      psos*)
 
10264
+        # FIXME: insert proper C++ library support
 
10265
+        _LT_TAGVAR(ld_shlibs, $1)=no
 
10266
+        ;;
 
10267
 
 
10268
-# Regexp to match symbols that can be accessed directly from C.
 
10269
-sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
 
10270
+      sunos4*)
 
10271
+        case $cc_basename in
 
10272
+          CC*)
 
10273
+           # Sun C++ 4.x
 
10274
+           # FIXME: insert proper C++ library support
 
10275
+           _LT_TAGVAR(ld_shlibs, $1)=no
 
10276
+           ;;
 
10277
+          lcc*)
 
10278
+           # Lucid
 
10279
+           # FIXME: insert proper C++ library support
 
10280
+           _LT_TAGVAR(ld_shlibs, $1)=no
 
10281
+           ;;
 
10282
+          *)
 
10283
+           # FIXME: insert proper C++ library support
 
10284
+           _LT_TAGVAR(ld_shlibs, $1)=no
 
10285
+           ;;
 
10286
+        esac
 
10287
+        ;;
 
10288
 
 
10289
-# Transform an extracted symbol line into a proper C declaration
 
10290
-lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
 
10291
+      solaris*)
 
10292
+        case $cc_basename in
 
10293
+          CC*)
 
10294
+           # Sun C++ 4.2, 5.x and Centerline C++
 
10295
+            _LT_TAGVAR(archive_cmds_need_lc,$1)=yes
 
10296
+           _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
 
10297
+           _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
10298
+           _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
 
10299
+             $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
 
10300
+
 
10301
+           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
10302
+           _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
10303
+           case $host_os in
 
10304
+             solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
 
10305
+             *)
 
10306
+               # The compiler driver will combine and reorder linker options,
 
10307
+               # but understands `-z linker_flag'.
 
10308
+               # Supported since Solaris 2.6 (maybe 2.5.1?)
 
10309
+               _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
 
10310
+               ;;
 
10311
+           esac
 
10312
+           _LT_TAGVAR(link_all_deplibs, $1)=yes
 
10313
 
 
10314
-# Transform an extracted symbol line into symbol name and symbol address
 
10315
-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'"
 
10316
+           output_verbose_link_cmd='echo'
 
10317
 
 
10318
-# Define system-specific variables.
 
10319
-case $host_os in
 
10320
-aix*)
 
10321
-  symcode='[[BCDT]]'
 
10322
-  ;;
 
10323
-cygwin* | mingw* | pw32*)
 
10324
-  symcode='[[ABCDGISTW]]'
 
10325
-  ;;
 
10326
-hpux*) # Its linker distinguishes data from code symbols
 
10327
-  if test "$host_cpu" = ia64; then
 
10328
-    symcode='[[ABCDEGRST]]'
 
10329
-  fi
 
10330
-  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
 
10331
-  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'"
 
10332
-  ;;
 
10333
-linux* | k*bsd*-gnu)
 
10334
-  if test "$host_cpu" = ia64; then
 
10335
-    symcode='[[ABCDGIRSTW]]'
 
10336
-    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
 
10337
-    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'"
 
10338
-  fi
 
10339
-  ;;
 
10340
-irix* | nonstopux*)
 
10341
-  symcode='[[BCDEGRST]]'
 
10342
-  ;;
 
10343
-osf*)
 
10344
-  symcode='[[BCDEGQRST]]'
 
10345
-  ;;
 
10346
-solaris*)
 
10347
-  symcode='[[BDRT]]'
 
10348
-  ;;
 
10349
-sco3.2v5*)
 
10350
-  symcode='[[DT]]'
 
10351
-  ;;
 
10352
-sysv4.2uw2*)
 
10353
-  symcode='[[DT]]'
 
10354
-  ;;
 
10355
-sysv5* | sco5v6* | unixware* | OpenUNIX*)
 
10356
-  symcode='[[ABDT]]'
 
10357
-  ;;
 
10358
-sysv4)
 
10359
-  symcode='[[DFNSTU]]'
 
10360
-  ;;
 
10361
-esac
 
10362
+           # Archives containing C++ object files must be created using
 
10363
+           # "CC -xar", where "CC" is the Sun C++ compiler.  This is
 
10364
+           # necessary to make sure instantiated templates are included
 
10365
+           # in the archive.
 
10366
+           _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
 
10367
+           ;;
 
10368
+          gcx*)
 
10369
+           # Green Hills C++ Compiler
 
10370
+           _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
10371
 
 
10372
-# Handle CRLF in mingw tool chain
 
10373
-opt_cr=
 
10374
-case $build_os in
 
10375
-mingw*)
 
10376
-  opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
 
10377
-  ;;
 
10378
-esac
 
10379
+           # The C++ compiler must be used to create the archive.
 
10380
+           _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
 
10381
+           ;;
 
10382
+          *)
 
10383
+           # GNU C++ compiler with Solaris linker
 
10384
+           if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
10385
+             _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
 
10386
+             if $CC --version | $GREP -v '^2\.7' > /dev/null; then
 
10387
+               _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
10388
+               _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
 
10389
+                 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
 
10390
+
 
10391
+               # Commands to make compiler produce verbose output that lists
 
10392
+               # what "hidden" libraries, object files and flags are used when
 
10393
+               # linking a shared library.
 
10394
+               output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
 
10395
+             else
 
10396
+               # g++ 2.7 appears to require `-G' NOT `-shared' on this
 
10397
+               # platform.
 
10398
+               _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
10399
+               _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
 
10400
+                 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
 
10401
+
 
10402
+               # Commands to make compiler produce verbose output that lists
 
10403
+               # what "hidden" libraries, object files and flags are used when
 
10404
+               # linking a shared library.
 
10405
+               output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
 
10406
+             fi
 
10407
+
 
10408
+             _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
 
10409
+             case $host_os in
 
10410
+               solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
 
10411
+               *)
 
10412
+                 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
 
10413
+                 ;;
 
10414
+             esac
 
10415
+           fi
 
10416
+           ;;
 
10417
+        esac
 
10418
+        ;;
 
10419
 
 
10420
-# If we're using GNU nm, then use its standard symbol codes.
 
10421
-case `$NM -V 2>&1` in
 
10422
-*GNU* | *'with BFD'*)
 
10423
-  symcode='[[ABCDGIRSTW]]' ;;
 
10424
-esac
 
10425
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
 
10426
+      _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
 
10427
+      _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
10428
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
10429
+      runpath_var='LD_RUN_PATH'
 
10430
 
 
10431
-# Try without a prefix undercore, then with it.
 
10432
-for ac_symprfx in "" "_"; do
 
10433
+      case $cc_basename in
 
10434
+        CC*)
 
10435
+         _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
10436
+         _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
10437
+         ;;
 
10438
+       *)
 
10439
+         _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
10440
+         _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
10441
+         ;;
 
10442
+      esac
 
10443
+      ;;
 
10444
 
 
10445
-  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
 
10446
-  symxfrm="\\1 $ac_symprfx\\2 \\2"
 
10447
+      sysv5* | sco3.2v5* | sco5v6*)
 
10448
+       # Note: We can NOT use -z defs as we might desire, because we do not
 
10449
+       # link with -lc, and that would cause any symbols used from libc to
 
10450
+       # always be unresolved, which means just about no library would
 
10451
+       # ever link correctly.  If we're not using GNU ld we use -z text
 
10452
+       # though, which does catch some bad symbols but isn't as heavy-handed
 
10453
+       # as -z defs.
 
10454
+       _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
 
10455
+       _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
 
10456
+       _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
10457
+       _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
10458
+       _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir'
 
10459
+       _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
 
10460
+       _LT_TAGVAR(link_all_deplibs, $1)=yes
 
10461
+       _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
 
10462
+       runpath_var='LD_RUN_PATH'
 
10463
 
 
10464
-  # Write the raw and C identifiers.
 
10465
-  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[     ]]\($symcode$symcode*\)[[       ]][[    ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
 
10466
+       case $cc_basename in
 
10467
+          CC*)
 
10468
+           _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
10469
+           _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
10470
+           ;;
 
10471
+         *)
 
10472
+           _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
10473
+           _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
10474
+           ;;
 
10475
+       esac
 
10476
+      ;;
 
10477
 
 
10478
-  # Check to see that the pipe works correctly.
 
10479
-  pipe_works=no
 
10480
+      tandem*)
 
10481
+        case $cc_basename in
 
10482
+          NCC*)
 
10483
+           # NonStop-UX NCC 3.20
 
10484
+           # FIXME: insert proper C++ library support
 
10485
+           _LT_TAGVAR(ld_shlibs, $1)=no
 
10486
+           ;;
 
10487
+          *)
 
10488
+           # FIXME: insert proper C++ library support
 
10489
+           _LT_TAGVAR(ld_shlibs, $1)=no
 
10490
+           ;;
 
10491
+        esac
 
10492
+        ;;
 
10493
 
 
10494
-  rm -f conftest*
 
10495
-  cat > conftest.$ac_ext <<EOF
 
10496
-#ifdef __cplusplus
 
10497
-extern "C" {
 
10498
-#endif
 
10499
-char nm_test_var;
 
10500
-void nm_test_func(){}
 
10501
-#ifdef __cplusplus
 
10502
-}
 
10503
-#endif
 
10504
-int main(){nm_test_var='a';nm_test_func();return(0);}
 
10505
-EOF
 
10506
+      vxworks*)
 
10507
+        # FIXME: insert proper C++ library support
 
10508
+        _LT_TAGVAR(ld_shlibs, $1)=no
 
10509
+        ;;
 
10510
 
 
10511
-  if AC_TRY_EVAL(ac_compile); then
 
10512
-    # Now try to grab the symbols.
 
10513
-    nlist=conftest.nm
 
10514
-    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
 
10515
-      # Try sorting and uniquifying the output.
 
10516
-      if sort "$nlist" | uniq > "$nlist"T; then
 
10517
-       mv -f "$nlist"T "$nlist"
 
10518
-      else
 
10519
-       rm -f "$nlist"T
 
10520
-      fi
 
10521
+      *)
 
10522
+        # FIXME: insert proper C++ library support
 
10523
+        _LT_TAGVAR(ld_shlibs, $1)=no
 
10524
+        ;;
 
10525
+    esac
 
10526
 
 
10527
-      # Make sure that we snagged all the symbols we need.
 
10528
-      if grep ' nm_test_var$' "$nlist" >/dev/null; then
 
10529
-       if grep ' nm_test_func$' "$nlist" >/dev/null; then
 
10530
-         cat <<EOF > conftest.$ac_ext
 
10531
-#ifdef __cplusplus
 
10532
-extern "C" {
 
10533
-#endif
 
10534
+    AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
 
10535
+    test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
 
10536
 
 
10537
-EOF
 
10538
-         # Now generate the symbol file.
 
10539
-         eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
 
10540
+    _LT_TAGVAR(GCC, $1)="$GXX"
 
10541
+    _LT_TAGVAR(LD, $1)="$LD"
 
10542
 
 
10543
-         cat <<EOF >> conftest.$ac_ext
 
10544
-#if defined (__STDC__) && __STDC__
 
10545
-# define lt_ptr_t void *
 
10546
-#else
 
10547
-# define lt_ptr_t char *
 
10548
-# define const
 
10549
-#endif
 
10550
+    ## CAVEAT EMPTOR:
 
10551
+    ## There is no encapsulation within the following macros, do not change
 
10552
+    ## the running order or otherwise move them around unless you know exactly
 
10553
+    ## what you are doing...
 
10554
+    _LT_SYS_HIDDEN_LIBDEPS($1)
 
10555
+    _LT_COMPILER_PIC($1)
 
10556
+    _LT_COMPILER_C_O($1)
 
10557
+    _LT_COMPILER_FILE_LOCKS($1)
 
10558
+    _LT_LINKER_SHLIBS($1)
 
10559
+    _LT_SYS_DYNAMIC_LINKER($1)
 
10560
+    _LT_LINKER_HARDCODE_LIBPATH($1)
 
10561
+
 
10562
+    _LT_CONFIG($1)
 
10563
+  fi # test -n "$compiler"
 
10564
+
 
10565
+  CC=$lt_save_CC
 
10566
+  LDCXX=$LD
 
10567
+  LD=$lt_save_LD
 
10568
+  GCC=$lt_save_GCC
 
10569
+  with_gnu_ld=$lt_save_with_gnu_ld
 
10570
+  lt_cv_path_LDCXX=$lt_cv_path_LD
 
10571
+  lt_cv_path_LD=$lt_save_path_LD
 
10572
+  lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
 
10573
+  lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
 
10574
+fi # test "$_lt_caught_CXX_error" != yes
 
10575
 
 
10576
-/* The mapping between symbol names and symbols. */
 
10577
-const struct {
 
10578
-  const char *name;
 
10579
-  lt_ptr_t address;
 
10580
-}
 
10581
-lt_preloaded_symbols[[]] =
 
10582
-{
 
10583
-EOF
 
10584
-         $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
 
10585
-         cat <<\EOF >> conftest.$ac_ext
 
10586
-  {0, (lt_ptr_t) 0}
 
10587
-};
 
10588
+AC_LANG_POP
 
10589
+])# _LT_LANG_CXX_CONFIG
 
10590
 
 
10591
-#ifdef __cplusplus
 
10592
-}
 
10593
-#endif
 
10594
-EOF
 
10595
-         # Now try linking the two files.
 
10596
-         mv conftest.$ac_objext conftstm.$ac_objext
 
10597
-         lt_save_LIBS="$LIBS"
 
10598
-         lt_save_CFLAGS="$CFLAGS"
 
10599
-         LIBS="conftstm.$ac_objext"
 
10600
-         CFLAGS="$CFLAGS$_LT_AC_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
 
10601
-         if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
 
10602
-           pipe_works=yes
 
10603
-         fi
 
10604
-         LIBS="$lt_save_LIBS"
 
10605
-         CFLAGS="$lt_save_CFLAGS"
 
10606
-       else
 
10607
-         echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
 
10608
-       fi
 
10609
-      else
 
10610
-       echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
 
10611
-      fi
 
10612
-    else
 
10613
-      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
 
10614
-    fi
 
10615
-  else
 
10616
-    echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
 
10617
-    cat conftest.$ac_ext >&5
 
10618
-  fi
 
10619
-  rm -rf conftest* conftst*
 
10620
 
 
10621
-  # Do not use the global_symbol_pipe unless it works.
 
10622
-  if test "$pipe_works" = yes; then
 
10623
-    break
 
10624
-  else
 
10625
-    lt_cv_sys_global_symbol_pipe=
 
10626
-  fi
 
10627
-done
 
10628
+# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
 
10629
+# ---------------------------------
 
10630
+# Figure out "hidden" library dependencies from verbose
 
10631
+# compiler output when linking a shared library.
 
10632
+# Parse the compiler output and extract the necessary
 
10633
+# objects, libraries and library flags.
 
10634
+m4_defun([_LT_SYS_HIDDEN_LIBDEPS],
 
10635
+[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
10636
+# Dependencies to place before and after the object being linked:
 
10637
+_LT_TAGVAR(predep_objects, $1)=
 
10638
+_LT_TAGVAR(postdep_objects, $1)=
 
10639
+_LT_TAGVAR(predeps, $1)=
 
10640
+_LT_TAGVAR(postdeps, $1)=
 
10641
+_LT_TAGVAR(compiler_lib_search_path, $1)=
 
10642
+
 
10643
+dnl we can't use the lt_simple_compile_test_code here,
 
10644
+dnl because it contains code intended for an executable,
 
10645
+dnl not a library.  It's possible we should let each
 
10646
+dnl tag define a new lt_????_link_test_code variable,
 
10647
+dnl but it's only used here...
 
10648
+m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF
 
10649
+int a;
 
10650
+void foo (void) { a = 0; }
 
10651
+_LT_EOF
 
10652
+], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF
 
10653
+class Foo
 
10654
+{
 
10655
+public:
 
10656
+  Foo (void) { a = 0; }
 
10657
+private:
 
10658
+  int a;
 
10659
+};
 
10660
+_LT_EOF
 
10661
+], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF
 
10662
+      subroutine foo
 
10663
+      implicit none
 
10664
+      integer*4 a
 
10665
+      a=0
 
10666
+      return
 
10667
+      end
 
10668
+_LT_EOF
 
10669
+], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF
 
10670
+      subroutine foo
 
10671
+      implicit none
 
10672
+      integer a
 
10673
+      a=0
 
10674
+      return
 
10675
+      end
 
10676
+_LT_EOF
 
10677
+], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF
 
10678
+public class foo {
 
10679
+  private int a;
 
10680
+  public void bar (void) {
 
10681
+    a = 0;
 
10682
+  }
 
10683
+};
 
10684
+_LT_EOF
 
10685
 ])
 
10686
-if test -z "$lt_cv_sys_global_symbol_pipe"; then
 
10687
-  lt_cv_sys_global_symbol_to_cdecl=
 
10688
-fi
 
10689
-if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
 
10690
-  AC_MSG_RESULT(failed)
 
10691
-else
 
10692
-  AC_MSG_RESULT(ok)
 
10693
-fi
 
10694
-]) # AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE
 
10695
+dnl Parse the compiler output and extract the necessary
 
10696
+dnl objects, libraries and library flags.
 
10697
+if AC_TRY_EVAL(ac_compile); then
 
10698
+  # Parse the compiler output and extract the necessary
 
10699
+  # objects, libraries and library flags.
 
10700
 
 
10701
+  # Sentinel used to keep track of whether or not we are before
 
10702
+  # the conftest object file.
 
10703
+  pre_test_object_deps_done=no
 
10704
 
 
10705
-# AC_LIBTOOL_PROG_COMPILER_PIC([TAGNAME])
 
10706
-# ---------------------------------------
 
10707
-AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC],
 
10708
-[_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=
 
10709
-_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
 
10710
-_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=
 
10711
+  for p in `eval "$output_verbose_link_cmd"`; do
 
10712
+    case $p in
 
10713
 
 
10714
-AC_MSG_CHECKING([for $compiler option to produce PIC])
 
10715
- ifelse([$1],[CXX],[
 
10716
-  # C++ specific cases for pic, static, wl, etc.
 
10717
-  if test "$GXX" = yes; then
 
10718
-    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
10719
-    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
10720
+    -L* | -R* | -l*)
 
10721
+       # Some compilers place space between "-{L,R}" and the path.
 
10722
+       # Remove the space.
 
10723
+       if test $p = "-L" ||
 
10724
+          test $p = "-R"; then
 
10725
+        prev=$p
 
10726
+        continue
 
10727
+       else
 
10728
+        prev=
 
10729
+       fi
 
10730
 
 
10731
-    case $host_os in
 
10732
-    aix*)
 
10733
-      # All AIX code is PIC.
 
10734
-      if test "$host_cpu" = ia64; then
 
10735
-       # AIX 5 now supports IA64 processor
 
10736
-       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
10737
-      fi
 
10738
-      ;;
 
10739
-    amigaos*)
 
10740
-      # FIXME: we need at least 68020 code to build shared libraries, but
 
10741
-      # adding the `-m68020' flag to GCC prevents building anything better,
 
10742
-      # like `-m68040'.
 
10743
-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
 
10744
-      ;;
 
10745
-    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
10746
-      # PIC is the default for these OSes.
 
10747
-      ;;
 
10748
-    mingw* | cygwin* | os2* | pw32*)
 
10749
-      # This hack is so that the source file can tell whether it is being
 
10750
-      # built for inclusion in a dll (and should export symbols for example).
 
10751
-      # Although the cygwin gcc ignores -fPIC, still need this for old-style
 
10752
-      # (--disable-auto-import) libraries
 
10753
-      m4_if([$1], [GCJ], [],
 
10754
-       [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
 
10755
-      ;;
 
10756
-    darwin* | rhapsody*)
 
10757
-      # PIC is the default on this platform
 
10758
-      # Common symbols not allowed in MH_DYLIB files
 
10759
-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
 
10760
-      ;;
 
10761
-    *djgpp*)
 
10762
-      # DJGPP does not support shared libraries at all
 
10763
-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
 
10764
-      ;;
 
10765
-    interix[[3-9]]*)
 
10766
-      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
 
10767
-      # Instead, we relocate shared libraries at runtime.
 
10768
-      ;;
 
10769
-    sysv4*MP*)
 
10770
-      if test -d /usr/nec; then
 
10771
-       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
 
10772
-      fi
 
10773
-      ;;
 
10774
-    hpux*)
 
10775
-      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
10776
-      # not for PA HP-UX.
 
10777
-      case $host_cpu in
 
10778
-      hppa*64*|ia64*)
 
10779
-       ;;
 
10780
-      *)
 
10781
-       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
10782
-       ;;
 
10783
-      esac
 
10784
+       if test "$pre_test_object_deps_done" = no; then
 
10785
+        case $p in
 
10786
+        -L* | -R*)
 
10787
+          # Internal compiler library paths should come after those
 
10788
+          # provided the user.  The postdeps already come after the
 
10789
+          # user supplied libs so there is no need to process them.
 
10790
+          if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then
 
10791
+            _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
 
10792
+          else
 
10793
+            _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
 
10794
+          fi
 
10795
+          ;;
 
10796
+        # The "-l" case would never come before the object being
 
10797
+        # linked, so don't bother handling this case.
 
10798
+        esac
 
10799
+       else
 
10800
+        if test -z "$_LT_TAGVAR(postdeps, $1)"; then
 
10801
+          _LT_TAGVAR(postdeps, $1)="${prev}${p}"
 
10802
+        else
 
10803
+          _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}"
 
10804
+        fi
 
10805
+       fi
 
10806
+       ;;
 
10807
+
 
10808
+    *.$objext)
 
10809
+       # This assumes that the test object file only shows up
 
10810
+       # once in the compiler output.
 
10811
+       if test "$p" = "conftest.$objext"; then
 
10812
+        pre_test_object_deps_done=yes
 
10813
+        continue
 
10814
+       fi
 
10815
+
 
10816
+       if test "$pre_test_object_deps_done" = no; then
 
10817
+        if test -z "$_LT_TAGVAR(predep_objects, $1)"; then
 
10818
+          _LT_TAGVAR(predep_objects, $1)="$p"
 
10819
+        else
 
10820
+          _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p"
 
10821
+        fi
 
10822
+       else
 
10823
+        if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then
 
10824
+          _LT_TAGVAR(postdep_objects, $1)="$p"
 
10825
+        else
 
10826
+          _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p"
 
10827
+        fi
 
10828
+       fi
 
10829
+       ;;
 
10830
+
 
10831
+    *) ;; # Ignore the rest.
 
10832
+
 
10833
+    esac
 
10834
+  done
 
10835
+
 
10836
+  # Clean up.
 
10837
+  rm -f a.out a.exe
 
10838
+else
 
10839
+  echo "libtool.m4: error: problem compiling $1 test program"
 
10840
+fi
 
10841
+
 
10842
+$RM -f confest.$objext
 
10843
+
 
10844
+# PORTME: override above test on systems where it is broken
 
10845
+m4_if([$1], [CXX],
 
10846
+[case $host_os in
 
10847
+interix[[3-9]]*)
 
10848
+  # Interix 3.5 installs completely hosed .la files for C++, so rather than
 
10849
+  # hack all around it, let's just trust "g++" to DTRT.
 
10850
+  _LT_TAGVAR(predep_objects,$1)=
 
10851
+  _LT_TAGVAR(postdep_objects,$1)=
 
10852
+  _LT_TAGVAR(postdeps,$1)=
 
10853
+  ;;
 
10854
+
 
10855
+linux*)
 
10856
+  case `$CC -V 2>&1 | sed 5q` in
 
10857
+  *Sun\ C*)
 
10858
+    # Sun C++ 5.9
 
10859
+
 
10860
+    # The more standards-conforming stlport4 library is
 
10861
+    # incompatible with the Cstd library. Avoid specifying
 
10862
+    # it if it's in CXXFLAGS. Ignore libCrun as
 
10863
+    # -library=stlport4 depends on it.
 
10864
+    case " $CXX $CXXFLAGS " in
 
10865
+    *" -library=stlport4 "*)
 
10866
+      solaris_use_stlport4=yes
 
10867
       ;;
 
10868
-    *)
 
10869
-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
10870
+    esac
 
10871
+
 
10872
+    if test "$solaris_use_stlport4" != yes; then
 
10873
+      _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
 
10874
+    fi
 
10875
+    ;;
 
10876
+  esac
 
10877
+  ;;
 
10878
+
 
10879
+solaris*)
 
10880
+  case $cc_basename in
 
10881
+  CC*)
 
10882
+    # The more standards-conforming stlport4 library is
 
10883
+    # incompatible with the Cstd library. Avoid specifying
 
10884
+    # it if it's in CXXFLAGS. Ignore libCrun as
 
10885
+    # -library=stlport4 depends on it.
 
10886
+    case " $CXX $CXXFLAGS " in
 
10887
+    *" -library=stlport4 "*)
 
10888
+      solaris_use_stlport4=yes
 
10889
       ;;
 
10890
     esac
 
10891
-  else
 
10892
+
 
10893
+    # Adding this requires a known-good setup of shared libraries for
 
10894
+    # Sun compiler versions before 5.6, else PIC objects from an old
 
10895
+    # archive will be linked into the output, leading to subtle bugs.
 
10896
+    if test "$solaris_use_stlport4" != yes; then
 
10897
+      _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
 
10898
+    fi
 
10899
+    ;;
 
10900
+  esac
 
10901
+  ;;
 
10902
+esac
 
10903
+])
 
10904
+
 
10905
+case " $_LT_TAGVAR(postdeps, $1) " in
 
10906
+*" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;;
 
10907
+esac
 
10908
+ _LT_TAGVAR(compiler_lib_search_dirs, $1)=
 
10909
+if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
 
10910
+ _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
 
10911
+fi
 
10912
+_LT_TAGDECL([], [compiler_lib_search_dirs], [1],
 
10913
+    [The directories searched by this compiler when creating a shared library])
 
10914
+_LT_TAGDECL([], [predep_objects], [1],
 
10915
+    [Dependencies to place before and after the objects being linked to
 
10916
+    create a shared library])
 
10917
+_LT_TAGDECL([], [postdep_objects], [1])
 
10918
+_LT_TAGDECL([], [predeps], [1])
 
10919
+_LT_TAGDECL([], [postdeps], [1])
 
10920
+_LT_TAGDECL([], [compiler_lib_search_path], [1],
 
10921
+    [The library search path used internally by the compiler when linking
 
10922
+    a shared library])
 
10923
+])# _LT_SYS_HIDDEN_LIBDEPS
 
10924
+
 
10925
+
 
10926
+# _LT_PROG_F77
 
10927
+# ------------
 
10928
+# Since AC_PROG_F77 is broken, in that it returns the empty string
 
10929
+# if there is no fortran compiler, we have our own version here.
 
10930
+m4_defun([_LT_PROG_F77],
 
10931
+[
 
10932
+pushdef([AC_MSG_ERROR], [_lt_disable_F77=yes])
 
10933
+AC_PROG_F77
 
10934
+if test -z "$F77" || test "X$F77" = "Xno"; then
 
10935
+  _lt_disable_F77=yes
 
10936
+fi
 
10937
+popdef([AC_MSG_ERROR])
 
10938
+])# _LT_PROG_F77
 
10939
+
 
10940
+dnl aclocal-1.4 backwards compatibility:
 
10941
+dnl AC_DEFUN([_LT_PROG_F77], [])
 
10942
+
 
10943
+
 
10944
+# _LT_LANG_F77_CONFIG([TAG])
 
10945
+# --------------------------
 
10946
+# Ensure that the configuration variables for a Fortran 77 compiler are
 
10947
+# suitably defined.  These variables are subsequently used by _LT_CONFIG
 
10948
+# to write the compiler configuration to `libtool'.
 
10949
+m4_defun([_LT_LANG_F77_CONFIG],
 
10950
+[AC_REQUIRE([_LT_PROG_F77])dnl
 
10951
+AC_LANG_PUSH(Fortran 77)
 
10952
+
 
10953
+_LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
10954
+_LT_TAGVAR(allow_undefined_flag, $1)=
 
10955
+_LT_TAGVAR(always_export_symbols, $1)=no
 
10956
+_LT_TAGVAR(archive_expsym_cmds, $1)=
 
10957
+_LT_TAGVAR(export_dynamic_flag_spec, $1)=
 
10958
+_LT_TAGVAR(hardcode_direct, $1)=no
 
10959
+_LT_TAGVAR(hardcode_direct_absolute, $1)=no
 
10960
+_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
10961
+_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 
10962
+_LT_TAGVAR(hardcode_libdir_separator, $1)=
 
10963
+_LT_TAGVAR(hardcode_minus_L, $1)=no
 
10964
+_LT_TAGVAR(hardcode_automatic, $1)=no
 
10965
+_LT_TAGVAR(inherit_rpath, $1)=no
 
10966
+_LT_TAGVAR(module_cmds, $1)=
 
10967
+_LT_TAGVAR(module_expsym_cmds, $1)=
 
10968
+_LT_TAGVAR(link_all_deplibs, $1)=unknown
 
10969
+_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
10970
+_LT_TAGVAR(no_undefined_flag, $1)=
 
10971
+_LT_TAGVAR(whole_archive_flag_spec, $1)=
 
10972
+_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
 
10973
+
 
10974
+# Source file extension for f77 test sources.
 
10975
+ac_ext=f
 
10976
+
 
10977
+# Object file extension for compiled f77 test sources.
 
10978
+objext=o
 
10979
+_LT_TAGVAR(objext, $1)=$objext
 
10980
+
 
10981
+# No sense in running all these tests if we already determined that
 
10982
+# the F77 compiler isn't working.  Some variables (like enable_shared)
 
10983
+# are currently assumed to apply to all compilers on this platform,
 
10984
+# and will be corrupted by setting them based on a non-working compiler.
 
10985
+if test "$_lt_disable_F77" != yes; then
 
10986
+  # Code to be used in simple compile tests
 
10987
+  lt_simple_compile_test_code="\
 
10988
+      subroutine t
 
10989
+      return
 
10990
+      end
 
10991
+"
 
10992
+
 
10993
+  # Code to be used in simple link tests
 
10994
+  lt_simple_link_test_code="\
 
10995
+      program t
 
10996
+      end
 
10997
+"
 
10998
+
 
10999
+  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
11000
+  _LT_TAG_COMPILER
 
11001
+
 
11002
+  # save warnings/boilerplate of simple test code
 
11003
+  _LT_COMPILER_BOILERPLATE
 
11004
+  _LT_LINKER_BOILERPLATE
 
11005
+
 
11006
+  # Allow CC to be a program name with arguments.
 
11007
+  lt_save_CC="$CC"
 
11008
+  lt_save_GCC=$GCC
 
11009
+  CC=${F77-"f77"}
 
11010
+  compiler=$CC
 
11011
+  _LT_TAGVAR(compiler, $1)=$CC
 
11012
+  _LT_CC_BASENAME([$compiler])
 
11013
+  GCC=$G77
 
11014
+  if test -n "$compiler"; then
 
11015
+    AC_MSG_CHECKING([if libtool supports shared libraries])
 
11016
+    AC_MSG_RESULT([$can_build_shared])
 
11017
+
 
11018
+    AC_MSG_CHECKING([whether to build shared libraries])
 
11019
+    test "$can_build_shared" = "no" && enable_shared=no
 
11020
+
 
11021
+    # On AIX, shared libraries and static libraries use the same namespace, and
 
11022
+    # are all built from PIC.
 
11023
     case $host_os in
 
11024
+      aix3*)
 
11025
+        test "$enable_shared" = yes && enable_static=no
 
11026
+        if test -n "$RANLIB"; then
 
11027
+          archive_cmds="$archive_cmds~\$RANLIB \$lib"
 
11028
+          postinstall_cmds='$RANLIB $lib'
 
11029
+        fi
 
11030
+        ;;
 
11031
       aix[[4-9]]*)
 
11032
-       # All AIX code is PIC.
 
11033
-       if test "$host_cpu" = ia64; then
 
11034
-         # AIX 5 now supports IA64 processor
 
11035
-         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
11036
-       else
 
11037
-         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
 
11038
+       if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
 
11039
+         test "$enable_shared" = yes && enable_static=no
 
11040
        fi
 
11041
-       ;;
 
11042
-      chorus*)
 
11043
-       case $cc_basename in
 
11044
-       cxch68*)
 
11045
-         # Green Hills C++ Compiler
 
11046
-         # _LT_AC_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
 
11047
-         ;;
 
11048
-       esac
 
11049
-       ;;
 
11050
-       darwin*)
 
11051
-         # PIC is the default on this platform
 
11052
-         # Common symbols not allowed in MH_DYLIB files
 
11053
-         case $cc_basename in
 
11054
-           xlc*)
 
11055
-           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
 
11056
-           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
11057
-           ;;
 
11058
-         esac
 
11059
-       ;;
 
11060
-      dgux*)
 
11061
-       case $cc_basename in
 
11062
-         ec++*)
 
11063
-           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
11064
-           ;;
 
11065
-         ghcx*)
 
11066
-           # Green Hills C++ Compiler
 
11067
-           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
11068
-           ;;
 
11069
-         *)
 
11070
-           ;;
 
11071
-       esac
 
11072
-       ;;
 
11073
-      freebsd* | dragonfly*)
 
11074
-       # FreeBSD uses GNU C++
 
11075
-       ;;
 
11076
-      hpux9* | hpux10* | hpux11*)
 
11077
-       case $cc_basename in
 
11078
-         CC*)
 
11079
-           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
11080
-           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
 
11081
-           if test "$host_cpu" != ia64; then
 
11082
-             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
 
11083
-           fi
 
11084
-           ;;
 
11085
-         aCC*)
 
11086
-           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
11087
-           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
 
11088
-           case $host_cpu in
 
11089
-           hppa*64*|ia64*)
 
11090
-             # +Z the default
 
11091
-             ;;
 
11092
-           *)
 
11093
-             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
 
11094
-             ;;
 
11095
-           esac
 
11096
-           ;;
 
11097
-         *)
 
11098
-           ;;
 
11099
-       esac
 
11100
-       ;;
 
11101
-      interix*)
 
11102
-       # This is c89, which is MS Visual C++ (no shared libs)
 
11103
-       # Anyone wants to do a port?
 
11104
-       ;;
 
11105
-      irix5* | irix6* | nonstopux*)
 
11106
-       case $cc_basename in
 
11107
-         CC*)
 
11108
-           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
11109
-           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
11110
-           # CC pic flag -KPIC is the default.
 
11111
-           ;;
 
11112
-         *)
 
11113
-           ;;
 
11114
-       esac
 
11115
-       ;;
 
11116
-      linux* | k*bsd*-gnu)
 
11117
-       case $cc_basename in
 
11118
-         KCC*)
 
11119
-           # KAI C++ Compiler
 
11120
-           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
 
11121
-           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
11122
-           ;;
 
11123
-         icpc* | ecpc*)
 
11124
-           # Intel C++
 
11125
-           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
11126
-           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
11127
-           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
11128
-           ;;
 
11129
-         pgCC* | pgcpp*)
 
11130
-           # Portland Group C++ compiler.
 
11131
-           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
11132
-           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
 
11133
-           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
11134
-           ;;
 
11135
-         cxx*)
 
11136
-           # Compaq C++
 
11137
-           # Make sure the PIC flag is empty.  It appears that all Alpha
 
11138
-           # Linux and Compaq Tru64 Unix objects are PIC.
 
11139
-           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
 
11140
-           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
11141
-           ;;
 
11142
-         *)
 
11143
-           case `$CC -V 2>&1 | sed 5q` in
 
11144
-           *Sun\ C*)
 
11145
-             # Sun C++ 5.9
 
11146
-             _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
11147
-             _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
11148
-             _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
 
11149
-             ;;
 
11150
-           esac
 
11151
-           ;;
 
11152
-       esac
 
11153
-       ;;
 
11154
-      lynxos*)
 
11155
-       ;;
 
11156
-      m88k*)
 
11157
-       ;;
 
11158
-      mvs*)
 
11159
-       case $cc_basename in
 
11160
-         cxx*)
 
11161
-           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
 
11162
-           ;;
 
11163
-         *)
 
11164
-           ;;
 
11165
-       esac
 
11166
-       ;;
 
11167
-      netbsd*)
 
11168
-       ;;
 
11169
-      osf3* | osf4* | osf5*)
 
11170
-       case $cc_basename in
 
11171
-         KCC*)
 
11172
-           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
 
11173
-           ;;
 
11174
-         RCC*)
 
11175
-           # Rational C++ 2.4.1
 
11176
-           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
11177
-           ;;
 
11178
-         cxx*)
 
11179
-           # Digital/Compaq C++
 
11180
-           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
11181
-           # Make sure the PIC flag is empty.  It appears that all Alpha
 
11182
-           # Linux and Compaq Tru64 Unix objects are PIC.
 
11183
-           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
 
11184
-           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
11185
-           ;;
 
11186
-         *)
 
11187
-           ;;
 
11188
-       esac
 
11189
-       ;;
 
11190
-      psos*)
 
11191
-       ;;
 
11192
-      solaris*)
 
11193
-       case $cc_basename in
 
11194
-         CC*)
 
11195
-           # Sun C++ 4.2, 5.x and Centerline C++
 
11196
-           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
11197
-           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
11198
-           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
 
11199
-           ;;
 
11200
-         gcx*)
 
11201
-           # Green Hills C++ Compiler
 
11202
-           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
 
11203
-           ;;
 
11204
-         *)
 
11205
-           ;;
 
11206
-       esac
 
11207
-       ;;
 
11208
-      sunos4*)
 
11209
-       case $cc_basename in
 
11210
-         CC*)
 
11211
-           # Sun C++ 4.x
 
11212
-           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
11213
-           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
11214
-           ;;
 
11215
-         lcc*)
 
11216
-           # Lucid
 
11217
-           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
11218
-           ;;
 
11219
-         *)
 
11220
-           ;;
 
11221
-       esac
 
11222
-       ;;
 
11223
-      tandem*)
 
11224
-       case $cc_basename in
 
11225
-         NCC*)
 
11226
-           # NonStop-UX NCC 3.20
 
11227
-           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
11228
-           ;;
 
11229
-         *)
 
11230
-           ;;
 
11231
-       esac
 
11232
-       ;;
 
11233
-      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
 
11234
-       case $cc_basename in
 
11235
-         CC*)
 
11236
-           _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
11237
-           _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
11238
-           _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
11239
-           ;;
 
11240
-       esac
 
11241
-       ;;
 
11242
-      vxworks*)
 
11243
-       ;;
 
11244
-      *)
 
11245
-       _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
 
11246
-       ;;
 
11247
+        ;;
 
11248
+    esac
 
11249
+    AC_MSG_RESULT([$enable_shared])
 
11250
+
 
11251
+    AC_MSG_CHECKING([whether to build static libraries])
 
11252
+    # Make sure either enable_shared or enable_static is yes.
 
11253
+    test "$enable_shared" = yes || enable_static=yes
 
11254
+    AC_MSG_RESULT([$enable_static])
 
11255
+
 
11256
+    _LT_TAGVAR(GCC, $1)="$G77"
 
11257
+    _LT_TAGVAR(LD, $1)="$LD"
 
11258
+
 
11259
+    ## CAVEAT EMPTOR:
 
11260
+    ## There is no encapsulation within the following macros, do not change
 
11261
+    ## the running order or otherwise move them around unless you know exactly
 
11262
+    ## what you are doing...
 
11263
+    _LT_COMPILER_PIC($1)
 
11264
+    _LT_COMPILER_C_O($1)
 
11265
+    _LT_COMPILER_FILE_LOCKS($1)
 
11266
+    _LT_LINKER_SHLIBS($1)
 
11267
+    _LT_SYS_DYNAMIC_LINKER($1)
 
11268
+    _LT_LINKER_HARDCODE_LIBPATH($1)
 
11269
+
 
11270
+    _LT_CONFIG($1)
 
11271
+  fi # test -n "$compiler"
 
11272
+
 
11273
+  GCC=$lt_save_GCC
 
11274
+  CC="$lt_save_CC"
 
11275
+fi # test "$_lt_disable_F77" != yes
 
11276
+
 
11277
+AC_LANG_POP
 
11278
+])# _LT_LANG_F77_CONFIG
 
11279
+
 
11280
+
 
11281
+# _LT_PROG_FC
 
11282
+# -----------
 
11283
+# Since AC_PROG_FC is broken, in that it returns the empty string
 
11284
+# if there is no fortran compiler, we have our own version here.
 
11285
+m4_defun([_LT_PROG_FC],
 
11286
+[
 
11287
+pushdef([AC_MSG_ERROR], [_lt_disable_FC=yes])
 
11288
+AC_PROG_FC
 
11289
+if test -z "$FC" || test "X$FC" = "Xno"; then
 
11290
+  _lt_disable_FC=yes
 
11291
+fi
 
11292
+popdef([AC_MSG_ERROR])
 
11293
+])# _LT_PROG_FC
 
11294
+
 
11295
+dnl aclocal-1.4 backwards compatibility:
 
11296
+dnl AC_DEFUN([_LT_PROG_FC], [])
 
11297
+
 
11298
+
 
11299
+# _LT_LANG_FC_CONFIG([TAG])
 
11300
+# -------------------------
 
11301
+# Ensure that the configuration variables for a Fortran compiler are
 
11302
+# suitably defined.  These variables are subsequently used by _LT_CONFIG
 
11303
+# to write the compiler configuration to `libtool'.
 
11304
+m4_defun([_LT_LANG_FC_CONFIG],
 
11305
+[AC_REQUIRE([_LT_PROG_FC])dnl
 
11306
+AC_LANG_PUSH(Fortran)
 
11307
+
 
11308
+_LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
11309
+_LT_TAGVAR(allow_undefined_flag, $1)=
 
11310
+_LT_TAGVAR(always_export_symbols, $1)=no
 
11311
+_LT_TAGVAR(archive_expsym_cmds, $1)=
 
11312
+_LT_TAGVAR(export_dynamic_flag_spec, $1)=
 
11313
+_LT_TAGVAR(hardcode_direct, $1)=no
 
11314
+_LT_TAGVAR(hardcode_direct_absolute, $1)=no
 
11315
+_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
11316
+_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 
11317
+_LT_TAGVAR(hardcode_libdir_separator, $1)=
 
11318
+_LT_TAGVAR(hardcode_minus_L, $1)=no
 
11319
+_LT_TAGVAR(hardcode_automatic, $1)=no
 
11320
+_LT_TAGVAR(inherit_rpath, $1)=no
 
11321
+_LT_TAGVAR(module_cmds, $1)=
 
11322
+_LT_TAGVAR(module_expsym_cmds, $1)=
 
11323
+_LT_TAGVAR(link_all_deplibs, $1)=unknown
 
11324
+_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
11325
+_LT_TAGVAR(no_undefined_flag, $1)=
 
11326
+_LT_TAGVAR(whole_archive_flag_spec, $1)=
 
11327
+_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
 
11328
+
 
11329
+# Source file extension for fc test sources.
 
11330
+ac_ext=${ac_fc_srcext-f}
 
11331
+
 
11332
+# Object file extension for compiled fc test sources.
 
11333
+objext=o
 
11334
+_LT_TAGVAR(objext, $1)=$objext
 
11335
+
 
11336
+# No sense in running all these tests if we already determined that
 
11337
+# the FC compiler isn't working.  Some variables (like enable_shared)
 
11338
+# are currently assumed to apply to all compilers on this platform,
 
11339
+# and will be corrupted by setting them based on a non-working compiler.
 
11340
+if test "$_lt_disable_FC" != yes; then
 
11341
+  # Code to be used in simple compile tests
 
11342
+  lt_simple_compile_test_code="\
 
11343
+      subroutine t
 
11344
+      return
 
11345
+      end
 
11346
+"
 
11347
+
 
11348
+  # Code to be used in simple link tests
 
11349
+  lt_simple_link_test_code="\
 
11350
+      program t
 
11351
+      end
 
11352
+"
 
11353
+
 
11354
+  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
11355
+  _LT_TAG_COMPILER
 
11356
+
 
11357
+  # save warnings/boilerplate of simple test code
 
11358
+  _LT_COMPILER_BOILERPLATE
 
11359
+  _LT_LINKER_BOILERPLATE
 
11360
+
 
11361
+  # Allow CC to be a program name with arguments.
 
11362
+  lt_save_CC="$CC"
 
11363
+  lt_save_GCC=$GCC
 
11364
+  CC=${FC-"f95"}
 
11365
+  compiler=$CC
 
11366
+  GCC=$ac_cv_fc_compiler_gnu
 
11367
+
 
11368
+  _LT_TAGVAR(compiler, $1)=$CC
 
11369
+  _LT_CC_BASENAME([$compiler])
 
11370
+
 
11371
+  if test -n "$compiler"; then
 
11372
+    AC_MSG_CHECKING([if libtool supports shared libraries])
 
11373
+    AC_MSG_RESULT([$can_build_shared])
 
11374
+
 
11375
+    AC_MSG_CHECKING([whether to build shared libraries])
 
11376
+    test "$can_build_shared" = "no" && enable_shared=no
 
11377
+
 
11378
+    # On AIX, shared libraries and static libraries use the same namespace, and
 
11379
+    # are all built from PIC.
 
11380
+    case $host_os in
 
11381
+      aix3*)
 
11382
+        test "$enable_shared" = yes && enable_static=no
 
11383
+        if test -n "$RANLIB"; then
 
11384
+          archive_cmds="$archive_cmds~\$RANLIB \$lib"
 
11385
+          postinstall_cmds='$RANLIB $lib'
 
11386
+        fi
 
11387
+        ;;
 
11388
+      aix[[4-9]]*)
 
11389
+       if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
 
11390
+         test "$enable_shared" = yes && enable_static=no
 
11391
+       fi
 
11392
+        ;;
 
11393
     esac
 
11394
-  fi
 
11395
-],
 
11396
-[
 
11397
-  if test "$GCC" = yes; then
 
11398
-    _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
11399
-    _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
11400
+    AC_MSG_RESULT([$enable_shared])
 
11401
 
 
11402
-    case $host_os in
 
11403
-      aix*)
 
11404
-      # All AIX code is PIC.
 
11405
-      if test "$host_cpu" = ia64; then
 
11406
-       # AIX 5 now supports IA64 processor
 
11407
-       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
11408
-      fi
 
11409
-      ;;
 
11410
+    AC_MSG_CHECKING([whether to build static libraries])
 
11411
+    # Make sure either enable_shared or enable_static is yes.
 
11412
+    test "$enable_shared" = yes || enable_static=yes
 
11413
+    AC_MSG_RESULT([$enable_static])
 
11414
+
 
11415
+    _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu"
 
11416
+    _LT_TAGVAR(LD, $1)="$LD"
 
11417
+
 
11418
+    ## CAVEAT EMPTOR:
 
11419
+    ## There is no encapsulation within the following macros, do not change
 
11420
+    ## the running order or otherwise move them around unless you know exactly
 
11421
+    ## what you are doing...
 
11422
+    _LT_SYS_HIDDEN_LIBDEPS($1)
 
11423
+    _LT_COMPILER_PIC($1)
 
11424
+    _LT_COMPILER_C_O($1)
 
11425
+    _LT_COMPILER_FILE_LOCKS($1)
 
11426
+    _LT_LINKER_SHLIBS($1)
 
11427
+    _LT_SYS_DYNAMIC_LINKER($1)
 
11428
+    _LT_LINKER_HARDCODE_LIBPATH($1)
 
11429
+
 
11430
+    _LT_CONFIG($1)
 
11431
+  fi # test -n "$compiler"
 
11432
+
 
11433
+  GCC=$lt_save_GCC
 
11434
+  CC="$lt_save_CC"
 
11435
+fi # test "$_lt_disable_FC" != yes
 
11436
 
 
11437
-    amigaos*)
 
11438
-      # FIXME: we need at least 68020 code to build shared libraries, but
 
11439
-      # adding the `-m68020' flag to GCC prevents building anything better,
 
11440
-      # like `-m68040'.
 
11441
-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
 
11442
-      ;;
 
11443
+AC_LANG_POP
 
11444
+])# _LT_LANG_FC_CONFIG
 
11445
 
 
11446
-    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
11447
-      # PIC is the default for these OSes.
 
11448
-      ;;
 
11449
 
 
11450
-    mingw* | cygwin* | pw32* | os2*)
 
11451
-      # This hack is so that the source file can tell whether it is being
 
11452
-      # built for inclusion in a dll (and should export symbols for example).
 
11453
-      # Although the cygwin gcc ignores -fPIC, still need this for old-style
 
11454
-      # (--disable-auto-import) libraries
 
11455
-      m4_if([$1], [GCJ], [],
 
11456
-       [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
 
11457
-      ;;
 
11458
+# _LT_LANG_GCJ_CONFIG([TAG])
 
11459
+# --------------------------
 
11460
+# Ensure that the configuration variables for the GNU Java Compiler compiler
 
11461
+# are suitably defined.  These variables are subsequently used by _LT_CONFIG
 
11462
+# to write the compiler configuration to `libtool'.
 
11463
+m4_defun([_LT_LANG_GCJ_CONFIG],
 
11464
+[AC_REQUIRE([LT_PROG_GCJ])dnl
 
11465
+AC_LANG_SAVE
 
11466
 
 
11467
-    darwin* | rhapsody*)
 
11468
-      # PIC is the default on this platform
 
11469
-      # Common symbols not allowed in MH_DYLIB files
 
11470
-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
 
11471
-      ;;
 
11472
+# Source file extension for Java test sources.
 
11473
+ac_ext=java
 
11474
 
 
11475
-    interix[[3-9]]*)
 
11476
-      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
 
11477
-      # Instead, we relocate shared libraries at runtime.
 
11478
-      ;;
 
11479
+# Object file extension for compiled Java test sources.
 
11480
+objext=o
 
11481
+_LT_TAGVAR(objext, $1)=$objext
 
11482
 
 
11483
-    msdosdjgpp*)
 
11484
-      # Just because we use GCC doesn't mean we suddenly get shared libraries
 
11485
-      # on systems that don't support them.
 
11486
-      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
 
11487
-      enable_shared=no
 
11488
-      ;;
 
11489
+# Code to be used in simple compile tests
 
11490
+lt_simple_compile_test_code="class foo {}"
 
11491
 
 
11492
-    sysv4*MP*)
 
11493
-      if test -d /usr/nec; then
 
11494
-       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
 
11495
-      fi
 
11496
-      ;;
 
11497
+# Code to be used in simple link tests
 
11498
+lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'
 
11499
 
 
11500
-    hpux*)
 
11501
-      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
11502
-      # not for PA HP-UX.
 
11503
-      case $host_cpu in
 
11504
-      hppa*64*|ia64*)
 
11505
-       # +Z the default
 
11506
-       ;;
 
11507
-      *)
 
11508
-       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
11509
-       ;;
 
11510
-      esac
 
11511
-      ;;
 
11512
+# ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
11513
+_LT_TAG_COMPILER
 
11514
 
 
11515
-    *)
 
11516
-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
11517
-      ;;
 
11518
-    esac
 
11519
-  else
 
11520
-    # PORTME Check for flag to pass linker flags through the system compiler.
 
11521
-    case $host_os in
 
11522
-    aix*)
 
11523
-      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
11524
-      if test "$host_cpu" = ia64; then
 
11525
-       # AIX 5 now supports IA64 processor
 
11526
-       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
11527
-      else
 
11528
-       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
 
11529
+# save warnings/boilerplate of simple test code
 
11530
+_LT_COMPILER_BOILERPLATE
 
11531
+_LT_LINKER_BOILERPLATE
 
11532
+
 
11533
+# Allow CC to be a program name with arguments.
 
11534
+lt_save_CC="$CC"
 
11535
+lt_save_GCC=$GCC
 
11536
+GCC=yes
 
11537
+CC=${GCJ-"gcj"}
 
11538
+compiler=$CC
 
11539
+_LT_TAGVAR(compiler, $1)=$CC
 
11540
+_LT_TAGVAR(LD, $1)="$LD"
 
11541
+_LT_CC_BASENAME([$compiler])
 
11542
+
 
11543
+# GCJ did not exist at the time GCC didn't implicitly link libc in.
 
11544
+_LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
11545
+
 
11546
+_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
11547
+
 
11548
+if test -n "$compiler"; then
 
11549
+  _LT_COMPILER_NO_RTTI($1)
 
11550
+  _LT_COMPILER_PIC($1)
 
11551
+  _LT_COMPILER_C_O($1)
 
11552
+  _LT_COMPILER_FILE_LOCKS($1)
 
11553
+  _LT_LINKER_SHLIBS($1)
 
11554
+  _LT_LINKER_HARDCODE_LIBPATH($1)
 
11555
+
 
11556
+  _LT_CONFIG($1)
 
11557
+fi
 
11558
+
 
11559
+AC_LANG_RESTORE
 
11560
+
 
11561
+GCC=$lt_save_GCC
 
11562
+CC="$lt_save_CC"
 
11563
+])# _LT_LANG_GCJ_CONFIG
 
11564
+
 
11565
+
 
11566
+# _LT_LANG_RC_CONFIG([TAG])
 
11567
+# -------------------------
 
11568
+# Ensure that the configuration variables for the Windows resource compiler
 
11569
+# are suitably defined.  These variables are subsequently used by _LT_CONFIG
 
11570
+# to write the compiler configuration to `libtool'.
 
11571
+m4_defun([_LT_LANG_RC_CONFIG],
 
11572
+[AC_REQUIRE([LT_PROG_RC])dnl
 
11573
+AC_LANG_SAVE
 
11574
+
 
11575
+# Source file extension for RC test sources.
 
11576
+ac_ext=rc
 
11577
+
 
11578
+# Object file extension for compiled RC test sources.
 
11579
+objext=o
 
11580
+_LT_TAGVAR(objext, $1)=$objext
 
11581
+
 
11582
+# Code to be used in simple compile tests
 
11583
+lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
 
11584
+
 
11585
+# Code to be used in simple link tests
 
11586
+lt_simple_link_test_code="$lt_simple_compile_test_code"
 
11587
+
 
11588
+# ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
11589
+_LT_TAG_COMPILER
 
11590
+
 
11591
+# save warnings/boilerplate of simple test code
 
11592
+_LT_COMPILER_BOILERPLATE
 
11593
+_LT_LINKER_BOILERPLATE
 
11594
+
 
11595
+# Allow CC to be a program name with arguments.
 
11596
+lt_save_CC="$CC"
 
11597
+lt_save_GCC=$GCC
 
11598
+GCC=
 
11599
+CC=${RC-"windres"}
 
11600
+compiler=$CC
 
11601
+_LT_TAGVAR(compiler, $1)=$CC
 
11602
+_LT_CC_BASENAME([$compiler])
 
11603
+_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
 
11604
+
 
11605
+if test -n "$compiler"; then
 
11606
+  :
 
11607
+  _LT_CONFIG($1)
 
11608
+fi
 
11609
+
 
11610
+GCC=$lt_save_GCC
 
11611
+AC_LANG_RESTORE
 
11612
+CC="$lt_save_CC"
 
11613
+])# _LT_LANG_RC_CONFIG
 
11614
+
 
11615
+
 
11616
+# LT_PROG_GCJ
 
11617
+# -----------
 
11618
+AC_DEFUN([LT_PROG_GCJ],
 
11619
+[m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
 
11620
+  [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
 
11621
+    [AC_CHECK_TOOL(GCJ, gcj,)
 
11622
+      test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
 
11623
+      AC_SUBST(GCJFLAGS)])])[]dnl
 
11624
+])
 
11625
+
 
11626
+# Old name:
 
11627
+AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ])
 
11628
+dnl aclocal-1.4 backwards compatibility:
 
11629
+dnl AC_DEFUN([LT_AC_PROG_GCJ], [])
 
11630
+
 
11631
+
 
11632
+# LT_PROG_RC
 
11633
+# ----------
 
11634
+AC_DEFUN([LT_PROG_RC],
 
11635
+[AC_CHECK_TOOL(RC, windres,)
 
11636
+])
 
11637
+
 
11638
+# Old name:
 
11639
+AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC])
 
11640
+dnl aclocal-1.4 backwards compatibility:
 
11641
+dnl AC_DEFUN([LT_AC_PROG_RC], [])
 
11642
+
 
11643
+
 
11644
+# _LT_DECL_EGREP
 
11645
+# --------------
 
11646
+# If we don't have a new enough Autoconf to choose the best grep
 
11647
+# available, choose the one first in the user's PATH.
 
11648
+m4_defun([_LT_DECL_EGREP],
 
11649
+[AC_REQUIRE([AC_PROG_EGREP])dnl
 
11650
+AC_REQUIRE([AC_PROG_FGREP])dnl
 
11651
+test -z "$GREP" && GREP=grep
 
11652
+_LT_DECL([], [GREP], [1], [A grep program that handles long lines])
 
11653
+_LT_DECL([], [EGREP], [1], [An ERE matcher])
 
11654
+_LT_DECL([], [FGREP], [1], [A literal string matcher])
 
11655
+dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too
 
11656
+AC_SUBST([GREP])
 
11657
+])
 
11658
+
 
11659
+
 
11660
+# _LT_DECL_SED
 
11661
+# ------------
 
11662
+# Check for a fully-functional sed program, that truncates
 
11663
+# as few characters as possible.  Prefer GNU sed if found.
 
11664
+m4_defun([_LT_DECL_SED],
 
11665
+[AC_PROG_SED
 
11666
+test -z "$SED" && SED=sed
 
11667
+Xsed="$SED -e 1s/^X//"
 
11668
+_LT_DECL([], [SED], [1], [A sed program that does not truncate output])
 
11669
+_LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"],
 
11670
+    [Sed that helps us avoid accidentally triggering echo(1) options like -n])
 
11671
+])# _LT_DECL_SED
 
11672
+
 
11673
+m4_ifndef([AC_PROG_SED], [
 
11674
+# NOTE: This macro has been submitted for inclusion into   #
 
11675
+#  GNU Autoconf as AC_PROG_SED.  When it is available in   #
 
11676
+#  a released version of Autoconf we should remove this    #
 
11677
+#  macro and use it instead.                               #
 
11678
+
 
11679
+m4_defun([AC_PROG_SED],
 
11680
+[AC_MSG_CHECKING([for a sed that does not truncate output])
 
11681
+AC_CACHE_VAL(lt_cv_path_SED,
 
11682
+[# Loop through the user's path and test for sed and gsed.
 
11683
+# Then use that list of sed's as ones to test for truncation.
 
11684
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
11685
+for as_dir in $PATH
 
11686
+do
 
11687
+  IFS=$as_save_IFS
 
11688
+  test -z "$as_dir" && as_dir=.
 
11689
+  for lt_ac_prog in sed gsed; do
 
11690
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
11691
+      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
 
11692
+        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
 
11693
       fi
 
11694
-      ;;
 
11695
-      darwin*)
 
11696
-        # PIC is the default on this platform
 
11697
-        # Common symbols not allowed in MH_DYLIB files
 
11698
-       case $cc_basename in
 
11699
-         xlc*)
 
11700
-         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-qnocommon'
 
11701
-         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
11702
-         ;;
 
11703
-       esac
 
11704
-       ;;
 
11705
+    done
 
11706
+  done
 
11707
+done
 
11708
+IFS=$as_save_IFS
 
11709
+lt_ac_max=0
 
11710
+lt_ac_count=0
 
11711
+# Add /usr/xpg4/bin/sed as it is typically found on Solaris
 
11712
+# along with /bin/sed that truncates output.
 
11713
+for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
 
11714
+  test ! -f $lt_ac_sed && continue
 
11715
+  cat /dev/null > conftest.in
 
11716
+  lt_ac_count=0
 
11717
+  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
 
11718
+  # Check for GNU sed and select it if it is found.
 
11719
+  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
 
11720
+    lt_cv_path_SED=$lt_ac_sed
 
11721
+    break
 
11722
+  fi
 
11723
+  while true; do
 
11724
+    cat conftest.in conftest.in >conftest.tmp
 
11725
+    mv conftest.tmp conftest.in
 
11726
+    cp conftest.in conftest.nl
 
11727
+    echo >>conftest.nl
 
11728
+    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
 
11729
+    cmp -s conftest.out conftest.nl || break
 
11730
+    # 10000 chars as input seems more than enough
 
11731
+    test $lt_ac_count -gt 10 && break
 
11732
+    lt_ac_count=`expr $lt_ac_count + 1`
 
11733
+    if test $lt_ac_count -gt $lt_ac_max; then
 
11734
+      lt_ac_max=$lt_ac_count
 
11735
+      lt_cv_path_SED=$lt_ac_sed
 
11736
+    fi
 
11737
+  done
 
11738
+done
 
11739
+])
 
11740
+SED=$lt_cv_path_SED
 
11741
+AC_SUBST([SED])
 
11742
+AC_MSG_RESULT([$SED])
 
11743
+])#AC_PROG_SED
 
11744
+])#m4_ifndef
 
11745
 
 
11746
-    mingw* | cygwin* | pw32* | os2*)
 
11747
-      # This hack is so that the source file can tell whether it is being
 
11748
-      # built for inclusion in a dll (and should export symbols for example).
 
11749
-      m4_if([$1], [GCJ], [],
 
11750
-       [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
 
11751
-      ;;
 
11752
+# Old name:
 
11753
+AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED])
 
11754
+dnl aclocal-1.4 backwards compatibility:
 
11755
+dnl AC_DEFUN([LT_AC_PROG_SED], [])
 
11756
 
 
11757
-    hpux9* | hpux10* | hpux11*)
 
11758
-      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
11759
-      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
11760
-      # not for PA HP-UX.
 
11761
-      case $host_cpu in
 
11762
-      hppa*64*|ia64*)
 
11763
-       # +Z the default
 
11764
-       ;;
 
11765
-      *)
 
11766
-       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
 
11767
-       ;;
 
11768
-      esac
 
11769
-      # Is there a better lt_prog_compiler_static that works with the bundled CC?
 
11770
-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
 
11771
-      ;;
 
11772
 
 
11773
-    irix5* | irix6* | nonstopux*)
 
11774
-      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
11775
-      # PIC (with -KPIC) is the default.
 
11776
-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
11777
-      ;;
 
11778
+# _LT_CHECK_SHELL_FEATURES
 
11779
+# ------------------------
 
11780
+# Find out whether the shell is Bourne or XSI compatible,
 
11781
+# or has some other useful features.
 
11782
+m4_defun([_LT_CHECK_SHELL_FEATURES],
 
11783
+[AC_MSG_CHECKING([whether the shell understands some XSI constructs])
 
11784
+# Try some XSI features
 
11785
+xsi_shell=no
 
11786
+( _lt_dummy="a/b/c"
 
11787
+  test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
 
11788
+      = c,a/b,, \
 
11789
+    && eval 'test $(( 1 + 1 )) -eq 2 \
 
11790
+    && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
 
11791
+  && xsi_shell=yes
 
11792
+AC_MSG_RESULT([$xsi_shell])
 
11793
+_LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell'])
 
11794
+
 
11795
+AC_MSG_CHECKING([whether the shell understands "+="])
 
11796
+lt_shell_append=no
 
11797
+( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \
 
11798
+    >/dev/null 2>&1 \
 
11799
+  && lt_shell_append=yes
 
11800
+AC_MSG_RESULT([$lt_shell_append])
 
11801
+_LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append'])
 
11802
 
 
11803
-    newsos6)
 
11804
-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
11805
-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
11806
-      ;;
 
11807
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 
11808
+  lt_unset=unset
 
11809
+else
 
11810
+  lt_unset=false
 
11811
+fi
 
11812
+_LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl
 
11813
 
 
11814
-    linux* | k*bsd*-gnu)
 
11815
-      case $cc_basename in
 
11816
-      icc* | ecc*)
 
11817
-       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
11818
-       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
11819
-       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
11820
-        ;;
 
11821
-      pgcc* | pgf77* | pgf90* | pgf95*)
 
11822
-        # Portland Group compilers (*not* the Pentium gcc compiler,
 
11823
-       # which looks to be a dead project)
 
11824
-       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
11825
-       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
 
11826
-       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
11827
-        ;;
 
11828
-      ccc*)
 
11829
-        _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
11830
-        # All Alpha code is PIC.
 
11831
-        _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
11832
-        ;;
 
11833
-      *)
 
11834
-        case `$CC -V 2>&1 | sed 5q` in
 
11835
-       *Sun\ C*)
 
11836
-         # Sun C 5.9
 
11837
-         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
11838
-         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
11839
-         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
11840
-         ;;
 
11841
-       *Sun\ F*)
 
11842
-         # Sun Fortran 8.3 passes all unrecognized flags to the linker
 
11843
-         _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
11844
-         _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
11845
-         _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)=''
 
11846
-         ;;
 
11847
-       esac
 
11848
-       ;;
 
11849
-      esac
 
11850
-      ;;
 
11851
+# test EBCDIC or ASCII
 
11852
+case `echo X|tr X '\101'` in
 
11853
+ A) # ASCII based system
 
11854
+    # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
 
11855
+  lt_SP2NL='tr \040 \012'
 
11856
+  lt_NL2SP='tr \015\012 \040\040'
 
11857
+  ;;
 
11858
+ *) # EBCDIC based system
 
11859
+  lt_SP2NL='tr \100 \n'
 
11860
+  lt_NL2SP='tr \r\n \100\100'
 
11861
+  ;;
 
11862
+esac
 
11863
+_LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl
 
11864
+_LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl
 
11865
+])# _LT_CHECK_SHELL_FEATURES
 
11866
 
 
11867
-    osf3* | osf4* | osf5*)
 
11868
-      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
11869
-      # All OSF/1 code is PIC.
 
11870
-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
11871
-      ;;
 
11872
 
 
11873
-    rdos*)
 
11874
-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
11875
-      ;;
 
11876
+# _LT_PROG_XSI_SHELLFNS
 
11877
+# ---------------------
 
11878
+# Bourne and XSI compatible variants of some useful shell functions.
 
11879
+m4_defun([_LT_PROG_XSI_SHELLFNS],
 
11880
+[case $xsi_shell in
 
11881
+  yes)
 
11882
+    cat << \_LT_EOF >> "$cfgfile"
 
11883
+
 
11884
+# func_dirname file append nondir_replacement
 
11885
+# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
 
11886
+# otherwise set result to NONDIR_REPLACEMENT.
 
11887
+func_dirname ()
 
11888
+{
 
11889
+  case ${1} in
 
11890
+    */*) func_dirname_result="${1%/*}${2}" ;;
 
11891
+    *  ) func_dirname_result="${3}" ;;
 
11892
+  esac
 
11893
+}
 
11894
 
 
11895
-    solaris*)
 
11896
-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
11897
-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
11898
-      case $cc_basename in
 
11899
-      f77* | f90* | f95*)
 
11900
-       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
 
11901
-      *)
 
11902
-       _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
 
11903
-      esac
 
11904
-      ;;
 
11905
+# func_basename file
 
11906
+func_basename ()
 
11907
+{
 
11908
+  func_basename_result="${1##*/}"
 
11909
+}
 
11910
 
 
11911
-    sunos4*)
 
11912
-      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
 
11913
-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
 
11914
-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
11915
-      ;;
 
11916
+# func_dirname_and_basename file append nondir_replacement
 
11917
+# perform func_basename and func_dirname in a single function
 
11918
+# call:
 
11919
+#   dirname:  Compute the dirname of FILE.  If nonempty,
 
11920
+#             add APPEND to the result, otherwise set result
 
11921
+#             to NONDIR_REPLACEMENT.
 
11922
+#             value returned in "$func_dirname_result"
 
11923
+#   basename: Compute filename of FILE.
 
11924
+#             value retuned in "$func_basename_result"
 
11925
+# Implementation must be kept synchronized with func_dirname
 
11926
+# and func_basename. For efficiency, we do not delegate to
 
11927
+# those functions but instead duplicate the functionality here.
 
11928
+func_dirname_and_basename ()
 
11929
+{
 
11930
+  case ${1} in
 
11931
+    */*) func_dirname_result="${1%/*}${2}" ;;
 
11932
+    *  ) func_dirname_result="${3}" ;;
 
11933
+  esac
 
11934
+  func_basename_result="${1##*/}"
 
11935
+}
 
11936
 
 
11937
-    sysv4 | sysv4.2uw2* | sysv4.3*)
 
11938
-      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
11939
-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
11940
-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
11941
-      ;;
 
11942
+# func_stripname prefix suffix name
 
11943
+# strip PREFIX and SUFFIX off of NAME.
 
11944
+# PREFIX and SUFFIX must not contain globbing or regex special
 
11945
+# characters, hashes, percent signs, but SUFFIX may contain a leading
 
11946
+# dot (in which case that matches only a dot).
 
11947
+func_stripname ()
 
11948
+{
 
11949
+  # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
 
11950
+  # positional parameters, so assign one to ordinary parameter first.
 
11951
+  func_stripname_result=${3}
 
11952
+  func_stripname_result=${func_stripname_result#"${1}"}
 
11953
+  func_stripname_result=${func_stripname_result%"${2}"}
 
11954
+}
 
11955
 
 
11956
-    sysv4*MP*)
 
11957
-      if test -d /usr/nec ;then
 
11958
-       _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
 
11959
-       _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
11960
-      fi
 
11961
-      ;;
 
11962
+# func_opt_split
 
11963
+func_opt_split ()
 
11964
+{
 
11965
+  func_opt_split_opt=${1%%=*}
 
11966
+  func_opt_split_arg=${1#*=}
 
11967
+}
 
11968
 
 
11969
-    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
 
11970
-      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
11971
-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
 
11972
-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
11973
-      ;;
 
11974
+# func_lo2o object
 
11975
+func_lo2o ()
 
11976
+{
 
11977
+  case ${1} in
 
11978
+    *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
 
11979
+    *)    func_lo2o_result=${1} ;;
 
11980
+  esac
 
11981
+}
 
11982
 
 
11983
-    unicos*)
 
11984
-      _LT_AC_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
11985
-      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
 
11986
-      ;;
 
11987
+# func_xform libobj-or-source
 
11988
+func_xform ()
 
11989
+{
 
11990
+  func_xform_result=${1%.*}.lo
 
11991
+}
 
11992
 
 
11993
-    uts4*)
 
11994
-      _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
 
11995
-      _LT_AC_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
11996
-      ;;
 
11997
+# func_arith arithmetic-term...
 
11998
+func_arith ()
 
11999
+{
 
12000
+  func_arith_result=$(( $[*] ))
 
12001
+}
 
12002
 
 
12003
-    *)
 
12004
-      _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
 
12005
-      ;;
 
12006
-    esac
 
12007
-  fi
 
12008
-])
 
12009
-AC_MSG_RESULT([$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)])
 
12010
+# func_len string
 
12011
+# STRING may not start with a hyphen.
 
12012
+func_len ()
 
12013
+{
 
12014
+  func_len_result=${#1}
 
12015
+}
 
12016
 
 
12017
-#
 
12018
-# Check to make sure the PIC flag actually works.
 
12019
-#
 
12020
-if test -n "$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)"; then
 
12021
-  AC_LIBTOOL_COMPILER_OPTION([if $compiler PIC flag $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) works],
 
12022
-    _LT_AC_TAGVAR(lt_cv_prog_compiler_pic_works, $1),
 
12023
-    [$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])], [],
 
12024
-    [case $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1) in
 
12025
-     "" | " "*) ;;
 
12026
-     *) _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)" ;;
 
12027
-     esac],
 
12028
-    [_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
 
12029
-     _LT_AC_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
 
12030
-fi
 
12031
-case $host_os in
 
12032
-  # For platforms which do not support PIC, -DPIC is meaningless:
 
12033
-  *djgpp*)
 
12034
-    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)=
 
12035
-    ;;
 
12036
-  *)
 
12037
-    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)ifelse([$1],[],[ -DPIC],[ifelse([$1],[CXX],[ -DPIC],[])])"
 
12038
+_LT_EOF
 
12039
     ;;
 
12040
-esac
 
12041
+  *) # Bourne compatible functions.
 
12042
+    cat << \_LT_EOF >> "$cfgfile"
 
12043
 
 
12044
-#
 
12045
-# Check to make sure the static flag actually works.
 
12046
-#
 
12047
-wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_AC_TAGVAR(lt_prog_compiler_static, $1)\"
 
12048
-AC_LIBTOOL_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
 
12049
-  _LT_AC_TAGVAR(lt_cv_prog_compiler_static_works, $1),
 
12050
-  $lt_tmp_static_flag,
 
12051
-  [],
 
12052
-  [_LT_AC_TAGVAR(lt_prog_compiler_static, $1)=])
 
12053
-])
 
12054
+# func_dirname file append nondir_replacement
 
12055
+# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
 
12056
+# otherwise set result to NONDIR_REPLACEMENT.
 
12057
+func_dirname ()
 
12058
+{
 
12059
+  # Extract subdirectory from the argument.
 
12060
+  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
 
12061
+  if test "X$func_dirname_result" = "X${1}"; then
 
12062
+    func_dirname_result="${3}"
 
12063
+  else
 
12064
+    func_dirname_result="$func_dirname_result${2}"
 
12065
+  fi
 
12066
+}
 
12067
 
 
12068
+# func_basename file
 
12069
+func_basename ()
 
12070
+{
 
12071
+  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
 
12072
+}
 
12073
 
 
12074
-# AC_LIBTOOL_PROG_LD_SHLIBS([TAGNAME])
 
12075
-# ------------------------------------
 
12076
-# See if the linker supports building shared libraries.
 
12077
-AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS],
 
12078
-[AC_REQUIRE([LT_AC_PROG_SED])dnl
 
12079
-AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
 
12080
-ifelse([$1],[CXX],[
 
12081
-  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
12082
-  case $host_os in
 
12083
-  aix[[4-9]]*)
 
12084
-    # If we're using GNU nm, then we don't want the "-C" option.
 
12085
-    # -C means demangle to AIX nm, but means don't demangle with GNU nm
 
12086
-    if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
 
12087
-      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
 
12088
-    else
 
12089
-      _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'
 
12090
-    fi
 
12091
-    ;;
 
12092
-  pw32*)
 
12093
-    _LT_AC_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
 
12094
-  ;;
 
12095
-  cygwin* | mingw*)
 
12096
-    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;/^.*[[ ]]__nm__/s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
 
12097
-  ;;
 
12098
-  *)
 
12099
-    _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
12100
-  ;;
 
12101
-  esac
 
12102
-  _LT_AC_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
 
12103
-],[
 
12104
-  runpath_var=
 
12105
-  _LT_AC_TAGVAR(allow_undefined_flag, $1)=
 
12106
-  _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=no
 
12107
-  _LT_AC_TAGVAR(archive_cmds, $1)=
 
12108
-  _LT_AC_TAGVAR(archive_expsym_cmds, $1)=
 
12109
-  _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)=
 
12110
-  _LT_AC_TAGVAR(old_archive_from_expsyms_cmds, $1)=
 
12111
-  _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
 
12112
-  _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
 
12113
-  _LT_AC_TAGVAR(thread_safe_flag_spec, $1)=
 
12114
-  _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
12115
-  _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 
12116
-  _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 
12117
-  _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
12118
-  _LT_AC_TAGVAR(hardcode_minus_L, $1)=no
 
12119
-  _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
12120
-  _LT_AC_TAGVAR(link_all_deplibs, $1)=unknown
 
12121
-  _LT_AC_TAGVAR(hardcode_automatic, $1)=no
 
12122
-  _LT_AC_TAGVAR(module_cmds, $1)=
 
12123
-  _LT_AC_TAGVAR(module_expsym_cmds, $1)=
 
12124
-  _LT_AC_TAGVAR(always_export_symbols, $1)=no
 
12125
-  _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
12126
-  # include_expsyms should be a list of space-separated symbols to be *always*
 
12127
-  # included in the symbol list
 
12128
-  _LT_AC_TAGVAR(include_expsyms, $1)=
 
12129
-  # exclude_expsyms can be an extended regexp of symbols to exclude
 
12130
-  # it will be wrapped by ` (' and `)$', so one must not match beginning or
 
12131
-  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
 
12132
-  # as well as any symbol that contains `d'.
 
12133
-  _LT_AC_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
 
12134
-  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
 
12135
-  # platforms (ab)use it in PIC code, but their linkers get confused if
 
12136
-  # the symbol is explicitly referenced.  Since portable code cannot
 
12137
-  # rely on this symbol name, it's probably fine to never include it in
 
12138
-  # preloaded symbol tables.
 
12139
-  # Exclude shared library initialization/finalization symbols.
 
12140
-dnl Note also adjust exclude_expsyms for C++ above.
 
12141
-  extract_expsyms_cmds=
 
12142
-  # Just being paranoid about ensuring that cc_basename is set.
 
12143
-  _LT_CC_BASENAME([$compiler])
 
12144
-  case $host_os in
 
12145
-  cygwin* | mingw* | pw32*)
 
12146
-    # FIXME: the MSVC++ port hasn't been tested in a loooong time
 
12147
-    # When not using gcc, we currently assume that we are using
 
12148
-    # Microsoft Visual C++.
 
12149
-    if test "$GCC" != yes; then
 
12150
-      with_gnu_ld=no
 
12151
-    fi
 
12152
-    ;;
 
12153
-  interix*)
 
12154
-    # we just hope/assume this is gcc and not c89 (= MSVC++)
 
12155
-    with_gnu_ld=yes
 
12156
-    ;;
 
12157
-  openbsd*)
 
12158
-    with_gnu_ld=no
 
12159
-    ;;
 
12160
+dnl func_dirname_and_basename
 
12161
+dnl A portable version of this function is already defined in general.m4sh
 
12162
+dnl so there is no need for it here.
 
12163
+
 
12164
+# func_stripname prefix suffix name
 
12165
+# strip PREFIX and SUFFIX off of NAME.
 
12166
+# PREFIX and SUFFIX must not contain globbing or regex special
 
12167
+# characters, hashes, percent signs, but SUFFIX may contain a leading
 
12168
+# dot (in which case that matches only a dot).
 
12169
+# func_strip_suffix prefix name
 
12170
+func_stripname ()
 
12171
+{
 
12172
+  case ${2} in
 
12173
+    .*) func_stripname_result=`$ECHO "X${3}" \
 
12174
+           | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
 
12175
+    *)  func_stripname_result=`$ECHO "X${3}" \
 
12176
+           | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
 
12177
   esac
 
12178
+}
 
12179
 
 
12180
-  _LT_AC_TAGVAR(ld_shlibs, $1)=yes
 
12181
-  if test "$with_gnu_ld" = yes; then
 
12182
-    # If archive_cmds runs LD, not CC, wlarc should be empty
 
12183
-    wlarc='${wl}'
 
12184
+# sed scripts:
 
12185
+my_sed_long_opt='1s/^\(-[[^=]]*\)=.*/\1/;q'
 
12186
+my_sed_long_arg='1s/^-[[^=]]*=//'
 
12187
 
 
12188
-    # Set some defaults for GNU ld with shared library support. These
 
12189
-    # are reset later if shared libraries are not supported. Putting them
 
12190
-    # here allows them to be overridden if necessary.
 
12191
-    runpath_var=LD_RUN_PATH
 
12192
-    _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
 
12193
-    _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
12194
-    # ancient GNU ld didn't support --whole-archive et. al.
 
12195
-    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
 
12196
-       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
12197
-      else
 
12198
-       _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
 
12199
-    fi
 
12200
-    supports_anon_versioning=no
 
12201
-    case `$LD -v 2>/dev/null` in
 
12202
-      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
 
12203
-      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
 
12204
-      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
 
12205
-      *\ 2.11.*) ;; # other 2.11 versions
 
12206
-      *) supports_anon_versioning=yes ;;
 
12207
-    esac
 
12208
+# func_opt_split
 
12209
+func_opt_split ()
 
12210
+{
 
12211
+  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
 
12212
+  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
 
12213
+}
 
12214
 
 
12215
-    # See if GNU ld supports shared libraries.
 
12216
-    case $host_os in
 
12217
-    aix[[3-9]]*)
 
12218
-      # On AIX/PPC, the GNU linker is very broken
 
12219
-      if test "$host_cpu" != ia64; then
 
12220
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
12221
-       cat <<EOF 1>&2
 
12222
+# func_lo2o object
 
12223
+func_lo2o ()
 
12224
+{
 
12225
+  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
 
12226
+}
 
12227
 
 
12228
-*** Warning: the GNU linker, at least up to release 2.9.1, is reported
 
12229
-*** to be unable to reliably create shared libraries on AIX.
 
12230
-*** Therefore, libtool is disabling shared libraries support.  If you
 
12231
-*** really care for shared libraries, you may want to modify your PATH
 
12232
-*** so that a non-GNU linker is found, and then restart.
 
12233
+# func_xform libobj-or-source
 
12234
+func_xform ()
 
12235
+{
 
12236
+  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[[^.]]*$/.lo/'`
 
12237
+}
 
12238
 
 
12239
-EOF
 
12240
-      fi
 
12241
-      ;;
 
12242
+# func_arith arithmetic-term...
 
12243
+func_arith ()
 
12244
+{
 
12245
+  func_arith_result=`expr "$[@]"`
 
12246
+}
 
12247
 
 
12248
-    amigaos*)
 
12249
-      _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)'
 
12250
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
12251
-      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
12252
-
 
12253
-      # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
 
12254
-      # that the semantics of dynamic libraries on AmigaOS, at least up
 
12255
-      # to version 4, is to share data among multiple programs linked
 
12256
-      # with the same dynamic library.  Since this doesn't match the
 
12257
-      # behavior of shared libraries on other platforms, we can't use
 
12258
-      # them.
 
12259
-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
12260
-      ;;
 
12261
+# func_len string
 
12262
+# STRING may not start with a hyphen.
 
12263
+func_len ()
 
12264
+{
 
12265
+  func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len`
 
12266
+}
 
12267
 
 
12268
-    beos*)
 
12269
-      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
12270
-       _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
12271
-       # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
 
12272
-       # support --undefined.  This deserves some investigation.  FIXME
 
12273
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
12274
-      else
 
12275
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
12276
-      fi
 
12277
-      ;;
 
12278
+_LT_EOF
 
12279
+esac
 
12280
 
 
12281
-    cygwin* | mingw* | pw32*)
 
12282
-      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
 
12283
-      # as there is no search path for DLLs.
 
12284
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
12285
-      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
12286
-      _LT_AC_TAGVAR(always_export_symbols, $1)=no
 
12287
-      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
12288
-      _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/'\'' -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
 
12289
+case $lt_shell_append in
 
12290
+  yes)
 
12291
+    cat << \_LT_EOF >> "$cfgfile"
 
12292
+
 
12293
+# func_append var value
 
12294
+# Append VALUE to the end of shell variable VAR.
 
12295
+func_append ()
 
12296
+{
 
12297
+  eval "$[1]+=\$[2]"
 
12298
+}
 
12299
+_LT_EOF
 
12300
+    ;;
 
12301
+  *)
 
12302
+    cat << \_LT_EOF >> "$cfgfile"
 
12303
 
 
12304
-      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
 
12305
-        _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
12306
-       # If the export-symbols file already is a .def file (1st line
 
12307
-       # is EXPORTS), use it as is; otherwise, prepend...
 
12308
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
12309
-         cp $export_symbols $output_objdir/$soname.def;
 
12310
-       else
 
12311
-         echo EXPORTS > $output_objdir/$soname.def;
 
12312
-         cat $export_symbols >> $output_objdir/$soname.def;
 
12313
-       fi~
 
12314
-       $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
12315
-      else
 
12316
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
12317
-      fi
 
12318
-      ;;
 
12319
+# func_append var value
 
12320
+# Append VALUE to the end of shell variable VAR.
 
12321
+func_append ()
 
12322
+{
 
12323
+  eval "$[1]=\$$[1]\$[2]"
 
12324
+}
 
12325
 
 
12326
-    interix[[3-9]]*)
 
12327
-      _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
12328
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
12329
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
12330
-      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
12331
-      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
 
12332
-      # Instead, shared libraries are loaded at an image base (0x10000000 by
 
12333
-      # default) and relocated if they conflict, which is a slow very memory
 
12334
-      # consuming and fragmenting process.  To avoid this, we pick a random,
 
12335
-      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
 
12336
-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
 
12337
-      _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'
 
12338
-      _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'
 
12339
-      ;;
 
12340
+_LT_EOF
 
12341
+    ;;
 
12342
+  esac
 
12343
+])
 
12344
 
 
12345
-    gnu* | linux* | k*bsd*-gnu)
 
12346
-      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
12347
-       tmp_addflag=
 
12348
-       case $cc_basename,$host_cpu in
 
12349
-       pgcc*)                          # Portland Group C compiler
 
12350
-         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
12351
-         tmp_addflag=' $pic_flag'
 
12352
-         ;;
 
12353
-       pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
 
12354
-         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
12355
-         tmp_addflag=' $pic_flag -Mnomain' ;;
 
12356
-       ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
 
12357
-         tmp_addflag=' -i_dynamic' ;;
 
12358
-       efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
 
12359
-         tmp_addflag=' -i_dynamic -nofor_main' ;;
 
12360
-       ifc* | ifort*)                  # Intel Fortran compiler
 
12361
-         tmp_addflag=' -nofor_main' ;;
 
12362
-       esac
 
12363
-       case `$CC -V 2>&1 | sed 5q` in
 
12364
-       *Sun\ C*)                       # Sun C 5.9
 
12365
-         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
12366
-         tmp_sharedflag='-G' ;;
 
12367
-       *Sun\ F*)                       # Sun Fortran 8.3
 
12368
-         tmp_sharedflag='-G' ;;
 
12369
-       *)
 
12370
-         tmp_sharedflag='-shared' ;;
 
12371
-       esac
 
12372
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
12373
+# Helper functions for option handling.                    -*- Autoconf -*-
 
12374
+#
 
12375
+#   Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
 
12376
+#   Written by Gary V. Vaughan, 2004
 
12377
+#
 
12378
+# This file is free software; the Free Software Foundation gives
 
12379
+# unlimited permission to copy and/or distribute it, with or without
 
12380
+# modifications, as long as this notice is preserved.
 
12381
 
 
12382
-       if test $supports_anon_versioning = yes; then
 
12383
-         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $output_objdir/$libname.ver~
 
12384
-  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
 
12385
-  $echo "local: *; };" >> $output_objdir/$libname.ver~
 
12386
-         $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
 
12387
-       fi
 
12388
-      else
 
12389
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
12390
-      fi
 
12391
-      ;;
 
12392
+# serial 6 ltoptions.m4
 
12393
 
 
12394
-    netbsd*)
 
12395
-      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
12396
-       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
 
12397
-       wlarc=
 
12398
-      else
 
12399
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
12400
-       _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'
 
12401
-      fi
 
12402
-      ;;
 
12403
+# This is to help aclocal find these macros, as it can't see m4_define.
 
12404
+AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
 
12405
 
 
12406
-    solaris*)
 
12407
-      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
 
12408
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
12409
-       cat <<EOF 1>&2
 
12410
 
 
12411
-*** Warning: The releases 2.8.* of the GNU linker cannot reliably
 
12412
-*** create shared libraries on Solaris systems.  Therefore, libtool
 
12413
-*** is disabling shared libraries support.  We urge you to upgrade GNU
 
12414
-*** binutils to release 2.9.1 or newer.  Another option is to modify
 
12415
-*** your PATH or compiler configuration so that the native linker is
 
12416
-*** used, and then restart.
 
12417
+# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
 
12418
+# ------------------------------------------
 
12419
+m4_define([_LT_MANGLE_OPTION],
 
12420
+[[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])])
 
12421
+
 
12422
+
 
12423
+# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
 
12424
+# ---------------------------------------
 
12425
+# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
 
12426
+# matching handler defined, dispatch to it.  Other OPTION-NAMEs are
 
12427
+# saved as a flag.
 
12428
+m4_define([_LT_SET_OPTION],
 
12429
+[m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl
 
12430
+m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]),
 
12431
+        _LT_MANGLE_DEFUN([$1], [$2]),
 
12432
+    [m4_warning([Unknown $1 option `$2'])])[]dnl
 
12433
+])
 
12434
+
 
12435
+
 
12436
+# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
 
12437
+# ------------------------------------------------------------
 
12438
+# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
 
12439
+m4_define([_LT_IF_OPTION],
 
12440
+[m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])])
 
12441
 
 
12442
-EOF
 
12443
-      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
12444
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
12445
-       _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'
 
12446
-      else
 
12447
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
12448
-      fi
 
12449
-      ;;
 
12450
 
 
12451
-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
 
12452
-      case `$LD -v 2>&1` in
 
12453
-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
 
12454
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
12455
-       cat <<_LT_EOF 1>&2
 
12456
+# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
 
12457
+# -------------------------------------------------------
 
12458
+# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
 
12459
+# are set.
 
12460
+m4_define([_LT_UNLESS_OPTIONS],
 
12461
+[m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
 
12462
+           [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option),
 
12463
+                     [m4_define([$0_found])])])[]dnl
 
12464
+m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3
 
12465
+])[]dnl
 
12466
+])
 
12467
 
 
12468
-*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
 
12469
-*** reliably create shared libraries on SCO systems.  Therefore, libtool
 
12470
-*** is disabling shared libraries support.  We urge you to upgrade GNU
 
12471
-*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
 
12472
-*** your PATH or compiler configuration so that the native linker is
 
12473
-*** used, and then restart.
 
12474
 
 
12475
-_LT_EOF
 
12476
-       ;;
 
12477
-       *)
 
12478
-         if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
12479
-           _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
 
12480
-           _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
 
12481
-           _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
 
12482
-         else
 
12483
-           _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
12484
-         fi
 
12485
-       ;;
 
12486
-      esac
 
12487
-      ;;
 
12488
+# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
 
12489
+# ----------------------------------------
 
12490
+# OPTION-LIST is a space-separated list of Libtool options associated
 
12491
+# with MACRO-NAME.  If any OPTION has a matching handler declared with
 
12492
+# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
 
12493
+# the unknown option and exit.
 
12494
+m4_defun([_LT_SET_OPTIONS],
 
12495
+[# Set options
 
12496
+m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
 
12497
+    [_LT_SET_OPTION([$1], _LT_Option)])
 
12498
+
 
12499
+m4_if([$1],[LT_INIT],[
 
12500
+  dnl
 
12501
+  dnl Simply set some default values (i.e off) if boolean options were not
 
12502
+  dnl specified:
 
12503
+  _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no
 
12504
+  ])
 
12505
+  _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no
 
12506
+  ])
 
12507
+  dnl
 
12508
+  dnl If no reference was made to various pairs of opposing options, then
 
12509
+  dnl we run the default mode handler for the pair.  For example, if neither
 
12510
+  dnl `shared' nor `disable-shared' was passed, we enable building of shared
 
12511
+  dnl archives by default:
 
12512
+  _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
 
12513
+  _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
 
12514
+  _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC])
 
12515
+  _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
 
12516
+                  [_LT_ENABLE_FAST_INSTALL])
 
12517
+  ])
 
12518
+])# _LT_SET_OPTIONS
 
12519
 
 
12520
-    sunos4*)
 
12521
-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
12522
-      wlarc=
 
12523
-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
12524
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
12525
-      ;;
 
12526
 
 
12527
-    *)
 
12528
-      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
12529
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
12530
-       _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'
 
12531
-      else
 
12532
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
12533
-      fi
 
12534
-      ;;
 
12535
-    esac
 
12536
 
 
12537
-    if test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no; then
 
12538
-      runpath_var=
 
12539
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
12540
-      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=
 
12541
-      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=
 
12542
-    fi
 
12543
-  else
 
12544
-    # PORTME fill in a description of your system's linker (not GNU ld)
 
12545
-    case $host_os in
 
12546
-    aix3*)
 
12547
-      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
12548
-      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
 
12549
-      _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
 
12550
-      # Note: this linker hardcodes the directories in LIBPATH if there
 
12551
-      # are no directories specified by -L.
 
12552
-      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
12553
-      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
 
12554
-       # Neither direct hardcoding nor static linking is supported with a
 
12555
-       # broken collect2.
 
12556
-       _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
 
12557
-      fi
 
12558
-      ;;
 
12559
+# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
 
12560
+# -----------------------------------------
 
12561
+m4_define([_LT_MANGLE_DEFUN],
 
12562
+[[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])])
 
12563
 
 
12564
-    aix[[4-9]]*)
 
12565
-      if test "$host_cpu" = ia64; then
 
12566
-       # On IA64, the linker does run time linking by default, so we don't
 
12567
-       # have to do anything special.
 
12568
-       aix_use_runtimelinking=no
 
12569
-       exp_sym_flag='-Bexport'
 
12570
-       no_entry_flag=""
 
12571
-      else
 
12572
-       # If we're using GNU nm, then we don't want the "-C" option.
 
12573
-       # -C means demangle to AIX nm, but means don't demangle with GNU nm
 
12574
-       if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
 
12575
-         _LT_AC_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\[$]2 == "T") || (\[$]2 == "D") || (\[$]2 == "B")) && ([substr](\[$]3,1,1) != ".")) { print \[$]3 } }'\'' | sort -u > $export_symbols'
 
12576
-       else
 
12577
-         _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'
 
12578
-       fi
 
12579
-       aix_use_runtimelinking=no
 
12580
 
 
12581
-       # Test if we are trying to use run time linking or normal
 
12582
-       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
 
12583
-       # need to do runtime linking.
 
12584
-       case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
 
12585
-         for ld_flag in $LDFLAGS; do
 
12586
-         if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
 
12587
-           aix_use_runtimelinking=yes
 
12588
-           break
 
12589
-         fi
 
12590
-         done
 
12591
-         ;;
 
12592
-       esac
 
12593
+# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
 
12594
+# -----------------------------------------------
 
12595
+m4_define([LT_OPTION_DEFINE],
 
12596
+[m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl
 
12597
+])# LT_OPTION_DEFINE
 
12598
 
 
12599
-       exp_sym_flag='-bexport'
 
12600
-       no_entry_flag='-bnoentry'
 
12601
-      fi
 
12602
 
 
12603
-      # When large executables or shared objects are built, AIX ld can
 
12604
-      # have problems creating the table of contents.  If linking a library
 
12605
-      # or program results in "error TOC overflow" add -mminimal-toc to
 
12606
-      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
 
12607
-      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
 
12608
+# dlopen
 
12609
+# ------
 
12610
+LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes
 
12611
+])
 
12612
 
 
12613
-      _LT_AC_TAGVAR(archive_cmds, $1)=''
 
12614
-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
12615
-      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
 
12616
-      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
12617
+AU_DEFUN([AC_LIBTOOL_DLOPEN],
 
12618
+[_LT_SET_OPTION([LT_INIT], [dlopen])
 
12619
+AC_DIAGNOSE([obsolete],
 
12620
+[$0: Remove this warning and the call to _LT_SET_OPTION when you
 
12621
+put the `dlopen' option into LT_INIT's first parameter.])
 
12622
+])
 
12623
 
 
12624
-      if test "$GCC" = yes; then
 
12625
-       case $host_os in aix4.[[012]]|aix4.[[012]].*)
 
12626
-       # We only want to do this on AIX 4.2 and lower, the check
 
12627
-       # below for broken collect2 doesn't work under 4.3+
 
12628
-         collect2name=`${CC} -print-prog-name=collect2`
 
12629
-         if test -f "$collect2name" && \
 
12630
-          strings "$collect2name" | grep resolve_lib_name >/dev/null
 
12631
-         then
 
12632
-         # We have reworked collect2
 
12633
-         :
 
12634
-         else
 
12635
-         # We have old collect2
 
12636
-         _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
 
12637
-         # It fails to find uninstalled libraries when the uninstalled
 
12638
-         # path is not listed in the libpath.  Setting hardcode_minus_L
 
12639
-         # to unsupported forces relinking
 
12640
-         _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
12641
-         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
12642
-         _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=
 
12643
-         fi
 
12644
-         ;;
 
12645
-       esac
 
12646
-       shared_flag='-shared'
 
12647
-       if test "$aix_use_runtimelinking" = yes; then
 
12648
-         shared_flag="$shared_flag "'${wl}-G'
 
12649
-       fi
 
12650
-      else
 
12651
-       # not using gcc
 
12652
-       if test "$host_cpu" = ia64; then
 
12653
-       # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
 
12654
-       # chokes on -Wl,-G. The following line is correct:
 
12655
-         shared_flag='-G'
 
12656
-       else
 
12657
-         if test "$aix_use_runtimelinking" = yes; then
 
12658
-           shared_flag='${wl}-G'
 
12659
-         else
 
12660
-           shared_flag='${wl}-bM:SRE'
 
12661
-         fi
 
12662
-       fi
 
12663
-      fi
 
12664
+dnl aclocal-1.4 backwards compatibility:
 
12665
+dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], [])
 
12666
 
 
12667
-      # It seems that -bexpall does not export symbols beginning with
 
12668
-      # underscore (_), so it is better to generate a list of symbols to export.
 
12669
-      _LT_AC_TAGVAR(always_export_symbols, $1)=yes
 
12670
-      if test "$aix_use_runtimelinking" = yes; then
 
12671
-       # Warning - without using the other runtime loading flags (-brtl),
 
12672
-       # -berok will link without error, but may produce a broken library.
 
12673
-       _LT_AC_TAGVAR(allow_undefined_flag, $1)='-berok'
 
12674
-       # Determine the default libpath from the value encoded in an empty executable.
 
12675
-       _LT_AC_SYS_LIBPATH_AIX
 
12676
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
12677
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then echo "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
 
12678
-       else
 
12679
-       if test "$host_cpu" = ia64; then
 
12680
-         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
 
12681
-         _LT_AC_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
 
12682
-         _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
 
12683
-       else
 
12684
-        # Determine the default libpath from the value encoded in an empty executable.
 
12685
-        _LT_AC_SYS_LIBPATH_AIX
 
12686
-        _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
12687
-         # Warning - without using the other run time loading flags,
 
12688
-         # -berok will link without error, but may produce a broken library.
 
12689
-         _LT_AC_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
 
12690
-         _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
 
12691
-         # Exported symbols can be pulled into shared objects from archives
 
12692
-         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
 
12693
-         _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
 
12694
-         # This is similar to how AIX traditionally builds its shared libraries.
 
12695
-         _LT_AC_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
 
12696
-       fi
 
12697
-      fi
 
12698
-      ;;
 
12699
 
 
12700
-    amigaos*)
 
12701
-      _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)'
 
12702
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
12703
-      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
12704
-      # see comment about different semantics on the GNU ld section
 
12705
-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
12706
-      ;;
 
12707
+# win32-dll
 
12708
+# ---------
 
12709
+# Declare package support for building win32 dll's.
 
12710
+LT_OPTION_DEFINE([LT_INIT], [win32-dll],
 
12711
+[enable_win32_dll=yes
 
12712
 
 
12713
-    bsdi[[45]]*)
 
12714
-      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
 
12715
-      ;;
 
12716
+case $host in
 
12717
+*-*-cygwin* | *-*-mingw* | *-*-pw32*)
 
12718
+  AC_CHECK_TOOL(AS, as, false)
 
12719
+  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
 
12720
+  AC_CHECK_TOOL(OBJDUMP, objdump, false)
 
12721
+  ;;
 
12722
+esac
 
12723
 
 
12724
-    cygwin* | mingw* | pw32*)
 
12725
-      # When not using gcc, we currently assume that we are using
 
12726
-      # Microsoft Visual C++.
 
12727
-      # hardcode_libdir_flag_spec is actually meaningless, as there is
 
12728
-      # no search path for DLLs.
 
12729
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
 
12730
-      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
12731
-      # Tell ltmain to make .lib files, not .a files.
 
12732
-      libext=lib
 
12733
-      # Tell ltmain to make .dll files, not .so files.
 
12734
-      shrext_cmds=".dll"
 
12735
-      # FIXME: Setting linknames here is a bad hack.
 
12736
-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
 
12737
-      # The linker will automatically build a .lib file if we build a DLL.
 
12738
-      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='true'
 
12739
-      # FIXME: Should let the user specify the lib program.
 
12740
-      _LT_AC_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
 
12741
-      _LT_AC_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
 
12742
-      _LT_AC_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
12743
-      ;;
 
12744
+test -z "$AS" && AS=as
 
12745
+_LT_DECL([], [AS],      [0], [Assembler program])dnl
 
12746
 
 
12747
-    darwin* | rhapsody*)
 
12748
-      case $host_os in
 
12749
-        rhapsody* | darwin1.[[012]])
 
12750
-         _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}suppress'
 
12751
-         ;;
 
12752
-       *) # Darwin 1.3 on
 
12753
-         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
 
12754
-           _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
12755
-         else
 
12756
-           case ${MACOSX_DEPLOYMENT_TARGET} in
 
12757
-             10.[[012]])
 
12758
-               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
12759
-               ;;
 
12760
-             10.*)
 
12761
-               _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-undefined ${wl}dynamic_lookup'
 
12762
-               ;;
 
12763
-           esac
 
12764
-         fi
 
12765
-         ;;
 
12766
-      esac
 
12767
-      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
12768
-      _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
12769
-      _LT_AC_TAGVAR(hardcode_automatic, $1)=yes
 
12770
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
12771
-      _LT_AC_TAGVAR(whole_archive_flag_spec, $1)=''
 
12772
-      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
12773
-    if test "$GCC" = yes ; then
 
12774
-       output_verbose_link_cmd='echo'
 
12775
-        _LT_AC_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
 
12776
-        _LT_AC_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
 
12777
-        _LT_AC_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
 
12778
-        _LT_AC_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
 
12779
-    else
 
12780
-      case $cc_basename in
 
12781
-        xlc*)
 
12782
-         output_verbose_link_cmd='echo'
 
12783
-         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
 
12784
-         _LT_AC_TAGVAR(module_cmds, $1)='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
12785
-          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
 
12786
-         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
12787
-          _LT_AC_TAGVAR(module_expsym_cmds, $1)='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
12788
-          ;;
 
12789
-       *)
 
12790
-         _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
12791
-          ;;
 
12792
-      esac
 
12793
-    fi
 
12794
-      ;;
 
12795
+test -z "$DLLTOOL" && DLLTOOL=dlltool
 
12796
+_LT_DECL([], [DLLTOOL], [0], [DLL creation program])dnl
 
12797
 
 
12798
-    dgux*)
 
12799
-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
12800
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
12801
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
12802
-      ;;
 
12803
+test -z "$OBJDUMP" && OBJDUMP=objdump
 
12804
+_LT_DECL([], [OBJDUMP], [0], [Object dumper program])dnl
 
12805
+])# win32-dll
 
12806
 
 
12807
-    freebsd1*)
 
12808
-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
12809
-      ;;
 
12810
+AU_DEFUN([AC_LIBTOOL_WIN32_DLL],
 
12811
+[AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
12812
+_LT_SET_OPTION([LT_INIT], [win32-dll])
 
12813
+AC_DIAGNOSE([obsolete],
 
12814
+[$0: Remove this warning and the call to _LT_SET_OPTION when you
 
12815
+put the `win32-dll' option into LT_INIT's first parameter.])
 
12816
+])
 
12817
 
 
12818
-    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
 
12819
-    # support.  Future versions do this automatically, but an explicit c++rt0.o
 
12820
-    # does not break anything, and helps significantly (at the cost of a little
 
12821
-    # extra space).
 
12822
-    freebsd2.2*)
 
12823
-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
 
12824
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
12825
-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
12826
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
12827
-      ;;
 
12828
+dnl aclocal-1.4 backwards compatibility:
 
12829
+dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [])
 
12830
 
 
12831
-    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
 
12832
-    freebsd2*)
 
12833
-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
12834
-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
12835
-      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
12836
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
12837
-      ;;
 
12838
 
 
12839
-    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
 
12840
-    freebsd* | dragonfly*)
 
12841
-      _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
 
12842
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
12843
-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
12844
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
12845
+# _LT_ENABLE_SHARED([DEFAULT])
 
12846
+# ----------------------------
 
12847
+# implement the --enable-shared flag, and supports the `shared' and
 
12848
+# `disable-shared' LT_INIT options.
 
12849
+# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
 
12850
+m4_define([_LT_ENABLE_SHARED],
 
12851
+[m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl
 
12852
+AC_ARG_ENABLE([shared],
 
12853
+    [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
 
12854
+       [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])],
 
12855
+    [p=${PACKAGE-default}
 
12856
+    case $enableval in
 
12857
+    yes) enable_shared=yes ;;
 
12858
+    no) enable_shared=no ;;
 
12859
+    *)
 
12860
+      enable_shared=no
 
12861
+      # Look at the argument we got.  We use all the common list separators.
 
12862
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
12863
+      for pkg in $enableval; do
 
12864
+       IFS="$lt_save_ifs"
 
12865
+       if test "X$pkg" = "X$p"; then
 
12866
+         enable_shared=yes
 
12867
+       fi
 
12868
+      done
 
12869
+      IFS="$lt_save_ifs"
 
12870
       ;;
 
12871
+    esac],
 
12872
+    [enable_shared=]_LT_ENABLE_SHARED_DEFAULT)
 
12873
 
 
12874
-    hpux9*)
 
12875
-      if test "$GCC" = yes; then
 
12876
-       _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'
 
12877
-      else
 
12878
-       _LT_AC_TAGVAR(archive_cmds, $1)='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
12879
-      fi
 
12880
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
12881
-      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
12882
-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
12883
+    _LT_DECL([build_libtool_libs], [enable_shared], [0],
 
12884
+       [Whether or not to build shared libraries])
 
12885
+])# _LT_ENABLE_SHARED
 
12886
 
 
12887
-      # hardcode_minus_L: Not really in the search PATH,
 
12888
-      # but as the default location of the library.
 
12889
-      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
12890
-      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
12891
-      ;;
 
12892
+LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])])
 
12893
+LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
 
12894
 
 
12895
-    hpux10*)
 
12896
-      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
12897
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
12898
-      else
 
12899
-       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
 
12900
-      fi
 
12901
-      if test "$with_gnu_ld" = no; then
 
12902
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
12903
-       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
12904
+# Old names:
 
12905
+AC_DEFUN([AC_ENABLE_SHARED],
 
12906
+[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
 
12907
+])
 
12908
 
 
12909
-       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
12910
-       _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
12911
+AC_DEFUN([AC_DISABLE_SHARED],
 
12912
+[_LT_SET_OPTION([LT_INIT], [disable-shared])
 
12913
+])
 
12914
 
 
12915
-       # hardcode_minus_L: Not really in the search PATH,
 
12916
-       # but as the default location of the library.
 
12917
-       _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
12918
-      fi
 
12919
-      ;;
 
12920
+AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
 
12921
+AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
 
12922
 
 
12923
-    hpux11*)
 
12924
-      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
12925
-       case $host_cpu in
 
12926
-       hppa*64*)
 
12927
-         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
12928
-         ;;
 
12929
-       ia64*)
 
12930
-         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
12931
-         ;;
 
12932
-       *)
 
12933
-         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
12934
-         ;;
 
12935
-       esac
 
12936
-      else
 
12937
-       case $host_cpu in
 
12938
-       hppa*64*)
 
12939
-         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
12940
-         ;;
 
12941
-       ia64*)
 
12942
-         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
12943
-         ;;
 
12944
-       *)
 
12945
-         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
12946
-         ;;
 
12947
-       esac
 
12948
-      fi
 
12949
-      if test "$with_gnu_ld" = no; then
 
12950
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
12951
-       _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
12952
+dnl aclocal-1.4 backwards compatibility:
 
12953
+dnl AC_DEFUN([AM_ENABLE_SHARED], [])
 
12954
+dnl AC_DEFUN([AM_DISABLE_SHARED], [])
 
12955
 
 
12956
-       case $host_cpu in
 
12957
-       hppa*64*|ia64*)
 
12958
-         _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
 
12959
-         _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
12960
-         _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
12961
-         ;;
 
12962
-       *)
 
12963
-         _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
12964
-         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
12965
 
 
12966
-         # hardcode_minus_L: Not really in the search PATH,
 
12967
-         # but as the default location of the library.
 
12968
-         _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
12969
-         ;;
 
12970
-       esac
 
12971
-      fi
 
12972
+
 
12973
+# _LT_ENABLE_STATIC([DEFAULT])
 
12974
+# ----------------------------
 
12975
+# implement the --enable-static flag, and support the `static' and
 
12976
+# `disable-static' LT_INIT options.
 
12977
+# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
 
12978
+m4_define([_LT_ENABLE_STATIC],
 
12979
+[m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl
 
12980
+AC_ARG_ENABLE([static],
 
12981
+    [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@],
 
12982
+       [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])],
 
12983
+    [p=${PACKAGE-default}
 
12984
+    case $enableval in
 
12985
+    yes) enable_static=yes ;;
 
12986
+    no) enable_static=no ;;
 
12987
+    *)
 
12988
+     enable_static=no
 
12989
+      # Look at the argument we got.  We use all the common list separators.
 
12990
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
12991
+      for pkg in $enableval; do
 
12992
+       IFS="$lt_save_ifs"
 
12993
+       if test "X$pkg" = "X$p"; then
 
12994
+         enable_static=yes
 
12995
+       fi
 
12996
+      done
 
12997
+      IFS="$lt_save_ifs"
 
12998
       ;;
 
12999
+    esac],
 
13000
+    [enable_static=]_LT_ENABLE_STATIC_DEFAULT)
 
13001
 
 
13002
-    irix5* | irix6* | nonstopux*)
 
13003
-      if test "$GCC" = yes; then
 
13004
-       _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'
 
13005
-      else
 
13006
-       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
13007
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
 
13008
-      fi
 
13009
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
13010
-      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
13011
-      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
13012
-      ;;
 
13013
+    _LT_DECL([build_old_libs], [enable_static], [0],
 
13014
+       [Whether or not to build static libraries])
 
13015
+])# _LT_ENABLE_STATIC
 
13016
 
 
13017
-    netbsd*)
 
13018
-      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
13019
-       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
 
13020
-      else
 
13021
-       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
 
13022
-      fi
 
13023
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
13024
-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
13025
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
13026
-      ;;
 
13027
+LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])])
 
13028
+LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])])
 
13029
 
 
13030
-    newsos6)
 
13031
-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
13032
-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
13033
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
13034
-      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
13035
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
13036
-      ;;
 
13037
+# Old names:
 
13038
+AC_DEFUN([AC_ENABLE_STATIC],
 
13039
+[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
 
13040
+])
 
13041
 
 
13042
-    openbsd*)
 
13043
-      if test -f /usr/libexec/ld.so; then
 
13044
-       _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
13045
-       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
13046
-       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
13047
-         _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
13048
-         _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
 
13049
-         _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
13050
-         _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
13051
-       else
 
13052
-         case $host_os in
 
13053
-          openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
 
13054
-            _LT_AC_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
13055
-            _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
13056
-            ;;
 
13057
-          *)
 
13058
-            _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
13059
-            _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
13060
-            ;;
 
13061
-         esac
 
13062
-        fi
 
13063
-      else
 
13064
-       _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
13065
-      fi
 
13066
-      ;;
 
13067
+AC_DEFUN([AC_DISABLE_STATIC],
 
13068
+[_LT_SET_OPTION([LT_INIT], [disable-static])
 
13069
+])
 
13070
 
 
13071
-    os2*)
 
13072
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
13073
-      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
13074
-      _LT_AC_TAGVAR(allow_undefined_flag, $1)=unsupported
 
13075
-      _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'
 
13076
-      _LT_AC_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
 
13077
-      ;;
 
13078
+AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
 
13079
+AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
 
13080
 
 
13081
-    osf3*)
 
13082
-      if test "$GCC" = yes; then
 
13083
-       _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
13084
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
13085
-      else
 
13086
-       _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
13087
-       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -shared${allow_undefined_flag} $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
13088
-      fi
 
13089
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
13090
-      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
13091
-      ;;
 
13092
+dnl aclocal-1.4 backwards compatibility:
 
13093
+dnl AC_DEFUN([AM_ENABLE_STATIC], [])
 
13094
+dnl AC_DEFUN([AM_DISABLE_STATIC], [])
 
13095
 
 
13096
-    osf4* | osf5*)     # as osf3* with the addition of -msym flag
 
13097
-      if test "$GCC" = yes; then
 
13098
-       _LT_AC_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
13099
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
13100
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
13101
-      else
 
13102
-       _LT_AC_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
13103
-       _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'
 
13104
-       _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~
 
13105
-       $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'
 
13106
 
 
13107
-       # Both c and cxx compiler support -rpath directly
 
13108
-       _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
 
13109
-      fi
 
13110
-      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=:
 
13111
-      ;;
 
13112
 
 
13113
-    solaris*)
 
13114
-      _LT_AC_TAGVAR(no_undefined_flag, $1)=' -z text'
 
13115
-      if test "$GCC" = yes; then
 
13116
-       wlarc='${wl}'
 
13117
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
13118
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
13119
-         $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
 
13120
-      else
 
13121
-       wlarc=''
 
13122
-       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
13123
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
13124
-       $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
 
13125
-      fi
 
13126
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
13127
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
13128
-      case $host_os in
 
13129
-      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
 
13130
-      *)
 
13131
-       # The compiler driver will combine and reorder linker options,
 
13132
-       # but understands `-z linker_flag'.  GCC discards it without `$wl',
 
13133
-       # but is careful enough not to reorder.
 
13134
-       # Supported since Solaris 2.6 (maybe 2.5.1?)
 
13135
-       if test "$GCC" = yes; then
 
13136
-         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
 
13137
-       else
 
13138
-         _LT_AC_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
 
13139
+# _LT_ENABLE_FAST_INSTALL([DEFAULT])
 
13140
+# ----------------------------------
 
13141
+# implement the --enable-fast-install flag, and support the `fast-install'
 
13142
+# and `disable-fast-install' LT_INIT options.
 
13143
+# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
 
13144
+m4_define([_LT_ENABLE_FAST_INSTALL],
 
13145
+[m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl
 
13146
+AC_ARG_ENABLE([fast-install],
 
13147
+    [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
 
13148
+    [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
 
13149
+    [p=${PACKAGE-default}
 
13150
+    case $enableval in
 
13151
+    yes) enable_fast_install=yes ;;
 
13152
+    no) enable_fast_install=no ;;
 
13153
+    *)
 
13154
+      enable_fast_install=no
 
13155
+      # Look at the argument we got.  We use all the common list separators.
 
13156
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
13157
+      for pkg in $enableval; do
 
13158
+       IFS="$lt_save_ifs"
 
13159
+       if test "X$pkg" = "X$p"; then
 
13160
+         enable_fast_install=yes
 
13161
        fi
 
13162
-       ;;
 
13163
-      esac
 
13164
-      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
13165
+      done
 
13166
+      IFS="$lt_save_ifs"
 
13167
       ;;
 
13168
+    esac],
 
13169
+    [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT)
 
13170
 
 
13171
-    sunos4*)
 
13172
-      if test "x$host_vendor" = xsequent; then
 
13173
-       # Use $CC to link under sequent, because it throws in some extra .o
 
13174
-       # files that make .init and .fini sections work.
 
13175
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
 
13176
-      else
 
13177
-       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
 
13178
-      fi
 
13179
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
13180
-      _LT_AC_TAGVAR(hardcode_direct, $1)=yes
 
13181
-      _LT_AC_TAGVAR(hardcode_minus_L, $1)=yes
 
13182
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
13183
-      ;;
 
13184
+_LT_DECL([fast_install], [enable_fast_install], [0],
 
13185
+        [Whether or not to optimize for fast installation])dnl
 
13186
+])# _LT_ENABLE_FAST_INSTALL
 
13187
 
 
13188
-    sysv4)
 
13189
-      case $host_vendor in
 
13190
-       sni)
 
13191
-         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
13192
-         _LT_AC_TAGVAR(hardcode_direct, $1)=yes # is this really true???
 
13193
-       ;;
 
13194
-       siemens)
 
13195
-         ## LD is ld it makes a PLAMLIB
 
13196
-         ## CC just makes a GrossModule.
 
13197
-         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
 
13198
-         _LT_AC_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
 
13199
-         _LT_AC_TAGVAR(hardcode_direct, $1)=no
 
13200
-        ;;
 
13201
-       motorola)
 
13202
-         _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
13203
-         _LT_AC_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
 
13204
-       ;;
 
13205
-      esac
 
13206
-      runpath_var='LD_RUN_PATH'
 
13207
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
13208
-      ;;
 
13209
+LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
 
13210
+LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
 
13211
 
 
13212
-    sysv4.3*)
 
13213
-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
13214
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
13215
-      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
 
13216
-      ;;
 
13217
+# Old names:
 
13218
+AU_DEFUN([AC_ENABLE_FAST_INSTALL],
 
13219
+[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
 
13220
+AC_DIAGNOSE([obsolete],
 
13221
+[$0: Remove this warning and the call to _LT_SET_OPTION when you put
 
13222
+the `fast-install' option into LT_INIT's first parameter.])
 
13223
+])
 
13224
 
 
13225
-    sysv4*MP*)
 
13226
-      if test -d /usr/nec; then
 
13227
-       _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
13228
-       _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
13229
-       runpath_var=LD_RUN_PATH
 
13230
-       hardcode_runpath_var=yes
 
13231
-       _LT_AC_TAGVAR(ld_shlibs, $1)=yes
 
13232
-      fi
 
13233
-      ;;
 
13234
+AU_DEFUN([AC_DISABLE_FAST_INSTALL],
 
13235
+[_LT_SET_OPTION([LT_INIT], [disable-fast-install])
 
13236
+AC_DIAGNOSE([obsolete],
 
13237
+[$0: Remove this warning and the call to _LT_SET_OPTION when you put
 
13238
+the `disable-fast-install' option into LT_INIT's first parameter.])
 
13239
+])
 
13240
 
 
13241
-    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
 
13242
-      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
 
13243
-      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
13244
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
13245
-      runpath_var='LD_RUN_PATH'
 
13246
+dnl aclocal-1.4 backwards compatibility:
 
13247
+dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], [])
 
13248
+dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], [])
 
13249
 
 
13250
-      if test "$GCC" = yes; then
 
13251
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
13252
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
13253
-      else
 
13254
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
13255
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
13256
-      fi
 
13257
-      ;;
 
13258
 
 
13259
-    sysv5* | sco3.2v5* | sco5v6*)
 
13260
-      # Note: We can NOT use -z defs as we might desire, because we do not
 
13261
-      # link with -lc, and that would cause any symbols used from libc to
 
13262
-      # always be unresolved, which means just about no library would
 
13263
-      # ever link correctly.  If we're not using GNU ld we use -z text
 
13264
-      # though, which does catch some bad symbols but isn't as heavy-handed
 
13265
-      # as -z defs.
 
13266
-      _LT_AC_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
 
13267
-      _LT_AC_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
 
13268
-      _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
13269
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
13270
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
 
13271
-      _LT_AC_TAGVAR(hardcode_libdir_separator, $1)=':'
 
13272
-      _LT_AC_TAGVAR(link_all_deplibs, $1)=yes
 
13273
-      _LT_AC_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
 
13274
-      runpath_var='LD_RUN_PATH'
 
13275
+# _LT_WITH_PIC([MODE])
 
13276
+# --------------------
 
13277
+# implement the --with-pic flag, and support the `pic-only' and `no-pic'
 
13278
+# LT_INIT options.
 
13279
+# MODE is either `yes' or `no'.  If omitted, it defaults to `both'.
 
13280
+m4_define([_LT_WITH_PIC],
 
13281
+[AC_ARG_WITH([pic],
 
13282
+    [AS_HELP_STRING([--with-pic],
 
13283
+       [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
 
13284
+    [pic_mode="$withval"],
 
13285
+    [pic_mode=default])
 
13286
 
 
13287
-      if test "$GCC" = yes; then
 
13288
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
13289
-       _LT_AC_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
13290
-      else
 
13291
-       _LT_AC_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
13292
-       _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'
 
13293
-      fi
 
13294
-      ;;
 
13295
+test -z "$pic_mode" && pic_mode=m4_default([$1], [default])
 
13296
 
 
13297
-    uts4*)
 
13298
-      _LT_AC_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
13299
-      _LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
13300
-      _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
 
13301
-      ;;
 
13302
+_LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
 
13303
+])# _LT_WITH_PIC
 
13304
 
 
13305
-    *)
 
13306
-      _LT_AC_TAGVAR(ld_shlibs, $1)=no
 
13307
-      ;;
 
13308
-    esac
 
13309
-  fi
 
13310
+LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])])
 
13311
+LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])])
 
13312
+
 
13313
+# Old name:
 
13314
+AU_DEFUN([AC_LIBTOOL_PICMODE],
 
13315
+[_LT_SET_OPTION([LT_INIT], [pic-only])
 
13316
+AC_DIAGNOSE([obsolete],
 
13317
+[$0: Remove this warning and the call to _LT_SET_OPTION when you
 
13318
+put the `pic-only' option into LT_INIT's first parameter.])
 
13319
 ])
 
13320
-AC_MSG_RESULT([$_LT_AC_TAGVAR(ld_shlibs, $1)])
 
13321
-test "$_LT_AC_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
 
13322
 
 
13323
+dnl aclocal-1.4 backwards compatibility:
 
13324
+dnl AC_DEFUN([AC_LIBTOOL_PICMODE], [])
 
13325
+
 
13326
+
 
13327
+m4_define([_LTDL_MODE], [])
 
13328
+LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive],
 
13329
+                [m4_define([_LTDL_MODE], [nonrecursive])])
 
13330
+LT_OPTION_DEFINE([LTDL_INIT], [recursive],
 
13331
+                [m4_define([_LTDL_MODE], [recursive])])
 
13332
+LT_OPTION_DEFINE([LTDL_INIT], [subproject],
 
13333
+                [m4_define([_LTDL_MODE], [subproject])])
 
13334
+
 
13335
+m4_define([_LTDL_TYPE], [])
 
13336
+LT_OPTION_DEFINE([LTDL_INIT], [installable],
 
13337
+                [m4_define([_LTDL_TYPE], [installable])])
 
13338
+LT_OPTION_DEFINE([LTDL_INIT], [convenience],
 
13339
+                [m4_define([_LTDL_TYPE], [convenience])])
 
13340
+
 
13341
+# ltsugar.m4 -- libtool m4 base layer.                         -*-Autoconf-*-
 
13342
 #
 
13343
-# Do we need to explicitly link libc?
 
13344
+#   Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc.
 
13345
+#   Written by Gary V. Vaughan, 2004
 
13346
 #
 
13347
-case "x$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)" in
 
13348
-x|xyes)
 
13349
-  # Assume -lc should be added
 
13350
-  _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
 
13351
+# This file is free software; the Free Software Foundation gives
 
13352
+# unlimited permission to copy and/or distribute it, with or without
 
13353
+# modifications, as long as this notice is preserved.
 
13354
 
 
13355
-  if test "$enable_shared" = yes && test "$GCC" = yes; then
 
13356
-    case $_LT_AC_TAGVAR(archive_cmds, $1) in
 
13357
-    *'~'*)
 
13358
-      # FIXME: we may have to deal with multi-command sequences.
 
13359
-      ;;
 
13360
-    '$CC '*)
 
13361
-      # Test whether the compiler implicitly links with -lc since on some
 
13362
-      # systems, -lgcc has to come before -lc. If gcc already passes -lc
 
13363
-      # to ld, don't add -lc before -lgcc.
 
13364
-      AC_MSG_CHECKING([whether -lc should be explicitly linked in])
 
13365
-      $rm conftest*
 
13366
-      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
13367
-
 
13368
-      if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
 
13369
-        soname=conftest
 
13370
-        lib=conftest
 
13371
-        libobjs=conftest.$ac_objext
 
13372
-        deplibs=
 
13373
-        wl=$_LT_AC_TAGVAR(lt_prog_compiler_wl, $1)
 
13374
-       pic_flag=$_LT_AC_TAGVAR(lt_prog_compiler_pic, $1)
 
13375
-        compiler_flags=-v
 
13376
-        linker_flags=-v
 
13377
-        verstring=
 
13378
-        output_objdir=.
 
13379
-        libname=conftest
 
13380
-        lt_save_allow_undefined_flag=$_LT_AC_TAGVAR(allow_undefined_flag, $1)
 
13381
-        _LT_AC_TAGVAR(allow_undefined_flag, $1)=
 
13382
-        if AC_TRY_EVAL(_LT_AC_TAGVAR(archive_cmds, $1) 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1)
 
13383
-        then
 
13384
-         _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=no
 
13385
-        else
 
13386
-         _LT_AC_TAGVAR(archive_cmds_need_lc, $1)=yes
 
13387
-        fi
 
13388
-        _LT_AC_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
 
13389
-      else
 
13390
-        cat conftest.err 1>&5
 
13391
-      fi
 
13392
-      $rm conftest*
 
13393
-      AC_MSG_RESULT([$_LT_AC_TAGVAR(archive_cmds_need_lc, $1)])
 
13394
-      ;;
 
13395
-    esac
 
13396
-  fi
 
13397
-  ;;
 
13398
-esac
 
13399
-])# AC_LIBTOOL_PROG_LD_SHLIBS
 
13400
+# serial 5 ltsugar.m4
 
13401
 
 
13402
+# This is to help aclocal find these macros, as it can't see m4_define.
 
13403
+AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
 
13404
 
 
13405
-# _LT_AC_FILE_LTDLL_C
 
13406
-# -------------------
 
13407
-# Be careful that the start marker always follows a newline.
 
13408
-AC_DEFUN([_LT_AC_FILE_LTDLL_C], [
 
13409
-# /* ltdll.c starts here */
 
13410
-# #define WIN32_LEAN_AND_MEAN
 
13411
-# #include <windows.h>
 
13412
-# #undef WIN32_LEAN_AND_MEAN
 
13413
-# #include <stdio.h>
 
13414
-#
 
13415
-# #ifndef __CYGWIN__
 
13416
-# #  ifdef __CYGWIN32__
 
13417
-# #    define __CYGWIN__ __CYGWIN32__
 
13418
-# #  endif
 
13419
-# #endif
 
13420
-#
 
13421
-# #ifdef __cplusplus
 
13422
-# extern "C" {
 
13423
-# #endif
 
13424
-# BOOL APIENTRY DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved);
 
13425
-# #ifdef __cplusplus
 
13426
-# }
 
13427
-# #endif
 
13428
-#
 
13429
-# #ifdef __CYGWIN__
 
13430
-# #include <cygwin/cygwin_dll.h>
 
13431
-# DECLARE_CYGWIN_DLL( DllMain );
 
13432
-# #endif
 
13433
-# HINSTANCE __hDllInstance_base;
 
13434
-#
 
13435
-# BOOL APIENTRY
 
13436
-# DllMain (HINSTANCE hInst, DWORD reason, LPVOID reserved)
 
13437
-# {
 
13438
-#   __hDllInstance_base = hInst;
 
13439
-#   return TRUE;
 
13440
-# }
 
13441
-# /* ltdll.c ends here */
 
13442
-])# _LT_AC_FILE_LTDLL_C
 
13443
 
 
13444
+# lt_join(SEP, ARG1, [ARG2...])
 
13445
+# -----------------------------
 
13446
+# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
 
13447
+# associated separator.
 
13448
+# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
 
13449
+# versions in m4sugar had bugs.
 
13450
+m4_define([lt_join],
 
13451
+[m4_if([$#], [1], [],
 
13452
+       [$#], [2], [[$2]],
 
13453
+       [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])])
 
13454
+m4_define([_lt_join],
 
13455
+[m4_if([$#$2], [2], [],
 
13456
+       [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])])
 
13457
 
 
13458
-# _LT_AC_TAGVAR(VARNAME, [TAGNAME])
 
13459
-# ---------------------------------
 
13460
-AC_DEFUN([_LT_AC_TAGVAR], [ifelse([$2], [], [$1], [$1_$2])])
 
13461
 
 
13462
+# lt_car(LIST)
 
13463
+# lt_cdr(LIST)
 
13464
+# ------------
 
13465
+# Manipulate m4 lists.
 
13466
+# These macros are necessary as long as will still need to support
 
13467
+# Autoconf-2.59 which quotes differently.
 
13468
+m4_define([lt_car], [[$1]])
 
13469
+m4_define([lt_cdr],
 
13470
+[m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])],
 
13471
+       [$#], 1, [],
 
13472
+       [m4_dquote(m4_shift($@))])])
 
13473
+m4_define([lt_unquote], $1)
 
13474
+
 
13475
+
 
13476
+# lt_append(MACRO-NAME, STRING, [SEPARATOR])
 
13477
+# ------------------------------------------
 
13478
+# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
 
13479
+# Note that neither SEPARATOR nor STRING are expanded; they are appended
 
13480
+# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
 
13481
+# No SEPARATOR is output if MACRO-NAME was previously undefined (different
 
13482
+# than defined and empty).
 
13483
+#
 
13484
+# This macro is needed until we can rely on Autoconf 2.62, since earlier
 
13485
+# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
 
13486
+m4_define([lt_append],
 
13487
+[m4_define([$1],
 
13488
+          m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])])
 
13489
 
 
13490
-# old names
 
13491
-AC_DEFUN([AM_PROG_LIBTOOL],   [AC_PROG_LIBTOOL])
 
13492
-AC_DEFUN([AM_ENABLE_SHARED],  [AC_ENABLE_SHARED($@)])
 
13493
-AC_DEFUN([AM_ENABLE_STATIC],  [AC_ENABLE_STATIC($@)])
 
13494
-AC_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
 
13495
-AC_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
 
13496
-AC_DEFUN([AM_PROG_LD],        [AC_PROG_LD])
 
13497
-AC_DEFUN([AM_PROG_NM],        [AC_PROG_NM])
 
13498
 
 
13499
-# This is just to silence aclocal about the macro not being used
 
13500
-ifelse([AC_DISABLE_FAST_INSTALL])
 
13501
 
 
13502
-AC_DEFUN([LT_AC_PROG_GCJ],
 
13503
-[AC_CHECK_TOOL(GCJ, gcj, no)
 
13504
-  test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
 
13505
-  AC_SUBST(GCJFLAGS)
 
13506
+# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
 
13507
+# ----------------------------------------------------------
 
13508
+# Produce a SEP delimited list of all paired combinations of elements of
 
13509
+# PREFIX-LIST with SUFFIX1 through SUFFIXn.  Each element of the list
 
13510
+# has the form PREFIXmINFIXSUFFIXn.
 
13511
+m4_define([lt_combine],
 
13512
+[m4_if([$2], [], [],
 
13513
+  [m4_if([$4], [], [],
 
13514
+    [lt_join(m4_quote(m4_default([$1], [[, ]])),
 
13515
+      lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_prefix, [$2],
 
13516
+                  [m4_foreach(_Lt_suffix, lt_car([m4_shiftn(3, $@)]),
 
13517
+                              [_Lt_prefix[]$3[]_Lt_suffix ])])))))])])dnl
 
13518
 ])
 
13519
 
 
13520
-AC_DEFUN([LT_AC_PROG_RC],
 
13521
-[AC_CHECK_TOOL(RC, windres, no)
 
13522
-])
 
13523
 
 
13524
+# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
 
13525
+# -----------------------------------------------------------------------
 
13526
+# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
 
13527
+# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
 
13528
+m4_define([lt_if_append_uniq],
 
13529
+[m4_ifdef([$1],
 
13530
+         [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1],
 
13531
+                [lt_append([$1], [$2], [$3])$4],
 
13532
+                [$5])],
 
13533
+         [lt_append([$1], [$2], [$3])$4])])
 
13534
 
 
13535
-# Cheap backport of AS_EXECUTABLE_P and required macros
 
13536
-# from Autoconf 2.59; we should not use $as_executable_p directly.
 
13537
 
 
13538
-# _AS_TEST_PREPARE
 
13539
-# ----------------
 
13540
-m4_ifndef([_AS_TEST_PREPARE],
 
13541
-[m4_defun([_AS_TEST_PREPARE],
 
13542
-[if test -x / >/dev/null 2>&1; then
 
13543
-  as_executable_p='test -x'
 
13544
-else
 
13545
-  as_executable_p='test -f'
 
13546
-fi
 
13547
-])])# _AS_TEST_PREPARE
 
13548
+# lt_dict_add(DICT, KEY, VALUE)
 
13549
+# -----------------------------
 
13550
+m4_define([lt_dict_add],
 
13551
+[m4_define([$1($2)], [$3])])
 
13552
 
 
13553
-# AS_EXECUTABLE_P
 
13554
-# ---------------
 
13555
-# Check whether a file is executable.
 
13556
-m4_ifndef([AS_EXECUTABLE_P],
 
13557
-[m4_defun([AS_EXECUTABLE_P],
 
13558
-[AS_REQUIRE([_AS_TEST_PREPARE])dnl
 
13559
-$as_executable_p $1[]dnl
 
13560
-])])# AS_EXECUTABLE_P
 
13561
 
 
13562
-# NOTE: This macro has been submitted for inclusion into   #
 
13563
-#  GNU Autoconf as AC_PROG_SED.  When it is available in   #
 
13564
-#  a released version of Autoconf we should remove this    #
 
13565
-#  macro and use it instead.                               #
 
13566
-# LT_AC_PROG_SED
 
13567
-# --------------
 
13568
-# Check for a fully-functional sed program, that truncates
 
13569
-# as few characters as possible.  Prefer GNU sed if found.
 
13570
-AC_DEFUN([LT_AC_PROG_SED],
 
13571
-[AC_MSG_CHECKING([for a sed that does not truncate output])
 
13572
-AC_CACHE_VAL(lt_cv_path_SED,
 
13573
-[# Loop through the user's path and test for sed and gsed.
 
13574
-# Then use that list of sed's as ones to test for truncation.
 
13575
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
13576
-for as_dir in $PATH
 
13577
-do
 
13578
-  IFS=$as_save_IFS
 
13579
-  test -z "$as_dir" && as_dir=.
 
13580
-  for lt_ac_prog in sed gsed; do
 
13581
-    for ac_exec_ext in '' $ac_executable_extensions; do
 
13582
-      if AS_EXECUTABLE_P(["$as_dir/$lt_ac_prog$ac_exec_ext"]); then
 
13583
-        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
 
13584
-      fi
 
13585
-    done
 
13586
-  done
 
13587
-done
 
13588
-IFS=$as_save_IFS
 
13589
-lt_ac_max=0
 
13590
-lt_ac_count=0
 
13591
-# Add /usr/xpg4/bin/sed as it is typically found on Solaris
 
13592
-# along with /bin/sed that truncates output.
 
13593
-for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
 
13594
-  test ! -f $lt_ac_sed && continue
 
13595
-  cat /dev/null > conftest.in
 
13596
-  lt_ac_count=0
 
13597
-  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
 
13598
-  # Check for GNU sed and select it if it is found.
 
13599
-  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
 
13600
-    lt_cv_path_SED=$lt_ac_sed
 
13601
-    break
 
13602
-  fi
 
13603
-  while true; do
 
13604
-    cat conftest.in conftest.in >conftest.tmp
 
13605
-    mv conftest.tmp conftest.in
 
13606
-    cp conftest.in conftest.nl
 
13607
-    echo >>conftest.nl
 
13608
-    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
 
13609
-    cmp -s conftest.out conftest.nl || break
 
13610
-    # 10000 chars as input seems more than enough
 
13611
-    test $lt_ac_count -gt 10 && break
 
13612
-    lt_ac_count=`expr $lt_ac_count + 1`
 
13613
-    if test $lt_ac_count -gt $lt_ac_max; then
 
13614
-      lt_ac_max=$lt_ac_count
 
13615
-      lt_cv_path_SED=$lt_ac_sed
 
13616
-    fi
 
13617
-  done
 
13618
-done
 
13619
-])
 
13620
-SED=$lt_cv_path_SED
 
13621
-AC_SUBST([SED])
 
13622
-AC_MSG_RESULT([$SED])
 
13623
-])
 
13624
+# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
 
13625
+# --------------------------------------------
 
13626
+m4_define([lt_dict_add_subkey],
 
13627
+[m4_define([$1($2:$3)], [$4])])
 
13628
+
 
13629
+
 
13630
+# lt_dict_fetch(DICT, KEY, [SUBKEY])
 
13631
+# ----------------------------------
 
13632
+m4_define([lt_dict_fetch],
 
13633
+[m4_ifval([$3],
 
13634
+       m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]),
 
13635
+    m4_ifdef([$1($2)], [m4_defn([$1($2)])]))])
 
13636
+
 
13637
+
 
13638
+# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
 
13639
+# -----------------------------------------------------------------
 
13640
+m4_define([lt_if_dict_fetch],
 
13641
+[m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4],
 
13642
+       [$5],
 
13643
+    [$6])])
 
13644
+
 
13645
+
 
13646
+# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
 
13647
+# --------------------------------------------------------------
 
13648
+m4_define([lt_dict_filter],
 
13649
+[m4_if([$5], [], [],
 
13650
+  [lt_join(m4_quote(m4_default([$4], [[, ]])),
 
13651
+           lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]),
 
13652
+                     [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl
 
13653
+])
 
13654
+
 
13655
+# ltversion.m4 -- version numbers                      -*- Autoconf -*-
 
13656
+#
 
13657
+#   Copyright (C) 2004 Free Software Foundation, Inc.
 
13658
+#   Written by Scott James Remnant, 2004
 
13659
+#
 
13660
+# This file is free software; the Free Software Foundation gives
 
13661
+# unlimited permission to copy and/or distribute it, with or without
 
13662
+# modifications, as long as this notice is preserved.
 
13663
+
 
13664
+# Generated from ltversion.in.
 
13665
+
 
13666
+# serial 2976 ltversion.m4
 
13667
+# This file is part of GNU Libtool
 
13668
+
 
13669
+m4_define([LT_PACKAGE_VERSION], [2.2.4])
 
13670
+m4_define([LT_PACKAGE_REVISION], [1.2976])
 
13671
+
 
13672
+AC_DEFUN([LTVERSION_VERSION],
 
13673
+[macro_version='2.2.4'
 
13674
+macro_revision='1.2976'
 
13675
+_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
 
13676
+_LT_DECL(, macro_revision, 0)
 
13677
+])
 
13678
+
 
13679
+# lt~obsolete.m4 -- aclocal satisfying obsolete definitions.    -*-Autoconf-*-
 
13680
+#
 
13681
+#   Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc.
 
13682
+#   Written by Scott James Remnant, 2004.
 
13683
+#
 
13684
+# This file is free software; the Free Software Foundation gives
 
13685
+# unlimited permission to copy and/or distribute it, with or without
 
13686
+# modifications, as long as this notice is preserved.
 
13687
+
 
13688
+# serial 4 lt~obsolete.m4
 
13689
+
 
13690
+# These exist entirely to fool aclocal when bootstrapping libtool.
 
13691
+#
 
13692
+# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
 
13693
+# which have later been changed to m4_define as they aren't part of the
 
13694
+# exported API, or moved to Autoconf or Automake where they belong.
 
13695
+#
 
13696
+# The trouble is, aclocal is a bit thick.  It'll see the old AC_DEFUN
 
13697
+# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
 
13698
+# using a macro with the same name in our local m4/libtool.m4 it'll
 
13699
+# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
 
13700
+# and doesn't know about Autoconf macros at all.)
 
13701
+#
 
13702
+# So we provide this file, which has a silly filename so it's always
 
13703
+# included after everything else.  This provides aclocal with the
 
13704
+# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
 
13705
+# because those macros already exist, or will be overwritten later.
 
13706
+# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. 
 
13707
+#
 
13708
+# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
 
13709
+# Yes, that means every name once taken will need to remain here until
 
13710
+# we give up compatibility with versions before 1.7, at which point
 
13711
+# we need to keep only those names which we still refer to.
 
13712
+
 
13713
+# This is to help aclocal find these macros, as it can't see m4_define.
 
13714
+AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
 
13715
+
 
13716
+m4_ifndef([AC_LIBTOOL_LINKER_OPTION],  [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])])
 
13717
+m4_ifndef([AC_PROG_EGREP],             [AC_DEFUN([AC_PROG_EGREP])])
 
13718
+m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH],        [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])])
 
13719
+m4_ifndef([_LT_AC_SHELL_INIT],         [AC_DEFUN([_LT_AC_SHELL_INIT])])
 
13720
+m4_ifndef([_LT_AC_SYS_LIBPATH_AIX],    [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])])
 
13721
+m4_ifndef([_LT_PROG_LTMAIN],           [AC_DEFUN([_LT_PROG_LTMAIN])])
 
13722
+m4_ifndef([_LT_AC_TAGVAR],             [AC_DEFUN([_LT_AC_TAGVAR])])
 
13723
+m4_ifndef([AC_LTDL_ENABLE_INSTALL],    [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])])
 
13724
+m4_ifndef([AC_LTDL_PREOPEN],           [AC_DEFUN([AC_LTDL_PREOPEN])])
 
13725
+m4_ifndef([_LT_AC_SYS_COMPILER],       [AC_DEFUN([_LT_AC_SYS_COMPILER])])
 
13726
+m4_ifndef([_LT_AC_LOCK],               [AC_DEFUN([_LT_AC_LOCK])])
 
13727
+m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE],        [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])])
 
13728
+m4_ifndef([_LT_AC_TRY_DLOPEN_SELF],    [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])])
 
13729
+m4_ifndef([AC_LIBTOOL_PROG_CC_C_O],    [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])])
 
13730
+m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])])
 
13731
+m4_ifndef([AC_LIBTOOL_OBJDIR],         [AC_DEFUN([AC_LIBTOOL_OBJDIR])])
 
13732
+m4_ifndef([AC_LTDL_OBJDIR],            [AC_DEFUN([AC_LTDL_OBJDIR])])
 
13733
+m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])])
 
13734
+m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP],  [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])])
 
13735
+m4_ifndef([AC_PATH_MAGIC],             [AC_DEFUN([AC_PATH_MAGIC])])
 
13736
+m4_ifndef([AC_PROG_LD_GNU],            [AC_DEFUN([AC_PROG_LD_GNU])])
 
13737
+m4_ifndef([AC_PROG_LD_RELOAD_FLAG],    [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])])
 
13738
+m4_ifndef([AC_DEPLIBS_CHECK_METHOD],   [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])])
 
13739
+m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])])
 
13740
+m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])])
 
13741
+m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])])
 
13742
+m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])])
 
13743
+m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])])
 
13744
+m4_ifndef([LT_AC_PROG_EGREP],          [AC_DEFUN([LT_AC_PROG_EGREP])])
 
13745
+m4_ifndef([LT_AC_PROG_SED],            [AC_DEFUN([LT_AC_PROG_SED])])
 
13746
+m4_ifndef([_LT_CC_BASENAME],           [AC_DEFUN([_LT_CC_BASENAME])])
 
13747
+m4_ifndef([_LT_COMPILER_BOILERPLATE],  [AC_DEFUN([_LT_COMPILER_BOILERPLATE])])
 
13748
+m4_ifndef([_LT_LINKER_BOILERPLATE],    [AC_DEFUN([_LT_LINKER_BOILERPLATE])])
 
13749
+m4_ifndef([_AC_PROG_LIBTOOL],          [AC_DEFUN([_AC_PROG_LIBTOOL])])
 
13750
+m4_ifndef([AC_LIBTOOL_SETUP],          [AC_DEFUN([AC_LIBTOOL_SETUP])])
 
13751
+m4_ifndef([_LT_AC_CHECK_DLFCN],                [AC_DEFUN([_LT_AC_CHECK_DLFCN])])
 
13752
+m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER],     [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])])
 
13753
+m4_ifndef([_LT_AC_TAGCONFIG],          [AC_DEFUN([_LT_AC_TAGCONFIG])])
 
13754
+m4_ifndef([AC_DISABLE_FAST_INSTALL],   [AC_DEFUN([AC_DISABLE_FAST_INSTALL])])
 
13755
+m4_ifndef([_LT_AC_LANG_CXX],           [AC_DEFUN([_LT_AC_LANG_CXX])])
 
13756
+m4_ifndef([_LT_AC_LANG_F77],           [AC_DEFUN([_LT_AC_LANG_F77])])
 
13757
+m4_ifndef([_LT_AC_LANG_GCJ],           [AC_DEFUN([_LT_AC_LANG_GCJ])])
 
13758
+m4_ifndef([AC_LIBTOOL_RC],             [AC_DEFUN([AC_LIBTOOL_RC])])
 
13759
+m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG],  [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])])
 
13760
+m4_ifndef([_LT_AC_LANG_C_CONFIG],      [AC_DEFUN([_LT_AC_LANG_C_CONFIG])])
 
13761
+m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG],        [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])])
 
13762
+m4_ifndef([_LT_AC_LANG_CXX_CONFIG],    [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])])
 
13763
+m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG],        [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])])
 
13764
+m4_ifndef([_LT_AC_LANG_F77_CONFIG],    [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])])
 
13765
+m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG],        [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])])
 
13766
+m4_ifndef([_LT_AC_LANG_GCJ_CONFIG],    [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])])
 
13767
+m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])])
 
13768
+m4_ifndef([_LT_AC_LANG_RC_CONFIG],     [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
 
13769
+m4_ifndef([AC_LIBTOOL_CONFIG],         [AC_DEFUN([AC_LIBTOOL_CONFIG])])
 
13770
+m4_ifndef([_LT_AC_FILE_LTDLL_C],       [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
 
13771
 
 
13772
 # nls.m4 serial 3 (gettext-0.15)
 
13773
 dnl Copyright (C) 1995-2003, 2005-2006 Free Software Foundation, Inc.
 
13774
@@ -7656,14 +8931,16 @@
 
13775
 # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
 
13776
 # ---------------------------------------------
 
13777
 m4_define([_PKG_CONFIG],
 
13778
-[if test -n "$$1"; then
 
13779
-    pkg_cv_[]$1="$$1"
 
13780
- elif test -n "$PKG_CONFIG"; then
 
13781
-    PKG_CHECK_EXISTS([$3],
 
13782
-                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
 
13783
-                    [pkg_failed=yes])
 
13784
- else
 
13785
-    pkg_failed=untried
 
13786
+[if test -n "$PKG_CONFIG"; then
 
13787
+    if test -n "$$1"; then
 
13788
+        pkg_cv_[]$1="$$1"
 
13789
+    else
 
13790
+        PKG_CHECK_EXISTS([$3],
 
13791
+                         [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
 
13792
+                        [pkg_failed=yes])
 
13793
+    fi
 
13794
+else
 
13795
+       pkg_failed=untried
 
13796
 fi[]dnl
 
13797
 ])# _PKG_CONFIG
 
13798
 
 
13799
@@ -7707,9 +8984,9 @@
 
13800
 if test $pkg_failed = yes; then
 
13801
         _PKG_SHORT_ERRORS_SUPPORTED
 
13802
         if test $_pkg_short_errors_supported = yes; then
 
13803
-               $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
 
13804
+               $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
 
13805
         else 
 
13806
-               $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
 
13807
+               $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
 
13808
         fi
 
13809
        # Put the nasty error message in config.log where it belongs
 
13810
        echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
 
13811
Index: totem-2.24.3/bindings/Makefile.in
 
13812
===================================================================
 
13813
--- totem-2.24.3.orig/bindings/Makefile.in      2008-10-26 15:40:44.000000000 +0100
 
13814
+++ totem-2.24.3/bindings/Makefile.in   2008-10-30 19:06:35.000000000 +0100
 
13815
@@ -71,6 +71,8 @@
 
13816
 AUTOHEADER = @AUTOHEADER@
 
13817
 AUTOMAKE = @AUTOMAKE@
 
13818
 AWK = @AWK@
 
13819
+BBC_CFLAGS = @BBC_CFLAGS@
 
13820
+BBC_LIBS = @BBC_LIBS@
 
13821
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
13822
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
13823
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
13824
@@ -98,7 +100,7 @@
 
13825
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
13826
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
13827
 DSYMUTIL = @DSYMUTIL@
 
13828
-ECHO = @ECHO@
 
13829
+DUMPBIN = @DUMPBIN@
 
13830
 ECHO_C = @ECHO_C@
 
13831
 ECHO_N = @ECHO_N@
 
13832
 ECHO_T = @ECHO_T@
 
13833
@@ -106,8 +108,7 @@
 
13834
 EXEEXT = @EXEEXT@
 
13835
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
13836
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
13837
-F77 = @F77@
 
13838
-FFLAGS = @FFLAGS@
 
13839
+FGREP = @FGREP@
 
13840
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
13841
 GCONFTOOL = @GCONFTOOL@
 
13842
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
13843
@@ -157,6 +158,7 @@
 
13844
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
13845
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
13846
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
13847
+LD = @LD@
 
13848
 LDFLAGS = @LDFLAGS@
 
13849
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
13850
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
13851
@@ -165,6 +167,7 @@
 
13852
 LIBOBJS = @LIBOBJS@
 
13853
 LIBS = @LIBS@
 
13854
 LIBTOOL = @LIBTOOL@
 
13855
+LIPO = @LIPO@
 
13856
 LIRC_LIBS = @LIRC_LIBS@
 
13857
 LN_S = @LN_S@
 
13858
 LTLIBOBJS = @LTLIBOBJS@
 
13859
@@ -184,12 +187,15 @@
 
13860
 NAUTILUSDIR = @NAUTILUSDIR@
 
13861
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
13862
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
13863
+NM = @NM@
 
13864
 NMEDIT = @NMEDIT@
 
13865
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
13866
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
13867
 NVTV_LIBS = @NVTV_LIBS@
 
13868
 OBJEXT = @OBJEXT@
 
13869
 OMF_DIR = @OMF_DIR@
 
13870
+OTOOL = @OTOOL@
 
13871
+OTOOL64 = @OTOOL64@
 
13872
 PACKAGE = @PACKAGE@
 
13873
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
13874
 PACKAGE_NAME = @PACKAGE_NAME@
 
13875
@@ -251,7 +257,7 @@
 
13876
 abs_top_srcdir = @abs_top_srcdir@
 
13877
 ac_ct_CC = @ac_ct_CC@
 
13878
 ac_ct_CXX = @ac_ct_CXX@
 
13879
-ac_ct_F77 = @ac_ct_F77@
 
13880
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
13881
 am__include = @am__include@
 
13882
 am__leading_dot = @am__leading_dot@
 
13883
 am__quote = @am__quote@
 
13884
@@ -282,6 +288,7 @@
 
13885
 libexecdir = @libexecdir@
 
13886
 localedir = @localedir@
 
13887
 localstatedir = @localstatedir@
 
13888
+lt_ECHO = @lt_ECHO@
 
13889
 mandir = @mandir@
 
13890
 mkdir_p = @mkdir_p@
 
13891
 oldincludedir = @oldincludedir@
 
13892
@@ -298,7 +305,6 @@
 
13893
 srcdir = @srcdir@
 
13894
 sysconfdir = @sysconfdir@
 
13895
 target_alias = @target_alias@
 
13896
-top_build_prefix = @top_build_prefix@
 
13897
 top_builddir = @top_builddir@
 
13898
 top_srcdir = @top_srcdir@
 
13899
 SUBDIRS = $(am__append_1) $(am__append_2)
 
13900
Index: totem-2.24.3/bindings/python/Makefile.in
 
13901
===================================================================
 
13902
--- totem-2.24.3.orig/bindings/python/Makefile.in       2008-10-26 15:40:44.000000000 +0100
 
13903
+++ totem-2.24.3/bindings/python/Makefile.in    2008-10-30 19:06:35.000000000 +0100
 
13904
@@ -84,6 +84,8 @@
 
13905
 AUTOHEADER = @AUTOHEADER@
 
13906
 AUTOMAKE = @AUTOMAKE@
 
13907
 AWK = @AWK@
 
13908
+BBC_CFLAGS = @BBC_CFLAGS@
 
13909
+BBC_LIBS = @BBC_LIBS@
 
13910
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
13911
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
13912
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
13913
@@ -111,7 +113,7 @@
 
13914
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
13915
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
13916
 DSYMUTIL = @DSYMUTIL@
 
13917
-ECHO = @ECHO@
 
13918
+DUMPBIN = @DUMPBIN@
 
13919
 ECHO_C = @ECHO_C@
 
13920
 ECHO_N = @ECHO_N@
 
13921
 ECHO_T = @ECHO_T@
 
13922
@@ -119,8 +121,7 @@
 
13923
 EXEEXT = @EXEEXT@
 
13924
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
13925
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
13926
-F77 = @F77@
 
13927
-FFLAGS = @FFLAGS@
 
13928
+FGREP = @FGREP@
 
13929
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
13930
 GCONFTOOL = @GCONFTOOL@
 
13931
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
13932
@@ -170,6 +171,7 @@
 
13933
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
13934
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
13935
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
13936
+LD = @LD@
 
13937
 LDFLAGS = @LDFLAGS@
 
13938
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
13939
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
13940
@@ -178,6 +180,7 @@
 
13941
 LIBOBJS = @LIBOBJS@
 
13942
 LIBS = @LIBS@
 
13943
 LIBTOOL = @LIBTOOL@
 
13944
+LIPO = @LIPO@
 
13945
 LIRC_LIBS = @LIRC_LIBS@
 
13946
 LN_S = @LN_S@
 
13947
 LTLIBOBJS = @LTLIBOBJS@
 
13948
@@ -197,12 +200,15 @@
 
13949
 NAUTILUSDIR = @NAUTILUSDIR@
 
13950
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
13951
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
13952
+NM = @NM@
 
13953
 NMEDIT = @NMEDIT@
 
13954
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
13955
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
13956
 NVTV_LIBS = @NVTV_LIBS@
 
13957
 OBJEXT = @OBJEXT@
 
13958
 OMF_DIR = @OMF_DIR@
 
13959
+OTOOL = @OTOOL@
 
13960
+OTOOL64 = @OTOOL64@
 
13961
 PACKAGE = @PACKAGE@
 
13962
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
13963
 PACKAGE_NAME = @PACKAGE_NAME@
 
13964
@@ -264,7 +270,7 @@
 
13965
 abs_top_srcdir = @abs_top_srcdir@
 
13966
 ac_ct_CC = @ac_ct_CC@
 
13967
 ac_ct_CXX = @ac_ct_CXX@
 
13968
-ac_ct_F77 = @ac_ct_F77@
 
13969
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
13970
 am__include = @am__include@
 
13971
 am__leading_dot = @am__leading_dot@
 
13972
 am__quote = @am__quote@
 
13973
@@ -295,6 +301,7 @@
 
13974
 libexecdir = @libexecdir@
 
13975
 localedir = @localedir@
 
13976
 localstatedir = @localstatedir@
 
13977
+lt_ECHO = @lt_ECHO@
 
13978
 mandir = @mandir@
 
13979
 mkdir_p = @mkdir_p@
 
13980
 oldincludedir = @oldincludedir@
 
13981
@@ -311,7 +318,6 @@
 
13982
 srcdir = @srcdir@
 
13983
 sysconfdir = @sysconfdir@
 
13984
 target_alias = @target_alias@
 
13985
-top_build_prefix = @top_build_prefix@
 
13986
 top_builddir = @top_builddir@
 
13987
 top_srcdir = @top_srcdir@
 
13988
 noinst_LTLIBRARIES = totem-python.la
 
13989
Index: totem-2.24.3/bindings/vala/Makefile.in
 
13990
===================================================================
 
13991
--- totem-2.24.3.orig/bindings/vala/Makefile.in 2008-10-26 15:40:44.000000000 +0100
 
13992
+++ totem-2.24.3/bindings/vala/Makefile.in      2008-10-30 19:06:35.000000000 +0100
 
13993
@@ -60,6 +60,8 @@
 
13994
 AUTOHEADER = @AUTOHEADER@
 
13995
 AUTOMAKE = @AUTOMAKE@
 
13996
 AWK = @AWK@
 
13997
+BBC_CFLAGS = @BBC_CFLAGS@
 
13998
+BBC_LIBS = @BBC_LIBS@
 
13999
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
14000
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
14001
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
14002
@@ -87,7 +89,7 @@
 
14003
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
14004
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
14005
 DSYMUTIL = @DSYMUTIL@
 
14006
-ECHO = @ECHO@
 
14007
+DUMPBIN = @DUMPBIN@
 
14008
 ECHO_C = @ECHO_C@
 
14009
 ECHO_N = @ECHO_N@
 
14010
 ECHO_T = @ECHO_T@
 
14011
@@ -95,8 +97,7 @@
 
14012
 EXEEXT = @EXEEXT@
 
14013
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
14014
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
14015
-F77 = @F77@
 
14016
-FFLAGS = @FFLAGS@
 
14017
+FGREP = @FGREP@
 
14018
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
14019
 GCONFTOOL = @GCONFTOOL@
 
14020
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
14021
@@ -146,6 +147,7 @@
 
14022
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
14023
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
14024
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
14025
+LD = @LD@
 
14026
 LDFLAGS = @LDFLAGS@
 
14027
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
14028
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
14029
@@ -154,6 +156,7 @@
 
14030
 LIBOBJS = @LIBOBJS@
 
14031
 LIBS = @LIBS@
 
14032
 LIBTOOL = @LIBTOOL@
 
14033
+LIPO = @LIPO@
 
14034
 LIRC_LIBS = @LIRC_LIBS@
 
14035
 LN_S = @LN_S@
 
14036
 LTLIBOBJS = @LTLIBOBJS@
 
14037
@@ -173,12 +176,15 @@
 
14038
 NAUTILUSDIR = @NAUTILUSDIR@
 
14039
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
14040
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
14041
+NM = @NM@
 
14042
 NMEDIT = @NMEDIT@
 
14043
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
14044
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
14045
 NVTV_LIBS = @NVTV_LIBS@
 
14046
 OBJEXT = @OBJEXT@
 
14047
 OMF_DIR = @OMF_DIR@
 
14048
+OTOOL = @OTOOL@
 
14049
+OTOOL64 = @OTOOL64@
 
14050
 PACKAGE = @PACKAGE@
 
14051
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
14052
 PACKAGE_NAME = @PACKAGE_NAME@
 
14053
@@ -240,7 +246,7 @@
 
14054
 abs_top_srcdir = @abs_top_srcdir@
 
14055
 ac_ct_CC = @ac_ct_CC@
 
14056
 ac_ct_CXX = @ac_ct_CXX@
 
14057
-ac_ct_F77 = @ac_ct_F77@
 
14058
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
14059
 am__include = @am__include@
 
14060
 am__leading_dot = @am__leading_dot@
 
14061
 am__quote = @am__quote@
 
14062
@@ -271,6 +277,7 @@
 
14063
 libexecdir = @libexecdir@
 
14064
 localedir = @localedir@
 
14065
 localstatedir = @localstatedir@
 
14066
+lt_ECHO = @lt_ECHO@
 
14067
 mandir = @mandir@
 
14068
 mkdir_p = @mkdir_p@
 
14069
 oldincludedir = @oldincludedir@
 
14070
@@ -287,7 +294,6 @@
 
14071
 srcdir = @srcdir@
 
14072
 sysconfdir = @sysconfdir@
 
14073
 target_alias = @target_alias@
 
14074
-top_build_prefix = @top_build_prefix@
 
14075
 top_builddir = @top_builddir@
 
14076
 top_srcdir = @top_srcdir@
 
14077
 dist_noinst_DATA = \
 
14078
Index: totem-2.24.3/browser-plugin/Makefile.in
 
14079
===================================================================
 
14080
--- totem-2.24.3.orig/browser-plugin/Makefile.in        2008-10-26 15:40:45.000000000 +0100
 
14081
+++ totem-2.24.3/browser-plugin/Makefile.in     2008-10-30 19:06:36.000000000 +0100
 
14082
@@ -321,6 +321,8 @@
 
14083
 AUTOHEADER = @AUTOHEADER@
 
14084
 AUTOMAKE = @AUTOMAKE@
 
14085
 AWK = @AWK@
 
14086
+BBC_CFLAGS = @BBC_CFLAGS@
 
14087
+BBC_LIBS = @BBC_LIBS@
 
14088
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
14089
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
14090
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
14091
@@ -348,7 +350,7 @@
 
14092
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
14093
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
14094
 DSYMUTIL = @DSYMUTIL@
 
14095
-ECHO = @ECHO@
 
14096
+DUMPBIN = @DUMPBIN@
 
14097
 ECHO_C = @ECHO_C@
 
14098
 ECHO_N = @ECHO_N@
 
14099
 ECHO_T = @ECHO_T@
 
14100
@@ -356,8 +358,7 @@
 
14101
 EXEEXT = @EXEEXT@
 
14102
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
14103
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
14104
-F77 = @F77@
 
14105
-FFLAGS = @FFLAGS@
 
14106
+FGREP = @FGREP@
 
14107
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
14108
 GCONFTOOL = @GCONFTOOL@
 
14109
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
14110
@@ -407,6 +408,7 @@
 
14111
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
14112
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
14113
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
14114
+LD = @LD@
 
14115
 LDFLAGS = @LDFLAGS@
 
14116
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
14117
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
14118
@@ -415,6 +417,7 @@
 
14119
 LIBOBJS = @LIBOBJS@
 
14120
 LIBS = @LIBS@
 
14121
 LIBTOOL = @LIBTOOL@
 
14122
+LIPO = @LIPO@
 
14123
 LIRC_LIBS = @LIRC_LIBS@
 
14124
 LN_S = @LN_S@
 
14125
 LTLIBOBJS = @LTLIBOBJS@
 
14126
@@ -434,12 +437,15 @@
 
14127
 NAUTILUSDIR = @NAUTILUSDIR@
 
14128
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
14129
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
14130
+NM = @NM@
 
14131
 NMEDIT = @NMEDIT@
 
14132
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
14133
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
14134
 NVTV_LIBS = @NVTV_LIBS@
 
14135
 OBJEXT = @OBJEXT@
 
14136
 OMF_DIR = @OMF_DIR@
 
14137
+OTOOL = @OTOOL@
 
14138
+OTOOL64 = @OTOOL64@
 
14139
 PACKAGE = @PACKAGE@
 
14140
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
14141
 PACKAGE_NAME = @PACKAGE_NAME@
 
14142
@@ -501,7 +507,7 @@
 
14143
 abs_top_srcdir = @abs_top_srcdir@
 
14144
 ac_ct_CC = @ac_ct_CC@
 
14145
 ac_ct_CXX = @ac_ct_CXX@
 
14146
-ac_ct_F77 = @ac_ct_F77@
 
14147
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
14148
 am__include = @am__include@
 
14149
 am__leading_dot = @am__leading_dot@
 
14150
 am__quote = @am__quote@
 
14151
@@ -532,6 +538,7 @@
 
14152
 libexecdir = @libexecdir@
 
14153
 localedir = @localedir@
 
14154
 localstatedir = @localstatedir@
 
14155
+lt_ECHO = @lt_ECHO@
 
14156
 mandir = @mandir@
 
14157
 mkdir_p = @mkdir_p@
 
14158
 oldincludedir = @oldincludedir@
 
14159
@@ -548,7 +555,6 @@
 
14160
 srcdir = @srcdir@
 
14161
 sysconfdir = @sysconfdir@
 
14162
 target_alias = @target_alias@
 
14163
-top_build_prefix = @top_build_prefix@
 
14164
 top_builddir = @top_builddir@
 
14165
 top_srcdir = @top_srcdir@
 
14166
 plugindir = $(BROWSER_PLUGIN_DIR)
 
14167
Index: totem-2.24.3/config.h.in
 
14168
===================================================================
 
14169
--- totem-2.24.3.orig/config.h.in       2008-10-26 15:41:18.000000000 +0100
 
14170
+++ totem-2.24.3/config.h.in    2008-10-30 19:06:19.000000000 +0100
 
14171
@@ -87,6 +87,10 @@
 
14172
 /* ISO codes prefix */
 
14173
 #undef ISO_CODES_PREFIX
 
14174
 
 
14175
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
 
14176
+   */
 
14177
+#undef LT_OBJDIR
 
14178
+
 
14179
 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
 
14180
 #undef NO_MINUS_C_MINUS_O
 
14181
 
 
14182
Index: totem-2.24.3/configure
 
14183
===================================================================
 
14184
--- totem-2.24.3.orig/configure 2008-10-26 15:40:53.000000000 +0100
 
14185
+++ totem-2.24.3/configure      2008-10-30 19:06:32.000000000 +0100
 
14186
@@ -1,11 +1,11 @@
 
14187
 #! /bin/sh
 
14188
 # Guess values for system-dependent variables and create Makefiles.
 
14189
-# Generated by GNU Autoconf 2.63 for totem 2.24.3.
 
14190
+# Generated by GNU Autoconf 2.61 for totem 2.24.3.
 
14191
 #
 
14192
 # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=totem>.
 
14193
 #
 
14194
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 
14195
-# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
14196
+# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
14197
 # This configure script is free software; the Free Software Foundation
 
14198
 # gives unlimited permission to copy, distribute and modify it.
 
14199
 ## --------------------- ##
 
14200
@@ -17,7 +17,7 @@
 
14201
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
14202
   emulate sh
 
14203
   NULLCMD=:
 
14204
-  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
 
14205
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
14206
   # is contrary to our usage.  Disable this feature.
 
14207
   alias -g '${1+"$@"}'='"$@"'
 
14208
   setopt NO_GLOB_SUBST
 
14209
@@ -39,45 +39,17 @@
 
14210
 as_cr_digits='0123456789'
 
14211
 as_cr_alnum=$as_cr_Letters$as_cr_digits
 
14212
 
 
14213
-as_nl='
 
14214
-'
 
14215
-export as_nl
 
14216
-# Printing a long string crashes Solaris 7 /usr/bin/printf.
 
14217
-as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
 
14218
-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
 
14219
-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
 
14220
-if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
 
14221
-  as_echo='printf %s\n'
 
14222
-  as_echo_n='printf %s'
 
14223
-else
 
14224
-  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
 
14225
-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
 
14226
-    as_echo_n='/usr/ucb/echo -n'
 
14227
-  else
 
14228
-    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
 
14229
-    as_echo_n_body='eval
 
14230
-      arg=$1;
 
14231
-      case $arg in
 
14232
-      *"$as_nl"*)
 
14233
-       expr "X$arg" : "X\\(.*\\)$as_nl";
 
14234
-       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
 
14235
-      esac;
 
14236
-      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
 
14237
-    '
 
14238
-    export as_echo_n_body
 
14239
-    as_echo_n='sh -c $as_echo_n_body as_echo'
 
14240
-  fi
 
14241
-  export as_echo_body
 
14242
-  as_echo='sh -c $as_echo_body as_echo'
 
14243
-fi
 
14244
-
 
14245
 # The user is always right.
 
14246
 if test "${PATH_SEPARATOR+set}" != set; then
 
14247
-  PATH_SEPARATOR=:
 
14248
-  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
 
14249
-    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
 
14250
-      PATH_SEPARATOR=';'
 
14251
-  }
 
14252
+  echo "#! /bin/sh" >conf$$.sh
 
14253
+  echo  "exit 0"   >>conf$$.sh
 
14254
+  chmod +x conf$$.sh
 
14255
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 
14256
+    PATH_SEPARATOR=';'
 
14257
+  else
 
14258
+    PATH_SEPARATOR=:
 
14259
+  fi
 
14260
+  rm -f conf$$.sh
 
14261
 fi
 
14262
 
 
14263
 # Support unset when possible.
 
14264
@@ -93,6 +65,8 @@
 
14265
 # there to prevent editors from complaining about space-tab.
 
14266
 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
 
14267
 # splitting by setting IFS to empty value.)
 
14268
+as_nl='
 
14269
+'
 
14270
 IFS=" ""       $as_nl"
 
14271
 
 
14272
 # Find who we are.  Look in the path if we contain no directory separator.
 
14273
@@ -115,7 +89,7 @@
 
14274
   as_myself=$0
 
14275
 fi
 
14276
 if test ! -f "$as_myself"; then
 
14277
-  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
14278
+  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
14279
   { (exit 1); exit 1; }
 
14280
 fi
 
14281
 
 
14282
@@ -128,10 +102,17 @@
 
14283
 PS4='+ '
 
14284
 
 
14285
 # NLS nuisances.
 
14286
-LC_ALL=C
 
14287
-export LC_ALL
 
14288
-LANGUAGE=C
 
14289
-export LANGUAGE
 
14290
+for as_var in \
 
14291
+  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
 
14292
+  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
 
14293
+  LC_TELEPHONE LC_TIME
 
14294
+do
 
14295
+  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
 
14296
+    eval $as_var=C; export $as_var
 
14297
+  else
 
14298
+    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
14299
+  fi
 
14300
+done
 
14301
 
 
14302
 # Required to use basename.
 
14303
 if expr a : '\(a\)' >/dev/null 2>&1 &&
 
14304
@@ -153,7 +134,7 @@
 
14305
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 
14306
         X"$0" : 'X\(//\)$' \| \
 
14307
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 
14308
-$as_echo X/"$0" |
 
14309
+echo X/"$0" |
 
14310
     sed '/^.*\/\([^/][^/]*\)\/*$/{
 
14311
            s//\1/
 
14312
            q
 
14313
@@ -179,7 +160,7 @@
 
14314
   as_have_required=no
 
14315
 fi
 
14316
 
 
14317
-  if test $as_have_required = yes &&    (eval ":
 
14318
+  if test $as_have_required = yes &&    (eval ":
 
14319
 (as_func_return () {
 
14320
   (exit \$1)
 
14321
 }
 
14322
@@ -261,7 +242,7 @@
 
14323
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
14324
   emulate sh
 
14325
   NULLCMD=:
 
14326
-  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
 
14327
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
14328
   # is contrary to our usage.  Disable this feature.
 
14329
   alias -g '${1+"$@"}'='"$@"'
 
14330
   setopt NO_GLOB_SUBST
 
14331
@@ -282,7 +263,7 @@
 
14332
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
14333
   emulate sh
 
14334
   NULLCMD=:
 
14335
-  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
 
14336
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
14337
   # is contrary to our usage.  Disable this feature.
 
14338
   alias -g '${1+"$@"}'='"$@"'
 
14339
   setopt NO_GLOB_SUBST
 
14340
@@ -362,10 +343,10 @@
 
14341
 
 
14342
       if test "x$CONFIG_SHELL" != x; then
 
14343
   for as_var in BASH_ENV ENV
 
14344
-       do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
14345
-       done
 
14346
-       export CONFIG_SHELL
 
14347
-       exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
 
14348
+        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
14349
+        done
 
14350
+        export CONFIG_SHELL
 
14351
+        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
 
14352
 fi
 
14353
 
 
14354
 
 
14355
@@ -434,10 +415,9 @@
 
14356
 
 
14357
 test \$exitcode = 0") || {
 
14358
   echo No shell found that supports shell functions.
 
14359
-  echo Please tell bug-autoconf@gnu.org about your system,
 
14360
-  echo including any error possibly output before this message.
 
14361
-  echo This can help us improve future autoconf versions.
 
14362
-  echo Configuration will now proceed without shell functions.
 
14363
+  echo Please tell autoconf@gnu.org about your system,
 
14364
+  echo including any error possibly output before this
 
14365
+  echo message
 
14366
 }
 
14367
 
 
14368
 
 
14369
@@ -473,7 +453,7 @@
 
14370
       s/-\n.*//
 
14371
     ' >$as_me.lineno &&
 
14372
   chmod +x "$as_me.lineno" ||
 
14373
-    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 
14374
+    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 
14375
    { (exit 1); exit 1; }; }
 
14376
 
 
14377
   # Don't try to exec as it changes $[0], causing all sort of problems
 
14378
@@ -501,6 +481,7 @@
 
14379
 *)
 
14380
   ECHO_N='-n';;
 
14381
 esac
 
14382
+
 
14383
 if expr a : '\(a\)' >/dev/null 2>&1 &&
 
14384
    test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
14385
   as_expr=expr
 
14386
@@ -513,22 +494,19 @@
 
14387
   rm -f conf$$.dir/conf$$.file
 
14388
 else
 
14389
   rm -f conf$$.dir
 
14390
-  mkdir conf$$.dir 2>/dev/null
 
14391
+  mkdir conf$$.dir
 
14392
 fi
 
14393
-if (echo >conf$$.file) 2>/dev/null; then
 
14394
-  if ln -s conf$$.file conf$$ 2>/dev/null; then
 
14395
-    as_ln_s='ln -s'
 
14396
-    # ... but there are two gotchas:
 
14397
-    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 
14398
-    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 
14399
-    # In both cases, we have to default to `cp -p'.
 
14400
-    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 
14401
-      as_ln_s='cp -p'
 
14402
-  elif ln conf$$.file conf$$ 2>/dev/null; then
 
14403
-    as_ln_s=ln
 
14404
-  else
 
14405
+echo >conf$$.file
 
14406
+if ln -s conf$$.file conf$$ 2>/dev/null; then
 
14407
+  as_ln_s='ln -s'
 
14408
+  # ... but there are two gotchas:
 
14409
+  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 
14410
+  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 
14411
+  # In both cases, we have to default to `cp -p'.
 
14412
+  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 
14413
     as_ln_s='cp -p'
 
14414
-  fi
 
14415
+elif ln conf$$.file conf$$ 2>/dev/null; then
 
14416
+  as_ln_s=ln
 
14417
 else
 
14418
   as_ln_s='cp -p'
 
14419
 fi
 
14420
@@ -553,10 +531,10 @@
 
14421
   as_test_x='
 
14422
     eval sh -c '\''
 
14423
       if test -d "$1"; then
 
14424
-       test -d "$1/.";
 
14425
+        test -d "$1/.";
 
14426
       else
 
14427
        case $1 in
 
14428
-       -*)set "./$1";;
 
14429
+        -*)set "./$1";;
 
14430
        esac;
 
14431
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 
14432
        ???[sx]*):;;*)false;;esac;fi
 
14433
@@ -577,22 +555,22 @@
 
14434
 # Check that we are running under the correct shell.
 
14435
 SHELL=${CONFIG_SHELL-/bin/sh}
 
14436
 
 
14437
-case X$ECHO in
 
14438
+case X$lt_ECHO in
 
14439
 X*--fallback-echo)
 
14440
   # Remove one level of quotation (which was required for Make).
 
14441
-  ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
 
14442
+  ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
 
14443
   ;;
 
14444
 esac
 
14445
 
 
14446
-echo=${ECHO-echo}
 
14447
+ECHO=${lt_ECHO-echo}
 
14448
 if test "X$1" = X--no-reexec; then
 
14449
   # Discard the --no-reexec flag, and continue.
 
14450
   shift
 
14451
 elif test "X$1" = X--fallback-echo; then
 
14452
   # Avoid inline document here, it may be left over
 
14453
   :
 
14454
-elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
 
14455
-  # Yippee, $echo works!
 
14456
+elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
 
14457
+  # Yippee, $ECHO works!
 
14458
   :
 
14459
 else
 
14460
   # Restart under the correct shell.
 
14461
@@ -602,9 +580,9 @@
 
14462
 if test "X$1" = X--fallback-echo; then
 
14463
   # used as fallback echo
 
14464
   shift
 
14465
-  cat <<EOF
 
14466
+  cat <<_LT_EOF
 
14467
 $*
 
14468
-EOF
 
14469
+_LT_EOF
 
14470
   exit 0
 
14471
 fi
 
14472
 
 
14473
@@ -612,121 +590,116 @@
 
14474
 # if CDPATH is set.
 
14475
 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
14476
 
 
14477
-if test -z "$ECHO"; then
 
14478
-if test "X${echo_test_string+set}" != Xset; then
 
14479
-# find a string as large as possible, as long as the shell can cope with it
 
14480
-  for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
 
14481
-    # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
 
14482
-    if (echo_test_string=`eval $cmd`) 2>/dev/null &&
 
14483
-       echo_test_string=`eval $cmd` &&
 
14484
-       (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
 
14485
-    then
 
14486
-      break
 
14487
-    fi
 
14488
-  done
 
14489
-fi
 
14490
+if test -z "$lt_ECHO"; then
 
14491
+  if test "X${echo_test_string+set}" != Xset; then
 
14492
+    # find a string as large as possible, as long as the shell can cope with it
 
14493
+    for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
 
14494
+      # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
 
14495
+      if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
 
14496
+        { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
 
14497
+      then
 
14498
+        break
 
14499
+      fi
 
14500
+    done
 
14501
+  fi
 
14502
 
 
14503
-if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
 
14504
-   echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
 
14505
-   test "X$echo_testing_string" = "X$echo_test_string"; then
 
14506
-  :
 
14507
-else
 
14508
-  # The Solaris, AIX, and Digital Unix default echo programs unquote
 
14509
-  # backslashes.  This makes it impossible to quote backslashes using
 
14510
-  #   echo "$something" | sed 's/\\/\\\\/g'
 
14511
-  #
 
14512
-  # So, first we look for a working echo in the user's PATH.
 
14513
+  if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
 
14514
+     echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
 
14515
+     test "X$echo_testing_string" = "X$echo_test_string"; then
 
14516
+    :
 
14517
+  else
 
14518
+    # The Solaris, AIX, and Digital Unix default echo programs unquote
 
14519
+    # backslashes.  This makes it impossible to quote backslashes using
 
14520
+    #   echo "$something" | sed 's/\\/\\\\/g'
 
14521
+    #
 
14522
+    # So, first we look for a working echo in the user's PATH.
 
14523
 
 
14524
-  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
14525
-  for dir in $PATH /usr/ucb; do
 
14526
+    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
14527
+    for dir in $PATH /usr/ucb; do
 
14528
+      IFS="$lt_save_ifs"
 
14529
+      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
 
14530
+         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
 
14531
+         echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
 
14532
+         test "X$echo_testing_string" = "X$echo_test_string"; then
 
14533
+        ECHO="$dir/echo"
 
14534
+        break
 
14535
+      fi
 
14536
+    done
 
14537
     IFS="$lt_save_ifs"
 
14538
-    if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
 
14539
-       test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
 
14540
-       echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
 
14541
-       test "X$echo_testing_string" = "X$echo_test_string"; then
 
14542
-      echo="$dir/echo"
 
14543
-      break
 
14544
-    fi
 
14545
-  done
 
14546
-  IFS="$lt_save_ifs"
 
14547
 
 
14548
-  if test "X$echo" = Xecho; then
 
14549
-    # We didn't find a better echo, so look for alternatives.
 
14550
-    if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
 
14551
-       echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
 
14552
-       test "X$echo_testing_string" = "X$echo_test_string"; then
 
14553
-      # This shell has a builtin print -r that does the trick.
 
14554
-      echo='print -r'
 
14555
-    elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
 
14556
-        test "X$CONFIG_SHELL" != X/bin/ksh; then
 
14557
-      # If we have ksh, try running configure again with it.
 
14558
-      ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
 
14559
-      export ORIGINAL_CONFIG_SHELL
 
14560
-      CONFIG_SHELL=/bin/ksh
 
14561
-      export CONFIG_SHELL
 
14562
-      exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
 
14563
-    else
 
14564
-      # Try using printf.
 
14565
-      echo='printf %s\n'
 
14566
-      if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
 
14567
-        echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
 
14568
-        test "X$echo_testing_string" = "X$echo_test_string"; then
 
14569
-       # Cool, printf works
 
14570
-       :
 
14571
-      elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
 
14572
-          test "X$echo_testing_string" = 'X\t' &&
 
14573
-          echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
14574
-          test "X$echo_testing_string" = "X$echo_test_string"; then
 
14575
-       CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
 
14576
-       export CONFIG_SHELL
 
14577
-       SHELL="$CONFIG_SHELL"
 
14578
-       export SHELL
 
14579
-       echo="$CONFIG_SHELL $0 --fallback-echo"
 
14580
-      elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
 
14581
-          test "X$echo_testing_string" = 'X\t' &&
 
14582
-          echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
14583
+    if test "X$ECHO" = Xecho; then
 
14584
+      # We didn't find a better echo, so look for alternatives.
 
14585
+      if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
 
14586
+         echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
 
14587
+         test "X$echo_testing_string" = "X$echo_test_string"; then
 
14588
+        # This shell has a builtin print -r that does the trick.
 
14589
+        ECHO='print -r'
 
14590
+      elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
 
14591
+          test "X$CONFIG_SHELL" != X/bin/ksh; then
 
14592
+        # If we have ksh, try running configure again with it.
 
14593
+        ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
 
14594
+        export ORIGINAL_CONFIG_SHELL
 
14595
+        CONFIG_SHELL=/bin/ksh
 
14596
+        export CONFIG_SHELL
 
14597
+        exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
 
14598
+      else
 
14599
+        # Try using printf.
 
14600
+        ECHO='printf %s\n'
 
14601
+        if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
 
14602
+          echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
 
14603
           test "X$echo_testing_string" = "X$echo_test_string"; then
 
14604
-       echo="$CONFIG_SHELL $0 --fallback-echo"
 
14605
-      else
 
14606
-       # maybe with a smaller string...
 
14607
-       prev=:
 
14608
+         # Cool, printf works
 
14609
+         :
 
14610
+        elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
 
14611
+            test "X$echo_testing_string" = 'X\t' &&
 
14612
+            echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
14613
+            test "X$echo_testing_string" = "X$echo_test_string"; then
 
14614
+         CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
 
14615
+         export CONFIG_SHELL
 
14616
+         SHELL="$CONFIG_SHELL"
 
14617
+         export SHELL
 
14618
+         ECHO="$CONFIG_SHELL $0 --fallback-echo"
 
14619
+        elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
 
14620
+            test "X$echo_testing_string" = 'X\t' &&
 
14621
+            echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
14622
+            test "X$echo_testing_string" = "X$echo_test_string"; then
 
14623
+         ECHO="$CONFIG_SHELL $0 --fallback-echo"
 
14624
+        else
 
14625
+         # maybe with a smaller string...
 
14626
+         prev=:
 
14627
 
 
14628
-       for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
 
14629
-         if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
 
14630
-         then
 
14631
-           break
 
14632
-         fi
 
14633
-         prev="$cmd"
 
14634
-       done
 
14635
+         for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
 
14636
+           if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
 
14637
+           then
 
14638
+             break
 
14639
+           fi
 
14640
+           prev="$cmd"
 
14641
+         done
 
14642
 
 
14643
-       if test "$prev" != 'sed 50q "$0"'; then
 
14644
-         echo_test_string=`eval $prev`
 
14645
-         export echo_test_string
 
14646
-         exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
 
14647
-       else
 
14648
-         # Oops.  We lost completely, so just stick with echo.
 
14649
-         echo=echo
 
14650
-       fi
 
14651
+         if test "$prev" != 'sed 50q "$0"'; then
 
14652
+           echo_test_string=`eval $prev`
 
14653
+           export echo_test_string
 
14654
+           exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
 
14655
+         else
 
14656
+           # Oops.  We lost completely, so just stick with echo.
 
14657
+           ECHO=echo
 
14658
+         fi
 
14659
+        fi
 
14660
       fi
 
14661
     fi
 
14662
   fi
 
14663
 fi
 
14664
-fi
 
14665
 
 
14666
 # Copy echo and quote the copy suitably for passing to libtool from
 
14667
 # the Makefile, instead of quoting the original, which is used later.
 
14668
-ECHO=$echo
 
14669
-if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
 
14670
-   ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
 
14671
+lt_ECHO=$ECHO
 
14672
+if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
 
14673
+   lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
 
14674
 fi
 
14675
 
 
14676
 
 
14677
 
 
14678
 
 
14679
-tagnames=${tagnames+${tagnames},}CXX
 
14680
-
 
14681
-tagnames=${tagnames+${tagnames},}F77
 
14682
-
 
14683
 exec 7<&0 </dev/null 6>&1
 
14684
 
 
14685
 # Name of the host.
 
14686
@@ -791,345 +764,305 @@
 
14687
 # include <unistd.h>
 
14688
 #endif"
 
14689
 
 
14690
-ac_subst_vars='LTLIBOBJS
 
14691
-LIBOBJS
 
14692
-AM_LDFLAGS
 
14693
-AM_CXXFLAGS
 
14694
-AM_CFLAGS
 
14695
-AM_CPPFLAGS
 
14696
-FULL_LIBEXECDIR
 
14697
-DISABLE_DEPRECATED
 
14698
-MAINT
 
14699
-MAINTAINER_MODE_FALSE
 
14700
-MAINTAINER_MODE_TRUE
 
14701
-WARN_CXXFLAGS
 
14702
-WARN_CFLAGS
 
14703
-ACLOCAL_AMFLAGS
 
14704
-GCONF_SCHEMAS_INSTALL_FALSE
 
14705
-GCONF_SCHEMAS_INSTALL_TRUE
 
14706
-GCONF_SCHEMA_FILE_DIR
 
14707
-GCONF_SCHEMA_CONFIG_SOURCE
 
14708
-GCONFTOOL
 
14709
-WITH_DBUS_FALSE
 
14710
-WITH_DBUS_TRUE
 
14711
-HAVE_NAUTILUS_FALSE
 
14712
-HAVE_NAUTILUS_TRUE
 
14713
-NAUTILUSDIR
 
14714
-NAUTILUS_LIBS
 
14715
-NAUTILUS_CFLAGS
 
14716
-ENABLE_CONE_PLUGIN_FALSE
 
14717
-ENABLE_CONE_PLUGIN_TRUE
 
14718
-ENABLE_MULLY_PLUGIN_FALSE
 
14719
-ENABLE_MULLY_PLUGIN_TRUE
 
14720
-ENABLE_NARROWSPACE_PLUGIN_FALSE
 
14721
-ENABLE_NARROWSPACE_PLUGIN_TRUE
 
14722
-ENABLE_COMPLEX_PLUGIN_FALSE
 
14723
-ENABLE_COMPLEX_PLUGIN_TRUE
 
14724
-ENABLE_GMP_PLUGIN_FALSE
 
14725
-ENABLE_GMP_PLUGIN_TRUE
 
14726
-ENABLE_BASIC_PLUGIN_FALSE
 
14727
-ENABLE_BASIC_PLUGIN_TRUE
 
14728
-ENABLE_BROWSER_PLUGINS_FALSE
 
14729
-ENABLE_BROWSER_PLUGINS_TRUE
 
14730
-SN_LIBS
 
14731
-SN_CFLAGS
 
14732
-DBUS_BIND
 
14733
-DBUS_LIBS
 
14734
-DBUS_CFLAGS
 
14735
-BROWSER_PLUGIN_LIBS
 
14736
-BROWSER_PLUGIN_CFLAGS
 
14737
-BROWSER_PLUGIN_DIR
 
14738
-PLUGINS
 
14739
-ALL_PLUGINS
 
14740
-GLIB_LIBS
 
14741
-GLIB_CFLAGS
 
14742
-TRACKER_LIBS
 
14743
-TRACKER_CFLAGS
 
14744
-LIBEPC_LIBS
 
14745
-LIBEPC_CFLAGS
 
14746
-BEMUSED_LIBS
 
14747
-BEMUSED_CFLAGS
 
14748
-GMYTH_LIBS
 
14749
-GMYTH_CFLAGS
 
14750
-LIRC_LIBS
 
14751
-MEDIA_PLAYER_KEYS_LIBS
 
14752
-MEDIA_PLAYER_KEYS_CFLAGS
 
14753
-LIBGALAGO_LIBS
 
14754
-LIBGALAGO_CFLAGS
 
14755
-ENABLE_VALA_FALSE
 
14756
-ENABLE_VALA_TRUE
 
14757
-VALAC
 
14758
-VALA_LIBS
 
14759
-VALA_CFLAGS
 
14760
-ENABLE_PYTHON_FALSE
 
14761
-ENABLE_PYTHON_TRUE
 
14762
-NO_STRICT_ALIASING_CFLAGS
 
14763
-PYGTK_H2DEF
 
14764
-PYGTK_CODEGEN
 
14765
-PYGTK_DEFSDIR
 
14766
-PYGTK_LIBS
 
14767
-PYGTK_CFLAGS
 
14768
-PYTHON_EXTRA_LIBS
 
14769
-PYTHON_CFLAGS
 
14770
-PYTHON_LIB_LOC
 
14771
-PYTHON_LIBS
 
14772
-pkgpyexecdir
 
14773
-pyexecdir
 
14774
-pkgpythondir
 
14775
-pythondir
 
14776
-PYTHON_PLATFORM
 
14777
-PYTHON_EXEC_PREFIX
 
14778
-PYTHON_PREFIX
 
14779
-PYTHON_VERSION
 
14780
-PYTHON
 
14781
-HAVE_XVIDMODE_FALSE
 
14782
-HAVE_XVIDMODE_TRUE
 
14783
-X_LIBS
 
14784
-XVIDMODE_LIBS
 
14785
-XVIDMODE_CFLAGS
 
14786
-XTEST_LIBS
 
14787
-XMKMF
 
14788
-GTK_LIBS
 
14789
-GTK_CFLAGS
 
14790
-HAVE_GNOME_FALSE
 
14791
-HAVE_GNOME_TRUE
 
14792
-MM_LIBS
 
14793
-MM_CFLAGS
 
14794
-EXTRA_GNOME_LIBS
 
14795
-EXTRA_GNOME_CFLAGS
 
14796
-TOTEM_GST_FALSE
 
14797
-TOTEM_GST_TRUE
 
14798
-XINE_LIBS
 
14799
-XINE_CFLAGS
 
14800
-GST_LIBS
 
14801
-GST_CFLAGS
 
14802
-MISSING_PLUGINS_LIBS
 
14803
-MISSING_PLUGINS_CFLAGS
 
14804
-NVTV_LIBS
 
14805
-NVTV_CFLAGS
 
14806
-PLUGINDIR
 
14807
-TOTEM_VERSION_MICRO
 
14808
-TOTEM_VERSION_MINOR
 
14809
-TOTEM_VERSION_MAJOR
 
14810
-GLIB_MKENUMS
 
14811
-GLIB_GENMARSHAL
 
14812
-LIBTOOL
 
14813
-ac_ct_F77
 
14814
-FFLAGS
 
14815
-F77
 
14816
-CXXCPP
 
14817
-NMEDIT
 
14818
-DSYMUTIL
 
14819
-RANLIB
 
14820
-AR
 
14821
-ECHO
 
14822
-LN_S
 
14823
-SED
 
14824
-host_os
 
14825
-host_vendor
 
14826
-host_cpu
 
14827
-host
 
14828
-build_os
 
14829
-build_vendor
 
14830
-build_cpu
 
14831
-build
 
14832
-am__fastdepCXX_FALSE
 
14833
-am__fastdepCXX_TRUE
 
14834
-CXXDEPMODE
 
14835
-ac_ct_CXX
 
14836
-CXXFLAGS
 
14837
-CXX
 
14838
-HAVE_GNOME_DOC_UTILS_FALSE
 
14839
-HAVE_GNOME_DOC_UTILS_TRUE
 
14840
-DISTCHECK_CONFIGURE_FLAGS
 
14841
-ENABLE_SK_FALSE
 
14842
-ENABLE_SK_TRUE
 
14843
-DOC_USER_FORMATS
 
14844
-OMF_DIR
 
14845
-HELP_DIR
 
14846
-PKG_CONFIG
 
14847
-ALL_LINGUAS
 
14848
-INTLTOOL_PERL
 
14849
-MSGMERGE
 
14850
-INTLTOOL_POLICY_RULE
 
14851
-INTLTOOL_SERVICE_RULE
 
14852
-INTLTOOL_THEME_RULE
 
14853
-INTLTOOL_SCHEMAS_RULE
 
14854
-INTLTOOL_CAVES_RULE
 
14855
-INTLTOOL_XML_NOMERGE_RULE
 
14856
-INTLTOOL_XML_RULE
 
14857
-INTLTOOL_KBD_RULE
 
14858
-INTLTOOL_XAM_RULE
 
14859
-INTLTOOL_UI_RULE
 
14860
-INTLTOOL_SOUNDLIST_RULE
 
14861
-INTLTOOL_SHEET_RULE
 
14862
-INTLTOOL_SERVER_RULE
 
14863
-INTLTOOL_PONG_RULE
 
14864
-INTLTOOL_OAF_RULE
 
14865
-INTLTOOL_PROP_RULE
 
14866
-INTLTOOL_KEYS_RULE
 
14867
-INTLTOOL_DIRECTORY_RULE
 
14868
-INTLTOOL_DESKTOP_RULE
 
14869
-INTLTOOL_EXTRACT
 
14870
-INTLTOOL_MERGE
 
14871
-INTLTOOL_UPDATE
 
14872
-MKINSTALLDIRS
 
14873
-POSUB
 
14874
-POFILES
 
14875
-PO_IN_DATADIR_FALSE
 
14876
-PO_IN_DATADIR_TRUE
 
14877
-INTLLIBS
 
14878
-INSTOBJEXT
 
14879
-GMOFILES
 
14880
-DATADIRNAME
 
14881
-CATOBJEXT
 
14882
-CATALOGS
 
14883
-XGETTEXT
 
14884
-GMSGFMT
 
14885
-MSGFMT_OPTS
 
14886
-MSGFMT
 
14887
-USE_NLS
 
14888
-EGREP
 
14889
-GREP
 
14890
-CPP
 
14891
-am__fastdepCC_FALSE
 
14892
-am__fastdepCC_TRUE
 
14893
-CCDEPMODE
 
14894
-AMDEPBACKSLASH
 
14895
-AMDEP_FALSE
 
14896
-AMDEP_TRUE
 
14897
-am__quote
 
14898
-am__include
 
14899
-DEPDIR
 
14900
-OBJEXT
 
14901
-EXEEXT
 
14902
-ac_ct_CC
 
14903
-CPPFLAGS
 
14904
-LDFLAGS
 
14905
-CFLAGS
 
14906
-CC
 
14907
-GETTEXT_PACKAGE
 
14908
-am__untar
 
14909
-am__tar
 
14910
-AMTAR
 
14911
-am__leading_dot
 
14912
-SET_MAKE
 
14913
-AWK
 
14914
-mkdir_p
 
14915
-MKDIR_P
 
14916
-INSTALL_STRIP_PROGRAM
 
14917
-STRIP
 
14918
-install_sh
 
14919
-MAKEINFO
 
14920
-AUTOHEADER
 
14921
-AUTOMAKE
 
14922
-AUTOCONF
 
14923
-ACLOCAL
 
14924
-VERSION
 
14925
-PACKAGE
 
14926
-CYGPATH_W
 
14927
-am__isrc
 
14928
-INSTALL_DATA
 
14929
-INSTALL_SCRIPT
 
14930
-INSTALL_PROGRAM
 
14931
-target_alias
 
14932
-host_alias
 
14933
-build_alias
 
14934
-LIBS
 
14935
-ECHO_T
 
14936
-ECHO_N
 
14937
-ECHO_C
 
14938
-DEFS
 
14939
-mandir
 
14940
-localedir
 
14941
-libdir
 
14942
-psdir
 
14943
-pdfdir
 
14944
-dvidir
 
14945
-htmldir
 
14946
-infodir
 
14947
-docdir
 
14948
-oldincludedir
 
14949
-includedir
 
14950
-localstatedir
 
14951
-sharedstatedir
 
14952
-sysconfdir
 
14953
-datadir
 
14954
-datarootdir
 
14955
-libexecdir
 
14956
-sbindir
 
14957
-bindir
 
14958
-program_transform_name
 
14959
-prefix
 
14960
-exec_prefix
 
14961
-PACKAGE_BUGREPORT
 
14962
-PACKAGE_STRING
 
14963
-PACKAGE_VERSION
 
14964
-PACKAGE_TARNAME
 
14965
-PACKAGE_NAME
 
14966
+ac_subst_vars='SHELL
 
14967
 PATH_SEPARATOR
 
14968
-SHELL'
 
14969
-ac_subst_files=''
 
14970
-ac_user_opts='
 
14971
-enable_option_checking
 
14972
-enable_dependency_tracking
 
14973
-enable_nls
 
14974
-with_help_dir
 
14975
-with_omf_dir
 
14976
-with_help_formats
 
14977
-enable_scrollkeeper
 
14978
-enable_shared
 
14979
-enable_static
 
14980
-enable_fast_install
 
14981
-with_gnu_ld
 
14982
-enable_libtool_lock
 
14983
-with_pic
 
14984
-with_tags
 
14985
-enable_nvtv
 
14986
-enable_xine
 
14987
-enable_easy_codec_installation
 
14988
-enable_iso_codes
 
14989
-enable_gtk
 
14990
-with_x
 
14991
-enable_python
 
14992
-enable_vala
 
14993
-with_plugins
 
14994
-enable_browser_plugins
 
14995
-enable_basic_plugin
 
14996
-enable_gmp_plugin
 
14997
-enable_complex_plugin
 
14998
-enable_narrowspace_plugin
 
14999
-enable_mully_plugin
 
15000
-enable_cone_plugin
 
15001
-enable_nautilus
 
15002
-with_dbus
 
15003
-with_gconf_source
 
15004
-with_gconf_schema_file_dir
 
15005
-enable_schemas_install
 
15006
-enable_debug
 
15007
-enable_compile_warnings
 
15008
-enable_iso_c
 
15009
-enable_cxx_warnings
 
15010
-enable_iso_cxx
 
15011
-enable_maintainer_mode
 
15012
-enable_run_in_source_tree
 
15013
-'
 
15014
-      ac_precious_vars='build_alias
 
15015
+PACKAGE_NAME
 
15016
+PACKAGE_TARNAME
 
15017
+PACKAGE_VERSION
 
15018
+PACKAGE_STRING
 
15019
+PACKAGE_BUGREPORT
 
15020
+exec_prefix
 
15021
+prefix
 
15022
+program_transform_name
 
15023
+bindir
 
15024
+sbindir
 
15025
+libexecdir
 
15026
+datarootdir
 
15027
+datadir
 
15028
+sysconfdir
 
15029
+sharedstatedir
 
15030
+localstatedir
 
15031
+includedir
 
15032
+oldincludedir
 
15033
+docdir
 
15034
+infodir
 
15035
+htmldir
 
15036
+dvidir
 
15037
+pdfdir
 
15038
+psdir
 
15039
+libdir
 
15040
+localedir
 
15041
+mandir
 
15042
+DEFS
 
15043
+ECHO_C
 
15044
+ECHO_N
 
15045
+ECHO_T
 
15046
+LIBS
 
15047
+build_alias
 
15048
 host_alias
 
15049
 target_alias
 
15050
+INSTALL_PROGRAM
 
15051
+INSTALL_SCRIPT
 
15052
+INSTALL_DATA
 
15053
+am__isrc
 
15054
+CYGPATH_W
 
15055
+PACKAGE
 
15056
+VERSION
 
15057
+ACLOCAL
 
15058
+AUTOCONF
 
15059
+AUTOMAKE
 
15060
+AUTOHEADER
 
15061
+MAKEINFO
 
15062
+install_sh
 
15063
+STRIP
 
15064
+INSTALL_STRIP_PROGRAM
 
15065
+mkdir_p
 
15066
+AWK
 
15067
+SET_MAKE
 
15068
+am__leading_dot
 
15069
+AMTAR
 
15070
+am__tar
 
15071
+am__untar
 
15072
+GETTEXT_PACKAGE
 
15073
 CC
 
15074
 CFLAGS
 
15075
 LDFLAGS
 
15076
-LIBS
 
15077
 CPPFLAGS
 
15078
+ac_ct_CC
 
15079
+EXEEXT
 
15080
+OBJEXT
 
15081
+DEPDIR
 
15082
+am__include
 
15083
+am__quote
 
15084
+AMDEP_TRUE
 
15085
+AMDEP_FALSE
 
15086
+AMDEPBACKSLASH
 
15087
+CCDEPMODE
 
15088
+am__fastdepCC_TRUE
 
15089
+am__fastdepCC_FALSE
 
15090
 CPP
 
15091
+GREP
 
15092
+EGREP
 
15093
+USE_NLS
 
15094
+MSGFMT
 
15095
+MSGFMT_OPTS
 
15096
+GMSGFMT
 
15097
+XGETTEXT
 
15098
+CATALOGS
 
15099
+CATOBJEXT
 
15100
+DATADIRNAME
 
15101
+GMOFILES
 
15102
+INSTOBJEXT
 
15103
+INTLLIBS
 
15104
+PO_IN_DATADIR_TRUE
 
15105
+PO_IN_DATADIR_FALSE
 
15106
+POFILES
 
15107
+POSUB
 
15108
+MKINSTALLDIRS
 
15109
+INTLTOOL_UPDATE
 
15110
+INTLTOOL_MERGE
 
15111
+INTLTOOL_EXTRACT
 
15112
+INTLTOOL_DESKTOP_RULE
 
15113
+INTLTOOL_DIRECTORY_RULE
 
15114
+INTLTOOL_KEYS_RULE
 
15115
+INTLTOOL_PROP_RULE
 
15116
+INTLTOOL_OAF_RULE
 
15117
+INTLTOOL_PONG_RULE
 
15118
+INTLTOOL_SERVER_RULE
 
15119
+INTLTOOL_SHEET_RULE
 
15120
+INTLTOOL_SOUNDLIST_RULE
 
15121
+INTLTOOL_UI_RULE
 
15122
+INTLTOOL_XAM_RULE
 
15123
+INTLTOOL_KBD_RULE
 
15124
+INTLTOOL_XML_RULE
 
15125
+INTLTOOL_XML_NOMERGE_RULE
 
15126
+INTLTOOL_CAVES_RULE
 
15127
+INTLTOOL_SCHEMAS_RULE
 
15128
+INTLTOOL_THEME_RULE
 
15129
+INTLTOOL_SERVICE_RULE
 
15130
+INTLTOOL_POLICY_RULE
 
15131
+MSGMERGE
 
15132
+INTLTOOL_PERL
 
15133
+ALL_LINGUAS
 
15134
 PKG_CONFIG
 
15135
+HELP_DIR
 
15136
+OMF_DIR
 
15137
+DOC_USER_FORMATS
 
15138
+ENABLE_SK_TRUE
 
15139
+ENABLE_SK_FALSE
 
15140
+DISTCHECK_CONFIGURE_FLAGS
 
15141
+HAVE_GNOME_DOC_UTILS_TRUE
 
15142
+HAVE_GNOME_DOC_UTILS_FALSE
 
15143
 CXX
 
15144
 CXXFLAGS
 
15145
-CCC
 
15146
+ac_ct_CXX
 
15147
+CXXDEPMODE
 
15148
+am__fastdepCXX_TRUE
 
15149
+am__fastdepCXX_FALSE
 
15150
+LIBTOOL
 
15151
+build
 
15152
+build_cpu
 
15153
+build_vendor
 
15154
+build_os
 
15155
+host
 
15156
+host_cpu
 
15157
+host_vendor
 
15158
+host_os
 
15159
+SED
 
15160
+FGREP
 
15161
+LD
 
15162
+DUMPBIN
 
15163
+ac_ct_DUMPBIN
 
15164
+NM
 
15165
+LN_S
 
15166
+AR
 
15167
+RANLIB
 
15168
+lt_ECHO
 
15169
+DSYMUTIL
 
15170
+NMEDIT
 
15171
+LIPO
 
15172
+OTOOL
 
15173
+OTOOL64
 
15174
+CXXCPP
 
15175
+GLIB_GENMARSHAL
 
15176
+GLIB_MKENUMS
 
15177
+TOTEM_VERSION_MAJOR
 
15178
+TOTEM_VERSION_MINOR
 
15179
+TOTEM_VERSION_MICRO
 
15180
+PLUGINDIR
 
15181
+NVTV_CFLAGS
 
15182
+NVTV_LIBS
 
15183
+MISSING_PLUGINS_CFLAGS
 
15184
+MISSING_PLUGINS_LIBS
 
15185
+GST_CFLAGS
 
15186
+GST_LIBS
 
15187
+XINE_CFLAGS
 
15188
+XINE_LIBS
 
15189
+TOTEM_GST_TRUE
 
15190
+TOTEM_GST_FALSE
 
15191
+EXTRA_GNOME_CFLAGS
 
15192
+EXTRA_GNOME_LIBS
 
15193
+MM_CFLAGS
 
15194
+MM_LIBS
 
15195
+HAVE_GNOME_TRUE
 
15196
+HAVE_GNOME_FALSE
 
15197
+GTK_CFLAGS
 
15198
+GTK_LIBS
 
15199
+XMKMF
 
15200
+XTEST_LIBS
 
15201
+XVIDMODE_CFLAGS
 
15202
+XVIDMODE_LIBS
 
15203
+X_LIBS
 
15204
+HAVE_XVIDMODE_TRUE
 
15205
+HAVE_XVIDMODE_FALSE
 
15206
+PYTHON
 
15207
+PYTHON_VERSION
 
15208
+PYTHON_PREFIX
 
15209
+PYTHON_EXEC_PREFIX
 
15210
+PYTHON_PLATFORM
 
15211
+pythondir
 
15212
+pkgpythondir
 
15213
+pyexecdir
 
15214
+pkgpyexecdir
 
15215
+PYTHON_LIBS
 
15216
+PYTHON_LIB_LOC
 
15217
+PYTHON_CFLAGS
 
15218
+PYTHON_EXTRA_LIBS
 
15219
+PYGTK_CFLAGS
 
15220
+PYGTK_LIBS
 
15221
+PYGTK_DEFSDIR
 
15222
+PYGTK_CODEGEN
 
15223
+PYGTK_H2DEF
 
15224
+NO_STRICT_ALIASING_CFLAGS
 
15225
+ENABLE_PYTHON_TRUE
 
15226
+ENABLE_PYTHON_FALSE
 
15227
+VALA_CFLAGS
 
15228
+VALA_LIBS
 
15229
+VALAC
 
15230
+ENABLE_VALA_TRUE
 
15231
+ENABLE_VALA_FALSE
 
15232
+LIBGALAGO_CFLAGS
 
15233
+LIBGALAGO_LIBS
 
15234
+MEDIA_PLAYER_KEYS_CFLAGS
 
15235
+MEDIA_PLAYER_KEYS_LIBS
 
15236
+LIRC_LIBS
 
15237
+GMYTH_CFLAGS
 
15238
+GMYTH_LIBS
 
15239
+BBC_CFLAGS
 
15240
+BBC_LIBS
 
15241
+BEMUSED_CFLAGS
 
15242
+BEMUSED_LIBS
 
15243
+LIBEPC_CFLAGS
 
15244
+LIBEPC_LIBS
 
15245
+TRACKER_CFLAGS
 
15246
+TRACKER_LIBS
 
15247
+GLIB_CFLAGS
 
15248
+GLIB_LIBS
 
15249
+ALL_PLUGINS
 
15250
+PLUGINS
 
15251
+BROWSER_PLUGIN_DIR
 
15252
+BROWSER_PLUGIN_CFLAGS
 
15253
+BROWSER_PLUGIN_LIBS
 
15254
+DBUS_CFLAGS
 
15255
+DBUS_LIBS
 
15256
+DBUS_BIND
 
15257
+SN_CFLAGS
 
15258
+SN_LIBS
 
15259
+ENABLE_BROWSER_PLUGINS_TRUE
 
15260
+ENABLE_BROWSER_PLUGINS_FALSE
 
15261
+ENABLE_BASIC_PLUGIN_TRUE
 
15262
+ENABLE_BASIC_PLUGIN_FALSE
 
15263
+ENABLE_GMP_PLUGIN_TRUE
 
15264
+ENABLE_GMP_PLUGIN_FALSE
 
15265
+ENABLE_COMPLEX_PLUGIN_TRUE
 
15266
+ENABLE_COMPLEX_PLUGIN_FALSE
 
15267
+ENABLE_NARROWSPACE_PLUGIN_TRUE
 
15268
+ENABLE_NARROWSPACE_PLUGIN_FALSE
 
15269
+ENABLE_MULLY_PLUGIN_TRUE
 
15270
+ENABLE_MULLY_PLUGIN_FALSE
 
15271
+ENABLE_CONE_PLUGIN_TRUE
 
15272
+ENABLE_CONE_PLUGIN_FALSE
 
15273
+NAUTILUS_CFLAGS
 
15274
+NAUTILUS_LIBS
 
15275
+NAUTILUSDIR
 
15276
+HAVE_NAUTILUS_TRUE
 
15277
+HAVE_NAUTILUS_FALSE
 
15278
+WITH_DBUS_TRUE
 
15279
+WITH_DBUS_FALSE
 
15280
+GCONFTOOL
 
15281
+GCONF_SCHEMA_CONFIG_SOURCE
 
15282
+GCONF_SCHEMA_FILE_DIR
 
15283
+GCONF_SCHEMAS_INSTALL_TRUE
 
15284
+GCONF_SCHEMAS_INSTALL_FALSE
 
15285
+ACLOCAL_AMFLAGS
 
15286
+WARN_CFLAGS
 
15287
+WARN_CXXFLAGS
 
15288
+MAINTAINER_MODE_TRUE
 
15289
+MAINTAINER_MODE_FALSE
 
15290
+MAINT
 
15291
+DISABLE_DEPRECATED
 
15292
+FULL_LIBEXECDIR
 
15293
+AM_CPPFLAGS
 
15294
+AM_CFLAGS
 
15295
+AM_CXXFLAGS
 
15296
+AM_LDFLAGS
 
15297
+LIBOBJS
 
15298
+LTLIBOBJS'
 
15299
+ac_subst_files=''
 
15300
+      ac_precious_vars='build_alias
 
15301
+host_alias
 
15302
+target_alias
 
15303
+CC
 
15304
+CFLAGS
 
15305
+LDFLAGS
 
15306
+LIBS
 
15307
+CPPFLAGS
 
15308
+CPP
 
15309
+PKG_CONFIG
 
15310
+CXX
 
15311
+CXXFLAGS
 
15312
+CCC
 
15313
 CXXCPP
 
15314
-F77
 
15315
-FFLAGS
 
15316
 NVTV_CFLAGS
 
15317
 NVTV_LIBS
 
15318
 MISSING_PLUGINS_CFLAGS
 
15319
@@ -1157,6 +1090,8 @@
 
15320
 MEDIA_PLAYER_KEYS_LIBS
 
15321
 GMYTH_CFLAGS
 
15322
 GMYTH_LIBS
 
15323
+BBC_CFLAGS
 
15324
+BBC_LIBS
 
15325
 BEMUSED_CFLAGS
 
15326
 BEMUSED_LIBS
 
15327
 LIBEPC_CFLAGS
 
15328
@@ -1179,8 +1114,6 @@
 
15329
 # Initialize some variables set by options.
 
15330
 ac_init_help=
 
15331
 ac_init_version=false
 
15332
-ac_unrecognized_opts=
 
15333
-ac_unrecognized_sep=
 
15334
 # The variables have the same names as the options, with
 
15335
 # dashes changed to underlines.
 
15336
 cache_file=/dev/null
 
15337
@@ -1279,21 +1212,13 @@
 
15338
     datarootdir=$ac_optarg ;;
 
15339
 
 
15340
   -disable-* | --disable-*)
 
15341
-    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
 
15342
+    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
 
15343
     # Reject names that are not valid shell variable names.
 
15344
-    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
15345
-      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
 
15346
+    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
15347
+      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
 
15348
    { (exit 1); exit 1; }; }
 
15349
-    ac_useropt_orig=$ac_useropt
 
15350
-    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
15351
-    case $ac_user_opts in
 
15352
-      *"
 
15353
-"enable_$ac_useropt"
 
15354
-"*) ;;
 
15355
-      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
 
15356
-        ac_unrecognized_sep=', ';;
 
15357
-    esac
 
15358
-    eval enable_$ac_useropt=no ;;
 
15359
+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
 
15360
+    eval enable_$ac_feature=no ;;
 
15361
 
 
15362
   -docdir | --docdir | --docdi | --doc | --do)
 
15363
     ac_prev=docdir ;;
 
15364
@@ -1306,21 +1231,13 @@
 
15365
     dvidir=$ac_optarg ;;
 
15366
 
 
15367
   -enable-* | --enable-*)
 
15368
-    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
 
15369
+    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
 
15370
     # Reject names that are not valid shell variable names.
 
15371
-    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
15372
-      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
 
15373
+    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
15374
+      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
 
15375
    { (exit 1); exit 1; }; }
 
15376
-    ac_useropt_orig=$ac_useropt
 
15377
-    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
15378
-    case $ac_user_opts in
 
15379
-      *"
 
15380
-"enable_$ac_useropt"
 
15381
-"*) ;;
 
15382
-      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
 
15383
-        ac_unrecognized_sep=', ';;
 
15384
-    esac
 
15385
-    eval enable_$ac_useropt=\$ac_optarg ;;
 
15386
+    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
 
15387
+    eval enable_$ac_feature=\$ac_optarg ;;
 
15388
 
 
15389
   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
 
15390
   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
 
15391
@@ -1511,38 +1428,22 @@
 
15392
     ac_init_version=: ;;
 
15393
 
 
15394
   -with-* | --with-*)
 
15395
-    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
 
15396
+    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
 
15397
     # Reject names that are not valid shell variable names.
 
15398
-    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
15399
-      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
 
15400
+    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
15401
+      { echo "$as_me: error: invalid package name: $ac_package" >&2
 
15402
    { (exit 1); exit 1; }; }
 
15403
-    ac_useropt_orig=$ac_useropt
 
15404
-    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
15405
-    case $ac_user_opts in
 
15406
-      *"
 
15407
-"with_$ac_useropt"
 
15408
-"*) ;;
 
15409
-      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
 
15410
-        ac_unrecognized_sep=', ';;
 
15411
-    esac
 
15412
-    eval with_$ac_useropt=\$ac_optarg ;;
 
15413
+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
 
15414
+    eval with_$ac_package=\$ac_optarg ;;
 
15415
 
 
15416
   -without-* | --without-*)
 
15417
-    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
 
15418
+    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
 
15419
     # Reject names that are not valid shell variable names.
 
15420
-    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
15421
-      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
 
15422
+    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
15423
+      { echo "$as_me: error: invalid package name: $ac_package" >&2
 
15424
    { (exit 1); exit 1; }; }
 
15425
-    ac_useropt_orig=$ac_useropt
 
15426
-    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
15427
-    case $ac_user_opts in
 
15428
-      *"
 
15429
-"with_$ac_useropt"
 
15430
-"*) ;;
 
15431
-      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
 
15432
-        ac_unrecognized_sep=', ';;
 
15433
-    esac
 
15434
-    eval with_$ac_useropt=no ;;
 
15435
+    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
 
15436
+    eval with_$ac_package=no ;;
 
15437
 
 
15438
   --x)
 
15439
     # Obsolete; use --with-x.
 
15440
@@ -1562,7 +1463,7 @@
 
15441
   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
 
15442
     x_libraries=$ac_optarg ;;
 
15443
 
 
15444
-  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
 
15445
+  -*) { echo "$as_me: error: unrecognized option: $ac_option
 
15446
 Try \`$0 --help' for more information." >&2
 
15447
    { (exit 1); exit 1; }; }
 
15448
     ;;
 
15449
@@ -1571,16 +1472,16 @@
 
15450
     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
 
15451
     # Reject names that are not valid shell variable names.
 
15452
     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
 
15453
-      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
 
15454
+      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
 
15455
    { (exit 1); exit 1; }; }
 
15456
     eval $ac_envvar=\$ac_optarg
 
15457
     export $ac_envvar ;;
 
15458
 
 
15459
   *)
 
15460
     # FIXME: should be removed in autoconf 3.0.
 
15461
-    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
 
15462
+    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
 
15463
     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
 
15464
-      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
 
15465
+      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
 
15466
     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
 
15467
     ;;
 
15468
 
 
15469
@@ -1589,38 +1490,22 @@
 
15470
 
 
15471
 if test -n "$ac_prev"; then
 
15472
   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
 
15473
-  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
 
15474
+  { echo "$as_me: error: missing argument to $ac_option" >&2
 
15475
    { (exit 1); exit 1; }; }
 
15476
 fi
 
15477
 
 
15478
-if test -n "$ac_unrecognized_opts"; then
 
15479
-  case $enable_option_checking in
 
15480
-    no) ;;
 
15481
-    fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
 
15482
-   { (exit 1); exit 1; }; } ;;
 
15483
-    *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
 
15484
-  esac
 
15485
-fi
 
15486
-
 
15487
-# Check all directory arguments for consistency.
 
15488
+# Be sure to have absolute directory names.
 
15489
 for ac_var in  exec_prefix prefix bindir sbindir libexecdir datarootdir \
 
15490
                datadir sysconfdir sharedstatedir localstatedir includedir \
 
15491
                oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
 
15492
                libdir localedir mandir
 
15493
 do
 
15494
   eval ac_val=\$$ac_var
 
15495
-  # Remove trailing slashes.
 
15496
-  case $ac_val in
 
15497
-    */ )
 
15498
-      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
 
15499
-      eval $ac_var=\$ac_val;;
 
15500
-  esac
 
15501
-  # Be sure to have absolute directory names.
 
15502
   case $ac_val in
 
15503
     [\\/$]* | ?:[\\/]* )  continue;;
 
15504
     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
 
15505
   esac
 
15506
-  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
 
15507
+  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
 
15508
    { (exit 1); exit 1; }; }
 
15509
 done
 
15510
 
 
15511
@@ -1635,7 +1520,7 @@
 
15512
 if test "x$host_alias" != x; then
 
15513
   if test "x$build_alias" = x; then
 
15514
     cross_compiling=maybe
 
15515
-    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
 
15516
+    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
 
15517
     If a cross compiler is detected then cross compile mode will be used." >&2
 
15518
   elif test "x$build_alias" != "x$host_alias"; then
 
15519
     cross_compiling=yes
 
15520
@@ -1651,10 +1536,10 @@
 
15521
 ac_pwd=`pwd` && test -n "$ac_pwd" &&
 
15522
 ac_ls_di=`ls -di .` &&
 
15523
 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
 
15524
-  { $as_echo "$as_me: error: working directory cannot be determined" >&2
 
15525
+  { echo "$as_me: error: Working directory cannot be determined" >&2
 
15526
    { (exit 1); exit 1; }; }
 
15527
 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
 
15528
-  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
 
15529
+  { echo "$as_me: error: pwd does not report name of working directory" >&2
 
15530
    { (exit 1); exit 1; }; }
 
15531
 
 
15532
 
 
15533
@@ -1662,12 +1547,12 @@
 
15534
 if test -z "$srcdir"; then
 
15535
   ac_srcdir_defaulted=yes
 
15536
   # Try the directory containing this script, then the parent directory.
 
15537
-  ac_confdir=`$as_dirname -- "$as_myself" ||
 
15538
-$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
15539
-        X"$as_myself" : 'X\(//\)[^/]' \| \
 
15540
-        X"$as_myself" : 'X\(//\)$' \| \
 
15541
-        X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
 
15542
-$as_echo X"$as_myself" |
 
15543
+  ac_confdir=`$as_dirname -- "$0" ||
 
15544
+$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
15545
+        X"$0" : 'X\(//\)[^/]' \| \
 
15546
+        X"$0" : 'X\(//\)$' \| \
 
15547
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 
15548
+echo X"$0" |
 
15549
     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
15550
            s//\1/
 
15551
            q
 
15552
@@ -1694,12 +1579,12 @@
 
15553
 fi
 
15554
 if test ! -r "$srcdir/$ac_unique_file"; then
 
15555
   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
 
15556
-  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
 
15557
+  { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
 
15558
    { (exit 1); exit 1; }; }
 
15559
 fi
 
15560
 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
 
15561
 ac_abs_confdir=`(
 
15562
-       cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
 
15563
+       cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
 
15564
    { (exit 1); exit 1; }; }
 
15565
        pwd)`
 
15566
 # When building in place, set srcdir=.
 
15567
@@ -1748,9 +1633,9 @@
 
15568
 
 
15569
 Installation directories:
 
15570
   --prefix=PREFIX         install architecture-independent files in PREFIX
 
15571
-                          [$ac_default_prefix]
 
15572
+                         [$ac_default_prefix]
 
15573
   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
 
15574
-                          [PREFIX]
 
15575
+                         [PREFIX]
 
15576
 
 
15577
 By default, \`make install' will install all the files in
 
15578
 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
 
15579
@@ -1760,25 +1645,25 @@
 
15580
 For better control, use the options below.
 
15581
 
 
15582
 Fine tuning of the installation directories:
 
15583
-  --bindir=DIR            user executables [EPREFIX/bin]
 
15584
-  --sbindir=DIR           system admin executables [EPREFIX/sbin]
 
15585
-  --libexecdir=DIR        program executables [EPREFIX/libexec]
 
15586
-  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
 
15587
-  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
 
15588
-  --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
 
15589
-  --libdir=DIR            object code libraries [EPREFIX/lib]
 
15590
-  --includedir=DIR        C header files [PREFIX/include]
 
15591
-  --oldincludedir=DIR     C header files for non-gcc [/usr/include]
 
15592
-  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
 
15593
-  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
 
15594
-  --infodir=DIR           info documentation [DATAROOTDIR/info]
 
15595
-  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
 
15596
-  --mandir=DIR            man documentation [DATAROOTDIR/man]
 
15597
-  --docdir=DIR            documentation root [DATAROOTDIR/doc/totem]
 
15598
-  --htmldir=DIR           html documentation [DOCDIR]
 
15599
-  --dvidir=DIR            dvi documentation [DOCDIR]
 
15600
-  --pdfdir=DIR            pdf documentation [DOCDIR]
 
15601
-  --psdir=DIR             ps documentation [DOCDIR]
 
15602
+  --bindir=DIR           user executables [EPREFIX/bin]
 
15603
+  --sbindir=DIR          system admin executables [EPREFIX/sbin]
 
15604
+  --libexecdir=DIR       program executables [EPREFIX/libexec]
 
15605
+  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
 
15606
+  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
 
15607
+  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
 
15608
+  --libdir=DIR           object code libraries [EPREFIX/lib]
 
15609
+  --includedir=DIR       C header files [PREFIX/include]
 
15610
+  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
 
15611
+  --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
 
15612
+  --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
 
15613
+  --infodir=DIR          info documentation [DATAROOTDIR/info]
 
15614
+  --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
 
15615
+  --mandir=DIR           man documentation [DATAROOTDIR/man]
 
15616
+  --docdir=DIR           documentation root [DATAROOTDIR/doc/totem]
 
15617
+  --htmldir=DIR          html documentation [DOCDIR]
 
15618
+  --dvidir=DIR           dvi documentation [DOCDIR]
 
15619
+  --pdfdir=DIR           pdf documentation [DOCDIR]
 
15620
+  --psdir=DIR            ps documentation [DOCDIR]
 
15621
 _ACEOF
 
15622
 
 
15623
   cat <<\_ACEOF
 
15624
@@ -1805,7 +1690,6 @@
 
15625
   cat <<\_ACEOF
 
15626
 
 
15627
 Optional Features:
 
15628
-  --disable-option-checking  ignore unrecognized --enable/--with options
 
15629
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
 
15630
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
 
15631
   --disable-dependency-tracking  speeds up one-time build
 
15632
@@ -1861,10 +1745,9 @@
 
15633
   --with-omf-dir=DIR      path to OMF files
 
15634
   --with-help-formats=FORMATS
 
15635
                           list of formats
 
15636
-  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
 
15637
   --with-pic              try to use only PIC/non-PIC objects [default=use
 
15638
                           both]
 
15639
-  --with-tags[=TAGS]      include additional configurations [automatic]
 
15640
+  --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
 
15641
   --with-x                use the X Window System
 
15642
   --with-plugins          Which Totem plugins to compile (default: auto;
 
15643
                           "all", "none" and "autodetect" are valid)
 
15644
@@ -1887,8 +1770,6 @@
 
15645
   CXX         C++ compiler command
 
15646
   CXXFLAGS    C++ compiler flags
 
15647
   CXXCPP      C++ preprocessor
 
15648
-  F77         Fortran 77 compiler command
 
15649
-  FFLAGS      Fortran 77 compiler flags
 
15650
   NVTV_CFLAGS C compiler flags for NVTV, overriding pkg-config
 
15651
   NVTV_LIBS   linker flags for NVTV, overriding pkg-config
 
15652
   MISSING_PLUGINS_CFLAGS
 
15653
@@ -1928,6 +1809,8 @@
 
15654
   GMYTH_CFLAGS
 
15655
               C compiler flags for GMYTH, overriding pkg-config
 
15656
   GMYTH_LIBS  linker flags for GMYTH, overriding pkg-config
 
15657
+  BBC_CFLAGS  C compiler flags for BBC, overriding pkg-config
 
15658
+  BBC_LIBS    linker flags for BBC, overriding pkg-config
 
15659
   BEMUSED_CFLAGS
 
15660
               C compiler flags for BEMUSED, overriding pkg-config
 
15661
   BEMUSED_LIBS
 
15662
@@ -1967,17 +1850,15 @@
 
15663
 if test "$ac_init_help" = "recursive"; then
 
15664
   # If there are subdirs, report their specific --help.
 
15665
   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
 
15666
-    test -d "$ac_dir" ||
 
15667
-      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
 
15668
-      continue
 
15669
+    test -d "$ac_dir" || continue
 
15670
     ac_builddir=.
 
15671
 
 
15672
 case "$ac_dir" in
 
15673
 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
15674
 *)
 
15675
-  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
 
15676
+  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 
15677
   # A ".." for each directory in $ac_dir_suffix.
 
15678
-  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
 
15679
+  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 
15680
   case $ac_top_builddir_sub in
 
15681
   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
15682
   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 
15683
@@ -2013,7 +1894,7 @@
 
15684
       echo &&
 
15685
       $SHELL "$ac_srcdir/configure" --help=recursive
 
15686
     else
 
15687
-      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
 
15688
+      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
 
15689
     fi || ac_status=$?
 
15690
     cd "$ac_pwd" || { ac_status=$?; break; }
 
15691
   done
 
15692
@@ -2023,10 +1904,10 @@
 
15693
 if $ac_init_version; then
 
15694
   cat <<\_ACEOF
 
15695
 totem configure 2.24.3
 
15696
-generated by GNU Autoconf 2.63
 
15697
+generated by GNU Autoconf 2.61
 
15698
 
 
15699
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 
15700
-2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
15701
+2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
15702
 This configure script is free software; the Free Software Foundation
 
15703
 gives unlimited permission to copy, distribute and modify it.
 
15704
 _ACEOF
 
15705
@@ -2037,7 +1918,7 @@
 
15706
 running configure, to aid debugging if configure makes a mistake.
 
15707
 
 
15708
 It was created by totem $as_me 2.24.3, which was
 
15709
-generated by GNU Autoconf 2.63.  Invocation command line was
 
15710
+generated by GNU Autoconf 2.61.  Invocation command line was
 
15711
 
 
15712
   $ $0 $@
 
15713
 
 
15714
@@ -2073,7 +1954,7 @@
 
15715
 do
 
15716
   IFS=$as_save_IFS
 
15717
   test -z "$as_dir" && as_dir=.
 
15718
-  $as_echo "PATH: $as_dir"
 
15719
+  echo "PATH: $as_dir"
 
15720
 done
 
15721
 IFS=$as_save_IFS
 
15722
 
 
15723
@@ -2108,7 +1989,7 @@
 
15724
     | -silent | --silent | --silen | --sile | --sil)
 
15725
       continue ;;
 
15726
     *\'*)
 
15727
-      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
15728
+      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
15729
     esac
 
15730
     case $ac_pass in
 
15731
     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
 
15732
@@ -2160,12 +2041,11 @@
 
15733
     case $ac_val in #(
 
15734
     *${as_nl}*)
 
15735
       case $ac_var in #(
 
15736
-      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
 
15737
-$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
 
15738
+      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
 
15739
+echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
 
15740
       esac
 
15741
       case $ac_var in #(
 
15742
       _ | IFS | as_nl) ;; #(
 
15743
-      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
 
15744
       *) $as_unset $ac_var ;;
 
15745
       esac ;;
 
15746
     esac
 
15747
@@ -2195,9 +2075,9 @@
 
15748
     do
 
15749
       eval ac_val=\$$ac_var
 
15750
       case $ac_val in
 
15751
-      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 
15752
+      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 
15753
       esac
 
15754
-      $as_echo "$ac_var='\''$ac_val'\''"
 
15755
+      echo "$ac_var='\''$ac_val'\''"
 
15756
     done | sort
 
15757
     echo
 
15758
 
 
15759
@@ -2212,9 +2092,9 @@
 
15760
       do
 
15761
        eval ac_val=\$$ac_var
 
15762
        case $ac_val in
 
15763
-       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 
15764
+       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
 
15765
        esac
 
15766
-       $as_echo "$ac_var='\''$ac_val'\''"
 
15767
+       echo "$ac_var='\''$ac_val'\''"
 
15768
       done | sort
 
15769
       echo
 
15770
     fi
 
15771
@@ -2230,8 +2110,8 @@
 
15772
       echo
 
15773
     fi
 
15774
     test "$ac_signal" != 0 &&
 
15775
-      $as_echo "$as_me: caught signal $ac_signal"
 
15776
-    $as_echo "$as_me: exit $exit_status"
 
15777
+      echo "$as_me: caught signal $ac_signal"
 
15778
+    echo "$as_me: exit $exit_status"
 
15779
   } >&5
 
15780
   rm -f core *.core core.conftest.* &&
 
15781
     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
 
15782
@@ -2273,24 +2153,21 @@
 
15783
 
 
15784
 
 
15785
 # Let the site file select an alternate cache file if it wants to.
 
15786
-# Prefer an explicitly selected file to automatically selected ones.
 
15787
-ac_site_file1=NONE
 
15788
-ac_site_file2=NONE
 
15789
+# Prefer explicitly selected file to automatically selected ones.
 
15790
 if test -n "$CONFIG_SITE"; then
 
15791
-  ac_site_file1=$CONFIG_SITE
 
15792
+  set x "$CONFIG_SITE"
 
15793
 elif test "x$prefix" != xNONE; then
 
15794
-  ac_site_file1=$prefix/share/config.site
 
15795
-  ac_site_file2=$prefix/etc/config.site
 
15796
+  set x "$prefix/share/config.site" "$prefix/etc/config.site"
 
15797
 else
 
15798
-  ac_site_file1=$ac_default_prefix/share/config.site
 
15799
-  ac_site_file2=$ac_default_prefix/etc/config.site
 
15800
+  set x "$ac_default_prefix/share/config.site" \
 
15801
+       "$ac_default_prefix/etc/config.site"
 
15802
 fi
 
15803
-for ac_site_file in "$ac_site_file1" "$ac_site_file2"
 
15804
+shift
 
15805
+for ac_site_file
 
15806
 do
 
15807
-  test "x$ac_site_file" = xNONE && continue
 
15808
   if test -r "$ac_site_file"; then
 
15809
-    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
 
15810
-$as_echo "$as_me: loading site script $ac_site_file" >&6;}
 
15811
+    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
 
15812
+echo "$as_me: loading site script $ac_site_file" >&6;}
 
15813
     sed 's/^/| /' "$ac_site_file" >&5
 
15814
     . "$ac_site_file"
 
15815
   fi
 
15816
@@ -2300,16 +2177,16 @@
 
15817
   # Some versions of bash will fail to source /dev/null (special
 
15818
   # files actually), so we avoid doing that.
 
15819
   if test -f "$cache_file"; then
 
15820
-    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
 
15821
-$as_echo "$as_me: loading cache $cache_file" >&6;}
 
15822
+    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
 
15823
+echo "$as_me: loading cache $cache_file" >&6;}
 
15824
     case $cache_file in
 
15825
       [\\/]* | ?:[\\/]* ) . "$cache_file";;
 
15826
       *)                      . "./$cache_file";;
 
15827
     esac
 
15828
   fi
 
15829
 else
 
15830
-  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
 
15831
-$as_echo "$as_me: creating cache $cache_file" >&6;}
 
15832
+  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
 
15833
+echo "$as_me: creating cache $cache_file" >&6;}
 
15834
   >$cache_file
 
15835
 fi
 
15836
 
 
15837
@@ -2323,38 +2200,29 @@
 
15838
   eval ac_new_val=\$ac_env_${ac_var}_value
 
15839
   case $ac_old_set,$ac_new_set in
 
15840
     set,)
 
15841
-      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
 
15842
-$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
 
15843
+      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
 
15844
+echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
 
15845
       ac_cache_corrupted=: ;;
 
15846
     ,set)
 
15847
-      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
 
15848
-$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
 
15849
+      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
 
15850
+echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
 
15851
       ac_cache_corrupted=: ;;
 
15852
     ,);;
 
15853
     *)
 
15854
       if test "x$ac_old_val" != "x$ac_new_val"; then
 
15855
-       # differences in whitespace do not lead to failure.
 
15856
-       ac_old_val_w=`echo x $ac_old_val`
 
15857
-       ac_new_val_w=`echo x $ac_new_val`
 
15858
-       if test "$ac_old_val_w" != "$ac_new_val_w"; then
 
15859
-         { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
 
15860
-$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
 
15861
-         ac_cache_corrupted=:
 
15862
-       else
 
15863
-         { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
 
15864
-$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
 
15865
-         eval $ac_var=\$ac_old_val
 
15866
-       fi
 
15867
-       { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
 
15868
-$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
 
15869
-       { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
 
15870
-$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
 
15871
+       { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
 
15872
+echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
 
15873
+       { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
 
15874
+echo "$as_me:   former value:  $ac_old_val" >&2;}
 
15875
+       { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
 
15876
+echo "$as_me:   current value: $ac_new_val" >&2;}
 
15877
+       ac_cache_corrupted=:
 
15878
       fi;;
 
15879
   esac
 
15880
   # Pass precious variables to config.status.
 
15881
   if test "$ac_new_set" = set; then
 
15882
     case $ac_new_val in
 
15883
-    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
 
15884
+    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
 
15885
     *) ac_arg=$ac_var=$ac_new_val ;;
 
15886
     esac
 
15887
     case " $ac_configure_args " in
 
15888
@@ -2364,12 +2232,10 @@
 
15889
   fi
 
15890
 done
 
15891
 if $ac_cache_corrupted; then
 
15892
-  { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
15893
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
15894
-  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
 
15895
-$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
 
15896
-  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
 
15897
-$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
 
15898
+  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
 
15899
+echo "$as_me: error: changes in the environment can compromise the build" >&2;}
 
15900
+  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
 
15901
+echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
 
15902
    { (exit 1); exit 1; }; }
 
15903
 fi
 
15904
 
 
15905
@@ -2428,8 +2294,8 @@
 
15906
   fi
 
15907
 done
 
15908
 if test -z "$ac_aux_dir"; then
 
15909
-  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
 
15910
-$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
 
15911
+  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
 
15912
+echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
 
15913
    { (exit 1); exit 1; }; }
 
15914
 fi
 
15915
 
 
15916
@@ -2455,12 +2321,11 @@
 
15917
 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 
15918
 # OS/2's system install, which has a completely different semantic
 
15919
 # ./install, which can be erroneously created by make from ./install.sh.
 
15920
-# Reject install programs that cannot install multiple files.
 
15921
-{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 
15922
-$as_echo_n "checking for a BSD-compatible install... " >&6; }
 
15923
+{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 
15924
+echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
 
15925
 if test -z "$INSTALL"; then
 
15926
 if test "${ac_cv_path_install+set}" = set; then
 
15927
-  $as_echo_n "(cached) " >&6
 
15928
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
15929
 else
 
15930
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
15931
 for as_dir in $PATH
 
15932
@@ -2489,29 +2354,17 @@
 
15933
            # program-specific install script used by HP pwplus--don't use.
 
15934
            :
 
15935
          else
 
15936
-           rm -rf conftest.one conftest.two conftest.dir
 
15937
-           echo one > conftest.one
 
15938
-           echo two > conftest.two
 
15939
-           mkdir conftest.dir
 
15940
-           if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
 
15941
-             test -s conftest.one && test -s conftest.two &&
 
15942
-             test -s conftest.dir/conftest.one &&
 
15943
-             test -s conftest.dir/conftest.two
 
15944
-           then
 
15945
-             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
 
15946
-             break 3
 
15947
-           fi
 
15948
+           ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
 
15949
+           break 3
 
15950
          fi
 
15951
        fi
 
15952
       done
 
15953
     done
 
15954
     ;;
 
15955
 esac
 
15956
-
 
15957
 done
 
15958
 IFS=$as_save_IFS
 
15959
 
 
15960
-rm -rf conftest.one conftest.two conftest.dir
 
15961
 
 
15962
 fi
 
15963
   if test "${ac_cv_path_install+set}" = set; then
 
15964
@@ -2524,8 +2377,8 @@
 
15965
     INSTALL=$ac_install_sh
 
15966
   fi
 
15967
 fi
 
15968
-{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
 
15969
-$as_echo "$INSTALL" >&6; }
 
15970
+{ echo "$as_me:$LINENO: result: $INSTALL" >&5
 
15971
+echo "${ECHO_T}$INSTALL" >&6; }
 
15972
 
 
15973
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
 
15974
 # It thinks the first close brace ends the variable substitution.
 
15975
@@ -2535,8 +2388,8 @@
 
15976
 
 
15977
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 
15978
 
 
15979
-{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
 
15980
-$as_echo_n "checking whether build environment is sane... " >&6; }
 
15981
+{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5
 
15982
+echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
 
15983
 # Just in case
 
15984
 sleep 1
 
15985
 echo timestamp > conftest.file
 
15986
@@ -2559,9 +2412,9 @@
 
15987
       # if, for instance, CONFIG_SHELL is bash and it inherits a
 
15988
       # broken ls alias from the environment.  This has actually
 
15989
       # happened.  Such a system could not be considered "sane".
 
15990
-      { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
 
15991
+      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
 
15992
 alias in your environment" >&5
 
15993
-$as_echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
 
15994
+echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
 
15995
 alias in your environment" >&2;}
 
15996
    { (exit 1); exit 1; }; }
 
15997
    fi
 
15998
@@ -2572,23 +2425,26 @@
 
15999
    # Ok.
 
16000
    :
 
16001
 else
 
16002
-   { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
 
16003
+   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
 
16004
 Check your system clock" >&5
 
16005
-$as_echo "$as_me: error: newly created file is older than distributed files!
 
16006
+echo "$as_me: error: newly created file is older than distributed files!
 
16007
 Check your system clock" >&2;}
 
16008
    { (exit 1); exit 1; }; }
 
16009
 fi
 
16010
-{ $as_echo "$as_me:$LINENO: result: yes" >&5
 
16011
-$as_echo "yes" >&6; }
 
16012
+{ echo "$as_me:$LINENO: result: yes" >&5
 
16013
+echo "${ECHO_T}yes" >&6; }
 
16014
 test "$program_prefix" != NONE &&
 
16015
   program_transform_name="s&^&$program_prefix&;$program_transform_name"
 
16016
 # Use a double $ so make ignores it.
 
16017
 test "$program_suffix" != NONE &&
 
16018
   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
 
16019
-# Double any \ or $.
 
16020
+# Double any \ or $.  echo might interpret backslashes.
 
16021
 # By default was `s,x,x', remove it if useless.
 
16022
-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
 
16023
-program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
 
16024
+cat <<\_ACEOF >conftest.sed
 
16025
+s/[\\$]/&&/g;s/;s,x,x,$//
 
16026
+_ACEOF
 
16027
+program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
 
16028
+rm -f conftest.sed
 
16029
 
 
16030
 # expand $ac_aux_dir to an absolute path
 
16031
 am_aux_dir=`cd $ac_aux_dir && pwd`
 
16032
@@ -2599,15 +2455,15 @@
 
16033
   am_missing_run="$MISSING --run "
 
16034
 else
 
16035
   am_missing_run=
 
16036
-  { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
 
16037
-$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
 
16038
+  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
 
16039
+echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
 
16040
 fi
 
16041
 
 
16042
-{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
 
16043
-$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
 
16044
+{ echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
 
16045
+echo $ECHO_N "checking for a thread-safe mkdir -p... $ECHO_C" >&6; }
 
16046
 if test -z "$MKDIR_P"; then
 
16047
   if test "${ac_cv_path_mkdir+set}" = set; then
 
16048
-  $as_echo_n "(cached) " >&6
 
16049
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
16050
 else
 
16051
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
16052
 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
 
16053
@@ -2642,8 +2498,8 @@
 
16054
     MKDIR_P="$ac_install_sh -d"
 
16055
   fi
 
16056
 fi
 
16057
-{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
 
16058
-$as_echo "$MKDIR_P" >&6; }
 
16059
+{ echo "$as_me:$LINENO: result: $MKDIR_P" >&5
 
16060
+echo "${ECHO_T}$MKDIR_P" >&6; }
 
16061
 
 
16062
 mkdir_p="$MKDIR_P"
 
16063
 case $mkdir_p in
 
16064
@@ -2655,10 +2511,10 @@
 
16065
 do
 
16066
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 
16067
 set dummy $ac_prog; ac_word=$2
 
16068
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
16069
-$as_echo_n "checking for $ac_word... " >&6; }
 
16070
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
16071
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
16072
 if test "${ac_cv_prog_AWK+set}" = set; then
 
16073
-  $as_echo_n "(cached) " >&6
 
16074
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
16075
 else
 
16076
   if test -n "$AWK"; then
 
16077
   ac_cv_prog_AWK="$AWK" # Let the user override the test.
 
16078
@@ -2671,7 +2527,7 @@
 
16079
   for ac_exec_ext in '' $ac_executable_extensions; do
 
16080
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
16081
     ac_cv_prog_AWK="$ac_prog"
 
16082
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
16083
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
16084
     break 2
 
16085
   fi
 
16086
 done
 
16087
@@ -2682,23 +2538,22 @@
 
16088
 fi
 
16089
 AWK=$ac_cv_prog_AWK
 
16090
 if test -n "$AWK"; then
 
16091
-  { $as_echo "$as_me:$LINENO: result: $AWK" >&5
 
16092
-$as_echo "$AWK" >&6; }
 
16093
+  { echo "$as_me:$LINENO: result: $AWK" >&5
 
16094
+echo "${ECHO_T}$AWK" >&6; }
 
16095
 else
 
16096
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
16097
-$as_echo "no" >&6; }
 
16098
+  { echo "$as_me:$LINENO: result: no" >&5
 
16099
+echo "${ECHO_T}no" >&6; }
 
16100
 fi
 
16101
 
 
16102
 
 
16103
   test -n "$AWK" && break
 
16104
 done
 
16105
 
 
16106
-{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
 
16107
-$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
 
16108
-set x ${MAKE-make}
 
16109
-ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
 
16110
+{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
 
16111
+echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
 
16112
+set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
 
16113
 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
 
16114
-  $as_echo_n "(cached) " >&6
 
16115
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
16116
 else
 
16117
   cat >conftest.make <<\_ACEOF
 
16118
 SHELL = /bin/sh
 
16119
@@ -2715,12 +2570,12 @@
 
16120
 rm -f conftest.make
 
16121
 fi
 
16122
 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
 
16123
-  { $as_echo "$as_me:$LINENO: result: yes" >&5
 
16124
-$as_echo "yes" >&6; }
 
16125
+  { echo "$as_me:$LINENO: result: yes" >&5
 
16126
+echo "${ECHO_T}yes" >&6; }
 
16127
   SET_MAKE=
 
16128
 else
 
16129
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
16130
-$as_echo "no" >&6; }
 
16131
+  { echo "$as_me:$LINENO: result: no" >&5
 
16132
+echo "${ECHO_T}no" >&6; }
 
16133
   SET_MAKE="MAKE=${MAKE-make}"
 
16134
 fi
 
16135
 
 
16136
@@ -2739,8 +2594,8 @@
 
16137
   am__isrc=' -I$(srcdir)'
 
16138
   # test to see if srcdir already configured
 
16139
   if test -f $srcdir/config.status; then
 
16140
-    { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
 
16141
-$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
 
16142
+    { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
 
16143
+echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
 
16144
    { (exit 1); exit 1; }; }
 
16145
   fi
 
16146
 fi
 
16147
@@ -2795,10 +2650,10 @@
 
16148
   if test -n "$ac_tool_prefix"; then
 
16149
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 
16150
 set dummy ${ac_tool_prefix}strip; ac_word=$2
 
16151
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
16152
-$as_echo_n "checking for $ac_word... " >&6; }
 
16153
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
16154
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
16155
 if test "${ac_cv_prog_STRIP+set}" = set; then
 
16156
-  $as_echo_n "(cached) " >&6
 
16157
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
16158
 else
 
16159
   if test -n "$STRIP"; then
 
16160
   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
 
16161
@@ -2811,7 +2666,7 @@
 
16162
   for ac_exec_ext in '' $ac_executable_extensions; do
 
16163
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
16164
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
 
16165
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
16166
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
16167
     break 2
 
16168
   fi
 
16169
 done
 
16170
@@ -2822,11 +2677,11 @@
 
16171
 fi
 
16172
 STRIP=$ac_cv_prog_STRIP
 
16173
 if test -n "$STRIP"; then
 
16174
-  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
 
16175
-$as_echo "$STRIP" >&6; }
 
16176
+  { echo "$as_me:$LINENO: result: $STRIP" >&5
 
16177
+echo "${ECHO_T}$STRIP" >&6; }
 
16178
 else
 
16179
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
16180
-$as_echo "no" >&6; }
 
16181
+  { echo "$as_me:$LINENO: result: no" >&5
 
16182
+echo "${ECHO_T}no" >&6; }
 
16183
 fi
 
16184
 
 
16185
 
 
16186
@@ -2835,10 +2690,10 @@
 
16187
   ac_ct_STRIP=$STRIP
 
16188
   # Extract the first word of "strip", so it can be a program name with args.
 
16189
 set dummy strip; ac_word=$2
 
16190
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
16191
-$as_echo_n "checking for $ac_word... " >&6; }
 
16192
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
16193
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
16194
 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
 
16195
-  $as_echo_n "(cached) " >&6
 
16196
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
16197
 else
 
16198
   if test -n "$ac_ct_STRIP"; then
 
16199
   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
 
16200
@@ -2851,7 +2706,7 @@
 
16201
   for ac_exec_ext in '' $ac_executable_extensions; do
 
16202
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
16203
     ac_cv_prog_ac_ct_STRIP="strip"
 
16204
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
16205
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
16206
     break 2
 
16207
   fi
 
16208
 done
 
16209
@@ -2862,11 +2717,11 @@
 
16210
 fi
 
16211
 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
 
16212
 if test -n "$ac_ct_STRIP"; then
 
16213
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 
16214
-$as_echo "$ac_ct_STRIP" >&6; }
 
16215
+  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 
16216
+echo "${ECHO_T}$ac_ct_STRIP" >&6; }
 
16217
 else
 
16218
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
16219
-$as_echo "no" >&6; }
 
16220
+  { echo "$as_me:$LINENO: result: no" >&5
 
16221
+echo "${ECHO_T}no" >&6; }
 
16222
 fi
 
16223
 
 
16224
   if test "x$ac_ct_STRIP" = x; then
 
16225
@@ -2874,8 +2729,12 @@
 
16226
   else
 
16227
     case $cross_compiling:$ac_tool_warned in
 
16228
 yes:)
 
16229
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
16230
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
16231
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
16232
+whose name does not start with the host triplet.  If you think this
 
16233
+configuration is useful to you, please write to autoconf@gnu.org." >&5
 
16234
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
16235
+whose name does not start with the host triplet.  If you think this
 
16236
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
16237
 ac_tool_warned=yes ;;
 
16238
 esac
 
16239
     STRIP=$ac_ct_STRIP
 
16240
@@ -2919,8 +2778,8 @@
 
16241
 .PHONY: am__doit
 
16242
 END
 
16243
 # If we don't find an include directive, just comment out the code.
 
16244
-{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
 
16245
-$as_echo_n "checking for style of include used by $am_make... " >&6; }
 
16246
+{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
 
16247
+echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; }
 
16248
 am__include="#"
 
16249
 am__quote=
 
16250
 _am_result=none
 
16251
@@ -2947,8 +2806,8 @@
 
16252
 fi
 
16253
 
 
16254
 
 
16255
-{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5
 
16256
-$as_echo "$_am_result" >&6; }
 
16257
+{ echo "$as_me:$LINENO: result: $_am_result" >&5
 
16258
+echo "${ECHO_T}$_am_result" >&6; }
 
16259
 rm -f confinc confmf
 
16260
 
 
16261
 # Check whether --enable-dependency-tracking was given.
 
16262
@@ -2977,10 +2836,10 @@
 
16263
 if test -n "$ac_tool_prefix"; then
 
16264
   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
 
16265
 set dummy ${ac_tool_prefix}gcc; ac_word=$2
 
16266
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
16267
-$as_echo_n "checking for $ac_word... " >&6; }
 
16268
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
16269
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
16270
 if test "${ac_cv_prog_CC+set}" = set; then
 
16271
-  $as_echo_n "(cached) " >&6
 
16272
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
16273
 else
 
16274
   if test -n "$CC"; then
 
16275
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
16276
@@ -2993,7 +2852,7 @@
 
16277
   for ac_exec_ext in '' $ac_executable_extensions; do
 
16278
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
16279
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
 
16280
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
16281
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
16282
     break 2
 
16283
   fi
 
16284
 done
 
16285
@@ -3004,11 +2863,11 @@
 
16286
 fi
 
16287
 CC=$ac_cv_prog_CC
 
16288
 if test -n "$CC"; then
 
16289
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
16290
-$as_echo "$CC" >&6; }
 
16291
+  { echo "$as_me:$LINENO: result: $CC" >&5
 
16292
+echo "${ECHO_T}$CC" >&6; }
 
16293
 else
 
16294
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
16295
-$as_echo "no" >&6; }
 
16296
+  { echo "$as_me:$LINENO: result: no" >&5
 
16297
+echo "${ECHO_T}no" >&6; }
 
16298
 fi
 
16299
 
 
16300
 
 
16301
@@ -3017,10 +2876,10 @@
 
16302
   ac_ct_CC=$CC
 
16303
   # Extract the first word of "gcc", so it can be a program name with args.
 
16304
 set dummy gcc; ac_word=$2
 
16305
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
16306
-$as_echo_n "checking for $ac_word... " >&6; }
 
16307
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
16308
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
16309
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 
16310
-  $as_echo_n "(cached) " >&6
 
16311
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
16312
 else
 
16313
   if test -n "$ac_ct_CC"; then
 
16314
   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
 
16315
@@ -3033,7 +2892,7 @@
 
16316
   for ac_exec_ext in '' $ac_executable_extensions; do
 
16317
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
16318
     ac_cv_prog_ac_ct_CC="gcc"
 
16319
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
16320
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
16321
     break 2
 
16322
   fi
 
16323
 done
 
16324
@@ -3044,11 +2903,11 @@
 
16325
 fi
 
16326
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 
16327
 if test -n "$ac_ct_CC"; then
 
16328
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
16329
-$as_echo "$ac_ct_CC" >&6; }
 
16330
+  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
16331
+echo "${ECHO_T}$ac_ct_CC" >&6; }
 
16332
 else
 
16333
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
16334
-$as_echo "no" >&6; }
 
16335
+  { echo "$as_me:$LINENO: result: no" >&5
 
16336
+echo "${ECHO_T}no" >&6; }
 
16337
 fi
 
16338
 
 
16339
   if test "x$ac_ct_CC" = x; then
 
16340
@@ -3056,8 +2915,12 @@
 
16341
   else
 
16342
     case $cross_compiling:$ac_tool_warned in
 
16343
 yes:)
 
16344
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
16345
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
16346
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
16347
+whose name does not start with the host triplet.  If you think this
 
16348
+configuration is useful to you, please write to autoconf@gnu.org." >&5
 
16349
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
16350
+whose name does not start with the host triplet.  If you think this
 
16351
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
16352
 ac_tool_warned=yes ;;
 
16353
 esac
 
16354
     CC=$ac_ct_CC
 
16355
@@ -3070,10 +2933,10 @@
 
16356
           if test -n "$ac_tool_prefix"; then
 
16357
     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
 
16358
 set dummy ${ac_tool_prefix}cc; ac_word=$2
 
16359
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
16360
-$as_echo_n "checking for $ac_word... " >&6; }
 
16361
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
16362
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
16363
 if test "${ac_cv_prog_CC+set}" = set; then
 
16364
-  $as_echo_n "(cached) " >&6
 
16365
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
16366
 else
 
16367
   if test -n "$CC"; then
 
16368
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
16369
@@ -3086,7 +2949,7 @@
 
16370
   for ac_exec_ext in '' $ac_executable_extensions; do
 
16371
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
16372
     ac_cv_prog_CC="${ac_tool_prefix}cc"
 
16373
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
16374
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
16375
     break 2
 
16376
   fi
 
16377
 done
 
16378
@@ -3097,11 +2960,11 @@
 
16379
 fi
 
16380
 CC=$ac_cv_prog_CC
 
16381
 if test -n "$CC"; then
 
16382
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
16383
-$as_echo "$CC" >&6; }
 
16384
+  { echo "$as_me:$LINENO: result: $CC" >&5
 
16385
+echo "${ECHO_T}$CC" >&6; }
 
16386
 else
 
16387
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
16388
-$as_echo "no" >&6; }
 
16389
+  { echo "$as_me:$LINENO: result: no" >&5
 
16390
+echo "${ECHO_T}no" >&6; }
 
16391
 fi
 
16392
 
 
16393
 
 
16394
@@ -3110,10 +2973,10 @@
 
16395
 if test -z "$CC"; then
 
16396
   # Extract the first word of "cc", so it can be a program name with args.
 
16397
 set dummy cc; ac_word=$2
 
16398
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
16399
-$as_echo_n "checking for $ac_word... " >&6; }
 
16400
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
16401
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
16402
 if test "${ac_cv_prog_CC+set}" = set; then
 
16403
-  $as_echo_n "(cached) " >&6
 
16404
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
16405
 else
 
16406
   if test -n "$CC"; then
 
16407
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
16408
@@ -3131,7 +2994,7 @@
 
16409
        continue
 
16410
      fi
 
16411
     ac_cv_prog_CC="cc"
 
16412
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
16413
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
16414
     break 2
 
16415
   fi
 
16416
 done
 
16417
@@ -3154,11 +3017,11 @@
 
16418
 fi
 
16419
 CC=$ac_cv_prog_CC
 
16420
 if test -n "$CC"; then
 
16421
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
16422
-$as_echo "$CC" >&6; }
 
16423
+  { echo "$as_me:$LINENO: result: $CC" >&5
 
16424
+echo "${ECHO_T}$CC" >&6; }
 
16425
 else
 
16426
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
16427
-$as_echo "no" >&6; }
 
16428
+  { echo "$as_me:$LINENO: result: no" >&5
 
16429
+echo "${ECHO_T}no" >&6; }
 
16430
 fi
 
16431
 
 
16432
 
 
16433
@@ -3169,10 +3032,10 @@
 
16434
   do
 
16435
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 
16436
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 
16437
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
16438
-$as_echo_n "checking for $ac_word... " >&6; }
 
16439
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
16440
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
16441
 if test "${ac_cv_prog_CC+set}" = set; then
 
16442
-  $as_echo_n "(cached) " >&6
 
16443
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
16444
 else
 
16445
   if test -n "$CC"; then
 
16446
   ac_cv_prog_CC="$CC" # Let the user override the test.
 
16447
@@ -3185,7 +3048,7 @@
 
16448
   for ac_exec_ext in '' $ac_executable_extensions; do
 
16449
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
16450
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
 
16451
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
16452
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
16453
     break 2
 
16454
   fi
 
16455
 done
 
16456
@@ -3196,11 +3059,11 @@
 
16457
 fi
 
16458
 CC=$ac_cv_prog_CC
 
16459
 if test -n "$CC"; then
 
16460
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
16461
-$as_echo "$CC" >&6; }
 
16462
+  { echo "$as_me:$LINENO: result: $CC" >&5
 
16463
+echo "${ECHO_T}$CC" >&6; }
 
16464
 else
 
16465
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
16466
-$as_echo "no" >&6; }
 
16467
+  { echo "$as_me:$LINENO: result: no" >&5
 
16468
+echo "${ECHO_T}no" >&6; }
 
16469
 fi
 
16470
 
 
16471
 
 
16472
@@ -3213,10 +3076,10 @@
 
16473
 do
 
16474
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 
16475
 set dummy $ac_prog; ac_word=$2
 
16476
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
16477
-$as_echo_n "checking for $ac_word... " >&6; }
 
16478
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
16479
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
16480
 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 
16481
-  $as_echo_n "(cached) " >&6
 
16482
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
16483
 else
 
16484
   if test -n "$ac_ct_CC"; then
 
16485
   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
 
16486
@@ -3229,7 +3092,7 @@
 
16487
   for ac_exec_ext in '' $ac_executable_extensions; do
 
16488
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
16489
     ac_cv_prog_ac_ct_CC="$ac_prog"
 
16490
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
16491
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
16492
     break 2
 
16493
   fi
 
16494
 done
 
16495
@@ -3240,11 +3103,11 @@
 
16496
 fi
 
16497
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 
16498
 if test -n "$ac_ct_CC"; then
 
16499
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
16500
-$as_echo "$ac_ct_CC" >&6; }
 
16501
+  { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
16502
+echo "${ECHO_T}$ac_ct_CC" >&6; }
 
16503
 else
 
16504
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
16505
-$as_echo "no" >&6; }
 
16506
+  { echo "$as_me:$LINENO: result: no" >&5
 
16507
+echo "${ECHO_T}no" >&6; }
 
16508
 fi
 
16509
 
 
16510
 
 
16511
@@ -3256,8 +3119,12 @@
 
16512
   else
 
16513
     case $cross_compiling:$ac_tool_warned in
 
16514
 yes:)
 
16515
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
16516
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
16517
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
16518
+whose name does not start with the host triplet.  If you think this
 
16519
+configuration is useful to you, please write to autoconf@gnu.org." >&5
 
16520
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
16521
+whose name does not start with the host triplet.  If you think this
 
16522
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
16523
 ac_tool_warned=yes ;;
 
16524
 esac
 
16525
     CC=$ac_ct_CC
 
16526
@@ -3267,50 +3134,44 @@
 
16527
 fi
 
16528
 
 
16529
 
 
16530
-test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
16531
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
16532
-{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
 
16533
+test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
 
16534
 See \`config.log' for more details." >&5
 
16535
-$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
 
16536
+echo "$as_me: error: no acceptable C compiler found in \$PATH
 
16537
 See \`config.log' for more details." >&2;}
 
16538
-   { (exit 1); exit 1; }; }; }
 
16539
+   { (exit 1); exit 1; }; }
 
16540
 
 
16541
 # Provide some information about the compiler.
 
16542
-$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
 
16543
-set X $ac_compile
 
16544
-ac_compiler=$2
 
16545
+echo "$as_me:$LINENO: checking for C compiler version" >&5
 
16546
+ac_compiler=`set X $ac_compile; echo $2`
 
16547
 { (ac_try="$ac_compiler --version >&5"
 
16548
 case "(($ac_try" in
 
16549
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
16550
   *) ac_try_echo=$ac_try;;
 
16551
 esac
 
16552
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
16553
-$as_echo "$ac_try_echo") >&5
 
16554
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
16555
   (eval "$ac_compiler --version >&5") 2>&5
 
16556
   ac_status=$?
 
16557
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16558
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16559
   (exit $ac_status); }
 
16560
 { (ac_try="$ac_compiler -v >&5"
 
16561
 case "(($ac_try" in
 
16562
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
16563
   *) ac_try_echo=$ac_try;;
 
16564
 esac
 
16565
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
16566
-$as_echo "$ac_try_echo") >&5
 
16567
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
16568
   (eval "$ac_compiler -v >&5") 2>&5
 
16569
   ac_status=$?
 
16570
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16571
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16572
   (exit $ac_status); }
 
16573
 { (ac_try="$ac_compiler -V >&5"
 
16574
 case "(($ac_try" in
 
16575
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
16576
   *) ac_try_echo=$ac_try;;
 
16577
 esac
 
16578
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
16579
-$as_echo "$ac_try_echo") >&5
 
16580
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
16581
   (eval "$ac_compiler -V >&5") 2>&5
 
16582
   ac_status=$?
 
16583
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16584
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16585
   (exit $ac_status); }
 
16586
 
 
16587
 cat >conftest.$ac_ext <<_ACEOF
 
16588
@@ -3329,22 +3190,27 @@
 
16589
 }
 
16590
 _ACEOF
 
16591
 ac_clean_files_save=$ac_clean_files
 
16592
-ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
 
16593
+ac_clean_files="$ac_clean_files a.out a.exe b.out"
 
16594
 # Try to create an executable without -o first, disregard a.out.
 
16595
 # It will help us diagnose broken compilers, and finding out an intuition
 
16596
 # of exeext.
 
16597
-{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
 
16598
-$as_echo_n "checking for C compiler default output file name... " >&6; }
 
16599
-ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
 
16600
-
 
16601
-# The possible output files:
 
16602
-ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
 
16603
-
 
16604
+{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
 
16605
+echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
 
16606
+ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
 
16607
+#
 
16608
+# List of possible output files, starting from the most likely.
 
16609
+# The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
 
16610
+# only as a last resort.  b.out is created by i960 compilers.
 
16611
+ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
 
16612
+#
 
16613
+# The IRIX 6 linker writes into existing files which may not be
 
16614
+# executable, retaining their permissions.  Remove them first so a
 
16615
+# subsequent execution test works.
 
16616
 ac_rmfiles=
 
16617
 for ac_file in $ac_files
 
16618
 do
 
16619
   case $ac_file in
 
16620
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
 
16621
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
 
16622
     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
 
16623
   esac
 
16624
 done
 
16625
@@ -3355,11 +3221,10 @@
 
16626
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
16627
   *) ac_try_echo=$ac_try;;
 
16628
 esac
 
16629
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
16630
-$as_echo "$ac_try_echo") >&5
 
16631
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
16632
   (eval "$ac_link_default") 2>&5
 
16633
   ac_status=$?
 
16634
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16635
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16636
   (exit $ac_status); }; then
 
16637
   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
 
16638
 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
 
16639
@@ -3370,7 +3235,7 @@
 
16640
 do
 
16641
   test -f "$ac_file" || continue
 
16642
   case $ac_file in
 
16643
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
 
16644
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
 
16645
        ;;
 
16646
     [ab].out )
 
16647
        # We found the default executable, but exeext='' is most
 
16648
@@ -3397,27 +3262,25 @@
 
16649
   ac_file=''
 
16650
 fi
 
16651
 
 
16652
-{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
 
16653
-$as_echo "$ac_file" >&6; }
 
16654
+{ echo "$as_me:$LINENO: result: $ac_file" >&5
 
16655
+echo "${ECHO_T}$ac_file" >&6; }
 
16656
 if test -z "$ac_file"; then
 
16657
-  $as_echo "$as_me: failed program was:" >&5
 
16658
+  echo "$as_me: failed program was:" >&5
 
16659
 sed 's/^/| /' conftest.$ac_ext >&5
 
16660
 
 
16661
-{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
16662
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
16663
-{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
 
16664
+{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
 
16665
 See \`config.log' for more details." >&5
 
16666
-$as_echo "$as_me: error: C compiler cannot create executables
 
16667
+echo "$as_me: error: C compiler cannot create executables
 
16668
 See \`config.log' for more details." >&2;}
 
16669
-   { (exit 77); exit 77; }; }; }
 
16670
+   { (exit 77); exit 77; }; }
 
16671
 fi
 
16672
 
 
16673
 ac_exeext=$ac_cv_exeext
 
16674
 
 
16675
 # Check that the compiler produces executables we can run.  If not, either
 
16676
 # the compiler is broken, or we cross compile.
 
16677
-{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
 
16678
-$as_echo_n "checking whether the C compiler works... " >&6; }
 
16679
+{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5
 
16680
+echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
 
16681
 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
 
16682
 # If not cross compiling, check that we can run a simple program.
 
16683
 if test "$cross_compiling" != yes; then
 
16684
@@ -3426,53 +3289,49 @@
 
16685
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
16686
   *) ac_try_echo=$ac_try;;
 
16687
 esac
 
16688
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
16689
-$as_echo "$ac_try_echo") >&5
 
16690
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
16691
   (eval "$ac_try") 2>&5
 
16692
   ac_status=$?
 
16693
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16694
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16695
   (exit $ac_status); }; }; then
 
16696
     cross_compiling=no
 
16697
   else
 
16698
     if test "$cross_compiling" = maybe; then
 
16699
        cross_compiling=yes
 
16700
     else
 
16701
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
16702
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
16703
-{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
 
16704
+       { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
 
16705
 If you meant to cross compile, use \`--host'.
 
16706
 See \`config.log' for more details." >&5
 
16707
-$as_echo "$as_me: error: cannot run C compiled programs.
 
16708
+echo "$as_me: error: cannot run C compiled programs.
 
16709
 If you meant to cross compile, use \`--host'.
 
16710
 See \`config.log' for more details." >&2;}
 
16711
-   { (exit 1); exit 1; }; }; }
 
16712
+   { (exit 1); exit 1; }; }
 
16713
     fi
 
16714
   fi
 
16715
 fi
 
16716
-{ $as_echo "$as_me:$LINENO: result: yes" >&5
 
16717
-$as_echo "yes" >&6; }
 
16718
+{ echo "$as_me:$LINENO: result: yes" >&5
 
16719
+echo "${ECHO_T}yes" >&6; }
 
16720
 
 
16721
-rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
 
16722
+rm -f a.out a.exe conftest$ac_cv_exeext b.out
 
16723
 ac_clean_files=$ac_clean_files_save
 
16724
 # Check that the compiler produces executables we can run.  If not, either
 
16725
 # the compiler is broken, or we cross compile.
 
16726
-{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
 
16727
-$as_echo_n "checking whether we are cross compiling... " >&6; }
 
16728
-{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
 
16729
-$as_echo "$cross_compiling" >&6; }
 
16730
+{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
 
16731
+echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
 
16732
+{ echo "$as_me:$LINENO: result: $cross_compiling" >&5
 
16733
+echo "${ECHO_T}$cross_compiling" >&6; }
 
16734
 
 
16735
-{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
 
16736
-$as_echo_n "checking for suffix of executables... " >&6; }
 
16737
+{ echo "$as_me:$LINENO: checking for suffix of executables" >&5
 
16738
+echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
 
16739
 if { (ac_try="$ac_link"
 
16740
 case "(($ac_try" in
 
16741
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
16742
   *) ac_try_echo=$ac_try;;
 
16743
 esac
 
16744
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
16745
-$as_echo "$ac_try_echo") >&5
 
16746
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
16747
   (eval "$ac_link") 2>&5
 
16748
   ac_status=$?
 
16749
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16750
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16751
   (exit $ac_status); }; then
 
16752
   # If both `conftest.exe' and `conftest' are `present' (well, observable)
 
16753
 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
 
16754
@@ -3481,33 +3340,31 @@
 
16755
 for ac_file in conftest.exe conftest conftest.*; do
 
16756
   test -f "$ac_file" || continue
 
16757
   case $ac_file in
 
16758
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
 
16759
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
 
16760
     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
 
16761
          break;;
 
16762
     * ) break;;
 
16763
   esac
 
16764
 done
 
16765
 else
 
16766
-  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
16767
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
16768
-{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
 
16769
+  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
 
16770
 See \`config.log' for more details." >&5
 
16771
-$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
 
16772
+echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
 
16773
 See \`config.log' for more details." >&2;}
 
16774
-   { (exit 1); exit 1; }; }; }
 
16775
+   { (exit 1); exit 1; }; }
 
16776
 fi
 
16777
 
 
16778
 rm -f conftest$ac_cv_exeext
 
16779
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
 
16780
-$as_echo "$ac_cv_exeext" >&6; }
 
16781
+{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
 
16782
+echo "${ECHO_T}$ac_cv_exeext" >&6; }
 
16783
 
 
16784
 rm -f conftest.$ac_ext
 
16785
 EXEEXT=$ac_cv_exeext
 
16786
 ac_exeext=$EXEEXT
 
16787
-{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
 
16788
-$as_echo_n "checking for suffix of object files... " >&6; }
 
16789
+{ echo "$as_me:$LINENO: checking for suffix of object files" >&5
 
16790
+echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
 
16791
 if test "${ac_cv_objext+set}" = set; then
 
16792
-  $as_echo_n "(cached) " >&6
 
16793
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
16794
 else
 
16795
   cat >conftest.$ac_ext <<_ACEOF
 
16796
 /* confdefs.h.  */
 
16797
@@ -3530,43 +3387,40 @@
 
16798
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
16799
   *) ac_try_echo=$ac_try;;
 
16800
 esac
 
16801
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
16802
-$as_echo "$ac_try_echo") >&5
 
16803
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
16804
   (eval "$ac_compile") 2>&5
 
16805
   ac_status=$?
 
16806
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16807
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16808
   (exit $ac_status); }; then
 
16809
   for ac_file in conftest.o conftest.obj conftest.*; do
 
16810
   test -f "$ac_file" || continue;
 
16811
   case $ac_file in
 
16812
-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
 
16813
+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
 
16814
     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
 
16815
        break;;
 
16816
   esac
 
16817
 done
 
16818
 else
 
16819
-  $as_echo "$as_me: failed program was:" >&5
 
16820
+  echo "$as_me: failed program was:" >&5
 
16821
 sed 's/^/| /' conftest.$ac_ext >&5
 
16822
 
 
16823
-{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
16824
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
16825
-{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
 
16826
+{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
 
16827
 See \`config.log' for more details." >&5
 
16828
-$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
 
16829
+echo "$as_me: error: cannot compute suffix of object files: cannot compile
 
16830
 See \`config.log' for more details." >&2;}
 
16831
-   { (exit 1); exit 1; }; }; }
 
16832
+   { (exit 1); exit 1; }; }
 
16833
 fi
 
16834
 
 
16835
 rm -f conftest.$ac_cv_objext conftest.$ac_ext
 
16836
 fi
 
16837
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
 
16838
-$as_echo "$ac_cv_objext" >&6; }
 
16839
+{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
 
16840
+echo "${ECHO_T}$ac_cv_objext" >&6; }
 
16841
 OBJEXT=$ac_cv_objext
 
16842
 ac_objext=$OBJEXT
 
16843
-{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
 
16844
-$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
 
16845
+{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
 
16846
+echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
 
16847
 if test "${ac_cv_c_compiler_gnu+set}" = set; then
 
16848
-  $as_echo_n "(cached) " >&6
 
16849
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
16850
 else
 
16851
   cat >conftest.$ac_ext <<_ACEOF
 
16852
 /* confdefs.h.  */
 
16853
@@ -3592,21 +3446,20 @@
 
16854
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
16855
   *) ac_try_echo=$ac_try;;
 
16856
 esac
 
16857
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
16858
-$as_echo "$ac_try_echo") >&5
 
16859
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
16860
   (eval "$ac_compile") 2>conftest.er1
 
16861
   ac_status=$?
 
16862
   grep -v '^ *+' conftest.er1 >conftest.err
 
16863
   rm -f conftest.er1
 
16864
   cat conftest.err >&5
 
16865
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16866
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16867
   (exit $ac_status); } && {
 
16868
         test -z "$ac_c_werror_flag" ||
 
16869
         test ! -s conftest.err
 
16870
        } && test -s conftest.$ac_objext; then
 
16871
   ac_compiler_gnu=yes
 
16872
 else
 
16873
-  $as_echo "$as_me: failed program was:" >&5
 
16874
+  echo "$as_me: failed program was:" >&5
 
16875
 sed 's/^/| /' conftest.$ac_ext >&5
 
16876
 
 
16877
        ac_compiler_gnu=no
 
16878
@@ -3616,19 +3469,15 @@
 
16879
 ac_cv_c_compiler_gnu=$ac_compiler_gnu
 
16880
 
 
16881
 fi
 
16882
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
 
16883
-$as_echo "$ac_cv_c_compiler_gnu" >&6; }
 
16884
-if test $ac_compiler_gnu = yes; then
 
16885
-  GCC=yes
 
16886
-else
 
16887
-  GCC=
 
16888
-fi
 
16889
+{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
 
16890
+echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
 
16891
+GCC=`test $ac_compiler_gnu = yes && echo yes`
 
16892
 ac_test_CFLAGS=${CFLAGS+set}
 
16893
 ac_save_CFLAGS=$CFLAGS
 
16894
-{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
 
16895
-$as_echo_n "checking whether $CC accepts -g... " >&6; }
 
16896
+{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
 
16897
+echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
 
16898
 if test "${ac_cv_prog_cc_g+set}" = set; then
 
16899
-  $as_echo_n "(cached) " >&6
 
16900
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
16901
 else
 
16902
   ac_save_c_werror_flag=$ac_c_werror_flag
 
16903
    ac_c_werror_flag=yes
 
16904
@@ -3655,21 +3504,20 @@
 
16905
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
16906
   *) ac_try_echo=$ac_try;;
 
16907
 esac
 
16908
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
16909
-$as_echo "$ac_try_echo") >&5
 
16910
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
16911
   (eval "$ac_compile") 2>conftest.er1
 
16912
   ac_status=$?
 
16913
   grep -v '^ *+' conftest.er1 >conftest.err
 
16914
   rm -f conftest.er1
 
16915
   cat conftest.err >&5
 
16916
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16917
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16918
   (exit $ac_status); } && {
 
16919
         test -z "$ac_c_werror_flag" ||
 
16920
         test ! -s conftest.err
 
16921
        } && test -s conftest.$ac_objext; then
 
16922
   ac_cv_prog_cc_g=yes
 
16923
 else
 
16924
-  $as_echo "$as_me: failed program was:" >&5
 
16925
+  echo "$as_me: failed program was:" >&5
 
16926
 sed 's/^/| /' conftest.$ac_ext >&5
 
16927
 
 
16928
        CFLAGS=""
 
16929
@@ -3694,21 +3542,20 @@
 
16930
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
16931
   *) ac_try_echo=$ac_try;;
 
16932
 esac
 
16933
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
16934
-$as_echo "$ac_try_echo") >&5
 
16935
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
16936
   (eval "$ac_compile") 2>conftest.er1
 
16937
   ac_status=$?
 
16938
   grep -v '^ *+' conftest.er1 >conftest.err
 
16939
   rm -f conftest.er1
 
16940
   cat conftest.err >&5
 
16941
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16942
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16943
   (exit $ac_status); } && {
 
16944
         test -z "$ac_c_werror_flag" ||
 
16945
         test ! -s conftest.err
 
16946
        } && test -s conftest.$ac_objext; then
 
16947
   :
 
16948
 else
 
16949
-  $as_echo "$as_me: failed program was:" >&5
 
16950
+  echo "$as_me: failed program was:" >&5
 
16951
 sed 's/^/| /' conftest.$ac_ext >&5
 
16952
 
 
16953
        ac_c_werror_flag=$ac_save_c_werror_flag
 
16954
@@ -3734,21 +3581,20 @@
 
16955
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
16956
   *) ac_try_echo=$ac_try;;
 
16957
 esac
 
16958
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
16959
-$as_echo "$ac_try_echo") >&5
 
16960
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
16961
   (eval "$ac_compile") 2>conftest.er1
 
16962
   ac_status=$?
 
16963
   grep -v '^ *+' conftest.er1 >conftest.err
 
16964
   rm -f conftest.er1
 
16965
   cat conftest.err >&5
 
16966
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16967
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
16968
   (exit $ac_status); } && {
 
16969
         test -z "$ac_c_werror_flag" ||
 
16970
         test ! -s conftest.err
 
16971
        } && test -s conftest.$ac_objext; then
 
16972
   ac_cv_prog_cc_g=yes
 
16973
 else
 
16974
-  $as_echo "$as_me: failed program was:" >&5
 
16975
+  echo "$as_me: failed program was:" >&5
 
16976
 sed 's/^/| /' conftest.$ac_ext >&5
 
16977
 
 
16978
 
 
16979
@@ -3763,8 +3609,8 @@
 
16980
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
16981
    ac_c_werror_flag=$ac_save_c_werror_flag
 
16982
 fi
 
16983
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
 
16984
-$as_echo "$ac_cv_prog_cc_g" >&6; }
 
16985
+{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
 
16986
+echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
 
16987
 if test "$ac_test_CFLAGS" = set; then
 
16988
   CFLAGS=$ac_save_CFLAGS
 
16989
 elif test $ac_cv_prog_cc_g = yes; then
 
16990
@@ -3780,10 +3626,10 @@
 
16991
     CFLAGS=
 
16992
   fi
 
16993
 fi
 
16994
-{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
 
16995
-$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
 
16996
+{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
 
16997
+echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
 
16998
 if test "${ac_cv_prog_cc_c89+set}" = set; then
 
16999
-  $as_echo_n "(cached) " >&6
 
17000
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
17001
 else
 
17002
   ac_cv_prog_cc_c89=no
 
17003
 ac_save_CC=$CC
 
17004
@@ -3854,21 +3700,20 @@
 
17005
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
17006
   *) ac_try_echo=$ac_try;;
 
17007
 esac
 
17008
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
17009
-$as_echo "$ac_try_echo") >&5
 
17010
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
17011
   (eval "$ac_compile") 2>conftest.er1
 
17012
   ac_status=$?
 
17013
   grep -v '^ *+' conftest.er1 >conftest.err
 
17014
   rm -f conftest.er1
 
17015
   cat conftest.err >&5
 
17016
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17017
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17018
   (exit $ac_status); } && {
 
17019
         test -z "$ac_c_werror_flag" ||
 
17020
         test ! -s conftest.err
 
17021
        } && test -s conftest.$ac_objext; then
 
17022
   ac_cv_prog_cc_c89=$ac_arg
 
17023
 else
 
17024
-  $as_echo "$as_me: failed program was:" >&5
 
17025
+  echo "$as_me: failed program was:" >&5
 
17026
 sed 's/^/| /' conftest.$ac_ext >&5
 
17027
 
 
17028
 
 
17029
@@ -3884,15 +3729,15 @@
 
17030
 # AC_CACHE_VAL
 
17031
 case "x$ac_cv_prog_cc_c89" in
 
17032
   x)
 
17033
-    { $as_echo "$as_me:$LINENO: result: none needed" >&5
 
17034
-$as_echo "none needed" >&6; } ;;
 
17035
+    { echo "$as_me:$LINENO: result: none needed" >&5
 
17036
+echo "${ECHO_T}none needed" >&6; } ;;
 
17037
   xno)
 
17038
-    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
 
17039
-$as_echo "unsupported" >&6; } ;;
 
17040
+    { echo "$as_me:$LINENO: result: unsupported" >&5
 
17041
+echo "${ECHO_T}unsupported" >&6; } ;;
 
17042
   *)
 
17043
     CC="$CC $ac_cv_prog_cc_c89"
 
17044
-    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
 
17045
-$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
 
17046
+    { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
 
17047
+echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
 
17048
 esac
 
17049
 
 
17050
 
 
17051
@@ -3904,10 +3749,10 @@
 
17052
 
 
17053
 depcc="$CC"   am_compiler_list=
 
17054
 
 
17055
-{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
17056
-$as_echo_n "checking dependency style of $depcc... " >&6; }
 
17057
+{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
17058
+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
 
17059
 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
 
17060
-  $as_echo_n "(cached) " >&6
 
17061
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
17062
 else
 
17063
   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
17064
   # We make a subdir and do the tests there.  Otherwise we can end up
 
17065
@@ -3995,8 +3840,8 @@
 
17066
 fi
 
17067
 
 
17068
 fi
 
17069
-{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 
17070
-$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
 
17071
+{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 
17072
+echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; }
 
17073
 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
 
17074
 
 
17075
  if
 
17076
@@ -4016,15 +3861,15 @@
 
17077
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
17078
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
17079
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
17080
-{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
 
17081
-$as_echo_n "checking how to run the C preprocessor... " >&6; }
 
17082
+{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
 
17083
+echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
 
17084
 # On Suns, sometimes $CPP names a directory.
 
17085
 if test -n "$CPP" && test -d "$CPP"; then
 
17086
   CPP=
 
17087
 fi
 
17088
 if test -z "$CPP"; then
 
17089
   if test "${ac_cv_prog_CPP+set}" = set; then
 
17090
-  $as_echo_n "(cached) " >&6
 
17091
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
17092
 else
 
17093
       # Double quotes because CPP needs to be expanded
 
17094
     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
 
17095
@@ -4056,21 +3901,20 @@
 
17096
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
17097
   *) ac_try_echo=$ac_try;;
 
17098
 esac
 
17099
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
17100
-$as_echo "$ac_try_echo") >&5
 
17101
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
17102
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
17103
   ac_status=$?
 
17104
   grep -v '^ *+' conftest.er1 >conftest.err
 
17105
   rm -f conftest.er1
 
17106
   cat conftest.err >&5
 
17107
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17108
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17109
   (exit $ac_status); } >/dev/null && {
 
17110
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
17111
         test ! -s conftest.err
 
17112
        }; then
 
17113
   :
 
17114
 else
 
17115
-  $as_echo "$as_me: failed program was:" >&5
 
17116
+  echo "$as_me: failed program was:" >&5
 
17117
 sed 's/^/| /' conftest.$ac_ext >&5
 
17118
 
 
17119
   # Broken: fails on valid input.
 
17120
@@ -4094,14 +3938,13 @@
 
17121
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
17122
   *) ac_try_echo=$ac_try;;
 
17123
 esac
 
17124
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
17125
-$as_echo "$ac_try_echo") >&5
 
17126
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
17127
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
17128
   ac_status=$?
 
17129
   grep -v '^ *+' conftest.er1 >conftest.err
 
17130
   rm -f conftest.er1
 
17131
   cat conftest.err >&5
 
17132
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17133
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17134
   (exit $ac_status); } >/dev/null && {
 
17135
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
17136
         test ! -s conftest.err
 
17137
@@ -4109,7 +3952,7 @@
 
17138
   # Broken: success on invalid input.
 
17139
 continue
 
17140
 else
 
17141
-  $as_echo "$as_me: failed program was:" >&5
 
17142
+  echo "$as_me: failed program was:" >&5
 
17143
 sed 's/^/| /' conftest.$ac_ext >&5
 
17144
 
 
17145
   # Passes both tests.
 
17146
@@ -4134,8 +3977,8 @@
 
17147
 else
 
17148
   ac_cv_prog_CPP=$CPP
 
17149
 fi
 
17150
-{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
 
17151
-$as_echo "$CPP" >&6; }
 
17152
+{ echo "$as_me:$LINENO: result: $CPP" >&5
 
17153
+echo "${ECHO_T}$CPP" >&6; }
 
17154
 ac_preproc_ok=false
 
17155
 for ac_c_preproc_warn_flag in '' yes
 
17156
 do
 
17157
@@ -4163,21 +4006,20 @@
 
17158
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
17159
   *) ac_try_echo=$ac_try;;
 
17160
 esac
 
17161
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
17162
-$as_echo "$ac_try_echo") >&5
 
17163
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
17164
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
17165
   ac_status=$?
 
17166
   grep -v '^ *+' conftest.er1 >conftest.err
 
17167
   rm -f conftest.er1
 
17168
   cat conftest.err >&5
 
17169
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17170
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17171
   (exit $ac_status); } >/dev/null && {
 
17172
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
17173
         test ! -s conftest.err
 
17174
        }; then
 
17175
   :
 
17176
 else
 
17177
-  $as_echo "$as_me: failed program was:" >&5
 
17178
+  echo "$as_me: failed program was:" >&5
 
17179
 sed 's/^/| /' conftest.$ac_ext >&5
 
17180
 
 
17181
   # Broken: fails on valid input.
 
17182
@@ -4201,14 +4043,13 @@
 
17183
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
17184
   *) ac_try_echo=$ac_try;;
 
17185
 esac
 
17186
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
17187
-$as_echo "$ac_try_echo") >&5
 
17188
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
17189
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
17190
   ac_status=$?
 
17191
   grep -v '^ *+' conftest.er1 >conftest.err
 
17192
   rm -f conftest.er1
 
17193
   cat conftest.err >&5
 
17194
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17195
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17196
   (exit $ac_status); } >/dev/null && {
 
17197
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
17198
         test ! -s conftest.err
 
17199
@@ -4216,7 +4057,7 @@
 
17200
   # Broken: success on invalid input.
 
17201
 continue
 
17202
 else
 
17203
-  $as_echo "$as_me: failed program was:" >&5
 
17204
+  echo "$as_me: failed program was:" >&5
 
17205
 sed 's/^/| /' conftest.$ac_ext >&5
 
17206
 
 
17207
   # Passes both tests.
 
17208
@@ -4232,13 +4073,11 @@
 
17209
 if $ac_preproc_ok; then
 
17210
   :
 
17211
 else
 
17212
-  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
17213
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
17214
-{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
 
17215
+  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
 
17216
 See \`config.log' for more details." >&5
 
17217
-$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
 
17218
+echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
 
17219
 See \`config.log' for more details." >&2;}
 
17220
-   { (exit 1); exit 1; }; }; }
 
17221
+   { (exit 1); exit 1; }; }
 
17222
 fi
 
17223
 
 
17224
 ac_ext=c
 
17225
@@ -4248,37 +4087,42 @@
 
17226
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
17227
 
 
17228
 
 
17229
-{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
 
17230
-$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
 
17231
+{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
 
17232
+echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
 
17233
 if test "${ac_cv_path_GREP+set}" = set; then
 
17234
-  $as_echo_n "(cached) " >&6
 
17235
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
17236
+else
 
17237
+  # Extract the first word of "grep ggrep" to use in msg output
 
17238
+if test -z "$GREP"; then
 
17239
+set dummy grep ggrep; ac_prog_name=$2
 
17240
+if test "${ac_cv_path_GREP+set}" = set; then
 
17241
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
17242
 else
 
17243
-  if test -z "$GREP"; then
 
17244
   ac_path_GREP_found=false
 
17245
-  # Loop through the user's path and test for each of PROGNAME-LIST
 
17246
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
17247
+# Loop through the user's path and test for each of PROGNAME-LIST
 
17248
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
17249
 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
 
17250
 do
 
17251
   IFS=$as_save_IFS
 
17252
   test -z "$as_dir" && as_dir=.
 
17253
   for ac_prog in grep ggrep; do
 
17254
-    for ac_exec_ext in '' $ac_executable_extensions; do
 
17255
-      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
 
17256
-      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
 
17257
-# Check for GNU ac_path_GREP and select it if it is found.
 
17258
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
17259
+    ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
 
17260
+    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
 
17261
+    # Check for GNU ac_path_GREP and select it if it is found.
 
17262
   # Check for GNU $ac_path_GREP
 
17263
 case `"$ac_path_GREP" --version 2>&1` in
 
17264
 *GNU*)
 
17265
   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
 
17266
 *)
 
17267
   ac_count=0
 
17268
-  $as_echo_n 0123456789 >"conftest.in"
 
17269
+  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
 
17270
   while :
 
17271
   do
 
17272
     cat "conftest.in" "conftest.in" >"conftest.tmp"
 
17273
     mv "conftest.tmp" "conftest.in"
 
17274
     cp "conftest.in" "conftest.nl"
 
17275
-    $as_echo 'GREP' >> "conftest.nl"
 
17276
+    echo 'GREP' >> "conftest.nl"
 
17277
     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
 
17278
     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 
17279
     ac_count=`expr $ac_count + 1`
 
17280
@@ -4293,60 +4137,74 @@
 
17281
   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 
17282
 esac
 
17283
 
 
17284
-      $ac_path_GREP_found && break 3
 
17285
-    done
 
17286
+
 
17287
+    $ac_path_GREP_found && break 3
 
17288
   done
 
17289
 done
 
17290
+
 
17291
+done
 
17292
 IFS=$as_save_IFS
 
17293
-  if test -z "$ac_cv_path_GREP"; then
 
17294
-    { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 
17295
-$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 
17296
+
 
17297
+
 
17298
+fi
 
17299
+
 
17300
+GREP="$ac_cv_path_GREP"
 
17301
+if test -z "$GREP"; then
 
17302
+  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 
17303
+echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 
17304
    { (exit 1); exit 1; }; }
 
17305
-  fi
 
17306
+fi
 
17307
+
 
17308
 else
 
17309
   ac_cv_path_GREP=$GREP
 
17310
 fi
 
17311
 
 
17312
+
 
17313
 fi
 
17314
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
 
17315
-$as_echo "$ac_cv_path_GREP" >&6; }
 
17316
+{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
 
17317
+echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
 
17318
  GREP="$ac_cv_path_GREP"
 
17319
 
 
17320
 
 
17321
-{ $as_echo "$as_me:$LINENO: checking for egrep" >&5
 
17322
-$as_echo_n "checking for egrep... " >&6; }
 
17323
+{ echo "$as_me:$LINENO: checking for egrep" >&5
 
17324
+echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
 
17325
 if test "${ac_cv_path_EGREP+set}" = set; then
 
17326
-  $as_echo_n "(cached) " >&6
 
17327
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
17328
 else
 
17329
   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
 
17330
    then ac_cv_path_EGREP="$GREP -E"
 
17331
    else
 
17332
-     if test -z "$EGREP"; then
 
17333
+     # Extract the first word of "egrep" to use in msg output
 
17334
+if test -z "$EGREP"; then
 
17335
+set dummy egrep; ac_prog_name=$2
 
17336
+if test "${ac_cv_path_EGREP+set}" = set; then
 
17337
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
17338
+else
 
17339
   ac_path_EGREP_found=false
 
17340
-  # Loop through the user's path and test for each of PROGNAME-LIST
 
17341
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
17342
+# Loop through the user's path and test for each of PROGNAME-LIST
 
17343
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
17344
 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
 
17345
 do
 
17346
   IFS=$as_save_IFS
 
17347
   test -z "$as_dir" && as_dir=.
 
17348
   for ac_prog in egrep; do
 
17349
-    for ac_exec_ext in '' $ac_executable_extensions; do
 
17350
-      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
 
17351
-      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
 
17352
-# Check for GNU ac_path_EGREP and select it if it is found.
 
17353
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
17354
+    ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
 
17355
+    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
 
17356
+    # Check for GNU ac_path_EGREP and select it if it is found.
 
17357
   # Check for GNU $ac_path_EGREP
 
17358
 case `"$ac_path_EGREP" --version 2>&1` in
 
17359
 *GNU*)
 
17360
   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
 
17361
 *)
 
17362
   ac_count=0
 
17363
-  $as_echo_n 0123456789 >"conftest.in"
 
17364
+  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
 
17365
   while :
 
17366
   do
 
17367
     cat "conftest.in" "conftest.in" >"conftest.tmp"
 
17368
     mv "conftest.tmp" "conftest.in"
 
17369
     cp "conftest.in" "conftest.nl"
 
17370
-    $as_echo 'EGREP' >> "conftest.nl"
 
17371
+    echo 'EGREP' >> "conftest.nl"
 
17372
     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
 
17373
     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 
17374
     ac_count=`expr $ac_count + 1`
 
17375
@@ -4361,31 +4219,40 @@
 
17376
   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 
17377
 esac
 
17378
 
 
17379
-      $ac_path_EGREP_found && break 3
 
17380
-    done
 
17381
+
 
17382
+    $ac_path_EGREP_found && break 3
 
17383
   done
 
17384
 done
 
17385
+
 
17386
+done
 
17387
 IFS=$as_save_IFS
 
17388
-  if test -z "$ac_cv_path_EGREP"; then
 
17389
-    { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 
17390
-$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 
17391
+
 
17392
+
 
17393
+fi
 
17394
+
 
17395
+EGREP="$ac_cv_path_EGREP"
 
17396
+if test -z "$EGREP"; then
 
17397
+  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 
17398
+echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 
17399
    { (exit 1); exit 1; }; }
 
17400
-  fi
 
17401
+fi
 
17402
+
 
17403
 else
 
17404
   ac_cv_path_EGREP=$EGREP
 
17405
 fi
 
17406
 
 
17407
+
 
17408
    fi
 
17409
 fi
 
17410
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
 
17411
-$as_echo "$ac_cv_path_EGREP" >&6; }
 
17412
+{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
 
17413
+echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
 
17414
  EGREP="$ac_cv_path_EGREP"
 
17415
 
 
17416
 
 
17417
-{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
 
17418
-$as_echo_n "checking for ANSI C header files... " >&6; }
 
17419
+{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5
 
17420
+echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
 
17421
 if test "${ac_cv_header_stdc+set}" = set; then
 
17422
-  $as_echo_n "(cached) " >&6
 
17423
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
17424
 else
 
17425
   cat >conftest.$ac_ext <<_ACEOF
 
17426
 /* confdefs.h.  */
 
17427
@@ -4412,21 +4279,20 @@
 
17428
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
17429
   *) ac_try_echo=$ac_try;;
 
17430
 esac
 
17431
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
17432
-$as_echo "$ac_try_echo") >&5
 
17433
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
17434
   (eval "$ac_compile") 2>conftest.er1
 
17435
   ac_status=$?
 
17436
   grep -v '^ *+' conftest.er1 >conftest.err
 
17437
   rm -f conftest.er1
 
17438
   cat conftest.err >&5
 
17439
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17440
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17441
   (exit $ac_status); } && {
 
17442
         test -z "$ac_c_werror_flag" ||
 
17443
         test ! -s conftest.err
 
17444
        } && test -s conftest.$ac_objext; then
 
17445
   ac_cv_header_stdc=yes
 
17446
 else
 
17447
-  $as_echo "$as_me: failed program was:" >&5
 
17448
+  echo "$as_me: failed program was:" >&5
 
17449
 sed 's/^/| /' conftest.$ac_ext >&5
 
17450
 
 
17451
        ac_cv_header_stdc=no
 
17452
@@ -4518,40 +4384,37 @@
 
17453
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
17454
   *) ac_try_echo=$ac_try;;
 
17455
 esac
 
17456
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
17457
-$as_echo "$ac_try_echo") >&5
 
17458
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
17459
   (eval "$ac_link") 2>&5
 
17460
   ac_status=$?
 
17461
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17462
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17463
   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
17464
   { (case "(($ac_try" in
 
17465
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
17466
   *) ac_try_echo=$ac_try;;
 
17467
 esac
 
17468
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
17469
-$as_echo "$ac_try_echo") >&5
 
17470
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
17471
   (eval "$ac_try") 2>&5
 
17472
   ac_status=$?
 
17473
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17474
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17475
   (exit $ac_status); }; }; then
 
17476
   :
 
17477
 else
 
17478
-  $as_echo "$as_me: program exited with status $ac_status" >&5
 
17479
-$as_echo "$as_me: failed program was:" >&5
 
17480
+  echo "$as_me: program exited with status $ac_status" >&5
 
17481
+echo "$as_me: failed program was:" >&5
 
17482
 sed 's/^/| /' conftest.$ac_ext >&5
 
17483
 
 
17484
 ( exit $ac_status )
 
17485
 ac_cv_header_stdc=no
 
17486
 fi
 
17487
-rm -rf conftest.dSYM
 
17488
 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
17489
 fi
 
17490
 
 
17491
 
 
17492
 fi
 
17493
 fi
 
17494
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
 
17495
-$as_echo "$ac_cv_header_stdc" >&6; }
 
17496
+{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
 
17497
+echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
 
17498
 if test $ac_cv_header_stdc = yes; then
 
17499
 
 
17500
 cat >>confdefs.h <<\_ACEOF
 
17501
@@ -4573,11 +4436,11 @@
 
17502
 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
 
17503
                  inttypes.h stdint.h unistd.h
 
17504
 do
 
17505
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
17506
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
17507
-$as_echo_n "checking for $ac_header... " >&6; }
 
17508
+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
17509
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 
17510
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
17511
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
17512
-  $as_echo_n "(cached) " >&6
 
17513
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
17514
 else
 
17515
   cat >conftest.$ac_ext <<_ACEOF
 
17516
 /* confdefs.h.  */
 
17517
@@ -4595,21 +4458,20 @@
 
17518
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
17519
   *) ac_try_echo=$ac_try;;
 
17520
 esac
 
17521
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
17522
-$as_echo "$ac_try_echo") >&5
 
17523
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
17524
   (eval "$ac_compile") 2>conftest.er1
 
17525
   ac_status=$?
 
17526
   grep -v '^ *+' conftest.er1 >conftest.err
 
17527
   rm -f conftest.er1
 
17528
   cat conftest.err >&5
 
17529
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17530
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17531
   (exit $ac_status); } && {
 
17532
         test -z "$ac_c_werror_flag" ||
 
17533
         test ! -s conftest.err
 
17534
        } && test -s conftest.$ac_objext; then
 
17535
   eval "$as_ac_Header=yes"
 
17536
 else
 
17537
-  $as_echo "$as_me: failed program was:" >&5
 
17538
+  echo "$as_me: failed program was:" >&5
 
17539
 sed 's/^/| /' conftest.$ac_ext >&5
 
17540
 
 
17541
        eval "$as_ac_Header=no"
 
17542
@@ -4617,15 +4479,12 @@
 
17543
 
 
17544
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
17545
 fi
 
17546
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
17547
-                $as_echo "$as_val"'`
 
17548
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
17549
-$as_echo "$ac_res" >&6; }
 
17550
-as_val=`eval 'as_val=${'$as_ac_Header'}
 
17551
-                $as_echo "$as_val"'`
 
17552
-   if test "x$as_val" = x""yes; then
 
17553
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
17554
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
17555
+echo "${ECHO_T}$ac_res" >&6; }
 
17556
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
17557
   cat >>confdefs.h <<_ACEOF
 
17558
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
17559
+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
17560
 _ACEOF
 
17561
 
 
17562
 fi
 
17563
@@ -4637,21 +4496,20 @@
 
17564
 
 
17565
 for ac_header in locale.h
 
17566
 do
 
17567
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
17568
+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
17569
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
17570
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
17571
-$as_echo_n "checking for $ac_header... " >&6; }
 
17572
+  { echo "$as_me:$LINENO: checking for $ac_header" >&5
 
17573
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
17574
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
17575
-  $as_echo_n "(cached) " >&6
 
17576
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
17577
 fi
 
17578
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
17579
-                $as_echo "$as_val"'`
 
17580
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
17581
-$as_echo "$ac_res" >&6; }
 
17582
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
17583
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
17584
+echo "${ECHO_T}$ac_res" >&6; }
 
17585
 else
 
17586
   # Is the header compilable?
 
17587
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
17588
-$as_echo_n "checking $ac_header usability... " >&6; }
 
17589
+{ echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
17590
+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
 
17591
 cat >conftest.$ac_ext <<_ACEOF
 
17592
 /* confdefs.h.  */
 
17593
 _ACEOF
 
17594
@@ -4667,33 +4525,32 @@
 
17595
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
17596
   *) ac_try_echo=$ac_try;;
 
17597
 esac
 
17598
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
17599
-$as_echo "$ac_try_echo") >&5
 
17600
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
17601
   (eval "$ac_compile") 2>conftest.er1
 
17602
   ac_status=$?
 
17603
   grep -v '^ *+' conftest.er1 >conftest.err
 
17604
   rm -f conftest.er1
 
17605
   cat conftest.err >&5
 
17606
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17607
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17608
   (exit $ac_status); } && {
 
17609
         test -z "$ac_c_werror_flag" ||
 
17610
         test ! -s conftest.err
 
17611
        } && test -s conftest.$ac_objext; then
 
17612
   ac_header_compiler=yes
 
17613
 else
 
17614
-  $as_echo "$as_me: failed program was:" >&5
 
17615
+  echo "$as_me: failed program was:" >&5
 
17616
 sed 's/^/| /' conftest.$ac_ext >&5
 
17617
 
 
17618
        ac_header_compiler=no
 
17619
 fi
 
17620
 
 
17621
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
17622
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
17623
-$as_echo "$ac_header_compiler" >&6; }
 
17624
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
17625
+echo "${ECHO_T}$ac_header_compiler" >&6; }
 
17626
 
 
17627
 # Is the header present?
 
17628
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
17629
-$as_echo_n "checking $ac_header presence... " >&6; }
 
17630
+{ echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
17631
+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
 
17632
 cat >conftest.$ac_ext <<_ACEOF
 
17633
 /* confdefs.h.  */
 
17634
 _ACEOF
 
17635
@@ -4707,52 +4564,51 @@
 
17636
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
17637
   *) ac_try_echo=$ac_try;;
 
17638
 esac
 
17639
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
17640
-$as_echo "$ac_try_echo") >&5
 
17641
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
17642
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
17643
   ac_status=$?
 
17644
   grep -v '^ *+' conftest.er1 >conftest.err
 
17645
   rm -f conftest.er1
 
17646
   cat conftest.err >&5
 
17647
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17648
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17649
   (exit $ac_status); } >/dev/null && {
 
17650
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
17651
         test ! -s conftest.err
 
17652
        }; then
 
17653
   ac_header_preproc=yes
 
17654
 else
 
17655
-  $as_echo "$as_me: failed program was:" >&5
 
17656
+  echo "$as_me: failed program was:" >&5
 
17657
 sed 's/^/| /' conftest.$ac_ext >&5
 
17658
 
 
17659
   ac_header_preproc=no
 
17660
 fi
 
17661
 
 
17662
 rm -f conftest.err conftest.$ac_ext
 
17663
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
17664
-$as_echo "$ac_header_preproc" >&6; }
 
17665
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
17666
+echo "${ECHO_T}$ac_header_preproc" >&6; }
 
17667
 
 
17668
 # So?  What about this header?
 
17669
 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
17670
   yes:no: )
 
17671
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
17672
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
17673
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
17674
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
17675
+    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
17676
+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
17677
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
17678
+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
17679
     ac_header_preproc=yes
 
17680
     ;;
 
17681
   no:yes:* )
 
17682
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
17683
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
17684
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
17685
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
17686
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
17687
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
17688
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
17689
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
17690
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
17691
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
17692
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
17693
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
17694
+    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
17695
+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
17696
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
17697
+echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
17698
+    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
17699
+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
17700
+    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
17701
+echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
17702
+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
17703
+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
17704
+    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
17705
+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
17706
     ( cat <<\_ASBOX
 
17707
 ## -------------------------------------------------------------------- ##
 
17708
 ## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=totem ##
 
17709
@@ -4761,24 +4617,21 @@
 
17710
      ) | sed "s/^/$as_me: WARNING:     /" >&2
 
17711
     ;;
 
17712
 esac
 
17713
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
17714
-$as_echo_n "checking for $ac_header... " >&6; }
 
17715
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 
17716
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
17717
 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
17718
-  $as_echo_n "(cached) " >&6
 
17719
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
17720
 else
 
17721
   eval "$as_ac_Header=\$ac_header_preproc"
 
17722
 fi
 
17723
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
17724
-                $as_echo "$as_val"'`
 
17725
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
17726
-$as_echo "$ac_res" >&6; }
 
17727
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
17728
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
17729
+echo "${ECHO_T}$ac_res" >&6; }
 
17730
 
 
17731
 fi
 
17732
-as_val=`eval 'as_val=${'$as_ac_Header'}
 
17733
-                $as_echo "$as_val"'`
 
17734
-   if test "x$as_val" = x""yes; then
 
17735
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
17736
   cat >>confdefs.h <<_ACEOF
 
17737
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
17738
+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
17739
 _ACEOF
 
17740
 
 
17741
 fi
 
17742
@@ -4786,10 +4639,10 @@
 
17743
 done
 
17744
 
 
17745
     if test $ac_cv_header_locale_h = yes; then
 
17746
-    { $as_echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
 
17747
-$as_echo_n "checking for LC_MESSAGES... " >&6; }
 
17748
+    { echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
 
17749
+echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6; }
 
17750
 if test "${am_cv_val_LC_MESSAGES+set}" = set; then
 
17751
-  $as_echo_n "(cached) " >&6
 
17752
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
17753
 else
 
17754
   cat >conftest.$ac_ext <<_ACEOF
 
17755
 /* confdefs.h.  */
 
17756
@@ -4812,35 +4665,31 @@
 
17757
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
17758
   *) ac_try_echo=$ac_try;;
 
17759
 esac
 
17760
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
17761
-$as_echo "$ac_try_echo") >&5
 
17762
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
17763
   (eval "$ac_link") 2>conftest.er1
 
17764
   ac_status=$?
 
17765
   grep -v '^ *+' conftest.er1 >conftest.err
 
17766
   rm -f conftest.er1
 
17767
   cat conftest.err >&5
 
17768
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17769
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17770
   (exit $ac_status); } && {
 
17771
         test -z "$ac_c_werror_flag" ||
 
17772
         test ! -s conftest.err
 
17773
-       } && test -s conftest$ac_exeext && {
 
17774
-        test "$cross_compiling" = yes ||
 
17775
-        $as_test_x conftest$ac_exeext
 
17776
-       }; then
 
17777
+       } && test -s conftest$ac_exeext &&
 
17778
+       $as_test_x conftest$ac_exeext; then
 
17779
   am_cv_val_LC_MESSAGES=yes
 
17780
 else
 
17781
-  $as_echo "$as_me: failed program was:" >&5
 
17782
+  echo "$as_me: failed program was:" >&5
 
17783
 sed 's/^/| /' conftest.$ac_ext >&5
 
17784
 
 
17785
        am_cv_val_LC_MESSAGES=no
 
17786
 fi
 
17787
 
 
17788
-rm -rf conftest.dSYM
 
17789
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
17790
       conftest$ac_exeext conftest.$ac_ext
 
17791
 fi
 
17792
-{ $as_echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
 
17793
-$as_echo "$am_cv_val_LC_MESSAGES" >&6; }
 
17794
+{ echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
 
17795
+echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6; }
 
17796
     if test $am_cv_val_LC_MESSAGES = yes; then
 
17797
 
 
17798
 cat >>confdefs.h <<\_ACEOF
 
17799
@@ -4859,17 +4708,17 @@
 
17800
     INTLLIBS=
 
17801
 
 
17802
     if test "${ac_cv_header_libintl_h+set}" = set; then
 
17803
-  { $as_echo "$as_me:$LINENO: checking for libintl.h" >&5
 
17804
-$as_echo_n "checking for libintl.h... " >&6; }
 
17805
+  { echo "$as_me:$LINENO: checking for libintl.h" >&5
 
17806
+echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6; }
 
17807
 if test "${ac_cv_header_libintl_h+set}" = set; then
 
17808
-  $as_echo_n "(cached) " >&6
 
17809
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
17810
 fi
 
17811
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
 
17812
-$as_echo "$ac_cv_header_libintl_h" >&6; }
 
17813
+{ echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
 
17814
+echo "${ECHO_T}$ac_cv_header_libintl_h" >&6; }
 
17815
 else
 
17816
   # Is the header compilable?
 
17817
-{ $as_echo "$as_me:$LINENO: checking libintl.h usability" >&5
 
17818
-$as_echo_n "checking libintl.h usability... " >&6; }
 
17819
+{ echo "$as_me:$LINENO: checking libintl.h usability" >&5
 
17820
+echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6; }
 
17821
 cat >conftest.$ac_ext <<_ACEOF
 
17822
 /* confdefs.h.  */
 
17823
 _ACEOF
 
17824
@@ -4885,33 +4734,32 @@
 
17825
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
17826
   *) ac_try_echo=$ac_try;;
 
17827
 esac
 
17828
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
17829
-$as_echo "$ac_try_echo") >&5
 
17830
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
17831
   (eval "$ac_compile") 2>conftest.er1
 
17832
   ac_status=$?
 
17833
   grep -v '^ *+' conftest.er1 >conftest.err
 
17834
   rm -f conftest.er1
 
17835
   cat conftest.err >&5
 
17836
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17837
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17838
   (exit $ac_status); } && {
 
17839
         test -z "$ac_c_werror_flag" ||
 
17840
         test ! -s conftest.err
 
17841
        } && test -s conftest.$ac_objext; then
 
17842
   ac_header_compiler=yes
 
17843
 else
 
17844
-  $as_echo "$as_me: failed program was:" >&5
 
17845
+  echo "$as_me: failed program was:" >&5
 
17846
 sed 's/^/| /' conftest.$ac_ext >&5
 
17847
 
 
17848
        ac_header_compiler=no
 
17849
 fi
 
17850
 
 
17851
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
17852
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
17853
-$as_echo "$ac_header_compiler" >&6; }
 
17854
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
17855
+echo "${ECHO_T}$ac_header_compiler" >&6; }
 
17856
 
 
17857
 # Is the header present?
 
17858
-{ $as_echo "$as_me:$LINENO: checking libintl.h presence" >&5
 
17859
-$as_echo_n "checking libintl.h presence... " >&6; }
 
17860
+{ echo "$as_me:$LINENO: checking libintl.h presence" >&5
 
17861
+echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6; }
 
17862
 cat >conftest.$ac_ext <<_ACEOF
 
17863
 /* confdefs.h.  */
 
17864
 _ACEOF
 
17865
@@ -4925,52 +4773,51 @@
 
17866
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
17867
   *) ac_try_echo=$ac_try;;
 
17868
 esac
 
17869
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
17870
-$as_echo "$ac_try_echo") >&5
 
17871
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
17872
   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
17873
   ac_status=$?
 
17874
   grep -v '^ *+' conftest.er1 >conftest.err
 
17875
   rm -f conftest.er1
 
17876
   cat conftest.err >&5
 
17877
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17878
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17879
   (exit $ac_status); } >/dev/null && {
 
17880
         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
17881
         test ! -s conftest.err
 
17882
        }; then
 
17883
   ac_header_preproc=yes
 
17884
 else
 
17885
-  $as_echo "$as_me: failed program was:" >&5
 
17886
+  echo "$as_me: failed program was:" >&5
 
17887
 sed 's/^/| /' conftest.$ac_ext >&5
 
17888
 
 
17889
   ac_header_preproc=no
 
17890
 fi
 
17891
 
 
17892
 rm -f conftest.err conftest.$ac_ext
 
17893
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
17894
-$as_echo "$ac_header_preproc" >&6; }
 
17895
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
17896
+echo "${ECHO_T}$ac_header_preproc" >&6; }
 
17897
 
 
17898
 # So?  What about this header?
 
17899
 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
17900
   yes:no: )
 
17901
-    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
 
17902
-$as_echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
17903
-    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5
 
17904
-$as_echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}
 
17905
+    { echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5
 
17906
+echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
17907
+    { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5
 
17908
+echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;}
 
17909
     ac_header_preproc=yes
 
17910
     ;;
 
17911
   no:yes:* )
 
17912
-    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
 
17913
-$as_echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
 
17914
-    { $as_echo "$as_me:$LINENO: WARNING: libintl.h:     check for missing prerequisite headers?" >&5
 
17915
-$as_echo "$as_me: WARNING: libintl.h:     check for missing prerequisite headers?" >&2;}
 
17916
-    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5
 
17917
-$as_echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}
 
17918
-    { $as_echo "$as_me:$LINENO: WARNING: libintl.h:     section \"Present But Cannot Be Compiled\"" >&5
 
17919
-$as_echo "$as_me: WARNING: libintl.h:     section \"Present But Cannot Be Compiled\"" >&2;}
 
17920
-    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
 
17921
-$as_echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
 
17922
-    { $as_echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
 
17923
-$as_echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
 
17924
+    { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5
 
17925
+echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;}
 
17926
+    { echo "$as_me:$LINENO: WARNING: libintl.h:     check for missing prerequisite headers?" >&5
 
17927
+echo "$as_me: WARNING: libintl.h:     check for missing prerequisite headers?" >&2;}
 
17928
+    { echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5
 
17929
+echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;}
 
17930
+    { echo "$as_me:$LINENO: WARNING: libintl.h:     section \"Present But Cannot Be Compiled\"" >&5
 
17931
+echo "$as_me: WARNING: libintl.h:     section \"Present But Cannot Be Compiled\"" >&2;}
 
17932
+    { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5
 
17933
+echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;}
 
17934
+    { echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5
 
17935
+echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;}
 
17936
     ( cat <<\_ASBOX
 
17937
 ## -------------------------------------------------------------------- ##
 
17938
 ## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=totem ##
 
17939
@@ -4979,28 +4826,28 @@
 
17940
      ) | sed "s/^/$as_me: WARNING:     /" >&2
 
17941
     ;;
 
17942
 esac
 
17943
-{ $as_echo "$as_me:$LINENO: checking for libintl.h" >&5
 
17944
-$as_echo_n "checking for libintl.h... " >&6; }
 
17945
+{ echo "$as_me:$LINENO: checking for libintl.h" >&5
 
17946
+echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6; }
 
17947
 if test "${ac_cv_header_libintl_h+set}" = set; then
 
17948
-  $as_echo_n "(cached) " >&6
 
17949
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
17950
 else
 
17951
   ac_cv_header_libintl_h=$ac_header_preproc
 
17952
 fi
 
17953
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
 
17954
-$as_echo "$ac_cv_header_libintl_h" >&6; }
 
17955
+{ echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5
 
17956
+echo "${ECHO_T}$ac_cv_header_libintl_h" >&6; }
 
17957
 
 
17958
 fi
 
17959
-if test "x$ac_cv_header_libintl_h" = x""yes; then
 
17960
+if test $ac_cv_header_libintl_h = yes; then
 
17961
   gt_cv_func_dgettext_libintl="no"
 
17962
       libintl_extra_libs=""
 
17963
 
 
17964
       #
 
17965
       # First check in libc
 
17966
       #
 
17967
-      { $as_echo "$as_me:$LINENO: checking for ngettext in libc" >&5
 
17968
-$as_echo_n "checking for ngettext in libc... " >&6; }
 
17969
+      { echo "$as_me:$LINENO: checking for ngettext in libc" >&5
 
17970
+echo $ECHO_N "checking for ngettext in libc... $ECHO_C" >&6; }
 
17971
 if test "${gt_cv_func_ngettext_libc+set}" = set; then
 
17972
-  $as_echo_n "(cached) " >&6
 
17973
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
17974
 else
 
17975
   cat >conftest.$ac_ext <<_ACEOF
 
17976
 /* confdefs.h.  */
 
17977
@@ -5025,42 +4872,38 @@
 
17978
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
17979
   *) ac_try_echo=$ac_try;;
 
17980
 esac
 
17981
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
17982
-$as_echo "$ac_try_echo") >&5
 
17983
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
17984
   (eval "$ac_link") 2>conftest.er1
 
17985
   ac_status=$?
 
17986
   grep -v '^ *+' conftest.er1 >conftest.err
 
17987
   rm -f conftest.er1
 
17988
   cat conftest.err >&5
 
17989
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17990
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
17991
   (exit $ac_status); } && {
 
17992
         test -z "$ac_c_werror_flag" ||
 
17993
         test ! -s conftest.err
 
17994
-       } && test -s conftest$ac_exeext && {
 
17995
-        test "$cross_compiling" = yes ||
 
17996
-        $as_test_x conftest$ac_exeext
 
17997
-       }; then
 
17998
+       } && test -s conftest$ac_exeext &&
 
17999
+       $as_test_x conftest$ac_exeext; then
 
18000
   gt_cv_func_ngettext_libc=yes
 
18001
 else
 
18002
-  $as_echo "$as_me: failed program was:" >&5
 
18003
+  echo "$as_me: failed program was:" >&5
 
18004
 sed 's/^/| /' conftest.$ac_ext >&5
 
18005
 
 
18006
        gt_cv_func_ngettext_libc=no
 
18007
 fi
 
18008
 
 
18009
-rm -rf conftest.dSYM
 
18010
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
18011
       conftest$ac_exeext conftest.$ac_ext
 
18012
 
 
18013
 fi
 
18014
-{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_ngettext_libc" >&5
 
18015
-$as_echo "$gt_cv_func_ngettext_libc" >&6; }
 
18016
+{ echo "$as_me:$LINENO: result: $gt_cv_func_ngettext_libc" >&5
 
18017
+echo "${ECHO_T}$gt_cv_func_ngettext_libc" >&6; }
 
18018
 
 
18019
       if test "$gt_cv_func_ngettext_libc" = "yes" ; then
 
18020
-             { $as_echo "$as_me:$LINENO: checking for dgettext in libc" >&5
 
18021
-$as_echo_n "checking for dgettext in libc... " >&6; }
 
18022
+             { echo "$as_me:$LINENO: checking for dgettext in libc" >&5
 
18023
+echo $ECHO_N "checking for dgettext in libc... $ECHO_C" >&6; }
 
18024
 if test "${gt_cv_func_dgettext_libc+set}" = set; then
 
18025
-  $as_echo_n "(cached) " >&6
 
18026
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
18027
 else
 
18028
   cat >conftest.$ac_ext <<_ACEOF
 
18029
 /* confdefs.h.  */
 
18030
@@ -5085,47 +4928,43 @@
 
18031
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
18032
   *) ac_try_echo=$ac_try;;
 
18033
 esac
 
18034
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
18035
-$as_echo "$ac_try_echo") >&5
 
18036
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
18037
   (eval "$ac_link") 2>conftest.er1
 
18038
   ac_status=$?
 
18039
   grep -v '^ *+' conftest.er1 >conftest.err
 
18040
   rm -f conftest.er1
 
18041
   cat conftest.err >&5
 
18042
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18043
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18044
   (exit $ac_status); } && {
 
18045
         test -z "$ac_c_werror_flag" ||
 
18046
         test ! -s conftest.err
 
18047
-       } && test -s conftest$ac_exeext && {
 
18048
-        test "$cross_compiling" = yes ||
 
18049
-        $as_test_x conftest$ac_exeext
 
18050
-       }; then
 
18051
+       } && test -s conftest$ac_exeext &&
 
18052
+       $as_test_x conftest$ac_exeext; then
 
18053
   gt_cv_func_dgettext_libc=yes
 
18054
 else
 
18055
-  $as_echo "$as_me: failed program was:" >&5
 
18056
+  echo "$as_me: failed program was:" >&5
 
18057
 sed 's/^/| /' conftest.$ac_ext >&5
 
18058
 
 
18059
        gt_cv_func_dgettext_libc=no
 
18060
 fi
 
18061
 
 
18062
-rm -rf conftest.dSYM
 
18063
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
18064
       conftest$ac_exeext conftest.$ac_ext
 
18065
 
 
18066
 fi
 
18067
-{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_dgettext_libc" >&5
 
18068
-$as_echo "$gt_cv_func_dgettext_libc" >&6; }
 
18069
+{ echo "$as_me:$LINENO: result: $gt_cv_func_dgettext_libc" >&5
 
18070
+echo "${ECHO_T}$gt_cv_func_dgettext_libc" >&6; }
 
18071
       fi
 
18072
 
 
18073
       if test "$gt_cv_func_ngettext_libc" = "yes" ; then
 
18074
 
 
18075
 for ac_func in bind_textdomain_codeset
 
18076
 do
 
18077
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
18078
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
 
18079
-$as_echo_n "checking for $ac_func... " >&6; }
 
18080
+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
18081
+{ echo "$as_me:$LINENO: checking for $ac_func" >&5
 
18082
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
 
18083
 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
18084
-  $as_echo_n "(cached) " >&6
 
18085
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
18086
 else
 
18087
   cat >conftest.$ac_ext <<_ACEOF
 
18088
 /* confdefs.h.  */
 
18089
@@ -5178,42 +5017,35 @@
 
18090
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
18091
   *) ac_try_echo=$ac_try;;
 
18092
 esac
 
18093
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
18094
-$as_echo "$ac_try_echo") >&5
 
18095
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
18096
   (eval "$ac_link") 2>conftest.er1
 
18097
   ac_status=$?
 
18098
   grep -v '^ *+' conftest.er1 >conftest.err
 
18099
   rm -f conftest.er1
 
18100
   cat conftest.err >&5
 
18101
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18102
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18103
   (exit $ac_status); } && {
 
18104
         test -z "$ac_c_werror_flag" ||
 
18105
         test ! -s conftest.err
 
18106
-       } && test -s conftest$ac_exeext && {
 
18107
-        test "$cross_compiling" = yes ||
 
18108
-        $as_test_x conftest$ac_exeext
 
18109
-       }; then
 
18110
+       } && test -s conftest$ac_exeext &&
 
18111
+       $as_test_x conftest$ac_exeext; then
 
18112
   eval "$as_ac_var=yes"
 
18113
 else
 
18114
-  $as_echo "$as_me: failed program was:" >&5
 
18115
+  echo "$as_me: failed program was:" >&5
 
18116
 sed 's/^/| /' conftest.$ac_ext >&5
 
18117
 
 
18118
        eval "$as_ac_var=no"
 
18119
 fi
 
18120
 
 
18121
-rm -rf conftest.dSYM
 
18122
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
18123
       conftest$ac_exeext conftest.$ac_ext
 
18124
 fi
 
18125
-ac_res=`eval 'as_val=${'$as_ac_var'}
 
18126
-                $as_echo "$as_val"'`
 
18127
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
18128
-$as_echo "$ac_res" >&6; }
 
18129
-as_val=`eval 'as_val=${'$as_ac_var'}
 
18130
-                $as_echo "$as_val"'`
 
18131
-   if test "x$as_val" = x""yes; then
 
18132
+ac_res=`eval echo '${'$as_ac_var'}'`
 
18133
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
18134
+echo "${ECHO_T}$ac_res" >&6; }
 
18135
+if test `eval echo '${'$as_ac_var'}'` = yes; then
 
18136
   cat >>confdefs.h <<_ACEOF
 
18137
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
18138
+#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
18139
 _ACEOF
 
18140
 
 
18141
 fi
 
18142
@@ -5228,10 +5060,10 @@
 
18143
         || test "$gt_cv_func_ngettext_libc" != "yes" \
 
18144
          || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then
 
18145
 
 
18146
-        { $as_echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
 
18147
-$as_echo_n "checking for bindtextdomain in -lintl... " >&6; }
 
18148
+        { echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5
 
18149
+echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&6; }
 
18150
 if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then
 
18151
-  $as_echo_n "(cached) " >&6
 
18152
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
18153
 else
 
18154
   ac_check_lib_save_LIBS=$LIBS
 
18155
 LIBS="-lintl  $LIBS"
 
18156
@@ -5263,41 +5095,37 @@
 
18157
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
18158
   *) ac_try_echo=$ac_try;;
 
18159
 esac
 
18160
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
18161
-$as_echo "$ac_try_echo") >&5
 
18162
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
18163
   (eval "$ac_link") 2>conftest.er1
 
18164
   ac_status=$?
 
18165
   grep -v '^ *+' conftest.er1 >conftest.err
 
18166
   rm -f conftest.er1
 
18167
   cat conftest.err >&5
 
18168
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18169
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18170
   (exit $ac_status); } && {
 
18171
         test -z "$ac_c_werror_flag" ||
 
18172
         test ! -s conftest.err
 
18173
-       } && test -s conftest$ac_exeext && {
 
18174
-        test "$cross_compiling" = yes ||
 
18175
-        $as_test_x conftest$ac_exeext
 
18176
-       }; then
 
18177
+       } && test -s conftest$ac_exeext &&
 
18178
+       $as_test_x conftest$ac_exeext; then
 
18179
   ac_cv_lib_intl_bindtextdomain=yes
 
18180
 else
 
18181
-  $as_echo "$as_me: failed program was:" >&5
 
18182
+  echo "$as_me: failed program was:" >&5
 
18183
 sed 's/^/| /' conftest.$ac_ext >&5
 
18184
 
 
18185
        ac_cv_lib_intl_bindtextdomain=no
 
18186
 fi
 
18187
 
 
18188
-rm -rf conftest.dSYM
 
18189
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
18190
       conftest$ac_exeext conftest.$ac_ext
 
18191
 LIBS=$ac_check_lib_save_LIBS
 
18192
 fi
 
18193
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
 
18194
-$as_echo "$ac_cv_lib_intl_bindtextdomain" >&6; }
 
18195
-if test "x$ac_cv_lib_intl_bindtextdomain" = x""yes; then
 
18196
-  { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
 
18197
-$as_echo_n "checking for ngettext in -lintl... " >&6; }
 
18198
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5
 
18199
+echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6; }
 
18200
+if test $ac_cv_lib_intl_bindtextdomain = yes; then
 
18201
+  { echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
 
18202
+echo $ECHO_N "checking for ngettext in -lintl... $ECHO_C" >&6; }
 
18203
 if test "${ac_cv_lib_intl_ngettext+set}" = set; then
 
18204
-  $as_echo_n "(cached) " >&6
 
18205
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
18206
 else
 
18207
   ac_check_lib_save_LIBS=$LIBS
 
18208
 LIBS="-lintl  $LIBS"
 
18209
@@ -5329,41 +5157,37 @@
 
18210
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
18211
   *) ac_try_echo=$ac_try;;
 
18212
 esac
 
18213
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
18214
-$as_echo "$ac_try_echo") >&5
 
18215
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
18216
   (eval "$ac_link") 2>conftest.er1
 
18217
   ac_status=$?
 
18218
   grep -v '^ *+' conftest.er1 >conftest.err
 
18219
   rm -f conftest.er1
 
18220
   cat conftest.err >&5
 
18221
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18222
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18223
   (exit $ac_status); } && {
 
18224
         test -z "$ac_c_werror_flag" ||
 
18225
         test ! -s conftest.err
 
18226
-       } && test -s conftest$ac_exeext && {
 
18227
-        test "$cross_compiling" = yes ||
 
18228
-        $as_test_x conftest$ac_exeext
 
18229
-       }; then
 
18230
+       } && test -s conftest$ac_exeext &&
 
18231
+       $as_test_x conftest$ac_exeext; then
 
18232
   ac_cv_lib_intl_ngettext=yes
 
18233
 else
 
18234
-  $as_echo "$as_me: failed program was:" >&5
 
18235
+  echo "$as_me: failed program was:" >&5
 
18236
 sed 's/^/| /' conftest.$ac_ext >&5
 
18237
 
 
18238
        ac_cv_lib_intl_ngettext=no
 
18239
 fi
 
18240
 
 
18241
-rm -rf conftest.dSYM
 
18242
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
18243
       conftest$ac_exeext conftest.$ac_ext
 
18244
 LIBS=$ac_check_lib_save_LIBS
 
18245
 fi
 
18246
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
 
18247
-$as_echo "$ac_cv_lib_intl_ngettext" >&6; }
 
18248
-if test "x$ac_cv_lib_intl_ngettext" = x""yes; then
 
18249
-  { $as_echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5
 
18250
-$as_echo_n "checking for dgettext in -lintl... " >&6; }
 
18251
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
 
18252
+echo "${ECHO_T}$ac_cv_lib_intl_ngettext" >&6; }
 
18253
+if test $ac_cv_lib_intl_ngettext = yes; then
 
18254
+  { echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5
 
18255
+echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6; }
 
18256
 if test "${ac_cv_lib_intl_dgettext+set}" = set; then
 
18257
-  $as_echo_n "(cached) " >&6
 
18258
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
18259
 else
 
18260
   ac_check_lib_save_LIBS=$LIBS
 
18261
 LIBS="-lintl  $LIBS"
 
18262
@@ -5395,37 +5219,33 @@
 
18263
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
18264
   *) ac_try_echo=$ac_try;;
 
18265
 esac
 
18266
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
18267
-$as_echo "$ac_try_echo") >&5
 
18268
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
18269
   (eval "$ac_link") 2>conftest.er1
 
18270
   ac_status=$?
 
18271
   grep -v '^ *+' conftest.er1 >conftest.err
 
18272
   rm -f conftest.er1
 
18273
   cat conftest.err >&5
 
18274
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18275
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18276
   (exit $ac_status); } && {
 
18277
         test -z "$ac_c_werror_flag" ||
 
18278
         test ! -s conftest.err
 
18279
-       } && test -s conftest$ac_exeext && {
 
18280
-        test "$cross_compiling" = yes ||
 
18281
-        $as_test_x conftest$ac_exeext
 
18282
-       }; then
 
18283
+       } && test -s conftest$ac_exeext &&
 
18284
+       $as_test_x conftest$ac_exeext; then
 
18285
   ac_cv_lib_intl_dgettext=yes
 
18286
 else
 
18287
-  $as_echo "$as_me: failed program was:" >&5
 
18288
+  echo "$as_me: failed program was:" >&5
 
18289
 sed 's/^/| /' conftest.$ac_ext >&5
 
18290
 
 
18291
        ac_cv_lib_intl_dgettext=no
 
18292
 fi
 
18293
 
 
18294
-rm -rf conftest.dSYM
 
18295
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
18296
       conftest$ac_exeext conftest.$ac_ext
 
18297
 LIBS=$ac_check_lib_save_LIBS
 
18298
 fi
 
18299
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5
 
18300
-$as_echo "$ac_cv_lib_intl_dgettext" >&6; }
 
18301
-if test "x$ac_cv_lib_intl_dgettext" = x""yes; then
 
18302
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5
 
18303
+echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6; }
 
18304
+if test $ac_cv_lib_intl_dgettext = yes; then
 
18305
   gt_cv_func_dgettext_libintl=yes
 
18306
 fi
 
18307
 
 
18308
@@ -5435,14 +5255,14 @@
 
18309
 
 
18310
 
 
18311
        if test "$gt_cv_func_dgettext_libintl" != "yes" ; then
 
18312
-         { $as_echo "$as_me:$LINENO: checking if -liconv is needed to use gettext" >&5
 
18313
-$as_echo_n "checking if -liconv is needed to use gettext... " >&6; }
 
18314
-         { $as_echo "$as_me:$LINENO: result: " >&5
 
18315
-$as_echo "" >&6; }
 
18316
-         { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
 
18317
-$as_echo_n "checking for ngettext in -lintl... " >&6; }
 
18318
+         { echo "$as_me:$LINENO: checking if -liconv is needed to use gettext" >&5
 
18319
+echo $ECHO_N "checking if -liconv is needed to use gettext... $ECHO_C" >&6; }
 
18320
+         { echo "$as_me:$LINENO: result: " >&5
 
18321
+echo "${ECHO_T}" >&6; }
 
18322
+         { echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5
 
18323
+echo $ECHO_N "checking for ngettext in -lintl... $ECHO_C" >&6; }
 
18324
 if test "${ac_cv_lib_intl_ngettext+set}" = set; then
 
18325
-  $as_echo_n "(cached) " >&6
 
18326
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
18327
 else
 
18328
   ac_check_lib_save_LIBS=$LIBS
 
18329
 LIBS="-lintl -liconv $LIBS"
 
18330
@@ -5474,41 +5294,37 @@
 
18331
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
18332
   *) ac_try_echo=$ac_try;;
 
18333
 esac
 
18334
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
18335
-$as_echo "$ac_try_echo") >&5
 
18336
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
18337
   (eval "$ac_link") 2>conftest.er1
 
18338
   ac_status=$?
 
18339
   grep -v '^ *+' conftest.er1 >conftest.err
 
18340
   rm -f conftest.er1
 
18341
   cat conftest.err >&5
 
18342
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18343
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18344
   (exit $ac_status); } && {
 
18345
         test -z "$ac_c_werror_flag" ||
 
18346
         test ! -s conftest.err
 
18347
-       } && test -s conftest$ac_exeext && {
 
18348
-        test "$cross_compiling" = yes ||
 
18349
-        $as_test_x conftest$ac_exeext
 
18350
-       }; then
 
18351
+       } && test -s conftest$ac_exeext &&
 
18352
+       $as_test_x conftest$ac_exeext; then
 
18353
   ac_cv_lib_intl_ngettext=yes
 
18354
 else
 
18355
-  $as_echo "$as_me: failed program was:" >&5
 
18356
+  echo "$as_me: failed program was:" >&5
 
18357
 sed 's/^/| /' conftest.$ac_ext >&5
 
18358
 
 
18359
        ac_cv_lib_intl_ngettext=no
 
18360
 fi
 
18361
 
 
18362
-rm -rf conftest.dSYM
 
18363
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
18364
       conftest$ac_exeext conftest.$ac_ext
 
18365
 LIBS=$ac_check_lib_save_LIBS
 
18366
 fi
 
18367
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
 
18368
-$as_echo "$ac_cv_lib_intl_ngettext" >&6; }
 
18369
-if test "x$ac_cv_lib_intl_ngettext" = x""yes; then
 
18370
-  { $as_echo "$as_me:$LINENO: checking for dcgettext in -lintl" >&5
 
18371
-$as_echo_n "checking for dcgettext in -lintl... " >&6; }
 
18372
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5
 
18373
+echo "${ECHO_T}$ac_cv_lib_intl_ngettext" >&6; }
 
18374
+if test $ac_cv_lib_intl_ngettext = yes; then
 
18375
+  { echo "$as_me:$LINENO: checking for dcgettext in -lintl" >&5
 
18376
+echo $ECHO_N "checking for dcgettext in -lintl... $ECHO_C" >&6; }
 
18377
 if test "${ac_cv_lib_intl_dcgettext+set}" = set; then
 
18378
-  $as_echo_n "(cached) " >&6
 
18379
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
18380
 else
 
18381
   ac_check_lib_save_LIBS=$LIBS
 
18382
 LIBS="-lintl -liconv $LIBS"
 
18383
@@ -5540,37 +5356,33 @@
 
18384
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
18385
   *) ac_try_echo=$ac_try;;
 
18386
 esac
 
18387
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
18388
-$as_echo "$ac_try_echo") >&5
 
18389
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
18390
   (eval "$ac_link") 2>conftest.er1
 
18391
   ac_status=$?
 
18392
   grep -v '^ *+' conftest.er1 >conftest.err
 
18393
   rm -f conftest.er1
 
18394
   cat conftest.err >&5
 
18395
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18396
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18397
   (exit $ac_status); } && {
 
18398
         test -z "$ac_c_werror_flag" ||
 
18399
         test ! -s conftest.err
 
18400
-       } && test -s conftest$ac_exeext && {
 
18401
-        test "$cross_compiling" = yes ||
 
18402
-        $as_test_x conftest$ac_exeext
 
18403
-       }; then
 
18404
+       } && test -s conftest$ac_exeext &&
 
18405
+       $as_test_x conftest$ac_exeext; then
 
18406
   ac_cv_lib_intl_dcgettext=yes
 
18407
 else
 
18408
-  $as_echo "$as_me: failed program was:" >&5
 
18409
+  echo "$as_me: failed program was:" >&5
 
18410
 sed 's/^/| /' conftest.$ac_ext >&5
 
18411
 
 
18412
        ac_cv_lib_intl_dcgettext=no
 
18413
 fi
 
18414
 
 
18415
-rm -rf conftest.dSYM
 
18416
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
18417
       conftest$ac_exeext conftest.$ac_ext
 
18418
 LIBS=$ac_check_lib_save_LIBS
 
18419
 fi
 
18420
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dcgettext" >&5
 
18421
-$as_echo "$ac_cv_lib_intl_dcgettext" >&6; }
 
18422
-if test "x$ac_cv_lib_intl_dcgettext" = x""yes; then
 
18423
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dcgettext" >&5
 
18424
+echo "${ECHO_T}$ac_cv_lib_intl_dcgettext" >&6; }
 
18425
+if test $ac_cv_lib_intl_dcgettext = yes; then
 
18426
   gt_cv_func_dgettext_libintl=yes
 
18427
                        libintl_extra_libs=-liconv
 
18428
 else
 
18429
@@ -5595,11 +5407,11 @@
 
18430
 
 
18431
 for ac_func in bind_textdomain_codeset
 
18432
 do
 
18433
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
18434
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
 
18435
-$as_echo_n "checking for $ac_func... " >&6; }
 
18436
+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
18437
+{ echo "$as_me:$LINENO: checking for $ac_func" >&5
 
18438
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
 
18439
 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
18440
-  $as_echo_n "(cached) " >&6
 
18441
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
18442
 else
 
18443
   cat >conftest.$ac_ext <<_ACEOF
 
18444
 /* confdefs.h.  */
 
18445
@@ -5652,42 +5464,35 @@
 
18446
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
18447
   *) ac_try_echo=$ac_try;;
 
18448
 esac
 
18449
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
18450
-$as_echo "$ac_try_echo") >&5
 
18451
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
18452
   (eval "$ac_link") 2>conftest.er1
 
18453
   ac_status=$?
 
18454
   grep -v '^ *+' conftest.er1 >conftest.err
 
18455
   rm -f conftest.er1
 
18456
   cat conftest.err >&5
 
18457
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18458
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18459
   (exit $ac_status); } && {
 
18460
         test -z "$ac_c_werror_flag" ||
 
18461
         test ! -s conftest.err
 
18462
-       } && test -s conftest$ac_exeext && {
 
18463
-        test "$cross_compiling" = yes ||
 
18464
-        $as_test_x conftest$ac_exeext
 
18465
-       }; then
 
18466
+       } && test -s conftest$ac_exeext &&
 
18467
+       $as_test_x conftest$ac_exeext; then
 
18468
   eval "$as_ac_var=yes"
 
18469
 else
 
18470
-  $as_echo "$as_me: failed program was:" >&5
 
18471
+  echo "$as_me: failed program was:" >&5
 
18472
 sed 's/^/| /' conftest.$ac_ext >&5
 
18473
 
 
18474
        eval "$as_ac_var=no"
 
18475
 fi
 
18476
 
 
18477
-rm -rf conftest.dSYM
 
18478
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
18479
       conftest$ac_exeext conftest.$ac_ext
 
18480
 fi
 
18481
-ac_res=`eval 'as_val=${'$as_ac_var'}
 
18482
-                $as_echo "$as_val"'`
 
18483
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
18484
-$as_echo "$ac_res" >&6; }
 
18485
-as_val=`eval 'as_val=${'$as_ac_var'}
 
18486
-                $as_echo "$as_val"'`
 
18487
-   if test "x$as_val" = x""yes; then
 
18488
+ac_res=`eval echo '${'$as_ac_var'}'`
 
18489
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
18490
+echo "${ECHO_T}$ac_res" >&6; }
 
18491
+if test `eval echo '${'$as_ac_var'}'` = yes; then
 
18492
   cat >>confdefs.h <<_ACEOF
 
18493
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
18494
+#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
18495
 _ACEOF
 
18496
 
 
18497
 fi
 
18498
@@ -5723,10 +5528,10 @@
 
18499
 
 
18500
        # Extract the first word of "msgfmt", so it can be a program name with args.
 
18501
 set dummy msgfmt; ac_word=$2
 
18502
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
18503
-$as_echo_n "checking for $ac_word... " >&6; }
 
18504
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
18505
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
18506
 if test "${ac_cv_path_MSGFMT+set}" = set; then
 
18507
-  $as_echo_n "(cached) " >&6
 
18508
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
18509
 else
 
18510
   case "$MSGFMT" in
 
18511
   /*)
 
18512
@@ -5750,11 +5555,11 @@
 
18513
 fi
 
18514
 MSGFMT="$ac_cv_path_MSGFMT"
 
18515
 if test "$MSGFMT" != "no"; then
 
18516
-  { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5
 
18517
-$as_echo "$MSGFMT" >&6; }
 
18518
+  { echo "$as_me:$LINENO: result: $MSGFMT" >&5
 
18519
+echo "${ECHO_T}$MSGFMT" >&6; }
 
18520
 else
 
18521
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
18522
-$as_echo "no" >&6; }
 
18523
+  { echo "$as_me:$LINENO: result: no" >&5
 
18524
+echo "${ECHO_T}no" >&6; }
 
18525
 fi
 
18526
        if test "$MSGFMT" != "no"; then
 
18527
           glib_save_LIBS="$LIBS"
 
18528
@@ -5762,11 +5567,11 @@
 
18529
 
 
18530
 for ac_func in dcgettext
 
18531
 do
 
18532
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
18533
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
 
18534
-$as_echo_n "checking for $ac_func... " >&6; }
 
18535
+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
18536
+{ echo "$as_me:$LINENO: checking for $ac_func" >&5
 
18537
+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
 
18538
 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
18539
-  $as_echo_n "(cached) " >&6
 
18540
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
18541
 else
 
18542
   cat >conftest.$ac_ext <<_ACEOF
 
18543
 /* confdefs.h.  */
 
18544
@@ -5819,50 +5624,43 @@
 
18545
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
18546
   *) ac_try_echo=$ac_try;;
 
18547
 esac
 
18548
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
18549
-$as_echo "$ac_try_echo") >&5
 
18550
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
18551
   (eval "$ac_link") 2>conftest.er1
 
18552
   ac_status=$?
 
18553
   grep -v '^ *+' conftest.er1 >conftest.err
 
18554
   rm -f conftest.er1
 
18555
   cat conftest.err >&5
 
18556
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18557
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18558
   (exit $ac_status); } && {
 
18559
         test -z "$ac_c_werror_flag" ||
 
18560
         test ! -s conftest.err
 
18561
-       } && test -s conftest$ac_exeext && {
 
18562
-        test "$cross_compiling" = yes ||
 
18563
-        $as_test_x conftest$ac_exeext
 
18564
-       }; then
 
18565
+       } && test -s conftest$ac_exeext &&
 
18566
+       $as_test_x conftest$ac_exeext; then
 
18567
   eval "$as_ac_var=yes"
 
18568
 else
 
18569
-  $as_echo "$as_me: failed program was:" >&5
 
18570
+  echo "$as_me: failed program was:" >&5
 
18571
 sed 's/^/| /' conftest.$ac_ext >&5
 
18572
 
 
18573
        eval "$as_ac_var=no"
 
18574
 fi
 
18575
 
 
18576
-rm -rf conftest.dSYM
 
18577
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
18578
       conftest$ac_exeext conftest.$ac_ext
 
18579
 fi
 
18580
-ac_res=`eval 'as_val=${'$as_ac_var'}
 
18581
-                $as_echo "$as_val"'`
 
18582
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
18583
-$as_echo "$ac_res" >&6; }
 
18584
-as_val=`eval 'as_val=${'$as_ac_var'}
 
18585
-                $as_echo "$as_val"'`
 
18586
-   if test "x$as_val" = x""yes; then
 
18587
+ac_res=`eval echo '${'$as_ac_var'}'`
 
18588
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
18589
+echo "${ECHO_T}$ac_res" >&6; }
 
18590
+if test `eval echo '${'$as_ac_var'}'` = yes; then
 
18591
   cat >>confdefs.h <<_ACEOF
 
18592
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
18593
+#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
18594
 _ACEOF
 
18595
 
 
18596
 fi
 
18597
 done
 
18598
 
 
18599
          MSGFMT_OPTS=
 
18600
-         { $as_echo "$as_me:$LINENO: checking if msgfmt accepts -c" >&5
 
18601
-$as_echo_n "checking if msgfmt accepts -c... " >&6; }
 
18602
+         { echo "$as_me:$LINENO: checking if msgfmt accepts -c" >&5
 
18603
+echo $ECHO_N "checking if msgfmt accepts -c... $ECHO_C" >&6; }
 
18604
          cat >conftest.foo <<_ACEOF
 
18605
 
 
18606
 msgid ""
 
18607
@@ -5876,25 +5674,25 @@
 
18608
 "Content-Transfer-Encoding: 8bit\n"
 
18609
 
 
18610
 _ACEOF
 
18611
-if { ($as_echo "$as_me:$LINENO: \$MSGFMT -c -o /dev/null conftest.foo") >&5
 
18612
+if { (echo "$as_me:$LINENO: \$MSGFMT -c -o /dev/null conftest.foo") >&5
 
18613
   ($MSGFMT -c -o /dev/null conftest.foo) 2>&5
 
18614
   ac_status=$?
 
18615
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18616
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18617
   (exit $ac_status); }; then
 
18618
-  MSGFMT_OPTS=-c; { $as_echo "$as_me:$LINENO: result: yes" >&5
 
18619
-$as_echo "yes" >&6; }
 
18620
-else { $as_echo "$as_me:$LINENO: result: no" >&5
 
18621
-$as_echo "no" >&6; }
 
18622
+  MSGFMT_OPTS=-c; { echo "$as_me:$LINENO: result: yes" >&5
 
18623
+echo "${ECHO_T}yes" >&6; }
 
18624
+else { echo "$as_me:$LINENO: result: no" >&5
 
18625
+echo "${ECHO_T}no" >&6; }
 
18626
 echo "$as_me: failed input was:" >&5
 
18627
 sed 's/^/| /' conftest.foo >&5
 
18628
 fi
 
18629
 
 
18630
          # Extract the first word of "gmsgfmt", so it can be a program name with args.
 
18631
 set dummy gmsgfmt; ac_word=$2
 
18632
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
18633
-$as_echo_n "checking for $ac_word... " >&6; }
 
18634
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
18635
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
18636
 if test "${ac_cv_path_GMSGFMT+set}" = set; then
 
18637
-  $as_echo_n "(cached) " >&6
 
18638
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
18639
 else
 
18640
   case $GMSGFMT in
 
18641
   [\\/]* | ?:[\\/]*)
 
18642
@@ -5909,7 +5707,7 @@
 
18643
   for ac_exec_ext in '' $ac_executable_extensions; do
 
18644
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
18645
     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
 
18646
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
18647
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
18648
     break 2
 
18649
   fi
 
18650
 done
 
18651
@@ -5922,20 +5720,20 @@
 
18652
 fi
 
18653
 GMSGFMT=$ac_cv_path_GMSGFMT
 
18654
 if test -n "$GMSGFMT"; then
 
18655
-  { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5
 
18656
-$as_echo "$GMSGFMT" >&6; }
 
18657
+  { echo "$as_me:$LINENO: result: $GMSGFMT" >&5
 
18658
+echo "${ECHO_T}$GMSGFMT" >&6; }
 
18659
 else
 
18660
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
18661
-$as_echo "no" >&6; }
 
18662
+  { echo "$as_me:$LINENO: result: no" >&5
 
18663
+echo "${ECHO_T}no" >&6; }
 
18664
 fi
 
18665
 
 
18666
 
 
18667
          # Extract the first word of "xgettext", so it can be a program name with args.
 
18668
 set dummy xgettext; ac_word=$2
 
18669
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
18670
-$as_echo_n "checking for $ac_word... " >&6; }
 
18671
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
18672
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
18673
 if test "${ac_cv_path_XGETTEXT+set}" = set; then
 
18674
-  $as_echo_n "(cached) " >&6
 
18675
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
18676
 else
 
18677
   case "$XGETTEXT" in
 
18678
   /*)
 
18679
@@ -5959,11 +5757,11 @@
 
18680
 fi
 
18681
 XGETTEXT="$ac_cv_path_XGETTEXT"
 
18682
 if test "$XGETTEXT" != ":"; then
 
18683
-  { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5
 
18684
-$as_echo "$XGETTEXT" >&6; }
 
18685
+  { echo "$as_me:$LINENO: result: $XGETTEXT" >&5
 
18686
+echo "${ECHO_T}$XGETTEXT" >&6; }
 
18687
 else
 
18688
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
18689
-$as_echo "no" >&6; }
 
18690
+  { echo "$as_me:$LINENO: result: no" >&5
 
18691
+echo "${ECHO_T}no" >&6; }
 
18692
 fi
 
18693
 
 
18694
          cat >conftest.$ac_ext <<_ACEOF
 
18695
@@ -5988,33 +5786,30 @@
 
18696
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
18697
   *) ac_try_echo=$ac_try;;
 
18698
 esac
 
18699
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
18700
-$as_echo "$ac_try_echo") >&5
 
18701
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
18702
   (eval "$ac_link") 2>conftest.er1
 
18703
   ac_status=$?
 
18704
   grep -v '^ *+' conftest.er1 >conftest.err
 
18705
   rm -f conftest.er1
 
18706
   cat conftest.err >&5
 
18707
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18708
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18709
   (exit $ac_status); } && {
 
18710
         test -z "$ac_c_werror_flag" ||
 
18711
         test ! -s conftest.err
 
18712
-       } && test -s conftest$ac_exeext && {
 
18713
-        test "$cross_compiling" = yes ||
 
18714
-        $as_test_x conftest$ac_exeext
 
18715
-       }; then
 
18716
+       } && test -s conftest$ac_exeext &&
 
18717
+       $as_test_x conftest$ac_exeext; then
 
18718
   CATOBJEXT=.gmo
 
18719
              DATADIRNAME=share
 
18720
 else
 
18721
-  $as_echo "$as_me: failed program was:" >&5
 
18722
+  echo "$as_me: failed program was:" >&5
 
18723
 sed 's/^/| /' conftest.$ac_ext >&5
 
18724
 
 
18725
        case $host in
 
18726
            *-*-solaris*)
 
18727
-                                                               { $as_echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
 
18728
-$as_echo_n "checking for bind_textdomain_codeset... " >&6; }
 
18729
+                                                               { echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
 
18730
+echo $ECHO_N "checking for bind_textdomain_codeset... $ECHO_C" >&6; }
 
18731
 if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
 
18732
-  $as_echo_n "(cached) " >&6
 
18733
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
18734
 else
 
18735
   cat >conftest.$ac_ext <<_ACEOF
 
18736
 /* confdefs.h.  */
 
18737
@@ -6067,36 +5862,32 @@
 
18738
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
18739
   *) ac_try_echo=$ac_try;;
 
18740
 esac
 
18741
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
18742
-$as_echo "$ac_try_echo") >&5
 
18743
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
18744
   (eval "$ac_link") 2>conftest.er1
 
18745
   ac_status=$?
 
18746
   grep -v '^ *+' conftest.er1 >conftest.err
 
18747
   rm -f conftest.er1
 
18748
   cat conftest.err >&5
 
18749
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18750
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18751
   (exit $ac_status); } && {
 
18752
         test -z "$ac_c_werror_flag" ||
 
18753
         test ! -s conftest.err
 
18754
-       } && test -s conftest$ac_exeext && {
 
18755
-        test "$cross_compiling" = yes ||
 
18756
-        $as_test_x conftest$ac_exeext
 
18757
-       }; then
 
18758
+       } && test -s conftest$ac_exeext &&
 
18759
+       $as_test_x conftest$ac_exeext; then
 
18760
   ac_cv_func_bind_textdomain_codeset=yes
 
18761
 else
 
18762
-  $as_echo "$as_me: failed program was:" >&5
 
18763
+  echo "$as_me: failed program was:" >&5
 
18764
 sed 's/^/| /' conftest.$ac_ext >&5
 
18765
 
 
18766
        ac_cv_func_bind_textdomain_codeset=no
 
18767
 fi
 
18768
 
 
18769
-rm -rf conftest.dSYM
 
18770
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
18771
       conftest$ac_exeext conftest.$ac_ext
 
18772
 fi
 
18773
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
 
18774
-$as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; }
 
18775
-if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then
 
18776
+{ echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
 
18777
+echo "${ECHO_T}$ac_cv_func_bind_textdomain_codeset" >&6; }
 
18778
+if test $ac_cv_func_bind_textdomain_codeset = yes; then
 
18779
   CATOBJEXT=.gmo
 
18780
                DATADIRNAME=share
 
18781
 else
 
18782
@@ -6112,7 +5903,6 @@
 
18783
            esac
 
18784
 fi
 
18785
 
 
18786
-rm -rf conftest.dSYM
 
18787
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
18788
       conftest$ac_exeext conftest.$ac_ext
 
18789
           LIBS="$glib_save_LIBS"
 
18790
@@ -6138,8 +5928,8 @@
 
18791
                   if $XGETTEXT --omit-header /dev/null 2> /dev/null; then
 
18792
         : ;
 
18793
       else
 
18794
-        { $as_echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
 
18795
-$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
 
18796
+        { echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5
 
18797
+echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6; }
 
18798
         XGETTEXT=":"
 
18799
       fi
 
18800
     fi
 
18801
@@ -6171,8 +5961,8 @@
 
18802
      if test "x$ALL_LINGUAS" = "x"; then
 
18803
        LINGUAS=
 
18804
      else
 
18805
-       { $as_echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
 
18806
-$as_echo_n "checking for catalogs to be installed... " >&6; }
 
18807
+       { echo "$as_me:$LINENO: checking for catalogs to be installed" >&5
 
18808
+echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6; }
 
18809
        NEW_LINGUAS=
 
18810
        for presentlang in $ALL_LINGUAS; do
 
18811
          useit=no
 
18812
@@ -6196,8 +5986,8 @@
 
18813
          fi
 
18814
        done
 
18815
        LINGUAS=$NEW_LINGUAS
 
18816
-       { $as_echo "$as_me:$LINENO: result: $LINGUAS" >&5
 
18817
-$as_echo "$LINGUAS" >&6; }
 
18818
+       { echo "$as_me:$LINENO: result: $LINGUAS" >&5
 
18819
+echo "${ECHO_T}$LINGUAS" >&6; }
 
18820
      fi
 
18821
 
 
18822
           if test -n "$LINGUAS"; then
 
18823
@@ -6229,8 +6019,8 @@
 
18824
        < $srcdir/po/POTFILES.in > po/POTFILES
 
18825
 
 
18826
 
 
18827
-  { $as_echo "$as_me:$LINENO: checking whether NLS is requested" >&5
 
18828
-$as_echo_n "checking whether NLS is requested... " >&6; }
 
18829
+  { echo "$as_me:$LINENO: checking whether NLS is requested" >&5
 
18830
+echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; }
 
18831
     # Check whether --enable-nls was given.
 
18832
 if test "${enable_nls+set}" = set; then
 
18833
   enableval=$enable_nls; USE_NLS=$enableval
 
18834
@@ -6238,16 +6028,16 @@
 
18835
   USE_NLS=yes
 
18836
 fi
 
18837
 
 
18838
-  { $as_echo "$as_me:$LINENO: result: $USE_NLS" >&5
 
18839
-$as_echo "$USE_NLS" >&6; }
 
18840
+  { echo "$as_me:$LINENO: result: $USE_NLS" >&5
 
18841
+echo "${ECHO_T}$USE_NLS" >&6; }
 
18842
 
 
18843
 
 
18844
 
 
18845
 
 
18846
 case "$am__api_version" in
 
18847
     1.01234)
 
18848
-       { { $as_echo "$as_me:$LINENO: error: Automake 1.5 or newer is required to use intltool" >&5
 
18849
-$as_echo "$as_me: error: Automake 1.5 or newer is required to use intltool" >&2;}
 
18850
+       { { echo "$as_me:$LINENO: error: Automake 1.5 or newer is required to use intltool" >&5
 
18851
+echo "$as_me: error: Automake 1.5 or newer is required to use intltool" >&2;}
 
18852
    { (exit 1); exit 1; }; }
 
18853
     ;;
 
18854
     *)
 
18855
@@ -6255,27 +6045,27 @@
 
18856
 esac
 
18857
 
 
18858
 if test -n "0.40.0"; then
 
18859
-    { $as_echo "$as_me:$LINENO: checking for intltool >= 0.40.0" >&5
 
18860
-$as_echo_n "checking for intltool >= 0.40.0... " >&6; }
 
18861
+    { echo "$as_me:$LINENO: checking for intltool >= 0.40.0" >&5
 
18862
+echo $ECHO_N "checking for intltool >= 0.40.0... $ECHO_C" >&6; }
 
18863
 
 
18864
     INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.40.0 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
 
18865
     INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3`
 
18866
     INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'`
 
18867
 
 
18868
-    { $as_echo "$as_me:$LINENO: result: $INTLTOOL_APPLIED_VERSION found" >&5
 
18869
-$as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; }
 
18870
+    { echo "$as_me:$LINENO: result: $INTLTOOL_APPLIED_VERSION found" >&5
 
18871
+echo "${ECHO_T}$INTLTOOL_APPLIED_VERSION found" >&6; }
 
18872
     test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" ||
 
18873
-       { { $as_echo "$as_me:$LINENO: error: Your intltool is too old.  You need intltool 0.40.0 or later." >&5
 
18874
-$as_echo "$as_me: error: Your intltool is too old.  You need intltool 0.40.0 or later." >&2;}
 
18875
+       { { echo "$as_me:$LINENO: error: Your intltool is too old.  You need intltool 0.40.0 or later." >&5
 
18876
+echo "$as_me: error: Your intltool is too old.  You need intltool 0.40.0 or later." >&2;}
 
18877
    { (exit 1); exit 1; }; }
 
18878
 fi
 
18879
 
 
18880
 # Extract the first word of "intltool-update", so it can be a program name with args.
 
18881
 set dummy intltool-update; ac_word=$2
 
18882
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
18883
-$as_echo_n "checking for $ac_word... " >&6; }
 
18884
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
18885
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
18886
 if test "${ac_cv_path_INTLTOOL_UPDATE+set}" = set; then
 
18887
-  $as_echo_n "(cached) " >&6
 
18888
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
18889
 else
 
18890
   case $INTLTOOL_UPDATE in
 
18891
   [\\/]* | ?:[\\/]*)
 
18892
@@ -6290,7 +6080,7 @@
 
18893
   for ac_exec_ext in '' $ac_executable_extensions; do
 
18894
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
18895
     ac_cv_path_INTLTOOL_UPDATE="$as_dir/$ac_word$ac_exec_ext"
 
18896
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
18897
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
18898
     break 2
 
18899
   fi
 
18900
 done
 
18901
@@ -6302,20 +6092,20 @@
 
18902
 fi
 
18903
 INTLTOOL_UPDATE=$ac_cv_path_INTLTOOL_UPDATE
 
18904
 if test -n "$INTLTOOL_UPDATE"; then
 
18905
-  { $as_echo "$as_me:$LINENO: result: $INTLTOOL_UPDATE" >&5
 
18906
-$as_echo "$INTLTOOL_UPDATE" >&6; }
 
18907
+  { echo "$as_me:$LINENO: result: $INTLTOOL_UPDATE" >&5
 
18908
+echo "${ECHO_T}$INTLTOOL_UPDATE" >&6; }
 
18909
 else
 
18910
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
18911
-$as_echo "no" >&6; }
 
18912
+  { echo "$as_me:$LINENO: result: no" >&5
 
18913
+echo "${ECHO_T}no" >&6; }
 
18914
 fi
 
18915
 
 
18916
 
 
18917
 # Extract the first word of "intltool-merge", so it can be a program name with args.
 
18918
 set dummy intltool-merge; ac_word=$2
 
18919
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
18920
-$as_echo_n "checking for $ac_word... " >&6; }
 
18921
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
18922
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
18923
 if test "${ac_cv_path_INTLTOOL_MERGE+set}" = set; then
 
18924
-  $as_echo_n "(cached) " >&6
 
18925
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
18926
 else
 
18927
   case $INTLTOOL_MERGE in
 
18928
   [\\/]* | ?:[\\/]*)
 
18929
@@ -6330,7 +6120,7 @@
 
18930
   for ac_exec_ext in '' $ac_executable_extensions; do
 
18931
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
18932
     ac_cv_path_INTLTOOL_MERGE="$as_dir/$ac_word$ac_exec_ext"
 
18933
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
18934
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
18935
     break 2
 
18936
   fi
 
18937
 done
 
18938
@@ -6342,20 +6132,20 @@
 
18939
 fi
 
18940
 INTLTOOL_MERGE=$ac_cv_path_INTLTOOL_MERGE
 
18941
 if test -n "$INTLTOOL_MERGE"; then
 
18942
-  { $as_echo "$as_me:$LINENO: result: $INTLTOOL_MERGE" >&5
 
18943
-$as_echo "$INTLTOOL_MERGE" >&6; }
 
18944
+  { echo "$as_me:$LINENO: result: $INTLTOOL_MERGE" >&5
 
18945
+echo "${ECHO_T}$INTLTOOL_MERGE" >&6; }
 
18946
 else
 
18947
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
18948
-$as_echo "no" >&6; }
 
18949
+  { echo "$as_me:$LINENO: result: no" >&5
 
18950
+echo "${ECHO_T}no" >&6; }
 
18951
 fi
 
18952
 
 
18953
 
 
18954
 # Extract the first word of "intltool-extract", so it can be a program name with args.
 
18955
 set dummy intltool-extract; ac_word=$2
 
18956
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
18957
-$as_echo_n "checking for $ac_word... " >&6; }
 
18958
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
18959
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
18960
 if test "${ac_cv_path_INTLTOOL_EXTRACT+set}" = set; then
 
18961
-  $as_echo_n "(cached) " >&6
 
18962
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
18963
 else
 
18964
   case $INTLTOOL_EXTRACT in
 
18965
   [\\/]* | ?:[\\/]*)
 
18966
@@ -6370,7 +6160,7 @@
 
18967
   for ac_exec_ext in '' $ac_executable_extensions; do
 
18968
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
18969
     ac_cv_path_INTLTOOL_EXTRACT="$as_dir/$ac_word$ac_exec_ext"
 
18970
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
18971
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
18972
     break 2
 
18973
   fi
 
18974
 done
 
18975
@@ -6382,17 +6172,17 @@
 
18976
 fi
 
18977
 INTLTOOL_EXTRACT=$ac_cv_path_INTLTOOL_EXTRACT
 
18978
 if test -n "$INTLTOOL_EXTRACT"; then
 
18979
-  { $as_echo "$as_me:$LINENO: result: $INTLTOOL_EXTRACT" >&5
 
18980
-$as_echo "$INTLTOOL_EXTRACT" >&6; }
 
18981
+  { echo "$as_me:$LINENO: result: $INTLTOOL_EXTRACT" >&5
 
18982
+echo "${ECHO_T}$INTLTOOL_EXTRACT" >&6; }
 
18983
 else
 
18984
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
18985
-$as_echo "no" >&6; }
 
18986
+  { echo "$as_me:$LINENO: result: no" >&5
 
18987
+echo "${ECHO_T}no" >&6; }
 
18988
 fi
 
18989
 
 
18990
 
 
18991
 if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then
 
18992
-    { { $as_echo "$as_me:$LINENO: error: The intltool scripts were not found. Please install intltool." >&5
 
18993
-$as_echo "$as_me: error: The intltool scripts were not found. Please install intltool." >&2;}
 
18994
+    { { echo "$as_me:$LINENO: error: The intltool scripts were not found. Please install intltool." >&5
 
18995
+echo "$as_me: error: The intltool scripts were not found. Please install intltool." >&2;}
 
18996
    { (exit 1); exit 1; }; }
 
18997
 fi
 
18998
 
 
18999
@@ -6439,10 +6229,10 @@
 
19000
 # Check the gettext tools to make sure they are GNU
 
19001
 # Extract the first word of "xgettext", so it can be a program name with args.
 
19002
 set dummy xgettext; ac_word=$2
 
19003
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19004
-$as_echo_n "checking for $ac_word... " >&6; }
 
19005
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19006
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
19007
 if test "${ac_cv_path_XGETTEXT+set}" = set; then
 
19008
-  $as_echo_n "(cached) " >&6
 
19009
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
19010
 else
 
19011
   case $XGETTEXT in
 
19012
   [\\/]* | ?:[\\/]*)
 
19013
@@ -6457,7 +6247,7 @@
 
19014
   for ac_exec_ext in '' $ac_executable_extensions; do
 
19015
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
19016
     ac_cv_path_XGETTEXT="$as_dir/$ac_word$ac_exec_ext"
 
19017
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19018
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19019
     break 2
 
19020
   fi
 
19021
 done
 
19022
@@ -6469,20 +6259,20 @@
 
19023
 fi
 
19024
 XGETTEXT=$ac_cv_path_XGETTEXT
 
19025
 if test -n "$XGETTEXT"; then
 
19026
-  { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5
 
19027
-$as_echo "$XGETTEXT" >&6; }
 
19028
+  { echo "$as_me:$LINENO: result: $XGETTEXT" >&5
 
19029
+echo "${ECHO_T}$XGETTEXT" >&6; }
 
19030
 else
 
19031
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
19032
-$as_echo "no" >&6; }
 
19033
+  { echo "$as_me:$LINENO: result: no" >&5
 
19034
+echo "${ECHO_T}no" >&6; }
 
19035
 fi
 
19036
 
 
19037
 
 
19038
 # Extract the first word of "msgmerge", so it can be a program name with args.
 
19039
 set dummy msgmerge; ac_word=$2
 
19040
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19041
-$as_echo_n "checking for $ac_word... " >&6; }
 
19042
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19043
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
19044
 if test "${ac_cv_path_MSGMERGE+set}" = set; then
 
19045
-  $as_echo_n "(cached) " >&6
 
19046
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
19047
 else
 
19048
   case $MSGMERGE in
 
19049
   [\\/]* | ?:[\\/]*)
 
19050
@@ -6497,7 +6287,7 @@
 
19051
   for ac_exec_ext in '' $ac_executable_extensions; do
 
19052
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
19053
     ac_cv_path_MSGMERGE="$as_dir/$ac_word$ac_exec_ext"
 
19054
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19055
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19056
     break 2
 
19057
   fi
 
19058
 done
 
19059
@@ -6509,20 +6299,20 @@
 
19060
 fi
 
19061
 MSGMERGE=$ac_cv_path_MSGMERGE
 
19062
 if test -n "$MSGMERGE"; then
 
19063
-  { $as_echo "$as_me:$LINENO: result: $MSGMERGE" >&5
 
19064
-$as_echo "$MSGMERGE" >&6; }
 
19065
+  { echo "$as_me:$LINENO: result: $MSGMERGE" >&5
 
19066
+echo "${ECHO_T}$MSGMERGE" >&6; }
 
19067
 else
 
19068
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
19069
-$as_echo "no" >&6; }
 
19070
+  { echo "$as_me:$LINENO: result: no" >&5
 
19071
+echo "${ECHO_T}no" >&6; }
 
19072
 fi
 
19073
 
 
19074
 
 
19075
 # Extract the first word of "msgfmt", so it can be a program name with args.
 
19076
 set dummy msgfmt; ac_word=$2
 
19077
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19078
-$as_echo_n "checking for $ac_word... " >&6; }
 
19079
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19080
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
19081
 if test "${ac_cv_path_MSGFMT+set}" = set; then
 
19082
-  $as_echo_n "(cached) " >&6
 
19083
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
19084
 else
 
19085
   case $MSGFMT in
 
19086
   [\\/]* | ?:[\\/]*)
 
19087
@@ -6537,7 +6327,7 @@
 
19088
   for ac_exec_ext in '' $ac_executable_extensions; do
 
19089
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
19090
     ac_cv_path_MSGFMT="$as_dir/$ac_word$ac_exec_ext"
 
19091
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19092
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19093
     break 2
 
19094
   fi
 
19095
 done
 
19096
@@ -6549,20 +6339,20 @@
 
19097
 fi
 
19098
 MSGFMT=$ac_cv_path_MSGFMT
 
19099
 if test -n "$MSGFMT"; then
 
19100
-  { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5
 
19101
-$as_echo "$MSGFMT" >&6; }
 
19102
+  { echo "$as_me:$LINENO: result: $MSGFMT" >&5
 
19103
+echo "${ECHO_T}$MSGFMT" >&6; }
 
19104
 else
 
19105
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
19106
-$as_echo "no" >&6; }
 
19107
+  { echo "$as_me:$LINENO: result: no" >&5
 
19108
+echo "${ECHO_T}no" >&6; }
 
19109
 fi
 
19110
 
 
19111
 
 
19112
 # Extract the first word of "gmsgfmt", so it can be a program name with args.
 
19113
 set dummy gmsgfmt; ac_word=$2
 
19114
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19115
-$as_echo_n "checking for $ac_word... " >&6; }
 
19116
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19117
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
19118
 if test "${ac_cv_path_GMSGFMT+set}" = set; then
 
19119
-  $as_echo_n "(cached) " >&6
 
19120
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
19121
 else
 
19122
   case $GMSGFMT in
 
19123
   [\\/]* | ?:[\\/]*)
 
19124
@@ -6577,7 +6367,7 @@
 
19125
   for ac_exec_ext in '' $ac_executable_extensions; do
 
19126
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
19127
     ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
 
19128
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19129
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19130
     break 2
 
19131
   fi
 
19132
 done
 
19133
@@ -6590,34 +6380,34 @@
 
19134
 fi
 
19135
 GMSGFMT=$ac_cv_path_GMSGFMT
 
19136
 if test -n "$GMSGFMT"; then
 
19137
-  { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5
 
19138
-$as_echo "$GMSGFMT" >&6; }
 
19139
+  { echo "$as_me:$LINENO: result: $GMSGFMT" >&5
 
19140
+echo "${ECHO_T}$GMSGFMT" >&6; }
 
19141
 else
 
19142
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
19143
-$as_echo "no" >&6; }
 
19144
+  { echo "$as_me:$LINENO: result: no" >&5
 
19145
+echo "${ECHO_T}no" >&6; }
 
19146
 fi
 
19147
 
 
19148
 
 
19149
 if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then
 
19150
-    { { $as_echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
 
19151
-$as_echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;}
 
19152
+    { { echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
 
19153
+echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;}
 
19154
    { (exit 1); exit 1; }; }
 
19155
 fi
 
19156
 xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`"
 
19157
 mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`"
 
19158
 mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`"
 
19159
 if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then
 
19160
-    { { $as_echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
 
19161
-$as_echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;}
 
19162
+    { { echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5
 
19163
+echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;}
 
19164
    { (exit 1); exit 1; }; }
 
19165
 fi
 
19166
 
 
19167
 # Extract the first word of "perl", so it can be a program name with args.
 
19168
 set dummy perl; ac_word=$2
 
19169
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19170
-$as_echo_n "checking for $ac_word... " >&6; }
 
19171
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19172
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
19173
 if test "${ac_cv_path_INTLTOOL_PERL+set}" = set; then
 
19174
-  $as_echo_n "(cached) " >&6
 
19175
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
19176
 else
 
19177
   case $INTLTOOL_PERL in
 
19178
   [\\/]* | ?:[\\/]*)
 
19179
@@ -6632,7 +6422,7 @@
 
19180
   for ac_exec_ext in '' $ac_executable_extensions; do
 
19181
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
19182
     ac_cv_path_INTLTOOL_PERL="$as_dir/$ac_word$ac_exec_ext"
 
19183
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19184
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19185
     break 2
 
19186
   fi
 
19187
 done
 
19188
@@ -6644,33 +6434,33 @@
 
19189
 fi
 
19190
 INTLTOOL_PERL=$ac_cv_path_INTLTOOL_PERL
 
19191
 if test -n "$INTLTOOL_PERL"; then
 
19192
-  { $as_echo "$as_me:$LINENO: result: $INTLTOOL_PERL" >&5
 
19193
-$as_echo "$INTLTOOL_PERL" >&6; }
 
19194
+  { echo "$as_me:$LINENO: result: $INTLTOOL_PERL" >&5
 
19195
+echo "${ECHO_T}$INTLTOOL_PERL" >&6; }
 
19196
 else
 
19197
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
19198
-$as_echo "no" >&6; }
 
19199
+  { echo "$as_me:$LINENO: result: no" >&5
 
19200
+echo "${ECHO_T}no" >&6; }
 
19201
 fi
 
19202
 
 
19203
 
 
19204
 if test -z "$INTLTOOL_PERL"; then
 
19205
-   { { $as_echo "$as_me:$LINENO: error: perl not found; required for intltool" >&5
 
19206
-$as_echo "$as_me: error: perl not found; required for intltool" >&2;}
 
19207
+   { { echo "$as_me:$LINENO: error: perl not found; required for intltool" >&5
 
19208
+echo "$as_me: error: perl not found; required for intltool" >&2;}
 
19209
    { (exit 1); exit 1; }; }
 
19210
 fi
 
19211
 if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then
 
19212
-   { { $as_echo "$as_me:$LINENO: error: perl 5.x required for intltool" >&5
 
19213
-$as_echo "$as_me: error: perl 5.x required for intltool" >&2;}
 
19214
+   { { echo "$as_me:$LINENO: error: perl 5.x required for intltool" >&5
 
19215
+echo "$as_me: error: perl 5.x required for intltool" >&2;}
 
19216
    { (exit 1); exit 1; }; }
 
19217
 fi
 
19218
 if test "x" != "xno-xml"; then
 
19219
-   { $as_echo "$as_me:$LINENO: checking for XML::Parser" >&5
 
19220
-$as_echo_n "checking for XML::Parser... " >&6; }
 
19221
+   { echo "$as_me:$LINENO: checking for XML::Parser" >&5
 
19222
+echo $ECHO_N "checking for XML::Parser... $ECHO_C" >&6; }
 
19223
    if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then
 
19224
-       { $as_echo "$as_me:$LINENO: result: ok" >&5
 
19225
-$as_echo "ok" >&6; }
 
19226
+       { echo "$as_me:$LINENO: result: ok" >&5
 
19227
+echo "${ECHO_T}ok" >&6; }
 
19228
    else
 
19229
-       { { $as_echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5
 
19230
-$as_echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;}
 
19231
+       { { echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5
 
19232
+echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;}
 
19233
    { (exit 1); exit 1; }; }
 
19234
    fi
 
19235
 fi
 
19236
@@ -6703,32 +6493,29 @@
 
19237
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
19238
   *) ac_try_echo=$ac_try;;
 
19239
 esac
 
19240
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
19241
-$as_echo "$ac_try_echo") >&5
 
19242
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
19243
   (eval "$ac_link") 2>conftest.er1
 
19244
   ac_status=$?
 
19245
   grep -v '^ *+' conftest.er1 >conftest.err
 
19246
   rm -f conftest.er1
 
19247
   cat conftest.err >&5
 
19248
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19249
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19250
   (exit $ac_status); } && {
 
19251
         test -z "$ac_c_werror_flag" ||
 
19252
         test ! -s conftest.err
 
19253
-       } && test -s conftest$ac_exeext && {
 
19254
-        test "$cross_compiling" = yes ||
 
19255
-        $as_test_x conftest$ac_exeext
 
19256
-       }; then
 
19257
+       } && test -s conftest$ac_exeext &&
 
19258
+       $as_test_x conftest$ac_exeext; then
 
19259
   DATADIRNAME=share
 
19260
 else
 
19261
-  $as_echo "$as_me: failed program was:" >&5
 
19262
+  echo "$as_me: failed program was:" >&5
 
19263
 sed 's/^/| /' conftest.$ac_ext >&5
 
19264
 
 
19265
        case $host in
 
19266
     *-*-solaris*)
 
19267
-                        { $as_echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
 
19268
-$as_echo_n "checking for bind_textdomain_codeset... " >&6; }
 
19269
+                        { echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5
 
19270
+echo $ECHO_N "checking for bind_textdomain_codeset... $ECHO_C" >&6; }
 
19271
 if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then
 
19272
-  $as_echo_n "(cached) " >&6
 
19273
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
19274
 else
 
19275
   cat >conftest.$ac_ext <<_ACEOF
 
19276
 /* confdefs.h.  */
 
19277
@@ -6781,36 +6568,32 @@
 
19278
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
19279
   *) ac_try_echo=$ac_try;;
 
19280
 esac
 
19281
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
19282
-$as_echo "$ac_try_echo") >&5
 
19283
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
19284
   (eval "$ac_link") 2>conftest.er1
 
19285
   ac_status=$?
 
19286
   grep -v '^ *+' conftest.er1 >conftest.err
 
19287
   rm -f conftest.er1
 
19288
   cat conftest.err >&5
 
19289
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19290
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19291
   (exit $ac_status); } && {
 
19292
         test -z "$ac_c_werror_flag" ||
 
19293
         test ! -s conftest.err
 
19294
-       } && test -s conftest$ac_exeext && {
 
19295
-        test "$cross_compiling" = yes ||
 
19296
-        $as_test_x conftest$ac_exeext
 
19297
-       }; then
 
19298
+       } && test -s conftest$ac_exeext &&
 
19299
+       $as_test_x conftest$ac_exeext; then
 
19300
   ac_cv_func_bind_textdomain_codeset=yes
 
19301
 else
 
19302
-  $as_echo "$as_me: failed program was:" >&5
 
19303
+  echo "$as_me: failed program was:" >&5
 
19304
 sed 's/^/| /' conftest.$ac_ext >&5
 
19305
 
 
19306
        ac_cv_func_bind_textdomain_codeset=no
 
19307
 fi
 
19308
 
 
19309
-rm -rf conftest.dSYM
 
19310
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
19311
       conftest$ac_exeext conftest.$ac_ext
 
19312
 fi
 
19313
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
 
19314
-$as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; }
 
19315
-if test "x$ac_cv_func_bind_textdomain_codeset" = x""yes; then
 
19316
+{ echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5
 
19317
+echo "${ECHO_T}$ac_cv_func_bind_textdomain_codeset" >&6; }
 
19318
+if test $ac_cv_func_bind_textdomain_codeset = yes; then
 
19319
   DATADIRNAME=share
 
19320
 else
 
19321
   DATADIRNAME=lib
 
19322
@@ -6823,7 +6606,6 @@
 
19323
     esac
 
19324
 fi
 
19325
 
 
19326
-rm -rf conftest.dSYM
 
19327
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
19328
       conftest$ac_exeext conftest.$ac_ext
 
19329
 fi
 
19330
@@ -6839,10 +6621,10 @@
 
19331
        if test -n "$ac_tool_prefix"; then
 
19332
   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
 
19333
 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
 
19334
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19335
-$as_echo_n "checking for $ac_word... " >&6; }
 
19336
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19337
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
19338
 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
 
19339
-  $as_echo_n "(cached) " >&6
 
19340
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
19341
 else
 
19342
   case $PKG_CONFIG in
 
19343
   [\\/]* | ?:[\\/]*)
 
19344
@@ -6857,7 +6639,7 @@
 
19345
   for ac_exec_ext in '' $ac_executable_extensions; do
 
19346
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
19347
     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
 
19348
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19349
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19350
     break 2
 
19351
   fi
 
19352
 done
 
19353
@@ -6869,11 +6651,11 @@
 
19354
 fi
 
19355
 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
 
19356
 if test -n "$PKG_CONFIG"; then
 
19357
-  { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
 
19358
-$as_echo "$PKG_CONFIG" >&6; }
 
19359
+  { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
 
19360
+echo "${ECHO_T}$PKG_CONFIG" >&6; }
 
19361
 else
 
19362
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
19363
-$as_echo "no" >&6; }
 
19364
+  { echo "$as_me:$LINENO: result: no" >&5
 
19365
+echo "${ECHO_T}no" >&6; }
 
19366
 fi
 
19367
 
 
19368
 
 
19369
@@ -6882,10 +6664,10 @@
 
19370
   ac_pt_PKG_CONFIG=$PKG_CONFIG
 
19371
   # Extract the first word of "pkg-config", so it can be a program name with args.
 
19372
 set dummy pkg-config; ac_word=$2
 
19373
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19374
-$as_echo_n "checking for $ac_word... " >&6; }
 
19375
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19376
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
19377
 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
 
19378
-  $as_echo_n "(cached) " >&6
 
19379
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
19380
 else
 
19381
   case $ac_pt_PKG_CONFIG in
 
19382
   [\\/]* | ?:[\\/]*)
 
19383
@@ -6900,7 +6682,7 @@
 
19384
   for ac_exec_ext in '' $ac_executable_extensions; do
 
19385
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
19386
     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
 
19387
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19388
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19389
     break 2
 
19390
   fi
 
19391
 done
 
19392
@@ -6912,11 +6694,11 @@
 
19393
 fi
 
19394
 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
 
19395
 if test -n "$ac_pt_PKG_CONFIG"; then
 
19396
-  { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
 
19397
-$as_echo "$ac_pt_PKG_CONFIG" >&6; }
 
19398
+  { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
 
19399
+echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
 
19400
 else
 
19401
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
19402
-$as_echo "no" >&6; }
 
19403
+  { echo "$as_me:$LINENO: result: no" >&5
 
19404
+echo "${ECHO_T}no" >&6; }
 
19405
 fi
 
19406
 
 
19407
   if test "x$ac_pt_PKG_CONFIG" = x; then
 
19408
@@ -6924,8 +6706,12 @@
 
19409
   else
 
19410
     case $cross_compiling:$ac_tool_warned in
 
19411
 yes:)
 
19412
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
19413
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
19414
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
19415
+whose name does not start with the host triplet.  If you think this
 
19416
+configuration is useful to you, please write to autoconf@gnu.org." >&5
 
19417
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
19418
+whose name does not start with the host triplet.  If you think this
 
19419
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
19420
 ac_tool_warned=yes ;;
 
19421
 esac
 
19422
     PKG_CONFIG=$ac_pt_PKG_CONFIG
 
19423
@@ -6937,14 +6723,14 @@
 
19424
 fi
 
19425
 if test -n "$PKG_CONFIG"; then
 
19426
        _pkg_min_version=0.9.0
 
19427
-       { $as_echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
 
19428
-$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
 
19429
+       { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
 
19430
+echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
 
19431
        if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
 
19432
-               { $as_echo "$as_me:$LINENO: result: yes" >&5
 
19433
-$as_echo "yes" >&6; }
 
19434
+               { echo "$as_me:$LINENO: result: yes" >&5
 
19435
+echo "${ECHO_T}yes" >&6; }
 
19436
        else
 
19437
-               { $as_echo "$as_me:$LINENO: result: no" >&5
 
19438
-$as_echo "no" >&6; }
 
19439
+               { echo "$as_me:$LINENO: result: no" >&5
 
19440
+echo "${ECHO_T}no" >&6; }
 
19441
                PKG_CONFIG=""
 
19442
        fi
 
19443
 
 
19444
@@ -6953,10 +6739,10 @@
 
19445
 gdu_cv_version_required=0.3.2
 
19446
 
 
19447
 if test -n "$PKG_CONFIG" && \
 
19448
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-doc-utils >= \$gdu_cv_version_required\"") >&5
 
19449
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gnome-doc-utils >= \$gdu_cv_version_required\"") >&5
 
19450
   ($PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $gdu_cv_version_required") 2>&5
 
19451
   ac_status=$?
 
19452
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19453
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19454
   (exit $ac_status); }; then
 
19455
   gdu_cv_have_gdu=yes
 
19456
 else
 
19457
@@ -6966,8 +6752,8 @@
 
19458
 if test "$gdu_cv_have_gdu" = "yes"; then
 
19459
        :
 
19460
 else
 
19461
-       { { $as_echo "$as_me:$LINENO: error: gnome-doc-utils >= $gdu_cv_version_required not found" >&5
 
19462
-$as_echo "$as_me: error: gnome-doc-utils >= $gdu_cv_version_required not found" >&2;}
 
19463
+       { { echo "$as_me:$LINENO: error: gnome-doc-utils >= $gdu_cv_version_required not found" >&5
 
19464
+echo "$as_me: error: gnome-doc-utils >= $gdu_cv_version_required not found" >&2;}
 
19465
    { (exit 1); exit 1; }; }
 
19466
 fi
 
19467
 
 
19468
@@ -7049,10 +6835,10 @@
 
19469
   do
 
19470
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 
19471
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 
19472
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19473
-$as_echo_n "checking for $ac_word... " >&6; }
 
19474
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19475
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
19476
 if test "${ac_cv_prog_CXX+set}" = set; then
 
19477
-  $as_echo_n "(cached) " >&6
 
19478
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
19479
 else
 
19480
   if test -n "$CXX"; then
 
19481
   ac_cv_prog_CXX="$CXX" # Let the user override the test.
 
19482
@@ -7065,7 +6851,7 @@
 
19483
   for ac_exec_ext in '' $ac_executable_extensions; do
 
19484
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
19485
     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
 
19486
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19487
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19488
     break 2
 
19489
   fi
 
19490
 done
 
19491
@@ -7076,11 +6862,11 @@
 
19492
 fi
 
19493
 CXX=$ac_cv_prog_CXX
 
19494
 if test -n "$CXX"; then
 
19495
-  { $as_echo "$as_me:$LINENO: result: $CXX" >&5
 
19496
-$as_echo "$CXX" >&6; }
 
19497
+  { echo "$as_me:$LINENO: result: $CXX" >&5
 
19498
+echo "${ECHO_T}$CXX" >&6; }
 
19499
 else
 
19500
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
19501
-$as_echo "no" >&6; }
 
19502
+  { echo "$as_me:$LINENO: result: no" >&5
 
19503
+echo "${ECHO_T}no" >&6; }
 
19504
 fi
 
19505
 
 
19506
 
 
19507
@@ -7093,10 +6879,10 @@
 
19508
 do
 
19509
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 
19510
 set dummy $ac_prog; ac_word=$2
 
19511
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19512
-$as_echo_n "checking for $ac_word... " >&6; }
 
19513
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19514
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
19515
 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
 
19516
-  $as_echo_n "(cached) " >&6
 
19517
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
19518
 else
 
19519
   if test -n "$ac_ct_CXX"; then
 
19520
   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
 
19521
@@ -7109,7 +6895,7 @@
 
19522
   for ac_exec_ext in '' $ac_executable_extensions; do
 
19523
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
19524
     ac_cv_prog_ac_ct_CXX="$ac_prog"
 
19525
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19526
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19527
     break 2
 
19528
   fi
 
19529
 done
 
19530
@@ -7120,11 +6906,11 @@
 
19531
 fi
 
19532
 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
 
19533
 if test -n "$ac_ct_CXX"; then
 
19534
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
 
19535
-$as_echo "$ac_ct_CXX" >&6; }
 
19536
+  { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
 
19537
+echo "${ECHO_T}$ac_ct_CXX" >&6; }
 
19538
 else
 
19539
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
19540
-$as_echo "no" >&6; }
 
19541
+  { echo "$as_me:$LINENO: result: no" >&5
 
19542
+echo "${ECHO_T}no" >&6; }
 
19543
 fi
 
19544
 
 
19545
 
 
19546
@@ -7136,8 +6922,12 @@
 
19547
   else
 
19548
     case $cross_compiling:$ac_tool_warned in
 
19549
 yes:)
 
19550
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
19551
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
19552
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
19553
+whose name does not start with the host triplet.  If you think this
 
19554
+configuration is useful to you, please write to autoconf@gnu.org." >&5
 
19555
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
19556
+whose name does not start with the host triplet.  If you think this
 
19557
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
19558
 ac_tool_warned=yes ;;
 
19559
 esac
 
19560
     CXX=$ac_ct_CXX
 
19561
@@ -7147,47 +6937,43 @@
 
19562
   fi
 
19563
 fi
 
19564
 # Provide some information about the compiler.
 
19565
-$as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
 
19566
-set X $ac_compile
 
19567
-ac_compiler=$2
 
19568
+echo "$as_me:$LINENO: checking for C++ compiler version" >&5
 
19569
+ac_compiler=`set X $ac_compile; echo $2`
 
19570
 { (ac_try="$ac_compiler --version >&5"
 
19571
 case "(($ac_try" in
 
19572
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
19573
   *) ac_try_echo=$ac_try;;
 
19574
 esac
 
19575
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
19576
-$as_echo "$ac_try_echo") >&5
 
19577
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
19578
   (eval "$ac_compiler --version >&5") 2>&5
 
19579
   ac_status=$?
 
19580
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19581
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19582
   (exit $ac_status); }
 
19583
 { (ac_try="$ac_compiler -v >&5"
 
19584
 case "(($ac_try" in
 
19585
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
19586
   *) ac_try_echo=$ac_try;;
 
19587
 esac
 
19588
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
19589
-$as_echo "$ac_try_echo") >&5
 
19590
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
19591
   (eval "$ac_compiler -v >&5") 2>&5
 
19592
   ac_status=$?
 
19593
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19594
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19595
   (exit $ac_status); }
 
19596
 { (ac_try="$ac_compiler -V >&5"
 
19597
 case "(($ac_try" in
 
19598
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
19599
   *) ac_try_echo=$ac_try;;
 
19600
 esac
 
19601
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
19602
-$as_echo "$ac_try_echo") >&5
 
19603
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
19604
   (eval "$ac_compiler -V >&5") 2>&5
 
19605
   ac_status=$?
 
19606
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19607
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19608
   (exit $ac_status); }
 
19609
 
 
19610
-{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
 
19611
-$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
 
19612
+{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
 
19613
+echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
 
19614
 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
 
19615
-  $as_echo_n "(cached) " >&6
 
19616
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
19617
 else
 
19618
   cat >conftest.$ac_ext <<_ACEOF
 
19619
 /* confdefs.h.  */
 
19620
@@ -7213,21 +6999,20 @@
 
19621
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
19622
   *) ac_try_echo=$ac_try;;
 
19623
 esac
 
19624
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
19625
-$as_echo "$ac_try_echo") >&5
 
19626
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
19627
   (eval "$ac_compile") 2>conftest.er1
 
19628
   ac_status=$?
 
19629
   grep -v '^ *+' conftest.er1 >conftest.err
 
19630
   rm -f conftest.er1
 
19631
   cat conftest.err >&5
 
19632
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19633
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19634
   (exit $ac_status); } && {
 
19635
         test -z "$ac_cxx_werror_flag" ||
 
19636
         test ! -s conftest.err
 
19637
        } && test -s conftest.$ac_objext; then
 
19638
   ac_compiler_gnu=yes
 
19639
 else
 
19640
-  $as_echo "$as_me: failed program was:" >&5
 
19641
+  echo "$as_me: failed program was:" >&5
 
19642
 sed 's/^/| /' conftest.$ac_ext >&5
 
19643
 
 
19644
        ac_compiler_gnu=no
 
19645
@@ -7237,19 +7022,15 @@
 
19646
 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
 
19647
 
 
19648
 fi
 
19649
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
 
19650
-$as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
 
19651
-if test $ac_compiler_gnu = yes; then
 
19652
-  GXX=yes
 
19653
-else
 
19654
-  GXX=
 
19655
-fi
 
19656
+{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
 
19657
+echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
 
19658
+GXX=`test $ac_compiler_gnu = yes && echo yes`
 
19659
 ac_test_CXXFLAGS=${CXXFLAGS+set}
 
19660
 ac_save_CXXFLAGS=$CXXFLAGS
 
19661
-{ $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
 
19662
-$as_echo_n "checking whether $CXX accepts -g... " >&6; }
 
19663
+{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
 
19664
+echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
 
19665
 if test "${ac_cv_prog_cxx_g+set}" = set; then
 
19666
-  $as_echo_n "(cached) " >&6
 
19667
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
19668
 else
 
19669
   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
 
19670
    ac_cxx_werror_flag=yes
 
19671
@@ -7276,21 +7057,20 @@
 
19672
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
19673
   *) ac_try_echo=$ac_try;;
 
19674
 esac
 
19675
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
19676
-$as_echo "$ac_try_echo") >&5
 
19677
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
19678
   (eval "$ac_compile") 2>conftest.er1
 
19679
   ac_status=$?
 
19680
   grep -v '^ *+' conftest.er1 >conftest.err
 
19681
   rm -f conftest.er1
 
19682
   cat conftest.err >&5
 
19683
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19684
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19685
   (exit $ac_status); } && {
 
19686
         test -z "$ac_cxx_werror_flag" ||
 
19687
         test ! -s conftest.err
 
19688
        } && test -s conftest.$ac_objext; then
 
19689
   ac_cv_prog_cxx_g=yes
 
19690
 else
 
19691
-  $as_echo "$as_me: failed program was:" >&5
 
19692
+  echo "$as_me: failed program was:" >&5
 
19693
 sed 's/^/| /' conftest.$ac_ext >&5
 
19694
 
 
19695
        CXXFLAGS=""
 
19696
@@ -7315,21 +7095,20 @@
 
19697
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
19698
   *) ac_try_echo=$ac_try;;
 
19699
 esac
 
19700
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
19701
-$as_echo "$ac_try_echo") >&5
 
19702
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
19703
   (eval "$ac_compile") 2>conftest.er1
 
19704
   ac_status=$?
 
19705
   grep -v '^ *+' conftest.er1 >conftest.err
 
19706
   rm -f conftest.er1
 
19707
   cat conftest.err >&5
 
19708
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19709
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19710
   (exit $ac_status); } && {
 
19711
         test -z "$ac_cxx_werror_flag" ||
 
19712
         test ! -s conftest.err
 
19713
        } && test -s conftest.$ac_objext; then
 
19714
   :
 
19715
 else
 
19716
-  $as_echo "$as_me: failed program was:" >&5
 
19717
+  echo "$as_me: failed program was:" >&5
 
19718
 sed 's/^/| /' conftest.$ac_ext >&5
 
19719
 
 
19720
        ac_cxx_werror_flag=$ac_save_cxx_werror_flag
 
19721
@@ -7355,21 +7134,20 @@
 
19722
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
19723
   *) ac_try_echo=$ac_try;;
 
19724
 esac
 
19725
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
19726
-$as_echo "$ac_try_echo") >&5
 
19727
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
19728
   (eval "$ac_compile") 2>conftest.er1
 
19729
   ac_status=$?
 
19730
   grep -v '^ *+' conftest.er1 >conftest.err
 
19731
   rm -f conftest.er1
 
19732
   cat conftest.err >&5
 
19733
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19734
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19735
   (exit $ac_status); } && {
 
19736
         test -z "$ac_cxx_werror_flag" ||
 
19737
         test ! -s conftest.err
 
19738
        } && test -s conftest.$ac_objext; then
 
19739
   ac_cv_prog_cxx_g=yes
 
19740
 else
 
19741
-  $as_echo "$as_me: failed program was:" >&5
 
19742
+  echo "$as_me: failed program was:" >&5
 
19743
 sed 's/^/| /' conftest.$ac_ext >&5
 
19744
 
 
19745
 
 
19746
@@ -7384,8 +7162,8 @@
 
19747
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
19748
    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
 
19749
 fi
 
19750
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
 
19751
-$as_echo "$ac_cv_prog_cxx_g" >&6; }
 
19752
+{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
 
19753
+echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
 
19754
 if test "$ac_test_CXXFLAGS" = set; then
 
19755
   CXXFLAGS=$ac_save_CXXFLAGS
 
19756
 elif test $ac_cv_prog_cxx_g = yes; then
 
19757
@@ -7409,10 +7187,10 @@
 
19758
 
 
19759
 depcc="$CXX"  am_compiler_list=
 
19760
 
 
19761
-{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
19762
-$as_echo_n "checking dependency style of $depcc... " >&6; }
 
19763
+{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
19764
+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
 
19765
 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
 
19766
-  $as_echo_n "(cached) " >&6
 
19767
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
19768
 else
 
19769
   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
19770
   # We make a subdir and do the tests there.  Otherwise we can end up
 
19771
@@ -7500,8 +7278,8 @@
 
19772
 fi
 
19773
 
 
19774
 fi
 
19775
-{ $as_echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
 
19776
-$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; }
 
19777
+{ echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
 
19778
+echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
 
19779
 CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
 
19780
 
 
19781
  if
 
19782
@@ -7516,16 +7294,16 @@
 
19783
 
 
19784
 
 
19785
 if test "x$CC" != xcc; then
 
19786
-  { $as_echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
 
19787
-$as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
 
19788
+  { echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
 
19789
+echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6; }
 
19790
 else
 
19791
-  { $as_echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
 
19792
-$as_echo_n "checking whether cc understands -c and -o together... " >&6; }
 
19793
+  { echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
 
19794
+echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6; }
 
19795
 fi
 
19796
-set dummy $CC; ac_cc=`$as_echo "$2" |
 
19797
+set dummy $CC; ac_cc=`echo $2 |
 
19798
                      sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
 
19799
 if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then
 
19800
-  $as_echo_n "(cached) " >&6
 
19801
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
19802
 else
 
19803
   cat >conftest.$ac_ext <<_ACEOF
 
19804
 /* confdefs.h.  */
 
19805
@@ -7551,21 +7329,19 @@
 
19806
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
19807
   *) ac_try_echo=$ac_try;;
 
19808
 esac
 
19809
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
19810
-$as_echo "$ac_try_echo") >&5
 
19811
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
19812
   (eval "$ac_try") 2>&5
 
19813
   ac_status=$?
 
19814
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19815
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19816
   (exit $ac_status); } &&
 
19817
    test -f conftest2.$ac_objext && { (case "(($ac_try" in
 
19818
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
19819
   *) ac_try_echo=$ac_try;;
 
19820
 esac
 
19821
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
19822
-$as_echo "$ac_try_echo") >&5
 
19823
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
19824
   (eval "$ac_try") 2>&5
 
19825
   ac_status=$?
 
19826
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19827
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19828
   (exit $ac_status); };
 
19829
 then
 
19830
   eval ac_cv_prog_cc_${ac_cc}_c_o=yes
 
19831
@@ -7576,11 +7352,10 @@
 
19832
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
19833
   *) ac_try_echo=$ac_try;;
 
19834
 esac
 
19835
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
19836
-$as_echo "$ac_try_echo") >&5
 
19837
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
19838
   (eval "$ac_try") 2>&5
 
19839
   ac_status=$?
 
19840
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19841
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19842
   (exit $ac_status); }; }; then
 
19843
       ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
 
19844
       rm -f conftest2.*
 
19845
@@ -7588,21 +7363,19 @@
 
19846
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
19847
   *) ac_try_echo=$ac_try;;
 
19848
 esac
 
19849
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
19850
-$as_echo "$ac_try_echo") >&5
 
19851
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
19852
   (eval "$ac_try") 2>&5
 
19853
   ac_status=$?
 
19854
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19855
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19856
   (exit $ac_status); } &&
 
19857
         test -f conftest2.$ac_objext && { (case "(($ac_try" in
 
19858
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
19859
   *) ac_try_echo=$ac_try;;
 
19860
 esac
 
19861
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
19862
-$as_echo "$ac_try_echo") >&5
 
19863
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
19864
   (eval "$ac_try") 2>&5
 
19865
   ac_status=$?
 
19866
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19867
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19868
   (exit $ac_status); };
 
19869
       then
 
19870
        # cc works too.
 
19871
@@ -7620,11 +7393,11 @@
 
19872
 
 
19873
 fi
 
19874
 if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
 
19875
-  { $as_echo "$as_me:$LINENO: result: yes" >&5
 
19876
-$as_echo "yes" >&6; }
 
19877
+  { echo "$as_me:$LINENO: result: yes" >&5
 
19878
+echo "${ECHO_T}yes" >&6; }
 
19879
 else
 
19880
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
19881
-$as_echo "no" >&6; }
 
19882
+  { echo "$as_me:$LINENO: result: no" >&5
 
19883
+echo "${ECHO_T}no" >&6; }
 
19884
 
 
19885
 cat >>confdefs.h <<\_ACEOF
 
19886
 #define NO_MINUS_C_MINUS_O 1
 
19887
@@ -7646,108 +7419,61 @@
 
19888
 fi
 
19889
 
 
19890
 
 
19891
-# Check whether --enable-shared was given.
 
19892
-if test "${enable_shared+set}" = set; then
 
19893
-  enableval=$enable_shared; p=${PACKAGE-default}
 
19894
-    case $enableval in
 
19895
-    yes) enable_shared=yes ;;
 
19896
-    no) enable_shared=no ;;
 
19897
-    *)
 
19898
-      enable_shared=no
 
19899
-      # Look at the argument we got.  We use all the common list separators.
 
19900
-      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
19901
-      for pkg in $enableval; do
 
19902
-       IFS="$lt_save_ifs"
 
19903
-       if test "X$pkg" = "X$p"; then
 
19904
-         enable_shared=yes
 
19905
-       fi
 
19906
-      done
 
19907
-      IFS="$lt_save_ifs"
 
19908
-      ;;
 
19909
-    esac
 
19910
-else
 
19911
-  enable_shared=yes
 
19912
-fi
 
19913
+case `pwd` in
 
19914
+  *\ * | *\    *)
 
19915
+    { echo "$as_me:$LINENO: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
 
19916
+echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
 
19917
+esac
 
19918
 
 
19919
 
 
19920
-# Check whether --enable-static was given.
 
19921
-if test "${enable_static+set}" = set; then
 
19922
-  enableval=$enable_static; p=${PACKAGE-default}
 
19923
-    case $enableval in
 
19924
-    yes) enable_static=yes ;;
 
19925
-    no) enable_static=no ;;
 
19926
-    *)
 
19927
-     enable_static=no
 
19928
-      # Look at the argument we got.  We use all the common list separators.
 
19929
-      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
19930
-      for pkg in $enableval; do
 
19931
-       IFS="$lt_save_ifs"
 
19932
-       if test "X$pkg" = "X$p"; then
 
19933
-         enable_static=yes
 
19934
-       fi
 
19935
-      done
 
19936
-      IFS="$lt_save_ifs"
 
19937
-      ;;
 
19938
-    esac
 
19939
-else
 
19940
-  enable_static=yes
 
19941
-fi
 
19942
 
 
19943
+macro_version='2.2.4'
 
19944
+macro_revision='1.2976'
 
19945
 
 
19946
-# Check whether --enable-fast-install was given.
 
19947
-if test "${enable_fast_install+set}" = set; then
 
19948
-  enableval=$enable_fast_install; p=${PACKAGE-default}
 
19949
-    case $enableval in
 
19950
-    yes) enable_fast_install=yes ;;
 
19951
-    no) enable_fast_install=no ;;
 
19952
-    *)
 
19953
-      enable_fast_install=no
 
19954
-      # Look at the argument we got.  We use all the common list separators.
 
19955
-      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
19956
-      for pkg in $enableval; do
 
19957
-       IFS="$lt_save_ifs"
 
19958
-       if test "X$pkg" = "X$p"; then
 
19959
-         enable_fast_install=yes
 
19960
-       fi
 
19961
-      done
 
19962
-      IFS="$lt_save_ifs"
 
19963
-      ;;
 
19964
-    esac
 
19965
-else
 
19966
-  enable_fast_install=yes
 
19967
-fi
 
19968
 
 
19969
 
 
19970
-# Make sure we can run config.sub.
 
19971
+
 
19972
+
 
19973
+
 
19974
+
 
19975
+
 
19976
+
 
19977
+
 
19978
+
 
19979
+
 
19980
+
 
19981
+ltmain="$ac_aux_dir/ltmain.sh"
 
19982
+
 
19983
+# Make sure we can run config.sub.
 
19984
 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
 
19985
-  { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
 
19986
-$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
 
19987
+  { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
 
19988
+echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
 
19989
    { (exit 1); exit 1; }; }
 
19990
 
 
19991
-{ $as_echo "$as_me:$LINENO: checking build system type" >&5
 
19992
-$as_echo_n "checking build system type... " >&6; }
 
19993
+{ echo "$as_me:$LINENO: checking build system type" >&5
 
19994
+echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
 
19995
 if test "${ac_cv_build+set}" = set; then
 
19996
-  $as_echo_n "(cached) " >&6
 
19997
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
19998
 else
 
19999
   ac_build_alias=$build_alias
 
20000
 test "x$ac_build_alias" = x &&
 
20001
   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
 
20002
 test "x$ac_build_alias" = x &&
 
20003
-  { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
 
20004
-$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
 
20005
+  { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
 
20006
+echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
 
20007
    { (exit 1); exit 1; }; }
 
20008
 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
 
20009
-  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
 
20010
-$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
 
20011
+  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
 
20012
+echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
 
20013
    { (exit 1); exit 1; }; }
 
20014
 
 
20015
 fi
 
20016
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
 
20017
-$as_echo "$ac_cv_build" >&6; }
 
20018
+{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5
 
20019
+echo "${ECHO_T}$ac_cv_build" >&6; }
 
20020
 case $ac_cv_build in
 
20021
 *-*-*) ;;
 
20022
-*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
 
20023
-$as_echo "$as_me: error: invalid value of canonical build" >&2;}
 
20024
+*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
 
20025
+echo "$as_me: error: invalid value of canonical build" >&2;}
 
20026
    { (exit 1); exit 1; }; };;
 
20027
 esac
 
20028
 build=$ac_cv_build
 
20029
@@ -7764,27 +7490,27 @@
 
20030
 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
 
20031
 
 
20032
 
 
20033
-{ $as_echo "$as_me:$LINENO: checking host system type" >&5
 
20034
-$as_echo_n "checking host system type... " >&6; }
 
20035
+{ echo "$as_me:$LINENO: checking host system type" >&5
 
20036
+echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
 
20037
 if test "${ac_cv_host+set}" = set; then
 
20038
-  $as_echo_n "(cached) " >&6
 
20039
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
20040
 else
 
20041
   if test "x$host_alias" = x; then
 
20042
   ac_cv_host=$ac_cv_build
 
20043
 else
 
20044
   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
 
20045
-    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
 
20046
-$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
 
20047
+    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
 
20048
+echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
 
20049
    { (exit 1); exit 1; }; }
 
20050
 fi
 
20051
 
 
20052
 fi
 
20053
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
 
20054
-$as_echo "$ac_cv_host" >&6; }
 
20055
+{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5
 
20056
+echo "${ECHO_T}$ac_cv_host" >&6; }
 
20057
 case $ac_cv_host in
 
20058
 *-*-*) ;;
 
20059
-*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
 
20060
-$as_echo "$as_me: error: invalid value of canonical host" >&2;}
 
20061
+*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
 
20062
+echo "$as_me: error: invalid value of canonical host" >&2;}
 
20063
    { (exit 1); exit 1; }; };;
 
20064
 esac
 
20065
 host=$ac_cv_host
 
20066
@@ -7801,64 +7527,204 @@
 
20067
 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
 
20068
 
 
20069
 
 
20070
-{ $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
 
20071
-$as_echo_n "checking for a sed that does not truncate output... " >&6; }
 
20072
-if test "${lt_cv_path_SED+set}" = set; then
 
20073
-  $as_echo_n "(cached) " >&6
 
20074
+{ echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
 
20075
+echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; }
 
20076
+if test "${ac_cv_path_SED+set}" = set; then
 
20077
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
20078
+else
 
20079
+            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
 
20080
+     for ac_i in 1 2 3 4 5 6 7; do
 
20081
+       ac_script="$ac_script$as_nl$ac_script"
 
20082
+     done
 
20083
+     echo "$ac_script" | sed 99q >conftest.sed
 
20084
+     $as_unset ac_script || ac_script=
 
20085
+     # Extract the first word of "sed gsed" to use in msg output
 
20086
+if test -z "$SED"; then
 
20087
+set dummy sed gsed; ac_prog_name=$2
 
20088
+if test "${ac_cv_path_SED+set}" = set; then
 
20089
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
20090
 else
 
20091
-  # Loop through the user's path and test for sed and gsed.
 
20092
-# Then use that list of sed's as ones to test for truncation.
 
20093
+  ac_path_SED_found=false
 
20094
+# Loop through the user's path and test for each of PROGNAME-LIST
 
20095
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
20096
 for as_dir in $PATH
 
20097
 do
 
20098
   IFS=$as_save_IFS
 
20099
   test -z "$as_dir" && as_dir=.
 
20100
-  for lt_ac_prog in sed gsed; do
 
20101
-    for ac_exec_ext in '' $ac_executable_extensions; do
 
20102
-      if { test -f "$as_dir/$lt_ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$lt_ac_prog$ac_exec_ext"; }; then
 
20103
-        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
 
20104
-      fi
 
20105
-    done
 
20106
+  for ac_prog in sed gsed; do
 
20107
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
20108
+    ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
 
20109
+    { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
 
20110
+    # Check for GNU ac_path_SED and select it if it is found.
 
20111
+  # Check for GNU $ac_path_SED
 
20112
+case `"$ac_path_SED" --version 2>&1` in
 
20113
+*GNU*)
 
20114
+  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
 
20115
+*)
 
20116
+  ac_count=0
 
20117
+  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
 
20118
+  while :
 
20119
+  do
 
20120
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
 
20121
+    mv "conftest.tmp" "conftest.in"
 
20122
+    cp "conftest.in" "conftest.nl"
 
20123
+    echo '' >> "conftest.nl"
 
20124
+    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
 
20125
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 
20126
+    ac_count=`expr $ac_count + 1`
 
20127
+    if test $ac_count -gt ${ac_path_SED_max-0}; then
 
20128
+      # Best one so far, save it but keep looking for a better one
 
20129
+      ac_cv_path_SED="$ac_path_SED"
 
20130
+      ac_path_SED_max=$ac_count
 
20131
+    fi
 
20132
+    # 10*(2^10) chars as input seems more than enough
 
20133
+    test $ac_count -gt 10 && break
 
20134
+  done
 
20135
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 
20136
+esac
 
20137
+
 
20138
+
 
20139
+    $ac_path_SED_found && break 3
 
20140
   done
 
20141
 done
 
20142
+
 
20143
+done
 
20144
 IFS=$as_save_IFS
 
20145
-lt_ac_max=0
 
20146
-lt_ac_count=0
 
20147
-# Add /usr/xpg4/bin/sed as it is typically found on Solaris
 
20148
-# along with /bin/sed that truncates output.
 
20149
-for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
 
20150
-  test ! -f $lt_ac_sed && continue
 
20151
-  cat /dev/null > conftest.in
 
20152
-  lt_ac_count=0
 
20153
-  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
 
20154
-  # Check for GNU sed and select it if it is found.
 
20155
-  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
 
20156
-    lt_cv_path_SED=$lt_ac_sed
 
20157
-    break
 
20158
-  fi
 
20159
-  while true; do
 
20160
-    cat conftest.in conftest.in >conftest.tmp
 
20161
-    mv conftest.tmp conftest.in
 
20162
-    cp conftest.in conftest.nl
 
20163
-    echo >>conftest.nl
 
20164
-    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
 
20165
-    cmp -s conftest.out conftest.nl || break
 
20166
-    # 10000 chars as input seems more than enough
 
20167
-    test $lt_ac_count -gt 10 && break
 
20168
-    lt_ac_count=`expr $lt_ac_count + 1`
 
20169
-    if test $lt_ac_count -gt $lt_ac_max; then
 
20170
-      lt_ac_max=$lt_ac_count
 
20171
-      lt_cv_path_SED=$lt_ac_sed
 
20172
+
 
20173
+
 
20174
+fi
 
20175
+
 
20176
+SED="$ac_cv_path_SED"
 
20177
+if test -z "$SED"; then
 
20178
+  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in \$PATH" >&5
 
20179
+echo "$as_me: error: no acceptable $ac_prog_name could be found in \$PATH" >&2;}
 
20180
+   { (exit 1); exit 1; }; }
 
20181
+fi
 
20182
+
 
20183
+else
 
20184
+  ac_cv_path_SED=$SED
 
20185
+fi
 
20186
+
 
20187
+fi
 
20188
+{ echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
 
20189
+echo "${ECHO_T}$ac_cv_path_SED" >&6; }
 
20190
+ SED="$ac_cv_path_SED"
 
20191
+  rm -f conftest.sed
 
20192
+
 
20193
+test -z "$SED" && SED=sed
 
20194
+Xsed="$SED -e 1s/^X//"
 
20195
+
 
20196
+
 
20197
+
 
20198
+
 
20199
+
 
20200
+
 
20201
+
 
20202
+
 
20203
+
 
20204
+
 
20205
+
 
20206
+{ echo "$as_me:$LINENO: checking for fgrep" >&5
 
20207
+echo $ECHO_N "checking for fgrep... $ECHO_C" >&6; }
 
20208
+if test "${ac_cv_path_FGREP+set}" = set; then
 
20209
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
20210
+else
 
20211
+  if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
 
20212
+   then ac_cv_path_FGREP="$GREP -F"
 
20213
+   else
 
20214
+     # Extract the first word of "fgrep" to use in msg output
 
20215
+if test -z "$FGREP"; then
 
20216
+set dummy fgrep; ac_prog_name=$2
 
20217
+if test "${ac_cv_path_FGREP+set}" = set; then
 
20218
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
20219
+else
 
20220
+  ac_path_FGREP_found=false
 
20221
+# Loop through the user's path and test for each of PROGNAME-LIST
 
20222
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
20223
+for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
 
20224
+do
 
20225
+  IFS=$as_save_IFS
 
20226
+  test -z "$as_dir" && as_dir=.
 
20227
+  for ac_prog in fgrep; do
 
20228
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
20229
+    ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
 
20230
+    { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
 
20231
+    # Check for GNU ac_path_FGREP and select it if it is found.
 
20232
+  # Check for GNU $ac_path_FGREP
 
20233
+case `"$ac_path_FGREP" --version 2>&1` in
 
20234
+*GNU*)
 
20235
+  ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
 
20236
+*)
 
20237
+  ac_count=0
 
20238
+  echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
 
20239
+  while :
 
20240
+  do
 
20241
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
 
20242
+    mv "conftest.tmp" "conftest.in"
 
20243
+    cp "conftest.in" "conftest.nl"
 
20244
+    echo 'FGREP' >> "conftest.nl"
 
20245
+    "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
 
20246
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 
20247
+    ac_count=`expr $ac_count + 1`
 
20248
+    if test $ac_count -gt ${ac_path_FGREP_max-0}; then
 
20249
+      # Best one so far, save it but keep looking for a better one
 
20250
+      ac_cv_path_FGREP="$ac_path_FGREP"
 
20251
+      ac_path_FGREP_max=$ac_count
 
20252
     fi
 
20253
+    # 10*(2^10) chars as input seems more than enough
 
20254
+    test $ac_count -gt 10 && break
 
20255
+  done
 
20256
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
 
20257
+esac
 
20258
+
 
20259
+
 
20260
+    $ac_path_FGREP_found && break 3
 
20261
   done
 
20262
 done
 
20263
 
 
20264
+done
 
20265
+IFS=$as_save_IFS
 
20266
+
 
20267
+
 
20268
+fi
 
20269
+
 
20270
+FGREP="$ac_cv_path_FGREP"
 
20271
+if test -z "$FGREP"; then
 
20272
+  { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 
20273
+echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 
20274
+   { (exit 1); exit 1; }; }
 
20275
+fi
 
20276
+
 
20277
+else
 
20278
+  ac_cv_path_FGREP=$FGREP
 
20279
+fi
 
20280
+
 
20281
+
 
20282
+   fi
 
20283
 fi
 
20284
+{ echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5
 
20285
+echo "${ECHO_T}$ac_cv_path_FGREP" >&6; }
 
20286
+ FGREP="$ac_cv_path_FGREP"
 
20287
+
 
20288
+
 
20289
+test -z "$GREP" && GREP=grep
 
20290
+
 
20291
+
 
20292
+
 
20293
+
 
20294
+
 
20295
+
 
20296
+
 
20297
+
 
20298
+
 
20299
+
 
20300
+
 
20301
+
 
20302
+
 
20303
+
 
20304
+
 
20305
 
 
20306
-SED=$lt_cv_path_SED
 
20307
 
 
20308
-{ $as_echo "$as_me:$LINENO: result: $SED" >&5
 
20309
-$as_echo "$SED" >&6; }
 
20310
 
 
20311
 
 
20312
 # Check whether --with-gnu-ld was given.
 
20313
@@ -7871,8 +7737,8 @@
 
20314
 ac_prog=ld
 
20315
 if test "$GCC" = yes; then
 
20316
   # Check if gcc -print-prog-name=ld gives a path.
 
20317
-  { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5
 
20318
-$as_echo_n "checking for ld used by $CC... " >&6; }
 
20319
+  { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
 
20320
+echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
 
20321
   case $host in
 
20322
   *-*-mingw*)
 
20323
     # gcc leaves a trailing carriage return which upsets mingw
 
20324
@@ -7885,9 +7751,9 @@
 
20325
     [\\/]* | ?:[\\/]*)
 
20326
       re_direlt='/[^/][^/]*/\.\./'
 
20327
       # Canonicalize the pathname of ld
 
20328
-      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
 
20329
-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
 
20330
-       ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
 
20331
+      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
 
20332
+      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
 
20333
+       ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
 
20334
       done
 
20335
       test -z "$LD" && LD="$ac_prog"
 
20336
       ;;
 
20337
@@ -7901,14 +7767,14 @@
 
20338
     ;;
 
20339
   esac
 
20340
 elif test "$with_gnu_ld" = yes; then
 
20341
-  { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
 
20342
-$as_echo_n "checking for GNU ld... " >&6; }
 
20343
+  { echo "$as_me:$LINENO: checking for GNU ld" >&5
 
20344
+echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
 
20345
 else
 
20346
-  { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
 
20347
-$as_echo_n "checking for non-GNU ld... " >&6; }
 
20348
+  { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
 
20349
+echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
 
20350
 fi
 
20351
 if test "${lt_cv_path_LD+set}" = set; then
 
20352
-  $as_echo_n "(cached) " >&6
 
20353
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
20354
 else
 
20355
   if test -z "$LD"; then
 
20356
   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
20357
@@ -7938,19 +7804,19 @@
 
20358
 
 
20359
 LD="$lt_cv_path_LD"
 
20360
 if test -n "$LD"; then
 
20361
-  { $as_echo "$as_me:$LINENO: result: $LD" >&5
 
20362
-$as_echo "$LD" >&6; }
 
20363
+  { echo "$as_me:$LINENO: result: $LD" >&5
 
20364
+echo "${ECHO_T}$LD" >&6; }
 
20365
 else
 
20366
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
20367
-$as_echo "no" >&6; }
 
20368
+  { echo "$as_me:$LINENO: result: no" >&5
 
20369
+echo "${ECHO_T}no" >&6; }
 
20370
 fi
 
20371
-test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
 
20372
-$as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
 
20373
+test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
 
20374
+echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
 
20375
    { (exit 1); exit 1; }; }
 
20376
-{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
 
20377
-$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
 
20378
+{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
 
20379
+echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
 
20380
 if test "${lt_cv_prog_gnu_ld+set}" = set; then
 
20381
-  $as_echo_n "(cached) " >&6
 
20382
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
20383
 else
 
20384
   # I'd rather use --version here, but apparently some GNU lds only accept -v.
 
20385
 case `$LD -v 2>&1 </dev/null` in
 
20386
@@ -7962,40 +7828,22 @@
 
20387
   ;;
 
20388
 esac
 
20389
 fi
 
20390
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
 
20391
-$as_echo "$lt_cv_prog_gnu_ld" >&6; }
 
20392
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
 
20393
+echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
 
20394
 with_gnu_ld=$lt_cv_prog_gnu_ld
 
20395
 
 
20396
 
 
20397
-{ $as_echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
 
20398
-$as_echo_n "checking for $LD option to reload object files... " >&6; }
 
20399
-if test "${lt_cv_ld_reload_flag+set}" = set; then
 
20400
-  $as_echo_n "(cached) " >&6
 
20401
-else
 
20402
-  lt_cv_ld_reload_flag='-r'
 
20403
-fi
 
20404
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
 
20405
-$as_echo "$lt_cv_ld_reload_flag" >&6; }
 
20406
-reload_flag=$lt_cv_ld_reload_flag
 
20407
-case $reload_flag in
 
20408
-"" | " "*) ;;
 
20409
-*) reload_flag=" $reload_flag" ;;
 
20410
-esac
 
20411
-reload_cmds='$LD$reload_flag -o $output$reload_objs'
 
20412
-case $host_os in
 
20413
-  darwin*)
 
20414
-    if test "$GCC" = yes; then
 
20415
-      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
 
20416
-    else
 
20417
-      reload_cmds='$LD$reload_flag -o $output$reload_objs'
 
20418
-    fi
 
20419
-    ;;
 
20420
-esac
 
20421
 
 
20422
-{ $as_echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
 
20423
-$as_echo_n "checking for BSD-compatible nm... " >&6; }
 
20424
+
 
20425
+
 
20426
+
 
20427
+
 
20428
+
 
20429
+
 
20430
+{ echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
 
20431
+echo $ECHO_N "checking for BSD- or MS-compatible name lister (nm)... $ECHO_C" >&6; }
 
20432
 if test "${lt_cv_path_NM+set}" = set; then
 
20433
-  $as_echo_n "(cached) " >&6
 
20434
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
20435
 else
 
20436
   if test -n "$NM"; then
 
20437
   # Let the user override the test.
 
20438
@@ -8038,94 +7886,462 @@
 
20439
     done
 
20440
     IFS="$lt_save_ifs"
 
20441
   done
 
20442
-  test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm
 
20443
+  : ${lt_cv_path_NM=no}
 
20444
 fi
 
20445
 fi
 
20446
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
 
20447
-$as_echo "$lt_cv_path_NM" >&6; }
 
20448
-NM="$lt_cv_path_NM"
 
20449
+{ echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
 
20450
+echo "${ECHO_T}$lt_cv_path_NM" >&6; }
 
20451
+if test "$lt_cv_path_NM" != "no"; then
 
20452
+  NM="$lt_cv_path_NM"
 
20453
+else
 
20454
+  # Didn't find any BSD compatible name lister, look for dumpbin.
 
20455
+  if test -n "$ac_tool_prefix"; then
 
20456
+  for ac_prog in "dumpbin -symbols" "link -dump -symbols"
 
20457
+  do
 
20458
+    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 
20459
+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 
20460
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
20461
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
20462
+if test "${ac_cv_prog_DUMPBIN+set}" = set; then
 
20463
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
20464
+else
 
20465
+  if test -n "$DUMPBIN"; then
 
20466
+  ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
 
20467
+else
 
20468
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
20469
+for as_dir in $PATH
 
20470
+do
 
20471
+  IFS=$as_save_IFS
 
20472
+  test -z "$as_dir" && as_dir=.
 
20473
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
20474
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
20475
+    ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
 
20476
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20477
+    break 2
 
20478
+  fi
 
20479
+done
 
20480
+done
 
20481
+IFS=$as_save_IFS
 
20482
 
 
20483
-{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
 
20484
-$as_echo_n "checking whether ln -s works... " >&6; }
 
20485
-LN_S=$as_ln_s
 
20486
-if test "$LN_S" = "ln -s"; then
 
20487
-  { $as_echo "$as_me:$LINENO: result: yes" >&5
 
20488
-$as_echo "yes" >&6; }
 
20489
+fi
 
20490
+fi
 
20491
+DUMPBIN=$ac_cv_prog_DUMPBIN
 
20492
+if test -n "$DUMPBIN"; then
 
20493
+  { echo "$as_me:$LINENO: result: $DUMPBIN" >&5
 
20494
+echo "${ECHO_T}$DUMPBIN" >&6; }
 
20495
 else
 
20496
-  { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
 
20497
-$as_echo "no, using $LN_S" >&6; }
 
20498
+  { echo "$as_me:$LINENO: result: no" >&5
 
20499
+echo "${ECHO_T}no" >&6; }
 
20500
 fi
 
20501
 
 
20502
-{ $as_echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
 
20503
-$as_echo_n "checking how to recognize dependent libraries... " >&6; }
 
20504
-if test "${lt_cv_deplibs_check_method+set}" = set; then
 
20505
-  $as_echo_n "(cached) " >&6
 
20506
-else
 
20507
-  lt_cv_file_magic_cmd='$MAGIC_CMD'
 
20508
-lt_cv_file_magic_test_file=
 
20509
-lt_cv_deplibs_check_method='unknown'
 
20510
-# Need to set the preceding variable on all platforms that support
 
20511
-# interlibrary dependencies.
 
20512
-# 'none' -- dependencies not supported.
 
20513
-# `unknown' -- same as none, but documents that we really don't know.
 
20514
-# 'pass_all' -- all dependencies passed with no checks.
 
20515
-# 'test_compile' -- check by making test program.
 
20516
-# 'file_magic [[regex]]' -- check by looking for files in library path
 
20517
-# which responds to the $file_magic_cmd with a given extended regex.
 
20518
-# If you have `file' or equivalent on your system and you're not sure
 
20519
-# whether `pass_all' will *always* work, you probably want this one.
 
20520
 
 
20521
-case $host_os in
 
20522
-aix[4-9]*)
 
20523
-  lt_cv_deplibs_check_method=pass_all
 
20524
-  ;;
 
20525
+    test -n "$DUMPBIN" && break
 
20526
+  done
 
20527
+fi
 
20528
+if test -z "$DUMPBIN"; then
 
20529
+  ac_ct_DUMPBIN=$DUMPBIN
 
20530
+  for ac_prog in "dumpbin -symbols" "link -dump -symbols"
 
20531
+do
 
20532
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
 
20533
+set dummy $ac_prog; ac_word=$2
 
20534
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
20535
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
20536
+if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
 
20537
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
20538
+else
 
20539
+  if test -n "$ac_ct_DUMPBIN"; then
 
20540
+  ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
 
20541
+else
 
20542
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
20543
+for as_dir in $PATH
 
20544
+do
 
20545
+  IFS=$as_save_IFS
 
20546
+  test -z "$as_dir" && as_dir=.
 
20547
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
20548
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
20549
+    ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
 
20550
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20551
+    break 2
 
20552
+  fi
 
20553
+done
 
20554
+done
 
20555
+IFS=$as_save_IFS
 
20556
 
 
20557
-beos*)
 
20558
-  lt_cv_deplibs_check_method=pass_all
 
20559
-  ;;
 
20560
+fi
 
20561
+fi
 
20562
+ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
 
20563
+if test -n "$ac_ct_DUMPBIN"; then
 
20564
+  { echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
 
20565
+echo "${ECHO_T}$ac_ct_DUMPBIN" >&6; }
 
20566
+else
 
20567
+  { echo "$as_me:$LINENO: result: no" >&5
 
20568
+echo "${ECHO_T}no" >&6; }
 
20569
+fi
 
20570
 
 
20571
-bsdi[45]*)
 
20572
-  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
 
20573
-  lt_cv_file_magic_cmd='/usr/bin/file -L'
 
20574
-  lt_cv_file_magic_test_file=/shlib/libc.so
 
20575
-  ;;
 
20576
 
 
20577
-cygwin*)
 
20578
-  # func_win32_libid is a shell function defined in ltmain.sh
 
20579
-  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
 
20580
-  lt_cv_file_magic_cmd='func_win32_libid'
 
20581
-  ;;
 
20582
+  test -n "$ac_ct_DUMPBIN" && break
 
20583
+done
 
20584
 
 
20585
-mingw* | pw32*)
 
20586
-  # Base MSYS/MinGW do not provide the 'file' command needed by
 
20587
-  # func_win32_libid shell function, so use a weaker test based on 'objdump',
 
20588
-  # unless we find 'file', for example because we are cross-compiling.
 
20589
-  if ( file / ) >/dev/null 2>&1; then
 
20590
-    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
 
20591
-    lt_cv_file_magic_cmd='func_win32_libid'
 
20592
+  if test "x$ac_ct_DUMPBIN" = x; then
 
20593
+    DUMPBIN=":"
 
20594
   else
 
20595
-    lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
 
20596
-    lt_cv_file_magic_cmd='$OBJDUMP -f'
 
20597
+    case $cross_compiling:$ac_tool_warned in
 
20598
+yes:)
 
20599
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
20600
+whose name does not start with the host triplet.  If you think this
 
20601
+configuration is useful to you, please write to autoconf@gnu.org." >&5
 
20602
+echo "$as_me: 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." >&2;}
 
20605
+ac_tool_warned=yes ;;
 
20606
+esac
 
20607
+    DUMPBIN=$ac_ct_DUMPBIN
 
20608
   fi
 
20609
-  ;;
 
20610
+fi
 
20611
 
 
20612
-darwin* | rhapsody*)
 
20613
-  lt_cv_deplibs_check_method=pass_all
 
20614
-  ;;
 
20615
 
 
20616
-freebsd* | dragonfly*)
 
20617
-  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
 
20618
-    case $host_cpu in
 
20619
-    i*86 )
 
20620
-      # Not sure whether the presence of OpenBSD here was a mistake.
 
20621
-      # Let's accept both of them until this is cleared up.
 
20622
-      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
 
20623
-      lt_cv_file_magic_cmd=/usr/bin/file
 
20624
-      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
 
20625
-      ;;
 
20626
-    esac
 
20627
-  else
 
20628
-    lt_cv_deplibs_check_method=pass_all
 
20629
+  if test "$DUMPBIN" != ":"; then
 
20630
+    NM="$DUMPBIN"
 
20631
+  fi
 
20632
+fi
 
20633
+test -z "$NM" && NM=nm
 
20634
+
 
20635
+
 
20636
+
 
20637
+
 
20638
+
 
20639
+
 
20640
+{ echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
 
20641
+echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6; }
 
20642
+if test "${lt_cv_nm_interface+set}" = set; then
 
20643
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
20644
+else
 
20645
+  lt_cv_nm_interface="BSD nm"
 
20646
+  echo "int some_variable = 0;" > conftest.$ac_ext
 
20647
+  (eval echo "\"\$as_me:8021: $ac_compile\"" >&5)
 
20648
+  (eval "$ac_compile" 2>conftest.err)
 
20649
+  cat conftest.err >&5
 
20650
+  (eval echo "\"\$as_me:8024: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
20651
+  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
 
20652
+  cat conftest.err >&5
 
20653
+  (eval echo "\"\$as_me:8027: output\"" >&5)
 
20654
+  cat conftest.out >&5
 
20655
+  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
 
20656
+    lt_cv_nm_interface="MS dumpbin"
 
20657
+  fi
 
20658
+  rm -f conftest*
 
20659
+fi
 
20660
+{ echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
 
20661
+echo "${ECHO_T}$lt_cv_nm_interface" >&6; }
 
20662
+
 
20663
+{ echo "$as_me:$LINENO: checking whether ln -s works" >&5
 
20664
+echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
 
20665
+LN_S=$as_ln_s
 
20666
+if test "$LN_S" = "ln -s"; then
 
20667
+  { echo "$as_me:$LINENO: result: yes" >&5
 
20668
+echo "${ECHO_T}yes" >&6; }
 
20669
+else
 
20670
+  { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
 
20671
+echo "${ECHO_T}no, using $LN_S" >&6; }
 
20672
+fi
 
20673
+
 
20674
+# find the maximum length of command line arguments
 
20675
+{ echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
 
20676
+echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; }
 
20677
+if test "${lt_cv_sys_max_cmd_len+set}" = set; then
 
20678
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
20679
+else
 
20680
+    i=0
 
20681
+  teststring="ABCD"
 
20682
+
 
20683
+  case $build_os in
 
20684
+  msdosdjgpp*)
 
20685
+    # On DJGPP, this test can blow up pretty badly due to problems in libc
 
20686
+    # (any single argument exceeding 2000 bytes causes a buffer overrun
 
20687
+    # during glob expansion).  Even if it were fixed, the result of this
 
20688
+    # check would be larger than it should be.
 
20689
+    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
 
20690
+    ;;
 
20691
+
 
20692
+  gnu*)
 
20693
+    # Under GNU Hurd, this test is not required because there is
 
20694
+    # no limit to the length of command line arguments.
 
20695
+    # Libtool will interpret -1 as no limit whatsoever
 
20696
+    lt_cv_sys_max_cmd_len=-1;
 
20697
+    ;;
 
20698
+
 
20699
+  cygwin* | mingw*)
 
20700
+    # On Win9x/ME, this test blows up -- it succeeds, but takes
 
20701
+    # about 5 minutes as the teststring grows exponentially.
 
20702
+    # Worse, since 9x/ME are not pre-emptively multitasking,
 
20703
+    # you end up with a "frozen" computer, even though with patience
 
20704
+    # the test eventually succeeds (with a max line length of 256k).
 
20705
+    # Instead, let's just punt: use the minimum linelength reported by
 
20706
+    # all of the supported platforms: 8192 (on NT/2K/XP).
 
20707
+    lt_cv_sys_max_cmd_len=8192;
 
20708
+    ;;
 
20709
+
 
20710
+  amigaos*)
 
20711
+    # On AmigaOS with pdksh, this test takes hours, literally.
 
20712
+    # So we just punt and use a minimum line length of 8192.
 
20713
+    lt_cv_sys_max_cmd_len=8192;
 
20714
+    ;;
 
20715
+
 
20716
+  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
 
20717
+    # This has been around since 386BSD, at least.  Likely further.
 
20718
+    if test -x /sbin/sysctl; then
 
20719
+      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
 
20720
+    elif test -x /usr/sbin/sysctl; then
 
20721
+      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
 
20722
+    else
 
20723
+      lt_cv_sys_max_cmd_len=65536      # usable default for all BSDs
 
20724
+    fi
 
20725
+    # And add a safety zone
 
20726
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
 
20727
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
 
20728
+    ;;
 
20729
+
 
20730
+  interix*)
 
20731
+    # We know the value 262144 and hardcode it with a safety zone (like BSD)
 
20732
+    lt_cv_sys_max_cmd_len=196608
 
20733
+    ;;
 
20734
+
 
20735
+  osf*)
 
20736
+    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
 
20737
+    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
 
20738
+    # nice to cause kernel panics so lets avoid the loop below.
 
20739
+    # First set a reasonable default.
 
20740
+    lt_cv_sys_max_cmd_len=16384
 
20741
+    #
 
20742
+    if test -x /sbin/sysconfig; then
 
20743
+      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
 
20744
+        *1*) lt_cv_sys_max_cmd_len=-1 ;;
 
20745
+      esac
 
20746
+    fi
 
20747
+    ;;
 
20748
+  sco3.2v5*)
 
20749
+    lt_cv_sys_max_cmd_len=102400
 
20750
+    ;;
 
20751
+  sysv5* | sco5v6* | sysv4.2uw2*)
 
20752
+    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
 
20753
+    if test -n "$kargmax"; then
 
20754
+      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[         ]//'`
 
20755
+    else
 
20756
+      lt_cv_sys_max_cmd_len=32768
 
20757
+    fi
 
20758
+    ;;
 
20759
+  *)
 
20760
+    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
 
20761
+    if test -n "$lt_cv_sys_max_cmd_len"; then
 
20762
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
 
20763
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
 
20764
+    else
 
20765
+      # Make teststring a little bigger before we do anything with it.
 
20766
+      # a 1K string should be a reasonable start.
 
20767
+      for i in 1 2 3 4 5 6 7 8 ; do
 
20768
+        teststring=$teststring$teststring
 
20769
+      done
 
20770
+      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
 
20771
+      # If test is not a shell built-in, we'll probably end up computing a
 
20772
+      # maximum length that is only half of the actual maximum length, but
 
20773
+      # we can't tell.
 
20774
+      while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
 
20775
+                = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
 
20776
+             test $i != 17 # 1/2 MB should be enough
 
20777
+      do
 
20778
+        i=`expr $i + 1`
 
20779
+        teststring=$teststring$teststring
 
20780
+      done
 
20781
+      # Only check the string length outside the loop.
 
20782
+      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
 
20783
+      teststring=
 
20784
+      # Add a significant safety factor because C++ compilers can tack on
 
20785
+      # massive amounts of additional arguments before passing them to the
 
20786
+      # linker.  It appears as though 1/2 is a usable value.
 
20787
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
 
20788
+    fi
 
20789
+    ;;
 
20790
+  esac
 
20791
+
 
20792
+fi
 
20793
+
 
20794
+if test -n $lt_cv_sys_max_cmd_len ; then
 
20795
+  { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
 
20796
+echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; }
 
20797
+else
 
20798
+  { echo "$as_me:$LINENO: result: none" >&5
 
20799
+echo "${ECHO_T}none" >&6; }
 
20800
+fi
 
20801
+max_cmd_len=$lt_cv_sys_max_cmd_len
 
20802
+
 
20803
+
 
20804
+
 
20805
+
 
20806
+
 
20807
+
 
20808
+: ${CP="cp -f"}
 
20809
+: ${MV="mv -f"}
 
20810
+: ${RM="rm -f"}
 
20811
+
 
20812
+{ echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
 
20813
+echo $ECHO_N "checking whether the shell understands some XSI constructs... $ECHO_C" >&6; }
 
20814
+# Try some XSI features
 
20815
+xsi_shell=no
 
20816
+( _lt_dummy="a/b/c"
 
20817
+  test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
 
20818
+      = c,a/b,, \
 
20819
+    && eval 'test $(( 1 + 1 )) -eq 2 \
 
20820
+    && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
 
20821
+  && xsi_shell=yes
 
20822
+{ echo "$as_me:$LINENO: result: $xsi_shell" >&5
 
20823
+echo "${ECHO_T}$xsi_shell" >&6; }
 
20824
+
 
20825
+
 
20826
+{ echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
 
20827
+echo $ECHO_N "checking whether the shell understands \"+=\"... $ECHO_C" >&6; }
 
20828
+lt_shell_append=no
 
20829
+( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
 
20830
+    >/dev/null 2>&1 \
 
20831
+  && lt_shell_append=yes
 
20832
+{ echo "$as_me:$LINENO: result: $lt_shell_append" >&5
 
20833
+echo "${ECHO_T}$lt_shell_append" >&6; }
 
20834
+
 
20835
+
 
20836
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 
20837
+  lt_unset=unset
 
20838
+else
 
20839
+  lt_unset=false
 
20840
+fi
 
20841
+
 
20842
+
 
20843
+
 
20844
+
 
20845
+
 
20846
+# test EBCDIC or ASCII
 
20847
+case `echo X|tr X '\101'` in
 
20848
+ A) # ASCII based system
 
20849
+    # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
 
20850
+  lt_SP2NL='tr \040 \012'
 
20851
+  lt_NL2SP='tr \015\012 \040\040'
 
20852
+  ;;
 
20853
+ *) # EBCDIC based system
 
20854
+  lt_SP2NL='tr \100 \n'
 
20855
+  lt_NL2SP='tr \r\n \100\100'
 
20856
+  ;;
 
20857
+esac
 
20858
+
 
20859
+
 
20860
+
 
20861
+
 
20862
+
 
20863
+
 
20864
+
 
20865
+
 
20866
+
 
20867
+{ echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
 
20868
+echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; }
 
20869
+if test "${lt_cv_ld_reload_flag+set}" = set; then
 
20870
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
20871
+else
 
20872
+  lt_cv_ld_reload_flag='-r'
 
20873
+fi
 
20874
+{ echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
 
20875
+echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; }
 
20876
+reload_flag=$lt_cv_ld_reload_flag
 
20877
+case $reload_flag in
 
20878
+"" | " "*) ;;
 
20879
+*) reload_flag=" $reload_flag" ;;
 
20880
+esac
 
20881
+reload_cmds='$LD$reload_flag -o $output$reload_objs'
 
20882
+case $host_os in
 
20883
+  darwin*)
 
20884
+    if test "$GCC" = yes; then
 
20885
+      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
 
20886
+    else
 
20887
+      reload_cmds='$LD$reload_flag -o $output$reload_objs'
 
20888
+    fi
 
20889
+    ;;
 
20890
+esac
 
20891
+
 
20892
+
 
20893
+
 
20894
+
 
20895
+
 
20896
+
 
20897
+
 
20898
+
 
20899
+
 
20900
+
 
20901
+{ echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
 
20902
+echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6; }
 
20903
+if test "${lt_cv_deplibs_check_method+set}" = set; then
 
20904
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
20905
+else
 
20906
+  lt_cv_file_magic_cmd='$MAGIC_CMD'
 
20907
+lt_cv_file_magic_test_file=
 
20908
+lt_cv_deplibs_check_method='unknown'
 
20909
+# Need to set the preceding variable on all platforms that support
 
20910
+# interlibrary dependencies.
 
20911
+# 'none' -- dependencies not supported.
 
20912
+# `unknown' -- same as none, but documents that we really don't know.
 
20913
+# 'pass_all' -- all dependencies passed with no checks.
 
20914
+# 'test_compile' -- check by making test program.
 
20915
+# 'file_magic [[regex]]' -- check by looking for files in library path
 
20916
+# which responds to the $file_magic_cmd with a given extended regex.
 
20917
+# If you have `file' or equivalent on your system and you're not sure
 
20918
+# whether `pass_all' will *always* work, you probably want this one.
 
20919
+
 
20920
+case $host_os in
 
20921
+aix[4-9]*)
 
20922
+  lt_cv_deplibs_check_method=pass_all
 
20923
+  ;;
 
20924
+
 
20925
+beos*)
 
20926
+  lt_cv_deplibs_check_method=pass_all
 
20927
+  ;;
 
20928
+
 
20929
+bsdi[45]*)
 
20930
+  lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
 
20931
+  lt_cv_file_magic_cmd='/usr/bin/file -L'
 
20932
+  lt_cv_file_magic_test_file=/shlib/libc.so
 
20933
+  ;;
 
20934
+
 
20935
+cygwin*)
 
20936
+  # func_win32_libid is a shell function defined in ltmain.sh
 
20937
+  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
 
20938
+  lt_cv_file_magic_cmd='func_win32_libid'
 
20939
+  ;;
 
20940
+
 
20941
+mingw* | pw32*)
 
20942
+  # Base MSYS/MinGW do not provide the 'file' command needed by
 
20943
+  # func_win32_libid shell function, so use a weaker test based on 'objdump',
 
20944
+  # unless we find 'file', for example because we are cross-compiling.
 
20945
+  if ( file / ) >/dev/null 2>&1; then
 
20946
+    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
 
20947
+    lt_cv_file_magic_cmd='func_win32_libid'
 
20948
+  else
 
20949
+    lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
 
20950
+    lt_cv_file_magic_cmd='$OBJDUMP -f'
 
20951
+  fi
 
20952
+  ;;
 
20953
+
 
20954
+darwin* | rhapsody*)
 
20955
+  lt_cv_deplibs_check_method=pass_all
 
20956
+  ;;
 
20957
+
 
20958
+freebsd* | dragonfly*)
 
20959
+  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
 
20960
+    case $host_cpu in
 
20961
+    i*86 )
 
20962
+      # Not sure whether the presence of OpenBSD here was a mistake.
 
20963
+      # Let's accept both of them until this is cleared up.
 
20964
+      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
 
20965
+      lt_cv_file_magic_cmd=/usr/bin/file
 
20966
+      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
 
20967
+      ;;
 
20968
+    esac
 
20969
+  else
 
20970
+    lt_cv_deplibs_check_method=pass_all
 
20971
   fi
 
20972
   ;;
 
20973
 
 
20974
@@ -8171,8 +8387,8 @@
 
20975
   lt_cv_deplibs_check_method=pass_all
 
20976
   ;;
 
20977
 
 
20978
-netbsd*)
 
20979
-  if echo __ELF__ | $CC -E - | grep __ELF__ > /dev/null; then
 
20980
+netbsd* | netbsdelf*-gnu)
 
20981
+  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
 
20982
     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
 
20983
   else
 
20984
     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
 
20985
@@ -8185,12 +8401,12 @@
 
20986
   lt_cv_file_magic_test_file=/usr/lib/libnls.so
 
20987
   ;;
 
20988
 
 
20989
-nto-qnx*)
 
20990
-  lt_cv_deplibs_check_method=unknown
 
20991
+*nto* | *qnx*)
 
20992
+  lt_cv_deplibs_check_method=pass_all
 
20993
   ;;
 
20994
 
 
20995
 openbsd*)
 
20996
-  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
20997
+  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
20998
     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
 
20999
   else
 
21000
     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
 
21001
@@ -8209,6 +8425,10 @@
 
21002
   lt_cv_deplibs_check_method=pass_all
 
21003
   ;;
 
21004
 
 
21005
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
 
21006
+  lt_cv_deplibs_check_method=pass_all
 
21007
+  ;;
 
21008
+
 
21009
 sysv4 | sysv4.3*)
 
21010
   case $host_vendor in
 
21011
   motorola)
 
21012
@@ -8236,14 +8456,14 @@
 
21013
   esac
 
21014
   ;;
 
21015
 
 
21016
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
 
21017
+tpf*)
 
21018
   lt_cv_deplibs_check_method=pass_all
 
21019
   ;;
 
21020
 esac
 
21021
 
 
21022
 fi
 
21023
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
 
21024
-$as_echo "$lt_cv_deplibs_check_method" >&6; }
 
21025
+{ echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
 
21026
+echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; }
 
21027
 file_magic_cmd=$lt_cv_file_magic_cmd
 
21028
 deplibs_check_method=$lt_cv_deplibs_check_method
 
21029
 test -z "$deplibs_check_method" && deplibs_check_method=unknown
 
21030
@@ -8251,1030 +8471,394 @@
 
21031
 
 
21032
 
 
21033
 
 
21034
-# If no C compiler was specified, use CC.
 
21035
-LTCC=${LTCC-"$CC"}
 
21036
 
 
21037
-# If no C compiler flags were specified, use CFLAGS.
 
21038
-LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
 
21039
 
 
21040
-# Allow CC to be a program name with arguments.
 
21041
-compiler=$CC
 
21042
 
 
21043
-# Check whether --enable-libtool-lock was given.
 
21044
-if test "${enable_libtool_lock+set}" = set; then
 
21045
-  enableval=$enable_libtool_lock;
 
21046
-fi
 
21047
 
 
21048
-test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
 
21049
 
 
21050
-# Some flags need to be propagated to the compiler or linker for good
 
21051
-# libtool support.
 
21052
-case $host in
 
21053
-ia64-*-hpux*)
 
21054
-  # Find out which ABI we are using.
 
21055
-  echo 'int i;' > conftest.$ac_ext
 
21056
-  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
21057
-  (eval $ac_compile) 2>&5
 
21058
-  ac_status=$?
 
21059
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21060
-  (exit $ac_status); }; then
 
21061
-    case `/usr/bin/file conftest.$ac_objext` in
 
21062
-    *ELF-32*)
 
21063
-      HPUX_IA64_MODE="32"
 
21064
-      ;;
 
21065
-    *ELF-64*)
 
21066
-      HPUX_IA64_MODE="64"
 
21067
-      ;;
 
21068
-    esac
 
21069
-  fi
 
21070
-  rm -rf conftest*
 
21071
-  ;;
 
21072
-*-*-irix6*)
 
21073
-  # Find out which ABI we are using.
 
21074
-  echo '#line 8294 "configure"' > conftest.$ac_ext
 
21075
-  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
21076
-  (eval $ac_compile) 2>&5
 
21077
-  ac_status=$?
 
21078
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21079
-  (exit $ac_status); }; then
 
21080
-   if test "$lt_cv_prog_gnu_ld" = yes; then
 
21081
-    case `/usr/bin/file conftest.$ac_objext` in
 
21082
-    *32-bit*)
 
21083
-      LD="${LD-ld} -melf32bsmip"
 
21084
-      ;;
 
21085
-    *N32*)
 
21086
-      LD="${LD-ld} -melf32bmipn32"
 
21087
-      ;;
 
21088
-    *64-bit*)
 
21089
-      LD="${LD-ld} -melf64bmip"
 
21090
-      ;;
 
21091
-    esac
 
21092
-   else
 
21093
-    case `/usr/bin/file conftest.$ac_objext` in
 
21094
-    *32-bit*)
 
21095
-      LD="${LD-ld} -32"
 
21096
-      ;;
 
21097
-    *N32*)
 
21098
-      LD="${LD-ld} -n32"
 
21099
-      ;;
 
21100
-    *64-bit*)
 
21101
-      LD="${LD-ld} -64"
 
21102
-      ;;
 
21103
-    esac
 
21104
-   fi
 
21105
-  fi
 
21106
-  rm -rf conftest*
 
21107
-  ;;
 
21108
 
 
21109
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
 
21110
-s390*-*linux*|sparc*-*linux*)
 
21111
-  # Find out which ABI we are using.
 
21112
-  echo 'int i;' > conftest.$ac_ext
 
21113
-  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
21114
-  (eval $ac_compile) 2>&5
 
21115
-  ac_status=$?
 
21116
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21117
-  (exit $ac_status); }; then
 
21118
-    case `/usr/bin/file conftest.o` in
 
21119
-    *32-bit*)
 
21120
-      case $host in
 
21121
-        x86_64-*kfreebsd*-gnu)
 
21122
-          LD="${LD-ld} -m elf_i386_fbsd"
 
21123
-          ;;
 
21124
-        x86_64-*linux*)
 
21125
-          LD="${LD-ld} -m elf_i386"
 
21126
-          ;;
 
21127
-        ppc64-*linux*|powerpc64-*linux*)
 
21128
-          LD="${LD-ld} -m elf32ppclinux"
 
21129
-          ;;
 
21130
-        s390x-*linux*)
 
21131
-          LD="${LD-ld} -m elf_s390"
 
21132
-          ;;
 
21133
-        sparc64-*linux*)
 
21134
-          LD="${LD-ld} -m elf32_sparc"
 
21135
-          ;;
 
21136
-      esac
 
21137
-      ;;
 
21138
-    *64-bit*)
 
21139
-      libsuff=64
 
21140
-      case $host in
 
21141
-        x86_64-*kfreebsd*-gnu)
 
21142
-          LD="${LD-ld} -m elf_x86_64_fbsd"
 
21143
-          ;;
 
21144
-        x86_64-*linux*)
 
21145
-          LD="${LD-ld} -m elf_x86_64"
 
21146
-          ;;
 
21147
-        ppc*-*linux*|powerpc*-*linux*)
 
21148
-          LD="${LD-ld} -m elf64ppc"
 
21149
-          ;;
 
21150
-        s390*-*linux*)
 
21151
-          LD="${LD-ld} -m elf64_s390"
 
21152
-          ;;
 
21153
-        sparc*-*linux*)
 
21154
-          LD="${LD-ld} -m elf64_sparc"
 
21155
-          ;;
 
21156
-      esac
 
21157
-      ;;
 
21158
-    esac
 
21159
+
 
21160
+
 
21161
+if test -n "$ac_tool_prefix"; then
 
21162
+  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
 
21163
+set dummy ${ac_tool_prefix}ar; ac_word=$2
 
21164
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
21165
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
21166
+if test "${ac_cv_prog_AR+set}" = set; then
 
21167
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
21168
+else
 
21169
+  if test -n "$AR"; then
 
21170
+  ac_cv_prog_AR="$AR" # Let the user override the test.
 
21171
+else
 
21172
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
21173
+for as_dir in $PATH
 
21174
+do
 
21175
+  IFS=$as_save_IFS
 
21176
+  test -z "$as_dir" && as_dir=.
 
21177
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
21178
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
21179
+    ac_cv_prog_AR="${ac_tool_prefix}ar"
 
21180
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
21181
+    break 2
 
21182
   fi
 
21183
-  rm -rf conftest*
 
21184
-  ;;
 
21185
+done
 
21186
+done
 
21187
+IFS=$as_save_IFS
 
21188
 
 
21189
-*-*-sco3.2v5*)
 
21190
-  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
 
21191
-  SAVE_CFLAGS="$CFLAGS"
 
21192
-  CFLAGS="$CFLAGS -belf"
 
21193
-  { $as_echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
 
21194
-$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
 
21195
-if test "${lt_cv_cc_needs_belf+set}" = set; then
 
21196
-  $as_echo_n "(cached) " >&6
 
21197
+fi
 
21198
+fi
 
21199
+AR=$ac_cv_prog_AR
 
21200
+if test -n "$AR"; then
 
21201
+  { echo "$as_me:$LINENO: result: $AR" >&5
 
21202
+echo "${ECHO_T}$AR" >&6; }
 
21203
 else
 
21204
-  ac_ext=c
 
21205
-ac_cpp='$CPP $CPPFLAGS'
 
21206
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
21207
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
21208
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
21209
+  { echo "$as_me:$LINENO: result: no" >&5
 
21210
+echo "${ECHO_T}no" >&6; }
 
21211
+fi
 
21212
 
 
21213
-     cat >conftest.$ac_ext <<_ACEOF
 
21214
-/* confdefs.h.  */
 
21215
-_ACEOF
 
21216
-cat confdefs.h >>conftest.$ac_ext
 
21217
-cat >>conftest.$ac_ext <<_ACEOF
 
21218
-/* end confdefs.h.  */
 
21219
 
 
21220
-int
 
21221
-main ()
 
21222
-{
 
21223
+fi
 
21224
+if test -z "$ac_cv_prog_AR"; then
 
21225
+  ac_ct_AR=$AR
 
21226
+  # Extract the first word of "ar", so it can be a program name with args.
 
21227
+set dummy ar; ac_word=$2
 
21228
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
21229
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
21230
+if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
 
21231
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
21232
+else
 
21233
+  if test -n "$ac_ct_AR"; then
 
21234
+  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
 
21235
+else
 
21236
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
21237
+for as_dir in $PATH
 
21238
+do
 
21239
+  IFS=$as_save_IFS
 
21240
+  test -z "$as_dir" && as_dir=.
 
21241
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
21242
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
21243
+    ac_cv_prog_ac_ct_AR="ar"
 
21244
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
21245
+    break 2
 
21246
+  fi
 
21247
+done
 
21248
+done
 
21249
+IFS=$as_save_IFS
 
21250
 
 
21251
-  ;
 
21252
-  return 0;
 
21253
-}
 
21254
-_ACEOF
 
21255
-rm -f conftest.$ac_objext conftest$ac_exeext
 
21256
-if { (ac_try="$ac_link"
 
21257
-case "(($ac_try" in
 
21258
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
21259
-  *) ac_try_echo=$ac_try;;
 
21260
-esac
 
21261
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
21262
-$as_echo "$ac_try_echo") >&5
 
21263
-  (eval "$ac_link") 2>conftest.er1
 
21264
-  ac_status=$?
 
21265
-  grep -v '^ *+' conftest.er1 >conftest.err
 
21266
-  rm -f conftest.er1
 
21267
-  cat conftest.err >&5
 
21268
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21269
-  (exit $ac_status); } && {
 
21270
-        test -z "$ac_c_werror_flag" ||
 
21271
-        test ! -s conftest.err
 
21272
-       } && test -s conftest$ac_exeext && {
 
21273
-        test "$cross_compiling" = yes ||
 
21274
-        $as_test_x conftest$ac_exeext
 
21275
-       }; then
 
21276
-  lt_cv_cc_needs_belf=yes
 
21277
+fi
 
21278
+fi
 
21279
+ac_ct_AR=$ac_cv_prog_ac_ct_AR
 
21280
+if test -n "$ac_ct_AR"; then
 
21281
+  { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
 
21282
+echo "${ECHO_T}$ac_ct_AR" >&6; }
 
21283
 else
 
21284
-  $as_echo "$as_me: failed program was:" >&5
 
21285
-sed 's/^/| /' conftest.$ac_ext >&5
 
21286
+  { echo "$as_me:$LINENO: result: no" >&5
 
21287
+echo "${ECHO_T}no" >&6; }
 
21288
+fi
 
21289
 
 
21290
-       lt_cv_cc_needs_belf=no
 
21291
+  if test "x$ac_ct_AR" = x; then
 
21292
+    AR="false"
 
21293
+  else
 
21294
+    case $cross_compiling:$ac_tool_warned in
 
21295
+yes:)
 
21296
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
21297
+whose name does not start with the host triplet.  If you think this
 
21298
+configuration is useful to you, please write to autoconf@gnu.org." >&5
 
21299
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
21300
+whose name does not start with the host triplet.  If you think this
 
21301
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
21302
+ac_tool_warned=yes ;;
 
21303
+esac
 
21304
+    AR=$ac_ct_AR
 
21305
+  fi
 
21306
+else
 
21307
+  AR="$ac_cv_prog_AR"
 
21308
 fi
 
21309
 
 
21310
-rm -rf conftest.dSYM
 
21311
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
21312
-      conftest$ac_exeext conftest.$ac_ext
 
21313
-     ac_ext=c
 
21314
-ac_cpp='$CPP $CPPFLAGS'
 
21315
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
21316
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
21317
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
21318
+test -z "$AR" && AR=ar
 
21319
+test -z "$AR_FLAGS" && AR_FLAGS=cru
 
21320
 
 
21321
-fi
 
21322
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
 
21323
-$as_echo "$lt_cv_cc_needs_belf" >&6; }
 
21324
-  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
 
21325
-    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
 
21326
-    CFLAGS="$SAVE_CFLAGS"
 
21327
-  fi
 
21328
-  ;;
 
21329
-sparc*-*solaris*)
 
21330
-  # Find out which ABI we are using.
 
21331
-  echo 'int i;' > conftest.$ac_ext
 
21332
-  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
21333
-  (eval $ac_compile) 2>&5
 
21334
-  ac_status=$?
 
21335
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21336
-  (exit $ac_status); }; then
 
21337
-    case `/usr/bin/file conftest.o` in
 
21338
-    *64-bit*)
 
21339
-      case $lt_cv_prog_gnu_ld in
 
21340
-      yes*) LD="${LD-ld} -m elf64_sparc" ;;
 
21341
-      *)
 
21342
-        if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
 
21343
-         LD="${LD-ld} -64"
 
21344
-       fi
 
21345
-       ;;
 
21346
-      esac
 
21347
-      ;;
 
21348
-    esac
 
21349
-  fi
 
21350
-  rm -rf conftest*
 
21351
-  ;;
 
21352
 
 
21353
 
 
21354
-esac
 
21355
 
 
21356
-need_locks="$enable_libtool_lock"
 
21357
 
 
21358
 
 
21359
 
 
21360
-for ac_header in dlfcn.h
 
21361
-do
 
21362
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
21363
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
21364
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
21365
-$as_echo_n "checking for $ac_header... " >&6; }
 
21366
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
21367
-  $as_echo_n "(cached) " >&6
 
21368
-fi
 
21369
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
21370
-                $as_echo "$as_val"'`
 
21371
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
21372
-$as_echo "$ac_res" >&6; }
 
21373
-else
 
21374
-  # Is the header compilable?
 
21375
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
21376
-$as_echo_n "checking $ac_header usability... " >&6; }
 
21377
-cat >conftest.$ac_ext <<_ACEOF
 
21378
-/* confdefs.h.  */
 
21379
-_ACEOF
 
21380
-cat confdefs.h >>conftest.$ac_ext
 
21381
-cat >>conftest.$ac_ext <<_ACEOF
 
21382
-/* end confdefs.h.  */
 
21383
-$ac_includes_default
 
21384
-#include <$ac_header>
 
21385
-_ACEOF
 
21386
-rm -f conftest.$ac_objext
 
21387
-if { (ac_try="$ac_compile"
 
21388
-case "(($ac_try" in
 
21389
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
21390
-  *) ac_try_echo=$ac_try;;
 
21391
-esac
 
21392
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
21393
-$as_echo "$ac_try_echo") >&5
 
21394
-  (eval "$ac_compile") 2>conftest.er1
 
21395
-  ac_status=$?
 
21396
-  grep -v '^ *+' conftest.er1 >conftest.err
 
21397
-  rm -f conftest.er1
 
21398
-  cat conftest.err >&5
 
21399
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21400
-  (exit $ac_status); } && {
 
21401
-        test -z "$ac_c_werror_flag" ||
 
21402
-        test ! -s conftest.err
 
21403
-       } && test -s conftest.$ac_objext; then
 
21404
-  ac_header_compiler=yes
 
21405
-else
 
21406
-  $as_echo "$as_me: failed program was:" >&5
 
21407
-sed 's/^/| /' conftest.$ac_ext >&5
 
21408
 
 
21409
-       ac_header_compiler=no
 
21410
-fi
 
21411
 
 
21412
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
21413
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
21414
-$as_echo "$ac_header_compiler" >&6; }
 
21415
 
 
21416
-# Is the header present?
 
21417
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
21418
-$as_echo_n "checking $ac_header presence... " >&6; }
 
21419
-cat >conftest.$ac_ext <<_ACEOF
 
21420
-/* confdefs.h.  */
 
21421
-_ACEOF
 
21422
-cat confdefs.h >>conftest.$ac_ext
 
21423
-cat >>conftest.$ac_ext <<_ACEOF
 
21424
-/* end confdefs.h.  */
 
21425
-#include <$ac_header>
 
21426
-_ACEOF
 
21427
-if { (ac_try="$ac_cpp conftest.$ac_ext"
 
21428
-case "(($ac_try" in
 
21429
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
21430
-  *) ac_try_echo=$ac_try;;
 
21431
-esac
 
21432
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
21433
-$as_echo "$ac_try_echo") >&5
 
21434
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
21435
-  ac_status=$?
 
21436
-  grep -v '^ *+' conftest.er1 >conftest.err
 
21437
-  rm -f conftest.er1
 
21438
-  cat conftest.err >&5
 
21439
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21440
-  (exit $ac_status); } >/dev/null && {
 
21441
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
21442
-        test ! -s conftest.err
 
21443
-       }; then
 
21444
-  ac_header_preproc=yes
 
21445
+
 
21446
+if test -n "$ac_tool_prefix"; then
 
21447
+  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 
21448
+set dummy ${ac_tool_prefix}strip; ac_word=$2
 
21449
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
21450
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
21451
+if test "${ac_cv_prog_STRIP+set}" = set; then
 
21452
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
21453
 else
 
21454
-  $as_echo "$as_me: failed program was:" >&5
 
21455
-sed 's/^/| /' conftest.$ac_ext >&5
 
21456
+  if test -n "$STRIP"; then
 
21457
+  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
 
21458
+else
 
21459
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
21460
+for as_dir in $PATH
 
21461
+do
 
21462
+  IFS=$as_save_IFS
 
21463
+  test -z "$as_dir" && as_dir=.
 
21464
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
21465
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
21466
+    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
 
21467
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
21468
+    break 2
 
21469
+  fi
 
21470
+done
 
21471
+done
 
21472
+IFS=$as_save_IFS
 
21473
 
 
21474
-  ac_header_preproc=no
 
21475
+fi
 
21476
+fi
 
21477
+STRIP=$ac_cv_prog_STRIP
 
21478
+if test -n "$STRIP"; then
 
21479
+  { echo "$as_me:$LINENO: result: $STRIP" >&5
 
21480
+echo "${ECHO_T}$STRIP" >&6; }
 
21481
+else
 
21482
+  { echo "$as_me:$LINENO: result: no" >&5
 
21483
+echo "${ECHO_T}no" >&6; }
 
21484
 fi
 
21485
 
 
21486
-rm -f conftest.err conftest.$ac_ext
 
21487
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
21488
-$as_echo "$ac_header_preproc" >&6; }
 
21489
 
 
21490
-# So?  What about this header?
 
21491
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
21492
-  yes:no: )
 
21493
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
21494
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
21495
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
21496
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
21497
-    ac_header_preproc=yes
 
21498
-    ;;
 
21499
-  no:yes:* )
 
21500
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
21501
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
21502
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
21503
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
21504
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
21505
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
21506
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
21507
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
21508
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
21509
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
21510
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
21511
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
21512
-    ( cat <<\_ASBOX
 
21513
-## -------------------------------------------------------------------- ##
 
21514
-## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=totem ##
 
21515
-## -------------------------------------------------------------------- ##
 
21516
-_ASBOX
 
21517
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
 
21518
-    ;;
 
21519
-esac
 
21520
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
21521
-$as_echo_n "checking for $ac_header... " >&6; }
 
21522
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
21523
-  $as_echo_n "(cached) " >&6
 
21524
-else
 
21525
-  eval "$as_ac_Header=\$ac_header_preproc"
 
21526
 fi
 
21527
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
21528
-                $as_echo "$as_val"'`
 
21529
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
21530
-$as_echo "$ac_res" >&6; }
 
21531
+if test -z "$ac_cv_prog_STRIP"; then
 
21532
+  ac_ct_STRIP=$STRIP
 
21533
+  # Extract the first word of "strip", so it can be a program name with args.
 
21534
+set dummy strip; ac_word=$2
 
21535
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
21536
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
21537
+if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
 
21538
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
21539
+else
 
21540
+  if test -n "$ac_ct_STRIP"; then
 
21541
+  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
 
21542
+else
 
21543
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
21544
+for as_dir in $PATH
 
21545
+do
 
21546
+  IFS=$as_save_IFS
 
21547
+  test -z "$as_dir" && as_dir=.
 
21548
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
21549
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
21550
+    ac_cv_prog_ac_ct_STRIP="strip"
 
21551
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
21552
+    break 2
 
21553
+  fi
 
21554
+done
 
21555
+done
 
21556
+IFS=$as_save_IFS
 
21557
 
 
21558
 fi
 
21559
-as_val=`eval 'as_val=${'$as_ac_Header'}
 
21560
-                $as_echo "$as_val"'`
 
21561
-   if test "x$as_val" = x""yes; then
 
21562
-  cat >>confdefs.h <<_ACEOF
 
21563
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
21564
-_ACEOF
 
21565
+fi
 
21566
+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
 
21567
+if test -n "$ac_ct_STRIP"; then
 
21568
+  { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 
21569
+echo "${ECHO_T}$ac_ct_STRIP" >&6; }
 
21570
+else
 
21571
+  { echo "$as_me:$LINENO: result: no" >&5
 
21572
+echo "${ECHO_T}no" >&6; }
 
21573
+fi
 
21574
 
 
21575
+  if test "x$ac_ct_STRIP" = x; then
 
21576
+    STRIP=":"
 
21577
+  else
 
21578
+    case $cross_compiling:$ac_tool_warned in
 
21579
+yes:)
 
21580
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
21581
+whose name does not start with the host triplet.  If you think this
 
21582
+configuration is useful to you, please write to autoconf@gnu.org." >&5
 
21583
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
21584
+whose name does not start with the host triplet.  If you think this
 
21585
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
21586
+ac_tool_warned=yes ;;
 
21587
+esac
 
21588
+    STRIP=$ac_ct_STRIP
 
21589
+  fi
 
21590
+else
 
21591
+  STRIP="$ac_cv_prog_STRIP"
 
21592
 fi
 
21593
 
 
21594
-done
 
21595
+test -z "$STRIP" && STRIP=:
 
21596
 
 
21597
 
 
21598
 
 
21599
-if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
 
21600
-    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
 
21601
-    (test "X$CXX" != "Xg++"))) ; then
 
21602
-  ac_ext=cpp
 
21603
-ac_cpp='$CXXCPP $CPPFLAGS'
 
21604
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
21605
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
21606
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
21607
-{ $as_echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
 
21608
-$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
 
21609
-if test -z "$CXXCPP"; then
 
21610
-  if test "${ac_cv_prog_CXXCPP+set}" = set; then
 
21611
-  $as_echo_n "(cached) " >&6
 
21612
-else
 
21613
-      # Double quotes because CXXCPP needs to be expanded
 
21614
-    for CXXCPP in "$CXX -E" "/lib/cpp"
 
21615
-    do
 
21616
-      ac_preproc_ok=false
 
21617
-for ac_cxx_preproc_warn_flag in '' yes
 
21618
-do
 
21619
-  # Use a header file that comes with gcc, so configuring glibc
 
21620
-  # with a fresh cross-compiler works.
 
21621
-  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
21622
-  # <limits.h> exists even on freestanding compilers.
 
21623
-  # On the NeXT, cc -E runs the code through the compiler's parser,
 
21624
-  # not just through cpp. "Syntax error" is here to catch this case.
 
21625
-  cat >conftest.$ac_ext <<_ACEOF
 
21626
-/* confdefs.h.  */
 
21627
-_ACEOF
 
21628
-cat confdefs.h >>conftest.$ac_ext
 
21629
-cat >>conftest.$ac_ext <<_ACEOF
 
21630
-/* end confdefs.h.  */
 
21631
-#ifdef __STDC__
 
21632
-# include <limits.h>
 
21633
-#else
 
21634
-# include <assert.h>
 
21635
-#endif
 
21636
-                    Syntax error
 
21637
-_ACEOF
 
21638
-if { (ac_try="$ac_cpp conftest.$ac_ext"
 
21639
-case "(($ac_try" in
 
21640
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
21641
-  *) ac_try_echo=$ac_try;;
 
21642
-esac
 
21643
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
21644
-$as_echo "$ac_try_echo") >&5
 
21645
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
21646
-  ac_status=$?
 
21647
-  grep -v '^ *+' conftest.er1 >conftest.err
 
21648
-  rm -f conftest.er1
 
21649
-  cat conftest.err >&5
 
21650
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21651
-  (exit $ac_status); } >/dev/null && {
 
21652
-        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
21653
-        test ! -s conftest.err
 
21654
-       }; then
 
21655
-  :
 
21656
-else
 
21657
-  $as_echo "$as_me: failed program was:" >&5
 
21658
-sed 's/^/| /' conftest.$ac_ext >&5
 
21659
 
 
21660
-  # Broken: fails on valid input.
 
21661
-continue
 
21662
-fi
 
21663
 
 
21664
-rm -f conftest.err conftest.$ac_ext
 
21665
 
 
21666
-  # OK, works on sane cases.  Now check whether nonexistent headers
 
21667
-  # can be detected and how.
 
21668
-  cat >conftest.$ac_ext <<_ACEOF
 
21669
-/* confdefs.h.  */
 
21670
-_ACEOF
 
21671
-cat confdefs.h >>conftest.$ac_ext
 
21672
-cat >>conftest.$ac_ext <<_ACEOF
 
21673
-/* end confdefs.h.  */
 
21674
-#include <ac_nonexistent.h>
 
21675
-_ACEOF
 
21676
-if { (ac_try="$ac_cpp conftest.$ac_ext"
 
21677
-case "(($ac_try" in
 
21678
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
21679
-  *) ac_try_echo=$ac_try;;
 
21680
-esac
 
21681
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
21682
-$as_echo "$ac_try_echo") >&5
 
21683
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
21684
-  ac_status=$?
 
21685
-  grep -v '^ *+' conftest.er1 >conftest.err
 
21686
-  rm -f conftest.er1
 
21687
-  cat conftest.err >&5
 
21688
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21689
-  (exit $ac_status); } >/dev/null && {
 
21690
-        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
21691
-        test ! -s conftest.err
 
21692
-       }; then
 
21693
-  # Broken: success on invalid input.
 
21694
-continue
 
21695
+if test -n "$ac_tool_prefix"; then
 
21696
+  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
 
21697
+set dummy ${ac_tool_prefix}ranlib; ac_word=$2
 
21698
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
21699
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
21700
+if test "${ac_cv_prog_RANLIB+set}" = set; then
 
21701
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
21702
 else
 
21703
-  $as_echo "$as_me: failed program was:" >&5
 
21704
-sed 's/^/| /' conftest.$ac_ext >&5
 
21705
+  if test -n "$RANLIB"; then
 
21706
+  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
 
21707
+else
 
21708
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
21709
+for as_dir in $PATH
 
21710
+do
 
21711
+  IFS=$as_save_IFS
 
21712
+  test -z "$as_dir" && as_dir=.
 
21713
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
21714
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
21715
+    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
 
21716
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
21717
+    break 2
 
21718
+  fi
 
21719
+done
 
21720
+done
 
21721
+IFS=$as_save_IFS
 
21722
 
 
21723
-  # Passes both tests.
 
21724
-ac_preproc_ok=:
 
21725
-break
 
21726
+fi
 
21727
+fi
 
21728
+RANLIB=$ac_cv_prog_RANLIB
 
21729
+if test -n "$RANLIB"; then
 
21730
+  { echo "$as_me:$LINENO: result: $RANLIB" >&5
 
21731
+echo "${ECHO_T}$RANLIB" >&6; }
 
21732
+else
 
21733
+  { echo "$as_me:$LINENO: result: no" >&5
 
21734
+echo "${ECHO_T}no" >&6; }
 
21735
 fi
 
21736
 
 
21737
-rm -f conftest.err conftest.$ac_ext
 
21738
 
 
21739
-done
 
21740
-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
 
21741
-rm -f conftest.err conftest.$ac_ext
 
21742
-if $ac_preproc_ok; then
 
21743
-  break
 
21744
 fi
 
21745
-
 
21746
-    done
 
21747
-    ac_cv_prog_CXXCPP=$CXXCPP
 
21748
+if test -z "$ac_cv_prog_RANLIB"; then
 
21749
+  ac_ct_RANLIB=$RANLIB
 
21750
+  # Extract the first word of "ranlib", so it can be a program name with args.
 
21751
+set dummy ranlib; ac_word=$2
 
21752
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
21753
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
21754
+if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
 
21755
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
21756
+else
 
21757
+  if test -n "$ac_ct_RANLIB"; then
 
21758
+  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
 
21759
+else
 
21760
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
21761
+for as_dir in $PATH
 
21762
+do
 
21763
+  IFS=$as_save_IFS
 
21764
+  test -z "$as_dir" && as_dir=.
 
21765
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
21766
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
21767
+    ac_cv_prog_ac_ct_RANLIB="ranlib"
 
21768
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
21769
+    break 2
 
21770
+  fi
 
21771
+done
 
21772
+done
 
21773
+IFS=$as_save_IFS
 
21774
 
 
21775
 fi
 
21776
-  CXXCPP=$ac_cv_prog_CXXCPP
 
21777
+fi
 
21778
+ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
 
21779
+if test -n "$ac_ct_RANLIB"; then
 
21780
+  { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
 
21781
+echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
 
21782
 else
 
21783
-  ac_cv_prog_CXXCPP=$CXXCPP
 
21784
+  { echo "$as_me:$LINENO: result: no" >&5
 
21785
+echo "${ECHO_T}no" >&6; }
 
21786
 fi
 
21787
-{ $as_echo "$as_me:$LINENO: result: $CXXCPP" >&5
 
21788
-$as_echo "$CXXCPP" >&6; }
 
21789
-ac_preproc_ok=false
 
21790
-for ac_cxx_preproc_warn_flag in '' yes
 
21791
-do
 
21792
-  # Use a header file that comes with gcc, so configuring glibc
 
21793
-  # with a fresh cross-compiler works.
 
21794
-  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
21795
-  # <limits.h> exists even on freestanding compilers.
 
21796
-  # On the NeXT, cc -E runs the code through the compiler's parser,
 
21797
-  # not just through cpp. "Syntax error" is here to catch this case.
 
21798
-  cat >conftest.$ac_ext <<_ACEOF
 
21799
-/* confdefs.h.  */
 
21800
-_ACEOF
 
21801
-cat confdefs.h >>conftest.$ac_ext
 
21802
-cat >>conftest.$ac_ext <<_ACEOF
 
21803
-/* end confdefs.h.  */
 
21804
-#ifdef __STDC__
 
21805
-# include <limits.h>
 
21806
-#else
 
21807
-# include <assert.h>
 
21808
-#endif
 
21809
-                    Syntax error
 
21810
-_ACEOF
 
21811
-if { (ac_try="$ac_cpp conftest.$ac_ext"
 
21812
-case "(($ac_try" in
 
21813
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
21814
-  *) ac_try_echo=$ac_try;;
 
21815
+
 
21816
+  if test "x$ac_ct_RANLIB" = x; then
 
21817
+    RANLIB=":"
 
21818
+  else
 
21819
+    case $cross_compiling:$ac_tool_warned in
 
21820
+yes:)
 
21821
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
21822
+whose name does not start with the host triplet.  If you think this
 
21823
+configuration is useful to you, please write to autoconf@gnu.org." >&5
 
21824
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
21825
+whose name does not start with the host triplet.  If you think this
 
21826
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
21827
+ac_tool_warned=yes ;;
 
21828
 esac
 
21829
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
21830
-$as_echo "$ac_try_echo") >&5
 
21831
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
21832
-  ac_status=$?
 
21833
-  grep -v '^ *+' conftest.er1 >conftest.err
 
21834
-  rm -f conftest.er1
 
21835
-  cat conftest.err >&5
 
21836
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21837
-  (exit $ac_status); } >/dev/null && {
 
21838
-        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
21839
-        test ! -s conftest.err
 
21840
-       }; then
 
21841
-  :
 
21842
+    RANLIB=$ac_ct_RANLIB
 
21843
+  fi
 
21844
 else
 
21845
-  $as_echo "$as_me: failed program was:" >&5
 
21846
-sed 's/^/| /' conftest.$ac_ext >&5
 
21847
-
 
21848
-  # Broken: fails on valid input.
 
21849
-continue
 
21850
+  RANLIB="$ac_cv_prog_RANLIB"
 
21851
 fi
 
21852
 
 
21853
-rm -f conftest.err conftest.$ac_ext
 
21854
+test -z "$RANLIB" && RANLIB=:
 
21855
 
 
21856
-  # OK, works on sane cases.  Now check whether nonexistent headers
 
21857
-  # can be detected and how.
 
21858
-  cat >conftest.$ac_ext <<_ACEOF
 
21859
-/* confdefs.h.  */
 
21860
-_ACEOF
 
21861
-cat confdefs.h >>conftest.$ac_ext
 
21862
-cat >>conftest.$ac_ext <<_ACEOF
 
21863
-/* end confdefs.h.  */
 
21864
-#include <ac_nonexistent.h>
 
21865
-_ACEOF
 
21866
-if { (ac_try="$ac_cpp conftest.$ac_ext"
 
21867
-case "(($ac_try" in
 
21868
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
21869
-  *) ac_try_echo=$ac_try;;
 
21870
-esac
 
21871
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
21872
-$as_echo "$ac_try_echo") >&5
 
21873
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
21874
-  ac_status=$?
 
21875
-  grep -v '^ *+' conftest.er1 >conftest.err
 
21876
-  rm -f conftest.er1
 
21877
-  cat conftest.err >&5
 
21878
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21879
-  (exit $ac_status); } >/dev/null && {
 
21880
-        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
21881
-        test ! -s conftest.err
 
21882
-       }; then
 
21883
-  # Broken: success on invalid input.
 
21884
-continue
 
21885
-else
 
21886
-  $as_echo "$as_me: failed program was:" >&5
 
21887
-sed 's/^/| /' conftest.$ac_ext >&5
 
21888
 
 
21889
-  # Passes both tests.
 
21890
-ac_preproc_ok=:
 
21891
-break
 
21892
-fi
 
21893
 
 
21894
-rm -f conftest.err conftest.$ac_ext
 
21895
 
 
21896
-done
 
21897
-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
 
21898
-rm -f conftest.err conftest.$ac_ext
 
21899
-if $ac_preproc_ok; then
 
21900
-  :
 
21901
-else
 
21902
-  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
21903
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
21904
-{ { $as_echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
 
21905
-See \`config.log' for more details." >&5
 
21906
-$as_echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
 
21907
-See \`config.log' for more details." >&2;}
 
21908
-   { (exit 1); exit 1; }; }; }
 
21909
-fi
 
21910
 
 
21911
-ac_ext=cpp
 
21912
-ac_cpp='$CXXCPP $CPPFLAGS'
 
21913
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
21914
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
21915
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
21916
 
 
21917
+# Determine commands to create old-style static archives.
 
21918
+old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
 
21919
+old_postinstall_cmds='chmod 644 $oldlib'
 
21920
+old_postuninstall_cmds=
 
21921
+
 
21922
+if test -n "$RANLIB"; then
 
21923
+  case $host_os in
 
21924
+  openbsd*)
 
21925
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
 
21926
+    ;;
 
21927
+  *)
 
21928
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
 
21929
+    ;;
 
21930
+  esac
 
21931
+  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
 
21932
 fi
 
21933
 
 
21934
 
 
21935
-ac_ext=f
 
21936
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
 
21937
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
21938
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
 
21939
-if test -n "$ac_tool_prefix"; then
 
21940
-  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
 
21941
-  do
 
21942
-    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 
21943
-set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 
21944
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
21945
-$as_echo_n "checking for $ac_word... " >&6; }
 
21946
-if test "${ac_cv_prog_F77+set}" = set; then
 
21947
-  $as_echo_n "(cached) " >&6
 
21948
-else
 
21949
-  if test -n "$F77"; then
 
21950
-  ac_cv_prog_F77="$F77" # Let the user override the test.
 
21951
-else
 
21952
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
21953
-for as_dir in $PATH
 
21954
-do
 
21955
-  IFS=$as_save_IFS
 
21956
-  test -z "$as_dir" && as_dir=.
 
21957
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
21958
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
21959
-    ac_cv_prog_F77="$ac_tool_prefix$ac_prog"
 
21960
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
21961
-    break 2
 
21962
-  fi
 
21963
-done
 
21964
-done
 
21965
-IFS=$as_save_IFS
 
21966
 
 
21967
-fi
 
21968
-fi
 
21969
-F77=$ac_cv_prog_F77
 
21970
-if test -n "$F77"; then
 
21971
-  { $as_echo "$as_me:$LINENO: result: $F77" >&5
 
21972
-$as_echo "$F77" >&6; }
 
21973
-else
 
21974
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
21975
-$as_echo "no" >&6; }
 
21976
-fi
 
21977
 
 
21978
 
 
21979
-    test -n "$F77" && break
 
21980
-  done
 
21981
-fi
 
21982
-if test -z "$F77"; then
 
21983
-  ac_ct_F77=$F77
 
21984
-  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
 
21985
-do
 
21986
-  # Extract the first word of "$ac_prog", so it can be a program name with args.
 
21987
-set dummy $ac_prog; ac_word=$2
 
21988
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
21989
-$as_echo_n "checking for $ac_word... " >&6; }
 
21990
-if test "${ac_cv_prog_ac_ct_F77+set}" = set; then
 
21991
-  $as_echo_n "(cached) " >&6
 
21992
-else
 
21993
-  if test -n "$ac_ct_F77"; then
 
21994
-  ac_cv_prog_ac_ct_F77="$ac_ct_F77" # Let the user override the test.
 
21995
-else
 
21996
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
21997
-for as_dir in $PATH
 
21998
-do
 
21999
-  IFS=$as_save_IFS
 
22000
-  test -z "$as_dir" && as_dir=.
 
22001
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
22002
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
22003
-    ac_cv_prog_ac_ct_F77="$ac_prog"
 
22004
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
22005
-    break 2
 
22006
-  fi
 
22007
-done
 
22008
-done
 
22009
-IFS=$as_save_IFS
 
22010
 
 
22011
-fi
 
22012
-fi
 
22013
-ac_ct_F77=$ac_cv_prog_ac_ct_F77
 
22014
-if test -n "$ac_ct_F77"; then
 
22015
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5
 
22016
-$as_echo "$ac_ct_F77" >&6; }
 
22017
-else
 
22018
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
22019
-$as_echo "no" >&6; }
 
22020
-fi
 
22021
 
 
22022
 
 
22023
-  test -n "$ac_ct_F77" && break
 
22024
-done
 
22025
 
 
22026
-  if test "x$ac_ct_F77" = x; then
 
22027
-    F77=""
 
22028
-  else
 
22029
-    case $cross_compiling:$ac_tool_warned in
 
22030
-yes:)
 
22031
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
22032
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
22033
-ac_tool_warned=yes ;;
 
22034
-esac
 
22035
-    F77=$ac_ct_F77
 
22036
-  fi
 
22037
-fi
 
22038
 
 
22039
 
 
22040
-# Provide some information about the compiler.
 
22041
-$as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5
 
22042
-set X $ac_compile
 
22043
-ac_compiler=$2
 
22044
-{ (ac_try="$ac_compiler --version >&5"
 
22045
-case "(($ac_try" in
 
22046
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
22047
-  *) ac_try_echo=$ac_try;;
 
22048
-esac
 
22049
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
22050
-$as_echo "$ac_try_echo") >&5
 
22051
-  (eval "$ac_compiler --version >&5") 2>&5
 
22052
-  ac_status=$?
 
22053
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22054
-  (exit $ac_status); }
 
22055
-{ (ac_try="$ac_compiler -v >&5"
 
22056
-case "(($ac_try" in
 
22057
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
22058
-  *) ac_try_echo=$ac_try;;
 
22059
-esac
 
22060
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
22061
-$as_echo "$ac_try_echo") >&5
 
22062
-  (eval "$ac_compiler -v >&5") 2>&5
 
22063
-  ac_status=$?
 
22064
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22065
-  (exit $ac_status); }
 
22066
-{ (ac_try="$ac_compiler -V >&5"
 
22067
-case "(($ac_try" in
 
22068
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
22069
-  *) ac_try_echo=$ac_try;;
 
22070
-esac
 
22071
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
22072
-$as_echo "$ac_try_echo") >&5
 
22073
-  (eval "$ac_compiler -V >&5") 2>&5
 
22074
-  ac_status=$?
 
22075
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22076
-  (exit $ac_status); }
 
22077
-rm -f a.out
 
22078
 
 
22079
-# If we don't use `.F' as extension, the preprocessor is not run on the
 
22080
-# input file.  (Note that this only needs to work for GNU compilers.)
 
22081
-ac_save_ext=$ac_ext
 
22082
-ac_ext=F
 
22083
-{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5
 
22084
-$as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; }
 
22085
-if test "${ac_cv_f77_compiler_gnu+set}" = set; then
 
22086
-  $as_echo_n "(cached) " >&6
 
22087
-else
 
22088
-  cat >conftest.$ac_ext <<_ACEOF
 
22089
-      program main
 
22090
-#ifndef __GNUC__
 
22091
-       choke me
 
22092
-#endif
 
22093
 
 
22094
-      end
 
22095
-_ACEOF
 
22096
-rm -f conftest.$ac_objext
 
22097
-if { (ac_try="$ac_compile"
 
22098
-case "(($ac_try" in
 
22099
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
22100
-  *) ac_try_echo=$ac_try;;
 
22101
-esac
 
22102
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
22103
-$as_echo "$ac_try_echo") >&5
 
22104
-  (eval "$ac_compile") 2>conftest.er1
 
22105
-  ac_status=$?
 
22106
-  grep -v '^ *+' conftest.er1 >conftest.err
 
22107
-  rm -f conftest.er1
 
22108
-  cat conftest.err >&5
 
22109
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22110
-  (exit $ac_status); } && {
 
22111
-        test -z "$ac_f77_werror_flag" ||
 
22112
-        test ! -s conftest.err
 
22113
-       } && test -s conftest.$ac_objext; then
 
22114
-  ac_compiler_gnu=yes
 
22115
-else
 
22116
-  $as_echo "$as_me: failed program was:" >&5
 
22117
-sed 's/^/| /' conftest.$ac_ext >&5
 
22118
 
 
22119
-       ac_compiler_gnu=no
 
22120
-fi
 
22121
 
 
22122
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
22123
-ac_cv_f77_compiler_gnu=$ac_compiler_gnu
 
22124
 
 
22125
-fi
 
22126
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5
 
22127
-$as_echo "$ac_cv_f77_compiler_gnu" >&6; }
 
22128
-ac_ext=$ac_save_ext
 
22129
-ac_test_FFLAGS=${FFLAGS+set}
 
22130
-ac_save_FFLAGS=$FFLAGS
 
22131
-FFLAGS=
 
22132
-{ $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5
 
22133
-$as_echo_n "checking whether $F77 accepts -g... " >&6; }
 
22134
-if test "${ac_cv_prog_f77_g+set}" = set; then
 
22135
-  $as_echo_n "(cached) " >&6
 
22136
-else
 
22137
-  FFLAGS=-g
 
22138
-cat >conftest.$ac_ext <<_ACEOF
 
22139
-      program main
 
22140
 
 
22141
-      end
 
22142
-_ACEOF
 
22143
-rm -f conftest.$ac_objext
 
22144
-if { (ac_try="$ac_compile"
 
22145
-case "(($ac_try" in
 
22146
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
22147
-  *) ac_try_echo=$ac_try;;
 
22148
-esac
 
22149
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
22150
-$as_echo "$ac_try_echo") >&5
 
22151
-  (eval "$ac_compile") 2>conftest.er1
 
22152
-  ac_status=$?
 
22153
-  grep -v '^ *+' conftest.er1 >conftest.err
 
22154
-  rm -f conftest.er1
 
22155
-  cat conftest.err >&5
 
22156
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22157
-  (exit $ac_status); } && {
 
22158
-        test -z "$ac_f77_werror_flag" ||
 
22159
-        test ! -s conftest.err
 
22160
-       } && test -s conftest.$ac_objext; then
 
22161
-  ac_cv_prog_f77_g=yes
 
22162
-else
 
22163
-  $as_echo "$as_me: failed program was:" >&5
 
22164
-sed 's/^/| /' conftest.$ac_ext >&5
 
22165
 
 
22166
-       ac_cv_prog_f77_g=no
 
22167
-fi
 
22168
 
 
22169
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
22170
 
 
22171
-fi
 
22172
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5
 
22173
-$as_echo "$ac_cv_prog_f77_g" >&6; }
 
22174
-if test "$ac_test_FFLAGS" = set; then
 
22175
-  FFLAGS=$ac_save_FFLAGS
 
22176
-elif test $ac_cv_prog_f77_g = yes; then
 
22177
-  if test "x$ac_cv_f77_compiler_gnu" = xyes; then
 
22178
-    FFLAGS="-g -O2"
 
22179
-  else
 
22180
-    FFLAGS="-g"
 
22181
-  fi
 
22182
-else
 
22183
-  if test "x$ac_cv_f77_compiler_gnu" = xyes; then
 
22184
-    FFLAGS="-O2"
 
22185
-  else
 
22186
-    FFLAGS=
 
22187
-  fi
 
22188
-fi
 
22189
 
 
22190
-if test $ac_compiler_gnu = yes; then
 
22191
-  G77=yes
 
22192
-else
 
22193
-  G77=
 
22194
-fi
 
22195
-ac_ext=c
 
22196
-ac_cpp='$CPP $CPPFLAGS'
 
22197
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
22198
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
22199
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
22200
 
 
22201
 
 
22202
 
 
22203
-# Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
 
22204
-# find the maximum length of command line arguments
 
22205
-{ $as_echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
 
22206
-$as_echo_n "checking the maximum length of command line arguments... " >&6; }
 
22207
-if test "${lt_cv_sys_max_cmd_len+set}" = set; then
 
22208
-  $as_echo_n "(cached) " >&6
 
22209
-else
 
22210
-    i=0
 
22211
-  teststring="ABCD"
 
22212
 
 
22213
-  case $build_os in
 
22214
-  msdosdjgpp*)
 
22215
-    # On DJGPP, this test can blow up pretty badly due to problems in libc
 
22216
-    # (any single argument exceeding 2000 bytes causes a buffer overrun
 
22217
-    # during glob expansion).  Even if it were fixed, the result of this
 
22218
-    # check would be larger than it should be.
 
22219
-    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
 
22220
-    ;;
 
22221
 
 
22222
-  gnu*)
 
22223
-    # Under GNU Hurd, this test is not required because there is
 
22224
-    # no limit to the length of command line arguments.
 
22225
-    # Libtool will interpret -1 as no limit whatsoever
 
22226
-    lt_cv_sys_max_cmd_len=-1;
 
22227
-    ;;
 
22228
 
 
22229
-  cygwin* | mingw*)
 
22230
-    # On Win9x/ME, this test blows up -- it succeeds, but takes
 
22231
-    # about 5 minutes as the teststring grows exponentially.
 
22232
-    # Worse, since 9x/ME are not pre-emptively multitasking,
 
22233
-    # you end up with a "frozen" computer, even though with patience
 
22234
-    # the test eventually succeeds (with a max line length of 256k).
 
22235
-    # Instead, let's just punt: use the minimum linelength reported by
 
22236
-    # all of the supported platforms: 8192 (on NT/2K/XP).
 
22237
-    lt_cv_sys_max_cmd_len=8192;
 
22238
-    ;;
 
22239
 
 
22240
-  amigaos*)
 
22241
-    # On AmigaOS with pdksh, this test takes hours, literally.
 
22242
-    # So we just punt and use a minimum line length of 8192.
 
22243
-    lt_cv_sys_max_cmd_len=8192;
 
22244
-    ;;
 
22245
 
 
22246
-  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
 
22247
-    # This has been around since 386BSD, at least.  Likely further.
 
22248
-    if test -x /sbin/sysctl; then
 
22249
-      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
 
22250
-    elif test -x /usr/sbin/sysctl; then
 
22251
-      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
 
22252
-    else
 
22253
-      lt_cv_sys_max_cmd_len=65536      # usable default for all BSDs
 
22254
-    fi
 
22255
-    # And add a safety zone
 
22256
-    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
 
22257
-    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
 
22258
-    ;;
 
22259
 
 
22260
-  interix*)
 
22261
-    # We know the value 262144 and hardcode it with a safety zone (like BSD)
 
22262
-    lt_cv_sys_max_cmd_len=196608
 
22263
-    ;;
 
22264
 
 
22265
-  osf*)
 
22266
-    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
 
22267
-    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
 
22268
-    # nice to cause kernel panics so lets avoid the loop below.
 
22269
-    # First set a reasonable default.
 
22270
-    lt_cv_sys_max_cmd_len=16384
 
22271
-    #
 
22272
-    if test -x /sbin/sysconfig; then
 
22273
-      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
 
22274
-        *1*) lt_cv_sys_max_cmd_len=-1 ;;
 
22275
-      esac
 
22276
-    fi
 
22277
-    ;;
 
22278
-  sco3.2v5*)
 
22279
-    lt_cv_sys_max_cmd_len=102400
 
22280
-    ;;
 
22281
-  sysv5* | sco5v6* | sysv4.2uw2*)
 
22282
-    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
 
22283
-    if test -n "$kargmax"; then
 
22284
-      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[        ]//'`
 
22285
-    else
 
22286
-      lt_cv_sys_max_cmd_len=32768
 
22287
-    fi
 
22288
-    ;;
 
22289
-  *)
 
22290
-    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
 
22291
-    if test -n "$lt_cv_sys_max_cmd_len"; then
 
22292
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
 
22293
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
 
22294
-    else
 
22295
-      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
 
22296
-      while (test "X"`$SHELL $0 --fallback-echo "X$teststring" 2>/dev/null` \
 
22297
-              = "XX$teststring") >/dev/null 2>&1 &&
 
22298
-             new_result=`expr "X$teststring" : ".*" 2>&1` &&
 
22299
-             lt_cv_sys_max_cmd_len=$new_result &&
 
22300
-             test $i != 17 # 1/2 MB should be enough
 
22301
-      do
 
22302
-        i=`expr $i + 1`
 
22303
-        teststring=$teststring$teststring
 
22304
-      done
 
22305
-      teststring=
 
22306
-      # Add a significant safety factor because C++ compilers can tack on massive
 
22307
-      # amounts of additional arguments before passing them to the linker.
 
22308
-      # It appears as though 1/2 is a usable value.
 
22309
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
 
22310
-    fi
 
22311
-    ;;
 
22312
-  esac
 
22313
 
 
22314
-fi
 
22315
 
 
22316
-if test -n $lt_cv_sys_max_cmd_len ; then
 
22317
-  { $as_echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
 
22318
-$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
 
22319
-else
 
22320
-  { $as_echo "$as_me:$LINENO: result: none" >&5
 
22321
-$as_echo "none" >&6; }
 
22322
-fi
 
22323
 
 
22324
+# If no C compiler was specified, use CC.
 
22325
+LTCC=${LTCC-"$CC"}
 
22326
 
 
22327
+# If no C compiler flags were specified, use CFLAGS.
 
22328
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
 
22329
 
 
22330
+# Allow CC to be a program name with arguments.
 
22331
+compiler=$CC
 
22332
 
 
22333
 
 
22334
 # Check for command to grab the raw symbol name followed by C symbol from nm.
 
22335
-{ $as_echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
 
22336
-$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
 
22337
+{ echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
 
22338
+echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; }
 
22339
 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
 
22340
-  $as_echo_n "(cached) " >&6
 
22341
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
22342
 else
 
22343
 
 
22344
 # These are sane defaults that work on at least a few old systems.
 
22345
@@ -9286,12 +8870,6 @@
 
22346
 # Regexp to match symbols that can be accessed directly from C.
 
22347
 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
 
22348
 
 
22349
-# Transform an extracted symbol line into a proper C declaration
 
22350
-lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^. .* \(.*\)$/extern int \1;/p'"
 
22351
-
 
22352
-# Transform an extracted symbol line into symbol name and symbol address
 
22353
-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'"
 
22354
-
 
22355
 # Define system-specific variables.
 
22356
 case $host_os in
 
22357
 aix*)
 
22358
@@ -9300,19 +8878,10 @@
 
22359
 cygwin* | mingw* | pw32*)
 
22360
   symcode='[ABCDGISTW]'
 
22361
   ;;
 
22362
-hpux*) # Its linker distinguishes data from code symbols
 
22363
+hpux*)
 
22364
   if test "$host_cpu" = ia64; then
 
22365
     symcode='[ABCDEGRST]'
 
22366
   fi
 
22367
-  lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
 
22368
-  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'"
 
22369
-  ;;
 
22370
-linux* | k*bsd*-gnu)
 
22371
-  if test "$host_cpu" = ia64; then
 
22372
-    symcode='[ABCDGIRSTW]'
 
22373
-    lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
 
22374
-    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'"
 
22375
-  fi
 
22376
   ;;
 
22377
 irix* | nonstopux*)
 
22378
   symcode='[BCDEGRST]'
 
22379
@@ -9337,56 +8906,84 @@
 
22380
   ;;
 
22381
 esac
 
22382
 
 
22383
+# If we're using GNU nm, then use its standard symbol codes.
 
22384
+case `$NM -V 2>&1` in
 
22385
+*GNU* | *'with BFD'*)
 
22386
+  symcode='[ABCDGIRSTW]' ;;
 
22387
+esac
 
22388
+
 
22389
+# Transform an extracted symbol line into a proper C declaration.
 
22390
+# Some systems (esp. on ia64) link data and code symbols differently,
 
22391
+# so use this general approach.
 
22392
+lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
 
22393
+
 
22394
+# Transform an extracted symbol line into symbol name and symbol address
 
22395
+lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
 
22396
+lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/  {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"lib\2\", (void *) \&\2},/p'"
 
22397
+
 
22398
 # Handle CRLF in mingw tool chain
 
22399
 opt_cr=
 
22400
 case $build_os in
 
22401
 mingw*)
 
22402
-  opt_cr=`echo 'x\{0,1\}' | tr x '\015'` # option cr in regexp
 
22403
+  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
 
22404
   ;;
 
22405
 esac
 
22406
 
 
22407
-# If we're using GNU nm, then use its standard symbol codes.
 
22408
-case `$NM -V 2>&1` in
 
22409
-*GNU* | *'with BFD'*)
 
22410
-  symcode='[ABCDGIRSTW]' ;;
 
22411
-esac
 
22412
-
 
22413
-# Try without a prefix undercore, then with it.
 
22414
+# Try without a prefix underscore, then with it.
 
22415
 for ac_symprfx in "" "_"; do
 
22416
 
 
22417
   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
 
22418
   symxfrm="\\1 $ac_symprfx\\2 \\2"
 
22419
 
 
22420
   # Write the raw and C identifiers.
 
22421
-  lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
 
22422
+  if test "$lt_cv_nm_interface" = "MS dumpbin"; then
 
22423
+    # Fake it for dumpbin and say T for any non-static function
 
22424
+    # and D for any global variable.
 
22425
+    # Also find C++ and __fastcall symbols from MSVC++,
 
22426
+    # which start with @ or ?.
 
22427
+    lt_cv_sys_global_symbol_pipe="$AWK '"\
 
22428
+"     {last_section=section; section=\$ 3};"\
 
22429
+"     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
 
22430
+"     \$ 0!~/External *\|/{next};"\
 
22431
+"     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
 
22432
+"     {if(hide[section]) next};"\
 
22433
+"     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
 
22434
+"     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
 
22435
+"     s[1]~/^[@?]/{print s[1], s[1]; next};"\
 
22436
+"     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
 
22437
+"     ' prfx=^$ac_symprfx"
 
22438
+  else
 
22439
+    lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[     ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
 
22440
+  fi
 
22441
 
 
22442
   # Check to see that the pipe works correctly.
 
22443
   pipe_works=no
 
22444
 
 
22445
   rm -f conftest*
 
22446
-  cat > conftest.$ac_ext <<EOF
 
22447
+  cat > conftest.$ac_ext <<_LT_EOF
 
22448
 #ifdef __cplusplus
 
22449
 extern "C" {
 
22450
 #endif
 
22451
 char nm_test_var;
 
22452
-void nm_test_func(){}
 
22453
+void nm_test_func(void);
 
22454
+void nm_test_func(void){}
 
22455
 #ifdef __cplusplus
 
22456
 }
 
22457
 #endif
 
22458
 int main(){nm_test_var='a';nm_test_func();return(0);}
 
22459
-EOF
 
22460
+_LT_EOF
 
22461
 
 
22462
   if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
22463
   (eval $ac_compile) 2>&5
 
22464
   ac_status=$?
 
22465
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22466
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22467
   (exit $ac_status); }; then
 
22468
     # Now try to grab the symbols.
 
22469
     nlist=conftest.nm
 
22470
     if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
 
22471
   (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
 
22472
   ac_status=$?
 
22473
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22474
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22475
   (exit $ac_status); } && test -s "$nlist"; then
 
22476
       # Try sorting and uniquifying the output.
 
22477
       if sort "$nlist" | uniq > "$nlist"T; then
 
22478
@@ -9396,42 +8993,44 @@
 
22479
       fi
 
22480
 
 
22481
       # Make sure that we snagged all the symbols we need.
 
22482
-      if grep ' nm_test_var$' "$nlist" >/dev/null; then
 
22483
-       if grep ' nm_test_func$' "$nlist" >/dev/null; then
 
22484
-         cat <<EOF > conftest.$ac_ext
 
22485
+      if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
 
22486
+       if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
 
22487
+         cat <<_LT_EOF > conftest.$ac_ext
 
22488
 #ifdef __cplusplus
 
22489
 extern "C" {
 
22490
 #endif
 
22491
 
 
22492
-EOF
 
22493
+_LT_EOF
 
22494
          # Now generate the symbol file.
 
22495
-         eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | grep -v main >> conftest.$ac_ext'
 
22496
+         eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
 
22497
 
 
22498
-         cat <<EOF >> conftest.$ac_ext
 
22499
-#if defined (__STDC__) && __STDC__
 
22500
-# define lt_ptr_t void *
 
22501
-#else
 
22502
-# define lt_ptr_t char *
 
22503
-# define const
 
22504
-#endif
 
22505
+         cat <<_LT_EOF >> conftest.$ac_ext
 
22506
 
 
22507
-/* The mapping between symbol names and symbols. */
 
22508
+/* The mapping between symbol names and symbols.  */
 
22509
 const struct {
 
22510
   const char *name;
 
22511
-  lt_ptr_t address;
 
22512
+  void       *address;
 
22513
 }
 
22514
-lt_preloaded_symbols[] =
 
22515
+lt__PROGRAM__LTX_preloaded_symbols[] =
 
22516
 {
 
22517
-EOF
 
22518
-         $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (lt_ptr_t) \&\2},/" < "$nlist" | grep -v main >> conftest.$ac_ext
 
22519
-         cat <<\EOF >> conftest.$ac_ext
 
22520
-  {0, (lt_ptr_t) 0}
 
22521
+  { "@PROGRAM@", (void *) 0 },
 
22522
+_LT_EOF
 
22523
+         $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
 
22524
+         cat <<\_LT_EOF >> conftest.$ac_ext
 
22525
+  {0, (void *) 0}
 
22526
 };
 
22527
 
 
22528
+/* This works around a problem in FreeBSD linker */
 
22529
+#ifdef FREEBSD_WORKAROUND
 
22530
+static const void *lt_preloaded_setup() {
 
22531
+  return lt__PROGRAM__LTX_preloaded_symbols;
 
22532
+}
 
22533
+#endif
 
22534
+
 
22535
 #ifdef __cplusplus
 
22536
 }
 
22537
 #endif
 
22538
-EOF
 
22539
+_LT_EOF
 
22540
          # Now try linking the two files.
 
22541
          mv conftest.$ac_objext conftstm.$ac_objext
 
22542
          lt_save_LIBS="$LIBS"
 
22543
@@ -9441,7 +9040,7 @@
 
22544
          if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
22545
   (eval $ac_link) 2>&5
 
22546
   ac_status=$?
 
22547
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22548
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22549
   (exit $ac_status); } && test -s conftest${ac_exeext}; then
 
22550
            pipe_works=yes
 
22551
          fi
 
22552
@@ -9476,189 +9075,275 @@
 
22553
   lt_cv_sys_global_symbol_to_cdecl=
 
22554
 fi
 
22555
 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
 
22556
-  { $as_echo "$as_me:$LINENO: result: failed" >&5
 
22557
-$as_echo "failed" >&6; }
 
22558
+  { echo "$as_me:$LINENO: result: failed" >&5
 
22559
+echo "${ECHO_T}failed" >&6; }
 
22560
 else
 
22561
-  { $as_echo "$as_me:$LINENO: result: ok" >&5
 
22562
-$as_echo "ok" >&6; }
 
22563
+  { echo "$as_me:$LINENO: result: ok" >&5
 
22564
+echo "${ECHO_T}ok" >&6; }
 
22565
 fi
 
22566
 
 
22567
-{ $as_echo "$as_me:$LINENO: checking for objdir" >&5
 
22568
-$as_echo_n "checking for objdir... " >&6; }
 
22569
-if test "${lt_cv_objdir+set}" = set; then
 
22570
-  $as_echo_n "(cached) " >&6
 
22571
-else
 
22572
-  rm -f .libs 2>/dev/null
 
22573
-mkdir .libs 2>/dev/null
 
22574
-if test -d .libs; then
 
22575
-  lt_cv_objdir=.libs
 
22576
-else
 
22577
-  # MS-DOS does not allow filenames that begin with a dot.
 
22578
-  lt_cv_objdir=_libs
 
22579
-fi
 
22580
-rmdir .libs 2>/dev/null
 
22581
-fi
 
22582
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
 
22583
-$as_echo "$lt_cv_objdir" >&6; }
 
22584
-objdir=$lt_cv_objdir
 
22585
 
 
22586
 
 
22587
 
 
22588
 
 
22589
 
 
22590
-case $host_os in
 
22591
-aix3*)
 
22592
-  # AIX sometimes has problems with the GCC collect2 program.  For some
 
22593
-  # reason, if we set the COLLECT_NAMES environment variable, the problems
 
22594
-  # vanish in a puff of smoke.
 
22595
-  if test "X${COLLECT_NAMES+set}" != Xset; then
 
22596
-    COLLECT_NAMES=
 
22597
-    export COLLECT_NAMES
 
22598
-  fi
 
22599
-  ;;
 
22600
-esac
 
22601
 
 
22602
-# Sed substitution that helps us do robust quoting.  It backslashifies
 
22603
-# metacharacters that are still active within double-quoted strings.
 
22604
-Xsed='sed -e 1s/^X//'
 
22605
-sed_quote_subst='s/\([\\"\\`$\\\\]\)/\\\1/g'
 
22606
 
 
22607
-# Same as above, but do not quote variable references.
 
22608
-double_quote_subst='s/\([\\"\\`\\\\]\)/\\\1/g'
 
22609
 
 
22610
-# Sed substitution to delay expansion of an escaped shell variable in a
 
22611
-# double_quote_subst'ed string.
 
22612
-delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
 
22613
 
 
22614
-# Sed substitution to avoid accidental globbing in evaled expressions
 
22615
-no_glob_subst='s/\*/\\\*/g'
 
22616
 
 
22617
-# Constants:
 
22618
-rm="rm -f"
 
22619
 
 
22620
-# Global variables:
 
22621
-default_ofile=libtool
 
22622
-can_build_shared=yes
 
22623
 
 
22624
-# All known linkers require a `.a' archive for static linking (except MSVC,
 
22625
-# which needs '.lib').
 
22626
-libext=a
 
22627
-ltmain="$ac_aux_dir/ltmain.sh"
 
22628
-ofile="$default_ofile"
 
22629
-with_gnu_ld="$lt_cv_prog_gnu_ld"
 
22630
 
 
22631
-if test -n "$ac_tool_prefix"; then
 
22632
-  # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
 
22633
-set dummy ${ac_tool_prefix}ar; ac_word=$2
 
22634
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
22635
-$as_echo_n "checking for $ac_word... " >&6; }
 
22636
-if test "${ac_cv_prog_AR+set}" = set; then
 
22637
-  $as_echo_n "(cached) " >&6
 
22638
-else
 
22639
-  if test -n "$AR"; then
 
22640
-  ac_cv_prog_AR="$AR" # Let the user override the test.
 
22641
-else
 
22642
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
22643
-for as_dir in $PATH
 
22644
-do
 
22645
-  IFS=$as_save_IFS
 
22646
-  test -z "$as_dir" && as_dir=.
 
22647
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
22648
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
22649
-    ac_cv_prog_AR="${ac_tool_prefix}ar"
 
22650
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
22651
-    break 2
 
22652
-  fi
 
22653
-done
 
22654
-done
 
22655
-IFS=$as_save_IFS
 
22656
 
 
22657
-fi
 
22658
-fi
 
22659
-AR=$ac_cv_prog_AR
 
22660
-if test -n "$AR"; then
 
22661
-  { $as_echo "$as_me:$LINENO: result: $AR" >&5
 
22662
-$as_echo "$AR" >&6; }
 
22663
-else
 
22664
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
22665
-$as_echo "no" >&6; }
 
22666
-fi
 
22667
 
 
22668
 
 
22669
-fi
 
22670
-if test -z "$ac_cv_prog_AR"; then
 
22671
-  ac_ct_AR=$AR
 
22672
-  # Extract the first word of "ar", so it can be a program name with args.
 
22673
-set dummy ar; ac_word=$2
 
22674
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
22675
-$as_echo_n "checking for $ac_word... " >&6; }
 
22676
-if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
 
22677
-  $as_echo_n "(cached) " >&6
 
22678
-else
 
22679
-  if test -n "$ac_ct_AR"; then
 
22680
-  ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
 
22681
-else
 
22682
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
22683
-for as_dir in $PATH
 
22684
-do
 
22685
-  IFS=$as_save_IFS
 
22686
-  test -z "$as_dir" && as_dir=.
 
22687
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
22688
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
22689
-    ac_cv_prog_ac_ct_AR="ar"
 
22690
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
22691
-    break 2
 
22692
-  fi
 
22693
-done
 
22694
-done
 
22695
-IFS=$as_save_IFS
 
22696
 
 
22697
-fi
 
22698
-fi
 
22699
-ac_ct_AR=$ac_cv_prog_ac_ct_AR
 
22700
-if test -n "$ac_ct_AR"; then
 
22701
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
 
22702
-$as_echo "$ac_ct_AR" >&6; }
 
22703
-else
 
22704
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
22705
-$as_echo "no" >&6; }
 
22706
-fi
 
22707
 
 
22708
-  if test "x$ac_ct_AR" = x; then
 
22709
-    AR="false"
 
22710
-  else
 
22711
-    case $cross_compiling:$ac_tool_warned in
 
22712
-yes:)
 
22713
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
22714
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
22715
-ac_tool_warned=yes ;;
 
22716
-esac
 
22717
-    AR=$ac_ct_AR
 
22718
-  fi
 
22719
-else
 
22720
-  AR="$ac_cv_prog_AR"
 
22721
+
 
22722
+
 
22723
+
 
22724
+# Check whether --enable-libtool-lock was given.
 
22725
+if test "${enable_libtool_lock+set}" = set; then
 
22726
+  enableval=$enable_libtool_lock;
 
22727
 fi
 
22728
 
 
22729
-if test -n "$ac_tool_prefix"; then
 
22730
-  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
 
22731
-set dummy ${ac_tool_prefix}ranlib; ac_word=$2
 
22732
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
22733
-$as_echo_n "checking for $ac_word... " >&6; }
 
22734
-if test "${ac_cv_prog_RANLIB+set}" = set; then
 
22735
-  $as_echo_n "(cached) " >&6
 
22736
-else
 
22737
-  if test -n "$RANLIB"; then
 
22738
-  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
 
22739
-else
 
22740
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
22741
-for as_dir in $PATH
 
22742
-do
 
22743
+test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
 
22744
+
 
22745
+# Some flags need to be propagated to the compiler or linker for good
 
22746
+# libtool support.
 
22747
+case $host in
 
22748
+ia64-*-hpux*)
 
22749
+  # Find out which ABI we are using.
 
22750
+  echo 'int i;' > conftest.$ac_ext
 
22751
+  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
22752
+  (eval $ac_compile) 2>&5
 
22753
+  ac_status=$?
 
22754
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22755
+  (exit $ac_status); }; then
 
22756
+    case `/usr/bin/file conftest.$ac_objext` in
 
22757
+      *ELF-32*)
 
22758
+       HPUX_IA64_MODE="32"
 
22759
+       ;;
 
22760
+      *ELF-64*)
 
22761
+       HPUX_IA64_MODE="64"
 
22762
+       ;;
 
22763
+    esac
 
22764
+  fi
 
22765
+  rm -rf conftest*
 
22766
+  ;;
 
22767
+*-*-irix6*)
 
22768
+  # Find out which ABI we are using.
 
22769
+  echo '#line 9137 "configure"' > conftest.$ac_ext
 
22770
+  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
22771
+  (eval $ac_compile) 2>&5
 
22772
+  ac_status=$?
 
22773
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22774
+  (exit $ac_status); }; then
 
22775
+    if test "$lt_cv_prog_gnu_ld" = yes; then
 
22776
+      case `/usr/bin/file conftest.$ac_objext` in
 
22777
+       *32-bit*)
 
22778
+         LD="${LD-ld} -melf32bsmip"
 
22779
+         ;;
 
22780
+       *N32*)
 
22781
+         LD="${LD-ld} -melf32bmipn32"
 
22782
+         ;;
 
22783
+       *64-bit*)
 
22784
+         LD="${LD-ld} -melf64bmip"
 
22785
+       ;;
 
22786
+      esac
 
22787
+    else
 
22788
+      case `/usr/bin/file conftest.$ac_objext` in
 
22789
+       *32-bit*)
 
22790
+         LD="${LD-ld} -32"
 
22791
+         ;;
 
22792
+       *N32*)
 
22793
+         LD="${LD-ld} -n32"
 
22794
+         ;;
 
22795
+       *64-bit*)
 
22796
+         LD="${LD-ld} -64"
 
22797
+         ;;
 
22798
+      esac
 
22799
+    fi
 
22800
+  fi
 
22801
+  rm -rf conftest*
 
22802
+  ;;
 
22803
+
 
22804
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
 
22805
+s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
 
22806
+  # Find out which ABI we are using.
 
22807
+  echo 'int i;' > conftest.$ac_ext
 
22808
+  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
22809
+  (eval $ac_compile) 2>&5
 
22810
+  ac_status=$?
 
22811
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22812
+  (exit $ac_status); }; then
 
22813
+    case `/usr/bin/file conftest.o` in
 
22814
+      *32-bit*)
 
22815
+       case $host in
 
22816
+         x86_64-*kfreebsd*-gnu)
 
22817
+           LD="${LD-ld} -m elf_i386_fbsd"
 
22818
+           ;;
 
22819
+         x86_64-*linux*)
 
22820
+           LD="${LD-ld} -m elf_i386"
 
22821
+           ;;
 
22822
+         ppc64-*linux*|powerpc64-*linux*)
 
22823
+           LD="${LD-ld} -m elf32ppclinux"
 
22824
+           ;;
 
22825
+         s390x-*linux*)
 
22826
+           LD="${LD-ld} -m elf_s390"
 
22827
+           ;;
 
22828
+         sparc64-*linux*)
 
22829
+           LD="${LD-ld} -m elf32_sparc"
 
22830
+           ;;
 
22831
+       esac
 
22832
+       ;;
 
22833
+      *64-bit*)
 
22834
+       case $host in
 
22835
+         x86_64-*kfreebsd*-gnu)
 
22836
+           LD="${LD-ld} -m elf_x86_64_fbsd"
 
22837
+           ;;
 
22838
+         x86_64-*linux*)
 
22839
+           LD="${LD-ld} -m elf_x86_64"
 
22840
+           ;;
 
22841
+         ppc*-*linux*|powerpc*-*linux*)
 
22842
+           LD="${LD-ld} -m elf64ppc"
 
22843
+           ;;
 
22844
+         s390*-*linux*|s390*-*tpf*)
 
22845
+           LD="${LD-ld} -m elf64_s390"
 
22846
+           ;;
 
22847
+         sparc*-*linux*)
 
22848
+           LD="${LD-ld} -m elf64_sparc"
 
22849
+           ;;
 
22850
+       esac
 
22851
+       ;;
 
22852
+    esac
 
22853
+  fi
 
22854
+  rm -rf conftest*
 
22855
+  ;;
 
22856
+
 
22857
+*-*-sco3.2v5*)
 
22858
+  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
 
22859
+  SAVE_CFLAGS="$CFLAGS"
 
22860
+  CFLAGS="$CFLAGS -belf"
 
22861
+  { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
 
22862
+echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; }
 
22863
+if test "${lt_cv_cc_needs_belf+set}" = set; then
 
22864
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
22865
+else
 
22866
+  ac_ext=c
 
22867
+ac_cpp='$CPP $CPPFLAGS'
 
22868
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
22869
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
22870
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
22871
+
 
22872
+     cat >conftest.$ac_ext <<_ACEOF
 
22873
+/* confdefs.h.  */
 
22874
+_ACEOF
 
22875
+cat confdefs.h >>conftest.$ac_ext
 
22876
+cat >>conftest.$ac_ext <<_ACEOF
 
22877
+/* end confdefs.h.  */
 
22878
+
 
22879
+int
 
22880
+main ()
 
22881
+{
 
22882
+
 
22883
+  ;
 
22884
+  return 0;
 
22885
+}
 
22886
+_ACEOF
 
22887
+rm -f conftest.$ac_objext conftest$ac_exeext
 
22888
+if { (ac_try="$ac_link"
 
22889
+case "(($ac_try" in
 
22890
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
22891
+  *) ac_try_echo=$ac_try;;
 
22892
+esac
 
22893
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
22894
+  (eval "$ac_link") 2>conftest.er1
 
22895
+  ac_status=$?
 
22896
+  grep -v '^ *+' conftest.er1 >conftest.err
 
22897
+  rm -f conftest.er1
 
22898
+  cat conftest.err >&5
 
22899
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22900
+  (exit $ac_status); } && {
 
22901
+        test -z "$ac_c_werror_flag" ||
 
22902
+        test ! -s conftest.err
 
22903
+       } && test -s conftest$ac_exeext &&
 
22904
+       $as_test_x conftest$ac_exeext; then
 
22905
+  lt_cv_cc_needs_belf=yes
 
22906
+else
 
22907
+  echo "$as_me: failed program was:" >&5
 
22908
+sed 's/^/| /' conftest.$ac_ext >&5
 
22909
+
 
22910
+       lt_cv_cc_needs_belf=no
 
22911
+fi
 
22912
+
 
22913
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
22914
+      conftest$ac_exeext conftest.$ac_ext
 
22915
+     ac_ext=c
 
22916
+ac_cpp='$CPP $CPPFLAGS'
 
22917
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
22918
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
22919
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
22920
+
 
22921
+fi
 
22922
+{ echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
 
22923
+echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; }
 
22924
+  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
 
22925
+    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
 
22926
+    CFLAGS="$SAVE_CFLAGS"
 
22927
+  fi
 
22928
+  ;;
 
22929
+sparc*-*solaris*)
 
22930
+  # Find out which ABI we are using.
 
22931
+  echo 'int i;' > conftest.$ac_ext
 
22932
+  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
22933
+  (eval $ac_compile) 2>&5
 
22934
+  ac_status=$?
 
22935
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22936
+  (exit $ac_status); }; then
 
22937
+    case `/usr/bin/file conftest.o` in
 
22938
+    *64-bit*)
 
22939
+      case $lt_cv_prog_gnu_ld in
 
22940
+      yes*) LD="${LD-ld} -m elf64_sparc" ;;
 
22941
+      *)
 
22942
+       if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
 
22943
+         LD="${LD-ld} -64"
 
22944
+       fi
 
22945
+       ;;
 
22946
+      esac
 
22947
+      ;;
 
22948
+    esac
 
22949
+  fi
 
22950
+  rm -rf conftest*
 
22951
+  ;;
 
22952
+esac
 
22953
+
 
22954
+need_locks="$enable_libtool_lock"
 
22955
+
 
22956
+
 
22957
+  case $host_os in
 
22958
+    rhapsody* | darwin*)
 
22959
+    if test -n "$ac_tool_prefix"; then
 
22960
+  # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
 
22961
+set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
 
22962
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
22963
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
22964
+if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
 
22965
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
22966
+else
 
22967
+  if test -n "$DSYMUTIL"; then
 
22968
+  ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
 
22969
+else
 
22970
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
22971
+for as_dir in $PATH
 
22972
+do
 
22973
   IFS=$as_save_IFS
 
22974
   test -z "$as_dir" && as_dir=.
 
22975
   for ac_exec_ext in '' $ac_executable_extensions; do
 
22976
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
22977
-    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
 
22978
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
22979
+    ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
 
22980
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
22981
     break 2
 
22982
   fi
 
22983
 done
 
22984
@@ -9667,28 +9352,28 @@
 
22985
 
 
22986
 fi
 
22987
 fi
 
22988
-RANLIB=$ac_cv_prog_RANLIB
 
22989
-if test -n "$RANLIB"; then
 
22990
-  { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
 
22991
-$as_echo "$RANLIB" >&6; }
 
22992
+DSYMUTIL=$ac_cv_prog_DSYMUTIL
 
22993
+if test -n "$DSYMUTIL"; then
 
22994
+  { echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
 
22995
+echo "${ECHO_T}$DSYMUTIL" >&6; }
 
22996
 else
 
22997
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
22998
-$as_echo "no" >&6; }
 
22999
+  { echo "$as_me:$LINENO: result: no" >&5
 
23000
+echo "${ECHO_T}no" >&6; }
 
23001
 fi
 
23002
 
 
23003
 
 
23004
 fi
 
23005
-if test -z "$ac_cv_prog_RANLIB"; then
 
23006
-  ac_ct_RANLIB=$RANLIB
 
23007
-  # Extract the first word of "ranlib", so it can be a program name with args.
 
23008
-set dummy ranlib; ac_word=$2
 
23009
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
23010
-$as_echo_n "checking for $ac_word... " >&6; }
 
23011
-if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
 
23012
-  $as_echo_n "(cached) " >&6
 
23013
+if test -z "$ac_cv_prog_DSYMUTIL"; then
 
23014
+  ac_ct_DSYMUTIL=$DSYMUTIL
 
23015
+  # Extract the first word of "dsymutil", so it can be a program name with args.
 
23016
+set dummy dsymutil; ac_word=$2
 
23017
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
23018
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
23019
+if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
 
23020
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
23021
 else
 
23022
-  if test -n "$ac_ct_RANLIB"; then
 
23023
-  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
 
23024
+  if test -n "$ac_ct_DSYMUTIL"; then
 
23025
+  ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
 
23026
 else
 
23027
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
23028
 for as_dir in $PATH
 
23029
@@ -9697,8 +9382,8 @@
 
23030
   test -z "$as_dir" && as_dir=.
 
23031
   for ac_exec_ext in '' $ac_executable_extensions; do
 
23032
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
23033
-    ac_cv_prog_ac_ct_RANLIB="ranlib"
 
23034
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
23035
+    ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
 
23036
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
23037
     break 2
 
23038
   fi
 
23039
 done
 
23040
@@ -9707,40 +9392,44 @@
 
23041
 
 
23042
 fi
 
23043
 fi
 
23044
-ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
 
23045
-if test -n "$ac_ct_RANLIB"; then
 
23046
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
 
23047
-$as_echo "$ac_ct_RANLIB" >&6; }
 
23048
+ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
 
23049
+if test -n "$ac_ct_DSYMUTIL"; then
 
23050
+  { echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
 
23051
+echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6; }
 
23052
 else
 
23053
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
23054
-$as_echo "no" >&6; }
 
23055
+  { echo "$as_me:$LINENO: result: no" >&5
 
23056
+echo "${ECHO_T}no" >&6; }
 
23057
 fi
 
23058
 
 
23059
-  if test "x$ac_ct_RANLIB" = x; then
 
23060
-    RANLIB=":"
 
23061
+  if test "x$ac_ct_DSYMUTIL" = x; then
 
23062
+    DSYMUTIL=":"
 
23063
   else
 
23064
     case $cross_compiling:$ac_tool_warned in
 
23065
 yes:)
 
23066
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
23067
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
23068
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
23069
+whose name does not start with the host triplet.  If you think this
 
23070
+configuration is useful to you, please write to autoconf@gnu.org." >&5
 
23071
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
23072
+whose name does not start with the host triplet.  If you think this
 
23073
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
23074
 ac_tool_warned=yes ;;
 
23075
 esac
 
23076
-    RANLIB=$ac_ct_RANLIB
 
23077
+    DSYMUTIL=$ac_ct_DSYMUTIL
 
23078
   fi
 
23079
 else
 
23080
-  RANLIB="$ac_cv_prog_RANLIB"
 
23081
+  DSYMUTIL="$ac_cv_prog_DSYMUTIL"
 
23082
 fi
 
23083
 
 
23084
-if test -n "$ac_tool_prefix"; then
 
23085
-  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 
23086
-set dummy ${ac_tool_prefix}strip; ac_word=$2
 
23087
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
23088
-$as_echo_n "checking for $ac_word... " >&6; }
 
23089
-if test "${ac_cv_prog_STRIP+set}" = set; then
 
23090
-  $as_echo_n "(cached) " >&6
 
23091
+    if test -n "$ac_tool_prefix"; then
 
23092
+  # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
 
23093
+set dummy ${ac_tool_prefix}nmedit; ac_word=$2
 
23094
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
23095
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
23096
+if test "${ac_cv_prog_NMEDIT+set}" = set; then
 
23097
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
23098
 else
 
23099
-  if test -n "$STRIP"; then
 
23100
-  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
 
23101
+  if test -n "$NMEDIT"; then
 
23102
+  ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
 
23103
 else
 
23104
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
23105
 for as_dir in $PATH
 
23106
@@ -9749,8 +9438,8 @@
 
23107
   test -z "$as_dir" && as_dir=.
 
23108
   for ac_exec_ext in '' $ac_executable_extensions; do
 
23109
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
23110
-    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
 
23111
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
23112
+    ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
 
23113
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
23114
     break 2
 
23115
   fi
 
23116
 done
 
23117
@@ -9759,28 +9448,28 @@
 
23118
 
 
23119
 fi
 
23120
 fi
 
23121
-STRIP=$ac_cv_prog_STRIP
 
23122
-if test -n "$STRIP"; then
 
23123
-  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
 
23124
-$as_echo "$STRIP" >&6; }
 
23125
+NMEDIT=$ac_cv_prog_NMEDIT
 
23126
+if test -n "$NMEDIT"; then
 
23127
+  { echo "$as_me:$LINENO: result: $NMEDIT" >&5
 
23128
+echo "${ECHO_T}$NMEDIT" >&6; }
 
23129
 else
 
23130
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
23131
-$as_echo "no" >&6; }
 
23132
+  { echo "$as_me:$LINENO: result: no" >&5
 
23133
+echo "${ECHO_T}no" >&6; }
 
23134
 fi
 
23135
 
 
23136
 
 
23137
 fi
 
23138
-if test -z "$ac_cv_prog_STRIP"; then
 
23139
-  ac_ct_STRIP=$STRIP
 
23140
-  # Extract the first word of "strip", so it can be a program name with args.
 
23141
-set dummy strip; ac_word=$2
 
23142
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
23143
-$as_echo_n "checking for $ac_word... " >&6; }
 
23144
-if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
 
23145
-  $as_echo_n "(cached) " >&6
 
23146
+if test -z "$ac_cv_prog_NMEDIT"; then
 
23147
+  ac_ct_NMEDIT=$NMEDIT
 
23148
+  # Extract the first word of "nmedit", so it can be a program name with args.
 
23149
+set dummy nmedit; ac_word=$2
 
23150
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
23151
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
23152
+if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
 
23153
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
23154
 else
 
23155
-  if test -n "$ac_ct_STRIP"; then
 
23156
-  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
 
23157
+  if test -n "$ac_ct_NMEDIT"; then
 
23158
+  ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
 
23159
 else
 
23160
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
23161
 for as_dir in $PATH
 
23162
@@ -9789,8 +9478,8 @@
 
23163
   test -z "$as_dir" && as_dir=.
 
23164
   for ac_exec_ext in '' $ac_executable_extensions; do
 
23165
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
23166
-    ac_cv_prog_ac_ct_STRIP="strip"
 
23167
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
23168
+    ac_cv_prog_ac_ct_NMEDIT="nmedit"
 
23169
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
23170
     break 2
 
23171
   fi
 
23172
 done
 
23173
@@ -9799,228 +9488,140 @@
 
23174
 
 
23175
 fi
 
23176
 fi
 
23177
-ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
 
23178
-if test -n "$ac_ct_STRIP"; then
 
23179
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 
23180
-$as_echo "$ac_ct_STRIP" >&6; }
 
23181
+ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
 
23182
+if test -n "$ac_ct_NMEDIT"; then
 
23183
+  { echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
 
23184
+echo "${ECHO_T}$ac_ct_NMEDIT" >&6; }
 
23185
 else
 
23186
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
23187
-$as_echo "no" >&6; }
 
23188
+  { echo "$as_me:$LINENO: result: no" >&5
 
23189
+echo "${ECHO_T}no" >&6; }
 
23190
 fi
 
23191
 
 
23192
-  if test "x$ac_ct_STRIP" = x; then
 
23193
-    STRIP=":"
 
23194
+  if test "x$ac_ct_NMEDIT" = x; then
 
23195
+    NMEDIT=":"
 
23196
   else
 
23197
     case $cross_compiling:$ac_tool_warned in
 
23198
 yes:)
 
23199
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
23200
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
23201
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
23202
+whose name does not start with the host triplet.  If you think this
 
23203
+configuration is useful to you, please write to autoconf@gnu.org." >&5
 
23204
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
23205
+whose name does not start with the host triplet.  If you think this
 
23206
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
23207
 ac_tool_warned=yes ;;
 
23208
 esac
 
23209
-    STRIP=$ac_ct_STRIP
 
23210
+    NMEDIT=$ac_ct_NMEDIT
 
23211
   fi
 
23212
 else
 
23213
-  STRIP="$ac_cv_prog_STRIP"
 
23214
+  NMEDIT="$ac_cv_prog_NMEDIT"
 
23215
 fi
 
23216
 
 
23217
-
 
23218
-old_CC="$CC"
 
23219
-old_CFLAGS="$CFLAGS"
 
23220
-
 
23221
-# Set sane defaults for various variables
 
23222
-test -z "$AR" && AR=ar
 
23223
-test -z "$AR_FLAGS" && AR_FLAGS=cru
 
23224
-test -z "$AS" && AS=as
 
23225
-test -z "$CC" && CC=cc
 
23226
-test -z "$LTCC" && LTCC=$CC
 
23227
-test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
 
23228
-test -z "$DLLTOOL" && DLLTOOL=dlltool
 
23229
-test -z "$LD" && LD=ld
 
23230
-test -z "$LN_S" && LN_S="ln -s"
 
23231
-test -z "$MAGIC_CMD" && MAGIC_CMD=file
 
23232
-test -z "$NM" && NM=nm
 
23233
-test -z "$SED" && SED=sed
 
23234
-test -z "$OBJDUMP" && OBJDUMP=objdump
 
23235
-test -z "$RANLIB" && RANLIB=:
 
23236
-test -z "$STRIP" && STRIP=:
 
23237
-test -z "$ac_objext" && ac_objext=o
 
23238
-
 
23239
-# Determine commands to create old-style static archives.
 
23240
-old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
 
23241
-old_postinstall_cmds='chmod 644 $oldlib'
 
23242
-old_postuninstall_cmds=
 
23243
-
 
23244
-if test -n "$RANLIB"; then
 
23245
-  case $host_os in
 
23246
-  openbsd*)
 
23247
-    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
 
23248
-    ;;
 
23249
-  *)
 
23250
-    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
 
23251
-    ;;
 
23252
-  esac
 
23253
-  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
 
23254
-fi
 
23255
-
 
23256
-for cc_temp in $compiler""; do
 
23257
-  case $cc_temp in
 
23258
-    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
 
23259
-    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
 
23260
-    \-*) ;;
 
23261
-    *) break;;
 
23262
-  esac
 
23263
+    if test -n "$ac_tool_prefix"; then
 
23264
+  # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
 
23265
+set dummy ${ac_tool_prefix}lipo; ac_word=$2
 
23266
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
23267
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
23268
+if test "${ac_cv_prog_LIPO+set}" = set; then
 
23269
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
23270
+else
 
23271
+  if test -n "$LIPO"; then
 
23272
+  ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
 
23273
+else
 
23274
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
23275
+for as_dir in $PATH
 
23276
+do
 
23277
+  IFS=$as_save_IFS
 
23278
+  test -z "$as_dir" && as_dir=.
 
23279
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
23280
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
23281
+    ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
 
23282
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
23283
+    break 2
 
23284
+  fi
 
23285
 done
 
23286
-cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
23287
-
 
23288
+done
 
23289
+IFS=$as_save_IFS
 
23290
 
 
23291
-# Only perform the check for file, if the check method requires it
 
23292
-case $deplibs_check_method in
 
23293
-file_magic*)
 
23294
-  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
 
23295
-    { $as_echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
 
23296
-$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
 
23297
-if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
 
23298
-  $as_echo_n "(cached) " >&6
 
23299
+fi
 
23300
+fi
 
23301
+LIPO=$ac_cv_prog_LIPO
 
23302
+if test -n "$LIPO"; then
 
23303
+  { echo "$as_me:$LINENO: result: $LIPO" >&5
 
23304
+echo "${ECHO_T}$LIPO" >&6; }
 
23305
 else
 
23306
-  case $MAGIC_CMD in
 
23307
-[\\/*] |  ?:[\\/]*)
 
23308
-  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
 
23309
-  ;;
 
23310
-*)
 
23311
-  lt_save_MAGIC_CMD="$MAGIC_CMD"
 
23312
-  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
23313
-  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
 
23314
-  for ac_dir in $ac_dummy; do
 
23315
-    IFS="$lt_save_ifs"
 
23316
-    test -z "$ac_dir" && ac_dir=.
 
23317
-    if test -f $ac_dir/${ac_tool_prefix}file; then
 
23318
-      lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
 
23319
-      if test -n "$file_magic_test_file"; then
 
23320
-       case $deplibs_check_method in
 
23321
-       "file_magic "*)
 
23322
-         file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
 
23323
-         MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
23324
-         if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
 
23325
-           $EGREP "$file_magic_regex" > /dev/null; then
 
23326
-           :
 
23327
-         else
 
23328
-           cat <<EOF 1>&2
 
23329
+  { echo "$as_me:$LINENO: result: no" >&5
 
23330
+echo "${ECHO_T}no" >&6; }
 
23331
+fi
 
23332
 
 
23333
-*** Warning: the command libtool uses to detect shared libraries,
 
23334
-*** $file_magic_cmd, produces output that libtool cannot recognize.
 
23335
-*** The result is that libtool may fail to recognize shared libraries
 
23336
-*** as such.  This will affect the creation of libtool libraries that
 
23337
-*** depend on shared libraries, but programs linked with such libtool
 
23338
-*** libraries will work regardless of this problem.  Nevertheless, you
 
23339
-*** may want to report the problem to your system manager and/or to
 
23340
-*** bug-libtool@gnu.org
 
23341
 
 
23342
-EOF
 
23343
-         fi ;;
 
23344
-       esac
 
23345
-      fi
 
23346
-      break
 
23347
-    fi
 
23348
-  done
 
23349
-  IFS="$lt_save_ifs"
 
23350
-  MAGIC_CMD="$lt_save_MAGIC_CMD"
 
23351
-  ;;
 
23352
-esac
 
23353
 fi
 
23354
-
 
23355
-MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
23356
-if test -n "$MAGIC_CMD"; then
 
23357
-  { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 
23358
-$as_echo "$MAGIC_CMD" >&6; }
 
23359
+if test -z "$ac_cv_prog_LIPO"; then
 
23360
+  ac_ct_LIPO=$LIPO
 
23361
+  # Extract the first word of "lipo", so it can be a program name with args.
 
23362
+set dummy lipo; ac_word=$2
 
23363
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
23364
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
23365
+if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then
 
23366
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
23367
 else
 
23368
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
23369
-$as_echo "no" >&6; }
 
23370
-fi
 
23371
-
 
23372
-if test -z "$lt_cv_path_MAGIC_CMD"; then
 
23373
-  if test -n "$ac_tool_prefix"; then
 
23374
-    { $as_echo "$as_me:$LINENO: checking for file" >&5
 
23375
-$as_echo_n "checking for file... " >&6; }
 
23376
-if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
 
23377
-  $as_echo_n "(cached) " >&6
 
23378
+  if test -n "$ac_ct_LIPO"; then
 
23379
+  ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
 
23380
 else
 
23381
-  case $MAGIC_CMD in
 
23382
-[\\/*] |  ?:[\\/]*)
 
23383
-  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
 
23384
-  ;;
 
23385
-*)
 
23386
-  lt_save_MAGIC_CMD="$MAGIC_CMD"
 
23387
-  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
23388
-  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
 
23389
-  for ac_dir in $ac_dummy; do
 
23390
-    IFS="$lt_save_ifs"
 
23391
-    test -z "$ac_dir" && ac_dir=.
 
23392
-    if test -f $ac_dir/file; then
 
23393
-      lt_cv_path_MAGIC_CMD="$ac_dir/file"
 
23394
-      if test -n "$file_magic_test_file"; then
 
23395
-       case $deplibs_check_method in
 
23396
-       "file_magic "*)
 
23397
-         file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
 
23398
-         MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
23399
-         if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
 
23400
-           $EGREP "$file_magic_regex" > /dev/null; then
 
23401
-           :
 
23402
-         else
 
23403
-           cat <<EOF 1>&2
 
23404
-
 
23405
-*** Warning: the command libtool uses to detect shared libraries,
 
23406
-*** $file_magic_cmd, produces output that libtool cannot recognize.
 
23407
-*** The result is that libtool may fail to recognize shared libraries
 
23408
-*** as such.  This will affect the creation of libtool libraries that
 
23409
-*** depend on shared libraries, but programs linked with such libtool
 
23410
-*** libraries will work regardless of this problem.  Nevertheless, you
 
23411
-*** may want to report the problem to your system manager and/or to
 
23412
-*** bug-libtool@gnu.org
 
23413
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
23414
+for as_dir in $PATH
 
23415
+do
 
23416
+  IFS=$as_save_IFS
 
23417
+  test -z "$as_dir" && as_dir=.
 
23418
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
23419
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
23420
+    ac_cv_prog_ac_ct_LIPO="lipo"
 
23421
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
23422
+    break 2
 
23423
+  fi
 
23424
+done
 
23425
+done
 
23426
+IFS=$as_save_IFS
 
23427
 
 
23428
-EOF
 
23429
-         fi ;;
 
23430
-       esac
 
23431
-      fi
 
23432
-      break
 
23433
-    fi
 
23434
-  done
 
23435
-  IFS="$lt_save_ifs"
 
23436
-  MAGIC_CMD="$lt_save_MAGIC_CMD"
 
23437
-  ;;
 
23438
-esac
 
23439
 fi
 
23440
-
 
23441
-MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
23442
-if test -n "$MAGIC_CMD"; then
 
23443
-  { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 
23444
-$as_echo "$MAGIC_CMD" >&6; }
 
23445
+fi
 
23446
+ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
 
23447
+if test -n "$ac_ct_LIPO"; then
 
23448
+  { echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
 
23449
+echo "${ECHO_T}$ac_ct_LIPO" >&6; }
 
23450
 else
 
23451
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
23452
-$as_echo "no" >&6; }
 
23453
+  { echo "$as_me:$LINENO: result: no" >&5
 
23454
+echo "${ECHO_T}no" >&6; }
 
23455
 fi
 
23456
 
 
23457
+  if test "x$ac_ct_LIPO" = x; then
 
23458
+    LIPO=":"
 
23459
   else
 
23460
-    MAGIC_CMD=:
 
23461
+    case $cross_compiling:$ac_tool_warned in
 
23462
+yes:)
 
23463
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
23464
+whose name does not start with the host triplet.  If you think this
 
23465
+configuration is useful to you, please write to autoconf@gnu.org." >&5
 
23466
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
23467
+whose name does not start with the host triplet.  If you think this
 
23468
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
23469
+ac_tool_warned=yes ;;
 
23470
+esac
 
23471
+    LIPO=$ac_ct_LIPO
 
23472
   fi
 
23473
+else
 
23474
+  LIPO="$ac_cv_prog_LIPO"
 
23475
 fi
 
23476
 
 
23477
-  fi
 
23478
-  ;;
 
23479
-esac
 
23480
-
 
23481
-
 
23482
-  case $host_os in
 
23483
-    rhapsody* | darwin*)
 
23484
     if test -n "$ac_tool_prefix"; then
 
23485
-  # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
 
23486
-set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
 
23487
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
23488
-$as_echo_n "checking for $ac_word... " >&6; }
 
23489
-if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
 
23490
-  $as_echo_n "(cached) " >&6
 
23491
+  # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
 
23492
+set dummy ${ac_tool_prefix}otool; ac_word=$2
 
23493
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
23494
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
23495
+if test "${ac_cv_prog_OTOOL+set}" = set; then
 
23496
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
23497
 else
 
23498
-  if test -n "$DSYMUTIL"; then
 
23499
-  ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
 
23500
+  if test -n "$OTOOL"; then
 
23501
+  ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
 
23502
 else
 
23503
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
23504
 for as_dir in $PATH
 
23505
@@ -10029,8 +9630,8 @@
 
23506
   test -z "$as_dir" && as_dir=.
 
23507
   for ac_exec_ext in '' $ac_executable_extensions; do
 
23508
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
23509
-    ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
 
23510
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
23511
+    ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
 
23512
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
23513
     break 2
 
23514
   fi
 
23515
 done
 
23516
@@ -10039,28 +9640,28 @@
 
23517
 
 
23518
 fi
 
23519
 fi
 
23520
-DSYMUTIL=$ac_cv_prog_DSYMUTIL
 
23521
-if test -n "$DSYMUTIL"; then
 
23522
-  { $as_echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
 
23523
-$as_echo "$DSYMUTIL" >&6; }
 
23524
+OTOOL=$ac_cv_prog_OTOOL
 
23525
+if test -n "$OTOOL"; then
 
23526
+  { echo "$as_me:$LINENO: result: $OTOOL" >&5
 
23527
+echo "${ECHO_T}$OTOOL" >&6; }
 
23528
 else
 
23529
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
23530
-$as_echo "no" >&6; }
 
23531
+  { echo "$as_me:$LINENO: result: no" >&5
 
23532
+echo "${ECHO_T}no" >&6; }
 
23533
 fi
 
23534
 
 
23535
 
 
23536
 fi
 
23537
-if test -z "$ac_cv_prog_DSYMUTIL"; then
 
23538
-  ac_ct_DSYMUTIL=$DSYMUTIL
 
23539
-  # Extract the first word of "dsymutil", so it can be a program name with args.
 
23540
-set dummy dsymutil; ac_word=$2
 
23541
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
23542
-$as_echo_n "checking for $ac_word... " >&6; }
 
23543
-if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
 
23544
-  $as_echo_n "(cached) " >&6
 
23545
+if test -z "$ac_cv_prog_OTOOL"; then
 
23546
+  ac_ct_OTOOL=$OTOOL
 
23547
+  # Extract the first word of "otool", so it can be a program name with args.
 
23548
+set dummy otool; ac_word=$2
 
23549
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
23550
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
23551
+if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then
 
23552
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
23553
 else
 
23554
-  if test -n "$ac_ct_DSYMUTIL"; then
 
23555
-  ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
 
23556
+  if test -n "$ac_ct_OTOOL"; then
 
23557
+  ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
 
23558
 else
 
23559
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
23560
 for as_dir in $PATH
 
23561
@@ -10069,8 +9670,8 @@
 
23562
   test -z "$as_dir" && as_dir=.
 
23563
   for ac_exec_ext in '' $ac_executable_extensions; do
 
23564
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
23565
-    ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
 
23566
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
23567
+    ac_cv_prog_ac_ct_OTOOL="otool"
 
23568
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
23569
     break 2
 
23570
   fi
 
23571
 done
 
23572
@@ -10079,40 +9680,44 @@
 
23573
 
 
23574
 fi
 
23575
 fi
 
23576
-ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
 
23577
-if test -n "$ac_ct_DSYMUTIL"; then
 
23578
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
 
23579
-$as_echo "$ac_ct_DSYMUTIL" >&6; }
 
23580
+ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
 
23581
+if test -n "$ac_ct_OTOOL"; then
 
23582
+  { echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
 
23583
+echo "${ECHO_T}$ac_ct_OTOOL" >&6; }
 
23584
 else
 
23585
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
23586
-$as_echo "no" >&6; }
 
23587
+  { echo "$as_me:$LINENO: result: no" >&5
 
23588
+echo "${ECHO_T}no" >&6; }
 
23589
 fi
 
23590
 
 
23591
-  if test "x$ac_ct_DSYMUTIL" = x; then
 
23592
-    DSYMUTIL=":"
 
23593
+  if test "x$ac_ct_OTOOL" = x; then
 
23594
+    OTOOL=":"
 
23595
   else
 
23596
     case $cross_compiling:$ac_tool_warned in
 
23597
 yes:)
 
23598
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
23599
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
23600
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
23601
+whose name does not start with the host triplet.  If you think this
 
23602
+configuration is useful to you, please write to autoconf@gnu.org." >&5
 
23603
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
23604
+whose name does not start with the host triplet.  If you think this
 
23605
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
23606
 ac_tool_warned=yes ;;
 
23607
 esac
 
23608
-    DSYMUTIL=$ac_ct_DSYMUTIL
 
23609
+    OTOOL=$ac_ct_OTOOL
 
23610
   fi
 
23611
 else
 
23612
-  DSYMUTIL="$ac_cv_prog_DSYMUTIL"
 
23613
+  OTOOL="$ac_cv_prog_OTOOL"
 
23614
 fi
 
23615
 
 
23616
     if test -n "$ac_tool_prefix"; then
 
23617
-  # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
 
23618
-set dummy ${ac_tool_prefix}nmedit; ac_word=$2
 
23619
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
23620
-$as_echo_n "checking for $ac_word... " >&6; }
 
23621
-if test "${ac_cv_prog_NMEDIT+set}" = set; then
 
23622
-  $as_echo_n "(cached) " >&6
 
23623
+  # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
 
23624
+set dummy ${ac_tool_prefix}otool64; ac_word=$2
 
23625
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
23626
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
23627
+if test "${ac_cv_prog_OTOOL64+set}" = set; then
 
23628
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
23629
 else
 
23630
-  if test -n "$NMEDIT"; then
 
23631
-  ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
 
23632
+  if test -n "$OTOOL64"; then
 
23633
+  ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
 
23634
 else
 
23635
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
23636
 for as_dir in $PATH
 
23637
@@ -10121,8 +9726,8 @@
 
23638
   test -z "$as_dir" && as_dir=.
 
23639
   for ac_exec_ext in '' $ac_executable_extensions; do
 
23640
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
23641
-    ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
 
23642
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
23643
+    ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
 
23644
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
23645
     break 2
 
23646
   fi
 
23647
 done
 
23648
@@ -10131,28 +9736,28 @@
 
23649
 
 
23650
 fi
 
23651
 fi
 
23652
-NMEDIT=$ac_cv_prog_NMEDIT
 
23653
-if test -n "$NMEDIT"; then
 
23654
-  { $as_echo "$as_me:$LINENO: result: $NMEDIT" >&5
 
23655
-$as_echo "$NMEDIT" >&6; }
 
23656
+OTOOL64=$ac_cv_prog_OTOOL64
 
23657
+if test -n "$OTOOL64"; then
 
23658
+  { echo "$as_me:$LINENO: result: $OTOOL64" >&5
 
23659
+echo "${ECHO_T}$OTOOL64" >&6; }
 
23660
 else
 
23661
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
23662
-$as_echo "no" >&6; }
 
23663
+  { echo "$as_me:$LINENO: result: no" >&5
 
23664
+echo "${ECHO_T}no" >&6; }
 
23665
 fi
 
23666
 
 
23667
 
 
23668
 fi
 
23669
-if test -z "$ac_cv_prog_NMEDIT"; then
 
23670
-  ac_ct_NMEDIT=$NMEDIT
 
23671
-  # Extract the first word of "nmedit", so it can be a program name with args.
 
23672
-set dummy nmedit; ac_word=$2
 
23673
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
23674
-$as_echo_n "checking for $ac_word... " >&6; }
 
23675
-if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
 
23676
-  $as_echo_n "(cached) " >&6
 
23677
+if test -z "$ac_cv_prog_OTOOL64"; then
 
23678
+  ac_ct_OTOOL64=$OTOOL64
 
23679
+  # Extract the first word of "otool64", so it can be a program name with args.
 
23680
+set dummy otool64; ac_word=$2
 
23681
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
23682
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
23683
+if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then
 
23684
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
23685
 else
 
23686
-  if test -n "$ac_ct_NMEDIT"; then
 
23687
-  ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
 
23688
+  if test -n "$ac_ct_OTOOL64"; then
 
23689
+  ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
 
23690
 else
 
23691
 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
23692
 for as_dir in $PATH
 
23693
@@ -10161,8 +9766,8 @@
 
23694
   test -z "$as_dir" && as_dir=.
 
23695
   for ac_exec_ext in '' $ac_executable_extensions; do
 
23696
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
23697
-    ac_cv_prog_ac_ct_NMEDIT="nmedit"
 
23698
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
23699
+    ac_cv_prog_ac_ct_OTOOL64="otool64"
 
23700
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
23701
     break 2
 
23702
   fi
 
23703
 done
 
23704
@@ -10171,58 +9776,93 @@
 
23705
 
 
23706
 fi
 
23707
 fi
 
23708
-ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
 
23709
-if test -n "$ac_ct_NMEDIT"; then
 
23710
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
 
23711
-$as_echo "$ac_ct_NMEDIT" >&6; }
 
23712
+ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
 
23713
+if test -n "$ac_ct_OTOOL64"; then
 
23714
+  { echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
 
23715
+echo "${ECHO_T}$ac_ct_OTOOL64" >&6; }
 
23716
 else
 
23717
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
23718
-$as_echo "no" >&6; }
 
23719
+  { echo "$as_me:$LINENO: result: no" >&5
 
23720
+echo "${ECHO_T}no" >&6; }
 
23721
 fi
 
23722
 
 
23723
-  if test "x$ac_ct_NMEDIT" = x; then
 
23724
-    NMEDIT=":"
 
23725
+  if test "x$ac_ct_OTOOL64" = x; then
 
23726
+    OTOOL64=":"
 
23727
   else
 
23728
     case $cross_compiling:$ac_tool_warned in
 
23729
 yes:)
 
23730
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
23731
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
23732
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
23733
+whose name does not start with the host triplet.  If you think this
 
23734
+configuration is useful to you, please write to autoconf@gnu.org." >&5
 
23735
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
23736
+whose name does not start with the host triplet.  If you think this
 
23737
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
23738
 ac_tool_warned=yes ;;
 
23739
 esac
 
23740
-    NMEDIT=$ac_ct_NMEDIT
 
23741
+    OTOOL64=$ac_ct_OTOOL64
 
23742
   fi
 
23743
 else
 
23744
-  NMEDIT="$ac_cv_prog_NMEDIT"
 
23745
+  OTOOL64="$ac_cv_prog_OTOOL64"
 
23746
 fi
 
23747
 
 
23748
 
 
23749
-    { $as_echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
 
23750
-$as_echo_n "checking for -single_module linker flag... " >&6; }
 
23751
+
 
23752
+
 
23753
+
 
23754
+
 
23755
+
 
23756
+
 
23757
+
 
23758
+
 
23759
+
 
23760
+
 
23761
+
 
23762
+
 
23763
+
 
23764
+
 
23765
+
 
23766
+
 
23767
+
 
23768
+
 
23769
+
 
23770
+
 
23771
+
 
23772
+
 
23773
+
 
23774
+
 
23775
+
 
23776
+    { echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
 
23777
+echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6; }
 
23778
 if test "${lt_cv_apple_cc_single_mod+set}" = set; then
 
23779
-  $as_echo_n "(cached) " >&6
 
23780
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
23781
 else
 
23782
   lt_cv_apple_cc_single_mod=no
 
23783
       if test -z "${LT_MULTI_MODULE}"; then
 
23784
-   # By default we will add the -single_module flag. You can override
 
23785
-   # by either setting the environment variable LT_MULTI_MODULE
 
23786
-   # non-empty at configure time, or by adding -multi_module to the
 
23787
-   # link flags.
 
23788
-   echo "int foo(void){return 1;}" > conftest.c
 
23789
-   $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
 
23790
-     -dynamiclib ${wl}-single_module conftest.c
 
23791
-   if test -f libconftest.dylib; then
 
23792
-     lt_cv_apple_cc_single_mod=yes
 
23793
-     rm -rf libconftest.dylib*
 
23794
-   fi
 
23795
-   rm conftest.c
 
23796
+       # By default we will add the -single_module flag. You can override
 
23797
+       # by either setting the environment variable LT_MULTI_MODULE
 
23798
+       # non-empty at configure time, or by adding -multi_module to the
 
23799
+       # link flags.
 
23800
+       rm -rf libconftest.dylib*
 
23801
+       echo "int foo(void){return 1;}" > conftest.c
 
23802
+       echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
 
23803
+-dynamiclib -Wl,-single_module conftest.c" >&5
 
23804
+       $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
 
23805
+         -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
 
23806
+        _lt_result=$?
 
23807
+       if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
 
23808
+         lt_cv_apple_cc_single_mod=yes
 
23809
+       else
 
23810
+         cat conftest.err >&5
 
23811
+       fi
 
23812
+       rm -rf libconftest.dylib*
 
23813
+       rm -f conftest.*
 
23814
       fi
 
23815
 fi
 
23816
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
 
23817
-$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
 
23818
-    { $as_echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
 
23819
-$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
 
23820
+{ echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
 
23821
+echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6; }
 
23822
+    { echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
 
23823
+echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6; }
 
23824
 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
 
23825
-  $as_echo_n "(cached) " >&6
 
23826
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
23827
 else
 
23828
   lt_cv_ld_exported_symbols_list=no
 
23829
       save_LDFLAGS=$LDFLAGS
 
23830
@@ -10249,53 +9889,49 @@
 
23831
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
23832
   *) ac_try_echo=$ac_try;;
 
23833
 esac
 
23834
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
23835
-$as_echo "$ac_try_echo") >&5
 
23836
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
23837
   (eval "$ac_link") 2>conftest.er1
 
23838
   ac_status=$?
 
23839
   grep -v '^ *+' conftest.er1 >conftest.err
 
23840
   rm -f conftest.er1
 
23841
   cat conftest.err >&5
 
23842
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
23843
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
23844
   (exit $ac_status); } && {
 
23845
         test -z "$ac_c_werror_flag" ||
 
23846
         test ! -s conftest.err
 
23847
-       } && test -s conftest$ac_exeext && {
 
23848
-        test "$cross_compiling" = yes ||
 
23849
-        $as_test_x conftest$ac_exeext
 
23850
-       }; then
 
23851
+       } && test -s conftest$ac_exeext &&
 
23852
+       $as_test_x conftest$ac_exeext; then
 
23853
   lt_cv_ld_exported_symbols_list=yes
 
23854
 else
 
23855
-  $as_echo "$as_me: failed program was:" >&5
 
23856
+  echo "$as_me: failed program was:" >&5
 
23857
 sed 's/^/| /' conftest.$ac_ext >&5
 
23858
 
 
23859
        lt_cv_ld_exported_symbols_list=no
 
23860
 fi
 
23861
 
 
23862
-rm -rf conftest.dSYM
 
23863
 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
23864
       conftest$ac_exeext conftest.$ac_ext
 
23865
-   LDFLAGS="$save_LDFLAGS"
 
23866
+       LDFLAGS="$save_LDFLAGS"
 
23867
 
 
23868
 fi
 
23869
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
 
23870
-$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
 
23871
+{ echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
 
23872
+echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6; }
 
23873
     case $host_os in
 
23874
-    rhapsody* | darwin1.[0123])
 
23875
+    rhapsody* | darwin1.[012])
 
23876
       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
 
23877
     darwin1.*)
 
23878
-     _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
 
23879
-    darwin*)
 
23880
+      _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
 
23881
+    darwin*) # darwin 5.x on
 
23882
       # if running on 10.5 or later, the deployment target defaults
 
23883
       # to the OS version, if on x86, and 10.4, the deployment
 
23884
       # target defaults to 10.4. Don't you love it?
 
23885
       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
 
23886
-   10.0,*86*-darwin8*|10.0,*-darwin[91]*)
 
23887
-     _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
 
23888
-   10.[012]*)
 
23889
-     _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
 
23890
-   10.*)
 
23891
-     _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
 
23892
+       10.0,*86*-darwin8*|10.0,*-darwin[91]*)
 
23893
+         _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
 
23894
+       10.[012]*)
 
23895
+         _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
 
23896
+       10.*)
 
23897
+         _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
 
23898
       esac
 
23899
     ;;
 
23900
   esac
 
23901
@@ -10305,10 +9941,10 @@
 
23902
     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
 
23903
       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
 
23904
     else
 
23905
-      _lt_dar_export_syms="~$NMEDIT -s \$output_objdir/\${libname}-symbols.expsym \${lib}"
 
23906
+      _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
23907
     fi
 
23908
     if test "$DSYMUTIL" != ":"; then
 
23909
-      _lt_dsymutil="~$DSYMUTIL \$lib || :"
 
23910
+      _lt_dsymutil='~$DSYMUTIL $lib || :'
 
23911
     else
 
23912
       _lt_dsymutil=
 
23913
     fi
 
23914
@@ -10316,7084 +9952,6605 @@
 
23915
   esac
 
23916
 
 
23917
 
 
23918
-enable_dlopen=no
 
23919
-enable_win32_dll=no
 
23920
-
 
23921
-# Check whether --enable-libtool-lock was given.
 
23922
-if test "${enable_libtool_lock+set}" = set; then
 
23923
-  enableval=$enable_libtool_lock;
 
23924
-fi
 
23925
-
 
23926
-test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
 
23927
-
 
23928
-
 
23929
-# Check whether --with-pic was given.
 
23930
-if test "${with_pic+set}" = set; then
 
23931
-  withval=$with_pic; pic_mode="$withval"
 
23932
+for ac_header in dlfcn.h
 
23933
+do
 
23934
+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
23935
+{ echo "$as_me:$LINENO: checking for $ac_header" >&5
 
23936
+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
 
23937
+if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
23938
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
23939
 else
 
23940
-  pic_mode=default
 
23941
-fi
 
23942
-
 
23943
-test -z "$pic_mode" && pic_mode=default
 
23944
+  cat >conftest.$ac_ext <<_ACEOF
 
23945
+/* confdefs.h.  */
 
23946
+_ACEOF
 
23947
+cat confdefs.h >>conftest.$ac_ext
 
23948
+cat >>conftest.$ac_ext <<_ACEOF
 
23949
+/* end confdefs.h.  */
 
23950
+$ac_includes_default
 
23951
 
 
23952
-# Use C for the default configuration in the libtool script
 
23953
-tagname=
 
23954
-lt_save_CC="$CC"
 
23955
-ac_ext=c
 
23956
-ac_cpp='$CPP $CPPFLAGS'
 
23957
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
23958
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
23959
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
23960
+#include <$ac_header>
 
23961
+_ACEOF
 
23962
+rm -f conftest.$ac_objext
 
23963
+if { (ac_try="$ac_compile"
 
23964
+case "(($ac_try" in
 
23965
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
23966
+  *) ac_try_echo=$ac_try;;
 
23967
+esac
 
23968
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
23969
+  (eval "$ac_compile") 2>conftest.er1
 
23970
+  ac_status=$?
 
23971
+  grep -v '^ *+' conftest.er1 >conftest.err
 
23972
+  rm -f conftest.er1
 
23973
+  cat conftest.err >&5
 
23974
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
23975
+  (exit $ac_status); } && {
 
23976
+        test -z "$ac_c_werror_flag" ||
 
23977
+        test ! -s conftest.err
 
23978
+       } && test -s conftest.$ac_objext; then
 
23979
+  eval "$as_ac_Header=yes"
 
23980
+else
 
23981
+  echo "$as_me: failed program was:" >&5
 
23982
+sed 's/^/| /' conftest.$ac_ext >&5
 
23983
 
 
23984
+       eval "$as_ac_Header=no"
 
23985
+fi
 
23986
 
 
23987
-# Source file extension for C test sources.
 
23988
-ac_ext=c
 
23989
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
23990
+fi
 
23991
+ac_res=`eval echo '${'$as_ac_Header'}'`
 
23992
+              { echo "$as_me:$LINENO: result: $ac_res" >&5
 
23993
+echo "${ECHO_T}$ac_res" >&6; }
 
23994
+if test `eval echo '${'$as_ac_Header'}'` = yes; then
 
23995
+  cat >>confdefs.h <<_ACEOF
 
23996
+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
23997
+_ACEOF
 
23998
 
 
23999
-# Object file extension for compiled C test sources.
 
24000
-objext=o
 
24001
-objext=$objext
 
24002
+fi
 
24003
 
 
24004
-# Code to be used in simple compile tests
 
24005
-lt_simple_compile_test_code="int some_variable = 0;"
 
24006
+done
 
24007
 
 
24008
-# Code to be used in simple link tests
 
24009
-lt_simple_link_test_code='int main(){return(0);}'
 
24010
 
 
24011
 
 
24012
-# If no C compiler was specified, use CC.
 
24013
-LTCC=${LTCC-"$CC"}
 
24014
+ac_ext=cpp
 
24015
+ac_cpp='$CXXCPP $CPPFLAGS'
 
24016
+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
24017
+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
24018
+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
24019
+if test -z "$CXX"; then
 
24020
+  if test -n "$CCC"; then
 
24021
+    CXX=$CCC
 
24022
+  else
 
24023
+    if test -n "$ac_tool_prefix"; then
 
24024
+  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
 
24025
+  do
 
24026
+    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 
24027
+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 
24028
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
24029
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
24030
+if test "${ac_cv_prog_CXX+set}" = set; then
 
24031
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
24032
+else
 
24033
+  if test -n "$CXX"; then
 
24034
+  ac_cv_prog_CXX="$CXX" # Let the user override the test.
 
24035
+else
 
24036
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
24037
+for as_dir in $PATH
 
24038
+do
 
24039
+  IFS=$as_save_IFS
 
24040
+  test -z "$as_dir" && as_dir=.
 
24041
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
24042
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
24043
+    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
 
24044
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
24045
+    break 2
 
24046
+  fi
 
24047
+done
 
24048
+done
 
24049
+IFS=$as_save_IFS
 
24050
 
 
24051
-# If no C compiler flags were specified, use CFLAGS.
 
24052
-LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
 
24053
+fi
 
24054
+fi
 
24055
+CXX=$ac_cv_prog_CXX
 
24056
+if test -n "$CXX"; then
 
24057
+  { echo "$as_me:$LINENO: result: $CXX" >&5
 
24058
+echo "${ECHO_T}$CXX" >&6; }
 
24059
+else
 
24060
+  { echo "$as_me:$LINENO: result: no" >&5
 
24061
+echo "${ECHO_T}no" >&6; }
 
24062
+fi
 
24063
 
 
24064
-# Allow CC to be a program name with arguments.
 
24065
-compiler=$CC
 
24066
 
 
24067
+    test -n "$CXX" && break
 
24068
+  done
 
24069
+fi
 
24070
+if test -z "$CXX"; then
 
24071
+  ac_ct_CXX=$CXX
 
24072
+  for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
 
24073
+do
 
24074
+  # Extract the first word of "$ac_prog", so it can be a program name with args.
 
24075
+set dummy $ac_prog; ac_word=$2
 
24076
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
24077
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
24078
+if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
 
24079
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
24080
+else
 
24081
+  if test -n "$ac_ct_CXX"; then
 
24082
+  ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
 
24083
+else
 
24084
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
24085
+for as_dir in $PATH
 
24086
+do
 
24087
+  IFS=$as_save_IFS
 
24088
+  test -z "$as_dir" && as_dir=.
 
24089
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
24090
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
24091
+    ac_cv_prog_ac_ct_CXX="$ac_prog"
 
24092
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
24093
+    break 2
 
24094
+  fi
 
24095
+done
 
24096
+done
 
24097
+IFS=$as_save_IFS
 
24098
 
 
24099
-# save warnings/boilerplate of simple test code
 
24100
-ac_outfile=conftest.$ac_objext
 
24101
-echo "$lt_simple_compile_test_code" >conftest.$ac_ext
 
24102
-eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
24103
-_lt_compiler_boilerplate=`cat conftest.err`
 
24104
-$rm conftest*
 
24105
+fi
 
24106
+fi
 
24107
+ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
 
24108
+if test -n "$ac_ct_CXX"; then
 
24109
+  { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
 
24110
+echo "${ECHO_T}$ac_ct_CXX" >&6; }
 
24111
+else
 
24112
+  { echo "$as_me:$LINENO: result: no" >&5
 
24113
+echo "${ECHO_T}no" >&6; }
 
24114
+fi
 
24115
 
 
24116
-ac_outfile=conftest.$ac_objext
 
24117
-echo "$lt_simple_link_test_code" >conftest.$ac_ext
 
24118
-eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
24119
-_lt_linker_boilerplate=`cat conftest.err`
 
24120
-$rm -r conftest*
 
24121
 
 
24122
+  test -n "$ac_ct_CXX" && break
 
24123
+done
 
24124
 
 
24125
+  if test "x$ac_ct_CXX" = x; then
 
24126
+    CXX="g++"
 
24127
+  else
 
24128
+    case $cross_compiling:$ac_tool_warned in
 
24129
+yes:)
 
24130
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
24131
+whose name does not start with the host triplet.  If you think this
 
24132
+configuration is useful to you, please write to autoconf@gnu.org." >&5
 
24133
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
24134
+whose name does not start with the host triplet.  If you think this
 
24135
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
24136
+ac_tool_warned=yes ;;
 
24137
+esac
 
24138
+    CXX=$ac_ct_CXX
 
24139
+  fi
 
24140
+fi
 
24141
 
 
24142
-lt_prog_compiler_no_builtin_flag=
 
24143
+  fi
 
24144
+fi
 
24145
+# Provide some information about the compiler.
 
24146
+echo "$as_me:$LINENO: checking for C++ compiler version" >&5
 
24147
+ac_compiler=`set X $ac_compile; echo $2`
 
24148
+{ (ac_try="$ac_compiler --version >&5"
 
24149
+case "(($ac_try" in
 
24150
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
24151
+  *) ac_try_echo=$ac_try;;
 
24152
+esac
 
24153
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
24154
+  (eval "$ac_compiler --version >&5") 2>&5
 
24155
+  ac_status=$?
 
24156
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24157
+  (exit $ac_status); }
 
24158
+{ (ac_try="$ac_compiler -v >&5"
 
24159
+case "(($ac_try" in
 
24160
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
24161
+  *) ac_try_echo=$ac_try;;
 
24162
+esac
 
24163
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
24164
+  (eval "$ac_compiler -v >&5") 2>&5
 
24165
+  ac_status=$?
 
24166
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24167
+  (exit $ac_status); }
 
24168
+{ (ac_try="$ac_compiler -V >&5"
 
24169
+case "(($ac_try" in
 
24170
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
24171
+  *) ac_try_echo=$ac_try;;
 
24172
+esac
 
24173
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
24174
+  (eval "$ac_compiler -V >&5") 2>&5
 
24175
+  ac_status=$?
 
24176
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24177
+  (exit $ac_status); }
 
24178
 
 
24179
-if test "$GCC" = yes; then
 
24180
-  lt_prog_compiler_no_builtin_flag=' -fno-builtin'
 
24181
+{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
 
24182
+echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
 
24183
+if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
 
24184
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
24185
+else
 
24186
+  cat >conftest.$ac_ext <<_ACEOF
 
24187
+/* confdefs.h.  */
 
24188
+_ACEOF
 
24189
+cat confdefs.h >>conftest.$ac_ext
 
24190
+cat >>conftest.$ac_ext <<_ACEOF
 
24191
+/* end confdefs.h.  */
 
24192
 
 
24193
+int
 
24194
+main ()
 
24195
+{
 
24196
+#ifndef __GNUC__
 
24197
+       choke me
 
24198
+#endif
 
24199
 
 
24200
-{ $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
 
24201
-$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
 
24202
-if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
 
24203
-  $as_echo_n "(cached) " >&6
 
24204
+  ;
 
24205
+  return 0;
 
24206
+}
 
24207
+_ACEOF
 
24208
+rm -f conftest.$ac_objext
 
24209
+if { (ac_try="$ac_compile"
 
24210
+case "(($ac_try" in
 
24211
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
24212
+  *) ac_try_echo=$ac_try;;
 
24213
+esac
 
24214
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
24215
+  (eval "$ac_compile") 2>conftest.er1
 
24216
+  ac_status=$?
 
24217
+  grep -v '^ *+' conftest.er1 >conftest.err
 
24218
+  rm -f conftest.er1
 
24219
+  cat conftest.err >&5
 
24220
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24221
+  (exit $ac_status); } && {
 
24222
+        test -z "$ac_cxx_werror_flag" ||
 
24223
+        test ! -s conftest.err
 
24224
+       } && test -s conftest.$ac_objext; then
 
24225
+  ac_compiler_gnu=yes
 
24226
 else
 
24227
-  lt_cv_prog_compiler_rtti_exceptions=no
 
24228
-  ac_outfile=conftest.$ac_objext
 
24229
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
24230
-   lt_compiler_flag="-fno-rtti -fno-exceptions"
 
24231
-   # Insert the option either (1) after the last *FLAGS variable, or
 
24232
-   # (2) before a word containing "conftest.", or (3) at the end.
 
24233
-   # Note that $ac_compile itself does not contain backslashes and begins
 
24234
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
24235
-   # The option is referenced via a variable to avoid confusing sed.
 
24236
-   lt_compile=`echo "$ac_compile" | $SED \
 
24237
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
24238
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
24239
-   -e 's:$: $lt_compiler_flag:'`
 
24240
-   (eval echo "\"\$as_me:10412: $lt_compile\"" >&5)
 
24241
-   (eval "$lt_compile" 2>conftest.err)
 
24242
-   ac_status=$?
 
24243
-   cat conftest.err >&5
 
24244
-   echo "$as_me:10416: \$? = $ac_status" >&5
 
24245
-   if (exit $ac_status) && test -s "$ac_outfile"; then
 
24246
-     # The compiler can only warn and ignore the option if not recognized
 
24247
-     # So say no if there are warnings other than the usual output.
 
24248
-     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
24249
-     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
24250
-     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
 
24251
-       lt_cv_prog_compiler_rtti_exceptions=yes
 
24252
-     fi
 
24253
-   fi
 
24254
-   $rm conftest*
 
24255
+  echo "$as_me: failed program was:" >&5
 
24256
+sed 's/^/| /' conftest.$ac_ext >&5
 
24257
 
 
24258
+       ac_compiler_gnu=no
 
24259
 fi
 
24260
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
 
24261
-$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
 
24262
 
 
24263
-if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
 
24264
-    lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
 
24265
-else
 
24266
-    :
 
24267
-fi
 
24268
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
24269
+ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
 
24270
 
 
24271
 fi
 
24272
+{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
 
24273
+echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
 
24274
+GXX=`test $ac_compiler_gnu = yes && echo yes`
 
24275
+ac_test_CXXFLAGS=${CXXFLAGS+set}
 
24276
+ac_save_CXXFLAGS=$CXXFLAGS
 
24277
+{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
 
24278
+echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
 
24279
+if test "${ac_cv_prog_cxx_g+set}" = set; then
 
24280
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
24281
+else
 
24282
+  ac_save_cxx_werror_flag=$ac_cxx_werror_flag
 
24283
+   ac_cxx_werror_flag=yes
 
24284
+   ac_cv_prog_cxx_g=no
 
24285
+   CXXFLAGS="-g"
 
24286
+   cat >conftest.$ac_ext <<_ACEOF
 
24287
+/* confdefs.h.  */
 
24288
+_ACEOF
 
24289
+cat confdefs.h >>conftest.$ac_ext
 
24290
+cat >>conftest.$ac_ext <<_ACEOF
 
24291
+/* end confdefs.h.  */
 
24292
 
 
24293
-lt_prog_compiler_wl=
 
24294
-lt_prog_compiler_pic=
 
24295
-lt_prog_compiler_static=
 
24296
+int
 
24297
+main ()
 
24298
+{
 
24299
 
 
24300
-{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
24301
-$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
 
24302
+  ;
 
24303
+  return 0;
 
24304
+}
 
24305
+_ACEOF
 
24306
+rm -f conftest.$ac_objext
 
24307
+if { (ac_try="$ac_compile"
 
24308
+case "(($ac_try" in
 
24309
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
24310
+  *) ac_try_echo=$ac_try;;
 
24311
+esac
 
24312
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
24313
+  (eval "$ac_compile") 2>conftest.er1
 
24314
+  ac_status=$?
 
24315
+  grep -v '^ *+' conftest.er1 >conftest.err
 
24316
+  rm -f conftest.er1
 
24317
+  cat conftest.err >&5
 
24318
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24319
+  (exit $ac_status); } && {
 
24320
+        test -z "$ac_cxx_werror_flag" ||
 
24321
+        test ! -s conftest.err
 
24322
+       } && test -s conftest.$ac_objext; then
 
24323
+  ac_cv_prog_cxx_g=yes
 
24324
+else
 
24325
+  echo "$as_me: failed program was:" >&5
 
24326
+sed 's/^/| /' conftest.$ac_ext >&5
 
24327
 
 
24328
-  if test "$GCC" = yes; then
 
24329
-    lt_prog_compiler_wl='-Wl,'
 
24330
-    lt_prog_compiler_static='-static'
 
24331
+       CXXFLAGS=""
 
24332
+      cat >conftest.$ac_ext <<_ACEOF
 
24333
+/* confdefs.h.  */
 
24334
+_ACEOF
 
24335
+cat confdefs.h >>conftest.$ac_ext
 
24336
+cat >>conftest.$ac_ext <<_ACEOF
 
24337
+/* end confdefs.h.  */
 
24338
 
 
24339
-    case $host_os in
 
24340
-      aix*)
 
24341
-      # All AIX code is PIC.
 
24342
-      if test "$host_cpu" = ia64; then
 
24343
-       # AIX 5 now supports IA64 processor
 
24344
-       lt_prog_compiler_static='-Bstatic'
 
24345
-      fi
 
24346
-      ;;
 
24347
+int
 
24348
+main ()
 
24349
+{
 
24350
 
 
24351
-    amigaos*)
 
24352
-      # FIXME: we need at least 68020 code to build shared libraries, but
 
24353
-      # adding the `-m68020' flag to GCC prevents building anything better,
 
24354
-      # like `-m68040'.
 
24355
-      lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
 
24356
-      ;;
 
24357
+  ;
 
24358
+  return 0;
 
24359
+}
 
24360
+_ACEOF
 
24361
+rm -f conftest.$ac_objext
 
24362
+if { (ac_try="$ac_compile"
 
24363
+case "(($ac_try" in
 
24364
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
24365
+  *) ac_try_echo=$ac_try;;
 
24366
+esac
 
24367
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
24368
+  (eval "$ac_compile") 2>conftest.er1
 
24369
+  ac_status=$?
 
24370
+  grep -v '^ *+' conftest.er1 >conftest.err
 
24371
+  rm -f conftest.er1
 
24372
+  cat conftest.err >&5
 
24373
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24374
+  (exit $ac_status); } && {
 
24375
+        test -z "$ac_cxx_werror_flag" ||
 
24376
+        test ! -s conftest.err
 
24377
+       } && test -s conftest.$ac_objext; then
 
24378
+  :
 
24379
+else
 
24380
+  echo "$as_me: failed program was:" >&5
 
24381
+sed 's/^/| /' conftest.$ac_ext >&5
 
24382
 
 
24383
-    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
24384
-      # PIC is the default for these OSes.
 
24385
-      ;;
 
24386
+       ac_cxx_werror_flag=$ac_save_cxx_werror_flag
 
24387
+        CXXFLAGS="-g"
 
24388
+        cat >conftest.$ac_ext <<_ACEOF
 
24389
+/* confdefs.h.  */
 
24390
+_ACEOF
 
24391
+cat confdefs.h >>conftest.$ac_ext
 
24392
+cat >>conftest.$ac_ext <<_ACEOF
 
24393
+/* end confdefs.h.  */
 
24394
 
 
24395
-    mingw* | cygwin* | pw32* | os2*)
 
24396
-      # This hack is so that the source file can tell whether it is being
 
24397
-      # built for inclusion in a dll (and should export symbols for example).
 
24398
-      # Although the cygwin gcc ignores -fPIC, still need this for old-style
 
24399
-      # (--disable-auto-import) libraries
 
24400
-      lt_prog_compiler_pic='-DDLL_EXPORT'
 
24401
-      ;;
 
24402
+int
 
24403
+main ()
 
24404
+{
 
24405
 
 
24406
-    darwin* | rhapsody*)
 
24407
-      # PIC is the default on this platform
 
24408
-      # Common symbols not allowed in MH_DYLIB files
 
24409
-      lt_prog_compiler_pic='-fno-common'
 
24410
-      ;;
 
24411
+  ;
 
24412
+  return 0;
 
24413
+}
 
24414
+_ACEOF
 
24415
+rm -f conftest.$ac_objext
 
24416
+if { (ac_try="$ac_compile"
 
24417
+case "(($ac_try" in
 
24418
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
24419
+  *) ac_try_echo=$ac_try;;
 
24420
+esac
 
24421
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
24422
+  (eval "$ac_compile") 2>conftest.er1
 
24423
+  ac_status=$?
 
24424
+  grep -v '^ *+' conftest.er1 >conftest.err
 
24425
+  rm -f conftest.er1
 
24426
+  cat conftest.err >&5
 
24427
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24428
+  (exit $ac_status); } && {
 
24429
+        test -z "$ac_cxx_werror_flag" ||
 
24430
+        test ! -s conftest.err
 
24431
+       } && test -s conftest.$ac_objext; then
 
24432
+  ac_cv_prog_cxx_g=yes
 
24433
+else
 
24434
+  echo "$as_me: failed program was:" >&5
 
24435
+sed 's/^/| /' conftest.$ac_ext >&5
 
24436
 
 
24437
-    interix[3-9]*)
 
24438
-      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
 
24439
-      # Instead, we relocate shared libraries at runtime.
 
24440
-      ;;
 
24441
 
 
24442
-    msdosdjgpp*)
 
24443
-      # Just because we use GCC doesn't mean we suddenly get shared libraries
 
24444
-      # on systems that don't support them.
 
24445
-      lt_prog_compiler_can_build_shared=no
 
24446
-      enable_shared=no
 
24447
-      ;;
 
24448
+fi
 
24449
 
 
24450
-    sysv4*MP*)
 
24451
-      if test -d /usr/nec; then
 
24452
-       lt_prog_compiler_pic=-Kconform_pic
 
24453
-      fi
 
24454
-      ;;
 
24455
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
24456
+fi
 
24457
 
 
24458
-    hpux*)
 
24459
-      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
24460
-      # not for PA HP-UX.
 
24461
-      case $host_cpu in
 
24462
-      hppa*64*|ia64*)
 
24463
-       # +Z the default
 
24464
-       ;;
 
24465
-      *)
 
24466
-       lt_prog_compiler_pic='-fPIC'
 
24467
-       ;;
 
24468
-      esac
 
24469
-      ;;
 
24470
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
24471
+fi
 
24472
 
 
24473
-    *)
 
24474
-      lt_prog_compiler_pic='-fPIC'
 
24475
-      ;;
 
24476
-    esac
 
24477
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
24478
+   ac_cxx_werror_flag=$ac_save_cxx_werror_flag
 
24479
+fi
 
24480
+{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
 
24481
+echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
 
24482
+if test "$ac_test_CXXFLAGS" = set; then
 
24483
+  CXXFLAGS=$ac_save_CXXFLAGS
 
24484
+elif test $ac_cv_prog_cxx_g = yes; then
 
24485
+  if test "$GXX" = yes; then
 
24486
+    CXXFLAGS="-g -O2"
 
24487
   else
 
24488
-    # PORTME Check for flag to pass linker flags through the system compiler.
 
24489
-    case $host_os in
 
24490
-    aix*)
 
24491
-      lt_prog_compiler_wl='-Wl,'
 
24492
-      if test "$host_cpu" = ia64; then
 
24493
-       # AIX 5 now supports IA64 processor
 
24494
-       lt_prog_compiler_static='-Bstatic'
 
24495
-      else
 
24496
-       lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
 
24497
-      fi
 
24498
-      ;;
 
24499
-      darwin*)
 
24500
-        # PIC is the default on this platform
 
24501
-        # Common symbols not allowed in MH_DYLIB files
 
24502
-       case $cc_basename in
 
24503
-         xlc*)
 
24504
-         lt_prog_compiler_pic='-qnocommon'
 
24505
-         lt_prog_compiler_wl='-Wl,'
 
24506
-         ;;
 
24507
-       esac
 
24508
-       ;;
 
24509
+    CXXFLAGS="-g"
 
24510
+  fi
 
24511
+else
 
24512
+  if test "$GXX" = yes; then
 
24513
+    CXXFLAGS="-O2"
 
24514
+  else
 
24515
+    CXXFLAGS=
 
24516
+  fi
 
24517
+fi
 
24518
+ac_ext=c
 
24519
+ac_cpp='$CPP $CPPFLAGS'
 
24520
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
24521
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
24522
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
24523
 
 
24524
-    mingw* | cygwin* | pw32* | os2*)
 
24525
-      # This hack is so that the source file can tell whether it is being
 
24526
-      # built for inclusion in a dll (and should export symbols for example).
 
24527
-      lt_prog_compiler_pic='-DDLL_EXPORT'
 
24528
-      ;;
 
24529
+depcc="$CXX"  am_compiler_list=
 
24530
 
 
24531
-    hpux9* | hpux10* | hpux11*)
 
24532
-      lt_prog_compiler_wl='-Wl,'
 
24533
-      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
24534
-      # not for PA HP-UX.
 
24535
-      case $host_cpu in
 
24536
-      hppa*64*|ia64*)
 
24537
-       # +Z the default
 
24538
-       ;;
 
24539
-      *)
 
24540
-       lt_prog_compiler_pic='+Z'
 
24541
-       ;;
 
24542
-      esac
 
24543
-      # Is there a better lt_prog_compiler_static that works with the bundled CC?
 
24544
-      lt_prog_compiler_static='${wl}-a ${wl}archive'
 
24545
-      ;;
 
24546
+{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
24547
+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; }
 
24548
+if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
 
24549
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
24550
+else
 
24551
+  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
24552
+  # We make a subdir and do the tests there.  Otherwise we can end up
 
24553
+  # making bogus files that we don't know about and never remove.  For
 
24554
+  # instance it was reported that on HP-UX the gcc test will end up
 
24555
+  # making a dummy file named `D' -- because `-MD' means `put the output
 
24556
+  # in D'.
 
24557
+  mkdir conftest.dir
 
24558
+  # Copy depcomp to subdir because otherwise we won't find it if we're
 
24559
+  # using a relative directory.
 
24560
+  cp "$am_depcomp" conftest.dir
 
24561
+  cd conftest.dir
 
24562
+  # We will build objects and dependencies in a subdirectory because
 
24563
+  # it helps to detect inapplicable dependency modes.  For instance
 
24564
+  # both Tru64's cc and ICC support -MD to output dependencies as a
 
24565
+  # side effect of compilation, but ICC will put the dependencies in
 
24566
+  # the current directory while Tru64 will put them in the object
 
24567
+  # directory.
 
24568
+  mkdir sub
 
24569
 
 
24570
-    irix5* | irix6* | nonstopux*)
 
24571
-      lt_prog_compiler_wl='-Wl,'
 
24572
-      # PIC (with -KPIC) is the default.
 
24573
-      lt_prog_compiler_static='-non_shared'
 
24574
-      ;;
 
24575
-
 
24576
-    newsos6)
 
24577
-      lt_prog_compiler_pic='-KPIC'
 
24578
-      lt_prog_compiler_static='-Bstatic'
 
24579
-      ;;
 
24580
-
 
24581
-    linux* | k*bsd*-gnu)
 
24582
-      case $cc_basename in
 
24583
-      icc* | ecc*)
 
24584
-       lt_prog_compiler_wl='-Wl,'
 
24585
-       lt_prog_compiler_pic='-KPIC'
 
24586
-       lt_prog_compiler_static='-static'
 
24587
-        ;;
 
24588
-      pgcc* | pgf77* | pgf90* | pgf95*)
 
24589
-        # Portland Group compilers (*not* the Pentium gcc compiler,
 
24590
-       # which looks to be a dead project)
 
24591
-       lt_prog_compiler_wl='-Wl,'
 
24592
-       lt_prog_compiler_pic='-fpic'
 
24593
-       lt_prog_compiler_static='-Bstatic'
 
24594
-        ;;
 
24595
-      ccc*)
 
24596
-        lt_prog_compiler_wl='-Wl,'
 
24597
-        # All Alpha code is PIC.
 
24598
-        lt_prog_compiler_static='-non_shared'
 
24599
-        ;;
 
24600
-      *)
 
24601
-        case `$CC -V 2>&1 | sed 5q` in
 
24602
-       *Sun\ C*)
 
24603
-         # Sun C 5.9
 
24604
-         lt_prog_compiler_pic='-KPIC'
 
24605
-         lt_prog_compiler_static='-Bstatic'
 
24606
-         lt_prog_compiler_wl='-Wl,'
 
24607
-         ;;
 
24608
-       *Sun\ F*)
 
24609
-         # Sun Fortran 8.3 passes all unrecognized flags to the linker
 
24610
-         lt_prog_compiler_pic='-KPIC'
 
24611
-         lt_prog_compiler_static='-Bstatic'
 
24612
-         lt_prog_compiler_wl=''
 
24613
-         ;;
 
24614
-       esac
 
24615
-       ;;
 
24616
-      esac
 
24617
-      ;;
 
24618
-
 
24619
-    osf3* | osf4* | osf5*)
 
24620
-      lt_prog_compiler_wl='-Wl,'
 
24621
-      # All OSF/1 code is PIC.
 
24622
-      lt_prog_compiler_static='-non_shared'
 
24623
-      ;;
 
24624
-
 
24625
-    rdos*)
 
24626
-      lt_prog_compiler_static='-non_shared'
 
24627
-      ;;
 
24628
-
 
24629
-    solaris*)
 
24630
-      lt_prog_compiler_pic='-KPIC'
 
24631
-      lt_prog_compiler_static='-Bstatic'
 
24632
-      case $cc_basename in
 
24633
-      f77* | f90* | f95*)
 
24634
-       lt_prog_compiler_wl='-Qoption ld ';;
 
24635
-      *)
 
24636
-       lt_prog_compiler_wl='-Wl,';;
 
24637
-      esac
 
24638
-      ;;
 
24639
-
 
24640
-    sunos4*)
 
24641
-      lt_prog_compiler_wl='-Qoption ld '
 
24642
-      lt_prog_compiler_pic='-PIC'
 
24643
-      lt_prog_compiler_static='-Bstatic'
 
24644
-      ;;
 
24645
-
 
24646
-    sysv4 | sysv4.2uw2* | sysv4.3*)
 
24647
-      lt_prog_compiler_wl='-Wl,'
 
24648
-      lt_prog_compiler_pic='-KPIC'
 
24649
-      lt_prog_compiler_static='-Bstatic'
 
24650
-      ;;
 
24651
+  am_cv_CXX_dependencies_compiler_type=none
 
24652
+  if test "$am_compiler_list" = ""; then
 
24653
+     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
 
24654
+  fi
 
24655
+  for depmode in $am_compiler_list; do
 
24656
+    # Setup a source with many dependencies, because some compilers
 
24657
+    # like to wrap large dependency lists on column 80 (with \), and
 
24658
+    # we should not choose a depcomp mode which is confused by this.
 
24659
+    #
 
24660
+    # We need to recreate these files for each test, as the compiler may
 
24661
+    # overwrite some of them when testing with obscure command lines.
 
24662
+    # This happens at least with the AIX C compiler.
 
24663
+    : > sub/conftest.c
 
24664
+    for i in 1 2 3 4 5 6; do
 
24665
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
 
24666
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
 
24667
+      # Solaris 8's {/usr,}/bin/sh.
 
24668
+      touch sub/conftst$i.h
 
24669
+    done
 
24670
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
 
24671
 
 
24672
-    sysv4*MP*)
 
24673
-      if test -d /usr/nec ;then
 
24674
-       lt_prog_compiler_pic='-Kconform_pic'
 
24675
-       lt_prog_compiler_static='-Bstatic'
 
24676
+    case $depmode in
 
24677
+    nosideeffect)
 
24678
+      # after this tag, mechanisms are not by side-effect, so they'll
 
24679
+      # only be used when explicitly requested
 
24680
+      if test "x$enable_dependency_tracking" = xyes; then
 
24681
+       continue
 
24682
+      else
 
24683
+       break
 
24684
       fi
 
24685
       ;;
 
24686
-
 
24687
-    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
 
24688
-      lt_prog_compiler_wl='-Wl,'
 
24689
-      lt_prog_compiler_pic='-KPIC'
 
24690
-      lt_prog_compiler_static='-Bstatic'
 
24691
-      ;;
 
24692
-
 
24693
-    unicos*)
 
24694
-      lt_prog_compiler_wl='-Wl,'
 
24695
-      lt_prog_compiler_can_build_shared=no
 
24696
-      ;;
 
24697
-
 
24698
-    uts4*)
 
24699
-      lt_prog_compiler_pic='-pic'
 
24700
-      lt_prog_compiler_static='-Bstatic'
 
24701
-      ;;
 
24702
-
 
24703
-    *)
 
24704
-      lt_prog_compiler_can_build_shared=no
 
24705
-      ;;
 
24706
+    none) break ;;
 
24707
     esac
 
24708
-  fi
 
24709
-
 
24710
-{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
 
24711
-$as_echo "$lt_prog_compiler_pic" >&6; }
 
24712
-
 
24713
-#
 
24714
-# Check to make sure the PIC flag actually works.
 
24715
-#
 
24716
-if test -n "$lt_prog_compiler_pic"; then
 
24717
-
 
24718
-{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
 
24719
-$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
 
24720
-if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
 
24721
-  $as_echo_n "(cached) " >&6
 
24722
-else
 
24723
-  lt_cv_prog_compiler_pic_works=no
 
24724
-  ac_outfile=conftest.$ac_objext
 
24725
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
24726
-   lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
 
24727
-   # Insert the option either (1) after the last *FLAGS variable, or
 
24728
-   # (2) before a word containing "conftest.", or (3) at the end.
 
24729
-   # Note that $ac_compile itself does not contain backslashes and begins
 
24730
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
24731
-   # The option is referenced via a variable to avoid confusing sed.
 
24732
-   lt_compile=`echo "$ac_compile" | $SED \
 
24733
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
24734
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
24735
-   -e 's:$: $lt_compiler_flag:'`
 
24736
-   (eval echo "\"\$as_me:10702: $lt_compile\"" >&5)
 
24737
-   (eval "$lt_compile" 2>conftest.err)
 
24738
-   ac_status=$?
 
24739
-   cat conftest.err >&5
 
24740
-   echo "$as_me:10706: \$? = $ac_status" >&5
 
24741
-   if (exit $ac_status) && test -s "$ac_outfile"; then
 
24742
-     # The compiler can only warn and ignore the option if not recognized
 
24743
-     # So say no if there are warnings other than the usual output.
 
24744
-     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
24745
-     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
24746
-     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
 
24747
-       lt_cv_prog_compiler_pic_works=yes
 
24748
-     fi
 
24749
-   fi
 
24750
-   $rm conftest*
 
24751
-
 
24752
-fi
 
24753
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
 
24754
-$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
 
24755
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
 
24756
+    # mode.  It turns out that the SunPro C++ compiler does not properly
 
24757
+    # handle `-M -o', and we need to detect this.
 
24758
+    if depmode=$depmode \
 
24759
+       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
 
24760
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
 
24761
+       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
 
24762
+         >/dev/null 2>conftest.err &&
 
24763
+       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
 
24764
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
 
24765
+       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
 
24766
+       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
 
24767
+      # icc doesn't choke on unknown options, it will just issue warnings
 
24768
+      # or remarks (even with -Werror).  So we grep stderr for any message
 
24769
+      # that says an option was ignored or not supported.
 
24770
+      # When given -MP, icc 7.0 and 7.1 complain thusly:
 
24771
+      #   icc: Command line warning: ignoring option '-M'; no argument required
 
24772
+      # The diagnosis changed in icc 8.0:
 
24773
+      #   icc: Command line remark: option '-MP' not supported
 
24774
+      if (grep 'ignoring option' conftest.err ||
 
24775
+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
 
24776
+        am_cv_CXX_dependencies_compiler_type=$depmode
 
24777
+        break
 
24778
+      fi
 
24779
+    fi
 
24780
+  done
 
24781
 
 
24782
-if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
 
24783
-    case $lt_prog_compiler_pic in
 
24784
-     "" | " "*) ;;
 
24785
-     *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
 
24786
-     esac
 
24787
+  cd ..
 
24788
+  rm -rf conftest.dir
 
24789
 else
 
24790
-    lt_prog_compiler_pic=
 
24791
-     lt_prog_compiler_can_build_shared=no
 
24792
-fi
 
24793
-
 
24794
+  am_cv_CXX_dependencies_compiler_type=none
 
24795
 fi
 
24796
-case $host_os in
 
24797
-  # For platforms which do not support PIC, -DPIC is meaningless:
 
24798
-  *djgpp*)
 
24799
-    lt_prog_compiler_pic=
 
24800
-    ;;
 
24801
-  *)
 
24802
-    lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
 
24803
-    ;;
 
24804
-esac
 
24805
-
 
24806
-#
 
24807
-# Check to make sure the static flag actually works.
 
24808
-#
 
24809
-wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
 
24810
-{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 
24811
-$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
 
24812
-if test "${lt_cv_prog_compiler_static_works+set}" = set; then
 
24813
-  $as_echo_n "(cached) " >&6
 
24814
-else
 
24815
-  lt_cv_prog_compiler_static_works=no
 
24816
-   save_LDFLAGS="$LDFLAGS"
 
24817
-   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
 
24818
-   echo "$lt_simple_link_test_code" > conftest.$ac_ext
 
24819
-   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
 
24820
-     # The linker can only warn and ignore the option if not recognized
 
24821
-     # So say no if there are warnings
 
24822
-     if test -s conftest.err; then
 
24823
-       # Append any errors to the config.log.
 
24824
-       cat conftest.err 1>&5
 
24825
-       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
 
24826
-       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
24827
-       if diff conftest.exp conftest.er2 >/dev/null; then
 
24828
-         lt_cv_prog_compiler_static_works=yes
 
24829
-       fi
 
24830
-     else
 
24831
-       lt_cv_prog_compiler_static_works=yes
 
24832
-     fi
 
24833
-   fi
 
24834
-   $rm -r conftest*
 
24835
-   LDFLAGS="$save_LDFLAGS"
 
24836
 
 
24837
 fi
 
24838
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
 
24839
-$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
 
24840
+{ echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
 
24841
+echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; }
 
24842
+CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type
 
24843
 
 
24844
-if test x"$lt_cv_prog_compiler_static_works" = xyes; then
 
24845
-    :
 
24846
+ if
 
24847
+  test "x$enable_dependency_tracking" != xno \
 
24848
+  && test "$am_cv_CXX_dependencies_compiler_type" = gcc3; then
 
24849
+  am__fastdepCXX_TRUE=
 
24850
+  am__fastdepCXX_FALSE='#'
 
24851
 else
 
24852
-    lt_prog_compiler_static=
 
24853
+  am__fastdepCXX_TRUE='#'
 
24854
+  am__fastdepCXX_FALSE=
 
24855
 fi
 
24856
 
 
24857
 
 
24858
-{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
24859
-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
 
24860
-if test "${lt_cv_prog_compiler_c_o+set}" = set; then
 
24861
-  $as_echo_n "(cached) " >&6
 
24862
-else
 
24863
-  lt_cv_prog_compiler_c_o=no
 
24864
-   $rm -r conftest 2>/dev/null
 
24865
-   mkdir conftest
 
24866
-   cd conftest
 
24867
-   mkdir out
 
24868
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
24869
-
 
24870
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
 
24871
-   # Insert the option either (1) after the last *FLAGS variable, or
 
24872
-   # (2) before a word containing "conftest.", or (3) at the end.
 
24873
-   # Note that $ac_compile itself does not contain backslashes and begins
 
24874
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
24875
-   lt_compile=`echo "$ac_compile" | $SED \
 
24876
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
24877
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
24878
-   -e 's:$: $lt_compiler_flag:'`
 
24879
-   (eval echo "\"\$as_me:10806: $lt_compile\"" >&5)
 
24880
-   (eval "$lt_compile" 2>out/conftest.err)
 
24881
-   ac_status=$?
 
24882
-   cat out/conftest.err >&5
 
24883
-   echo "$as_me:10810: \$? = $ac_status" >&5
 
24884
-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
24885
-   then
 
24886
-     # The compiler can only warn and ignore the option if not recognized
 
24887
-     # So say no if there are warnings
 
24888
-     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
 
24889
-     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
 
24890
-     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
 
24891
-       lt_cv_prog_compiler_c_o=yes
 
24892
-     fi
 
24893
-   fi
 
24894
-   chmod u+w . 2>&5
 
24895
-   $rm conftest*
 
24896
-   # SGI C++ compiler will create directory out/ii_files/ for
 
24897
-   # template instantiation
 
24898
-   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
 
24899
-   $rm out/* && rmdir out
 
24900
-   cd ..
 
24901
-   rmdir conftest
 
24902
-   $rm conftest*
 
24903
+if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
 
24904
+    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
 
24905
+    (test "X$CXX" != "Xg++"))) ; then
 
24906
+  ac_ext=cpp
 
24907
+ac_cpp='$CXXCPP $CPPFLAGS'
 
24908
+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
24909
+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
24910
+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
24911
+{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
 
24912
+echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; }
 
24913
+if test -z "$CXXCPP"; then
 
24914
+  if test "${ac_cv_prog_CXXCPP+set}" = set; then
 
24915
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
24916
+else
 
24917
+      # Double quotes because CXXCPP needs to be expanded
 
24918
+    for CXXCPP in "$CXX -E" "/lib/cpp"
 
24919
+    do
 
24920
+      ac_preproc_ok=false
 
24921
+for ac_cxx_preproc_warn_flag in '' yes
 
24922
+do
 
24923
+  # Use a header file that comes with gcc, so configuring glibc
 
24924
+  # with a fresh cross-compiler works.
 
24925
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
24926
+  # <limits.h> exists even on freestanding compilers.
 
24927
+  # On the NeXT, cc -E runs the code through the compiler's parser,
 
24928
+  # not just through cpp. "Syntax error" is here to catch this case.
 
24929
+  cat >conftest.$ac_ext <<_ACEOF
 
24930
+/* confdefs.h.  */
 
24931
+_ACEOF
 
24932
+cat confdefs.h >>conftest.$ac_ext
 
24933
+cat >>conftest.$ac_ext <<_ACEOF
 
24934
+/* end confdefs.h.  */
 
24935
+#ifdef __STDC__
 
24936
+# include <limits.h>
 
24937
+#else
 
24938
+# include <assert.h>
 
24939
+#endif
 
24940
+                    Syntax error
 
24941
+_ACEOF
 
24942
+if { (ac_try="$ac_cpp conftest.$ac_ext"
 
24943
+case "(($ac_try" in
 
24944
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
24945
+  *) ac_try_echo=$ac_try;;
 
24946
+esac
 
24947
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
24948
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
24949
+  ac_status=$?
 
24950
+  grep -v '^ *+' conftest.er1 >conftest.err
 
24951
+  rm -f conftest.er1
 
24952
+  cat conftest.err >&5
 
24953
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24954
+  (exit $ac_status); } >/dev/null && {
 
24955
+        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
24956
+        test ! -s conftest.err
 
24957
+       }; then
 
24958
+  :
 
24959
+else
 
24960
+  echo "$as_me: failed program was:" >&5
 
24961
+sed 's/^/| /' conftest.$ac_ext >&5
 
24962
 
 
24963
+  # Broken: fails on valid input.
 
24964
+continue
 
24965
 fi
 
24966
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
 
24967
-$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
 
24968
 
 
24969
+rm -f conftest.err conftest.$ac_ext
 
24970
 
 
24971
-hard_links="nottested"
 
24972
-if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
 
24973
-  # do not overwrite the value of need_locks provided by the user
 
24974
-  { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
24975
-$as_echo_n "checking if we can lock with hard links... " >&6; }
 
24976
-  hard_links=yes
 
24977
-  $rm conftest*
 
24978
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
24979
-  touch conftest.a
 
24980
-  ln conftest.a conftest.b 2>&5 || hard_links=no
 
24981
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
24982
-  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
 
24983
-$as_echo "$hard_links" >&6; }
 
24984
-  if test "$hard_links" = no; then
 
24985
-    { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 
24986
-$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 
24987
-    need_locks=warn
 
24988
-  fi
 
24989
+  # OK, works on sane cases.  Now check whether nonexistent headers
 
24990
+  # can be detected and how.
 
24991
+  cat >conftest.$ac_ext <<_ACEOF
 
24992
+/* confdefs.h.  */
 
24993
+_ACEOF
 
24994
+cat confdefs.h >>conftest.$ac_ext
 
24995
+cat >>conftest.$ac_ext <<_ACEOF
 
24996
+/* end confdefs.h.  */
 
24997
+#include <ac_nonexistent.h>
 
24998
+_ACEOF
 
24999
+if { (ac_try="$ac_cpp conftest.$ac_ext"
 
25000
+case "(($ac_try" in
 
25001
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
25002
+  *) ac_try_echo=$ac_try;;
 
25003
+esac
 
25004
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
25005
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
25006
+  ac_status=$?
 
25007
+  grep -v '^ *+' conftest.er1 >conftest.err
 
25008
+  rm -f conftest.er1
 
25009
+  cat conftest.err >&5
 
25010
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25011
+  (exit $ac_status); } >/dev/null && {
 
25012
+        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
25013
+        test ! -s conftest.err
 
25014
+       }; then
 
25015
+  # Broken: success on invalid input.
 
25016
+continue
 
25017
 else
 
25018
-  need_locks=no
 
25019
+  echo "$as_me: failed program was:" >&5
 
25020
+sed 's/^/| /' conftest.$ac_ext >&5
 
25021
+
 
25022
+  # Passes both tests.
 
25023
+ac_preproc_ok=:
 
25024
+break
 
25025
 fi
 
25026
 
 
25027
-{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
25028
-$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
 
25029
+rm -f conftest.err conftest.$ac_ext
 
25030
 
 
25031
-  runpath_var=
 
25032
-  allow_undefined_flag=
 
25033
-  enable_shared_with_static_runtimes=no
 
25034
-  archive_cmds=
 
25035
-  archive_expsym_cmds=
 
25036
-  old_archive_From_new_cmds=
 
25037
-  old_archive_from_expsyms_cmds=
 
25038
-  export_dynamic_flag_spec=
 
25039
-  whole_archive_flag_spec=
 
25040
-  thread_safe_flag_spec=
 
25041
-  hardcode_libdir_flag_spec=
 
25042
-  hardcode_libdir_flag_spec_ld=
 
25043
-  hardcode_libdir_separator=
 
25044
-  hardcode_direct=no
 
25045
-  hardcode_minus_L=no
 
25046
-  hardcode_shlibpath_var=unsupported
 
25047
-  link_all_deplibs=unknown
 
25048
-  hardcode_automatic=no
 
25049
-  module_cmds=
 
25050
-  module_expsym_cmds=
 
25051
-  always_export_symbols=no
 
25052
-  export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
25053
-  # include_expsyms should be a list of space-separated symbols to be *always*
 
25054
-  # included in the symbol list
 
25055
-  include_expsyms=
 
25056
-  # exclude_expsyms can be an extended regexp of symbols to exclude
 
25057
-  # it will be wrapped by ` (' and `)$', so one must not match beginning or
 
25058
-  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
 
25059
-  # as well as any symbol that contains `d'.
 
25060
-  exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
 
25061
-  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
 
25062
-  # platforms (ab)use it in PIC code, but their linkers get confused if
 
25063
-  # the symbol is explicitly referenced.  Since portable code cannot
 
25064
-  # rely on this symbol name, it's probably fine to never include it in
 
25065
-  # preloaded symbol tables.
 
25066
-  # Exclude shared library initialization/finalization symbols.
 
25067
-  extract_expsyms_cmds=
 
25068
-  # Just being paranoid about ensuring that cc_basename is set.
 
25069
-  for cc_temp in $compiler""; do
 
25070
-  case $cc_temp in
 
25071
-    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
 
25072
-    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
 
25073
-    \-*) ;;
 
25074
-    *) break;;
 
25075
-  esac
 
25076
 done
 
25077
-cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
25078
-
 
25079
-  case $host_os in
 
25080
-  cygwin* | mingw* | pw32*)
 
25081
-    # FIXME: the MSVC++ port hasn't been tested in a loooong time
 
25082
-    # When not using gcc, we currently assume that we are using
 
25083
-    # Microsoft Visual C++.
 
25084
-    if test "$GCC" != yes; then
 
25085
-      with_gnu_ld=no
 
25086
-    fi
 
25087
-    ;;
 
25088
-  interix*)
 
25089
-    # we just hope/assume this is gcc and not c89 (= MSVC++)
 
25090
-    with_gnu_ld=yes
 
25091
-    ;;
 
25092
-  openbsd*)
 
25093
-    with_gnu_ld=no
 
25094
-    ;;
 
25095
-  esac
 
25096
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
 
25097
+rm -f conftest.err conftest.$ac_ext
 
25098
+if $ac_preproc_ok; then
 
25099
+  break
 
25100
+fi
 
25101
 
 
25102
-  ld_shlibs=yes
 
25103
-  if test "$with_gnu_ld" = yes; then
 
25104
-    # If archive_cmds runs LD, not CC, wlarc should be empty
 
25105
-    wlarc='${wl}'
 
25106
+    done
 
25107
+    ac_cv_prog_CXXCPP=$CXXCPP
 
25108
 
 
25109
-    # Set some defaults for GNU ld with shared library support. These
 
25110
-    # are reset later if shared libraries are not supported. Putting them
 
25111
-    # here allows them to be overridden if necessary.
 
25112
-    runpath_var=LD_RUN_PATH
 
25113
-    hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir'
 
25114
-    export_dynamic_flag_spec='${wl}--export-dynamic'
 
25115
-    # ancient GNU ld didn't support --whole-archive et. al.
 
25116
-    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
 
25117
-       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
25118
-      else
 
25119
-       whole_archive_flag_spec=
 
25120
-    fi
 
25121
-    supports_anon_versioning=no
 
25122
-    case `$LD -v 2>/dev/null` in
 
25123
-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
 
25124
-      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
 
25125
-      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
 
25126
-      *\ 2.11.*) ;; # other 2.11 versions
 
25127
-      *) supports_anon_versioning=yes ;;
 
25128
-    esac
 
25129
+fi
 
25130
+  CXXCPP=$ac_cv_prog_CXXCPP
 
25131
+else
 
25132
+  ac_cv_prog_CXXCPP=$CXXCPP
 
25133
+fi
 
25134
+{ echo "$as_me:$LINENO: result: $CXXCPP" >&5
 
25135
+echo "${ECHO_T}$CXXCPP" >&6; }
 
25136
+ac_preproc_ok=false
 
25137
+for ac_cxx_preproc_warn_flag in '' yes
 
25138
+do
 
25139
+  # Use a header file that comes with gcc, so configuring glibc
 
25140
+  # with a fresh cross-compiler works.
 
25141
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
25142
+  # <limits.h> exists even on freestanding compilers.
 
25143
+  # On the NeXT, cc -E runs the code through the compiler's parser,
 
25144
+  # not just through cpp. "Syntax error" is here to catch this case.
 
25145
+  cat >conftest.$ac_ext <<_ACEOF
 
25146
+/* confdefs.h.  */
 
25147
+_ACEOF
 
25148
+cat confdefs.h >>conftest.$ac_ext
 
25149
+cat >>conftest.$ac_ext <<_ACEOF
 
25150
+/* end confdefs.h.  */
 
25151
+#ifdef __STDC__
 
25152
+# include <limits.h>
 
25153
+#else
 
25154
+# include <assert.h>
 
25155
+#endif
 
25156
+                    Syntax error
 
25157
+_ACEOF
 
25158
+if { (ac_try="$ac_cpp conftest.$ac_ext"
 
25159
+case "(($ac_try" in
 
25160
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
25161
+  *) ac_try_echo=$ac_try;;
 
25162
+esac
 
25163
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
25164
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
25165
+  ac_status=$?
 
25166
+  grep -v '^ *+' conftest.er1 >conftest.err
 
25167
+  rm -f conftest.er1
 
25168
+  cat conftest.err >&5
 
25169
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25170
+  (exit $ac_status); } >/dev/null && {
 
25171
+        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
25172
+        test ! -s conftest.err
 
25173
+       }; then
 
25174
+  :
 
25175
+else
 
25176
+  echo "$as_me: failed program was:" >&5
 
25177
+sed 's/^/| /' conftest.$ac_ext >&5
 
25178
 
 
25179
-    # See if GNU ld supports shared libraries.
 
25180
-    case $host_os in
 
25181
-    aix[3-9]*)
 
25182
-      # On AIX/PPC, the GNU linker is very broken
 
25183
-      if test "$host_cpu" != ia64; then
 
25184
-       ld_shlibs=no
 
25185
-       cat <<EOF 1>&2
 
25186
+  # Broken: fails on valid input.
 
25187
+continue
 
25188
+fi
 
25189
 
 
25190
-*** Warning: the GNU linker, at least up to release 2.9.1, is reported
 
25191
-*** to be unable to reliably create shared libraries on AIX.
 
25192
-*** Therefore, libtool is disabling shared libraries support.  If you
 
25193
-*** really care for shared libraries, you may want to modify your PATH
 
25194
-*** so that a non-GNU linker is found, and then restart.
 
25195
+rm -f conftest.err conftest.$ac_ext
 
25196
 
 
25197
-EOF
 
25198
-      fi
 
25199
-      ;;
 
25200
+  # OK, works on sane cases.  Now check whether nonexistent headers
 
25201
+  # can be detected and how.
 
25202
+  cat >conftest.$ac_ext <<_ACEOF
 
25203
+/* confdefs.h.  */
 
25204
+_ACEOF
 
25205
+cat confdefs.h >>conftest.$ac_ext
 
25206
+cat >>conftest.$ac_ext <<_ACEOF
 
25207
+/* end confdefs.h.  */
 
25208
+#include <ac_nonexistent.h>
 
25209
+_ACEOF
 
25210
+if { (ac_try="$ac_cpp conftest.$ac_ext"
 
25211
+case "(($ac_try" in
 
25212
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
25213
+  *) ac_try_echo=$ac_try;;
 
25214
+esac
 
25215
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
25216
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
25217
+  ac_status=$?
 
25218
+  grep -v '^ *+' conftest.er1 >conftest.err
 
25219
+  rm -f conftest.er1
 
25220
+  cat conftest.err >&5
 
25221
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25222
+  (exit $ac_status); } >/dev/null && {
 
25223
+        test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" ||
 
25224
+        test ! -s conftest.err
 
25225
+       }; then
 
25226
+  # Broken: success on invalid input.
 
25227
+continue
 
25228
+else
 
25229
+  echo "$as_me: failed program was:" >&5
 
25230
+sed 's/^/| /' conftest.$ac_ext >&5
 
25231
 
 
25232
-    amigaos*)
 
25233
-      archive_cmds='$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)'
 
25234
-      hardcode_libdir_flag_spec='-L$libdir'
 
25235
-      hardcode_minus_L=yes
 
25236
+  # Passes both tests.
 
25237
+ac_preproc_ok=:
 
25238
+break
 
25239
+fi
 
25240
 
 
25241
-      # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
 
25242
-      # that the semantics of dynamic libraries on AmigaOS, at least up
 
25243
-      # to version 4, is to share data among multiple programs linked
 
25244
-      # with the same dynamic library.  Since this doesn't match the
 
25245
-      # behavior of shared libraries on other platforms, we can't use
 
25246
-      # them.
 
25247
-      ld_shlibs=no
 
25248
-      ;;
 
25249
+rm -f conftest.err conftest.$ac_ext
 
25250
 
 
25251
-    beos*)
 
25252
-      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
25253
-       allow_undefined_flag=unsupported
 
25254
-       # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
 
25255
-       # support --undefined.  This deserves some investigation.  FIXME
 
25256
-       archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
25257
-      else
 
25258
-       ld_shlibs=no
 
25259
-      fi
 
25260
-      ;;
 
25261
+done
 
25262
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
 
25263
+rm -f conftest.err conftest.$ac_ext
 
25264
+if $ac_preproc_ok; then
 
25265
+  :
 
25266
+else
 
25267
+  _lt_caught_CXX_error=yes
 
25268
+fi
 
25269
 
 
25270
-    cygwin* | mingw* | pw32*)
 
25271
-      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
 
25272
-      # as there is no search path for DLLs.
 
25273
-      hardcode_libdir_flag_spec='-L$libdir'
 
25274
-      allow_undefined_flag=unsupported
 
25275
-      always_export_symbols=no
 
25276
-      enable_shared_with_static_runtimes=yes
 
25277
-      export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
 
25278
+ac_ext=c
 
25279
+ac_cpp='$CPP $CPPFLAGS'
 
25280
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
25281
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
25282
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
25283
 
 
25284
-      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
 
25285
-        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
25286
-       # If the export-symbols file already is a .def file (1st line
 
25287
-       # is EXPORTS), use it as is; otherwise, prepend...
 
25288
-       archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
25289
-         cp $export_symbols $output_objdir/$soname.def;
 
25290
-       else
 
25291
-         echo EXPORTS > $output_objdir/$soname.def;
 
25292
-         cat $export_symbols >> $output_objdir/$soname.def;
 
25293
-       fi~
 
25294
-       $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
25295
-      else
 
25296
-       ld_shlibs=no
 
25297
-      fi
 
25298
-      ;;
 
25299
+else
 
25300
+  _lt_caught_CXX_error=yes
 
25301
+fi
 
25302
 
 
25303
-    interix[3-9]*)
 
25304
-      hardcode_direct=no
 
25305
-      hardcode_shlibpath_var=no
 
25306
-      hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
 
25307
-      export_dynamic_flag_spec='${wl}-E'
 
25308
-      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
 
25309
-      # Instead, shared libraries are loaded at an image base (0x10000000 by
 
25310
-      # default) and relocated if they conflict, which is a slow very memory
 
25311
-      # consuming and fragmenting process.  To avoid this, we pick a random,
 
25312
-      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
 
25313
-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
 
25314
-      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
 
25315
-      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'
 
25316
-      ;;
 
25317
 
 
25318
-    gnu* | linux* | k*bsd*-gnu)
 
25319
-      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
25320
-       tmp_addflag=
 
25321
-       case $cc_basename,$host_cpu in
 
25322
-       pgcc*)                          # Portland Group C compiler
 
25323
-         whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
25324
-         tmp_addflag=' $pic_flag'
 
25325
-         ;;
 
25326
-       pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
 
25327
-         whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
25328
-         tmp_addflag=' $pic_flag -Mnomain' ;;
 
25329
-       ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
 
25330
-         tmp_addflag=' -i_dynamic' ;;
 
25331
-       efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
 
25332
-         tmp_addflag=' -i_dynamic -nofor_main' ;;
 
25333
-       ifc* | ifort*)                  # Intel Fortran compiler
 
25334
-         tmp_addflag=' -nofor_main' ;;
 
25335
-       esac
 
25336
-       case `$CC -V 2>&1 | sed 5q` in
 
25337
-       *Sun\ C*)                       # Sun C 5.9
 
25338
-         whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
25339
-         tmp_sharedflag='-G' ;;
 
25340
-       *Sun\ F*)                       # Sun Fortran 8.3
 
25341
-         tmp_sharedflag='-G' ;;
 
25342
-       *)
 
25343
-         tmp_sharedflag='-shared' ;;
 
25344
-       esac
 
25345
-       archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
25346
 
 
25347
-       if test $supports_anon_versioning = yes; then
 
25348
-         archive_expsym_cmds='$echo "{ global:" > $output_objdir/$libname.ver~
 
25349
-  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
 
25350
-  $echo "local: *; };" >> $output_objdir/$libname.ver~
 
25351
-         $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
 
25352
-       fi
 
25353
-      else
 
25354
-       ld_shlibs=no
 
25355
-      fi
 
25356
-      ;;
 
25357
 
 
25358
-    netbsd*)
 
25359
-      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
25360
-       archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
 
25361
-       wlarc=
 
25362
-      else
 
25363
-       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
25364
-       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
25365
-      fi
 
25366
-      ;;
 
25367
 
 
25368
-    solaris*)
 
25369
-      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
 
25370
-       ld_shlibs=no
 
25371
-       cat <<EOF 1>&2
 
25372
+# Set options
 
25373
 
 
25374
-*** Warning: The releases 2.8.* of the GNU linker cannot reliably
 
25375
-*** create shared libraries on Solaris systems.  Therefore, libtool
 
25376
-*** is disabling shared libraries support.  We urge you to upgrade GNU
 
25377
-*** binutils to release 2.9.1 or newer.  Another option is to modify
 
25378
-*** your PATH or compiler configuration so that the native linker is
 
25379
-*** used, and then restart.
 
25380
 
 
25381
-EOF
 
25382
-      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
25383
-       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
25384
-       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
25385
-      else
 
25386
-       ld_shlibs=no
 
25387
-      fi
 
25388
-      ;;
 
25389
 
 
25390
-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
 
25391
-      case `$LD -v 2>&1` in
 
25392
-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
 
25393
-       ld_shlibs=no
 
25394
-       cat <<_LT_EOF 1>&2
 
25395
+        enable_dlopen=no
 
25396
 
 
25397
-*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
 
25398
-*** reliably create shared libraries on SCO systems.  Therefore, libtool
 
25399
-*** is disabling shared libraries support.  We urge you to upgrade GNU
 
25400
-*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
 
25401
-*** your PATH or compiler configuration so that the native linker is
 
25402
-*** used, and then restart.
 
25403
 
 
25404
-_LT_EOF
 
25405
-       ;;
 
25406
-       *)
 
25407
-         if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
25408
-           hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
 
25409
-           archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
 
25410
-           archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
 
25411
-         else
 
25412
-           ld_shlibs=no
 
25413
-         fi
 
25414
-       ;;
 
25415
-      esac
 
25416
-      ;;
 
25417
+  enable_win32_dll=no
 
25418
 
 
25419
-    sunos4*)
 
25420
-      archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
25421
-      wlarc=
 
25422
-      hardcode_direct=yes
 
25423
-      hardcode_shlibpath_var=no
 
25424
-      ;;
 
25425
 
 
25426
+            # Check whether --enable-shared was given.
 
25427
+if test "${enable_shared+set}" = set; then
 
25428
+  enableval=$enable_shared; p=${PACKAGE-default}
 
25429
+    case $enableval in
 
25430
+    yes) enable_shared=yes ;;
 
25431
+    no) enable_shared=no ;;
 
25432
     *)
 
25433
-      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
25434
-       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
25435
-       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
25436
-      else
 
25437
-       ld_shlibs=no
 
25438
-      fi
 
25439
+      enable_shared=no
 
25440
+      # Look at the argument we got.  We use all the common list separators.
 
25441
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
25442
+      for pkg in $enableval; do
 
25443
+       IFS="$lt_save_ifs"
 
25444
+       if test "X$pkg" = "X$p"; then
 
25445
+         enable_shared=yes
 
25446
+       fi
 
25447
+      done
 
25448
+      IFS="$lt_save_ifs"
 
25449
       ;;
 
25450
     esac
 
25451
+else
 
25452
+  enable_shared=yes
 
25453
+fi
 
25454
 
 
25455
-    if test "$ld_shlibs" = no; then
 
25456
-      runpath_var=
 
25457
-      hardcode_libdir_flag_spec=
 
25458
-      export_dynamic_flag_spec=
 
25459
-      whole_archive_flag_spec=
 
25460
-    fi
 
25461
-  else
 
25462
-    # PORTME fill in a description of your system's linker (not GNU ld)
 
25463
-    case $host_os in
 
25464
-    aix3*)
 
25465
-      allow_undefined_flag=unsupported
 
25466
-      always_export_symbols=yes
 
25467
-      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'
 
25468
-      # Note: this linker hardcodes the directories in LIBPATH if there
 
25469
-      # are no directories specified by -L.
 
25470
-      hardcode_minus_L=yes
 
25471
-      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
 
25472
-       # Neither direct hardcoding nor static linking is supported with a
 
25473
-       # broken collect2.
 
25474
-       hardcode_direct=unsupported
 
25475
-      fi
 
25476
-      ;;
 
25477
 
 
25478
-    aix[4-9]*)
 
25479
-      if test "$host_cpu" = ia64; then
 
25480
-       # On IA64, the linker does run time linking by default, so we don't
 
25481
-       # have to do anything special.
 
25482
-       aix_use_runtimelinking=no
 
25483
-       exp_sym_flag='-Bexport'
 
25484
-       no_entry_flag=""
 
25485
-      else
 
25486
-       # If we're using GNU nm, then we don't want the "-C" option.
 
25487
-       # -C means demangle to AIX nm, but means don't demangle with GNU nm
 
25488
-       if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
 
25489
-         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'
 
25490
-       else
 
25491
-         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'
 
25492
-       fi
 
25493
-       aix_use_runtimelinking=no
 
25494
 
 
25495
-       # Test if we are trying to use run time linking or normal
 
25496
-       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
 
25497
-       # need to do runtime linking.
 
25498
-       case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
 
25499
-         for ld_flag in $LDFLAGS; do
 
25500
-         if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
 
25501
-           aix_use_runtimelinking=yes
 
25502
-           break
 
25503
-         fi
 
25504
-         done
 
25505
-         ;;
 
25506
-       esac
 
25507
 
 
25508
-       exp_sym_flag='-bexport'
 
25509
-       no_entry_flag='-bnoentry'
 
25510
-      fi
 
25511
 
 
25512
-      # When large executables or shared objects are built, AIX ld can
 
25513
-      # have problems creating the table of contents.  If linking a library
 
25514
-      # or program results in "error TOC overflow" add -mminimal-toc to
 
25515
-      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
 
25516
-      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
 
25517
 
 
25518
-      archive_cmds=''
 
25519
-      hardcode_direct=yes
 
25520
-      hardcode_libdir_separator=':'
 
25521
-      link_all_deplibs=yes
 
25522
 
 
25523
-      if test "$GCC" = yes; then
 
25524
-       case $host_os in aix4.[012]|aix4.[012].*)
 
25525
-       # We only want to do this on AIX 4.2 and lower, the check
 
25526
-       # below for broken collect2 doesn't work under 4.3+
 
25527
-         collect2name=`${CC} -print-prog-name=collect2`
 
25528
-         if test -f "$collect2name" && \
 
25529
-          strings "$collect2name" | grep resolve_lib_name >/dev/null
 
25530
-         then
 
25531
-         # We have reworked collect2
 
25532
-         :
 
25533
-         else
 
25534
-         # We have old collect2
 
25535
-         hardcode_direct=unsupported
 
25536
-         # It fails to find uninstalled libraries when the uninstalled
 
25537
-         # path is not listed in the libpath.  Setting hardcode_minus_L
 
25538
-         # to unsupported forces relinking
 
25539
-         hardcode_minus_L=yes
 
25540
-         hardcode_libdir_flag_spec='-L$libdir'
 
25541
-         hardcode_libdir_separator=
 
25542
-         fi
 
25543
-         ;;
 
25544
-       esac
 
25545
-       shared_flag='-shared'
 
25546
-       if test "$aix_use_runtimelinking" = yes; then
 
25547
-         shared_flag="$shared_flag "'${wl}-G'
 
25548
-       fi
 
25549
-      else
 
25550
-       # not using gcc
 
25551
-       if test "$host_cpu" = ia64; then
 
25552
-       # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
 
25553
-       # chokes on -Wl,-G. The following line is correct:
 
25554
-         shared_flag='-G'
 
25555
-       else
 
25556
-         if test "$aix_use_runtimelinking" = yes; then
 
25557
-           shared_flag='${wl}-G'
 
25558
-         else
 
25559
-           shared_flag='${wl}-bM:SRE'
 
25560
-         fi
 
25561
+
 
25562
+
 
25563
+  # Check whether --enable-static was given.
 
25564
+if test "${enable_static+set}" = set; then
 
25565
+  enableval=$enable_static; p=${PACKAGE-default}
 
25566
+    case $enableval in
 
25567
+    yes) enable_static=yes ;;
 
25568
+    no) enable_static=no ;;
 
25569
+    *)
 
25570
+     enable_static=no
 
25571
+      # Look at the argument we got.  We use all the common list separators.
 
25572
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
25573
+      for pkg in $enableval; do
 
25574
+       IFS="$lt_save_ifs"
 
25575
+       if test "X$pkg" = "X$p"; then
 
25576
+         enable_static=yes
 
25577
        fi
 
25578
-      fi
 
25579
+      done
 
25580
+      IFS="$lt_save_ifs"
 
25581
+      ;;
 
25582
+    esac
 
25583
+else
 
25584
+  enable_static=yes
 
25585
+fi
 
25586
+
 
25587
+
 
25588
+
 
25589
 
 
25590
-      # It seems that -bexpall does not export symbols beginning with
 
25591
-      # underscore (_), so it is better to generate a list of symbols to export.
 
25592
-      always_export_symbols=yes
 
25593
-      if test "$aix_use_runtimelinking" = yes; then
 
25594
-       # Warning - without using the other runtime loading flags (-brtl),
 
25595
-       # -berok will link without error, but may produce a broken library.
 
25596
-       allow_undefined_flag='-berok'
 
25597
-       # Determine the default libpath from the value encoded in an empty executable.
 
25598
-       cat >conftest.$ac_ext <<_ACEOF
 
25599
-/* confdefs.h.  */
 
25600
-_ACEOF
 
25601
-cat confdefs.h >>conftest.$ac_ext
 
25602
-cat >>conftest.$ac_ext <<_ACEOF
 
25603
-/* end confdefs.h.  */
 
25604
 
 
25605
-int
 
25606
-main ()
 
25607
-{
 
25608
 
 
25609
-  ;
 
25610
-  return 0;
 
25611
-}
 
25612
-_ACEOF
 
25613
-rm -f conftest.$ac_objext conftest$ac_exeext
 
25614
-if { (ac_try="$ac_link"
 
25615
-case "(($ac_try" in
 
25616
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
25617
-  *) ac_try_echo=$ac_try;;
 
25618
-esac
 
25619
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
25620
-$as_echo "$ac_try_echo") >&5
 
25621
-  (eval "$ac_link") 2>conftest.er1
 
25622
-  ac_status=$?
 
25623
-  grep -v '^ *+' conftest.er1 >conftest.err
 
25624
-  rm -f conftest.er1
 
25625
-  cat conftest.err >&5
 
25626
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25627
-  (exit $ac_status); } && {
 
25628
-        test -z "$ac_c_werror_flag" ||
 
25629
-        test ! -s conftest.err
 
25630
-       } && test -s conftest$ac_exeext && {
 
25631
-        test "$cross_compiling" = yes ||
 
25632
-        $as_test_x conftest$ac_exeext
 
25633
-       }; then
 
25634
 
 
25635
-lt_aix_libpath_sed='
 
25636
-    /Import File Strings/,/^$/ {
 
25637
-       /^0/ {
 
25638
-           s/^0  *\(.*\)$/\1/
 
25639
-           p
 
25640
-       }
 
25641
-    }'
 
25642
-aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
25643
-# Check for a 64-bit object if we didn't find anything.
 
25644
-if test -z "$aix_libpath"; then
 
25645
-  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
25646
-fi
 
25647
-else
 
25648
-  $as_echo "$as_me: failed program was:" >&5
 
25649
-sed 's/^/| /' conftest.$ac_ext >&5
 
25650
 
 
25651
 
 
25652
+
 
25653
+# Check whether --with-pic was given.
 
25654
+if test "${with_pic+set}" = set; then
 
25655
+  withval=$with_pic; pic_mode="$withval"
 
25656
+else
 
25657
+  pic_mode=default
 
25658
 fi
 
25659
 
 
25660
-rm -rf conftest.dSYM
 
25661
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
25662
-      conftest$ac_exeext conftest.$ac_ext
 
25663
-if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
25664
 
 
25665
-       hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
 
25666
-       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 "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
 
25667
-       else
 
25668
-       if test "$host_cpu" = ia64; then
 
25669
-         hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
 
25670
-         allow_undefined_flag="-z nodefs"
 
25671
-         archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
 
25672
-       else
 
25673
-        # Determine the default libpath from the value encoded in an empty executable.
 
25674
-        cat >conftest.$ac_ext <<_ACEOF
 
25675
-/* confdefs.h.  */
 
25676
-_ACEOF
 
25677
-cat confdefs.h >>conftest.$ac_ext
 
25678
-cat >>conftest.$ac_ext <<_ACEOF
 
25679
-/* end confdefs.h.  */
 
25680
+test -z "$pic_mode" && pic_mode=default
 
25681
 
 
25682
-int
 
25683
-main ()
 
25684
-{
 
25685
 
 
25686
-  ;
 
25687
-  return 0;
 
25688
-}
 
25689
-_ACEOF
 
25690
-rm -f conftest.$ac_objext conftest$ac_exeext
 
25691
-if { (ac_try="$ac_link"
 
25692
-case "(($ac_try" in
 
25693
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
25694
-  *) ac_try_echo=$ac_try;;
 
25695
-esac
 
25696
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
25697
-$as_echo "$ac_try_echo") >&5
 
25698
-  (eval "$ac_link") 2>conftest.er1
 
25699
-  ac_status=$?
 
25700
-  grep -v '^ *+' conftest.er1 >conftest.err
 
25701
-  rm -f conftest.er1
 
25702
-  cat conftest.err >&5
 
25703
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25704
-  (exit $ac_status); } && {
 
25705
-        test -z "$ac_c_werror_flag" ||
 
25706
-        test ! -s conftest.err
 
25707
-       } && test -s conftest$ac_exeext && {
 
25708
-        test "$cross_compiling" = yes ||
 
25709
-        $as_test_x conftest$ac_exeext
 
25710
-       }; then
 
25711
 
 
25712
-lt_aix_libpath_sed='
 
25713
-    /Import File Strings/,/^$/ {
 
25714
-       /^0/ {
 
25715
-           s/^0  *\(.*\)$/\1/
 
25716
-           p
 
25717
-       }
 
25718
-    }'
 
25719
-aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
25720
-# Check for a 64-bit object if we didn't find anything.
 
25721
-if test -z "$aix_libpath"; then
 
25722
-  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
25723
-fi
 
25724
-else
 
25725
-  $as_echo "$as_me: failed program was:" >&5
 
25726
-sed 's/^/| /' conftest.$ac_ext >&5
 
25727
 
 
25728
 
 
25729
-fi
 
25730
 
 
25731
-rm -rf conftest.dSYM
 
25732
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
25733
-      conftest$ac_exeext conftest.$ac_ext
 
25734
-if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
25735
 
 
25736
-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
 
25737
-         # Warning - without using the other run time loading flags,
 
25738
-         # -berok will link without error, but may produce a broken library.
 
25739
-         no_undefined_flag=' ${wl}-bernotok'
 
25740
-         allow_undefined_flag=' ${wl}-berok'
 
25741
-         # Exported symbols can be pulled into shared objects from archives
 
25742
-         whole_archive_flag_spec='$convenience'
 
25743
-         archive_cmds_need_lc=yes
 
25744
-         # This is similar to how AIX traditionally builds its shared libraries.
 
25745
-         archive_expsym_cmds="\$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'
 
25746
+  # Check whether --enable-fast-install was given.
 
25747
+if test "${enable_fast_install+set}" = set; then
 
25748
+  enableval=$enable_fast_install; p=${PACKAGE-default}
 
25749
+    case $enableval in
 
25750
+    yes) enable_fast_install=yes ;;
 
25751
+    no) enable_fast_install=no ;;
 
25752
+    *)
 
25753
+      enable_fast_install=no
 
25754
+      # Look at the argument we got.  We use all the common list separators.
 
25755
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
25756
+      for pkg in $enableval; do
 
25757
+       IFS="$lt_save_ifs"
 
25758
+       if test "X$pkg" = "X$p"; then
 
25759
+         enable_fast_install=yes
 
25760
        fi
 
25761
-      fi
 
25762
+      done
 
25763
+      IFS="$lt_save_ifs"
 
25764
       ;;
 
25765
+    esac
 
25766
+else
 
25767
+  enable_fast_install=yes
 
25768
+fi
 
25769
 
 
25770
-    amigaos*)
 
25771
-      archive_cmds='$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)'
 
25772
-      hardcode_libdir_flag_spec='-L$libdir'
 
25773
-      hardcode_minus_L=yes
 
25774
-      # see comment about different semantics on the GNU ld section
 
25775
-      ld_shlibs=no
 
25776
-      ;;
 
25777
 
 
25778
-    bsdi[45]*)
 
25779
-      export_dynamic_flag_spec=-rdynamic
 
25780
-      ;;
 
25781
 
 
25782
-    cygwin* | mingw* | pw32*)
 
25783
-      # When not using gcc, we currently assume that we are using
 
25784
-      # Microsoft Visual C++.
 
25785
-      # hardcode_libdir_flag_spec is actually meaningless, as there is
 
25786
-      # no search path for DLLs.
 
25787
-      hardcode_libdir_flag_spec=' '
 
25788
-      allow_undefined_flag=unsupported
 
25789
-      # Tell ltmain to make .lib files, not .a files.
 
25790
-      libext=lib
 
25791
-      # Tell ltmain to make .dll files, not .so files.
 
25792
-      shrext_cmds=".dll"
 
25793
-      # FIXME: Setting linknames here is a bad hack.
 
25794
-      archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
 
25795
-      # The linker will automatically build a .lib file if we build a DLL.
 
25796
-      old_archive_From_new_cmds='true'
 
25797
-      # FIXME: Should let the user specify the lib program.
 
25798
-      old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
 
25799
-      fix_srcfile_path='`cygpath -w "$srcfile"`'
 
25800
-      enable_shared_with_static_runtimes=yes
 
25801
-      ;;
 
25802
 
 
25803
-    darwin* | rhapsody*)
 
25804
-      case $host_os in
 
25805
-        rhapsody* | darwin1.[012])
 
25806
-         allow_undefined_flag='${wl}-undefined ${wl}suppress'
 
25807
-         ;;
 
25808
-       *) # Darwin 1.3 on
 
25809
-         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
 
25810
-           allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
25811
-         else
 
25812
-           case ${MACOSX_DEPLOYMENT_TARGET} in
 
25813
-             10.[012])
 
25814
-               allow_undefined_flag='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
25815
-               ;;
 
25816
-             10.*)
 
25817
-               allow_undefined_flag='${wl}-undefined ${wl}dynamic_lookup'
 
25818
-               ;;
 
25819
-           esac
 
25820
-         fi
 
25821
-         ;;
 
25822
-      esac
 
25823
-      archive_cmds_need_lc=no
 
25824
-      hardcode_direct=no
 
25825
-      hardcode_automatic=yes
 
25826
-      hardcode_shlibpath_var=unsupported
 
25827
-      whole_archive_flag_spec=''
 
25828
-      link_all_deplibs=yes
 
25829
-    if test "$GCC" = yes ; then
 
25830
-       output_verbose_link_cmd='echo'
 
25831
-        archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
 
25832
-        module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
 
25833
-        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}"
 
25834
-        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}"
 
25835
-    else
 
25836
-      case $cc_basename in
 
25837
-        xlc*)
 
25838
-         output_verbose_link_cmd='echo'
 
25839
-         archive_cmds='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
 
25840
-         module_cmds='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
25841
-          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
 
25842
-         archive_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
25843
-          module_expsym_cmds='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
25844
-          ;;
 
25845
-       *)
 
25846
-         ld_shlibs=no
 
25847
-          ;;
 
25848
-      esac
 
25849
-    fi
 
25850
-      ;;
 
25851
 
 
25852
-    dgux*)
 
25853
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
25854
-      hardcode_libdir_flag_spec='-L$libdir'
 
25855
-      hardcode_shlibpath_var=no
 
25856
-      ;;
 
25857
 
 
25858
-    freebsd1*)
 
25859
-      ld_shlibs=no
 
25860
-      ;;
 
25861
 
 
25862
-    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
 
25863
-    # support.  Future versions do this automatically, but an explicit c++rt0.o
 
25864
-    # does not break anything, and helps significantly (at the cost of a little
 
25865
-    # extra space).
 
25866
-    freebsd2.2*)
 
25867
-      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
 
25868
-      hardcode_libdir_flag_spec='-R$libdir'
 
25869
-      hardcode_direct=yes
 
25870
-      hardcode_shlibpath_var=no
 
25871
-      ;;
 
25872
 
 
25873
-    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
 
25874
-    freebsd2*)
 
25875
-      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
25876
-      hardcode_direct=yes
 
25877
-      hardcode_minus_L=yes
 
25878
-      hardcode_shlibpath_var=no
 
25879
-      ;;
 
25880
 
 
25881
-    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
 
25882
-    freebsd* | dragonfly*)
 
25883
-      archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
 
25884
-      hardcode_libdir_flag_spec='-R$libdir'
 
25885
-      hardcode_direct=yes
 
25886
-      hardcode_shlibpath_var=no
 
25887
-      ;;
 
25888
 
 
25889
-    hpux9*)
 
25890
-      if test "$GCC" = yes; then
 
25891
-       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'
 
25892
-      else
 
25893
-       archive_cmds='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
25894
-      fi
 
25895
-      hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
 
25896
-      hardcode_libdir_separator=:
 
25897
-      hardcode_direct=yes
 
25898
 
 
25899
-      # hardcode_minus_L: Not really in the search PATH,
 
25900
-      # but as the default location of the library.
 
25901
-      hardcode_minus_L=yes
 
25902
-      export_dynamic_flag_spec='${wl}-E'
 
25903
-      ;;
 
25904
+# This can be used to rebuild libtool when needed
 
25905
+LIBTOOL_DEPS="$ltmain"
 
25906
 
 
25907
-    hpux10*)
 
25908
-      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
25909
-       archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
25910
-      else
 
25911
-       archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
 
25912
-      fi
 
25913
-      if test "$with_gnu_ld" = no; then
 
25914
-       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
 
25915
-       hardcode_libdir_separator=:
 
25916
+# Always use our own libtool.
 
25917
+LIBTOOL='$(SHELL) $(top_builddir)/libtool'
 
25918
 
 
25919
-       hardcode_direct=yes
 
25920
-       export_dynamic_flag_spec='${wl}-E'
 
25921
 
 
25922
-       # hardcode_minus_L: Not really in the search PATH,
 
25923
-       # but as the default location of the library.
 
25924
-       hardcode_minus_L=yes
 
25925
-      fi
 
25926
-      ;;
 
25927
 
 
25928
-    hpux11*)
 
25929
-      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
25930
-       case $host_cpu in
 
25931
-       hppa*64*)
 
25932
-         archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
25933
-         ;;
 
25934
-       ia64*)
 
25935
-         archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
25936
-         ;;
 
25937
-       *)
 
25938
-         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
25939
-         ;;
 
25940
-       esac
 
25941
-      else
 
25942
-       case $host_cpu in
 
25943
-       hppa*64*)
 
25944
-         archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
25945
-         ;;
 
25946
-       ia64*)
 
25947
-         archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
25948
-         ;;
 
25949
-       *)
 
25950
-         archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
25951
-         ;;
 
25952
-       esac
 
25953
-      fi
 
25954
-      if test "$with_gnu_ld" = no; then
 
25955
-       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
 
25956
-       hardcode_libdir_separator=:
 
25957
 
 
25958
-       case $host_cpu in
 
25959
-       hppa*64*|ia64*)
 
25960
-         hardcode_libdir_flag_spec_ld='+b $libdir'
 
25961
-         hardcode_direct=no
 
25962
-         hardcode_shlibpath_var=no
 
25963
-         ;;
 
25964
-       *)
 
25965
-         hardcode_direct=yes
 
25966
-         export_dynamic_flag_spec='${wl}-E'
 
25967
 
 
25968
-         # hardcode_minus_L: Not really in the search PATH,
 
25969
-         # but as the default location of the library.
 
25970
-         hardcode_minus_L=yes
 
25971
-         ;;
 
25972
-       esac
 
25973
-      fi
 
25974
-      ;;
 
25975
 
 
25976
-    irix5* | irix6* | nonstopux*)
 
25977
-      if test "$GCC" = yes; then
 
25978
-       archive_cmds='$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'
 
25979
-      else
 
25980
-       archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
25981
-       hardcode_libdir_flag_spec_ld='-rpath $libdir'
 
25982
-      fi
 
25983
-      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
 
25984
-      hardcode_libdir_separator=:
 
25985
-      link_all_deplibs=yes
 
25986
-      ;;
 
25987
 
 
25988
-    netbsd*)
 
25989
-      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
25990
-       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
 
25991
-      else
 
25992
-       archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
 
25993
-      fi
 
25994
-      hardcode_libdir_flag_spec='-R$libdir'
 
25995
-      hardcode_direct=yes
 
25996
-      hardcode_shlibpath_var=no
 
25997
-      ;;
 
25998
 
 
25999
-    newsos6)
 
26000
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
26001
-      hardcode_direct=yes
 
26002
-      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
 
26003
-      hardcode_libdir_separator=:
 
26004
-      hardcode_shlibpath_var=no
 
26005
-      ;;
 
26006
 
 
26007
-    openbsd*)
 
26008
-      if test -f /usr/libexec/ld.so; then
 
26009
-       hardcode_direct=yes
 
26010
-       hardcode_shlibpath_var=no
 
26011
-       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
26012
-         archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
26013
-         archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
 
26014
-         hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
 
26015
-         export_dynamic_flag_spec='${wl}-E'
 
26016
-       else
 
26017
-         case $host_os in
 
26018
-          openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
 
26019
-            archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
26020
-            hardcode_libdir_flag_spec='-R$libdir'
 
26021
-            ;;
 
26022
-          *)
 
26023
-            archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
26024
-            hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
 
26025
-            ;;
 
26026
-         esac
 
26027
-        fi
 
26028
-      else
 
26029
-       ld_shlibs=no
 
26030
-      fi
 
26031
-      ;;
 
26032
 
 
26033
-    os2*)
 
26034
-      hardcode_libdir_flag_spec='-L$libdir'
 
26035
-      hardcode_minus_L=yes
 
26036
-      allow_undefined_flag=unsupported
 
26037
-      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'
 
26038
-      old_archive_From_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
 
26039
-      ;;
 
26040
 
 
26041
-    osf3*)
 
26042
-      if test "$GCC" = yes; then
 
26043
-       allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
 
26044
-       archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
26045
-      else
 
26046
-       allow_undefined_flag=' -expect_unresolved \*'
 
26047
-       archive_cmds='$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'
 
26048
-      fi
 
26049
-      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
 
26050
-      hardcode_libdir_separator=:
 
26051
-      ;;
 
26052
 
 
26053
-    osf4* | osf5*)     # as osf3* with the addition of -msym flag
 
26054
-      if test "$GCC" = yes; then
 
26055
-       allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
 
26056
-       archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
26057
-       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
 
26058
-      else
 
26059
-       allow_undefined_flag=' -expect_unresolved \*'
 
26060
-       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'
 
26061
-       archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; echo "-hidden">> $lib.exp~
 
26062
-       $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'
 
26063
 
 
26064
-       # Both c and cxx compiler support -rpath directly
 
26065
-       hardcode_libdir_flag_spec='-rpath $libdir'
 
26066
-      fi
 
26067
-      hardcode_libdir_separator=:
 
26068
-      ;;
 
26069
 
 
26070
-    solaris*)
 
26071
-      no_undefined_flag=' -z text'
 
26072
-      if test "$GCC" = yes; then
 
26073
-       wlarc='${wl}'
 
26074
-       archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
26075
-       archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
26076
-         $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
 
26077
-      else
 
26078
-       wlarc=''
 
26079
-       archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
26080
-       archive_expsym_cmds='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
26081
-       $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
 
26082
-      fi
 
26083
-      hardcode_libdir_flag_spec='-R$libdir'
 
26084
-      hardcode_shlibpath_var=no
 
26085
-      case $host_os in
 
26086
-      solaris2.[0-5] | solaris2.[0-5].*) ;;
 
26087
-      *)
 
26088
-       # The compiler driver will combine and reorder linker options,
 
26089
-       # but understands `-z linker_flag'.  GCC discards it without `$wl',
 
26090
-       # but is careful enough not to reorder.
 
26091
-       # Supported since Solaris 2.6 (maybe 2.5.1?)
 
26092
-       if test "$GCC" = yes; then
 
26093
-         whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
 
26094
-       else
 
26095
-         whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
 
26096
-       fi
 
26097
-       ;;
 
26098
-      esac
 
26099
-      link_all_deplibs=yes
 
26100
-      ;;
 
26101
 
 
26102
-    sunos4*)
 
26103
-      if test "x$host_vendor" = xsequent; then
 
26104
-       # Use $CC to link under sequent, because it throws in some extra .o
 
26105
-       # files that make .init and .fini sections work.
 
26106
-       archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
 
26107
-      else
 
26108
-       archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
 
26109
-      fi
 
26110
-      hardcode_libdir_flag_spec='-L$libdir'
 
26111
-      hardcode_direct=yes
 
26112
-      hardcode_minus_L=yes
 
26113
-      hardcode_shlibpath_var=no
 
26114
-      ;;
 
26115
 
 
26116
-    sysv4)
 
26117
-      case $host_vendor in
 
26118
-       sni)
 
26119
-         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
26120
-         hardcode_direct=yes # is this really true???
 
26121
-       ;;
 
26122
-       siemens)
 
26123
-         ## LD is ld it makes a PLAMLIB
 
26124
-         ## CC just makes a GrossModule.
 
26125
-         archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
 
26126
-         reload_cmds='$CC -r -o $output$reload_objs'
 
26127
-         hardcode_direct=no
 
26128
-        ;;
 
26129
-       motorola)
 
26130
-         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
26131
-         hardcode_direct=no #Motorola manual says yes, but my tests say they lie
 
26132
-       ;;
 
26133
-      esac
 
26134
-      runpath_var='LD_RUN_PATH'
 
26135
-      hardcode_shlibpath_var=no
 
26136
-      ;;
 
26137
 
 
26138
-    sysv4.3*)
 
26139
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
26140
-      hardcode_shlibpath_var=no
 
26141
-      export_dynamic_flag_spec='-Bexport'
 
26142
-      ;;
 
26143
 
 
26144
-    sysv4*MP*)
 
26145
-      if test -d /usr/nec; then
 
26146
-       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
26147
-       hardcode_shlibpath_var=no
 
26148
-       runpath_var=LD_RUN_PATH
 
26149
-       hardcode_runpath_var=yes
 
26150
-       ld_shlibs=yes
 
26151
-      fi
 
26152
-      ;;
 
26153
 
 
26154
-    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
 
26155
-      no_undefined_flag='${wl}-z,text'
 
26156
-      archive_cmds_need_lc=no
 
26157
-      hardcode_shlibpath_var=no
 
26158
-      runpath_var='LD_RUN_PATH'
 
26159
 
 
26160
-      if test "$GCC" = yes; then
 
26161
-       archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
26162
-       archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
26163
-      else
 
26164
-       archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
26165
-       archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
26166
-      fi
 
26167
-      ;;
 
26168
 
 
26169
-    sysv5* | sco3.2v5* | sco5v6*)
 
26170
-      # Note: We can NOT use -z defs as we might desire, because we do not
 
26171
-      # link with -lc, and that would cause any symbols used from libc to
 
26172
-      # always be unresolved, which means just about no library would
 
26173
-      # ever link correctly.  If we're not using GNU ld we use -z text
 
26174
-      # though, which does catch some bad symbols but isn't as heavy-handed
 
26175
-      # as -z defs.
 
26176
-      no_undefined_flag='${wl}-z,text'
 
26177
-      allow_undefined_flag='${wl}-z,nodefs'
 
26178
-      archive_cmds_need_lc=no
 
26179
-      hardcode_shlibpath_var=no
 
26180
-      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
 
26181
-      hardcode_libdir_separator=':'
 
26182
-      link_all_deplibs=yes
 
26183
-      export_dynamic_flag_spec='${wl}-Bexport'
 
26184
-      runpath_var='LD_RUN_PATH'
 
26185
 
 
26186
-      if test "$GCC" = yes; then
 
26187
-       archive_cmds='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
26188
-       archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
26189
-      else
 
26190
-       archive_cmds='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
26191
-       archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
26192
-      fi
 
26193
-      ;;
 
26194
 
 
26195
-    uts4*)
 
26196
-      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
26197
-      hardcode_libdir_flag_spec='-L$libdir'
 
26198
-      hardcode_shlibpath_var=no
 
26199
-      ;;
 
26200
 
 
26201
-    *)
 
26202
-      ld_shlibs=no
 
26203
-      ;;
 
26204
-    esac
 
26205
-  fi
 
26206
 
 
26207
-{ $as_echo "$as_me:$LINENO: result: $ld_shlibs" >&5
 
26208
-$as_echo "$ld_shlibs" >&6; }
 
26209
-test "$ld_shlibs" = no && can_build_shared=no
 
26210
+test -z "$LN_S" && LN_S="ln -s"
 
26211
 
 
26212
-#
 
26213
-# Do we need to explicitly link libc?
 
26214
-#
 
26215
-case "x$archive_cmds_need_lc" in
 
26216
-x|xyes)
 
26217
-  # Assume -lc should be added
 
26218
-  archive_cmds_need_lc=yes
 
26219
 
 
26220
-  if test "$enable_shared" = yes && test "$GCC" = yes; then
 
26221
-    case $archive_cmds in
 
26222
-    *'~'*)
 
26223
-      # FIXME: we may have to deal with multi-command sequences.
 
26224
-      ;;
 
26225
-    '$CC '*)
 
26226
-      # Test whether the compiler implicitly links with -lc since on some
 
26227
-      # systems, -lgcc has to come before -lc. If gcc already passes -lc
 
26228
-      # to ld, don't add -lc before -lgcc.
 
26229
-      { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
26230
-$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
 
26231
-      $rm conftest*
 
26232
-      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
26233
 
 
26234
-      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
26235
-  (eval $ac_compile) 2>&5
 
26236
-  ac_status=$?
 
26237
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26238
-  (exit $ac_status); } 2>conftest.err; then
 
26239
-        soname=conftest
 
26240
-        lib=conftest
 
26241
-        libobjs=conftest.$ac_objext
 
26242
-        deplibs=
 
26243
-        wl=$lt_prog_compiler_wl
 
26244
-       pic_flag=$lt_prog_compiler_pic
 
26245
-        compiler_flags=-v
 
26246
-        linker_flags=-v
 
26247
-        verstring=
 
26248
-        output_objdir=.
 
26249
-        libname=conftest
 
26250
-        lt_save_allow_undefined_flag=$allow_undefined_flag
 
26251
-        allow_undefined_flag=
 
26252
-        if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
 
26253
-  (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
 
26254
-  ac_status=$?
 
26255
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26256
-  (exit $ac_status); }
 
26257
-        then
 
26258
-         archive_cmds_need_lc=no
 
26259
-        else
 
26260
-         archive_cmds_need_lc=yes
 
26261
-        fi
 
26262
-        allow_undefined_flag=$lt_save_allow_undefined_flag
 
26263
-      else
 
26264
-        cat conftest.err 1>&5
 
26265
-      fi
 
26266
-      $rm conftest*
 
26267
-      { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
 
26268
-$as_echo "$archive_cmds_need_lc" >&6; }
 
26269
-      ;;
 
26270
-    esac
 
26271
-  fi
 
26272
-  ;;
 
26273
-esac
 
26274
 
 
26275
-{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
26276
-$as_echo_n "checking dynamic linker characteristics... " >&6; }
 
26277
-library_names_spec=
 
26278
-libname_spec='lib$name'
 
26279
-soname_spec=
 
26280
-shrext_cmds=".so"
 
26281
-postinstall_cmds=
 
26282
-postuninstall_cmds=
 
26283
-finish_cmds=
 
26284
-finish_eval=
 
26285
-shlibpath_var=
 
26286
-shlibpath_overrides_runpath=unknown
 
26287
-version_type=none
 
26288
-dynamic_linker="$host_os ld.so"
 
26289
-sys_lib_dlsearch_path_spec="/lib /usr/lib"
 
26290
 
 
26291
-if test "$GCC" = yes; then
 
26292
-  case $host_os in
 
26293
-    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
 
26294
-    *) lt_awk_arg="/^libraries:/" ;;
 
26295
-  esac
 
26296
-  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
26297
-  if echo "$lt_search_path_spec" | grep ';' >/dev/null ; then
 
26298
-    # if the path contains ";" then we assume it to be the separator
 
26299
-    # otherwise default to the standard path separator (i.e. ":") - it is
 
26300
-    # assumed that no part of a normal pathname contains ";" but that should
 
26301
-    # okay in the real world where ";" in dirpaths is itself problematic.
 
26302
-    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED -e 's/;/ /g'`
 
26303
-  else
 
26304
-    lt_search_path_spec=`echo "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
26305
-  fi
 
26306
-  # Ok, now we have the path, separated by spaces, we can step through it
 
26307
-  # and add multilib dir if necessary.
 
26308
-  lt_tmp_lt_search_path_spec=
 
26309
-  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
 
26310
-  for lt_sys_path in $lt_search_path_spec; do
 
26311
-    if test -d "$lt_sys_path/$lt_multi_os_dir"; then
 
26312
-      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
 
26313
-    else
 
26314
-      test -d "$lt_sys_path" && \
 
26315
-       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
 
26316
-    fi
 
26317
-  done
 
26318
-  lt_search_path_spec=`echo $lt_tmp_lt_search_path_spec | awk '
 
26319
-BEGIN {RS=" "; FS="/|\n";} {
 
26320
-  lt_foo="";
 
26321
-  lt_count=0;
 
26322
-  for (lt_i = NF; lt_i > 0; lt_i--) {
 
26323
-    if ($lt_i != "" && $lt_i != ".") {
 
26324
-      if ($lt_i == "..") {
 
26325
-        lt_count++;
 
26326
-      } else {
 
26327
-        if (lt_count == 0) {
 
26328
-          lt_foo="/" $lt_i lt_foo;
 
26329
-        } else {
 
26330
-          lt_count--;
 
26331
-        }
 
26332
-      }
 
26333
-    }
 
26334
-  }
 
26335
-  if (lt_foo != "") { lt_freq[lt_foo]++; }
 
26336
-  if (lt_freq[lt_foo] == 1) { print lt_foo; }
 
26337
-}'`
 
26338
-  sys_lib_search_path_spec=`echo $lt_search_path_spec`
 
26339
+
 
26340
+
 
26341
+
 
26342
+
 
26343
+
 
26344
+
 
26345
+
 
26346
+
 
26347
+
 
26348
+if test -n "${ZSH_VERSION+set}" ; then
 
26349
+   setopt NO_GLOB_SUBST
 
26350
+fi
 
26351
+
 
26352
+{ echo "$as_me:$LINENO: checking for objdir" >&5
 
26353
+echo $ECHO_N "checking for objdir... $ECHO_C" >&6; }
 
26354
+if test "${lt_cv_objdir+set}" = set; then
 
26355
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
26356
 else
 
26357
-  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
 
26358
+  rm -f .libs 2>/dev/null
 
26359
+mkdir .libs 2>/dev/null
 
26360
+if test -d .libs; then
 
26361
+  lt_cv_objdir=.libs
 
26362
+else
 
26363
+  # MS-DOS does not allow filenames that begin with a dot.
 
26364
+  lt_cv_objdir=_libs
 
26365
 fi
 
26366
-need_lib_prefix=unknown
 
26367
-hardcode_into_libs=no
 
26368
+rmdir .libs 2>/dev/null
 
26369
+fi
 
26370
+{ echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
 
26371
+echo "${ECHO_T}$lt_cv_objdir" >&6; }
 
26372
+objdir=$lt_cv_objdir
 
26373
 
 
26374
-# when you set need_version to no, make sure it does not cause -set_version
 
26375
-# flags to be left without arguments
 
26376
-need_version=unknown
 
26377
 
 
26378
-case $host_os in
 
26379
-aix3*)
 
26380
-  version_type=linux
 
26381
-  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
 
26382
-  shlibpath_var=LIBPATH
 
26383
 
 
26384
-  # AIX 3 has no versioning support, so we append a major version to the name.
 
26385
-  soname_spec='${libname}${release}${shared_ext}$major'
 
26386
-  ;;
 
26387
 
 
26388
-aix[4-9]*)
 
26389
-  version_type=linux
 
26390
-  need_lib_prefix=no
 
26391
-  need_version=no
 
26392
-  hardcode_into_libs=yes
 
26393
-  if test "$host_cpu" = ia64; then
 
26394
-    # AIX 5 supports IA64
 
26395
-    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
 
26396
-    shlibpath_var=LD_LIBRARY_PATH
 
26397
-  else
 
26398
-    # With GCC up to 2.95.x, collect2 would create an import file
 
26399
-    # for dependence libraries.  The import file would start with
 
26400
-    # the line `#! .'.  This would cause the generated library to
 
26401
-    # depend on `.', always an invalid library.  This was fixed in
 
26402
-    # development snapshots of GCC prior to 3.0.
 
26403
-    case $host_os in
 
26404
-      aix4 | aix4.[01] | aix4.[01].*)
 
26405
-      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
 
26406
-          echo ' yes '
 
26407
-          echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
 
26408
-       :
 
26409
-      else
 
26410
-       can_build_shared=no
 
26411
-      fi
 
26412
-      ;;
 
26413
-    esac
 
26414
-    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
 
26415
-    # soname into executable. Probably we can add versioning support to
 
26416
-    # collect2, so additional links can be useful in future.
 
26417
-    if test "$aix_use_runtimelinking" = yes; then
 
26418
-      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
 
26419
-      # instead of lib<name>.a to let people know that these are not
 
26420
-      # typical AIX shared libraries.
 
26421
-      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
26422
-    else
 
26423
-      # We preserve .a as extension for shared libraries through AIX4.2
 
26424
-      # and later when we are not doing run time linking.
 
26425
-      library_names_spec='${libname}${release}.a $libname.a'
 
26426
-      soname_spec='${libname}${release}${shared_ext}$major'
 
26427
-    fi
 
26428
-    shlibpath_var=LIBPATH
 
26429
-  fi
 
26430
-  ;;
 
26431
 
 
26432
-amigaos*)
 
26433
-  library_names_spec='$libname.ixlibrary $libname.a'
 
26434
-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
 
26435
-  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'
 
26436
-  ;;
 
26437
+cat >>confdefs.h <<_ACEOF
 
26438
+#define LT_OBJDIR "$lt_cv_objdir/"
 
26439
+_ACEOF
 
26440
 
 
26441
-beos*)
 
26442
-  library_names_spec='${libname}${shared_ext}'
 
26443
-  dynamic_linker="$host_os ld.so"
 
26444
-  shlibpath_var=LIBRARY_PATH
 
26445
-  ;;
 
26446
 
 
26447
-bsdi[45]*)
 
26448
-  version_type=linux
 
26449
-  need_version=no
 
26450
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
26451
-  soname_spec='${libname}${release}${shared_ext}$major'
 
26452
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
 
26453
-  shlibpath_var=LD_LIBRARY_PATH
 
26454
-  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
 
26455
-  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
 
26456
-  # the default ld.so.conf also contains /usr/contrib/lib and
 
26457
-  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
 
26458
-  # libtool to hard-code these into programs
 
26459
-  ;;
 
26460
 
 
26461
-cygwin* | mingw* | pw32*)
 
26462
-  version_type=windows
 
26463
-  shrext_cmds=".dll"
 
26464
-  need_version=no
 
26465
-  need_lib_prefix=no
 
26466
 
 
26467
-  case $GCC,$host_os in
 
26468
-  yes,cygwin* | yes,mingw* | yes,pw32*)
 
26469
-    library_names_spec='$libname.dll.a'
 
26470
-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
 
26471
-    postinstall_cmds='base_file=`basename \${file}`~
 
26472
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
 
26473
-      dldir=$destdir/`dirname \$dlpath`~
 
26474
-      test -d \$dldir || mkdir -p \$dldir~
 
26475
-      $install_prog $dir/$dlname \$dldir/$dlname~
 
26476
-      chmod a+x \$dldir/$dlname'
 
26477
-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
 
26478
-      dlpath=$dir/\$dldll~
 
26479
-       $rm \$dlpath'
 
26480
-    shlibpath_overrides_runpath=yes
 
26481
 
 
26482
-    case $host_os in
 
26483
-    cygwin*)
 
26484
-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
 
26485
-      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
 
26486
-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
 
26487
-      ;;
 
26488
-    mingw*)
 
26489
-      # MinGW DLLs use traditional 'lib' prefix
 
26490
-      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
 
26491
-      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
26492
-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
 
26493
-        # It is most probably a Windows format PATH printed by
 
26494
-        # mingw gcc, but we are running on Cygwin. Gcc prints its search
 
26495
-        # path with ; separators, and with drive letters. We can handle the
 
26496
-        # drive letters (cygwin fileutils understands them), so leave them,
 
26497
-        # especially as we might pass files found there to a mingw objdump,
 
26498
-        # which wouldn't understand a cygwinified path. Ahh.
 
26499
-        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
 
26500
-      else
 
26501
-        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
26502
-      fi
 
26503
-      ;;
 
26504
-    pw32*)
 
26505
-      # pw32 DLLs use 'pw' prefix rather than 'lib'
 
26506
-      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
 
26507
-      ;;
 
26508
-    esac
 
26509
-    ;;
 
26510
 
 
26511
-  *)
 
26512
-    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
 
26513
-    ;;
 
26514
-  esac
 
26515
-  dynamic_linker='Win32 ld.exe'
 
26516
-  # FIXME: first we should search . and the directory the executable is in
 
26517
-  shlibpath_var=PATH
 
26518
-  ;;
 
26519
 
 
26520
-darwin* | rhapsody*)
 
26521
-  dynamic_linker="$host_os dyld"
 
26522
-  version_type=darwin
 
26523
-  need_lib_prefix=no
 
26524
-  need_version=no
 
26525
-  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
 
26526
-  soname_spec='${libname}${release}${major}$shared_ext'
 
26527
-  shlibpath_overrides_runpath=yes
 
26528
-  shlibpath_var=DYLD_LIBRARY_PATH
 
26529
-  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
 
26530
 
 
26531
-  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
 
26532
-  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
 
26533
-  ;;
 
26534
 
 
26535
-dgux*)
 
26536
-  version_type=linux
 
26537
-  need_lib_prefix=no
 
26538
-  need_version=no
 
26539
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
 
26540
-  soname_spec='${libname}${release}${shared_ext}$major'
 
26541
-  shlibpath_var=LD_LIBRARY_PATH
 
26542
-  ;;
 
26543
 
 
26544
-freebsd1*)
 
26545
-  dynamic_linker=no
 
26546
-  ;;
 
26547
 
 
26548
-freebsd* | dragonfly*)
 
26549
-  # DragonFly does not have aout.  When/if they implement a new
 
26550
-  # versioning mechanism, adjust this.
 
26551
-  if test -x /usr/bin/objformat; then
 
26552
-    objformat=`/usr/bin/objformat`
 
26553
-  else
 
26554
-    case $host_os in
 
26555
-    freebsd[123]*) objformat=aout ;;
 
26556
-    *) objformat=elf ;;
 
26557
-    esac
 
26558
-  fi
 
26559
-  version_type=freebsd-$objformat
 
26560
-  case $version_type in
 
26561
-    freebsd-elf*)
 
26562
-      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
 
26563
-      need_version=no
 
26564
-      need_lib_prefix=no
 
26565
-      ;;
 
26566
-    freebsd-*)
 
26567
-      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
 
26568
-      need_version=yes
 
26569
-      ;;
 
26570
-  esac
 
26571
-  shlibpath_var=LD_LIBRARY_PATH
 
26572
-  case $host_os in
 
26573
-  freebsd2*)
 
26574
-    shlibpath_overrides_runpath=yes
 
26575
-    ;;
 
26576
-  freebsd3.[01]* | freebsdelf3.[01]*)
 
26577
-    shlibpath_overrides_runpath=yes
 
26578
-    hardcode_into_libs=yes
 
26579
-    ;;
 
26580
-  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
 
26581
-  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
 
26582
-    shlibpath_overrides_runpath=no
 
26583
-    hardcode_into_libs=yes
 
26584
-    ;;
 
26585
-  *) # from 4.6 on, and DragonFly
 
26586
-    shlibpath_overrides_runpath=yes
 
26587
-    hardcode_into_libs=yes
 
26588
-    ;;
 
26589
-  esac
 
26590
-  ;;
 
26591
 
 
26592
-gnu*)
 
26593
-  version_type=linux
 
26594
-  need_lib_prefix=no
 
26595
-  need_version=no
 
26596
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
 
26597
-  soname_spec='${libname}${release}${shared_ext}$major'
 
26598
-  shlibpath_var=LD_LIBRARY_PATH
 
26599
-  hardcode_into_libs=yes
 
26600
-  ;;
 
26601
 
 
26602
-hpux9* | hpux10* | hpux11*)
 
26603
-  # Give a soname corresponding to the major version so that dld.sl refuses to
 
26604
-  # link against other versions.
 
26605
-  version_type=sunos
 
26606
-  need_lib_prefix=no
 
26607
-  need_version=no
 
26608
-  case $host_cpu in
 
26609
-  ia64*)
 
26610
-    shrext_cmds='.so'
 
26611
-    hardcode_into_libs=yes
 
26612
-    dynamic_linker="$host_os dld.so"
 
26613
-    shlibpath_var=LD_LIBRARY_PATH
 
26614
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
 
26615
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
26616
-    soname_spec='${libname}${release}${shared_ext}$major'
 
26617
-    if test "X$HPUX_IA64_MODE" = X32; then
 
26618
-      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
 
26619
-    else
 
26620
-      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
 
26621
-    fi
 
26622
-    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
26623
-    ;;
 
26624
-   hppa*64*)
 
26625
-     shrext_cmds='.sl'
 
26626
-     hardcode_into_libs=yes
 
26627
-     dynamic_linker="$host_os dld.sl"
 
26628
-     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
 
26629
-     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
 
26630
-     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
26631
-     soname_spec='${libname}${release}${shared_ext}$major'
 
26632
-     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
 
26633
-     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
26634
-     ;;
 
26635
-   *)
 
26636
-    shrext_cmds='.sl'
 
26637
-    dynamic_linker="$host_os dld.sl"
 
26638
-    shlibpath_var=SHLIB_PATH
 
26639
-    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
 
26640
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
26641
-    soname_spec='${libname}${release}${shared_ext}$major'
 
26642
-    ;;
 
26643
-  esac
 
26644
-  # HP-UX runs *really* slowly unless shared libraries are mode 555.
 
26645
-  postinstall_cmds='chmod 555 $lib'
 
26646
-  ;;
 
26647
 
 
26648
-interix[3-9]*)
 
26649
-  version_type=linux
 
26650
-  need_lib_prefix=no
 
26651
-  need_version=no
 
26652
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
26653
-  soname_spec='${libname}${release}${shared_ext}$major'
 
26654
-  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
 
26655
-  shlibpath_var=LD_LIBRARY_PATH
 
26656
-  shlibpath_overrides_runpath=no
 
26657
-  hardcode_into_libs=yes
 
26658
-  ;;
 
26659
 
 
26660
-irix5* | irix6* | nonstopux*)
 
26661
-  case $host_os in
 
26662
-    nonstopux*) version_type=nonstopux ;;
 
26663
-    *)
 
26664
-       if test "$lt_cv_prog_gnu_ld" = yes; then
 
26665
-               version_type=linux
 
26666
-       else
 
26667
-               version_type=irix
 
26668
-       fi ;;
 
26669
-  esac
 
26670
-  need_lib_prefix=no
 
26671
-  need_version=no
 
26672
-  soname_spec='${libname}${release}${shared_ext}$major'
 
26673
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
 
26674
-  case $host_os in
 
26675
-  irix5* | nonstopux*)
 
26676
-    libsuff= shlibsuff=
 
26677
-    ;;
 
26678
-  *)
 
26679
-    case $LD in # libtool.m4 will add one of these switches to LD
 
26680
-    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
 
26681
-      libsuff= shlibsuff= libmagic=32-bit;;
 
26682
-    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
 
26683
-      libsuff=32 shlibsuff=N32 libmagic=N32;;
 
26684
-    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
 
26685
-      libsuff=64 shlibsuff=64 libmagic=64-bit;;
 
26686
-    *) libsuff= shlibsuff= libmagic=never-match;;
 
26687
-    esac
 
26688
-    ;;
 
26689
-  esac
 
26690
-  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
 
26691
-  shlibpath_overrides_runpath=no
 
26692
-  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
 
26693
-  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
 
26694
-  hardcode_into_libs=yes
 
26695
-  ;;
 
26696
 
 
26697
-# No shared lib support for Linux oldld, aout, or coff.
 
26698
-linux*oldld* | linux*aout* | linux*coff*)
 
26699
-  dynamic_linker=no
 
26700
+
 
26701
+case $host_os in
 
26702
+aix3*)
 
26703
+  # AIX sometimes has problems with the GCC collect2 program.  For some
 
26704
+  # reason, if we set the COLLECT_NAMES environment variable, the problems
 
26705
+  # vanish in a puff of smoke.
 
26706
+  if test "X${COLLECT_NAMES+set}" != Xset; then
 
26707
+    COLLECT_NAMES=
 
26708
+    export COLLECT_NAMES
 
26709
+  fi
 
26710
   ;;
 
26711
+esac
 
26712
 
 
26713
-# This must be Linux ELF.
 
26714
-linux* | k*bsd*-gnu)
 
26715
-  version_type=linux
 
26716
-  need_lib_prefix=no
 
26717
-  need_version=no
 
26718
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
26719
-  soname_spec='${libname}${release}${shared_ext}$major'
 
26720
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
 
26721
-  shlibpath_var=LD_LIBRARY_PATH
 
26722
-  shlibpath_overrides_runpath=no
 
26723
-  # This implies no fast_install, which is unacceptable.
 
26724
-  # Some rework will be needed to allow for fast_install
 
26725
-  # before this can be enabled.
 
26726
-  hardcode_into_libs=yes
 
26727
-  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
 
26728
-  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
 
26729
+# Sed substitution that helps us do robust quoting.  It backslashifies
 
26730
+# metacharacters that are still active within double-quoted strings.
 
26731
+sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
 
26732
 
 
26733
-  # Append ld.so.conf contents to the search path
 
26734
-  if test -f /etc/ld.so.conf; then
 
26735
-    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' ' '`
 
26736
-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
 
26737
-  fi
 
26738
+# Same as above, but do not quote variable references.
 
26739
+double_quote_subst='s/\(["`\\]\)/\\\1/g'
 
26740
 
 
26741
-  # We used to test for /lib/ld.so.1 and disable shared libraries on
 
26742
-  # powerpc, because MkLinux only supported shared libraries with the
 
26743
-  # GNU dynamic linker.  Since this was broken with cross compilers,
 
26744
-  # most powerpc-linux boxes support dynamic linking these days and
 
26745
-  # people can always --disable-shared, the test was removed, and we
 
26746
-  # assume the GNU/Linux dynamic linker is in use.
 
26747
-  dynamic_linker='GNU/Linux ld.so'
 
26748
-  ;;
 
26749
+# Sed substitution to delay expansion of an escaped shell variable in a
 
26750
+# double_quote_subst'ed string.
 
26751
+delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
 
26752
 
 
26753
-netbsd*)
 
26754
-  version_type=sunos
 
26755
-  need_lib_prefix=no
 
26756
-  need_version=no
 
26757
-  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
26758
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
26759
-    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
26760
-    dynamic_linker='NetBSD (a.out) ld.so'
 
26761
-  else
 
26762
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
26763
-    soname_spec='${libname}${release}${shared_ext}$major'
 
26764
-    dynamic_linker='NetBSD ld.elf_so'
 
26765
-  fi
 
26766
-  shlibpath_var=LD_LIBRARY_PATH
 
26767
-  shlibpath_overrides_runpath=yes
 
26768
-  hardcode_into_libs=yes
 
26769
-  ;;
 
26770
+# Sed substitution to delay expansion of an escaped single quote.
 
26771
+delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
 
26772
 
 
26773
-newsos6)
 
26774
-  version_type=linux
 
26775
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
26776
-  shlibpath_var=LD_LIBRARY_PATH
 
26777
-  shlibpath_overrides_runpath=yes
 
26778
-  ;;
 
26779
+# Sed substitution to avoid accidental globbing in evaled expressions
 
26780
+no_glob_subst='s/\*/\\\*/g'
 
26781
 
 
26782
-nto-qnx*)
 
26783
-  version_type=linux
 
26784
-  need_lib_prefix=no
 
26785
-  need_version=no
 
26786
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
26787
-  soname_spec='${libname}${release}${shared_ext}$major'
 
26788
-  shlibpath_var=LD_LIBRARY_PATH
 
26789
-  shlibpath_overrides_runpath=yes
 
26790
-  ;;
 
26791
+# Global variables:
 
26792
+ofile=libtool
 
26793
+can_build_shared=yes
 
26794
 
 
26795
-openbsd*)
 
26796
-  version_type=sunos
 
26797
-  sys_lib_dlsearch_path_spec="/usr/lib"
 
26798
-  need_lib_prefix=no
 
26799
-  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
 
26800
-  case $host_os in
 
26801
-    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
 
26802
-    *)                         need_version=no  ;;
 
26803
+# All known linkers require a `.a' archive for static linking (except MSVC,
 
26804
+# which needs '.lib').
 
26805
+libext=a
 
26806
+
 
26807
+with_gnu_ld="$lt_cv_prog_gnu_ld"
 
26808
+
 
26809
+old_CC="$CC"
 
26810
+old_CFLAGS="$CFLAGS"
 
26811
+
 
26812
+# Set sane defaults for various variables
 
26813
+test -z "$CC" && CC=cc
 
26814
+test -z "$LTCC" && LTCC=$CC
 
26815
+test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
 
26816
+test -z "$LD" && LD=ld
 
26817
+test -z "$ac_objext" && ac_objext=o
 
26818
+
 
26819
+for cc_temp in $compiler""; do
 
26820
+  case $cc_temp in
 
26821
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
 
26822
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
 
26823
+    \-*) ;;
 
26824
+    *) break;;
 
26825
   esac
 
26826
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
26827
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
26828
-  shlibpath_var=LD_LIBRARY_PATH
 
26829
-  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
26830
-    case $host_os in
 
26831
-      openbsd2.[89] | openbsd2.[89].*)
 
26832
-       shlibpath_overrides_runpath=no
 
26833
-       ;;
 
26834
-      *)
 
26835
-       shlibpath_overrides_runpath=yes
 
26836
-       ;;
 
26837
-      esac
 
26838
-  else
 
26839
-    shlibpath_overrides_runpath=yes
 
26840
-  fi
 
26841
-  ;;
 
26842
+done
 
26843
+cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
26844
 
 
26845
-os2*)
 
26846
-  libname_spec='$name'
 
26847
-  shrext_cmds=".dll"
 
26848
-  need_lib_prefix=no
 
26849
-  library_names_spec='$libname${shared_ext} $libname.a'
 
26850
-  dynamic_linker='OS/2 ld.exe'
 
26851
-  shlibpath_var=LIBPATH
 
26852
-  ;;
 
26853
 
 
26854
-osf3* | osf4* | osf5*)
 
26855
-  version_type=osf
 
26856
-  need_lib_prefix=no
 
26857
-  need_version=no
 
26858
-  soname_spec='${libname}${release}${shared_ext}$major'
 
26859
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
26860
-  shlibpath_var=LD_LIBRARY_PATH
 
26861
-  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
 
26862
-  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
 
26863
+# Only perform the check for file, if the check method requires it
 
26864
+test -z "$MAGIC_CMD" && MAGIC_CMD=file
 
26865
+case $deplibs_check_method in
 
26866
+file_magic*)
 
26867
+  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
 
26868
+    { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
 
26869
+echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; }
 
26870
+if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
 
26871
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
26872
+else
 
26873
+  case $MAGIC_CMD in
 
26874
+[\\/*] |  ?:[\\/]*)
 
26875
+  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
 
26876
   ;;
 
26877
+*)
 
26878
+  lt_save_MAGIC_CMD="$MAGIC_CMD"
 
26879
+  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
26880
+  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
 
26881
+  for ac_dir in $ac_dummy; do
 
26882
+    IFS="$lt_save_ifs"
 
26883
+    test -z "$ac_dir" && ac_dir=.
 
26884
+    if test -f $ac_dir/${ac_tool_prefix}file; then
 
26885
+      lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
 
26886
+      if test -n "$file_magic_test_file"; then
 
26887
+       case $deplibs_check_method in
 
26888
+       "file_magic "*)
 
26889
+         file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
 
26890
+         MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
26891
+         if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
 
26892
+           $EGREP "$file_magic_regex" > /dev/null; then
 
26893
+           :
 
26894
+         else
 
26895
+           cat <<_LT_EOF 1>&2
 
26896
 
 
26897
-rdos*)
 
26898
-  dynamic_linker=no
 
26899
-  ;;
 
26900
+*** Warning: the command libtool uses to detect shared libraries,
 
26901
+*** $file_magic_cmd, produces output that libtool cannot recognize.
 
26902
+*** The result is that libtool may fail to recognize shared libraries
 
26903
+*** as such.  This will affect the creation of libtool libraries that
 
26904
+*** depend on shared libraries, but programs linked with such libtool
 
26905
+*** libraries will work regardless of this problem.  Nevertheless, you
 
26906
+*** may want to report the problem to your system manager and/or to
 
26907
+*** bug-libtool@gnu.org
 
26908
 
 
26909
-solaris*)
 
26910
-  version_type=linux
 
26911
-  need_lib_prefix=no
 
26912
-  need_version=no
 
26913
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
26914
-  soname_spec='${libname}${release}${shared_ext}$major'
 
26915
-  shlibpath_var=LD_LIBRARY_PATH
 
26916
-  shlibpath_overrides_runpath=yes
 
26917
-  hardcode_into_libs=yes
 
26918
-  # ldd complains unless libraries are executable
 
26919
-  postinstall_cmds='chmod +x $lib'
 
26920
+_LT_EOF
 
26921
+         fi ;;
 
26922
+       esac
 
26923
+      fi
 
26924
+      break
 
26925
+    fi
 
26926
+  done
 
26927
+  IFS="$lt_save_ifs"
 
26928
+  MAGIC_CMD="$lt_save_MAGIC_CMD"
 
26929
   ;;
 
26930
+esac
 
26931
+fi
 
26932
 
 
26933
-sunos4*)
 
26934
-  version_type=sunos
 
26935
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
26936
-  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
 
26937
-  shlibpath_var=LD_LIBRARY_PATH
 
26938
-  shlibpath_overrides_runpath=yes
 
26939
-  if test "$with_gnu_ld" = yes; then
 
26940
-    need_lib_prefix=no
 
26941
-  fi
 
26942
-  need_version=yes
 
26943
-  ;;
 
26944
+MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
26945
+if test -n "$MAGIC_CMD"; then
 
26946
+  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 
26947
+echo "${ECHO_T}$MAGIC_CMD" >&6; }
 
26948
+else
 
26949
+  { echo "$as_me:$LINENO: result: no" >&5
 
26950
+echo "${ECHO_T}no" >&6; }
 
26951
+fi
 
26952
 
 
26953
-sysv4 | sysv4.3*)
 
26954
-  version_type=linux
 
26955
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
26956
-  soname_spec='${libname}${release}${shared_ext}$major'
 
26957
-  shlibpath_var=LD_LIBRARY_PATH
 
26958
-  case $host_vendor in
 
26959
-    sni)
 
26960
-      shlibpath_overrides_runpath=no
 
26961
-      need_lib_prefix=no
 
26962
-      export_dynamic_flag_spec='${wl}-Blargedynsym'
 
26963
-      runpath_var=LD_RUN_PATH
 
26964
-      ;;
 
26965
-    siemens)
 
26966
-      need_lib_prefix=no
 
26967
-      ;;
 
26968
-    motorola)
 
26969
-      need_lib_prefix=no
 
26970
-      need_version=no
 
26971
-      shlibpath_overrides_runpath=no
 
26972
-      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
 
26973
-      ;;
 
26974
-  esac
 
26975
-  ;;
 
26976
 
 
26977
-sysv4*MP*)
 
26978
-  if test -d /usr/nec ;then
 
26979
-    version_type=linux
 
26980
-    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
 
26981
-    soname_spec='$libname${shared_ext}.$major'
 
26982
-    shlibpath_var=LD_LIBRARY_PATH
 
26983
-  fi
 
26984
-  ;;
 
26985
 
 
26986
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
 
26987
-  version_type=freebsd-elf
 
26988
-  need_lib_prefix=no
 
26989
-  need_version=no
 
26990
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
 
26991
-  soname_spec='${libname}${release}${shared_ext}$major'
 
26992
-  shlibpath_var=LD_LIBRARY_PATH
 
26993
-  hardcode_into_libs=yes
 
26994
-  if test "$with_gnu_ld" = yes; then
 
26995
-    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
 
26996
-    shlibpath_overrides_runpath=no
 
26997
-  else
 
26998
-    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
 
26999
-    shlibpath_overrides_runpath=yes
 
27000
-    case $host_os in
 
27001
-      sco3.2v5*)
 
27002
-        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
 
27003
-       ;;
 
27004
-    esac
 
27005
-  fi
 
27006
-  sys_lib_dlsearch_path_spec='/usr/lib'
 
27007
-  ;;
 
27008
 
 
27009
-uts4*)
 
27010
-  version_type=linux
 
27011
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
27012
-  soname_spec='${libname}${release}${shared_ext}$major'
 
27013
-  shlibpath_var=LD_LIBRARY_PATH
 
27014
-  ;;
 
27015
 
 
27016
+if test -z "$lt_cv_path_MAGIC_CMD"; then
 
27017
+  if test -n "$ac_tool_prefix"; then
 
27018
+    { echo "$as_me:$LINENO: checking for file" >&5
 
27019
+echo $ECHO_N "checking for file... $ECHO_C" >&6; }
 
27020
+if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
 
27021
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
27022
+else
 
27023
+  case $MAGIC_CMD in
 
27024
+[\\/*] |  ?:[\\/]*)
 
27025
+  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
 
27026
+  ;;
 
27027
 *)
 
27028
-  dynamic_linker=no
 
27029
+  lt_save_MAGIC_CMD="$MAGIC_CMD"
 
27030
+  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
27031
+  ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
 
27032
+  for ac_dir in $ac_dummy; do
 
27033
+    IFS="$lt_save_ifs"
 
27034
+    test -z "$ac_dir" && ac_dir=.
 
27035
+    if test -f $ac_dir/file; then
 
27036
+      lt_cv_path_MAGIC_CMD="$ac_dir/file"
 
27037
+      if test -n "$file_magic_test_file"; then
 
27038
+       case $deplibs_check_method in
 
27039
+       "file_magic "*)
 
27040
+         file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
 
27041
+         MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
27042
+         if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
 
27043
+           $EGREP "$file_magic_regex" > /dev/null; then
 
27044
+           :
 
27045
+         else
 
27046
+           cat <<_LT_EOF 1>&2
 
27047
+
 
27048
+*** Warning: the command libtool uses to detect shared libraries,
 
27049
+*** $file_magic_cmd, produces output that libtool cannot recognize.
 
27050
+*** The result is that libtool may fail to recognize shared libraries
 
27051
+*** as such.  This will affect the creation of libtool libraries that
 
27052
+*** depend on shared libraries, but programs linked with such libtool
 
27053
+*** libraries will work regardless of this problem.  Nevertheless, you
 
27054
+*** may want to report the problem to your system manager and/or to
 
27055
+*** bug-libtool@gnu.org
 
27056
+
 
27057
+_LT_EOF
 
27058
+         fi ;;
 
27059
+       esac
 
27060
+      fi
 
27061
+      break
 
27062
+    fi
 
27063
+  done
 
27064
+  IFS="$lt_save_ifs"
 
27065
+  MAGIC_CMD="$lt_save_MAGIC_CMD"
 
27066
   ;;
 
27067
 esac
 
27068
-{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
27069
-$as_echo "$dynamic_linker" >&6; }
 
27070
-test "$dynamic_linker" = no && can_build_shared=no
 
27071
-
 
27072
-if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
 
27073
-  $as_echo_n "(cached) " >&6
 
27074
-else
 
27075
-  lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
 
27076
 fi
 
27077
 
 
27078
-sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
 
27079
-if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
 
27080
-  $as_echo_n "(cached) " >&6
 
27081
+MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
27082
+if test -n "$MAGIC_CMD"; then
 
27083
+  { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 
27084
+echo "${ECHO_T}$MAGIC_CMD" >&6; }
 
27085
 else
 
27086
-  lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
 
27087
+  { echo "$as_me:$LINENO: result: no" >&5
 
27088
+echo "${ECHO_T}no" >&6; }
 
27089
 fi
 
27090
 
 
27091
-sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
 
27092
 
 
27093
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 
27094
-if test "$GCC" = yes; then
 
27095
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
27096
+  else
 
27097
+    MAGIC_CMD=:
 
27098
+  fi
 
27099
 fi
 
27100
 
 
27101
-{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
27102
-$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
 
27103
-hardcode_action=
 
27104
-if test -n "$hardcode_libdir_flag_spec" || \
 
27105
-   test -n "$runpath_var" || \
 
27106
-   test "X$hardcode_automatic" = "Xyes" ; then
 
27107
+  fi
 
27108
+  ;;
 
27109
+esac
 
27110
 
 
27111
-  # We can hardcode non-existant directories.
 
27112
-  if test "$hardcode_direct" != no &&
 
27113
-     # If the only mechanism to avoid hardcoding is shlibpath_var, we
 
27114
-     # have to relink, otherwise we might link with an installed library
 
27115
-     # when we should be linking with a yet-to-be-installed one
 
27116
-     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, )" != no &&
 
27117
-     test "$hardcode_minus_L" != no; then
 
27118
-    # Linking always hardcodes the temporary library directory.
 
27119
-    hardcode_action=relink
 
27120
-  else
 
27121
-    # We can link without hardcoding, and we can hardcode nonexisting dirs.
 
27122
-    hardcode_action=immediate
 
27123
-  fi
 
27124
-else
 
27125
-  # We cannot hardcode anything, or else we can only hardcode existing
 
27126
-  # directories.
 
27127
-  hardcode_action=unsupported
 
27128
-fi
 
27129
-{ $as_echo "$as_me:$LINENO: result: $hardcode_action" >&5
 
27130
-$as_echo "$hardcode_action" >&6; }
 
27131
+# Use C for the default configuration in the libtool script
 
27132
 
 
27133
-if test "$hardcode_action" = relink; then
 
27134
-  # Fast installation is not supported
 
27135
-  enable_fast_install=no
 
27136
-elif test "$shlibpath_overrides_runpath" = yes ||
 
27137
-     test "$enable_shared" = no; then
 
27138
-  # Fast installation is not necessary
 
27139
-  enable_fast_install=needless
 
27140
-fi
 
27141
+lt_save_CC="$CC"
 
27142
+ac_ext=c
 
27143
+ac_cpp='$CPP $CPPFLAGS'
 
27144
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
27145
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
27146
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
27147
 
 
27148
-striplib=
 
27149
-old_striplib=
 
27150
-{ $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
 
27151
-$as_echo_n "checking whether stripping libraries is possible... " >&6; }
 
27152
-if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
 
27153
-  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
 
27154
-  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
 
27155
-  { $as_echo "$as_me:$LINENO: result: yes" >&5
 
27156
-$as_echo "yes" >&6; }
 
27157
-else
 
27158
-# FIXME - insert some real tests, host_os isn't really good enough
 
27159
-  case $host_os in
 
27160
-   darwin*)
 
27161
-       if test -n "$STRIP" ; then
 
27162
-         striplib="$STRIP -x"
 
27163
-         old_striplib="$STRIP -S"
 
27164
-         { $as_echo "$as_me:$LINENO: result: yes" >&5
 
27165
-$as_echo "yes" >&6; }
 
27166
-       else
 
27167
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
27168
-$as_echo "no" >&6; }
 
27169
-fi
 
27170
-       ;;
 
27171
-   *)
 
27172
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
27173
-$as_echo "no" >&6; }
 
27174
-    ;;
 
27175
-  esac
 
27176
-fi
 
27177
 
 
27178
-if test "x$enable_dlopen" != xyes; then
 
27179
-  enable_dlopen=unknown
 
27180
-  enable_dlopen_self=unknown
 
27181
-  enable_dlopen_self_static=unknown
 
27182
-else
 
27183
-  lt_cv_dlopen=no
 
27184
-  lt_cv_dlopen_libs=
 
27185
+# Source file extension for C test sources.
 
27186
+ac_ext=c
 
27187
 
 
27188
-  case $host_os in
 
27189
-  beos*)
 
27190
-    lt_cv_dlopen="load_add_on"
 
27191
-    lt_cv_dlopen_libs=
 
27192
-    lt_cv_dlopen_self=yes
 
27193
-    ;;
 
27194
+# Object file extension for compiled C test sources.
 
27195
+objext=o
 
27196
+objext=$objext
 
27197
 
 
27198
-  mingw* | pw32*)
 
27199
-    lt_cv_dlopen="LoadLibrary"
 
27200
-    lt_cv_dlopen_libs=
 
27201
-   ;;
 
27202
+# Code to be used in simple compile tests
 
27203
+lt_simple_compile_test_code="int some_variable = 0;"
 
27204
 
 
27205
-  cygwin*)
 
27206
-    lt_cv_dlopen="dlopen"
 
27207
-    lt_cv_dlopen_libs=
 
27208
-   ;;
 
27209
+# Code to be used in simple link tests
 
27210
+lt_simple_link_test_code='int main(){return(0);}'
 
27211
 
 
27212
-  darwin*)
 
27213
-  # if libdl is installed we need to link against it
 
27214
-    { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 
27215
-$as_echo_n "checking for dlopen in -ldl... " >&6; }
 
27216
-if test "${ac_cv_lib_dl_dlopen+set}" = set; then
 
27217
-  $as_echo_n "(cached) " >&6
 
27218
-else
 
27219
-  ac_check_lib_save_LIBS=$LIBS
 
27220
-LIBS="-ldl  $LIBS"
 
27221
-cat >conftest.$ac_ext <<_ACEOF
 
27222
-/* confdefs.h.  */
 
27223
-_ACEOF
 
27224
-cat confdefs.h >>conftest.$ac_ext
 
27225
-cat >>conftest.$ac_ext <<_ACEOF
 
27226
-/* end confdefs.h.  */
 
27227
 
 
27228
-/* Override any GCC internal prototype to avoid an error.
 
27229
-   Use char because int might match the return type of a GCC
 
27230
-   builtin and then its argument prototype would still apply.  */
 
27231
-#ifdef __cplusplus
 
27232
-extern "C"
 
27233
-#endif
 
27234
-char dlopen ();
 
27235
-int
 
27236
-main ()
 
27237
-{
 
27238
-return dlopen ();
 
27239
-  ;
 
27240
-  return 0;
 
27241
-}
 
27242
-_ACEOF
 
27243
-rm -f conftest.$ac_objext conftest$ac_exeext
 
27244
-if { (ac_try="$ac_link"
 
27245
-case "(($ac_try" in
 
27246
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27247
-  *) ac_try_echo=$ac_try;;
 
27248
-esac
 
27249
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
27250
-$as_echo "$ac_try_echo") >&5
 
27251
-  (eval "$ac_link") 2>conftest.er1
 
27252
-  ac_status=$?
 
27253
-  grep -v '^ *+' conftest.er1 >conftest.err
 
27254
-  rm -f conftest.er1
 
27255
-  cat conftest.err >&5
 
27256
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27257
-  (exit $ac_status); } && {
 
27258
-        test -z "$ac_c_werror_flag" ||
 
27259
-        test ! -s conftest.err
 
27260
-       } && test -s conftest$ac_exeext && {
 
27261
-        test "$cross_compiling" = yes ||
 
27262
-        $as_test_x conftest$ac_exeext
 
27263
-       }; then
 
27264
-  ac_cv_lib_dl_dlopen=yes
 
27265
-else
 
27266
-  $as_echo "$as_me: failed program was:" >&5
 
27267
-sed 's/^/| /' conftest.$ac_ext >&5
 
27268
 
 
27269
-       ac_cv_lib_dl_dlopen=no
 
27270
-fi
 
27271
 
 
27272
-rm -rf conftest.dSYM
 
27273
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
27274
-      conftest$ac_exeext conftest.$ac_ext
 
27275
-LIBS=$ac_check_lib_save_LIBS
 
27276
-fi
 
27277
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 
27278
-$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
 
27279
-if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
 
27280
-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 
27281
-else
 
27282
 
 
27283
-    lt_cv_dlopen="dyld"
 
27284
-    lt_cv_dlopen_libs=
 
27285
-    lt_cv_dlopen_self=yes
 
27286
 
 
27287
-fi
 
27288
 
 
27289
-   ;;
 
27290
+# If no C compiler was specified, use CC.
 
27291
+LTCC=${LTCC-"$CC"}
 
27292
 
 
27293
-  *)
 
27294
-    { $as_echo "$as_me:$LINENO: checking for shl_load" >&5
 
27295
-$as_echo_n "checking for shl_load... " >&6; }
 
27296
-if test "${ac_cv_func_shl_load+set}" = set; then
 
27297
-  $as_echo_n "(cached) " >&6
 
27298
-else
 
27299
-  cat >conftest.$ac_ext <<_ACEOF
 
27300
-/* confdefs.h.  */
 
27301
-_ACEOF
 
27302
-cat confdefs.h >>conftest.$ac_ext
 
27303
-cat >>conftest.$ac_ext <<_ACEOF
 
27304
-/* end confdefs.h.  */
 
27305
-/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
 
27306
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
27307
-#define shl_load innocuous_shl_load
 
27308
+# If no C compiler flags were specified, use CFLAGS.
 
27309
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
 
27310
 
 
27311
-/* System header to define __stub macros and hopefully few prototypes,
 
27312
-    which can conflict with char shl_load (); below.
 
27313
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
27314
-    <limits.h> exists even on freestanding compilers.  */
 
27315
+# Allow CC to be a program name with arguments.
 
27316
+compiler=$CC
 
27317
 
 
27318
-#ifdef __STDC__
 
27319
-# include <limits.h>
 
27320
-#else
 
27321
-# include <assert.h>
 
27322
-#endif
 
27323
+# Save the default compiler, since it gets overwritten when the other
 
27324
+# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
 
27325
+compiler_DEFAULT=$CC
 
27326
 
 
27327
-#undef shl_load
 
27328
+# save warnings/boilerplate of simple test code
 
27329
+ac_outfile=conftest.$ac_objext
 
27330
+echo "$lt_simple_compile_test_code" >conftest.$ac_ext
 
27331
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
27332
+_lt_compiler_boilerplate=`cat conftest.err`
 
27333
+$RM conftest*
 
27334
 
 
27335
-/* Override any GCC internal prototype to avoid an error.
 
27336
-   Use char because int might match the return type of a GCC
 
27337
-   builtin and then its argument prototype would still apply.  */
 
27338
-#ifdef __cplusplus
 
27339
-extern "C"
 
27340
-#endif
 
27341
-char shl_load ();
 
27342
-/* The GNU C library defines this for functions which it implements
 
27343
-    to always fail with ENOSYS.  Some functions are actually named
 
27344
-    something starting with __ and the normal name is an alias.  */
 
27345
-#if defined __stub_shl_load || defined __stub___shl_load
 
27346
-choke me
 
27347
-#endif
 
27348
+ac_outfile=conftest.$ac_objext
 
27349
+echo "$lt_simple_link_test_code" >conftest.$ac_ext
 
27350
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
27351
+_lt_linker_boilerplate=`cat conftest.err`
 
27352
+$RM -r conftest*
 
27353
 
 
27354
-int
 
27355
-main ()
 
27356
-{
 
27357
-return shl_load ();
 
27358
-  ;
 
27359
-  return 0;
 
27360
-}
 
27361
-_ACEOF
 
27362
-rm -f conftest.$ac_objext conftest$ac_exeext
 
27363
-if { (ac_try="$ac_link"
 
27364
-case "(($ac_try" in
 
27365
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27366
-  *) ac_try_echo=$ac_try;;
 
27367
-esac
 
27368
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
27369
-$as_echo "$ac_try_echo") >&5
 
27370
-  (eval "$ac_link") 2>conftest.er1
 
27371
-  ac_status=$?
 
27372
-  grep -v '^ *+' conftest.er1 >conftest.err
 
27373
-  rm -f conftest.er1
 
27374
-  cat conftest.err >&5
 
27375
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27376
-  (exit $ac_status); } && {
 
27377
-        test -z "$ac_c_werror_flag" ||
 
27378
-        test ! -s conftest.err
 
27379
-       } && test -s conftest$ac_exeext && {
 
27380
-        test "$cross_compiling" = yes ||
 
27381
-        $as_test_x conftest$ac_exeext
 
27382
-       }; then
 
27383
-  ac_cv_func_shl_load=yes
 
27384
+
 
27385
+if test -n "$compiler"; then
 
27386
+
 
27387
+lt_prog_compiler_no_builtin_flag=
 
27388
+
 
27389
+if test "$GCC" = yes; then
 
27390
+  lt_prog_compiler_no_builtin_flag=' -fno-builtin'
 
27391
+
 
27392
+  { echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
 
27393
+echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; }
 
27394
+if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
 
27395
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
27396
 else
 
27397
-  $as_echo "$as_me: failed program was:" >&5
 
27398
-sed 's/^/| /' conftest.$ac_ext >&5
 
27399
+  lt_cv_prog_compiler_rtti_exceptions=no
 
27400
+   ac_outfile=conftest.$ac_objext
 
27401
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
27402
+   lt_compiler_flag="-fno-rtti -fno-exceptions"
 
27403
+   # Insert the option either (1) after the last *FLAGS variable, or
 
27404
+   # (2) before a word containing "conftest.", or (3) at the end.
 
27405
+   # Note that $ac_compile itself does not contain backslashes and begins
 
27406
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
27407
+   # The option is referenced via a variable to avoid confusing sed.
 
27408
+   lt_compile=`echo "$ac_compile" | $SED \
 
27409
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
27410
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
27411
+   -e 's:$: $lt_compiler_flag:'`
 
27412
+   (eval echo "\"\$as_me:11215: $lt_compile\"" >&5)
 
27413
+   (eval "$lt_compile" 2>conftest.err)
 
27414
+   ac_status=$?
 
27415
+   cat conftest.err >&5
 
27416
+   echo "$as_me:11219: \$? = $ac_status" >&5
 
27417
+   if (exit $ac_status) && test -s "$ac_outfile"; then
 
27418
+     # The compiler can only warn and ignore the option if not recognized
 
27419
+     # So say no if there are warnings other than the usual output.
 
27420
+     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
27421
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
27422
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
 
27423
+       lt_cv_prog_compiler_rtti_exceptions=yes
 
27424
+     fi
 
27425
+   fi
 
27426
+   $RM conftest*
 
27427
 
 
27428
-       ac_cv_func_shl_load=no
 
27429
 fi
 
27430
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
 
27431
+echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; }
 
27432
 
 
27433
-rm -rf conftest.dSYM
 
27434
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
27435
-      conftest$ac_exeext conftest.$ac_ext
 
27436
-fi
 
27437
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
 
27438
-$as_echo "$ac_cv_func_shl_load" >&6; }
 
27439
-if test "x$ac_cv_func_shl_load" = x""yes; then
 
27440
-  lt_cv_dlopen="shl_load"
 
27441
-else
 
27442
-  { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
 
27443
-$as_echo_n "checking for shl_load in -ldld... " >&6; }
 
27444
-if test "${ac_cv_lib_dld_shl_load+set}" = set; then
 
27445
-  $as_echo_n "(cached) " >&6
 
27446
+if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
 
27447
+    lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
 
27448
 else
 
27449
-  ac_check_lib_save_LIBS=$LIBS
 
27450
-LIBS="-ldld  $LIBS"
 
27451
-cat >conftest.$ac_ext <<_ACEOF
 
27452
-/* confdefs.h.  */
 
27453
-_ACEOF
 
27454
-cat confdefs.h >>conftest.$ac_ext
 
27455
-cat >>conftest.$ac_ext <<_ACEOF
 
27456
-/* end confdefs.h.  */
 
27457
+    :
 
27458
+fi
 
27459
 
 
27460
-/* Override any GCC internal prototype to avoid an error.
 
27461
-   Use char because int might match the return type of a GCC
 
27462
-   builtin and then its argument prototype would still apply.  */
 
27463
-#ifdef __cplusplus
 
27464
-extern "C"
 
27465
-#endif
 
27466
-char shl_load ();
 
27467
-int
 
27468
-main ()
 
27469
-{
 
27470
-return shl_load ();
 
27471
-  ;
 
27472
-  return 0;
 
27473
-}
 
27474
-_ACEOF
 
27475
-rm -f conftest.$ac_objext conftest$ac_exeext
 
27476
-if { (ac_try="$ac_link"
 
27477
-case "(($ac_try" in
 
27478
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27479
-  *) ac_try_echo=$ac_try;;
 
27480
-esac
 
27481
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
27482
-$as_echo "$ac_try_echo") >&5
 
27483
-  (eval "$ac_link") 2>conftest.er1
 
27484
-  ac_status=$?
 
27485
-  grep -v '^ *+' conftest.er1 >conftest.err
 
27486
-  rm -f conftest.er1
 
27487
-  cat conftest.err >&5
 
27488
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27489
-  (exit $ac_status); } && {
 
27490
-        test -z "$ac_c_werror_flag" ||
 
27491
-        test ! -s conftest.err
 
27492
-       } && test -s conftest$ac_exeext && {
 
27493
-        test "$cross_compiling" = yes ||
 
27494
-        $as_test_x conftest$ac_exeext
 
27495
-       }; then
 
27496
-  ac_cv_lib_dld_shl_load=yes
 
27497
-else
 
27498
-  $as_echo "$as_me: failed program was:" >&5
 
27499
-sed 's/^/| /' conftest.$ac_ext >&5
 
27500
-
 
27501
-       ac_cv_lib_dld_shl_load=no
 
27502
 fi
 
27503
 
 
27504
-rm -rf conftest.dSYM
 
27505
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
27506
-      conftest$ac_exeext conftest.$ac_ext
 
27507
-LIBS=$ac_check_lib_save_LIBS
 
27508
-fi
 
27509
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
 
27510
-$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
 
27511
-if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
 
27512
-  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
 
27513
-else
 
27514
-  { $as_echo "$as_me:$LINENO: checking for dlopen" >&5
 
27515
-$as_echo_n "checking for dlopen... " >&6; }
 
27516
-if test "${ac_cv_func_dlopen+set}" = set; then
 
27517
-  $as_echo_n "(cached) " >&6
 
27518
-else
 
27519
-  cat >conftest.$ac_ext <<_ACEOF
 
27520
-/* confdefs.h.  */
 
27521
-_ACEOF
 
27522
-cat confdefs.h >>conftest.$ac_ext
 
27523
-cat >>conftest.$ac_ext <<_ACEOF
 
27524
-/* end confdefs.h.  */
 
27525
-/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
 
27526
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
27527
-#define dlopen innocuous_dlopen
 
27528
-
 
27529
-/* System header to define __stub macros and hopefully few prototypes,
 
27530
-    which can conflict with char dlopen (); below.
 
27531
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
27532
-    <limits.h> exists even on freestanding compilers.  */
 
27533
 
 
27534
-#ifdef __STDC__
 
27535
-# include <limits.h>
 
27536
-#else
 
27537
-# include <assert.h>
 
27538
-#endif
 
27539
 
 
27540
-#undef dlopen
 
27541
 
 
27542
-/* Override any GCC internal prototype to avoid an error.
 
27543
-   Use char because int might match the return type of a GCC
 
27544
-   builtin and then its argument prototype would still apply.  */
 
27545
-#ifdef __cplusplus
 
27546
-extern "C"
 
27547
-#endif
 
27548
-char dlopen ();
 
27549
-/* The GNU C library defines this for functions which it implements
 
27550
-    to always fail with ENOSYS.  Some functions are actually named
 
27551
-    something starting with __ and the normal name is an alias.  */
 
27552
-#if defined __stub_dlopen || defined __stub___dlopen
 
27553
-choke me
 
27554
-#endif
 
27555
 
 
27556
-int
 
27557
-main ()
 
27558
-{
 
27559
-return dlopen ();
 
27560
-  ;
 
27561
-  return 0;
 
27562
-}
 
27563
-_ACEOF
 
27564
-rm -f conftest.$ac_objext conftest$ac_exeext
 
27565
-if { (ac_try="$ac_link"
 
27566
-case "(($ac_try" in
 
27567
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27568
-  *) ac_try_echo=$ac_try;;
 
27569
-esac
 
27570
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
27571
-$as_echo "$ac_try_echo") >&5
 
27572
-  (eval "$ac_link") 2>conftest.er1
 
27573
-  ac_status=$?
 
27574
-  grep -v '^ *+' conftest.er1 >conftest.err
 
27575
-  rm -f conftest.er1
 
27576
-  cat conftest.err >&5
 
27577
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27578
-  (exit $ac_status); } && {
 
27579
-        test -z "$ac_c_werror_flag" ||
 
27580
-        test ! -s conftest.err
 
27581
-       } && test -s conftest$ac_exeext && {
 
27582
-        test "$cross_compiling" = yes ||
 
27583
-        $as_test_x conftest$ac_exeext
 
27584
-       }; then
 
27585
-  ac_cv_func_dlopen=yes
 
27586
-else
 
27587
-  $as_echo "$as_me: failed program was:" >&5
 
27588
-sed 's/^/| /' conftest.$ac_ext >&5
 
27589
 
 
27590
-       ac_cv_func_dlopen=no
 
27591
-fi
 
27592
+  lt_prog_compiler_wl=
 
27593
+lt_prog_compiler_pic=
 
27594
+lt_prog_compiler_static=
 
27595
 
 
27596
-rm -rf conftest.dSYM
 
27597
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
27598
-      conftest$ac_exeext conftest.$ac_ext
 
27599
-fi
 
27600
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
 
27601
-$as_echo "$ac_cv_func_dlopen" >&6; }
 
27602
-if test "x$ac_cv_func_dlopen" = x""yes; then
 
27603
-  lt_cv_dlopen="dlopen"
 
27604
-else
 
27605
-  { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 
27606
-$as_echo_n "checking for dlopen in -ldl... " >&6; }
 
27607
-if test "${ac_cv_lib_dl_dlopen+set}" = set; then
 
27608
-  $as_echo_n "(cached) " >&6
 
27609
-else
 
27610
-  ac_check_lib_save_LIBS=$LIBS
 
27611
-LIBS="-ldl  $LIBS"
 
27612
-cat >conftest.$ac_ext <<_ACEOF
 
27613
-/* confdefs.h.  */
 
27614
-_ACEOF
 
27615
-cat confdefs.h >>conftest.$ac_ext
 
27616
-cat >>conftest.$ac_ext <<_ACEOF
 
27617
-/* end confdefs.h.  */
 
27618
+{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
27619
+echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
 
27620
 
 
27621
-/* Override any GCC internal prototype to avoid an error.
 
27622
-   Use char because int might match the return type of a GCC
 
27623
-   builtin and then its argument prototype would still apply.  */
 
27624
-#ifdef __cplusplus
 
27625
-extern "C"
 
27626
-#endif
 
27627
-char dlopen ();
 
27628
-int
 
27629
-main ()
 
27630
-{
 
27631
-return dlopen ();
 
27632
-  ;
 
27633
-  return 0;
 
27634
-}
 
27635
-_ACEOF
 
27636
-rm -f conftest.$ac_objext conftest$ac_exeext
 
27637
-if { (ac_try="$ac_link"
 
27638
-case "(($ac_try" in
 
27639
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27640
-  *) ac_try_echo=$ac_try;;
 
27641
-esac
 
27642
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
27643
-$as_echo "$ac_try_echo") >&5
 
27644
-  (eval "$ac_link") 2>conftest.er1
 
27645
-  ac_status=$?
 
27646
-  grep -v '^ *+' conftest.er1 >conftest.err
 
27647
-  rm -f conftest.er1
 
27648
-  cat conftest.err >&5
 
27649
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27650
-  (exit $ac_status); } && {
 
27651
-        test -z "$ac_c_werror_flag" ||
 
27652
-        test ! -s conftest.err
 
27653
-       } && test -s conftest$ac_exeext && {
 
27654
-        test "$cross_compiling" = yes ||
 
27655
-        $as_test_x conftest$ac_exeext
 
27656
-       }; then
 
27657
-  ac_cv_lib_dl_dlopen=yes
 
27658
-else
 
27659
-  $as_echo "$as_me: failed program was:" >&5
 
27660
-sed 's/^/| /' conftest.$ac_ext >&5
 
27661
+  if test "$GCC" = yes; then
 
27662
+    lt_prog_compiler_wl='-Wl,'
 
27663
+    lt_prog_compiler_static='-static'
 
27664
 
 
27665
-       ac_cv_lib_dl_dlopen=no
 
27666
-fi
 
27667
+    case $host_os in
 
27668
+      aix*)
 
27669
+      # All AIX code is PIC.
 
27670
+      if test "$host_cpu" = ia64; then
 
27671
+       # AIX 5 now supports IA64 processor
 
27672
+       lt_prog_compiler_static='-Bstatic'
 
27673
+      fi
 
27674
+      ;;
 
27675
 
 
27676
-rm -rf conftest.dSYM
 
27677
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
27678
-      conftest$ac_exeext conftest.$ac_ext
 
27679
-LIBS=$ac_check_lib_save_LIBS
 
27680
-fi
 
27681
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 
27682
-$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
 
27683
-if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
 
27684
-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 
27685
-else
 
27686
-  { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
 
27687
-$as_echo_n "checking for dlopen in -lsvld... " >&6; }
 
27688
-if test "${ac_cv_lib_svld_dlopen+set}" = set; then
 
27689
-  $as_echo_n "(cached) " >&6
 
27690
-else
 
27691
-  ac_check_lib_save_LIBS=$LIBS
 
27692
-LIBS="-lsvld  $LIBS"
 
27693
-cat >conftest.$ac_ext <<_ACEOF
 
27694
-/* confdefs.h.  */
 
27695
-_ACEOF
 
27696
-cat confdefs.h >>conftest.$ac_ext
 
27697
-cat >>conftest.$ac_ext <<_ACEOF
 
27698
-/* end confdefs.h.  */
 
27699
+    amigaos*)
 
27700
+      case $host_cpu in
 
27701
+      powerpc)
 
27702
+            # see comment about AmigaOS4 .so support
 
27703
+            lt_prog_compiler_pic='-fPIC'
 
27704
+        ;;
 
27705
+      m68k)
 
27706
+            # FIXME: we need at least 68020 code to build shared libraries, but
 
27707
+            # adding the `-m68020' flag to GCC prevents building anything better,
 
27708
+            # like `-m68040'.
 
27709
+            lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
 
27710
+        ;;
 
27711
+      esac
 
27712
+      ;;
 
27713
 
 
27714
-/* Override any GCC internal prototype to avoid an error.
 
27715
-   Use char because int might match the return type of a GCC
 
27716
-   builtin and then its argument prototype would still apply.  */
 
27717
-#ifdef __cplusplus
 
27718
-extern "C"
 
27719
-#endif
 
27720
-char dlopen ();
 
27721
-int
 
27722
-main ()
 
27723
-{
 
27724
-return dlopen ();
 
27725
-  ;
 
27726
-  return 0;
 
27727
-}
 
27728
-_ACEOF
 
27729
-rm -f conftest.$ac_objext conftest$ac_exeext
 
27730
-if { (ac_try="$ac_link"
 
27731
-case "(($ac_try" in
 
27732
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27733
-  *) ac_try_echo=$ac_try;;
 
27734
-esac
 
27735
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
27736
-$as_echo "$ac_try_echo") >&5
 
27737
-  (eval "$ac_link") 2>conftest.er1
 
27738
-  ac_status=$?
 
27739
-  grep -v '^ *+' conftest.er1 >conftest.err
 
27740
-  rm -f conftest.er1
 
27741
-  cat conftest.err >&5
 
27742
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27743
-  (exit $ac_status); } && {
 
27744
-        test -z "$ac_c_werror_flag" ||
 
27745
-        test ! -s conftest.err
 
27746
-       } && test -s conftest$ac_exeext && {
 
27747
-        test "$cross_compiling" = yes ||
 
27748
-        $as_test_x conftest$ac_exeext
 
27749
-       }; then
 
27750
-  ac_cv_lib_svld_dlopen=yes
 
27751
-else
 
27752
-  $as_echo "$as_me: failed program was:" >&5
 
27753
-sed 's/^/| /' conftest.$ac_ext >&5
 
27754
+    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
27755
+      # PIC is the default for these OSes.
 
27756
+      ;;
 
27757
 
 
27758
-       ac_cv_lib_svld_dlopen=no
 
27759
-fi
 
27760
+    mingw* | cygwin* | pw32* | os2*)
 
27761
+      # This hack is so that the source file can tell whether it is being
 
27762
+      # built for inclusion in a dll (and should export symbols for example).
 
27763
+      # Although the cygwin gcc ignores -fPIC, still need this for old-style
 
27764
+      # (--disable-auto-import) libraries
 
27765
+      lt_prog_compiler_pic='-DDLL_EXPORT'
 
27766
+      ;;
 
27767
 
 
27768
-rm -rf conftest.dSYM
 
27769
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
27770
-      conftest$ac_exeext conftest.$ac_ext
 
27771
-LIBS=$ac_check_lib_save_LIBS
 
27772
-fi
 
27773
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
 
27774
-$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
 
27775
-if test "x$ac_cv_lib_svld_dlopen" = x""yes; then
 
27776
-  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
 
27777
-else
 
27778
-  { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
 
27779
-$as_echo_n "checking for dld_link in -ldld... " >&6; }
 
27780
-if test "${ac_cv_lib_dld_dld_link+set}" = set; then
 
27781
-  $as_echo_n "(cached) " >&6
 
27782
-else
 
27783
-  ac_check_lib_save_LIBS=$LIBS
 
27784
-LIBS="-ldld  $LIBS"
 
27785
-cat >conftest.$ac_ext <<_ACEOF
 
27786
-/* confdefs.h.  */
 
27787
-_ACEOF
 
27788
-cat confdefs.h >>conftest.$ac_ext
 
27789
-cat >>conftest.$ac_ext <<_ACEOF
 
27790
-/* end confdefs.h.  */
 
27791
+    darwin* | rhapsody*)
 
27792
+      # PIC is the default on this platform
 
27793
+      # Common symbols not allowed in MH_DYLIB files
 
27794
+      lt_prog_compiler_pic='-fno-common'
 
27795
+      ;;
 
27796
 
 
27797
-/* Override any GCC internal prototype to avoid an error.
 
27798
-   Use char because int might match the return type of a GCC
 
27799
-   builtin and then its argument prototype would still apply.  */
 
27800
-#ifdef __cplusplus
 
27801
-extern "C"
 
27802
-#endif
 
27803
-char dld_link ();
 
27804
-int
 
27805
-main ()
 
27806
-{
 
27807
-return dld_link ();
 
27808
-  ;
 
27809
-  return 0;
 
27810
-}
 
27811
-_ACEOF
 
27812
-rm -f conftest.$ac_objext conftest$ac_exeext
 
27813
-if { (ac_try="$ac_link"
 
27814
-case "(($ac_try" in
 
27815
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27816
-  *) ac_try_echo=$ac_try;;
 
27817
-esac
 
27818
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
27819
-$as_echo "$ac_try_echo") >&5
 
27820
-  (eval "$ac_link") 2>conftest.er1
 
27821
-  ac_status=$?
 
27822
-  grep -v '^ *+' conftest.er1 >conftest.err
 
27823
-  rm -f conftest.er1
 
27824
-  cat conftest.err >&5
 
27825
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27826
-  (exit $ac_status); } && {
 
27827
-        test -z "$ac_c_werror_flag" ||
 
27828
-        test ! -s conftest.err
 
27829
-       } && test -s conftest$ac_exeext && {
 
27830
-        test "$cross_compiling" = yes ||
 
27831
-        $as_test_x conftest$ac_exeext
 
27832
-       }; then
 
27833
-  ac_cv_lib_dld_dld_link=yes
 
27834
-else
 
27835
-  $as_echo "$as_me: failed program was:" >&5
 
27836
-sed 's/^/| /' conftest.$ac_ext >&5
 
27837
+    hpux*)
 
27838
+      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
27839
+      # not for PA HP-UX.
 
27840
+      case $host_cpu in
 
27841
+      hppa*64*|ia64*)
 
27842
+       # +Z the default
 
27843
+       ;;
 
27844
+      *)
 
27845
+       lt_prog_compiler_pic='-fPIC'
 
27846
+       ;;
 
27847
+      esac
 
27848
+      ;;
 
27849
 
 
27850
-       ac_cv_lib_dld_dld_link=no
 
27851
-fi
 
27852
+    interix[3-9]*)
 
27853
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
 
27854
+      # Instead, we relocate shared libraries at runtime.
 
27855
+      ;;
 
27856
 
 
27857
-rm -rf conftest.dSYM
 
27858
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
27859
-      conftest$ac_exeext conftest.$ac_ext
 
27860
-LIBS=$ac_check_lib_save_LIBS
 
27861
-fi
 
27862
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
 
27863
-$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
 
27864
-if test "x$ac_cv_lib_dld_dld_link" = x""yes; then
 
27865
-  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
 
27866
-fi
 
27867
+    msdosdjgpp*)
 
27868
+      # Just because we use GCC doesn't mean we suddenly get shared libraries
 
27869
+      # on systems that don't support them.
 
27870
+      lt_prog_compiler_can_build_shared=no
 
27871
+      enable_shared=no
 
27872
+      ;;
 
27873
 
 
27874
+    *nto* | *qnx*)
 
27875
+      # QNX uses GNU C++, but need to define -shared option too, otherwise
 
27876
+      # it will coredump.
 
27877
+      lt_prog_compiler_pic='-fPIC -shared'
 
27878
+      ;;
 
27879
 
 
27880
-fi
 
27881
+    sysv4*MP*)
 
27882
+      if test -d /usr/nec; then
 
27883
+       lt_prog_compiler_pic=-Kconform_pic
 
27884
+      fi
 
27885
+      ;;
 
27886
 
 
27887
+    *)
 
27888
+      lt_prog_compiler_pic='-fPIC'
 
27889
+      ;;
 
27890
+    esac
 
27891
+  else
 
27892
+    # PORTME Check for flag to pass linker flags through the system compiler.
 
27893
+    case $host_os in
 
27894
+    aix*)
 
27895
+      lt_prog_compiler_wl='-Wl,'
 
27896
+      if test "$host_cpu" = ia64; then
 
27897
+       # AIX 5 now supports IA64 processor
 
27898
+       lt_prog_compiler_static='-Bstatic'
 
27899
+      else
 
27900
+       lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
 
27901
+      fi
 
27902
+      ;;
 
27903
 
 
27904
-fi
 
27905
+    mingw* | cygwin* | pw32* | os2*)
 
27906
+      # This hack is so that the source file can tell whether it is being
 
27907
+      # built for inclusion in a dll (and should export symbols for example).
 
27908
+      lt_prog_compiler_pic='-DDLL_EXPORT'
 
27909
+      ;;
 
27910
 
 
27911
+    hpux9* | hpux10* | hpux11*)
 
27912
+      lt_prog_compiler_wl='-Wl,'
 
27913
+      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
27914
+      # not for PA HP-UX.
 
27915
+      case $host_cpu in
 
27916
+      hppa*64*|ia64*)
 
27917
+       # +Z the default
 
27918
+       ;;
 
27919
+      *)
 
27920
+       lt_prog_compiler_pic='+Z'
 
27921
+       ;;
 
27922
+      esac
 
27923
+      # Is there a better lt_prog_compiler_static that works with the bundled CC?
 
27924
+      lt_prog_compiler_static='${wl}-a ${wl}archive'
 
27925
+      ;;
 
27926
 
 
27927
-fi
 
27928
+    irix5* | irix6* | nonstopux*)
 
27929
+      lt_prog_compiler_wl='-Wl,'
 
27930
+      # PIC (with -KPIC) is the default.
 
27931
+      lt_prog_compiler_static='-non_shared'
 
27932
+      ;;
 
27933
 
 
27934
+    linux* | k*bsd*-gnu)
 
27935
+      case $cc_basename in
 
27936
+      icc* | ecc* | ifort*)
 
27937
+       lt_prog_compiler_wl='-Wl,'
 
27938
+       lt_prog_compiler_pic='-KPIC'
 
27939
+       lt_prog_compiler_static='-static'
 
27940
+        ;;
 
27941
+      pgcc* | pgf77* | pgf90* | pgf95*)
 
27942
+        # Portland Group compilers (*not* the Pentium gcc compiler,
 
27943
+       # which looks to be a dead project)
 
27944
+       lt_prog_compiler_wl='-Wl,'
 
27945
+       lt_prog_compiler_pic='-fpic'
 
27946
+       lt_prog_compiler_static='-Bstatic'
 
27947
+        ;;
 
27948
+      ccc*)
 
27949
+        lt_prog_compiler_wl='-Wl,'
 
27950
+        # All Alpha code is PIC.
 
27951
+        lt_prog_compiler_static='-non_shared'
 
27952
+        ;;
 
27953
+      xl*)
 
27954
+       # IBM XL C 8.0/Fortran 10.1 on PPC
 
27955
+       lt_prog_compiler_wl='-Wl,'
 
27956
+       lt_prog_compiler_pic='-qpic'
 
27957
+       lt_prog_compiler_static='-qstaticlink'
 
27958
+       ;;
 
27959
+      *)
 
27960
+       case `$CC -V 2>&1 | sed 5q` in
 
27961
+       *Sun\ C*)
 
27962
+         # Sun C 5.9
 
27963
+         lt_prog_compiler_pic='-KPIC'
 
27964
+         lt_prog_compiler_static='-Bstatic'
 
27965
+         lt_prog_compiler_wl='-Wl,'
 
27966
+         ;;
 
27967
+       *Sun\ F*)
 
27968
+         # Sun Fortran 8.3 passes all unrecognized flags to the linker
 
27969
+         lt_prog_compiler_pic='-KPIC'
 
27970
+         lt_prog_compiler_static='-Bstatic'
 
27971
+         lt_prog_compiler_wl=''
 
27972
+         ;;
 
27973
+       esac
 
27974
+       ;;
 
27975
+      esac
 
27976
+      ;;
 
27977
 
 
27978
-fi
 
27979
+    newsos6)
 
27980
+      lt_prog_compiler_pic='-KPIC'
 
27981
+      lt_prog_compiler_static='-Bstatic'
 
27982
+      ;;
 
27983
 
 
27984
+    *nto* | *qnx*)
 
27985
+      # QNX uses GNU C++, but need to define -shared option too, otherwise
 
27986
+      # it will coredump.
 
27987
+      lt_prog_compiler_pic='-fPIC -shared'
 
27988
+      ;;
 
27989
 
 
27990
-fi
 
27991
+    osf3* | osf4* | osf5*)
 
27992
+      lt_prog_compiler_wl='-Wl,'
 
27993
+      # All OSF/1 code is PIC.
 
27994
+      lt_prog_compiler_static='-non_shared'
 
27995
+      ;;
 
27996
 
 
27997
-    ;;
 
27998
-  esac
 
27999
+    rdos*)
 
28000
+      lt_prog_compiler_static='-non_shared'
 
28001
+      ;;
 
28002
 
 
28003
-  if test "x$lt_cv_dlopen" != xno; then
 
28004
-    enable_dlopen=yes
 
28005
-  else
 
28006
-    enable_dlopen=no
 
28007
-  fi
 
28008
+    solaris*)
 
28009
+      lt_prog_compiler_pic='-KPIC'
 
28010
+      lt_prog_compiler_static='-Bstatic'
 
28011
+      case $cc_basename in
 
28012
+      f77* | f90* | f95*)
 
28013
+       lt_prog_compiler_wl='-Qoption ld ';;
 
28014
+      *)
 
28015
+       lt_prog_compiler_wl='-Wl,';;
 
28016
+      esac
 
28017
+      ;;
 
28018
 
 
28019
-  case $lt_cv_dlopen in
 
28020
-  dlopen)
 
28021
-    save_CPPFLAGS="$CPPFLAGS"
 
28022
-    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
 
28023
+    sunos4*)
 
28024
+      lt_prog_compiler_wl='-Qoption ld '
 
28025
+      lt_prog_compiler_pic='-PIC'
 
28026
+      lt_prog_compiler_static='-Bstatic'
 
28027
+      ;;
 
28028
 
 
28029
-    save_LDFLAGS="$LDFLAGS"
 
28030
-    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
 
28031
+    sysv4 | sysv4.2uw2* | sysv4.3*)
 
28032
+      lt_prog_compiler_wl='-Wl,'
 
28033
+      lt_prog_compiler_pic='-KPIC'
 
28034
+      lt_prog_compiler_static='-Bstatic'
 
28035
+      ;;
 
28036
 
 
28037
-    save_LIBS="$LIBS"
 
28038
-    LIBS="$lt_cv_dlopen_libs $LIBS"
 
28039
+    sysv4*MP*)
 
28040
+      if test -d /usr/nec ;then
 
28041
+       lt_prog_compiler_pic='-Kconform_pic'
 
28042
+       lt_prog_compiler_static='-Bstatic'
 
28043
+      fi
 
28044
+      ;;
 
28045
 
 
28046
-    { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
 
28047
-$as_echo_n "checking whether a program can dlopen itself... " >&6; }
 
28048
-if test "${lt_cv_dlopen_self+set}" = set; then
 
28049
-  $as_echo_n "(cached) " >&6
 
28050
-else
 
28051
-         if test "$cross_compiling" = yes; then :
 
28052
-  lt_cv_dlopen_self=cross
 
28053
-else
 
28054
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
28055
-  lt_status=$lt_dlunknown
 
28056
-  cat > conftest.$ac_ext <<EOF
 
28057
-#line 13208 "configure"
 
28058
-#include "confdefs.h"
 
28059
+    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
 
28060
+      lt_prog_compiler_wl='-Wl,'
 
28061
+      lt_prog_compiler_pic='-KPIC'
 
28062
+      lt_prog_compiler_static='-Bstatic'
 
28063
+      ;;
 
28064
 
 
28065
-#if HAVE_DLFCN_H
 
28066
-#include <dlfcn.h>
 
28067
-#endif
 
28068
+    unicos*)
 
28069
+      lt_prog_compiler_wl='-Wl,'
 
28070
+      lt_prog_compiler_can_build_shared=no
 
28071
+      ;;
 
28072
 
 
28073
-#include <stdio.h>
 
28074
+    uts4*)
 
28075
+      lt_prog_compiler_pic='-pic'
 
28076
+      lt_prog_compiler_static='-Bstatic'
 
28077
+      ;;
 
28078
 
 
28079
-#ifdef RTLD_GLOBAL
 
28080
-#  define LT_DLGLOBAL          RTLD_GLOBAL
 
28081
-#else
 
28082
-#  ifdef DL_GLOBAL
 
28083
-#    define LT_DLGLOBAL                DL_GLOBAL
 
28084
-#  else
 
28085
-#    define LT_DLGLOBAL                0
 
28086
-#  endif
 
28087
-#endif
 
28088
+    *)
 
28089
+      lt_prog_compiler_can_build_shared=no
 
28090
+      ;;
 
28091
+    esac
 
28092
+  fi
 
28093
 
 
28094
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
 
28095
-   find out it does not work in some platform. */
 
28096
-#ifndef LT_DLLAZY_OR_NOW
 
28097
-#  ifdef RTLD_LAZY
 
28098
-#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
 
28099
-#  else
 
28100
-#    ifdef DL_LAZY
 
28101
-#      define LT_DLLAZY_OR_NOW         DL_LAZY
 
28102
-#    else
 
28103
-#      ifdef RTLD_NOW
 
28104
-#        define LT_DLLAZY_OR_NOW       RTLD_NOW
 
28105
-#      else
 
28106
-#        ifdef DL_NOW
 
28107
-#          define LT_DLLAZY_OR_NOW     DL_NOW
 
28108
-#        else
 
28109
-#          define LT_DLLAZY_OR_NOW     0
 
28110
-#        endif
 
28111
-#      endif
 
28112
-#    endif
 
28113
-#  endif
 
28114
-#endif
 
28115
-
 
28116
-#ifdef __cplusplus
 
28117
-extern "C" void exit (int);
 
28118
-#endif
 
28119
+case $host_os in
 
28120
+  # For platforms which do not support PIC, -DPIC is meaningless:
 
28121
+  *djgpp*)
 
28122
+    lt_prog_compiler_pic=
 
28123
+    ;;
 
28124
+  *)
 
28125
+    lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
 
28126
+    ;;
 
28127
+esac
 
28128
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
 
28129
+echo "${ECHO_T}$lt_prog_compiler_pic" >&6; }
 
28130
 
 
28131
-void fnord() { int i=42;}
 
28132
-int main ()
 
28133
-{
 
28134
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
 
28135
-  int status = $lt_dlunknown;
 
28136
 
 
28137
-  if (self)
 
28138
-    {
 
28139
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
 
28140
-      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
 
28141
-      /* dlclose (self); */
 
28142
-    }
 
28143
-  else
 
28144
-    puts (dlerror ());
 
28145
 
 
28146
-    exit (status);
 
28147
-}
 
28148
-EOF
 
28149
-  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
28150
-  (eval $ac_link) 2>&5
 
28151
-  ac_status=$?
 
28152
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28153
-  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
 
28154
-    (./conftest; exit; ) >&5 2>/dev/null
 
28155
-    lt_status=$?
 
28156
-    case x$lt_status in
 
28157
-      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
 
28158
-      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
 
28159
-      x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
 
28160
-    esac
 
28161
-  else :
 
28162
-    # compilation failed
 
28163
-    lt_cv_dlopen_self=no
 
28164
-  fi
 
28165
-fi
 
28166
-rm -fr conftest*
 
28167
 
 
28168
 
 
28169
-fi
 
28170
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
 
28171
-$as_echo "$lt_cv_dlopen_self" >&6; }
 
28172
 
 
28173
-    if test "x$lt_cv_dlopen_self" = xyes; then
 
28174
-      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
 
28175
-      { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
 
28176
-$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
 
28177
-if test "${lt_cv_dlopen_self_static+set}" = set; then
 
28178
-  $as_echo_n "(cached) " >&6
 
28179
-else
 
28180
-         if test "$cross_compiling" = yes; then :
 
28181
-  lt_cv_dlopen_self_static=cross
 
28182
+#
 
28183
+# Check to make sure the PIC flag actually works.
 
28184
+#
 
28185
+if test -n "$lt_prog_compiler_pic"; then
 
28186
+  { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
 
28187
+echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; }
 
28188
+if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
 
28189
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
28190
 else
 
28191
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
28192
-  lt_status=$lt_dlunknown
 
28193
-  cat > conftest.$ac_ext <<EOF
 
28194
-#line 13308 "configure"
 
28195
-#include "confdefs.h"
 
28196
-
 
28197
-#if HAVE_DLFCN_H
 
28198
-#include <dlfcn.h>
 
28199
-#endif
 
28200
-
 
28201
-#include <stdio.h>
 
28202
-
 
28203
-#ifdef RTLD_GLOBAL
 
28204
-#  define LT_DLGLOBAL          RTLD_GLOBAL
 
28205
-#else
 
28206
-#  ifdef DL_GLOBAL
 
28207
-#    define LT_DLGLOBAL                DL_GLOBAL
 
28208
-#  else
 
28209
-#    define LT_DLGLOBAL                0
 
28210
-#  endif
 
28211
-#endif
 
28212
-
 
28213
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
 
28214
-   find out it does not work in some platform. */
 
28215
-#ifndef LT_DLLAZY_OR_NOW
 
28216
-#  ifdef RTLD_LAZY
 
28217
-#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
 
28218
-#  else
 
28219
-#    ifdef DL_LAZY
 
28220
-#      define LT_DLLAZY_OR_NOW         DL_LAZY
 
28221
-#    else
 
28222
-#      ifdef RTLD_NOW
 
28223
-#        define LT_DLLAZY_OR_NOW       RTLD_NOW
 
28224
-#      else
 
28225
-#        ifdef DL_NOW
 
28226
-#          define LT_DLLAZY_OR_NOW     DL_NOW
 
28227
-#        else
 
28228
-#          define LT_DLLAZY_OR_NOW     0
 
28229
-#        endif
 
28230
-#      endif
 
28231
-#    endif
 
28232
-#  endif
 
28233
-#endif
 
28234
-
 
28235
-#ifdef __cplusplus
 
28236
-extern "C" void exit (int);
 
28237
-#endif
 
28238
-
 
28239
-void fnord() { int i=42;}
 
28240
-int main ()
 
28241
-{
 
28242
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
 
28243
-  int status = $lt_dlunknown;
 
28244
-
 
28245
-  if (self)
 
28246
-    {
 
28247
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
 
28248
-      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
 
28249
-      /* dlclose (self); */
 
28250
-    }
 
28251
-  else
 
28252
-    puts (dlerror ());
 
28253
+  lt_cv_prog_compiler_pic_works=no
 
28254
+   ac_outfile=conftest.$ac_objext
 
28255
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
28256
+   lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
 
28257
+   # Insert the option either (1) after the last *FLAGS variable, or
 
28258
+   # (2) before a word containing "conftest.", or (3) at the end.
 
28259
+   # Note that $ac_compile itself does not contain backslashes and begins
 
28260
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
28261
+   # The option is referenced via a variable to avoid confusing sed.
 
28262
+   lt_compile=`echo "$ac_compile" | $SED \
 
28263
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
28264
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
28265
+   -e 's:$: $lt_compiler_flag:'`
 
28266
+   (eval echo "\"\$as_me:11539: $lt_compile\"" >&5)
 
28267
+   (eval "$lt_compile" 2>conftest.err)
 
28268
+   ac_status=$?
 
28269
+   cat conftest.err >&5
 
28270
+   echo "$as_me:11543: \$? = $ac_status" >&5
 
28271
+   if (exit $ac_status) && test -s "$ac_outfile"; then
 
28272
+     # The compiler can only warn and ignore the option if not recognized
 
28273
+     # So say no if there are warnings other than the usual output.
 
28274
+     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
28275
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
28276
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
 
28277
+       lt_cv_prog_compiler_pic_works=yes
 
28278
+     fi
 
28279
+   fi
 
28280
+   $RM conftest*
 
28281
 
 
28282
-    exit (status);
 
28283
-}
 
28284
-EOF
 
28285
-  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
28286
-  (eval $ac_link) 2>&5
 
28287
-  ac_status=$?
 
28288
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28289
-  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
 
28290
-    (./conftest; exit; ) >&5 2>/dev/null
 
28291
-    lt_status=$?
 
28292
-    case x$lt_status in
 
28293
-      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
 
28294
-      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
 
28295
-      x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
 
28296
-    esac
 
28297
-  else :
 
28298
-    # compilation failed
 
28299
-    lt_cv_dlopen_self_static=no
 
28300
-  fi
 
28301
 fi
 
28302
-rm -fr conftest*
 
28303
-
 
28304
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
 
28305
+echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6; }
 
28306
 
 
28307
+if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
 
28308
+    case $lt_prog_compiler_pic in
 
28309
+     "" | " "*) ;;
 
28310
+     *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
 
28311
+     esac
 
28312
+else
 
28313
+    lt_prog_compiler_pic=
 
28314
+     lt_prog_compiler_can_build_shared=no
 
28315
 fi
 
28316
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
 
28317
-$as_echo "$lt_cv_dlopen_self_static" >&6; }
 
28318
-    fi
 
28319
-
 
28320
-    CPPFLAGS="$save_CPPFLAGS"
 
28321
-    LDFLAGS="$save_LDFLAGS"
 
28322
-    LIBS="$save_LIBS"
 
28323
-    ;;
 
28324
-  esac
 
28325
-
 
28326
-  case $lt_cv_dlopen_self in
 
28327
-  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
 
28328
-  *) enable_dlopen_self=unknown ;;
 
28329
-  esac
 
28330
 
 
28331
-  case $lt_cv_dlopen_self_static in
 
28332
-  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
 
28333
-  *) enable_dlopen_self_static=unknown ;;
 
28334
-  esac
 
28335
 fi
 
28336
 
 
28337
 
 
28338
-# Report which library types will actually be built
 
28339
-{ $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
 
28340
-$as_echo_n "checking if libtool supports shared libraries... " >&6; }
 
28341
-{ $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
 
28342
-$as_echo "$can_build_shared" >&6; }
 
28343
-
 
28344
-{ $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
 
28345
-$as_echo_n "checking whether to build shared libraries... " >&6; }
 
28346
-test "$can_build_shared" = "no" && enable_shared=no
 
28347
-
 
28348
-# On AIX, shared libraries and static libraries use the same namespace, and
 
28349
-# are all built from PIC.
 
28350
-case $host_os in
 
28351
-aix3*)
 
28352
-  test "$enable_shared" = yes && enable_static=no
 
28353
-  if test -n "$RANLIB"; then
 
28354
-    archive_cmds="$archive_cmds~\$RANLIB \$lib"
 
28355
-    postinstall_cmds='$RANLIB $lib'
 
28356
-  fi
 
28357
-  ;;
 
28358
-
 
28359
-aix[4-9]*)
 
28360
-  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
 
28361
-    test "$enable_shared" = yes && enable_static=no
 
28362
-  fi
 
28363
-    ;;
 
28364
-esac
 
28365
-{ $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
 
28366
-$as_echo "$enable_shared" >&6; }
 
28367
-
 
28368
-{ $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5
 
28369
-$as_echo_n "checking whether to build static libraries... " >&6; }
 
28370
-# Make sure either enable_shared or enable_static is yes.
 
28371
-test "$enable_shared" = yes || enable_static=yes
 
28372
-{ $as_echo "$as_me:$LINENO: result: $enable_static" >&5
 
28373
-$as_echo "$enable_static" >&6; }
 
28374
-
 
28375
-# The else clause should only fire when bootstrapping the
 
28376
-# libtool distribution, otherwise you forgot to ship ltmain.sh
 
28377
-# with your package, and you will get complaints that there are
 
28378
-# no rules to generate ltmain.sh.
 
28379
-if test -f "$ltmain"; then
 
28380
-  # See if we are running on zsh, and set the options which allow our commands through
 
28381
-  # without removal of \ escapes.
 
28382
-  if test -n "${ZSH_VERSION+set}" ; then
 
28383
-    setopt NO_GLOB_SUBST
 
28384
-  fi
 
28385
-  # Now quote all the things that may contain metacharacters while being
 
28386
-  # careful not to overquote the AC_SUBSTed values.  We take copies of the
 
28387
-  # variables and quote the copies for generation of the libtool script.
 
28388
-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
 
28389
-    SED SHELL STRIP \
 
28390
-    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
 
28391
-    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
 
28392
-    deplibs_check_method reload_flag reload_cmds need_locks \
 
28393
-    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
 
28394
-    lt_cv_sys_global_symbol_to_c_name_address \
 
28395
-    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
 
28396
-    old_postinstall_cmds old_postuninstall_cmds \
 
28397
-    compiler \
 
28398
-    CC \
 
28399
-    LD \
 
28400
-    lt_prog_compiler_wl \
 
28401
-    lt_prog_compiler_pic \
 
28402
-    lt_prog_compiler_static \
 
28403
-    lt_prog_compiler_no_builtin_flag \
 
28404
-    export_dynamic_flag_spec \
 
28405
-    thread_safe_flag_spec \
 
28406
-    whole_archive_flag_spec \
 
28407
-    enable_shared_with_static_runtimes \
 
28408
-    old_archive_cmds \
 
28409
-    old_archive_from_new_cmds \
 
28410
-    predep_objects \
 
28411
-    postdep_objects \
 
28412
-    predeps \
 
28413
-    postdeps \
 
28414
-    compiler_lib_search_path \
 
28415
-    compiler_lib_search_dirs \
 
28416
-    archive_cmds \
 
28417
-    archive_expsym_cmds \
 
28418
-    postinstall_cmds \
 
28419
-    postuninstall_cmds \
 
28420
-    old_archive_from_expsyms_cmds \
 
28421
-    allow_undefined_flag \
 
28422
-    no_undefined_flag \
 
28423
-    export_symbols_cmds \
 
28424
-    hardcode_libdir_flag_spec \
 
28425
-    hardcode_libdir_flag_spec_ld \
 
28426
-    hardcode_libdir_separator \
 
28427
-    hardcode_automatic \
 
28428
-    module_cmds \
 
28429
-    module_expsym_cmds \
 
28430
-    lt_cv_prog_compiler_c_o \
 
28431
-    fix_srcfile_path \
 
28432
-    exclude_expsyms \
 
28433
-    include_expsyms; do
 
28434
-
 
28435
-    case $var in
 
28436
-    old_archive_cmds | \
 
28437
-    old_archive_from_new_cmds | \
 
28438
-    archive_cmds | \
 
28439
-    archive_expsym_cmds | \
 
28440
-    module_cmds | \
 
28441
-    module_expsym_cmds | \
 
28442
-    old_archive_from_expsyms_cmds | \
 
28443
-    export_symbols_cmds | \
 
28444
-    extract_expsyms_cmds | reload_cmds | finish_cmds | \
 
28445
-    postinstall_cmds | postuninstall_cmds | \
 
28446
-    old_postinstall_cmds | old_postuninstall_cmds | \
 
28447
-    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
 
28448
-      # Double-quote double-evaled strings.
 
28449
-      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
 
28450
-      ;;
 
28451
-    *)
 
28452
-      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
 
28453
-      ;;
 
28454
-    esac
 
28455
-  done
 
28456
 
 
28457
-  case $lt_echo in
 
28458
-  *'\$0 --fallback-echo"')
 
28459
-    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
 
28460
-    ;;
 
28461
-  esac
 
28462
 
 
28463
-cfgfile="${ofile}T"
 
28464
-  trap "$rm \"$cfgfile\"; exit 1" 1 2 15
 
28465
-  $rm -f "$cfgfile"
 
28466
-  { $as_echo "$as_me:$LINENO: creating $ofile" >&5
 
28467
-$as_echo "$as_me: creating $ofile" >&6;}
 
28468
 
 
28469
-  cat <<__EOF__ >> "$cfgfile"
 
28470
-#! $SHELL
 
28471
 
 
28472
-# `$echo "$cfgfile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
 
28473
-# Generated automatically by $PROGRAM (GNU $PACKAGE $VERSION$TIMESTAMP)
 
28474
-# NOTE: Changes made to this file will be lost: look at ltmain.sh.
 
28475
-#
 
28476
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 
28477
-# Free Software Foundation, Inc.
 
28478
-#
 
28479
-# This file is part of GNU Libtool:
 
28480
-# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
 
28481
-#
 
28482
-# This program is free software; you can redistribute it and/or modify
 
28483
-# it under the terms of the GNU General Public License as published by
 
28484
-# the Free Software Foundation; either version 2 of the License, or
 
28485
-# (at your option) any later version.
 
28486
-#
 
28487
-# This program is distributed in the hope that it will be useful, but
 
28488
-# WITHOUT ANY WARRANTY; without even the implied warranty of
 
28489
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
28490
-# General Public License for more details.
 
28491
 #
 
28492
-# You should have received a copy of the GNU General Public License
 
28493
-# along with this program; if not, write to the Free Software
 
28494
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
28495
+# Check to make sure the static flag actually works.
 
28496
 #
 
28497
-# As a special exception to the GNU General Public License, if you
 
28498
-# distribute this file as part of a program that contains a
 
28499
-# configuration script generated by Autoconf, you may include it under
 
28500
-# the same distribution terms that you use for the rest of that program.
 
28501
+wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
 
28502
+{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 
28503
+echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
 
28504
+if test "${lt_cv_prog_compiler_static_works+set}" = set; then
 
28505
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
28506
+else
 
28507
+  lt_cv_prog_compiler_static_works=no
 
28508
+   save_LDFLAGS="$LDFLAGS"
 
28509
+   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
 
28510
+   echo "$lt_simple_link_test_code" > conftest.$ac_ext
 
28511
+   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
 
28512
+     # The linker can only warn and ignore the option if not recognized
 
28513
+     # So say no if there are warnings
 
28514
+     if test -s conftest.err; then
 
28515
+       # Append any errors to the config.log.
 
28516
+       cat conftest.err 1>&5
 
28517
+       $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
 
28518
+       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
28519
+       if diff conftest.exp conftest.er2 >/dev/null; then
 
28520
+         lt_cv_prog_compiler_static_works=yes
 
28521
+       fi
 
28522
+     else
 
28523
+       lt_cv_prog_compiler_static_works=yes
 
28524
+     fi
 
28525
+   fi
 
28526
+   $RM -r conftest*
 
28527
+   LDFLAGS="$save_LDFLAGS"
 
28528
 
 
28529
-# A sed program that does not truncate output.
 
28530
-SED=$lt_SED
 
28531
+fi
 
28532
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
 
28533
+echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6; }
 
28534
 
 
28535
-# Sed that helps us avoid accidentally triggering echo(1) options like -n.
 
28536
-Xsed="$SED -e 1s/^X//"
 
28537
+if test x"$lt_cv_prog_compiler_static_works" = xyes; then
 
28538
+    :
 
28539
+else
 
28540
+    lt_prog_compiler_static=
 
28541
+fi
 
28542
 
 
28543
-# The HP-UX ksh and POSIX shell print the target directory to stdout
 
28544
-# if CDPATH is set.
 
28545
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
28546
 
 
28547
-# The names of the tagged configurations supported by this script.
 
28548
-available_tags=
 
28549
 
 
28550
-# ### BEGIN LIBTOOL CONFIG
 
28551
 
 
28552
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 
28553
 
 
28554
-# Shell to use when invoking shell scripts.
 
28555
-SHELL=$lt_SHELL
 
28556
-
 
28557
-# Whether or not to build shared libraries.
 
28558
-build_libtool_libs=$enable_shared
 
28559
-
 
28560
-# Whether or not to build static libraries.
 
28561
-build_old_libs=$enable_static
 
28562
-
 
28563
-# Whether or not to add -lc for building shared libraries.
 
28564
-build_libtool_need_lc=$archive_cmds_need_lc
 
28565
-
 
28566
-# Whether or not to disallow shared libs when runtime libs are static
 
28567
-allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
 
28568
-
 
28569
-# Whether or not to optimize for fast installation.
 
28570
-fast_install=$enable_fast_install
 
28571
 
 
28572
-# The host system.
 
28573
-host_alias=$host_alias
 
28574
-host=$host
 
28575
-host_os=$host_os
 
28576
 
 
28577
-# The build system.
 
28578
-build_alias=$build_alias
 
28579
-build=$build
 
28580
-build_os=$build_os
 
28581
+  { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
28582
+echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
 
28583
+if test "${lt_cv_prog_compiler_c_o+set}" = set; then
 
28584
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
28585
+else
 
28586
+  lt_cv_prog_compiler_c_o=no
 
28587
+   $RM -r conftest 2>/dev/null
 
28588
+   mkdir conftest
 
28589
+   cd conftest
 
28590
+   mkdir out
 
28591
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
28592
 
 
28593
-# An echo program that does not interpret backslashes.
 
28594
-echo=$lt_echo
 
28595
+   lt_compiler_flag="-o out/conftest2.$ac_objext"
 
28596
+   # Insert the option either (1) after the last *FLAGS variable, or
 
28597
+   # (2) before a word containing "conftest.", or (3) at the end.
 
28598
+   # Note that $ac_compile itself does not contain backslashes and begins
 
28599
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
28600
+   lt_compile=`echo "$ac_compile" | $SED \
 
28601
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
28602
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
28603
+   -e 's:$: $lt_compiler_flag:'`
 
28604
+   (eval echo "\"\$as_me:11644: $lt_compile\"" >&5)
 
28605
+   (eval "$lt_compile" 2>out/conftest.err)
 
28606
+   ac_status=$?
 
28607
+   cat out/conftest.err >&5
 
28608
+   echo "$as_me:11648: \$? = $ac_status" >&5
 
28609
+   if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
28610
+   then
 
28611
+     # The compiler can only warn and ignore the option if not recognized
 
28612
+     # So say no if there are warnings
 
28613
+     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
 
28614
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
 
28615
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
 
28616
+       lt_cv_prog_compiler_c_o=yes
 
28617
+     fi
 
28618
+   fi
 
28619
+   chmod u+w . 2>&5
 
28620
+   $RM conftest*
 
28621
+   # SGI C++ compiler will create directory out/ii_files/ for
 
28622
+   # template instantiation
 
28623
+   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
 
28624
+   $RM out/* && rmdir out
 
28625
+   cd ..
 
28626
+   $RM -r conftest
 
28627
+   $RM conftest*
 
28628
 
 
28629
-# The archiver.
 
28630
-AR=$lt_AR
 
28631
-AR_FLAGS=$lt_AR_FLAGS
 
28632
+fi
 
28633
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
 
28634
+echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
 
28635
 
 
28636
-# A C compiler.
 
28637
-LTCC=$lt_LTCC
 
28638
 
 
28639
-# LTCC compiler flags.
 
28640
-LTCFLAGS=$lt_LTCFLAGS
 
28641
 
 
28642
-# A language-specific compiler.
 
28643
-CC=$lt_compiler
 
28644
 
 
28645
-# Is the compiler the GNU C compiler?
 
28646
-with_gcc=$GCC
 
28647
 
 
28648
-# An ERE matcher.
 
28649
-EGREP=$lt_EGREP
 
28650
 
 
28651
-# The linker used to build libraries.
 
28652
-LD=$lt_LD
 
28653
+  { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
28654
+echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
 
28655
+if test "${lt_cv_prog_compiler_c_o+set}" = set; then
 
28656
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
28657
+else
 
28658
+  lt_cv_prog_compiler_c_o=no
 
28659
+   $RM -r conftest 2>/dev/null
 
28660
+   mkdir conftest
 
28661
+   cd conftest
 
28662
+   mkdir out
 
28663
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
28664
 
 
28665
-# Whether we need hard or soft links.
 
28666
-LN_S=$lt_LN_S
 
28667
+   lt_compiler_flag="-o out/conftest2.$ac_objext"
 
28668
+   # Insert the option either (1) after the last *FLAGS variable, or
 
28669
+   # (2) before a word containing "conftest.", or (3) at the end.
 
28670
+   # Note that $ac_compile itself does not contain backslashes and begins
 
28671
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
28672
+   lt_compile=`echo "$ac_compile" | $SED \
 
28673
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
28674
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
28675
+   -e 's:$: $lt_compiler_flag:'`
 
28676
+   (eval echo "\"\$as_me:11699: $lt_compile\"" >&5)
 
28677
+   (eval "$lt_compile" 2>out/conftest.err)
 
28678
+   ac_status=$?
 
28679
+   cat out/conftest.err >&5
 
28680
+   echo "$as_me:11703: \$? = $ac_status" >&5
 
28681
+   if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
28682
+   then
 
28683
+     # The compiler can only warn and ignore the option if not recognized
 
28684
+     # So say no if there are warnings
 
28685
+     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
 
28686
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
 
28687
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
 
28688
+       lt_cv_prog_compiler_c_o=yes
 
28689
+     fi
 
28690
+   fi
 
28691
+   chmod u+w . 2>&5
 
28692
+   $RM conftest*
 
28693
+   # SGI C++ compiler will create directory out/ii_files/ for
 
28694
+   # template instantiation
 
28695
+   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
 
28696
+   $RM out/* && rmdir out
 
28697
+   cd ..
 
28698
+   $RM -r conftest
 
28699
+   $RM conftest*
 
28700
 
 
28701
-# A BSD-compatible nm program.
 
28702
-NM=$lt_NM
 
28703
+fi
 
28704
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
 
28705
+echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; }
 
28706
 
 
28707
-# A symbol stripping program
 
28708
-STRIP=$lt_STRIP
 
28709
 
 
28710
-# Used to examine libraries when file_magic_cmd begins "file"
 
28711
-MAGIC_CMD=$MAGIC_CMD
 
28712
 
 
28713
-# Used on cygwin: DLL creation program.
 
28714
-DLLTOOL="$DLLTOOL"
 
28715
 
 
28716
-# Used on cygwin: object dumper.
 
28717
-OBJDUMP="$OBJDUMP"
 
28718
+hard_links="nottested"
 
28719
+if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
 
28720
+  # do not overwrite the value of need_locks provided by the user
 
28721
+  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
28722
+echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
 
28723
+  hard_links=yes
 
28724
+  $RM conftest*
 
28725
+  ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
28726
+  touch conftest.a
 
28727
+  ln conftest.a conftest.b 2>&5 || hard_links=no
 
28728
+  ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
28729
+  { echo "$as_me:$LINENO: result: $hard_links" >&5
 
28730
+echo "${ECHO_T}$hard_links" >&6; }
 
28731
+  if test "$hard_links" = no; then
 
28732
+    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 
28733
+echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 
28734
+    need_locks=warn
 
28735
+  fi
 
28736
+else
 
28737
+  need_locks=no
 
28738
+fi
 
28739
 
 
28740
-# Used on cygwin: assembler.
 
28741
-AS="$AS"
 
28742
 
 
28743
-# The name of the directory that contains temporary libtool files.
 
28744
-objdir=$objdir
 
28745
 
 
28746
-# How to create reloadable object files.
 
28747
-reload_flag=$lt_reload_flag
 
28748
-reload_cmds=$lt_reload_cmds
 
28749
 
 
28750
-# How to pass a linker flag through the compiler.
 
28751
-wl=$lt_lt_prog_compiler_wl
 
28752
 
 
28753
-# Object file suffix (normally "o").
 
28754
-objext="$ac_objext"
 
28755
 
 
28756
-# Old archive suffix (normally "a").
 
28757
-libext="$libext"
 
28758
+  { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
28759
+echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
 
28760
 
 
28761
-# Shared library suffix (normally ".so").
 
28762
-shrext_cmds='$shrext_cmds'
 
28763
+  runpath_var=
 
28764
+  allow_undefined_flag=
 
28765
+  always_export_symbols=no
 
28766
+  archive_cmds=
 
28767
+  archive_expsym_cmds=
 
28768
+  compiler_needs_object=no
 
28769
+  enable_shared_with_static_runtimes=no
 
28770
+  export_dynamic_flag_spec=
 
28771
+  export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
28772
+  hardcode_automatic=no
 
28773
+  hardcode_direct=no
 
28774
+  hardcode_direct_absolute=no
 
28775
+  hardcode_libdir_flag_spec=
 
28776
+  hardcode_libdir_flag_spec_ld=
 
28777
+  hardcode_libdir_separator=
 
28778
+  hardcode_minus_L=no
 
28779
+  hardcode_shlibpath_var=unsupported
 
28780
+  inherit_rpath=no
 
28781
+  link_all_deplibs=unknown
 
28782
+  module_cmds=
 
28783
+  module_expsym_cmds=
 
28784
+  old_archive_from_new_cmds=
 
28785
+  old_archive_from_expsyms_cmds=
 
28786
+  thread_safe_flag_spec=
 
28787
+  whole_archive_flag_spec=
 
28788
+  # include_expsyms should be a list of space-separated symbols to be *always*
 
28789
+  # included in the symbol list
 
28790
+  include_expsyms=
 
28791
+  # exclude_expsyms can be an extended regexp of symbols to exclude
 
28792
+  # it will be wrapped by ` (' and `)$', so one must not match beginning or
 
28793
+  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
 
28794
+  # as well as any symbol that contains `d'.
 
28795
+  exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
 
28796
+  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
 
28797
+  # platforms (ab)use it in PIC code, but their linkers get confused if
 
28798
+  # the symbol is explicitly referenced.  Since portable code cannot
 
28799
+  # rely on this symbol name, it's probably fine to never include it in
 
28800
+  # preloaded symbol tables.
 
28801
+  # Exclude shared library initialization/finalization symbols.
 
28802
+  extract_expsyms_cmds=
 
28803
 
 
28804
-# Executable file suffix (normally "").
 
28805
-exeext="$exeext"
 
28806
+  case $host_os in
 
28807
+  cygwin* | mingw* | pw32*)
 
28808
+    # FIXME: the MSVC++ port hasn't been tested in a loooong time
 
28809
+    # When not using gcc, we currently assume that we are using
 
28810
+    # Microsoft Visual C++.
 
28811
+    if test "$GCC" != yes; then
 
28812
+      with_gnu_ld=no
 
28813
+    fi
 
28814
+    ;;
 
28815
+  interix*)
 
28816
+    # we just hope/assume this is gcc and not c89 (= MSVC++)
 
28817
+    with_gnu_ld=yes
 
28818
+    ;;
 
28819
+  openbsd*)
 
28820
+    with_gnu_ld=no
 
28821
+    ;;
 
28822
+  esac
 
28823
 
 
28824
-# Additional compiler flags for building library objects.
 
28825
-pic_flag=$lt_lt_prog_compiler_pic
 
28826
-pic_mode=$pic_mode
 
28827
+  ld_shlibs=yes
 
28828
+  if test "$with_gnu_ld" = yes; then
 
28829
+    # If archive_cmds runs LD, not CC, wlarc should be empty
 
28830
+    wlarc='${wl}'
 
28831
 
 
28832
-# What is the maximum length of a command?
 
28833
-max_cmd_len=$lt_cv_sys_max_cmd_len
 
28834
+    # Set some defaults for GNU ld with shared library support. These
 
28835
+    # are reset later if shared libraries are not supported. Putting them
 
28836
+    # here allows them to be overridden if necessary.
 
28837
+    runpath_var=LD_RUN_PATH
 
28838
+    hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
 
28839
+    export_dynamic_flag_spec='${wl}--export-dynamic'
 
28840
+    # ancient GNU ld didn't support --whole-archive et. al.
 
28841
+    if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
 
28842
+      whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
28843
+    else
 
28844
+      whole_archive_flag_spec=
 
28845
+    fi
 
28846
+    supports_anon_versioning=no
 
28847
+    case `$LD -v 2>&1` in
 
28848
+      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
 
28849
+      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
 
28850
+      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
 
28851
+      *\ 2.11.*) ;; # other 2.11 versions
 
28852
+      *) supports_anon_versioning=yes ;;
 
28853
+    esac
 
28854
 
 
28855
-# Does compiler simultaneously support -c and -o options?
 
28856
-compiler_c_o=$lt_lt_cv_prog_compiler_c_o
 
28857
+    # See if GNU ld supports shared libraries.
 
28858
+    case $host_os in
 
28859
+    aix[3-9]*)
 
28860
+      # On AIX/PPC, the GNU linker is very broken
 
28861
+      if test "$host_cpu" != ia64; then
 
28862
+       ld_shlibs=no
 
28863
+       cat <<_LT_EOF 1>&2
 
28864
 
 
28865
-# Must we lock files when doing compilation?
 
28866
-need_locks=$lt_need_locks
 
28867
+*** Warning: the GNU linker, at least up to release 2.9.1, is reported
 
28868
+*** to be unable to reliably create shared libraries on AIX.
 
28869
+*** Therefore, libtool is disabling shared libraries support.  If you
 
28870
+*** really care for shared libraries, you may want to modify your PATH
 
28871
+*** so that a non-GNU linker is found, and then restart.
 
28872
 
 
28873
-# Do we need the lib prefix for modules?
 
28874
-need_lib_prefix=$need_lib_prefix
 
28875
+_LT_EOF
 
28876
+      fi
 
28877
+      ;;
 
28878
 
 
28879
-# Do we need a version for libraries?
 
28880
-need_version=$need_version
 
28881
+    amigaos*)
 
28882
+      case $host_cpu in
 
28883
+      powerpc)
 
28884
+            # see comment about AmigaOS4 .so support
 
28885
+            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
28886
+            archive_expsym_cmds=''
 
28887
+        ;;
 
28888
+      m68k)
 
28889
+            archive_cmds='$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)'
 
28890
+            hardcode_libdir_flag_spec='-L$libdir'
 
28891
+            hardcode_minus_L=yes
 
28892
+        ;;
 
28893
+      esac
 
28894
+      ;;
 
28895
 
 
28896
-# Whether dlopen is supported.
 
28897
-dlopen_support=$enable_dlopen
 
28898
+    beos*)
 
28899
+      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
 
28900
+       allow_undefined_flag=unsupported
 
28901
+       # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
 
28902
+       # support --undefined.  This deserves some investigation.  FIXME
 
28903
+       archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
28904
+      else
 
28905
+       ld_shlibs=no
 
28906
+      fi
 
28907
+      ;;
 
28908
 
 
28909
-# Whether dlopen of programs is supported.
 
28910
-dlopen_self=$enable_dlopen_self
 
28911
+    cygwin* | mingw* | pw32*)
 
28912
+      # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
 
28913
+      # as there is no search path for DLLs.
 
28914
+      hardcode_libdir_flag_spec='-L$libdir'
 
28915
+      allow_undefined_flag=unsupported
 
28916
+      always_export_symbols=no
 
28917
+      enable_shared_with_static_runtimes=yes
 
28918
+      export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
 
28919
 
 
28920
-# Whether dlopen of statically linked programs is supported.
 
28921
-dlopen_self_static=$enable_dlopen_self_static
 
28922
-
 
28923
-# Compiler flag to prevent dynamic linking.
 
28924
-link_static_flag=$lt_lt_prog_compiler_static
 
28925
-
 
28926
-# Compiler flag to turn off builtin functions.
 
28927
-no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
 
28928
+      if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
 
28929
+        archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
28930
+       # If the export-symbols file already is a .def file (1st line
 
28931
+       # is EXPORTS), use it as is; otherwise, prepend...
 
28932
+       archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
28933
+         cp $export_symbols $output_objdir/$soname.def;
 
28934
+       else
 
28935
+         echo EXPORTS > $output_objdir/$soname.def;
 
28936
+         cat $export_symbols >> $output_objdir/$soname.def;
 
28937
+       fi~
 
28938
+       $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
28939
+      else
 
28940
+       ld_shlibs=no
 
28941
+      fi
 
28942
+      ;;
 
28943
 
 
28944
-# Compiler flag to allow reflexive dlopens.
 
28945
-export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
 
28946
+    interix[3-9]*)
 
28947
+      hardcode_direct=no
 
28948
+      hardcode_shlibpath_var=no
 
28949
+      hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
 
28950
+      export_dynamic_flag_spec='${wl}-E'
 
28951
+      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
 
28952
+      # Instead, shared libraries are loaded at an image base (0x10000000 by
 
28953
+      # default) and relocated if they conflict, which is a slow very memory
 
28954
+      # consuming and fragmenting process.  To avoid this, we pick a random,
 
28955
+      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
 
28956
+      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
 
28957
+      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
 
28958
+      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'
 
28959
+      ;;
 
28960
 
 
28961
-# Compiler flag to generate shared objects directly from archives.
 
28962
-whole_archive_flag_spec=$lt_whole_archive_flag_spec
 
28963
+    gnu* | linux* | tpf* | k*bsd*-gnu)
 
28964
+      tmp_diet=no
 
28965
+      if test "$host_os" = linux-dietlibc; then
 
28966
+       case $cc_basename in
 
28967
+         diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
 
28968
+       esac
 
28969
+      fi
 
28970
+      if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
 
28971
+        && test "$tmp_diet" = no
 
28972
+      then
 
28973
+       tmp_addflag=
 
28974
+       tmp_sharedflag='-shared'
 
28975
+       case $cc_basename,$host_cpu in
 
28976
+        pgcc*)                         # Portland Group C compiler
 
28977
+         whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
 
28978
+         tmp_addflag=' $pic_flag'
 
28979
+         ;;
 
28980
+       pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
 
28981
+         whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
 
28982
+         tmp_addflag=' $pic_flag -Mnomain' ;;
 
28983
+       ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
 
28984
+         tmp_addflag=' -i_dynamic' ;;
 
28985
+       efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
 
28986
+         tmp_addflag=' -i_dynamic -nofor_main' ;;
 
28987
+       ifc* | ifort*)                  # Intel Fortran compiler
 
28988
+         tmp_addflag=' -nofor_main' ;;
 
28989
+       xl[cC]*)                        # IBM XL C 8.0 on PPC (deal with xlf below)
 
28990
+         tmp_sharedflag='-qmkshrobj'
 
28991
+         tmp_addflag= ;;
 
28992
+       esac
 
28993
+       case `$CC -V 2>&1 | sed 5q` in
 
28994
+       *Sun\ C*)                       # Sun C 5.9
 
28995
+         whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
 
28996
+         compiler_needs_object=yes
 
28997
+         tmp_sharedflag='-G' ;;
 
28998
+       *Sun\ F*)                       # Sun Fortran 8.3
 
28999
+         tmp_sharedflag='-G' ;;
 
29000
+       esac
 
29001
+       archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
29002
 
 
29003
-# Compiler flag to generate thread-safe objects.
 
29004
-thread_safe_flag_spec=$lt_thread_safe_flag_spec
 
29005
+        if test "x$supports_anon_versioning" = xyes; then
 
29006
+          archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
 
29007
+           cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
 
29008
+           echo "local: *; };" >> $output_objdir/$libname.ver~
 
29009
+           $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
 
29010
+        fi
 
29011
 
 
29012
-# Library versioning type.
 
29013
-version_type=$version_type
 
29014
+       case $cc_basename in
 
29015
+       xlf*)
 
29016
+         # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
 
29017
+         whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
 
29018
+         hardcode_libdir_flag_spec=
 
29019
+         hardcode_libdir_flag_spec_ld='-rpath $libdir'
 
29020
+         archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
 
29021
+         if test "x$supports_anon_versioning" = xyes; then
 
29022
+           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
 
29023
+             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
 
29024
+             echo "local: *; };" >> $output_objdir/$libname.ver~
 
29025
+             $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
 
29026
+         fi
 
29027
+         ;;
 
29028
+       esac
 
29029
+      else
 
29030
+        ld_shlibs=no
 
29031
+      fi
 
29032
+      ;;
 
29033
 
 
29034
-# Format of library name prefix.
 
29035
-libname_spec=$lt_libname_spec
 
29036
+    netbsd* | netbsdelf*-gnu)
 
29037
+      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 
29038
+       archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
 
29039
+       wlarc=
 
29040
+      else
 
29041
+       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
29042
+       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
29043
+      fi
 
29044
+      ;;
 
29045
 
 
29046
-# List of archive names.  First name is the real one, the rest are links.
 
29047
-# The last name is the one that the linker finds with -lNAME.
 
29048
-library_names_spec=$lt_library_names_spec
 
29049
+    solaris*)
 
29050
+      if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
 
29051
+       ld_shlibs=no
 
29052
+       cat <<_LT_EOF 1>&2
 
29053
 
 
29054
-# The coded name of the library, if different from the real name.
 
29055
-soname_spec=$lt_soname_spec
 
29056
+*** Warning: The releases 2.8.* of the GNU linker cannot reliably
 
29057
+*** create shared libraries on Solaris systems.  Therefore, libtool
 
29058
+*** is disabling shared libraries support.  We urge you to upgrade GNU
 
29059
+*** binutils to release 2.9.1 or newer.  Another option is to modify
 
29060
+*** your PATH or compiler configuration so that the native linker is
 
29061
+*** used, and then restart.
 
29062
 
 
29063
-# Commands used to build and install an old-style archive.
 
29064
-RANLIB=$lt_RANLIB
 
29065
-old_archive_cmds=$lt_old_archive_cmds
 
29066
-old_postinstall_cmds=$lt_old_postinstall_cmds
 
29067
-old_postuninstall_cmds=$lt_old_postuninstall_cmds
 
29068
+_LT_EOF
 
29069
+      elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
 
29070
+       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
29071
+       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
29072
+      else
 
29073
+       ld_shlibs=no
 
29074
+      fi
 
29075
+      ;;
 
29076
 
 
29077
-# Create an old-style archive from a shared archive.
 
29078
-old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
 
29079
+    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
 
29080
+      case `$LD -v 2>&1` in
 
29081
+        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
 
29082
+       ld_shlibs=no
 
29083
+       cat <<_LT_EOF 1>&2
 
29084
 
 
29085
-# Create a temporary old-style archive to link instead of a shared archive.
 
29086
-old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
 
29087
+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
 
29088
+*** reliably create shared libraries on SCO systems.  Therefore, libtool
 
29089
+*** is disabling shared libraries support.  We urge you to upgrade GNU
 
29090
+*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
 
29091
+*** your PATH or compiler configuration so that the native linker is
 
29092
+*** used, and then restart.
 
29093
 
 
29094
-# Commands used to build and install a shared archive.
 
29095
-archive_cmds=$lt_archive_cmds
 
29096
-archive_expsym_cmds=$lt_archive_expsym_cmds
 
29097
-postinstall_cmds=$lt_postinstall_cmds
 
29098
-postuninstall_cmds=$lt_postuninstall_cmds
 
29099
+_LT_EOF
 
29100
+       ;;
 
29101
+       *)
 
29102
+         # For security reasons, it is highly recommended that you always
 
29103
+         # use absolute paths for naming shared libraries, and exclude the
 
29104
+         # DT_RUNPATH tag from executables and libraries.  But doing so
 
29105
+         # requires that you compile everything twice, which is a pain.
 
29106
+         if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
 
29107
+           hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
 
29108
+           archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
29109
+           archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
29110
+         else
 
29111
+           ld_shlibs=no
 
29112
+         fi
 
29113
+       ;;
 
29114
+      esac
 
29115
+      ;;
 
29116
 
 
29117
-# Commands used to build a loadable module (assumed same as above if empty)
 
29118
-module_cmds=$lt_module_cmds
 
29119
-module_expsym_cmds=$lt_module_expsym_cmds
 
29120
+    sunos4*)
 
29121
+      archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
29122
+      wlarc=
 
29123
+      hardcode_direct=yes
 
29124
+      hardcode_shlibpath_var=no
 
29125
+      ;;
 
29126
 
 
29127
-# Commands to strip libraries.
 
29128
-old_striplib=$lt_old_striplib
 
29129
-striplib=$lt_striplib
 
29130
+    *)
 
29131
+      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
 
29132
+       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
29133
+       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
29134
+      else
 
29135
+       ld_shlibs=no
 
29136
+      fi
 
29137
+      ;;
 
29138
+    esac
 
29139
 
 
29140
-# Dependencies to place before the objects being linked to create a
 
29141
-# shared library.
 
29142
-predep_objects=$lt_predep_objects
 
29143
+    if test "$ld_shlibs" = no; then
 
29144
+      runpath_var=
 
29145
+      hardcode_libdir_flag_spec=
 
29146
+      export_dynamic_flag_spec=
 
29147
+      whole_archive_flag_spec=
 
29148
+    fi
 
29149
+  else
 
29150
+    # PORTME fill in a description of your system's linker (not GNU ld)
 
29151
+    case $host_os in
 
29152
+    aix3*)
 
29153
+      allow_undefined_flag=unsupported
 
29154
+      always_export_symbols=yes
 
29155
+      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'
 
29156
+      # Note: this linker hardcodes the directories in LIBPATH if there
 
29157
+      # are no directories specified by -L.
 
29158
+      hardcode_minus_L=yes
 
29159
+      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
 
29160
+       # Neither direct hardcoding nor static linking is supported with a
 
29161
+       # broken collect2.
 
29162
+       hardcode_direct=unsupported
 
29163
+      fi
 
29164
+      ;;
 
29165
 
 
29166
-# Dependencies to place after the objects being linked to create a
 
29167
-# shared library.
 
29168
-postdep_objects=$lt_postdep_objects
 
29169
+    aix[4-9]*)
 
29170
+      if test "$host_cpu" = ia64; then
 
29171
+       # On IA64, the linker does run time linking by default, so we don't
 
29172
+       # have to do anything special.
 
29173
+       aix_use_runtimelinking=no
 
29174
+       exp_sym_flag='-Bexport'
 
29175
+       no_entry_flag=""
 
29176
+      else
 
29177
+       # If we're using GNU nm, then we don't want the "-C" option.
 
29178
+       # -C means demangle to AIX nm, but means don't demangle with GNU nm
 
29179
+       if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
 
29180
+         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'
 
29181
+       else
 
29182
+         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'
 
29183
+       fi
 
29184
+       aix_use_runtimelinking=no
 
29185
 
 
29186
-# Dependencies to place before the objects being linked to create a
 
29187
-# shared library.
 
29188
-predeps=$lt_predeps
 
29189
+       # Test if we are trying to use run time linking or normal
 
29190
+       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
 
29191
+       # need to do runtime linking.
 
29192
+       case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
 
29193
+         for ld_flag in $LDFLAGS; do
 
29194
+         if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
 
29195
+           aix_use_runtimelinking=yes
 
29196
+           break
 
29197
+         fi
 
29198
+         done
 
29199
+         ;;
 
29200
+       esac
 
29201
 
 
29202
-# Dependencies to place after the objects being linked to create a
 
29203
-# shared library.
 
29204
-postdeps=$lt_postdeps
 
29205
+       exp_sym_flag='-bexport'
 
29206
+       no_entry_flag='-bnoentry'
 
29207
+      fi
 
29208
 
 
29209
-# The directories searched by this compiler when creating a shared
 
29210
-# library
 
29211
-compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
 
29212
+      # When large executables or shared objects are built, AIX ld can
 
29213
+      # have problems creating the table of contents.  If linking a library
 
29214
+      # or program results in "error TOC overflow" add -mminimal-toc to
 
29215
+      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
 
29216
+      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
 
29217
 
 
29218
-# The library search path used internally by the compiler when linking
 
29219
-# a shared library.
 
29220
-compiler_lib_search_path=$lt_compiler_lib_search_path
 
29221
+      archive_cmds=''
 
29222
+      hardcode_direct=yes
 
29223
+      hardcode_direct_absolute=yes
 
29224
+      hardcode_libdir_separator=':'
 
29225
+      link_all_deplibs=yes
 
29226
+      file_list_spec='${wl}-f,'
 
29227
 
 
29228
-# Method to check whether dependent libraries are shared objects.
 
29229
-deplibs_check_method=$lt_deplibs_check_method
 
29230
+      if test "$GCC" = yes; then
 
29231
+       case $host_os in aix4.[012]|aix4.[012].*)
 
29232
+       # We only want to do this on AIX 4.2 and lower, the check
 
29233
+       # below for broken collect2 doesn't work under 4.3+
 
29234
+         collect2name=`${CC} -print-prog-name=collect2`
 
29235
+         if test -f "$collect2name" &&
 
29236
+          strings "$collect2name" | $GREP resolve_lib_name >/dev/null
 
29237
+         then
 
29238
+         # We have reworked collect2
 
29239
+         :
 
29240
+         else
 
29241
+         # We have old collect2
 
29242
+         hardcode_direct=unsupported
 
29243
+         # It fails to find uninstalled libraries when the uninstalled
 
29244
+         # path is not listed in the libpath.  Setting hardcode_minus_L
 
29245
+         # to unsupported forces relinking
 
29246
+         hardcode_minus_L=yes
 
29247
+         hardcode_libdir_flag_spec='-L$libdir'
 
29248
+         hardcode_libdir_separator=
 
29249
+         fi
 
29250
+         ;;
 
29251
+       esac
 
29252
+       shared_flag='-shared'
 
29253
+       if test "$aix_use_runtimelinking" = yes; then
 
29254
+         shared_flag="$shared_flag "'${wl}-G'
 
29255
+       fi
 
29256
+       link_all_deplibs=no
 
29257
+      else
 
29258
+       # not using gcc
 
29259
+       if test "$host_cpu" = ia64; then
 
29260
+       # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
 
29261
+       # chokes on -Wl,-G. The following line is correct:
 
29262
+         shared_flag='-G'
 
29263
+       else
 
29264
+         if test "$aix_use_runtimelinking" = yes; then
 
29265
+           shared_flag='${wl}-G'
 
29266
+         else
 
29267
+           shared_flag='${wl}-bM:SRE'
 
29268
+         fi
 
29269
+       fi
 
29270
+      fi
 
29271
 
 
29272
-# Command to use when deplibs_check_method == file_magic.
 
29273
-file_magic_cmd=$lt_file_magic_cmd
 
29274
-
 
29275
-# Flag that allows shared libraries with undefined symbols to be built.
 
29276
-allow_undefined_flag=$lt_allow_undefined_flag
 
29277
-
 
29278
-# Flag that forces no undefined symbols.
 
29279
-no_undefined_flag=$lt_no_undefined_flag
 
29280
+      # It seems that -bexpall does not export symbols beginning with
 
29281
+      # underscore (_), so it is better to generate a list of symbols to export.
 
29282
+      always_export_symbols=yes
 
29283
+      if test "$aix_use_runtimelinking" = yes; then
 
29284
+       # Warning - without using the other runtime loading flags (-brtl),
 
29285
+       # -berok will link without error, but may produce a broken library.
 
29286
+       allow_undefined_flag='-berok'
 
29287
+        # Determine the default libpath from the value encoded in an
 
29288
+        # empty executable.
 
29289
+        cat >conftest.$ac_ext <<_ACEOF
 
29290
+/* confdefs.h.  */
 
29291
+_ACEOF
 
29292
+cat confdefs.h >>conftest.$ac_ext
 
29293
+cat >>conftest.$ac_ext <<_ACEOF
 
29294
+/* end confdefs.h.  */
 
29295
 
 
29296
-# Commands used to finish a libtool library installation in a directory.
 
29297
-finish_cmds=$lt_finish_cmds
 
29298
+int
 
29299
+main ()
 
29300
+{
 
29301
 
 
29302
-# Same as above, but a single script fragment to be evaled but not shown.
 
29303
-finish_eval=$lt_finish_eval
 
29304
+  ;
 
29305
+  return 0;
 
29306
+}
 
29307
+_ACEOF
 
29308
+rm -f conftest.$ac_objext conftest$ac_exeext
 
29309
+if { (ac_try="$ac_link"
 
29310
+case "(($ac_try" in
 
29311
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
29312
+  *) ac_try_echo=$ac_try;;
 
29313
+esac
 
29314
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
29315
+  (eval "$ac_link") 2>conftest.er1
 
29316
+  ac_status=$?
 
29317
+  grep -v '^ *+' conftest.er1 >conftest.err
 
29318
+  rm -f conftest.er1
 
29319
+  cat conftest.err >&5
 
29320
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29321
+  (exit $ac_status); } && {
 
29322
+        test -z "$ac_c_werror_flag" ||
 
29323
+        test ! -s conftest.err
 
29324
+       } && test -s conftest$ac_exeext &&
 
29325
+       $as_test_x conftest$ac_exeext; then
 
29326
 
 
29327
-# Take the output of nm and produce a listing of raw symbols and C names.
 
29328
-global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
 
29329
+lt_aix_libpath_sed='
 
29330
+    /Import File Strings/,/^$/ {
 
29331
+       /^0/ {
 
29332
+           s/^0  *\(.*\)$/\1/
 
29333
+           p
 
29334
+       }
 
29335
+    }'
 
29336
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
29337
+# Check for a 64-bit object if we didn't find anything.
 
29338
+if test -z "$aix_libpath"; then
 
29339
+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
29340
+fi
 
29341
+else
 
29342
+  echo "$as_me: failed program was:" >&5
 
29343
+sed 's/^/| /' conftest.$ac_ext >&5
 
29344
 
 
29345
-# Transform the output of nm in a proper C declaration
 
29346
-global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
 
29347
 
 
29348
-# Transform the output of nm in a C name address pair
 
29349
-global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
 
29350
+fi
 
29351
 
 
29352
-# This is the shared library runtime path variable.
 
29353
-runpath_var=$runpath_var
 
29354
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
29355
+      conftest$ac_exeext conftest.$ac_ext
 
29356
+if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
29357
 
 
29358
-# This is the shared library path variable.
 
29359
-shlibpath_var=$shlibpath_var
 
29360
+        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
 
29361
+        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"
 
29362
+      else
 
29363
+       if test "$host_cpu" = ia64; then
 
29364
+         hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
 
29365
+         allow_undefined_flag="-z nodefs"
 
29366
+         archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
 
29367
+       else
 
29368
+        # Determine the default libpath from the value encoded in an
 
29369
+        # empty executable.
 
29370
+        cat >conftest.$ac_ext <<_ACEOF
 
29371
+/* confdefs.h.  */
 
29372
+_ACEOF
 
29373
+cat confdefs.h >>conftest.$ac_ext
 
29374
+cat >>conftest.$ac_ext <<_ACEOF
 
29375
+/* end confdefs.h.  */
 
29376
 
 
29377
-# Is shlibpath searched before the hard-coded library search path?
 
29378
-shlibpath_overrides_runpath=$shlibpath_overrides_runpath
 
29379
+int
 
29380
+main ()
 
29381
+{
 
29382
 
 
29383
-# How to hardcode a shared library path into an executable.
 
29384
-hardcode_action=$hardcode_action
 
29385
+  ;
 
29386
+  return 0;
 
29387
+}
 
29388
+_ACEOF
 
29389
+rm -f conftest.$ac_objext conftest$ac_exeext
 
29390
+if { (ac_try="$ac_link"
 
29391
+case "(($ac_try" in
 
29392
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
29393
+  *) ac_try_echo=$ac_try;;
 
29394
+esac
 
29395
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
29396
+  (eval "$ac_link") 2>conftest.er1
 
29397
+  ac_status=$?
 
29398
+  grep -v '^ *+' conftest.er1 >conftest.err
 
29399
+  rm -f conftest.er1
 
29400
+  cat conftest.err >&5
 
29401
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29402
+  (exit $ac_status); } && {
 
29403
+        test -z "$ac_c_werror_flag" ||
 
29404
+        test ! -s conftest.err
 
29405
+       } && test -s conftest$ac_exeext &&
 
29406
+       $as_test_x conftest$ac_exeext; then
 
29407
 
 
29408
-# Whether we should hardcode library paths into libraries.
 
29409
-hardcode_into_libs=$hardcode_into_libs
 
29410
+lt_aix_libpath_sed='
 
29411
+    /Import File Strings/,/^$/ {
 
29412
+       /^0/ {
 
29413
+           s/^0  *\(.*\)$/\1/
 
29414
+           p
 
29415
+       }
 
29416
+    }'
 
29417
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
29418
+# Check for a 64-bit object if we didn't find anything.
 
29419
+if test -z "$aix_libpath"; then
 
29420
+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
29421
+fi
 
29422
+else
 
29423
+  echo "$as_me: failed program was:" >&5
 
29424
+sed 's/^/| /' conftest.$ac_ext >&5
 
29425
 
 
29426
-# Flag to hardcode \$libdir into a binary during linking.
 
29427
-# This must work even if \$libdir does not exist.
 
29428
-hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
 
29429
 
 
29430
-# If ld is used when linking, flag to hardcode \$libdir into
 
29431
-# a binary during linking. This must work even if \$libdir does
 
29432
-# not exist.
 
29433
-hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
 
29434
+fi
 
29435
 
 
29436
-# Whether we need a single -rpath flag with a separated argument.
 
29437
-hardcode_libdir_separator=$lt_hardcode_libdir_separator
 
29438
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
29439
+      conftest$ac_exeext conftest.$ac_ext
 
29440
+if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
29441
 
 
29442
-# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
 
29443
-# resulting binary.
 
29444
-hardcode_direct=$hardcode_direct
 
29445
+        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
 
29446
+         # Warning - without using the other run time loading flags,
 
29447
+         # -berok will link without error, but may produce a broken library.
 
29448
+         no_undefined_flag=' ${wl}-bernotok'
 
29449
+         allow_undefined_flag=' ${wl}-berok'
 
29450
+         # Exported symbols can be pulled into shared objects from archives
 
29451
+         whole_archive_flag_spec='$convenience'
 
29452
+         archive_cmds_need_lc=yes
 
29453
+         # This is similar to how AIX traditionally builds its shared libraries.
 
29454
+         archive_expsym_cmds="\$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'
 
29455
+       fi
 
29456
+      fi
 
29457
+      ;;
 
29458
 
 
29459
-# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
 
29460
-# resulting binary.
 
29461
-hardcode_minus_L=$hardcode_minus_L
 
29462
+    amigaos*)
 
29463
+      case $host_cpu in
 
29464
+      powerpc)
 
29465
+            # see comment about AmigaOS4 .so support
 
29466
+            archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
29467
+            archive_expsym_cmds=''
 
29468
+        ;;
 
29469
+      m68k)
 
29470
+            archive_cmds='$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)'
 
29471
+            hardcode_libdir_flag_spec='-L$libdir'
 
29472
+            hardcode_minus_L=yes
 
29473
+        ;;
 
29474
+      esac
 
29475
+      ;;
 
29476
 
 
29477
-# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
 
29478
-# the resulting binary.
 
29479
-hardcode_shlibpath_var=$hardcode_shlibpath_var
 
29480
+    bsdi[45]*)
 
29481
+      export_dynamic_flag_spec=-rdynamic
 
29482
+      ;;
 
29483
 
 
29484
-# Set to yes if building a shared library automatically hardcodes DIR into the library
 
29485
-# and all subsequent libraries and executables linked against it.
 
29486
-hardcode_automatic=$hardcode_automatic
 
29487
+    cygwin* | mingw* | pw32*)
 
29488
+      # When not using gcc, we currently assume that we are using
 
29489
+      # Microsoft Visual C++.
 
29490
+      # hardcode_libdir_flag_spec is actually meaningless, as there is
 
29491
+      # no search path for DLLs.
 
29492
+      hardcode_libdir_flag_spec=' '
 
29493
+      allow_undefined_flag=unsupported
 
29494
+      # Tell ltmain to make .lib files, not .a files.
 
29495
+      libext=lib
 
29496
+      # Tell ltmain to make .dll files, not .so files.
 
29497
+      shrext_cmds=".dll"
 
29498
+      # FIXME: Setting linknames here is a bad hack.
 
29499
+      archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
 
29500
+      # The linker will automatically build a .lib file if we build a DLL.
 
29501
+      old_archive_from_new_cmds='true'
 
29502
+      # FIXME: Should let the user specify the lib program.
 
29503
+      old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
 
29504
+      fix_srcfile_path='`cygpath -w "$srcfile"`'
 
29505
+      enable_shared_with_static_runtimes=yes
 
29506
+      ;;
 
29507
 
 
29508
-# Variables whose values should be saved in libtool wrapper scripts and
 
29509
-# restored at relink time.
 
29510
-variables_saved_for_relink="$variables_saved_for_relink"
 
29511
+    darwin* | rhapsody*)
 
29512
 
 
29513
-# Whether libtool must link a program against all its dependency libraries.
 
29514
-link_all_deplibs=$link_all_deplibs
 
29515
 
 
29516
-# Compile-time system search path for libraries
 
29517
-sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
 
29518
+  archive_cmds_need_lc=no
 
29519
+  hardcode_direct=no
 
29520
+  hardcode_automatic=yes
 
29521
+  hardcode_shlibpath_var=unsupported
 
29522
+  whole_archive_flag_spec=''
 
29523
+  link_all_deplibs=yes
 
29524
+  allow_undefined_flag="$_lt_dar_allow_undefined"
 
29525
+  if test "$GCC" = "yes"; then
 
29526
+    output_verbose_link_cmd=echo
 
29527
+    archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
 
29528
+    module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
 
29529
+    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}"
 
29530
+    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}"
 
29531
 
 
29532
-# Run-time system search path for libraries
 
29533
-sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
 
29534
+  else
 
29535
+  ld_shlibs=no
 
29536
+  fi
 
29537
 
 
29538
-# Fix the shell variable \$srcfile for the compiler.
 
29539
-fix_srcfile_path=$lt_fix_srcfile_path
 
29540
+      ;;
 
29541
 
 
29542
-# Set to yes if exported symbols are required.
 
29543
-always_export_symbols=$always_export_symbols
 
29544
+    dgux*)
 
29545
+      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
29546
+      hardcode_libdir_flag_spec='-L$libdir'
 
29547
+      hardcode_shlibpath_var=no
 
29548
+      ;;
 
29549
 
 
29550
-# The commands to list exported symbols.
 
29551
-export_symbols_cmds=$lt_export_symbols_cmds
 
29552
+    freebsd1*)
 
29553
+      ld_shlibs=no
 
29554
+      ;;
 
29555
 
 
29556
-# The commands to extract the exported symbol list from a shared archive.
 
29557
-extract_expsyms_cmds=$lt_extract_expsyms_cmds
 
29558
+    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
 
29559
+    # support.  Future versions do this automatically, but an explicit c++rt0.o
 
29560
+    # does not break anything, and helps significantly (at the cost of a little
 
29561
+    # extra space).
 
29562
+    freebsd2.2*)
 
29563
+      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
 
29564
+      hardcode_libdir_flag_spec='-R$libdir'
 
29565
+      hardcode_direct=yes
 
29566
+      hardcode_shlibpath_var=no
 
29567
+      ;;
 
29568
 
 
29569
-# Symbols that should not be listed in the preloaded symbols.
 
29570
-exclude_expsyms=$lt_exclude_expsyms
 
29571
+    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
 
29572
+    freebsd2*)
 
29573
+      archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
29574
+      hardcode_direct=yes
 
29575
+      hardcode_minus_L=yes
 
29576
+      hardcode_shlibpath_var=no
 
29577
+      ;;
 
29578
 
 
29579
-# Symbols that must always be exported.
 
29580
-include_expsyms=$lt_include_expsyms
 
29581
+    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
 
29582
+    freebsd* | dragonfly*)
 
29583
+      archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
 
29584
+      hardcode_libdir_flag_spec='-R$libdir'
 
29585
+      hardcode_direct=yes
 
29586
+      hardcode_shlibpath_var=no
 
29587
+      ;;
 
29588
 
 
29589
-# ### END LIBTOOL CONFIG
 
29590
+    hpux9*)
 
29591
+      if test "$GCC" = yes; then
 
29592
+       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'
 
29593
+      else
 
29594
+       archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
29595
+      fi
 
29596
+      hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
 
29597
+      hardcode_libdir_separator=:
 
29598
+      hardcode_direct=yes
 
29599
 
 
29600
-__EOF__
 
29601
+      # hardcode_minus_L: Not really in the search PATH,
 
29602
+      # but as the default location of the library.
 
29603
+      hardcode_minus_L=yes
 
29604
+      export_dynamic_flag_spec='${wl}-E'
 
29605
+      ;;
 
29606
 
 
29607
+    hpux10*)
 
29608
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
29609
+       archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
29610
+      else
 
29611
+       archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
 
29612
+      fi
 
29613
+      if test "$with_gnu_ld" = no; then
 
29614
+       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
 
29615
+       hardcode_libdir_flag_spec_ld='+b $libdir'
 
29616
+       hardcode_libdir_separator=:
 
29617
+       hardcode_direct=yes
 
29618
+       hardcode_direct_absolute=yes
 
29619
+       export_dynamic_flag_spec='${wl}-E'
 
29620
+       # hardcode_minus_L: Not really in the search PATH,
 
29621
+       # but as the default location of the library.
 
29622
+       hardcode_minus_L=yes
 
29623
+      fi
 
29624
+      ;;
 
29625
 
 
29626
-  case $host_os in
 
29627
-  aix3*)
 
29628
-    cat <<\EOF >> "$cfgfile"
 
29629
+    hpux11*)
 
29630
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
29631
+       case $host_cpu in
 
29632
+       hppa*64*)
 
29633
+         archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
29634
+         ;;
 
29635
+       ia64*)
 
29636
+         archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
29637
+         ;;
 
29638
+       *)
 
29639
+         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
29640
+         ;;
 
29641
+       esac
 
29642
+      else
 
29643
+       case $host_cpu in
 
29644
+       hppa*64*)
 
29645
+         archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
29646
+         ;;
 
29647
+       ia64*)
 
29648
+         archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
29649
+         ;;
 
29650
+       *)
 
29651
+         archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
29652
+         ;;
 
29653
+       esac
 
29654
+      fi
 
29655
+      if test "$with_gnu_ld" = no; then
 
29656
+       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
 
29657
+       hardcode_libdir_separator=:
 
29658
 
 
29659
-# AIX sometimes has problems with the GCC collect2 program.  For some
 
29660
-# reason, if we set the COLLECT_NAMES environment variable, the problems
 
29661
-# vanish in a puff of smoke.
 
29662
-if test "X${COLLECT_NAMES+set}" != Xset; then
 
29663
-  COLLECT_NAMES=
 
29664
-  export COLLECT_NAMES
 
29665
-fi
 
29666
-EOF
 
29667
-    ;;
 
29668
-  esac
 
29669
+       case $host_cpu in
 
29670
+       hppa*64*|ia64*)
 
29671
+         hardcode_direct=no
 
29672
+         hardcode_shlibpath_var=no
 
29673
+         ;;
 
29674
+       *)
 
29675
+         hardcode_direct=yes
 
29676
+         hardcode_direct_absolute=yes
 
29677
+         export_dynamic_flag_spec='${wl}-E'
 
29678
 
 
29679
-  # We use sed instead of cat because bash on DJGPP gets confused if
 
29680
-  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
 
29681
-  # text mode, it properly converts lines to CR/LF.  This bash problem
 
29682
-  # is reportedly fixed, but why not run on old versions too?
 
29683
-  sed '$q' "$ltmain" >> "$cfgfile" || (rm -f "$cfgfile"; exit 1)
 
29684
+         # hardcode_minus_L: Not really in the search PATH,
 
29685
+         # but as the default location of the library.
 
29686
+         hardcode_minus_L=yes
 
29687
+         ;;
 
29688
+       esac
 
29689
+      fi
 
29690
+      ;;
 
29691
 
 
29692
-  mv -f "$cfgfile" "$ofile" || \
 
29693
-    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
 
29694
-  chmod +x "$ofile"
 
29695
+    irix5* | irix6* | nonstopux*)
 
29696
+      if test "$GCC" = yes; then
 
29697
+       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'
 
29698
+       # Try to use the -exported_symbol ld option, if it does not
 
29699
+       # work, assume that -exports_file does not work either and
 
29700
+       # implicitly export all symbols.
 
29701
+        save_LDFLAGS="$LDFLAGS"
 
29702
+        LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
 
29703
+        cat >conftest.$ac_ext <<_ACEOF
 
29704
+int foo(void) {}
 
29705
+_ACEOF
 
29706
+rm -f conftest.$ac_objext conftest$ac_exeext
 
29707
+if { (ac_try="$ac_link"
 
29708
+case "(($ac_try" in
 
29709
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
29710
+  *) ac_try_echo=$ac_try;;
 
29711
+esac
 
29712
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
29713
+  (eval "$ac_link") 2>conftest.er1
 
29714
+  ac_status=$?
 
29715
+  grep -v '^ *+' conftest.er1 >conftest.err
 
29716
+  rm -f conftest.er1
 
29717
+  cat conftest.err >&5
 
29718
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29719
+  (exit $ac_status); } && {
 
29720
+        test -z "$ac_c_werror_flag" ||
 
29721
+        test ! -s conftest.err
 
29722
+       } && test -s conftest$ac_exeext &&
 
29723
+       $as_test_x conftest$ac_exeext; then
 
29724
+  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'
 
29725
 
 
29726
 else
 
29727
-  # If there is no Makefile yet, we rely on a make rule to execute
 
29728
-  # `config.status --recheck' to rerun these tests and create the
 
29729
-  # libtool script then.
 
29730
-  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
 
29731
-  if test -f "$ltmain_in"; then
 
29732
-    test -f Makefile && make "$ltmain"
 
29733
-  fi
 
29734
+  echo "$as_me: failed program was:" >&5
 
29735
+sed 's/^/| /' conftest.$ac_ext >&5
 
29736
+
 
29737
+
 
29738
 fi
 
29739
 
 
29740
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
29741
+      conftest$ac_exeext conftest.$ac_ext
 
29742
+        LDFLAGS="$save_LDFLAGS"
 
29743
+      else
 
29744
+       archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
 
29745
+       archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
 
29746
+      fi
 
29747
+      archive_cmds_need_lc='no'
 
29748
+      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
 
29749
+      hardcode_libdir_separator=:
 
29750
+      inherit_rpath=yes
 
29751
+      link_all_deplibs=yes
 
29752
+      ;;
 
29753
 
 
29754
-ac_ext=c
 
29755
-ac_cpp='$CPP $CPPFLAGS'
 
29756
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
29757
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
29758
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
29759
+    netbsd* | netbsdelf*-gnu)
 
29760
+      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 
29761
+       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
 
29762
+      else
 
29763
+       archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
 
29764
+      fi
 
29765
+      hardcode_libdir_flag_spec='-R$libdir'
 
29766
+      hardcode_direct=yes
 
29767
+      hardcode_shlibpath_var=no
 
29768
+      ;;
 
29769
 
 
29770
-CC="$lt_save_CC"
 
29771
+    newsos6)
 
29772
+      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
29773
+      hardcode_direct=yes
 
29774
+      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
 
29775
+      hardcode_libdir_separator=:
 
29776
+      hardcode_shlibpath_var=no
 
29777
+      ;;
 
29778
 
 
29779
+    *nto* | *qnx*)
 
29780
+      ;;
 
29781
 
 
29782
-# Check whether --with-tags was given.
 
29783
-if test "${with_tags+set}" = set; then
 
29784
-  withval=$with_tags; tagnames="$withval"
 
29785
-fi
 
29786
+    openbsd*)
 
29787
+      if test -f /usr/libexec/ld.so; then
 
29788
+       hardcode_direct=yes
 
29789
+       hardcode_shlibpath_var=no
 
29790
+       hardcode_direct_absolute=yes
 
29791
+       if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
29792
+         archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
29793
+         archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
 
29794
+         hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
 
29795
+         export_dynamic_flag_spec='${wl}-E'
 
29796
+       else
 
29797
+         case $host_os in
 
29798
+          openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
 
29799
+            archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
29800
+            hardcode_libdir_flag_spec='-R$libdir'
 
29801
+            ;;
 
29802
+          *)
 
29803
+            archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
29804
+            hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
 
29805
+            ;;
 
29806
+         esac
 
29807
+       fi
 
29808
+      else
 
29809
+       ld_shlibs=no
 
29810
+      fi
 
29811
+      ;;
 
29812
 
 
29813
+    os2*)
 
29814
+      hardcode_libdir_flag_spec='-L$libdir'
 
29815
+      hardcode_minus_L=yes
 
29816
+      allow_undefined_flag=unsupported
 
29817
+      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'
 
29818
+      old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
 
29819
+      ;;
 
29820
 
 
29821
-if test -f "$ltmain" && test -n "$tagnames"; then
 
29822
-  if test ! -f "${ofile}"; then
 
29823
-    { $as_echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5
 
29824
-$as_echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;}
 
29825
-  fi
 
29826
+    osf3*)
 
29827
+      if test "$GCC" = yes; then
 
29828
+       allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
 
29829
+       archive_cmds='$CC -shared${allow_undefined_flag} $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'
 
29830
+      else
 
29831
+       allow_undefined_flag=' -expect_unresolved \*'
 
29832
+       archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
 
29833
+      fi
 
29834
+      archive_cmds_need_lc='no'
 
29835
+      hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
 
29836
+      hardcode_libdir_separator=:
 
29837
+      ;;
 
29838
 
 
29839
-  if test -z "$LTCC"; then
 
29840
-    eval "`$SHELL ${ofile} --config | grep '^LTCC='`"
 
29841
-    if test -z "$LTCC"; then
 
29842
-      { $as_echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5
 
29843
-$as_echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;}
 
29844
-    else
 
29845
-      { $as_echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5
 
29846
-$as_echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;}
 
29847
-    fi
 
29848
-  fi
 
29849
-  if test -z "$LTCFLAGS"; then
 
29850
-    eval "`$SHELL ${ofile} --config | grep '^LTCFLAGS='`"
 
29851
-  fi
 
29852
+    osf4* | osf5*)     # as osf3* with the addition of -msym flag
 
29853
+      if test "$GCC" = yes; then
 
29854
+       allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
 
29855
+       archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${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'
 
29856
+       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
 
29857
+      else
 
29858
+       allow_undefined_flag=' -expect_unresolved \*'
 
29859
+       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'
 
29860
+       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~
 
29861
+       $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'
 
29862
 
 
29863
-  # Extract list of available tagged configurations in $ofile.
 
29864
-  # Note that this assumes the entire list is on one line.
 
29865
-  available_tags=`grep "^available_tags=" "${ofile}" | $SED -e 's/available_tags=\(.*$\)/\1/' -e 's/\"//g'`
 
29866
+       # Both c and cxx compiler support -rpath directly
 
29867
+       hardcode_libdir_flag_spec='-rpath $libdir'
 
29868
+      fi
 
29869
+      archive_cmds_need_lc='no'
 
29870
+      hardcode_libdir_separator=:
 
29871
+      ;;
 
29872
 
 
29873
-  lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
29874
-  for tagname in $tagnames; do
 
29875
-    IFS="$lt_save_ifs"
 
29876
-    # Check whether tagname contains only valid characters
 
29877
-    case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in
 
29878
-    "") ;;
 
29879
-    *)  { { $as_echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5
 
29880
-$as_echo "$as_me: error: invalid tag name: $tagname" >&2;}
 
29881
-   { (exit 1); exit 1; }; }
 
29882
+    solaris*)
 
29883
+      no_undefined_flag=' -z defs'
 
29884
+      if test "$GCC" = yes; then
 
29885
+       wlarc='${wl}'
 
29886
+       archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
29887
+       archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
 
29888
+         $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
 
29889
+      else
 
29890
+       case `$CC -V 2>&1` in
 
29891
+       *"Compilers 5.0"*)
 
29892
+         wlarc=''
 
29893
+         archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
29894
+         archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
 
29895
+         $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
 
29896
+         ;;
 
29897
+       *)
 
29898
+         wlarc='${wl}'
 
29899
+         archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
 
29900
+         archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
 
29901
+         $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
 
29902
+         ;;
 
29903
+       esac
 
29904
+      fi
 
29905
+      hardcode_libdir_flag_spec='-R$libdir'
 
29906
+      hardcode_shlibpath_var=no
 
29907
+      case $host_os in
 
29908
+      solaris2.[0-5] | solaris2.[0-5].*) ;;
 
29909
+      *)
 
29910
+       # The compiler driver will combine and reorder linker options,
 
29911
+       # but understands `-z linker_flag'.  GCC discards it without `$wl',
 
29912
+       # but is careful enough not to reorder.
 
29913
+       # Supported since Solaris 2.6 (maybe 2.5.1?)
 
29914
+       if test "$GCC" = yes; then
 
29915
+         whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
 
29916
+       else
 
29917
+         whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
 
29918
+       fi
 
29919
        ;;
 
29920
-    esac
 
29921
+      esac
 
29922
+      link_all_deplibs=yes
 
29923
+      ;;
 
29924
 
 
29925
-    if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null
 
29926
-    then
 
29927
-      { { $as_echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5
 
29928
-$as_echo "$as_me: error: tag name \"$tagname\" already exists" >&2;}
 
29929
-   { (exit 1); exit 1; }; }
 
29930
-    fi
 
29931
+    sunos4*)
 
29932
+      if test "x$host_vendor" = xsequent; then
 
29933
+       # Use $CC to link under sequent, because it throws in some extra .o
 
29934
+       # files that make .init and .fini sections work.
 
29935
+       archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
 
29936
+      else
 
29937
+       archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
 
29938
+      fi
 
29939
+      hardcode_libdir_flag_spec='-L$libdir'
 
29940
+      hardcode_direct=yes
 
29941
+      hardcode_minus_L=yes
 
29942
+      hardcode_shlibpath_var=no
 
29943
+      ;;
 
29944
 
 
29945
-    # Update the list of available tags.
 
29946
-    if test -n "$tagname"; then
 
29947
-      echo appending configuration tag \"$tagname\" to $ofile
 
29948
-
 
29949
-      case $tagname in
 
29950
-      CXX)
 
29951
-       if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
 
29952
-           ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
 
29953
-           (test "X$CXX" != "Xg++"))) ; then
 
29954
-         ac_ext=cpp
 
29955
-ac_cpp='$CXXCPP $CPPFLAGS'
 
29956
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
29957
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
29958
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
29959
+    sysv4)
 
29960
+      case $host_vendor in
 
29961
+       sni)
 
29962
+         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
29963
+         hardcode_direct=yes # is this really true???
 
29964
+       ;;
 
29965
+       siemens)
 
29966
+         ## LD is ld it makes a PLAMLIB
 
29967
+         ## CC just makes a GrossModule.
 
29968
+         archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
 
29969
+         reload_cmds='$CC -r -o $output$reload_objs'
 
29970
+         hardcode_direct=no
 
29971
+        ;;
 
29972
+       motorola)
 
29973
+         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
29974
+         hardcode_direct=no #Motorola manual says yes, but my tests say they lie
 
29975
+       ;;
 
29976
+      esac
 
29977
+      runpath_var='LD_RUN_PATH'
 
29978
+      hardcode_shlibpath_var=no
 
29979
+      ;;
 
29980
 
 
29981
+    sysv4.3*)
 
29982
+      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
29983
+      hardcode_shlibpath_var=no
 
29984
+      export_dynamic_flag_spec='-Bexport'
 
29985
+      ;;
 
29986
 
 
29987
+    sysv4*MP*)
 
29988
+      if test -d /usr/nec; then
 
29989
+       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
29990
+       hardcode_shlibpath_var=no
 
29991
+       runpath_var=LD_RUN_PATH
 
29992
+       hardcode_runpath_var=yes
 
29993
+       ld_shlibs=yes
 
29994
+      fi
 
29995
+      ;;
 
29996
 
 
29997
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
 
29998
+      no_undefined_flag='${wl}-z,text'
 
29999
+      archive_cmds_need_lc=no
 
30000
+      hardcode_shlibpath_var=no
 
30001
+      runpath_var='LD_RUN_PATH'
 
30002
 
 
30003
-archive_cmds_need_lc_CXX=no
 
30004
-allow_undefined_flag_CXX=
 
30005
-always_export_symbols_CXX=no
 
30006
-archive_expsym_cmds_CXX=
 
30007
-export_dynamic_flag_spec_CXX=
 
30008
-hardcode_direct_CXX=no
 
30009
-hardcode_libdir_flag_spec_CXX=
 
30010
-hardcode_libdir_flag_spec_ld_CXX=
 
30011
-hardcode_libdir_separator_CXX=
 
30012
-hardcode_minus_L_CXX=no
 
30013
-hardcode_shlibpath_var_CXX=unsupported
 
30014
-hardcode_automatic_CXX=no
 
30015
-module_cmds_CXX=
 
30016
-module_expsym_cmds_CXX=
 
30017
-link_all_deplibs_CXX=unknown
 
30018
-old_archive_cmds_CXX=$old_archive_cmds
 
30019
-no_undefined_flag_CXX=
 
30020
-whole_archive_flag_spec_CXX=
 
30021
-enable_shared_with_static_runtimes_CXX=no
 
30022
+      if test "$GCC" = yes; then
 
30023
+       archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
30024
+       archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
30025
+      else
 
30026
+       archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
30027
+       archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
30028
+      fi
 
30029
+      ;;
 
30030
 
 
30031
-# Dependencies to place before and after the object being linked:
 
30032
-predep_objects_CXX=
 
30033
-postdep_objects_CXX=
 
30034
-predeps_CXX=
 
30035
-postdeps_CXX=
 
30036
-compiler_lib_search_path_CXX=
 
30037
-compiler_lib_search_dirs_CXX=
 
30038
+    sysv5* | sco3.2v5* | sco5v6*)
 
30039
+      # Note: We can NOT use -z defs as we might desire, because we do not
 
30040
+      # link with -lc, and that would cause any symbols used from libc to
 
30041
+      # always be unresolved, which means just about no library would
 
30042
+      # ever link correctly.  If we're not using GNU ld we use -z text
 
30043
+      # though, which does catch some bad symbols but isn't as heavy-handed
 
30044
+      # as -z defs.
 
30045
+      no_undefined_flag='${wl}-z,text'
 
30046
+      allow_undefined_flag='${wl}-z,nodefs'
 
30047
+      archive_cmds_need_lc=no
 
30048
+      hardcode_shlibpath_var=no
 
30049
+      hardcode_libdir_flag_spec='${wl}-R,$libdir'
 
30050
+      hardcode_libdir_separator=':'
 
30051
+      link_all_deplibs=yes
 
30052
+      export_dynamic_flag_spec='${wl}-Bexport'
 
30053
+      runpath_var='LD_RUN_PATH'
 
30054
 
 
30055
-# Source file extension for C++ test sources.
 
30056
-ac_ext=cpp
 
30057
+      if test "$GCC" = yes; then
 
30058
+       archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
30059
+       archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
30060
+      else
 
30061
+       archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
30062
+       archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
30063
+      fi
 
30064
+      ;;
 
30065
 
 
30066
-# Object file extension for compiled C++ test sources.
 
30067
-objext=o
 
30068
-objext_CXX=$objext
 
30069
+    uts4*)
 
30070
+      archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
30071
+      hardcode_libdir_flag_spec='-L$libdir'
 
30072
+      hardcode_shlibpath_var=no
 
30073
+      ;;
 
30074
 
 
30075
-# Code to be used in simple compile tests
 
30076
-lt_simple_compile_test_code="int some_variable = 0;"
 
30077
+    *)
 
30078
+      ld_shlibs=no
 
30079
+      ;;
 
30080
+    esac
 
30081
 
 
30082
-# Code to be used in simple link tests
 
30083
-lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
 
30084
+    if test x$host_vendor = xsni; then
 
30085
+      case $host in
 
30086
+      sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
 
30087
+       export_dynamic_flag_spec='${wl}-Blargedynsym'
 
30088
+       ;;
 
30089
+      esac
 
30090
+    fi
 
30091
+  fi
 
30092
 
 
30093
-# ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
30094
+{ echo "$as_me:$LINENO: result: $ld_shlibs" >&5
 
30095
+echo "${ECHO_T}$ld_shlibs" >&6; }
 
30096
+test "$ld_shlibs" = no && can_build_shared=no
 
30097
 
 
30098
-# If no C compiler was specified, use CC.
 
30099
-LTCC=${LTCC-"$CC"}
 
30100
+with_gnu_ld=$with_gnu_ld
 
30101
 
 
30102
-# If no C compiler flags were specified, use CFLAGS.
 
30103
-LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
 
30104
 
 
30105
-# Allow CC to be a program name with arguments.
 
30106
-compiler=$CC
 
30107
 
 
30108
 
 
30109
-# save warnings/boilerplate of simple test code
 
30110
-ac_outfile=conftest.$ac_objext
 
30111
-echo "$lt_simple_compile_test_code" >conftest.$ac_ext
 
30112
-eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
30113
-_lt_compiler_boilerplate=`cat conftest.err`
 
30114
-$rm conftest*
 
30115
 
 
30116
-ac_outfile=conftest.$ac_objext
 
30117
-echo "$lt_simple_link_test_code" >conftest.$ac_ext
 
30118
-eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
30119
-_lt_linker_boilerplate=`cat conftest.err`
 
30120
-$rm -r conftest*
 
30121
 
 
30122
 
 
30123
-# Allow CC to be a program name with arguments.
 
30124
-lt_save_CC=$CC
 
30125
-lt_save_LD=$LD
 
30126
-lt_save_GCC=$GCC
 
30127
-GCC=$GXX
 
30128
-lt_save_with_gnu_ld=$with_gnu_ld
 
30129
-lt_save_path_LD=$lt_cv_path_LD
 
30130
-if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
 
30131
-  lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
 
30132
-else
 
30133
-  $as_unset lt_cv_prog_gnu_ld
 
30134
-fi
 
30135
-if test -n "${lt_cv_path_LDCXX+set}"; then
 
30136
-  lt_cv_path_LD=$lt_cv_path_LDCXX
 
30137
-else
 
30138
-  $as_unset lt_cv_path_LD
 
30139
-fi
 
30140
-test -z "${LDCXX+set}" || LD=$LDCXX
 
30141
-CC=${CXX-"c++"}
 
30142
-compiler=$CC
 
30143
-compiler_CXX=$CC
 
30144
-for cc_temp in $compiler""; do
 
30145
-  case $cc_temp in
 
30146
-    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
 
30147
-    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
 
30148
-    \-*) ;;
 
30149
-    *) break;;
 
30150
-  esac
 
30151
-done
 
30152
-cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
30153
 
 
30154
 
 
30155
-# We don't want -fno-exception wen compiling C++ code, so set the
 
30156
-# no_builtin_flag separately
 
30157
-if test "$GXX" = yes; then
 
30158
-  lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
 
30159
-else
 
30160
-  lt_prog_compiler_no_builtin_flag_CXX=
 
30161
-fi
 
30162
 
 
30163
-if test "$GXX" = yes; then
 
30164
-  # Set up default GNU C++ configuration
 
30165
 
 
30166
 
 
30167
-# Check whether --with-gnu-ld was given.
 
30168
-if test "${with_gnu_ld+set}" = set; then
 
30169
-  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
 
30170
-else
 
30171
-  with_gnu_ld=no
 
30172
-fi
 
30173
 
 
30174
-ac_prog=ld
 
30175
-if test "$GCC" = yes; then
 
30176
-  # Check if gcc -print-prog-name=ld gives a path.
 
30177
-  { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5
 
30178
-$as_echo_n "checking for ld used by $CC... " >&6; }
 
30179
-  case $host in
 
30180
-  *-*-mingw*)
 
30181
-    # gcc leaves a trailing carriage return which upsets mingw
 
30182
-    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
 
30183
-  *)
 
30184
-    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
 
30185
-  esac
 
30186
-  case $ac_prog in
 
30187
-    # Accept absolute paths.
 
30188
-    [\\/]* | ?:[\\/]*)
 
30189
-      re_direlt='/[^/][^/]*/\.\./'
 
30190
-      # Canonicalize the pathname of ld
 
30191
-      ac_prog=`echo $ac_prog| $SED 's%\\\\%/%g'`
 
30192
-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
 
30193
-       ac_prog=`echo $ac_prog| $SED "s%$re_direlt%/%"`
 
30194
-      done
 
30195
-      test -z "$LD" && LD="$ac_prog"
 
30196
+
 
30197
+
 
30198
+#
 
30199
+# Do we need to explicitly link libc?
 
30200
+#
 
30201
+case "x$archive_cmds_need_lc" in
 
30202
+x|xyes)
 
30203
+  # Assume -lc should be added
 
30204
+  archive_cmds_need_lc=yes
 
30205
+
 
30206
+  if test "$enable_shared" = yes && test "$GCC" = yes; then
 
30207
+    case $archive_cmds in
 
30208
+    *'~'*)
 
30209
+      # FIXME: we may have to deal with multi-command sequences.
 
30210
       ;;
 
30211
-  "")
 
30212
-    # If it fails, then pretend we aren't using GCC.
 
30213
-    ac_prog=ld
 
30214
-    ;;
 
30215
-  *)
 
30216
-    # If it is relative, then search for the first ld in PATH.
 
30217
-    with_gnu_ld=unknown
 
30218
-    ;;
 
30219
-  esac
 
30220
-elif test "$with_gnu_ld" = yes; then
 
30221
-  { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
 
30222
-$as_echo_n "checking for GNU ld... " >&6; }
 
30223
-else
 
30224
-  { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
 
30225
-$as_echo_n "checking for non-GNU ld... " >&6; }
 
30226
-fi
 
30227
-if test "${lt_cv_path_LD+set}" = set; then
 
30228
-  $as_echo_n "(cached) " >&6
 
30229
-else
 
30230
-  if test -z "$LD"; then
 
30231
-  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
30232
-  for ac_dir in $PATH; do
 
30233
-    IFS="$lt_save_ifs"
 
30234
-    test -z "$ac_dir" && ac_dir=.
 
30235
-    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
 
30236
-      lt_cv_path_LD="$ac_dir/$ac_prog"
 
30237
-      # Check to see if the program is GNU ld.  I'd rather use --version,
 
30238
-      # but apparently some variants of GNU ld only accept -v.
 
30239
-      # Break only if it was the GNU/non-GNU ld that we prefer.
 
30240
-      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
 
30241
-      *GNU* | *'with BFD'*)
 
30242
-       test "$with_gnu_ld" != no && break
 
30243
-       ;;
 
30244
-      *)
 
30245
-       test "$with_gnu_ld" != yes && break
 
30246
-       ;;
 
30247
-      esac
 
30248
-    fi
 
30249
-  done
 
30250
-  IFS="$lt_save_ifs"
 
30251
-else
 
30252
-  lt_cv_path_LD="$LD" # Let the user override the test with a path.
 
30253
-fi
 
30254
-fi
 
30255
+    '$CC '*)
 
30256
+      # Test whether the compiler implicitly links with -lc since on some
 
30257
+      # systems, -lgcc has to come before -lc. If gcc already passes -lc
 
30258
+      # to ld, don't add -lc before -lgcc.
 
30259
+      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
30260
+echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
 
30261
+      $RM conftest*
 
30262
+      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
30263
 
 
30264
-LD="$lt_cv_path_LD"
 
30265
-if test -n "$LD"; then
 
30266
-  { $as_echo "$as_me:$LINENO: result: $LD" >&5
 
30267
-$as_echo "$LD" >&6; }
 
30268
-else
 
30269
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
30270
-$as_echo "no" >&6; }
 
30271
-fi
 
30272
-test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
 
30273
-$as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
 
30274
-   { (exit 1); exit 1; }; }
 
30275
-{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
 
30276
-$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
 
30277
-if test "${lt_cv_prog_gnu_ld+set}" = set; then
 
30278
-  $as_echo_n "(cached) " >&6
 
30279
-else
 
30280
-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
 
30281
-case `$LD -v 2>&1 </dev/null` in
 
30282
-*GNU* | *'with BFD'*)
 
30283
-  lt_cv_prog_gnu_ld=yes
 
30284
-  ;;
 
30285
-*)
 
30286
-  lt_cv_prog_gnu_ld=no
 
30287
+      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
30288
+  (eval $ac_compile) 2>&5
 
30289
+  ac_status=$?
 
30290
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30291
+  (exit $ac_status); } 2>conftest.err; then
 
30292
+        soname=conftest
 
30293
+        lib=conftest
 
30294
+        libobjs=conftest.$ac_objext
 
30295
+        deplibs=
 
30296
+        wl=$lt_prog_compiler_wl
 
30297
+       pic_flag=$lt_prog_compiler_pic
 
30298
+        compiler_flags=-v
 
30299
+        linker_flags=-v
 
30300
+        verstring=
 
30301
+        output_objdir=.
 
30302
+        libname=conftest
 
30303
+        lt_save_allow_undefined_flag=$allow_undefined_flag
 
30304
+        allow_undefined_flag=
 
30305
+        if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
 
30306
+  (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
 
30307
+  ac_status=$?
 
30308
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30309
+  (exit $ac_status); }
 
30310
+        then
 
30311
+         archive_cmds_need_lc=no
 
30312
+        else
 
30313
+         archive_cmds_need_lc=yes
 
30314
+        fi
 
30315
+        allow_undefined_flag=$lt_save_allow_undefined_flag
 
30316
+      else
 
30317
+        cat conftest.err 1>&5
 
30318
+      fi
 
30319
+      $RM conftest*
 
30320
+      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
 
30321
+echo "${ECHO_T}$archive_cmds_need_lc" >&6; }
 
30322
+      ;;
 
30323
+    esac
 
30324
+  fi
 
30325
   ;;
 
30326
 esac
 
30327
-fi
 
30328
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
 
30329
-$as_echo "$lt_cv_prog_gnu_ld" >&6; }
 
30330
-with_gnu_ld=$lt_cv_prog_gnu_ld
 
30331
 
 
30332
 
 
30333
 
 
30334
-  # Check if GNU C++ uses GNU ld as the underlying linker, since the
 
30335
-  # archiving commands below assume that GNU ld is being used.
 
30336
-  if test "$with_gnu_ld" = yes; then
 
30337
-    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
30338
-    archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
30339
 
 
30340
-    hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
 
30341
-    export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
 
30342
 
 
30343
-    # If archive_cmds runs LD, not CC, wlarc should be empty
 
30344
-    # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
 
30345
-    #     investigate it a little bit more. (MM)
 
30346
-    wlarc='${wl}'
 
30347
 
 
30348
-    # ancient GNU ld didn't support --whole-archive et. al.
 
30349
-    if eval "`$CC -print-prog-name=ld` --help 2>&1" | \
 
30350
-       grep 'no-whole-archive' > /dev/null; then
 
30351
-      whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
30352
-    else
 
30353
-      whole_archive_flag_spec_CXX=
 
30354
-    fi
 
30355
-  else
 
30356
-    with_gnu_ld=no
 
30357
-    wlarc=
 
30358
 
 
30359
-    # A generic and very simple default shared library creation
 
30360
-    # command for GNU C++ for the case where it uses the native
 
30361
-    # linker, instead of GNU ld.  If possible, this setting should
 
30362
-    # overridden to take advantage of the native linker features on
 
30363
-    # the platform it is being used on.
 
30364
-    archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
 
30365
-  fi
 
30366
 
 
30367
-  # Commands to make compiler produce verbose output that lists
 
30368
-  # what "hidden" libraries, object files and flags are used when
 
30369
-  # linking a shared library.
 
30370
-  output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
 
30371
 
 
30372
-else
 
30373
-  GXX=no
 
30374
-  with_gnu_ld=no
 
30375
-  wlarc=
 
30376
-fi
 
30377
 
 
30378
-# PORTME: fill in a description of your system's C++ link characteristics
 
30379
-{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
30380
-$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
 
30381
-ld_shlibs_CXX=yes
 
30382
-case $host_os in
 
30383
-  aix3*)
 
30384
-    # FIXME: insert proper C++ library support
 
30385
-    ld_shlibs_CXX=no
 
30386
-    ;;
 
30387
-  aix[4-9]*)
 
30388
-    if test "$host_cpu" = ia64; then
 
30389
-      # On IA64, the linker does run time linking by default, so we don't
 
30390
-      # have to do anything special.
 
30391
-      aix_use_runtimelinking=no
 
30392
-      exp_sym_flag='-Bexport'
 
30393
-      no_entry_flag=""
 
30394
-    else
 
30395
-      aix_use_runtimelinking=no
 
30396
 
 
30397
-      # Test if we are trying to use run time linking or normal
 
30398
-      # AIX style linking. If -brtl is somewhere in LDFLAGS, we
 
30399
-      # need to do runtime linking.
 
30400
-      case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
 
30401
-       for ld_flag in $LDFLAGS; do
 
30402
-         case $ld_flag in
 
30403
-         *-brtl*)
 
30404
-           aix_use_runtimelinking=yes
 
30405
-           break
 
30406
-           ;;
 
30407
-         esac
 
30408
-       done
 
30409
-       ;;
 
30410
-      esac
 
30411
 
 
30412
-      exp_sym_flag='-bexport'
 
30413
-      no_entry_flag='-bnoentry'
 
30414
-    fi
 
30415
 
 
30416
-    # When large executables or shared objects are built, AIX ld can
 
30417
-    # have problems creating the table of contents.  If linking a library
 
30418
-    # or program results in "error TOC overflow" add -mminimal-toc to
 
30419
-    # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
 
30420
-    # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
 
30421
-
 
30422
-    archive_cmds_CXX=''
 
30423
-    hardcode_direct_CXX=yes
 
30424
-    hardcode_libdir_separator_CXX=':'
 
30425
-    link_all_deplibs_CXX=yes
 
30426
 
 
30427
-    if test "$GXX" = yes; then
 
30428
-      case $host_os in aix4.[012]|aix4.[012].*)
 
30429
-      # We only want to do this on AIX 4.2 and lower, the check
 
30430
-      # below for broken collect2 doesn't work under 4.3+
 
30431
-       collect2name=`${CC} -print-prog-name=collect2`
 
30432
-       if test -f "$collect2name" && \
 
30433
-          strings "$collect2name" | grep resolve_lib_name >/dev/null
 
30434
-       then
 
30435
-         # We have reworked collect2
 
30436
-         :
 
30437
-       else
 
30438
-         # We have old collect2
 
30439
-         hardcode_direct_CXX=unsupported
 
30440
-         # It fails to find uninstalled libraries when the uninstalled
 
30441
-         # path is not listed in the libpath.  Setting hardcode_minus_L
 
30442
-         # to unsupported forces relinking
 
30443
-         hardcode_minus_L_CXX=yes
 
30444
-         hardcode_libdir_flag_spec_CXX='-L$libdir'
 
30445
-         hardcode_libdir_separator_CXX=
 
30446
-       fi
 
30447
-       ;;
 
30448
-      esac
 
30449
-      shared_flag='-shared'
 
30450
-      if test "$aix_use_runtimelinking" = yes; then
 
30451
-       shared_flag="$shared_flag "'${wl}-G'
 
30452
-      fi
 
30453
-    else
 
30454
-      # not using gcc
 
30455
-      if test "$host_cpu" = ia64; then
 
30456
-       # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
 
30457
-       # chokes on -Wl,-G. The following line is correct:
 
30458
-       shared_flag='-G'
 
30459
-      else
 
30460
-       if test "$aix_use_runtimelinking" = yes; then
 
30461
-         shared_flag='${wl}-G'
 
30462
-       else
 
30463
-         shared_flag='${wl}-bM:SRE'
 
30464
-       fi
 
30465
-      fi
 
30466
-    fi
 
30467
 
 
30468
-    # It seems that -bexpall does not export symbols beginning with
 
30469
-    # underscore (_), so it is better to generate a list of symbols to export.
 
30470
-    always_export_symbols_CXX=yes
 
30471
-    if test "$aix_use_runtimelinking" = yes; then
 
30472
-      # Warning - without using the other runtime loading flags (-brtl),
 
30473
-      # -berok will link without error, but may produce a broken library.
 
30474
-      allow_undefined_flag_CXX='-berok'
 
30475
-      # Determine the default libpath from the value encoded in an empty executable.
 
30476
-      cat >conftest.$ac_ext <<_ACEOF
 
30477
-/* confdefs.h.  */
 
30478
-_ACEOF
 
30479
-cat confdefs.h >>conftest.$ac_ext
 
30480
-cat >>conftest.$ac_ext <<_ACEOF
 
30481
-/* end confdefs.h.  */
 
30482
 
 
30483
-int
 
30484
-main ()
 
30485
-{
 
30486
 
 
30487
-  ;
 
30488
-  return 0;
 
30489
-}
 
30490
-_ACEOF
 
30491
-rm -f conftest.$ac_objext conftest$ac_exeext
 
30492
-if { (ac_try="$ac_link"
 
30493
-case "(($ac_try" in
 
30494
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30495
-  *) ac_try_echo=$ac_try;;
 
30496
-esac
 
30497
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
30498
-$as_echo "$ac_try_echo") >&5
 
30499
-  (eval "$ac_link") 2>conftest.er1
 
30500
-  ac_status=$?
 
30501
-  grep -v '^ *+' conftest.er1 >conftest.err
 
30502
-  rm -f conftest.er1
 
30503
-  cat conftest.err >&5
 
30504
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30505
-  (exit $ac_status); } && {
 
30506
-        test -z "$ac_cxx_werror_flag" ||
 
30507
-        test ! -s conftest.err
 
30508
-       } && test -s conftest$ac_exeext && {
 
30509
-        test "$cross_compiling" = yes ||
 
30510
-        $as_test_x conftest$ac_exeext
 
30511
-       }; then
 
30512
 
 
30513
-lt_aix_libpath_sed='
 
30514
-    /Import File Strings/,/^$/ {
 
30515
-       /^0/ {
 
30516
-           s/^0  *\(.*\)$/\1/
 
30517
-           p
 
30518
-       }
 
30519
-    }'
 
30520
-aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
30521
-# Check for a 64-bit object if we didn't find anything.
 
30522
-if test -z "$aix_libpath"; then
 
30523
-  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
30524
-fi
 
30525
-else
 
30526
-  $as_echo "$as_me: failed program was:" >&5
 
30527
-sed 's/^/| /' conftest.$ac_ext >&5
 
30528
 
 
30529
 
 
30530
-fi
 
30531
 
 
30532
-rm -rf conftest.dSYM
 
30533
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
30534
-      conftest$ac_exeext conftest.$ac_ext
 
30535
-if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
30536
 
 
30537
-      hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
 
30538
 
 
30539
-      archive_expsym_cmds_CXX="\$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"
 
30540
-     else
 
30541
-      if test "$host_cpu" = ia64; then
 
30542
-       hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
 
30543
-       allow_undefined_flag_CXX="-z nodefs"
 
30544
-       archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
 
30545
-      else
 
30546
-       # Determine the default libpath from the value encoded in an empty executable.
 
30547
-       cat >conftest.$ac_ext <<_ACEOF
 
30548
-/* confdefs.h.  */
 
30549
-_ACEOF
 
30550
-cat confdefs.h >>conftest.$ac_ext
 
30551
-cat >>conftest.$ac_ext <<_ACEOF
 
30552
-/* end confdefs.h.  */
 
30553
 
 
30554
-int
 
30555
-main ()
 
30556
-{
 
30557
 
 
30558
-  ;
 
30559
-  return 0;
 
30560
-}
 
30561
-_ACEOF
 
30562
-rm -f conftest.$ac_objext conftest$ac_exeext
 
30563
-if { (ac_try="$ac_link"
 
30564
-case "(($ac_try" in
 
30565
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30566
-  *) ac_try_echo=$ac_try;;
 
30567
-esac
 
30568
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
30569
-$as_echo "$ac_try_echo") >&5
 
30570
-  (eval "$ac_link") 2>conftest.er1
 
30571
-  ac_status=$?
 
30572
-  grep -v '^ *+' conftest.er1 >conftest.err
 
30573
-  rm -f conftest.er1
 
30574
-  cat conftest.err >&5
 
30575
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30576
-  (exit $ac_status); } && {
 
30577
-        test -z "$ac_cxx_werror_flag" ||
 
30578
-        test ! -s conftest.err
 
30579
-       } && test -s conftest$ac_exeext && {
 
30580
-        test "$cross_compiling" = yes ||
 
30581
-        $as_test_x conftest$ac_exeext
 
30582
-       }; then
 
30583
 
 
30584
-lt_aix_libpath_sed='
 
30585
-    /Import File Strings/,/^$/ {
 
30586
-       /^0/ {
 
30587
-           s/^0  *\(.*\)$/\1/
 
30588
-           p
 
30589
-       }
 
30590
-    }'
 
30591
-aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
30592
-# Check for a 64-bit object if we didn't find anything.
 
30593
-if test -z "$aix_libpath"; then
 
30594
-  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
30595
-fi
 
30596
-else
 
30597
-  $as_echo "$as_me: failed program was:" >&5
 
30598
-sed 's/^/| /' conftest.$ac_ext >&5
 
30599
 
 
30600
 
 
30601
-fi
 
30602
 
 
30603
-rm -rf conftest.dSYM
 
30604
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
30605
-      conftest$ac_exeext conftest.$ac_ext
 
30606
-if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
30607
 
 
30608
-       hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
 
30609
-       # Warning - without using the other run time loading flags,
 
30610
-       # -berok will link without error, but may produce a broken library.
 
30611
-       no_undefined_flag_CXX=' ${wl}-bernotok'
 
30612
-       allow_undefined_flag_CXX=' ${wl}-berok'
 
30613
-       # Exported symbols can be pulled into shared objects from archives
 
30614
-       whole_archive_flag_spec_CXX='$convenience'
 
30615
-       archive_cmds_need_lc_CXX=yes
 
30616
-       # This is similar to how AIX traditionally builds its shared libraries.
 
30617
-       archive_expsym_cmds_CXX="\$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'
 
30618
-      fi
 
30619
-    fi
 
30620
-    ;;
 
30621
 
 
30622
-  beos*)
 
30623
-    if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
30624
-      allow_undefined_flag_CXX=unsupported
 
30625
-      # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
 
30626
-      # support --undefined.  This deserves some investigation.  FIXME
 
30627
-      archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
30628
-    else
 
30629
-      ld_shlibs_CXX=no
 
30630
-    fi
 
30631
-    ;;
 
30632
 
 
30633
-  chorus*)
 
30634
-    case $cc_basename in
 
30635
-      *)
 
30636
-       # FIXME: insert proper C++ library support
 
30637
-       ld_shlibs_CXX=no
 
30638
-       ;;
 
30639
-    esac
 
30640
-    ;;
 
30641
 
 
30642
-  cygwin* | mingw* | pw32*)
 
30643
-    # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
 
30644
-    # as there is no search path for DLLs.
 
30645
-    hardcode_libdir_flag_spec_CXX='-L$libdir'
 
30646
-    allow_undefined_flag_CXX=unsupported
 
30647
-    always_export_symbols_CXX=no
 
30648
-    enable_shared_with_static_runtimes_CXX=yes
 
30649
-
 
30650
-    if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
 
30651
-      archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
30652
-      # If the export-symbols file already is a .def file (1st line
 
30653
-      # is EXPORTS), use it as is; otherwise, prepend...
 
30654
-      archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
30655
-       cp $export_symbols $output_objdir/$soname.def;
 
30656
-      else
 
30657
-       echo EXPORTS > $output_objdir/$soname.def;
 
30658
-       cat $export_symbols >> $output_objdir/$soname.def;
 
30659
-      fi~
 
30660
-      $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
30661
-    else
 
30662
-      ld_shlibs_CXX=no
 
30663
-    fi
 
30664
-  ;;
 
30665
-      darwin* | rhapsody*)
 
30666
-      archive_cmds_need_lc_CXX=no
 
30667
-      hardcode_direct_CXX=no
 
30668
-      hardcode_automatic_CXX=yes
 
30669
-      hardcode_shlibpath_var_CXX=unsupported
 
30670
-      whole_archive_flag_spec_CXX=''
 
30671
-      link_all_deplibs_CXX=yes
 
30672
-      allow_undefined_flag_CXX="$_lt_dar_allow_undefined"
 
30673
-      if test "$GXX" = yes ; then
 
30674
-      output_verbose_link_cmd='echo'
 
30675
-      archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
 
30676
-      module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
 
30677
-      archive_expsym_cmds_CXX="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}"
 
30678
-      module_expsym_cmds_CXX="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}"
 
30679
-      if test "$lt_cv_apple_cc_single_mod" != "yes"; then
 
30680
-        archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
 
30681
-        archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
 
30682
-      fi
 
30683
-      else
 
30684
-      case $cc_basename in
 
30685
-        xlc*)
 
30686
-         output_verbose_link_cmd='echo'
 
30687
-          archive_cmds_CXX='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
 
30688
-          module_cmds_CXX='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
30689
-          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
 
30690
-          archive_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
30691
-          module_expsym_cmds_CXX='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
30692
-          ;;
 
30693
-       *)
 
30694
-         ld_shlibs_CXX=no
 
30695
-          ;;
 
30696
-      esac
 
30697
-      fi
 
30698
-        ;;
 
30699
 
 
30700
-  dgux*)
 
30701
-    case $cc_basename in
 
30702
-      ec++*)
 
30703
-       # FIXME: insert proper C++ library support
 
30704
-       ld_shlibs_CXX=no
 
30705
-       ;;
 
30706
-      ghcx*)
 
30707
-       # Green Hills C++ Compiler
 
30708
-       # FIXME: insert proper C++ library support
 
30709
-       ld_shlibs_CXX=no
 
30710
-       ;;
 
30711
-      *)
 
30712
-       # FIXME: insert proper C++ library support
 
30713
-       ld_shlibs_CXX=no
 
30714
-       ;;
 
30715
-    esac
 
30716
-    ;;
 
30717
-  freebsd[12]*)
 
30718
-    # C++ shared libraries reported to be fairly broken before switch to ELF
 
30719
-    ld_shlibs_CXX=no
 
30720
-    ;;
 
30721
-  freebsd-elf*)
 
30722
-    archive_cmds_need_lc_CXX=no
 
30723
-    ;;
 
30724
-  freebsd* | dragonfly*)
 
30725
-    # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
 
30726
-    # conventions
 
30727
-    ld_shlibs_CXX=yes
 
30728
-    ;;
 
30729
-  gnu*)
 
30730
-    ;;
 
30731
-  hpux9*)
 
30732
-    hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
 
30733
-    hardcode_libdir_separator_CXX=:
 
30734
-    export_dynamic_flag_spec_CXX='${wl}-E'
 
30735
-    hardcode_direct_CXX=yes
 
30736
-    hardcode_minus_L_CXX=yes # Not in the search PATH,
 
30737
-                               # but as the default
 
30738
-                               # location of the library.
 
30739
-
 
30740
-    case $cc_basename in
 
30741
-    CC*)
 
30742
-      # FIXME: insert proper C++ library support
 
30743
-      ld_shlibs_CXX=no
 
30744
-      ;;
 
30745
-    aCC*)
 
30746
-      archive_cmds_CXX='$rm $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
30747
-      # Commands to make compiler produce verbose output that lists
 
30748
-      # what "hidden" libraries, object files and flags are used when
 
30749
-      # linking a shared library.
 
30750
-      #
 
30751
-      # There doesn't appear to be a way to prevent this compiler from
 
30752
-      # explicitly linking system object files so we need to strip them
 
30753
-      # from the output so that they don't get included in the library
 
30754
-      # dependencies.
 
30755
-      output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "[-]L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
 
30756
-      ;;
 
30757
-    *)
 
30758
-      if test "$GXX" = yes; then
 
30759
-        archive_cmds_CXX='$rm $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
30760
-      else
 
30761
-        # FIXME: insert proper C++ library support
 
30762
-        ld_shlibs_CXX=no
 
30763
-      fi
 
30764
-      ;;
 
30765
-    esac
 
30766
-    ;;
 
30767
-  hpux10*|hpux11*)
 
30768
-    if test $with_gnu_ld = no; then
 
30769
-      hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
 
30770
-      hardcode_libdir_separator_CXX=:
 
30771
 
 
30772
-      case $host_cpu in
 
30773
-      hppa*64*|ia64*) ;;
 
30774
-      *)
 
30775
-       export_dynamic_flag_spec_CXX='${wl}-E'
 
30776
-        ;;
 
30777
-      esac
 
30778
-    fi
 
30779
-    case $host_cpu in
 
30780
-    hppa*64*|ia64*)
 
30781
-      hardcode_direct_CXX=no
 
30782
-      hardcode_shlibpath_var_CXX=no
 
30783
-      ;;
 
30784
-    *)
 
30785
-      hardcode_direct_CXX=yes
 
30786
-      hardcode_minus_L_CXX=yes # Not in the search PATH,
 
30787
-                                             # but as the default
 
30788
-                                             # location of the library.
 
30789
-      ;;
 
30790
-    esac
 
30791
 
 
30792
-    case $cc_basename in
 
30793
-      CC*)
 
30794
-       # FIXME: insert proper C++ library support
 
30795
-       ld_shlibs_CXX=no
 
30796
-       ;;
 
30797
-      aCC*)
 
30798
-       case $host_cpu in
 
30799
-       hppa*64*)
 
30800
-         archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
30801
-         ;;
 
30802
-       ia64*)
 
30803
-         archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
30804
-         ;;
 
30805
-       *)
 
30806
-         archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
30807
-         ;;
 
30808
-       esac
 
30809
-       # Commands to make compiler produce verbose output that lists
 
30810
-       # what "hidden" libraries, object files and flags are used when
 
30811
-       # linking a shared library.
 
30812
-       #
 
30813
-       # There doesn't appear to be a way to prevent this compiler from
 
30814
-       # explicitly linking system object files so we need to strip them
 
30815
-       # from the output so that they don't get included in the library
 
30816
-       # dependencies.
 
30817
-       output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | grep "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
 
30818
-       ;;
 
30819
-      *)
 
30820
-       if test "$GXX" = yes; then
 
30821
-         if test $with_gnu_ld = no; then
 
30822
-           case $host_cpu in
 
30823
-           hppa*64*)
 
30824
-             archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
30825
-             ;;
 
30826
-           ia64*)
 
30827
-             archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
30828
-             ;;
 
30829
-           *)
 
30830
-             archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
30831
-             ;;
 
30832
-           esac
 
30833
-         fi
 
30834
-       else
 
30835
-         # FIXME: insert proper C++ library support
 
30836
-         ld_shlibs_CXX=no
 
30837
-       fi
 
30838
-       ;;
 
30839
-    esac
 
30840
-    ;;
 
30841
-  interix[3-9]*)
 
30842
-    hardcode_direct_CXX=no
 
30843
-    hardcode_shlibpath_var_CXX=no
 
30844
-    hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
 
30845
-    export_dynamic_flag_spec_CXX='${wl}-E'
 
30846
-    # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
 
30847
-    # Instead, shared libraries are loaded at an image base (0x10000000 by
 
30848
-    # default) and relocated if they conflict, which is a slow very memory
 
30849
-    # consuming and fragmenting process.  To avoid this, we pick a random,
 
30850
-    # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
 
30851
-    # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
 
30852
-    archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
 
30853
-    archive_expsym_cmds_CXX='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'
 
30854
-    ;;
 
30855
-  irix5* | irix6*)
 
30856
-    case $cc_basename in
 
30857
-      CC*)
 
30858
-       # SGI C++
 
30859
-       archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
30860
-
 
30861
-       # Archives containing C++ object files must be created using
 
30862
-       # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
 
30863
-       # necessary to make sure instantiated templates are included
 
30864
-       # in the archive.
 
30865
-       old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
 
30866
-       ;;
 
30867
-      *)
 
30868
-       if test "$GXX" = yes; then
 
30869
-         if test "$with_gnu_ld" = no; then
 
30870
-           archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $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'
 
30871
-         else
 
30872
-           archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` -o $lib'
 
30873
-         fi
 
30874
-       fi
 
30875
-       link_all_deplibs_CXX=yes
 
30876
-       ;;
 
30877
-    esac
 
30878
-    hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
 
30879
-    hardcode_libdir_separator_CXX=:
 
30880
-    ;;
 
30881
-  linux* | k*bsd*-gnu)
 
30882
-    case $cc_basename in
 
30883
-      KCC*)
 
30884
-       # Kuck and Associates, Inc. (KAI) C++ Compiler
 
30885
-
 
30886
-       # KCC will only create a shared library if the output file
 
30887
-       # ends with ".so" (or ".sl" for HP-UX), so rename the library
 
30888
-       # to its proper name (with version) after linking.
 
30889
-       archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
 
30890
-       archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
 
30891
-       # Commands to make compiler produce verbose output that lists
 
30892
-       # what "hidden" libraries, object files and flags are used when
 
30893
-       # linking a shared library.
 
30894
-       #
 
30895
-       # There doesn't appear to be a way to prevent this compiler from
 
30896
-       # explicitly linking system object files so we need to strip them
 
30897
-       # from the output so that they don't get included in the library
 
30898
-       # dependencies.
 
30899
-       output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | grep "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
 
30900
-
 
30901
-       hardcode_libdir_flag_spec_CXX='${wl}--rpath,$libdir'
 
30902
-       export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
 
30903
-
 
30904
-       # Archives containing C++ object files must be created using
 
30905
-       # "CC -Bstatic", where "CC" is the KAI C++ compiler.
 
30906
-       old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
 
30907
-       ;;
 
30908
-      icpc*)
 
30909
-       # Intel C++
 
30910
-       with_gnu_ld=yes
 
30911
-       # version 8.0 and above of icpc choke on multiply defined symbols
 
30912
-       # if we add $predep_objects and $postdep_objects, however 7.1 and
 
30913
-       # earlier do not add the objects themselves.
 
30914
-       case `$CC -V 2>&1` in
 
30915
-       *"Version 7."*)
 
30916
-         archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
30917
-         archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
30918
-         ;;
 
30919
-       *)  # Version 8.0 or newer
 
30920
-         tmp_idyn=
 
30921
-         case $host_cpu in
 
30922
-           ia64*) tmp_idyn=' -i_dynamic';;
 
30923
-         esac
 
30924
-         archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
30925
-         archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
30926
-         ;;
 
30927
-       esac
 
30928
-       archive_cmds_need_lc_CXX=no
 
30929
-       hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
 
30930
-       export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
 
30931
-       whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
 
30932
-       ;;
 
30933
-      pgCC* | pgcpp*)
 
30934
-        # Portland Group C++ compiler
 
30935
-       archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
 
30936
-       archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
 
30937
-
 
30938
-       hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
 
30939
-       export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
 
30940
-       whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
30941
-        ;;
 
30942
-      cxx*)
 
30943
-       # Compaq C++
 
30944
-       archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
30945
-       archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
 
30946
 
 
30947
-       runpath_var=LD_RUN_PATH
 
30948
-       hardcode_libdir_flag_spec_CXX='-rpath $libdir'
 
30949
-       hardcode_libdir_separator_CXX=:
 
30950
 
 
30951
-       # Commands to make compiler produce verbose output that lists
 
30952
-       # what "hidden" libraries, object files and flags are used when
 
30953
-       # linking a shared library.
 
30954
-       #
 
30955
-       # There doesn't appear to be a way to prevent this compiler from
 
30956
-       # explicitly linking system object files so we need to strip them
 
30957
-       # from the output so that they don't get included in the library
 
30958
-       # dependencies.
 
30959
-       output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
 
30960
-       ;;
 
30961
-      *)
 
30962
-       case `$CC -V 2>&1 | sed 5q` in
 
30963
-       *Sun\ C*)
 
30964
-         # Sun C++ 5.9
 
30965
-         no_undefined_flag_CXX=' -zdefs'
 
30966
-         archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
30967
-         archive_expsym_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
 
30968
-         hardcode_libdir_flag_spec_CXX='-R$libdir'
 
30969
-         whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
30970
 
 
30971
-         # Not sure whether something based on
 
30972
-         # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
 
30973
-         # would be better.
 
30974
-         output_verbose_link_cmd='echo'
 
30975
-
 
30976
-         # Archives containing C++ object files must be created using
 
30977
-         # "CC -xar", where "CC" is the Sun C++ compiler.  This is
 
30978
-         # necessary to make sure instantiated templates are included
 
30979
-         # in the archive.
 
30980
-         old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
 
30981
-         ;;
 
30982
-       esac
 
30983
-       ;;
 
30984
-    esac
 
30985
-    ;;
 
30986
-  lynxos*)
 
30987
-    # FIXME: insert proper C++ library support
 
30988
-    ld_shlibs_CXX=no
 
30989
-    ;;
 
30990
-  m88k*)
 
30991
-    # FIXME: insert proper C++ library support
 
30992
-    ld_shlibs_CXX=no
 
30993
-    ;;
 
30994
-  mvs*)
 
30995
-    case $cc_basename in
 
30996
-      cxx*)
 
30997
-       # FIXME: insert proper C++ library support
 
30998
-       ld_shlibs_CXX=no
 
30999
-       ;;
 
31000
-      *)
 
31001
-       # FIXME: insert proper C++ library support
 
31002
-       ld_shlibs_CXX=no
 
31003
-       ;;
 
31004
-    esac
 
31005
-    ;;
 
31006
-  netbsd*)
 
31007
-    if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
31008
-      archive_cmds_CXX='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
 
31009
-      wlarc=
 
31010
-      hardcode_libdir_flag_spec_CXX='-R$libdir'
 
31011
-      hardcode_direct_CXX=yes
 
31012
-      hardcode_shlibpath_var_CXX=no
 
31013
-    fi
 
31014
-    # Workaround some broken pre-1.5 toolchains
 
31015
-    output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
 
31016
-    ;;
 
31017
-  openbsd2*)
 
31018
-    # C++ shared libraries are fairly broken
 
31019
-    ld_shlibs_CXX=no
 
31020
-    ;;
 
31021
-  openbsd*)
 
31022
-    if test -f /usr/libexec/ld.so; then
 
31023
-      hardcode_direct_CXX=yes
 
31024
-      hardcode_shlibpath_var_CXX=no
 
31025
-      archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
 
31026
-      hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
 
31027
-      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
31028
-       archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
 
31029
-       export_dynamic_flag_spec_CXX='${wl}-E'
 
31030
-       whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
31031
-      fi
 
31032
-      output_verbose_link_cmd='echo'
 
31033
-    else
 
31034
-      ld_shlibs_CXX=no
 
31035
-    fi
 
31036
-    ;;
 
31037
-  osf3*)
 
31038
-    case $cc_basename in
 
31039
-      KCC*)
 
31040
-       # Kuck and Associates, Inc. (KAI) C++ Compiler
 
31041
-
 
31042
-       # KCC will only create a shared library if the output file
 
31043
-       # ends with ".so" (or ".sl" for HP-UX), so rename the library
 
31044
-       # to its proper name (with version) after linking.
 
31045
-       archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
 
31046
 
 
31047
-       hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
 
31048
-       hardcode_libdir_separator_CXX=:
 
31049
 
 
31050
-       # Archives containing C++ object files must be created using
 
31051
-       # "CC -Bstatic", where "CC" is the KAI C++ compiler.
 
31052
-       old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
 
31053
 
 
31054
-       ;;
 
31055
-      RCC*)
 
31056
-       # Rational C++ 2.4.1
 
31057
-       # FIXME: insert proper C++ library support
 
31058
-       ld_shlibs_CXX=no
 
31059
-       ;;
 
31060
-      cxx*)
 
31061
-       allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
 
31062
-       archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && echo ${wl}-set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
31063
-
 
31064
-       hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
 
31065
-       hardcode_libdir_separator_CXX=:
 
31066
-
 
31067
-       # Commands to make compiler produce verbose output that lists
 
31068
-       # what "hidden" libraries, object files and flags are used when
 
31069
-       # linking a shared library.
 
31070
-       #
 
31071
-       # There doesn't appear to be a way to prevent this compiler from
 
31072
-       # explicitly linking system object files so we need to strip them
 
31073
-       # from the output so that they don't get included in the library
 
31074
-       # dependencies.
 
31075
-       output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
 
31076
-       ;;
 
31077
-      *)
 
31078
-       if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
31079
-         allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
 
31080
-         archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $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'
 
31081
 
 
31082
-         hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
 
31083
-         hardcode_libdir_separator_CXX=:
 
31084
 
 
31085
-         # Commands to make compiler produce verbose output that lists
 
31086
-         # what "hidden" libraries, object files and flags are used when
 
31087
-         # linking a shared library.
 
31088
-         output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
 
31089
 
 
31090
-       else
 
31091
-         # FIXME: insert proper C++ library support
 
31092
-         ld_shlibs_CXX=no
 
31093
-       fi
 
31094
-       ;;
 
31095
-    esac
 
31096
-    ;;
 
31097
-  osf4* | osf5*)
 
31098
-    case $cc_basename in
 
31099
-      KCC*)
 
31100
-       # Kuck and Associates, Inc. (KAI) C++ Compiler
 
31101
-
 
31102
-       # KCC will only create a shared library if the output file
 
31103
-       # ends with ".so" (or ".sl" for HP-UX), so rename the library
 
31104
-       # to its proper name (with version) after linking.
 
31105
-       archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
 
31106
 
 
31107
-       hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
 
31108
-       hardcode_libdir_separator_CXX=:
 
31109
 
 
31110
-       # Archives containing C++ object files must be created using
 
31111
-       # the KAI C++ compiler.
 
31112
-       old_archive_cmds_CXX='$CC -o $oldlib $oldobjs'
 
31113
-       ;;
 
31114
-      RCC*)
 
31115
-       # Rational C++ 2.4.1
 
31116
-       # FIXME: insert proper C++ library support
 
31117
-       ld_shlibs_CXX=no
 
31118
-       ;;
 
31119
-      cxx*)
 
31120
-       allow_undefined_flag_CXX=' -expect_unresolved \*'
 
31121
-       archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
31122
-       archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
 
31123
-         echo "-hidden">> $lib.exp~
 
31124
-         $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname -Wl,-input -Wl,$lib.exp  `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib~
 
31125
-         $rm $lib.exp'
 
31126
-
 
31127
-       hardcode_libdir_flag_spec_CXX='-rpath $libdir'
 
31128
-       hardcode_libdir_separator_CXX=:
 
31129
-
 
31130
-       # Commands to make compiler produce verbose output that lists
 
31131
-       # what "hidden" libraries, object files and flags are used when
 
31132
-       # linking a shared library.
 
31133
-       #
 
31134
-       # There doesn't appear to be a way to prevent this compiler from
 
31135
-       # explicitly linking system object files so we need to strip them
 
31136
-       # from the output so that they don't get included in the library
 
31137
-       # dependencies.
 
31138
-       output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "ld" | grep -v "ld:"`; templist=`echo $templist | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; echo $list'
 
31139
-       ;;
 
31140
-      *)
 
31141
-       if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
31142
-         allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
 
31143
-        archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
31144
 
 
31145
-         hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
 
31146
-         hardcode_libdir_separator_CXX=:
 
31147
 
 
31148
-         # Commands to make compiler produce verbose output that lists
 
31149
-         # what "hidden" libraries, object files and flags are used when
 
31150
-         # linking a shared library.
 
31151
-         output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep "\-L"'
 
31152
 
 
31153
-       else
 
31154
-         # FIXME: insert proper C++ library support
 
31155
-         ld_shlibs_CXX=no
 
31156
-       fi
 
31157
-       ;;
 
31158
-    esac
 
31159
-    ;;
 
31160
-  psos*)
 
31161
-    # FIXME: insert proper C++ library support
 
31162
-    ld_shlibs_CXX=no
 
31163
-    ;;
 
31164
-  sunos4*)
 
31165
-    case $cc_basename in
 
31166
-      CC*)
 
31167
-       # Sun C++ 4.x
 
31168
-       # FIXME: insert proper C++ library support
 
31169
-       ld_shlibs_CXX=no
 
31170
-       ;;
 
31171
-      lcc*)
 
31172
-       # Lucid
 
31173
-       # FIXME: insert proper C++ library support
 
31174
-       ld_shlibs_CXX=no
 
31175
-       ;;
 
31176
-      *)
 
31177
-       # FIXME: insert proper C++ library support
 
31178
-       ld_shlibs_CXX=no
 
31179
-       ;;
 
31180
-    esac
 
31181
-    ;;
 
31182
-  solaris*)
 
31183
-    case $cc_basename in
 
31184
-      CC*)
 
31185
-       # Sun C++ 4.2, 5.x and Centerline C++
 
31186
-        archive_cmds_need_lc_CXX=yes
 
31187
-       no_undefined_flag_CXX=' -zdefs'
 
31188
-       archive_cmds_CXX='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
31189
-       archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
31190
-       $CC -G${allow_undefined_flag}  ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
 
31191
 
 
31192
-       hardcode_libdir_flag_spec_CXX='-R$libdir'
 
31193
-       hardcode_shlibpath_var_CXX=no
 
31194
-       case $host_os in
 
31195
-         solaris2.[0-5] | solaris2.[0-5].*) ;;
 
31196
-         *)
 
31197
-           # The compiler driver will combine and reorder linker options,
 
31198
-           # but understands `-z linker_flag'.
 
31199
-           # Supported since Solaris 2.6 (maybe 2.5.1?)
 
31200
-           whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
 
31201
-           ;;
 
31202
-       esac
 
31203
-       link_all_deplibs_CXX=yes
 
31204
 
 
31205
-       output_verbose_link_cmd='echo'
 
31206
 
 
31207
-       # Archives containing C++ object files must be created using
 
31208
-       # "CC -xar", where "CC" is the Sun C++ compiler.  This is
 
31209
-       # necessary to make sure instantiated templates are included
 
31210
-       # in the archive.
 
31211
-       old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
 
31212
-       ;;
 
31213
-      gcx*)
 
31214
-       # Green Hills C++ Compiler
 
31215
-       archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
31216
 
 
31217
-       # The C++ compiler must be used to create the archive.
 
31218
-       old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
 
31219
-       ;;
 
31220
-      *)
 
31221
-       # GNU C++ compiler with Solaris linker
 
31222
-       if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
31223
-         no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
 
31224
-         if $CC --version | grep -v '^2\.7' > /dev/null; then
 
31225
-           archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
31226
-           archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
31227
-               $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
 
31228
 
 
31229
-           # Commands to make compiler produce verbose output that lists
 
31230
-           # what "hidden" libraries, object files and flags are used when
 
31231
-           # linking a shared library.
 
31232
-           output_verbose_link_cmd="$CC -shared $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
 
31233
-         else
 
31234
-           # g++ 2.7 appears to require `-G' NOT `-shared' on this
 
31235
-           # platform.
 
31236
-           archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
31237
-           archive_expsym_cmds_CXX='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
31238
-               $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$rm $lib.exp'
 
31239
 
 
31240
-           # Commands to make compiler produce verbose output that lists
 
31241
-           # what "hidden" libraries, object files and flags are used when
 
31242
-           # linking a shared library.
 
31243
-           output_verbose_link_cmd="$CC -G $CFLAGS -v conftest.$objext 2>&1 | grep \"\-L\""
 
31244
-         fi
 
31245
 
 
31246
-         hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
 
31247
-         case $host_os in
 
31248
-         solaris2.[0-5] | solaris2.[0-5].*) ;;
 
31249
-         *)
 
31250
-           whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
 
31251
-           ;;
 
31252
-         esac
 
31253
-       fi
 
31254
-       ;;
 
31255
-    esac
 
31256
-    ;;
 
31257
-  sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
 
31258
-    no_undefined_flag_CXX='${wl}-z,text'
 
31259
-    archive_cmds_need_lc_CXX=no
 
31260
-    hardcode_shlibpath_var_CXX=no
 
31261
-    runpath_var='LD_RUN_PATH'
 
31262
-
 
31263
-    case $cc_basename in
 
31264
-      CC*)
 
31265
-       archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
31266
-       archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
31267
-       ;;
 
31268
-      *)
 
31269
-       archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
31270
-       archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
31271
-       ;;
 
31272
-    esac
 
31273
-    ;;
 
31274
-  sysv5* | sco3.2v5* | sco5v6*)
 
31275
-    # Note: We can NOT use -z defs as we might desire, because we do not
 
31276
-    # link with -lc, and that would cause any symbols used from libc to
 
31277
-    # always be unresolved, which means just about no library would
 
31278
-    # ever link correctly.  If we're not using GNU ld we use -z text
 
31279
-    # though, which does catch some bad symbols but isn't as heavy-handed
 
31280
-    # as -z defs.
 
31281
-    # For security reasons, it is highly recommended that you always
 
31282
-    # use absolute paths for naming shared libraries, and exclude the
 
31283
-    # DT_RUNPATH tag from executables and libraries.  But doing so
 
31284
-    # requires that you compile everything twice, which is a pain.
 
31285
-    # So that behaviour is only enabled if SCOABSPATH is set to a
 
31286
-    # non-empty value in the environment.  Most likely only useful for
 
31287
-    # creating official distributions of packages.
 
31288
-    # This is a hack until libtool officially supports absolute path
 
31289
-    # names for shared libraries.
 
31290
-    no_undefined_flag_CXX='${wl}-z,text'
 
31291
-    allow_undefined_flag_CXX='${wl}-z,nodefs'
 
31292
-    archive_cmds_need_lc_CXX=no
 
31293
-    hardcode_shlibpath_var_CXX=no
 
31294
-    hardcode_libdir_flag_spec_CXX='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
 
31295
-    hardcode_libdir_separator_CXX=':'
 
31296
-    link_all_deplibs_CXX=yes
 
31297
-    export_dynamic_flag_spec_CXX='${wl}-Bexport'
 
31298
-    runpath_var='LD_RUN_PATH'
 
31299
-
 
31300
-    case $cc_basename in
 
31301
-      CC*)
 
31302
-       archive_cmds_CXX='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
31303
-       archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
31304
-       ;;
 
31305
-      *)
 
31306
-       archive_cmds_CXX='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
31307
-       archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
31308
-       ;;
 
31309
-    esac
 
31310
-    ;;
 
31311
-  tandem*)
 
31312
-    case $cc_basename in
 
31313
-      NCC*)
 
31314
-       # NonStop-UX NCC 3.20
 
31315
-       # FIXME: insert proper C++ library support
 
31316
-       ld_shlibs_CXX=no
 
31317
-       ;;
 
31318
-      *)
 
31319
-       # FIXME: insert proper C++ library support
 
31320
-       ld_shlibs_CXX=no
 
31321
-       ;;
 
31322
-    esac
 
31323
-    ;;
 
31324
-  vxworks*)
 
31325
-    # FIXME: insert proper C++ library support
 
31326
-    ld_shlibs_CXX=no
 
31327
-    ;;
 
31328
-  *)
 
31329
-    # FIXME: insert proper C++ library support
 
31330
-    ld_shlibs_CXX=no
 
31331
-    ;;
 
31332
-esac
 
31333
-{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
 
31334
-$as_echo "$ld_shlibs_CXX" >&6; }
 
31335
-test "$ld_shlibs_CXX" = no && can_build_shared=no
 
31336
 
 
31337
-GCC_CXX="$GXX"
 
31338
-LD_CXX="$LD"
 
31339
 
 
31340
-cat > conftest.$ac_ext <<EOF
 
31341
-class Foo
 
31342
-{
 
31343
-public:
 
31344
-  Foo (void) { a = 0; }
 
31345
-private:
 
31346
-  int a;
 
31347
-};
 
31348
-EOF
 
31349
 
 
31350
-if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
31351
-  (eval $ac_compile) 2>&5
 
31352
-  ac_status=$?
 
31353
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31354
-  (exit $ac_status); }; then
 
31355
-  # Parse the compiler output and extract the necessary
 
31356
-  # objects, libraries and library flags.
 
31357
 
 
31358
-  # Sentinel used to keep track of whether or not we are before
 
31359
-  # the conftest object file.
 
31360
-  pre_test_object_deps_done=no
 
31361
 
 
31362
-  # The `*' in the case matches for architectures that use `case' in
 
31363
-  # $output_verbose_cmd can trigger glob expansion during the loop
 
31364
-  # eval without this substitution.
 
31365
-  output_verbose_link_cmd=`$echo "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
 
31366
 
 
31367
-  for p in `eval $output_verbose_link_cmd`; do
 
31368
-    case $p in
 
31369
 
 
31370
-    -L* | -R* | -l*)
 
31371
-       # Some compilers place space between "-{L,R}" and the path.
 
31372
-       # Remove the space.
 
31373
-       if test $p = "-L" \
 
31374
-         || test $p = "-R"; then
 
31375
-        prev=$p
 
31376
-        continue
 
31377
-       else
 
31378
-        prev=
 
31379
-       fi
 
31380
 
 
31381
-       if test "$pre_test_object_deps_done" = no; then
 
31382
-        case $p in
 
31383
-        -L* | -R*)
 
31384
-          # Internal compiler library paths should come after those
 
31385
-          # provided the user.  The postdeps already come after the
 
31386
-          # user supplied libs so there is no need to process them.
 
31387
-          if test -z "$compiler_lib_search_path_CXX"; then
 
31388
-            compiler_lib_search_path_CXX="${prev}${p}"
 
31389
-          else
 
31390
-            compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}"
 
31391
-          fi
 
31392
-          ;;
 
31393
-        # The "-l" case would never come before the object being
 
31394
-        # linked, so don't bother handling this case.
 
31395
-        esac
 
31396
-       else
 
31397
-        if test -z "$postdeps_CXX"; then
 
31398
-          postdeps_CXX="${prev}${p}"
 
31399
-        else
 
31400
-          postdeps_CXX="${postdeps_CXX} ${prev}${p}"
 
31401
-        fi
 
31402
-       fi
 
31403
-       ;;
 
31404
 
 
31405
-    *.$objext)
 
31406
-       # This assumes that the test object file only shows up
 
31407
-       # once in the compiler output.
 
31408
-       if test "$p" = "conftest.$objext"; then
 
31409
-        pre_test_object_deps_done=yes
 
31410
-        continue
 
31411
-       fi
 
31412
 
 
31413
-       if test "$pre_test_object_deps_done" = no; then
 
31414
-        if test -z "$predep_objects_CXX"; then
 
31415
-          predep_objects_CXX="$p"
 
31416
-        else
 
31417
-          predep_objects_CXX="$predep_objects_CXX $p"
 
31418
-        fi
 
31419
-       else
 
31420
-        if test -z "$postdep_objects_CXX"; then
 
31421
-          postdep_objects_CXX="$p"
 
31422
-        else
 
31423
-          postdep_objects_CXX="$postdep_objects_CXX $p"
 
31424
-        fi
 
31425
-       fi
 
31426
-       ;;
 
31427
 
 
31428
-    *) ;; # Ignore the rest.
 
31429
 
 
31430
-    esac
 
31431
-  done
 
31432
 
 
31433
-  # Clean up.
 
31434
-  rm -f a.out a.exe
 
31435
-else
 
31436
-  echo "libtool.m4: error: problem compiling CXX test program"
 
31437
-fi
 
31438
 
 
31439
-$rm -f confest.$objext
 
31440
 
 
31441
-compiler_lib_search_dirs_CXX=
 
31442
-if test -n "$compiler_lib_search_path_CXX"; then
 
31443
-  compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
 
31444
-fi
 
31445
 
 
31446
-# PORTME: override above test on systems where it is broken
 
31447
-case $host_os in
 
31448
-interix[3-9]*)
 
31449
-  # Interix 3.5 installs completely hosed .la files for C++, so rather than
 
31450
-  # hack all around it, let's just trust "g++" to DTRT.
 
31451
-  predep_objects_CXX=
 
31452
-  postdep_objects_CXX=
 
31453
-  postdeps_CXX=
 
31454
-  ;;
 
31455
 
 
31456
-linux*)
 
31457
-  case `$CC -V 2>&1 | sed 5q` in
 
31458
-  *Sun\ C*)
 
31459
-    # Sun C++ 5.9
 
31460
-    #
 
31461
-    # The more standards-conforming stlport4 library is
 
31462
-    # incompatible with the Cstd library. Avoid specifying
 
31463
-    # it if it's in CXXFLAGS. Ignore libCrun as
 
31464
-    # -library=stlport4 depends on it.
 
31465
-    case " $CXX $CXXFLAGS " in
 
31466
-    *" -library=stlport4 "*)
 
31467
-      solaris_use_stlport4=yes
 
31468
-      ;;
 
31469
-    esac
 
31470
-    if test "$solaris_use_stlport4" != yes; then
 
31471
-      postdeps_CXX='-library=Cstd -library=Crun'
 
31472
-    fi
 
31473
-    ;;
 
31474
-  esac
 
31475
-  ;;
 
31476
 
 
31477
-solaris*)
 
31478
-  case $cc_basename in
 
31479
-  CC*)
 
31480
-    # The more standards-conforming stlport4 library is
 
31481
-    # incompatible with the Cstd library. Avoid specifying
 
31482
-    # it if it's in CXXFLAGS. Ignore libCrun as
 
31483
-    # -library=stlport4 depends on it.
 
31484
-    case " $CXX $CXXFLAGS " in
 
31485
-    *" -library=stlport4 "*)
 
31486
-      solaris_use_stlport4=yes
 
31487
-      ;;
 
31488
-    esac
 
31489
 
 
31490
-    # Adding this requires a known-good setup of shared libraries for
 
31491
-    # Sun compiler versions before 5.6, else PIC objects from an old
 
31492
-    # archive will be linked into the output, leading to subtle bugs.
 
31493
-    if test "$solaris_use_stlport4" != yes; then
 
31494
-      postdeps_CXX='-library=Cstd -library=Crun'
 
31495
-    fi
 
31496
-    ;;
 
31497
-  esac
 
31498
-  ;;
 
31499
-esac
 
31500
 
 
31501
-case " $postdeps_CXX " in
 
31502
-*" -lc "*) archive_cmds_need_lc_CXX=no ;;
 
31503
-esac
 
31504
 
 
31505
-lt_prog_compiler_wl_CXX=
 
31506
-lt_prog_compiler_pic_CXX=
 
31507
-lt_prog_compiler_static_CXX=
 
31508
 
 
31509
-{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
31510
-$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
 
31511
 
 
31512
-  # C++ specific cases for pic, static, wl, etc.
 
31513
-  if test "$GXX" = yes; then
 
31514
-    lt_prog_compiler_wl_CXX='-Wl,'
 
31515
-    lt_prog_compiler_static_CXX='-static'
 
31516
 
 
31517
-    case $host_os in
 
31518
-    aix*)
 
31519
-      # All AIX code is PIC.
 
31520
-      if test "$host_cpu" = ia64; then
 
31521
-       # AIX 5 now supports IA64 processor
 
31522
-       lt_prog_compiler_static_CXX='-Bstatic'
 
31523
-      fi
 
31524
-      ;;
 
31525
-    amigaos*)
 
31526
-      # FIXME: we need at least 68020 code to build shared libraries, but
 
31527
-      # adding the `-m68020' flag to GCC prevents building anything better,
 
31528
-      # like `-m68040'.
 
31529
-      lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
 
31530
-      ;;
 
31531
-    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
31532
-      # PIC is the default for these OSes.
 
31533
-      ;;
 
31534
-    mingw* | cygwin* | os2* | pw32*)
 
31535
-      # This hack is so that the source file can tell whether it is being
 
31536
-      # built for inclusion in a dll (and should export symbols for example).
 
31537
-      # Although the cygwin gcc ignores -fPIC, still need this for old-style
 
31538
-      # (--disable-auto-import) libraries
 
31539
-      lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
 
31540
-      ;;
 
31541
-    darwin* | rhapsody*)
 
31542
-      # PIC is the default on this platform
 
31543
-      # Common symbols not allowed in MH_DYLIB files
 
31544
-      lt_prog_compiler_pic_CXX='-fno-common'
 
31545
-      ;;
 
31546
-    *djgpp*)
 
31547
-      # DJGPP does not support shared libraries at all
 
31548
-      lt_prog_compiler_pic_CXX=
 
31549
-      ;;
 
31550
-    interix[3-9]*)
 
31551
-      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
 
31552
-      # Instead, we relocate shared libraries at runtime.
 
31553
-      ;;
 
31554
-    sysv4*MP*)
 
31555
-      if test -d /usr/nec; then
 
31556
-       lt_prog_compiler_pic_CXX=-Kconform_pic
 
31557
+
 
31558
+
 
31559
+
 
31560
+
 
31561
+
 
31562
+
 
31563
+
 
31564
+
 
31565
+
 
31566
+
 
31567
+
 
31568
+
 
31569
+
 
31570
+
 
31571
+
 
31572
+
 
31573
+
 
31574
+
 
31575
+
 
31576
+
 
31577
+
 
31578
+
 
31579
+
 
31580
+
 
31581
+
 
31582
+
 
31583
+
 
31584
+
 
31585
+
 
31586
+
 
31587
+
 
31588
+
 
31589
+
 
31590
+
 
31591
+
 
31592
+
 
31593
+
 
31594
+
 
31595
+
 
31596
+
 
31597
+
 
31598
+
 
31599
+
 
31600
+
 
31601
+
 
31602
+
 
31603
+
 
31604
+
 
31605
+
 
31606
+
 
31607
+
 
31608
+
 
31609
+
 
31610
+
 
31611
+
 
31612
+
 
31613
+
 
31614
+
 
31615
+
 
31616
+
 
31617
+
 
31618
+
 
31619
+
 
31620
+
 
31621
+
 
31622
+
 
31623
+
 
31624
+
 
31625
+
 
31626
+
 
31627
+
 
31628
+
 
31629
+
 
31630
+
 
31631
+
 
31632
+
 
31633
+  { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
31634
+echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
 
31635
+
 
31636
+if test "$GCC" = yes; then
 
31637
+  case $host_os in
 
31638
+    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
 
31639
+    *) lt_awk_arg="/^libraries:/" ;;
 
31640
+  esac
 
31641
+  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
31642
+  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
 
31643
+    # if the path contains ";" then we assume it to be the separator
 
31644
+    # otherwise default to the standard path separator (i.e. ":") - it is
 
31645
+    # assumed that no part of a normal pathname contains ";" but that should
 
31646
+    # okay in the real world where ";" in dirpaths is itself problematic.
 
31647
+    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
 
31648
+  else
 
31649
+    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
31650
+  fi
 
31651
+  # Ok, now we have the path, separated by spaces, we can step through it
 
31652
+  # and add multilib dir if necessary.
 
31653
+  lt_tmp_lt_search_path_spec=
 
31654
+  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
 
31655
+  for lt_sys_path in $lt_search_path_spec; do
 
31656
+    if test -d "$lt_sys_path/$lt_multi_os_dir"; then
 
31657
+      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
 
31658
+    else
 
31659
+      test -d "$lt_sys_path" && \
 
31660
+       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
 
31661
+    fi
 
31662
+  done
 
31663
+  lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
 
31664
+BEGIN {RS=" "; FS="/|\n";} {
 
31665
+  lt_foo="";
 
31666
+  lt_count=0;
 
31667
+  for (lt_i = NF; lt_i > 0; lt_i--) {
 
31668
+    if ($lt_i != "" && $lt_i != ".") {
 
31669
+      if ($lt_i == "..") {
 
31670
+        lt_count++;
 
31671
+      } else {
 
31672
+        if (lt_count == 0) {
 
31673
+          lt_foo="/" $lt_i lt_foo;
 
31674
+        } else {
 
31675
+          lt_count--;
 
31676
+        }
 
31677
+      }
 
31678
+    }
 
31679
+  }
 
31680
+  if (lt_foo != "") { lt_freq[lt_foo]++; }
 
31681
+  if (lt_freq[lt_foo] == 1) { print lt_foo; }
 
31682
+}'`
 
31683
+  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
 
31684
+else
 
31685
+  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
 
31686
+fi
 
31687
+library_names_spec=
 
31688
+libname_spec='lib$name'
 
31689
+soname_spec=
 
31690
+shrext_cmds=".so"
 
31691
+postinstall_cmds=
 
31692
+postuninstall_cmds=
 
31693
+finish_cmds=
 
31694
+finish_eval=
 
31695
+shlibpath_var=
 
31696
+shlibpath_overrides_runpath=unknown
 
31697
+version_type=none
 
31698
+dynamic_linker="$host_os ld.so"
 
31699
+sys_lib_dlsearch_path_spec="/lib /usr/lib"
 
31700
+need_lib_prefix=unknown
 
31701
+hardcode_into_libs=no
 
31702
+
 
31703
+# when you set need_version to no, make sure it does not cause -set_version
 
31704
+# flags to be left without arguments
 
31705
+need_version=unknown
 
31706
+
 
31707
+case $host_os in
 
31708
+aix3*)
 
31709
+  version_type=linux
 
31710
+  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
 
31711
+  shlibpath_var=LIBPATH
 
31712
+
 
31713
+  # AIX 3 has no versioning support, so we append a major version to the name.
 
31714
+  soname_spec='${libname}${release}${shared_ext}$major'
 
31715
+  ;;
 
31716
+
 
31717
+aix[4-9]*)
 
31718
+  version_type=linux
 
31719
+  need_lib_prefix=no
 
31720
+  need_version=no
 
31721
+  hardcode_into_libs=yes
 
31722
+  if test "$host_cpu" = ia64; then
 
31723
+    # AIX 5 supports IA64
 
31724
+    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
 
31725
+    shlibpath_var=LD_LIBRARY_PATH
 
31726
+  else
 
31727
+    # With GCC up to 2.95.x, collect2 would create an import file
 
31728
+    # for dependence libraries.  The import file would start with
 
31729
+    # the line `#! .'.  This would cause the generated library to
 
31730
+    # depend on `.', always an invalid library.  This was fixed in
 
31731
+    # development snapshots of GCC prior to 3.0.
 
31732
+    case $host_os in
 
31733
+      aix4 | aix4.[01] | aix4.[01].*)
 
31734
+      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
 
31735
+          echo ' yes '
 
31736
+          echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
 
31737
+       :
 
31738
+      else
 
31739
+       can_build_shared=no
 
31740
       fi
 
31741
       ;;
 
31742
-    hpux*)
 
31743
-      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
31744
-      # not for PA HP-UX.
 
31745
-      case $host_cpu in
 
31746
-      hppa*64*|ia64*)
 
31747
-       ;;
 
31748
-      *)
 
31749
-       lt_prog_compiler_pic_CXX='-fPIC'
 
31750
-       ;;
 
31751
-      esac
 
31752
-      ;;
 
31753
-    *)
 
31754
-      lt_prog_compiler_pic_CXX='-fPIC'
 
31755
-      ;;
 
31756
-    esac
 
31757
-  else
 
31758
-    case $host_os in
 
31759
-      aix[4-9]*)
 
31760
-       # All AIX code is PIC.
 
31761
-       if test "$host_cpu" = ia64; then
 
31762
-         # AIX 5 now supports IA64 processor
 
31763
-         lt_prog_compiler_static_CXX='-Bstatic'
 
31764
-       else
 
31765
-         lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
 
31766
-       fi
 
31767
-       ;;
 
31768
-      chorus*)
 
31769
-       case $cc_basename in
 
31770
-       cxch68*)
 
31771
-         # Green Hills C++ Compiler
 
31772
-         # _LT_AC_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
 
31773
-         ;;
 
31774
-       esac
 
31775
-       ;;
 
31776
-       darwin*)
 
31777
-         # PIC is the default on this platform
 
31778
-         # Common symbols not allowed in MH_DYLIB files
 
31779
-         case $cc_basename in
 
31780
-           xlc*)
 
31781
-           lt_prog_compiler_pic_CXX='-qnocommon'
 
31782
-           lt_prog_compiler_wl_CXX='-Wl,'
 
31783
-           ;;
 
31784
-         esac
 
31785
-       ;;
 
31786
-      dgux*)
 
31787
-       case $cc_basename in
 
31788
-         ec++*)
 
31789
-           lt_prog_compiler_pic_CXX='-KPIC'
 
31790
-           ;;
 
31791
-         ghcx*)
 
31792
-           # Green Hills C++ Compiler
 
31793
-           lt_prog_compiler_pic_CXX='-pic'
 
31794
-           ;;
 
31795
-         *)
 
31796
-           ;;
 
31797
-       esac
 
31798
-       ;;
 
31799
-      freebsd* | dragonfly*)
 
31800
-       # FreeBSD uses GNU C++
 
31801
-       ;;
 
31802
-      hpux9* | hpux10* | hpux11*)
 
31803
-       case $cc_basename in
 
31804
-         CC*)
 
31805
-           lt_prog_compiler_wl_CXX='-Wl,'
 
31806
-           lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
 
31807
-           if test "$host_cpu" != ia64; then
 
31808
-             lt_prog_compiler_pic_CXX='+Z'
 
31809
-           fi
 
31810
-           ;;
 
31811
-         aCC*)
 
31812
-           lt_prog_compiler_wl_CXX='-Wl,'
 
31813
-           lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
 
31814
-           case $host_cpu in
 
31815
-           hppa*64*|ia64*)
 
31816
-             # +Z the default
 
31817
-             ;;
 
31818
-           *)
 
31819
-             lt_prog_compiler_pic_CXX='+Z'
 
31820
-             ;;
 
31821
-           esac
 
31822
-           ;;
 
31823
-         *)
 
31824
-           ;;
 
31825
-       esac
 
31826
-       ;;
 
31827
-      interix*)
 
31828
-       # This is c89, which is MS Visual C++ (no shared libs)
 
31829
-       # Anyone wants to do a port?
 
31830
-       ;;
 
31831
-      irix5* | irix6* | nonstopux*)
 
31832
-       case $cc_basename in
 
31833
-         CC*)
 
31834
-           lt_prog_compiler_wl_CXX='-Wl,'
 
31835
-           lt_prog_compiler_static_CXX='-non_shared'
 
31836
-           # CC pic flag -KPIC is the default.
 
31837
-           ;;
 
31838
-         *)
 
31839
-           ;;
 
31840
-       esac
 
31841
-       ;;
 
31842
-      linux* | k*bsd*-gnu)
 
31843
-       case $cc_basename in
 
31844
-         KCC*)
 
31845
-           # KAI C++ Compiler
 
31846
-           lt_prog_compiler_wl_CXX='--backend -Wl,'
 
31847
-           lt_prog_compiler_pic_CXX='-fPIC'
 
31848
-           ;;
 
31849
-         icpc* | ecpc*)
 
31850
-           # Intel C++
 
31851
-           lt_prog_compiler_wl_CXX='-Wl,'
 
31852
-           lt_prog_compiler_pic_CXX='-KPIC'
 
31853
-           lt_prog_compiler_static_CXX='-static'
 
31854
-           ;;
 
31855
-         pgCC* | pgcpp*)
 
31856
-           # Portland Group C++ compiler.
 
31857
-           lt_prog_compiler_wl_CXX='-Wl,'
 
31858
-           lt_prog_compiler_pic_CXX='-fpic'
 
31859
-           lt_prog_compiler_static_CXX='-Bstatic'
 
31860
-           ;;
 
31861
-         cxx*)
 
31862
-           # Compaq C++
 
31863
-           # Make sure the PIC flag is empty.  It appears that all Alpha
 
31864
-           # Linux and Compaq Tru64 Unix objects are PIC.
 
31865
-           lt_prog_compiler_pic_CXX=
 
31866
-           lt_prog_compiler_static_CXX='-non_shared'
 
31867
-           ;;
 
31868
-         *)
 
31869
-           case `$CC -V 2>&1 | sed 5q` in
 
31870
-           *Sun\ C*)
 
31871
-             # Sun C++ 5.9
 
31872
-             lt_prog_compiler_pic_CXX='-KPIC'
 
31873
-             lt_prog_compiler_static_CXX='-Bstatic'
 
31874
-             lt_prog_compiler_wl_CXX='-Qoption ld '
 
31875
-             ;;
 
31876
-           esac
 
31877
-           ;;
 
31878
-       esac
 
31879
-       ;;
 
31880
-      lynxos*)
 
31881
-       ;;
 
31882
-      m88k*)
 
31883
-       ;;
 
31884
-      mvs*)
 
31885
-       case $cc_basename in
 
31886
-         cxx*)
 
31887
-           lt_prog_compiler_pic_CXX='-W c,exportall'
 
31888
-           ;;
 
31889
-         *)
 
31890
-           ;;
 
31891
-       esac
 
31892
-       ;;
 
31893
-      netbsd*)
 
31894
-       ;;
 
31895
-      osf3* | osf4* | osf5*)
 
31896
-       case $cc_basename in
 
31897
-         KCC*)
 
31898
-           lt_prog_compiler_wl_CXX='--backend -Wl,'
 
31899
-           ;;
 
31900
-         RCC*)
 
31901
-           # Rational C++ 2.4.1
 
31902
-           lt_prog_compiler_pic_CXX='-pic'
 
31903
-           ;;
 
31904
-         cxx*)
 
31905
-           # Digital/Compaq C++
 
31906
-           lt_prog_compiler_wl_CXX='-Wl,'
 
31907
-           # Make sure the PIC flag is empty.  It appears that all Alpha
 
31908
-           # Linux and Compaq Tru64 Unix objects are PIC.
 
31909
-           lt_prog_compiler_pic_CXX=
 
31910
-           lt_prog_compiler_static_CXX='-non_shared'
 
31911
-           ;;
 
31912
-         *)
 
31913
-           ;;
 
31914
-       esac
 
31915
-       ;;
 
31916
-      psos*)
 
31917
-       ;;
 
31918
-      solaris*)
 
31919
-       case $cc_basename in
 
31920
-         CC*)
 
31921
-           # Sun C++ 4.2, 5.x and Centerline C++
 
31922
-           lt_prog_compiler_pic_CXX='-KPIC'
 
31923
-           lt_prog_compiler_static_CXX='-Bstatic'
 
31924
-           lt_prog_compiler_wl_CXX='-Qoption ld '
 
31925
-           ;;
 
31926
-         gcx*)
 
31927
-           # Green Hills C++ Compiler
 
31928
-           lt_prog_compiler_pic_CXX='-PIC'
 
31929
-           ;;
 
31930
-         *)
 
31931
-           ;;
 
31932
-       esac
 
31933
-       ;;
 
31934
-      sunos4*)
 
31935
-       case $cc_basename in
 
31936
-         CC*)
 
31937
-           # Sun C++ 4.x
 
31938
-           lt_prog_compiler_pic_CXX='-pic'
 
31939
-           lt_prog_compiler_static_CXX='-Bstatic'
 
31940
-           ;;
 
31941
-         lcc*)
 
31942
-           # Lucid
 
31943
-           lt_prog_compiler_pic_CXX='-pic'
 
31944
-           ;;
 
31945
-         *)
 
31946
-           ;;
 
31947
-       esac
 
31948
-       ;;
 
31949
-      tandem*)
 
31950
-       case $cc_basename in
 
31951
-         NCC*)
 
31952
-           # NonStop-UX NCC 3.20
 
31953
-           lt_prog_compiler_pic_CXX='-KPIC'
 
31954
-           ;;
 
31955
-         *)
 
31956
-           ;;
 
31957
-       esac
 
31958
-       ;;
 
31959
-      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
 
31960
-       case $cc_basename in
 
31961
-         CC*)
 
31962
-           lt_prog_compiler_wl_CXX='-Wl,'
 
31963
-           lt_prog_compiler_pic_CXX='-KPIC'
 
31964
-           lt_prog_compiler_static_CXX='-Bstatic'
 
31965
-           ;;
 
31966
-       esac
 
31967
-       ;;
 
31968
-      vxworks*)
 
31969
-       ;;
 
31970
-      *)
 
31971
-       lt_prog_compiler_can_build_shared_CXX=no
 
31972
-       ;;
 
31973
     esac
 
31974
+    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
 
31975
+    # soname into executable. Probably we can add versioning support to
 
31976
+    # collect2, so additional links can be useful in future.
 
31977
+    if test "$aix_use_runtimelinking" = yes; then
 
31978
+      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
 
31979
+      # instead of lib<name>.a to let people know that these are not
 
31980
+      # typical AIX shared libraries.
 
31981
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
31982
+    else
 
31983
+      # We preserve .a as extension for shared libraries through AIX4.2
 
31984
+      # and later when we are not doing run time linking.
 
31985
+      library_names_spec='${libname}${release}.a $libname.a'
 
31986
+      soname_spec='${libname}${release}${shared_ext}$major'
 
31987
+    fi
 
31988
+    shlibpath_var=LIBPATH
 
31989
   fi
 
31990
+  ;;
 
31991
+
 
31992
+amigaos*)
 
31993
+  case $host_cpu in
 
31994
+  powerpc)
 
31995
+    # Since July 2007 AmigaOS4 officially supports .so libraries.
 
31996
+    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
 
31997
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
31998
+    ;;
 
31999
+  m68k)
 
32000
+    library_names_spec='$libname.ixlibrary $libname.a'
 
32001
+    # Create ${libname}_ixlibrary.a entries in /sys/libs.
 
32002
+    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'
 
32003
+    ;;
 
32004
+  esac
 
32005
+  ;;
 
32006
+
 
32007
+beos*)
 
32008
+  library_names_spec='${libname}${shared_ext}'
 
32009
+  dynamic_linker="$host_os ld.so"
 
32010
+  shlibpath_var=LIBRARY_PATH
 
32011
+  ;;
 
32012
+
 
32013
+bsdi[45]*)
 
32014
+  version_type=linux
 
32015
+  need_version=no
 
32016
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
32017
+  soname_spec='${libname}${release}${shared_ext}$major'
 
32018
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
 
32019
+  shlibpath_var=LD_LIBRARY_PATH
 
32020
+  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
 
32021
+  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
 
32022
+  # the default ld.so.conf also contains /usr/contrib/lib and
 
32023
+  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
 
32024
+  # libtool to hard-code these into programs
 
32025
+  ;;
 
32026
+
 
32027
+cygwin* | mingw* | pw32*)
 
32028
+  version_type=windows
 
32029
+  shrext_cmds=".dll"
 
32030
+  need_version=no
 
32031
+  need_lib_prefix=no
 
32032
+
 
32033
+  case $GCC,$host_os in
 
32034
+  yes,cygwin* | yes,mingw* | yes,pw32*)
 
32035
+    library_names_spec='$libname.dll.a'
 
32036
+    # DLL is installed to $(libdir)/../bin by postinstall_cmds
 
32037
+    postinstall_cmds='base_file=`basename \${file}`~
 
32038
+      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
 
32039
+      dldir=$destdir/`dirname \$dlpath`~
 
32040
+      test -d \$dldir || mkdir -p \$dldir~
 
32041
+      $install_prog $dir/$dlname \$dldir/$dlname~
 
32042
+      chmod a+x \$dldir/$dlname~
 
32043
+      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
 
32044
+        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
 
32045
+      fi'
 
32046
+    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
 
32047
+      dlpath=$dir/\$dldll~
 
32048
+       $RM \$dlpath'
 
32049
+    shlibpath_overrides_runpath=yes
 
32050
+
 
32051
+    case $host_os in
 
32052
+    cygwin*)
 
32053
+      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
 
32054
+      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
 
32055
+      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
 
32056
+      ;;
 
32057
+    mingw*)
 
32058
+      # MinGW DLLs use traditional 'lib' prefix
 
32059
+      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
 
32060
+      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
32061
+      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
 
32062
+        # It is most probably a Windows format PATH printed by
 
32063
+        # mingw gcc, but we are running on Cygwin. Gcc prints its search
 
32064
+        # path with ; separators, and with drive letters. We can handle the
 
32065
+        # drive letters (cygwin fileutils understands them), so leave them,
 
32066
+        # especially as we might pass files found there to a mingw objdump,
 
32067
+        # which wouldn't understand a cygwinified path. Ahh.
 
32068
+        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
 
32069
+      else
 
32070
+        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
32071
+      fi
 
32072
+      ;;
 
32073
+    pw32*)
 
32074
+      # pw32 DLLs use 'pw' prefix rather than 'lib'
 
32075
+      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
 
32076
+      ;;
 
32077
+    esac
 
32078
+    ;;
 
32079
+
 
32080
+  *)
 
32081
+    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
 
32082
+    ;;
 
32083
+  esac
 
32084
+  dynamic_linker='Win32 ld.exe'
 
32085
+  # FIXME: first we should search . and the directory the executable is in
 
32086
+  shlibpath_var=PATH
 
32087
+  ;;
 
32088
+
 
32089
+darwin* | rhapsody*)
 
32090
+  dynamic_linker="$host_os dyld"
 
32091
+  version_type=darwin
 
32092
+  need_lib_prefix=no
 
32093
+  need_version=no
 
32094
+  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
 
32095
+  soname_spec='${libname}${release}${major}$shared_ext'
 
32096
+  shlibpath_overrides_runpath=yes
 
32097
+  shlibpath_var=DYLD_LIBRARY_PATH
 
32098
+  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
 
32099
+
 
32100
+  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
 
32101
+  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
 
32102
+  ;;
 
32103
+
 
32104
+dgux*)
 
32105
+  version_type=linux
 
32106
+  need_lib_prefix=no
 
32107
+  need_version=no
 
32108
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
 
32109
+  soname_spec='${libname}${release}${shared_ext}$major'
 
32110
+  shlibpath_var=LD_LIBRARY_PATH
 
32111
+  ;;
 
32112
+
 
32113
+freebsd1*)
 
32114
+  dynamic_linker=no
 
32115
+  ;;
 
32116
+
 
32117
+freebsd* | dragonfly*)
 
32118
+  # DragonFly does not have aout.  When/if they implement a new
 
32119
+  # versioning mechanism, adjust this.
 
32120
+  if test -x /usr/bin/objformat; then
 
32121
+    objformat=`/usr/bin/objformat`
 
32122
+  else
 
32123
+    case $host_os in
 
32124
+    freebsd[123]*) objformat=aout ;;
 
32125
+    *) objformat=elf ;;
 
32126
+    esac
 
32127
+  fi
 
32128
+  version_type=freebsd-$objformat
 
32129
+  case $version_type in
 
32130
+    freebsd-elf*)
 
32131
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
 
32132
+      need_version=no
 
32133
+      need_lib_prefix=no
 
32134
+      ;;
 
32135
+    freebsd-*)
 
32136
+      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
 
32137
+      need_version=yes
 
32138
+      ;;
 
32139
+  esac
 
32140
+  shlibpath_var=LD_LIBRARY_PATH
 
32141
+  case $host_os in
 
32142
+  freebsd2*)
 
32143
+    shlibpath_overrides_runpath=yes
 
32144
+    ;;
 
32145
+  freebsd3.[01]* | freebsdelf3.[01]*)
 
32146
+    shlibpath_overrides_runpath=yes
 
32147
+    hardcode_into_libs=yes
 
32148
+    ;;
 
32149
+  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
 
32150
+  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
 
32151
+    shlibpath_overrides_runpath=no
 
32152
+    hardcode_into_libs=yes
 
32153
+    ;;
 
32154
+  *) # from 4.6 on, and DragonFly
 
32155
+    shlibpath_overrides_runpath=yes
 
32156
+    hardcode_into_libs=yes
 
32157
+    ;;
 
32158
+  esac
 
32159
+  ;;
 
32160
+
 
32161
+gnu*)
 
32162
+  version_type=linux
 
32163
+  need_lib_prefix=no
 
32164
+  need_version=no
 
32165
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
 
32166
+  soname_spec='${libname}${release}${shared_ext}$major'
 
32167
+  shlibpath_var=LD_LIBRARY_PATH
 
32168
+  hardcode_into_libs=yes
 
32169
+  ;;
 
32170
+
 
32171
+hpux9* | hpux10* | hpux11*)
 
32172
+  # Give a soname corresponding to the major version so that dld.sl refuses to
 
32173
+  # link against other versions.
 
32174
+  version_type=sunos
 
32175
+  need_lib_prefix=no
 
32176
+  need_version=no
 
32177
+  case $host_cpu in
 
32178
+  ia64*)
 
32179
+    shrext_cmds='.so'
 
32180
+    hardcode_into_libs=yes
 
32181
+    dynamic_linker="$host_os dld.so"
 
32182
+    shlibpath_var=LD_LIBRARY_PATH
 
32183
+    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
 
32184
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
32185
+    soname_spec='${libname}${release}${shared_ext}$major'
 
32186
+    if test "X$HPUX_IA64_MODE" = X32; then
 
32187
+      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
 
32188
+    else
 
32189
+      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
 
32190
+    fi
 
32191
+    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
32192
+    ;;
 
32193
+  hppa*64*)
 
32194
+    shrext_cmds='.sl'
 
32195
+    hardcode_into_libs=yes
 
32196
+    dynamic_linker="$host_os dld.sl"
 
32197
+    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
 
32198
+    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
 
32199
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
32200
+    soname_spec='${libname}${release}${shared_ext}$major'
 
32201
+    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
 
32202
+    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
32203
+    ;;
 
32204
+  *)
 
32205
+    shrext_cmds='.sl'
 
32206
+    dynamic_linker="$host_os dld.sl"
 
32207
+    shlibpath_var=SHLIB_PATH
 
32208
+    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
 
32209
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
32210
+    soname_spec='${libname}${release}${shared_ext}$major'
 
32211
+    ;;
 
32212
+  esac
 
32213
+  # HP-UX runs *really* slowly unless shared libraries are mode 555.
 
32214
+  postinstall_cmds='chmod 555 $lib'
 
32215
+  ;;
 
32216
+
 
32217
+interix[3-9]*)
 
32218
+  version_type=linux
 
32219
+  need_lib_prefix=no
 
32220
+  need_version=no
 
32221
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
32222
+  soname_spec='${libname}${release}${shared_ext}$major'
 
32223
+  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
 
32224
+  shlibpath_var=LD_LIBRARY_PATH
 
32225
+  shlibpath_overrides_runpath=no
 
32226
+  hardcode_into_libs=yes
 
32227
+  ;;
 
32228
+
 
32229
+irix5* | irix6* | nonstopux*)
 
32230
+  case $host_os in
 
32231
+    nonstopux*) version_type=nonstopux ;;
 
32232
+    *)
 
32233
+       if test "$lt_cv_prog_gnu_ld" = yes; then
 
32234
+               version_type=linux
 
32235
+       else
 
32236
+               version_type=irix
 
32237
+       fi ;;
 
32238
+  esac
 
32239
+  need_lib_prefix=no
 
32240
+  need_version=no
 
32241
+  soname_spec='${libname}${release}${shared_ext}$major'
 
32242
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
 
32243
+  case $host_os in
 
32244
+  irix5* | nonstopux*)
 
32245
+    libsuff= shlibsuff=
 
32246
+    ;;
 
32247
+  *)
 
32248
+    case $LD in # libtool.m4 will add one of these switches to LD
 
32249
+    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
 
32250
+      libsuff= shlibsuff= libmagic=32-bit;;
 
32251
+    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
 
32252
+      libsuff=32 shlibsuff=N32 libmagic=N32;;
 
32253
+    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
 
32254
+      libsuff=64 shlibsuff=64 libmagic=64-bit;;
 
32255
+    *) libsuff= shlibsuff= libmagic=never-match;;
 
32256
+    esac
 
32257
+    ;;
 
32258
+  esac
 
32259
+  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
 
32260
+  shlibpath_overrides_runpath=no
 
32261
+  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
 
32262
+  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
 
32263
+  hardcode_into_libs=yes
 
32264
+  ;;
 
32265
+
 
32266
+# No shared lib support for Linux oldld, aout, or coff.
 
32267
+linux*oldld* | linux*aout* | linux*coff*)
 
32268
+  dynamic_linker=no
 
32269
+  ;;
 
32270
+
 
32271
+# This must be Linux ELF.
 
32272
+linux* | k*bsd*-gnu)
 
32273
+  version_type=linux
 
32274
+  need_lib_prefix=no
 
32275
+  need_version=no
 
32276
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
32277
+  soname_spec='${libname}${release}${shared_ext}$major'
 
32278
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
 
32279
+  shlibpath_var=LD_LIBRARY_PATH
 
32280
+  shlibpath_overrides_runpath=no
 
32281
+  # Some binutils ld are patched to set DT_RUNPATH
 
32282
+  save_LDFLAGS=$LDFLAGS
 
32283
+  save_libdir=$libdir
 
32284
+  eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
 
32285
+       LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
 
32286
+  cat >conftest.$ac_ext <<_ACEOF
 
32287
+/* confdefs.h.  */
 
32288
+_ACEOF
 
32289
+cat confdefs.h >>conftest.$ac_ext
 
32290
+cat >>conftest.$ac_ext <<_ACEOF
 
32291
+/* end confdefs.h.  */
 
32292
+
 
32293
+int
 
32294
+main ()
 
32295
+{
 
32296
+
 
32297
+  ;
 
32298
+  return 0;
 
32299
+}
 
32300
+_ACEOF
 
32301
+rm -f conftest.$ac_objext conftest$ac_exeext
 
32302
+if { (ac_try="$ac_link"
 
32303
+case "(($ac_try" in
 
32304
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
32305
+  *) ac_try_echo=$ac_try;;
 
32306
+esac
 
32307
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
32308
+  (eval "$ac_link") 2>conftest.er1
 
32309
+  ac_status=$?
 
32310
+  grep -v '^ *+' conftest.er1 >conftest.err
 
32311
+  rm -f conftest.er1
 
32312
+  cat conftest.err >&5
 
32313
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32314
+  (exit $ac_status); } && {
 
32315
+        test -z "$ac_c_werror_flag" ||
 
32316
+        test ! -s conftest.err
 
32317
+       } && test -s conftest$ac_exeext &&
 
32318
+       $as_test_x conftest$ac_exeext; then
 
32319
+  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then
 
32320
+  shlibpath_overrides_runpath=yes
 
32321
+fi
 
32322
+
 
32323
+else
 
32324
+  echo "$as_me: failed program was:" >&5
 
32325
+sed 's/^/| /' conftest.$ac_ext >&5
 
32326
+
 
32327
+
 
32328
+fi
 
32329
+
 
32330
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
32331
+      conftest$ac_exeext conftest.$ac_ext
 
32332
+  LDFLAGS=$save_LDFLAGS
 
32333
+  libdir=$save_libdir
 
32334
+
 
32335
+  # This implies no fast_install, which is unacceptable.
 
32336
+  # Some rework will be needed to allow for fast_install
 
32337
+  # before this can be enabled.
 
32338
+  hardcode_into_libs=yes
 
32339
+
 
32340
+  # Append ld.so.conf contents to the search path
 
32341
+  if test -f /etc/ld.so.conf; then
 
32342
+    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' ' '`
 
32343
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
 
32344
+  fi
 
32345
+
 
32346
+  # We used to test for /lib/ld.so.1 and disable shared libraries on
 
32347
+  # powerpc, because MkLinux only supported shared libraries with the
 
32348
+  # GNU dynamic linker.  Since this was broken with cross compilers,
 
32349
+  # most powerpc-linux boxes support dynamic linking these days and
 
32350
+  # people can always --disable-shared, the test was removed, and we
 
32351
+  # assume the GNU/Linux dynamic linker is in use.
 
32352
+  dynamic_linker='GNU/Linux ld.so'
 
32353
+  ;;
 
32354
+
 
32355
+netbsdelf*-gnu)
 
32356
+  version_type=linux
 
32357
+  need_lib_prefix=no
 
32358
+  need_version=no
 
32359
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
32360
+  soname_spec='${libname}${release}${shared_ext}$major'
 
32361
+  shlibpath_var=LD_LIBRARY_PATH
 
32362
+  shlibpath_overrides_runpath=no
 
32363
+  hardcode_into_libs=yes
 
32364
+  dynamic_linker='NetBSD ld.elf_so'
 
32365
+  ;;
 
32366
+
 
32367
+netbsd*)
 
32368
+  version_type=sunos
 
32369
+  need_lib_prefix=no
 
32370
+  need_version=no
 
32371
+  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 
32372
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
32373
+    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
32374
+    dynamic_linker='NetBSD (a.out) ld.so'
 
32375
+  else
 
32376
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
32377
+    soname_spec='${libname}${release}${shared_ext}$major'
 
32378
+    dynamic_linker='NetBSD ld.elf_so'
 
32379
+  fi
 
32380
+  shlibpath_var=LD_LIBRARY_PATH
 
32381
+  shlibpath_overrides_runpath=yes
 
32382
+  hardcode_into_libs=yes
 
32383
+  ;;
 
32384
+
 
32385
+newsos6)
 
32386
+  version_type=linux
 
32387
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
32388
+  shlibpath_var=LD_LIBRARY_PATH
 
32389
+  shlibpath_overrides_runpath=yes
 
32390
+  ;;
 
32391
+
 
32392
+*nto* | *qnx*)
 
32393
+  version_type=qnx
 
32394
+  need_lib_prefix=no
 
32395
+  need_version=no
 
32396
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
32397
+  soname_spec='${libname}${release}${shared_ext}$major'
 
32398
+  shlibpath_var=LD_LIBRARY_PATH
 
32399
+  shlibpath_overrides_runpath=no
 
32400
+  hardcode_into_libs=yes
 
32401
+  dynamic_linker='ldqnx.so'
 
32402
+  ;;
 
32403
+
 
32404
+openbsd*)
 
32405
+  version_type=sunos
 
32406
+  sys_lib_dlsearch_path_spec="/usr/lib"
 
32407
+  need_lib_prefix=no
 
32408
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
 
32409
+  case $host_os in
 
32410
+    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
 
32411
+    *)                         need_version=no  ;;
 
32412
+  esac
 
32413
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
32414
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
32415
+  shlibpath_var=LD_LIBRARY_PATH
 
32416
+  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
32417
+    case $host_os in
 
32418
+      openbsd2.[89] | openbsd2.[89].*)
 
32419
+       shlibpath_overrides_runpath=no
 
32420
+       ;;
 
32421
+      *)
 
32422
+       shlibpath_overrides_runpath=yes
 
32423
+       ;;
 
32424
+      esac
 
32425
+  else
 
32426
+    shlibpath_overrides_runpath=yes
 
32427
+  fi
 
32428
+  ;;
 
32429
+
 
32430
+os2*)
 
32431
+  libname_spec='$name'
 
32432
+  shrext_cmds=".dll"
 
32433
+  need_lib_prefix=no
 
32434
+  library_names_spec='$libname${shared_ext} $libname.a'
 
32435
+  dynamic_linker='OS/2 ld.exe'
 
32436
+  shlibpath_var=LIBPATH
 
32437
+  ;;
 
32438
+
 
32439
+osf3* | osf4* | osf5*)
 
32440
+  version_type=osf
 
32441
+  need_lib_prefix=no
 
32442
+  need_version=no
 
32443
+  soname_spec='${libname}${release}${shared_ext}$major'
 
32444
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
32445
+  shlibpath_var=LD_LIBRARY_PATH
 
32446
+  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
 
32447
+  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
 
32448
+  ;;
 
32449
+
 
32450
+rdos*)
 
32451
+  dynamic_linker=no
 
32452
+  ;;
 
32453
+
 
32454
+solaris*)
 
32455
+  version_type=linux
 
32456
+  need_lib_prefix=no
 
32457
+  need_version=no
 
32458
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
32459
+  soname_spec='${libname}${release}${shared_ext}$major'
 
32460
+  shlibpath_var=LD_LIBRARY_PATH
 
32461
+  shlibpath_overrides_runpath=yes
 
32462
+  hardcode_into_libs=yes
 
32463
+  # ldd complains unless libraries are executable
 
32464
+  postinstall_cmds='chmod +x $lib'
 
32465
+  ;;
 
32466
+
 
32467
+sunos4*)
 
32468
+  version_type=sunos
 
32469
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
32470
+  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
 
32471
+  shlibpath_var=LD_LIBRARY_PATH
 
32472
+  shlibpath_overrides_runpath=yes
 
32473
+  if test "$with_gnu_ld" = yes; then
 
32474
+    need_lib_prefix=no
 
32475
+  fi
 
32476
+  need_version=yes
 
32477
+  ;;
 
32478
+
 
32479
+sysv4 | sysv4.3*)
 
32480
+  version_type=linux
 
32481
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
32482
+  soname_spec='${libname}${release}${shared_ext}$major'
 
32483
+  shlibpath_var=LD_LIBRARY_PATH
 
32484
+  case $host_vendor in
 
32485
+    sni)
 
32486
+      shlibpath_overrides_runpath=no
 
32487
+      need_lib_prefix=no
 
32488
+      runpath_var=LD_RUN_PATH
 
32489
+      ;;
 
32490
+    siemens)
 
32491
+      need_lib_prefix=no
 
32492
+      ;;
 
32493
+    motorola)
 
32494
+      need_lib_prefix=no
 
32495
+      need_version=no
 
32496
+      shlibpath_overrides_runpath=no
 
32497
+      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
 
32498
+      ;;
 
32499
+  esac
 
32500
+  ;;
 
32501
+
 
32502
+sysv4*MP*)
 
32503
+  if test -d /usr/nec ;then
 
32504
+    version_type=linux
 
32505
+    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
 
32506
+    soname_spec='$libname${shared_ext}.$major'
 
32507
+    shlibpath_var=LD_LIBRARY_PATH
 
32508
+  fi
 
32509
+  ;;
 
32510
+
 
32511
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
 
32512
+  version_type=freebsd-elf
 
32513
+  need_lib_prefix=no
 
32514
+  need_version=no
 
32515
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
 
32516
+  soname_spec='${libname}${release}${shared_ext}$major'
 
32517
+  shlibpath_var=LD_LIBRARY_PATH
 
32518
+  shlibpath_overrides_runpath=yes
 
32519
+  hardcode_into_libs=yes
 
32520
+  if test "$with_gnu_ld" = yes; then
 
32521
+    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
 
32522
+  else
 
32523
+    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
 
32524
+    case $host_os in
 
32525
+      sco3.2v5*)
 
32526
+        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
 
32527
+       ;;
 
32528
+    esac
 
32529
+  fi
 
32530
+  sys_lib_dlsearch_path_spec='/usr/lib'
 
32531
+  ;;
 
32532
+
 
32533
+tpf*)
 
32534
+  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
 
32535
+  version_type=linux
 
32536
+  need_lib_prefix=no
 
32537
+  need_version=no
 
32538
+  library_name_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
32539
+  shlibpath_var=LD_LIBRARY_PATH
 
32540
+  shlibpath_overrides_runpath=no
 
32541
+  hardcode_into_libs=yes
 
32542
+  ;;
 
32543
+
 
32544
+uts4*)
 
32545
+  version_type=linux
 
32546
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
32547
+  soname_spec='${libname}${release}${shared_ext}$major'
 
32548
+  shlibpath_var=LD_LIBRARY_PATH
 
32549
+  ;;
 
32550
+
 
32551
+*)
 
32552
+  dynamic_linker=no
 
32553
+  ;;
 
32554
+esac
 
32555
+{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
32556
+echo "${ECHO_T}$dynamic_linker" >&6; }
 
32557
+test "$dynamic_linker" = no && can_build_shared=no
 
32558
+
 
32559
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 
32560
+if test "$GCC" = yes; then
 
32561
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
32562
+fi
 
32563
+
 
32564
+if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
 
32565
+  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
 
32566
+fi
 
32567
+if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
 
32568
+  sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
 
32569
+fi
 
32570
+
 
32571
+
 
32572
+
 
32573
+
 
32574
+
 
32575
+
 
32576
+
 
32577
+
 
32578
+
 
32579
+
 
32580
+
 
32581
+
 
32582
+
 
32583
+
 
32584
+
 
32585
+
 
32586
+
 
32587
+
 
32588
+
 
32589
+
 
32590
+
 
32591
+
 
32592
+
 
32593
+
 
32594
+
 
32595
+
 
32596
+
 
32597
+
 
32598
+
 
32599
+
 
32600
+
 
32601
+
 
32602
+
 
32603
+
 
32604
+
 
32605
+
 
32606
+
 
32607
+
 
32608
+
 
32609
+
 
32610
+
 
32611
+
 
32612
+
 
32613
+
 
32614
+
 
32615
+
 
32616
+
 
32617
+
 
32618
+
 
32619
+
 
32620
+
 
32621
+
 
32622
+
 
32623
+
 
32624
+
 
32625
+
 
32626
+
 
32627
+
 
32628
+
 
32629
+
 
32630
+
 
32631
+
 
32632
+
 
32633
+
 
32634
+
 
32635
+
 
32636
+
 
32637
+
 
32638
+
 
32639
+
 
32640
+
 
32641
+
 
32642
+
 
32643
+
 
32644
+
 
32645
+
 
32646
+
 
32647
+
 
32648
+
 
32649
+
 
32650
+
 
32651
+
 
32652
+
 
32653
+
 
32654
+
 
32655
+
 
32656
+
 
32657
+  { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
32658
+echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
 
32659
+hardcode_action=
 
32660
+if test -n "$hardcode_libdir_flag_spec" ||
 
32661
+   test -n "$runpath_var" ||
 
32662
+   test "X$hardcode_automatic" = "Xyes" ; then
 
32663
+
 
32664
+  # We can hardcode non-existent directories.
 
32665
+  if test "$hardcode_direct" != no &&
 
32666
+     # If the only mechanism to avoid hardcoding is shlibpath_var, we
 
32667
+     # have to relink, otherwise we might link with an installed library
 
32668
+     # when we should be linking with a yet-to-be-installed one
 
32669
+     ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
 
32670
+     test "$hardcode_minus_L" != no; then
 
32671
+    # Linking always hardcodes the temporary library directory.
 
32672
+    hardcode_action=relink
 
32673
+  else
 
32674
+    # We can link without hardcoding, and we can hardcode nonexisting dirs.
 
32675
+    hardcode_action=immediate
 
32676
+  fi
 
32677
+else
 
32678
+  # We cannot hardcode anything, or else we can only hardcode existing
 
32679
+  # directories.
 
32680
+  hardcode_action=unsupported
 
32681
+fi
 
32682
+{ echo "$as_me:$LINENO: result: $hardcode_action" >&5
 
32683
+echo "${ECHO_T}$hardcode_action" >&6; }
 
32684
+
 
32685
+if test "$hardcode_action" = relink ||
 
32686
+   test "$inherit_rpath" = yes; then
 
32687
+  # Fast installation is not supported
 
32688
+  enable_fast_install=no
 
32689
+elif test "$shlibpath_overrides_runpath" = yes ||
 
32690
+     test "$enable_shared" = no; then
 
32691
+  # Fast installation is not necessary
 
32692
+  enable_fast_install=needless
 
32693
+fi
 
32694
+
 
32695
+
 
32696
+
 
32697
+
 
32698
+
 
32699
+
 
32700
+  if test "x$enable_dlopen" != xyes; then
 
32701
+  enable_dlopen=unknown
 
32702
+  enable_dlopen_self=unknown
 
32703
+  enable_dlopen_self_static=unknown
 
32704
+else
 
32705
+  lt_cv_dlopen=no
 
32706
+  lt_cv_dlopen_libs=
 
32707
+
 
32708
+  case $host_os in
 
32709
+  beos*)
 
32710
+    lt_cv_dlopen="load_add_on"
 
32711
+    lt_cv_dlopen_libs=
 
32712
+    lt_cv_dlopen_self=yes
 
32713
+    ;;
 
32714
+
 
32715
+  mingw* | pw32*)
 
32716
+    lt_cv_dlopen="LoadLibrary"
 
32717
+    lt_cv_dlopen_libs=
 
32718
+    ;;
 
32719
+
 
32720
+  cygwin*)
 
32721
+    lt_cv_dlopen="dlopen"
 
32722
+    lt_cv_dlopen_libs=
 
32723
+    ;;
 
32724
+
 
32725
+  darwin*)
 
32726
+  # if libdl is installed we need to link against it
 
32727
+    { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 
32728
+echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
 
32729
+if test "${ac_cv_lib_dl_dlopen+set}" = set; then
 
32730
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
32731
+else
 
32732
+  ac_check_lib_save_LIBS=$LIBS
 
32733
+LIBS="-ldl  $LIBS"
 
32734
+cat >conftest.$ac_ext <<_ACEOF
 
32735
+/* confdefs.h.  */
 
32736
+_ACEOF
 
32737
+cat confdefs.h >>conftest.$ac_ext
 
32738
+cat >>conftest.$ac_ext <<_ACEOF
 
32739
+/* end confdefs.h.  */
 
32740
+
 
32741
+/* Override any GCC internal prototype to avoid an error.
 
32742
+   Use char because int might match the return type of a GCC
 
32743
+   builtin and then its argument prototype would still apply.  */
 
32744
+#ifdef __cplusplus
 
32745
+extern "C"
 
32746
+#endif
 
32747
+char dlopen ();
 
32748
+int
 
32749
+main ()
 
32750
+{
 
32751
+return dlopen ();
 
32752
+  ;
 
32753
+  return 0;
 
32754
+}
 
32755
+_ACEOF
 
32756
+rm -f conftest.$ac_objext conftest$ac_exeext
 
32757
+if { (ac_try="$ac_link"
 
32758
+case "(($ac_try" in
 
32759
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
32760
+  *) ac_try_echo=$ac_try;;
 
32761
+esac
 
32762
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
32763
+  (eval "$ac_link") 2>conftest.er1
 
32764
+  ac_status=$?
 
32765
+  grep -v '^ *+' conftest.er1 >conftest.err
 
32766
+  rm -f conftest.er1
 
32767
+  cat conftest.err >&5
 
32768
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32769
+  (exit $ac_status); } && {
 
32770
+        test -z "$ac_c_werror_flag" ||
 
32771
+        test ! -s conftest.err
 
32772
+       } && test -s conftest$ac_exeext &&
 
32773
+       $as_test_x conftest$ac_exeext; then
 
32774
+  ac_cv_lib_dl_dlopen=yes
 
32775
+else
 
32776
+  echo "$as_me: failed program was:" >&5
 
32777
+sed 's/^/| /' conftest.$ac_ext >&5
 
32778
+
 
32779
+       ac_cv_lib_dl_dlopen=no
 
32780
+fi
 
32781
+
 
32782
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
32783
+      conftest$ac_exeext conftest.$ac_ext
 
32784
+LIBS=$ac_check_lib_save_LIBS
 
32785
+fi
 
32786
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 
32787
+echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
 
32788
+if test $ac_cv_lib_dl_dlopen = yes; then
 
32789
+  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 
32790
+else
 
32791
+
 
32792
+    lt_cv_dlopen="dyld"
 
32793
+    lt_cv_dlopen_libs=
 
32794
+    lt_cv_dlopen_self=yes
 
32795
+
 
32796
+fi
 
32797
+
 
32798
+    ;;
 
32799
+
 
32800
+  *)
 
32801
+    { echo "$as_me:$LINENO: checking for shl_load" >&5
 
32802
+echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; }
 
32803
+if test "${ac_cv_func_shl_load+set}" = set; then
 
32804
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
32805
+else
 
32806
+  cat >conftest.$ac_ext <<_ACEOF
 
32807
+/* confdefs.h.  */
 
32808
+_ACEOF
 
32809
+cat confdefs.h >>conftest.$ac_ext
 
32810
+cat >>conftest.$ac_ext <<_ACEOF
 
32811
+/* end confdefs.h.  */
 
32812
+/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
 
32813
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
32814
+#define shl_load innocuous_shl_load
 
32815
+
 
32816
+/* System header to define __stub macros and hopefully few prototypes,
 
32817
+    which can conflict with char shl_load (); below.
 
32818
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
32819
+    <limits.h> exists even on freestanding compilers.  */
 
32820
+
 
32821
+#ifdef __STDC__
 
32822
+# include <limits.h>
 
32823
+#else
 
32824
+# include <assert.h>
 
32825
+#endif
 
32826
+
 
32827
+#undef shl_load
 
32828
+
 
32829
+/* Override any GCC internal prototype to avoid an error.
 
32830
+   Use char because int might match the return type of a GCC
 
32831
+   builtin and then its argument prototype would still apply.  */
 
32832
+#ifdef __cplusplus
 
32833
+extern "C"
 
32834
+#endif
 
32835
+char shl_load ();
 
32836
+/* The GNU C library defines this for functions which it implements
 
32837
+    to always fail with ENOSYS.  Some functions are actually named
 
32838
+    something starting with __ and the normal name is an alias.  */
 
32839
+#if defined __stub_shl_load || defined __stub___shl_load
 
32840
+choke me
 
32841
+#endif
 
32842
+
 
32843
+int
 
32844
+main ()
 
32845
+{
 
32846
+return shl_load ();
 
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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
32858
+  (eval "$ac_link") 2>conftest.er1
 
32859
+  ac_status=$?
 
32860
+  grep -v '^ *+' conftest.er1 >conftest.err
 
32861
+  rm -f conftest.er1
 
32862
+  cat conftest.err >&5
 
32863
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32864
+  (exit $ac_status); } && {
 
32865
+        test -z "$ac_c_werror_flag" ||
 
32866
+        test ! -s conftest.err
 
32867
+       } && test -s conftest$ac_exeext &&
 
32868
+       $as_test_x conftest$ac_exeext; then
 
32869
+  ac_cv_func_shl_load=yes
 
32870
+else
 
32871
+  echo "$as_me: failed program was:" >&5
 
32872
+sed 's/^/| /' conftest.$ac_ext >&5
 
32873
+
 
32874
+       ac_cv_func_shl_load=no
 
32875
+fi
 
32876
+
 
32877
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
32878
+      conftest$ac_exeext conftest.$ac_ext
 
32879
+fi
 
32880
+{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
 
32881
+echo "${ECHO_T}$ac_cv_func_shl_load" >&6; }
 
32882
+if test $ac_cv_func_shl_load = yes; then
 
32883
+  lt_cv_dlopen="shl_load"
 
32884
+else
 
32885
+  { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
 
32886
+echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; }
 
32887
+if test "${ac_cv_lib_dld_shl_load+set}" = set; then
 
32888
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
32889
+else
 
32890
+  ac_check_lib_save_LIBS=$LIBS
 
32891
+LIBS="-ldld  $LIBS"
 
32892
+cat >conftest.$ac_ext <<_ACEOF
 
32893
+/* confdefs.h.  */
 
32894
+_ACEOF
 
32895
+cat confdefs.h >>conftest.$ac_ext
 
32896
+cat >>conftest.$ac_ext <<_ACEOF
 
32897
+/* end confdefs.h.  */
 
32898
+
 
32899
+/* Override any GCC internal prototype to avoid an error.
 
32900
+   Use char because int might match the return type of a GCC
 
32901
+   builtin and then its argument prototype would still apply.  */
 
32902
+#ifdef __cplusplus
 
32903
+extern "C"
 
32904
+#endif
 
32905
+char shl_load ();
 
32906
+int
 
32907
+main ()
 
32908
+{
 
32909
+return shl_load ();
 
32910
+  ;
 
32911
+  return 0;
 
32912
+}
 
32913
+_ACEOF
 
32914
+rm -f conftest.$ac_objext conftest$ac_exeext
 
32915
+if { (ac_try="$ac_link"
 
32916
+case "(($ac_try" in
 
32917
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
32918
+  *) ac_try_echo=$ac_try;;
 
32919
+esac
 
32920
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
32921
+  (eval "$ac_link") 2>conftest.er1
 
32922
+  ac_status=$?
 
32923
+  grep -v '^ *+' conftest.er1 >conftest.err
 
32924
+  rm -f conftest.er1
 
32925
+  cat conftest.err >&5
 
32926
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
32927
+  (exit $ac_status); } && {
 
32928
+        test -z "$ac_c_werror_flag" ||
 
32929
+        test ! -s conftest.err
 
32930
+       } && test -s conftest$ac_exeext &&
 
32931
+       $as_test_x conftest$ac_exeext; then
 
32932
+  ac_cv_lib_dld_shl_load=yes
 
32933
+else
 
32934
+  echo "$as_me: failed program was:" >&5
 
32935
+sed 's/^/| /' conftest.$ac_ext >&5
 
32936
+
 
32937
+       ac_cv_lib_dld_shl_load=no
 
32938
+fi
 
32939
+
 
32940
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
32941
+      conftest$ac_exeext conftest.$ac_ext
 
32942
+LIBS=$ac_check_lib_save_LIBS
 
32943
+fi
 
32944
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
 
32945
+echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; }
 
32946
+if test $ac_cv_lib_dld_shl_load = yes; then
 
32947
+  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
 
32948
+else
 
32949
+  { echo "$as_me:$LINENO: checking for dlopen" >&5
 
32950
+echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; }
 
32951
+if test "${ac_cv_func_dlopen+set}" = set; then
 
32952
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
32953
+else
 
32954
+  cat >conftest.$ac_ext <<_ACEOF
 
32955
+/* confdefs.h.  */
 
32956
+_ACEOF
 
32957
+cat confdefs.h >>conftest.$ac_ext
 
32958
+cat >>conftest.$ac_ext <<_ACEOF
 
32959
+/* end confdefs.h.  */
 
32960
+/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
 
32961
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
32962
+#define dlopen innocuous_dlopen
 
32963
+
 
32964
+/* System header to define __stub macros and hopefully few prototypes,
 
32965
+    which can conflict with char dlopen (); below.
 
32966
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
32967
+    <limits.h> exists even on freestanding compilers.  */
 
32968
+
 
32969
+#ifdef __STDC__
 
32970
+# include <limits.h>
 
32971
+#else
 
32972
+# include <assert.h>
 
32973
+#endif
 
32974
+
 
32975
+#undef dlopen
 
32976
+
 
32977
+/* Override any GCC internal prototype to avoid an error.
 
32978
+   Use char because int might match the return type of a GCC
 
32979
+   builtin and then its argument prototype would still apply.  */
 
32980
+#ifdef __cplusplus
 
32981
+extern "C"
 
32982
+#endif
 
32983
+char dlopen ();
 
32984
+/* The GNU C library defines this for functions which it implements
 
32985
+    to always fail with ENOSYS.  Some functions are actually named
 
32986
+    something starting with __ and the normal name is an alias.  */
 
32987
+#if defined __stub_dlopen || defined __stub___dlopen
 
32988
+choke me
 
32989
+#endif
 
32990
+
 
32991
+int
 
32992
+main ()
 
32993
+{
 
32994
+return dlopen ();
 
32995
+  ;
 
32996
+  return 0;
 
32997
+}
 
32998
+_ACEOF
 
32999
+rm -f conftest.$ac_objext conftest$ac_exeext
 
33000
+if { (ac_try="$ac_link"
 
33001
+case "(($ac_try" in
 
33002
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
33003
+  *) ac_try_echo=$ac_try;;
 
33004
+esac
 
33005
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
33006
+  (eval "$ac_link") 2>conftest.er1
 
33007
+  ac_status=$?
 
33008
+  grep -v '^ *+' conftest.er1 >conftest.err
 
33009
+  rm -f conftest.er1
 
33010
+  cat conftest.err >&5
 
33011
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33012
+  (exit $ac_status); } && {
 
33013
+        test -z "$ac_c_werror_flag" ||
 
33014
+        test ! -s conftest.err
 
33015
+       } && test -s conftest$ac_exeext &&
 
33016
+       $as_test_x conftest$ac_exeext; then
 
33017
+  ac_cv_func_dlopen=yes
 
33018
+else
 
33019
+  echo "$as_me: failed program was:" >&5
 
33020
+sed 's/^/| /' conftest.$ac_ext >&5
 
33021
+
 
33022
+       ac_cv_func_dlopen=no
 
33023
+fi
 
33024
+
 
33025
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
33026
+      conftest$ac_exeext conftest.$ac_ext
 
33027
+fi
 
33028
+{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
 
33029
+echo "${ECHO_T}$ac_cv_func_dlopen" >&6; }
 
33030
+if test $ac_cv_func_dlopen = yes; then
 
33031
+  lt_cv_dlopen="dlopen"
 
33032
+else
 
33033
+  { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 
33034
+echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
 
33035
+if test "${ac_cv_lib_dl_dlopen+set}" = set; then
 
33036
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
33037
+else
 
33038
+  ac_check_lib_save_LIBS=$LIBS
 
33039
+LIBS="-ldl  $LIBS"
 
33040
+cat >conftest.$ac_ext <<_ACEOF
 
33041
+/* confdefs.h.  */
 
33042
+_ACEOF
 
33043
+cat confdefs.h >>conftest.$ac_ext
 
33044
+cat >>conftest.$ac_ext <<_ACEOF
 
33045
+/* end confdefs.h.  */
 
33046
+
 
33047
+/* Override any GCC internal prototype to avoid an error.
 
33048
+   Use char because int might match the return type of a GCC
 
33049
+   builtin and then its argument prototype would still apply.  */
 
33050
+#ifdef __cplusplus
 
33051
+extern "C"
 
33052
+#endif
 
33053
+char dlopen ();
 
33054
+int
 
33055
+main ()
 
33056
+{
 
33057
+return dlopen ();
 
33058
+  ;
 
33059
+  return 0;
 
33060
+}
 
33061
+_ACEOF
 
33062
+rm -f conftest.$ac_objext conftest$ac_exeext
 
33063
+if { (ac_try="$ac_link"
 
33064
+case "(($ac_try" in
 
33065
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
33066
+  *) ac_try_echo=$ac_try;;
 
33067
+esac
 
33068
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
33069
+  (eval "$ac_link") 2>conftest.er1
 
33070
+  ac_status=$?
 
33071
+  grep -v '^ *+' conftest.er1 >conftest.err
 
33072
+  rm -f conftest.er1
 
33073
+  cat conftest.err >&5
 
33074
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33075
+  (exit $ac_status); } && {
 
33076
+        test -z "$ac_c_werror_flag" ||
 
33077
+        test ! -s conftest.err
 
33078
+       } && test -s conftest$ac_exeext &&
 
33079
+       $as_test_x conftest$ac_exeext; then
 
33080
+  ac_cv_lib_dl_dlopen=yes
 
33081
+else
 
33082
+  echo "$as_me: failed program was:" >&5
 
33083
+sed 's/^/| /' conftest.$ac_ext >&5
 
33084
+
 
33085
+       ac_cv_lib_dl_dlopen=no
 
33086
+fi
 
33087
+
 
33088
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
33089
+      conftest$ac_exeext conftest.$ac_ext
 
33090
+LIBS=$ac_check_lib_save_LIBS
 
33091
+fi
 
33092
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 
33093
+echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
 
33094
+if test $ac_cv_lib_dl_dlopen = yes; then
 
33095
+  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 
33096
+else
 
33097
+  { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
 
33098
+echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; }
 
33099
+if test "${ac_cv_lib_svld_dlopen+set}" = set; then
 
33100
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
33101
+else
 
33102
+  ac_check_lib_save_LIBS=$LIBS
 
33103
+LIBS="-lsvld  $LIBS"
 
33104
+cat >conftest.$ac_ext <<_ACEOF
 
33105
+/* confdefs.h.  */
 
33106
+_ACEOF
 
33107
+cat confdefs.h >>conftest.$ac_ext
 
33108
+cat >>conftest.$ac_ext <<_ACEOF
 
33109
+/* end confdefs.h.  */
 
33110
+
 
33111
+/* Override any GCC internal prototype to avoid an error.
 
33112
+   Use char because int might match the return type of a GCC
 
33113
+   builtin and then its argument prototype would still apply.  */
 
33114
+#ifdef __cplusplus
 
33115
+extern "C"
 
33116
+#endif
 
33117
+char dlopen ();
 
33118
+int
 
33119
+main ()
 
33120
+{
 
33121
+return dlopen ();
 
33122
+  ;
 
33123
+  return 0;
 
33124
+}
 
33125
+_ACEOF
 
33126
+rm -f conftest.$ac_objext conftest$ac_exeext
 
33127
+if { (ac_try="$ac_link"
 
33128
+case "(($ac_try" in
 
33129
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
33130
+  *) ac_try_echo=$ac_try;;
 
33131
+esac
 
33132
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
33133
+  (eval "$ac_link") 2>conftest.er1
 
33134
+  ac_status=$?
 
33135
+  grep -v '^ *+' conftest.er1 >conftest.err
 
33136
+  rm -f conftest.er1
 
33137
+  cat conftest.err >&5
 
33138
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33139
+  (exit $ac_status); } && {
 
33140
+        test -z "$ac_c_werror_flag" ||
 
33141
+        test ! -s conftest.err
 
33142
+       } && test -s conftest$ac_exeext &&
 
33143
+       $as_test_x conftest$ac_exeext; then
 
33144
+  ac_cv_lib_svld_dlopen=yes
 
33145
+else
 
33146
+  echo "$as_me: failed program was:" >&5
 
33147
+sed 's/^/| /' conftest.$ac_ext >&5
 
33148
 
 
33149
-{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
 
33150
-$as_echo "$lt_prog_compiler_pic_CXX" >&6; }
 
33151
+       ac_cv_lib_svld_dlopen=no
 
33152
+fi
 
33153
 
 
33154
-#
 
33155
-# Check to make sure the PIC flag actually works.
 
33156
-#
 
33157
-if test -n "$lt_prog_compiler_pic_CXX"; then
 
33158
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
33159
+      conftest$ac_exeext conftest.$ac_ext
 
33160
+LIBS=$ac_check_lib_save_LIBS
 
33161
+fi
 
33162
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
 
33163
+echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; }
 
33164
+if test $ac_cv_lib_svld_dlopen = yes; then
 
33165
+  lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
 
33166
+else
 
33167
+  { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
 
33168
+echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; }
 
33169
+if test "${ac_cv_lib_dld_dld_link+set}" = set; then
 
33170
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
33171
+else
 
33172
+  ac_check_lib_save_LIBS=$LIBS
 
33173
+LIBS="-ldld  $LIBS"
 
33174
+cat >conftest.$ac_ext <<_ACEOF
 
33175
+/* confdefs.h.  */
 
33176
+_ACEOF
 
33177
+cat confdefs.h >>conftest.$ac_ext
 
33178
+cat >>conftest.$ac_ext <<_ACEOF
 
33179
+/* end confdefs.h.  */
 
33180
 
 
33181
-{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
 
33182
-$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; }
 
33183
-if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then
 
33184
-  $as_echo_n "(cached) " >&6
 
33185
+/* Override any GCC internal prototype to avoid an error.
 
33186
+   Use char because int might match the return type of a GCC
 
33187
+   builtin and then its argument prototype would still apply.  */
 
33188
+#ifdef __cplusplus
 
33189
+extern "C"
 
33190
+#endif
 
33191
+char dld_link ();
 
33192
+int
 
33193
+main ()
 
33194
+{
 
33195
+return dld_link ();
 
33196
+  ;
 
33197
+  return 0;
 
33198
+}
 
33199
+_ACEOF
 
33200
+rm -f conftest.$ac_objext conftest$ac_exeext
 
33201
+if { (ac_try="$ac_link"
 
33202
+case "(($ac_try" in
 
33203
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
33204
+  *) ac_try_echo=$ac_try;;
 
33205
+esac
 
33206
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
33207
+  (eval "$ac_link") 2>conftest.er1
 
33208
+  ac_status=$?
 
33209
+  grep -v '^ *+' conftest.er1 >conftest.err
 
33210
+  rm -f conftest.er1
 
33211
+  cat conftest.err >&5
 
33212
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33213
+  (exit $ac_status); } && {
 
33214
+        test -z "$ac_c_werror_flag" ||
 
33215
+        test ! -s conftest.err
 
33216
+       } && test -s conftest$ac_exeext &&
 
33217
+       $as_test_x conftest$ac_exeext; then
 
33218
+  ac_cv_lib_dld_dld_link=yes
 
33219
 else
 
33220
-  lt_cv_prog_compiler_pic_works_CXX=no
 
33221
-  ac_outfile=conftest.$ac_objext
 
33222
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
33223
-   lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
 
33224
-   # Insert the option either (1) after the last *FLAGS variable, or
 
33225
-   # (2) before a word containing "conftest.", or (3) at the end.
 
33226
-   # Note that $ac_compile itself does not contain backslashes and begins
 
33227
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
33228
-   # The option is referenced via a variable to avoid confusing sed.
 
33229
-   lt_compile=`echo "$ac_compile" | $SED \
 
33230
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
33231
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
33232
-   -e 's:$: $lt_compiler_flag:'`
 
33233
-   (eval echo "\"\$as_me:15717: $lt_compile\"" >&5)
 
33234
-   (eval "$lt_compile" 2>conftest.err)
 
33235
-   ac_status=$?
 
33236
-   cat conftest.err >&5
 
33237
-   echo "$as_me:15721: \$? = $ac_status" >&5
 
33238
-   if (exit $ac_status) && test -s "$ac_outfile"; then
 
33239
-     # The compiler can only warn and ignore the option if not recognized
 
33240
-     # So say no if there are warnings other than the usual output.
 
33241
-     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
33242
-     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
33243
-     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
 
33244
-       lt_cv_prog_compiler_pic_works_CXX=yes
 
33245
-     fi
 
33246
-   fi
 
33247
-   $rm conftest*
 
33248
+  echo "$as_me: failed program was:" >&5
 
33249
+sed 's/^/| /' conftest.$ac_ext >&5
 
33250
 
 
33251
+       ac_cv_lib_dld_dld_link=no
 
33252
 fi
 
33253
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
 
33254
-$as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; }
 
33255
 
 
33256
-if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
 
33257
-    case $lt_prog_compiler_pic_CXX in
 
33258
-     "" | " "*) ;;
 
33259
-     *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
 
33260
-     esac
 
33261
-else
 
33262
-    lt_prog_compiler_pic_CXX=
 
33263
-     lt_prog_compiler_can_build_shared_CXX=no
 
33264
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
33265
+      conftest$ac_exeext conftest.$ac_ext
 
33266
+LIBS=$ac_check_lib_save_LIBS
 
33267
+fi
 
33268
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
 
33269
+echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; }
 
33270
+if test $ac_cv_lib_dld_dld_link = yes; then
 
33271
+  lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
 
33272
 fi
 
33273
 
 
33274
+
 
33275
 fi
 
33276
-case $host_os in
 
33277
-  # For platforms which do not support PIC, -DPIC is meaningless:
 
33278
-  *djgpp*)
 
33279
-    lt_prog_compiler_pic_CXX=
 
33280
-    ;;
 
33281
-  *)
 
33282
-    lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
 
33283
-    ;;
 
33284
-esac
 
33285
 
 
33286
-#
 
33287
-# Check to make sure the static flag actually works.
 
33288
-#
 
33289
-wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
 
33290
-{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 
33291
-$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
 
33292
-if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then
 
33293
-  $as_echo_n "(cached) " >&6
 
33294
-else
 
33295
-  lt_cv_prog_compiler_static_works_CXX=no
 
33296
-   save_LDFLAGS="$LDFLAGS"
 
33297
-   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
 
33298
-   echo "$lt_simple_link_test_code" > conftest.$ac_ext
 
33299
-   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
 
33300
-     # The linker can only warn and ignore the option if not recognized
 
33301
-     # So say no if there are warnings
 
33302
-     if test -s conftest.err; then
 
33303
-       # Append any errors to the config.log.
 
33304
-       cat conftest.err 1>&5
 
33305
-       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
 
33306
-       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
33307
-       if diff conftest.exp conftest.er2 >/dev/null; then
 
33308
-         lt_cv_prog_compiler_static_works_CXX=yes
 
33309
-       fi
 
33310
-     else
 
33311
-       lt_cv_prog_compiler_static_works_CXX=yes
 
33312
-     fi
 
33313
-   fi
 
33314
-   $rm -r conftest*
 
33315
-   LDFLAGS="$save_LDFLAGS"
 
33316
 
 
33317
 fi
 
33318
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_CXX" >&5
 
33319
-$as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; }
 
33320
 
 
33321
-if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
 
33322
-    :
 
33323
-else
 
33324
-    lt_prog_compiler_static_CXX=
 
33325
+
 
33326
 fi
 
33327
 
 
33328
 
 
33329
-{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
33330
-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
 
33331
-if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
 
33332
-  $as_echo_n "(cached) " >&6
 
33333
-else
 
33334
-  lt_cv_prog_compiler_c_o_CXX=no
 
33335
-   $rm -r conftest 2>/dev/null
 
33336
-   mkdir conftest
 
33337
-   cd conftest
 
33338
-   mkdir out
 
33339
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
33340
+fi
 
33341
 
 
33342
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
 
33343
-   # Insert the option either (1) after the last *FLAGS variable, or
 
33344
-   # (2) before a word containing "conftest.", or (3) at the end.
 
33345
-   # Note that $ac_compile itself does not contain backslashes and begins
 
33346
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
33347
-   lt_compile=`echo "$ac_compile" | $SED \
 
33348
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
33349
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
33350
-   -e 's:$: $lt_compiler_flag:'`
 
33351
-   (eval echo "\"\$as_me:15821: $lt_compile\"" >&5)
 
33352
-   (eval "$lt_compile" 2>out/conftest.err)
 
33353
-   ac_status=$?
 
33354
-   cat out/conftest.err >&5
 
33355
-   echo "$as_me:15825: \$? = $ac_status" >&5
 
33356
-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
33357
-   then
 
33358
-     # The compiler can only warn and ignore the option if not recognized
 
33359
-     # So say no if there are warnings
 
33360
-     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
 
33361
-     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
 
33362
-     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
 
33363
-       lt_cv_prog_compiler_c_o_CXX=yes
 
33364
-     fi
 
33365
-   fi
 
33366
-   chmod u+w . 2>&5
 
33367
-   $rm conftest*
 
33368
-   # SGI C++ compiler will create directory out/ii_files/ for
 
33369
-   # template instantiation
 
33370
-   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
 
33371
-   $rm out/* && rmdir out
 
33372
-   cd ..
 
33373
-   rmdir conftest
 
33374
-   $rm conftest*
 
33375
 
 
33376
 fi
 
33377
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
 
33378
-$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; }
 
33379
 
 
33380
+    ;;
 
33381
+  esac
 
33382
+
 
33383
+  if test "x$lt_cv_dlopen" != xno; then
 
33384
+    enable_dlopen=yes
 
33385
+  else
 
33386
+    enable_dlopen=no
 
33387
+  fi
 
33388
+
 
33389
+  case $lt_cv_dlopen in
 
33390
+  dlopen)
 
33391
+    save_CPPFLAGS="$CPPFLAGS"
 
33392
+    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
 
33393
+
 
33394
+    save_LDFLAGS="$LDFLAGS"
 
33395
+    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
 
33396
+
 
33397
+    save_LIBS="$LIBS"
 
33398
+    LIBS="$lt_cv_dlopen_libs $LIBS"
 
33399
+
 
33400
+    { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
 
33401
+echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; }
 
33402
+if test "${lt_cv_dlopen_self+set}" = set; then
 
33403
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
33404
+else
 
33405
+         if test "$cross_compiling" = yes; then :
 
33406
+  lt_cv_dlopen_self=cross
 
33407
+else
 
33408
+  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
33409
+  lt_status=$lt_dlunknown
 
33410
+  cat > conftest.$ac_ext <<_LT_EOF
 
33411
+#line 14460 "configure"
 
33412
+#include "confdefs.h"
 
33413
+
 
33414
+#if HAVE_DLFCN_H
 
33415
+#include <dlfcn.h>
 
33416
+#endif
 
33417
+
 
33418
+#include <stdio.h>
 
33419
+
 
33420
+#ifdef RTLD_GLOBAL
 
33421
+#  define LT_DLGLOBAL          RTLD_GLOBAL
 
33422
+#else
 
33423
+#  ifdef DL_GLOBAL
 
33424
+#    define LT_DLGLOBAL                DL_GLOBAL
 
33425
+#  else
 
33426
+#    define LT_DLGLOBAL                0
 
33427
+#  endif
 
33428
+#endif
 
33429
+
 
33430
+/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
 
33431
+   find out it does not work in some platform. */
 
33432
+#ifndef LT_DLLAZY_OR_NOW
 
33433
+#  ifdef RTLD_LAZY
 
33434
+#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
 
33435
+#  else
 
33436
+#    ifdef DL_LAZY
 
33437
+#      define LT_DLLAZY_OR_NOW         DL_LAZY
 
33438
+#    else
 
33439
+#      ifdef RTLD_NOW
 
33440
+#        define LT_DLLAZY_OR_NOW       RTLD_NOW
 
33441
+#      else
 
33442
+#        ifdef DL_NOW
 
33443
+#          define LT_DLLAZY_OR_NOW     DL_NOW
 
33444
+#        else
 
33445
+#          define LT_DLLAZY_OR_NOW     0
 
33446
+#        endif
 
33447
+#      endif
 
33448
+#    endif
 
33449
+#  endif
 
33450
+#endif
 
33451
+
 
33452
+#ifdef __cplusplus
 
33453
+extern "C" void exit (int);
 
33454
+#endif
 
33455
+
 
33456
+void fnord() { int i=42;}
 
33457
+int main ()
 
33458
+{
 
33459
+  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
 
33460
+  int status = $lt_dlunknown;
 
33461
+
 
33462
+  if (self)
 
33463
+    {
 
33464
+      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
 
33465
+      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
 
33466
+      /* dlclose (self); */
 
33467
+    }
 
33468
+  else
 
33469
+    puts (dlerror ());
 
33470
 
 
33471
-hard_links="nottested"
 
33472
-if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
 
33473
-  # do not overwrite the value of need_locks provided by the user
 
33474
-  { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
33475
-$as_echo_n "checking if we can lock with hard links... " >&6; }
 
33476
-  hard_links=yes
 
33477
-  $rm conftest*
 
33478
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
33479
-  touch conftest.a
 
33480
-  ln conftest.a conftest.b 2>&5 || hard_links=no
 
33481
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
33482
-  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
 
33483
-$as_echo "$hard_links" >&6; }
 
33484
-  if test "$hard_links" = no; then
 
33485
-    { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 
33486
-$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 
33487
-    need_locks=warn
 
33488
+    exit (status);
 
33489
+}
 
33490
+_LT_EOF
 
33491
+  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
33492
+  (eval $ac_link) 2>&5
 
33493
+  ac_status=$?
 
33494
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33495
+  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
 
33496
+    (./conftest; exit; ) >&5 2>/dev/null
 
33497
+    lt_status=$?
 
33498
+    case x$lt_status in
 
33499
+      x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
 
33500
+      x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
 
33501
+      x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
 
33502
+    esac
 
33503
+  else :
 
33504
+    # compilation failed
 
33505
+    lt_cv_dlopen_self=no
 
33506
   fi
 
33507
-else
 
33508
-  need_locks=no
 
33509
 fi
 
33510
+rm -fr conftest*
 
33511
 
 
33512
-{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
33513
-$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
 
33514
-
 
33515
-  export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
33516
-  case $host_os in
 
33517
-  aix[4-9]*)
 
33518
-    # If we're using GNU nm, then we don't want the "-C" option.
 
33519
-    # -C means demangle to AIX nm, but means don't demangle with GNU nm
 
33520
-    if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
 
33521
-      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'
 
33522
-    else
 
33523
-      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'
 
33524
-    fi
 
33525
-    ;;
 
33526
-  pw32*)
 
33527
-    export_symbols_cmds_CXX="$ltdll_cmds"
 
33528
-  ;;
 
33529
-  cygwin* | mingw*)
 
33530
-    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'
 
33531
-  ;;
 
33532
-  *)
 
33533
-    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
33534
-  ;;
 
33535
-  esac
 
33536
-  exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
 
33537
-
 
33538
-{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
 
33539
-$as_echo "$ld_shlibs_CXX" >&6; }
 
33540
-test "$ld_shlibs_CXX" = no && can_build_shared=no
 
33541
 
 
33542
-#
 
33543
-# Do we need to explicitly link libc?
 
33544
-#
 
33545
-case "x$archive_cmds_need_lc_CXX" in
 
33546
-x|xyes)
 
33547
-  # Assume -lc should be added
 
33548
-  archive_cmds_need_lc_CXX=yes
 
33549
+fi
 
33550
+{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
 
33551
+echo "${ECHO_T}$lt_cv_dlopen_self" >&6; }
 
33552
 
 
33553
-  if test "$enable_shared" = yes && test "$GCC" = yes; then
 
33554
-    case $archive_cmds_CXX in
 
33555
-    *'~'*)
 
33556
-      # FIXME: we may have to deal with multi-command sequences.
 
33557
-      ;;
 
33558
-    '$CC '*)
 
33559
-      # Test whether the compiler implicitly links with -lc since on some
 
33560
-      # systems, -lgcc has to come before -lc. If gcc already passes -lc
 
33561
-      # to ld, don't add -lc before -lgcc.
 
33562
-      { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
33563
-$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
 
33564
-      $rm conftest*
 
33565
-      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
33566
+    if test "x$lt_cv_dlopen_self" = xyes; then
 
33567
+      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
 
33568
+      { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
 
33569
+echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; }
 
33570
+if test "${lt_cv_dlopen_self_static+set}" = set; then
 
33571
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
33572
+else
 
33573
+         if test "$cross_compiling" = yes; then :
 
33574
+  lt_cv_dlopen_self_static=cross
 
33575
+else
 
33576
+  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
33577
+  lt_status=$lt_dlunknown
 
33578
+  cat > conftest.$ac_ext <<_LT_EOF
 
33579
+#line 14560 "configure"
 
33580
+#include "confdefs.h"
 
33581
 
 
33582
-      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
33583
-  (eval $ac_compile) 2>&5
 
33584
-  ac_status=$?
 
33585
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33586
-  (exit $ac_status); } 2>conftest.err; then
 
33587
-        soname=conftest
 
33588
-        lib=conftest
 
33589
-        libobjs=conftest.$ac_objext
 
33590
-        deplibs=
 
33591
-        wl=$lt_prog_compiler_wl_CXX
 
33592
-       pic_flag=$lt_prog_compiler_pic_CXX
 
33593
-        compiler_flags=-v
 
33594
-        linker_flags=-v
 
33595
-        verstring=
 
33596
-        output_objdir=.
 
33597
-        libname=conftest
 
33598
-        lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
 
33599
-        allow_undefined_flag_CXX=
 
33600
-        if { (eval echo "$as_me:$LINENO: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
 
33601
-  (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
 
33602
-  ac_status=$?
 
33603
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33604
-  (exit $ac_status); }
 
33605
-        then
 
33606
-         archive_cmds_need_lc_CXX=no
 
33607
-        else
 
33608
-         archive_cmds_need_lc_CXX=yes
 
33609
-        fi
 
33610
-        allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
 
33611
-      else
 
33612
-        cat conftest.err 1>&5
 
33613
-      fi
 
33614
-      $rm conftest*
 
33615
-      { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
 
33616
-$as_echo "$archive_cmds_need_lc_CXX" >&6; }
 
33617
-      ;;
 
33618
-    esac
 
33619
-  fi
 
33620
-  ;;
 
33621
-esac
 
33622
+#if HAVE_DLFCN_H
 
33623
+#include <dlfcn.h>
 
33624
+#endif
 
33625
 
 
33626
-{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
33627
-$as_echo_n "checking dynamic linker characteristics... " >&6; }
 
33628
-library_names_spec=
 
33629
-libname_spec='lib$name'
 
33630
-soname_spec=
 
33631
-shrext_cmds=".so"
 
33632
-postinstall_cmds=
 
33633
-postuninstall_cmds=
 
33634
-finish_cmds=
 
33635
-finish_eval=
 
33636
-shlibpath_var=
 
33637
-shlibpath_overrides_runpath=unknown
 
33638
-version_type=none
 
33639
-dynamic_linker="$host_os ld.so"
 
33640
-sys_lib_dlsearch_path_spec="/lib /usr/lib"
 
33641
+#include <stdio.h>
 
33642
 
 
33643
-need_lib_prefix=unknown
 
33644
-hardcode_into_libs=no
 
33645
+#ifdef RTLD_GLOBAL
 
33646
+#  define LT_DLGLOBAL          RTLD_GLOBAL
 
33647
+#else
 
33648
+#  ifdef DL_GLOBAL
 
33649
+#    define LT_DLGLOBAL                DL_GLOBAL
 
33650
+#  else
 
33651
+#    define LT_DLGLOBAL                0
 
33652
+#  endif
 
33653
+#endif
 
33654
 
 
33655
-# when you set need_version to no, make sure it does not cause -set_version
 
33656
-# flags to be left without arguments
 
33657
-need_version=unknown
 
33658
+/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
 
33659
+   find out it does not work in some platform. */
 
33660
+#ifndef LT_DLLAZY_OR_NOW
 
33661
+#  ifdef RTLD_LAZY
 
33662
+#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
 
33663
+#  else
 
33664
+#    ifdef DL_LAZY
 
33665
+#      define LT_DLLAZY_OR_NOW         DL_LAZY
 
33666
+#    else
 
33667
+#      ifdef RTLD_NOW
 
33668
+#        define LT_DLLAZY_OR_NOW       RTLD_NOW
 
33669
+#      else
 
33670
+#        ifdef DL_NOW
 
33671
+#          define LT_DLLAZY_OR_NOW     DL_NOW
 
33672
+#        else
 
33673
+#          define LT_DLLAZY_OR_NOW     0
 
33674
+#        endif
 
33675
+#      endif
 
33676
+#    endif
 
33677
+#  endif
 
33678
+#endif
 
33679
 
 
33680
-case $host_os in
 
33681
-aix3*)
 
33682
-  version_type=linux
 
33683
-  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
 
33684
-  shlibpath_var=LIBPATH
 
33685
+#ifdef __cplusplus
 
33686
+extern "C" void exit (int);
 
33687
+#endif
 
33688
 
 
33689
-  # AIX 3 has no versioning support, so we append a major version to the name.
 
33690
-  soname_spec='${libname}${release}${shared_ext}$major'
 
33691
-  ;;
 
33692
+void fnord() { int i=42;}
 
33693
+int main ()
 
33694
+{
 
33695
+  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
 
33696
+  int status = $lt_dlunknown;
 
33697
 
 
33698
-aix[4-9]*)
 
33699
-  version_type=linux
 
33700
-  need_lib_prefix=no
 
33701
-  need_version=no
 
33702
-  hardcode_into_libs=yes
 
33703
-  if test "$host_cpu" = ia64; then
 
33704
-    # AIX 5 supports IA64
 
33705
-    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
 
33706
-    shlibpath_var=LD_LIBRARY_PATH
 
33707
+  if (self)
 
33708
+    {
 
33709
+      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
 
33710
+      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
 
33711
+      /* dlclose (self); */
 
33712
+    }
 
33713
   else
 
33714
-    # With GCC up to 2.95.x, collect2 would create an import file
 
33715
-    # for dependence libraries.  The import file would start with
 
33716
-    # the line `#! .'.  This would cause the generated library to
 
33717
-    # depend on `.', always an invalid library.  This was fixed in
 
33718
-    # development snapshots of GCC prior to 3.0.
 
33719
-    case $host_os in
 
33720
-      aix4 | aix4.[01] | aix4.[01].*)
 
33721
-      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
 
33722
-          echo ' yes '
 
33723
-          echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
 
33724
-       :
 
33725
-      else
 
33726
-       can_build_shared=no
 
33727
-      fi
 
33728
-      ;;
 
33729
+    puts (dlerror ());
 
33730
+
 
33731
+    exit (status);
 
33732
+}
 
33733
+_LT_EOF
 
33734
+  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
33735
+  (eval $ac_link) 2>&5
 
33736
+  ac_status=$?
 
33737
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
33738
+  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
 
33739
+    (./conftest; exit; ) >&5 2>/dev/null
 
33740
+    lt_status=$?
 
33741
+    case x$lt_status in
 
33742
+      x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
 
33743
+      x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
 
33744
+      x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
 
33745
     esac
 
33746
-    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
 
33747
-    # soname into executable. Probably we can add versioning support to
 
33748
-    # collect2, so additional links can be useful in future.
 
33749
-    if test "$aix_use_runtimelinking" = yes; then
 
33750
-      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
 
33751
-      # instead of lib<name>.a to let people know that these are not
 
33752
-      # typical AIX shared libraries.
 
33753
-      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
33754
-    else
 
33755
-      # We preserve .a as extension for shared libraries through AIX4.2
 
33756
-      # and later when we are not doing run time linking.
 
33757
-      library_names_spec='${libname}${release}.a $libname.a'
 
33758
-      soname_spec='${libname}${release}${shared_ext}$major'
 
33759
+  else :
 
33760
+    # compilation failed
 
33761
+    lt_cv_dlopen_self_static=no
 
33762
+  fi
 
33763
+fi
 
33764
+rm -fr conftest*
 
33765
+
 
33766
+
 
33767
+fi
 
33768
+{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
 
33769
+echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; }
 
33770
     fi
 
33771
-    shlibpath_var=LIBPATH
 
33772
-  fi
 
33773
-  ;;
 
33774
 
 
33775
-amigaos*)
 
33776
-  library_names_spec='$libname.ixlibrary $libname.a'
 
33777
-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
 
33778
-  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'
 
33779
-  ;;
 
33780
+    CPPFLAGS="$save_CPPFLAGS"
 
33781
+    LDFLAGS="$save_LDFLAGS"
 
33782
+    LIBS="$save_LIBS"
 
33783
+    ;;
 
33784
+  esac
 
33785
 
 
33786
-beos*)
 
33787
-  library_names_spec='${libname}${shared_ext}'
 
33788
-  dynamic_linker="$host_os ld.so"
 
33789
-  shlibpath_var=LIBRARY_PATH
 
33790
-  ;;
 
33791
+  case $lt_cv_dlopen_self in
 
33792
+  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
 
33793
+  *) enable_dlopen_self=unknown ;;
 
33794
+  esac
 
33795
 
 
33796
-bsdi[45]*)
 
33797
-  version_type=linux
 
33798
-  need_version=no
 
33799
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
33800
-  soname_spec='${libname}${release}${shared_ext}$major'
 
33801
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
 
33802
-  shlibpath_var=LD_LIBRARY_PATH
 
33803
-  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
 
33804
-  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
 
33805
-  # the default ld.so.conf also contains /usr/contrib/lib and
 
33806
-  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
 
33807
-  # libtool to hard-code these into programs
 
33808
-  ;;
 
33809
+  case $lt_cv_dlopen_self_static in
 
33810
+  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
 
33811
+  *) enable_dlopen_self_static=unknown ;;
 
33812
+  esac
 
33813
+fi
 
33814
 
 
33815
-cygwin* | mingw* | pw32*)
 
33816
-  version_type=windows
 
33817
-  shrext_cmds=".dll"
 
33818
-  need_version=no
 
33819
-  need_lib_prefix=no
 
33820
 
 
33821
-  case $GCC,$host_os in
 
33822
-  yes,cygwin* | yes,mingw* | yes,pw32*)
 
33823
-    library_names_spec='$libname.dll.a'
 
33824
-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
 
33825
-    postinstall_cmds='base_file=`basename \${file}`~
 
33826
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
 
33827
-      dldir=$destdir/`dirname \$dlpath`~
 
33828
-      test -d \$dldir || mkdir -p \$dldir~
 
33829
-      $install_prog $dir/$dlname \$dldir/$dlname~
 
33830
-      chmod a+x \$dldir/$dlname'
 
33831
-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
 
33832
-      dlpath=$dir/\$dldll~
 
33833
-       $rm \$dlpath'
 
33834
-    shlibpath_overrides_runpath=yes
 
33835
 
 
33836
-    case $host_os in
 
33837
-    cygwin*)
 
33838
-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
 
33839
-      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
 
33840
-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
 
33841
-      ;;
 
33842
-    mingw*)
 
33843
-      # MinGW DLLs use traditional 'lib' prefix
 
33844
-      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
 
33845
-      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
33846
-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
 
33847
-        # It is most probably a Windows format PATH printed by
 
33848
-        # mingw gcc, but we are running on Cygwin. Gcc prints its search
 
33849
-        # path with ; separators, and with drive letters. We can handle the
 
33850
-        # drive letters (cygwin fileutils understands them), so leave them,
 
33851
-        # especially as we might pass files found there to a mingw objdump,
 
33852
-        # which wouldn't understand a cygwinified path. Ahh.
 
33853
-        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
 
33854
-      else
 
33855
-        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
33856
-      fi
 
33857
-      ;;
 
33858
-    pw32*)
 
33859
-      # pw32 DLLs use 'pw' prefix rather than 'lib'
 
33860
-      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
 
33861
-      ;;
 
33862
-    esac
 
33863
-    ;;
 
33864
 
 
33865
-  *)
 
33866
-    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
 
33867
-    ;;
 
33868
-  esac
 
33869
-  dynamic_linker='Win32 ld.exe'
 
33870
-  # FIXME: first we should search . and the directory the executable is in
 
33871
-  shlibpath_var=PATH
 
33872
-  ;;
 
33873
 
 
33874
-darwin* | rhapsody*)
 
33875
-  dynamic_linker="$host_os dyld"
 
33876
-  version_type=darwin
 
33877
-  need_lib_prefix=no
 
33878
-  need_version=no
 
33879
-  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
 
33880
-  soname_spec='${libname}${release}${major}$shared_ext'
 
33881
-  shlibpath_overrides_runpath=yes
 
33882
-  shlibpath_var=DYLD_LIBRARY_PATH
 
33883
-  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
 
33884
 
 
33885
-  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
 
33886
-  ;;
 
33887
 
 
33888
-dgux*)
 
33889
-  version_type=linux
 
33890
-  need_lib_prefix=no
 
33891
-  need_version=no
 
33892
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
 
33893
-  soname_spec='${libname}${release}${shared_ext}$major'
 
33894
-  shlibpath_var=LD_LIBRARY_PATH
 
33895
-  ;;
 
33896
 
 
33897
-freebsd1*)
 
33898
-  dynamic_linker=no
 
33899
-  ;;
 
33900
 
 
33901
-freebsd* | dragonfly*)
 
33902
-  # DragonFly does not have aout.  When/if they implement a new
 
33903
-  # versioning mechanism, adjust this.
 
33904
-  if test -x /usr/bin/objformat; then
 
33905
-    objformat=`/usr/bin/objformat`
 
33906
-  else
 
33907
-    case $host_os in
 
33908
-    freebsd[123]*) objformat=aout ;;
 
33909
-    *) objformat=elf ;;
 
33910
-    esac
 
33911
-  fi
 
33912
-  version_type=freebsd-$objformat
 
33913
-  case $version_type in
 
33914
-    freebsd-elf*)
 
33915
-      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
 
33916
-      need_version=no
 
33917
-      need_lib_prefix=no
 
33918
-      ;;
 
33919
-    freebsd-*)
 
33920
-      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
 
33921
-      need_version=yes
 
33922
-      ;;
 
33923
-  esac
 
33924
-  shlibpath_var=LD_LIBRARY_PATH
 
33925
-  case $host_os in
 
33926
-  freebsd2*)
 
33927
-    shlibpath_overrides_runpath=yes
 
33928
-    ;;
 
33929
-  freebsd3.[01]* | freebsdelf3.[01]*)
 
33930
-    shlibpath_overrides_runpath=yes
 
33931
-    hardcode_into_libs=yes
 
33932
-    ;;
 
33933
-  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
 
33934
-  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
 
33935
-    shlibpath_overrides_runpath=no
 
33936
-    hardcode_into_libs=yes
 
33937
-    ;;
 
33938
-  *) # from 4.6 on, and DragonFly
 
33939
-    shlibpath_overrides_runpath=yes
 
33940
-    hardcode_into_libs=yes
 
33941
-    ;;
 
33942
-  esac
 
33943
-  ;;
 
33944
 
 
33945
-gnu*)
 
33946
-  version_type=linux
 
33947
-  need_lib_prefix=no
 
33948
-  need_version=no
 
33949
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
 
33950
-  soname_spec='${libname}${release}${shared_ext}$major'
 
33951
-  shlibpath_var=LD_LIBRARY_PATH
 
33952
-  hardcode_into_libs=yes
 
33953
-  ;;
 
33954
 
 
33955
-hpux9* | hpux10* | hpux11*)
 
33956
-  # Give a soname corresponding to the major version so that dld.sl refuses to
 
33957
-  # link against other versions.
 
33958
-  version_type=sunos
 
33959
-  need_lib_prefix=no
 
33960
-  need_version=no
 
33961
-  case $host_cpu in
 
33962
-  ia64*)
 
33963
-    shrext_cmds='.so'
 
33964
-    hardcode_into_libs=yes
 
33965
-    dynamic_linker="$host_os dld.so"
 
33966
-    shlibpath_var=LD_LIBRARY_PATH
 
33967
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
 
33968
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
33969
-    soname_spec='${libname}${release}${shared_ext}$major'
 
33970
-    if test "X$HPUX_IA64_MODE" = X32; then
 
33971
-      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
 
33972
+
 
33973
+
 
33974
+
 
33975
+
 
33976
+
 
33977
+
 
33978
+striplib=
 
33979
+old_striplib=
 
33980
+{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
 
33981
+echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; }
 
33982
+if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
 
33983
+  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
 
33984
+  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
 
33985
+  { echo "$as_me:$LINENO: result: yes" >&5
 
33986
+echo "${ECHO_T}yes" >&6; }
 
33987
+else
 
33988
+# FIXME - insert some real tests, host_os isn't really good enough
 
33989
+  case $host_os in
 
33990
+  darwin*)
 
33991
+    if test -n "$STRIP" ; then
 
33992
+      striplib="$STRIP -x"
 
33993
+      old_striplib="$STRIP -S"
 
33994
+      { echo "$as_me:$LINENO: result: yes" >&5
 
33995
+echo "${ECHO_T}yes" >&6; }
 
33996
     else
 
33997
-      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
 
33998
+      { echo "$as_me:$LINENO: result: no" >&5
 
33999
+echo "${ECHO_T}no" >&6; }
 
34000
     fi
 
34001
-    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
34002
     ;;
 
34003
-   hppa*64*)
 
34004
-     shrext_cmds='.sl'
 
34005
-     hardcode_into_libs=yes
 
34006
-     dynamic_linker="$host_os dld.sl"
 
34007
-     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
 
34008
-     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
 
34009
-     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
34010
-     soname_spec='${libname}${release}${shared_ext}$major'
 
34011
-     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
 
34012
-     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
34013
-     ;;
 
34014
-   *)
 
34015
-    shrext_cmds='.sl'
 
34016
-    dynamic_linker="$host_os dld.sl"
 
34017
-    shlibpath_var=SHLIB_PATH
 
34018
-    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
 
34019
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
34020
-    soname_spec='${libname}${release}${shared_ext}$major'
 
34021
+  *)
 
34022
+    { echo "$as_me:$LINENO: result: no" >&5
 
34023
+echo "${ECHO_T}no" >&6; }
 
34024
     ;;
 
34025
   esac
 
34026
-  # HP-UX runs *really* slowly unless shared libraries are mode 555.
 
34027
-  postinstall_cmds='chmod 555 $lib'
 
34028
-  ;;
 
34029
+fi
 
34030
 
 
34031
-interix[3-9]*)
 
34032
-  version_type=linux
 
34033
-  need_lib_prefix=no
 
34034
-  need_version=no
 
34035
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
34036
-  soname_spec='${libname}${release}${shared_ext}$major'
 
34037
-  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
 
34038
-  shlibpath_var=LD_LIBRARY_PATH
 
34039
-  shlibpath_overrides_runpath=no
 
34040
-  hardcode_into_libs=yes
 
34041
-  ;;
 
34042
 
 
34043
-irix5* | irix6* | nonstopux*)
 
34044
-  case $host_os in
 
34045
-    nonstopux*) version_type=nonstopux ;;
 
34046
-    *)
 
34047
-       if test "$lt_cv_prog_gnu_ld" = yes; then
 
34048
-               version_type=linux
 
34049
-       else
 
34050
-               version_type=irix
 
34051
-       fi ;;
 
34052
-  esac
 
34053
-  need_lib_prefix=no
 
34054
-  need_version=no
 
34055
-  soname_spec='${libname}${release}${shared_ext}$major'
 
34056
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
 
34057
+
 
34058
+
 
34059
+
 
34060
+
 
34061
+
 
34062
+
 
34063
+
 
34064
+
 
34065
+
 
34066
+
 
34067
+  # Report which library types will actually be built
 
34068
+  { echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
 
34069
+echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; }
 
34070
+  { echo "$as_me:$LINENO: result: $can_build_shared" >&5
 
34071
+echo "${ECHO_T}$can_build_shared" >&6; }
 
34072
+
 
34073
+  { echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
 
34074
+echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; }
 
34075
+  test "$can_build_shared" = "no" && enable_shared=no
 
34076
+
 
34077
+  # On AIX, shared libraries and static libraries use the same namespace, and
 
34078
+  # are all built from PIC.
 
34079
   case $host_os in
 
34080
-  irix5* | nonstopux*)
 
34081
-    libsuff= shlibsuff=
 
34082
-    ;;
 
34083
-  *)
 
34084
-    case $LD in # libtool.m4 will add one of these switches to LD
 
34085
-    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
 
34086
-      libsuff= shlibsuff= libmagic=32-bit;;
 
34087
-    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
 
34088
-      libsuff=32 shlibsuff=N32 libmagic=N32;;
 
34089
-    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
 
34090
-      libsuff=64 shlibsuff=64 libmagic=64-bit;;
 
34091
-    *) libsuff= shlibsuff= libmagic=never-match;;
 
34092
-    esac
 
34093
+  aix3*)
 
34094
+    test "$enable_shared" = yes && enable_static=no
 
34095
+    if test -n "$RANLIB"; then
 
34096
+      archive_cmds="$archive_cmds~\$RANLIB \$lib"
 
34097
+      postinstall_cmds='$RANLIB $lib'
 
34098
+    fi
 
34099
+    ;;
 
34100
+
 
34101
+  aix[4-9]*)
 
34102
+    if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
 
34103
+      test "$enable_shared" = yes && enable_static=no
 
34104
+    fi
 
34105
     ;;
 
34106
   esac
 
34107
-  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
 
34108
-  shlibpath_overrides_runpath=no
 
34109
-  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
 
34110
-  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
 
34111
-  hardcode_into_libs=yes
 
34112
-  ;;
 
34113
+  { echo "$as_me:$LINENO: result: $enable_shared" >&5
 
34114
+echo "${ECHO_T}$enable_shared" >&6; }
 
34115
 
 
34116
-# No shared lib support for Linux oldld, aout, or coff.
 
34117
-linux*oldld* | linux*aout* | linux*coff*)
 
34118
-  dynamic_linker=no
 
34119
-  ;;
 
34120
+  { echo "$as_me:$LINENO: checking whether to build static libraries" >&5
 
34121
+echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; }
 
34122
+  # Make sure either enable_shared or enable_static is yes.
 
34123
+  test "$enable_shared" = yes || enable_static=yes
 
34124
+  { echo "$as_me:$LINENO: result: $enable_static" >&5
 
34125
+echo "${ECHO_T}$enable_static" >&6; }
 
34126
 
 
34127
-# This must be Linux ELF.
 
34128
-linux* | k*bsd*-gnu)
 
34129
-  version_type=linux
 
34130
-  need_lib_prefix=no
 
34131
-  need_version=no
 
34132
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
34133
-  soname_spec='${libname}${release}${shared_ext}$major'
 
34134
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
 
34135
-  shlibpath_var=LD_LIBRARY_PATH
 
34136
-  shlibpath_overrides_runpath=no
 
34137
-  # This implies no fast_install, which is unacceptable.
 
34138
-  # Some rework will be needed to allow for fast_install
 
34139
-  # before this can be enabled.
 
34140
-  hardcode_into_libs=yes
 
34141
-  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
 
34142
-  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
 
34143
 
 
34144
-  # Append ld.so.conf contents to the search path
 
34145
-  if test -f /etc/ld.so.conf; then
 
34146
-    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' ' '`
 
34147
-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
 
34148
-  fi
 
34149
 
 
34150
-  # We used to test for /lib/ld.so.1 and disable shared libraries on
 
34151
-  # powerpc, because MkLinux only supported shared libraries with the
 
34152
-  # GNU dynamic linker.  Since this was broken with cross compilers,
 
34153
-  # most powerpc-linux boxes support dynamic linking these days and
 
34154
-  # people can always --disable-shared, the test was removed, and we
 
34155
-  # assume the GNU/Linux dynamic linker is in use.
 
34156
-  dynamic_linker='GNU/Linux ld.so'
 
34157
-  ;;
 
34158
 
 
34159
-netbsd*)
 
34160
-  version_type=sunos
 
34161
-  need_lib_prefix=no
 
34162
-  need_version=no
 
34163
-  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
34164
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
34165
-    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
34166
-    dynamic_linker='NetBSD (a.out) ld.so'
 
34167
-  else
 
34168
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
34169
-    soname_spec='${libname}${release}${shared_ext}$major'
 
34170
-    dynamic_linker='NetBSD ld.elf_so'
 
34171
-  fi
 
34172
-  shlibpath_var=LD_LIBRARY_PATH
 
34173
-  shlibpath_overrides_runpath=yes
 
34174
-  hardcode_into_libs=yes
 
34175
-  ;;
 
34176
+fi
 
34177
+ac_ext=c
 
34178
+ac_cpp='$CPP $CPPFLAGS'
 
34179
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
34180
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
34181
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
34182
 
 
34183
-newsos6)
 
34184
-  version_type=linux
 
34185
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
34186
-  shlibpath_var=LD_LIBRARY_PATH
 
34187
-  shlibpath_overrides_runpath=yes
 
34188
-  ;;
 
34189
+CC="$lt_save_CC"
 
34190
 
 
34191
-nto-qnx*)
 
34192
-  version_type=linux
 
34193
-  need_lib_prefix=no
 
34194
-  need_version=no
 
34195
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
34196
-  soname_spec='${libname}${release}${shared_ext}$major'
 
34197
-  shlibpath_var=LD_LIBRARY_PATH
 
34198
-  shlibpath_overrides_runpath=yes
 
34199
-  ;;
 
34200
 
 
34201
-openbsd*)
 
34202
-  version_type=sunos
 
34203
-  sys_lib_dlsearch_path_spec="/usr/lib"
 
34204
-  need_lib_prefix=no
 
34205
-  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
 
34206
-  case $host_os in
 
34207
-    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
 
34208
-    *)                         need_version=no  ;;
 
34209
-  esac
 
34210
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
34211
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
34212
-  shlibpath_var=LD_LIBRARY_PATH
 
34213
-  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
34214
-    case $host_os in
 
34215
-      openbsd2.[89] | openbsd2.[89].*)
 
34216
-       shlibpath_overrides_runpath=no
 
34217
-       ;;
 
34218
-      *)
 
34219
-       shlibpath_overrides_runpath=yes
 
34220
-       ;;
 
34221
-      esac
 
34222
-  else
 
34223
-    shlibpath_overrides_runpath=yes
 
34224
-  fi
 
34225
-  ;;
 
34226
+ac_ext=cpp
 
34227
+ac_cpp='$CXXCPP $CPPFLAGS'
 
34228
+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
34229
+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
34230
+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
34231
 
 
34232
-os2*)
 
34233
-  libname_spec='$name'
 
34234
-  shrext_cmds=".dll"
 
34235
-  need_lib_prefix=no
 
34236
-  library_names_spec='$libname${shared_ext} $libname.a'
 
34237
-  dynamic_linker='OS/2 ld.exe'
 
34238
-  shlibpath_var=LIBPATH
 
34239
-  ;;
 
34240
+archive_cmds_need_lc_CXX=no
 
34241
+allow_undefined_flag_CXX=
 
34242
+always_export_symbols_CXX=no
 
34243
+archive_expsym_cmds_CXX=
 
34244
+compiler_needs_object_CXX=no
 
34245
+export_dynamic_flag_spec_CXX=
 
34246
+hardcode_direct_CXX=no
 
34247
+hardcode_direct_absolute_CXX=no
 
34248
+hardcode_libdir_flag_spec_CXX=
 
34249
+hardcode_libdir_flag_spec_ld_CXX=
 
34250
+hardcode_libdir_separator_CXX=
 
34251
+hardcode_minus_L_CXX=no
 
34252
+hardcode_shlibpath_var_CXX=unsupported
 
34253
+hardcode_automatic_CXX=no
 
34254
+inherit_rpath_CXX=no
 
34255
+module_cmds_CXX=
 
34256
+module_expsym_cmds_CXX=
 
34257
+link_all_deplibs_CXX=unknown
 
34258
+old_archive_cmds_CXX=$old_archive_cmds
 
34259
+no_undefined_flag_CXX=
 
34260
+whole_archive_flag_spec_CXX=
 
34261
+enable_shared_with_static_runtimes_CXX=no
 
34262
 
 
34263
-osf3* | osf4* | osf5*)
 
34264
-  version_type=osf
 
34265
-  need_lib_prefix=no
 
34266
-  need_version=no
 
34267
-  soname_spec='${libname}${release}${shared_ext}$major'
 
34268
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
34269
-  shlibpath_var=LD_LIBRARY_PATH
 
34270
-  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
 
34271
-  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
 
34272
-  ;;
 
34273
+# Source file extension for C++ test sources.
 
34274
+ac_ext=cpp
 
34275
 
 
34276
-rdos*)
 
34277
-  dynamic_linker=no
 
34278
-  ;;
 
34279
+# Object file extension for compiled C++ test sources.
 
34280
+objext=o
 
34281
+objext_CXX=$objext
 
34282
 
 
34283
-solaris*)
 
34284
-  version_type=linux
 
34285
-  need_lib_prefix=no
 
34286
-  need_version=no
 
34287
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
34288
-  soname_spec='${libname}${release}${shared_ext}$major'
 
34289
-  shlibpath_var=LD_LIBRARY_PATH
 
34290
-  shlibpath_overrides_runpath=yes
 
34291
-  hardcode_into_libs=yes
 
34292
-  # ldd complains unless libraries are executable
 
34293
-  postinstall_cmds='chmod +x $lib'
 
34294
-  ;;
 
34295
+# No sense in running all these tests if we already determined that
 
34296
+# the CXX compiler isn't working.  Some variables (like enable_shared)
 
34297
+# are currently assumed to apply to all compilers on this platform,
 
34298
+# and will be corrupted by setting them based on a non-working compiler.
 
34299
+if test "$_lt_caught_CXX_error" != yes; then
 
34300
+  # Code to be used in simple compile tests
 
34301
+  lt_simple_compile_test_code="int some_variable = 0;"
 
34302
 
 
34303
-sunos4*)
 
34304
-  version_type=sunos
 
34305
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
34306
-  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
 
34307
-  shlibpath_var=LD_LIBRARY_PATH
 
34308
-  shlibpath_overrides_runpath=yes
 
34309
-  if test "$with_gnu_ld" = yes; then
 
34310
-    need_lib_prefix=no
 
34311
-  fi
 
34312
-  need_version=yes
 
34313
-  ;;
 
34314
+  # Code to be used in simple link tests
 
34315
+  lt_simple_link_test_code='int main(int, char *[]) { return(0); }'
 
34316
 
 
34317
-sysv4 | sysv4.3*)
 
34318
-  version_type=linux
 
34319
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
34320
-  soname_spec='${libname}${release}${shared_ext}$major'
 
34321
-  shlibpath_var=LD_LIBRARY_PATH
 
34322
-  case $host_vendor in
 
34323
-    sni)
 
34324
-      shlibpath_overrides_runpath=no
 
34325
-      need_lib_prefix=no
 
34326
-      export_dynamic_flag_spec='${wl}-Blargedynsym'
 
34327
-      runpath_var=LD_RUN_PATH
 
34328
-      ;;
 
34329
-    siemens)
 
34330
-      need_lib_prefix=no
 
34331
-      ;;
 
34332
-    motorola)
 
34333
-      need_lib_prefix=no
 
34334
-      need_version=no
 
34335
-      shlibpath_overrides_runpath=no
 
34336
-      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
 
34337
-      ;;
 
34338
-  esac
 
34339
-  ;;
 
34340
+  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
34341
 
 
34342
-sysv4*MP*)
 
34343
-  if test -d /usr/nec ;then
 
34344
-    version_type=linux
 
34345
-    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
 
34346
-    soname_spec='$libname${shared_ext}.$major'
 
34347
-    shlibpath_var=LD_LIBRARY_PATH
 
34348
-  fi
 
34349
-  ;;
 
34350
 
 
34351
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
 
34352
-  version_type=freebsd-elf
 
34353
-  need_lib_prefix=no
 
34354
-  need_version=no
 
34355
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
 
34356
-  soname_spec='${libname}${release}${shared_ext}$major'
 
34357
-  shlibpath_var=LD_LIBRARY_PATH
 
34358
-  hardcode_into_libs=yes
 
34359
-  if test "$with_gnu_ld" = yes; then
 
34360
-    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
 
34361
-    shlibpath_overrides_runpath=no
 
34362
+
 
34363
+
 
34364
+
 
34365
+
 
34366
+# If no C compiler was specified, use CC.
 
34367
+LTCC=${LTCC-"$CC"}
 
34368
+
 
34369
+# If no C compiler flags were specified, use CFLAGS.
 
34370
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
 
34371
+
 
34372
+# Allow CC to be a program name with arguments.
 
34373
+compiler=$CC
 
34374
+
 
34375
+
 
34376
+  # save warnings/boilerplate of simple test code
 
34377
+  ac_outfile=conftest.$ac_objext
 
34378
+echo "$lt_simple_compile_test_code" >conftest.$ac_ext
 
34379
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
34380
+_lt_compiler_boilerplate=`cat conftest.err`
 
34381
+$RM conftest*
 
34382
+
 
34383
+  ac_outfile=conftest.$ac_objext
 
34384
+echo "$lt_simple_link_test_code" >conftest.$ac_ext
 
34385
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
34386
+_lt_linker_boilerplate=`cat conftest.err`
 
34387
+$RM -r conftest*
 
34388
+
 
34389
+
 
34390
+  # Allow CC to be a program name with arguments.
 
34391
+  lt_save_CC=$CC
 
34392
+  lt_save_LD=$LD
 
34393
+  lt_save_GCC=$GCC
 
34394
+  GCC=$GXX
 
34395
+  lt_save_with_gnu_ld=$with_gnu_ld
 
34396
+  lt_save_path_LD=$lt_cv_path_LD
 
34397
+  if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
 
34398
+    lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
 
34399
   else
 
34400
-    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
 
34401
-    shlibpath_overrides_runpath=yes
 
34402
-    case $host_os in
 
34403
-      sco3.2v5*)
 
34404
-        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
 
34405
-       ;;
 
34406
-    esac
 
34407
+    $as_unset lt_cv_prog_gnu_ld
 
34408
   fi
 
34409
-  sys_lib_dlsearch_path_spec='/usr/lib'
 
34410
-  ;;
 
34411
+  if test -n "${lt_cv_path_LDCXX+set}"; then
 
34412
+    lt_cv_path_LD=$lt_cv_path_LDCXX
 
34413
+  else
 
34414
+    $as_unset lt_cv_path_LD
 
34415
+  fi
 
34416
+  test -z "${LDCXX+set}" || LD=$LDCXX
 
34417
+  CC=${CXX-"c++"}
 
34418
+  compiler=$CC
 
34419
+  compiler_CXX=$CC
 
34420
+  for cc_temp in $compiler""; do
 
34421
+  case $cc_temp in
 
34422
+    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
 
34423
+    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
 
34424
+    \-*) ;;
 
34425
+    *) break;;
 
34426
+  esac
 
34427
+done
 
34428
+cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
34429
 
 
34430
-uts4*)
 
34431
-  version_type=linux
 
34432
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
34433
-  soname_spec='${libname}${release}${shared_ext}$major'
 
34434
-  shlibpath_var=LD_LIBRARY_PATH
 
34435
-  ;;
 
34436
 
 
34437
-*)
 
34438
-  dynamic_linker=no
 
34439
-  ;;
 
34440
-esac
 
34441
-{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
34442
-$as_echo "$dynamic_linker" >&6; }
 
34443
-test "$dynamic_linker" = no && can_build_shared=no
 
34444
+  if test -n "$compiler"; then
 
34445
+    # We don't want -fno-exception when compiling C++ code, so set the
 
34446
+    # no_builtin_flag separately
 
34447
+    if test "$GXX" = yes; then
 
34448
+      lt_prog_compiler_no_builtin_flag_CXX=' -fno-builtin'
 
34449
+    else
 
34450
+      lt_prog_compiler_no_builtin_flag_CXX=
 
34451
+    fi
 
34452
 
 
34453
-if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
 
34454
-  $as_echo_n "(cached) " >&6
 
34455
-else
 
34456
-  lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
 
34457
-fi
 
34458
+    if test "$GXX" = yes; then
 
34459
+      # Set up default GNU C++ configuration
 
34460
 
 
34461
-sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
 
34462
-if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
 
34463
-  $as_echo_n "(cached) " >&6
 
34464
+
 
34465
+
 
34466
+# Check whether --with-gnu-ld was given.
 
34467
+if test "${with_gnu_ld+set}" = set; then
 
34468
+  withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
 
34469
 else
 
34470
-  lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
 
34471
+  with_gnu_ld=no
 
34472
 fi
 
34473
 
 
34474
-sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
 
34475
-
 
34476
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 
34477
+ac_prog=ld
 
34478
 if test "$GCC" = yes; then
 
34479
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
34480
+  # Check if gcc -print-prog-name=ld gives a path.
 
34481
+  { echo "$as_me:$LINENO: checking for ld used by $CC" >&5
 
34482
+echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; }
 
34483
+  case $host in
 
34484
+  *-*-mingw*)
 
34485
+    # gcc leaves a trailing carriage return which upsets mingw
 
34486
+    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
 
34487
+  *)
 
34488
+    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
 
34489
+  esac
 
34490
+  case $ac_prog in
 
34491
+    # Accept absolute paths.
 
34492
+    [\\/]* | ?:[\\/]*)
 
34493
+      re_direlt='/[^/][^/]*/\.\./'
 
34494
+      # Canonicalize the pathname of ld
 
34495
+      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
 
34496
+      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
 
34497
+       ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
 
34498
+      done
 
34499
+      test -z "$LD" && LD="$ac_prog"
 
34500
+      ;;
 
34501
+  "")
 
34502
+    # If it fails, then pretend we aren't using GCC.
 
34503
+    ac_prog=ld
 
34504
+    ;;
 
34505
+  *)
 
34506
+    # If it is relative, then search for the first ld in PATH.
 
34507
+    with_gnu_ld=unknown
 
34508
+    ;;
 
34509
+  esac
 
34510
+elif test "$with_gnu_ld" = yes; then
 
34511
+  { echo "$as_me:$LINENO: checking for GNU ld" >&5
 
34512
+echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; }
 
34513
+else
 
34514
+  { echo "$as_me:$LINENO: checking for non-GNU ld" >&5
 
34515
+echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; }
 
34516
 fi
 
34517
-
 
34518
-{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
34519
-$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
 
34520
-hardcode_action_CXX=
 
34521
-if test -n "$hardcode_libdir_flag_spec_CXX" || \
 
34522
-   test -n "$runpath_var_CXX" || \
 
34523
-   test "X$hardcode_automatic_CXX" = "Xyes" ; then
 
34524
-
 
34525
-  # We can hardcode non-existant directories.
 
34526
-  if test "$hardcode_direct_CXX" != no &&
 
34527
-     # If the only mechanism to avoid hardcoding is shlibpath_var, we
 
34528
-     # have to relink, otherwise we might link with an installed library
 
34529
-     # when we should be linking with a yet-to-be-installed one
 
34530
-     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
 
34531
-     test "$hardcode_minus_L_CXX" != no; then
 
34532
-    # Linking always hardcodes the temporary library directory.
 
34533
-    hardcode_action_CXX=relink
 
34534
-  else
 
34535
-    # We can link without hardcoding, and we can hardcode nonexisting dirs.
 
34536
-    hardcode_action_CXX=immediate
 
34537
-  fi
 
34538
+if test "${lt_cv_path_LD+set}" = set; then
 
34539
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
34540
 else
 
34541
-  # We cannot hardcode anything, or else we can only hardcode existing
 
34542
-  # directories.
 
34543
-  hardcode_action_CXX=unsupported
 
34544
+  if test -z "$LD"; then
 
34545
+  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
34546
+  for ac_dir in $PATH; do
 
34547
+    IFS="$lt_save_ifs"
 
34548
+    test -z "$ac_dir" && ac_dir=.
 
34549
+    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
 
34550
+      lt_cv_path_LD="$ac_dir/$ac_prog"
 
34551
+      # Check to see if the program is GNU ld.  I'd rather use --version,
 
34552
+      # but apparently some variants of GNU ld only accept -v.
 
34553
+      # Break only if it was the GNU/non-GNU ld that we prefer.
 
34554
+      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
 
34555
+      *GNU* | *'with BFD'*)
 
34556
+       test "$with_gnu_ld" != no && break
 
34557
+       ;;
 
34558
+      *)
 
34559
+       test "$with_gnu_ld" != yes && break
 
34560
+       ;;
 
34561
+      esac
 
34562
+    fi
 
34563
+  done
 
34564
+  IFS="$lt_save_ifs"
 
34565
+else
 
34566
+  lt_cv_path_LD="$LD" # Let the user override the test with a path.
 
34567
 fi
 
34568
-{ $as_echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
 
34569
-$as_echo "$hardcode_action_CXX" >&6; }
 
34570
-
 
34571
-if test "$hardcode_action_CXX" = relink; then
 
34572
-  # Fast installation is not supported
 
34573
-  enable_fast_install=no
 
34574
-elif test "$shlibpath_overrides_runpath" = yes ||
 
34575
-     test "$enable_shared" = no; then
 
34576
-  # Fast installation is not necessary
 
34577
-  enable_fast_install=needless
 
34578
 fi
 
34579
 
 
34580
+LD="$lt_cv_path_LD"
 
34581
+if test -n "$LD"; then
 
34582
+  { echo "$as_me:$LINENO: result: $LD" >&5
 
34583
+echo "${ECHO_T}$LD" >&6; }
 
34584
+else
 
34585
+  { echo "$as_me:$LINENO: result: no" >&5
 
34586
+echo "${ECHO_T}no" >&6; }
 
34587
+fi
 
34588
+test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
 
34589
+echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
 
34590
+   { (exit 1); exit 1; }; }
 
34591
+{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
 
34592
+echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; }
 
34593
+if test "${lt_cv_prog_gnu_ld+set}" = set; then
 
34594
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
34595
+else
 
34596
+  # I'd rather use --version here, but apparently some GNU lds only accept -v.
 
34597
+case `$LD -v 2>&1 </dev/null` in
 
34598
+*GNU* | *'with BFD'*)
 
34599
+  lt_cv_prog_gnu_ld=yes
 
34600
+  ;;
 
34601
+*)
 
34602
+  lt_cv_prog_gnu_ld=no
 
34603
+  ;;
 
34604
+esac
 
34605
+fi
 
34606
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
 
34607
+echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; }
 
34608
+with_gnu_ld=$lt_cv_prog_gnu_ld
 
34609
 
 
34610
-# The else clause should only fire when bootstrapping the
 
34611
-# libtool distribution, otherwise you forgot to ship ltmain.sh
 
34612
-# with your package, and you will get complaints that there are
 
34613
-# no rules to generate ltmain.sh.
 
34614
-if test -f "$ltmain"; then
 
34615
-  # See if we are running on zsh, and set the options which allow our commands through
 
34616
-  # without removal of \ escapes.
 
34617
-  if test -n "${ZSH_VERSION+set}" ; then
 
34618
-    setopt NO_GLOB_SUBST
 
34619
-  fi
 
34620
-  # Now quote all the things that may contain metacharacters while being
 
34621
-  # careful not to overquote the AC_SUBSTed values.  We take copies of the
 
34622
-  # variables and quote the copies for generation of the libtool script.
 
34623
-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
 
34624
-    SED SHELL STRIP \
 
34625
-    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
 
34626
-    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
 
34627
-    deplibs_check_method reload_flag reload_cmds need_locks \
 
34628
-    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
 
34629
-    lt_cv_sys_global_symbol_to_c_name_address \
 
34630
-    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
 
34631
-    old_postinstall_cmds old_postuninstall_cmds \
 
34632
-    compiler_CXX \
 
34633
-    CC_CXX \
 
34634
-    LD_CXX \
 
34635
-    lt_prog_compiler_wl_CXX \
 
34636
-    lt_prog_compiler_pic_CXX \
 
34637
-    lt_prog_compiler_static_CXX \
 
34638
-    lt_prog_compiler_no_builtin_flag_CXX \
 
34639
-    export_dynamic_flag_spec_CXX \
 
34640
-    thread_safe_flag_spec_CXX \
 
34641
-    whole_archive_flag_spec_CXX \
 
34642
-    enable_shared_with_static_runtimes_CXX \
 
34643
-    old_archive_cmds_CXX \
 
34644
-    old_archive_from_new_cmds_CXX \
 
34645
-    predep_objects_CXX \
 
34646
-    postdep_objects_CXX \
 
34647
-    predeps_CXX \
 
34648
-    postdeps_CXX \
 
34649
-    compiler_lib_search_path_CXX \
 
34650
-    compiler_lib_search_dirs_CXX \
 
34651
-    archive_cmds_CXX \
 
34652
-    archive_expsym_cmds_CXX \
 
34653
-    postinstall_cmds_CXX \
 
34654
-    postuninstall_cmds_CXX \
 
34655
-    old_archive_from_expsyms_cmds_CXX \
 
34656
-    allow_undefined_flag_CXX \
 
34657
-    no_undefined_flag_CXX \
 
34658
-    export_symbols_cmds_CXX \
 
34659
-    hardcode_libdir_flag_spec_CXX \
 
34660
-    hardcode_libdir_flag_spec_ld_CXX \
 
34661
-    hardcode_libdir_separator_CXX \
 
34662
-    hardcode_automatic_CXX \
 
34663
-    module_cmds_CXX \
 
34664
-    module_expsym_cmds_CXX \
 
34665
-    lt_cv_prog_compiler_c_o_CXX \
 
34666
-    fix_srcfile_path_CXX \
 
34667
-    exclude_expsyms_CXX \
 
34668
-    include_expsyms_CXX; do
 
34669
-
 
34670
-    case $var in
 
34671
-    old_archive_cmds_CXX | \
 
34672
-    old_archive_from_new_cmds_CXX | \
 
34673
-    archive_cmds_CXX | \
 
34674
-    archive_expsym_cmds_CXX | \
 
34675
-    module_cmds_CXX | \
 
34676
-    module_expsym_cmds_CXX | \
 
34677
-    old_archive_from_expsyms_cmds_CXX | \
 
34678
-    export_symbols_cmds_CXX | \
 
34679
-    extract_expsyms_cmds | reload_cmds | finish_cmds | \
 
34680
-    postinstall_cmds | postuninstall_cmds | \
 
34681
-    old_postinstall_cmds | old_postuninstall_cmds | \
 
34682
-    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
 
34683
-      # Double-quote double-evaled strings.
 
34684
-      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
 
34685
-      ;;
 
34686
-    *)
 
34687
-      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
 
34688
-      ;;
 
34689
-    esac
 
34690
-  done
 
34691
-
 
34692
-  case $lt_echo in
 
34693
-  *'\$0 --fallback-echo"')
 
34694
-    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
 
34695
-    ;;
 
34696
-  esac
 
34697
 
 
34698
-cfgfile="$ofile"
 
34699
 
 
34700
-  cat <<__EOF__ >> "$cfgfile"
 
34701
-# ### BEGIN LIBTOOL TAG CONFIG: $tagname
 
34702
 
 
34703
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 
34704
 
 
34705
-# Shell to use when invoking shell scripts.
 
34706
-SHELL=$lt_SHELL
 
34707
 
 
34708
-# Whether or not to build shared libraries.
 
34709
-build_libtool_libs=$enable_shared
 
34710
 
 
34711
-# Whether or not to build static libraries.
 
34712
-build_old_libs=$enable_static
 
34713
+      # Check if GNU C++ uses GNU ld as the underlying linker, since the
 
34714
+      # archiving commands below assume that GNU ld is being used.
 
34715
+      if test "$with_gnu_ld" = yes; then
 
34716
+        archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
34717
+        archive_expsym_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
34718
+
 
34719
+        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
 
34720
+        export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
 
34721
+
 
34722
+        # If archive_cmds runs LD, not CC, wlarc should be empty
 
34723
+        # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
 
34724
+        #     investigate it a little bit more. (MM)
 
34725
+        wlarc='${wl}'
 
34726
+
 
34727
+        # ancient GNU ld didn't support --whole-archive et. al.
 
34728
+        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
 
34729
+         $GREP 'no-whole-archive' > /dev/null; then
 
34730
+          whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
34731
+        else
 
34732
+          whole_archive_flag_spec_CXX=
 
34733
+        fi
 
34734
+      else
 
34735
+        with_gnu_ld=no
 
34736
+        wlarc=
 
34737
 
 
34738
-# Whether or not to add -lc for building shared libraries.
 
34739
-build_libtool_need_lc=$archive_cmds_need_lc_CXX
 
34740
+        # A generic and very simple default shared library creation
 
34741
+        # command for GNU C++ for the case where it uses the native
 
34742
+        # linker, instead of GNU ld.  If possible, this setting should
 
34743
+        # overridden to take advantage of the native linker features on
 
34744
+        # the platform it is being used on.
 
34745
+        archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
 
34746
+      fi
 
34747
 
 
34748
-# Whether or not to disallow shared libs when runtime libs are static
 
34749
-allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
 
34750
+      # Commands to make compiler produce verbose output that lists
 
34751
+      # what "hidden" libraries, object files and flags are used when
 
34752
+      # linking a shared library.
 
34753
+      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
 
34754
 
 
34755
-# Whether or not to optimize for fast installation.
 
34756
-fast_install=$enable_fast_install
 
34757
+    else
 
34758
+      GXX=no
 
34759
+      with_gnu_ld=no
 
34760
+      wlarc=
 
34761
+    fi
 
34762
 
 
34763
-# The host system.
 
34764
-host_alias=$host_alias
 
34765
-host=$host
 
34766
-host_os=$host_os
 
34767
+    # PORTME: fill in a description of your system's C++ link characteristics
 
34768
+    { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
34769
+echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
 
34770
+    ld_shlibs_CXX=yes
 
34771
+    case $host_os in
 
34772
+      aix3*)
 
34773
+        # FIXME: insert proper C++ library support
 
34774
+        ld_shlibs_CXX=no
 
34775
+        ;;
 
34776
+      aix[4-9]*)
 
34777
+        if test "$host_cpu" = ia64; then
 
34778
+          # On IA64, the linker does run time linking by default, so we don't
 
34779
+          # have to do anything special.
 
34780
+          aix_use_runtimelinking=no
 
34781
+          exp_sym_flag='-Bexport'
 
34782
+          no_entry_flag=""
 
34783
+        else
 
34784
+          aix_use_runtimelinking=no
 
34785
 
 
34786
-# The build system.
 
34787
-build_alias=$build_alias
 
34788
-build=$build
 
34789
-build_os=$build_os
 
34790
+          # Test if we are trying to use run time linking or normal
 
34791
+          # AIX style linking. If -brtl is somewhere in LDFLAGS, we
 
34792
+          # need to do runtime linking.
 
34793
+          case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
 
34794
+           for ld_flag in $LDFLAGS; do
 
34795
+             case $ld_flag in
 
34796
+             *-brtl*)
 
34797
+               aix_use_runtimelinking=yes
 
34798
+               break
 
34799
+               ;;
 
34800
+             esac
 
34801
+           done
 
34802
+           ;;
 
34803
+          esac
 
34804
 
 
34805
-# An echo program that does not interpret backslashes.
 
34806
-echo=$lt_echo
 
34807
+          exp_sym_flag='-bexport'
 
34808
+          no_entry_flag='-bnoentry'
 
34809
+        fi
 
34810
 
 
34811
-# The archiver.
 
34812
-AR=$lt_AR
 
34813
-AR_FLAGS=$lt_AR_FLAGS
 
34814
+        # When large executables or shared objects are built, AIX ld can
 
34815
+        # have problems creating the table of contents.  If linking a library
 
34816
+        # or program results in "error TOC overflow" add -mminimal-toc to
 
34817
+        # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
 
34818
+        # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
 
34819
+
 
34820
+        archive_cmds_CXX=''
 
34821
+        hardcode_direct_CXX=yes
 
34822
+        hardcode_direct_absolute_CXX=yes
 
34823
+        hardcode_libdir_separator_CXX=':'
 
34824
+        link_all_deplibs_CXX=yes
 
34825
+        file_list_spec_CXX='${wl}-f,'
 
34826
+
 
34827
+        if test "$GXX" = yes; then
 
34828
+          case $host_os in aix4.[012]|aix4.[012].*)
 
34829
+          # We only want to do this on AIX 4.2 and lower, the check
 
34830
+          # below for broken collect2 doesn't work under 4.3+
 
34831
+         collect2name=`${CC} -print-prog-name=collect2`
 
34832
+         if test -f "$collect2name" &&
 
34833
+            strings "$collect2name" | $GREP resolve_lib_name >/dev/null
 
34834
+         then
 
34835
+           # We have reworked collect2
 
34836
+           :
 
34837
+         else
 
34838
+           # We have old collect2
 
34839
+           hardcode_direct_CXX=unsupported
 
34840
+           # It fails to find uninstalled libraries when the uninstalled
 
34841
+           # path is not listed in the libpath.  Setting hardcode_minus_L
 
34842
+           # to unsupported forces relinking
 
34843
+           hardcode_minus_L_CXX=yes
 
34844
+           hardcode_libdir_flag_spec_CXX='-L$libdir'
 
34845
+           hardcode_libdir_separator_CXX=
 
34846
+         fi
 
34847
+          esac
 
34848
+          shared_flag='-shared'
 
34849
+         if test "$aix_use_runtimelinking" = yes; then
 
34850
+           shared_flag="$shared_flag "'${wl}-G'
 
34851
+         fi
 
34852
+        else
 
34853
+          # not using gcc
 
34854
+          if test "$host_cpu" = ia64; then
 
34855
+         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
 
34856
+         # chokes on -Wl,-G. The following line is correct:
 
34857
+         shared_flag='-G'
 
34858
+          else
 
34859
+           if test "$aix_use_runtimelinking" = yes; then
 
34860
+             shared_flag='${wl}-G'
 
34861
+           else
 
34862
+             shared_flag='${wl}-bM:SRE'
 
34863
+           fi
 
34864
+          fi
 
34865
+        fi
 
34866
 
 
34867
-# A C compiler.
 
34868
-LTCC=$lt_LTCC
 
34869
+        # It seems that -bexpall does not export symbols beginning with
 
34870
+        # underscore (_), so it is better to generate a list of symbols to
 
34871
+       # export.
 
34872
+        always_export_symbols_CXX=yes
 
34873
+        if test "$aix_use_runtimelinking" = yes; then
 
34874
+          # Warning - without using the other runtime loading flags (-brtl),
 
34875
+          # -berok will link without error, but may produce a broken library.
 
34876
+          allow_undefined_flag_CXX='-berok'
 
34877
+          # Determine the default libpath from the value encoded in an empty
 
34878
+          # executable.
 
34879
+          cat >conftest.$ac_ext <<_ACEOF
 
34880
+/* confdefs.h.  */
 
34881
+_ACEOF
 
34882
+cat confdefs.h >>conftest.$ac_ext
 
34883
+cat >>conftest.$ac_ext <<_ACEOF
 
34884
+/* end confdefs.h.  */
 
34885
 
 
34886
-# LTCC compiler flags.
 
34887
-LTCFLAGS=$lt_LTCFLAGS
 
34888
+int
 
34889
+main ()
 
34890
+{
 
34891
 
 
34892
-# A language-specific compiler.
 
34893
-CC=$lt_compiler_CXX
 
34894
+  ;
 
34895
+  return 0;
 
34896
+}
 
34897
+_ACEOF
 
34898
+rm -f conftest.$ac_objext conftest$ac_exeext
 
34899
+if { (ac_try="$ac_link"
 
34900
+case "(($ac_try" in
 
34901
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
34902
+  *) ac_try_echo=$ac_try;;
 
34903
+esac
 
34904
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
34905
+  (eval "$ac_link") 2>conftest.er1
 
34906
+  ac_status=$?
 
34907
+  grep -v '^ *+' conftest.er1 >conftest.err
 
34908
+  rm -f conftest.er1
 
34909
+  cat conftest.err >&5
 
34910
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
34911
+  (exit $ac_status); } && {
 
34912
+        test -z "$ac_cxx_werror_flag" ||
 
34913
+        test ! -s conftest.err
 
34914
+       } && test -s conftest$ac_exeext &&
 
34915
+       $as_test_x conftest$ac_exeext; then
 
34916
 
 
34917
-# Is the compiler the GNU C compiler?
 
34918
-with_gcc=$GCC_CXX
 
34919
+lt_aix_libpath_sed='
 
34920
+    /Import File Strings/,/^$/ {
 
34921
+       /^0/ {
 
34922
+           s/^0  *\(.*\)$/\1/
 
34923
+           p
 
34924
+       }
 
34925
+    }'
 
34926
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
34927
+# Check for a 64-bit object if we didn't find anything.
 
34928
+if test -z "$aix_libpath"; then
 
34929
+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
34930
+fi
 
34931
+else
 
34932
+  echo "$as_me: failed program was:" >&5
 
34933
+sed 's/^/| /' conftest.$ac_ext >&5
 
34934
 
 
34935
-# An ERE matcher.
 
34936
-EGREP=$lt_EGREP
 
34937
 
 
34938
-# The linker used to build libraries.
 
34939
-LD=$lt_LD_CXX
 
34940
+fi
 
34941
 
 
34942
-# Whether we need hard or soft links.
 
34943
-LN_S=$lt_LN_S
 
34944
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
34945
+      conftest$ac_exeext conftest.$ac_ext
 
34946
+if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
34947
 
 
34948
-# A BSD-compatible nm program.
 
34949
-NM=$lt_NM
 
34950
+          hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
 
34951
 
 
34952
-# A symbol stripping program
 
34953
-STRIP=$lt_STRIP
 
34954
+          archive_expsym_cmds_CXX='$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"
 
34955
+        else
 
34956
+          if test "$host_cpu" = ia64; then
 
34957
+           hardcode_libdir_flag_spec_CXX='${wl}-R $libdir:/usr/lib:/lib'
 
34958
+           allow_undefined_flag_CXX="-z nodefs"
 
34959
+           archive_expsym_cmds_CXX="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
 
34960
+          else
 
34961
+           # Determine the default libpath from the value encoded in an
 
34962
+           # empty executable.
 
34963
+           cat >conftest.$ac_ext <<_ACEOF
 
34964
+/* confdefs.h.  */
 
34965
+_ACEOF
 
34966
+cat confdefs.h >>conftest.$ac_ext
 
34967
+cat >>conftest.$ac_ext <<_ACEOF
 
34968
+/* end confdefs.h.  */
 
34969
 
 
34970
-# Used to examine libraries when file_magic_cmd begins "file"
 
34971
-MAGIC_CMD=$MAGIC_CMD
 
34972
+int
 
34973
+main ()
 
34974
+{
 
34975
 
 
34976
-# Used on cygwin: DLL creation program.
 
34977
-DLLTOOL="$DLLTOOL"
 
34978
+  ;
 
34979
+  return 0;
 
34980
+}
 
34981
+_ACEOF
 
34982
+rm -f conftest.$ac_objext conftest$ac_exeext
 
34983
+if { (ac_try="$ac_link"
 
34984
+case "(($ac_try" in
 
34985
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
34986
+  *) ac_try_echo=$ac_try;;
 
34987
+esac
 
34988
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
34989
+  (eval "$ac_link") 2>conftest.er1
 
34990
+  ac_status=$?
 
34991
+  grep -v '^ *+' conftest.er1 >conftest.err
 
34992
+  rm -f conftest.er1
 
34993
+  cat conftest.err >&5
 
34994
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
34995
+  (exit $ac_status); } && {
 
34996
+        test -z "$ac_cxx_werror_flag" ||
 
34997
+        test ! -s conftest.err
 
34998
+       } && test -s conftest$ac_exeext &&
 
34999
+       $as_test_x conftest$ac_exeext; then
 
35000
 
 
35001
-# Used on cygwin: object dumper.
 
35002
-OBJDUMP="$OBJDUMP"
 
35003
+lt_aix_libpath_sed='
 
35004
+    /Import File Strings/,/^$/ {
 
35005
+       /^0/ {
 
35006
+           s/^0  *\(.*\)$/\1/
 
35007
+           p
 
35008
+       }
 
35009
+    }'
 
35010
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
35011
+# Check for a 64-bit object if we didn't find anything.
 
35012
+if test -z "$aix_libpath"; then
 
35013
+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
35014
+fi
 
35015
+else
 
35016
+  echo "$as_me: failed program was:" >&5
 
35017
+sed 's/^/| /' conftest.$ac_ext >&5
 
35018
 
 
35019
-# Used on cygwin: assembler.
 
35020
-AS="$AS"
 
35021
 
 
35022
-# The name of the directory that contains temporary libtool files.
 
35023
-objdir=$objdir
 
35024
+fi
 
35025
 
 
35026
-# How to create reloadable object files.
 
35027
-reload_flag=$lt_reload_flag
 
35028
-reload_cmds=$lt_reload_cmds
 
35029
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
35030
+      conftest$ac_exeext conftest.$ac_ext
 
35031
+if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
35032
 
 
35033
-# How to pass a linker flag through the compiler.
 
35034
-wl=$lt_lt_prog_compiler_wl_CXX
 
35035
+           hardcode_libdir_flag_spec_CXX='${wl}-blibpath:$libdir:'"$aix_libpath"
 
35036
+           # Warning - without using the other run time loading flags,
 
35037
+           # -berok will link without error, but may produce a broken library.
 
35038
+           no_undefined_flag_CXX=' ${wl}-bernotok'
 
35039
+           allow_undefined_flag_CXX=' ${wl}-berok'
 
35040
+           # Exported symbols can be pulled into shared objects from archives
 
35041
+           whole_archive_flag_spec_CXX='$convenience'
 
35042
+           archive_cmds_need_lc_CXX=yes
 
35043
+           # This is similar to how AIX traditionally builds its shared
 
35044
+           # libraries.
 
35045
+           archive_expsym_cmds_CXX="\$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'
 
35046
+          fi
 
35047
+        fi
 
35048
+        ;;
 
35049
 
 
35050
-# Object file suffix (normally "o").
 
35051
-objext="$ac_objext"
 
35052
+      beos*)
 
35053
+       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
 
35054
+         allow_undefined_flag_CXX=unsupported
 
35055
+         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
 
35056
+         # support --undefined.  This deserves some investigation.  FIXME
 
35057
+         archive_cmds_CXX='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
35058
+       else
 
35059
+         ld_shlibs_CXX=no
 
35060
+       fi
 
35061
+       ;;
 
35062
 
 
35063
-# Old archive suffix (normally "a").
 
35064
-libext="$libext"
 
35065
+      chorus*)
 
35066
+        case $cc_basename in
 
35067
+          *)
 
35068
+         # FIXME: insert proper C++ library support
 
35069
+         ld_shlibs_CXX=no
 
35070
+         ;;
 
35071
+        esac
 
35072
+        ;;
 
35073
 
 
35074
-# Shared library suffix (normally ".so").
 
35075
-shrext_cmds='$shrext_cmds'
 
35076
+      cygwin* | mingw* | pw32*)
 
35077
+        # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
 
35078
+        # as there is no search path for DLLs.
 
35079
+        hardcode_libdir_flag_spec_CXX='-L$libdir'
 
35080
+        allow_undefined_flag_CXX=unsupported
 
35081
+        always_export_symbols_CXX=no
 
35082
+        enable_shared_with_static_runtimes_CXX=yes
 
35083
+
 
35084
+        if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
 
35085
+          archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
35086
+          # If the export-symbols file already is a .def file (1st line
 
35087
+          # is EXPORTS), use it as is; otherwise, prepend...
 
35088
+          archive_expsym_cmds_CXX='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
35089
+           cp $export_symbols $output_objdir/$soname.def;
 
35090
+          else
 
35091
+           echo EXPORTS > $output_objdir/$soname.def;
 
35092
+           cat $export_symbols >> $output_objdir/$soname.def;
 
35093
+          fi~
 
35094
+          $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
35095
+        else
 
35096
+          ld_shlibs_CXX=no
 
35097
+        fi
 
35098
+        ;;
 
35099
+      darwin* | rhapsody*)
 
35100
 
 
35101
-# Executable file suffix (normally "").
 
35102
-exeext="$exeext"
 
35103
 
 
35104
-# Additional compiler flags for building library objects.
 
35105
-pic_flag=$lt_lt_prog_compiler_pic_CXX
 
35106
-pic_mode=$pic_mode
 
35107
+  archive_cmds_need_lc_CXX=no
 
35108
+  hardcode_direct_CXX=no
 
35109
+  hardcode_automatic_CXX=yes
 
35110
+  hardcode_shlibpath_var_CXX=unsupported
 
35111
+  whole_archive_flag_spec_CXX=''
 
35112
+  link_all_deplibs_CXX=yes
 
35113
+  allow_undefined_flag_CXX="$_lt_dar_allow_undefined"
 
35114
+  if test "$GCC" = "yes"; then
 
35115
+    output_verbose_link_cmd=echo
 
35116
+    archive_cmds_CXX="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
 
35117
+    module_cmds_CXX="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
 
35118
+    archive_expsym_cmds_CXX="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}"
 
35119
+    module_expsym_cmds_CXX="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}"
 
35120
+       if test "$lt_cv_apple_cc_single_mod" != "yes"; then
 
35121
+      archive_cmds_CXX="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
 
35122
+      archive_expsym_cmds_CXX="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
 
35123
+    fi
 
35124
 
 
35125
-# What is the maximum length of a command?
 
35126
-max_cmd_len=$lt_cv_sys_max_cmd_len
 
35127
+  else
 
35128
+  ld_shlibs_CXX=no
 
35129
+  fi
 
35130
 
 
35131
-# Does compiler simultaneously support -c and -o options?
 
35132
-compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
 
35133
+       ;;
 
35134
 
 
35135
-# Must we lock files when doing compilation?
 
35136
-need_locks=$lt_need_locks
 
35137
+      dgux*)
 
35138
+        case $cc_basename in
 
35139
+          ec++*)
 
35140
+           # FIXME: insert proper C++ library support
 
35141
+           ld_shlibs_CXX=no
 
35142
+           ;;
 
35143
+          ghcx*)
 
35144
+           # Green Hills C++ Compiler
 
35145
+           # FIXME: insert proper C++ library support
 
35146
+           ld_shlibs_CXX=no
 
35147
+           ;;
 
35148
+          *)
 
35149
+           # FIXME: insert proper C++ library support
 
35150
+           ld_shlibs_CXX=no
 
35151
+           ;;
 
35152
+        esac
 
35153
+        ;;
 
35154
 
 
35155
-# Do we need the lib prefix for modules?
 
35156
-need_lib_prefix=$need_lib_prefix
 
35157
+      freebsd[12]*)
 
35158
+        # C++ shared libraries reported to be fairly broken before
 
35159
+       # switch to ELF
 
35160
+        ld_shlibs_CXX=no
 
35161
+        ;;
 
35162
 
 
35163
-# Do we need a version for libraries?
 
35164
-need_version=$need_version
 
35165
+      freebsd-elf*)
 
35166
+        archive_cmds_need_lc_CXX=no
 
35167
+        ;;
 
35168
 
 
35169
-# Whether dlopen is supported.
 
35170
-dlopen_support=$enable_dlopen
 
35171
+      freebsd* | dragonfly*)
 
35172
+        # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
 
35173
+        # conventions
 
35174
+        ld_shlibs_CXX=yes
 
35175
+        ;;
 
35176
 
 
35177
-# Whether dlopen of programs is supported.
 
35178
-dlopen_self=$enable_dlopen_self
 
35179
+      gnu*)
 
35180
+        ;;
 
35181
 
 
35182
-# Whether dlopen of statically linked programs is supported.
 
35183
-dlopen_self_static=$enable_dlopen_self_static
 
35184
+      hpux9*)
 
35185
+        hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
 
35186
+        hardcode_libdir_separator_CXX=:
 
35187
+        export_dynamic_flag_spec_CXX='${wl}-E'
 
35188
+        hardcode_direct_CXX=yes
 
35189
+        hardcode_minus_L_CXX=yes # Not in the search PATH,
 
35190
+                                            # but as the default
 
35191
+                                            # location of the library.
 
35192
+
 
35193
+        case $cc_basename in
 
35194
+          CC*)
 
35195
+            # FIXME: insert proper C++ library support
 
35196
+            ld_shlibs_CXX=no
 
35197
+            ;;
 
35198
+          aCC*)
 
35199
+            archive_cmds_CXX='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
35200
+            # Commands to make compiler produce verbose output that lists
 
35201
+            # what "hidden" libraries, object files and flags are used when
 
35202
+            # linking a shared library.
 
35203
+            #
 
35204
+            # There doesn't appear to be a way to prevent this compiler from
 
35205
+            # explicitly linking system object files so we need to strip them
 
35206
+            # from the output so that they don't get included in the library
 
35207
+            # dependencies.
 
35208
+            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
 
35209
+            ;;
 
35210
+          *)
 
35211
+            if test "$GXX" = yes; then
 
35212
+              archive_cmds_CXX='$RM $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
35213
+            else
 
35214
+              # FIXME: insert proper C++ library support
 
35215
+              ld_shlibs_CXX=no
 
35216
+            fi
 
35217
+            ;;
 
35218
+        esac
 
35219
+        ;;
 
35220
 
 
35221
-# Compiler flag to prevent dynamic linking.
 
35222
-link_static_flag=$lt_lt_prog_compiler_static_CXX
 
35223
+      hpux10*|hpux11*)
 
35224
+        if test $with_gnu_ld = no; then
 
35225
+         hardcode_libdir_flag_spec_CXX='${wl}+b ${wl}$libdir'
 
35226
+         hardcode_libdir_separator_CXX=:
 
35227
 
 
35228
-# Compiler flag to turn off builtin functions.
 
35229
-no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
 
35230
+          case $host_cpu in
 
35231
+            hppa*64*|ia64*)
 
35232
+              ;;
 
35233
+            *)
 
35234
+             export_dynamic_flag_spec_CXX='${wl}-E'
 
35235
+              ;;
 
35236
+          esac
 
35237
+        fi
 
35238
+        case $host_cpu in
 
35239
+          hppa*64*|ia64*)
 
35240
+            hardcode_direct_CXX=no
 
35241
+            hardcode_shlibpath_var_CXX=no
 
35242
+            ;;
 
35243
+          *)
 
35244
+            hardcode_direct_CXX=yes
 
35245
+            hardcode_direct_absolute_CXX=yes
 
35246
+            hardcode_minus_L_CXX=yes # Not in the search PATH,
 
35247
+                                                # but as the default
 
35248
+                                                # location of the library.
 
35249
+            ;;
 
35250
+        esac
 
35251
+
 
35252
+        case $cc_basename in
 
35253
+          CC*)
 
35254
+           # FIXME: insert proper C++ library support
 
35255
+           ld_shlibs_CXX=no
 
35256
+           ;;
 
35257
+          aCC*)
 
35258
+           case $host_cpu in
 
35259
+             hppa*64*)
 
35260
+               archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
35261
+               ;;
 
35262
+             ia64*)
 
35263
+               archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
35264
+               ;;
 
35265
+             *)
 
35266
+               archive_cmds_CXX='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
35267
+               ;;
 
35268
+           esac
 
35269
+           # Commands to make compiler produce verbose output that lists
 
35270
+           # what "hidden" libraries, object files and flags are used when
 
35271
+           # linking a shared library.
 
35272
+           #
 
35273
+           # There doesn't appear to be a way to prevent this compiler from
 
35274
+           # explicitly linking system object files so we need to strip them
 
35275
+           # from the output so that they don't get included in the library
 
35276
+           # dependencies.
 
35277
+           output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
 
35278
+           ;;
 
35279
+          *)
 
35280
+           if test "$GXX" = yes; then
 
35281
+             if test $with_gnu_ld = no; then
 
35282
+               case $host_cpu in
 
35283
+                 hppa*64*)
 
35284
+                   archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
35285
+                   ;;
 
35286
+                 ia64*)
 
35287
+                   archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
35288
+                   ;;
 
35289
+                 *)
 
35290
+                   archive_cmds_CXX='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
35291
+                   ;;
 
35292
+               esac
 
35293
+             fi
 
35294
+           else
 
35295
+             # FIXME: insert proper C++ library support
 
35296
+             ld_shlibs_CXX=no
 
35297
+           fi
 
35298
+           ;;
 
35299
+        esac
 
35300
+        ;;
 
35301
 
 
35302
-# Compiler flag to allow reflexive dlopens.
 
35303
-export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
 
35304
+      interix[3-9]*)
 
35305
+       hardcode_direct_CXX=no
 
35306
+       hardcode_shlibpath_var_CXX=no
 
35307
+       hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
 
35308
+       export_dynamic_flag_spec_CXX='${wl}-E'
 
35309
+       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
 
35310
+       # Instead, shared libraries are loaded at an image base (0x10000000 by
 
35311
+       # default) and relocated if they conflict, which is a slow very memory
 
35312
+       # consuming and fragmenting process.  To avoid this, we pick a random,
 
35313
+       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
 
35314
+       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
 
35315
+       archive_cmds_CXX='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
 
35316
+       archive_expsym_cmds_CXX='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'
 
35317
+       ;;
 
35318
+      irix5* | irix6*)
 
35319
+        case $cc_basename in
 
35320
+          CC*)
 
35321
+           # SGI C++
 
35322
+           archive_cmds_CXX='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
 
35323
+
 
35324
+           # Archives containing C++ object files must be created using
 
35325
+           # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
 
35326
+           # necessary to make sure instantiated templates are included
 
35327
+           # in the archive.
 
35328
+           old_archive_cmds_CXX='$CC -ar -WR,-u -o $oldlib $oldobjs'
 
35329
+           ;;
 
35330
+          *)
 
35331
+           if test "$GXX" = yes; then
 
35332
+             if test "$with_gnu_ld" = no; then
 
35333
+               archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $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'
 
35334
+             else
 
35335
+               archive_cmds_CXX='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib'
 
35336
+             fi
 
35337
+           fi
 
35338
+           link_all_deplibs_CXX=yes
 
35339
+           ;;
 
35340
+        esac
 
35341
+        hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
 
35342
+        hardcode_libdir_separator_CXX=:
 
35343
+        inherit_rpath_CXX=yes
 
35344
+        ;;
 
35345
 
 
35346
-# Compiler flag to generate shared objects directly from archives.
 
35347
-whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
 
35348
+      linux* | k*bsd*-gnu)
 
35349
+        case $cc_basename in
 
35350
+          KCC*)
 
35351
+           # Kuck and Associates, Inc. (KAI) C++ Compiler
 
35352
+
 
35353
+           # KCC will only create a shared library if the output file
 
35354
+           # ends with ".so" (or ".sl" for HP-UX), so rename the library
 
35355
+           # to its proper name (with version) after linking.
 
35356
+           archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
 
35357
+           archive_expsym_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
 
35358
+           # Commands to make compiler produce verbose output that lists
 
35359
+           # what "hidden" libraries, object files and flags are used when
 
35360
+           # linking a shared library.
 
35361
+           #
 
35362
+           # There doesn't appear to be a way to prevent this compiler from
 
35363
+           # explicitly linking system object files so we need to strip them
 
35364
+           # from the output so that they don't get included in the library
 
35365
+           # dependencies.
 
35366
+           output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
 
35367
+
 
35368
+           hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
 
35369
+           export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
 
35370
+
 
35371
+           # Archives containing C++ object files must be created using
 
35372
+           # "CC -Bstatic", where "CC" is the KAI C++ compiler.
 
35373
+           old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs'
 
35374
+           ;;
 
35375
+         icpc* | ecpc* )
 
35376
+           # Intel C++
 
35377
+           with_gnu_ld=yes
 
35378
+           # version 8.0 and above of icpc choke on multiply defined symbols
 
35379
+           # if we add $predep_objects and $postdep_objects, however 7.1 and
 
35380
+           # earlier do not add the objects themselves.
 
35381
+           case `$CC -V 2>&1` in
 
35382
+             *"Version 7."*)
 
35383
+               archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
35384
+               archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
35385
+               ;;
 
35386
+             *)  # Version 8.0 or newer
 
35387
+               tmp_idyn=
 
35388
+               case $host_cpu in
 
35389
+                 ia64*) tmp_idyn=' -i_dynamic';;
 
35390
+               esac
 
35391
+               archive_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
35392
+               archive_expsym_cmds_CXX='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
35393
+               ;;
 
35394
+           esac
 
35395
+           archive_cmds_need_lc_CXX=no
 
35396
+           hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
 
35397
+           export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
 
35398
+           whole_archive_flag_spec_CXX='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
 
35399
+           ;;
 
35400
+          pgCC* | pgcpp*)
 
35401
+            # Portland Group C++ compiler
 
35402
+           case `$CC -V` in
 
35403
+           *pgCC\ [1-5]* | *pgcpp\ [1-5]*)
 
35404
+             prelink_cmds_CXX='tpldir=Template.dir~
 
35405
+               rm -rf $tpldir~
 
35406
+               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
 
35407
+               compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
 
35408
+             old_archive_cmds_CXX='tpldir=Template.dir~
 
35409
+               rm -rf $tpldir~
 
35410
+               $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
 
35411
+               $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
 
35412
+               $RANLIB $oldlib'
 
35413
+             archive_cmds_CXX='tpldir=Template.dir~
 
35414
+               rm -rf $tpldir~
 
35415
+               $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
 
35416
+               $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
 
35417
+             archive_expsym_cmds_CXX='tpldir=Template.dir~
 
35418
+               rm -rf $tpldir~
 
35419
+               $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
 
35420
+               $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
 
35421
+             ;;
 
35422
+           *) # Version 6 will use weak symbols
 
35423
+             archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
 
35424
+             archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
 
35425
+             ;;
 
35426
+           esac
 
35427
 
 
35428
-# Compiler flag to generate thread-safe objects.
 
35429
-thread_safe_flag_spec=$lt_thread_safe_flag_spec_CXX
 
35430
+           hardcode_libdir_flag_spec_CXX='${wl}--rpath ${wl}$libdir'
 
35431
+           export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
 
35432
+           whole_archive_flag_spec_CXX='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
 
35433
+            ;;
 
35434
+         cxx*)
 
35435
+           # Compaq C++
 
35436
+           archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
35437
+           archive_expsym_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname  -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
 
35438
 
 
35439
-# Library versioning type.
 
35440
-version_type=$version_type
 
35441
+           runpath_var=LD_RUN_PATH
 
35442
+           hardcode_libdir_flag_spec_CXX='-rpath $libdir'
 
35443
+           hardcode_libdir_separator_CXX=:
 
35444
 
 
35445
-# Format of library name prefix.
 
35446
-libname_spec=$lt_libname_spec
 
35447
+           # Commands to make compiler produce verbose output that lists
 
35448
+           # what "hidden" libraries, object files and flags are used when
 
35449
+           # linking a shared library.
 
35450
+           #
 
35451
+           # There doesn't appear to be a way to prevent this compiler from
 
35452
+           # explicitly linking system object files so we need to strip them
 
35453
+           # from the output so that they don't get included in the library
 
35454
+           # dependencies.
 
35455
+           output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
 
35456
+           ;;
 
35457
+         xl*)
 
35458
+           # IBM XL 8.0 on PPC, with GNU ld
 
35459
+           hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
 
35460
+           export_dynamic_flag_spec_CXX='${wl}--export-dynamic'
 
35461
+           archive_cmds_CXX='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
35462
+           if test "x$supports_anon_versioning" = xyes; then
 
35463
+             archive_expsym_cmds_CXX='echo "{ global:" > $output_objdir/$libname.ver~
 
35464
+               cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
 
35465
+               echo "local: *; };" >> $output_objdir/$libname.ver~
 
35466
+               $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
 
35467
+           fi
 
35468
+           ;;
 
35469
+         *)
 
35470
+           case `$CC -V 2>&1 | sed 5q` in
 
35471
+           *Sun\ C*)
 
35472
+             # Sun C++ 5.9
 
35473
+             no_undefined_flag_CXX=' -zdefs'
 
35474
+             archive_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
35475
+             archive_expsym_cmds_CXX='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
 
35476
+             hardcode_libdir_flag_spec_CXX='-R$libdir'
 
35477
+             whole_archive_flag_spec_CXX='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
 
35478
+             compiler_needs_object_CXX=yes
 
35479
+
 
35480
+             # Not sure whether something based on
 
35481
+             # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
 
35482
+             # would be better.
 
35483
+             output_verbose_link_cmd='echo'
 
35484
+
 
35485
+             # Archives containing C++ object files must be created using
 
35486
+             # "CC -xar", where "CC" is the Sun C++ compiler.  This is
 
35487
+             # necessary to make sure instantiated templates are included
 
35488
+             # in the archive.
 
35489
+             old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
 
35490
+             ;;
 
35491
+           esac
 
35492
+           ;;
 
35493
+       esac
 
35494
+       ;;
 
35495
 
 
35496
-# List of archive names.  First name is the real one, the rest are links.
 
35497
-# The last name is the one that the linker finds with -lNAME.
 
35498
-library_names_spec=$lt_library_names_spec
 
35499
+      lynxos*)
 
35500
+        # FIXME: insert proper C++ library support
 
35501
+       ld_shlibs_CXX=no
 
35502
+       ;;
 
35503
 
 
35504
-# The coded name of the library, if different from the real name.
 
35505
-soname_spec=$lt_soname_spec
 
35506
+      m88k*)
 
35507
+        # FIXME: insert proper C++ library support
 
35508
+        ld_shlibs_CXX=no
 
35509
+       ;;
 
35510
 
 
35511
-# Commands used to build and install an old-style archive.
 
35512
-RANLIB=$lt_RANLIB
 
35513
-old_archive_cmds=$lt_old_archive_cmds_CXX
 
35514
-old_postinstall_cmds=$lt_old_postinstall_cmds
 
35515
-old_postuninstall_cmds=$lt_old_postuninstall_cmds
 
35516
+      mvs*)
 
35517
+        case $cc_basename in
 
35518
+          cxx*)
 
35519
+           # FIXME: insert proper C++ library support
 
35520
+           ld_shlibs_CXX=no
 
35521
+           ;;
 
35522
+         *)
 
35523
+           # FIXME: insert proper C++ library support
 
35524
+           ld_shlibs_CXX=no
 
35525
+           ;;
 
35526
+       esac
 
35527
+       ;;
 
35528
 
 
35529
-# Create an old-style archive from a shared archive.
 
35530
-old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
 
35531
+      netbsd*)
 
35532
+        if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 
35533
+         archive_cmds_CXX='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
 
35534
+         wlarc=
 
35535
+         hardcode_libdir_flag_spec_CXX='-R$libdir'
 
35536
+         hardcode_direct_CXX=yes
 
35537
+         hardcode_shlibpath_var_CXX=no
 
35538
+       fi
 
35539
+       # Workaround some broken pre-1.5 toolchains
 
35540
+       output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
 
35541
+       ;;
 
35542
 
 
35543
-# Create a temporary old-style archive to link instead of a shared archive.
 
35544
-old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
 
35545
+      *nto* | *qnx*)
 
35546
+        ld_shlibs_CXX=yes
 
35547
+       ;;
 
35548
 
 
35549
-# Commands used to build and install a shared archive.
 
35550
-archive_cmds=$lt_archive_cmds_CXX
 
35551
-archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
 
35552
-postinstall_cmds=$lt_postinstall_cmds
 
35553
-postuninstall_cmds=$lt_postuninstall_cmds
 
35554
+      openbsd2*)
 
35555
+        # C++ shared libraries are fairly broken
 
35556
+       ld_shlibs_CXX=no
 
35557
+       ;;
 
35558
 
 
35559
-# Commands used to build a loadable module (assumed same as above if empty)
 
35560
-module_cmds=$lt_module_cmds_CXX
 
35561
-module_expsym_cmds=$lt_module_expsym_cmds_CXX
 
35562
+      openbsd*)
 
35563
+       if test -f /usr/libexec/ld.so; then
 
35564
+         hardcode_direct_CXX=yes
 
35565
+         hardcode_shlibpath_var_CXX=no
 
35566
+         hardcode_direct_absolute_CXX=yes
 
35567
+         archive_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
 
35568
+         hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
 
35569
+         if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
35570
+           archive_expsym_cmds_CXX='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
 
35571
+           export_dynamic_flag_spec_CXX='${wl}-E'
 
35572
+           whole_archive_flag_spec_CXX="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
35573
+         fi
 
35574
+         output_verbose_link_cmd=echo
 
35575
+       else
 
35576
+         ld_shlibs_CXX=no
 
35577
+       fi
 
35578
+       ;;
 
35579
 
 
35580
-# Commands to strip libraries.
 
35581
-old_striplib=$lt_old_striplib
 
35582
-striplib=$lt_striplib
 
35583
+      osf3* | osf4* | osf5*)
 
35584
+        case $cc_basename in
 
35585
+          KCC*)
 
35586
+           # Kuck and Associates, Inc. (KAI) C++ Compiler
 
35587
+
 
35588
+           # KCC will only create a shared library if the output file
 
35589
+           # ends with ".so" (or ".sl" for HP-UX), so rename the library
 
35590
+           # to its proper name (with version) after linking.
 
35591
+           archive_cmds_CXX='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
 
35592
+
 
35593
+           hardcode_libdir_flag_spec_CXX='${wl}-rpath,$libdir'
 
35594
+           hardcode_libdir_separator_CXX=:
 
35595
+
 
35596
+           # Archives containing C++ object files must be created using
 
35597
+           # the KAI C++ compiler.
 
35598
+           case $host in
 
35599
+             osf3*) old_archive_cmds_CXX='$CC -Bstatic -o $oldlib $oldobjs' ;;
 
35600
+             *) old_archive_cmds_CXX='$CC -o $oldlib $oldobjs' ;;
 
35601
+           esac
 
35602
+           ;;
 
35603
+          RCC*)
 
35604
+           # Rational C++ 2.4.1
 
35605
+           # FIXME: insert proper C++ library support
 
35606
+           ld_shlibs_CXX=no
 
35607
+           ;;
 
35608
+          cxx*)
 
35609
+           case $host in
 
35610
+             osf3*)
 
35611
+               allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
 
35612
+               archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
 
35613
+               hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
 
35614
+               ;;
 
35615
+             *)
 
35616
+               allow_undefined_flag_CXX=' -expect_unresolved \*'
 
35617
+               archive_cmds_CXX='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
 
35618
+               archive_expsym_cmds_CXX='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
 
35619
+                 echo "-hidden">> $lib.exp~
 
35620
+                 $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~
 
35621
+                 $RM $lib.exp'
 
35622
+               hardcode_libdir_flag_spec_CXX='-rpath $libdir'
 
35623
+               ;;
 
35624
+           esac
 
35625
 
 
35626
-# Dependencies to place before the objects being linked to create a
 
35627
-# shared library.
 
35628
-predep_objects=$lt_predep_objects_CXX
 
35629
+           hardcode_libdir_separator_CXX=:
 
35630
 
 
35631
-# Dependencies to place after the objects being linked to create a
 
35632
-# shared library.
 
35633
-postdep_objects=$lt_postdep_objects_CXX
 
35634
+           # Commands to make compiler produce verbose output that lists
 
35635
+           # what "hidden" libraries, object files and flags are used when
 
35636
+           # linking a shared library.
 
35637
+           #
 
35638
+           # There doesn't appear to be a way to prevent this compiler from
 
35639
+           # explicitly linking system object files so we need to strip them
 
35640
+           # from the output so that they don't get included in the library
 
35641
+           # dependencies.
 
35642
+           output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
 
35643
+           ;;
 
35644
+         *)
 
35645
+           if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
35646
+             allow_undefined_flag_CXX=' ${wl}-expect_unresolved ${wl}\*'
 
35647
+             case $host in
 
35648
+               osf3*)
 
35649
+                 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $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'
 
35650
+                 ;;
 
35651
+               *)
 
35652
+                 archive_cmds_CXX='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
35653
+                 ;;
 
35654
+             esac
 
35655
+
 
35656
+             hardcode_libdir_flag_spec_CXX='${wl}-rpath ${wl}$libdir'
 
35657
+             hardcode_libdir_separator_CXX=:
 
35658
+
 
35659
+             # Commands to make compiler produce verbose output that lists
 
35660
+             # what "hidden" libraries, object files and flags are used when
 
35661
+             # linking a shared library.
 
35662
+             output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
 
35663
+
 
35664
+           else
 
35665
+             # FIXME: insert proper C++ library support
 
35666
+             ld_shlibs_CXX=no
 
35667
+           fi
 
35668
+           ;;
 
35669
+        esac
 
35670
+        ;;
 
35671
 
 
35672
-# Dependencies to place before the objects being linked to create a
 
35673
-# shared library.
 
35674
-predeps=$lt_predeps_CXX
 
35675
+      psos*)
 
35676
+        # FIXME: insert proper C++ library support
 
35677
+        ld_shlibs_CXX=no
 
35678
+        ;;
 
35679
 
 
35680
-# Dependencies to place after the objects being linked to create a
 
35681
-# shared library.
 
35682
-postdeps=$lt_postdeps_CXX
 
35683
+      sunos4*)
 
35684
+        case $cc_basename in
 
35685
+          CC*)
 
35686
+           # Sun C++ 4.x
 
35687
+           # FIXME: insert proper C++ library support
 
35688
+           ld_shlibs_CXX=no
 
35689
+           ;;
 
35690
+          lcc*)
 
35691
+           # Lucid
 
35692
+           # FIXME: insert proper C++ library support
 
35693
+           ld_shlibs_CXX=no
 
35694
+           ;;
 
35695
+          *)
 
35696
+           # FIXME: insert proper C++ library support
 
35697
+           ld_shlibs_CXX=no
 
35698
+           ;;
 
35699
+        esac
 
35700
+        ;;
 
35701
 
 
35702
-# The directories searched by this compiler when creating a shared
 
35703
-# library
 
35704
-compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
 
35705
+      solaris*)
 
35706
+        case $cc_basename in
 
35707
+          CC*)
 
35708
+           # Sun C++ 4.2, 5.x and Centerline C++
 
35709
+            archive_cmds_need_lc_CXX=yes
 
35710
+           no_undefined_flag_CXX=' -zdefs'
 
35711
+           archive_cmds_CXX='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
35712
+           archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
 
35713
+             $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
 
35714
+
 
35715
+           hardcode_libdir_flag_spec_CXX='-R$libdir'
 
35716
+           hardcode_shlibpath_var_CXX=no
 
35717
+           case $host_os in
 
35718
+             solaris2.[0-5] | solaris2.[0-5].*) ;;
 
35719
+             *)
 
35720
+               # The compiler driver will combine and reorder linker options,
 
35721
+               # but understands `-z linker_flag'.
 
35722
+               # Supported since Solaris 2.6 (maybe 2.5.1?)
 
35723
+               whole_archive_flag_spec_CXX='-z allextract$convenience -z defaultextract'
 
35724
+               ;;
 
35725
+           esac
 
35726
+           link_all_deplibs_CXX=yes
 
35727
 
 
35728
-# The library search path used internally by the compiler when linking
 
35729
-# a shared library.
 
35730
-compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
 
35731
+           output_verbose_link_cmd='echo'
 
35732
 
 
35733
-# Method to check whether dependent libraries are shared objects.
 
35734
-deplibs_check_method=$lt_deplibs_check_method
 
35735
+           # Archives containing C++ object files must be created using
 
35736
+           # "CC -xar", where "CC" is the Sun C++ compiler.  This is
 
35737
+           # necessary to make sure instantiated templates are included
 
35738
+           # in the archive.
 
35739
+           old_archive_cmds_CXX='$CC -xar -o $oldlib $oldobjs'
 
35740
+           ;;
 
35741
+          gcx*)
 
35742
+           # Green Hills C++ Compiler
 
35743
+           archive_cmds_CXX='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
35744
 
 
35745
-# Command to use when deplibs_check_method == file_magic.
 
35746
-file_magic_cmd=$lt_file_magic_cmd
 
35747
+           # The C++ compiler must be used to create the archive.
 
35748
+           old_archive_cmds_CXX='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
 
35749
+           ;;
 
35750
+          *)
 
35751
+           # GNU C++ compiler with Solaris linker
 
35752
+           if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
35753
+             no_undefined_flag_CXX=' ${wl}-z ${wl}defs'
 
35754
+             if $CC --version | $GREP -v '^2\.7' > /dev/null; then
 
35755
+               archive_cmds_CXX='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
35756
+               archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
 
35757
+                 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
 
35758
+
 
35759
+               # Commands to make compiler produce verbose output that lists
 
35760
+               # what "hidden" libraries, object files and flags are used when
 
35761
+               # linking a shared library.
 
35762
+               output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
 
35763
+             else
 
35764
+               # g++ 2.7 appears to require `-G' NOT `-shared' on this
 
35765
+               # platform.
 
35766
+               archive_cmds_CXX='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
35767
+               archive_expsym_cmds_CXX='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
 
35768
+                 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
 
35769
+
 
35770
+               # Commands to make compiler produce verbose output that lists
 
35771
+               # what "hidden" libraries, object files and flags are used when
 
35772
+               # linking a shared library.
 
35773
+               output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
 
35774
+             fi
 
35775
+
 
35776
+             hardcode_libdir_flag_spec_CXX='${wl}-R $wl$libdir'
 
35777
+             case $host_os in
 
35778
+               solaris2.[0-5] | solaris2.[0-5].*) ;;
 
35779
+               *)
 
35780
+                 whole_archive_flag_spec_CXX='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
 
35781
+                 ;;
 
35782
+             esac
 
35783
+           fi
 
35784
+           ;;
 
35785
+        esac
 
35786
+        ;;
 
35787
 
 
35788
-# Flag that allows shared libraries with undefined symbols to be built.
 
35789
-allow_undefined_flag=$lt_allow_undefined_flag_CXX
 
35790
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
 
35791
+      no_undefined_flag_CXX='${wl}-z,text'
 
35792
+      archive_cmds_need_lc_CXX=no
 
35793
+      hardcode_shlibpath_var_CXX=no
 
35794
+      runpath_var='LD_RUN_PATH'
 
35795
 
 
35796
-# Flag that forces no undefined symbols.
 
35797
-no_undefined_flag=$lt_no_undefined_flag_CXX
 
35798
+      case $cc_basename in
 
35799
+        CC*)
 
35800
+         archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
35801
+         archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
35802
+         ;;
 
35803
+       *)
 
35804
+         archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
35805
+         archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
35806
+         ;;
 
35807
+      esac
 
35808
+      ;;
 
35809
 
 
35810
-# Commands used to finish a libtool library installation in a directory.
 
35811
-finish_cmds=$lt_finish_cmds
 
35812
+      sysv5* | sco3.2v5* | sco5v6*)
 
35813
+       # Note: We can NOT use -z defs as we might desire, because we do not
 
35814
+       # link with -lc, and that would cause any symbols used from libc to
 
35815
+       # always be unresolved, which means just about no library would
 
35816
+       # ever link correctly.  If we're not using GNU ld we use -z text
 
35817
+       # though, which does catch some bad symbols but isn't as heavy-handed
 
35818
+       # as -z defs.
 
35819
+       no_undefined_flag_CXX='${wl}-z,text'
 
35820
+       allow_undefined_flag_CXX='${wl}-z,nodefs'
 
35821
+       archive_cmds_need_lc_CXX=no
 
35822
+       hardcode_shlibpath_var_CXX=no
 
35823
+       hardcode_libdir_flag_spec_CXX='${wl}-R,$libdir'
 
35824
+       hardcode_libdir_separator_CXX=':'
 
35825
+       link_all_deplibs_CXX=yes
 
35826
+       export_dynamic_flag_spec_CXX='${wl}-Bexport'
 
35827
+       runpath_var='LD_RUN_PATH'
 
35828
 
 
35829
-# Same as above, but a single script fragment to be evaled but not shown.
 
35830
-finish_eval=$lt_finish_eval
 
35831
+       case $cc_basename in
 
35832
+          CC*)
 
35833
+           archive_cmds_CXX='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
35834
+           archive_expsym_cmds_CXX='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
35835
+           ;;
 
35836
+         *)
 
35837
+           archive_cmds_CXX='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
35838
+           archive_expsym_cmds_CXX='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
35839
+           ;;
 
35840
+       esac
 
35841
+      ;;
 
35842
 
 
35843
-# Take the output of nm and produce a listing of raw symbols and C names.
 
35844
-global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
 
35845
+      tandem*)
 
35846
+        case $cc_basename in
 
35847
+          NCC*)
 
35848
+           # NonStop-UX NCC 3.20
 
35849
+           # FIXME: insert proper C++ library support
 
35850
+           ld_shlibs_CXX=no
 
35851
+           ;;
 
35852
+          *)
 
35853
+           # FIXME: insert proper C++ library support
 
35854
+           ld_shlibs_CXX=no
 
35855
+           ;;
 
35856
+        esac
 
35857
+        ;;
 
35858
 
 
35859
-# Transform the output of nm in a proper C declaration
 
35860
-global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
 
35861
+      vxworks*)
 
35862
+        # FIXME: insert proper C++ library support
 
35863
+        ld_shlibs_CXX=no
 
35864
+        ;;
 
35865
 
 
35866
-# Transform the output of nm in a C name address pair
 
35867
-global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
 
35868
+      *)
 
35869
+        # FIXME: insert proper C++ library support
 
35870
+        ld_shlibs_CXX=no
 
35871
+        ;;
 
35872
+    esac
 
35873
 
 
35874
-# This is the shared library runtime path variable.
 
35875
-runpath_var=$runpath_var
 
35876
+    { echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
 
35877
+echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
 
35878
+    test "$ld_shlibs_CXX" = no && can_build_shared=no
 
35879
+
 
35880
+    GCC_CXX="$GXX"
 
35881
+    LD_CXX="$LD"
 
35882
+
 
35883
+    ## CAVEAT EMPTOR:
 
35884
+    ## There is no encapsulation within the following macros, do not change
 
35885
+    ## the running order or otherwise move them around unless you know exactly
 
35886
+    ## what you are doing...
 
35887
+    # Dependencies to place before and after the object being linked:
 
35888
+predep_objects_CXX=
 
35889
+postdep_objects_CXX=
 
35890
+predeps_CXX=
 
35891
+postdeps_CXX=
 
35892
+compiler_lib_search_path_CXX=
 
35893
 
 
35894
-# This is the shared library path variable.
 
35895
-shlibpath_var=$shlibpath_var
 
35896
+cat > conftest.$ac_ext <<_LT_EOF
 
35897
+class Foo
 
35898
+{
 
35899
+public:
 
35900
+  Foo (void) { a = 0; }
 
35901
+private:
 
35902
+  int a;
 
35903
+};
 
35904
+_LT_EOF
 
35905
 
 
35906
-# Is shlibpath searched before the hard-coded library search path?
 
35907
-shlibpath_overrides_runpath=$shlibpath_overrides_runpath
 
35908
+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
35909
+  (eval $ac_compile) 2>&5
 
35910
+  ac_status=$?
 
35911
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
35912
+  (exit $ac_status); }; then
 
35913
+  # Parse the compiler output and extract the necessary
 
35914
+  # objects, libraries and library flags.
 
35915
 
 
35916
-# How to hardcode a shared library path into an executable.
 
35917
-hardcode_action=$hardcode_action_CXX
 
35918
+  # Sentinel used to keep track of whether or not we are before
 
35919
+  # the conftest object file.
 
35920
+  pre_test_object_deps_done=no
 
35921
 
 
35922
-# Whether we should hardcode library paths into libraries.
 
35923
-hardcode_into_libs=$hardcode_into_libs
 
35924
+  for p in `eval "$output_verbose_link_cmd"`; do
 
35925
+    case $p in
 
35926
 
 
35927
-# Flag to hardcode \$libdir into a binary during linking.
 
35928
-# This must work even if \$libdir does not exist.
 
35929
-hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
 
35930
+    -L* | -R* | -l*)
 
35931
+       # Some compilers place space between "-{L,R}" and the path.
 
35932
+       # Remove the space.
 
35933
+       if test $p = "-L" ||
 
35934
+          test $p = "-R"; then
 
35935
+        prev=$p
 
35936
+        continue
 
35937
+       else
 
35938
+        prev=
 
35939
+       fi
 
35940
 
 
35941
-# If ld is used when linking, flag to hardcode \$libdir into
 
35942
-# a binary during linking. This must work even if \$libdir does
 
35943
-# not exist.
 
35944
-hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
 
35945
+       if test "$pre_test_object_deps_done" = no; then
 
35946
+        case $p in
 
35947
+        -L* | -R*)
 
35948
+          # Internal compiler library paths should come after those
 
35949
+          # provided the user.  The postdeps already come after the
 
35950
+          # user supplied libs so there is no need to process them.
 
35951
+          if test -z "$compiler_lib_search_path_CXX"; then
 
35952
+            compiler_lib_search_path_CXX="${prev}${p}"
 
35953
+          else
 
35954
+            compiler_lib_search_path_CXX="${compiler_lib_search_path_CXX} ${prev}${p}"
 
35955
+          fi
 
35956
+          ;;
 
35957
+        # The "-l" case would never come before the object being
 
35958
+        # linked, so don't bother handling this case.
 
35959
+        esac
 
35960
+       else
 
35961
+        if test -z "$postdeps_CXX"; then
 
35962
+          postdeps_CXX="${prev}${p}"
 
35963
+        else
 
35964
+          postdeps_CXX="${postdeps_CXX} ${prev}${p}"
 
35965
+        fi
 
35966
+       fi
 
35967
+       ;;
 
35968
 
 
35969
-# Whether we need a single -rpath flag with a separated argument.
 
35970
-hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
 
35971
+    *.$objext)
 
35972
+       # This assumes that the test object file only shows up
 
35973
+       # once in the compiler output.
 
35974
+       if test "$p" = "conftest.$objext"; then
 
35975
+        pre_test_object_deps_done=yes
 
35976
+        continue
 
35977
+       fi
 
35978
 
 
35979
-# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
 
35980
-# resulting binary.
 
35981
-hardcode_direct=$hardcode_direct_CXX
 
35982
+       if test "$pre_test_object_deps_done" = no; then
 
35983
+        if test -z "$predep_objects_CXX"; then
 
35984
+          predep_objects_CXX="$p"
 
35985
+        else
 
35986
+          predep_objects_CXX="$predep_objects_CXX $p"
 
35987
+        fi
 
35988
+       else
 
35989
+        if test -z "$postdep_objects_CXX"; then
 
35990
+          postdep_objects_CXX="$p"
 
35991
+        else
 
35992
+          postdep_objects_CXX="$postdep_objects_CXX $p"
 
35993
+        fi
 
35994
+       fi
 
35995
+       ;;
 
35996
 
 
35997
-# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
 
35998
-# resulting binary.
 
35999
-hardcode_minus_L=$hardcode_minus_L_CXX
 
36000
+    *) ;; # Ignore the rest.
 
36001
 
 
36002
-# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
 
36003
-# the resulting binary.
 
36004
-hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
 
36005
+    esac
 
36006
+  done
 
36007
 
 
36008
-# Set to yes if building a shared library automatically hardcodes DIR into the library
 
36009
-# and all subsequent libraries and executables linked against it.
 
36010
-hardcode_automatic=$hardcode_automatic_CXX
 
36011
+  # Clean up.
 
36012
+  rm -f a.out a.exe
 
36013
+else
 
36014
+  echo "libtool.m4: error: problem compiling CXX test program"
 
36015
+fi
 
36016
 
 
36017
-# Variables whose values should be saved in libtool wrapper scripts and
 
36018
-# restored at relink time.
 
36019
-variables_saved_for_relink="$variables_saved_for_relink"
 
36020
+$RM -f confest.$objext
 
36021
 
 
36022
-# Whether libtool must link a program against all its dependency libraries.
 
36023
-link_all_deplibs=$link_all_deplibs_CXX
 
36024
+# PORTME: override above test on systems where it is broken
 
36025
+case $host_os in
 
36026
+interix[3-9]*)
 
36027
+  # Interix 3.5 installs completely hosed .la files for C++, so rather than
 
36028
+  # hack all around it, let's just trust "g++" to DTRT.
 
36029
+  predep_objects_CXX=
 
36030
+  postdep_objects_CXX=
 
36031
+  postdeps_CXX=
 
36032
+  ;;
 
36033
 
 
36034
-# Compile-time system search path for libraries
 
36035
-sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
 
36036
+linux*)
 
36037
+  case `$CC -V 2>&1 | sed 5q` in
 
36038
+  *Sun\ C*)
 
36039
+    # Sun C++ 5.9
 
36040
 
 
36041
-# Run-time system search path for libraries
 
36042
-sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
 
36043
+    # The more standards-conforming stlport4 library is
 
36044
+    # incompatible with the Cstd library. Avoid specifying
 
36045
+    # it if it's in CXXFLAGS. Ignore libCrun as
 
36046
+    # -library=stlport4 depends on it.
 
36047
+    case " $CXX $CXXFLAGS " in
 
36048
+    *" -library=stlport4 "*)
 
36049
+      solaris_use_stlport4=yes
 
36050
+      ;;
 
36051
+    esac
 
36052
 
 
36053
-# Fix the shell variable \$srcfile for the compiler.
 
36054
-fix_srcfile_path=$lt_fix_srcfile_path
 
36055
+    if test "$solaris_use_stlport4" != yes; then
 
36056
+      postdeps_CXX='-library=Cstd -library=Crun'
 
36057
+    fi
 
36058
+    ;;
 
36059
+  esac
 
36060
+  ;;
 
36061
 
 
36062
-# Set to yes if exported symbols are required.
 
36063
-always_export_symbols=$always_export_symbols_CXX
 
36064
+solaris*)
 
36065
+  case $cc_basename in
 
36066
+  CC*)
 
36067
+    # The more standards-conforming stlport4 library is
 
36068
+    # incompatible with the Cstd library. Avoid specifying
 
36069
+    # it if it's in CXXFLAGS. Ignore libCrun as
 
36070
+    # -library=stlport4 depends on it.
 
36071
+    case " $CXX $CXXFLAGS " in
 
36072
+    *" -library=stlport4 "*)
 
36073
+      solaris_use_stlport4=yes
 
36074
+      ;;
 
36075
+    esac
 
36076
 
 
36077
-# The commands to list exported symbols.
 
36078
-export_symbols_cmds=$lt_export_symbols_cmds_CXX
 
36079
+    # Adding this requires a known-good setup of shared libraries for
 
36080
+    # Sun compiler versions before 5.6, else PIC objects from an old
 
36081
+    # archive will be linked into the output, leading to subtle bugs.
 
36082
+    if test "$solaris_use_stlport4" != yes; then
 
36083
+      postdeps_CXX='-library=Cstd -library=Crun'
 
36084
+    fi
 
36085
+    ;;
 
36086
+  esac
 
36087
+  ;;
 
36088
+esac
 
36089
 
 
36090
-# The commands to extract the exported symbol list from a shared archive.
 
36091
-extract_expsyms_cmds=$lt_extract_expsyms_cmds
 
36092
 
 
36093
-# Symbols that should not be listed in the preloaded symbols.
 
36094
-exclude_expsyms=$lt_exclude_expsyms_CXX
 
36095
+case " $postdeps_CXX " in
 
36096
+*" -lc "*) archive_cmds_need_lc_CXX=no ;;
 
36097
+esac
 
36098
+ compiler_lib_search_dirs_CXX=
 
36099
+if test -n "${compiler_lib_search_path_CXX}"; then
 
36100
+ compiler_lib_search_dirs_CXX=`echo " ${compiler_lib_search_path_CXX}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
 
36101
+fi
 
36102
 
 
36103
-# Symbols that must always be exported.
 
36104
-include_expsyms=$lt_include_expsyms_CXX
 
36105
 
 
36106
-# ### END LIBTOOL TAG CONFIG: $tagname
 
36107
 
 
36108
-__EOF__
 
36109
 
 
36110
 
 
36111
-else
 
36112
-  # If there is no Makefile yet, we rely on a make rule to execute
 
36113
-  # `config.status --recheck' to rerun these tests and create the
 
36114
-  # libtool script then.
 
36115
-  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
 
36116
-  if test -f "$ltmain_in"; then
 
36117
-    test -f Makefile && make "$ltmain"
 
36118
-  fi
 
36119
-fi
 
36120
 
 
36121
 
 
36122
-ac_ext=c
 
36123
-ac_cpp='$CPP $CPPFLAGS'
 
36124
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
36125
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
36126
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
36127
 
 
36128
-CC=$lt_save_CC
 
36129
-LDCXX=$LD
 
36130
-LD=$lt_save_LD
 
36131
-GCC=$lt_save_GCC
 
36132
-with_gnu_ldcxx=$with_gnu_ld
 
36133
-with_gnu_ld=$lt_save_with_gnu_ld
 
36134
-lt_cv_path_LDCXX=$lt_cv_path_LD
 
36135
-lt_cv_path_LD=$lt_save_path_LD
 
36136
-lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
 
36137
-lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
 
36138
 
 
36139
-       else
 
36140
-         tagname=""
 
36141
-       fi
 
36142
-       ;;
 
36143
 
 
36144
-      F77)
 
36145
-       if test -n "$F77" && test "X$F77" != "Xno"; then
 
36146
 
 
36147
-ac_ext=f
 
36148
-ac_compile='$F77 -c $FFLAGS conftest.$ac_ext >&5'
 
36149
-ac_link='$F77 -o conftest$ac_exeext $FFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
36150
-ac_compiler_gnu=$ac_cv_f77_compiler_gnu
 
36151
-
 
36152
-
 
36153
-archive_cmds_need_lc_F77=no
 
36154
-allow_undefined_flag_F77=
 
36155
-always_export_symbols_F77=no
 
36156
-archive_expsym_cmds_F77=
 
36157
-export_dynamic_flag_spec_F77=
 
36158
-hardcode_direct_F77=no
 
36159
-hardcode_libdir_flag_spec_F77=
 
36160
-hardcode_libdir_flag_spec_ld_F77=
 
36161
-hardcode_libdir_separator_F77=
 
36162
-hardcode_minus_L_F77=no
 
36163
-hardcode_automatic_F77=no
 
36164
-module_cmds_F77=
 
36165
-module_expsym_cmds_F77=
 
36166
-link_all_deplibs_F77=unknown
 
36167
-old_archive_cmds_F77=$old_archive_cmds
 
36168
-no_undefined_flag_F77=
 
36169
-whole_archive_flag_spec_F77=
 
36170
-enable_shared_with_static_runtimes_F77=no
 
36171
 
 
36172
-# Source file extension for f77 test sources.
 
36173
-ac_ext=f
 
36174
 
 
36175
-# Object file extension for compiled f77 test sources.
 
36176
-objext=o
 
36177
-objext_F77=$objext
 
36178
 
 
36179
-# Code to be used in simple compile tests
 
36180
-lt_simple_compile_test_code="\
 
36181
-      subroutine t
 
36182
-      return
 
36183
-      end
 
36184
-"
 
36185
 
 
36186
-# Code to be used in simple link tests
 
36187
-lt_simple_link_test_code="\
 
36188
-      program t
 
36189
-      end
 
36190
-"
 
36191
 
 
36192
-# ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
36193
 
 
36194
-# If no C compiler was specified, use CC.
 
36195
-LTCC=${LTCC-"$CC"}
 
36196
 
 
36197
-# If no C compiler flags were specified, use CFLAGS.
 
36198
-LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
 
36199
 
 
36200
-# Allow CC to be a program name with arguments.
 
36201
-compiler=$CC
 
36202
 
 
36203
 
 
36204
-# save warnings/boilerplate of simple test code
 
36205
-ac_outfile=conftest.$ac_objext
 
36206
-echo "$lt_simple_compile_test_code" >conftest.$ac_ext
 
36207
-eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
36208
-_lt_compiler_boilerplate=`cat conftest.err`
 
36209
-$rm conftest*
 
36210
 
 
36211
-ac_outfile=conftest.$ac_objext
 
36212
-echo "$lt_simple_link_test_code" >conftest.$ac_ext
 
36213
-eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
36214
-_lt_linker_boilerplate=`cat conftest.err`
 
36215
-$rm -r conftest*
 
36216
 
 
36217
 
 
36218
-# Allow CC to be a program name with arguments.
 
36219
-lt_save_CC="$CC"
 
36220
-CC=${F77-"f77"}
 
36221
-compiler=$CC
 
36222
-compiler_F77=$CC
 
36223
-for cc_temp in $compiler""; do
 
36224
-  case $cc_temp in
 
36225
-    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
 
36226
-    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
 
36227
-    \-*) ;;
 
36228
-    *) break;;
 
36229
-  esac
 
36230
-done
 
36231
-cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
36232
 
 
36233
 
 
36234
-{ $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
 
36235
-$as_echo_n "checking if libtool supports shared libraries... " >&6; }
 
36236
-{ $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
 
36237
-$as_echo "$can_build_shared" >&6; }
 
36238
 
 
36239
-{ $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
 
36240
-$as_echo_n "checking whether to build shared libraries... " >&6; }
 
36241
-test "$can_build_shared" = "no" && enable_shared=no
 
36242
 
 
36243
-# On AIX, shared libraries and static libraries use the same namespace, and
 
36244
-# are all built from PIC.
 
36245
-case $host_os in
 
36246
-aix3*)
 
36247
-  test "$enable_shared" = yes && enable_static=no
 
36248
-  if test -n "$RANLIB"; then
 
36249
-    archive_cmds="$archive_cmds~\$RANLIB \$lib"
 
36250
-    postinstall_cmds='$RANLIB $lib'
 
36251
-  fi
 
36252
-  ;;
 
36253
-aix[4-9]*)
 
36254
-  if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
 
36255
-    test "$enable_shared" = yes && enable_static=no
 
36256
-  fi
 
36257
-  ;;
 
36258
-esac
 
36259
-{ $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
 
36260
-$as_echo "$enable_shared" >&6; }
 
36261
 
 
36262
-{ $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5
 
36263
-$as_echo_n "checking whether to build static libraries... " >&6; }
 
36264
-# Make sure either enable_shared or enable_static is yes.
 
36265
-test "$enable_shared" = yes || enable_static=yes
 
36266
-{ $as_echo "$as_me:$LINENO: result: $enable_static" >&5
 
36267
-$as_echo "$enable_static" >&6; }
 
36268
-
 
36269
-GCC_F77="$G77"
 
36270
-LD_F77="$LD"
 
36271
-
 
36272
-lt_prog_compiler_wl_F77=
 
36273
-lt_prog_compiler_pic_F77=
 
36274
-lt_prog_compiler_static_F77=
 
36275
 
 
36276
-{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
36277
-$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
 
36278
 
 
36279
-  if test "$GCC" = yes; then
 
36280
-    lt_prog_compiler_wl_F77='-Wl,'
 
36281
-    lt_prog_compiler_static_F77='-static'
 
36282
+    lt_prog_compiler_wl_CXX=
 
36283
+lt_prog_compiler_pic_CXX=
 
36284
+lt_prog_compiler_static_CXX=
 
36285
+
 
36286
+{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
36287
+echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; }
 
36288
+
 
36289
+  # C++ specific cases for pic, static, wl, etc.
 
36290
+  if test "$GXX" = yes; then
 
36291
+    lt_prog_compiler_wl_CXX='-Wl,'
 
36292
+    lt_prog_compiler_static_CXX='-static'
 
36293
 
 
36294
     case $host_os in
 
36295
-      aix*)
 
36296
+    aix*)
 
36297
       # All AIX code is PIC.
 
36298
       if test "$host_cpu" = ia64; then
 
36299
        # AIX 5 now supports IA64 processor
 
36300
-       lt_prog_compiler_static_F77='-Bstatic'
 
36301
+       lt_prog_compiler_static_CXX='-Bstatic'
 
36302
       fi
 
36303
       ;;
 
36304
 
 
36305
     amigaos*)
 
36306
-      # FIXME: we need at least 68020 code to build shared libraries, but
 
36307
-      # adding the `-m68020' flag to GCC prevents building anything better,
 
36308
-      # like `-m68040'.
 
36309
-      lt_prog_compiler_pic_F77='-m68020 -resident32 -malways-restore-a4'
 
36310
+      case $host_cpu in
 
36311
+      powerpc)
 
36312
+            # see comment about AmigaOS4 .so support
 
36313
+            lt_prog_compiler_pic_CXX='-fPIC'
 
36314
+        ;;
 
36315
+      m68k)
 
36316
+            # FIXME: we need at least 68020 code to build shared libraries, but
 
36317
+            # adding the `-m68020' flag to GCC prevents building anything better,
 
36318
+            # like `-m68040'.
 
36319
+            lt_prog_compiler_pic_CXX='-m68020 -resident32 -malways-restore-a4'
 
36320
+        ;;
 
36321
+      esac
 
36322
       ;;
 
36323
 
 
36324
     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
36325
       # PIC is the default for these OSes.
 
36326
       ;;
 
36327
-
 
36328
-    mingw* | cygwin* | pw32* | os2*)
 
36329
+    mingw* | cygwin* | os2* | pw32*)
 
36330
       # This hack is so that the source file can tell whether it is being
 
36331
       # built for inclusion in a dll (and should export symbols for example).
 
36332
       # Although the cygwin gcc ignores -fPIC, still need this for old-style
 
36333
       # (--disable-auto-import) libraries
 
36334
-      lt_prog_compiler_pic_F77='-DDLL_EXPORT'
 
36335
+      lt_prog_compiler_pic_CXX='-DDLL_EXPORT'
 
36336
       ;;
 
36337
-
 
36338
     darwin* | rhapsody*)
 
36339
       # PIC is the default on this platform
 
36340
       # Common symbols not allowed in MH_DYLIB files
 
36341
-      lt_prog_compiler_pic_F77='-fno-common'
 
36342
+      lt_prog_compiler_pic_CXX='-fno-common'
 
36343
+      ;;
 
36344
+    *djgpp*)
 
36345
+      # DJGPP does not support shared libraries at all
 
36346
+      lt_prog_compiler_pic_CXX=
 
36347
       ;;
 
36348
-
 
36349
     interix[3-9]*)
 
36350
       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
 
36351
       # Instead, we relocate shared libraries at runtime.
 
36352
       ;;
 
36353
-
 
36354
-    msdosdjgpp*)
 
36355
-      # Just because we use GCC doesn't mean we suddenly get shared libraries
 
36356
-      # on systems that don't support them.
 
36357
-      lt_prog_compiler_can_build_shared_F77=no
 
36358
-      enable_shared=no
 
36359
-      ;;
 
36360
-
 
36361
     sysv4*MP*)
 
36362
       if test -d /usr/nec; then
 
36363
-       lt_prog_compiler_pic_F77=-Kconform_pic
 
36364
+       lt_prog_compiler_pic_CXX=-Kconform_pic
 
36365
       fi
 
36366
       ;;
 
36367
-
 
36368
     hpux*)
 
36369
       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
36370
       # not for PA HP-UX.
 
36371
       case $host_cpu in
 
36372
       hppa*64*|ia64*)
 
36373
-       # +Z the default
 
36374
        ;;
 
36375
       *)
 
36376
-       lt_prog_compiler_pic_F77='-fPIC'
 
36377
+       lt_prog_compiler_pic_CXX='-fPIC'
 
36378
        ;;
 
36379
       esac
 
36380
       ;;
 
36381
-
 
36382
+    *qnx* | *nto*)
 
36383
+      # QNX uses GNU C++, but need to define -shared option too, otherwise
 
36384
+      # it will coredump.
 
36385
+      lt_prog_compiler_pic_CXX='-fPIC -shared'
 
36386
+      ;;
 
36387
     *)
 
36388
-      lt_prog_compiler_pic_F77='-fPIC'
 
36389
+      lt_prog_compiler_pic_CXX='-fPIC'
 
36390
       ;;
 
36391
     esac
 
36392
   else
 
36393
-    # PORTME Check for flag to pass linker flags through the system compiler.
 
36394
     case $host_os in
 
36395
-    aix*)
 
36396
-      lt_prog_compiler_wl_F77='-Wl,'
 
36397
-      if test "$host_cpu" = ia64; then
 
36398
-       # AIX 5 now supports IA64 processor
 
36399
-       lt_prog_compiler_static_F77='-Bstatic'
 
36400
-      else
 
36401
-       lt_prog_compiler_static_F77='-bnso -bI:/lib/syscalls.exp'
 
36402
-      fi
 
36403
-      ;;
 
36404
-      darwin*)
 
36405
-        # PIC is the default on this platform
 
36406
-        # Common symbols not allowed in MH_DYLIB files
 
36407
-       case $cc_basename in
 
36408
-         xlc*)
 
36409
-         lt_prog_compiler_pic_F77='-qnocommon'
 
36410
-         lt_prog_compiler_wl_F77='-Wl,'
 
36411
-         ;;
 
36412
-       esac
 
36413
-       ;;
 
36414
-
 
36415
-    mingw* | cygwin* | pw32* | os2*)
 
36416
-      # This hack is so that the source file can tell whether it is being
 
36417
-      # built for inclusion in a dll (and should export symbols for example).
 
36418
-      lt_prog_compiler_pic_F77='-DDLL_EXPORT'
 
36419
-      ;;
 
36420
-
 
36421
-    hpux9* | hpux10* | hpux11*)
 
36422
-      lt_prog_compiler_wl_F77='-Wl,'
 
36423
-      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
36424
-      # not for PA HP-UX.
 
36425
-      case $host_cpu in
 
36426
-      hppa*64*|ia64*)
 
36427
-       # +Z the default
 
36428
+      aix[4-9]*)
 
36429
+       # All AIX code is PIC.
 
36430
+       if test "$host_cpu" = ia64; then
 
36431
+         # AIX 5 now supports IA64 processor
 
36432
+         lt_prog_compiler_static_CXX='-Bstatic'
 
36433
+       else
 
36434
+         lt_prog_compiler_static_CXX='-bnso -bI:/lib/syscalls.exp'
 
36435
+       fi
 
36436
        ;;
 
36437
-      *)
 
36438
-       lt_prog_compiler_pic_F77='+Z'
 
36439
+      chorus*)
 
36440
+       case $cc_basename in
 
36441
+       cxch68*)
 
36442
+         # Green Hills C++ Compiler
 
36443
+         # _LT_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
 
36444
+         ;;
 
36445
+       esac
 
36446
+       ;;
 
36447
+      dgux*)
 
36448
+       case $cc_basename in
 
36449
+         ec++*)
 
36450
+           lt_prog_compiler_pic_CXX='-KPIC'
 
36451
+           ;;
 
36452
+         ghcx*)
 
36453
+           # Green Hills C++ Compiler
 
36454
+           lt_prog_compiler_pic_CXX='-pic'
 
36455
+           ;;
 
36456
+         *)
 
36457
+           ;;
 
36458
+       esac
 
36459
+       ;;
 
36460
+      freebsd* | dragonfly*)
 
36461
+       # FreeBSD uses GNU C++
 
36462
+       ;;
 
36463
+      hpux9* | hpux10* | hpux11*)
 
36464
+       case $cc_basename in
 
36465
+         CC*)
 
36466
+           lt_prog_compiler_wl_CXX='-Wl,'
 
36467
+           lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
 
36468
+           if test "$host_cpu" != ia64; then
 
36469
+             lt_prog_compiler_pic_CXX='+Z'
 
36470
+           fi
 
36471
+           ;;
 
36472
+         aCC*)
 
36473
+           lt_prog_compiler_wl_CXX='-Wl,'
 
36474
+           lt_prog_compiler_static_CXX='${wl}-a ${wl}archive'
 
36475
+           case $host_cpu in
 
36476
+           hppa*64*|ia64*)
 
36477
+             # +Z the default
 
36478
+             ;;
 
36479
+           *)
 
36480
+             lt_prog_compiler_pic_CXX='+Z'
 
36481
+             ;;
 
36482
+           esac
 
36483
+           ;;
 
36484
+         *)
 
36485
+           ;;
 
36486
+       esac
 
36487
+       ;;
 
36488
+      interix*)
 
36489
+       # This is c89, which is MS Visual C++ (no shared libs)
 
36490
+       # Anyone wants to do a port?
 
36491
+       ;;
 
36492
+      irix5* | irix6* | nonstopux*)
 
36493
+       case $cc_basename in
 
36494
+         CC*)
 
36495
+           lt_prog_compiler_wl_CXX='-Wl,'
 
36496
+           lt_prog_compiler_static_CXX='-non_shared'
 
36497
+           # CC pic flag -KPIC is the default.
 
36498
+           ;;
 
36499
+         *)
 
36500
+           ;;
 
36501
+       esac
 
36502
+       ;;
 
36503
+      linux* | k*bsd*-gnu)
 
36504
+       case $cc_basename in
 
36505
+         KCC*)
 
36506
+           # KAI C++ Compiler
 
36507
+           lt_prog_compiler_wl_CXX='--backend -Wl,'
 
36508
+           lt_prog_compiler_pic_CXX='-fPIC'
 
36509
+           ;;
 
36510
+         icpc* | ecpc* )
 
36511
+           # Intel C++
 
36512
+           lt_prog_compiler_wl_CXX='-Wl,'
 
36513
+           lt_prog_compiler_pic_CXX='-KPIC'
 
36514
+           lt_prog_compiler_static_CXX='-static'
 
36515
+           ;;
 
36516
+         pgCC* | pgcpp*)
 
36517
+           # Portland Group C++ compiler
 
36518
+           lt_prog_compiler_wl_CXX='-Wl,'
 
36519
+           lt_prog_compiler_pic_CXX='-fpic'
 
36520
+           lt_prog_compiler_static_CXX='-Bstatic'
 
36521
+           ;;
 
36522
+         cxx*)
 
36523
+           # Compaq C++
 
36524
+           # Make sure the PIC flag is empty.  It appears that all Alpha
 
36525
+           # Linux and Compaq Tru64 Unix objects are PIC.
 
36526
+           lt_prog_compiler_pic_CXX=
 
36527
+           lt_prog_compiler_static_CXX='-non_shared'
 
36528
+           ;;
 
36529
+         xlc* | xlC*)
 
36530
+           # IBM XL 8.0 on PPC
 
36531
+           lt_prog_compiler_wl_CXX='-Wl,'
 
36532
+           lt_prog_compiler_pic_CXX='-qpic'
 
36533
+           lt_prog_compiler_static_CXX='-qstaticlink'
 
36534
+           ;;
 
36535
+         *)
 
36536
+           case `$CC -V 2>&1 | sed 5q` in
 
36537
+           *Sun\ C*)
 
36538
+             # Sun C++ 5.9
 
36539
+             lt_prog_compiler_pic_CXX='-KPIC'
 
36540
+             lt_prog_compiler_static_CXX='-Bstatic'
 
36541
+             lt_prog_compiler_wl_CXX='-Qoption ld '
 
36542
+             ;;
 
36543
+           esac
 
36544
+           ;;
 
36545
+       esac
 
36546
+       ;;
 
36547
+      lynxos*)
 
36548
+       ;;
 
36549
+      m88k*)
 
36550
+       ;;
 
36551
+      mvs*)
 
36552
+       case $cc_basename in
 
36553
+         cxx*)
 
36554
+           lt_prog_compiler_pic_CXX='-W c,exportall'
 
36555
+           ;;
 
36556
+         *)
 
36557
+           ;;
 
36558
+       esac
 
36559
+       ;;
 
36560
+      netbsd* | netbsdelf*-gnu)
 
36561
+       ;;
 
36562
+      *qnx* | *nto*)
 
36563
+        # QNX uses GNU C++, but need to define -shared option too, otherwise
 
36564
+        # it will coredump.
 
36565
+        lt_prog_compiler_pic_CXX='-fPIC -shared'
 
36566
+        ;;
 
36567
+      osf3* | osf4* | osf5*)
 
36568
+       case $cc_basename in
 
36569
+         KCC*)
 
36570
+           lt_prog_compiler_wl_CXX='--backend -Wl,'
 
36571
+           ;;
 
36572
+         RCC*)
 
36573
+           # Rational C++ 2.4.1
 
36574
+           lt_prog_compiler_pic_CXX='-pic'
 
36575
+           ;;
 
36576
+         cxx*)
 
36577
+           # Digital/Compaq C++
 
36578
+           lt_prog_compiler_wl_CXX='-Wl,'
 
36579
+           # Make sure the PIC flag is empty.  It appears that all Alpha
 
36580
+           # Linux and Compaq Tru64 Unix objects are PIC.
 
36581
+           lt_prog_compiler_pic_CXX=
 
36582
+           lt_prog_compiler_static_CXX='-non_shared'
 
36583
+           ;;
 
36584
+         *)
 
36585
+           ;;
 
36586
+       esac
 
36587
+       ;;
 
36588
+      psos*)
 
36589
+       ;;
 
36590
+      solaris*)
 
36591
+       case $cc_basename in
 
36592
+         CC*)
 
36593
+           # Sun C++ 4.2, 5.x and Centerline C++
 
36594
+           lt_prog_compiler_pic_CXX='-KPIC'
 
36595
+           lt_prog_compiler_static_CXX='-Bstatic'
 
36596
+           lt_prog_compiler_wl_CXX='-Qoption ld '
 
36597
+           ;;
 
36598
+         gcx*)
 
36599
+           # Green Hills C++ Compiler
 
36600
+           lt_prog_compiler_pic_CXX='-PIC'
 
36601
+           ;;
 
36602
+         *)
 
36603
+           ;;
 
36604
+       esac
 
36605
+       ;;
 
36606
+      sunos4*)
 
36607
+       case $cc_basename in
 
36608
+         CC*)
 
36609
+           # Sun C++ 4.x
 
36610
+           lt_prog_compiler_pic_CXX='-pic'
 
36611
+           lt_prog_compiler_static_CXX='-Bstatic'
 
36612
+           ;;
 
36613
+         lcc*)
 
36614
+           # Lucid
 
36615
+           lt_prog_compiler_pic_CXX='-pic'
 
36616
+           ;;
 
36617
+         *)
 
36618
+           ;;
 
36619
+       esac
 
36620
+       ;;
 
36621
+      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
 
36622
+       case $cc_basename in
 
36623
+         CC*)
 
36624
+           lt_prog_compiler_wl_CXX='-Wl,'
 
36625
+           lt_prog_compiler_pic_CXX='-KPIC'
 
36626
+           lt_prog_compiler_static_CXX='-Bstatic'
 
36627
+           ;;
 
36628
+       esac
 
36629
        ;;
 
36630
-      esac
 
36631
-      # Is there a better lt_prog_compiler_static that works with the bundled CC?
 
36632
-      lt_prog_compiler_static_F77='${wl}-a ${wl}archive'
 
36633
-      ;;
 
36634
-
 
36635
-    irix5* | irix6* | nonstopux*)
 
36636
-      lt_prog_compiler_wl_F77='-Wl,'
 
36637
-      # PIC (with -KPIC) is the default.
 
36638
-      lt_prog_compiler_static_F77='-non_shared'
 
36639
-      ;;
 
36640
-
 
36641
-    newsos6)
 
36642
-      lt_prog_compiler_pic_F77='-KPIC'
 
36643
-      lt_prog_compiler_static_F77='-Bstatic'
 
36644
-      ;;
 
36645
-
 
36646
-    linux* | k*bsd*-gnu)
 
36647
-      case $cc_basename in
 
36648
-      icc* | ecc*)
 
36649
-       lt_prog_compiler_wl_F77='-Wl,'
 
36650
-       lt_prog_compiler_pic_F77='-KPIC'
 
36651
-       lt_prog_compiler_static_F77='-static'
 
36652
-        ;;
 
36653
-      pgcc* | pgf77* | pgf90* | pgf95*)
 
36654
-        # Portland Group compilers (*not* the Pentium gcc compiler,
 
36655
-       # which looks to be a dead project)
 
36656
-       lt_prog_compiler_wl_F77='-Wl,'
 
36657
-       lt_prog_compiler_pic_F77='-fpic'
 
36658
-       lt_prog_compiler_static_F77='-Bstatic'
 
36659
-        ;;
 
36660
-      ccc*)
 
36661
-        lt_prog_compiler_wl_F77='-Wl,'
 
36662
-        # All Alpha code is PIC.
 
36663
-        lt_prog_compiler_static_F77='-non_shared'
 
36664
-        ;;
 
36665
-      *)
 
36666
-        case `$CC -V 2>&1 | sed 5q` in
 
36667
-       *Sun\ C*)
 
36668
-         # Sun C 5.9
 
36669
-         lt_prog_compiler_pic_F77='-KPIC'
 
36670
-         lt_prog_compiler_static_F77='-Bstatic'
 
36671
-         lt_prog_compiler_wl_F77='-Wl,'
 
36672
-         ;;
 
36673
-       *Sun\ F*)
 
36674
-         # Sun Fortran 8.3 passes all unrecognized flags to the linker
 
36675
-         lt_prog_compiler_pic_F77='-KPIC'
 
36676
-         lt_prog_compiler_static_F77='-Bstatic'
 
36677
-         lt_prog_compiler_wl_F77=''
 
36678
-         ;;
 
36679
+      tandem*)
 
36680
+       case $cc_basename in
 
36681
+         NCC*)
 
36682
+           # NonStop-UX NCC 3.20
 
36683
+           lt_prog_compiler_pic_CXX='-KPIC'
 
36684
+           ;;
 
36685
+         *)
 
36686
+           ;;
 
36687
        esac
 
36688
        ;;
 
36689
-      esac
 
36690
-      ;;
 
36691
-
 
36692
-    osf3* | osf4* | osf5*)
 
36693
-      lt_prog_compiler_wl_F77='-Wl,'
 
36694
-      # All OSF/1 code is PIC.
 
36695
-      lt_prog_compiler_static_F77='-non_shared'
 
36696
-      ;;
 
36697
-
 
36698
-    rdos*)
 
36699
-      lt_prog_compiler_static_F77='-non_shared'
 
36700
-      ;;
 
36701
-
 
36702
-    solaris*)
 
36703
-      lt_prog_compiler_pic_F77='-KPIC'
 
36704
-      lt_prog_compiler_static_F77='-Bstatic'
 
36705
-      case $cc_basename in
 
36706
-      f77* | f90* | f95*)
 
36707
-       lt_prog_compiler_wl_F77='-Qoption ld ';;
 
36708
+      vxworks*)
 
36709
+       ;;
 
36710
       *)
 
36711
-       lt_prog_compiler_wl_F77='-Wl,';;
 
36712
-      esac
 
36713
-      ;;
 
36714
-
 
36715
-    sunos4*)
 
36716
-      lt_prog_compiler_wl_F77='-Qoption ld '
 
36717
-      lt_prog_compiler_pic_F77='-PIC'
 
36718
-      lt_prog_compiler_static_F77='-Bstatic'
 
36719
-      ;;
 
36720
-
 
36721
-    sysv4 | sysv4.2uw2* | sysv4.3*)
 
36722
-      lt_prog_compiler_wl_F77='-Wl,'
 
36723
-      lt_prog_compiler_pic_F77='-KPIC'
 
36724
-      lt_prog_compiler_static_F77='-Bstatic'
 
36725
-      ;;
 
36726
-
 
36727
-    sysv4*MP*)
 
36728
-      if test -d /usr/nec ;then
 
36729
-       lt_prog_compiler_pic_F77='-Kconform_pic'
 
36730
-       lt_prog_compiler_static_F77='-Bstatic'
 
36731
-      fi
 
36732
-      ;;
 
36733
-
 
36734
-    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
 
36735
-      lt_prog_compiler_wl_F77='-Wl,'
 
36736
-      lt_prog_compiler_pic_F77='-KPIC'
 
36737
-      lt_prog_compiler_static_F77='-Bstatic'
 
36738
-      ;;
 
36739
-
 
36740
-    unicos*)
 
36741
-      lt_prog_compiler_wl_F77='-Wl,'
 
36742
-      lt_prog_compiler_can_build_shared_F77=no
 
36743
-      ;;
 
36744
-
 
36745
-    uts4*)
 
36746
-      lt_prog_compiler_pic_F77='-pic'
 
36747
-      lt_prog_compiler_static_F77='-Bstatic'
 
36748
-      ;;
 
36749
-
 
36750
-    *)
 
36751
-      lt_prog_compiler_can_build_shared_F77=no
 
36752
-      ;;
 
36753
+       lt_prog_compiler_can_build_shared_CXX=no
 
36754
+       ;;
 
36755
     esac
 
36756
   fi
 
36757
 
 
36758
-{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5
 
36759
-$as_echo "$lt_prog_compiler_pic_F77" >&6; }
 
36760
+case $host_os in
 
36761
+  # For platforms which do not support PIC, -DPIC is meaningless:
 
36762
+  *djgpp*)
 
36763
+    lt_prog_compiler_pic_CXX=
 
36764
+    ;;
 
36765
+  *)
 
36766
+    lt_prog_compiler_pic_CXX="$lt_prog_compiler_pic_CXX -DPIC"
 
36767
+    ;;
 
36768
+esac
 
36769
+{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
 
36770
+echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6; }
 
36771
+
 
36772
+
 
36773
 
 
36774
 #
 
36775
 # Check to make sure the PIC flag actually works.
 
36776
 #
 
36777
-if test -n "$lt_prog_compiler_pic_F77"; then
 
36778
-
 
36779
-{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5
 
36780
-$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... " >&6; }
 
36781
-if test "${lt_cv_prog_compiler_pic_works_F77+set}" = set; then
 
36782
-  $as_echo_n "(cached) " >&6
 
36783
+if test -n "$lt_prog_compiler_pic_CXX"; then
 
36784
+  { echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
 
36785
+echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6; }
 
36786
+if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then
 
36787
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
36788
 else
 
36789
-  lt_cv_prog_compiler_pic_works_F77=no
 
36790
-  ac_outfile=conftest.$ac_objext
 
36791
+  lt_cv_prog_compiler_pic_works_CXX=no
 
36792
+   ac_outfile=conftest.$ac_objext
 
36793
    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
36794
-   lt_compiler_flag="$lt_prog_compiler_pic_F77"
 
36795
+   lt_compiler_flag="$lt_prog_compiler_pic_CXX -DPIC"
 
36796
    # Insert the option either (1) after the last *FLAGS variable, or
 
36797
    # (2) before a word containing "conftest.", or (3) at the end.
 
36798
    # Note that $ac_compile itself does not contain backslashes and begins
 
36799
@@ -17403,57 +16560,50 @@
 
36800
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
36801
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
36802
    -e 's:$: $lt_compiler_flag:'`
 
36803
-   (eval echo "\"\$as_me:17406: $lt_compile\"" >&5)
 
36804
+   (eval echo "\"\$as_me:16563: $lt_compile\"" >&5)
 
36805
    (eval "$lt_compile" 2>conftest.err)
 
36806
    ac_status=$?
 
36807
    cat conftest.err >&5
 
36808
-   echo "$as_me:17410: \$? = $ac_status" >&5
 
36809
+   echo "$as_me:16567: \$? = $ac_status" >&5
 
36810
    if (exit $ac_status) && test -s "$ac_outfile"; then
 
36811
      # The compiler can only warn and ignore the option if not recognized
 
36812
      # So say no if there are warnings other than the usual output.
 
36813
-     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
36814
+     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
36815
      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
36816
      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
 
36817
-       lt_cv_prog_compiler_pic_works_F77=yes
 
36818
+       lt_cv_prog_compiler_pic_works_CXX=yes
 
36819
      fi
 
36820
    fi
 
36821
-   $rm conftest*
 
36822
+   $RM conftest*
 
36823
 
 
36824
 fi
 
36825
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_F77" >&5
 
36826
-$as_echo "$lt_cv_prog_compiler_pic_works_F77" >&6; }
 
36827
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_CXX" >&5
 
36828
+echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_CXX" >&6; }
 
36829
 
 
36830
-if test x"$lt_cv_prog_compiler_pic_works_F77" = xyes; then
 
36831
-    case $lt_prog_compiler_pic_F77 in
 
36832
+if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then
 
36833
+    case $lt_prog_compiler_pic_CXX in
 
36834
      "" | " "*) ;;
 
36835
-     *) lt_prog_compiler_pic_F77=" $lt_prog_compiler_pic_F77" ;;
 
36836
+     *) lt_prog_compiler_pic_CXX=" $lt_prog_compiler_pic_CXX" ;;
 
36837
      esac
 
36838
 else
 
36839
-    lt_prog_compiler_pic_F77=
 
36840
-     lt_prog_compiler_can_build_shared_F77=no
 
36841
+    lt_prog_compiler_pic_CXX=
 
36842
+     lt_prog_compiler_can_build_shared_CXX=no
 
36843
 fi
 
36844
 
 
36845
 fi
 
36846
-case $host_os in
 
36847
-  # For platforms which do not support PIC, -DPIC is meaningless:
 
36848
-  *djgpp*)
 
36849
-    lt_prog_compiler_pic_F77=
 
36850
-    ;;
 
36851
-  *)
 
36852
-    lt_prog_compiler_pic_F77="$lt_prog_compiler_pic_F77"
 
36853
-    ;;
 
36854
-esac
 
36855
+
 
36856
+
 
36857
 
 
36858
 #
 
36859
 # Check to make sure the static flag actually works.
 
36860
 #
 
36861
-wl=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag=\"$lt_prog_compiler_static_F77\"
 
36862
-{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 
36863
-$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
 
36864
-if test "${lt_cv_prog_compiler_static_works_F77+set}" = set; then
 
36865
-  $as_echo_n "(cached) " >&6
 
36866
+wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\"
 
36867
+{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 
36868
+echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; }
 
36869
+if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then
 
36870
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
36871
 else
 
36872
-  lt_cv_prog_compiler_static_works_F77=no
 
36873
+  lt_cv_prog_compiler_static_works_CXX=no
 
36874
    save_LDFLAGS="$LDFLAGS"
 
36875
    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
 
36876
    echo "$lt_simple_link_test_code" > conftest.$ac_ext
 
36877
@@ -17463,36 +16613,90 @@
 
36878
      if test -s conftest.err; then
 
36879
        # Append any errors to the config.log.
 
36880
        cat conftest.err 1>&5
 
36881
-       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
 
36882
+       $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
 
36883
        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
36884
        if diff conftest.exp conftest.er2 >/dev/null; then
 
36885
-         lt_cv_prog_compiler_static_works_F77=yes
 
36886
+         lt_cv_prog_compiler_static_works_CXX=yes
 
36887
        fi
 
36888
      else
 
36889
-       lt_cv_prog_compiler_static_works_F77=yes
 
36890
+       lt_cv_prog_compiler_static_works_CXX=yes
 
36891
      fi
 
36892
    fi
 
36893
-   $rm -r conftest*
 
36894
+   $RM -r conftest*
 
36895
    LDFLAGS="$save_LDFLAGS"
 
36896
 
 
36897
 fi
 
36898
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_F77" >&5
 
36899
-$as_echo "$lt_cv_prog_compiler_static_works_F77" >&6; }
 
36900
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_CXX" >&5
 
36901
+echo "${ECHO_T}$lt_cv_prog_compiler_static_works_CXX" >&6; }
 
36902
 
 
36903
-if test x"$lt_cv_prog_compiler_static_works_F77" = xyes; then
 
36904
+if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then
 
36905
     :
 
36906
 else
 
36907
-    lt_prog_compiler_static_F77=
 
36908
+    lt_prog_compiler_static_CXX=
 
36909
+fi
 
36910
+
 
36911
+
 
36912
+
 
36913
+
 
36914
+    { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
36915
+echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
 
36916
+if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
 
36917
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
36918
+else
 
36919
+  lt_cv_prog_compiler_c_o_CXX=no
 
36920
+   $RM -r conftest 2>/dev/null
 
36921
+   mkdir conftest
 
36922
+   cd conftest
 
36923
+   mkdir out
 
36924
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
36925
+
 
36926
+   lt_compiler_flag="-o out/conftest2.$ac_objext"
 
36927
+   # Insert the option either (1) after the last *FLAGS variable, or
 
36928
+   # (2) before a word containing "conftest.", or (3) at the end.
 
36929
+   # Note that $ac_compile itself does not contain backslashes and begins
 
36930
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
36931
+   lt_compile=`echo "$ac_compile" | $SED \
 
36932
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
36933
+   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
36934
+   -e 's:$: $lt_compiler_flag:'`
 
36935
+   (eval echo "\"\$as_me:16662: $lt_compile\"" >&5)
 
36936
+   (eval "$lt_compile" 2>out/conftest.err)
 
36937
+   ac_status=$?
 
36938
+   cat out/conftest.err >&5
 
36939
+   echo "$as_me:16666: \$? = $ac_status" >&5
 
36940
+   if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
36941
+   then
 
36942
+     # The compiler can only warn and ignore the option if not recognized
 
36943
+     # So say no if there are warnings
 
36944
+     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
 
36945
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
 
36946
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
 
36947
+       lt_cv_prog_compiler_c_o_CXX=yes
 
36948
+     fi
 
36949
+   fi
 
36950
+   chmod u+w . 2>&5
 
36951
+   $RM conftest*
 
36952
+   # SGI C++ compiler will create directory out/ii_files/ for
 
36953
+   # template instantiation
 
36954
+   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
 
36955
+   $RM out/* && rmdir out
 
36956
+   cd ..
 
36957
+   $RM -r conftest
 
36958
+   $RM conftest*
 
36959
+
 
36960
 fi
 
36961
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
 
36962
+echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; }
 
36963
+
 
36964
 
 
36965
 
 
36966
-{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
36967
-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
 
36968
-if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then
 
36969
-  $as_echo_n "(cached) " >&6
 
36970
+    { echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
36971
+echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; }
 
36972
+if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
 
36973
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
36974
 else
 
36975
-  lt_cv_prog_compiler_c_o_F77=no
 
36976
-   $rm -r conftest 2>/dev/null
 
36977
+  lt_cv_prog_compiler_c_o_CXX=no
 
36978
+   $RM -r conftest 2>/dev/null
 
36979
    mkdir conftest
 
36980
    cd conftest
 
36981
    mkdir out
 
36982
@@ -17507,1095 +16711,231 @@
 
36983
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
36984
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
36985
    -e 's:$: $lt_compiler_flag:'`
 
36986
-   (eval echo "\"\$as_me:17510: $lt_compile\"" >&5)
 
36987
+   (eval echo "\"\$as_me:16714: $lt_compile\"" >&5)
 
36988
    (eval "$lt_compile" 2>out/conftest.err)
 
36989
    ac_status=$?
 
36990
    cat out/conftest.err >&5
 
36991
-   echo "$as_me:17514: \$? = $ac_status" >&5
 
36992
+   echo "$as_me:16718: \$? = $ac_status" >&5
 
36993
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
36994
    then
 
36995
      # The compiler can only warn and ignore the option if not recognized
 
36996
      # So say no if there are warnings
 
36997
-     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
 
36998
+     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
 
36999
      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
 
37000
      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
 
37001
-       lt_cv_prog_compiler_c_o_F77=yes
 
37002
+       lt_cv_prog_compiler_c_o_CXX=yes
 
37003
      fi
 
37004
    fi
 
37005
    chmod u+w . 2>&5
 
37006
-   $rm conftest*
 
37007
+   $RM conftest*
 
37008
    # SGI C++ compiler will create directory out/ii_files/ for
 
37009
    # template instantiation
 
37010
-   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
 
37011
-   $rm out/* && rmdir out
 
37012
+   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
 
37013
+   $RM out/* && rmdir out
 
37014
    cd ..
 
37015
-   rmdir conftest
 
37016
-   $rm conftest*
 
37017
+   $RM -r conftest
 
37018
+   $RM conftest*
 
37019
 
 
37020
 fi
 
37021
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5
 
37022
-$as_echo "$lt_cv_prog_compiler_c_o_F77" >&6; }
 
37023
+{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
 
37024
+echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; }
 
37025
+
 
37026
+
 
37027
 
 
37028
 
 
37029
 hard_links="nottested"
 
37030
-if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then
 
37031
+if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
 
37032
   # do not overwrite the value of need_locks provided by the user
 
37033
-  { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
37034
-$as_echo_n "checking if we can lock with hard links... " >&6; }
 
37035
+  { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
37036
+echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; }
 
37037
   hard_links=yes
 
37038
-  $rm conftest*
 
37039
+  $RM conftest*
 
37040
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
37041
   touch conftest.a
 
37042
   ln conftest.a conftest.b 2>&5 || hard_links=no
 
37043
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
37044
-  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
 
37045
-$as_echo "$hard_links" >&6; }
 
37046
+  { echo "$as_me:$LINENO: result: $hard_links" >&5
 
37047
+echo "${ECHO_T}$hard_links" >&6; }
 
37048
   if test "$hard_links" = no; then
 
37049
-    { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 
37050
-$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 
37051
+    { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 
37052
+echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 
37053
     need_locks=warn
 
37054
-  fi
 
37055
-else
 
37056
-  need_locks=no
 
37057
-fi
 
37058
-
 
37059
-{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
37060
-$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
 
37061
-
 
37062
-  runpath_var=
 
37063
-  allow_undefined_flag_F77=
 
37064
-  enable_shared_with_static_runtimes_F77=no
 
37065
-  archive_cmds_F77=
 
37066
-  archive_expsym_cmds_F77=
 
37067
-  old_archive_From_new_cmds_F77=
 
37068
-  old_archive_from_expsyms_cmds_F77=
 
37069
-  export_dynamic_flag_spec_F77=
 
37070
-  whole_archive_flag_spec_F77=
 
37071
-  thread_safe_flag_spec_F77=
 
37072
-  hardcode_libdir_flag_spec_F77=
 
37073
-  hardcode_libdir_flag_spec_ld_F77=
 
37074
-  hardcode_libdir_separator_F77=
 
37075
-  hardcode_direct_F77=no
 
37076
-  hardcode_minus_L_F77=no
 
37077
-  hardcode_shlibpath_var_F77=unsupported
 
37078
-  link_all_deplibs_F77=unknown
 
37079
-  hardcode_automatic_F77=no
 
37080
-  module_cmds_F77=
 
37081
-  module_expsym_cmds_F77=
 
37082
-  always_export_symbols_F77=no
 
37083
-  export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
37084
-  # include_expsyms should be a list of space-separated symbols to be *always*
 
37085
-  # included in the symbol list
 
37086
-  include_expsyms_F77=
 
37087
-  # exclude_expsyms can be an extended regexp of symbols to exclude
 
37088
-  # it will be wrapped by ` (' and `)$', so one must not match beginning or
 
37089
-  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
 
37090
-  # as well as any symbol that contains `d'.
 
37091
-  exclude_expsyms_F77='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
 
37092
-  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
 
37093
-  # platforms (ab)use it in PIC code, but their linkers get confused if
 
37094
-  # the symbol is explicitly referenced.  Since portable code cannot
 
37095
-  # rely on this symbol name, it's probably fine to never include it in
 
37096
-  # preloaded symbol tables.
 
37097
-  # Exclude shared library initialization/finalization symbols.
 
37098
-  extract_expsyms_cmds=
 
37099
-  # Just being paranoid about ensuring that cc_basename is set.
 
37100
-  for cc_temp in $compiler""; do
 
37101
-  case $cc_temp in
 
37102
-    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
 
37103
-    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
 
37104
-    \-*) ;;
 
37105
-    *) break;;
 
37106
-  esac
 
37107
-done
 
37108
-cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
37109
-
 
37110
-  case $host_os in
 
37111
-  cygwin* | mingw* | pw32*)
 
37112
-    # FIXME: the MSVC++ port hasn't been tested in a loooong time
 
37113
-    # When not using gcc, we currently assume that we are using
 
37114
-    # Microsoft Visual C++.
 
37115
-    if test "$GCC" != yes; then
 
37116
-      with_gnu_ld=no
 
37117
-    fi
 
37118
-    ;;
 
37119
-  interix*)
 
37120
-    # we just hope/assume this is gcc and not c89 (= MSVC++)
 
37121
-    with_gnu_ld=yes
 
37122
-    ;;
 
37123
-  openbsd*)
 
37124
-    with_gnu_ld=no
 
37125
-    ;;
 
37126
-  esac
 
37127
-
 
37128
-  ld_shlibs_F77=yes
 
37129
-  if test "$with_gnu_ld" = yes; then
 
37130
-    # If archive_cmds runs LD, not CC, wlarc should be empty
 
37131
-    wlarc='${wl}'
 
37132
-
 
37133
-    # Set some defaults for GNU ld with shared library support. These
 
37134
-    # are reset later if shared libraries are not supported. Putting them
 
37135
-    # here allows them to be overridden if necessary.
 
37136
-    runpath_var=LD_RUN_PATH
 
37137
-    hardcode_libdir_flag_spec_F77='${wl}--rpath ${wl}$libdir'
 
37138
-    export_dynamic_flag_spec_F77='${wl}--export-dynamic'
 
37139
-    # ancient GNU ld didn't support --whole-archive et. al.
 
37140
-    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
 
37141
-       whole_archive_flag_spec_F77="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
37142
-      else
 
37143
-       whole_archive_flag_spec_F77=
 
37144
-    fi
 
37145
-    supports_anon_versioning=no
 
37146
-    case `$LD -v 2>/dev/null` in
 
37147
-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
 
37148
-      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
 
37149
-      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
 
37150
-      *\ 2.11.*) ;; # other 2.11 versions
 
37151
-      *) supports_anon_versioning=yes ;;
 
37152
-    esac
 
37153
-
 
37154
-    # See if GNU ld supports shared libraries.
 
37155
-    case $host_os in
 
37156
-    aix[3-9]*)
 
37157
-      # On AIX/PPC, the GNU linker is very broken
 
37158
-      if test "$host_cpu" != ia64; then
 
37159
-       ld_shlibs_F77=no
 
37160
-       cat <<EOF 1>&2
 
37161
-
 
37162
-*** Warning: the GNU linker, at least up to release 2.9.1, is reported
 
37163
-*** to be unable to reliably create shared libraries on AIX.
 
37164
-*** Therefore, libtool is disabling shared libraries support.  If you
 
37165
-*** really care for shared libraries, you may want to modify your PATH
 
37166
-*** so that a non-GNU linker is found, and then restart.
 
37167
-
 
37168
-EOF
 
37169
-      fi
 
37170
-      ;;
 
37171
-
 
37172
-    amigaos*)
 
37173
-      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)'
 
37174
-      hardcode_libdir_flag_spec_F77='-L$libdir'
 
37175
-      hardcode_minus_L_F77=yes
 
37176
-
 
37177
-      # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
 
37178
-      # that the semantics of dynamic libraries on AmigaOS, at least up
 
37179
-      # to version 4, is to share data among multiple programs linked
 
37180
-      # with the same dynamic library.  Since this doesn't match the
 
37181
-      # behavior of shared libraries on other platforms, we can't use
 
37182
-      # them.
 
37183
-      ld_shlibs_F77=no
 
37184
-      ;;
 
37185
-
 
37186
-    beos*)
 
37187
-      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
37188
-       allow_undefined_flag_F77=unsupported
 
37189
-       # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
 
37190
-       # support --undefined.  This deserves some investigation.  FIXME
 
37191
-       archive_cmds_F77='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
37192
-      else
 
37193
-       ld_shlibs_F77=no
 
37194
-      fi
 
37195
-      ;;
 
37196
+  fi
 
37197
+else
 
37198
+  need_locks=no
 
37199
+fi
 
37200
 
 
37201
-    cygwin* | mingw* | pw32*)
 
37202
-      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, F77) is actually meaningless,
 
37203
-      # as there is no search path for DLLs.
 
37204
-      hardcode_libdir_flag_spec_F77='-L$libdir'
 
37205
-      allow_undefined_flag_F77=unsupported
 
37206
-      always_export_symbols_F77=no
 
37207
-      enable_shared_with_static_runtimes_F77=yes
 
37208
-      export_symbols_cmds_F77='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
 
37209
 
 
37210
-      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
 
37211
-        archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
37212
-       # If the export-symbols file already is a .def file (1st line
 
37213
-       # is EXPORTS), use it as is; otherwise, prepend...
 
37214
-       archive_expsym_cmds_F77='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
37215
-         cp $export_symbols $output_objdir/$soname.def;
 
37216
-       else
 
37217
-         echo EXPORTS > $output_objdir/$soname.def;
 
37218
-         cat $export_symbols >> $output_objdir/$soname.def;
 
37219
-       fi~
 
37220
-       $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
37221
-      else
 
37222
-       ld_shlibs_F77=no
 
37223
-      fi
 
37224
-      ;;
 
37225
 
 
37226
-    interix[3-9]*)
 
37227
-      hardcode_direct_F77=no
 
37228
-      hardcode_shlibpath_var_F77=no
 
37229
-      hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
 
37230
-      export_dynamic_flag_spec_F77='${wl}-E'
 
37231
-      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
 
37232
-      # Instead, shared libraries are loaded at an image base (0x10000000 by
 
37233
-      # default) and relocated if they conflict, which is a slow very memory
 
37234
-      # consuming and fragmenting process.  To avoid this, we pick a random,
 
37235
-      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
 
37236
-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
 
37237
-      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'
 
37238
-      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'
 
37239
-      ;;
 
37240
+    { echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
37241
+echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; }
 
37242
 
 
37243
-    gnu* | linux* | k*bsd*-gnu)
 
37244
-      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
37245
-       tmp_addflag=
 
37246
-       case $cc_basename,$host_cpu in
 
37247
-       pgcc*)                          # Portland Group C compiler
 
37248
-         whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
37249
-         tmp_addflag=' $pic_flag'
 
37250
-         ;;
 
37251
-       pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
 
37252
-         whole_archive_flag_spec_F77='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
37253
-         tmp_addflag=' $pic_flag -Mnomain' ;;
 
37254
-       ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
 
37255
-         tmp_addflag=' -i_dynamic' ;;
 
37256
-       efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
 
37257
-         tmp_addflag=' -i_dynamic -nofor_main' ;;
 
37258
-       ifc* | ifort*)                  # Intel Fortran compiler
 
37259
-         tmp_addflag=' -nofor_main' ;;
 
37260
-       esac
 
37261
-       case `$CC -V 2>&1 | sed 5q` in
 
37262
-       *Sun\ C*)                       # Sun C 5.9
 
37263
-         whole_archive_flag_spec_F77='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
37264
-         tmp_sharedflag='-G' ;;
 
37265
-       *Sun\ F*)                       # Sun Fortran 8.3
 
37266
-         tmp_sharedflag='-G' ;;
 
37267
-       *)
 
37268
-         tmp_sharedflag='-shared' ;;
 
37269
-       esac
 
37270
-       archive_cmds_F77='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
37271
+  export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
37272
+  case $host_os in
 
37273
+  aix[4-9]*)
 
37274
+    # If we're using GNU nm, then we don't want the "-C" option.
 
37275
+    # -C means demangle to AIX nm, but means don't demangle with GNU nm
 
37276
+    if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
 
37277
+      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'
 
37278
+    else
 
37279
+      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'
 
37280
+    fi
 
37281
+    ;;
 
37282
+  pw32*)
 
37283
+    export_symbols_cmds_CXX="$ltdll_cmds"
 
37284
+  ;;
 
37285
+  cygwin* | mingw*)
 
37286
+    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'
 
37287
+  ;;
 
37288
+  linux* | k*bsd*-gnu)
 
37289
+    link_all_deplibs_CXX=no
 
37290
+  ;;
 
37291
+  *)
 
37292
+    export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
37293
+  ;;
 
37294
+  esac
 
37295
+  exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
 
37296
 
 
37297
-       if test $supports_anon_versioning = yes; then
 
37298
-         archive_expsym_cmds_F77='$echo "{ global:" > $output_objdir/$libname.ver~
 
37299
-  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
 
37300
-  $echo "local: *; };" >> $output_objdir/$libname.ver~
 
37301
-         $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
 
37302
-       fi
 
37303
-      else
 
37304
-       ld_shlibs_F77=no
 
37305
-      fi
 
37306
-      ;;
 
37307
+{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
 
37308
+echo "${ECHO_T}$ld_shlibs_CXX" >&6; }
 
37309
+test "$ld_shlibs_CXX" = no && can_build_shared=no
 
37310
 
 
37311
-    netbsd*)
 
37312
-      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
37313
-       archive_cmds_F77='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
 
37314
-       wlarc=
 
37315
-      else
 
37316
-       archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
37317
-       archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
37318
-      fi
 
37319
-      ;;
 
37320
+with_gnu_ld_CXX=$with_gnu_ld
 
37321
 
 
37322
-    solaris*)
 
37323
-      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
 
37324
-       ld_shlibs_F77=no
 
37325
-       cat <<EOF 1>&2
 
37326
 
 
37327
-*** Warning: The releases 2.8.* of the GNU linker cannot reliably
 
37328
-*** create shared libraries on Solaris systems.  Therefore, libtool
 
37329
-*** is disabling shared libraries support.  We urge you to upgrade GNU
 
37330
-*** binutils to release 2.9.1 or newer.  Another option is to modify
 
37331
-*** your PATH or compiler configuration so that the native linker is
 
37332
-*** used, and then restart.
 
37333
 
 
37334
-EOF
 
37335
-      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
37336
-       archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
37337
-       archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
37338
-      else
 
37339
-       ld_shlibs_F77=no
 
37340
-      fi
 
37341
-      ;;
 
37342
 
 
37343
-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
 
37344
-      case `$LD -v 2>&1` in
 
37345
-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
 
37346
-       ld_shlibs_F77=no
 
37347
-       cat <<_LT_EOF 1>&2
 
37348
 
 
37349
-*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
 
37350
-*** reliably create shared libraries on SCO systems.  Therefore, libtool
 
37351
-*** is disabling shared libraries support.  We urge you to upgrade GNU
 
37352
-*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
 
37353
-*** your PATH or compiler configuration so that the native linker is
 
37354
-*** used, and then restart.
 
37355
 
 
37356
-_LT_EOF
 
37357
-       ;;
 
37358
-       *)
 
37359
-         if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
37360
-           hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
 
37361
-           archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
 
37362
-           archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
 
37363
-         else
 
37364
-           ld_shlibs_F77=no
 
37365
-         fi
 
37366
-       ;;
 
37367
-      esac
 
37368
-      ;;
 
37369
+#
 
37370
+# Do we need to explicitly link libc?
 
37371
+#
 
37372
+case "x$archive_cmds_need_lc_CXX" in
 
37373
+x|xyes)
 
37374
+  # Assume -lc should be added
 
37375
+  archive_cmds_need_lc_CXX=yes
 
37376
 
 
37377
-    sunos4*)
 
37378
-      archive_cmds_F77='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
37379
-      wlarc=
 
37380
-      hardcode_direct_F77=yes
 
37381
-      hardcode_shlibpath_var_F77=no
 
37382
+  if test "$enable_shared" = yes && test "$GCC" = yes; then
 
37383
+    case $archive_cmds_CXX in
 
37384
+    *'~'*)
 
37385
+      # FIXME: we may have to deal with multi-command sequences.
 
37386
       ;;
 
37387
+    '$CC '*)
 
37388
+      # Test whether the compiler implicitly links with -lc since on some
 
37389
+      # systems, -lgcc has to come before -lc. If gcc already passes -lc
 
37390
+      # to ld, don't add -lc before -lgcc.
 
37391
+      { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
37392
+echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; }
 
37393
+      $RM conftest*
 
37394
+      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
37395
 
 
37396
-    *)
 
37397
-      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
37398
-       archive_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
37399
-       archive_expsym_cmds_F77='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
37400
+      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
37401
+  (eval $ac_compile) 2>&5
 
37402
+  ac_status=$?
 
37403
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
37404
+  (exit $ac_status); } 2>conftest.err; then
 
37405
+        soname=conftest
 
37406
+        lib=conftest
 
37407
+        libobjs=conftest.$ac_objext
 
37408
+        deplibs=
 
37409
+        wl=$lt_prog_compiler_wl_CXX
 
37410
+       pic_flag=$lt_prog_compiler_pic_CXX
 
37411
+        compiler_flags=-v
 
37412
+        linker_flags=-v
 
37413
+        verstring=
 
37414
+        output_objdir=.
 
37415
+        libname=conftest
 
37416
+        lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
 
37417
+        allow_undefined_flag_CXX=
 
37418
+        if { (eval echo "$as_me:$LINENO: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
 
37419
+  (eval $archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
 
37420
+  ac_status=$?
 
37421
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
37422
+  (exit $ac_status); }
 
37423
+        then
 
37424
+         archive_cmds_need_lc_CXX=no
 
37425
+        else
 
37426
+         archive_cmds_need_lc_CXX=yes
 
37427
+        fi
 
37428
+        allow_undefined_flag_CXX=$lt_save_allow_undefined_flag
 
37429
       else
 
37430
-       ld_shlibs_F77=no
 
37431
+        cat conftest.err 1>&5
 
37432
       fi
 
37433
+      $RM conftest*
 
37434
+      { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
 
37435
+echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6; }
 
37436
       ;;
 
37437
     esac
 
37438
+  fi
 
37439
+  ;;
 
37440
+esac
 
37441
+
 
37442
+
 
37443
+
 
37444
+
 
37445
+
 
37446
+
 
37447
+
 
37448
+
 
37449
 
 
37450
-    if test "$ld_shlibs_F77" = no; then
 
37451
-      runpath_var=
 
37452
-      hardcode_libdir_flag_spec_F77=
 
37453
-      export_dynamic_flag_spec_F77=
 
37454
-      whole_archive_flag_spec_F77=
 
37455
-    fi
 
37456
-  else
 
37457
-    # PORTME fill in a description of your system's linker (not GNU ld)
 
37458
-    case $host_os in
 
37459
-    aix3*)
 
37460
-      allow_undefined_flag_F77=unsupported
 
37461
-      always_export_symbols_F77=yes
 
37462
-      archive_expsym_cmds_F77='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
 
37463
-      # Note: this linker hardcodes the directories in LIBPATH if there
 
37464
-      # are no directories specified by -L.
 
37465
-      hardcode_minus_L_F77=yes
 
37466
-      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
 
37467
-       # Neither direct hardcoding nor static linking is supported with a
 
37468
-       # broken collect2.
 
37469
-       hardcode_direct_F77=unsupported
 
37470
-      fi
 
37471
-      ;;
 
37472
-
 
37473
-    aix[4-9]*)
 
37474
-      if test "$host_cpu" = ia64; then
 
37475
-       # On IA64, the linker does run time linking by default, so we don't
 
37476
-       # have to do anything special.
 
37477
-       aix_use_runtimelinking=no
 
37478
-       exp_sym_flag='-Bexport'
 
37479
-       no_entry_flag=""
 
37480
-      else
 
37481
-       # If we're using GNU nm, then we don't want the "-C" option.
 
37482
-       # -C means demangle to AIX nm, but means don't demangle with GNU nm
 
37483
-       if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
 
37484
-         export_symbols_cmds_F77='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
 
37485
-       else
 
37486
-         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'
 
37487
-       fi
 
37488
-       aix_use_runtimelinking=no
 
37489
-
 
37490
-       # Test if we are trying to use run time linking or normal
 
37491
-       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
 
37492
-       # need to do runtime linking.
 
37493
-       case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
 
37494
-         for ld_flag in $LDFLAGS; do
 
37495
-         if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
 
37496
-           aix_use_runtimelinking=yes
 
37497
-           break
 
37498
-         fi
 
37499
-         done
 
37500
-         ;;
 
37501
-       esac
 
37502
-
 
37503
-       exp_sym_flag='-bexport'
 
37504
-       no_entry_flag='-bnoentry'
 
37505
-      fi
 
37506
-
 
37507
-      # When large executables or shared objects are built, AIX ld can
 
37508
-      # have problems creating the table of contents.  If linking a library
 
37509
-      # or program results in "error TOC overflow" add -mminimal-toc to
 
37510
-      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
 
37511
-      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
 
37512
-
 
37513
-      archive_cmds_F77=''
 
37514
-      hardcode_direct_F77=yes
 
37515
-      hardcode_libdir_separator_F77=':'
 
37516
-      link_all_deplibs_F77=yes
 
37517
 
 
37518
-      if test "$GCC" = yes; then
 
37519
-       case $host_os in aix4.[012]|aix4.[012].*)
 
37520
-       # We only want to do this on AIX 4.2 and lower, the check
 
37521
-       # below for broken collect2 doesn't work under 4.3+
 
37522
-         collect2name=`${CC} -print-prog-name=collect2`
 
37523
-         if test -f "$collect2name" && \
 
37524
-          strings "$collect2name" | grep resolve_lib_name >/dev/null
 
37525
-         then
 
37526
-         # We have reworked collect2
 
37527
-         :
 
37528
-         else
 
37529
-         # We have old collect2
 
37530
-         hardcode_direct_F77=unsupported
 
37531
-         # It fails to find uninstalled libraries when the uninstalled
 
37532
-         # path is not listed in the libpath.  Setting hardcode_minus_L
 
37533
-         # to unsupported forces relinking
 
37534
-         hardcode_minus_L_F77=yes
 
37535
-         hardcode_libdir_flag_spec_F77='-L$libdir'
 
37536
-         hardcode_libdir_separator_F77=
 
37537
-         fi
 
37538
-         ;;
 
37539
-       esac
 
37540
-       shared_flag='-shared'
 
37541
-       if test "$aix_use_runtimelinking" = yes; then
 
37542
-         shared_flag="$shared_flag "'${wl}-G'
 
37543
-       fi
 
37544
-      else
 
37545
-       # not using gcc
 
37546
-       if test "$host_cpu" = ia64; then
 
37547
-       # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
 
37548
-       # chokes on -Wl,-G. The following line is correct:
 
37549
-         shared_flag='-G'
 
37550
-       else
 
37551
-         if test "$aix_use_runtimelinking" = yes; then
 
37552
-           shared_flag='${wl}-G'
 
37553
-         else
 
37554
-           shared_flag='${wl}-bM:SRE'
 
37555
-         fi
 
37556
-       fi
 
37557
-      fi
 
37558
 
 
37559
-      # It seems that -bexpall does not export symbols beginning with
 
37560
-      # underscore (_), so it is better to generate a list of symbols to export.
 
37561
-      always_export_symbols_F77=yes
 
37562
-      if test "$aix_use_runtimelinking" = yes; then
 
37563
-       # Warning - without using the other runtime loading flags (-brtl),
 
37564
-       # -berok will link without error, but may produce a broken library.
 
37565
-       allow_undefined_flag_F77='-berok'
 
37566
-       # Determine the default libpath from the value encoded in an empty executable.
 
37567
-       cat >conftest.$ac_ext <<_ACEOF
 
37568
-      program main
 
37569
 
 
37570
-      end
 
37571
-_ACEOF
 
37572
-rm -f conftest.$ac_objext conftest$ac_exeext
 
37573
-if { (ac_try="$ac_link"
 
37574
-case "(($ac_try" in
 
37575
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
37576
-  *) ac_try_echo=$ac_try;;
 
37577
-esac
 
37578
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
37579
-$as_echo "$ac_try_echo") >&5
 
37580
-  (eval "$ac_link") 2>conftest.er1
 
37581
-  ac_status=$?
 
37582
-  grep -v '^ *+' conftest.er1 >conftest.err
 
37583
-  rm -f conftest.er1
 
37584
-  cat conftest.err >&5
 
37585
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
37586
-  (exit $ac_status); } && {
 
37587
-        test -z "$ac_f77_werror_flag" ||
 
37588
-        test ! -s conftest.err
 
37589
-       } && test -s conftest$ac_exeext && {
 
37590
-        test "$cross_compiling" = yes ||
 
37591
-        $as_test_x conftest$ac_exeext
 
37592
-       }; then
 
37593
 
 
37594
-lt_aix_libpath_sed='
 
37595
-    /Import File Strings/,/^$/ {
 
37596
-       /^0/ {
 
37597
-           s/^0  *\(.*\)$/\1/
 
37598
-           p
 
37599
-       }
 
37600
-    }'
 
37601
-aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
37602
-# Check for a 64-bit object if we didn't find anything.
 
37603
-if test -z "$aix_libpath"; then
 
37604
-  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
37605
-fi
 
37606
-else
 
37607
-  $as_echo "$as_me: failed program was:" >&5
 
37608
-sed 's/^/| /' conftest.$ac_ext >&5
 
37609
 
 
37610
 
 
37611
-fi
 
37612
 
 
37613
-rm -rf conftest.dSYM
 
37614
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
37615
-      conftest$ac_exeext conftest.$ac_ext
 
37616
-if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
37617
 
 
37618
-       hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
 
37619
-       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"
 
37620
-       else
 
37621
-       if test "$host_cpu" = ia64; then
 
37622
-         hardcode_libdir_flag_spec_F77='${wl}-R $libdir:/usr/lib:/lib'
 
37623
-         allow_undefined_flag_F77="-z nodefs"
 
37624
-         archive_expsym_cmds_F77="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
 
37625
-       else
 
37626
-        # Determine the default libpath from the value encoded in an empty executable.
 
37627
-        cat >conftest.$ac_ext <<_ACEOF
 
37628
-      program main
 
37629
 
 
37630
-      end
 
37631
-_ACEOF
 
37632
-rm -f conftest.$ac_objext conftest$ac_exeext
 
37633
-if { (ac_try="$ac_link"
 
37634
-case "(($ac_try" in
 
37635
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
37636
-  *) ac_try_echo=$ac_try;;
 
37637
-esac
 
37638
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
37639
-$as_echo "$ac_try_echo") >&5
 
37640
-  (eval "$ac_link") 2>conftest.er1
 
37641
-  ac_status=$?
 
37642
-  grep -v '^ *+' conftest.er1 >conftest.err
 
37643
-  rm -f conftest.er1
 
37644
-  cat conftest.err >&5
 
37645
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
37646
-  (exit $ac_status); } && {
 
37647
-        test -z "$ac_f77_werror_flag" ||
 
37648
-        test ! -s conftest.err
 
37649
-       } && test -s conftest$ac_exeext && {
 
37650
-        test "$cross_compiling" = yes ||
 
37651
-        $as_test_x conftest$ac_exeext
 
37652
-       }; then
 
37653
 
 
37654
-lt_aix_libpath_sed='
 
37655
-    /Import File Strings/,/^$/ {
 
37656
-       /^0/ {
 
37657
-           s/^0  *\(.*\)$/\1/
 
37658
-           p
 
37659
-       }
 
37660
-    }'
 
37661
-aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
37662
-# Check for a 64-bit object if we didn't find anything.
 
37663
-if test -z "$aix_libpath"; then
 
37664
-  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
37665
-fi
 
37666
-else
 
37667
-  $as_echo "$as_me: failed program was:" >&5
 
37668
-sed 's/^/| /' conftest.$ac_ext >&5
 
37669
 
 
37670
 
 
37671
-fi
 
37672
 
 
37673
-rm -rf conftest.dSYM
 
37674
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
37675
-      conftest$ac_exeext conftest.$ac_ext
 
37676
-if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
37677
 
 
37678
-        hardcode_libdir_flag_spec_F77='${wl}-blibpath:$libdir:'"$aix_libpath"
 
37679
-         # Warning - without using the other run time loading flags,
 
37680
-         # -berok will link without error, but may produce a broken library.
 
37681
-         no_undefined_flag_F77=' ${wl}-bernotok'
 
37682
-         allow_undefined_flag_F77=' ${wl}-berok'
 
37683
-         # Exported symbols can be pulled into shared objects from archives
 
37684
-         whole_archive_flag_spec_F77='$convenience'
 
37685
-         archive_cmds_need_lc_F77=yes
 
37686
-         # This is similar to how AIX traditionally builds its shared libraries.
 
37687
-         archive_expsym_cmds_F77="\$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'
 
37688
-       fi
 
37689
-      fi
 
37690
-      ;;
 
37691
 
 
37692
-    amigaos*)
 
37693
-      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)'
 
37694
-      hardcode_libdir_flag_spec_F77='-L$libdir'
 
37695
-      hardcode_minus_L_F77=yes
 
37696
-      # see comment about different semantics on the GNU ld section
 
37697
-      ld_shlibs_F77=no
 
37698
-      ;;
 
37699
 
 
37700
-    bsdi[45]*)
 
37701
-      export_dynamic_flag_spec_F77=-rdynamic
 
37702
-      ;;
 
37703
 
 
37704
-    cygwin* | mingw* | pw32*)
 
37705
-      # When not using gcc, we currently assume that we are using
 
37706
-      # Microsoft Visual C++.
 
37707
-      # hardcode_libdir_flag_spec is actually meaningless, as there is
 
37708
-      # no search path for DLLs.
 
37709
-      hardcode_libdir_flag_spec_F77=' '
 
37710
-      allow_undefined_flag_F77=unsupported
 
37711
-      # Tell ltmain to make .lib files, not .a files.
 
37712
-      libext=lib
 
37713
-      # Tell ltmain to make .dll files, not .so files.
 
37714
-      shrext_cmds=".dll"
 
37715
-      # FIXME: Setting linknames here is a bad hack.
 
37716
-      archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
 
37717
-      # The linker will automatically build a .lib file if we build a DLL.
 
37718
-      old_archive_From_new_cmds_F77='true'
 
37719
-      # FIXME: Should let the user specify the lib program.
 
37720
-      old_archive_cmds_F77='lib -OUT:$oldlib$oldobjs$old_deplibs'
 
37721
-      fix_srcfile_path_F77='`cygpath -w "$srcfile"`'
 
37722
-      enable_shared_with_static_runtimes_F77=yes
 
37723
-      ;;
 
37724
 
 
37725
-    darwin* | rhapsody*)
 
37726
-      case $host_os in
 
37727
-        rhapsody* | darwin1.[012])
 
37728
-         allow_undefined_flag_F77='${wl}-undefined ${wl}suppress'
 
37729
-         ;;
 
37730
-       *) # Darwin 1.3 on
 
37731
-         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
 
37732
-           allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
37733
-         else
 
37734
-           case ${MACOSX_DEPLOYMENT_TARGET} in
 
37735
-             10.[012])
 
37736
-               allow_undefined_flag_F77='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
37737
-               ;;
 
37738
-             10.*)
 
37739
-               allow_undefined_flag_F77='${wl}-undefined ${wl}dynamic_lookup'
 
37740
-               ;;
 
37741
-           esac
 
37742
-         fi
 
37743
-         ;;
 
37744
-      esac
 
37745
-      archive_cmds_need_lc_F77=no
 
37746
-      hardcode_direct_F77=no
 
37747
-      hardcode_automatic_F77=yes
 
37748
-      hardcode_shlibpath_var_F77=unsupported
 
37749
-      whole_archive_flag_spec_F77=''
 
37750
-      link_all_deplibs_F77=yes
 
37751
-    if test "$GCC" = yes ; then
 
37752
-       output_verbose_link_cmd='echo'
 
37753
-        archive_cmds_F77="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
 
37754
-        module_cmds_F77="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
 
37755
-        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}"
 
37756
-        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}"
 
37757
-    else
 
37758
-      case $cc_basename in
 
37759
-        xlc*)
 
37760
-         output_verbose_link_cmd='echo'
 
37761
-         archive_cmds_F77='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
 
37762
-         module_cmds_F77='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
37763
-          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
 
37764
-         archive_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
37765
-          module_expsym_cmds_F77='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
37766
-          ;;
 
37767
-       *)
 
37768
-         ld_shlibs_F77=no
 
37769
-          ;;
 
37770
-      esac
 
37771
-    fi
 
37772
-      ;;
 
37773
 
 
37774
-    dgux*)
 
37775
-      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
37776
-      hardcode_libdir_flag_spec_F77='-L$libdir'
 
37777
-      hardcode_shlibpath_var_F77=no
 
37778
-      ;;
 
37779
 
 
37780
-    freebsd1*)
 
37781
-      ld_shlibs_F77=no
 
37782
-      ;;
 
37783
 
 
37784
-    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
 
37785
-    # support.  Future versions do this automatically, but an explicit c++rt0.o
 
37786
-    # does not break anything, and helps significantly (at the cost of a little
 
37787
-    # extra space).
 
37788
-    freebsd2.2*)
 
37789
-      archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
 
37790
-      hardcode_libdir_flag_spec_F77='-R$libdir'
 
37791
-      hardcode_direct_F77=yes
 
37792
-      hardcode_shlibpath_var_F77=no
 
37793
-      ;;
 
37794
 
 
37795
-    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
 
37796
-    freebsd2*)
 
37797
-      archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
37798
-      hardcode_direct_F77=yes
 
37799
-      hardcode_minus_L_F77=yes
 
37800
-      hardcode_shlibpath_var_F77=no
 
37801
-      ;;
 
37802
 
 
37803
-    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
 
37804
-    freebsd* | dragonfly*)
 
37805
-      archive_cmds_F77='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
 
37806
-      hardcode_libdir_flag_spec_F77='-R$libdir'
 
37807
-      hardcode_direct_F77=yes
 
37808
-      hardcode_shlibpath_var_F77=no
 
37809
-      ;;
 
37810
 
 
37811
-    hpux9*)
 
37812
-      if test "$GCC" = yes; then
 
37813
-       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'
 
37814
-      else
 
37815
-       archive_cmds_F77='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
37816
-      fi
 
37817
-      hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
 
37818
-      hardcode_libdir_separator_F77=:
 
37819
-      hardcode_direct_F77=yes
 
37820
 
 
37821
-      # hardcode_minus_L: Not really in the search PATH,
 
37822
-      # but as the default location of the library.
 
37823
-      hardcode_minus_L_F77=yes
 
37824
-      export_dynamic_flag_spec_F77='${wl}-E'
 
37825
-      ;;
 
37826
 
 
37827
-    hpux10*)
 
37828
-      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
37829
-       archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
37830
-      else
 
37831
-       archive_cmds_F77='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
 
37832
-      fi
 
37833
-      if test "$with_gnu_ld" = no; then
 
37834
-       hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
 
37835
-       hardcode_libdir_separator_F77=:
 
37836
 
 
37837
-       hardcode_direct_F77=yes
 
37838
-       export_dynamic_flag_spec_F77='${wl}-E'
 
37839
 
 
37840
-       # hardcode_minus_L: Not really in the search PATH,
 
37841
-       # but as the default location of the library.
 
37842
-       hardcode_minus_L_F77=yes
 
37843
-      fi
 
37844
-      ;;
 
37845
 
 
37846
-    hpux11*)
 
37847
-      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
37848
-       case $host_cpu in
 
37849
-       hppa*64*)
 
37850
-         archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
37851
-         ;;
 
37852
-       ia64*)
 
37853
-         archive_cmds_F77='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
37854
-         ;;
 
37855
-       *)
 
37856
-         archive_cmds_F77='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
37857
-         ;;
 
37858
-       esac
 
37859
-      else
 
37860
-       case $host_cpu in
 
37861
-       hppa*64*)
 
37862
-         archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
37863
-         ;;
 
37864
-       ia64*)
 
37865
-         archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
37866
-         ;;
 
37867
-       *)
 
37868
-         archive_cmds_F77='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
37869
-         ;;
 
37870
-       esac
 
37871
-      fi
 
37872
-      if test "$with_gnu_ld" = no; then
 
37873
-       hardcode_libdir_flag_spec_F77='${wl}+b ${wl}$libdir'
 
37874
-       hardcode_libdir_separator_F77=:
 
37875
 
 
37876
-       case $host_cpu in
 
37877
-       hppa*64*|ia64*)
 
37878
-         hardcode_libdir_flag_spec_ld_F77='+b $libdir'
 
37879
-         hardcode_direct_F77=no
 
37880
-         hardcode_shlibpath_var_F77=no
 
37881
-         ;;
 
37882
-       *)
 
37883
-         hardcode_direct_F77=yes
 
37884
-         export_dynamic_flag_spec_F77='${wl}-E'
 
37885
 
 
37886
-         # hardcode_minus_L: Not really in the search PATH,
 
37887
-         # but as the default location of the library.
 
37888
-         hardcode_minus_L_F77=yes
 
37889
-         ;;
 
37890
-       esac
 
37891
-      fi
 
37892
-      ;;
 
37893
 
 
37894
-    irix5* | irix6* | nonstopux*)
 
37895
-      if test "$GCC" = yes; then
 
37896
-       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'
 
37897
-      else
 
37898
-       archive_cmds_F77='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
37899
-       hardcode_libdir_flag_spec_ld_F77='-rpath $libdir'
 
37900
-      fi
 
37901
-      hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
 
37902
-      hardcode_libdir_separator_F77=:
 
37903
-      link_all_deplibs_F77=yes
 
37904
-      ;;
 
37905
 
 
37906
-    netbsd*)
 
37907
-      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
37908
-       archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
 
37909
-      else
 
37910
-       archive_cmds_F77='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
 
37911
-      fi
 
37912
-      hardcode_libdir_flag_spec_F77='-R$libdir'
 
37913
-      hardcode_direct_F77=yes
 
37914
-      hardcode_shlibpath_var_F77=no
 
37915
-      ;;
 
37916
 
 
37917
-    newsos6)
 
37918
-      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
37919
-      hardcode_direct_F77=yes
 
37920
-      hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
 
37921
-      hardcode_libdir_separator_F77=:
 
37922
-      hardcode_shlibpath_var_F77=no
 
37923
-      ;;
 
37924
 
 
37925
-    openbsd*)
 
37926
-      if test -f /usr/libexec/ld.so; then
 
37927
-       hardcode_direct_F77=yes
 
37928
-       hardcode_shlibpath_var_F77=no
 
37929
-       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
37930
-         archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
37931
-         archive_expsym_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
 
37932
-         hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
 
37933
-         export_dynamic_flag_spec_F77='${wl}-E'
 
37934
-       else
 
37935
-         case $host_os in
 
37936
-          openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
 
37937
-            archive_cmds_F77='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
37938
-            hardcode_libdir_flag_spec_F77='-R$libdir'
 
37939
-            ;;
 
37940
-          *)
 
37941
-            archive_cmds_F77='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
37942
-            hardcode_libdir_flag_spec_F77='${wl}-rpath,$libdir'
 
37943
-            ;;
 
37944
-         esac
 
37945
-        fi
 
37946
-      else
 
37947
-       ld_shlibs_F77=no
 
37948
-      fi
 
37949
-      ;;
 
37950
 
 
37951
-    os2*)
 
37952
-      hardcode_libdir_flag_spec_F77='-L$libdir'
 
37953
-      hardcode_minus_L_F77=yes
 
37954
-      allow_undefined_flag_F77=unsupported
 
37955
-      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'
 
37956
-      old_archive_From_new_cmds_F77='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
 
37957
-      ;;
 
37958
 
 
37959
-    osf3*)
 
37960
-      if test "$GCC" = yes; then
 
37961
-       allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
 
37962
-       archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
37963
-      else
 
37964
-       allow_undefined_flag_F77=' -expect_unresolved \*'
 
37965
-       archive_cmds_F77='$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'
 
37966
-      fi
 
37967
-      hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
 
37968
-      hardcode_libdir_separator_F77=:
 
37969
-      ;;
 
37970
 
 
37971
-    osf4* | osf5*)     # as osf3* with the addition of -msym flag
 
37972
-      if test "$GCC" = yes; then
 
37973
-       allow_undefined_flag_F77=' ${wl}-expect_unresolved ${wl}\*'
 
37974
-       archive_cmds_F77='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
37975
-       hardcode_libdir_flag_spec_F77='${wl}-rpath ${wl}$libdir'
 
37976
-      else
 
37977
-       allow_undefined_flag_F77=' -expect_unresolved \*'
 
37978
-       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'
 
37979
-       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~
 
37980
-       $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'
 
37981
 
 
37982
-       # Both c and cxx compiler support -rpath directly
 
37983
-       hardcode_libdir_flag_spec_F77='-rpath $libdir'
 
37984
-      fi
 
37985
-      hardcode_libdir_separator_F77=:
 
37986
-      ;;
 
37987
 
 
37988
-    solaris*)
 
37989
-      no_undefined_flag_F77=' -z text'
 
37990
-      if test "$GCC" = yes; then
 
37991
-       wlarc='${wl}'
 
37992
-       archive_cmds_F77='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
37993
-       archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
37994
-         $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
 
37995
-      else
 
37996
-       wlarc=''
 
37997
-       archive_cmds_F77='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
37998
-       archive_expsym_cmds_F77='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
37999
-       $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
 
38000
-      fi
 
38001
-      hardcode_libdir_flag_spec_F77='-R$libdir'
 
38002
-      hardcode_shlibpath_var_F77=no
 
38003
-      case $host_os in
 
38004
-      solaris2.[0-5] | solaris2.[0-5].*) ;;
 
38005
-      *)
 
38006
-       # The compiler driver will combine and reorder linker options,
 
38007
-       # but understands `-z linker_flag'.  GCC discards it without `$wl',
 
38008
-       # but is careful enough not to reorder.
 
38009
-       # Supported since Solaris 2.6 (maybe 2.5.1?)
 
38010
-       if test "$GCC" = yes; then
 
38011
-         whole_archive_flag_spec_F77='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
 
38012
-       else
 
38013
-         whole_archive_flag_spec_F77='-z allextract$convenience -z defaultextract'
 
38014
-       fi
 
38015
-       ;;
 
38016
-      esac
 
38017
-      link_all_deplibs_F77=yes
 
38018
-      ;;
 
38019
 
 
38020
-    sunos4*)
 
38021
-      if test "x$host_vendor" = xsequent; then
 
38022
-       # Use $CC to link under sequent, because it throws in some extra .o
 
38023
-       # files that make .init and .fini sections work.
 
38024
-       archive_cmds_F77='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
 
38025
-      else
 
38026
-       archive_cmds_F77='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
 
38027
-      fi
 
38028
-      hardcode_libdir_flag_spec_F77='-L$libdir'
 
38029
-      hardcode_direct_F77=yes
 
38030
-      hardcode_minus_L_F77=yes
 
38031
-      hardcode_shlibpath_var_F77=no
 
38032
-      ;;
 
38033
 
 
38034
-    sysv4)
 
38035
-      case $host_vendor in
 
38036
-       sni)
 
38037
-         archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
38038
-         hardcode_direct_F77=yes # is this really true???
 
38039
-       ;;
 
38040
-       siemens)
 
38041
-         ## LD is ld it makes a PLAMLIB
 
38042
-         ## CC just makes a GrossModule.
 
38043
-         archive_cmds_F77='$LD -G -o $lib $libobjs $deplibs $linker_flags'
 
38044
-         reload_cmds_F77='$CC -r -o $output$reload_objs'
 
38045
-         hardcode_direct_F77=no
 
38046
-        ;;
 
38047
-       motorola)
 
38048
-         archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
38049
-         hardcode_direct_F77=no #Motorola manual says yes, but my tests say they lie
 
38050
-       ;;
 
38051
-      esac
 
38052
-      runpath_var='LD_RUN_PATH'
 
38053
-      hardcode_shlibpath_var_F77=no
 
38054
-      ;;
 
38055
 
 
38056
-    sysv4.3*)
 
38057
-      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
38058
-      hardcode_shlibpath_var_F77=no
 
38059
-      export_dynamic_flag_spec_F77='-Bexport'
 
38060
-      ;;
 
38061
 
 
38062
-    sysv4*MP*)
 
38063
-      if test -d /usr/nec; then
 
38064
-       archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
38065
-       hardcode_shlibpath_var_F77=no
 
38066
-       runpath_var=LD_RUN_PATH
 
38067
-       hardcode_runpath_var=yes
 
38068
-       ld_shlibs_F77=yes
 
38069
-      fi
 
38070
-      ;;
 
38071
 
 
38072
-    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
 
38073
-      no_undefined_flag_F77='${wl}-z,text'
 
38074
-      archive_cmds_need_lc_F77=no
 
38075
-      hardcode_shlibpath_var_F77=no
 
38076
-      runpath_var='LD_RUN_PATH'
 
38077
 
 
38078
-      if test "$GCC" = yes; then
 
38079
-       archive_cmds_F77='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
38080
-       archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
38081
-      else
 
38082
-       archive_cmds_F77='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
38083
-       archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
38084
-      fi
 
38085
-      ;;
 
38086
 
 
38087
-    sysv5* | sco3.2v5* | sco5v6*)
 
38088
-      # Note: We can NOT use -z defs as we might desire, because we do not
 
38089
-      # link with -lc, and that would cause any symbols used from libc to
 
38090
-      # always be unresolved, which means just about no library would
 
38091
-      # ever link correctly.  If we're not using GNU ld we use -z text
 
38092
-      # though, which does catch some bad symbols but isn't as heavy-handed
 
38093
-      # as -z defs.
 
38094
-      no_undefined_flag_F77='${wl}-z,text'
 
38095
-      allow_undefined_flag_F77='${wl}-z,nodefs'
 
38096
-      archive_cmds_need_lc_F77=no
 
38097
-      hardcode_shlibpath_var_F77=no
 
38098
-      hardcode_libdir_flag_spec_F77='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
 
38099
-      hardcode_libdir_separator_F77=':'
 
38100
-      link_all_deplibs_F77=yes
 
38101
-      export_dynamic_flag_spec_F77='${wl}-Bexport'
 
38102
-      runpath_var='LD_RUN_PATH'
 
38103
 
 
38104
-      if test "$GCC" = yes; then
 
38105
-       archive_cmds_F77='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
38106
-       archive_expsym_cmds_F77='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
38107
-      else
 
38108
-       archive_cmds_F77='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
38109
-       archive_expsym_cmds_F77='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
38110
-      fi
 
38111
-      ;;
 
38112
 
 
38113
-    uts4*)
 
38114
-      archive_cmds_F77='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
38115
-      hardcode_libdir_flag_spec_F77='-L$libdir'
 
38116
-      hardcode_shlibpath_var_F77=no
 
38117
-      ;;
 
38118
 
 
38119
-    *)
 
38120
-      ld_shlibs_F77=no
 
38121
-      ;;
 
38122
-    esac
 
38123
-  fi
 
38124
 
 
38125
-{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5
 
38126
-$as_echo "$ld_shlibs_F77" >&6; }
 
38127
-test "$ld_shlibs_F77" = no && can_build_shared=no
 
38128
 
 
38129
-#
 
38130
-# Do we need to explicitly link libc?
 
38131
-#
 
38132
-case "x$archive_cmds_need_lc_F77" in
 
38133
-x|xyes)
 
38134
-  # Assume -lc should be added
 
38135
-  archive_cmds_need_lc_F77=yes
 
38136
 
 
38137
-  if test "$enable_shared" = yes && test "$GCC" = yes; then
 
38138
-    case $archive_cmds_F77 in
 
38139
-    *'~'*)
 
38140
-      # FIXME: we may have to deal with multi-command sequences.
 
38141
-      ;;
 
38142
-    '$CC '*)
 
38143
-      # Test whether the compiler implicitly links with -lc since on some
 
38144
-      # systems, -lgcc has to come before -lc. If gcc already passes -lc
 
38145
-      # to ld, don't add -lc before -lgcc.
 
38146
-      { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
38147
-$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
 
38148
-      $rm conftest*
 
38149
-      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
38150
 
 
38151
-      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
38152
-  (eval $ac_compile) 2>&5
 
38153
-  ac_status=$?
 
38154
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
38155
-  (exit $ac_status); } 2>conftest.err; then
 
38156
-        soname=conftest
 
38157
-        lib=conftest
 
38158
-        libobjs=conftest.$ac_objext
 
38159
-        deplibs=
 
38160
-        wl=$lt_prog_compiler_wl_F77
 
38161
-       pic_flag=$lt_prog_compiler_pic_F77
 
38162
-        compiler_flags=-v
 
38163
-        linker_flags=-v
 
38164
-        verstring=
 
38165
-        output_objdir=.
 
38166
-        libname=conftest
 
38167
-        lt_save_allow_undefined_flag=$allow_undefined_flag_F77
 
38168
-        allow_undefined_flag_F77=
 
38169
-        if { (eval echo "$as_me:$LINENO: \"$archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
 
38170
-  (eval $archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
 
38171
-  ac_status=$?
 
38172
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
38173
-  (exit $ac_status); }
 
38174
-        then
 
38175
-         archive_cmds_need_lc_F77=no
 
38176
-        else
 
38177
-         archive_cmds_need_lc_F77=yes
 
38178
-        fi
 
38179
-        allow_undefined_flag_F77=$lt_save_allow_undefined_flag
 
38180
-      else
 
38181
-        cat conftest.err 1>&5
 
38182
-      fi
 
38183
-      $rm conftest*
 
38184
-      { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5
 
38185
-$as_echo "$archive_cmds_need_lc_F77" >&6; }
 
38186
-      ;;
 
38187
-    esac
 
38188
-  fi
 
38189
-  ;;
 
38190
-esac
 
38191
 
 
38192
-{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
38193
-$as_echo_n "checking dynamic linker characteristics... " >&6; }
 
38194
+    { echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
38195
+echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; }
 
38196
+
 
38197
 library_names_spec=
 
38198
 libname_spec='lib$name'
 
38199
 soname_spec=
 
38200
@@ -18609,7 +16949,6 @@
 
38201
 version_type=none
 
38202
 dynamic_linker="$host_os ld.so"
 
38203
 sys_lib_dlsearch_path_spec="/lib /usr/lib"
 
38204
-
 
38205
 need_lib_prefix=unknown
 
38206
 hardcode_into_libs=no
 
38207
 
 
38208
@@ -18646,7 +16985,7 @@
 
38209
       aix4 | aix4.[01] | aix4.[01].*)
 
38210
       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
 
38211
           echo ' yes '
 
38212
-          echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
 
38213
+          echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
 
38214
        :
 
38215
       else
 
38216
        can_build_shared=no
 
38217
@@ -18672,9 +17011,18 @@
 
38218
   ;;
 
38219
 
 
38220
 amigaos*)
 
38221
-  library_names_spec='$libname.ixlibrary $libname.a'
 
38222
-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
 
38223
-  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'
 
38224
+  case $host_cpu in
 
38225
+  powerpc)
 
38226
+    # Since July 2007 AmigaOS4 officially supports .so libraries.
 
38227
+    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
 
38228
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
38229
+    ;;
 
38230
+  m68k)
 
38231
+    library_names_spec='$libname.ixlibrary $libname.a'
 
38232
+    # Create ${libname}_ixlibrary.a entries in /sys/libs.
 
38233
+    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'
 
38234
+    ;;
 
38235
+  esac
 
38236
   ;;
 
38237
 
 
38238
 beos*)
 
38239
@@ -18708,14 +17056,17 @@
 
38240
     library_names_spec='$libname.dll.a'
 
38241
     # DLL is installed to $(libdir)/../bin by postinstall_cmds
 
38242
     postinstall_cmds='base_file=`basename \${file}`~
 
38243
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
 
38244
+      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
 
38245
       dldir=$destdir/`dirname \$dlpath`~
 
38246
       test -d \$dldir || mkdir -p \$dldir~
 
38247
       $install_prog $dir/$dlname \$dldir/$dlname~
 
38248
-      chmod a+x \$dldir/$dlname'
 
38249
+      chmod a+x \$dldir/$dlname~
 
38250
+      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
 
38251
+        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
 
38252
+      fi'
 
38253
     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
 
38254
       dlpath=$dir/\$dldll~
 
38255
-       $rm \$dlpath'
 
38256
+       $RM \$dlpath'
 
38257
     shlibpath_overrides_runpath=yes
 
38258
 
 
38259
     case $host_os in
 
38260
@@ -18727,17 +17078,17 @@
 
38261
     mingw*)
 
38262
       # MinGW DLLs use traditional 'lib' prefix
 
38263
       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
 
38264
-      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
38265
-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
 
38266
+      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
38267
+      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
 
38268
         # It is most probably a Windows format PATH printed by
 
38269
         # mingw gcc, but we are running on Cygwin. Gcc prints its search
 
38270
         # path with ; separators, and with drive letters. We can handle the
 
38271
         # drive letters (cygwin fileutils understands them), so leave them,
 
38272
         # especially as we might pass files found there to a mingw objdump,
 
38273
         # which wouldn't understand a cygwinified path. Ahh.
 
38274
-        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
 
38275
+        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
 
38276
       else
 
38277
-        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
38278
+        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
38279
       fi
 
38280
       ;;
 
38281
     pw32*)
 
38282
@@ -18761,7 +17112,7 @@
 
38283
   version_type=darwin
 
38284
   need_lib_prefix=no
 
38285
   need_version=no
 
38286
-  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
 
38287
+  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
 
38288
   soname_spec='${libname}${release}${major}$shared_ext'
 
38289
   shlibpath_overrides_runpath=yes
 
38290
   shlibpath_var=DYLD_LIBRARY_PATH
 
38291
@@ -18859,18 +17210,18 @@
 
38292
     fi
 
38293
     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
38294
     ;;
 
38295
-   hppa*64*)
 
38296
-     shrext_cmds='.sl'
 
38297
-     hardcode_into_libs=yes
 
38298
-     dynamic_linker="$host_os dld.sl"
 
38299
-     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
 
38300
-     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
 
38301
-     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
38302
-     soname_spec='${libname}${release}${shared_ext}$major'
 
38303
-     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
 
38304
-     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
38305
-     ;;
 
38306
-   *)
 
38307
+  hppa*64*)
 
38308
+    shrext_cmds='.sl'
 
38309
+    hardcode_into_libs=yes
 
38310
+    dynamic_linker="$host_os dld.sl"
 
38311
+    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
 
38312
+    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
 
38313
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
38314
+    soname_spec='${libname}${release}${shared_ext}$major'
 
38315
+    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
 
38316
+    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
38317
+    ;;
 
38318
+  *)
 
38319
     shrext_cmds='.sl'
 
38320
     dynamic_linker="$host_os dld.sl"
 
38321
     shlibpath_var=SHLIB_PATH
 
38322
@@ -18947,17 +17298,69 @@
 
38323
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
 
38324
   shlibpath_var=LD_LIBRARY_PATH
 
38325
   shlibpath_overrides_runpath=no
 
38326
+  # Some binutils ld are patched to set DT_RUNPATH
 
38327
+  save_LDFLAGS=$LDFLAGS
 
38328
+  save_libdir=$libdir
 
38329
+  eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
 
38330
+       LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
 
38331
+  cat >conftest.$ac_ext <<_ACEOF
 
38332
+/* confdefs.h.  */
 
38333
+_ACEOF
 
38334
+cat confdefs.h >>conftest.$ac_ext
 
38335
+cat >>conftest.$ac_ext <<_ACEOF
 
38336
+/* end confdefs.h.  */
 
38337
+
 
38338
+int
 
38339
+main ()
 
38340
+{
 
38341
+
 
38342
+  ;
 
38343
+  return 0;
 
38344
+}
 
38345
+_ACEOF
 
38346
+rm -f conftest.$ac_objext conftest$ac_exeext
 
38347
+if { (ac_try="$ac_link"
 
38348
+case "(($ac_try" in
 
38349
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
38350
+  *) ac_try_echo=$ac_try;;
 
38351
+esac
 
38352
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
38353
+  (eval "$ac_link") 2>conftest.er1
 
38354
+  ac_status=$?
 
38355
+  grep -v '^ *+' conftest.er1 >conftest.err
 
38356
+  rm -f conftest.er1
 
38357
+  cat conftest.err >&5
 
38358
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
38359
+  (exit $ac_status); } && {
 
38360
+        test -z "$ac_cxx_werror_flag" ||
 
38361
+        test ! -s conftest.err
 
38362
+       } && test -s conftest$ac_exeext &&
 
38363
+       $as_test_x conftest$ac_exeext; then
 
38364
+  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then
 
38365
+  shlibpath_overrides_runpath=yes
 
38366
+fi
 
38367
+
 
38368
+else
 
38369
+  echo "$as_me: failed program was:" >&5
 
38370
+sed 's/^/| /' conftest.$ac_ext >&5
 
38371
+
 
38372
+
 
38373
+fi
 
38374
+
 
38375
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
38376
+      conftest$ac_exeext conftest.$ac_ext
 
38377
+  LDFLAGS=$save_LDFLAGS
 
38378
+  libdir=$save_libdir
 
38379
+
 
38380
   # This implies no fast_install, which is unacceptable.
 
38381
   # Some rework will be needed to allow for fast_install
 
38382
   # before this can be enabled.
 
38383
   hardcode_into_libs=yes
 
38384
-  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
 
38385
-  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
 
38386
 
 
38387
   # Append ld.so.conf contents to the search path
 
38388
   if test -f /etc/ld.so.conf; then
 
38389
-    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' ' '`
 
38390
-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
 
38391
+    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' ' '`
 
38392
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
 
38393
   fi
 
38394
 
 
38395
   # We used to test for /lib/ld.so.1 and disable shared libraries on
 
38396
@@ -18969,11 +17372,23 @@
 
38397
   dynamic_linker='GNU/Linux ld.so'
 
38398
   ;;
 
38399
 
 
38400
+netbsdelf*-gnu)
 
38401
+  version_type=linux
 
38402
+  need_lib_prefix=no
 
38403
+  need_version=no
 
38404
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
38405
+  soname_spec='${libname}${release}${shared_ext}$major'
 
38406
+  shlibpath_var=LD_LIBRARY_PATH
 
38407
+  shlibpath_overrides_runpath=no
 
38408
+  hardcode_into_libs=yes
 
38409
+  dynamic_linker='NetBSD ld.elf_so'
 
38410
+  ;;
 
38411
+
 
38412
 netbsd*)
 
38413
   version_type=sunos
 
38414
   need_lib_prefix=no
 
38415
   need_version=no
 
38416
-  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
38417
+  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 
38418
     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
38419
     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
38420
     dynamic_linker='NetBSD (a.out) ld.so'
 
38421
@@ -18994,14 +17409,16 @@
 
38422
   shlibpath_overrides_runpath=yes
 
38423
   ;;
 
38424
 
 
38425
-nto-qnx*)
 
38426
-  version_type=linux
 
38427
+*nto* | *qnx*)
 
38428
+  version_type=qnx
 
38429
   need_lib_prefix=no
 
38430
   need_version=no
 
38431
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
38432
   soname_spec='${libname}${release}${shared_ext}$major'
 
38433
   shlibpath_var=LD_LIBRARY_PATH
 
38434
-  shlibpath_overrides_runpath=yes
 
38435
+  shlibpath_overrides_runpath=no
 
38436
+  hardcode_into_libs=yes
 
38437
+  dynamic_linker='ldqnx.so'
 
38438
   ;;
 
38439
 
 
38440
 openbsd*)
 
38441
@@ -19010,13 +17427,13 @@
 
38442
   need_lib_prefix=no
 
38443
   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
 
38444
   case $host_os in
 
38445
-    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
 
38446
-    *)                         need_version=no  ;;
 
38447
+    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
 
38448
+    *)                         need_version=no  ;;
 
38449
   esac
 
38450
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
38451
   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
38452
   shlibpath_var=LD_LIBRARY_PATH
 
38453
-  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
38454
+  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
38455
     case $host_os in
 
38456
       openbsd2.[89] | openbsd2.[89].*)
 
38457
        shlibpath_overrides_runpath=no
 
38458
@@ -19088,7 +17505,6 @@
 
38459
     sni)
 
38460
       shlibpath_overrides_runpath=no
 
38461
       need_lib_prefix=no
 
38462
-      export_dynamic_flag_spec='${wl}-Blargedynsym'
 
38463
       runpath_var=LD_RUN_PATH
 
38464
       ;;
 
38465
     siemens)
 
38466
@@ -19119,13 +17535,12 @@
 
38467
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
 
38468
   soname_spec='${libname}${release}${shared_ext}$major'
 
38469
   shlibpath_var=LD_LIBRARY_PATH
 
38470
+  shlibpath_overrides_runpath=yes
 
38471
   hardcode_into_libs=yes
 
38472
   if test "$with_gnu_ld" = yes; then
 
38473
     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
 
38474
-    shlibpath_overrides_runpath=no
 
38475
   else
 
38476
     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
 
38477
-    shlibpath_overrides_runpath=yes
 
38478
     case $host_os in
 
38479
       sco3.2v5*)
 
38480
         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
 
38481
@@ -19135,6 +17550,17 @@
 
38482
   sys_lib_dlsearch_path_spec='/usr/lib'
 
38483
   ;;
 
38484
 
 
38485
+tpf*)
 
38486
+  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
 
38487
+  version_type=linux
 
38488
+  need_lib_prefix=no
 
38489
+  need_version=no
 
38490
+  library_name_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
38491
+  shlibpath_var=LD_LIBRARY_PATH
 
38492
+  shlibpath_overrides_runpath=no
 
38493
+  hardcode_into_libs=yes
 
38494
+  ;;
 
38495
+
 
38496
 uts4*)
 
38497
   version_type=linux
 
38498
   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
38499
@@ -19146,59 +17572,87 @@
 
38500
   dynamic_linker=no
 
38501
   ;;
 
38502
 esac
 
38503
-{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
38504
-$as_echo "$dynamic_linker" >&6; }
 
38505
+{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
38506
+echo "${ECHO_T}$dynamic_linker" >&6; }
 
38507
 test "$dynamic_linker" = no && can_build_shared=no
 
38508
 
 
38509
-if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
 
38510
-  $as_echo_n "(cached) " >&6
 
38511
-else
 
38512
-  lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
 
38513
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 
38514
+if test "$GCC" = yes; then
 
38515
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
38516
 fi
 
38517
 
 
38518
-sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
 
38519
+if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
 
38520
+  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
 
38521
+fi
 
38522
 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
 
38523
-  $as_echo_n "(cached) " >&6
 
38524
-else
 
38525
-  lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
 
38526
+  sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
 
38527
 fi
 
38528
 
 
38529
-sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
 
38530
 
 
38531
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 
38532
-if test "$GCC" = yes; then
 
38533
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
38534
-fi
 
38535
 
 
38536
-{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
38537
-$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
 
38538
-hardcode_action_F77=
 
38539
-if test -n "$hardcode_libdir_flag_spec_F77" || \
 
38540
-   test -n "$runpath_var_F77" || \
 
38541
-   test "X$hardcode_automatic_F77" = "Xyes" ; then
 
38542
 
 
38543
-  # We can hardcode non-existant directories.
 
38544
-  if test "$hardcode_direct_F77" != no &&
 
38545
+
 
38546
+
 
38547
+
 
38548
+
 
38549
+
 
38550
+
 
38551
+
 
38552
+
 
38553
+
 
38554
+
 
38555
+
 
38556
+
 
38557
+
 
38558
+
 
38559
+
 
38560
+
 
38561
+
 
38562
+
 
38563
+
 
38564
+
 
38565
+
 
38566
+
 
38567
+
 
38568
+
 
38569
+
 
38570
+
 
38571
+
 
38572
+
 
38573
+
 
38574
+
 
38575
+
 
38576
+
 
38577
+    { echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
38578
+echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; }
 
38579
+hardcode_action_CXX=
 
38580
+if test -n "$hardcode_libdir_flag_spec_CXX" ||
 
38581
+   test -n "$runpath_var_CXX" ||
 
38582
+   test "X$hardcode_automatic_CXX" = "Xyes" ; then
 
38583
+
 
38584
+  # We can hardcode non-existent directories.
 
38585
+  if test "$hardcode_direct_CXX" != no &&
 
38586
      # If the only mechanism to avoid hardcoding is shlibpath_var, we
 
38587
      # have to relink, otherwise we might link with an installed library
 
38588
      # when we should be linking with a yet-to-be-installed one
 
38589
-     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, F77)" != no &&
 
38590
-     test "$hardcode_minus_L_F77" != no; then
 
38591
+     ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
 
38592
+     test "$hardcode_minus_L_CXX" != no; then
 
38593
     # Linking always hardcodes the temporary library directory.
 
38594
-    hardcode_action_F77=relink
 
38595
+    hardcode_action_CXX=relink
 
38596
   else
 
38597
     # We can link without hardcoding, and we can hardcode nonexisting dirs.
 
38598
-    hardcode_action_F77=immediate
 
38599
+    hardcode_action_CXX=immediate
 
38600
   fi
 
38601
 else
 
38602
   # We cannot hardcode anything, or else we can only hardcode existing
 
38603
   # directories.
 
38604
-  hardcode_action_F77=unsupported
 
38605
+  hardcode_action_CXX=unsupported
 
38606
 fi
 
38607
-{ $as_echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5
 
38608
-$as_echo "$hardcode_action_F77" >&6; }
 
38609
+{ echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
 
38610
+echo "${ECHO_T}$hardcode_action_CXX" >&6; }
 
38611
 
 
38612
-if test "$hardcode_action_F77" = relink; then
 
38613
+if test "$hardcode_action_CXX" = relink ||
 
38614
+   test "$inherit_rpath_CXX" = yes; then
 
38615
   # Fast installation is not supported
 
38616
   enable_fast_install=no
 
38617
 elif test "$shlibpath_overrides_runpath" = yes ||
 
38618
@@ -19208,3732 +17662,3421 @@
 
38619
 fi
 
38620
 
 
38621
 
 
38622
-# The else clause should only fire when bootstrapping the
 
38623
-# libtool distribution, otherwise you forgot to ship ltmain.sh
 
38624
-# with your package, and you will get complaints that there are
 
38625
-# no rules to generate ltmain.sh.
 
38626
-if test -f "$ltmain"; then
 
38627
-  # See if we are running on zsh, and set the options which allow our commands through
 
38628
-  # without removal of \ escapes.
 
38629
-  if test -n "${ZSH_VERSION+set}" ; then
 
38630
-    setopt NO_GLOB_SUBST
 
38631
-  fi
 
38632
-  # Now quote all the things that may contain metacharacters while being
 
38633
-  # careful not to overquote the AC_SUBSTed values.  We take copies of the
 
38634
-  # variables and quote the copies for generation of the libtool script.
 
38635
-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
 
38636
-    SED SHELL STRIP \
 
38637
-    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
 
38638
-    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
 
38639
-    deplibs_check_method reload_flag reload_cmds need_locks \
 
38640
-    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
 
38641
-    lt_cv_sys_global_symbol_to_c_name_address \
 
38642
-    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
 
38643
-    old_postinstall_cmds old_postuninstall_cmds \
 
38644
-    compiler_F77 \
 
38645
-    CC_F77 \
 
38646
-    LD_F77 \
 
38647
-    lt_prog_compiler_wl_F77 \
 
38648
-    lt_prog_compiler_pic_F77 \
 
38649
-    lt_prog_compiler_static_F77 \
 
38650
-    lt_prog_compiler_no_builtin_flag_F77 \
 
38651
-    export_dynamic_flag_spec_F77 \
 
38652
-    thread_safe_flag_spec_F77 \
 
38653
-    whole_archive_flag_spec_F77 \
 
38654
-    enable_shared_with_static_runtimes_F77 \
 
38655
-    old_archive_cmds_F77 \
 
38656
-    old_archive_from_new_cmds_F77 \
 
38657
-    predep_objects_F77 \
 
38658
-    postdep_objects_F77 \
 
38659
-    predeps_F77 \
 
38660
-    postdeps_F77 \
 
38661
-    compiler_lib_search_path_F77 \
 
38662
-    compiler_lib_search_dirs_F77 \
 
38663
-    archive_cmds_F77 \
 
38664
-    archive_expsym_cmds_F77 \
 
38665
-    postinstall_cmds_F77 \
 
38666
-    postuninstall_cmds_F77 \
 
38667
-    old_archive_from_expsyms_cmds_F77 \
 
38668
-    allow_undefined_flag_F77 \
 
38669
-    no_undefined_flag_F77 \
 
38670
-    export_symbols_cmds_F77 \
 
38671
-    hardcode_libdir_flag_spec_F77 \
 
38672
-    hardcode_libdir_flag_spec_ld_F77 \
 
38673
-    hardcode_libdir_separator_F77 \
 
38674
-    hardcode_automatic_F77 \
 
38675
-    module_cmds_F77 \
 
38676
-    module_expsym_cmds_F77 \
 
38677
-    lt_cv_prog_compiler_c_o_F77 \
 
38678
-    fix_srcfile_path_F77 \
 
38679
-    exclude_expsyms_F77 \
 
38680
-    include_expsyms_F77; do
 
38681
-
 
38682
-    case $var in
 
38683
-    old_archive_cmds_F77 | \
 
38684
-    old_archive_from_new_cmds_F77 | \
 
38685
-    archive_cmds_F77 | \
 
38686
-    archive_expsym_cmds_F77 | \
 
38687
-    module_cmds_F77 | \
 
38688
-    module_expsym_cmds_F77 | \
 
38689
-    old_archive_from_expsyms_cmds_F77 | \
 
38690
-    export_symbols_cmds_F77 | \
 
38691
-    extract_expsyms_cmds | reload_cmds | finish_cmds | \
 
38692
-    postinstall_cmds | postuninstall_cmds | \
 
38693
-    old_postinstall_cmds | old_postuninstall_cmds | \
 
38694
-    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
 
38695
-      # Double-quote double-evaled strings.
 
38696
-      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
 
38697
-      ;;
 
38698
-    *)
 
38699
-      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
 
38700
-      ;;
 
38701
-    esac
 
38702
-  done
 
38703
-
 
38704
-  case $lt_echo in
 
38705
-  *'\$0 --fallback-echo"')
 
38706
-    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
 
38707
-    ;;
 
38708
-  esac
 
38709
-
 
38710
-cfgfile="$ofile"
 
38711
-
 
38712
-  cat <<__EOF__ >> "$cfgfile"
 
38713
-# ### BEGIN LIBTOOL TAG CONFIG: $tagname
 
38714
-
 
38715
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 
38716
-
 
38717
-# Shell to use when invoking shell scripts.
 
38718
-SHELL=$lt_SHELL
 
38719
-
 
38720
-# Whether or not to build shared libraries.
 
38721
-build_libtool_libs=$enable_shared
 
38722
-
 
38723
-# Whether or not to build static libraries.
 
38724
-build_old_libs=$enable_static
 
38725
-
 
38726
-# Whether or not to add -lc for building shared libraries.
 
38727
-build_libtool_need_lc=$archive_cmds_need_lc_F77
 
38728
-
 
38729
-# Whether or not to disallow shared libs when runtime libs are static
 
38730
-allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_F77
 
38731
-
 
38732
-# Whether or not to optimize for fast installation.
 
38733
-fast_install=$enable_fast_install
 
38734
-
 
38735
-# The host system.
 
38736
-host_alias=$host_alias
 
38737
-host=$host
 
38738
-host_os=$host_os
 
38739
-
 
38740
-# The build system.
 
38741
-build_alias=$build_alias
 
38742
-build=$build
 
38743
-build_os=$build_os
 
38744
-
 
38745
-# An echo program that does not interpret backslashes.
 
38746
-echo=$lt_echo
 
38747
-
 
38748
-# The archiver.
 
38749
-AR=$lt_AR
 
38750
-AR_FLAGS=$lt_AR_FLAGS
 
38751
 
 
38752
-# A C compiler.
 
38753
-LTCC=$lt_LTCC
 
38754
 
 
38755
-# LTCC compiler flags.
 
38756
-LTCFLAGS=$lt_LTCFLAGS
 
38757
 
 
38758
-# A language-specific compiler.
 
38759
-CC=$lt_compiler_F77
 
38760
 
 
38761
-# Is the compiler the GNU C compiler?
 
38762
-with_gcc=$GCC_F77
 
38763
 
 
38764
-# An ERE matcher.
 
38765
-EGREP=$lt_EGREP
 
38766
+  fi # test -n "$compiler"
 
38767
 
 
38768
-# The linker used to build libraries.
 
38769
-LD=$lt_LD_F77
 
38770
+  CC=$lt_save_CC
 
38771
+  LDCXX=$LD
 
38772
+  LD=$lt_save_LD
 
38773
+  GCC=$lt_save_GCC
 
38774
+  with_gnu_ld=$lt_save_with_gnu_ld
 
38775
+  lt_cv_path_LDCXX=$lt_cv_path_LD
 
38776
+  lt_cv_path_LD=$lt_save_path_LD
 
38777
+  lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
 
38778
+  lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
 
38779
+fi # test "$_lt_caught_CXX_error" != yes
 
38780
 
 
38781
-# Whether we need hard or soft links.
 
38782
-LN_S=$lt_LN_S
 
38783
+ac_ext=c
 
38784
+ac_cpp='$CPP $CPPFLAGS'
 
38785
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
38786
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
38787
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
38788
 
 
38789
-# A BSD-compatible nm program.
 
38790
-NM=$lt_NM
 
38791
 
 
38792
-# A symbol stripping program
 
38793
-STRIP=$lt_STRIP
 
38794
 
 
38795
-# Used to examine libraries when file_magic_cmd begins "file"
 
38796
-MAGIC_CMD=$MAGIC_CMD
 
38797
 
 
38798
-# Used on cygwin: DLL creation program.
 
38799
-DLLTOOL="$DLLTOOL"
 
38800
 
 
38801
-# Used on cygwin: object dumper.
 
38802
-OBJDUMP="$OBJDUMP"
 
38803
 
 
38804
-# Used on cygwin: assembler.
 
38805
-AS="$AS"
 
38806
 
 
38807
-# The name of the directory that contains temporary libtool files.
 
38808
-objdir=$objdir
 
38809
 
 
38810
-# How to create reloadable object files.
 
38811
-reload_flag=$lt_reload_flag
 
38812
-reload_cmds=$lt_reload_cmds
 
38813
 
 
38814
-# How to pass a linker flag through the compiler.
 
38815
-wl=$lt_lt_prog_compiler_wl_F77
 
38816
 
 
38817
-# Object file suffix (normally "o").
 
38818
-objext="$ac_objext"
 
38819
 
 
38820
-# Old archive suffix (normally "a").
 
38821
-libext="$libext"
 
38822
 
 
38823
-# Shared library suffix (normally ".so").
 
38824
-shrext_cmds='$shrext_cmds'
 
38825
 
 
38826
-# Executable file suffix (normally "").
 
38827
-exeext="$exeext"
 
38828
+        ac_config_commands="$ac_config_commands libtool"
 
38829
 
 
38830
-# Additional compiler flags for building library objects.
 
38831
-pic_flag=$lt_lt_prog_compiler_pic_F77
 
38832
-pic_mode=$pic_mode
 
38833
 
 
38834
-# What is the maximum length of a command?
 
38835
-max_cmd_len=$lt_cv_sys_max_cmd_len
 
38836
 
 
38837
-# Does compiler simultaneously support -c and -o options?
 
38838
-compiler_c_o=$lt_lt_cv_prog_compiler_c_o_F77
 
38839
 
 
38840
-# Must we lock files when doing compilation?
 
38841
-need_locks=$lt_need_locks
 
38842
+# Only expand once:
 
38843
 
 
38844
-# Do we need the lib prefix for modules?
 
38845
-need_lib_prefix=$need_lib_prefix
 
38846
 
 
38847
-# Do we need a version for libraries?
 
38848
-need_version=$need_version
 
38849
+: ${CONFIG_LT=./config.lt}
 
38850
+{ echo "$as_me:$LINENO: creating $CONFIG_LT" >&5
 
38851
+echo "$as_me: creating $CONFIG_LT" >&6;}
 
38852
+cat >"$CONFIG_LT" <<_LTEOF
 
38853
+#! $SHELL
 
38854
+# Generated by $as_me.
 
38855
+# Run this file to recreate a libtool stub with the current configuration.
 
38856
 
 
38857
-# Whether dlopen is supported.
 
38858
-dlopen_support=$enable_dlopen
 
38859
+lt_cl_silent=false
 
38860
+SHELL=\${CONFIG_SHELL-$SHELL}
 
38861
+_LTEOF
 
38862
 
 
38863
-# Whether dlopen of programs is supported.
 
38864
-dlopen_self=$enable_dlopen_self
 
38865
+cat >>"$CONFIG_LT" <<\_LTEOF
 
38866
+## --------------------- ##
 
38867
+## M4sh Initialization.  ##
 
38868
+## --------------------- ##
 
38869
 
 
38870
-# Whether dlopen of statically linked programs is supported.
 
38871
-dlopen_self_static=$enable_dlopen_self_static
 
38872
+# Be more Bourne compatible
 
38873
+DUALCASE=1; export DUALCASE # for MKS sh
 
38874
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
38875
+  emulate sh
 
38876
+  NULLCMD=:
 
38877
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
38878
+  # is contrary to our usage.  Disable this feature.
 
38879
+  alias -g '${1+"$@"}'='"$@"'
 
38880
+  setopt NO_GLOB_SUBST
 
38881
+else
 
38882
+  case `(set -o) 2>/dev/null` in
 
38883
+  *posix*) set -o posix ;;
 
38884
+esac
 
38885
 
 
38886
-# Compiler flag to prevent dynamic linking.
 
38887
-link_static_flag=$lt_lt_prog_compiler_static_F77
 
38888
+fi
 
38889
 
 
38890
-# Compiler flag to turn off builtin functions.
 
38891
-no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_F77
 
38892
 
 
38893
-# Compiler flag to allow reflexive dlopens.
 
38894
-export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_F77
 
38895
 
 
38896
-# Compiler flag to generate shared objects directly from archives.
 
38897
-whole_archive_flag_spec=$lt_whole_archive_flag_spec_F77
 
38898
 
 
38899
-# Compiler flag to generate thread-safe objects.
 
38900
-thread_safe_flag_spec=$lt_thread_safe_flag_spec_F77
 
38901
+# PATH needs CR
 
38902
+# Avoid depending upon Character Ranges.
 
38903
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 
38904
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 
38905
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 
38906
+as_cr_digits='0123456789'
 
38907
+as_cr_alnum=$as_cr_Letters$as_cr_digits
 
38908
 
 
38909
-# Library versioning type.
 
38910
-version_type=$version_type
 
38911
+# The user is always right.
 
38912
+if test "${PATH_SEPARATOR+set}" != set; then
 
38913
+  echo "#! /bin/sh" >conf$$.sh
 
38914
+  echo  "exit 0"   >>conf$$.sh
 
38915
+  chmod +x conf$$.sh
 
38916
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 
38917
+    PATH_SEPARATOR=';'
 
38918
+  else
 
38919
+    PATH_SEPARATOR=:
 
38920
+  fi
 
38921
+  rm -f conf$$.sh
 
38922
+fi
 
38923
 
 
38924
-# Format of library name prefix.
 
38925
-libname_spec=$lt_libname_spec
 
38926
+# Support unset when possible.
 
38927
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 
38928
+  as_unset=unset
 
38929
+else
 
38930
+  as_unset=false
 
38931
+fi
 
38932
 
 
38933
-# List of archive names.  First name is the real one, the rest are links.
 
38934
-# The last name is the one that the linker finds with -lNAME.
 
38935
-library_names_spec=$lt_library_names_spec
 
38936
 
 
38937
-# The coded name of the library, if different from the real name.
 
38938
-soname_spec=$lt_soname_spec
 
38939
+# IFS
 
38940
+# We need space, tab and new line, in precisely that order.  Quoting is
 
38941
+# there to prevent editors from complaining about space-tab.
 
38942
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
 
38943
+# splitting by setting IFS to empty value.)
 
38944
+as_nl='
 
38945
+'
 
38946
+IFS=" ""       $as_nl"
 
38947
 
 
38948
-# Commands used to build and install an old-style archive.
 
38949
-RANLIB=$lt_RANLIB
 
38950
-old_archive_cmds=$lt_old_archive_cmds_F77
 
38951
-old_postinstall_cmds=$lt_old_postinstall_cmds
 
38952
-old_postuninstall_cmds=$lt_old_postuninstall_cmds
 
38953
+# Find who we are.  Look in the path if we contain no directory separator.
 
38954
+case $0 in
 
38955
+  *[\\/]* ) as_myself=$0 ;;
 
38956
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
38957
+for as_dir in $PATH
 
38958
+do
 
38959
+  IFS=$as_save_IFS
 
38960
+  test -z "$as_dir" && as_dir=.
 
38961
+  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 
38962
+done
 
38963
+IFS=$as_save_IFS
 
38964
 
 
38965
-# Create an old-style archive from a shared archive.
 
38966
-old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_F77
 
38967
+     ;;
 
38968
+esac
 
38969
+# We did not find ourselves, most probably we were run as `sh COMMAND'
 
38970
+# in which case we are not to be found in the path.
 
38971
+if test "x$as_myself" = x; then
 
38972
+  as_myself=$0
 
38973
+fi
 
38974
+if test ! -f "$as_myself"; then
 
38975
+  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
38976
+  { (exit 1); exit 1; }
 
38977
+fi
 
38978
 
 
38979
-# Create a temporary old-style archive to link instead of a shared archive.
 
38980
-old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_F77
 
38981
+# Work around bugs in pre-3.0 UWIN ksh.
 
38982
+for as_var in ENV MAIL MAILPATH
 
38983
+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
38984
+done
 
38985
+PS1='$ '
 
38986
+PS2='> '
 
38987
+PS4='+ '
 
38988
 
 
38989
-# Commands used to build and install a shared archive.
 
38990
-archive_cmds=$lt_archive_cmds_F77
 
38991
-archive_expsym_cmds=$lt_archive_expsym_cmds_F77
 
38992
-postinstall_cmds=$lt_postinstall_cmds
 
38993
-postuninstall_cmds=$lt_postuninstall_cmds
 
38994
+# NLS nuisances.
 
38995
+for as_var in \
 
38996
+  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
 
38997
+  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
 
38998
+  LC_TELEPHONE LC_TIME
 
38999
+do
 
39000
+  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
 
39001
+    eval $as_var=C; export $as_var
 
39002
+  else
 
39003
+    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
39004
+  fi
 
39005
+done
 
39006
 
 
39007
-# Commands used to build a loadable module (assumed same as above if empty)
 
39008
-module_cmds=$lt_module_cmds_F77
 
39009
-module_expsym_cmds=$lt_module_expsym_cmds_F77
 
39010
+# Required to use basename.
 
39011
+if expr a : '\(a\)' >/dev/null 2>&1 &&
 
39012
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
39013
+  as_expr=expr
 
39014
+else
 
39015
+  as_expr=false
 
39016
+fi
 
39017
 
 
39018
-# Commands to strip libraries.
 
39019
-old_striplib=$lt_old_striplib
 
39020
-striplib=$lt_striplib
 
39021
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
 
39022
+  as_basename=basename
 
39023
+else
 
39024
+  as_basename=false
 
39025
+fi
 
39026
 
 
39027
-# Dependencies to place before the objects being linked to create a
 
39028
-# shared library.
 
39029
-predep_objects=$lt_predep_objects_F77
 
39030
-
 
39031
-# Dependencies to place after the objects being linked to create a
 
39032
-# shared library.
 
39033
-postdep_objects=$lt_postdep_objects_F77
 
39034
-
 
39035
-# Dependencies to place before the objects being linked to create a
 
39036
-# shared library.
 
39037
-predeps=$lt_predeps_F77
 
39038
-
 
39039
-# Dependencies to place after the objects being linked to create a
 
39040
-# shared library.
 
39041
-postdeps=$lt_postdeps_F77
 
39042
-
 
39043
-# The directories searched by this compiler when creating a shared
 
39044
-# library
 
39045
-compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_F77
 
39046
 
 
39047
-# The library search path used internally by the compiler when linking
 
39048
-# a shared library.
 
39049
-compiler_lib_search_path=$lt_compiler_lib_search_path_F77
 
39050
+# Name of the executable.
 
39051
+as_me=`$as_basename -- "$0" ||
 
39052
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 
39053
+        X"$0" : 'X\(//\)$' \| \
 
39054
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 
39055
+echo X/"$0" |
 
39056
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
 
39057
+           s//\1/
 
39058
+           q
 
39059
+         }
 
39060
+         /^X\/\(\/\/\)$/{
 
39061
+           s//\1/
 
39062
+           q
 
39063
+         }
 
39064
+         /^X\/\(\/\).*/{
 
39065
+           s//\1/
 
39066
+           q
 
39067
+         }
 
39068
+         s/.*/./; q'`
 
39069
 
 
39070
-# Method to check whether dependent libraries are shared objects.
 
39071
-deplibs_check_method=$lt_deplibs_check_method
 
39072
+# CDPATH.
 
39073
+$as_unset CDPATH
 
39074
 
 
39075
-# Command to use when deplibs_check_method == file_magic.
 
39076
-file_magic_cmd=$lt_file_magic_cmd
 
39077
 
 
39078
-# Flag that allows shared libraries with undefined symbols to be built.
 
39079
-allow_undefined_flag=$lt_allow_undefined_flag_F77
 
39080
 
 
39081
-# Flag that forces no undefined symbols.
 
39082
-no_undefined_flag=$lt_no_undefined_flag_F77
 
39083
+  as_lineno_1=$LINENO
 
39084
+  as_lineno_2=$LINENO
 
39085
+  test "x$as_lineno_1" != "x$as_lineno_2" &&
 
39086
+  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
 
39087
 
 
39088
-# Commands used to finish a libtool library installation in a directory.
 
39089
-finish_cmds=$lt_finish_cmds
 
39090
+  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
 
39091
+  # uniformly replaced by the line number.  The first 'sed' inserts a
 
39092
+  # line-number line after each line using $LINENO; the second 'sed'
 
39093
+  # does the real work.  The second script uses 'N' to pair each
 
39094
+  # line-number line with the line containing $LINENO, and appends
 
39095
+  # trailing '-' during substitution so that $LINENO is not a special
 
39096
+  # case at line end.
 
39097
+  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
 
39098
+  # scripts with optimization help from Paolo Bonzini.  Blame Lee
 
39099
+  # E. McMahon (1931-1989) for sed's syntax.  :-)
 
39100
+  sed -n '
 
39101
+    p
 
39102
+    /[$]LINENO/=
 
39103
+  ' <$as_myself |
 
39104
+    sed '
 
39105
+      s/[$]LINENO.*/&-/
 
39106
+      t lineno
 
39107
+      b
 
39108
+      :lineno
 
39109
+      N
 
39110
+      :loop
 
39111
+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
 
39112
+      t loop
 
39113
+      s/-\n.*//
 
39114
+    ' >$as_me.lineno &&
 
39115
+  chmod +x "$as_me.lineno" ||
 
39116
+    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
 
39117
+echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
 
39118
+   { (exit 1); exit 1; }; }
 
39119
 
 
39120
-# Same as above, but a single script fragment to be evaled but not shown.
 
39121
-finish_eval=$lt_finish_eval
 
39122
+  # Don't try to exec as it changes $[0], causing all sort of problems
 
39123
+  # (the dirname of $[0] is not the place where we might find the
 
39124
+  # original and so on.  Autoconf is especially sensitive to this).
 
39125
+  . "./$as_me.lineno"
 
39126
+  # Exit status is that of the last command.
 
39127
+  exit
 
39128
+}
 
39129
 
 
39130
-# Take the output of nm and produce a listing of raw symbols and C names.
 
39131
-global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
 
39132
 
 
39133
-# Transform the output of nm in a proper C declaration
 
39134
-global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
 
39135
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 
39136
+  as_dirname=dirname
 
39137
+else
 
39138
+  as_dirname=false
 
39139
+fi
 
39140
 
 
39141
-# Transform the output of nm in a C name address pair
 
39142
-global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
 
39143
+ECHO_C= ECHO_N= ECHO_T=
 
39144
+case `echo -n x` in
 
39145
+-n*)
 
39146
+  case `echo 'x\c'` in
 
39147
+  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
 
39148
+  *)   ECHO_C='\c';;
 
39149
+  esac;;
 
39150
+*)
 
39151
+  ECHO_N='-n';;
 
39152
+esac
 
39153
 
 
39154
-# This is the shared library runtime path variable.
 
39155
-runpath_var=$runpath_var
 
39156
+if expr a : '\(a\)' >/dev/null 2>&1 &&
 
39157
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
39158
+  as_expr=expr
 
39159
+else
 
39160
+  as_expr=false
 
39161
+fi
 
39162
 
 
39163
-# This is the shared library path variable.
 
39164
-shlibpath_var=$shlibpath_var
 
39165
+rm -f conf$$ conf$$.exe conf$$.file
 
39166
+if test -d conf$$.dir; then
 
39167
+  rm -f conf$$.dir/conf$$.file
 
39168
+else
 
39169
+  rm -f conf$$.dir
 
39170
+  mkdir conf$$.dir
 
39171
+fi
 
39172
+echo >conf$$.file
 
39173
+if ln -s conf$$.file conf$$ 2>/dev/null; then
 
39174
+  as_ln_s='ln -s'
 
39175
+  # ... but there are two gotchas:
 
39176
+  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 
39177
+  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 
39178
+  # In both cases, we have to default to `cp -p'.
 
39179
+  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 
39180
+    as_ln_s='cp -p'
 
39181
+elif ln conf$$.file conf$$ 2>/dev/null; then
 
39182
+  as_ln_s=ln
 
39183
+else
 
39184
+  as_ln_s='cp -p'
 
39185
+fi
 
39186
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 
39187
+rmdir conf$$.dir 2>/dev/null
 
39188
 
 
39189
-# Is shlibpath searched before the hard-coded library search path?
 
39190
-shlibpath_overrides_runpath=$shlibpath_overrides_runpath
 
39191
+if mkdir -p . 2>/dev/null; then
 
39192
+  as_mkdir_p=:
 
39193
+else
 
39194
+  test -d ./-p && rmdir ./-p
 
39195
+  as_mkdir_p=false
 
39196
+fi
 
39197
 
 
39198
-# How to hardcode a shared library path into an executable.
 
39199
-hardcode_action=$hardcode_action_F77
 
39200
+if test -x / >/dev/null 2>&1; then
 
39201
+  as_test_x='test -x'
 
39202
+else
 
39203
+  if ls -dL / >/dev/null 2>&1; then
 
39204
+    as_ls_L_option=L
 
39205
+  else
 
39206
+    as_ls_L_option=
 
39207
+  fi
 
39208
+  as_test_x='
 
39209
+    eval sh -c '\''
 
39210
+      if test -d "$1"; then
 
39211
+        test -d "$1/.";
 
39212
+      else
 
39213
+       case $1 in
 
39214
+        -*)set "./$1";;
 
39215
+       esac;
 
39216
+       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 
39217
+       ???[sx]*):;;*)false;;esac;fi
 
39218
+    '\'' sh
 
39219
+  '
 
39220
+fi
 
39221
+as_executable_p=$as_test_x
 
39222
 
 
39223
-# Whether we should hardcode library paths into libraries.
 
39224
-hardcode_into_libs=$hardcode_into_libs
 
39225
+# Sed expression to map a string onto a valid CPP name.
 
39226
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 
39227
+
 
39228
+# Sed expression to map a string onto a valid variable name.
 
39229
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 
39230
 
 
39231
-# Flag to hardcode \$libdir into a binary during linking.
 
39232
-# This must work even if \$libdir does not exist.
 
39233
-hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_F77
 
39234
 
 
39235
-# If ld is used when linking, flag to hardcode \$libdir into
 
39236
-# a binary during linking. This must work even if \$libdir does
 
39237
-# not exist.
 
39238
-hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_F77
 
39239
-
 
39240
-# Whether we need a single -rpath flag with a separated argument.
 
39241
-hardcode_libdir_separator=$lt_hardcode_libdir_separator_F77
 
39242
-
 
39243
-# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
 
39244
-# resulting binary.
 
39245
-hardcode_direct=$hardcode_direct_F77
 
39246
-
 
39247
-# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
 
39248
-# resulting binary.
 
39249
-hardcode_minus_L=$hardcode_minus_L_F77
 
39250
-
 
39251
-# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
 
39252
-# the resulting binary.
 
39253
-hardcode_shlibpath_var=$hardcode_shlibpath_var_F77
 
39254
-
 
39255
-# Set to yes if building a shared library automatically hardcodes DIR into the library
 
39256
-# and all subsequent libraries and executables linked against it.
 
39257
-hardcode_automatic=$hardcode_automatic_F77
 
39258
 
 
39259
-# Variables whose values should be saved in libtool wrapper scripts and
 
39260
-# restored at relink time.
 
39261
-variables_saved_for_relink="$variables_saved_for_relink"
 
39262
+exec 6>&1
 
39263
+exec 5>>config.log
 
39264
+{
 
39265
+  echo
 
39266
+  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 
39267
+## Running $as_me. ##
 
39268
+_ASBOX
 
39269
+} >&5
 
39270
 
 
39271
-# Whether libtool must link a program against all its dependency libraries.
 
39272
-link_all_deplibs=$link_all_deplibs_F77
 
39273
+lt_cl_help="\
 
39274
+\`$as_me' creates a local libtool stub from the current configuration,
 
39275
+for use in further configure time tests before the real libtool is
 
39276
+generated.
 
39277
+
 
39278
+Usage: $0 [OPTIONS]
 
39279
+
 
39280
+  -h, --help      print this help, then exit
 
39281
+  -V, --version   print version number, then exit
 
39282
+  -q, --quiet     do not print progress messages
 
39283
+  -d, --debug     don't remove temporary files
 
39284
+
 
39285
+Report bugs to <bug-libtool@gnu.org>."
 
39286
+
 
39287
+lt_cl_version="\
 
39288
+totem config.lt 2.24.3
 
39289
+configured by $0, generated by GNU Autoconf 2.61.
 
39290
 
 
39291
-# Compile-time system search path for libraries
 
39292
-sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
 
39293
+Copyright (C) 2008 Free Software Foundation, Inc.
 
39294
+This config.lt script is free software; the Free Software Foundation
 
39295
+gives unlimited permision to copy, distribute and modify it."
 
39296
 
 
39297
-# Run-time system search path for libraries
 
39298
-sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
 
39299
+while test $# != 0
 
39300
+do
 
39301
+  case $1 in
 
39302
+    --version | --v* | -V )
 
39303
+      echo "$lt_cl_version"; exit 0 ;;
 
39304
+    --help | --h* | -h )
 
39305
+      echo "$lt_cl_help"; exit 0 ;;
 
39306
+    --debug | --d* | -d )
 
39307
+      debug=: ;;
 
39308
+    --quiet | --q* | --silent | --s* | -q )
 
39309
+      lt_cl_silent=: ;;
 
39310
+
 
39311
+    -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
 
39312
+Try \`$0 --help' for more information." >&5
 
39313
+echo "$as_me: error: unrecognized option: $1
 
39314
+Try \`$0 --help' for more information." >&2;}
 
39315
+   { (exit 1); exit 1; }; } ;;
 
39316
 
 
39317
-# Fix the shell variable \$srcfile for the compiler.
 
39318
-fix_srcfile_path=$lt_fix_srcfile_path
 
39319
+    *) { { echo "$as_me:$LINENO: error: unrecognized argument: $1
 
39320
+Try \`$0 --help' for more information." >&5
 
39321
+echo "$as_me: error: unrecognized argument: $1
 
39322
+Try \`$0 --help' for more information." >&2;}
 
39323
+   { (exit 1); exit 1; }; } ;;
 
39324
+  esac
 
39325
+  shift
 
39326
+done
 
39327
 
 
39328
-# Set to yes if exported symbols are required.
 
39329
-always_export_symbols=$always_export_symbols_F77
 
39330
+if $lt_cl_silent; then
 
39331
+  exec 6>/dev/null
 
39332
+fi
 
39333
+_LTEOF
 
39334
 
 
39335
-# The commands to list exported symbols.
 
39336
-export_symbols_cmds=$lt_export_symbols_cmds_F77
 
39337
+cat >>"$CONFIG_LT" <<_LTEOF
 
39338
 
 
39339
-# The commands to extract the exported symbol list from a shared archive.
 
39340
-extract_expsyms_cmds=$lt_extract_expsyms_cmds
 
39341
 
 
39342
-# Symbols that should not be listed in the preloaded symbols.
 
39343
-exclude_expsyms=$lt_exclude_expsyms_F77
 
39344
+# The HP-UX ksh and POSIX shell print the target directory to stdout
 
39345
+# if CDPATH is set.
 
39346
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
39347
 
 
39348
-# Symbols that must always be exported.
 
39349
-include_expsyms=$lt_include_expsyms_F77
 
39350
+sed_quote_subst='$sed_quote_subst'
 
39351
+double_quote_subst='$double_quote_subst'
 
39352
+delay_variable_subst='$delay_variable_subst'
 
39353
+macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
 
39354
+macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
 
39355
+enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
 
39356
+enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
 
39357
+pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
 
39358
+enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
 
39359
+host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
 
39360
+host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
 
39361
+host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
 
39362
+build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
 
39363
+build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
 
39364
+build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
 
39365
+SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
 
39366
+Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
 
39367
+GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
 
39368
+EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
 
39369
+FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
 
39370
+LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
 
39371
+NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
 
39372
+LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
 
39373
+max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
 
39374
+ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
 
39375
+exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
 
39376
+lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
 
39377
+lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
 
39378
+lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
 
39379
+reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
 
39380
+reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
39381
+deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
 
39382
+file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
 
39383
+AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
 
39384
+AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
 
39385
+STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
 
39386
+RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
 
39387
+old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
39388
+old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
39389
+old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
39390
+CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
 
39391
+CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
 
39392
+compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
 
39393
+GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
 
39394
+lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
 
39395
+lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
 
39396
+lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
 
39397
+lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
 
39398
+objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
 
39399
+SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
 
39400
+ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
 
39401
+MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
 
39402
+lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
 
39403
+lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
 
39404
+lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
 
39405
+lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
 
39406
+lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
 
39407
+need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
 
39408
+DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
 
39409
+NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
 
39410
+LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
 
39411
+OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
 
39412
+OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
 
39413
+libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
 
39414
+shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
39415
+extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
39416
+archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
 
39417
+enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
 
39418
+export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
39419
+whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
39420
+compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
 
39421
+old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
39422
+old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
39423
+archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
39424
+archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
39425
+module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
39426
+module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
39427
+with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
 
39428
+allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
 
39429
+no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
 
39430
+hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
39431
+hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
 
39432
+hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
 
39433
+hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
 
39434
+hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
 
39435
+hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
 
39436
+hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
 
39437
+hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
 
39438
+inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
 
39439
+link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
 
39440
+fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
 
39441
+always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
 
39442
+export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
39443
+exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
 
39444
+include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
 
39445
+prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
39446
+file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
39447
+variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
 
39448
+need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
 
39449
+need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
 
39450
+version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
 
39451
+runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
 
39452
+shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
 
39453
+shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
 
39454
+libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
39455
+library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
39456
+soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
39457
+postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
39458
+postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
39459
+finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
39460
+finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
 
39461
+hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
 
39462
+sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
39463
+sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
39464
+hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
 
39465
+enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
 
39466
+enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
 
39467
+enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
 
39468
+old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
 
39469
+striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
 
39470
+compiler_lib_search_dirs='`$ECHO "X$compiler_lib_search_dirs" | $Xsed -e "$delay_single_quote_subst"`'
 
39471
+predep_objects='`$ECHO "X$predep_objects" | $Xsed -e "$delay_single_quote_subst"`'
 
39472
+postdep_objects='`$ECHO "X$postdep_objects" | $Xsed -e "$delay_single_quote_subst"`'
 
39473
+predeps='`$ECHO "X$predeps" | $Xsed -e "$delay_single_quote_subst"`'
 
39474
+postdeps='`$ECHO "X$postdeps" | $Xsed -e "$delay_single_quote_subst"`'
 
39475
+compiler_lib_search_path='`$ECHO "X$compiler_lib_search_path" | $Xsed -e "$delay_single_quote_subst"`'
 
39476
+LD_CXX='`$ECHO "X$LD_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39477
+old_archive_cmds_CXX='`$ECHO "X$old_archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39478
+compiler_CXX='`$ECHO "X$compiler_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39479
+GCC_CXX='`$ECHO "X$GCC_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39480
+lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "X$lt_prog_compiler_no_builtin_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39481
+lt_prog_compiler_wl_CXX='`$ECHO "X$lt_prog_compiler_wl_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39482
+lt_prog_compiler_pic_CXX='`$ECHO "X$lt_prog_compiler_pic_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39483
+lt_prog_compiler_static_CXX='`$ECHO "X$lt_prog_compiler_static_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39484
+lt_cv_prog_compiler_c_o_CXX='`$ECHO "X$lt_cv_prog_compiler_c_o_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39485
+archive_cmds_need_lc_CXX='`$ECHO "X$archive_cmds_need_lc_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39486
+enable_shared_with_static_runtimes_CXX='`$ECHO "X$enable_shared_with_static_runtimes_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39487
+export_dynamic_flag_spec_CXX='`$ECHO "X$export_dynamic_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39488
+whole_archive_flag_spec_CXX='`$ECHO "X$whole_archive_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39489
+compiler_needs_object_CXX='`$ECHO "X$compiler_needs_object_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39490
+old_archive_from_new_cmds_CXX='`$ECHO "X$old_archive_from_new_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39491
+old_archive_from_expsyms_cmds_CXX='`$ECHO "X$old_archive_from_expsyms_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39492
+archive_cmds_CXX='`$ECHO "X$archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39493
+archive_expsym_cmds_CXX='`$ECHO "X$archive_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39494
+module_cmds_CXX='`$ECHO "X$module_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39495
+module_expsym_cmds_CXX='`$ECHO "X$module_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39496
+with_gnu_ld_CXX='`$ECHO "X$with_gnu_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39497
+allow_undefined_flag_CXX='`$ECHO "X$allow_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39498
+no_undefined_flag_CXX='`$ECHO "X$no_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39499
+hardcode_libdir_flag_spec_CXX='`$ECHO "X$hardcode_libdir_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39500
+hardcode_libdir_flag_spec_ld_CXX='`$ECHO "X$hardcode_libdir_flag_spec_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39501
+hardcode_libdir_separator_CXX='`$ECHO "X$hardcode_libdir_separator_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39502
+hardcode_direct_CXX='`$ECHO "X$hardcode_direct_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39503
+hardcode_direct_absolute_CXX='`$ECHO "X$hardcode_direct_absolute_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39504
+hardcode_minus_L_CXX='`$ECHO "X$hardcode_minus_L_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39505
+hardcode_shlibpath_var_CXX='`$ECHO "X$hardcode_shlibpath_var_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39506
+hardcode_automatic_CXX='`$ECHO "X$hardcode_automatic_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39507
+inherit_rpath_CXX='`$ECHO "X$inherit_rpath_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39508
+link_all_deplibs_CXX='`$ECHO "X$link_all_deplibs_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39509
+fix_srcfile_path_CXX='`$ECHO "X$fix_srcfile_path_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39510
+always_export_symbols_CXX='`$ECHO "X$always_export_symbols_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39511
+export_symbols_cmds_CXX='`$ECHO "X$export_symbols_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39512
+exclude_expsyms_CXX='`$ECHO "X$exclude_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39513
+include_expsyms_CXX='`$ECHO "X$include_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39514
+prelink_cmds_CXX='`$ECHO "X$prelink_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39515
+file_list_spec_CXX='`$ECHO "X$file_list_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39516
+hardcode_action_CXX='`$ECHO "X$hardcode_action_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39517
+compiler_lib_search_dirs_CXX='`$ECHO "X$compiler_lib_search_dirs_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39518
+predep_objects_CXX='`$ECHO "X$predep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39519
+postdep_objects_CXX='`$ECHO "X$postdep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39520
+predeps_CXX='`$ECHO "X$predeps_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39521
+postdeps_CXX='`$ECHO "X$postdeps_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39522
+compiler_lib_search_path_CXX='`$ECHO "X$compiler_lib_search_path_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
39523
+
 
39524
+LTCC='$LTCC'
 
39525
+LTCFLAGS='$LTCFLAGS'
 
39526
+compiler='$compiler_DEFAULT'
 
39527
+
 
39528
+# Quote evaled strings.
 
39529
+for var in SED \
 
39530
+GREP \
 
39531
+EGREP \
 
39532
+FGREP \
 
39533
+LD \
 
39534
+NM \
 
39535
+LN_S \
 
39536
+lt_SP2NL \
 
39537
+lt_NL2SP \
 
39538
+reload_flag \
 
39539
+deplibs_check_method \
 
39540
+file_magic_cmd \
 
39541
+AR \
 
39542
+AR_FLAGS \
 
39543
+STRIP \
 
39544
+RANLIB \
 
39545
+CC \
 
39546
+CFLAGS \
 
39547
+compiler \
 
39548
+lt_cv_sys_global_symbol_pipe \
 
39549
+lt_cv_sys_global_symbol_to_cdecl \
 
39550
+lt_cv_sys_global_symbol_to_c_name_address \
 
39551
+lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
 
39552
+SHELL \
 
39553
+ECHO \
 
39554
+lt_prog_compiler_no_builtin_flag \
 
39555
+lt_prog_compiler_wl \
 
39556
+lt_prog_compiler_pic \
 
39557
+lt_prog_compiler_static \
 
39558
+lt_cv_prog_compiler_c_o \
 
39559
+need_locks \
 
39560
+DSYMUTIL \
 
39561
+NMEDIT \
 
39562
+LIPO \
 
39563
+OTOOL \
 
39564
+OTOOL64 \
 
39565
+shrext_cmds \
 
39566
+export_dynamic_flag_spec \
 
39567
+whole_archive_flag_spec \
 
39568
+compiler_needs_object \
 
39569
+with_gnu_ld \
 
39570
+allow_undefined_flag \
 
39571
+no_undefined_flag \
 
39572
+hardcode_libdir_flag_spec \
 
39573
+hardcode_libdir_flag_spec_ld \
 
39574
+hardcode_libdir_separator \
 
39575
+fix_srcfile_path \
 
39576
+exclude_expsyms \
 
39577
+include_expsyms \
 
39578
+file_list_spec \
 
39579
+variables_saved_for_relink \
 
39580
+libname_spec \
 
39581
+library_names_spec \
 
39582
+soname_spec \
 
39583
+finish_eval \
 
39584
+old_striplib \
 
39585
+striplib \
 
39586
+compiler_lib_search_dirs \
 
39587
+predep_objects \
 
39588
+postdep_objects \
 
39589
+predeps \
 
39590
+postdeps \
 
39591
+compiler_lib_search_path \
 
39592
+LD_CXX \
 
39593
+compiler_CXX \
 
39594
+lt_prog_compiler_no_builtin_flag_CXX \
 
39595
+lt_prog_compiler_wl_CXX \
 
39596
+lt_prog_compiler_pic_CXX \
 
39597
+lt_prog_compiler_static_CXX \
 
39598
+lt_cv_prog_compiler_c_o_CXX \
 
39599
+export_dynamic_flag_spec_CXX \
 
39600
+whole_archive_flag_spec_CXX \
 
39601
+compiler_needs_object_CXX \
 
39602
+with_gnu_ld_CXX \
 
39603
+allow_undefined_flag_CXX \
 
39604
+no_undefined_flag_CXX \
 
39605
+hardcode_libdir_flag_spec_CXX \
 
39606
+hardcode_libdir_flag_spec_ld_CXX \
 
39607
+hardcode_libdir_separator_CXX \
 
39608
+fix_srcfile_path_CXX \
 
39609
+exclude_expsyms_CXX \
 
39610
+include_expsyms_CXX \
 
39611
+file_list_spec_CXX \
 
39612
+compiler_lib_search_dirs_CXX \
 
39613
+predep_objects_CXX \
 
39614
+postdep_objects_CXX \
 
39615
+predeps_CXX \
 
39616
+postdeps_CXX \
 
39617
+compiler_lib_search_path_CXX; do
 
39618
+    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
 
39619
+    *[\\\\\\\`\\"\\\$]*)
 
39620
+      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
 
39621
+      ;;
 
39622
+    *)
 
39623
+      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
 
39624
+      ;;
 
39625
+    esac
 
39626
+done
 
39627
 
 
39628
-# ### END LIBTOOL TAG CONFIG: $tagname
 
39629
+# Double-quote double-evaled strings.
 
39630
+for var in reload_cmds \
 
39631
+old_postinstall_cmds \
 
39632
+old_postuninstall_cmds \
 
39633
+old_archive_cmds \
 
39634
+extract_expsyms_cmds \
 
39635
+old_archive_from_new_cmds \
 
39636
+old_archive_from_expsyms_cmds \
 
39637
+archive_cmds \
 
39638
+archive_expsym_cmds \
 
39639
+module_cmds \
 
39640
+module_expsym_cmds \
 
39641
+export_symbols_cmds \
 
39642
+prelink_cmds \
 
39643
+postinstall_cmds \
 
39644
+postuninstall_cmds \
 
39645
+finish_cmds \
 
39646
+sys_lib_search_path_spec \
 
39647
+sys_lib_dlsearch_path_spec \
 
39648
+old_archive_cmds_CXX \
 
39649
+old_archive_from_new_cmds_CXX \
 
39650
+old_archive_from_expsyms_cmds_CXX \
 
39651
+archive_cmds_CXX \
 
39652
+archive_expsym_cmds_CXX \
 
39653
+module_cmds_CXX \
 
39654
+module_expsym_cmds_CXX \
 
39655
+export_symbols_cmds_CXX \
 
39656
+prelink_cmds_CXX; do
 
39657
+    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
 
39658
+    *[\\\\\\\`\\"\\\$]*)
 
39659
+      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
 
39660
+      ;;
 
39661
+    *)
 
39662
+      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
 
39663
+      ;;
 
39664
+    esac
 
39665
+done
 
39666
 
 
39667
-__EOF__
 
39668
+# Fix-up fallback echo if it was mangled by the above quoting rules.
 
39669
+case \$lt_ECHO in
 
39670
+*'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
 
39671
+  ;;
 
39672
+esac
 
39673
 
 
39674
+ac_aux_dir='$ac_aux_dir'
 
39675
+xsi_shell='$xsi_shell'
 
39676
+lt_shell_append='$lt_shell_append'
 
39677
 
 
39678
-else
 
39679
-  # If there is no Makefile yet, we rely on a make rule to execute
 
39680
-  # `config.status --recheck' to rerun these tests and create the
 
39681
-  # libtool script then.
 
39682
-  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
 
39683
-  if test -f "$ltmain_in"; then
 
39684
-    test -f Makefile && make "$ltmain"
 
39685
-  fi
 
39686
+# See if we are running on zsh, and set the options which allow our
 
39687
+# commands through without removal of \ escapes INIT.
 
39688
+if test -n "\${ZSH_VERSION+set}" ; then
 
39689
+   setopt NO_GLOB_SUBST
 
39690
 fi
 
39691
 
 
39692
 
 
39693
-ac_ext=c
 
39694
-ac_cpp='$CPP $CPPFLAGS'
 
39695
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
39696
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
39697
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
39698
+    PACKAGE='$PACKAGE'
 
39699
+    VERSION='$VERSION'
 
39700
+    TIMESTAMP='$TIMESTAMP'
 
39701
+    RM='$RM'
 
39702
+    ofile='$ofile'
 
39703
 
 
39704
-CC="$lt_save_CC"
 
39705
 
 
39706
-       else
 
39707
-         tagname=""
 
39708
-       fi
 
39709
-       ;;
 
39710
 
 
39711
-      GCJ)
 
39712
-       if test -n "$GCJ" && test "X$GCJ" != "Xno"; then
 
39713
 
 
39714
 
 
39715
-# Source file extension for Java test sources.
 
39716
-ac_ext=java
 
39717
+_LTEOF
 
39718
 
 
39719
-# Object file extension for compiled Java test sources.
 
39720
-objext=o
 
39721
-objext_GCJ=$objext
 
39722
+cat >>"$CONFIG_LT" <<\_LTEOF
 
39723
+{ echo "$as_me:$LINENO: creating $ofile" >&5
 
39724
+echo "$as_me: creating $ofile" >&6;}
 
39725
 
 
39726
-# Code to be used in simple compile tests
 
39727
-lt_simple_compile_test_code="class foo {}"
 
39728
 
 
39729
-# Code to be used in simple link tests
 
39730
-lt_simple_link_test_code='public class conftest { public static void main(String[] argv) {}; }'
 
39731
+    # See if we are running on zsh, and set the options which allow our
 
39732
+    # commands through without removal of \ escapes.
 
39733
+    if test -n "${ZSH_VERSION+set}" ; then
 
39734
+      setopt NO_GLOB_SUBST
 
39735
+    fi
 
39736
 
 
39737
-# ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
39738
+    cfgfile="${ofile}T"
 
39739
+    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
 
39740
+    $RM "$cfgfile"
 
39741
 
 
39742
-# If no C compiler was specified, use CC.
 
39743
-LTCC=${LTCC-"$CC"}
 
39744
+    cat <<_LT_EOF >> "$cfgfile"
 
39745
+#! $SHELL
 
39746
 
 
39747
-# If no C compiler flags were specified, use CFLAGS.
 
39748
-LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
 
39749
+# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
 
39750
+# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
 
39751
+# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 
39752
+# NOTE: Changes made to this file will be lost: look at ltmain.sh.
 
39753
+#
 
39754
+#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
 
39755
+#                 2006, 2007, 2008 Free Software Foundation, Inc.
 
39756
+#   Written by Gordon Matzigkeit, 1996
 
39757
+#
 
39758
+#   This file is part of GNU Libtool.
 
39759
+#
 
39760
+# GNU Libtool is free software; you can redistribute it and/or
 
39761
+# modify it under the terms of the GNU General Public License as
 
39762
+# published by the Free Software Foundation; either version 2 of
 
39763
+# the License, or (at your option) any later version.
 
39764
+#
 
39765
+# As a special exception to the GNU General Public License,
 
39766
+# if you distribute this file as part of a program or library that
 
39767
+# is built using GNU Libtool, you may include this file under the
 
39768
+# same distribution terms that you use for the rest of that program.
 
39769
+#
 
39770
+# GNU Libtool is distributed in the hope that it will be useful,
 
39771
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
39772
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
39773
+# GNU General Public License for more details.
 
39774
+#
 
39775
+# You should have received a copy of the GNU General Public License
 
39776
+# along with GNU Libtool; see the file COPYING.  If not, a copy
 
39777
+# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
 
39778
+# obtained by writing to the Free Software Foundation, Inc.,
 
39779
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
39780
 
 
39781
-# Allow CC to be a program name with arguments.
 
39782
-compiler=$CC
 
39783
 
 
39784
+# The names of the tagged configurations supported by this script.
 
39785
+available_tags="CXX "
 
39786
 
 
39787
-# save warnings/boilerplate of simple test code
 
39788
-ac_outfile=conftest.$ac_objext
 
39789
-echo "$lt_simple_compile_test_code" >conftest.$ac_ext
 
39790
-eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
39791
-_lt_compiler_boilerplate=`cat conftest.err`
 
39792
-$rm conftest*
 
39793
+# ### BEGIN LIBTOOL CONFIG
 
39794
 
 
39795
-ac_outfile=conftest.$ac_objext
 
39796
-echo "$lt_simple_link_test_code" >conftest.$ac_ext
 
39797
-eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
39798
-_lt_linker_boilerplate=`cat conftest.err`
 
39799
-$rm -r conftest*
 
39800
+# Which release of libtool.m4 was used?
 
39801
+macro_version=$macro_version
 
39802
+macro_revision=$macro_revision
 
39803
 
 
39804
+# Whether or not to build shared libraries.
 
39805
+build_libtool_libs=$enable_shared
 
39806
 
 
39807
-# Allow CC to be a program name with arguments.
 
39808
-lt_save_CC="$CC"
 
39809
-CC=${GCJ-"gcj"}
 
39810
-compiler=$CC
 
39811
-compiler_GCJ=$CC
 
39812
-for cc_temp in $compiler""; do
 
39813
-  case $cc_temp in
 
39814
-    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
 
39815
-    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
 
39816
-    \-*) ;;
 
39817
-    *) break;;
 
39818
-  esac
 
39819
-done
 
39820
-cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
39821
+# Whether or not to build static libraries.
 
39822
+build_old_libs=$enable_static
 
39823
 
 
39824
+# What type of objects to build.
 
39825
+pic_mode=$pic_mode
 
39826
 
 
39827
-# GCJ did not exist at the time GCC didn't implicitly link libc in.
 
39828
-archive_cmds_need_lc_GCJ=no
 
39829
+# Whether or not to optimize for fast installation.
 
39830
+fast_install=$enable_fast_install
 
39831
 
 
39832
-old_archive_cmds_GCJ=$old_archive_cmds
 
39833
+# The host system.
 
39834
+host_alias=$host_alias
 
39835
+host=$host
 
39836
+host_os=$host_os
 
39837
 
 
39838
+# The build system.
 
39839
+build_alias=$build_alias
 
39840
+build=$build
 
39841
+build_os=$build_os
 
39842
 
 
39843
-lt_prog_compiler_no_builtin_flag_GCJ=
 
39844
+# A sed program that does not truncate output.
 
39845
+SED=$lt_SED
 
39846
 
 
39847
-if test "$GCC" = yes; then
 
39848
-  lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin'
 
39849
+# Sed that helps us avoid accidentally triggering echo(1) options like -n.
 
39850
+Xsed="\$SED -e 1s/^X//"
 
39851
 
 
39852
+# A grep program that handles long lines.
 
39853
+GREP=$lt_GREP
 
39854
 
 
39855
-{ $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
 
39856
-$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
 
39857
-if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
 
39858
-  $as_echo_n "(cached) " >&6
 
39859
-else
 
39860
-  lt_cv_prog_compiler_rtti_exceptions=no
 
39861
-  ac_outfile=conftest.$ac_objext
 
39862
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
39863
-   lt_compiler_flag="-fno-rtti -fno-exceptions"
 
39864
-   # Insert the option either (1) after the last *FLAGS variable, or
 
39865
-   # (2) before a word containing "conftest.", or (3) at the end.
 
39866
-   # Note that $ac_compile itself does not contain backslashes and begins
 
39867
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
39868
-   # The option is referenced via a variable to avoid confusing sed.
 
39869
-   lt_compile=`echo "$ac_compile" | $SED \
 
39870
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
39871
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
39872
-   -e 's:$: $lt_compiler_flag:'`
 
39873
-   (eval echo "\"\$as_me:19727: $lt_compile\"" >&5)
 
39874
-   (eval "$lt_compile" 2>conftest.err)
 
39875
-   ac_status=$?
 
39876
-   cat conftest.err >&5
 
39877
-   echo "$as_me:19731: \$? = $ac_status" >&5
 
39878
-   if (exit $ac_status) && test -s "$ac_outfile"; then
 
39879
-     # The compiler can only warn and ignore the option if not recognized
 
39880
-     # So say no if there are warnings other than the usual output.
 
39881
-     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
39882
-     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
39883
-     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
 
39884
-       lt_cv_prog_compiler_rtti_exceptions=yes
 
39885
-     fi
 
39886
-   fi
 
39887
-   $rm conftest*
 
39888
+# An ERE matcher.
 
39889
+EGREP=$lt_EGREP
 
39890
 
 
39891
-fi
 
39892
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
 
39893
-$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
 
39894
+# A literal string matcher.
 
39895
+FGREP=$lt_FGREP
 
39896
 
 
39897
-if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
 
39898
-    lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions"
 
39899
-else
 
39900
-    :
 
39901
-fi
 
39902
+# A BSD- or MS-compatible name lister.
 
39903
+NM=$lt_NM
 
39904
 
 
39905
-fi
 
39906
+# Whether we need soft or hard links.
 
39907
+LN_S=$lt_LN_S
 
39908
 
 
39909
-lt_prog_compiler_wl_GCJ=
 
39910
-lt_prog_compiler_pic_GCJ=
 
39911
-lt_prog_compiler_static_GCJ=
 
39912
+# What is the maximum length of a command?
 
39913
+max_cmd_len=$max_cmd_len
 
39914
 
 
39915
-{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
39916
-$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
 
39917
+# Object file suffix (normally "o").
 
39918
+objext=$ac_objext
 
39919
 
 
39920
-  if test "$GCC" = yes; then
 
39921
-    lt_prog_compiler_wl_GCJ='-Wl,'
 
39922
-    lt_prog_compiler_static_GCJ='-static'
 
39923
+# Executable file suffix (normally "").
 
39924
+exeext=$exeext
 
39925
 
 
39926
-    case $host_os in
 
39927
-      aix*)
 
39928
-      # All AIX code is PIC.
 
39929
-      if test "$host_cpu" = ia64; then
 
39930
-       # AIX 5 now supports IA64 processor
 
39931
-       lt_prog_compiler_static_GCJ='-Bstatic'
 
39932
-      fi
 
39933
-      ;;
 
39934
+# whether the shell understands "unset".
 
39935
+lt_unset=$lt_unset
 
39936
 
 
39937
-    amigaos*)
 
39938
-      # FIXME: we need at least 68020 code to build shared libraries, but
 
39939
-      # adding the `-m68020' flag to GCC prevents building anything better,
 
39940
-      # like `-m68040'.
 
39941
-      lt_prog_compiler_pic_GCJ='-m68020 -resident32 -malways-restore-a4'
 
39942
-      ;;
 
39943
+# turn spaces into newlines.
 
39944
+SP2NL=$lt_lt_SP2NL
 
39945
 
 
39946
-    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
39947
-      # PIC is the default for these OSes.
 
39948
-      ;;
 
39949
+# turn newlines into spaces.
 
39950
+NL2SP=$lt_lt_NL2SP
 
39951
 
 
39952
-    mingw* | cygwin* | pw32* | os2*)
 
39953
-      # This hack is so that the source file can tell whether it is being
 
39954
-      # built for inclusion in a dll (and should export symbols for example).
 
39955
-      # Although the cygwin gcc ignores -fPIC, still need this for old-style
 
39956
-      # (--disable-auto-import) libraries
 
39957
+# How to create reloadable object files.
 
39958
+reload_flag=$lt_reload_flag
 
39959
+reload_cmds=$lt_reload_cmds
 
39960
 
 
39961
-      ;;
 
39962
+# Method to check whether dependent libraries are shared objects.
 
39963
+deplibs_check_method=$lt_deplibs_check_method
 
39964
 
 
39965
-    darwin* | rhapsody*)
 
39966
-      # PIC is the default on this platform
 
39967
-      # Common symbols not allowed in MH_DYLIB files
 
39968
-      lt_prog_compiler_pic_GCJ='-fno-common'
 
39969
-      ;;
 
39970
+# Command to use when deplibs_check_method == "file_magic".
 
39971
+file_magic_cmd=$lt_file_magic_cmd
 
39972
 
 
39973
-    interix[3-9]*)
 
39974
-      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
 
39975
-      # Instead, we relocate shared libraries at runtime.
 
39976
-      ;;
 
39977
+# The archiver.
 
39978
+AR=$lt_AR
 
39979
+AR_FLAGS=$lt_AR_FLAGS
 
39980
 
 
39981
-    msdosdjgpp*)
 
39982
-      # Just because we use GCC doesn't mean we suddenly get shared libraries
 
39983
-      # on systems that don't support them.
 
39984
-      lt_prog_compiler_can_build_shared_GCJ=no
 
39985
-      enable_shared=no
 
39986
-      ;;
 
39987
+# A symbol stripping program.
 
39988
+STRIP=$lt_STRIP
 
39989
 
 
39990
-    sysv4*MP*)
 
39991
-      if test -d /usr/nec; then
 
39992
-       lt_prog_compiler_pic_GCJ=-Kconform_pic
 
39993
-      fi
 
39994
-      ;;
 
39995
+# Commands used to install an old-style archive.
 
39996
+RANLIB=$lt_RANLIB
 
39997
+old_postinstall_cmds=$lt_old_postinstall_cmds
 
39998
+old_postuninstall_cmds=$lt_old_postuninstall_cmds
 
39999
 
 
40000
-    hpux*)
 
40001
-      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
40002
-      # not for PA HP-UX.
 
40003
-      case $host_cpu in
 
40004
-      hppa*64*|ia64*)
 
40005
-       # +Z the default
 
40006
-       ;;
 
40007
-      *)
 
40008
-       lt_prog_compiler_pic_GCJ='-fPIC'
 
40009
-       ;;
 
40010
-      esac
 
40011
-      ;;
 
40012
+# A C compiler.
 
40013
+LTCC=$lt_CC
 
40014
 
 
40015
-    *)
 
40016
-      lt_prog_compiler_pic_GCJ='-fPIC'
 
40017
-      ;;
 
40018
-    esac
 
40019
-  else
 
40020
-    # PORTME Check for flag to pass linker flags through the system compiler.
 
40021
-    case $host_os in
 
40022
-    aix*)
 
40023
-      lt_prog_compiler_wl_GCJ='-Wl,'
 
40024
-      if test "$host_cpu" = ia64; then
 
40025
-       # AIX 5 now supports IA64 processor
 
40026
-       lt_prog_compiler_static_GCJ='-Bstatic'
 
40027
-      else
 
40028
-       lt_prog_compiler_static_GCJ='-bnso -bI:/lib/syscalls.exp'
 
40029
-      fi
 
40030
-      ;;
 
40031
-      darwin*)
 
40032
-        # PIC is the default on this platform
 
40033
-        # Common symbols not allowed in MH_DYLIB files
 
40034
-       case $cc_basename in
 
40035
-         xlc*)
 
40036
-         lt_prog_compiler_pic_GCJ='-qnocommon'
 
40037
-         lt_prog_compiler_wl_GCJ='-Wl,'
 
40038
-         ;;
 
40039
-       esac
 
40040
-       ;;
 
40041
+# LTCC compiler flags.
 
40042
+LTCFLAGS=$lt_CFLAGS
 
40043
 
 
40044
-    mingw* | cygwin* | pw32* | os2*)
 
40045
-      # This hack is so that the source file can tell whether it is being
 
40046
-      # built for inclusion in a dll (and should export symbols for example).
 
40047
+# Take the output of nm and produce a listing of raw symbols and C names.
 
40048
+global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
 
40049
 
 
40050
-      ;;
 
40051
+# Transform the output of nm in a proper C declaration.
 
40052
+global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
 
40053
 
 
40054
-    hpux9* | hpux10* | hpux11*)
 
40055
-      lt_prog_compiler_wl_GCJ='-Wl,'
 
40056
-      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
 
40057
-      # not for PA HP-UX.
 
40058
-      case $host_cpu in
 
40059
-      hppa*64*|ia64*)
 
40060
-       # +Z the default
 
40061
-       ;;
 
40062
-      *)
 
40063
-       lt_prog_compiler_pic_GCJ='+Z'
 
40064
-       ;;
 
40065
-      esac
 
40066
-      # Is there a better lt_prog_compiler_static that works with the bundled CC?
 
40067
-      lt_prog_compiler_static_GCJ='${wl}-a ${wl}archive'
 
40068
-      ;;
 
40069
+# Transform the output of nm in a C name address pair.
 
40070
+global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
 
40071
 
 
40072
-    irix5* | irix6* | nonstopux*)
 
40073
-      lt_prog_compiler_wl_GCJ='-Wl,'
 
40074
-      # PIC (with -KPIC) is the default.
 
40075
-      lt_prog_compiler_static_GCJ='-non_shared'
 
40076
-      ;;
 
40077
+# Transform the output of nm in a C name address pair when lib prefix is needed.
 
40078
+global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
 
40079
+
 
40080
+# The name of the directory that contains temporary libtool files.
 
40081
+objdir=$objdir
 
40082
 
 
40083
-    newsos6)
 
40084
-      lt_prog_compiler_pic_GCJ='-KPIC'
 
40085
-      lt_prog_compiler_static_GCJ='-Bstatic'
 
40086
-      ;;
 
40087
+# Shell to use when invoking shell scripts.
 
40088
+SHELL=$lt_SHELL
 
40089
 
 
40090
-    linux* | k*bsd*-gnu)
 
40091
-      case $cc_basename in
 
40092
-      icc* | ecc*)
 
40093
-       lt_prog_compiler_wl_GCJ='-Wl,'
 
40094
-       lt_prog_compiler_pic_GCJ='-KPIC'
 
40095
-       lt_prog_compiler_static_GCJ='-static'
 
40096
-        ;;
 
40097
-      pgcc* | pgf77* | pgf90* | pgf95*)
 
40098
-        # Portland Group compilers (*not* the Pentium gcc compiler,
 
40099
-       # which looks to be a dead project)
 
40100
-       lt_prog_compiler_wl_GCJ='-Wl,'
 
40101
-       lt_prog_compiler_pic_GCJ='-fpic'
 
40102
-       lt_prog_compiler_static_GCJ='-Bstatic'
 
40103
-        ;;
 
40104
-      ccc*)
 
40105
-        lt_prog_compiler_wl_GCJ='-Wl,'
 
40106
-        # All Alpha code is PIC.
 
40107
-        lt_prog_compiler_static_GCJ='-non_shared'
 
40108
-        ;;
 
40109
-      *)
 
40110
-        case `$CC -V 2>&1 | sed 5q` in
 
40111
-       *Sun\ C*)
 
40112
-         # Sun C 5.9
 
40113
-         lt_prog_compiler_pic_GCJ='-KPIC'
 
40114
-         lt_prog_compiler_static_GCJ='-Bstatic'
 
40115
-         lt_prog_compiler_wl_GCJ='-Wl,'
 
40116
-         ;;
 
40117
-       *Sun\ F*)
 
40118
-         # Sun Fortran 8.3 passes all unrecognized flags to the linker
 
40119
-         lt_prog_compiler_pic_GCJ='-KPIC'
 
40120
-         lt_prog_compiler_static_GCJ='-Bstatic'
 
40121
-         lt_prog_compiler_wl_GCJ=''
 
40122
-         ;;
 
40123
-       esac
 
40124
-       ;;
 
40125
-      esac
 
40126
-      ;;
 
40127
+# An echo program that does not interpret backslashes.
 
40128
+ECHO=$lt_ECHO
 
40129
 
 
40130
-    osf3* | osf4* | osf5*)
 
40131
-      lt_prog_compiler_wl_GCJ='-Wl,'
 
40132
-      # All OSF/1 code is PIC.
 
40133
-      lt_prog_compiler_static_GCJ='-non_shared'
 
40134
-      ;;
 
40135
+# Used to examine libraries when file_magic_cmd begins with "file".
 
40136
+MAGIC_CMD=$MAGIC_CMD
 
40137
 
 
40138
-    rdos*)
 
40139
-      lt_prog_compiler_static_GCJ='-non_shared'
 
40140
-      ;;
 
40141
+# Must we lock files when doing compilation?
 
40142
+need_locks=$lt_need_locks
 
40143
 
 
40144
-    solaris*)
 
40145
-      lt_prog_compiler_pic_GCJ='-KPIC'
 
40146
-      lt_prog_compiler_static_GCJ='-Bstatic'
 
40147
-      case $cc_basename in
 
40148
-      f77* | f90* | f95*)
 
40149
-       lt_prog_compiler_wl_GCJ='-Qoption ld ';;
 
40150
-      *)
 
40151
-       lt_prog_compiler_wl_GCJ='-Wl,';;
 
40152
-      esac
 
40153
-      ;;
 
40154
+# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
 
40155
+DSYMUTIL=$lt_DSYMUTIL
 
40156
 
 
40157
-    sunos4*)
 
40158
-      lt_prog_compiler_wl_GCJ='-Qoption ld '
 
40159
-      lt_prog_compiler_pic_GCJ='-PIC'
 
40160
-      lt_prog_compiler_static_GCJ='-Bstatic'
 
40161
-      ;;
 
40162
+# Tool to change global to local symbols on Mac OS X.
 
40163
+NMEDIT=$lt_NMEDIT
 
40164
 
 
40165
-    sysv4 | sysv4.2uw2* | sysv4.3*)
 
40166
-      lt_prog_compiler_wl_GCJ='-Wl,'
 
40167
-      lt_prog_compiler_pic_GCJ='-KPIC'
 
40168
-      lt_prog_compiler_static_GCJ='-Bstatic'
 
40169
-      ;;
 
40170
+# Tool to manipulate fat objects and archives on Mac OS X.
 
40171
+LIPO=$lt_LIPO
 
40172
 
 
40173
-    sysv4*MP*)
 
40174
-      if test -d /usr/nec ;then
 
40175
-       lt_prog_compiler_pic_GCJ='-Kconform_pic'
 
40176
-       lt_prog_compiler_static_GCJ='-Bstatic'
 
40177
-      fi
 
40178
-      ;;
 
40179
+# ldd/readelf like tool for Mach-O binaries on Mac OS X.
 
40180
+OTOOL=$lt_OTOOL
 
40181
 
 
40182
-    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
 
40183
-      lt_prog_compiler_wl_GCJ='-Wl,'
 
40184
-      lt_prog_compiler_pic_GCJ='-KPIC'
 
40185
-      lt_prog_compiler_static_GCJ='-Bstatic'
 
40186
-      ;;
 
40187
+# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
 
40188
+OTOOL64=$lt_OTOOL64
 
40189
 
 
40190
-    unicos*)
 
40191
-      lt_prog_compiler_wl_GCJ='-Wl,'
 
40192
-      lt_prog_compiler_can_build_shared_GCJ=no
 
40193
-      ;;
 
40194
+# Old archive suffix (normally "a").
 
40195
+libext=$libext
 
40196
 
 
40197
-    uts4*)
 
40198
-      lt_prog_compiler_pic_GCJ='-pic'
 
40199
-      lt_prog_compiler_static_GCJ='-Bstatic'
 
40200
-      ;;
 
40201
+# Shared library suffix (normally ".so").
 
40202
+shrext_cmds=$lt_shrext_cmds
 
40203
 
 
40204
-    *)
 
40205
-      lt_prog_compiler_can_build_shared_GCJ=no
 
40206
-      ;;
 
40207
-    esac
 
40208
-  fi
 
40209
+# The commands to extract the exported symbol list from a shared archive.
 
40210
+extract_expsyms_cmds=$lt_extract_expsyms_cmds
 
40211
 
 
40212
-{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5
 
40213
-$as_echo "$lt_prog_compiler_pic_GCJ" >&6; }
 
40214
+# Variables whose values should be saved in libtool wrapper scripts and
 
40215
+# restored at link time.
 
40216
+variables_saved_for_relink=$lt_variables_saved_for_relink
 
40217
 
 
40218
-#
 
40219
-# Check to make sure the PIC flag actually works.
 
40220
-#
 
40221
-if test -n "$lt_prog_compiler_pic_GCJ"; then
 
40222
+# Do we need the "lib" prefix for modules?
 
40223
+need_lib_prefix=$need_lib_prefix
 
40224
 
 
40225
-{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
 
40226
-$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... " >&6; }
 
40227
-if test "${lt_cv_prog_compiler_pic_works_GCJ+set}" = set; then
 
40228
-  $as_echo_n "(cached) " >&6
 
40229
-else
 
40230
-  lt_cv_prog_compiler_pic_works_GCJ=no
 
40231
-  ac_outfile=conftest.$ac_objext
 
40232
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
40233
-   lt_compiler_flag="$lt_prog_compiler_pic_GCJ"
 
40234
-   # Insert the option either (1) after the last *FLAGS variable, or
 
40235
-   # (2) before a word containing "conftest.", or (3) at the end.
 
40236
-   # Note that $ac_compile itself does not contain backslashes and begins
 
40237
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
40238
-   # The option is referenced via a variable to avoid confusing sed.
 
40239
-   lt_compile=`echo "$ac_compile" | $SED \
 
40240
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
40241
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
40242
-   -e 's:$: $lt_compiler_flag:'`
 
40243
-   (eval echo "\"\$as_me:20017: $lt_compile\"" >&5)
 
40244
-   (eval "$lt_compile" 2>conftest.err)
 
40245
-   ac_status=$?
 
40246
-   cat conftest.err >&5
 
40247
-   echo "$as_me:20021: \$? = $ac_status" >&5
 
40248
-   if (exit $ac_status) && test -s "$ac_outfile"; then
 
40249
-     # The compiler can only warn and ignore the option if not recognized
 
40250
-     # So say no if there are warnings other than the usual output.
 
40251
-     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
40252
-     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
40253
-     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
 
40254
-       lt_cv_prog_compiler_pic_works_GCJ=yes
 
40255
-     fi
 
40256
-   fi
 
40257
-   $rm conftest*
 
40258
+# Do we need a version for libraries?
 
40259
+need_version=$need_version
 
40260
 
 
40261
-fi
 
40262
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_GCJ" >&5
 
40263
-$as_echo "$lt_cv_prog_compiler_pic_works_GCJ" >&6; }
 
40264
+# Library versioning type.
 
40265
+version_type=$version_type
 
40266
 
 
40267
-if test x"$lt_cv_prog_compiler_pic_works_GCJ" = xyes; then
 
40268
-    case $lt_prog_compiler_pic_GCJ in
 
40269
-     "" | " "*) ;;
 
40270
-     *) lt_prog_compiler_pic_GCJ=" $lt_prog_compiler_pic_GCJ" ;;
 
40271
-     esac
 
40272
-else
 
40273
-    lt_prog_compiler_pic_GCJ=
 
40274
-     lt_prog_compiler_can_build_shared_GCJ=no
 
40275
-fi
 
40276
+# Shared library runtime path variable.
 
40277
+runpath_var=$runpath_var
 
40278
 
 
40279
-fi
 
40280
-case $host_os in
 
40281
-  # For platforms which do not support PIC, -DPIC is meaningless:
 
40282
-  *djgpp*)
 
40283
-    lt_prog_compiler_pic_GCJ=
 
40284
-    ;;
 
40285
-  *)
 
40286
-    lt_prog_compiler_pic_GCJ="$lt_prog_compiler_pic_GCJ"
 
40287
-    ;;
 
40288
-esac
 
40289
+# Shared library path variable.
 
40290
+shlibpath_var=$shlibpath_var
 
40291
 
 
40292
-#
 
40293
-# Check to make sure the static flag actually works.
 
40294
-#
 
40295
-wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GCJ\"
 
40296
-{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 
40297
-$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
 
40298
-if test "${lt_cv_prog_compiler_static_works_GCJ+set}" = set; then
 
40299
-  $as_echo_n "(cached) " >&6
 
40300
-else
 
40301
-  lt_cv_prog_compiler_static_works_GCJ=no
 
40302
-   save_LDFLAGS="$LDFLAGS"
 
40303
-   LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
 
40304
-   echo "$lt_simple_link_test_code" > conftest.$ac_ext
 
40305
-   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
 
40306
-     # The linker can only warn and ignore the option if not recognized
 
40307
-     # So say no if there are warnings
 
40308
-     if test -s conftest.err; then
 
40309
-       # Append any errors to the config.log.
 
40310
-       cat conftest.err 1>&5
 
40311
-       $echo "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
 
40312
-       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
40313
-       if diff conftest.exp conftest.er2 >/dev/null; then
 
40314
-         lt_cv_prog_compiler_static_works_GCJ=yes
 
40315
-       fi
 
40316
-     else
 
40317
-       lt_cv_prog_compiler_static_works_GCJ=yes
 
40318
-     fi
 
40319
-   fi
 
40320
-   $rm -r conftest*
 
40321
-   LDFLAGS="$save_LDFLAGS"
 
40322
+# Is shlibpath searched before the hard-coded library search path?
 
40323
+shlibpath_overrides_runpath=$shlibpath_overrides_runpath
 
40324
 
 
40325
-fi
 
40326
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_GCJ" >&5
 
40327
-$as_echo "$lt_cv_prog_compiler_static_works_GCJ" >&6; }
 
40328
+# Format of library name prefix.
 
40329
+libname_spec=$lt_libname_spec
 
40330
 
 
40331
-if test x"$lt_cv_prog_compiler_static_works_GCJ" = xyes; then
 
40332
-    :
 
40333
-else
 
40334
-    lt_prog_compiler_static_GCJ=
 
40335
-fi
 
40336
+# List of archive names.  First name is the real one, the rest are links.
 
40337
+# The last name is the one that the linker finds with -lNAME
 
40338
+library_names_spec=$lt_library_names_spec
 
40339
 
 
40340
+# The coded name of the library, if different from the real name.
 
40341
+soname_spec=$lt_soname_spec
 
40342
 
 
40343
-{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
40344
-$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
 
40345
-if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then
 
40346
-  $as_echo_n "(cached) " >&6
 
40347
-else
 
40348
-  lt_cv_prog_compiler_c_o_GCJ=no
 
40349
-   $rm -r conftest 2>/dev/null
 
40350
-   mkdir conftest
 
40351
-   cd conftest
 
40352
-   mkdir out
 
40353
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
40354
+# Command to use after installation of a shared archive.
 
40355
+postinstall_cmds=$lt_postinstall_cmds
 
40356
 
 
40357
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
 
40358
-   # Insert the option either (1) after the last *FLAGS variable, or
 
40359
-   # (2) before a word containing "conftest.", or (3) at the end.
 
40360
-   # Note that $ac_compile itself does not contain backslashes and begins
 
40361
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
40362
-   lt_compile=`echo "$ac_compile" | $SED \
 
40363
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
40364
-   -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
40365
-   -e 's:$: $lt_compiler_flag:'`
 
40366
-   (eval echo "\"\$as_me:20121: $lt_compile\"" >&5)
 
40367
-   (eval "$lt_compile" 2>out/conftest.err)
 
40368
-   ac_status=$?
 
40369
-   cat out/conftest.err >&5
 
40370
-   echo "$as_me:20125: \$? = $ac_status" >&5
 
40371
-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
40372
-   then
 
40373
-     # The compiler can only warn and ignore the option if not recognized
 
40374
-     # So say no if there are warnings
 
40375
-     $echo "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
 
40376
-     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
 
40377
-     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
 
40378
-       lt_cv_prog_compiler_c_o_GCJ=yes
 
40379
-     fi
 
40380
-   fi
 
40381
-   chmod u+w . 2>&5
 
40382
-   $rm conftest*
 
40383
-   # SGI C++ compiler will create directory out/ii_files/ for
 
40384
-   # template instantiation
 
40385
-   test -d out/ii_files && $rm out/ii_files/* && rmdir out/ii_files
 
40386
-   $rm out/* && rmdir out
 
40387
-   cd ..
 
40388
-   rmdir conftest
 
40389
-   $rm conftest*
 
40390
+# Command to use after uninstallation of a shared archive.
 
40391
+postuninstall_cmds=$lt_postuninstall_cmds
 
40392
 
 
40393
-fi
 
40394
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
 
40395
-$as_echo "$lt_cv_prog_compiler_c_o_GCJ" >&6; }
 
40396
+# Commands used to finish a libtool library installation in a directory.
 
40397
+finish_cmds=$lt_finish_cmds
 
40398
 
 
40399
+# As "finish_cmds", except a single script fragment to be evaled but
 
40400
+# not shown.
 
40401
+finish_eval=$lt_finish_eval
 
40402
 
 
40403
-hard_links="nottested"
 
40404
-if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then
 
40405
-  # do not overwrite the value of need_locks provided by the user
 
40406
-  { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
40407
-$as_echo_n "checking if we can lock with hard links... " >&6; }
 
40408
-  hard_links=yes
 
40409
-  $rm conftest*
 
40410
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
40411
-  touch conftest.a
 
40412
-  ln conftest.a conftest.b 2>&5 || hard_links=no
 
40413
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
40414
-  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
 
40415
-$as_echo "$hard_links" >&6; }
 
40416
-  if test "$hard_links" = no; then
 
40417
-    { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 
40418
-$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 
40419
-    need_locks=warn
 
40420
-  fi
 
40421
-else
 
40422
-  need_locks=no
 
40423
-fi
 
40424
+# Whether we should hardcode library paths into libraries.
 
40425
+hardcode_into_libs=$hardcode_into_libs
 
40426
 
 
40427
-{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
40428
-$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
 
40429
+# Compile-time system search path for libraries.
 
40430
+sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
 
40431
 
 
40432
-  runpath_var=
 
40433
-  allow_undefined_flag_GCJ=
 
40434
-  enable_shared_with_static_runtimes_GCJ=no
 
40435
-  archive_cmds_GCJ=
 
40436
-  archive_expsym_cmds_GCJ=
 
40437
-  old_archive_From_new_cmds_GCJ=
 
40438
-  old_archive_from_expsyms_cmds_GCJ=
 
40439
-  export_dynamic_flag_spec_GCJ=
 
40440
-  whole_archive_flag_spec_GCJ=
 
40441
-  thread_safe_flag_spec_GCJ=
 
40442
-  hardcode_libdir_flag_spec_GCJ=
 
40443
-  hardcode_libdir_flag_spec_ld_GCJ=
 
40444
-  hardcode_libdir_separator_GCJ=
 
40445
-  hardcode_direct_GCJ=no
 
40446
-  hardcode_minus_L_GCJ=no
 
40447
-  hardcode_shlibpath_var_GCJ=unsupported
 
40448
-  link_all_deplibs_GCJ=unknown
 
40449
-  hardcode_automatic_GCJ=no
 
40450
-  module_cmds_GCJ=
 
40451
-  module_expsym_cmds_GCJ=
 
40452
-  always_export_symbols_GCJ=no
 
40453
-  export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
 
40454
-  # include_expsyms should be a list of space-separated symbols to be *always*
 
40455
-  # included in the symbol list
 
40456
-  include_expsyms_GCJ=
 
40457
-  # exclude_expsyms can be an extended regexp of symbols to exclude
 
40458
-  # it will be wrapped by ` (' and `)$', so one must not match beginning or
 
40459
-  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
 
40460
-  # as well as any symbol that contains `d'.
 
40461
-  exclude_expsyms_GCJ='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
 
40462
-  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
 
40463
-  # platforms (ab)use it in PIC code, but their linkers get confused if
 
40464
-  # the symbol is explicitly referenced.  Since portable code cannot
 
40465
-  # rely on this symbol name, it's probably fine to never include it in
 
40466
-  # preloaded symbol tables.
 
40467
-  # Exclude shared library initialization/finalization symbols.
 
40468
-  extract_expsyms_cmds=
 
40469
-  # Just being paranoid about ensuring that cc_basename is set.
 
40470
-  for cc_temp in $compiler""; do
 
40471
-  case $cc_temp in
 
40472
-    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
 
40473
-    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
 
40474
-    \-*) ;;
 
40475
-    *) break;;
 
40476
-  esac
 
40477
-done
 
40478
-cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
40479
+# Run-time system search path for libraries.
 
40480
+sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
 
40481
 
 
40482
-  case $host_os in
 
40483
-  cygwin* | mingw* | pw32*)
 
40484
-    # FIXME: the MSVC++ port hasn't been tested in a loooong time
 
40485
-    # When not using gcc, we currently assume that we are using
 
40486
-    # Microsoft Visual C++.
 
40487
-    if test "$GCC" != yes; then
 
40488
-      with_gnu_ld=no
 
40489
-    fi
 
40490
-    ;;
 
40491
-  interix*)
 
40492
-    # we just hope/assume this is gcc and not c89 (= MSVC++)
 
40493
-    with_gnu_ld=yes
 
40494
-    ;;
 
40495
-  openbsd*)
 
40496
-    with_gnu_ld=no
 
40497
-    ;;
 
40498
-  esac
 
40499
+# Whether dlopen is supported.
 
40500
+dlopen_support=$enable_dlopen
 
40501
 
 
40502
-  ld_shlibs_GCJ=yes
 
40503
-  if test "$with_gnu_ld" = yes; then
 
40504
-    # If archive_cmds runs LD, not CC, wlarc should be empty
 
40505
-    wlarc='${wl}'
 
40506
+# Whether dlopen of programs is supported.
 
40507
+dlopen_self=$enable_dlopen_self
 
40508
 
 
40509
-    # Set some defaults for GNU ld with shared library support. These
 
40510
-    # are reset later if shared libraries are not supported. Putting them
 
40511
-    # here allows them to be overridden if necessary.
 
40512
-    runpath_var=LD_RUN_PATH
 
40513
-    hardcode_libdir_flag_spec_GCJ='${wl}--rpath ${wl}$libdir'
 
40514
-    export_dynamic_flag_spec_GCJ='${wl}--export-dynamic'
 
40515
-    # ancient GNU ld didn't support --whole-archive et. al.
 
40516
-    if $LD --help 2>&1 | grep 'no-whole-archive' > /dev/null; then
 
40517
-       whole_archive_flag_spec_GCJ="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
40518
-      else
 
40519
-       whole_archive_flag_spec_GCJ=
 
40520
-    fi
 
40521
-    supports_anon_versioning=no
 
40522
-    case `$LD -v 2>/dev/null` in
 
40523
-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
 
40524
-      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
 
40525
-      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
 
40526
-      *\ 2.11.*) ;; # other 2.11 versions
 
40527
-      *) supports_anon_versioning=yes ;;
 
40528
-    esac
 
40529
+# Whether dlopen of statically linked programs is supported.
 
40530
+dlopen_self_static=$enable_dlopen_self_static
 
40531
 
 
40532
-    # See if GNU ld supports shared libraries.
 
40533
-    case $host_os in
 
40534
-    aix[3-9]*)
 
40535
-      # On AIX/PPC, the GNU linker is very broken
 
40536
-      if test "$host_cpu" != ia64; then
 
40537
-       ld_shlibs_GCJ=no
 
40538
-       cat <<EOF 1>&2
 
40539
+# Commands to strip libraries.
 
40540
+old_striplib=$lt_old_striplib
 
40541
+striplib=$lt_striplib
 
40542
 
 
40543
-*** Warning: the GNU linker, at least up to release 2.9.1, is reported
 
40544
-*** to be unable to reliably create shared libraries on AIX.
 
40545
-*** Therefore, libtool is disabling shared libraries support.  If you
 
40546
-*** really care for shared libraries, you may want to modify your PATH
 
40547
-*** so that a non-GNU linker is found, and then restart.
 
40548
 
 
40549
-EOF
 
40550
-      fi
 
40551
-      ;;
 
40552
+# The linker used to build libraries.
 
40553
+LD=$lt_LD
 
40554
 
 
40555
-    amigaos*)
 
40556
-      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)'
 
40557
-      hardcode_libdir_flag_spec_GCJ='-L$libdir'
 
40558
-      hardcode_minus_L_GCJ=yes
 
40559
-
 
40560
-      # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
 
40561
-      # that the semantics of dynamic libraries on AmigaOS, at least up
 
40562
-      # to version 4, is to share data among multiple programs linked
 
40563
-      # with the same dynamic library.  Since this doesn't match the
 
40564
-      # behavior of shared libraries on other platforms, we can't use
 
40565
-      # them.
 
40566
-      ld_shlibs_GCJ=no
 
40567
-      ;;
 
40568
+# Commands used to build an old-style archive.
 
40569
+old_archive_cmds=$lt_old_archive_cmds
 
40570
 
 
40571
-    beos*)
 
40572
-      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
40573
-       allow_undefined_flag_GCJ=unsupported
 
40574
-       # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
 
40575
-       # support --undefined.  This deserves some investigation.  FIXME
 
40576
-       archive_cmds_GCJ='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
40577
-      else
 
40578
-       ld_shlibs_GCJ=no
 
40579
-      fi
 
40580
-      ;;
 
40581
+# A language specific compiler.
 
40582
+CC=$lt_compiler
 
40583
 
 
40584
-    cygwin* | mingw* | pw32*)
 
40585
-      # _LT_AC_TAGVAR(hardcode_libdir_flag_spec, GCJ) is actually meaningless,
 
40586
-      # as there is no search path for DLLs.
 
40587
-      hardcode_libdir_flag_spec_GCJ='-L$libdir'
 
40588
-      allow_undefined_flag_GCJ=unsupported
 
40589
-      always_export_symbols_GCJ=no
 
40590
-      enable_shared_with_static_runtimes_GCJ=yes
 
40591
-      export_symbols_cmds_GCJ='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
 
40592
+# Is the compiler the GNU compiler?
 
40593
+with_gcc=$GCC
 
40594
 
 
40595
-      if $LD --help 2>&1 | grep 'auto-import' > /dev/null; then
 
40596
-        archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
40597
-       # If the export-symbols file already is a .def file (1st line
 
40598
-       # is EXPORTS), use it as is; otherwise, prepend...
 
40599
-       archive_expsym_cmds_GCJ='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
40600
-         cp $export_symbols $output_objdir/$soname.def;
 
40601
-       else
 
40602
-         echo EXPORTS > $output_objdir/$soname.def;
 
40603
-         cat $export_symbols >> $output_objdir/$soname.def;
 
40604
-       fi~
 
40605
-       $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
40606
-      else
 
40607
-       ld_shlibs_GCJ=no
 
40608
-      fi
 
40609
-      ;;
 
40610
+# Compiler flag to turn off builtin functions.
 
40611
+no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
 
40612
 
 
40613
-    interix[3-9]*)
 
40614
-      hardcode_direct_GCJ=no
 
40615
-      hardcode_shlibpath_var_GCJ=no
 
40616
-      hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
 
40617
-      export_dynamic_flag_spec_GCJ='${wl}-E'
 
40618
-      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
 
40619
-      # Instead, shared libraries are loaded at an image base (0x10000000 by
 
40620
-      # default) and relocated if they conflict, which is a slow very memory
 
40621
-      # consuming and fragmenting process.  To avoid this, we pick a random,
 
40622
-      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
 
40623
-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
 
40624
-      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'
 
40625
-      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'
 
40626
-      ;;
 
40627
+# How to pass a linker flag through the compiler.
 
40628
+wl=$lt_lt_prog_compiler_wl
 
40629
 
 
40630
-    gnu* | linux* | k*bsd*-gnu)
 
40631
-      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
40632
-       tmp_addflag=
 
40633
-       case $cc_basename,$host_cpu in
 
40634
-       pgcc*)                          # Portland Group C compiler
 
40635
-         whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
40636
-         tmp_addflag=' $pic_flag'
 
40637
-         ;;
 
40638
-       pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
 
40639
-         whole_archive_flag_spec_GCJ='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
40640
-         tmp_addflag=' $pic_flag -Mnomain' ;;
 
40641
-       ecc*,ia64* | icc*,ia64*)                # Intel C compiler on ia64
 
40642
-         tmp_addflag=' -i_dynamic' ;;
 
40643
-       efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
 
40644
-         tmp_addflag=' -i_dynamic -nofor_main' ;;
 
40645
-       ifc* | ifort*)                  # Intel Fortran compiler
 
40646
-         tmp_addflag=' -nofor_main' ;;
 
40647
-       esac
 
40648
-       case `$CC -V 2>&1 | sed 5q` in
 
40649
-       *Sun\ C*)                       # Sun C 5.9
 
40650
-         whole_archive_flag_spec_GCJ='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $echo \"$new_convenience\"` ${wl}--no-whole-archive'
 
40651
-         tmp_sharedflag='-G' ;;
 
40652
-       *Sun\ F*)                       # Sun Fortran 8.3
 
40653
-         tmp_sharedflag='-G' ;;
 
40654
-       *)
 
40655
-         tmp_sharedflag='-shared' ;;
 
40656
-       esac
 
40657
-       archive_cmds_GCJ='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
40658
+# Additional compiler flags for building library objects.
 
40659
+pic_flag=$lt_lt_prog_compiler_pic
 
40660
 
 
40661
-       if test $supports_anon_versioning = yes; then
 
40662
-         archive_expsym_cmds_GCJ='$echo "{ global:" > $output_objdir/$libname.ver~
 
40663
-  cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
 
40664
-  $echo "local: *; };" >> $output_objdir/$libname.ver~
 
40665
-         $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
 
40666
-       fi
 
40667
-      else
 
40668
-       ld_shlibs_GCJ=no
 
40669
-      fi
 
40670
-      ;;
 
40671
+# Compiler flag to prevent dynamic linking.
 
40672
+link_static_flag=$lt_lt_prog_compiler_static
 
40673
 
 
40674
-    netbsd*)
 
40675
-      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
40676
-       archive_cmds_GCJ='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
 
40677
-       wlarc=
 
40678
-      else
 
40679
-       archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
40680
-       archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
40681
-      fi
 
40682
-      ;;
 
40683
+# Does compiler simultaneously support -c and -o options?
 
40684
+compiler_c_o=$lt_lt_cv_prog_compiler_c_o
 
40685
 
 
40686
-    solaris*)
 
40687
-      if $LD -v 2>&1 | grep 'BFD 2\.8' > /dev/null; then
 
40688
-       ld_shlibs_GCJ=no
 
40689
-       cat <<EOF 1>&2
 
40690
+# Whether or not to add -lc for building shared libraries.
 
40691
+build_libtool_need_lc=$archive_cmds_need_lc
 
40692
 
 
40693
-*** Warning: The releases 2.8.* of the GNU linker cannot reliably
 
40694
-*** create shared libraries on Solaris systems.  Therefore, libtool
 
40695
-*** is disabling shared libraries support.  We urge you to upgrade GNU
 
40696
-*** binutils to release 2.9.1 or newer.  Another option is to modify
 
40697
-*** your PATH or compiler configuration so that the native linker is
 
40698
-*** used, and then restart.
 
40699
+# Whether or not to disallow shared libs when runtime libs are static.
 
40700
+allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
 
40701
 
 
40702
-EOF
 
40703
-      elif $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
40704
-       archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
40705
-       archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
40706
-      else
 
40707
-       ld_shlibs_GCJ=no
 
40708
-      fi
 
40709
-      ;;
 
40710
+# Compiler flag to allow reflexive dlopens.
 
40711
+export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
 
40712
 
 
40713
-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
 
40714
-      case `$LD -v 2>&1` in
 
40715
-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
 
40716
-       ld_shlibs_GCJ=no
 
40717
-       cat <<_LT_EOF 1>&2
 
40718
+# Compiler flag to generate shared objects directly from archives.
 
40719
+whole_archive_flag_spec=$lt_whole_archive_flag_spec
 
40720
 
 
40721
-*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
 
40722
-*** reliably create shared libraries on SCO systems.  Therefore, libtool
 
40723
-*** is disabling shared libraries support.  We urge you to upgrade GNU
 
40724
-*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
 
40725
-*** your PATH or compiler configuration so that the native linker is
 
40726
-*** used, and then restart.
 
40727
+# Whether the compiler copes with passing no objects directly.
 
40728
+compiler_needs_object=$lt_compiler_needs_object
 
40729
 
 
40730
-_LT_EOF
 
40731
-       ;;
 
40732
-       *)
 
40733
-         if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
40734
-           hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
 
40735
-           archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib'
 
40736
-           archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname,\${SCOABSPATH:+${install_libdir}/}$soname,-retain-symbols-file,$export_symbols -o $lib'
 
40737
-         else
 
40738
-           ld_shlibs_GCJ=no
 
40739
-         fi
 
40740
-       ;;
 
40741
-      esac
 
40742
-      ;;
 
40743
+# Create an old-style archive from a shared archive.
 
40744
+old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
 
40745
 
 
40746
-    sunos4*)
 
40747
-      archive_cmds_GCJ='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
40748
-      wlarc=
 
40749
-      hardcode_direct_GCJ=yes
 
40750
-      hardcode_shlibpath_var_GCJ=no
 
40751
-      ;;
 
40752
+# Create a temporary old-style archive to link instead of a shared archive.
 
40753
+old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
 
40754
 
 
40755
-    *)
 
40756
-      if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
 
40757
-       archive_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
40758
-       archive_expsym_cmds_GCJ='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
 
40759
-      else
 
40760
-       ld_shlibs_GCJ=no
 
40761
-      fi
 
40762
-      ;;
 
40763
-    esac
 
40764
+# Commands used to build a shared archive.
 
40765
+archive_cmds=$lt_archive_cmds
 
40766
+archive_expsym_cmds=$lt_archive_expsym_cmds
 
40767
 
 
40768
-    if test "$ld_shlibs_GCJ" = no; then
 
40769
-      runpath_var=
 
40770
-      hardcode_libdir_flag_spec_GCJ=
 
40771
-      export_dynamic_flag_spec_GCJ=
 
40772
-      whole_archive_flag_spec_GCJ=
 
40773
-    fi
 
40774
-  else
 
40775
-    # PORTME fill in a description of your system's linker (not GNU ld)
 
40776
-    case $host_os in
 
40777
-    aix3*)
 
40778
-      allow_undefined_flag_GCJ=unsupported
 
40779
-      always_export_symbols_GCJ=yes
 
40780
-      archive_expsym_cmds_GCJ='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
 
40781
-      # Note: this linker hardcodes the directories in LIBPATH if there
 
40782
-      # are no directories specified by -L.
 
40783
-      hardcode_minus_L_GCJ=yes
 
40784
-      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
 
40785
-       # Neither direct hardcoding nor static linking is supported with a
 
40786
-       # broken collect2.
 
40787
-       hardcode_direct_GCJ=unsupported
 
40788
-      fi
 
40789
-      ;;
 
40790
+# Commands used to build a loadable module if different from building
 
40791
+# a shared archive.
 
40792
+module_cmds=$lt_module_cmds
 
40793
+module_expsym_cmds=$lt_module_expsym_cmds
 
40794
 
 
40795
-    aix[4-9]*)
 
40796
-      if test "$host_cpu" = ia64; then
 
40797
-       # On IA64, the linker does run time linking by default, so we don't
 
40798
-       # have to do anything special.
 
40799
-       aix_use_runtimelinking=no
 
40800
-       exp_sym_flag='-Bexport'
 
40801
-       no_entry_flag=""
 
40802
-      else
 
40803
-       # If we're using GNU nm, then we don't want the "-C" option.
 
40804
-       # -C means demangle to AIX nm, but means don't demangle with GNU nm
 
40805
-       if $NM -V 2>&1 | grep 'GNU' > /dev/null; then
 
40806
-         export_symbols_cmds_GCJ='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
 
40807
-       else
 
40808
-         export_symbols_cmds_GCJ='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$2 == "T") || (\$2 == "D") || (\$2 == "B")) && (substr(\$3,1,1) != ".")) { print \$3 } }'\'' | sort -u > $export_symbols'
 
40809
-       fi
 
40810
-       aix_use_runtimelinking=no
 
40811
+# Whether we are building with GNU ld or not.
 
40812
+with_gnu_ld=$lt_with_gnu_ld
 
40813
 
 
40814
-       # Test if we are trying to use run time linking or normal
 
40815
-       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
 
40816
-       # need to do runtime linking.
 
40817
-       case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
 
40818
-         for ld_flag in $LDFLAGS; do
 
40819
-         if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
 
40820
-           aix_use_runtimelinking=yes
 
40821
-           break
 
40822
-         fi
 
40823
-         done
 
40824
-         ;;
 
40825
-       esac
 
40826
+# Flag that allows shared libraries with undefined symbols to be built.
 
40827
+allow_undefined_flag=$lt_allow_undefined_flag
 
40828
 
 
40829
-       exp_sym_flag='-bexport'
 
40830
-       no_entry_flag='-bnoentry'
 
40831
-      fi
 
40832
+# Flag that enforces no undefined symbols.
 
40833
+no_undefined_flag=$lt_no_undefined_flag
 
40834
 
 
40835
-      # When large executables or shared objects are built, AIX ld can
 
40836
-      # have problems creating the table of contents.  If linking a library
 
40837
-      # or program results in "error TOC overflow" add -mminimal-toc to
 
40838
-      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
 
40839
-      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
 
40840
+# Flag to hardcode \$libdir into a binary during linking.
 
40841
+# This must work even if \$libdir does not exist
 
40842
+hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
 
40843
 
 
40844
-      archive_cmds_GCJ=''
 
40845
-      hardcode_direct_GCJ=yes
 
40846
-      hardcode_libdir_separator_GCJ=':'
 
40847
-      link_all_deplibs_GCJ=yes
 
40848
+# If ld is used when linking, flag to hardcode \$libdir into a binary
 
40849
+# during linking.  This must work even if \$libdir does not exist.
 
40850
+hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
 
40851
 
 
40852
-      if test "$GCC" = yes; then
 
40853
-       case $host_os in aix4.[012]|aix4.[012].*)
 
40854
-       # We only want to do this on AIX 4.2 and lower, the check
 
40855
-       # below for broken collect2 doesn't work under 4.3+
 
40856
-         collect2name=`${CC} -print-prog-name=collect2`
 
40857
-         if test -f "$collect2name" && \
 
40858
-          strings "$collect2name" | grep resolve_lib_name >/dev/null
 
40859
-         then
 
40860
-         # We have reworked collect2
 
40861
-         :
 
40862
-         else
 
40863
-         # We have old collect2
 
40864
-         hardcode_direct_GCJ=unsupported
 
40865
-         # It fails to find uninstalled libraries when the uninstalled
 
40866
-         # path is not listed in the libpath.  Setting hardcode_minus_L
 
40867
-         # to unsupported forces relinking
 
40868
-         hardcode_minus_L_GCJ=yes
 
40869
-         hardcode_libdir_flag_spec_GCJ='-L$libdir'
 
40870
-         hardcode_libdir_separator_GCJ=
 
40871
-         fi
 
40872
-         ;;
 
40873
-       esac
 
40874
-       shared_flag='-shared'
 
40875
-       if test "$aix_use_runtimelinking" = yes; then
 
40876
-         shared_flag="$shared_flag "'${wl}-G'
 
40877
-       fi
 
40878
-      else
 
40879
-       # not using gcc
 
40880
-       if test "$host_cpu" = ia64; then
 
40881
-       # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
 
40882
-       # chokes on -Wl,-G. The following line is correct:
 
40883
-         shared_flag='-G'
 
40884
-       else
 
40885
-         if test "$aix_use_runtimelinking" = yes; then
 
40886
-           shared_flag='${wl}-G'
 
40887
-         else
 
40888
-           shared_flag='${wl}-bM:SRE'
 
40889
-         fi
 
40890
-       fi
 
40891
-      fi
 
40892
+# Whether we need a single "-rpath" flag with a separated argument.
 
40893
+hardcode_libdir_separator=$lt_hardcode_libdir_separator
 
40894
 
 
40895
-      # It seems that -bexpall does not export symbols beginning with
 
40896
-      # underscore (_), so it is better to generate a list of symbols to export.
 
40897
-      always_export_symbols_GCJ=yes
 
40898
-      if test "$aix_use_runtimelinking" = yes; then
 
40899
-       # Warning - without using the other runtime loading flags (-brtl),
 
40900
-       # -berok will link without error, but may produce a broken library.
 
40901
-       allow_undefined_flag_GCJ='-berok'
 
40902
-       # Determine the default libpath from the value encoded in an empty executable.
 
40903
-       cat >conftest.$ac_ext <<_ACEOF
 
40904
-/* confdefs.h.  */
 
40905
-_ACEOF
 
40906
-cat confdefs.h >>conftest.$ac_ext
 
40907
-cat >>conftest.$ac_ext <<_ACEOF
 
40908
-/* end confdefs.h.  */
 
40909
+# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
 
40910
+# DIR into the resulting binary.
 
40911
+hardcode_direct=$hardcode_direct
 
40912
 
 
40913
-int
 
40914
-main ()
 
40915
-{
 
40916
+# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
 
40917
+# DIR into the resulting binary and the resulting library dependency is
 
40918
+# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
 
40919
+# library is relocated.
 
40920
+hardcode_direct_absolute=$hardcode_direct_absolute
 
40921
 
 
40922
-  ;
 
40923
-  return 0;
 
40924
-}
 
40925
-_ACEOF
 
40926
-rm -f conftest.$ac_objext conftest$ac_exeext
 
40927
-if { (ac_try="$ac_link"
 
40928
-case "(($ac_try" in
 
40929
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
40930
-  *) ac_try_echo=$ac_try;;
 
40931
-esac
 
40932
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
40933
-$as_echo "$ac_try_echo") >&5
 
40934
-  (eval "$ac_link") 2>conftest.er1
 
40935
-  ac_status=$?
 
40936
-  grep -v '^ *+' conftest.er1 >conftest.err
 
40937
-  rm -f conftest.er1
 
40938
-  cat conftest.err >&5
 
40939
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
40940
-  (exit $ac_status); } && {
 
40941
-        test -z "$ac_c_werror_flag" ||
 
40942
-        test ! -s conftest.err
 
40943
-       } && test -s conftest$ac_exeext && {
 
40944
-        test "$cross_compiling" = yes ||
 
40945
-        $as_test_x conftest$ac_exeext
 
40946
-       }; then
 
40947
+# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
 
40948
+# into the resulting binary.
 
40949
+hardcode_minus_L=$hardcode_minus_L
 
40950
+
 
40951
+# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
 
40952
+# into the resulting binary.
 
40953
+hardcode_shlibpath_var=$hardcode_shlibpath_var
 
40954
+
 
40955
+# Set to "yes" if building a shared library automatically hardcodes DIR
 
40956
+# into the library and all subsequent libraries and executables linked
 
40957
+# against it.
 
40958
+hardcode_automatic=$hardcode_automatic
 
40959
+
 
40960
+# Set to yes if linker adds runtime paths of dependent libraries
 
40961
+# to runtime path list.
 
40962
+inherit_rpath=$inherit_rpath
 
40963
+
 
40964
+# Whether libtool must link a program against all its dependency libraries.
 
40965
+link_all_deplibs=$link_all_deplibs
 
40966
+
 
40967
+# Fix the shell variable \$srcfile for the compiler.
 
40968
+fix_srcfile_path=$lt_fix_srcfile_path
 
40969
 
 
40970
-lt_aix_libpath_sed='
 
40971
-    /Import File Strings/,/^$/ {
 
40972
-       /^0/ {
 
40973
-           s/^0  *\(.*\)$/\1/
 
40974
-           p
 
40975
-       }
 
40976
-    }'
 
40977
-aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
40978
-# Check for a 64-bit object if we didn't find anything.
 
40979
-if test -z "$aix_libpath"; then
 
40980
-  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
40981
-fi
 
40982
-else
 
40983
-  $as_echo "$as_me: failed program was:" >&5
 
40984
-sed 's/^/| /' conftest.$ac_ext >&5
 
40985
+# Set to "yes" if exported symbols are required.
 
40986
+always_export_symbols=$always_export_symbols
 
40987
 
 
40988
+# The commands to list exported symbols.
 
40989
+export_symbols_cmds=$lt_export_symbols_cmds
 
40990
 
 
40991
-fi
 
40992
+# Symbols that should not be listed in the preloaded symbols.
 
40993
+exclude_expsyms=$lt_exclude_expsyms
 
40994
 
 
40995
-rm -rf conftest.dSYM
 
40996
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
40997
-      conftest$ac_exeext conftest.$ac_ext
 
40998
-if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
40999
+# Symbols that must always be exported.
 
41000
+include_expsyms=$lt_include_expsyms
 
41001
 
 
41002
-       hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
 
41003
-       archive_expsym_cmds_GCJ="\$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"
 
41004
-       else
 
41005
-       if test "$host_cpu" = ia64; then
 
41006
-         hardcode_libdir_flag_spec_GCJ='${wl}-R $libdir:/usr/lib:/lib'
 
41007
-         allow_undefined_flag_GCJ="-z nodefs"
 
41008
-         archive_expsym_cmds_GCJ="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
 
41009
-       else
 
41010
-        # Determine the default libpath from the value encoded in an empty executable.
 
41011
-        cat >conftest.$ac_ext <<_ACEOF
 
41012
-/* confdefs.h.  */
 
41013
-_ACEOF
 
41014
-cat confdefs.h >>conftest.$ac_ext
 
41015
-cat >>conftest.$ac_ext <<_ACEOF
 
41016
-/* end confdefs.h.  */
 
41017
+# Commands necessary for linking programs (against libraries) with templates.
 
41018
+prelink_cmds=$lt_prelink_cmds
 
41019
 
 
41020
-int
 
41021
-main ()
 
41022
-{
 
41023
+# Specify filename containing input files.
 
41024
+file_list_spec=$lt_file_list_spec
 
41025
 
 
41026
-  ;
 
41027
-  return 0;
 
41028
-}
 
41029
-_ACEOF
 
41030
-rm -f conftest.$ac_objext conftest$ac_exeext
 
41031
-if { (ac_try="$ac_link"
 
41032
-case "(($ac_try" in
 
41033
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
41034
-  *) ac_try_echo=$ac_try;;
 
41035
-esac
 
41036
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
41037
-$as_echo "$ac_try_echo") >&5
 
41038
-  (eval "$ac_link") 2>conftest.er1
 
41039
-  ac_status=$?
 
41040
-  grep -v '^ *+' conftest.er1 >conftest.err
 
41041
-  rm -f conftest.er1
 
41042
-  cat conftest.err >&5
 
41043
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
41044
-  (exit $ac_status); } && {
 
41045
-        test -z "$ac_c_werror_flag" ||
 
41046
-        test ! -s conftest.err
 
41047
-       } && test -s conftest$ac_exeext && {
 
41048
-        test "$cross_compiling" = yes ||
 
41049
-        $as_test_x conftest$ac_exeext
 
41050
-       }; then
 
41051
+# How to hardcode a shared library path into an executable.
 
41052
+hardcode_action=$hardcode_action
 
41053
 
 
41054
-lt_aix_libpath_sed='
 
41055
-    /Import File Strings/,/^$/ {
 
41056
-       /^0/ {
 
41057
-           s/^0  *\(.*\)$/\1/
 
41058
-           p
 
41059
-       }
 
41060
-    }'
 
41061
-aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
41062
-# Check for a 64-bit object if we didn't find anything.
 
41063
-if test -z "$aix_libpath"; then
 
41064
-  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
41065
-fi
 
41066
-else
 
41067
-  $as_echo "$as_me: failed program was:" >&5
 
41068
-sed 's/^/| /' conftest.$ac_ext >&5
 
41069
+# The directories searched by this compiler when creating a shared library.
 
41070
+compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
 
41071
+
 
41072
+# Dependencies to place before and after the objects being linked to
 
41073
+# create a shared library.
 
41074
+predep_objects=$lt_predep_objects
 
41075
+postdep_objects=$lt_postdep_objects
 
41076
+predeps=$lt_predeps
 
41077
+postdeps=$lt_postdeps
 
41078
+
 
41079
+# The library search path used internally by the compiler when linking
 
41080
+# a shared library.
 
41081
+compiler_lib_search_path=$lt_compiler_lib_search_path
 
41082
+
 
41083
+# ### END LIBTOOL CONFIG
 
41084
 
 
41085
+_LT_EOF
 
41086
 
 
41087
+  case $host_os in
 
41088
+  aix3*)
 
41089
+    cat <<\_LT_EOF >> "$cfgfile"
 
41090
+# AIX sometimes has problems with the GCC collect2 program.  For some
 
41091
+# reason, if we set the COLLECT_NAMES environment variable, the problems
 
41092
+# vanish in a puff of smoke.
 
41093
+if test "X${COLLECT_NAMES+set}" != Xset; then
 
41094
+  COLLECT_NAMES=
 
41095
+  export COLLECT_NAMES
 
41096
 fi
 
41097
+_LT_EOF
 
41098
+    ;;
 
41099
+  esac
 
41100
 
 
41101
-rm -rf conftest.dSYM
 
41102
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
41103
-      conftest$ac_exeext conftest.$ac_ext
 
41104
-if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
41105
 
 
41106
-        hardcode_libdir_flag_spec_GCJ='${wl}-blibpath:$libdir:'"$aix_libpath"
 
41107
-         # Warning - without using the other run time loading flags,
 
41108
-         # -berok will link without error, but may produce a broken library.
 
41109
-         no_undefined_flag_GCJ=' ${wl}-bernotok'
 
41110
-         allow_undefined_flag_GCJ=' ${wl}-berok'
 
41111
-         # Exported symbols can be pulled into shared objects from archives
 
41112
-         whole_archive_flag_spec_GCJ='$convenience'
 
41113
-         archive_cmds_need_lc_GCJ=yes
 
41114
-         # This is similar to how AIX traditionally builds its shared libraries.
 
41115
-         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'
 
41116
-       fi
 
41117
-      fi
 
41118
-      ;;
 
41119
+ltmain="$ac_aux_dir/ltmain.sh"
 
41120
 
 
41121
-    amigaos*)
 
41122
-      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)'
 
41123
-      hardcode_libdir_flag_spec_GCJ='-L$libdir'
 
41124
-      hardcode_minus_L_GCJ=yes
 
41125
-      # see comment about different semantics on the GNU ld section
 
41126
-      ld_shlibs_GCJ=no
 
41127
-      ;;
 
41128
 
 
41129
-    bsdi[45]*)
 
41130
-      export_dynamic_flag_spec_GCJ=-rdynamic
 
41131
-      ;;
 
41132
+  # We use sed instead of cat because bash on DJGPP gets confused if
 
41133
+  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
 
41134
+  # text mode, it properly converts lines to CR/LF.  This bash problem
 
41135
+  # is reportedly fixed, but why not run on old versions too?
 
41136
+  sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
 
41137
+    || (rm -f "$cfgfile"; exit 1)
 
41138
 
 
41139
-    cygwin* | mingw* | pw32*)
 
41140
-      # When not using gcc, we currently assume that we are using
 
41141
-      # Microsoft Visual C++.
 
41142
-      # hardcode_libdir_flag_spec is actually meaningless, as there is
 
41143
-      # no search path for DLLs.
 
41144
-      hardcode_libdir_flag_spec_GCJ=' '
 
41145
-      allow_undefined_flag_GCJ=unsupported
 
41146
-      # Tell ltmain to make .lib files, not .a files.
 
41147
-      libext=lib
 
41148
-      # Tell ltmain to make .dll files, not .so files.
 
41149
-      shrext_cmds=".dll"
 
41150
-      # FIXME: Setting linknames here is a bad hack.
 
41151
-      archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll~linknames='
 
41152
-      # The linker will automatically build a .lib file if we build a DLL.
 
41153
-      old_archive_From_new_cmds_GCJ='true'
 
41154
-      # FIXME: Should let the user specify the lib program.
 
41155
-      old_archive_cmds_GCJ='lib -OUT:$oldlib$oldobjs$old_deplibs'
 
41156
-      fix_srcfile_path_GCJ='`cygpath -w "$srcfile"`'
 
41157
-      enable_shared_with_static_runtimes_GCJ=yes
 
41158
-      ;;
 
41159
+  case $xsi_shell in
 
41160
+  yes)
 
41161
+    cat << \_LT_EOF >> "$cfgfile"
 
41162
+
 
41163
+# func_dirname file append nondir_replacement
 
41164
+# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
 
41165
+# otherwise set result to NONDIR_REPLACEMENT.
 
41166
+func_dirname ()
 
41167
+{
 
41168
+  case ${1} in
 
41169
+    */*) func_dirname_result="${1%/*}${2}" ;;
 
41170
+    *  ) func_dirname_result="${3}" ;;
 
41171
+  esac
 
41172
+}
 
41173
 
 
41174
-    darwin* | rhapsody*)
 
41175
-      case $host_os in
 
41176
-        rhapsody* | darwin1.[012])
 
41177
-         allow_undefined_flag_GCJ='${wl}-undefined ${wl}suppress'
 
41178
-         ;;
 
41179
-       *) # Darwin 1.3 on
 
41180
-         if test -z ${MACOSX_DEPLOYMENT_TARGET} ; then
 
41181
-           allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
41182
-         else
 
41183
-           case ${MACOSX_DEPLOYMENT_TARGET} in
 
41184
-             10.[012])
 
41185
-               allow_undefined_flag_GCJ='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
 
41186
-               ;;
 
41187
-             10.*)
 
41188
-               allow_undefined_flag_GCJ='${wl}-undefined ${wl}dynamic_lookup'
 
41189
-               ;;
 
41190
-           esac
 
41191
-         fi
 
41192
-         ;;
 
41193
-      esac
 
41194
-      archive_cmds_need_lc_GCJ=no
 
41195
-      hardcode_direct_GCJ=no
 
41196
-      hardcode_automatic_GCJ=yes
 
41197
-      hardcode_shlibpath_var_GCJ=unsupported
 
41198
-      whole_archive_flag_spec_GCJ=''
 
41199
-      link_all_deplibs_GCJ=yes
 
41200
-    if test "$GCC" = yes ; then
 
41201
-       output_verbose_link_cmd='echo'
 
41202
-        archive_cmds_GCJ="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
 
41203
-        module_cmds_GCJ="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
 
41204
-        archive_expsym_cmds_GCJ="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}"
 
41205
-        module_expsym_cmds_GCJ="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}"
 
41206
-    else
 
41207
-      case $cc_basename in
 
41208
-        xlc*)
 
41209
-         output_verbose_link_cmd='echo'
 
41210
-         archive_cmds_GCJ='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`echo $rpath/$soname` $xlcverstring'
 
41211
-         module_cmds_GCJ='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
 
41212
-          # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
 
41213
-         archive_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $xlcverstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
41214
-          module_expsym_cmds_GCJ='sed -e "s,#.*,," -e "s,^[    ]*,," -e "s,^\(..*\),_&," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag  -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
41215
-          ;;
 
41216
-       *)
 
41217
-         ld_shlibs_GCJ=no
 
41218
-          ;;
 
41219
-      esac
 
41220
-    fi
 
41221
-      ;;
 
41222
+# func_basename file
 
41223
+func_basename ()
 
41224
+{
 
41225
+  func_basename_result="${1##*/}"
 
41226
+}
 
41227
 
 
41228
-    dgux*)
 
41229
-      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
41230
-      hardcode_libdir_flag_spec_GCJ='-L$libdir'
 
41231
-      hardcode_shlibpath_var_GCJ=no
 
41232
-      ;;
 
41233
+# func_dirname_and_basename file append nondir_replacement
 
41234
+# perform func_basename and func_dirname in a single function
 
41235
+# call:
 
41236
+#   dirname:  Compute the dirname of FILE.  If nonempty,
 
41237
+#             add APPEND to the result, otherwise set result
 
41238
+#             to NONDIR_REPLACEMENT.
 
41239
+#             value returned in "$func_dirname_result"
 
41240
+#   basename: Compute filename of FILE.
 
41241
+#             value retuned in "$func_basename_result"
 
41242
+# Implementation must be kept synchronized with func_dirname
 
41243
+# and func_basename. For efficiency, we do not delegate to
 
41244
+# those functions but instead duplicate the functionality here.
 
41245
+func_dirname_and_basename ()
 
41246
+{
 
41247
+  case ${1} in
 
41248
+    */*) func_dirname_result="${1%/*}${2}" ;;
 
41249
+    *  ) func_dirname_result="${3}" ;;
 
41250
+  esac
 
41251
+  func_basename_result="${1##*/}"
 
41252
+}
 
41253
 
 
41254
-    freebsd1*)
 
41255
-      ld_shlibs_GCJ=no
 
41256
-      ;;
 
41257
+# func_stripname prefix suffix name
 
41258
+# strip PREFIX and SUFFIX off of NAME.
 
41259
+# PREFIX and SUFFIX must not contain globbing or regex special
 
41260
+# characters, hashes, percent signs, but SUFFIX may contain a leading
 
41261
+# dot (in which case that matches only a dot).
 
41262
+func_stripname ()
 
41263
+{
 
41264
+  # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
 
41265
+  # positional parameters, so assign one to ordinary parameter first.
 
41266
+  func_stripname_result=${3}
 
41267
+  func_stripname_result=${func_stripname_result#"${1}"}
 
41268
+  func_stripname_result=${func_stripname_result%"${2}"}
 
41269
+}
 
41270
 
 
41271
-    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
 
41272
-    # support.  Future versions do this automatically, but an explicit c++rt0.o
 
41273
-    # does not break anything, and helps significantly (at the cost of a little
 
41274
-    # extra space).
 
41275
-    freebsd2.2*)
 
41276
-      archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
 
41277
-      hardcode_libdir_flag_spec_GCJ='-R$libdir'
 
41278
-      hardcode_direct_GCJ=yes
 
41279
-      hardcode_shlibpath_var_GCJ=no
 
41280
-      ;;
 
41281
+# func_opt_split
 
41282
+func_opt_split ()
 
41283
+{
 
41284
+  func_opt_split_opt=${1%%=*}
 
41285
+  func_opt_split_arg=${1#*=}
 
41286
+}
 
41287
 
 
41288
-    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
 
41289
-    freebsd2*)
 
41290
-      archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
41291
-      hardcode_direct_GCJ=yes
 
41292
-      hardcode_minus_L_GCJ=yes
 
41293
-      hardcode_shlibpath_var_GCJ=no
 
41294
-      ;;
 
41295
+# func_lo2o object
 
41296
+func_lo2o ()
 
41297
+{
 
41298
+  case ${1} in
 
41299
+    *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
 
41300
+    *)    func_lo2o_result=${1} ;;
 
41301
+  esac
 
41302
+}
 
41303
 
 
41304
-    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
 
41305
-    freebsd* | dragonfly*)
 
41306
-      archive_cmds_GCJ='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
 
41307
-      hardcode_libdir_flag_spec_GCJ='-R$libdir'
 
41308
-      hardcode_direct_GCJ=yes
 
41309
-      hardcode_shlibpath_var_GCJ=no
 
41310
-      ;;
 
41311
+# func_xform libobj-or-source
 
41312
+func_xform ()
 
41313
+{
 
41314
+  func_xform_result=${1%.*}.lo
 
41315
+}
 
41316
 
 
41317
-    hpux9*)
 
41318
-      if test "$GCC" = yes; then
 
41319
-       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'
 
41320
-      else
 
41321
-       archive_cmds_GCJ='$rm $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
 
41322
-      fi
 
41323
-      hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
 
41324
-      hardcode_libdir_separator_GCJ=:
 
41325
-      hardcode_direct_GCJ=yes
 
41326
+# func_arith arithmetic-term...
 
41327
+func_arith ()
 
41328
+{
 
41329
+  func_arith_result=$(( $* ))
 
41330
+}
 
41331
 
 
41332
-      # hardcode_minus_L: Not really in the search PATH,
 
41333
-      # but as the default location of the library.
 
41334
-      hardcode_minus_L_GCJ=yes
 
41335
-      export_dynamic_flag_spec_GCJ='${wl}-E'
 
41336
-      ;;
 
41337
+# func_len string
 
41338
+# STRING may not start with a hyphen.
 
41339
+func_len ()
 
41340
+{
 
41341
+  func_len_result=${#1}
 
41342
+}
 
41343
 
 
41344
-    hpux10*)
 
41345
-      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
41346
-       archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
41347
-      else
 
41348
-       archive_cmds_GCJ='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
 
41349
-      fi
 
41350
-      if test "$with_gnu_ld" = no; then
 
41351
-       hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
 
41352
-       hardcode_libdir_separator_GCJ=:
 
41353
+_LT_EOF
 
41354
+    ;;
 
41355
+  *) # Bourne compatible functions.
 
41356
+    cat << \_LT_EOF >> "$cfgfile"
 
41357
+
 
41358
+# func_dirname file append nondir_replacement
 
41359
+# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
 
41360
+# otherwise set result to NONDIR_REPLACEMENT.
 
41361
+func_dirname ()
 
41362
+{
 
41363
+  # Extract subdirectory from the argument.
 
41364
+  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
 
41365
+  if test "X$func_dirname_result" = "X${1}"; then
 
41366
+    func_dirname_result="${3}"
 
41367
+  else
 
41368
+    func_dirname_result="$func_dirname_result${2}"
 
41369
+  fi
 
41370
+}
 
41371
 
 
41372
-       hardcode_direct_GCJ=yes
 
41373
-       export_dynamic_flag_spec_GCJ='${wl}-E'
 
41374
+# func_basename file
 
41375
+func_basename ()
 
41376
+{
 
41377
+  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
 
41378
+}
 
41379
 
 
41380
-       # hardcode_minus_L: Not really in the search PATH,
 
41381
-       # but as the default location of the library.
 
41382
-       hardcode_minus_L_GCJ=yes
 
41383
-      fi
 
41384
-      ;;
 
41385
 
 
41386
-    hpux11*)
 
41387
-      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
41388
-       case $host_cpu in
 
41389
-       hppa*64*)
 
41390
-         archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
41391
-         ;;
 
41392
-       ia64*)
 
41393
-         archive_cmds_GCJ='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
41394
-         ;;
 
41395
-       *)
 
41396
-         archive_cmds_GCJ='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
41397
-         ;;
 
41398
-       esac
 
41399
-      else
 
41400
-       case $host_cpu in
 
41401
-       hppa*64*)
 
41402
-         archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
41403
-         ;;
 
41404
-       ia64*)
 
41405
-         archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
41406
-         ;;
 
41407
-       *)
 
41408
-         archive_cmds_GCJ='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
41409
-         ;;
 
41410
-       esac
 
41411
-      fi
 
41412
-      if test "$with_gnu_ld" = no; then
 
41413
-       hardcode_libdir_flag_spec_GCJ='${wl}+b ${wl}$libdir'
 
41414
-       hardcode_libdir_separator_GCJ=:
 
41415
+# func_stripname prefix suffix name
 
41416
+# strip PREFIX and SUFFIX off of NAME.
 
41417
+# PREFIX and SUFFIX must not contain globbing or regex special
 
41418
+# characters, hashes, percent signs, but SUFFIX may contain a leading
 
41419
+# dot (in which case that matches only a dot).
 
41420
+# func_strip_suffix prefix name
 
41421
+func_stripname ()
 
41422
+{
 
41423
+  case ${2} in
 
41424
+    .*) func_stripname_result=`$ECHO "X${3}" \
 
41425
+           | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
 
41426
+    *)  func_stripname_result=`$ECHO "X${3}" \
 
41427
+           | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
 
41428
+  esac
 
41429
+}
 
41430
 
 
41431
-       case $host_cpu in
 
41432
-       hppa*64*|ia64*)
 
41433
-         hardcode_libdir_flag_spec_ld_GCJ='+b $libdir'
 
41434
-         hardcode_direct_GCJ=no
 
41435
-         hardcode_shlibpath_var_GCJ=no
 
41436
-         ;;
 
41437
-       *)
 
41438
-         hardcode_direct_GCJ=yes
 
41439
-         export_dynamic_flag_spec_GCJ='${wl}-E'
 
41440
+# sed scripts:
 
41441
+my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
 
41442
+my_sed_long_arg='1s/^-[^=]*=//'
 
41443
 
 
41444
-         # hardcode_minus_L: Not really in the search PATH,
 
41445
-         # but as the default location of the library.
 
41446
-         hardcode_minus_L_GCJ=yes
 
41447
-         ;;
 
41448
-       esac
 
41449
-      fi
 
41450
-      ;;
 
41451
+# func_opt_split
 
41452
+func_opt_split ()
 
41453
+{
 
41454
+  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
 
41455
+  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
 
41456
+}
 
41457
 
 
41458
-    irix5* | irix6* | nonstopux*)
 
41459
-      if test "$GCC" = yes; then
 
41460
-       archive_cmds_GCJ='$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'
 
41461
-      else
 
41462
-       archive_cmds_GCJ='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" && echo -set_version $verstring` -update_registry ${output_objdir}/so_locations -o $lib'
 
41463
-       hardcode_libdir_flag_spec_ld_GCJ='-rpath $libdir'
 
41464
-      fi
 
41465
-      hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
 
41466
-      hardcode_libdir_separator_GCJ=:
 
41467
-      link_all_deplibs_GCJ=yes
 
41468
-      ;;
 
41469
+# func_lo2o object
 
41470
+func_lo2o ()
 
41471
+{
 
41472
+  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
 
41473
+}
 
41474
 
 
41475
-    netbsd*)
 
41476
-      if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
41477
-       archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
 
41478
-      else
 
41479
-       archive_cmds_GCJ='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
 
41480
-      fi
 
41481
-      hardcode_libdir_flag_spec_GCJ='-R$libdir'
 
41482
-      hardcode_direct_GCJ=yes
 
41483
-      hardcode_shlibpath_var_GCJ=no
 
41484
-      ;;
 
41485
+# func_xform libobj-or-source
 
41486
+func_xform ()
 
41487
+{
 
41488
+  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
 
41489
+}
 
41490
+
 
41491
+# func_arith arithmetic-term...
 
41492
+func_arith ()
 
41493
+{
 
41494
+  func_arith_result=`expr "$@"`
 
41495
+}
 
41496
+
 
41497
+# func_len string
 
41498
+# STRING may not start with a hyphen.
 
41499
+func_len ()
 
41500
+{
 
41501
+  func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
 
41502
+}
 
41503
+
 
41504
+_LT_EOF
 
41505
+esac
 
41506
 
 
41507
-    newsos6)
 
41508
-      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
41509
-      hardcode_direct_GCJ=yes
 
41510
-      hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
 
41511
-      hardcode_libdir_separator_GCJ=:
 
41512
-      hardcode_shlibpath_var_GCJ=no
 
41513
-      ;;
 
41514
+case $lt_shell_append in
 
41515
+  yes)
 
41516
+    cat << \_LT_EOF >> "$cfgfile"
 
41517
+
 
41518
+# func_append var value
 
41519
+# Append VALUE to the end of shell variable VAR.
 
41520
+func_append ()
 
41521
+{
 
41522
+  eval "$1+=\$2"
 
41523
+}
 
41524
+_LT_EOF
 
41525
+    ;;
 
41526
+  *)
 
41527
+    cat << \_LT_EOF >> "$cfgfile"
 
41528
 
 
41529
-    openbsd*)
 
41530
-      if test -f /usr/libexec/ld.so; then
 
41531
-       hardcode_direct_GCJ=yes
 
41532
-       hardcode_shlibpath_var_GCJ=no
 
41533
-       if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
41534
-         archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
41535
-         archive_expsym_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
 
41536
-         hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
 
41537
-         export_dynamic_flag_spec_GCJ='${wl}-E'
 
41538
-       else
 
41539
-         case $host_os in
 
41540
-          openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
 
41541
-            archive_cmds_GCJ='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
41542
-            hardcode_libdir_flag_spec_GCJ='-R$libdir'
 
41543
-            ;;
 
41544
-          *)
 
41545
-            archive_cmds_GCJ='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
41546
-            hardcode_libdir_flag_spec_GCJ='${wl}-rpath,$libdir'
 
41547
-            ;;
 
41548
-         esac
 
41549
-        fi
 
41550
-      else
 
41551
-       ld_shlibs_GCJ=no
 
41552
-      fi
 
41553
-      ;;
 
41554
+# func_append var value
 
41555
+# Append VALUE to the end of shell variable VAR.
 
41556
+func_append ()
 
41557
+{
 
41558
+  eval "$1=\$$1\$2"
 
41559
+}
 
41560
 
 
41561
-    os2*)
 
41562
-      hardcode_libdir_flag_spec_GCJ='-L$libdir'
 
41563
-      hardcode_minus_L_GCJ=yes
 
41564
-      allow_undefined_flag_GCJ=unsupported
 
41565
-      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'
 
41566
-      old_archive_From_new_cmds_GCJ='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
 
41567
-      ;;
 
41568
+_LT_EOF
 
41569
+    ;;
 
41570
+  esac
 
41571
 
 
41572
-    osf3*)
 
41573
-      if test "$GCC" = yes; then
 
41574
-       allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
 
41575
-       archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
41576
-      else
 
41577
-       allow_undefined_flag_GCJ=' -expect_unresolved \*'
 
41578
-       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'
 
41579
-      fi
 
41580
-      hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
 
41581
-      hardcode_libdir_separator_GCJ=:
 
41582
-      ;;
 
41583
 
 
41584
-    osf4* | osf5*)     # as osf3* with the addition of -msym flag
 
41585
-      if test "$GCC" = yes; then
 
41586
-       allow_undefined_flag_GCJ=' ${wl}-expect_unresolved ${wl}\*'
 
41587
-       archive_cmds_GCJ='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && echo ${wl}-set_version ${wl}$verstring` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
 
41588
-       hardcode_libdir_flag_spec_GCJ='${wl}-rpath ${wl}$libdir'
 
41589
-      else
 
41590
-       allow_undefined_flag_GCJ=' -expect_unresolved \*'
 
41591
-       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'
 
41592
-       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~
 
41593
-       $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'
 
41594
+  sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
 
41595
+    || (rm -f "$cfgfile"; exit 1)
 
41596
 
 
41597
-       # Both c and cxx compiler support -rpath directly
 
41598
-       hardcode_libdir_flag_spec_GCJ='-rpath $libdir'
 
41599
-      fi
 
41600
-      hardcode_libdir_separator_GCJ=:
 
41601
-      ;;
 
41602
+  mv -f "$cfgfile" "$ofile" ||
 
41603
+    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
 
41604
+  chmod +x "$ofile"
 
41605
 
 
41606
-    solaris*)
 
41607
-      no_undefined_flag_GCJ=' -z text'
 
41608
-      if test "$GCC" = yes; then
 
41609
-       wlarc='${wl}'
 
41610
-       archive_cmds_GCJ='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
41611
-       archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
41612
-         $CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$rm $lib.exp'
 
41613
-      else
 
41614
-       wlarc=''
 
41615
-       archive_cmds_GCJ='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
41616
-       archive_expsym_cmds_GCJ='$echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~$echo "local: *; };" >> $lib.exp~
 
41617
-       $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$rm $lib.exp'
 
41618
-      fi
 
41619
-      hardcode_libdir_flag_spec_GCJ='-R$libdir'
 
41620
-      hardcode_shlibpath_var_GCJ=no
 
41621
-      case $host_os in
 
41622
-      solaris2.[0-5] | solaris2.[0-5].*) ;;
 
41623
-      *)
 
41624
-       # The compiler driver will combine and reorder linker options,
 
41625
-       # but understands `-z linker_flag'.  GCC discards it without `$wl',
 
41626
-       # but is careful enough not to reorder.
 
41627
-       # Supported since Solaris 2.6 (maybe 2.5.1?)
 
41628
-       if test "$GCC" = yes; then
 
41629
-         whole_archive_flag_spec_GCJ='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
 
41630
-       else
 
41631
-         whole_archive_flag_spec_GCJ='-z allextract$convenience -z defaultextract'
 
41632
-       fi
 
41633
-       ;;
 
41634
-      esac
 
41635
-      link_all_deplibs_GCJ=yes
 
41636
-      ;;
 
41637
 
 
41638
-    sunos4*)
 
41639
-      if test "x$host_vendor" = xsequent; then
 
41640
-       # Use $CC to link under sequent, because it throws in some extra .o
 
41641
-       # files that make .init and .fini sections work.
 
41642
-       archive_cmds_GCJ='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
 
41643
-      else
 
41644
-       archive_cmds_GCJ='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
 
41645
-      fi
 
41646
-      hardcode_libdir_flag_spec_GCJ='-L$libdir'
 
41647
-      hardcode_direct_GCJ=yes
 
41648
-      hardcode_minus_L_GCJ=yes
 
41649
-      hardcode_shlibpath_var_GCJ=no
 
41650
-      ;;
 
41651
+    cat <<_LT_EOF >> "$ofile"
 
41652
 
 
41653
-    sysv4)
 
41654
-      case $host_vendor in
 
41655
-       sni)
 
41656
-         archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
41657
-         hardcode_direct_GCJ=yes # is this really true???
 
41658
-       ;;
 
41659
-       siemens)
 
41660
-         ## LD is ld it makes a PLAMLIB
 
41661
-         ## CC just makes a GrossModule.
 
41662
-         archive_cmds_GCJ='$LD -G -o $lib $libobjs $deplibs $linker_flags'
 
41663
-         reload_cmds_GCJ='$CC -r -o $output$reload_objs'
 
41664
-         hardcode_direct_GCJ=no
 
41665
-        ;;
 
41666
-       motorola)
 
41667
-         archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
41668
-         hardcode_direct_GCJ=no #Motorola manual says yes, but my tests say they lie
 
41669
-       ;;
 
41670
-      esac
 
41671
-      runpath_var='LD_RUN_PATH'
 
41672
-      hardcode_shlibpath_var_GCJ=no
 
41673
-      ;;
 
41674
+# ### BEGIN LIBTOOL TAG CONFIG: CXX
 
41675
 
 
41676
-    sysv4.3*)
 
41677
-      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
41678
-      hardcode_shlibpath_var_GCJ=no
 
41679
-      export_dynamic_flag_spec_GCJ='-Bexport'
 
41680
-      ;;
 
41681
+# The linker used to build libraries.
 
41682
+LD=$lt_LD_CXX
 
41683
 
 
41684
-    sysv4*MP*)
 
41685
-      if test -d /usr/nec; then
 
41686
-       archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
41687
-       hardcode_shlibpath_var_GCJ=no
 
41688
-       runpath_var=LD_RUN_PATH
 
41689
-       hardcode_runpath_var=yes
 
41690
-       ld_shlibs_GCJ=yes
 
41691
-      fi
 
41692
-      ;;
 
41693
+# Commands used to build an old-style archive.
 
41694
+old_archive_cmds=$lt_old_archive_cmds_CXX
 
41695
 
 
41696
-    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
 
41697
-      no_undefined_flag_GCJ='${wl}-z,text'
 
41698
-      archive_cmds_need_lc_GCJ=no
 
41699
-      hardcode_shlibpath_var_GCJ=no
 
41700
-      runpath_var='LD_RUN_PATH'
 
41701
+# A language specific compiler.
 
41702
+CC=$lt_compiler_CXX
 
41703
 
 
41704
-      if test "$GCC" = yes; then
 
41705
-       archive_cmds_GCJ='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
41706
-       archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
41707
-      else
 
41708
-       archive_cmds_GCJ='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
41709
-       archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
41710
-      fi
 
41711
-      ;;
 
41712
+# Is the compiler the GNU compiler?
 
41713
+with_gcc=$GCC_CXX
 
41714
 
 
41715
-    sysv5* | sco3.2v5* | sco5v6*)
 
41716
-      # Note: We can NOT use -z defs as we might desire, because we do not
 
41717
-      # link with -lc, and that would cause any symbols used from libc to
 
41718
-      # always be unresolved, which means just about no library would
 
41719
-      # ever link correctly.  If we're not using GNU ld we use -z text
 
41720
-      # though, which does catch some bad symbols but isn't as heavy-handed
 
41721
-      # as -z defs.
 
41722
-      no_undefined_flag_GCJ='${wl}-z,text'
 
41723
-      allow_undefined_flag_GCJ='${wl}-z,nodefs'
 
41724
-      archive_cmds_need_lc_GCJ=no
 
41725
-      hardcode_shlibpath_var_GCJ=no
 
41726
-      hardcode_libdir_flag_spec_GCJ='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
 
41727
-      hardcode_libdir_separator_GCJ=':'
 
41728
-      link_all_deplibs_GCJ=yes
 
41729
-      export_dynamic_flag_spec_GCJ='${wl}-Bexport'
 
41730
-      runpath_var='LD_RUN_PATH'
 
41731
+# Compiler flag to turn off builtin functions.
 
41732
+no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
 
41733
 
 
41734
-      if test "$GCC" = yes; then
 
41735
-       archive_cmds_GCJ='$CC -shared ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
41736
-       archive_expsym_cmds_GCJ='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
41737
-      else
 
41738
-       archive_cmds_GCJ='$CC -G ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
41739
-       archive_expsym_cmds_GCJ='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,\${SCOABSPATH:+${install_libdir}/}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
41740
-      fi
 
41741
-      ;;
 
41742
+# How to pass a linker flag through the compiler.
 
41743
+wl=$lt_lt_prog_compiler_wl_CXX
 
41744
 
 
41745
-    uts4*)
 
41746
-      archive_cmds_GCJ='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
41747
-      hardcode_libdir_flag_spec_GCJ='-L$libdir'
 
41748
-      hardcode_shlibpath_var_GCJ=no
 
41749
-      ;;
 
41750
+# Additional compiler flags for building library objects.
 
41751
+pic_flag=$lt_lt_prog_compiler_pic_CXX
 
41752
 
 
41753
-    *)
 
41754
-      ld_shlibs_GCJ=no
 
41755
-      ;;
 
41756
-    esac
 
41757
-  fi
 
41758
+# Compiler flag to prevent dynamic linking.
 
41759
+link_static_flag=$lt_lt_prog_compiler_static_CXX
 
41760
 
 
41761
-{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5
 
41762
-$as_echo "$ld_shlibs_GCJ" >&6; }
 
41763
-test "$ld_shlibs_GCJ" = no && can_build_shared=no
 
41764
+# Does compiler simultaneously support -c and -o options?
 
41765
+compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
 
41766
 
 
41767
-#
 
41768
-# Do we need to explicitly link libc?
 
41769
-#
 
41770
-case "x$archive_cmds_need_lc_GCJ" in
 
41771
-x|xyes)
 
41772
-  # Assume -lc should be added
 
41773
-  archive_cmds_need_lc_GCJ=yes
 
41774
+# Whether or not to add -lc for building shared libraries.
 
41775
+build_libtool_need_lc=$archive_cmds_need_lc_CXX
 
41776
 
 
41777
-  if test "$enable_shared" = yes && test "$GCC" = yes; then
 
41778
-    case $archive_cmds_GCJ in
 
41779
-    *'~'*)
 
41780
-      # FIXME: we may have to deal with multi-command sequences.
 
41781
-      ;;
 
41782
-    '$CC '*)
 
41783
-      # Test whether the compiler implicitly links with -lc since on some
 
41784
-      # systems, -lgcc has to come before -lc. If gcc already passes -lc
 
41785
-      # to ld, don't add -lc before -lgcc.
 
41786
-      { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
41787
-$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
 
41788
-      $rm conftest*
 
41789
-      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
41790
+# Whether or not to disallow shared libs when runtime libs are static.
 
41791
+allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
 
41792
 
 
41793
-      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
41794
-  (eval $ac_compile) 2>&5
 
41795
-  ac_status=$?
 
41796
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
41797
-  (exit $ac_status); } 2>conftest.err; then
 
41798
-        soname=conftest
 
41799
-        lib=conftest
 
41800
-        libobjs=conftest.$ac_objext
 
41801
-        deplibs=
 
41802
-        wl=$lt_prog_compiler_wl_GCJ
 
41803
-       pic_flag=$lt_prog_compiler_pic_GCJ
 
41804
-        compiler_flags=-v
 
41805
-        linker_flags=-v
 
41806
-        verstring=
 
41807
-        output_objdir=.
 
41808
-        libname=conftest
 
41809
-        lt_save_allow_undefined_flag=$allow_undefined_flag_GCJ
 
41810
-        allow_undefined_flag_GCJ=
 
41811
-        if { (eval echo "$as_me:$LINENO: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5
 
41812
-  (eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5
 
41813
-  ac_status=$?
 
41814
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
41815
-  (exit $ac_status); }
 
41816
-        then
 
41817
-         archive_cmds_need_lc_GCJ=no
 
41818
-        else
 
41819
-         archive_cmds_need_lc_GCJ=yes
 
41820
-        fi
 
41821
-        allow_undefined_flag_GCJ=$lt_save_allow_undefined_flag
 
41822
-      else
 
41823
-        cat conftest.err 1>&5
 
41824
-      fi
 
41825
-      $rm conftest*
 
41826
-      { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5
 
41827
-$as_echo "$archive_cmds_need_lc_GCJ" >&6; }
 
41828
-      ;;
 
41829
-    esac
 
41830
-  fi
 
41831
-  ;;
 
41832
-esac
 
41833
+# Compiler flag to allow reflexive dlopens.
 
41834
+export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
 
41835
 
 
41836
-{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
41837
-$as_echo_n "checking dynamic linker characteristics... " >&6; }
 
41838
-library_names_spec=
 
41839
-libname_spec='lib$name'
 
41840
-soname_spec=
 
41841
-shrext_cmds=".so"
 
41842
-postinstall_cmds=
 
41843
-postuninstall_cmds=
 
41844
-finish_cmds=
 
41845
-finish_eval=
 
41846
-shlibpath_var=
 
41847
-shlibpath_overrides_runpath=unknown
 
41848
-version_type=none
 
41849
-dynamic_linker="$host_os ld.so"
 
41850
-sys_lib_dlsearch_path_spec="/lib /usr/lib"
 
41851
+# Compiler flag to generate shared objects directly from archives.
 
41852
+whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
 
41853
 
 
41854
-need_lib_prefix=unknown
 
41855
-hardcode_into_libs=no
 
41856
+# Whether the compiler copes with passing no objects directly.
 
41857
+compiler_needs_object=$lt_compiler_needs_object_CXX
 
41858
 
 
41859
-# when you set need_version to no, make sure it does not cause -set_version
 
41860
-# flags to be left without arguments
 
41861
-need_version=unknown
 
41862
+# Create an old-style archive from a shared archive.
 
41863
+old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
 
41864
 
 
41865
-case $host_os in
 
41866
-aix3*)
 
41867
-  version_type=linux
 
41868
-  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
 
41869
-  shlibpath_var=LIBPATH
 
41870
+# Create a temporary old-style archive to link instead of a shared archive.
 
41871
+old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
 
41872
 
 
41873
-  # AIX 3 has no versioning support, so we append a major version to the name.
 
41874
-  soname_spec='${libname}${release}${shared_ext}$major'
 
41875
-  ;;
 
41876
+# Commands used to build a shared archive.
 
41877
+archive_cmds=$lt_archive_cmds_CXX
 
41878
+archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
 
41879
 
 
41880
-aix[4-9]*)
 
41881
-  version_type=linux
 
41882
-  need_lib_prefix=no
 
41883
-  need_version=no
 
41884
-  hardcode_into_libs=yes
 
41885
-  if test "$host_cpu" = ia64; then
 
41886
-    # AIX 5 supports IA64
 
41887
-    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
 
41888
-    shlibpath_var=LD_LIBRARY_PATH
 
41889
-  else
 
41890
-    # With GCC up to 2.95.x, collect2 would create an import file
 
41891
-    # for dependence libraries.  The import file would start with
 
41892
-    # the line `#! .'.  This would cause the generated library to
 
41893
-    # depend on `.', always an invalid library.  This was fixed in
 
41894
-    # development snapshots of GCC prior to 3.0.
 
41895
-    case $host_os in
 
41896
-      aix4 | aix4.[01] | aix4.[01].*)
 
41897
-      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
 
41898
-          echo ' yes '
 
41899
-          echo '#endif'; } | ${CC} -E - | grep yes > /dev/null; then
 
41900
-       :
 
41901
-      else
 
41902
-       can_build_shared=no
 
41903
-      fi
 
41904
-      ;;
 
41905
-    esac
 
41906
-    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
 
41907
-    # soname into executable. Probably we can add versioning support to
 
41908
-    # collect2, so additional links can be useful in future.
 
41909
-    if test "$aix_use_runtimelinking" = yes; then
 
41910
-      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
 
41911
-      # instead of lib<name>.a to let people know that these are not
 
41912
-      # typical AIX shared libraries.
 
41913
-      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
41914
-    else
 
41915
-      # We preserve .a as extension for shared libraries through AIX4.2
 
41916
-      # and later when we are not doing run time linking.
 
41917
-      library_names_spec='${libname}${release}.a $libname.a'
 
41918
-      soname_spec='${libname}${release}${shared_ext}$major'
 
41919
-    fi
 
41920
-    shlibpath_var=LIBPATH
 
41921
-  fi
 
41922
-  ;;
 
41923
+# Commands used to build a loadable module if different from building
 
41924
+# a shared archive.
 
41925
+module_cmds=$lt_module_cmds_CXX
 
41926
+module_expsym_cmds=$lt_module_expsym_cmds_CXX
 
41927
 
 
41928
-amigaos*)
 
41929
-  library_names_spec='$libname.ixlibrary $libname.a'
 
41930
-  # Create ${libname}_ixlibrary.a entries in /sys/libs.
 
41931
-  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'
 
41932
-  ;;
 
41933
+# Whether we are building with GNU ld or not.
 
41934
+with_gnu_ld=$lt_with_gnu_ld_CXX
 
41935
 
 
41936
-beos*)
 
41937
-  library_names_spec='${libname}${shared_ext}'
 
41938
-  dynamic_linker="$host_os ld.so"
 
41939
-  shlibpath_var=LIBRARY_PATH
 
41940
-  ;;
 
41941
+# Flag that allows shared libraries with undefined symbols to be built.
 
41942
+allow_undefined_flag=$lt_allow_undefined_flag_CXX
 
41943
 
 
41944
-bsdi[45]*)
 
41945
-  version_type=linux
 
41946
-  need_version=no
 
41947
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
41948
-  soname_spec='${libname}${release}${shared_ext}$major'
 
41949
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
 
41950
-  shlibpath_var=LD_LIBRARY_PATH
 
41951
-  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
 
41952
-  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
 
41953
-  # the default ld.so.conf also contains /usr/contrib/lib and
 
41954
-  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
 
41955
-  # libtool to hard-code these into programs
 
41956
-  ;;
 
41957
+# Flag that enforces no undefined symbols.
 
41958
+no_undefined_flag=$lt_no_undefined_flag_CXX
 
41959
 
 
41960
-cygwin* | mingw* | pw32*)
 
41961
-  version_type=windows
 
41962
-  shrext_cmds=".dll"
 
41963
-  need_version=no
 
41964
-  need_lib_prefix=no
 
41965
+# Flag to hardcode \$libdir into a binary during linking.
 
41966
+# This must work even if \$libdir does not exist
 
41967
+hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
 
41968
 
 
41969
-  case $GCC,$host_os in
 
41970
-  yes,cygwin* | yes,mingw* | yes,pw32*)
 
41971
-    library_names_spec='$libname.dll.a'
 
41972
-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
 
41973
-    postinstall_cmds='base_file=`basename \${file}`~
 
41974
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
 
41975
-      dldir=$destdir/`dirname \$dlpath`~
 
41976
-      test -d \$dldir || mkdir -p \$dldir~
 
41977
-      $install_prog $dir/$dlname \$dldir/$dlname~
 
41978
-      chmod a+x \$dldir/$dlname'
 
41979
-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
 
41980
-      dlpath=$dir/\$dldll~
 
41981
-       $rm \$dlpath'
 
41982
-    shlibpath_overrides_runpath=yes
 
41983
+# If ld is used when linking, flag to hardcode \$libdir into a binary
 
41984
+# during linking.  This must work even if \$libdir does not exist.
 
41985
+hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
 
41986
 
 
41987
-    case $host_os in
 
41988
-    cygwin*)
 
41989
-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
 
41990
-      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
 
41991
-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
 
41992
-      ;;
 
41993
-    mingw*)
 
41994
-      # MinGW DLLs use traditional 'lib' prefix
 
41995
-      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
 
41996
-      sys_lib_search_path_spec=`$CC -print-search-dirs | grep "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
41997
-      if echo "$sys_lib_search_path_spec" | grep ';[c-zC-Z]:/' >/dev/null; then
 
41998
-        # It is most probably a Windows format PATH printed by
 
41999
-        # mingw gcc, but we are running on Cygwin. Gcc prints its search
 
42000
-        # path with ; separators, and with drive letters. We can handle the
 
42001
-        # drive letters (cygwin fileutils understands them), so leave them,
 
42002
-        # especially as we might pass files found there to a mingw objdump,
 
42003
-        # which wouldn't understand a cygwinified path. Ahh.
 
42004
-        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
 
42005
-      else
 
42006
-        sys_lib_search_path_spec=`echo "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
42007
-      fi
 
42008
-      ;;
 
42009
-    pw32*)
 
42010
-      # pw32 DLLs use 'pw' prefix rather than 'lib'
 
42011
-      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
 
42012
-      ;;
 
42013
-    esac
 
42014
-    ;;
 
42015
+# Whether we need a single "-rpath" flag with a separated argument.
 
42016
+hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
 
42017
 
 
42018
-  *)
 
42019
-    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
 
42020
-    ;;
 
42021
-  esac
 
42022
-  dynamic_linker='Win32 ld.exe'
 
42023
-  # FIXME: first we should search . and the directory the executable is in
 
42024
-  shlibpath_var=PATH
 
42025
-  ;;
 
42026
+# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
 
42027
+# DIR into the resulting binary.
 
42028
+hardcode_direct=$hardcode_direct_CXX
 
42029
 
 
42030
-darwin* | rhapsody*)
 
42031
-  dynamic_linker="$host_os dyld"
 
42032
-  version_type=darwin
 
42033
-  need_lib_prefix=no
 
42034
-  need_version=no
 
42035
-  library_names_spec='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
 
42036
-  soname_spec='${libname}${release}${major}$shared_ext'
 
42037
-  shlibpath_overrides_runpath=yes
 
42038
-  shlibpath_var=DYLD_LIBRARY_PATH
 
42039
-  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
 
42040
+# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
 
42041
+# DIR into the resulting binary and the resulting library dependency is
 
42042
+# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
 
42043
+# library is relocated.
 
42044
+hardcode_direct_absolute=$hardcode_direct_absolute_CXX
 
42045
 
 
42046
-  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
 
42047
-  ;;
 
42048
+# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
 
42049
+# into the resulting binary.
 
42050
+hardcode_minus_L=$hardcode_minus_L_CXX
 
42051
 
 
42052
-dgux*)
 
42053
-  version_type=linux
 
42054
-  need_lib_prefix=no
 
42055
-  need_version=no
 
42056
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
 
42057
-  soname_spec='${libname}${release}${shared_ext}$major'
 
42058
-  shlibpath_var=LD_LIBRARY_PATH
 
42059
-  ;;
 
42060
+# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
 
42061
+# into the resulting binary.
 
42062
+hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
 
42063
 
 
42064
-freebsd1*)
 
42065
-  dynamic_linker=no
 
42066
-  ;;
 
42067
+# Set to "yes" if building a shared library automatically hardcodes DIR
 
42068
+# into the library and all subsequent libraries and executables linked
 
42069
+# against it.
 
42070
+hardcode_automatic=$hardcode_automatic_CXX
 
42071
 
 
42072
-freebsd* | dragonfly*)
 
42073
-  # DragonFly does not have aout.  When/if they implement a new
 
42074
-  # versioning mechanism, adjust this.
 
42075
-  if test -x /usr/bin/objformat; then
 
42076
-    objformat=`/usr/bin/objformat`
 
42077
-  else
 
42078
-    case $host_os in
 
42079
-    freebsd[123]*) objformat=aout ;;
 
42080
-    *) objformat=elf ;;
 
42081
-    esac
 
42082
-  fi
 
42083
-  version_type=freebsd-$objformat
 
42084
-  case $version_type in
 
42085
-    freebsd-elf*)
 
42086
-      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
 
42087
-      need_version=no
 
42088
-      need_lib_prefix=no
 
42089
-      ;;
 
42090
-    freebsd-*)
 
42091
-      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
 
42092
-      need_version=yes
 
42093
-      ;;
 
42094
-  esac
 
42095
-  shlibpath_var=LD_LIBRARY_PATH
 
42096
-  case $host_os in
 
42097
-  freebsd2*)
 
42098
-    shlibpath_overrides_runpath=yes
 
42099
-    ;;
 
42100
-  freebsd3.[01]* | freebsdelf3.[01]*)
 
42101
-    shlibpath_overrides_runpath=yes
 
42102
-    hardcode_into_libs=yes
 
42103
-    ;;
 
42104
-  freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
 
42105
-  freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
 
42106
-    shlibpath_overrides_runpath=no
 
42107
-    hardcode_into_libs=yes
 
42108
-    ;;
 
42109
-  *) # from 4.6 on, and DragonFly
 
42110
-    shlibpath_overrides_runpath=yes
 
42111
-    hardcode_into_libs=yes
 
42112
-    ;;
 
42113
-  esac
 
42114
-  ;;
 
42115
+# Set to yes if linker adds runtime paths of dependent libraries
 
42116
+# to runtime path list.
 
42117
+inherit_rpath=$inherit_rpath_CXX
 
42118
 
 
42119
-gnu*)
 
42120
-  version_type=linux
 
42121
-  need_lib_prefix=no
 
42122
-  need_version=no
 
42123
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
 
42124
-  soname_spec='${libname}${release}${shared_ext}$major'
 
42125
-  shlibpath_var=LD_LIBRARY_PATH
 
42126
-  hardcode_into_libs=yes
 
42127
-  ;;
 
42128
+# Whether libtool must link a program against all its dependency libraries.
 
42129
+link_all_deplibs=$link_all_deplibs_CXX
 
42130
 
 
42131
-hpux9* | hpux10* | hpux11*)
 
42132
-  # Give a soname corresponding to the major version so that dld.sl refuses to
 
42133
-  # link against other versions.
 
42134
-  version_type=sunos
 
42135
-  need_lib_prefix=no
 
42136
-  need_version=no
 
42137
-  case $host_cpu in
 
42138
-  ia64*)
 
42139
-    shrext_cmds='.so'
 
42140
-    hardcode_into_libs=yes
 
42141
-    dynamic_linker="$host_os dld.so"
 
42142
-    shlibpath_var=LD_LIBRARY_PATH
 
42143
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
 
42144
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
42145
-    soname_spec='${libname}${release}${shared_ext}$major'
 
42146
-    if test "X$HPUX_IA64_MODE" = X32; then
 
42147
-      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
 
42148
-    else
 
42149
-      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
 
42150
-    fi
 
42151
-    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
42152
-    ;;
 
42153
-   hppa*64*)
 
42154
-     shrext_cmds='.sl'
 
42155
-     hardcode_into_libs=yes
 
42156
-     dynamic_linker="$host_os dld.sl"
 
42157
-     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
 
42158
-     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
 
42159
-     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
42160
-     soname_spec='${libname}${release}${shared_ext}$major'
 
42161
-     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
 
42162
-     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
42163
-     ;;
 
42164
-   *)
 
42165
-    shrext_cmds='.sl'
 
42166
-    dynamic_linker="$host_os dld.sl"
 
42167
-    shlibpath_var=SHLIB_PATH
 
42168
-    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
 
42169
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
42170
-    soname_spec='${libname}${release}${shared_ext}$major'
 
42171
-    ;;
 
42172
-  esac
 
42173
-  # HP-UX runs *really* slowly unless shared libraries are mode 555.
 
42174
-  postinstall_cmds='chmod 555 $lib'
 
42175
-  ;;
 
42176
+# Fix the shell variable \$srcfile for the compiler.
 
42177
+fix_srcfile_path=$lt_fix_srcfile_path_CXX
 
42178
 
 
42179
-interix[3-9]*)
 
42180
-  version_type=linux
 
42181
-  need_lib_prefix=no
 
42182
-  need_version=no
 
42183
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
42184
-  soname_spec='${libname}${release}${shared_ext}$major'
 
42185
-  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
 
42186
-  shlibpath_var=LD_LIBRARY_PATH
 
42187
-  shlibpath_overrides_runpath=no
 
42188
-  hardcode_into_libs=yes
 
42189
-  ;;
 
42190
+# Set to "yes" if exported symbols are required.
 
42191
+always_export_symbols=$always_export_symbols_CXX
 
42192
 
 
42193
-irix5* | irix6* | nonstopux*)
 
42194
-  case $host_os in
 
42195
-    nonstopux*) version_type=nonstopux ;;
 
42196
-    *)
 
42197
-       if test "$lt_cv_prog_gnu_ld" = yes; then
 
42198
-               version_type=linux
 
42199
-       else
 
42200
-               version_type=irix
 
42201
-       fi ;;
 
42202
-  esac
 
42203
-  need_lib_prefix=no
 
42204
-  need_version=no
 
42205
-  soname_spec='${libname}${release}${shared_ext}$major'
 
42206
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
 
42207
-  case $host_os in
 
42208
-  irix5* | nonstopux*)
 
42209
-    libsuff= shlibsuff=
 
42210
-    ;;
 
42211
-  *)
 
42212
-    case $LD in # libtool.m4 will add one of these switches to LD
 
42213
-    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
 
42214
-      libsuff= shlibsuff= libmagic=32-bit;;
 
42215
-    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
 
42216
-      libsuff=32 shlibsuff=N32 libmagic=N32;;
 
42217
-    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
 
42218
-      libsuff=64 shlibsuff=64 libmagic=64-bit;;
 
42219
-    *) libsuff= shlibsuff= libmagic=never-match;;
 
42220
-    esac
 
42221
-    ;;
 
42222
-  esac
 
42223
-  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
 
42224
-  shlibpath_overrides_runpath=no
 
42225
-  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
 
42226
-  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
 
42227
-  hardcode_into_libs=yes
 
42228
-  ;;
 
42229
+# The commands to list exported symbols.
 
42230
+export_symbols_cmds=$lt_export_symbols_cmds_CXX
 
42231
 
 
42232
-# No shared lib support for Linux oldld, aout, or coff.
 
42233
-linux*oldld* | linux*aout* | linux*coff*)
 
42234
-  dynamic_linker=no
 
42235
-  ;;
 
42236
+# Symbols that should not be listed in the preloaded symbols.
 
42237
+exclude_expsyms=$lt_exclude_expsyms_CXX
 
42238
 
 
42239
-# This must be Linux ELF.
 
42240
-linux* | k*bsd*-gnu)
 
42241
-  version_type=linux
 
42242
-  need_lib_prefix=no
 
42243
-  need_version=no
 
42244
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
42245
-  soname_spec='${libname}${release}${shared_ext}$major'
 
42246
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
 
42247
-  shlibpath_var=LD_LIBRARY_PATH
 
42248
-  shlibpath_overrides_runpath=no
 
42249
-  # This implies no fast_install, which is unacceptable.
 
42250
-  # Some rework will be needed to allow for fast_install
 
42251
-  # before this can be enabled.
 
42252
-  hardcode_into_libs=yes
 
42253
-  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
 
42254
-  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
 
42255
+# Symbols that must always be exported.
 
42256
+include_expsyms=$lt_include_expsyms_CXX
 
42257
 
 
42258
-  # Append ld.so.conf contents to the search path
 
42259
-  if test -f /etc/ld.so.conf; then
 
42260
-    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' ' '`
 
42261
-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
 
42262
-  fi
 
42263
+# Commands necessary for linking programs (against libraries) with templates.
 
42264
+prelink_cmds=$lt_prelink_cmds_CXX
 
42265
 
 
42266
-  # We used to test for /lib/ld.so.1 and disable shared libraries on
 
42267
-  # powerpc, because MkLinux only supported shared libraries with the
 
42268
-  # GNU dynamic linker.  Since this was broken with cross compilers,
 
42269
-  # most powerpc-linux boxes support dynamic linking these days and
 
42270
-  # people can always --disable-shared, the test was removed, and we
 
42271
-  # assume the GNU/Linux dynamic linker is in use.
 
42272
-  dynamic_linker='GNU/Linux ld.so'
 
42273
-  ;;
 
42274
+# Specify filename containing input files.
 
42275
+file_list_spec=$lt_file_list_spec_CXX
 
42276
 
 
42277
-netbsd*)
 
42278
-  version_type=sunos
 
42279
-  need_lib_prefix=no
 
42280
-  need_version=no
 
42281
-  if echo __ELF__ | $CC -E - | grep __ELF__ >/dev/null; then
 
42282
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
42283
-    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
42284
-    dynamic_linker='NetBSD (a.out) ld.so'
 
42285
-  else
 
42286
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
42287
-    soname_spec='${libname}${release}${shared_ext}$major'
 
42288
-    dynamic_linker='NetBSD ld.elf_so'
 
42289
-  fi
 
42290
-  shlibpath_var=LD_LIBRARY_PATH
 
42291
-  shlibpath_overrides_runpath=yes
 
42292
-  hardcode_into_libs=yes
 
42293
-  ;;
 
42294
+# How to hardcode a shared library path into an executable.
 
42295
+hardcode_action=$hardcode_action_CXX
 
42296
 
 
42297
-newsos6)
 
42298
-  version_type=linux
 
42299
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
42300
-  shlibpath_var=LD_LIBRARY_PATH
 
42301
-  shlibpath_overrides_runpath=yes
 
42302
-  ;;
 
42303
+# The directories searched by this compiler when creating a shared library.
 
42304
+compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
 
42305
 
 
42306
-nto-qnx*)
 
42307
-  version_type=linux
 
42308
-  need_lib_prefix=no
 
42309
-  need_version=no
 
42310
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
42311
-  soname_spec='${libname}${release}${shared_ext}$major'
 
42312
-  shlibpath_var=LD_LIBRARY_PATH
 
42313
-  shlibpath_overrides_runpath=yes
 
42314
-  ;;
 
42315
+# Dependencies to place before and after the objects being linked to
 
42316
+# create a shared library.
 
42317
+predep_objects=$lt_predep_objects_CXX
 
42318
+postdep_objects=$lt_postdep_objects_CXX
 
42319
+predeps=$lt_predeps_CXX
 
42320
+postdeps=$lt_postdeps_CXX
 
42321
 
 
42322
-openbsd*)
 
42323
-  version_type=sunos
 
42324
-  sys_lib_dlsearch_path_spec="/usr/lib"
 
42325
-  need_lib_prefix=no
 
42326
-  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
 
42327
-  case $host_os in
 
42328
-    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
 
42329
-    *)                         need_version=no  ;;
 
42330
-  esac
 
42331
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
42332
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
42333
-  shlibpath_var=LD_LIBRARY_PATH
 
42334
-  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
42335
-    case $host_os in
 
42336
-      openbsd2.[89] | openbsd2.[89].*)
 
42337
-       shlibpath_overrides_runpath=no
 
42338
-       ;;
 
42339
-      *)
 
42340
-       shlibpath_overrides_runpath=yes
 
42341
-       ;;
 
42342
-      esac
 
42343
-  else
 
42344
-    shlibpath_overrides_runpath=yes
 
42345
-  fi
 
42346
-  ;;
 
42347
+# The library search path used internally by the compiler when linking
 
42348
+# a shared library.
 
42349
+compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
 
42350
 
 
42351
-os2*)
 
42352
-  libname_spec='$name'
 
42353
-  shrext_cmds=".dll"
 
42354
-  need_lib_prefix=no
 
42355
-  library_names_spec='$libname${shared_ext} $libname.a'
 
42356
-  dynamic_linker='OS/2 ld.exe'
 
42357
-  shlibpath_var=LIBPATH
 
42358
-  ;;
 
42359
+# ### END LIBTOOL TAG CONFIG: CXX
 
42360
+_LT_EOF
 
42361
 
 
42362
-osf3* | osf4* | osf5*)
 
42363
-  version_type=osf
 
42364
-  need_lib_prefix=no
 
42365
-  need_version=no
 
42366
-  soname_spec='${libname}${release}${shared_ext}$major'
 
42367
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
42368
-  shlibpath_var=LD_LIBRARY_PATH
 
42369
-  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
 
42370
-  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
 
42371
-  ;;
 
42372
 
 
42373
-rdos*)
 
42374
-  dynamic_linker=no
 
42375
-  ;;
 
42376
+{ (exit 0); exit 0; }
 
42377
+_LTEOF
 
42378
+chmod +x "$CONFIG_LT"
 
42379
 
 
42380
-solaris*)
 
42381
-  version_type=linux
 
42382
-  need_lib_prefix=no
 
42383
-  need_version=no
 
42384
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
42385
-  soname_spec='${libname}${release}${shared_ext}$major'
 
42386
-  shlibpath_var=LD_LIBRARY_PATH
 
42387
-  shlibpath_overrides_runpath=yes
 
42388
-  hardcode_into_libs=yes
 
42389
-  # ldd complains unless libraries are executable
 
42390
-  postinstall_cmds='chmod +x $lib'
 
42391
-  ;;
 
42392
+# configure is writing to config.log, but config.lt does its own redirection,
 
42393
+# appending to config.log, which fails on DOS, as config.log is still kept
 
42394
+# open by configure.  Here we exec the FD to /dev/null, effectively closing
 
42395
+# config.log, so it can be properly (re)opened and appended to by config.lt.
 
42396
+if test "$no_create" != yes; then
 
42397
+  lt_cl_success=:
 
42398
+  test "$silent" = yes &&
 
42399
+    lt_config_lt_args="$lt_config_lt_args --quiet"
 
42400
+  exec 5>/dev/null
 
42401
+  $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
 
42402
+  exec 5>>config.log
 
42403
+  $lt_cl_success || { (exit 1); exit 1; }
 
42404
+fi
 
42405
 
 
42406
-sunos4*)
 
42407
-  version_type=sunos
 
42408
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
42409
-  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
 
42410
-  shlibpath_var=LD_LIBRARY_PATH
 
42411
-  shlibpath_overrides_runpath=yes
 
42412
-  if test "$with_gnu_ld" = yes; then
 
42413
-    need_lib_prefix=no
 
42414
-  fi
 
42415
-  need_version=yes
 
42416
-  ;;
 
42417
 
 
42418
-sysv4 | sysv4.3*)
 
42419
-  version_type=linux
 
42420
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
42421
-  soname_spec='${libname}${release}${shared_ext}$major'
 
42422
-  shlibpath_var=LD_LIBRARY_PATH
 
42423
-  case $host_vendor in
 
42424
-    sni)
 
42425
-      shlibpath_overrides_runpath=no
 
42426
-      need_lib_prefix=no
 
42427
-      export_dynamic_flag_spec='${wl}-Blargedynsym'
 
42428
-      runpath_var=LD_RUN_PATH
 
42429
-      ;;
 
42430
-    siemens)
 
42431
-      need_lib_prefix=no
 
42432
-      ;;
 
42433
-    motorola)
 
42434
-      need_lib_prefix=no
 
42435
-      need_version=no
 
42436
-      shlibpath_overrides_runpath=no
 
42437
-      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
 
42438
-      ;;
 
42439
-  esac
 
42440
-  ;;
 
42441
 
 
42442
-sysv4*MP*)
 
42443
-  if test -d /usr/nec ;then
 
42444
-    version_type=linux
 
42445
-    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
 
42446
-    soname_spec='$libname${shared_ext}.$major'
 
42447
-    shlibpath_var=LD_LIBRARY_PATH
 
42448
-  fi
 
42449
-  ;;
 
42450
 
 
42451
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
 
42452
-  version_type=freebsd-elf
 
42453
-  need_lib_prefix=no
 
42454
-  need_version=no
 
42455
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
 
42456
-  soname_spec='${libname}${release}${shared_ext}$major'
 
42457
-  shlibpath_var=LD_LIBRARY_PATH
 
42458
-  hardcode_into_libs=yes
 
42459
-  if test "$with_gnu_ld" = yes; then
 
42460
-    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
 
42461
-    shlibpath_overrides_runpath=no
 
42462
-  else
 
42463
-    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
 
42464
-    shlibpath_overrides_runpath=yes
 
42465
-    case $host_os in
 
42466
-      sco3.2v5*)
 
42467
-        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
 
42468
-       ;;
 
42469
-    esac
 
42470
+if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
 
42471
+       if test -n "$ac_tool_prefix"; then
 
42472
+  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
 
42473
+set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
 
42474
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
42475
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
42476
+if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
 
42477
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
42478
+else
 
42479
+  case $PKG_CONFIG in
 
42480
+  [\\/]* | ?:[\\/]*)
 
42481
+  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
 
42482
+  ;;
 
42483
+  *)
 
42484
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
42485
+for as_dir in $PATH
 
42486
+do
 
42487
+  IFS=$as_save_IFS
 
42488
+  test -z "$as_dir" && as_dir=.
 
42489
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
42490
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
42491
+    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
 
42492
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
42493
+    break 2
 
42494
   fi
 
42495
-  sys_lib_dlsearch_path_spec='/usr/lib'
 
42496
+done
 
42497
+done
 
42498
+IFS=$as_save_IFS
 
42499
+
 
42500
   ;;
 
42501
+esac
 
42502
+fi
 
42503
+PKG_CONFIG=$ac_cv_path_PKG_CONFIG
 
42504
+if test -n "$PKG_CONFIG"; then
 
42505
+  { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
 
42506
+echo "${ECHO_T}$PKG_CONFIG" >&6; }
 
42507
+else
 
42508
+  { echo "$as_me:$LINENO: result: no" >&5
 
42509
+echo "${ECHO_T}no" >&6; }
 
42510
+fi
 
42511
 
 
42512
-uts4*)
 
42513
-  version_type=linux
 
42514
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
42515
-  soname_spec='${libname}${release}${shared_ext}$major'
 
42516
-  shlibpath_var=LD_LIBRARY_PATH
 
42517
+
 
42518
+fi
 
42519
+if test -z "$ac_cv_path_PKG_CONFIG"; then
 
42520
+  ac_pt_PKG_CONFIG=$PKG_CONFIG
 
42521
+  # Extract the first word of "pkg-config", so it can be a program name with args.
 
42522
+set dummy pkg-config; ac_word=$2
 
42523
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
42524
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
42525
+if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
 
42526
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
42527
+else
 
42528
+  case $ac_pt_PKG_CONFIG in
 
42529
+  [\\/]* | ?:[\\/]*)
 
42530
+  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
 
42531
   ;;
 
42532
+  *)
 
42533
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
42534
+for as_dir in $PATH
 
42535
+do
 
42536
+  IFS=$as_save_IFS
 
42537
+  test -z "$as_dir" && as_dir=.
 
42538
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
42539
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
42540
+    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
 
42541
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
42542
+    break 2
 
42543
+  fi
 
42544
+done
 
42545
+done
 
42546
+IFS=$as_save_IFS
 
42547
 
 
42548
-*)
 
42549
-  dynamic_linker=no
 
42550
   ;;
 
42551
 esac
 
42552
-{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
42553
-$as_echo "$dynamic_linker" >&6; }
 
42554
-test "$dynamic_linker" = no && can_build_shared=no
 
42555
+fi
 
42556
+ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
 
42557
+if test -n "$ac_pt_PKG_CONFIG"; then
 
42558
+  { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
 
42559
+echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; }
 
42560
+else
 
42561
+  { echo "$as_me:$LINENO: result: no" >&5
 
42562
+echo "${ECHO_T}no" >&6; }
 
42563
+fi
 
42564
+
 
42565
+  if test "x$ac_pt_PKG_CONFIG" = x; then
 
42566
+    PKG_CONFIG=""
 
42567
+  else
 
42568
+    case $cross_compiling:$ac_tool_warned in
 
42569
+yes:)
 
42570
+{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
 
42571
+whose name does not start with the host triplet.  If you think this
 
42572
+configuration is useful to you, please write to autoconf@gnu.org." >&5
 
42573
+echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
 
42574
+whose name does not start with the host triplet.  If you think this
 
42575
+configuration is useful to you, please write to autoconf@gnu.org." >&2;}
 
42576
+ac_tool_warned=yes ;;
 
42577
+esac
 
42578
+    PKG_CONFIG=$ac_pt_PKG_CONFIG
 
42579
+  fi
 
42580
+else
 
42581
+  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
 
42582
+fi
 
42583
 
 
42584
-if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
 
42585
-  $as_echo_n "(cached) " >&6
 
42586
-else
 
42587
-  lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec"
 
42588
 fi
 
42589
+if test -n "$PKG_CONFIG"; then
 
42590
+       _pkg_min_version=0.9.0
 
42591
+       { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
 
42592
+echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; }
 
42593
+       if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
 
42594
+               { echo "$as_me:$LINENO: result: yes" >&5
 
42595
+echo "${ECHO_T}yes" >&6; }
 
42596
+       else
 
42597
+               { echo "$as_me:$LINENO: result: no" >&5
 
42598
+echo "${ECHO_T}no" >&6; }
 
42599
+               PKG_CONFIG=""
 
42600
+       fi
 
42601
 
 
42602
-sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
 
42603
-if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
 
42604
-  $as_echo_n "(cached) " >&6
 
42605
-else
 
42606
-  lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec"
 
42607
 fi
 
42608
 
 
42609
-sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
 
42610
+# Extract the first word of "glib-genmarshal", so it can be a program name with args.
 
42611
+set dummy glib-genmarshal; ac_word=$2
 
42612
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
42613
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
42614
+if test "${ac_cv_path_GLIB_GENMARSHAL+set}" = set; then
 
42615
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
42616
+else
 
42617
+  case $GLIB_GENMARSHAL in
 
42618
+  [\\/]* | ?:[\\/]*)
 
42619
+  ac_cv_path_GLIB_GENMARSHAL="$GLIB_GENMARSHAL" # Let the user override the test with a path.
 
42620
+  ;;
 
42621
+  *)
 
42622
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
42623
+for as_dir in $PATH
 
42624
+do
 
42625
+  IFS=$as_save_IFS
 
42626
+  test -z "$as_dir" && as_dir=.
 
42627
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
42628
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
42629
+    ac_cv_path_GLIB_GENMARSHAL="$as_dir/$ac_word$ac_exec_ext"
 
42630
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
42631
+    break 2
 
42632
+  fi
 
42633
+done
 
42634
+done
 
42635
+IFS=$as_save_IFS
 
42636
 
 
42637
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 
42638
-if test "$GCC" = yes; then
 
42639
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
42640
+  ;;
 
42641
+esac
 
42642
+fi
 
42643
+GLIB_GENMARSHAL=$ac_cv_path_GLIB_GENMARSHAL
 
42644
+if test -n "$GLIB_GENMARSHAL"; then
 
42645
+  { echo "$as_me:$LINENO: result: $GLIB_GENMARSHAL" >&5
 
42646
+echo "${ECHO_T}$GLIB_GENMARSHAL" >&6; }
 
42647
+else
 
42648
+  { echo "$as_me:$LINENO: result: no" >&5
 
42649
+echo "${ECHO_T}no" >&6; }
 
42650
 fi
 
42651
 
 
42652
-{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
42653
-$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
 
42654
-hardcode_action_GCJ=
 
42655
-if test -n "$hardcode_libdir_flag_spec_GCJ" || \
 
42656
-   test -n "$runpath_var_GCJ" || \
 
42657
-   test "X$hardcode_automatic_GCJ" = "Xyes" ; then
 
42658
 
 
42659
-  # We can hardcode non-existant directories.
 
42660
-  if test "$hardcode_direct_GCJ" != no &&
 
42661
-     # If the only mechanism to avoid hardcoding is shlibpath_var, we
 
42662
-     # have to relink, otherwise we might link with an installed library
 
42663
-     # when we should be linking with a yet-to-be-installed one
 
42664
-     ## test "$_LT_AC_TAGVAR(hardcode_shlibpath_var, GCJ)" != no &&
 
42665
-     test "$hardcode_minus_L_GCJ" != no; then
 
42666
-    # Linking always hardcodes the temporary library directory.
 
42667
-    hardcode_action_GCJ=relink
 
42668
-  else
 
42669
-    # We can link without hardcoding, and we can hardcode nonexisting dirs.
 
42670
-    hardcode_action_GCJ=immediate
 
42671
+# Extract the first word of "glib-mkenums", so it can be a program name with args.
 
42672
+set dummy glib-mkenums; ac_word=$2
 
42673
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
42674
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
42675
+if test "${ac_cv_path_GLIB_MKENUMS+set}" = set; then
 
42676
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
42677
+else
 
42678
+  case $GLIB_MKENUMS in
 
42679
+  [\\/]* | ?:[\\/]*)
 
42680
+  ac_cv_path_GLIB_MKENUMS="$GLIB_MKENUMS" # Let the user override the test with a path.
 
42681
+  ;;
 
42682
+  *)
 
42683
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
42684
+for as_dir in $PATH
 
42685
+do
 
42686
+  IFS=$as_save_IFS
 
42687
+  test -z "$as_dir" && as_dir=.
 
42688
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
42689
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
42690
+    ac_cv_path_GLIB_MKENUMS="$as_dir/$ac_word$ac_exec_ext"
 
42691
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
42692
+    break 2
 
42693
   fi
 
42694
+done
 
42695
+done
 
42696
+IFS=$as_save_IFS
 
42697
+
 
42698
+  ;;
 
42699
+esac
 
42700
+fi
 
42701
+GLIB_MKENUMS=$ac_cv_path_GLIB_MKENUMS
 
42702
+if test -n "$GLIB_MKENUMS"; then
 
42703
+  { echo "$as_me:$LINENO: result: $GLIB_MKENUMS" >&5
 
42704
+echo "${ECHO_T}$GLIB_MKENUMS" >&6; }
 
42705
 else
 
42706
-  # We cannot hardcode anything, or else we can only hardcode existing
 
42707
-  # directories.
 
42708
-  hardcode_action_GCJ=unsupported
 
42709
+  { echo "$as_me:$LINENO: result: no" >&5
 
42710
+echo "${ECHO_T}no" >&6; }
 
42711
 fi
 
42712
-{ $as_echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
 
42713
-$as_echo "$hardcode_action_GCJ" >&6; }
 
42714
 
 
42715
-if test "$hardcode_action_GCJ" = relink; then
 
42716
-  # Fast installation is not supported
 
42717
-  enable_fast_install=no
 
42718
-elif test "$shlibpath_overrides_runpath" = yes ||
 
42719
-     test "$enable_shared" = no; then
 
42720
-  # Fast installation is not necessary
 
42721
-  enable_fast_install=needless
 
42722
-fi
 
42723
 
 
42724
 
 
42725
-# The else clause should only fire when bootstrapping the
 
42726
-# libtool distribution, otherwise you forgot to ship ltmain.sh
 
42727
-# with your package, and you will get complaints that there are
 
42728
-# no rules to generate ltmain.sh.
 
42729
-if test -f "$ltmain"; then
 
42730
-  # See if we are running on zsh, and set the options which allow our commands through
 
42731
-  # without removal of \ escapes.
 
42732
-  if test -n "${ZSH_VERSION+set}" ; then
 
42733
-    setopt NO_GLOB_SUBST
 
42734
-  fi
 
42735
-  # Now quote all the things that may contain metacharacters while being
 
42736
-  # careful not to overquote the AC_SUBSTed values.  We take copies of the
 
42737
-  # variables and quote the copies for generation of the libtool script.
 
42738
-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
 
42739
-    SED SHELL STRIP \
 
42740
-    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
 
42741
-    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
 
42742
-    deplibs_check_method reload_flag reload_cmds need_locks \
 
42743
-    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
 
42744
-    lt_cv_sys_global_symbol_to_c_name_address \
 
42745
-    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
 
42746
-    old_postinstall_cmds old_postuninstall_cmds \
 
42747
-    compiler_GCJ \
 
42748
-    CC_GCJ \
 
42749
-    LD_GCJ \
 
42750
-    lt_prog_compiler_wl_GCJ \
 
42751
-    lt_prog_compiler_pic_GCJ \
 
42752
-    lt_prog_compiler_static_GCJ \
 
42753
-    lt_prog_compiler_no_builtin_flag_GCJ \
 
42754
-    export_dynamic_flag_spec_GCJ \
 
42755
-    thread_safe_flag_spec_GCJ \
 
42756
-    whole_archive_flag_spec_GCJ \
 
42757
-    enable_shared_with_static_runtimes_GCJ \
 
42758
-    old_archive_cmds_GCJ \
 
42759
-    old_archive_from_new_cmds_GCJ \
 
42760
-    predep_objects_GCJ \
 
42761
-    postdep_objects_GCJ \
 
42762
-    predeps_GCJ \
 
42763
-    postdeps_GCJ \
 
42764
-    compiler_lib_search_path_GCJ \
 
42765
-    compiler_lib_search_dirs_GCJ \
 
42766
-    archive_cmds_GCJ \
 
42767
-    archive_expsym_cmds_GCJ \
 
42768
-    postinstall_cmds_GCJ \
 
42769
-    postuninstall_cmds_GCJ \
 
42770
-    old_archive_from_expsyms_cmds_GCJ \
 
42771
-    allow_undefined_flag_GCJ \
 
42772
-    no_undefined_flag_GCJ \
 
42773
-    export_symbols_cmds_GCJ \
 
42774
-    hardcode_libdir_flag_spec_GCJ \
 
42775
-    hardcode_libdir_flag_spec_ld_GCJ \
 
42776
-    hardcode_libdir_separator_GCJ \
 
42777
-    hardcode_automatic_GCJ \
 
42778
-    module_cmds_GCJ \
 
42779
-    module_expsym_cmds_GCJ \
 
42780
-    lt_cv_prog_compiler_c_o_GCJ \
 
42781
-    fix_srcfile_path_GCJ \
 
42782
-    exclude_expsyms_GCJ \
 
42783
-    include_expsyms_GCJ; do
 
42784
-
 
42785
-    case $var in
 
42786
-    old_archive_cmds_GCJ | \
 
42787
-    old_archive_from_new_cmds_GCJ | \
 
42788
-    archive_cmds_GCJ | \
 
42789
-    archive_expsym_cmds_GCJ | \
 
42790
-    module_cmds_GCJ | \
 
42791
-    module_expsym_cmds_GCJ | \
 
42792
-    old_archive_from_expsyms_cmds_GCJ | \
 
42793
-    export_symbols_cmds_GCJ | \
 
42794
-    extract_expsyms_cmds | reload_cmds | finish_cmds | \
 
42795
-    postinstall_cmds | postuninstall_cmds | \
 
42796
-    old_postinstall_cmds | old_postuninstall_cmds | \
 
42797
-    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
 
42798
-      # Double-quote double-evaled strings.
 
42799
-      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
 
42800
-      ;;
 
42801
-    *)
 
42802
-      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
 
42803
-      ;;
 
42804
-    esac
 
42805
-  done
 
42806
+# Requirements
 
42807
+GLIB_REQS=2.13.4
 
42808
+GTK_REQS=2.13.0
 
42809
+TOTEM_PLPARSER_REQS=2.23.91
 
42810
+GNOMEUI_REQS=2.3.3
 
42811
+LIBGNOME_REQS=2.14.0
 
42812
+GNOMEICON_REQS=2.15.90
 
42813
+DBUS_REQS=0.61
 
42814
+VALA_REQS=0.1.6
 
42815
 
 
42816
-  case $lt_echo in
 
42817
-  *'\$0 --fallback-echo"')
 
42818
-    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
 
42819
-    ;;
 
42820
-  esac
 
42821
+TOTEM_VERSION_MAJOR=2
 
42822
+TOTEM_VERSION_MINOR=24
 
42823
+TOTEM_VERSION_MICRO=3
 
42824
 
 
42825
-cfgfile="$ofile"
 
42826
 
 
42827
-  cat <<__EOF__ >> "$cfgfile"
 
42828
-# ### BEGIN LIBTOOL TAG CONFIG: $tagname
 
42829
 
 
42830
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 
42831
 
 
42832
-# Shell to use when invoking shell scripts.
 
42833
-SHELL=$lt_SHELL
 
42834
+# The full list of plugins
 
42835
+allowed_plugins="thumbnail screensaver ontop galago gromit lirc media-player-keys mythtv properties sidebar-test skipto sample-python sample-vala bbc bemused youtube publish tracker pythonconsole"
 
42836
 
 
42837
-# Whether or not to build shared libraries.
 
42838
-build_libtool_libs=$enable_shared
 
42839
+PLUGINDIR='${libdir}/totem/plugins'
 
42840
 
 
42841
-# Whether or not to build static libraries.
 
42842
-build_old_libs=$enable_static
 
42843
 
 
42844
-# Whether or not to add -lc for building shared libraries.
 
42845
-build_libtool_need_lc=$archive_cmds_need_lc_GCJ
 
42846
+# Check whether --enable-nvtv was given.
 
42847
+if test "${enable_nvtv+set}" = set; then
 
42848
+  enableval=$enable_nvtv; enable_nvtv="$enableval"
 
42849
+else
 
42850
+  enable_nvtv=yes
 
42851
+fi
 
42852
 
 
42853
-# Whether or not to disallow shared libs when runtime libs are static
 
42854
-allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_GCJ
 
42855
 
 
42856
-# Whether or not to optimize for fast installation.
 
42857
-fast_install=$enable_fast_install
 
42858
+if test x$enable_nvtv = xyes; then
 
42859
 
 
42860
-# The host system.
 
42861
-host_alias=$host_alias
 
42862
-host=$host
 
42863
-host_os=$host_os
 
42864
+pkg_failed=no
 
42865
+{ echo "$as_me:$LINENO: checking for NVTV" >&5
 
42866
+echo $ECHO_N "checking for NVTV... $ECHO_C" >&6; }
 
42867
 
 
42868
-# The build system.
 
42869
-build_alias=$build_alias
 
42870
-build=$build
 
42871
-build_os=$build_os
 
42872
+if test -n "$PKG_CONFIG"; then
 
42873
+    if test -n "$NVTV_CFLAGS"; then
 
42874
+        pkg_cv_NVTV_CFLAGS="$NVTV_CFLAGS"
 
42875
+    else
 
42876
+        if test -n "$PKG_CONFIG" && \
 
42877
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"nvtvsimple >= 0.4.5\"") >&5
 
42878
+  ($PKG_CONFIG --exists --print-errors "nvtvsimple >= 0.4.5") 2>&5
 
42879
+  ac_status=$?
 
42880
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
42881
+  (exit $ac_status); }; then
 
42882
+  pkg_cv_NVTV_CFLAGS=`$PKG_CONFIG --cflags "nvtvsimple >= 0.4.5" 2>/dev/null`
 
42883
+else
 
42884
+  pkg_failed=yes
 
42885
+fi
 
42886
+    fi
 
42887
+else
 
42888
+       pkg_failed=untried
 
42889
+fi
 
42890
+if test -n "$PKG_CONFIG"; then
 
42891
+    if test -n "$NVTV_LIBS"; then
 
42892
+        pkg_cv_NVTV_LIBS="$NVTV_LIBS"
 
42893
+    else
 
42894
+        if test -n "$PKG_CONFIG" && \
 
42895
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"nvtvsimple >= 0.4.5\"") >&5
 
42896
+  ($PKG_CONFIG --exists --print-errors "nvtvsimple >= 0.4.5") 2>&5
 
42897
+  ac_status=$?
 
42898
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
42899
+  (exit $ac_status); }; then
 
42900
+  pkg_cv_NVTV_LIBS=`$PKG_CONFIG --libs "nvtvsimple >= 0.4.5" 2>/dev/null`
 
42901
+else
 
42902
+  pkg_failed=yes
 
42903
+fi
 
42904
+    fi
 
42905
+else
 
42906
+       pkg_failed=untried
 
42907
+fi
 
42908
 
 
42909
-# An echo program that does not interpret backslashes.
 
42910
-echo=$lt_echo
 
42911
 
 
42912
-# The archiver.
 
42913
-AR=$lt_AR
 
42914
-AR_FLAGS=$lt_AR_FLAGS
 
42915
 
 
42916
-# A C compiler.
 
42917
-LTCC=$lt_LTCC
 
42918
+if test $pkg_failed = yes; then
 
42919
 
 
42920
-# LTCC compiler flags.
 
42921
-LTCFLAGS=$lt_LTCFLAGS
 
42922
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
42923
+        _pkg_short_errors_supported=yes
 
42924
+else
 
42925
+        _pkg_short_errors_supported=no
 
42926
+fi
 
42927
+        if test $_pkg_short_errors_supported = yes; then
 
42928
+               NVTV_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "nvtvsimple >= 0.4.5"`
 
42929
+        else
 
42930
+               NVTV_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "nvtvsimple >= 0.4.5"`
 
42931
+        fi
 
42932
+       # Put the nasty error message in config.log where it belongs
 
42933
+       echo "$NVTV_PKG_ERRORS" >&5
 
42934
 
 
42935
-# A language-specific compiler.
 
42936
-CC=$lt_compiler_GCJ
 
42937
+       { echo "$as_me:$LINENO: result: no" >&5
 
42938
+echo "${ECHO_T}no" >&6; }
 
42939
+                found_nvtv=no
 
42940
+elif test $pkg_failed = untried; then
 
42941
+       found_nvtv=no
 
42942
+else
 
42943
+       NVTV_CFLAGS=$pkg_cv_NVTV_CFLAGS
 
42944
+       NVTV_LIBS=$pkg_cv_NVTV_LIBS
 
42945
+        { echo "$as_me:$LINENO: result: yes" >&5
 
42946
+echo "${ECHO_T}yes" >&6; }
 
42947
+       found_nvtv=yes
 
42948
+fi
 
42949
+       if test x"$found_nvtv" = "xyes" ; then
 
42950
 
 
42951
-# Is the compiler the GNU C compiler?
 
42952
-with_gcc=$GCC_GCJ
 
42953
+cat >>confdefs.h <<\_ACEOF
 
42954
+#define HAVE_NVTV 1
 
42955
+_ACEOF
 
42956
 
 
42957
-# An ERE matcher.
 
42958
-EGREP=$lt_EGREP
 
42959
+       fi
 
42960
+fi
 
42961
 
 
42962
-# The linker used to build libraries.
 
42963
-LD=$lt_LD_GCJ
 
42964
 
 
42965
-# Whether we need hard or soft links.
 
42966
-LN_S=$lt_LN_S
 
42967
+XINE_REQS=1.1.7
 
42968
+GST_MAJORMINOR=0.10
 
42969
+GST_REQS=0.10.12
 
42970
+GSTPLUG_REQS=0.10.12
 
42971
 
 
42972
-# A BSD-compatible nm program.
 
42973
-NM=$lt_NM
 
42974
+# Check whether --enable-xine was given.
 
42975
+if test "${enable_xine+set}" = set; then
 
42976
+  enableval=$enable_xine; case "${enableval}" in
 
42977
+       yes) ENABLE_XINE=yes ;;
 
42978
+        no)  ENABLE_XINE=no ;;
 
42979
+       *) { { echo "$as_me:$LINENO: error:
 
42980
+             ***** Bad value ${enableval} for --enable-xine
 
42981
+             ***** Please use one of the following:
 
42982
+             *****   --enable-xine=yes
 
42983
+            *****   --enable-xine=no
 
42984
+           " >&5
 
42985
+echo "$as_me: error:
 
42986
+             ***** Bad value ${enableval} for --enable-xine
 
42987
+             ***** Please use one of the following:
 
42988
+             *****   --enable-xine=yes
 
42989
+            *****   --enable-xine=no
 
42990
+           " >&2;}
 
42991
+   { (exit 1); exit 1; }; } ;;
 
42992
+       esac
 
42993
+else
 
42994
+  ENABLE_XINE=auto
 
42995
+fi
 
42996
 
 
42997
-# A symbol stripping program
 
42998
-STRIP=$lt_STRIP
 
42999
+HAVE_GSTREAMER=no
 
43000
+if test x$ENABLE_XINE = xno || test x$ENABLE_XINE = xauto; then
 
43001
+                       { echo "$as_me:$LINENO: checking whether to enable easy codec installation support" >&5
 
43002
+echo $ECHO_N "checking whether to enable easy codec installation support... $ECHO_C" >&6; }
 
43003
+       # Check whether --enable-easy-codec-installation was given.
 
43004
+if test "${enable_easy_codec_installation+set}" = set; then
 
43005
+  enableval=$enable_easy_codec_installation;
 
43006
+                       case "${enableval}" in
 
43007
+                               yes) enable_easy_codec_installation=yes ;;
 
43008
+                               no)  enable_easy_codec_installation=no ;;
 
43009
+                               *) enable_easy_codec_installation=auto ;;
 
43010
+                       esac
 
43011
 
 
43012
-# Used to examine libraries when file_magic_cmd begins "file"
 
43013
-MAGIC_CMD=$MAGIC_CMD
 
43014
+else
 
43015
 
 
43016
-# Used on cygwin: DLL creation program.
 
43017
-DLLTOOL="$DLLTOOL"
 
43018
+                                               enable_easy_codec_installation=auto
 
43019
 
 
43020
-# Used on cygwin: object dumper.
 
43021
-OBJDUMP="$OBJDUMP"
 
43022
 
 
43023
-# Used on cygwin: assembler.
 
43024
-AS="$AS"
 
43025
+fi
 
43026
 
 
43027
-# The name of the directory that contains temporary libtool files.
 
43028
-objdir=$objdir
 
43029
+       { echo "$as_me:$LINENO: result: $enable_easy_codec_installation" >&5
 
43030
+echo "${ECHO_T}$enable_easy_codec_installation" >&6; }
 
43031
 
 
43032
-# How to create reloadable object files.
 
43033
-reload_flag=$lt_reload_flag
 
43034
-reload_cmds=$lt_reload_cmds
 
43035
+       if test "x$enable_easy_codec_installation" != "xno"; then
 
43036
 
 
43037
-# How to pass a linker flag through the compiler.
 
43038
-wl=$lt_lt_prog_compiler_wl_GCJ
 
43039
+pkg_failed=no
 
43040
+{ echo "$as_me:$LINENO: checking for MISSING_PLUGINS" >&5
 
43041
+echo $ECHO_N "checking for MISSING_PLUGINS... $ECHO_C" >&6; }
 
43042
+
 
43043
+if test -n "$PKG_CONFIG"; then
 
43044
+    if test -n "$MISSING_PLUGINS_CFLAGS"; then
 
43045
+        pkg_cv_MISSING_PLUGINS_CFLAGS="$MISSING_PLUGINS_CFLAGS"
 
43046
+    else
 
43047
+        if test -n "$PKG_CONFIG" && \
 
43048
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-plugins-base-0.10\"") >&5
 
43049
+  ($PKG_CONFIG --exists --print-errors "gstreamer-plugins-base-0.10") 2>&5
 
43050
+  ac_status=$?
 
43051
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
43052
+  (exit $ac_status); }; then
 
43053
+  pkg_cv_MISSING_PLUGINS_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-plugins-base-0.10" 2>/dev/null`
 
43054
+else
 
43055
+  pkg_failed=yes
 
43056
+fi
 
43057
+    fi
 
43058
+else
 
43059
+       pkg_failed=untried
 
43060
+fi
 
43061
+if test -n "$PKG_CONFIG"; then
 
43062
+    if test -n "$MISSING_PLUGINS_LIBS"; then
 
43063
+        pkg_cv_MISSING_PLUGINS_LIBS="$MISSING_PLUGINS_LIBS"
 
43064
+    else
 
43065
+        if test -n "$PKG_CONFIG" && \
 
43066
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-plugins-base-0.10\"") >&5
 
43067
+  ($PKG_CONFIG --exists --print-errors "gstreamer-plugins-base-0.10") 2>&5
 
43068
+  ac_status=$?
 
43069
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
43070
+  (exit $ac_status); }; then
 
43071
+  pkg_cv_MISSING_PLUGINS_LIBS=`$PKG_CONFIG --libs "gstreamer-plugins-base-0.10" 2>/dev/null`
 
43072
+else
 
43073
+  pkg_failed=yes
 
43074
+fi
 
43075
+    fi
 
43076
+else
 
43077
+       pkg_failed=untried
 
43078
+fi
 
43079
 
 
43080
-# Object file suffix (normally "o").
 
43081
-objext="$ac_objext"
 
43082
 
 
43083
-# Old archive suffix (normally "a").
 
43084
-libext="$libext"
 
43085
 
 
43086
-# Shared library suffix (normally ".so").
 
43087
-shrext_cmds='$shrext_cmds'
 
43088
+if test $pkg_failed = yes; then
 
43089
 
 
43090
-# Executable file suffix (normally "").
 
43091
-exeext="$exeext"
 
43092
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
43093
+        _pkg_short_errors_supported=yes
 
43094
+else
 
43095
+        _pkg_short_errors_supported=no
 
43096
+fi
 
43097
+        if test $_pkg_short_errors_supported = yes; then
 
43098
+               MISSING_PLUGINS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gstreamer-plugins-base-0.10"`
 
43099
+        else
 
43100
+               MISSING_PLUGINS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gstreamer-plugins-base-0.10"`
 
43101
+        fi
 
43102
+       # Put the nasty error message in config.log where it belongs
 
43103
+       echo "$MISSING_PLUGINS_PKG_ERRORS" >&5
 
43104
 
 
43105
-# Additional compiler flags for building library objects.
 
43106
-pic_flag=$lt_lt_prog_compiler_pic_GCJ
 
43107
-pic_mode=$pic_mode
 
43108
+       { { echo "$as_me:$LINENO: error: Package requirements (gstreamer-plugins-base-0.10) were not met:
 
43109
 
 
43110
-# What is the maximum length of a command?
 
43111
-max_cmd_len=$lt_cv_sys_max_cmd_len
 
43112
+$MISSING_PLUGINS_PKG_ERRORS
 
43113
 
 
43114
-# Does compiler simultaneously support -c and -o options?
 
43115
-compiler_c_o=$lt_lt_cv_prog_compiler_c_o_GCJ
 
43116
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
43117
+installed software in a non-standard prefix.
 
43118
 
 
43119
-# Must we lock files when doing compilation?
 
43120
-need_locks=$lt_need_locks
 
43121
+Alternatively, you may set the environment variables MISSING_PLUGINS_CFLAGS
 
43122
+and MISSING_PLUGINS_LIBS to avoid the need to call pkg-config.
 
43123
+See the pkg-config man page for more details.
 
43124
+" >&5
 
43125
+echo "$as_me: error: Package requirements (gstreamer-plugins-base-0.10) were not met:
 
43126
 
 
43127
-# Do we need the lib prefix for modules?
 
43128
-need_lib_prefix=$need_lib_prefix
 
43129
+$MISSING_PLUGINS_PKG_ERRORS
 
43130
 
 
43131
-# Do we need a version for libraries?
 
43132
-need_version=$need_version
 
43133
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
43134
+installed software in a non-standard prefix.
 
43135
 
 
43136
-# Whether dlopen is supported.
 
43137
-dlopen_support=$enable_dlopen
 
43138
+Alternatively, you may set the environment variables MISSING_PLUGINS_CFLAGS
 
43139
+and MISSING_PLUGINS_LIBS to avoid the need to call pkg-config.
 
43140
+See the pkg-config man page for more details.
 
43141
+" >&2;}
 
43142
+   { (exit 1); exit 1; }; }
 
43143
+elif test $pkg_failed = untried; then
 
43144
+       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
43145
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
43146
+path to pkg-config.
 
43147
 
 
43148
-# Whether dlopen of programs is supported.
 
43149
-dlopen_self=$enable_dlopen_self
 
43150
+Alternatively, you may set the environment variables MISSING_PLUGINS_CFLAGS
 
43151
+and MISSING_PLUGINS_LIBS to avoid the need to call pkg-config.
 
43152
+See the pkg-config man page for more details.
 
43153
 
 
43154
-# Whether dlopen of statically linked programs is supported.
 
43155
-dlopen_self_static=$enable_dlopen_self_static
 
43156
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
43157
+See \`config.log' for more details." >&5
 
43158
+echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
43159
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
43160
+path to pkg-config.
 
43161
 
 
43162
-# Compiler flag to prevent dynamic linking.
 
43163
-link_static_flag=$lt_lt_prog_compiler_static_GCJ
 
43164
+Alternatively, you may set the environment variables MISSING_PLUGINS_CFLAGS
 
43165
+and MISSING_PLUGINS_LIBS to avoid the need to call pkg-config.
 
43166
+See the pkg-config man page for more details.
 
43167
 
 
43168
-# Compiler flag to turn off builtin functions.
 
43169
-no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_GCJ
 
43170
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
43171
+See \`config.log' for more details." >&2;}
 
43172
+   { (exit 1); exit 1; }; }
 
43173
+else
 
43174
+       MISSING_PLUGINS_CFLAGS=$pkg_cv_MISSING_PLUGINS_CFLAGS
 
43175
+       MISSING_PLUGINS_LIBS=$pkg_cv_MISSING_PLUGINS_LIBS
 
43176
+        { echo "$as_me:$LINENO: result: yes" >&5
 
43177
+echo "${ECHO_T}yes" >&6; }
 
43178
 
 
43179
-# Compiler flag to allow reflexive dlopens.
 
43180
-export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_GCJ
 
43181
+                       MISSING_PLUGINS_LIBS="$MISSING_PLUGINS_LIBS -lgstpbutils-0.10"
 
43182
 
 
43183
-# Compiler flag to generate shared objects directly from archives.
 
43184
-whole_archive_flag_spec=$lt_whole_archive_flag_spec_GCJ
 
43185
+cat >>confdefs.h <<\_ACEOF
 
43186
+#define ENABLE_MISSING_PLUGIN_INSTALLATION 1
 
43187
+_ACEOF
 
43188
 
 
43189
-# Compiler flag to generate thread-safe objects.
 
43190
-thread_safe_flag_spec=$lt_thread_safe_flag_spec_GCJ
 
43191
 
 
43192
-# Library versioning type.
 
43193
-version_type=$version_type
 
43194
+fi
 
43195
+       fi
 
43196
 
 
43197
-# Format of library name prefix.
 
43198
-libname_spec=$lt_libname_spec
 
43199
+       MM="gstreamer-0.10 >= $GST_REQS gstreamer-base-0.10 >= $GST_REQS gstreamer-plugins-base-0.10 >= $GSTPLUG_REQS gstreamer-tag-0.10 >= $GSTPLUG_REQS gconf-2.0"
 
43200
 
 
43201
-# List of archive names.  First name is the real one, the rest are links.
 
43202
-# The last name is the one that the linker finds with -lNAME.
 
43203
-library_names_spec=$lt_library_names_spec
 
43204
+pkg_failed=no
 
43205
+{ echo "$as_me:$LINENO: checking for GST" >&5
 
43206
+echo $ECHO_N "checking for GST... $ECHO_C" >&6; }
 
43207
 
 
43208
-# The coded name of the library, if different from the real name.
 
43209
-soname_spec=$lt_soname_spec
 
43210
+if test -n "$PKG_CONFIG"; then
 
43211
+    if test -n "$GST_CFLAGS"; then
 
43212
+        pkg_cv_GST_CFLAGS="$GST_CFLAGS"
 
43213
+    else
 
43214
+        if test -n "$PKG_CONFIG" && \
 
43215
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$MM\"") >&5
 
43216
+  ($PKG_CONFIG --exists --print-errors "$MM") 2>&5
 
43217
+  ac_status=$?
 
43218
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
43219
+  (exit $ac_status); }; then
 
43220
+  pkg_cv_GST_CFLAGS=`$PKG_CONFIG --cflags "$MM" 2>/dev/null`
 
43221
+else
 
43222
+  pkg_failed=yes
 
43223
+fi
 
43224
+    fi
 
43225
+else
 
43226
+       pkg_failed=untried
 
43227
+fi
 
43228
+if test -n "$PKG_CONFIG"; then
 
43229
+    if test -n "$GST_LIBS"; then
 
43230
+        pkg_cv_GST_LIBS="$GST_LIBS"
 
43231
+    else
 
43232
+        if test -n "$PKG_CONFIG" && \
 
43233
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$MM\"") >&5
 
43234
+  ($PKG_CONFIG --exists --print-errors "$MM") 2>&5
 
43235
+  ac_status=$?
 
43236
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
43237
+  (exit $ac_status); }; then
 
43238
+  pkg_cv_GST_LIBS=`$PKG_CONFIG --libs "$MM" 2>/dev/null`
 
43239
+else
 
43240
+  pkg_failed=yes
 
43241
+fi
 
43242
+    fi
 
43243
+else
 
43244
+       pkg_failed=untried
 
43245
+fi
 
43246
 
 
43247
-# Commands used to build and install an old-style archive.
 
43248
-RANLIB=$lt_RANLIB
 
43249
-old_archive_cmds=$lt_old_archive_cmds_GCJ
 
43250
-old_postinstall_cmds=$lt_old_postinstall_cmds
 
43251
-old_postuninstall_cmds=$lt_old_postuninstall_cmds
 
43252
 
 
43253
-# Create an old-style archive from a shared archive.
 
43254
-old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_GCJ
 
43255
 
 
43256
-# Create a temporary old-style archive to link instead of a shared archive.
 
43257
-old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_GCJ
 
43258
+if test $pkg_failed = yes; then
 
43259
 
 
43260
-# Commands used to build and install a shared archive.
 
43261
-archive_cmds=$lt_archive_cmds_GCJ
 
43262
-archive_expsym_cmds=$lt_archive_expsym_cmds_GCJ
 
43263
-postinstall_cmds=$lt_postinstall_cmds
 
43264
-postuninstall_cmds=$lt_postuninstall_cmds
 
43265
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
43266
+        _pkg_short_errors_supported=yes
 
43267
+else
 
43268
+        _pkg_short_errors_supported=no
 
43269
+fi
 
43270
+        if test $_pkg_short_errors_supported = yes; then
 
43271
+               GST_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$MM"`
 
43272
+        else
 
43273
+               GST_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$MM"`
 
43274
+        fi
 
43275
+       # Put the nasty error message in config.log where it belongs
 
43276
+       echo "$GST_PKG_ERRORS" >&5
 
43277
 
 
43278
-# Commands used to build a loadable module (assumed same as above if empty)
 
43279
-module_cmds=$lt_module_cmds_GCJ
 
43280
-module_expsym_cmds=$lt_module_expsym_cmds_GCJ
 
43281
+       { echo "$as_me:$LINENO: result: no" >&5
 
43282
+echo "${ECHO_T}no" >&6; }
 
43283
+                HAVE_GSTREAMER=no
 
43284
+elif test $pkg_failed = untried; then
 
43285
+       HAVE_GSTREAMER=no
 
43286
+else
 
43287
+       GST_CFLAGS=$pkg_cv_GST_CFLAGS
 
43288
+       GST_LIBS=$pkg_cv_GST_LIBS
 
43289
+        { echo "$as_me:$LINENO: result: yes" >&5
 
43290
+echo "${ECHO_T}yes" >&6; }
 
43291
+       HAVE_GSTREAMER=yes
 
43292
+fi
 
43293
+       GST_LIBS="$GST_LIBS -lgstbase-$GST_MAJORMINOR -lgstinterfaces-$GST_MAJORMINOR -lgstvideo-$GST_MAJORMINOR -lgstaudio-$GST_MAJORMINOR -lgstpbutils-$GST_MAJORMINOR -lgsttag-$GST_MAJORMINOR"
 
43294
 
 
43295
-# Commands to strip libraries.
 
43296
-old_striplib=$lt_old_striplib
 
43297
-striplib=$lt_striplib
 
43298
+       EXTRA_BACKEND_LIBS="-lgstinterfaces-$GST_MAJORMINOR -lgstvideo-$GST_MAJORMINOR -lgstaudio-$GST_MAJORMINOR -lgstpbutils-$GST_MAJORMINOR"
 
43299
 
 
43300
-# Dependencies to place before the objects being linked to create a
 
43301
-# shared library.
 
43302
-predep_objects=$lt_predep_objects_GCJ
 
43303
-
 
43304
-# Dependencies to place after the objects being linked to create a
 
43305
-# shared library.
 
43306
-postdep_objects=$lt_postdep_objects_GCJ
 
43307
-
 
43308
-# Dependencies to place before the objects being linked to create a
 
43309
-# shared library.
 
43310
-predeps=$lt_predeps_GCJ
 
43311
-
 
43312
-# Dependencies to place after the objects being linked to create a
 
43313
-# shared library.
 
43314
-postdeps=$lt_postdeps_GCJ
 
43315
-
 
43316
-# The directories searched by this compiler when creating a shared
 
43317
-# library
 
43318
-compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_GCJ
 
43319
+       { echo "$as_me:$LINENO: checking for backend libraries" >&5
 
43320
+echo $ECHO_N "checking for backend libraries... $ECHO_C" >&6; }
 
43321
+               if test "x$HAVE_GSTREAMER" = "xno"; then
 
43322
+               { { echo "$as_me:$LINENO: error: you need the GStreamer or the xine-lib development packages installed" >&5
 
43323
+echo "$as_me: error: you need the GStreamer or the xine-lib development packages installed" >&2;}
 
43324
+   { (exit 1); exit 1; }; }
 
43325
+       fi
 
43326
+       { echo "$as_me:$LINENO: result: GStreamer-$GST_MAJORMINOR" >&5
 
43327
+echo "${ECHO_T}GStreamer-$GST_MAJORMINOR" >&6; }
 
43328
 
 
43329
-# The library search path used internally by the compiler when linking
 
43330
-# a shared library.
 
43331
-compiler_lib_search_path=$lt_compiler_lib_search_path_GCJ
 
43332
+               gst010_toolsdir=`$PKG_CONFIG --variable=toolsdir gstreamer-0.10`
 
43333
+       gst010_inspect="$gst010_toolsdir/gst-inspect-0.10"
 
43334
 
 
43335
-# Method to check whether dependent libraries are shared objects.
 
43336
-deplibs_check_method=$lt_deplibs_check_method
 
43337
+               for base_element in playbin ffmpegcolorspace videoscale
 
43338
+       do
 
43339
+               { echo "$as_me:$LINENO: checking GStreamer 0.10 $base_element plugin" >&5
 
43340
+echo $ECHO_N "checking GStreamer 0.10 $base_element plugin... $ECHO_C" >&6; }
 
43341
+               if $gst010_inspect $base_element >/dev/null 2>/dev/null; then
 
43342
+                       { echo "$as_me:$LINENO: result: yes" >&5
 
43343
+echo "${ECHO_T}yes" >&6; }
 
43344
+               else
 
43345
+                       { echo "$as_me:$LINENO: result: no" >&5
 
43346
+echo "${ECHO_T}no" >&6; }
 
43347
+                       { { echo "$as_me:$LINENO: error:
 
43348
+                               Cannot find required GStreamer-0.10 plugin '$base_element'.
 
43349
+                               It should be part of gst-plugins-base. Please install it.
 
43350
+                       " >&5
 
43351
+echo "$as_me: error:
 
43352
+                               Cannot find required GStreamer-0.10 plugin '$base_element'.
 
43353
+                               It should be part of gst-plugins-base. Please install it.
 
43354
+                       " >&2;}
 
43355
+   { (exit 1); exit 1; }; }
 
43356
+               fi
 
43357
+       done
 
43358
 
 
43359
-# Command to use when deplibs_check_method == file_magic.
 
43360
-file_magic_cmd=$lt_file_magic_cmd
 
43361
+               for good_element in gconfaudiosink gconfvideosink goom
 
43362
+       do
 
43363
+               { echo "$as_me:$LINENO: checking GStreamer 0.10 $good_element plugin" >&5
 
43364
+echo $ECHO_N "checking GStreamer 0.10 $good_element plugin... $ECHO_C" >&6; }
 
43365
+               if $gst010_inspect $good_element >/dev/null 2>/dev/null; then
 
43366
+                       { echo "$as_me:$LINENO: result: yes" >&5
 
43367
+echo "${ECHO_T}yes" >&6; }
 
43368
+               else
 
43369
+                       { echo "$as_me:$LINENO: result: no" >&5
 
43370
+echo "${ECHO_T}no" >&6; }
 
43371
+                       { { echo "$as_me:$LINENO: error:
 
43372
+                               Cannot find required GStreamer-0.10 plugin '$good_element'.
 
43373
+                               It should be part of gst-plugins-good. Please install it.
 
43374
+                       " >&5
 
43375
+echo "$as_me: error:
 
43376
+                               Cannot find required GStreamer-0.10 plugin '$good_element'.
 
43377
+                               It should be part of gst-plugins-good. Please install it.
 
43378
+                       " >&2;}
 
43379
+   { (exit 1); exit 1; }; }
 
43380
+               fi
 
43381
+       done
 
43382
 
 
43383
-# Flag that allows shared libraries with undefined symbols to be built.
 
43384
-allow_undefined_flag=$lt_allow_undefined_flag_GCJ
 
43385
 
 
43386
-# Flag that forces no undefined symbols.
 
43387
-no_undefined_flag=$lt_no_undefined_flag_GCJ
 
43388
+fi
 
43389
 
 
43390
-# Commands used to finish a libtool library installation in a directory.
 
43391
-finish_cmds=$lt_finish_cmds
 
43392
+if test x$ENABLE_XINE = xno && test x$HAVE_GSTREAMER = xno; then
 
43393
+       { echo "$as_me:$LINENO: checking for backend libraries" >&5
 
43394
+echo $ECHO_N "checking for backend libraries... $ECHO_C" >&6; }
 
43395
+       { echo "$as_me:$LINENO: result: none" >&5
 
43396
+echo "${ECHO_T}none" >&6; }
 
43397
+       { { echo "$as_me:$LINENO: error: you need the GStreamer or the xine-lib development packages installed" >&5
 
43398
+echo "$as_me: error: you need the GStreamer or the xine-lib development packages installed" >&2;}
 
43399
+   { (exit 1); exit 1; }; }
 
43400
+fi
 
43401
 
 
43402
-# Same as above, but a single script fragment to be evaled but not shown.
 
43403
-finish_eval=$lt_finish_eval
 
43404
+if test x$HAVE_GSTREAMER = xno; then
 
43405
+       MM="libxine >= $XINE_REQS gconf-2.0"
 
43406
 
 
43407
-# Take the output of nm and produce a listing of raw symbols and C names.
 
43408
-global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
 
43409
+pkg_failed=no
 
43410
+{ echo "$as_me:$LINENO: checking for XINE" >&5
 
43411
+echo $ECHO_N "checking for XINE... $ECHO_C" >&6; }
 
43412
 
 
43413
-# Transform the output of nm in a proper C declaration
 
43414
-global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
 
43415
+if test -n "$PKG_CONFIG"; then
 
43416
+    if test -n "$XINE_CFLAGS"; then
 
43417
+        pkg_cv_XINE_CFLAGS="$XINE_CFLAGS"
 
43418
+    else
 
43419
+        if test -n "$PKG_CONFIG" && \
 
43420
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$MM\"") >&5
 
43421
+  ($PKG_CONFIG --exists --print-errors "$MM") 2>&5
 
43422
+  ac_status=$?
 
43423
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
43424
+  (exit $ac_status); }; then
 
43425
+  pkg_cv_XINE_CFLAGS=`$PKG_CONFIG --cflags "$MM" 2>/dev/null`
 
43426
+else
 
43427
+  pkg_failed=yes
 
43428
+fi
 
43429
+    fi
 
43430
+else
 
43431
+       pkg_failed=untried
 
43432
+fi
 
43433
+if test -n "$PKG_CONFIG"; then
 
43434
+    if test -n "$XINE_LIBS"; then
 
43435
+        pkg_cv_XINE_LIBS="$XINE_LIBS"
 
43436
+    else
 
43437
+        if test -n "$PKG_CONFIG" && \
 
43438
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$MM\"") >&5
 
43439
+  ($PKG_CONFIG --exists --print-errors "$MM") 2>&5
 
43440
+  ac_status=$?
 
43441
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
43442
+  (exit $ac_status); }; then
 
43443
+  pkg_cv_XINE_LIBS=`$PKG_CONFIG --libs "$MM" 2>/dev/null`
 
43444
+else
 
43445
+  pkg_failed=yes
 
43446
+fi
 
43447
+    fi
 
43448
+else
 
43449
+       pkg_failed=untried
 
43450
+fi
 
43451
 
 
43452
-# Transform the output of nm in a C name address pair
 
43453
-global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
 
43454
 
 
43455
-# This is the shared library runtime path variable.
 
43456
-runpath_var=$runpath_var
 
43457
 
 
43458
-# This is the shared library path variable.
 
43459
-shlibpath_var=$shlibpath_var
 
43460
+if test $pkg_failed = yes; then
 
43461
 
 
43462
-# Is shlibpath searched before the hard-coded library search path?
 
43463
-shlibpath_overrides_runpath=$shlibpath_overrides_runpath
 
43464
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
43465
+        _pkg_short_errors_supported=yes
 
43466
+else
 
43467
+        _pkg_short_errors_supported=no
 
43468
+fi
 
43469
+        if test $_pkg_short_errors_supported = yes; then
 
43470
+               XINE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$MM"`
 
43471
+        else
 
43472
+               XINE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$MM"`
 
43473
+        fi
 
43474
+       # Put the nasty error message in config.log where it belongs
 
43475
+       echo "$XINE_PKG_ERRORS" >&5
 
43476
 
 
43477
-# How to hardcode a shared library path into an executable.
 
43478
-hardcode_action=$hardcode_action_GCJ
 
43479
+       { echo "$as_me:$LINENO: result: no" >&5
 
43480
+echo "${ECHO_T}no" >&6; }
 
43481
 
 
43482
-# Whether we should hardcode library paths into libraries.
 
43483
-hardcode_into_libs=$hardcode_into_libs
 
43484
+                       { echo "$as_me:$LINENO: result: no" >&5
 
43485
+echo "${ECHO_T}no" >&6; }
 
43486
+                       HAVE_XINE=no
 
43487
 
 
43488
-# Flag to hardcode \$libdir into a binary during linking.
 
43489
-# This must work even if \$libdir does not exist.
 
43490
-hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_GCJ
 
43491
+elif test $pkg_failed = untried; then
 
43492
 
 
43493
-# If ld is used when linking, flag to hardcode \$libdir into
 
43494
-# a binary during linking. This must work even if \$libdir does
 
43495
-# not exist.
 
43496
-hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_GCJ
 
43497
-
 
43498
-# Whether we need a single -rpath flag with a separated argument.
 
43499
-hardcode_libdir_separator=$lt_hardcode_libdir_separator_GCJ
 
43500
-
 
43501
-# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
 
43502
-# resulting binary.
 
43503
-hardcode_direct=$hardcode_direct_GCJ
 
43504
-
 
43505
-# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
 
43506
-# resulting binary.
 
43507
-hardcode_minus_L=$hardcode_minus_L_GCJ
 
43508
-
 
43509
-# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
 
43510
-# the resulting binary.
 
43511
-hardcode_shlibpath_var=$hardcode_shlibpath_var_GCJ
 
43512
-
 
43513
-# Set to yes if building a shared library automatically hardcodes DIR into the library
 
43514
-# and all subsequent libraries and executables linked against it.
 
43515
-hardcode_automatic=$hardcode_automatic_GCJ
 
43516
+                       { echo "$as_me:$LINENO: result: no" >&5
 
43517
+echo "${ECHO_T}no" >&6; }
 
43518
+                       HAVE_XINE=no
 
43519
 
 
43520
-# Variables whose values should be saved in libtool wrapper scripts and
 
43521
-# restored at relink time.
 
43522
-variables_saved_for_relink="$variables_saved_for_relink"
 
43523
+else
 
43524
+       XINE_CFLAGS=$pkg_cv_XINE_CFLAGS
 
43525
+       XINE_LIBS=$pkg_cv_XINE_LIBS
 
43526
+        { echo "$as_me:$LINENO: result: yes" >&5
 
43527
+echo "${ECHO_T}yes" >&6; }
 
43528
+       HAVE_XINE=yes
 
43529
+fi
 
43530
+       { echo "$as_me:$LINENO: checking for backend libraries" >&5
 
43531
+echo $ECHO_N "checking for backend libraries... $ECHO_C" >&6; }
 
43532
+       if test x$HAVE_XINE = xyes; then
 
43533
+               { echo "$as_me:$LINENO: result: xine-lib" >&5
 
43534
+echo "${ECHO_T}xine-lib" >&6; }
 
43535
+        else
 
43536
+               { echo "$as_me:$LINENO: WARNING: No xine-lib found" >&5
 
43537
+echo "$as_me: WARNING: No xine-lib found" >&2;}
 
43538
+       fi
 
43539
+fi
 
43540
 
 
43541
-# Whether libtool must link a program against all its dependency libraries.
 
43542
-link_all_deplibs=$link_all_deplibs_GCJ
 
43543
+if test "$HAVE_GSTREAMER" = "yes"; then
 
43544
 
 
43545
-# Compile-time system search path for libraries
 
43546
-sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
 
43547
+cat >>confdefs.h <<\_ACEOF
 
43548
+#define HAVE_GSTREAMER 1
 
43549
+_ACEOF
 
43550
 
 
43551
-# Run-time system search path for libraries
 
43552
-sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
 
43553
+fi
 
43554
 
 
43555
-# Fix the shell variable \$srcfile for the compiler.
 
43556
-fix_srcfile_path=$lt_fix_srcfile_path
 
43557
+ if test "x$HAVE_GSTREAMER" = "xyes"; then
 
43558
+  TOTEM_GST_TRUE=
 
43559
+  TOTEM_GST_FALSE='#'
 
43560
+else
 
43561
+  TOTEM_GST_TRUE='#'
 
43562
+  TOTEM_GST_FALSE=
 
43563
+fi
 
43564
 
 
43565
-# Set to yes if exported symbols are required.
 
43566
-always_export_symbols=$always_export_symbols_GCJ
 
43567
 
 
43568
-# The commands to list exported symbols.
 
43569
-export_symbols_cmds=$lt_export_symbols_cmds_GCJ
 
43570
+{ echo "$as_me:$LINENO: checking Whether not to check for iso-codes" >&5
 
43571
+echo $ECHO_N "checking Whether not to check for iso-codes... $ECHO_C" >&6; }
 
43572
+# Check whether --enable-iso-codes was given.
 
43573
+if test "${enable_iso_codes+set}" = set; then
 
43574
+  enableval=$enable_iso_codes;
 
43575
+else
 
43576
+  disable_iso_codes_check=no
 
43577
+fi
 
43578
 
 
43579
-# The commands to extract the exported symbol list from a shared archive.
 
43580
-extract_expsyms_cmds=$lt_extract_expsyms_cmds
 
43581
+if test x$disable_iso_codes_check = xno ; then
 
43582
+       { echo "$as_me:$LINENO: result: no" >&5
 
43583
+echo "${ECHO_T}no" >&6; }
 
43584
+else
 
43585
+       { echo "$as_me:$LINENO: result: yes" >&5
 
43586
+echo "${ECHO_T}yes" >&6; }
 
43587
+fi
 
43588
 
 
43589
-# Symbols that should not be listed in the preloaded symbols.
 
43590
-exclude_expsyms=$lt_exclude_expsyms_GCJ
 
43591
+if test x$disable_iso_codes_check = "xno" ; then
 
43592
+       { echo "$as_me:$LINENO: checking whether iso-codes has iso-639 domain" >&5
 
43593
+echo $ECHO_N "checking whether iso-codes has iso-639 domain... $ECHO_C" >&6; }
 
43594
+       if $PKG_CONFIG --variable=domains iso-codes | grep 639 >/dev/null ; then
 
43595
+               { echo "$as_me:$LINENO: result: yes" >&5
 
43596
+echo "${ECHO_T}yes" >&6; }
 
43597
+       else
 
43598
+               { echo "$as_me:$LINENO: result: no" >&5
 
43599
+echo "${ECHO_T}no" >&6; }
 
43600
+       fi
 
43601
 
 
43602
-# Symbols that must always be exported.
 
43603
-include_expsyms=$lt_include_expsyms_GCJ
 
43604
+cat >>confdefs.h <<_ACEOF
 
43605
+#define ISO_CODES_PREFIX "`$PKG_CONFIG --variable=prefix iso-codes`"
 
43606
+_ACEOF
 
43607
 
 
43608
-# ### END LIBTOOL TAG CONFIG: $tagname
 
43609
+       ISO_CODES=iso-codes
 
43610
+else
 
43611
 
 
43612
-__EOF__
 
43613
+cat >>confdefs.h <<_ACEOF
 
43614
+#define ISO_CODES_PREFIX "$prefix"
 
43615
+_ACEOF
 
43616
 
 
43617
+       ISO_CODES=""
 
43618
+fi
 
43619
 
 
43620
+# Check whether --enable-gtk was given.
 
43621
+if test "${enable_gtk+set}" = set; then
 
43622
+  enableval=$enable_gtk; case "${enableval}" in
 
43623
+       yes) ENABLE_GTK=yes ;;
 
43624
+       no) ENABLE_GTK=no ;;
 
43625
+       *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --disable-gtk" >&5
 
43626
+echo "$as_me: error: bad value ${enableval} for --disable-gtk" >&2;}
 
43627
+   { (exit 1); exit 1; }; } ;;
 
43628
+       esac
 
43629
 else
 
43630
-  # If there is no Makefile yet, we rely on a make rule to execute
 
43631
-  # `config.status --recheck' to rerun these tests and create the
 
43632
-  # libtool script then.
 
43633
-  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
 
43634
-  if test -f "$ltmain_in"; then
 
43635
-    test -f Makefile && make "$ltmain"
 
43636
-  fi
 
43637
+  ENABLE_GTK=no
 
43638
 fi
 
43639
 
 
43640
+if test x$ENABLE_GTK = "xno" ; then
 
43641
+# FIXME: use gmodule-no-export instead!
 
43642
 
 
43643
-ac_ext=c
 
43644
-ac_cpp='$CPP $CPPFLAGS'
 
43645
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
43646
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
43647
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
43648
-
 
43649
-CC="$lt_save_CC"
 
43650
-
 
43651
-       else
 
43652
-         tagname=""
 
43653
-       fi
 
43654
-       ;;
 
43655
+pkg_failed=no
 
43656
+{ echo "$as_me:$LINENO: checking for EXTRA_GNOME" >&5
 
43657
+echo $ECHO_N "checking for EXTRA_GNOME... $ECHO_C" >&6; }
 
43658
 
 
43659
-      RC)
 
43660
+if test -n "$PKG_CONFIG"; then
 
43661
+    if test -n "$EXTRA_GNOME_CFLAGS"; then
 
43662
+        pkg_cv_EXTRA_GNOME_CFLAGS="$EXTRA_GNOME_CFLAGS"
 
43663
+    else
 
43664
+        if test -n "$PKG_CONFIG" && \
 
43665
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQS launchpad-integration gtk+-2.0 >= \$GTK_REQS libgnomeui-2.0 >= \$GNOMEUI_REQS gio-2.0 libgnome-2.0 >= \$LIBGNOME_REQS gnome-icon-theme >= \$GNOMEICON_REQS gmodule-2.0 totem-plparser >= \$TOTEM_PLPARSER_REQS \$ISO_CODES\"") >&5
 
43666
+  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQS launchpad-integration gtk+-2.0 >= $GTK_REQS libgnomeui-2.0 >= $GNOMEUI_REQS gio-2.0 libgnome-2.0 >= $LIBGNOME_REQS gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES") 2>&5
 
43667
+  ac_status=$?
 
43668
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
43669
+  (exit $ac_status); }; then
 
43670
+  pkg_cv_EXTRA_GNOME_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= $GLIB_REQS launchpad-integration gtk+-2.0 >= $GTK_REQS libgnomeui-2.0 >= $GNOMEUI_REQS gio-2.0 libgnome-2.0 >= $LIBGNOME_REQS gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES" 2>/dev/null`
 
43671
+else
 
43672
+  pkg_failed=yes
 
43673
+fi
 
43674
+    fi
 
43675
+else
 
43676
+       pkg_failed=untried
 
43677
+fi
 
43678
+if test -n "$PKG_CONFIG"; then
 
43679
+    if test -n "$EXTRA_GNOME_LIBS"; then
 
43680
+        pkg_cv_EXTRA_GNOME_LIBS="$EXTRA_GNOME_LIBS"
 
43681
+    else
 
43682
+        if test -n "$PKG_CONFIG" && \
 
43683
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQS launchpad-integration gtk+-2.0 >= \$GTK_REQS libgnomeui-2.0 >= \$GNOMEUI_REQS gio-2.0 libgnome-2.0 >= \$LIBGNOME_REQS gnome-icon-theme >= \$GNOMEICON_REQS gmodule-2.0 totem-plparser >= \$TOTEM_PLPARSER_REQS \$ISO_CODES\"") >&5
 
43684
+  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQS launchpad-integration gtk+-2.0 >= $GTK_REQS libgnomeui-2.0 >= $GNOMEUI_REQS gio-2.0 libgnome-2.0 >= $LIBGNOME_REQS gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES") 2>&5
 
43685
+  ac_status=$?
 
43686
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
43687
+  (exit $ac_status); }; then
 
43688
+  pkg_cv_EXTRA_GNOME_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= $GLIB_REQS launchpad-integration gtk+-2.0 >= $GTK_REQS libgnomeui-2.0 >= $GNOMEUI_REQS gio-2.0 libgnome-2.0 >= $LIBGNOME_REQS gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES" 2>/dev/null`
 
43689
+else
 
43690
+  pkg_failed=yes
 
43691
+fi
 
43692
+    fi
 
43693
+else
 
43694
+       pkg_failed=untried
 
43695
+fi
 
43696
 
 
43697
 
 
43698
-# Source file extension for RC test sources.
 
43699
-ac_ext=rc
 
43700
 
 
43701
-# Object file extension for compiled RC test sources.
 
43702
-objext=o
 
43703
-objext_RC=$objext
 
43704
+if test $pkg_failed = yes; then
 
43705
 
 
43706
-# Code to be used in simple compile tests
 
43707
-lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
 
43708
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
43709
+        _pkg_short_errors_supported=yes
 
43710
+else
 
43711
+        _pkg_short_errors_supported=no
 
43712
+fi
 
43713
+        if test $_pkg_short_errors_supported = yes; then
 
43714
+               EXTRA_GNOME_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-2.0 >= $GLIB_REQS launchpad-integration gtk+-2.0 >= $GTK_REQS libgnomeui-2.0 >= $GNOMEUI_REQS gio-2.0 libgnome-2.0 >= $LIBGNOME_REQS gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES"`
 
43715
+        else
 
43716
+               EXTRA_GNOME_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0 >= $GLIB_REQS launchpad-integration gtk+-2.0 >= $GTK_REQS libgnomeui-2.0 >= $GNOMEUI_REQS gio-2.0 libgnome-2.0 >= $LIBGNOME_REQS gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES"`
 
43717
+        fi
 
43718
+       # Put the nasty error message in config.log where it belongs
 
43719
+       echo "$EXTRA_GNOME_PKG_ERRORS" >&5
 
43720
 
 
43721
-# Code to be used in simple link tests
 
43722
-lt_simple_link_test_code="$lt_simple_compile_test_code"
 
43723
+       { { echo "$as_me:$LINENO: error: Package requirements (glib-2.0 >= $GLIB_REQS launchpad-integration gtk+-2.0 >= $GTK_REQS libgnomeui-2.0 >= $GNOMEUI_REQS gio-2.0 libgnome-2.0 >= $LIBGNOME_REQS gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES) were not met:
 
43724
 
 
43725
-# ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
43726
+$EXTRA_GNOME_PKG_ERRORS
 
43727
 
 
43728
-# If no C compiler was specified, use CC.
 
43729
-LTCC=${LTCC-"$CC"}
 
43730
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
43731
+installed software in a non-standard prefix.
 
43732
 
 
43733
-# If no C compiler flags were specified, use CFLAGS.
 
43734
-LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
 
43735
+Alternatively, you may set the environment variables EXTRA_GNOME_CFLAGS
 
43736
+and EXTRA_GNOME_LIBS to avoid the need to call pkg-config.
 
43737
+See the pkg-config man page for more details.
 
43738
+" >&5
 
43739
+echo "$as_me: error: Package requirements (glib-2.0 >= $GLIB_REQS launchpad-integration gtk+-2.0 >= $GTK_REQS libgnomeui-2.0 >= $GNOMEUI_REQS gio-2.0 libgnome-2.0 >= $LIBGNOME_REQS gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES) were not met:
 
43740
 
 
43741
-# Allow CC to be a program name with arguments.
 
43742
-compiler=$CC
 
43743
+$EXTRA_GNOME_PKG_ERRORS
 
43744
 
 
43745
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
43746
+installed software in a non-standard prefix.
 
43747
 
 
43748
-# save warnings/boilerplate of simple test code
 
43749
-ac_outfile=conftest.$ac_objext
 
43750
-echo "$lt_simple_compile_test_code" >conftest.$ac_ext
 
43751
-eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
43752
-_lt_compiler_boilerplate=`cat conftest.err`
 
43753
-$rm conftest*
 
43754
+Alternatively, you may set the environment variables EXTRA_GNOME_CFLAGS
 
43755
+and EXTRA_GNOME_LIBS to avoid the need to call pkg-config.
 
43756
+See the pkg-config man page for more details.
 
43757
+" >&2;}
 
43758
+   { (exit 1); exit 1; }; }
 
43759
+elif test $pkg_failed = untried; then
 
43760
+       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
43761
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
43762
+path to pkg-config.
 
43763
 
 
43764
-ac_outfile=conftest.$ac_objext
 
43765
-echo "$lt_simple_link_test_code" >conftest.$ac_ext
 
43766
-eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
43767
-_lt_linker_boilerplate=`cat conftest.err`
 
43768
-$rm -r conftest*
 
43769
+Alternatively, you may set the environment variables EXTRA_GNOME_CFLAGS
 
43770
+and EXTRA_GNOME_LIBS to avoid the need to call pkg-config.
 
43771
+See the pkg-config man page for more details.
 
43772
 
 
43773
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
43774
+See \`config.log' for more details." >&5
 
43775
+echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
43776
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
43777
+path to pkg-config.
 
43778
 
 
43779
-# Allow CC to be a program name with arguments.
 
43780
-lt_save_CC="$CC"
 
43781
-CC=${RC-"windres"}
 
43782
-compiler=$CC
 
43783
-compiler_RC=$CC
 
43784
-for cc_temp in $compiler""; do
 
43785
-  case $cc_temp in
 
43786
-    compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
 
43787
-    distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
 
43788
-    \-*) ;;
 
43789
-    *) break;;
 
43790
-  esac
 
43791
-done
 
43792
-cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
43793
+Alternatively, you may set the environment variables EXTRA_GNOME_CFLAGS
 
43794
+and EXTRA_GNOME_LIBS to avoid the need to call pkg-config.
 
43795
+See the pkg-config man page for more details.
 
43796
 
 
43797
-lt_cv_prog_compiler_c_o_RC=yes
 
43798
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
43799
+See \`config.log' for more details." >&2;}
 
43800
+   { (exit 1); exit 1; }; }
 
43801
+else
 
43802
+       EXTRA_GNOME_CFLAGS=$pkg_cv_EXTRA_GNOME_CFLAGS
 
43803
+       EXTRA_GNOME_LIBS=$pkg_cv_EXTRA_GNOME_LIBS
 
43804
+        { echo "$as_me:$LINENO: result: yes" >&5
 
43805
+echo "${ECHO_T}yes" >&6; }
 
43806
+       :
 
43807
+fi
 
43808
+       HAVE_GNOME=yes
 
43809
+else
 
43810
+# FIXME: use gmodule-no-export instead!
 
43811
 
 
43812
-# The else clause should only fire when bootstrapping the
 
43813
-# libtool distribution, otherwise you forgot to ship ltmain.sh
 
43814
-# with your package, and you will get complaints that there are
 
43815
-# no rules to generate ltmain.sh.
 
43816
-if test -f "$ltmain"; then
 
43817
-  # See if we are running on zsh, and set the options which allow our commands through
 
43818
-  # without removal of \ escapes.
 
43819
-  if test -n "${ZSH_VERSION+set}" ; then
 
43820
-    setopt NO_GLOB_SUBST
 
43821
-  fi
 
43822
-  # Now quote all the things that may contain metacharacters while being
 
43823
-  # careful not to overquote the AC_SUBSTed values.  We take copies of the
 
43824
-  # variables and quote the copies for generation of the libtool script.
 
43825
-  for var in echo old_CC old_CFLAGS AR AR_FLAGS EGREP RANLIB LN_S LTCC LTCFLAGS NM \
 
43826
-    SED SHELL STRIP \
 
43827
-    libname_spec library_names_spec soname_spec extract_expsyms_cmds \
 
43828
-    old_striplib striplib file_magic_cmd finish_cmds finish_eval \
 
43829
-    deplibs_check_method reload_flag reload_cmds need_locks \
 
43830
-    lt_cv_sys_global_symbol_pipe lt_cv_sys_global_symbol_to_cdecl \
 
43831
-    lt_cv_sys_global_symbol_to_c_name_address \
 
43832
-    sys_lib_search_path_spec sys_lib_dlsearch_path_spec \
 
43833
-    old_postinstall_cmds old_postuninstall_cmds \
 
43834
-    compiler_RC \
 
43835
-    CC_RC \
 
43836
-    LD_RC \
 
43837
-    lt_prog_compiler_wl_RC \
 
43838
-    lt_prog_compiler_pic_RC \
 
43839
-    lt_prog_compiler_static_RC \
 
43840
-    lt_prog_compiler_no_builtin_flag_RC \
 
43841
-    export_dynamic_flag_spec_RC \
 
43842
-    thread_safe_flag_spec_RC \
 
43843
-    whole_archive_flag_spec_RC \
 
43844
-    enable_shared_with_static_runtimes_RC \
 
43845
-    old_archive_cmds_RC \
 
43846
-    old_archive_from_new_cmds_RC \
 
43847
-    predep_objects_RC \
 
43848
-    postdep_objects_RC \
 
43849
-    predeps_RC \
 
43850
-    postdeps_RC \
 
43851
-    compiler_lib_search_path_RC \
 
43852
-    compiler_lib_search_dirs_RC \
 
43853
-    archive_cmds_RC \
 
43854
-    archive_expsym_cmds_RC \
 
43855
-    postinstall_cmds_RC \
 
43856
-    postuninstall_cmds_RC \
 
43857
-    old_archive_from_expsyms_cmds_RC \
 
43858
-    allow_undefined_flag_RC \
 
43859
-    no_undefined_flag_RC \
 
43860
-    export_symbols_cmds_RC \
 
43861
-    hardcode_libdir_flag_spec_RC \
 
43862
-    hardcode_libdir_flag_spec_ld_RC \
 
43863
-    hardcode_libdir_separator_RC \
 
43864
-    hardcode_automatic_RC \
 
43865
-    module_cmds_RC \
 
43866
-    module_expsym_cmds_RC \
 
43867
-    lt_cv_prog_compiler_c_o_RC \
 
43868
-    fix_srcfile_path_RC \
 
43869
-    exclude_expsyms_RC \
 
43870
-    include_expsyms_RC; do
 
43871
-
 
43872
-    case $var in
 
43873
-    old_archive_cmds_RC | \
 
43874
-    old_archive_from_new_cmds_RC | \
 
43875
-    archive_cmds_RC | \
 
43876
-    archive_expsym_cmds_RC | \
 
43877
-    module_cmds_RC | \
 
43878
-    module_expsym_cmds_RC | \
 
43879
-    old_archive_from_expsyms_cmds_RC | \
 
43880
-    export_symbols_cmds_RC | \
 
43881
-    extract_expsyms_cmds | reload_cmds | finish_cmds | \
 
43882
-    postinstall_cmds | postuninstall_cmds | \
 
43883
-    old_postinstall_cmds | old_postuninstall_cmds | \
 
43884
-    sys_lib_search_path_spec | sys_lib_dlsearch_path_spec)
 
43885
-      # Double-quote double-evaled strings.
 
43886
-      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$double_quote_subst\" -e \"\$sed_quote_subst\" -e \"\$delay_variable_subst\"\`\\\""
 
43887
-      ;;
 
43888
-    *)
 
43889
-      eval "lt_$var=\\\"\`\$echo \"X\$$var\" | \$Xsed -e \"\$sed_quote_subst\"\`\\\""
 
43890
-      ;;
 
43891
-    esac
 
43892
-  done
 
43893
+pkg_failed=no
 
43894
+{ echo "$as_me:$LINENO: checking for EXTRA_GNOME" >&5
 
43895
+echo $ECHO_N "checking for EXTRA_GNOME... $ECHO_C" >&6; }
 
43896
 
 
43897
-  case $lt_echo in
 
43898
-  *'\$0 --fallback-echo"')
 
43899
-    lt_echo=`$echo "X$lt_echo" | $Xsed -e 's/\\\\\\\$0 --fallback-echo"$/$0 --fallback-echo"/'`
 
43900
-    ;;
 
43901
-  esac
 
43902
+if test -n "$PKG_CONFIG"; then
 
43903
+    if test -n "$EXTRA_GNOME_CFLAGS"; then
 
43904
+        pkg_cv_EXTRA_GNOME_CFLAGS="$EXTRA_GNOME_CFLAGS"
 
43905
+    else
 
43906
+        if test -n "$PKG_CONFIG" && \
 
43907
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQS launchpad-integration gtk+-2.0 >= \$GTK_REQS gio-2.0 gnome-icon-theme >= \$GNOMEICON_REQS gmodule-2.0 gconf-2.0 totem-plparser >= \$TOTEM_PLPARSER_REQS \$ISO_CODES\"") >&5
 
43908
+  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQS launchpad-integration gtk+-2.0 >= $GTK_REQS gio-2.0 gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 gconf-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES") 2>&5
 
43909
+  ac_status=$?
 
43910
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
43911
+  (exit $ac_status); }; then
 
43912
+  pkg_cv_EXTRA_GNOME_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= $GLIB_REQS launchpad-integration gtk+-2.0 >= $GTK_REQS gio-2.0 gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 gconf-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES" 2>/dev/null`
 
43913
+else
 
43914
+  pkg_failed=yes
 
43915
+fi
 
43916
+    fi
 
43917
+else
 
43918
+       pkg_failed=untried
 
43919
+fi
 
43920
+if test -n "$PKG_CONFIG"; then
 
43921
+    if test -n "$EXTRA_GNOME_LIBS"; then
 
43922
+        pkg_cv_EXTRA_GNOME_LIBS="$EXTRA_GNOME_LIBS"
 
43923
+    else
 
43924
+        if test -n "$PKG_CONFIG" && \
 
43925
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQS launchpad-integration gtk+-2.0 >= \$GTK_REQS gio-2.0 gnome-icon-theme >= \$GNOMEICON_REQS gmodule-2.0 gconf-2.0 totem-plparser >= \$TOTEM_PLPARSER_REQS \$ISO_CODES\"") >&5
 
43926
+  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQS launchpad-integration gtk+-2.0 >= $GTK_REQS gio-2.0 gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 gconf-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES") 2>&5
 
43927
+  ac_status=$?
 
43928
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
43929
+  (exit $ac_status); }; then
 
43930
+  pkg_cv_EXTRA_GNOME_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= $GLIB_REQS launchpad-integration gtk+-2.0 >= $GTK_REQS gio-2.0 gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 gconf-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES" 2>/dev/null`
 
43931
+else
 
43932
+  pkg_failed=yes
 
43933
+fi
 
43934
+    fi
 
43935
+else
 
43936
+       pkg_failed=untried
 
43937
+fi
 
43938
 
 
43939
-cfgfile="$ofile"
 
43940
 
 
43941
-  cat <<__EOF__ >> "$cfgfile"
 
43942
-# ### BEGIN LIBTOOL TAG CONFIG: $tagname
 
43943
 
 
43944
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 
43945
+if test $pkg_failed = yes; then
 
43946
 
 
43947
-# Shell to use when invoking shell scripts.
 
43948
-SHELL=$lt_SHELL
 
43949
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
43950
+        _pkg_short_errors_supported=yes
 
43951
+else
 
43952
+        _pkg_short_errors_supported=no
 
43953
+fi
 
43954
+        if test $_pkg_short_errors_supported = yes; then
 
43955
+               EXTRA_GNOME_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-2.0 >= $GLIB_REQS launchpad-integration gtk+-2.0 >= $GTK_REQS gio-2.0 gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 gconf-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES"`
 
43956
+        else
 
43957
+               EXTRA_GNOME_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0 >= $GLIB_REQS launchpad-integration gtk+-2.0 >= $GTK_REQS gio-2.0 gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 gconf-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES"`
 
43958
+        fi
 
43959
+       # Put the nasty error message in config.log where it belongs
 
43960
+       echo "$EXTRA_GNOME_PKG_ERRORS" >&5
 
43961
 
 
43962
-# Whether or not to build shared libraries.
 
43963
-build_libtool_libs=$enable_shared
 
43964
+       { { echo "$as_me:$LINENO: error: Package requirements (glib-2.0 >= $GLIB_REQS launchpad-integration gtk+-2.0 >= $GTK_REQS gio-2.0 gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 gconf-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES) were not met:
 
43965
 
 
43966
-# Whether or not to build static libraries.
 
43967
-build_old_libs=$enable_static
 
43968
+$EXTRA_GNOME_PKG_ERRORS
 
43969
 
 
43970
-# Whether or not to add -lc for building shared libraries.
 
43971
-build_libtool_need_lc=$archive_cmds_need_lc_RC
 
43972
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
43973
+installed software in a non-standard prefix.
 
43974
 
 
43975
-# Whether or not to disallow shared libs when runtime libs are static
 
43976
-allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_RC
 
43977
+Alternatively, you may set the environment variables EXTRA_GNOME_CFLAGS
 
43978
+and EXTRA_GNOME_LIBS to avoid the need to call pkg-config.
 
43979
+See the pkg-config man page for more details.
 
43980
+" >&5
 
43981
+echo "$as_me: error: Package requirements (glib-2.0 >= $GLIB_REQS launchpad-integration gtk+-2.0 >= $GTK_REQS gio-2.0 gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 gconf-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES) were not met:
 
43982
 
 
43983
-# Whether or not to optimize for fast installation.
 
43984
-fast_install=$enable_fast_install
 
43985
+$EXTRA_GNOME_PKG_ERRORS
 
43986
 
 
43987
-# The host system.
 
43988
-host_alias=$host_alias
 
43989
-host=$host
 
43990
-host_os=$host_os
 
43991
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
43992
+installed software in a non-standard prefix.
 
43993
 
 
43994
-# The build system.
 
43995
-build_alias=$build_alias
 
43996
-build=$build
 
43997
-build_os=$build_os
 
43998
+Alternatively, you may set the environment variables EXTRA_GNOME_CFLAGS
 
43999
+and EXTRA_GNOME_LIBS to avoid the need to call pkg-config.
 
44000
+See the pkg-config man page for more details.
 
44001
+" >&2;}
 
44002
+   { (exit 1); exit 1; }; }
 
44003
+elif test $pkg_failed = untried; then
 
44004
+       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
44005
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
44006
+path to pkg-config.
 
44007
 
 
44008
-# An echo program that does not interpret backslashes.
 
44009
-echo=$lt_echo
 
44010
+Alternatively, you may set the environment variables EXTRA_GNOME_CFLAGS
 
44011
+and EXTRA_GNOME_LIBS to avoid the need to call pkg-config.
 
44012
+See the pkg-config man page for more details.
 
44013
 
 
44014
-# The archiver.
 
44015
-AR=$lt_AR
 
44016
-AR_FLAGS=$lt_AR_FLAGS
 
44017
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
44018
+See \`config.log' for more details." >&5
 
44019
+echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
44020
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
44021
+path to pkg-config.
 
44022
 
 
44023
-# A C compiler.
 
44024
-LTCC=$lt_LTCC
 
44025
+Alternatively, you may set the environment variables EXTRA_GNOME_CFLAGS
 
44026
+and EXTRA_GNOME_LIBS to avoid the need to call pkg-config.
 
44027
+See the pkg-config man page for more details.
 
44028
 
 
44029
-# LTCC compiler flags.
 
44030
-LTCFLAGS=$lt_LTCFLAGS
 
44031
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
44032
+See \`config.log' for more details." >&2;}
 
44033
+   { (exit 1); exit 1; }; }
 
44034
+else
 
44035
+       EXTRA_GNOME_CFLAGS=$pkg_cv_EXTRA_GNOME_CFLAGS
 
44036
+       EXTRA_GNOME_LIBS=$pkg_cv_EXTRA_GNOME_LIBS
 
44037
+        { echo "$as_me:$LINENO: result: yes" >&5
 
44038
+echo "${ECHO_T}yes" >&6; }
 
44039
+       :
 
44040
+fi
 
44041
 
 
44042
-# A language-specific compiler.
 
44043
-CC=$lt_compiler_RC
 
44044
+cat >>confdefs.h <<\_ACEOF
 
44045
+#define USE_STABLE_LIBGNOMEUI 1
 
44046
+_ACEOF
 
44047
 
 
44048
-# Is the compiler the GNU C compiler?
 
44049
-with_gcc=$GCC_RC
 
44050
 
 
44051
-# An ERE matcher.
 
44052
-EGREP=$lt_EGREP
 
44053
+cat >>confdefs.h <<\_ACEOF
 
44054
+#define HAVE_GTK_ONLY 1
 
44055
+_ACEOF
 
44056
 
 
44057
-# The linker used to build libraries.
 
44058
-LD=$lt_LD_RC
 
44059
+       HAVE_GNOME=no
 
44060
+fi
 
44061
 
 
44062
-# Whether we need hard or soft links.
 
44063
-LN_S=$lt_LN_S
 
44064
 
 
44065
-# A BSD-compatible nm program.
 
44066
-NM=$lt_NM
 
44067
+pkg_failed=no
 
44068
+{ echo "$as_me:$LINENO: checking for MM" >&5
 
44069
+echo $ECHO_N "checking for MM... $ECHO_C" >&6; }
 
44070
 
 
44071
-# A symbol stripping program
 
44072
-STRIP=$lt_STRIP
 
44073
+if test -n "$PKG_CONFIG"; then
 
44074
+    if test -n "$MM_CFLAGS"; then
 
44075
+        pkg_cv_MM_CFLAGS="$MM_CFLAGS"
 
44076
+    else
 
44077
+        if test -n "$PKG_CONFIG" && \
 
44078
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$MM\"") >&5
 
44079
+  ($PKG_CONFIG --exists --print-errors "$MM") 2>&5
 
44080
+  ac_status=$?
 
44081
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
44082
+  (exit $ac_status); }; then
 
44083
+  pkg_cv_MM_CFLAGS=`$PKG_CONFIG --cflags "$MM" 2>/dev/null`
 
44084
+else
 
44085
+  pkg_failed=yes
 
44086
+fi
 
44087
+    fi
 
44088
+else
 
44089
+       pkg_failed=untried
 
44090
+fi
 
44091
+if test -n "$PKG_CONFIG"; then
 
44092
+    if test -n "$MM_LIBS"; then
 
44093
+        pkg_cv_MM_LIBS="$MM_LIBS"
 
44094
+    else
 
44095
+        if test -n "$PKG_CONFIG" && \
 
44096
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$MM\"") >&5
 
44097
+  ($PKG_CONFIG --exists --print-errors "$MM") 2>&5
 
44098
+  ac_status=$?
 
44099
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
44100
+  (exit $ac_status); }; then
 
44101
+  pkg_cv_MM_LIBS=`$PKG_CONFIG --libs "$MM" 2>/dev/null`
 
44102
+else
 
44103
+  pkg_failed=yes
 
44104
+fi
 
44105
+    fi
 
44106
+else
 
44107
+       pkg_failed=untried
 
44108
+fi
 
44109
 
 
44110
-# Used to examine libraries when file_magic_cmd begins "file"
 
44111
-MAGIC_CMD=$MAGIC_CMD
 
44112
 
 
44113
-# Used on cygwin: DLL creation program.
 
44114
-DLLTOOL="$DLLTOOL"
 
44115
 
 
44116
-# Used on cygwin: object dumper.
 
44117
-OBJDUMP="$OBJDUMP"
 
44118
+if test $pkg_failed = yes; then
 
44119
 
 
44120
-# Used on cygwin: assembler.
 
44121
-AS="$AS"
 
44122
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
44123
+        _pkg_short_errors_supported=yes
 
44124
+else
 
44125
+        _pkg_short_errors_supported=no
 
44126
+fi
 
44127
+        if test $_pkg_short_errors_supported = yes; then
 
44128
+               MM_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$MM"`
 
44129
+        else
 
44130
+               MM_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$MM"`
 
44131
+        fi
 
44132
+       # Put the nasty error message in config.log where it belongs
 
44133
+       echo "$MM_PKG_ERRORS" >&5
 
44134
 
 
44135
-# The name of the directory that contains temporary libtool files.
 
44136
-objdir=$objdir
 
44137
+       { { echo "$as_me:$LINENO: error: Package requirements ($MM) were not met:
 
44138
 
 
44139
-# How to create reloadable object files.
 
44140
-reload_flag=$lt_reload_flag
 
44141
-reload_cmds=$lt_reload_cmds
 
44142
+$MM_PKG_ERRORS
 
44143
 
 
44144
-# How to pass a linker flag through the compiler.
 
44145
-wl=$lt_lt_prog_compiler_wl_RC
 
44146
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
44147
+installed software in a non-standard prefix.
 
44148
 
 
44149
-# Object file suffix (normally "o").
 
44150
-objext="$ac_objext"
 
44151
+Alternatively, you may set the environment variables MM_CFLAGS
 
44152
+and MM_LIBS to avoid the need to call pkg-config.
 
44153
+See the pkg-config man page for more details.
 
44154
+" >&5
 
44155
+echo "$as_me: error: Package requirements ($MM) were not met:
 
44156
 
 
44157
-# Old archive suffix (normally "a").
 
44158
-libext="$libext"
 
44159
+$MM_PKG_ERRORS
 
44160
 
 
44161
-# Shared library suffix (normally ".so").
 
44162
-shrext_cmds='$shrext_cmds'
 
44163
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
44164
+installed software in a non-standard prefix.
 
44165
 
 
44166
-# Executable file suffix (normally "").
 
44167
-exeext="$exeext"
 
44168
+Alternatively, you may set the environment variables MM_CFLAGS
 
44169
+and MM_LIBS to avoid the need to call pkg-config.
 
44170
+See the pkg-config man page for more details.
 
44171
+" >&2;}
 
44172
+   { (exit 1); exit 1; }; }
 
44173
+elif test $pkg_failed = untried; then
 
44174
+       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
44175
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
44176
+path to pkg-config.
 
44177
 
 
44178
-# Additional compiler flags for building library objects.
 
44179
-pic_flag=$lt_lt_prog_compiler_pic_RC
 
44180
-pic_mode=$pic_mode
 
44181
+Alternatively, you may set the environment variables MM_CFLAGS
 
44182
+and MM_LIBS to avoid the need to call pkg-config.
 
44183
+See the pkg-config man page for more details.
 
44184
 
 
44185
-# What is the maximum length of a command?
 
44186
-max_cmd_len=$lt_cv_sys_max_cmd_len
 
44187
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
44188
+See \`config.log' for more details." >&5
 
44189
+echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
44190
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
44191
+path to pkg-config.
 
44192
 
 
44193
-# Does compiler simultaneously support -c and -o options?
 
44194
-compiler_c_o=$lt_lt_cv_prog_compiler_c_o_RC
 
44195
+Alternatively, you may set the environment variables MM_CFLAGS
 
44196
+and MM_LIBS to avoid the need to call pkg-config.
 
44197
+See the pkg-config man page for more details.
 
44198
 
 
44199
-# Must we lock files when doing compilation?
 
44200
-need_locks=$lt_need_locks
 
44201
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
44202
+See \`config.log' for more details." >&2;}
 
44203
+   { (exit 1); exit 1; }; }
 
44204
+else
 
44205
+       MM_CFLAGS=$pkg_cv_MM_CFLAGS
 
44206
+       MM_LIBS=$pkg_cv_MM_LIBS
 
44207
+        { echo "$as_me:$LINENO: result: yes" >&5
 
44208
+echo "${ECHO_T}yes" >&6; }
 
44209
+       :
 
44210
+fi
 
44211
 
 
44212
-# Do we need the lib prefix for modules?
 
44213
-need_lib_prefix=$need_lib_prefix
 
44214
+ if test x$HAVE_GNOME = "xyes"; then
 
44215
+  HAVE_GNOME_TRUE=
 
44216
+  HAVE_GNOME_FALSE='#'
 
44217
+else
 
44218
+  HAVE_GNOME_TRUE='#'
 
44219
+  HAVE_GNOME_FALSE=
 
44220
+fi
 
44221
 
 
44222
-# Do we need a version for libraries?
 
44223
-need_version=$need_version
 
44224
+EXTRA_GNOME_CFLAGS="$EXTRA_GNOME_CFLAGS"
 
44225
+EXTRA_GNOME_LIBS="$EXTRA_GNOME_LIBS $EXTRA_BACKEND_LIBS"
 
44226
 
 
44227
-# Whether dlopen is supported.
 
44228
-dlopen_support=$enable_dlopen
 
44229
 
 
44230
-# Whether dlopen of programs is supported.
 
44231
-dlopen_self=$enable_dlopen_self
 
44232
 
 
44233
-# Whether dlopen of statically linked programs is supported.
 
44234
-dlopen_self_static=$enable_dlopen_self_static
 
44235
 
 
44236
-# Compiler flag to prevent dynamic linking.
 
44237
-link_static_flag=$lt_lt_prog_compiler_static_RC
 
44238
+pkg_failed=no
 
44239
+{ echo "$as_me:$LINENO: checking for GTK" >&5
 
44240
+echo $ECHO_N "checking for GTK... $ECHO_C" >&6; }
 
44241
 
 
44242
-# Compiler flag to turn off builtin functions.
 
44243
-no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_RC
 
44244
+if test -n "$PKG_CONFIG"; then
 
44245
+    if test -n "$GTK_CFLAGS"; then
 
44246
+        pkg_cv_GTK_CFLAGS="$GTK_CFLAGS"
 
44247
+    else
 
44248
+        if test -n "$PKG_CONFIG" && \
 
44249
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 gthread-2.0\"") >&5
 
44250
+  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 gthread-2.0") 2>&5
 
44251
+  ac_status=$?
 
44252
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
44253
+  (exit $ac_status); }; then
 
44254
+  pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 gthread-2.0" 2>/dev/null`
 
44255
+else
 
44256
+  pkg_failed=yes
 
44257
+fi
 
44258
+    fi
 
44259
+else
 
44260
+       pkg_failed=untried
 
44261
+fi
 
44262
+if test -n "$PKG_CONFIG"; then
 
44263
+    if test -n "$GTK_LIBS"; then
 
44264
+        pkg_cv_GTK_LIBS="$GTK_LIBS"
 
44265
+    else
 
44266
+        if test -n "$PKG_CONFIG" && \
 
44267
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 gthread-2.0\"") >&5
 
44268
+  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 gthread-2.0") 2>&5
 
44269
+  ac_status=$?
 
44270
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
44271
+  (exit $ac_status); }; then
 
44272
+  pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 gthread-2.0" 2>/dev/null`
 
44273
+else
 
44274
+  pkg_failed=yes
 
44275
+fi
 
44276
+    fi
 
44277
+else
 
44278
+       pkg_failed=untried
 
44279
+fi
 
44280
 
 
44281
-# Compiler flag to allow reflexive dlopens.
 
44282
-export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_RC
 
44283
 
 
44284
-# Compiler flag to generate shared objects directly from archives.
 
44285
-whole_archive_flag_spec=$lt_whole_archive_flag_spec_RC
 
44286
 
 
44287
-# Compiler flag to generate thread-safe objects.
 
44288
-thread_safe_flag_spec=$lt_thread_safe_flag_spec_RC
 
44289
+if test $pkg_failed = yes; then
 
44290
 
 
44291
-# Library versioning type.
 
44292
-version_type=$version_type
 
44293
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
44294
+        _pkg_short_errors_supported=yes
 
44295
+else
 
44296
+        _pkg_short_errors_supported=no
 
44297
+fi
 
44298
+        if test $_pkg_short_errors_supported = yes; then
 
44299
+               GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-2.0 gthread-2.0"`
 
44300
+        else
 
44301
+               GTK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 gthread-2.0"`
 
44302
+        fi
 
44303
+       # Put the nasty error message in config.log where it belongs
 
44304
+       echo "$GTK_PKG_ERRORS" >&5
 
44305
 
 
44306
-# Format of library name prefix.
 
44307
-libname_spec=$lt_libname_spec
 
44308
+       { { echo "$as_me:$LINENO: error: Package requirements (gtk+-2.0 gthread-2.0) were not met:
 
44309
 
 
44310
-# List of archive names.  First name is the real one, the rest are links.
 
44311
-# The last name is the one that the linker finds with -lNAME.
 
44312
-library_names_spec=$lt_library_names_spec
 
44313
+$GTK_PKG_ERRORS
 
44314
 
 
44315
-# The coded name of the library, if different from the real name.
 
44316
-soname_spec=$lt_soname_spec
 
44317
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
44318
+installed software in a non-standard prefix.
 
44319
 
 
44320
-# Commands used to build and install an old-style archive.
 
44321
-RANLIB=$lt_RANLIB
 
44322
-old_archive_cmds=$lt_old_archive_cmds_RC
 
44323
-old_postinstall_cmds=$lt_old_postinstall_cmds
 
44324
-old_postuninstall_cmds=$lt_old_postuninstall_cmds
 
44325
+Alternatively, you may set the environment variables GTK_CFLAGS
 
44326
+and GTK_LIBS to avoid the need to call pkg-config.
 
44327
+See the pkg-config man page for more details.
 
44328
+" >&5
 
44329
+echo "$as_me: error: Package requirements (gtk+-2.0 gthread-2.0) were not met:
 
44330
 
 
44331
-# Create an old-style archive from a shared archive.
 
44332
-old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_RC
 
44333
+$GTK_PKG_ERRORS
 
44334
 
 
44335
-# Create a temporary old-style archive to link instead of a shared archive.
 
44336
-old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_RC
 
44337
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
44338
+installed software in a non-standard prefix.
 
44339
 
 
44340
-# Commands used to build and install a shared archive.
 
44341
-archive_cmds=$lt_archive_cmds_RC
 
44342
-archive_expsym_cmds=$lt_archive_expsym_cmds_RC
 
44343
-postinstall_cmds=$lt_postinstall_cmds
 
44344
-postuninstall_cmds=$lt_postuninstall_cmds
 
44345
+Alternatively, you may set the environment variables GTK_CFLAGS
 
44346
+and GTK_LIBS to avoid the need to call pkg-config.
 
44347
+See the pkg-config man page for more details.
 
44348
+" >&2;}
 
44349
+   { (exit 1); exit 1; }; }
 
44350
+elif test $pkg_failed = untried; then
 
44351
+       { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
44352
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
44353
+path to pkg-config.
 
44354
 
 
44355
-# Commands used to build a loadable module (assumed same as above if empty)
 
44356
-module_cmds=$lt_module_cmds_RC
 
44357
-module_expsym_cmds=$lt_module_expsym_cmds_RC
 
44358
+Alternatively, you may set the environment variables GTK_CFLAGS
 
44359
+and GTK_LIBS to avoid the need to call pkg-config.
 
44360
+See the pkg-config man page for more details.
 
44361
 
 
44362
-# Commands to strip libraries.
 
44363
-old_striplib=$lt_old_striplib
 
44364
-striplib=$lt_striplib
 
44365
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
44366
+See \`config.log' for more details." >&5
 
44367
+echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
44368
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
44369
+path to pkg-config.
 
44370
 
 
44371
-# Dependencies to place before the objects being linked to create a
 
44372
-# shared library.
 
44373
-predep_objects=$lt_predep_objects_RC
 
44374
-
 
44375
-# Dependencies to place after the objects being linked to create a
 
44376
-# shared library.
 
44377
-postdep_objects=$lt_postdep_objects_RC
 
44378
-
 
44379
-# Dependencies to place before the objects being linked to create a
 
44380
-# shared library.
 
44381
-predeps=$lt_predeps_RC
 
44382
-
 
44383
-# Dependencies to place after the objects being linked to create a
 
44384
-# shared library.
 
44385
-postdeps=$lt_postdeps_RC
 
44386
-
 
44387
-# The directories searched by this compiler when creating a shared
 
44388
-# library
 
44389
-compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_RC
 
44390
+Alternatively, you may set the environment variables GTK_CFLAGS
 
44391
+and GTK_LIBS to avoid the need to call pkg-config.
 
44392
+See the pkg-config man page for more details.
 
44393
 
 
44394
-# The library search path used internally by the compiler when linking
 
44395
-# a shared library.
 
44396
-compiler_lib_search_path=$lt_compiler_lib_search_path_RC
 
44397
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
44398
+See \`config.log' for more details." >&2;}
 
44399
+   { (exit 1); exit 1; }; }
 
44400
+else
 
44401
+       GTK_CFLAGS=$pkg_cv_GTK_CFLAGS
 
44402
+       GTK_LIBS=$pkg_cv_GTK_LIBS
 
44403
+        { echo "$as_me:$LINENO: result: yes" >&5
 
44404
+echo "${ECHO_T}yes" >&6; }
 
44405
+       :
 
44406
+fi
 
44407
 
 
44408
-# Method to check whether dependent libraries are shared objects.
 
44409
-deplibs_check_method=$lt_deplibs_check_method
 
44410
+GTK_LIBS="$GTK_LIBS $EXTRA_BACKEND_LIBS"
 
44411
 
 
44412
-# Command to use when deplibs_check_method == file_magic.
 
44413
-file_magic_cmd=$lt_file_magic_cmd
 
44414
 
 
44415
-# Flag that allows shared libraries with undefined symbols to be built.
 
44416
-allow_undefined_flag=$lt_allow_undefined_flag_RC
 
44417
+have_x11=no
 
44418
+if test x$(pkg-config --variable=target gtk+-2.0) = xx11; then
 
44419
+       { echo "$as_me:$LINENO: checking for X" >&5
 
44420
+echo $ECHO_N "checking for X... $ECHO_C" >&6; }
 
44421
 
 
44422
-# Flag that forces no undefined symbols.
 
44423
-no_undefined_flag=$lt_no_undefined_flag_RC
 
44424
 
 
44425
-# Commands used to finish a libtool library installation in a directory.
 
44426
-finish_cmds=$lt_finish_cmds
 
44427
+# Check whether --with-x was given.
 
44428
+if test "${with_x+set}" = set; then
 
44429
+  withval=$with_x;
 
44430
+fi
 
44431
 
 
44432
-# Same as above, but a single script fragment to be evaled but not shown.
 
44433
-finish_eval=$lt_finish_eval
 
44434
+# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
 
44435
+if test "x$with_x" = xno; then
 
44436
+  # The user explicitly disabled X.
 
44437
+  have_x=disabled
 
44438
+else
 
44439
+  case $x_includes,$x_libraries in #(
 
44440
+    *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
 
44441
+echo "$as_me: error: Cannot use X directory names containing '" >&2;}
 
44442
+   { (exit 1); exit 1; }; };; #(
 
44443
+    *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
 
44444
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
44445
+else
 
44446
+  # One or both of the vars are not set, and there is no cached value.
 
44447
+ac_x_includes=no ac_x_libraries=no
 
44448
+rm -f -r conftest.dir
 
44449
+if mkdir conftest.dir; then
 
44450
+  cd conftest.dir
 
44451
+  cat >Imakefile <<'_ACEOF'
 
44452
+incroot:
 
44453
+       @echo incroot='${INCROOT}'
 
44454
+usrlibdir:
 
44455
+       @echo usrlibdir='${USRLIBDIR}'
 
44456
+libdir:
 
44457
+       @echo libdir='${LIBDIR}'
 
44458
+_ACEOF
 
44459
+  if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
 
44460
+    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
 
44461
+    for ac_var in incroot usrlibdir libdir; do
 
44462
+      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
 
44463
+    done
 
44464
+    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
 
44465
+    for ac_extension in a so sl; do
 
44466
+      if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
 
44467
+        test -f "$ac_im_libdir/libX11.$ac_extension"; then
 
44468
+       ac_im_usrlibdir=$ac_im_libdir; break
 
44469
+      fi
 
44470
+    done
 
44471
+    # Screen out bogus values from the imake configuration.  They are
 
44472
+    # bogus both because they are the default anyway, and because
 
44473
+    # using them would break gcc on systems where it needs fixed includes.
 
44474
+    case $ac_im_incroot in
 
44475
+       /usr/include) ac_x_includes= ;;
 
44476
+       *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
 
44477
+    esac
 
44478
+    case $ac_im_usrlibdir in
 
44479
+       /usr/lib | /lib) ;;
 
44480
+       *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
 
44481
+    esac
 
44482
+  fi
 
44483
+  cd ..
 
44484
+  rm -f -r conftest.dir
 
44485
+fi
 
44486
 
 
44487
-# Take the output of nm and produce a listing of raw symbols and C names.
 
44488
-global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
 
44489
+# Standard set of common directories for X headers.
 
44490
+# Check X11 before X11Rn because it is often a symlink to the current release.
 
44491
+ac_x_header_dirs='
 
44492
+/usr/X11/include
 
44493
+/usr/X11R6/include
 
44494
+/usr/X11R5/include
 
44495
+/usr/X11R4/include
 
44496
 
 
44497
-# Transform the output of nm in a proper C declaration
 
44498
-global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
 
44499
+/usr/include/X11
 
44500
+/usr/include/X11R6
 
44501
+/usr/include/X11R5
 
44502
+/usr/include/X11R4
 
44503
 
 
44504
-# Transform the output of nm in a C name address pair
 
44505
-global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
 
44506
+/usr/local/X11/include
 
44507
+/usr/local/X11R6/include
 
44508
+/usr/local/X11R5/include
 
44509
+/usr/local/X11R4/include
 
44510
 
 
44511
-# This is the shared library runtime path variable.
 
44512
-runpath_var=$runpath_var
 
44513
+/usr/local/include/X11
 
44514
+/usr/local/include/X11R6
 
44515
+/usr/local/include/X11R5
 
44516
+/usr/local/include/X11R4
 
44517
 
 
44518
-# This is the shared library path variable.
 
44519
-shlibpath_var=$shlibpath_var
 
44520
+/usr/X386/include
 
44521
+/usr/x386/include
 
44522
+/usr/XFree86/include/X11
 
44523
 
 
44524
-# Is shlibpath searched before the hard-coded library search path?
 
44525
-shlibpath_overrides_runpath=$shlibpath_overrides_runpath
 
44526
+/usr/include
 
44527
+/usr/local/include
 
44528
+/usr/unsupported/include
 
44529
+/usr/athena/include
 
44530
+/usr/local/x11r5/include
 
44531
+/usr/lpp/Xamples/include
 
44532
 
 
44533
-# How to hardcode a shared library path into an executable.
 
44534
-hardcode_action=$hardcode_action_RC
 
44535
+/usr/openwin/include
 
44536
+/usr/openwin/share/include'
 
44537
 
 
44538
-# Whether we should hardcode library paths into libraries.
 
44539
-hardcode_into_libs=$hardcode_into_libs
 
44540
+if test "$ac_x_includes" = no; then
 
44541
+  # Guess where to find include files, by looking for Xlib.h.
 
44542
+  # First, try using that file with no special directory specified.
 
44543
+  cat >conftest.$ac_ext <<_ACEOF
 
44544
+/* confdefs.h.  */
 
44545
+_ACEOF
 
44546
+cat confdefs.h >>conftest.$ac_ext
 
44547
+cat >>conftest.$ac_ext <<_ACEOF
 
44548
+/* end confdefs.h.  */
 
44549
+#include <X11/Xlib.h>
 
44550
+_ACEOF
 
44551
+if { (ac_try="$ac_cpp conftest.$ac_ext"
 
44552
+case "(($ac_try" in
 
44553
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
44554
+  *) ac_try_echo=$ac_try;;
 
44555
+esac
 
44556
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
44557
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
44558
+  ac_status=$?
 
44559
+  grep -v '^ *+' conftest.er1 >conftest.err
 
44560
+  rm -f conftest.er1
 
44561
+  cat conftest.err >&5
 
44562
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
44563
+  (exit $ac_status); } >/dev/null && {
 
44564
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
44565
+        test ! -s conftest.err
 
44566
+       }; then
 
44567
+  # We can compile using X headers with no special include directory.
 
44568
+ac_x_includes=
 
44569
+else
 
44570
+  echo "$as_me: failed program was:" >&5
 
44571
+sed 's/^/| /' conftest.$ac_ext >&5
 
44572
 
 
44573
-# Flag to hardcode \$libdir into a binary during linking.
 
44574
-# This must work even if \$libdir does not exist.
 
44575
-hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_RC
 
44576
+  for ac_dir in $ac_x_header_dirs; do
 
44577
+  if test -r "$ac_dir/X11/Xlib.h"; then
 
44578
+    ac_x_includes=$ac_dir
 
44579
+    break
 
44580
+  fi
 
44581
+done
 
44582
+fi
 
44583
 
 
44584
-# If ld is used when linking, flag to hardcode \$libdir into
 
44585
-# a binary during linking. This must work even if \$libdir does
 
44586
-# not exist.
 
44587
-hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_RC
 
44588
-
 
44589
-# Whether we need a single -rpath flag with a separated argument.
 
44590
-hardcode_libdir_separator=$lt_hardcode_libdir_separator_RC
 
44591
-
 
44592
-# Set to yes if using DIR/libNAME${shared_ext} during linking hardcodes DIR into the
 
44593
-# resulting binary.
 
44594
-hardcode_direct=$hardcode_direct_RC
 
44595
-
 
44596
-# Set to yes if using the -LDIR flag during linking hardcodes DIR into the
 
44597
-# resulting binary.
 
44598
-hardcode_minus_L=$hardcode_minus_L_RC
 
44599
-
 
44600
-# Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
 
44601
-# the resulting binary.
 
44602
-hardcode_shlibpath_var=$hardcode_shlibpath_var_RC
 
44603
-
 
44604
-# Set to yes if building a shared library automatically hardcodes DIR into the library
 
44605
-# and all subsequent libraries and executables linked against it.
 
44606
-hardcode_automatic=$hardcode_automatic_RC
 
44607
+rm -f conftest.err conftest.$ac_ext
 
44608
+fi # $ac_x_includes = no
 
44609
 
 
44610
-# Variables whose values should be saved in libtool wrapper scripts and
 
44611
-# restored at relink time.
 
44612
-variables_saved_for_relink="$variables_saved_for_relink"
 
44613
+if test "$ac_x_libraries" = no; then
 
44614
+  # Check for the libraries.
 
44615
+  # See if we find them without any special options.
 
44616
+  # Don't add to $LIBS permanently.
 
44617
+  ac_save_LIBS=$LIBS
 
44618
+  LIBS="-lX11 $LIBS"
 
44619
+  cat >conftest.$ac_ext <<_ACEOF
 
44620
+/* confdefs.h.  */
 
44621
+_ACEOF
 
44622
+cat confdefs.h >>conftest.$ac_ext
 
44623
+cat >>conftest.$ac_ext <<_ACEOF
 
44624
+/* end confdefs.h.  */
 
44625
+#include <X11/Xlib.h>
 
44626
+int
 
44627
+main ()
 
44628
+{
 
44629
+XrmInitialize ()
 
44630
+  ;
 
44631
+  return 0;
 
44632
+}
 
44633
+_ACEOF
 
44634
+rm -f conftest.$ac_objext conftest$ac_exeext
 
44635
+if { (ac_try="$ac_link"
 
44636
+case "(($ac_try" in
 
44637
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
44638
+  *) ac_try_echo=$ac_try;;
 
44639
+esac
 
44640
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
44641
+  (eval "$ac_link") 2>conftest.er1
 
44642
+  ac_status=$?
 
44643
+  grep -v '^ *+' conftest.er1 >conftest.err
 
44644
+  rm -f conftest.er1
 
44645
+  cat conftest.err >&5
 
44646
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
44647
+  (exit $ac_status); } && {
 
44648
+        test -z "$ac_c_werror_flag" ||
 
44649
+        test ! -s conftest.err
 
44650
+       } && test -s conftest$ac_exeext &&
 
44651
+       $as_test_x conftest$ac_exeext; then
 
44652
+  LIBS=$ac_save_LIBS
 
44653
+# We can link X programs with no special library path.
 
44654
+ac_x_libraries=
 
44655
+else
 
44656
+  echo "$as_me: failed program was:" >&5
 
44657
+sed 's/^/| /' conftest.$ac_ext >&5
 
44658
 
 
44659
-# Whether libtool must link a program against all its dependency libraries.
 
44660
-link_all_deplibs=$link_all_deplibs_RC
 
44661
+       LIBS=$ac_save_LIBS
 
44662
+for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
 
44663
+do
 
44664
+  # Don't even attempt the hair of trying to link an X program!
 
44665
+  for ac_extension in a so sl; do
 
44666
+    if test -r "$ac_dir/libX11.$ac_extension"; then
 
44667
+      ac_x_libraries=$ac_dir
 
44668
+      break 2
 
44669
+    fi
 
44670
+  done
 
44671
+done
 
44672
+fi
 
44673
 
 
44674
-# Compile-time system search path for libraries
 
44675
-sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
 
44676
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
44677
+      conftest$ac_exeext conftest.$ac_ext
 
44678
+fi # $ac_x_libraries = no
 
44679
 
 
44680
-# Run-time system search path for libraries
 
44681
-sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
 
44682
+case $ac_x_includes,$ac_x_libraries in #(
 
44683
+  no,* | *,no | *\'*)
 
44684
+    # Didn't find X, or a directory has "'" in its name.
 
44685
+    ac_cv_have_x="have_x=no";; #(
 
44686
+  *)
 
44687
+    # Record where we found X for the cache.
 
44688
+    ac_cv_have_x="have_x=yes\
 
44689
+       ac_x_includes='$ac_x_includes'\
 
44690
+       ac_x_libraries='$ac_x_libraries'"
 
44691
+esac
 
44692
+fi
 
44693
+;; #(
 
44694
+    *) have_x=yes;;
 
44695
+  esac
 
44696
+  eval "$ac_cv_have_x"
 
44697
+fi # $with_x != no
 
44698
 
 
44699
-# Fix the shell variable \$srcfile for the compiler.
 
44700
-fix_srcfile_path=$lt_fix_srcfile_path
 
44701
+if test "$have_x" != yes; then
 
44702
+  { echo "$as_me:$LINENO: result: $have_x" >&5
 
44703
+echo "${ECHO_T}$have_x" >&6; }
 
44704
+  no_x=yes
 
44705
+else
 
44706
+  # If each of the values was on the command line, it overrides each guess.
 
44707
+  test "x$x_includes" = xNONE && x_includes=$ac_x_includes
 
44708
+  test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
 
44709
+  # Update the cache value to reflect the command line values.
 
44710
+  ac_cv_have_x="have_x=yes\
 
44711
+       ac_x_includes='$x_includes'\
 
44712
+       ac_x_libraries='$x_libraries'"
 
44713
+  { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
 
44714
+echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
 
44715
+fi
 
44716
 
 
44717
-# Set to yes if exported symbols are required.
 
44718
-always_export_symbols=$always_export_symbols_RC
 
44719
 
 
44720
-# The commands to list exported symbols.
 
44721
-export_symbols_cmds=$lt_export_symbols_cmds_RC
 
44722
+       have_x11=yes
 
44723
 
 
44724
-# The commands to extract the exported symbol list from a shared archive.
 
44725
-extract_expsyms_cmds=$lt_extract_expsyms_cmds
 
44726
+       if test x"$x_includes" != x"NONE" && test -n "$x_includes" ; then
 
44727
+               X_INCLUDES=-I`echo $x_includes | sed -e "s/:/ -I/g"`
 
44728
+       fi
 
44729
+       if test x"$x_libraries" != x"NONE" && test -n "$x_libraries" ; then
 
44730
+               X_LIBRARIES=-L`echo $x_libraries | sed -e "s/:/ -L/g"`
 
44731
+       fi
 
44732
+       CFLAGS="$X_INCLUDES $CFLAGS"
 
44733
+       LIBS="$X_LIBRARIES $LIBS"
 
44734
 
 
44735
-# Symbols that should not be listed in the preloaded symbols.
 
44736
-exclude_expsyms=$lt_exclude_expsyms_RC
 
44737
+       XTEST_LIBS=""
 
44738
+       enable_xtest=no
 
44739
+       { echo "$as_me:$LINENO: checking for XTestFakeKeyEvent in -lXtst" >&5
 
44740
+echo $ECHO_N "checking for XTestFakeKeyEvent in -lXtst... $ECHO_C" >&6; }
 
44741
+if test "${ac_cv_lib_Xtst_XTestFakeKeyEvent+set}" = set; then
 
44742
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
44743
+else
 
44744
+  ac_check_lib_save_LIBS=$LIBS
 
44745
+LIBS="-lXtst $X_LIBRARIES $LIBS"
 
44746
+cat >conftest.$ac_ext <<_ACEOF
 
44747
+/* confdefs.h.  */
 
44748
+_ACEOF
 
44749
+cat confdefs.h >>conftest.$ac_ext
 
44750
+cat >>conftest.$ac_ext <<_ACEOF
 
44751
+/* end confdefs.h.  */
 
44752
 
 
44753
-# Symbols that must always be exported.
 
44754
-include_expsyms=$lt_include_expsyms_RC
 
44755
+/* Override any GCC internal prototype to avoid an error.
 
44756
+   Use char because int might match the return type of a GCC
 
44757
+   builtin and then its argument prototype would still apply.  */
 
44758
+#ifdef __cplusplus
 
44759
+extern "C"
 
44760
+#endif
 
44761
+char XTestFakeKeyEvent ();
 
44762
+int
 
44763
+main ()
 
44764
+{
 
44765
+return XTestFakeKeyEvent ();
 
44766
+  ;
 
44767
+  return 0;
 
44768
+}
 
44769
+_ACEOF
 
44770
+rm -f conftest.$ac_objext conftest$ac_exeext
 
44771
+if { (ac_try="$ac_link"
 
44772
+case "(($ac_try" in
 
44773
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
44774
+  *) ac_try_echo=$ac_try;;
 
44775
+esac
 
44776
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
44777
+  (eval "$ac_link") 2>conftest.er1
 
44778
+  ac_status=$?
 
44779
+  grep -v '^ *+' conftest.er1 >conftest.err
 
44780
+  rm -f conftest.er1
 
44781
+  cat conftest.err >&5
 
44782
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
44783
+  (exit $ac_status); } && {
 
44784
+        test -z "$ac_c_werror_flag" ||
 
44785
+        test ! -s conftest.err
 
44786
+       } && test -s conftest$ac_exeext &&
 
44787
+       $as_test_x conftest$ac_exeext; then
 
44788
+  ac_cv_lib_Xtst_XTestFakeKeyEvent=yes
 
44789
+else
 
44790
+  echo "$as_me: failed program was:" >&5
 
44791
+sed 's/^/| /' conftest.$ac_ext >&5
 
44792
 
 
44793
-# ### END LIBTOOL TAG CONFIG: $tagname
 
44794
+       ac_cv_lib_Xtst_XTestFakeKeyEvent=no
 
44795
+fi
 
44796
 
 
44797
-__EOF__
 
44798
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
44799
+      conftest$ac_exeext conftest.$ac_ext
 
44800
+LIBS=$ac_check_lib_save_LIBS
 
44801
+fi
 
44802
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_Xtst_XTestFakeKeyEvent" >&5
 
44803
+echo "${ECHO_T}$ac_cv_lib_Xtst_XTestFakeKeyEvent" >&6; }
 
44804
+if test $ac_cv_lib_Xtst_XTestFakeKeyEvent = yes; then
 
44805
+  XTEST_LIBS="-lX11 -lXtst $X_LIBRARIES"
 
44806
+               enable_xtest=yes
 
44807
 
 
44808
+cat >>confdefs.h <<\_ACEOF
 
44809
+#define HAVE_XTEST 1
 
44810
+_ACEOF
 
44811
 
 
44812
-else
 
44813
-  # If there is no Makefile yet, we rely on a make rule to execute
 
44814
-  # `config.status --recheck' to rerun these tests and create the
 
44815
-  # libtool script then.
 
44816
-  ltmain_in=`echo $ltmain | sed -e 's/\.sh$/.in/'`
 
44817
-  if test -f "$ltmain_in"; then
 
44818
-    test -f Makefile && make "$ltmain"
 
44819
-  fi
 
44820
 fi
 
44821
 
 
44822
 
 
44823
-ac_ext=c
 
44824
-ac_cpp='$CPP $CPPFLAGS'
 
44825
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
44826
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
44827
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
44828
-
 
44829
-CC="$lt_save_CC"
 
44830
 
 
44831
-       ;;
 
44832
 
 
44833
-      *)
 
44834
-       { { $as_echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5
 
44835
-$as_echo "$as_me: error: Unsupported tag name: $tagname" >&2;}
 
44836
-   { (exit 1); exit 1; }; }
 
44837
-       ;;
 
44838
-      esac
 
44839
+pkg_failed=no
 
44840
+{ echo "$as_me:$LINENO: checking for XVIDMODE" >&5
 
44841
+echo $ECHO_N "checking for XVIDMODE... $ECHO_C" >&6; }
 
44842
 
 
44843
-      # Append the new tag name to the list of available tags.
 
44844
-      if test -n "$tagname" ; then
 
44845
-      available_tags="$available_tags $tagname"
 
44846
+if test -n "$PKG_CONFIG"; then
 
44847
+    if test -n "$XVIDMODE_CFLAGS"; then
 
44848
+        pkg_cv_XVIDMODE_CFLAGS="$XVIDMODE_CFLAGS"
 
44849
+    else
 
44850
+        if test -n "$PKG_CONFIG" && \
 
44851
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xrandr >= 1.1.1 xxf86vm >= 1.0.1\"") >&5
 
44852
+  ($PKG_CONFIG --exists --print-errors "xrandr >= 1.1.1 xxf86vm >= 1.0.1") 2>&5
 
44853
+  ac_status=$?
 
44854
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
44855
+  (exit $ac_status); }; then
 
44856
+  pkg_cv_XVIDMODE_CFLAGS=`$PKG_CONFIG --cflags "xrandr >= 1.1.1 xxf86vm >= 1.0.1" 2>/dev/null`
 
44857
+else
 
44858
+  pkg_failed=yes
 
44859
+fi
 
44860
     fi
 
44861
+else
 
44862
+       pkg_failed=untried
 
44863
+fi
 
44864
+if test -n "$PKG_CONFIG"; then
 
44865
+    if test -n "$XVIDMODE_LIBS"; then
 
44866
+        pkg_cv_XVIDMODE_LIBS="$XVIDMODE_LIBS"
 
44867
+    else
 
44868
+        if test -n "$PKG_CONFIG" && \
 
44869
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xrandr >= 1.1.1 xxf86vm >= 1.0.1\"") >&5
 
44870
+  ($PKG_CONFIG --exists --print-errors "xrandr >= 1.1.1 xxf86vm >= 1.0.1") 2>&5
 
44871
+  ac_status=$?
 
44872
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
44873
+  (exit $ac_status); }; then
 
44874
+  pkg_cv_XVIDMODE_LIBS=`$PKG_CONFIG --libs "xrandr >= 1.1.1 xxf86vm >= 1.0.1" 2>/dev/null`
 
44875
+else
 
44876
+  pkg_failed=yes
 
44877
+fi
 
44878
     fi
 
44879
-  done
 
44880
-  IFS="$lt_save_ifs"
 
44881
-
 
44882
-  # Now substitute the updated list of available tags.
 
44883
-  if eval "sed -e 's/^available_tags=.*\$/available_tags=\"$available_tags\"/' \"$ofile\" > \"${ofile}T\""; then
 
44884
-    mv "${ofile}T" "$ofile"
 
44885
-    chmod +x "$ofile"
 
44886
-  else
 
44887
-    rm -f "${ofile}T"
 
44888
-    { { $as_echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5
 
44889
-$as_echo "$as_me: error: unable to update list of available tagged configurations." >&2;}
 
44890
-   { (exit 1); exit 1; }; }
 
44891
-  fi
 
44892
+else
 
44893
+       pkg_failed=untried
 
44894
 fi
 
44895
 
 
44896
 
 
44897
 
 
44898
-# This can be used to rebuild libtool when needed
 
44899
-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
 
44900
-
 
44901
-# Always use our own libtool.
 
44902
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
 
44903
-
 
44904
-# Prevent multiple expansion
 
44905
-
 
44906
+if test $pkg_failed = yes; then
 
44907
 
 
44908
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
44909
+        _pkg_short_errors_supported=yes
 
44910
+else
 
44911
+        _pkg_short_errors_supported=no
 
44912
+fi
 
44913
+        if test $_pkg_short_errors_supported = yes; then
 
44914
+               XVIDMODE_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "xrandr >= 1.1.1 xxf86vm >= 1.0.1"`
 
44915
+        else
 
44916
+               XVIDMODE_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "xrandr >= 1.1.1 xxf86vm >= 1.0.1"`
 
44917
+        fi
 
44918
+       # Put the nasty error message in config.log where it belongs
 
44919
+       echo "$XVIDMODE_PKG_ERRORS" >&5
 
44920
 
 
44921
+       { echo "$as_me:$LINENO: result: no" >&5
 
44922
+echo "${ECHO_T}no" >&6; }
 
44923
+                have_xvidmode=no
 
44924
+elif test $pkg_failed = untried; then
 
44925
+       have_xvidmode=no
 
44926
+else
 
44927
+       XVIDMODE_CFLAGS=$pkg_cv_XVIDMODE_CFLAGS
 
44928
+       XVIDMODE_LIBS=$pkg_cv_XVIDMODE_LIBS
 
44929
+        { echo "$as_me:$LINENO: result: yes" >&5
 
44930
+echo "${ECHO_T}yes" >&6; }
 
44931
+       have_xvidmode=yes
 
44932
+fi
 
44933
 
 
44934
+       if test x$have_xvidmode = xyes; then
 
44935
 
 
44936
+cat >>confdefs.h <<\_ACEOF
 
44937
+#define HAVE_XVIDMODE
 
44938
+_ACEOF
 
44939
 
 
44940
+       fi
 
44941
 
 
44942
+       X_LIBS=""
 
44943
 
 
44944
+               X_LIBS="$X_LIBRARIES -lX11"
 
44945
 
 
44946
 
 
44947
+               have_xfree=no
 
44948
+       cat >conftest.$ac_ext <<_ACEOF
 
44949
 
 
44950
+               #include <X11/XF86keysym.h>
 
44951
+               int main(int argc,char **argv) {
 
44952
+               return 0;
 
44953
+               }
 
44954
 
 
44955
+_ACEOF
 
44956
+rm -f conftest.$ac_objext
 
44957
+if { (ac_try="$ac_compile"
 
44958
+case "(($ac_try" in
 
44959
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
44960
+  *) ac_try_echo=$ac_try;;
 
44961
+esac
 
44962
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
44963
+  (eval "$ac_compile") 2>conftest.er1
 
44964
+  ac_status=$?
 
44965
+  grep -v '^ *+' conftest.er1 >conftest.err
 
44966
+  rm -f conftest.er1
 
44967
+  cat conftest.err >&5
 
44968
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
44969
+  (exit $ac_status); } && {
 
44970
+        test -z "$ac_c_werror_flag" ||
 
44971
+        test ! -s conftest.err
 
44972
+       } && test -s conftest.$ac_objext; then
 
44973
+  have_xfree=yes
 
44974
 
 
44975
+else
 
44976
+  echo "$as_me: failed program was:" >&5
 
44977
+sed 's/^/| /' conftest.$ac_ext >&5
 
44978
 
 
44979
 
 
44980
+fi
 
44981
 
 
44982
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
44983
+       { echo "$as_me:$LINENO: checking for X11 XFree86 headers" >&5
 
44984
+echo $ECHO_N "checking for X11 XFree86 headers... $ECHO_C" >&6; }
 
44985
+       { echo "$as_me:$LINENO: result: $have_xfree" >&5
 
44986
+echo "${ECHO_T}$have_xfree" >&6; }
 
44987
+       if test x"$have_xfree" = "xyes" ; then
 
44988
 
 
44989
+cat >>confdefs.h <<\_ACEOF
 
44990
+#define HAVE_XFREE 1
 
44991
+_ACEOF
 
44992
 
 
44993
+       fi
 
44994
+fi
 
44995
+ if test x$have_xvidmode = xyes; then
 
44996
+  HAVE_XVIDMODE_TRUE=
 
44997
+  HAVE_XVIDMODE_FALSE='#'
 
44998
+else
 
44999
+  HAVE_XVIDMODE_TRUE='#'
 
45000
+  HAVE_XVIDMODE_FALSE=
 
45001
+fi
 
45002
 
 
45003
 
 
45004
 
 
45005
+{ echo "$as_me:$LINENO: checking whether Python plugin support is requested" >&5
 
45006
+echo $ECHO_N "checking whether Python plugin support is requested... $ECHO_C" >&6; }
 
45007
+# Check whether --enable-python was given.
 
45008
+if test "${enable_python+set}" = set; then
 
45009
+  enableval=$enable_python; enable_python=$enableval have_python=$enableval
 
45010
+else
 
45011
+  enable_python=autodetect have_python=yes
 
45012
+fi
 
45013
 
 
45014
+{ echo "$as_me:$LINENO: result: $enable_python" >&5
 
45015
+echo "${ECHO_T}$enable_python" >&6; }
 
45016
 
 
45017
+if test "x$have_python" != "xyes"; then
 
45018
+       if test "x$enable_python" = "xyes"; then
 
45019
+               { { echo "$as_me:$LINENO: error: Python not found" >&5
 
45020
+echo "$as_me: error: Python not found" >&2;}
 
45021
+   { (exit 1); exit 1; }; }
 
45022
+       elif test "x$enable_python" = "xautodetect"; then
 
45023
+               enable_python=no
 
45024
+               { echo "$as_me:$LINENO: WARNING: Python not found, disabling python support" >&5
 
45025
+echo "$as_me: WARNING: Python not found, disabling python support" >&2;}
 
45026
+       fi
 
45027
+fi
 
45028
 
 
45029
-if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
 
45030
-       if test -n "$ac_tool_prefix"; then
 
45031
-  # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
 
45032
-set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
 
45033
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
45034
-$as_echo_n "checking for $ac_word... " >&6; }
 
45035
-if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
 
45036
-  $as_echo_n "(cached) " >&6
 
45037
-else
 
45038
-  case $PKG_CONFIG in
 
45039
-  [\\/]* | ?:[\\/]*)
 
45040
-  ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
 
45041
-  ;;
 
45042
-  *)
 
45043
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
45044
-for as_dir in $PATH
 
45045
-do
 
45046
-  IFS=$as_save_IFS
 
45047
-  test -z "$as_dir" && as_dir=.
 
45048
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
45049
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
45050
-    ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
 
45051
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
45052
-    break 2
 
45053
-  fi
 
45054
-done
 
45055
-done
 
45056
-IFS=$as_save_IFS
 
45057
+if test "x$have_python" != "xno"; then
 
45058
 
 
45059
-  ;;
 
45060
-esac
 
45061
-fi
 
45062
-PKG_CONFIG=$ac_cv_path_PKG_CONFIG
 
45063
-if test -n "$PKG_CONFIG"; then
 
45064
-  { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
 
45065
-$as_echo "$PKG_CONFIG" >&6; }
 
45066
-else
 
45067
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
45068
-$as_echo "no" >&6; }
 
45069
-fi
 
45070
 
 
45071
 
 
45072
-fi
 
45073
-if test -z "$ac_cv_path_PKG_CONFIG"; then
 
45074
-  ac_pt_PKG_CONFIG=$PKG_CONFIG
 
45075
-  # Extract the first word of "pkg-config", so it can be a program name with args.
 
45076
-set dummy pkg-config; ac_word=$2
 
45077
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
45078
-$as_echo_n "checking for $ac_word... " >&6; }
 
45079
-if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
 
45080
-  $as_echo_n "(cached) " >&6
 
45081
-else
 
45082
-  case $ac_pt_PKG_CONFIG in
 
45083
-  [\\/]* | ?:[\\/]*)
 
45084
-  ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
 
45085
-  ;;
 
45086
-  *)
 
45087
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
45088
-for as_dir in $PATH
 
45089
-do
 
45090
-  IFS=$as_save_IFS
 
45091
-  test -z "$as_dir" && as_dir=.
 
45092
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
45093
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
45094
-    ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
 
45095
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
45096
-    break 2
 
45097
-  fi
 
45098
-done
 
45099
-done
 
45100
-IFS=$as_save_IFS
 
45101
 
 
45102
-  ;;
 
45103
-esac
 
45104
-fi
 
45105
-ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
 
45106
-if test -n "$ac_pt_PKG_CONFIG"; then
 
45107
-  { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
 
45108
-$as_echo "$ac_pt_PKG_CONFIG" >&6; }
 
45109
+        if test -n "$PYTHON"; then
 
45110
+      # If the user set $PYTHON, use it and don't search something else.
 
45111
+      { echo "$as_me:$LINENO: checking whether $PYTHON version >= 2.3" >&5
 
45112
+echo $ECHO_N "checking whether $PYTHON version >= 2.3... $ECHO_C" >&6; }
 
45113
+      prog="import sys, string
 
45114
+# split strings by '.' and convert to numeric.  Append some zeros
 
45115
+# because we need at least 4 digits for the hex conversion.
 
45116
+minver = map(int, string.split('2.3', '.')) + [0, 0, 0]
 
45117
+minverhex = 0
 
45118
+for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i]
 
45119
+sys.exit(sys.hexversion < minverhex)"
 
45120
+  if { echo "$as_me:$LINENO: $PYTHON -c "$prog"" >&5
 
45121
+   ($PYTHON -c "$prog") >&5 2>&5
 
45122
+   ac_status=$?
 
45123
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45124
+   (exit $ac_status); }; then
 
45125
+  { echo "$as_me:$LINENO: result: yes" >&5
 
45126
+echo "${ECHO_T}yes" >&6; }
 
45127
 else
 
45128
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
45129
-$as_echo "no" >&6; }
 
45130
+  { { echo "$as_me:$LINENO: error: too old" >&5
 
45131
+echo "$as_me: error: too old" >&2;}
 
45132
+   { (exit 1); exit 1; }; }
 
45133
 fi
 
45134
 
 
45135
-  if test "x$ac_pt_PKG_CONFIG" = x; then
 
45136
-    PKG_CONFIG=""
 
45137
-  else
 
45138
-    case $cross_compiling:$ac_tool_warned in
 
45139
-yes:)
 
45140
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
45141
-$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
45142
-ac_tool_warned=yes ;;
 
45143
-esac
 
45144
-    PKG_CONFIG=$ac_pt_PKG_CONFIG
 
45145
-  fi
 
45146
+      am_display_PYTHON=$PYTHON
 
45147
+    else
 
45148
+      # Otherwise, try each interpreter until we find one that satisfies
 
45149
+      # VERSION.
 
45150
+      { echo "$as_me:$LINENO: checking for a Python interpreter with version >= 2.3" >&5
 
45151
+echo $ECHO_N "checking for a Python interpreter with version >= 2.3... $ECHO_C" >&6; }
 
45152
+if test "${am_cv_pathless_PYTHON+set}" = set; then
 
45153
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
45154
 else
 
45155
-  PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
 
45156
-fi
 
45157
 
 
45158
+       for am_cv_pathless_PYTHON in python python2 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 none; do
 
45159
+         test "$am_cv_pathless_PYTHON" = none && break
 
45160
+         prog="import sys, string
 
45161
+# split strings by '.' and convert to numeric.  Append some zeros
 
45162
+# because we need at least 4 digits for the hex conversion.
 
45163
+minver = map(int, string.split('2.3', '.')) + [0, 0, 0]
 
45164
+minverhex = 0
 
45165
+for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i]
 
45166
+sys.exit(sys.hexversion < minverhex)"
 
45167
+  if { echo "$as_me:$LINENO: $am_cv_pathless_PYTHON -c "$prog"" >&5
 
45168
+   ($am_cv_pathless_PYTHON -c "$prog") >&5 2>&5
 
45169
+   ac_status=$?
 
45170
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45171
+   (exit $ac_status); }; then
 
45172
+  break
 
45173
 fi
 
45174
-if test -n "$PKG_CONFIG"; then
 
45175
-       _pkg_min_version=0.9.0
 
45176
-       { $as_echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
 
45177
-$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
 
45178
-       if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
 
45179
-               { $as_echo "$as_me:$LINENO: result: yes" >&5
 
45180
-$as_echo "yes" >&6; }
 
45181
-       else
 
45182
-               { $as_echo "$as_me:$LINENO: result: no" >&5
 
45183
-$as_echo "no" >&6; }
 
45184
-               PKG_CONFIG=""
 
45185
-       fi
 
45186
 
 
45187
+       done
 
45188
 fi
 
45189
-
 
45190
-# Extract the first word of "glib-genmarshal", so it can be a program name with args.
 
45191
-set dummy glib-genmarshal; ac_word=$2
 
45192
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
45193
-$as_echo_n "checking for $ac_word... " >&6; }
 
45194
-if test "${ac_cv_path_GLIB_GENMARSHAL+set}" = set; then
 
45195
-  $as_echo_n "(cached) " >&6
 
45196
+{ echo "$as_me:$LINENO: result: $am_cv_pathless_PYTHON" >&5
 
45197
+echo "${ECHO_T}$am_cv_pathless_PYTHON" >&6; }
 
45198
+      # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON.
 
45199
+      if test "$am_cv_pathless_PYTHON" = none; then
 
45200
+       PYTHON=:
 
45201
+      else
 
45202
+        # Extract the first word of "$am_cv_pathless_PYTHON", so it can be a program name with args.
 
45203
+set dummy $am_cv_pathless_PYTHON; ac_word=$2
 
45204
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
45205
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
45206
+if test "${ac_cv_path_PYTHON+set}" = set; then
 
45207
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
45208
 else
 
45209
-  case $GLIB_GENMARSHAL in
 
45210
+  case $PYTHON in
 
45211
   [\\/]* | ?:[\\/]*)
 
45212
-  ac_cv_path_GLIB_GENMARSHAL="$GLIB_GENMARSHAL" # Let the user override the test with a path.
 
45213
+  ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
 
45214
   ;;
 
45215
   *)
 
45216
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
45217
@@ -22943,8 +21086,8 @@
 
45218
   test -z "$as_dir" && as_dir=.
 
45219
   for ac_exec_ext in '' $ac_executable_extensions; do
 
45220
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
45221
-    ac_cv_path_GLIB_GENMARSHAL="$as_dir/$ac_word$ac_exec_ext"
 
45222
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
45223
+    ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
 
45224
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
45225
     break 2
 
45226
   fi
 
45227
 done
 
45228
@@ -22954,125 +21097,177 @@
 
45229
   ;;
 
45230
 esac
 
45231
 fi
 
45232
-GLIB_GENMARSHAL=$ac_cv_path_GLIB_GENMARSHAL
 
45233
-if test -n "$GLIB_GENMARSHAL"; then
 
45234
-  { $as_echo "$as_me:$LINENO: result: $GLIB_GENMARSHAL" >&5
 
45235
-$as_echo "$GLIB_GENMARSHAL" >&6; }
 
45236
+PYTHON=$ac_cv_path_PYTHON
 
45237
+if test -n "$PYTHON"; then
 
45238
+  { echo "$as_me:$LINENO: result: $PYTHON" >&5
 
45239
+echo "${ECHO_T}$PYTHON" >&6; }
 
45240
 else
 
45241
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
45242
-$as_echo "no" >&6; }
 
45243
+  { echo "$as_me:$LINENO: result: no" >&5
 
45244
+echo "${ECHO_T}no" >&6; }
 
45245
 fi
 
45246
 
 
45247
 
 
45248
-# Extract the first word of "glib-mkenums", so it can be a program name with args.
 
45249
-set dummy glib-mkenums; ac_word=$2
 
45250
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
45251
-$as_echo_n "checking for $ac_word... " >&6; }
 
45252
-if test "${ac_cv_path_GLIB_MKENUMS+set}" = set; then
 
45253
-  $as_echo_n "(cached) " >&6
 
45254
+      fi
 
45255
+      am_display_PYTHON=$am_cv_pathless_PYTHON
 
45256
+    fi
 
45257
+
 
45258
+
 
45259
+  if test "$PYTHON" = :; then
 
45260
+      have_python=no
 
45261
+  else
 
45262
+
 
45263
+
 
45264
+  { echo "$as_me:$LINENO: checking for $am_display_PYTHON version" >&5
 
45265
+echo $ECHO_N "checking for $am_display_PYTHON version... $ECHO_C" >&6; }
 
45266
+if test "${am_cv_python_version+set}" = set; then
 
45267
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
45268
 else
 
45269
-  case $GLIB_MKENUMS in
 
45270
-  [\\/]* | ?:[\\/]*)
 
45271
-  ac_cv_path_GLIB_MKENUMS="$GLIB_MKENUMS" # Let the user override the test with a path.
 
45272
-  ;;
 
45273
-  *)
 
45274
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
45275
-for as_dir in $PATH
 
45276
-do
 
45277
-  IFS=$as_save_IFS
 
45278
-  test -z "$as_dir" && as_dir=.
 
45279
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
45280
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
45281
-    ac_cv_path_GLIB_MKENUMS="$as_dir/$ac_word$ac_exec_ext"
 
45282
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
45283
-    break 2
 
45284
-  fi
 
45285
-done
 
45286
-done
 
45287
-IFS=$as_save_IFS
 
45288
+  am_cv_python_version=`$PYTHON -c "import sys; print sys.version[:3]"`
 
45289
+fi
 
45290
+{ echo "$as_me:$LINENO: result: $am_cv_python_version" >&5
 
45291
+echo "${ECHO_T}$am_cv_python_version" >&6; }
 
45292
+  PYTHON_VERSION=$am_cv_python_version
 
45293
 
 
45294
-  ;;
 
45295
-esac
 
45296
+
 
45297
+
 
45298
+  PYTHON_PREFIX='${prefix}'
 
45299
+
 
45300
+  PYTHON_EXEC_PREFIX='${exec_prefix}'
 
45301
+
 
45302
+
 
45303
+
 
45304
+  { echo "$as_me:$LINENO: checking for $am_display_PYTHON platform" >&5
 
45305
+echo $ECHO_N "checking for $am_display_PYTHON platform... $ECHO_C" >&6; }
 
45306
+if test "${am_cv_python_platform+set}" = set; then
 
45307
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
45308
+else
 
45309
+  am_cv_python_platform=`$PYTHON -c "import sys; print sys.platform"`
 
45310
 fi
 
45311
-GLIB_MKENUMS=$ac_cv_path_GLIB_MKENUMS
 
45312
-if test -n "$GLIB_MKENUMS"; then
 
45313
-  { $as_echo "$as_me:$LINENO: result: $GLIB_MKENUMS" >&5
 
45314
-$as_echo "$GLIB_MKENUMS" >&6; }
 
45315
+{ echo "$as_me:$LINENO: result: $am_cv_python_platform" >&5
 
45316
+echo "${ECHO_T}$am_cv_python_platform" >&6; }
 
45317
+  PYTHON_PLATFORM=$am_cv_python_platform
 
45318
+
 
45319
+
 
45320
+
 
45321
+
 
45322
+                { echo "$as_me:$LINENO: checking for $am_display_PYTHON script directory" >&5
 
45323
+echo $ECHO_N "checking for $am_display_PYTHON script directory... $ECHO_C" >&6; }
 
45324
+if test "${am_cv_python_pythondir+set}" = set; then
 
45325
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
45326
 else
 
45327
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
45328
-$as_echo "no" >&6; }
 
45329
+  am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX')" 2>/dev/null ||
 
45330
+     echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"`
 
45331
 fi
 
45332
+{ echo "$as_me:$LINENO: result: $am_cv_python_pythondir" >&5
 
45333
+echo "${ECHO_T}$am_cv_python_pythondir" >&6; }
 
45334
+  pythondir=$am_cv_python_pythondir
 
45335
 
 
45336
 
 
45337
 
 
45338
-# Requirements
 
45339
-GLIB_REQS=2.13.4
 
45340
-GTK_REQS=2.13.0
 
45341
-TOTEM_PLPARSER_REQS=2.23.91
 
45342
-GNOMEUI_REQS=2.3.3
 
45343
-LIBGNOME_REQS=2.14.0
 
45344
-GNOMEICON_REQS=2.15.90
 
45345
-DBUS_REQS=0.61
 
45346
-VALA_REQS=0.1.6
 
45347
+  pkgpythondir=\${pythondir}/$PACKAGE
 
45348
 
 
45349
-TOTEM_VERSION_MAJOR=2
 
45350
-TOTEM_VERSION_MINOR=24
 
45351
-TOTEM_VERSION_MICRO=3
 
45352
 
 
45353
+            { echo "$as_me:$LINENO: checking for $am_display_PYTHON extension module directory" >&5
 
45354
+echo $ECHO_N "checking for $am_display_PYTHON extension module directory... $ECHO_C" >&6; }
 
45355
+if test "${am_cv_python_pyexecdir+set}" = set; then
 
45356
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
45357
+else
 
45358
+  am_cv_python_pyexecdir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(1,0,prefix='$PYTHON_EXEC_PREFIX')" 2>/dev/null ||
 
45359
+     echo "${PYTHON_EXEC_PREFIX}/lib/python${PYTHON_VERSION}/site-packages"`
 
45360
+fi
 
45361
+{ echo "$as_me:$LINENO: result: $am_cv_python_pyexecdir" >&5
 
45362
+echo "${ECHO_T}$am_cv_python_pyexecdir" >&6; }
 
45363
+  pyexecdir=$am_cv_python_pyexecdir
 
45364
 
 
45365
 
 
45366
 
 
45367
-# The full list of plugins
 
45368
-allowed_plugins="thumbnail screensaver ontop galago gromit lirc media-player-keys mythtv properties sidebar-test skipto sample-python sample-vala bemused youtube publish tracker pythonconsole"
 
45369
+  pkgpyexecdir=\${pyexecdir}/$PACKAGE
 
45370
 
 
45371
-PLUGINDIR='${libdir}/totem/plugins'
 
45372
 
 
45373
 
 
45374
-# Check whether --enable-nvtv was given.
 
45375
-if test "${enable_nvtv+set}" = set; then
 
45376
-  enableval=$enable_nvtv; enable_nvtv="$enableval"
 
45377
-else
 
45378
-  enable_nvtv=yes
 
45379
+  fi
 
45380
+
 
45381
+
 
45382
+       if test "x$PYTHON" = "x:"; then
 
45383
+               have_python=no
 
45384
+       fi
 
45385
 fi
 
45386
 
 
45387
+if test "x$have_python" != "xno"; then
 
45388
+       PY_PREFIX=`$PYTHON -c 'import sys ; print sys.prefix'`
 
45389
+       PY_EXEC_PREFIX=`$PYTHON -c 'import sys ; print sys.exec_prefix'`
 
45390
+       PYTHON_LIBS="-lpython$PYTHON_VERSION"
 
45391
+       if test -d $PY_EXEC_PREFIX/lib64/python$PYTHON_VERSION ; then
 
45392
+               PYTHON_LIB_LOC="-L$PY_EXEC_PREFIX/lib64/python$PYTHON_VERSION/config"
 
45393
+               PYTHON_MAKEFILE="$PY_EXEC_PREFIX/lib64/python$PYTHON_VERSION/config/Makefile"
 
45394
+       else
 
45395
+               PYTHON_LIB_LOC="-L$PY_EXEC_PREFIX/lib/python$PYTHON_VERSION/config"
 
45396
+               PYTHON_MAKEFILE="$PY_EXEC_PREFIX/lib/python$PYTHON_VERSION/config/Makefile"
 
45397
+       fi
 
45398
+       PYTHON_CFLAGS="-I$PY_PREFIX/include/python$PYTHON_VERSION"
 
45399
+       PYTHON_LOCALMODLIBS=`sed -n -e 's/^LOCALMODLIBS=\(.*\)/\1/p' $PYTHON_MAKEFILE`
 
45400
+       PYTHON_BASEMODLIBS=`sed -n -e 's/^BASEMODLIBS=\(.*\)/\1/p' $PYTHON_MAKEFILE`
 
45401
+       PYTHON_OTHER_LIBS=`sed -n -e 's/^LIBS=\(.*\)/\1/p' $PYTHON_MAKEFILE`
 
45402
+       PYTHON_EXTRA_LIBS="$PYTHON_LOCALMODLIBS $PYTHON_BASEMODLIBS $PYTHON_OTHER_LIBS"
 
45403
+
 
45404
+
 
45405
+
 
45406
+
 
45407
+
 
45408
+       PYGTK_REQUIRED=2.12.0
 
45409
 
 
45410
-if test x$enable_nvtv = xyes; then
 
45411
 
 
45412
 pkg_failed=no
 
45413
-{ $as_echo "$as_me:$LINENO: checking for NVTV" >&5
 
45414
-$as_echo_n "checking for NVTV... " >&6; }
 
45415
+{ echo "$as_me:$LINENO: checking for PYGTK" >&5
 
45416
+echo $ECHO_N "checking for PYGTK... $ECHO_C" >&6; }
 
45417
 
 
45418
-if test -n "$NVTV_CFLAGS"; then
 
45419
-    pkg_cv_NVTV_CFLAGS="$NVTV_CFLAGS"
 
45420
- elif test -n "$PKG_CONFIG"; then
 
45421
-    if test -n "$PKG_CONFIG" && \
 
45422
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"nvtvsimple >= 0.4.5\"") >&5
 
45423
-  ($PKG_CONFIG --exists --print-errors "nvtvsimple >= 0.4.5") 2>&5
 
45424
+if test -n "$PKG_CONFIG"; then
 
45425
+    if test -n "$PYGTK_CFLAGS"; then
 
45426
+        pkg_cv_PYGTK_CFLAGS="$PYGTK_CFLAGS"
 
45427
+    else
 
45428
+        if test -n "$PKG_CONFIG" && \
 
45429
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"
 
45430
+               pygtk-2.0 >= \$PYGTK_REQUIRED
 
45431
+               totem-plparser >= \$TOTEM_PLPARSER_REQS\"") >&5
 
45432
+  ($PKG_CONFIG --exists --print-errors "
 
45433
+               pygtk-2.0 >= $PYGTK_REQUIRED
 
45434
+               totem-plparser >= $TOTEM_PLPARSER_REQS") 2>&5
 
45435
   ac_status=$?
 
45436
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45437
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45438
   (exit $ac_status); }; then
 
45439
-  pkg_cv_NVTV_CFLAGS=`$PKG_CONFIG --cflags "nvtvsimple >= 0.4.5" 2>/dev/null`
 
45440
+  pkg_cv_PYGTK_CFLAGS=`$PKG_CONFIG --cflags "
 
45441
+               pygtk-2.0 >= $PYGTK_REQUIRED
 
45442
+               totem-plparser >= $TOTEM_PLPARSER_REQS" 2>/dev/null`
 
45443
 else
 
45444
   pkg_failed=yes
 
45445
 fi
 
45446
- else
 
45447
-    pkg_failed=untried
 
45448
+    fi
 
45449
+else
 
45450
+       pkg_failed=untried
 
45451
 fi
 
45452
-if test -n "$NVTV_LIBS"; then
 
45453
-    pkg_cv_NVTV_LIBS="$NVTV_LIBS"
 
45454
- elif test -n "$PKG_CONFIG"; then
 
45455
-    if test -n "$PKG_CONFIG" && \
 
45456
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"nvtvsimple >= 0.4.5\"") >&5
 
45457
-  ($PKG_CONFIG --exists --print-errors "nvtvsimple >= 0.4.5") 2>&5
 
45458
+if test -n "$PKG_CONFIG"; then
 
45459
+    if test -n "$PYGTK_LIBS"; then
 
45460
+        pkg_cv_PYGTK_LIBS="$PYGTK_LIBS"
 
45461
+    else
 
45462
+        if test -n "$PKG_CONFIG" && \
 
45463
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"
 
45464
+               pygtk-2.0 >= \$PYGTK_REQUIRED
 
45465
+               totem-plparser >= \$TOTEM_PLPARSER_REQS\"") >&5
 
45466
+  ($PKG_CONFIG --exists --print-errors "
 
45467
+               pygtk-2.0 >= $PYGTK_REQUIRED
 
45468
+               totem-plparser >= $TOTEM_PLPARSER_REQS") 2>&5
 
45469
   ac_status=$?
 
45470
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45471
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45472
   (exit $ac_status); }; then
 
45473
-  pkg_cv_NVTV_LIBS=`$PKG_CONFIG --libs "nvtvsimple >= 0.4.5" 2>/dev/null`
 
45474
+  pkg_cv_PYGTK_LIBS=`$PKG_CONFIG --libs "
 
45475
+               pygtk-2.0 >= $PYGTK_REQUIRED
 
45476
+               totem-plparser >= $TOTEM_PLPARSER_REQS" 2>/dev/null`
 
45477
 else
 
45478
   pkg_failed=yes
 
45479
 fi
 
45480
- else
 
45481
-    pkg_failed=untried
 
45482
+    fi
 
45483
+else
 
45484
+       pkg_failed=untried
 
45485
 fi
 
45486
 
 
45487
 
 
45488
@@ -23085,123 +21280,209 @@
 
45489
         _pkg_short_errors_supported=no
 
45490
 fi
 
45491
         if test $_pkg_short_errors_supported = yes; then
 
45492
-               NVTV_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "nvtvsimple >= 0.4.5" 2>&1`
 
45493
+               PYGTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "
 
45494
+               pygtk-2.0 >= $PYGTK_REQUIRED
 
45495
+               totem-plparser >= $TOTEM_PLPARSER_REQS"`
 
45496
         else
 
45497
-               NVTV_PKG_ERRORS=`$PKG_CONFIG --print-errors "nvtvsimple >= 0.4.5" 2>&1`
 
45498
+               PYGTK_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "
 
45499
+               pygtk-2.0 >= $PYGTK_REQUIRED
 
45500
+               totem-plparser >= $TOTEM_PLPARSER_REQS"`
 
45501
         fi
 
45502
        # Put the nasty error message in config.log where it belongs
 
45503
-       echo "$NVTV_PKG_ERRORS" >&5
 
45504
+       echo "$PYGTK_PKG_ERRORS" >&5
 
45505
+
 
45506
+       { echo "$as_me:$LINENO: result: no" >&5
 
45507
+echo "${ECHO_T}no" >&6; }
 
45508
+
 
45509
+               have_python=no
 
45510
+               if test "x$enable_python" = "xyes"; then
 
45511
+                       { { echo "$as_me:$LINENO: error: $PYGTK_PKG_ERRORS" >&5
 
45512
+echo "$as_me: error: $PYGTK_PKG_ERRORS" >&2;}
 
45513
+   { (exit 1); exit 1; }; }
 
45514
+               elif test "x$enable_python" = "xautodetect"; then
 
45515
+                       enable_python=no
 
45516
+                       { echo "$as_me:$LINENO: WARNING: $PYGTK_PKG_ERRORS" >&5
 
45517
+echo "$as_me: WARNING: $PYGTK_PKG_ERRORS" >&2;}
 
45518
+                       { echo "$as_me:$LINENO: WARNING: Disabling python support" >&5
 
45519
+echo "$as_me: WARNING: Disabling python support" >&2;}
 
45520
+               fi
 
45521
 
 
45522
-       { $as_echo "$as_me:$LINENO: result: no" >&5
 
45523
-$as_echo "no" >&6; }
 
45524
-                found_nvtv=no
 
45525
 elif test $pkg_failed = untried; then
 
45526
-       found_nvtv=no
 
45527
+
 
45528
+               have_python=no
 
45529
+               if test "x$enable_python" = "xyes"; then
 
45530
+                       { { echo "$as_me:$LINENO: error: $PYGTK_PKG_ERRORS" >&5
 
45531
+echo "$as_me: error: $PYGTK_PKG_ERRORS" >&2;}
 
45532
+   { (exit 1); exit 1; }; }
 
45533
+               elif test "x$enable_python" = "xautodetect"; then
 
45534
+                       enable_python=no
 
45535
+                       { echo "$as_me:$LINENO: WARNING: $PYGTK_PKG_ERRORS" >&5
 
45536
+echo "$as_me: WARNING: $PYGTK_PKG_ERRORS" >&2;}
 
45537
+                       { echo "$as_me:$LINENO: WARNING: Disabling python support" >&5
 
45538
+echo "$as_me: WARNING: Disabling python support" >&2;}
 
45539
+               fi
 
45540
+
 
45541
 else
 
45542
-       NVTV_CFLAGS=$pkg_cv_NVTV_CFLAGS
 
45543
-       NVTV_LIBS=$pkg_cv_NVTV_LIBS
 
45544
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
45545
-$as_echo "yes" >&6; }
 
45546
-       found_nvtv=yes
 
45547
+       PYGTK_CFLAGS=$pkg_cv_PYGTK_CFLAGS
 
45548
+       PYGTK_LIBS=$pkg_cv_PYGTK_LIBS
 
45549
+        { echo "$as_me:$LINENO: result: yes" >&5
 
45550
+echo "${ECHO_T}yes" >&6; }
 
45551
+       :
 
45552
 fi
 
45553
-       if test x"$found_nvtv" = "xyes" ; then
 
45554
+
 
45555
+
 
45556
+
 
45557
+fi
 
45558
+
 
45559
+if test "x$have_python" != "xno"; then
 
45560
+       { echo "$as_me:$LINENO: checking for pygtk defs" >&5
 
45561
+echo $ECHO_N "checking for pygtk defs... $ECHO_C" >&6; }
 
45562
+       PYGTK_DEFSDIR=`$PKG_CONFIG --variable=defsdir pygtk-2.0`
 
45563
+       { echo "$as_me:$LINENO: result: $PYGTK_DEFSDIR" >&5
 
45564
+echo "${ECHO_T}$PYGTK_DEFSDIR" >&6; }
 
45565
+
 
45566
+       { echo "$as_me:$LINENO: checking for pygtk codegen" >&5
 
45567
+echo $ECHO_N "checking for pygtk codegen... $ECHO_C" >&6; }
 
45568
+       PYGTK_CODEGEN="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/codegen.py"
 
45569
+       { echo "$as_me:$LINENO: result: $PYGTK_CODEGEN" >&5
 
45570
+echo "${ECHO_T}$PYGTK_CODEGEN" >&6; }
 
45571
+
 
45572
+       { echo "$as_me:$LINENO: checking for pygtk h2def" >&5
 
45573
+echo $ECHO_N "checking for pygtk h2def... $ECHO_C" >&6; }
 
45574
+       PYGTK_H2DEF="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/h2def.py"
 
45575
+       { echo "$as_me:$LINENO: result: $PYGTK_H2DEF" >&5
 
45576
+echo "${ECHO_T}$PYGTK_H2DEF" >&6; }
 
45577
+
 
45578
+
 
45579
+
 
45580
+
 
45581
+
 
45582
+
 
45583
+               FLAGS="-fno-strict-aliasing"
 
45584
+       save_CFLAGS="$CFLAGS"
 
45585
+       CFLAGS="$CFLAGS $FLAGS"
 
45586
+       { echo "$as_me:$LINENO: checking whether $CC understands $FLAGS" >&5
 
45587
+echo $ECHO_N "checking whether $CC understands $FLAGS... $ECHO_C" >&6; }
 
45588
+       cat >conftest.$ac_ext <<_ACEOF
 
45589
+/* confdefs.h.  */
 
45590
+_ACEOF
 
45591
+cat confdefs.h >>conftest.$ac_ext
 
45592
+cat >>conftest.$ac_ext <<_ACEOF
 
45593
+/* end confdefs.h.  */
 
45594
+
 
45595
+int
 
45596
+main ()
 
45597
+{
 
45598
+
 
45599
+  ;
 
45600
+  return 0;
 
45601
+}
 
45602
+_ACEOF
 
45603
+rm -f conftest.$ac_objext
 
45604
+if { (ac_try="$ac_compile"
 
45605
+case "(($ac_try" in
 
45606
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
45607
+  *) ac_try_echo=$ac_try;;
 
45608
+esac
 
45609
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
45610
+  (eval "$ac_compile") 2>conftest.er1
 
45611
+  ac_status=$?
 
45612
+  grep -v '^ *+' conftest.er1 >conftest.err
 
45613
+  rm -f conftest.er1
 
45614
+  cat conftest.err >&5
 
45615
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45616
+  (exit $ac_status); } && {
 
45617
+        test -z "$ac_c_werror_flag" ||
 
45618
+        test ! -s conftest.err
 
45619
+       } && test -s conftest.$ac_objext; then
 
45620
+  compiler_has_option=yes
 
45621
+else
 
45622
+  echo "$as_me: failed program was:" >&5
 
45623
+sed 's/^/| /' conftest.$ac_ext >&5
 
45624
+
 
45625
+       compiler_has_option=no
 
45626
+fi
 
45627
+
 
45628
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
45629
+       CFLAGS="$save_CFLAGS"
 
45630
+       { echo "$as_me:$LINENO: result: $compiler_has_option" >&5
 
45631
+echo "${ECHO_T}$compiler_has_option" >&6; }
 
45632
+       if test $compiler_has_option = yes; then
 
45633
+               NO_STRICT_ALIASING_CFLAGS="$FLAGS"
 
45634
+       fi
 
45635
+
 
45636
+fi
 
45637
+
 
45638
+if test "x$have_python" != "xno" -a "x$enable_python" != "xno"; then
 
45639
+       enable_python=yes
 
45640
 
 
45641
 cat >>confdefs.h <<\_ACEOF
 
45642
-#define HAVE_NVTV 1
 
45643
+#define ENABLE_PYTHON 1
 
45644
 _ACEOF
 
45645
 
 
45646
-       fi
 
45647
 fi
 
45648
 
 
45649
-
 
45650
-XINE_REQS=1.1.7
 
45651
-GST_MAJORMINOR=0.10
 
45652
-GST_REQS=0.10.12
 
45653
-GSTPLUG_REQS=0.10.12
 
45654
-
 
45655
-# Check whether --enable-xine was given.
 
45656
-if test "${enable_xine+set}" = set; then
 
45657
-  enableval=$enable_xine; case "${enableval}" in
 
45658
-       yes) ENABLE_XINE=yes ;;
 
45659
-        no)  ENABLE_XINE=no ;;
 
45660
-       *) { { $as_echo "$as_me:$LINENO: error:
 
45661
-             ***** Bad value ${enableval} for --enable-xine
 
45662
-             ***** Please use one of the following:
 
45663
-             *****   --enable-xine=yes
 
45664
-            *****   --enable-xine=no
 
45665
-           " >&5
 
45666
-$as_echo "$as_me: error:
 
45667
-             ***** Bad value ${enableval} for --enable-xine
 
45668
-             ***** Please use one of the following:
 
45669
-             *****   --enable-xine=yes
 
45670
-            *****   --enable-xine=no
 
45671
-           " >&2;}
 
45672
-   { (exit 1); exit 1; }; } ;;
 
45673
-       esac
 
45674
+ if test "x$enable_python" = "xyes"; then
 
45675
+  ENABLE_PYTHON_TRUE=
 
45676
+  ENABLE_PYTHON_FALSE='#'
 
45677
 else
 
45678
-  ENABLE_XINE=auto
 
45679
+  ENABLE_PYTHON_TRUE='#'
 
45680
+  ENABLE_PYTHON_FALSE=
 
45681
 fi
 
45682
 
 
45683
-HAVE_GSTREAMER=no
 
45684
-if test x$ENABLE_XINE = xno || test x$ENABLE_XINE = xauto; then
 
45685
-                       { $as_echo "$as_me:$LINENO: checking whether to enable easy codec installation support" >&5
 
45686
-$as_echo_n "checking whether to enable easy codec installation support... " >&6; }
 
45687
-       # Check whether --enable-easy-codec-installation was given.
 
45688
-if test "${enable_easy_codec_installation+set}" = set; then
 
45689
-  enableval=$enable_easy_codec_installation;
 
45690
-                       case "${enableval}" in
 
45691
-                               yes) enable_easy_codec_installation=yes ;;
 
45692
-                               no)  enable_easy_codec_installation=no ;;
 
45693
-                               *) enable_easy_codec_installation=auto ;;
 
45694
-                       esac
 
45695
 
 
45696
+{ echo "$as_me:$LINENO: checking whether Vala plugin support is requested" >&5
 
45697
+echo $ECHO_N "checking whether Vala plugin support is requested... $ECHO_C" >&6; }
 
45698
+# Check whether --enable-vala was given.
 
45699
+if test "${enable_vala+set}" = set; then
 
45700
+  enableval=$enable_vala; enable_vala=$enableval have_vala=$enableval
 
45701
 else
 
45702
-
 
45703
-                                               enable_easy_codec_installation=auto
 
45704
-
 
45705
-
 
45706
+  enable_vala=autodetect have_vala=yes
 
45707
 fi
 
45708
 
 
45709
-       { $as_echo "$as_me:$LINENO: result: $enable_easy_codec_installation" >&5
 
45710
-$as_echo "$enable_easy_codec_installation" >&6; }
 
45711
-
 
45712
-       if test "x$enable_easy_codec_installation" != "xno"; then
 
45713
+{ echo "$as_me:$LINENO: result: $enable_vala" >&5
 
45714
+echo "${ECHO_T}$enable_vala" >&6; }
 
45715
+if test "x$enable_vala" != "xno"; then
 
45716
 
 
45717
 pkg_failed=no
 
45718
-{ $as_echo "$as_me:$LINENO: checking for MISSING_PLUGINS" >&5
 
45719
-$as_echo_n "checking for MISSING_PLUGINS... " >&6; }
 
45720
+{ echo "$as_me:$LINENO: checking for VALA" >&5
 
45721
+echo $ECHO_N "checking for VALA... $ECHO_C" >&6; }
 
45722
 
 
45723
-if test -n "$MISSING_PLUGINS_CFLAGS"; then
 
45724
-    pkg_cv_MISSING_PLUGINS_CFLAGS="$MISSING_PLUGINS_CFLAGS"
 
45725
- elif test -n "$PKG_CONFIG"; then
 
45726
-    if test -n "$PKG_CONFIG" && \
 
45727
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-plugins-base-0.10\"") >&5
 
45728
-  ($PKG_CONFIG --exists --print-errors "gstreamer-plugins-base-0.10") 2>&5
 
45729
+if test -n "$PKG_CONFIG"; then
 
45730
+    if test -n "$VALA_CFLAGS"; then
 
45731
+        pkg_cv_VALA_CFLAGS="$VALA_CFLAGS"
 
45732
+    else
 
45733
+        if test -n "$PKG_CONFIG" && \
 
45734
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"vala-1.0 >= \$VALA_REQS\"") >&5
 
45735
+  ($PKG_CONFIG --exists --print-errors "vala-1.0 >= $VALA_REQS") 2>&5
 
45736
   ac_status=$?
 
45737
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45738
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45739
   (exit $ac_status); }; then
 
45740
-  pkg_cv_MISSING_PLUGINS_CFLAGS=`$PKG_CONFIG --cflags "gstreamer-plugins-base-0.10" 2>/dev/null`
 
45741
+  pkg_cv_VALA_CFLAGS=`$PKG_CONFIG --cflags "vala-1.0 >= $VALA_REQS" 2>/dev/null`
 
45742
 else
 
45743
   pkg_failed=yes
 
45744
 fi
 
45745
- else
 
45746
-    pkg_failed=untried
 
45747
+    fi
 
45748
+else
 
45749
+       pkg_failed=untried
 
45750
 fi
 
45751
-if test -n "$MISSING_PLUGINS_LIBS"; then
 
45752
-    pkg_cv_MISSING_PLUGINS_LIBS="$MISSING_PLUGINS_LIBS"
 
45753
- elif test -n "$PKG_CONFIG"; then
 
45754
-    if test -n "$PKG_CONFIG" && \
 
45755
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gstreamer-plugins-base-0.10\"") >&5
 
45756
-  ($PKG_CONFIG --exists --print-errors "gstreamer-plugins-base-0.10") 2>&5
 
45757
+if test -n "$PKG_CONFIG"; then
 
45758
+    if test -n "$VALA_LIBS"; then
 
45759
+        pkg_cv_VALA_LIBS="$VALA_LIBS"
 
45760
+    else
 
45761
+        if test -n "$PKG_CONFIG" && \
 
45762
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"vala-1.0 >= \$VALA_REQS\"") >&5
 
45763
+  ($PKG_CONFIG --exists --print-errors "vala-1.0 >= $VALA_REQS") 2>&5
 
45764
   ac_status=$?
 
45765
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45766
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45767
   (exit $ac_status); }; then
 
45768
-  pkg_cv_MISSING_PLUGINS_LIBS=`$PKG_CONFIG --libs "gstreamer-plugins-base-0.10" 2>/dev/null`
 
45769
+  pkg_cv_VALA_LIBS=`$PKG_CONFIG --libs "vala-1.0 >= $VALA_REQS" 2>/dev/null`
 
45770
 else
 
45771
   pkg_failed=yes
 
45772
 fi
 
45773
- else
 
45774
-    pkg_failed=untried
 
45775
+    fi
 
45776
+else
 
45777
+       pkg_failed=untried
 
45778
 fi
 
45779
 
 
45780
 
 
45781
@@ -23214,256 +21495,229 @@
 
45782
         _pkg_short_errors_supported=no
 
45783
 fi
 
45784
         if test $_pkg_short_errors_supported = yes; then
 
45785
-               MISSING_PLUGINS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gstreamer-plugins-base-0.10" 2>&1`
 
45786
+               VALA_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "vala-1.0 >= $VALA_REQS"`
 
45787
         else
 
45788
-               MISSING_PLUGINS_PKG_ERRORS=`$PKG_CONFIG --print-errors "gstreamer-plugins-base-0.10" 2>&1`
 
45789
+               VALA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "vala-1.0 >= $VALA_REQS"`
 
45790
         fi
 
45791
        # Put the nasty error message in config.log where it belongs
 
45792
-       echo "$MISSING_PLUGINS_PKG_ERRORS" >&5
 
45793
-
 
45794
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (gstreamer-plugins-base-0.10) were not met:
 
45795
-
 
45796
-$MISSING_PLUGINS_PKG_ERRORS
 
45797
+       echo "$VALA_PKG_ERRORS" >&5
 
45798
 
 
45799
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
45800
-installed software in a non-standard prefix.
 
45801
+       { echo "$as_me:$LINENO: result: no" >&5
 
45802
+echo "${ECHO_T}no" >&6; }
 
45803
+                with_vala=no
 
45804
+elif test $pkg_failed = untried; then
 
45805
+       with_vala=no
 
45806
+else
 
45807
+       VALA_CFLAGS=$pkg_cv_VALA_CFLAGS
 
45808
+       VALA_LIBS=$pkg_cv_VALA_LIBS
 
45809
+        { echo "$as_me:$LINENO: result: yes" >&5
 
45810
+echo "${ECHO_T}yes" >&6; }
 
45811
+       with_vala=yes
 
45812
+fi
 
45813
+       if test "x$with_vala" = "xyes"; then
 
45814
+               VALAC="`pkg-config --variable=prefix vala-1.0`/bin/valac"
 
45815
 
 
45816
-Alternatively, you may set the environment variables MISSING_PLUGINS_CFLAGS
 
45817
-and MISSING_PLUGINS_LIBS to avoid the need to call pkg-config.
 
45818
-See the pkg-config man page for more details.
 
45819
-" >&5
 
45820
-$as_echo "$as_me: error: Package requirements (gstreamer-plugins-base-0.10) were not met:
 
45821
+       elif test "x$enable_vala" = "xyes"; then
 
45822
+               { { echo "$as_me:$LINENO: error: Vala plugin support explicitly requested, but not found" >&5
 
45823
+echo "$as_me: error: Vala plugin support explicitly requested, but not found" >&2;}
 
45824
+   { (exit 1); exit 1; }; }
 
45825
+       fi
 
45826
+fi
 
45827
+ if test "x$with_vala" = "xyes"; then
 
45828
+  ENABLE_VALA_TRUE=
 
45829
+  ENABLE_VALA_FALSE='#'
 
45830
+else
 
45831
+  ENABLE_VALA_TRUE='#'
 
45832
+  ENABLE_VALA_FALSE=
 
45833
+fi
 
45834
 
 
45835
-$MISSING_PLUGINS_PKG_ERRORS
 
45836
 
 
45837
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
45838
-installed software in a non-standard prefix.
 
45839
+# ********************
 
45840
+# Movie player plugins
 
45841
+# ********************
 
45842
 
 
45843
-Alternatively, you may set the environment variables MISSING_PLUGINS_CFLAGS
 
45844
-and MISSING_PLUGINS_LIBS to avoid the need to call pkg-config.
 
45845
-See the pkg-config man page for more details.
 
45846
-" >&2;}
 
45847
+plugin_error_or_ignore()
 
45848
+{
 
45849
+       if test "${error_on_bad_plugin}" = "1" ; then
 
45850
+               { { echo "$as_me:$LINENO: error: $1" >&5
 
45851
+echo "$as_me: error: $1" >&2;}
 
45852
    { (exit 1); exit 1; }; }
 
45853
-elif test $pkg_failed = untried; then
 
45854
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
45855
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
45856
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
45857
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
45858
-path to pkg-config.
 
45859
-
 
45860
-Alternatively, you may set the environment variables MISSING_PLUGINS_CFLAGS
 
45861
-and MISSING_PLUGINS_LIBS to avoid the need to call pkg-config.
 
45862
-See the pkg-config man page for more details.
 
45863
-
 
45864
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
45865
-See \`config.log' for more details." >&5
 
45866
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
45867
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
45868
-path to pkg-config.
 
45869
+       else
 
45870
+               { echo "$as_me:$LINENO: WARNING: $1 (disabling plugin)" >&5
 
45871
+echo "$as_me: WARNING: $1 (disabling plugin)" >&2;}
 
45872
+       fi
 
45873
+}
 
45874
 
 
45875
-Alternatively, you may set the environment variables MISSING_PLUGINS_CFLAGS
 
45876
-and MISSING_PLUGINS_LIBS to avoid the need to call pkg-config.
 
45877
-See the pkg-config man page for more details.
 
45878
 
 
45879
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
45880
-See \`config.log' for more details." >&2;}
 
45881
-   { (exit 1); exit 1; }; }; }
 
45882
+# Check whether --with-plugins was given.
 
45883
+if test "${with_plugins+set}" = set; then
 
45884
+  withval=$with_plugins;
 
45885
 else
 
45886
-       MISSING_PLUGINS_CFLAGS=$pkg_cv_MISSING_PLUGINS_CFLAGS
 
45887
-       MISSING_PLUGINS_LIBS=$pkg_cv_MISSING_PLUGINS_LIBS
 
45888
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
45889
-$as_echo "yes" >&6; }
 
45890
-
 
45891
-                       MISSING_PLUGINS_LIBS="$MISSING_PLUGINS_LIBS -lgstpbutils-0.10"
 
45892
+  with_plugins=autodetect
 
45893
+fi
 
45894
 
 
45895
-cat >>confdefs.h <<\_ACEOF
 
45896
-#define ENABLE_MISSING_PLUGIN_INSTALLATION 1
 
45897
-_ACEOF
 
45898
 
 
45899
+used_plugins=""
 
45900
+used_plugins2=""
 
45901
 
 
45902
+if test "x${with_plugins}" = "xautodetect" ; then
 
45903
+       # Default to all plugins and just ignore them if they won't compile
 
45904
+       with_plugins="all"
 
45905
+       error_on_bad_plugin="0"
 
45906
+else
 
45907
+       # Clean up the plugin list and error if a plugin won't compile
 
45908
+       with_plugins=`echo ,"${with_plugins}", | sed -e 's/[    ,][     ,]*/ /g' -e 's/,$//'`
 
45909
+       error_on_bad_plugin="1"
 
45910
 fi
 
45911
-       fi
 
45912
 
 
45913
-       MM="gstreamer-0.10 >= $GST_REQS gstreamer-base-0.10 >= $GST_REQS gstreamer-plugins-base-0.10 >= $GSTPLUG_REQS gstreamer-tag-0.10 >= $GSTPLUG_REQS gconf-2.0"
 
45914
+# Iterate through the wanted plugins and weed out bad ones (or error)
 
45915
+for wanted_plugin in ${with_plugins}; do
 
45916
+       for allowed_plugin in ${allowed_plugins}; do
 
45917
+               case ${wanted_plugin} in
 
45918
+                       all)
 
45919
+                               # List all plugins as being used
 
45920
+                               used_plugins=${allowed_plugins}
 
45921
+                       ;;
 
45922
+                       autodetect)
 
45923
+                               # List all plugins as being used
 
45924
+                               used_plugins=${allowed_plugins}
 
45925
+                       ;;
 
45926
+                       none) used_plugins="";; # List no plugins
 
45927
+                       ${allowed_plugin}) used_plugins="${used_plugins} ${wanted_plugin}";; # List the plugin
 
45928
+                       *) ;;
 
45929
+               esac
 
45930
+       done
 
45931
+done
 
45932
+
 
45933
+# Check for plugin-specific requirements and error if necessary
 
45934
+for plugin in ${used_plugins}; do
 
45935
+       add_plugin="1"
 
45936
+
 
45937
+       case ${plugin} in
 
45938
+               galago)
 
45939
 
 
45940
 pkg_failed=no
 
45941
-{ $as_echo "$as_me:$LINENO: checking for GST" >&5
 
45942
-$as_echo_n "checking for GST... " >&6; }
 
45943
+{ echo "$as_me:$LINENO: checking for LIBGALAGO" >&5
 
45944
+echo $ECHO_N "checking for LIBGALAGO... $ECHO_C" >&6; }
 
45945
 
 
45946
-if test -n "$GST_CFLAGS"; then
 
45947
-    pkg_cv_GST_CFLAGS="$GST_CFLAGS"
 
45948
- elif test -n "$PKG_CONFIG"; then
 
45949
-    if test -n "$PKG_CONFIG" && \
 
45950
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$MM\"") >&5
 
45951
-  ($PKG_CONFIG --exists --print-errors "$MM") 2>&5
 
45952
+if test -n "$PKG_CONFIG"; then
 
45953
+    if test -n "$LIBGALAGO_CFLAGS"; then
 
45954
+        pkg_cv_LIBGALAGO_CFLAGS="$LIBGALAGO_CFLAGS"
 
45955
+    else
 
45956
+        if test -n "$PKG_CONFIG" && \
 
45957
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgalago >= 0.5.2\"") >&5
 
45958
+  ($PKG_CONFIG --exists --print-errors "libgalago >= 0.5.2") 2>&5
 
45959
   ac_status=$?
 
45960
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45961
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45962
   (exit $ac_status); }; then
 
45963
-  pkg_cv_GST_CFLAGS=`$PKG_CONFIG --cflags "$MM" 2>/dev/null`
 
45964
+  pkg_cv_LIBGALAGO_CFLAGS=`$PKG_CONFIG --cflags "libgalago >= 0.5.2" 2>/dev/null`
 
45965
 else
 
45966
   pkg_failed=yes
 
45967
 fi
 
45968
- else
 
45969
-    pkg_failed=untried
 
45970
+    fi
 
45971
+else
 
45972
+       pkg_failed=untried
 
45973
 fi
 
45974
-if test -n "$GST_LIBS"; then
 
45975
-    pkg_cv_GST_LIBS="$GST_LIBS"
 
45976
- elif test -n "$PKG_CONFIG"; then
 
45977
-    if test -n "$PKG_CONFIG" && \
 
45978
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$MM\"") >&5
 
45979
-  ($PKG_CONFIG --exists --print-errors "$MM") 2>&5
 
45980
+if test -n "$PKG_CONFIG"; then
 
45981
+    if test -n "$LIBGALAGO_LIBS"; then
 
45982
+        pkg_cv_LIBGALAGO_LIBS="$LIBGALAGO_LIBS"
 
45983
+    else
 
45984
+        if test -n "$PKG_CONFIG" && \
 
45985
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgalago >= 0.5.2\"") >&5
 
45986
+  ($PKG_CONFIG --exists --print-errors "libgalago >= 0.5.2") 2>&5
 
45987
   ac_status=$?
 
45988
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45989
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
45990
   (exit $ac_status); }; then
 
45991
-  pkg_cv_GST_LIBS=`$PKG_CONFIG --libs "$MM" 2>/dev/null`
 
45992
+  pkg_cv_LIBGALAGO_LIBS=`$PKG_CONFIG --libs "libgalago >= 0.5.2" 2>/dev/null`
 
45993
 else
 
45994
   pkg_failed=yes
 
45995
 fi
 
45996
- else
 
45997
-    pkg_failed=untried
 
45998
-fi
 
45999
-
 
46000
-
 
46001
-
 
46002
-if test $pkg_failed = yes; then
 
46003
-
 
46004
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
46005
-        _pkg_short_errors_supported=yes
 
46006
-else
 
46007
-        _pkg_short_errors_supported=no
 
46008
-fi
 
46009
-        if test $_pkg_short_errors_supported = yes; then
 
46010
-               GST_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$MM" 2>&1`
 
46011
-        else
 
46012
-               GST_PKG_ERRORS=`$PKG_CONFIG --print-errors "$MM" 2>&1`
 
46013
-        fi
 
46014
-       # Put the nasty error message in config.log where it belongs
 
46015
-       echo "$GST_PKG_ERRORS" >&5
 
46016
-
 
46017
-       { $as_echo "$as_me:$LINENO: result: no" >&5
 
46018
-$as_echo "no" >&6; }
 
46019
-                HAVE_GSTREAMER=no
 
46020
-elif test $pkg_failed = untried; then
 
46021
-       HAVE_GSTREAMER=no
 
46022
+    fi
 
46023
 else
 
46024
-       GST_CFLAGS=$pkg_cv_GST_CFLAGS
 
46025
-       GST_LIBS=$pkg_cv_GST_LIBS
 
46026
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
46027
-$as_echo "yes" >&6; }
 
46028
-       HAVE_GSTREAMER=yes
 
46029
+       pkg_failed=untried
 
46030
 fi
 
46031
-       GST_LIBS="$GST_LIBS -lgstbase-$GST_MAJORMINOR -lgstinterfaces-$GST_MAJORMINOR -lgstvideo-$GST_MAJORMINOR -lgstaudio-$GST_MAJORMINOR -lgstpbutils-$GST_MAJORMINOR -lgsttag-$GST_MAJORMINOR"
 
46032
-
 
46033
-       EXTRA_BACKEND_LIBS="-lgstinterfaces-$GST_MAJORMINOR -lgstvideo-$GST_MAJORMINOR -lgstaudio-$GST_MAJORMINOR -lgstpbutils-$GST_MAJORMINOR"
 
46034
-
 
46035
-       { $as_echo "$as_me:$LINENO: checking for backend libraries" >&5
 
46036
-$as_echo_n "checking for backend libraries... " >&6; }
 
46037
-               if test "x$HAVE_GSTREAMER" = "xno"; then
 
46038
-               { { $as_echo "$as_me:$LINENO: error: you need the GStreamer or the xine-lib development packages installed" >&5
 
46039
-$as_echo "$as_me: error: you need the GStreamer or the xine-lib development packages installed" >&2;}
 
46040
-   { (exit 1); exit 1; }; }
 
46041
-       fi
 
46042
-       { $as_echo "$as_me:$LINENO: result: GStreamer-$GST_MAJORMINOR" >&5
 
46043
-$as_echo "GStreamer-$GST_MAJORMINOR" >&6; }
 
46044
-
 
46045
-               gst010_toolsdir=`$PKG_CONFIG --variable=toolsdir gstreamer-0.10`
 
46046
-       gst010_inspect="$gst010_toolsdir/gst-inspect-0.10"
 
46047
 
 
46048
-               for base_element in playbin ffmpegcolorspace videoscale
 
46049
-       do
 
46050
-               { $as_echo "$as_me:$LINENO: checking GStreamer 0.10 $base_element plugin" >&5
 
46051
-$as_echo_n "checking GStreamer 0.10 $base_element plugin... " >&6; }
 
46052
-               if $gst010_inspect $base_element >/dev/null 2>/dev/null; then
 
46053
-                       { $as_echo "$as_me:$LINENO: result: yes" >&5
 
46054
-$as_echo "yes" >&6; }
 
46055
-               else
 
46056
-                       { $as_echo "$as_me:$LINENO: result: no" >&5
 
46057
-$as_echo "no" >&6; }
 
46058
-                       { { $as_echo "$as_me:$LINENO: error:
 
46059
-                               Cannot find required GStreamer-0.10 plugin '$base_element'.
 
46060
-                               It should be part of gst-plugins-base. Please install it.
 
46061
-                       " >&5
 
46062
-$as_echo "$as_me: error:
 
46063
-                               Cannot find required GStreamer-0.10 plugin '$base_element'.
 
46064
-                               It should be part of gst-plugins-base. Please install it.
 
46065
-                       " >&2;}
 
46066
-   { (exit 1); exit 1; }; }
 
46067
-               fi
 
46068
-       done
 
46069
 
 
46070
-               for good_element in gconfaudiosink gconfvideosink goom
 
46071
-       do
 
46072
-               { $as_echo "$as_me:$LINENO: checking GStreamer 0.10 $good_element plugin" >&5
 
46073
-$as_echo_n "checking GStreamer 0.10 $good_element plugin... " >&6; }
 
46074
-               if $gst010_inspect $good_element >/dev/null 2>/dev/null; then
 
46075
-                       { $as_echo "$as_me:$LINENO: result: yes" >&5
 
46076
-$as_echo "yes" >&6; }
 
46077
-               else
 
46078
-                       { $as_echo "$as_me:$LINENO: result: no" >&5
 
46079
-$as_echo "no" >&6; }
 
46080
-                       { { $as_echo "$as_me:$LINENO: error:
 
46081
-                               Cannot find required GStreamer-0.10 plugin '$good_element'.
 
46082
-                               It should be part of gst-plugins-good. Please install it.
 
46083
-                       " >&5
 
46084
-$as_echo "$as_me: error:
 
46085
-                               Cannot find required GStreamer-0.10 plugin '$good_element'.
 
46086
-                               It should be part of gst-plugins-good. Please install it.
 
46087
-                       " >&2;}
 
46088
-   { (exit 1); exit 1; }; }
 
46089
-               fi
 
46090
-       done
 
46091
 
 
46092
+if test $pkg_failed = yes; then
 
46093
 
 
46094
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
46095
+        _pkg_short_errors_supported=yes
 
46096
+else
 
46097
+        _pkg_short_errors_supported=no
 
46098
 fi
 
46099
+        if test $_pkg_short_errors_supported = yes; then
 
46100
+               LIBGALAGO_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgalago >= 0.5.2"`
 
46101
+        else
 
46102
+               LIBGALAGO_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgalago >= 0.5.2"`
 
46103
+        fi
 
46104
+       # Put the nasty error message in config.log where it belongs
 
46105
+       echo "$LIBGALAGO_PKG_ERRORS" >&5
 
46106
 
 
46107
-if test x$ENABLE_XINE = xno && test x$HAVE_GSTREAMER = xno; then
 
46108
-       { $as_echo "$as_me:$LINENO: checking for backend libraries" >&5
 
46109
-$as_echo_n "checking for backend libraries... " >&6; }
 
46110
-       { $as_echo "$as_me:$LINENO: result: none" >&5
 
46111
-$as_echo "none" >&6; }
 
46112
-       { { $as_echo "$as_me:$LINENO: error: you need the GStreamer or the xine-lib development packages installed" >&5
 
46113
-$as_echo "$as_me: error: you need the GStreamer or the xine-lib development packages installed" >&2;}
 
46114
-   { (exit 1); exit 1; }; }
 
46115
+       { echo "$as_me:$LINENO: result: no" >&5
 
46116
+echo "${ECHO_T}no" >&6; }
 
46117
+                HAVE_LIBGALAGO=no
 
46118
+elif test $pkg_failed = untried; then
 
46119
+       HAVE_LIBGALAGO=no
 
46120
+else
 
46121
+       LIBGALAGO_CFLAGS=$pkg_cv_LIBGALAGO_CFLAGS
 
46122
+       LIBGALAGO_LIBS=$pkg_cv_LIBGALAGO_LIBS
 
46123
+        { echo "$as_me:$LINENO: result: yes" >&5
 
46124
+echo "${ECHO_T}yes" >&6; }
 
46125
+       HAVE_LIBGALAGO=yes
 
46126
 fi
 
46127
-
 
46128
-if test x$HAVE_GSTREAMER = xno; then
 
46129
-       MM="libxine >= $XINE_REQS gconf-2.0"
 
46130
+                       if test "${HAVE_LIBGALAGO}" != "yes" ; then
 
46131
+                               plugin_error_or_ignore "you need libgalago >= 0.5.2 installed for the galago plugin"
 
46132
+                               add_plugin="0"
 
46133
+                       fi
 
46134
+               ;;
 
46135
+               gromit)
 
46136
+                       if test "${have_x11}" != "yes" ; then
 
46137
+                               plugin_error_or_ignore "the gromit plugin is not supported on non-X11 targets"
 
46138
+                               add_plugin="0"
 
46139
+                       fi
 
46140
+               ;;
 
46141
+               media-player-keys)
 
46142
 
 
46143
 pkg_failed=no
 
46144
-{ $as_echo "$as_me:$LINENO: checking for XINE" >&5
 
46145
-$as_echo_n "checking for XINE... " >&6; }
 
46146
+{ echo "$as_me:$LINENO: checking for MEDIA_PLAYER_KEYS" >&5
 
46147
+echo $ECHO_N "checking for MEDIA_PLAYER_KEYS... $ECHO_C" >&6; }
 
46148
 
 
46149
-if test -n "$XINE_CFLAGS"; then
 
46150
-    pkg_cv_XINE_CFLAGS="$XINE_CFLAGS"
 
46151
- elif test -n "$PKG_CONFIG"; then
 
46152
-    if test -n "$PKG_CONFIG" && \
 
46153
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$MM\"") >&5
 
46154
-  ($PKG_CONFIG --exists --print-errors "$MM") 2>&5
 
46155
+if test -n "$PKG_CONFIG"; then
 
46156
+    if test -n "$MEDIA_PLAYER_KEYS_CFLAGS"; then
 
46157
+        pkg_cv_MEDIA_PLAYER_KEYS_CFLAGS="$MEDIA_PLAYER_KEYS_CFLAGS"
 
46158
+    else
 
46159
+        if test -n "$PKG_CONFIG" && \
 
46160
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dbus-glib-1\"") >&5
 
46161
+  ($PKG_CONFIG --exists --print-errors "dbus-glib-1") 2>&5
 
46162
   ac_status=$?
 
46163
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46164
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46165
   (exit $ac_status); }; then
 
46166
-  pkg_cv_XINE_CFLAGS=`$PKG_CONFIG --cflags "$MM" 2>/dev/null`
 
46167
+  pkg_cv_MEDIA_PLAYER_KEYS_CFLAGS=`$PKG_CONFIG --cflags "dbus-glib-1" 2>/dev/null`
 
46168
 else
 
46169
   pkg_failed=yes
 
46170
 fi
 
46171
- else
 
46172
-    pkg_failed=untried
 
46173
+    fi
 
46174
+else
 
46175
+       pkg_failed=untried
 
46176
 fi
 
46177
-if test -n "$XINE_LIBS"; then
 
46178
-    pkg_cv_XINE_LIBS="$XINE_LIBS"
 
46179
- elif test -n "$PKG_CONFIG"; then
 
46180
-    if test -n "$PKG_CONFIG" && \
 
46181
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$MM\"") >&5
 
46182
-  ($PKG_CONFIG --exists --print-errors "$MM") 2>&5
 
46183
+if test -n "$PKG_CONFIG"; then
 
46184
+    if test -n "$MEDIA_PLAYER_KEYS_LIBS"; then
 
46185
+        pkg_cv_MEDIA_PLAYER_KEYS_LIBS="$MEDIA_PLAYER_KEYS_LIBS"
 
46186
+    else
 
46187
+        if test -n "$PKG_CONFIG" && \
 
46188
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dbus-glib-1\"") >&5
 
46189
+  ($PKG_CONFIG --exists --print-errors "dbus-glib-1") 2>&5
 
46190
   ac_status=$?
 
46191
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46192
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46193
   (exit $ac_status); }; then
 
46194
-  pkg_cv_XINE_LIBS=`$PKG_CONFIG --libs "$MM" 2>/dev/null`
 
46195
+  pkg_cv_MEDIA_PLAYER_KEYS_LIBS=`$PKG_CONFIG --libs "dbus-glib-1" 2>/dev/null`
 
46196
 else
 
46197
   pkg_failed=yes
 
46198
 fi
 
46199
- else
 
46200
-    pkg_failed=untried
 
46201
+    fi
 
46202
+else
 
46203
+       pkg_failed=untried
 
46204
 fi
 
46205
 
 
46206
 
 
46207
@@ -23476,154 +21730,282 @@
 
46208
         _pkg_short_errors_supported=no
 
46209
 fi
 
46210
         if test $_pkg_short_errors_supported = yes; then
 
46211
-               XINE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$MM" 2>&1`
 
46212
+               MEDIA_PLAYER_KEYS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "dbus-glib-1"`
 
46213
         else
 
46214
-               XINE_PKG_ERRORS=`$PKG_CONFIG --print-errors "$MM" 2>&1`
 
46215
+               MEDIA_PLAYER_KEYS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "dbus-glib-1"`
 
46216
         fi
 
46217
        # Put the nasty error message in config.log where it belongs
 
46218
-       echo "$XINE_PKG_ERRORS" >&5
 
46219
-
 
46220
-       { $as_echo "$as_me:$LINENO: result: no" >&5
 
46221
-$as_echo "no" >&6; }
 
46222
-
 
46223
-                       { $as_echo "$as_me:$LINENO: result: no" >&5
 
46224
-$as_echo "no" >&6; }
 
46225
-                       HAVE_XINE=no
 
46226
+       echo "$MEDIA_PLAYER_KEYS_PKG_ERRORS" >&5
 
46227
 
 
46228
+       { echo "$as_me:$LINENO: result: no" >&5
 
46229
+echo "${ECHO_T}no" >&6; }
 
46230
+                HAVE_MEDIA_PLAYER_KEYS=no
 
46231
 elif test $pkg_failed = untried; then
 
46232
-
 
46233
-                       { $as_echo "$as_me:$LINENO: result: no" >&5
 
46234
-$as_echo "no" >&6; }
 
46235
-                       HAVE_XINE=no
 
46236
-
 
46237
+       HAVE_MEDIA_PLAYER_KEYS=no
 
46238
 else
 
46239
-       XINE_CFLAGS=$pkg_cv_XINE_CFLAGS
 
46240
-       XINE_LIBS=$pkg_cv_XINE_LIBS
 
46241
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
46242
-$as_echo "yes" >&6; }
 
46243
-       HAVE_XINE=yes
 
46244
-fi
 
46245
-       { $as_echo "$as_me:$LINENO: checking for backend libraries" >&5
 
46246
-$as_echo_n "checking for backend libraries... " >&6; }
 
46247
-       if test x$HAVE_XINE = xyes; then
 
46248
-               { $as_echo "$as_me:$LINENO: result: xine-lib" >&5
 
46249
-$as_echo "xine-lib" >&6; }
 
46250
-        else
 
46251
-               { $as_echo "$as_me:$LINENO: WARNING: No xine-lib found" >&5
 
46252
-$as_echo "$as_me: WARNING: No xine-lib found" >&2;}
 
46253
-       fi
 
46254
+       MEDIA_PLAYER_KEYS_CFLAGS=$pkg_cv_MEDIA_PLAYER_KEYS_CFLAGS
 
46255
+       MEDIA_PLAYER_KEYS_LIBS=$pkg_cv_MEDIA_PLAYER_KEYS_LIBS
 
46256
+        { echo "$as_me:$LINENO: result: yes" >&5
 
46257
+echo "${ECHO_T}yes" >&6; }
 
46258
+       HAVE_MEDIA_PLAYER_KEYS=yes
 
46259
 fi
 
46260
+                       if test "${HAVE_MEDIA_PLAYER_KEYS}" != "yes" ; then
 
46261
+                               plugin_error_or_ignore "you need dbus-glib-1 installed for the media-player-keys plugin"
 
46262
+                               add_plugin="0"
 
46263
+                       fi
 
46264
+               ;;
 
46265
+               lirc)
 
46266
+                       { echo "$as_me:$LINENO: checking for lirc_init in -llirc_client" >&5
 
46267
+echo $ECHO_N "checking for lirc_init in -llirc_client... $ECHO_C" >&6; }
 
46268
+if test "${ac_cv_lib_lirc_client_lirc_init+set}" = set; then
 
46269
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
46270
+else
 
46271
+  ac_check_lib_save_LIBS=$LIBS
 
46272
+LIBS="-llirc_client  $LIBS"
 
46273
+cat >conftest.$ac_ext <<_ACEOF
 
46274
+/* confdefs.h.  */
 
46275
+_ACEOF
 
46276
+cat confdefs.h >>conftest.$ac_ext
 
46277
+cat >>conftest.$ac_ext <<_ACEOF
 
46278
+/* end confdefs.h.  */
 
46279
 
 
46280
-if test "$HAVE_GSTREAMER" = "yes"; then
 
46281
-
 
46282
-cat >>confdefs.h <<\_ACEOF
 
46283
-#define HAVE_GSTREAMER 1
 
46284
+/* Override any GCC internal prototype to avoid an error.
 
46285
+   Use char because int might match the return type of a GCC
 
46286
+   builtin and then its argument prototype would still apply.  */
 
46287
+#ifdef __cplusplus
 
46288
+extern "C"
 
46289
+#endif
 
46290
+char lirc_init ();
 
46291
+int
 
46292
+main ()
 
46293
+{
 
46294
+return lirc_init ();
 
46295
+  ;
 
46296
+  return 0;
 
46297
+}
 
46298
 _ACEOF
 
46299
+rm -f conftest.$ac_objext conftest$ac_exeext
 
46300
+if { (ac_try="$ac_link"
 
46301
+case "(($ac_try" in
 
46302
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
46303
+  *) ac_try_echo=$ac_try;;
 
46304
+esac
 
46305
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
46306
+  (eval "$ac_link") 2>conftest.er1
 
46307
+  ac_status=$?
 
46308
+  grep -v '^ *+' conftest.er1 >conftest.err
 
46309
+  rm -f conftest.er1
 
46310
+  cat conftest.err >&5
 
46311
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46312
+  (exit $ac_status); } && {
 
46313
+        test -z "$ac_c_werror_flag" ||
 
46314
+        test ! -s conftest.err
 
46315
+       } && test -s conftest$ac_exeext &&
 
46316
+       $as_test_x conftest$ac_exeext; then
 
46317
+  ac_cv_lib_lirc_client_lirc_init=yes
 
46318
+else
 
46319
+  echo "$as_me: failed program was:" >&5
 
46320
+sed 's/^/| /' conftest.$ac_ext >&5
 
46321
 
 
46322
+       ac_cv_lib_lirc_client_lirc_init=no
 
46323
 fi
 
46324
 
 
46325
- if test "x$HAVE_GSTREAMER" = "xyes"; then
 
46326
-  TOTEM_GST_TRUE=
 
46327
-  TOTEM_GST_FALSE='#'
 
46328
+rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
46329
+      conftest$ac_exeext conftest.$ac_ext
 
46330
+LIBS=$ac_check_lib_save_LIBS
 
46331
+fi
 
46332
+{ echo "$as_me:$LINENO: result: $ac_cv_lib_lirc_client_lirc_init" >&5
 
46333
+echo "${ECHO_T}$ac_cv_lib_lirc_client_lirc_init" >&6; }
 
46334
+if test $ac_cv_lib_lirc_client_lirc_init = yes; then
 
46335
+  if test "${ac_cv_header_lirc_lirc_client_h+set}" = set; then
 
46336
+  { echo "$as_me:$LINENO: checking for lirc/lirc_client.h" >&5
 
46337
+echo $ECHO_N "checking for lirc/lirc_client.h... $ECHO_C" >&6; }
 
46338
+if test "${ac_cv_header_lirc_lirc_client_h+set}" = set; then
 
46339
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
46340
+fi
 
46341
+{ echo "$as_me:$LINENO: result: $ac_cv_header_lirc_lirc_client_h" >&5
 
46342
+echo "${ECHO_T}$ac_cv_header_lirc_lirc_client_h" >&6; }
 
46343
 else
 
46344
-  TOTEM_GST_TRUE='#'
 
46345
-  TOTEM_GST_FALSE=
 
46346
+  # Is the header compilable?
 
46347
+{ echo "$as_me:$LINENO: checking lirc/lirc_client.h usability" >&5
 
46348
+echo $ECHO_N "checking lirc/lirc_client.h usability... $ECHO_C" >&6; }
 
46349
+cat >conftest.$ac_ext <<_ACEOF
 
46350
+/* confdefs.h.  */
 
46351
+_ACEOF
 
46352
+cat confdefs.h >>conftest.$ac_ext
 
46353
+cat >>conftest.$ac_ext <<_ACEOF
 
46354
+/* end confdefs.h.  */
 
46355
+$ac_includes_default
 
46356
+#include <lirc/lirc_client.h>
 
46357
+_ACEOF
 
46358
+rm -f conftest.$ac_objext
 
46359
+if { (ac_try="$ac_compile"
 
46360
+case "(($ac_try" in
 
46361
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
46362
+  *) ac_try_echo=$ac_try;;
 
46363
+esac
 
46364
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
46365
+  (eval "$ac_compile") 2>conftest.er1
 
46366
+  ac_status=$?
 
46367
+  grep -v '^ *+' conftest.er1 >conftest.err
 
46368
+  rm -f conftest.er1
 
46369
+  cat conftest.err >&5
 
46370
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46371
+  (exit $ac_status); } && {
 
46372
+        test -z "$ac_c_werror_flag" ||
 
46373
+        test ! -s conftest.err
 
46374
+       } && test -s conftest.$ac_objext; then
 
46375
+  ac_header_compiler=yes
 
46376
+else
 
46377
+  echo "$as_me: failed program was:" >&5
 
46378
+sed 's/^/| /' conftest.$ac_ext >&5
 
46379
+
 
46380
+       ac_header_compiler=no
 
46381
 fi
 
46382
 
 
46383
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
46384
+{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
46385
+echo "${ECHO_T}$ac_header_compiler" >&6; }
 
46386
 
 
46387
-{ $as_echo "$as_me:$LINENO: checking Whether not to check for iso-codes" >&5
 
46388
-$as_echo_n "checking Whether not to check for iso-codes... " >&6; }
 
46389
-# Check whether --enable-iso-codes was given.
 
46390
-if test "${enable_iso_codes+set}" = set; then
 
46391
-  enableval=$enable_iso_codes;
 
46392
+# Is the header present?
 
46393
+{ echo "$as_me:$LINENO: checking lirc/lirc_client.h presence" >&5
 
46394
+echo $ECHO_N "checking lirc/lirc_client.h presence... $ECHO_C" >&6; }
 
46395
+cat >conftest.$ac_ext <<_ACEOF
 
46396
+/* confdefs.h.  */
 
46397
+_ACEOF
 
46398
+cat confdefs.h >>conftest.$ac_ext
 
46399
+cat >>conftest.$ac_ext <<_ACEOF
 
46400
+/* end confdefs.h.  */
 
46401
+#include <lirc/lirc_client.h>
 
46402
+_ACEOF
 
46403
+if { (ac_try="$ac_cpp conftest.$ac_ext"
 
46404
+case "(($ac_try" in
 
46405
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
46406
+  *) ac_try_echo=$ac_try;;
 
46407
+esac
 
46408
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
46409
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
46410
+  ac_status=$?
 
46411
+  grep -v '^ *+' conftest.er1 >conftest.err
 
46412
+  rm -f conftest.er1
 
46413
+  cat conftest.err >&5
 
46414
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46415
+  (exit $ac_status); } >/dev/null && {
 
46416
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
46417
+        test ! -s conftest.err
 
46418
+       }; then
 
46419
+  ac_header_preproc=yes
 
46420
 else
 
46421
-  disable_iso_codes_check=no
 
46422
-fi
 
46423
+  echo "$as_me: failed program was:" >&5
 
46424
+sed 's/^/| /' conftest.$ac_ext >&5
 
46425
 
 
46426
-if test x$disable_iso_codes_check = xno ; then
 
46427
-       { $as_echo "$as_me:$LINENO: result: no" >&5
 
46428
-$as_echo "no" >&6; }
 
46429
-else
 
46430
-       { $as_echo "$as_me:$LINENO: result: yes" >&5
 
46431
-$as_echo "yes" >&6; }
 
46432
+  ac_header_preproc=no
 
46433
 fi
 
46434
 
 
46435
-if test x$disable_iso_codes_check = "xno" ; then
 
46436
-       { $as_echo "$as_me:$LINENO: checking whether iso-codes has iso-639 domain" >&5
 
46437
-$as_echo_n "checking whether iso-codes has iso-639 domain... " >&6; }
 
46438
-       if $PKG_CONFIG --variable=domains iso-codes | grep 639 >/dev/null ; then
 
46439
-               { $as_echo "$as_me:$LINENO: result: yes" >&5
 
46440
-$as_echo "yes" >&6; }
 
46441
-       else
 
46442
-               { $as_echo "$as_me:$LINENO: result: no" >&5
 
46443
-$as_echo "no" >&6; }
 
46444
-       fi
 
46445
-
 
46446
-cat >>confdefs.h <<_ACEOF
 
46447
-#define ISO_CODES_PREFIX "`$PKG_CONFIG --variable=prefix iso-codes`"
 
46448
-_ACEOF
 
46449
+rm -f conftest.err conftest.$ac_ext
 
46450
+{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
46451
+echo "${ECHO_T}$ac_header_preproc" >&6; }
 
46452
 
 
46453
-       ISO_CODES=iso-codes
 
46454
+# So?  What about this header?
 
46455
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
46456
+  yes:no: )
 
46457
+    { echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h: accepted by the compiler, rejected by the preprocessor!" >&5
 
46458
+echo "$as_me: WARNING: lirc/lirc_client.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
46459
+    { echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h: proceeding with the compiler's result" >&5
 
46460
+echo "$as_me: WARNING: lirc/lirc_client.h: proceeding with the compiler's result" >&2;}
 
46461
+    ac_header_preproc=yes
 
46462
+    ;;
 
46463
+  no:yes:* )
 
46464
+    { echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h: present but cannot be compiled" >&5
 
46465
+echo "$as_me: WARNING: lirc/lirc_client.h: present but cannot be compiled" >&2;}
 
46466
+    { echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h:     check for missing prerequisite headers?" >&5
 
46467
+echo "$as_me: WARNING: lirc/lirc_client.h:     check for missing prerequisite headers?" >&2;}
 
46468
+    { echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h: see the Autoconf documentation" >&5
 
46469
+echo "$as_me: WARNING: lirc/lirc_client.h: see the Autoconf documentation" >&2;}
 
46470
+    { echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h:     section \"Present But Cannot Be Compiled\"" >&5
 
46471
+echo "$as_me: WARNING: lirc/lirc_client.h:     section \"Present But Cannot Be Compiled\"" >&2;}
 
46472
+    { echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h: proceeding with the preprocessor's result" >&5
 
46473
+echo "$as_me: WARNING: lirc/lirc_client.h: proceeding with the preprocessor's result" >&2;}
 
46474
+    { echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h: in the future, the compiler will take precedence" >&5
 
46475
+echo "$as_me: WARNING: lirc/lirc_client.h: in the future, the compiler will take precedence" >&2;}
 
46476
+    ( cat <<\_ASBOX
 
46477
+## -------------------------------------------------------------------- ##
 
46478
+## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=totem ##
 
46479
+## -------------------------------------------------------------------- ##
 
46480
+_ASBOX
 
46481
+     ) | sed "s/^/$as_me: WARNING:     /" >&2
 
46482
+    ;;
 
46483
+esac
 
46484
+{ echo "$as_me:$LINENO: checking for lirc/lirc_client.h" >&5
 
46485
+echo $ECHO_N "checking for lirc/lirc_client.h... $ECHO_C" >&6; }
 
46486
+if test "${ac_cv_header_lirc_lirc_client_h+set}" = set; then
 
46487
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
46488
 else
 
46489
+  ac_cv_header_lirc_lirc_client_h=$ac_header_preproc
 
46490
+fi
 
46491
+{ echo "$as_me:$LINENO: result: $ac_cv_header_lirc_lirc_client_h" >&5
 
46492
+echo "${ECHO_T}$ac_cv_header_lirc_lirc_client_h" >&6; }
 
46493
 
 
46494
-cat >>confdefs.h <<_ACEOF
 
46495
-#define ISO_CODES_PREFIX "$prefix"
 
46496
-_ACEOF
 
46497
+fi
 
46498
+if test $ac_cv_header_lirc_lirc_client_h = yes; then
 
46499
+  LIRC_LIBS="-llirc_client"
 
46500
+                                        HAVE_LIRC=yes
 
46501
+else
 
46502
 
 
46503
-       ISO_CODES=""
 
46504
+                                        LIRC_LIBS=""
 
46505
+                                        HAVE_LIRC=no
 
46506
 fi
 
46507
 
 
46508
-# Check whether --enable-gtk was given.
 
46509
-if test "${enable_gtk+set}" = set; then
 
46510
-  enableval=$enable_gtk; case "${enableval}" in
 
46511
-       yes) ENABLE_GTK=yes ;;
 
46512
-       no) ENABLE_GTK=no ;;
 
46513
-       *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for --disable-gtk" >&5
 
46514
-$as_echo "$as_me: error: bad value ${enableval} for --disable-gtk" >&2;}
 
46515
-   { (exit 1); exit 1; }; } ;;
 
46516
-       esac
 
46517
-else
 
46518
-  ENABLE_GTK=no
 
46519
+
 
46520
 fi
 
46521
 
 
46522
-if test x$ENABLE_GTK = "xno" ; then
 
46523
-# FIXME: use gmodule-no-export instead!
 
46524
+
 
46525
+                       if test "${HAVE_LIRC}" != "yes" ; then
 
46526
+                               plugin_error_or_ignore "you need lirc_client installed for the lirc plugin"
 
46527
+                               add_plugin="0"
 
46528
+                       fi
 
46529
+               ;;
 
46530
+               mythtv)
 
46531
 
 
46532
 pkg_failed=no
 
46533
-{ $as_echo "$as_me:$LINENO: checking for EXTRA_GNOME" >&5
 
46534
-$as_echo_n "checking for EXTRA_GNOME... " >&6; }
 
46535
+{ echo "$as_me:$LINENO: checking for GMYTH" >&5
 
46536
+echo $ECHO_N "checking for GMYTH... $ECHO_C" >&6; }
 
46537
 
 
46538
-if test -n "$EXTRA_GNOME_CFLAGS"; then
 
46539
-    pkg_cv_EXTRA_GNOME_CFLAGS="$EXTRA_GNOME_CFLAGS"
 
46540
- elif test -n "$PKG_CONFIG"; then
 
46541
-    if test -n "$PKG_CONFIG" && \
 
46542
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQS gtk+-2.0 >= \$GTK_REQS libgnomeui-2.0 >= \$GNOMEUI_REQS gio-2.0 libgnome-2.0 >= \$LIBGNOME_REQS gnome-icon-theme >= \$GNOMEICON_REQS gmodule-2.0 totem-plparser >= \$TOTEM_PLPARSER_REQS \$ISO_CODES\"") >&5
 
46543
-  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQS gtk+-2.0 >= $GTK_REQS libgnomeui-2.0 >= $GNOMEUI_REQS gio-2.0 libgnome-2.0 >= $LIBGNOME_REQS gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES") 2>&5
 
46544
+if test -n "$PKG_CONFIG"; then
 
46545
+    if test -n "$GMYTH_CFLAGS"; then
 
46546
+        pkg_cv_GMYTH_CFLAGS="$GMYTH_CFLAGS"
 
46547
+    else
 
46548
+        if test -n "$PKG_CONFIG" && \
 
46549
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gmyth >= 0.7.1 gmyth-upnp >= 0.7.1\"") >&5
 
46550
+  ($PKG_CONFIG --exists --print-errors "gmyth >= 0.7.1 gmyth-upnp >= 0.7.1") 2>&5
 
46551
   ac_status=$?
 
46552
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46553
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46554
   (exit $ac_status); }; then
 
46555
-  pkg_cv_EXTRA_GNOME_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= $GLIB_REQS gtk+-2.0 >= $GTK_REQS libgnomeui-2.0 >= $GNOMEUI_REQS gio-2.0 libgnome-2.0 >= $LIBGNOME_REQS gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES" 2>/dev/null`
 
46556
+  pkg_cv_GMYTH_CFLAGS=`$PKG_CONFIG --cflags "gmyth >= 0.7.1 gmyth-upnp >= 0.7.1" 2>/dev/null`
 
46557
 else
 
46558
   pkg_failed=yes
 
46559
 fi
 
46560
- else
 
46561
-    pkg_failed=untried
 
46562
+    fi
 
46563
+else
 
46564
+       pkg_failed=untried
 
46565
 fi
 
46566
-if test -n "$EXTRA_GNOME_LIBS"; then
 
46567
-    pkg_cv_EXTRA_GNOME_LIBS="$EXTRA_GNOME_LIBS"
 
46568
- elif test -n "$PKG_CONFIG"; then
 
46569
-    if test -n "$PKG_CONFIG" && \
 
46570
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQS gtk+-2.0 >= \$GTK_REQS libgnomeui-2.0 >= \$GNOMEUI_REQS gio-2.0 libgnome-2.0 >= \$LIBGNOME_REQS gnome-icon-theme >= \$GNOMEICON_REQS gmodule-2.0 totem-plparser >= \$TOTEM_PLPARSER_REQS \$ISO_CODES\"") >&5
 
46571
-  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQS gtk+-2.0 >= $GTK_REQS libgnomeui-2.0 >= $GNOMEUI_REQS gio-2.0 libgnome-2.0 >= $LIBGNOME_REQS gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES") 2>&5
 
46572
+if test -n "$PKG_CONFIG"; then
 
46573
+    if test -n "$GMYTH_LIBS"; then
 
46574
+        pkg_cv_GMYTH_LIBS="$GMYTH_LIBS"
 
46575
+    else
 
46576
+        if test -n "$PKG_CONFIG" && \
 
46577
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gmyth >= 0.7.1 gmyth-upnp >= 0.7.1\"") >&5
 
46578
+  ($PKG_CONFIG --exists --print-errors "gmyth >= 0.7.1 gmyth-upnp >= 0.7.1") 2>&5
 
46579
   ac_status=$?
 
46580
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46581
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46582
   (exit $ac_status); }; then
 
46583
-  pkg_cv_EXTRA_GNOME_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= $GLIB_REQS gtk+-2.0 >= $GTK_REQS libgnomeui-2.0 >= $GNOMEUI_REQS gio-2.0 libgnome-2.0 >= $LIBGNOME_REQS gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES" 2>/dev/null`
 
46584
+  pkg_cv_GMYTH_LIBS=`$PKG_CONFIG --libs "gmyth >= 0.7.1 gmyth-upnp >= 0.7.1" 2>/dev/null`
 
46585
 else
 
46586
   pkg_failed=yes
 
46587
 fi
 
46588
- else
 
46589
-    pkg_failed=untried
 
46590
+    fi
 
46591
+else
 
46592
+       pkg_failed=untried
 
46593
 fi
 
46594
 
 
46595
 
 
46596
@@ -23636,106 +22018,77 @@
 
46597
         _pkg_short_errors_supported=no
 
46598
 fi
 
46599
         if test $_pkg_short_errors_supported = yes; then
 
46600
-               EXTRA_GNOME_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= $GLIB_REQS gtk+-2.0 >= $GTK_REQS libgnomeui-2.0 >= $GNOMEUI_REQS gio-2.0 libgnome-2.0 >= $LIBGNOME_REQS gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES" 2>&1`
 
46601
+               GMYTH_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gmyth >= 0.7.1 gmyth-upnp >= 0.7.1"`
 
46602
         else
 
46603
-               EXTRA_GNOME_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= $GLIB_REQS gtk+-2.0 >= $GTK_REQS libgnomeui-2.0 >= $GNOMEUI_REQS gio-2.0 libgnome-2.0 >= $LIBGNOME_REQS gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES" 2>&1`
 
46604
+               GMYTH_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gmyth >= 0.7.1 gmyth-upnp >= 0.7.1"`
 
46605
         fi
 
46606
        # Put the nasty error message in config.log where it belongs
 
46607
-       echo "$EXTRA_GNOME_PKG_ERRORS" >&5
 
46608
-
 
46609
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (glib-2.0 >= $GLIB_REQS gtk+-2.0 >= $GTK_REQS libgnomeui-2.0 >= $GNOMEUI_REQS gio-2.0 libgnome-2.0 >= $LIBGNOME_REQS gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES) were not met:
 
46610
-
 
46611
-$EXTRA_GNOME_PKG_ERRORS
 
46612
-
 
46613
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
46614
-installed software in a non-standard prefix.
 
46615
-
 
46616
-Alternatively, you may set the environment variables EXTRA_GNOME_CFLAGS
 
46617
-and EXTRA_GNOME_LIBS to avoid the need to call pkg-config.
 
46618
-See the pkg-config man page for more details.
 
46619
-" >&5
 
46620
-$as_echo "$as_me: error: Package requirements (glib-2.0 >= $GLIB_REQS gtk+-2.0 >= $GTK_REQS libgnomeui-2.0 >= $GNOMEUI_REQS gio-2.0 libgnome-2.0 >= $LIBGNOME_REQS gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES) were not met:
 
46621
-
 
46622
-$EXTRA_GNOME_PKG_ERRORS
 
46623
-
 
46624
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
46625
-installed software in a non-standard prefix.
 
46626
+       echo "$GMYTH_PKG_ERRORS" >&5
 
46627
 
 
46628
-Alternatively, you may set the environment variables EXTRA_GNOME_CFLAGS
 
46629
-and EXTRA_GNOME_LIBS to avoid the need to call pkg-config.
 
46630
-See the pkg-config man page for more details.
 
46631
-" >&2;}
 
46632
-   { (exit 1); exit 1; }; }
 
46633
+       { echo "$as_me:$LINENO: result: no" >&5
 
46634
+echo "${ECHO_T}no" >&6; }
 
46635
+                HAVE_GMYTH=no
 
46636
 elif test $pkg_failed = untried; then
 
46637
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
46638
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
46639
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
46640
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
46641
-path to pkg-config.
 
46642
-
 
46643
-Alternatively, you may set the environment variables EXTRA_GNOME_CFLAGS
 
46644
-and EXTRA_GNOME_LIBS to avoid the need to call pkg-config.
 
46645
-See the pkg-config man page for more details.
 
46646
-
 
46647
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
46648
-See \`config.log' for more details." >&5
 
46649
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
46650
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
46651
-path to pkg-config.
 
46652
-
 
46653
-Alternatively, you may set the environment variables EXTRA_GNOME_CFLAGS
 
46654
-and EXTRA_GNOME_LIBS to avoid the need to call pkg-config.
 
46655
-See the pkg-config man page for more details.
 
46656
-
 
46657
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
46658
-See \`config.log' for more details." >&2;}
 
46659
-   { (exit 1); exit 1; }; }; }
 
46660
+       HAVE_GMYTH=no
 
46661
 else
 
46662
-       EXTRA_GNOME_CFLAGS=$pkg_cv_EXTRA_GNOME_CFLAGS
 
46663
-       EXTRA_GNOME_LIBS=$pkg_cv_EXTRA_GNOME_LIBS
 
46664
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
46665
-$as_echo "yes" >&6; }
 
46666
-       :
 
46667
+       GMYTH_CFLAGS=$pkg_cv_GMYTH_CFLAGS
 
46668
+       GMYTH_LIBS=$pkg_cv_GMYTH_LIBS
 
46669
+        { echo "$as_me:$LINENO: result: yes" >&5
 
46670
+echo "${ECHO_T}yes" >&6; }
 
46671
+       HAVE_GMYTH=yes
 
46672
 fi
 
46673
-       HAVE_GNOME=yes
 
46674
-else
 
46675
-# FIXME: use gmodule-no-export instead!
 
46676
+                       if test "${HAVE_GMYTH}" != "yes"; then
 
46677
+                               plugin_error_or_ignore "you need GMyth >= 0.7 installed for the MythTV plugin"
 
46678
+                               add_plugin="0"
 
46679
+                       fi
 
46680
+               ;;
 
46681
+               bbc)
 
46682
+                       if test x$HAVE_GSTREAMER = xno ; then
 
46683
+                               plugin_error_or_ignore "The BBC plugin currently works only with the GStreamer backend"
 
46684
+                               add_plugin="0"
 
46685
+                       fi
 
46686
+                       # pygobject >= 2.15.3 for gio support
 
46687
+                       # pygtk >= 2.13.0 for gtk_tree_view_get_tooltip_context support
 
46688
 
 
46689
 pkg_failed=no
 
46690
-{ $as_echo "$as_me:$LINENO: checking for EXTRA_GNOME" >&5
 
46691
-$as_echo_n "checking for EXTRA_GNOME... " >&6; }
 
46692
+{ echo "$as_me:$LINENO: checking for BBC" >&5
 
46693
+echo $ECHO_N "checking for BBC... $ECHO_C" >&6; }
 
46694
 
 
46695
-if test -n "$EXTRA_GNOME_CFLAGS"; then
 
46696
-    pkg_cv_EXTRA_GNOME_CFLAGS="$EXTRA_GNOME_CFLAGS"
 
46697
- elif test -n "$PKG_CONFIG"; then
 
46698
-    if test -n "$PKG_CONFIG" && \
 
46699
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQS gtk+-2.0 >= \$GTK_REQS gio-2.0 gnome-icon-theme >= \$GNOMEICON_REQS gmodule-2.0 gconf-2.0 totem-plparser >= \$TOTEM_PLPARSER_REQS \$ISO_CODES\"") >&5
 
46700
-  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQS gtk+-2.0 >= $GTK_REQS gio-2.0 gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 gconf-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES") 2>&5
 
46701
+if test -n "$PKG_CONFIG"; then
 
46702
+    if test -n "$BBC_CFLAGS"; then
 
46703
+        pkg_cv_BBC_CFLAGS="$BBC_CFLAGS"
 
46704
+    else
 
46705
+        if test -n "$PKG_CONFIG" && \
 
46706
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" pygobject-2.0 >= 2.15.3 gst-python-0.10 >= 0.10.11 pygtk-2.0 >= 2.13.0 \"") >&5
 
46707
+  ($PKG_CONFIG --exists --print-errors " pygobject-2.0 >= 2.15.3 gst-python-0.10 >= 0.10.11 pygtk-2.0 >= 2.13.0 ") 2>&5
 
46708
   ac_status=$?
 
46709
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46710
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46711
   (exit $ac_status); }; then
 
46712
-  pkg_cv_EXTRA_GNOME_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= $GLIB_REQS gtk+-2.0 >= $GTK_REQS gio-2.0 gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 gconf-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES" 2>/dev/null`
 
46713
+  pkg_cv_BBC_CFLAGS=`$PKG_CONFIG --cflags " pygobject-2.0 >= 2.15.3 gst-python-0.10 >= 0.10.11 pygtk-2.0 >= 2.13.0 " 2>/dev/null`
 
46714
 else
 
46715
   pkg_failed=yes
 
46716
 fi
 
46717
- else
 
46718
-    pkg_failed=untried
 
46719
+    fi
 
46720
+else
 
46721
+       pkg_failed=untried
 
46722
 fi
 
46723
-if test -n "$EXTRA_GNOME_LIBS"; then
 
46724
-    pkg_cv_EXTRA_GNOME_LIBS="$EXTRA_GNOME_LIBS"
 
46725
- elif test -n "$PKG_CONFIG"; then
 
46726
-    if test -n "$PKG_CONFIG" && \
 
46727
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQS gtk+-2.0 >= \$GTK_REQS gio-2.0 gnome-icon-theme >= \$GNOMEICON_REQS gmodule-2.0 gconf-2.0 totem-plparser >= \$TOTEM_PLPARSER_REQS \$ISO_CODES\"") >&5
 
46728
-  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQS gtk+-2.0 >= $GTK_REQS gio-2.0 gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 gconf-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES") 2>&5
 
46729
+if test -n "$PKG_CONFIG"; then
 
46730
+    if test -n "$BBC_LIBS"; then
 
46731
+        pkg_cv_BBC_LIBS="$BBC_LIBS"
 
46732
+    else
 
46733
+        if test -n "$PKG_CONFIG" && \
 
46734
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" pygobject-2.0 >= 2.15.3 gst-python-0.10 >= 0.10.11 pygtk-2.0 >= 2.13.0 \"") >&5
 
46735
+  ($PKG_CONFIG --exists --print-errors " pygobject-2.0 >= 2.15.3 gst-python-0.10 >= 0.10.11 pygtk-2.0 >= 2.13.0 ") 2>&5
 
46736
   ac_status=$?
 
46737
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46738
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46739
   (exit $ac_status); }; then
 
46740
-  pkg_cv_EXTRA_GNOME_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= $GLIB_REQS gtk+-2.0 >= $GTK_REQS gio-2.0 gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 gconf-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES" 2>/dev/null`
 
46741
+  pkg_cv_BBC_LIBS=`$PKG_CONFIG --libs " pygobject-2.0 >= 2.15.3 gst-python-0.10 >= 0.10.11 pygtk-2.0 >= 2.13.0 " 2>/dev/null`
 
46742
 else
 
46743
   pkg_failed=yes
 
46744
 fi
 
46745
- else
 
46746
-    pkg_failed=untried
 
46747
+    fi
 
46748
+else
 
46749
+       pkg_failed=untried
 
46750
 fi
 
46751
 
 
46752
 
 
46753
@@ -23748,116 +22101,86 @@
 
46754
         _pkg_short_errors_supported=no
 
46755
 fi
 
46756
         if test $_pkg_short_errors_supported = yes; then
 
46757
-               EXTRA_GNOME_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= $GLIB_REQS gtk+-2.0 >= $GTK_REQS gio-2.0 gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 gconf-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES" 2>&1`
 
46758
+               BBC_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors " pygobject-2.0 >= 2.15.3 gst-python-0.10 >= 0.10.11 pygtk-2.0 >= 2.13.0 "`
 
46759
         else
 
46760
-               EXTRA_GNOME_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= $GLIB_REQS gtk+-2.0 >= $GTK_REQS gio-2.0 gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 gconf-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES" 2>&1`
 
46761
+               BBC_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors " pygobject-2.0 >= 2.15.3 gst-python-0.10 >= 0.10.11 pygtk-2.0 >= 2.13.0 "`
 
46762
         fi
 
46763
        # Put the nasty error message in config.log where it belongs
 
46764
-       echo "$EXTRA_GNOME_PKG_ERRORS" >&5
 
46765
-
 
46766
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (glib-2.0 >= $GLIB_REQS gtk+-2.0 >= $GTK_REQS gio-2.0 gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 gconf-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES) were not met:
 
46767
+       echo "$BBC_PKG_ERRORS" >&5
 
46768
 
 
46769
-$EXTRA_GNOME_PKG_ERRORS
 
46770
-
 
46771
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
46772
-installed software in a non-standard prefix.
 
46773
-
 
46774
-Alternatively, you may set the environment variables EXTRA_GNOME_CFLAGS
 
46775
-and EXTRA_GNOME_LIBS to avoid the need to call pkg-config.
 
46776
-See the pkg-config man page for more details.
 
46777
-" >&5
 
46778
-$as_echo "$as_me: error: Package requirements (glib-2.0 >= $GLIB_REQS gtk+-2.0 >= $GTK_REQS gio-2.0 gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 gconf-2.0 totem-plparser >= $TOTEM_PLPARSER_REQS $ISO_CODES) were not met:
 
46779
-
 
46780
-$EXTRA_GNOME_PKG_ERRORS
 
46781
-
 
46782
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
46783
-installed software in a non-standard prefix.
 
46784
-
 
46785
-Alternatively, you may set the environment variables EXTRA_GNOME_CFLAGS
 
46786
-and EXTRA_GNOME_LIBS to avoid the need to call pkg-config.
 
46787
-See the pkg-config man page for more details.
 
46788
-" >&2;}
 
46789
-   { (exit 1); exit 1; }; }
 
46790
+       { echo "$as_me:$LINENO: result: no" >&5
 
46791
+echo "${ECHO_T}no" >&6; }
 
46792
+                 HAVE_BBCSTUFF=no
 
46793
 elif test $pkg_failed = untried; then
 
46794
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
46795
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
46796
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
46797
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
46798
-path to pkg-config.
 
46799
-
 
46800
-Alternatively, you may set the environment variables EXTRA_GNOME_CFLAGS
 
46801
-and EXTRA_GNOME_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." >&5
 
46806
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
46807
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
46808
-path to pkg-config.
 
46809
-
 
46810
-Alternatively, you may set the environment variables EXTRA_GNOME_CFLAGS
 
46811
-and EXTRA_GNOME_LIBS to avoid the need to call pkg-config.
 
46812
-See the pkg-config man page for more details.
 
46813
-
 
46814
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
46815
-See \`config.log' for more details." >&2;}
 
46816
-   { (exit 1); exit 1; }; }; }
 
46817
+        HAVE_BBCSTUFF=no
 
46818
 else
 
46819
-       EXTRA_GNOME_CFLAGS=$pkg_cv_EXTRA_GNOME_CFLAGS
 
46820
-       EXTRA_GNOME_LIBS=$pkg_cv_EXTRA_GNOME_LIBS
 
46821
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
46822
-$as_echo "yes" >&6; }
 
46823
-       :
 
46824
-fi
 
46825
-
 
46826
-cat >>confdefs.h <<\_ACEOF
 
46827
-#define USE_STABLE_LIBGNOMEUI 1
 
46828
-_ACEOF
 
46829
-
 
46830
-
 
46831
-cat >>confdefs.h <<\_ACEOF
 
46832
-#define HAVE_GTK_ONLY 1
 
46833
-_ACEOF
 
46834
-
 
46835
-       HAVE_GNOME=no
 
46836
+       BBC_CFLAGS=$pkg_cv_BBC_CFLAGS
 
46837
+       BBC_LIBS=$pkg_cv_BBC_LIBS
 
46838
+        { echo "$as_me:$LINENO: result: yes" >&5
 
46839
+echo "${ECHO_T}yes" >&6; }
 
46840
+        HAVE_BBCSTUFF=yes
 
46841
 fi
 
46842
-
 
46843
+                       if test "x$HAVE_BBCSTUFF" != "xyes"; then
 
46844
+                               plugin_error_or_ignore "you need pygobject-2.0 >= 2.15.3 and gst-python-0.10 >= 0.10.11 and pygtk-2.0 >= 2.13.0 installed for the BBC plugin"
 
46845
+                               add_plugin="0"
 
46846
+                       fi
 
46847
+                       # only require python apt and gdbm where we would actually be using it, ie. on ubuntu
 
46848
+                       bbc_py_pkg_reqs=''
 
46849
+                       if test -f /etc/debian_version ; then
 
46850
+                               bbc_distro_id=`lsb_release -s -i 2>/dev/null`
 
46851
+                               if test x$bbc_distro_id = xUbuntu; then
 
46852
+                                       bbc_py_pkg_reqs="apt gdbm"
 
46853
+                               fi
 
46854
+                       fi
 
46855
+                       for pymodule in rdflib.Graph xdg $bbc_py_pkg_reqs
 
46856
+                       do
 
46857
+                               if ! $PYTHON -c "import $pymodule" 2>/dev/null >/dev/null; then
 
46858
+                                       plugin_error_or_ignore "you need the python $pymodule module installed for the BBC plugin"
 
46859
+                                       add_plugin="0"
 
46860
+                               fi
 
46861
+                       done
 
46862
+               ;;
 
46863
+               bemused)
 
46864
 
 
46865
 pkg_failed=no
 
46866
-{ $as_echo "$as_me:$LINENO: checking for MM" >&5
 
46867
-$as_echo_n "checking for MM... " >&6; }
 
46868
+{ echo "$as_me:$LINENO: checking for BEMUSED" >&5
 
46869
+echo $ECHO_N "checking for BEMUSED... $ECHO_C" >&6; }
 
46870
 
 
46871
-if test -n "$MM_CFLAGS"; then
 
46872
-    pkg_cv_MM_CFLAGS="$MM_CFLAGS"
 
46873
- elif test -n "$PKG_CONFIG"; then
 
46874
-    if test -n "$PKG_CONFIG" && \
 
46875
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$MM\"") >&5
 
46876
-  ($PKG_CONFIG --exists --print-errors "$MM") 2>&5
 
46877
+if test -n "$PKG_CONFIG"; then
 
46878
+    if test -n "$BEMUSED_CFLAGS"; then
 
46879
+        pkg_cv_BEMUSED_CFLAGS="$BEMUSED_CFLAGS"
 
46880
+    else
 
46881
+        if test -n "$PKG_CONFIG" && \
 
46882
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"bluez\"") >&5
 
46883
+  ($PKG_CONFIG --exists --print-errors "bluez") 2>&5
 
46884
   ac_status=$?
 
46885
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46886
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46887
   (exit $ac_status); }; then
 
46888
-  pkg_cv_MM_CFLAGS=`$PKG_CONFIG --cflags "$MM" 2>/dev/null`
 
46889
+  pkg_cv_BEMUSED_CFLAGS=`$PKG_CONFIG --cflags "bluez" 2>/dev/null`
 
46890
 else
 
46891
   pkg_failed=yes
 
46892
 fi
 
46893
- else
 
46894
-    pkg_failed=untried
 
46895
+    fi
 
46896
+else
 
46897
+       pkg_failed=untried
 
46898
 fi
 
46899
-if test -n "$MM_LIBS"; then
 
46900
-    pkg_cv_MM_LIBS="$MM_LIBS"
 
46901
- elif test -n "$PKG_CONFIG"; then
 
46902
-    if test -n "$PKG_CONFIG" && \
 
46903
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\$MM\"") >&5
 
46904
-  ($PKG_CONFIG --exists --print-errors "$MM") 2>&5
 
46905
+if test -n "$PKG_CONFIG"; then
 
46906
+    if test -n "$BEMUSED_LIBS"; then
 
46907
+        pkg_cv_BEMUSED_LIBS="$BEMUSED_LIBS"
 
46908
+    else
 
46909
+        if test -n "$PKG_CONFIG" && \
 
46910
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"bluez\"") >&5
 
46911
+  ($PKG_CONFIG --exists --print-errors "bluez") 2>&5
 
46912
   ac_status=$?
 
46913
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46914
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
46915
   (exit $ac_status); }; then
 
46916
-  pkg_cv_MM_LIBS=`$PKG_CONFIG --libs "$MM" 2>/dev/null`
 
46917
+  pkg_cv_BEMUSED_LIBS=`$PKG_CONFIG --libs "bluez" 2>/dev/null`
 
46918
 else
 
46919
   pkg_failed=yes
 
46920
 fi
 
46921
- else
 
46922
-    pkg_failed=untried
 
46923
+    fi
 
46924
+else
 
46925
+       pkg_failed=untried
 
46926
 fi
 
46927
 
 
46928
 
 
46929
@@ -23870,117 +22193,148 @@
 
46930
         _pkg_short_errors_supported=no
 
46931
 fi
 
46932
         if test $_pkg_short_errors_supported = yes; then
 
46933
-               MM_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$MM" 2>&1`
 
46934
+               BEMUSED_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "bluez"`
 
46935
         else
 
46936
-               MM_PKG_ERRORS=`$PKG_CONFIG --print-errors "$MM" 2>&1`
 
46937
+               BEMUSED_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "bluez"`
 
46938
         fi
 
46939
        # Put the nasty error message in config.log where it belongs
 
46940
-       echo "$MM_PKG_ERRORS" >&5
 
46941
-
 
46942
-       { { $as_echo "$as_me:$LINENO: error: Package requirements ($MM) were not met:
 
46943
-
 
46944
-$MM_PKG_ERRORS
 
46945
-
 
46946
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
46947
-installed software in a non-standard prefix.
 
46948
-
 
46949
-Alternatively, you may set the environment variables MM_CFLAGS
 
46950
-and MM_LIBS to avoid the need to call pkg-config.
 
46951
-See the pkg-config man page for more details.
 
46952
-" >&5
 
46953
-$as_echo "$as_me: error: Package requirements ($MM) were not met:
 
46954
-
 
46955
-$MM_PKG_ERRORS
 
46956
-
 
46957
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
46958
-installed software in a non-standard prefix.
 
46959
+       echo "$BEMUSED_PKG_ERRORS" >&5
 
46960
 
 
46961
-Alternatively, you may set the environment variables MM_CFLAGS
 
46962
-and MM_LIBS to avoid the need to call pkg-config.
 
46963
-See the pkg-config man page for more details.
 
46964
-" >&2;}
 
46965
-   { (exit 1); exit 1; }; }
 
46966
+       { echo "$as_me:$LINENO: result: no" >&5
 
46967
+echo "${ECHO_T}no" >&6; }
 
46968
+                HAVE_BLUEZ=no
 
46969
 elif test $pkg_failed = untried; then
 
46970
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
46971
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
46972
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
46973
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
46974
-path to pkg-config.
 
46975
-
 
46976
-Alternatively, you may set the environment variables MM_CFLAGS
 
46977
-and MM_LIBS to avoid the need to call pkg-config.
 
46978
-See the pkg-config man page for more details.
 
46979
-
 
46980
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
46981
-See \`config.log' for more details." >&5
 
46982
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
46983
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
46984
-path to pkg-config.
 
46985
+       HAVE_BLUEZ=no
 
46986
+else
 
46987
+       BEMUSED_CFLAGS=$pkg_cv_BEMUSED_CFLAGS
 
46988
+       BEMUSED_LIBS=$pkg_cv_BEMUSED_LIBS
 
46989
+        { echo "$as_me:$LINENO: result: yes" >&5
 
46990
+echo "${ECHO_T}yes" >&6; }
 
46991
+       HAVE_BLUEZ=yes
 
46992
+fi
 
46993
+                       if test "${HAVE_BLUEZ}" != "yes" ; then
 
46994
+                               plugin_error_or_ignore "you need the bluez libraries installed for the Bemused plugin"
 
46995
+                               add_plugin="0"
 
46996
+                       fi
 
46997
+               ;;
 
46998
+               publish)
 
46999
 
 
47000
-Alternatively, you may set the environment variables MM_CFLAGS
 
47001
-and MM_LIBS to avoid the need to call pkg-config.
 
47002
-See the pkg-config man page for more details.
 
47003
+pkg_failed=no
 
47004
+{ echo "$as_me:$LINENO: checking for LIBEPC" >&5
 
47005
+echo $ECHO_N "checking for LIBEPC... $ECHO_C" >&6; }
 
47006
 
 
47007
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
47008
-See \`config.log' for more details." >&2;}
 
47009
-   { (exit 1); exit 1; }; }; }
 
47010
+if test -n "$PKG_CONFIG"; then
 
47011
+    if test -n "$LIBEPC_CFLAGS"; then
 
47012
+        pkg_cv_LIBEPC_CFLAGS="$LIBEPC_CFLAGS"
 
47013
+    else
 
47014
+        if test -n "$PKG_CONFIG" && \
 
47015
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libepc-ui-1.0 >= 0.3.0\"") >&5
 
47016
+  ($PKG_CONFIG --exists --print-errors "libepc-ui-1.0 >= 0.3.0") 2>&5
 
47017
+  ac_status=$?
 
47018
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47019
+  (exit $ac_status); }; then
 
47020
+  pkg_cv_LIBEPC_CFLAGS=`$PKG_CONFIG --cflags "libepc-ui-1.0 >= 0.3.0" 2>/dev/null`
 
47021
 else
 
47022
-       MM_CFLAGS=$pkg_cv_MM_CFLAGS
 
47023
-       MM_LIBS=$pkg_cv_MM_LIBS
 
47024
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
47025
-$as_echo "yes" >&6; }
 
47026
-       :
 
47027
+  pkg_failed=yes
 
47028
 fi
 
47029
-
 
47030
- if test x$HAVE_GNOME = "xyes"; then
 
47031
-  HAVE_GNOME_TRUE=
 
47032
-  HAVE_GNOME_FALSE='#'
 
47033
+    fi
 
47034
 else
 
47035
-  HAVE_GNOME_TRUE='#'
 
47036
-  HAVE_GNOME_FALSE=
 
47037
+       pkg_failed=untried
 
47038
+fi
 
47039
+if test -n "$PKG_CONFIG"; then
 
47040
+    if test -n "$LIBEPC_LIBS"; then
 
47041
+        pkg_cv_LIBEPC_LIBS="$LIBEPC_LIBS"
 
47042
+    else
 
47043
+        if test -n "$PKG_CONFIG" && \
 
47044
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libepc-ui-1.0 >= 0.3.0\"") >&5
 
47045
+  ($PKG_CONFIG --exists --print-errors "libepc-ui-1.0 >= 0.3.0") 2>&5
 
47046
+  ac_status=$?
 
47047
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47048
+  (exit $ac_status); }; then
 
47049
+  pkg_cv_LIBEPC_LIBS=`$PKG_CONFIG --libs "libepc-ui-1.0 >= 0.3.0" 2>/dev/null`
 
47050
+else
 
47051
+  pkg_failed=yes
 
47052
+fi
 
47053
+    fi
 
47054
+else
 
47055
+       pkg_failed=untried
 
47056
 fi
 
47057
 
 
47058
-EXTRA_GNOME_CFLAGS="$EXTRA_GNOME_CFLAGS"
 
47059
-EXTRA_GNOME_LIBS="$EXTRA_GNOME_LIBS $EXTRA_BACKEND_LIBS"
 
47060
 
 
47061
 
 
47062
+if test $pkg_failed = yes; then
 
47063
+
 
47064
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
47065
+        _pkg_short_errors_supported=yes
 
47066
+else
 
47067
+        _pkg_short_errors_supported=no
 
47068
+fi
 
47069
+        if test $_pkg_short_errors_supported = yes; then
 
47070
+               LIBEPC_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libepc-ui-1.0 >= 0.3.0"`
 
47071
+        else
 
47072
+               LIBEPC_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libepc-ui-1.0 >= 0.3.0"`
 
47073
+        fi
 
47074
+       # Put the nasty error message in config.log where it belongs
 
47075
+       echo "$LIBEPC_PKG_ERRORS" >&5
 
47076
 
 
47077
+       { echo "$as_me:$LINENO: result: no" >&5
 
47078
+echo "${ECHO_T}no" >&6; }
 
47079
+                HAVE_LIBEPC=no
 
47080
+elif test $pkg_failed = untried; then
 
47081
+       HAVE_LIBEPC=no
 
47082
+else
 
47083
+       LIBEPC_CFLAGS=$pkg_cv_LIBEPC_CFLAGS
 
47084
+       LIBEPC_LIBS=$pkg_cv_LIBEPC_LIBS
 
47085
+        { echo "$as_me:$LINENO: result: yes" >&5
 
47086
+echo "${ECHO_T}yes" >&6; }
 
47087
+       HAVE_LIBEPC=yes
 
47088
+fi
 
47089
+                       if test "${HAVE_LIBEPC}" != "yes" ; then
 
47090
+                               plugin_error_or_ignore "you need the easy-publish-and-consume library installed for the publish plugin"
 
47091
+                               add_plugin="0"
 
47092
+                       fi
 
47093
+               ;;
 
47094
+               tracker)
 
47095
 
 
47096
 pkg_failed=no
 
47097
-{ $as_echo "$as_me:$LINENO: checking for GTK" >&5
 
47098
-$as_echo_n "checking for GTK... " >&6; }
 
47099
+{ echo "$as_me:$LINENO: checking for TRACKER" >&5
 
47100
+echo $ECHO_N "checking for TRACKER... $ECHO_C" >&6; }
 
47101
 
 
47102
-if test -n "$GTK_CFLAGS"; then
 
47103
-    pkg_cv_GTK_CFLAGS="$GTK_CFLAGS"
 
47104
- elif test -n "$PKG_CONFIG"; then
 
47105
-    if test -n "$PKG_CONFIG" && \
 
47106
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 gthread-2.0\"") >&5
 
47107
-  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 gthread-2.0") 2>&5
 
47108
+if test -n "$PKG_CONFIG"; then
 
47109
+    if test -n "$TRACKER_CFLAGS"; then
 
47110
+        pkg_cv_TRACKER_CFLAGS="$TRACKER_CFLAGS"
 
47111
+    else
 
47112
+        if test -n "$PKG_CONFIG" && \
 
47113
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"tracker\"") >&5
 
47114
+  ($PKG_CONFIG --exists --print-errors "tracker") 2>&5
 
47115
   ac_status=$?
 
47116
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47117
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47118
   (exit $ac_status); }; then
 
47119
-  pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 gthread-2.0" 2>/dev/null`
 
47120
+  pkg_cv_TRACKER_CFLAGS=`$PKG_CONFIG --cflags "tracker" 2>/dev/null`
 
47121
 else
 
47122
   pkg_failed=yes
 
47123
 fi
 
47124
- else
 
47125
-    pkg_failed=untried
 
47126
+    fi
 
47127
+else
 
47128
+       pkg_failed=untried
 
47129
 fi
 
47130
-if test -n "$GTK_LIBS"; then
 
47131
-    pkg_cv_GTK_LIBS="$GTK_LIBS"
 
47132
- elif test -n "$PKG_CONFIG"; then
 
47133
-    if test -n "$PKG_CONFIG" && \
 
47134
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 gthread-2.0\"") >&5
 
47135
-  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 gthread-2.0") 2>&5
 
47136
+if test -n "$PKG_CONFIG"; then
 
47137
+    if test -n "$TRACKER_LIBS"; then
 
47138
+        pkg_cv_TRACKER_LIBS="$TRACKER_LIBS"
 
47139
+    else
 
47140
+        if test -n "$PKG_CONFIG" && \
 
47141
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"tracker\"") >&5
 
47142
+  ($PKG_CONFIG --exists --print-errors "tracker") 2>&5
 
47143
   ac_status=$?
 
47144
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47145
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47146
   (exit $ac_status); }; then
 
47147
-  pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 gthread-2.0" 2>/dev/null`
 
47148
+  pkg_cv_TRACKER_LIBS=`$PKG_CONFIG --libs "tracker" 2>/dev/null`
 
47149
 else
 
47150
   pkg_failed=yes
 
47151
 fi
 
47152
- else
 
47153
-    pkg_failed=untried
 
47154
+    fi
 
47155
+else
 
47156
+       pkg_failed=untried
 
47157
 fi
 
47158
 
 
47159
 
 
47160
@@ -23993,444 +22347,211 @@
 
47161
         _pkg_short_errors_supported=no
 
47162
 fi
 
47163
         if test $_pkg_short_errors_supported = yes; then
 
47164
-               GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-2.0 gthread-2.0" 2>&1`
 
47165
+               TRACKER_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "tracker"`
 
47166
         else
 
47167
-               GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-2.0 gthread-2.0" 2>&1`
 
47168
+               TRACKER_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "tracker"`
 
47169
         fi
 
47170
        # Put the nasty error message in config.log where it belongs
 
47171
-       echo "$GTK_PKG_ERRORS" >&5
 
47172
-
 
47173
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (gtk+-2.0 gthread-2.0) were not met:
 
47174
-
 
47175
-$GTK_PKG_ERRORS
 
47176
-
 
47177
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
47178
-installed software in a non-standard prefix.
 
47179
-
 
47180
-Alternatively, you may set the environment variables GTK_CFLAGS
 
47181
-and GTK_LIBS to avoid the need to call pkg-config.
 
47182
-See the pkg-config man page for more details.
 
47183
-" >&5
 
47184
-$as_echo "$as_me: error: Package requirements (gtk+-2.0 gthread-2.0) were not met:
 
47185
-
 
47186
-$GTK_PKG_ERRORS
 
47187
-
 
47188
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
47189
-installed software in a non-standard prefix.
 
47190
+       echo "$TRACKER_PKG_ERRORS" >&5
 
47191
 
 
47192
-Alternatively, you may set the environment variables GTK_CFLAGS
 
47193
-and GTK_LIBS to avoid the need to call pkg-config.
 
47194
-See the pkg-config man page for more details.
 
47195
-" >&2;}
 
47196
-   { (exit 1); exit 1; }; }
 
47197
+       { echo "$as_me:$LINENO: result: no" >&5
 
47198
+echo "${ECHO_T}no" >&6; }
 
47199
+                HAVE_TRACKER=no
 
47200
 elif test $pkg_failed = untried; then
 
47201
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
47202
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
47203
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
47204
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
47205
-path to pkg-config.
 
47206
-
 
47207
-Alternatively, you may set the environment variables GTK_CFLAGS
 
47208
-and GTK_LIBS to avoid the need to call pkg-config.
 
47209
-See the pkg-config man page for more details.
 
47210
-
 
47211
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
47212
-See \`config.log' for more details." >&5
 
47213
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
47214
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
47215
-path to pkg-config.
 
47216
-
 
47217
-Alternatively, you may set the environment variables GTK_CFLAGS
 
47218
-and GTK_LIBS to avoid the need to call pkg-config.
 
47219
-See the pkg-config man page for more details.
 
47220
-
 
47221
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
47222
-See \`config.log' for more details." >&2;}
 
47223
-   { (exit 1); exit 1; }; }; }
 
47224
-else
 
47225
-       GTK_CFLAGS=$pkg_cv_GTK_CFLAGS
 
47226
-       GTK_LIBS=$pkg_cv_GTK_LIBS
 
47227
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
47228
-$as_echo "yes" >&6; }
 
47229
-       :
 
47230
-fi
 
47231
-
 
47232
-GTK_LIBS="$GTK_LIBS $EXTRA_BACKEND_LIBS"
 
47233
-
 
47234
-
 
47235
-have_x11=no
 
47236
-if test x$(pkg-config --variable=target gtk+-2.0) = xx11; then
 
47237
-       { $as_echo "$as_me:$LINENO: checking for X" >&5
 
47238
-$as_echo_n "checking for X... " >&6; }
 
47239
-
 
47240
-
 
47241
-# Check whether --with-x was given.
 
47242
-if test "${with_x+set}" = set; then
 
47243
-  withval=$with_x;
 
47244
-fi
 
47245
-
 
47246
-# $have_x is `yes', `no', `disabled', or empty when we do not yet know.
 
47247
-if test "x$with_x" = xno; then
 
47248
-  # The user explicitly disabled X.
 
47249
-  have_x=disabled
 
47250
-else
 
47251
-  case $x_includes,$x_libraries in #(
 
47252
-    *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
 
47253
-$as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
 
47254
-   { (exit 1); exit 1; }; };; #(
 
47255
-    *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
 
47256
-  $as_echo_n "(cached) " >&6
 
47257
-else
 
47258
-  # One or both of the vars are not set, and there is no cached value.
 
47259
-ac_x_includes=no ac_x_libraries=no
 
47260
-rm -f -r conftest.dir
 
47261
-if mkdir conftest.dir; then
 
47262
-  cd conftest.dir
 
47263
-  cat >Imakefile <<'_ACEOF'
 
47264
-incroot:
 
47265
-       @echo incroot='${INCROOT}'
 
47266
-usrlibdir:
 
47267
-       @echo usrlibdir='${USRLIBDIR}'
 
47268
-libdir:
 
47269
-       @echo libdir='${LIBDIR}'
 
47270
-_ACEOF
 
47271
-  if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
 
47272
-    # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
 
47273
-    for ac_var in incroot usrlibdir libdir; do
 
47274
-      eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
 
47275
-    done
 
47276
-    # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
 
47277
-    for ac_extension in a so sl dylib la dll; do
 
47278
-      if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
 
47279
-        test -f "$ac_im_libdir/libX11.$ac_extension"; then
 
47280
-       ac_im_usrlibdir=$ac_im_libdir; break
 
47281
-      fi
 
47282
-    done
 
47283
-    # Screen out bogus values from the imake configuration.  They are
 
47284
-    # bogus both because they are the default anyway, and because
 
47285
-    # using them would break gcc on systems where it needs fixed includes.
 
47286
-    case $ac_im_incroot in
 
47287
-       /usr/include) ac_x_includes= ;;
 
47288
-       *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
 
47289
-    esac
 
47290
-    case $ac_im_usrlibdir in
 
47291
-       /usr/lib | /usr/lib64 | /lib | /lib64) ;;
 
47292
-       *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
 
47293
-    esac
 
47294
-  fi
 
47295
-  cd ..
 
47296
-  rm -f -r conftest.dir
 
47297
-fi
 
47298
-
 
47299
-# Standard set of common directories for X headers.
 
47300
-# Check X11 before X11Rn because it is often a symlink to the current release.
 
47301
-ac_x_header_dirs='
 
47302
-/usr/X11/include
 
47303
-/usr/X11R6/include
 
47304
-/usr/X11R5/include
 
47305
-/usr/X11R4/include
 
47306
-
 
47307
-/usr/include/X11
 
47308
-/usr/include/X11R6
 
47309
-/usr/include/X11R5
 
47310
-/usr/include/X11R4
 
47311
-
 
47312
-/usr/local/X11/include
 
47313
-/usr/local/X11R6/include
 
47314
-/usr/local/X11R5/include
 
47315
-/usr/local/X11R4/include
 
47316
-
 
47317
-/usr/local/include/X11
 
47318
-/usr/local/include/X11R6
 
47319
-/usr/local/include/X11R5
 
47320
-/usr/local/include/X11R4
 
47321
-
 
47322
-/usr/X386/include
 
47323
-/usr/x386/include
 
47324
-/usr/XFree86/include/X11
 
47325
-
 
47326
-/usr/include
 
47327
-/usr/local/include
 
47328
-/usr/unsupported/include
 
47329
-/usr/athena/include
 
47330
-/usr/local/x11r5/include
 
47331
-/usr/lpp/Xamples/include
 
47332
-
 
47333
-/usr/openwin/include
 
47334
-/usr/openwin/share/include'
 
47335
-
 
47336
-if test "$ac_x_includes" = no; then
 
47337
-  # Guess where to find include files, by looking for Xlib.h.
 
47338
-  # First, try using that file with no special directory specified.
 
47339
-  cat >conftest.$ac_ext <<_ACEOF
 
47340
-/* confdefs.h.  */
 
47341
-_ACEOF
 
47342
-cat confdefs.h >>conftest.$ac_ext
 
47343
-cat >>conftest.$ac_ext <<_ACEOF
 
47344
-/* end confdefs.h.  */
 
47345
-#include <X11/Xlib.h>
 
47346
-_ACEOF
 
47347
-if { (ac_try="$ac_cpp conftest.$ac_ext"
 
47348
-case "(($ac_try" in
 
47349
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
47350
-  *) ac_try_echo=$ac_try;;
 
47351
-esac
 
47352
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
47353
-$as_echo "$ac_try_echo") >&5
 
47354
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
47355
-  ac_status=$?
 
47356
-  grep -v '^ *+' conftest.er1 >conftest.err
 
47357
-  rm -f conftest.er1
 
47358
-  cat conftest.err >&5
 
47359
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47360
-  (exit $ac_status); } >/dev/null && {
 
47361
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
47362
-        test ! -s conftest.err
 
47363
-       }; then
 
47364
-  # We can compile using X headers with no special include directory.
 
47365
-ac_x_includes=
 
47366
+       HAVE_TRACKER=no
 
47367
 else
 
47368
-  $as_echo "$as_me: failed program was:" >&5
 
47369
-sed 's/^/| /' conftest.$ac_ext >&5
 
47370
-
 
47371
-  for ac_dir in $ac_x_header_dirs; do
 
47372
-  if test -r "$ac_dir/X11/Xlib.h"; then
 
47373
-    ac_x_includes=$ac_dir
 
47374
-    break
 
47375
-  fi
 
47376
-done
 
47377
+       TRACKER_CFLAGS=$pkg_cv_TRACKER_CFLAGS
 
47378
+       TRACKER_LIBS=$pkg_cv_TRACKER_LIBS
 
47379
+        { echo "$as_me:$LINENO: result: yes" >&5
 
47380
+echo "${ECHO_T}yes" >&6; }
 
47381
+       HAVE_TRACKER=yes
 
47382
 fi
 
47383
+                       if test "${HAVE_TRACKER}" != "yes" ; then
 
47384
+                               plugin_error_or_ignore "you need the tracker development headers installed for the tracker plugin"
 
47385
+                               add_plugin="0"
 
47386
+                       fi
 
47387
+               ;;
 
47388
+               sample-vala)
 
47389
+                       if test "${with_vala}" != "yes" ; then
 
47390
+                               plugin_error_or_ignore "you need vala installed to use the sample-vala plugin"
 
47391
+                               add_plugin="0"
 
47392
+                       fi
 
47393
+               ;;
 
47394
+               thumbnail)
 
47395
 
 
47396
-rm -f conftest.err conftest.$ac_ext
 
47397
-fi # $ac_x_includes = no
 
47398
-
 
47399
-if test "$ac_x_libraries" = no; then
 
47400
-  # Check for the libraries.
 
47401
-  # See if we find them without any special options.
 
47402
-  # Don't add to $LIBS permanently.
 
47403
-  ac_save_LIBS=$LIBS
 
47404
-  LIBS="-lX11 $LIBS"
 
47405
-  cat >conftest.$ac_ext <<_ACEOF
 
47406
-/* confdefs.h.  */
 
47407
-_ACEOF
 
47408
-cat confdefs.h >>conftest.$ac_ext
 
47409
-cat >>conftest.$ac_ext <<_ACEOF
 
47410
-/* end confdefs.h.  */
 
47411
-#include <X11/Xlib.h>
 
47412
-int
 
47413
-main ()
 
47414
-{
 
47415
-XrmInitialize ()
 
47416
-  ;
 
47417
-  return 0;
 
47418
-}
 
47419
-_ACEOF
 
47420
-rm -f conftest.$ac_objext conftest$ac_exeext
 
47421
-if { (ac_try="$ac_link"
 
47422
-case "(($ac_try" in
 
47423
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
47424
-  *) ac_try_echo=$ac_try;;
 
47425
-esac
 
47426
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
47427
-$as_echo "$ac_try_echo") >&5
 
47428
-  (eval "$ac_link") 2>conftest.er1
 
47429
+pkg_failed=no
 
47430
+{ echo "$as_me:$LINENO: checking for GLIB" >&5
 
47431
+echo $ECHO_N "checking for GLIB... $ECHO_C" >&6; }
 
47432
+
 
47433
+if test -n "$PKG_CONFIG"; then
 
47434
+    if test -n "$GLIB_CFLAGS"; then
 
47435
+        pkg_cv_GLIB_CFLAGS="$GLIB_CFLAGS"
 
47436
+    else
 
47437
+        if test -n "$PKG_CONFIG" && \
 
47438
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.15.0\"") >&5
 
47439
+  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.15.0") 2>&5
 
47440
   ac_status=$?
 
47441
-  grep -v '^ *+' conftest.er1 >conftest.err
 
47442
-  rm -f conftest.er1
 
47443
-  cat conftest.err >&5
 
47444
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47445
-  (exit $ac_status); } && {
 
47446
-        test -z "$ac_c_werror_flag" ||
 
47447
-        test ! -s conftest.err
 
47448
-       } && test -s conftest$ac_exeext && {
 
47449
-        test "$cross_compiling" = yes ||
 
47450
-        $as_test_x conftest$ac_exeext
 
47451
-       }; then
 
47452
-  LIBS=$ac_save_LIBS
 
47453
-# We can link X programs with no special library path.
 
47454
-ac_x_libraries=
 
47455
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47456
+  (exit $ac_status); }; then
 
47457
+  pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.15.0" 2>/dev/null`
 
47458
 else
 
47459
-  $as_echo "$as_me: failed program was:" >&5
 
47460
-sed 's/^/| /' conftest.$ac_ext >&5
 
47461
-
 
47462
-       LIBS=$ac_save_LIBS
 
47463
-for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
 
47464
-do
 
47465
-  # Don't even attempt the hair of trying to link an X program!
 
47466
-  for ac_extension in a so sl dylib la dll; do
 
47467
-    if test -r "$ac_dir/libX11.$ac_extension"; then
 
47468
-      ac_x_libraries=$ac_dir
 
47469
-      break 2
 
47470
+  pkg_failed=yes
 
47471
+fi
 
47472
     fi
 
47473
-  done
 
47474
-done
 
47475
+else
 
47476
+       pkg_failed=untried
 
47477
+fi
 
47478
+if test -n "$PKG_CONFIG"; then
 
47479
+    if test -n "$GLIB_LIBS"; then
 
47480
+        pkg_cv_GLIB_LIBS="$GLIB_LIBS"
 
47481
+    else
 
47482
+        if test -n "$PKG_CONFIG" && \
 
47483
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.15.0\"") >&5
 
47484
+  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.15.0") 2>&5
 
47485
+  ac_status=$?
 
47486
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47487
+  (exit $ac_status); }; then
 
47488
+  pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.15.0" 2>/dev/null`
 
47489
+else
 
47490
+  pkg_failed=yes
 
47491
+fi
 
47492
+    fi
 
47493
+else
 
47494
+       pkg_failed=untried
 
47495
 fi
 
47496
 
 
47497
-rm -rf conftest.dSYM
 
47498
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
47499
-      conftest$ac_exeext conftest.$ac_ext
 
47500
-fi # $ac_x_libraries = no
 
47501
 
 
47502
-case $ac_x_includes,$ac_x_libraries in #(
 
47503
-  no,* | *,no | *\'*)
 
47504
-    # Didn't find X, or a directory has "'" in its name.
 
47505
-    ac_cv_have_x="have_x=no";; #(
 
47506
-  *)
 
47507
-    # Record where we found X for the cache.
 
47508
-    ac_cv_have_x="have_x=yes\
 
47509
-       ac_x_includes='$ac_x_includes'\
 
47510
-       ac_x_libraries='$ac_x_libraries'"
 
47511
-esac
 
47512
+
 
47513
+if test $pkg_failed = yes; then
 
47514
+
 
47515
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
47516
+        _pkg_short_errors_supported=yes
 
47517
+else
 
47518
+        _pkg_short_errors_supported=no
 
47519
 fi
 
47520
-;; #(
 
47521
-    *) have_x=yes;;
 
47522
-  esac
 
47523
-  eval "$ac_cv_have_x"
 
47524
-fi # $with_x != no
 
47525
+        if test $_pkg_short_errors_supported = yes; then
 
47526
+               GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-2.0 >= 2.15.0"`
 
47527
+        else
 
47528
+               GLIB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0 >= 2.15.0"`
 
47529
+        fi
 
47530
+       # Put the nasty error message in config.log where it belongs
 
47531
+       echo "$GLIB_PKG_ERRORS" >&5
 
47532
 
 
47533
-if test "$have_x" != yes; then
 
47534
-  { $as_echo "$as_me:$LINENO: result: $have_x" >&5
 
47535
-$as_echo "$have_x" >&6; }
 
47536
-  no_x=yes
 
47537
+       { echo "$as_me:$LINENO: result: no" >&5
 
47538
+echo "${ECHO_T}no" >&6; }
 
47539
+                HAVE_GLIB_2_15=no
 
47540
+elif test $pkg_failed = untried; then
 
47541
+       HAVE_GLIB_2_15=no
 
47542
 else
 
47543
-  # If each of the values was on the command line, it overrides each guess.
 
47544
-  test "x$x_includes" = xNONE && x_includes=$ac_x_includes
 
47545
-  test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
 
47546
-  # Update the cache value to reflect the command line values.
 
47547
-  ac_cv_have_x="have_x=yes\
 
47548
-       ac_x_includes='$x_includes'\
 
47549
-       ac_x_libraries='$x_libraries'"
 
47550
-  { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
 
47551
-$as_echo "libraries $x_libraries, headers $x_includes" >&6; }
 
47552
+       GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS
 
47553
+       GLIB_LIBS=$pkg_cv_GLIB_LIBS
 
47554
+        { echo "$as_me:$LINENO: result: yes" >&5
 
47555
+echo "${ECHO_T}yes" >&6; }
 
47556
+       HAVE_GLIB_2_15=yes
 
47557
 fi
 
47558
+                       if test "${HAVE_GLIB_2_15}" != "yes" ; then
 
47559
+                               plugin_error_or_ignore "you need glib >= 2.15.0 to use the thumbnail plugin"
 
47560
+                               add_plugin="0"
 
47561
+                       fi
 
47562
+               ;;
 
47563
+       esac
 
47564
 
 
47565
+       # Add the specified plugin
 
47566
+       if test "${add_plugin}" = "1" ; then
 
47567
+               used_plugins2="${used_plugins2} ${plugin}"
 
47568
+       fi
 
47569
+done
 
47570
 
 
47571
-       have_x11=yes
 
47572
+ALL_PLUGINS=$allowed_plugins
 
47573
+PLUGINS=$used_plugins2
 
47574
 
 
47575
-       if test x"$x_includes" != x"NONE" && test -n "$x_includes" ; then
 
47576
-               X_INCLUDES=-I`echo $x_includes | sed -e "s/:/ -I/g"`
 
47577
-       fi
 
47578
-       if test x"$x_libraries" != x"NONE" && test -n "$x_libraries" ; then
 
47579
-               X_LIBRARIES=-L`echo $x_libraries | sed -e "s/:/ -L/g"`
 
47580
-       fi
 
47581
-       CFLAGS="$X_INCLUDES $CFLAGS"
 
47582
-       LIBS="$X_LIBRARIES $LIBS"
 
47583
+{ echo "$as_me:$LINENO: checking which plugins to compile" >&5
 
47584
+echo $ECHO_N "checking which plugins to compile... $ECHO_C" >&6; }
 
47585
+{ echo "$as_me:$LINENO: result: $PLUGINS" >&5
 
47586
+echo "${ECHO_T}$PLUGINS" >&6; }
 
47587
 
 
47588
-       XTEST_LIBS=""
 
47589
-       enable_xtest=no
 
47590
-       { $as_echo "$as_me:$LINENO: checking for XTestFakeKeyEvent in -lXtst" >&5
 
47591
-$as_echo_n "checking for XTestFakeKeyEvent in -lXtst... " >&6; }
 
47592
-if test "${ac_cv_lib_Xtst_XTestFakeKeyEvent+set}" = set; then
 
47593
-  $as_echo_n "(cached) " >&6
 
47594
-else
 
47595
-  ac_check_lib_save_LIBS=$LIBS
 
47596
-LIBS="-lXtst $X_LIBRARIES $LIBS"
 
47597
-cat >conftest.$ac_ext <<_ACEOF
 
47598
-/* confdefs.h.  */
 
47599
-_ACEOF
 
47600
-cat confdefs.h >>conftest.$ac_ext
 
47601
-cat >>conftest.$ac_ext <<_ACEOF
 
47602
-/* end confdefs.h.  */
 
47603
 
 
47604
-/* Override any GCC internal prototype to avoid an error.
 
47605
-   Use char because int might match the return type of a GCC
 
47606
-   builtin and then its argument prototype would still apply.  */
 
47607
-#ifdef __cplusplus
 
47608
-extern "C"
 
47609
-#endif
 
47610
-char XTestFakeKeyEvent ();
 
47611
-int
 
47612
-main ()
 
47613
-{
 
47614
-return XTestFakeKeyEvent ();
 
47615
-  ;
 
47616
-  return 0;
 
47617
-}
 
47618
-_ACEOF
 
47619
-rm -f conftest.$ac_objext conftest$ac_exeext
 
47620
-if { (ac_try="$ac_link"
 
47621
-case "(($ac_try" in
 
47622
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
47623
-  *) ac_try_echo=$ac_try;;
 
47624
-esac
 
47625
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
47626
-$as_echo "$ac_try_echo") >&5
 
47627
-  (eval "$ac_link") 2>conftest.er1
 
47628
-  ac_status=$?
 
47629
-  grep -v '^ *+' conftest.er1 >conftest.err
 
47630
-  rm -f conftest.er1
 
47631
-  cat conftest.err >&5
 
47632
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47633
-  (exit $ac_status); } && {
 
47634
-        test -z "$ac_c_werror_flag" ||
 
47635
-        test ! -s conftest.err
 
47636
-       } && test -s conftest$ac_exeext && {
 
47637
-        test "$cross_compiling" = yes ||
 
47638
-        $as_test_x conftest$ac_exeext
 
47639
-       }; then
 
47640
-  ac_cv_lib_Xtst_XTestFakeKeyEvent=yes
 
47641
-else
 
47642
-  $as_echo "$as_me: failed program was:" >&5
 
47643
-sed 's/^/| /' conftest.$ac_ext >&5
 
47644
 
 
47645
-       ac_cv_lib_Xtst_XTestFakeKeyEvent=no
 
47646
-fi
 
47647
 
 
47648
-rm -rf conftest.dSYM
 
47649
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
47650
-      conftest$ac_exeext conftest.$ac_ext
 
47651
-LIBS=$ac_check_lib_save_LIBS
 
47652
+# ***************
 
47653
+# Browser plugins
 
47654
+# ***************
 
47655
+
 
47656
+{ echo "$as_me:$LINENO: checking whether to compile the browser plugins" >&5
 
47657
+echo $ECHO_N "checking whether to compile the browser plugins... $ECHO_C" >&6; }
 
47658
+
 
47659
+# Check whether --enable-browser-plugins was given.
 
47660
+if test "${enable_browser_plugins+set}" = set; then
 
47661
+  enableval=$enable_browser_plugins;
 
47662
+else
 
47663
+  enable_browser_plugins=yes
 
47664
 fi
 
47665
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xtst_XTestFakeKeyEvent" >&5
 
47666
-$as_echo "$ac_cv_lib_Xtst_XTestFakeKeyEvent" >&6; }
 
47667
-if test "x$ac_cv_lib_Xtst_XTestFakeKeyEvent" = x""yes; then
 
47668
-  XTEST_LIBS="-lX11 -lXtst $X_LIBRARIES"
 
47669
-               enable_xtest=yes
 
47670
+
 
47671
+{ echo "$as_me:$LINENO: result: $enable_browser_plugins" >&5
 
47672
+echo "${ECHO_T}$enable_browser_plugins" >&6; }
 
47673
+
 
47674
+if test "$enable_browser_plugins" = "yes" ; then
 
47675
 
 
47676
 cat >>confdefs.h <<\_ACEOF
 
47677
-#define HAVE_XTEST 1
 
47678
+#define ENABLE_BROWSER_PLUGINS 1
 
47679
 _ACEOF
 
47680
 
 
47681
-fi
 
47682
 
 
47683
+       BROWSER_PLUGIN_DIR="${BROWSER_PLUGIN_DIR:-"\${libdir}/mozilla/plugins"}"
 
47684
 
 
47685
 
 
47686
 
 
47687
 pkg_failed=no
 
47688
-{ $as_echo "$as_me:$LINENO: checking for XVIDMODE" >&5
 
47689
-$as_echo_n "checking for XVIDMODE... " >&6; }
 
47690
+{ echo "$as_me:$LINENO: checking for BROWSER_PLUGIN" >&5
 
47691
+echo $ECHO_N "checking for BROWSER_PLUGIN... $ECHO_C" >&6; }
 
47692
 
 
47693
-if test -n "$XVIDMODE_CFLAGS"; then
 
47694
-    pkg_cv_XVIDMODE_CFLAGS="$XVIDMODE_CFLAGS"
 
47695
- elif test -n "$PKG_CONFIG"; then
 
47696
-    if test -n "$PKG_CONFIG" && \
 
47697
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xrandr >= 1.1.1 xxf86vm >= 1.0.1\"") >&5
 
47698
-  ($PKG_CONFIG --exists --print-errors "xrandr >= 1.1.1 xxf86vm >= 1.0.1") 2>&5
 
47699
+if test -n "$PKG_CONFIG"; then
 
47700
+    if test -n "$BROWSER_PLUGIN_CFLAGS"; then
 
47701
+        pkg_cv_BROWSER_PLUGIN_CFLAGS="$BROWSER_PLUGIN_CFLAGS"
 
47702
+    else
 
47703
+        if test -n "$PKG_CONFIG" && \
 
47704
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0
 
47705
+                gio-2.0
 
47706
+                totem-plparser-mini >= \$TOTEM_PLPARSER_REQS\"") >&5
 
47707
+  ($PKG_CONFIG --exists --print-errors "glib-2.0
 
47708
+                gio-2.0
 
47709
+                totem-plparser-mini >= $TOTEM_PLPARSER_REQS") 2>&5
 
47710
   ac_status=$?
 
47711
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47712
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47713
   (exit $ac_status); }; then
 
47714
-  pkg_cv_XVIDMODE_CFLAGS=`$PKG_CONFIG --cflags "xrandr >= 1.1.1 xxf86vm >= 1.0.1" 2>/dev/null`
 
47715
+  pkg_cv_BROWSER_PLUGIN_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0
 
47716
+                gio-2.0
 
47717
+                totem-plparser-mini >= $TOTEM_PLPARSER_REQS" 2>/dev/null`
 
47718
 else
 
47719
   pkg_failed=yes
 
47720
 fi
 
47721
- else
 
47722
-    pkg_failed=untried
 
47723
+    fi
 
47724
+else
 
47725
+       pkg_failed=untried
 
47726
 fi
 
47727
-if test -n "$XVIDMODE_LIBS"; then
 
47728
-    pkg_cv_XVIDMODE_LIBS="$XVIDMODE_LIBS"
 
47729
- elif test -n "$PKG_CONFIG"; then
 
47730
-    if test -n "$PKG_CONFIG" && \
 
47731
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"xrandr >= 1.1.1 xxf86vm >= 1.0.1\"") >&5
 
47732
-  ($PKG_CONFIG --exists --print-errors "xrandr >= 1.1.1 xxf86vm >= 1.0.1") 2>&5
 
47733
+if test -n "$PKG_CONFIG"; then
 
47734
+    if test -n "$BROWSER_PLUGIN_LIBS"; then
 
47735
+        pkg_cv_BROWSER_PLUGIN_LIBS="$BROWSER_PLUGIN_LIBS"
 
47736
+    else
 
47737
+        if test -n "$PKG_CONFIG" && \
 
47738
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0
 
47739
+                gio-2.0
 
47740
+                totem-plparser-mini >= \$TOTEM_PLPARSER_REQS\"") >&5
 
47741
+  ($PKG_CONFIG --exists --print-errors "glib-2.0
 
47742
+                gio-2.0
 
47743
+                totem-plparser-mini >= $TOTEM_PLPARSER_REQS") 2>&5
 
47744
   ac_status=$?
 
47745
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47746
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47747
   (exit $ac_status); }; then
 
47748
-  pkg_cv_XVIDMODE_LIBS=`$PKG_CONFIG --libs "xrandr >= 1.1.1 xxf86vm >= 1.0.1" 2>/dev/null`
 
47749
+  pkg_cv_BROWSER_PLUGIN_LIBS=`$PKG_CONFIG --libs "glib-2.0
 
47750
+                gio-2.0
 
47751
+                totem-plparser-mini >= $TOTEM_PLPARSER_REQS" 2>/dev/null`
 
47752
 else
 
47753
   pkg_failed=yes
 
47754
 fi
 
47755
- else
 
47756
-    pkg_failed=untried
 
47757
+    fi
 
47758
+else
 
47759
+       pkg_failed=untried
 
47760
 fi
 
47761
 
 
47762
 
 
47763
@@ -24443,383 +22564,212 @@
 
47764
         _pkg_short_errors_supported=no
 
47765
 fi
 
47766
         if test $_pkg_short_errors_supported = yes; then
 
47767
-               XVIDMODE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "xrandr >= 1.1.1 xxf86vm >= 1.0.1" 2>&1`
 
47768
+               BROWSER_PLUGIN_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-2.0
 
47769
+                gio-2.0
 
47770
+                totem-plparser-mini >= $TOTEM_PLPARSER_REQS"`
 
47771
         else
 
47772
-               XVIDMODE_PKG_ERRORS=`$PKG_CONFIG --print-errors "xrandr >= 1.1.1 xxf86vm >= 1.0.1" 2>&1`
 
47773
+               BROWSER_PLUGIN_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0
 
47774
+                gio-2.0
 
47775
+                totem-plparser-mini >= $TOTEM_PLPARSER_REQS"`
 
47776
         fi
 
47777
        # Put the nasty error message in config.log where it belongs
 
47778
-       echo "$XVIDMODE_PKG_ERRORS" >&5
 
47779
+       echo "$BROWSER_PLUGIN_PKG_ERRORS" >&5
 
47780
 
 
47781
-       { $as_echo "$as_me:$LINENO: result: no" >&5
 
47782
-$as_echo "no" >&6; }
 
47783
-                have_xvidmode=no
 
47784
+       { echo "$as_me:$LINENO: result: no" >&5
 
47785
+echo "${ECHO_T}no" >&6; }
 
47786
+                enable_browser_plugins=no
 
47787
 elif test $pkg_failed = untried; then
 
47788
-       have_xvidmode=no
 
47789
+       enable_browser_plugins=no
 
47790
 else
 
47791
-       XVIDMODE_CFLAGS=$pkg_cv_XVIDMODE_CFLAGS
 
47792
-       XVIDMODE_LIBS=$pkg_cv_XVIDMODE_LIBS
 
47793
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
47794
-$as_echo "yes" >&6; }
 
47795
-       have_xvidmode=yes
 
47796
-fi
 
47797
-
 
47798
-       if test x$have_xvidmode = xyes; then
 
47799
-
 
47800
-cat >>confdefs.h <<\_ACEOF
 
47801
-#define HAVE_XVIDMODE /**/
 
47802
-_ACEOF
 
47803
-
 
47804
-       fi
 
47805
-
 
47806
-       X_LIBS=""
 
47807
-
 
47808
-               X_LIBS="$X_LIBRARIES -lX11"
 
47809
-
 
47810
-
 
47811
-               have_xfree=no
 
47812
-       cat >conftest.$ac_ext <<_ACEOF
 
47813
-
 
47814
-               #include <X11/XF86keysym.h>
 
47815
-               int main(int argc,char **argv) {
 
47816
-               return 0;
 
47817
-               }
 
47818
-
 
47819
-_ACEOF
 
47820
-rm -f conftest.$ac_objext
 
47821
-if { (ac_try="$ac_compile"
 
47822
-case "(($ac_try" in
 
47823
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
47824
-  *) ac_try_echo=$ac_try;;
 
47825
-esac
 
47826
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
47827
-$as_echo "$ac_try_echo") >&5
 
47828
-  (eval "$ac_compile") 2>conftest.er1
 
47829
-  ac_status=$?
 
47830
-  grep -v '^ *+' conftest.er1 >conftest.err
 
47831
-  rm -f conftest.er1
 
47832
-  cat conftest.err >&5
 
47833
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47834
-  (exit $ac_status); } && {
 
47835
-        test -z "$ac_c_werror_flag" ||
 
47836
-        test ! -s conftest.err
 
47837
-       } && test -s conftest.$ac_objext; then
 
47838
-  have_xfree=yes
 
47839
+       BROWSER_PLUGIN_CFLAGS=$pkg_cv_BROWSER_PLUGIN_CFLAGS
 
47840
+       BROWSER_PLUGIN_LIBS=$pkg_cv_BROWSER_PLUGIN_LIBS
 
47841
+        { echo "$as_me:$LINENO: result: yes" >&5
 
47842
+echo "${ECHO_T}yes" >&6; }
 
47843
+       :
 
47844
+fi
 
47845
+
 
47846
 
 
47847
-else
 
47848
-  $as_echo "$as_me: failed program was:" >&5
 
47849
-sed 's/^/| /' conftest.$ac_ext >&5
 
47850
 
 
47851
 
 
47852
+       # Earlier versions misdetect playlists
 
47853
+       if test -n "$PKG_CONFIG" && \
 
47854
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"shared-mime-info >= 0.22\"") >&5
 
47855
+  ($PKG_CONFIG --exists --print-errors "shared-mime-info >= 0.22") 2>&5
 
47856
+  ac_status=$?
 
47857
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47858
+  (exit $ac_status); }; then
 
47859
+  :
 
47860
+else
 
47861
+  { { echo "$as_me:$LINENO: error:
 
47862
+                               The Browser plugin requires shared-mime-info
 
47863
+                               >= 0.22 to function." >&5
 
47864
+echo "$as_me: error:
 
47865
+                               The Browser plugin requires shared-mime-info
 
47866
+                               >= 0.22 to function." >&2;}
 
47867
+   { (exit 1); exit 1; }; }
 
47868
 fi
 
47869
 
 
47870
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
47871
-       { $as_echo "$as_me:$LINENO: checking for X11 XFree86 headers" >&5
 
47872
-$as_echo_n "checking for X11 XFree86 headers... " >&6; }
 
47873
-       { $as_echo "$as_me:$LINENO: result: $have_xfree" >&5
 
47874
-$as_echo "$have_xfree" >&6; }
 
47875
-       if test x"$have_xfree" = "xyes" ; then
 
47876
 
 
47877
-cat >>confdefs.h <<\_ACEOF
 
47878
-#define HAVE_XFREE 1
 
47879
-_ACEOF
 
47880
+pkg_failed=no
 
47881
+{ echo "$as_me:$LINENO: checking for DBUS" >&5
 
47882
+echo $ECHO_N "checking for DBUS... $ECHO_C" >&6; }
 
47883
 
 
47884
-       fi
 
47885
+if test -n "$PKG_CONFIG"; then
 
47886
+    if test -n "$DBUS_CFLAGS"; then
 
47887
+        pkg_cv_DBUS_CFLAGS="$DBUS_CFLAGS"
 
47888
+    else
 
47889
+        if test -n "$PKG_CONFIG" && \
 
47890
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dbus-glib-1 >= \$DBUS_REQS\"") >&5
 
47891
+  ($PKG_CONFIG --exists --print-errors "dbus-glib-1 >= $DBUS_REQS") 2>&5
 
47892
+  ac_status=$?
 
47893
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47894
+  (exit $ac_status); }; then
 
47895
+  pkg_cv_DBUS_CFLAGS=`$PKG_CONFIG --cflags "dbus-glib-1 >= $DBUS_REQS" 2>/dev/null`
 
47896
+else
 
47897
+  pkg_failed=yes
 
47898
 fi
 
47899
- if test x$have_xvidmode = xyes; then
 
47900
-  HAVE_XVIDMODE_TRUE=
 
47901
-  HAVE_XVIDMODE_FALSE='#'
 
47902
+    fi
 
47903
 else
 
47904
-  HAVE_XVIDMODE_TRUE='#'
 
47905
-  HAVE_XVIDMODE_FALSE=
 
47906
+       pkg_failed=untried
 
47907
 fi
 
47908
-
 
47909
-
 
47910
-
 
47911
-{ $as_echo "$as_me:$LINENO: checking whether Python plugin support is requested" >&5
 
47912
-$as_echo_n "checking whether Python plugin support is requested... " >&6; }
 
47913
-# Check whether --enable-python was given.
 
47914
-if test "${enable_python+set}" = set; then
 
47915
-  enableval=$enable_python; enable_python=$enableval have_python=$enableval
 
47916
+if test -n "$PKG_CONFIG"; then
 
47917
+    if test -n "$DBUS_LIBS"; then
 
47918
+        pkg_cv_DBUS_LIBS="$DBUS_LIBS"
 
47919
+    else
 
47920
+        if test -n "$PKG_CONFIG" && \
 
47921
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dbus-glib-1 >= \$DBUS_REQS\"") >&5
 
47922
+  ($PKG_CONFIG --exists --print-errors "dbus-glib-1 >= $DBUS_REQS") 2>&5
 
47923
+  ac_status=$?
 
47924
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47925
+  (exit $ac_status); }; then
 
47926
+  pkg_cv_DBUS_LIBS=`$PKG_CONFIG --libs "dbus-glib-1 >= $DBUS_REQS" 2>/dev/null`
 
47927
 else
 
47928
-  enable_python=autodetect have_python=yes
 
47929
+  pkg_failed=yes
 
47930
 fi
 
47931
-
 
47932
-{ $as_echo "$as_me:$LINENO: result: $enable_python" >&5
 
47933
-$as_echo "$enable_python" >&6; }
 
47934
-
 
47935
-if test "x$have_python" != "xyes"; then
 
47936
-       if test "x$enable_python" = "xyes"; then
 
47937
-               { { $as_echo "$as_me:$LINENO: error: Python not found" >&5
 
47938
-$as_echo "$as_me: error: Python not found" >&2;}
 
47939
-   { (exit 1); exit 1; }; }
 
47940
-       elif test "x$enable_python" = "xautodetect"; then
 
47941
-               enable_python=no
 
47942
-               { $as_echo "$as_me:$LINENO: WARNING: Python not found, disabling python support" >&5
 
47943
-$as_echo "$as_me: WARNING: Python not found, disabling python support" >&2;}
 
47944
-       fi
 
47945
+    fi
 
47946
+else
 
47947
+       pkg_failed=untried
 
47948
 fi
 
47949
 
 
47950
-if test "x$have_python" != "xno"; then
 
47951
-
 
47952
 
 
47953
 
 
47954
+if test $pkg_failed = yes; then
 
47955
 
 
47956
-        if test -n "$PYTHON"; then
 
47957
-      # If the user set $PYTHON, use it and don't search something else.
 
47958
-      { $as_echo "$as_me:$LINENO: checking whether $PYTHON version >= 2.3" >&5
 
47959
-$as_echo_n "checking whether $PYTHON version >= 2.3... " >&6; }
 
47960
-      prog="import sys, string
 
47961
-# split strings by '.' and convert to numeric.  Append some zeros
 
47962
-# because we need at least 4 digits for the hex conversion.
 
47963
-minver = map(int, string.split('2.3', '.')) + [0, 0, 0]
 
47964
-minverhex = 0
 
47965
-for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i]
 
47966
-sys.exit(sys.hexversion < minverhex)"
 
47967
-  if { echo "$as_me:$LINENO: $PYTHON -c "$prog"" >&5
 
47968
-   ($PYTHON -c "$prog") >&5 2>&5
 
47969
-   ac_status=$?
 
47970
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
47971
-   (exit $ac_status); }; then
 
47972
-  { $as_echo "$as_me:$LINENO: result: yes" >&5
 
47973
-$as_echo "yes" >&6; }
 
47974
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
47975
+        _pkg_short_errors_supported=yes
 
47976
 else
 
47977
-  { { $as_echo "$as_me:$LINENO: error: too old" >&5
 
47978
-$as_echo "$as_me: error: too old" >&2;}
 
47979
-   { (exit 1); exit 1; }; }
 
47980
+        _pkg_short_errors_supported=no
 
47981
 fi
 
47982
+        if test $_pkg_short_errors_supported = yes; then
 
47983
+               DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "dbus-glib-1 >= $DBUS_REQS"`
 
47984
+        else
 
47985
+               DBUS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "dbus-glib-1 >= $DBUS_REQS"`
 
47986
+        fi
 
47987
+       # Put the nasty error message in config.log where it belongs
 
47988
+       echo "$DBUS_PKG_ERRORS" >&5
 
47989
 
 
47990
-      am_display_PYTHON=$PYTHON
 
47991
-    else
 
47992
-      # Otherwise, try each interpreter until we find one that satisfies
 
47993
-      # VERSION.
 
47994
-      { $as_echo "$as_me:$LINENO: checking for a Python interpreter with version >= 2.3" >&5
 
47995
-$as_echo_n "checking for a Python interpreter with version >= 2.3... " >&6; }
 
47996
-if test "${am_cv_pathless_PYTHON+set}" = set; then
 
47997
-  $as_echo_n "(cached) " >&6
 
47998
+       { echo "$as_me:$LINENO: result: no" >&5
 
47999
+echo "${ECHO_T}no" >&6; }
 
48000
+                enable_browser_plugins=no
 
48001
+elif test $pkg_failed = untried; then
 
48002
+       enable_browser_plugins=no
 
48003
 else
 
48004
-
 
48005
-       for am_cv_pathless_PYTHON in python python2 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 none; do
 
48006
-         test "$am_cv_pathless_PYTHON" = none && break
 
48007
-         prog="import sys, string
 
48008
-# split strings by '.' and convert to numeric.  Append some zeros
 
48009
-# because we need at least 4 digits for the hex conversion.
 
48010
-minver = map(int, string.split('2.3', '.')) + [0, 0, 0]
 
48011
-minverhex = 0
 
48012
-for i in xrange(0, 4): minverhex = (minverhex << 8) + minver[i]
 
48013
-sys.exit(sys.hexversion < minverhex)"
 
48014
-  if { echo "$as_me:$LINENO: $am_cv_pathless_PYTHON -c "$prog"" >&5
 
48015
-   ($am_cv_pathless_PYTHON -c "$prog") >&5 2>&5
 
48016
-   ac_status=$?
 
48017
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
48018
-   (exit $ac_status); }; then
 
48019
-  break
 
48020
-fi
 
48021
-
 
48022
-       done
 
48023
+       DBUS_CFLAGS=$pkg_cv_DBUS_CFLAGS
 
48024
+       DBUS_LIBS=$pkg_cv_DBUS_LIBS
 
48025
+        { echo "$as_me:$LINENO: result: yes" >&5
 
48026
+echo "${ECHO_T}yes" >&6; }
 
48027
+       :
 
48028
 fi
 
48029
-{ $as_echo "$as_me:$LINENO: result: $am_cv_pathless_PYTHON" >&5
 
48030
-$as_echo "$am_cv_pathless_PYTHON" >&6; }
 
48031
-      # Set $PYTHON to the absolute path of $am_cv_pathless_PYTHON.
 
48032
-      if test "$am_cv_pathless_PYTHON" = none; then
 
48033
-       PYTHON=:
 
48034
-      else
 
48035
-        # Extract the first word of "$am_cv_pathless_PYTHON", so it can be a program name with args.
 
48036
-set dummy $am_cv_pathless_PYTHON; ac_word=$2
 
48037
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
48038
-$as_echo_n "checking for $ac_word... " >&6; }
 
48039
-if test "${ac_cv_path_PYTHON+set}" = set; then
 
48040
-  $as_echo_n "(cached) " >&6
 
48041
+       DBUSLIBDIR="`$PKG_CONFIG dbus-glib-1 --variable=libdir`"
 
48042
+       DBUSBINDIR="`echo $DBUSLIBDIR | sed -e s/lib/bin/`"
 
48043
+       # Extract the first word of "dbus-binding-tool", so it can be a program name with args.
 
48044
+set dummy dbus-binding-tool; ac_word=$2
 
48045
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
48046
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
48047
+if test "${ac_cv_path_DBUS_BIND+set}" = set; then
 
48048
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
48049
 else
 
48050
-  case $PYTHON in
 
48051
+  case $DBUS_BIND in
 
48052
   [\\/]* | ?:[\\/]*)
 
48053
-  ac_cv_path_PYTHON="$PYTHON" # Let the user override the test with a path.
 
48054
+  ac_cv_path_DBUS_BIND="$DBUS_BIND" # Let the user override the test with a path.
 
48055
   ;;
 
48056
   *)
 
48057
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
48058
-for as_dir in $PATH
 
48059
+as_dummy="$DBUSBINDIR:$PATH"
 
48060
+for as_dir in $as_dummy
 
48061
 do
 
48062
   IFS=$as_save_IFS
 
48063
   test -z "$as_dir" && as_dir=.
 
48064
   for ac_exec_ext in '' $ac_executable_extensions; do
 
48065
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
48066
-    ac_cv_path_PYTHON="$as_dir/$ac_word$ac_exec_ext"
 
48067
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
48068
+    ac_cv_path_DBUS_BIND="$as_dir/$ac_word$ac_exec_ext"
 
48069
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
48070
     break 2
 
48071
   fi
 
48072
 done
 
48073
 done
 
48074
 IFS=$as_save_IFS
 
48075
 
 
48076
+  test -z "$ac_cv_path_DBUS_BIND" && ac_cv_path_DBUS_BIND="no"
 
48077
   ;;
 
48078
 esac
 
48079
 fi
 
48080
-PYTHON=$ac_cv_path_PYTHON
 
48081
-if test -n "$PYTHON"; then
 
48082
-  { $as_echo "$as_me:$LINENO: result: $PYTHON" >&5
 
48083
-$as_echo "$PYTHON" >&6; }
 
48084
-else
 
48085
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
48086
-$as_echo "no" >&6; }
 
48087
-fi
 
48088
-
 
48089
-
 
48090
-      fi
 
48091
-      am_display_PYTHON=$am_cv_pathless_PYTHON
 
48092
-    fi
 
48093
-
 
48094
-
 
48095
-  if test "$PYTHON" = :; then
 
48096
-      have_python=no
 
48097
-  else
 
48098
-
 
48099
-
 
48100
-  { $as_echo "$as_me:$LINENO: checking for $am_display_PYTHON version" >&5
 
48101
-$as_echo_n "checking for $am_display_PYTHON version... " >&6; }
 
48102
-if test "${am_cv_python_version+set}" = set; then
 
48103
-  $as_echo_n "(cached) " >&6
 
48104
-else
 
48105
-  am_cv_python_version=`$PYTHON -c "import sys; print sys.version[:3]"`
 
48106
-fi
 
48107
-{ $as_echo "$as_me:$LINENO: result: $am_cv_python_version" >&5
 
48108
-$as_echo "$am_cv_python_version" >&6; }
 
48109
-  PYTHON_VERSION=$am_cv_python_version
 
48110
-
 
48111
-
 
48112
-
 
48113
-  PYTHON_PREFIX='${prefix}'
 
48114
-
 
48115
-  PYTHON_EXEC_PREFIX='${exec_prefix}'
 
48116
-
 
48117
-
 
48118
-
 
48119
-  { $as_echo "$as_me:$LINENO: checking for $am_display_PYTHON platform" >&5
 
48120
-$as_echo_n "checking for $am_display_PYTHON platform... " >&6; }
 
48121
-if test "${am_cv_python_platform+set}" = set; then
 
48122
-  $as_echo_n "(cached) " >&6
 
48123
-else
 
48124
-  am_cv_python_platform=`$PYTHON -c "import sys; print sys.platform"`
 
48125
-fi
 
48126
-{ $as_echo "$as_me:$LINENO: result: $am_cv_python_platform" >&5
 
48127
-$as_echo "$am_cv_python_platform" >&6; }
 
48128
-  PYTHON_PLATFORM=$am_cv_python_platform
 
48129
-
 
48130
-
 
48131
-
 
48132
-
 
48133
-                { $as_echo "$as_me:$LINENO: checking for $am_display_PYTHON script directory" >&5
 
48134
-$as_echo_n "checking for $am_display_PYTHON script directory... " >&6; }
 
48135
-if test "${am_cv_python_pythondir+set}" = set; then
 
48136
-  $as_echo_n "(cached) " >&6
 
48137
-else
 
48138
-  am_cv_python_pythondir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(0,0,prefix='$PYTHON_PREFIX')" 2>/dev/null ||
 
48139
-     echo "$PYTHON_PREFIX/lib/python$PYTHON_VERSION/site-packages"`
 
48140
-fi
 
48141
-{ $as_echo "$as_me:$LINENO: result: $am_cv_python_pythondir" >&5
 
48142
-$as_echo "$am_cv_python_pythondir" >&6; }
 
48143
-  pythondir=$am_cv_python_pythondir
 
48144
-
 
48145
-
 
48146
-
 
48147
-  pkgpythondir=\${pythondir}/$PACKAGE
 
48148
-
 
48149
-
 
48150
-            { $as_echo "$as_me:$LINENO: checking for $am_display_PYTHON extension module directory" >&5
 
48151
-$as_echo_n "checking for $am_display_PYTHON extension module directory... " >&6; }
 
48152
-if test "${am_cv_python_pyexecdir+set}" = set; then
 
48153
-  $as_echo_n "(cached) " >&6
 
48154
+DBUS_BIND=$ac_cv_path_DBUS_BIND
 
48155
+if test -n "$DBUS_BIND"; then
 
48156
+  { echo "$as_me:$LINENO: result: $DBUS_BIND" >&5
 
48157
+echo "${ECHO_T}$DBUS_BIND" >&6; }
 
48158
 else
 
48159
-  am_cv_python_pyexecdir=`$PYTHON -c "from distutils import sysconfig; print sysconfig.get_python_lib(1,0,prefix='$PYTHON_EXEC_PREFIX')" 2>/dev/null ||
 
48160
-     echo "${PYTHON_EXEC_PREFIX}/lib/python${PYTHON_VERSION}/site-packages"`
 
48161
+  { echo "$as_me:$LINENO: result: no" >&5
 
48162
+echo "${ECHO_T}no" >&6; }
 
48163
 fi
 
48164
-{ $as_echo "$as_me:$LINENO: result: $am_cv_python_pyexecdir" >&5
 
48165
-$as_echo "$am_cv_python_pyexecdir" >&6; }
 
48166
-  pyexecdir=$am_cv_python_pyexecdir
 
48167
-
 
48168
-
 
48169
 
 
48170
-  pkgpyexecdir=\${pyexecdir}/$PACKAGE
 
48171
-
 
48172
-
 
48173
-
 
48174
-  fi
 
48175
-
 
48176
-
 
48177
-       if test "x$PYTHON" = "x:"; then
 
48178
-               have_python=no
 
48179
-       fi
 
48180
-fi
 
48181
 
 
48182
-if test "x$have_python" != "xno"; then
 
48183
-       PY_PREFIX=`$PYTHON -c 'import sys ; print sys.prefix'`
 
48184
-       PY_EXEC_PREFIX=`$PYTHON -c 'import sys ; print sys.exec_prefix'`
 
48185
-       PYTHON_LIBS="-lpython$PYTHON_VERSION"
 
48186
-       if test -d $PY_EXEC_PREFIX/lib64/python$PYTHON_VERSION ; then
 
48187
-               PYTHON_LIB_LOC="-L$PY_EXEC_PREFIX/lib64/python$PYTHON_VERSION/config"
 
48188
-               PYTHON_MAKEFILE="$PY_EXEC_PREFIX/lib64/python$PYTHON_VERSION/config/Makefile"
 
48189
-       else
 
48190
-               PYTHON_LIB_LOC="-L$PY_EXEC_PREFIX/lib/python$PYTHON_VERSION/config"
 
48191
-               PYTHON_MAKEFILE="$PY_EXEC_PREFIX/lib/python$PYTHON_VERSION/config/Makefile"
 
48192
+       if test "x$DBUS_BIND" = "xno"; then
 
48193
+               { echo "$as_me:$LINENO: WARNING: dbus-binding-tool not found" >&5
 
48194
+echo "$as_me: WARNING: dbus-binding-tool not found" >&2;}
 
48195
+               enable_browser_plugins=no
 
48196
        fi
 
48197
-       PYTHON_CFLAGS="-I$PY_PREFIX/include/python$PYTHON_VERSION"
 
48198
-       PYTHON_LOCALMODLIBS=`sed -n -e 's/^LOCALMODLIBS=\(.*\)/\1/p' $PYTHON_MAKEFILE`
 
48199
-       PYTHON_BASEMODLIBS=`sed -n -e 's/^BASEMODLIBS=\(.*\)/\1/p' $PYTHON_MAKEFILE`
 
48200
-       PYTHON_OTHER_LIBS=`sed -n -e 's/^LIBS=\(.*\)/\1/p' $PYTHON_MAKEFILE`
 
48201
-       PYTHON_EXTRA_LIBS="$PYTHON_LOCALMODLIBS $PYTHON_BASEMODLIBS $PYTHON_OTHER_LIBS"
 
48202
-
 
48203
-
 
48204
-
 
48205
-
 
48206
-
 
48207
-       PYGTK_REQUIRED=2.12.0
 
48208
 
 
48209
 
 
48210
 pkg_failed=no
 
48211
-{ $as_echo "$as_me:$LINENO: checking for PYGTK" >&5
 
48212
-$as_echo_n "checking for PYGTK... " >&6; }
 
48213
+{ echo "$as_me:$LINENO: checking for SN" >&5
 
48214
+echo $ECHO_N "checking for SN... $ECHO_C" >&6; }
 
48215
 
 
48216
-if test -n "$PYGTK_CFLAGS"; then
 
48217
-    pkg_cv_PYGTK_CFLAGS="$PYGTK_CFLAGS"
 
48218
- elif test -n "$PKG_CONFIG"; then
 
48219
-    if test -n "$PKG_CONFIG" && \
 
48220
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"
 
48221
-               pygtk-2.0 >= \$PYGTK_REQUIRED
 
48222
-               totem-plparser >= \$TOTEM_PLPARSER_REQS\"") >&5
 
48223
-  ($PKG_CONFIG --exists --print-errors "
 
48224
-               pygtk-2.0 >= $PYGTK_REQUIRED
 
48225
-               totem-plparser >= $TOTEM_PLPARSER_REQS") 2>&5
 
48226
+if test -n "$PKG_CONFIG"; then
 
48227
+    if test -n "$SN_CFLAGS"; then
 
48228
+        pkg_cv_SN_CFLAGS="$SN_CFLAGS"
 
48229
+    else
 
48230
+        if test -n "$PKG_CONFIG" && \
 
48231
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" libstartup-notification-1.0 >= 0.8 \"") >&5
 
48232
+  ($PKG_CONFIG --exists --print-errors " libstartup-notification-1.0 >= 0.8 ") 2>&5
 
48233
   ac_status=$?
 
48234
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
48235
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
48236
   (exit $ac_status); }; then
 
48237
-  pkg_cv_PYGTK_CFLAGS=`$PKG_CONFIG --cflags "
 
48238
-               pygtk-2.0 >= $PYGTK_REQUIRED
 
48239
-               totem-plparser >= $TOTEM_PLPARSER_REQS" 2>/dev/null`
 
48240
+  pkg_cv_SN_CFLAGS=`$PKG_CONFIG --cflags " libstartup-notification-1.0 >= 0.8 " 2>/dev/null`
 
48241
 else
 
48242
   pkg_failed=yes
 
48243
 fi
 
48244
- else
 
48245
-    pkg_failed=untried
 
48246
+    fi
 
48247
+else
 
48248
+       pkg_failed=untried
 
48249
 fi
 
48250
-if test -n "$PYGTK_LIBS"; then
 
48251
-    pkg_cv_PYGTK_LIBS="$PYGTK_LIBS"
 
48252
- elif test -n "$PKG_CONFIG"; then
 
48253
-    if test -n "$PKG_CONFIG" && \
 
48254
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"
 
48255
-               pygtk-2.0 >= \$PYGTK_REQUIRED
 
48256
-               totem-plparser >= \$TOTEM_PLPARSER_REQS\"") >&5
 
48257
-  ($PKG_CONFIG --exists --print-errors "
 
48258
-               pygtk-2.0 >= $PYGTK_REQUIRED
 
48259
-               totem-plparser >= $TOTEM_PLPARSER_REQS") 2>&5
 
48260
+if test -n "$PKG_CONFIG"; then
 
48261
+    if test -n "$SN_LIBS"; then
 
48262
+        pkg_cv_SN_LIBS="$SN_LIBS"
 
48263
+    else
 
48264
+        if test -n "$PKG_CONFIG" && \
 
48265
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" libstartup-notification-1.0 >= 0.8 \"") >&5
 
48266
+  ($PKG_CONFIG --exists --print-errors " libstartup-notification-1.0 >= 0.8 ") 2>&5
 
48267
   ac_status=$?
 
48268
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
48269
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
48270
   (exit $ac_status); }; then
 
48271
-  pkg_cv_PYGTK_LIBS=`$PKG_CONFIG --libs "
 
48272
-               pygtk-2.0 >= $PYGTK_REQUIRED
 
48273
-               totem-plparser >= $TOTEM_PLPARSER_REQS" 2>/dev/null`
 
48274
+  pkg_cv_SN_LIBS=`$PKG_CONFIG --libs " libstartup-notification-1.0 >= 0.8 " 2>/dev/null`
 
48275
 else
 
48276
   pkg_failed=yes
 
48277
 fi
 
48278
- else
 
48279
-    pkg_failed=untried
 
48280
+    fi
 
48281
+else
 
48282
+       pkg_failed=untried
 
48283
 fi
 
48284
 
 
48285
 
 
48286
@@ -24832,89 +22782,43 @@
 
48287
         _pkg_short_errors_supported=no
 
48288
 fi
 
48289
         if test $_pkg_short_errors_supported = yes; then
 
48290
-               PYGTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "
 
48291
-               pygtk-2.0 >= $PYGTK_REQUIRED
 
48292
-               totem-plparser >= $TOTEM_PLPARSER_REQS" 2>&1`
 
48293
+               SN_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors " libstartup-notification-1.0 >= 0.8 "`
 
48294
         else
 
48295
-               PYGTK_PKG_ERRORS=`$PKG_CONFIG --print-errors "
 
48296
-               pygtk-2.0 >= $PYGTK_REQUIRED
 
48297
-               totem-plparser >= $TOTEM_PLPARSER_REQS" 2>&1`
 
48298
+               SN_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors " libstartup-notification-1.0 >= 0.8 "`
 
48299
         fi
 
48300
        # Put the nasty error message in config.log where it belongs
 
48301
-       echo "$PYGTK_PKG_ERRORS" >&5
 
48302
-
 
48303
-       { $as_echo "$as_me:$LINENO: result: no" >&5
 
48304
-$as_echo "no" >&6; }
 
48305
-
 
48306
-               have_python=no
 
48307
-               if test "x$enable_python" = "xyes"; then
 
48308
-                       { { $as_echo "$as_me:$LINENO: error: $PYGTK_PKG_ERRORS" >&5
 
48309
-$as_echo "$as_me: error: $PYGTK_PKG_ERRORS" >&2;}
 
48310
-   { (exit 1); exit 1; }; }
 
48311
-               elif test "x$enable_python" = "xautodetect"; then
 
48312
-                       enable_python=no
 
48313
-                       { $as_echo "$as_me:$LINENO: WARNING: $PYGTK_PKG_ERRORS" >&5
 
48314
-$as_echo "$as_me: WARNING: $PYGTK_PKG_ERRORS" >&2;}
 
48315
-                       { $as_echo "$as_me:$LINENO: WARNING: Disabling python support" >&5
 
48316
-$as_echo "$as_me: WARNING: Disabling python support" >&2;}
 
48317
-               fi
 
48318
+       echo "$SN_PKG_ERRORS" >&5
 
48319
 
 
48320
+       { echo "$as_me:$LINENO: result: no" >&5
 
48321
+echo "${ECHO_T}no" >&6; }
 
48322
+                enable_browser_plugins=no
 
48323
 elif test $pkg_failed = untried; then
 
48324
-
 
48325
-               have_python=no
 
48326
-               if test "x$enable_python" = "xyes"; then
 
48327
-                       { { $as_echo "$as_me:$LINENO: error: $PYGTK_PKG_ERRORS" >&5
 
48328
-$as_echo "$as_me: error: $PYGTK_PKG_ERRORS" >&2;}
 
48329
-   { (exit 1); exit 1; }; }
 
48330
-               elif test "x$enable_python" = "xautodetect"; then
 
48331
-                       enable_python=no
 
48332
-                       { $as_echo "$as_me:$LINENO: WARNING: $PYGTK_PKG_ERRORS" >&5
 
48333
-$as_echo "$as_me: WARNING: $PYGTK_PKG_ERRORS" >&2;}
 
48334
-                       { $as_echo "$as_me:$LINENO: WARNING: Disabling python support" >&5
 
48335
-$as_echo "$as_me: WARNING: Disabling python support" >&2;}
 
48336
-               fi
 
48337
-
 
48338
+       enable_browser_plugins=no
 
48339
 else
 
48340
-       PYGTK_CFLAGS=$pkg_cv_PYGTK_CFLAGS
 
48341
-       PYGTK_LIBS=$pkg_cv_PYGTK_LIBS
 
48342
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
48343
-$as_echo "yes" >&6; }
 
48344
-       :
 
48345
-fi
 
48346
-
 
48347
-
 
48348
-
 
48349
+       SN_CFLAGS=$pkg_cv_SN_CFLAGS
 
48350
+       SN_LIBS=$pkg_cv_SN_LIBS
 
48351
+        { echo "$as_me:$LINENO: result: yes" >&5
 
48352
+echo "${ECHO_T}yes" >&6; }
 
48353
+       enable_browser_plugins=yes
 
48354
 fi
 
48355
+       if test "x$enable_browser_plugins" != "xyes" ; then
 
48356
+               { echo "$as_me:$LINENO: WARNING: libstartup-notification not found, necessary to build the plugin viewer" >&5
 
48357
+echo "$as_me: WARNING: libstartup-notification not found, necessary to build the plugin viewer" >&2;}
 
48358
+       fi
 
48359
 
 
48360
-if test "x$have_python" != "xno"; then
 
48361
-       { $as_echo "$as_me:$LINENO: checking for pygtk defs" >&5
 
48362
-$as_echo_n "checking for pygtk defs... " >&6; }
 
48363
-       PYGTK_DEFSDIR=`$PKG_CONFIG --variable=defsdir pygtk-2.0`
 
48364
-       { $as_echo "$as_me:$LINENO: result: $PYGTK_DEFSDIR" >&5
 
48365
-$as_echo "$PYGTK_DEFSDIR" >&6; }
 
48366
-
 
48367
-       { $as_echo "$as_me:$LINENO: checking for pygtk codegen" >&5
 
48368
-$as_echo_n "checking for pygtk codegen... " >&6; }
 
48369
-       PYGTK_CODEGEN="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/codegen.py"
 
48370
-       { $as_echo "$as_me:$LINENO: result: $PYGTK_CODEGEN" >&5
 
48371
-$as_echo "$PYGTK_CODEGEN" >&6; }
 
48372
-
 
48373
-       { $as_echo "$as_me:$LINENO: checking for pygtk h2def" >&5
 
48374
-$as_echo_n "checking for pygtk h2def... " >&6; }
 
48375
-       PYGTK_H2DEF="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/h2def.py"
 
48376
-       { $as_echo "$as_me:$LINENO: result: $PYGTK_H2DEF" >&5
 
48377
-$as_echo "$PYGTK_H2DEF" >&6; }
 
48378
-
 
48379
-
 
48380
-
 
48381
+        # check for -fno-rtti flag
 
48382
 
 
48383
+       ac_ext=cpp
 
48384
+ac_cpp='$CXXCPP $CPPFLAGS'
 
48385
+ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
48386
+ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
48387
+ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
48388
 
 
48389
+       __SAVE_CXXFLAGS=$CXXFLAGS
 
48390
+       CXXFLAGS="-fno-rtti $CXXFLAGS"
 
48391
 
 
48392
-               FLAGS="-fno-strict-aliasing"
 
48393
-       save_CFLAGS="$CFLAGS"
 
48394
-       CFLAGS="$CFLAGS $FLAGS"
 
48395
-       { $as_echo "$as_me:$LINENO: checking whether $CC understands $FLAGS" >&5
 
48396
-$as_echo_n "checking whether $CC understands $FLAGS... " >&6; }
 
48397
+       { echo "$as_me:$LINENO: checking for -fno-rtti compiler flag" >&5
 
48398
+echo $ECHO_N "checking for -fno-rtti compiler flag... $ECHO_C" >&6; }
 
48399
        cat >conftest.$ac_ext <<_ACEOF
 
48400
 /* confdefs.h.  */
 
48401
 _ACEOF
 
48402
@@ -24936,250 +22840,233 @@
 
48403
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
48404
   *) ac_try_echo=$ac_try;;
 
48405
 esac
 
48406
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
48407
-$as_echo "$ac_try_echo") >&5
 
48408
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
48409
   (eval "$ac_compile") 2>conftest.er1
 
48410
   ac_status=$?
 
48411
   grep -v '^ *+' conftest.er1 >conftest.err
 
48412
   rm -f conftest.er1
 
48413
   cat conftest.err >&5
 
48414
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
48415
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
48416
   (exit $ac_status); } && {
 
48417
-        test -z "$ac_c_werror_flag" ||
 
48418
+        test -z "$ac_cxx_werror_flag" ||
 
48419
         test ! -s conftest.err
 
48420
        } && test -s conftest.$ac_objext; then
 
48421
-  compiler_has_option=yes
 
48422
+  have_no_rtti_flag=yes
 
48423
 else
 
48424
-  $as_echo "$as_me: failed program was:" >&5
 
48425
+  echo "$as_me: failed program was:" >&5
 
48426
 sed 's/^/| /' conftest.$ac_ext >&5
 
48427
 
 
48428
-       compiler_has_option=no
 
48429
+       have_no_rtti_flag=no
 
48430
 fi
 
48431
 
 
48432
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
48433
-       CFLAGS="$save_CFLAGS"
 
48434
-       { $as_echo "$as_me:$LINENO: result: $compiler_has_option" >&5
 
48435
-$as_echo "$compiler_has_option" >&6; }
 
48436
-       if test $compiler_has_option = yes; then
 
48437
-               NO_STRICT_ALIASING_CFLAGS="$FLAGS"
 
48438
-       fi
 
48439
-
 
48440
-fi
 
48441
+       { echo "$as_me:$LINENO: result: $have_no_rtti_flag" >&5
 
48442
+echo "${ECHO_T}$have_no_rtti_flag" >&6; }
 
48443
 
 
48444
-if test "x$have_python" != "xno" -a "x$enable_python" != "xno"; then
 
48445
-       enable_python=yes
 
48446
+       CXXFLAGS=$__SAVE_CXXFLAGS
 
48447
+       ac_ext=c
 
48448
+ac_cpp='$CPP $CPPFLAGS'
 
48449
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
48450
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
48451
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
48452
 
 
48453
-cat >>confdefs.h <<\_ACEOF
 
48454
-#define ENABLE_PYTHON 1
 
48455
-_ACEOF
 
48456
 
 
48457
+       if test "$have_no_rtti_flag" = "yes"; then
 
48458
+               AM_CXXFLAGS="-fno-rtti $AM_CXXFLAGS"
 
48459
+       fi
 
48460
 fi
 
48461
 
 
48462
- if test "x$enable_python" = "xyes"; then
 
48463
-  ENABLE_PYTHON_TRUE=
 
48464
-  ENABLE_PYTHON_FALSE='#'
 
48465
+ if test "$enable_browser_plugins" = "yes"; then
 
48466
+  ENABLE_BROWSER_PLUGINS_TRUE=
 
48467
+  ENABLE_BROWSER_PLUGINS_FALSE='#'
 
48468
 else
 
48469
-  ENABLE_PYTHON_TRUE='#'
 
48470
-  ENABLE_PYTHON_FALSE=
 
48471
+  ENABLE_BROWSER_PLUGINS_TRUE='#'
 
48472
+  ENABLE_BROWSER_PLUGINS_FALSE=
 
48473
 fi
 
48474
 
 
48475
 
 
48476
-{ $as_echo "$as_me:$LINENO: checking whether Vala plugin support is requested" >&5
 
48477
-$as_echo_n "checking whether Vala plugin support is requested... " >&6; }
 
48478
-# Check whether --enable-vala was given.
 
48479
-if test "${enable_vala+set}" = set; then
 
48480
-  enableval=$enable_vala; enable_vala=$enableval have_vala=$enableval
 
48481
-else
 
48482
-  enable_vala=autodetect have_vala=yes
 
48483
-fi
 
48484
-
 
48485
-{ $as_echo "$as_me:$LINENO: result: $enable_vala" >&5
 
48486
-$as_echo "$enable_vala" >&6; }
 
48487
-if test "x$enable_vala" != "xno"; then
 
48488
+# check which plugins to enable
 
48489
 
 
48490
-pkg_failed=no
 
48491
-{ $as_echo "$as_me:$LINENO: checking for VALA" >&5
 
48492
-$as_echo_n "checking for VALA... " >&6; }
 
48493
+if test "$enable_browser_plugins" = "yes"; then
 
48494
 
 
48495
-if test -n "$VALA_CFLAGS"; then
 
48496
-    pkg_cv_VALA_CFLAGS="$VALA_CFLAGS"
 
48497
- elif test -n "$PKG_CONFIG"; then
 
48498
-    if test -n "$PKG_CONFIG" && \
 
48499
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"vala-1.0 >= \$VALA_REQS\"") >&5
 
48500
-  ($PKG_CONFIG --exists --print-errors "vala-1.0 >= $VALA_REQS") 2>&5
 
48501
-  ac_status=$?
 
48502
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
48503
-  (exit $ac_status); }; then
 
48504
-  pkg_cv_VALA_CFLAGS=`$PKG_CONFIG --cflags "vala-1.0 >= $VALA_REQS" 2>/dev/null`
 
48505
+{ echo "$as_me:$LINENO: checking whether to enable the basic browser plugin" >&5
 
48506
+echo $ECHO_N "checking whether to enable the basic browser plugin... $ECHO_C" >&6; }
 
48507
+# Check whether --enable-basic-plugin was given.
 
48508
+if test "${enable_basic_plugin+set}" = set; then
 
48509
+  enableval=$enable_basic_plugin;
 
48510
 else
 
48511
-  pkg_failed=yes
 
48512
-fi
 
48513
- else
 
48514
-    pkg_failed=untried
 
48515
+  enable_basic_plugin=yes
 
48516
 fi
 
48517
-if test -n "$VALA_LIBS"; then
 
48518
-    pkg_cv_VALA_LIBS="$VALA_LIBS"
 
48519
- elif test -n "$PKG_CONFIG"; then
 
48520
-    if test -n "$PKG_CONFIG" && \
 
48521
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"vala-1.0 >= \$VALA_REQS\"") >&5
 
48522
-  ($PKG_CONFIG --exists --print-errors "vala-1.0 >= $VALA_REQS") 2>&5
 
48523
-  ac_status=$?
 
48524
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
48525
-  (exit $ac_status); }; then
 
48526
-  pkg_cv_VALA_LIBS=`$PKG_CONFIG --libs "vala-1.0 >= $VALA_REQS" 2>/dev/null`
 
48527
+
 
48528
+{ echo "$as_me:$LINENO: result: $enable_basic_plugin" >&5
 
48529
+echo "${ECHO_T}$enable_basic_plugin" >&6; }
 
48530
+
 
48531
+{ echo "$as_me:$LINENO: checking whether to enable the GMP browser plugin" >&5
 
48532
+echo $ECHO_N "checking whether to enable the GMP browser plugin... $ECHO_C" >&6; }
 
48533
+# Check whether --enable-gmp-plugin was given.
 
48534
+if test "${enable_gmp_plugin+set}" = set; then
 
48535
+  enableval=$enable_gmp_plugin;
 
48536
 else
 
48537
-  pkg_failed=yes
 
48538
-fi
 
48539
- else
 
48540
-    pkg_failed=untried
 
48541
+  enable_gmp_plugin=yes
 
48542
 fi
 
48543
 
 
48544
+{ echo "$as_me:$LINENO: result: $enable_gmp_plugin" >&5
 
48545
+echo "${ECHO_T}$enable_gmp_plugin" >&6; }
 
48546
 
 
48547
+{ echo "$as_me:$LINENO: checking whether to enable the Complex browser plugin" >&5
 
48548
+echo $ECHO_N "checking whether to enable the Complex browser plugin... $ECHO_C" >&6; }
 
48549
+# Check whether --enable-complex-plugin was given.
 
48550
+if test "${enable_complex_plugin+set}" = set; then
 
48551
+  enableval=$enable_complex_plugin;
 
48552
+else
 
48553
+  enable_complex_plugin=no
 
48554
+fi
 
48555
 
 
48556
-if test $pkg_failed = yes; then
 
48557
+{ echo "$as_me:$LINENO: result: $enable_complex_plugin" >&5
 
48558
+echo "${ECHO_T}$enable_complex_plugin" >&6; }
 
48559
 
 
48560
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
48561
-        _pkg_short_errors_supported=yes
 
48562
+{ echo "$as_me:$LINENO: checking whether to enable the NarrowSpace browser plugin" >&5
 
48563
+echo $ECHO_N "checking whether to enable the NarrowSpace browser plugin... $ECHO_C" >&6; }
 
48564
+# Check whether --enable-narrowspace-plugin was given.
 
48565
+if test "${enable_narrowspace_plugin+set}" = set; then
 
48566
+  enableval=$enable_narrowspace_plugin;
 
48567
 else
 
48568
-        _pkg_short_errors_supported=no
 
48569
+  enable_narrowspace_plugin=yes
 
48570
 fi
 
48571
-        if test $_pkg_short_errors_supported = yes; then
 
48572
-               VALA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "vala-1.0 >= $VALA_REQS" 2>&1`
 
48573
-        else
 
48574
-               VALA_PKG_ERRORS=`$PKG_CONFIG --print-errors "vala-1.0 >= $VALA_REQS" 2>&1`
 
48575
-        fi
 
48576
-       # Put the nasty error message in config.log where it belongs
 
48577
-       echo "$VALA_PKG_ERRORS" >&5
 
48578
 
 
48579
-       { $as_echo "$as_me:$LINENO: result: no" >&5
 
48580
-$as_echo "no" >&6; }
 
48581
-                with_vala=no
 
48582
-elif test $pkg_failed = untried; then
 
48583
-       with_vala=no
 
48584
+{ echo "$as_me:$LINENO: result: $enable_narrowspace_plugin" >&5
 
48585
+echo "${ECHO_T}$enable_narrowspace_plugin" >&6; }
 
48586
+
 
48587
+{ echo "$as_me:$LINENO: checking whether to enable the MullY browser plugin" >&5
 
48588
+echo $ECHO_N "checking whether to enable the MullY browser plugin... $ECHO_C" >&6; }
 
48589
+# Check whether --enable-mully-plugin was given.
 
48590
+if test "${enable_mully_plugin+set}" = set; then
 
48591
+  enableval=$enable_mully_plugin;
 
48592
 else
 
48593
-       VALA_CFLAGS=$pkg_cv_VALA_CFLAGS
 
48594
-       VALA_LIBS=$pkg_cv_VALA_LIBS
 
48595
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
48596
-$as_echo "yes" >&6; }
 
48597
-       with_vala=yes
 
48598
+  enable_mully_plugin=yes
 
48599
 fi
 
48600
-       if test "x$with_vala" = "xyes"; then
 
48601
-               VALAC="`pkg-config --variable=prefix vala-1.0`/bin/valac"
 
48602
 
 
48603
-       elif test "x$enable_vala" = "xyes"; then
 
48604
-               { { $as_echo "$as_me:$LINENO: error: Vala plugin support explicitly requested, but not found" >&5
 
48605
-$as_echo "$as_me: error: Vala plugin support explicitly requested, but not found" >&2;}
 
48606
-   { (exit 1); exit 1; }; }
 
48607
-       fi
 
48608
-fi
 
48609
- if test "x$with_vala" = "xyes"; then
 
48610
-  ENABLE_VALA_TRUE=
 
48611
-  ENABLE_VALA_FALSE='#'
 
48612
+{ echo "$as_me:$LINENO: result: $enable_mully_plugin" >&5
 
48613
+echo "${ECHO_T}$enable_mully_plugin" >&6; }
 
48614
+
 
48615
+{ echo "$as_me:$LINENO: checking whether to enable the Cone browser plugin" >&5
 
48616
+echo $ECHO_N "checking whether to enable the Cone browser plugin... $ECHO_C" >&6; }
 
48617
+# Check whether --enable-cone-plugin was given.
 
48618
+if test "${enable_cone_plugin+set}" = set; then
 
48619
+  enableval=$enable_cone_plugin;
 
48620
 else
 
48621
-  ENABLE_VALA_TRUE='#'
 
48622
-  ENABLE_VALA_FALSE=
 
48623
+  enable_cone_plugin=yes
 
48624
 fi
 
48625
 
 
48626
+{ echo "$as_me:$LINENO: result: $enable_cone_plugin" >&5
 
48627
+echo "${ECHO_T}$enable_cone_plugin" >&6; }
 
48628
 
 
48629
-# ********************
 
48630
-# Movie player plugins
 
48631
-# ********************
 
48632
+fi
 
48633
 
 
48634
-plugin_error_or_ignore()
 
48635
-{
 
48636
-       if test "${error_on_bad_plugin}" = "1" ; then
 
48637
-               { { $as_echo "$as_me:$LINENO: error: $1" >&5
 
48638
-$as_echo "$as_me: error: $1" >&2;}
 
48639
-   { (exit 1); exit 1; }; }
 
48640
-       else
 
48641
-               { $as_echo "$as_me:$LINENO: WARNING: $1 (disabling plugin)" >&5
 
48642
-$as_echo "$as_me: WARNING: $1 (disabling plugin)" >&2;}
 
48643
-       fi
 
48644
-}
 
48645
+ if test "$enable_basic_plugin" = "yes"; then
 
48646
+  ENABLE_BASIC_PLUGIN_TRUE=
 
48647
+  ENABLE_BASIC_PLUGIN_FALSE='#'
 
48648
+else
 
48649
+  ENABLE_BASIC_PLUGIN_TRUE='#'
 
48650
+  ENABLE_BASIC_PLUGIN_FALSE=
 
48651
+fi
 
48652
 
 
48653
+ if test "$enable_gmp_plugin" = "yes"; then
 
48654
+  ENABLE_GMP_PLUGIN_TRUE=
 
48655
+  ENABLE_GMP_PLUGIN_FALSE='#'
 
48656
+else
 
48657
+  ENABLE_GMP_PLUGIN_TRUE='#'
 
48658
+  ENABLE_GMP_PLUGIN_FALSE=
 
48659
+fi
 
48660
 
 
48661
-# Check whether --with-plugins was given.
 
48662
-if test "${with_plugins+set}" = set; then
 
48663
-  withval=$with_plugins;
 
48664
+ if test "$enable_complex_plugin" = "yes"; then
 
48665
+  ENABLE_COMPLEX_PLUGIN_TRUE=
 
48666
+  ENABLE_COMPLEX_PLUGIN_FALSE='#'
 
48667
 else
 
48668
-  with_plugins=autodetect
 
48669
+  ENABLE_COMPLEX_PLUGIN_TRUE='#'
 
48670
+  ENABLE_COMPLEX_PLUGIN_FALSE=
 
48671
 fi
 
48672
 
 
48673
+ if test "$enable_narrowspace_plugin" = "yes"; then
 
48674
+  ENABLE_NARROWSPACE_PLUGIN_TRUE=
 
48675
+  ENABLE_NARROWSPACE_PLUGIN_FALSE='#'
 
48676
+else
 
48677
+  ENABLE_NARROWSPACE_PLUGIN_TRUE='#'
 
48678
+  ENABLE_NARROWSPACE_PLUGIN_FALSE=
 
48679
+fi
 
48680
 
 
48681
-used_plugins=""
 
48682
-used_plugins2=""
 
48683
+ if test "$enable_mully_plugin" = "yes"; then
 
48684
+  ENABLE_MULLY_PLUGIN_TRUE=
 
48685
+  ENABLE_MULLY_PLUGIN_FALSE='#'
 
48686
+else
 
48687
+  ENABLE_MULLY_PLUGIN_TRUE='#'
 
48688
+  ENABLE_MULLY_PLUGIN_FALSE=
 
48689
+fi
 
48690
 
 
48691
-if test "x${with_plugins}" = "xautodetect" ; then
 
48692
-       # Default to all plugins and just ignore them if they won't compile
 
48693
-       with_plugins="all"
 
48694
-       error_on_bad_plugin="0"
 
48695
+ if test "$enable_cone_plugin" = "yes"; then
 
48696
+  ENABLE_CONE_PLUGIN_TRUE=
 
48697
+  ENABLE_CONE_PLUGIN_FALSE='#'
 
48698
 else
 
48699
-       # Clean up the plugin list and error if a plugin won't compile
 
48700
-       with_plugins=`echo ,"${with_plugins}", | sed -e 's/[    ,][     ,]*/ /g' -e 's/,$//'`
 
48701
-       error_on_bad_plugin="1"
 
48702
+  ENABLE_CONE_PLUGIN_TRUE='#'
 
48703
+  ENABLE_CONE_PLUGIN_FALSE=
 
48704
 fi
 
48705
 
 
48706
-# Iterate through the wanted plugins and weed out bad ones (or error)
 
48707
-for wanted_plugin in ${with_plugins}; do
 
48708
-       for allowed_plugin in ${allowed_plugins}; do
 
48709
-               case ${wanted_plugin} in
 
48710
-                       all)
 
48711
-                               # List all plugins as being used
 
48712
-                               used_plugins=${allowed_plugins}
 
48713
-                       ;;
 
48714
-                       autodetect)
 
48715
-                               # List all plugins as being used
 
48716
-                               used_plugins=${allowed_plugins}
 
48717
-                       ;;
 
48718
-                       none) used_plugins="";; # List no plugins
 
48719
-                       ${allowed_plugin}) used_plugins="${used_plugins} ${wanted_plugin}";; # List the plugin
 
48720
-                       *) ;;
 
48721
-               esac
 
48722
-       done
 
48723
-done
 
48724
 
 
48725
-# Check for plugin-specific requirements and error if necessary
 
48726
-for plugin in ${used_plugins}; do
 
48727
-       add_plugin="1"
 
48728
 
 
48729
-       case ${plugin} in
 
48730
-               galago)
 
48731
+# Check whether --enable-nautilus was given.
 
48732
+if test "${enable_nautilus+set}" = set; then
 
48733
+  enableval=$enable_nautilus; case "${enableval}" in
 
48734
+       yes) ENABLE_NAUTILUS=yes ;;
 
48735
+       no) ENABLE_NAUTILUS=no ;;
 
48736
+       *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-nautilus" >&5
 
48737
+echo "$as_me: error: bad value ${enableval} for --enable-nautilus" >&2;}
 
48738
+   { (exit 1); exit 1; }; } ;;
 
48739
+       esac
 
48740
+else
 
48741
+  ENABLE_NAUTILUS=yes
 
48742
+fi
 
48743
+
 
48744
+if test x$ENABLE_NAUTILUS = "xyes" ; then
 
48745
 
 
48746
 pkg_failed=no
 
48747
-{ $as_echo "$as_me:$LINENO: checking for LIBGALAGO" >&5
 
48748
-$as_echo_n "checking for LIBGALAGO... " >&6; }
 
48749
+{ echo "$as_me:$LINENO: checking for NAUTILUS" >&5
 
48750
+echo $ECHO_N "checking for NAUTILUS... $ECHO_C" >&6; }
 
48751
 
 
48752
-if test -n "$LIBGALAGO_CFLAGS"; then
 
48753
-    pkg_cv_LIBGALAGO_CFLAGS="$LIBGALAGO_CFLAGS"
 
48754
- elif test -n "$PKG_CONFIG"; then
 
48755
-    if test -n "$PKG_CONFIG" && \
 
48756
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgalago >= 0.5.2\"") >&5
 
48757
-  ($PKG_CONFIG --exists --print-errors "libgalago >= 0.5.2") 2>&5
 
48758
+if test -n "$PKG_CONFIG"; then
 
48759
+    if test -n "$NAUTILUS_CFLAGS"; then
 
48760
+        pkg_cv_NAUTILUS_CFLAGS="$NAUTILUS_CFLAGS"
 
48761
+    else
 
48762
+        if test -n "$PKG_CONFIG" && \
 
48763
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 gthread-2.0 libnautilus-extension\"") >&5
 
48764
+  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 gthread-2.0 libnautilus-extension") 2>&5
 
48765
   ac_status=$?
 
48766
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
48767
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
48768
   (exit $ac_status); }; then
 
48769
-  pkg_cv_LIBGALAGO_CFLAGS=`$PKG_CONFIG --cflags "libgalago >= 0.5.2" 2>/dev/null`
 
48770
+  pkg_cv_NAUTILUS_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 gthread-2.0 libnautilus-extension" 2>/dev/null`
 
48771
 else
 
48772
   pkg_failed=yes
 
48773
 fi
 
48774
- else
 
48775
-    pkg_failed=untried
 
48776
+    fi
 
48777
+else
 
48778
+       pkg_failed=untried
 
48779
 fi
 
48780
-if test -n "$LIBGALAGO_LIBS"; then
 
48781
-    pkg_cv_LIBGALAGO_LIBS="$LIBGALAGO_LIBS"
 
48782
- elif test -n "$PKG_CONFIG"; then
 
48783
-    if test -n "$PKG_CONFIG" && \
 
48784
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgalago >= 0.5.2\"") >&5
 
48785
-  ($PKG_CONFIG --exists --print-errors "libgalago >= 0.5.2") 2>&5
 
48786
+if test -n "$PKG_CONFIG"; then
 
48787
+    if test -n "$NAUTILUS_LIBS"; then
 
48788
+        pkg_cv_NAUTILUS_LIBS="$NAUTILUS_LIBS"
 
48789
+    else
 
48790
+        if test -n "$PKG_CONFIG" && \
 
48791
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 gthread-2.0 libnautilus-extension\"") >&5
 
48792
+  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 gthread-2.0 libnautilus-extension") 2>&5
 
48793
   ac_status=$?
 
48794
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
48795
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
48796
   (exit $ac_status); }; then
 
48797
-  pkg_cv_LIBGALAGO_LIBS=`$PKG_CONFIG --libs "libgalago >= 0.5.2" 2>/dev/null`
 
48798
+  pkg_cv_NAUTILUS_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 gthread-2.0 libnautilus-extension" 2>/dev/null`
 
48799
 else
 
48800
   pkg_failed=yes
 
48801
 fi
 
48802
- else
 
48803
-    pkg_failed=untried
 
48804
+    fi
 
48805
+else
 
48806
+       pkg_failed=untried
 
48807
 fi
 
48808
 
 
48809
 
 
48810
@@ -25192,73 +23079,97 @@
 
48811
         _pkg_short_errors_supported=no
 
48812
 fi
 
48813
         if test $_pkg_short_errors_supported = yes; then
 
48814
-               LIBGALAGO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libgalago >= 0.5.2" 2>&1`
 
48815
+               NAUTILUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "gtk+-2.0 gthread-2.0 libnautilus-extension"`
 
48816
         else
 
48817
-               LIBGALAGO_PKG_ERRORS=`$PKG_CONFIG --print-errors "libgalago >= 0.5.2" 2>&1`
 
48818
+               NAUTILUS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 gthread-2.0 libnautilus-extension"`
 
48819
         fi
 
48820
        # Put the nasty error message in config.log where it belongs
 
48821
-       echo "$LIBGALAGO_PKG_ERRORS" >&5
 
48822
+       echo "$NAUTILUS_PKG_ERRORS" >&5
 
48823
 
 
48824
-       { $as_echo "$as_me:$LINENO: result: no" >&5
 
48825
-$as_echo "no" >&6; }
 
48826
-                HAVE_LIBGALAGO=no
 
48827
+       { echo "$as_me:$LINENO: result: no" >&5
 
48828
+echo "${ECHO_T}no" >&6; }
 
48829
+                HAVE_NAUTILUS=no
 
48830
 elif test $pkg_failed = untried; then
 
48831
-       HAVE_LIBGALAGO=no
 
48832
+       HAVE_NAUTILUS=no
 
48833
 else
 
48834
-       LIBGALAGO_CFLAGS=$pkg_cv_LIBGALAGO_CFLAGS
 
48835
-       LIBGALAGO_LIBS=$pkg_cv_LIBGALAGO_LIBS
 
48836
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
48837
-$as_echo "yes" >&6; }
 
48838
-       HAVE_LIBGALAGO=yes
 
48839
+       NAUTILUS_CFLAGS=$pkg_cv_NAUTILUS_CFLAGS
 
48840
+       NAUTILUS_LIBS=$pkg_cv_NAUTILUS_LIBS
 
48841
+        { echo "$as_me:$LINENO: result: yes" >&5
 
48842
+echo "${ECHO_T}yes" >&6; }
 
48843
+       HAVE_NAUTILUS=yes
 
48844
 fi
 
48845
-                       if test "${HAVE_LIBGALAGO}" != "yes" ; then
 
48846
-                               plugin_error_or_ignore "you need libgalago >= 0.5.2 installed for the galago plugin"
 
48847
-                               add_plugin="0"
 
48848
-                       fi
 
48849
-               ;;
 
48850
-               gromit)
 
48851
-                       if test "${have_x11}" != "yes" ; then
 
48852
-                               plugin_error_or_ignore "the gromit plugin is not supported on non-X11 targets"
 
48853
-                               add_plugin="0"
 
48854
-                       fi
 
48855
-               ;;
 
48856
-               media-player-keys)
 
48857
+fi
 
48858
+
 
48859
+NAUTILUS_LIBS="$NAUTILUS_LIBS $EXTRA_BACKEND_LIBS"
 
48860
+
 
48861
+
 
48862
+if test x$HAVE_NAUTILUS = "xyes"; then
 
48863
+
 
48864
+cat >>confdefs.h <<\_ACEOF
 
48865
+#define HAVE_NAUTILUS 1
 
48866
+_ACEOF
 
48867
+
 
48868
+       NAUTILUSDIR=`pkg-config --variable=extensiondir libnautilus-extension`
 
48869
+
 
48870
+fi
 
48871
+ if test x$HAVE_NAUTILUS = "xyes"; then
 
48872
+  HAVE_NAUTILUS_TRUE=
 
48873
+  HAVE_NAUTILUS_FALSE='#'
 
48874
+else
 
48875
+  HAVE_NAUTILUS_TRUE='#'
 
48876
+  HAVE_NAUTILUS_FALSE=
 
48877
+fi
 
48878
+
 
48879
+
 
48880
+
 
48881
+# Check whether --with-dbus was given.
 
48882
+if test "${with_dbus+set}" = set; then
 
48883
+  withval=$with_dbus;
 
48884
+else
 
48885
+  with_dbus=auto
 
48886
+fi
 
48887
+
 
48888
+if test "x$with_dbus" != "xno"; then
 
48889
 
 
48890
 pkg_failed=no
 
48891
-{ $as_echo "$as_me:$LINENO: checking for MEDIA_PLAYER_KEYS" >&5
 
48892
-$as_echo_n "checking for MEDIA_PLAYER_KEYS... " >&6; }
 
48893
+{ echo "$as_me:$LINENO: checking for DBUS" >&5
 
48894
+echo $ECHO_N "checking for DBUS... $ECHO_C" >&6; }
 
48895
 
 
48896
-if test -n "$MEDIA_PLAYER_KEYS_CFLAGS"; then
 
48897
-    pkg_cv_MEDIA_PLAYER_KEYS_CFLAGS="$MEDIA_PLAYER_KEYS_CFLAGS"
 
48898
- elif test -n "$PKG_CONFIG"; then
 
48899
-    if test -n "$PKG_CONFIG" && \
 
48900
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dbus-glib-1\"") >&5
 
48901
-  ($PKG_CONFIG --exists --print-errors "dbus-glib-1") 2>&5
 
48902
+if test -n "$PKG_CONFIG"; then
 
48903
+    if test -n "$DBUS_CFLAGS"; then
 
48904
+        pkg_cv_DBUS_CFLAGS="$DBUS_CFLAGS"
 
48905
+    else
 
48906
+        if test -n "$PKG_CONFIG" && \
 
48907
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dbus-glib-1 >= \$DBUS_REQS\"") >&5
 
48908
+  ($PKG_CONFIG --exists --print-errors "dbus-glib-1 >= $DBUS_REQS") 2>&5
 
48909
   ac_status=$?
 
48910
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
48911
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
48912
   (exit $ac_status); }; then
 
48913
-  pkg_cv_MEDIA_PLAYER_KEYS_CFLAGS=`$PKG_CONFIG --cflags "dbus-glib-1" 2>/dev/null`
 
48914
+  pkg_cv_DBUS_CFLAGS=`$PKG_CONFIG --cflags "dbus-glib-1 >= $DBUS_REQS" 2>/dev/null`
 
48915
 else
 
48916
   pkg_failed=yes
 
48917
 fi
 
48918
- else
 
48919
-    pkg_failed=untried
 
48920
+    fi
 
48921
+else
 
48922
+       pkg_failed=untried
 
48923
 fi
 
48924
-if test -n "$MEDIA_PLAYER_KEYS_LIBS"; then
 
48925
-    pkg_cv_MEDIA_PLAYER_KEYS_LIBS="$MEDIA_PLAYER_KEYS_LIBS"
 
48926
- elif test -n "$PKG_CONFIG"; then
 
48927
-    if test -n "$PKG_CONFIG" && \
 
48928
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dbus-glib-1\"") >&5
 
48929
-  ($PKG_CONFIG --exists --print-errors "dbus-glib-1") 2>&5
 
48930
+if test -n "$PKG_CONFIG"; then
 
48931
+    if test -n "$DBUS_LIBS"; then
 
48932
+        pkg_cv_DBUS_LIBS="$DBUS_LIBS"
 
48933
+    else
 
48934
+        if test -n "$PKG_CONFIG" && \
 
48935
+    { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dbus-glib-1 >= \$DBUS_REQS\"") >&5
 
48936
+  ($PKG_CONFIG --exists --print-errors "dbus-glib-1 >= $DBUS_REQS") 2>&5
 
48937
   ac_status=$?
 
48938
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
48939
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
48940
   (exit $ac_status); }; then
 
48941
-  pkg_cv_MEDIA_PLAYER_KEYS_LIBS=`$PKG_CONFIG --libs "dbus-glib-1" 2>/dev/null`
 
48942
+  pkg_cv_DBUS_LIBS=`$PKG_CONFIG --libs "dbus-glib-1 >= $DBUS_REQS" 2>/dev/null`
 
48943
 else
 
48944
   pkg_failed=yes
 
48945
 fi
 
48946
- else
 
48947
-    pkg_failed=untried
 
48948
+    fi
 
48949
+else
 
48950
+       pkg_failed=untried
 
48951
 fi
 
48952
 
 
48953
 
 
48954
@@ -25271,3375 +23182,3388 @@
 
48955
         _pkg_short_errors_supported=no
 
48956
 fi
 
48957
         if test $_pkg_short_errors_supported = yes; then
 
48958
-               MEDIA_PLAYER_KEYS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "dbus-glib-1" 2>&1`
 
48959
+               DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "dbus-glib-1 >= $DBUS_REQS"`
 
48960
         else
 
48961
-               MEDIA_PLAYER_KEYS_PKG_ERRORS=`$PKG_CONFIG --print-errors "dbus-glib-1" 2>&1`
 
48962
+               DBUS_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "dbus-glib-1 >= $DBUS_REQS"`
 
48963
         fi
 
48964
        # Put the nasty error message in config.log where it belongs
 
48965
-       echo "$MEDIA_PLAYER_KEYS_PKG_ERRORS" >&5
 
48966
+       echo "$DBUS_PKG_ERRORS" >&5
 
48967
 
 
48968
-       { $as_echo "$as_me:$LINENO: result: no" >&5
 
48969
-$as_echo "no" >&6; }
 
48970
-                HAVE_MEDIA_PLAYER_KEYS=no
 
48971
+       { echo "$as_me:$LINENO: result: no" >&5
 
48972
+echo "${ECHO_T}no" >&6; }
 
48973
+                enable_dbus=no
 
48974
 elif test $pkg_failed = untried; then
 
48975
-       HAVE_MEDIA_PLAYER_KEYS=no
 
48976
+       enable_dbus=no
 
48977
 else
 
48978
-       MEDIA_PLAYER_KEYS_CFLAGS=$pkg_cv_MEDIA_PLAYER_KEYS_CFLAGS
 
48979
-       MEDIA_PLAYER_KEYS_LIBS=$pkg_cv_MEDIA_PLAYER_KEYS_LIBS
 
48980
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
48981
-$as_echo "yes" >&6; }
 
48982
-       HAVE_MEDIA_PLAYER_KEYS=yes
 
48983
+       DBUS_CFLAGS=$pkg_cv_DBUS_CFLAGS
 
48984
+       DBUS_LIBS=$pkg_cv_DBUS_LIBS
 
48985
+        { echo "$as_me:$LINENO: result: yes" >&5
 
48986
+echo "${ECHO_T}yes" >&6; }
 
48987
+       enable_dbus=yes
 
48988
 fi
 
48989
-                       if test "${HAVE_MEDIA_PLAYER_KEYS}" != "yes" ; then
 
48990
-                               plugin_error_or_ignore "you need dbus-glib-1 installed for the media-player-keys plugin"
 
48991
-                               add_plugin="0"
 
48992
-                       fi
 
48993
-               ;;
 
48994
-               lirc)
 
48995
-                       { $as_echo "$as_me:$LINENO: checking for lirc_init in -llirc_client" >&5
 
48996
-$as_echo_n "checking for lirc_init in -llirc_client... " >&6; }
 
48997
-if test "${ac_cv_lib_lirc_client_lirc_init+set}" = set; then
 
48998
-  $as_echo_n "(cached) " >&6
 
48999
+        if test "x$with_dbus" = xyes && test "x$enable_dbus" = xno; then
 
49000
+          { { echo "$as_me:$LINENO: error: D-BUS explicitly requested but no support found" >&5
 
49001
+echo "$as_me: error: D-BUS explicitly requested but no support found" >&2;}
 
49002
+   { (exit 1); exit 1; }; }
 
49003
+       fi
 
49004
+        if test "x$enable_dbus" = xyes; then
 
49005
+
 
49006
+cat >>confdefs.h <<\_ACEOF
 
49007
+#define WITH_DBUS 1
 
49008
+_ACEOF
 
49009
+
 
49010
+       fi
 
49011
+fi
 
49012
+ if test "x$enable_dbus" = "xyes"; then
 
49013
+  WITH_DBUS_TRUE=
 
49014
+  WITH_DBUS_FALSE='#'
 
49015
 else
 
49016
-  ac_check_lib_save_LIBS=$LIBS
 
49017
-LIBS="-llirc_client  $LIBS"
 
49018
-cat >conftest.$ac_ext <<_ACEOF
 
49019
+  WITH_DBUS_TRUE='#'
 
49020
+  WITH_DBUS_FALSE=
 
49021
+fi
 
49022
+
 
49023
+
 
49024
+# Extract the first word of "gconftool-2", so it can be a program name with args.
 
49025
+set dummy gconftool-2; ac_word=$2
 
49026
+{ echo "$as_me:$LINENO: checking for $ac_word" >&5
 
49027
+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
 
49028
+if test "${ac_cv_path_GCONFTOOL+set}" = set; then
 
49029
+  echo $ECHO_N "(cached) $ECHO_C" >&6
 
49030
+else
 
49031
+  case $GCONFTOOL in
 
49032
+  [\\/]* | ?:[\\/]*)
 
49033
+  ac_cv_path_GCONFTOOL="$GCONFTOOL" # Let the user override the test with a path.
 
49034
+  ;;
 
49035
+  *)
 
49036
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
49037
+for as_dir in $PATH
 
49038
+do
 
49039
+  IFS=$as_save_IFS
 
49040
+  test -z "$as_dir" && as_dir=.
 
49041
+  for ac_exec_ext in '' $ac_executable_extensions; do
 
49042
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
49043
+    ac_cv_path_GCONFTOOL="$as_dir/$ac_word$ac_exec_ext"
 
49044
+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
49045
+    break 2
 
49046
+  fi
 
49047
+done
 
49048
+done
 
49049
+IFS=$as_save_IFS
 
49050
+
 
49051
+  ;;
 
49052
+esac
 
49053
+fi
 
49054
+GCONFTOOL=$ac_cv_path_GCONFTOOL
 
49055
+if test -n "$GCONFTOOL"; then
 
49056
+  { echo "$as_me:$LINENO: result: $GCONFTOOL" >&5
 
49057
+echo "${ECHO_T}$GCONFTOOL" >&6; }
 
49058
+else
 
49059
+  { echo "$as_me:$LINENO: result: no" >&5
 
49060
+echo "${ECHO_T}no" >&6; }
 
49061
+fi
 
49062
+
 
49063
+
 
49064
+
 
49065
+  if test "x$GCONF_SCHEMA_INSTALL_SOURCE" = "x"; then
 
49066
+    GCONF_SCHEMA_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 
49067
+  else
 
49068
+    GCONF_SCHEMA_CONFIG_SOURCE=$GCONF_SCHEMA_INSTALL_SOURCE
 
49069
+  fi
 
49070
+
 
49071
+
 
49072
+# Check whether --with-gconf-source was given.
 
49073
+if test "${with_gconf_source+set}" = set; then
 
49074
+  withval=$with_gconf_source; GCONF_SCHEMA_CONFIG_SOURCE="$withval"
 
49075
+fi
 
49076
+
 
49077
+
 
49078
+
 
49079
+  { echo "$as_me:$LINENO: result: Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation" >&5
 
49080
+echo "${ECHO_T}Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation" >&6; }
 
49081
+
 
49082
+  if test "x$GCONF_SCHEMA_FILE_DIR" = "x"; then
 
49083
+    GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas'
 
49084
+  fi
 
49085
+
 
49086
+
 
49087
+# Check whether --with-gconf-schema-file-dir was given.
 
49088
+if test "${with_gconf_schema_file_dir+set}" = set; then
 
49089
+  withval=$with_gconf_schema_file_dir; GCONF_SCHEMA_FILE_DIR="$withval"
 
49090
+fi
 
49091
+
 
49092
+
 
49093
+
 
49094
+  { echo "$as_me:$LINENO: result: Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files" >&5
 
49095
+echo "${ECHO_T}Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files" >&6; }
 
49096
+
 
49097
+  # Check whether --enable-schemas-install was given.
 
49098
+if test "${enable_schemas_install+set}" = set; then
 
49099
+  enableval=$enable_schemas_install; case ${enableval} in
 
49100
+       yes|no) ;;
 
49101
+       *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-schemas-install" >&5
 
49102
+echo "$as_me: error: bad value ${enableval} for --enable-schemas-install" >&2;}
 
49103
+   { (exit 1); exit 1; }; } ;;
 
49104
+      esac
 
49105
+fi
 
49106
+
 
49107
+   if test "$enable_schemas_install" != no; then
 
49108
+  GCONF_SCHEMAS_INSTALL_TRUE=
 
49109
+  GCONF_SCHEMAS_INSTALL_FALSE='#'
 
49110
+else
 
49111
+  GCONF_SCHEMAS_INSTALL_TRUE='#'
 
49112
+  GCONF_SCHEMAS_INSTALL_FALSE=
 
49113
+fi
 
49114
+
 
49115
+
 
49116
+
 
49117
+
 
49118
+
 
49119
+
 
49120
+      ACLOCAL_AMFLAGS="\${ACLOCAL_FLAGS}"
 
49121
+  if test -n "$ac_macro_dir"; then
 
49122
+    ACLOCAL_AMFLAGS="-I $ac_macro_dir $ACLOCAL_AMFLAGS"
 
49123
+  fi
 
49124
+
 
49125
+
 
49126
+
 
49127
+
 
49128
+       # Check whether --enable-debug was given.
 
49129
+if test "${enable_debug+set}" = set; then
 
49130
+  enableval=$enable_debug;
 
49131
+else
 
49132
+  enable_debug=no
 
49133
+fi
 
49134
+
 
49135
+
 
49136
+       if test x$enable_debug = xyes ; then
 
49137
+
 
49138
+cat >>confdefs.h <<\_ACEOF
 
49139
+#define GNOME_ENABLE_DEBUG 1
 
49140
+_ACEOF
 
49141
+
 
49142
+       fi
 
49143
+
 
49144
+
 
49145
+
 
49146
+    # Check whether --enable-compile-warnings was given.
 
49147
+if test "${enable_compile_warnings+set}" = set; then
 
49148
+  enableval=$enable_compile_warnings;
 
49149
+else
 
49150
+  enable_compile_warnings="maximum"
 
49151
+fi
 
49152
+
 
49153
+
 
49154
+    warnCFLAGS=
 
49155
+    if test "x$GCC" != xyes; then
 
49156
+       enable_compile_warnings=no
 
49157
+    fi
 
49158
+
 
49159
+    warning_flags=
 
49160
+    realsave_CFLAGS="$CFLAGS"
 
49161
+
 
49162
+    case "$enable_compile_warnings" in
 
49163
+    no)
 
49164
+       warning_flags=
 
49165
+       ;;
 
49166
+    minimum)
 
49167
+       warning_flags="-Wall"
 
49168
+       ;;
 
49169
+    yes)
 
49170
+       warning_flags="-Wall -Wmissing-prototypes"
 
49171
+       ;;
 
49172
+    maximum|error)
 
49173
+       warning_flags="-Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith"
 
49174
+       CFLAGS="$warning_flags $CFLAGS"
 
49175
+       for option in -Wno-sign-compare; do
 
49176
+               SAVE_CFLAGS="$CFLAGS"
 
49177
+               CFLAGS="$CFLAGS $option"
 
49178
+               { echo "$as_me:$LINENO: checking whether gcc understands $option" >&5
 
49179
+echo $ECHO_N "checking whether gcc understands $option... $ECHO_C" >&6; }
 
49180
+               cat >conftest.$ac_ext <<_ACEOF
 
49181
 /* confdefs.h.  */
 
49182
 _ACEOF
 
49183
 cat confdefs.h >>conftest.$ac_ext
 
49184
 cat >>conftest.$ac_ext <<_ACEOF
 
49185
 /* end confdefs.h.  */
 
49186
 
 
49187
-/* Override any GCC internal prototype to avoid an error.
 
49188
-   Use char because int might match the return type of a GCC
 
49189
-   builtin and then its argument prototype would still apply.  */
 
49190
-#ifdef __cplusplus
 
49191
-extern "C"
 
49192
-#endif
 
49193
-char lirc_init ();
 
49194
 int
 
49195
 main ()
 
49196
 {
 
49197
-return lirc_init ();
 
49198
+
 
49199
   ;
 
49200
   return 0;
 
49201
 }
 
49202
 _ACEOF
 
49203
-rm -f conftest.$ac_objext conftest$ac_exeext
 
49204
-if { (ac_try="$ac_link"
 
49205
-case "(($ac_try" in
 
49206
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
49207
-  *) ac_try_echo=$ac_try;;
 
49208
-esac
 
49209
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
49210
-$as_echo "$ac_try_echo") >&5
 
49211
-  (eval "$ac_link") 2>conftest.er1
 
49212
-  ac_status=$?
 
49213
-  grep -v '^ *+' conftest.er1 >conftest.err
 
49214
-  rm -f conftest.er1
 
49215
-  cat conftest.err >&5
 
49216
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
49217
-  (exit $ac_status); } && {
 
49218
-        test -z "$ac_c_werror_flag" ||
 
49219
-        test ! -s conftest.err
 
49220
-       } && test -s conftest$ac_exeext && {
 
49221
-        test "$cross_compiling" = yes ||
 
49222
-        $as_test_x conftest$ac_exeext
 
49223
-       }; then
 
49224
-  ac_cv_lib_lirc_client_lirc_init=yes
 
49225
-else
 
49226
-  $as_echo "$as_me: failed program was:" >&5
 
49227
-sed 's/^/| /' conftest.$ac_ext >&5
 
49228
-
 
49229
-       ac_cv_lib_lirc_client_lirc_init=no
 
49230
-fi
 
49231
-
 
49232
-rm -rf conftest.dSYM
 
49233
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
49234
-      conftest$ac_exeext conftest.$ac_ext
 
49235
-LIBS=$ac_check_lib_save_LIBS
 
49236
-fi
 
49237
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lirc_client_lirc_init" >&5
 
49238
-$as_echo "$ac_cv_lib_lirc_client_lirc_init" >&6; }
 
49239
-if test "x$ac_cv_lib_lirc_client_lirc_init" = x""yes; then
 
49240
-  if test "${ac_cv_header_lirc_lirc_client_h+set}" = set; then
 
49241
-  { $as_echo "$as_me:$LINENO: checking for lirc/lirc_client.h" >&5
 
49242
-$as_echo_n "checking for lirc/lirc_client.h... " >&6; }
 
49243
-if test "${ac_cv_header_lirc_lirc_client_h+set}" = set; then
 
49244
-  $as_echo_n "(cached) " >&6
 
49245
-fi
 
49246
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_lirc_lirc_client_h" >&5
 
49247
-$as_echo "$ac_cv_header_lirc_lirc_client_h" >&6; }
 
49248
-else
 
49249
-  # Is the header compilable?
 
49250
-{ $as_echo "$as_me:$LINENO: checking lirc/lirc_client.h usability" >&5
 
49251
-$as_echo_n "checking lirc/lirc_client.h usability... " >&6; }
 
49252
-cat >conftest.$ac_ext <<_ACEOF
 
49253
-/* confdefs.h.  */
 
49254
-_ACEOF
 
49255
-cat confdefs.h >>conftest.$ac_ext
 
49256
-cat >>conftest.$ac_ext <<_ACEOF
 
49257
-/* end confdefs.h.  */
 
49258
-$ac_includes_default
 
49259
-#include <lirc/lirc_client.h>
 
49260
-_ACEOF
 
49261
 rm -f conftest.$ac_objext
 
49262
 if { (ac_try="$ac_compile"
 
49263
 case "(($ac_try" in
 
49264
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
49265
   *) ac_try_echo=$ac_try;;
 
49266
 esac
 
49267
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
49268
-$as_echo "$ac_try_echo") >&5
 
49269
+eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
 
49270
   (eval "$ac_compile") 2>conftest.er1
 
49271
   ac_status=$?
 
49272
   grep -v '^ *+' conftest.er1 >conftest.err
 
49273
   rm -f conftest.er1
 
49274
   cat conftest.err >&5
 
49275
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
49276
+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
49277
   (exit $ac_status); } && {
 
49278
         test -z "$ac_c_werror_flag" ||
 
49279
         test ! -s conftest.err
 
49280
        } && test -s conftest.$ac_objext; then
 
49281
-  ac_header_compiler=yes
 
49282
+  has_option=yes
 
49283
 else
 
49284
-  $as_echo "$as_me: failed program was:" >&5
 
49285
+  echo "$as_me: failed program was:" >&5
 
49286
 sed 's/^/| /' conftest.$ac_ext >&5
 
49287
 
 
49288
-       ac_header_compiler=no
 
49289
+       has_option=no
 
49290
 fi
 
49291
 
 
49292
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
49293
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
49294
-$as_echo "$ac_header_compiler" >&6; }
 
49295
-
 
49296
-# Is the header present?
 
49297
-{ $as_echo "$as_me:$LINENO: checking lirc/lirc_client.h presence" >&5
 
49298
-$as_echo_n "checking lirc/lirc_client.h presence... " >&6; }
 
49299
-cat >conftest.$ac_ext <<_ACEOF
 
49300
-/* confdefs.h.  */
 
49301
-_ACEOF
 
49302
-cat confdefs.h >>conftest.$ac_ext
 
49303
-cat >>conftest.$ac_ext <<_ACEOF
 
49304
-/* end confdefs.h.  */
 
49305
-#include <lirc/lirc_client.h>
 
49306
-_ACEOF
 
49307
-if { (ac_try="$ac_cpp conftest.$ac_ext"
 
49308
-case "(($ac_try" in
 
49309
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
49310
-  *) ac_try_echo=$ac_try;;
 
49311
-esac
 
49312
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
49313
-$as_echo "$ac_try_echo") >&5
 
49314
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
49315
-  ac_status=$?
 
49316
-  grep -v '^ *+' conftest.er1 >conftest.err
 
49317
-  rm -f conftest.er1
 
49318
-  cat conftest.err >&5
 
49319
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
49320
-  (exit $ac_status); } >/dev/null && {
 
49321
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
49322
-        test ! -s conftest.err
 
49323
-       }; then
 
49324
-  ac_header_preproc=yes
 
49325
-else
 
49326
-  $as_echo "$as_me: failed program was:" >&5
 
49327
-sed 's/^/| /' conftest.$ac_ext >&5
 
49328
-
 
49329
-  ac_header_preproc=no
 
49330
-fi
 
49331
-
 
49332
-rm -f conftest.err conftest.$ac_ext
 
49333
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
49334
-$as_echo "$ac_header_preproc" >&6; }
 
49335
-
 
49336
-# So?  What about this header?
 
49337
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
49338
-  yes:no: )
 
49339
-    { $as_echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h: accepted by the compiler, rejected by the preprocessor!" >&5
 
49340
-$as_echo "$as_me: WARNING: lirc/lirc_client.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
49341
-    { $as_echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h: proceeding with the compiler's result" >&5
 
49342
-$as_echo "$as_me: WARNING: lirc/lirc_client.h: proceeding with the compiler's result" >&2;}
 
49343
-    ac_header_preproc=yes
 
49344
-    ;;
 
49345
-  no:yes:* )
 
49346
-    { $as_echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h: present but cannot be compiled" >&5
 
49347
-$as_echo "$as_me: WARNING: lirc/lirc_client.h: present but cannot be compiled" >&2;}
 
49348
-    { $as_echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h:     check for missing prerequisite headers?" >&5
 
49349
-$as_echo "$as_me: WARNING: lirc/lirc_client.h:     check for missing prerequisite headers?" >&2;}
 
49350
-    { $as_echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h: see the Autoconf documentation" >&5
 
49351
-$as_echo "$as_me: WARNING: lirc/lirc_client.h: see the Autoconf documentation" >&2;}
 
49352
-    { $as_echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h:     section \"Present But Cannot Be Compiled\"" >&5
 
49353
-$as_echo "$as_me: WARNING: lirc/lirc_client.h:     section \"Present But Cannot Be Compiled\"" >&2;}
 
49354
-    { $as_echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h: proceeding with the preprocessor's result" >&5
 
49355
-$as_echo "$as_me: WARNING: lirc/lirc_client.h: proceeding with the preprocessor's result" >&2;}
 
49356
-    { $as_echo "$as_me:$LINENO: WARNING: lirc/lirc_client.h: in the future, the compiler will take precedence" >&5
 
49357
-$as_echo "$as_me: WARNING: lirc/lirc_client.h: in the future, the compiler will take precedence" >&2;}
 
49358
-    ( cat <<\_ASBOX
 
49359
-## -------------------------------------------------------------------- ##
 
49360
-## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=totem ##
 
49361
-## -------------------------------------------------------------------- ##
 
49362
-_ASBOX
 
49363
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
 
49364
-    ;;
 
49365
-esac
 
49366
-{ $as_echo "$as_me:$LINENO: checking for lirc/lirc_client.h" >&5
 
49367
-$as_echo_n "checking for lirc/lirc_client.h... " >&6; }
 
49368
-if test "${ac_cv_header_lirc_lirc_client_h+set}" = set; then
 
49369
-  $as_echo_n "(cached) " >&6
 
49370
-else
 
49371
-  ac_cv_header_lirc_lirc_client_h=$ac_header_preproc
 
49372
-fi
 
49373
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_lirc_lirc_client_h" >&5
 
49374
-$as_echo "$ac_cv_header_lirc_lirc_client_h" >&6; }
 
49375
+               CFLAGS="$SAVE_CFLAGS"
 
49376
+               { echo "$as_me:$LINENO: result: $has_option" >&5
 
49377
+echo "${ECHO_T}$has_option" >&6; }
 
49378
+               if test $has_option = yes; then
 
49379
+                 warning_flags="$warning_flags $option"
 
49380
+               fi
 
49381
+               unset has_option
 
49382
+               unset SAVE_CFLAGS
 
49383
+       done
 
49384
+       unset option
 
49385
+       if test "$enable_compile_warnings" = "error" ; then
 
49386
+           warning_flags="$warning_flags -Werror"
 
49387
+       fi
 
49388
+       ;;
 
49389
+    *)
 
49390
+       { { echo "$as_me:$LINENO: error: Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" >&5
 
49391
+echo "$as_me: error: Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" >&2;}
 
49392
+   { (exit 1); exit 1; }; }
 
49393
+       ;;
 
49394
+    esac
 
49395
+    CFLAGS="$realsave_CFLAGS"
 
49396
+    { echo "$as_me:$LINENO: checking what warning flags to pass to the C compiler" >&5
 
49397
+echo $ECHO_N "checking what warning flags to pass to the C compiler... $ECHO_C" >&6; }
 
49398
+    { echo "$as_me:$LINENO: result: $warning_flags" >&5
 
49399
+echo "${ECHO_T}$warning_flags" >&6; }
 
49400
 
 
49401
-fi
 
49402
-if test "x$ac_cv_header_lirc_lirc_client_h" = x""yes; then
 
49403
-  LIRC_LIBS="-llirc_client"
 
49404
-                                        HAVE_LIRC=yes
 
49405
+    # Check whether --enable-iso-c was given.
 
49406
+if test "${enable_iso_c+set}" = set; then
 
49407
+  enableval=$enable_iso_c;
 
49408
 else
 
49409
-
 
49410
-                                        LIRC_LIBS=""
 
49411
-                                        HAVE_LIRC=no
 
49412
-fi
 
49413
-
 
49414
-
 
49415
+  enable_iso_c=no
 
49416
 fi
 
49417
 
 
49418
 
 
49419
-                       if test "${HAVE_LIRC}" != "yes" ; then
 
49420
-                               plugin_error_or_ignore "you need lirc_client installed for the lirc plugin"
 
49421
-                               add_plugin="0"
 
49422
-                       fi
 
49423
-               ;;
 
49424
-               mythtv)
 
49425
-
 
49426
-pkg_failed=no
 
49427
-{ $as_echo "$as_me:$LINENO: checking for GMYTH" >&5
 
49428
-$as_echo_n "checking for GMYTH... " >&6; }
 
49429
-
 
49430
-if test -n "$GMYTH_CFLAGS"; then
 
49431
-    pkg_cv_GMYTH_CFLAGS="$GMYTH_CFLAGS"
 
49432
- elif test -n "$PKG_CONFIG"; then
 
49433
-    if test -n "$PKG_CONFIG" && \
 
49434
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gmyth >= 0.7.1 gmyth-upnp >= 0.7.1\"") >&5
 
49435
-  ($PKG_CONFIG --exists --print-errors "gmyth >= 0.7.1 gmyth-upnp >= 0.7.1") 2>&5
 
49436
-  ac_status=$?
 
49437
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
49438
-  (exit $ac_status); }; then
 
49439
-  pkg_cv_GMYTH_CFLAGS=`$PKG_CONFIG --cflags "gmyth >= 0.7.1 gmyth-upnp >= 0.7.1" 2>/dev/null`
 
49440
-else
 
49441
-  pkg_failed=yes
 
49442
-fi
 
49443
- else
 
49444
-    pkg_failed=untried
 
49445
-fi
 
49446
-if test -n "$GMYTH_LIBS"; then
 
49447
-    pkg_cv_GMYTH_LIBS="$GMYTH_LIBS"
 
49448
- elif test -n "$PKG_CONFIG"; then
 
49449
-    if test -n "$PKG_CONFIG" && \
 
49450
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gmyth >= 0.7.1 gmyth-upnp >= 0.7.1\"") >&5
 
49451
-  ($PKG_CONFIG --exists --print-errors "gmyth >= 0.7.1 gmyth-upnp >= 0.7.1") 2>&5
 
49452
-  ac_status=$?
 
49453
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
49454
-  (exit $ac_status); }; then
 
49455
-  pkg_cv_GMYTH_LIBS=`$PKG_CONFIG --libs "gmyth >= 0.7.1 gmyth-upnp >= 0.7.1" 2>/dev/null`
 
49456
-else
 
49457
-  pkg_failed=yes
 
49458
-fi
 
49459
- else
 
49460
-    pkg_failed=untried
 
49461
-fi
 
49462
+    { echo "$as_me:$LINENO: checking what language compliance flags to pass to the C compiler" >&5
 
49463
+echo $ECHO_N "checking what language compliance flags to pass to the C compiler... $ECHO_C" >&6; }
 
49464
+    complCFLAGS=
 
49465
+    if test "x$enable_iso_c" != "xno"; then
 
49466
+       if test "x$GCC" = "xyes"; then
 
49467
+       case " $CFLAGS " in
 
49468
+           *\ \        -ansi\ \        *) ;;
 
49469
+           *) complCFLAGS="$complCFLAGS -ansi" ;;
 
49470
+       esac
 
49471
+       case " $CFLAGS " in
 
49472
+           *\ \        -pedantic\ \    *) ;;
 
49473
+           *) complCFLAGS="$complCFLAGS -pedantic" ;;
 
49474
+       esac
 
49475
+       fi
 
49476
+    fi
 
49477
+    { echo "$as_me:$LINENO: result: $complCFLAGS" >&5
 
49478
+echo "${ECHO_T}$complCFLAGS" >&6; }
 
49479
 
 
49480
+    WARN_CFLAGS="$warning_flags $complCFLAGS"
 
49481
 
 
49482
 
 
49483
-if test $pkg_failed = yes; then
 
49484
 
 
49485
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
49486
-        _pkg_short_errors_supported=yes
 
49487
+  # Check whether --enable-cxx-warnings was given.
 
49488
+if test "${enable_cxx_warnings+set}" = set; then
 
49489
+  enableval=$enable_cxx_warnings;
 
49490
 else
 
49491
-        _pkg_short_errors_supported=no
 
49492
+  enable_cxx_warnings="minimum"
 
49493
 fi
 
49494
-        if test $_pkg_short_errors_supported = yes; then
 
49495
-               GMYTH_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gmyth >= 0.7.1 gmyth-upnp >= 0.7.1" 2>&1`
 
49496
-        else
 
49497
-               GMYTH_PKG_ERRORS=`$PKG_CONFIG --print-errors "gmyth >= 0.7.1 gmyth-upnp >= 0.7.1" 2>&1`
 
49498
-        fi
 
49499
-       # Put the nasty error message in config.log where it belongs
 
49500
-       echo "$GMYTH_PKG_ERRORS" >&5
 
49501
 
 
49502
-       { $as_echo "$as_me:$LINENO: result: no" >&5
 
49503
-$as_echo "no" >&6; }
 
49504
-                HAVE_GMYTH=no
 
49505
-elif test $pkg_failed = untried; then
 
49506
-       HAVE_GMYTH=no
 
49507
-else
 
49508
-       GMYTH_CFLAGS=$pkg_cv_GMYTH_CFLAGS
 
49509
-       GMYTH_LIBS=$pkg_cv_GMYTH_LIBS
 
49510
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
49511
-$as_echo "yes" >&6; }
 
49512
-       HAVE_GMYTH=yes
 
49513
-fi
 
49514
-                       if test "${HAVE_GMYTH}" != "yes"; then
 
49515
-                               plugin_error_or_ignore "you need GMyth >= 0.7 installed for the MythTV plugin"
 
49516
-                               add_plugin="0"
 
49517
-                       fi
 
49518
-               ;;
 
49519
-               bemused)
 
49520
 
 
49521
-pkg_failed=no
 
49522
-{ $as_echo "$as_me:$LINENO: checking for BEMUSED" >&5
 
49523
-$as_echo_n "checking for BEMUSED... " >&6; }
 
49524
+  { echo "$as_me:$LINENO: checking what warning flags to pass to the C++ compiler" >&5
 
49525
+echo $ECHO_N "checking what warning flags to pass to the C++ compiler... $ECHO_C" >&6; }
 
49526
+  warnCXXFLAGS=
 
49527
+  if test "x$GXX" != xyes; then
 
49528
+    enable_cxx_warnings=no
 
49529
+  fi
 
49530
+  if test "x$enable_cxx_warnings" != "xno"; then
 
49531
+    if test "x$GXX" = "xyes"; then
 
49532
+      case " $CXXFLAGS " in
 
49533
+      *\ \     -Wall\ \        *) ;;
 
49534
+      *) warnCXXFLAGS="-Wall -Wno-unused" ;;
 
49535
+      esac
 
49536
 
 
49537
-if test -n "$BEMUSED_CFLAGS"; then
 
49538
-    pkg_cv_BEMUSED_CFLAGS="$BEMUSED_CFLAGS"
 
49539
- elif test -n "$PKG_CONFIG"; then
 
49540
-    if test -n "$PKG_CONFIG" && \
 
49541
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"bluez\"") >&5
 
49542
-  ($PKG_CONFIG --exists --print-errors "bluez") 2>&5
 
49543
-  ac_status=$?
 
49544
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
49545
-  (exit $ac_status); }; then
 
49546
-  pkg_cv_BEMUSED_CFLAGS=`$PKG_CONFIG --cflags "bluez" 2>/dev/null`
 
49547
-else
 
49548
-  pkg_failed=yes
 
49549
-fi
 
49550
- else
 
49551
-    pkg_failed=untried
 
49552
-fi
 
49553
-if test -n "$BEMUSED_LIBS"; then
 
49554
-    pkg_cv_BEMUSED_LIBS="$BEMUSED_LIBS"
 
49555
- elif test -n "$PKG_CONFIG"; then
 
49556
-    if test -n "$PKG_CONFIG" && \
 
49557
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"bluez\"") >&5
 
49558
-  ($PKG_CONFIG --exists --print-errors "bluez") 2>&5
 
49559
-  ac_status=$?
 
49560
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
49561
-  (exit $ac_status); }; then
 
49562
-  pkg_cv_BEMUSED_LIBS=`$PKG_CONFIG --libs "bluez" 2>/dev/null`
 
49563
+      ## -W is not all that useful.  And it cannot be controlled
 
49564
+      ## with individual -Wno-xxx flags, unlike -Wall
 
49565
+      if test "x$enable_cxx_warnings" = "xyes"; then
 
49566
+       warnCXXFLAGS="$warnCXXFLAGS -Wshadow -Woverloaded-virtual"
 
49567
+      fi
 
49568
+    fi
 
49569
+  fi
 
49570
+  { echo "$as_me:$LINENO: result: $warnCXXFLAGS" >&5
 
49571
+echo "${ECHO_T}$warnCXXFLAGS" >&6; }
 
49572
+
 
49573
+   # Check whether --enable-iso-cxx was given.
 
49574
+if test "${enable_iso_cxx+set}" = set; then
 
49575
+  enableval=$enable_iso_cxx;
 
49576
 else
 
49577
-  pkg_failed=yes
 
49578
-fi
 
49579
- else
 
49580
-    pkg_failed=untried
 
49581
+  enable_iso_cxx=no
 
49582
 fi
 
49583
 
 
49584
 
 
49585
+   { echo "$as_me:$LINENO: checking what language compliance flags to pass to the C++ compiler" >&5
 
49586
+echo $ECHO_N "checking what language compliance flags to pass to the C++ compiler... $ECHO_C" >&6; }
 
49587
+   complCXXFLAGS=
 
49588
+   if test "x$enable_iso_cxx" != "xno"; then
 
49589
+     if test "x$GXX" = "xyes"; then
 
49590
+      case " $CXXFLAGS " in
 
49591
+      *\ \     -ansi\ \        *) ;;
 
49592
+      *) complCXXFLAGS="$complCXXFLAGS -ansi" ;;
 
49593
+      esac
 
49594
+
 
49595
+      case " $CXXFLAGS " in
 
49596
+      *\ \     -pedantic\ \    *) ;;
 
49597
+      *) complCXXFLAGS="$complCXXFLAGS -pedantic" ;;
 
49598
+      esac
 
49599
+     fi
 
49600
+   fi
 
49601
+  { echo "$as_me:$LINENO: result: $complCXXFLAGS" >&5
 
49602
+echo "${ECHO_T}$complCXXFLAGS" >&6; }
 
49603
+
 
49604
+  WARN_CXXFLAGS="$CXXFLAGS $warnCXXFLAGS $complCXXFLAGS"
 
49605
 
 
49606
-if test $pkg_failed = yes; then
 
49607
 
 
49608
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
49609
-        _pkg_short_errors_supported=yes
 
49610
+{ echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
 
49611
+echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6; }
 
49612
+    # Check whether --enable-maintainer-mode was given.
 
49613
+if test "${enable_maintainer_mode+set}" = set; then
 
49614
+  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
 
49615
 else
 
49616
-        _pkg_short_errors_supported=no
 
49617
+  USE_MAINTAINER_MODE=no
 
49618
 fi
 
49619
-        if test $_pkg_short_errors_supported = yes; then
 
49620
-               BEMUSED_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "bluez" 2>&1`
 
49621
-        else
 
49622
-               BEMUSED_PKG_ERRORS=`$PKG_CONFIG --print-errors "bluez" 2>&1`
 
49623
-        fi
 
49624
-       # Put the nasty error message in config.log where it belongs
 
49625
-       echo "$BEMUSED_PKG_ERRORS" >&5
 
49626
 
 
49627
-       { $as_echo "$as_me:$LINENO: result: no" >&5
 
49628
-$as_echo "no" >&6; }
 
49629
-                HAVE_BLUEZ=no
 
49630
-elif test $pkg_failed = untried; then
 
49631
-       HAVE_BLUEZ=no
 
49632
+  { echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
 
49633
+echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6; }
 
49634
+   if test $USE_MAINTAINER_MODE = yes; then
 
49635
+  MAINTAINER_MODE_TRUE=
 
49636
+  MAINTAINER_MODE_FALSE='#'
 
49637
 else
 
49638
-       BEMUSED_CFLAGS=$pkg_cv_BEMUSED_CFLAGS
 
49639
-       BEMUSED_LIBS=$pkg_cv_BEMUSED_LIBS
 
49640
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
49641
-$as_echo "yes" >&6; }
 
49642
-       HAVE_BLUEZ=yes
 
49643
+  MAINTAINER_MODE_TRUE='#'
 
49644
+  MAINTAINER_MODE_FALSE=
 
49645
 fi
 
49646
-                       if test "${HAVE_BLUEZ}" != "yes" ; then
 
49647
-                               plugin_error_or_ignore "you need the bluez libraries installed for the Bemused plugin"
 
49648
-                               add_plugin="0"
 
49649
-                       fi
 
49650
-               ;;
 
49651
-               publish)
 
49652
 
 
49653
-pkg_failed=no
 
49654
-{ $as_echo "$as_me:$LINENO: checking for LIBEPC" >&5
 
49655
-$as_echo_n "checking for LIBEPC... " >&6; }
 
49656
+  MAINT=$MAINTAINER_MODE_TRUE
 
49657
 
 
49658
-if test -n "$LIBEPC_CFLAGS"; then
 
49659
-    pkg_cv_LIBEPC_CFLAGS="$LIBEPC_CFLAGS"
 
49660
- elif test -n "$PKG_CONFIG"; then
 
49661
-    if test -n "$PKG_CONFIG" && \
 
49662
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libepc-ui-1.0 >= 0.3.0\"") >&5
 
49663
-  ($PKG_CONFIG --exists --print-errors "libepc-ui-1.0 >= 0.3.0") 2>&5
 
49664
-  ac_status=$?
 
49665
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
49666
-  (exit $ac_status); }; then
 
49667
-  pkg_cv_LIBEPC_CFLAGS=`$PKG_CONFIG --cflags "libepc-ui-1.0 >= 0.3.0" 2>/dev/null`
 
49668
-else
 
49669
-  pkg_failed=yes
 
49670
-fi
 
49671
- else
 
49672
-    pkg_failed=untried
 
49673
-fi
 
49674
-if test -n "$LIBEPC_LIBS"; then
 
49675
-    pkg_cv_LIBEPC_LIBS="$LIBEPC_LIBS"
 
49676
- elif test -n "$PKG_CONFIG"; then
 
49677
-    if test -n "$PKG_CONFIG" && \
 
49678
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libepc-ui-1.0 >= 0.3.0\"") >&5
 
49679
-  ($PKG_CONFIG --exists --print-errors "libepc-ui-1.0 >= 0.3.0") 2>&5
 
49680
-  ac_status=$?
 
49681
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
49682
-  (exit $ac_status); }; then
 
49683
-  pkg_cv_LIBEPC_LIBS=`$PKG_CONFIG --libs "libepc-ui-1.0 >= 0.3.0" 2>/dev/null`
 
49684
-else
 
49685
-  pkg_failed=yes
 
49686
-fi
 
49687
- else
 
49688
-    pkg_failed=untried
 
49689
-fi
 
49690
 
 
49691
 
 
49692
 
 
49693
-if test $pkg_failed = yes; then
 
49694
 
 
49695
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
49696
-        _pkg_short_errors_supported=yes
 
49697
-else
 
49698
-        _pkg_short_errors_supported=no
 
49699
-fi
 
49700
-        if test $_pkg_short_errors_supported = yes; then
 
49701
-               LIBEPC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libepc-ui-1.0 >= 0.3.0" 2>&1`
 
49702
-        else
 
49703
-               LIBEPC_PKG_ERRORS=`$PKG_CONFIG --print-errors "libepc-ui-1.0 >= 0.3.0" 2>&1`
 
49704
-        fi
 
49705
-       # Put the nasty error message in config.log where it belongs
 
49706
-       echo "$LIBEPC_PKG_ERRORS" >&5
 
49707
+       if test $USE_MAINTAINER_MODE = yes; then
 
49708
+               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"
 
49709
+       else
 
49710
+               DISABLE_DEPRECATED=""
 
49711
+       fi
 
49712
 
 
49713
-       { $as_echo "$as_me:$LINENO: result: no" >&5
 
49714
-$as_echo "no" >&6; }
 
49715
-                HAVE_LIBEPC=no
 
49716
-elif test $pkg_failed = untried; then
 
49717
-       HAVE_LIBEPC=no
 
49718
-else
 
49719
-       LIBEPC_CFLAGS=$pkg_cv_LIBEPC_CFLAGS
 
49720
-       LIBEPC_LIBS=$pkg_cv_LIBEPC_LIBS
 
49721
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
49722
-$as_echo "yes" >&6; }
 
49723
-       HAVE_LIBEPC=yes
 
49724
-fi
 
49725
-                       if test "${HAVE_LIBEPC}" != "yes" ; then
 
49726
-                               plugin_error_or_ignore "you need the easy-publish-and-consume library installed for the publish plugin"
 
49727
-                               add_plugin="0"
 
49728
-                       fi
 
49729
-               ;;
 
49730
-               tracker)
 
49731
 
 
49732
-pkg_failed=no
 
49733
-{ $as_echo "$as_me:$LINENO: checking for TRACKER" >&5
 
49734
-$as_echo_n "checking for TRACKER... " >&6; }
 
49735
 
 
49736
-if test -n "$TRACKER_CFLAGS"; then
 
49737
-    pkg_cv_TRACKER_CFLAGS="$TRACKER_CFLAGS"
 
49738
- elif test -n "$PKG_CONFIG"; then
 
49739
-    if test -n "$PKG_CONFIG" && \
 
49740
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"tracker\"") >&5
 
49741
-  ($PKG_CONFIG --exists --print-errors "tracker") 2>&5
 
49742
-  ac_status=$?
 
49743
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
49744
-  (exit $ac_status); }; then
 
49745
-  pkg_cv_TRACKER_CFLAGS=`$PKG_CONFIG --cflags "tracker" 2>/dev/null`
 
49746
-else
 
49747
-  pkg_failed=yes
 
49748
-fi
 
49749
- else
 
49750
-    pkg_failed=untried
 
49751
-fi
 
49752
-if test -n "$TRACKER_LIBS"; then
 
49753
-    pkg_cv_TRACKER_LIBS="$TRACKER_LIBS"
 
49754
- elif test -n "$PKG_CONFIG"; then
 
49755
-    if test -n "$PKG_CONFIG" && \
 
49756
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"tracker\"") >&5
 
49757
-  ($PKG_CONFIG --exists --print-errors "tracker") 2>&5
 
49758
-  ac_status=$?
 
49759
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
49760
-  (exit $ac_status); }; then
 
49761
-  pkg_cv_TRACKER_LIBS=`$PKG_CONFIG --libs "tracker" 2>/dev/null`
 
49762
-else
 
49763
-  pkg_failed=yes
 
49764
-fi
 
49765
- else
 
49766
-    pkg_failed=untried
 
49767
-fi
 
49768
+# This macro expands DIR and assigns it to RET.
 
49769
+# If DIR is NONE, then it's replaced by DEFAULT.
 
49770
+# Based on AC_DEFINE_DIR
 
49771
 
 
49772
 
 
49773
 
 
49774
-if test $pkg_failed = yes; then
 
49775
+  test "x$prefix" = xNONE && prefix="$ac_default_prefix"
 
49776
+  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
 
49777
+  ac_expand=$libexecdir
 
49778
+  test "x$ac_expand" = xNONE && ac_expand="$NONE"
 
49779
+  ac_expand=`eval echo $ac_expand`
 
49780
+  FULL_LIBEXECDIR=`eval echo $ac_expand`
 
49781
 
 
49782
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
49783
-        _pkg_short_errors_supported=yes
 
49784
-else
 
49785
-        _pkg_short_errors_supported=no
 
49786
-fi
 
49787
-        if test $_pkg_short_errors_supported = yes; then
 
49788
-               TRACKER_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "tracker" 2>&1`
 
49789
-        else
 
49790
-               TRACKER_PKG_ERRORS=`$PKG_CONFIG --print-errors "tracker" 2>&1`
 
49791
-        fi
 
49792
-       # Put the nasty error message in config.log where it belongs
 
49793
-       echo "$TRACKER_PKG_ERRORS" >&5
 
49794
 
 
49795
-       { $as_echo "$as_me:$LINENO: result: no" >&5
 
49796
-$as_echo "no" >&6; }
 
49797
-                HAVE_TRACKER=no
 
49798
-elif test $pkg_failed = untried; then
 
49799
-       HAVE_TRACKER=no
 
49800
+
 
49801
+# Check whether --enable-debug was given.
 
49802
+if test "${enable_debug+set}" = set; then
 
49803
+  enableval=$enable_debug; case "${enableval}" in
 
49804
+       yes) ENABLE_DEBUG=yes ;;
 
49805
+       no)  ENABLE_DEBUG=no ;;
 
49806
+       *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --disable-debug" >&5
 
49807
+echo "$as_me: error: bad value ${enableval} for --disable-debug" >&2;}
 
49808
+   { (exit 1); exit 1; }; } ;;
 
49809
+       esac
 
49810
 else
 
49811
-       TRACKER_CFLAGS=$pkg_cv_TRACKER_CFLAGS
 
49812
-       TRACKER_LIBS=$pkg_cv_TRACKER_LIBS
 
49813
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
49814
-$as_echo "yes" >&6; }
 
49815
-       HAVE_TRACKER=yes
 
49816
+  ENABLE_DEBUG=no
 
49817
 fi
 
49818
-                       if test "${HAVE_TRACKER}" != "yes" ; then
 
49819
-                               plugin_error_or_ignore "you need the tracker development headers installed for the tracker plugin"
 
49820
-                               add_plugin="0"
 
49821
-                       fi
 
49822
-               ;;
 
49823
-               sample-vala)
 
49824
-                       if test "${with_vala}" != "yes" ; then
 
49825
-                               plugin_error_or_ignore "you need vala installed to use the sample-vala plugin"
 
49826
-                               add_plugin="0"
 
49827
-                       fi
 
49828
-               ;;
 
49829
-               thumbnail)
 
49830
+ if test x$ENABLE_DEBUG = xyes; then
 
49831
 
 
49832
-pkg_failed=no
 
49833
-{ $as_echo "$as_me:$LINENO: checking for GLIB" >&5
 
49834
-$as_echo_n "checking for GLIB... " >&6; }
 
49835
+cat >>confdefs.h <<\_ACEOF
 
49836
+#define TOTEM_DEBUG 1
 
49837
+_ACEOF
 
49838
 
 
49839
-if test -n "$GLIB_CFLAGS"; then
 
49840
-    pkg_cv_GLIB_CFLAGS="$GLIB_CFLAGS"
 
49841
- elif test -n "$PKG_CONFIG"; then
 
49842
-    if test -n "$PKG_CONFIG" && \
 
49843
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.15.0\"") >&5
 
49844
-  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.15.0") 2>&5
 
49845
-  ac_status=$?
 
49846
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
49847
-  (exit $ac_status); }; then
 
49848
-  pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= 2.15.0" 2>/dev/null`
 
49849
-else
 
49850
-  pkg_failed=yes
 
49851
 fi
 
49852
- else
 
49853
-    pkg_failed=untried
 
49854
-fi
 
49855
-if test -n "$GLIB_LIBS"; then
 
49856
-    pkg_cv_GLIB_LIBS="$GLIB_LIBS"
 
49857
- elif test -n "$PKG_CONFIG"; then
 
49858
-    if test -n "$PKG_CONFIG" && \
 
49859
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= 2.15.0\"") >&5
 
49860
-  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.15.0") 2>&5
 
49861
-  ac_status=$?
 
49862
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
49863
-  (exit $ac_status); }; then
 
49864
-  pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= 2.15.0" 2>/dev/null`
 
49865
+
 
49866
+# Check whether --enable-run-in-source-tree was given.
 
49867
+if test "${enable_run_in_source_tree+set}" = set; then
 
49868
+  enableval=$enable_run_in_source_tree; case "${enableval}" in
 
49869
+       yes) ENABLE_RUN_IN_SOURCE_TREE=yes ;;
 
49870
+       no)  ENABLE_RUN_IN_SOURCE_TREE=no ;;
 
49871
+       *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for --disable-run-in-source-tree" >&5
 
49872
+echo "$as_me: error: bad value ${enableval} for --disable-run-in-source-tree" >&2;}
 
49873
+   { (exit 1); exit 1; }; } ;;
 
49874
+       esac
 
49875
 else
 
49876
-  pkg_failed=yes
 
49877
-fi
 
49878
- else
 
49879
-    pkg_failed=untried
 
49880
+  ENABLE_RUN_IN_SOURCE_TREE=yes
 
49881
 fi
 
49882
+ if test x$ENABLE_RUN_IN_SOURCE_TREE = xyes; then
 
49883
 
 
49884
+cat >>confdefs.h <<\_ACEOF
 
49885
+#define TOTEM_RUN_IN_SOURCE_TREE 1
 
49886
+_ACEOF
 
49887
 
 
49888
-
 
49889
-if test $pkg_failed = yes; then
 
49890
-
 
49891
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
49892
-        _pkg_short_errors_supported=yes
 
49893
-else
 
49894
-        _pkg_short_errors_supported=no
 
49895
 fi
 
49896
-        if test $_pkg_short_errors_supported = yes; then
 
49897
-               GLIB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= 2.15.0" 2>&1`
 
49898
-        else
 
49899
-               GLIB_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= 2.15.0" 2>&1`
 
49900
-        fi
 
49901
-       # Put the nasty error message in config.log where it belongs
 
49902
-       echo "$GLIB_PKG_ERRORS" >&5
 
49903
 
 
49904
-       { $as_echo "$as_me:$LINENO: result: no" >&5
 
49905
-$as_echo "no" >&6; }
 
49906
-                HAVE_GLIB_2_15=no
 
49907
-elif test $pkg_failed = untried; then
 
49908
-       HAVE_GLIB_2_15=no
 
49909
-else
 
49910
-       GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS
 
49911
-       GLIB_LIBS=$pkg_cv_GLIB_LIBS
 
49912
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
49913
-$as_echo "yes" >&6; }
 
49914
-       HAVE_GLIB_2_15=yes
 
49915
+if test "$GCC" = "yes" ; then
 
49916
+       CFLAGS="\
 
49917
+       -Wall \
 
49918
+       -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes \
 
49919
+       -Wnested-externs -Wpointer-arith \
 
49920
+       -Wcast-align -Wsign-compare \
 
49921
+       -fno-strict-aliasing \
 
49922
+       $CFLAGS"
 
49923
 fi
 
49924
-                       if test "${HAVE_GLIB_2_15}" != "yes" ; then
 
49925
-                               plugin_error_or_ignore "you need glib >= 2.15.0 to use the thumbnail plugin"
 
49926
-                               add_plugin="0"
 
49927
-                       fi
 
49928
-               ;;
 
49929
-       esac
 
49930
 
 
49931
-       # Add the specified plugin
 
49932
-       if test "${add_plugin}" = "1" ; then
 
49933
-               used_plugins2="${used_plugins2} ${plugin}"
 
49934
-       fi
 
49935
-done
 
49936
 
 
49937
-ALL_PLUGINS=$allowed_plugins
 
49938
-PLUGINS=$used_plugins2
 
49939
 
 
49940
-{ $as_echo "$as_me:$LINENO: checking which plugins to compile" >&5
 
49941
-$as_echo_n "checking which plugins to compile... " >&6; }
 
49942
-{ $as_echo "$as_me:$LINENO: result: $PLUGINS" >&5
 
49943
-$as_echo "$PLUGINS" >&6; }
 
49944
 
 
49945
 
 
49946
 
 
49947
+ac_config_files="$ac_config_files Makefile totem.spec lib/Makefile src/Makefile src/plugins/Makefile src/plugins/bbc/Makefile src/plugins/bemused/Makefile src/plugins/screensaver/Makefile src/plugins/ontop/Makefile src/plugins/galago/Makefile src/plugins/gromit/Makefile src/plugins/lirc/Makefile src/plugins/media-player-keys/Makefile src/plugins/mythtv/Makefile src/plugins/properties/Makefile src/plugins/sidebar-test/Makefile src/plugins/skipto/Makefile src/plugins/sample-python/Makefile src/plugins/sample-vala/Makefile src/plugins/thumbnail/Makefile src/plugins/totem/Makefile src/plugins/tracker/Makefile src/plugins/youtube/Makefile src/plugins/pythonconsole/Makefile src/plugins/publish/Makefile src/backend/Makefile browser-plugin/Makefile data/Makefile data/totem.desktop.in.in data/icons/Makefile data/icons/16x16/Makefile data/icons/22x22/Makefile data/icons/24x24/Makefile data/icons/32x32/Makefile data/icons/48x48/Makefile data/icons/scalable/Makefile po/Makefile.in help/Makefile help/bg/Makefile bindings/Makefile bindings/python/Makefile bindings/vala/Makefile"
 
49948
 
 
49949
-# ***************
 
49950
-# Browser plugins
 
49951
-# ***************
 
49952
+cat >confcache <<\_ACEOF
 
49953
+# This file is a shell script that caches the results of configure
 
49954
+# tests run on this system so they can be shared between configure
 
49955
+# scripts and configure runs, see configure's option --config-cache.
 
49956
+# It is not useful on other systems.  If it contains results you don't
 
49957
+# want to keep, you may remove or edit it.
 
49958
+#
 
49959
+# config.status only pays attention to the cache file if you give it
 
49960
+# the --recheck option to rerun configure.
 
49961
+#
 
49962
+# `ac_cv_env_foo' variables (set or unset) will be overridden when
 
49963
+# loading this file, other *unset* `ac_cv_foo' will be assigned the
 
49964
+# following values.
 
49965
 
 
49966
-{ $as_echo "$as_me:$LINENO: checking whether to compile the browser plugins" >&5
 
49967
-$as_echo_n "checking whether to compile the browser plugins... " >&6; }
 
49968
+_ACEOF
 
49969
 
 
49970
-# Check whether --enable-browser-plugins was given.
 
49971
-if test "${enable_browser_plugins+set}" = set; then
 
49972
-  enableval=$enable_browser_plugins;
 
49973
-else
 
49974
-  enable_browser_plugins=yes
 
49975
+# The following way of writing the cache mishandles newlines in values,
 
49976
+# but we know of no workaround that is simple, portable, and efficient.
 
49977
+# So, we kill variables containing newlines.
 
49978
+# Ultrix sh set writes to stderr and can't be redirected directly,
 
49979
+# and sets the high bit in the cache file unless we assign to the vars.
 
49980
+(
 
49981
+  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
 
49982
+    eval ac_val=\$$ac_var
 
49983
+    case $ac_val in #(
 
49984
+    *${as_nl}*)
 
49985
+      case $ac_var in #(
 
49986
+      *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
 
49987
+echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
 
49988
+      esac
 
49989
+      case $ac_var in #(
 
49990
+      _ | IFS | as_nl) ;; #(
 
49991
+      *) $as_unset $ac_var ;;
 
49992
+      esac ;;
 
49993
+    esac
 
49994
+  done
 
49995
+
 
49996
+  (set) 2>&1 |
 
49997
+    case $as_nl`(ac_space=' '; set) 2>&1` in #(
 
49998
+    *${as_nl}ac_space=\ *)
 
49999
+      # `set' does not quote correctly, so add quotes (double-quote
 
50000
+      # substitution turns \\\\ into \\, and sed turns \\ into \).
 
50001
+      sed -n \
 
50002
+       "s/'/'\\\\''/g;
 
50003
+         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
 
50004
+      ;; #(
 
50005
+    *)
 
50006
+      # `set' quotes correctly as required by POSIX, so do not add quotes.
 
50007
+      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
 
50008
+      ;;
 
50009
+    esac |
 
50010
+    sort
 
50011
+) |
 
50012
+  sed '
 
50013
+     /^ac_cv_env_/b end
 
50014
+     t clear
 
50015
+     :clear
 
50016
+     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
 
50017
+     t end
 
50018
+     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
 
50019
+     :end' >>confcache
 
50020
+if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
 
50021
+  if test -w "$cache_file"; then
 
50022
+    test "x$cache_file" != "x/dev/null" &&
 
50023
+      { echo "$as_me:$LINENO: updating cache $cache_file" >&5
 
50024
+echo "$as_me: updating cache $cache_file" >&6;}
 
50025
+    cat confcache >$cache_file
 
50026
+  else
 
50027
+    { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
 
50028
+echo "$as_me: not updating unwritable cache $cache_file" >&6;}
 
50029
+  fi
 
50030
 fi
 
50031
+rm -f confcache
 
50032
 
 
50033
-{ $as_echo "$as_me:$LINENO: result: $enable_browser_plugins" >&5
 
50034
-$as_echo "$enable_browser_plugins" >&6; }
 
50035
+test "x$prefix" = xNONE && prefix=$ac_default_prefix
 
50036
+# Let make expand exec_prefix.
 
50037
+test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
 
50038
 
 
50039
-if test "$enable_browser_plugins" = "yes" ; then
 
50040
+DEFS=-DHAVE_CONFIG_H
 
50041
 
 
50042
-cat >>confdefs.h <<\_ACEOF
 
50043
-#define ENABLE_BROWSER_PLUGINS 1
 
50044
-_ACEOF
 
50045
+ac_libobjs=
 
50046
+ac_ltlibobjs=
 
50047
+for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
 
50048
+  # 1. Remove the extension, and $U if already installed.
 
50049
+  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
 
50050
+  ac_i=`echo "$ac_i" | sed "$ac_script"`
 
50051
+  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
 
50052
+  #    will be set to the directory where LIBOBJS objects are built.
 
50053
+  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
 
50054
+  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
 
50055
+done
 
50056
+LIBOBJS=$ac_libobjs
 
50057
 
 
50058
+LTLIBOBJS=$ac_ltlibobjs
 
50059
 
 
50060
-       BROWSER_PLUGIN_DIR="${BROWSER_PLUGIN_DIR:-"\${libdir}/mozilla/plugins"}"
 
50061
 
 
50062
+if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
 
50063
+  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
 
50064
+Usually this means the macro was only invoked conditionally." >&5
 
50065
+echo "$as_me: error: conditional \"AMDEP\" was never defined.
 
50066
+Usually this means the macro was only invoked conditionally." >&2;}
 
50067
+   { (exit 1); exit 1; }; }
 
50068
+fi
 
50069
+if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
 
50070
+  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
 
50071
+Usually this means the macro was only invoked conditionally." >&5
 
50072
+echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
 
50073
+Usually this means the macro was only invoked conditionally." >&2;}
 
50074
+   { (exit 1); exit 1; }; }
 
50075
+fi
 
50076
 
 
50077
+  ac_config_commands="$ac_config_commands po/stamp-it"
 
50078
 
 
50079
-pkg_failed=no
 
50080
-{ $as_echo "$as_me:$LINENO: checking for BROWSER_PLUGIN" >&5
 
50081
-$as_echo_n "checking for BROWSER_PLUGIN... " >&6; }
 
50082
 
 
50083
-if test -n "$BROWSER_PLUGIN_CFLAGS"; then
 
50084
-    pkg_cv_BROWSER_PLUGIN_CFLAGS="$BROWSER_PLUGIN_CFLAGS"
 
50085
- elif test -n "$PKG_CONFIG"; then
 
50086
-    if test -n "$PKG_CONFIG" && \
 
50087
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0
 
50088
-                gio-2.0
 
50089
-                totem-plparser-mini >= \$TOTEM_PLPARSER_REQS\"") >&5
 
50090
-  ($PKG_CONFIG --exists --print-errors "glib-2.0
 
50091
-                gio-2.0
 
50092
-                totem-plparser-mini >= $TOTEM_PLPARSER_REQS") 2>&5
 
50093
-  ac_status=$?
 
50094
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
50095
-  (exit $ac_status); }; then
 
50096
-  pkg_cv_BROWSER_PLUGIN_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0
 
50097
-                gio-2.0
 
50098
-                totem-plparser-mini >= $TOTEM_PLPARSER_REQS" 2>/dev/null`
 
50099
-else
 
50100
-  pkg_failed=yes
 
50101
+if test -z "${ENABLE_SK_TRUE}" && test -z "${ENABLE_SK_FALSE}"; then
 
50102
+  { { echo "$as_me:$LINENO: error: conditional \"ENABLE_SK\" was never defined.
 
50103
+Usually this means the macro was only invoked conditionally." >&5
 
50104
+echo "$as_me: error: conditional \"ENABLE_SK\" was never defined.
 
50105
+Usually this means the macro was only invoked conditionally." >&2;}
 
50106
+   { (exit 1); exit 1; }; }
 
50107
 fi
 
50108
- else
 
50109
-    pkg_failed=untried
 
50110
+if test -z "${HAVE_GNOME_DOC_UTILS_TRUE}" && test -z "${HAVE_GNOME_DOC_UTILS_FALSE}"; then
 
50111
+  { { echo "$as_me:$LINENO: error: conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
 
50112
+Usually this means the macro was only invoked conditionally." >&5
 
50113
+echo "$as_me: error: conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
 
50114
+Usually this means the macro was only invoked conditionally." >&2;}
 
50115
+   { (exit 1); exit 1; }; }
 
50116
 fi
 
50117
-if test -n "$BROWSER_PLUGIN_LIBS"; then
 
50118
-    pkg_cv_BROWSER_PLUGIN_LIBS="$BROWSER_PLUGIN_LIBS"
 
50119
- elif test -n "$PKG_CONFIG"; then
 
50120
-    if test -n "$PKG_CONFIG" && \
 
50121
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0
 
50122
-                gio-2.0
 
50123
-                totem-plparser-mini >= \$TOTEM_PLPARSER_REQS\"") >&5
 
50124
-  ($PKG_CONFIG --exists --print-errors "glib-2.0
 
50125
-                gio-2.0
 
50126
-                totem-plparser-mini >= $TOTEM_PLPARSER_REQS") 2>&5
 
50127
-  ac_status=$?
 
50128
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
50129
-  (exit $ac_status); }; then
 
50130
-  pkg_cv_BROWSER_PLUGIN_LIBS=`$PKG_CONFIG --libs "glib-2.0
 
50131
-                gio-2.0
 
50132
-                totem-plparser-mini >= $TOTEM_PLPARSER_REQS" 2>/dev/null`
 
50133
-else
 
50134
-  pkg_failed=yes
 
50135
+if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
 
50136
+  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
 
50137
+Usually this means the macro was only invoked conditionally." >&5
 
50138
+echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
 
50139
+Usually this means the macro was only invoked conditionally." >&2;}
 
50140
+   { (exit 1); exit 1; }; }
 
50141
+fi
 
50142
+if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
 
50143
+  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
 
50144
+Usually this means the macro was only invoked conditionally." >&5
 
50145
+echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
 
50146
+Usually this means the macro was only invoked conditionally." >&2;}
 
50147
+   { (exit 1); exit 1; }; }
 
50148
 fi
 
50149
- else
 
50150
-    pkg_failed=untried
 
50151
+if test -z "${TOTEM_GST_TRUE}" && test -z "${TOTEM_GST_FALSE}"; then
 
50152
+  { { echo "$as_me:$LINENO: error: conditional \"TOTEM_GST\" was never defined.
 
50153
+Usually this means the macro was only invoked conditionally." >&5
 
50154
+echo "$as_me: error: conditional \"TOTEM_GST\" was never defined.
 
50155
+Usually this means the macro was only invoked conditionally." >&2;}
 
50156
+   { (exit 1); exit 1; }; }
 
50157
 fi
 
50158
-
 
50159
-
 
50160
-
 
50161
-if test $pkg_failed = yes; then
 
50162
-
 
50163
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
50164
-        _pkg_short_errors_supported=yes
 
50165
-else
 
50166
-        _pkg_short_errors_supported=no
 
50167
+if test -z "${HAVE_GNOME_TRUE}" && test -z "${HAVE_GNOME_FALSE}"; then
 
50168
+  { { echo "$as_me:$LINENO: error: conditional \"HAVE_GNOME\" was never defined.
 
50169
+Usually this means the macro was only invoked conditionally." >&5
 
50170
+echo "$as_me: error: conditional \"HAVE_GNOME\" was never defined.
 
50171
+Usually this means the macro was only invoked conditionally." >&2;}
 
50172
+   { (exit 1); exit 1; }; }
 
50173
 fi
 
50174
-        if test $_pkg_short_errors_supported = yes; then
 
50175
-               BROWSER_PLUGIN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0
 
50176
-                gio-2.0
 
50177
-                totem-plparser-mini >= $TOTEM_PLPARSER_REQS" 2>&1`
 
50178
-        else
 
50179
-               BROWSER_PLUGIN_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0
 
50180
-                gio-2.0
 
50181
-                totem-plparser-mini >= $TOTEM_PLPARSER_REQS" 2>&1`
 
50182
-        fi
 
50183
-       # Put the nasty error message in config.log where it belongs
 
50184
-       echo "$BROWSER_PLUGIN_PKG_ERRORS" >&5
 
50185
-
 
50186
-       { $as_echo "$as_me:$LINENO: result: no" >&5
 
50187
-$as_echo "no" >&6; }
 
50188
-                enable_browser_plugins=no
 
50189
-elif test $pkg_failed = untried; then
 
50190
-       enable_browser_plugins=no
 
50191
-else
 
50192
-       BROWSER_PLUGIN_CFLAGS=$pkg_cv_BROWSER_PLUGIN_CFLAGS
 
50193
-       BROWSER_PLUGIN_LIBS=$pkg_cv_BROWSER_PLUGIN_LIBS
 
50194
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
50195
-$as_echo "yes" >&6; }
 
50196
-       :
 
50197
+if test -z "${HAVE_XVIDMODE_TRUE}" && test -z "${HAVE_XVIDMODE_FALSE}"; then
 
50198
+  { { echo "$as_me:$LINENO: error: conditional \"HAVE_XVIDMODE\" was never defined.
 
50199
+Usually this means the macro was only invoked conditionally." >&5
 
50200
+echo "$as_me: error: conditional \"HAVE_XVIDMODE\" was never defined.
 
50201
+Usually this means the macro was only invoked conditionally." >&2;}
 
50202
+   { (exit 1); exit 1; }; }
 
50203
 fi
 
50204
-
 
50205
-
 
50206
-
 
50207
-
 
50208
-       # Earlier versions misdetect playlists
 
50209
-       if test -n "$PKG_CONFIG" && \
 
50210
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"shared-mime-info >= 0.22\"") >&5
 
50211
-  ($PKG_CONFIG --exists --print-errors "shared-mime-info >= 0.22") 2>&5
 
50212
-  ac_status=$?
 
50213
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
50214
-  (exit $ac_status); }; then
 
50215
-  :
 
50216
-else
 
50217
-  { { $as_echo "$as_me:$LINENO: error:
 
50218
-                               The Browser plugin requires shared-mime-info
 
50219
-                               >= 0.22 to function." >&5
 
50220
-$as_echo "$as_me: error:
 
50221
-                               The Browser plugin requires shared-mime-info
 
50222
-                               >= 0.22 to function." >&2;}
 
50223
+if test -z "${ENABLE_PYTHON_TRUE}" && test -z "${ENABLE_PYTHON_FALSE}"; then
 
50224
+  { { echo "$as_me:$LINENO: error: conditional \"ENABLE_PYTHON\" was never defined.
 
50225
+Usually this means the macro was only invoked conditionally." >&5
 
50226
+echo "$as_me: error: conditional \"ENABLE_PYTHON\" was never defined.
 
50227
+Usually this means the macro was only invoked conditionally." >&2;}
 
50228
+   { (exit 1); exit 1; }; }
 
50229
+fi
 
50230
+if test -z "${ENABLE_VALA_TRUE}" && test -z "${ENABLE_VALA_FALSE}"; then
 
50231
+  { { echo "$as_me:$LINENO: error: conditional \"ENABLE_VALA\" was never defined.
 
50232
+Usually this means the macro was only invoked conditionally." >&5
 
50233
+echo "$as_me: error: conditional \"ENABLE_VALA\" was never defined.
 
50234
+Usually this means the macro was only invoked conditionally." >&2;}
 
50235
+   { (exit 1); exit 1; }; }
 
50236
+fi
 
50237
+if test -z "${ENABLE_BROWSER_PLUGINS_TRUE}" && test -z "${ENABLE_BROWSER_PLUGINS_FALSE}"; then
 
50238
+  { { echo "$as_me:$LINENO: error: conditional \"ENABLE_BROWSER_PLUGINS\" was never defined.
 
50239
+Usually this means the macro was only invoked conditionally." >&5
 
50240
+echo "$as_me: error: conditional \"ENABLE_BROWSER_PLUGINS\" was never defined.
 
50241
+Usually this means the macro was only invoked conditionally." >&2;}
 
50242
+   { (exit 1); exit 1; }; }
 
50243
+fi
 
50244
+if test -z "${ENABLE_BASIC_PLUGIN_TRUE}" && test -z "${ENABLE_BASIC_PLUGIN_FALSE}"; then
 
50245
+  { { echo "$as_me:$LINENO: error: conditional \"ENABLE_BASIC_PLUGIN\" was never defined.
 
50246
+Usually this means the macro was only invoked conditionally." >&5
 
50247
+echo "$as_me: error: conditional \"ENABLE_BASIC_PLUGIN\" was never defined.
 
50248
+Usually this means the macro was only invoked conditionally." >&2;}
 
50249
+   { (exit 1); exit 1; }; }
 
50250
+fi
 
50251
+if test -z "${ENABLE_GMP_PLUGIN_TRUE}" && test -z "${ENABLE_GMP_PLUGIN_FALSE}"; then
 
50252
+  { { echo "$as_me:$LINENO: error: conditional \"ENABLE_GMP_PLUGIN\" was never defined.
 
50253
+Usually this means the macro was only invoked conditionally." >&5
 
50254
+echo "$as_me: error: conditional \"ENABLE_GMP_PLUGIN\" was never defined.
 
50255
+Usually this means the macro was only invoked conditionally." >&2;}
 
50256
+   { (exit 1); exit 1; }; }
 
50257
+fi
 
50258
+if test -z "${ENABLE_COMPLEX_PLUGIN_TRUE}" && test -z "${ENABLE_COMPLEX_PLUGIN_FALSE}"; then
 
50259
+  { { echo "$as_me:$LINENO: error: conditional \"ENABLE_COMPLEX_PLUGIN\" was never defined.
 
50260
+Usually this means the macro was only invoked conditionally." >&5
 
50261
+echo "$as_me: error: conditional \"ENABLE_COMPLEX_PLUGIN\" was never defined.
 
50262
+Usually this means the macro was only invoked conditionally." >&2;}
 
50263
+   { (exit 1); exit 1; }; }
 
50264
+fi
 
50265
+if test -z "${ENABLE_NARROWSPACE_PLUGIN_TRUE}" && test -z "${ENABLE_NARROWSPACE_PLUGIN_FALSE}"; then
 
50266
+  { { echo "$as_me:$LINENO: error: conditional \"ENABLE_NARROWSPACE_PLUGIN\" was never defined.
 
50267
+Usually this means the macro was only invoked conditionally." >&5
 
50268
+echo "$as_me: error: conditional \"ENABLE_NARROWSPACE_PLUGIN\" was never defined.
 
50269
+Usually this means the macro was only invoked conditionally." >&2;}
 
50270
+   { (exit 1); exit 1; }; }
 
50271
+fi
 
50272
+if test -z "${ENABLE_MULLY_PLUGIN_TRUE}" && test -z "${ENABLE_MULLY_PLUGIN_FALSE}"; then
 
50273
+  { { echo "$as_me:$LINENO: error: conditional \"ENABLE_MULLY_PLUGIN\" was never defined.
 
50274
+Usually this means the macro was only invoked conditionally." >&5
 
50275
+echo "$as_me: error: conditional \"ENABLE_MULLY_PLUGIN\" was never defined.
 
50276
+Usually this means the macro was only invoked conditionally." >&2;}
 
50277
+   { (exit 1); exit 1; }; }
 
50278
+fi
 
50279
+if test -z "${ENABLE_CONE_PLUGIN_TRUE}" && test -z "${ENABLE_CONE_PLUGIN_FALSE}"; then
 
50280
+  { { echo "$as_me:$LINENO: error: conditional \"ENABLE_CONE_PLUGIN\" was never defined.
 
50281
+Usually this means the macro was only invoked conditionally." >&5
 
50282
+echo "$as_me: error: conditional \"ENABLE_CONE_PLUGIN\" was never defined.
 
50283
+Usually this means the macro was only invoked conditionally." >&2;}
 
50284
    { (exit 1); exit 1; }; }
 
50285
 fi
 
50286
+if test -z "${HAVE_NAUTILUS_TRUE}" && test -z "${HAVE_NAUTILUS_FALSE}"; then
 
50287
+  { { echo "$as_me:$LINENO: error: conditional \"HAVE_NAUTILUS\" was never defined.
 
50288
+Usually this means the macro was only invoked conditionally." >&5
 
50289
+echo "$as_me: error: conditional \"HAVE_NAUTILUS\" was never defined.
 
50290
+Usually this means the macro was only invoked conditionally." >&2;}
 
50291
+   { (exit 1); exit 1; }; }
 
50292
+fi
 
50293
+if test -z "${WITH_DBUS_TRUE}" && test -z "${WITH_DBUS_FALSE}"; then
 
50294
+  { { echo "$as_me:$LINENO: error: conditional \"WITH_DBUS\" was never defined.
 
50295
+Usually this means the macro was only invoked conditionally." >&5
 
50296
+echo "$as_me: error: conditional \"WITH_DBUS\" was never defined.
 
50297
+Usually this means the macro was only invoked conditionally." >&2;}
 
50298
+   { (exit 1); exit 1; }; }
 
50299
+fi
 
50300
+if test -z "${GCONF_SCHEMAS_INSTALL_TRUE}" && test -z "${GCONF_SCHEMAS_INSTALL_FALSE}"; then
 
50301
+  { { echo "$as_me:$LINENO: error: conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
 
50302
+Usually this means the macro was only invoked conditionally." >&5
 
50303
+echo "$as_me: error: conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
 
50304
+Usually this means the macro was only invoked conditionally." >&2;}
 
50305
+   { (exit 1); exit 1; }; }
 
50306
+fi
 
50307
+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
 
50308
+  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
 
50309
+Usually this means the macro was only invoked conditionally." >&5
 
50310
+echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
 
50311
+Usually this means the macro was only invoked conditionally." >&2;}
 
50312
+   { (exit 1); exit 1; }; }
 
50313
+fi
 
50314
+
 
50315
+: ${CONFIG_STATUS=./config.status}
 
50316
+ac_clean_files_save=$ac_clean_files
 
50317
+ac_clean_files="$ac_clean_files $CONFIG_STATUS"
 
50318
+{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
 
50319
+echo "$as_me: creating $CONFIG_STATUS" >&6;}
 
50320
+cat >$CONFIG_STATUS <<_ACEOF
 
50321
+#! $SHELL
 
50322
+# Generated by $as_me.
 
50323
+# Run this file to recreate the current configuration.
 
50324
+# Compiler output produced by configure, useful for debugging
 
50325
+# configure, is in config.log if it exists.
 
50326
 
 
50327
+debug=false
 
50328
+ac_cs_recheck=false
 
50329
+ac_cs_silent=false
 
50330
+SHELL=\${CONFIG_SHELL-$SHELL}
 
50331
+_ACEOF
 
50332
 
 
50333
-pkg_failed=no
 
50334
-{ $as_echo "$as_me:$LINENO: checking for DBUS" >&5
 
50335
-$as_echo_n "checking for DBUS... " >&6; }
 
50336
+cat >>$CONFIG_STATUS <<\_ACEOF
 
50337
+## --------------------- ##
 
50338
+## M4sh Initialization.  ##
 
50339
+## --------------------- ##
 
50340
 
 
50341
-if test -n "$DBUS_CFLAGS"; then
 
50342
-    pkg_cv_DBUS_CFLAGS="$DBUS_CFLAGS"
 
50343
- elif test -n "$PKG_CONFIG"; then
 
50344
-    if test -n "$PKG_CONFIG" && \
 
50345
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dbus-glib-1 >= \$DBUS_REQS\"") >&5
 
50346
-  ($PKG_CONFIG --exists --print-errors "dbus-glib-1 >= $DBUS_REQS") 2>&5
 
50347
-  ac_status=$?
 
50348
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
50349
-  (exit $ac_status); }; then
 
50350
-  pkg_cv_DBUS_CFLAGS=`$PKG_CONFIG --cflags "dbus-glib-1 >= $DBUS_REQS" 2>/dev/null`
 
50351
-else
 
50352
-  pkg_failed=yes
 
50353
-fi
 
50354
- else
 
50355
-    pkg_failed=untried
 
50356
-fi
 
50357
-if test -n "$DBUS_LIBS"; then
 
50358
-    pkg_cv_DBUS_LIBS="$DBUS_LIBS"
 
50359
- elif test -n "$PKG_CONFIG"; then
 
50360
-    if test -n "$PKG_CONFIG" && \
 
50361
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dbus-glib-1 >= \$DBUS_REQS\"") >&5
 
50362
-  ($PKG_CONFIG --exists --print-errors "dbus-glib-1 >= $DBUS_REQS") 2>&5
 
50363
-  ac_status=$?
 
50364
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
50365
-  (exit $ac_status); }; then
 
50366
-  pkg_cv_DBUS_LIBS=`$PKG_CONFIG --libs "dbus-glib-1 >= $DBUS_REQS" 2>/dev/null`
 
50367
+# Be more Bourne compatible
 
50368
+DUALCASE=1; export DUALCASE # for MKS sh
 
50369
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
50370
+  emulate sh
 
50371
+  NULLCMD=:
 
50372
+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
 
50373
+  # is contrary to our usage.  Disable this feature.
 
50374
+  alias -g '${1+"$@"}'='"$@"'
 
50375
+  setopt NO_GLOB_SUBST
 
50376
 else
 
50377
-  pkg_failed=yes
 
50378
-fi
 
50379
- else
 
50380
-    pkg_failed=untried
 
50381
+  case `(set -o) 2>/dev/null` in
 
50382
+  *posix*) set -o posix ;;
 
50383
+esac
 
50384
+
 
50385
 fi
 
50386
 
 
50387
 
 
50388
 
 
50389
-if test $pkg_failed = yes; then
 
50390
 
 
50391
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
50392
-        _pkg_short_errors_supported=yes
 
50393
-else
 
50394
-        _pkg_short_errors_supported=no
 
50395
+# PATH needs CR
 
50396
+# Avoid depending upon Character Ranges.
 
50397
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 
50398
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 
50399
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 
50400
+as_cr_digits='0123456789'
 
50401
+as_cr_alnum=$as_cr_Letters$as_cr_digits
 
50402
+
 
50403
+# The user is always right.
 
50404
+if test "${PATH_SEPARATOR+set}" != set; then
 
50405
+  echo "#! /bin/sh" >conf$$.sh
 
50406
+  echo  "exit 0"   >>conf$$.sh
 
50407
+  chmod +x conf$$.sh
 
50408
+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
 
50409
+    PATH_SEPARATOR=';'
 
50410
+  else
 
50411
+    PATH_SEPARATOR=:
 
50412
+  fi
 
50413
+  rm -f conf$$.sh
 
50414
 fi
 
50415
-        if test $_pkg_short_errors_supported = yes; then
 
50416
-               DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "dbus-glib-1 >= $DBUS_REQS" 2>&1`
 
50417
-        else
 
50418
-               DBUS_PKG_ERRORS=`$PKG_CONFIG --print-errors "dbus-glib-1 >= $DBUS_REQS" 2>&1`
 
50419
-        fi
 
50420
-       # Put the nasty error message in config.log where it belongs
 
50421
-       echo "$DBUS_PKG_ERRORS" >&5
 
50422
 
 
50423
-       { $as_echo "$as_me:$LINENO: result: no" >&5
 
50424
-$as_echo "no" >&6; }
 
50425
-                enable_browser_plugins=no
 
50426
-elif test $pkg_failed = untried; then
 
50427
-       enable_browser_plugins=no
 
50428
+# Support unset when possible.
 
50429
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 
50430
+  as_unset=unset
 
50431
 else
 
50432
-       DBUS_CFLAGS=$pkg_cv_DBUS_CFLAGS
 
50433
-       DBUS_LIBS=$pkg_cv_DBUS_LIBS
 
50434
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
50435
-$as_echo "yes" >&6; }
 
50436
-       :
 
50437
+  as_unset=false
 
50438
 fi
 
50439
-       DBUSLIBDIR="`$PKG_CONFIG dbus-glib-1 --variable=libdir`"
 
50440
-       DBUSBINDIR="`echo $DBUSLIBDIR | sed -e s/lib/bin/`"
 
50441
-       # Extract the first word of "dbus-binding-tool", so it can be a program name with args.
 
50442
-set dummy dbus-binding-tool; ac_word=$2
 
50443
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
50444
-$as_echo_n "checking for $ac_word... " >&6; }
 
50445
-if test "${ac_cv_path_DBUS_BIND+set}" = set; then
 
50446
-  $as_echo_n "(cached) " >&6
 
50447
-else
 
50448
-  case $DBUS_BIND in
 
50449
-  [\\/]* | ?:[\\/]*)
 
50450
-  ac_cv_path_DBUS_BIND="$DBUS_BIND" # Let the user override the test with a path.
 
50451
-  ;;
 
50452
-  *)
 
50453
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
50454
-as_dummy="$DBUSBINDIR:$PATH"
 
50455
-for as_dir in $as_dummy
 
50456
+
 
50457
+
 
50458
+# IFS
 
50459
+# We need space, tab and new line, in precisely that order.  Quoting is
 
50460
+# there to prevent editors from complaining about space-tab.
 
50461
+# (If _AS_PATH_WALK were called with IFS unset, it would disable word
 
50462
+# splitting by setting IFS to empty value.)
 
50463
+as_nl='
 
50464
+'
 
50465
+IFS=" ""       $as_nl"
 
50466
+
 
50467
+# Find who we are.  Look in the path if we contain no directory separator.
 
50468
+case $0 in
 
50469
+  *[\\/]* ) as_myself=$0 ;;
 
50470
+  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
50471
+for as_dir in $PATH
 
50472
 do
 
50473
   IFS=$as_save_IFS
 
50474
   test -z "$as_dir" && as_dir=.
 
50475
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
50476
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
50477
-    ac_cv_path_DBUS_BIND="$as_dir/$ac_word$ac_exec_ext"
 
50478
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
50479
-    break 2
 
50480
-  fi
 
50481
-done
 
50482
+  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 
50483
 done
 
50484
 IFS=$as_save_IFS
 
50485
 
 
50486
-  test -z "$ac_cv_path_DBUS_BIND" && ac_cv_path_DBUS_BIND="no"
 
50487
-  ;;
 
50488
+     ;;
 
50489
 esac
 
50490
+# We did not find ourselves, most probably we were run as `sh COMMAND'
 
50491
+# in which case we are not to be found in the path.
 
50492
+if test "x$as_myself" = x; then
 
50493
+  as_myself=$0
 
50494
 fi
 
50495
-DBUS_BIND=$ac_cv_path_DBUS_BIND
 
50496
-if test -n "$DBUS_BIND"; then
 
50497
-  { $as_echo "$as_me:$LINENO: result: $DBUS_BIND" >&5
 
50498
-$as_echo "$DBUS_BIND" >&6; }
 
50499
-else
 
50500
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
50501
-$as_echo "no" >&6; }
 
50502
+if test ! -f "$as_myself"; then
 
50503
+  echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
50504
+  { (exit 1); exit 1; }
 
50505
 fi
 
50506
 
 
50507
+# Work around bugs in pre-3.0 UWIN ksh.
 
50508
+for as_var in ENV MAIL MAILPATH
 
50509
+do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
50510
+done
 
50511
+PS1='$ '
 
50512
+PS2='> '
 
50513
+PS4='+ '
 
50514
 
 
50515
-       if test "x$DBUS_BIND" = "xno"; then
 
50516
-               { $as_echo "$as_me:$LINENO: WARNING: dbus-binding-tool not found" >&5
 
50517
-$as_echo "$as_me: WARNING: dbus-binding-tool not found" >&2;}
 
50518
-               enable_browser_plugins=no
 
50519
-       fi
 
50520
-
 
50521
-
 
50522
-pkg_failed=no
 
50523
-{ $as_echo "$as_me:$LINENO: checking for SN" >&5
 
50524
-$as_echo_n "checking for SN... " >&6; }
 
50525
+# NLS nuisances.
 
50526
+for as_var in \
 
50527
+  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
 
50528
+  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
 
50529
+  LC_TELEPHONE LC_TIME
 
50530
+do
 
50531
+  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
 
50532
+    eval $as_var=C; export $as_var
 
50533
+  else
 
50534
+    ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
50535
+  fi
 
50536
+done
 
50537
 
 
50538
-if test -n "$SN_CFLAGS"; then
 
50539
-    pkg_cv_SN_CFLAGS="$SN_CFLAGS"
 
50540
- elif test -n "$PKG_CONFIG"; then
 
50541
-    if test -n "$PKG_CONFIG" && \
 
50542
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" libstartup-notification-1.0 >= 0.8 \"") >&5
 
50543
-  ($PKG_CONFIG --exists --print-errors " libstartup-notification-1.0 >= 0.8 ") 2>&5
 
50544
-  ac_status=$?
 
50545
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
50546
-  (exit $ac_status); }; then
 
50547
-  pkg_cv_SN_CFLAGS=`$PKG_CONFIG --cflags " libstartup-notification-1.0 >= 0.8 " 2>/dev/null`
 
50548
+# Required to use basename.
 
50549
+if expr a : '\(a\)' >/dev/null 2>&1 &&
 
50550
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
50551
+  as_expr=expr
 
50552
 else
 
50553
-  pkg_failed=yes
 
50554
-fi
 
50555
- else
 
50556
-    pkg_failed=untried
 
50557
+  as_expr=false
 
50558
 fi
 
50559
-if test -n "$SN_LIBS"; then
 
50560
-    pkg_cv_SN_LIBS="$SN_LIBS"
 
50561
- elif test -n "$PKG_CONFIG"; then
 
50562
-    if test -n "$PKG_CONFIG" && \
 
50563
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" libstartup-notification-1.0 >= 0.8 \"") >&5
 
50564
-  ($PKG_CONFIG --exists --print-errors " libstartup-notification-1.0 >= 0.8 ") 2>&5
 
50565
-  ac_status=$?
 
50566
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
50567
-  (exit $ac_status); }; then
 
50568
-  pkg_cv_SN_LIBS=`$PKG_CONFIG --libs " libstartup-notification-1.0 >= 0.8 " 2>/dev/null`
 
50569
+
 
50570
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
 
50571
+  as_basename=basename
 
50572
 else
 
50573
-  pkg_failed=yes
 
50574
-fi
 
50575
- else
 
50576
-    pkg_failed=untried
 
50577
+  as_basename=false
 
50578
 fi
 
50579
 
 
50580
 
 
50581
+# Name of the executable.
 
50582
+as_me=`$as_basename -- "$0" ||
 
50583
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 
50584
+        X"$0" : 'X\(//\)$' \| \
 
50585
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 
50586
+echo X/"$0" |
 
50587
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
 
50588
+           s//\1/
 
50589
+           q
 
50590
+         }
 
50591
+         /^X\/\(\/\/\)$/{
 
50592
+           s//\1/
 
50593
+           q
 
50594
+         }
 
50595
+         /^X\/\(\/\).*/{
 
50596
+           s//\1/
 
50597
+           q
 
50598
+         }
 
50599
+         s/.*/./; q'`
 
50600
 
 
50601
-if test $pkg_failed = yes; then
 
50602
+# CDPATH.
 
50603
+$as_unset CDPATH
 
50604
 
 
50605
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
50606
-        _pkg_short_errors_supported=yes
 
50607
-else
 
50608
-        _pkg_short_errors_supported=no
 
50609
-fi
 
50610
-        if test $_pkg_short_errors_supported = yes; then
 
50611
-               SN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors " libstartup-notification-1.0 >= 0.8 " 2>&1`
 
50612
-        else
 
50613
-               SN_PKG_ERRORS=`$PKG_CONFIG --print-errors " libstartup-notification-1.0 >= 0.8 " 2>&1`
 
50614
-        fi
 
50615
-       # Put the nasty error message in config.log where it belongs
 
50616
-       echo "$SN_PKG_ERRORS" >&5
 
50617
 
 
50618
-       { $as_echo "$as_me:$LINENO: result: no" >&5
 
50619
-$as_echo "no" >&6; }
 
50620
-                enable_browser_plugins=no
 
50621
-elif test $pkg_failed = untried; then
 
50622
-       enable_browser_plugins=no
 
50623
-else
 
50624
-       SN_CFLAGS=$pkg_cv_SN_CFLAGS
 
50625
-       SN_LIBS=$pkg_cv_SN_LIBS
 
50626
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
50627
-$as_echo "yes" >&6; }
 
50628
-       enable_browser_plugins=yes
 
50629
-fi
 
50630
-       if test "x$enable_browser_plugins" != "xyes" ; then
 
50631
-               { $as_echo "$as_me:$LINENO: WARNING: libstartup-notification not found, necessary to build the plugin viewer" >&5
 
50632
-$as_echo "$as_me: WARNING: libstartup-notification not found, necessary to build the plugin viewer" >&2;}
 
50633
-       fi
 
50634
 
 
50635
-        # check for -fno-rtti flag
 
50636
+  as_lineno_1=$LINENO
 
50637
+  as_lineno_2=$LINENO
 
50638
+  test "x$as_lineno_1" != "x$as_lineno_2" &&
 
50639
+  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
 
50640
 
 
50641
-       ac_ext=cpp
 
50642
-ac_cpp='$CXXCPP $CPPFLAGS'
 
50643
-ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
50644
-ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
50645
-ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 
50646
+  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
 
50647
+  # uniformly replaced by the line number.  The first 'sed' inserts a
 
50648
+  # line-number line after each line using $LINENO; the second 'sed'
 
50649
+  # does the real work.  The second script uses 'N' to pair each
 
50650
+  # line-number line with the line containing $LINENO, and appends
 
50651
+  # trailing '-' during substitution so that $LINENO is not a special
 
50652
+  # case at line end.
 
50653
+  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
 
50654
+  # scripts with optimization help from Paolo Bonzini.  Blame Lee
 
50655
+  # E. McMahon (1931-1989) for sed's syntax.  :-)
 
50656
+  sed -n '
 
50657
+    p
 
50658
+    /[$]LINENO/=
 
50659
+  ' <$as_myself |
 
50660
+    sed '
 
50661
+      s/[$]LINENO.*/&-/
 
50662
+      t lineno
 
50663
+      b
 
50664
+      :lineno
 
50665
+      N
 
50666
+      :loop
 
50667
+      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
 
50668
+      t loop
 
50669
+      s/-\n.*//
 
50670
+    ' >$as_me.lineno &&
 
50671
+  chmod +x "$as_me.lineno" ||
 
50672
+    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 
50673
+   { (exit 1); exit 1; }; }
 
50674
 
 
50675
-       __SAVE_CXXFLAGS=$CXXFLAGS
 
50676
-       CXXFLAGS="-fno-rtti $CXXFLAGS"
 
50677
+  # Don't try to exec as it changes $[0], causing all sort of problems
 
50678
+  # (the dirname of $[0] is not the place where we might find the
 
50679
+  # original and so on.  Autoconf is especially sensitive to this).
 
50680
+  . "./$as_me.lineno"
 
50681
+  # Exit status is that of the last command.
 
50682
+  exit
 
50683
+}
 
50684
+
 
50685
+
 
50686
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 
50687
+  as_dirname=dirname
 
50688
+else
 
50689
+  as_dirname=false
 
50690
+fi
 
50691
+
 
50692
+ECHO_C= ECHO_N= ECHO_T=
 
50693
+case `echo -n x` in
 
50694
+-n*)
 
50695
+  case `echo 'x\c'` in
 
50696
+  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
 
50697
+  *)   ECHO_C='\c';;
 
50698
+  esac;;
 
50699
+*)
 
50700
+  ECHO_N='-n';;
 
50701
+esac
 
50702
 
 
50703
-       { $as_echo "$as_me:$LINENO: checking for -fno-rtti compiler flag" >&5
 
50704
-$as_echo_n "checking for -fno-rtti compiler flag... " >&6; }
 
50705
-       cat >conftest.$ac_ext <<_ACEOF
 
50706
-/* confdefs.h.  */
 
50707
-_ACEOF
 
50708
-cat confdefs.h >>conftest.$ac_ext
 
50709
-cat >>conftest.$ac_ext <<_ACEOF
 
50710
-/* end confdefs.h.  */
 
50711
+if expr a : '\(a\)' >/dev/null 2>&1 &&
 
50712
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
50713
+  as_expr=expr
 
50714
+else
 
50715
+  as_expr=false
 
50716
+fi
 
50717
 
 
50718
-int
 
50719
-main ()
 
50720
-{
 
50721
+rm -f conf$$ conf$$.exe conf$$.file
 
50722
+if test -d conf$$.dir; then
 
50723
+  rm -f conf$$.dir/conf$$.file
 
50724
+else
 
50725
+  rm -f conf$$.dir
 
50726
+  mkdir conf$$.dir
 
50727
+fi
 
50728
+echo >conf$$.file
 
50729
+if ln -s conf$$.file conf$$ 2>/dev/null; then
 
50730
+  as_ln_s='ln -s'
 
50731
+  # ... but there are two gotchas:
 
50732
+  # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 
50733
+  # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 
50734
+  # In both cases, we have to default to `cp -p'.
 
50735
+  ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 
50736
+    as_ln_s='cp -p'
 
50737
+elif ln conf$$.file conf$$ 2>/dev/null; then
 
50738
+  as_ln_s=ln
 
50739
+else
 
50740
+  as_ln_s='cp -p'
 
50741
+fi
 
50742
+rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 
50743
+rmdir conf$$.dir 2>/dev/null
 
50744
 
 
50745
-  ;
 
50746
-  return 0;
 
50747
-}
 
50748
-_ACEOF
 
50749
-rm -f conftest.$ac_objext
 
50750
-if { (ac_try="$ac_compile"
 
50751
-case "(($ac_try" in
 
50752
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
50753
-  *) ac_try_echo=$ac_try;;
 
50754
-esac
 
50755
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
50756
-$as_echo "$ac_try_echo") >&5
 
50757
-  (eval "$ac_compile") 2>conftest.er1
 
50758
-  ac_status=$?
 
50759
-  grep -v '^ *+' conftest.er1 >conftest.err
 
50760
-  rm -f conftest.er1
 
50761
-  cat conftest.err >&5
 
50762
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
50763
-  (exit $ac_status); } && {
 
50764
-        test -z "$ac_cxx_werror_flag" ||
 
50765
-        test ! -s conftest.err
 
50766
-       } && test -s conftest.$ac_objext; then
 
50767
-  have_no_rtti_flag=yes
 
50768
+if mkdir -p . 2>/dev/null; then
 
50769
+  as_mkdir_p=:
 
50770
 else
 
50771
-  $as_echo "$as_me: failed program was:" >&5
 
50772
-sed 's/^/| /' conftest.$ac_ext >&5
 
50773
+  test -d ./-p && rmdir ./-p
 
50774
+  as_mkdir_p=false
 
50775
+fi
 
50776
 
 
50777
-       have_no_rtti_flag=no
 
50778
+if test -x / >/dev/null 2>&1; then
 
50779
+  as_test_x='test -x'
 
50780
+else
 
50781
+  if ls -dL / >/dev/null 2>&1; then
 
50782
+    as_ls_L_option=L
 
50783
+  else
 
50784
+    as_ls_L_option=
 
50785
+  fi
 
50786
+  as_test_x='
 
50787
+    eval sh -c '\''
 
50788
+      if test -d "$1"; then
 
50789
+        test -d "$1/.";
 
50790
+      else
 
50791
+       case $1 in
 
50792
+        -*)set "./$1";;
 
50793
+       esac;
 
50794
+       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 
50795
+       ???[sx]*):;;*)false;;esac;fi
 
50796
+    '\'' sh
 
50797
+  '
 
50798
 fi
 
50799
+as_executable_p=$as_test_x
 
50800
 
 
50801
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
50802
-       { $as_echo "$as_me:$LINENO: result: $have_no_rtti_flag" >&5
 
50803
-$as_echo "$have_no_rtti_flag" >&6; }
 
50804
+# Sed expression to map a string onto a valid CPP name.
 
50805
+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 
50806
 
 
50807
-       CXXFLAGS=$__SAVE_CXXFLAGS
 
50808
-       ac_ext=c
 
50809
-ac_cpp='$CPP $CPPFLAGS'
 
50810
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
50811
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
50812
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
50813
+# Sed expression to map a string onto a valid variable name.
 
50814
+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 
50815
 
 
50816
 
 
50817
-       if test "$have_no_rtti_flag" = "yes"; then
 
50818
-               AM_CXXFLAGS="-fno-rtti $AM_CXXFLAGS"
 
50819
-       fi
 
50820
-fi
 
50821
+exec 6>&1
 
50822
 
 
50823
- if test "$enable_browser_plugins" = "yes"; then
 
50824
-  ENABLE_BROWSER_PLUGINS_TRUE=
 
50825
-  ENABLE_BROWSER_PLUGINS_FALSE='#'
 
50826
-else
 
50827
-  ENABLE_BROWSER_PLUGINS_TRUE='#'
 
50828
-  ENABLE_BROWSER_PLUGINS_FALSE=
 
50829
-fi
 
50830
+# Save the log message, to keep $[0] and so on meaningful, and to
 
50831
+# report actual input values of CONFIG_FILES etc. instead of their
 
50832
+# values after options handling.
 
50833
+ac_log="
 
50834
+This file was extended by totem $as_me 2.24.3, which was
 
50835
+generated by GNU Autoconf 2.61.  Invocation command line was
 
50836
 
 
50837
+  CONFIG_FILES    = $CONFIG_FILES
 
50838
+  CONFIG_HEADERS  = $CONFIG_HEADERS
 
50839
+  CONFIG_LINKS    = $CONFIG_LINKS
 
50840
+  CONFIG_COMMANDS = $CONFIG_COMMANDS
 
50841
+  $ $0 $@
 
50842
 
 
50843
-# check which plugins to enable
 
50844
+on `(hostname || uname -n) 2>/dev/null | sed 1q`
 
50845
+"
 
50846
 
 
50847
-if test "$enable_browser_plugins" = "yes"; then
 
50848
+_ACEOF
 
50849
 
 
50850
-{ $as_echo "$as_me:$LINENO: checking whether to enable the basic browser plugin" >&5
 
50851
-$as_echo_n "checking whether to enable the basic browser plugin... " >&6; }
 
50852
-# Check whether --enable-basic-plugin was given.
 
50853
-if test "${enable_basic_plugin+set}" = set; then
 
50854
-  enableval=$enable_basic_plugin;
 
50855
-else
 
50856
-  enable_basic_plugin=yes
 
50857
-fi
 
50858
+cat >>$CONFIG_STATUS <<_ACEOF
 
50859
+# Files that config.status was made for.
 
50860
+config_files="$ac_config_files"
 
50861
+config_headers="$ac_config_headers"
 
50862
+config_commands="$ac_config_commands"
 
50863
 
 
50864
-{ $as_echo "$as_me:$LINENO: result: $enable_basic_plugin" >&5
 
50865
-$as_echo "$enable_basic_plugin" >&6; }
 
50866
+_ACEOF
 
50867
 
 
50868
-{ $as_echo "$as_me:$LINENO: checking whether to enable the GMP browser plugin" >&5
 
50869
-$as_echo_n "checking whether to enable the GMP browser plugin... " >&6; }
 
50870
-# Check whether --enable-gmp-plugin was given.
 
50871
-if test "${enable_gmp_plugin+set}" = set; then
 
50872
-  enableval=$enable_gmp_plugin;
 
50873
-else
 
50874
-  enable_gmp_plugin=yes
 
50875
-fi
 
50876
+cat >>$CONFIG_STATUS <<\_ACEOF
 
50877
+ac_cs_usage="\
 
50878
+\`$as_me' instantiates files from templates according to the
 
50879
+current configuration.
 
50880
 
 
50881
-{ $as_echo "$as_me:$LINENO: result: $enable_gmp_plugin" >&5
 
50882
-$as_echo "$enable_gmp_plugin" >&6; }
 
50883
+Usage: $0 [OPTIONS] [FILE]...
 
50884
 
 
50885
-{ $as_echo "$as_me:$LINENO: checking whether to enable the Complex browser plugin" >&5
 
50886
-$as_echo_n "checking whether to enable the Complex browser plugin... " >&6; }
 
50887
-# Check whether --enable-complex-plugin was given.
 
50888
-if test "${enable_complex_plugin+set}" = set; then
 
50889
-  enableval=$enable_complex_plugin;
 
50890
-else
 
50891
-  enable_complex_plugin=no
 
50892
-fi
 
50893
+  -h, --help       print this help, then exit
 
50894
+  -V, --version    print version number and configuration settings, then exit
 
50895
+  -q, --quiet      do not print progress messages
 
50896
+  -d, --debug      don't remove temporary files
 
50897
+      --recheck    update $as_me by reconfiguring in the same conditions
 
50898
+  --file=FILE[:TEMPLATE]
 
50899
+                  instantiate the configuration file FILE
 
50900
+  --header=FILE[:TEMPLATE]
 
50901
+                  instantiate the configuration header FILE
 
50902
 
 
50903
-{ $as_echo "$as_me:$LINENO: result: $enable_complex_plugin" >&5
 
50904
-$as_echo "$enable_complex_plugin" >&6; }
 
50905
+Configuration files:
 
50906
+$config_files
 
50907
 
 
50908
-{ $as_echo "$as_me:$LINENO: checking whether to enable the NarrowSpace browser plugin" >&5
 
50909
-$as_echo_n "checking whether to enable the NarrowSpace browser plugin... " >&6; }
 
50910
-# Check whether --enable-narrowspace-plugin was given.
 
50911
-if test "${enable_narrowspace_plugin+set}" = set; then
 
50912
-  enableval=$enable_narrowspace_plugin;
 
50913
-else
 
50914
-  enable_narrowspace_plugin=yes
 
50915
-fi
 
50916
+Configuration headers:
 
50917
+$config_headers
 
50918
 
 
50919
-{ $as_echo "$as_me:$LINENO: result: $enable_narrowspace_plugin" >&5
 
50920
-$as_echo "$enable_narrowspace_plugin" >&6; }
 
50921
+Configuration commands:
 
50922
+$config_commands
 
50923
 
 
50924
-{ $as_echo "$as_me:$LINENO: checking whether to enable the MullY browser plugin" >&5
 
50925
-$as_echo_n "checking whether to enable the MullY browser plugin... " >&6; }
 
50926
-# Check whether --enable-mully-plugin was given.
 
50927
-if test "${enable_mully_plugin+set}" = set; then
 
50928
-  enableval=$enable_mully_plugin;
 
50929
-else
 
50930
-  enable_mully_plugin=yes
 
50931
-fi
 
50932
+Report bugs to <bug-autoconf@gnu.org>."
 
50933
 
 
50934
-{ $as_echo "$as_me:$LINENO: result: $enable_mully_plugin" >&5
 
50935
-$as_echo "$enable_mully_plugin" >&6; }
 
50936
+_ACEOF
 
50937
+cat >>$CONFIG_STATUS <<_ACEOF
 
50938
+ac_cs_version="\\
 
50939
+totem config.status 2.24.3
 
50940
+configured by $0, generated by GNU Autoconf 2.61,
 
50941
+  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
50942
 
 
50943
-{ $as_echo "$as_me:$LINENO: checking whether to enable the Cone browser plugin" >&5
 
50944
-$as_echo_n "checking whether to enable the Cone browser plugin... " >&6; }
 
50945
-# Check whether --enable-cone-plugin was given.
 
50946
-if test "${enable_cone_plugin+set}" = set; then
 
50947
-  enableval=$enable_cone_plugin;
 
50948
-else
 
50949
-  enable_cone_plugin=yes
 
50950
-fi
 
50951
+Copyright (C) 2006 Free Software Foundation, Inc.
 
50952
+This config.status script is free software; the Free Software Foundation
 
50953
+gives unlimited permission to copy, distribute and modify it."
 
50954
 
 
50955
-{ $as_echo "$as_me:$LINENO: result: $enable_cone_plugin" >&5
 
50956
-$as_echo "$enable_cone_plugin" >&6; }
 
50957
+ac_pwd='$ac_pwd'
 
50958
+srcdir='$srcdir'
 
50959
+INSTALL='$INSTALL'
 
50960
+MKDIR_P='$MKDIR_P'
 
50961
+_ACEOF
 
50962
 
 
50963
-fi
 
50964
+cat >>$CONFIG_STATUS <<\_ACEOF
 
50965
+# If no file are specified by the user, then we need to provide default
 
50966
+# value.  By we need to know if files were specified by the user.
 
50967
+ac_need_defaults=:
 
50968
+while test $# != 0
 
50969
+do
 
50970
+  case $1 in
 
50971
+  --*=*)
 
50972
+    ac_option=`expr "X$1" : 'X\([^=]*\)='`
 
50973
+    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
 
50974
+    ac_shift=:
 
50975
+    ;;
 
50976
+  *)
 
50977
+    ac_option=$1
 
50978
+    ac_optarg=$2
 
50979
+    ac_shift=shift
 
50980
+    ;;
 
50981
+  esac
 
50982
 
 
50983
- if test "$enable_basic_plugin" = "yes"; then
 
50984
-  ENABLE_BASIC_PLUGIN_TRUE=
 
50985
-  ENABLE_BASIC_PLUGIN_FALSE='#'
 
50986
-else
 
50987
-  ENABLE_BASIC_PLUGIN_TRUE='#'
 
50988
-  ENABLE_BASIC_PLUGIN_FALSE=
 
50989
-fi
 
50990
+  case $ac_option in
 
50991
+  # Handling of the options.
 
50992
+  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
 
50993
+    ac_cs_recheck=: ;;
 
50994
+  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
 
50995
+    echo "$ac_cs_version"; exit ;;
 
50996
+  --debug | --debu | --deb | --de | --d | -d )
 
50997
+    debug=: ;;
 
50998
+  --file | --fil | --fi | --f )
 
50999
+    $ac_shift
 
51000
+    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
 
51001
+    ac_need_defaults=false;;
 
51002
+  --header | --heade | --head | --hea )
 
51003
+    $ac_shift
 
51004
+    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
 
51005
+    ac_need_defaults=false;;
 
51006
+  --he | --h)
 
51007
+    # Conflict between --help and --header
 
51008
+    { echo "$as_me: error: ambiguous option: $1
 
51009
+Try \`$0 --help' for more information." >&2
 
51010
+   { (exit 1); exit 1; }; };;
 
51011
+  --help | --hel | -h )
 
51012
+    echo "$ac_cs_usage"; exit ;;
 
51013
+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 
51014
+  | -silent | --silent | --silen | --sile | --sil | --si | --s)
 
51015
+    ac_cs_silent=: ;;
 
51016
 
 
51017
- if test "$enable_gmp_plugin" = "yes"; then
 
51018
-  ENABLE_GMP_PLUGIN_TRUE=
 
51019
-  ENABLE_GMP_PLUGIN_FALSE='#'
 
51020
-else
 
51021
-  ENABLE_GMP_PLUGIN_TRUE='#'
 
51022
-  ENABLE_GMP_PLUGIN_FALSE=
 
51023
-fi
 
51024
+  # This is an error.
 
51025
+  -*) { echo "$as_me: error: unrecognized option: $1
 
51026
+Try \`$0 --help' for more information." >&2
 
51027
+   { (exit 1); exit 1; }; } ;;
 
51028
 
 
51029
- if test "$enable_complex_plugin" = "yes"; then
 
51030
-  ENABLE_COMPLEX_PLUGIN_TRUE=
 
51031
-  ENABLE_COMPLEX_PLUGIN_FALSE='#'
 
51032
-else
 
51033
-  ENABLE_COMPLEX_PLUGIN_TRUE='#'
 
51034
-  ENABLE_COMPLEX_PLUGIN_FALSE=
 
51035
-fi
 
51036
+  *) ac_config_targets="$ac_config_targets $1"
 
51037
+     ac_need_defaults=false ;;
 
51038
 
 
51039
- if test "$enable_narrowspace_plugin" = "yes"; then
 
51040
-  ENABLE_NARROWSPACE_PLUGIN_TRUE=
 
51041
-  ENABLE_NARROWSPACE_PLUGIN_FALSE='#'
 
51042
-else
 
51043
-  ENABLE_NARROWSPACE_PLUGIN_TRUE='#'
 
51044
-  ENABLE_NARROWSPACE_PLUGIN_FALSE=
 
51045
-fi
 
51046
+  esac
 
51047
+  shift
 
51048
+done
 
51049
 
 
51050
- if test "$enable_mully_plugin" = "yes"; then
 
51051
-  ENABLE_MULLY_PLUGIN_TRUE=
 
51052
-  ENABLE_MULLY_PLUGIN_FALSE='#'
 
51053
-else
 
51054
-  ENABLE_MULLY_PLUGIN_TRUE='#'
 
51055
-  ENABLE_MULLY_PLUGIN_FALSE=
 
51056
+ac_configure_extra_args=
 
51057
+
 
51058
+if $ac_cs_silent; then
 
51059
+  exec 6>/dev/null
 
51060
+  ac_configure_extra_args="$ac_configure_extra_args --silent"
 
51061
 fi
 
51062
 
 
51063
- if test "$enable_cone_plugin" = "yes"; then
 
51064
-  ENABLE_CONE_PLUGIN_TRUE=
 
51065
-  ENABLE_CONE_PLUGIN_FALSE='#'
 
51066
-else
 
51067
-  ENABLE_CONE_PLUGIN_TRUE='#'
 
51068
-  ENABLE_CONE_PLUGIN_FALSE=
 
51069
+_ACEOF
 
51070
+cat >>$CONFIG_STATUS <<_ACEOF
 
51071
+if \$ac_cs_recheck; then
 
51072
+  echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
 
51073
+  CONFIG_SHELL=$SHELL
 
51074
+  export CONFIG_SHELL
 
51075
+  exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 
51076
 fi
 
51077
 
 
51078
+_ACEOF
 
51079
+cat >>$CONFIG_STATUS <<\_ACEOF
 
51080
+exec 5>>config.log
 
51081
+{
 
51082
+  echo
 
51083
+  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 
51084
+## Running $as_me. ##
 
51085
+_ASBOX
 
51086
+  echo "$ac_log"
 
51087
+} >&5
 
51088
 
 
51089
+_ACEOF
 
51090
+cat >>$CONFIG_STATUS <<_ACEOF
 
51091
+#
 
51092
+# INIT-COMMANDS
 
51093
+#
 
51094
+AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
 
51095
 
 
51096
-# Check whether --enable-nautilus was given.
 
51097
-if test "${enable_nautilus+set}" = set; then
 
51098
-  enableval=$enable_nautilus; case "${enableval}" in
 
51099
-       yes) ENABLE_NAUTILUS=yes ;;
 
51100
-       no) ENABLE_NAUTILUS=no ;;
 
51101
-       *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-nautilus" >&5
 
51102
-$as_echo "$as_me: error: bad value ${enableval} for --enable-nautilus" >&2;}
 
51103
-   { (exit 1); exit 1; }; } ;;
 
51104
-       esac
 
51105
-else
 
51106
-  ENABLE_NAUTILUS=yes
 
51107
-fi
 
51108
 
 
51109
-if test x$ENABLE_NAUTILUS = "xyes" ; then
 
51110
 
 
51111
-pkg_failed=no
 
51112
-{ $as_echo "$as_me:$LINENO: checking for NAUTILUS" >&5
 
51113
-$as_echo_n "checking for NAUTILUS... " >&6; }
 
51114
+# The HP-UX ksh and POSIX shell print the target directory to stdout
 
51115
+# if CDPATH is set.
 
51116
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
51117
 
 
51118
-if test -n "$NAUTILUS_CFLAGS"; then
 
51119
-    pkg_cv_NAUTILUS_CFLAGS="$NAUTILUS_CFLAGS"
 
51120
- elif test -n "$PKG_CONFIG"; then
 
51121
-    if test -n "$PKG_CONFIG" && \
 
51122
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 gthread-2.0 libnautilus-extension\"") >&5
 
51123
-  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 gthread-2.0 libnautilus-extension") 2>&5
 
51124
-  ac_status=$?
 
51125
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
51126
-  (exit $ac_status); }; then
 
51127
-  pkg_cv_NAUTILUS_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0 gthread-2.0 libnautilus-extension" 2>/dev/null`
 
51128
-else
 
51129
-  pkg_failed=yes
 
51130
-fi
 
51131
- else
 
51132
-    pkg_failed=untried
 
51133
-fi
 
51134
-if test -n "$NAUTILUS_LIBS"; then
 
51135
-    pkg_cv_NAUTILUS_LIBS="$NAUTILUS_LIBS"
 
51136
- elif test -n "$PKG_CONFIG"; then
 
51137
-    if test -n "$PKG_CONFIG" && \
 
51138
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk+-2.0 gthread-2.0 libnautilus-extension\"") >&5
 
51139
-  ($PKG_CONFIG --exists --print-errors "gtk+-2.0 gthread-2.0 libnautilus-extension") 2>&5
 
51140
-  ac_status=$?
 
51141
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
51142
-  (exit $ac_status); }; then
 
51143
-  pkg_cv_NAUTILUS_LIBS=`$PKG_CONFIG --libs "gtk+-2.0 gthread-2.0 libnautilus-extension" 2>/dev/null`
 
51144
-else
 
51145
-  pkg_failed=yes
 
51146
-fi
 
51147
- else
 
51148
-    pkg_failed=untried
 
51149
-fi
 
51150
+sed_quote_subst='$sed_quote_subst'
 
51151
+double_quote_subst='$double_quote_subst'
 
51152
+delay_variable_subst='$delay_variable_subst'
 
51153
+macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
 
51154
+macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
 
51155
+enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
 
51156
+enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
 
51157
+pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
 
51158
+enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
 
51159
+host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
 
51160
+host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
 
51161
+host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
 
51162
+build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
 
51163
+build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
 
51164
+build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
 
51165
+SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
 
51166
+Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
 
51167
+GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
 
51168
+EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
 
51169
+FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
 
51170
+LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
 
51171
+NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
 
51172
+LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
 
51173
+max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
 
51174
+ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
 
51175
+exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
 
51176
+lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
 
51177
+lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
 
51178
+lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
 
51179
+reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
 
51180
+reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
51181
+deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
 
51182
+file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
 
51183
+AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
 
51184
+AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
 
51185
+STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
 
51186
+RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
 
51187
+old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
51188
+old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
51189
+old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
51190
+CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
 
51191
+CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
 
51192
+compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
 
51193
+GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
 
51194
+lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
 
51195
+lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
 
51196
+lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
 
51197
+lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
 
51198
+objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
 
51199
+SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
 
51200
+ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
 
51201
+MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
 
51202
+lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
 
51203
+lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
 
51204
+lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
 
51205
+lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
 
51206
+lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
 
51207
+need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
 
51208
+DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
 
51209
+NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
 
51210
+LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
 
51211
+OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
 
51212
+OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
 
51213
+libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
 
51214
+shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
51215
+extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
51216
+archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
 
51217
+enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
 
51218
+export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
51219
+whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
51220
+compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
 
51221
+old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
51222
+old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
51223
+archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
51224
+archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
51225
+module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
51226
+module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
51227
+with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
 
51228
+allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
 
51229
+no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
 
51230
+hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
51231
+hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
 
51232
+hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
 
51233
+hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
 
51234
+hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
 
51235
+hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
 
51236
+hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
 
51237
+hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
 
51238
+inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
 
51239
+link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
 
51240
+fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
 
51241
+always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
 
51242
+export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
51243
+exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
 
51244
+include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
 
51245
+prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
51246
+file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
51247
+variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
 
51248
+need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
 
51249
+need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
 
51250
+version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
 
51251
+runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
 
51252
+shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
 
51253
+shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
 
51254
+libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
51255
+library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
51256
+soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
51257
+postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
51258
+postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
51259
+finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
 
51260
+finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
 
51261
+hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
 
51262
+sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
51263
+sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
 
51264
+hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
 
51265
+enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
 
51266
+enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
 
51267
+enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
 
51268
+old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
 
51269
+striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
 
51270
+compiler_lib_search_dirs='`$ECHO "X$compiler_lib_search_dirs" | $Xsed -e "$delay_single_quote_subst"`'
 
51271
+predep_objects='`$ECHO "X$predep_objects" | $Xsed -e "$delay_single_quote_subst"`'
 
51272
+postdep_objects='`$ECHO "X$postdep_objects" | $Xsed -e "$delay_single_quote_subst"`'
 
51273
+predeps='`$ECHO "X$predeps" | $Xsed -e "$delay_single_quote_subst"`'
 
51274
+postdeps='`$ECHO "X$postdeps" | $Xsed -e "$delay_single_quote_subst"`'
 
51275
+compiler_lib_search_path='`$ECHO "X$compiler_lib_search_path" | $Xsed -e "$delay_single_quote_subst"`'
 
51276
+LD_CXX='`$ECHO "X$LD_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51277
+old_archive_cmds_CXX='`$ECHO "X$old_archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51278
+compiler_CXX='`$ECHO "X$compiler_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51279
+GCC_CXX='`$ECHO "X$GCC_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51280
+lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "X$lt_prog_compiler_no_builtin_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51281
+lt_prog_compiler_wl_CXX='`$ECHO "X$lt_prog_compiler_wl_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51282
+lt_prog_compiler_pic_CXX='`$ECHO "X$lt_prog_compiler_pic_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51283
+lt_prog_compiler_static_CXX='`$ECHO "X$lt_prog_compiler_static_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51284
+lt_cv_prog_compiler_c_o_CXX='`$ECHO "X$lt_cv_prog_compiler_c_o_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51285
+archive_cmds_need_lc_CXX='`$ECHO "X$archive_cmds_need_lc_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51286
+enable_shared_with_static_runtimes_CXX='`$ECHO "X$enable_shared_with_static_runtimes_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51287
+export_dynamic_flag_spec_CXX='`$ECHO "X$export_dynamic_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51288
+whole_archive_flag_spec_CXX='`$ECHO "X$whole_archive_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51289
+compiler_needs_object_CXX='`$ECHO "X$compiler_needs_object_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51290
+old_archive_from_new_cmds_CXX='`$ECHO "X$old_archive_from_new_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51291
+old_archive_from_expsyms_cmds_CXX='`$ECHO "X$old_archive_from_expsyms_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51292
+archive_cmds_CXX='`$ECHO "X$archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51293
+archive_expsym_cmds_CXX='`$ECHO "X$archive_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51294
+module_cmds_CXX='`$ECHO "X$module_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51295
+module_expsym_cmds_CXX='`$ECHO "X$module_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51296
+with_gnu_ld_CXX='`$ECHO "X$with_gnu_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51297
+allow_undefined_flag_CXX='`$ECHO "X$allow_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51298
+no_undefined_flag_CXX='`$ECHO "X$no_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51299
+hardcode_libdir_flag_spec_CXX='`$ECHO "X$hardcode_libdir_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51300
+hardcode_libdir_flag_spec_ld_CXX='`$ECHO "X$hardcode_libdir_flag_spec_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51301
+hardcode_libdir_separator_CXX='`$ECHO "X$hardcode_libdir_separator_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51302
+hardcode_direct_CXX='`$ECHO "X$hardcode_direct_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51303
+hardcode_direct_absolute_CXX='`$ECHO "X$hardcode_direct_absolute_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51304
+hardcode_minus_L_CXX='`$ECHO "X$hardcode_minus_L_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51305
+hardcode_shlibpath_var_CXX='`$ECHO "X$hardcode_shlibpath_var_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51306
+hardcode_automatic_CXX='`$ECHO "X$hardcode_automatic_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51307
+inherit_rpath_CXX='`$ECHO "X$inherit_rpath_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51308
+link_all_deplibs_CXX='`$ECHO "X$link_all_deplibs_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51309
+fix_srcfile_path_CXX='`$ECHO "X$fix_srcfile_path_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51310
+always_export_symbols_CXX='`$ECHO "X$always_export_symbols_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51311
+export_symbols_cmds_CXX='`$ECHO "X$export_symbols_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51312
+exclude_expsyms_CXX='`$ECHO "X$exclude_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51313
+include_expsyms_CXX='`$ECHO "X$include_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51314
+prelink_cmds_CXX='`$ECHO "X$prelink_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51315
+file_list_spec_CXX='`$ECHO "X$file_list_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51316
+hardcode_action_CXX='`$ECHO "X$hardcode_action_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51317
+compiler_lib_search_dirs_CXX='`$ECHO "X$compiler_lib_search_dirs_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51318
+predep_objects_CXX='`$ECHO "X$predep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51319
+postdep_objects_CXX='`$ECHO "X$postdep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51320
+predeps_CXX='`$ECHO "X$predeps_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51321
+postdeps_CXX='`$ECHO "X$postdeps_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51322
+compiler_lib_search_path_CXX='`$ECHO "X$compiler_lib_search_path_CXX" | $Xsed -e "$delay_single_quote_subst"`'
 
51323
+
 
51324
+LTCC='$LTCC'
 
51325
+LTCFLAGS='$LTCFLAGS'
 
51326
+compiler='$compiler_DEFAULT'
 
51327
+
 
51328
+# Quote evaled strings.
 
51329
+for var in SED \
 
51330
+GREP \
 
51331
+EGREP \
 
51332
+FGREP \
 
51333
+LD \
 
51334
+NM \
 
51335
+LN_S \
 
51336
+lt_SP2NL \
 
51337
+lt_NL2SP \
 
51338
+reload_flag \
 
51339
+deplibs_check_method \
 
51340
+file_magic_cmd \
 
51341
+AR \
 
51342
+AR_FLAGS \
 
51343
+STRIP \
 
51344
+RANLIB \
 
51345
+CC \
 
51346
+CFLAGS \
 
51347
+compiler \
 
51348
+lt_cv_sys_global_symbol_pipe \
 
51349
+lt_cv_sys_global_symbol_to_cdecl \
 
51350
+lt_cv_sys_global_symbol_to_c_name_address \
 
51351
+lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
 
51352
+SHELL \
 
51353
+ECHO \
 
51354
+lt_prog_compiler_no_builtin_flag \
 
51355
+lt_prog_compiler_wl \
 
51356
+lt_prog_compiler_pic \
 
51357
+lt_prog_compiler_static \
 
51358
+lt_cv_prog_compiler_c_o \
 
51359
+need_locks \
 
51360
+DSYMUTIL \
 
51361
+NMEDIT \
 
51362
+LIPO \
 
51363
+OTOOL \
 
51364
+OTOOL64 \
 
51365
+shrext_cmds \
 
51366
+export_dynamic_flag_spec \
 
51367
+whole_archive_flag_spec \
 
51368
+compiler_needs_object \
 
51369
+with_gnu_ld \
 
51370
+allow_undefined_flag \
 
51371
+no_undefined_flag \
 
51372
+hardcode_libdir_flag_spec \
 
51373
+hardcode_libdir_flag_spec_ld \
 
51374
+hardcode_libdir_separator \
 
51375
+fix_srcfile_path \
 
51376
+exclude_expsyms \
 
51377
+include_expsyms \
 
51378
+file_list_spec \
 
51379
+variables_saved_for_relink \
 
51380
+libname_spec \
 
51381
+library_names_spec \
 
51382
+soname_spec \
 
51383
+finish_eval \
 
51384
+old_striplib \
 
51385
+striplib \
 
51386
+compiler_lib_search_dirs \
 
51387
+predep_objects \
 
51388
+postdep_objects \
 
51389
+predeps \
 
51390
+postdeps \
 
51391
+compiler_lib_search_path \
 
51392
+LD_CXX \
 
51393
+compiler_CXX \
 
51394
+lt_prog_compiler_no_builtin_flag_CXX \
 
51395
+lt_prog_compiler_wl_CXX \
 
51396
+lt_prog_compiler_pic_CXX \
 
51397
+lt_prog_compiler_static_CXX \
 
51398
+lt_cv_prog_compiler_c_o_CXX \
 
51399
+export_dynamic_flag_spec_CXX \
 
51400
+whole_archive_flag_spec_CXX \
 
51401
+compiler_needs_object_CXX \
 
51402
+with_gnu_ld_CXX \
 
51403
+allow_undefined_flag_CXX \
 
51404
+no_undefined_flag_CXX \
 
51405
+hardcode_libdir_flag_spec_CXX \
 
51406
+hardcode_libdir_flag_spec_ld_CXX \
 
51407
+hardcode_libdir_separator_CXX \
 
51408
+fix_srcfile_path_CXX \
 
51409
+exclude_expsyms_CXX \
 
51410
+include_expsyms_CXX \
 
51411
+file_list_spec_CXX \
 
51412
+compiler_lib_search_dirs_CXX \
 
51413
+predep_objects_CXX \
 
51414
+postdep_objects_CXX \
 
51415
+predeps_CXX \
 
51416
+postdeps_CXX \
 
51417
+compiler_lib_search_path_CXX; do
 
51418
+    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
 
51419
+    *[\\\\\\\`\\"\\\$]*)
 
51420
+      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
 
51421
+      ;;
 
51422
+    *)
 
51423
+      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
 
51424
+      ;;
 
51425
+    esac
 
51426
+done
 
51427
 
 
51428
+# Double-quote double-evaled strings.
 
51429
+for var in reload_cmds \
 
51430
+old_postinstall_cmds \
 
51431
+old_postuninstall_cmds \
 
51432
+old_archive_cmds \
 
51433
+extract_expsyms_cmds \
 
51434
+old_archive_from_new_cmds \
 
51435
+old_archive_from_expsyms_cmds \
 
51436
+archive_cmds \
 
51437
+archive_expsym_cmds \
 
51438
+module_cmds \
 
51439
+module_expsym_cmds \
 
51440
+export_symbols_cmds \
 
51441
+prelink_cmds \
 
51442
+postinstall_cmds \
 
51443
+postuninstall_cmds \
 
51444
+finish_cmds \
 
51445
+sys_lib_search_path_spec \
 
51446
+sys_lib_dlsearch_path_spec \
 
51447
+old_archive_cmds_CXX \
 
51448
+old_archive_from_new_cmds_CXX \
 
51449
+old_archive_from_expsyms_cmds_CXX \
 
51450
+archive_cmds_CXX \
 
51451
+archive_expsym_cmds_CXX \
 
51452
+module_cmds_CXX \
 
51453
+module_expsym_cmds_CXX \
 
51454
+export_symbols_cmds_CXX \
 
51455
+prelink_cmds_CXX; do
 
51456
+    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
 
51457
+    *[\\\\\\\`\\"\\\$]*)
 
51458
+      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
 
51459
+      ;;
 
51460
+    *)
 
51461
+      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
 
51462
+      ;;
 
51463
+    esac
 
51464
+done
 
51465
 
 
51466
+# Fix-up fallback echo if it was mangled by the above quoting rules.
 
51467
+case \$lt_ECHO in
 
51468
+*'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
 
51469
+  ;;
 
51470
+esac
 
51471
 
 
51472
-if test $pkg_failed = yes; then
 
51473
+ac_aux_dir='$ac_aux_dir'
 
51474
+xsi_shell='$xsi_shell'
 
51475
+lt_shell_append='$lt_shell_append'
 
51476
 
 
51477
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
51478
-        _pkg_short_errors_supported=yes
 
51479
-else
 
51480
-        _pkg_short_errors_supported=no
 
51481
+# See if we are running on zsh, and set the options which allow our
 
51482
+# commands through without removal of \ escapes INIT.
 
51483
+if test -n "\${ZSH_VERSION+set}" ; then
 
51484
+   setopt NO_GLOB_SUBST
 
51485
 fi
 
51486
-        if test $_pkg_short_errors_supported = yes; then
 
51487
-               NAUTILUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "gtk+-2.0 gthread-2.0 libnautilus-extension" 2>&1`
 
51488
-        else
 
51489
-               NAUTILUS_PKG_ERRORS=`$PKG_CONFIG --print-errors "gtk+-2.0 gthread-2.0 libnautilus-extension" 2>&1`
 
51490
-        fi
 
51491
-       # Put the nasty error message in config.log where it belongs
 
51492
-       echo "$NAUTILUS_PKG_ERRORS" >&5
 
51493
 
 
51494
-       { $as_echo "$as_me:$LINENO: result: no" >&5
 
51495
-$as_echo "no" >&6; }
 
51496
-                HAVE_NAUTILUS=no
 
51497
-elif test $pkg_failed = untried; then
 
51498
-       HAVE_NAUTILUS=no
 
51499
-else
 
51500
-       NAUTILUS_CFLAGS=$pkg_cv_NAUTILUS_CFLAGS
 
51501
-       NAUTILUS_LIBS=$pkg_cv_NAUTILUS_LIBS
 
51502
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
51503
-$as_echo "yes" >&6; }
 
51504
-       HAVE_NAUTILUS=yes
 
51505
-fi
 
51506
-fi
 
51507
 
 
51508
-NAUTILUS_LIBS="$NAUTILUS_LIBS $EXTRA_BACKEND_LIBS"
 
51509
+    PACKAGE='$PACKAGE'
 
51510
+    VERSION='$VERSION'
 
51511
+    TIMESTAMP='$TIMESTAMP'
 
51512
+    RM='$RM'
 
51513
+    ofile='$ofile'
 
51514
+
 
51515
+
 
51516
+
 
51517
+ac_aux_dir='$ac_aux_dir'
 
51518
 
 
51519
 
 
51520
-if test x$HAVE_NAUTILUS = "xyes"; then
 
51521
 
 
51522
-cat >>confdefs.h <<\_ACEOF
 
51523
-#define HAVE_NAUTILUS 1
 
51524
 _ACEOF
 
51525
 
 
51526
-       NAUTILUSDIR=`pkg-config --variable=extensiondir libnautilus-extension`
 
51527
+cat >>$CONFIG_STATUS <<\_ACEOF
 
51528
 
 
51529
-fi
 
51530
- if test x$HAVE_NAUTILUS = "xyes"; then
 
51531
-  HAVE_NAUTILUS_TRUE=
 
51532
-  HAVE_NAUTILUS_FALSE='#'
 
51533
-else
 
51534
-  HAVE_NAUTILUS_TRUE='#'
 
51535
-  HAVE_NAUTILUS_FALSE=
 
51536
-fi
 
51537
+# Handling of arguments.
 
51538
+for ac_config_target in $ac_config_targets
 
51539
+do
 
51540
+  case $ac_config_target in
 
51541
+    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
 
51542
+    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
 
51543
+    "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
 
51544
+    "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
 
51545
+    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 
51546
+    "totem.spec") CONFIG_FILES="$CONFIG_FILES totem.spec" ;;
 
51547
+    "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
 
51548
+    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
 
51549
+    "src/plugins/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/Makefile" ;;
 
51550
+    "src/plugins/bbc/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/bbc/Makefile" ;;
 
51551
+    "src/plugins/bemused/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/bemused/Makefile" ;;
 
51552
+    "src/plugins/screensaver/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/screensaver/Makefile" ;;
 
51553
+    "src/plugins/ontop/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/ontop/Makefile" ;;
 
51554
+    "src/plugins/galago/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/galago/Makefile" ;;
 
51555
+    "src/plugins/gromit/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/gromit/Makefile" ;;
 
51556
+    "src/plugins/lirc/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/lirc/Makefile" ;;
 
51557
+    "src/plugins/media-player-keys/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/media-player-keys/Makefile" ;;
 
51558
+    "src/plugins/mythtv/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/mythtv/Makefile" ;;
 
51559
+    "src/plugins/properties/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/properties/Makefile" ;;
 
51560
+    "src/plugins/sidebar-test/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/sidebar-test/Makefile" ;;
 
51561
+    "src/plugins/skipto/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/skipto/Makefile" ;;
 
51562
+    "src/plugins/sample-python/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/sample-python/Makefile" ;;
 
51563
+    "src/plugins/sample-vala/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/sample-vala/Makefile" ;;
 
51564
+    "src/plugins/thumbnail/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/thumbnail/Makefile" ;;
 
51565
+    "src/plugins/totem/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/totem/Makefile" ;;
 
51566
+    "src/plugins/tracker/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/tracker/Makefile" ;;
 
51567
+    "src/plugins/youtube/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/youtube/Makefile" ;;
 
51568
+    "src/plugins/pythonconsole/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/pythonconsole/Makefile" ;;
 
51569
+    "src/plugins/publish/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/publish/Makefile" ;;
 
51570
+    "src/backend/Makefile") CONFIG_FILES="$CONFIG_FILES src/backend/Makefile" ;;
 
51571
+    "browser-plugin/Makefile") CONFIG_FILES="$CONFIG_FILES browser-plugin/Makefile" ;;
 
51572
+    "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;
 
51573
+    "data/totem.desktop.in.in") CONFIG_FILES="$CONFIG_FILES data/totem.desktop.in.in" ;;
 
51574
+    "data/icons/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/Makefile" ;;
 
51575
+    "data/icons/16x16/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/16x16/Makefile" ;;
 
51576
+    "data/icons/22x22/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/22x22/Makefile" ;;
 
51577
+    "data/icons/24x24/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/24x24/Makefile" ;;
 
51578
+    "data/icons/32x32/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/32x32/Makefile" ;;
 
51579
+    "data/icons/48x48/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/48x48/Makefile" ;;
 
51580
+    "data/icons/scalable/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/scalable/Makefile" ;;
 
51581
+    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
 
51582
+    "help/Makefile") CONFIG_FILES="$CONFIG_FILES help/Makefile" ;;
 
51583
+    "help/bg/Makefile") CONFIG_FILES="$CONFIG_FILES help/bg/Makefile" ;;
 
51584
+    "bindings/Makefile") CONFIG_FILES="$CONFIG_FILES bindings/Makefile" ;;
 
51585
+    "bindings/python/Makefile") CONFIG_FILES="$CONFIG_FILES bindings/python/Makefile" ;;
 
51586
+    "bindings/vala/Makefile") CONFIG_FILES="$CONFIG_FILES bindings/vala/Makefile" ;;
 
51587
+    "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
 
51588
 
 
51589
+  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
 
51590
+echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
 
51591
+   { (exit 1); exit 1; }; };;
 
51592
+  esac
 
51593
+done
 
51594
 
 
51595
 
 
51596
-# Check whether --with-dbus was given.
 
51597
-if test "${with_dbus+set}" = set; then
 
51598
-  withval=$with_dbus;
 
51599
-else
 
51600
-  with_dbus=auto
 
51601
+# If the user did not use the arguments to specify the items to instantiate,
 
51602
+# then the envvar interface is used.  Set only those that are not.
 
51603
+# We use the long form for the default assignment because of an extremely
 
51604
+# bizarre bug on SunOS 4.1.3.
 
51605
+if $ac_need_defaults; then
 
51606
+  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
 
51607
+  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
 
51608
+  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
 
51609
 fi
 
51610
 
 
51611
-if test "x$with_dbus" != "xno"; then
 
51612
+# Have a temporary directory for convenience.  Make it in the build tree
 
51613
+# simply because there is no reason against having it here, and in addition,
 
51614
+# creating and moving files from /tmp can sometimes cause problems.
 
51615
+# Hook for its removal unless debugging.
 
51616
+# Note that there is a small window in which the directory will not be cleaned:
 
51617
+# after its creation but before its name has been assigned to `$tmp'.
 
51618
+$debug ||
 
51619
+{
 
51620
+  tmp=
 
51621
+  trap 'exit_status=$?
 
51622
+  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
 
51623
+' 0
 
51624
+  trap '{ (exit 1); exit 1; }' 1 2 13 15
 
51625
+}
 
51626
+# Create a (secure) tmp directory for tmp files.
 
51627
 
 
51628
-pkg_failed=no
 
51629
-{ $as_echo "$as_me:$LINENO: checking for DBUS" >&5
 
51630
-$as_echo_n "checking for DBUS... " >&6; }
 
51631
+{
 
51632
+  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
 
51633
+  test -n "$tmp" && test -d "$tmp"
 
51634
+}  ||
 
51635
+{
 
51636
+  tmp=./conf$$-$RANDOM
 
51637
+  (umask 077 && mkdir "$tmp")
 
51638
+} ||
 
51639
+{
 
51640
+   echo "$me: cannot create a temporary directory in ." >&2
 
51641
+   { (exit 1); exit 1; }
 
51642
+}
 
51643
 
 
51644
-if test -n "$DBUS_CFLAGS"; then
 
51645
-    pkg_cv_DBUS_CFLAGS="$DBUS_CFLAGS"
 
51646
- elif test -n "$PKG_CONFIG"; then
 
51647
-    if test -n "$PKG_CONFIG" && \
 
51648
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dbus-glib-1 >= \$DBUS_REQS\"") >&5
 
51649
-  ($PKG_CONFIG --exists --print-errors "dbus-glib-1 >= $DBUS_REQS") 2>&5
 
51650
-  ac_status=$?
 
51651
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
51652
-  (exit $ac_status); }; then
 
51653
-  pkg_cv_DBUS_CFLAGS=`$PKG_CONFIG --cflags "dbus-glib-1 >= $DBUS_REQS" 2>/dev/null`
 
51654
-else
 
51655
-  pkg_failed=yes
 
51656
-fi
 
51657
- else
 
51658
-    pkg_failed=untried
 
51659
-fi
 
51660
-if test -n "$DBUS_LIBS"; then
 
51661
-    pkg_cv_DBUS_LIBS="$DBUS_LIBS"
 
51662
- elif test -n "$PKG_CONFIG"; then
 
51663
-    if test -n "$PKG_CONFIG" && \
 
51664
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"dbus-glib-1 >= \$DBUS_REQS\"") >&5
 
51665
-  ($PKG_CONFIG --exists --print-errors "dbus-glib-1 >= $DBUS_REQS") 2>&5
 
51666
-  ac_status=$?
 
51667
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
51668
-  (exit $ac_status); }; then
 
51669
-  pkg_cv_DBUS_LIBS=`$PKG_CONFIG --libs "dbus-glib-1 >= $DBUS_REQS" 2>/dev/null`
 
51670
-else
 
51671
-  pkg_failed=yes
 
51672
-fi
 
51673
- else
 
51674
-    pkg_failed=untried
 
51675
-fi
 
51676
+#
 
51677
+# Set up the sed scripts for CONFIG_FILES section.
 
51678
+#
 
51679
 
 
51680
+# No need to generate the scripts if there are no CONFIG_FILES.
 
51681
+# This happens for instance when ./config.status config.h
 
51682
+if test -n "$CONFIG_FILES"; then
 
51683
 
 
51684
+_ACEOF
 
51685
 
 
51686
-if test $pkg_failed = yes; then
 
51687
 
 
51688
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
51689
-        _pkg_short_errors_supported=yes
 
51690
-else
 
51691
-        _pkg_short_errors_supported=no
 
51692
-fi
 
51693
-        if test $_pkg_short_errors_supported = yes; then
 
51694
-               DBUS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "dbus-glib-1 >= $DBUS_REQS" 2>&1`
 
51695
-        else
 
51696
-               DBUS_PKG_ERRORS=`$PKG_CONFIG --print-errors "dbus-glib-1 >= $DBUS_REQS" 2>&1`
 
51697
-        fi
 
51698
-       # Put the nasty error message in config.log where it belongs
 
51699
-       echo "$DBUS_PKG_ERRORS" >&5
 
51700
 
 
51701
-       { $as_echo "$as_me:$LINENO: result: no" >&5
 
51702
-$as_echo "no" >&6; }
 
51703
-                enable_dbus=no
 
51704
-elif test $pkg_failed = untried; then
 
51705
-       enable_dbus=no
 
51706
-else
 
51707
-       DBUS_CFLAGS=$pkg_cv_DBUS_CFLAGS
 
51708
-       DBUS_LIBS=$pkg_cv_DBUS_LIBS
 
51709
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
51710
-$as_echo "yes" >&6; }
 
51711
-       enable_dbus=yes
 
51712
-fi
 
51713
-        if test "x$with_dbus" = xyes && test "x$enable_dbus" = xno; then
 
51714
-          { { $as_echo "$as_me:$LINENO: error: D-BUS explicitly requested but no support found" >&5
 
51715
-$as_echo "$as_me: error: D-BUS explicitly requested but no support found" >&2;}
 
51716
+ac_delim='%!_!# '
 
51717
+for ac_last_try in false false false false false :; do
 
51718
+  cat >conf$$subs.sed <<_ACEOF
 
51719
+SHELL!$SHELL$ac_delim
 
51720
+PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
 
51721
+PACKAGE_NAME!$PACKAGE_NAME$ac_delim
 
51722
+PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
 
51723
+PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
 
51724
+PACKAGE_STRING!$PACKAGE_STRING$ac_delim
 
51725
+PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
 
51726
+exec_prefix!$exec_prefix$ac_delim
 
51727
+prefix!$prefix$ac_delim
 
51728
+program_transform_name!$program_transform_name$ac_delim
 
51729
+bindir!$bindir$ac_delim
 
51730
+sbindir!$sbindir$ac_delim
 
51731
+libexecdir!$libexecdir$ac_delim
 
51732
+datarootdir!$datarootdir$ac_delim
 
51733
+datadir!$datadir$ac_delim
 
51734
+sysconfdir!$sysconfdir$ac_delim
 
51735
+sharedstatedir!$sharedstatedir$ac_delim
 
51736
+localstatedir!$localstatedir$ac_delim
 
51737
+includedir!$includedir$ac_delim
 
51738
+oldincludedir!$oldincludedir$ac_delim
 
51739
+docdir!$docdir$ac_delim
 
51740
+infodir!$infodir$ac_delim
 
51741
+htmldir!$htmldir$ac_delim
 
51742
+dvidir!$dvidir$ac_delim
 
51743
+pdfdir!$pdfdir$ac_delim
 
51744
+psdir!$psdir$ac_delim
 
51745
+libdir!$libdir$ac_delim
 
51746
+localedir!$localedir$ac_delim
 
51747
+mandir!$mandir$ac_delim
 
51748
+DEFS!$DEFS$ac_delim
 
51749
+ECHO_C!$ECHO_C$ac_delim
 
51750
+ECHO_N!$ECHO_N$ac_delim
 
51751
+ECHO_T!$ECHO_T$ac_delim
 
51752
+LIBS!$LIBS$ac_delim
 
51753
+build_alias!$build_alias$ac_delim
 
51754
+host_alias!$host_alias$ac_delim
 
51755
+target_alias!$target_alias$ac_delim
 
51756
+INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
 
51757
+INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
 
51758
+INSTALL_DATA!$INSTALL_DATA$ac_delim
 
51759
+am__isrc!$am__isrc$ac_delim
 
51760
+CYGPATH_W!$CYGPATH_W$ac_delim
 
51761
+PACKAGE!$PACKAGE$ac_delim
 
51762
+VERSION!$VERSION$ac_delim
 
51763
+ACLOCAL!$ACLOCAL$ac_delim
 
51764
+AUTOCONF!$AUTOCONF$ac_delim
 
51765
+AUTOMAKE!$AUTOMAKE$ac_delim
 
51766
+AUTOHEADER!$AUTOHEADER$ac_delim
 
51767
+MAKEINFO!$MAKEINFO$ac_delim
 
51768
+install_sh!$install_sh$ac_delim
 
51769
+STRIP!$STRIP$ac_delim
 
51770
+INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim
 
51771
+mkdir_p!$mkdir_p$ac_delim
 
51772
+AWK!$AWK$ac_delim
 
51773
+SET_MAKE!$SET_MAKE$ac_delim
 
51774
+am__leading_dot!$am__leading_dot$ac_delim
 
51775
+AMTAR!$AMTAR$ac_delim
 
51776
+am__tar!$am__tar$ac_delim
 
51777
+am__untar!$am__untar$ac_delim
 
51778
+GETTEXT_PACKAGE!$GETTEXT_PACKAGE$ac_delim
 
51779
+CC!$CC$ac_delim
 
51780
+CFLAGS!$CFLAGS$ac_delim
 
51781
+LDFLAGS!$LDFLAGS$ac_delim
 
51782
+CPPFLAGS!$CPPFLAGS$ac_delim
 
51783
+ac_ct_CC!$ac_ct_CC$ac_delim
 
51784
+EXEEXT!$EXEEXT$ac_delim
 
51785
+OBJEXT!$OBJEXT$ac_delim
 
51786
+DEPDIR!$DEPDIR$ac_delim
 
51787
+am__include!$am__include$ac_delim
 
51788
+am__quote!$am__quote$ac_delim
 
51789
+AMDEP_TRUE!$AMDEP_TRUE$ac_delim
 
51790
+AMDEP_FALSE!$AMDEP_FALSE$ac_delim
 
51791
+AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim
 
51792
+CCDEPMODE!$CCDEPMODE$ac_delim
 
51793
+am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim
 
51794
+am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim
 
51795
+CPP!$CPP$ac_delim
 
51796
+GREP!$GREP$ac_delim
 
51797
+EGREP!$EGREP$ac_delim
 
51798
+USE_NLS!$USE_NLS$ac_delim
 
51799
+MSGFMT!$MSGFMT$ac_delim
 
51800
+MSGFMT_OPTS!$MSGFMT_OPTS$ac_delim
 
51801
+GMSGFMT!$GMSGFMT$ac_delim
 
51802
+XGETTEXT!$XGETTEXT$ac_delim
 
51803
+CATALOGS!$CATALOGS$ac_delim
 
51804
+CATOBJEXT!$CATOBJEXT$ac_delim
 
51805
+DATADIRNAME!$DATADIRNAME$ac_delim
 
51806
+GMOFILES!$GMOFILES$ac_delim
 
51807
+INSTOBJEXT!$INSTOBJEXT$ac_delim
 
51808
+INTLLIBS!$INTLLIBS$ac_delim
 
51809
+PO_IN_DATADIR_TRUE!$PO_IN_DATADIR_TRUE$ac_delim
 
51810
+PO_IN_DATADIR_FALSE!$PO_IN_DATADIR_FALSE$ac_delim
 
51811
+POFILES!$POFILES$ac_delim
 
51812
+POSUB!$POSUB$ac_delim
 
51813
+MKINSTALLDIRS!$MKINSTALLDIRS$ac_delim
 
51814
+INTLTOOL_UPDATE!$INTLTOOL_UPDATE$ac_delim
 
51815
+INTLTOOL_MERGE!$INTLTOOL_MERGE$ac_delim
 
51816
+_ACEOF
 
51817
+
 
51818
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
 
51819
+    break
 
51820
+  elif $ac_last_try; then
 
51821
+    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
51822
+echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
51823
    { (exit 1); exit 1; }; }
 
51824
-       fi
 
51825
-        if test "x$enable_dbus" = xyes; then
 
51826
+  else
 
51827
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
51828
+  fi
 
51829
+done
 
51830
 
 
51831
-cat >>confdefs.h <<\_ACEOF
 
51832
-#define WITH_DBUS 1
 
51833
+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
51834
+if test -n "$ac_eof"; then
 
51835
+  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
51836
+  ac_eof=`expr $ac_eof + 1`
 
51837
+fi
 
51838
+
 
51839
+cat >>$CONFIG_STATUS <<_ACEOF
 
51840
+cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
 
51841
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
51842
+_ACEOF
 
51843
+sed '
 
51844
+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
51845
+s/^/s,@/; s/!/@,|#_!!_#|/
 
51846
+:n
 
51847
+t n
 
51848
+s/'"$ac_delim"'$/,g/; t
 
51849
+s/$/\\/; p
 
51850
+N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
51851
+' >>$CONFIG_STATUS <conf$$subs.sed
 
51852
+rm -f conf$$subs.sed
 
51853
+cat >>$CONFIG_STATUS <<_ACEOF
 
51854
+CEOF$ac_eof
 
51855
 _ACEOF
 
51856
 
 
51857
-       fi
 
51858
-fi
 
51859
- if test "x$enable_dbus" = "xyes"; then
 
51860
-  WITH_DBUS_TRUE=
 
51861
-  WITH_DBUS_FALSE='#'
 
51862
-else
 
51863
-  WITH_DBUS_TRUE='#'
 
51864
-  WITH_DBUS_FALSE=
 
51865
-fi
 
51866
 
 
51867
+ac_delim='%!_!# '
 
51868
+for ac_last_try in false false false false false :; do
 
51869
+  cat >conf$$subs.sed <<_ACEOF
 
51870
+INTLTOOL_EXTRACT!$INTLTOOL_EXTRACT$ac_delim
 
51871
+INTLTOOL_DESKTOP_RULE!$INTLTOOL_DESKTOP_RULE$ac_delim
 
51872
+INTLTOOL_DIRECTORY_RULE!$INTLTOOL_DIRECTORY_RULE$ac_delim
 
51873
+INTLTOOL_KEYS_RULE!$INTLTOOL_KEYS_RULE$ac_delim
 
51874
+INTLTOOL_PROP_RULE!$INTLTOOL_PROP_RULE$ac_delim
 
51875
+INTLTOOL_OAF_RULE!$INTLTOOL_OAF_RULE$ac_delim
 
51876
+INTLTOOL_PONG_RULE!$INTLTOOL_PONG_RULE$ac_delim
 
51877
+INTLTOOL_SERVER_RULE!$INTLTOOL_SERVER_RULE$ac_delim
 
51878
+INTLTOOL_SHEET_RULE!$INTLTOOL_SHEET_RULE$ac_delim
 
51879
+INTLTOOL_SOUNDLIST_RULE!$INTLTOOL_SOUNDLIST_RULE$ac_delim
 
51880
+INTLTOOL_UI_RULE!$INTLTOOL_UI_RULE$ac_delim
 
51881
+INTLTOOL_XAM_RULE!$INTLTOOL_XAM_RULE$ac_delim
 
51882
+INTLTOOL_KBD_RULE!$INTLTOOL_KBD_RULE$ac_delim
 
51883
+INTLTOOL_XML_RULE!$INTLTOOL_XML_RULE$ac_delim
 
51884
+INTLTOOL_XML_NOMERGE_RULE!$INTLTOOL_XML_NOMERGE_RULE$ac_delim
 
51885
+INTLTOOL_CAVES_RULE!$INTLTOOL_CAVES_RULE$ac_delim
 
51886
+INTLTOOL_SCHEMAS_RULE!$INTLTOOL_SCHEMAS_RULE$ac_delim
 
51887
+INTLTOOL_THEME_RULE!$INTLTOOL_THEME_RULE$ac_delim
 
51888
+INTLTOOL_SERVICE_RULE!$INTLTOOL_SERVICE_RULE$ac_delim
 
51889
+INTLTOOL_POLICY_RULE!$INTLTOOL_POLICY_RULE$ac_delim
 
51890
+MSGMERGE!$MSGMERGE$ac_delim
 
51891
+INTLTOOL_PERL!$INTLTOOL_PERL$ac_delim
 
51892
+ALL_LINGUAS!$ALL_LINGUAS$ac_delim
 
51893
+PKG_CONFIG!$PKG_CONFIG$ac_delim
 
51894
+HELP_DIR!$HELP_DIR$ac_delim
 
51895
+OMF_DIR!$OMF_DIR$ac_delim
 
51896
+DOC_USER_FORMATS!$DOC_USER_FORMATS$ac_delim
 
51897
+ENABLE_SK_TRUE!$ENABLE_SK_TRUE$ac_delim
 
51898
+ENABLE_SK_FALSE!$ENABLE_SK_FALSE$ac_delim
 
51899
+DISTCHECK_CONFIGURE_FLAGS!$DISTCHECK_CONFIGURE_FLAGS$ac_delim
 
51900
+HAVE_GNOME_DOC_UTILS_TRUE!$HAVE_GNOME_DOC_UTILS_TRUE$ac_delim
 
51901
+HAVE_GNOME_DOC_UTILS_FALSE!$HAVE_GNOME_DOC_UTILS_FALSE$ac_delim
 
51902
+CXX!$CXX$ac_delim
 
51903
+CXXFLAGS!$CXXFLAGS$ac_delim
 
51904
+ac_ct_CXX!$ac_ct_CXX$ac_delim
 
51905
+CXXDEPMODE!$CXXDEPMODE$ac_delim
 
51906
+am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim
 
51907
+am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim
 
51908
+LIBTOOL!$LIBTOOL$ac_delim
 
51909
+build!$build$ac_delim
 
51910
+build_cpu!$build_cpu$ac_delim
 
51911
+build_vendor!$build_vendor$ac_delim
 
51912
+build_os!$build_os$ac_delim
 
51913
+host!$host$ac_delim
 
51914
+host_cpu!$host_cpu$ac_delim
 
51915
+host_vendor!$host_vendor$ac_delim
 
51916
+host_os!$host_os$ac_delim
 
51917
+SED!$SED$ac_delim
 
51918
+FGREP!$FGREP$ac_delim
 
51919
+LD!$LD$ac_delim
 
51920
+DUMPBIN!$DUMPBIN$ac_delim
 
51921
+ac_ct_DUMPBIN!$ac_ct_DUMPBIN$ac_delim
 
51922
+NM!$NM$ac_delim
 
51923
+LN_S!$LN_S$ac_delim
 
51924
+AR!$AR$ac_delim
 
51925
+RANLIB!$RANLIB$ac_delim
 
51926
+lt_ECHO!$lt_ECHO$ac_delim
 
51927
+DSYMUTIL!$DSYMUTIL$ac_delim
 
51928
+NMEDIT!$NMEDIT$ac_delim
 
51929
+LIPO!$LIPO$ac_delim
 
51930
+OTOOL!$OTOOL$ac_delim
 
51931
+OTOOL64!$OTOOL64$ac_delim
 
51932
+CXXCPP!$CXXCPP$ac_delim
 
51933
+GLIB_GENMARSHAL!$GLIB_GENMARSHAL$ac_delim
 
51934
+GLIB_MKENUMS!$GLIB_MKENUMS$ac_delim
 
51935
+TOTEM_VERSION_MAJOR!$TOTEM_VERSION_MAJOR$ac_delim
 
51936
+TOTEM_VERSION_MINOR!$TOTEM_VERSION_MINOR$ac_delim
 
51937
+TOTEM_VERSION_MICRO!$TOTEM_VERSION_MICRO$ac_delim
 
51938
+PLUGINDIR!$PLUGINDIR$ac_delim
 
51939
+NVTV_CFLAGS!$NVTV_CFLAGS$ac_delim
 
51940
+NVTV_LIBS!$NVTV_LIBS$ac_delim
 
51941
+MISSING_PLUGINS_CFLAGS!$MISSING_PLUGINS_CFLAGS$ac_delim
 
51942
+MISSING_PLUGINS_LIBS!$MISSING_PLUGINS_LIBS$ac_delim
 
51943
+GST_CFLAGS!$GST_CFLAGS$ac_delim
 
51944
+GST_LIBS!$GST_LIBS$ac_delim
 
51945
+XINE_CFLAGS!$XINE_CFLAGS$ac_delim
 
51946
+XINE_LIBS!$XINE_LIBS$ac_delim
 
51947
+TOTEM_GST_TRUE!$TOTEM_GST_TRUE$ac_delim
 
51948
+TOTEM_GST_FALSE!$TOTEM_GST_FALSE$ac_delim
 
51949
+EXTRA_GNOME_CFLAGS!$EXTRA_GNOME_CFLAGS$ac_delim
 
51950
+EXTRA_GNOME_LIBS!$EXTRA_GNOME_LIBS$ac_delim
 
51951
+MM_CFLAGS!$MM_CFLAGS$ac_delim
 
51952
+MM_LIBS!$MM_LIBS$ac_delim
 
51953
+HAVE_GNOME_TRUE!$HAVE_GNOME_TRUE$ac_delim
 
51954
+HAVE_GNOME_FALSE!$HAVE_GNOME_FALSE$ac_delim
 
51955
+GTK_CFLAGS!$GTK_CFLAGS$ac_delim
 
51956
+GTK_LIBS!$GTK_LIBS$ac_delim
 
51957
+XMKMF!$XMKMF$ac_delim
 
51958
+XTEST_LIBS!$XTEST_LIBS$ac_delim
 
51959
+XVIDMODE_CFLAGS!$XVIDMODE_CFLAGS$ac_delim
 
51960
+XVIDMODE_LIBS!$XVIDMODE_LIBS$ac_delim
 
51961
+X_LIBS!$X_LIBS$ac_delim
 
51962
+HAVE_XVIDMODE_TRUE!$HAVE_XVIDMODE_TRUE$ac_delim
 
51963
+HAVE_XVIDMODE_FALSE!$HAVE_XVIDMODE_FALSE$ac_delim
 
51964
+PYTHON!$PYTHON$ac_delim
 
51965
+PYTHON_VERSION!$PYTHON_VERSION$ac_delim
 
51966
+PYTHON_PREFIX!$PYTHON_PREFIX$ac_delim
 
51967
+_ACEOF
 
51968
 
 
51969
-# Extract the first word of "gconftool-2", so it can be a program name with args.
 
51970
-set dummy gconftool-2; ac_word=$2
 
51971
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
51972
-$as_echo_n "checking for $ac_word... " >&6; }
 
51973
-if test "${ac_cv_path_GCONFTOOL+set}" = set; then
 
51974
-  $as_echo_n "(cached) " >&6
 
51975
-else
 
51976
-  case $GCONFTOOL in
 
51977
-  [\\/]* | ?:[\\/]*)
 
51978
-  ac_cv_path_GCONFTOOL="$GCONFTOOL" # Let the user override the test with a path.
 
51979
-  ;;
 
51980
-  *)
 
51981
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
51982
-for as_dir in $PATH
 
51983
-do
 
51984
-  IFS=$as_save_IFS
 
51985
-  test -z "$as_dir" && as_dir=.
 
51986
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
51987
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
51988
-    ac_cv_path_GCONFTOOL="$as_dir/$ac_word$ac_exec_ext"
 
51989
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
51990
-    break 2
 
51991
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then
 
51992
+    break
 
51993
+  elif $ac_last_try; then
 
51994
+    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
51995
+echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
51996
+   { (exit 1); exit 1; }; }
 
51997
+  else
 
51998
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
51999
   fi
 
52000
 done
 
52001
-done
 
52002
-IFS=$as_save_IFS
 
52003
 
 
52004
-  ;;
 
52005
-esac
 
52006
-fi
 
52007
-GCONFTOOL=$ac_cv_path_GCONFTOOL
 
52008
-if test -n "$GCONFTOOL"; then
 
52009
-  { $as_echo "$as_me:$LINENO: result: $GCONFTOOL" >&5
 
52010
-$as_echo "$GCONFTOOL" >&6; }
 
52011
-else
 
52012
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
52013
-$as_echo "no" >&6; }
 
52014
+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
52015
+if test -n "$ac_eof"; then
 
52016
+  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
52017
+  ac_eof=`expr $ac_eof + 1`
 
52018
 fi
 
52019
 
 
52020
+cat >>$CONFIG_STATUS <<_ACEOF
 
52021
+cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
 
52022
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
52023
+_ACEOF
 
52024
+sed '
 
52025
+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
52026
+s/^/s,@/; s/!/@,|#_!!_#|/
 
52027
+:n
 
52028
+t n
 
52029
+s/'"$ac_delim"'$/,g/; t
 
52030
+s/$/\\/; p
 
52031
+N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
52032
+' >>$CONFIG_STATUS <conf$$subs.sed
 
52033
+rm -f conf$$subs.sed
 
52034
+cat >>$CONFIG_STATUS <<_ACEOF
 
52035
+CEOF$ac_eof
 
52036
+_ACEOF
 
52037
 
 
52038
 
 
52039
-  if test "x$GCONF_SCHEMA_INSTALL_SOURCE" = "x"; then
 
52040
-    GCONF_SCHEMA_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 
52041
+ac_delim='%!_!# '
 
52042
+for ac_last_try in false false false false false :; do
 
52043
+  cat >conf$$subs.sed <<_ACEOF
 
52044
+PYTHON_EXEC_PREFIX!$PYTHON_EXEC_PREFIX$ac_delim
 
52045
+PYTHON_PLATFORM!$PYTHON_PLATFORM$ac_delim
 
52046
+pythondir!$pythondir$ac_delim
 
52047
+pkgpythondir!$pkgpythondir$ac_delim
 
52048
+pyexecdir!$pyexecdir$ac_delim
 
52049
+pkgpyexecdir!$pkgpyexecdir$ac_delim
 
52050
+PYTHON_LIBS!$PYTHON_LIBS$ac_delim
 
52051
+PYTHON_LIB_LOC!$PYTHON_LIB_LOC$ac_delim
 
52052
+PYTHON_CFLAGS!$PYTHON_CFLAGS$ac_delim
 
52053
+PYTHON_EXTRA_LIBS!$PYTHON_EXTRA_LIBS$ac_delim
 
52054
+PYGTK_CFLAGS!$PYGTK_CFLAGS$ac_delim
 
52055
+PYGTK_LIBS!$PYGTK_LIBS$ac_delim
 
52056
+PYGTK_DEFSDIR!$PYGTK_DEFSDIR$ac_delim
 
52057
+PYGTK_CODEGEN!$PYGTK_CODEGEN$ac_delim
 
52058
+PYGTK_H2DEF!$PYGTK_H2DEF$ac_delim
 
52059
+NO_STRICT_ALIASING_CFLAGS!$NO_STRICT_ALIASING_CFLAGS$ac_delim
 
52060
+ENABLE_PYTHON_TRUE!$ENABLE_PYTHON_TRUE$ac_delim
 
52061
+ENABLE_PYTHON_FALSE!$ENABLE_PYTHON_FALSE$ac_delim
 
52062
+VALA_CFLAGS!$VALA_CFLAGS$ac_delim
 
52063
+VALA_LIBS!$VALA_LIBS$ac_delim
 
52064
+VALAC!$VALAC$ac_delim
 
52065
+ENABLE_VALA_TRUE!$ENABLE_VALA_TRUE$ac_delim
 
52066
+ENABLE_VALA_FALSE!$ENABLE_VALA_FALSE$ac_delim
 
52067
+LIBGALAGO_CFLAGS!$LIBGALAGO_CFLAGS$ac_delim
 
52068
+LIBGALAGO_LIBS!$LIBGALAGO_LIBS$ac_delim
 
52069
+MEDIA_PLAYER_KEYS_CFLAGS!$MEDIA_PLAYER_KEYS_CFLAGS$ac_delim
 
52070
+MEDIA_PLAYER_KEYS_LIBS!$MEDIA_PLAYER_KEYS_LIBS$ac_delim
 
52071
+LIRC_LIBS!$LIRC_LIBS$ac_delim
 
52072
+GMYTH_CFLAGS!$GMYTH_CFLAGS$ac_delim
 
52073
+GMYTH_LIBS!$GMYTH_LIBS$ac_delim
 
52074
+BBC_CFLAGS!$BBC_CFLAGS$ac_delim
 
52075
+BBC_LIBS!$BBC_LIBS$ac_delim
 
52076
+BEMUSED_CFLAGS!$BEMUSED_CFLAGS$ac_delim
 
52077
+BEMUSED_LIBS!$BEMUSED_LIBS$ac_delim
 
52078
+LIBEPC_CFLAGS!$LIBEPC_CFLAGS$ac_delim
 
52079
+LIBEPC_LIBS!$LIBEPC_LIBS$ac_delim
 
52080
+TRACKER_CFLAGS!$TRACKER_CFLAGS$ac_delim
 
52081
+TRACKER_LIBS!$TRACKER_LIBS$ac_delim
 
52082
+GLIB_CFLAGS!$GLIB_CFLAGS$ac_delim
 
52083
+GLIB_LIBS!$GLIB_LIBS$ac_delim
 
52084
+ALL_PLUGINS!$ALL_PLUGINS$ac_delim
 
52085
+PLUGINS!$PLUGINS$ac_delim
 
52086
+BROWSER_PLUGIN_DIR!$BROWSER_PLUGIN_DIR$ac_delim
 
52087
+BROWSER_PLUGIN_CFLAGS!$BROWSER_PLUGIN_CFLAGS$ac_delim
 
52088
+BROWSER_PLUGIN_LIBS!$BROWSER_PLUGIN_LIBS$ac_delim
 
52089
+DBUS_CFLAGS!$DBUS_CFLAGS$ac_delim
 
52090
+DBUS_LIBS!$DBUS_LIBS$ac_delim
 
52091
+DBUS_BIND!$DBUS_BIND$ac_delim
 
52092
+SN_CFLAGS!$SN_CFLAGS$ac_delim
 
52093
+SN_LIBS!$SN_LIBS$ac_delim
 
52094
+ENABLE_BROWSER_PLUGINS_TRUE!$ENABLE_BROWSER_PLUGINS_TRUE$ac_delim
 
52095
+ENABLE_BROWSER_PLUGINS_FALSE!$ENABLE_BROWSER_PLUGINS_FALSE$ac_delim
 
52096
+ENABLE_BASIC_PLUGIN_TRUE!$ENABLE_BASIC_PLUGIN_TRUE$ac_delim
 
52097
+ENABLE_BASIC_PLUGIN_FALSE!$ENABLE_BASIC_PLUGIN_FALSE$ac_delim
 
52098
+ENABLE_GMP_PLUGIN_TRUE!$ENABLE_GMP_PLUGIN_TRUE$ac_delim
 
52099
+ENABLE_GMP_PLUGIN_FALSE!$ENABLE_GMP_PLUGIN_FALSE$ac_delim
 
52100
+ENABLE_COMPLEX_PLUGIN_TRUE!$ENABLE_COMPLEX_PLUGIN_TRUE$ac_delim
 
52101
+ENABLE_COMPLEX_PLUGIN_FALSE!$ENABLE_COMPLEX_PLUGIN_FALSE$ac_delim
 
52102
+ENABLE_NARROWSPACE_PLUGIN_TRUE!$ENABLE_NARROWSPACE_PLUGIN_TRUE$ac_delim
 
52103
+ENABLE_NARROWSPACE_PLUGIN_FALSE!$ENABLE_NARROWSPACE_PLUGIN_FALSE$ac_delim
 
52104
+ENABLE_MULLY_PLUGIN_TRUE!$ENABLE_MULLY_PLUGIN_TRUE$ac_delim
 
52105
+ENABLE_MULLY_PLUGIN_FALSE!$ENABLE_MULLY_PLUGIN_FALSE$ac_delim
 
52106
+ENABLE_CONE_PLUGIN_TRUE!$ENABLE_CONE_PLUGIN_TRUE$ac_delim
 
52107
+ENABLE_CONE_PLUGIN_FALSE!$ENABLE_CONE_PLUGIN_FALSE$ac_delim
 
52108
+NAUTILUS_CFLAGS!$NAUTILUS_CFLAGS$ac_delim
 
52109
+NAUTILUS_LIBS!$NAUTILUS_LIBS$ac_delim
 
52110
+NAUTILUSDIR!$NAUTILUSDIR$ac_delim
 
52111
+HAVE_NAUTILUS_TRUE!$HAVE_NAUTILUS_TRUE$ac_delim
 
52112
+HAVE_NAUTILUS_FALSE!$HAVE_NAUTILUS_FALSE$ac_delim
 
52113
+WITH_DBUS_TRUE!$WITH_DBUS_TRUE$ac_delim
 
52114
+WITH_DBUS_FALSE!$WITH_DBUS_FALSE$ac_delim
 
52115
+GCONFTOOL!$GCONFTOOL$ac_delim
 
52116
+GCONF_SCHEMA_CONFIG_SOURCE!$GCONF_SCHEMA_CONFIG_SOURCE$ac_delim
 
52117
+GCONF_SCHEMA_FILE_DIR!$GCONF_SCHEMA_FILE_DIR$ac_delim
 
52118
+GCONF_SCHEMAS_INSTALL_TRUE!$GCONF_SCHEMAS_INSTALL_TRUE$ac_delim
 
52119
+GCONF_SCHEMAS_INSTALL_FALSE!$GCONF_SCHEMAS_INSTALL_FALSE$ac_delim
 
52120
+ACLOCAL_AMFLAGS!$ACLOCAL_AMFLAGS$ac_delim
 
52121
+WARN_CFLAGS!$WARN_CFLAGS$ac_delim
 
52122
+WARN_CXXFLAGS!$WARN_CXXFLAGS$ac_delim
 
52123
+MAINTAINER_MODE_TRUE!$MAINTAINER_MODE_TRUE$ac_delim
 
52124
+MAINTAINER_MODE_FALSE!$MAINTAINER_MODE_FALSE$ac_delim
 
52125
+MAINT!$MAINT$ac_delim
 
52126
+DISABLE_DEPRECATED!$DISABLE_DEPRECATED$ac_delim
 
52127
+FULL_LIBEXECDIR!$FULL_LIBEXECDIR$ac_delim
 
52128
+AM_CPPFLAGS!$AM_CPPFLAGS$ac_delim
 
52129
+AM_CFLAGS!$AM_CFLAGS$ac_delim
 
52130
+AM_CXXFLAGS!$AM_CXXFLAGS$ac_delim
 
52131
+AM_LDFLAGS!$AM_LDFLAGS$ac_delim
 
52132
+LIBOBJS!$LIBOBJS$ac_delim
 
52133
+LTLIBOBJS!$LTLIBOBJS$ac_delim
 
52134
+_ACEOF
 
52135
+
 
52136
+  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 90; then
 
52137
+    break
 
52138
+  elif $ac_last_try; then
 
52139
+    { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
52140
+echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
52141
+   { (exit 1); exit 1; }; }
 
52142
   else
 
52143
-    GCONF_SCHEMA_CONFIG_SOURCE=$GCONF_SCHEMA_INSTALL_SOURCE
 
52144
+    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
52145
   fi
 
52146
+done
 
52147
 
 
52148
+ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
 
52149
+if test -n "$ac_eof"; then
 
52150
+  ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
 
52151
+  ac_eof=`expr $ac_eof + 1`
 
52152
+fi
 
52153
+
 
52154
+cat >>$CONFIG_STATUS <<_ACEOF
 
52155
+cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof
 
52156
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
 
52157
+_ACEOF
 
52158
+sed '
 
52159
+s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
 
52160
+s/^/s,@/; s/!/@,|#_!!_#|/
 
52161
+:n
 
52162
+t n
 
52163
+s/'"$ac_delim"'$/,g/; t
 
52164
+s/$/\\/; p
 
52165
+N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
 
52166
+' >>$CONFIG_STATUS <conf$$subs.sed
 
52167
+rm -f conf$$subs.sed
 
52168
+cat >>$CONFIG_STATUS <<_ACEOF
 
52169
+:end
 
52170
+s/|#_!!_#|//g
 
52171
+CEOF$ac_eof
 
52172
+_ACEOF
 
52173
 
 
52174
-# Check whether --with-gconf-source was given.
 
52175
-if test "${with_gconf_source+set}" = set; then
 
52176
-  withval=$with_gconf_source; GCONF_SCHEMA_CONFIG_SOURCE="$withval"
 
52177
+
 
52178
+# VPATH may cause trouble with some makes, so we remove $(srcdir),
 
52179
+# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
 
52180
+# trailing colons and then remove the whole line if VPATH becomes empty
 
52181
+# (actually we leave an empty line to preserve line numbers).
 
52182
+if test "x$srcdir" = x.; then
 
52183
+  ac_vpsub='/^[         ]*VPATH[        ]*=/{
 
52184
+s/:*\$(srcdir):*/:/
 
52185
+s/:*\${srcdir}:*/:/
 
52186
+s/:*@srcdir@:*/:/
 
52187
+s/^\([^=]*=[    ]*\):*/\1/
 
52188
+s/:*$//
 
52189
+s/^[^=]*=[      ]*$//
 
52190
+}'
 
52191
 fi
 
52192
 
 
52193
+cat >>$CONFIG_STATUS <<\_ACEOF
 
52194
+fi # test -n "$CONFIG_FILES"
 
52195
 
 
52196
 
 
52197
-  { $as_echo "$as_me:$LINENO: result: Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation" >&5
 
52198
-$as_echo "Using config source $GCONF_SCHEMA_CONFIG_SOURCE for schema installation" >&6; }
 
52199
+for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
 
52200
+do
 
52201
+  case $ac_tag in
 
52202
+  :[FHLC]) ac_mode=$ac_tag; continue;;
 
52203
+  esac
 
52204
+  case $ac_mode$ac_tag in
 
52205
+  :[FHL]*:*);;
 
52206
+  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
 
52207
+echo "$as_me: error: Invalid tag $ac_tag." >&2;}
 
52208
+   { (exit 1); exit 1; }; };;
 
52209
+  :[FH]-) ac_tag=-:-;;
 
52210
+  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
 
52211
+  esac
 
52212
+  ac_save_IFS=$IFS
 
52213
+  IFS=:
 
52214
+  set x $ac_tag
 
52215
+  IFS=$ac_save_IFS
 
52216
+  shift
 
52217
+  ac_file=$1
 
52218
+  shift
 
52219
 
 
52220
-  if test "x$GCONF_SCHEMA_FILE_DIR" = "x"; then
 
52221
-    GCONF_SCHEMA_FILE_DIR='$(sysconfdir)/gconf/schemas'
 
52222
-  fi
 
52223
+  case $ac_mode in
 
52224
+  :L) ac_source=$1;;
 
52225
+  :[FH])
 
52226
+    ac_file_inputs=
 
52227
+    for ac_f
 
52228
+    do
 
52229
+      case $ac_f in
 
52230
+      -) ac_f="$tmp/stdin";;
 
52231
+      *) # Look for the file first in the build tree, then in the source tree
 
52232
+        # (if the path is not absolute).  The absolute path cannot be DOS-style,
 
52233
+        # because $ac_f cannot contain `:'.
 
52234
+        test -f "$ac_f" ||
 
52235
+          case $ac_f in
 
52236
+          [\\/$]*) false;;
 
52237
+          *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
 
52238
+          esac ||
 
52239
+          { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
 
52240
+echo "$as_me: error: cannot find input file: $ac_f" >&2;}
 
52241
+   { (exit 1); exit 1; }; };;
 
52242
+      esac
 
52243
+      ac_file_inputs="$ac_file_inputs $ac_f"
 
52244
+    done
 
52245
 
 
52246
+    # Let's still pretend it is `configure' which instantiates (i.e., don't
 
52247
+    # use $as_me), people would be surprised to read:
 
52248
+    #    /* config.h.  Generated by config.status.  */
 
52249
+    configure_input="Generated from "`IFS=:
 
52250
+         echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
 
52251
+    if test x"$ac_file" != x-; then
 
52252
+      configure_input="$ac_file.  $configure_input"
 
52253
+      { echo "$as_me:$LINENO: creating $ac_file" >&5
 
52254
+echo "$as_me: creating $ac_file" >&6;}
 
52255
+    fi
 
52256
+
 
52257
+    case $ac_tag in
 
52258
+    *:-:* | *:-) cat >"$tmp/stdin";;
 
52259
+    esac
 
52260
+    ;;
 
52261
+  esac
 
52262
+
 
52263
+  ac_dir=`$as_dirname -- "$ac_file" ||
 
52264
+$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
52265
+        X"$ac_file" : 'X\(//\)[^/]' \| \
 
52266
+        X"$ac_file" : 'X\(//\)$' \| \
 
52267
+        X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
 
52268
+echo X"$ac_file" |
 
52269
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
52270
+           s//\1/
 
52271
+           q
 
52272
+         }
 
52273
+         /^X\(\/\/\)[^/].*/{
 
52274
+           s//\1/
 
52275
+           q
 
52276
+         }
 
52277
+         /^X\(\/\/\)$/{
 
52278
+           s//\1/
 
52279
+           q
 
52280
+         }
 
52281
+         /^X\(\/\).*/{
 
52282
+           s//\1/
 
52283
+           q
 
52284
+         }
 
52285
+         s/.*/./; q'`
 
52286
+  { as_dir="$ac_dir"
 
52287
+  case $as_dir in #(
 
52288
+  -*) as_dir=./$as_dir;;
 
52289
+  esac
 
52290
+  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 
52291
+    as_dirs=
 
52292
+    while :; do
 
52293
+      case $as_dir in #(
 
52294
+      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 
52295
+      *) as_qdir=$as_dir;;
 
52296
+      esac
 
52297
+      as_dirs="'$as_qdir' $as_dirs"
 
52298
+      as_dir=`$as_dirname -- "$as_dir" ||
 
52299
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
52300
+        X"$as_dir" : 'X\(//\)[^/]' \| \
 
52301
+        X"$as_dir" : 'X\(//\)$' \| \
 
52302
+        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
52303
+echo X"$as_dir" |
 
52304
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
52305
+           s//\1/
 
52306
+           q
 
52307
+         }
 
52308
+         /^X\(\/\/\)[^/].*/{
 
52309
+           s//\1/
 
52310
+           q
 
52311
+         }
 
52312
+         /^X\(\/\/\)$/{
 
52313
+           s//\1/
 
52314
+           q
 
52315
+         }
 
52316
+         /^X\(\/\).*/{
 
52317
+           s//\1/
 
52318
+           q
 
52319
+         }
 
52320
+         s/.*/./; q'`
 
52321
+      test -d "$as_dir" && break
 
52322
+    done
 
52323
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
 
52324
+  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 
52325
+echo "$as_me: error: cannot create directory $as_dir" >&2;}
 
52326
+   { (exit 1); exit 1; }; }; }
 
52327
+  ac_builddir=.
 
52328
+
 
52329
+case "$ac_dir" in
 
52330
+.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
52331
+*)
 
52332
+  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
 
52333
+  # A ".." for each directory in $ac_dir_suffix.
 
52334
+  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
 
52335
+  case $ac_top_builddir_sub in
 
52336
+  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
52337
+  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 
52338
+  esac ;;
 
52339
+esac
 
52340
+ac_abs_top_builddir=$ac_pwd
 
52341
+ac_abs_builddir=$ac_pwd$ac_dir_suffix
 
52342
+# for backward compatibility:
 
52343
+ac_top_builddir=$ac_top_build_prefix
 
52344
+
 
52345
+case $srcdir in
 
52346
+  .)  # We are building in place.
 
52347
+    ac_srcdir=.
 
52348
+    ac_top_srcdir=$ac_top_builddir_sub
 
52349
+    ac_abs_top_srcdir=$ac_pwd ;;
 
52350
+  [\\/]* | ?:[\\/]* )  # Absolute name.
 
52351
+    ac_srcdir=$srcdir$ac_dir_suffix;
 
52352
+    ac_top_srcdir=$srcdir
 
52353
+    ac_abs_top_srcdir=$srcdir ;;
 
52354
+  *) # Relative name.
 
52355
+    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 
52356
+    ac_top_srcdir=$ac_top_build_prefix$srcdir
 
52357
+    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 
52358
+esac
 
52359
+ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 
52360
 
 
52361
-# Check whether --with-gconf-schema-file-dir was given.
 
52362
-if test "${with_gconf_schema_file_dir+set}" = set; then
 
52363
-  withval=$with_gconf_schema_file_dir; GCONF_SCHEMA_FILE_DIR="$withval"
 
52364
-fi
 
52365
 
 
52366
+  case $ac_mode in
 
52367
+  :F)
 
52368
+  #
 
52369
+  # CONFIG_FILE
 
52370
+  #
 
52371
 
 
52372
+  case $INSTALL in
 
52373
+  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
 
52374
+  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
 
52375
+  esac
 
52376
+  ac_MKDIR_P=$MKDIR_P
 
52377
+  case $MKDIR_P in
 
52378
+  [\\/$]* | ?:[\\/]* ) ;;
 
52379
+  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
 
52380
+  esac
 
52381
+_ACEOF
 
52382
 
 
52383
-  { $as_echo "$as_me:$LINENO: result: Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files" >&5
 
52384
-$as_echo "Using $GCONF_SCHEMA_FILE_DIR as install directory for schema files" >&6; }
 
52385
+cat >>$CONFIG_STATUS <<\_ACEOF
 
52386
+# If the template does not know about datarootdir, expand it.
 
52387
+# FIXME: This hack should be removed a few years after 2.60.
 
52388
+ac_datarootdir_hack=; ac_datarootdir_seen=
 
52389
 
 
52390
-  # Check whether --enable-schemas-install was given.
 
52391
-if test "${enable_schemas_install+set}" = set; then
 
52392
-  enableval=$enable_schemas_install; case ${enableval} in
 
52393
-       yes|no) ;;
 
52394
-       *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for --enable-schemas-install" >&5
 
52395
-$as_echo "$as_me: error: bad value ${enableval} for --enable-schemas-install" >&2;}
 
52396
-   { (exit 1); exit 1; }; } ;;
 
52397
-      esac
 
52398
-fi
 
52399
+case `sed -n '/datarootdir/ {
 
52400
+  p
 
52401
+  q
 
52402
+}
 
52403
+/@datadir@/p
 
52404
+/@docdir@/p
 
52405
+/@infodir@/p
 
52406
+/@localedir@/p
 
52407
+/@mandir@/p
 
52408
+' $ac_file_inputs` in
 
52409
+*datarootdir*) ac_datarootdir_seen=yes;;
 
52410
+*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
 
52411
+  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
 
52412
+echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
 
52413
+_ACEOF
 
52414
+cat >>$CONFIG_STATUS <<_ACEOF
 
52415
+  ac_datarootdir_hack='
 
52416
+  s&@datadir@&$datadir&g
 
52417
+  s&@docdir@&$docdir&g
 
52418
+  s&@infodir@&$infodir&g
 
52419
+  s&@localedir@&$localedir&g
 
52420
+  s&@mandir@&$mandir&g
 
52421
+    s&\\\${datarootdir}&$datarootdir&g' ;;
 
52422
+esac
 
52423
+_ACEOF
 
52424
 
 
52425
-   if test "$enable_schemas_install" != no; then
 
52426
-  GCONF_SCHEMAS_INSTALL_TRUE=
 
52427
-  GCONF_SCHEMAS_INSTALL_FALSE='#'
 
52428
-else
 
52429
-  GCONF_SCHEMAS_INSTALL_TRUE='#'
 
52430
-  GCONF_SCHEMAS_INSTALL_FALSE=
 
52431
-fi
 
52432
+# Neutralize VPATH when `$srcdir' = `.'.
 
52433
+# Shell code in configure.ac might set extrasub.
 
52434
+# FIXME: do we really want to maintain this feature?
 
52435
+cat >>$CONFIG_STATUS <<_ACEOF
 
52436
+  sed "$ac_vpsub
 
52437
+$extrasub
 
52438
+_ACEOF
 
52439
+cat >>$CONFIG_STATUS <<\_ACEOF
 
52440
+:t
 
52441
+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
52442
+s&@configure_input@&$configure_input&;t t
 
52443
+s&@top_builddir@&$ac_top_builddir_sub&;t t
 
52444
+s&@srcdir@&$ac_srcdir&;t t
 
52445
+s&@abs_srcdir@&$ac_abs_srcdir&;t t
 
52446
+s&@top_srcdir@&$ac_top_srcdir&;t t
 
52447
+s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
 
52448
+s&@builddir@&$ac_builddir&;t t
 
52449
+s&@abs_builddir@&$ac_abs_builddir&;t t
 
52450
+s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
 
52451
+s&@INSTALL@&$ac_INSTALL&;t t
 
52452
+s&@MKDIR_P@&$ac_MKDIR_P&;t t
 
52453
+$ac_datarootdir_hack
 
52454
+" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" | sed -f "$tmp/subs-3.sed" >$tmp/out
 
52455
 
 
52456
+test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
 
52457
+  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
 
52458
+  { ac_out=`sed -n '/^[         ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
 
52459
+  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
52460
+which seems to be undefined.  Please make sure it is defined." >&5
 
52461
+echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
52462
+which seems to be undefined.  Please make sure it is defined." >&2;}
 
52463
 
 
52464
+  rm -f "$tmp/stdin"
 
52465
+  case $ac_file in
 
52466
+  -) cat "$tmp/out"; rm -f "$tmp/out";;
 
52467
+  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
 
52468
+  esac
 
52469
+ ;;
 
52470
+  :H)
 
52471
+  #
 
52472
+  # CONFIG_HEADER
 
52473
+  #
 
52474
+_ACEOF
 
52475
 
 
52476
+# Transform confdefs.h into a sed script `conftest.defines', that
 
52477
+# substitutes the proper values into config.h.in to produce config.h.
 
52478
+rm -f conftest.defines conftest.tail
 
52479
+# First, append a space to every undef/define line, to ease matching.
 
52480
+echo 's/$/ /' >conftest.defines
 
52481
+# Then, protect against being on the right side of a sed subst, or in
 
52482
+# an unquoted here document, in config.status.  If some macros were
 
52483
+# called several times there might be several #defines for the same
 
52484
+# symbol, which is useless.  But do not sort them, since the last
 
52485
+# AC_DEFINE must be honored.
 
52486
+ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
 
52487
+# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
 
52488
+# NAME is the cpp macro being defined, VALUE is the value it is being given.
 
52489
+# PARAMS is the parameter list in the macro definition--in most cases, it's
 
52490
+# just an empty string.
 
52491
+ac_dA='s,^\\([  #]*\\)[^        ]*\\([  ]*'
 
52492
+ac_dB='\\)[     (].*,\\1define\\2'
 
52493
+ac_dC=' '
 
52494
+ac_dD=' ,'
 
52495
 
 
52496
+uniq confdefs.h |
 
52497
+  sed -n '
 
52498
+       t rset
 
52499
+       :rset
 
52500
+       s/^[     ]*#[    ]*define[       ][      ]*//
 
52501
+       t ok
 
52502
+       d
 
52503
+       :ok
 
52504
+       s/[\\&,]/\\&/g
 
52505
+       s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
 
52506
+       s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
 
52507
+  ' >>conftest.defines
 
52508
+
 
52509
+# Remove the space that was appended to ease matching.
 
52510
+# Then replace #undef with comments.  This is necessary, for
 
52511
+# example, in the case of _POSIX_SOURCE, which is predefined and required
 
52512
+# on some systems where configure will not decide to define it.
 
52513
+# (The regexp can be short, since the line contains either #define or #undef.)
 
52514
+echo 's/ $//
 
52515
+s,^[    #]*u.*,/* & */,' >>conftest.defines
 
52516
+
 
52517
+# Break up conftest.defines:
 
52518
+ac_max_sed_lines=50
 
52519
+
 
52520
+# First sed command is:         sed -f defines.sed $ac_file_inputs >"$tmp/out1"
 
52521
+# Second one is:        sed -f defines.sed "$tmp/out1" >"$tmp/out2"
 
52522
+# Third one will be:    sed -f defines.sed "$tmp/out2" >"$tmp/out1"
 
52523
+# et cetera.
 
52524
+ac_in='$ac_file_inputs'
 
52525
+ac_out='"$tmp/out1"'
 
52526
+ac_nxt='"$tmp/out2"'
 
52527
 
 
52528
+while :
 
52529
+do
 
52530
+  # Write a here document:
 
52531
+    cat >>$CONFIG_STATUS <<_ACEOF
 
52532
+    # First, check the format of the line:
 
52533
+    cat >"\$tmp/defines.sed" <<\\CEOF
 
52534
+/^[     ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
 
52535
+/^[     ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
 
52536
+b
 
52537
+:def
 
52538
+_ACEOF
 
52539
+  sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
 
52540
+  echo 'CEOF
 
52541
+    sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
 
52542
+  ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
 
52543
+  sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
 
52544
+  grep . conftest.tail >/dev/null || break
 
52545
+  rm -f conftest.defines
 
52546
+  mv conftest.tail conftest.defines
 
52547
+done
 
52548
+rm -f conftest.defines conftest.tail
 
52549
 
 
52550
-      ACLOCAL_AMFLAGS="\${ACLOCAL_FLAGS}"
 
52551
-  if test -n "$ac_macro_dir"; then
 
52552
-    ACLOCAL_AMFLAGS="-I $ac_macro_dir $ACLOCAL_AMFLAGS"
 
52553
+echo "ac_result=$ac_in" >>$CONFIG_STATUS
 
52554
+cat >>$CONFIG_STATUS <<\_ACEOF
 
52555
+  if test x"$ac_file" != x-; then
 
52556
+    echo "/* $configure_input  */" >"$tmp/config.h"
 
52557
+    cat "$ac_result" >>"$tmp/config.h"
 
52558
+    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
 
52559
+      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
 
52560
+echo "$as_me: $ac_file is unchanged" >&6;}
 
52561
+    else
 
52562
+      rm -f $ac_file
 
52563
+      mv "$tmp/config.h" $ac_file
 
52564
+    fi
 
52565
+  else
 
52566
+    echo "/* $configure_input  */"
 
52567
+    cat "$ac_result"
 
52568
   fi
 
52569
+  rm -f "$tmp/out12"
 
52570
+# Compute $ac_file's index in $config_headers.
 
52571
+_am_arg=$ac_file
 
52572
+_am_stamp_count=1
 
52573
+for _am_header in $config_headers :; do
 
52574
+  case $_am_header in
 
52575
+    $_am_arg | $_am_arg:* )
 
52576
+      break ;;
 
52577
+    * )
 
52578
+      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
 
52579
+  esac
 
52580
+done
 
52581
+echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
 
52582
+$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
52583
+        X"$_am_arg" : 'X\(//\)[^/]' \| \
 
52584
+        X"$_am_arg" : 'X\(//\)$' \| \
 
52585
+        X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
 
52586
+echo X"$_am_arg" |
 
52587
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
52588
+           s//\1/
 
52589
+           q
 
52590
+         }
 
52591
+         /^X\(\/\/\)[^/].*/{
 
52592
+           s//\1/
 
52593
+           q
 
52594
+         }
 
52595
+         /^X\(\/\/\)$/{
 
52596
+           s//\1/
 
52597
+           q
 
52598
+         }
 
52599
+         /^X\(\/\).*/{
 
52600
+           s//\1/
 
52601
+           q
 
52602
+         }
 
52603
+         s/.*/./; q'`/stamp-h$_am_stamp_count
 
52604
+ ;;
 
52605
 
 
52606
+  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
 
52607
+echo "$as_me: executing $ac_file commands" >&6;}
 
52608
+ ;;
 
52609
+  esac
 
52610
 
 
52611
 
 
52612
+  case $ac_file$ac_mode in
 
52613
+    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
 
52614
+  # Strip MF so we end up with the name of the file.
 
52615
+  mf=`echo "$mf" | sed -e 's/:.*$//'`
 
52616
+  # Check whether this is an Automake generated Makefile or not.
 
52617
+  # We used to match only the files named `Makefile.in', but
 
52618
+  # some people rename them; so instead we look at the file content.
 
52619
+  # Grep'ing the first line is not enough: some people post-process
 
52620
+  # each Makefile.in and add a new line on top of each file to say so.
 
52621
+  # Grep'ing the whole file is not good either: AIX grep has a line
 
52622
+  # limit of 2048, but all sed's we know have understand at least 4000.
 
52623
+  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
 
52624
+    dirpart=`$as_dirname -- "$mf" ||
 
52625
+$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
52626
+        X"$mf" : 'X\(//\)[^/]' \| \
 
52627
+        X"$mf" : 'X\(//\)$' \| \
 
52628
+        X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
 
52629
+echo X"$mf" |
 
52630
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
52631
+           s//\1/
 
52632
+           q
 
52633
+         }
 
52634
+         /^X\(\/\/\)[^/].*/{
 
52635
+           s//\1/
 
52636
+           q
 
52637
+         }
 
52638
+         /^X\(\/\/\)$/{
 
52639
+           s//\1/
 
52640
+           q
 
52641
+         }
 
52642
+         /^X\(\/\).*/{
 
52643
+           s//\1/
 
52644
+           q
 
52645
+         }
 
52646
+         s/.*/./; q'`
 
52647
+  else
 
52648
+    continue
 
52649
+  fi
 
52650
+  # Extract the definition of DEPDIR, am__include, and am__quote
 
52651
+  # from the Makefile without running `make'.
 
52652
+  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 
52653
+  test -z "$DEPDIR" && continue
 
52654
+  am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
52655
+  test -z "am__include" && continue
 
52656
+  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
 
52657
+  # When using ansi2knr, U may be empty or an underscore; expand it
 
52658
+  U=`sed -n 's/^U = //p' < "$mf"`
 
52659
+  # Find all dependency output files, they are included files with
 
52660
+  # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
52661
+  # simplest approach to changing $(DEPDIR) to its actual value in the
 
52662
+  # expansion.
 
52663
+  for file in `sed -n "
 
52664
+    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
 
52665
+       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
52666
+    # Make sure the directory exists.
 
52667
+    test -f "$dirpart/$file" && continue
 
52668
+    fdir=`$as_dirname -- "$file" ||
 
52669
+$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
52670
+        X"$file" : 'X\(//\)[^/]' \| \
 
52671
+        X"$file" : 'X\(//\)$' \| \
 
52672
+        X"$file" : 'X\(/\)' \| . 2>/dev/null ||
 
52673
+echo X"$file" |
 
52674
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
52675
+           s//\1/
 
52676
+           q
 
52677
+         }
 
52678
+         /^X\(\/\/\)[^/].*/{
 
52679
+           s//\1/
 
52680
+           q
 
52681
+         }
 
52682
+         /^X\(\/\/\)$/{
 
52683
+           s//\1/
 
52684
+           q
 
52685
+         }
 
52686
+         /^X\(\/\).*/{
 
52687
+           s//\1/
 
52688
+           q
 
52689
+         }
 
52690
+         s/.*/./; q'`
 
52691
+    { as_dir=$dirpart/$fdir
 
52692
+  case $as_dir in #(
 
52693
+  -*) as_dir=./$as_dir;;
 
52694
+  esac
 
52695
+  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 
52696
+    as_dirs=
 
52697
+    while :; do
 
52698
+      case $as_dir in #(
 
52699
+      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
 
52700
+      *) as_qdir=$as_dir;;
 
52701
+      esac
 
52702
+      as_dirs="'$as_qdir' $as_dirs"
 
52703
+      as_dir=`$as_dirname -- "$as_dir" ||
 
52704
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
52705
+        X"$as_dir" : 'X\(//\)[^/]' \| \
 
52706
+        X"$as_dir" : 'X\(//\)$' \| \
 
52707
+        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
52708
+echo X"$as_dir" |
 
52709
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
52710
+           s//\1/
 
52711
+           q
 
52712
+         }
 
52713
+         /^X\(\/\/\)[^/].*/{
 
52714
+           s//\1/
 
52715
+           q
 
52716
+         }
 
52717
+         /^X\(\/\/\)$/{
 
52718
+           s//\1/
 
52719
+           q
 
52720
+         }
 
52721
+         /^X\(\/\).*/{
 
52722
+           s//\1/
 
52723
+           q
 
52724
+         }
 
52725
+         s/.*/./; q'`
 
52726
+      test -d "$as_dir" && break
 
52727
+    done
 
52728
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
 
52729
+  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 
52730
+echo "$as_me: error: cannot create directory $as_dir" >&2;}
 
52731
+   { (exit 1); exit 1; }; }; }
 
52732
+    # echo "creating $dirpart/$file"
 
52733
+    echo '# dummy' > "$dirpart/$file"
 
52734
+  done
 
52735
+done
 
52736
+ ;;
 
52737
+    "default-1":C) case "$CONFIG_FILES" in *po/Makefile.in*)
 
52738
+        sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
 
52739
+      esac ;;
 
52740
+    "libtool":C)
 
52741
 
 
52742
-       # Check whether --enable-debug was given.
 
52743
-if test "${enable_debug+set}" = set; then
 
52744
-  enableval=$enable_debug;
 
52745
-else
 
52746
-  enable_debug=no
 
52747
-fi
 
52748
-
 
52749
-
 
52750
-       if test x$enable_debug = xyes ; then
 
52751
-
 
52752
-cat >>confdefs.h <<\_ACEOF
 
52753
-#define GNOME_ENABLE_DEBUG 1
 
52754
-_ACEOF
 
52755
+    # See if we are running on zsh, and set the options which allow our
 
52756
+    # commands through without removal of \ escapes.
 
52757
+    if test -n "${ZSH_VERSION+set}" ; then
 
52758
+      setopt NO_GLOB_SUBST
 
52759
+    fi
 
52760
 
 
52761
-       fi
 
52762
+    cfgfile="${ofile}T"
 
52763
+    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
 
52764
+    $RM "$cfgfile"
 
52765
 
 
52766
+    cat <<_LT_EOF >> "$cfgfile"
 
52767
+#! $SHELL
 
52768
 
 
52769
+# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
 
52770
+# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
 
52771
+# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 
52772
+# NOTE: Changes made to this file will be lost: look at ltmain.sh.
 
52773
+#
 
52774
+#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
 
52775
+#                 2006, 2007, 2008 Free Software Foundation, Inc.
 
52776
+#   Written by Gordon Matzigkeit, 1996
 
52777
+#
 
52778
+#   This file is part of GNU Libtool.
 
52779
+#
 
52780
+# GNU Libtool is free software; you can redistribute it and/or
 
52781
+# modify it under the terms of the GNU General Public License as
 
52782
+# published by the Free Software Foundation; either version 2 of
 
52783
+# the License, or (at your option) any later version.
 
52784
+#
 
52785
+# As a special exception to the GNU General Public License,
 
52786
+# if you distribute this file as part of a program or library that
 
52787
+# is built using GNU Libtool, you may include this file under the
 
52788
+# same distribution terms that you use for the rest of that program.
 
52789
+#
 
52790
+# GNU Libtool is distributed in the hope that it will be useful,
 
52791
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
52792
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
52793
+# GNU General Public License for more details.
 
52794
+#
 
52795
+# You should have received a copy of the GNU General Public License
 
52796
+# along with GNU Libtool; see the file COPYING.  If not, a copy
 
52797
+# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
 
52798
+# obtained by writing to the Free Software Foundation, Inc.,
 
52799
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
52800
 
 
52801
-    # Check whether --enable-compile-warnings was given.
 
52802
-if test "${enable_compile_warnings+set}" = set; then
 
52803
-  enableval=$enable_compile_warnings;
 
52804
-else
 
52805
-  enable_compile_warnings="maximum"
 
52806
-fi
 
52807
 
 
52808
+# The names of the tagged configurations supported by this script.
 
52809
+available_tags="CXX "
 
52810
 
 
52811
-    warnCFLAGS=
 
52812
-    if test "x$GCC" != xyes; then
 
52813
-       enable_compile_warnings=no
 
52814
-    fi
 
52815
+# ### BEGIN LIBTOOL CONFIG
 
52816
 
 
52817
-    warning_flags=
 
52818
-    realsave_CFLAGS="$CFLAGS"
 
52819
+# Which release of libtool.m4 was used?
 
52820
+macro_version=$macro_version
 
52821
+macro_revision=$macro_revision
 
52822
 
 
52823
-    case "$enable_compile_warnings" in
 
52824
-    no)
 
52825
-       warning_flags=
 
52826
-       ;;
 
52827
-    minimum)
 
52828
-       warning_flags="-Wall"
 
52829
-       ;;
 
52830
-    yes)
 
52831
-       warning_flags="-Wall -Wmissing-prototypes"
 
52832
-       ;;
 
52833
-    maximum|error)
 
52834
-       warning_flags="-Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith"
 
52835
-       CFLAGS="$warning_flags $CFLAGS"
 
52836
-       for option in -Wno-sign-compare; do
 
52837
-               SAVE_CFLAGS="$CFLAGS"
 
52838
-               CFLAGS="$CFLAGS $option"
 
52839
-               { $as_echo "$as_me:$LINENO: checking whether gcc understands $option" >&5
 
52840
-$as_echo_n "checking whether gcc understands $option... " >&6; }
 
52841
-               cat >conftest.$ac_ext <<_ACEOF
 
52842
-/* confdefs.h.  */
 
52843
-_ACEOF
 
52844
-cat confdefs.h >>conftest.$ac_ext
 
52845
-cat >>conftest.$ac_ext <<_ACEOF
 
52846
-/* end confdefs.h.  */
 
52847
+# Whether or not to build shared libraries.
 
52848
+build_libtool_libs=$enable_shared
 
52849
 
 
52850
-int
 
52851
-main ()
 
52852
-{
 
52853
+# Whether or not to build static libraries.
 
52854
+build_old_libs=$enable_static
 
52855
 
 
52856
-  ;
 
52857
-  return 0;
 
52858
-}
 
52859
-_ACEOF
 
52860
-rm -f conftest.$ac_objext
 
52861
-if { (ac_try="$ac_compile"
 
52862
-case "(($ac_try" in
 
52863
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
52864
-  *) ac_try_echo=$ac_try;;
 
52865
-esac
 
52866
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
52867
-$as_echo "$ac_try_echo") >&5
 
52868
-  (eval "$ac_compile") 2>conftest.er1
 
52869
-  ac_status=$?
 
52870
-  grep -v '^ *+' conftest.er1 >conftest.err
 
52871
-  rm -f conftest.er1
 
52872
-  cat conftest.err >&5
 
52873
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
52874
-  (exit $ac_status); } && {
 
52875
-        test -z "$ac_c_werror_flag" ||
 
52876
-        test ! -s conftest.err
 
52877
-       } && test -s conftest.$ac_objext; then
 
52878
-  has_option=yes
 
52879
-else
 
52880
-  $as_echo "$as_me: failed program was:" >&5
 
52881
-sed 's/^/| /' conftest.$ac_ext >&5
 
52882
+# What type of objects to build.
 
52883
+pic_mode=$pic_mode
 
52884
 
 
52885
-       has_option=no
 
52886
-fi
 
52887
+# Whether or not to optimize for fast installation.
 
52888
+fast_install=$enable_fast_install
 
52889
 
 
52890
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
52891
-               CFLAGS="$SAVE_CFLAGS"
 
52892
-               { $as_echo "$as_me:$LINENO: result: $has_option" >&5
 
52893
-$as_echo "$has_option" >&6; }
 
52894
-               if test $has_option = yes; then
 
52895
-                 warning_flags="$warning_flags $option"
 
52896
-               fi
 
52897
-               unset has_option
 
52898
-               unset SAVE_CFLAGS
 
52899
-       done
 
52900
-       unset option
 
52901
-       if test "$enable_compile_warnings" = "error" ; then
 
52902
-           warning_flags="$warning_flags -Werror"
 
52903
-       fi
 
52904
-       ;;
 
52905
-    *)
 
52906
-       { { $as_echo "$as_me:$LINENO: error: Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" >&5
 
52907
-$as_echo "$as_me: error: Unknown argument '$enable_compile_warnings' to --enable-compile-warnings" >&2;}
 
52908
-   { (exit 1); exit 1; }; }
 
52909
-       ;;
 
52910
-    esac
 
52911
-    CFLAGS="$realsave_CFLAGS"
 
52912
-    { $as_echo "$as_me:$LINENO: checking what warning flags to pass to the C compiler" >&5
 
52913
-$as_echo_n "checking what warning flags to pass to the C compiler... " >&6; }
 
52914
-    { $as_echo "$as_me:$LINENO: result: $warning_flags" >&5
 
52915
-$as_echo "$warning_flags" >&6; }
 
52916
+# The host system.
 
52917
+host_alias=$host_alias
 
52918
+host=$host
 
52919
+host_os=$host_os
 
52920
 
 
52921
-    # Check whether --enable-iso-c was given.
 
52922
-if test "${enable_iso_c+set}" = set; then
 
52923
-  enableval=$enable_iso_c;
 
52924
-else
 
52925
-  enable_iso_c=no
 
52926
-fi
 
52927
+# The build system.
 
52928
+build_alias=$build_alias
 
52929
+build=$build
 
52930
+build_os=$build_os
 
52931
 
 
52932
+# A sed program that does not truncate output.
 
52933
+SED=$lt_SED
 
52934
 
 
52935
-    { $as_echo "$as_me:$LINENO: checking what language compliance flags to pass to the C compiler" >&5
 
52936
-$as_echo_n "checking what language compliance flags to pass to the C compiler... " >&6; }
 
52937
-    complCFLAGS=
 
52938
-    if test "x$enable_iso_c" != "xno"; then
 
52939
-       if test "x$GCC" = "xyes"; then
 
52940
-       case " $CFLAGS " in
 
52941
-           *\ \        -ansi\ \        *) ;;
 
52942
-           *) complCFLAGS="$complCFLAGS -ansi" ;;
 
52943
-       esac
 
52944
-       case " $CFLAGS " in
 
52945
-           *\ \        -pedantic\ \    *) ;;
 
52946
-           *) complCFLAGS="$complCFLAGS -pedantic" ;;
 
52947
-       esac
 
52948
-       fi
 
52949
-    fi
 
52950
-    { $as_echo "$as_me:$LINENO: result: $complCFLAGS" >&5
 
52951
-$as_echo "$complCFLAGS" >&6; }
 
52952
+# Sed that helps us avoid accidentally triggering echo(1) options like -n.
 
52953
+Xsed="\$SED -e 1s/^X//"
 
52954
 
 
52955
-    WARN_CFLAGS="$warning_flags $complCFLAGS"
 
52956
+# A grep program that handles long lines.
 
52957
+GREP=$lt_GREP
 
52958
 
 
52959
+# An ERE matcher.
 
52960
+EGREP=$lt_EGREP
 
52961
 
 
52962
+# A literal string matcher.
 
52963
+FGREP=$lt_FGREP
 
52964
 
 
52965
-  # Check whether --enable-cxx-warnings was given.
 
52966
-if test "${enable_cxx_warnings+set}" = set; then
 
52967
-  enableval=$enable_cxx_warnings;
 
52968
-else
 
52969
-  enable_cxx_warnings="minimum"
 
52970
-fi
 
52971
+# A BSD- or MS-compatible name lister.
 
52972
+NM=$lt_NM
 
52973
 
 
52974
+# Whether we need soft or hard links.
 
52975
+LN_S=$lt_LN_S
 
52976
 
 
52977
-  { $as_echo "$as_me:$LINENO: checking what warning flags to pass to the C++ compiler" >&5
 
52978
-$as_echo_n "checking what warning flags to pass to the C++ compiler... " >&6; }
 
52979
-  warnCXXFLAGS=
 
52980
-  if test "x$GXX" != xyes; then
 
52981
-    enable_cxx_warnings=no
 
52982
-  fi
 
52983
-  if test "x$enable_cxx_warnings" != "xno"; then
 
52984
-    if test "x$GXX" = "xyes"; then
 
52985
-      case " $CXXFLAGS " in
 
52986
-      *\ \     -Wall\ \        *) ;;
 
52987
-      *) warnCXXFLAGS="-Wall -Wno-unused" ;;
 
52988
-      esac
 
52989
+# What is the maximum length of a command?
 
52990
+max_cmd_len=$max_cmd_len
 
52991
 
 
52992
-      ## -W is not all that useful.  And it cannot be controlled
 
52993
-      ## with individual -Wno-xxx flags, unlike -Wall
 
52994
-      if test "x$enable_cxx_warnings" = "xyes"; then
 
52995
-       warnCXXFLAGS="$warnCXXFLAGS -Wshadow -Woverloaded-virtual"
 
52996
-      fi
 
52997
-    fi
 
52998
-  fi
 
52999
-  { $as_echo "$as_me:$LINENO: result: $warnCXXFLAGS" >&5
 
53000
-$as_echo "$warnCXXFLAGS" >&6; }
 
53001
+# Object file suffix (normally "o").
 
53002
+objext=$ac_objext
 
53003
 
 
53004
-   # Check whether --enable-iso-cxx was given.
 
53005
-if test "${enable_iso_cxx+set}" = set; then
 
53006
-  enableval=$enable_iso_cxx;
 
53007
-else
 
53008
-  enable_iso_cxx=no
 
53009
-fi
 
53010
+# Executable file suffix (normally "").
 
53011
+exeext=$exeext
 
53012
 
 
53013
+# whether the shell understands "unset".
 
53014
+lt_unset=$lt_unset
 
53015
 
 
53016
-   { $as_echo "$as_me:$LINENO: checking what language compliance flags to pass to the C++ compiler" >&5
 
53017
-$as_echo_n "checking what language compliance flags to pass to the C++ compiler... " >&6; }
 
53018
-   complCXXFLAGS=
 
53019
-   if test "x$enable_iso_cxx" != "xno"; then
 
53020
-     if test "x$GXX" = "xyes"; then
 
53021
-      case " $CXXFLAGS " in
 
53022
-      *\ \     -ansi\ \        *) ;;
 
53023
-      *) complCXXFLAGS="$complCXXFLAGS -ansi" ;;
 
53024
-      esac
 
53025
+# turn spaces into newlines.
 
53026
+SP2NL=$lt_lt_SP2NL
 
53027
 
 
53028
-      case " $CXXFLAGS " in
 
53029
-      *\ \     -pedantic\ \    *) ;;
 
53030
-      *) complCXXFLAGS="$complCXXFLAGS -pedantic" ;;
 
53031
-      esac
 
53032
-     fi
 
53033
-   fi
 
53034
-  { $as_echo "$as_me:$LINENO: result: $complCXXFLAGS" >&5
 
53035
-$as_echo "$complCXXFLAGS" >&6; }
 
53036
+# turn newlines into spaces.
 
53037
+NL2SP=$lt_lt_NL2SP
 
53038
 
 
53039
-  WARN_CXXFLAGS="$CXXFLAGS $warnCXXFLAGS $complCXXFLAGS"
 
53040
+# How to create reloadable object files.
 
53041
+reload_flag=$lt_reload_flag
 
53042
+reload_cmds=$lt_reload_cmds
 
53043
 
 
53044
+# Method to check whether dependent libraries are shared objects.
 
53045
+deplibs_check_method=$lt_deplibs_check_method
 
53046
 
 
53047
-{ $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
 
53048
-$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
 
53049
-    # Check whether --enable-maintainer-mode was given.
 
53050
-if test "${enable_maintainer_mode+set}" = set; then
 
53051
-  enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
 
53052
-else
 
53053
-  USE_MAINTAINER_MODE=no
 
53054
-fi
 
53055
+# Command to use when deplibs_check_method == "file_magic".
 
53056
+file_magic_cmd=$lt_file_magic_cmd
 
53057
 
 
53058
-  { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
 
53059
-$as_echo "$USE_MAINTAINER_MODE" >&6; }
 
53060
-   if test $USE_MAINTAINER_MODE = yes; then
 
53061
-  MAINTAINER_MODE_TRUE=
 
53062
-  MAINTAINER_MODE_FALSE='#'
 
53063
-else
 
53064
-  MAINTAINER_MODE_TRUE='#'
 
53065
-  MAINTAINER_MODE_FALSE=
 
53066
-fi
 
53067
+# The archiver.
 
53068
+AR=$lt_AR
 
53069
+AR_FLAGS=$lt_AR_FLAGS
 
53070
 
 
53071
-  MAINT=$MAINTAINER_MODE_TRUE
 
53072
+# A symbol stripping program.
 
53073
+STRIP=$lt_STRIP
 
53074
 
 
53075
+# Commands used to install an old-style archive.
 
53076
+RANLIB=$lt_RANLIB
 
53077
+old_postinstall_cmds=$lt_old_postinstall_cmds
 
53078
+old_postuninstall_cmds=$lt_old_postuninstall_cmds
 
53079
 
 
53080
+# A C compiler.
 
53081
+LTCC=$lt_CC
 
53082
 
 
53083
+# LTCC compiler flags.
 
53084
+LTCFLAGS=$lt_CFLAGS
 
53085
 
 
53086
+# Take the output of nm and produce a listing of raw symbols and C names.
 
53087
+global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
 
53088
 
 
53089
-       if test $USE_MAINTAINER_MODE = yes; then
 
53090
-               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"
 
53091
-       else
 
53092
-               DISABLE_DEPRECATED=""
 
53093
-       fi
 
53094
+# Transform the output of nm in a proper C declaration.
 
53095
+global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
 
53096
 
 
53097
+# Transform the output of nm in a C name address pair.
 
53098
+global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
 
53099
 
 
53100
+# Transform the output of nm in a C name address pair when lib prefix is needed.
 
53101
+global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
 
53102
 
 
53103
-# This macro expands DIR and assigns it to RET.
 
53104
-# If DIR is NONE, then it's replaced by DEFAULT.
 
53105
-# Based on AC_DEFINE_DIR
 
53106
+# The name of the directory that contains temporary libtool files.
 
53107
+objdir=$objdir
 
53108
 
 
53109
+# Shell to use when invoking shell scripts.
 
53110
+SHELL=$lt_SHELL
 
53111
 
 
53112
+# An echo program that does not interpret backslashes.
 
53113
+ECHO=$lt_ECHO
 
53114
 
 
53115
-  test "x$prefix" = xNONE && prefix="$ac_default_prefix"
 
53116
-  test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
 
53117
-  ac_expand=$libexecdir
 
53118
-  test "x$ac_expand" = xNONE && ac_expand="$NONE"
 
53119
-  ac_expand=`eval echo $ac_expand`
 
53120
-  FULL_LIBEXECDIR=`eval echo $ac_expand`
 
53121
+# Used to examine libraries when file_magic_cmd begins with "file".
 
53122
+MAGIC_CMD=$MAGIC_CMD
 
53123
 
 
53124
+# Must we lock files when doing compilation?
 
53125
+need_locks=$lt_need_locks
 
53126
 
 
53127
+# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
 
53128
+DSYMUTIL=$lt_DSYMUTIL
 
53129
 
 
53130
-# Check whether --enable-debug was given.
 
53131
-if test "${enable_debug+set}" = set; then
 
53132
-  enableval=$enable_debug; case "${enableval}" in
 
53133
-       yes) ENABLE_DEBUG=yes ;;
 
53134
-       no)  ENABLE_DEBUG=no ;;
 
53135
-       *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for --disable-debug" >&5
 
53136
-$as_echo "$as_me: error: bad value ${enableval} for --disable-debug" >&2;}
 
53137
-   { (exit 1); exit 1; }; } ;;
 
53138
-       esac
 
53139
-else
 
53140
-  ENABLE_DEBUG=no
 
53141
-fi
 
53142
- if test x$ENABLE_DEBUG = xyes; then
 
53143
+# Tool to change global to local symbols on Mac OS X.
 
53144
+NMEDIT=$lt_NMEDIT
 
53145
 
 
53146
-cat >>confdefs.h <<\_ACEOF
 
53147
-#define TOTEM_DEBUG 1
 
53148
-_ACEOF
 
53149
+# Tool to manipulate fat objects and archives on Mac OS X.
 
53150
+LIPO=$lt_LIPO
 
53151
 
 
53152
-fi
 
53153
+# ldd/readelf like tool for Mach-O binaries on Mac OS X.
 
53154
+OTOOL=$lt_OTOOL
 
53155
 
 
53156
-# Check whether --enable-run-in-source-tree was given.
 
53157
-if test "${enable_run_in_source_tree+set}" = set; then
 
53158
-  enableval=$enable_run_in_source_tree; case "${enableval}" in
 
53159
-       yes) ENABLE_RUN_IN_SOURCE_TREE=yes ;;
 
53160
-       no)  ENABLE_RUN_IN_SOURCE_TREE=no ;;
 
53161
-       *) { { $as_echo "$as_me:$LINENO: error: bad value ${enableval} for --disable-run-in-source-tree" >&5
 
53162
-$as_echo "$as_me: error: bad value ${enableval} for --disable-run-in-source-tree" >&2;}
 
53163
-   { (exit 1); exit 1; }; } ;;
 
53164
-       esac
 
53165
-else
 
53166
-  ENABLE_RUN_IN_SOURCE_TREE=yes
 
53167
-fi
 
53168
- if test x$ENABLE_RUN_IN_SOURCE_TREE = xyes; then
 
53169
+# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
 
53170
+OTOOL64=$lt_OTOOL64
 
53171
 
 
53172
-cat >>confdefs.h <<\_ACEOF
 
53173
-#define TOTEM_RUN_IN_SOURCE_TREE 1
 
53174
-_ACEOF
 
53175
+# Old archive suffix (normally "a").
 
53176
+libext=$libext
 
53177
 
 
53178
-fi
 
53179
+# Shared library suffix (normally ".so").
 
53180
+shrext_cmds=$lt_shrext_cmds
 
53181
 
 
53182
-if test "$GCC" = "yes" ; then
 
53183
-       CFLAGS="\
 
53184
-       -Wall \
 
53185
-       -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes \
 
53186
-       -Wnested-externs -Wpointer-arith \
 
53187
-       -Wcast-align -Wsign-compare \
 
53188
-       -fno-strict-aliasing \
 
53189
-       $CFLAGS"
 
53190
-fi
 
53191
+# The commands to extract the exported symbol list from a shared archive.
 
53192
+extract_expsyms_cmds=$lt_extract_expsyms_cmds
 
53193
 
 
53194
+# Variables whose values should be saved in libtool wrapper scripts and
 
53195
+# restored at link time.
 
53196
+variables_saved_for_relink=$lt_variables_saved_for_relink
 
53197
 
 
53198
+# Do we need the "lib" prefix for modules?
 
53199
+need_lib_prefix=$need_lib_prefix
 
53200
 
 
53201
+# Do we need a version for libraries?
 
53202
+need_version=$need_version
 
53203
 
 
53204
+# Library versioning type.
 
53205
+version_type=$version_type
 
53206
 
 
53207
+# Shared library runtime path variable.
 
53208
+runpath_var=$runpath_var
 
53209
 
 
53210
-ac_config_files="$ac_config_files Makefile totem.spec lib/Makefile src/Makefile src/plugins/Makefile src/plugins/bemused/Makefile src/plugins/screensaver/Makefile src/plugins/ontop/Makefile src/plugins/galago/Makefile src/plugins/gromit/Makefile src/plugins/lirc/Makefile src/plugins/media-player-keys/Makefile src/plugins/mythtv/Makefile src/plugins/properties/Makefile src/plugins/sidebar-test/Makefile src/plugins/skipto/Makefile src/plugins/sample-python/Makefile src/plugins/sample-vala/Makefile src/plugins/thumbnail/Makefile src/plugins/totem/Makefile src/plugins/tracker/Makefile src/plugins/youtube/Makefile src/plugins/pythonconsole/Makefile src/plugins/publish/Makefile src/backend/Makefile browser-plugin/Makefile data/Makefile data/totem.desktop.in.in data/icons/Makefile data/icons/16x16/Makefile data/icons/22x22/Makefile data/icons/24x24/Makefile data/icons/32x32/Makefile data/icons/48x48/Makefile data/icons/scalable/Makefile po/Makefile.in help/Makefile help/bg/Makefile bindings/Makefile bindings/python/Makefile bindings/vala/Makefile"
 
53211
+# Shared library path variable.
 
53212
+shlibpath_var=$shlibpath_var
 
53213
 
 
53214
-cat >confcache <<\_ACEOF
 
53215
-# This file is a shell script that caches the results of configure
 
53216
-# tests run on this system so they can be shared between configure
 
53217
-# scripts and configure runs, see configure's option --config-cache.
 
53218
-# It is not useful on other systems.  If it contains results you don't
 
53219
-# want to keep, you may remove or edit it.
 
53220
-#
 
53221
-# config.status only pays attention to the cache file if you give it
 
53222
-# the --recheck option to rerun configure.
 
53223
-#
 
53224
-# `ac_cv_env_foo' variables (set or unset) will be overridden when
 
53225
-# loading this file, other *unset* `ac_cv_foo' will be assigned the
 
53226
-# following values.
 
53227
+# Is shlibpath searched before the hard-coded library search path?
 
53228
+shlibpath_overrides_runpath=$shlibpath_overrides_runpath
 
53229
 
 
53230
-_ACEOF
 
53231
+# Format of library name prefix.
 
53232
+libname_spec=$lt_libname_spec
 
53233
 
 
53234
-# The following way of writing the cache mishandles newlines in values,
 
53235
-# but we know of no workaround that is simple, portable, and efficient.
 
53236
-# So, we kill variables containing newlines.
 
53237
-# Ultrix sh set writes to stderr and can't be redirected directly,
 
53238
-# and sets the high bit in the cache file unless we assign to the vars.
 
53239
-(
 
53240
-  for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
 
53241
-    eval ac_val=\$$ac_var
 
53242
-    case $ac_val in #(
 
53243
-    *${as_nl}*)
 
53244
-      case $ac_var in #(
 
53245
-      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
 
53246
-$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
 
53247
-      esac
 
53248
-      case $ac_var in #(
 
53249
-      _ | IFS | as_nl) ;; #(
 
53250
-      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
 
53251
-      *) $as_unset $ac_var ;;
 
53252
-      esac ;;
 
53253
-    esac
 
53254
-  done
 
53255
+# List of archive names.  First name is the real one, the rest are links.
 
53256
+# The last name is the one that the linker finds with -lNAME
 
53257
+library_names_spec=$lt_library_names_spec
 
53258
 
 
53259
-  (set) 2>&1 |
 
53260
-    case $as_nl`(ac_space=' '; set) 2>&1` in #(
 
53261
-    *${as_nl}ac_space=\ *)
 
53262
-      # `set' does not quote correctly, so add quotes (double-quote
 
53263
-      # substitution turns \\\\ into \\, and sed turns \\ into \).
 
53264
-      sed -n \
 
53265
-       "s/'/'\\\\''/g;
 
53266
-         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
 
53267
-      ;; #(
 
53268
-    *)
 
53269
-      # `set' quotes correctly as required by POSIX, so do not add quotes.
 
53270
-      sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
 
53271
-      ;;
 
53272
-    esac |
 
53273
-    sort
 
53274
-) |
 
53275
-  sed '
 
53276
-     /^ac_cv_env_/b end
 
53277
-     t clear
 
53278
-     :clear
 
53279
-     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
 
53280
-     t end
 
53281
-     s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
 
53282
-     :end' >>confcache
 
53283
-if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
 
53284
-  if test -w "$cache_file"; then
 
53285
-    test "x$cache_file" != "x/dev/null" &&
 
53286
-      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
 
53287
-$as_echo "$as_me: updating cache $cache_file" >&6;}
 
53288
-    cat confcache >$cache_file
 
53289
-  else
 
53290
-    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
 
53291
-$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
 
53292
-  fi
 
53293
-fi
 
53294
-rm -f confcache
 
53295
+# The coded name of the library, if different from the real name.
 
53296
+soname_spec=$lt_soname_spec
 
53297
 
 
53298
-test "x$prefix" = xNONE && prefix=$ac_default_prefix
 
53299
-# Let make expand exec_prefix.
 
53300
-test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
 
53301
+# Command to use after installation of a shared archive.
 
53302
+postinstall_cmds=$lt_postinstall_cmds
 
53303
 
 
53304
-DEFS=-DHAVE_CONFIG_H
 
53305
+# Command to use after uninstallation of a shared archive.
 
53306
+postuninstall_cmds=$lt_postuninstall_cmds
 
53307
 
 
53308
-ac_libobjs=
 
53309
-ac_ltlibobjs=
 
53310
-for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
 
53311
-  # 1. Remove the extension, and $U if already installed.
 
53312
-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
 
53313
-  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
 
53314
-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
 
53315
-  #    will be set to the directory where LIBOBJS objects are built.
 
53316
-  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
 
53317
-  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
 
53318
-done
 
53319
-LIBOBJS=$ac_libobjs
 
53320
+# Commands used to finish a libtool library installation in a directory.
 
53321
+finish_cmds=$lt_finish_cmds
 
53322
 
 
53323
-LTLIBOBJS=$ac_ltlibobjs
 
53324
+# As "finish_cmds", except a single script fragment to be evaled but
 
53325
+# not shown.
 
53326
+finish_eval=$lt_finish_eval
 
53327
 
 
53328
+# Whether we should hardcode library paths into libraries.
 
53329
+hardcode_into_libs=$hardcode_into_libs
 
53330
 
 
53331
-if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
 
53332
-  { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
 
53333
-Usually this means the macro was only invoked conditionally." >&5
 
53334
-$as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
 
53335
-Usually this means the macro was only invoked conditionally." >&2;}
 
53336
-   { (exit 1); exit 1; }; }
 
53337
-fi
 
53338
-if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
 
53339
-  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
 
53340
-Usually this means the macro was only invoked conditionally." >&5
 
53341
-$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
 
53342
-Usually this means the macro was only invoked conditionally." >&2;}
 
53343
-   { (exit 1); exit 1; }; }
 
53344
-fi
 
53345
+# Compile-time system search path for libraries.
 
53346
+sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
 
53347
 
 
53348
-  ac_config_commands="$ac_config_commands po/stamp-it"
 
53349
+# Run-time system search path for libraries.
 
53350
+sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
 
53351
 
 
53352
+# Whether dlopen is supported.
 
53353
+dlopen_support=$enable_dlopen
 
53354
 
 
53355
-if test -z "${ENABLE_SK_TRUE}" && test -z "${ENABLE_SK_FALSE}"; then
 
53356
-  { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_SK\" was never defined.
 
53357
-Usually this means the macro was only invoked conditionally." >&5
 
53358
-$as_echo "$as_me: error: conditional \"ENABLE_SK\" was never defined.
 
53359
-Usually this means the macro was only invoked conditionally." >&2;}
 
53360
-   { (exit 1); exit 1; }; }
 
53361
-fi
 
53362
-if test -z "${HAVE_GNOME_DOC_UTILS_TRUE}" && test -z "${HAVE_GNOME_DOC_UTILS_FALSE}"; then
 
53363
-  { { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
 
53364
-Usually this means the macro was only invoked conditionally." >&5
 
53365
-$as_echo "$as_me: error: conditional \"HAVE_GNOME_DOC_UTILS\" was never defined.
 
53366
-Usually this means the macro was only invoked conditionally." >&2;}
 
53367
-   { (exit 1); exit 1; }; }
 
53368
-fi
 
53369
-if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
 
53370
-  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
 
53371
-Usually this means the macro was only invoked conditionally." >&5
 
53372
-$as_echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
 
53373
-Usually this means the macro was only invoked conditionally." >&2;}
 
53374
-   { (exit 1); exit 1; }; }
 
53375
-fi
 
53376
-if test -z "${TOTEM_GST_TRUE}" && test -z "${TOTEM_GST_FALSE}"; then
 
53377
-  { { $as_echo "$as_me:$LINENO: error: conditional \"TOTEM_GST\" was never defined.
 
53378
-Usually this means the macro was only invoked conditionally." >&5
 
53379
-$as_echo "$as_me: error: conditional \"TOTEM_GST\" was never defined.
 
53380
-Usually this means the macro was only invoked conditionally." >&2;}
 
53381
-   { (exit 1); exit 1; }; }
 
53382
-fi
 
53383
-if test -z "${HAVE_GNOME_TRUE}" && test -z "${HAVE_GNOME_FALSE}"; then
 
53384
-  { { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_GNOME\" was never defined.
 
53385
-Usually this means the macro was only invoked conditionally." >&5
 
53386
-$as_echo "$as_me: error: conditional \"HAVE_GNOME\" was never defined.
 
53387
-Usually this means the macro was only invoked conditionally." >&2;}
 
53388
-   { (exit 1); exit 1; }; }
 
53389
-fi
 
53390
-if test -z "${HAVE_XVIDMODE_TRUE}" && test -z "${HAVE_XVIDMODE_FALSE}"; then
 
53391
-  { { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_XVIDMODE\" was never defined.
 
53392
-Usually this means the macro was only invoked conditionally." >&5
 
53393
-$as_echo "$as_me: error: conditional \"HAVE_XVIDMODE\" was never defined.
 
53394
-Usually this means the macro was only invoked conditionally." >&2;}
 
53395
-   { (exit 1); exit 1; }; }
 
53396
-fi
 
53397
-if test -z "${ENABLE_PYTHON_TRUE}" && test -z "${ENABLE_PYTHON_FALSE}"; then
 
53398
-  { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_PYTHON\" was never defined.
 
53399
-Usually this means the macro was only invoked conditionally." >&5
 
53400
-$as_echo "$as_me: error: conditional \"ENABLE_PYTHON\" was never defined.
 
53401
-Usually this means the macro was only invoked conditionally." >&2;}
 
53402
-   { (exit 1); exit 1; }; }
 
53403
-fi
 
53404
-if test -z "${ENABLE_VALA_TRUE}" && test -z "${ENABLE_VALA_FALSE}"; then
 
53405
-  { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_VALA\" was never defined.
 
53406
-Usually this means the macro was only invoked conditionally." >&5
 
53407
-$as_echo "$as_me: error: conditional \"ENABLE_VALA\" was never defined.
 
53408
-Usually this means the macro was only invoked conditionally." >&2;}
 
53409
-   { (exit 1); exit 1; }; }
 
53410
-fi
 
53411
-if test -z "${ENABLE_BROWSER_PLUGINS_TRUE}" && test -z "${ENABLE_BROWSER_PLUGINS_FALSE}"; then
 
53412
-  { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_BROWSER_PLUGINS\" was never defined.
 
53413
-Usually this means the macro was only invoked conditionally." >&5
 
53414
-$as_echo "$as_me: error: conditional \"ENABLE_BROWSER_PLUGINS\" was never defined.
 
53415
-Usually this means the macro was only invoked conditionally." >&2;}
 
53416
-   { (exit 1); exit 1; }; }
 
53417
-fi
 
53418
-if test -z "${ENABLE_BASIC_PLUGIN_TRUE}" && test -z "${ENABLE_BASIC_PLUGIN_FALSE}"; then
 
53419
-  { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_BASIC_PLUGIN\" was never defined.
 
53420
-Usually this means the macro was only invoked conditionally." >&5
 
53421
-$as_echo "$as_me: error: conditional \"ENABLE_BASIC_PLUGIN\" was never defined.
 
53422
-Usually this means the macro was only invoked conditionally." >&2;}
 
53423
-   { (exit 1); exit 1; }; }
 
53424
-fi
 
53425
-if test -z "${ENABLE_GMP_PLUGIN_TRUE}" && test -z "${ENABLE_GMP_PLUGIN_FALSE}"; then
 
53426
-  { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_GMP_PLUGIN\" was never defined.
 
53427
-Usually this means the macro was only invoked conditionally." >&5
 
53428
-$as_echo "$as_me: error: conditional \"ENABLE_GMP_PLUGIN\" was never defined.
 
53429
-Usually this means the macro was only invoked conditionally." >&2;}
 
53430
-   { (exit 1); exit 1; }; }
 
53431
-fi
 
53432
-if test -z "${ENABLE_COMPLEX_PLUGIN_TRUE}" && test -z "${ENABLE_COMPLEX_PLUGIN_FALSE}"; then
 
53433
-  { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_COMPLEX_PLUGIN\" was never defined.
 
53434
-Usually this means the macro was only invoked conditionally." >&5
 
53435
-$as_echo "$as_me: error: conditional \"ENABLE_COMPLEX_PLUGIN\" was never defined.
 
53436
-Usually this means the macro was only invoked conditionally." >&2;}
 
53437
-   { (exit 1); exit 1; }; }
 
53438
-fi
 
53439
-if test -z "${ENABLE_NARROWSPACE_PLUGIN_TRUE}" && test -z "${ENABLE_NARROWSPACE_PLUGIN_FALSE}"; then
 
53440
-  { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_NARROWSPACE_PLUGIN\" was never defined.
 
53441
-Usually this means the macro was only invoked conditionally." >&5
 
53442
-$as_echo "$as_me: error: conditional \"ENABLE_NARROWSPACE_PLUGIN\" was never defined.
 
53443
-Usually this means the macro was only invoked conditionally." >&2;}
 
53444
-   { (exit 1); exit 1; }; }
 
53445
-fi
 
53446
-if test -z "${ENABLE_MULLY_PLUGIN_TRUE}" && test -z "${ENABLE_MULLY_PLUGIN_FALSE}"; then
 
53447
-  { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_MULLY_PLUGIN\" was never defined.
 
53448
-Usually this means the macro was only invoked conditionally." >&5
 
53449
-$as_echo "$as_me: error: conditional \"ENABLE_MULLY_PLUGIN\" was never defined.
 
53450
-Usually this means the macro was only invoked conditionally." >&2;}
 
53451
-   { (exit 1); exit 1; }; }
 
53452
-fi
 
53453
-if test -z "${ENABLE_CONE_PLUGIN_TRUE}" && test -z "${ENABLE_CONE_PLUGIN_FALSE}"; then
 
53454
-  { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_CONE_PLUGIN\" was never defined.
 
53455
-Usually this means the macro was only invoked conditionally." >&5
 
53456
-$as_echo "$as_me: error: conditional \"ENABLE_CONE_PLUGIN\" was never defined.
 
53457
-Usually this means the macro was only invoked conditionally." >&2;}
 
53458
-   { (exit 1); exit 1; }; }
 
53459
-fi
 
53460
-if test -z "${HAVE_NAUTILUS_TRUE}" && test -z "${HAVE_NAUTILUS_FALSE}"; then
 
53461
-  { { $as_echo "$as_me:$LINENO: error: conditional \"HAVE_NAUTILUS\" was never defined.
 
53462
-Usually this means the macro was only invoked conditionally." >&5
 
53463
-$as_echo "$as_me: error: conditional \"HAVE_NAUTILUS\" was never defined.
 
53464
-Usually this means the macro was only invoked conditionally." >&2;}
 
53465
-   { (exit 1); exit 1; }; }
 
53466
-fi
 
53467
-if test -z "${WITH_DBUS_TRUE}" && test -z "${WITH_DBUS_FALSE}"; then
 
53468
-  { { $as_echo "$as_me:$LINENO: error: conditional \"WITH_DBUS\" was never defined.
 
53469
-Usually this means the macro was only invoked conditionally." >&5
 
53470
-$as_echo "$as_me: error: conditional \"WITH_DBUS\" was never defined.
 
53471
-Usually this means the macro was only invoked conditionally." >&2;}
 
53472
-   { (exit 1); exit 1; }; }
 
53473
-fi
 
53474
-if test -z "${GCONF_SCHEMAS_INSTALL_TRUE}" && test -z "${GCONF_SCHEMAS_INSTALL_FALSE}"; then
 
53475
-  { { $as_echo "$as_me:$LINENO: error: conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
 
53476
-Usually this means the macro was only invoked conditionally." >&5
 
53477
-$as_echo "$as_me: error: conditional \"GCONF_SCHEMAS_INSTALL\" was never defined.
 
53478
-Usually this means the macro was only invoked conditionally." >&2;}
 
53479
-   { (exit 1); exit 1; }; }
 
53480
-fi
 
53481
-if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
 
53482
-  { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
 
53483
-Usually this means the macro was only invoked conditionally." >&5
 
53484
-$as_echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
 
53485
-Usually this means the macro was only invoked conditionally." >&2;}
 
53486
-   { (exit 1); exit 1; }; }
 
53487
-fi
 
53488
+# Whether dlopen of programs is supported.
 
53489
+dlopen_self=$enable_dlopen_self
 
53490
 
 
53491
-: ${CONFIG_STATUS=./config.status}
 
53492
-ac_write_fail=0
 
53493
-ac_clean_files_save=$ac_clean_files
 
53494
-ac_clean_files="$ac_clean_files $CONFIG_STATUS"
 
53495
-{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
 
53496
-$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
 
53497
-cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
53498
-#! $SHELL
 
53499
-# Generated by $as_me.
 
53500
-# Run this file to recreate the current configuration.
 
53501
-# Compiler output produced by configure, useful for debugging
 
53502
-# configure, is in config.log if it exists.
 
53503
+# Whether dlopen of statically linked programs is supported.
 
53504
+dlopen_self_static=$enable_dlopen_self_static
 
53505
 
 
53506
-debug=false
 
53507
-ac_cs_recheck=false
 
53508
-ac_cs_silent=false
 
53509
-SHELL=\${CONFIG_SHELL-$SHELL}
 
53510
-_ACEOF
 
53511
+# Commands to strip libraries.
 
53512
+old_striplib=$lt_old_striplib
 
53513
+striplib=$lt_striplib
 
53514
 
 
53515
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
53516
-## --------------------- ##
 
53517
-## M4sh Initialization.  ##
 
53518
-## --------------------- ##
 
53519
 
 
53520
-# Be more Bourne compatible
 
53521
-DUALCASE=1; export DUALCASE # for MKS sh
 
53522
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
53523
-  emulate sh
 
53524
-  NULLCMD=:
 
53525
-  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
 
53526
-  # is contrary to our usage.  Disable this feature.
 
53527
-  alias -g '${1+"$@"}'='"$@"'
 
53528
-  setopt NO_GLOB_SUBST
 
53529
-else
 
53530
-  case `(set -o) 2>/dev/null` in
 
53531
-  *posix*) set -o posix ;;
 
53532
-esac
 
53533
+# The linker used to build libraries.
 
53534
+LD=$lt_LD
 
53535
+
 
53536
+# Commands used to build an old-style archive.
 
53537
+old_archive_cmds=$lt_old_archive_cmds
 
53538
+
 
53539
+# A language specific compiler.
 
53540
+CC=$lt_compiler
 
53541
+
 
53542
+# Is the compiler the GNU compiler?
 
53543
+with_gcc=$GCC
 
53544
 
 
53545
-fi
 
53546
+# Compiler flag to turn off builtin functions.
 
53547
+no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
 
53548
 
 
53549
+# How to pass a linker flag through the compiler.
 
53550
+wl=$lt_lt_prog_compiler_wl
 
53551
 
 
53552
+# Additional compiler flags for building library objects.
 
53553
+pic_flag=$lt_lt_prog_compiler_pic
 
53554
 
 
53555
+# Compiler flag to prevent dynamic linking.
 
53556
+link_static_flag=$lt_lt_prog_compiler_static
 
53557
 
 
53558
-# PATH needs CR
 
53559
-# Avoid depending upon Character Ranges.
 
53560
-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 
53561
-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 
53562
-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 
53563
-as_cr_digits='0123456789'
 
53564
-as_cr_alnum=$as_cr_Letters$as_cr_digits
 
53565
+# Does compiler simultaneously support -c and -o options?
 
53566
+compiler_c_o=$lt_lt_cv_prog_compiler_c_o
 
53567
 
 
53568
-as_nl='
 
53569
-'
 
53570
-export as_nl
 
53571
-# Printing a long string crashes Solaris 7 /usr/bin/printf.
 
53572
-as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
 
53573
-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
 
53574
-as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
 
53575
-if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
 
53576
-  as_echo='printf %s\n'
 
53577
-  as_echo_n='printf %s'
 
53578
-else
 
53579
-  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
 
53580
-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
 
53581
-    as_echo_n='/usr/ucb/echo -n'
 
53582
-  else
 
53583
-    as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
 
53584
-    as_echo_n_body='eval
 
53585
-      arg=$1;
 
53586
-      case $arg in
 
53587
-      *"$as_nl"*)
 
53588
-       expr "X$arg" : "X\\(.*\\)$as_nl";
 
53589
-       arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
 
53590
-      esac;
 
53591
-      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
 
53592
-    '
 
53593
-    export as_echo_n_body
 
53594
-    as_echo_n='sh -c $as_echo_n_body as_echo'
 
53595
-  fi
 
53596
-  export as_echo_body
 
53597
-  as_echo='sh -c $as_echo_body as_echo'
 
53598
-fi
 
53599
+# Whether or not to add -lc for building shared libraries.
 
53600
+build_libtool_need_lc=$archive_cmds_need_lc
 
53601
 
 
53602
-# The user is always right.
 
53603
-if test "${PATH_SEPARATOR+set}" != set; then
 
53604
-  PATH_SEPARATOR=:
 
53605
-  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
 
53606
-    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
 
53607
-      PATH_SEPARATOR=';'
 
53608
-  }
 
53609
-fi
 
53610
+# Whether or not to disallow shared libs when runtime libs are static.
 
53611
+allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
 
53612
 
 
53613
-# Support unset when possible.
 
53614
-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 
53615
-  as_unset=unset
 
53616
-else
 
53617
-  as_unset=false
 
53618
-fi
 
53619
+# Compiler flag to allow reflexive dlopens.
 
53620
+export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
 
53621
 
 
53622
+# Compiler flag to generate shared objects directly from archives.
 
53623
+whole_archive_flag_spec=$lt_whole_archive_flag_spec
 
53624
 
 
53625
-# IFS
 
53626
-# We need space, tab and new line, in precisely that order.  Quoting is
 
53627
-# there to prevent editors from complaining about space-tab.
 
53628
-# (If _AS_PATH_WALK were called with IFS unset, it would disable word
 
53629
-# splitting by setting IFS to empty value.)
 
53630
-IFS=" ""       $as_nl"
 
53631
+# Whether the compiler copes with passing no objects directly.
 
53632
+compiler_needs_object=$lt_compiler_needs_object
 
53633
 
 
53634
-# Find who we are.  Look in the path if we contain no directory separator.
 
53635
-case $0 in
 
53636
-  *[\\/]* ) as_myself=$0 ;;
 
53637
-  *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
53638
-for as_dir in $PATH
 
53639
-do
 
53640
-  IFS=$as_save_IFS
 
53641
-  test -z "$as_dir" && as_dir=.
 
53642
-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 
53643
-done
 
53644
-IFS=$as_save_IFS
 
53645
+# Create an old-style archive from a shared archive.
 
53646
+old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
 
53647
 
 
53648
-     ;;
 
53649
-esac
 
53650
-# We did not find ourselves, most probably we were run as `sh COMMAND'
 
53651
-# in which case we are not to be found in the path.
 
53652
-if test "x$as_myself" = x; then
 
53653
-  as_myself=$0
 
53654
-fi
 
53655
-if test ! -f "$as_myself"; then
 
53656
-  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
53657
-  { (exit 1); exit 1; }
 
53658
-fi
 
53659
+# Create a temporary old-style archive to link instead of a shared archive.
 
53660
+old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
 
53661
 
 
53662
-# Work around bugs in pre-3.0 UWIN ksh.
 
53663
-for as_var in ENV MAIL MAILPATH
 
53664
-do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
53665
-done
 
53666
-PS1='$ '
 
53667
-PS2='> '
 
53668
-PS4='+ '
 
53669
+# Commands used to build a shared archive.
 
53670
+archive_cmds=$lt_archive_cmds
 
53671
+archive_expsym_cmds=$lt_archive_expsym_cmds
 
53672
 
 
53673
-# NLS nuisances.
 
53674
-LC_ALL=C
 
53675
-export LC_ALL
 
53676
-LANGUAGE=C
 
53677
-export LANGUAGE
 
53678
+# Commands used to build a loadable module if different from building
 
53679
+# a shared archive.
 
53680
+module_cmds=$lt_module_cmds
 
53681
+module_expsym_cmds=$lt_module_expsym_cmds
 
53682
 
 
53683
-# Required to use basename.
 
53684
-if expr a : '\(a\)' >/dev/null 2>&1 &&
 
53685
-   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
53686
-  as_expr=expr
 
53687
-else
 
53688
-  as_expr=false
 
53689
-fi
 
53690
+# Whether we are building with GNU ld or not.
 
53691
+with_gnu_ld=$lt_with_gnu_ld
 
53692
 
 
53693
-if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
 
53694
-  as_basename=basename
 
53695
-else
 
53696
-  as_basename=false
 
53697
-fi
 
53698
+# Flag that allows shared libraries with undefined symbols to be built.
 
53699
+allow_undefined_flag=$lt_allow_undefined_flag
 
53700
 
 
53701
+# Flag that enforces no undefined symbols.
 
53702
+no_undefined_flag=$lt_no_undefined_flag
 
53703
 
 
53704
-# Name of the executable.
 
53705
-as_me=`$as_basename -- "$0" ||
 
53706
-$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 
53707
-        X"$0" : 'X\(//\)$' \| \
 
53708
-        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 
53709
-$as_echo X/"$0" |
 
53710
-    sed '/^.*\/\([^/][^/]*\)\/*$/{
 
53711
-           s//\1/
 
53712
-           q
 
53713
-         }
 
53714
-         /^X\/\(\/\/\)$/{
 
53715
-           s//\1/
 
53716
-           q
 
53717
-         }
 
53718
-         /^X\/\(\/\).*/{
 
53719
-           s//\1/
 
53720
-           q
 
53721
-         }
 
53722
-         s/.*/./; q'`
 
53723
+# Flag to hardcode \$libdir into a binary during linking.
 
53724
+# This must work even if \$libdir does not exist
 
53725
+hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
 
53726
 
 
53727
-# CDPATH.
 
53728
-$as_unset CDPATH
 
53729
+# If ld is used when linking, flag to hardcode \$libdir into a binary
 
53730
+# during linking.  This must work even if \$libdir does not exist.
 
53731
+hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
 
53732
 
 
53733
+# Whether we need a single "-rpath" flag with a separated argument.
 
53734
+hardcode_libdir_separator=$lt_hardcode_libdir_separator
 
53735
 
 
53736
+# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
 
53737
+# DIR into the resulting binary.
 
53738
+hardcode_direct=$hardcode_direct
 
53739
 
 
53740
-  as_lineno_1=$LINENO
 
53741
-  as_lineno_2=$LINENO
 
53742
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
 
53743
-  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
 
53744
+# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
 
53745
+# DIR into the resulting binary and the resulting library dependency is
 
53746
+# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
 
53747
+# library is relocated.
 
53748
+hardcode_direct_absolute=$hardcode_direct_absolute
 
53749
 
 
53750
-  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
 
53751
-  # uniformly replaced by the line number.  The first 'sed' inserts a
 
53752
-  # line-number line after each line using $LINENO; the second 'sed'
 
53753
-  # does the real work.  The second script uses 'N' to pair each
 
53754
-  # line-number line with the line containing $LINENO, and appends
 
53755
-  # trailing '-' during substitution so that $LINENO is not a special
 
53756
-  # case at line end.
 
53757
-  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
 
53758
-  # scripts with optimization help from Paolo Bonzini.  Blame Lee
 
53759
-  # E. McMahon (1931-1989) for sed's syntax.  :-)
 
53760
-  sed -n '
 
53761
-    p
 
53762
-    /[$]LINENO/=
 
53763
-  ' <$as_myself |
 
53764
-    sed '
 
53765
-      s/[$]LINENO.*/&-/
 
53766
-      t lineno
 
53767
-      b
 
53768
-      :lineno
 
53769
-      N
 
53770
-      :loop
 
53771
-      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
 
53772
-      t loop
 
53773
-      s/-\n.*//
 
53774
-    ' >$as_me.lineno &&
 
53775
-  chmod +x "$as_me.lineno" ||
 
53776
-    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 
53777
-   { (exit 1); exit 1; }; }
 
53778
+# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
 
53779
+# into the resulting binary.
 
53780
+hardcode_minus_L=$hardcode_minus_L
 
53781
 
 
53782
-  # Don't try to exec as it changes $[0], causing all sort of problems
 
53783
-  # (the dirname of $[0] is not the place where we might find the
 
53784
-  # original and so on.  Autoconf is especially sensitive to this).
 
53785
-  . "./$as_me.lineno"
 
53786
-  # Exit status is that of the last command.
 
53787
-  exit
 
53788
-}
 
53789
+# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
 
53790
+# into the resulting binary.
 
53791
+hardcode_shlibpath_var=$hardcode_shlibpath_var
 
53792
 
 
53793
+# Set to "yes" if building a shared library automatically hardcodes DIR
 
53794
+# into the library and all subsequent libraries and executables linked
 
53795
+# against it.
 
53796
+hardcode_automatic=$hardcode_automatic
 
53797
 
 
53798
-if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 
53799
-  as_dirname=dirname
 
53800
-else
 
53801
-  as_dirname=false
 
53802
-fi
 
53803
+# Set to yes if linker adds runtime paths of dependent libraries
 
53804
+# to runtime path list.
 
53805
+inherit_rpath=$inherit_rpath
 
53806
 
 
53807
-ECHO_C= ECHO_N= ECHO_T=
 
53808
-case `echo -n x` in
 
53809
--n*)
 
53810
-  case `echo 'x\c'` in
 
53811
-  *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
 
53812
-  *)   ECHO_C='\c';;
 
53813
-  esac;;
 
53814
-*)
 
53815
-  ECHO_N='-n';;
 
53816
-esac
 
53817
-if expr a : '\(a\)' >/dev/null 2>&1 &&
 
53818
-   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
53819
-  as_expr=expr
 
53820
-else
 
53821
-  as_expr=false
 
53822
-fi
 
53823
+# Whether libtool must link a program against all its dependency libraries.
 
53824
+link_all_deplibs=$link_all_deplibs
 
53825
 
 
53826
-rm -f conf$$ conf$$.exe conf$$.file
 
53827
-if test -d conf$$.dir; then
 
53828
-  rm -f conf$$.dir/conf$$.file
 
53829
-else
 
53830
-  rm -f conf$$.dir
 
53831
-  mkdir conf$$.dir 2>/dev/null
 
53832
-fi
 
53833
-if (echo >conf$$.file) 2>/dev/null; then
 
53834
-  if ln -s conf$$.file conf$$ 2>/dev/null; then
 
53835
-    as_ln_s='ln -s'
 
53836
-    # ... but there are two gotchas:
 
53837
-    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
 
53838
-    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
 
53839
-    # In both cases, we have to default to `cp -p'.
 
53840
-    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
 
53841
-      as_ln_s='cp -p'
 
53842
-  elif ln conf$$.file conf$$ 2>/dev/null; then
 
53843
-    as_ln_s=ln
 
53844
-  else
 
53845
-    as_ln_s='cp -p'
 
53846
-  fi
 
53847
-else
 
53848
-  as_ln_s='cp -p'
 
53849
-fi
 
53850
-rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 
53851
-rmdir conf$$.dir 2>/dev/null
 
53852
+# Fix the shell variable \$srcfile for the compiler.
 
53853
+fix_srcfile_path=$lt_fix_srcfile_path
 
53854
 
 
53855
-if mkdir -p . 2>/dev/null; then
 
53856
-  as_mkdir_p=:
 
53857
-else
 
53858
-  test -d ./-p && rmdir ./-p
 
53859
-  as_mkdir_p=false
 
53860
-fi
 
53861
+# Set to "yes" if exported symbols are required.
 
53862
+always_export_symbols=$always_export_symbols
 
53863
 
 
53864
-if test -x / >/dev/null 2>&1; then
 
53865
-  as_test_x='test -x'
 
53866
-else
 
53867
-  if ls -dL / >/dev/null 2>&1; then
 
53868
-    as_ls_L_option=L
 
53869
-  else
 
53870
-    as_ls_L_option=
 
53871
-  fi
 
53872
-  as_test_x='
 
53873
-    eval sh -c '\''
 
53874
-      if test -d "$1"; then
 
53875
-       test -d "$1/.";
 
53876
-      else
 
53877
-       case $1 in
 
53878
-       -*)set "./$1";;
 
53879
-       esac;
 
53880
-       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 
53881
-       ???[sx]*):;;*)false;;esac;fi
 
53882
-    '\'' sh
 
53883
-  '
 
53884
-fi
 
53885
-as_executable_p=$as_test_x
 
53886
+# The commands to list exported symbols.
 
53887
+export_symbols_cmds=$lt_export_symbols_cmds
 
53888
 
 
53889
-# Sed expression to map a string onto a valid CPP name.
 
53890
-as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
 
53891
+# Symbols that should not be listed in the preloaded symbols.
 
53892
+exclude_expsyms=$lt_exclude_expsyms
 
53893
 
 
53894
-# Sed expression to map a string onto a valid variable name.
 
53895
-as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
 
53896
+# Symbols that must always be exported.
 
53897
+include_expsyms=$lt_include_expsyms
 
53898
 
 
53899
+# Commands necessary for linking programs (against libraries) with templates.
 
53900
+prelink_cmds=$lt_prelink_cmds
 
53901
 
 
53902
-exec 6>&1
 
53903
+# Specify filename containing input files.
 
53904
+file_list_spec=$lt_file_list_spec
 
53905
 
 
53906
-# Save the log message, to keep $[0] and so on meaningful, and to
 
53907
-# report actual input values of CONFIG_FILES etc. instead of their
 
53908
-# values after options handling.
 
53909
-ac_log="
 
53910
-This file was extended by totem $as_me 2.24.3, which was
 
53911
-generated by GNU Autoconf 2.63.  Invocation command line was
 
53912
+# How to hardcode a shared library path into an executable.
 
53913
+hardcode_action=$hardcode_action
 
53914
 
 
53915
-  CONFIG_FILES    = $CONFIG_FILES
 
53916
-  CONFIG_HEADERS  = $CONFIG_HEADERS
 
53917
-  CONFIG_LINKS    = $CONFIG_LINKS
 
53918
-  CONFIG_COMMANDS = $CONFIG_COMMANDS
 
53919
-  $ $0 $@
 
53920
+# The directories searched by this compiler when creating a shared library.
 
53921
+compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
 
53922
+
 
53923
+# Dependencies to place before and after the objects being linked to
 
53924
+# create a shared library.
 
53925
+predep_objects=$lt_predep_objects
 
53926
+postdep_objects=$lt_postdep_objects
 
53927
+predeps=$lt_predeps
 
53928
+postdeps=$lt_postdeps
 
53929
 
 
53930
-on `(hostname || uname -n) 2>/dev/null | sed 1q`
 
53931
-"
 
53932
+# The library search path used internally by the compiler when linking
 
53933
+# a shared library.
 
53934
+compiler_lib_search_path=$lt_compiler_lib_search_path
 
53935
 
 
53936
-_ACEOF
 
53937
+# ### END LIBTOOL CONFIG
 
53938
 
 
53939
-case $ac_config_files in *"
 
53940
-"*) set x $ac_config_files; shift; ac_config_files=$*;;
 
53941
-esac
 
53942
+_LT_EOF
 
53943
 
 
53944
-case $ac_config_headers in *"
 
53945
-"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
 
53946
-esac
 
53947
+  case $host_os in
 
53948
+  aix3*)
 
53949
+    cat <<\_LT_EOF >> "$cfgfile"
 
53950
+# AIX sometimes has problems with the GCC collect2 program.  For some
 
53951
+# reason, if we set the COLLECT_NAMES environment variable, the problems
 
53952
+# vanish in a puff of smoke.
 
53953
+if test "X${COLLECT_NAMES+set}" != Xset; then
 
53954
+  COLLECT_NAMES=
 
53955
+  export COLLECT_NAMES
 
53956
+fi
 
53957
+_LT_EOF
 
53958
+    ;;
 
53959
+  esac
 
53960
 
 
53961
 
 
53962
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
53963
-# Files that config.status was made for.
 
53964
-config_files="$ac_config_files"
 
53965
-config_headers="$ac_config_headers"
 
53966
-config_commands="$ac_config_commands"
 
53967
+ltmain="$ac_aux_dir/ltmain.sh"
 
53968
 
 
53969
-_ACEOF
 
53970
 
 
53971
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
53972
-ac_cs_usage="\
 
53973
-\`$as_me' instantiates files from templates according to the
 
53974
-current configuration.
 
53975
+  # We use sed instead of cat because bash on DJGPP gets confused if
 
53976
+  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
 
53977
+  # text mode, it properly converts lines to CR/LF.  This bash problem
 
53978
+  # is reportedly fixed, but why not run on old versions too?
 
53979
+  sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
 
53980
+    || (rm -f "$cfgfile"; exit 1)
 
53981
 
 
53982
-Usage: $0 [OPTION]... [FILE]...
 
53983
+  case $xsi_shell in
 
53984
+  yes)
 
53985
+    cat << \_LT_EOF >> "$cfgfile"
 
53986
+
 
53987
+# func_dirname file append nondir_replacement
 
53988
+# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
 
53989
+# otherwise set result to NONDIR_REPLACEMENT.
 
53990
+func_dirname ()
 
53991
+{
 
53992
+  case ${1} in
 
53993
+    */*) func_dirname_result="${1%/*}${2}" ;;
 
53994
+    *  ) func_dirname_result="${3}" ;;
 
53995
+  esac
 
53996
+}
 
53997
 
 
53998
-  -h, --help       print this help, then exit
 
53999
-  -V, --version    print version number and configuration settings, then exit
 
54000
-  -q, --quiet, --silent
 
54001
-                   do not print progress messages
 
54002
-  -d, --debug      don't remove temporary files
 
54003
-      --recheck    update $as_me by reconfiguring in the same conditions
 
54004
-      --file=FILE[:TEMPLATE]
 
54005
-                   instantiate the configuration file FILE
 
54006
-      --header=FILE[:TEMPLATE]
 
54007
-                   instantiate the configuration header FILE
 
54008
+# func_basename file
 
54009
+func_basename ()
 
54010
+{
 
54011
+  func_basename_result="${1##*/}"
 
54012
+}
 
54013
 
 
54014
-Configuration files:
 
54015
-$config_files
 
54016
+# func_dirname_and_basename file append nondir_replacement
 
54017
+# perform func_basename and func_dirname in a single function
 
54018
+# call:
 
54019
+#   dirname:  Compute the dirname of FILE.  If nonempty,
 
54020
+#             add APPEND to the result, otherwise set result
 
54021
+#             to NONDIR_REPLACEMENT.
 
54022
+#             value returned in "$func_dirname_result"
 
54023
+#   basename: Compute filename of FILE.
 
54024
+#             value retuned in "$func_basename_result"
 
54025
+# Implementation must be kept synchronized with func_dirname
 
54026
+# and func_basename. For efficiency, we do not delegate to
 
54027
+# those functions but instead duplicate the functionality here.
 
54028
+func_dirname_and_basename ()
 
54029
+{
 
54030
+  case ${1} in
 
54031
+    */*) func_dirname_result="${1%/*}${2}" ;;
 
54032
+    *  ) func_dirname_result="${3}" ;;
 
54033
+  esac
 
54034
+  func_basename_result="${1##*/}"
 
54035
+}
 
54036
 
 
54037
-Configuration headers:
 
54038
-$config_headers
 
54039
+# func_stripname prefix suffix name
 
54040
+# strip PREFIX and SUFFIX off of NAME.
 
54041
+# PREFIX and SUFFIX must not contain globbing or regex special
 
54042
+# characters, hashes, percent signs, but SUFFIX may contain a leading
 
54043
+# dot (in which case that matches only a dot).
 
54044
+func_stripname ()
 
54045
+{
 
54046
+  # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
 
54047
+  # positional parameters, so assign one to ordinary parameter first.
 
54048
+  func_stripname_result=${3}
 
54049
+  func_stripname_result=${func_stripname_result#"${1}"}
 
54050
+  func_stripname_result=${func_stripname_result%"${2}"}
 
54051
+}
 
54052
 
 
54053
-Configuration commands:
 
54054
-$config_commands
 
54055
+# func_opt_split
 
54056
+func_opt_split ()
 
54057
+{
 
54058
+  func_opt_split_opt=${1%%=*}
 
54059
+  func_opt_split_arg=${1#*=}
 
54060
+}
 
54061
 
 
54062
-Report bugs to <bug-autoconf@gnu.org>."
 
54063
+# func_lo2o object
 
54064
+func_lo2o ()
 
54065
+{
 
54066
+  case ${1} in
 
54067
+    *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
 
54068
+    *)    func_lo2o_result=${1} ;;
 
54069
+  esac
 
54070
+}
 
54071
 
 
54072
-_ACEOF
 
54073
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
54074
-ac_cs_version="\\
 
54075
-totem config.status 2.24.3
 
54076
-configured by $0, generated by GNU Autoconf 2.63,
 
54077
-  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
54078
+# func_xform libobj-or-source
 
54079
+func_xform ()
 
54080
+{
 
54081
+  func_xform_result=${1%.*}.lo
 
54082
+}
 
54083
 
 
54084
-Copyright (C) 2008 Free Software Foundation, Inc.
 
54085
-This config.status script is free software; the Free Software Foundation
 
54086
-gives unlimited permission to copy, distribute and modify it."
 
54087
+# func_arith arithmetic-term...
 
54088
+func_arith ()
 
54089
+{
 
54090
+  func_arith_result=$(( $* ))
 
54091
+}
 
54092
 
 
54093
-ac_pwd='$ac_pwd'
 
54094
-srcdir='$srcdir'
 
54095
-INSTALL='$INSTALL'
 
54096
-MKDIR_P='$MKDIR_P'
 
54097
-AWK='$AWK'
 
54098
-test -n "\$AWK" || AWK=awk
 
54099
-_ACEOF
 
54100
+# func_len string
 
54101
+# STRING may not start with a hyphen.
 
54102
+func_len ()
 
54103
+{
 
54104
+  func_len_result=${#1}
 
54105
+}
 
54106
 
 
54107
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
54108
-# The default lists apply if the user does not specify any file.
 
54109
-ac_need_defaults=:
 
54110
-while test $# != 0
 
54111
-do
 
54112
-  case $1 in
 
54113
-  --*=*)
 
54114
-    ac_option=`expr "X$1" : 'X\([^=]*\)='`
 
54115
-    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
 
54116
-    ac_shift=:
 
54117
-    ;;
 
54118
-  *)
 
54119
-    ac_option=$1
 
54120
-    ac_optarg=$2
 
54121
-    ac_shift=shift
 
54122
+_LT_EOF
 
54123
     ;;
 
54124
-  esac
 
54125
+  *) # Bourne compatible functions.
 
54126
+    cat << \_LT_EOF >> "$cfgfile"
 
54127
 
 
54128
-  case $ac_option in
 
54129
-  # Handling of the options.
 
54130
-  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
 
54131
-    ac_cs_recheck=: ;;
 
54132
-  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
 
54133
-    $as_echo "$ac_cs_version"; exit ;;
 
54134
-  --debug | --debu | --deb | --de | --d | -d )
 
54135
-    debug=: ;;
 
54136
-  --file | --fil | --fi | --f )
 
54137
-    $ac_shift
 
54138
-    case $ac_optarg in
 
54139
-    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
54140
-    esac
 
54141
-    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
 
54142
-    ac_need_defaults=false;;
 
54143
-  --header | --heade | --head | --hea )
 
54144
-    $ac_shift
 
54145
-    case $ac_optarg in
 
54146
-    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
54147
-    esac
 
54148
-    CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
 
54149
-    ac_need_defaults=false;;
 
54150
-  --he | --h)
 
54151
-    # Conflict between --help and --header
 
54152
-    { $as_echo "$as_me: error: ambiguous option: $1
 
54153
-Try \`$0 --help' for more information." >&2
 
54154
-   { (exit 1); exit 1; }; };;
 
54155
-  --help | --hel | -h )
 
54156
-    $as_echo "$ac_cs_usage"; exit ;;
 
54157
-  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 
54158
-  | -silent | --silent | --silen | --sile | --sil | --si | --s)
 
54159
-    ac_cs_silent=: ;;
 
54160
+# func_dirname file append nondir_replacement
 
54161
+# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
 
54162
+# otherwise set result to NONDIR_REPLACEMENT.
 
54163
+func_dirname ()
 
54164
+{
 
54165
+  # Extract subdirectory from the argument.
 
54166
+  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
 
54167
+  if test "X$func_dirname_result" = "X${1}"; then
 
54168
+    func_dirname_result="${3}"
 
54169
+  else
 
54170
+    func_dirname_result="$func_dirname_result${2}"
 
54171
+  fi
 
54172
+}
 
54173
 
 
54174
-  # This is an error.
 
54175
-  -*) { $as_echo "$as_me: error: unrecognized option: $1
 
54176
-Try \`$0 --help' for more information." >&2
 
54177
-   { (exit 1); exit 1; }; } ;;
 
54178
+# func_basename file
 
54179
+func_basename ()
 
54180
+{
 
54181
+  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
 
54182
+}
 
54183
 
 
54184
-  *) ac_config_targets="$ac_config_targets $1"
 
54185
-     ac_need_defaults=false ;;
 
54186
 
 
54187
+# func_stripname prefix suffix name
 
54188
+# strip PREFIX and SUFFIX off of NAME.
 
54189
+# PREFIX and SUFFIX must not contain globbing or regex special
 
54190
+# characters, hashes, percent signs, but SUFFIX may contain a leading
 
54191
+# dot (in which case that matches only a dot).
 
54192
+# func_strip_suffix prefix name
 
54193
+func_stripname ()
 
54194
+{
 
54195
+  case ${2} in
 
54196
+    .*) func_stripname_result=`$ECHO "X${3}" \
 
54197
+           | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
 
54198
+    *)  func_stripname_result=`$ECHO "X${3}" \
 
54199
+           | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
 
54200
   esac
 
54201
-  shift
 
54202
-done
 
54203
+}
 
54204
 
 
54205
-ac_configure_extra_args=
 
54206
+# sed scripts:
 
54207
+my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
 
54208
+my_sed_long_arg='1s/^-[^=]*=//'
 
54209
 
 
54210
-if $ac_cs_silent; then
 
54211
-  exec 6>/dev/null
 
54212
-  ac_configure_extra_args="$ac_configure_extra_args --silent"
 
54213
-fi
 
54214
+# func_opt_split
 
54215
+func_opt_split ()
 
54216
+{
 
54217
+  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
 
54218
+  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
 
54219
+}
 
54220
 
 
54221
-_ACEOF
 
54222
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
54223
-if \$ac_cs_recheck; then
 
54224
-  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
 
54225
-  shift
 
54226
-  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
 
54227
-  CONFIG_SHELL='$SHELL'
 
54228
-  export CONFIG_SHELL
 
54229
-  exec "\$@"
 
54230
-fi
 
54231
+# func_lo2o object
 
54232
+func_lo2o ()
 
54233
+{
 
54234
+  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
 
54235
+}
 
54236
 
 
54237
-_ACEOF
 
54238
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
54239
-exec 5>>config.log
 
54240
+# func_xform libobj-or-source
 
54241
+func_xform ()
 
54242
 {
 
54243
-  echo
 
54244
-  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
 
54245
-## Running $as_me. ##
 
54246
-_ASBOX
 
54247
-  $as_echo "$ac_log"
 
54248
-} >&5
 
54249
+  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
 
54250
+}
 
54251
 
 
54252
-_ACEOF
 
54253
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
54254
-#
 
54255
-# INIT-COMMANDS
 
54256
-#
 
54257
-AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
 
54258
+# func_arith arithmetic-term...
 
54259
+func_arith ()
 
54260
+{
 
54261
+  func_arith_result=`expr "$@"`
 
54262
+}
 
54263
 
 
54264
+# func_len string
 
54265
+# STRING may not start with a hyphen.
 
54266
+func_len ()
 
54267
+{
 
54268
+  func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
 
54269
+}
 
54270
 
 
54271
-_ACEOF
 
54272
+_LT_EOF
 
54273
+esac
 
54274
 
 
54275
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
54276
+case $lt_shell_append in
 
54277
+  yes)
 
54278
+    cat << \_LT_EOF >> "$cfgfile"
 
54279
+
 
54280
+# func_append var value
 
54281
+# Append VALUE to the end of shell variable VAR.
 
54282
+func_append ()
 
54283
+{
 
54284
+  eval "$1+=\$2"
 
54285
+}
 
54286
+_LT_EOF
 
54287
+    ;;
 
54288
+  *)
 
54289
+    cat << \_LT_EOF >> "$cfgfile"
 
54290
 
 
54291
-# Handling of arguments.
 
54292
-for ac_config_target in $ac_config_targets
 
54293
-do
 
54294
-  case $ac_config_target in
 
54295
-    "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
 
54296
-    "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
 
54297
-    "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
 
54298
-    "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
 
54299
-    "totem.spec") CONFIG_FILES="$CONFIG_FILES totem.spec" ;;
 
54300
-    "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
 
54301
-    "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
 
54302
-    "src/plugins/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/Makefile" ;;
 
54303
-    "src/plugins/bemused/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/bemused/Makefile" ;;
 
54304
-    "src/plugins/screensaver/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/screensaver/Makefile" ;;
 
54305
-    "src/plugins/ontop/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/ontop/Makefile" ;;
 
54306
-    "src/plugins/galago/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/galago/Makefile" ;;
 
54307
-    "src/plugins/gromit/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/gromit/Makefile" ;;
 
54308
-    "src/plugins/lirc/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/lirc/Makefile" ;;
 
54309
-    "src/plugins/media-player-keys/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/media-player-keys/Makefile" ;;
 
54310
-    "src/plugins/mythtv/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/mythtv/Makefile" ;;
 
54311
-    "src/plugins/properties/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/properties/Makefile" ;;
 
54312
-    "src/plugins/sidebar-test/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/sidebar-test/Makefile" ;;
 
54313
-    "src/plugins/skipto/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/skipto/Makefile" ;;
 
54314
-    "src/plugins/sample-python/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/sample-python/Makefile" ;;
 
54315
-    "src/plugins/sample-vala/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/sample-vala/Makefile" ;;
 
54316
-    "src/plugins/thumbnail/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/thumbnail/Makefile" ;;
 
54317
-    "src/plugins/totem/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/totem/Makefile" ;;
 
54318
-    "src/plugins/tracker/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/tracker/Makefile" ;;
 
54319
-    "src/plugins/youtube/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/youtube/Makefile" ;;
 
54320
-    "src/plugins/pythonconsole/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/pythonconsole/Makefile" ;;
 
54321
-    "src/plugins/publish/Makefile") CONFIG_FILES="$CONFIG_FILES src/plugins/publish/Makefile" ;;
 
54322
-    "src/backend/Makefile") CONFIG_FILES="$CONFIG_FILES src/backend/Makefile" ;;
 
54323
-    "browser-plugin/Makefile") CONFIG_FILES="$CONFIG_FILES browser-plugin/Makefile" ;;
 
54324
-    "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;
 
54325
-    "data/totem.desktop.in.in") CONFIG_FILES="$CONFIG_FILES data/totem.desktop.in.in" ;;
 
54326
-    "data/icons/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/Makefile" ;;
 
54327
-    "data/icons/16x16/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/16x16/Makefile" ;;
 
54328
-    "data/icons/22x22/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/22x22/Makefile" ;;
 
54329
-    "data/icons/24x24/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/24x24/Makefile" ;;
 
54330
-    "data/icons/32x32/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/32x32/Makefile" ;;
 
54331
-    "data/icons/48x48/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/48x48/Makefile" ;;
 
54332
-    "data/icons/scalable/Makefile") CONFIG_FILES="$CONFIG_FILES data/icons/scalable/Makefile" ;;
 
54333
-    "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
 
54334
-    "help/Makefile") CONFIG_FILES="$CONFIG_FILES help/Makefile" ;;
 
54335
-    "help/bg/Makefile") CONFIG_FILES="$CONFIG_FILES help/bg/Makefile" ;;
 
54336
-    "bindings/Makefile") CONFIG_FILES="$CONFIG_FILES bindings/Makefile" ;;
 
54337
-    "bindings/python/Makefile") CONFIG_FILES="$CONFIG_FILES bindings/python/Makefile" ;;
 
54338
-    "bindings/vala/Makefile") CONFIG_FILES="$CONFIG_FILES bindings/vala/Makefile" ;;
 
54339
-    "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
 
54340
+# func_append var value
 
54341
+# Append VALUE to the end of shell variable VAR.
 
54342
+func_append ()
 
54343
+{
 
54344
+  eval "$1=\$$1\$2"
 
54345
+}
 
54346
 
 
54347
-  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
 
54348
-$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
 
54349
-   { (exit 1); exit 1; }; };;
 
54350
+_LT_EOF
 
54351
+    ;;
 
54352
   esac
 
54353
-done
 
54354
 
 
54355
 
 
54356
-# If the user did not use the arguments to specify the items to instantiate,
 
54357
-# then the envvar interface is used.  Set only those that are not.
 
54358
-# We use the long form for the default assignment because of an extremely
 
54359
-# bizarre bug on SunOS 4.1.3.
 
54360
-if $ac_need_defaults; then
 
54361
-  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
 
54362
-  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
 
54363
-  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
 
54364
-fi
 
54365
+  sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
 
54366
+    || (rm -f "$cfgfile"; exit 1)
 
54367
 
 
54368
-# Have a temporary directory for convenience.  Make it in the build tree
 
54369
-# simply because there is no reason against having it here, and in addition,
 
54370
-# creating and moving files from /tmp can sometimes cause problems.
 
54371
-# Hook for its removal unless debugging.
 
54372
-# Note that there is a small window in which the directory will not be cleaned:
 
54373
-# after its creation but before its name has been assigned to `$tmp'.
 
54374
-$debug ||
 
54375
-{
 
54376
-  tmp=
 
54377
-  trap 'exit_status=$?
 
54378
-  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
 
54379
-' 0
 
54380
-  trap '{ (exit 1); exit 1; }' 1 2 13 15
 
54381
-}
 
54382
-# Create a (secure) tmp directory for tmp files.
 
54383
+  mv -f "$cfgfile" "$ofile" ||
 
54384
+    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
 
54385
+  chmod +x "$ofile"
 
54386
+
 
54387
+
 
54388
+    cat <<_LT_EOF >> "$ofile"
 
54389
+
 
54390
+# ### BEGIN LIBTOOL TAG CONFIG: CXX
 
54391
 
 
54392
-{
 
54393
-  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
 
54394
-  test -n "$tmp" && test -d "$tmp"
 
54395
-}  ||
 
54396
-{
 
54397
-  tmp=./conf$$-$RANDOM
 
54398
-  (umask 077 && mkdir "$tmp")
 
54399
-} ||
 
54400
-{
 
54401
-   $as_echo "$as_me: cannot create a temporary directory in ." >&2
 
54402
-   { (exit 1); exit 1; }
 
54403
-}
 
54404
+# The linker used to build libraries.
 
54405
+LD=$lt_LD_CXX
 
54406
 
 
54407
-# Set up the scripts for CONFIG_FILES section.
 
54408
-# No need to generate them if there are no CONFIG_FILES.
 
54409
-# This happens for instance with `./config.status config.h'.
 
54410
-if test -n "$CONFIG_FILES"; then
 
54411
+# Commands used to build an old-style archive.
 
54412
+old_archive_cmds=$lt_old_archive_cmds_CXX
 
54413
 
 
54414
+# A language specific compiler.
 
54415
+CC=$lt_compiler_CXX
 
54416
 
 
54417
-ac_cr='
 
 
b"'"
 
54418
-ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
 
54419
-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
 
54420
-  ac_cs_awk_cr='\\r'
 
54421
-else
 
54422
-  ac_cs_awk_cr=$ac_cr
 
54423
-fi
 
54424
+# Is the compiler the GNU compiler?
 
54425
+with_gcc=$GCC_CXX
 
54426
 
 
54427
-echo 'BEGIN {' >"$tmp/subs1.awk" &&
 
54428
-_ACEOF
 
54429
+# Compiler flag to turn off builtin functions.
 
54430
+no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
 
54431
 
 
54432
+# How to pass a linker flag through the compiler.
 
54433
+wl=$lt_lt_prog_compiler_wl_CXX
 
54434
 
 
54435
-{
 
54436
-  echo "cat >conf$$subs.awk <<_ACEOF" &&
 
54437
-  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
 
54438
-  echo "_ACEOF"
 
54439
-} >conf$$subs.sh ||
 
54440
-  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
54441
-$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
54442
-   { (exit 1); exit 1; }; }
 
54443
-ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
 
54444
-ac_delim='%!_!# '
 
54445
-for ac_last_try in false false false false false :; do
 
54446
-  . ./conf$$subs.sh ||
 
54447
-    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
54448
-$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
54449
-   { (exit 1); exit 1; }; }
 
54450
+# Additional compiler flags for building library objects.
 
54451
+pic_flag=$lt_lt_prog_compiler_pic_CXX
 
54452
 
 
54453
-  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
 
54454
-  if test $ac_delim_n = $ac_delim_num; then
 
54455
-    break
 
54456
-  elif $ac_last_try; then
 
54457
-    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
54458
-$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
54459
-   { (exit 1); exit 1; }; }
 
54460
-  else
 
54461
-    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
54462
-  fi
 
54463
-done
 
54464
-rm -f conf$$subs.sh
 
54465
+# Compiler flag to prevent dynamic linking.
 
54466
+link_static_flag=$lt_lt_prog_compiler_static_CXX
 
54467
 
 
54468
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
54469
-cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
 
54470
-_ACEOF
 
54471
-sed -n '
 
54472
-h
 
54473
-s/^/S["/; s/!.*/"]=/
 
54474
-p
 
54475
-g
 
54476
-s/^[^!]*!//
 
54477
-:repl
 
54478
-t repl
 
54479
-s/'"$ac_delim"'$//
 
54480
-t delim
 
54481
-:nl
 
54482
-h
 
54483
-s/\(.\{148\}\).*/\1/
 
54484
-t more1
 
54485
-s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
 
54486
-p
 
54487
-n
 
54488
-b repl
 
54489
-:more1
 
54490
-s/["\\]/\\&/g; s/^/"/; s/$/"\\/
 
54491
-p
 
54492
-g
 
54493
-s/.\{148\}//
 
54494
-t nl
 
54495
-:delim
 
54496
-h
 
54497
-s/\(.\{148\}\).*/\1/
 
54498
-t more2
 
54499
-s/["\\]/\\&/g; s/^/"/; s/$/"/
 
54500
-p
 
54501
-b
 
54502
-:more2
 
54503
-s/["\\]/\\&/g; s/^/"/; s/$/"\\/
 
54504
-p
 
54505
-g
 
54506
-s/.\{148\}//
 
54507
-t delim
 
54508
-' <conf$$subs.awk | sed '
 
54509
-/^[^""]/{
 
54510
-  N
 
54511
-  s/\n//
 
54512
-}
 
54513
-' >>$CONFIG_STATUS || ac_write_fail=1
 
54514
-rm -f conf$$subs.awk
 
54515
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
54516
-_ACAWK
 
54517
-cat >>"\$tmp/subs1.awk" <<_ACAWK &&
 
54518
-  for (key in S) S_is_set[key] = 1
 
54519
-  FS = ""
 
54520
+# Does compiler simultaneously support -c and -o options?
 
54521
+compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
 
54522
 
 
54523
-}
 
54524
-{
 
54525
-  line = $ 0
 
54526
-  nfields = split(line, field, "@")
 
54527
-  substed = 0
 
54528
-  len = length(field[1])
 
54529
-  for (i = 2; i < nfields; i++) {
 
54530
-    key = field[i]
 
54531
-    keylen = length(key)
 
54532
-    if (S_is_set[key]) {
 
54533
-      value = S[key]
 
54534
-      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
 
54535
-      len += length(value) + length(field[++i])
 
54536
-      substed = 1
 
54537
-    } else
 
54538
-      len += 1 + keylen
 
54539
-  }
 
54540
+# Whether or not to add -lc for building shared libraries.
 
54541
+build_libtool_need_lc=$archive_cmds_need_lc_CXX
 
54542
 
 
54543
-  print line
 
54544
-}
 
54545
+# Whether or not to disallow shared libs when runtime libs are static.
 
54546
+allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
 
54547
 
 
54548
-_ACAWK
 
54549
-_ACEOF
 
54550
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
54551
-if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
 
54552
-  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
 
54553
-else
 
54554
-  cat
 
54555
-fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
 
54556
-  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
 
54557
-$as_echo "$as_me: error: could not setup config files machinery" >&2;}
 
54558
-   { (exit 1); exit 1; }; }
 
54559
-_ACEOF
 
54560
+# Compiler flag to allow reflexive dlopens.
 
54561
+export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
 
54562
 
 
54563
-# VPATH may cause trouble with some makes, so we remove $(srcdir),
 
54564
-# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
 
54565
-# trailing colons and then remove the whole line if VPATH becomes empty
 
54566
-# (actually we leave an empty line to preserve line numbers).
 
54567
-if test "x$srcdir" = x.; then
 
54568
-  ac_vpsub='/^[         ]*VPATH[        ]*=/{
 
54569
-s/:*\$(srcdir):*/:/
 
54570
-s/:*\${srcdir}:*/:/
 
54571
-s/:*@srcdir@:*/:/
 
54572
-s/^\([^=]*=[    ]*\):*/\1/
 
54573
-s/:*$//
 
54574
-s/^[^=]*=[      ]*$//
 
54575
-}'
 
54576
-fi
 
54577
+# Compiler flag to generate shared objects directly from archives.
 
54578
+whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
 
54579
 
 
54580
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
54581
-fi # test -n "$CONFIG_FILES"
 
54582
+# Whether the compiler copes with passing no objects directly.
 
54583
+compiler_needs_object=$lt_compiler_needs_object_CXX
 
54584
 
 
54585
-# Set up the scripts for CONFIG_HEADERS section.
 
54586
-# No need to generate them if there are no CONFIG_HEADERS.
 
54587
-# This happens for instance with `./config.status Makefile'.
 
54588
-if test -n "$CONFIG_HEADERS"; then
 
54589
-cat >"$tmp/defines.awk" <<\_ACAWK ||
 
54590
-BEGIN {
 
54591
-_ACEOF
 
54592
+# Create an old-style archive from a shared archive.
 
54593
+old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
 
54594
 
 
54595
-# Transform confdefs.h into an awk script `defines.awk', embedded as
 
54596
-# here-document in config.status, that substitutes the proper values into
 
54597
-# config.h.in to produce config.h.
 
54598
+# Create a temporary old-style archive to link instead of a shared archive.
 
54599
+old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
 
54600
 
 
54601
-# Create a delimiter string that does not exist in confdefs.h, to ease
 
54602
-# handling of long lines.
 
54603
-ac_delim='%!_!# '
 
54604
-for ac_last_try in false false :; do
 
54605
-  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
 
54606
-  if test -z "$ac_t"; then
 
54607
-    break
 
54608
-  elif $ac_last_try; then
 
54609
-    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
 
54610
-$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
 
54611
-   { (exit 1); exit 1; }; }
 
54612
-  else
 
54613
-    ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
54614
-  fi
 
54615
-done
 
54616
+# Commands used to build a shared archive.
 
54617
+archive_cmds=$lt_archive_cmds_CXX
 
54618
+archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
 
54619
 
 
54620
-# For the awk script, D is an array of macro values keyed by name,
 
54621
-# likewise P contains macro parameters if any.  Preserve backslash
 
54622
-# newline sequences.
 
54623
+# Commands used to build a loadable module if different from building
 
54624
+# a shared archive.
 
54625
+module_cmds=$lt_module_cmds_CXX
 
54626
+module_expsym_cmds=$lt_module_expsym_cmds_CXX
 
54627
 
 
54628
-ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
 
54629
-sed -n '
 
54630
-s/.\{148\}/&'"$ac_delim"'/g
 
54631
-t rset
 
54632
-:rset
 
54633
-s/^[    ]*#[    ]*define[       ][      ]*/ /
 
54634
-t def
 
54635
-d
 
54636
-:def
 
54637
-s/\\$//
 
54638
-t bsnl
 
54639
-s/["\\]/\\&/g
 
54640
-s/^ \('"$ac_word_re"'\)\(([^()]*)\)[    ]*\(.*\)/P["\1"]="\2"\
 
54641
-D["\1"]=" \3"/p
 
54642
-s/^ \('"$ac_word_re"'\)[        ]*\(.*\)/D["\1"]=" \2"/p
 
54643
-d
 
54644
-:bsnl
 
54645
-s/["\\]/\\&/g
 
54646
-s/^ \('"$ac_word_re"'\)\(([^()]*)\)[    ]*\(.*\)/P["\1"]="\2"\
 
54647
-D["\1"]=" \3\\\\\\n"\\/p
 
54648
-t cont
 
54649
-s/^ \('"$ac_word_re"'\)[        ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
 
54650
-t cont
 
54651
-d
 
54652
-:cont
 
54653
-n
 
54654
-s/.\{148\}/&'"$ac_delim"'/g
 
54655
-t clear
 
54656
-:clear
 
54657
-s/\\$//
 
54658
-t bsnlc
 
54659
-s/["\\]/\\&/g; s/^/"/; s/$/"/p
 
54660
-d
 
54661
-:bsnlc
 
54662
-s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
 
54663
-b cont
 
54664
-' <confdefs.h | sed '
 
54665
-s/'"$ac_delim"'/"\\\
 
54666
-"/g' >>$CONFIG_STATUS || ac_write_fail=1
 
54667
-
 
54668
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
54669
-  for (key in D) D_is_set[key] = 1
 
54670
-  FS = ""
 
54671
-}
 
54672
-/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
 
54673
-  line = \$ 0
 
54674
-  split(line, arg, " ")
 
54675
-  if (arg[1] == "#") {
 
54676
-    defundef = arg[2]
 
54677
-    mac1 = arg[3]
 
54678
-  } else {
 
54679
-    defundef = substr(arg[1], 2)
 
54680
-    mac1 = arg[2]
 
54681
-  }
 
54682
-  split(mac1, mac2, "(") #)
 
54683
-  macro = mac2[1]
 
54684
-  prefix = substr(line, 1, index(line, defundef) - 1)
 
54685
-  if (D_is_set[macro]) {
 
54686
-    # Preserve the white space surrounding the "#".
 
54687
-    print prefix "define", macro P[macro] D[macro]
 
54688
-    next
 
54689
-  } else {
 
54690
-    # Replace #undef with comments.  This is necessary, for example,
 
54691
-    # in the case of _POSIX_SOURCE, which is predefined and required
 
54692
-    # on some systems where configure will not decide to define it.
 
54693
-    if (defundef == "undef") {
 
54694
-      print "/*", prefix defundef, macro, "*/"
 
54695
-      next
 
54696
-    }
 
54697
-  }
 
54698
-}
 
54699
-{ print }
 
54700
-_ACAWK
 
54701
-_ACEOF
 
54702
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
54703
-  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
 
54704
-$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
 
54705
-   { (exit 1); exit 1; }; }
 
54706
-fi # test -n "$CONFIG_HEADERS"
 
54707
+# Whether we are building with GNU ld or not.
 
54708
+with_gnu_ld=$lt_with_gnu_ld_CXX
 
54709
 
 
54710
+# Flag that allows shared libraries with undefined symbols to be built.
 
54711
+allow_undefined_flag=$lt_allow_undefined_flag_CXX
 
54712
 
 
54713
-eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
 
54714
-shift
 
54715
-for ac_tag
 
54716
-do
 
54717
-  case $ac_tag in
 
54718
-  :[FHLC]) ac_mode=$ac_tag; continue;;
 
54719
-  esac
 
54720
-  case $ac_mode$ac_tag in
 
54721
-  :[FHL]*:*);;
 
54722
-  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
 
54723
-$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
 
54724
-   { (exit 1); exit 1; }; };;
 
54725
-  :[FH]-) ac_tag=-:-;;
 
54726
-  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
 
54727
-  esac
 
54728
-  ac_save_IFS=$IFS
 
54729
-  IFS=:
 
54730
-  set x $ac_tag
 
54731
-  IFS=$ac_save_IFS
 
54732
-  shift
 
54733
-  ac_file=$1
 
54734
-  shift
 
54735
+# Flag that enforces no undefined symbols.
 
54736
+no_undefined_flag=$lt_no_undefined_flag_CXX
 
54737
 
 
54738
-  case $ac_mode in
 
54739
-  :L) ac_source=$1;;
 
54740
-  :[FH])
 
54741
-    ac_file_inputs=
 
54742
-    for ac_f
 
54743
-    do
 
54744
-      case $ac_f in
 
54745
-      -) ac_f="$tmp/stdin";;
 
54746
-      *) # Look for the file first in the build tree, then in the source tree
 
54747
-        # (if the path is not absolute).  The absolute path cannot be DOS-style,
 
54748
-        # because $ac_f cannot contain `:'.
 
54749
-        test -f "$ac_f" ||
 
54750
-          case $ac_f in
 
54751
-          [\\/$]*) false;;
 
54752
-          *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
 
54753
-          esac ||
 
54754
-          { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
 
54755
-$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
 
54756
-   { (exit 1); exit 1; }; };;
 
54757
-      esac
 
54758
-      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
 
54759
-      ac_file_inputs="$ac_file_inputs '$ac_f'"
 
54760
-    done
 
54761
+# Flag to hardcode \$libdir into a binary during linking.
 
54762
+# This must work even if \$libdir does not exist
 
54763
+hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
 
54764
 
 
54765
-    # Let's still pretend it is `configure' which instantiates (i.e., don't
 
54766
-    # use $as_me), people would be surprised to read:
 
54767
-    #    /* config.h.  Generated by config.status.  */
 
54768
-    configure_input='Generated from '`
 
54769
-         $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
 
54770
-       `' by configure.'
 
54771
-    if test x"$ac_file" != x-; then
 
54772
-      configure_input="$ac_file.  $configure_input"
 
54773
-      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
 
54774
-$as_echo "$as_me: creating $ac_file" >&6;}
 
54775
-    fi
 
54776
-    # Neutralize special characters interpreted by sed in replacement strings.
 
54777
-    case $configure_input in #(
 
54778
-    *\&* | *\|* | *\\* )
 
54779
-       ac_sed_conf_input=`$as_echo "$configure_input" |
 
54780
-       sed 's/[\\\\&|]/\\\\&/g'`;; #(
 
54781
-    *) ac_sed_conf_input=$configure_input;;
 
54782
-    esac
 
54783
+# If ld is used when linking, flag to hardcode \$libdir into a binary
 
54784
+# during linking.  This must work even if \$libdir does not exist.
 
54785
+hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
 
54786
 
 
54787
-    case $ac_tag in
 
54788
-    *:-:* | *:-) cat >"$tmp/stdin" \
 
54789
-      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
 
54790
-$as_echo "$as_me: error: could not create $ac_file" >&2;}
 
54791
-   { (exit 1); exit 1; }; } ;;
 
54792
-    esac
 
54793
-    ;;
 
54794
-  esac
 
54795
+# Whether we need a single "-rpath" flag with a separated argument.
 
54796
+hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
 
54797
 
 
54798
-  ac_dir=`$as_dirname -- "$ac_file" ||
 
54799
-$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
54800
-        X"$ac_file" : 'X\(//\)[^/]' \| \
 
54801
-        X"$ac_file" : 'X\(//\)$' \| \
 
54802
-        X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
 
54803
-$as_echo X"$ac_file" |
 
54804
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
54805
-           s//\1/
 
54806
-           q
 
54807
-         }
 
54808
-         /^X\(\/\/\)[^/].*/{
 
54809
-           s//\1/
 
54810
-           q
 
54811
-         }
 
54812
-         /^X\(\/\/\)$/{
 
54813
-           s//\1/
 
54814
-           q
 
54815
-         }
 
54816
-         /^X\(\/\).*/{
 
54817
-           s//\1/
 
54818
-           q
 
54819
-         }
 
54820
-         s/.*/./; q'`
 
54821
-  { as_dir="$ac_dir"
 
54822
-  case $as_dir in #(
 
54823
-  -*) as_dir=./$as_dir;;
 
54824
-  esac
 
54825
-  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 
54826
-    as_dirs=
 
54827
-    while :; do
 
54828
-      case $as_dir in #(
 
54829
-      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
 
54830
-      *) as_qdir=$as_dir;;
 
54831
-      esac
 
54832
-      as_dirs="'$as_qdir' $as_dirs"
 
54833
-      as_dir=`$as_dirname -- "$as_dir" ||
 
54834
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
54835
-        X"$as_dir" : 'X\(//\)[^/]' \| \
 
54836
-        X"$as_dir" : 'X\(//\)$' \| \
 
54837
-        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
54838
-$as_echo X"$as_dir" |
 
54839
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
54840
-           s//\1/
 
54841
-           q
 
54842
-         }
 
54843
-         /^X\(\/\/\)[^/].*/{
 
54844
-           s//\1/
 
54845
-           q
 
54846
-         }
 
54847
-         /^X\(\/\/\)$/{
 
54848
-           s//\1/
 
54849
-           q
 
54850
-         }
 
54851
-         /^X\(\/\).*/{
 
54852
-           s//\1/
 
54853
-           q
 
54854
-         }
 
54855
-         s/.*/./; q'`
 
54856
-      test -d "$as_dir" && break
 
54857
-    done
 
54858
-    test -z "$as_dirs" || eval "mkdir $as_dirs"
 
54859
-  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 
54860
-$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
 
54861
-   { (exit 1); exit 1; }; }; }
 
54862
-  ac_builddir=.
 
54863
+# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
 
54864
+# DIR into the resulting binary.
 
54865
+hardcode_direct=$hardcode_direct_CXX
 
54866
 
 
54867
-case "$ac_dir" in
 
54868
-.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
54869
-*)
 
54870
-  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
 
54871
-  # A ".." for each directory in $ac_dir_suffix.
 
54872
-  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
 
54873
-  case $ac_top_builddir_sub in
 
54874
-  "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
 
54875
-  *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
 
54876
-  esac ;;
 
54877
-esac
 
54878
-ac_abs_top_builddir=$ac_pwd
 
54879
-ac_abs_builddir=$ac_pwd$ac_dir_suffix
 
54880
-# for backward compatibility:
 
54881
-ac_top_builddir=$ac_top_build_prefix
 
54882
+# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
 
54883
+# DIR into the resulting binary and the resulting library dependency is
 
54884
+# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
 
54885
+# library is relocated.
 
54886
+hardcode_direct_absolute=$hardcode_direct_absolute_CXX
 
54887
 
 
54888
-case $srcdir in
 
54889
-  .)  # We are building in place.
 
54890
-    ac_srcdir=.
 
54891
-    ac_top_srcdir=$ac_top_builddir_sub
 
54892
-    ac_abs_top_srcdir=$ac_pwd ;;
 
54893
-  [\\/]* | ?:[\\/]* )  # Absolute name.
 
54894
-    ac_srcdir=$srcdir$ac_dir_suffix;
 
54895
-    ac_top_srcdir=$srcdir
 
54896
-    ac_abs_top_srcdir=$srcdir ;;
 
54897
-  *) # Relative name.
 
54898
-    ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
 
54899
-    ac_top_srcdir=$ac_top_build_prefix$srcdir
 
54900
-    ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
 
54901
-esac
 
54902
-ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
 
54903
+# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
 
54904
+# into the resulting binary.
 
54905
+hardcode_minus_L=$hardcode_minus_L_CXX
 
54906
+
 
54907
+# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
 
54908
+# into the resulting binary.
 
54909
+hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
 
54910
+
 
54911
+# Set to "yes" if building a shared library automatically hardcodes DIR
 
54912
+# into the library and all subsequent libraries and executables linked
 
54913
+# against it.
 
54914
+hardcode_automatic=$hardcode_automatic_CXX
 
54915
+
 
54916
+# Set to yes if linker adds runtime paths of dependent libraries
 
54917
+# to runtime path list.
 
54918
+inherit_rpath=$inherit_rpath_CXX
 
54919
+
 
54920
+# Whether libtool must link a program against all its dependency libraries.
 
54921
+link_all_deplibs=$link_all_deplibs_CXX
 
54922
+
 
54923
+# Fix the shell variable \$srcfile for the compiler.
 
54924
+fix_srcfile_path=$lt_fix_srcfile_path_CXX
 
54925
+
 
54926
+# Set to "yes" if exported symbols are required.
 
54927
+always_export_symbols=$always_export_symbols_CXX
 
54928
 
 
54929
+# The commands to list exported symbols.
 
54930
+export_symbols_cmds=$lt_export_symbols_cmds_CXX
 
54931
 
 
54932
-  case $ac_mode in
 
54933
-  :F)
 
54934
-  #
 
54935
-  # CONFIG_FILE
 
54936
-  #
 
54937
+# Symbols that should not be listed in the preloaded symbols.
 
54938
+exclude_expsyms=$lt_exclude_expsyms_CXX
 
54939
 
 
54940
-  case $INSTALL in
 
54941
-  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
 
54942
-  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
 
54943
-  esac
 
54944
-  ac_MKDIR_P=$MKDIR_P
 
54945
-  case $MKDIR_P in
 
54946
-  [\\/$]* | ?:[\\/]* ) ;;
 
54947
-  */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
 
54948
-  esac
 
54949
-_ACEOF
 
54950
+# Symbols that must always be exported.
 
54951
+include_expsyms=$lt_include_expsyms_CXX
 
54952
 
 
54953
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
54954
-# If the template does not know about datarootdir, expand it.
 
54955
-# FIXME: This hack should be removed a few years after 2.60.
 
54956
-ac_datarootdir_hack=; ac_datarootdir_seen=
 
54957
+# Commands necessary for linking programs (against libraries) with templates.
 
54958
+prelink_cmds=$lt_prelink_cmds_CXX
 
54959
 
 
54960
-ac_sed_dataroot='
 
54961
-/datarootdir/ {
 
54962
-  p
 
54963
-  q
 
54964
-}
 
54965
-/@datadir@/p
 
54966
-/@docdir@/p
 
54967
-/@infodir@/p
 
54968
-/@localedir@/p
 
54969
-/@mandir@/p
 
54970
-'
 
54971
-case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
 
54972
-*datarootdir*) ac_datarootdir_seen=yes;;
 
54973
-*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
 
54974
-  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
 
54975
-$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
 
54976
-_ACEOF
 
54977
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
54978
-  ac_datarootdir_hack='
 
54979
-  s&@datadir@&$datadir&g
 
54980
-  s&@docdir@&$docdir&g
 
54981
-  s&@infodir@&$infodir&g
 
54982
-  s&@localedir@&$localedir&g
 
54983
-  s&@mandir@&$mandir&g
 
54984
-    s&\\\${datarootdir}&$datarootdir&g' ;;
 
54985
-esac
 
54986
-_ACEOF
 
54987
+# Specify filename containing input files.
 
54988
+file_list_spec=$lt_file_list_spec_CXX
 
54989
 
 
54990
-# Neutralize VPATH when `$srcdir' = `.'.
 
54991
-# Shell code in configure.ac might set extrasub.
 
54992
-# FIXME: do we really want to maintain this feature?
 
54993
-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
54994
-ac_sed_extra="$ac_vpsub
 
54995
-$extrasub
 
54996
-_ACEOF
 
54997
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
54998
-:t
 
54999
-/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
 
55000
-s|@configure_input@|$ac_sed_conf_input|;t t
 
55001
-s&@top_builddir@&$ac_top_builddir_sub&;t t
 
55002
-s&@top_build_prefix@&$ac_top_build_prefix&;t t
 
55003
-s&@srcdir@&$ac_srcdir&;t t
 
55004
-s&@abs_srcdir@&$ac_abs_srcdir&;t t
 
55005
-s&@top_srcdir@&$ac_top_srcdir&;t t
 
55006
-s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
 
55007
-s&@builddir@&$ac_builddir&;t t
 
55008
-s&@abs_builddir@&$ac_abs_builddir&;t t
 
55009
-s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
 
55010
-s&@INSTALL@&$ac_INSTALL&;t t
 
55011
-s&@MKDIR_P@&$ac_MKDIR_P&;t t
 
55012
-$ac_datarootdir_hack
 
55013
-"
 
55014
-eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
 
55015
-  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
 
55016
-$as_echo "$as_me: error: could not create $ac_file" >&2;}
 
55017
-   { (exit 1); exit 1; }; }
 
55018
+# How to hardcode a shared library path into an executable.
 
55019
+hardcode_action=$hardcode_action_CXX
 
55020
 
 
55021
-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
 
55022
-  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
 
55023
-  { ac_out=`sed -n '/^[         ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
 
55024
-  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
55025
-which seems to be undefined.  Please make sure it is defined." >&5
 
55026
-$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
55027
-which seems to be undefined.  Please make sure it is defined." >&2;}
 
55028
+# The directories searched by this compiler when creating a shared library.
 
55029
+compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_CXX
 
55030
 
 
55031
-  rm -f "$tmp/stdin"
 
55032
-  case $ac_file in
 
55033
-  -) cat "$tmp/out" && rm -f "$tmp/out";;
 
55034
-  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
 
55035
-  esac \
 
55036
-  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
 
55037
-$as_echo "$as_me: error: could not create $ac_file" >&2;}
 
55038
-   { (exit 1); exit 1; }; }
 
55039
- ;;
 
55040
-  :H)
 
55041
-  #
 
55042
-  # CONFIG_HEADER
 
55043
-  #
 
55044
-  if test x"$ac_file" != x-; then
 
55045
-    {
 
55046
-      $as_echo "/* $configure_input  */" \
 
55047
-      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
 
55048
-    } >"$tmp/config.h" \
 
55049
-      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
 
55050
-$as_echo "$as_me: error: could not create $ac_file" >&2;}
 
55051
-   { (exit 1); exit 1; }; }
 
55052
-    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
 
55053
-      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
 
55054
-$as_echo "$as_me: $ac_file is unchanged" >&6;}
 
55055
-    else
 
55056
-      rm -f "$ac_file"
 
55057
-      mv "$tmp/config.h" "$ac_file" \
 
55058
-       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
 
55059
-$as_echo "$as_me: error: could not create $ac_file" >&2;}
 
55060
-   { (exit 1); exit 1; }; }
 
55061
-    fi
 
55062
-  else
 
55063
-    $as_echo "/* $configure_input  */" \
 
55064
-      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
 
55065
-      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
 
55066
-$as_echo "$as_me: error: could not create -" >&2;}
 
55067
-   { (exit 1); exit 1; }; }
 
55068
-  fi
 
55069
-# Compute "$ac_file"'s index in $config_headers.
 
55070
-_am_arg="$ac_file"
 
55071
-_am_stamp_count=1
 
55072
-for _am_header in $config_headers :; do
 
55073
-  case $_am_header in
 
55074
-    $_am_arg | $_am_arg:* )
 
55075
-      break ;;
 
55076
-    * )
 
55077
-      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
 
55078
-  esac
 
55079
-done
 
55080
-echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
 
55081
-$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
55082
-        X"$_am_arg" : 'X\(//\)[^/]' \| \
 
55083
-        X"$_am_arg" : 'X\(//\)$' \| \
 
55084
-        X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
 
55085
-$as_echo X"$_am_arg" |
 
55086
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
55087
-           s//\1/
 
55088
-           q
 
55089
-         }
 
55090
-         /^X\(\/\/\)[^/].*/{
 
55091
-           s//\1/
 
55092
-           q
 
55093
-         }
 
55094
-         /^X\(\/\/\)$/{
 
55095
-           s//\1/
 
55096
-           q
 
55097
-         }
 
55098
-         /^X\(\/\).*/{
 
55099
-           s//\1/
 
55100
-           q
 
55101
-         }
 
55102
-         s/.*/./; q'`/stamp-h$_am_stamp_count
 
55103
- ;;
 
55104
+# Dependencies to place before and after the objects being linked to
 
55105
+# create a shared library.
 
55106
+predep_objects=$lt_predep_objects_CXX
 
55107
+postdep_objects=$lt_postdep_objects_CXX
 
55108
+predeps=$lt_predeps_CXX
 
55109
+postdeps=$lt_postdeps_CXX
 
55110
 
 
55111
-  :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
 
55112
-$as_echo "$as_me: executing $ac_file commands" >&6;}
 
55113
- ;;
 
55114
-  esac
 
55115
+# The library search path used internally by the compiler when linking
 
55116
+# a shared library.
 
55117
+compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
 
55118
 
 
55119
+# ### END LIBTOOL TAG CONFIG: CXX
 
55120
+_LT_EOF
 
55121
 
 
55122
-  case $ac_file$ac_mode in
 
55123
-    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
 
55124
-  # Strip MF so we end up with the name of the file.
 
55125
-  mf=`echo "$mf" | sed -e 's/:.*$//'`
 
55126
-  # Check whether this is an Automake generated Makefile or not.
 
55127
-  # We used to match only the files named `Makefile.in', but
 
55128
-  # some people rename them; so instead we look at the file content.
 
55129
-  # Grep'ing the first line is not enough: some people post-process
 
55130
-  # each Makefile.in and add a new line on top of each file to say so.
 
55131
-  # Grep'ing the whole file is not good either: AIX grep has a line
 
55132
-  # limit of 2048, but all sed's we know have understand at least 4000.
 
55133
-  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
 
55134
-    dirpart=`$as_dirname -- "$mf" ||
 
55135
-$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
55136
-        X"$mf" : 'X\(//\)[^/]' \| \
 
55137
-        X"$mf" : 'X\(//\)$' \| \
 
55138
-        X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
 
55139
-$as_echo X"$mf" |
 
55140
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
55141
-           s//\1/
 
55142
-           q
 
55143
-         }
 
55144
-         /^X\(\/\/\)[^/].*/{
 
55145
-           s//\1/
 
55146
-           q
 
55147
-         }
 
55148
-         /^X\(\/\/\)$/{
 
55149
-           s//\1/
 
55150
-           q
 
55151
-         }
 
55152
-         /^X\(\/\).*/{
 
55153
-           s//\1/
 
55154
-           q
 
55155
-         }
 
55156
-         s/.*/./; q'`
 
55157
-  else
 
55158
-    continue
 
55159
-  fi
 
55160
-  # Extract the definition of DEPDIR, am__include, and am__quote
 
55161
-  # from the Makefile without running `make'.
 
55162
-  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 
55163
-  test -z "$DEPDIR" && continue
 
55164
-  am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
55165
-  test -z "am__include" && continue
 
55166
-  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
 
55167
-  # When using ansi2knr, U may be empty or an underscore; expand it
 
55168
-  U=`sed -n 's/^U = //p' < "$mf"`
 
55169
-  # Find all dependency output files, they are included files with
 
55170
-  # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
55171
-  # simplest approach to changing $(DEPDIR) to its actual value in the
 
55172
-  # expansion.
 
55173
-  for file in `sed -n "
 
55174
-    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
 
55175
-       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
55176
-    # Make sure the directory exists.
 
55177
-    test -f "$dirpart/$file" && continue
 
55178
-    fdir=`$as_dirname -- "$file" ||
 
55179
-$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
55180
-        X"$file" : 'X\(//\)[^/]' \| \
 
55181
-        X"$file" : 'X\(//\)$' \| \
 
55182
-        X"$file" : 'X\(/\)' \| . 2>/dev/null ||
 
55183
-$as_echo X"$file" |
 
55184
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
55185
-           s//\1/
 
55186
-           q
 
55187
-         }
 
55188
-         /^X\(\/\/\)[^/].*/{
 
55189
-           s//\1/
 
55190
-           q
 
55191
-         }
 
55192
-         /^X\(\/\/\)$/{
 
55193
-           s//\1/
 
55194
-           q
 
55195
-         }
 
55196
-         /^X\(\/\).*/{
 
55197
-           s//\1/
 
55198
-           q
 
55199
-         }
 
55200
-         s/.*/./; q'`
 
55201
-    { as_dir=$dirpart/$fdir
 
55202
-  case $as_dir in #(
 
55203
-  -*) as_dir=./$as_dir;;
 
55204
-  esac
 
55205
-  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 
55206
-    as_dirs=
 
55207
-    while :; do
 
55208
-      case $as_dir in #(
 
55209
-      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
 
55210
-      *) as_qdir=$as_dir;;
 
55211
-      esac
 
55212
-      as_dirs="'$as_qdir' $as_dirs"
 
55213
-      as_dir=`$as_dirname -- "$as_dir" ||
 
55214
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
55215
-        X"$as_dir" : 'X\(//\)[^/]' \| \
 
55216
-        X"$as_dir" : 'X\(//\)$' \| \
 
55217
-        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
55218
-$as_echo X"$as_dir" |
 
55219
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
55220
-           s//\1/
 
55221
-           q
 
55222
-         }
 
55223
-         /^X\(\/\/\)[^/].*/{
 
55224
-           s//\1/
 
55225
-           q
 
55226
-         }
 
55227
-         /^X\(\/\/\)$/{
 
55228
-           s//\1/
 
55229
-           q
 
55230
-         }
 
55231
-         /^X\(\/\).*/{
 
55232
-           s//\1/
 
55233
-           q
 
55234
-         }
 
55235
-         s/.*/./; q'`
 
55236
-      test -d "$as_dir" && break
 
55237
-    done
 
55238
-    test -z "$as_dirs" || eval "mkdir $as_dirs"
 
55239
-  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 
55240
-$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
 
55241
-   { (exit 1); exit 1; }; }; }
 
55242
-    # echo "creating $dirpart/$file"
 
55243
-    echo '# dummy' > "$dirpart/$file"
 
55244
-  done
 
55245
-done
 
55246
  ;;
 
55247
-    "default-1":C) case "$CONFIG_FILES" in *po/Makefile.in*)
 
55248
-        sed -e "/POTFILES =/r po/POTFILES" po/Makefile.in > po/Makefile
 
55249
-      esac ;;
 
55250
     "po/stamp-it":C)
 
55251
     if  ! grep "^# INTLTOOL_MAKEFILE$" "po/Makefile.in" ; then
 
55252
-       { { $as_echo "$as_me:$LINENO: error: po/Makefile.in.in was not created by intltoolize." >&5
 
55253
-$as_echo "$as_me: error: po/Makefile.in.in was not created by intltoolize." >&2;}
 
55254
+       { { echo "$as_me:$LINENO: error: po/Makefile.in.in was not created by intltoolize." >&5
 
55255
+echo "$as_me: error: po/Makefile.in.in was not created by intltoolize." >&2;}
 
55256
    { (exit 1); exit 1; }; }
 
55257
     fi
 
55258
     rm -f "po/stamp-it" "po/stamp-it.tmp" "po/POTFILES" "po/Makefile.tmp"
 
55259
@@ -28668,11 +26592,6 @@
 
55260
 chmod +x $CONFIG_STATUS
 
55261
 ac_clean_files=$ac_clean_files_save
 
55262
 
 
55263
-test $ac_write_fail = 0 ||
 
55264
-  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
 
55265
-$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
 
55266
-   { (exit 1); exit 1; }; }
 
55267
-
 
55268
 
 
55269
 # configure is writing to config.log, and then calls config.status.
 
55270
 # config.status does its own redirection, appending to config.log.
 
55271
@@ -28694,167 +26613,163 @@
 
55272
   # would make configure fail if this is the last instruction.
 
55273
   $ac_cs_success || { (exit 1); exit 1; }
 
55274
 fi
 
55275
-if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
 
55276
-  { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
 
55277
-$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
 
55278
-fi
 
55279
 
 
55280
 
 
55281
-{ $as_echo "$as_me:$LINENO: Totem was configured with the following options:" >&5
 
55282
-$as_echo "$as_me: Totem was configured with the following options:" >&6;}
 
55283
+{ echo "$as_me:$LINENO: Totem was configured with the following options:" >&5
 
55284
+echo "$as_me: Totem was configured with the following options:" >&6;}
 
55285
 if test x$HAVE_GSTREAMER = xno ; then
 
55286
-       { $as_echo "$as_me:$LINENO: ** Using the xine backend" >&5
 
55287
-$as_echo "$as_me: ** Using the xine backend" >&6;}
 
55288
+       { echo "$as_me:$LINENO: ** Using the xine backend" >&5
 
55289
+echo "$as_me: ** Using the xine backend" >&6;}
 
55290
 else
 
55291
-       { $as_echo "$as_me:$LINENO: ** Using the GStreamer-$GST_MAJORMINOR backend" >&5
 
55292
-$as_echo "$as_me: ** Using the GStreamer-$GST_MAJORMINOR backend" >&6;}
 
55293
+       { echo "$as_me:$LINENO: ** Using the GStreamer-$GST_MAJORMINOR backend" >&5
 
55294
+echo "$as_me: ** Using the GStreamer-$GST_MAJORMINOR backend" >&6;}
 
55295
        if test "x$MISSING_PLUGINS_LIBS" != "x"; then
 
55296
-               { $as_echo "$as_me:$LINENO: ** Easy codec installation support enabled" >&5
 
55297
-$as_echo "$as_me: ** Easy codec installation support enabled" >&6;}
 
55298
+               { echo "$as_me:$LINENO: ** Easy codec installation support enabled" >&5
 
55299
+echo "$as_me: ** Easy codec installation support enabled" >&6;}
 
55300
        else
 
55301
-               { $as_echo "$as_me:$LINENO:    Easy codec installation support disabled" >&5
 
55302
-$as_echo "$as_me:    Easy codec installation support disabled" >&6;}
 
55303
+               { echo "$as_me:$LINENO:    Easy codec installation support disabled" >&5
 
55304
+echo "$as_me:    Easy codec installation support disabled" >&6;}
 
55305
        fi
 
55306
 fi
 
55307
 if test x$found_nvtv = xyes ; then
 
55308
-       { $as_echo "$as_me:$LINENO: ** nvtv support enabled" >&5
 
55309
-$as_echo "$as_me: ** nvtv support enabled" >&6;}
 
55310
+       { echo "$as_me:$LINENO: ** nvtv support enabled" >&5
 
55311
+echo "$as_me: ** nvtv support enabled" >&6;}
 
55312
 else
 
55313
-       { $as_echo "$as_me:$LINENO:    nvtv support disabled" >&5
 
55314
-$as_echo "$as_me:    nvtv support disabled" >&6;}
 
55315
+       { echo "$as_me:$LINENO:    nvtv support disabled" >&5
 
55316
+echo "$as_me:    nvtv support disabled" >&6;}
 
55317
 fi
 
55318
 if test x$ENABLE_GTK = xyes ; then
 
55319
-       { $as_echo "$as_me:$LINENO: ** GTK+-only version enabled" >&5
 
55320
-$as_echo "$as_me: ** GTK+-only version enabled" >&6;}
 
55321
+       { echo "$as_me:$LINENO: ** GTK+-only version enabled" >&5
 
55322
+echo "$as_me: ** GTK+-only version enabled" >&6;}
 
55323
 else
 
55324
-       { $as_echo "$as_me:$LINENO: ** GNOME version enabled" >&5
 
55325
-$as_echo "$as_me: ** GNOME version enabled" >&6;}
 
55326
+       { echo "$as_me:$LINENO: ** GNOME version enabled" >&5
 
55327
+echo "$as_me: ** GNOME version enabled" >&6;}
 
55328
 fi
 
55329
 if test x$enable_python = xyes ; then
 
55330
-       { $as_echo "$as_me:$LINENO: ** Python binding support enabled" >&5
 
55331
-$as_echo "$as_me: ** Python binding support enabled" >&6;}
 
55332
+       { echo "$as_me:$LINENO: ** Python binding support enabled" >&5
 
55333
+echo "$as_me: ** Python binding support enabled" >&6;}
 
55334
 else
 
55335
-       { $as_echo "$as_me:$LINENO:    Python binding support disabled" >&5
 
55336
-$as_echo "$as_me:    Python binding support disabled" >&6;}
 
55337
+       { echo "$as_me:$LINENO:    Python binding support disabled" >&5
 
55338
+echo "$as_me:    Python binding support disabled" >&6;}
 
55339
 fi
 
55340
 if test x$with_vala = xyes ; then
 
55341
-       { $as_echo "$as_me:$LINENO: ** Vala binding support enabled" >&5
 
55342
-$as_echo "$as_me: ** Vala binding support enabled" >&6;}
 
55343
+       { echo "$as_me:$LINENO: ** Vala binding support enabled" >&5
 
55344
+echo "$as_me: ** Vala binding support enabled" >&6;}
 
55345
 else
 
55346
-       { $as_echo "$as_me:$LINENO:    Vala binding support disabled" >&5
 
55347
-$as_echo "$as_me:    Vala binding support disabled" >&6;}
 
55348
+       { echo "$as_me:$LINENO:    Vala binding support disabled" >&5
 
55349
+echo "$as_me:    Vala binding support disabled" >&6;}
 
55350
 fi
 
55351
 if test "x${PLUGINS}" != "x" ; then
 
55352
        for allowed_plugin in ${ALL_PLUGINS}; do
 
55353
                for plugin in ${PLUGINS}; do
 
55354
                        case ${allowed_plugin} in
 
55355
                                ${plugin})
 
55356
-                                       { $as_echo "$as_me:$LINENO: ** ${allowed_plugin} plugin enabled" >&5
 
55357
-$as_echo "$as_me: ** ${allowed_plugin} plugin enabled" >&6;}
 
55358
+                                       { echo "$as_me:$LINENO: ** ${allowed_plugin} plugin enabled" >&5
 
55359
+echo "$as_me: ** ${allowed_plugin} plugin enabled" >&6;}
 
55360
                                        continue 2
 
55361
                                ;;
 
55362
                                *);;
 
55363
                        esac
 
55364
                done
 
55365
-               { $as_echo "$as_me:$LINENO:    ${allowed_plugin} plugin disabled" >&5
 
55366
-$as_echo "$as_me:    ${allowed_plugin} plugin disabled" >&6;}
 
55367
+               { echo "$as_me:$LINENO:    ${allowed_plugin} plugin disabled" >&5
 
55368
+echo "$as_me:    ${allowed_plugin} plugin disabled" >&6;}
 
55369
        done
 
55370
 else
 
55371
-       { $as_echo "$as_me:$LINENO:    No Totem plugins enabled" >&5
 
55372
-$as_echo "$as_me:    No Totem plugins enabled" >&6;}
 
55373
+       { echo "$as_me:$LINENO:    No Totem plugins enabled" >&5
 
55374
+echo "$as_me:    No Totem plugins enabled" >&6;}
 
55375
 fi
 
55376
 if test x$enable_browser_plugins = xyes ; then
 
55377
-       { $as_echo "$as_me:$LINENO: ** Browser plugin enabled (using $MOZILLA)" >&5
 
55378
-$as_echo "$as_me: ** Browser plugin enabled (using $MOZILLA)" >&6;}
 
55379
+       { echo "$as_me:$LINENO: ** Browser plugin enabled (using $MOZILLA)" >&5
 
55380
+echo "$as_me: ** Browser plugin enabled (using $MOZILLA)" >&6;}
 
55381
        if test x$enable_basic_plugin = xyes ; then
 
55382
-               { $as_echo "$as_me:$LINENO: ** Basic browser plugin enabled" >&5
 
55383
-$as_echo "$as_me: ** Basic browser plugin enabled" >&6;}
 
55384
+               { echo "$as_me:$LINENO: ** Basic browser plugin enabled" >&5
 
55385
+echo "$as_me: ** Basic browser plugin enabled" >&6;}
 
55386
        else
 
55387
-               { $as_echo "$as_me:$LINENO:    Basic browser plugin disabled" >&5
 
55388
-$as_echo "$as_me:    Basic browser plugin disabled" >&6;}
 
55389
+               { echo "$as_me:$LINENO:    Basic browser plugin disabled" >&5
 
55390
+echo "$as_me:    Basic browser plugin disabled" >&6;}
 
55391
        fi
 
55392
        if test x$enable_gmp_plugin = xyes ; then
 
55393
-               { $as_echo "$as_me:$LINENO: ** GMP (Windows Media) plugin enabled" >&5
 
55394
-$as_echo "$as_me: ** GMP (Windows Media) plugin enabled" >&6;}
 
55395
+               { echo "$as_me:$LINENO: ** GMP (Windows Media) plugin enabled" >&5
 
55396
+echo "$as_me: ** GMP (Windows Media) plugin enabled" >&6;}
 
55397
        else
 
55398
-               { $as_echo "$as_me:$LINENO:    GMP (Windows Media) plugin disabled" >&5
 
55399
-$as_echo "$as_me:    GMP (Windows Media) plugin disabled" >&6;}
 
55400
+               { echo "$as_me:$LINENO:    GMP (Windows Media) plugin disabled" >&5
 
55401
+echo "$as_me:    GMP (Windows Media) plugin disabled" >&6;}
 
55402
        fi
 
55403
        if test x$enable_complex_plugin = xyes ; then
 
55404
-               { $as_echo "$as_me:$LINENO: ** Complex (Real) plugin enabled" >&5
 
55405
-$as_echo "$as_me: ** Complex (Real) plugin enabled" >&6;}
 
55406
+               { echo "$as_me:$LINENO: ** Complex (Real) plugin enabled" >&5
 
55407
+echo "$as_me: ** Complex (Real) plugin enabled" >&6;}
 
55408
        else
 
55409
-               { $as_echo "$as_me:$LINENO:    Complex (Real) plugin disabled" >&5
 
55410
-$as_echo "$as_me:    Complex (Real) plugin disabled" >&6;}
 
55411
+               { echo "$as_me:$LINENO:    Complex (Real) plugin disabled" >&5
 
55412
+echo "$as_me:    Complex (Real) plugin disabled" >&6;}
 
55413
        fi
 
55414
        if test x$enable_narrowspace_plugin = xyes ; then
 
55415
-               { $as_echo "$as_me:$LINENO: ** NarrowSpace (QuickTime) plugin enabled" >&5
 
55416
-$as_echo "$as_me: ** NarrowSpace (QuickTime) plugin enabled" >&6;}
 
55417
+               { echo "$as_me:$LINENO: ** NarrowSpace (QuickTime) plugin enabled" >&5
 
55418
+echo "$as_me: ** NarrowSpace (QuickTime) plugin enabled" >&6;}
 
55419
        else
 
55420
-               { $as_echo "$as_me:$LINENO:    NarrowSpace (QuickTime) plugin disabled" >&5
 
55421
-$as_echo "$as_me:    NarrowSpace (QuickTime) plugin disabled" >&6;}
 
55422
+               { echo "$as_me:$LINENO:    NarrowSpace (QuickTime) plugin disabled" >&5
 
55423
+echo "$as_me:    NarrowSpace (QuickTime) plugin disabled" >&6;}
 
55424
        fi
 
55425
        if test x$enable_mully_plugin = xyes ; then
 
55426
-               { $as_echo "$as_me:$LINENO: ** MullY (DivX) plugin enabled" >&5
 
55427
-$as_echo "$as_me: ** MullY (DivX) plugin enabled" >&6;}
 
55428
+               { echo "$as_me:$LINENO: ** MullY (DivX) plugin enabled" >&5
 
55429
+echo "$as_me: ** MullY (DivX) plugin enabled" >&6;}
 
55430
        else
 
55431
-               { $as_echo "$as_me:$LINENO:    MullY (DivX) plugin disabled" >&5
 
55432
-$as_echo "$as_me:    MullY (DivX) plugin disabled" >&6;}
 
55433
+               { echo "$as_me:$LINENO:    MullY (DivX) plugin disabled" >&5
 
55434
+echo "$as_me:    MullY (DivX) plugin disabled" >&6;}
 
55435
        fi
 
55436
        if test x$enable_cone_plugin = xyes ; then
 
55437
-               { $as_echo "$as_me:$LINENO: ** Cone (VLC) plugin enabled" >&5
 
55438
-$as_echo "$as_me: ** Cone (VLC) plugin enabled" >&6;}
 
55439
+               { echo "$as_me:$LINENO: ** Cone (VLC) plugin enabled" >&5
 
55440
+echo "$as_me: ** Cone (VLC) plugin enabled" >&6;}
 
55441
        else
 
55442
-               { $as_echo "$as_me:$LINENO:    Cone (VLC) plugin disabled" >&5
 
55443
-$as_echo "$as_me:    Cone (VLC) plugin disabled" >&6;}
 
55444
+               { echo "$as_me:$LINENO:    Cone (VLC) plugin disabled" >&5
 
55445
+echo "$as_me:    Cone (VLC) plugin disabled" >&6;}
 
55446
        fi
 
55447
 else
 
55448
-       { $as_echo "$as_me:$LINENO:    Browser plugin disabled" >&5
 
55449
-$as_echo "$as_me:    Browser plugin disabled" >&6;}
 
55450
+       { echo "$as_me:$LINENO:    Browser plugin disabled" >&5
 
55451
+echo "$as_me:    Browser plugin disabled" >&6;}
 
55452
 fi
 
55453
 if test x$ENABLE_NAUTILUS = xyes ; then
 
55454
-       { $as_echo "$as_me:$LINENO: ** Nautilus properties page enabled" >&5
 
55455
-$as_echo "$as_me: ** Nautilus properties page enabled" >&6;}
 
55456
+       { echo "$as_me:$LINENO: ** Nautilus properties page enabled" >&5
 
55457
+echo "$as_me: ** Nautilus properties page enabled" >&6;}
 
55458
 else
 
55459
-       { $as_echo "$as_me:$LINENO:    Nautilus properties page disabled" >&5
 
55460
-$as_echo "$as_me:    Nautilus properties page disabled" >&6;}
 
55461
+       { echo "$as_me:$LINENO:    Nautilus properties page disabled" >&5
 
55462
+echo "$as_me:    Nautilus properties page disabled" >&6;}
 
55463
 fi
 
55464
 if test x$disable_iso_codes_check = xno ; then
 
55465
-       { $as_echo "$as_me:$LINENO: ** iso-codes support checked" >&5
 
55466
-$as_echo "$as_me: ** iso-codes support checked" >&6;}
 
55467
+       { echo "$as_me:$LINENO: ** iso-codes support checked" >&5
 
55468
+echo "$as_me: ** iso-codes support checked" >&6;}
 
55469
 else
 
55470
-       { $as_echo "$as_me:$LINENO:    iso-codes support checked at run-time" >&5
 
55471
-$as_echo "$as_me:    iso-codes support checked at run-time" >&6;}
 
55472
+       { echo "$as_me:$LINENO:    iso-codes support checked at run-time" >&5
 
55473
+echo "$as_me:    iso-codes support checked at run-time" >&6;}
 
55474
 fi
 
55475
 if test x$enable_xtest = xyes ; then
 
55476
-       { $as_echo "$as_me:$LINENO: ** XTest (legacy screensaver) support enabled" >&5
 
55477
-$as_echo "$as_me: ** XTest (legacy screensaver) support enabled" >&6;}
 
55478
+       { echo "$as_me:$LINENO: ** XTest (legacy screensaver) support enabled" >&5
 
55479
+echo "$as_me: ** XTest (legacy screensaver) support enabled" >&6;}
 
55480
 else
 
55481
-       { $as_echo "$as_me:$LINENO:    XTest (legacy screensaver) support disabled" >&5
 
55482
-$as_echo "$as_me:    XTest (legacy screensaver) support disabled" >&6;}
 
55483
+       { echo "$as_me:$LINENO:    XTest (legacy screensaver) support disabled" >&5
 
55484
+echo "$as_me:    XTest (legacy screensaver) support disabled" >&6;}
 
55485
 fi
 
55486
 if test x$enable_dbus = xyes ; then
 
55487
-       { $as_echo "$as_me:$LINENO: ** D-Bus (gnome-screensaver) support enabled" >&5
 
55488
-$as_echo "$as_me: ** D-Bus (gnome-screensaver) support enabled" >&6;}
 
55489
+       { echo "$as_me:$LINENO: ** D-Bus (gnome-screensaver) support enabled" >&5
 
55490
+echo "$as_me: ** D-Bus (gnome-screensaver) support enabled" >&6;}
 
55491
 else
 
55492
-       { $as_echo "$as_me:$LINENO:    D-Bus (gnome-screensaver) support disabled" >&5
 
55493
-$as_echo "$as_me:    D-Bus (gnome-screensaver) support disabled" >&6;}
 
55494
+       { echo "$as_me:$LINENO:    D-Bus (gnome-screensaver) support disabled" >&5
 
55495
+echo "$as_me:    D-Bus (gnome-screensaver) support disabled" >&6;}
 
55496
 fi
 
55497
 if test x$have_xvidmode = xyes ; then
 
55498
-       { $as_echo "$as_me:$LINENO: ** XVidmode support enabled" >&5
 
55499
-$as_echo "$as_me: ** XVidmode support enabled" >&6;}
 
55500
+       { echo "$as_me:$LINENO: ** XVidmode support enabled" >&5
 
55501
+echo "$as_me: ** XVidmode support enabled" >&6;}
 
55502
 else
 
55503
-       { $as_echo "$as_me:$LINENO:    XVidmode support disabled" >&5
 
55504
-$as_echo "$as_me:    XVidmode support disabled" >&6;}
 
55505
+       { echo "$as_me:$LINENO:    XVidmode support disabled" >&5
 
55506
+echo "$as_me:    XVidmode support disabled" >&6;}
 
55507
 fi
 
55508
 if test x$have_xfree = xyes ; then
 
55509
-       { $as_echo "$as_me:$LINENO: ** XFree86 multimedia keys support enabled" >&5
 
55510
-$as_echo "$as_me: ** XFree86 multimedia keys support enabled" >&6;}
 
55511
+       { echo "$as_me:$LINENO: ** XFree86 multimedia keys support enabled" >&5
 
55512
+echo "$as_me: ** XFree86 multimedia keys support enabled" >&6;}
 
55513
 else
 
55514
-       { $as_echo "$as_me:$LINENO:    XFree86 multimedia keys support disabled" >&5
 
55515
-$as_echo "$as_me:    XFree86 multimedia keys support disabled" >&6;}
 
55516
+       { echo "$as_me:$LINENO:    XFree86 multimedia keys support disabled" >&5
 
55517
+echo "$as_me:    XFree86 multimedia keys support disabled" >&6;}
 
55518
 fi
 
55519
 
 
55520
-{ $as_echo "$as_me:$LINENO: End options" >&5
 
55521
-$as_echo "$as_me: End options" >&6;}
 
55522
+{ echo "$as_me:$LINENO: End options" >&5
 
55523
+echo "$as_me: End options" >&6;}
 
55524
 
 
55525
Index: totem-2.24.3/data/icons/16x16/Makefile.in
 
55526
===================================================================
 
55527
--- totem-2.24.3.orig/data/icons/16x16/Makefile.in      2008-10-26 15:40:45.000000000 +0100
 
55528
+++ totem-2.24.3/data/icons/16x16/Makefile.in   2008-10-30 19:06:36.000000000 +0100
 
55529
@@ -67,6 +67,8 @@
 
55530
 AUTOHEADER = @AUTOHEADER@
 
55531
 AUTOMAKE = @AUTOMAKE@
 
55532
 AWK = @AWK@
 
55533
+BBC_CFLAGS = @BBC_CFLAGS@
 
55534
+BBC_LIBS = @BBC_LIBS@
 
55535
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
55536
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
55537
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
55538
@@ -94,7 +96,7 @@
 
55539
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
55540
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
55541
 DSYMUTIL = @DSYMUTIL@
 
55542
-ECHO = @ECHO@
 
55543
+DUMPBIN = @DUMPBIN@
 
55544
 ECHO_C = @ECHO_C@
 
55545
 ECHO_N = @ECHO_N@
 
55546
 ECHO_T = @ECHO_T@
 
55547
@@ -102,8 +104,7 @@
 
55548
 EXEEXT = @EXEEXT@
 
55549
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
55550
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
55551
-F77 = @F77@
 
55552
-FFLAGS = @FFLAGS@
 
55553
+FGREP = @FGREP@
 
55554
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
55555
 GCONFTOOL = @GCONFTOOL@
 
55556
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
55557
@@ -153,6 +154,7 @@
 
55558
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
55559
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
55560
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
55561
+LD = @LD@
 
55562
 LDFLAGS = @LDFLAGS@
 
55563
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
55564
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
55565
@@ -161,6 +163,7 @@
 
55566
 LIBOBJS = @LIBOBJS@
 
55567
 LIBS = @LIBS@
 
55568
 LIBTOOL = @LIBTOOL@
 
55569
+LIPO = @LIPO@
 
55570
 LIRC_LIBS = @LIRC_LIBS@
 
55571
 LN_S = @LN_S@
 
55572
 LTLIBOBJS = @LTLIBOBJS@
 
55573
@@ -180,12 +183,15 @@
 
55574
 NAUTILUSDIR = @NAUTILUSDIR@
 
55575
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
55576
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
55577
+NM = @NM@
 
55578
 NMEDIT = @NMEDIT@
 
55579
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
55580
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
55581
 NVTV_LIBS = @NVTV_LIBS@
 
55582
 OBJEXT = @OBJEXT@
 
55583
 OMF_DIR = @OMF_DIR@
 
55584
+OTOOL = @OTOOL@
 
55585
+OTOOL64 = @OTOOL64@
 
55586
 PACKAGE = @PACKAGE@
 
55587
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
55588
 PACKAGE_NAME = @PACKAGE_NAME@
 
55589
@@ -247,7 +253,7 @@
 
55590
 abs_top_srcdir = @abs_top_srcdir@
 
55591
 ac_ct_CC = @ac_ct_CC@
 
55592
 ac_ct_CXX = @ac_ct_CXX@
 
55593
-ac_ct_F77 = @ac_ct_F77@
 
55594
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
55595
 am__include = @am__include@
 
55596
 am__leading_dot = @am__leading_dot@
 
55597
 am__quote = @am__quote@
 
55598
@@ -278,6 +284,7 @@
 
55599
 libexecdir = @libexecdir@
 
55600
 localedir = @localedir@
 
55601
 localstatedir = @localstatedir@
 
55602
+lt_ECHO = @lt_ECHO@
 
55603
 mandir = @mandir@
 
55604
 mkdir_p = @mkdir_p@
 
55605
 oldincludedir = @oldincludedir@
 
55606
@@ -294,7 +301,6 @@
 
55607
 srcdir = @srcdir@
 
55608
 sysconfdir = @sysconfdir@
 
55609
 target_alias = @target_alias@
 
55610
-top_build_prefix = @top_build_prefix@
 
55611
 top_builddir = @top_builddir@
 
55612
 top_srcdir = @top_srcdir@
 
55613
 icondir = $(datadir)/icons/hicolor/16x16/apps
 
55614
Index: totem-2.24.3/data/icons/22x22/Makefile.in
 
55615
===================================================================
 
55616
--- totem-2.24.3.orig/data/icons/22x22/Makefile.in      2008-10-26 15:40:45.000000000 +0100
 
55617
+++ totem-2.24.3/data/icons/22x22/Makefile.in   2008-10-30 19:06:36.000000000 +0100
 
55618
@@ -67,6 +67,8 @@
 
55619
 AUTOHEADER = @AUTOHEADER@
 
55620
 AUTOMAKE = @AUTOMAKE@
 
55621
 AWK = @AWK@
 
55622
+BBC_CFLAGS = @BBC_CFLAGS@
 
55623
+BBC_LIBS = @BBC_LIBS@
 
55624
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
55625
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
55626
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
55627
@@ -94,7 +96,7 @@
 
55628
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
55629
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
55630
 DSYMUTIL = @DSYMUTIL@
 
55631
-ECHO = @ECHO@
 
55632
+DUMPBIN = @DUMPBIN@
 
55633
 ECHO_C = @ECHO_C@
 
55634
 ECHO_N = @ECHO_N@
 
55635
 ECHO_T = @ECHO_T@
 
55636
@@ -102,8 +104,7 @@
 
55637
 EXEEXT = @EXEEXT@
 
55638
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
55639
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
55640
-F77 = @F77@
 
55641
-FFLAGS = @FFLAGS@
 
55642
+FGREP = @FGREP@
 
55643
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
55644
 GCONFTOOL = @GCONFTOOL@
 
55645
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
55646
@@ -153,6 +154,7 @@
 
55647
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
55648
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
55649
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
55650
+LD = @LD@
 
55651
 LDFLAGS = @LDFLAGS@
 
55652
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
55653
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
55654
@@ -161,6 +163,7 @@
 
55655
 LIBOBJS = @LIBOBJS@
 
55656
 LIBS = @LIBS@
 
55657
 LIBTOOL = @LIBTOOL@
 
55658
+LIPO = @LIPO@
 
55659
 LIRC_LIBS = @LIRC_LIBS@
 
55660
 LN_S = @LN_S@
 
55661
 LTLIBOBJS = @LTLIBOBJS@
 
55662
@@ -180,12 +183,15 @@
 
55663
 NAUTILUSDIR = @NAUTILUSDIR@
 
55664
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
55665
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
55666
+NM = @NM@
 
55667
 NMEDIT = @NMEDIT@
 
55668
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
55669
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
55670
 NVTV_LIBS = @NVTV_LIBS@
 
55671
 OBJEXT = @OBJEXT@
 
55672
 OMF_DIR = @OMF_DIR@
 
55673
+OTOOL = @OTOOL@
 
55674
+OTOOL64 = @OTOOL64@
 
55675
 PACKAGE = @PACKAGE@
 
55676
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
55677
 PACKAGE_NAME = @PACKAGE_NAME@
 
55678
@@ -247,7 +253,7 @@
 
55679
 abs_top_srcdir = @abs_top_srcdir@
 
55680
 ac_ct_CC = @ac_ct_CC@
 
55681
 ac_ct_CXX = @ac_ct_CXX@
 
55682
-ac_ct_F77 = @ac_ct_F77@
 
55683
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
55684
 am__include = @am__include@
 
55685
 am__leading_dot = @am__leading_dot@
 
55686
 am__quote = @am__quote@
 
55687
@@ -278,6 +284,7 @@
 
55688
 libexecdir = @libexecdir@
 
55689
 localedir = @localedir@
 
55690
 localstatedir = @localstatedir@
 
55691
+lt_ECHO = @lt_ECHO@
 
55692
 mandir = @mandir@
 
55693
 mkdir_p = @mkdir_p@
 
55694
 oldincludedir = @oldincludedir@
 
55695
@@ -294,7 +301,6 @@
 
55696
 srcdir = @srcdir@
 
55697
 sysconfdir = @sysconfdir@
 
55698
 target_alias = @target_alias@
 
55699
-top_build_prefix = @top_build_prefix@
 
55700
 top_builddir = @top_builddir@
 
55701
 top_srcdir = @top_srcdir@
 
55702
 icondir = $(datadir)/icons/hicolor/22x22/apps
 
55703
Index: totem-2.24.3/data/icons/24x24/Makefile.in
 
55704
===================================================================
 
55705
--- totem-2.24.3.orig/data/icons/24x24/Makefile.in      2008-10-26 15:40:45.000000000 +0100
 
55706
+++ totem-2.24.3/data/icons/24x24/Makefile.in   2008-10-30 19:06:36.000000000 +0100
 
55707
@@ -67,6 +67,8 @@
 
55708
 AUTOHEADER = @AUTOHEADER@
 
55709
 AUTOMAKE = @AUTOMAKE@
 
55710
 AWK = @AWK@
 
55711
+BBC_CFLAGS = @BBC_CFLAGS@
 
55712
+BBC_LIBS = @BBC_LIBS@
 
55713
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
55714
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
55715
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
55716
@@ -94,7 +96,7 @@
 
55717
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
55718
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
55719
 DSYMUTIL = @DSYMUTIL@
 
55720
-ECHO = @ECHO@
 
55721
+DUMPBIN = @DUMPBIN@
 
55722
 ECHO_C = @ECHO_C@
 
55723
 ECHO_N = @ECHO_N@
 
55724
 ECHO_T = @ECHO_T@
 
55725
@@ -102,8 +104,7 @@
 
55726
 EXEEXT = @EXEEXT@
 
55727
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
55728
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
55729
-F77 = @F77@
 
55730
-FFLAGS = @FFLAGS@
 
55731
+FGREP = @FGREP@
 
55732
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
55733
 GCONFTOOL = @GCONFTOOL@
 
55734
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
55735
@@ -153,6 +154,7 @@
 
55736
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
55737
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
55738
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
55739
+LD = @LD@
 
55740
 LDFLAGS = @LDFLAGS@
 
55741
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
55742
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
55743
@@ -161,6 +163,7 @@
 
55744
 LIBOBJS = @LIBOBJS@
 
55745
 LIBS = @LIBS@
 
55746
 LIBTOOL = @LIBTOOL@
 
55747
+LIPO = @LIPO@
 
55748
 LIRC_LIBS = @LIRC_LIBS@
 
55749
 LN_S = @LN_S@
 
55750
 LTLIBOBJS = @LTLIBOBJS@
 
55751
@@ -180,12 +183,15 @@
 
55752
 NAUTILUSDIR = @NAUTILUSDIR@
 
55753
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
55754
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
55755
+NM = @NM@
 
55756
 NMEDIT = @NMEDIT@
 
55757
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
55758
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
55759
 NVTV_LIBS = @NVTV_LIBS@
 
55760
 OBJEXT = @OBJEXT@
 
55761
 OMF_DIR = @OMF_DIR@
 
55762
+OTOOL = @OTOOL@
 
55763
+OTOOL64 = @OTOOL64@
 
55764
 PACKAGE = @PACKAGE@
 
55765
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
55766
 PACKAGE_NAME = @PACKAGE_NAME@
 
55767
@@ -247,7 +253,7 @@
 
55768
 abs_top_srcdir = @abs_top_srcdir@
 
55769
 ac_ct_CC = @ac_ct_CC@
 
55770
 ac_ct_CXX = @ac_ct_CXX@
 
55771
-ac_ct_F77 = @ac_ct_F77@
 
55772
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
55773
 am__include = @am__include@
 
55774
 am__leading_dot = @am__leading_dot@
 
55775
 am__quote = @am__quote@
 
55776
@@ -278,6 +284,7 @@
 
55777
 libexecdir = @libexecdir@
 
55778
 localedir = @localedir@
 
55779
 localstatedir = @localstatedir@
 
55780
+lt_ECHO = @lt_ECHO@
 
55781
 mandir = @mandir@
 
55782
 mkdir_p = @mkdir_p@
 
55783
 oldincludedir = @oldincludedir@
 
55784
@@ -294,7 +301,6 @@
 
55785
 srcdir = @srcdir@
 
55786
 sysconfdir = @sysconfdir@
 
55787
 target_alias = @target_alias@
 
55788
-top_build_prefix = @top_build_prefix@
 
55789
 top_builddir = @top_builddir@
 
55790
 top_srcdir = @top_srcdir@
 
55791
 icondir = $(datadir)/icons/hicolor/24x24/apps
 
55792
Index: totem-2.24.3/data/icons/32x32/Makefile.in
 
55793
===================================================================
 
55794
--- totem-2.24.3.orig/data/icons/32x32/Makefile.in      2008-10-26 15:40:45.000000000 +0100
 
55795
+++ totem-2.24.3/data/icons/32x32/Makefile.in   2008-10-30 19:06:36.000000000 +0100
 
55796
@@ -67,6 +67,8 @@
 
55797
 AUTOHEADER = @AUTOHEADER@
 
55798
 AUTOMAKE = @AUTOMAKE@
 
55799
 AWK = @AWK@
 
55800
+BBC_CFLAGS = @BBC_CFLAGS@
 
55801
+BBC_LIBS = @BBC_LIBS@
 
55802
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
55803
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
55804
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
55805
@@ -94,7 +96,7 @@
 
55806
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
55807
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
55808
 DSYMUTIL = @DSYMUTIL@
 
55809
-ECHO = @ECHO@
 
55810
+DUMPBIN = @DUMPBIN@
 
55811
 ECHO_C = @ECHO_C@
 
55812
 ECHO_N = @ECHO_N@
 
55813
 ECHO_T = @ECHO_T@
 
55814
@@ -102,8 +104,7 @@
 
55815
 EXEEXT = @EXEEXT@
 
55816
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
55817
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
55818
-F77 = @F77@
 
55819
-FFLAGS = @FFLAGS@
 
55820
+FGREP = @FGREP@
 
55821
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
55822
 GCONFTOOL = @GCONFTOOL@
 
55823
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
55824
@@ -153,6 +154,7 @@
 
55825
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
55826
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
55827
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
55828
+LD = @LD@
 
55829
 LDFLAGS = @LDFLAGS@
 
55830
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
55831
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
55832
@@ -161,6 +163,7 @@
 
55833
 LIBOBJS = @LIBOBJS@
 
55834
 LIBS = @LIBS@
 
55835
 LIBTOOL = @LIBTOOL@
 
55836
+LIPO = @LIPO@
 
55837
 LIRC_LIBS = @LIRC_LIBS@
 
55838
 LN_S = @LN_S@
 
55839
 LTLIBOBJS = @LTLIBOBJS@
 
55840
@@ -180,12 +183,15 @@
 
55841
 NAUTILUSDIR = @NAUTILUSDIR@
 
55842
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
55843
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
55844
+NM = @NM@
 
55845
 NMEDIT = @NMEDIT@
 
55846
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
55847
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
55848
 NVTV_LIBS = @NVTV_LIBS@
 
55849
 OBJEXT = @OBJEXT@
 
55850
 OMF_DIR = @OMF_DIR@
 
55851
+OTOOL = @OTOOL@
 
55852
+OTOOL64 = @OTOOL64@
 
55853
 PACKAGE = @PACKAGE@
 
55854
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
55855
 PACKAGE_NAME = @PACKAGE_NAME@
 
55856
@@ -247,7 +253,7 @@
 
55857
 abs_top_srcdir = @abs_top_srcdir@
 
55858
 ac_ct_CC = @ac_ct_CC@
 
55859
 ac_ct_CXX = @ac_ct_CXX@
 
55860
-ac_ct_F77 = @ac_ct_F77@
 
55861
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
55862
 am__include = @am__include@
 
55863
 am__leading_dot = @am__leading_dot@
 
55864
 am__quote = @am__quote@
 
55865
@@ -278,6 +284,7 @@
 
55866
 libexecdir = @libexecdir@
 
55867
 localedir = @localedir@
 
55868
 localstatedir = @localstatedir@
 
55869
+lt_ECHO = @lt_ECHO@
 
55870
 mandir = @mandir@
 
55871
 mkdir_p = @mkdir_p@
 
55872
 oldincludedir = @oldincludedir@
 
55873
@@ -294,7 +301,6 @@
 
55874
 srcdir = @srcdir@
 
55875
 sysconfdir = @sysconfdir@
 
55876
 target_alias = @target_alias@
 
55877
-top_build_prefix = @top_build_prefix@
 
55878
 top_builddir = @top_builddir@
 
55879
 top_srcdir = @top_srcdir@
 
55880
 icondir = $(datadir)/icons/hicolor/32x32/apps
 
55881
Index: totem-2.24.3/data/icons/48x48/Makefile.in
 
55882
===================================================================
 
55883
--- totem-2.24.3.orig/data/icons/48x48/Makefile.in      2008-10-26 15:40:46.000000000 +0100
 
55884
+++ totem-2.24.3/data/icons/48x48/Makefile.in   2008-10-30 19:06:36.000000000 +0100
 
55885
@@ -67,6 +67,8 @@
 
55886
 AUTOHEADER = @AUTOHEADER@
 
55887
 AUTOMAKE = @AUTOMAKE@
 
55888
 AWK = @AWK@
 
55889
+BBC_CFLAGS = @BBC_CFLAGS@
 
55890
+BBC_LIBS = @BBC_LIBS@
 
55891
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
55892
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
55893
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
55894
@@ -94,7 +96,7 @@
 
55895
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
55896
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
55897
 DSYMUTIL = @DSYMUTIL@
 
55898
-ECHO = @ECHO@
 
55899
+DUMPBIN = @DUMPBIN@
 
55900
 ECHO_C = @ECHO_C@
 
55901
 ECHO_N = @ECHO_N@
 
55902
 ECHO_T = @ECHO_T@
 
55903
@@ -102,8 +104,7 @@
 
55904
 EXEEXT = @EXEEXT@
 
55905
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
55906
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
55907
-F77 = @F77@
 
55908
-FFLAGS = @FFLAGS@
 
55909
+FGREP = @FGREP@
 
55910
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
55911
 GCONFTOOL = @GCONFTOOL@
 
55912
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
55913
@@ -153,6 +154,7 @@
 
55914
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
55915
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
55916
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
55917
+LD = @LD@
 
55918
 LDFLAGS = @LDFLAGS@
 
55919
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
55920
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
55921
@@ -161,6 +163,7 @@
 
55922
 LIBOBJS = @LIBOBJS@
 
55923
 LIBS = @LIBS@
 
55924
 LIBTOOL = @LIBTOOL@
 
55925
+LIPO = @LIPO@
 
55926
 LIRC_LIBS = @LIRC_LIBS@
 
55927
 LN_S = @LN_S@
 
55928
 LTLIBOBJS = @LTLIBOBJS@
 
55929
@@ -180,12 +183,15 @@
 
55930
 NAUTILUSDIR = @NAUTILUSDIR@
 
55931
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
55932
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
55933
+NM = @NM@
 
55934
 NMEDIT = @NMEDIT@
 
55935
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
55936
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
55937
 NVTV_LIBS = @NVTV_LIBS@
 
55938
 OBJEXT = @OBJEXT@
 
55939
 OMF_DIR = @OMF_DIR@
 
55940
+OTOOL = @OTOOL@
 
55941
+OTOOL64 = @OTOOL64@
 
55942
 PACKAGE = @PACKAGE@
 
55943
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
55944
 PACKAGE_NAME = @PACKAGE_NAME@
 
55945
@@ -247,7 +253,7 @@
 
55946
 abs_top_srcdir = @abs_top_srcdir@
 
55947
 ac_ct_CC = @ac_ct_CC@
 
55948
 ac_ct_CXX = @ac_ct_CXX@
 
55949
-ac_ct_F77 = @ac_ct_F77@
 
55950
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
55951
 am__include = @am__include@
 
55952
 am__leading_dot = @am__leading_dot@
 
55953
 am__quote = @am__quote@
 
55954
@@ -278,6 +284,7 @@
 
55955
 libexecdir = @libexecdir@
 
55956
 localedir = @localedir@
 
55957
 localstatedir = @localstatedir@
 
55958
+lt_ECHO = @lt_ECHO@
 
55959
 mandir = @mandir@
 
55960
 mkdir_p = @mkdir_p@
 
55961
 oldincludedir = @oldincludedir@
 
55962
@@ -294,7 +301,6 @@
 
55963
 srcdir = @srcdir@
 
55964
 sysconfdir = @sysconfdir@
 
55965
 target_alias = @target_alias@
 
55966
-top_build_prefix = @top_build_prefix@
 
55967
 top_builddir = @top_builddir@
 
55968
 top_srcdir = @top_srcdir@
 
55969
 icondir = $(datadir)/icons/hicolor/48x48/apps
 
55970
Index: totem-2.24.3/data/icons/Makefile.in
 
55971
===================================================================
 
55972
--- totem-2.24.3.orig/data/icons/Makefile.in    2008-10-26 15:40:46.000000000 +0100
 
55973
+++ totem-2.24.3/data/icons/Makefile.in 2008-10-30 19:06:36.000000000 +0100
 
55974
@@ -69,6 +69,8 @@
 
55975
 AUTOHEADER = @AUTOHEADER@
 
55976
 AUTOMAKE = @AUTOMAKE@
 
55977
 AWK = @AWK@
 
55978
+BBC_CFLAGS = @BBC_CFLAGS@
 
55979
+BBC_LIBS = @BBC_LIBS@
 
55980
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
55981
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
55982
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
55983
@@ -96,7 +98,7 @@
 
55984
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
55985
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
55986
 DSYMUTIL = @DSYMUTIL@
 
55987
-ECHO = @ECHO@
 
55988
+DUMPBIN = @DUMPBIN@
 
55989
 ECHO_C = @ECHO_C@
 
55990
 ECHO_N = @ECHO_N@
 
55991
 ECHO_T = @ECHO_T@
 
55992
@@ -104,8 +106,7 @@
 
55993
 EXEEXT = @EXEEXT@
 
55994
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
55995
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
55996
-F77 = @F77@
 
55997
-FFLAGS = @FFLAGS@
 
55998
+FGREP = @FGREP@
 
55999
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
56000
 GCONFTOOL = @GCONFTOOL@
 
56001
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
56002
@@ -155,6 +156,7 @@
 
56003
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
56004
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
56005
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
56006
+LD = @LD@
 
56007
 LDFLAGS = @LDFLAGS@
 
56008
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
56009
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
56010
@@ -163,6 +165,7 @@
 
56011
 LIBOBJS = @LIBOBJS@
 
56012
 LIBS = @LIBS@
 
56013
 LIBTOOL = @LIBTOOL@
 
56014
+LIPO = @LIPO@
 
56015
 LIRC_LIBS = @LIRC_LIBS@
 
56016
 LN_S = @LN_S@
 
56017
 LTLIBOBJS = @LTLIBOBJS@
 
56018
@@ -182,12 +185,15 @@
 
56019
 NAUTILUSDIR = @NAUTILUSDIR@
 
56020
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
56021
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
56022
+NM = @NM@
 
56023
 NMEDIT = @NMEDIT@
 
56024
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
56025
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
56026
 NVTV_LIBS = @NVTV_LIBS@
 
56027
 OBJEXT = @OBJEXT@
 
56028
 OMF_DIR = @OMF_DIR@
 
56029
+OTOOL = @OTOOL@
 
56030
+OTOOL64 = @OTOOL64@
 
56031
 PACKAGE = @PACKAGE@
 
56032
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
56033
 PACKAGE_NAME = @PACKAGE_NAME@
 
56034
@@ -249,7 +255,7 @@
 
56035
 abs_top_srcdir = @abs_top_srcdir@
 
56036
 ac_ct_CC = @ac_ct_CC@
 
56037
 ac_ct_CXX = @ac_ct_CXX@
 
56038
-ac_ct_F77 = @ac_ct_F77@
 
56039
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
56040
 am__include = @am__include@
 
56041
 am__leading_dot = @am__leading_dot@
 
56042
 am__quote = @am__quote@
 
56043
@@ -280,6 +286,7 @@
 
56044
 libexecdir = @libexecdir@
 
56045
 localedir = @localedir@
 
56046
 localstatedir = @localstatedir@
 
56047
+lt_ECHO = @lt_ECHO@
 
56048
 mandir = @mandir@
 
56049
 mkdir_p = @mkdir_p@
 
56050
 oldincludedir = @oldincludedir@
 
56051
@@ -296,7 +303,6 @@
 
56052
 srcdir = @srcdir@
 
56053
 sysconfdir = @sysconfdir@
 
56054
 target_alias = @target_alias@
 
56055
-top_build_prefix = @top_build_prefix@
 
56056
 top_builddir = @top_builddir@
 
56057
 top_srcdir = @top_srcdir@
 
56058
 SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable
 
56059
Index: totem-2.24.3/data/icons/scalable/Makefile.in
 
56060
===================================================================
 
56061
--- totem-2.24.3.orig/data/icons/scalable/Makefile.in   2008-10-26 15:40:46.000000000 +0100
 
56062
+++ totem-2.24.3/data/icons/scalable/Makefile.in        2008-10-30 19:06:36.000000000 +0100
 
56063
@@ -67,6 +67,8 @@
 
56064
 AUTOHEADER = @AUTOHEADER@
 
56065
 AUTOMAKE = @AUTOMAKE@
 
56066
 AWK = @AWK@
 
56067
+BBC_CFLAGS = @BBC_CFLAGS@
 
56068
+BBC_LIBS = @BBC_LIBS@
 
56069
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
56070
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
56071
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
56072
@@ -94,7 +96,7 @@
 
56073
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
56074
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
56075
 DSYMUTIL = @DSYMUTIL@
 
56076
-ECHO = @ECHO@
 
56077
+DUMPBIN = @DUMPBIN@
 
56078
 ECHO_C = @ECHO_C@
 
56079
 ECHO_N = @ECHO_N@
 
56080
 ECHO_T = @ECHO_T@
 
56081
@@ -102,8 +104,7 @@
 
56082
 EXEEXT = @EXEEXT@
 
56083
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
56084
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
56085
-F77 = @F77@
 
56086
-FFLAGS = @FFLAGS@
 
56087
+FGREP = @FGREP@
 
56088
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
56089
 GCONFTOOL = @GCONFTOOL@
 
56090
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
56091
@@ -153,6 +154,7 @@
 
56092
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
56093
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
56094
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
56095
+LD = @LD@
 
56096
 LDFLAGS = @LDFLAGS@
 
56097
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
56098
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
56099
@@ -161,6 +163,7 @@
 
56100
 LIBOBJS = @LIBOBJS@
 
56101
 LIBS = @LIBS@
 
56102
 LIBTOOL = @LIBTOOL@
 
56103
+LIPO = @LIPO@
 
56104
 LIRC_LIBS = @LIRC_LIBS@
 
56105
 LN_S = @LN_S@
 
56106
 LTLIBOBJS = @LTLIBOBJS@
 
56107
@@ -180,12 +183,15 @@
 
56108
 NAUTILUSDIR = @NAUTILUSDIR@
 
56109
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
56110
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
56111
+NM = @NM@
 
56112
 NMEDIT = @NMEDIT@
 
56113
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
56114
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
56115
 NVTV_LIBS = @NVTV_LIBS@
 
56116
 OBJEXT = @OBJEXT@
 
56117
 OMF_DIR = @OMF_DIR@
 
56118
+OTOOL = @OTOOL@
 
56119
+OTOOL64 = @OTOOL64@
 
56120
 PACKAGE = @PACKAGE@
 
56121
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
56122
 PACKAGE_NAME = @PACKAGE_NAME@
 
56123
@@ -247,7 +253,7 @@
 
56124
 abs_top_srcdir = @abs_top_srcdir@
 
56125
 ac_ct_CC = @ac_ct_CC@
 
56126
 ac_ct_CXX = @ac_ct_CXX@
 
56127
-ac_ct_F77 = @ac_ct_F77@
 
56128
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
56129
 am__include = @am__include@
 
56130
 am__leading_dot = @am__leading_dot@
 
56131
 am__quote = @am__quote@
 
56132
@@ -278,6 +284,7 @@
 
56133
 libexecdir = @libexecdir@
 
56134
 localedir = @localedir@
 
56135
 localstatedir = @localstatedir@
 
56136
+lt_ECHO = @lt_ECHO@
 
56137
 mandir = @mandir@
 
56138
 mkdir_p = @mkdir_p@
 
56139
 oldincludedir = @oldincludedir@
 
56140
@@ -294,7 +301,6 @@
 
56141
 srcdir = @srcdir@
 
56142
 sysconfdir = @sysconfdir@
 
56143
 target_alias = @target_alias@
 
56144
-top_build_prefix = @top_build_prefix@
 
56145
 top_builddir = @top_builddir@
 
56146
 top_srcdir = @top_srcdir@
 
56147
 icondir = $(datadir)/icons/hicolor/scalable/apps
 
56148
Index: totem-2.24.3/data/Makefile.in
 
56149
===================================================================
 
56150
--- totem-2.24.3.orig/data/Makefile.in  2008-10-26 15:40:45.000000000 +0100
 
56151
+++ totem-2.24.3/data/Makefile.in       2008-10-30 19:06:36.000000000 +0100
 
56152
@@ -92,6 +92,8 @@
 
56153
 AUTOHEADER = @AUTOHEADER@
 
56154
 AUTOMAKE = @AUTOMAKE@
 
56155
 AWK = @AWK@
 
56156
+BBC_CFLAGS = @BBC_CFLAGS@
 
56157
+BBC_LIBS = @BBC_LIBS@
 
56158
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
56159
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
56160
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
56161
@@ -119,7 +121,7 @@
 
56162
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
56163
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
56164
 DSYMUTIL = @DSYMUTIL@
 
56165
-ECHO = @ECHO@
 
56166
+DUMPBIN = @DUMPBIN@
 
56167
 ECHO_C = @ECHO_C@
 
56168
 ECHO_N = @ECHO_N@
 
56169
 ECHO_T = @ECHO_T@
 
56170
@@ -127,8 +129,7 @@
 
56171
 EXEEXT = @EXEEXT@
 
56172
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
56173
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
56174
-F77 = @F77@
 
56175
-FFLAGS = @FFLAGS@
 
56176
+FGREP = @FGREP@
 
56177
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
56178
 GCONFTOOL = @GCONFTOOL@
 
56179
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
56180
@@ -178,6 +179,7 @@
 
56181
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
56182
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
56183
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
56184
+LD = @LD@
 
56185
 LDFLAGS = @LDFLAGS@
 
56186
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
56187
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
56188
@@ -186,6 +188,7 @@
 
56189
 LIBOBJS = @LIBOBJS@
 
56190
 LIBS = @LIBS@
 
56191
 LIBTOOL = @LIBTOOL@
 
56192
+LIPO = @LIPO@
 
56193
 LIRC_LIBS = @LIRC_LIBS@
 
56194
 LN_S = @LN_S@
 
56195
 LTLIBOBJS = @LTLIBOBJS@
 
56196
@@ -205,12 +208,15 @@
 
56197
 NAUTILUSDIR = @NAUTILUSDIR@
 
56198
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
56199
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
56200
+NM = @NM@
 
56201
 NMEDIT = @NMEDIT@
 
56202
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
56203
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
56204
 NVTV_LIBS = @NVTV_LIBS@
 
56205
 OBJEXT = @OBJEXT@
 
56206
 OMF_DIR = @OMF_DIR@
 
56207
+OTOOL = @OTOOL@
 
56208
+OTOOL64 = @OTOOL64@
 
56209
 PACKAGE = @PACKAGE@
 
56210
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
56211
 PACKAGE_NAME = @PACKAGE_NAME@
 
56212
@@ -272,7 +278,7 @@
 
56213
 abs_top_srcdir = @abs_top_srcdir@
 
56214
 ac_ct_CC = @ac_ct_CC@
 
56215
 ac_ct_CXX = @ac_ct_CXX@
 
56216
-ac_ct_F77 = @ac_ct_F77@
 
56217
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
56218
 am__include = @am__include@
 
56219
 am__leading_dot = @am__leading_dot@
 
56220
 am__quote = @am__quote@
 
56221
@@ -303,6 +309,7 @@
 
56222
 libexecdir = @libexecdir@
 
56223
 localedir = @localedir@
 
56224
 localstatedir = @localstatedir@
 
56225
+lt_ECHO = @lt_ECHO@
 
56226
 mandir = @mandir@
 
56227
 mkdir_p = @mkdir_p@
 
56228
 oldincludedir = @oldincludedir@
 
56229
@@ -319,7 +326,6 @@
 
56230
 srcdir = @srcdir@
 
56231
 sysconfdir = @sysconfdir@
 
56232
 target_alias = @target_alias@
 
56233
-top_build_prefix = @top_build_prefix@
 
56234
 top_builddir = @top_builddir@
 
56235
 top_srcdir = @top_srcdir@
 
56236
 SUBDIRS = icons
 
56237
Index: totem-2.24.3/help/bg/Makefile.in
 
56238
===================================================================
 
56239
--- totem-2.24.3.orig/help/bg/Makefile.in       2008-10-26 15:40:46.000000000 +0100
 
56240
+++ totem-2.24.3/help/bg/Makefile.in    2008-10-30 19:06:36.000000000 +0100
 
56241
@@ -122,6 +122,8 @@
 
56242
 AUTOHEADER = @AUTOHEADER@
 
56243
 AUTOMAKE = @AUTOMAKE@
 
56244
 AWK = @AWK@
 
56245
+BBC_CFLAGS = @BBC_CFLAGS@
 
56246
+BBC_LIBS = @BBC_LIBS@
 
56247
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
56248
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
56249
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
56250
@@ -149,7 +151,7 @@
 
56251
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
56252
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
56253
 DSYMUTIL = @DSYMUTIL@
 
56254
-ECHO = @ECHO@
 
56255
+DUMPBIN = @DUMPBIN@
 
56256
 ECHO_C = @ECHO_C@
 
56257
 ECHO_N = @ECHO_N@
 
56258
 ECHO_T = @ECHO_T@
 
56259
@@ -157,8 +159,7 @@
 
56260
 EXEEXT = @EXEEXT@
 
56261
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
56262
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
56263
-F77 = @F77@
 
56264
-FFLAGS = @FFLAGS@
 
56265
+FGREP = @FGREP@
 
56266
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
56267
 GCONFTOOL = @GCONFTOOL@
 
56268
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
56269
@@ -208,6 +209,7 @@
 
56270
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
56271
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
56272
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
56273
+LD = @LD@
 
56274
 LDFLAGS = @LDFLAGS@
 
56275
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
56276
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
56277
@@ -216,6 +218,7 @@
 
56278
 LIBOBJS = @LIBOBJS@
 
56279
 LIBS = @LIBS@
 
56280
 LIBTOOL = @LIBTOOL@
 
56281
+LIPO = @LIPO@
 
56282
 LIRC_LIBS = @LIRC_LIBS@
 
56283
 LN_S = @LN_S@
 
56284
 LTLIBOBJS = @LTLIBOBJS@
 
56285
@@ -235,12 +238,15 @@
 
56286
 NAUTILUSDIR = @NAUTILUSDIR@
 
56287
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
56288
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
56289
+NM = @NM@
 
56290
 NMEDIT = @NMEDIT@
 
56291
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
56292
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
56293
 NVTV_LIBS = @NVTV_LIBS@
 
56294
 OBJEXT = @OBJEXT@
 
56295
 OMF_DIR = @OMF_DIR@
 
56296
+OTOOL = @OTOOL@
 
56297
+OTOOL64 = @OTOOL64@
 
56298
 PACKAGE = @PACKAGE@
 
56299
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
56300
 PACKAGE_NAME = @PACKAGE_NAME@
 
56301
@@ -302,7 +308,7 @@
 
56302
 abs_top_srcdir = @abs_top_srcdir@
 
56303
 ac_ct_CC = @ac_ct_CC@
 
56304
 ac_ct_CXX = @ac_ct_CXX@
 
56305
-ac_ct_F77 = @ac_ct_F77@
 
56306
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
56307
 am__include = @am__include@
 
56308
 am__leading_dot = @am__leading_dot@
 
56309
 am__quote = @am__quote@
 
56310
@@ -338,6 +344,7 @@
 
56311
 libexecdir = @libexecdir@
 
56312
 localedir = @localedir@
 
56313
 localstatedir = @localstatedir@
 
56314
+lt_ECHO = @lt_ECHO@
 
56315
 mandir = @mandir@
 
56316
 mkdir_p = @mkdir_p@
 
56317
 oldincludedir = @oldincludedir@
 
56318
@@ -354,7 +361,6 @@
 
56319
 srcdir = @srcdir@
 
56320
 sysconfdir = @sysconfdir@
 
56321
 target_alias = @target_alias@
 
56322
-top_build_prefix = @top_build_prefix@
 
56323
 top_builddir = @top_builddir@
 
56324
 top_srcdir = @top_srcdir@
 
56325
 figdir = figures
 
56326
Index: totem-2.24.3/help/Makefile.in
 
56327
===================================================================
 
56328
--- totem-2.24.3.orig/help/Makefile.in  2008-10-26 15:40:46.000000000 +0100
 
56329
+++ totem-2.24.3/help/Makefile.in       2008-10-30 19:06:36.000000000 +0100
 
56330
@@ -94,6 +94,8 @@
 
56331
 AUTOHEADER = @AUTOHEADER@
 
56332
 AUTOMAKE = @AUTOMAKE@
 
56333
 AWK = @AWK@
 
56334
+BBC_CFLAGS = @BBC_CFLAGS@
 
56335
+BBC_LIBS = @BBC_LIBS@
 
56336
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
56337
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
56338
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
56339
@@ -121,7 +123,7 @@
 
56340
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
56341
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
56342
 DSYMUTIL = @DSYMUTIL@
 
56343
-ECHO = @ECHO@
 
56344
+DUMPBIN = @DUMPBIN@
 
56345
 ECHO_C = @ECHO_C@
 
56346
 ECHO_N = @ECHO_N@
 
56347
 ECHO_T = @ECHO_T@
 
56348
@@ -129,8 +131,7 @@
 
56349
 EXEEXT = @EXEEXT@
 
56350
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
56351
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
56352
-F77 = @F77@
 
56353
-FFLAGS = @FFLAGS@
 
56354
+FGREP = @FGREP@
 
56355
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
56356
 GCONFTOOL = @GCONFTOOL@
 
56357
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
56358
@@ -180,6 +181,7 @@
 
56359
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
56360
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
56361
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
56362
+LD = @LD@
 
56363
 LDFLAGS = @LDFLAGS@
 
56364
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
56365
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
56366
@@ -188,6 +190,7 @@
 
56367
 LIBOBJS = @LIBOBJS@
 
56368
 LIBS = @LIBS@
 
56369
 LIBTOOL = @LIBTOOL@
 
56370
+LIPO = @LIPO@
 
56371
 LIRC_LIBS = @LIRC_LIBS@
 
56372
 LN_S = @LN_S@
 
56373
 LTLIBOBJS = @LTLIBOBJS@
 
56374
@@ -207,12 +210,15 @@
 
56375
 NAUTILUSDIR = @NAUTILUSDIR@
 
56376
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
56377
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
56378
+NM = @NM@
 
56379
 NMEDIT = @NMEDIT@
 
56380
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
56381
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
56382
 NVTV_LIBS = @NVTV_LIBS@
 
56383
 OBJEXT = @OBJEXT@
 
56384
 OMF_DIR = @OMF_DIR@
 
56385
+OTOOL = @OTOOL@
 
56386
+OTOOL64 = @OTOOL64@
 
56387
 PACKAGE = @PACKAGE@
 
56388
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
56389
 PACKAGE_NAME = @PACKAGE_NAME@
 
56390
@@ -274,7 +280,7 @@
 
56391
 abs_top_srcdir = @abs_top_srcdir@
 
56392
 ac_ct_CC = @ac_ct_CC@
 
56393
 ac_ct_CXX = @ac_ct_CXX@
 
56394
-ac_ct_F77 = @ac_ct_F77@
 
56395
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
56396
 am__include = @am__include@
 
56397
 am__leading_dot = @am__leading_dot@
 
56398
 am__quote = @am__quote@
 
56399
@@ -305,6 +311,7 @@
 
56400
 libexecdir = @libexecdir@
 
56401
 localedir = @localedir@
 
56402
 localstatedir = @localstatedir@
 
56403
+lt_ECHO = @lt_ECHO@
 
56404
 mandir = @mandir@
 
56405
 mkdir_p = @mkdir_p@
 
56406
 oldincludedir = @oldincludedir@
 
56407
@@ -321,7 +328,6 @@
 
56408
 srcdir = @srcdir@
 
56409
 sysconfdir = @sysconfdir@
 
56410
 target_alias = @target_alias@
 
56411
-top_build_prefix = @top_build_prefix@
 
56412
 top_builddir = @top_builddir@
 
56413
 top_srcdir = @top_srcdir@
 
56414
 _clean_doc_header = $(if $(DOC_H_FILE),clean-doc-header)
 
56415
Index: totem-2.24.3/lib/Makefile.in
 
56416
===================================================================
 
56417
--- totem-2.24.3.orig/lib/Makefile.in   2008-10-26 15:40:46.000000000 +0100
 
56418
+++ totem-2.24.3/lib/Makefile.in        2008-10-30 19:06:36.000000000 +0100
 
56419
@@ -83,6 +83,8 @@
 
56420
 AUTOHEADER = @AUTOHEADER@
 
56421
 AUTOMAKE = @AUTOMAKE@
 
56422
 AWK = @AWK@
 
56423
+BBC_CFLAGS = @BBC_CFLAGS@
 
56424
+BBC_LIBS = @BBC_LIBS@
 
56425
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
56426
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
56427
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
56428
@@ -110,7 +112,7 @@
 
56429
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
56430
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
56431
 DSYMUTIL = @DSYMUTIL@
 
56432
-ECHO = @ECHO@
 
56433
+DUMPBIN = @DUMPBIN@
 
56434
 ECHO_C = @ECHO_C@
 
56435
 ECHO_N = @ECHO_N@
 
56436
 ECHO_T = @ECHO_T@
 
56437
@@ -118,8 +120,7 @@
 
56438
 EXEEXT = @EXEEXT@
 
56439
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
56440
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
56441
-F77 = @F77@
 
56442
-FFLAGS = @FFLAGS@
 
56443
+FGREP = @FGREP@
 
56444
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
56445
 GCONFTOOL = @GCONFTOOL@
 
56446
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
56447
@@ -169,6 +170,7 @@
 
56448
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
56449
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
56450
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
56451
+LD = @LD@
 
56452
 LDFLAGS = @LDFLAGS@
 
56453
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
56454
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
56455
@@ -177,6 +179,7 @@
 
56456
 LIBOBJS = @LIBOBJS@
 
56457
 LIBS = @LIBS@
 
56458
 LIBTOOL = @LIBTOOL@
 
56459
+LIPO = @LIPO@
 
56460
 LIRC_LIBS = @LIRC_LIBS@
 
56461
 LN_S = @LN_S@
 
56462
 LTLIBOBJS = @LTLIBOBJS@
 
56463
@@ -196,12 +199,15 @@
 
56464
 NAUTILUSDIR = @NAUTILUSDIR@
 
56465
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
56466
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
56467
+NM = @NM@
 
56468
 NMEDIT = @NMEDIT@
 
56469
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
56470
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
56471
 NVTV_LIBS = @NVTV_LIBS@
 
56472
 OBJEXT = @OBJEXT@
 
56473
 OMF_DIR = @OMF_DIR@
 
56474
+OTOOL = @OTOOL@
 
56475
+OTOOL64 = @OTOOL64@
 
56476
 PACKAGE = @PACKAGE@
 
56477
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
56478
 PACKAGE_NAME = @PACKAGE_NAME@
 
56479
@@ -263,7 +269,7 @@
 
56480
 abs_top_srcdir = @abs_top_srcdir@
 
56481
 ac_ct_CC = @ac_ct_CC@
 
56482
 ac_ct_CXX = @ac_ct_CXX@
 
56483
-ac_ct_F77 = @ac_ct_F77@
 
56484
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
56485
 am__include = @am__include@
 
56486
 am__leading_dot = @am__leading_dot@
 
56487
 am__quote = @am__quote@
 
56488
@@ -294,6 +300,7 @@
 
56489
 libexecdir = @libexecdir@
 
56490
 localedir = @localedir@
 
56491
 localstatedir = @localstatedir@
 
56492
+lt_ECHO = @lt_ECHO@
 
56493
 mandir = @mandir@
 
56494
 mkdir_p = @mkdir_p@
 
56495
 oldincludedir = @oldincludedir@
 
56496
@@ -310,7 +317,6 @@
 
56497
 srcdir = @srcdir@
 
56498
 sysconfdir = @sysconfdir@
 
56499
 target_alias = @target_alias@
 
56500
-top_build_prefix = @top_build_prefix@
 
56501
 top_builddir = @top_builddir@
 
56502
 top_srcdir = @top_srcdir@
 
56503
 noinst_LTLIBRARIES = \
 
56504
Index: totem-2.24.3/ltmain.sh
 
56505
===================================================================
 
56506
--- totem-2.24.3.orig/ltmain.sh 2008-01-30 21:27:02.000000000 +0100
 
56507
+++ totem-2.24.3/ltmain.sh      2008-10-30 19:06:19.000000000 +0100
 
56508
@@ -1,52 +1,83 @@
 
56509
-# ltmain.sh - Provide generalized library-building support services.
 
56510
-# NOTE: Changing this file will not affect anything until you rerun configure.
 
56511
-#
 
56512
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006,
 
56513
-# 2007  Free Software Foundation, Inc.
 
56514
-# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
 
56515
-#
 
56516
-# This program is free software; you can redistribute it and/or modify
 
56517
+# Generated from ltmain.m4sh.
 
56518
+
 
56519
+# ltmain.sh (GNU libtool) 2.2.4
 
56520
+# Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
 
56521
+
 
56522
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc.
 
56523
+# This is free software; see the source for copying conditions.  There is NO
 
56524
+# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
56525
+
 
56526
+# GNU Libtool is free software; you can redistribute it and/or modify
 
56527
 # it under the terms of the GNU General Public License as published by
 
56528
 # the Free Software Foundation; either version 2 of the License, or
 
56529
 # (at your option) any later version.
 
56530
 #
 
56531
-# This program is distributed in the hope that it will be useful, but
 
56532
+# As a special exception to the GNU General Public License,
 
56533
+# if you distribute this file as part of a program or library that
 
56534
+# is built using GNU Libtool, you may include this file under the
 
56535
+# same distribution terms that you use for the rest of that program.
 
56536
+#
 
56537
+# GNU Libtool is distributed in the hope that it will be useful, but
 
56538
 # WITHOUT ANY WARRANTY; without even the implied warranty of
 
56539
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
56540
 # General Public License for more details.
 
56541
 #
 
56542
 # You should have received a copy of the GNU General Public License
 
56543
-# along with this program; if not, write to the Free Software
 
56544
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
56545
-#
 
56546
-# As a special exception to the GNU General Public License, if you
 
56547
-# distribute this file as part of a program that contains a
 
56548
-# configuration script generated by Autoconf, you may include it under
 
56549
-# the same distribution terms that you use for the rest of that program.
 
56550
-
 
56551
-basename="s,^.*/,,g"
 
56552
-
 
56553
-# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
 
56554
-# is ksh but when the shell is invoked as "sh" and the current value of
 
56555
-# the _XPG environment variable is not equal to 1 (one), the special
 
56556
-# positional parameter $0, within a function call, is the name of the
 
56557
-# function.
 
56558
-progpath="$0"
 
56559
-
 
56560
-# The name of this program:
 
56561
-progname=`echo "$progpath" | $SED $basename`
 
56562
-modename="$progname"
 
56563
+# along with GNU Libtool; see the file COPYING.  If not, a copy
 
56564
+# can be downloaded from http://www.gnu.org/licenses/gpl.html,
 
56565
+# or obtained by writing to the Free Software Foundation, Inc.,
 
56566
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
56567
 
 
56568
-# Global variables:
 
56569
-EXIT_SUCCESS=0
 
56570
-EXIT_FAILURE=1
 
56571
+# Usage: $progname [OPTION]... [MODE-ARG]...
 
56572
+#
 
56573
+# Provide generalized library-building support services.
 
56574
+#
 
56575
+#     --config             show all configuration variables
 
56576
+#     --debug              enable verbose shell tracing
 
56577
+# -n, --dry-run            display commands without modifying any files
 
56578
+#     --features           display basic configuration information and exit
 
56579
+#     --mode=MODE          use operation mode MODE
 
56580
+#     --preserve-dup-deps  don't remove duplicate dependency libraries
 
56581
+#     --quiet, --silent    don't print informational messages
 
56582
+#     --tag=TAG            use configuration variables from tag TAG
 
56583
+# -v, --verbose            print informational messages (default)
 
56584
+#     --version            print version information
 
56585
+# -h, --help               print short or long help message
 
56586
+#
 
56587
+# MODE must be one of the following:
 
56588
+#
 
56589
+#       clean              remove files from the build directory
 
56590
+#       compile            compile a source file into a libtool object
 
56591
+#       execute            automatically set library path, then run a program
 
56592
+#       finish             complete the installation of libtool libraries
 
56593
+#       install            install libraries or executables
 
56594
+#       link               create a library or an executable
 
56595
+#       uninstall          remove libraries from an installed directory
 
56596
+#
 
56597
+# MODE-ARGS vary depending on the MODE.
 
56598
+# Try `$progname --help --mode=MODE' for a more detailed description of MODE.
 
56599
+#
 
56600
+# When reporting a bug, please describe a test case to reproduce it and
 
56601
+# include the following information:
 
56602
+#
 
56603
+#       host-triplet:  $host
 
56604
+#       shell:         $SHELL
 
56605
+#       compiler:              $LTCC
 
56606
+#       compiler flags:                $LTCFLAGS
 
56607
+#       linker:                $LD (gnu? $with_gnu_ld)
 
56608
+#       $progname:             (GNU libtool) 2.2.4 Debian-2.2.4-0ubuntu4
 
56609
+#       automake:              $automake_version
 
56610
+#       autoconf:              $autoconf_version
 
56611
+#
 
56612
+# Report bugs to <bug-libtool@gnu.org>.
 
56613
 
 
56614
 PROGRAM=ltmain.sh
 
56615
 PACKAGE=libtool
 
56616
-VERSION=1.5.24
 
56617
-TIMESTAMP=" (1.1220.2.456 2007/06/24 02:25:32)"
 
56618
+VERSION="2.2.4 Debian-2.2.4-0ubuntu4"
 
56619
+TIMESTAMP=""
 
56620
+package_revision=1.2976
 
56621
 
 
56622
-# Be Bourne compatible (taken from Autoconf:_AS_BOURNE_COMPATIBLE).
 
56623
+# Be Bourne compatible
 
56624
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
56625
   emulate sh
 
56626
   NULLCMD=:
 
56627
@@ -60,98 +91,261 @@
 
56628
 BIN_SH=xpg4; export BIN_SH # for Tru64
 
56629
 DUALCASE=1; export DUALCASE # for MKS sh
 
56630
 
 
56631
-# Check that we have a working $echo.
 
56632
-if test "X$1" = X--no-reexec; then
 
56633
-  # Discard the --no-reexec flag, and continue.
 
56634
-  shift
 
56635
-elif test "X$1" = X--fallback-echo; then
 
56636
-  # Avoid inline document here, it may be left over
 
56637
-  :
 
56638
-elif test "X`($echo '\t') 2>/dev/null`" = 'X\t'; then
 
56639
-  # Yippee, $echo works!
 
56640
-  :
 
56641
-else
 
56642
-  # Restart under the correct shell, and then maybe $echo will work.
 
56643
-  exec $SHELL "$progpath" --no-reexec ${1+"$@"}
 
56644
-fi
 
56645
-
 
56646
-if test "X$1" = X--fallback-echo; then
 
56647
-  # used as fallback echo
 
56648
-  shift
 
56649
-  cat <<EOF
 
56650
-$*
 
56651
-EOF
 
56652
-  exit $EXIT_SUCCESS
 
56653
-fi
 
56654
-
 
56655
-default_mode=
 
56656
-help="Try \`$progname --help' for more information."
 
56657
-magic="%%%MAGIC variable%%%"
 
56658
-mkdir="mkdir"
 
56659
-mv="mv -f"
 
56660
-rm="rm -f"
 
56661
-
 
56662
-# Sed substitution that helps us do robust quoting.  It backslashifies
 
56663
-# metacharacters that are still active within double-quoted strings.
 
56664
-Xsed="${SED}"' -e 1s/^X//'
 
56665
-sed_quote_subst='s/\([\\`\\"$\\\\]\)/\\\1/g'
 
56666
-# test EBCDIC or ASCII
 
56667
-case `echo X|tr X '\101'` in
 
56668
- A) # ASCII based system
 
56669
-    # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
 
56670
-  SP2NL='tr \040 \012'
 
56671
-  NL2SP='tr \015\012 \040\040'
 
56672
-  ;;
 
56673
- *) # EBCDIC based system
 
56674
-  SP2NL='tr \100 \n'
 
56675
-  NL2SP='tr \r\n \100\100'
 
56676
-  ;;
 
56677
-esac
 
56678
-
 
56679
-# NLS nuisances.
 
56680
+# NLS nuisances: We save the old values to restore during execute mode.
 
56681
 # Only set LANG and LC_ALL to C if already set.
 
56682
 # These must not be set unconditionally because not all systems understand
 
56683
 # e.g. LANG=C (notably SCO).
 
56684
-# We save the old values to restore during execute mode.
 
56685
-for lt_var in LANG LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
 
56686
+lt_user_locale=
 
56687
+lt_safe_locale=
 
56688
+for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
 
56689
 do
 
56690
   eval "if test \"\${$lt_var+set}\" = set; then
 
56691
          save_$lt_var=\$$lt_var
 
56692
          $lt_var=C
 
56693
          export $lt_var
 
56694
+         lt_user_locale=\"$lt_var=\\\$save_\$lt_var; \$lt_user_locale\"
 
56695
+         lt_safe_locale=\"$lt_var=C; \$lt_safe_locale\"
 
56696
        fi"
 
56697
 done
 
56698
 
 
56699
+$lt_unset CDPATH
 
56700
+
 
56701
+
 
56702
+
 
56703
+
 
56704
+
 
56705
+: ${CP="cp -f"}
 
56706
+: ${ECHO="echo"}
 
56707
+: ${EGREP="/bin/grep -E"}
 
56708
+: ${FGREP="/bin/grep -F"}
 
56709
+: ${GREP="/bin/grep"}
 
56710
+: ${LN_S="ln -s"}
 
56711
+: ${MAKE="make"}
 
56712
+: ${MKDIR="mkdir"}
 
56713
+: ${MV="mv -f"}
 
56714
+: ${RM="rm -f"}
 
56715
+: ${SED="/bin/sed"}
 
56716
+: ${SHELL="${CONFIG_SHELL-/bin/sh}"}
 
56717
+: ${Xsed="$SED -e 1s/^X//"}
 
56718
+
 
56719
+# Global variables:
 
56720
+EXIT_SUCCESS=0
 
56721
+EXIT_FAILURE=1
 
56722
+EXIT_MISMATCH=63  # $? = 63 is used to indicate version mismatch to missing.
 
56723
+EXIT_SKIP=77     # $? = 77 is used to indicate a skipped test to automake.
 
56724
+
 
56725
+exit_status=$EXIT_SUCCESS
 
56726
+
 
56727
 # Make sure IFS has a sensible default
 
56728
 lt_nl='
 
56729
 '
 
56730
 IFS="  $lt_nl"
 
56731
 
 
56732
-if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then
 
56733
-  $echo "$modename: not configured to build any kind of library" 1>&2
 
56734
-  $echo "Fatal configuration error.  See the $PACKAGE docs for more information." 1>&2
 
56735
+dirname="s,/[^/]*$,,"
 
56736
+basename="s,^.*/,,"
 
56737
+
 
56738
+# func_dirname_and_basename file append nondir_replacement
 
56739
+# perform func_basename and func_dirname in a single function
 
56740
+# call:
 
56741
+#   dirname:  Compute the dirname of FILE.  If nonempty,
 
56742
+#             add APPEND to the result, otherwise set result
 
56743
+#             to NONDIR_REPLACEMENT.
 
56744
+#             value returned in "$func_dirname_result"
 
56745
+#   basename: Compute filename of FILE.
 
56746
+#             value retuned in "$func_basename_result"
 
56747
+# Implementation must be kept synchronized with func_dirname
 
56748
+# and func_basename. For efficiency, we do not delegate to
 
56749
+# those functions but instead duplicate the functionality here.
 
56750
+func_dirname_and_basename ()
 
56751
+{
 
56752
+  # Extract subdirectory from the argument.
 
56753
+  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
 
56754
+  if test "X$func_dirname_result" = "X${1}"; then
 
56755
+    func_dirname_result="${3}"
 
56756
+  else
 
56757
+    func_dirname_result="$func_dirname_result${2}"
 
56758
+  fi
 
56759
+  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
 
56760
+}
 
56761
+
 
56762
+# Generated shell functions inserted here.
 
56763
+
 
56764
+# Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
 
56765
+# is ksh but when the shell is invoked as "sh" and the current value of
 
56766
+# the _XPG environment variable is not equal to 1 (one), the special
 
56767
+# positional parameter $0, within a function call, is the name of the
 
56768
+# function.
 
56769
+progpath="$0"
 
56770
+
 
56771
+# The name of this program:
 
56772
+# In the unlikely event $progname began with a '-', it would play havoc with
 
56773
+# func_echo (imagine progname=-n), so we prepend ./ in that case:
 
56774
+func_dirname_and_basename "$progpath"
 
56775
+progname=$func_basename_result
 
56776
+case $progname in
 
56777
+  -*) progname=./$progname ;;
 
56778
+esac
 
56779
+
 
56780
+# Make sure we have an absolute path for reexecution:
 
56781
+case $progpath in
 
56782
+  [\\/]*|[A-Za-z]:\\*) ;;
 
56783
+  *[\\/]*)
 
56784
+     progdir=$func_dirname_result
 
56785
+     progdir=`cd "$progdir" && pwd`
 
56786
+     progpath="$progdir/$progname"
 
56787
+     ;;
 
56788
+  *)
 
56789
+     save_IFS="$IFS"
 
56790
+     IFS=:
 
56791
+     for progdir in $PATH; do
 
56792
+       IFS="$save_IFS"
 
56793
+       test -x "$progdir/$progname" && break
 
56794
+     done
 
56795
+     IFS="$save_IFS"
 
56796
+     test -n "$progdir" || progdir=`pwd`
 
56797
+     progpath="$progdir/$progname"
 
56798
+     ;;
 
56799
+esac
 
56800
+
 
56801
+# Sed substitution that helps us do robust quoting.  It backslashifies
 
56802
+# metacharacters that are still active within double-quoted strings.
 
56803
+Xsed="${SED}"' -e 1s/^X//'
 
56804
+sed_quote_subst='s/\([`"$\\]\)/\\\1/g'
 
56805
+
 
56806
+# Same as above, but do not quote variable references.
 
56807
+double_quote_subst='s/\(["`\\]\)/\\\1/g'
 
56808
+
 
56809
+# Re-`\' parameter expansions in output of double_quote_subst that were
 
56810
+# `\'-ed in input to the same.  If an odd number of `\' preceded a '$'
 
56811
+# in input to double_quote_subst, that '$' was protected from expansion.
 
56812
+# Since each input `\' is now two `\'s, look for any number of runs of
 
56813
+# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
 
56814
+bs='\\'
 
56815
+bs2='\\\\'
 
56816
+bs4='\\\\\\\\'
 
56817
+dollar='\$'
 
56818
+sed_double_backslash="\
 
56819
+  s/$bs4/&\\
 
56820
+/g
 
56821
+  s/^$bs2$dollar/$bs&/
 
56822
+  s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g
 
56823
+  s/\n//g"
 
56824
+
 
56825
+# Standard options:
 
56826
+opt_dry_run=false
 
56827
+opt_help=false
 
56828
+opt_quiet=false
 
56829
+opt_verbose=false
 
56830
+opt_warning=:
 
56831
+
 
56832
+# func_echo arg...
 
56833
+# Echo program name prefixed message, along with the current mode
 
56834
+# name if it has been set yet.
 
56835
+func_echo ()
 
56836
+{
 
56837
+    $ECHO "$progname${mode+: }$mode: $*"
 
56838
+}
 
56839
+
 
56840
+# func_verbose arg...
 
56841
+# Echo program name prefixed message in verbose mode only.
 
56842
+func_verbose ()
 
56843
+{
 
56844
+    $opt_verbose && func_echo ${1+"$@"}
 
56845
+
 
56846
+    # A bug in bash halts the script if the last line of a function
 
56847
+    # fails when set -e is in force, so we need another command to
 
56848
+    # work around that:
 
56849
+    :
 
56850
+}
 
56851
+
 
56852
+# func_error arg...
 
56853
+# Echo program name prefixed message to standard error.
 
56854
+func_error ()
 
56855
+{
 
56856
+    $ECHO "$progname${mode+: }$mode: "${1+"$@"} 1>&2
 
56857
+}
 
56858
+
 
56859
+# func_warning arg...
 
56860
+# Echo program name prefixed warning message to standard error.
 
56861
+func_warning ()
 
56862
+{
 
56863
+    $opt_warning && $ECHO "$progname${mode+: }$mode: warning: "${1+"$@"} 1>&2
 
56864
+
 
56865
+    # bash bug again:
 
56866
+    :
 
56867
+}
 
56868
+
 
56869
+# func_fatal_error arg...
 
56870
+# Echo program name prefixed message to standard error, and exit.
 
56871
+func_fatal_error ()
 
56872
+{
 
56873
+    func_error ${1+"$@"}
 
56874
   exit $EXIT_FAILURE
 
56875
-fi
 
56876
+}
 
56877
 
 
56878
-# Global variables.
 
56879
-mode=$default_mode
 
56880
-nonopt=
 
56881
-prev=
 
56882
-prevopt=
 
56883
-run=
 
56884
-show="$echo"
 
56885
-show_help=
 
56886
-execute_dlfiles=
 
56887
-duplicate_deps=no
 
56888
-preserve_args=
 
56889
-lo2o="s/\\.lo\$/.${objext}/"
 
56890
-o2lo="s/\\.${objext}\$/.lo/"
 
56891
-extracted_archives=
 
56892
-extracted_serial=0
 
56893
+# func_fatal_help arg...
 
56894
+# Echo program name prefixed message to standard error, followed by
 
56895
+# a help hint, and exit.
 
56896
+func_fatal_help ()
 
56897
+{
 
56898
+    func_error ${1+"$@"}
 
56899
+    func_fatal_error "$help"
 
56900
+}
 
56901
+help="Try \`$progname --help' for more information."  ## default
 
56902
+
 
56903
+
 
56904
+# func_grep expression filename
 
56905
+# Check whether EXPRESSION matches any line of FILENAME, without output.
 
56906
+func_grep ()
 
56907
+{
 
56908
+    $GREP "$1" "$2" >/dev/null 2>&1
 
56909
+}
 
56910
+
 
56911
+
 
56912
+# func_mkdir_p directory-path
 
56913
+# Make sure the entire path to DIRECTORY-PATH is available.
 
56914
+func_mkdir_p ()
 
56915
+{
 
56916
+    my_directory_path="$1"
 
56917
+    my_dir_list=
 
56918
+
 
56919
+    if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then
 
56920
+
 
56921
+      # Protect directory names starting with `-'
 
56922
+      case $my_directory_path in
 
56923
+        -*) my_directory_path="./$my_directory_path" ;;
 
56924
+      esac
 
56925
+
 
56926
+      # While some portion of DIR does not yet exist...
 
56927
+      while test ! -d "$my_directory_path"; do
 
56928
+        # ...make a list in topmost first order.  Use a colon delimited
 
56929
+       # list incase some portion of path contains whitespace.
 
56930
+        my_dir_list="$my_directory_path:$my_dir_list"
 
56931
+
 
56932
+        # If the last portion added has no slash in it, the list is done
 
56933
+        case $my_directory_path in */*) ;; *) break ;; esac
 
56934
+
 
56935
+        # ...otherwise throw away the child directory and loop
 
56936
+        my_directory_path=`$ECHO "X$my_directory_path" | $Xsed -e "$dirname"`
 
56937
+      done
 
56938
+      my_dir_list=`$ECHO "X$my_dir_list" | $Xsed -e 's,:*$,,'`
 
56939
+
 
56940
+      save_mkdir_p_IFS="$IFS"; IFS=':'
 
56941
+      for my_dir in $my_dir_list; do
 
56942
+       IFS="$save_mkdir_p_IFS"
 
56943
+        # mkdir can fail with a `File exist' error if two processes
 
56944
+        # try to create one of the directories concurrently.  Don't
 
56945
+        # stop in that case!
 
56946
+        $MKDIR "$my_dir" 2>/dev/null || :
 
56947
+      done
 
56948
+      IFS="$save_mkdir_p_IFS"
 
56949
+
 
56950
+      # Bail out if we (or some other process) failed to create a directory.
 
56951
+      test -d "$my_directory_path" || \
 
56952
+        func_fatal_error "Failed to create \`$1'"
 
56953
+    fi
 
56954
+}
 
56955
 
 
56956
-#####################################
 
56957
-# Shell function definitions:
 
56958
-# This seems to be the best place for them
 
56959
 
 
56960
 # func_mktempdir [string]
 
56961
 # Make a temporary directory that won't clash with other running
 
56962
@@ -161,7 +355,7 @@
 
56963
 {
 
56964
     my_template="${TMPDIR-/tmp}/${1-$progname}"
 
56965
 
 
56966
-    if test "$run" = ":"; then
 
56967
+    if test "$opt_dry_run" = ":"; then
 
56968
       # Return a directory name, but don't create it in dry-run mode
 
56969
       my_tmpdir="${my_template}-$$"
 
56970
     else
 
56971
@@ -175,558 +369,812 @@
 
56972
 
 
56973
        save_mktempdir_umask=`umask`
 
56974
        umask 0077
 
56975
-       $mkdir "$my_tmpdir"
 
56976
+        $MKDIR "$my_tmpdir"
 
56977
        umask $save_mktempdir_umask
 
56978
       fi
 
56979
 
 
56980
       # If we're not in dry-run mode, bomb out on failure
 
56981
-      test -d "$my_tmpdir" || {
 
56982
-        $echo "cannot create temporary directory \`$my_tmpdir'" 1>&2
 
56983
-       exit $EXIT_FAILURE
 
56984
-      }
 
56985
+      test -d "$my_tmpdir" || \
 
56986
+        func_fatal_error "cannot create temporary directory \`$my_tmpdir'"
 
56987
     fi
 
56988
 
 
56989
-    $echo "X$my_tmpdir" | $Xsed
 
56990
+    $ECHO "X$my_tmpdir" | $Xsed
 
56991
 }
 
56992
 
 
56993
 
 
56994
-# func_win32_libid arg
 
56995
-# return the library type of file 'arg'
 
56996
-#
 
56997
-# Need a lot of goo to handle *both* DLLs and import libs
 
56998
-# Has to be a shell function in order to 'eat' the argument
 
56999
-# that is supplied when $file_magic_command is called.
 
57000
-func_win32_libid ()
 
57001
+# func_quote_for_eval arg
 
57002
+# Aesthetically quote ARG to be evaled later.
 
57003
+# This function returns two values: FUNC_QUOTE_FOR_EVAL_RESULT
 
57004
+# is double-quoted, suitable for a subsequent eval, whereas
 
57005
+# FUNC_QUOTE_FOR_EVAL_UNQUOTED_RESULT has merely all characters
 
57006
+# which are still active within double quotes backslashified.
 
57007
+func_quote_for_eval ()
 
57008
 {
 
57009
-  win32_libid_type="unknown"
 
57010
-  win32_fileres=`file -L $1 2>/dev/null`
 
57011
-  case $win32_fileres in
 
57012
-  *ar\ archive\ import\ library*) # definitely import
 
57013
-    win32_libid_type="x86 archive import"
 
57014
-    ;;
 
57015
-  *ar\ archive*) # could be an import, or static
 
57016
-    if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null | \
 
57017
-      $EGREP -e 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then
 
57018
-      win32_nmres=`eval $NM -f posix -A $1 | \
 
57019
-       $SED -n -e '1,100{
 
57020
-               / I /{
 
57021
-                       s,.*,import,
 
57022
-                       p
 
57023
-                       q
 
57024
-                       }
 
57025
-               }'`
 
57026
-      case $win32_nmres in
 
57027
-      import*)  win32_libid_type="x86 archive import";;
 
57028
-      *)        win32_libid_type="x86 archive static";;
 
57029
-      esac
 
57030
-    fi
 
57031
-    ;;
 
57032
-  *DLL*)
 
57033
-    win32_libid_type="x86 DLL"
 
57034
-    ;;
 
57035
-  *executable*) # but shell scripts are "executable" too...
 
57036
-    case $win32_fileres in
 
57037
-    *MS\ Windows\ PE\ Intel*)
 
57038
-      win32_libid_type="x86 DLL"
 
57039
-      ;;
 
57040
+    case $1 in
 
57041
+      *[\\\`\"\$]*)
 
57042
+       func_quote_for_eval_unquoted_result=`$ECHO "X$1" | $Xsed -e "$sed_quote_subst"` ;;
 
57043
+      *)
 
57044
+        func_quote_for_eval_unquoted_result="$1" ;;
 
57045
     esac
 
57046
+
 
57047
+    case $func_quote_for_eval_unquoted_result in
 
57048
+      # Double-quote args containing shell metacharacters to delay
 
57049
+      # word splitting, command substitution and and variable
 
57050
+      # expansion for a subsequent eval.
 
57051
+      # Many Bourne shells cannot handle close brackets correctly
 
57052
+      # in scan sets, so we specify it separately.
 
57053
+      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \    ]*|*]*|"")
 
57054
+        func_quote_for_eval_result="\"$func_quote_for_eval_unquoted_result\""
 
57055
     ;;
 
57056
+      *)
 
57057
+        func_quote_for_eval_result="$func_quote_for_eval_unquoted_result"
 
57058
   esac
 
57059
-  $echo $win32_libid_type
 
57060
 }
 
57061
 
 
57062
 
 
57063
-# func_infer_tag arg
 
57064
-# Infer tagged configuration to use if any are available and
 
57065
-# if one wasn't chosen via the "--tag" command line option.
 
57066
-# Only attempt this if the compiler in the base compile
 
57067
-# command doesn't match the default compiler.
 
57068
-# arg is usually of the form 'gcc ...'
 
57069
-func_infer_tag ()
 
57070
+# func_quote_for_expand arg
 
57071
+# Aesthetically quote ARG to be evaled later; same as above,
 
57072
+# but do not quote variable references.
 
57073
+func_quote_for_expand ()
 
57074
 {
 
57075
-    if test -n "$available_tags" && test -z "$tagname"; then
 
57076
-      CC_quoted=
 
57077
-      for arg in $CC; do
 
57078
-       case $arg in
 
57079
-         *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
 
57080
-         arg="\"$arg\""
 
57081
-         ;;
 
57082
-       esac
 
57083
-       CC_quoted="$CC_quoted $arg"
 
57084
-      done
 
57085
-      case $@ in
 
57086
-      # Blanks in the command may have been stripped by the calling shell,
 
57087
-      # but not from the CC environment variable when configure was run.
 
57088
-      " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*) ;;
 
57089
-      # Blanks at the start of $base_compile will cause this to fail
 
57090
-      # if we don't check for them as well.
 
57091
+    case $1 in
 
57092
+      *[\\\`\"]*)
 
57093
+       my_arg=`$ECHO "X$1" | $Xsed \
 
57094
+           -e "$double_quote_subst" -e "$sed_double_backslash"` ;;
 
57095
       *)
 
57096
-       for z in $available_tags; do
 
57097
-         if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
 
57098
-           # Evaluate the configuration.
 
57099
-           eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
 
57100
-           CC_quoted=
 
57101
-           for arg in $CC; do
 
57102
-           # Double-quote args containing other shell metacharacters.
 
57103
-           case $arg in
 
57104
-             *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \     ]*|*]*|"")
 
57105
-             arg="\"$arg\""
 
57106
-             ;;
 
57107
+        my_arg="$1" ;;
 
57108
            esac
 
57109
-           CC_quoted="$CC_quoted $arg"
 
57110
-         done
 
57111
-           case "$@ " in
 
57112
-             " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$echo $CC_quoted` "* | "`$echo $CC_quoted` "*)
 
57113
-             # The compiler in the base compile command matches
 
57114
-             # the one in the tagged configuration.
 
57115
-             # Assume this is the tagged configuration we want.
 
57116
-             tagname=$z
 
57117
-             break
 
57118
+
 
57119
+    case $my_arg in
 
57120
+      # Double-quote args containing shell metacharacters to delay
 
57121
+      # word splitting and command substitution for a subsequent eval.
 
57122
+      # Many Bourne shells cannot handle close brackets correctly
 
57123
+      # in scan sets, so we specify it separately.
 
57124
+      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \    ]*|*]*|"")
 
57125
+        my_arg="\"$my_arg\""
 
57126
              ;;
 
57127
            esac
 
57128
+
 
57129
+    func_quote_for_expand_result="$my_arg"
 
57130
+}
 
57131
+
 
57132
+
 
57133
+# func_show_eval cmd [fail_exp]
 
57134
+# Unless opt_silent is true, then output CMD.  Then, if opt_dryrun is
 
57135
+# not true, evaluate CMD.  If the evaluation of CMD fails, and FAIL_EXP
 
57136
+# is given, then evaluate it.
 
57137
+func_show_eval ()
 
57138
+{
 
57139
+    my_cmd="$1"
 
57140
+    my_fail_exp="${2-:}"
 
57141
+
 
57142
+    ${opt_silent-false} || {
 
57143
+      func_quote_for_expand "$my_cmd"
 
57144
+      eval "func_echo $func_quote_for_expand_result"
 
57145
+    }
 
57146
+
 
57147
+    if ${opt_dry_run-false}; then :; else
 
57148
+      eval "$my_cmd"
 
57149
+      my_status=$?
 
57150
+      if test "$my_status" -eq 0; then :; else
 
57151
+       eval "(exit $my_status); $my_fail_exp"
 
57152
          fi
 
57153
-       done
 
57154
-       # If $tagname still isn't set, then no tagged configuration
 
57155
-       # was found and let the user know that the "--tag" command
 
57156
-       # line option must be used.
 
57157
-       if test -z "$tagname"; then
 
57158
-         $echo "$modename: unable to infer tagged configuration"
 
57159
-         $echo "$modename: specify a tag with \`--tag'" 1>&2
 
57160
-         exit $EXIT_FAILURE
 
57161
-#        else
 
57162
-#          $echo "$modename: using $tagname tagged configuration"
 
57163
-       fi
 
57164
-       ;;
 
57165
-      esac
 
57166
     fi
 
57167
 }
 
57168
 
 
57169
 
 
57170
-# func_extract_an_archive dir oldlib
 
57171
-func_extract_an_archive ()
 
57172
+# func_show_eval_locale cmd [fail_exp]
 
57173
+# Unless opt_silent is true, then output CMD.  Then, if opt_dryrun is
 
57174
+# not true, evaluate CMD.  If the evaluation of CMD fails, and FAIL_EXP
 
57175
+# is given, then evaluate it.  Use the saved locale for evaluation.
 
57176
+func_show_eval_locale ()
 
57177
 {
 
57178
-    f_ex_an_ar_dir="$1"; shift
 
57179
-    f_ex_an_ar_oldlib="$1"
 
57180
+    my_cmd="$1"
 
57181
+    my_fail_exp="${2-:}"
 
57182
 
 
57183
-    $show "(cd $f_ex_an_ar_dir && $AR x $f_ex_an_ar_oldlib)"
 
57184
-    $run eval "(cd \$f_ex_an_ar_dir && $AR x \$f_ex_an_ar_oldlib)" || exit $?
 
57185
-    if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
 
57186
-     :
 
57187
-    else
 
57188
-      $echo "$modename: ERROR: object name conflicts: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib" 1>&2
 
57189
-      exit $EXIT_FAILURE
 
57190
+    ${opt_silent-false} || {
 
57191
+      func_quote_for_expand "$my_cmd"
 
57192
+      eval "func_echo $func_quote_for_expand_result"
 
57193
+    }
 
57194
+
 
57195
+    if ${opt_dry_run-false}; then :; else
 
57196
+      eval "$lt_user_locale
 
57197
+           $my_cmd"
 
57198
+      my_status=$?
 
57199
+      eval "$lt_safe_locale"
 
57200
+      if test "$my_status" -eq 0; then :; else
 
57201
+       eval "(exit $my_status); $my_fail_exp"
 
57202
+      fi
 
57203
     fi
 
57204
 }
 
57205
 
 
57206
-# func_extract_archives gentop oldlib ...
 
57207
-func_extract_archives ()
 
57208
+
 
57209
+
 
57210
+
 
57211
+
 
57212
+# func_version
 
57213
+# Echo version message to standard output and exit.
 
57214
+func_version ()
 
57215
 {
 
57216
-    my_gentop="$1"; shift
 
57217
-    my_oldlibs=${1+"$@"}
 
57218
-    my_oldobjs=""
 
57219
-    my_xlib=""
 
57220
-    my_xabs=""
 
57221
-    my_xdir=""
 
57222
-    my_status=""
 
57223
+    $SED -n '/^# '$PROGRAM' (GNU /,/# warranty; / {
 
57224
+        s/^# //
 
57225
+       s/^# *$//
 
57226
+        s/\((C)\)[ 0-9,-]*\( [1-9][0-9]*\)/\1\2/
 
57227
+        p
 
57228
+     }' < "$progpath"
 
57229
+     exit $?
 
57230
+}
 
57231
 
 
57232
-    $show "${rm}r $my_gentop"
 
57233
-    $run ${rm}r "$my_gentop"
 
57234
-    $show "$mkdir $my_gentop"
 
57235
-    $run $mkdir "$my_gentop"
 
57236
-    my_status=$?
 
57237
-    if test "$my_status" -ne 0 && test ! -d "$my_gentop"; then
 
57238
-      exit $my_status
 
57239
-    fi
 
57240
+# func_usage
 
57241
+# Echo short help message to standard output and exit.
 
57242
+func_usage ()
 
57243
+{
 
57244
+    $SED -n '/^# Usage:/,/# -h/ {
 
57245
+        s/^# //
 
57246
+       s/^# *$//
 
57247
+       s/\$progname/'$progname'/
 
57248
+       p
 
57249
+    }' < "$progpath"
 
57250
+    $ECHO
 
57251
+    $ECHO "run \`$progname --help | more' for full usage"
 
57252
+    exit $?
 
57253
+}
 
57254
 
 
57255
-    for my_xlib in $my_oldlibs; do
 
57256
-      # Extract the objects.
 
57257
-      case $my_xlib in
 
57258
-       [\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;;
 
57259
-       *) my_xabs=`pwd`"/$my_xlib" ;;
 
57260
-      esac
 
57261
-      my_xlib=`$echo "X$my_xlib" | $Xsed -e 's%^.*/%%'`
 
57262
-      my_xlib_u=$my_xlib
 
57263
-      while :; do
 
57264
-        case " $extracted_archives " in
 
57265
-       *" $my_xlib_u "*)
 
57266
-         extracted_serial=`expr $extracted_serial + 1`
 
57267
-         my_xlib_u=lt$extracted_serial-$my_xlib ;;
 
57268
-       *) break ;;
 
57269
-       esac
 
57270
-      done
 
57271
-      extracted_archives="$extracted_archives $my_xlib_u"
 
57272
-      my_xdir="$my_gentop/$my_xlib_u"
 
57273
+# func_help
 
57274
+# Echo long help message to standard output and exit.
 
57275
+func_help ()
 
57276
+{
 
57277
+    $SED -n '/^# Usage:/,/# Report bugs to/ {
 
57278
+        s/^# //
 
57279
+       s/^# *$//
 
57280
+       s*\$progname*'$progname'*
 
57281
+       s*\$host*'"$host"'*
 
57282
+       s*\$SHELL*'"$SHELL"'*
 
57283
+       s*\$LTCC*'"$LTCC"'*
 
57284
+       s*\$LTCFLAGS*'"$LTCFLAGS"'*
 
57285
+       s*\$LD*'"$LD"'*
 
57286
+       s/\$with_gnu_ld/'"$with_gnu_ld"'/
 
57287
+       s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/
 
57288
+       s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/
 
57289
+       p
 
57290
+     }' < "$progpath"
 
57291
+    exit $?
 
57292
+}
 
57293
 
 
57294
-      $show "${rm}r $my_xdir"
 
57295
-      $run ${rm}r "$my_xdir"
 
57296
-      $show "$mkdir $my_xdir"
 
57297
-      $run $mkdir "$my_xdir"
 
57298
-      exit_status=$?
 
57299
-      if test "$exit_status" -ne 0 && test ! -d "$my_xdir"; then
 
57300
-       exit $exit_status
 
57301
-      fi
 
57302
-      case $host in
 
57303
-      *-darwin*)
 
57304
-       $show "Extracting $my_xabs"
 
57305
-       # Do not bother doing anything if just a dry run
 
57306
-       if test -z "$run"; then
 
57307
-         darwin_orig_dir=`pwd`
 
57308
-         cd $my_xdir || exit $?
 
57309
-         darwin_archive=$my_xabs
 
57310
-         darwin_curdir=`pwd`
 
57311
-         darwin_base_archive=`$echo "X$darwin_archive" | $Xsed -e 's%^.*/%%'`
 
57312
-         darwin_arches=`lipo -info "$darwin_archive" 2>/dev/null | $EGREP Architectures 2>/dev/null`
 
57313
-         if test -n "$darwin_arches"; then 
 
57314
-           darwin_arches=`echo "$darwin_arches" | $SED -e 's/.*are://'`
 
57315
-           darwin_arch=
 
57316
-           $show "$darwin_base_archive has multiple architectures $darwin_arches"
 
57317
-           for darwin_arch in  $darwin_arches ; do
 
57318
-             mkdir -p "unfat-$$/${darwin_base_archive}-${darwin_arch}"
 
57319
-             lipo -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}"
 
57320
-             cd "unfat-$$/${darwin_base_archive}-${darwin_arch}"
 
57321
-             func_extract_an_archive "`pwd`" "${darwin_base_archive}"
 
57322
-             cd "$darwin_curdir"
 
57323
-             $rm "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}"
 
57324
-           done # $darwin_arches
 
57325
-      ## Okay now we have a bunch of thin objects, gotta fatten them up :)
 
57326
-           darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print| xargs basename | sort -u | $NL2SP`
 
57327
-           darwin_file=
 
57328
-           darwin_files=
 
57329
-           for darwin_file in $darwin_filelist; do
 
57330
-             darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
 
57331
-             lipo -create -output "$darwin_file" $darwin_files
 
57332
-           done # $darwin_filelist
 
57333
-           ${rm}r unfat-$$
 
57334
-           cd "$darwin_orig_dir"
 
57335
-         else
 
57336
-           cd "$darwin_orig_dir"
 
57337
-           func_extract_an_archive "$my_xdir" "$my_xabs"
 
57338
-         fi # $darwin_arches
 
57339
-       fi # $run
 
57340
-       ;;
 
57341
-      *)
 
57342
-        func_extract_an_archive "$my_xdir" "$my_xabs"
 
57343
-        ;;
 
57344
-      esac
 
57345
-      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
 
57346
-    done
 
57347
-    func_extract_archives_result="$my_oldobjs"
 
57348
+# func_missing_arg argname
 
57349
+# Echo program name prefixed message to standard error and set global
 
57350
+# exit_cmd.
 
57351
+func_missing_arg ()
 
57352
+{
 
57353
+    func_error "missing argument for $1"
 
57354
+    exit_cmd=exit
 
57355
 }
 
57356
-# End of Shell function definitions
 
57357
-#####################################
 
57358
 
 
57359
-# Darwin sucks
 
57360
-eval std_shrext=\"$shrext_cmds\"
 
57361
+exit_cmd=:
 
57362
 
 
57363
-disable_libs=no
 
57364
 
 
57365
-# Parse our command line options once, thoroughly.
 
57366
-while test "$#" -gt 0
 
57367
-do
 
57368
-  arg="$1"
 
57369
+
 
57370
+
 
57371
+
 
57372
+# Check that we have a working $ECHO.
 
57373
+if test "X$1" = X--no-reexec; then
 
57374
+  # Discard the --no-reexec flag, and continue.
 
57375
   shift
 
57376
+elif test "X$1" = X--fallback-echo; then
 
57377
+  # Avoid inline document here, it may be left over
 
57378
+  :
 
57379
+elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t'; then
 
57380
+  # Yippee, $ECHO works!
 
57381
+  :
 
57382
+else
 
57383
+  # Restart under the correct shell, and then maybe $ECHO will work.
 
57384
+  exec $SHELL "$progpath" --no-reexec ${1+"$@"}
 
57385
+fi
 
57386
 
 
57387
-  case $arg in
 
57388
-  -*=*) optarg=`$echo "X$arg" | $Xsed -e 's/[-_a-zA-Z0-9]*=//'` ;;
 
57389
-  *) optarg= ;;
 
57390
-  esac
 
57391
+if test "X$1" = X--fallback-echo; then
 
57392
+  # used as fallback echo
 
57393
+  shift
 
57394
+  cat <<EOF
 
57395
+$*
 
57396
+EOF
 
57397
+  exit $EXIT_SUCCESS
 
57398
+fi
 
57399
 
 
57400
-  # If the previous option needs an argument, assign it.
 
57401
-  if test -n "$prev"; then
 
57402
-    case $prev in
 
57403
-    execute_dlfiles)
 
57404
-      execute_dlfiles="$execute_dlfiles $arg"
 
57405
-      ;;
 
57406
-    tag)
 
57407
-      tagname="$arg"
 
57408
-      preserve_args="${preserve_args}=$arg"
 
57409
-
 
57410
-      # Check whether tagname contains only valid characters
 
57411
-      case $tagname in
 
57412
-      *[!-_A-Za-z0-9,/]*)
 
57413
-       $echo "$progname: invalid tag name: $tagname" 1>&2
 
57414
-       exit $EXIT_FAILURE
 
57415
-       ;;
 
57416
-      esac
 
57417
+magic="%%%MAGIC variable%%%"
 
57418
+magic_exe="%%%MAGIC EXE variable%%%"
 
57419
 
 
57420
-      case $tagname in
 
57421
-      CC)
 
57422
-       # Don't test for the "default" C tag, as we know, it's there, but
 
57423
-       # not specially marked.
 
57424
-       ;;
 
57425
-      *)
 
57426
-       if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "$progpath" > /dev/null; then
 
57427
-         taglist="$taglist $tagname"
 
57428
-         # Evaluate the configuration.
 
57429
-         eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$tagname'$/,/^# ### END LIBTOOL TAG CONFIG: '$tagname'$/p' < $progpath`"
 
57430
-       else
 
57431
-         $echo "$progname: ignoring unknown tag $tagname" 1>&2
 
57432
-       fi
 
57433
-       ;;
 
57434
-      esac
 
57435
-      ;;
 
57436
-    *)
 
57437
-      eval "$prev=\$arg"
 
57438
-      ;;
 
57439
-    esac
 
57440
+# Global variables.
 
57441
+# $mode is unset
 
57442
+nonopt=
 
57443
+execute_dlfiles=
 
57444
+preserve_args=
 
57445
+lo2o="s/\\.lo\$/.${objext}/"
 
57446
+o2lo="s/\\.${objext}\$/.lo/"
 
57447
+extracted_archives=
 
57448
+extracted_serial=0
 
57449
 
 
57450
-    prev=
 
57451
-    prevopt=
 
57452
-    continue
 
57453
-  fi
 
57454
+opt_dry_run=false
 
57455
+opt_duplicate_deps=false
 
57456
+opt_silent=false
 
57457
+opt_debug=:
 
57458
 
 
57459
-  # Have we seen a non-optional argument yet?
 
57460
-  case $arg in
 
57461
-  --help)
 
57462
-    show_help=yes
 
57463
-    ;;
 
57464
+# If this variable is set in any of the actions, the command in it
 
57465
+# will be execed at the end.  This prevents here-documents from being
 
57466
+# left over by shells.
 
57467
+exec_cmd=
 
57468
 
 
57469
-  --version)
 
57470
-    echo "\
 
57471
-$PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP
 
57472
-
 
57473
-Copyright (C) 2007  Free Software Foundation, Inc.
 
57474
-This is free software; see the source for copying conditions.  There is NO
 
57475
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
 
57476
-    exit $?
 
57477
-    ;;
 
57478
+# func_fatal_configuration arg...
 
57479
+# Echo program name prefixed message to standard error, followed by
 
57480
+# a configuration failure hint, and exit.
 
57481
+func_fatal_configuration ()
 
57482
+{
 
57483
+    func_error ${1+"$@"}
 
57484
+    func_error "See the $PACKAGE documentation for more information."
 
57485
+    func_fatal_error "Fatal configuration error."
 
57486
+}
 
57487
+
 
57488
+
 
57489
+# func_config
 
57490
+# Display the configuration for all the tags in this script.
 
57491
+func_config ()
 
57492
+{
 
57493
+    re_begincf='^# ### BEGIN LIBTOOL'
 
57494
+    re_endcf='^# ### END LIBTOOL'
 
57495
+
 
57496
+    # Default configuration.
 
57497
+    $SED "1,/$re_begincf CONFIG/d;/$re_endcf CONFIG/,\$d" < "$progpath"
 
57498
 
 
57499
-  --config)
 
57500
-    ${SED} -e '1,/^# ### BEGIN LIBTOOL CONFIG/d' -e '/^# ### END LIBTOOL CONFIG/,$d' $progpath
 
57501
     # Now print the configurations for the tags.
 
57502
     for tagname in $taglist; do
 
57503
-      ${SED} -n -e "/^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$/,/^# ### END LIBTOOL TAG CONFIG: $tagname$/p" < "$progpath"
 
57504
+      $SED -n "/$re_begincf TAG CONFIG: $tagname\$/,/$re_endcf TAG CONFIG: $tagname\$/p" < "$progpath"
 
57505
     done
 
57506
-    exit $?
 
57507
-    ;;
 
57508
-
 
57509
-  --debug)
 
57510
-    $echo "$progname: enabling shell trace mode"
 
57511
-    set -x
 
57512
-    preserve_args="$preserve_args $arg"
 
57513
-    ;;
 
57514
 
 
57515
-  --dry-run | -n)
 
57516
-    run=:
 
57517
-    ;;
 
57518
+    exit $?
 
57519
+}
 
57520
 
 
57521
-  --features)
 
57522
-    $echo "host: $host"
 
57523
+# func_features
 
57524
+# Display the features supported by this script.
 
57525
+func_features ()
 
57526
+{
 
57527
+    $ECHO "host: $host"
 
57528
     if test "$build_libtool_libs" = yes; then
 
57529
-      $echo "enable shared libraries"
 
57530
+      $ECHO "enable shared libraries"
 
57531
     else
 
57532
-      $echo "disable shared libraries"
 
57533
+      $ECHO "disable shared libraries"
 
57534
     fi
 
57535
     if test "$build_old_libs" = yes; then
 
57536
-      $echo "enable static libraries"
 
57537
+      $ECHO "enable static libraries"
 
57538
     else
 
57539
-      $echo "disable static libraries"
 
57540
+      $ECHO "disable static libraries"
 
57541
     fi
 
57542
+
 
57543
     exit $?
 
57544
-    ;;
 
57545
+}
 
57546
 
 
57547
-  --finish) mode="finish" ;;
 
57548
+# func_enable_tag tagname
 
57549
+# Verify that TAGNAME is valid, and either flag an error and exit, or
 
57550
+# enable the TAGNAME tag.  We also add TAGNAME to the global $taglist
 
57551
+# variable here.
 
57552
+func_enable_tag ()
 
57553
+{
 
57554
+  # Global variable:
 
57555
+  tagname="$1"
 
57556
 
 
57557
-  --mode) prevopt="--mode" prev=mode ;;
 
57558
-  --mode=*) mode="$optarg" ;;
 
57559
+  re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
 
57560
+  re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
 
57561
+  sed_extractcf="/$re_begincf/,/$re_endcf/p"
 
57562
+
 
57563
+  # Validate tagname.
 
57564
+  case $tagname in
 
57565
+    *[!-_A-Za-z0-9,/]*)
 
57566
+      func_fatal_error "invalid tag name: $tagname"
 
57567
+      ;;
 
57568
+  esac
 
57569
 
 
57570
-  --preserve-dup-deps) duplicate_deps="yes" ;;
 
57571
+  # Don't test for the "default" C tag, as we know it's
 
57572
+  # there but not specially marked.
 
57573
+  case $tagname in
 
57574
+    CC) ;;
 
57575
+    *)
 
57576
+      if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then
 
57577
+       taglist="$taglist $tagname"
 
57578
 
 
57579
-  --quiet | --silent)
 
57580
-    show=:
 
57581
-    preserve_args="$preserve_args $arg"
 
57582
+       # Evaluate the configuration.  Be careful to quote the path
 
57583
+       # and the sed script, to avoid splitting on whitespace, but
 
57584
+       # also don't use non-portable quotes within backquotes within
 
57585
+       # quotes we have to do it in 2 steps:
 
57586
+       extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
 
57587
+       eval "$extractedcf"
 
57588
+      else
 
57589
+       func_error "ignoring unknown tag $tagname"
 
57590
+      fi
 
57591
     ;;
 
57592
+  esac
 
57593
+}
 
57594
 
 
57595
-  --tag)
 
57596
-    prevopt="--tag"
 
57597
-    prev=tag
 
57598
-    preserve_args="$preserve_args --tag"
 
57599
+# Parse options once, thoroughly.  This comes as soon as possible in
 
57600
+# the script to make things like `libtool --version' happen quickly.
 
57601
+{
 
57602
+
 
57603
+  # Shorthand for --mode=foo, only valid as the first argument
 
57604
+  case $1 in
 
57605
+  clean|clea|cle|cl)
 
57606
+    shift; set dummy --mode clean ${1+"$@"}; shift
 
57607
     ;;
 
57608
-  --tag=*)
 
57609
-    set tag "$optarg" ${1+"$@"}
 
57610
-    shift
 
57611
-    prev=tag
 
57612
-    preserve_args="$preserve_args --tag"
 
57613
+  compile|compil|compi|comp|com|co|c)
 
57614
+    shift; set dummy --mode compile ${1+"$@"}; shift
 
57615
+    ;;
 
57616
+  execute|execut|execu|exec|exe|ex|e)
 
57617
+    shift; set dummy --mode execute ${1+"$@"}; shift
 
57618
+    ;;
 
57619
+  finish|finis|fini|fin|fi|f)
 
57620
+    shift; set dummy --mode finish ${1+"$@"}; shift
 
57621
+    ;;
 
57622
+  install|instal|insta|inst|ins|in|i)
 
57623
+    shift; set dummy --mode install ${1+"$@"}; shift
 
57624
+    ;;
 
57625
+  link|lin|li|l)
 
57626
+    shift; set dummy --mode link ${1+"$@"}; shift
 
57627
+    ;;
 
57628
+  uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u)
 
57629
+    shift; set dummy --mode uninstall ${1+"$@"}; shift
 
57630
     ;;
 
57631
+  esac
 
57632
+
 
57633
+  # Parse non-mode specific arguments:
 
57634
+  while test "$#" -gt 0; do
 
57635
+    opt="$1"
 
57636
+    shift
 
57637
+
 
57638
+    case $opt in
 
57639
+      --config)                func_config                                     ;;
 
57640
 
 
57641
-  -dlopen)
 
57642
-    prevopt="-dlopen"
 
57643
-    prev=execute_dlfiles
 
57644
+      --debug)         preserve_args="$preserve_args $opt"
 
57645
+                       func_echo "enabling shell trace mode"
 
57646
+                       opt_debug='set -x'
 
57647
+                       $opt_debug
 
57648
     ;;
 
57649
 
 
57650
-  -*)
 
57651
-    $echo "$modename: unrecognized option \`$arg'" 1>&2
 
57652
-    $echo "$help" 1>&2
 
57653
-    exit $EXIT_FAILURE
 
57654
+      -dlopen)         test "$#" -eq 0 && func_missing_arg "$opt" && break
 
57655
+                       execute_dlfiles="$execute_dlfiles $1"
 
57656
+                       shift
 
57657
     ;;
 
57658
 
 
57659
-  *)
 
57660
-    nonopt="$arg"
 
57661
+      --dry-run | -n)  opt_dry_run=:                                   ;;
 
57662
+      --features)       func_features                                  ;;
 
57663
+      --finish)                mode="finish"                                   ;;
 
57664
+
 
57665
+      --mode)          test "$#" -eq 0 && func_missing_arg "$opt" && break
 
57666
+                       case $1 in
 
57667
+                         # Valid mode arguments:
 
57668
+                         clean)        ;;
 
57669
+                         compile)      ;;
 
57670
+                         execute)      ;;
 
57671
+                         finish)       ;;
 
57672
+                         install)      ;;
 
57673
+                         link)         ;;
 
57674
+                         relink)       ;;
 
57675
+                         uninstall)    ;;
 
57676
+
 
57677
+                         # Catch anything else as an error
 
57678
+                         *) func_error "invalid argument for $opt"
 
57679
+                            exit_cmd=exit
 
57680
     break
 
57681
     ;;
 
57682
   esac
 
57683
-done
 
57684
 
 
57685
-if test -n "$prevopt"; then
 
57686
-  $echo "$modename: option \`$prevopt' requires an argument" 1>&2
 
57687
-  $echo "$help" 1>&2
 
57688
-  exit $EXIT_FAILURE
 
57689
-fi
 
57690
+                       mode="$1"
 
57691
+                       shift
 
57692
+                       ;;
 
57693
 
 
57694
-case $disable_libs in
 
57695
-no) 
 
57696
+      --preserve-dup-deps)
 
57697
+                       opt_duplicate_deps=:                            ;;
 
57698
+
 
57699
+      --quiet|--silent)        preserve_args="$preserve_args $opt"
 
57700
+                       opt_silent=:
 
57701
   ;;
 
57702
-shared)
 
57703
-  build_libtool_libs=no
 
57704
-  build_old_libs=yes
 
57705
+
 
57706
+      --verbose| -v)   preserve_args="$preserve_args $opt"
 
57707
+                       opt_silent=false
 
57708
   ;;
 
57709
-static)
 
57710
-  build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
 
57711
+
 
57712
+      --tag)           test "$#" -eq 0 && func_missing_arg "$opt" && break
 
57713
+                       preserve_args="$preserve_args $opt $1"
 
57714
+                       func_enable_tag "$1"    # tagname is set here
 
57715
+                       shift
 
57716
   ;;
 
57717
-esac
 
57718
 
 
57719
-# If this variable is set in any of the actions, the command in it
 
57720
-# will be execed at the end.  This prevents here-documents from being
 
57721
-# left over by shells.
 
57722
-exec_cmd=
 
57723
+      # Separate optargs to long options:
 
57724
+      -dlopen=*|--mode=*|--tag=*)
 
57725
+                       func_opt_split "$opt"
 
57726
+                       set dummy "$func_opt_split_opt" "$func_opt_split_arg" ${1+"$@"}
 
57727
+                       shift
 
57728
+                       ;;
 
57729
 
 
57730
-if test -z "$show_help"; then
 
57731
+      -\?|-h)          func_usage                                      ;;
 
57732
+      --help)          opt_help=:                                      ;;
 
57733
+      --version)       func_version                                    ;;
 
57734
 
 
57735
-  # Infer the operation mode.
 
57736
-  if test -z "$mode"; then
 
57737
-    $echo "*** Warning: inferring the mode of operation is deprecated." 1>&2
 
57738
-    $echo "*** Future versions of Libtool will require --mode=MODE be specified." 1>&2
 
57739
-    case $nonopt in
 
57740
-    *cc | cc* | *++ | gcc* | *-gcc* | g++* | xlc*)
 
57741
-      mode=link
 
57742
-      for arg
 
57743
-      do
 
57744
-       case $arg in
 
57745
-       -c)
 
57746
-          mode=compile
 
57747
+      -*)              func_fatal_help "unrecognized option \`$opt'"   ;;
 
57748
+
 
57749
+      *)               nonopt="$opt"
 
57750
           break
 
57751
           ;;
 
57752
        esac
 
57753
       done
 
57754
-      ;;
 
57755
-    *db | *dbx | *strace | *truss)
 
57756
-      mode=execute
 
57757
-      ;;
 
57758
-    *install*|cp|mv)
 
57759
-      mode=install
 
57760
-      ;;
 
57761
-    *rm)
 
57762
-      mode=uninstall
 
57763
+
 
57764
+
 
57765
+  case $host in
 
57766
+    *cygwin* | *mingw* | *pw32*)
 
57767
+      # don't eliminate duplications in $postdeps and $predeps
 
57768
+      opt_duplicate_compiler_generated_deps=:
 
57769
       ;;
 
57770
     *)
 
57771
-      # If we have no mode, but dlfiles were specified, then do execute mode.
 
57772
-      test -n "$execute_dlfiles" && mode=execute
 
57773
+      opt_duplicate_compiler_generated_deps=$opt_duplicate_deps
 
57774
+      ;;
 
57775
+  esac
 
57776
 
 
57777
-      # Just use the default operation mode.
 
57778
-      if test -z "$mode"; then
 
57779
-       if test -n "$nonopt"; then
 
57780
-         $echo "$modename: warning: cannot infer operation mode from \`$nonopt'" 1>&2
 
57781
-       else
 
57782
-         $echo "$modename: warning: cannot infer operation mode without MODE-ARGS" 1>&2
 
57783
+  # Having warned about all mis-specified options, bail out if
 
57784
+  # anything was wrong.
 
57785
+  $exit_cmd $EXIT_FAILURE
 
57786
+}
 
57787
+
 
57788
+# func_check_version_match
 
57789
+# Ensure that we are using m4 macros, and libtool script from the same
 
57790
+# release of libtool.
 
57791
+func_check_version_match ()
 
57792
+{
 
57793
+  if test "$package_revision" != "$macro_revision"; then
 
57794
+    if test "$VERSION" != "$macro_version"; then
 
57795
+      if test -z "$macro_version"; then
 
57796
+        cat >&2 <<_LT_EOF
 
57797
+$progname: Version mismatch error.  This is $PACKAGE $VERSION, but the
 
57798
+$progname: definition of this LT_INIT comes from an older release.
 
57799
+$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
 
57800
+$progname: and run autoconf again.
 
57801
+_LT_EOF
 
57802
+      else
 
57803
+        cat >&2 <<_LT_EOF
 
57804
+$progname: Version mismatch error.  This is $PACKAGE $VERSION, but the
 
57805
+$progname: definition of this LT_INIT comes from $PACKAGE $macro_version.
 
57806
+$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
 
57807
+$progname: and run autoconf again.
 
57808
+_LT_EOF
 
57809
+      fi
 
57810
+    else
 
57811
+      cat >&2 <<_LT_EOF
 
57812
+$progname: Version mismatch error.  This is $PACKAGE $VERSION, revision $package_revision,
 
57813
+$progname: but the definition of this LT_INIT comes from revision $macro_revision.
 
57814
+$progname: You should recreate aclocal.m4 with macros from revision $package_revision
 
57815
+$progname: of $PACKAGE $VERSION and run autoconf again.
 
57816
+_LT_EOF
 
57817
        fi
 
57818
+
 
57819
+    exit $EXIT_MISMATCH
 
57820
       fi
 
57821
-      ;;
 
57822
-    esac
 
57823
+}
 
57824
+
 
57825
+
 
57826
+## ----------- ##
 
57827
+##    Main.    ##
 
57828
+## ----------- ##
 
57829
+
 
57830
+$opt_help || {
 
57831
+  # Sanity checks first:
 
57832
+  func_check_version_match
 
57833
+
 
57834
+  if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then
 
57835
+    func_fatal_configuration "not configured to build any kind of library"
 
57836
   fi
 
57837
 
 
57838
+  test -z "$mode" && func_fatal_error "error: you must specify a MODE."
 
57839
+
 
57840
+
 
57841
+  # Darwin sucks
 
57842
+  eval std_shrext=\"$shrext_cmds\"
 
57843
+
 
57844
+
 
57845
   # Only execute mode is allowed to have -dlopen flags.
 
57846
   if test -n "$execute_dlfiles" && test "$mode" != execute; then
 
57847
-    $echo "$modename: unrecognized option \`-dlopen'" 1>&2
 
57848
-    $echo "$help" 1>&2
 
57849
+    func_error "unrecognized option \`-dlopen'"
 
57850
+    $ECHO "$help" 1>&2
 
57851
     exit $EXIT_FAILURE
 
57852
   fi
 
57853
 
 
57854
   # Change the help message to a mode-specific one.
 
57855
   generic_help="$help"
 
57856
-  help="Try \`$modename --help --mode=$mode' for more information."
 
57857
+  help="Try \`$progname --help --mode=$mode' for more information."
 
57858
+}
 
57859
 
 
57860
-  # These modes are in order of execution frequency so that they run quickly.
 
57861
-  case $mode in
 
57862
-  # libtool compile mode
 
57863
-  compile)
 
57864
-    modename="$modename: compile"
 
57865
-    # Get the compilation command and the source file.
 
57866
-    base_compile=
 
57867
-    srcfile="$nonopt"  #  always keep a non-empty value in "srcfile"
 
57868
-    suppress_opt=yes
 
57869
-    suppress_output=
 
57870
-    arg_mode=normal
 
57871
-    libobj=
 
57872
-    later=
 
57873
 
 
57874
-    for arg
 
57875
+# func_lalib_p file
 
57876
+# True iff FILE is a libtool `.la' library or `.lo' object file.
 
57877
+# This function is only a basic sanity check; it will hardly flush out
 
57878
+# determined imposters.
 
57879
+func_lalib_p ()
 
57880
+{
 
57881
+    $SED -e 4q "$1" 2>/dev/null \
 
57882
+      | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1
 
57883
+}
 
57884
+
 
57885
+# func_lalib_unsafe_p file
 
57886
+# True iff FILE is a libtool `.la' library or `.lo' object file.
 
57887
+# This function implements the same check as func_lalib_p without
 
57888
+# resorting to external programs.  To this end, it redirects stdin and
 
57889
+# closes it afterwards, without saving the original file descriptor.
 
57890
+# As a safety measure, use it only where a negative result would be
 
57891
+# fatal anyway.  Works if `file' does not exist.
 
57892
+func_lalib_unsafe_p ()
 
57893
+{
 
57894
+    lalib_p=no
 
57895
+    if test -r "$1" && exec 5<&0 <"$1"; then
 
57896
+       for lalib_p_l in 1 2 3 4
 
57897
     do
 
57898
-      case $arg_mode in
 
57899
-      arg  )
 
57900
-       # do not "continue".  Instead, add this to base_compile
 
57901
-       lastarg="$arg"
 
57902
-       arg_mode=normal
 
57903
-       ;;
 
57904
+           read lalib_p_line
 
57905
+           case "$lalib_p_line" in
 
57906
+               \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;;
 
57907
+           esac
 
57908
+       done
 
57909
+       exec 0<&5 5<&-
 
57910
+    fi
 
57911
+    test "$lalib_p" = yes
 
57912
+}
 
57913
 
 
57914
-      target )
 
57915
-       libobj="$arg"
 
57916
-       arg_mode=normal
 
57917
-       continue
 
57918
-       ;;
 
57919
+# func_ltwrapper_script_p file
 
57920
+# True iff FILE is a libtool wrapper script
 
57921
+# This function is only a basic sanity check; it will hardly flush out
 
57922
+# determined imposters.
 
57923
+func_ltwrapper_script_p ()
 
57924
+{
 
57925
+    func_lalib_p "$1"
 
57926
+}
 
57927
 
 
57928
-      normal )
 
57929
-       # Accept any command-line options.
 
57930
-       case $arg in
 
57931
-       -o)
 
57932
-         if test -n "$libobj" ; then
 
57933
-           $echo "$modename: you cannot specify \`-o' more than once" 1>&2
 
57934
-           exit $EXIT_FAILURE
 
57935
-         fi
 
57936
-         arg_mode=target
 
57937
-         continue
 
57938
-         ;;
 
57939
+# func_ltwrapper_executable_p file
 
57940
+# True iff FILE is a libtool wrapper executable
 
57941
+# This function is only a basic sanity check; it will hardly flush out
 
57942
+# determined imposters.
 
57943
+func_ltwrapper_executable_p ()
 
57944
+{
 
57945
+    func_ltwrapper_exec_suffix=
 
57946
+    case $1 in
 
57947
+    *.exe) ;;
 
57948
+    *) func_ltwrapper_exec_suffix=.exe ;;
 
57949
+    esac
 
57950
+    $GREP "$magic_exe" "$1$func_ltwrapper_exec_suffix" >/dev/null 2>&1
 
57951
+}
 
57952
 
 
57953
-       -static | -prefer-pic | -prefer-non-pic)
 
57954
-         later="$later $arg"
 
57955
-         continue
 
57956
-         ;;
 
57957
+# func_ltwrapper_scriptname file
 
57958
+# Assumes file is an ltwrapper_executable
 
57959
+# uses $file to determine the appropriate filename for a
 
57960
+# temporary ltwrapper_script.
 
57961
+func_ltwrapper_scriptname ()
 
57962
+{
 
57963
+    func_ltwrapper_scriptname_result=""
 
57964
+    if func_ltwrapper_executable_p "$1"; then
 
57965
+       func_dirname_and_basename "$1" "" "."
 
57966
+       func_stripname '' '.exe' "$func_basename_result"
 
57967
+       func_ltwrapper_scriptname_result="$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper"
 
57968
+    fi
 
57969
+}
 
57970
 
 
57971
-       -no-suppress)
 
57972
-         suppress_opt=no
 
57973
-         continue
 
57974
-         ;;
 
57975
+# func_ltwrapper_p file
 
57976
+# True iff FILE is a libtool wrapper script or wrapper executable
 
57977
+# This function is only a basic sanity check; it will hardly flush out
 
57978
+# determined imposters.
 
57979
+func_ltwrapper_p ()
 
57980
+{
 
57981
+    func_ltwrapper_script_p "$1" || func_ltwrapper_executable_p "$1"
 
57982
+}
 
57983
 
 
57984
-       -Xcompiler)
 
57985
-         arg_mode=arg  #  the next one goes into the "base_compile" arg list
 
57986
-         continue      #  The current "srcfile" will either be retained or
 
57987
-         ;;            #  replaced later.  I would guess that would be a bug.
 
57988
 
 
57989
-       -Wc,*)
 
57990
-         args=`$echo "X$arg" | $Xsed -e "s/^-Wc,//"`
 
57991
-         lastarg=
 
57992
-         save_ifs="$IFS"; IFS=','
 
57993
-         for arg in $args; do
 
57994
-           IFS="$save_ifs"
 
57995
+# func_execute_cmds commands fail_cmd
 
57996
+# Execute tilde-delimited COMMANDS.
 
57997
+# If FAIL_CMD is given, eval that upon failure.
 
57998
+# FAIL_CMD may read-access the current command in variable CMD!
 
57999
+func_execute_cmds ()
 
58000
+{
 
58001
+    $opt_debug
 
58002
+    save_ifs=$IFS; IFS='~'
 
58003
+    for cmd in $1; do
 
58004
+      IFS=$save_ifs
 
58005
+      eval cmd=\"$cmd\"
 
58006
+      func_show_eval "$cmd" "${2-:}"
 
58007
+    done
 
58008
+    IFS=$save_ifs
 
58009
+}
 
58010
 
 
58011
-           # Double-quote args containing other shell metacharacters.
 
58012
-           # Many Bourne shells cannot handle close brackets correctly
 
58013
-           # in scan sets, so we specify it separately.
 
58014
-           case $arg in
 
58015
-             *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \     ]*|*]*|"")
 
58016
-             arg="\"$arg\""
 
58017
-             ;;
 
58018
-           esac
 
58019
-           lastarg="$lastarg $arg"
 
58020
-         done
 
58021
-         IFS="$save_ifs"
 
58022
-         lastarg=`$echo "X$lastarg" | $Xsed -e "s/^ //"`
 
58023
 
 
58024
-         # Add the arguments to base_compile.
 
58025
+# func_source file
 
58026
+# Source FILE, adding directory component if necessary.
 
58027
+# Note that it is not necessary on cygwin/mingw to append a dot to
 
58028
+# FILE even if both FILE and FILE.exe exist: automatic-append-.exe
 
58029
+# behavior happens only for exec(3), not for open(2)!  Also, sourcing
 
58030
+# `FILE.' does not work on cygwin managed mounts.
 
58031
+func_source ()
 
58032
+{
 
58033
+    $opt_debug
 
58034
+    case $1 in
 
58035
+    */* | *\\*)        . "$1" ;;
 
58036
+    *)         . "./$1" ;;
 
58037
+    esac
 
58038
+}
 
58039
+
 
58040
+
 
58041
+# func_infer_tag arg
 
58042
+# Infer tagged configuration to use if any are available and
 
58043
+# if one wasn't chosen via the "--tag" command line option.
 
58044
+# Only attempt this if the compiler in the base compile
 
58045
+# command doesn't match the default compiler.
 
58046
+# arg is usually of the form 'gcc ...'
 
58047
+func_infer_tag ()
 
58048
+{
 
58049
+    $opt_debug
 
58050
+    if test -n "$available_tags" && test -z "$tagname"; then
 
58051
+      CC_quoted=
 
58052
+      for arg in $CC; do
 
58053
+        func_quote_for_eval "$arg"
 
58054
+       CC_quoted="$CC_quoted $func_quote_for_eval_result"
 
58055
+      done
 
58056
+      case $@ in
 
58057
+      # Blanks in the command may have been stripped by the calling shell,
 
58058
+      # but not from the CC environment variable when configure was run.
 
58059
+      " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) ;;
 
58060
+      # Blanks at the start of $base_compile will cause this to fail
 
58061
+      # if we don't check for them as well.
 
58062
+      *)
 
58063
+       for z in $available_tags; do
 
58064
+         if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
 
58065
+           # Evaluate the configuration.
 
58066
+           eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
 
58067
+           CC_quoted=
 
58068
+           for arg in $CC; do
 
58069
+             # Double-quote args containing other shell metacharacters.
 
58070
+             func_quote_for_eval "$arg"
 
58071
+             CC_quoted="$CC_quoted $func_quote_for_eval_result"
 
58072
+           done
 
58073
+           case "$@ " in
 
58074
+             " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*)
 
58075
+             # The compiler in the base compile command matches
 
58076
+             # the one in the tagged configuration.
 
58077
+             # Assume this is the tagged configuration we want.
 
58078
+             tagname=$z
 
58079
+             break
 
58080
+             ;;
 
58081
+           esac
 
58082
+         fi
 
58083
+       done
 
58084
+       # If $tagname still isn't set, then no tagged configuration
 
58085
+       # was found and let the user know that the "--tag" command
 
58086
+       # line option must be used.
 
58087
+       if test -z "$tagname"; then
 
58088
+         func_echo "unable to infer tagged configuration"
 
58089
+         func_fatal_error "specify a tag with \`--tag'"
 
58090
+#      else
 
58091
+#        func_verbose "using $tagname tagged configuration"
 
58092
+       fi
 
58093
+       ;;
 
58094
+      esac
 
58095
+    fi
 
58096
+}
 
58097
+
 
58098
+
 
58099
+
 
58100
+# func_write_libtool_object output_name pic_name nonpic_name
 
58101
+# Create a libtool object file (analogous to a ".la" file),
 
58102
+# but don't create it if we're doing a dry run.
 
58103
+func_write_libtool_object ()
 
58104
+{
 
58105
+    write_libobj=${1}
 
58106
+    if test "$build_libtool_libs" = yes; then
 
58107
+      write_lobj=\'${2}\'
 
58108
+    else
 
58109
+      write_lobj=none
 
58110
+    fi
 
58111
+
 
58112
+    if test "$build_old_libs" = yes; then
 
58113
+      write_oldobj=\'${3}\'
 
58114
+    else
 
58115
+      write_oldobj=none
 
58116
+    fi
 
58117
+
 
58118
+    $opt_dry_run || {
 
58119
+      cat >${write_libobj}T <<EOF
 
58120
+# $write_libobj - a libtool object file
 
58121
+# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
 
58122
+#
 
58123
+# Please DO NOT delete this file!
 
58124
+# It is necessary for linking the library.
 
58125
+
 
58126
+# Name of the PIC object.
 
58127
+pic_object=$write_lobj
 
58128
+
 
58129
+# Name of the non-PIC object
 
58130
+non_pic_object=$write_oldobj
 
58131
+
 
58132
+EOF
 
58133
+      $MV "${write_libobj}T" "${write_libobj}"
 
58134
+    }
 
58135
+}
 
58136
+
 
58137
+# func_mode_compile arg...
 
58138
+func_mode_compile ()
 
58139
+{
 
58140
+    $opt_debug
 
58141
+    # Get the compilation command and the source file.
 
58142
+    base_compile=
 
58143
+    srcfile="$nonopt"  #  always keep a non-empty value in "srcfile"
 
58144
+    suppress_opt=yes
 
58145
+    suppress_output=
 
58146
+    arg_mode=normal
 
58147
+    libobj=
 
58148
+    later=
 
58149
+    pie_flag=
 
58150
+
 
58151
+    for arg
 
58152
+    do
 
58153
+      case $arg_mode in
 
58154
+      arg  )
 
58155
+       # do not "continue".  Instead, add this to base_compile
 
58156
+       lastarg="$arg"
 
58157
+       arg_mode=normal
 
58158
+       ;;
 
58159
+
 
58160
+      target )
 
58161
+       libobj="$arg"
 
58162
+       arg_mode=normal
 
58163
+       continue
 
58164
+       ;;
 
58165
+
 
58166
+      normal )
 
58167
+       # Accept any command-line options.
 
58168
+       case $arg in
 
58169
+       -o)
 
58170
+         test -n "$libobj" && \
 
58171
+           func_fatal_error "you cannot specify \`-o' more than once"
 
58172
+         arg_mode=target
 
58173
+         continue
 
58174
+         ;;
 
58175
+
 
58176
+       -pie | -fpie | -fPIE)
 
58177
+          pie_flag="$pie_flag $arg"
 
58178
+         continue
 
58179
+         ;;
 
58180
+
 
58181
+       -shared | -static | -prefer-pic | -prefer-non-pic)
 
58182
+         later="$later $arg"
 
58183
+         continue
 
58184
+         ;;
 
58185
+
 
58186
+       -no-suppress)
 
58187
+         suppress_opt=no
 
58188
+         continue
 
58189
+         ;;
 
58190
+
 
58191
+       -Xcompiler)
 
58192
+         arg_mode=arg  #  the next one goes into the "base_compile" arg list
 
58193
+         continue      #  The current "srcfile" will either be retained or
 
58194
+         ;;            #  replaced later.  I would guess that would be a bug.
 
58195
+
 
58196
+       -Wc,*)
 
58197
+         func_stripname '-Wc,' '' "$arg"
 
58198
+         args=$func_stripname_result
 
58199
+         lastarg=
 
58200
+         save_ifs="$IFS"; IFS=','
 
58201
+         for arg in $args; do
 
58202
+           IFS="$save_ifs"
 
58203
+           func_quote_for_eval "$arg"
 
58204
+           lastarg="$lastarg $func_quote_for_eval_result"
 
58205
+         done
 
58206
+         IFS="$save_ifs"
 
58207
+         func_stripname ' ' '' "$lastarg"
 
58208
+         lastarg=$func_stripname_result
 
58209
+
 
58210
+         # Add the arguments to base_compile.
 
58211
          base_compile="$base_compile $lastarg"
 
58212
          continue
 
58213
          ;;
 
58214
 
 
58215
-       * )
 
58216
+       *)
 
58217
          # Accept the current argument as the source file.
 
58218
          # The previous "srcfile" becomes the current argument.
 
58219
          #
 
58220
@@ -738,65 +1186,42 @@
 
58221
       esac    #  case $arg_mode
 
58222
 
 
58223
       # Aesthetically quote the previous argument.
 
58224
-      lastarg=`$echo "X$lastarg" | $Xsed -e "$sed_quote_subst"`
 
58225
-
 
58226
-      case $lastarg in
 
58227
-      # Double-quote args containing other shell metacharacters.
 
58228
-      # Many Bourne shells cannot handle close brackets correctly
 
58229
-      # in scan sets, and some SunOS ksh mistreat backslash-escaping
 
58230
-      # in scan sets (worked around with variable expansion),
 
58231
-      # and furthermore cannot handle '|' '&' '(' ')' in scan sets 
 
58232
-      # at all, so we specify them separately.
 
58233
-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \    ]*|*]*|"")
 
58234
-       lastarg="\"$lastarg\""
 
58235
-       ;;
 
58236
-      esac
 
58237
-
 
58238
-      base_compile="$base_compile $lastarg"
 
58239
+      func_quote_for_eval "$lastarg"
 
58240
+      base_compile="$base_compile $func_quote_for_eval_result"
 
58241
     done # for arg
 
58242
 
 
58243
     case $arg_mode in
 
58244
     arg)
 
58245
-      $echo "$modename: you must specify an argument for -Xcompile"
 
58246
-      exit $EXIT_FAILURE
 
58247
+      func_fatal_error "you must specify an argument for -Xcompile"
 
58248
       ;;
 
58249
     target)
 
58250
-      $echo "$modename: you must specify a target with \`-o'" 1>&2
 
58251
-      exit $EXIT_FAILURE
 
58252
+      func_fatal_error "you must specify a target with \`-o'"
 
58253
       ;;
 
58254
     *)
 
58255
       # Get the name of the library object.
 
58256
-      [ -z "$libobj" ] && libobj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%'`
 
58257
+      test -z "$libobj" && {
 
58258
+       func_basename "$srcfile"
 
58259
+       libobj="$func_basename_result"
 
58260
+      }
 
58261
       ;;
 
58262
     esac
 
58263
 
 
58264
     # Recognize several different file suffixes.
 
58265
     # If the user specifies -o file.o, it is replaced with file.lo
 
58266
-    xform='[cCFSifmso]'
 
58267
     case $libobj in
 
58268
-    *.ada) xform=ada ;;
 
58269
-    *.adb) xform=adb ;;
 
58270
-    *.ads) xform=ads ;;
 
58271
-    *.asm) xform=asm ;;
 
58272
-    *.c++) xform=c++ ;;
 
58273
-    *.cc) xform=cc ;;
 
58274
-    *.ii) xform=ii ;;
 
58275
-    *.class) xform=class ;;
 
58276
-    *.cpp) xform=cpp ;;
 
58277
-    *.cxx) xform=cxx ;;
 
58278
-    *.[fF][09]?) xform=[fF][09]. ;;
 
58279
-    *.for) xform=for ;;
 
58280
-    *.java) xform=java ;;
 
58281
-    *.obj) xform=obj ;;
 
58282
+    *.[cCFSifmso] | \
 
58283
+    *.ada | *.adb | *.ads | *.asm | \
 
58284
+    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
 
58285
+    *.[fF][09]? | *.for | *.java | *.obj | *.sx)
 
58286
+      func_xform "$libobj"
 
58287
+      libobj=$func_xform_result
 
58288
+      ;;
 
58289
     esac
 
58290
 
 
58291
-    libobj=`$echo "X$libobj" | $Xsed -e "s/\.$xform$/.lo/"`
 
58292
-
 
58293
     case $libobj in
 
58294
-    *.lo) obj=`$echo "X$libobj" | $Xsed -e "$lo2o"` ;;
 
58295
+    *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;;
 
58296
     *)
 
58297
-      $echo "$modename: cannot determine name of library object from \`$libobj'" 1>&2
 
58298
-      exit $EXIT_FAILURE
 
58299
+      func_fatal_error "cannot determine name of library object from \`$libobj'"
 
58300
       ;;
 
58301
     esac
 
58302
 
 
58303
@@ -804,7 +1229,15 @@
 
58304
 
 
58305
     for arg in $later; do
 
58306
       case $arg in
 
58307
+      -shared)
 
58308
+       test "$build_libtool_libs" != yes && \
 
58309
+         func_fatal_configuration "can not build a shared library"
 
58310
+       build_old_libs=no
 
58311
+       continue
 
58312
+       ;;
 
58313
+
 
58314
       -static)
 
58315
+       build_libtool_libs=no
 
58316
        build_old_libs=yes
 
58317
        continue
 
58318
        ;;
 
58319
@@ -821,28 +1254,17 @@
 
58320
       esac
 
58321
     done
 
58322
 
 
58323
-    qlibobj=`$echo "X$libobj" | $Xsed -e "$sed_quote_subst"`
 
58324
-    case $qlibobj in
 
58325
-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \    ]*|*]*|"")
 
58326
-       qlibobj="\"$qlibobj\"" ;;
 
58327
-    esac
 
58328
-    test "X$libobj" != "X$qlibobj" \
 
58329
-       && $echo "X$libobj" | grep '[]~#^*{};<>?"'"'"'  &()|`$[]' \
 
58330
-       && $echo "$modename: libobj name \`$libobj' may not contain shell special characters."
 
58331
-    objname=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
 
58332
-    xdir=`$echo "X$obj" | $Xsed -e 's%/[^/]*$%%'`
 
58333
-    if test "X$xdir" = "X$obj"; then
 
58334
-      xdir=
 
58335
-    else
 
58336
-      xdir=$xdir/
 
58337
-    fi
 
58338
+    func_quote_for_eval "$libobj"
 
58339
+    test "X$libobj" != "X$func_quote_for_eval_result" \
 
58340
+      && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"'   &()|`$[]' \
 
58341
+      && func_warning "libobj name \`$libobj' may not contain shell special characters."
 
58342
+    func_dirname_and_basename "$obj" "/" ""
 
58343
+    objname="$func_basename_result"
 
58344
+    xdir="$func_dirname_result"
 
58345
     lobj=${xdir}$objdir/$objname
 
58346
 
 
58347
-    if test -z "$base_compile"; then
 
58348
-      $echo "$modename: you must specify a compilation command" 1>&2
 
58349
-      $echo "$help" 1>&2
 
58350
-      exit $EXIT_FAILURE
 
58351
-    fi
 
58352
+    test -z "$base_compile" && \
 
58353
+      func_fatal_help "you must specify a compilation command"
 
58354
 
 
58355
     # Delete any leftover library objects.
 
58356
     if test "$build_old_libs" = yes; then
 
58357
@@ -851,9 +1273,6 @@
 
58358
       removelist="$lobj $libobj ${libobj}T"
 
58359
     fi
 
58360
 
 
58361
-    $run $rm $removelist
 
58362
-    trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15
 
58363
-
 
58364
     # On Cygwin there's no "real" PIC flag so we must build both object types
 
58365
     case $host_os in
 
58366
     cygwin* | mingw* | pw32* | os2*)
 
58367
@@ -868,10 +1287,8 @@
 
58368
     # Calculate the filename of the output object if compiler does
 
58369
     # not support -o with -c
 
58370
     if test "$compiler_c_o" = no; then
 
58371
-      output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
 
58372
+      output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
 
58373
       lockfile="$output_obj.lock"
 
58374
-      removelist="$removelist $output_obj $lockfile"
 
58375
-      trap "$run $rm $removelist; exit $EXIT_FAILURE" 1 2 15
 
58376
     else
 
58377
       output_obj=
 
58378
       need_locks=no
 
58379
@@ -881,13 +1298,13 @@
 
58380
     # Lock this critical section if it is needed
 
58381
     # We use this script file to make the link, it avoids creating a new file
 
58382
     if test "$need_locks" = yes; then
 
58383
-      until $run ln "$progpath" "$lockfile" 2>/dev/null; do
 
58384
-       $show "Waiting for $lockfile to be removed"
 
58385
+      until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
 
58386
+       func_echo "Waiting for $lockfile to be removed"
 
58387
        sleep 2
 
58388
       done
 
58389
     elif test "$need_locks" = warn; then
 
58390
       if test -f "$lockfile"; then
 
58391
-       $echo "\
 
58392
+       $ECHO "\
 
58393
 *** ERROR, $lockfile exists and contains:
 
58394
 `cat $lockfile 2>/dev/null`
 
58395
 
 
58396
@@ -898,34 +1315,22 @@
 
58397
 avoid parallel builds (make -j) in this platform, or get a better
 
58398
 compiler."
 
58399
 
 
58400
-       $run $rm $removelist
 
58401
+       $opt_dry_run || $RM $removelist
 
58402
        exit $EXIT_FAILURE
 
58403
       fi
 
58404
-      $echo "$srcfile" > "$lockfile"
 
58405
+      removelist="$removelist $output_obj"
 
58406
+      $ECHO "$srcfile" > "$lockfile"
 
58407
     fi
 
58408
 
 
58409
+    $opt_dry_run || $RM $removelist
 
58410
+    removelist="$removelist $lockfile"
 
58411
+    trap '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE' 1 2 15
 
58412
+
 
58413
     if test -n "$fix_srcfile_path"; then
 
58414
       eval srcfile=\"$fix_srcfile_path\"
 
58415
     fi
 
58416
-    qsrcfile=`$echo "X$srcfile" | $Xsed -e "$sed_quote_subst"`
 
58417
-    case $qsrcfile in
 
58418
-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \    ]*|*]*|"")
 
58419
-      qsrcfile="\"$qsrcfile\"" ;;
 
58420
-    esac
 
58421
-
 
58422
-    $run $rm "$libobj" "${libobj}T"
 
58423
-
 
58424
-    # Create a libtool object file (analogous to a ".la" file),
 
58425
-    # but don't create it if we're doing a dry run.
 
58426
-    test -z "$run" && cat > ${libobj}T <<EOF
 
58427
-# $libobj - a libtool object file
 
58428
-# Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP
 
58429
-#
 
58430
-# Please DO NOT delete this file!
 
58431
-# It is necessary for linking the library.
 
58432
-
 
58433
-# Name of the PIC object.
 
58434
-EOF
 
58435
+    func_quote_for_eval "$srcfile"
 
58436
+    qsrcfile=$func_quote_for_eval_result
 
58437
 
 
58438
     # Only build a PIC object if we are building libtool libraries.
 
58439
     if test "$build_libtool_libs" = yes; then
 
58440
@@ -939,32 +1344,19 @@
 
58441
        command="$base_compile $qsrcfile"
 
58442
       fi
 
58443
 
 
58444
-      if test ! -d "${xdir}$objdir"; then
 
58445
-       $show "$mkdir ${xdir}$objdir"
 
58446
-       $run $mkdir ${xdir}$objdir
 
58447
-       exit_status=$?
 
58448
-       if test "$exit_status" -ne 0 && test ! -d "${xdir}$objdir"; then
 
58449
-         exit $exit_status
 
58450
-       fi
 
58451
-      fi
 
58452
+      func_mkdir_p "$xdir$objdir"
 
58453
 
 
58454
       if test -z "$output_obj"; then
 
58455
        # Place PIC objects in $objdir
 
58456
        command="$command -o $lobj"
 
58457
       fi
 
58458
 
 
58459
-      $run $rm "$lobj" "$output_obj"
 
58460
-
 
58461
-      $show "$command"
 
58462
-      if $run eval "$command"; then :
 
58463
-      else
 
58464
-       test -n "$output_obj" && $run $rm $removelist
 
58465
-       exit $EXIT_FAILURE
 
58466
-      fi
 
58467
+      func_show_eval_locale "$command" \
 
58468
+          'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE'
 
58469
 
 
58470
       if test "$need_locks" = warn &&
 
58471
         test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
 
58472
-       $echo "\
 
58473
+       $ECHO "\
 
58474
 *** ERROR, $lockfile contains:
 
58475
 `cat $lockfile 2>/dev/null`
 
58476
 
 
58477
@@ -978,45 +1370,27 @@
 
58478
 avoid parallel builds (make -j) in this platform, or get a better
 
58479
 compiler."
 
58480
 
 
58481
-       $run $rm $removelist
 
58482
+       $opt_dry_run || $RM $removelist
 
58483
        exit $EXIT_FAILURE
 
58484
       fi
 
58485
 
 
58486
       # Just move the object if needed, then go on to compile the next one
 
58487
       if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then
 
58488
-       $show "$mv $output_obj $lobj"
 
58489
-       if $run $mv $output_obj $lobj; then :
 
58490
-       else
 
58491
-         error=$?
 
58492
-         $run $rm $removelist
 
58493
-         exit $error
 
58494
-       fi
 
58495
+       func_show_eval '$MV "$output_obj" "$lobj"' \
 
58496
+         'error=$?; $opt_dry_run || $RM $removelist; exit $error'
 
58497
       fi
 
58498
 
 
58499
-      # Append the name of the PIC object to the libtool object file.
 
58500
-      test -z "$run" && cat >> ${libobj}T <<EOF
 
58501
-pic_object='$objdir/$objname'
 
58502
-
 
58503
-EOF
 
58504
-
 
58505
       # Allow error messages only from the first compilation.
 
58506
       if test "$suppress_opt" = yes; then
 
58507
         suppress_output=' >/dev/null 2>&1'
 
58508
       fi
 
58509
-    else
 
58510
-      # No PIC object so indicate it doesn't exist in the libtool
 
58511
-      # object file.
 
58512
-      test -z "$run" && cat >> ${libobj}T <<EOF
 
58513
-pic_object=none
 
58514
-
 
58515
-EOF
 
58516
     fi
 
58517
 
 
58518
     # Only build a position-dependent object if we build old libraries.
 
58519
     if test "$build_old_libs" = yes; then
 
58520
       if test "$pic_mode" != yes; then
 
58521
        # Don't build PIC code
 
58522
-       command="$base_compile $qsrcfile"
 
58523
+       command="$base_compile $qsrcfile$pie_flag"
 
58524
       else
 
58525
        command="$base_compile $qsrcfile $pic_flag"
 
58526
       fi
 
58527
@@ -1026,17 +1400,12 @@
 
58528
 
 
58529
       # Suppress compiler output if we already did a PIC compilation.
 
58530
       command="$command$suppress_output"
 
58531
-      $run $rm "$obj" "$output_obj"
 
58532
-      $show "$command"
 
58533
-      if $run eval "$command"; then :
 
58534
-      else
 
58535
-       $run $rm $removelist
 
58536
-       exit $EXIT_FAILURE
 
58537
-      fi
 
58538
+      func_show_eval_locale "$command" \
 
58539
+        '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE'
 
58540
 
 
58541
       if test "$need_locks" = warn &&
 
58542
         test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
 
58543
-       $echo "\
 
58544
+       $ECHO "\
 
58545
 *** ERROR, $lockfile contains:
 
58546
 `cat $lockfile 2>/dev/null`
 
58547
 
 
58548
@@ -1050,5458 +1419,6252 @@
 
58549
 avoid parallel builds (make -j) in this platform, or get a better
 
58550
 compiler."
 
58551
 
 
58552
-       $run $rm $removelist
 
58553
+       $opt_dry_run || $RM $removelist
 
58554
        exit $EXIT_FAILURE
 
58555
       fi
 
58556
 
 
58557
       # Just move the object if needed
 
58558
       if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
 
58559
-       $show "$mv $output_obj $obj"
 
58560
-       if $run $mv $output_obj $obj; then :
 
58561
-       else
 
58562
-         error=$?
 
58563
-         $run $rm $removelist
 
58564
-         exit $error
 
58565
-       fi
 
58566
+       func_show_eval '$MV "$output_obj" "$obj"' \
 
58567
+         'error=$?; $opt_dry_run || $RM $removelist; exit $error'
 
58568
       fi
 
58569
-
 
58570
-      # Append the name of the non-PIC object the libtool object file.
 
58571
-      # Only append if the libtool object file exists.
 
58572
-      test -z "$run" && cat >> ${libobj}T <<EOF
 
58573
-# Name of the non-PIC object.
 
58574
-non_pic_object='$objname'
 
58575
-
 
58576
-EOF
 
58577
-    else
 
58578
-      # Append the name of the non-PIC object the libtool object file.
 
58579
-      # Only append if the libtool object file exists.
 
58580
-      test -z "$run" && cat >> ${libobj}T <<EOF
 
58581
-# Name of the non-PIC object.
 
58582
-non_pic_object=none
 
58583
-
 
58584
-EOF
 
58585
     fi
 
58586
 
 
58587
-    $run $mv "${libobj}T" "${libobj}"
 
58588
+    $opt_dry_run || {
 
58589
+      func_write_libtool_object "$libobj" "$objdir/$objname" "$objname"
 
58590
 
 
58591
     # Unlock the critical section if it was locked
 
58592
     if test "$need_locks" != no; then
 
58593
-      $run $rm "$lockfile"
 
58594
+       removelist=$lockfile
 
58595
+        $RM "$lockfile"
 
58596
     fi
 
58597
+    }
 
58598
 
 
58599
     exit $EXIT_SUCCESS
 
58600
-    ;;
 
58601
+}
 
58602
 
 
58603
-  # libtool link mode
 
58604
-  link | relink)
 
58605
-    modename="$modename: link"
 
58606
-    case $host in
 
58607
-    *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
 
58608
-      # It is impossible to link a dll without this setting, and
 
58609
-      # we shouldn't force the makefile maintainer to figure out
 
58610
-      # which system we are compiling for in order to pass an extra
 
58611
-      # flag for every libtool invocation.
 
58612
-      # allow_undefined=no
 
58613
+$opt_help || {
 
58614
+test "$mode" = compile && func_mode_compile ${1+"$@"}
 
58615
+}
 
58616
 
 
58617
-      # FIXME: Unfortunately, there are problems with the above when trying
 
58618
-      # to make a dll which has undefined symbols, in which case not
 
58619
-      # even a static library is built.  For now, we need to specify
 
58620
-      # -no-undefined on the libtool link line when we can be certain
 
58621
-      # that all symbols are satisfied, otherwise we get a static library.
 
58622
-      allow_undefined=yes
 
58623
-      ;;
 
58624
-    *)
 
58625
-      allow_undefined=yes
 
58626
+func_mode_help ()
 
58627
+{
 
58628
+    # We need to display help for each of the modes.
 
58629
+    case $mode in
 
58630
+      "")
 
58631
+        # Generic help is extracted from the usage comments
 
58632
+        # at the start of this file.
 
58633
+        func_help
 
58634
       ;;
 
58635
-    esac
 
58636
-    libtool_args="$nonopt"
 
58637
-    base_compile="$nonopt $@"
 
58638
-    compile_command="$nonopt"
 
58639
-    finalize_command="$nonopt"
 
58640
 
 
58641
-    compile_rpath=
 
58642
-    finalize_rpath=
 
58643
-    compile_shlibpath=
 
58644
-    finalize_shlibpath=
 
58645
-    convenience=
 
58646
-    old_convenience=
 
58647
-    deplibs=
 
58648
-    old_deplibs=
 
58649
-    compiler_flags=
 
58650
-    linker_flags=
 
58651
-    dllsearchpath=
 
58652
-    lib_search_path=`pwd`
 
58653
-    inst_prefix_dir=
 
58654
+      clean)
 
58655
+        $ECHO \
 
58656
+"Usage: $progname [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
 
58657
 
 
58658
-    avoid_version=no
 
58659
-    dlfiles=
 
58660
-    dlprefiles=
 
58661
-    dlself=no
 
58662
-    export_dynamic=no
 
58663
-    export_symbols=
 
58664
-    export_symbols_regex=
 
58665
-    generated=
 
58666
-    libobjs=
 
58667
-    ltlibs=
 
58668
-    module=no
 
58669
-    no_install=no
 
58670
-    objs=
 
58671
-    non_pic_objects=
 
58672
-    notinst_path= # paths that contain not-installed libtool libraries
 
58673
-    precious_files_regex=
 
58674
-    prefer_static_libs=no
 
58675
-    preload=no
 
58676
-    prev=
 
58677
-    prevarg=
 
58678
-    release=
 
58679
-    rpath=
 
58680
-    xrpath=
 
58681
-    perm_rpath=
 
58682
-    temp_rpath=
 
58683
-    thread_safe=no
 
58684
-    vinfo=
 
58685
-    vinfo_number=no
 
58686
+Remove files from the build directory.
 
58687
 
 
58688
-    func_infer_tag $base_compile
 
58689
+RM is the name of the program to use to delete files associated with each FILE
 
58690
+(typically \`/bin/rm').  RM-OPTIONS are options (such as \`-f') to be passed
 
58691
+to RM.
 
58692
 
 
58693
-    # We need to know -static, to get the right output filenames.
 
58694
-    for arg
 
58695
-    do
 
58696
-      case $arg in
 
58697
-      -all-static | -static | -static-libtool-libs)
 
58698
-       case $arg in
 
58699
-       -all-static)
 
58700
-         if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then
 
58701
-           $echo "$modename: warning: complete static linking is impossible in this configuration" 1>&2
 
58702
-         fi
 
58703
-         if test -n "$link_static_flag"; then
 
58704
-           dlopen_self=$dlopen_self_static
 
58705
-         fi
 
58706
-         prefer_static_libs=yes
 
58707
+If FILE is a libtool library, object or program, all the files associated
 
58708
+with it are deleted. Otherwise, only FILE itself is deleted using RM."
 
58709
+      ;;
 
58710
+
 
58711
+      compile)
 
58712
+      $ECHO \
 
58713
+"Usage: $progname [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
 
58714
+
 
58715
+Compile a source file into a libtool library object.
 
58716
+
 
58717
+This mode accepts the following additional options:
 
58718
+
 
58719
+  -o OUTPUT-FILE    set the output file name to OUTPUT-FILE
 
58720
+  -no-suppress      do not suppress compiler output for multiple passes
 
58721
+  -prefer-pic       try to building PIC objects only
 
58722
+  -prefer-non-pic   try to building non-PIC objects only
 
58723
+  -shared           do not build a \`.o' file suitable for static linking
 
58724
+  -static           only build a \`.o' file suitable for static linking
 
58725
+
 
58726
+COMPILE-COMMAND is a command to be used in creating a \`standard' object file
 
58727
+from the given SOURCEFILE.
 
58728
+
 
58729
+The output file name is determined by removing the directory component from
 
58730
+SOURCEFILE, then substituting the C source code suffix \`.c' with the
 
58731
+library object suffix, \`.lo'."
 
58732
          ;;
 
58733
-       -static)
 
58734
-         if test -z "$pic_flag" && test -n "$link_static_flag"; then
 
58735
-           dlopen_self=$dlopen_self_static
 
58736
-         fi
 
58737
-         prefer_static_libs=built
 
58738
+
 
58739
+      execute)
 
58740
+        $ECHO \
 
58741
+"Usage: $progname [OPTION]... --mode=execute COMMAND [ARGS]...
 
58742
+
 
58743
+Automatically set library path, then run a program.
 
58744
+
 
58745
+This mode accepts the following additional options:
 
58746
+
 
58747
+  -dlopen FILE      add the directory containing FILE to the library path
 
58748
+
 
58749
+This mode sets the library path environment variable according to \`-dlopen'
 
58750
+flags.
 
58751
+
 
58752
+If any of the ARGS are libtool executable wrappers, then they are translated
 
58753
+into their corresponding uninstalled binary, and any of their required library
 
58754
+directories are added to the library path.
 
58755
+
 
58756
+Then, COMMAND is executed, with ARGS as arguments."
 
58757
          ;;
 
58758
-       -static-libtool-libs)
 
58759
-         if test -z "$pic_flag" && test -n "$link_static_flag"; then
 
58760
-           dlopen_self=$dlopen_self_static
 
58761
-         fi
 
58762
-         prefer_static_libs=yes
 
58763
+
 
58764
+      finish)
 
58765
+        $ECHO \
 
58766
+"Usage: $progname [OPTION]... --mode=finish [LIBDIR]...
 
58767
+
 
58768
+Complete the installation of libtool libraries.
 
58769
+
 
58770
+Each LIBDIR is a directory that contains libtool libraries.
 
58771
+
 
58772
+The commands that this mode executes may require superuser privileges.  Use
 
58773
+the \`--dry-run' option if you just want to see what would be executed."
 
58774
          ;;
 
58775
-       esac
 
58776
-       build_libtool_libs=no
 
58777
-       build_old_libs=yes
 
58778
-       break
 
58779
+
 
58780
+      install)
 
58781
+        $ECHO \
 
58782
+"Usage: $progname [OPTION]... --mode=install INSTALL-COMMAND...
 
58783
+
 
58784
+Install executables or libraries.
 
58785
+
 
58786
+INSTALL-COMMAND is the installation command.  The first component should be
 
58787
+either the \`install' or \`cp' program.
 
58788
+
 
58789
+The following components of INSTALL-COMMAND are treated specially:
 
58790
+
 
58791
+  -inst-prefix PREFIX-DIR  Use PREFIX-DIR as a staging area for installation
 
58792
+
 
58793
+The rest of the components are interpreted as arguments to that command (only
 
58794
+BSD-compatible install options are recognized)."
 
58795
        ;;
 
58796
-      esac
 
58797
-    done
 
58798
 
 
58799
-    # See if our shared archives depend on static archives.
 
58800
-    test -n "$old_archive_from_new_cmds" && build_old_libs=yes
 
58801
+      link)
 
58802
+        $ECHO \
 
58803
+"Usage: $progname [OPTION]... --mode=link LINK-COMMAND...
 
58804
 
 
58805
-    # Go through the arguments, transforming them on the way.
 
58806
-    while test "$#" -gt 0; do
 
58807
-      arg="$1"
 
58808
-      shift
 
58809
-      case $arg in
 
58810
-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \    ]*|*]*|"")
 
58811
-       qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test
 
58812
+Link object files or libraries together to form another library, or to
 
58813
+create an executable program.
 
58814
+
 
58815
+LINK-COMMAND is a command using the C compiler that you would use to create
 
58816
+a program from several object files.
 
58817
+
 
58818
+The following components of LINK-COMMAND are treated specially:
 
58819
+
 
58820
+  -all-static       do not do any dynamic linking at all
 
58821
+  -avoid-version    do not add a version suffix if possible
 
58822
+  -dlopen FILE      \`-dlpreopen' FILE if it cannot be dlopened at runtime
 
58823
+  -dlpreopen FILE   link in FILE and add its symbols to lt_preloaded_symbols
 
58824
+  -export-dynamic   allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
 
58825
+  -export-symbols SYMFILE
 
58826
+                    try to export only the symbols listed in SYMFILE
 
58827
+  -export-symbols-regex REGEX
 
58828
+                    try to export only the symbols matching REGEX
 
58829
+  -LLIBDIR          search LIBDIR for required installed libraries
 
58830
+  -lNAME            OUTPUT-FILE requires the installed library libNAME
 
58831
+  -module           build a library that can dlopened
 
58832
+  -no-fast-install  disable the fast-install mode
 
58833
+  -no-install       link a not-installable executable
 
58834
+  -no-undefined     declare that a library does not refer to external symbols
 
58835
+  -o OUTPUT-FILE    create OUTPUT-FILE from the specified objects
 
58836
+  -objectlist FILE  Use a list of object files found in FILE to specify objects
 
58837
+  -precious-files-regex REGEX
 
58838
+                    don't remove output files matching REGEX
 
58839
+  -release RELEASE  specify package release information
 
58840
+  -rpath LIBDIR     the created library will eventually be installed in LIBDIR
 
58841
+  -R[ ]LIBDIR       add LIBDIR to the runtime path of programs and libraries
 
58842
+  -shared           only do dynamic linking of libtool libraries
 
58843
+  -shrext SUFFIX    override the standard shared library file extension
 
58844
+  -static           do not do any dynamic linking of uninstalled libtool libraries
 
58845
+  -static-libtool-libs
 
58846
+                    do not do any dynamic linking of libtool libraries
 
58847
+  -version-info CURRENT[:REVISION[:AGE]]
 
58848
+                    specify library version info [each variable defaults to 0]
 
58849
+  -weak LIBNAME     declare that the target provides the LIBNAME interface
 
58850
+
 
58851
+All other options (arguments beginning with \`-') are ignored.
 
58852
+
 
58853
+Every other argument is treated as a filename.  Files ending in \`.la' are
 
58854
+treated as uninstalled libtool libraries, other files are standard or library
 
58855
+object files.
 
58856
+
 
58857
+If the OUTPUT-FILE ends in \`.la', then a libtool library is created,
 
58858
+only library objects (\`.lo' files) may be specified, and \`-rpath' is
 
58859
+required, except when creating a convenience library.
 
58860
+
 
58861
+If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created
 
58862
+using \`ar' and \`ranlib', or on Windows using \`lib'.
 
58863
+
 
58864
+If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file
 
58865
+is created, otherwise an executable program is created."
 
58866
        ;;
 
58867
-      *) qarg=$arg ;;
 
58868
-      esac
 
58869
-      libtool_args="$libtool_args $qarg"
 
58870
 
 
58871
-      # If the previous option needs an argument, assign it.
 
58872
-      if test -n "$prev"; then
 
58873
-       case $prev in
 
58874
-       output)
 
58875
-         compile_command="$compile_command @OUTPUT@"
 
58876
-         finalize_command="$finalize_command @OUTPUT@"
 
58877
+      uninstall)
 
58878
+        $ECHO \
 
58879
+"Usage: $progname [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
 
58880
+
 
58881
+Remove libraries from an installation directory.
 
58882
+
 
58883
+RM is the name of the program to use to delete files associated with each FILE
 
58884
+(typically \`/bin/rm').  RM-OPTIONS are options (such as \`-f') to be passed
 
58885
+to RM.
 
58886
+
 
58887
+If FILE is a libtool library, all the files associated with it are deleted.
 
58888
+Otherwise, only FILE itself is deleted using RM."
 
58889
+        ;;
 
58890
+
 
58891
+      *)
 
58892
+        func_fatal_help "invalid operation mode \`$mode'"
 
58893
          ;;
 
58894
        esac
 
58895
 
 
58896
-       case $prev in
 
58897
-       dlfiles|dlprefiles)
 
58898
-         if test "$preload" = no; then
 
58899
-           # Add the symbol object into the linking commands.
 
58900
-           compile_command="$compile_command @SYMFILE@"
 
58901
-           finalize_command="$finalize_command @SYMFILE@"
 
58902
-           preload=yes
 
58903
-         fi
 
58904
-         case $arg in
 
58905
-         *.la | *.lo) ;;  # We handle these cases below.
 
58906
-         force)
 
58907
-           if test "$dlself" = no; then
 
58908
-             dlself=needless
 
58909
-             export_dynamic=yes
 
58910
-           fi
 
58911
-           prev=
 
58912
+    $ECHO
 
58913
+    $ECHO "Try \`$progname --help' for more information about other modes."
 
58914
+
 
58915
+    exit $?
 
58916
+}
 
58917
+
 
58918
+  # Now that we've collected a possible --mode arg, show help if necessary
 
58919
+  $opt_help && func_mode_help
 
58920
+
 
58921
+
 
58922
+# func_mode_execute arg...
 
58923
+func_mode_execute ()
 
58924
+{
 
58925
+    $opt_debug
 
58926
+    # The first argument is the command name.
 
58927
+    cmd="$nonopt"
 
58928
+    test -z "$cmd" && \
 
58929
+      func_fatal_help "you must specify a COMMAND"
 
58930
+
 
58931
+    # Handle -dlopen flags immediately.
 
58932
+    for file in $execute_dlfiles; do
 
58933
+      test -f "$file" \
 
58934
+       || func_fatal_help "\`$file' is not a file"
 
58935
+
 
58936
+      dir=
 
58937
+      case $file in
 
58938
+      *.la)
 
58939
+       # Check to see that this really is a libtool archive.
 
58940
+       func_lalib_unsafe_p "$file" \
 
58941
+         || func_fatal_help "\`$lib' is not a valid libtool archive"
 
58942
+
 
58943
+       # Read the libtool library.
 
58944
+       dlname=
 
58945
+       library_names=
 
58946
+       func_source "$file"
 
58947
+
 
58948
+       # Skip this library if it cannot be dlopened.
 
58949
+       if test -z "$dlname"; then
 
58950
+         # Warn if it was a shared library.
 
58951
+         test -n "$library_names" && \
 
58952
+           func_warning "\`$file' was not linked with \`-export-dynamic'"
 
58953
            continue
 
58954
-           ;;
 
58955
-         self)
 
58956
-           if test "$prev" = dlprefiles; then
 
58957
-             dlself=yes
 
58958
-           elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then
 
58959
-             dlself=yes
 
58960
-           else
 
58961
-             dlself=needless
 
58962
-             export_dynamic=yes
 
58963
            fi
 
58964
-           prev=
 
58965
-           continue
 
58966
-           ;;
 
58967
-         *)
 
58968
-           if test "$prev" = dlfiles; then
 
58969
-             dlfiles="$dlfiles $arg"
 
58970
+
 
58971
+       func_dirname "$file" "" "."
 
58972
+       dir="$func_dirname_result"
 
58973
+
 
58974
+       if test -f "$dir/$objdir/$dlname"; then
 
58975
+         dir="$dir/$objdir"
 
58976
            else
 
58977
-             dlprefiles="$dlprefiles $arg"
 
58978
+         if test ! -f "$dir/$dlname"; then
 
58979
+           func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
 
58980
            fi
 
58981
-           prev=
 
58982
-           continue
 
58983
-           ;;
 
58984
-         esac
 
58985
-         ;;
 
58986
-       expsyms)
 
58987
-         export_symbols="$arg"
 
58988
-         if test ! -f "$arg"; then
 
58989
-           $echo "$modename: symbol file \`$arg' does not exist"
 
58990
-           exit $EXIT_FAILURE
 
58991
          fi
 
58992
-         prev=
 
58993
-         continue
 
58994
-         ;;
 
58995
-       expsyms_regex)
 
58996
-         export_symbols_regex="$arg"
 
58997
-         prev=
 
58998
-         continue
 
58999
-         ;;
 
59000
-       inst_prefix)
 
59001
-         inst_prefix_dir="$arg"
 
59002
-         prev=
 
59003
-         continue
 
59004
          ;;
 
59005
-       precious_regex)
 
59006
-         precious_files_regex="$arg"
 
59007
-         prev=
 
59008
-         continue
 
59009
+
 
59010
+      *.lo)
 
59011
+       # Just add the directory containing the .lo file.
 
59012
+       func_dirname "$file" "" "."
 
59013
+       dir="$func_dirname_result"
 
59014
          ;;
 
59015
-       release)
 
59016
-         release="-$arg"
 
59017
-         prev=
 
59018
+
 
59019
+      *)
 
59020
+       func_warning "\`-dlopen' is ignored for non-libtool libraries and objects"
 
59021
          continue
 
59022
          ;;
 
59023
-       objectlist)
 
59024
-         if test -f "$arg"; then
 
59025
-           save_arg=$arg
 
59026
-           moreargs=
 
59027
-           for fil in `cat $save_arg`
 
59028
-           do
 
59029
-#            moreargs="$moreargs $fil"
 
59030
-             arg=$fil
 
59031
-             # A libtool-controlled object.
 
59032
+      esac
 
59033
 
 
59034
-             # Check to see that this really is a libtool object.
 
59035
-             if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
 
59036
-               pic_object=
 
59037
-               non_pic_object=
 
59038
+      # Get the absolute pathname.
 
59039
+      absdir=`cd "$dir" && pwd`
 
59040
+      test -n "$absdir" && dir="$absdir"
 
59041
 
 
59042
-               # Read the .lo file
 
59043
-               # If there is no directory component, then add one.
 
59044
-               case $arg in
 
59045
-               */* | *\\*) . $arg ;;
 
59046
-               *) . ./$arg ;;
 
59047
-               esac
 
59048
+      # Now add the directory to shlibpath_var.
 
59049
+      if eval "test -z \"\$$shlibpath_var\""; then
 
59050
+       eval "$shlibpath_var=\"\$dir\""
 
59051
+      else
 
59052
+       eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
 
59053
+      fi
 
59054
+    done
 
59055
 
 
59056
-               if test -z "$pic_object" || \
 
59057
-                  test -z "$non_pic_object" ||
 
59058
-                  test "$pic_object" = none && \
 
59059
-                  test "$non_pic_object" = none; then
 
59060
-                 $echo "$modename: cannot find name of object for \`$arg'" 1>&2
 
59061
-                 exit $EXIT_FAILURE
 
59062
+    # This variable tells wrapper scripts just to set shlibpath_var
 
59063
+    # rather than running their programs.
 
59064
+    libtool_execute_magic="$magic"
 
59065
+
 
59066
+    # Check if any of the arguments is a wrapper script.
 
59067
+    args=
 
59068
+    for file
 
59069
+    do
 
59070
+      case $file in
 
59071
+      -*) ;;
 
59072
+      *)
 
59073
+       # Do a test to see if this is really a libtool program.
 
59074
+       if func_ltwrapper_script_p "$file"; then
 
59075
+         func_source "$file"
 
59076
+         # Transform arg to wrapped name.
 
59077
+         file="$progdir/$program"
 
59078
+       elif func_ltwrapper_executable_p "$file"; then
 
59079
+         func_ltwrapper_scriptname "$file"
 
59080
+         func_source "$func_ltwrapper_scriptname_result"
 
59081
+         # Transform arg to wrapped name.
 
59082
+         file="$progdir/$program"
 
59083
                fi
 
59084
+       ;;
 
59085
+      esac
 
59086
+      # Quote arguments (to preserve shell metacharacters).
 
59087
+      func_quote_for_eval "$file"
 
59088
+      args="$args $func_quote_for_eval_result"
 
59089
+    done
 
59090
 
 
59091
-               # Extract subdirectory from the argument.
 
59092
-               xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
 
59093
-               if test "X$xdir" = "X$arg"; then
 
59094
-                 xdir=
 
59095
-               else
 
59096
-                 xdir="$xdir/"
 
59097
+    if test "X$opt_dry_run" = Xfalse; then
 
59098
+      if test -n "$shlibpath_var"; then
 
59099
+       # Export the shlibpath_var.
 
59100
+       eval "export $shlibpath_var"
 
59101
                fi
 
59102
 
 
59103
-               if test "$pic_object" != none; then
 
59104
-                 # Prepend the subdirectory the object is found in.
 
59105
-                 pic_object="$xdir$pic_object"
 
59106
+      # Restore saved environment variables
 
59107
+      for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
 
59108
+      do
 
59109
+       eval "if test \"\${save_$lt_var+set}\" = set; then
 
59110
+                $lt_var=\$save_$lt_var; export $lt_var
 
59111
+             else
 
59112
+               $lt_unset $lt_var
 
59113
+             fi"
 
59114
+      done
 
59115
 
 
59116
-                 if test "$prev" = dlfiles; then
 
59117
-                   if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
 
59118
-                     dlfiles="$dlfiles $pic_object"
 
59119
-                     prev=
 
59120
-                     continue
 
59121
+      # Now prepare to actually exec the command.
 
59122
+      exec_cmd="\$cmd$args"
 
59123
                    else
 
59124
-                     # If libtool objects are unsupported, then we need to preload.
 
59125
-                     prev=dlprefiles
 
59126
+      # Display what would be done.
 
59127
+      if test -n "$shlibpath_var"; then
 
59128
+       eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
 
59129
+       $ECHO "export $shlibpath_var"
 
59130
                    fi
 
59131
+      $ECHO "$cmd$args"
 
59132
+      exit $EXIT_SUCCESS
 
59133
                  fi
 
59134
+}
 
59135
 
 
59136
-                 # CHECK ME:  I think I busted this.  -Ossama
 
59137
-                 if test "$prev" = dlprefiles; then
 
59138
-                   # Preload the old-style object.
 
59139
-                   dlprefiles="$dlprefiles $pic_object"
 
59140
-                   prev=
 
59141
-                 fi
 
59142
+test "$mode" = execute && func_mode_execute ${1+"$@"}
 
59143
 
 
59144
-                 # A PIC object.
 
59145
-                 libobjs="$libobjs $pic_object"
 
59146
-                 arg="$pic_object"
 
59147
-               fi
 
59148
 
 
59149
-               # Non-PIC object.
 
59150
-               if test "$non_pic_object" != none; then
 
59151
-                 # Prepend the subdirectory the object is found in.
 
59152
-                 non_pic_object="$xdir$non_pic_object"
 
59153
+# func_mode_finish arg...
 
59154
+func_mode_finish ()
 
59155
+{
 
59156
+    $opt_debug
 
59157
+    libdirs="$nonopt"
 
59158
+    admincmds=
 
59159
 
 
59160
-                 # A standard non-PIC object
 
59161
-                 non_pic_objects="$non_pic_objects $non_pic_object"
 
59162
-                 if test -z "$pic_object" || test "$pic_object" = none ; then
 
59163
-                   arg="$non_pic_object"
 
59164
+    if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
 
59165
+      for dir
 
59166
+      do
 
59167
+       libdirs="$libdirs $dir"
 
59168
+      done
 
59169
+
 
59170
+      for libdir in $libdirs; do
 
59171
+       if test -n "$finish_cmds"; then
 
59172
+         # Do each command in the finish commands.
 
59173
+         func_execute_cmds "$finish_cmds" 'admincmds="$admincmds
 
59174
+'"$cmd"'"'
 
59175
                  fi
 
59176
-               else
 
59177
-                 # If the PIC object exists, use it instead.
 
59178
-                 # $xdir was prepended to $pic_object above.
 
59179
-                 non_pic_object="$pic_object"
 
59180
-                 non_pic_objects="$non_pic_objects $non_pic_object"
 
59181
+       if test -n "$finish_eval"; then
 
59182
+         # Do the single finish_eval.
 
59183
+         eval cmds=\"$finish_eval\"
 
59184
+         $opt_dry_run || eval "$cmds" || admincmds="$admincmds
 
59185
+       $cmds"
 
59186
+       fi
 
59187
+      done
 
59188
                fi
 
59189
-             else
 
59190
-               # Only an error if not doing a dry-run.
 
59191
-               if test -z "$run"; then
 
59192
-                 $echo "$modename: \`$arg' is not a valid libtool object" 1>&2
 
59193
-                 exit $EXIT_FAILURE
 
59194
-               else
 
59195
-                 # Dry-run case.
 
59196
 
 
59197
-                 # Extract subdirectory from the argument.
 
59198
-                 xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
 
59199
-                 if test "X$xdir" = "X$arg"; then
 
59200
-                   xdir=
 
59201
-                 else
 
59202
-                   xdir="$xdir/"
 
59203
+    # Exit here if they wanted silent mode.
 
59204
+    $opt_silent && exit $EXIT_SUCCESS
 
59205
+
 
59206
+    $ECHO "X----------------------------------------------------------------------" | $Xsed
 
59207
+    $ECHO "Libraries have been installed in:"
 
59208
+    for libdir in $libdirs; do
 
59209
+      $ECHO "   $libdir"
 
59210
+    done
 
59211
+    $ECHO
 
59212
+    $ECHO "If you ever happen to want to link against installed libraries"
 
59213
+    $ECHO "in a given directory, LIBDIR, you must either use libtool, and"
 
59214
+    $ECHO "specify the full pathname of the library, or use the \`-LLIBDIR'"
 
59215
+    $ECHO "flag during linking and do at least one of the following:"
 
59216
+    if test -n "$shlibpath_var"; then
 
59217
+      $ECHO "   - add LIBDIR to the \`$shlibpath_var' environment variable"
 
59218
+      $ECHO "     during execution"
 
59219
+    fi
 
59220
+    if test -n "$runpath_var"; then
 
59221
+      $ECHO "   - add LIBDIR to the \`$runpath_var' environment variable"
 
59222
+      $ECHO "     during linking"
 
59223
                  fi
 
59224
+    if test -n "$hardcode_libdir_flag_spec"; then
 
59225
+      libdir=LIBDIR
 
59226
+      eval flag=\"$hardcode_libdir_flag_spec\"
 
59227
 
 
59228
-                 pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
 
59229
-                 non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
 
59230
-                 libobjs="$libobjs $pic_object"
 
59231
-                 non_pic_objects="$non_pic_objects $non_pic_object"
 
59232
+      $ECHO "   - use the \`$flag' linker flag"
 
59233
                fi
 
59234
+    if test -n "$admincmds"; then
 
59235
+      $ECHO "   - have your system administrator run these commands:$admincmds"
 
59236
              fi
 
59237
-           done
 
59238
-         else
 
59239
-           $echo "$modename: link input file \`$save_arg' does not exist"
 
59240
-           exit $EXIT_FAILURE
 
59241
+    if test -f /etc/ld.so.conf; then
 
59242
+      $ECHO "   - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
 
59243
          fi
 
59244
-         arg=$save_arg
 
59245
-         prev=
 
59246
-         continue
 
59247
+    $ECHO
 
59248
+
 
59249
+    $ECHO "See any operating system documentation about shared libraries for"
 
59250
+    case $host in
 
59251
+      solaris2.[6789]|solaris2.1[0-9])
 
59252
+        $ECHO "more information, such as the ld(1), crle(1) and ld.so(8) manual"
 
59253
+       $ECHO "pages."
 
59254
          ;;
 
59255
-       rpath | xrpath)
 
59256
-         # We need an absolute path.
 
59257
-         case $arg in
 
59258
-         [\\/]* | [A-Za-z]:[\\/]*) ;;
 
59259
          *)
 
59260
-           $echo "$modename: only absolute run-paths are allowed" 1>&2
 
59261
-           exit $EXIT_FAILURE
 
59262
+        $ECHO "more information, such as the ld(1) and ld.so(8) manual pages."
 
59263
            ;;
 
59264
          esac
 
59265
-         if test "$prev" = rpath; then
 
59266
-           case "$rpath " in
 
59267
-           *" $arg "*) ;;
 
59268
-           *) rpath="$rpath $arg" ;;
 
59269
-           esac
 
59270
+    $ECHO "X----------------------------------------------------------------------" | $Xsed
 
59271
+    exit $EXIT_SUCCESS
 
59272
+}
 
59273
+
 
59274
+test "$mode" = finish && func_mode_finish ${1+"$@"}
 
59275
+
 
59276
+
 
59277
+# func_mode_install arg...
 
59278
+func_mode_install ()
 
59279
+{
 
59280
+    $opt_debug
 
59281
+    # There may be an optional sh(1) argument at the beginning of
 
59282
+    # install_prog (especially on Windows NT).
 
59283
+    if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh ||
 
59284
+       # Allow the use of GNU shtool's install command.
 
59285
+       $ECHO "X$nonopt" | $GREP shtool >/dev/null; then
 
59286
+      # Aesthetically quote it.
 
59287
+      func_quote_for_eval "$nonopt"
 
59288
+      install_prog="$func_quote_for_eval_result "
 
59289
+      arg=$1
 
59290
+      shift
 
59291
          else
 
59292
-           case "$xrpath " in
 
59293
-           *" $arg "*) ;;
 
59294
-           *) xrpath="$xrpath $arg" ;;
 
59295
-           esac
 
59296
+      install_prog=
 
59297
+      arg=$nonopt
 
59298
          fi
 
59299
+
 
59300
+    # The real first argument should be the name of the installation program.
 
59301
+    # Aesthetically quote it.
 
59302
+    func_quote_for_eval "$arg"
 
59303
+    install_prog="$install_prog$func_quote_for_eval_result"
 
59304
+
 
59305
+    # We need to accept at least all the BSD install flags.
 
59306
+    dest=
 
59307
+    files=
 
59308
+    opts=
 
59309
          prev=
 
59310
+    install_type=
 
59311
+    isdir=no
 
59312
+    stripme=
 
59313
+    for arg
 
59314
+    do
 
59315
+      if test -n "$dest"; then
 
59316
+       files="$files $dest"
 
59317
+       dest=$arg
 
59318
          continue
 
59319
+      fi
 
59320
+
 
59321
+      case $arg in
 
59322
+      -d) isdir=yes ;;
 
59323
+      -f)
 
59324
+       case " $install_prog " in
 
59325
+       *[\\\ /]cp\ *) ;;
 
59326
+       *) prev=$arg ;;
 
59327
+       esac
 
59328
          ;;
 
59329
-       xcompiler)
 
59330
-         compiler_flags="$compiler_flags $qarg"
 
59331
-         prev=
 
59332
-         compile_command="$compile_command $qarg"
 
59333
-         finalize_command="$finalize_command $qarg"
 
59334
-         continue
 
59335
-         ;;
 
59336
-       xlinker)
 
59337
-         linker_flags="$linker_flags $qarg"
 
59338
-         compiler_flags="$compiler_flags $wl$qarg"
 
59339
-         prev=
 
59340
-         compile_command="$compile_command $wl$qarg"
 
59341
-         finalize_command="$finalize_command $wl$qarg"
 
59342
-         continue
 
59343
-         ;;
 
59344
-       xcclinker)
 
59345
-         linker_flags="$linker_flags $qarg"
 
59346
-         compiler_flags="$compiler_flags $qarg"
 
59347
-         prev=
 
59348
-         compile_command="$compile_command $qarg"
 
59349
-         finalize_command="$finalize_command $qarg"
 
59350
-         continue
 
59351
+      -g | -m | -o)
 
59352
+       prev=$arg
 
59353
          ;;
 
59354
-       shrext)
 
59355
-         shrext_cmds="$arg"
 
59356
-         prev=
 
59357
+      -s)
 
59358
+       stripme=" -s"
 
59359
          continue
 
59360
          ;;
 
59361
-       darwin_framework|darwin_framework_skip)
 
59362
-         test "$prev" = "darwin_framework" && compiler_flags="$compiler_flags $arg"
 
59363
-         compile_command="$compile_command $arg"
 
59364
-         finalize_command="$finalize_command $arg"
 
59365
-         prev=
 
59366
-         continue
 
59367
+      -*)
 
59368
          ;;
 
59369
        *)
 
59370
-         eval "$prev=\"\$arg\""
 
59371
+       # If the previous option needed an argument, then skip it.
 
59372
+       if test -n "$prev"; then
 
59373
          prev=
 
59374
+       else
 
59375
+         dest=$arg
 
59376
          continue
 
59377
+       fi
 
59378
          ;;
 
59379
        esac
 
59380
-      fi # test -n "$prev"
 
59381
 
 
59382
-      prevarg="$arg"
 
59383
-
 
59384
-      case $arg in
 
59385
-      -all-static)
 
59386
-       if test -n "$link_static_flag"; then
 
59387
-         compile_command="$compile_command $link_static_flag"
 
59388
-         finalize_command="$finalize_command $link_static_flag"
 
59389
-       fi
 
59390
-       continue
 
59391
-       ;;
 
59392
-
 
59393
-      -allow-undefined)
 
59394
-       # FIXME: remove this flag sometime in the future.
 
59395
-       $echo "$modename: \`-allow-undefined' is deprecated because it is the default" 1>&2
 
59396
-       continue
 
59397
-       ;;
 
59398
+      # Aesthetically quote the argument.
 
59399
+      func_quote_for_eval "$arg"
 
59400
+      install_prog="$install_prog $func_quote_for_eval_result"
 
59401
+    done
 
59402
 
 
59403
-      -avoid-version)
 
59404
-       avoid_version=yes
 
59405
-       continue
 
59406
-       ;;
 
59407
+    test -z "$install_prog" && \
 
59408
+      func_fatal_help "you must specify an install program"
 
59409
 
 
59410
-      -dlopen)
 
59411
-       prev=dlfiles
 
59412
-       continue
 
59413
-       ;;
 
59414
+    test -n "$prev" && \
 
59415
+      func_fatal_help "the \`$prev' option requires an argument"
 
59416
 
 
59417
-      -dlpreopen)
 
59418
-       prev=dlprefiles
 
59419
-       continue
 
59420
-       ;;
 
59421
+    if test -z "$files"; then
 
59422
+      if test -z "$dest"; then
 
59423
+       func_fatal_help "no file or destination specified"
 
59424
+      else
 
59425
+       func_fatal_help "you must specify a destination"
 
59426
+      fi
 
59427
+    fi
 
59428
 
 
59429
-      -export-dynamic)
 
59430
-       export_dynamic=yes
 
59431
-       continue
 
59432
-       ;;
 
59433
+    # Strip any trailing slash from the destination.
 
59434
+    func_stripname '' '/' "$dest"
 
59435
+    dest=$func_stripname_result
 
59436
 
 
59437
-      -export-symbols | -export-symbols-regex)
 
59438
-       if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
 
59439
-         $echo "$modename: more than one -exported-symbols argument is not allowed"
 
59440
-         exit $EXIT_FAILURE
 
59441
-       fi
 
59442
-       if test "X$arg" = "X-export-symbols"; then
 
59443
-         prev=expsyms
 
59444
+    # Check to see that the destination is a directory.
 
59445
+    test -d "$dest" && isdir=yes
 
59446
+    if test "$isdir" = yes; then
 
59447
+      destdir="$dest"
 
59448
+      destname=
 
59449
        else
 
59450
-         prev=expsyms_regex
 
59451
-       fi
 
59452
-       continue
 
59453
-       ;;
 
59454
-
 
59455
-      -framework|-arch|-isysroot)
 
59456
-       case " $CC " in
 
59457
-         *" ${arg} ${1} "* | *" ${arg} ${1} "*) 
 
59458
-               prev=darwin_framework_skip ;;
 
59459
-         *) compiler_flags="$compiler_flags $arg"
 
59460
-            prev=darwin_framework ;;
 
59461
-       esac
 
59462
-       compile_command="$compile_command $arg"
 
59463
-       finalize_command="$finalize_command $arg"
 
59464
-       continue
 
59465
-       ;;
 
59466
-
 
59467
-      -inst-prefix-dir)
 
59468
-       prev=inst_prefix
 
59469
-       continue
 
59470
-       ;;
 
59471
-
 
59472
-      # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:*
 
59473
-      # so, if we see these flags be careful not to treat them like -L
 
59474
-      -L[A-Z][A-Z]*:*)
 
59475
-       case $with_gcc/$host in
 
59476
-       no/*-*-irix* | /*-*-irix*)
 
59477
-         compile_command="$compile_command $arg"
 
59478
-         finalize_command="$finalize_command $arg"
 
59479
-         ;;
 
59480
-       esac
 
59481
-       continue
 
59482
-       ;;
 
59483
+      func_dirname_and_basename "$dest" "" "."
 
59484
+      destdir="$func_dirname_result"
 
59485
+      destname="$func_basename_result"
 
59486
 
 
59487
-      -L*)
 
59488
-       dir=`$echo "X$arg" | $Xsed -e 's/^-L//'`
 
59489
-       # We need an absolute path.
 
59490
-       case $dir in
 
59491
+      # Not a directory, so check to see that there is only one file specified.
 
59492
+      set dummy $files; shift
 
59493
+      test "$#" -gt 1 && \
 
59494
+       func_fatal_help "\`$dest' is not a directory"
 
59495
+    fi
 
59496
+    case $destdir in
 
59497
        [\\/]* | [A-Za-z]:[\\/]*) ;;
 
59498
        *)
 
59499
-         absdir=`cd "$dir" && pwd`
 
59500
-         if test -z "$absdir"; then
 
59501
-           $echo "$modename: cannot determine absolute directory name of \`$dir'" 1>&2
 
59502
-           absdir="$dir"
 
59503
-           notinst_path="$notinst_path $dir"
 
59504
-         fi
 
59505
-         dir="$absdir"
 
59506
-         ;;
 
59507
-       esac
 
59508
-       case "$deplibs " in
 
59509
-       *" -L$dir "*) ;;
 
59510
+      for file in $files; do
 
59511
+       case $file in
 
59512
+       *.lo) ;;
 
59513
        *)
 
59514
-         deplibs="$deplibs -L$dir"
 
59515
-         lib_search_path="$lib_search_path $dir"
 
59516
+         func_fatal_help "\`$destdir' must be an absolute directory name"
 
59517
          ;;
 
59518
        esac
 
59519
-       case $host in
 
59520
-       *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
 
59521
-         testbindir=`$echo "X$dir" | $Xsed -e 's*/lib$*/bin*'`
 
59522
-         case :$dllsearchpath: in
 
59523
-         *":$dir:"*) ;;
 
59524
-         *) dllsearchpath="$dllsearchpath:$dir";;
 
59525
-         esac
 
59526
-         case :$dllsearchpath: in
 
59527
-         *":$testbindir:"*) ;;
 
59528
-         *) dllsearchpath="$dllsearchpath:$testbindir";;
 
59529
-         esac
 
59530
+      done
 
59531
          ;;
 
59532
        esac
 
59533
-       continue
 
59534
-       ;;
 
59535
 
 
59536
-      -l*)
 
59537
-       if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then
 
59538
-         case $host in
 
59539
-         *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos*)
 
59540
-           # These systems don't actually have a C or math library (as such)
 
59541
-           continue
 
59542
-           ;;
 
59543
-         *-*-os2*)
 
59544
-           # These systems don't actually have a C library (as such)
 
59545
-           test "X$arg" = "X-lc" && continue
 
59546
-           ;;
 
59547
-         *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
 
59548
-           # Do not include libc due to us having libc/libc_r.
 
59549
-           test "X$arg" = "X-lc" && continue
 
59550
-           ;;
 
59551
-         *-*-rhapsody* | *-*-darwin1.[012])
 
59552
-           # Rhapsody C and math libraries are in the System framework
 
59553
-           deplibs="$deplibs -framework System"
 
59554
-           continue
 
59555
-           ;;
 
59556
-         *-*-sco3.2v5* | *-*-sco5v6*)
 
59557
-           # Causes problems with __ctype
 
59558
-           test "X$arg" = "X-lc" && continue
 
59559
-           ;;
 
59560
-         *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
 
59561
-           # Compiler inserts libc in the correct place for threads to work
 
59562
-           test "X$arg" = "X-lc" && continue
 
59563
+    # This variable tells wrapper scripts just to set variables rather
 
59564
+    # than running their programs.
 
59565
+    libtool_install_magic="$magic"
 
59566
+
 
59567
+    staticlibs=
 
59568
+    future_libdirs=
 
59569
+    current_libdirs=
 
59570
+    for file in $files; do
 
59571
+
 
59572
+      # Do each installation.
 
59573
+      case $file in
 
59574
+      *.$libext)
 
59575
+       # Do the static libraries later.
 
59576
+       staticlibs="$staticlibs $file"
 
59577
            ;;
 
59578
+
 
59579
+      *.la)
 
59580
+       # Check to see that this really is a libtool archive.
 
59581
+       func_lalib_unsafe_p "$file" \
 
59582
+         || func_fatal_help "\`$file' is not a valid libtool archive"
 
59583
+
 
59584
+       library_names=
 
59585
+       old_library=
 
59586
+       relink_command=
 
59587
+       func_source "$file"
 
59588
+
 
59589
+       # Add the libdir to current_libdirs if it is the destination.
 
59590
+       if test "X$destdir" = "X$libdir"; then
 
59591
+         case "$current_libdirs " in
 
59592
+         *" $libdir "*) ;;
 
59593
+         *) current_libdirs="$current_libdirs $libdir" ;;
 
59594
          esac
 
59595
-       elif test "X$arg" = "X-lc_r"; then
 
59596
-        case $host in
 
59597
-        *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
 
59598
-          # Do not include libc_r directly, use -pthread flag.
 
59599
-          continue
 
59600
-          ;;
 
59601
+       else
 
59602
+         # Note the libdir as a future libdir.
 
59603
+         case "$future_libdirs " in
 
59604
+         *" $libdir "*) ;;
 
59605
+         *) future_libdirs="$future_libdirs $libdir" ;;
 
59606
         esac
 
59607
        fi
 
59608
-       deplibs="$deplibs $arg"
 
59609
-       continue
 
59610
-       ;;
 
59611
 
 
59612
-      # Tru64 UNIX uses -model [arg] to determine the layout of C++
 
59613
-      # classes, name mangling, and exception handling.
 
59614
-      -model)
 
59615
-       compile_command="$compile_command $arg"
 
59616
-       compiler_flags="$compiler_flags $arg"
 
59617
-       finalize_command="$finalize_command $arg"
 
59618
-       prev=xcompiler
 
59619
-       continue
 
59620
-       ;;
 
59621
+       func_dirname "$file" "/" ""
 
59622
+       dir="$func_dirname_result"
 
59623
+       dir="$dir$objdir"
 
59624
 
 
59625
-     -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
 
59626
-       compiler_flags="$compiler_flags $arg"
 
59627
-       compile_command="$compile_command $arg"
 
59628
-       finalize_command="$finalize_command $arg"
 
59629
-       continue
 
59630
-       ;;
 
59631
+       if test -n "$relink_command"; then
 
59632
+         # Determine the prefix the user has applied to our future dir.
 
59633
+         inst_prefix_dir=`$ECHO "X$destdir" | $Xsed -e "s%$libdir\$%%"`
 
59634
 
 
59635
-      -module)
 
59636
-       module=yes
 
59637
-       continue
 
59638
-       ;;
 
59639
+         # Don't allow the user to place us outside of our expected
 
59640
+         # location b/c this prevents finding dependent libraries that
 
59641
+         # are installed to the same prefix.
 
59642
+         # At present, this check doesn't affect windows .dll's that
 
59643
+         # are installed into $libdir/../bin (currently, that works fine)
 
59644
+         # but it's something to keep an eye on.
 
59645
+         test "$inst_prefix_dir" = "$destdir" && \
 
59646
+           func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir"
 
59647
 
 
59648
-      # -64, -mips[0-9] enable 64-bit mode on the SGI compiler
 
59649
-      # -r[0-9][0-9]* specifies the processor on the SGI compiler
 
59650
-      # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler
 
59651
-      # +DA*, +DD* enable 64-bit mode on the HP compiler
 
59652
-      # -q* pass through compiler args for the IBM compiler
 
59653
-      # -m* pass through architecture-specific compiler args for GCC
 
59654
-      # -m*, -t[45]*, -txscale* pass through architecture-specific
 
59655
-      # compiler args for GCC
 
59656
-      # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC
 
59657
-      # -F/path gives path to uninstalled frameworks, gcc on darwin
 
59658
-      # @file GCC response files
 
59659
-      -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
 
59660
-      -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*)
 
59661
+         if test -n "$inst_prefix_dir"; then
 
59662
+           # Stick the inst_prefix_dir data into the link command.
 
59663
+           relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
 
59664
+         else
 
59665
+           relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%%"`
 
59666
+         fi
 
59667
 
 
59668
-       # Unknown arguments in both finalize_command and compile_command need
 
59669
-       # to be aesthetically quoted because they are evaled later.
 
59670
-       arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
 
59671
-       case $arg in
 
59672
-       *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \   ]*|*]*|"")
 
59673
-         arg="\"$arg\""
 
59674
-         ;;
 
59675
-       esac
 
59676
-        compile_command="$compile_command $arg"
 
59677
-        finalize_command="$finalize_command $arg"
 
59678
-        compiler_flags="$compiler_flags $arg"
 
59679
-        continue
 
59680
-        ;;
 
59681
+         func_warning "relinking \`$file'"
 
59682
+         func_show_eval "$relink_command" \
 
59683
+           'func_fatal_error "error: relink \`$file'\'' with the above command before installing it"'
 
59684
+       fi
 
59685
 
 
59686
-      -shrext)
 
59687
-       prev=shrext
 
59688
-       continue
 
59689
-       ;;
 
59690
+       # See the names of the shared library.
 
59691
+       set dummy $library_names; shift
 
59692
+       if test -n "$1"; then
 
59693
+         realname="$1"
 
59694
+         shift
 
59695
 
 
59696
-      -no-fast-install)
 
59697
-       fast_install=no
 
59698
-       continue
 
59699
-       ;;
 
59700
+         srcname="$realname"
 
59701
+         test -n "$relink_command" && srcname="$realname"T
 
59702
 
 
59703
-      -no-install)
 
59704
-       case $host in
 
59705
-       *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin*)
 
59706
-         # The PATH hackery in wrapper scripts is required on Windows
 
59707
-         # and Darwin in order for the loader to find any dlls it needs.
 
59708
-         $echo "$modename: warning: \`-no-install' is ignored for $host" 1>&2
 
59709
-         $echo "$modename: warning: assuming \`-no-fast-install' instead" 1>&2
 
59710
-         fast_install=no
 
59711
+         # Install the shared library and build the symlinks.
 
59712
+         func_show_eval "$install_prog $dir/$srcname $destdir/$realname" \
 
59713
+             'exit $?'
 
59714
+         tstripme="$stripme"
 
59715
+         case $host_os in
 
59716
+         cygwin* | mingw* | pw32*)
 
59717
+           case $realname in
 
59718
+           *.dll.a)
 
59719
+             tstripme=""
 
59720
          ;;
 
59721
-       *) no_install=yes ;;
 
59722
        esac
 
59723
-       continue
 
59724
        ;;
 
59725
+         esac
 
59726
+         if test -n "$tstripme" && test -n "$striplib"; then
 
59727
+           func_show_eval "$striplib $destdir/$realname" 'exit $?'
 
59728
+         fi
 
59729
 
 
59730
-      -no-undefined)
 
59731
-       allow_undefined=no
 
59732
-       continue
 
59733
-       ;;
 
59734
+         if test "$#" -gt 0; then
 
59735
+           # Delete the old symlinks, and create new ones.
 
59736
+           # Try `ln -sf' first, because the `ln' binary might depend on
 
59737
+           # the symlink we replace!  Solaris /bin/ln does not understand -f,
 
59738
+           # so we also need to try rm && ln -s.
 
59739
+           for linkname
 
59740
+           do
 
59741
+             test "$linkname" != "$realname" \
 
59742
+               && func_show_eval "(cd $destdir && { $LN_S -f $realname $linkname || { $RM $linkname && $LN_S $realname $linkname; }; })"
 
59743
+           done
 
59744
+         fi
 
59745
 
 
59746
-      -objectlist)
 
59747
-       prev=objectlist
 
59748
-       continue
 
59749
-       ;;
 
59750
+         # Do each command in the postinstall commands.
 
59751
+         lib="$destdir/$realname"
 
59752
+         func_execute_cmds "$postinstall_cmds" 'exit $?'
 
59753
+       fi
 
59754
 
 
59755
-      -o) prev=output ;;
 
59756
+       # Install the pseudo-library for information purposes.
 
59757
+       func_basename "$file"
 
59758
+       name="$func_basename_result"
 
59759
+       instname="$dir/$name"i
 
59760
+       func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
 
59761
 
 
59762
-      -precious-files-regex)
 
59763
-       prev=precious_regex
 
59764
-       continue
 
59765
+       # Maybe install the static library, too.
 
59766
+       test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
 
59767
        ;;
 
59768
 
 
59769
-      -release)
 
59770
-       prev=release
 
59771
-       continue
 
59772
-       ;;
 
59773
+      *.lo)
 
59774
+       # Install (i.e. copy) a libtool object.
 
59775
 
 
59776
-      -rpath)
 
59777
-       prev=rpath
 
59778
-       continue
 
59779
-       ;;
 
59780
+       # Figure out destination file name, if it wasn't already specified.
 
59781
+       if test -n "$destname"; then
 
59782
+         destfile="$destdir/$destname"
 
59783
+       else
 
59784
+         func_basename "$file"
 
59785
+         destfile="$func_basename_result"
 
59786
+         destfile="$destdir/$destfile"
 
59787
+       fi
 
59788
 
 
59789
-      -R)
 
59790
-       prev=xrpath
 
59791
-       continue
 
59792
+       # Deduce the name of the destination old-style object file.
 
59793
+       case $destfile in
 
59794
+       *.lo)
 
59795
+         func_lo2o "$destfile"
 
59796
+         staticdest=$func_lo2o_result
 
59797
+         ;;
 
59798
+       *.$objext)
 
59799
+         staticdest="$destfile"
 
59800
+         destfile=
 
59801
        ;;
 
59802
-
 
59803
-      -R*)
 
59804
-       dir=`$echo "X$arg" | $Xsed -e 's/^-R//'`
 
59805
-       # We need an absolute path.
 
59806
-       case $dir in
 
59807
-       [\\/]* | [A-Za-z]:[\\/]*) ;;
 
59808
        *)
 
59809
-         $echo "$modename: only absolute run-paths are allowed" 1>&2
 
59810
-         exit $EXIT_FAILURE
 
59811
+         func_fatal_help "cannot copy a libtool object to \`$destfile'"
 
59812
          ;;
 
59813
        esac
 
59814
-       case "$xrpath " in
 
59815
-       *" $dir "*) ;;
 
59816
-       *) xrpath="$xrpath $dir" ;;
 
59817
-       esac
 
59818
-       continue
 
59819
-       ;;
 
59820
 
 
59821
-      -static | -static-libtool-libs)
 
59822
-       # The effects of -static are defined in a previous loop.
 
59823
-       # We used to do the same as -all-static on platforms that
 
59824
-       # didn't have a PIC flag, but the assumption that the effects
 
59825
-       # would be equivalent was wrong.  It would break on at least
 
59826
-       # Digital Unix and AIX.
 
59827
-       continue
 
59828
-       ;;
 
59829
+       # Install the libtool object if requested.
 
59830
+       test -n "$destfile" && \
 
59831
+         func_show_eval "$install_prog $file $destfile" 'exit $?'
 
59832
 
 
59833
-      -thread-safe)
 
59834
-       thread_safe=yes
 
59835
-       continue
 
59836
+       # Install the old object if enabled.
 
59837
+       if test "$build_old_libs" = yes; then
 
59838
+         # Deduce the name of the old-style object file.
 
59839
+         func_lo2o "$file"
 
59840
+         staticobj=$func_lo2o_result
 
59841
+         func_show_eval "$install_prog \$staticobj \$staticdest" 'exit $?'
 
59842
+       fi
 
59843
+       exit $EXIT_SUCCESS
 
59844
        ;;
 
59845
 
 
59846
-      -version-info)
 
59847
-       prev=vinfo
 
59848
-       continue
 
59849
-       ;;
 
59850
-      -version-number)
 
59851
-       prev=vinfo
 
59852
-       vinfo_number=yes
 
59853
-       continue
 
59854
-       ;;
 
59855
+      *)
 
59856
+       # Figure out destination file name, if it wasn't already specified.
 
59857
+       if test -n "$destname"; then
 
59858
+         destfile="$destdir/$destname"
 
59859
+       else
 
59860
+         func_basename "$file"
 
59861
+         destfile="$func_basename_result"
 
59862
+         destfile="$destdir/$destfile"
 
59863
+       fi
 
59864
 
 
59865
-      -Wc,*)
 
59866
-       args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wc,//'`
 
59867
-       arg=
 
59868
-       save_ifs="$IFS"; IFS=','
 
59869
-       for flag in $args; do
 
59870
-         IFS="$save_ifs"
 
59871
-         case $flag in
 
59872
-           *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \       ]*|*]*|"")
 
59873
-           flag="\"$flag\""
 
59874
+       # If the file is missing, and there is a .exe on the end, strip it
 
59875
+       # because it is most likely a libtool script we actually want to
 
59876
+       # install
 
59877
+       stripped_ext=""
 
59878
+       case $file in
 
59879
+         *.exe)
 
59880
+           if test ! -f "$file"; then
 
59881
+             func_stripname '' '.exe' "$file"
 
59882
+             file=$func_stripname_result
 
59883
+             stripped_ext=".exe"
 
59884
+           fi
 
59885
            ;;
 
59886
          esac
 
59887
-         arg="$arg $wl$flag"
 
59888
-         compiler_flags="$compiler_flags $flag"
 
59889
-       done
 
59890
-       IFS="$save_ifs"
 
59891
-       arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
 
59892
-       ;;
 
59893
 
 
59894
-      -Wl,*)
 
59895
-       args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
 
59896
-       arg=
 
59897
-       save_ifs="$IFS"; IFS=','
 
59898
-       for flag in $args; do
 
59899
-         IFS="$save_ifs"
 
59900
-         case $flag in
 
59901
-           *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \       ]*|*]*|"")
 
59902
-           flag="\"$flag\""
 
59903
+       # Do a test to see if this is really a libtool program.
 
59904
+       case $host in
 
59905
+       *cygwin*|*mingw*)
 
59906
+           if func_ltwrapper_executable_p "$file"; then
 
59907
+             func_ltwrapper_scriptname "$file"
 
59908
+             wrapper=$func_ltwrapper_scriptname_result
 
59909
+           else
 
59910
+             func_stripname '' '.exe' "$file"
 
59911
+             wrapper=$func_stripname_result
 
59912
+           fi
 
59913
+           ;;
 
59914
+       *)
 
59915
+           wrapper=$file
 
59916
            ;;
 
59917
          esac
 
59918
-         arg="$arg $wl$flag"
 
59919
-         compiler_flags="$compiler_flags $wl$flag"
 
59920
-         linker_flags="$linker_flags $flag"
 
59921
-       done
 
59922
-       IFS="$save_ifs"
 
59923
-       arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
 
59924
-       ;;
 
59925
+       if func_ltwrapper_script_p "$wrapper"; then
 
59926
+         notinst_deplibs=
 
59927
+         relink_command=
 
59928
 
 
59929
-      -Xcompiler)
 
59930
-       prev=xcompiler
 
59931
-       continue
 
59932
-       ;;
 
59933
+         func_source "$wrapper"
 
59934
 
 
59935
-      -Xlinker)
 
59936
-       prev=xlinker
 
59937
-       continue
 
59938
-       ;;
 
59939
+         # Check the variables that should have been set.
 
59940
+         test -z "$generated_by_libtool_version" && \
 
59941
+           func_fatal_error "invalid libtool wrapper script \`$wrapper'"
 
59942
 
 
59943
-      -XCClinker)
 
59944
-       prev=xcclinker
 
59945
+         finalize=yes
 
59946
+         for lib in $notinst_deplibs; do
 
59947
+           # Check to see that each library is installed.
 
59948
+           libdir=
 
59949
+           if test -f "$lib"; then
 
59950
+             func_source "$lib"
 
59951
+           fi
 
59952
+           libfile="$libdir/"`$ECHO "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
 
59953
+           if test -n "$libdir" && test ! -f "$libfile"; then
 
59954
+             func_warning "\`$lib' has not been installed in \`$libdir'"
 
59955
+             finalize=no
 
59956
+           fi
 
59957
+       done
 
59958
+
 
59959
+         relink_command=
 
59960
+         func_source "$wrapper"
 
59961
+
 
59962
+         outputname=
 
59963
+         if test "$fast_install" = no && test -n "$relink_command"; then
 
59964
+           $opt_dry_run || {
 
59965
+             if test "$finalize" = yes; then
 
59966
+               tmpdir=`func_mktempdir`
 
59967
+               func_basename "$file$stripped_ext"
 
59968
+               file="$func_basename_result"
 
59969
+               outputname="$tmpdir/$file"
 
59970
+               # Replace the output file specification.
 
59971
+               relink_command=`$ECHO "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
 
59972
+
 
59973
+               $opt_silent || {
 
59974
+                 func_quote_for_expand "$relink_command"
 
59975
+                 eval "func_echo $func_quote_for_expand_result"
 
59976
+               }
 
59977
+               if eval "$relink_command"; then :
 
59978
+                 else
 
59979
+                 func_error "error: relink \`$file' with the above command before installing it"
 
59980
+                 $opt_dry_run || ${RM}r "$tmpdir"
 
59981
        continue
 
59982
-       ;;
 
59983
+               fi
 
59984
+               file="$outputname"
 
59985
+             else
 
59986
+               func_warning "cannot relink \`$file'"
 
59987
+             fi
 
59988
+           }
 
59989
+         else
 
59990
+           # Install the binary that we compiled earlier.
 
59991
+           file=`$ECHO "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
 
59992
+         fi
 
59993
+       fi
 
59994
 
 
59995
-      # Some other compiler flag.
 
59996
-      -* | +*)
 
59997
-       # Unknown arguments in both finalize_command and compile_command need
 
59998
-       # to be aesthetically quoted because they are evaled later.
 
59999
-       arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
 
60000
-       case $arg in
 
60001
-       *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \   ]*|*]*|"")
 
60002
-         arg="\"$arg\""
 
60003
+       # remove .exe since cygwin /usr/bin/install will append another
 
60004
+       # one anyway
 
60005
+       case $install_prog,$host in
 
60006
+       */usr/bin/install*,*cygwin*)
 
60007
+         case $file:$destfile in
 
60008
+         *.exe:*.exe)
 
60009
+           # this is ok
 
60010
+           ;;
 
60011
+         *.exe:*)
 
60012
+           destfile=$destfile.exe
 
60013
+           ;;
 
60014
+         *:*.exe)
 
60015
+           func_stripname '' '.exe' "$destfile"
 
60016
+           destfile=$func_stripname_result
 
60017
          ;;
 
60018
        esac
 
60019
        ;;
 
60020
-
 
60021
-      *.$objext)
 
60022
-       # A standard object.
 
60023
-       objs="$objs $arg"
 
60024
+       esac
 
60025
+       func_show_eval "$install_prog\$stripme \$file \$destfile" 'exit $?'
 
60026
+       $opt_dry_run || if test -n "$outputname"; then
 
60027
+         ${RM}r "$tmpdir"
 
60028
+       fi
 
60029
        ;;
 
60030
+      esac
 
60031
+    done
 
60032
 
 
60033
-      *.lo)
 
60034
-       # A libtool-controlled object.
 
60035
+    for file in $staticlibs; do
 
60036
+      func_basename "$file"
 
60037
+      name="$func_basename_result"
 
60038
 
 
60039
-       # Check to see that this really is a libtool object.
 
60040
-       if (${SED} -e '2q' $arg | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
 
60041
-         pic_object=
 
60042
-         non_pic_object=
 
60043
+      # Set up the ranlib parameters.
 
60044
+      oldlib="$destdir/$name"
 
60045
 
 
60046
-         # Read the .lo file
 
60047
-         # If there is no directory component, then add one.
 
60048
-         case $arg in
 
60049
-         */* | *\\*) . $arg ;;
 
60050
-         *) . ./$arg ;;
 
60051
-         esac
 
60052
+      func_show_eval "$install_prog \$file \$oldlib" 'exit $?'
 
60053
 
 
60054
-         if test -z "$pic_object" || \
 
60055
-            test -z "$non_pic_object" ||
 
60056
-            test "$pic_object" = none && \
 
60057
-            test "$non_pic_object" = none; then
 
60058
-           $echo "$modename: cannot find name of object for \`$arg'" 1>&2
 
60059
-           exit $EXIT_FAILURE
 
60060
+      if test -n "$stripme" && test -n "$old_striplib"; then
 
60061
+       func_show_eval "$old_striplib $oldlib" 'exit $?'
 
60062
          fi
 
60063
 
 
60064
-         # Extract subdirectory from the argument.
 
60065
-         xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
 
60066
-         if test "X$xdir" = "X$arg"; then
 
60067
-           xdir=
 
60068
+      # Do each command in the postinstall commands.
 
60069
+      func_execute_cmds "$old_postinstall_cmds" 'exit $?'
 
60070
+    done
 
60071
+
 
60072
+    test -n "$future_libdirs" && \
 
60073
+      func_warning "remember to run \`$progname --finish$future_libdirs'"
 
60074
+
 
60075
+    if test -n "$current_libdirs"; then
 
60076
+      # Maybe just do a dry run.
 
60077
+      $opt_dry_run && current_libdirs=" -n$current_libdirs"
 
60078
+      exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
 
60079
          else
 
60080
-           xdir="$xdir/"
 
60081
+      exit $EXIT_SUCCESS
 
60082
          fi
 
60083
+}
 
60084
 
 
60085
-         if test "$pic_object" != none; then
 
60086
-           # Prepend the subdirectory the object is found in.
 
60087
-           pic_object="$xdir$pic_object"
 
60088
+test "$mode" = install && func_mode_install ${1+"$@"}
 
60089
 
 
60090
-           if test "$prev" = dlfiles; then
 
60091
-             if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
 
60092
-               dlfiles="$dlfiles $pic_object"
 
60093
-               prev=
 
60094
-               continue
 
60095
+
 
60096
+# func_generate_dlsyms outputname originator pic_p
 
60097
+# Extract symbols from dlprefiles and create ${outputname}S.o with
 
60098
+# a dlpreopen symbol table.
 
60099
+func_generate_dlsyms ()
 
60100
+{
 
60101
+    $opt_debug
 
60102
+    my_outputname="$1"
 
60103
+    my_originator="$2"
 
60104
+    my_pic_p="${3-no}"
 
60105
+    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
 
60106
+    my_dlsyms=
 
60107
+
 
60108
+    if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
 
60109
+      if test -n "$NM" && test -n "$global_symbol_pipe"; then
 
60110
+       my_dlsyms="${my_outputname}S.c"
 
60111
              else
 
60112
-               # If libtool objects are unsupported, then we need to preload.
 
60113
-               prev=dlprefiles
 
60114
+       func_error "not configured to extract global symbols from dlpreopened files"
 
60115
              fi
 
60116
            fi
 
60117
 
 
60118
-           # CHECK ME:  I think I busted this.  -Ossama
 
60119
-           if test "$prev" = dlprefiles; then
 
60120
-             # Preload the old-style object.
 
60121
-             dlprefiles="$dlprefiles $pic_object"
 
60122
-             prev=
 
60123
-           fi
 
60124
-
 
60125
-           # A PIC object.
 
60126
-           libobjs="$libobjs $pic_object"
 
60127
-           arg="$pic_object"
 
60128
-         fi
 
60129
-
 
60130
-         # Non-PIC object.
 
60131
-         if test "$non_pic_object" != none; then
 
60132
-           # Prepend the subdirectory the object is found in.
 
60133
-           non_pic_object="$xdir$non_pic_object"
 
60134
+    if test -n "$my_dlsyms"; then
 
60135
+      case $my_dlsyms in
 
60136
+      "") ;;
 
60137
+      *.c)
 
60138
+       # Discover the nlist of each of the dlfiles.
 
60139
+       nlist="$output_objdir/${my_outputname}.nm"
 
60140
+
 
60141
+       func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
 
60142
+
 
60143
+       # Parse the name list into a source file.
 
60144
+       func_verbose "creating $output_objdir/$my_dlsyms"
 
60145
+
 
60146
+       $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\
 
60147
+/* $my_dlsyms - symbol resolution table for \`$my_outputname' dlsym emulation. */
 
60148
+/* Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION */
 
60149
 
 
60150
-           # A standard non-PIC object
 
60151
-           non_pic_objects="$non_pic_objects $non_pic_object"
 
60152
-           if test -z "$pic_object" || test "$pic_object" = none ; then
 
60153
-             arg="$non_pic_object"
 
60154
-           fi
 
60155
-         else
 
60156
-           # If the PIC object exists, use it instead.
 
60157
-           # $xdir was prepended to $pic_object above.
 
60158
-           non_pic_object="$pic_object"
 
60159
-           non_pic_objects="$non_pic_objects $non_pic_object"
 
60160
-         fi
 
60161
-       else
 
60162
-         # Only an error if not doing a dry-run.
 
60163
-         if test -z "$run"; then
 
60164
-           $echo "$modename: \`$arg' is not a valid libtool object" 1>&2
 
60165
-           exit $EXIT_FAILURE
 
60166
-         else
 
60167
-           # Dry-run case.
 
60168
+#ifdef __cplusplus
 
60169
+extern \"C\" {
 
60170
+#endif
 
60171
 
 
60172
-           # Extract subdirectory from the argument.
 
60173
-           xdir=`$echo "X$arg" | $Xsed -e 's%/[^/]*$%%'`
 
60174
-           if test "X$xdir" = "X$arg"; then
 
60175
-             xdir=
 
60176
-           else
 
60177
-             xdir="$xdir/"
 
60178
-           fi
 
60179
+/* External symbol declarations for the compiler. */\
 
60180
+"
 
60181
 
 
60182
-           pic_object=`$echo "X${xdir}${objdir}/${arg}" | $Xsed -e "$lo2o"`
 
60183
-           non_pic_object=`$echo "X${xdir}${arg}" | $Xsed -e "$lo2o"`
 
60184
-           libobjs="$libobjs $pic_object"
 
60185
-           non_pic_objects="$non_pic_objects $non_pic_object"
 
60186
-         fi
 
60187
-       fi
 
60188
-       ;;
 
60189
+       if test "$dlself" = yes; then
 
60190
+         func_verbose "generating symbol list for \`$output'"
 
60191
 
 
60192
-      *.$libext)
 
60193
-       # An archive.
 
60194
-       deplibs="$deplibs $arg"
 
60195
-       old_deplibs="$old_deplibs $arg"
 
60196
-       continue
 
60197
-       ;;
 
60198
+         $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
 
60199
 
 
60200
-      *.la)
 
60201
-       # A libtool-controlled library.
 
60202
+         # Add our own program objects to the symbol list.
 
60203
+         progfiles=`$ECHO "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
 
60204
+         for progfile in $progfiles; do
 
60205
+           func_verbose "extracting global C symbols from \`$progfile'"
 
60206
+           $opt_dry_run || eval "$NM $progfile | $global_symbol_pipe >> '$nlist'"
 
60207
+         done
 
60208
 
 
60209
-       if test "$prev" = dlfiles; then
 
60210
-         # This library was specified with -dlopen.
 
60211
-         dlfiles="$dlfiles $arg"
 
60212
-         prev=
 
60213
-       elif test "$prev" = dlprefiles; then
 
60214
-         # The library was specified with -dlpreopen.
 
60215
-         dlprefiles="$dlprefiles $arg"
 
60216
-         prev=
 
60217
-       else
 
60218
-         deplibs="$deplibs $arg"
 
60219
+         if test -n "$exclude_expsyms"; then
 
60220
+           $opt_dry_run || {
 
60221
+             eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
 
60222
+             eval '$MV "$nlist"T "$nlist"'
 
60223
+           }
 
60224
        fi
 
60225
-       continue
 
60226
-       ;;
 
60227
 
 
60228
-      # Some other compiler argument.
 
60229
-      *)
 
60230
-       # Unknown arguments in both finalize_command and compile_command need
 
60231
-       # to be aesthetically quoted because they are evaled later.
 
60232
-       arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
 
60233
-       case $arg in
 
60234
-       *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \   ]*|*]*|"")
 
60235
-         arg="\"$arg\""
 
60236
+         if test -n "$export_symbols_regex"; then
 
60237
+           $opt_dry_run || {
 
60238
+             eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
 
60239
+             eval '$MV "$nlist"T "$nlist"'
 
60240
+           }
 
60241
+         fi
 
60242
+
 
60243
+         # Prepare the list of exported symbols
 
60244
+         if test -z "$export_symbols"; then
 
60245
+           export_symbols="$output_objdir/$outputname.exp"
 
60246
+           $opt_dry_run || {
 
60247
+             $RM $export_symbols
 
60248
+             eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
 
60249
+             case $host in
 
60250
+             *cygwin* | *mingw* )
 
60251
+                eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
 
60252
+                eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"'
 
60253
          ;;
 
60254
        esac
 
60255
+           }
 
60256
+         else
 
60257
+           $opt_dry_run || {
 
60258
+             eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'
 
60259
+             eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
 
60260
+             eval '$MV "$nlist"T "$nlist"'
 
60261
+             case $host in
 
60262
+               *cygwin | *mingw* )
 
60263
+                 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
 
60264
+                 eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
 
60265
        ;;
 
60266
-      esac # arg
 
60267
-
 
60268
-      # Now actually substitute the argument into the commands.
 
60269
-      if test -n "$arg"; then
 
60270
-       compile_command="$compile_command $arg"
 
60271
-       finalize_command="$finalize_command $arg"
 
60272
+             esac
 
60273
+           }
 
60274
       fi
 
60275
-    done # argument parsing loop
 
60276
+    fi
 
60277
+
 
60278
+       for dlprefile in $dlprefiles; do
 
60279
+         func_verbose "extracting global C symbols from \`$dlprefile'"
 
60280
+         func_basename "$dlprefile"
 
60281
+         name="$func_basename_result"
 
60282
+         $opt_dry_run || {
 
60283
+           eval '$ECHO ": $name " >> "$nlist"'
 
60284
+           eval "$NM $dlprefile 2>/dev/null | $global_symbol_pipe >> '$nlist'"
 
60285
+         }
 
60286
+       done
 
60287
 
 
60288
-    if test -n "$prev"; then
 
60289
-      $echo "$modename: the \`$prevarg' option requires an argument" 1>&2
 
60290
-      $echo "$help" 1>&2
 
60291
-      exit $EXIT_FAILURE
 
60292
+       $opt_dry_run || {
 
60293
+         # Make sure we have at least an empty file.
 
60294
+         test -f "$nlist" || : > "$nlist"
 
60295
+
 
60296
+         if test -n "$exclude_expsyms"; then
 
60297
+           $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
 
60298
+           $MV "$nlist"T "$nlist"
 
60299
     fi
 
60300
 
 
60301
-    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
 
60302
-      eval arg=\"$export_dynamic_flag_spec\"
 
60303
-      compile_command="$compile_command $arg"
 
60304
-      finalize_command="$finalize_command $arg"
 
60305
+         # Try sorting and uniquifying the output.
 
60306
+         if $GREP -v "^: " < "$nlist" |
 
60307
+             if sort -k 3 </dev/null >/dev/null 2>&1; then
 
60308
+               sort -k 3
 
60309
+    else
 
60310
+               sort +2
 
60311
+             fi |
 
60312
+             uniq > "$nlist"S; then
 
60313
+           :
 
60314
+         else
 
60315
+           $GREP -v "^: " < "$nlist" > "$nlist"S
 
60316
+      fi
 
60317
+
 
60318
+         if test -f "$nlist"S; then
 
60319
+           eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$my_dlsyms"'
 
60320
+         else
 
60321
+           $ECHO '/* NONE */' >> "$output_objdir/$my_dlsyms"
 
60322
     fi
 
60323
 
 
60324
-    oldlibs=
 
60325
-    # calculate the name of the file, without its directory
 
60326
-    outputname=`$echo "X$output" | $Xsed -e 's%^.*/%%'`
 
60327
-    libobjs_save="$libobjs"
 
60328
+         $ECHO >> "$output_objdir/$my_dlsyms" "\
 
60329
 
 
60330
-    if test -n "$shlibpath_var"; then
 
60331
-      # get the directories listed in $shlibpath_var
 
60332
-      eval shlib_search_path=\`\$echo \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
 
60333
-    else
 
60334
-      shlib_search_path=
 
60335
-    fi
 
60336
-    eval sys_lib_search_path=\"$sys_lib_search_path_spec\"
 
60337
-    eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\"
 
60338
-
 
60339
-    output_objdir=`$echo "X$output" | $Xsed -e 's%/[^/]*$%%'`
 
60340
-    if test "X$output_objdir" = "X$output"; then
 
60341
-      output_objdir="$objdir"
 
60342
-    else
 
60343
-      output_objdir="$output_objdir/$objdir"
 
60344
-    fi
 
60345
-    # Create the object directory.
 
60346
-    if test ! -d "$output_objdir"; then
 
60347
-      $show "$mkdir $output_objdir"
 
60348
-      $run $mkdir $output_objdir
 
60349
-      exit_status=$?
 
60350
-      if test "$exit_status" -ne 0 && test ! -d "$output_objdir"; then
 
60351
-       exit $exit_status
 
60352
-      fi
 
60353
-    fi
 
60354
+/* The mapping between symbol names and symbols.  */
 
60355
+typedef struct {
 
60356
+  const char *name;
 
60357
+  void *address;
 
60358
+} lt_dlsymlist;
 
60359
+"
 
60360
+    case $host in
 
60361
+         *cygwin* | *mingw* )
 
60362
+           $ECHO >> "$output_objdir/$my_dlsyms" "\
 
60363
+/* DATA imports from DLLs on WIN32 con't be const, because
 
60364
+   runtime relocations are performed -- see ld's documentation
 
60365
+   on pseudo-relocs.  */"
 
60366
+           lt_dlsym_const= ;;
 
60367
+         *osf5*)
 
60368
+           echo >> "$output_objdir/$my_dlsyms" "\
 
60369
+/* This system does not cope well with relocations in const data */"
 
60370
+           lt_dlsym_const= ;;
 
60371
+         *)
 
60372
+           lt_dlsym_const=const ;;
 
60373
+         esac
 
60374
 
 
60375
-    # Determine the type of output
 
60376
-    case $output in
 
60377
-    "")
 
60378
-      $echo "$modename: you must specify an output file" 1>&2
 
60379
-      $echo "$help" 1>&2
 
60380
-      exit $EXIT_FAILURE
 
60381
-      ;;
 
60382
-    *.$libext) linkmode=oldlib ;;
 
60383
-    *.lo | *.$objext) linkmode=obj ;;
 
60384
-    *.la) linkmode=lib ;;
 
60385
-    *) linkmode=prog ;; # Anything else should be a program.
 
60386
-    esac
 
60387
+         $ECHO >> "$output_objdir/$my_dlsyms" "\
 
60388
+extern $lt_dlsym_const lt_dlsymlist
 
60389
+lt_${my_prefix}_LTX_preloaded_symbols[];
 
60390
+$lt_dlsym_const lt_dlsymlist
 
60391
+lt_${my_prefix}_LTX_preloaded_symbols[] =
 
60392
+{\
 
60393
+  { \"$my_originator\", (void *) 0 },"
 
60394
 
 
60395
-    case $host in
 
60396
-    *cygwin* | *mingw* | *pw32*)
 
60397
-      # don't eliminate duplications in $postdeps and $predeps
 
60398
-      duplicate_compiler_generated_deps=yes
 
60399
+         case $need_lib_prefix in
 
60400
+         no)
 
60401
+           eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$my_dlsyms"
 
60402
       ;;
 
60403
     *)
 
60404
-      duplicate_compiler_generated_deps=$duplicate_deps
 
60405
+           eval "$global_symbol_to_c_name_address_lib_prefix" < "$nlist" >> "$output_objdir/$my_dlsyms"
 
60406
       ;;
 
60407
     esac
 
60408
-    specialdeplibs=
 
60409
+         $ECHO >> "$output_objdir/$my_dlsyms" "\
 
60410
+  {0, (void *) 0}
 
60411
+};
 
60412
 
 
60413
-    libs=
 
60414
-    # Find all interdependent deplibs by searching for libraries
 
60415
-    # that are linked more than once (e.g. -la -lb -la)
 
60416
-    for deplib in $deplibs; do
 
60417
-      if test "X$duplicate_deps" = "Xyes" ; then
 
60418
-       case "$libs " in
 
60419
-       *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
 
60420
-       esac
 
60421
-      fi
 
60422
-      libs="$libs $deplib"
 
60423
-    done
 
60424
+/* This works around a problem in FreeBSD linker */
 
60425
+#ifdef FREEBSD_WORKAROUND
 
60426
+static const void *lt_preloaded_setup() {
 
60427
+  return lt_${my_prefix}_LTX_preloaded_symbols;
 
60428
+}
 
60429
+#endif
 
60430
 
 
60431
-    if test "$linkmode" = lib; then
 
60432
-      libs="$predeps $libs $compiler_lib_search_path $postdeps"
 
60433
+#ifdef __cplusplus
 
60434
+}
 
60435
+#endif\
 
60436
+"
 
60437
+       } # !$opt_dry_run
 
60438
 
 
60439
-      # Compute libraries that are listed more than once in $predeps
 
60440
-      # $postdeps and mark them as special (i.e., whose duplicates are
 
60441
-      # not to be eliminated).
 
60442
-      pre_post_deps=
 
60443
-      if test "X$duplicate_compiler_generated_deps" = "Xyes" ; then
 
60444
-       for pre_post_dep in $predeps $postdeps; do
 
60445
-         case "$pre_post_deps " in
 
60446
-         *" $pre_post_dep "*) specialdeplibs="$specialdeplibs $pre_post_deps" ;;
 
60447
+       pic_flag_for_symtable=
 
60448
+       case "$compile_command " in
 
60449
+       *" -static "*) ;;
 
60450
+       *)
 
60451
+         case $host in
 
60452
+         # compiling the symbol table file with pic_flag works around
 
60453
+         # a FreeBSD bug that causes programs to crash when -lm is
 
60454
+         # linked before any other PIC object.  But we must not use
 
60455
+         # pic_flag when linking with -static.  The problem exists in
 
60456
+         # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1.
 
60457
+         *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*)
 
60458
+           pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND" ;;
 
60459
+         *-*-hpux*)
 
60460
+           pic_flag_for_symtable=" $pic_flag"  ;;
 
60461
+         *)
 
60462
+           if test "X$my_pic_p" != Xno; then
 
60463
+             pic_flag_for_symtable=" $pic_flag"
 
60464
+           fi
 
60465
+           ;;
 
60466
+         esac
 
60467
+         ;;
 
60468
+       esac
 
60469
+       symtab_cflags=
 
60470
+       for arg in $LTCFLAGS; do
 
60471
+         case $arg in
 
60472
+         -pie | -fpie | -fPIE) ;;
 
60473
+         *) symtab_cflags="$symtab_cflags $arg" ;;
 
60474
          esac
 
60475
-         pre_post_deps="$pre_post_deps $pre_post_dep"
 
60476
        done
 
60477
-      fi
 
60478
-      pre_post_deps=
 
60479
-    fi
 
60480
 
 
60481
-    deplibs=
 
60482
-    newdependency_libs=
 
60483
-    newlib_search_path=
 
60484
-    need_relink=no # whether we're linking any uninstalled libtool libraries
 
60485
-    notinst_deplibs= # not-installed libtool libraries
 
60486
-    case $linkmode in
 
60487
-    lib)
 
60488
-       passes="conv link"
 
60489
-       for file in $dlfiles $dlprefiles; do
 
60490
-         case $file in
 
60491
-         *.la) ;;
 
60492
+       # Now compile the dynamic symbol file.
 
60493
+       func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?'
 
60494
+
 
60495
+       # Clean up the generated files.
 
60496
+       func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"'
 
60497
+
 
60498
+       # Transform the symbol file into the correct name.
 
60499
+       symfileobj="$output_objdir/${my_outputname}S.$objext"
 
60500
+       case $host in
 
60501
+       *cygwin* | *mingw* )
 
60502
+         if test -f "$output_objdir/$my_outputname.def"; then
 
60503
+           compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
 
60504
+           finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
 
60505
+         else
 
60506
+           compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
 
60507
+           finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
 
60508
+         fi
 
60509
+         ;;
 
60510
          *)
 
60511
-           $echo "$modename: libraries can \`-dlopen' only libtool libraries: $file" 1>&2
 
60512
-           exit $EXIT_FAILURE
 
60513
+         compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
 
60514
+         finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
 
60515
            ;;
 
60516
          esac
 
60517
-       done
 
60518
-       ;;
 
60519
-    prog)
 
60520
-       compile_deplibs=
 
60521
-       finalize_deplibs=
 
60522
-       alldeplibs=no
 
60523
-       newdlfiles=
 
60524
-       newdlprefiles=
 
60525
-       passes="conv scan dlopen dlpreopen link"
 
60526
        ;;
 
60527
-    *)  passes="conv"
 
60528
+      *)
 
60529
+       func_fatal_error "unknown suffix for \`$my_dlsyms'"
 
60530
        ;;
 
60531
     esac
 
60532
-    for pass in $passes; do
 
60533
-      if test "$linkmode,$pass" = "lib,link" ||
 
60534
-        test "$linkmode,$pass" = "prog,scan"; then
 
60535
-       libs="$deplibs"
 
60536
-       deplibs=
 
60537
-      fi
 
60538
-      if test "$linkmode" = prog; then
 
60539
-       case $pass in
 
60540
-       dlopen) libs="$dlfiles" ;;
 
60541
-       dlpreopen) libs="$dlprefiles" ;;
 
60542
-       link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
 
60543
-       esac
 
60544
-      fi
 
60545
-      if test "$pass" = dlopen; then
 
60546
-       # Collect dlpreopened libraries
 
60547
-       save_deplibs="$deplibs"
 
60548
-       deplibs=
 
60549
-      fi
 
60550
-      for deplib in $libs; do
 
60551
-       lib=
 
60552
-       found=no
 
60553
-       case $deplib in
 
60554
-       -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
 
60555
-         if test "$linkmode,$pass" = "prog,link"; then
 
60556
-           compile_deplibs="$deplib $compile_deplibs"
 
60557
-           finalize_deplibs="$deplib $finalize_deplibs"
 
60558
          else
 
60559
-           compiler_flags="$compiler_flags $deplib"
 
60560
+      # We keep going just in case the user didn't refer to
 
60561
+      # lt_preloaded_symbols.  The linker will fail if global_symbol_pipe
 
60562
+      # really was required.
 
60563
+
 
60564
+      # Nullify the symbol file.
 
60565
+      compile_command=`$ECHO "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
 
60566
+      finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
 
60567
          fi
 
60568
-         continue
 
60569
+}
 
60570
+
 
60571
+# func_win32_libid arg
 
60572
+# return the library type of file 'arg'
 
60573
+#
 
60574
+# Need a lot of goo to handle *both* DLLs and import libs
 
60575
+# Has to be a shell function in order to 'eat' the argument
 
60576
+# that is supplied when $file_magic_command is called.
 
60577
+func_win32_libid ()
 
60578
+{
 
60579
+  $opt_debug
 
60580
+  win32_libid_type="unknown"
 
60581
+  win32_fileres=`file -L $1 2>/dev/null`
 
60582
+  case $win32_fileres in
 
60583
+  *ar\ archive\ import\ library*) # definitely import
 
60584
+    win32_libid_type="x86 archive import"
 
60585
          ;;
 
60586
-       -l*)
 
60587
-         if test "$linkmode" != lib && test "$linkmode" != prog; then
 
60588
-           $echo "$modename: warning: \`-l' is ignored for archives/objects" 1>&2
 
60589
-           continue
 
60590
-         fi
 
60591
-         name=`$echo "X$deplib" | $Xsed -e 's/^-l//'`
 
60592
-         for searchdir in $newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path; do
 
60593
-           for search_ext in .la $std_shrext .so .a; do
 
60594
-             # Search the libtool library
 
60595
-             lib="$searchdir/lib${name}${search_ext}"
 
60596
-             if test -f "$lib"; then
 
60597
-               if test "$search_ext" = ".la"; then
 
60598
-                 found=yes
 
60599
-               else
 
60600
-                 found=no
 
60601
-               fi
 
60602
-               break 2
 
60603
+  *ar\ archive*) # could be an import, or static
 
60604
+    if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null |
 
60605
+       $EGREP 'file format pe-i386(.*architecture: i386)?' >/dev/null ; then
 
60606
+      win32_nmres=`eval $NM -f posix -A $1 |
 
60607
+       $SED -n -e '
 
60608
+           1,100{
 
60609
+               / I /{
 
60610
+                   s,.*,import,
 
60611
+                   p
 
60612
+                   q
 
60613
+               }
 
60614
+           }'`
 
60615
+      case $win32_nmres in
 
60616
+      import*)  win32_libid_type="x86 archive import";;
 
60617
+      *)        win32_libid_type="x86 archive static";;
 
60618
+      esac
 
60619
              fi
 
60620
-           done
 
60621
-         done
 
60622
-         if test "$found" != yes; then
 
60623
-           # deplib doesn't seem to be a libtool library
 
60624
-           if test "$linkmode,$pass" = "prog,link"; then
 
60625
-             compile_deplibs="$deplib $compile_deplibs"
 
60626
-             finalize_deplibs="$deplib $finalize_deplibs"
 
60627
-           else
 
60628
-             deplibs="$deplib $deplibs"
 
60629
-             test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
 
60630
-           fi
 
60631
-           continue
 
60632
-         else # deplib is a libtool library
 
60633
-           # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib,
 
60634
-           # We need to do some special things here, and not later.
 
60635
-           if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
 
60636
-             case " $predeps $postdeps " in
 
60637
-             *" $deplib "*)
 
60638
-               if (${SED} -e '2q' $lib |
 
60639
-                    grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
 
60640
-                 library_names=
 
60641
-                 old_library=
 
60642
-                 case $lib in
 
60643
-                 */* | *\\*) . $lib ;;
 
60644
-                 *) . ./$lib ;;
 
60645
-                 esac
 
60646
-                 for l in $old_library $library_names; do
 
60647
-                   ll="$l"
 
60648
-                 done
 
60649
-                 if test "X$ll" = "X$old_library" ; then # only static version available
 
60650
-                   found=no
 
60651
-                   ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
 
60652
-                   test "X$ladir" = "X$lib" && ladir="."
 
60653
-                   lib=$ladir/$old_library
 
60654
-                   if test "$linkmode,$pass" = "prog,link"; then
 
60655
-                     compile_deplibs="$deplib $compile_deplibs"
 
60656
-                     finalize_deplibs="$deplib $finalize_deplibs"
 
60657
-                   else
 
60658
-                     deplibs="$deplib $deplibs"
 
60659
-                     test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
 
60660
-                   fi
 
60661
-                   continue
 
60662
-                 fi
 
60663
-               fi
 
60664
-               ;;
 
60665
-             *) ;;
 
60666
-             esac
 
60667
-           fi
 
60668
-         fi
 
60669
-         ;; # -l
 
60670
-       -L*)
 
60671
-         case $linkmode in
 
60672
-         lib)
 
60673
-           deplibs="$deplib $deplibs"
 
60674
-           test "$pass" = conv && continue
 
60675
-           newdependency_libs="$deplib $newdependency_libs"
 
60676
-           newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
 
60677
            ;;
 
60678
-         prog)
 
60679
-           if test "$pass" = conv; then
 
60680
-             deplibs="$deplib $deplibs"
 
60681
-             continue
 
60682
-           fi
 
60683
-           if test "$pass" = scan; then
 
60684
-             deplibs="$deplib $deplibs"
 
60685
-           else
 
60686
-             compile_deplibs="$deplib $compile_deplibs"
 
60687
-             finalize_deplibs="$deplib $finalize_deplibs"
 
60688
-           fi
 
60689
-           newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`
 
60690
+  *DLL*)
 
60691
+    win32_libid_type="x86 DLL"
 
60692
            ;;
 
60693
-         *)
 
60694
-           $echo "$modename: warning: \`-L' is ignored for archives/objects" 1>&2
 
60695
+  *executable*) # but shell scripts are "executable" too...
 
60696
+    case $win32_fileres in
 
60697
+    *MS\ Windows\ PE\ Intel*)
 
60698
+      win32_libid_type="x86 DLL"
 
60699
            ;;
 
60700
-         esac # linkmode
 
60701
-         continue
 
60702
-         ;; # -L
 
60703
-       -R*)
 
60704
-         if test "$pass" = link; then
 
60705
-           dir=`$echo "X$deplib" | $Xsed -e 's/^-R//'`
 
60706
-           # Make sure the xrpath contains only unique directories.
 
60707
-           case "$xrpath " in
 
60708
-           *" $dir "*) ;;
 
60709
-           *) xrpath="$xrpath $dir" ;;
 
60710
            esac
 
60711
-         fi
 
60712
-         deplibs="$deplib $deplibs"
 
60713
-         continue
 
60714
-         ;;
 
60715
-       *.la) lib="$deplib" ;;
 
60716
-       *.$libext)
 
60717
-         if test "$pass" = conv; then
 
60718
-           deplibs="$deplib $deplibs"
 
60719
-           continue
 
60720
-         fi
 
60721
-         case $linkmode in
 
60722
-         lib)
 
60723
-           valid_a_lib=no
 
60724
-           case $deplibs_check_method in
 
60725
-             match_pattern*)
 
60726
-               set dummy $deplibs_check_method
 
60727
-               match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
 
60728
-               if eval $echo \"$deplib\" 2>/dev/null \
 
60729
-                   | $SED 10q \
 
60730
-                   | $EGREP "$match_pattern_regex" > /dev/null; then
 
60731
-                 valid_a_lib=yes
 
60732
-               fi
 
60733
-               ;;
 
60734
-             pass_all)
 
60735
-               valid_a_lib=yes
 
60736
                ;;
 
60737
             esac
 
60738
-           if test "$valid_a_lib" != yes; then
 
60739
-             $echo
 
60740
-             $echo "*** Warning: Trying to link with static lib archive $deplib."
 
60741
-             $echo "*** I have the capability to make that library automatically link in when"
 
60742
-             $echo "*** you link to this library.  But I can only do this if you have a"
 
60743
-             $echo "*** shared version of the library, which you do not appear to have"
 
60744
-             $echo "*** because the file extensions .$libext of this argument makes me believe"
 
60745
-             $echo "*** that it is just a static archive that I should not used here."
 
60746
-           else
 
60747
-             $echo
 
60748
-             $echo "*** Warning: Linking the shared library $output against the"
 
60749
-             $echo "*** static library $deplib is not portable!"
 
60750
-             deplibs="$deplib $deplibs"
 
60751
-           fi
 
60752
-           continue
 
60753
-           ;;
 
60754
-         prog)
 
60755
-           if test "$pass" != link; then
 
60756
-             deplibs="$deplib $deplibs"
 
60757
-           else
 
60758
-             compile_deplibs="$deplib $compile_deplibs"
 
60759
-             finalize_deplibs="$deplib $finalize_deplibs"
 
60760
-           fi
 
60761
-           continue
 
60762
-           ;;
 
60763
-         esac # linkmode
 
60764
-         ;; # *.$libext
 
60765
-       *.lo | *.$objext)
 
60766
-         if test "$pass" = conv; then
 
60767
-           deplibs="$deplib $deplibs"
 
60768
-         elif test "$linkmode" = prog; then
 
60769
-           if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then
 
60770
-             # If there is no dlopen support or we're linking statically,
 
60771
-             # we need to preload.
 
60772
-             newdlprefiles="$newdlprefiles $deplib"
 
60773
-             compile_deplibs="$deplib $compile_deplibs"
 
60774
-             finalize_deplibs="$deplib $finalize_deplibs"
 
60775
-           else
 
60776
-             newdlfiles="$newdlfiles $deplib"
 
60777
-           fi
 
60778
-         fi
 
60779
-         continue
 
60780
-         ;;
 
60781
-       %DEPLIBS%)
 
60782
-         alldeplibs=yes
 
60783
-         continue
 
60784
-         ;;
 
60785
-       esac # case $deplib
 
60786
-       if test "$found" = yes || test -f "$lib"; then :
 
60787
-       else
 
60788
-         $echo "$modename: cannot find the library \`$lib' or unhandled argument \`$deplib'" 1>&2
 
60789
-         exit $EXIT_FAILURE
 
60790
-       fi
 
60791
+  $ECHO "$win32_libid_type"
 
60792
+}
 
60793
 
 
60794
-       # Check to see that this really is a libtool archive.
 
60795
-       if (${SED} -e '2q' $lib | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then :
 
60796
+
 
60797
+
 
60798
+# func_extract_an_archive dir oldlib
 
60799
+func_extract_an_archive ()
 
60800
+{
 
60801
+    $opt_debug
 
60802
+    f_ex_an_ar_dir="$1"; shift
 
60803
+    f_ex_an_ar_oldlib="$1"
 
60804
+    func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" 'exit $?'
 
60805
+    if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
 
60806
+     :
 
60807
        else
 
60808
-         $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
 
60809
-         exit $EXIT_FAILURE
 
60810
+      func_fatal_error "object name conflicts in archive: $f_ex_an_ar_dir/$f_ex_an_ar_oldlib"
 
60811
        fi
 
60812
+}
 
60813
 
 
60814
-       ladir=`$echo "X$lib" | $Xsed -e 's%/[^/]*$%%'`
 
60815
-       test "X$ladir" = "X$lib" && ladir="."
 
60816
-
 
60817
-       dlname=
 
60818
-       dlopen=
 
60819
-       dlpreopen=
 
60820
-       libdir=
 
60821
-       library_names=
 
60822
-       old_library=
 
60823
-       # If the library was installed with an old release of libtool,
 
60824
-       # it will not redefine variables installed, or shouldnotlink
 
60825
-       installed=yes
 
60826
-       shouldnotlink=no
 
60827
-       avoidtemprpath=
 
60828
 
 
60829
+# func_extract_archives gentop oldlib ...
 
60830
+func_extract_archives ()
 
60831
+{
 
60832
+    $opt_debug
 
60833
+    my_gentop="$1"; shift
 
60834
+    my_oldlibs=${1+"$@"}
 
60835
+    my_oldobjs=""
 
60836
+    my_xlib=""
 
60837
+    my_xabs=""
 
60838
+    my_xdir=""
 
60839
 
 
60840
-       # Read the .la file
 
60841
-       case $lib in
 
60842
-       */* | *\\*) . $lib ;;
 
60843
-       *) . ./$lib ;;
 
60844
+    for my_xlib in $my_oldlibs; do
 
60845
+      # Extract the objects.
 
60846
+      case $my_xlib in
 
60847
+       [\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;;
 
60848
+       *) my_xabs=`pwd`"/$my_xlib" ;;
 
60849
+      esac
 
60850
+      func_basename "$my_xlib"
 
60851
+      my_xlib="$func_basename_result"
 
60852
+      my_xlib_u=$my_xlib
 
60853
+      while :; do
 
60854
+        case " $extracted_archives " in
 
60855
+       *" $my_xlib_u "*)
 
60856
+         func_arith $extracted_serial + 1
 
60857
+         extracted_serial=$func_arith_result
 
60858
+         my_xlib_u=lt$extracted_serial-$my_xlib ;;
 
60859
+       *) break ;;
 
60860
        esac
 
60861
+      done
 
60862
+      extracted_archives="$extracted_archives $my_xlib_u"
 
60863
+      my_xdir="$my_gentop/$my_xlib_u"
 
60864
 
 
60865
-       if test "$linkmode,$pass" = "lib,link" ||
 
60866
-          test "$linkmode,$pass" = "prog,scan" ||
 
60867
-          { test "$linkmode" != prog && test "$linkmode" != lib; }; then
 
60868
-         test -n "$dlopen" && dlfiles="$dlfiles $dlopen"
 
60869
-         test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen"
 
60870
-       fi
 
60871
+      func_mkdir_p "$my_xdir"
 
60872
 
 
60873
-       if test "$pass" = conv; then
 
60874
-         # Only check for convenience libraries
 
60875
-         deplibs="$lib $deplibs"
 
60876
-         if test -z "$libdir"; then
 
60877
-           if test -z "$old_library"; then
 
60878
-             $echo "$modename: cannot find name of link library for \`$lib'" 1>&2
 
60879
-             exit $EXIT_FAILURE
 
60880
-           fi
 
60881
-           # It is a libtool convenience library, so add in its objects.
 
60882
-           convenience="$convenience $ladir/$objdir/$old_library"
 
60883
-           old_convenience="$old_convenience $ladir/$objdir/$old_library"
 
60884
-           tmp_libs=
 
60885
-           for deplib in $dependency_libs; do
 
60886
-             deplibs="$deplib $deplibs"
 
60887
-              if test "X$duplicate_deps" = "Xyes" ; then
 
60888
-               case "$tmp_libs " in
 
60889
-               *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
 
60890
+      case $host in
 
60891
+      *-darwin*)
 
60892
+       func_verbose "Extracting $my_xabs"
 
60893
+       # Do not bother doing anything if just a dry run
 
60894
+       $opt_dry_run || {
 
60895
+         darwin_orig_dir=`pwd`
 
60896
+         cd $my_xdir || exit $?
 
60897
+         darwin_archive=$my_xabs
 
60898
+         darwin_curdir=`pwd`
 
60899
+         darwin_base_archive=`basename "$darwin_archive"`
 
60900
+         darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
 
60901
+         if test -n "$darwin_arches"; then
 
60902
+           darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
 
60903
+           darwin_arch=
 
60904
+           func_verbose "$darwin_base_archive has multiple architectures $darwin_arches"
 
60905
+           for darwin_arch in  $darwin_arches ; do
 
60906
+             func_mkdir_p "unfat-$$/${darwin_base_archive}-${darwin_arch}"
 
60907
+             $LIPO -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}"
 
60908
+             cd "unfat-$$/${darwin_base_archive}-${darwin_arch}"
 
60909
+             func_extract_an_archive "`pwd`" "${darwin_base_archive}"
 
60910
+             cd "$darwin_curdir"
 
60911
+             $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}"
 
60912
+           done # $darwin_arches
 
60913
+            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
 
60914
+           darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
 
60915
+           darwin_file=
 
60916
+           darwin_files=
 
60917
+           for darwin_file in $darwin_filelist; do
 
60918
+             darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
 
60919
+             $LIPO -create -output "$darwin_file" $darwin_files
 
60920
+           done # $darwin_filelist
 
60921
+           $RM -rf unfat-$$
 
60922
+           cd "$darwin_orig_dir"
 
60923
+         else
 
60924
+           cd $darwin_orig_dir
 
60925
+           func_extract_an_archive "$my_xdir" "$my_xabs"
 
60926
+         fi # $darwin_arches
 
60927
+       } # !$opt_dry_run
 
60928
+       ;;
 
60929
+      *)
 
60930
+        func_extract_an_archive "$my_xdir" "$my_xabs"
 
60931
+       ;;
 
60932
                esac
 
60933
-              fi
 
60934
-             tmp_libs="$tmp_libs $deplib"
 
60935
+      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
 
60936
            done
 
60937
-         elif test "$linkmode" != prog && test "$linkmode" != lib; then
 
60938
-           $echo "$modename: \`$lib' is not a convenience library" 1>&2
 
60939
-           exit $EXIT_FAILURE
 
60940
-         fi
 
60941
-         continue
 
60942
-       fi # $pass = conv
 
60943
 
 
60944
+    func_extract_archives_result="$my_oldobjs"
 
60945
+}
 
60946
 
 
60947
-       # Get the name of the library we link against.
 
60948
-       linklib=
 
60949
-       for l in $old_library $library_names; do
 
60950
-         linklib="$l"
 
60951
-       done
 
60952
-       if test -z "$linklib"; then
 
60953
-         $echo "$modename: cannot find name of link library for \`$lib'" 1>&2
 
60954
-         exit $EXIT_FAILURE
 
60955
-       fi
 
60956
 
 
60957
-       # This library was specified with -dlopen.
 
60958
-       if test "$pass" = dlopen; then
 
60959
-         if test -z "$libdir"; then
 
60960
-           $echo "$modename: cannot -dlopen a convenience library: \`$lib'" 1>&2
 
60961
-           exit $EXIT_FAILURE
 
60962
+
 
60963
+# func_emit_wrapper arg
 
60964
+#
 
60965
+# emit a libtool wrapper script on stdout
 
60966
+# don't directly open a file because we may want to
 
60967
+# incorporate the script contents within a cygwin/mingw
 
60968
+# wrapper executable.  Must ONLY be called from within
 
60969
+# func_mode_link because it depends on a number of variable
 
60970
+# set therein.
 
60971
+#
 
60972
+# arg is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR
 
60973
+# variable will take.  If 'yes', then the emitted script
 
60974
+# will assume that the directory in which it is stored is
 
60975
+# the '.lib' directory.  This is a cygwin/mingw-specific
 
60976
+# behavior.
 
60977
+func_emit_wrapper ()
 
60978
+{
 
60979
+       func_emit_wrapper_arg1=no
 
60980
+       if test -n "$1" ; then
 
60981
+         func_emit_wrapper_arg1=$1
 
60982
          fi
 
60983
-         if test -z "$dlname" ||
 
60984
-            test "$dlopen_support" != yes ||
 
60985
-            test "$build_libtool_libs" = no; then
 
60986
-           # If there is no dlname, no dlopen support or we're linking
 
60987
-           # statically, we need to preload.  We also need to preload any
 
60988
-           # dependent libraries so libltdl's deplib preloader doesn't
 
60989
-           # bomb out in the load deplibs phase.
 
60990
-           dlprefiles="$dlprefiles $lib $dependency_libs"
 
60991
+
 
60992
+       $ECHO "\
 
60993
+#! $SHELL
 
60994
+
 
60995
+# $output - temporary wrapper script for $objdir/$outputname
 
60996
+# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
 
60997
+#
 
60998
+# The $output program cannot be directly executed until all the libtool
 
60999
+# libraries that it depends on are installed.
 
61000
+#
 
61001
+# This wrapper script should never be moved out of the build directory.
 
61002
+# If it is, it will not operate correctly.
 
61003
+
 
61004
+# Sed substitution that helps us do robust quoting.  It backslashifies
 
61005
+# metacharacters that are still active within double-quoted strings.
 
61006
+Xsed='${SED} -e 1s/^X//'
 
61007
+sed_quote_subst='$sed_quote_subst'
 
61008
+
 
61009
+# Be Bourne compatible
 
61010
+if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then
 
61011
+  emulate sh
 
61012
+  NULLCMD=:
 
61013
+  # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which
 
61014
+  # is contrary to our usage.  Disable this feature.
 
61015
+  alias -g '\${1+\"\$@\"}'='\"\$@\"'
 
61016
+  setopt NO_GLOB_SUBST
 
61017
+else
 
61018
+  case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac
 
61019
+fi
 
61020
+BIN_SH=xpg4; export BIN_SH # for Tru64
 
61021
+DUALCASE=1; export DUALCASE # for MKS sh
 
61022
+
 
61023
+# The HP-UX ksh and POSIX shell print the target directory to stdout
 
61024
+# if CDPATH is set.
 
61025
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
61026
+
 
61027
+relink_command=\"$relink_command\"
 
61028
+
 
61029
+# This environment variable determines our operation mode.
 
61030
+if test \"\$libtool_install_magic\" = \"$magic\"; then
 
61031
+  # install mode needs the following variables:
 
61032
+  generated_by_libtool_version='$macro_version'
 
61033
+  notinst_deplibs='$notinst_deplibs'
 
61034
+else
 
61035
+  # When we are sourced in execute mode, \$file and \$ECHO are already set.
 
61036
+  if test \"\$libtool_execute_magic\" != \"$magic\"; then
 
61037
+    ECHO=\"$qecho\"
 
61038
+    file=\"\$0\"
 
61039
+    # Make sure echo works.
 
61040
+    if test \"X\$1\" = X--no-reexec; then
 
61041
+      # Discard the --no-reexec flag, and continue.
 
61042
+      shift
 
61043
+    elif test \"X\`{ \$ECHO '\t'; } 2>/dev/null\`\" = 'X\t'; then
 
61044
+      # Yippee, \$ECHO works!
 
61045
+      :
 
61046
          else
 
61047
-           newdlfiles="$newdlfiles $lib"
 
61048
+      # Restart under the correct shell, and then maybe \$ECHO will work.
 
61049
+      exec $SHELL \"\$0\" --no-reexec \${1+\"\$@\"}
 
61050
          fi
 
61051
-         continue
 
61052
-       fi # $pass = dlopen
 
61053
+  fi\
 
61054
+"
 
61055
+       $ECHO "\
 
61056
 
 
61057
-       # We need an absolute path.
 
61058
-       case $ladir in
 
61059
-       [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;;
 
61060
-       *)
 
61061
-         abs_ladir=`cd "$ladir" && pwd`
 
61062
-         if test -z "$abs_ladir"; then
 
61063
-           $echo "$modename: warning: cannot determine absolute directory name of \`$ladir'" 1>&2
 
61064
-           $echo "$modename: passing it literally to the linker, although it might fail" 1>&2
 
61065
-           abs_ladir="$ladir"
 
61066
-         fi
 
61067
-         ;;
 
61068
+  # Find the directory that this script lives in.
 
61069
+  thisdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
 
61070
+  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
 
61071
+
 
61072
+  # Follow symbolic links until we get to the real thisdir.
 
61073
+  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
 
61074
+  while test -n \"\$file\"; do
 
61075
+    destdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
 
61076
+
 
61077
+    # If there was a directory component, then change thisdir.
 
61078
+    if test \"x\$destdir\" != \"x\$file\"; then
 
61079
+      case \"\$destdir\" in
 
61080
+      [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;;
 
61081
+      *) thisdir=\"\$thisdir/\$destdir\" ;;
 
61082
        esac
 
61083
-       laname=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
 
61084
+    fi
 
61085
 
 
61086
-       # Find the relevant object directory and library name.
 
61087
-       if test "X$installed" = Xyes; then
 
61088
-         if test ! -f "$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then
 
61089
-           $echo "$modename: warning: library \`$lib' was moved." 1>&2
 
61090
-           dir="$ladir"
 
61091
-           absdir="$abs_ladir"
 
61092
-           libdir="$abs_ladir"
 
61093
-         else
 
61094
-           dir="$libdir"
 
61095
-           absdir="$libdir"
 
61096
+    file=\`\$ECHO \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
 
61097
+    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
 
61098
+  done
 
61099
+
 
61100
+  # Usually 'no', except on cygwin/mingw when embedded into
 
61101
+  # the cwrapper.
 
61102
+  WRAPPER_SCRIPT_BELONGS_IN_OBJDIR=$func_emit_wrapper_arg1
 
61103
+  if test \"\$WRAPPER_SCRIPT_BELONGS_IN_OBJDIR\" = \"yes\"; then
 
61104
+    # special case for '.'
 
61105
+    if test \"\$thisdir\" = \".\"; then
 
61106
+      thisdir=\`pwd\`
 
61107
+    fi
 
61108
+    # remove .libs from thisdir
 
61109
+    case \"\$thisdir\" in
 
61110
+    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"X\$thisdir\" | \$Xsed -e 's%[\\\\/][^\\\\/]*$%%'\` ;;
 
61111
+    $objdir )   thisdir=. ;;
 
61112
+    esac
 
61113
          fi
 
61114
-         test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes
 
61115
-       else
 
61116
-         if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then
 
61117
-           dir="$ladir"
 
61118
-           absdir="$abs_ladir"
 
61119
-           # Remove this search path later
 
61120
-           notinst_path="$notinst_path $abs_ladir"
 
61121
+
 
61122
+  # Try to get the absolute directory name.
 
61123
+  absdir=\`cd \"\$thisdir\" && pwd\`
 
61124
+  test -n \"\$absdir\" && thisdir=\"\$absdir\"
 
61125
+"
 
61126
+
 
61127
+       if test "$fast_install" = yes; then
 
61128
+         $ECHO "\
 
61129
+  program=lt-'$outputname'$exeext
 
61130
+  progdir=\"\$thisdir/$objdir\"
 
61131
+
 
61132
+  if test ! -f \"\$progdir/\$program\" ||
 
61133
+     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
 
61134
+       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
 
61135
+
 
61136
+    file=\"\$\$-\$program\"
 
61137
+
 
61138
+    if test ! -d \"\$progdir\"; then
 
61139
+      $MKDIR \"\$progdir\"
 
61140
          else
 
61141
-           dir="$ladir/$objdir"
 
61142
-           absdir="$abs_ladir/$objdir"
 
61143
-           # Remove this search path later
 
61144
-           notinst_path="$notinst_path $abs_ladir"
 
61145
-         fi
 
61146
-       fi # $installed = yes
 
61147
-       name=`$echo "X$laname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
 
61148
+      $RM \"\$progdir/\$file\"
 
61149
+    fi"
 
61150
 
 
61151
-       # This library was specified with -dlpreopen.
 
61152
-       if test "$pass" = dlpreopen; then
 
61153
-         if test -z "$libdir"; then
 
61154
-           $echo "$modename: cannot -dlpreopen a convenience library: \`$lib'" 1>&2
 
61155
-           exit $EXIT_FAILURE
 
61156
-         fi
 
61157
-         # Prefer using a static library (so that no silly _DYNAMIC symbols
 
61158
-         # are required to link).
 
61159
-         if test -n "$old_library"; then
 
61160
-           newdlprefiles="$newdlprefiles $dir/$old_library"
 
61161
-         # Otherwise, use the dlname, so that lt_dlopen finds it.
 
61162
-         elif test -n "$dlname"; then
 
61163
-           newdlprefiles="$newdlprefiles $dir/$dlname"
 
61164
+         $ECHO "\
 
61165
+
 
61166
+    # relink executable if necessary
 
61167
+    if test -n \"\$relink_command\"; then
 
61168
+      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
 
61169
          else
 
61170
-           newdlprefiles="$newdlprefiles $dir/$linklib"
 
61171
+       $ECHO \"\$relink_command_output\" >&2
 
61172
+       $RM \"\$progdir/\$file\"
 
61173
+       exit 1
 
61174
+      fi
 
61175
          fi
 
61176
-       fi # $pass = dlpreopen
 
61177
 
 
61178
-       if test -z "$libdir"; then
 
61179
-         # Link the convenience library
 
61180
-         if test "$linkmode" = lib; then
 
61181
-           deplibs="$dir/$old_library $deplibs"
 
61182
-         elif test "$linkmode,$pass" = "prog,link"; then
 
61183
-           compile_deplibs="$dir/$old_library $compile_deplibs"
 
61184
-           finalize_deplibs="$dir/$old_library $finalize_deplibs"
 
61185
+    $MV \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null ||
 
61186
+    { $RM \"\$progdir/\$program\";
 
61187
+      $MV \"\$progdir/\$file\" \"\$progdir/\$program\"; }
 
61188
+    $RM \"\$progdir/\$file\"
 
61189
+  fi"
 
61190
          else
 
61191
-           deplibs="$lib $deplibs" # used for prog,scan pass
 
61192
-         fi
 
61193
-         continue
 
61194
+         $ECHO "\
 
61195
+  program='$outputname'
 
61196
+  progdir=\"\$thisdir/$objdir\"
 
61197
+"
 
61198
        fi
 
61199
 
 
61200
+       $ECHO "\
 
61201
 
 
61202
-       if test "$linkmode" = prog && test "$pass" != link; then
 
61203
-         newlib_search_path="$newlib_search_path $ladir"
 
61204
-         deplibs="$lib $deplibs"
 
61205
+  if test -f \"\$progdir/\$program\"; then"
 
61206
 
 
61207
-         linkalldeplibs=no
 
61208
-         if test "$link_all_deplibs" != no || test -z "$library_names" ||
 
61209
-            test "$build_libtool_libs" = no; then
 
61210
-           linkalldeplibs=yes
 
61211
-         fi
 
61212
+       # Export our shlibpath_var if we have one.
 
61213
+       if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
 
61214
+         $ECHO "\
 
61215
+    # Add our own library path to $shlibpath_var
 
61216
+    $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
 
61217
 
 
61218
-         tmp_libs=
 
61219
-         for deplib in $dependency_libs; do
 
61220
-           case $deplib in
 
61221
-           -L*) newlib_search_path="$newlib_search_path "`$echo "X$deplib" | $Xsed -e 's/^-L//'`;; ### testsuite: skip nested quoting test
 
61222
-           esac
 
61223
-           # Need to link against all dependency_libs?
 
61224
-           if test "$linkalldeplibs" = yes; then
 
61225
-             deplibs="$deplib $deplibs"
 
61226
-           else
 
61227
-             # Need to hardcode shared library paths
 
61228
-             # or/and link against static libraries
 
61229
-             newdependency_libs="$deplib $newdependency_libs"
 
61230
-           fi
 
61231
-           if test "X$duplicate_deps" = "Xyes" ; then
 
61232
-             case "$tmp_libs " in
 
61233
-             *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
 
61234
-             esac
 
61235
+    # Some systems cannot cope with colon-terminated $shlibpath_var
 
61236
+    # The second colon is a workaround for a bug in BeOS R4 sed
 
61237
+    $shlibpath_var=\`\$ECHO \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
 
61238
+
 
61239
+    export $shlibpath_var
 
61240
+"
 
61241
            fi
 
61242
-           tmp_libs="$tmp_libs $deplib"
 
61243
-         done # for deplib
 
61244
-         continue
 
61245
-       fi # $linkmode = prog...
 
61246
 
 
61247
-       if test "$linkmode,$pass" = "prog,link"; then
 
61248
-         if test -n "$library_names" &&
 
61249
-            { { test "$prefer_static_libs" = no ||
 
61250
-                test "$prefer_static_libs,$installed" = "built,yes"; } ||
 
61251
-              test -z "$old_library"; }; then
 
61252
-           # We need to hardcode the library path
 
61253
-           if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
 
61254
-             # Make sure the rpath contains only unique directories.
 
61255
-             case "$temp_rpath " in
 
61256
-             *" $dir "*) ;;
 
61257
-             *" $absdir "*) ;;
 
61258
-             *) temp_rpath="$temp_rpath $absdir" ;;
 
61259
-             esac
 
61260
+       # fixup the dll searchpath if we need to.
 
61261
+       if test -n "$dllsearchpath"; then
 
61262
+         $ECHO "\
 
61263
+    # Add the dll search path components to the executable PATH
 
61264
+    PATH=$dllsearchpath:\$PATH
 
61265
+"
 
61266
            fi
 
61267
 
 
61268
-           # Hardcode the library path.
 
61269
-           # Skip directories that are in the system default run-time
 
61270
-           # search path.
 
61271
-           case " $sys_lib_dlsearch_path " in
 
61272
-           *" $absdir "*) ;;
 
61273
-           *)
 
61274
-             case "$compile_rpath " in
 
61275
-             *" $absdir "*) ;;
 
61276
-             *) compile_rpath="$compile_rpath $absdir"
 
61277
-             esac
 
61278
+       $ECHO "\
 
61279
+    if test \"\$libtool_execute_magic\" != \"$magic\"; then
 
61280
+      # Run the actual program with our arguments.
 
61281
+"
 
61282
+       case $host in
 
61283
+       # Backslashes separate directories on plain windows
 
61284
+       *-*-mingw | *-*-os2*)
 
61285
+         $ECHO "\
 
61286
+      exec \"\$progdir\\\\\$program\" \${1+\"\$@\"}
 
61287
+"
 
61288
              ;;
 
61289
-           esac
 
61290
-           case " $sys_lib_dlsearch_path " in
 
61291
-           *" $libdir "*) ;;
 
61292
+
 
61293
            *)
 
61294
-             case "$finalize_rpath " in
 
61295
-             *" $libdir "*) ;;
 
61296
-             *) finalize_rpath="$finalize_rpath $libdir"
 
61297
-             esac
 
61298
+         $ECHO "\
 
61299
+      exec \"\$progdir/\$program\" \${1+\"\$@\"}
 
61300
+"
 
61301
              ;;
 
61302
            esac
 
61303
-         fi # $linkmode,$pass = prog,link...
 
61304
-
 
61305
-         if test "$alldeplibs" = yes &&
 
61306
-            { test "$deplibs_check_method" = pass_all ||
 
61307
-              { test "$build_libtool_libs" = yes &&
 
61308
-                test -n "$library_names"; }; }; then
 
61309
-           # We only need to search for static libraries
 
61310
-           continue
 
61311
+       $ECHO "\
 
61312
+      \$ECHO \"\$0: cannot exec \$program \$*\" 1>&2
 
61313
+      exit 1
 
61314
          fi
 
61315
+  else
 
61316
+    # The program doesn't exist.
 
61317
+    \$ECHO \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2
 
61318
+    \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
 
61319
+    $ECHO \"See the $PACKAGE documentation for more information.\" 1>&2
 
61320
+    exit 1
 
61321
        fi
 
61322
+fi\
 
61323
+"
 
61324
+}
 
61325
+# end: func_emit_wrapper
 
61326
 
 
61327
-       link_static=no # Whether the deplib will be linked statically
 
61328
-       use_static_libs=$prefer_static_libs
 
61329
-       if test "$use_static_libs" = built && test "$installed" = yes ; then
 
61330
-         use_static_libs=no
 
61331
-       fi
 
61332
-       if test -n "$library_names" &&
 
61333
-          { test "$use_static_libs" = no || test -z "$old_library"; }; then
 
61334
-         if test "$installed" = no; then
 
61335
-           notinst_deplibs="$notinst_deplibs $lib"
 
61336
-           need_relink=yes
 
61337
-         fi
 
61338
-         # This is a shared library
 
61339
+# func_emit_cwrapperexe_src
 
61340
+# emit the source code for a wrapper executable on stdout
 
61341
+# Must ONLY be called from within func_mode_link because
 
61342
+# it depends on a number of variable set therein.
 
61343
+func_emit_cwrapperexe_src ()
 
61344
+{
 
61345
+       cat <<EOF
 
61346
 
 
61347
-         # Warn about portability, can't link against -module's on
 
61348
-         # some systems (darwin)
 
61349
-         if test "$shouldnotlink" = yes && test "$pass" = link ; then
 
61350
-           $echo
 
61351
-           if test "$linkmode" = prog; then
 
61352
-             $echo "*** Warning: Linking the executable $output against the loadable module"
 
61353
-           else
 
61354
-             $echo "*** Warning: Linking the shared library $output against the loadable module"
 
61355
-           fi
 
61356
-           $echo "*** $linklib is not portable!"
 
61357
-         fi
 
61358
-         if test "$linkmode" = lib &&
 
61359
-            test "$hardcode_into_libs" = yes; then
 
61360
-           # Hardcode the library path.
 
61361
-           # Skip directories that are in the system default run-time
 
61362
-           # search path.
 
61363
-           case " $sys_lib_dlsearch_path " in
 
61364
-           *" $absdir "*) ;;
 
61365
-           *)
 
61366
-             case "$compile_rpath " in
 
61367
-             *" $absdir "*) ;;
 
61368
-             *) compile_rpath="$compile_rpath $absdir"
 
61369
-             esac
 
61370
-             ;;
 
61371
-           esac
 
61372
-           case " $sys_lib_dlsearch_path " in
 
61373
-           *" $libdir "*) ;;
 
61374
-           *)
 
61375
-             case "$finalize_rpath " in
 
61376
-             *" $libdir "*) ;;
 
61377
-             *) finalize_rpath="$finalize_rpath $libdir"
 
61378
-             esac
 
61379
-             ;;
 
61380
-           esac
 
61381
-         fi
 
61382
+/* $cwrappersource - temporary wrapper executable for $objdir/$outputname
 
61383
+   Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
 
61384
 
 
61385
-         if test -n "$old_archive_from_expsyms_cmds"; then
 
61386
-           # figure out the soname
 
61387
-           set dummy $library_names
 
61388
-           realname="$2"
 
61389
-           shift; shift
 
61390
-           libname=`eval \\$echo \"$libname_spec\"`
 
61391
-           # use dlname if we got it. it's perfectly good, no?
 
61392
-           if test -n "$dlname"; then
 
61393
-             soname="$dlname"
 
61394
-           elif test -n "$soname_spec"; then
 
61395
-             # bleh windows
 
61396
-             case $host in
 
61397
-             *cygwin* | mingw*)
 
61398
-               major=`expr $current - $age`
 
61399
-               versuffix="-$major"
 
61400
-               ;;
 
61401
-             esac
 
61402
-             eval soname=\"$soname_spec\"
 
61403
-           else
 
61404
-             soname="$realname"
 
61405
-           fi
 
61406
+   The $output program cannot be directly executed until all the libtool
 
61407
+   libraries that it depends on are installed.
 
61408
 
 
61409
-           # Make a new name for the extract_expsyms_cmds to use
 
61410
-           soroot="$soname"
 
61411
-           soname=`$echo $soroot | ${SED} -e 's/^.*\///'`
 
61412
-           newlib="libimp-`$echo $soname | ${SED} 's/^lib//;s/\.dll$//'`.a"
 
61413
+   This wrapper executable should never be moved out of the build directory.
 
61414
+   If it is, it will not operate correctly.
 
61415
 
 
61416
-           # If the library has no export list, then create one now
 
61417
-           if test -f "$output_objdir/$soname-def"; then :
 
61418
-           else
 
61419
-             $show "extracting exported symbol list from \`$soname'"
 
61420
-             save_ifs="$IFS"; IFS='~'
 
61421
-             cmds=$extract_expsyms_cmds
 
61422
-             for cmd in $cmds; do
 
61423
-               IFS="$save_ifs"
 
61424
-               eval cmd=\"$cmd\"
 
61425
-               $show "$cmd"
 
61426
-               $run eval "$cmd" || exit $?
 
61427
-             done
 
61428
-             IFS="$save_ifs"
 
61429
-           fi
 
61430
+   Currently, it simply execs the wrapper *script* "$SHELL $output",
 
61431
+   but could eventually absorb all of the scripts functionality and
 
61432
+   exec $objdir/$outputname directly.
 
61433
+*/
 
61434
+EOF
 
61435
+           cat <<"EOF"
 
61436
+#include <stdio.h>
 
61437
+#include <stdlib.h>
 
61438
+#ifdef _MSC_VER
 
61439
+# include <direct.h>
 
61440
+# include <process.h>
 
61441
+# include <io.h>
 
61442
+# define setmode _setmode
 
61443
+#else
 
61444
+# include <unistd.h>
 
61445
+# include <stdint.h>
 
61446
+# ifdef __CYGWIN__
 
61447
+#  include <io.h>
 
61448
+# endif
 
61449
+#endif
 
61450
+#include <malloc.h>
 
61451
+#include <stdarg.h>
 
61452
+#include <assert.h>
 
61453
+#include <string.h>
 
61454
+#include <ctype.h>
 
61455
+#include <errno.h>
 
61456
+#include <fcntl.h>
 
61457
+#include <sys/stat.h>
 
61458
 
 
61459
-           # Create $newlib
 
61460
-           if test -f "$output_objdir/$newlib"; then :; else
 
61461
-             $show "generating import library for \`$soname'"
 
61462
-             save_ifs="$IFS"; IFS='~'
 
61463
-             cmds=$old_archive_from_expsyms_cmds
 
61464
-             for cmd in $cmds; do
 
61465
-               IFS="$save_ifs"
 
61466
-               eval cmd=\"$cmd\"
 
61467
-               $show "$cmd"
 
61468
-               $run eval "$cmd" || exit $?
 
61469
-             done
 
61470
-             IFS="$save_ifs"
 
61471
-           fi
 
61472
-           # make sure the library variables are pointing to the new library
 
61473
-           dir=$output_objdir
 
61474
-           linklib=$newlib
 
61475
-         fi # test -n "$old_archive_from_expsyms_cmds"
 
61476
+#if defined(PATH_MAX)
 
61477
+# define LT_PATHMAX PATH_MAX
 
61478
+#elif defined(MAXPATHLEN)
 
61479
+# define LT_PATHMAX MAXPATHLEN
 
61480
+#else
 
61481
+# define LT_PATHMAX 1024
 
61482
+#endif
 
61483
 
 
61484
-         if test "$linkmode" = prog || test "$mode" != relink; then
 
61485
-           add_shlibpath=
 
61486
-           add_dir=
 
61487
-           add=
 
61488
-           lib_linked=yes
 
61489
-           case $hardcode_action in
 
61490
-           immediate | unsupported)
 
61491
-             if test "$hardcode_direct" = no; then
 
61492
-               add="$dir/$linklib"
 
61493
-               case $host in
 
61494
-                 *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;;
 
61495
-                 *-*-sysv4*uw2*) add_dir="-L$dir" ;;
 
61496
-                 *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \
 
61497
-                   *-*-unixware7*) add_dir="-L$dir" ;;
 
61498
-                 *-*-darwin* )
 
61499
-                   # if the lib is a module then we can not link against
 
61500
-                   # it, someone is ignoring the new warnings I added
 
61501
-                   if /usr/bin/file -L $add 2> /dev/null |
 
61502
-                      $EGREP ": [^:]* bundle" >/dev/null ; then
 
61503
-                     $echo "** Warning, lib $linklib is a module, not a shared library"
 
61504
-                     if test -z "$old_library" ; then
 
61505
-                       $echo
 
61506
-                       $echo "** And there doesn't seem to be a static archive available"
 
61507
-                       $echo "** The link will probably fail, sorry"
 
61508
-                     else
 
61509
-                       add="$dir/$old_library"
 
61510
-                     fi
 
61511
-                   fi
 
61512
-               esac
 
61513
-             elif test "$hardcode_minus_L" = no; then
 
61514
-               case $host in
 
61515
-               *-*-sunos*) add_shlibpath="$dir" ;;
 
61516
-               esac
 
61517
-               add_dir="-L$dir"
 
61518
-               add="-l$name"
 
61519
-             elif test "$hardcode_shlibpath_var" = no; then
 
61520
-               add_shlibpath="$dir"
 
61521
-               add="-l$name"
 
61522
-             else
 
61523
-               lib_linked=no
 
61524
-             fi
 
61525
-             ;;
 
61526
-           relink)
 
61527
-             if test "$hardcode_direct" = yes; then
 
61528
-               add="$dir/$linklib"
 
61529
-             elif test "$hardcode_minus_L" = yes; then
 
61530
-               add_dir="-L$dir"
 
61531
-               # Try looking first in the location we're being installed to.
 
61532
-               if test -n "$inst_prefix_dir"; then
 
61533
-                 case $libdir in
 
61534
-                   [\\/]*)
 
61535
-                     add_dir="$add_dir -L$inst_prefix_dir$libdir"
 
61536
-                     ;;
 
61537
-                 esac
 
61538
-               fi
 
61539
-               add="-l$name"
 
61540
-             elif test "$hardcode_shlibpath_var" = yes; then
 
61541
-               add_shlibpath="$dir"
 
61542
-               add="-l$name"
 
61543
-             else
 
61544
-               lib_linked=no
 
61545
-             fi
 
61546
+#ifndef S_IXOTH
 
61547
+# define S_IXOTH 0
 
61548
+#endif
 
61549
+#ifndef S_IXGRP
 
61550
+# define S_IXGRP 0
 
61551
+#endif
 
61552
+
 
61553
+#ifdef _MSC_VER
 
61554
+# define S_IXUSR _S_IEXEC
 
61555
+# define stat _stat
 
61556
+# ifndef _INTPTR_T_DEFINED
 
61557
+#  define intptr_t int
 
61558
+# endif
 
61559
+#endif
 
61560
+
 
61561
+#ifndef DIR_SEPARATOR
 
61562
+# define DIR_SEPARATOR '/'
 
61563
+# define PATH_SEPARATOR ':'
 
61564
+#endif
 
61565
+
 
61566
+#if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \
 
61567
+  defined (__OS2__)
 
61568
+# define HAVE_DOS_BASED_FILE_SYSTEM
 
61569
+# define FOPEN_WB "wb"
 
61570
+# ifndef DIR_SEPARATOR_2
 
61571
+#  define DIR_SEPARATOR_2 '\\'
 
61572
+# endif
 
61573
+# ifndef PATH_SEPARATOR_2
 
61574
+#  define PATH_SEPARATOR_2 ';'
 
61575
+# endif
 
61576
+#endif
 
61577
+
 
61578
+#ifndef DIR_SEPARATOR_2
 
61579
+# define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
 
61580
+#else /* DIR_SEPARATOR_2 */
 
61581
+# define IS_DIR_SEPARATOR(ch) \
 
61582
+       (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
 
61583
+#endif /* DIR_SEPARATOR_2 */
 
61584
+
 
61585
+#ifndef PATH_SEPARATOR_2
 
61586
+# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR)
 
61587
+#else /* PATH_SEPARATOR_2 */
 
61588
+# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2)
 
61589
+#endif /* PATH_SEPARATOR_2 */
 
61590
+
 
61591
+#ifdef __CYGWIN__
 
61592
+# define FOPEN_WB "wb"
 
61593
+#endif
 
61594
+
 
61595
+#ifndef FOPEN_WB
 
61596
+# define FOPEN_WB "w"
 
61597
+#endif
 
61598
+#ifndef _O_BINARY
 
61599
+# define _O_BINARY 0
 
61600
+#endif
 
61601
+
 
61602
+#define XMALLOC(type, num)      ((type *) xmalloc ((num) * sizeof(type)))
 
61603
+#define XFREE(stale) do { \
 
61604
+  if (stale) { free ((void *) stale); stale = 0; } \
 
61605
+} while (0)
 
61606
+
 
61607
+#undef LTWRAPPER_DEBUGPRINTF
 
61608
+#if defined DEBUGWRAPPER
 
61609
+# define LTWRAPPER_DEBUGPRINTF(args) ltwrapper_debugprintf args
 
61610
+static void
 
61611
+ltwrapper_debugprintf (const char *fmt, ...)
 
61612
+{
 
61613
+    va_list args;
 
61614
+    va_start (args, fmt);
 
61615
+    (void) vfprintf (stderr, fmt, args);
 
61616
+    va_end (args);
 
61617
+}
 
61618
+#else
 
61619
+# define LTWRAPPER_DEBUGPRINTF(args)
 
61620
+#endif
 
61621
+
 
61622
+const char *program_name = NULL;
 
61623
+
 
61624
+void *xmalloc (size_t num);
 
61625
+char *xstrdup (const char *string);
 
61626
+const char *base_name (const char *name);
 
61627
+char *find_executable (const char *wrapper);
 
61628
+char *chase_symlinks (const char *pathspec);
 
61629
+int make_executable (const char *path);
 
61630
+int check_executable (const char *path);
 
61631
+char *strendzap (char *str, const char *pat);
 
61632
+void lt_fatal (const char *message, ...);
 
61633
+
 
61634
+static const char *script_text =
 
61635
+EOF
 
61636
+
 
61637
+           func_emit_wrapper yes |
 
61638
+               $SED -e 's/\([\\"]\)/\\\1/g' \
 
61639
+                    -e 's/^/  "/' -e 's/$/\\n"/'
 
61640
+           echo ";"
 
61641
+
 
61642
+           cat <<EOF
 
61643
+const char * MAGIC_EXE = "$magic_exe";
 
61644
+
 
61645
+int
 
61646
+main (int argc, char *argv[])
 
61647
+{
 
61648
+  char **newargz;
 
61649
+  char *tmp_pathspec;
 
61650
+  char *actual_cwrapper_path;
 
61651
+  char *shwrapper_name;
 
61652
+  intptr_t rval = 127;
 
61653
+  FILE *shwrapper;
 
61654
+
 
61655
+  const char *dumpscript_opt = "--lt-dump-script";
 
61656
+  int i;
 
61657
+
 
61658
+  program_name = (char *) xstrdup (base_name (argv[0]));
 
61659
+  LTWRAPPER_DEBUGPRINTF (("(main) argv[0]      : %s\n", argv[0]));
 
61660
+  LTWRAPPER_DEBUGPRINTF (("(main) program_name : %s\n", program_name));
 
61661
+
 
61662
+  /* very simple arg parsing; don't want to rely on getopt */
 
61663
+  for (i = 1; i < argc; i++)
 
61664
+    {
 
61665
+      if (strcmp (argv[i], dumpscript_opt) == 0)
 
61666
+       {
 
61667
+EOF
 
61668
+           case "$host" in
 
61669
+             *mingw* | *cygwin* )
 
61670
+               # make stdout use "unix" line endings
 
61671
+               echo "          setmode(1,_O_BINARY);"
 
61672
              ;;
 
61673
-           *) lib_linked=no ;;
 
61674
            esac
 
61675
 
 
61676
-           if test "$lib_linked" != yes; then
 
61677
-             $echo "$modename: configuration error: unsupported hardcode properties"
 
61678
-             exit $EXIT_FAILURE
 
61679
-           fi
 
61680
+           cat <<EOF
 
61681
+         printf ("%s", script_text);
 
61682
+         return 0;
 
61683
+       }
 
61684
+    }
 
61685
 
 
61686
-           if test -n "$add_shlibpath"; then
 
61687
-             case :$compile_shlibpath: in
 
61688
-             *":$add_shlibpath:"*) ;;
 
61689
-             *) compile_shlibpath="$compile_shlibpath$add_shlibpath:" ;;
 
61690
-             esac
 
61691
-           fi
 
61692
-           if test "$linkmode" = prog; then
 
61693
-             test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs"
 
61694
-             test -n "$add" && compile_deplibs="$add $compile_deplibs"
 
61695
+  newargz = XMALLOC (char *, argc + 2);
 
61696
+EOF
 
61697
+
 
61698
+           if test -n "$TARGETSHELL" ; then
 
61699
+             # no path translation at all
 
61700
+             lt_newargv0=$TARGETSHELL
 
61701
            else
 
61702
-             test -n "$add_dir" && deplibs="$add_dir $deplibs"
 
61703
-             test -n "$add" && deplibs="$add $deplibs"
 
61704
-             if test "$hardcode_direct" != yes && \
 
61705
-                test "$hardcode_minus_L" != yes && \
 
61706
-                test "$hardcode_shlibpath_var" = yes; then
 
61707
-               case :$finalize_shlibpath: in
 
61708
-               *":$libdir:"*) ;;
 
61709
-               *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;;
 
61710
-               esac
 
61711
-             fi
 
61712
-           fi
 
61713
+             case "$host" in
 
61714
+               *mingw* )
 
61715
+                 # awkward: cmd appends spaces to result
 
61716
+                 lt_sed_strip_trailing_spaces="s/[ ]*\$//"
 
61717
+                 lt_newargv0=`( cmd //c echo $SHELL | $SED -e "$lt_sed_strip_trailing_spaces" ) 2>/dev/null || echo $SHELL`
 
61718
+                 case $lt_newargv0 in
 
61719
+                   *.exe | *.EXE) ;;
 
61720
+                   *) lt_newargv0=$lt_newargv0.exe ;;
 
61721
+             esac
 
61722
+             ;;
 
61723
+               * ) lt_newargv0=$SHELL ;;
 
61724
+           esac
 
61725
          fi
 
61726
 
 
61727
-         if test "$linkmode" = prog || test "$mode" = relink; then
 
61728
-           add_shlibpath=
 
61729
-           add_dir=
 
61730
-           add=
 
61731
-           # Finalize command for both is simple: just hardcode it.
 
61732
-           if test "$hardcode_direct" = yes; then
 
61733
-             add="$libdir/$linklib"
 
61734
-           elif test "$hardcode_minus_L" = yes; then
 
61735
-             add_dir="-L$libdir"
 
61736
-             add="-l$name"
 
61737
-           elif test "$hardcode_shlibpath_var" = yes; then
 
61738
-             case :$finalize_shlibpath: in
 
61739
-             *":$libdir:"*) ;;
 
61740
-             *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;;
 
61741
-             esac
 
61742
-             add="-l$name"
 
61743
-           elif test "$hardcode_automatic" = yes; then
 
61744
-             if test -n "$inst_prefix_dir" &&
 
61745
-                test -f "$inst_prefix_dir$libdir/$linklib" ; then
 
61746
-               add="$inst_prefix_dir$libdir/$linklib"
 
61747
-             else
 
61748
-               add="$libdir/$linklib"
 
61749
-             fi
 
61750
-           else
 
61751
-             # We cannot seem to hardcode it, guess we'll fake it.
 
61752
-             add_dir="-L$libdir"
 
61753
-             # Try looking first in the location we're being installed to.
 
61754
-             if test -n "$inst_prefix_dir"; then
 
61755
-               case $libdir in
 
61756
-                 [\\/]*)
 
61757
-                   add_dir="$add_dir -L$inst_prefix_dir$libdir"
 
61758
-                   ;;
 
61759
-               esac
 
61760
-             fi
 
61761
-             add="-l$name"
 
61762
-           fi
 
61763
+               cat <<EOF
 
61764
+  newargz[0] = (char *) xstrdup ("$lt_newargv0");
 
61765
+EOF
 
61766
 
 
61767
-           if test "$linkmode" = prog; then
 
61768
-             test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs"
 
61769
-             test -n "$add" && finalize_deplibs="$add $finalize_deplibs"
 
61770
-           else
 
61771
-             test -n "$add_dir" && deplibs="$add_dir $deplibs"
 
61772
-             test -n "$add" && deplibs="$add $deplibs"
 
61773
-           fi
 
61774
-         fi
 
61775
-       elif test "$linkmode" = prog; then
 
61776
-         # Here we assume that one of hardcode_direct or hardcode_minus_L
 
61777
-         # is not unsupported.  This is valid on all known static and
 
61778
-         # shared platforms.
 
61779
-         if test "$hardcode_direct" != unsupported; then
 
61780
-           test -n "$old_library" && linklib="$old_library"
 
61781
-           compile_deplibs="$dir/$linklib $compile_deplibs"
 
61782
-           finalize_deplibs="$dir/$linklib $finalize_deplibs"
 
61783
-         else
 
61784
-           compile_deplibs="-l$name -L$dir $compile_deplibs"
 
61785
-           finalize_deplibs="-l$name -L$dir $finalize_deplibs"
 
61786
-         fi
 
61787
-       elif test "$build_libtool_libs" = yes; then
 
61788
-         # Not a shared library
 
61789
-         if test "$deplibs_check_method" != pass_all; then
 
61790
-           # We're trying link a shared library against a static one
 
61791
-           # but the system doesn't support it.
 
61792
+           cat <<"EOF"
 
61793
+  tmp_pathspec = find_executable (argv[0]);
 
61794
+  if (tmp_pathspec == NULL)
 
61795
+    lt_fatal ("Couldn't find %s", argv[0]);
 
61796
+  LTWRAPPER_DEBUGPRINTF (("(main) found exe (before symlink chase) at : %s\n",
 
61797
+                         tmp_pathspec));
 
61798
+
 
61799
+  actual_cwrapper_path = chase_symlinks (tmp_pathspec);
 
61800
+  LTWRAPPER_DEBUGPRINTF (("(main) found exe (after symlink chase) at : %s\n",
 
61801
+                         actual_cwrapper_path));
 
61802
+  XFREE (tmp_pathspec);
 
61803
+
 
61804
+  shwrapper_name = (char *) xstrdup (base_name (actual_cwrapper_path));
 
61805
+  strendzap (actual_cwrapper_path, shwrapper_name);
 
61806
+
 
61807
+  /* shwrapper_name transforms */
 
61808
+  strendzap (shwrapper_name, ".exe");
 
61809
+  tmp_pathspec = XMALLOC (char, (strlen (shwrapper_name) +
 
61810
+                                strlen ("_ltshwrapperTMP") + 1));
 
61811
+  strcpy (tmp_pathspec, shwrapper_name);
 
61812
+  strcat (tmp_pathspec, "_ltshwrapperTMP");
 
61813
+  XFREE (shwrapper_name);
 
61814
+  shwrapper_name = tmp_pathspec;
 
61815
+  tmp_pathspec = 0;
 
61816
+  LTWRAPPER_DEBUGPRINTF (("(main) libtool shell wrapper name: %s\n",
 
61817
+                         shwrapper_name));
 
61818
+EOF
 
61819
 
 
61820
-           # Just print a warning and add the library to dependency_libs so
 
61821
-           # that the program can be linked against the static library.
 
61822
-           $echo
 
61823
-           $echo "*** Warning: This system can not link to static lib archive $lib."
 
61824
-           $echo "*** I have the capability to make that library automatically link in when"
 
61825
-           $echo "*** you link to this library.  But I can only do this if you have a"
 
61826
-           $echo "*** shared version of the library, which you do not appear to have."
 
61827
-           if test "$module" = yes; then
 
61828
-             $echo "*** But as you try to build a module library, libtool will still create "
 
61829
-             $echo "*** a static module, that should work as long as the dlopening application"
 
61830
-             $echo "*** is linked with the -dlopen flag to resolve symbols at runtime."
 
61831
-             if test -z "$global_symbol_pipe"; then
 
61832
-               $echo
 
61833
-               $echo "*** However, this would only work if libtool was able to extract symbol"
 
61834
-               $echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
 
61835
-               $echo "*** not find such a program.  So, this module is probably useless."
 
61836
-               $echo "*** \`nm' from GNU binutils and a full rebuild may help."
 
61837
-             fi
 
61838
-             if test "$build_old_libs" = no; then
 
61839
-               build_libtool_libs=module
 
61840
-               build_old_libs=yes
 
61841
-             else
 
61842
-               build_libtool_libs=no
 
61843
-             fi
 
61844
-           fi
 
61845
-         else
 
61846
-           deplibs="$dir/$old_library $deplibs"
 
61847
-           link_static=yes
 
61848
-         fi
 
61849
-       fi # link shared/static library?
 
61850
+           cat <<EOF
 
61851
+  newargz[1] =
 
61852
+    XMALLOC (char, (strlen (actual_cwrapper_path) +
 
61853
+                   strlen ("$objdir") + 1 + strlen (shwrapper_name) + 1));
 
61854
+  strcpy (newargz[1], actual_cwrapper_path);
 
61855
+  strcat (newargz[1], "$objdir");
 
61856
+  strcat (newargz[1], "/");
 
61857
+  strcat (newargz[1], shwrapper_name);
 
61858
+EOF
 
61859
 
 
61860
-       if test "$linkmode" = lib; then
 
61861
-         if test -n "$dependency_libs" &&
 
61862
-            { test "$hardcode_into_libs" != yes ||
 
61863
-              test "$build_old_libs" = yes ||
 
61864
-              test "$link_static" = yes; }; then
 
61865
-           # Extract -R from dependency_libs
 
61866
-           temp_deplibs=
 
61867
-           for libdir in $dependency_libs; do
 
61868
-             case $libdir in
 
61869
-             -R*) temp_xrpath=`$echo "X$libdir" | $Xsed -e 's/^-R//'`
 
61870
-                  case " $xrpath " in
 
61871
-                  *" $temp_xrpath "*) ;;
 
61872
-                  *) xrpath="$xrpath $temp_xrpath";;
 
61873
-                  esac;;
 
61874
-             *) temp_deplibs="$temp_deplibs $libdir";;
 
61875
-             esac
 
61876
-           done
 
61877
-           dependency_libs="$temp_deplibs"
 
61878
-         fi
 
61879
 
 
61880
-         newlib_search_path="$newlib_search_path $absdir"
 
61881
-         # Link against this library
 
61882
-         test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs"
 
61883
-         # ... and its dependency_libs
 
61884
-         tmp_libs=
 
61885
-         for deplib in $dependency_libs; do
 
61886
-           newdependency_libs="$deplib $newdependency_libs"
 
61887
-           if test "X$duplicate_deps" = "Xyes" ; then
 
61888
-             case "$tmp_libs " in
 
61889
-             *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
 
61890
+           case $host_os in
 
61891
+             mingw*)
 
61892
+           cat <<"EOF"
 
61893
+  {
 
61894
+    char* p;
 
61895
+    while ((p = strchr (newargz[1], '\\')) != NULL)
 
61896
+      {
 
61897
+       *p = '/';
 
61898
+      }
 
61899
+  }
 
61900
+EOF
 
61901
+               ;;
 
61902
              esac
 
61903
-           fi
 
61904
-           tmp_libs="$tmp_libs $deplib"
 
61905
-         done
 
61906
 
 
61907
-         if test "$link_all_deplibs" != no; then
 
61908
-           # Add the search paths of all dependency libraries
 
61909
-           for deplib in $dependency_libs; do
 
61910
-             case $deplib in
 
61911
-             -L*) path="$deplib" ;;
 
61912
-             *.la)
 
61913
-               dir=`$echo "X$deplib" | $Xsed -e 's%/[^/]*$%%'`
 
61914
-               test "X$dir" = "X$deplib" && dir="."
 
61915
-               # We need an absolute path.
 
61916
-               case $dir in
 
61917
-               [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;;
 
61918
-               *)
 
61919
-                 absdir=`cd "$dir" && pwd`
 
61920
-                 if test -z "$absdir"; then
 
61921
-                   $echo "$modename: warning: cannot determine absolute directory name of \`$dir'" 1>&2
 
61922
-                   absdir="$dir"
 
61923
-                 fi
 
61924
-                 ;;
 
61925
-               esac
 
61926
-               if grep "^installed=no" $deplib > /dev/null; then
 
61927
-                 path="$absdir/$objdir"
 
61928
-               else
 
61929
-                 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
 
61930
-                 if test -z "$libdir"; then
 
61931
-                   $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2
 
61932
-                   exit $EXIT_FAILURE
 
61933
-                 fi
 
61934
-                 if test "$absdir" != "$libdir"; then
 
61935
-                   $echo "$modename: warning: \`$deplib' seems to be moved" 1>&2
 
61936
-                 fi
 
61937
-                 path="$absdir"
 
61938
-               fi
 
61939
-               depdepl=
 
61940
-               case $host in
 
61941
-               *-*-darwin*)
 
61942
-                 # we do not want to link against static libs,
 
61943
-                 # but need to link against shared
 
61944
-                 eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
 
61945
-                 if test -n "$deplibrary_names" ; then
 
61946
-                   for tmp in $deplibrary_names ; do
 
61947
-                     depdepl=$tmp
 
61948
-                   done
 
61949
-                   if test -f "$path/$depdepl" ; then
 
61950
-                     depdepl="$path/$depdepl"
 
61951
-                   fi
 
61952
-                   # do not add paths which are already there
 
61953
-                   case " $newlib_search_path " in
 
61954
-                   *" $path "*) ;;
 
61955
-                   *) newlib_search_path="$newlib_search_path $path";;
 
61956
-                   esac
 
61957
-                 fi
 
61958
-                 path=""
 
61959
-                 ;;
 
61960
-               *)
 
61961
-                 path="-L$path"
 
61962
-                 ;;
 
61963
-               esac
 
61964
-               ;;
 
61965
-             -l*)
 
61966
-               case $host in
 
61967
-               *-*-darwin*)
 
61968
-                 # Again, we only want to link against shared libraries
 
61969
-                 eval tmp_libs=`$echo "X$deplib" | $Xsed -e "s,^\-l,,"`
 
61970
-                 for tmp in $newlib_search_path ; do
 
61971
-                   if test -f "$tmp/lib$tmp_libs.dylib" ; then
 
61972
-                     eval depdepl="$tmp/lib$tmp_libs.dylib"
 
61973
-                     break
 
61974
-                   fi
 
61975
-                 done
 
61976
-                 path=""
 
61977
-                 ;;
 
61978
-               *) continue ;;
 
61979
-               esac
 
61980
-               ;;
 
61981
-             *) continue ;;
 
61982
-             esac
 
61983
-             case " $deplibs " in
 
61984
-             *" $path "*) ;;
 
61985
-             *) deplibs="$path $deplibs" ;;
 
61986
-             esac
 
61987
-             case " $deplibs " in
 
61988
-             *" $depdepl "*) ;;
 
61989
-             *) deplibs="$depdepl $deplibs" ;;
 
61990
-             esac
 
61991
-           done
 
61992
-         fi # link_all_deplibs != no
 
61993
-       fi # linkmode = lib
 
61994
-      done # for deplib in $libs
 
61995
-      dependency_libs="$newdependency_libs"
 
61996
-      if test "$pass" = dlpreopen; then
 
61997
-       # Link the dlpreopened libraries before other libraries
 
61998
-       for deplib in $save_deplibs; do
 
61999
-         deplibs="$deplib $deplibs"
 
62000
-       done
 
62001
-      fi
 
62002
-      if test "$pass" != dlopen; then
 
62003
-       if test "$pass" != conv; then
 
62004
-         # Make sure lib_search_path contains only unique directories.
 
62005
-         lib_search_path=
 
62006
-         for dir in $newlib_search_path; do
 
62007
-           case "$lib_search_path " in
 
62008
-           *" $dir "*) ;;
 
62009
-           *) lib_search_path="$lib_search_path $dir" ;;
 
62010
-           esac
 
62011
-         done
 
62012
-         newlib_search_path=
 
62013
-       fi
 
62014
+           cat <<"EOF"
 
62015
+  XFREE (shwrapper_name);
 
62016
+  XFREE (actual_cwrapper_path);
 
62017
 
 
62018
-       if test "$linkmode,$pass" != "prog,link"; then
 
62019
-         vars="deplibs"
 
62020
-       else
 
62021
-         vars="compile_deplibs finalize_deplibs"
 
62022
-       fi
 
62023
-       for var in $vars dependency_libs; do
 
62024
-         # Add libraries to $var in reverse order
 
62025
-         eval tmp_libs=\"\$$var\"
 
62026
-         new_libs=
 
62027
-         for deplib in $tmp_libs; do
 
62028
-           # FIXME: Pedantically, this is the right thing to do, so
 
62029
-           #        that some nasty dependency loop isn't accidentally
 
62030
-           #        broken:
 
62031
-           #new_libs="$deplib $new_libs"
 
62032
-           # Pragmatically, this seems to cause very few problems in
 
62033
-           # practice:
 
62034
-           case $deplib in
 
62035
-           -L*) new_libs="$deplib $new_libs" ;;
 
62036
-           -R*) ;;
 
62037
-           *)
 
62038
-             # And here is the reason: when a library appears more
 
62039
-             # than once as an explicit dependence of a library, or
 
62040
-             # is implicitly linked in more than once by the
 
62041
-             # compiler, it is considered special, and multiple
 
62042
-             # occurrences thereof are not removed.  Compare this
 
62043
-             # with having the same library being listed as a
 
62044
-             # dependency of multiple other libraries: in this case,
 
62045
-             # we know (pedantically, we assume) the library does not
 
62046
-             # need to be listed more than once, so we keep only the
 
62047
-             # last copy.  This is not always right, but it is rare
 
62048
-             # enough that we require users that really mean to play
 
62049
-             # such unportable linking tricks to link the library
 
62050
-             # using -Wl,-lname, so that libtool does not consider it
 
62051
-             # for duplicate removal.
 
62052
-             case " $specialdeplibs " in
 
62053
-             *" $deplib "*) new_libs="$deplib $new_libs" ;;
 
62054
+  /* always write in binary mode */
 
62055
+  if ((shwrapper = fopen (newargz[1], FOPEN_WB)) == 0)
 
62056
+    {
 
62057
+      lt_fatal ("Could not open %s for writing", newargz[1]);
 
62058
+    }
 
62059
+  fprintf (shwrapper, "%s", script_text);
 
62060
+  fclose (shwrapper);
 
62061
+
 
62062
+  make_executable (newargz[1]);
 
62063
+
 
62064
+  for (i = 1; i < argc; i++)
 
62065
+    newargz[i + 1] = xstrdup (argv[i]);
 
62066
+  newargz[argc + 1] = NULL;
 
62067
+
 
62068
+  for (i = 0; i < argc + 1; i++)
 
62069
+    {
 
62070
+      LTWRAPPER_DEBUGPRINTF (("(main) newargz[%d]   : %s\n", i, newargz[i]));
 
62071
+    }
 
62072
+
 
62073
+EOF
 
62074
+
 
62075
+           case $host_os in
 
62076
+             mingw*)
 
62077
+               cat <<EOF
 
62078
+  /* execv doesn't actually work on mingw as expected on unix */
 
62079
+  rval = _spawnv (_P_WAIT, "$lt_newargv0", (const char * const *) newargz);
 
62080
+  if (rval == -1)
 
62081
+    {
 
62082
+      /* failed to start process */
 
62083
+      LTWRAPPER_DEBUGPRINTF (("(main) failed to launch target \"$lt_newargv0\": errno = %d\n", errno));
 
62084
+      return 127;
 
62085
+    }
 
62086
+  return rval;
 
62087
+}
 
62088
+EOF
 
62089
+               ;;
 
62090
              *)
 
62091
-               case " $new_libs " in
 
62092
-               *" $deplib "*) ;;
 
62093
-               *) new_libs="$deplib $new_libs" ;;
 
62094
-               esac
 
62095
+               cat <<EOF
 
62096
+  execv ("$lt_newargv0", newargz);
 
62097
+  return rval; /* =127, but avoids unused variable warning */
 
62098
+}
 
62099
+EOF
 
62100
                ;;
 
62101
-             esac
 
62102
-             ;;
 
62103
-           esac
 
62104
-         done
 
62105
-         tmp_libs=
 
62106
-         for deplib in $new_libs; do
 
62107
-           case $deplib in
 
62108
-           -L*)
 
62109
-             case " $tmp_libs " in
 
62110
-             *" $deplib "*) ;;
 
62111
-             *) tmp_libs="$tmp_libs $deplib" ;;
 
62112
-             esac
 
62113
-             ;;
 
62114
-           *) tmp_libs="$tmp_libs $deplib" ;;
 
62115
            esac
 
62116
-         done
 
62117
-         eval $var=\"$tmp_libs\"
 
62118
-       done # for var
 
62119
-      fi
 
62120
-      # Last step: remove runtime libs from dependency_libs
 
62121
-      # (they stay in deplibs)
 
62122
-      tmp_libs=
 
62123
-      for i in $dependency_libs ; do
 
62124
-       case " $predeps $postdeps $compiler_lib_search_path " in
 
62125
-       *" $i "*)
 
62126
-         i=""
 
62127
-         ;;
 
62128
-       esac
 
62129
-       if test -n "$i" ; then
 
62130
-         tmp_libs="$tmp_libs $i"
 
62131
-       fi
 
62132
-      done
 
62133
-      dependency_libs=$tmp_libs
 
62134
-    done # for pass
 
62135
-    if test "$linkmode" = prog; then
 
62136
-      dlfiles="$newdlfiles"
 
62137
-      dlprefiles="$newdlprefiles"
 
62138
-    fi
 
62139
 
 
62140
-    case $linkmode in
 
62141
-    oldlib)
 
62142
-      if test -n "$deplibs"; then
 
62143
-       $echo "$modename: warning: \`-l' and \`-L' are ignored for archives" 1>&2
 
62144
-      fi
 
62145
+           cat <<"EOF"
 
62146
 
 
62147
-      if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
 
62148
-       $echo "$modename: warning: \`-dlopen' is ignored for archives" 1>&2
 
62149
-      fi
 
62150
+void *
 
62151
+xmalloc (size_t num)
 
62152
+{
 
62153
+  void *p = (void *) malloc (num);
 
62154
+  if (!p)
 
62155
+    lt_fatal ("Memory exhausted");
 
62156
 
 
62157
-      if test -n "$rpath"; then
 
62158
-       $echo "$modename: warning: \`-rpath' is ignored for archives" 1>&2
 
62159
-      fi
 
62160
+  return p;
 
62161
+}
 
62162
 
 
62163
-      if test -n "$xrpath"; then
 
62164
-       $echo "$modename: warning: \`-R' is ignored for archives" 1>&2
 
62165
-      fi
 
62166
+char *
 
62167
+xstrdup (const char *string)
 
62168
+{
 
62169
+  return string ? strcpy ((char *) xmalloc (strlen (string) + 1),
 
62170
+                         string) : NULL;
 
62171
+}
 
62172
 
 
62173
-      if test -n "$vinfo"; then
 
62174
-       $echo "$modename: warning: \`-version-info/-version-number' is ignored for archives" 1>&2
 
62175
-      fi
 
62176
+const char *
 
62177
+base_name (const char *name)
 
62178
+{
 
62179
+  const char *base;
 
62180
 
 
62181
-      if test -n "$release"; then
 
62182
-       $echo "$modename: warning: \`-release' is ignored for archives" 1>&2
 
62183
-      fi
 
62184
+#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
 
62185
+  /* Skip over the disk name in MSDOS pathnames. */
 
62186
+  if (isalpha ((unsigned char) name[0]) && name[1] == ':')
 
62187
+    name += 2;
 
62188
+#endif
 
62189
 
 
62190
-      if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
 
62191
-       $echo "$modename: warning: \`-export-symbols' is ignored for archives" 1>&2
 
62192
-      fi
 
62193
+  for (base = name; *name; name++)
 
62194
+    if (IS_DIR_SEPARATOR (*name))
 
62195
+      base = name + 1;
 
62196
+  return base;
 
62197
+}
 
62198
 
 
62199
-      # Now set the variables for building old libraries.
 
62200
-      build_libtool_libs=no
 
62201
-      oldlibs="$output"
 
62202
-      objs="$objs$old_deplibs"
 
62203
-      ;;
 
62204
+int
 
62205
+check_executable (const char *path)
 
62206
+{
 
62207
+  struct stat st;
 
62208
 
 
62209
-    lib)
 
62210
-      # Make sure we only generate libraries of the form `libNAME.la'.
 
62211
-      case $outputname in
 
62212
-      lib*)
 
62213
-       name=`$echo "X$outputname" | $Xsed -e 's/\.la$//' -e 's/^lib//'`
 
62214
-       eval shared_ext=\"$shrext_cmds\"
 
62215
-       eval libname=\"$libname_spec\"
 
62216
-       ;;
 
62217
-      *)
 
62218
-       if test "$module" = no; then
 
62219
-         $echo "$modename: libtool library \`$output' must begin with \`lib'" 1>&2
 
62220
-         $echo "$help" 1>&2
 
62221
-         exit $EXIT_FAILURE
 
62222
-       fi
 
62223
-       if test "$need_lib_prefix" != no; then
 
62224
-         # Add the "lib" prefix for modules if required
 
62225
-         name=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
 
62226
-         eval shared_ext=\"$shrext_cmds\"
 
62227
-         eval libname=\"$libname_spec\"
 
62228
-       else
 
62229
-         libname=`$echo "X$outputname" | $Xsed -e 's/\.la$//'`
 
62230
-       fi
 
62231
-       ;;
 
62232
-      esac
 
62233
+  LTWRAPPER_DEBUGPRINTF (("(check_executable)  : %s\n",
 
62234
+                         path ? (*path ? path : "EMPTY!") : "NULL!"));
 
62235
+  if ((!path) || (!*path))
 
62236
+    return 0;
 
62237
 
 
62238
-      if test -n "$objs"; then
 
62239
-       if test "$deplibs_check_method" != pass_all; then
 
62240
-         $echo "$modename: cannot build libtool library \`$output' from non-libtool objects on this host:$objs" 2>&1
 
62241
-         exit $EXIT_FAILURE
 
62242
-       else
 
62243
-         $echo
 
62244
-         $echo "*** Warning: Linking the shared library $output against the non-libtool"
 
62245
-         $echo "*** objects $objs is not portable!"
 
62246
-         libobjs="$libobjs $objs"
 
62247
-       fi
 
62248
-      fi
 
62249
+  if ((stat (path, &st) >= 0)
 
62250
+      && (st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH)))
 
62251
+    return 1;
 
62252
+         else
 
62253
+    return 0;
 
62254
+}
 
62255
 
 
62256
-      if test "$dlself" != no; then
 
62257
-       $echo "$modename: warning: \`-dlopen self' is ignored for libtool libraries" 1>&2
 
62258
-      fi
 
62259
+int
 
62260
+make_executable (const char *path)
 
62261
+{
 
62262
+  int rval = 0;
 
62263
+  struct stat st;
 
62264
 
 
62265
-      set dummy $rpath
 
62266
-      if test "$#" -gt 2; then
 
62267
-       $echo "$modename: warning: ignoring multiple \`-rpath's for a libtool library" 1>&2
 
62268
-      fi
 
62269
-      install_libdir="$2"
 
62270
+  LTWRAPPER_DEBUGPRINTF (("(make_executable)   : %s\n",
 
62271
+                         path ? (*path ? path : "EMPTY!") : "NULL!"));
 
62272
+  if ((!path) || (!*path))
 
62273
+    return 0;
 
62274
 
 
62275
-      oldlibs=
 
62276
-      if test -z "$rpath"; then
 
62277
-       if test "$build_libtool_libs" = yes; then
 
62278
-         # Building a libtool convenience library.
 
62279
-         # Some compilers have problems with a `.al' extension so
 
62280
-         # convenience libraries should have the same extension an
 
62281
-         # archive normally would.
 
62282
-         oldlibs="$output_objdir/$libname.$libext $oldlibs"
 
62283
-         build_libtool_libs=convenience
 
62284
-         build_old_libs=yes
 
62285
-       fi
 
62286
-
 
62287
-       if test -n "$vinfo"; then
 
62288
-         $echo "$modename: warning: \`-version-info/-version-number' is ignored for convenience libraries" 1>&2
 
62289
-       fi
 
62290
-
 
62291
-       if test -n "$release"; then
 
62292
-         $echo "$modename: warning: \`-release' is ignored for convenience libraries" 1>&2
 
62293
-       fi
 
62294
-      else
 
62295
-
 
62296
-       # Parse the version information argument.
 
62297
-       save_ifs="$IFS"; IFS=':'
 
62298
-       set dummy $vinfo 0 0 0
 
62299
-       IFS="$save_ifs"
 
62300
-
 
62301
-       if test -n "$8"; then
 
62302
-         $echo "$modename: too many parameters to \`-version-info'" 1>&2
 
62303
-         $echo "$help" 1>&2
 
62304
-         exit $EXIT_FAILURE
 
62305
-       fi
 
62306
+  if (stat (path, &st) >= 0)
 
62307
+    {
 
62308
+      rval = chmod (path, st.st_mode | S_IXOTH | S_IXGRP | S_IXUSR);
 
62309
+    }
 
62310
+  return rval;
 
62311
+}
 
62312
 
 
62313
-       # convert absolute version numbers to libtool ages
 
62314
-       # this retains compatibility with .la files and attempts
 
62315
-       # to make the code below a bit more comprehensible
 
62316
+/* Searches for the full path of the wrapper.  Returns
 
62317
+   newly allocated full path name if found, NULL otherwise
 
62318
+   Does not chase symlinks, even on platforms that support them.
 
62319
+*/
 
62320
+char *
 
62321
+find_executable (const char *wrapper)
 
62322
+{
 
62323
+  int has_slash = 0;
 
62324
+  const char *p;
 
62325
+  const char *p_next;
 
62326
+  /* static buffer for getcwd */
 
62327
+  char tmp[LT_PATHMAX + 1];
 
62328
+  int tmp_len;
 
62329
+  char *concat_name;
 
62330
 
 
62331
-       case $vinfo_number in
 
62332
-       yes)
 
62333
-         number_major="$2"
 
62334
-         number_minor="$3"
 
62335
-         number_revision="$4"
 
62336
-         #
 
62337
-         # There are really only two kinds -- those that
 
62338
-         # use the current revision as the major version
 
62339
-         # and those that subtract age and use age as
 
62340
-         # a minor version.  But, then there is irix
 
62341
-         # which has an extra 1 added just for fun
 
62342
-         #
 
62343
-         case $version_type in
 
62344
-         darwin|linux|osf|windows|none)
 
62345
-           current=`expr $number_major + $number_minor`
 
62346
-           age="$number_minor"
 
62347
-           revision="$number_revision"
 
62348
-           ;;
 
62349
-         freebsd-aout|freebsd-elf|sunos)
 
62350
-           current="$number_major"
 
62351
-           revision="$number_minor"
 
62352
-           age="0"
 
62353
-           ;;
 
62354
-         irix|nonstopux)
 
62355
-           current=`expr $number_major + $number_minor`
 
62356
-           age="$number_minor"
 
62357
-           revision="$number_minor"
 
62358
-           lt_irix_increment=no
 
62359
-           ;;
 
62360
-         esac
 
62361
-         ;;
 
62362
-       no)
 
62363
-         current="$2"
 
62364
-         revision="$3"
 
62365
-         age="$4"
 
62366
-         ;;
 
62367
-       esac
 
62368
+  LTWRAPPER_DEBUGPRINTF (("(find_executable)   : %s\n",
 
62369
+                         wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!"));
 
62370
 
 
62371
-       # Check that each of the things are valid numbers.
 
62372
-       case $current in
 
62373
-       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]) ;;
 
62374
-       *)
 
62375
-         $echo "$modename: CURRENT \`$current' must be a nonnegative integer" 1>&2
 
62376
-         $echo "$modename: \`$vinfo' is not valid version information" 1>&2
 
62377
-         exit $EXIT_FAILURE
 
62378
-         ;;
 
62379
-       esac
 
62380
+  if ((wrapper == NULL) || (*wrapper == '\0'))
 
62381
+    return NULL;
 
62382
 
 
62383
-       case $revision in
 
62384
-       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]) ;;
 
62385
-       *)
 
62386
-         $echo "$modename: REVISION \`$revision' must be a nonnegative integer" 1>&2
 
62387
-         $echo "$modename: \`$vinfo' is not valid version information" 1>&2
 
62388
-         exit $EXIT_FAILURE
 
62389
-         ;;
 
62390
-       esac
 
62391
+  /* Absolute path? */
 
62392
+#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
 
62393
+  if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
 
62394
+    {
 
62395
+      concat_name = xstrdup (wrapper);
 
62396
+      if (check_executable (concat_name))
 
62397
+       return concat_name;
 
62398
+      XFREE (concat_name);
 
62399
+    }
 
62400
+               else
 
62401
+    {
 
62402
+#endif
 
62403
+      if (IS_DIR_SEPARATOR (wrapper[0]))
 
62404
+       {
 
62405
+         concat_name = xstrdup (wrapper);
 
62406
+         if (check_executable (concat_name))
 
62407
+           return concat_name;
 
62408
+         XFREE (concat_name);
 
62409
+       }
 
62410
+#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
 
62411
+    }
 
62412
+#endif
 
62413
 
 
62414
-       case $age in
 
62415
-       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]) ;;
 
62416
-       *)
 
62417
-         $echo "$modename: AGE \`$age' must be a nonnegative integer" 1>&2
 
62418
-         $echo "$modename: \`$vinfo' is not valid version information" 1>&2
 
62419
-         exit $EXIT_FAILURE
 
62420
-         ;;
 
62421
-       esac
 
62422
+  for (p = wrapper; *p; p++)
 
62423
+    if (*p == '/')
 
62424
+      {
 
62425
+       has_slash = 1;
 
62426
+       break;
 
62427
+      }
 
62428
+  if (!has_slash)
 
62429
+    {
 
62430
+      /* no slashes; search PATH */
 
62431
+      const char *path = getenv ("PATH");
 
62432
+      if (path != NULL)
 
62433
+       {
 
62434
+         for (p = path; *p; p = p_next)
 
62435
+           {
 
62436
+             const char *q;
 
62437
+             size_t p_len;
 
62438
+             for (q = p; *q; q++)
 
62439
+               if (IS_PATH_SEPARATOR (*q))
 
62440
+                 break;
 
62441
+             p_len = q - p;
 
62442
+             p_next = (*q == '\0' ? q : q + 1);
 
62443
+             if (p_len == 0)
 
62444
+               {
 
62445
+                 /* empty path: current directory */
 
62446
+                 if (getcwd (tmp, LT_PATHMAX) == NULL)
 
62447
+                   lt_fatal ("getcwd failed");
 
62448
+                 tmp_len = strlen (tmp);
 
62449
+                 concat_name =
 
62450
+                   XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
 
62451
+                 memcpy (concat_name, tmp, tmp_len);
 
62452
+                 concat_name[tmp_len] = '/';
 
62453
+                 strcpy (concat_name + tmp_len + 1, wrapper);
 
62454
+               }
 
62455
+       else
 
62456
+               {
 
62457
+                 concat_name =
 
62458
+                   XMALLOC (char, p_len + 1 + strlen (wrapper) + 1);
 
62459
+                 memcpy (concat_name, p, p_len);
 
62460
+                 concat_name[p_len] = '/';
 
62461
+                 strcpy (concat_name + p_len + 1, wrapper);
 
62462
+               }
 
62463
+             if (check_executable (concat_name))
 
62464
+               return concat_name;
 
62465
+             XFREE (concat_name);
 
62466
+           }
 
62467
+       }
 
62468
+      /* not found in PATH; assume curdir */
 
62469
+    }
 
62470
+  /* Relative path | not found in path: prepend cwd */
 
62471
+  if (getcwd (tmp, LT_PATHMAX) == NULL)
 
62472
+    lt_fatal ("getcwd failed");
 
62473
+  tmp_len = strlen (tmp);
 
62474
+  concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1);
 
62475
+  memcpy (concat_name, tmp, tmp_len);
 
62476
+  concat_name[tmp_len] = '/';
 
62477
+  strcpy (concat_name + tmp_len + 1, wrapper);
 
62478
 
 
62479
-       if test "$age" -gt "$current"; then
 
62480
-         $echo "$modename: AGE \`$age' is greater than the current interface number \`$current'" 1>&2
 
62481
-         $echo "$modename: \`$vinfo' is not valid version information" 1>&2
 
62482
-         exit $EXIT_FAILURE
 
62483
-       fi
 
62484
+  if (check_executable (concat_name))
 
62485
+    return concat_name;
 
62486
+  XFREE (concat_name);
 
62487
+  return NULL;
 
62488
+}
 
62489
 
 
62490
-       # Calculate the version variables.
 
62491
-       major=
 
62492
-       versuffix=
 
62493
-       verstring=
 
62494
-       case $version_type in
 
62495
-       none) ;;
 
62496
+char *
 
62497
+chase_symlinks (const char *pathspec)
 
62498
+{
 
62499
+#ifndef S_ISLNK
 
62500
+  return xstrdup (pathspec);
 
62501
+#else
 
62502
+  char buf[LT_PATHMAX];
 
62503
+  struct stat s;
 
62504
+  char *tmp_pathspec = xstrdup (pathspec);
 
62505
+  char *p;
 
62506
+  int has_symlinks = 0;
 
62507
+  while (strlen (tmp_pathspec) && !has_symlinks)
 
62508
+    {
 
62509
+      LTWRAPPER_DEBUGPRINTF (("checking path component for symlinks: %s\n",
 
62510
+                             tmp_pathspec));
 
62511
+      if (lstat (tmp_pathspec, &s) == 0)
 
62512
+       {
 
62513
+         if (S_ISLNK (s.st_mode) != 0)
 
62514
+           {
 
62515
+             has_symlinks = 1;
 
62516
+             break;
 
62517
+           }
 
62518
 
 
62519
-       darwin)
 
62520
-         # Like Linux, but with the current version available in
 
62521
-         # verstring for coding it into the library header
 
62522
-         major=.`expr $current - $age`
 
62523
-         versuffix="$major.$age.$revision"
 
62524
-         # Darwin ld doesn't like 0 for these options...
 
62525
-         minor_current=`expr $current + 1`
 
62526
-         xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision"
 
62527
-         verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
 
62528
-         ;;
 
62529
+         /* search backwards for last DIR_SEPARATOR */
 
62530
+         p = tmp_pathspec + strlen (tmp_pathspec) - 1;
 
62531
+         while ((p > tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
 
62532
+           p--;
 
62533
+         if ((p == tmp_pathspec) && (!IS_DIR_SEPARATOR (*p)))
 
62534
+           {
 
62535
+             /* no more DIR_SEPARATORS left */
 
62536
+             break;
 
62537
+           }
 
62538
+         *p = '\0';
 
62539
+       }
 
62540
+      else
 
62541
+       {
 
62542
+         char *errstr = strerror (errno);
 
62543
+         lt_fatal ("Error accessing file %s (%s)", tmp_pathspec, errstr);
 
62544
+       }
 
62545
+    }
 
62546
+  XFREE (tmp_pathspec);
 
62547
 
 
62548
-       freebsd-aout)
 
62549
-         major=".$current"
 
62550
-         versuffix=".$current.$revision";
 
62551
-         ;;
 
62552
+  if (!has_symlinks)
 
62553
+    {
 
62554
+      return xstrdup (pathspec);
 
62555
+    }
 
62556
 
 
62557
-       freebsd-elf)
 
62558
-         major=".$current"
 
62559
-         versuffix=".$current";
 
62560
-         ;;
 
62561
+  tmp_pathspec = realpath (pathspec, buf);
 
62562
+  if (tmp_pathspec == 0)
 
62563
+    {
 
62564
+      lt_fatal ("Could not follow symlinks for %s", pathspec);
 
62565
+    }
 
62566
+  return xstrdup (tmp_pathspec);
 
62567
+#endif
 
62568
+}
 
62569
 
 
62570
-       irix | nonstopux)
 
62571
-         if test "X$lt_irix_increment" = "Xno"; then
 
62572
-           major=`expr $current - $age`
 
62573
-         else
 
62574
-           major=`expr $current - $age + 1`
 
62575
-         fi
 
62576
-         case $version_type in
 
62577
-           nonstopux) verstring_prefix=nonstopux ;;
 
62578
-           *)         verstring_prefix=sgi ;;
 
62579
-         esac
 
62580
-         verstring="$verstring_prefix$major.$revision"
 
62581
+char *
 
62582
+strendzap (char *str, const char *pat)
 
62583
+{
 
62584
+  size_t len, patlen;
 
62585
 
 
62586
-         # Add in all the interfaces that we are compatible with.
 
62587
-         loop=$revision
 
62588
-         while test "$loop" -ne 0; do
 
62589
-           iface=`expr $revision - $loop`
 
62590
-           loop=`expr $loop - 1`
 
62591
-           verstring="$verstring_prefix$major.$iface:$verstring"
 
62592
-         done
 
62593
+  assert (str != NULL);
 
62594
+  assert (pat != NULL);
 
62595
 
 
62596
-         # Before this point, $major must not contain `.'.
 
62597
-         major=.$major
 
62598
-         versuffix="$major.$revision"
 
62599
-         ;;
 
62600
+  len = strlen (str);
 
62601
+  patlen = strlen (pat);
 
62602
 
 
62603
-       linux)
 
62604
-         major=.`expr $current - $age`
 
62605
-         versuffix="$major.$age.$revision"
 
62606
-         ;;
 
62607
+  if (patlen <= len)
 
62608
+    {
 
62609
+      str += len - patlen;
 
62610
+      if (strcmp (str, pat) == 0)
 
62611
+       *str = '\0';
 
62612
+    }
 
62613
+  return str;
 
62614
+}
 
62615
 
 
62616
-       osf)
 
62617
-         major=.`expr $current - $age`
 
62618
-         versuffix=".$current.$age.$revision"
 
62619
-         verstring="$current.$age.$revision"
 
62620
+static void
 
62621
+lt_error_core (int exit_status, const char *mode,
 
62622
+              const char *message, va_list ap)
 
62623
+{
 
62624
+  fprintf (stderr, "%s: %s: ", program_name, mode);
 
62625
+  vfprintf (stderr, message, ap);
 
62626
+  fprintf (stderr, ".\n");
 
62627
 
 
62628
-         # Add in all the interfaces that we are compatible with.
 
62629
-         loop=$age
 
62630
-         while test "$loop" -ne 0; do
 
62631
-           iface=`expr $current - $loop`
 
62632
-           loop=`expr $loop - 1`
 
62633
-           verstring="$verstring:${iface}.0"
 
62634
-         done
 
62635
+  if (exit_status >= 0)
 
62636
+    exit (exit_status);
 
62637
+}
 
62638
 
 
62639
-         # Make executables depend on our current version.
 
62640
-         verstring="$verstring:${current}.0"
 
62641
-         ;;
 
62642
+void
 
62643
+lt_fatal (const char *message, ...)
 
62644
+{
 
62645
+  va_list ap;
 
62646
+  va_start (ap, message);
 
62647
+  lt_error_core (EXIT_FAILURE, "FATAL", message, ap);
 
62648
+  va_end (ap);
 
62649
+}
 
62650
+EOF
 
62651
+}
 
62652
+# end: func_emit_cwrapperexe_src
 
62653
 
 
62654
-       sunos)
 
62655
-         major=".$current"
 
62656
-         versuffix=".$current.$revision"
 
62657
-         ;;
 
62658
+# func_mode_link arg...
 
62659
+func_mode_link ()
 
62660
+{
 
62661
+    $opt_debug
 
62662
+    case $host in
 
62663
+    *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
 
62664
+      # It is impossible to link a dll without this setting, and
 
62665
+      # we shouldn't force the makefile maintainer to figure out
 
62666
+      # which system we are compiling for in order to pass an extra
 
62667
+      # flag for every libtool invocation.
 
62668
+      # allow_undefined=no
 
62669
 
 
62670
-       windows)
 
62671
-         # Use '-' rather than '.', since we only want one
 
62672
-         # extension on DOS 8.3 filesystems.
 
62673
-         major=`expr $current - $age`
 
62674
-         versuffix="-$major"
 
62675
-         ;;
 
62676
+      # FIXME: Unfortunately, there are problems with the above when trying
 
62677
+      # to make a dll which has undefined symbols, in which case not
 
62678
+      # even a static library is built.  For now, we need to specify
 
62679
+      # -no-undefined on the libtool link line when we can be certain
 
62680
+      # that all symbols are satisfied, otherwise we get a static library.
 
62681
+      allow_undefined=yes
 
62682
+      ;;
 
62683
+    *)
 
62684
+      allow_undefined=yes
 
62685
+      ;;
 
62686
+    esac
 
62687
+    libtool_args=$nonopt
 
62688
+    base_compile="$nonopt $@"
 
62689
+    compile_command=$nonopt
 
62690
+    finalize_command=$nonopt
 
62691
 
 
62692
-       *)
 
62693
-         $echo "$modename: unknown library version type \`$version_type'" 1>&2
 
62694
-         $echo "Fatal configuration error.  See the $PACKAGE docs for more information." 1>&2
 
62695
-         exit $EXIT_FAILURE
 
62696
-         ;;
 
62697
-       esac
 
62698
+    compile_rpath=
 
62699
+    finalize_rpath=
 
62700
+    compile_shlibpath=
 
62701
+    finalize_shlibpath=
 
62702
+    convenience=
 
62703
+    old_convenience=
 
62704
+    deplibs=
 
62705
+    old_deplibs=
 
62706
+    compiler_flags=
 
62707
+    linker_flags=
 
62708
+    dllsearchpath=
 
62709
+    lib_search_path=`pwd`
 
62710
+    inst_prefix_dir=
 
62711
+    new_inherited_linker_flags=
 
62712
 
 
62713
-       # Clear the version info if we defaulted, and they specified a release.
 
62714
-       if test -z "$vinfo" && test -n "$release"; then
 
62715
-         major=
 
62716
-         case $version_type in
 
62717
-         darwin)
 
62718
-           # we can't check for "0.0" in archive_cmds due to quoting
 
62719
-           # problems, so we reset it completely
 
62720
-           verstring=
 
62721
+    avoid_version=no
 
62722
+    dlfiles=
 
62723
+    dlprefiles=
 
62724
+    dlself=no
 
62725
+    export_dynamic=no
 
62726
+    export_symbols=
 
62727
+    export_symbols_regex=
 
62728
+    generated=
 
62729
+    libobjs=
 
62730
+    ltlibs=
 
62731
+    module=no
 
62732
+    no_install=no
 
62733
+    objs=
 
62734
+    non_pic_objects=
 
62735
+    precious_files_regex=
 
62736
+    prefer_static_libs=no
 
62737
+    preload=no
 
62738
+    prev=
 
62739
+    prevarg=
 
62740
+    release=
 
62741
+    rpath=
 
62742
+    xrpath=
 
62743
+    perm_rpath=
 
62744
+    temp_rpath=
 
62745
+    thread_safe=no
 
62746
+    vinfo=
 
62747
+    vinfo_number=no
 
62748
+    weak_libs=
 
62749
+    single_module="${wl}-single_module"
 
62750
+    func_infer_tag $base_compile
 
62751
+
 
62752
+    # We need to know -static, to get the right output filenames.
 
62753
+    for arg
 
62754
+    do
 
62755
+      case $arg in
 
62756
+      -shared)
 
62757
+       test "$build_libtool_libs" != yes && \
 
62758
+         func_fatal_configuration "can not build a shared library"
 
62759
+       build_old_libs=no
 
62760
+       break
 
62761
+       ;;
 
62762
+      -all-static | -static | -static-libtool-libs)
 
62763
+       case $arg in
 
62764
+       -all-static)
 
62765
+         if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then
 
62766
+           func_warning "complete static linking is impossible in this configuration"
 
62767
+       fi
 
62768
+         if test -n "$link_static_flag"; then
 
62769
+           dlopen_self=$dlopen_self_static
 
62770
+         fi
 
62771
+         prefer_static_libs=yes
 
62772
            ;;
 
62773
-         *)
 
62774
-           verstring="0.0"
 
62775
+       -static)
 
62776
+         if test -z "$pic_flag" && test -n "$link_static_flag"; then
 
62777
+           dlopen_self=$dlopen_self_static
 
62778
+         fi
 
62779
+         prefer_static_libs=built
 
62780
+           ;;
 
62781
+       -static-libtool-libs)
 
62782
+         if test -z "$pic_flag" && test -n "$link_static_flag"; then
 
62783
+           dlopen_self=$dlopen_self_static
 
62784
+         fi
 
62785
+         prefer_static_libs=yes
 
62786
            ;;
 
62787
          esac
 
62788
-         if test "$need_version" = no; then
 
62789
-           versuffix=
 
62790
+       build_libtool_libs=no
 
62791
+       build_old_libs=yes
 
62792
+       break
 
62793
+         ;;
 
62794
+       esac
 
62795
+    done
 
62796
+
 
62797
+    # See if our shared archives depend on static archives.
 
62798
+    test -n "$old_archive_from_new_cmds" && build_old_libs=yes
 
62799
+
 
62800
+    # Go through the arguments, transforming them on the way.
 
62801
+    while test "$#" -gt 0; do
 
62802
+      arg="$1"
 
62803
+      shift
 
62804
+      func_quote_for_eval "$arg"
 
62805
+      qarg=$func_quote_for_eval_unquoted_result
 
62806
+      func_append libtool_args " $func_quote_for_eval_result"
 
62807
+
 
62808
+      # If the previous option needs an argument, assign it.
 
62809
+      if test -n "$prev"; then
 
62810
+       case $prev in
 
62811
+       output)
 
62812
+         func_append compile_command " @OUTPUT@"
 
62813
+         func_append finalize_command " @OUTPUT@"
 
62814
+         ;;
 
62815
+       esac
 
62816
+
 
62817
+       case $prev in
 
62818
+       dlfiles|dlprefiles)
 
62819
+         if test "$preload" = no; then
 
62820
+           # Add the symbol object into the linking commands.
 
62821
+           func_append compile_command " @SYMFILE@"
 
62822
+           func_append finalize_command " @SYMFILE@"
 
62823
+           preload=yes
 
62824
+       fi
 
62825
+         case $arg in
 
62826
+         *.la | *.lo) ;;  # We handle these cases below.
 
62827
+         force)
 
62828
+           if test "$dlself" = no; then
 
62829
+             dlself=needless
 
62830
+             export_dynamic=yes
 
62831
+           fi
 
62832
+           prev=
 
62833
+           continue
 
62834
+         ;;
 
62835
+         self)
 
62836
+           if test "$prev" = dlprefiles; then
 
62837
+             dlself=yes
 
62838
+           elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then
 
62839
+             dlself=yes
 
62840
+           else
 
62841
+             dlself=needless
 
62842
+             export_dynamic=yes
 
62843
+           fi
 
62844
+           prev=
 
62845
+           continue
 
62846
+         ;;
 
62847
+         *)
 
62848
+           if test "$prev" = dlfiles; then
 
62849
+             dlfiles="$dlfiles $arg"
 
62850
          else
 
62851
-           versuffix=".0.0"
 
62852
+             dlprefiles="$dlprefiles $arg"
 
62853
          fi
 
62854
-       fi
 
62855
+           prev=
 
62856
+           continue
 
62857
+           ;;
 
62858
+         esac
 
62859
+         ;;
 
62860
+       expsyms)
 
62861
+         export_symbols="$arg"
 
62862
+         test -f "$arg" \
 
62863
+           || func_fatal_error "symbol file \`$arg' does not exist"
 
62864
+         prev=
 
62865
+         continue
 
62866
+         ;;
 
62867
+       expsyms_regex)
 
62868
+         export_symbols_regex="$arg"
 
62869
+         prev=
 
62870
+         continue
 
62871
+         ;;
 
62872
+       framework)
 
62873
+         case $host in
 
62874
+           *-*-darwin*)
 
62875
+             case "$deplibs " in
 
62876
+               *" $qarg.ltframework "*) ;;
 
62877
+               *) deplibs="$deplibs $qarg.ltframework" # this is fixed later
 
62878
+         ;;
 
62879
+             esac
 
62880
+         ;;
 
62881
+       esac
 
62882
+         prev=
 
62883
+         continue
 
62884
+           ;;
 
62885
+       inst_prefix)
 
62886
+         inst_prefix_dir="$arg"
 
62887
+         prev=
 
62888
+         continue
 
62889
+           ;;
 
62890
+       objectlist)
 
62891
+         if test -f "$arg"; then
 
62892
+           save_arg=$arg
 
62893
+           moreargs=
 
62894
+           for fil in `cat "$save_arg"`
 
62895
+           do
 
62896
+#            moreargs="$moreargs $fil"
 
62897
+             arg=$fil
 
62898
+             # A libtool-controlled object.
 
62899
 
 
62900
-       # Remove version info from name if versioning should be avoided
 
62901
-       if test "$avoid_version" = yes && test "$need_version" = no; then
 
62902
-         major=
 
62903
-         versuffix=
 
62904
-         verstring=""
 
62905
-       fi
 
62906
+             # Check to see that this really is a libtool object.
 
62907
+             if func_lalib_unsafe_p "$arg"; then
 
62908
+               pic_object=
 
62909
+               non_pic_object=
 
62910
 
 
62911
-       # Check to see if the archive will have undefined symbols.
 
62912
-       if test "$allow_undefined" = yes; then
 
62913
-         if test "$allow_undefined_flag" = unsupported; then
 
62914
-           $echo "$modename: warning: undefined symbols not allowed in $host shared libraries" 1>&2
 
62915
-           build_libtool_libs=no
 
62916
-           build_old_libs=yes
 
62917
-         fi
 
62918
-       else
 
62919
-         # Don't allow undefined symbols.
 
62920
-         allow_undefined_flag="$no_undefined_flag"
 
62921
-       fi
 
62922
+               # Read the .lo file
 
62923
+               func_source "$arg"
 
62924
+
 
62925
+               if test -z "$pic_object" ||
 
62926
+                  test -z "$non_pic_object" ||
 
62927
+                  test "$pic_object" = none &&
 
62928
+                  test "$non_pic_object" = none; then
 
62929
+                 func_fatal_error "cannot find name of object for \`$arg'"
 
62930
       fi
 
62931
 
 
62932
-      if test "$mode" != relink; then
 
62933
-       # Remove our outputs, but don't remove object files since they
 
62934
-       # may have been created when compiling PIC objects.
 
62935
-       removelist=
 
62936
-       tempremovelist=`$echo "$output_objdir/*"`
 
62937
-       for p in $tempremovelist; do
 
62938
-         case $p in
 
62939
-           *.$objext)
 
62940
-              ;;
 
62941
-           $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*)
 
62942
-              if test "X$precious_files_regex" != "X"; then
 
62943
-                if echo $p | $EGREP -e "$precious_files_regex" >/dev/null 2>&1
 
62944
-                then
 
62945
+               # Extract subdirectory from the argument.
 
62946
+               func_dirname "$arg" "/" ""
 
62947
+               xdir="$func_dirname_result"
 
62948
+
 
62949
+               if test "$pic_object" != none; then
 
62950
+                 # Prepend the subdirectory the object is found in.
 
62951
+                 pic_object="$xdir$pic_object"
 
62952
+
 
62953
+                 if test "$prev" = dlfiles; then
 
62954
+                   if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
 
62955
+                     dlfiles="$dlfiles $pic_object"
 
62956
+                     prev=
 
62957
                   continue
 
62958
-                fi
 
62959
-              fi
 
62960
-              removelist="$removelist $p"
 
62961
-              ;;
 
62962
-           *) ;;
 
62963
-         esac
 
62964
-       done
 
62965
-       if test -n "$removelist"; then
 
62966
-         $show "${rm}r $removelist"
 
62967
-         $run ${rm}r $removelist
 
62968
+                   else
 
62969
+                     # If libtool objects are unsupported, then we need to preload.
 
62970
+                     prev=dlprefiles
 
62971
        fi
 
62972
       fi
 
62973
 
 
62974
-      # Now set the variables for building old libraries.
 
62975
-      if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then
 
62976
-       oldlibs="$oldlibs $output_objdir/$libname.$libext"
 
62977
+                 # CHECK ME:  I think I busted this.  -Ossama
 
62978
+                 if test "$prev" = dlprefiles; then
 
62979
+                   # Preload the old-style object.
 
62980
+                   dlprefiles="$dlprefiles $pic_object"
 
62981
+                   prev=
 
62982
+                 fi
 
62983
 
 
62984
-       # Transform .lo files to .o files.
 
62985
-       oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
 
62986
+                 # A PIC object.
 
62987
+                 func_append libobjs " $pic_object"
 
62988
+                 arg="$pic_object"
 
62989
       fi
 
62990
 
 
62991
-      # Eliminate all temporary directories.
 
62992
-      #for path in $notinst_path; do
 
62993
-      #        lib_search_path=`$echo "$lib_search_path " | ${SED} -e "s% $path % %g"`
 
62994
-      #        deplibs=`$echo "$deplibs " | ${SED} -e "s% -L$path % %g"`
 
62995
-      #        dependency_libs=`$echo "$dependency_libs " | ${SED} -e "s% -L$path % %g"`
 
62996
-      #done
 
62997
+               # Non-PIC object.
 
62998
+               if test "$non_pic_object" != none; then
 
62999
+                 # Prepend the subdirectory the object is found in.
 
63000
+                 non_pic_object="$xdir$non_pic_object"
 
63001
 
 
63002
-      if test -n "$xrpath"; then
 
63003
-       # If the user specified any rpath flags, then add them.
 
63004
-       temp_xrpath=
 
63005
-       for libdir in $xrpath; do
 
63006
-         temp_xrpath="$temp_xrpath -R$libdir"
 
63007
-         case "$finalize_rpath " in
 
63008
-         *" $libdir "*) ;;
 
63009
-         *) finalize_rpath="$finalize_rpath $libdir" ;;
 
63010
-         esac
 
63011
-       done
 
63012
-       if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then
 
63013
-         dependency_libs="$temp_xrpath $dependency_libs"
 
63014
+                 # A standard non-PIC object
 
63015
+                 func_append non_pic_objects " $non_pic_object"
 
63016
+                 if test -z "$pic_object" || test "$pic_object" = none ; then
 
63017
+                   arg="$non_pic_object"
 
63018
        fi
 
63019
+               else
 
63020
+                 # If the PIC object exists, use it instead.
 
63021
+                 # $xdir was prepended to $pic_object above.
 
63022
+                 non_pic_object="$pic_object"
 
63023
+                 func_append non_pic_objects " $non_pic_object"
 
63024
       fi
 
63025
+             else
 
63026
+               # Only an error if not doing a dry-run.
 
63027
+               if $opt_dry_run; then
 
63028
+                 # Extract subdirectory from the argument.
 
63029
+                 func_dirname "$arg" "/" ""
 
63030
+                 xdir="$func_dirname_result"
 
63031
 
 
63032
-      # Make sure dlfiles contains only unique files that won't be dlpreopened
 
63033
-      old_dlfiles="$dlfiles"
 
63034
-      dlfiles=
 
63035
-      for lib in $old_dlfiles; do
 
63036
-       case " $dlprefiles $dlfiles " in
 
63037
-       *" $lib "*) ;;
 
63038
-       *) dlfiles="$dlfiles $lib" ;;
 
63039
-       esac
 
63040
+                 func_lo2o "$arg"
 
63041
+                 pic_object=$xdir$objdir/$func_lo2o_result
 
63042
+                 non_pic_object=$xdir$func_lo2o_result
 
63043
+                 func_append libobjs " $pic_object"
 
63044
+                 func_append non_pic_objects " $non_pic_object"
 
63045
+               else
 
63046
+                 func_fatal_error "\`$arg' is not a valid libtool object"
 
63047
+               fi
 
63048
+             fi
 
63049
       done
 
63050
-
 
63051
-      # Make sure dlprefiles contains only unique files
 
63052
-      old_dlprefiles="$dlprefiles"
 
63053
-      dlprefiles=
 
63054
-      for lib in $old_dlprefiles; do
 
63055
-       case "$dlprefiles " in
 
63056
-       *" $lib "*) ;;
 
63057
-       *) dlprefiles="$dlprefiles $lib" ;;
 
63058
-       esac
 
63059
-      done
 
63060
-
 
63061
-      if test "$build_libtool_libs" = yes; then
 
63062
-       if test -n "$rpath"; then
 
63063
-         case $host in
 
63064
-         *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos*)
 
63065
-           # these systems don't actually have a c library (as such)!
 
63066
-           ;;
 
63067
-         *-*-rhapsody* | *-*-darwin1.[012])
 
63068
-           # Rhapsody C library is in the System framework
 
63069
-           deplibs="$deplibs -framework System"
 
63070
-           ;;
 
63071
-         *-*-netbsd*)
 
63072
-           # Don't link with libc until the a.out ld.so is fixed.
 
63073
-           ;;
 
63074
-         *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
 
63075
-           # Do not include libc due to us having libc/libc_r.
 
63076
+         else
 
63077
+           func_fatal_error "link input file \`$arg' does not exist"
 
63078
+         fi
 
63079
+         arg=$save_arg
 
63080
+         prev=
 
63081
+         continue
 
63082
            ;;
 
63083
-         *-*-sco3.2v5* | *-*-sco5v6*)
 
63084
-           # Causes problems with __ctype
 
63085
+       precious_regex)
 
63086
+         precious_files_regex="$arg"
 
63087
+         prev=
 
63088
+         continue
 
63089
            ;;
 
63090
-         *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
 
63091
-           # Compiler inserts libc in the correct place for threads to work
 
63092
+       release)
 
63093
+         release="-$arg"
 
63094
+         prev=
 
63095
+         continue
 
63096
            ;;
 
63097
+       rpath | xrpath)
 
63098
+         # We need an absolute path.
 
63099
+         case $arg in
 
63100
+         [\\/]* | [A-Za-z]:[\\/]*) ;;
 
63101
          *)
 
63102
-           # Add libc to deplibs on all other systems if necessary.
 
63103
-           if test "$build_libtool_need_lc" = "yes"; then
 
63104
-             deplibs="$deplibs -lc"
 
63105
-           fi
 
63106
+           func_fatal_error "only absolute run-paths are allowed"
 
63107
            ;;
 
63108
          esac
 
63109
+         if test "$prev" = rpath; then
 
63110
+           case "$rpath " in
 
63111
+           *" $arg "*) ;;
 
63112
+           *) rpath="$rpath $arg" ;;
 
63113
+           esac
 
63114
+         else
 
63115
+           case "$xrpath " in
 
63116
+           *" $arg "*) ;;
 
63117
+           *) xrpath="$xrpath $arg" ;;
 
63118
+           esac
 
63119
        fi
 
63120
-
 
63121
-       # Transform deplibs into only deplibs that can be linked in shared.
 
63122
-       name_save=$name
 
63123
-       libname_save=$libname
 
63124
-       release_save=$release
 
63125
-       versuffix_save=$versuffix
 
63126
-       major_save=$major
 
63127
-       # I'm not sure if I'm treating the release correctly.  I think
 
63128
-       # release should show up in the -l (ie -lgmp5) so we don't want to
 
63129
-       # add it in twice.  Is that correct?
 
63130
-       release=""
 
63131
-       versuffix=""
 
63132
-       major=""
 
63133
-       newdeplibs=
 
63134
-       droppeddeps=no
 
63135
-       case $deplibs_check_method in
 
63136
-       pass_all)
 
63137
-         # Don't check for shared/static.  Everything works.
 
63138
-         # This might be a little naive.  We might want to check
 
63139
-         # whether the library exists or not.  But this is on
 
63140
-         # osf3 & osf4 and I'm not really sure... Just
 
63141
-         # implementing what was already the behavior.
 
63142
-         newdeplibs=$deplibs
 
63143
+         prev=
 
63144
+         continue
 
63145
          ;;
 
63146
-       test_compile)
 
63147
-         # This code stresses the "libraries are programs" paradigm to its
 
63148
-         # limits. Maybe even breaks it.  We compile a program, linking it
 
63149
-         # against the deplibs as a proxy for the library.  Then we can check
 
63150
-         # whether they linked in statically or dynamically with ldd.
 
63151
-         $rm conftest.c
 
63152
-         cat > conftest.c <<EOF
 
63153
-         int main() { return 0; }
 
63154
-EOF
 
63155
-         $rm conftest
 
63156
-         if $LTCC $LTCFLAGS -o conftest conftest.c $deplibs; then
 
63157
-           ldd_output=`ldd conftest`
 
63158
-           for i in $deplibs; do
 
63159
-             name=`expr $i : '-l\(.*\)'`
 
63160
-             # If $name is empty we are operating on a -L argument.
 
63161
-              if test "$name" != "" && test "$name" != "0"; then
 
63162
-               if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
 
63163
-                 case " $predeps $postdeps " in
 
63164
-                 *" $i "*)
 
63165
-                   newdeplibs="$newdeplibs $i"
 
63166
-                   i=""
 
63167
+       shrext)
 
63168
+         shrext_cmds="$arg"
 
63169
+         prev=
 
63170
+         continue
 
63171
                    ;;
 
63172
-                 esac
 
63173
-               fi
 
63174
-               if test -n "$i" ; then
 
63175
-                 libname=`eval \\$echo \"$libname_spec\"`
 
63176
-                 deplib_matches=`eval \\$echo \"$library_names_spec\"`
 
63177
-                 set dummy $deplib_matches
 
63178
-                 deplib_match=$2
 
63179
-                 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
 
63180
-                   newdeplibs="$newdeplibs $i"
 
63181
-                 else
 
63182
-                   droppeddeps=yes
 
63183
-                   $echo
 
63184
-                   $echo "*** Warning: dynamic linker does not accept needed library $i."
 
63185
-                   $echo "*** I have the capability to make that library automatically link in when"
 
63186
-                   $echo "*** you link to this library.  But I can only do this if you have a"
 
63187
-                   $echo "*** shared version of the library, which I believe you do not have"
 
63188
-                   $echo "*** because a test_compile did reveal that the linker did not use it for"
 
63189
-                   $echo "*** its dynamic dependency list that programs get resolved with at runtime."
 
63190
-                 fi
 
63191
-               fi
 
63192
-             else
 
63193
-               newdeplibs="$newdeplibs $i"
 
63194
-             fi
 
63195
-           done
 
63196
-         else
 
63197
-           # Error occurred in the first compile.  Let's try to salvage
 
63198
-           # the situation: Compile a separate program for each library.
 
63199
-           for i in $deplibs; do
 
63200
-             name=`expr $i : '-l\(.*\)'`
 
63201
-             # If $name is empty we are operating on a -L argument.
 
63202
-              if test "$name" != "" && test "$name" != "0"; then
 
63203
-               $rm conftest
 
63204
-               if $LTCC $LTCFLAGS -o conftest conftest.c $i; then
 
63205
-                 ldd_output=`ldd conftest`
 
63206
-                 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
 
63207
-                   case " $predeps $postdeps " in
 
63208
-                   *" $i "*)
 
63209
-                     newdeplibs="$newdeplibs $i"
 
63210
-                     i=""
 
63211
+       weak)
 
63212
+         weak_libs="$weak_libs $arg"
 
63213
+         prev=
 
63214
+         continue
 
63215
                      ;;
 
63216
-                   esac
 
63217
-                 fi
 
63218
-                 if test -n "$i" ; then
 
63219
-                   libname=`eval \\$echo \"$libname_spec\"`
 
63220
-                   deplib_matches=`eval \\$echo \"$library_names_spec\"`
 
63221
-                   set dummy $deplib_matches
 
63222
-                   deplib_match=$2
 
63223
-                   if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
 
63224
-                     newdeplibs="$newdeplibs $i"
 
63225
-                   else
 
63226
-                     droppeddeps=yes
 
63227
-                     $echo
 
63228
-                     $echo "*** Warning: dynamic linker does not accept needed library $i."
 
63229
-                     $echo "*** I have the capability to make that library automatically link in when"
 
63230
-                     $echo "*** you link to this library.  But I can only do this if you have a"
 
63231
-                     $echo "*** shared version of the library, which you do not appear to have"
 
63232
-                     $echo "*** because a test_compile did reveal that the linker did not use this one"
 
63233
-                     $echo "*** as a dynamic dependency that programs can get resolved with at runtime."
 
63234
-                   fi
 
63235
-                 fi
 
63236
-               else
 
63237
-                 droppeddeps=yes
 
63238
-                 $echo
 
63239
-                 $echo "*** Warning!  Library $i is needed by this library but I was not able to"
 
63240
-                 $echo "*** make it link in!  You will probably need to install it or some"
 
63241
-                 $echo "*** library that it depends on before this library will be fully"
 
63242
-                 $echo "*** functional.  Installing it before continuing would be even better."
 
63243
-               fi
 
63244
-             else
 
63245
-               newdeplibs="$newdeplibs $i"
 
63246
-             fi
 
63247
-           done
 
63248
-         fi
 
63249
+       xcclinker)
 
63250
+         linker_flags="$linker_flags $qarg"
 
63251
+         compiler_flags="$compiler_flags $qarg"
 
63252
+         prev=
 
63253
+         func_append compile_command " $qarg"
 
63254
+         func_append finalize_command " $qarg"
 
63255
+         continue
 
63256
          ;;
 
63257
-       file_magic*)
 
63258
-         set dummy $deplibs_check_method
 
63259
-         file_magic_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
 
63260
-         for a_deplib in $deplibs; do
 
63261
-           name=`expr $a_deplib : '-l\(.*\)'`
 
63262
-           # If $name is empty we are operating on a -L argument.
 
63263
-            if test "$name" != "" && test  "$name" != "0"; then
 
63264
-             if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
 
63265
-               case " $predeps $postdeps " in
 
63266
-               *" $a_deplib "*)
 
63267
-                 newdeplibs="$newdeplibs $a_deplib"
 
63268
-                 a_deplib=""
 
63269
+       xcompiler)
 
63270
+         compiler_flags="$compiler_flags $qarg"
 
63271
+         prev=
 
63272
+         func_append compile_command " $qarg"
 
63273
+         func_append finalize_command " $qarg"
 
63274
+         continue
 
63275
                  ;;
 
63276
-               esac
 
63277
-             fi
 
63278
-             if test -n "$a_deplib" ; then
 
63279
-               libname=`eval \\$echo \"$libname_spec\"`
 
63280
-               for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
 
63281
-                 potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
 
63282
-                 for potent_lib in $potential_libs; do
 
63283
-                     # Follow soft links.
 
63284
-                     if ls -lLd "$potent_lib" 2>/dev/null \
 
63285
-                        | grep " -> " >/dev/null; then
 
63286
+       xlinker)
 
63287
+         linker_flags="$linker_flags $qarg"
 
63288
+         compiler_flags="$compiler_flags $wl$qarg"
 
63289
+         prev=
 
63290
+         func_append compile_command " $wl$qarg"
 
63291
+         func_append finalize_command " $wl$qarg"
 
63292
                        continue
 
63293
-                     fi
 
63294
-                     # The statement above tries to avoid entering an
 
63295
-                     # endless loop below, in case of cyclic links.
 
63296
-                     # We might still enter an endless loop, since a link
 
63297
-                     # loop can be closed while we follow links,
 
63298
-                     # but so what?
 
63299
-                     potlib="$potent_lib"
 
63300
-                     while test -h "$potlib" 2>/dev/null; do
 
63301
-                       potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
 
63302
-                       case $potliblink in
 
63303
-                       [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
 
63304
-                       *) potlib=`$echo "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
 
63305
-                       esac
 
63306
-                     done
 
63307
-                     if eval $file_magic_cmd \"\$potlib\" 2>/dev/null \
 
63308
-                        | ${SED} 10q \
 
63309
-                        | $EGREP "$file_magic_regex" > /dev/null; then
 
63310
-                       newdeplibs="$newdeplibs $a_deplib"
 
63311
-                       a_deplib=""
 
63312
-                       break 2
 
63313
-                     fi
 
63314
-                 done
 
63315
-               done
 
63316
-             fi
 
63317
-             if test -n "$a_deplib" ; then
 
63318
-               droppeddeps=yes
 
63319
-               $echo
 
63320
-               $echo "*** Warning: linker path does not have real file for library $a_deplib."
 
63321
-               $echo "*** I have the capability to make that library automatically link in when"
 
63322
-               $echo "*** you link to this library.  But I can only do this if you have a"
 
63323
-               $echo "*** shared version of the library, which you do not appear to have"
 
63324
-               $echo "*** because I did check the linker path looking for a file starting"
 
63325
-               if test -z "$potlib" ; then
 
63326
-                 $echo "*** with $libname but no candidates were found. (...for file magic test)"
 
63327
-               else
 
63328
-                 $echo "*** with $libname and none of the candidates passed a file format test"
 
63329
-                 $echo "*** using a file magic. Last file checked: $potlib"
 
63330
-               fi
 
63331
-             fi
 
63332
-           else
 
63333
-             # Add a -L argument.
 
63334
-             newdeplibs="$newdeplibs $a_deplib"
 
63335
-           fi
 
63336
-         done # Gone through all deplibs.
 
63337
          ;;
 
63338
-       match_pattern*)
 
63339
-         set dummy $deplibs_check_method
 
63340
-         match_pattern_regex=`expr "$deplibs_check_method" : "$2 \(.*\)"`
 
63341
-         for a_deplib in $deplibs; do
 
63342
-           name=`expr $a_deplib : '-l\(.*\)'`
 
63343
-           # If $name is empty we are operating on a -L argument.
 
63344
-           if test -n "$name" && test "$name" != "0"; then
 
63345
-             if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
 
63346
-               case " $predeps $postdeps " in
 
63347
-               *" $a_deplib "*)
 
63348
-                 newdeplibs="$newdeplibs $a_deplib"
 
63349
-                 a_deplib=""
 
63350
+       *)
 
63351
+         eval "$prev=\"\$arg\""
 
63352
+         prev=
 
63353
+         continue
 
63354
                  ;;
 
63355
                esac
 
63356
+      fi # test -n "$prev"
 
63357
+
 
63358
+      prevarg="$arg"
 
63359
+
 
63360
+      case $arg in
 
63361
+      -all-static)
 
63362
+       if test -n "$link_static_flag"; then
 
63363
+         # See comment for -static flag below, for more details.
 
63364
+         func_append compile_command " $link_static_flag"
 
63365
+         func_append finalize_command " $link_static_flag"
 
63366
              fi
 
63367
-             if test -n "$a_deplib" ; then
 
63368
-               libname=`eval \\$echo \"$libname_spec\"`
 
63369
-               for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
 
63370
-                 potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
 
63371
-                 for potent_lib in $potential_libs; do
 
63372
-                   potlib="$potent_lib" # see symlink-check above in file_magic test
 
63373
-                   if eval $echo \"$potent_lib\" 2>/dev/null \
 
63374
-                       | ${SED} 10q \
 
63375
-                       | $EGREP "$match_pattern_regex" > /dev/null; then
 
63376
-                     newdeplibs="$newdeplibs $a_deplib"
 
63377
-                     a_deplib=""
 
63378
-                     break 2
 
63379
-                   fi
 
63380
-                 done
 
63381
-               done
 
63382
-             fi
 
63383
-             if test -n "$a_deplib" ; then
 
63384
-               droppeddeps=yes
 
63385
-               $echo
 
63386
-               $echo "*** Warning: linker path does not have real file for library $a_deplib."
 
63387
-               $echo "*** I have the capability to make that library automatically link in when"
 
63388
-               $echo "*** you link to this library.  But I can only do this if you have a"
 
63389
-               $echo "*** shared version of the library, which you do not appear to have"
 
63390
-               $echo "*** because I did check the linker path looking for a file starting"
 
63391
-               if test -z "$potlib" ; then
 
63392
-                 $echo "*** with $libname but no candidates were found. (...for regex pattern test)"
 
63393
-               else
 
63394
-                 $echo "*** with $libname and none of the candidates passed a file format test"
 
63395
-                 $echo "*** using a regex pattern. Last file checked: $potlib"
 
63396
-               fi
 
63397
-             fi
 
63398
-           else
 
63399
-             # Add a -L argument.
 
63400
-             newdeplibs="$newdeplibs $a_deplib"
 
63401
-           fi
 
63402
-         done # Gone through all deplibs.
 
63403
+       continue
 
63404
          ;;
 
63405
-       none | unknown | *)
 
63406
-         newdeplibs=""
 
63407
-         tmp_deplibs=`$echo "X $deplibs" | $Xsed -e 's/ -lc$//' \
 
63408
-           -e 's/ -[LR][^ ]*//g'`
 
63409
-         if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
 
63410
-           for i in $predeps $postdeps ; do
 
63411
-             # can't use Xsed below, because $i might contain '/'
 
63412
-             tmp_deplibs=`$echo "X $tmp_deplibs" | ${SED} -e "1s,^X,," -e "s,$i,,"`
 
63413
-           done
 
63414
-         fi
 
63415
-         if $echo "X $tmp_deplibs" | $Xsed -e 's/[     ]//g' \
 
63416
-           | grep . >/dev/null; then
 
63417
-           $echo
 
63418
-           if test "X$deplibs_check_method" = "Xnone"; then
 
63419
-             $echo "*** Warning: inter-library dependencies are not supported in this platform."
 
63420
-           else
 
63421
-             $echo "*** Warning: inter-library dependencies are not known to be supported."
 
63422
-           fi
 
63423
-           $echo "*** All declared inter-library dependencies are being dropped."
 
63424
-           droppeddeps=yes
 
63425
-         fi
 
63426
+
 
63427
+      -allow-undefined)
 
63428
+       # FIXME: remove this flag sometime in the future.
 
63429
+       func_fatal_error "\`-allow-undefined' must not be used because it is the default"
 
63430
          ;;
 
63431
-       esac
 
63432
-       versuffix=$versuffix_save
 
63433
-       major=$major_save
 
63434
-       release=$release_save
 
63435
-       libname=$libname_save
 
63436
-       name=$name_save
 
63437
 
 
63438
-       case $host in
 
63439
-       *-*-rhapsody* | *-*-darwin1.[012])
 
63440
-         # On Rhapsody replace the C library is the System framework
 
63441
-         newdeplibs=`$echo "X $newdeplibs" | $Xsed -e 's/ -lc / -framework System /'`
 
63442
+      -avoid-version)
 
63443
+       avoid_version=yes
 
63444
+       continue
 
63445
          ;;
 
63446
-       esac
 
63447
 
 
63448
-       if test "$droppeddeps" = yes; then
 
63449
-         if test "$module" = yes; then
 
63450
-           $echo
 
63451
-           $echo "*** Warning: libtool could not satisfy all declared inter-library"
 
63452
-           $echo "*** dependencies of module $libname.  Therefore, libtool will create"
 
63453
-           $echo "*** a static module, that should work as long as the dlopening"
 
63454
-           $echo "*** application is linked with the -dlopen flag."
 
63455
-           if test -z "$global_symbol_pipe"; then
 
63456
-             $echo
 
63457
-             $echo "*** However, this would only work if libtool was able to extract symbol"
 
63458
-             $echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
 
63459
-             $echo "*** not find such a program.  So, this module is probably useless."
 
63460
-             $echo "*** \`nm' from GNU binutils and a full rebuild may help."
 
63461
+      -dlopen)
 
63462
+       prev=dlfiles
 
63463
+       continue
 
63464
+       ;;
 
63465
+
 
63466
+      -dlpreopen)
 
63467
+       prev=dlprefiles
 
63468
+       continue
 
63469
+       ;;
 
63470
+
 
63471
+      -export-dynamic)
 
63472
+       export_dynamic=yes
 
63473
+       continue
 
63474
+       ;;
 
63475
+
 
63476
+      -export-symbols | -export-symbols-regex)
 
63477
+       if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
 
63478
+         func_fatal_error "more than one -exported-symbols argument is not allowed"
 
63479
            fi
 
63480
-           if test "$build_old_libs" = no; then
 
63481
-             oldlibs="$output_objdir/$libname.$libext"
 
63482
-             build_libtool_libs=module
 
63483
-             build_old_libs=yes
 
63484
+       if test "X$arg" = "X-export-symbols"; then
 
63485
+         prev=expsyms
 
63486
            else
 
63487
-             build_libtool_libs=no
 
63488
+         prev=expsyms_regex
 
63489
            fi
 
63490
-         else
 
63491
-           $echo "*** The inter-library dependencies that have been dropped here will be"
 
63492
-           $echo "*** automatically added whenever a program is linked with this library"
 
63493
-           $echo "*** or is declared to -dlopen it."
 
63494
+       continue
 
63495
+       ;;
 
63496
 
 
63497
-           if test "$allow_undefined" = no; then
 
63498
-             $echo
 
63499
-             $echo "*** Since this library must not contain undefined symbols,"
 
63500
-             $echo "*** because either the platform does not support them or"
 
63501
-             $echo "*** it was explicitly requested with -no-undefined,"
 
63502
-             $echo "*** libtool will only create a static version of it."
 
63503
-             if test "$build_old_libs" = no; then
 
63504
-               oldlibs="$output_objdir/$libname.$libext"
 
63505
-               build_libtool_libs=module
 
63506
-               build_old_libs=yes
 
63507
-             else
 
63508
-               build_libtool_libs=no
 
63509
-             fi
 
63510
-           fi
 
63511
-         fi
 
63512
-       fi
 
63513
-       # Done checking deplibs!
 
63514
-       deplibs=$newdeplibs
 
63515
-      fi
 
63516
+      -framework)
 
63517
+       prev=framework
 
63518
+       continue
 
63519
+       ;;
 
63520
 
 
63521
+      -inst-prefix-dir)
 
63522
+       prev=inst_prefix
 
63523
+       continue
 
63524
+       ;;
 
63525
 
 
63526
-      # move library search paths that coincide with paths to not yet
 
63527
-      # installed libraries to the beginning of the library search list
 
63528
-      new_libs=
 
63529
-      for path in $notinst_path; do
 
63530
-       case " $new_libs " in
 
63531
-       *" -L$path/$objdir "*) ;;
 
63532
+      # The native IRIX linker understands -LANG:*, -LIST:* and -LNO:*
 
63533
+      # so, if we see these flags be careful not to treat them like -L
 
63534
+      -L[A-Z][A-Z]*:*)
 
63535
+       case $with_gcc/$host in
 
63536
+       no/*-*-irix* | /*-*-irix*)
 
63537
+         func_append compile_command " $arg"
 
63538
+         func_append finalize_command " $arg"
 
63539
+         ;;
 
63540
+       esac
 
63541
+       continue
 
63542
+       ;;
 
63543
+
 
63544
+      -L*)
 
63545
+       func_stripname '-L' '' "$arg"
 
63546
+       dir=$func_stripname_result
 
63547
+       # We need an absolute path.
 
63548
+       case $dir in
 
63549
+       [\\/]* | [A-Za-z]:[\\/]*) ;;
 
63550
        *)
 
63551
-         case " $deplibs " in
 
63552
-         *" -L$path/$objdir "*)
 
63553
-           new_libs="$new_libs -L$path/$objdir" ;;
 
63554
+         absdir=`cd "$dir" && pwd`
 
63555
+         test -z "$absdir" && \
 
63556
+           func_fatal_error "cannot determine absolute directory name of \`$dir'"
 
63557
+         dir="$absdir"
 
63558
+         ;;
 
63559
          esac
 
63560
+       case "$deplibs " in
 
63561
+       *" -L$dir "*) ;;
 
63562
+       *)
 
63563
+         deplibs="$deplibs -L$dir"
 
63564
+         lib_search_path="$lib_search_path $dir"
 
63565
          ;;
 
63566
        esac
 
63567
-      done
 
63568
-      for deplib in $deplibs; do
 
63569
-       case $deplib in
 
63570
-       -L*)
 
63571
-         case " $new_libs " in
 
63572
-         *" $deplib "*) ;;
 
63573
-         *) new_libs="$new_libs $deplib" ;;
 
63574
+       case $host in
 
63575
+       *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
 
63576
+         testbindir=`$ECHO "X$dir" | $Xsed -e 's*/lib$*/bin*'`
 
63577
+         case :$dllsearchpath: in
 
63578
+         *":$dir:"*) ;;
 
63579
+         *) dllsearchpath="$dllsearchpath:$dir";;
 
63580
+         esac
 
63581
+         case :$dllsearchpath: in
 
63582
+         *":$testbindir:"*) ;;
 
63583
+         *) dllsearchpath="$dllsearchpath:$testbindir";;
 
63584
          esac
 
63585
          ;;
 
63586
-       *) new_libs="$new_libs $deplib" ;;
 
63587
        esac
 
63588
-      done
 
63589
-      deplibs="$new_libs"
 
63590
-
 
63591
-
 
63592
-      # All the library-specific variables (install_libdir is set above).
 
63593
-      library_names=
 
63594
-      old_library=
 
63595
-      dlname=
 
63596
+       continue
 
63597
+       ;;
 
63598
 
 
63599
-      # Test again, we may have decided not to build it any more
 
63600
-      if test "$build_libtool_libs" = yes; then
 
63601
-       if test "$hardcode_into_libs" = yes; then
 
63602
-         # Hardcode the library paths
 
63603
-         hardcode_libdirs=
 
63604
-         dep_rpath=
 
63605
-         rpath="$finalize_rpath"
 
63606
-         test "$mode" != relink && rpath="$compile_rpath$rpath"
 
63607
-         for libdir in $rpath; do
 
63608
-           if test -n "$hardcode_libdir_flag_spec"; then
 
63609
-             if test -n "$hardcode_libdir_separator"; then
 
63610
-               if test -z "$hardcode_libdirs"; then
 
63611
-                 hardcode_libdirs="$libdir"
 
63612
-               else
 
63613
-                 # Just accumulate the unique libdirs.
 
63614
-                 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
 
63615
-                 *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
 
63616
+      -l*)
 
63617
+       if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then
 
63618
+         case $host in
 
63619
+         *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos*)
 
63620
+           # These systems don't actually have a C or math library (as such)
 
63621
+           continue
 
63622
                    ;;
 
63623
-                 *)
 
63624
-                   hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir"
 
63625
+         *-*-os2*)
 
63626
+           # These systems don't actually have a C library (as such)
 
63627
+           test "X$arg" = "X-lc" && continue
 
63628
+           ;;
 
63629
+         *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
 
63630
+           # Do not include libc due to us having libc/libc_r.
 
63631
+           test "X$arg" = "X-lc" && continue
 
63632
+           ;;
 
63633
+         *-*-rhapsody* | *-*-darwin1.[012])
 
63634
+           # Rhapsody C and math libraries are in the System framework
 
63635
+           deplibs="$deplibs System.ltframework"
 
63636
+           continue
 
63637
+           ;;
 
63638
+         *-*-sco3.2v5* | *-*-sco5v6*)
 
63639
+           # Causes problems with __ctype
 
63640
+           test "X$arg" = "X-lc" && continue
 
63641
+           ;;
 
63642
+         *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
 
63643
+           # Compiler inserts libc in the correct place for threads to work
 
63644
+           test "X$arg" = "X-lc" && continue
 
63645
                    ;;
 
63646
                  esac
 
63647
-               fi
 
63648
-             else
 
63649
-               eval flag=\"$hardcode_libdir_flag_spec\"
 
63650
-               dep_rpath="$dep_rpath $flag"
 
63651
-             fi
 
63652
-           elif test -n "$runpath_var"; then
 
63653
-             case "$perm_rpath " in
 
63654
-             *" $libdir "*) ;;
 
63655
-             *) perm_rpath="$perm_rpath $libdir" ;;
 
63656
-             esac
 
63657
-           fi
 
63658
-         done
 
63659
-         # Substitute the hardcoded libdirs into the rpath.
 
63660
-         if test -n "$hardcode_libdir_separator" &&
 
63661
-            test -n "$hardcode_libdirs"; then
 
63662
-           libdir="$hardcode_libdirs"
 
63663
-           if test -n "$hardcode_libdir_flag_spec_ld"; then
 
63664
-             case $archive_cmds in
 
63665
-             *\$LD*) eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\" ;;
 
63666
-             *)      eval dep_rpath=\"$hardcode_libdir_flag_spec\" ;;
 
63667
+       elif test "X$arg" = "X-lc_r"; then
 
63668
+        case $host in
 
63669
+        *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
 
63670
+          # Do not include libc_r directly, use -pthread flag.
 
63671
+          continue
 
63672
+          ;;
 
63673
              esac
 
63674
-           else
 
63675
-             eval dep_rpath=\"$hardcode_libdir_flag_spec\"
 
63676
-           fi
 
63677
-         fi
 
63678
-         if test -n "$runpath_var" && test -n "$perm_rpath"; then
 
63679
-           # We should set the runpath_var.
 
63680
-           rpath=
 
63681
-           for dir in $perm_rpath; do
 
63682
-             rpath="$rpath$dir:"
 
63683
-           done
 
63684
-           eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
 
63685
-         fi
 
63686
-         test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs"
 
63687
        fi
 
63688
+       deplibs="$deplibs $arg"
 
63689
+       continue
 
63690
+       ;;
 
63691
 
 
63692
-       shlibpath="$finalize_shlibpath"
 
63693
-       test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
 
63694
-       if test -n "$shlibpath"; then
 
63695
-         eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
 
63696
-       fi
 
63697
+      -module)
 
63698
+       module=yes
 
63699
+       continue
 
63700
+       ;;
 
63701
 
 
63702
-       # Get the real and link names of the library.
 
63703
-       eval shared_ext=\"$shrext_cmds\"
 
63704
-       eval library_names=\"$library_names_spec\"
 
63705
-       set dummy $library_names
 
63706
-       realname="$2"
 
63707
-       shift; shift
 
63708
+      # Tru64 UNIX uses -model [arg] to determine the layout of C++
 
63709
+      # classes, name mangling, and exception handling.
 
63710
+      # Darwin uses the -arch flag to determine output architecture.
 
63711
+      -model|-arch|-isysroot)
 
63712
+       compiler_flags="$compiler_flags $arg"
 
63713
+       func_append compile_command " $arg"
 
63714
+       func_append finalize_command " $arg"
 
63715
+       prev=xcompiler
 
63716
+       continue
 
63717
+       ;;
 
63718
 
 
63719
-       if test -n "$soname_spec"; then
 
63720
-         eval soname=\"$soname_spec\"
 
63721
-       else
 
63722
-         soname="$realname"
 
63723
-       fi
 
63724
-       if test -z "$dlname"; then
 
63725
-         dlname=$soname
 
63726
-       fi
 
63727
+      -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
 
63728
+       compiler_flags="$compiler_flags $arg"
 
63729
+       func_append compile_command " $arg"
 
63730
+       func_append finalize_command " $arg"
 
63731
+       case "$new_inherited_linker_flags " in
 
63732
+           *" $arg "*) ;;
 
63733
+           * ) new_inherited_linker_flags="$new_inherited_linker_flags $arg" ;;
 
63734
+       esac
 
63735
+       continue
 
63736
+       ;;
 
63737
 
 
63738
-       lib="$output_objdir/$realname"
 
63739
-       linknames=
 
63740
-       for link
 
63741
-       do
 
63742
-         linknames="$linknames $link"
 
63743
-       done
 
63744
+      -multi_module)
 
63745
+       single_module="${wl}-multi_module"
 
63746
+       continue
 
63747
+       ;;
 
63748
 
 
63749
-       # Use standard objects if they are pic
 
63750
-       test -z "$pic_flag" && libobjs=`$echo "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
 
63751
+      -no-fast-install)
 
63752
+       fast_install=no
 
63753
+       continue
 
63754
+       ;;
 
63755
 
 
63756
-       # Prepare the list of exported symbols
 
63757
-       if test -z "$export_symbols"; then
 
63758
-         if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then
 
63759
-           $show "generating symbol list for \`$libname.la'"
 
63760
-           export_symbols="$output_objdir/$libname.exp"
 
63761
-           $run $rm $export_symbols
 
63762
-           cmds=$export_symbols_cmds
 
63763
-           save_ifs="$IFS"; IFS='~'
 
63764
-           for cmd in $cmds; do
 
63765
-             IFS="$save_ifs"
 
63766
-             eval cmd=\"$cmd\"
 
63767
-             if len=`expr "X$cmd" : ".*"` &&
 
63768
-              test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
 
63769
-               $show "$cmd"
 
63770
-               $run eval "$cmd" || exit $?
 
63771
-               skipped_export=false
 
63772
-             else
 
63773
-               # The command line is too long to execute in one step.
 
63774
-               $show "using reloadable object file for export list..."
 
63775
-               skipped_export=:
 
63776
-               # Break out early, otherwise skipped_export may be
 
63777
-               # set to false by a later but shorter cmd.
 
63778
-               break
 
63779
-             fi
 
63780
-           done
 
63781
-           IFS="$save_ifs"
 
63782
-           if test -n "$export_symbols_regex"; then
 
63783
-             $show "$EGREP -e \"$export_symbols_regex\" \"$export_symbols\" > \"${export_symbols}T\""
 
63784
-             $run eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
 
63785
-             $show "$mv \"${export_symbols}T\" \"$export_symbols\""
 
63786
-             $run eval '$mv "${export_symbols}T" "$export_symbols"'
 
63787
-           fi
 
63788
-         fi
 
63789
-       fi
 
63790
-
 
63791
-       if test -n "$export_symbols" && test -n "$include_expsyms"; then
 
63792
-         $run eval '$echo "X$include_expsyms" | $SP2NL >> "$export_symbols"'
 
63793
-       fi
 
63794
-
 
63795
-       tmp_deplibs=
 
63796
-       for test_deplib in $deplibs; do
 
63797
-               case " $convenience " in
 
63798
-               *" $test_deplib "*) ;;
 
63799
-               *)
 
63800
-                       tmp_deplibs="$tmp_deplibs $test_deplib"
 
63801
+      -no-install)
 
63802
+       case $host in
 
63803
+       *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin*)
 
63804
+         # The PATH hackery in wrapper scripts is required on Windows
 
63805
+         # and Darwin in order for the loader to find any dlls it needs.
 
63806
+         func_warning "\`-no-install' is ignored for $host"
 
63807
+         func_warning "assuming \`-no-fast-install' instead"
 
63808
+         fast_install=no
 
63809
                        ;;
 
63810
+       *) no_install=yes ;;
 
63811
                esac
 
63812
-       done
 
63813
-       deplibs="$tmp_deplibs"
 
63814
+       continue
 
63815
+       ;;
 
63816
 
 
63817
-       if test -n "$convenience"; then
 
63818
-         if test -n "$whole_archive_flag_spec"; then
 
63819
-           save_libobjs=$libobjs
 
63820
-           eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
 
63821
-         else
 
63822
-           gentop="$output_objdir/${outputname}x"
 
63823
-           generated="$generated $gentop"
 
63824
+      -no-undefined)
 
63825
+       allow_undefined=no
 
63826
+       continue
 
63827
+       ;;
 
63828
 
 
63829
-           func_extract_archives $gentop $convenience
 
63830
-           libobjs="$libobjs $func_extract_archives_result"
 
63831
-         fi
 
63832
-       fi
 
63833
+      -objectlist)
 
63834
+       prev=objectlist
 
63835
+       continue
 
63836
+       ;;
 
63837
        
 
63838
-       if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
 
63839
-         eval flag=\"$thread_safe_flag_spec\"
 
63840
-         linker_flags="$linker_flags $flag"
 
63841
-       fi
 
63842
-
 
63843
-       # Make a backup of the uninstalled library when relinking
 
63844
-       if test "$mode" = relink; then
 
63845
-         $run eval '(cd $output_objdir && $rm ${realname}U && $mv $realname ${realname}U)' || exit $?
 
63846
-       fi
 
63847
+      -o) prev=output ;;
 
63848
 
 
63849
-       # Do each of the archive commands.
 
63850
-       if test "$module" = yes && test -n "$module_cmds" ; then
 
63851
-         if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
 
63852
-           eval test_cmds=\"$module_expsym_cmds\"
 
63853
-           cmds=$module_expsym_cmds
 
63854
-         else
 
63855
-           eval test_cmds=\"$module_cmds\"
 
63856
-           cmds=$module_cmds
 
63857
-         fi
 
63858
-       else
 
63859
-       if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
 
63860
-         eval test_cmds=\"$archive_expsym_cmds\"
 
63861
-         cmds=$archive_expsym_cmds
 
63862
-       else
 
63863
-         eval test_cmds=\"$archive_cmds\"
 
63864
-         cmds=$archive_cmds
 
63865
-         fi
 
63866
-       fi
 
63867
+      -precious-files-regex)
 
63868
+       prev=precious_regex
 
63869
+       continue
 
63870
+       ;;
 
63871
 
 
63872
-       if test "X$skipped_export" != "X:" &&
 
63873
-          len=`expr "X$test_cmds" : ".*" 2>/dev/null` &&
 
63874
-          test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
 
63875
-         :
 
63876
-       else
 
63877
-         # The command line is too long to link in one step, link piecewise.
 
63878
-         $echo "creating reloadable object files..."
 
63879
+      -release)
 
63880
+       prev=release
 
63881
+       continue
 
63882
+       ;;
 
63883
 
 
63884
-         # Save the value of $output and $libobjs because we want to
 
63885
-         # use them later.  If we have whole_archive_flag_spec, we
 
63886
-         # want to use save_libobjs as it was before
 
63887
-         # whole_archive_flag_spec was expanded, because we can't
 
63888
-         # assume the linker understands whole_archive_flag_spec.
 
63889
-         # This may have to be revisited, in case too many
 
63890
-         # convenience libraries get linked in and end up exceeding
 
63891
-         # the spec.
 
63892
-         if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then
 
63893
-           save_libobjs=$libobjs
 
63894
-         fi
 
63895
-         save_output=$output
 
63896
-         output_la=`$echo "X$output" | $Xsed -e "$basename"`
 
63897
+      -rpath)
 
63898
+       prev=rpath
 
63899
+       continue
 
63900
+       ;;
 
63901
 
 
63902
-         # Clear the reloadable object creation command queue and
 
63903
-         # initialize k to one.
 
63904
-         test_cmds=
 
63905
-         concat_cmds=
 
63906
-         objlist=
 
63907
-         delfiles=
 
63908
-         last_robj=
 
63909
-         k=1
 
63910
-         output=$output_objdir/$output_la-${k}.$objext
 
63911
-         # Loop over the list of objects to be linked.
 
63912
-         for obj in $save_libobjs
 
63913
-         do
 
63914
-           eval test_cmds=\"$reload_cmds $objlist $last_robj\"
 
63915
-           if test "X$objlist" = X ||
 
63916
-              { len=`expr "X$test_cmds" : ".*" 2>/dev/null` &&
 
63917
-                test "$len" -le "$max_cmd_len"; }; then
 
63918
-             objlist="$objlist $obj"
 
63919
-           else
 
63920
-             # The command $test_cmds is almost too long, add a
 
63921
-             # command to the queue.
 
63922
-             if test "$k" -eq 1 ; then
 
63923
-               # The first file doesn't have a previous command to add.
 
63924
-               eval concat_cmds=\"$reload_cmds $objlist $last_robj\"
 
63925
-             else
 
63926
-               # All subsequent reloadable object files will link in
 
63927
-               # the last one created.
 
63928
-               eval concat_cmds=\"\$concat_cmds~$reload_cmds $objlist $last_robj\"
 
63929
-             fi
 
63930
-             last_robj=$output_objdir/$output_la-${k}.$objext
 
63931
-             k=`expr $k + 1`
 
63932
-             output=$output_objdir/$output_la-${k}.$objext
 
63933
-             objlist=$obj
 
63934
-             len=1
 
63935
-           fi
 
63936
-         done
 
63937
-         # Handle the remaining objects by creating one last
 
63938
-         # reloadable object file.  All subsequent reloadable object
 
63939
-         # files will link in the last one created.
 
63940
-         test -z "$concat_cmds" || concat_cmds=$concat_cmds~
 
63941
-         eval concat_cmds=\"\${concat_cmds}$reload_cmds $objlist $last_robj\"
 
63942
+      -R)
 
63943
+       prev=xrpath
 
63944
+       continue
 
63945
+       ;;
 
63946
 
 
63947
-         if ${skipped_export-false}; then
 
63948
-           $show "generating symbol list for \`$libname.la'"
 
63949
-           export_symbols="$output_objdir/$libname.exp"
 
63950
-           $run $rm $export_symbols
 
63951
-           libobjs=$output
 
63952
-           # Append the command to create the export file.
 
63953
-           eval concat_cmds=\"\$concat_cmds~$export_symbols_cmds\"
 
63954
-          fi
 
63955
-
 
63956
-         # Set up a command to remove the reloadable object files
 
63957
-         # after they are used.
 
63958
-         i=0
 
63959
-         while test "$i" -lt "$k"
 
63960
-         do
 
63961
-           i=`expr $i + 1`
 
63962
-           delfiles="$delfiles $output_objdir/$output_la-${i}.$objext"
 
63963
-         done
 
63964
+      -R*)
 
63965
+       func_stripname '-R' '' "$arg"
 
63966
+       dir=$func_stripname_result
 
63967
+       # We need an absolute path.
 
63968
+       case $dir in
 
63969
+       [\\/]* | [A-Za-z]:[\\/]*) ;;
 
63970
+       *)
 
63971
+         func_fatal_error "only absolute run-paths are allowed"
 
63972
+         ;;
 
63973
+       esac
 
63974
+       case "$xrpath " in
 
63975
+       *" $dir "*) ;;
 
63976
+       *) xrpath="$xrpath $dir" ;;
 
63977
+       esac
 
63978
+       continue
 
63979
+       ;;
 
63980
 
 
63981
-         $echo "creating a temporary reloadable object file: $output"
 
63982
+      -shared)
 
63983
+       # The effects of -shared are defined in a previous loop.
 
63984
+       continue
 
63985
+       ;;
 
63986
 
 
63987
-         # Loop through the commands generated above and execute them.
 
63988
-         save_ifs="$IFS"; IFS='~'
 
63989
-         for cmd in $concat_cmds; do
 
63990
-           IFS="$save_ifs"
 
63991
-           $show "$cmd"
 
63992
-           $run eval "$cmd" || exit $?
 
63993
-         done
 
63994
-         IFS="$save_ifs"
 
63995
+      -shrext)
 
63996
+       prev=shrext
 
63997
+       continue
 
63998
+       ;;
 
63999
 
 
64000
-         libobjs=$output
 
64001
-         # Restore the value of output.
 
64002
-         output=$save_output
 
64003
+      -static | -static-libtool-libs)
 
64004
+       # The effects of -static are defined in a previous loop.
 
64005
+       # We used to do the same as -all-static on platforms that
 
64006
+       # didn't have a PIC flag, but the assumption that the effects
 
64007
+       # would be equivalent was wrong.  It would break on at least
 
64008
+       # Digital Unix and AIX.
 
64009
+       continue
 
64010
+       ;;
 
64011
 
 
64012
-         if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then
 
64013
-           eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
 
64014
-         fi
 
64015
-         # Expand the library linking commands again to reset the
 
64016
-         # value of $libobjs for piecewise linking.
 
64017
+      -thread-safe)
 
64018
+       thread_safe=yes
 
64019
+       continue
 
64020
+       ;;
 
64021
 
 
64022
-         # Do each of the archive commands.
 
64023
-         if test "$module" = yes && test -n "$module_cmds" ; then
 
64024
-           if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
 
64025
-             cmds=$module_expsym_cmds
 
64026
-           else
 
64027
-             cmds=$module_cmds
 
64028
-           fi
 
64029
-         else
 
64030
-         if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
 
64031
-           cmds=$archive_expsym_cmds
 
64032
-         else
 
64033
-           cmds=$archive_cmds
 
64034
-           fi
 
64035
-         fi
 
64036
+      -version-info)
 
64037
+       prev=vinfo
 
64038
+       continue
 
64039
+       ;;
 
64040
 
 
64041
-         # Append the command to remove the reloadable object files
 
64042
-         # to the just-reset $cmds.
 
64043
-         eval cmds=\"\$cmds~\$rm $delfiles\"
 
64044
-       fi
 
64045
-       save_ifs="$IFS"; IFS='~'
 
64046
-       for cmd in $cmds; do
 
64047
-         IFS="$save_ifs"
 
64048
-         eval cmd=\"$cmd\"
 
64049
-         $show "$cmd"
 
64050
-         $run eval "$cmd" || {
 
64051
-           lt_exit=$?
 
64052
+      -version-number)
 
64053
+       prev=vinfo
 
64054
+       vinfo_number=yes
 
64055
+       continue
 
64056
+       ;;
 
64057
 
 
64058
-           # Restore the uninstalled library and exit
 
64059
-           if test "$mode" = relink; then
 
64060
-             $run eval '(cd $output_objdir && $rm ${realname}T && $mv ${realname}U $realname)'
 
64061
-           fi
 
64062
+      -weak)
 
64063
+        prev=weak
 
64064
+       continue
 
64065
+       ;;
 
64066
 
 
64067
-           exit $lt_exit
 
64068
-         }
 
64069
+      -Wc,*)
 
64070
+       func_stripname '-Wc,' '' "$arg"
 
64071
+       args=$func_stripname_result
 
64072
+       arg=
 
64073
+       save_ifs="$IFS"; IFS=','
 
64074
+       for flag in $args; do
 
64075
+         IFS="$save_ifs"
 
64076
+          func_quote_for_eval "$flag"
 
64077
+         arg="$arg $wl$func_quote_for_eval_result"
 
64078
+         compiler_flags="$compiler_flags $func_quote_for_eval_result"
 
64079
        done
 
64080
        IFS="$save_ifs"
 
64081
+       func_stripname ' ' '' "$arg"
 
64082
+       arg=$func_stripname_result
 
64083
+       ;;
 
64084
 
 
64085
-       # Restore the uninstalled library and exit
 
64086
-       if test "$mode" = relink; then
 
64087
-         $run eval '(cd $output_objdir && $rm ${realname}T && $mv $realname ${realname}T && $mv "$realname"U $realname)' || exit $?
 
64088
-
 
64089
-         if test -n "$convenience"; then
 
64090
-           if test -z "$whole_archive_flag_spec"; then
 
64091
-             $show "${rm}r $gentop"
 
64092
-             $run ${rm}r "$gentop"
 
64093
-           fi
 
64094
-         fi
 
64095
-
 
64096
-         exit $EXIT_SUCCESS
 
64097
-       fi
 
64098
-
 
64099
-       # Create links to the real library.
 
64100
-       for linkname in $linknames; do
 
64101
-         if test "$realname" != "$linkname"; then
 
64102
-           $show "(cd $output_objdir && $rm $linkname && $LN_S $realname $linkname)"
 
64103
-           $run eval '(cd $output_objdir && $rm $linkname && $LN_S $realname $linkname)' || exit $?
 
64104
-         fi
 
64105
+      -Wl,*)
 
64106
+       func_stripname '-Wl,' '' "$arg"
 
64107
+       args=$func_stripname_result
 
64108
+       arg=
 
64109
+       save_ifs="$IFS"; IFS=','
 
64110
+       for flag in $args; do
 
64111
+         IFS="$save_ifs"
 
64112
+          func_quote_for_eval "$flag"
 
64113
+         arg="$arg $wl$func_quote_for_eval_result"
 
64114
+         compiler_flags="$compiler_flags $wl$func_quote_for_eval_result"
 
64115
+         linker_flags="$linker_flags $func_quote_for_eval_result"
 
64116
        done
 
64117
+       IFS="$save_ifs"
 
64118
+       func_stripname ' ' '' "$arg"
 
64119
+       arg=$func_stripname_result
 
64120
+       ;;
 
64121
 
 
64122
-       # If -module or -export-dynamic was specified, set the dlname.
 
64123
-       if test "$module" = yes || test "$export_dynamic" = yes; then
 
64124
-         # On all known operating systems, these are identical.
 
64125
-         dlname="$soname"
 
64126
-       fi
 
64127
-      fi
 
64128
-      ;;
 
64129
-
 
64130
-    obj)
 
64131
-      if test -n "$deplibs"; then
 
64132
-       $echo "$modename: warning: \`-l' and \`-L' are ignored for objects" 1>&2
 
64133
-      fi
 
64134
+      -Xcompiler)
 
64135
+       prev=xcompiler
 
64136
+       continue
 
64137
+       ;;
 
64138
 
 
64139
-      if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
 
64140
-       $echo "$modename: warning: \`-dlopen' is ignored for objects" 1>&2
 
64141
-      fi
 
64142
+      -Xlinker)
 
64143
+       prev=xlinker
 
64144
+       continue
 
64145
+       ;;
 
64146
 
 
64147
-      if test -n "$rpath"; then
 
64148
-       $echo "$modename: warning: \`-rpath' is ignored for objects" 1>&2
 
64149
-      fi
 
64150
+      -XCClinker)
 
64151
+       prev=xcclinker
 
64152
+       continue
 
64153
+       ;;
 
64154
 
 
64155
-      if test -n "$xrpath"; then
 
64156
-       $echo "$modename: warning: \`-R' is ignored for objects" 1>&2
 
64157
-      fi
 
64158
+      # -msg_* for osf cc
 
64159
+      -msg_*)
 
64160
+       func_quote_for_eval "$arg"
 
64161
+       arg="$func_quote_for_eval_result"
 
64162
+       ;;
 
64163
 
 
64164
-      if test -n "$vinfo"; then
 
64165
-       $echo "$modename: warning: \`-version-info' is ignored for objects" 1>&2
 
64166
-      fi
 
64167
-
 
64168
-      if test -n "$release"; then
 
64169
-       $echo "$modename: warning: \`-release' is ignored for objects" 1>&2
 
64170
-      fi
 
64171
+      # -64, -mips[0-9] enable 64-bit mode on the SGI compiler
 
64172
+      # -r[0-9][0-9]* specifies the processor on the SGI compiler
 
64173
+      # -xarch=*, -xtarget=* enable 64-bit mode on the Sun compiler
 
64174
+      # +DA*, +DD* enable 64-bit mode on the HP compiler
 
64175
+      # -q* pass through compiler args for the IBM compiler
 
64176
+      # -m*, -t[45]*, -txscale* pass through architecture-specific
 
64177
+      # compiler args for GCC
 
64178
+      # -F/path gives path to uninstalled frameworks, gcc on darwin
 
64179
+      # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC
 
64180
+      # @file GCC response files
 
64181
+      -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
 
64182
+      -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*)
 
64183
+        func_quote_for_eval "$arg"
 
64184
+       arg="$func_quote_for_eval_result"
 
64185
+        func_append compile_command " $arg"
 
64186
+        func_append finalize_command " $arg"
 
64187
+        compiler_flags="$compiler_flags $arg"
 
64188
+        continue
 
64189
+      ;;
 
64190
 
 
64191
-      case $output in
 
64192
-      *.lo)
 
64193
-       if test -n "$objs$old_deplibs"; then
 
64194
-         $echo "$modename: cannot build library object \`$output' from non-libtool objects" 1>&2
 
64195
-         exit $EXIT_FAILURE
 
64196
-       fi
 
64197
-       libobj="$output"
 
64198
-       obj=`$echo "X$output" | $Xsed -e "$lo2o"`
 
64199
+      # Some other compiler flag.
 
64200
+      -* | +*)
 
64201
+        func_quote_for_eval "$arg"
 
64202
+       arg="$func_quote_for_eval_result"
 
64203
        ;;
 
64204
-      *)
 
64205
-       libobj=
 
64206
-       obj="$output"
 
64207
+
 
64208
+      *.$objext)
 
64209
+       # A standard object.
 
64210
+       objs="$objs $arg"
 
64211
        ;;
 
64212
-      esac
 
64213
 
 
64214
-      # Delete the old objects.
 
64215
-      $run $rm $obj $libobj
 
64216
+      *.lo)
 
64217
+       # A libtool-controlled object.
 
64218
 
 
64219
-      # Objects from convenience libraries.  This assumes
 
64220
-      # single-version convenience libraries.  Whenever we create
 
64221
-      # different ones for PIC/non-PIC, this we'll have to duplicate
 
64222
-      # the extraction.
 
64223
-      reload_conv_objs=
 
64224
-      gentop=
 
64225
-      # reload_cmds runs $LD directly, so let us get rid of
 
64226
-      # -Wl from whole_archive_flag_spec and hope we can get by with
 
64227
-      # turning comma into space..
 
64228
-      wl=
 
64229
+       # Check to see that this really is a libtool object.
 
64230
+       if func_lalib_unsafe_p "$arg"; then
 
64231
+         pic_object=
 
64232
+         non_pic_object=
 
64233
 
 
64234
-      if test -n "$convenience"; then
 
64235
-       if test -n "$whole_archive_flag_spec"; then
 
64236
-         eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
 
64237
-         reload_conv_objs=$reload_objs\ `$echo "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'`
 
64238
-       else
 
64239
-         gentop="$output_objdir/${obj}x"
 
64240
-         generated="$generated $gentop"
 
64241
+         # Read the .lo file
 
64242
+         func_source "$arg"
 
64243
 
 
64244
-         func_extract_archives $gentop $convenience
 
64245
-         reload_conv_objs="$reload_objs $func_extract_archives_result"
 
64246
-       fi
 
64247
+         if test -z "$pic_object" ||
 
64248
+            test -z "$non_pic_object" ||
 
64249
+            test "$pic_object" = none &&
 
64250
+            test "$non_pic_object" = none; then
 
64251
+           func_fatal_error "cannot find name of object for \`$arg'"
 
64252
       fi
 
64253
 
 
64254
-      # Create the old-style object.
 
64255
-      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
 
64256
+         # Extract subdirectory from the argument.
 
64257
+         func_dirname "$arg" "/" ""
 
64258
+         xdir="$func_dirname_result"
 
64259
 
 
64260
-      output="$obj"
 
64261
-      cmds=$reload_cmds
 
64262
-      save_ifs="$IFS"; IFS='~'
 
64263
-      for cmd in $cmds; do
 
64264
-       IFS="$save_ifs"
 
64265
-       eval cmd=\"$cmd\"
 
64266
-       $show "$cmd"
 
64267
-       $run eval "$cmd" || exit $?
 
64268
-      done
 
64269
-      IFS="$save_ifs"
 
64270
+         if test "$pic_object" != none; then
 
64271
+           # Prepend the subdirectory the object is found in.
 
64272
+           pic_object="$xdir$pic_object"
 
64273
 
 
64274
-      # Exit if we aren't doing a library object file.
 
64275
-      if test -z "$libobj"; then
 
64276
-       if test -n "$gentop"; then
 
64277
-         $show "${rm}r $gentop"
 
64278
-         $run ${rm}r $gentop
 
64279
+           if test "$prev" = dlfiles; then
 
64280
+             if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
 
64281
+               dlfiles="$dlfiles $pic_object"
 
64282
+               prev=
 
64283
+               continue
 
64284
+       else
 
64285
+               # If libtool objects are unsupported, then we need to preload.
 
64286
+               prev=dlprefiles
 
64287
        fi
 
64288
-
 
64289
-       exit $EXIT_SUCCESS
 
64290
       fi
 
64291
 
 
64292
-      if test "$build_libtool_libs" != yes; then
 
64293
-       if test -n "$gentop"; then
 
64294
-         $show "${rm}r $gentop"
 
64295
-         $run ${rm}r $gentop
 
64296
+           # CHECK ME:  I think I busted this.  -Ossama
 
64297
+           if test "$prev" = dlprefiles; then
 
64298
+             # Preload the old-style object.
 
64299
+             dlprefiles="$dlprefiles $pic_object"
 
64300
+             prev=
 
64301
        fi
 
64302
 
 
64303
-       # Create an invalid libtool object if no PIC, so that we don't
 
64304
-       # accidentally link it into a program.
 
64305
-       # $show "echo timestamp > $libobj"
 
64306
-       # $run eval "echo timestamp > $libobj" || exit $?
 
64307
-       exit $EXIT_SUCCESS
 
64308
+           # A PIC object.
 
64309
+           func_append libobjs " $pic_object"
 
64310
+           arg="$pic_object"
 
64311
       fi
 
64312
 
 
64313
-      if test -n "$pic_flag" || test "$pic_mode" != default; then
 
64314
-       # Only do commands if we really have different PIC objects.
 
64315
-       reload_objs="$libobjs $reload_conv_objs"
 
64316
-       output="$libobj"
 
64317
-       cmds=$reload_cmds
 
64318
-       save_ifs="$IFS"; IFS='~'
 
64319
-       for cmd in $cmds; do
 
64320
-         IFS="$save_ifs"
 
64321
-         eval cmd=\"$cmd\"
 
64322
-         $show "$cmd"
 
64323
-         $run eval "$cmd" || exit $?
 
64324
-       done
 
64325
-       IFS="$save_ifs"
 
64326
+         # Non-PIC object.
 
64327
+         if test "$non_pic_object" != none; then
 
64328
+           # Prepend the subdirectory the object is found in.
 
64329
+           non_pic_object="$xdir$non_pic_object"
 
64330
+
 
64331
+           # A standard non-PIC object
 
64332
+           func_append non_pic_objects " $non_pic_object"
 
64333
+           if test -z "$pic_object" || test "$pic_object" = none ; then
 
64334
+             arg="$non_pic_object"
 
64335
       fi
 
64336
+         else
 
64337
+           # If the PIC object exists, use it instead.
 
64338
+           # $xdir was prepended to $pic_object above.
 
64339
+           non_pic_object="$pic_object"
 
64340
+           func_append non_pic_objects " $non_pic_object"
 
64341
+      fi
 
64342
+       else
 
64343
+         # Only an error if not doing a dry-run.
 
64344
+         if $opt_dry_run; then
 
64345
+           # Extract subdirectory from the argument.
 
64346
+           func_dirname "$arg" "/" ""
 
64347
+           xdir="$func_dirname_result"
 
64348
 
 
64349
-      if test -n "$gentop"; then
 
64350
-       $show "${rm}r $gentop"
 
64351
-       $run ${rm}r $gentop
 
64352
+           func_lo2o "$arg"
 
64353
+           pic_object=$xdir$objdir/$func_lo2o_result
 
64354
+           non_pic_object=$xdir$func_lo2o_result
 
64355
+           func_append libobjs " $pic_object"
 
64356
+           func_append non_pic_objects " $non_pic_object"
 
64357
+         else
 
64358
+           func_fatal_error "\`$arg' is not a valid libtool object"
 
64359
       fi
 
64360
+       fi
 
64361
+       ;;
 
64362
 
 
64363
-      exit $EXIT_SUCCESS
 
64364
+      *.$libext)
 
64365
+       # An archive.
 
64366
+       deplibs="$deplibs $arg"
 
64367
+       old_deplibs="$old_deplibs $arg"
 
64368
+       continue
 
64369
       ;;
 
64370
 
 
64371
-    prog)
 
64372
-      case $host in
 
64373
-       *cygwin*) output=`$echo $output | ${SED} -e 's,.exe$,,;s,$,.exe,'` ;;
 
64374
-      esac
 
64375
-      if test -n "$vinfo"; then
 
64376
-       $echo "$modename: warning: \`-version-info' is ignored for programs" 1>&2
 
64377
+      *.la)
 
64378
+       # A libtool-controlled library.
 
64379
+
 
64380
+       if test "$prev" = dlfiles; then
 
64381
+         # This library was specified with -dlopen.
 
64382
+         dlfiles="$dlfiles $arg"
 
64383
+         prev=
 
64384
+       elif test "$prev" = dlprefiles; then
 
64385
+         # The library was specified with -dlpreopen.
 
64386
+         dlprefiles="$dlprefiles $arg"
 
64387
+         prev=
 
64388
+       else
 
64389
+         deplibs="$deplibs $arg"
 
64390
       fi
 
64391
+       continue
 
64392
+       ;;
 
64393
+
 
64394
+      # Some other compiler argument.
 
64395
+      *)
 
64396
+       # Unknown arguments in both finalize_command and compile_command need
 
64397
+       # to be aesthetically quoted because they are evaled later.
 
64398
+       func_quote_for_eval "$arg"
 
64399
+       arg="$func_quote_for_eval_result"
 
64400
+       ;;
 
64401
+      esac # arg
 
64402
 
 
64403
-      if test -n "$release"; then
 
64404
-       $echo "$modename: warning: \`-release' is ignored for programs" 1>&2
 
64405
+      # Now actually substitute the argument into the commands.
 
64406
+      if test -n "$arg"; then
 
64407
+       func_append compile_command " $arg"
 
64408
+       func_append finalize_command " $arg"
 
64409
       fi
 
64410
+    done # argument parsing loop
 
64411
 
 
64412
-      if test "$preload" = yes; then
 
64413
-       if test "$dlopen_support" = unknown && test "$dlopen_self" = unknown &&
 
64414
-          test "$dlopen_self_static" = unknown; then
 
64415
-         $echo "$modename: warning: \`AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen support."
 
64416
+    test -n "$prev" && \
 
64417
+      func_fatal_help "the \`$prevarg' option requires an argument"
 
64418
+
 
64419
+    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
 
64420
+      eval arg=\"$export_dynamic_flag_spec\"
 
64421
+      func_append compile_command " $arg"
 
64422
+      func_append finalize_command " $arg"
 
64423
        fi
 
64424
+
 
64425
+    oldlibs=
 
64426
+    # calculate the name of the file, without its directory
 
64427
+    func_basename "$output"
 
64428
+    outputname="$func_basename_result"
 
64429
+    libobjs_save="$libobjs"
 
64430
+
 
64431
+    if test -n "$shlibpath_var"; then
 
64432
+      # get the directories listed in $shlibpath_var
 
64433
+      eval shlib_search_path=\`\$ECHO \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
 
64434
+    else
 
64435
+      shlib_search_path=
 
64436
       fi
 
64437
+    eval sys_lib_search_path=\"$sys_lib_search_path_spec\"
 
64438
+    eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\"
 
64439
 
 
64440
-      case $host in
 
64441
-      *-*-rhapsody* | *-*-darwin1.[012])
 
64442
-       # On Rhapsody replace the C library is the System framework
 
64443
-       compile_deplibs=`$echo "X $compile_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
 
64444
-       finalize_deplibs=`$echo "X $finalize_deplibs" | $Xsed -e 's/ -lc / -framework System /'`
 
64445
+    func_dirname "$output" "/" ""
 
64446
+    output_objdir="$func_dirname_result$objdir"
 
64447
+    # Create the object directory.
 
64448
+    func_mkdir_p "$output_objdir"
 
64449
+
 
64450
+    # Determine the type of output
 
64451
+    case $output in
 
64452
+    "")
 
64453
+      func_fatal_help "you must specify an output file"
 
64454
        ;;
 
64455
+    *.$libext) linkmode=oldlib ;;
 
64456
+    *.lo | *.$objext) linkmode=obj ;;
 
64457
+    *.la) linkmode=lib ;;
 
64458
+    *) linkmode=prog ;; # Anything else should be a program.
 
64459
       esac
 
64460
 
 
64461
-      case $host in
 
64462
-      *darwin*)
 
64463
-        # Don't allow lazy linking, it breaks C++ global constructors
 
64464
-        if test "$tagname" = CXX ; then
 
64465
-        compile_command="$compile_command ${wl}-bind_at_load"
 
64466
-        finalize_command="$finalize_command ${wl}-bind_at_load"
 
64467
+    specialdeplibs=
 
64468
+
 
64469
+    libs=
 
64470
+    # Find all interdependent deplibs by searching for libraries
 
64471
+    # that are linked more than once (e.g. -la -lb -la)
 
64472
+    for deplib in $deplibs; do
 
64473
+      if $opt_duplicate_deps ; then
 
64474
+       case "$libs " in
 
64475
+       *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
 
64476
+       esac
 
64477
         fi
 
64478
-        ;;
 
64479
+      libs="$libs $deplib"
 
64480
+    done
 
64481
+
 
64482
+    if test "$linkmode" = lib; then
 
64483
+      libs="$predeps $libs $compiler_lib_search_path $postdeps"
 
64484
+
 
64485
+      # Compute libraries that are listed more than once in $predeps
 
64486
+      # $postdeps and mark them as special (i.e., whose duplicates are
 
64487
+      # not to be eliminated).
 
64488
+      pre_post_deps=
 
64489
+      if $opt_duplicate_compiler_generated_deps; then
 
64490
+       for pre_post_dep in $predeps $postdeps; do
 
64491
+         case "$pre_post_deps " in
 
64492
+         *" $pre_post_dep "*) specialdeplibs="$specialdeplibs $pre_post_deps" ;;
 
64493
       esac
 
64494
+         pre_post_deps="$pre_post_deps $pre_post_dep"
 
64495
+       done
 
64496
+      fi
 
64497
+      pre_post_deps=
 
64498
+    fi
 
64499
 
 
64500
+    deplibs=
 
64501
+    newdependency_libs=
 
64502
+    newlib_search_path=
 
64503
+    need_relink=no # whether we're linking any uninstalled libtool libraries
 
64504
+    notinst_deplibs= # not-installed libtool libraries
 
64505
+    notinst_path= # paths that contain not-installed libtool libraries
 
64506
 
 
64507
-      # move library search paths that coincide with paths to not yet
 
64508
-      # installed libraries to the beginning of the library search list
 
64509
-      new_libs=
 
64510
-      for path in $notinst_path; do
 
64511
-       case " $new_libs " in
 
64512
-       *" -L$path/$objdir "*) ;;
 
64513
+    case $linkmode in
 
64514
+    lib)
 
64515
+       passes="conv dlpreopen link"
 
64516
+       for file in $dlfiles $dlprefiles; do
 
64517
+         case $file in
 
64518
+         *.la) ;;
 
64519
        *)
 
64520
-         case " $compile_deplibs " in
 
64521
-         *" -L$path/$objdir "*)
 
64522
-           new_libs="$new_libs -L$path/$objdir" ;;
 
64523
-         esac
 
64524
+           func_fatal_help "libraries can \`-dlopen' only libtool libraries: $file"
 
64525
          ;;
 
64526
        esac
 
64527
       done
 
64528
-      for deplib in $compile_deplibs; do
 
64529
-       case $deplib in
 
64530
-       -L*)
 
64531
-         case " $new_libs " in
 
64532
-         *" $deplib "*) ;;
 
64533
-         *) new_libs="$new_libs $deplib" ;;
 
64534
-         esac
 
64535
          ;;
 
64536
-       *) new_libs="$new_libs $deplib" ;;
 
64537
+    prog)
 
64538
+       compile_deplibs=
 
64539
+       finalize_deplibs=
 
64540
+       alldeplibs=no
 
64541
+       newdlfiles=
 
64542
+       newdlprefiles=
 
64543
+       passes="conv scan dlopen dlpreopen link"
 
64544
+       ;;
 
64545
+    *)  passes="conv"
 
64546
+       ;;
 
64547
        esac
 
64548
-      done
 
64549
-      compile_deplibs="$new_libs"
 
64550
 
 
64551
-
 
64552
-      compile_command="$compile_command $compile_deplibs"
 
64553
-      finalize_command="$finalize_command $finalize_deplibs"
 
64554
-
 
64555
-      if test -n "$rpath$xrpath"; then
 
64556
-       # If the user specified any rpath flags, then add them.
 
64557
-       for libdir in $rpath $xrpath; do
 
64558
-         # This is the magic to use -rpath.
 
64559
-         case "$finalize_rpath " in
 
64560
-         *" $libdir "*) ;;
 
64561
-         *) finalize_rpath="$finalize_rpath $libdir" ;;
 
64562
-         esac
 
64563
+    for pass in $passes; do
 
64564
+      # The preopen pass in lib mode reverses $deplibs; put it back here
 
64565
+      # so that -L comes before libs that need it for instance...
 
64566
+      if test "$linkmode,$pass" = "lib,link"; then
 
64567
+       ## FIXME: Find the place where the list is rebuilt in the wrong
 
64568
+       ##        order, and fix it there properly
 
64569
+        tmp_deplibs=
 
64570
+       for deplib in $deplibs; do
 
64571
+         tmp_deplibs="$deplib $tmp_deplibs"
 
64572
        done
 
64573
+       deplibs="$tmp_deplibs"
 
64574
       fi
 
64575
 
 
64576
-      # Now hardcode the library paths
 
64577
-      rpath=
 
64578
-      hardcode_libdirs=
 
64579
-      for libdir in $compile_rpath $finalize_rpath; do
 
64580
-       if test -n "$hardcode_libdir_flag_spec"; then
 
64581
-         if test -n "$hardcode_libdir_separator"; then
 
64582
-           if test -z "$hardcode_libdirs"; then
 
64583
-             hardcode_libdirs="$libdir"
 
64584
-           else
 
64585
-             # Just accumulate the unique libdirs.
 
64586
-             case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
 
64587
-             *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
 
64588
-               ;;
 
64589
-             *)
 
64590
-               hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir"
 
64591
-               ;;
 
64592
-             esac
 
64593
-           fi
 
64594
-         else
 
64595
-           eval flag=\"$hardcode_libdir_flag_spec\"
 
64596
-           rpath="$rpath $flag"
 
64597
+      if test "$linkmode,$pass" = "lib,link" ||
 
64598
+        test "$linkmode,$pass" = "prog,scan"; then
 
64599
+       libs="$deplibs"
 
64600
+       deplibs=
 
64601
          fi
 
64602
-       elif test -n "$runpath_var"; then
 
64603
-         case "$perm_rpath " in
 
64604
-         *" $libdir "*) ;;
 
64605
-         *) perm_rpath="$perm_rpath $libdir" ;;
 
64606
+      if test "$linkmode" = prog; then
 
64607
+       case $pass in
 
64608
+       dlopen) libs="$dlfiles" ;;
 
64609
+       dlpreopen) libs="$dlprefiles" ;;
 
64610
+       link)
 
64611
+         libs="$deplibs %DEPLIBS%"
 
64612
+         test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
 
64613
+         ;;
 
64614
          esac
 
64615
        fi
 
64616
-       case $host in
 
64617
-       *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
 
64618
-         testbindir=`$echo "X$libdir" | $Xsed -e 's*/lib$*/bin*'`
 
64619
-         case :$dllsearchpath: in
 
64620
-         *":$libdir:"*) ;;
 
64621
-         *) dllsearchpath="$dllsearchpath:$libdir";;
 
64622
-         esac
 
64623
-         case :$dllsearchpath: in
 
64624
-         *":$testbindir:"*) ;;
 
64625
-         *) dllsearchpath="$dllsearchpath:$testbindir";;
 
64626
+      if test "$linkmode,$pass" = "lib,dlpreopen"; then
 
64627
+       # Collect and forward deplibs of preopened libtool libs
 
64628
+       for lib in $dlprefiles; do
 
64629
+         # Ignore non-libtool-libs
 
64630
+         dependency_libs=
 
64631
+         case $lib in
 
64632
+         *.la) func_source "$lib" ;;
 
64633
          esac
 
64634
-         ;;
 
64635
+
 
64636
+         # Collect preopened libtool deplibs, except any this library
 
64637
+         # has declared as weak libs
 
64638
+         for deplib in $dependency_libs; do
 
64639
+            deplib_base=`$ECHO "X$deplib" | $Xsed -e "$basename"`
 
64640
+           case " $weak_libs " in
 
64641
+           *" $deplib_base "*) ;;
 
64642
+           *) deplibs="$deplibs $deplib" ;;
 
64643
        esac
 
64644
       done
 
64645
-      # Substitute the hardcoded libdirs into the rpath.
 
64646
-      if test -n "$hardcode_libdir_separator" &&
 
64647
-        test -n "$hardcode_libdirs"; then
 
64648
-       libdir="$hardcode_libdirs"
 
64649
-       eval rpath=\" $hardcode_libdir_flag_spec\"
 
64650
+       done
 
64651
+       libs="$dlprefiles"
 
64652
+      fi
 
64653
+      if test "$pass" = dlopen; then
 
64654
+       # Collect dlpreopened libraries
 
64655
+       save_deplibs="$deplibs"
 
64656
+       deplibs=
 
64657
       fi
 
64658
-      compile_rpath="$rpath"
 
64659
 
 
64660
-      rpath=
 
64661
-      hardcode_libdirs=
 
64662
-      for libdir in $finalize_rpath; do
 
64663
-       if test -n "$hardcode_libdir_flag_spec"; then
 
64664
-         if test -n "$hardcode_libdir_separator"; then
 
64665
-           if test -z "$hardcode_libdirs"; then
 
64666
-             hardcode_libdirs="$libdir"
 
64667
+      for deplib in $libs; do
 
64668
+       lib=
 
64669
+       found=no
 
64670
+       case $deplib in
 
64671
+       -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
 
64672
+         if test "$linkmode,$pass" = "prog,link"; then
 
64673
+           compile_deplibs="$deplib $compile_deplibs"
 
64674
+           finalize_deplibs="$deplib $finalize_deplibs"
 
64675
            else
 
64676
-             # Just accumulate the unique libdirs.
 
64677
-             case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
 
64678
-             *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
 
64679
-               ;;
 
64680
-             *)
 
64681
-               hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir"
 
64682
-               ;;
 
64683
+           compiler_flags="$compiler_flags $deplib"
 
64684
+           if test "$linkmode" = lib ; then
 
64685
+               case "$new_inherited_linker_flags " in
 
64686
+                   *" $deplib "*) ;;
 
64687
+                   * ) new_inherited_linker_flags="$new_inherited_linker_flags $deplib" ;;
 
64688
              esac
 
64689
            fi
 
64690
-         else
 
64691
-           eval flag=\"$hardcode_libdir_flag_spec\"
 
64692
-           rpath="$rpath $flag"
 
64693
-         fi
 
64694
-       elif test -n "$runpath_var"; then
 
64695
-         case "$finalize_perm_rpath " in
 
64696
-         *" $libdir "*) ;;
 
64697
-         *) finalize_perm_rpath="$finalize_perm_rpath $libdir" ;;
 
64698
-         esac
 
64699
        fi
 
64700
-      done
 
64701
-      # Substitute the hardcoded libdirs into the rpath.
 
64702
-      if test -n "$hardcode_libdir_separator" &&
 
64703
-        test -n "$hardcode_libdirs"; then
 
64704
-       libdir="$hardcode_libdirs"
 
64705
-       eval rpath=\" $hardcode_libdir_flag_spec\"
 
64706
+         continue
 
64707
+         ;;
 
64708
+       -l*)
 
64709
+         if test "$linkmode" != lib && test "$linkmode" != prog; then
 
64710
+           func_warning "\`-l' is ignored for archives/objects"
 
64711
+           continue
 
64712
       fi
 
64713
-      finalize_rpath="$rpath"
 
64714
-
 
64715
-      if test -n "$libobjs" && test "$build_old_libs" = yes; then
 
64716
-       # Transform all the library objects into standard objects.
 
64717
-       compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
 
64718
-       finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
 
64719
+         func_stripname '-l' '' "$deplib"
 
64720
+         name=$func_stripname_result
 
64721
+         if test "$linkmode" = lib; then
 
64722
+           searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path"
 
64723
+         else
 
64724
+           searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path"
 
64725
       fi
 
64726
-
 
64727
-      dlsyms=
 
64728
-      if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
 
64729
-       if test -n "$NM" && test -n "$global_symbol_pipe"; then
 
64730
-         dlsyms="${outputname}S.c"
 
64731
+         for searchdir in $searchdirs; do
 
64732
+           for search_ext in .la $std_shrext .so .a; do
 
64733
+             # Search the libtool library
 
64734
+             lib="$searchdir/lib${name}${search_ext}"
 
64735
+             if test -f "$lib"; then
 
64736
+               if test "$search_ext" = ".la"; then
 
64737
+                 found=yes
 
64738
        else
 
64739
-         $echo "$modename: not configured to extract global symbols from dlpreopened files" 1>&2
 
64740
+                 found=no
 
64741
        fi
 
64742
+               break 2
 
64743
       fi
 
64744
-
 
64745
-      if test -n "$dlsyms"; then
 
64746
-       case $dlsyms in
 
64747
-       "") ;;
 
64748
-       *.c)
 
64749
-         # Discover the nlist of each of the dlfiles.
 
64750
-         nlist="$output_objdir/${outputname}.nm"
 
64751
-
 
64752
-         $show "$rm $nlist ${nlist}S ${nlist}T"
 
64753
-         $run $rm "$nlist" "${nlist}S" "${nlist}T"
 
64754
-
 
64755
-         # Parse the name list into a source file.
 
64756
-         $show "creating $output_objdir/$dlsyms"
 
64757
-
 
64758
-         test -z "$run" && $echo > "$output_objdir/$dlsyms" "\
 
64759
-/* $dlsyms - symbol resolution table for \`$outputname' dlsym emulation. */
 
64760
-/* Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP */
 
64761
-
 
64762
-#ifdef __cplusplus
 
64763
-extern \"C\" {
 
64764
-#endif
 
64765
-
 
64766
-/* Prevent the only kind of declaration conflicts we can make. */
 
64767
-#define lt_preloaded_symbols some_other_symbol
 
64768
-
 
64769
-/* External symbol declarations for the compiler. */\
 
64770
-"
 
64771
-
 
64772
-         if test "$dlself" = yes; then
 
64773
-           $show "generating symbol list for \`$output'"
 
64774
-
 
64775
-           test -z "$run" && $echo ': @PROGRAM@ ' > "$nlist"
 
64776
-
 
64777
-           # Add our own program objects to the symbol list.
 
64778
-           progfiles=`$echo "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
 
64779
-           for arg in $progfiles; do
 
64780
-             $show "extracting global C symbols from \`$arg'"
 
64781
-             $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
 
64782
            done
 
64783
-
 
64784
-           if test -n "$exclude_expsyms"; then
 
64785
-             $run eval '$EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T'
 
64786
-             $run eval '$mv "$nlist"T "$nlist"'
 
64787
-           fi
 
64788
-
 
64789
-           if test -n "$export_symbols_regex"; then
 
64790
-             $run eval '$EGREP -e "$export_symbols_regex" "$nlist" > "$nlist"T'
 
64791
-             $run eval '$mv "$nlist"T "$nlist"'
 
64792
-           fi
 
64793
-
 
64794
-           # Prepare the list of exported symbols
 
64795
-           if test -z "$export_symbols"; then
 
64796
-             export_symbols="$output_objdir/$outputname.exp"
 
64797
-             $run $rm $export_symbols
 
64798
-             $run eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
 
64799
-              case $host in
 
64800
-              *cygwin* | *mingw* )
 
64801
-               $run eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
 
64802
-               $run eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"'
 
64803
-                ;;
 
64804
-              esac
 
64805
+         done
 
64806
+         if test "$found" != yes; then
 
64807
+           # deplib doesn't seem to be a libtool library
 
64808
+           if test "$linkmode,$pass" = "prog,link"; then
 
64809
+             compile_deplibs="$deplib $compile_deplibs"
 
64810
+             finalize_deplibs="$deplib $finalize_deplibs"
 
64811
            else
 
64812
-             $run eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'
 
64813
-             $run eval 'grep -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
 
64814
-             $run eval 'mv "$nlist"T "$nlist"'
 
64815
-              case $host in
 
64816
-              *cygwin* | *mingw* )
 
64817
-               $run eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
 
64818
-               $run eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
 
64819
+             deplibs="$deplib $deplibs"
 
64820
+             test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
 
64821
+           fi
 
64822
+           continue
 
64823
+         else # deplib is a libtool library
 
64824
+           # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib,
 
64825
+           # We need to do some special things here, and not later.
 
64826
+           if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
 
64827
+             case " $predeps $postdeps " in
 
64828
+             *" $deplib "*)
 
64829
+               if func_lalib_p "$lib"; then
 
64830
+                 library_names=
 
64831
+                 old_library=
 
64832
+                 func_source "$lib"
 
64833
+                 for l in $old_library $library_names; do
 
64834
+                   ll="$l"
 
64835
+                 done
 
64836
+                 if test "X$ll" = "X$old_library" ; then # only static version available
 
64837
+                   found=no
 
64838
+                   func_dirname "$lib" "" "."
 
64839
+                   ladir="$func_dirname_result"
 
64840
+                   lib=$ladir/$old_library
 
64841
+                   if test "$linkmode,$pass" = "prog,link"; then
 
64842
+                     compile_deplibs="$deplib $compile_deplibs"
 
64843
+                     finalize_deplibs="$deplib $finalize_deplibs"
 
64844
+                   else
 
64845
+                     deplibs="$deplib $deplibs"
 
64846
+                     test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
 
64847
+                   fi
 
64848
+                   continue
 
64849
+           fi
 
64850
+           fi
 
64851
                 ;;
 
64852
+             *) ;;
 
64853
               esac
 
64854
            fi
 
64855
          fi
 
64856
-
 
64857
-         for arg in $dlprefiles; do
 
64858
-           $show "extracting global C symbols from \`$arg'"
 
64859
-           name=`$echo "$arg" | ${SED} -e 's%^.*/%%'`
 
64860
-           $run eval '$echo ": $name " >> "$nlist"'
 
64861
-           $run eval "$NM $arg | $global_symbol_pipe >> '$nlist'"
 
64862
-         done
 
64863
-
 
64864
-         if test -z "$run"; then
 
64865
-           # Make sure we have at least an empty file.
 
64866
-           test -f "$nlist" || : > "$nlist"
 
64867
-
 
64868
-           if test -n "$exclude_expsyms"; then
 
64869
-             $EGREP -v " ($exclude_expsyms)$" "$nlist" > "$nlist"T
 
64870
-             $mv "$nlist"T "$nlist"
 
64871
-           fi
 
64872
-
 
64873
-           # Try sorting and uniquifying the output.
 
64874
-           if grep -v "^: " < "$nlist" |
 
64875
-               if sort -k 3 </dev/null >/dev/null 2>&1; then
 
64876
-                 sort -k 3
 
64877
-               else
 
64878
-                 sort +2
 
64879
-               fi |
 
64880
-               uniq > "$nlist"S; then
 
64881
-             :
 
64882
+         ;; # -l
 
64883
+       *.ltframework)
 
64884
+         if test "$linkmode,$pass" = "prog,link"; then
 
64885
+           compile_deplibs="$deplib $compile_deplibs"
 
64886
+           finalize_deplibs="$deplib $finalize_deplibs"
 
64887
            else
 
64888
-             grep -v "^: " < "$nlist" > "$nlist"S
 
64889
+           deplibs="$deplib $deplibs"
 
64890
+           if test "$linkmode" = lib ; then
 
64891
+               case "$new_inherited_linker_flags " in
 
64892
+                   *" $deplib "*) ;;
 
64893
+                   * ) new_inherited_linker_flags="$new_inherited_linker_flags $deplib" ;;
 
64894
+              esac
 
64895
            fi
 
64896
-
 
64897
-           if test -f "$nlist"S; then
 
64898
-             eval "$global_symbol_to_cdecl"' < "$nlist"S >> "$output_objdir/$dlsyms"'
 
64899
+         fi
 
64900
+         continue
 
64901
+         ;;
 
64902
+       -L*)
 
64903
+         case $linkmode in
 
64904
+         lib)
 
64905
+           deplibs="$deplib $deplibs"
 
64906
+           test "$pass" = conv && continue
 
64907
+           newdependency_libs="$deplib $newdependency_libs"
 
64908
+           func_stripname '-L' '' "$deplib"
 
64909
+           newlib_search_path="$newlib_search_path $func_stripname_result"
 
64910
+           ;;
 
64911
+         prog)
 
64912
+           if test "$pass" = conv; then
 
64913
+             deplibs="$deplib $deplibs"
 
64914
+             continue
 
64915
+           fi
 
64916
+           if test "$pass" = scan; then
 
64917
+             deplibs="$deplib $deplibs"
 
64918
            else
 
64919
-             $echo '/* NONE */' >> "$output_objdir/$dlsyms"
 
64920
+             compile_deplibs="$deplib $compile_deplibs"
 
64921
+             finalize_deplibs="$deplib $finalize_deplibs"
 
64922
            fi
 
64923
-
 
64924
-           $echo >> "$output_objdir/$dlsyms" "\
 
64925
-
 
64926
-#undef lt_preloaded_symbols
 
64927
-
 
64928
-#if defined (__STDC__) && __STDC__
 
64929
-# define lt_ptr void *
 
64930
-#else
 
64931
-# define lt_ptr char *
 
64932
-# define const
 
64933
-#endif
 
64934
-
 
64935
-/* The mapping between symbol names and symbols. */
 
64936
-"
 
64937
-
 
64938
-           case $host in
 
64939
-           *cygwin* | *mingw* )
 
64940
-         $echo >> "$output_objdir/$dlsyms" "\
 
64941
-/* DATA imports from DLLs on WIN32 can't be const, because
 
64942
-   runtime relocations are performed -- see ld's documentation
 
64943
-   on pseudo-relocs */
 
64944
-struct {
 
64945
-"
 
64946
+           func_stripname '-L' '' "$deplib"
 
64947
+           newlib_search_path="$newlib_search_path $func_stripname_result"
 
64948
              ;;
 
64949
-           * )
 
64950
-         $echo >> "$output_objdir/$dlsyms" "\
 
64951
-const struct {
 
64952
-"
 
64953
+         *)
 
64954
+           func_warning "\`-L' is ignored for archives/objects"
 
64955
              ;;
 
64956
+         esac # linkmode
 
64957
+         continue
 
64958
+         ;; # -L
 
64959
+       -R*)
 
64960
+         if test "$pass" = link; then
 
64961
+           func_stripname '-R' '' "$deplib"
 
64962
+           dir=$func_stripname_result
 
64963
+           # Make sure the xrpath contains only unique directories.
 
64964
+           case "$xrpath " in
 
64965
+           *" $dir "*) ;;
 
64966
+           *) xrpath="$xrpath $dir" ;;
 
64967
            esac
 
64968
-
 
64969
-
 
64970
-         $echo >> "$output_objdir/$dlsyms" "\
 
64971
-  const char *name;
 
64972
-  lt_ptr address;
 
64973
-}
 
64974
-lt_preloaded_symbols[] =
 
64975
-{\
 
64976
-"
 
64977
-
 
64978
-           eval "$global_symbol_to_c_name_address" < "$nlist" >> "$output_objdir/$dlsyms"
 
64979
-
 
64980
-           $echo >> "$output_objdir/$dlsyms" "\
 
64981
-  {0, (lt_ptr) 0}
 
64982
-};
 
64983
-
 
64984
-/* This works around a problem in FreeBSD linker */
 
64985
-#ifdef FREEBSD_WORKAROUND
 
64986
-static const void *lt_preloaded_setup() {
 
64987
-  return lt_preloaded_symbols;
 
64988
-}
 
64989
-#endif
 
64990
-
 
64991
-#ifdef __cplusplus
 
64992
-}
 
64993
-#endif\
 
64994
-"
 
64995
          fi
 
64996
-
 
64997
-         pic_flag_for_symtable=
 
64998
-         case $host in
 
64999
-         # compiling the symbol table file with pic_flag works around
 
65000
-         # a FreeBSD bug that causes programs to crash when -lm is
 
65001
-         # linked before any other PIC object.  But we must not use
 
65002
-         # pic_flag when linking with -static.  The problem exists in
 
65003
-         # FreeBSD 2.2.6 and is fixed in FreeBSD 3.1.
 
65004
-         *-*-freebsd2*|*-*-freebsd3.0*|*-*-freebsdelf3.0*)
 
65005
-           case "$compile_command " in
 
65006
-           *" -static "*) ;;
 
65007
-           *) pic_flag_for_symtable=" $pic_flag -DFREEBSD_WORKAROUND";;
 
65008
-           esac;;
 
65009
-         *-*-hpux*)
 
65010
-           case "$compile_command " in
 
65011
-           *" -static "*) ;;
 
65012
-           *) pic_flag_for_symtable=" $pic_flag";;
 
65013
-           esac
 
65014
-         esac
 
65015
-
 
65016
-         # Now compile the dynamic symbol file.
 
65017
-         $show "(cd $output_objdir && $LTCC  $LTCFLAGS -c$no_builtin_flag$pic_flag_for_symtable \"$dlsyms\")"
 
65018
-         $run eval '(cd $output_objdir && $LTCC  $LTCFLAGS -c$no_builtin_flag$pic_flag_for_symtable "$dlsyms")' || exit $?
 
65019
-
 
65020
-         # Clean up the generated files.
 
65021
-         $show "$rm $output_objdir/$dlsyms $nlist ${nlist}S ${nlist}T"
 
65022
-         $run $rm "$output_objdir/$dlsyms" "$nlist" "${nlist}S" "${nlist}T"
 
65023
-
 
65024
-         # Transform the symbol file into the correct name.
 
65025
-          case $host in
 
65026
-          *cygwin* | *mingw* )
 
65027
-            if test -f "$output_objdir/${outputname}.def" ; then
 
65028
-              compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}.def $output_objdir/${outputname}S.${objext}%" | $NL2SP`
 
65029
-              finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}.def $output_objdir/${outputname}S.${objext}%" | $NL2SP`
 
65030
-            else
 
65031
-              compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP`
 
65032
-              finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP`
 
65033
+         deplibs="$deplib $deplibs"
 
65034
+         continue
 
65035
+         ;;
 
65036
+       *.la) lib="$deplib" ;;
 
65037
+       *.$libext)
 
65038
+         if test "$pass" = conv; then
 
65039
+           deplibs="$deplib $deplibs"
 
65040
+           continue
 
65041
+         fi
 
65042
+         case $linkmode in
 
65043
+         lib)
 
65044
+           # Linking convenience modules into shared libraries is allowed,
 
65045
+           # but linking other static libraries is non-portable.
 
65046
+           case " $dlpreconveniencelibs " in
 
65047
+           *" $deplib "*) ;;
 
65048
+           *)
 
65049
+             valid_a_lib=no
 
65050
+             case $deplibs_check_method in
 
65051
+               match_pattern*)
 
65052
+                 set dummy $deplibs_check_method; shift
 
65053
+                 match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
 
65054
+                 if eval "\$ECHO \"X$deplib\"" 2>/dev/null | $Xsed -e 10q \
 
65055
+                   | $EGREP "$match_pattern_regex" > /dev/null; then
 
65056
+                   valid_a_lib=yes
 
65057
              fi
 
65058
             ;;
 
65059
-          * )
 
65060
-            compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP`
 
65061
-            finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s%@SYMFILE@%$output_objdir/${outputname}S.${objext}%" | $NL2SP`
 
65062
+               pass_all)
 
65063
+                 valid_a_lib=yes
 
65064
             ;;
 
65065
           esac
 
65066
-         ;;
 
65067
-       *)
 
65068
-         $echo "$modename: unknown suffix for \`$dlsyms'" 1>&2
 
65069
-         exit $EXIT_FAILURE
 
65070
+             if test "$valid_a_lib" != yes; then
 
65071
+               $ECHO
 
65072
+               $ECHO "*** Warning: Trying to link with static lib archive $deplib."
 
65073
+               $ECHO "*** I have the capability to make that library automatically link in when"
 
65074
+               $ECHO "*** you link to this library.  But I can only do this if you have a"
 
65075
+               $ECHO "*** shared version of the library, which you do not appear to have"
 
65076
+               $ECHO "*** because the file extensions .$libext of this argument makes me believe"
 
65077
+               $ECHO "*** that it is just a static archive that I should not use here."
 
65078
+             else
 
65079
+               $ECHO
 
65080
+               $ECHO "*** Warning: Linking the shared library $output against the"
 
65081
+               $ECHO "*** static library $deplib is not portable!"
 
65082
+               deplibs="$deplib $deplibs"
 
65083
+             fi
 
65084
          ;;
 
65085
        esac
 
65086
+           continue
 
65087
+           ;;
 
65088
+         prog)
 
65089
+           if test "$pass" != link; then
 
65090
+             deplibs="$deplib $deplibs"
 
65091
       else
 
65092
-       # We keep going just in case the user didn't refer to
 
65093
-       # lt_preloaded_symbols.  The linker will fail if global_symbol_pipe
 
65094
-       # really was required.
 
65095
+             compile_deplibs="$deplib $compile_deplibs"
 
65096
+             finalize_deplibs="$deplib $finalize_deplibs"
 
65097
+           fi
 
65098
+           continue
 
65099
+           ;;
 
65100
+         esac # linkmode
 
65101
+         ;; # *.$libext
 
65102
+       *.lo | *.$objext)
 
65103
+         if test "$pass" = conv; then
 
65104
+           deplibs="$deplib $deplibs"
 
65105
+         elif test "$linkmode" = prog; then
 
65106
+           if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then
 
65107
+             # If there is no dlopen support or we're linking statically,
 
65108
+             # we need to preload.
 
65109
+             newdlprefiles="$newdlprefiles $deplib"
 
65110
+             compile_deplibs="$deplib $compile_deplibs"
 
65111
+             finalize_deplibs="$deplib $finalize_deplibs"
 
65112
+           else
 
65113
+             newdlfiles="$newdlfiles $deplib"
 
65114
+           fi
 
65115
+         fi
 
65116
+         continue
 
65117
+         ;;
 
65118
+       %DEPLIBS%)
 
65119
+         alldeplibs=yes
 
65120
+         continue
 
65121
+         ;;
 
65122
+       esac # case $deplib
 
65123
 
 
65124
-       # Nullify the symbol file.
 
65125
-       compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e "s% @SYMFILE@%%" | $NL2SP`
 
65126
-       finalize_command=`$echo "X$finalize_command" | $SP2NL | $Xsed -e "s% @SYMFILE@%%" | $NL2SP`
 
65127
+       if test "$found" = yes || test -f "$lib"; then :
 
65128
+       else
 
65129
+         func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
 
65130
       fi
 
65131
 
 
65132
-      if test "$need_relink" = no || test "$build_libtool_libs" != yes; then
 
65133
-       # Replace the output file specification.
 
65134
-       compile_command=`$echo "X$compile_command" | $SP2NL | $Xsed -e 's%@OUTPUT@%'"$output"'%g' | $NL2SP`
 
65135
-       link_command="$compile_command$compile_rpath"
 
65136
+       # Check to see that this really is a libtool archive.
 
65137
+       func_lalib_unsafe_p "$lib" \
 
65138
+         || func_fatal_error "\`$lib' is not a valid libtool archive"
 
65139
 
 
65140
-       # We have no uninstalled library dependencies, so finalize right now.
 
65141
-       $show "$link_command"
 
65142
-       $run eval "$link_command"
 
65143
-       exit_status=$?
 
65144
+       func_dirname "$lib" "" "."
 
65145
+       ladir="$func_dirname_result"
 
65146
 
 
65147
-       # Delete the generated files.
 
65148
-       if test -n "$dlsyms"; then
 
65149
-         $show "$rm $output_objdir/${outputname}S.${objext}"
 
65150
-         $run $rm "$output_objdir/${outputname}S.${objext}"
 
65151
-       fi
 
65152
+       dlname=
 
65153
+       dlopen=
 
65154
+       dlpreopen=
 
65155
+       libdir=
 
65156
+       library_names=
 
65157
+       old_library=
 
65158
+       inherited_linker_flags=
 
65159
+       # If the library was installed with an old release of libtool,
 
65160
+       # it will not redefine variables installed, or shouldnotlink
 
65161
+       installed=yes
 
65162
+       shouldnotlink=no
 
65163
+       avoidtemprpath=
 
65164
 
 
65165
-       exit $exit_status
 
65166
-      fi
 
65167
 
 
65168
-      if test -n "$shlibpath_var"; then
 
65169
-       # We should set the shlibpath_var
 
65170
-       rpath=
 
65171
-       for dir in $temp_rpath; do
 
65172
-         case $dir in
 
65173
-         [\\/]* | [A-Za-z]:[\\/]*)
 
65174
-           # Absolute path.
 
65175
-           rpath="$rpath$dir:"
 
65176
-           ;;
 
65177
-         *)
 
65178
-           # Relative path: add a thisdir entry.
 
65179
-           rpath="$rpath\$thisdir/$dir:"
 
65180
-           ;;
 
65181
+       # Read the .la file
 
65182
+       func_source "$lib"
 
65183
+
 
65184
+       # Convert "-framework foo" to "foo.ltframework"
 
65185
+       if test -n "$inherited_linker_flags"; then
 
65186
+         tmp_inherited_linker_flags=`$ECHO "X$inherited_linker_flags" | $Xsed -e 's/-framework \([^ $]*\)/\1.ltframework/g'`
 
65187
+         for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
 
65188
+           case " $new_inherited_linker_flags " in
 
65189
+             *" $tmp_inherited_linker_flag "*) ;;
 
65190
+             *) new_inherited_linker_flags="$new_inherited_linker_flags $tmp_inherited_linker_flag";;
 
65191
          esac
 
65192
        done
 
65193
-       temp_rpath="$rpath"
 
65194
+       fi
 
65195
+       dependency_libs=`$ECHO "X $dependency_libs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
 
65196
+       if test "$linkmode,$pass" = "lib,link" ||
 
65197
+          test "$linkmode,$pass" = "prog,scan" ||
 
65198
+          { test "$linkmode" != prog && test "$linkmode" != lib; }; then
 
65199
+         test -n "$dlopen" && dlfiles="$dlfiles $dlopen"
 
65200
+         test -n "$dlpreopen" && dlprefiles="$dlprefiles $dlpreopen"
 
65201
       fi
 
65202
 
 
65203
-      if test -n "$compile_shlibpath$finalize_shlibpath"; then
 
65204
-       compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
 
65205
+       if test "$pass" = conv; then
 
65206
+         # Only check for convenience libraries
 
65207
+         deplibs="$lib $deplibs"
 
65208
+         if test -z "$libdir"; then
 
65209
+           if test -z "$old_library"; then
 
65210
+             func_fatal_error "cannot find name of link library for \`$lib'"
 
65211
       fi
 
65212
-      if test -n "$finalize_shlibpath"; then
 
65213
-       finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"
 
65214
+           # It is a libtool convenience library, so add in its objects.
 
65215
+           convenience="$convenience $ladir/$objdir/$old_library"
 
65216
+           old_convenience="$old_convenience $ladir/$objdir/$old_library"
 
65217
+         elif test "$linkmode" != prog && test "$linkmode" != lib; then
 
65218
+           func_fatal_error "\`$lib' is not a convenience library"
 
65219
+         fi
 
65220
+         tmp_libs=
 
65221
+         for deplib in $dependency_libs; do
 
65222
+           deplibs="$deplib $deplibs"
 
65223
+           if $opt_duplicate_deps ; then
 
65224
+             case "$tmp_libs " in
 
65225
+             *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
 
65226
+             esac
 
65227
       fi
 
65228
+           tmp_libs="$tmp_libs $deplib"
 
65229
+         done
 
65230
+         continue
 
65231
+       fi # $pass = conv
 
65232
 
 
65233
-      compile_var=
 
65234
-      finalize_var=
 
65235
-      if test -n "$runpath_var"; then
 
65236
-       if test -n "$perm_rpath"; then
 
65237
-         # We should set the runpath_var.
 
65238
-         rpath=
 
65239
-         for dir in $perm_rpath; do
 
65240
-           rpath="$rpath$dir:"
 
65241
+
 
65242
+       # Get the name of the library we link against.
 
65243
+       linklib=
 
65244
+       for l in $old_library $library_names; do
 
65245
+         linklib="$l"
 
65246
          done
 
65247
-         compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
 
65248
+       if test -z "$linklib"; then
 
65249
+         func_fatal_error "cannot find name of link library for \`$lib'"
 
65250
        fi
 
65251
-       if test -n "$finalize_perm_rpath"; then
 
65252
-         # We should set the runpath_var.
 
65253
-         rpath=
 
65254
-         for dir in $finalize_perm_rpath; do
 
65255
-           rpath="$rpath$dir:"
 
65256
-         done
 
65257
-         finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "
 
65258
+
 
65259
+       # This library was specified with -dlopen.
 
65260
+       if test "$pass" = dlopen; then
 
65261
+         if test -z "$libdir"; then
 
65262
+           func_fatal_error "cannot -dlopen a convenience library: \`$lib'"
 
65263
        fi
 
65264
+         if test -z "$dlname" ||
 
65265
+            test "$dlopen_support" != yes ||
 
65266
+            test "$build_libtool_libs" = no; then
 
65267
+           # If there is no dlname, no dlopen support or we're linking
 
65268
+           # statically, we need to preload.  We also need to preload any
 
65269
+           # dependent libraries so libltdl's deplib preloader doesn't
 
65270
+           # bomb out in the load deplibs phase.
 
65271
+           dlprefiles="$dlprefiles $lib $dependency_libs"
 
65272
+         else
 
65273
+           newdlfiles="$newdlfiles $lib"
 
65274
       fi
 
65275
+         continue
 
65276
+       fi # $pass = dlopen
 
65277
 
 
65278
-      if test "$no_install" = yes; then
 
65279
-       # We don't need to create a wrapper script.
 
65280
-       link_command="$compile_var$compile_command$compile_rpath"
 
65281
-       # Replace the output file specification.
 
65282
-       link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
 
65283
-       # Delete the old output file.
 
65284
-       $run $rm $output
 
65285
-       # Link the executable and exit
 
65286
-       $show "$link_command"
 
65287
-       $run eval "$link_command" || exit $?
 
65288
-       exit $EXIT_SUCCESS
 
65289
+       # We need an absolute path.
 
65290
+       case $ladir in
 
65291
+       [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;;
 
65292
+       *)
 
65293
+         abs_ladir=`cd "$ladir" && pwd`
 
65294
+         if test -z "$abs_ladir"; then
 
65295
+           func_warning "cannot determine absolute directory name of \`$ladir'"
 
65296
+           func_warning "passing it literally to the linker, although it might fail"
 
65297
+           abs_ladir="$ladir"
 
65298
       fi
 
65299
+         ;;
 
65300
+       esac
 
65301
+       func_basename "$lib"
 
65302
+       laname="$func_basename_result"
 
65303
 
 
65304
-      if test "$hardcode_action" = relink; then
 
65305
-       # Fast installation is not supported
 
65306
-       link_command="$compile_var$compile_command$compile_rpath"
 
65307
-       relink_command="$finalize_var$finalize_command$finalize_rpath"
 
65308
-
 
65309
-       $echo "$modename: warning: this platform does not like uninstalled shared libraries" 1>&2
 
65310
-       $echo "$modename: \`$output' will be relinked during installation" 1>&2
 
65311
-      else
 
65312
-       if test "$fast_install" != no; then
 
65313
-         link_command="$finalize_var$compile_command$finalize_rpath"
 
65314
-         if test "$fast_install" = yes; then
 
65315
-           relink_command=`$echo "X$compile_var$compile_command$compile_rpath" | $SP2NL | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g' | $NL2SP`
 
65316
+       # Find the relevant object directory and library name.
 
65317
+       if test "X$installed" = Xyes; then
 
65318
+         if test ! -f "$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then
 
65319
+           func_warning "library \`$lib' was moved."
 
65320
+           dir="$ladir"
 
65321
+           absdir="$abs_ladir"
 
65322
+           libdir="$abs_ladir"
 
65323
          else
 
65324
-           # fast_install is set to needless
 
65325
-           relink_command=
 
65326
+           dir="$libdir"
 
65327
+           absdir="$libdir"
 
65328
          fi
 
65329
+         test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes
 
65330
        else
 
65331
-         link_command="$compile_var$compile_command$compile_rpath"
 
65332
-         relink_command="$finalize_var$finalize_command$finalize_rpath"
 
65333
-       fi
 
65334
+         if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then
 
65335
+           dir="$ladir"
 
65336
+           absdir="$abs_ladir"
 
65337
+           # Remove this search path later
 
65338
+           notinst_path="$notinst_path $abs_ladir"
 
65339
+         else
 
65340
+           dir="$ladir/$objdir"
 
65341
+           absdir="$abs_ladir/$objdir"
 
65342
+           # Remove this search path later
 
65343
+           notinst_path="$notinst_path $abs_ladir"
 
65344
       fi
 
65345
+       fi # $installed = yes
 
65346
+       func_stripname 'lib' '.la' "$laname"
 
65347
+       name=$func_stripname_result
 
65348
 
 
65349
-      # Replace the output file specification.
 
65350
-      link_command=`$echo "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
 
65351
+       # This library was specified with -dlpreopen.
 
65352
+       if test "$pass" = dlpreopen; then
 
65353
+         if test -z "$libdir" && test "$linkmode" = prog; then
 
65354
+           func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'"
 
65355
+         fi
 
65356
+         # Prefer using a static library (so that no silly _DYNAMIC symbols
 
65357
+         # are required to link).
 
65358
+         if test -n "$old_library"; then
 
65359
+           newdlprefiles="$newdlprefiles $dir/$old_library"
 
65360
+           # Keep a list of preopened convenience libraries to check
 
65361
+           # that they are being used correctly in the link pass.
 
65362
+           test -z "$libdir" && \
 
65363
+               dlpreconveniencelibs="$dlpreconveniencelibs $dir/$old_library"
 
65364
+         # Otherwise, use the dlname, so that lt_dlopen finds it.
 
65365
+         elif test -n "$dlname"; then
 
65366
+           newdlprefiles="$newdlprefiles $dir/$dlname"
 
65367
+         else
 
65368
+           newdlprefiles="$newdlprefiles $dir/$linklib"
 
65369
+         fi
 
65370
+       fi # $pass = dlpreopen
 
65371
 
 
65372
-      # Delete the old output files.
 
65373
-      $run $rm $output $output_objdir/$outputname $output_objdir/lt-$outputname
 
65374
+       if test -z "$libdir"; then
 
65375
+         # Link the convenience library
 
65376
+         if test "$linkmode" = lib; then
 
65377
+           deplibs="$dir/$old_library $deplibs"
 
65378
+         elif test "$linkmode,$pass" = "prog,link"; then
 
65379
+           compile_deplibs="$dir/$old_library $compile_deplibs"
 
65380
+           finalize_deplibs="$dir/$old_library $finalize_deplibs"
 
65381
+         else
 
65382
+           deplibs="$lib $deplibs" # used for prog,scan pass
 
65383
+         fi
 
65384
+         continue
 
65385
+       fi
 
65386
 
 
65387
-      $show "$link_command"
 
65388
-      $run eval "$link_command" || exit $?
 
65389
 
 
65390
-      # Now create the wrapper script.
 
65391
-      $show "creating $output"
 
65392
+       if test "$linkmode" = prog && test "$pass" != link; then
 
65393
+         newlib_search_path="$newlib_search_path $ladir"
 
65394
+         deplibs="$lib $deplibs"
 
65395
 
 
65396
-      # Quote the relink command for shipping.
 
65397
-      if test -n "$relink_command"; then
 
65398
-       # Preserve any variables that may affect compiler behavior
 
65399
-       for var in $variables_saved_for_relink; do
 
65400
-         if eval test -z \"\${$var+set}\"; then
 
65401
-           relink_command="{ test -z \"\${$var+set}\" || unset $var || { $var=; export $var; }; }; $relink_command"
 
65402
-         elif eval var_value=\$$var; test -z "$var_value"; then
 
65403
-           relink_command="$var=; export $var; $relink_command"
 
65404
-         else
 
65405
-           var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
 
65406
-           relink_command="$var=\"$var_value\"; export $var; $relink_command"
 
65407
+         linkalldeplibs=no
 
65408
+         if test "$link_all_deplibs" != no || test -z "$library_names" ||
 
65409
+            test "$build_libtool_libs" = no; then
 
65410
+           linkalldeplibs=yes
 
65411
          fi
 
65412
-       done
 
65413
-       relink_command="(cd `pwd`; $relink_command)"
 
65414
-       relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e "$sed_quote_subst" | $NL2SP`
 
65415
-      fi
 
65416
 
 
65417
-      # Quote $echo for shipping.
 
65418
-      if test "X$echo" = "X$SHELL $progpath --fallback-echo"; then
 
65419
-       case $progpath in
 
65420
-       [\\/]* | [A-Za-z]:[\\/]*) qecho="$SHELL $progpath --fallback-echo";;
 
65421
-       *) qecho="$SHELL `pwd`/$progpath --fallback-echo";;
 
65422
+         tmp_libs=
 
65423
+         for deplib in $dependency_libs; do
 
65424
+           case $deplib in
 
65425
+           -L*) func_stripname '-L' '' "$deplib"
 
65426
+                newlib_search_path="$newlib_search_path $func_stripname_result"
 
65427
+                ;;
 
65428
+           esac
 
65429
+           # Need to link against all dependency_libs?
 
65430
+           if test "$linkalldeplibs" = yes; then
 
65431
+             deplibs="$deplib $deplibs"
 
65432
+         else
 
65433
+             # Need to hardcode shared library paths
 
65434
+             # or/and link against static libraries
 
65435
+             newdependency_libs="$deplib $newdependency_libs"
 
65436
+         fi
 
65437
+           if $opt_duplicate_deps ; then
 
65438
+             case "$tmp_libs " in
 
65439
+             *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
 
65440
+             esac
 
65441
+      fi
 
65442
+           tmp_libs="$tmp_libs $deplib"
 
65443
+         done # for deplib
 
65444
+         continue
 
65445
+       fi # $linkmode = prog...
 
65446
+
 
65447
+       if test "$linkmode,$pass" = "prog,link"; then
 
65448
+         if test -n "$library_names" &&
 
65449
+            { { test "$prefer_static_libs" = no ||
 
65450
+                test "$prefer_static_libs,$installed" = "built,yes"; } ||
 
65451
+              test -z "$old_library"; }; then
 
65452
+           # We need to hardcode the library path
 
65453
+           if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
 
65454
+             # Make sure the rpath contains only unique directories.
 
65455
+             case "$temp_rpath:" in
 
65456
+             *"$absdir:"*) ;;
 
65457
+             *) temp_rpath="$temp_rpath$absdir:" ;;
 
65458
        esac
 
65459
-       qecho=`$echo "X$qecho" | $Xsed -e "$sed_quote_subst"`
 
65460
-      else
 
65461
-       qecho=`$echo "X$echo" | $Xsed -e "$sed_quote_subst"`
 
65462
       fi
 
65463
 
 
65464
-      # Only actually do things if our run command is non-null.
 
65465
-      if test -z "$run"; then
 
65466
-       # win32 will think the script is a binary if it has
 
65467
-       # a .exe suffix, so we strip it off here.
 
65468
-       case $output in
 
65469
-         *.exe) output=`$echo $output|${SED} 's,.exe$,,'` ;;
 
65470
+           # Hardcode the library path.
 
65471
+           # Skip directories that are in the system default run-time
 
65472
+           # search path.
 
65473
+           case " $sys_lib_dlsearch_path " in
 
65474
+           *" $absdir "*) ;;
 
65475
+           *)
 
65476
+             case "$compile_rpath " in
 
65477
+             *" $absdir "*) ;;
 
65478
+             *) compile_rpath="$compile_rpath $absdir"
 
65479
        esac
 
65480
-       # test for cygwin because mv fails w/o .exe extensions
 
65481
-       case $host in
 
65482
-         *cygwin*)
 
65483
-           exeext=.exe
 
65484
-           outputname=`$echo $outputname|${SED} 's,.exe$,,'` ;;
 
65485
-         *) exeext= ;;
 
65486
+             ;;
 
65487
        esac
 
65488
-       case $host in
 
65489
-         *cygwin* | *mingw* )
 
65490
-            output_name=`basename $output`
 
65491
-            output_path=`dirname $output`
 
65492
-            cwrappersource="$output_path/$objdir/lt-$output_name.c"
 
65493
-            cwrapper="$output_path/$output_name.exe"
 
65494
-            $rm $cwrappersource $cwrapper
 
65495
-            trap "$rm $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
 
65496
-
 
65497
-           cat > $cwrappersource <<EOF
 
65498
-
 
65499
-/* $cwrappersource - temporary wrapper executable for $objdir/$outputname
 
65500
-   Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP
 
65501
-
 
65502
-   The $output program cannot be directly executed until all the libtool
 
65503
-   libraries that it depends on are installed.
 
65504
-
 
65505
-   This wrapper executable should never be moved out of the build directory.
 
65506
-   If it is, it will not operate correctly.
 
65507
-
 
65508
-   Currently, it simply execs the wrapper *script* "/bin/sh $output",
 
65509
-   but could eventually absorb all of the scripts functionality and
 
65510
-   exec $objdir/$outputname directly.
 
65511
-*/
 
65512
-EOF
 
65513
-           cat >> $cwrappersource<<"EOF"
 
65514
-#include <stdio.h>
 
65515
-#include <stdlib.h>
 
65516
-#include <unistd.h>
 
65517
-#include <malloc.h>
 
65518
-#include <stdarg.h>
 
65519
-#include <assert.h>
 
65520
-#include <string.h>
 
65521
-#include <ctype.h>
 
65522
-#include <sys/stat.h>
 
65523
-
 
65524
-#if defined(PATH_MAX)
 
65525
-# define LT_PATHMAX PATH_MAX
 
65526
-#elif defined(MAXPATHLEN)
 
65527
-# define LT_PATHMAX MAXPATHLEN
 
65528
-#else
 
65529
-# define LT_PATHMAX 1024
 
65530
-#endif
 
65531
-
 
65532
-#ifndef DIR_SEPARATOR
 
65533
-# define DIR_SEPARATOR '/'
 
65534
-# define PATH_SEPARATOR ':'
 
65535
-#endif
 
65536
-
 
65537
-#if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \
 
65538
-  defined (__OS2__)
 
65539
-# define HAVE_DOS_BASED_FILE_SYSTEM
 
65540
-# ifndef DIR_SEPARATOR_2
 
65541
-#  define DIR_SEPARATOR_2 '\\'
 
65542
-# endif
 
65543
-# ifndef PATH_SEPARATOR_2
 
65544
-#  define PATH_SEPARATOR_2 ';'
 
65545
-# endif
 
65546
-#endif
 
65547
-
 
65548
-#ifndef DIR_SEPARATOR_2
 
65549
-# define IS_DIR_SEPARATOR(ch) ((ch) == DIR_SEPARATOR)
 
65550
-#else /* DIR_SEPARATOR_2 */
 
65551
-# define IS_DIR_SEPARATOR(ch) \
 
65552
-        (((ch) == DIR_SEPARATOR) || ((ch) == DIR_SEPARATOR_2))
 
65553
-#endif /* DIR_SEPARATOR_2 */
 
65554
-
 
65555
-#ifndef PATH_SEPARATOR_2
 
65556
-# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR)
 
65557
-#else /* PATH_SEPARATOR_2 */
 
65558
-# define IS_PATH_SEPARATOR(ch) ((ch) == PATH_SEPARATOR_2)
 
65559
-#endif /* PATH_SEPARATOR_2 */
 
65560
-
 
65561
-#define XMALLOC(type, num)      ((type *) xmalloc ((num) * sizeof(type)))
 
65562
-#define XFREE(stale) do { \
 
65563
-  if (stale) { free ((void *) stale); stale = 0; } \
 
65564
-} while (0)
 
65565
-
 
65566
-/* -DDEBUG is fairly common in CFLAGS.  */
 
65567
-#undef DEBUG
 
65568
-#if defined DEBUGWRAPPER
 
65569
-# define DEBUG(format, ...) fprintf(stderr, format, __VA_ARGS__)
 
65570
-#else
 
65571
-# define DEBUG(format, ...)
 
65572
-#endif
 
65573
-
 
65574
-const char *program_name = NULL;
 
65575
-
 
65576
-void * xmalloc (size_t num);
 
65577
-char * xstrdup (const char *string);
 
65578
-const char * base_name (const char *name);
 
65579
-char * find_executable(const char *wrapper);
 
65580
-int    check_executable(const char *path);
 
65581
-char * strendzap(char *str, const char *pat);
 
65582
-void lt_fatal (const char *message, ...);
 
65583
-
 
65584
-int
 
65585
-main (int argc, char *argv[])
 
65586
-{
 
65587
-  char **newargz;
 
65588
-  int i;
 
65589
-
 
65590
-  program_name = (char *) xstrdup (base_name (argv[0]));
 
65591
-  DEBUG("(main) argv[0]      : %s\n",argv[0]);
 
65592
-  DEBUG("(main) program_name : %s\n",program_name);
 
65593
-  newargz = XMALLOC(char *, argc+2);
 
65594
-EOF
 
65595
-
 
65596
-            cat >> $cwrappersource <<EOF
 
65597
-  newargz[0] = (char *) xstrdup("$SHELL");
 
65598
-EOF
 
65599
-
 
65600
-            cat >> $cwrappersource <<"EOF"
 
65601
-  newargz[1] = find_executable(argv[0]);
 
65602
-  if (newargz[1] == NULL)
 
65603
-    lt_fatal("Couldn't find %s", argv[0]);
 
65604
-  DEBUG("(main) found exe at : %s\n",newargz[1]);
 
65605
-  /* we know the script has the same name, without the .exe */
 
65606
-  /* so make sure newargz[1] doesn't end in .exe */
 
65607
-  strendzap(newargz[1],".exe");
 
65608
-  for (i = 1; i < argc; i++)
 
65609
-    newargz[i+1] = xstrdup(argv[i]);
 
65610
-  newargz[argc+1] = NULL;
 
65611
-
 
65612
-  for (i=0; i<argc+1; i++)
 
65613
-  {
 
65614
-    DEBUG("(main) newargz[%d]   : %s\n",i,newargz[i]);
 
65615
-    ;
 
65616
-  }
 
65617
+           case " $sys_lib_dlsearch_path " in
 
65618
+           *" $libdir "*) ;;
 
65619
+           *)
 
65620
+             case "$finalize_rpath " in
 
65621
+             *" $libdir "*) ;;
 
65622
+             *) finalize_rpath="$finalize_rpath $libdir"
 
65623
+             esac
 
65624
+             ;;
 
65625
+           esac
 
65626
+         fi # $linkmode,$pass = prog,link...
 
65627
 
 
65628
-EOF
 
65629
+         if test "$alldeplibs" = yes &&
 
65630
+            { test "$deplibs_check_method" = pass_all ||
 
65631
+              { test "$build_libtool_libs" = yes &&
 
65632
+                test -n "$library_names"; }; }; then
 
65633
+           # We only need to search for static libraries
 
65634
+           continue
 
65635
+         fi
 
65636
+       fi
 
65637
 
 
65638
-            case $host_os in
 
65639
-              mingw*)
 
65640
-                cat >> $cwrappersource <<EOF
 
65641
-  execv("$SHELL",(char const **)newargz);
 
65642
-EOF
 
65643
+       link_static=no # Whether the deplib will be linked statically
 
65644
+       use_static_libs=$prefer_static_libs
 
65645
+       if test "$use_static_libs" = built && test "$installed" = yes; then
 
65646
+         use_static_libs=no
 
65647
+       fi
 
65648
+       if test -n "$library_names" &&
 
65649
+          { test "$use_static_libs" = no || test -z "$old_library"; }; then
 
65650
+         case $host in
 
65651
+         *cygwin* | *mingw*)
 
65652
+             # No point in relinking DLLs because paths are not encoded
 
65653
+             notinst_deplibs="$notinst_deplibs $lib"
 
65654
+             need_relink=no
 
65655
               ;;
 
65656
               *)
 
65657
-                cat >> $cwrappersource <<EOF
 
65658
-  execv("$SHELL",newargz);
 
65659
-EOF
 
65660
+           if test "$installed" = no; then
 
65661
+             notinst_deplibs="$notinst_deplibs $lib"
 
65662
+             need_relink=yes
 
65663
+           fi
 
65664
               ;;
 
65665
             esac
 
65666
+         # This is a shared library
 
65667
 
 
65668
-            cat >> $cwrappersource <<"EOF"
 
65669
-  return 127;
 
65670
-}
 
65671
-
 
65672
-void *
 
65673
-xmalloc (size_t num)
 
65674
-{
 
65675
-  void * p = (void *) malloc (num);
 
65676
-  if (!p)
 
65677
-    lt_fatal ("Memory exhausted");
 
65678
+         # Warn about portability, can't link against -module's on some
 
65679
+         # systems (darwin).  Don't bleat about dlopened modules though!
 
65680
+         dlopenmodule=""
 
65681
+         for dlpremoduletest in $dlprefiles; do
 
65682
+           if test "X$dlpremoduletest" = "X$lib"; then
 
65683
+             dlopenmodule="$dlpremoduletest"
 
65684
+             break
 
65685
+           fi
 
65686
+         done
 
65687
+         if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then
 
65688
+           $ECHO
 
65689
+           if test "$linkmode" = prog; then
 
65690
+             $ECHO "*** Warning: Linking the executable $output against the loadable module"
 
65691
+           else
 
65692
+             $ECHO "*** Warning: Linking the shared library $output against the loadable module"
 
65693
+           fi
 
65694
+           $ECHO "*** $linklib is not portable!"
 
65695
+         fi
 
65696
+         if test "$linkmode" = lib &&
 
65697
+            test "$hardcode_into_libs" = yes; then
 
65698
+           # Hardcode the library path.
 
65699
+           # Skip directories that are in the system default run-time
 
65700
+           # search path.
 
65701
+           case " $sys_lib_dlsearch_path " in
 
65702
+           *" $absdir "*) ;;
 
65703
+           *)
 
65704
+             case "$compile_rpath " in
 
65705
+             *" $absdir "*) ;;
 
65706
+             *) compile_rpath="$compile_rpath $absdir"
 
65707
+             esac
 
65708
+             ;;
 
65709
+           esac
 
65710
+           case " $sys_lib_dlsearch_path " in
 
65711
+           *" $libdir "*) ;;
 
65712
+           *)
 
65713
+             case "$finalize_rpath " in
 
65714
+             *" $libdir "*) ;;
 
65715
+             *) finalize_rpath="$finalize_rpath $libdir"
 
65716
+             esac
 
65717
+             ;;
 
65718
+           esac
 
65719
+         fi
 
65720
 
 
65721
-  return p;
 
65722
-}
 
65723
+         if test -n "$old_archive_from_expsyms_cmds"; then
 
65724
+           # figure out the soname
 
65725
+           set dummy $library_names
 
65726
+           shift
 
65727
+           realname="$1"
 
65728
+           shift
 
65729
+           libname=`eval "\\$ECHO \"$libname_spec\""`
 
65730
+           # use dlname if we got it. it's perfectly good, no?
 
65731
+           if test -n "$dlname"; then
 
65732
+             soname="$dlname"
 
65733
+           elif test -n "$soname_spec"; then
 
65734
+             # bleh windows
 
65735
+             case $host in
 
65736
+             *cygwin* | mingw*)
 
65737
+               func_arith $current - $age
 
65738
+               major=$func_arith_result
 
65739
+               versuffix="-$major"
 
65740
+               ;;
 
65741
+             esac
 
65742
+             eval soname=\"$soname_spec\"
 
65743
+           else
 
65744
+             soname="$realname"
 
65745
+           fi
 
65746
 
 
65747
-char *
 
65748
-xstrdup (const char *string)
 
65749
-{
 
65750
-  return string ? strcpy ((char *) xmalloc (strlen (string) + 1), string) : NULL
 
65751
-;
 
65752
-}
 
65753
+           # Make a new name for the extract_expsyms_cmds to use
 
65754
+           soroot="$soname"
 
65755
+           func_basename "$soroot"
 
65756
+           soname="$func_basename_result"
 
65757
+           func_stripname 'lib' '.dll' "$soname"
 
65758
+           newlib=libimp-$func_stripname_result.a
 
65759
 
 
65760
-const char *
 
65761
-base_name (const char *name)
 
65762
-{
 
65763
-  const char *base;
 
65764
+           # If the library has no export list, then create one now
 
65765
+           if test -f "$output_objdir/$soname-def"; then :
 
65766
+           else
 
65767
+             func_verbose "extracting exported symbol list from \`$soname'"
 
65768
+             func_execute_cmds "$extract_expsyms_cmds" 'exit $?'
 
65769
+           fi
 
65770
 
 
65771
-#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
 
65772
-  /* Skip over the disk name in MSDOS pathnames. */
 
65773
-  if (isalpha ((unsigned char)name[0]) && name[1] == ':')
 
65774
-    name += 2;
 
65775
-#endif
 
65776
+           # Create $newlib
 
65777
+           if test -f "$output_objdir/$newlib"; then :; else
 
65778
+             func_verbose "generating import library for \`$soname'"
 
65779
+             func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?'
 
65780
+           fi
 
65781
+           # make sure the library variables are pointing to the new library
 
65782
+           dir=$output_objdir
 
65783
+           linklib=$newlib
 
65784
+         fi # test -n "$old_archive_from_expsyms_cmds"
 
65785
 
 
65786
-  for (base = name; *name; name++)
 
65787
-    if (IS_DIR_SEPARATOR (*name))
 
65788
-      base = name + 1;
 
65789
-  return base;
 
65790
-}
 
65791
-
 
65792
-int
 
65793
-check_executable(const char * path)
 
65794
-{
 
65795
-  struct stat st;
 
65796
+         if test "$linkmode" = prog || test "$mode" != relink; then
 
65797
+           add_shlibpath=
 
65798
+           add_dir=
 
65799
+           add=
 
65800
+           lib_linked=yes
 
65801
+           case $hardcode_action in
 
65802
+           immediate | unsupported)
 
65803
+             if test "$hardcode_direct" = no; then
 
65804
+               add="$dir/$linklib"
 
65805
+               case $host in
 
65806
+                 *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;;
 
65807
+                 *-*-sysv4*uw2*) add_dir="-L$dir" ;;
 
65808
+                 *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \
 
65809
+                   *-*-unixware7*) add_dir="-L$dir" ;;
 
65810
+                 *-*-darwin* )
 
65811
+                   # if the lib is a (non-dlopened) module then we can not
 
65812
+                   # link against it, someone is ignoring the earlier warnings
 
65813
+                   if /usr/bin/file -L $add 2> /dev/null |
 
65814
+                        $GREP ": [^:]* bundle" >/dev/null ; then
 
65815
+                     if test "X$dlopenmodule" != "X$lib"; then
 
65816
+                       $ECHO "*** Warning: lib $linklib is a module, not a shared library"
 
65817
+                       if test -z "$old_library" ; then
 
65818
+                         $ECHO
 
65819
+                         $ECHO "*** And there doesn't seem to be a static archive available"
 
65820
+                         $ECHO "*** The link will probably fail, sorry"
 
65821
+                       else
 
65822
+                         add="$dir/$old_library"
 
65823
+                       fi
 
65824
+                     elif test -n "$old_library"; then
 
65825
+                       add="$dir/$old_library"
 
65826
+                     fi
 
65827
+                   fi
 
65828
+               esac
 
65829
+             elif test "$hardcode_minus_L" = no; then
 
65830
+               case $host in
 
65831
+               *-*-sunos*) add_shlibpath="$dir" ;;
 
65832
+               esac
 
65833
+               add_dir="-L$dir"
 
65834
+               add="-l$name"
 
65835
+             elif test "$hardcode_shlibpath_var" = no; then
 
65836
+               add_shlibpath="$dir"
 
65837
+               add="-l$name"
 
65838
+             else
 
65839
+               lib_linked=no
 
65840
+             fi
 
65841
+             ;;
 
65842
+           relink)
 
65843
+             if test "$hardcode_direct" = yes &&
 
65844
+                test "$hardcode_direct_absolute" = no; then
 
65845
+               add="$dir/$linklib"
 
65846
+             elif test "$hardcode_minus_L" = yes; then
 
65847
+               add_dir="-L$dir"
 
65848
+               # Try looking first in the location we're being installed to.
 
65849
+               if test -n "$inst_prefix_dir"; then
 
65850
+                 case $libdir in
 
65851
+                   [\\/]*)
 
65852
+                     add_dir="$add_dir -L$inst_prefix_dir$libdir"
 
65853
+                     ;;
 
65854
+                 esac
 
65855
+               fi
 
65856
+               add="-l$name"
 
65857
+             elif test "$hardcode_shlibpath_var" = yes; then
 
65858
+               add_shlibpath="$dir"
 
65859
+               add="-l$name"
 
65860
+             else
 
65861
+               lib_linked=no
 
65862
+             fi
 
65863
+             ;;
 
65864
+           *) lib_linked=no ;;
 
65865
+           esac
 
65866
 
 
65867
-  DEBUG("(check_executable)  : %s\n", path ? (*path ? path : "EMPTY!") : "NULL!");
 
65868
-  if ((!path) || (!*path))
 
65869
-    return 0;
 
65870
+           if test "$lib_linked" != yes; then
 
65871
+             func_fatal_configuration "unsupported hardcode properties"
 
65872
+           fi
 
65873
 
 
65874
-  if ((stat (path, &st) >= 0) &&
 
65875
-      (
 
65876
-        /* MinGW & native WIN32 do not support S_IXOTH or S_IXGRP */
 
65877
-#if defined (S_IXOTH)
 
65878
-       ((st.st_mode & S_IXOTH) == S_IXOTH) ||
 
65879
-#endif
 
65880
-#if defined (S_IXGRP)
 
65881
-       ((st.st_mode & S_IXGRP) == S_IXGRP) ||
 
65882
-#endif
 
65883
-       ((st.st_mode & S_IXUSR) == S_IXUSR))
 
65884
-      )
 
65885
-    return 1;
 
65886
+           if test -n "$add_shlibpath"; then
 
65887
+             case :$compile_shlibpath: in
 
65888
+             *":$add_shlibpath:"*) ;;
 
65889
+             *) compile_shlibpath="$compile_shlibpath$add_shlibpath:" ;;
 
65890
+             esac
 
65891
+           fi
 
65892
+           if test "$linkmode" = prog; then
 
65893
+             test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs"
 
65894
+             test -n "$add" && compile_deplibs="$add $compile_deplibs"
 
65895
   else
 
65896
-    return 0;
 
65897
-}
 
65898
-
 
65899
-/* Searches for the full path of the wrapper.  Returns
 
65900
-   newly allocated full path name if found, NULL otherwise */
 
65901
-char *
 
65902
-find_executable (const char* wrapper)
 
65903
-{
 
65904
-  int has_slash = 0;
 
65905
-  const char* p;
 
65906
-  const char* p_next;
 
65907
-  /* static buffer for getcwd */
 
65908
-  char tmp[LT_PATHMAX + 1];
 
65909
-  int tmp_len;
 
65910
-  char* concat_name;
 
65911
+             test -n "$add_dir" && deplibs="$add_dir $deplibs"
 
65912
+             test -n "$add" && deplibs="$add $deplibs"
 
65913
+             if test "$hardcode_direct" != yes &&
 
65914
+                test "$hardcode_minus_L" != yes &&
 
65915
+                test "$hardcode_shlibpath_var" = yes; then
 
65916
+               case :$finalize_shlibpath: in
 
65917
+               *":$libdir:"*) ;;
 
65918
+               *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;;
 
65919
+               esac
 
65920
+             fi
 
65921
+           fi
 
65922
+         fi
 
65923
 
 
65924
-  DEBUG("(find_executable)  : %s\n", wrapper ? (*wrapper ? wrapper : "EMPTY!") : "NULL!");
 
65925
+         if test "$linkmode" = prog || test "$mode" = relink; then
 
65926
+           add_shlibpath=
 
65927
+           add_dir=
 
65928
+           add=
 
65929
+           # Finalize command for both is simple: just hardcode it.
 
65930
+           if test "$hardcode_direct" = yes &&
 
65931
+              test "$hardcode_direct_absolute" = no; then
 
65932
+             add="$libdir/$linklib"
 
65933
+           elif test "$hardcode_minus_L" = yes; then
 
65934
+             add_dir="-L$libdir"
 
65935
+             add="-l$name"
 
65936
+           elif test "$hardcode_shlibpath_var" = yes; then
 
65937
+             case :$finalize_shlibpath: in
 
65938
+             *":$libdir:"*) ;;
 
65939
+             *) finalize_shlibpath="$finalize_shlibpath$libdir:" ;;
 
65940
+             esac
 
65941
+             add="-l$name"
 
65942
+           elif test "$hardcode_automatic" = yes; then
 
65943
+             if test -n "$inst_prefix_dir" &&
 
65944
+                test -f "$inst_prefix_dir$libdir/$linklib" ; then
 
65945
+               add="$inst_prefix_dir$libdir/$linklib"
 
65946
+             else
 
65947
+               add="$libdir/$linklib"
 
65948
+             fi
 
65949
+           else
 
65950
+             # We cannot seem to hardcode it, guess we'll fake it.
 
65951
+             add_dir="-L$libdir"
 
65952
+             # Try looking first in the location we're being installed to.
 
65953
+             if test -n "$inst_prefix_dir"; then
 
65954
+               case $libdir in
 
65955
+                 [\\/]*)
 
65956
+                   add_dir="$add_dir -L$inst_prefix_dir$libdir"
 
65957
+                   ;;
 
65958
+               esac
 
65959
+             fi
 
65960
+             add="-l$name"
 
65961
+           fi
 
65962
 
 
65963
-  if ((wrapper == NULL) || (*wrapper == '\0'))
 
65964
-    return NULL;
 
65965
+           if test "$linkmode" = prog; then
 
65966
+             test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs"
 
65967
+             test -n "$add" && finalize_deplibs="$add $finalize_deplibs"
 
65968
+           else
 
65969
+             test -n "$add_dir" && deplibs="$add_dir $deplibs"
 
65970
+             test -n "$add" && deplibs="$add $deplibs"
 
65971
+           fi
 
65972
+         fi
 
65973
+       elif test "$linkmode" = prog; then
 
65974
+         # Here we assume that one of hardcode_direct or hardcode_minus_L
 
65975
+         # is not unsupported.  This is valid on all known static and
 
65976
+         # shared platforms.
 
65977
+         if test "$hardcode_direct" != unsupported; then
 
65978
+           test -n "$old_library" && linklib="$old_library"
 
65979
+           compile_deplibs="$dir/$linklib $compile_deplibs"
 
65980
+           finalize_deplibs="$dir/$linklib $finalize_deplibs"
 
65981
+         else
 
65982
+           compile_deplibs="-l$name -L$dir $compile_deplibs"
 
65983
+           finalize_deplibs="-l$name -L$dir $finalize_deplibs"
 
65984
+         fi
 
65985
+       elif test "$build_libtool_libs" = yes; then
 
65986
+         # Not a shared library
 
65987
+         if test "$deplibs_check_method" != pass_all; then
 
65988
+           # We're trying link a shared library against a static one
 
65989
+           # but the system doesn't support it.
 
65990
 
 
65991
-  /* Absolute path? */
 
65992
-#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
 
65993
-  if (isalpha ((unsigned char)wrapper[0]) && wrapper[1] == ':')
 
65994
-  {
 
65995
-    concat_name = xstrdup (wrapper);
 
65996
-    if (check_executable(concat_name))
 
65997
-      return concat_name;
 
65998
-    XFREE(concat_name);
 
65999
-  }
 
66000
+           # Just print a warning and add the library to dependency_libs so
 
66001
+           # that the program can be linked against the static library.
 
66002
+           $ECHO
 
66003
+           $ECHO "*** Warning: This system can not link to static lib archive $lib."
 
66004
+           $ECHO "*** I have the capability to make that library automatically link in when"
 
66005
+           $ECHO "*** you link to this library.  But I can only do this if you have a"
 
66006
+           $ECHO "*** shared version of the library, which you do not appear to have."
 
66007
+           if test "$module" = yes; then
 
66008
+             $ECHO "*** But as you try to build a module library, libtool will still create "
 
66009
+             $ECHO "*** a static module, that should work as long as the dlopening application"
 
66010
+             $ECHO "*** is linked with the -dlopen flag to resolve symbols at runtime."
 
66011
+             if test -z "$global_symbol_pipe"; then
 
66012
+               $ECHO
 
66013
+               $ECHO "*** However, this would only work if libtool was able to extract symbol"
 
66014
+               $ECHO "*** lists from a program, using \`nm' or equivalent, but libtool could"
 
66015
+               $ECHO "*** not find such a program.  So, this module is probably useless."
 
66016
+               $ECHO "*** \`nm' from GNU binutils and a full rebuild may help."
 
66017
+             fi
 
66018
+             if test "$build_old_libs" = no; then
 
66019
+               build_libtool_libs=module
 
66020
+               build_old_libs=yes
 
66021
   else
 
66022
-  {
 
66023
-#endif
 
66024
-    if (IS_DIR_SEPARATOR (wrapper[0]))
 
66025
-    {
 
66026
-      concat_name = xstrdup (wrapper);
 
66027
-      if (check_executable(concat_name))
 
66028
-        return concat_name;
 
66029
-      XFREE(concat_name);
 
66030
-    }
 
66031
-#if defined (HAVE_DOS_BASED_FILE_SYSTEM)
 
66032
-  }
 
66033
-#endif
 
66034
-
 
66035
-  for (p = wrapper; *p; p++)
 
66036
-    if (*p == '/')
 
66037
-    {
 
66038
-      has_slash = 1;
 
66039
-      break;
 
66040
-    }
 
66041
-  if (!has_slash)
 
66042
-  {
 
66043
-    /* no slashes; search PATH */
 
66044
-    const char* path = getenv ("PATH");
 
66045
-    if (path != NULL)
 
66046
-    {
 
66047
-      for (p = path; *p; p = p_next)
 
66048
-      {
 
66049
-        const char* q;
 
66050
-        size_t p_len;
 
66051
-        for (q = p; *q; q++)
 
66052
-          if (IS_PATH_SEPARATOR(*q))
 
66053
-            break;
 
66054
-        p_len = q - p;
 
66055
-        p_next = (*q == '\0' ? q : q + 1);
 
66056
-        if (p_len == 0)
 
66057
-        {
 
66058
-          /* empty path: current directory */
 
66059
-          if (getcwd (tmp, LT_PATHMAX) == NULL)
 
66060
-            lt_fatal ("getcwd failed");
 
66061
-          tmp_len = strlen(tmp);
 
66062
-          concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1);
 
66063
-          memcpy (concat_name, tmp, tmp_len);
 
66064
-          concat_name[tmp_len] = '/';
 
66065
-          strcpy (concat_name + tmp_len + 1, wrapper);
 
66066
-        }
 
66067
-        else
 
66068
-        {
 
66069
-          concat_name = XMALLOC(char, p_len + 1 + strlen(wrapper) + 1);
 
66070
-          memcpy (concat_name, p, p_len);
 
66071
-          concat_name[p_len] = '/';
 
66072
-          strcpy (concat_name + p_len + 1, wrapper);
 
66073
-        }
 
66074
-        if (check_executable(concat_name))
 
66075
-          return concat_name;
 
66076
-        XFREE(concat_name);
 
66077
-      }
 
66078
-    }
 
66079
-    /* not found in PATH; assume curdir */
 
66080
-  }
 
66081
-  /* Relative path | not found in path: prepend cwd */
 
66082
-  if (getcwd (tmp, LT_PATHMAX) == NULL)
 
66083
-    lt_fatal ("getcwd failed");
 
66084
-  tmp_len = strlen(tmp);
 
66085
-  concat_name = XMALLOC(char, tmp_len + 1 + strlen(wrapper) + 1);
 
66086
-  memcpy (concat_name, tmp, tmp_len);
 
66087
-  concat_name[tmp_len] = '/';
 
66088
-  strcpy (concat_name + tmp_len + 1, wrapper);
 
66089
-
 
66090
-  if (check_executable(concat_name))
 
66091
-    return concat_name;
 
66092
-  XFREE(concat_name);
 
66093
-  return NULL;
 
66094
-}
 
66095
-
 
66096
-char *
 
66097
-strendzap(char *str, const char *pat)
 
66098
-{
 
66099
-  size_t len, patlen;
 
66100
-
 
66101
-  assert(str != NULL);
 
66102
-  assert(pat != NULL);
 
66103
-
 
66104
-  len = strlen(str);
 
66105
-  patlen = strlen(pat);
 
66106
-
 
66107
-  if (patlen <= len)
 
66108
-  {
 
66109
-    str += len - patlen;
 
66110
-    if (strcmp(str, pat) == 0)
 
66111
-      *str = '\0';
 
66112
-  }
 
66113
-  return str;
 
66114
-}
 
66115
+               build_libtool_libs=no
 
66116
+             fi
 
66117
+           fi
 
66118
+         else
 
66119
+           deplibs="$dir/$old_library $deplibs"
 
66120
+           link_static=yes
 
66121
+         fi
 
66122
+       fi # link shared/static library?
 
66123
 
 
66124
-static void
 
66125
-lt_error_core (int exit_status, const char * mode,
 
66126
-          const char * message, va_list ap)
 
66127
-{
 
66128
-  fprintf (stderr, "%s: %s: ", program_name, mode);
 
66129
-  vfprintf (stderr, message, ap);
 
66130
-  fprintf (stderr, ".\n");
 
66131
+       if test "$linkmode" = lib; then
 
66132
+         if test -n "$dependency_libs" &&
 
66133
+            { test "$hardcode_into_libs" != yes ||
 
66134
+              test "$build_old_libs" = yes ||
 
66135
+              test "$link_static" = yes; }; then
 
66136
+           # Extract -R from dependency_libs
 
66137
+           temp_deplibs=
 
66138
+           for libdir in $dependency_libs; do
 
66139
+             case $libdir in
 
66140
+             -R*) func_stripname '-R' '' "$libdir"
 
66141
+                  temp_xrpath=$func_stripname_result
 
66142
+                  case " $xrpath " in
 
66143
+                  *" $temp_xrpath "*) ;;
 
66144
+                  *) xrpath="$xrpath $temp_xrpath";;
 
66145
+                  esac;;
 
66146
+             *) temp_deplibs="$temp_deplibs $libdir";;
 
66147
+             esac
 
66148
+           done
 
66149
+           dependency_libs="$temp_deplibs"
 
66150
+         fi
 
66151
 
 
66152
-  if (exit_status >= 0)
 
66153
-    exit (exit_status);
 
66154
-}
 
66155
+         newlib_search_path="$newlib_search_path $absdir"
 
66156
+         # Link against this library
 
66157
+         test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs"
 
66158
+         # ... and its dependency_libs
 
66159
+         tmp_libs=
 
66160
+         for deplib in $dependency_libs; do
 
66161
+           newdependency_libs="$deplib $newdependency_libs"
 
66162
+           if $opt_duplicate_deps ; then
 
66163
+             case "$tmp_libs " in
 
66164
+             *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
 
66165
+             esac
 
66166
+           fi
 
66167
+           tmp_libs="$tmp_libs $deplib"
 
66168
+         done
 
66169
 
 
66170
-void
 
66171
-lt_fatal (const char *message, ...)
 
66172
-{
 
66173
-  va_list ap;
 
66174
-  va_start (ap, message);
 
66175
-  lt_error_core (EXIT_FAILURE, "FATAL", message, ap);
 
66176
-  va_end (ap);
 
66177
-}
 
66178
-EOF
 
66179
-          # we should really use a build-platform specific compiler
 
66180
-          # here, but OTOH, the wrappers (shell script and this C one)
 
66181
-          # are only useful if you want to execute the "real" binary.
 
66182
-          # Since the "real" binary is built for $host, then this
 
66183
-          # wrapper might as well be built for $host, too.
 
66184
-          $run $LTCC $LTCFLAGS -s -o $cwrapper $cwrappersource
 
66185
-          ;;
 
66186
-        esac
 
66187
-        $rm $output
 
66188
-        trap "$rm $output; exit $EXIT_FAILURE" 1 2 15
 
66189
+         if test "$link_all_deplibs" != no; then
 
66190
+           # Add the search paths of all dependency libraries
 
66191
+           for deplib in $dependency_libs; do
 
66192
+             case $deplib in
 
66193
+             -L*) path="$deplib" ;;
 
66194
+             *.la)
 
66195
+               func_dirname "$deplib" "" "."
 
66196
+               dir="$func_dirname_result"
 
66197
+               # We need an absolute path.
 
66198
+               case $dir in
 
66199
+               [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;;
 
66200
+               *)
 
66201
+                 absdir=`cd "$dir" && pwd`
 
66202
+                 if test -z "$absdir"; then
 
66203
+                   func_warning "cannot determine absolute directory name of \`$dir'"
 
66204
+                   absdir="$dir"
 
66205
+                 fi
 
66206
+                 ;;
 
66207
+               esac
 
66208
+               if $GREP "^installed=no" $deplib > /dev/null; then
 
66209
+               case $host in
 
66210
+               *-*-darwin*)
 
66211
+                 depdepl=
 
66212
+                 eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
 
66213
+                 if test -n "$deplibrary_names" ; then
 
66214
+                   for tmp in $deplibrary_names ; do
 
66215
+                     depdepl=$tmp
 
66216
+                   done
 
66217
+                   if test -f "$absdir/$objdir/$depdepl" ; then
 
66218
+                     depdepl="$absdir/$objdir/$depdepl"
 
66219
+                     darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
 
66220
+                      if test -z "$darwin_install_name"; then
 
66221
+                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
 
66222
+                      fi
 
66223
+                     compiler_flags="$compiler_flags ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"
 
66224
+                     linker_flags="$linker_flags -dylib_file ${darwin_install_name}:${depdepl}"
 
66225
+                     path=
 
66226
+                   fi
 
66227
+                 fi
 
66228
+                 ;;
 
66229
+               *)
 
66230
+                 path="-L$absdir/$objdir"
 
66231
+                 ;;
 
66232
+               esac
 
66233
+        else
 
66234
+                 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
 
66235
+                 test -z "$libdir" && \
 
66236
+                   func_fatal_error "\`$deplib' is not a valid libtool archive"
 
66237
+                 test "$absdir" != "$libdir" && \
 
66238
+                   func_warning "\`$deplib' seems to be moved"
 
66239
 
 
66240
-       $echo > $output "\
 
66241
-#! $SHELL
 
66242
+                 path="-L$absdir"
 
66243
+               fi
 
66244
+               ;;
 
66245
+             esac
 
66246
+             case " $deplibs " in
 
66247
+             *" $path "*) ;;
 
66248
+             *) deplibs="$path $deplibs" ;;
 
66249
+             esac
 
66250
+           done
 
66251
+         fi # link_all_deplibs != no
 
66252
+       fi # linkmode = lib
 
66253
+      done # for deplib in $libs
 
66254
+      if test "$pass" = link; then
 
66255
+       if test "$linkmode" = "prog"; then
 
66256
+         compile_deplibs="$new_inherited_linker_flags $compile_deplibs"
 
66257
+         finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs"
 
66258
+       else
 
66259
+         compiler_flags="$compiler_flags "`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
 
66260
+       fi
 
66261
+      fi
 
66262
+      dependency_libs="$newdependency_libs"
 
66263
+      if test "$pass" = dlpreopen; then
 
66264
+       # Link the dlpreopened libraries before other libraries
 
66265
+       for deplib in $save_deplibs; do
 
66266
+         deplibs="$deplib $deplibs"
 
66267
+       done
 
66268
+      fi
 
66269
+      if test "$pass" != dlopen; then
 
66270
+       if test "$pass" != conv; then
 
66271
+         # Make sure lib_search_path contains only unique directories.
 
66272
+         lib_search_path=
 
66273
+         for dir in $newlib_search_path; do
 
66274
+           case "$lib_search_path " in
 
66275
+           *" $dir "*) ;;
 
66276
+           *) lib_search_path="$lib_search_path $dir" ;;
 
66277
+           esac
 
66278
+         done
 
66279
+         newlib_search_path=
 
66280
+       fi
 
66281
 
 
66282
-# $output - temporary wrapper script for $objdir/$outputname
 
66283
-# Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP
 
66284
-#
 
66285
-# The $output program cannot be directly executed until all the libtool
 
66286
-# libraries that it depends on are installed.
 
66287
-#
 
66288
-# This wrapper script should never be moved out of the build directory.
 
66289
-# If it is, it will not operate correctly.
 
66290
+       if test "$linkmode,$pass" != "prog,link"; then
 
66291
+         vars="deplibs"
 
66292
+       else
 
66293
+         vars="compile_deplibs finalize_deplibs"
 
66294
+       fi
 
66295
+       for var in $vars dependency_libs; do
 
66296
+         # Add libraries to $var in reverse order
 
66297
+         eval tmp_libs=\"\$$var\"
 
66298
+         new_libs=
 
66299
+         for deplib in $tmp_libs; do
 
66300
+           # FIXME: Pedantically, this is the right thing to do, so
 
66301
+           #        that some nasty dependency loop isn't accidentally
 
66302
+           #        broken:
 
66303
+           #new_libs="$deplib $new_libs"
 
66304
+           # Pragmatically, this seems to cause very few problems in
 
66305
+           # practice:
 
66306
+           case $deplib in
 
66307
+           -L*) new_libs="$deplib $new_libs" ;;
 
66308
+           -R*) ;;
 
66309
+           *)
 
66310
+             # And here is the reason: when a library appears more
 
66311
+             # than once as an explicit dependence of a library, or
 
66312
+             # is implicitly linked in more than once by the
 
66313
+             # compiler, it is considered special, and multiple
 
66314
+             # occurrences thereof are not removed.  Compare this
 
66315
+             # with having the same library being listed as a
 
66316
+             # dependency of multiple other libraries: in this case,
 
66317
+             # we know (pedantically, we assume) the library does not
 
66318
+             # need to be listed more than once, so we keep only the
 
66319
+             # last copy.  This is not always right, but it is rare
 
66320
+             # enough that we require users that really mean to play
 
66321
+             # such unportable linking tricks to link the library
 
66322
+             # using -Wl,-lname, so that libtool does not consider it
 
66323
+             # for duplicate removal.
 
66324
+             case " $specialdeplibs " in
 
66325
+             *" $deplib "*) new_libs="$deplib $new_libs" ;;
 
66326
+             *)
 
66327
+               case " $new_libs " in
 
66328
+               *" $deplib "*) ;;
 
66329
+               *) new_libs="$deplib $new_libs" ;;
 
66330
+               esac
 
66331
+               ;;
 
66332
+             esac
 
66333
+             ;;
 
66334
+           esac
 
66335
+         done
 
66336
+         tmp_libs=
 
66337
+         for deplib in $new_libs; do
 
66338
+           case $deplib in
 
66339
+           -L*)
 
66340
+             case " $tmp_libs " in
 
66341
+             *" $deplib "*) ;;
 
66342
+             *) tmp_libs="$tmp_libs $deplib" ;;
 
66343
+             esac
 
66344
+             ;;
 
66345
+           *) tmp_libs="$tmp_libs $deplib" ;;
 
66346
+           esac
 
66347
+         done
 
66348
+         eval $var=\"$tmp_libs\"
 
66349
+       done # for var
 
66350
+      fi
 
66351
+      # Last step: remove runtime libs from dependency_libs
 
66352
+      # (they stay in deplibs)
 
66353
+      tmp_libs=
 
66354
+      for i in $dependency_libs ; do
 
66355
+       case " $predeps $postdeps $compiler_lib_search_path " in
 
66356
+       *" $i "*)
 
66357
+         i=""
 
66358
+         ;;
 
66359
+       esac
 
66360
+       if test -n "$i" ; then
 
66361
+         tmp_libs="$tmp_libs $i"
 
66362
+       fi
 
66363
+      done
 
66364
+      dependency_libs=$tmp_libs
 
66365
+    done # for pass
 
66366
+    if test "$linkmode" = prog; then
 
66367
+      dlfiles="$newdlfiles"
 
66368
+    fi
 
66369
+    if test "$linkmode" = prog || test "$linkmode" = lib; then
 
66370
+      dlprefiles="$newdlprefiles"
 
66371
+    fi
 
66372
 
 
66373
-# Sed substitution that helps us do robust quoting.  It backslashifies
 
66374
-# metacharacters that are still active within double-quoted strings.
 
66375
-Xsed='${SED} -e 1s/^X//'
 
66376
-sed_quote_subst='$sed_quote_subst'
 
66377
+    case $linkmode in
 
66378
+    oldlib)
 
66379
+      if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
 
66380
+       func_warning "\`-dlopen' is ignored for archives"
 
66381
+      fi
 
66382
 
 
66383
-# Be Bourne compatible (taken from Autoconf:_AS_BOURNE_COMPATIBLE).
 
66384
-if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then
 
66385
-  emulate sh
 
66386
-  NULLCMD=:
 
66387
-  # Zsh 3.x and 4.x performs word splitting on \${1+\"\$@\"}, which
 
66388
-  # is contrary to our usage.  Disable this feature.
 
66389
-  alias -g '\${1+\"\$@\"}'='\"\$@\"'
 
66390
-  setopt NO_GLOB_SUBST
 
66391
-else
 
66392
-  case \`(set -o) 2>/dev/null\` in *posix*) set -o posix;; esac
 
66393
-fi
 
66394
-BIN_SH=xpg4; export BIN_SH # for Tru64
 
66395
-DUALCASE=1; export DUALCASE # for MKS sh
 
66396
+      case " $deplibs" in
 
66397
+      *\ -l* | *\ -L*)
 
66398
+       func_warning "\`-l' and \`-L' are ignored for archives" ;;
 
66399
+      esac
 
66400
 
 
66401
-# The HP-UX ksh and POSIX shell print the target directory to stdout
 
66402
-# if CDPATH is set.
 
66403
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
66404
+      test -n "$rpath" && \
 
66405
+       func_warning "\`-rpath' is ignored for archives"
 
66406
 
 
66407
-relink_command=\"$relink_command\"
 
66408
+      test -n "$xrpath" && \
 
66409
+       func_warning "\`-R' is ignored for archives"
 
66410
 
 
66411
-# This environment variable determines our operation mode.
 
66412
-if test \"\$libtool_install_magic\" = \"$magic\"; then
 
66413
-  # install mode needs the following variable:
 
66414
-  notinst_deplibs='$notinst_deplibs'
 
66415
-else
 
66416
-  # When we are sourced in execute mode, \$file and \$echo are already set.
 
66417
-  if test \"\$libtool_execute_magic\" != \"$magic\"; then
 
66418
-    echo=\"$qecho\"
 
66419
-    file=\"\$0\"
 
66420
-    # Make sure echo works.
 
66421
-    if test \"X\$1\" = X--no-reexec; then
 
66422
-      # Discard the --no-reexec flag, and continue.
 
66423
-      shift
 
66424
-    elif test \"X\`(\$echo '\t') 2>/dev/null\`\" = 'X\t'; then
 
66425
-      # Yippee, \$echo works!
 
66426
-      :
 
66427
-    else
 
66428
-      # Restart under the correct shell, and then maybe \$echo will work.
 
66429
-      exec $SHELL \"\$0\" --no-reexec \${1+\"\$@\"}
 
66430
-    fi
 
66431
-  fi\
 
66432
-"
 
66433
-       $echo >> $output "\
 
66434
+      test -n "$vinfo" && \
 
66435
+       func_warning "\`-version-info/-version-number' is ignored for archives"
 
66436
 
 
66437
-  # Find the directory that this script lives in.
 
66438
-  thisdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
 
66439
-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
 
66440
+      test -n "$release" && \
 
66441
+       func_warning "\`-release' is ignored for archives"
 
66442
 
 
66443
-  # Follow symbolic links until we get to the real thisdir.
 
66444
-  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
 
66445
-  while test -n \"\$file\"; do
 
66446
-    destdir=\`\$echo \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
 
66447
+      test -n "$export_symbols$export_symbols_regex" && \
 
66448
+       func_warning "\`-export-symbols' is ignored for archives"
 
66449
 
 
66450
-    # If there was a directory component, then change thisdir.
 
66451
-    if test \"x\$destdir\" != \"x\$file\"; then
 
66452
-      case \"\$destdir\" in
 
66453
-      [\\\\/]* | [A-Za-z]:[\\\\/]*) thisdir=\"\$destdir\" ;;
 
66454
-      *) thisdir=\"\$thisdir/\$destdir\" ;;
 
66455
+      # Now set the variables for building old libraries.
 
66456
+      build_libtool_libs=no
 
66457
+      oldlibs="$output"
 
66458
+      objs="$objs$old_deplibs"
 
66459
+      ;;
 
66460
+
 
66461
+    lib)
 
66462
+      # Make sure we only generate libraries of the form `libNAME.la'.
 
66463
+      case $outputname in
 
66464
+      lib*)
 
66465
+       func_stripname 'lib' '.la' "$outputname"
 
66466
+       name=$func_stripname_result
 
66467
+       eval shared_ext=\"$shrext_cmds\"
 
66468
+       eval libname=\"$libname_spec\"
 
66469
+       ;;
 
66470
+      *)
 
66471
+       test "$module" = no && \
 
66472
+         func_fatal_help "libtool library \`$output' must begin with \`lib'"
 
66473
+
 
66474
+       if test "$need_lib_prefix" != no; then
 
66475
+         # Add the "lib" prefix for modules if required
 
66476
+         func_stripname '' '.la' "$outputname"
 
66477
+         name=$func_stripname_result
 
66478
+         eval shared_ext=\"$shrext_cmds\"
 
66479
+         eval libname=\"$libname_spec\"
 
66480
+       else
 
66481
+         func_stripname '' '.la' "$outputname"
 
66482
+         libname=$func_stripname_result
 
66483
+       fi
 
66484
+       ;;
 
66485
       esac
 
66486
+
 
66487
+      if test -n "$objs"; then
 
66488
+       if test "$deplibs_check_method" != pass_all; then
 
66489
+         func_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs"
 
66490
+       else
 
66491
+         $ECHO
 
66492
+         $ECHO "*** Warning: Linking the shared library $output against the non-libtool"
 
66493
+         $ECHO "*** objects $objs is not portable!"
 
66494
+         libobjs="$libobjs $objs"
 
66495
+       fi
 
66496
+      fi
 
66497
+
 
66498
+      test "$dlself" != no && \
 
66499
+       func_warning "\`-dlopen self' is ignored for libtool libraries"
 
66500
+
 
66501
+      set dummy $rpath
 
66502
+      shift
 
66503
+      test "$#" -gt 1 && \
 
66504
+       func_warning "ignoring multiple \`-rpath's for a libtool library"
 
66505
+
 
66506
+      install_libdir="$1"
 
66507
+
 
66508
+      oldlibs=
 
66509
+      if test -z "$rpath"; then
 
66510
+       if test "$build_libtool_libs" = yes; then
 
66511
+         # Building a libtool convenience library.
 
66512
+         # Some compilers have problems with a `.al' extension so
 
66513
+         # convenience libraries should have the same extension an
 
66514
+         # archive normally would.
 
66515
+         oldlibs="$output_objdir/$libname.$libext $oldlibs"
 
66516
+         build_libtool_libs=convenience
 
66517
+         build_old_libs=yes
 
66518
+       fi
 
66519
+
 
66520
+       test -n "$vinfo" && \
 
66521
+         func_warning "\`-version-info/-version-number' is ignored for convenience libraries"
 
66522
+
 
66523
+       test -n "$release" && \
 
66524
+         func_warning "\`-release' is ignored for convenience libraries"
 
66525
+      else
 
66526
+
 
66527
+       # Parse the version information argument.
 
66528
+       save_ifs="$IFS"; IFS=':'
 
66529
+       set dummy $vinfo 0 0 0
 
66530
+       shift
 
66531
+       IFS="$save_ifs"
 
66532
+
 
66533
+       test -n "$7" && \
 
66534
+         func_fatal_help "too many parameters to \`-version-info'"
 
66535
+
 
66536
+       # convert absolute version numbers to libtool ages
 
66537
+       # this retains compatibility with .la files and attempts
 
66538
+       # to make the code below a bit more comprehensible
 
66539
+
 
66540
+       case $vinfo_number in
 
66541
+       yes)
 
66542
+         number_major="$1"
 
66543
+         number_minor="$2"
 
66544
+         number_revision="$3"
 
66545
+         #
 
66546
+         # There are really only two kinds -- those that
 
66547
+         # use the current revision as the major version
 
66548
+         # and those that subtract age and use age as
 
66549
+         # a minor version.  But, then there is irix
 
66550
+         # which has an extra 1 added just for fun
 
66551
+         #
 
66552
+         case $version_type in
 
66553
+         darwin|linux|osf|windows|none)
 
66554
+           func_arith $number_major + $number_minor
 
66555
+           current=$func_arith_result
 
66556
+           age="$number_minor"
 
66557
+           revision="$number_revision"
 
66558
+           ;;
 
66559
+         freebsd-aout|freebsd-elf|sunos)
 
66560
+           current="$number_major"
 
66561
+           revision="$number_minor"
 
66562
+           age="0"
 
66563
+           ;;
 
66564
+         irix|nonstopux)
 
66565
+           func_arith $number_major + $number_minor
 
66566
+           current=$func_arith_result
 
66567
+           age="$number_minor"
 
66568
+           revision="$number_minor"
 
66569
+           lt_irix_increment=no
 
66570
+           ;;
 
66571
+         *)
 
66572
+           func_fatal_configuration "$modename: unknown library version type \`$version_type'"
 
66573
+           ;;
 
66574
+         esac
 
66575
+         ;;
 
66576
+       no)
 
66577
+         current="$1"
 
66578
+         revision="$2"
 
66579
+         age="$3"
 
66580
+         ;;
 
66581
+       esac
 
66582
+
 
66583
+       # Check that each of the things are valid numbers.
 
66584
+       case $current in
 
66585
+       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]) ;;
 
66586
+       *)
 
66587
+         func_error "CURRENT \`$current' must be a nonnegative integer"
 
66588
+         func_fatal_error "\`$vinfo' is not valid version information"
 
66589
+         ;;
 
66590
+       esac
 
66591
+
 
66592
+       case $revision in
 
66593
+       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]) ;;
 
66594
+       *)
 
66595
+         func_error "REVISION \`$revision' must be a nonnegative integer"
 
66596
+         func_fatal_error "\`$vinfo' is not valid version information"
 
66597
+         ;;
 
66598
+       esac
 
66599
+
 
66600
+       case $age in
 
66601
+       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]) ;;
 
66602
+       *)
 
66603
+         func_error "AGE \`$age' must be a nonnegative integer"
 
66604
+         func_fatal_error "\`$vinfo' is not valid version information"
 
66605
+         ;;
 
66606
+       esac
 
66607
+
 
66608
+       if test "$age" -gt "$current"; then
 
66609
+         func_error "AGE \`$age' is greater than the current interface number \`$current'"
 
66610
+         func_fatal_error "\`$vinfo' is not valid version information"
 
66611
+       fi
 
66612
+
 
66613
+       # Calculate the version variables.
 
66614
+       major=
 
66615
+       versuffix=
 
66616
+       verstring=
 
66617
+       case $version_type in
 
66618
+       none) ;;
 
66619
+
 
66620
+       darwin)
 
66621
+         # Like Linux, but with the current version available in
 
66622
+         # verstring for coding it into the library header
 
66623
+         func_arith $current - $age
 
66624
+         major=.$func_arith_result
 
66625
+         versuffix="$major.$age.$revision"
 
66626
+         # Darwin ld doesn't like 0 for these options...
 
66627
+         func_arith $current + 1
 
66628
+         minor_current=$func_arith_result
 
66629
+         xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision"
 
66630
+         verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
 
66631
+         ;;
 
66632
+
 
66633
+       freebsd-aout)
 
66634
+         major=".$current"
 
66635
+         versuffix=".$current.$revision";
 
66636
+         ;;
 
66637
+
 
66638
+       freebsd-elf)
 
66639
+         major=".$current"
 
66640
+         versuffix=".$current"
 
66641
+         ;;
 
66642
+
 
66643
+       irix | nonstopux)
 
66644
+         if test "X$lt_irix_increment" = "Xno"; then
 
66645
+           func_arith $current - $age
 
66646
+         else
 
66647
+           func_arith $current - $age + 1
 
66648
+         fi
 
66649
+         major=$func_arith_result
 
66650
+
 
66651
+         case $version_type in
 
66652
+           nonstopux) verstring_prefix=nonstopux ;;
 
66653
+           *)         verstring_prefix=sgi ;;
 
66654
+         esac
 
66655
+         verstring="$verstring_prefix$major.$revision"
 
66656
+
 
66657
+         # Add in all the interfaces that we are compatible with.
 
66658
+         loop=$revision
 
66659
+         while test "$loop" -ne 0; do
 
66660
+           func_arith $revision - $loop
 
66661
+           iface=$func_arith_result
 
66662
+           func_arith $loop - 1
 
66663
+           loop=$func_arith_result
 
66664
+           verstring="$verstring_prefix$major.$iface:$verstring"
 
66665
+         done
 
66666
+
 
66667
+         # Before this point, $major must not contain `.'.
 
66668
+         major=.$major
 
66669
+         versuffix="$major.$revision"
 
66670
+         ;;
 
66671
+
 
66672
+       linux)
 
66673
+         func_arith $current - $age
 
66674
+         major=.$func_arith_result
 
66675
+         versuffix="$major.$age.$revision"
 
66676
+         ;;
 
66677
+
 
66678
+       osf)
 
66679
+         func_arith $current - $age
 
66680
+         major=.$func_arith_result
 
66681
+         versuffix=".$current.$age.$revision"
 
66682
+         verstring="$current.$age.$revision"
 
66683
+
 
66684
+         # Add in all the interfaces that we are compatible with.
 
66685
+         loop=$age
 
66686
+         while test "$loop" -ne 0; do
 
66687
+           func_arith $current - $loop
 
66688
+           iface=$func_arith_result
 
66689
+           func_arith $loop - 1
 
66690
+           loop=$func_arith_result
 
66691
+           verstring="$verstring:${iface}.0"
 
66692
+         done
 
66693
+
 
66694
+         # Make executables depend on our current version.
 
66695
+         verstring="$verstring:${current}.0"
 
66696
+         ;;
 
66697
+
 
66698
+       qnx)
 
66699
+         major=".$current"
 
66700
+         versuffix=".$current"
 
66701
+         ;;
 
66702
+
 
66703
+       sunos)
 
66704
+         major=".$current"
 
66705
+         versuffix=".$current.$revision"
 
66706
+         ;;
 
66707
+
 
66708
+       windows)
 
66709
+         # Use '-' rather than '.', since we only want one
 
66710
+         # extension on DOS 8.3 filesystems.
 
66711
+         func_arith $current - $age
 
66712
+         major=$func_arith_result
 
66713
+         versuffix="-$major"
 
66714
+         ;;
 
66715
+
 
66716
+       *)
 
66717
+         func_fatal_configuration "unknown library version type \`$version_type'"
 
66718
+         ;;
 
66719
+       esac
 
66720
+
 
66721
+       # Clear the version info if we defaulted, and they specified a release.
 
66722
+       if test -z "$vinfo" && test -n "$release"; then
 
66723
+         major=
 
66724
+         case $version_type in
 
66725
+         darwin)
 
66726
+           # we can't check for "0.0" in archive_cmds due to quoting
 
66727
+           # problems, so we reset it completely
 
66728
+           verstring=
 
66729
+           ;;
 
66730
+         *)
 
66731
+           verstring="0.0"
 
66732
+           ;;
 
66733
+         esac
 
66734
+         if test "$need_version" = no; then
 
66735
+           versuffix=
 
66736
+         else
 
66737
+           versuffix=".0.0"
 
66738
+         fi
 
66739
+       fi
 
66740
+
 
66741
+       # Remove version info from name if versioning should be avoided
 
66742
+       if test "$avoid_version" = yes && test "$need_version" = no; then
 
66743
+         major=
 
66744
+         versuffix=
 
66745
+         verstring=""
 
66746
+       fi
 
66747
+
 
66748
+       # Check to see if the archive will have undefined symbols.
 
66749
+       if test "$allow_undefined" = yes; then
 
66750
+         if test "$allow_undefined_flag" = unsupported; then
 
66751
+           func_warning "undefined symbols not allowed in $host shared libraries"
 
66752
+           build_libtool_libs=no
 
66753
+           build_old_libs=yes
 
66754
+         fi
 
66755
+       else
 
66756
+         # Don't allow undefined symbols.
 
66757
+         allow_undefined_flag="$no_undefined_flag"
 
66758
+       fi
 
66759
+
 
66760
+      fi
 
66761
+
 
66762
+      func_generate_dlsyms "$libname" "$libname" "yes"
 
66763
+      libobjs="$libobjs $symfileobj"
 
66764
+      test "X$libobjs" = "X " && libobjs=
 
66765
+
 
66766
+      if test "$mode" != relink; then
 
66767
+       # Remove our outputs, but don't remove object files since they
 
66768
+       # may have been created when compiling PIC objects.
 
66769
+       removelist=
 
66770
+       tempremovelist=`$ECHO "$output_objdir/*"`
 
66771
+       for p in $tempremovelist; do
 
66772
+         case $p in
 
66773
+           *.$objext)
 
66774
+              ;;
 
66775
+           $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*)
 
66776
+              if test "X$precious_files_regex" != "X"; then
 
66777
+                if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1
 
66778
+                then
 
66779
+                  continue
 
66780
+                fi
 
66781
+              fi
 
66782
+              removelist="$removelist $p"
 
66783
+              ;;
 
66784
+           *) ;;
 
66785
+         esac
 
66786
+       done
 
66787
+       test -n "$removelist" && \
 
66788
+         func_show_eval "${RM}r \$removelist"
 
66789
+      fi
 
66790
+
 
66791
+      # Now set the variables for building old libraries.
 
66792
+      if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then
 
66793
+       oldlibs="$oldlibs $output_objdir/$libname.$libext"
 
66794
+
 
66795
+       # Transform .lo files to .o files.
 
66796
+       oldobjs="$objs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
 
66797
+      fi
 
66798
+
 
66799
+      # Eliminate all temporary directories.
 
66800
+      #for path in $notinst_path; do
 
66801
+      #        lib_search_path=`$ECHO "X$lib_search_path " | $Xsed -e "s% $path % %g"`
 
66802
+      #        deplibs=`$ECHO "X$deplibs " | $Xsed -e "s% -L$path % %g"`
 
66803
+      #        dependency_libs=`$ECHO "X$dependency_libs " | $Xsed -e "s% -L$path % %g"`
 
66804
+      #done
 
66805
+
 
66806
+      if test -n "$xrpath"; then
 
66807
+       # If the user specified any rpath flags, then add them.
 
66808
+       temp_xrpath=
 
66809
+       for libdir in $xrpath; do
 
66810
+         temp_xrpath="$temp_xrpath -R$libdir"
 
66811
+         case "$finalize_rpath " in
 
66812
+         *" $libdir "*) ;;
 
66813
+         *) finalize_rpath="$finalize_rpath $libdir" ;;
 
66814
+         esac
 
66815
+       done
 
66816
+       if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then
 
66817
+         dependency_libs="$temp_xrpath $dependency_libs"
 
66818
+       fi
 
66819
+      fi
 
66820
+
 
66821
+      # Make sure dlfiles contains only unique files that won't be dlpreopened
 
66822
+      old_dlfiles="$dlfiles"
 
66823
+      dlfiles=
 
66824
+      for lib in $old_dlfiles; do
 
66825
+       case " $dlprefiles $dlfiles " in
 
66826
+       *" $lib "*) ;;
 
66827
+       *) dlfiles="$dlfiles $lib" ;;
 
66828
+       esac
 
66829
+      done
 
66830
+
 
66831
+      # Make sure dlprefiles contains only unique files
 
66832
+      old_dlprefiles="$dlprefiles"
 
66833
+      dlprefiles=
 
66834
+      for lib in $old_dlprefiles; do
 
66835
+       case "$dlprefiles " in
 
66836
+       *" $lib "*) ;;
 
66837
+       *) dlprefiles="$dlprefiles $lib" ;;
 
66838
+       esac
 
66839
+      done
 
66840
+
 
66841
+      if test "$build_libtool_libs" = yes; then
 
66842
+       if test -n "$rpath"; then
 
66843
+         case $host in
 
66844
+         *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos*)
 
66845
+           # these systems don't actually have a c library (as such)!
 
66846
+           ;;
 
66847
+         *-*-rhapsody* | *-*-darwin1.[012])
 
66848
+           # Rhapsody C library is in the System framework
 
66849
+           deplibs="$deplibs System.ltframework"
 
66850
+           ;;
 
66851
+         *-*-netbsd*)
 
66852
+           # Don't link with libc until the a.out ld.so is fixed.
 
66853
+           ;;
 
66854
+         *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
 
66855
+           # Do not include libc due to us having libc/libc_r.
 
66856
+           ;;
 
66857
+         *-*-sco3.2v5* | *-*-sco5v6*)
 
66858
+           # Causes problems with __ctype
 
66859
+           ;;
 
66860
+         *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
 
66861
+           # Compiler inserts libc in the correct place for threads to work
 
66862
+           ;;
 
66863
+         *)
 
66864
+           # Add libc to deplibs on all other systems if necessary.
 
66865
+           if test "$build_libtool_need_lc" = "yes"; then
 
66866
+             deplibs="$deplibs -lc"
 
66867
+           fi
 
66868
+           ;;
 
66869
+         esac
 
66870
+       fi
 
66871
+
 
66872
+       # Transform deplibs into only deplibs that can be linked in shared.
 
66873
+       name_save=$name
 
66874
+       libname_save=$libname
 
66875
+       release_save=$release
 
66876
+       versuffix_save=$versuffix
 
66877
+       major_save=$major
 
66878
+       # I'm not sure if I'm treating the release correctly.  I think
 
66879
+       # release should show up in the -l (ie -lgmp5) so we don't want to
 
66880
+       # add it in twice.  Is that correct?
 
66881
+       release=""
 
66882
+       versuffix=""
 
66883
+       major=""
 
66884
+       newdeplibs=
 
66885
+       droppeddeps=no
 
66886
+       case $deplibs_check_method in
 
66887
+       pass_all)
 
66888
+         # Don't check for shared/static.  Everything works.
 
66889
+         # This might be a little naive.  We might want to check
 
66890
+         # whether the library exists or not.  But this is on
 
66891
+         # osf3 & osf4 and I'm not really sure... Just
 
66892
+         # implementing what was already the behavior.
 
66893
+         newdeplibs=$deplibs
 
66894
+         ;;
 
66895
+       test_compile)
 
66896
+         # This code stresses the "libraries are programs" paradigm to its
 
66897
+         # limits. Maybe even breaks it.  We compile a program, linking it
 
66898
+         # against the deplibs as a proxy for the library.  Then we can check
 
66899
+         # whether they linked in statically or dynamically with ldd.
 
66900
+         $opt_dry_run || $RM conftest.c
 
66901
+         cat > conftest.c <<EOF
 
66902
+         int main() { return 0; }
 
66903
+EOF
 
66904
+         $opt_dry_run || $RM conftest
 
66905
+         if $LTCC $LTCFLAGS -o conftest conftest.c $deplibs; then
 
66906
+           ldd_output=`ldd conftest`
 
66907
+           for i in $deplibs; do
 
66908
+             case $i in
 
66909
+             -l*)
 
66910
+               func_stripname -l '' "$i"
 
66911
+               name=$func_stripname_result
 
66912
+               if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
 
66913
+                 case " $predeps $postdeps " in
 
66914
+                 *" $i "*)
 
66915
+                   newdeplibs="$newdeplibs $i"
 
66916
+                   i=""
 
66917
+                   ;;
 
66918
+                 esac
 
66919
+               fi
 
66920
+               if test -n "$i" ; then
 
66921
+                 libname=`eval "\\$ECHO \"$libname_spec\""`
 
66922
+                 deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
 
66923
+                 set dummy $deplib_matches; shift
 
66924
+                 deplib_match=$1
 
66925
+                 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
 
66926
+                   newdeplibs="$newdeplibs $i"
 
66927
+                 else
 
66928
+                   droppeddeps=yes
 
66929
+                   $ECHO
 
66930
+                   $ECHO "*** Warning: dynamic linker does not accept needed library $i."
 
66931
+                   $ECHO "*** I have the capability to make that library automatically link in when"
 
66932
+                   $ECHO "*** you link to this library.  But I can only do this if you have a"
 
66933
+                   $ECHO "*** shared version of the library, which I believe you do not have"
 
66934
+                   $ECHO "*** because a test_compile did reveal that the linker did not use it for"
 
66935
+                   $ECHO "*** its dynamic dependency list that programs get resolved with at runtime."
 
66936
+                 fi
 
66937
+               fi
 
66938
+               ;;
 
66939
+             *)
 
66940
+               newdeplibs="$newdeplibs $i"
 
66941
+               ;;
 
66942
+             esac
 
66943
+           done
 
66944
+         else
 
66945
+           # Error occurred in the first compile.  Let's try to salvage
 
66946
+           # the situation: Compile a separate program for each library.
 
66947
+           for i in $deplibs; do
 
66948
+             case $i in
 
66949
+             -l*)
 
66950
+               func_stripname -l '' "$i"
 
66951
+               name=$func_stripname_result
 
66952
+               $opt_dry_run || $RM conftest
 
66953
+               if $LTCC $LTCFLAGS -o conftest conftest.c $i; then
 
66954
+                 ldd_output=`ldd conftest`
 
66955
+                 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
 
66956
+                   case " $predeps $postdeps " in
 
66957
+                   *" $i "*)
 
66958
+                     newdeplibs="$newdeplibs $i"
 
66959
+                     i=""
 
66960
+                     ;;
 
66961
+                   esac
 
66962
+                 fi
 
66963
+                 if test -n "$i" ; then
 
66964
+                   libname=`eval "\\$ECHO \"$libname_spec\""`
 
66965
+                   deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
 
66966
+                   set dummy $deplib_matches; shift
 
66967
+                   deplib_match=$1
 
66968
+                   if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
 
66969
+                     newdeplibs="$newdeplibs $i"
 
66970
+                   else
 
66971
+                     droppeddeps=yes
 
66972
+                     $ECHO
 
66973
+                     $ECHO "*** Warning: dynamic linker does not accept needed library $i."
 
66974
+                     $ECHO "*** I have the capability to make that library automatically link in when"
 
66975
+                     $ECHO "*** you link to this library.  But I can only do this if you have a"
 
66976
+                     $ECHO "*** shared version of the library, which you do not appear to have"
 
66977
+                     $ECHO "*** because a test_compile did reveal that the linker did not use this one"
 
66978
+                     $ECHO "*** as a dynamic dependency that programs can get resolved with at runtime."
 
66979
+                   fi
 
66980
+                 fi
 
66981
+               else
 
66982
+                 droppeddeps=yes
 
66983
+                 $ECHO
 
66984
+                 $ECHO "*** Warning!  Library $i is needed by this library but I was not able to"
 
66985
+                 $ECHO "*** make it link in!  You will probably need to install it or some"
 
66986
+                 $ECHO "*** library that it depends on before this library will be fully"
 
66987
+                 $ECHO "*** functional.  Installing it before continuing would be even better."
 
66988
+               fi
 
66989
+               ;;
 
66990
+             *)
 
66991
+               newdeplibs="$newdeplibs $i"
 
66992
+               ;;
 
66993
+             esac
 
66994
+           done
 
66995
+         fi
 
66996
+         ;;
 
66997
+       file_magic*)
 
66998
+         set dummy $deplibs_check_method; shift
 
66999
+         file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
 
67000
+         for a_deplib in $deplibs; do
 
67001
+           case $a_deplib in
 
67002
+           -l*)
 
67003
+             func_stripname -l '' "$a_deplib"
 
67004
+             name=$func_stripname_result
 
67005
+             if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
 
67006
+               case " $predeps $postdeps " in
 
67007
+               *" $a_deplib "*)
 
67008
+                 newdeplibs="$newdeplibs $a_deplib"
 
67009
+                 a_deplib=""
 
67010
+                 ;;
 
67011
+               esac
 
67012
+             fi
 
67013
+             if test -n "$a_deplib" ; then
 
67014
+               libname=`eval "\\$ECHO \"$libname_spec\""`
 
67015
+               for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
 
67016
+                 potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
 
67017
+                 for potent_lib in $potential_libs; do
 
67018
+                     # Follow soft links.
 
67019
+                     if ls -lLd "$potent_lib" 2>/dev/null |
 
67020
+                        $GREP " -> " >/dev/null; then
 
67021
+                       continue
 
67022
+                     fi
 
67023
+                     # The statement above tries to avoid entering an
 
67024
+                     # endless loop below, in case of cyclic links.
 
67025
+                     # We might still enter an endless loop, since a link
 
67026
+                     # loop can be closed while we follow links,
 
67027
+                     # but so what?
 
67028
+                     potlib="$potent_lib"
 
67029
+                     while test -h "$potlib" 2>/dev/null; do
 
67030
+                       potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
 
67031
+                       case $potliblink in
 
67032
+                       [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
 
67033
+                       *) potlib=`$ECHO "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
 
67034
+                       esac
 
67035
+                     done
 
67036
+                     if eval $file_magic_cmd \"\$potlib\" 2>/dev/null |
 
67037
+                        $SED -e 10q |
 
67038
+                        $EGREP "$file_magic_regex" > /dev/null; then
 
67039
+                       newdeplibs="$newdeplibs $a_deplib"
 
67040
+                       a_deplib=""
 
67041
+                       break 2
 
67042
+                     fi
 
67043
+                 done
 
67044
+               done
 
67045
+             fi
 
67046
+             if test -n "$a_deplib" ; then
 
67047
+               droppeddeps=yes
 
67048
+               $ECHO
 
67049
+               $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
 
67050
+               $ECHO "*** I have the capability to make that library automatically link in when"
 
67051
+               $ECHO "*** you link to this library.  But I can only do this if you have a"
 
67052
+               $ECHO "*** shared version of the library, which you do not appear to have"
 
67053
+               $ECHO "*** because I did check the linker path looking for a file starting"
 
67054
+               if test -z "$potlib" ; then
 
67055
+                 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
 
67056
+               else
 
67057
+                 $ECHO "*** with $libname and none of the candidates passed a file format test"
 
67058
+                 $ECHO "*** using a file magic. Last file checked: $potlib"
 
67059
+               fi
 
67060
+             fi
 
67061
+             ;;
 
67062
+           *)
 
67063
+             # Add a -L argument.
 
67064
+             newdeplibs="$newdeplibs $a_deplib"
 
67065
+          ;;
 
67066
+        esac
 
67067
+         done # Gone through all deplibs.
 
67068
+         ;;
 
67069
+       match_pattern*)
 
67070
+         set dummy $deplibs_check_method; shift
 
67071
+         match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
 
67072
+         for a_deplib in $deplibs; do
 
67073
+           case $a_deplib in
 
67074
+           -l*)
 
67075
+             func_stripname -l '' "$a_deplib"
 
67076
+             name=$func_stripname_result
 
67077
+             if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
 
67078
+               case " $predeps $postdeps " in
 
67079
+               *" $a_deplib "*)
 
67080
+                 newdeplibs="$newdeplibs $a_deplib"
 
67081
+                 a_deplib=""
 
67082
+                 ;;
 
67083
+               esac
 
67084
+             fi
 
67085
+             if test -n "$a_deplib" ; then
 
67086
+               libname=`eval "\\$ECHO \"$libname_spec\""`
 
67087
+               for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
 
67088
+                 potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
 
67089
+                 for potent_lib in $potential_libs; do
 
67090
+                   potlib="$potent_lib" # see symlink-check above in file_magic test
 
67091
+                   if eval "\$ECHO \"X$potent_lib\"" 2>/dev/null | $Xsed -e 10q | \
 
67092
+                      $EGREP "$match_pattern_regex" > /dev/null; then
 
67093
+                     newdeplibs="$newdeplibs $a_deplib"
 
67094
+                     a_deplib=""
 
67095
+                     break 2
 
67096
+                   fi
 
67097
+                 done
 
67098
+               done
 
67099
+             fi
 
67100
+             if test -n "$a_deplib" ; then
 
67101
+               droppeddeps=yes
 
67102
+               $ECHO
 
67103
+               $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
 
67104
+               $ECHO "*** I have the capability to make that library automatically link in when"
 
67105
+               $ECHO "*** you link to this library.  But I can only do this if you have a"
 
67106
+               $ECHO "*** shared version of the library, which you do not appear to have"
 
67107
+               $ECHO "*** because I did check the linker path looking for a file starting"
 
67108
+               if test -z "$potlib" ; then
 
67109
+                 $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
 
67110
+    else
 
67111
+                 $ECHO "*** with $libname and none of the candidates passed a file format test"
 
67112
+                 $ECHO "*** using a regex pattern. Last file checked: $potlib"
 
67113
+    fi
 
67114
+             fi
 
67115
+             ;;
 
67116
+           *)
 
67117
+             # Add a -L argument.
 
67118
+             newdeplibs="$newdeplibs $a_deplib"
 
67119
+             ;;
 
67120
+      esac
 
67121
+         done # Gone through all deplibs.
 
67122
+         ;;
 
67123
+       none | unknown | *)
 
67124
+         newdeplibs=""
 
67125
+         tmp_deplibs=`$ECHO "X $deplibs" | $Xsed \
 
67126
+             -e 's/ -lc$//' -e 's/ -[LR][^ ]*//g'`
 
67127
+         if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
 
67128
+           for i in $predeps $postdeps ; do
 
67129
+             # can't use Xsed below, because $i might contain '/'
 
67130
+             tmp_deplibs=`$ECHO "X $tmp_deplibs" | $Xsed -e "s,$i,,"`
 
67131
+           done
 
67132
+         fi
 
67133
+         if $ECHO "X $tmp_deplibs" | $Xsed -e 's/[      ]//g' |
 
67134
+            $GREP . >/dev/null; then
 
67135
+           $ECHO
 
67136
+           if test "X$deplibs_check_method" = "Xnone"; then
 
67137
+             $ECHO "*** Warning: inter-library dependencies are not supported in this platform."
 
67138
+           else
 
67139
+             $ECHO "*** Warning: inter-library dependencies are not known to be supported."
 
67140
     fi
 
67141
+           $ECHO "*** All declared inter-library dependencies are being dropped."
 
67142
+           droppeddeps=yes
 
67143
+         fi
 
67144
+         ;;
 
67145
+       esac
 
67146
+       versuffix=$versuffix_save
 
67147
+       major=$major_save
 
67148
+       release=$release_save
 
67149
+       libname=$libname_save
 
67150
+       name=$name_save
 
67151
 
 
67152
-    file=\`\$echo \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
 
67153
-    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
 
67154
-  done
 
67155
+       case $host in
 
67156
+       *-*-rhapsody* | *-*-darwin1.[012])
 
67157
+         # On Rhapsody replace the C library with the System framework
 
67158
+         newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
 
67159
+         ;;
 
67160
+       esac
 
67161
 
 
67162
-  # Try to get the absolute directory name.
 
67163
-  absdir=\`cd \"\$thisdir\" && pwd\`
 
67164
-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
 
67165
-"
 
67166
+       if test "$droppeddeps" = yes; then
 
67167
+         if test "$module" = yes; then
 
67168
+           $ECHO
 
67169
+           $ECHO "*** Warning: libtool could not satisfy all declared inter-library"
 
67170
+           $ECHO "*** dependencies of module $libname.  Therefore, libtool will create"
 
67171
+           $ECHO "*** a static module, that should work as long as the dlopening"
 
67172
+           $ECHO "*** application is linked with the -dlopen flag."
 
67173
+           if test -z "$global_symbol_pipe"; then
 
67174
+             $ECHO
 
67175
+             $ECHO "*** However, this would only work if libtool was able to extract symbol"
 
67176
+             $ECHO "*** lists from a program, using \`nm' or equivalent, but libtool could"
 
67177
+             $ECHO "*** not find such a program.  So, this module is probably useless."
 
67178
+             $ECHO "*** \`nm' from GNU binutils and a full rebuild may help."
 
67179
+           fi
 
67180
+           if test "$build_old_libs" = no; then
 
67181
+             oldlibs="$output_objdir/$libname.$libext"
 
67182
+             build_libtool_libs=module
 
67183
+             build_old_libs=yes
 
67184
+           else
 
67185
+             build_libtool_libs=no
 
67186
+           fi
 
67187
+         else
 
67188
+           $ECHO "*** The inter-library dependencies that have been dropped here will be"
 
67189
+           $ECHO "*** automatically added whenever a program is linked with this library"
 
67190
+           $ECHO "*** or is declared to -dlopen it."
 
67191
 
 
67192
-       if test "$fast_install" = yes; then
 
67193
-         $echo >> $output "\
 
67194
-  program=lt-'$outputname'$exeext
 
67195
-  progdir=\"\$thisdir/$objdir\"
 
67196
+           if test "$allow_undefined" = no; then
 
67197
+             $ECHO
 
67198
+             $ECHO "*** Since this library must not contain undefined symbols,"
 
67199
+             $ECHO "*** because either the platform does not support them or"
 
67200
+             $ECHO "*** it was explicitly requested with -no-undefined,"
 
67201
+             $ECHO "*** libtool will only create a static version of it."
 
67202
+             if test "$build_old_libs" = no; then
 
67203
+               oldlibs="$output_objdir/$libname.$libext"
 
67204
+               build_libtool_libs=module
 
67205
+               build_old_libs=yes
 
67206
+             else
 
67207
+               build_libtool_libs=no
 
67208
+             fi
 
67209
+           fi
 
67210
+         fi
 
67211
+       fi
 
67212
+       # Done checking deplibs!
 
67213
+       deplibs=$newdeplibs
 
67214
+      fi
 
67215
+      # Time to change all our "foo.ltframework" stuff back to "-framework foo"
 
67216
+      case $host in
 
67217
+       *-*-darwin*)
 
67218
+         newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
 
67219
+         new_inherited_linker_flags=`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
 
67220
+         deplibs=`$ECHO "X $deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
 
67221
+         ;;
 
67222
+      esac
 
67223
 
 
67224
-  if test ! -f \"\$progdir/\$program\" || \\
 
67225
-     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
 
67226
-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
 
67227
+      # move library search paths that coincide with paths to not yet
 
67228
+      # installed libraries to the beginning of the library search list
 
67229
+      new_libs=
 
67230
+      for path in $notinst_path; do
 
67231
+       case " $new_libs " in
 
67232
+       *" -L$path/$objdir "*) ;;
 
67233
+       *)
 
67234
+         case " $deplibs " in
 
67235
+         *" -L$path/$objdir "*)
 
67236
+           new_libs="$new_libs -L$path/$objdir" ;;
 
67237
+         esac
 
67238
+         ;;
 
67239
+       esac
 
67240
+      done
 
67241
+      for deplib in $deplibs; do
 
67242
+       case $deplib in
 
67243
+       -L*)
 
67244
+         case " $new_libs " in
 
67245
+         *" $deplib "*) ;;
 
67246
+         *) new_libs="$new_libs $deplib" ;;
 
67247
+         esac
 
67248
+         ;;
 
67249
+       *) new_libs="$new_libs $deplib" ;;
 
67250
+       esac
 
67251
+      done
 
67252
+      deplibs="$new_libs"
 
67253
 
 
67254
-    file=\"\$\$-\$program\"
 
67255
+      # All the library-specific variables (install_libdir is set above).
 
67256
+      library_names=
 
67257
+      old_library=
 
67258
+      dlname=
 
67259
 
 
67260
-    if test ! -d \"\$progdir\"; then
 
67261
-      $mkdir \"\$progdir\"
 
67262
+      # Test again, we may have decided not to build it any more
 
67263
+      if test "$build_libtool_libs" = yes; then
 
67264
+       if test "$hardcode_into_libs" = yes; then
 
67265
+         # Hardcode the library paths
 
67266
+         hardcode_libdirs=
 
67267
+         dep_rpath=
 
67268
+         rpath="$finalize_rpath"
 
67269
+         test "$mode" != relink && rpath="$compile_rpath$rpath"
 
67270
+         for libdir in $rpath; do
 
67271
+           if test -n "$hardcode_libdir_flag_spec"; then
 
67272
+             if test -n "$hardcode_libdir_separator"; then
 
67273
+               if test -z "$hardcode_libdirs"; then
 
67274
+                 hardcode_libdirs="$libdir"
 
67275
     else
 
67276
-      $rm \"\$progdir/\$file\"
 
67277
-    fi"
 
67278
-
 
67279
-         $echo >> $output "\
 
67280
-
 
67281
-    # relink executable if necessary
 
67282
-    if test -n \"\$relink_command\"; then
 
67283
-      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
 
67284
+                 # Just accumulate the unique libdirs.
 
67285
+                 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
 
67286
+                 *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
 
67287
+                   ;;
 
67288
+                 *)
 
67289
+                   hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir"
 
67290
+                   ;;
 
67291
+                 esac
 
67292
+               fi
 
67293
       else
 
67294
-       $echo \"\$relink_command_output\" >&2
 
67295
-       $rm \"\$progdir/\$file\"
 
67296
-       exit $EXIT_FAILURE
 
67297
+               eval flag=\"$hardcode_libdir_flag_spec\"
 
67298
+               dep_rpath="$dep_rpath $flag"
 
67299
+             fi
 
67300
+           elif test -n "$runpath_var"; then
 
67301
+             case "$perm_rpath " in
 
67302
+             *" $libdir "*) ;;
 
67303
+             *) perm_rpath="$perm_rpath $libdir" ;;
 
67304
+             esac
 
67305
+           fi
 
67306
+         done
 
67307
+         # Substitute the hardcoded libdirs into the rpath.
 
67308
+         if test -n "$hardcode_libdir_separator" &&
 
67309
+            test -n "$hardcode_libdirs"; then
 
67310
+           libdir="$hardcode_libdirs"
 
67311
+           if test -n "$hardcode_libdir_flag_spec_ld"; then
 
67312
+             eval dep_rpath=\"$hardcode_libdir_flag_spec_ld\"
 
67313
+           else
 
67314
+             eval dep_rpath=\"$hardcode_libdir_flag_spec\"
 
67315
+           fi
 
67316
+         fi
 
67317
+         if test -n "$runpath_var" && test -n "$perm_rpath"; then
 
67318
+           # We should set the runpath_var.
 
67319
+           rpath=
 
67320
+           for dir in $perm_rpath; do
 
67321
+             rpath="$rpath$dir:"
 
67322
+           done
 
67323
+           eval "$runpath_var='$rpath\$$runpath_var'; export $runpath_var"
 
67324
+         fi
 
67325
+         test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs"
 
67326
       fi
 
67327
+
 
67328
+       shlibpath="$finalize_shlibpath"
 
67329
+       test "$mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
 
67330
+       if test -n "$shlibpath"; then
 
67331
+         eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
 
67332
     fi
 
67333
 
 
67334
-    $mv \"\$progdir/\$file\" \"\$progdir/\$program\" 2>/dev/null ||
 
67335
-    { $rm \"\$progdir/\$program\";
 
67336
-      $mv \"\$progdir/\$file\" \"\$progdir/\$program\"; }
 
67337
-    $rm \"\$progdir/\$file\"
 
67338
-  fi"
 
67339
+       # Get the real and link names of the library.
 
67340
+       eval shared_ext=\"$shrext_cmds\"
 
67341
+       eval library_names=\"$library_names_spec\"
 
67342
+       set dummy $library_names
 
67343
+       shift
 
67344
+       realname="$1"
 
67345
+       shift
 
67346
+
 
67347
+       if test -n "$soname_spec"; then
 
67348
+         eval soname=\"$soname_spec\"
 
67349
        else
 
67350
-         $echo >> $output "\
 
67351
-  program='$outputname'
 
67352
-  progdir=\"\$thisdir/$objdir\"
 
67353
-"
 
67354
+         soname="$realname"
 
67355
+       fi
 
67356
+       if test -z "$dlname"; then
 
67357
+         dlname=$soname
 
67358
        fi
 
67359
 
 
67360
-       $echo >> $output "\
 
67361
-
 
67362
-  if test -f \"\$progdir/\$program\"; then"
 
67363
-
 
67364
-       # Export our shlibpath_var if we have one.
 
67365
-       if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
 
67366
-         $echo >> $output "\
 
67367
-    # Add our own library path to $shlibpath_var
 
67368
-    $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
 
67369
+       lib="$output_objdir/$realname"
 
67370
+       linknames=
 
67371
+       for link
 
67372
+       do
 
67373
+         linknames="$linknames $link"
 
67374
+       done
 
67375
 
 
67376
-    # Some systems cannot cope with colon-terminated $shlibpath_var
 
67377
-    # The second colon is a workaround for a bug in BeOS R4 sed
 
67378
-    $shlibpath_var=\`\$echo \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
 
67379
+       # Use standard objects if they are pic
 
67380
+       test -z "$pic_flag" && libobjs=`$ECHO "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
 
67381
+       test "X$libobjs" = "X " && libobjs=
 
67382
 
 
67383
-    export $shlibpath_var
 
67384
-"
 
67385
+       delfiles=
 
67386
+       if test -n "$export_symbols" && test -n "$include_expsyms"; then
 
67387
+         $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp"
 
67388
+         export_symbols="$output_objdir/$libname.uexp"
 
67389
+         delfiles="$delfiles $export_symbols"
 
67390
+       fi
 
67391
+
 
67392
+       orig_export_symbols=
 
67393
+       case $host_os in
 
67394
+       cygwin* | mingw*)
 
67395
+         if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
 
67396
+           # exporting using user supplied symfile
 
67397
+           if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
 
67398
+             # and it's NOT already a .def file. Must figure out
 
67399
+             # which of the given symbols are data symbols and tag
 
67400
+             # them as such. So, trigger use of export_symbols_cmds.
 
67401
+             # export_symbols gets reassigned inside the "prepare
 
67402
+             # the list of exported symbols" if statement, so the
 
67403
+             # include_expsyms logic still works.
 
67404
+             orig_export_symbols="$export_symbols"
 
67405
+             export_symbols=
 
67406
+             always_export_symbols=yes
 
67407
+           fi
 
67408
        fi
 
67409
+         ;;
 
67410
+       esac
 
67411
 
 
67412
-       # fixup the dll searchpath if we need to.
 
67413
-       if test -n "$dllsearchpath"; then
 
67414
-         $echo >> $output "\
 
67415
-    # Add the dll search path components to the executable PATH
 
67416
-    PATH=$dllsearchpath:\$PATH
 
67417
-"
 
67418
+       # Prepare the list of exported symbols
 
67419
+       if test -z "$export_symbols"; then
 
67420
+         if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then
 
67421
+           func_verbose "generating symbol list for \`$libname.la'"
 
67422
+           export_symbols="$output_objdir/$libname.exp"
 
67423
+           $opt_dry_run || $RM $export_symbols
 
67424
+           cmds=$export_symbols_cmds
 
67425
+           save_ifs="$IFS"; IFS='~'
 
67426
+           for cmd in $cmds; do
 
67427
+             IFS="$save_ifs"
 
67428
+             eval cmd=\"$cmd\"
 
67429
+             func_len " $cmd"
 
67430
+             len=$func_len_result
 
67431
+             if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
 
67432
+               func_show_eval "$cmd" 'exit $?'
 
67433
+               skipped_export=false
 
67434
+             else
 
67435
+               # The command line is too long to execute in one step.
 
67436
+               func_verbose "using reloadable object file for export list..."
 
67437
+               skipped_export=:
 
67438
+               # Break out early, otherwise skipped_export may be
 
67439
+               # set to false by a later but shorter cmd.
 
67440
+               break
 
67441
+             fi
 
67442
+           done
 
67443
+           IFS="$save_ifs"
 
67444
+           if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:"; then
 
67445
+             func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
 
67446
+             func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
 
67447
+           fi
 
67448
+         fi
 
67449
        fi
 
67450
 
 
67451
-       $echo >> $output "\
 
67452
-    if test \"\$libtool_execute_magic\" != \"$magic\"; then
 
67453
-      # Run the actual program with our arguments.
 
67454
-"
 
67455
-       case $host in
 
67456
-       # Backslashes separate directories on plain windows
 
67457
-       *-*-mingw | *-*-os2*)
 
67458
-         $echo >> $output "\
 
67459
-      exec \"\$progdir\\\\\$program\" \${1+\"\$@\"}
 
67460
-"
 
67461
-         ;;
 
67462
+       if test -n "$export_symbols" && test -n "$include_expsyms"; then
 
67463
+         tmp_export_symbols="$export_symbols"
 
67464
+         test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols"
 
67465
+         $opt_dry_run || eval '$ECHO "X$include_expsyms" | $Xsed | $SP2NL >> "$tmp_export_symbols"'
 
67466
+       fi
 
67467
+
 
67468
+       if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; then
 
67469
+         # The given exports_symbols file has to be filtered, so filter it.
 
67470
+         func_verbose "filter symbol list for \`$libname.la' to tag DATA exports"
 
67471
+         # FIXME: $output_objdir/$libname.filter potentially contains lots of
 
67472
+         # 's' commands which not all seds can handle. GNU sed should be fine
 
67473
+         # though. Also, the filter scales superlinearly with the number of
 
67474
+         # global variables. join(1) would be nice here, but unfortunately
 
67475
+         # isn't a blessed tool.
 
67476
+         $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter
 
67477
+         delfiles="$delfiles $export_symbols $output_objdir/$libname.filter"
 
67478
+         export_symbols=$output_objdir/$libname.def
 
67479
+         $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
 
67480
+       fi
 
67481
 
 
67482
+       tmp_deplibs=
 
67483
+       for test_deplib in $deplibs; do
 
67484
+         case " $convenience " in
 
67485
+         *" $test_deplib "*) ;;
 
67486
        *)
 
67487
-         $echo >> $output "\
 
67488
-      exec \"\$progdir/\$program\" \${1+\"\$@\"}
 
67489
-"
 
67490
+           tmp_deplibs="$tmp_deplibs $test_deplib"
 
67491
          ;;
 
67492
        esac
 
67493
-       $echo >> $output "\
 
67494
-      \$echo \"\$0: cannot exec \$program \$*\"
 
67495
-      exit $EXIT_FAILURE
 
67496
+       done
 
67497
+       deplibs="$tmp_deplibs"
 
67498
+
 
67499
+       if test -n "$convenience"; then
 
67500
+         if test -n "$whole_archive_flag_spec" &&
 
67501
+           test "$compiler_needs_object" = yes &&
 
67502
+           test -z "$libobjs"; then
 
67503
+           # extract the archives, so we have objects to list.
 
67504
+           # TODO: could optimize this to just extract one archive.
 
67505
+           whole_archive_flag_spec=
 
67506
     fi
 
67507
+         if test -n "$whole_archive_flag_spec"; then
 
67508
+           save_libobjs=$libobjs
 
67509
+           eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
 
67510
+           test "X$libobjs" = "X " && libobjs=
 
67511
   else
 
67512
-    # The program doesn't exist.
 
67513
-    \$echo \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2
 
67514
-    \$echo \"This script is just a wrapper for \$program.\" 1>&2
 
67515
-    $echo \"See the $PACKAGE documentation for more information.\" 1>&2
 
67516
-    exit $EXIT_FAILURE
 
67517
+           gentop="$output_objdir/${outputname}x"
 
67518
+           generated="$generated $gentop"
 
67519
+
 
67520
+           func_extract_archives $gentop $convenience
 
67521
+           libobjs="$libobjs $func_extract_archives_result"
 
67522
+           test "X$libobjs" = "X " && libobjs=
 
67523
   fi
 
67524
-fi\
 
67525
-"
 
67526
-       chmod +x $output
 
67527
       fi
 
67528
-      exit $EXIT_SUCCESS
 
67529
-      ;;
 
67530
-    esac
 
67531
 
 
67532
-    # See if we need to build an old-fashioned archive.
 
67533
-    for oldlib in $oldlibs; do
 
67534
+       if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
 
67535
+         eval flag=\"$thread_safe_flag_spec\"
 
67536
+         linker_flags="$linker_flags $flag"
 
67537
+       fi
 
67538
+
 
67539
+       # Make a backup of the uninstalled library when relinking
 
67540
+       if test "$mode" = relink; then
 
67541
+         $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $?
 
67542
+       fi
 
67543
 
 
67544
-      if test "$build_libtool_libs" = convenience; then
 
67545
-       oldobjs="$libobjs_save"
 
67546
-       addlibs="$convenience"
 
67547
-       build_libtool_libs=no
 
67548
+       # Do each of the archive commands.
 
67549
+       if test "$module" = yes && test -n "$module_cmds" ; then
 
67550
+         if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
 
67551
+           eval test_cmds=\"$module_expsym_cmds\"
 
67552
+           cmds=$module_expsym_cmds
 
67553
       else
 
67554
-       if test "$build_libtool_libs" = module; then
 
67555
-         oldobjs="$libobjs_save"
 
67556
-         build_libtool_libs=no
 
67557
+           eval test_cmds=\"$module_cmds\"
 
67558
+           cmds=$module_cmds
 
67559
+         fi
 
67560
        else
 
67561
-         oldobjs="$old_deplibs $non_pic_objects"
 
67562
+         if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
 
67563
+           eval test_cmds=\"$archive_expsym_cmds\"
 
67564
+           cmds=$archive_expsym_cmds
 
67565
+         else
 
67566
+           eval test_cmds=\"$archive_cmds\"
 
67567
+           cmds=$archive_cmds
 
67568
        fi
 
67569
-       addlibs="$old_convenience"
 
67570
       fi
 
67571
 
 
67572
-      if test -n "$addlibs"; then
 
67573
-       gentop="$output_objdir/${outputname}x"
 
67574
-       generated="$generated $gentop"
 
67575
+       if test "X$skipped_export" != "X:" &&
 
67576
+          func_len " $test_cmds" &&
 
67577
+          len=$func_len_result &&
 
67578
+          test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
 
67579
+         :
 
67580
+       else
 
67581
+         # The command line is too long to link in one step, link piecewise
 
67582
+         # or, if using GNU ld and skipped_export is not :, use a linker
 
67583
+         # script.
 
67584
 
 
67585
-       func_extract_archives $gentop $addlibs
 
67586
-       oldobjs="$oldobjs $func_extract_archives_result"
 
67587
+         # Save the value of $output and $libobjs because we want to
 
67588
+         # use them later.  If we have whole_archive_flag_spec, we
 
67589
+         # want to use save_libobjs as it was before
 
67590
+         # whole_archive_flag_spec was expanded, because we can't
 
67591
+         # assume the linker understands whole_archive_flag_spec.
 
67592
+         # This may have to be revisited, in case too many
 
67593
+         # convenience libraries get linked in and end up exceeding
 
67594
+         # the spec.
 
67595
+         if test -z "$convenience" || test -z "$whole_archive_flag_spec"; then
 
67596
+           save_libobjs=$libobjs
 
67597
       fi
 
67598
+         save_output=$output
 
67599
+         output_la=`$ECHO "X$output" | $Xsed -e "$basename"`
 
67600
 
 
67601
-      # Do each command in the archive commands.
 
67602
-      if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then
 
67603
-       cmds=$old_archive_from_new_cmds
 
67604
+         # Clear the reloadable object creation command queue and
 
67605
+         # initialize k to one.
 
67606
+         test_cmds=
 
67607
+         concat_cmds=
 
67608
+         objlist=
 
67609
+         last_robj=
 
67610
+         k=1
 
67611
+
 
67612
+         if test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then
 
67613
+           output=${output_objdir}/${output_la}.lnkscript
 
67614
+           func_verbose "creating GNU ld script: $output"
 
67615
+           $ECHO 'INPUT (' > $output
 
67616
+           for obj in $save_libobjs
 
67617
+           do
 
67618
+             $ECHO "$obj" >> $output
 
67619
+           done
 
67620
+           $ECHO ')' >> $output
 
67621
+           delfiles="$delfiles $output"
 
67622
+         elif test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "X$file_list_spec" != X; then
 
67623
+           output=${output_objdir}/${output_la}.lnk
 
67624
+           func_verbose "creating linker input file list: $output"
 
67625
+           : > $output
 
67626
+           set x $save_libobjs
 
67627
+           shift
 
67628
+           firstobj=
 
67629
+           if test "$compiler_needs_object" = yes; then
 
67630
+             firstobj="$1 "
 
67631
+             shift
 
67632
+           fi
 
67633
+           for obj
 
67634
+           do
 
67635
+             $ECHO "$obj" >> $output
 
67636
+           done
 
67637
+           delfiles="$delfiles $output"
 
67638
+           output=$firstobj\"$file_list_spec$output\"
 
67639
       else
 
67640
-       # POSIX demands no paths to be encoded in archives.  We have
 
67641
-       # to avoid creating archives with duplicate basenames if we
 
67642
-       # might have to extract them afterwards, e.g., when creating a
 
67643
-       # static archive out of a convenience library, or when linking
 
67644
-       # the entirety of a libtool archive into another (currently
 
67645
-       # not supported by libtool).
 
67646
-       if (for obj in $oldobjs
 
67647
+           if test -n "$save_libobjs"; then
 
67648
+             func_verbose "creating reloadable object files..."
 
67649
+             output=$output_objdir/$output_la-${k}.$objext
 
67650
+             eval test_cmds=\"$reload_cmds\"
 
67651
+             func_len " $test_cmds"
 
67652
+             len0=$func_len_result
 
67653
+             len=$len0
 
67654
+
 
67655
+             # Loop over the list of objects to be linked.
 
67656
+             for obj in $save_libobjs
 
67657
            do
 
67658
-             $echo "X$obj" | $Xsed -e 's%^.*/%%'
 
67659
-           done | sort | sort -uc >/dev/null 2>&1); then
 
67660
-         :
 
67661
+               func_len " $obj"
 
67662
+               func_arith $len + $func_len_result
 
67663
+               len=$func_arith_result
 
67664
+               if test "X$objlist" = X ||
 
67665
+                  test "$len" -lt "$max_cmd_len"; then
 
67666
+                 func_append objlist " $obj"
 
67667
+               else
 
67668
+                 # The command $test_cmds is almost too long, add a
 
67669
+                 # command to the queue.
 
67670
+                 if test "$k" -eq 1 ; then
 
67671
+                   # The first file doesn't have a previous command to add.
 
67672
+                   eval concat_cmds=\"$reload_cmds $objlist $last_robj\"
 
67673
        else
 
67674
-         $echo "copying selected object files to avoid basename conflicts..."
 
67675
+                   # All subsequent reloadable object files will link in
 
67676
+                   # the last one created.
 
67677
+                   eval concat_cmds=\"\$concat_cmds~$reload_cmds $objlist $last_robj~\$RM $last_robj\"
 
67678
+                 fi
 
67679
+                 last_robj=$output_objdir/$output_la-${k}.$objext
 
67680
+                 func_arith $k + 1
 
67681
+                 k=$func_arith_result
 
67682
+                 output=$output_objdir/$output_la-${k}.$objext
 
67683
+                 objlist=$obj
 
67684
+                 func_len " $last_robj"
 
67685
+                 func_arith $len0 + $func_len_result
 
67686
+                 len=$func_arith_result
 
67687
+               fi
 
67688
+             done
 
67689
+             # Handle the remaining objects by creating one last
 
67690
+             # reloadable object file.  All subsequent reloadable object
 
67691
+             # files will link in the last one created.
 
67692
+             test -z "$concat_cmds" || concat_cmds=$concat_cmds~
 
67693
+             eval concat_cmds=\"\${concat_cmds}$reload_cmds $objlist $last_robj\"
 
67694
+             if test -n "$last_robj"; then
 
67695
+               eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\"
 
67696
+             fi
 
67697
+             delfiles="$delfiles $output"
 
67698
 
 
67699
-         if test -z "$gentop"; then
 
67700
-           gentop="$output_objdir/${outputname}x"
 
67701
-           generated="$generated $gentop"
 
67702
+           else
 
67703
+             output=
 
67704
+           fi
 
67705
 
 
67706
-           $show "${rm}r $gentop"
 
67707
-           $run ${rm}r "$gentop"
 
67708
-           $show "$mkdir $gentop"
 
67709
-           $run $mkdir "$gentop"
 
67710
-           exit_status=$?
 
67711
-           if test "$exit_status" -ne 0 && test ! -d "$gentop"; then
 
67712
-             exit $exit_status
 
67713
+           if ${skipped_export-false}; then
 
67714
+             func_verbose "generating symbol list for \`$libname.la'"
 
67715
+             export_symbols="$output_objdir/$libname.exp"
 
67716
+             $opt_dry_run || $RM $export_symbols
 
67717
+             libobjs=$output
 
67718
+             # Append the command to create the export file.
 
67719
+             test -z "$concat_cmds" || concat_cmds=$concat_cmds~
 
67720
+             eval concat_cmds=\"\$concat_cmds$export_symbols_cmds\"
 
67721
+             if test -n "$last_robj"; then
 
67722
+               eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
 
67723
            fi
 
67724
          fi
 
67725
 
 
67726
-         save_oldobjs=$oldobjs
 
67727
-         oldobjs=
 
67728
-         counter=1
 
67729
-         for obj in $save_oldobjs
 
67730
-         do
 
67731
-           objbase=`$echo "X$obj" | $Xsed -e 's%^.*/%%'`
 
67732
-           case " $oldobjs " in
 
67733
-           " ") oldobjs=$obj ;;
 
67734
-           *[\ /]"$objbase "*)
 
67735
-             while :; do
 
67736
-               # Make sure we don't pick an alternate name that also
 
67737
-               # overlaps.
 
67738
-               newobj=lt$counter-$objbase
 
67739
-               counter=`expr $counter + 1`
 
67740
-               case " $oldobjs " in
 
67741
-               *[\ /]"$newobj "*) ;;
 
67742
-               *) if test ! -f "$gentop/$newobj"; then break; fi ;;
 
67743
-               esac
 
67744
-             done
 
67745
-             $show "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
 
67746
-             $run ln "$obj" "$gentop/$newobj" ||
 
67747
-             $run cp "$obj" "$gentop/$newobj"
 
67748
-             oldobjs="$oldobjs $gentop/$newobj"
 
67749
-             ;;
 
67750
-           *) oldobjs="$oldobjs $obj" ;;
 
67751
-           esac
 
67752
+           test -n "$save_libobjs" &&
 
67753
+             func_verbose "creating a temporary reloadable object file: $output"
 
67754
+
 
67755
+           # Loop through the commands generated above and execute them.
 
67756
+           save_ifs="$IFS"; IFS='~'
 
67757
+           for cmd in $concat_cmds; do
 
67758
+             IFS="$save_ifs"
 
67759
+             $opt_silent || {
 
67760
+                 func_quote_for_expand "$cmd"
 
67761
+                 eval "func_echo $func_quote_for_expand_result"
 
67762
+             }
 
67763
+             $opt_dry_run || eval "$cmd" || {
 
67764
+               lt_exit=$?
 
67765
+
 
67766
+               # Restore the uninstalled library and exit
 
67767
+               if test "$mode" = relink; then
 
67768
+                 ( cd "$output_objdir" && \
 
67769
+                   $RM "${realname}T" && \
 
67770
+                   $MV "${realname}U" "$realname" )
 
67771
+               fi
 
67772
+
 
67773
+               exit $lt_exit
 
67774
+             }
 
67775
          done
 
67776
+           IFS="$save_ifs"
 
67777
+
 
67778
+           if test -n "$export_symbols_regex" && ${skipped_export-false}; then
 
67779
+             func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
 
67780
+             func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
 
67781
+           fi
 
67782
        fi
 
67783
 
 
67784
-       eval cmds=\"$old_archive_cmds\"
 
67785
+          if ${skipped_export-false}; then
 
67786
+           if test -n "$export_symbols" && test -n "$include_expsyms"; then
 
67787
+             tmp_export_symbols="$export_symbols"
 
67788
+             test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols"
 
67789
+             $opt_dry_run || eval '$ECHO "X$include_expsyms" | $Xsed | $SP2NL >> "$tmp_export_symbols"'
 
67790
+           fi
 
67791
+
 
67792
+           if test -n "$orig_export_symbols"; then
 
67793
+             # The given exports_symbols file has to be filtered, so filter it.
 
67794
+             func_verbose "filter symbol list for \`$libname.la' to tag DATA exports"
 
67795
+             # FIXME: $output_objdir/$libname.filter potentially contains lots of
 
67796
+             # 's' commands which not all seds can handle. GNU sed should be fine
 
67797
+             # though. Also, the filter scales superlinearly with the number of
 
67798
+             # global variables. join(1) would be nice here, but unfortunately
 
67799
+             # isn't a blessed tool.
 
67800
+             $opt_dry_run || $SED -e '/[ ,]DATA/!d;s,\(.*\)\([ \,].*\),s|^\1$|\1\2|,' < $export_symbols > $output_objdir/$libname.filter
 
67801
+             delfiles="$delfiles $export_symbols $output_objdir/$libname.filter"
 
67802
+             export_symbols=$output_objdir/$libname.def
 
67803
+             $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
 
67804
+           fi
 
67805
+         fi
 
67806
 
 
67807
-       if len=`expr "X$cmds" : ".*"` &&
 
67808
-            test "$len" -le "$max_cmd_len" || test "$max_cmd_len" -le -1; then
 
67809
-         cmds=$old_archive_cmds
 
67810
-       else
 
67811
-         # the command line is too long to link in one step, link in parts
 
67812
-         $echo "using piecewise archive linking..."
 
67813
-         save_RANLIB=$RANLIB
 
67814
-         RANLIB=:
 
67815
-         objlist=
 
67816
-         concat_cmds=
 
67817
-         save_oldobjs=$oldobjs
 
67818
+         libobjs=$output
 
67819
+         # Restore the value of output.
 
67820
+         output=$save_output
 
67821
 
 
67822
-         # Is there a better way of finding the last object in the list?
 
67823
-         for obj in $save_oldobjs
 
67824
-         do
 
67825
-           last_oldobj=$obj
 
67826
-         done
 
67827
-         for obj in $save_oldobjs
 
67828
-         do
 
67829
-           oldobjs="$objlist $obj"
 
67830
-           objlist="$objlist $obj"
 
67831
-           eval test_cmds=\"$old_archive_cmds\"
 
67832
-           if len=`expr "X$test_cmds" : ".*" 2>/dev/null` &&
 
67833
-              test "$len" -le "$max_cmd_len"; then
 
67834
-             :
 
67835
-           else
 
67836
-             # the above command should be used before it gets too long
 
67837
-             oldobjs=$objlist
 
67838
-             if test "$obj" = "$last_oldobj" ; then
 
67839
-               RANLIB=$save_RANLIB
 
67840
+         if test -n "$convenience" && test -n "$whole_archive_flag_spec"; then
 
67841
+           eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
 
67842
+           test "X$libobjs" = "X " && libobjs=
 
67843
              fi
 
67844
-             test -z "$concat_cmds" || concat_cmds=$concat_cmds~
 
67845
-             eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\"
 
67846
-             objlist=
 
67847
+         # Expand the library linking commands again to reset the
 
67848
+         # value of $libobjs for piecewise linking.
 
67849
+
 
67850
+         # Do each of the archive commands.
 
67851
+         if test "$module" = yes && test -n "$module_cmds" ; then
 
67852
+           if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
 
67853
+             cmds=$module_expsym_cmds
 
67854
+           else
 
67855
+             cmds=$module_cmds
 
67856
            fi
 
67857
-         done
 
67858
-         RANLIB=$save_RANLIB
 
67859
-         oldobjs=$objlist
 
67860
-         if test "X$oldobjs" = "X" ; then
 
67861
-           eval cmds=\"\$concat_cmds\"
 
67862
          else
 
67863
-           eval cmds=\"\$concat_cmds~\$old_archive_cmds\"
 
67864
+           if test -n "$export_symbols" && test -n "$archive_expsym_cmds"; then
 
67865
+             cmds=$archive_expsym_cmds
 
67866
+           else
 
67867
+             cmds=$archive_cmds
 
67868
+           fi
 
67869
+         fi
 
67870
          fi
 
67871
+
 
67872
+       if test -n "$delfiles"; then
 
67873
+         # Append the command to remove temporary files to $cmds.
 
67874
+         eval cmds=\"\$cmds~\$RM $delfiles\"
 
67875
        fi
 
67876
+
 
67877
+       # Add any objects from preloaded convenience libraries
 
67878
+       if test -n "$dlprefiles"; then
 
67879
+         gentop="$output_objdir/${outputname}x"
 
67880
+         generated="$generated $gentop"
 
67881
+
 
67882
+         func_extract_archives $gentop $dlprefiles
 
67883
+         libobjs="$libobjs $func_extract_archives_result"
 
67884
+         test "X$libobjs" = "X " && libobjs=
 
67885
       fi
 
67886
+
 
67887
       save_ifs="$IFS"; IFS='~'
 
67888
       for cmd in $cmds; do
 
67889
-        eval cmd=\"$cmd\"
 
67890
        IFS="$save_ifs"
 
67891
-       $show "$cmd"
 
67892
-       $run eval "$cmd" || exit $?
 
67893
+         eval cmd=\"$cmd\"
 
67894
+         $opt_silent || {
 
67895
+           func_quote_for_expand "$cmd"
 
67896
+           eval "func_echo $func_quote_for_expand_result"
 
67897
+         }
 
67898
+         $opt_dry_run || eval "$cmd" || {
 
67899
+           lt_exit=$?
 
67900
+
 
67901
+           # Restore the uninstalled library and exit
 
67902
+           if test "$mode" = relink; then
 
67903
+             ( cd "$output_objdir" && \
 
67904
+               $RM "${realname}T" && \
 
67905
+               $MV "${realname}U" "$realname" )
 
67906
+           fi
 
67907
+
 
67908
+           exit $lt_exit
 
67909
+         }
 
67910
       done
 
67911
       IFS="$save_ifs"
 
67912
-    done
 
67913
 
 
67914
-    if test -n "$generated"; then
 
67915
-      $show "${rm}r$generated"
 
67916
-      $run ${rm}r$generated
 
67917
+       # Restore the uninstalled library and exit
 
67918
+       if test "$mode" = relink; then
 
67919
+         $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $?
 
67920
+
 
67921
+         if test -n "$convenience"; then
 
67922
+           if test -z "$whole_archive_flag_spec"; then
 
67923
+             func_show_eval '${RM}r "$gentop"'
 
67924
+           fi
 
67925
     fi
 
67926
 
 
67927
-    # Now create the libtool archive.
 
67928
-    case $output in
 
67929
-    *.la)
 
67930
-      old_library=
 
67931
-      test "$build_old_libs" = yes && old_library="$libname.$libext"
 
67932
-      $show "creating $output"
 
67933
+         exit $EXIT_SUCCESS
 
67934
+       fi
 
67935
 
 
67936
-      # Preserve any variables that may affect compiler behavior
 
67937
-      for var in $variables_saved_for_relink; do
 
67938
-       if eval test -z \"\${$var+set}\"; then
 
67939
-         relink_command="{ test -z \"\${$var+set}\" || unset $var || { $var=; export $var; }; }; $relink_command"
 
67940
-       elif eval var_value=\$$var; test -z "$var_value"; then
 
67941
-         relink_command="$var=; export $var; $relink_command"
 
67942
-       else
 
67943
-         var_value=`$echo "X$var_value" | $Xsed -e "$sed_quote_subst"`
 
67944
-         relink_command="$var=\"$var_value\"; export $var; $relink_command"
 
67945
+       # Create links to the real library.
 
67946
+       for linkname in $linknames; do
 
67947
+         if test "$realname" != "$linkname"; then
 
67948
+           func_show_eval '(cd "$output_objdir" && $RM "$linkname" && $LN_S "$realname" "$linkname")' 'exit $?'
 
67949
        fi
 
67950
       done
 
67951
-      # Quote the link command for shipping.
 
67952
-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
 
67953
-      relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e "$sed_quote_subst" | $NL2SP`
 
67954
-      if test "$hardcode_automatic" = yes ; then
 
67955
-       relink_command=
 
67956
-      fi
 
67957
-
 
67958
 
 
67959
-      # Only create the output if not a dry run.
 
67960
-      if test -z "$run"; then
 
67961
-       for installed in no yes; do
 
67962
-         if test "$installed" = yes; then
 
67963
-           if test -z "$install_libdir"; then
 
67964
-             break
 
67965
+       # If -module or -export-dynamic was specified, set the dlname.
 
67966
+       if test "$module" = yes || test "$export_dynamic" = yes; then
 
67967
+         # On all known operating systems, these are identical.
 
67968
+         dlname="$soname"
 
67969
            fi
 
67970
-           output="$output_objdir/$outputname"i
 
67971
-           # Replace all uninstalled libtool libraries with the installed ones
 
67972
-           newdependency_libs=
 
67973
-           for deplib in $dependency_libs; do
 
67974
-             case $deplib in
 
67975
-             *.la)
 
67976
-               name=`$echo "X$deplib" | $Xsed -e 's%^.*/%%'`
 
67977
-               eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
 
67978
-               if test -z "$libdir"; then
 
67979
-                 $echo "$modename: \`$deplib' is not a valid libtool archive" 1>&2
 
67980
-                 exit $EXIT_FAILURE
 
67981
                fi
 
67982
-               newdependency_libs="$newdependency_libs $libdir/$name"
 
67983
                ;;
 
67984
-             *) newdependency_libs="$newdependency_libs $deplib" ;;
 
67985
-             esac
 
67986
-           done
 
67987
-           dependency_libs="$newdependency_libs"
 
67988
-           newdlfiles=
 
67989
-           for lib in $dlfiles; do
 
67990
-             name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
 
67991
-             eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
 
67992
-             if test -z "$libdir"; then
 
67993
-               $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
 
67994
-               exit $EXIT_FAILURE
 
67995
-             fi
 
67996
-             newdlfiles="$newdlfiles $libdir/$name"
 
67997
-           done
 
67998
-           dlfiles="$newdlfiles"
 
67999
-           newdlprefiles=
 
68000
-           for lib in $dlprefiles; do
 
68001
-             name=`$echo "X$lib" | $Xsed -e 's%^.*/%%'`
 
68002
-             eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
 
68003
-             if test -z "$libdir"; then
 
68004
-               $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
 
68005
-               exit $EXIT_FAILURE
 
68006
+
 
68007
+    obj)
 
68008
+      if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
 
68009
+       func_warning "\`-dlopen' is ignored for objects"
 
68010
              fi
 
68011
-             newdlprefiles="$newdlprefiles $libdir/$name"
 
68012
-           done
 
68013
-           dlprefiles="$newdlprefiles"
 
68014
-         else
 
68015
-           newdlfiles=
 
68016
-           for lib in $dlfiles; do
 
68017
-             case $lib in
 
68018
-               [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
 
68019
-               *) abs=`pwd`"/$lib" ;;
 
68020
-             esac
 
68021
-             newdlfiles="$newdlfiles $abs"
 
68022
-           done
 
68023
-           dlfiles="$newdlfiles"
 
68024
-           newdlprefiles=
 
68025
-           for lib in $dlprefiles; do
 
68026
-             case $lib in
 
68027
-               [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
 
68028
-               *) abs=`pwd`"/$lib" ;;
 
68029
-             esac
 
68030
-             newdlprefiles="$newdlprefiles $abs"
 
68031
-           done
 
68032
-           dlprefiles="$newdlprefiles"
 
68033
-         fi
 
68034
-         $rm $output
 
68035
-         # place dlname in correct position for cygwin
 
68036
-         tdlname=$dlname
 
68037
-         case $host,$output,$installed,$module,$dlname in
 
68038
-           *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;;
 
68039
+
 
68040
+      case " $deplibs" in
 
68041
+      *\ -l* | *\ -L*)
 
68042
+       func_warning "\`-l' and \`-L' are ignored for objects" ;;
 
68043
+             esac
 
68044
+
 
68045
+      test -n "$rpath" && \
 
68046
+       func_warning "\`-rpath' is ignored for objects"
 
68047
+
 
68048
+      test -n "$xrpath" && \
 
68049
+       func_warning "\`-R' is ignored for objects"
 
68050
+
 
68051
+      test -n "$vinfo" && \
 
68052
+       func_warning "\`-version-info' is ignored for objects"
 
68053
+
 
68054
+      test -n "$release" && \
 
68055
+       func_warning "\`-release' is ignored for objects"
 
68056
+
 
68057
+      case $output in
 
68058
+      *.lo)
 
68059
+       test -n "$objs$old_deplibs" && \
 
68060
+         func_fatal_error "cannot build library object \`$output' from non-libtool objects"
 
68061
+
 
68062
+       libobj=$output
 
68063
+       func_lo2o "$libobj"
 
68064
+       obj=$func_lo2o_result
 
68065
+       ;;
 
68066
+      *)
 
68067
+       libobj=
 
68068
+       obj="$output"
 
68069
+       ;;
 
68070
          esac
 
68071
-         $echo > $output "\
 
68072
-# $outputname - a libtool library file
 
68073
-# Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP
 
68074
-#
 
68075
-# Please DO NOT delete this file!
 
68076
-# It is necessary for linking the library.
 
68077
 
 
68078
-# The name that we can dlopen(3).
 
68079
-dlname='$tdlname'
 
68080
+      # Delete the old objects.
 
68081
+      $opt_dry_run || $RM $obj $libobj
 
68082
 
 
68083
-# Names of this library.
 
68084
-library_names='$library_names'
 
68085
+      # Objects from convenience libraries.  This assumes
 
68086
+      # single-version convenience libraries.  Whenever we create
 
68087
+      # different ones for PIC/non-PIC, this we'll have to duplicate
 
68088
+      # the extraction.
 
68089
+      reload_conv_objs=
 
68090
+      gentop=
 
68091
+      # reload_cmds runs $LD directly, so let us get rid of
 
68092
+      # -Wl from whole_archive_flag_spec and hope we can get by with
 
68093
+      # turning comma into space..
 
68094
+      wl=
 
68095
 
 
68096
-# The name of the static archive.
 
68097
-old_library='$old_library'
 
68098
+      if test -n "$convenience"; then
 
68099
+       if test -n "$whole_archive_flag_spec"; then
 
68100
+         eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
 
68101
+         reload_conv_objs=$reload_objs\ `$ECHO "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'`
 
68102
+       else
 
68103
+         gentop="$output_objdir/${obj}x"
 
68104
+         generated="$generated $gentop"
 
68105
 
 
68106
-# Libraries that this one depends upon.
 
68107
-dependency_libs='$dependency_libs'
 
68108
+         func_extract_archives $gentop $convenience
 
68109
+         reload_conv_objs="$reload_objs $func_extract_archives_result"
 
68110
+       fi
 
68111
+      fi
 
68112
 
 
68113
-# Version information for $libname.
 
68114
-current=$current
 
68115
-age=$age
 
68116
-revision=$revision
 
68117
+      # Create the old-style object.
 
68118
+      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
 
68119
 
 
68120
-# Is this an already installed library?
 
68121
-installed=$installed
 
68122
+      output="$obj"
 
68123
+      func_execute_cmds "$reload_cmds" 'exit $?'
 
68124
 
 
68125
-# Should we warn about portability when linking against -modules?
 
68126
-shouldnotlink=$module
 
68127
+      # Exit if we aren't doing a library object file.
 
68128
+      if test -z "$libobj"; then
 
68129
+       if test -n "$gentop"; then
 
68130
+         func_show_eval '${RM}r "$gentop"'
 
68131
+       fi
 
68132
 
 
68133
-# Files to dlopen/dlpreopen
 
68134
-dlopen='$dlfiles'
 
68135
-dlpreopen='$dlprefiles'
 
68136
+       exit $EXIT_SUCCESS
 
68137
+      fi
 
68138
 
 
68139
-# Directory that this library needs to be installed in:
 
68140
-libdir='$install_libdir'"
 
68141
-         if test "$installed" = no && test "$need_relink" = yes; then
 
68142
-           $echo >> $output "\
 
68143
-relink_command=\"$relink_command\""
 
68144
+      if test "$build_libtool_libs" != yes; then
 
68145
+       if test -n "$gentop"; then
 
68146
+         func_show_eval '${RM}r "$gentop"'
 
68147
+       fi
 
68148
+
 
68149
+       # Create an invalid libtool object if no PIC, so that we don't
 
68150
+       # accidentally link it into a program.
 
68151
+       # $show "echo timestamp > $libobj"
 
68152
+       # $opt_dry_run || eval "echo timestamp > $libobj" || exit $?
 
68153
+       exit $EXIT_SUCCESS
 
68154
+      fi
 
68155
+
 
68156
+      if test -n "$pic_flag" || test "$pic_mode" != default; then
 
68157
+       # Only do commands if we really have different PIC objects.
 
68158
+       reload_objs="$libobjs $reload_conv_objs"
 
68159
+       output="$libobj"
 
68160
+       func_execute_cmds "$reload_cmds" 'exit $?'
 
68161
          fi
 
68162
-       done
 
68163
+
 
68164
+      if test -n "$gentop"; then
 
68165
+       func_show_eval '${RM}r "$gentop"'
 
68166
       fi
 
68167
 
 
68168
-      # Do a symbolic link so that the libtool archive can be found in
 
68169
-      # LD_LIBRARY_PATH before the program is installed.
 
68170
-      $show "(cd $output_objdir && $rm $outputname && $LN_S ../$outputname $outputname)"
 
68171
-      $run eval '(cd $output_objdir && $rm $outputname && $LN_S ../$outputname $outputname)' || exit $?
 
68172
-      ;;
 
68173
-    esac
 
68174
     exit $EXIT_SUCCESS
 
68175
     ;;
 
68176
 
 
68177
-  # libtool install mode
 
68178
-  install)
 
68179
-    modename="$modename: install"
 
68180
+    prog)
 
68181
+      case $host in
 
68182
+       *cygwin*) func_stripname '' '.exe' "$output"
 
68183
+                 output=$func_stripname_result.exe;;
 
68184
+      esac
 
68185
+      test -n "$vinfo" && \
 
68186
+       func_warning "\`-version-info' is ignored for programs"
 
68187
 
 
68188
-    # There may be an optional sh(1) argument at the beginning of
 
68189
-    # install_prog (especially on Windows NT).
 
68190
-    if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh ||
 
68191
-       # Allow the use of GNU shtool's install command.
 
68192
-       $echo "X$nonopt" | grep shtool > /dev/null; then
 
68193
-      # Aesthetically quote it.
 
68194
-      arg=`$echo "X$nonopt" | $Xsed -e "$sed_quote_subst"`
 
68195
-      case $arg in
 
68196
-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \    ]*|*]*|"")
 
68197
-       arg="\"$arg\""
 
68198
+      test -n "$release" && \
 
68199
+       func_warning "\`-release' is ignored for programs"
 
68200
+
 
68201
+      test "$preload" = yes \
 
68202
+        && test "$dlopen_support" = unknown \
 
68203
+       && test "$dlopen_self" = unknown \
 
68204
+       && test "$dlopen_self_static" = unknown && \
 
68205
+         func_warning "\`LT_INIT([dlopen])' not used. Assuming no dlopen support."
 
68206
+
 
68207
+      case $host in
 
68208
+      *-*-rhapsody* | *-*-darwin1.[012])
 
68209
+       # On Rhapsody replace the C library is the System framework
 
68210
+       compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
 
68211
+       finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
 
68212
        ;;
 
68213
       esac
 
68214
-      install_prog="$arg "
 
68215
-      arg="$1"
 
68216
-      shift
 
68217
-    else
 
68218
-      install_prog=
 
68219
-      arg=$nonopt
 
68220
-    fi
 
68221
 
 
68222
-    # The real first argument should be the name of the installation program.
 
68223
-    # Aesthetically quote it.
 
68224
-    arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
 
68225
-    case $arg in
 
68226
-    *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \      ]*|*]*|"")
 
68227
-      arg="\"$arg\""
 
68228
+      case $host in
 
68229
+      *-*-darwin*)
 
68230
+       # Don't allow lazy linking, it breaks C++ global constructors
 
68231
+       # But is supposedly fixed on 10.4 or later (yay!).
 
68232
+       if test "$tagname" = CXX ; then
 
68233
+         case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
 
68234
+           10.[0123])
 
68235
+             compile_command="$compile_command ${wl}-bind_at_load"
 
68236
+             finalize_command="$finalize_command ${wl}-bind_at_load"
 
68237
       ;;
 
68238
     esac
 
68239
-    install_prog="$install_prog$arg"
 
68240
-
 
68241
-    # We need to accept at least all the BSD install flags.
 
68242
-    dest=
 
68243
-    files=
 
68244
-    opts=
 
68245
-    prev=
 
68246
-    install_type=
 
68247
-    isdir=no
 
68248
-    stripme=
 
68249
-    for arg
 
68250
-    do
 
68251
-      if test -n "$dest"; then
 
68252
-       files="$files $dest"
 
68253
-       dest=$arg
 
68254
-       continue
 
68255
       fi
 
68256
-
 
68257
-      case $arg in
 
68258
-      -d) isdir=yes ;;
 
68259
-      -f) 
 
68260
-       case " $install_prog " in
 
68261
-       *[\\\ /]cp\ *) ;;
 
68262
-       *) prev=$arg ;;
 
68263
-       esac
 
68264
-       ;;
 
68265
-      -g | -m | -o) prev=$arg ;;
 
68266
-      -s)
 
68267
-       stripme=" -s"
 
68268
-       continue
 
68269
-       ;;
 
68270
-      -*)
 
68271
+       # Time to change all our "foo.ltframework" stuff back to "-framework foo"
 
68272
+       compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
 
68273
+       finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
 
68274
        ;;
 
68275
+      esac
 
68276
+
 
68277
+
 
68278
+      # move library search paths that coincide with paths to not yet
 
68279
+      # installed libraries to the beginning of the library search list
 
68280
+      new_libs=
 
68281
+      for path in $notinst_path; do
 
68282
+       case " $new_libs " in
 
68283
+       *" -L$path/$objdir "*) ;;
 
68284
       *)
 
68285
-       # If the previous option needed an argument, then skip it.
 
68286
-       if test -n "$prev"; then
 
68287
-         prev=
 
68288
-       else
 
68289
-         dest=$arg
 
68290
-         continue
 
68291
-       fi
 
68292
+         case " $compile_deplibs " in
 
68293
+         *" -L$path/$objdir "*)
 
68294
+           new_libs="$new_libs -L$path/$objdir" ;;
 
68295
+         esac
 
68296
        ;;
 
68297
       esac
 
68298
-
 
68299
-      # Aesthetically quote the argument.
 
68300
-      arg=`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`
 
68301
-      case $arg in
 
68302
-      *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \    ]*|*]*|"")
 
68303
-       arg="\"$arg\""
 
68304
+      done
 
68305
+      for deplib in $compile_deplibs; do
 
68306
+       case $deplib in
 
68307
+       -L*)
 
68308
+         case " $new_libs " in
 
68309
+         *" $deplib "*) ;;
 
68310
+         *) new_libs="$new_libs $deplib" ;;
 
68311
+         esac
 
68312
        ;;
 
68313
+       *) new_libs="$new_libs $deplib" ;;
 
68314
       esac
 
68315
-      install_prog="$install_prog $arg"
 
68316
     done
 
68317
+      compile_deplibs="$new_libs"
 
68318
 
 
68319
-    if test -z "$install_prog"; then
 
68320
-      $echo "$modename: you must specify an install program" 1>&2
 
68321
-      $echo "$help" 1>&2
 
68322
-      exit $EXIT_FAILURE
 
68323
-    fi
 
68324
 
 
68325
-    if test -n "$prev"; then
 
68326
-      $echo "$modename: the \`$prev' option requires an argument" 1>&2
 
68327
-      $echo "$help" 1>&2
 
68328
-      exit $EXIT_FAILURE
 
68329
+      compile_command="$compile_command $compile_deplibs"
 
68330
+      finalize_command="$finalize_command $finalize_deplibs"
 
68331
+
 
68332
+      if test -n "$rpath$xrpath"; then
 
68333
+       # If the user specified any rpath flags, then add them.
 
68334
+       for libdir in $rpath $xrpath; do
 
68335
+         # This is the magic to use -rpath.
 
68336
+         case "$finalize_rpath " in
 
68337
+         *" $libdir "*) ;;
 
68338
+         *) finalize_rpath="$finalize_rpath $libdir" ;;
 
68339
+         esac
 
68340
+       done
 
68341
     fi
 
68342
 
 
68343
-    if test -z "$files"; then
 
68344
-      if test -z "$dest"; then
 
68345
-       $echo "$modename: no file or destination specified" 1>&2
 
68346
+      # Now hardcode the library paths
 
68347
+      rpath=
 
68348
+      hardcode_libdirs=
 
68349
+      for libdir in $compile_rpath $finalize_rpath; do
 
68350
+       if test -n "$hardcode_libdir_flag_spec"; then
 
68351
+         if test -n "$hardcode_libdir_separator"; then
 
68352
+           if test -z "$hardcode_libdirs"; then
 
68353
+             hardcode_libdirs="$libdir"
 
68354
       else
 
68355
-       $echo "$modename: you must specify a destination" 1>&2
 
68356
-      fi
 
68357
-      $echo "$help" 1>&2
 
68358
-      exit $EXIT_FAILURE
 
68359
+             # Just accumulate the unique libdirs.
 
68360
+             case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
 
68361
+             *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
 
68362
+               ;;
 
68363
+             *)
 
68364
+               hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir"
 
68365
+               ;;
 
68366
+             esac
 
68367
     fi
 
68368
-
 
68369
-    # Strip any trailing slash from the destination.
 
68370
-    dest=`$echo "X$dest" | $Xsed -e 's%/$%%'`
 
68371
-
 
68372
-    # Check to see that the destination is a directory.
 
68373
-    test -d "$dest" && isdir=yes
 
68374
-    if test "$isdir" = yes; then
 
68375
-      destdir="$dest"
 
68376
-      destname=
 
68377
     else
 
68378
-      destdir=`$echo "X$dest" | $Xsed -e 's%/[^/]*$%%'`
 
68379
-      test "X$destdir" = "X$dest" && destdir=.
 
68380
-      destname=`$echo "X$dest" | $Xsed -e 's%^.*/%%'`
 
68381
-
 
68382
-      # Not a directory, so check to see that there is only one file specified.
 
68383
-      set dummy $files
 
68384
-      if test "$#" -gt 2; then
 
68385
-       $echo "$modename: \`$dest' is not a directory" 1>&2
 
68386
-       $echo "$help" 1>&2
 
68387
-       exit $EXIT_FAILURE
 
68388
+           eval flag=\"$hardcode_libdir_flag_spec\"
 
68389
+           rpath="$rpath $flag"
 
68390
       fi
 
68391
+       elif test -n "$runpath_var"; then
 
68392
+         case "$perm_rpath " in
 
68393
+         *" $libdir "*) ;;
 
68394
+         *) perm_rpath="$perm_rpath $libdir" ;;
 
68395
+         esac
 
68396
     fi
 
68397
-    case $destdir in
 
68398
-    [\\/]* | [A-Za-z]:[\\/]*) ;;
 
68399
-    *)
 
68400
-      for file in $files; do
 
68401
-       case $file in
 
68402
-       *.lo) ;;
 
68403
-       *)
 
68404
-         $echo "$modename: \`$destdir' must be an absolute directory name" 1>&2
 
68405
-         $echo "$help" 1>&2
 
68406
-         exit $EXIT_FAILURE
 
68407
-         ;;
 
68408
+       case $host in
 
68409
+       *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
 
68410
+         testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
 
68411
+         case :$dllsearchpath: in
 
68412
+         *":$libdir:"*) ;;
 
68413
+         *) dllsearchpath="$dllsearchpath:$libdir";;
 
68414
        esac
 
68415
-      done
 
68416
-      ;;
 
68417
-    esac
 
68418
-
 
68419
-    # This variable tells wrapper scripts just to set variables rather
 
68420
-    # than running their programs.
 
68421
-    libtool_install_magic="$magic"
 
68422
-
 
68423
-    staticlibs=
 
68424
-    future_libdirs=
 
68425
-    current_libdirs=
 
68426
-    for file in $files; do
 
68427
-
 
68428
-      # Do each installation.
 
68429
-      case $file in
 
68430
-      *.$libext)
 
68431
-       # Do the static libraries later.
 
68432
-       staticlibs="$staticlibs $file"
 
68433
+         case :$dllsearchpath: in
 
68434
+         *":$testbindir:"*) ;;
 
68435
+         *) dllsearchpath="$dllsearchpath:$testbindir";;
 
68436
+    esac
 
68437
        ;;
 
68438
-
 
68439
-      *.la)
 
68440
-       # Check to see that this really is a libtool archive.
 
68441
-       if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then :
 
68442
-       else
 
68443
-         $echo "$modename: \`$file' is not a valid libtool archive" 1>&2
 
68444
-         $echo "$help" 1>&2
 
68445
-         exit $EXIT_FAILURE
 
68446
-       fi
 
68447
-
 
68448
-       library_names=
 
68449
-       old_library=
 
68450
-       relink_command=
 
68451
-       # If there is no directory component, then add one.
 
68452
-       case $file in
 
68453
-       */* | *\\*) . $file ;;
 
68454
-       *) . ./$file ;;
 
68455
        esac
 
68456
+      done
 
68457
+      # Substitute the hardcoded libdirs into the rpath.
 
68458
+      if test -n "$hardcode_libdir_separator" &&
 
68459
+        test -n "$hardcode_libdirs"; then
 
68460
+       libdir="$hardcode_libdirs"
 
68461
+       eval rpath=\" $hardcode_libdir_flag_spec\"
 
68462
+      fi
 
68463
+      compile_rpath="$rpath"
 
68464
 
 
68465
-       # Add the libdir to current_libdirs if it is the destination.
 
68466
-       if test "X$destdir" = "X$libdir"; then
 
68467
-         case "$current_libdirs " in
 
68468
-         *" $libdir "*) ;;
 
68469
-         *) current_libdirs="$current_libdirs $libdir" ;;
 
68470
+      rpath=
 
68471
+      hardcode_libdirs=
 
68472
+      for libdir in $finalize_rpath; do
 
68473
+       if test -n "$hardcode_libdir_flag_spec"; then
 
68474
+         if test -n "$hardcode_libdir_separator"; then
 
68475
+           if test -z "$hardcode_libdirs"; then
 
68476
+             hardcode_libdirs="$libdir"
 
68477
+           else
 
68478
+             # Just accumulate the unique libdirs.
 
68479
+             case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
 
68480
+             *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*)
 
68481
+               ;;
 
68482
+             *)
 
68483
+               hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir"
 
68484
+               ;;
 
68485
          esac
 
68486
+           fi
 
68487
        else
 
68488
-         # Note the libdir as a future libdir.
 
68489
-         case "$future_libdirs " in
 
68490
+           eval flag=\"$hardcode_libdir_flag_spec\"
 
68491
+           rpath="$rpath $flag"
 
68492
+         fi
 
68493
+       elif test -n "$runpath_var"; then
 
68494
+         case "$finalize_perm_rpath " in
 
68495
          *" $libdir "*) ;;
 
68496
-         *) future_libdirs="$future_libdirs $libdir" ;;
 
68497
+         *) finalize_perm_rpath="$finalize_perm_rpath $libdir" ;;
 
68498
          esac
 
68499
        fi
 
68500
+      done
 
68501
+      # Substitute the hardcoded libdirs into the rpath.
 
68502
+      if test -n "$hardcode_libdir_separator" &&
 
68503
+        test -n "$hardcode_libdirs"; then
 
68504
+       libdir="$hardcode_libdirs"
 
68505
+       eval rpath=\" $hardcode_libdir_flag_spec\"
 
68506
+      fi
 
68507
+      finalize_rpath="$rpath"
 
68508
 
 
68509
-       dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`/
 
68510
-       test "X$dir" = "X$file/" && dir=
 
68511
-       dir="$dir$objdir"
 
68512
-
 
68513
-       if test -n "$relink_command"; then
 
68514
-         # Determine the prefix the user has applied to our future dir.
 
68515
-         inst_prefix_dir=`$echo "$destdir" | $SED "s%$libdir\$%%"`
 
68516
-
 
68517
-         # Don't allow the user to place us outside of our expected
 
68518
-         # location b/c this prevents finding dependent libraries that
 
68519
-         # are installed to the same prefix.
 
68520
-         # At present, this check doesn't affect windows .dll's that
 
68521
-         # are installed into $libdir/../bin (currently, that works fine)
 
68522
-         # but it's something to keep an eye on.
 
68523
-         if test "$inst_prefix_dir" = "$destdir"; then
 
68524
-           $echo "$modename: error: cannot install \`$file' to a directory not ending in $libdir" 1>&2
 
68525
-           exit $EXIT_FAILURE
 
68526
+      if test -n "$libobjs" && test "$build_old_libs" = yes; then
 
68527
+       # Transform all the library objects into standard objects.
 
68528
+       compile_command=`$ECHO "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
 
68529
+       finalize_command=`$ECHO "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
 
68530
          fi
 
68531
 
 
68532
-         if test -n "$inst_prefix_dir"; then
 
68533
-           # Stick the inst_prefix_dir data into the link command.
 
68534
-           relink_command=`$echo "$relink_command" | $SP2NL | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%" | $NL2SP`
 
68535
-         else
 
68536
-           relink_command=`$echo "$relink_command" | $SP2NL | $SED "s%@inst_prefix_dir@%%" | $NL2SP`
 
68537
+      func_generate_dlsyms "$outputname" "@PROGRAM@" "no"
 
68538
+
 
68539
+      # template prelinking step
 
68540
+      if test -n "$prelink_cmds"; then
 
68541
+       func_execute_cmds "$prelink_cmds" 'exit $?'
 
68542
          fi
 
68543
 
 
68544
-         $echo "$modename: warning: relinking \`$file'" 1>&2
 
68545
-         $show "$relink_command"
 
68546
-         if $run eval "$relink_command"; then :
 
68547
-         else
 
68548
-           $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2
 
68549
-           exit $EXIT_FAILURE
 
68550
+      wrappers_required=yes
 
68551
+      case $host in
 
68552
+      *cygwin* | *mingw* )
 
68553
+        if test "$build_libtool_libs" != yes; then
 
68554
+          wrappers_required=no
 
68555
          fi
 
68556
+        ;;
 
68557
+      *)
 
68558
+        if test "$need_relink" = no || test "$build_libtool_libs" != yes; then
 
68559
+          wrappers_required=no
 
68560
        fi
 
68561
+        ;;
 
68562
+      esac
 
68563
+      if test "$wrappers_required" = no; then
 
68564
+       # Replace the output file specification.
 
68565
+       compile_command=`$ECHO "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
 
68566
+       link_command="$compile_command$compile_rpath"
 
68567
 
 
68568
-       # See the names of the shared library.
 
68569
-       set dummy $library_names
 
68570
-       if test -n "$2"; then
 
68571
-         realname="$2"
 
68572
-         shift
 
68573
-         shift
 
68574
+       # We have no uninstalled library dependencies, so finalize right now.
 
68575
+       exit_status=0
 
68576
+       func_show_eval "$link_command" 'exit_status=$?'
 
68577
 
 
68578
-         srcname="$realname"
 
68579
-         test -n "$relink_command" && srcname="$realname"T
 
68580
+       # Delete the generated files.
 
68581
+       if test -f "$output_objdir/${outputname}S.${objext}"; then
 
68582
+         func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"'
 
68583
+       fi
 
68584
 
 
68585
-         # Install the shared library and build the symlinks.
 
68586
-         $show "$install_prog $dir/$srcname $destdir/$realname"
 
68587
-         $run eval "$install_prog $dir/$srcname $destdir/$realname" || exit $?
 
68588
-         if test -n "$stripme" && test -n "$striplib"; then
 
68589
-           $show "$striplib $destdir/$realname"
 
68590
-           $run eval "$striplib $destdir/$realname" || exit $?
 
68591
+       exit $exit_status
 
68592
          fi
 
68593
 
 
68594
-         if test "$#" -gt 0; then
 
68595
-           # Delete the old symlinks, and create new ones.
 
68596
-           # Try `ln -sf' first, because the `ln' binary might depend on
 
68597
-           # the symlink we replace!  Solaris /bin/ln does not understand -f,
 
68598
-           # so we also need to try rm && ln -s.
 
68599
-           for linkname
 
68600
-           do
 
68601
-             if test "$linkname" != "$realname"; then
 
68602
-                $show "(cd $destdir && { $LN_S -f $realname $linkname || { $rm $linkname && $LN_S $realname $linkname; }; })"
 
68603
-                $run eval "(cd $destdir && { $LN_S -f $realname $linkname || { $rm $linkname && $LN_S $realname $linkname; }; })"
 
68604
+      if test -n "$compile_shlibpath$finalize_shlibpath"; then
 
68605
+       compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
 
68606
              fi
 
68607
-           done
 
68608
+      if test -n "$finalize_shlibpath"; then
 
68609
+       finalize_command="$shlibpath_var=\"$finalize_shlibpath\$$shlibpath_var\" $finalize_command"
 
68610
          fi
 
68611
 
 
68612
-         # Do each command in the postinstall commands.
 
68613
-         lib="$destdir/$realname"
 
68614
-         cmds=$postinstall_cmds
 
68615
-         save_ifs="$IFS"; IFS='~'
 
68616
-         for cmd in $cmds; do
 
68617
-           IFS="$save_ifs"
 
68618
-           eval cmd=\"$cmd\"
 
68619
-           $show "$cmd"
 
68620
-           $run eval "$cmd" || {
 
68621
-             lt_exit=$?
 
68622
-
 
68623
-             # Restore the uninstalled library and exit
 
68624
-             if test "$mode" = relink; then
 
68625
-               $run eval '(cd $output_objdir && $rm ${realname}T && $mv ${realname}U $realname)'
 
68626
+      compile_var=
 
68627
+      finalize_var=
 
68628
+      if test -n "$runpath_var"; then
 
68629
+       if test -n "$perm_rpath"; then
 
68630
+         # We should set the runpath_var.
 
68631
+         rpath=
 
68632
+         for dir in $perm_rpath; do
 
68633
+           rpath="$rpath$dir:"
 
68634
+         done
 
68635
+         compile_var="$runpath_var=\"$rpath\$$runpath_var\" "
 
68636
              fi
 
68637
-
 
68638
-             exit $lt_exit
 
68639
-           }
 
68640
+       if test -n "$finalize_perm_rpath"; then
 
68641
+         # We should set the runpath_var.
 
68642
+         rpath=
 
68643
+         for dir in $finalize_perm_rpath; do
 
68644
+           rpath="$rpath$dir:"
 
68645
          done
 
68646
-         IFS="$save_ifs"
 
68647
+         finalize_var="$runpath_var=\"$rpath\$$runpath_var\" "
 
68648
+       fi
 
68649
        fi
 
68650
 
 
68651
-       # Install the pseudo-library for information purposes.
 
68652
-       name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
 
68653
-       instname="$dir/$name"i
 
68654
-       $show "$install_prog $instname $destdir/$name"
 
68655
-       $run eval "$install_prog $instname $destdir/$name" || exit $?
 
68656
-
 
68657
-       # Maybe install the static library, too.
 
68658
-       test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
 
68659
-       ;;
 
68660
+      if test "$no_install" = yes; then
 
68661
+       # We don't need to create a wrapper script.
 
68662
+       link_command="$compile_var$compile_command$compile_rpath"
 
68663
+       # Replace the output file specification.
 
68664
+       link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
 
68665
+       # Delete the old output file.
 
68666
+       $opt_dry_run || $RM $output
 
68667
+       # Link the executable and exit
 
68668
+       func_show_eval "$link_command" 'exit $?'
 
68669
+       exit $EXIT_SUCCESS
 
68670
+      fi
 
68671
 
 
68672
-      *.lo)
 
68673
-       # Install (i.e. copy) a libtool object.
 
68674
+      if test "$hardcode_action" = relink; then
 
68675
+       # Fast installation is not supported
 
68676
+       link_command="$compile_var$compile_command$compile_rpath"
 
68677
+       relink_command="$finalize_var$finalize_command$finalize_rpath"
 
68678
 
 
68679
-       # Figure out destination file name, if it wasn't already specified.
 
68680
-       if test -n "$destname"; then
 
68681
-         destfile="$destdir/$destname"
 
68682
+       func_warning "this platform does not like uninstalled shared libraries"
 
68683
+       func_warning "\`$output' will be relinked during installation"
 
68684
        else
 
68685
-         destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
 
68686
-         destfile="$destdir/$destfile"
 
68687
+       if test "$fast_install" != no; then
 
68688
+         link_command="$finalize_var$compile_command$finalize_rpath"
 
68689
+         if test "$fast_install" = yes; then
 
68690
+           relink_command=`$ECHO "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
 
68691
+         else
 
68692
+           # fast_install is set to needless
 
68693
+           relink_command=
 
68694
+         fi
 
68695
+       else
 
68696
+         link_command="$compile_var$compile_command$compile_rpath"
 
68697
+         relink_command="$finalize_var$finalize_command$finalize_rpath"
 
68698
+       fi
 
68699
        fi
 
68700
 
 
68701
-       # Deduce the name of the destination old-style object file.
 
68702
-       case $destfile in
 
68703
-       *.lo)
 
68704
-         staticdest=`$echo "X$destfile" | $Xsed -e "$lo2o"`
 
68705
-         ;;
 
68706
-       *.$objext)
 
68707
-         staticdest="$destfile"
 
68708
-         destfile=
 
68709
-         ;;
 
68710
-       *)
 
68711
-         $echo "$modename: cannot copy a libtool object to \`$destfile'" 1>&2
 
68712
-         $echo "$help" 1>&2
 
68713
-         exit $EXIT_FAILURE
 
68714
-         ;;
 
68715
-       esac
 
68716
+      # Replace the output file specification.
 
68717
+      link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
 
68718
 
 
68719
-       # Install the libtool object if requested.
 
68720
-       if test -n "$destfile"; then
 
68721
-         $show "$install_prog $file $destfile"
 
68722
-         $run eval "$install_prog $file $destfile" || exit $?
 
68723
-       fi
 
68724
+      # Delete the old output files.
 
68725
+      $opt_dry_run || $RM $output $output_objdir/$outputname $output_objdir/lt-$outputname
 
68726
 
 
68727
-       # Install the old object if enabled.
 
68728
-       if test "$build_old_libs" = yes; then
 
68729
-         # Deduce the name of the old-style object file.
 
68730
-         staticobj=`$echo "X$file" | $Xsed -e "$lo2o"`
 
68731
+      func_show_eval "$link_command" 'exit $?'
 
68732
 
 
68733
-         $show "$install_prog $staticobj $staticdest"
 
68734
-         $run eval "$install_prog \$staticobj \$staticdest" || exit $?
 
68735
-       fi
 
68736
-       exit $EXIT_SUCCESS
 
68737
-       ;;
 
68738
+      # Now create the wrapper script.
 
68739
+      func_verbose "creating $output"
 
68740
 
 
68741
-      *)
 
68742
-       # Figure out destination file name, if it wasn't already specified.
 
68743
-       if test -n "$destname"; then
 
68744
-         destfile="$destdir/$destname"
 
68745
+      # Quote the relink command for shipping.
 
68746
+      if test -n "$relink_command"; then
 
68747
+       # Preserve any variables that may affect compiler behavior
 
68748
+       for var in $variables_saved_for_relink; do
 
68749
+         if eval test -z \"\${$var+set}\"; then
 
68750
+           relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command"
 
68751
+         elif eval var_value=\$$var; test -z "$var_value"; then
 
68752
+           relink_command="$var=; export $var; $relink_command"
 
68753
        else
 
68754
-         destfile=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
 
68755
-         destfile="$destdir/$destfile"
 
68756
+           func_quote_for_eval "$var_value"
 
68757
+           relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command"
 
68758
        fi
 
68759
-
 
68760
-       # If the file is missing, and there is a .exe on the end, strip it
 
68761
-       # because it is most likely a libtool script we actually want to
 
68762
-       # install
 
68763
-       stripped_ext=""
 
68764
-       case $file in
 
68765
-         *.exe)
 
68766
-           if test ! -f "$file"; then
 
68767
-             file=`$echo $file|${SED} 's,.exe$,,'`
 
68768
-             stripped_ext=".exe"
 
68769
+       done
 
68770
+       relink_command="(cd `pwd`; $relink_command)"
 
68771
+       relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"`
 
68772
            fi
 
68773
-           ;;
 
68774
-       esac
 
68775
-
 
68776
-       # Do a test to see if this is really a libtool program.
 
68777
-       case $host in
 
68778
-       *cygwin*|*mingw*)
 
68779
-           wrapper=`$echo $file | ${SED} -e 's,.exe$,,'`
 
68780
-           ;;
 
68781
-       *)
 
68782
-           wrapper=$file
 
68783
-           ;;
 
68784
-       esac
 
68785
-       if (${SED} -e '4q' $wrapper | grep "^# Generated by .*$PACKAGE")>/dev/null 2>&1; then
 
68786
-         notinst_deplibs=
 
68787
-         relink_command=
 
68788
 
 
68789
-         # Note that it is not necessary on cygwin/mingw to append a dot to
 
68790
-         # foo even if both foo and FILE.exe exist: automatic-append-.exe
 
68791
-         # behavior happens only for exec(3), not for open(2)!  Also, sourcing
 
68792
-         # `FILE.' does not work on cygwin managed mounts.
 
68793
-         #
 
68794
-         # If there is no directory component, then add one.
 
68795
-         case $wrapper in
 
68796
-         */* | *\\*) . ${wrapper} ;;
 
68797
-         *) . ./${wrapper} ;;
 
68798
+      # Quote $ECHO for shipping.
 
68799
+      if test "X$ECHO" = "X$SHELL $progpath --fallback-echo"; then
 
68800
+       case $progpath in
 
68801
+       [\\/]* | [A-Za-z]:[\\/]*) qecho="$SHELL $progpath --fallback-echo";;
 
68802
+       *) qecho="$SHELL `pwd`/$progpath --fallback-echo";;
 
68803
          esac
 
68804
-
 
68805
-         # Check the variables that should have been set.
 
68806
-         if test -z "$notinst_deplibs"; then
 
68807
-           $echo "$modename: invalid libtool wrapper script \`$wrapper'" 1>&2
 
68808
-           exit $EXIT_FAILURE
 
68809
+       qecho=`$ECHO "X$qecho" | $Xsed -e "$sed_quote_subst"`
 
68810
+      else
 
68811
+       qecho=`$ECHO "X$ECHO" | $Xsed -e "$sed_quote_subst"`
 
68812
          fi
 
68813
 
 
68814
-         finalize=yes
 
68815
-         for lib in $notinst_deplibs; do
 
68816
-           # Check to see that each library is installed.
 
68817
-           libdir=
 
68818
-           if test -f "$lib"; then
 
68819
-             # If there is no directory component, then add one.
 
68820
-             case $lib in
 
68821
-             */* | *\\*) . $lib ;;
 
68822
-             *) . ./$lib ;;
 
68823
+      # Only actually do things if not in dry run mode.
 
68824
+      $opt_dry_run || {
 
68825
+       # win32 will think the script is a binary if it has
 
68826
+       # a .exe suffix, so we strip it off here.
 
68827
+       case $output in
 
68828
+         *.exe) func_stripname '' '.exe' "$output"
 
68829
+                output=$func_stripname_result ;;
 
68830
              esac
 
68831
-           fi
 
68832
-           libfile="$libdir/"`$echo "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
 
68833
-           if test -n "$libdir" && test ! -f "$libfile"; then
 
68834
-             $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2
 
68835
-             finalize=no
 
68836
-           fi
 
68837
-         done
 
68838
-
 
68839
-         relink_command=
 
68840
-         # Note that it is not necessary on cygwin/mingw to append a dot to
 
68841
-         # foo even if both foo and FILE.exe exist: automatic-append-.exe
 
68842
-         # behavior happens only for exec(3), not for open(2)!  Also, sourcing
 
68843
-         # `FILE.' does not work on cygwin managed mounts.
 
68844
-         #
 
68845
-         # If there is no directory component, then add one.
 
68846
-         case $wrapper in
 
68847
-         */* | *\\*) . ${wrapper} ;;
 
68848
-         *) . ./${wrapper} ;;
 
68849
+       # test for cygwin because mv fails w/o .exe extensions
 
68850
+       case $host in
 
68851
+         *cygwin*)
 
68852
+           exeext=.exe
 
68853
+           func_stripname '' '.exe' "$outputname"
 
68854
+           outputname=$func_stripname_result ;;
 
68855
+         *) exeext= ;;
 
68856
          esac
 
68857
+       case $host in
 
68858
+         *cygwin* | *mingw* )
 
68859
+           func_dirname_and_basename "$output" "" "."
 
68860
+           output_name=$func_basename_result
 
68861
+           output_path=$func_dirname_result
 
68862
+           cwrappersource="$output_path/$objdir/lt-$output_name.c"
 
68863
+           cwrapper="$output_path/$output_name.exe"
 
68864
+           $RM $cwrappersource $cwrapper
 
68865
+           trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
 
68866
+
 
68867
+           func_emit_cwrapperexe_src > $cwrappersource
 
68868
+
 
68869
+           # we should really use a build-platform specific compiler
 
68870
+           # here, but OTOH, the wrappers (shell script and this C one)
 
68871
+           # are only useful if you want to execute the "real" binary.
 
68872
+           # Since the "real" binary is built for $host, then this
 
68873
+           # wrapper might as well be built for $host, too.
 
68874
+           $opt_dry_run || {
 
68875
+             $LTCC $LTCFLAGS -o $cwrapper $cwrappersource
 
68876
+             $STRIP $cwrapper
 
68877
+           }
 
68878
 
 
68879
-         outputname=
 
68880
-         if test "$fast_install" = no && test -n "$relink_command"; then
 
68881
-           if test "$finalize" = yes && test -z "$run"; then
 
68882
-             tmpdir=`func_mktempdir`
 
68883
-             file=`$echo "X$file$stripped_ext" | $Xsed -e 's%^.*/%%'`
 
68884
-             outputname="$tmpdir/$file"
 
68885
-             # Replace the output file specification.
 
68886
-             relink_command=`$echo "X$relink_command" | $SP2NL | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g' | $NL2SP`
 
68887
-
 
68888
-             $show "$relink_command"
 
68889
-             if $run eval "$relink_command"; then :
 
68890
-             else
 
68891
-               $echo "$modename: error: relink \`$file' with the above command before installing it" 1>&2
 
68892
-               ${rm}r "$tmpdir"
 
68893
-               continue
 
68894
-             fi
 
68895
-             file="$outputname"
 
68896
-           else
 
68897
-             $echo "$modename: warning: cannot relink \`$file'" 1>&2
 
68898
-           fi
 
68899
+           # Now, create the wrapper script for func_source use:
 
68900
+           func_ltwrapper_scriptname $cwrapper
 
68901
+           $RM $func_ltwrapper_scriptname_result
 
68902
+           trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15
 
68903
+           $opt_dry_run || {
 
68904
+             # note: this script will not be executed, so do not chmod.
 
68905
+             if test "x$build" = "x$host" ; then
 
68906
+               $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result
 
68907
          else
 
68908
-           # Install the binary that we compiled earlier.
 
68909
-           file=`$echo "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
 
68910
+               func_emit_wrapper no > $func_ltwrapper_scriptname_result
 
68911
          fi
 
68912
-       fi
 
68913
-
 
68914
-       # remove .exe since cygwin /usr/bin/install will append another
 
68915
-       # one anyway 
 
68916
-       case $install_prog,$host in
 
68917
-       */usr/bin/install*,*cygwin*)
 
68918
-         case $file:$destfile in
 
68919
-         *.exe:*.exe)
 
68920
-           # this is ok
 
68921
-           ;;
 
68922
-         *.exe:*)
 
68923
-           destfile=$destfile.exe
 
68924
-           ;;
 
68925
-         *:*.exe)
 
68926
-           destfile=`$echo $destfile | ${SED} -e 's,.exe$,,'`
 
68927
+           }
 
68928
            ;;
 
68929
-         esac
 
68930
+         * )
 
68931
+           $RM $output
 
68932
+           trap "$RM $output; exit $EXIT_FAILURE" 1 2 15
 
68933
+
 
68934
+           func_emit_wrapper no > $output
 
68935
+           chmod +x $output
 
68936
          ;;
 
68937
        esac
 
68938
-       $show "$install_prog$stripme $file $destfile"
 
68939
-       $run eval "$install_prog\$stripme \$file \$destfile" || exit $?
 
68940
-       test -n "$outputname" && ${rm}r "$tmpdir"
 
68941
+      }
 
68942
+      exit $EXIT_SUCCESS
 
68943
        ;;
 
68944
-      esac
 
68945
-    done
 
68946
-
 
68947
-    for file in $staticlibs; do
 
68948
-      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
 
68949
-
 
68950
-      # Set up the ranlib parameters.
 
68951
-      oldlib="$destdir/$name"
 
68952
+    esac
 
68953
 
 
68954
-      $show "$install_prog $file $oldlib"
 
68955
-      $run eval "$install_prog \$file \$oldlib" || exit $?
 
68956
+    # See if we need to build an old-fashioned archive.
 
68957
+    for oldlib in $oldlibs; do
 
68958
 
 
68959
-      if test -n "$stripme" && test -n "$old_striplib"; then
 
68960
-       $show "$old_striplib $oldlib"
 
68961
-       $run eval "$old_striplib $oldlib" || exit $?
 
68962
+      if test "$build_libtool_libs" = convenience; then
 
68963
+       oldobjs="$libobjs_save $symfileobj"
 
68964
+       addlibs="$convenience"
 
68965
+       build_libtool_libs=no
 
68966
+      else
 
68967
+       if test "$build_libtool_libs" = module; then
 
68968
+         oldobjs="$libobjs_save"
 
68969
+         build_libtool_libs=no
 
68970
+       else
 
68971
+         oldobjs="$old_deplibs $non_pic_objects"
 
68972
+         if test "$preload" = yes && test -f "$symfileobj"; then
 
68973
+           oldobjs="$oldobjs $symfileobj"
 
68974
+         fi
 
68975
+       fi
 
68976
+       addlibs="$old_convenience"
 
68977
       fi
 
68978
 
 
68979
-      # Do each command in the postinstall commands.
 
68980
-      cmds=$old_postinstall_cmds
 
68981
-      save_ifs="$IFS"; IFS='~'
 
68982
-      for cmd in $cmds; do
 
68983
-       IFS="$save_ifs"
 
68984
-       eval cmd=\"$cmd\"
 
68985
-       $show "$cmd"
 
68986
-       $run eval "$cmd" || exit $?
 
68987
-      done
 
68988
-      IFS="$save_ifs"
 
68989
-    done
 
68990
+      if test -n "$addlibs"; then
 
68991
+       gentop="$output_objdir/${outputname}x"
 
68992
+       generated="$generated $gentop"
 
68993
 
 
68994
-    if test -n "$future_libdirs"; then
 
68995
-      $echo "$modename: warning: remember to run \`$progname --finish$future_libdirs'" 1>&2
 
68996
+       func_extract_archives $gentop $addlibs
 
68997
+       oldobjs="$oldobjs $func_extract_archives_result"
 
68998
     fi
 
68999
 
 
69000
-    if test -n "$current_libdirs"; then
 
69001
-      # Maybe just do a dry run.
 
69002
-      test -n "$run" && current_libdirs=" -n$current_libdirs"
 
69003
-      exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
 
69004
+      # Do each command in the archive commands.
 
69005
+      if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then
 
69006
+       cmds=$old_archive_from_new_cmds
 
69007
     else
 
69008
-      exit $EXIT_SUCCESS
 
69009
-    fi
 
69010
-    ;;
 
69011
 
 
69012
-  # libtool finish mode
 
69013
-  finish)
 
69014
-    modename="$modename: finish"
 
69015
-    libdirs="$nonopt"
 
69016
-    admincmds=
 
69017
+       # Add any objects from preloaded convenience libraries
 
69018
+       if test -n "$dlprefiles"; then
 
69019
+         gentop="$output_objdir/${outputname}x"
 
69020
+         generated="$generated $gentop"
 
69021
 
 
69022
-    if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
 
69023
-      for dir
 
69024
-      do
 
69025
-       libdirs="$libdirs $dir"
 
69026
-      done
 
69027
+         func_extract_archives $gentop $dlprefiles
 
69028
+         oldobjs="$oldobjs $func_extract_archives_result"
 
69029
+       fi
 
69030
 
 
69031
-      for libdir in $libdirs; do
 
69032
-       if test -n "$finish_cmds"; then
 
69033
-         # Do each command in the finish commands.
 
69034
-         cmds=$finish_cmds
 
69035
-         save_ifs="$IFS"; IFS='~'
 
69036
-         for cmd in $cmds; do
 
69037
-           IFS="$save_ifs"
 
69038
-           eval cmd=\"$cmd\"
 
69039
-           $show "$cmd"
 
69040
-           $run eval "$cmd" || admincmds="$admincmds
 
69041
-       $cmd"
 
69042
+       # POSIX demands no paths to be encoded in archives.  We have
 
69043
+       # to avoid creating archives with duplicate basenames if we
 
69044
+       # might have to extract them afterwards, e.g., when creating a
 
69045
+       # static archive out of a convenience library, or when linking
 
69046
+       # the entirety of a libtool archive into another (currently
 
69047
+       # not supported by libtool).
 
69048
+       if (for obj in $oldobjs
 
69049
+           do
 
69050
+             func_basename "$obj"
 
69051
+             $ECHO "$func_basename_result"
 
69052
+           done | sort | sort -uc >/dev/null 2>&1); then
 
69053
+         :
 
69054
+       else
 
69055
+         $ECHO "copying selected object files to avoid basename conflicts..."
 
69056
+         gentop="$output_objdir/${outputname}x"
 
69057
+         generated="$generated $gentop"
 
69058
+         func_mkdir_p "$gentop"
 
69059
+         save_oldobjs=$oldobjs
 
69060
+         oldobjs=
 
69061
+         counter=1
 
69062
+         for obj in $save_oldobjs
 
69063
+         do
 
69064
+           func_basename "$obj"
 
69065
+           objbase="$func_basename_result"
 
69066
+           case " $oldobjs " in
 
69067
+           " ") oldobjs=$obj ;;
 
69068
+           *[\ /]"$objbase "*)
 
69069
+             while :; do
 
69070
+               # Make sure we don't pick an alternate name that also
 
69071
+               # overlaps.
 
69072
+               newobj=lt$counter-$objbase
 
69073
+               func_arith $counter + 1
 
69074
+               counter=$func_arith_result
 
69075
+               case " $oldobjs " in
 
69076
+               *[\ /]"$newobj "*) ;;
 
69077
+               *) if test ! -f "$gentop/$newobj"; then break; fi ;;
 
69078
+               esac
 
69079
          done
 
69080
-         IFS="$save_ifs"
 
69081
-       fi
 
69082
-       if test -n "$finish_eval"; then
 
69083
-         # Do the single finish_eval.
 
69084
-         eval cmds=\"$finish_eval\"
 
69085
-         $run eval "$cmds" || admincmds="$admincmds
 
69086
-       $cmds"
 
69087
-       fi
 
69088
+             func_show_eval "ln $obj $gentop/$newobj || cp $obj $gentop/$newobj"
 
69089
+             oldobjs="$oldobjs $gentop/$newobj"
 
69090
+             ;;
 
69091
+           *) oldobjs="$oldobjs $obj" ;;
 
69092
+           esac
 
69093
       done
 
69094
     fi
 
69095
+       eval cmds=\"$old_archive_cmds\"
 
69096
 
 
69097
-    # Exit here if they wanted silent mode.
 
69098
-    test "$show" = : && exit $EXIT_SUCCESS
 
69099
-
 
69100
-    $echo "X----------------------------------------------------------------------" | $Xsed
 
69101
-    $echo "Libraries have been installed in:"
 
69102
-    for libdir in $libdirs; do
 
69103
-      $echo "   $libdir"
 
69104
+       func_len " $cmds"
 
69105
+       len=$func_len_result
 
69106
+       if test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
 
69107
+         cmds=$old_archive_cmds
 
69108
+       else
 
69109
+         # the command line is too long to link in one step, link in parts
 
69110
+         func_verbose "using piecewise archive linking..."
 
69111
+         save_RANLIB=$RANLIB
 
69112
+         RANLIB=:
 
69113
+         objlist=
 
69114
+         concat_cmds=
 
69115
+         save_oldobjs=$oldobjs
 
69116
+         oldobjs=
 
69117
+         # Is there a better way of finding the last object in the list?
 
69118
+         for obj in $save_oldobjs
 
69119
+         do
 
69120
+           last_oldobj=$obj
 
69121
     done
 
69122
-    $echo
 
69123
-    $echo "If you ever happen to want to link against installed libraries"
 
69124
-    $echo "in a given directory, LIBDIR, you must either use libtool, and"
 
69125
-    $echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
 
69126
-    $echo "flag during linking and do at least one of the following:"
 
69127
-    if test -n "$shlibpath_var"; then
 
69128
-      $echo "   - add LIBDIR to the \`$shlibpath_var' environment variable"
 
69129
-      $echo "     during execution"
 
69130
+         eval test_cmds=\"$old_archive_cmds\"
 
69131
+         func_len " $test_cmds"
 
69132
+         len0=$func_len_result
 
69133
+         len=$len0
 
69134
+         for obj in $save_oldobjs
 
69135
+         do
 
69136
+           func_len " $obj"
 
69137
+           func_arith $len + $func_len_result
 
69138
+           len=$func_arith_result
 
69139
+           func_append objlist " $obj"
 
69140
+           if test "$len" -lt "$max_cmd_len"; then
 
69141
+             :
 
69142
+           else
 
69143
+             # the above command should be used before it gets too long
 
69144
+             oldobjs=$objlist
 
69145
+             if test "$obj" = "$last_oldobj" ; then
 
69146
+               RANLIB=$save_RANLIB
 
69147
     fi
 
69148
-    if test -n "$runpath_var"; then
 
69149
-      $echo "   - add LIBDIR to the \`$runpath_var' environment variable"
 
69150
-      $echo "     during linking"
 
69151
+             test -z "$concat_cmds" || concat_cmds=$concat_cmds~
 
69152
+             eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\"
 
69153
+             objlist=
 
69154
+             len=$len0
 
69155
     fi
 
69156
-    if test -n "$hardcode_libdir_flag_spec"; then
 
69157
-      libdir=LIBDIR
 
69158
-      eval flag=\"$hardcode_libdir_flag_spec\"
 
69159
-
 
69160
-      $echo "   - use the \`$flag' linker flag"
 
69161
+         done
 
69162
+         RANLIB=$save_RANLIB
 
69163
+         oldobjs=$objlist
 
69164
+         if test "X$oldobjs" = "X" ; then
 
69165
+           eval cmds=\"\$concat_cmds\"
 
69166
+         else
 
69167
+           eval cmds=\"\$concat_cmds~\$old_archive_cmds\"
 
69168
     fi
 
69169
-    if test -n "$admincmds"; then
 
69170
-      $echo "   - have your system administrator run these commands:$admincmds"
 
69171
     fi
 
69172
-    if test -f /etc/ld.so.conf; then
 
69173
-      $echo "   - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
 
69174
     fi
 
69175
-    $echo
 
69176
-    $echo "See any operating system documentation about shared libraries for"
 
69177
-    $echo "more information, such as the ld(1) and ld.so(8) manual pages."
 
69178
-    $echo "X----------------------------------------------------------------------" | $Xsed
 
69179
-    exit $EXIT_SUCCESS
 
69180
-    ;;
 
69181
+      func_execute_cmds "$cmds" 'exit $?'
 
69182
+    done
 
69183
 
 
69184
-  # libtool execute mode
 
69185
-  execute)
 
69186
-    modename="$modename: execute"
 
69187
+    test -n "$generated" && \
 
69188
+      func_show_eval "${RM}r$generated"
 
69189
 
 
69190
-    # The first argument is the command name.
 
69191
-    cmd="$nonopt"
 
69192
-    if test -z "$cmd"; then
 
69193
-      $echo "$modename: you must specify a COMMAND" 1>&2
 
69194
-      $echo "$help"
 
69195
-      exit $EXIT_FAILURE
 
69196
+    # Now create the libtool archive.
 
69197
+    case $output in
 
69198
+    *.la)
 
69199
+      old_library=
 
69200
+      test "$build_old_libs" = yes && old_library="$libname.$libext"
 
69201
+      func_verbose "creating $output"
 
69202
+
 
69203
+      # Preserve any variables that may affect compiler behavior
 
69204
+      for var in $variables_saved_for_relink; do
 
69205
+       if eval test -z \"\${$var+set}\"; then
 
69206
+         relink_command="{ test -z \"\${$var+set}\" || $lt_unset $var || { $var=; export $var; }; }; $relink_command"
 
69207
+       elif eval var_value=\$$var; test -z "$var_value"; then
 
69208
+         relink_command="$var=; export $var; $relink_command"
 
69209
+       else
 
69210
+         func_quote_for_eval "$var_value"
 
69211
+         relink_command="$var=$func_quote_for_eval_result; export $var; $relink_command"
 
69212
+       fi
 
69213
+      done
 
69214
+      # Quote the link command for shipping.
 
69215
+      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
 
69216
+      relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"`
 
69217
+      if test "$hardcode_automatic" = yes ; then
 
69218
+       relink_command=
 
69219
     fi
 
69220
 
 
69221
-    # Handle -dlopen flags immediately.
 
69222
-    for file in $execute_dlfiles; do
 
69223
-      if test ! -f "$file"; then
 
69224
-       $echo "$modename: \`$file' is not a file" 1>&2
 
69225
-       $echo "$help" 1>&2
 
69226
-       exit $EXIT_FAILURE
 
69227
+      # Only create the output if not a dry run.
 
69228
+      $opt_dry_run || {
 
69229
+       for installed in no yes; do
 
69230
+         if test "$installed" = yes; then
 
69231
+           if test -z "$install_libdir"; then
 
69232
+             break
 
69233
       fi
 
69234
+           output="$output_objdir/$outputname"i
 
69235
+           # Replace all uninstalled libtool libraries with the installed ones
 
69236
+           newdependency_libs=
 
69237
+           for deplib in $dependency_libs; do
 
69238
+             case $deplib in
 
69239
+             *.la)
 
69240
+               func_basename "$deplib"
 
69241
+               name="$func_basename_result"
 
69242
+               eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
 
69243
+               test -z "$libdir" && \
 
69244
+                 func_fatal_error "\`$deplib' is not a valid libtool archive"
 
69245
+               newdependency_libs="$newdependency_libs $libdir/$name"
 
69246
+               ;;
 
69247
+             *) newdependency_libs="$newdependency_libs $deplib" ;;
 
69248
+             esac
 
69249
+           done
 
69250
+           dependency_libs="$newdependency_libs"
 
69251
+           newdlfiles=
 
69252
 
 
69253
-      dir=
 
69254
-      case $file in
 
69255
+           for lib in $dlfiles; do
 
69256
+             case $lib in
 
69257
       *.la)
 
69258
-       # Check to see that this really is a libtool archive.
 
69259
-       if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then :
 
69260
+               func_basename "$lib"
 
69261
+               name="$func_basename_result"
 
69262
+               eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
 
69263
+               test -z "$libdir" && \
 
69264
+                 func_fatal_error "\`$lib' is not a valid libtool archive"
 
69265
+               newdlfiles="$newdlfiles $libdir/$name"
 
69266
+               ;;
 
69267
+             *) newdlfiles="$newdlfiles $lib" ;;
 
69268
+             esac
 
69269
+           done
 
69270
+           dlfiles="$newdlfiles"
 
69271
+           newdlprefiles=
 
69272
+           for lib in $dlprefiles; do
 
69273
+             case $lib in
 
69274
+             *.la)
 
69275
+               # Only pass preopened files to the pseudo-archive (for
 
69276
+               # eventual linking with the app. that links it) if we
 
69277
+               # didn't already link the preopened objects directly into
 
69278
+               # the library:
 
69279
+               func_basename "$lib"
 
69280
+               name="$func_basename_result"
 
69281
+               eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
 
69282
+               test -z "$libdir" && \
 
69283
+                 func_fatal_error "\`$lib' is not a valid libtool archive"
 
69284
+               newdlprefiles="$newdlprefiles $libdir/$name"
 
69285
+               ;;
 
69286
+             esac
 
69287
+           done
 
69288
+           dlprefiles="$newdlprefiles"
 
69289
        else
 
69290
-         $echo "$modename: \`$lib' is not a valid libtool archive" 1>&2
 
69291
-         $echo "$help" 1>&2
 
69292
-         exit $EXIT_FAILURE
 
69293
+           newdlfiles=
 
69294
+           for lib in $dlfiles; do
 
69295
+             case $lib in
 
69296
+               [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
 
69297
+               *) abs=`pwd`"/$lib" ;;
 
69298
+             esac
 
69299
+             newdlfiles="$newdlfiles $abs"
 
69300
+           done
 
69301
+           dlfiles="$newdlfiles"
 
69302
+           newdlprefiles=
 
69303
+           for lib in $dlprefiles; do
 
69304
+             case $lib in
 
69305
+               [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
 
69306
+               *) abs=`pwd`"/$lib" ;;
 
69307
+             esac
 
69308
+             newdlprefiles="$newdlprefiles $abs"
 
69309
+           done
 
69310
+           dlprefiles="$newdlprefiles"
 
69311
        fi
 
69312
+         $RM $output
 
69313
+         # place dlname in correct position for cygwin
 
69314
+         tdlname=$dlname
 
69315
+         case $host,$output,$installed,$module,$dlname in
 
69316
+           *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll) tdlname=../bin/$dlname ;;
 
69317
+         esac
 
69318
+         $ECHO > $output "\
 
69319
+# $outputname - a libtool library file
 
69320
+# Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
 
69321
+#
 
69322
+# Please DO NOT delete this file!
 
69323
+# It is necessary for linking the library.
 
69324
+
 
69325
+# The name that we can dlopen(3).
 
69326
+dlname='$tdlname'
 
69327
 
 
69328
-       # Read the libtool library.
 
69329
-       dlname=
 
69330
-       library_names=
 
69331
+# Names of this library.
 
69332
+library_names='$library_names'
 
69333
 
 
69334
-       # If there is no directory component, then add one.
 
69335
-       case $file in
 
69336
-       */* | *\\*) . $file ;;
 
69337
-       *) . ./$file ;;
 
69338
-       esac
 
69339
+# The name of the static archive.
 
69340
+old_library='$old_library'
 
69341
 
 
69342
-       # Skip this library if it cannot be dlopened.
 
69343
-       if test -z "$dlname"; then
 
69344
-         # Warn if it was a shared library.
 
69345
-         test -n "$library_names" && $echo "$modename: warning: \`$file' was not linked with \`-export-dynamic'"
 
69346
-         continue
 
69347
-       fi
 
69348
+# Linker flags that can not go in dependency_libs.
 
69349
+inherited_linker_flags='$new_inherited_linker_flags'
 
69350
 
 
69351
-       dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
 
69352
-       test "X$dir" = "X$file" && dir=.
 
69353
+# Libraries that this one depends upon.
 
69354
+dependency_libs='$dependency_libs'
 
69355
 
 
69356
-       if test -f "$dir/$objdir/$dlname"; then
 
69357
-         dir="$dir/$objdir"
 
69358
-       else
 
69359
-         if test ! -f "$dir/$dlname"; then
 
69360
-           $echo "$modename: cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'" 1>&2
 
69361
-           exit $EXIT_FAILURE
 
69362
-         fi
 
69363
-       fi
 
69364
-       ;;
 
69365
+# Names of additional weak libraries provided by this library
 
69366
+weak_library_names='$weak_libs'
 
69367
 
 
69368
-      *.lo)
 
69369
-       # Just add the directory containing the .lo file.
 
69370
-       dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
 
69371
-       test "X$dir" = "X$file" && dir=.
 
69372
-       ;;
 
69373
+# Version information for $libname.
 
69374
+current=$current
 
69375
+age=$age
 
69376
+revision=$revision
 
69377
 
 
69378
-      *)
 
69379
-       $echo "$modename: warning \`-dlopen' is ignored for non-libtool libraries and objects" 1>&2
 
69380
-       continue
 
69381
-       ;;
 
69382
-      esac
 
69383
+# Is this an already installed library?
 
69384
+installed=$installed
 
69385
 
 
69386
-      # Get the absolute pathname.
 
69387
-      absdir=`cd "$dir" && pwd`
 
69388
-      test -n "$absdir" && dir="$absdir"
 
69389
+# Should we warn about portability when linking against -modules?
 
69390
+shouldnotlink=$module
 
69391
 
 
69392
-      # Now add the directory to shlibpath_var.
 
69393
-      if eval "test -z \"\$$shlibpath_var\""; then
 
69394
-       eval "$shlibpath_var=\"\$dir\""
 
69395
-      else
 
69396
-       eval "$shlibpath_var=\"\$dir:\$$shlibpath_var\""
 
69397
+# Files to dlopen/dlpreopen
 
69398
+dlopen='$dlfiles'
 
69399
+dlpreopen='$dlprefiles'
 
69400
+
 
69401
+# Directory that this library needs to be installed in:
 
69402
+libdir='$install_libdir'"
 
69403
+         if test "$installed" = no && test "$need_relink" = yes; then
 
69404
+           $ECHO >> $output "\
 
69405
+relink_command=\"$relink_command\""
 
69406
       fi
 
69407
     done
 
69408
+      }
 
69409
 
 
69410
-    # This variable tells wrapper scripts just to set shlibpath_var
 
69411
-    # rather than running their programs.
 
69412
-    libtool_execute_magic="$magic"
 
69413
-
 
69414
-    # Check if any of the arguments is a wrapper script.
 
69415
-    args=
 
69416
-    for file
 
69417
-    do
 
69418
-      case $file in
 
69419
-      -*) ;;
 
69420
-      *)
 
69421
-       # Do a test to see if this is really a libtool program.
 
69422
-       if (${SED} -e '4q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
 
69423
-         # If there is no directory component, then add one.
 
69424
-         case $file in
 
69425
-         */* | *\\*) . $file ;;
 
69426
-         *) . ./$file ;;
 
69427
-         esac
 
69428
-
 
69429
-         # Transform arg to wrapped name.
 
69430
-         file="$progdir/$program"
 
69431
-       fi
 
69432
+      # Do a symbolic link so that the libtool archive can be found in
 
69433
+      # LD_LIBRARY_PATH before the program is installed.
 
69434
+      func_show_eval '( cd "$output_objdir" && $RM "$outputname" && $LN_S "../$outputname" "$outputname" )' 'exit $?'
 
69435
        ;;
 
69436
       esac
 
69437
-      # Quote arguments (to preserve shell metacharacters).
 
69438
-      file=`$echo "X$file" | $Xsed -e "$sed_quote_subst"`
 
69439
-      args="$args \"$file\""
 
69440
-    done
 
69441
-
 
69442
-    if test -z "$run"; then
 
69443
-      if test -n "$shlibpath_var"; then
 
69444
-       # Export the shlibpath_var.
 
69445
-       eval "export $shlibpath_var"
 
69446
-      fi
 
69447
+    exit $EXIT_SUCCESS
 
69448
+}
 
69449
 
 
69450
-      # Restore saved environment variables
 
69451
-      for lt_var in LANG LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
 
69452
-      do
 
69453
-       eval "if test \"\${save_$lt_var+set}\" = set; then
 
69454
-               $lt_var=\$save_$lt_var; export $lt_var
 
69455
-             fi"
 
69456
-      done
 
69457
+{ test "$mode" = link || test "$mode" = relink; } &&
 
69458
+    func_mode_link ${1+"$@"}
 
69459
 
 
69460
-      # Now prepare to actually exec the command.
 
69461
-      exec_cmd="\$cmd$args"
 
69462
-    else
 
69463
-      # Display what would be done.
 
69464
-      if test -n "$shlibpath_var"; then
 
69465
-       eval "\$echo \"\$shlibpath_var=\$$shlibpath_var\""
 
69466
-       $echo "export $shlibpath_var"
 
69467
-      fi
 
69468
-      $echo "$cmd$args"
 
69469
-      exit $EXIT_SUCCESS
 
69470
-    fi
 
69471
-    ;;
 
69472
 
 
69473
-  # libtool clean and uninstall mode
 
69474
-  clean | uninstall)
 
69475
-    modename="$modename: $mode"
 
69476
-    rm="$nonopt"
 
69477
+# func_mode_uninstall arg...
 
69478
+func_mode_uninstall ()
 
69479
+{
 
69480
+    $opt_debug
 
69481
+    RM="$nonopt"
 
69482
     files=
 
69483
     rmforce=
 
69484
     exit_status=0
 
69485
@@ -6513,30 +7676,28 @@
 
69486
     for arg
 
69487
     do
 
69488
       case $arg in
 
69489
-      -f) rm="$rm $arg"; rmforce=yes ;;
 
69490
-      -*) rm="$rm $arg" ;;
 
69491
+      -f) RM="$RM $arg"; rmforce=yes ;;
 
69492
+      -*) RM="$RM $arg" ;;
 
69493
       *) files="$files $arg" ;;
 
69494
       esac
 
69495
     done
 
69496
 
 
69497
-    if test -z "$rm"; then
 
69498
-      $echo "$modename: you must specify an RM program" 1>&2
 
69499
-      $echo "$help" 1>&2
 
69500
-      exit $EXIT_FAILURE
 
69501
-    fi
 
69502
+    test -z "$RM" && \
 
69503
+      func_fatal_help "you must specify an RM program"
 
69504
 
 
69505
     rmdirs=
 
69506
 
 
69507
     origobjdir="$objdir"
 
69508
     for file in $files; do
 
69509
-      dir=`$echo "X$file" | $Xsed -e 's%/[^/]*$%%'`
 
69510
-      if test "X$dir" = "X$file"; then
 
69511
-       dir=.
 
69512
+      func_dirname "$file" "" "."
 
69513
+      dir="$func_dirname_result"
 
69514
+      if test "X$dir" = X.; then
 
69515
        objdir="$origobjdir"
 
69516
       else
 
69517
        objdir="$dir/$origobjdir"
 
69518
       fi
 
69519
-      name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
 
69520
+      func_basename "$file"
 
69521
+      name="$func_basename_result"
 
69522
       test "$mode" = uninstall && objdir="$dir"
 
69523
 
 
69524
       # Remember objdir for removal later, being careful to avoid duplicates
 
69525
@@ -6548,9 +7709,9 @@
 
69526
       fi
 
69527
 
 
69528
       # Don't error if the file doesn't exist and rm -f was used.
 
69529
-      if (test -L "$file") >/dev/null 2>&1 \
 
69530
-       || (test -h "$file") >/dev/null 2>&1 \
 
69531
-       || test -f "$file"; then
 
69532
+      if { test -L "$file"; } >/dev/null 2>&1 ||
 
69533
+        { test -h "$file"; } >/dev/null 2>&1 ||
 
69534
+        test -f "$file"; then
 
69535
        :
 
69536
       elif test -d "$file"; then
 
69537
        exit_status=1
 
69538
@@ -6564,8 +7725,8 @@
 
69539
       case $name in
 
69540
       *.la)
 
69541
        # Possibly a libtool archive, so verify it.
 
69542
-       if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
 
69543
-         . $dir/$name
 
69544
+       if func_lalib_p "$file"; then
 
69545
+         func_source $dir/$name
 
69546
 
 
69547
          # Delete the libtool libraries and symlinks.
 
69548
          for n in $library_names; do
 
69549
@@ -6585,34 +7746,12 @@
 
69550
          uninstall)
 
69551
            if test -n "$library_names"; then
 
69552
              # Do each command in the postuninstall commands.
 
69553
-             cmds=$postuninstall_cmds
 
69554
-             save_ifs="$IFS"; IFS='~'
 
69555
-             for cmd in $cmds; do
 
69556
-               IFS="$save_ifs"
 
69557
-               eval cmd=\"$cmd\"
 
69558
-               $show "$cmd"
 
69559
-               $run eval "$cmd"
 
69560
-               if test "$?" -ne 0 && test "$rmforce" != yes; then
 
69561
-                 exit_status=1
 
69562
-               fi
 
69563
-             done
 
69564
-             IFS="$save_ifs"
 
69565
+             func_execute_cmds "$postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1'
 
69566
            fi
 
69567
 
 
69568
            if test -n "$old_library"; then
 
69569
              # Do each command in the old_postuninstall commands.
 
69570
-             cmds=$old_postuninstall_cmds
 
69571
-             save_ifs="$IFS"; IFS='~'
 
69572
-             for cmd in $cmds; do
 
69573
-               IFS="$save_ifs"
 
69574
-               eval cmd=\"$cmd\"
 
69575
-               $show "$cmd"
 
69576
-               $run eval "$cmd"
 
69577
-               if test "$?" -ne 0 && test "$rmforce" != yes; then
 
69578
-                 exit_status=1
 
69579
-               fi
 
69580
-             done
 
69581
-             IFS="$save_ifs"
 
69582
+             func_execute_cmds "$old_postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1'
 
69583
            fi
 
69584
            # FIXME: should reinstall the best remaining shared library.
 
69585
            ;;
 
69586
@@ -6622,20 +7761,20 @@
 
69587
 
 
69588
       *.lo)
 
69589
        # Possibly a libtool object, so verify it.
 
69590
-       if (${SED} -e '2q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
 
69591
+       if func_lalib_p "$file"; then
 
69592
 
 
69593
          # Read the .lo file
 
69594
-         . $dir/$name
 
69595
+         func_source $dir/$name
 
69596
 
 
69597
          # Add PIC object to the list of files to remove.
 
69598
-         if test -n "$pic_object" \
 
69599
-            && test "$pic_object" != none; then
 
69600
+         if test -n "$pic_object" &&
 
69601
+            test "$pic_object" != none; then
 
69602
            rmfiles="$rmfiles $dir/$pic_object"
 
69603
          fi
 
69604
 
 
69605
          # Add non-PIC object to the list of files to remove.
 
69606
-         if test -n "$non_pic_object" \
 
69607
-            && test "$non_pic_object" != none; then
 
69608
+         if test -n "$non_pic_object" &&
 
69609
+            test "$non_pic_object" != none; then
 
69610
            rmfiles="$rmfiles $dir/$non_pic_object"
 
69611
          fi
 
69612
        fi
 
69613
@@ -6646,17 +7785,26 @@
 
69614
          noexename=$name
 
69615
          case $file in
 
69616
          *.exe)
 
69617
-           file=`$echo $file|${SED} 's,.exe$,,'`
 
69618
-           noexename=`$echo $name|${SED} 's,.exe$,,'`
 
69619
+           func_stripname '' '.exe' "$file"
 
69620
+           file=$func_stripname_result
 
69621
+           func_stripname '' '.exe' "$name"
 
69622
+           noexename=$func_stripname_result
 
69623
            # $file with .exe has already been added to rmfiles,
 
69624
            # add $file without .exe
 
69625
            rmfiles="$rmfiles $file"
 
69626
            ;;
 
69627
          esac
 
69628
          # Do a test to see if this is a libtool program.
 
69629
-         if (${SED} -e '4q' $file | grep "^# Generated by .*$PACKAGE") >/dev/null 2>&1; then
 
69630
+         if func_ltwrapper_p "$file"; then
 
69631
+           if func_ltwrapper_executable_p "$file"; then
 
69632
+             func_ltwrapper_scriptname "$file"
 
69633
            relink_command=
 
69634
-           . $dir/$noexename
 
69635
+             func_source $func_ltwrapper_scriptname_result
 
69636
+             rmfiles="$rmfiles $func_ltwrapper_scriptname_result"
 
69637
+           else
 
69638
+             relink_command=
 
69639
+             func_source $dir/$noexename
 
69640
+           fi
 
69641
 
 
69642
            # note $name still contains .exe if it was in $file originally
 
69643
            # as does the version of $file that was added into $rmfiles
 
69644
@@ -6671,239 +7819,38 @@
 
69645
        fi
 
69646
        ;;
 
69647
       esac
 
69648
-      $show "$rm $rmfiles"
 
69649
-      $run $rm $rmfiles || exit_status=1
 
69650
+      func_show_eval "$RM $rmfiles" 'exit_status=1'
 
69651
     done
 
69652
     objdir="$origobjdir"
 
69653
 
 
69654
     # Try to remove the ${objdir}s in the directories where we deleted files
 
69655
     for dir in $rmdirs; do
 
69656
       if test -d "$dir"; then
 
69657
-       $show "rmdir $dir"
 
69658
-       $run rmdir $dir >/dev/null 2>&1
 
69659
+       func_show_eval "rmdir $dir >/dev/null 2>&1"
 
69660
       fi
 
69661
     done
 
69662
 
 
69663
     exit $exit_status
 
69664
-    ;;
 
69665
+}
 
69666
 
 
69667
-  "")
 
69668
-    $echo "$modename: you must specify a MODE" 1>&2
 
69669
-    $echo "$generic_help" 1>&2
 
69670
-    exit $EXIT_FAILURE
 
69671
-    ;;
 
69672
-  esac
 
69673
+{ test "$mode" = uninstall || test "$mode" = clean; } &&
 
69674
+    func_mode_uninstall ${1+"$@"}
 
69675
 
 
69676
-  if test -z "$exec_cmd"; then
 
69677
-    $echo "$modename: invalid operation mode \`$mode'" 1>&2
 
69678
-    $echo "$generic_help" 1>&2
 
69679
-    exit $EXIT_FAILURE
 
69680
-  fi
 
69681
-fi # test -z "$show_help"
 
69682
+test -z "$mode" && {
 
69683
+  help="$generic_help"
 
69684
+  func_fatal_help "you must specify a MODE"
 
69685
+}
 
69686
+
 
69687
+test -z "$exec_cmd" && \
 
69688
+  func_fatal_help "invalid operation mode \`$mode'"
 
69689
 
 
69690
 if test -n "$exec_cmd"; then
 
69691
-  eval exec $exec_cmd
 
69692
+  eval exec "$exec_cmd"
 
69693
   exit $EXIT_FAILURE
 
69694
 fi
 
69695
 
 
69696
-# We need to display help for each of the modes.
 
69697
-case $mode in
 
69698
-"") $echo \
 
69699
-"Usage: $modename [OPTION]... [MODE-ARG]...
 
69700
-
 
69701
-Provide generalized library-building support services.
 
69702
-
 
69703
-    --config          show all configuration variables
 
69704
-    --debug           enable verbose shell tracing
 
69705
--n, --dry-run         display commands without modifying any files
 
69706
-    --features        display basic configuration information and exit
 
69707
-    --finish          same as \`--mode=finish'
 
69708
-    --help            display this help message and exit
 
69709
-    --mode=MODE       use operation mode MODE [default=inferred from MODE-ARGS]
 
69710
-    --quiet           same as \`--silent'
 
69711
-    --silent          don't print informational messages
 
69712
-    --tag=TAG         use configuration variables from tag TAG
 
69713
-    --version         print version information
 
69714
-
 
69715
-MODE must be one of the following:
 
69716
-
 
69717
-      clean           remove files from the build directory
 
69718
-      compile         compile a source file into a libtool object
 
69719
-      execute         automatically set library path, then run a program
 
69720
-      finish          complete the installation of libtool libraries
 
69721
-      install         install libraries or executables
 
69722
-      link            create a library or an executable
 
69723
-      uninstall       remove libraries from an installed directory
 
69724
-
 
69725
-MODE-ARGS vary depending on the MODE.  Try \`$modename --help --mode=MODE' for
 
69726
-a more detailed description of MODE.
 
69727
-
 
69728
-Report bugs to <bug-libtool@gnu.org>."
 
69729
-  exit $EXIT_SUCCESS
 
69730
-  ;;
 
69731
-
 
69732
-clean)
 
69733
-  $echo \
 
69734
-"Usage: $modename [OPTION]... --mode=clean RM [RM-OPTION]... FILE...
 
69735
-
 
69736
-Remove files from the build directory.
 
69737
-
 
69738
-RM is the name of the program to use to delete files associated with each FILE
 
69739
-(typically \`/bin/rm').  RM-OPTIONS are options (such as \`-f') to be passed
 
69740
-to RM.
 
69741
-
 
69742
-If FILE is a libtool library, object or program, all the files associated
 
69743
-with it are deleted. Otherwise, only FILE itself is deleted using RM."
 
69744
-  ;;
 
69745
-
 
69746
-compile)
 
69747
-  $echo \
 
69748
-"Usage: $modename [OPTION]... --mode=compile COMPILE-COMMAND... SOURCEFILE
 
69749
-
 
69750
-Compile a source file into a libtool library object.
 
69751
-
 
69752
-This mode accepts the following additional options:
 
69753
-
 
69754
-  -o OUTPUT-FILE    set the output file name to OUTPUT-FILE
 
69755
-  -prefer-pic       try to building PIC objects only
 
69756
-  -prefer-non-pic   try to building non-PIC objects only
 
69757
-  -static           always build a \`.o' file suitable for static linking
 
69758
-
 
69759
-COMPILE-COMMAND is a command to be used in creating a \`standard' object file
 
69760
-from the given SOURCEFILE.
 
69761
-
 
69762
-The output file name is determined by removing the directory component from
 
69763
-SOURCEFILE, then substituting the C source code suffix \`.c' with the
 
69764
-library object suffix, \`.lo'."
 
69765
-  ;;
 
69766
-
 
69767
-execute)
 
69768
-  $echo \
 
69769
-"Usage: $modename [OPTION]... --mode=execute COMMAND [ARGS]...
 
69770
-
 
69771
-Automatically set library path, then run a program.
 
69772
-
 
69773
-This mode accepts the following additional options:
 
69774
-
 
69775
-  -dlopen FILE      add the directory containing FILE to the library path
 
69776
-
 
69777
-This mode sets the library path environment variable according to \`-dlopen'
 
69778
-flags.
 
69779
-
 
69780
-If any of the ARGS are libtool executable wrappers, then they are translated
 
69781
-into their corresponding uninstalled binary, and any of their required library
 
69782
-directories are added to the library path.
 
69783
-
 
69784
-Then, COMMAND is executed, with ARGS as arguments."
 
69785
-  ;;
 
69786
-
 
69787
-finish)
 
69788
-  $echo \
 
69789
-"Usage: $modename [OPTION]... --mode=finish [LIBDIR]...
 
69790
-
 
69791
-Complete the installation of libtool libraries.
 
69792
-
 
69793
-Each LIBDIR is a directory that contains libtool libraries.
 
69794
-
 
69795
-The commands that this mode executes may require superuser privileges.  Use
 
69796
-the \`--dry-run' option if you just want to see what would be executed."
 
69797
-  ;;
 
69798
-
 
69799
-install)
 
69800
-  $echo \
 
69801
-"Usage: $modename [OPTION]... --mode=install INSTALL-COMMAND...
 
69802
-
 
69803
-Install executables or libraries.
 
69804
-
 
69805
-INSTALL-COMMAND is the installation command.  The first component should be
 
69806
-either the \`install' or \`cp' program.
 
69807
-
 
69808
-The rest of the components are interpreted as arguments to that command (only
 
69809
-BSD-compatible install options are recognized)."
 
69810
-  ;;
 
69811
-
 
69812
-link)
 
69813
-  $echo \
 
69814
-"Usage: $modename [OPTION]... --mode=link LINK-COMMAND...
 
69815
-
 
69816
-Link object files or libraries together to form another library, or to
 
69817
-create an executable program.
 
69818
-
 
69819
-LINK-COMMAND is a command using the C compiler that you would use to create
 
69820
-a program from several object files.
 
69821
-
 
69822
-The following components of LINK-COMMAND are treated specially:
 
69823
-
 
69824
-  -all-static       do not do any dynamic linking at all
 
69825
-  -avoid-version    do not add a version suffix if possible
 
69826
-  -dlopen FILE      \`-dlpreopen' FILE if it cannot be dlopened at runtime
 
69827
-  -dlpreopen FILE   link in FILE and add its symbols to lt_preloaded_symbols
 
69828
-  -export-dynamic   allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
 
69829
-  -export-symbols SYMFILE
 
69830
-                    try to export only the symbols listed in SYMFILE
 
69831
-  -export-symbols-regex REGEX
 
69832
-                    try to export only the symbols matching REGEX
 
69833
-  -LLIBDIR          search LIBDIR for required installed libraries
 
69834
-  -lNAME            OUTPUT-FILE requires the installed library libNAME
 
69835
-  -module           build a library that can dlopened
 
69836
-  -no-fast-install  disable the fast-install mode
 
69837
-  -no-install       link a not-installable executable
 
69838
-  -no-undefined     declare that a library does not refer to external symbols
 
69839
-  -o OUTPUT-FILE    create OUTPUT-FILE from the specified objects
 
69840
-  -objectlist FILE  Use a list of object files found in FILE to specify objects
 
69841
-  -precious-files-regex REGEX
 
69842
-                    don't remove output files matching REGEX
 
69843
-  -release RELEASE  specify package release information
 
69844
-  -rpath LIBDIR     the created library will eventually be installed in LIBDIR
 
69845
-  -R[ ]LIBDIR       add LIBDIR to the runtime path of programs and libraries
 
69846
-  -static           do not do any dynamic linking of uninstalled libtool libraries
 
69847
-  -static-libtool-libs
 
69848
-                    do not do any dynamic linking of libtool libraries
 
69849
-  -version-info CURRENT[:REVISION[:AGE]]
 
69850
-                    specify library version info [each variable defaults to 0]
 
69851
-
 
69852
-All other options (arguments beginning with \`-') are ignored.
 
69853
-
 
69854
-Every other argument is treated as a filename.  Files ending in \`.la' are
 
69855
-treated as uninstalled libtool libraries, other files are standard or library
 
69856
-object files.
 
69857
-
 
69858
-If the OUTPUT-FILE ends in \`.la', then a libtool library is created,
 
69859
-only library objects (\`.lo' files) may be specified, and \`-rpath' is
 
69860
-required, except when creating a convenience library.
 
69861
-
 
69862
-If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created
 
69863
-using \`ar' and \`ranlib', or on Windows using \`lib'.
 
69864
-
 
69865
-If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file
 
69866
-is created, otherwise an executable program is created."
 
69867
-  ;;
 
69868
-
 
69869
-uninstall)
 
69870
-  $echo \
 
69871
-"Usage: $modename [OPTION]... --mode=uninstall RM [RM-OPTION]... FILE...
 
69872
+exit $exit_status
 
69873
 
 
69874
-Remove libraries from an installation directory.
 
69875
-
 
69876
-RM is the name of the program to use to delete files associated with each FILE
 
69877
-(typically \`/bin/rm').  RM-OPTIONS are options (such as \`-f') to be passed
 
69878
-to RM.
 
69879
-
 
69880
-If FILE is a libtool library, all the files associated with it are deleted.
 
69881
-Otherwise, only FILE itself is deleted using RM."
 
69882
-  ;;
 
69883
-
 
69884
-*)
 
69885
-  $echo "$modename: invalid operation mode \`$mode'" 1>&2
 
69886
-  $echo "$help" 1>&2
 
69887
-  exit $EXIT_FAILURE
 
69888
-  ;;
 
69889
-esac
 
69890
-
 
69891
-$echo
 
69892
-$echo "Try \`$modename --help' for more information about other modes."
 
69893
-
 
69894
-exit $?
 
69895
 
 
69896
 # The TAGs below are defined such that we never get into a situation
 
69897
 # in which we disable both kinds of libraries.  Given conflicting
 
69898
@@ -6917,14 +7864,17 @@
 
69899
 # configuration.  But we'll never go from static-only to shared-only.
 
69900
 
 
69901
 # ### BEGIN LIBTOOL TAG CONFIG: disable-shared
 
69902
-disable_libs=shared
 
69903
+build_libtool_libs=no
 
69904
+build_old_libs=yes
 
69905
 # ### END LIBTOOL TAG CONFIG: disable-shared
 
69906
 
 
69907
 # ### BEGIN LIBTOOL TAG CONFIG: disable-static
 
69908
-disable_libs=static
 
69909
+build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
 
69910
 # ### END LIBTOOL TAG CONFIG: disable-static
 
69911
 
 
69912
 # Local Variables:
 
69913
 # mode:shell-script
 
69914
 # sh-indentation:2
 
69915
 # End:
 
69916
+# vi:sw=2
 
69917
+
 
69918
Index: totem-2.24.3/Makefile.in
 
69919
===================================================================
 
69920
--- totem-2.24.3.orig/Makefile.in       2008-10-26 15:40:51.000000000 +0100
 
69921
+++ totem-2.24.3/Makefile.in    2008-10-30 19:06:39.000000000 +0100
 
69922
@@ -87,6 +87,8 @@
 
69923
 AUTOHEADER = @AUTOHEADER@
 
69924
 AUTOMAKE = @AUTOMAKE@
 
69925
 AWK = @AWK@
 
69926
+BBC_CFLAGS = @BBC_CFLAGS@
 
69927
+BBC_LIBS = @BBC_LIBS@
 
69928
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
69929
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
69930
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
69931
@@ -114,7 +116,7 @@
 
69932
 DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
 
69933
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
69934
 DSYMUTIL = @DSYMUTIL@
 
69935
-ECHO = @ECHO@
 
69936
+DUMPBIN = @DUMPBIN@
 
69937
 ECHO_C = @ECHO_C@
 
69938
 ECHO_N = @ECHO_N@
 
69939
 ECHO_T = @ECHO_T@
 
69940
@@ -122,8 +124,7 @@
 
69941
 EXEEXT = @EXEEXT@
 
69942
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
69943
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
69944
-F77 = @F77@
 
69945
-FFLAGS = @FFLAGS@
 
69946
+FGREP = @FGREP@
 
69947
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
69948
 GCONFTOOL = @GCONFTOOL@
 
69949
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
69950
@@ -173,6 +174,7 @@
 
69951
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
69952
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
69953
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
69954
+LD = @LD@
 
69955
 LDFLAGS = @LDFLAGS@
 
69956
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
69957
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
69958
@@ -181,6 +183,7 @@
 
69959
 LIBOBJS = @LIBOBJS@
 
69960
 LIBS = @LIBS@
 
69961
 LIBTOOL = @LIBTOOL@
 
69962
+LIPO = @LIPO@
 
69963
 LIRC_LIBS = @LIRC_LIBS@
 
69964
 LN_S = @LN_S@
 
69965
 LTLIBOBJS = @LTLIBOBJS@
 
69966
@@ -200,12 +203,15 @@
 
69967
 NAUTILUSDIR = @NAUTILUSDIR@
 
69968
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
69969
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
69970
+NM = @NM@
 
69971
 NMEDIT = @NMEDIT@
 
69972
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
69973
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
69974
 NVTV_LIBS = @NVTV_LIBS@
 
69975
 OBJEXT = @OBJEXT@
 
69976
 OMF_DIR = @OMF_DIR@
 
69977
+OTOOL = @OTOOL@
 
69978
+OTOOL64 = @OTOOL64@
 
69979
 PACKAGE = @PACKAGE@
 
69980
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
69981
 PACKAGE_NAME = @PACKAGE_NAME@
 
69982
@@ -267,7 +273,7 @@
 
69983
 abs_top_srcdir = @abs_top_srcdir@
 
69984
 ac_ct_CC = @ac_ct_CC@
 
69985
 ac_ct_CXX = @ac_ct_CXX@
 
69986
-ac_ct_F77 = @ac_ct_F77@
 
69987
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
69988
 am__include = @am__include@
 
69989
 am__leading_dot = @am__leading_dot@
 
69990
 am__quote = @am__quote@
 
69991
@@ -298,6 +304,7 @@
 
69992
 libexecdir = @libexecdir@
 
69993
 localedir = @localedir@
 
69994
 localstatedir = @localstatedir@
 
69995
+lt_ECHO = @lt_ECHO@
 
69996
 mandir = @mandir@
 
69997
 mkdir_p = @mkdir_p@
 
69998
 oldincludedir = @oldincludedir@
 
69999
@@ -314,7 +321,6 @@
 
70000
 srcdir = @srcdir@
 
70001
 sysconfdir = @sysconfdir@
 
70002
 target_alias = @target_alias@
 
70003
-top_build_prefix = @top_build_prefix@
 
70004
 top_builddir = @top_builddir@
 
70005
 top_srcdir = @top_srcdir@
 
70006
 SUBDIRS = lib bindings po data src help $(am__append_1)
 
70007
Index: totem-2.24.3/src/backend/Makefile.in
 
70008
===================================================================
 
70009
--- totem-2.24.3.orig/src/backend/Makefile.in   2008-10-26 15:40:47.000000000 +0100
 
70010
+++ totem-2.24.3/src/backend/Makefile.in        2008-10-30 19:06:37.000000000 +0100
 
70011
@@ -53,15 +53,7 @@
 
70012
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
70013
 CONFIG_HEADER = $(top_builddir)/config.h
 
70014
 CONFIG_CLEAN_FILES =
 
70015
-am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
70016
-am__vpath_adj = case $$p in \
 
70017
-    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
70018
-    *) f=$$p;; \
 
70019
-  esac;
 
70020
-am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
70021
-am__installdirs = "$(DESTDIR)$(libdir)"
 
70022
-libLTLIBRARIES_INSTALL = $(INSTALL)
 
70023
-LTLIBRARIES = $(lib_LTLIBRARIES)
 
70024
+LTLIBRARIES = $(noinst_LTLIBRARIES)
 
70025
 am__DEPENDENCIES_1 =
 
70026
 libbaconvideowidget_la_DEPENDENCIES = $(am__DEPENDENCIES_1) \
 
70027
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
70028
@@ -130,6 +122,8 @@
 
70029
 AUTOHEADER = @AUTOHEADER@
 
70030
 AUTOMAKE = @AUTOMAKE@
 
70031
 AWK = @AWK@
 
70032
+BBC_CFLAGS = @BBC_CFLAGS@
 
70033
+BBC_LIBS = @BBC_LIBS@
 
70034
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
70035
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
70036
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
70037
@@ -157,7 +151,7 @@
 
70038
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
70039
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
70040
 DSYMUTIL = @DSYMUTIL@
 
70041
-ECHO = @ECHO@
 
70042
+DUMPBIN = @DUMPBIN@
 
70043
 ECHO_C = @ECHO_C@
 
70044
 ECHO_N = @ECHO_N@
 
70045
 ECHO_T = @ECHO_T@
 
70046
@@ -165,8 +159,7 @@
 
70047
 EXEEXT = @EXEEXT@
 
70048
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
70049
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
70050
-F77 = @F77@
 
70051
-FFLAGS = @FFLAGS@
 
70052
+FGREP = @FGREP@
 
70053
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
70054
 GCONFTOOL = @GCONFTOOL@
 
70055
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
70056
@@ -216,6 +209,7 @@
 
70057
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
70058
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
70059
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
70060
+LD = @LD@
 
70061
 LDFLAGS = @LDFLAGS@
 
70062
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
70063
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
70064
@@ -224,6 +218,7 @@
 
70065
 LIBOBJS = @LIBOBJS@
 
70066
 LIBS = @LIBS@
 
70067
 LIBTOOL = @LIBTOOL@
 
70068
+LIPO = @LIPO@
 
70069
 LIRC_LIBS = @LIRC_LIBS@
 
70070
 LN_S = @LN_S@
 
70071
 LTLIBOBJS = @LTLIBOBJS@
 
70072
@@ -243,12 +238,15 @@
 
70073
 NAUTILUSDIR = @NAUTILUSDIR@
 
70074
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
70075
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
70076
+NM = @NM@
 
70077
 NMEDIT = @NMEDIT@
 
70078
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
70079
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
70080
 NVTV_LIBS = @NVTV_LIBS@
 
70081
 OBJEXT = @OBJEXT@
 
70082
 OMF_DIR = @OMF_DIR@
 
70083
+OTOOL = @OTOOL@
 
70084
+OTOOL64 = @OTOOL64@
 
70085
 PACKAGE = @PACKAGE@
 
70086
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
70087
 PACKAGE_NAME = @PACKAGE_NAME@
 
70088
@@ -310,7 +308,7 @@
 
70089
 abs_top_srcdir = @abs_top_srcdir@
 
70090
 ac_ct_CC = @ac_ct_CC@
 
70091
 ac_ct_CXX = @ac_ct_CXX@
 
70092
-ac_ct_F77 = @ac_ct_F77@
 
70093
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
70094
 am__include = @am__include@
 
70095
 am__leading_dot = @am__leading_dot@
 
70096
 am__quote = @am__quote@
 
70097
@@ -341,6 +339,7 @@
 
70098
 libexecdir = @libexecdir@
 
70099
 localedir = @localedir@
 
70100
 localstatedir = @localstatedir@
 
70101
+lt_ECHO = @lt_ECHO@
 
70102
 mandir = @mandir@
 
70103
 mkdir_p = @mkdir_p@
 
70104
 oldincludedir = @oldincludedir@
 
70105
@@ -357,10 +356,9 @@
 
70106
 srcdir = @srcdir@
 
70107
 sysconfdir = @sysconfdir@
 
70108
 target_alias = @target_alias@
 
70109
-top_build_prefix = @top_build_prefix@
 
70110
 top_builddir = @top_builddir@
 
70111
 top_srcdir = @top_srcdir@
 
70112
-lib_LTLIBRARIES = libbaconvideowidget.la
 
70113
+noinst_LTLIBRARIES = libbaconvideowidget.la
 
70114
 bvw_test_SOURCES = bvw-test.c
 
70115
 bvw_test_CPPFLAGS = \
 
70116
        -I$(top_srcdir)/plparse         \
 
70117
@@ -447,35 +445,17 @@
 
70118
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
70119
 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
70120
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
70121
-install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
70122
-       @$(NORMAL_INSTALL)
 
70123
-       test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
 
70124
-       @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
70125
-         if test -f $$p; then \
 
70126
-           f=$(am__strip_dir) \
 
70127
-           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 
70128
-           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
70129
-         else :; fi; \
 
70130
-       done
 
70131
-
 
70132
-uninstall-libLTLIBRARIES:
 
70133
-       @$(NORMAL_UNINSTALL)
 
70134
-       @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
70135
-         p=$(am__strip_dir) \
 
70136
-         echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 
70137
-         $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
70138
-       done
 
70139
 
 
70140
-clean-libLTLIBRARIES:
 
70141
-       -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
70142
-       @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
70143
+clean-noinstLTLIBRARIES:
 
70144
+       -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
70145
+       @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
70146
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
70147
          test "$$dir" != "$$p" || dir=.; \
 
70148
          echo "rm -f \"$${dir}/so_locations\""; \
 
70149
          rm -f "$${dir}/so_locations"; \
 
70150
        done
 
70151
 libbaconvideowidget.la: $(libbaconvideowidget_la_OBJECTS) $(libbaconvideowidget_la_DEPENDENCIES) 
 
70152
-       $(libbaconvideowidget_la_LINK) -rpath $(libdir) $(libbaconvideowidget_la_OBJECTS) $(libbaconvideowidget_la_LIBADD) $(LIBS)
 
70153
+       $(libbaconvideowidget_la_LINK)  $(libbaconvideowidget_la_OBJECTS) $(libbaconvideowidget_la_LIBADD) $(LIBS)
 
70154
 
 
70155
 clean-noinstPROGRAMS:
 
70156
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
 
70157
@@ -681,9 +661,6 @@
 
70158
        $(MAKE) $(AM_MAKEFLAGS) check-am
 
70159
 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
 
70160
 installdirs:
 
70161
-       for dir in "$(DESTDIR)$(libdir)"; do \
 
70162
-         test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
70163
-       done
 
70164
 install: $(BUILT_SOURCES)
 
70165
        $(MAKE) $(AM_MAKEFLAGS) install-am
 
70166
 install-exec: install-exec-am
 
70167
@@ -713,7 +690,7 @@
 
70168
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 
70169
 clean: clean-am
 
70170
 
 
70171
-clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
 
70172
+clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
70173
        clean-noinstPROGRAMS mostlyclean-am
 
70174
 
 
70175
 distclean: distclean-am
 
70176
@@ -736,7 +713,7 @@
 
70177
 
 
70178
 install-dvi: install-dvi-am
 
70179
 
 
70180
-install-exec-am: install-libLTLIBRARIES
 
70181
+install-exec-am:
 
70182
 
 
70183
 install-html: install-html-am
 
70184
 
 
70185
@@ -768,23 +745,23 @@
 
70186
 
 
70187
 ps-am:
 
70188
 
 
70189
-uninstall-am: uninstall-libLTLIBRARIES
 
70190
+uninstall-am:
 
70191
 
 
70192
 .MAKE: install-am install-strip
 
70193
 
 
70194
 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
70195
-       clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS ctags \
 
70196
-       distclean distclean-compile distclean-generic \
 
70197
+       clean-libtool clean-noinstLTLIBRARIES clean-noinstPROGRAMS \
 
70198
+       ctags distclean distclean-compile distclean-generic \
 
70199
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
70200
        html-am info info-am install install-am install-data \
 
70201
        install-data-am install-dvi install-dvi-am install-exec \
 
70202
        install-exec-am install-html install-html-am install-info \
 
70203
-       install-info-am install-libLTLIBRARIES install-man install-pdf \
 
70204
-       install-pdf-am install-ps install-ps-am install-strip \
 
70205
-       installcheck installcheck-am installdirs maintainer-clean \
 
70206
+       install-info-am install-man install-pdf install-pdf-am \
 
70207
+       install-ps install-ps-am install-strip installcheck \
 
70208
+       installcheck-am installdirs maintainer-clean \
 
70209
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
70210
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
70211
-       tags uninstall uninstall-am uninstall-libLTLIBRARIES
 
70212
+       tags uninstall uninstall-am
 
70213
 
 
70214
        $(DISABLE_DEPRECATED)           \
 
70215
        $(AM_CPPFLAGS)
 
70216
Index: totem-2.24.3/src/Makefile.in
 
70217
===================================================================
 
70218
--- totem-2.24.3.orig/src/Makefile.in   2008-10-26 15:40:47.000000000 +0100
 
70219
+++ totem-2.24.3/src/Makefile.in        2008-10-30 19:06:37.000000000 +0100
 
70220
@@ -240,6 +240,8 @@
 
70221
 AUTOHEADER = @AUTOHEADER@
 
70222
 AUTOMAKE = @AUTOMAKE@
 
70223
 AWK = @AWK@
 
70224
+BBC_CFLAGS = @BBC_CFLAGS@
 
70225
+BBC_LIBS = @BBC_LIBS@
 
70226
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
70227
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
70228
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
70229
@@ -267,7 +269,7 @@
 
70230
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
70231
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
70232
 DSYMUTIL = @DSYMUTIL@
 
70233
-ECHO = @ECHO@
 
70234
+DUMPBIN = @DUMPBIN@
 
70235
 ECHO_C = @ECHO_C@
 
70236
 ECHO_N = @ECHO_N@
 
70237
 ECHO_T = @ECHO_T@
 
70238
@@ -275,8 +277,7 @@
 
70239
 EXEEXT = @EXEEXT@
 
70240
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
70241
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
70242
-F77 = @F77@
 
70243
-FFLAGS = @FFLAGS@
 
70244
+FGREP = @FGREP@
 
70245
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
70246
 GCONFTOOL = @GCONFTOOL@
 
70247
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
70248
@@ -326,6 +327,7 @@
 
70249
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
70250
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
70251
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
70252
+LD = @LD@
 
70253
 LDFLAGS = @LDFLAGS@
 
70254
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
70255
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
70256
@@ -334,6 +336,7 @@
 
70257
 LIBOBJS = @LIBOBJS@
 
70258
 LIBS = @LIBS@
 
70259
 LIBTOOL = @LIBTOOL@
 
70260
+LIPO = @LIPO@
 
70261
 LIRC_LIBS = @LIRC_LIBS@
 
70262
 LN_S = @LN_S@
 
70263
 LTLIBOBJS = @LTLIBOBJS@
 
70264
@@ -353,12 +356,15 @@
 
70265
 NAUTILUSDIR = @NAUTILUSDIR@
 
70266
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
70267
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
70268
+NM = @NM@
 
70269
 NMEDIT = @NMEDIT@
 
70270
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
70271
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
70272
 NVTV_LIBS = @NVTV_LIBS@
 
70273
 OBJEXT = @OBJEXT@
 
70274
 OMF_DIR = @OMF_DIR@
 
70275
+OTOOL = @OTOOL@
 
70276
+OTOOL64 = @OTOOL64@
 
70277
 PACKAGE = @PACKAGE@
 
70278
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
70279
 PACKAGE_NAME = @PACKAGE_NAME@
 
70280
@@ -420,7 +426,7 @@
 
70281
 abs_top_srcdir = @abs_top_srcdir@
 
70282
 ac_ct_CC = @ac_ct_CC@
 
70283
 ac_ct_CXX = @ac_ct_CXX@
 
70284
-ac_ct_F77 = @ac_ct_F77@
 
70285
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
70286
 am__include = @am__include@
 
70287
 am__leading_dot = @am__leading_dot@
 
70288
 am__quote = @am__quote@
 
70289
@@ -451,6 +457,7 @@
 
70290
 libexecdir = @libexecdir@
 
70291
 localedir = @localedir@
 
70292
 localstatedir = @localstatedir@
 
70293
+lt_ECHO = @lt_ECHO@
 
70294
 mandir = @mandir@
 
70295
 mkdir_p = @mkdir_p@
 
70296
 oldincludedir = @oldincludedir@
 
70297
@@ -467,7 +474,6 @@
 
70298
 srcdir = @srcdir@
 
70299
 sysconfdir = @sysconfdir@
 
70300
 target_alias = @target_alias@
 
70301
-top_build_prefix = @top_build_prefix@
 
70302
 top_builddir = @top_builddir@
 
70303
 top_srcdir = @top_srcdir@
 
70304
 SUBDIRS = plugins backend
 
70305
Index: totem-2.24.3/src/plugins/bbc/Makefile.in
 
70306
===================================================================
 
70307
--- /dev/null   1970-01-01 00:00:00.000000000 +0000
 
70308
+++ totem-2.24.3/src/plugins/bbc/Makefile.in    2008-10-30 19:06:37.000000000 +0100
 
70309
@@ -0,0 +1,548 @@
 
70310
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
70311
+# @configure_input@
 
70312
+
 
70313
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
70314
+# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
70315
+# This Makefile.in is free software; the Free Software Foundation
 
70316
+# gives unlimited permission to copy and/or distribute it,
 
70317
+# with or without modifications, as long as this notice is preserved.
 
70318
+
 
70319
+# This program is distributed in the hope that it will be useful,
 
70320
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
70321
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
70322
+# PARTICULAR PURPOSE.
 
70323
+
 
70324
+@SET_MAKE@
 
70325
+
 
70326
+VPATH = @srcdir@
 
70327
+pkgdatadir = $(datadir)/@PACKAGE@
 
70328
+pkglibdir = $(libdir)/@PACKAGE@
 
70329
+pkgincludedir = $(includedir)/@PACKAGE@
 
70330
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
70331
+install_sh_DATA = $(install_sh) -c -m 644
 
70332
+install_sh_PROGRAM = $(install_sh) -c
 
70333
+install_sh_SCRIPT = $(install_sh) -c
 
70334
+INSTALL_HEADER = $(INSTALL_DATA)
 
70335
+transform = $(program_transform_name)
 
70336
+NORMAL_INSTALL = :
 
70337
+PRE_INSTALL = :
 
70338
+POST_INSTALL = :
 
70339
+NORMAL_UNINSTALL = :
 
70340
+PRE_UNINSTALL = :
 
70341
+POST_UNINSTALL = :
 
70342
+build_triplet = @build@
 
70343
+host_triplet = @host@
 
70344
+subdir = src/plugins/bbc
 
70345
+DIST_COMMON = $(plugin_PYTHON) $(srcdir)/Makefile.am \
 
70346
+       $(srcdir)/Makefile.in
 
70347
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
70348
+am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
70349
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
70350
+       $(ACLOCAL_M4)
 
70351
+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
70352
+CONFIG_HEADER = $(top_builddir)/config.h
 
70353
+CONFIG_CLEAN_FILES =
 
70354
+SOURCES =
 
70355
+DIST_SOURCES =
 
70356
+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
70357
+am__vpath_adj = case $$p in \
 
70358
+    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
70359
+    *) f=$$p;; \
 
70360
+  esac;
 
70361
+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
70362
+am__installdirs = "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(plugindir)"
 
70363
+pluginPYTHON_INSTALL = $(INSTALL_DATA)
 
70364
+py_compile = $(top_srcdir)/py-compile
 
70365
+pluginDATA_INSTALL = $(INSTALL_DATA)
 
70366
+DATA = $(plugin_DATA)
 
70367
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
70368
+ACLOCAL = @ACLOCAL@
 
70369
+ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
70370
+ALL_LINGUAS = @ALL_LINGUAS@
 
70371
+ALL_PLUGINS = @ALL_PLUGINS@
 
70372
+AMTAR = @AMTAR@
 
70373
+AM_CFLAGS = @AM_CFLAGS@
 
70374
+AM_CPPFLAGS = @AM_CPPFLAGS@
 
70375
+AM_CXXFLAGS = @AM_CXXFLAGS@
 
70376
+AM_LDFLAGS = @AM_LDFLAGS@
 
70377
+AR = @AR@
 
70378
+AUTOCONF = @AUTOCONF@
 
70379
+AUTOHEADER = @AUTOHEADER@
 
70380
+AUTOMAKE = @AUTOMAKE@
 
70381
+AWK = @AWK@
 
70382
+BBC_CFLAGS = @BBC_CFLAGS@
 
70383
+BBC_LIBS = @BBC_LIBS@
 
70384
+BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
70385
+BEMUSED_LIBS = @BEMUSED_LIBS@
 
70386
+BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
70387
+BROWSER_PLUGIN_DIR = @BROWSER_PLUGIN_DIR@
 
70388
+BROWSER_PLUGIN_LIBS = @BROWSER_PLUGIN_LIBS@
 
70389
+CATALOGS = @CATALOGS@
 
70390
+CATOBJEXT = @CATOBJEXT@
 
70391
+CC = @CC@
 
70392
+CCDEPMODE = @CCDEPMODE@
 
70393
+CFLAGS = @CFLAGS@
 
70394
+CPP = @CPP@
 
70395
+CPPFLAGS = @CPPFLAGS@
 
70396
+CXX = @CXX@
 
70397
+CXXCPP = @CXXCPP@
 
70398
+CXXDEPMODE = @CXXDEPMODE@
 
70399
+CXXFLAGS = @CXXFLAGS@
 
70400
+CYGPATH_W = @CYGPATH_W@
 
70401
+DATADIRNAME = @DATADIRNAME@
 
70402
+DBUS_BIND = @DBUS_BIND@
 
70403
+DBUS_CFLAGS = @DBUS_CFLAGS@
 
70404
+DBUS_LIBS = @DBUS_LIBS@
 
70405
+DEFS = @DEFS@
 
70406
+DEPDIR = @DEPDIR@
 
70407
+DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
 
70408
+DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
70409
+DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
70410
+DSYMUTIL = @DSYMUTIL@
 
70411
+DUMPBIN = @DUMPBIN@
 
70412
+ECHO_C = @ECHO_C@
 
70413
+ECHO_N = @ECHO_N@
 
70414
+ECHO_T = @ECHO_T@
 
70415
+EGREP = @EGREP@
 
70416
+EXEEXT = @EXEEXT@
 
70417
+EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
70418
+EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
70419
+FGREP = @FGREP@
 
70420
+FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
70421
+GCONFTOOL = @GCONFTOOL@
 
70422
+GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
70423
+GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
 
70424
+GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
70425
+GLIB_CFLAGS = @GLIB_CFLAGS@
 
70426
+GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
 
70427
+GLIB_LIBS = @GLIB_LIBS@
 
70428
+GLIB_MKENUMS = @GLIB_MKENUMS@
 
70429
+GMOFILES = @GMOFILES@
 
70430
+GMSGFMT = @GMSGFMT@
 
70431
+GMYTH_CFLAGS = @GMYTH_CFLAGS@
 
70432
+GMYTH_LIBS = @GMYTH_LIBS@
 
70433
+GREP = @GREP@
 
70434
+GST_CFLAGS = @GST_CFLAGS@
 
70435
+GST_LIBS = @GST_LIBS@
 
70436
+GTK_CFLAGS = @GTK_CFLAGS@
 
70437
+GTK_LIBS = @GTK_LIBS@
 
70438
+HELP_DIR = @HELP_DIR@
 
70439
+INSTALL = @INSTALL@
 
70440
+INSTALL_DATA = @INSTALL_DATA@
 
70441
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
70442
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
70443
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
70444
+INSTOBJEXT = @INSTOBJEXT@
 
70445
+INTLLIBS = @INTLLIBS@
 
70446
+INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
70447
+INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
70448
+INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
70449
+INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
70450
+INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
70451
+INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
70452
+INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
70453
+INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
70454
+INTLTOOL_PERL = @INTLTOOL_PERL@
 
70455
+INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
70456
+INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
70457
+INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
70458
+INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
70459
+INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
70460
+INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
70461
+INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
70462
+INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
70463
+INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
70464
+INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
70465
+INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
70466
+INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
70467
+INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
70468
+INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
70469
+LD = @LD@
 
70470
+LDFLAGS = @LDFLAGS@
 
70471
+LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
70472
+LIBEPC_LIBS = @LIBEPC_LIBS@
 
70473
+LIBGALAGO_CFLAGS = @LIBGALAGO_CFLAGS@
 
70474
+LIBGALAGO_LIBS = @LIBGALAGO_LIBS@
 
70475
+LIBOBJS = @LIBOBJS@
 
70476
+LIBS = @LIBS@
 
70477
+LIBTOOL = @LIBTOOL@
 
70478
+LIPO = @LIPO@
 
70479
+LIRC_LIBS = @LIRC_LIBS@
 
70480
+LN_S = @LN_S@
 
70481
+LTLIBOBJS = @LTLIBOBJS@
 
70482
+MAINT = @MAINT@
 
70483
+MAKEINFO = @MAKEINFO@
 
70484
+MEDIA_PLAYER_KEYS_CFLAGS = @MEDIA_PLAYER_KEYS_CFLAGS@
 
70485
+MEDIA_PLAYER_KEYS_LIBS = @MEDIA_PLAYER_KEYS_LIBS@
 
70486
+MISSING_PLUGINS_CFLAGS = @MISSING_PLUGINS_CFLAGS@
 
70487
+MISSING_PLUGINS_LIBS = @MISSING_PLUGINS_LIBS@
 
70488
+MKDIR_P = @MKDIR_P@
 
70489
+MKINSTALLDIRS = @MKINSTALLDIRS@
 
70490
+MM_CFLAGS = @MM_CFLAGS@
 
70491
+MM_LIBS = @MM_LIBS@
 
70492
+MSGFMT = @MSGFMT@
 
70493
+MSGFMT_OPTS = @MSGFMT_OPTS@
 
70494
+MSGMERGE = @MSGMERGE@
 
70495
+NAUTILUSDIR = @NAUTILUSDIR@
 
70496
+NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
70497
+NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
70498
+NM = @NM@
 
70499
+NMEDIT = @NMEDIT@
 
70500
+NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
70501
+NVTV_CFLAGS = @NVTV_CFLAGS@
 
70502
+NVTV_LIBS = @NVTV_LIBS@
 
70503
+OBJEXT = @OBJEXT@
 
70504
+OMF_DIR = @OMF_DIR@
 
70505
+OTOOL = @OTOOL@
 
70506
+OTOOL64 = @OTOOL64@
 
70507
+PACKAGE = @PACKAGE@
 
70508
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
70509
+PACKAGE_NAME = @PACKAGE_NAME@
 
70510
+PACKAGE_STRING = @PACKAGE_STRING@
 
70511
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
70512
+PACKAGE_VERSION = @PACKAGE_VERSION@
 
70513
+PATH_SEPARATOR = @PATH_SEPARATOR@
 
70514
+PKG_CONFIG = @PKG_CONFIG@
 
70515
+PLUGINDIR = @PLUGINDIR@
 
70516
+PLUGINS = @PLUGINS@
 
70517
+POFILES = @POFILES@
 
70518
+POSUB = @POSUB@
 
70519
+PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
70520
+PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
70521
+PYGTK_CFLAGS = @PYGTK_CFLAGS@
 
70522
+PYGTK_CODEGEN = @PYGTK_CODEGEN@
 
70523
+PYGTK_DEFSDIR = @PYGTK_DEFSDIR@
 
70524
+PYGTK_H2DEF = @PYGTK_H2DEF@
 
70525
+PYGTK_LIBS = @PYGTK_LIBS@
 
70526
+PYTHON = @PYTHON@
 
70527
+PYTHON_CFLAGS = @PYTHON_CFLAGS@
 
70528
+PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
 
70529
+PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
 
70530
+PYTHON_LIBS = @PYTHON_LIBS@
 
70531
+PYTHON_LIB_LOC = @PYTHON_LIB_LOC@
 
70532
+PYTHON_PLATFORM = @PYTHON_PLATFORM@
 
70533
+PYTHON_PREFIX = @PYTHON_PREFIX@
 
70534
+PYTHON_VERSION = @PYTHON_VERSION@
 
70535
+RANLIB = @RANLIB@
 
70536
+SED = @SED@
 
70537
+SET_MAKE = @SET_MAKE@
 
70538
+SHELL = @SHELL@
 
70539
+SN_CFLAGS = @SN_CFLAGS@
 
70540
+SN_LIBS = @SN_LIBS@
 
70541
+STRIP = @STRIP@
 
70542
+TOTEM_VERSION_MAJOR = @TOTEM_VERSION_MAJOR@
 
70543
+TOTEM_VERSION_MICRO = @TOTEM_VERSION_MICRO@
 
70544
+TOTEM_VERSION_MINOR = @TOTEM_VERSION_MINOR@
 
70545
+TRACKER_CFLAGS = @TRACKER_CFLAGS@
 
70546
+TRACKER_LIBS = @TRACKER_LIBS@
 
70547
+USE_NLS = @USE_NLS@
 
70548
+VALAC = @VALAC@
 
70549
+VALA_CFLAGS = @VALA_CFLAGS@
 
70550
+VALA_LIBS = @VALA_LIBS@
 
70551
+VERSION = @VERSION@
 
70552
+WARN_CFLAGS = @WARN_CFLAGS@
 
70553
+WARN_CXXFLAGS = @WARN_CXXFLAGS@
 
70554
+XGETTEXT = @XGETTEXT@
 
70555
+XINE_CFLAGS = @XINE_CFLAGS@
 
70556
+XINE_LIBS = @XINE_LIBS@
 
70557
+XMKMF = @XMKMF@
 
70558
+XTEST_LIBS = @XTEST_LIBS@
 
70559
+XVIDMODE_CFLAGS = @XVIDMODE_CFLAGS@
 
70560
+XVIDMODE_LIBS = @XVIDMODE_LIBS@
 
70561
+X_LIBS = @X_LIBS@
 
70562
+abs_builddir = @abs_builddir@
 
70563
+abs_srcdir = @abs_srcdir@
 
70564
+abs_top_builddir = @abs_top_builddir@
 
70565
+abs_top_srcdir = @abs_top_srcdir@
 
70566
+ac_ct_CC = @ac_ct_CC@
 
70567
+ac_ct_CXX = @ac_ct_CXX@
 
70568
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
70569
+am__include = @am__include@
 
70570
+am__leading_dot = @am__leading_dot@
 
70571
+am__quote = @am__quote@
 
70572
+am__tar = @am__tar@
 
70573
+am__untar = @am__untar@
 
70574
+bindir = @bindir@
 
70575
+build = @build@
 
70576
+build_alias = @build_alias@
 
70577
+build_cpu = @build_cpu@
 
70578
+build_os = @build_os@
 
70579
+build_vendor = @build_vendor@
 
70580
+builddir = @builddir@
 
70581
+datadir = @datadir@
 
70582
+datarootdir = @datarootdir@
 
70583
+docdir = @docdir@
 
70584
+dvidir = @dvidir@
 
70585
+exec_prefix = @exec_prefix@
 
70586
+host = @host@
 
70587
+host_alias = @host_alias@
 
70588
+host_cpu = @host_cpu@
 
70589
+host_os = @host_os@
 
70590
+host_vendor = @host_vendor@
 
70591
+htmldir = @htmldir@
 
70592
+includedir = @includedir@
 
70593
+infodir = @infodir@
 
70594
+install_sh = @install_sh@
 
70595
+libdir = @libdir@
 
70596
+libexecdir = @libexecdir@
 
70597
+localedir = @localedir@
 
70598
+localstatedir = @localstatedir@
 
70599
+lt_ECHO = @lt_ECHO@
 
70600
+mandir = @mandir@
 
70601
+mkdir_p = @mkdir_p@
 
70602
+oldincludedir = @oldincludedir@
 
70603
+pdfdir = @pdfdir@
 
70604
+pkgpyexecdir = @pkgpyexecdir@
 
70605
+pkgpythondir = @pkgpythondir@
 
70606
+prefix = @prefix@
 
70607
+program_transform_name = @program_transform_name@
 
70608
+psdir = @psdir@
 
70609
+pyexecdir = @pyexecdir@
 
70610
+pythondir = @pythondir@
 
70611
+sbindir = @sbindir@
 
70612
+sharedstatedir = @sharedstatedir@
 
70613
+srcdir = @srcdir@
 
70614
+sysconfdir = @sysconfdir@
 
70615
+target_alias = @target_alias@
 
70616
+top_builddir = @top_builddir@
 
70617
+top_srcdir = @top_srcdir@
 
70618
+plugindir = $(PLUGINDIR)/bbc
 
70619
+plugin_PYTHON = bbc.py contentview.py genres.py installablecodecs.py
 
70620
+plugin_in_files = bbc.totem-plugin.in
 
70621
+plugin_DATA = $(plugin_in_files:.totem-plugin.in=.totem-plugin)
 
70622
+EXTRA_DIST = $(plugin_in_files) bbc.py contentview.py genres.py installablecodecs.py
 
70623
+CLEANFILES = $(plugin_DATA)
 
70624
+DISTCLEANFILES = $(plugin_DATA)
 
70625
+all: all-am
 
70626
+
 
70627
+.SUFFIXES:
 
70628
+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
70629
+       @for dep in $?; do \
 
70630
+         case '$(am__configure_deps)' in \
 
70631
+           *$$dep*) \
 
70632
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
70633
+               && exit 0; \
 
70634
+             exit 1;; \
 
70635
+         esac; \
 
70636
+       done; \
 
70637
+       echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/plugins/bbc/Makefile'; \
 
70638
+       cd $(top_srcdir) && \
 
70639
+         $(AUTOMAKE) --gnu  src/plugins/bbc/Makefile
 
70640
+.PRECIOUS: Makefile
 
70641
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
70642
+       @case '$?' in \
 
70643
+         *config.status*) \
 
70644
+           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
70645
+         *) \
 
70646
+           echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
70647
+           cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
70648
+       esac;
 
70649
+
 
70650
+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
70651
+       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
70652
+
 
70653
+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
70654
+       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
70655
+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
70656
+       cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
70657
+
 
70658
+mostlyclean-libtool:
 
70659
+       -rm -f *.lo
 
70660
+
 
70661
+clean-libtool:
 
70662
+       -rm -rf .libs _libs
 
70663
+install-pluginPYTHON: $(plugin_PYTHON)
 
70664
+       @$(NORMAL_INSTALL)
 
70665
+       test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
 
70666
+       @list='$(plugin_PYTHON)'; dlist=''; for p in $$list; do\
 
70667
+         if test -f "$$p"; then b=; else b="$(srcdir)/"; fi; \
 
70668
+         if test -f $$b$$p; then \
 
70669
+           f=$(am__strip_dir) \
 
70670
+           dlist="$$dlist $$f"; \
 
70671
+           echo " $(pluginPYTHON_INSTALL) '$$b$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
 
70672
+           $(pluginPYTHON_INSTALL) "$$b$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
70673
+         else :; fi; \
 
70674
+       done; \
 
70675
+       if test -n "$$dlist"; then \
 
70676
+         if test -z "$(DESTDIR)"; then \
 
70677
+           PYTHON=$(PYTHON) $(py_compile) --basedir "$(plugindir)" $$dlist; \
 
70678
+         else \
 
70679
+           PYTHON=$(PYTHON) $(py_compile) --destdir "$(DESTDIR)" --basedir "$(plugindir)" $$dlist; \
 
70680
+         fi; \
 
70681
+       else :; fi
 
70682
+
 
70683
+uninstall-pluginPYTHON:
 
70684
+       @$(NORMAL_UNINSTALL)
 
70685
+       @list='$(plugin_PYTHON)'; dlist=''; for p in $$list; do\
 
70686
+         f=$(am__strip_dir) \
 
70687
+         rm -f "$(DESTDIR)$(plugindir)/$$f"; \
 
70688
+         rm -f "$(DESTDIR)$(plugindir)/$${f}c"; \
 
70689
+         rm -f "$(DESTDIR)$(plugindir)/$${f}o"; \
 
70690
+       done
 
70691
+install-pluginDATA: $(plugin_DATA)
 
70692
+       @$(NORMAL_INSTALL)
 
70693
+       test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
 
70694
+       @list='$(plugin_DATA)'; for p in $$list; do \
 
70695
+         if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
70696
+         f=$(am__strip_dir) \
 
70697
+         echo " $(pluginDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
 
70698
+         $(pluginDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(plugindir)/$$f"; \
 
70699
+       done
 
70700
+
 
70701
+uninstall-pluginDATA:
 
70702
+       @$(NORMAL_UNINSTALL)
 
70703
+       @list='$(plugin_DATA)'; for p in $$list; do \
 
70704
+         f=$(am__strip_dir) \
 
70705
+         echo " rm -f '$(DESTDIR)$(plugindir)/$$f'"; \
 
70706
+         rm -f "$(DESTDIR)$(plugindir)/$$f"; \
 
70707
+       done
 
70708
+tags: TAGS
 
70709
+TAGS:
 
70710
+
 
70711
+ctags: CTAGS
 
70712
+CTAGS:
 
70713
+
 
70714
+
 
70715
+distdir: $(DISTFILES)
 
70716
+       @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
70717
+       topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
70718
+       list='$(DISTFILES)'; \
 
70719
+         dist_files=`for file in $$list; do echo $$file; done | \
 
70720
+         sed -e "s|^$$srcdirstrip/||;t" \
 
70721
+             -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
70722
+       case $$dist_files in \
 
70723
+         */*) $(MKDIR_P) `echo "$$dist_files" | \
 
70724
+                          sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
70725
+                          sort -u` ;; \
 
70726
+       esac; \
 
70727
+       for file in $$dist_files; do \
 
70728
+         if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
70729
+         if test -d $$d/$$file; then \
 
70730
+           dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
70731
+           if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
70732
+             cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
70733
+           fi; \
 
70734
+           cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
70735
+         else \
 
70736
+           test -f $(distdir)/$$file \
 
70737
+           || cp -p $$d/$$file $(distdir)/$$file \
 
70738
+           || exit 1; \
 
70739
+         fi; \
 
70740
+       done
 
70741
+check-am: all-am
 
70742
+check: check-am
 
70743
+all-am: Makefile $(DATA)
 
70744
+installdirs:
 
70745
+       for dir in "$(DESTDIR)$(plugindir)" "$(DESTDIR)$(plugindir)"; do \
 
70746
+         test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
70747
+       done
 
70748
+install: install-am
 
70749
+install-exec: install-exec-am
 
70750
+install-data: install-data-am
 
70751
+uninstall: uninstall-am
 
70752
+
 
70753
+install-am: all-am
 
70754
+       @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
70755
+
 
70756
+installcheck: installcheck-am
 
70757
+install-strip:
 
70758
+       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
70759
+         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
70760
+         `test -z '$(STRIP)' || \
 
70761
+           echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
70762
+mostlyclean-generic:
 
70763
+
 
70764
+clean-generic:
 
70765
+       -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
70766
+
 
70767
+distclean-generic:
 
70768
+       -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
70769
+       -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
70770
+
 
70771
+maintainer-clean-generic:
 
70772
+       @echo "This command is intended for maintainers to use"
 
70773
+       @echo "it deletes files that may require special tools to rebuild."
 
70774
+clean: clean-am
 
70775
+
 
70776
+clean-am: clean-generic clean-libtool mostlyclean-am
 
70777
+
 
70778
+distclean: distclean-am
 
70779
+       -rm -f Makefile
 
70780
+distclean-am: clean-am distclean-generic
 
70781
+
 
70782
+dvi: dvi-am
 
70783
+
 
70784
+dvi-am:
 
70785
+
 
70786
+html: html-am
 
70787
+
 
70788
+info: info-am
 
70789
+
 
70790
+info-am:
 
70791
+
 
70792
+install-data-am: install-pluginDATA install-pluginPYTHON
 
70793
+
 
70794
+install-dvi: install-dvi-am
 
70795
+
 
70796
+install-exec-am:
 
70797
+
 
70798
+install-html: install-html-am
 
70799
+
 
70800
+install-info: install-info-am
 
70801
+
 
70802
+install-man:
 
70803
+
 
70804
+install-pdf: install-pdf-am
 
70805
+
 
70806
+install-ps: install-ps-am
 
70807
+
 
70808
+installcheck-am:
 
70809
+
 
70810
+maintainer-clean: maintainer-clean-am
 
70811
+       -rm -f Makefile
 
70812
+maintainer-clean-am: distclean-am maintainer-clean-generic
 
70813
+
 
70814
+mostlyclean: mostlyclean-am
 
70815
+
 
70816
+mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
70817
+
 
70818
+pdf: pdf-am
 
70819
+
 
70820
+pdf-am:
 
70821
+
 
70822
+ps: ps-am
 
70823
+
 
70824
+ps-am:
 
70825
+
 
70826
+uninstall-am: uninstall-pluginDATA uninstall-pluginPYTHON
 
70827
+
 
70828
+.MAKE: install-am install-strip
 
70829
+
 
70830
+.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
70831
+       distclean distclean-generic distclean-libtool distdir dvi \
 
70832
+       dvi-am html html-am info info-am install install-am \
 
70833
+       install-data install-data-am install-dvi install-dvi-am \
 
70834
+       install-exec install-exec-am install-html install-html-am \
 
70835
+       install-info install-info-am install-man install-pdf \
 
70836
+       install-pdf-am install-pluginDATA install-pluginPYTHON \
 
70837
+       install-ps install-ps-am install-strip installcheck \
 
70838
+       installcheck-am installdirs maintainer-clean \
 
70839
+       maintainer-clean-generic mostlyclean mostlyclean-generic \
 
70840
+       mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
 
70841
+       uninstall-pluginDATA uninstall-pluginPYTHON
 
70842
+
 
70843
+
 
70844
+%.totem-plugin: %.totem-plugin.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache
 
70845
+
 
70846
+pychecker:
 
70847
+       PYTHONPATH=$(top_srcdir)/src/plugins/bbc:$$PYTHONPATH \
 
70848
+       pychecker $(wildcard $(top_srcdir)/src/plugins/bbc/*py)
 
70849
+
 
70850
+pyflakes:
 
70851
+       pyflakes $(wildcard $(top_srcdir)/src/plugins/bbc/*py)
 
70852
+
 
70853
+check: pychecker pyflakes
 
70854
+       echo
 
70855
+# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
70856
+# Otherwise a system limit (for SysV at least) may be exceeded.
 
70857
+.NOEXPORT:
 
70858
Index: totem-2.24.3/src/plugins/bemused/Makefile.in
 
70859
===================================================================
 
70860
--- totem-2.24.3.orig/src/plugins/bemused/Makefile.in   2008-10-26 15:40:48.000000000 +0100
 
70861
+++ totem-2.24.3/src/plugins/bemused/Makefile.in        2008-10-30 19:06:37.000000000 +0100
 
70862
@@ -90,6 +90,8 @@
 
70863
 AUTOHEADER = @AUTOHEADER@
 
70864
 AUTOMAKE = @AUTOMAKE@
 
70865
 AWK = @AWK@
 
70866
+BBC_CFLAGS = @BBC_CFLAGS@
 
70867
+BBC_LIBS = @BBC_LIBS@
 
70868
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
70869
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
70870
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
70871
@@ -117,7 +119,7 @@
 
70872
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
70873
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
70874
 DSYMUTIL = @DSYMUTIL@
 
70875
-ECHO = @ECHO@
 
70876
+DUMPBIN = @DUMPBIN@
 
70877
 ECHO_C = @ECHO_C@
 
70878
 ECHO_N = @ECHO_N@
 
70879
 ECHO_T = @ECHO_T@
 
70880
@@ -125,8 +127,7 @@
 
70881
 EXEEXT = @EXEEXT@
 
70882
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
70883
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
70884
-F77 = @F77@
 
70885
-FFLAGS = @FFLAGS@
 
70886
+FGREP = @FGREP@
 
70887
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
70888
 GCONFTOOL = @GCONFTOOL@
 
70889
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
70890
@@ -176,6 +177,7 @@
 
70891
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
70892
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
70893
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
70894
+LD = @LD@
 
70895
 LDFLAGS = @LDFLAGS@
 
70896
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
70897
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
70898
@@ -184,6 +186,7 @@
 
70899
 LIBOBJS = @LIBOBJS@
 
70900
 LIBS = @LIBS@
 
70901
 LIBTOOL = @LIBTOOL@
 
70902
+LIPO = @LIPO@
 
70903
 LIRC_LIBS = @LIRC_LIBS@
 
70904
 LN_S = @LN_S@
 
70905
 LTLIBOBJS = @LTLIBOBJS@
 
70906
@@ -203,12 +206,15 @@
 
70907
 NAUTILUSDIR = @NAUTILUSDIR@
 
70908
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
70909
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
70910
+NM = @NM@
 
70911
 NMEDIT = @NMEDIT@
 
70912
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
70913
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
70914
 NVTV_LIBS = @NVTV_LIBS@
 
70915
 OBJEXT = @OBJEXT@
 
70916
 OMF_DIR = @OMF_DIR@
 
70917
+OTOOL = @OTOOL@
 
70918
+OTOOL64 = @OTOOL64@
 
70919
 PACKAGE = @PACKAGE@
 
70920
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
70921
 PACKAGE_NAME = @PACKAGE_NAME@
 
70922
@@ -270,7 +276,7 @@
 
70923
 abs_top_srcdir = @abs_top_srcdir@
 
70924
 ac_ct_CC = @ac_ct_CC@
 
70925
 ac_ct_CXX = @ac_ct_CXX@
 
70926
-ac_ct_F77 = @ac_ct_F77@
 
70927
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
70928
 am__include = @am__include@
 
70929
 am__leading_dot = @am__leading_dot@
 
70930
 am__quote = @am__quote@
 
70931
@@ -301,6 +307,7 @@
 
70932
 libexecdir = @libexecdir@
 
70933
 localedir = @localedir@
 
70934
 localstatedir = @localstatedir@
 
70935
+lt_ECHO = @lt_ECHO@
 
70936
 mandir = @mandir@
 
70937
 mkdir_p = @mkdir_p@
 
70938
 oldincludedir = @oldincludedir@
 
70939
@@ -317,7 +324,6 @@
 
70940
 srcdir = @srcdir@
 
70941
 sysconfdir = @sysconfdir@
 
70942
 target_alias = @target_alias@
 
70943
-top_build_prefix = @top_build_prefix@
 
70944
 top_builddir = @top_builddir@
 
70945
 top_srcdir = @top_srcdir@
 
70946
 modules_flags = -export_dynamic -avoid-version -module
 
70947
Index: totem-2.24.3/src/plugins/galago/Makefile.in
 
70948
===================================================================
 
70949
--- totem-2.24.3.orig/src/plugins/galago/Makefile.in    2008-10-26 15:40:48.000000000 +0100
 
70950
+++ totem-2.24.3/src/plugins/galago/Makefile.in 2008-10-30 19:06:37.000000000 +0100
 
70951
@@ -91,6 +91,8 @@
 
70952
 AUTOHEADER = @AUTOHEADER@
 
70953
 AUTOMAKE = @AUTOMAKE@
 
70954
 AWK = @AWK@
 
70955
+BBC_CFLAGS = @BBC_CFLAGS@
 
70956
+BBC_LIBS = @BBC_LIBS@
 
70957
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
70958
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
70959
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
70960
@@ -118,7 +120,7 @@
 
70961
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
70962
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
70963
 DSYMUTIL = @DSYMUTIL@
 
70964
-ECHO = @ECHO@
 
70965
+DUMPBIN = @DUMPBIN@
 
70966
 ECHO_C = @ECHO_C@
 
70967
 ECHO_N = @ECHO_N@
 
70968
 ECHO_T = @ECHO_T@
 
70969
@@ -126,8 +128,7 @@
 
70970
 EXEEXT = @EXEEXT@
 
70971
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
70972
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
70973
-F77 = @F77@
 
70974
-FFLAGS = @FFLAGS@
 
70975
+FGREP = @FGREP@
 
70976
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
70977
 GCONFTOOL = @GCONFTOOL@
 
70978
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
70979
@@ -177,6 +178,7 @@
 
70980
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
70981
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
70982
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
70983
+LD = @LD@
 
70984
 LDFLAGS = @LDFLAGS@
 
70985
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
70986
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
70987
@@ -185,6 +187,7 @@
 
70988
 LIBOBJS = @LIBOBJS@
 
70989
 LIBS = @LIBS@
 
70990
 LIBTOOL = @LIBTOOL@
 
70991
+LIPO = @LIPO@
 
70992
 LIRC_LIBS = @LIRC_LIBS@
 
70993
 LN_S = @LN_S@
 
70994
 LTLIBOBJS = @LTLIBOBJS@
 
70995
@@ -204,12 +207,15 @@
 
70996
 NAUTILUSDIR = @NAUTILUSDIR@
 
70997
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
70998
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
70999
+NM = @NM@
 
71000
 NMEDIT = @NMEDIT@
 
71001
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
71002
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
71003
 NVTV_LIBS = @NVTV_LIBS@
 
71004
 OBJEXT = @OBJEXT@
 
71005
 OMF_DIR = @OMF_DIR@
 
71006
+OTOOL = @OTOOL@
 
71007
+OTOOL64 = @OTOOL64@
 
71008
 PACKAGE = @PACKAGE@
 
71009
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
71010
 PACKAGE_NAME = @PACKAGE_NAME@
 
71011
@@ -271,7 +277,7 @@
 
71012
 abs_top_srcdir = @abs_top_srcdir@
 
71013
 ac_ct_CC = @ac_ct_CC@
 
71014
 ac_ct_CXX = @ac_ct_CXX@
 
71015
-ac_ct_F77 = @ac_ct_F77@
 
71016
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
71017
 am__include = @am__include@
 
71018
 am__leading_dot = @am__leading_dot@
 
71019
 am__quote = @am__quote@
 
71020
@@ -302,6 +308,7 @@
 
71021
 libexecdir = @libexecdir@
 
71022
 localedir = @localedir@
 
71023
 localstatedir = @localstatedir@
 
71024
+lt_ECHO = @lt_ECHO@
 
71025
 mandir = @mandir@
 
71026
 mkdir_p = @mkdir_p@
 
71027
 oldincludedir = @oldincludedir@
 
71028
@@ -318,7 +325,6 @@
 
71029
 srcdir = @srcdir@
 
71030
 sysconfdir = @sysconfdir@
 
71031
 target_alias = @target_alias@
 
71032
-top_build_prefix = @top_build_prefix@
 
71033
 top_builddir = @top_builddir@
 
71034
 top_srcdir = @top_srcdir@
 
71035
 modules_flags = -export_dynamic -avoid-version -module
 
71036
Index: totem-2.24.3/src/plugins/gromit/Makefile.in
 
71037
===================================================================
 
71038
--- totem-2.24.3.orig/src/plugins/gromit/Makefile.in    2008-10-26 15:40:48.000000000 +0100
 
71039
+++ totem-2.24.3/src/plugins/gromit/Makefile.in 2008-10-30 19:06:37.000000000 +0100
 
71040
@@ -90,6 +90,8 @@
 
71041
 AUTOHEADER = @AUTOHEADER@
 
71042
 AUTOMAKE = @AUTOMAKE@
 
71043
 AWK = @AWK@
 
71044
+BBC_CFLAGS = @BBC_CFLAGS@
 
71045
+BBC_LIBS = @BBC_LIBS@
 
71046
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
71047
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
71048
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
71049
@@ -117,7 +119,7 @@
 
71050
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
71051
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
71052
 DSYMUTIL = @DSYMUTIL@
 
71053
-ECHO = @ECHO@
 
71054
+DUMPBIN = @DUMPBIN@
 
71055
 ECHO_C = @ECHO_C@
 
71056
 ECHO_N = @ECHO_N@
 
71057
 ECHO_T = @ECHO_T@
 
71058
@@ -125,8 +127,7 @@
 
71059
 EXEEXT = @EXEEXT@
 
71060
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
71061
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
71062
-F77 = @F77@
 
71063
-FFLAGS = @FFLAGS@
 
71064
+FGREP = @FGREP@
 
71065
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
71066
 GCONFTOOL = @GCONFTOOL@
 
71067
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
71068
@@ -176,6 +177,7 @@
 
71069
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
71070
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
71071
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
71072
+LD = @LD@
 
71073
 LDFLAGS = @LDFLAGS@
 
71074
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
71075
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
71076
@@ -184,6 +186,7 @@
 
71077
 LIBOBJS = @LIBOBJS@
 
71078
 LIBS = @LIBS@
 
71079
 LIBTOOL = @LIBTOOL@
 
71080
+LIPO = @LIPO@
 
71081
 LIRC_LIBS = @LIRC_LIBS@
 
71082
 LN_S = @LN_S@
 
71083
 LTLIBOBJS = @LTLIBOBJS@
 
71084
@@ -203,12 +206,15 @@
 
71085
 NAUTILUSDIR = @NAUTILUSDIR@
 
71086
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
71087
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
71088
+NM = @NM@
 
71089
 NMEDIT = @NMEDIT@
 
71090
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
71091
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
71092
 NVTV_LIBS = @NVTV_LIBS@
 
71093
 OBJEXT = @OBJEXT@
 
71094
 OMF_DIR = @OMF_DIR@
 
71095
+OTOOL = @OTOOL@
 
71096
+OTOOL64 = @OTOOL64@
 
71097
 PACKAGE = @PACKAGE@
 
71098
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
71099
 PACKAGE_NAME = @PACKAGE_NAME@
 
71100
@@ -270,7 +276,7 @@
 
71101
 abs_top_srcdir = @abs_top_srcdir@
 
71102
 ac_ct_CC = @ac_ct_CC@
 
71103
 ac_ct_CXX = @ac_ct_CXX@
 
71104
-ac_ct_F77 = @ac_ct_F77@
 
71105
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
71106
 am__include = @am__include@
 
71107
 am__leading_dot = @am__leading_dot@
 
71108
 am__quote = @am__quote@
 
71109
@@ -301,6 +307,7 @@
 
71110
 libexecdir = @libexecdir@
 
71111
 localedir = @localedir@
 
71112
 localstatedir = @localstatedir@
 
71113
+lt_ECHO = @lt_ECHO@
 
71114
 mandir = @mandir@
 
71115
 mkdir_p = @mkdir_p@
 
71116
 oldincludedir = @oldincludedir@
 
71117
@@ -317,7 +324,6 @@
 
71118
 srcdir = @srcdir@
 
71119
 sysconfdir = @sysconfdir@
 
71120
 target_alias = @target_alias@
 
71121
-top_build_prefix = @top_build_prefix@
 
71122
 top_builddir = @top_builddir@
 
71123
 top_srcdir = @top_srcdir@
 
71124
 modules_flags = -export_dynamic -avoid-version -module
 
71125
Index: totem-2.24.3/src/plugins/lirc/Makefile.in
 
71126
===================================================================
 
71127
--- totem-2.24.3.orig/src/plugins/lirc/Makefile.in      2008-10-26 15:40:48.000000000 +0100
 
71128
+++ totem-2.24.3/src/plugins/lirc/Makefile.in   2008-10-30 19:06:37.000000000 +0100
 
71129
@@ -93,6 +93,8 @@
 
71130
 AUTOHEADER = @AUTOHEADER@
 
71131
 AUTOMAKE = @AUTOMAKE@
 
71132
 AWK = @AWK@
 
71133
+BBC_CFLAGS = @BBC_CFLAGS@
 
71134
+BBC_LIBS = @BBC_LIBS@
 
71135
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
71136
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
71137
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
71138
@@ -120,7 +122,7 @@
 
71139
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
71140
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
71141
 DSYMUTIL = @DSYMUTIL@
 
71142
-ECHO = @ECHO@
 
71143
+DUMPBIN = @DUMPBIN@
 
71144
 ECHO_C = @ECHO_C@
 
71145
 ECHO_N = @ECHO_N@
 
71146
 ECHO_T = @ECHO_T@
 
71147
@@ -128,8 +130,7 @@
 
71148
 EXEEXT = @EXEEXT@
 
71149
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
71150
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
71151
-F77 = @F77@
 
71152
-FFLAGS = @FFLAGS@
 
71153
+FGREP = @FGREP@
 
71154
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
71155
 GCONFTOOL = @GCONFTOOL@
 
71156
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
71157
@@ -179,6 +180,7 @@
 
71158
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
71159
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
71160
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
71161
+LD = @LD@
 
71162
 LDFLAGS = @LDFLAGS@
 
71163
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
71164
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
71165
@@ -187,6 +189,7 @@
 
71166
 LIBOBJS = @LIBOBJS@
 
71167
 LIBS = @LIBS@
 
71168
 LIBTOOL = @LIBTOOL@
 
71169
+LIPO = @LIPO@
 
71170
 LIRC_LIBS = @LIRC_LIBS@
 
71171
 LN_S = @LN_S@
 
71172
 LTLIBOBJS = @LTLIBOBJS@
 
71173
@@ -206,12 +209,15 @@
 
71174
 NAUTILUSDIR = @NAUTILUSDIR@
 
71175
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
71176
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
71177
+NM = @NM@
 
71178
 NMEDIT = @NMEDIT@
 
71179
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
71180
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
71181
 NVTV_LIBS = @NVTV_LIBS@
 
71182
 OBJEXT = @OBJEXT@
 
71183
 OMF_DIR = @OMF_DIR@
 
71184
+OTOOL = @OTOOL@
 
71185
+OTOOL64 = @OTOOL64@
 
71186
 PACKAGE = @PACKAGE@
 
71187
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
71188
 PACKAGE_NAME = @PACKAGE_NAME@
 
71189
@@ -273,7 +279,7 @@
 
71190
 abs_top_srcdir = @abs_top_srcdir@
 
71191
 ac_ct_CC = @ac_ct_CC@
 
71192
 ac_ct_CXX = @ac_ct_CXX@
 
71193
-ac_ct_F77 = @ac_ct_F77@
 
71194
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
71195
 am__include = @am__include@
 
71196
 am__leading_dot = @am__leading_dot@
 
71197
 am__quote = @am__quote@
 
71198
@@ -304,6 +310,7 @@
 
71199
 libexecdir = @libexecdir@
 
71200
 localedir = @localedir@
 
71201
 localstatedir = @localstatedir@
 
71202
+lt_ECHO = @lt_ECHO@
 
71203
 mandir = @mandir@
 
71204
 mkdir_p = @mkdir_p@
 
71205
 oldincludedir = @oldincludedir@
 
71206
@@ -320,7 +327,6 @@
 
71207
 srcdir = @srcdir@
 
71208
 sysconfdir = @sysconfdir@
 
71209
 target_alias = @target_alias@
 
71210
-top_build_prefix = @top_build_prefix@
 
71211
 top_builddir = @top_builddir@
 
71212
 top_srcdir = @top_srcdir@
 
71213
 modules_flags = -export_dynamic -avoid-version -module
 
71214
Index: totem-2.24.3/src/plugins/Makefile.in
 
71215
===================================================================
 
71216
--- totem-2.24.3.orig/src/plugins/Makefile.in   2008-10-26 15:40:47.000000000 +0100
 
71217
+++ totem-2.24.3/src/plugins/Makefile.in        2008-10-30 19:06:37.000000000 +0100
 
71218
@@ -118,6 +118,8 @@
 
71219
 AUTOHEADER = @AUTOHEADER@
 
71220
 AUTOMAKE = @AUTOMAKE@
 
71221
 AWK = @AWK@
 
71222
+BBC_CFLAGS = @BBC_CFLAGS@
 
71223
+BBC_LIBS = @BBC_LIBS@
 
71224
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
71225
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
71226
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
71227
@@ -145,7 +147,7 @@
 
71228
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
71229
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
71230
 DSYMUTIL = @DSYMUTIL@
 
71231
-ECHO = @ECHO@
 
71232
+DUMPBIN = @DUMPBIN@
 
71233
 ECHO_C = @ECHO_C@
 
71234
 ECHO_N = @ECHO_N@
 
71235
 ECHO_T = @ECHO_T@
 
71236
@@ -153,8 +155,7 @@
 
71237
 EXEEXT = @EXEEXT@
 
71238
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
71239
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
71240
-F77 = @F77@
 
71241
-FFLAGS = @FFLAGS@
 
71242
+FGREP = @FGREP@
 
71243
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
71244
 GCONFTOOL = @GCONFTOOL@
 
71245
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
71246
@@ -204,6 +205,7 @@
 
71247
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
71248
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
71249
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
71250
+LD = @LD@
 
71251
 LDFLAGS = @LDFLAGS@
 
71252
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
71253
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
71254
@@ -212,6 +214,7 @@
 
71255
 LIBOBJS = @LIBOBJS@
 
71256
 LIBS = @LIBS@
 
71257
 LIBTOOL = @LIBTOOL@
 
71258
+LIPO = @LIPO@
 
71259
 LIRC_LIBS = @LIRC_LIBS@
 
71260
 LN_S = @LN_S@
 
71261
 LTLIBOBJS = @LTLIBOBJS@
 
71262
@@ -231,12 +234,15 @@
 
71263
 NAUTILUSDIR = @NAUTILUSDIR@
 
71264
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
71265
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
71266
+NM = @NM@
 
71267
 NMEDIT = @NMEDIT@
 
71268
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
71269
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
71270
 NVTV_LIBS = @NVTV_LIBS@
 
71271
 OBJEXT = @OBJEXT@
 
71272
 OMF_DIR = @OMF_DIR@
 
71273
+OTOOL = @OTOOL@
 
71274
+OTOOL64 = @OTOOL64@
 
71275
 PACKAGE = @PACKAGE@
 
71276
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
71277
 PACKAGE_NAME = @PACKAGE_NAME@
 
71278
@@ -298,7 +304,7 @@
 
71279
 abs_top_srcdir = @abs_top_srcdir@
 
71280
 ac_ct_CC = @ac_ct_CC@
 
71281
 ac_ct_CXX = @ac_ct_CXX@
 
71282
-ac_ct_F77 = @ac_ct_F77@
 
71283
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
71284
 am__include = @am__include@
 
71285
 am__leading_dot = @am__leading_dot@
 
71286
 am__quote = @am__quote@
 
71287
@@ -329,6 +335,7 @@
 
71288
 libexecdir = @libexecdir@
 
71289
 localedir = @localedir@
 
71290
 localstatedir = @localstatedir@
 
71291
+lt_ECHO = @lt_ECHO@
 
71292
 mandir = @mandir@
 
71293
 mkdir_p = @mkdir_p@
 
71294
 oldincludedir = @oldincludedir@
 
71295
@@ -345,7 +352,6 @@
 
71296
 srcdir = @srcdir@
 
71297
 sysconfdir = @sysconfdir@
 
71298
 target_alias = @target_alias@
 
71299
-top_build_prefix = @top_build_prefix@
 
71300
 top_builddir = @top_builddir@
 
71301
 top_srcdir = @top_srcdir@
 
71302
 SUBDIRS = $(PLUGINS) $(am__append_1)
 
71303
Index: totem-2.24.3/src/plugins/media-player-keys/Makefile.in
 
71304
===================================================================
 
71305
--- totem-2.24.3.orig/src/plugins/media-player-keys/Makefile.in 2008-10-26 15:40:48.000000000 +0100
 
71306
+++ totem-2.24.3/src/plugins/media-player-keys/Makefile.in      2008-10-30 19:06:37.000000000 +0100
 
71307
@@ -96,6 +96,8 @@
 
71308
 AUTOHEADER = @AUTOHEADER@
 
71309
 AUTOMAKE = @AUTOMAKE@
 
71310
 AWK = @AWK@
 
71311
+BBC_CFLAGS = @BBC_CFLAGS@
 
71312
+BBC_LIBS = @BBC_LIBS@
 
71313
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
71314
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
71315
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
71316
@@ -123,7 +125,7 @@
 
71317
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
71318
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
71319
 DSYMUTIL = @DSYMUTIL@
 
71320
-ECHO = @ECHO@
 
71321
+DUMPBIN = @DUMPBIN@
 
71322
 ECHO_C = @ECHO_C@
 
71323
 ECHO_N = @ECHO_N@
 
71324
 ECHO_T = @ECHO_T@
 
71325
@@ -131,8 +133,7 @@
 
71326
 EXEEXT = @EXEEXT@
 
71327
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
71328
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
71329
-F77 = @F77@
 
71330
-FFLAGS = @FFLAGS@
 
71331
+FGREP = @FGREP@
 
71332
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
71333
 GCONFTOOL = @GCONFTOOL@
 
71334
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
71335
@@ -182,6 +183,7 @@
 
71336
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
71337
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
71338
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
71339
+LD = @LD@
 
71340
 LDFLAGS = @LDFLAGS@
 
71341
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
71342
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
71343
@@ -190,6 +192,7 @@
 
71344
 LIBOBJS = @LIBOBJS@
 
71345
 LIBS = @LIBS@
 
71346
 LIBTOOL = @LIBTOOL@
 
71347
+LIPO = @LIPO@
 
71348
 LIRC_LIBS = @LIRC_LIBS@
 
71349
 LN_S = @LN_S@
 
71350
 LTLIBOBJS = @LTLIBOBJS@
 
71351
@@ -209,12 +212,15 @@
 
71352
 NAUTILUSDIR = @NAUTILUSDIR@
 
71353
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
71354
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
71355
+NM = @NM@
 
71356
 NMEDIT = @NMEDIT@
 
71357
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
71358
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
71359
 NVTV_LIBS = @NVTV_LIBS@
 
71360
 OBJEXT = @OBJEXT@
 
71361
 OMF_DIR = @OMF_DIR@
 
71362
+OTOOL = @OTOOL@
 
71363
+OTOOL64 = @OTOOL64@
 
71364
 PACKAGE = @PACKAGE@
 
71365
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
71366
 PACKAGE_NAME = @PACKAGE_NAME@
 
71367
@@ -276,7 +282,7 @@
 
71368
 abs_top_srcdir = @abs_top_srcdir@
 
71369
 ac_ct_CC = @ac_ct_CC@
 
71370
 ac_ct_CXX = @ac_ct_CXX@
 
71371
-ac_ct_F77 = @ac_ct_F77@
 
71372
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
71373
 am__include = @am__include@
 
71374
 am__leading_dot = @am__leading_dot@
 
71375
 am__quote = @am__quote@
 
71376
@@ -307,6 +313,7 @@
 
71377
 libexecdir = @libexecdir@
 
71378
 localedir = @localedir@
 
71379
 localstatedir = @localstatedir@
 
71380
+lt_ECHO = @lt_ECHO@
 
71381
 mandir = @mandir@
 
71382
 mkdir_p = @mkdir_p@
 
71383
 oldincludedir = @oldincludedir@
 
71384
@@ -323,7 +330,6 @@
 
71385
 srcdir = @srcdir@
 
71386
 sysconfdir = @sysconfdir@
 
71387
 target_alias = @target_alias@
 
71388
-top_build_prefix = @top_build_prefix@
 
71389
 top_builddir = @top_builddir@
 
71390
 top_srcdir = @top_srcdir@
 
71391
 modules_flags = -export_dynamic -avoid-version -module
 
71392
Index: totem-2.24.3/src/plugins/mythtv/Makefile.in
 
71393
===================================================================
 
71394
--- totem-2.24.3.orig/src/plugins/mythtv/Makefile.in    2008-10-26 15:40:49.000000000 +0100
 
71395
+++ totem-2.24.3/src/plugins/mythtv/Makefile.in 2008-10-30 19:06:37.000000000 +0100
 
71396
@@ -92,6 +92,8 @@
 
71397
 AUTOHEADER = @AUTOHEADER@
 
71398
 AUTOMAKE = @AUTOMAKE@
 
71399
 AWK = @AWK@
 
71400
+BBC_CFLAGS = @BBC_CFLAGS@
 
71401
+BBC_LIBS = @BBC_LIBS@
 
71402
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
71403
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
71404
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
71405
@@ -119,7 +121,7 @@
 
71406
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
71407
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
71408
 DSYMUTIL = @DSYMUTIL@
 
71409
-ECHO = @ECHO@
 
71410
+DUMPBIN = @DUMPBIN@
 
71411
 ECHO_C = @ECHO_C@
 
71412
 ECHO_N = @ECHO_N@
 
71413
 ECHO_T = @ECHO_T@
 
71414
@@ -127,8 +129,7 @@
 
71415
 EXEEXT = @EXEEXT@
 
71416
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
71417
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
71418
-F77 = @F77@
 
71419
-FFLAGS = @FFLAGS@
 
71420
+FGREP = @FGREP@
 
71421
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
71422
 GCONFTOOL = @GCONFTOOL@
 
71423
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
71424
@@ -178,6 +179,7 @@
 
71425
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
71426
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
71427
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
71428
+LD = @LD@
 
71429
 LDFLAGS = @LDFLAGS@
 
71430
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
71431
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
71432
@@ -186,6 +188,7 @@
 
71433
 LIBOBJS = @LIBOBJS@
 
71434
 LIBS = @LIBS@
 
71435
 LIBTOOL = @LIBTOOL@
 
71436
+LIPO = @LIPO@
 
71437
 LIRC_LIBS = @LIRC_LIBS@
 
71438
 LN_S = @LN_S@
 
71439
 LTLIBOBJS = @LTLIBOBJS@
 
71440
@@ -205,12 +208,15 @@
 
71441
 NAUTILUSDIR = @NAUTILUSDIR@
 
71442
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
71443
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
71444
+NM = @NM@
 
71445
 NMEDIT = @NMEDIT@
 
71446
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
71447
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
71448
 NVTV_LIBS = @NVTV_LIBS@
 
71449
 OBJEXT = @OBJEXT@
 
71450
 OMF_DIR = @OMF_DIR@
 
71451
+OTOOL = @OTOOL@
 
71452
+OTOOL64 = @OTOOL64@
 
71453
 PACKAGE = @PACKAGE@
 
71454
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
71455
 PACKAGE_NAME = @PACKAGE_NAME@
 
71456
@@ -272,7 +278,7 @@
 
71457
 abs_top_srcdir = @abs_top_srcdir@
 
71458
 ac_ct_CC = @ac_ct_CC@
 
71459
 ac_ct_CXX = @ac_ct_CXX@
 
71460
-ac_ct_F77 = @ac_ct_F77@
 
71461
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
71462
 am__include = @am__include@
 
71463
 am__leading_dot = @am__leading_dot@
 
71464
 am__quote = @am__quote@
 
71465
@@ -303,6 +309,7 @@
 
71466
 libexecdir = @libexecdir@
 
71467
 localedir = @localedir@
 
71468
 localstatedir = @localstatedir@
 
71469
+lt_ECHO = @lt_ECHO@
 
71470
 mandir = @mandir@
 
71471
 mkdir_p = @mkdir_p@
 
71472
 oldincludedir = @oldincludedir@
 
71473
@@ -319,7 +326,6 @@
 
71474
 srcdir = @srcdir@
 
71475
 sysconfdir = @sysconfdir@
 
71476
 target_alias = @target_alias@
 
71477
-top_build_prefix = @top_build_prefix@
 
71478
 top_builddir = @top_builddir@
 
71479
 top_srcdir = @top_srcdir@
 
71480
 modules_flags = -export_dynamic -avoid-version -module
 
71481
Index: totem-2.24.3/src/plugins/ontop/Makefile.in
 
71482
===================================================================
 
71483
--- totem-2.24.3.orig/src/plugins/ontop/Makefile.in     2008-10-26 15:40:49.000000000 +0100
 
71484
+++ totem-2.24.3/src/plugins/ontop/Makefile.in  2008-10-30 19:06:38.000000000 +0100
 
71485
@@ -90,6 +90,8 @@
 
71486
 AUTOHEADER = @AUTOHEADER@
 
71487
 AUTOMAKE = @AUTOMAKE@
 
71488
 AWK = @AWK@
 
71489
+BBC_CFLAGS = @BBC_CFLAGS@
 
71490
+BBC_LIBS = @BBC_LIBS@
 
71491
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
71492
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
71493
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
71494
@@ -117,7 +119,7 @@
 
71495
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
71496
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
71497
 DSYMUTIL = @DSYMUTIL@
 
71498
-ECHO = @ECHO@
 
71499
+DUMPBIN = @DUMPBIN@
 
71500
 ECHO_C = @ECHO_C@
 
71501
 ECHO_N = @ECHO_N@
 
71502
 ECHO_T = @ECHO_T@
 
71503
@@ -125,8 +127,7 @@
 
71504
 EXEEXT = @EXEEXT@
 
71505
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
71506
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
71507
-F77 = @F77@
 
71508
-FFLAGS = @FFLAGS@
 
71509
+FGREP = @FGREP@
 
71510
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
71511
 GCONFTOOL = @GCONFTOOL@
 
71512
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
71513
@@ -176,6 +177,7 @@
 
71514
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
71515
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
71516
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
71517
+LD = @LD@
 
71518
 LDFLAGS = @LDFLAGS@
 
71519
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
71520
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
71521
@@ -184,6 +186,7 @@
 
71522
 LIBOBJS = @LIBOBJS@
 
71523
 LIBS = @LIBS@
 
71524
 LIBTOOL = @LIBTOOL@
 
71525
+LIPO = @LIPO@
 
71526
 LIRC_LIBS = @LIRC_LIBS@
 
71527
 LN_S = @LN_S@
 
71528
 LTLIBOBJS = @LTLIBOBJS@
 
71529
@@ -203,12 +206,15 @@
 
71530
 NAUTILUSDIR = @NAUTILUSDIR@
 
71531
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
71532
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
71533
+NM = @NM@
 
71534
 NMEDIT = @NMEDIT@
 
71535
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
71536
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
71537
 NVTV_LIBS = @NVTV_LIBS@
 
71538
 OBJEXT = @OBJEXT@
 
71539
 OMF_DIR = @OMF_DIR@
 
71540
+OTOOL = @OTOOL@
 
71541
+OTOOL64 = @OTOOL64@
 
71542
 PACKAGE = @PACKAGE@
 
71543
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
71544
 PACKAGE_NAME = @PACKAGE_NAME@
 
71545
@@ -270,7 +276,7 @@
 
71546
 abs_top_srcdir = @abs_top_srcdir@
 
71547
 ac_ct_CC = @ac_ct_CC@
 
71548
 ac_ct_CXX = @ac_ct_CXX@
 
71549
-ac_ct_F77 = @ac_ct_F77@
 
71550
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
71551
 am__include = @am__include@
 
71552
 am__leading_dot = @am__leading_dot@
 
71553
 am__quote = @am__quote@
 
71554
@@ -301,6 +307,7 @@
 
71555
 libexecdir = @libexecdir@
 
71556
 localedir = @localedir@
 
71557
 localstatedir = @localstatedir@
 
71558
+lt_ECHO = @lt_ECHO@
 
71559
 mandir = @mandir@
 
71560
 mkdir_p = @mkdir_p@
 
71561
 oldincludedir = @oldincludedir@
 
71562
@@ -317,7 +324,6 @@
 
71563
 srcdir = @srcdir@
 
71564
 sysconfdir = @sysconfdir@
 
71565
 target_alias = @target_alias@
 
71566
-top_build_prefix = @top_build_prefix@
 
71567
 top_builddir = @top_builddir@
 
71568
 top_srcdir = @top_srcdir@
 
71569
 modules_flags = -export_dynamic -avoid-version -module
 
71570
Index: totem-2.24.3/src/plugins/properties/Makefile.in
 
71571
===================================================================
 
71572
--- totem-2.24.3.orig/src/plugins/properties/Makefile.in        2008-10-26 15:40:49.000000000 +0100
 
71573
+++ totem-2.24.3/src/plugins/properties/Makefile.in     2008-10-30 19:06:38.000000000 +0100
 
71574
@@ -103,6 +103,8 @@
 
71575
 AUTOHEADER = @AUTOHEADER@
 
71576
 AUTOMAKE = @AUTOMAKE@
 
71577
 AWK = @AWK@
 
71578
+BBC_CFLAGS = @BBC_CFLAGS@
 
71579
+BBC_LIBS = @BBC_LIBS@
 
71580
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
71581
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
71582
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
71583
@@ -130,7 +132,7 @@
 
71584
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
71585
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
71586
 DSYMUTIL = @DSYMUTIL@
 
71587
-ECHO = @ECHO@
 
71588
+DUMPBIN = @DUMPBIN@
 
71589
 ECHO_C = @ECHO_C@
 
71590
 ECHO_N = @ECHO_N@
 
71591
 ECHO_T = @ECHO_T@
 
71592
@@ -138,8 +140,7 @@
 
71593
 EXEEXT = @EXEEXT@
 
71594
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
71595
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
71596
-F77 = @F77@
 
71597
-FFLAGS = @FFLAGS@
 
71598
+FGREP = @FGREP@
 
71599
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
71600
 GCONFTOOL = @GCONFTOOL@
 
71601
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
71602
@@ -189,6 +190,7 @@
 
71603
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
71604
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
71605
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
71606
+LD = @LD@
 
71607
 LDFLAGS = @LDFLAGS@
 
71608
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
71609
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
71610
@@ -197,6 +199,7 @@
 
71611
 LIBOBJS = @LIBOBJS@
 
71612
 LIBS = @LIBS@
 
71613
 LIBTOOL = @LIBTOOL@
 
71614
+LIPO = @LIPO@
 
71615
 LIRC_LIBS = @LIRC_LIBS@
 
71616
 LN_S = @LN_S@
 
71617
 LTLIBOBJS = @LTLIBOBJS@
 
71618
@@ -216,12 +219,15 @@
 
71619
 NAUTILUSDIR = @NAUTILUSDIR@
 
71620
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
71621
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
71622
+NM = @NM@
 
71623
 NMEDIT = @NMEDIT@
 
71624
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
71625
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
71626
 NVTV_LIBS = @NVTV_LIBS@
 
71627
 OBJEXT = @OBJEXT@
 
71628
 OMF_DIR = @OMF_DIR@
 
71629
+OTOOL = @OTOOL@
 
71630
+OTOOL64 = @OTOOL64@
 
71631
 PACKAGE = @PACKAGE@
 
71632
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
71633
 PACKAGE_NAME = @PACKAGE_NAME@
 
71634
@@ -283,7 +289,7 @@
 
71635
 abs_top_srcdir = @abs_top_srcdir@
 
71636
 ac_ct_CC = @ac_ct_CC@
 
71637
 ac_ct_CXX = @ac_ct_CXX@
 
71638
-ac_ct_F77 = @ac_ct_F77@
 
71639
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
71640
 am__include = @am__include@
 
71641
 am__leading_dot = @am__leading_dot@
 
71642
 am__quote = @am__quote@
 
71643
@@ -314,6 +320,7 @@
 
71644
 libexecdir = @libexecdir@
 
71645
 localedir = @localedir@
 
71646
 localstatedir = @localstatedir@
 
71647
+lt_ECHO = @lt_ECHO@
 
71648
 mandir = @mandir@
 
71649
 mkdir_p = @mkdir_p@
 
71650
 oldincludedir = @oldincludedir@
 
71651
@@ -330,7 +337,6 @@
 
71652
 srcdir = @srcdir@
 
71653
 sysconfdir = @sysconfdir@
 
71654
 target_alias = @target_alias@
 
71655
-top_build_prefix = @top_build_prefix@
 
71656
 top_builddir = @top_builddir@
 
71657
 top_srcdir = @top_srcdir@
 
71658
 modules_flags = -export_dynamic -avoid-version -module
 
71659
Index: totem-2.24.3/src/plugins/publish/Makefile.in
 
71660
===================================================================
 
71661
--- totem-2.24.3.orig/src/plugins/publish/Makefile.in   2008-10-26 15:40:49.000000000 +0100
 
71662
+++ totem-2.24.3/src/plugins/publish/Makefile.in        2008-10-30 19:06:38.000000000 +0100
 
71663
@@ -93,6 +93,8 @@
 
71664
 AUTOHEADER = @AUTOHEADER@
 
71665
 AUTOMAKE = @AUTOMAKE@
 
71666
 AWK = @AWK@
 
71667
+BBC_CFLAGS = @BBC_CFLAGS@
 
71668
+BBC_LIBS = @BBC_LIBS@
 
71669
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
71670
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
71671
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
71672
@@ -120,7 +122,7 @@
 
71673
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
71674
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
71675
 DSYMUTIL = @DSYMUTIL@
 
71676
-ECHO = @ECHO@
 
71677
+DUMPBIN = @DUMPBIN@
 
71678
 ECHO_C = @ECHO_C@
 
71679
 ECHO_N = @ECHO_N@
 
71680
 ECHO_T = @ECHO_T@
 
71681
@@ -128,8 +130,7 @@
 
71682
 EXEEXT = @EXEEXT@
 
71683
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
71684
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
71685
-F77 = @F77@
 
71686
-FFLAGS = @FFLAGS@
 
71687
+FGREP = @FGREP@
 
71688
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
71689
 GCONFTOOL = @GCONFTOOL@
 
71690
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
71691
@@ -179,6 +180,7 @@
 
71692
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
71693
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
71694
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
71695
+LD = @LD@
 
71696
 LDFLAGS = @LDFLAGS@
 
71697
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
71698
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
71699
@@ -187,6 +189,7 @@
 
71700
 LIBOBJS = @LIBOBJS@
 
71701
 LIBS = @LIBS@
 
71702
 LIBTOOL = @LIBTOOL@
 
71703
+LIPO = @LIPO@
 
71704
 LIRC_LIBS = @LIRC_LIBS@
 
71705
 LN_S = @LN_S@
 
71706
 LTLIBOBJS = @LTLIBOBJS@
 
71707
@@ -206,12 +209,15 @@
 
71708
 NAUTILUSDIR = @NAUTILUSDIR@
 
71709
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
71710
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
71711
+NM = @NM@
 
71712
 NMEDIT = @NMEDIT@
 
71713
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
71714
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
71715
 NVTV_LIBS = @NVTV_LIBS@
 
71716
 OBJEXT = @OBJEXT@
 
71717
 OMF_DIR = @OMF_DIR@
 
71718
+OTOOL = @OTOOL@
 
71719
+OTOOL64 = @OTOOL64@
 
71720
 PACKAGE = @PACKAGE@
 
71721
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
71722
 PACKAGE_NAME = @PACKAGE_NAME@
 
71723
@@ -273,7 +279,7 @@
 
71724
 abs_top_srcdir = @abs_top_srcdir@
 
71725
 ac_ct_CC = @ac_ct_CC@
 
71726
 ac_ct_CXX = @ac_ct_CXX@
 
71727
-ac_ct_F77 = @ac_ct_F77@
 
71728
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
71729
 am__include = @am__include@
 
71730
 am__leading_dot = @am__leading_dot@
 
71731
 am__quote = @am__quote@
 
71732
@@ -304,6 +310,7 @@
 
71733
 libexecdir = @libexecdir@
 
71734
 localedir = @localedir@
 
71735
 localstatedir = @localstatedir@
 
71736
+lt_ECHO = @lt_ECHO@
 
71737
 mandir = @mandir@
 
71738
 mkdir_p = @mkdir_p@
 
71739
 oldincludedir = @oldincludedir@
 
71740
@@ -320,7 +327,6 @@
 
71741
 srcdir = @srcdir@
 
71742
 sysconfdir = @sysconfdir@
 
71743
 target_alias = @target_alias@
 
71744
-top_build_prefix = @top_build_prefix@
 
71745
 top_builddir = @top_builddir@
 
71746
 top_srcdir = @top_srcdir@
 
71747
 modules_flags = -export_dynamic -avoid-version -module
 
71748
Index: totem-2.24.3/src/plugins/pythonconsole/Makefile.in
 
71749
===================================================================
 
71750
--- totem-2.24.3.orig/src/plugins/pythonconsole/Makefile.in     2008-10-26 15:40:49.000000000 +0100
 
71751
+++ totem-2.24.3/src/plugins/pythonconsole/Makefile.in  2008-10-30 19:06:38.000000000 +0100
 
71752
@@ -70,6 +70,8 @@
 
71753
 AUTOHEADER = @AUTOHEADER@
 
71754
 AUTOMAKE = @AUTOMAKE@
 
71755
 AWK = @AWK@
 
71756
+BBC_CFLAGS = @BBC_CFLAGS@
 
71757
+BBC_LIBS = @BBC_LIBS@
 
71758
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
71759
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
71760
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
71761
@@ -97,7 +99,7 @@
 
71762
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
71763
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
71764
 DSYMUTIL = @DSYMUTIL@
 
71765
-ECHO = @ECHO@
 
71766
+DUMPBIN = @DUMPBIN@
 
71767
 ECHO_C = @ECHO_C@
 
71768
 ECHO_N = @ECHO_N@
 
71769
 ECHO_T = @ECHO_T@
 
71770
@@ -105,8 +107,7 @@
 
71771
 EXEEXT = @EXEEXT@
 
71772
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
71773
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
71774
-F77 = @F77@
 
71775
-FFLAGS = @FFLAGS@
 
71776
+FGREP = @FGREP@
 
71777
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
71778
 GCONFTOOL = @GCONFTOOL@
 
71779
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
71780
@@ -156,6 +157,7 @@
 
71781
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
71782
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
71783
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
71784
+LD = @LD@
 
71785
 LDFLAGS = @LDFLAGS@
 
71786
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
71787
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
71788
@@ -164,6 +166,7 @@
 
71789
 LIBOBJS = @LIBOBJS@
 
71790
 LIBS = @LIBS@
 
71791
 LIBTOOL = @LIBTOOL@
 
71792
+LIPO = @LIPO@
 
71793
 LIRC_LIBS = @LIRC_LIBS@
 
71794
 LN_S = @LN_S@
 
71795
 LTLIBOBJS = @LTLIBOBJS@
 
71796
@@ -183,12 +186,15 @@
 
71797
 NAUTILUSDIR = @NAUTILUSDIR@
 
71798
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
71799
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
71800
+NM = @NM@
 
71801
 NMEDIT = @NMEDIT@
 
71802
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
71803
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
71804
 NVTV_LIBS = @NVTV_LIBS@
 
71805
 OBJEXT = @OBJEXT@
 
71806
 OMF_DIR = @OMF_DIR@
 
71807
+OTOOL = @OTOOL@
 
71808
+OTOOL64 = @OTOOL64@
 
71809
 PACKAGE = @PACKAGE@
 
71810
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
71811
 PACKAGE_NAME = @PACKAGE_NAME@
 
71812
@@ -250,7 +256,7 @@
 
71813
 abs_top_srcdir = @abs_top_srcdir@
 
71814
 ac_ct_CC = @ac_ct_CC@
 
71815
 ac_ct_CXX = @ac_ct_CXX@
 
71816
-ac_ct_F77 = @ac_ct_F77@
 
71817
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
71818
 am__include = @am__include@
 
71819
 am__leading_dot = @am__leading_dot@
 
71820
 am__quote = @am__quote@
 
71821
@@ -281,6 +287,7 @@
 
71822
 libexecdir = @libexecdir@
 
71823
 localedir = @localedir@
 
71824
 localstatedir = @localstatedir@
 
71825
+lt_ECHO = @lt_ECHO@
 
71826
 mandir = @mandir@
 
71827
 mkdir_p = @mkdir_p@
 
71828
 oldincludedir = @oldincludedir@
 
71829
@@ -297,7 +304,6 @@
 
71830
 srcdir = @srcdir@
 
71831
 sysconfdir = @sysconfdir@
 
71832
 target_alias = @target_alias@
 
71833
-top_build_prefix = @top_build_prefix@
 
71834
 top_builddir = @top_builddir@
 
71835
 top_srcdir = @top_srcdir@
 
71836
 plugindir = $(PLUGINDIR)/pythonconsole
 
71837
Index: totem-2.24.3/src/plugins/sample-python/Makefile.in
 
71838
===================================================================
 
71839
--- totem-2.24.3.orig/src/plugins/sample-python/Makefile.in     2008-10-26 15:40:49.000000000 +0100
 
71840
+++ totem-2.24.3/src/plugins/sample-python/Makefile.in  2008-10-30 19:06:38.000000000 +0100
 
71841
@@ -57,6 +57,8 @@
 
71842
 AUTOHEADER = @AUTOHEADER@
 
71843
 AUTOMAKE = @AUTOMAKE@
 
71844
 AWK = @AWK@
 
71845
+BBC_CFLAGS = @BBC_CFLAGS@
 
71846
+BBC_LIBS = @BBC_LIBS@
 
71847
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
71848
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
71849
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
71850
@@ -84,7 +86,7 @@
 
71851
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
71852
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
71853
 DSYMUTIL = @DSYMUTIL@
 
71854
-ECHO = @ECHO@
 
71855
+DUMPBIN = @DUMPBIN@
 
71856
 ECHO_C = @ECHO_C@
 
71857
 ECHO_N = @ECHO_N@
 
71858
 ECHO_T = @ECHO_T@
 
71859
@@ -92,8 +94,7 @@
 
71860
 EXEEXT = @EXEEXT@
 
71861
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
71862
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
71863
-F77 = @F77@
 
71864
-FFLAGS = @FFLAGS@
 
71865
+FGREP = @FGREP@
 
71866
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
71867
 GCONFTOOL = @GCONFTOOL@
 
71868
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
71869
@@ -143,6 +144,7 @@
 
71870
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
71871
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
71872
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
71873
+LD = @LD@
 
71874
 LDFLAGS = @LDFLAGS@
 
71875
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
71876
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
71877
@@ -151,6 +153,7 @@
 
71878
 LIBOBJS = @LIBOBJS@
 
71879
 LIBS = @LIBS@
 
71880
 LIBTOOL = @LIBTOOL@
 
71881
+LIPO = @LIPO@
 
71882
 LIRC_LIBS = @LIRC_LIBS@
 
71883
 LN_S = @LN_S@
 
71884
 LTLIBOBJS = @LTLIBOBJS@
 
71885
@@ -170,12 +173,15 @@
 
71886
 NAUTILUSDIR = @NAUTILUSDIR@
 
71887
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
71888
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
71889
+NM = @NM@
 
71890
 NMEDIT = @NMEDIT@
 
71891
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
71892
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
71893
 NVTV_LIBS = @NVTV_LIBS@
 
71894
 OBJEXT = @OBJEXT@
 
71895
 OMF_DIR = @OMF_DIR@
 
71896
+OTOOL = @OTOOL@
 
71897
+OTOOL64 = @OTOOL64@
 
71898
 PACKAGE = @PACKAGE@
 
71899
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
71900
 PACKAGE_NAME = @PACKAGE_NAME@
 
71901
@@ -237,7 +243,7 @@
 
71902
 abs_top_srcdir = @abs_top_srcdir@
 
71903
 ac_ct_CC = @ac_ct_CC@
 
71904
 ac_ct_CXX = @ac_ct_CXX@
 
71905
-ac_ct_F77 = @ac_ct_F77@
 
71906
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
71907
 am__include = @am__include@
 
71908
 am__leading_dot = @am__leading_dot@
 
71909
 am__quote = @am__quote@
 
71910
@@ -268,6 +274,7 @@
 
71911
 libexecdir = @libexecdir@
 
71912
 localedir = @localedir@
 
71913
 localstatedir = @localstatedir@
 
71914
+lt_ECHO = @lt_ECHO@
 
71915
 mandir = @mandir@
 
71916
 mkdir_p = @mkdir_p@
 
71917
 oldincludedir = @oldincludedir@
 
71918
@@ -284,7 +291,6 @@
 
71919
 srcdir = @srcdir@
 
71920
 sysconfdir = @sysconfdir@
 
71921
 target_alias = @target_alias@
 
71922
-top_build_prefix = @top_build_prefix@
 
71923
 top_builddir = @top_builddir@
 
71924
 top_srcdir = @top_srcdir@
 
71925
 plugindir = $(PLUGINDIR)/sample-python
 
71926
Index: totem-2.24.3/src/plugins/sample-vala/Makefile.in
 
71927
===================================================================
 
71928
--- totem-2.24.3.orig/src/plugins/sample-vala/Makefile.in       2008-10-26 15:40:50.000000000 +0100
 
71929
+++ totem-2.24.3/src/plugins/sample-vala/Makefile.in    2008-10-30 19:06:38.000000000 +0100
 
71930
@@ -93,6 +93,8 @@
 
71931
 AUTOHEADER = @AUTOHEADER@
 
71932
 AUTOMAKE = @AUTOMAKE@
 
71933
 AWK = @AWK@
 
71934
+BBC_CFLAGS = @BBC_CFLAGS@
 
71935
+BBC_LIBS = @BBC_LIBS@
 
71936
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
71937
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
71938
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
71939
@@ -120,7 +122,7 @@
 
71940
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
71941
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
71942
 DSYMUTIL = @DSYMUTIL@
 
71943
-ECHO = @ECHO@
 
71944
+DUMPBIN = @DUMPBIN@
 
71945
 ECHO_C = @ECHO_C@
 
71946
 ECHO_N = @ECHO_N@
 
71947
 ECHO_T = @ECHO_T@
 
71948
@@ -128,8 +130,7 @@
 
71949
 EXEEXT = @EXEEXT@
 
71950
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
71951
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
71952
-F77 = @F77@
 
71953
-FFLAGS = @FFLAGS@
 
71954
+FGREP = @FGREP@
 
71955
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
71956
 GCONFTOOL = @GCONFTOOL@
 
71957
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
71958
@@ -179,6 +180,7 @@
 
71959
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
71960
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
71961
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
71962
+LD = @LD@
 
71963
 LDFLAGS = @LDFLAGS@
 
71964
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
71965
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
71966
@@ -187,6 +189,7 @@
 
71967
 LIBOBJS = @LIBOBJS@
 
71968
 LIBS = @LIBS@
 
71969
 LIBTOOL = @LIBTOOL@
 
71970
+LIPO = @LIPO@
 
71971
 LIRC_LIBS = @LIRC_LIBS@
 
71972
 LN_S = @LN_S@
 
71973
 LTLIBOBJS = @LTLIBOBJS@
 
71974
@@ -206,12 +209,15 @@
 
71975
 NAUTILUSDIR = @NAUTILUSDIR@
 
71976
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
71977
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
71978
+NM = @NM@
 
71979
 NMEDIT = @NMEDIT@
 
71980
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
71981
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
71982
 NVTV_LIBS = @NVTV_LIBS@
 
71983
 OBJEXT = @OBJEXT@
 
71984
 OMF_DIR = @OMF_DIR@
 
71985
+OTOOL = @OTOOL@
 
71986
+OTOOL64 = @OTOOL64@
 
71987
 PACKAGE = @PACKAGE@
 
71988
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
71989
 PACKAGE_NAME = @PACKAGE_NAME@
 
71990
@@ -273,7 +279,7 @@
 
71991
 abs_top_srcdir = @abs_top_srcdir@
 
71992
 ac_ct_CC = @ac_ct_CC@
 
71993
 ac_ct_CXX = @ac_ct_CXX@
 
71994
-ac_ct_F77 = @ac_ct_F77@
 
71995
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
71996
 am__include = @am__include@
 
71997
 am__leading_dot = @am__leading_dot@
 
71998
 am__quote = @am__quote@
 
71999
@@ -304,6 +310,7 @@
 
72000
 libexecdir = @libexecdir@
 
72001
 localedir = @localedir@
 
72002
 localstatedir = @localstatedir@
 
72003
+lt_ECHO = @lt_ECHO@
 
72004
 mandir = @mandir@
 
72005
 mkdir_p = @mkdir_p@
 
72006
 oldincludedir = @oldincludedir@
 
72007
@@ -320,7 +327,6 @@
 
72008
 srcdir = @srcdir@
 
72009
 sysconfdir = @sysconfdir@
 
72010
 target_alias = @target_alias@
 
72011
-top_build_prefix = @top_build_prefix@
 
72012
 top_builddir = @top_builddir@
 
72013
 top_srcdir = @top_srcdir@
 
72014
 BUILT_SOURCES = totem-sample-vala-plugin.c totem-sample-vala-plugin.h
 
72015
Index: totem-2.24.3/src/plugins/screensaver/Makefile.in
 
72016
===================================================================
 
72017
--- totem-2.24.3.orig/src/plugins/screensaver/Makefile.in       2008-10-26 15:40:50.000000000 +0100
 
72018
+++ totem-2.24.3/src/plugins/screensaver/Makefile.in    2008-10-30 19:06:38.000000000 +0100
 
72019
@@ -92,6 +92,8 @@
 
72020
 AUTOHEADER = @AUTOHEADER@
 
72021
 AUTOMAKE = @AUTOMAKE@
 
72022
 AWK = @AWK@
 
72023
+BBC_CFLAGS = @BBC_CFLAGS@
 
72024
+BBC_LIBS = @BBC_LIBS@
 
72025
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
72026
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
72027
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
72028
@@ -119,7 +121,7 @@
 
72029
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
72030
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
72031
 DSYMUTIL = @DSYMUTIL@
 
72032
-ECHO = @ECHO@
 
72033
+DUMPBIN = @DUMPBIN@
 
72034
 ECHO_C = @ECHO_C@
 
72035
 ECHO_N = @ECHO_N@
 
72036
 ECHO_T = @ECHO_T@
 
72037
@@ -127,8 +129,7 @@
 
72038
 EXEEXT = @EXEEXT@
 
72039
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
72040
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
72041
-F77 = @F77@
 
72042
-FFLAGS = @FFLAGS@
 
72043
+FGREP = @FGREP@
 
72044
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
72045
 GCONFTOOL = @GCONFTOOL@
 
72046
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
72047
@@ -178,6 +179,7 @@
 
72048
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
72049
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
72050
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
72051
+LD = @LD@
 
72052
 LDFLAGS = @LDFLAGS@
 
72053
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
72054
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
72055
@@ -186,6 +188,7 @@
 
72056
 LIBOBJS = @LIBOBJS@
 
72057
 LIBS = @LIBS@
 
72058
 LIBTOOL = @LIBTOOL@
 
72059
+LIPO = @LIPO@
 
72060
 LIRC_LIBS = @LIRC_LIBS@
 
72061
 LN_S = @LN_S@
 
72062
 LTLIBOBJS = @LTLIBOBJS@
 
72063
@@ -205,12 +208,15 @@
 
72064
 NAUTILUSDIR = @NAUTILUSDIR@
 
72065
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
72066
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
72067
+NM = @NM@
 
72068
 NMEDIT = @NMEDIT@
 
72069
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
72070
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
72071
 NVTV_LIBS = @NVTV_LIBS@
 
72072
 OBJEXT = @OBJEXT@
 
72073
 OMF_DIR = @OMF_DIR@
 
72074
+OTOOL = @OTOOL@
 
72075
+OTOOL64 = @OTOOL64@
 
72076
 PACKAGE = @PACKAGE@
 
72077
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
72078
 PACKAGE_NAME = @PACKAGE_NAME@
 
72079
@@ -272,7 +278,7 @@
 
72080
 abs_top_srcdir = @abs_top_srcdir@
 
72081
 ac_ct_CC = @ac_ct_CC@
 
72082
 ac_ct_CXX = @ac_ct_CXX@
 
72083
-ac_ct_F77 = @ac_ct_F77@
 
72084
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
72085
 am__include = @am__include@
 
72086
 am__leading_dot = @am__leading_dot@
 
72087
 am__quote = @am__quote@
 
72088
@@ -303,6 +309,7 @@
 
72089
 libexecdir = @libexecdir@
 
72090
 localedir = @localedir@
 
72091
 localstatedir = @localstatedir@
 
72092
+lt_ECHO = @lt_ECHO@
 
72093
 mandir = @mandir@
 
72094
 mkdir_p = @mkdir_p@
 
72095
 oldincludedir = @oldincludedir@
 
72096
@@ -319,7 +326,6 @@
 
72097
 srcdir = @srcdir@
 
72098
 sysconfdir = @sysconfdir@
 
72099
 target_alias = @target_alias@
 
72100
-top_build_prefix = @top_build_prefix@
 
72101
 top_builddir = @top_builddir@
 
72102
 top_srcdir = @top_srcdir@
 
72103
 modules_flags = -export_dynamic -avoid-version -module
 
72104
Index: totem-2.24.3/src/plugins/sidebar-test/Makefile.in
 
72105
===================================================================
 
72106
--- totem-2.24.3.orig/src/plugins/sidebar-test/Makefile.in      2008-10-26 15:40:50.000000000 +0100
 
72107
+++ totem-2.24.3/src/plugins/sidebar-test/Makefile.in   2008-10-30 19:06:38.000000000 +0100
 
72108
@@ -91,6 +91,8 @@
 
72109
 AUTOHEADER = @AUTOHEADER@
 
72110
 AUTOMAKE = @AUTOMAKE@
 
72111
 AWK = @AWK@
 
72112
+BBC_CFLAGS = @BBC_CFLAGS@
 
72113
+BBC_LIBS = @BBC_LIBS@
 
72114
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
72115
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
72116
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
72117
@@ -118,7 +120,7 @@
 
72118
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
72119
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
72120
 DSYMUTIL = @DSYMUTIL@
 
72121
-ECHO = @ECHO@
 
72122
+DUMPBIN = @DUMPBIN@
 
72123
 ECHO_C = @ECHO_C@
 
72124
 ECHO_N = @ECHO_N@
 
72125
 ECHO_T = @ECHO_T@
 
72126
@@ -126,8 +128,7 @@
 
72127
 EXEEXT = @EXEEXT@
 
72128
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
72129
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
72130
-F77 = @F77@
 
72131
-FFLAGS = @FFLAGS@
 
72132
+FGREP = @FGREP@
 
72133
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
72134
 GCONFTOOL = @GCONFTOOL@
 
72135
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
72136
@@ -177,6 +178,7 @@
 
72137
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
72138
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
72139
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
72140
+LD = @LD@
 
72141
 LDFLAGS = @LDFLAGS@
 
72142
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
72143
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
72144
@@ -185,6 +187,7 @@
 
72145
 LIBOBJS = @LIBOBJS@
 
72146
 LIBS = @LIBS@
 
72147
 LIBTOOL = @LIBTOOL@
 
72148
+LIPO = @LIPO@
 
72149
 LIRC_LIBS = @LIRC_LIBS@
 
72150
 LN_S = @LN_S@
 
72151
 LTLIBOBJS = @LTLIBOBJS@
 
72152
@@ -204,12 +207,15 @@
 
72153
 NAUTILUSDIR = @NAUTILUSDIR@
 
72154
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
72155
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
72156
+NM = @NM@
 
72157
 NMEDIT = @NMEDIT@
 
72158
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
72159
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
72160
 NVTV_LIBS = @NVTV_LIBS@
 
72161
 OBJEXT = @OBJEXT@
 
72162
 OMF_DIR = @OMF_DIR@
 
72163
+OTOOL = @OTOOL@
 
72164
+OTOOL64 = @OTOOL64@
 
72165
 PACKAGE = @PACKAGE@
 
72166
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
72167
 PACKAGE_NAME = @PACKAGE_NAME@
 
72168
@@ -271,7 +277,7 @@
 
72169
 abs_top_srcdir = @abs_top_srcdir@
 
72170
 ac_ct_CC = @ac_ct_CC@
 
72171
 ac_ct_CXX = @ac_ct_CXX@
 
72172
-ac_ct_F77 = @ac_ct_F77@
 
72173
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
72174
 am__include = @am__include@
 
72175
 am__leading_dot = @am__leading_dot@
 
72176
 am__quote = @am__quote@
 
72177
@@ -302,6 +308,7 @@
 
72178
 libexecdir = @libexecdir@
 
72179
 localedir = @localedir@
 
72180
 localstatedir = @localstatedir@
 
72181
+lt_ECHO = @lt_ECHO@
 
72182
 mandir = @mandir@
 
72183
 mkdir_p = @mkdir_p@
 
72184
 oldincludedir = @oldincludedir@
 
72185
@@ -318,7 +325,6 @@
 
72186
 srcdir = @srcdir@
 
72187
 sysconfdir = @sysconfdir@
 
72188
 target_alias = @target_alias@
 
72189
-top_build_prefix = @top_build_prefix@
 
72190
 top_builddir = @top_builddir@
 
72191
 top_srcdir = @top_srcdir@
 
72192
 modules_flags = -export_dynamic -avoid-version -module
 
72193
Index: totem-2.24.3/src/plugins/skipto/Makefile.in
 
72194
===================================================================
 
72195
--- totem-2.24.3.orig/src/plugins/skipto/Makefile.in    2008-10-26 15:40:50.000000000 +0100
 
72196
+++ totem-2.24.3/src/plugins/skipto/Makefile.in 2008-10-30 19:06:38.000000000 +0100
 
72197
@@ -93,6 +93,8 @@
 
72198
 AUTOHEADER = @AUTOHEADER@
 
72199
 AUTOMAKE = @AUTOMAKE@
 
72200
 AWK = @AWK@
 
72201
+BBC_CFLAGS = @BBC_CFLAGS@
 
72202
+BBC_LIBS = @BBC_LIBS@
 
72203
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
72204
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
72205
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
72206
@@ -120,7 +122,7 @@
 
72207
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
72208
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
72209
 DSYMUTIL = @DSYMUTIL@
 
72210
-ECHO = @ECHO@
 
72211
+DUMPBIN = @DUMPBIN@
 
72212
 ECHO_C = @ECHO_C@
 
72213
 ECHO_N = @ECHO_N@
 
72214
 ECHO_T = @ECHO_T@
 
72215
@@ -128,8 +130,7 @@
 
72216
 EXEEXT = @EXEEXT@
 
72217
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
72218
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
72219
-F77 = @F77@
 
72220
-FFLAGS = @FFLAGS@
 
72221
+FGREP = @FGREP@
 
72222
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
72223
 GCONFTOOL = @GCONFTOOL@
 
72224
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
72225
@@ -179,6 +180,7 @@
 
72226
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
72227
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
72228
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
72229
+LD = @LD@
 
72230
 LDFLAGS = @LDFLAGS@
 
72231
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
72232
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
72233
@@ -187,6 +189,7 @@
 
72234
 LIBOBJS = @LIBOBJS@
 
72235
 LIBS = @LIBS@
 
72236
 LIBTOOL = @LIBTOOL@
 
72237
+LIPO = @LIPO@
 
72238
 LIRC_LIBS = @LIRC_LIBS@
 
72239
 LN_S = @LN_S@
 
72240
 LTLIBOBJS = @LTLIBOBJS@
 
72241
@@ -206,12 +209,15 @@
 
72242
 NAUTILUSDIR = @NAUTILUSDIR@
 
72243
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
72244
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
72245
+NM = @NM@
 
72246
 NMEDIT = @NMEDIT@
 
72247
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
72248
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
72249
 NVTV_LIBS = @NVTV_LIBS@
 
72250
 OBJEXT = @OBJEXT@
 
72251
 OMF_DIR = @OMF_DIR@
 
72252
+OTOOL = @OTOOL@
 
72253
+OTOOL64 = @OTOOL64@
 
72254
 PACKAGE = @PACKAGE@
 
72255
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
72256
 PACKAGE_NAME = @PACKAGE_NAME@
 
72257
@@ -273,7 +279,7 @@
 
72258
 abs_top_srcdir = @abs_top_srcdir@
 
72259
 ac_ct_CC = @ac_ct_CC@
 
72260
 ac_ct_CXX = @ac_ct_CXX@
 
72261
-ac_ct_F77 = @ac_ct_F77@
 
72262
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
72263
 am__include = @am__include@
 
72264
 am__leading_dot = @am__leading_dot@
 
72265
 am__quote = @am__quote@
 
72266
@@ -304,6 +310,7 @@
 
72267
 libexecdir = @libexecdir@
 
72268
 localedir = @localedir@
 
72269
 localstatedir = @localstatedir@
 
72270
+lt_ECHO = @lt_ECHO@
 
72271
 mandir = @mandir@
 
72272
 mkdir_p = @mkdir_p@
 
72273
 oldincludedir = @oldincludedir@
 
72274
@@ -320,7 +327,6 @@
 
72275
 srcdir = @srcdir@
 
72276
 sysconfdir = @sysconfdir@
 
72277
 target_alias = @target_alias@
 
72278
-top_build_prefix = @top_build_prefix@
 
72279
 top_builddir = @top_builddir@
 
72280
 top_srcdir = @top_srcdir@
 
72281
 modules_flags = -export_dynamic -avoid-version -module
 
72282
Index: totem-2.24.3/src/plugins/thumbnail/Makefile.in
 
72283
===================================================================
 
72284
--- totem-2.24.3.orig/src/plugins/thumbnail/Makefile.in 2008-10-26 15:40:50.000000000 +0100
 
72285
+++ totem-2.24.3/src/plugins/thumbnail/Makefile.in      2008-10-30 19:06:38.000000000 +0100
 
72286
@@ -90,6 +90,8 @@
 
72287
 AUTOHEADER = @AUTOHEADER@
 
72288
 AUTOMAKE = @AUTOMAKE@
 
72289
 AWK = @AWK@
 
72290
+BBC_CFLAGS = @BBC_CFLAGS@
 
72291
+BBC_LIBS = @BBC_LIBS@
 
72292
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
72293
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
72294
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
72295
@@ -117,7 +119,7 @@
 
72296
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
72297
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
72298
 DSYMUTIL = @DSYMUTIL@
 
72299
-ECHO = @ECHO@
 
72300
+DUMPBIN = @DUMPBIN@
 
72301
 ECHO_C = @ECHO_C@
 
72302
 ECHO_N = @ECHO_N@
 
72303
 ECHO_T = @ECHO_T@
 
72304
@@ -125,8 +127,7 @@
 
72305
 EXEEXT = @EXEEXT@
 
72306
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
72307
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
72308
-F77 = @F77@
 
72309
-FFLAGS = @FFLAGS@
 
72310
+FGREP = @FGREP@
 
72311
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
72312
 GCONFTOOL = @GCONFTOOL@
 
72313
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
72314
@@ -176,6 +177,7 @@
 
72315
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
72316
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
72317
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
72318
+LD = @LD@
 
72319
 LDFLAGS = @LDFLAGS@
 
72320
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
72321
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
72322
@@ -184,6 +186,7 @@
 
72323
 LIBOBJS = @LIBOBJS@
 
72324
 LIBS = @LIBS@
 
72325
 LIBTOOL = @LIBTOOL@
 
72326
+LIPO = @LIPO@
 
72327
 LIRC_LIBS = @LIRC_LIBS@
 
72328
 LN_S = @LN_S@
 
72329
 LTLIBOBJS = @LTLIBOBJS@
 
72330
@@ -203,12 +206,15 @@
 
72331
 NAUTILUSDIR = @NAUTILUSDIR@
 
72332
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
72333
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
72334
+NM = @NM@
 
72335
 NMEDIT = @NMEDIT@
 
72336
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
72337
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
72338
 NVTV_LIBS = @NVTV_LIBS@
 
72339
 OBJEXT = @OBJEXT@
 
72340
 OMF_DIR = @OMF_DIR@
 
72341
+OTOOL = @OTOOL@
 
72342
+OTOOL64 = @OTOOL64@
 
72343
 PACKAGE = @PACKAGE@
 
72344
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
72345
 PACKAGE_NAME = @PACKAGE_NAME@
 
72346
@@ -270,7 +276,7 @@
 
72347
 abs_top_srcdir = @abs_top_srcdir@
 
72348
 ac_ct_CC = @ac_ct_CC@
 
72349
 ac_ct_CXX = @ac_ct_CXX@
 
72350
-ac_ct_F77 = @ac_ct_F77@
 
72351
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
72352
 am__include = @am__include@
 
72353
 am__leading_dot = @am__leading_dot@
 
72354
 am__quote = @am__quote@
 
72355
@@ -301,6 +307,7 @@
 
72356
 libexecdir = @libexecdir@
 
72357
 localedir = @localedir@
 
72358
 localstatedir = @localstatedir@
 
72359
+lt_ECHO = @lt_ECHO@
 
72360
 mandir = @mandir@
 
72361
 mkdir_p = @mkdir_p@
 
72362
 oldincludedir = @oldincludedir@
 
72363
@@ -317,7 +324,6 @@
 
72364
 srcdir = @srcdir@
 
72365
 sysconfdir = @sysconfdir@
 
72366
 target_alias = @target_alias@
 
72367
-top_build_prefix = @top_build_prefix@
 
72368
 top_builddir = @top_builddir@
 
72369
 top_srcdir = @top_srcdir@
 
72370
 modules_flags = -export_dynamic -avoid-version -module
 
72371
Index: totem-2.24.3/src/plugins/totem/Makefile.in
 
72372
===================================================================
 
72373
--- totem-2.24.3.orig/src/plugins/totem/Makefile.in     2008-10-26 15:40:51.000000000 +0100
 
72374
+++ totem-2.24.3/src/plugins/totem/Makefile.in  2008-10-30 19:06:39.000000000 +0100
 
72375
@@ -67,6 +67,8 @@
 
72376
 AUTOHEADER = @AUTOHEADER@
 
72377
 AUTOMAKE = @AUTOMAKE@
 
72378
 AWK = @AWK@
 
72379
+BBC_CFLAGS = @BBC_CFLAGS@
 
72380
+BBC_LIBS = @BBC_LIBS@
 
72381
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
72382
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
72383
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
72384
@@ -94,7 +96,7 @@
 
72385
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
72386
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
72387
 DSYMUTIL = @DSYMUTIL@
 
72388
-ECHO = @ECHO@
 
72389
+DUMPBIN = @DUMPBIN@
 
72390
 ECHO_C = @ECHO_C@
 
72391
 ECHO_N = @ECHO_N@
 
72392
 ECHO_T = @ECHO_T@
 
72393
@@ -102,8 +104,7 @@
 
72394
 EXEEXT = @EXEEXT@
 
72395
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
72396
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
72397
-F77 = @F77@
 
72398
-FFLAGS = @FFLAGS@
 
72399
+FGREP = @FGREP@
 
72400
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
72401
 GCONFTOOL = @GCONFTOOL@
 
72402
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
72403
@@ -153,6 +154,7 @@
 
72404
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
72405
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
72406
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
72407
+LD = @LD@
 
72408
 LDFLAGS = @LDFLAGS@
 
72409
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
72410
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
72411
@@ -161,6 +163,7 @@
 
72412
 LIBOBJS = @LIBOBJS@
 
72413
 LIBS = @LIBS@
 
72414
 LIBTOOL = @LIBTOOL@
 
72415
+LIPO = @LIPO@
 
72416
 LIRC_LIBS = @LIRC_LIBS@
 
72417
 LN_S = @LN_S@
 
72418
 LTLIBOBJS = @LTLIBOBJS@
 
72419
@@ -180,12 +183,15 @@
 
72420
 NAUTILUSDIR = @NAUTILUSDIR@
 
72421
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
72422
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
72423
+NM = @NM@
 
72424
 NMEDIT = @NMEDIT@
 
72425
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
72426
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
72427
 NVTV_LIBS = @NVTV_LIBS@
 
72428
 OBJEXT = @OBJEXT@
 
72429
 OMF_DIR = @OMF_DIR@
 
72430
+OTOOL = @OTOOL@
 
72431
+OTOOL64 = @OTOOL64@
 
72432
 PACKAGE = @PACKAGE@
 
72433
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
72434
 PACKAGE_NAME = @PACKAGE_NAME@
 
72435
@@ -247,7 +253,7 @@
 
72436
 abs_top_srcdir = @abs_top_srcdir@
 
72437
 ac_ct_CC = @ac_ct_CC@
 
72438
 ac_ct_CXX = @ac_ct_CXX@
 
72439
-ac_ct_F77 = @ac_ct_F77@
 
72440
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
72441
 am__include = @am__include@
 
72442
 am__leading_dot = @am__leading_dot@
 
72443
 am__quote = @am__quote@
 
72444
@@ -278,6 +284,7 @@
 
72445
 libexecdir = @libexecdir@
 
72446
 localedir = @localedir@
 
72447
 localstatedir = @localstatedir@
 
72448
+lt_ECHO = @lt_ECHO@
 
72449
 mandir = @mandir@
 
72450
 mkdir_p = @mkdir_p@
 
72451
 oldincludedir = @oldincludedir@
 
72452
@@ -294,7 +301,6 @@
 
72453
 srcdir = @srcdir@
 
72454
 sysconfdir = @sysconfdir@
 
72455
 target_alias = @target_alias@
 
72456
-top_build_prefix = @top_build_prefix@
 
72457
 top_builddir = @top_builddir@
 
72458
 top_srcdir = @top_srcdir@
 
72459
 plugindir = $(PLUGINDIR)/totem
 
72460
Index: totem-2.24.3/src/plugins/tracker/Makefile.in
 
72461
===================================================================
 
72462
--- totem-2.24.3.orig/src/plugins/tracker/Makefile.in   2008-10-26 15:40:51.000000000 +0100
 
72463
+++ totem-2.24.3/src/plugins/tracker/Makefile.in        2008-10-30 19:06:39.000000000 +0100
 
72464
@@ -92,6 +92,8 @@
 
72465
 AUTOHEADER = @AUTOHEADER@
 
72466
 AUTOMAKE = @AUTOMAKE@
 
72467
 AWK = @AWK@
 
72468
+BBC_CFLAGS = @BBC_CFLAGS@
 
72469
+BBC_LIBS = @BBC_LIBS@
 
72470
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
72471
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
72472
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
72473
@@ -119,7 +121,7 @@
 
72474
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
72475
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
72476
 DSYMUTIL = @DSYMUTIL@
 
72477
-ECHO = @ECHO@
 
72478
+DUMPBIN = @DUMPBIN@
 
72479
 ECHO_C = @ECHO_C@
 
72480
 ECHO_N = @ECHO_N@
 
72481
 ECHO_T = @ECHO_T@
 
72482
@@ -127,8 +129,7 @@
 
72483
 EXEEXT = @EXEEXT@
 
72484
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
72485
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
72486
-F77 = @F77@
 
72487
-FFLAGS = @FFLAGS@
 
72488
+FGREP = @FGREP@
 
72489
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
72490
 GCONFTOOL = @GCONFTOOL@
 
72491
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
72492
@@ -178,6 +179,7 @@
 
72493
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
72494
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
72495
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
72496
+LD = @LD@
 
72497
 LDFLAGS = @LDFLAGS@
 
72498
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
72499
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
72500
@@ -186,6 +188,7 @@
 
72501
 LIBOBJS = @LIBOBJS@
 
72502
 LIBS = @LIBS@
 
72503
 LIBTOOL = @LIBTOOL@
 
72504
+LIPO = @LIPO@
 
72505
 LIRC_LIBS = @LIRC_LIBS@
 
72506
 LN_S = @LN_S@
 
72507
 LTLIBOBJS = @LTLIBOBJS@
 
72508
@@ -205,12 +208,15 @@
 
72509
 NAUTILUSDIR = @NAUTILUSDIR@
 
72510
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
72511
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
72512
+NM = @NM@
 
72513
 NMEDIT = @NMEDIT@
 
72514
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
72515
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
72516
 NVTV_LIBS = @NVTV_LIBS@
 
72517
 OBJEXT = @OBJEXT@
 
72518
 OMF_DIR = @OMF_DIR@
 
72519
+OTOOL = @OTOOL@
 
72520
+OTOOL64 = @OTOOL64@
 
72521
 PACKAGE = @PACKAGE@
 
72522
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
72523
 PACKAGE_NAME = @PACKAGE_NAME@
 
72524
@@ -272,7 +278,7 @@
 
72525
 abs_top_srcdir = @abs_top_srcdir@
 
72526
 ac_ct_CC = @ac_ct_CC@
 
72527
 ac_ct_CXX = @ac_ct_CXX@
 
72528
-ac_ct_F77 = @ac_ct_F77@
 
72529
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
72530
 am__include = @am__include@
 
72531
 am__leading_dot = @am__leading_dot@
 
72532
 am__quote = @am__quote@
 
72533
@@ -303,6 +309,7 @@
 
72534
 libexecdir = @libexecdir@
 
72535
 localedir = @localedir@
 
72536
 localstatedir = @localstatedir@
 
72537
+lt_ECHO = @lt_ECHO@
 
72538
 mandir = @mandir@
 
72539
 mkdir_p = @mkdir_p@
 
72540
 oldincludedir = @oldincludedir@
 
72541
@@ -319,7 +326,6 @@
 
72542
 srcdir = @srcdir@
 
72543
 sysconfdir = @sysconfdir@
 
72544
 target_alias = @target_alias@
 
72545
-top_build_prefix = @top_build_prefix@
 
72546
 top_builddir = @top_builddir@
 
72547
 top_srcdir = @top_srcdir@
 
72548
 modules_flags = -export_dynamic -avoid-version -module
 
72549
Index: totem-2.24.3/src/plugins/youtube/Makefile.in
 
72550
===================================================================
 
72551
--- totem-2.24.3.orig/src/plugins/youtube/Makefile.in   2008-10-26 15:40:51.000000000 +0100
 
72552
+++ totem-2.24.3/src/plugins/youtube/Makefile.in        2008-10-30 19:06:39.000000000 +0100
 
72553
@@ -72,6 +72,8 @@
 
72554
 AUTOHEADER = @AUTOHEADER@
 
72555
 AUTOMAKE = @AUTOMAKE@
 
72556
 AWK = @AWK@
 
72557
+BBC_CFLAGS = @BBC_CFLAGS@
 
72558
+BBC_LIBS = @BBC_LIBS@
 
72559
 BEMUSED_CFLAGS = @BEMUSED_CFLAGS@
 
72560
 BEMUSED_LIBS = @BEMUSED_LIBS@
 
72561
 BROWSER_PLUGIN_CFLAGS = @BROWSER_PLUGIN_CFLAGS@
 
72562
@@ -99,7 +101,7 @@
 
72563
 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
 
72564
 DOC_USER_FORMATS = @DOC_USER_FORMATS@
 
72565
 DSYMUTIL = @DSYMUTIL@
 
72566
-ECHO = @ECHO@
 
72567
+DUMPBIN = @DUMPBIN@
 
72568
 ECHO_C = @ECHO_C@
 
72569
 ECHO_N = @ECHO_N@
 
72570
 ECHO_T = @ECHO_T@
 
72571
@@ -107,8 +109,7 @@
 
72572
 EXEEXT = @EXEEXT@
 
72573
 EXTRA_GNOME_CFLAGS = @EXTRA_GNOME_CFLAGS@
 
72574
 EXTRA_GNOME_LIBS = @EXTRA_GNOME_LIBS@
 
72575
-F77 = @F77@
 
72576
-FFLAGS = @FFLAGS@
 
72577
+FGREP = @FGREP@
 
72578
 FULL_LIBEXECDIR = @FULL_LIBEXECDIR@
 
72579
 GCONFTOOL = @GCONFTOOL@
 
72580
 GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
72581
@@ -158,6 +159,7 @@
 
72582
 INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
72583
 INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
72584
 INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
72585
+LD = @LD@
 
72586
 LDFLAGS = @LDFLAGS@
 
72587
 LIBEPC_CFLAGS = @LIBEPC_CFLAGS@
 
72588
 LIBEPC_LIBS = @LIBEPC_LIBS@
 
72589
@@ -166,6 +168,7 @@
 
72590
 LIBOBJS = @LIBOBJS@
 
72591
 LIBS = @LIBS@
 
72592
 LIBTOOL = @LIBTOOL@
 
72593
+LIPO = @LIPO@
 
72594
 LIRC_LIBS = @LIRC_LIBS@
 
72595
 LN_S = @LN_S@
 
72596
 LTLIBOBJS = @LTLIBOBJS@
 
72597
@@ -185,12 +188,15 @@
 
72598
 NAUTILUSDIR = @NAUTILUSDIR@
 
72599
 NAUTILUS_CFLAGS = @NAUTILUS_CFLAGS@
 
72600
 NAUTILUS_LIBS = @NAUTILUS_LIBS@
 
72601
+NM = @NM@
 
72602
 NMEDIT = @NMEDIT@
 
72603
 NO_STRICT_ALIASING_CFLAGS = @NO_STRICT_ALIASING_CFLAGS@
 
72604
 NVTV_CFLAGS = @NVTV_CFLAGS@
 
72605
 NVTV_LIBS = @NVTV_LIBS@
 
72606
 OBJEXT = @OBJEXT@
 
72607
 OMF_DIR = @OMF_DIR@
 
72608
+OTOOL = @OTOOL@
 
72609
+OTOOL64 = @OTOOL64@
 
72610
 PACKAGE = @PACKAGE@
 
72611
 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
72612
 PACKAGE_NAME = @PACKAGE_NAME@
 
72613
@@ -252,7 +258,7 @@
 
72614
 abs_top_srcdir = @abs_top_srcdir@
 
72615
 ac_ct_CC = @ac_ct_CC@
 
72616
 ac_ct_CXX = @ac_ct_CXX@
 
72617
-ac_ct_F77 = @ac_ct_F77@
 
72618
+ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
72619
 am__include = @am__include@
 
72620
 am__leading_dot = @am__leading_dot@
 
72621
 am__quote = @am__quote@
 
72622
@@ -283,6 +289,7 @@
 
72623
 libexecdir = @libexecdir@
 
72624
 localedir = @localedir@
 
72625
 localstatedir = @localstatedir@
 
72626
+lt_ECHO = @lt_ECHO@
 
72627
 mandir = @mandir@
 
72628
 mkdir_p = @mkdir_p@
 
72629
 oldincludedir = @oldincludedir@
 
72630
@@ -299,7 +306,6 @@
 
72631
 srcdir = @srcdir@
 
72632
 sysconfdir = @sysconfdir@
 
72633
 target_alias = @target_alias@
 
72634
-top_build_prefix = @top_build_prefix@
 
72635
 top_builddir = @top_builddir@
 
72636
 top_srcdir = @top_srcdir@
 
72637
 plugindir = $(PLUGINDIR)/youtube