~ubuntu-branches/ubuntu/lucid/orbit2/lucid

« back to all changes in this revision

Viewing changes to debian/patches/700-autoreconf.patch

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-04-08 12:27:40 UTC
  • mfrom: (1.2.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20100408122740-wf9bxam9p02g2fiq
Tags: 1:2.14.18-0.1
* Non-maintainer upload.
* New upstream bugfix release, one API addition:
  + debian/patches/700-autoreconf.patch:
    - Regenerated for the new version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Naur orbit2-2.14.17.old/aclocal.m4 orbit2-2.14.17/aclocal.m4
2
 
--- orbit2-2.14.17.old/aclocal.m4       2009-03-05 12:52:57.000000000 +0100
3
 
+++ orbit2-2.14.17/aclocal.m4   2009-03-06 18:43:02.000000000 +0100
 
1
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/aclocal.m4 orbit2-2.14.18/aclocal.m4
 
2
--- orbit2-2.14.18.old/aclocal.m4       2010-03-30 12:47:25.000000000 +0200
 
3
+++ orbit2-2.14.18/aclocal.m4   2010-04-08 12:32:04.291338117 +0200
4
4
@@ -1,4 +1,4 @@
5
 
-# generated automatically by aclocal 1.10.2 -*- Autoconf -*-
6
 
+# generated automatically by aclocal 1.10.1 -*- Autoconf -*-
 
5
-# generated automatically by aclocal 1.11 -*- Autoconf -*-
 
6
+# generated automatically by aclocal 1.11.1 -*- Autoconf -*-
7
7
 
8
8
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
9
 
 # 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
10
 
@@ -13,7 +13,7 @@
 
9
 # 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
 
10
@@ -13,4658 +13,3700 @@
11
11
 
12
12
 m4_ifndef([AC_AUTOCONF_VERSION],
13
13
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
14
14
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.63],,
15
 
+m4_if(AC_AUTOCONF_VERSION, [2.63],,
16
 
 [m4_warning([this file was generated for autoconf 2.63.
 
15
-[m4_warning([this file was generated for autoconf 2.63.
 
16
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
 
17
+[m4_warning([this file was generated for autoconf 2.65.
17
18
 You have another version of autoconf.  It may work, but is not guaranteed to.
18
19
 If you have problems, you may need to regenerate the build system entirely.
19
 
@@ -2525,13 +2525,10 @@
20
 
   # before this can be enabled.
21
 
   hardcode_into_libs=yes
22
 
 
23
 
-  # Add ABI-specific directories to the system library path.
24
 
-  sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
25
 
-
26
 
   # Append ld.so.conf contents to the search path
27
 
   if test -f /etc/ld.so.conf; then
28
 
     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' ' '`
29
 
-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
 
20
 To do so, use the procedure documented by the package, typically `autoreconf'.])])
 
21
 
 
22
-# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
23
-#
 
24
-# This file is free software; the Free Software Foundation
 
25
-# gives unlimited permission to copy and/or distribute it,
 
26
-# with or without modifications, as long as this notice is preserved.
 
27
+dnl -*- mode: autoconf -*-
 
28
 
 
29
-# AM_AUTOMAKE_VERSION(VERSION)
 
30
-# ----------------------------
 
31
-# Automake X.Y traces this macro to ensure aclocal.m4 has been
 
32
-# generated from the m4 files accompanying Automake X.Y.
 
33
-# (This private macro should not be called outside this file.)
 
34
-AC_DEFUN([AM_AUTOMAKE_VERSION],
 
35
-[am__api_version='1.11'
 
36
-dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 
37
-dnl require some minimum version.  Point them to the right macro.
 
38
-m4_if([$1], [1.11], [],
 
39
-      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 
40
-])
 
41
+# serial 1
 
42
 
 
43
-# _AM_AUTOCONF_VERSION(VERSION)
 
44
-# -----------------------------
 
45
-# aclocal traces this macro to find the Autoconf version.
 
46
-# This is a private macro too.  Using m4_define simplifies
 
47
-# the logic in aclocal, which can simply ignore this definition.
 
48
-m4_define([_AM_AUTOCONF_VERSION], [])
 
49
+dnl Usage:
 
50
+dnl   GTK_DOC_CHECK([minimum-gtk-doc-version])
 
51
+AC_DEFUN([GTK_DOC_CHECK],
 
52
+[
 
53
+  AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first
 
54
+  AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first
 
55
 
 
56
-# AM_SET_CURRENT_AUTOMAKE_VERSION
 
57
-# -------------------------------
 
58
-# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 
59
-# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 
60
-AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
 
61
-[AM_AUTOMAKE_VERSION([1.11])dnl
 
62
-m4_ifndef([AC_AUTOCONF_VERSION],
 
63
-  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 
64
-_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
 
65
+  dnl check for tools we added during development
 
66
+  AC_PATH_PROG([GTKDOC_CHECK],[gtkdoc-check])
 
67
+  AC_PATH_PROGS([GTKDOC_REBASE],[gtkdoc-rebase],[true])
 
68
+  AC_PATH_PROG([GTKDOC_MKPDF],[gtkdoc-mkpdf])
 
69
 
 
70
-# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
 
71
+  dnl for overriding the documentation installation directory
 
72
+  AC_ARG_WITH([html-dir],
 
73
+    AS_HELP_STRING([--with-html-dir=PATH], [path to installed docs]),,
 
74
+    [with_html_dir='${datadir}/gtk-doc/html'])
 
75
+  HTML_DIR="$with_html_dir"
 
76
+  AC_SUBST([HTML_DIR])
 
77
 
 
78
-# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
79
+  dnl enable/disable documentation building
 
80
+  AC_ARG_ENABLE([gtk-doc],
 
81
+    AS_HELP_STRING([--enable-gtk-doc],
 
82
+                   [use gtk-doc to build documentation [[default=no]]]),,
 
83
+    [enable_gtk_doc=no])
 
84
+
 
85
+  if test x$enable_gtk_doc = xyes; then
 
86
+    ifelse([$1],[],
 
87
+      [PKG_CHECK_EXISTS([gtk-doc],,
 
88
+                        AC_MSG_ERROR([gtk-doc not installed and --enable-gtk-doc requested]))],
 
89
+      [PKG_CHECK_EXISTS([gtk-doc >= $1],,
 
90
+                        AC_MSG_ERROR([You need to have gtk-doc >= $1 installed to build $PACKAGE_NAME]))])
 
91
+  fi
 
92
+
 
93
+  AC_MSG_CHECKING([whether to build gtk-doc documentation])
 
94
+  AC_MSG_RESULT($enable_gtk_doc)
 
95
+
 
96
+  dnl enable/disable output formats
 
97
+  AC_ARG_ENABLE([gtk-doc-html],
 
98
+    AS_HELP_STRING([--enable-gtk-doc-html],
 
99
+                   [build documentation in html format [[default=yes]]]),,
 
100
+    [enable_gtk_doc_html=yes])
 
101
+    AC_ARG_ENABLE([gtk-doc-pdf],
 
102
+      AS_HELP_STRING([--enable-gtk-doc-pdf],
 
103
+                     [build documentation in pdf format [[default=no]]]),,
 
104
+      [enable_gtk_doc_pdf=no])
 
105
+
 
106
+  if test -z "$GTKDOC_MKPDF"; then
 
107
+    enable_gtk_doc_pdf=no
 
108
+  fi
 
109
+
 
110
+
 
111
+  AM_CONDITIONAL([ENABLE_GTK_DOC], [test x$enable_gtk_doc = xyes])
 
112
+  AM_CONDITIONAL([GTK_DOC_BUILD_HTML], [test x$enable_gtk_doc_html = xyes])
 
113
+  AM_CONDITIONAL([GTK_DOC_BUILD_PDF], [test x$enable_gtk_doc_pdf = xyes])
 
114
+  AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], [test -n "$LIBTOOL"])
 
115
+  AM_CONDITIONAL([GTK_DOC_USE_REBASE], [test -n "$GTKDOC_REBASE"])
 
116
+])
 
117
+
 
118
+# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
 
119
 #
 
120
-# This file is free software; the Free Software Foundation
 
121
-# gives unlimited permission to copy and/or distribute it,
 
122
-# with or without modifications, as long as this notice is preserved.
 
123
+#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
 
124
+#                 2006, 2007, 2008 Free Software Foundation, Inc.
 
125
+#   Written by Gordon Matzigkeit, 1996
 
126
+#
 
127
+# This file is free software; the Free Software Foundation gives
 
128
+# unlimited permission to copy and/or distribute it, with or without
 
129
+# modifications, as long as this notice is preserved.
 
130
 
 
131
-# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
 
132
-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
 
133
-# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
 
134
+m4_define([_LT_COPYING], [dnl
 
135
+#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
 
136
+#                 2006, 2007, 2008 Free Software Foundation, Inc.
 
137
+#   Written by Gordon Matzigkeit, 1996
 
138
 #
 
139
-# Of course, Automake must honor this variable whenever it calls a
 
140
-# tool from the auxiliary directory.  The problem is that $srcdir (and
 
141
-# therefore $ac_aux_dir as well) can be either absolute or relative,
 
142
-# depending on how configure is run.  This is pretty annoying, since
 
143
-# it makes $ac_aux_dir quite unusable in subdirectories: in the top
 
144
-# source directory, any form will work fine, but in subdirectories a
 
145
-# relative path needs to be adjusted first.
 
146
+#   This file is part of GNU Libtool.
 
147
 #
 
148
-# $ac_aux_dir/missing
 
149
-#    fails when called from a subdirectory if $ac_aux_dir is relative
 
150
-# $top_srcdir/$ac_aux_dir/missing
 
151
-#    fails if $ac_aux_dir is absolute,
 
152
-#    fails when called from a subdirectory in a VPATH build with
 
153
-#          a relative $ac_aux_dir
 
154
+# GNU Libtool is free software; you can redistribute it and/or
 
155
+# modify it under the terms of the GNU General Public License as
 
156
+# published by the Free Software Foundation; either version 2 of
 
157
+# the License, or (at your option) any later version.
 
158
 #
 
159
-# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
 
160
-# are both prefixed by $srcdir.  In an in-source build this is usually
 
161
-# harmless because $srcdir is `.', but things will broke when you
 
162
-# start a VPATH build or use an absolute $srcdir.
 
163
+# As a special exception to the GNU General Public License,
 
164
+# if you distribute this file as part of a program or library that
 
165
+# is built using GNU Libtool, you may include this file under the
 
166
+# same distribution terms that you use for the rest of that program.
 
167
 #
 
168
-# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
 
169
-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
 
170
-#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
 
171
-# and then we would define $MISSING as
 
172
-#   MISSING="\${SHELL} $am_aux_dir/missing"
 
173
-# This will work as long as MISSING is not called from configure, because
 
174
-# unfortunately $(top_srcdir) has no meaning in configure.
 
175
-# However there are other variables, like CC, which are often used in
 
176
-# configure, and could therefore not use this "fixed" $ac_aux_dir.
 
177
+# GNU Libtool is distributed in the hope that it will be useful,
 
178
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
179
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
180
+# GNU General Public License for more details.
 
181
 #
 
182
-# Another solution, used here, is to always expand $ac_aux_dir to an
 
183
-# absolute PATH.  The drawback is that using absolute paths prevent a
 
184
-# configured tree to be moved without reconfiguration.
 
185
+# You should have received a copy of the GNU General Public License
 
186
+# along with GNU Libtool; see the file COPYING.  If not, a copy
 
187
+# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
 
188
+# obtained by writing to the Free Software Foundation, Inc.,
 
189
+# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
190
+])
 
191
 
 
192
-AC_DEFUN([AM_AUX_DIR_EXPAND],
 
193
-[dnl Rely on autoconf to set up CDPATH properly.
 
194
-AC_PREREQ([2.50])dnl
 
195
-# expand $ac_aux_dir to an absolute path
 
196
-am_aux_dir=`cd $ac_aux_dir && pwd`
 
197
+# serial 56 LT_INIT
 
198
+
 
199
+
 
200
+# LT_PREREQ(VERSION)
 
201
+# ------------------
 
202
+# Complain and exit if this libtool version is less that VERSION.
 
203
+m4_defun([LT_PREREQ],
 
204
+[m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1,
 
205
+       [m4_default([$3],
 
206
+                  [m4_fatal([Libtool version $1 or higher is required],
 
207
+                            63)])],
 
208
+       [$2])])
 
209
+
 
210
+
 
211
+# _LT_CHECK_BUILDDIR
 
212
+# ------------------
 
213
+# Complain if the absolute build directory name contains unusual characters
 
214
+m4_defun([_LT_CHECK_BUILDDIR],
 
215
+[case `pwd` in
 
216
+  *\ * | *\    *)
 
217
+    AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;;
 
218
+esac
 
219
 ])
 
220
 
 
221
-# AM_CONDITIONAL                                            -*- Autoconf -*-
 
222
 
 
223
-# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
 
224
-# Free Software Foundation, Inc.
 
225
-#
 
226
-# This file is free software; the Free Software Foundation
 
227
-# gives unlimited permission to copy and/or distribute it,
 
228
-# with or without modifications, as long as this notice is preserved.
 
229
+# LT_INIT([OPTIONS])
 
230
+# ------------------
 
231
+AC_DEFUN([LT_INIT],
 
232
+[AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT
 
233
+AC_BEFORE([$0], [LT_LANG])dnl
 
234
+AC_BEFORE([$0], [LT_OUTPUT])dnl
 
235
+AC_BEFORE([$0], [LTDL_INIT])dnl
 
236
+m4_require([_LT_CHECK_BUILDDIR])dnl
 
237
 
 
238
-# serial 9
 
239
+dnl Autoconf doesn't catch unexpanded LT_ macros by default:
 
240
+m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
 
241
+m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
 
242
+dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
 
243
+dnl unless we require an AC_DEFUNed macro:
 
244
+AC_REQUIRE([LTOPTIONS_VERSION])dnl
 
245
+AC_REQUIRE([LTSUGAR_VERSION])dnl
 
246
+AC_REQUIRE([LTVERSION_VERSION])dnl
 
247
+AC_REQUIRE([LTOBSOLETE_VERSION])dnl
 
248
+m4_require([_LT_PROG_LTMAIN])dnl
 
249
 
 
250
-# AM_CONDITIONAL(NAME, SHELL-CONDITION)
 
251
-# -------------------------------------
 
252
-# Define a conditional.
 
253
-AC_DEFUN([AM_CONDITIONAL],
 
254
-[AC_PREREQ(2.52)dnl
 
255
- ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
 
256
-       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
 
257
-AC_SUBST([$1_TRUE])dnl
 
258
-AC_SUBST([$1_FALSE])dnl
 
259
-_AM_SUBST_NOTMAKE([$1_TRUE])dnl
 
260
-_AM_SUBST_NOTMAKE([$1_FALSE])dnl
 
261
-m4_define([_AM_COND_VALUE_$1], [$2])dnl
 
262
-if $2; then
 
263
-  $1_TRUE=
 
264
-  $1_FALSE='#'
 
265
-else
 
266
-  $1_TRUE='#'
 
267
-  $1_FALSE=
 
268
-fi
 
269
-AC_CONFIG_COMMANDS_PRE(
 
270
-[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
 
271
-  AC_MSG_ERROR([[conditional "$1" was never defined.
 
272
-Usually this means the macro was only invoked conditionally.]])
 
273
-fi])])
 
274
+dnl Parse OPTIONS
 
275
+_LT_SET_OPTIONS([$0], [$1])
 
276
 
 
277
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
 
278
-# Free Software Foundation, Inc.
 
279
-#
 
280
-# This file is free software; the Free Software Foundation
 
281
-# gives unlimited permission to copy and/or distribute it,
 
282
-# with or without modifications, as long as this notice is preserved.
 
283
+# This can be used to rebuild libtool when needed
 
284
+LIBTOOL_DEPS="$ltmain"
 
285
 
 
286
-# serial 10
 
287
+# Always use our own libtool.
 
288
+LIBTOOL='$(SHELL) $(top_builddir)/libtool'
 
289
+AC_SUBST(LIBTOOL)dnl
 
290
 
 
291
-# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
 
292
-# written in clear, in which case automake, when reading aclocal.m4,
 
293
-# will think it sees a *use*, and therefore will trigger all it's
 
294
-# C support machinery.  Also note that it means that autoscan, seeing
 
295
-# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
 
296
+_LT_SETUP
 
297
 
 
298
+# Only expand once:
 
299
+m4_define([LT_INIT])
 
300
+])# LT_INIT
 
301
 
 
302
-# _AM_DEPENDENCIES(NAME)
 
303
-# ----------------------
 
304
-# See how the compiler implements dependency checking.
 
305
-# NAME is "CC", "CXX", "GCJ", or "OBJC".
 
306
-# We try a few techniques and use that to set a single cache variable.
 
307
-#
 
308
-# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
 
309
-# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
 
310
-# dependency, and given that the user is not expected to run this macro,
 
311
-# just rely on AC_PROG_CC.
 
312
-AC_DEFUN([_AM_DEPENDENCIES],
 
313
-[AC_REQUIRE([AM_SET_DEPDIR])dnl
 
314
-AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
 
315
-AC_REQUIRE([AM_MAKE_INCLUDE])dnl
 
316
-AC_REQUIRE([AM_DEP_TRACK])dnl
 
317
+# Old names:
 
318
+AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT])
 
319
+AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT])
 
320
+dnl aclocal-1.4 backwards compatibility:
 
321
+dnl AC_DEFUN([AC_PROG_LIBTOOL], [])
 
322
+dnl AC_DEFUN([AM_PROG_LIBTOOL], [])
 
323
 
 
324
-ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
 
325
-       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
 
326
-       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
 
327
-       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
 
328
-       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
 
329
-                   [depcc="$$1"   am_compiler_list=])
 
330
 
 
331
-AC_CACHE_CHECK([dependency style of $depcc],
 
332
-               [am_cv_$1_dependencies_compiler_type],
 
333
-[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
334
-  # We make a subdir and do the tests there.  Otherwise we can end up
 
335
-  # making bogus files that we don't know about and never remove.  For
 
336
-  # instance it was reported that on HP-UX the gcc test will end up
 
337
-  # making a dummy file named `D' -- because `-MD' means `put the output
 
338
-  # in D'.
 
339
-  mkdir conftest.dir
 
340
-  # Copy depcomp to subdir because otherwise we won't find it if we're
 
341
-  # using a relative directory.
 
342
-  cp "$am_depcomp" conftest.dir
 
343
-  cd conftest.dir
 
344
-  # We will build objects and dependencies in a subdirectory because
 
345
-  # it helps to detect inapplicable dependency modes.  For instance
 
346
-  # both Tru64's cc and ICC support -MD to output dependencies as a
 
347
-  # side effect of compilation, but ICC will put the dependencies in
 
348
-  # the current directory while Tru64 will put them in the object
 
349
-  # directory.
 
350
-  mkdir sub
 
351
+# _LT_CC_BASENAME(CC)
 
352
+# -------------------
 
353
+# Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
 
354
+m4_defun([_LT_CC_BASENAME],
 
355
+[for cc_temp in $1""; do
 
356
+  case $cc_temp in
 
357
+    compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
 
358
+    distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
 
359
+    \-*) ;;
 
360
+    *) break;;
 
361
+  esac
 
362
+done
 
363
+cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
364
+])
 
365
 
 
366
-  am_cv_$1_dependencies_compiler_type=none
 
367
-  if test "$am_compiler_list" = ""; then
 
368
-     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
 
369
-  fi
 
370
-  am__universal=false
 
371
-  m4_case([$1], [CC],
 
372
-    [case " $depcc " in #(
 
373
-     *\ -arch\ *\ -arch\ *) am__universal=true ;;
 
374
-     esac],
 
375
-    [CXX],
 
376
-    [case " $depcc " in #(
 
377
-     *\ -arch\ *\ -arch\ *) am__universal=true ;;
 
378
-     esac])
 
379
 
 
380
-  for depmode in $am_compiler_list; do
 
381
-    # Setup a source with many dependencies, because some compilers
 
382
-    # like to wrap large dependency lists on column 80 (with \), and
 
383
-    # we should not choose a depcomp mode which is confused by this.
 
384
-    #
 
385
-    # We need to recreate these files for each test, as the compiler may
 
386
-    # overwrite some of them when testing with obscure command lines.
 
387
-    # This happens at least with the AIX C compiler.
 
388
-    : > sub/conftest.c
 
389
-    for i in 1 2 3 4 5 6; do
 
390
-      echo '#include "conftst'$i'.h"' >> sub/conftest.c
 
391
-      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
 
392
-      # Solaris 8's {/usr,}/bin/sh.
 
393
-      touch sub/conftst$i.h
 
394
-    done
 
395
-    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
 
396
+# _LT_FILEUTILS_DEFAULTS
 
397
+# ----------------------
 
398
+# It is okay to use these file commands and assume they have been set
 
399
+# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
 
400
+m4_defun([_LT_FILEUTILS_DEFAULTS],
 
401
+[: ${CP="cp -f"}
 
402
+: ${MV="mv -f"}
 
403
+: ${RM="rm -f"}
 
404
+])# _LT_FILEUTILS_DEFAULTS
 
405
 
 
406
-    # We check with `-c' and `-o' for the sake of the "dashmstdout"
 
407
-    # mode.  It turns out that the SunPro C++ compiler does not properly
 
408
-    # handle `-M -o', and we need to detect this.  Also, some Intel
 
409
-    # versions had trouble with output in subdirs
 
410
-    am__obj=sub/conftest.${OBJEXT-o}
 
411
-    am__minus_obj="-o $am__obj"
 
412
-    case $depmode in
 
413
-    gcc)
 
414
-      # This depmode causes a compiler race in universal mode.
 
415
-      test "$am__universal" = false || continue
 
416
-      ;;
 
417
-    nosideeffect)
 
418
-      # after this tag, mechanisms are not by side-effect, so they'll
 
419
-      # only be used when explicitly requested
 
420
-      if test "x$enable_dependency_tracking" = xyes; then
 
421
-       continue
 
422
-      else
 
423
-       break
 
424
-      fi
 
425
-      ;;
 
426
-    msvisualcpp | msvcmsys)
 
427
-      # This compiler won't grok `-c -o', but also, the minuso test has
 
428
-      # not run yet.  These depmodes are late enough in the game, and
 
429
-      # so weak that their functioning should not be impacted.
 
430
-      am__obj=conftest.${OBJEXT-o}
 
431
-      am__minus_obj=
 
432
-      ;;
 
433
-    none) break ;;
 
434
-    esac
 
435
-    if depmode=$depmode \
 
436
-       source=sub/conftest.c object=$am__obj \
 
437
-       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
 
438
-       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
 
439
-         >/dev/null 2>conftest.err &&
 
440
-       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
 
441
-       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
 
442
-       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
 
443
-       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
 
444
-      # icc doesn't choke on unknown options, it will just issue warnings
 
445
-      # or remarks (even with -Werror).  So we grep stderr for any message
 
446
-      # that says an option was ignored or not supported.
 
447
-      # When given -MP, icc 7.0 and 7.1 complain thusly:
 
448
-      #   icc: Command line warning: ignoring option '-M'; no argument required
 
449
-      # The diagnosis changed in icc 8.0:
 
450
-      #   icc: Command line remark: option '-MP' not supported
 
451
-      if (grep 'ignoring option' conftest.err ||
 
452
-          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
 
453
-        am_cv_$1_dependencies_compiler_type=$depmode
 
454
-        break
 
455
-      fi
 
456
-    fi
 
457
-  done
 
458
 
 
459
-  cd ..
 
460
-  rm -rf conftest.dir
 
461
-else
 
462
-  am_cv_$1_dependencies_compiler_type=none
 
463
+# _LT_SETUP
 
464
+# ---------
 
465
+m4_defun([_LT_SETUP],
 
466
+[AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
467
+AC_REQUIRE([AC_CANONICAL_BUILD])dnl
 
468
+_LT_DECL([], [host_alias], [0], [The host system])dnl
 
469
+_LT_DECL([], [host], [0])dnl
 
470
+_LT_DECL([], [host_os], [0])dnl
 
471
+dnl
 
472
+_LT_DECL([], [build_alias], [0], [The build system])dnl
 
473
+_LT_DECL([], [build], [0])dnl
 
474
+_LT_DECL([], [build_os], [0])dnl
 
475
+dnl
 
476
+AC_REQUIRE([AC_PROG_CC])dnl
 
477
+AC_REQUIRE([LT_PATH_LD])dnl
 
478
+AC_REQUIRE([LT_PATH_NM])dnl
 
479
+dnl
 
480
+AC_REQUIRE([AC_PROG_LN_S])dnl
 
481
+test -z "$LN_S" && LN_S="ln -s"
 
482
+_LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl
 
483
+dnl
 
484
+AC_REQUIRE([LT_CMD_MAX_LEN])dnl
 
485
+_LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl
 
486
+_LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl
 
487
+dnl
 
488
+m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
489
+m4_require([_LT_CHECK_SHELL_FEATURES])dnl
 
490
+m4_require([_LT_CMD_RELOAD])dnl
 
491
+m4_require([_LT_CHECK_MAGIC_METHOD])dnl
 
492
+m4_require([_LT_CMD_OLD_ARCHIVE])dnl
 
493
+m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
 
494
+
 
495
+_LT_CONFIG_LIBTOOL_INIT([
 
496
+# See if we are running on zsh, and set the options which allow our
 
497
+# commands through without removal of \ escapes INIT.
 
498
+if test -n "\${ZSH_VERSION+set}" ; then
 
499
+   setopt NO_GLOB_SUBST
 
500
 fi
 
501
 ])
 
502
-AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
 
503
-AM_CONDITIONAL([am__fastdep$1], [
 
504
-  test "x$enable_dependency_tracking" != xno \
 
505
-  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
 
506
-])
 
507
+if test -n "${ZSH_VERSION+set}" ; then
 
508
+   setopt NO_GLOB_SUBST
 
509
+fi
 
510
 
 
511
+_LT_CHECK_OBJDIR
 
512
 
 
513
-# AM_SET_DEPDIR
 
514
-# -------------
 
515
-# Choose a directory name for dependency files.
 
516
-# This macro is AC_REQUIREd in _AM_DEPENDENCIES
 
517
-AC_DEFUN([AM_SET_DEPDIR],
 
518
-[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
519
-AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
 
520
-])
 
521
+m4_require([_LT_TAG_COMPILER])dnl
 
522
+_LT_PROG_ECHO_BACKSLASH
 
523
 
 
524
+case $host_os in
 
525
+aix3*)
 
526
+  # AIX sometimes has problems with the GCC collect2 program.  For some
 
527
+  # reason, if we set the COLLECT_NAMES environment variable, the problems
 
528
+  # vanish in a puff of smoke.
 
529
+  if test "X${COLLECT_NAMES+set}" != Xset; then
 
530
+    COLLECT_NAMES=
 
531
+    export COLLECT_NAMES
 
532
+  fi
 
533
+  ;;
 
534
+esac
 
535
 
 
536
-# AM_DEP_TRACK
 
537
-# ------------
 
538
-AC_DEFUN([AM_DEP_TRACK],
 
539
-[AC_ARG_ENABLE(dependency-tracking,
 
540
-[  --disable-dependency-tracking  speeds up one-time build
 
541
-  --enable-dependency-tracking   do not reject slow dependency extractors])
 
542
-if test "x$enable_dependency_tracking" != xno; then
 
543
-  am_depcomp="$ac_aux_dir/depcomp"
 
544
-  AMDEPBACKSLASH='\'
 
545
-fi
 
546
-AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
 
547
-AC_SUBST([AMDEPBACKSLASH])dnl
 
548
-_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
 
549
-])
 
550
+# Sed substitution that helps us do robust quoting.  It backslashifies
 
551
+# metacharacters that are still active within double-quoted strings.
 
552
+sed_quote_subst='s/\([["`$\\]]\)/\\\1/g'
 
553
 
 
554
-# Generate code to set up dependency tracking.              -*- Autoconf -*-
 
555
+# Same as above, but do not quote variable references.
 
556
+double_quote_subst='s/\([["`\\]]\)/\\\1/g'
 
557
 
 
558
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
 
559
-# Free Software Foundation, Inc.
 
560
-#
 
561
-# This file is free software; the Free Software Foundation
 
562
-# gives unlimited permission to copy and/or distribute it,
 
563
-# with or without modifications, as long as this notice is preserved.
 
564
+# Sed substitution to delay expansion of an escaped shell variable in a
 
565
+# double_quote_subst'ed string.
 
566
+delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
 
567
 
 
568
-#serial 5
 
569
+# Sed substitution to delay expansion of an escaped single quote.
 
570
+delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
 
571
 
 
572
-# _AM_OUTPUT_DEPENDENCY_COMMANDS
 
573
-# ------------------------------
 
574
-AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
 
575
-[{
 
576
-  # Autoconf 2.62 quotes --file arguments for eval, but not when files
 
577
-  # are listed without --file.  Let's play safe and only enable the eval
 
578
-  # if we detect the quoting.
 
579
-  case $CONFIG_FILES in
 
580
-  *\'*) eval set x "$CONFIG_FILES" ;;
 
581
-  *)   set x $CONFIG_FILES ;;
 
582
-  esac
 
583
-  shift
 
584
-  for mf
 
585
-  do
 
586
-    # Strip MF so we end up with the name of the file.
 
587
-    mf=`echo "$mf" | sed -e 's/:.*$//'`
 
588
-    # Check whether this is an Automake generated Makefile or not.
 
589
-    # We used to match only the files named `Makefile.in', but
 
590
-    # some people rename them; so instead we look at the file content.
 
591
-    # Grep'ing the first line is not enough: some people post-process
 
592
-    # each Makefile.in and add a new line on top of each file to say so.
 
593
-    # Grep'ing the whole file is not good either: AIX grep has a line
 
594
-    # limit of 2048, but all sed's we know have understand at least 4000.
 
595
-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
 
596
-      dirpart=`AS_DIRNAME("$mf")`
 
597
-    else
 
598
-      continue
 
599
-    fi
 
600
-    # Extract the definition of DEPDIR, am__include, and am__quote
 
601
-    # from the Makefile without running `make'.
 
602
-    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 
603
-    test -z "$DEPDIR" && continue
 
604
-    am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
605
-    test -z "am__include" && continue
 
606
-    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
 
607
-    # When using ansi2knr, U may be empty or an underscore; expand it
 
608
-    U=`sed -n 's/^U = //p' < "$mf"`
 
609
-    # Find all dependency output files, they are included files with
 
610
-    # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
611
-    # simplest approach to changing $(DEPDIR) to its actual value in the
 
612
-    # expansion.
 
613
-    for file in `sed -n "
 
614
-      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
 
615
-        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
616
-      # Make sure the directory exists.
 
617
-      test -f "$dirpart/$file" && continue
 
618
-      fdir=`AS_DIRNAME(["$file"])`
 
619
-      AS_MKDIR_P([$dirpart/$fdir])
 
620
-      # echo "creating $dirpart/$file"
 
621
-      echo '# dummy' > "$dirpart/$file"
 
622
-    done
 
623
-  done
 
624
-}
 
625
-])# _AM_OUTPUT_DEPENDENCY_COMMANDS
 
626
+# Sed substitution to avoid accidental globbing in evaled expressions
 
627
+no_glob_subst='s/\*/\\\*/g'
 
628
 
 
629
+# Global variables:
 
630
+ofile=libtool
 
631
+can_build_shared=yes
 
632
 
 
633
-# AM_OUTPUT_DEPENDENCY_COMMANDS
 
634
-# -----------------------------
 
635
-# This macro should only be invoked once -- use via AC_REQUIRE.
 
636
-#
 
637
-# This code is only required when automatic dependency tracking
 
638
-# is enabled.  FIXME.  This creates each `.P' file that we will
 
639
-# need in order to bootstrap the dependency handling code.
 
640
-AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
 
641
-[AC_CONFIG_COMMANDS([depfiles],
 
642
-     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
 
643
-     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
 
644
-])
 
645
+# All known linkers require a `.a' archive for static linking (except MSVC,
 
646
+# which needs '.lib').
 
647
+libext=a
 
648
 
 
649
-# Do all the work for Automake.                             -*- Autoconf -*-
 
650
+with_gnu_ld="$lt_cv_prog_gnu_ld"
 
651
 
 
652
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 
653
-# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
 
654
-#
 
655
-# This file is free software; the Free Software Foundation
 
656
-# gives unlimited permission to copy and/or distribute it,
 
657
-# with or without modifications, as long as this notice is preserved.
 
658
+old_CC="$CC"
 
659
+old_CFLAGS="$CFLAGS"
 
660
 
 
661
-# serial 16
 
662
+# Set sane defaults for various variables
 
663
+test -z "$CC" && CC=cc
 
664
+test -z "$LTCC" && LTCC=$CC
 
665
+test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
 
666
+test -z "$LD" && LD=ld
 
667
+test -z "$ac_objext" && ac_objext=o
 
668
 
 
669
-# This macro actually does too much.  Some checks are only needed if
 
670
-# your package does certain things.  But this isn't really a big deal.
 
671
+_LT_CC_BASENAME([$compiler])
 
672
 
 
673
-# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
 
674
-# AM_INIT_AUTOMAKE([OPTIONS])
 
675
-# -----------------------------------------------
 
676
-# The call with PACKAGE and VERSION arguments is the old style
 
677
-# call (pre autoconf-2.50), which is being phased out.  PACKAGE
 
678
-# and VERSION should now be passed to AC_INIT and removed from
 
679
-# the call to AM_INIT_AUTOMAKE.
 
680
-# We support both call styles for the transition.  After
 
681
-# the next Automake release, Autoconf can make the AC_INIT
 
682
-# arguments mandatory, and then we can depend on a new Autoconf
 
683
-# release and drop the old call support.
 
684
-AC_DEFUN([AM_INIT_AUTOMAKE],
 
685
-[AC_PREREQ([2.62])dnl
 
686
-dnl Autoconf wants to disallow AM_ names.  We explicitly allow
 
687
-dnl the ones we care about.
 
688
-m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
 
689
-AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
 
690
-AC_REQUIRE([AC_PROG_INSTALL])dnl
 
691
-if test "`cd $srcdir && pwd`" != "`pwd`"; then
 
692
-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
 
693
-  # is not polluted with repeated "-I."
 
694
-  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
 
695
-  # test to see if srcdir already configured
 
696
-  if test -f $srcdir/config.status; then
 
697
-    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
 
698
+# Only perform the check for file, if the check method requires it
 
699
+test -z "$MAGIC_CMD" && MAGIC_CMD=file
 
700
+case $deplibs_check_method in
 
701
+file_magic*)
 
702
+  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
 
703
+    _LT_PATH_MAGIC
 
704
   fi
 
705
-fi
 
706
+  ;;
 
707
+esac
 
708
 
 
709
-# test whether we have cygpath
 
710
-if test -z "$CYGPATH_W"; then
 
711
-  if (cygpath --version) >/dev/null 2>/dev/null; then
 
712
-    CYGPATH_W='cygpath -w'
 
713
-  else
 
714
-    CYGPATH_W=echo
 
715
-  fi
 
716
-fi
 
717
-AC_SUBST([CYGPATH_W])
 
718
+# Use C for the default configuration in the libtool script
 
719
+LT_SUPPORTED_TAG([CC])
 
720
+_LT_LANG_C_CONFIG
 
721
+_LT_LANG_DEFAULT_CONFIG
 
722
+_LT_CONFIG_COMMANDS
 
723
+])# _LT_SETUP
 
724
 
 
725
-# Define the identity of the package.
 
726
-dnl Distinguish between old-style and new-style calls.
 
727
-m4_ifval([$2],
 
728
-[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
 
729
- AC_SUBST([PACKAGE], [$1])dnl
 
730
- AC_SUBST([VERSION], [$2])],
 
731
-[_AM_SET_OPTIONS([$1])dnl
 
732
-dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
 
733
-m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
 
734
-  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
 
735
- AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
 
736
- AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
 
737
 
 
738
-_AM_IF_OPTION([no-define],,
 
739
-[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
 
740
- AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
 
741
+# _LT_PROG_LTMAIN
 
742
+# ---------------
 
743
+# Note that this code is called both from `configure', and `config.status'
 
744
+# now that we use AC_CONFIG_COMMANDS to generate libtool.  Notably,
 
745
+# `config.status' has no value for ac_aux_dir unless we are using Automake,
 
746
+# so we pass a copy along to make sure it has a sensible value anyway.
 
747
+m4_defun([_LT_PROG_LTMAIN],
 
748
+[m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl
 
749
+_LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir'])
 
750
+ltmain="$ac_aux_dir/ltmain.sh"
 
751
+])# _LT_PROG_LTMAIN
 
752
 
 
753
-# Some tools Automake needs.
 
754
-AC_REQUIRE([AM_SANITY_CHECK])dnl
 
755
-AC_REQUIRE([AC_ARG_PROGRAM])dnl
 
756
-AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
 
757
-AM_MISSING_PROG(AUTOCONF, autoconf)
 
758
-AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
 
759
-AM_MISSING_PROG(AUTOHEADER, autoheader)
 
760
-AM_MISSING_PROG(MAKEINFO, makeinfo)
 
761
-AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
 
762
-AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
 
763
-AC_REQUIRE([AM_PROG_MKDIR_P])dnl
 
764
-# We need awk for the "check" target.  The system "awk" is bad on
 
765
-# some platforms.
 
766
-AC_REQUIRE([AC_PROG_AWK])dnl
 
767
-AC_REQUIRE([AC_PROG_MAKE_SET])dnl
 
768
-AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
769
-_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
 
770
-             [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
 
771
-                            [_AM_PROG_TAR([v7])])])
 
772
-_AM_IF_OPTION([no-dependencies],,
 
773
-[AC_PROVIDE_IFELSE([AC_PROG_CC],
 
774
-                 [_AM_DEPENDENCIES(CC)],
 
775
-                 [define([AC_PROG_CC],
 
776
-                         defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
 
777
-AC_PROVIDE_IFELSE([AC_PROG_CXX],
 
778
-                 [_AM_DEPENDENCIES(CXX)],
 
779
-                 [define([AC_PROG_CXX],
 
780
-                         defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 
781
-AC_PROVIDE_IFELSE([AC_PROG_OBJC],
 
782
-                 [_AM_DEPENDENCIES(OBJC)],
 
783
-                 [define([AC_PROG_OBJC],
 
784
-                         defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
 
785
-])
 
786
-_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
 
787
-dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
 
788
-dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
 
789
-dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
 
790
-AC_CONFIG_COMMANDS_PRE(dnl
 
791
-[m4_provide_if([_AM_COMPILER_EXEEXT],
 
792
-  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
 
793
-])
 
794
 
 
795
-dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
 
796
-dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
 
797
-dnl mangled by Autoconf and run in a shell conditional statement.
 
798
-m4_define([_AC_COMPILER_EXEEXT],
 
799
-m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
 
800
 
 
801
+# So that we can recreate a full libtool script including additional
 
802
+# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
 
803
+# in macros and then make a single call at the end using the `libtool'
 
804
+# label.
 
805
 
 
806
-# When config.status generates a header, we must update the stamp-h file.
 
807
-# This file resides in the same directory as the config header
 
808
-# that is generated.  The stamp files are numbered to have different names.
 
809
 
 
810
-# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
 
811
-# loop where config.status creates the headers, so we can generate
 
812
-# our stamp files there.
 
813
-AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
 
814
-[# Compute $1's index in $config_headers.
 
815
-_am_arg=$1
 
816
-_am_stamp_count=1
 
817
-for _am_header in $config_headers :; do
 
818
-  case $_am_header in
 
819
-    $_am_arg | $_am_arg:* )
 
820
-      break ;;
 
821
-    * )
 
822
-      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
 
823
-  esac
 
824
-done
 
825
-echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
 
826
+# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
 
827
+# ----------------------------------------
 
828
+# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
 
829
+m4_define([_LT_CONFIG_LIBTOOL_INIT],
 
830
+[m4_ifval([$1],
 
831
+          [m4_append([_LT_OUTPUT_LIBTOOL_INIT],
 
832
+                     [$1
 
833
+])])])
 
834
 
 
835
-# Copyright (C) 2001, 2003, 2005, 2008  Free Software Foundation, Inc.
 
836
-#
 
837
-# This file is free software; the Free Software Foundation
 
838
-# gives unlimited permission to copy and/or distribute it,
 
839
-# with or without modifications, as long as this notice is preserved.
 
840
+# Initialize.
 
841
+m4_define([_LT_OUTPUT_LIBTOOL_INIT])
 
842
 
 
843
-# AM_PROG_INSTALL_SH
 
844
-# ------------------
 
845
-# Define $install_sh.
 
846
-AC_DEFUN([AM_PROG_INSTALL_SH],
 
847
-[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
848
-if test x"${install_sh}" != xset; then
 
849
-  case $am_aux_dir in
 
850
-  *\ * | *\    *)
 
851
-    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
 
852
-  *)
 
853
-    install_sh="\${SHELL} $am_aux_dir/install-sh"
 
854
-  esac
 
855
-fi
 
856
-AC_SUBST(install_sh)])
 
857
 
 
858
-# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
 
859
-#
 
860
-# This file is free software; the Free Software Foundation
 
861
-# gives unlimited permission to copy and/or distribute it,
 
862
-# with or without modifications, as long as this notice is preserved.
 
863
-
 
864
-# serial 2
 
865
+# _LT_CONFIG_LIBTOOL([COMMANDS])
 
866
+# ------------------------------
 
867
+# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
 
868
+m4_define([_LT_CONFIG_LIBTOOL],
 
869
+[m4_ifval([$1],
 
870
+          [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS],
 
871
+                     [$1
 
872
+])])])
 
873
 
 
874
-# Check whether the underlying file-system supports filenames
 
875
-# with a leading dot.  For instance MS-DOS doesn't.
 
876
-AC_DEFUN([AM_SET_LEADING_DOT],
 
877
-[rm -rf .tst 2>/dev/null
 
878
-mkdir .tst 2>/dev/null
 
879
-if test -d .tst; then
 
880
-  am__leading_dot=.
 
881
-else
 
882
-  am__leading_dot=_
 
883
-fi
 
884
-rmdir .tst 2>/dev/null
 
885
-AC_SUBST([am__leading_dot])])
 
886
+# Initialize.
 
887
+m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS])
 
888
 
 
889
-# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
 
890
-# From Jim Meyering
 
891
 
 
892
-# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008
 
893
-# Free Software Foundation, Inc.
 
894
-#
 
895
-# This file is free software; the Free Software Foundation
 
896
-# gives unlimited permission to copy and/or distribute it,
 
897
-# with or without modifications, as long as this notice is preserved.
 
898
+# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
 
899
+# -----------------------------------------------------
 
900
+m4_defun([_LT_CONFIG_SAVE_COMMANDS],
 
901
+[_LT_CONFIG_LIBTOOL([$1])
 
902
+_LT_CONFIG_LIBTOOL_INIT([$2])
 
903
+])
 
904
 
 
905
-# serial 5
 
906
 
 
907
-# AM_MAINTAINER_MODE([DEFAULT-MODE])
 
908
-# ----------------------------------
 
909
-# Control maintainer-specific portions of Makefiles.
 
910
-# Default is to disable them, unless `enable' is passed literally.
 
911
-# For symmetry, `disable' may be passed as well.  Anyway, the user
 
912
-# can override the default with the --enable/--disable switch.
 
913
-AC_DEFUN([AM_MAINTAINER_MODE],
 
914
-[m4_case(m4_default([$1], [disable]),
 
915
-       [enable], [m4_define([am_maintainer_other], [disable])],
 
916
-       [disable], [m4_define([am_maintainer_other], [enable])],
 
917
-       [m4_define([am_maintainer_other], [enable])
 
918
-        m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
 
919
-AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles])
 
920
-  dnl maintainer-mode's default is 'disable' unless 'enable' is passed
 
921
-  AC_ARG_ENABLE([maintainer-mode],
 
922
-[  --][am_maintainer_other][-maintainer-mode  am_maintainer_other make rules and dependencies not useful
 
923
-                         (and sometimes confusing) to the casual installer],
 
924
-      [USE_MAINTAINER_MODE=$enableval],
 
925
-      [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
 
926
-  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
 
927
-  AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
 
928
-  MAINT=$MAINTAINER_MODE_TRUE
 
929
-  AC_SUBST([MAINT])dnl
 
930
-]
 
931
-)
 
932
+# _LT_FORMAT_COMMENT([COMMENT])
 
933
+# -----------------------------
 
934
+# Add leading comment marks to the start of each line, and a trailing
 
935
+# full-stop to the whole comment if one is not present already.
 
936
+m4_define([_LT_FORMAT_COMMENT],
 
937
+[m4_ifval([$1], [
 
938
+m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])],
 
939
+              [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.])
 
940
+)])
 
941
 
 
942
-AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
 
943
 
 
944
-# Check to see how 'make' treats includes.                 -*- Autoconf -*-
 
945
 
 
946
-# Copyright (C) 2001, 2002, 2003, 2005, 2009  Free Software Foundation, Inc.
 
947
-#
 
948
-# This file is free software; the Free Software Foundation
 
949
-# gives unlimited permission to copy and/or distribute it,
 
950
-# with or without modifications, as long as this notice is preserved.
 
951
 
 
952
-# serial 4
 
953
 
 
954
-# AM_MAKE_INCLUDE()
 
955
-# -----------------
 
956
-# Check to see how make treats includes.
 
957
-AC_DEFUN([AM_MAKE_INCLUDE],
 
958
-[am_make=${MAKE-make}
 
959
-cat > confinc << 'END'
 
960
-am__doit:
 
961
-       @echo this is the am__doit target
 
962
-.PHONY: am__doit
 
963
-END
 
964
-# If we don't find an include directive, just comment out the code.
 
965
-AC_MSG_CHECKING([for style of include used by $am_make])
 
966
-am__include="#"
 
967
-am__quote=
 
968
-_am_result=none
 
969
-# First try GNU make style include.
 
970
-echo "include confinc" > confmf
 
971
-# Ignore all kinds of additional output from `make'.
 
972
-case `$am_make -s -f confmf 2> /dev/null` in #(
 
973
-*the\ am__doit\ target*)
 
974
-  am__include=include
 
975
-  am__quote=
 
976
-  _am_result=GNU
 
977
-  ;;
 
978
-esac
 
979
-# Now try BSD make style include.
 
980
-if test "$am__include" = "#"; then
 
981
-   echo '.include "confinc"' > confmf
 
982
-   case `$am_make -s -f confmf 2> /dev/null` in #(
 
983
-   *the\ am__doit\ target*)
 
984
-     am__include=.include
 
985
-     am__quote="\""
 
986
-     _am_result=BSD
 
987
-     ;;
 
988
-   esac
 
989
-fi
 
990
-AC_SUBST([am__include])
 
991
-AC_SUBST([am__quote])
 
992
-AC_MSG_RESULT([$_am_result])
 
993
-rm -f confinc confmf
 
994
+# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
 
995
+# -------------------------------------------------------------------
 
996
+# CONFIGNAME is the name given to the value in the libtool script.
 
997
+# VARNAME is the (base) name used in the configure script.
 
998
+# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
 
999
+# VARNAME.  Any other value will be used directly.
 
1000
+m4_define([_LT_DECL],
 
1001
+[lt_if_append_uniq([lt_decl_varnames], [$2], [, ],
 
1002
+    [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name],
 
1003
+       [m4_ifval([$1], [$1], [$2])])
 
1004
+    lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3])
 
1005
+    m4_ifval([$4],
 
1006
+       [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])])
 
1007
+    lt_dict_add_subkey([lt_decl_dict], [$2],
 
1008
+       [tagged?], [m4_ifval([$5], [yes], [no])])])
 
1009
 ])
 
1010
 
 
1011
-# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
 
1012
 
 
1013
-# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
 
1014
-# Free Software Foundation, Inc.
 
1015
-#
 
1016
-# This file is free software; the Free Software Foundation
 
1017
-# gives unlimited permission to copy and/or distribute it,
 
1018
-# with or without modifications, as long as this notice is preserved.
 
1019
+# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
 
1020
+# --------------------------------------------------------
 
1021
+m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])])
 
1022
 
 
1023
-# serial 6
 
1024
 
 
1025
-# AM_MISSING_PROG(NAME, PROGRAM)
 
1026
-# ------------------------------
 
1027
-AC_DEFUN([AM_MISSING_PROG],
 
1028
-[AC_REQUIRE([AM_MISSING_HAS_RUN])
 
1029
-$1=${$1-"${am_missing_run}$2"}
 
1030
-AC_SUBST($1)])
 
1031
+# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
 
1032
+# ------------------------------------------------
 
1033
+m4_define([lt_decl_tag_varnames],
 
1034
+[_lt_decl_filter([tagged?], [yes], $@)])
 
1035
 
 
1036
 
 
1037
-# AM_MISSING_HAS_RUN
 
1038
-# ------------------
 
1039
-# Define MISSING if not defined so far and test if it supports --run.
 
1040
-# If it does, set am_missing_run to use it, otherwise, to nothing.
 
1041
-AC_DEFUN([AM_MISSING_HAS_RUN],
 
1042
-[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
1043
-AC_REQUIRE_AUX_FILE([missing])dnl
 
1044
-if test x"${MISSING+set}" != xset; then
 
1045
-  case $am_aux_dir in
 
1046
-  *\ * | *\    *)
 
1047
-    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
 
1048
-  *)
 
1049
-    MISSING="\${SHELL} $am_aux_dir/missing" ;;
 
1050
-  esac
 
1051
-fi
 
1052
-# Use eval to expand $SHELL
 
1053
-if eval "$MISSING --run true"; then
 
1054
-  am_missing_run="$MISSING --run "
 
1055
-else
 
1056
-  am_missing_run=
 
1057
-  AC_MSG_WARN([`missing' script is too old or missing])
 
1058
-fi
 
1059
+# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
 
1060
+# ---------------------------------------------------------
 
1061
+m4_define([_lt_decl_filter],
 
1062
+[m4_case([$#],
 
1063
+  [0], [m4_fatal([$0: too few arguments: $#])],
 
1064
+  [1], [m4_fatal([$0: too few arguments: $#: $1])],
 
1065
+  [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)],
 
1066
+  [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)],
 
1067
+  [lt_dict_filter([lt_decl_dict], $@)])[]dnl
 
1068
 ])
 
1069
 
 
1070
-# Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
1071
-#
 
1072
-# This file is free software; the Free Software Foundation
 
1073
-# gives unlimited permission to copy and/or distribute it,
 
1074
-# with or without modifications, as long as this notice is preserved.
 
1075
 
 
1076
-# AM_PROG_MKDIR_P
 
1077
-# ---------------
 
1078
-# Check for `mkdir -p'.
 
1079
-AC_DEFUN([AM_PROG_MKDIR_P],
 
1080
-[AC_PREREQ([2.60])dnl
 
1081
-AC_REQUIRE([AC_PROG_MKDIR_P])dnl
 
1082
-dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
 
1083
-dnl while keeping a definition of mkdir_p for backward compatibility.
 
1084
-dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
 
1085
-dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
 
1086
-dnl Makefile.ins that do not define MKDIR_P, so we do our own
 
1087
-dnl adjustment using top_builddir (which is defined more often than
 
1088
-dnl MKDIR_P).
 
1089
-AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
 
1090
-case $mkdir_p in
 
1091
-  [[\\/$]]* | ?:[[\\/]]*) ;;
 
1092
-  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
 
1093
-esac
 
1094
-])
 
1095
+# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
 
1096
+# --------------------------------------------------
 
1097
+m4_define([lt_decl_quote_varnames],
 
1098
+[_lt_decl_filter([value], [1], $@)])
 
1099
 
 
1100
-# Helper functions for option handling.                     -*- Autoconf -*-
 
1101
 
 
1102
-# Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc.
 
1103
-#
 
1104
-# This file is free software; the Free Software Foundation
 
1105
-# gives unlimited permission to copy and/or distribute it,
 
1106
-# with or without modifications, as long as this notice is preserved.
 
1107
+# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
 
1108
+# ---------------------------------------------------
 
1109
+m4_define([lt_decl_dquote_varnames],
 
1110
+[_lt_decl_filter([value], [2], $@)])
 
1111
 
 
1112
-# serial 4
 
1113
 
 
1114
-# _AM_MANGLE_OPTION(NAME)
 
1115
-# -----------------------
 
1116
-AC_DEFUN([_AM_MANGLE_OPTION],
 
1117
-[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
 
1118
+# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
 
1119
+# ---------------------------------------------------
 
1120
+m4_define([lt_decl_varnames_tagged],
 
1121
+[m4_assert([$# <= 2])dnl
 
1122
+_$0(m4_quote(m4_default([$1], [[, ]])),
 
1123
+    m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]),
 
1124
+    m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))])
 
1125
+m4_define([_lt_decl_varnames_tagged],
 
1126
+[m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])])
 
1127
 
 
1128
-# _AM_SET_OPTION(NAME)
 
1129
-# ------------------------------
 
1130
-# Set option NAME.  Presently that only means defining a flag for this option.
 
1131
-AC_DEFUN([_AM_SET_OPTION],
 
1132
-[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
 
1133
 
 
1134
-# _AM_SET_OPTIONS(OPTIONS)
 
1135
-# ----------------------------------
 
1136
-# OPTIONS is a space-separated list of Automake options.
 
1137
-AC_DEFUN([_AM_SET_OPTIONS],
 
1138
-[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
 
1139
+# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
 
1140
+# ------------------------------------------------
 
1141
+m4_define([lt_decl_all_varnames],
 
1142
+[_$0(m4_quote(m4_default([$1], [[, ]])),
 
1143
+     m4_if([$2], [],
 
1144
+          m4_quote(lt_decl_varnames),
 
1145
+       m4_quote(m4_shift($@))))[]dnl
 
1146
+])
 
1147
+m4_define([_lt_decl_all_varnames],
 
1148
+[lt_join($@, lt_decl_varnames_tagged([$1],
 
1149
+                       lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl
 
1150
+])
 
1151
 
 
1152
-# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
 
1153
-# -------------------------------------------
 
1154
-# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
 
1155
-AC_DEFUN([_AM_IF_OPTION],
 
1156
-[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
1157
 
 
1158
-# Check to make sure that the build environment is sane.    -*- Autoconf -*-
 
1159
+# _LT_CONFIG_STATUS_DECLARE([VARNAME])
 
1160
+# ------------------------------------
 
1161
+# Quote a variable value, and forward it to `config.status' so that its
 
1162
+# declaration there will have the same value as in `configure'.  VARNAME
 
1163
+# must have a single quote delimited value for this to work.
 
1164
+m4_define([_LT_CONFIG_STATUS_DECLARE],
 
1165
+[$1='`$ECHO "X$][$1" | $Xsed -e "$delay_single_quote_subst"`'])
 
1166
 
 
1167
-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
 
1168
-# Free Software Foundation, Inc.
 
1169
+
 
1170
+# _LT_CONFIG_STATUS_DECLARATIONS
 
1171
+# ------------------------------
 
1172
+# We delimit libtool config variables with single quotes, so when
 
1173
+# we write them to config.status, we have to be sure to quote all
 
1174
+# embedded single quotes properly.  In configure, this macro expands
 
1175
+# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
 
1176
 #
 
1177
-# This file is free software; the Free Software Foundation
 
1178
-# gives unlimited permission to copy and/or distribute it,
 
1179
-# with or without modifications, as long as this notice is preserved.
 
1180
+#    <var>='`$ECHO "X$<var>" | $Xsed -e "$delay_single_quote_subst"`'
 
1181
+m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
 
1182
+[m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames),
 
1183
+    [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])])
 
1184
 
 
1185
-# serial 5
 
1186
 
 
1187
-# AM_SANITY_CHECK
 
1188
-# ---------------
 
1189
-AC_DEFUN([AM_SANITY_CHECK],
 
1190
-[AC_MSG_CHECKING([whether build environment is sane])
 
1191
-# Just in case
 
1192
-sleep 1
 
1193
-echo timestamp > conftest.file
 
1194
-# Reject unsafe characters in $srcdir or the absolute working directory
 
1195
-# name.  Accept space and tab only in the latter.
 
1196
-am_lf='
 
1197
-'
 
1198
-case `pwd` in
 
1199
-  *[[\\\"\#\$\&\'\`$am_lf]]*)
 
1200
-    AC_MSG_ERROR([unsafe absolute working directory name]);;
 
1201
-esac
 
1202
-case $srcdir in
 
1203
-  *[[\\\"\#\$\&\'\`$am_lf\ \   ]]*)
 
1204
-    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
 
1205
-esac
 
1206
+# _LT_LIBTOOL_TAGS
 
1207
+# ----------------
 
1208
+# Output comment and list of tags supported by the script
 
1209
+m4_defun([_LT_LIBTOOL_TAGS],
 
1210
+[_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl
 
1211
+available_tags="_LT_TAGS"dnl
 
1212
+])
 
1213
 
 
1214
-# Do `set' in a subshell so we don't clobber the current shell's
 
1215
-# arguments.  Must try -L first in case configure is actually a
 
1216
-# symlink; some systems play weird games with the mod time of symlinks
 
1217
-# (eg FreeBSD returns the mod time of the symlink's containing
 
1218
-# directory).
 
1219
-if (
 
1220
-   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
 
1221
-   if test "$[*]" = "X"; then
 
1222
-      # -L didn't work.
 
1223
-      set X `ls -t "$srcdir/configure" conftest.file`
 
1224
-   fi
 
1225
-   rm -f conftest.file
 
1226
-   if test "$[*]" != "X $srcdir/configure conftest.file" \
 
1227
-      && test "$[*]" != "X conftest.file $srcdir/configure"; then
 
1228
 
 
1229
-      # If neither matched, then we have a broken ls.  This can happen
 
1230
-      # if, for instance, CONFIG_SHELL is bash and it inherits a
 
1231
-      # broken ls alias from the environment.  This has actually
 
1232
-      # happened.  Such a system could not be considered "sane".
 
1233
-      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
 
1234
-alias in your environment])
 
1235
-   fi
 
1236
+# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
 
1237
+# -----------------------------------
 
1238
+# Extract the dictionary values for VARNAME (optionally with TAG) and
 
1239
+# expand to a commented shell variable setting:
 
1240
+#
 
1241
+#    # Some comment about what VAR is for.
 
1242
+#    visible_name=$lt_internal_name
 
1243
+m4_define([_LT_LIBTOOL_DECLARE],
 
1244
+[_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1],
 
1245
+                                          [description])))[]dnl
 
1246
+m4_pushdef([_libtool_name],
 
1247
+    m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl
 
1248
+m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])),
 
1249
+    [0], [_libtool_name=[$]$1],
 
1250
+    [1], [_libtool_name=$lt_[]$1],
 
1251
+    [2], [_libtool_name=$lt_[]$1],
 
1252
+    [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl
 
1253
+m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl
 
1254
+])
 
1255
 
 
1256
-   test "$[2]" = conftest.file
 
1257
-   )
 
1258
-then
 
1259
-   # Ok.
 
1260
-   :
 
1261
-else
 
1262
-   AC_MSG_ERROR([newly created file is older than distributed files!
 
1263
-Check your system clock])
 
1264
-fi
 
1265
-AC_MSG_RESULT(yes)])
 
1266
 
 
1267
-# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
1268
-#
 
1269
-# This file is free software; the Free Software Foundation
 
1270
-# gives unlimited permission to copy and/or distribute it,
 
1271
-# with or without modifications, as long as this notice is preserved.
 
1272
+# _LT_LIBTOOL_CONFIG_VARS
 
1273
+# -----------------------
 
1274
+# Produce commented declarations of non-tagged libtool config variables
 
1275
+# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
 
1276
+# script.  Tagged libtool config variables (even for the LIBTOOL CONFIG
 
1277
+# section) are produced by _LT_LIBTOOL_TAG_VARS.
 
1278
+m4_defun([_LT_LIBTOOL_CONFIG_VARS],
 
1279
+[m4_foreach([_lt_var],
 
1280
+    m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)),
 
1281
+    [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])])
 
1282
 
 
1283
-# AM_PROG_INSTALL_STRIP
 
1284
-# ---------------------
 
1285
-# One issue with vendor `install' (even GNU) is that you can't
 
1286
-# specify the program used to strip binaries.  This is especially
 
1287
-# annoying in cross-compiling environments, where the build's strip
 
1288
-# is unlikely to handle the host's binaries.
 
1289
-# Fortunately install-sh will honor a STRIPPROG variable, so we
 
1290
-# always use install-sh in `make install-strip', and initialize
 
1291
-# STRIPPROG with the value of the STRIP variable (set by the user).
 
1292
-AC_DEFUN([AM_PROG_INSTALL_STRIP],
 
1293
-[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
 
1294
-# Installed binaries are usually stripped using `strip' when the user
 
1295
-# run `make install-strip'.  However `strip' might not be the right
 
1296
-# tool to use in cross-compilation environments, therefore Automake
 
1297
-# will honor the `STRIP' environment variable to overrule this program.
 
1298
-dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
 
1299
-if test "$cross_compiling" != no; then
 
1300
-  AC_CHECK_TOOL([STRIP], [strip], :)
 
1301
-fi
 
1302
-INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 
1303
-AC_SUBST([INSTALL_STRIP_PROGRAM])])
 
1304
 
 
1305
-# Copyright (C) 2006, 2008  Free Software Foundation, Inc.
 
1306
-#
 
1307
-# This file is free software; the Free Software Foundation
 
1308
-# gives unlimited permission to copy and/or distribute it,
 
1309
-# with or without modifications, as long as this notice is preserved.
 
1310
+# _LT_LIBTOOL_TAG_VARS(TAG)
 
1311
+# -------------------------
 
1312
+m4_define([_LT_LIBTOOL_TAG_VARS],
 
1313
+[m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames),
 
1314
+    [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])])
 
1315
 
 
1316
-# serial 2
 
1317
 
 
1318
-# _AM_SUBST_NOTMAKE(VARIABLE)
 
1319
-# ---------------------------
 
1320
-# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
 
1321
-# This macro is traced by Automake.
 
1322
-AC_DEFUN([_AM_SUBST_NOTMAKE])
 
1323
+# _LT_TAGVAR(VARNAME, [TAGNAME])
 
1324
+# ------------------------------
 
1325
+m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])])
 
1326
 
 
1327
-# AM_SUBST_NOTMAKE(VARIABLE)
 
1328
-# ---------------------------
 
1329
-# Public sister of _AM_SUBST_NOTMAKE.
 
1330
-AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
 
1331
 
 
1332
-# Check how to create a tarball.                            -*- Autoconf -*-
 
1333
+# _LT_CONFIG_COMMANDS
 
1334
+# -------------------
 
1335
+# Send accumulated output to $CONFIG_STATUS.  Thanks to the lists of
 
1336
+# variables for single and double quote escaping we saved from calls
 
1337
+# to _LT_DECL, we can put quote escaped variables declarations
 
1338
+# into `config.status', and then the shell code to quote escape them in
 
1339
+# for loops in `config.status'.  Finally, any additional code accumulated
 
1340
+# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
 
1341
+m4_defun([_LT_CONFIG_COMMANDS],
 
1342
+[AC_PROVIDE_IFELSE([LT_OUTPUT],
 
1343
+       dnl If the libtool generation code has been placed in $CONFIG_LT,
 
1344
+       dnl instead of duplicating it all over again into config.status,
 
1345
+       dnl then we will have config.status run $CONFIG_LT later, so it
 
1346
+       dnl needs to know what name is stored there:
 
1347
+        [AC_CONFIG_COMMANDS([libtool],
 
1348
+            [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])],
 
1349
+    dnl If the libtool generation code is destined for config.status,
 
1350
+    dnl expand the accumulated commands and init code now:
 
1351
+    [AC_CONFIG_COMMANDS([libtool],
 
1352
+        [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])])
 
1353
+])#_LT_CONFIG_COMMANDS
 
1354
 
 
1355
-# Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
1356
-#
 
1357
-# This file is free software; the Free Software Foundation
 
1358
-# gives unlimited permission to copy and/or distribute it,
 
1359
-# with or without modifications, as long as this notice is preserved.
 
1360
 
 
1361
-# serial 2
 
1362
+# Initialize.
 
1363
+m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT],
 
1364
+[
 
1365
 
 
1366
-# _AM_PROG_TAR(FORMAT)
 
1367
-# --------------------
 
1368
-# Check how to create a tarball in format FORMAT.
 
1369
-# FORMAT should be one of `v7', `ustar', or `pax'.
 
1370
-#
 
1371
-# Substitute a variable $(am__tar) that is a command
 
1372
-# writing to stdout a FORMAT-tarball containing the directory
 
1373
-# $tardir.
 
1374
-#     tardir=directory && $(am__tar) > result.tar
 
1375
-#
 
1376
-# Substitute a variable $(am__untar) that extract such
 
1377
-# a tarball read from stdin.
 
1378
-#     $(am__untar) < result.tar
 
1379
-AC_DEFUN([_AM_PROG_TAR],
 
1380
-[# Always define AMTAR for backward compatibility.
 
1381
-AM_MISSING_PROG([AMTAR], [tar])
 
1382
-m4_if([$1], [v7],
 
1383
-     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
 
1384
-     [m4_case([$1], [ustar],, [pax],,
 
1385
-              [m4_fatal([Unknown tar format])])
 
1386
-AC_MSG_CHECKING([how to create a $1 tar archive])
 
1387
-# Loop over all known methods to create a tar archive until one works.
 
1388
-_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
 
1389
-_am_tools=${am_cv_prog_tar_$1-$_am_tools}
 
1390
-# Do not fold the above two line into one, because Tru64 sh and
 
1391
-# Solaris sh will not grok spaces in the rhs of `-'.
 
1392
-for _am_tool in $_am_tools
 
1393
-do
 
1394
-  case $_am_tool in
 
1395
-  gnutar)
 
1396
-    for _am_tar in tar gnutar gtar;
 
1397
-    do
 
1398
-      AM_RUN_LOG([$_am_tar --version]) && break
 
1399
-    done
 
1400
-    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
 
1401
-    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
 
1402
-    am__untar="$_am_tar -xf -"
 
1403
-    ;;
 
1404
-  plaintar)
 
1405
-    # Must skip GNU tar: if it does not support --format= it doesn't create
 
1406
-    # ustar tarball either.
 
1407
-    (tar --version) >/dev/null 2>&1 && continue
 
1408
-    am__tar='tar chf - "$$tardir"'
 
1409
-    am__tar_='tar chf - "$tardir"'
 
1410
-    am__untar='tar xf -'
 
1411
-    ;;
 
1412
-  pax)
 
1413
-    am__tar='pax -L -x $1 -w "$$tardir"'
 
1414
-    am__tar_='pax -L -x $1 -w "$tardir"'
 
1415
-    am__untar='pax -r'
 
1416
-    ;;
 
1417
-  cpio)
 
1418
-    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
 
1419
-    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
 
1420
-    am__untar='cpio -i -H $1 -d'
 
1421
-    ;;
 
1422
-  none)
 
1423
-    am__tar=false
 
1424
-    am__tar_=false
 
1425
-    am__untar=false
 
1426
-    ;;
 
1427
-  esac
 
1428
+# The HP-UX ksh and POSIX shell print the target directory to stdout
 
1429
+# if CDPATH is set.
 
1430
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
1431
 
 
1432
-  # If the value was cached, stop now.  We just wanted to have am__tar
 
1433
-  # and am__untar set.
 
1434
-  test -n "${am_cv_prog_tar_$1}" && break
 
1435
+sed_quote_subst='$sed_quote_subst'
 
1436
+double_quote_subst='$double_quote_subst'
 
1437
+delay_variable_subst='$delay_variable_subst'
 
1438
+_LT_CONFIG_STATUS_DECLARATIONS
 
1439
+LTCC='$LTCC'
 
1440
+LTCFLAGS='$LTCFLAGS'
 
1441
+compiler='$compiler_DEFAULT'
 
1442
 
 
1443
-  # tar/untar a dummy directory, and stop if the command works
 
1444
-  rm -rf conftest.dir
 
1445
-  mkdir conftest.dir
 
1446
-  echo GrepMe > conftest.dir/file
 
1447
-  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
 
1448
-  rm -rf conftest.dir
 
1449
-  if test -s conftest.tar; then
 
1450
-    AM_RUN_LOG([$am__untar <conftest.tar])
 
1451
-    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
 
1452
-  fi
 
1453
+# Quote evaled strings.
 
1454
+for var in lt_decl_all_varnames([[ \
 
1455
+]], lt_decl_quote_varnames); do
 
1456
+    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
 
1457
+    *[[\\\\\\\`\\"\\\$]]*)
 
1458
+      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
 
1459
+      ;;
 
1460
+    *)
 
1461
+      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
 
1462
+      ;;
 
1463
+    esac
 
1464
 done
 
1465
-rm -rf conftest.dir
 
1466
-
 
1467
-AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
 
1468
-AC_MSG_RESULT([$am_cv_prog_tar_$1])])
 
1469
-AC_SUBST([am__tar])
 
1470
-AC_SUBST([am__untar])
 
1471
-]) # _AM_PROG_TAR
 
1472
-
 
1473
-dnl -*- mode: autoconf -*-
 
1474
 
 
1475
-# serial 1
 
1476
+# Double-quote double-evaled strings.
 
1477
+for var in lt_decl_all_varnames([[ \
 
1478
+]], lt_decl_dquote_varnames); do
 
1479
+    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
 
1480
+    *[[\\\\\\\`\\"\\\$]]*)
 
1481
+      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
 
1482
+      ;;
 
1483
+    *)
 
1484
+      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
 
1485
+      ;;
 
1486
+    esac
 
1487
+done
 
1488
 
 
1489
-dnl Usage:
 
1490
-dnl   GTK_DOC_CHECK([minimum-gtk-doc-version])
 
1491
-AC_DEFUN([GTK_DOC_CHECK],
 
1492
-[
 
1493
-  AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first
 
1494
-  AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first
 
1495
+# Fix-up fallback echo if it was mangled by the above quoting rules.
 
1496
+case \$lt_ECHO in
 
1497
+*'\\\[$]0 --fallback-echo"')dnl "
 
1498
+  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\[$]0 --fallback-echo"\[$]/\[$]0 --fallback-echo"/'\`
 
1499
+  ;;
 
1500
+esac
 
1501
 
 
1502
-  dnl check for tools we added during development
 
1503
-  AC_PATH_PROG([GTKDOC_CHECK],[gtkdoc-check])
 
1504
-  AC_PATH_PROGS([GTKDOC_REBASE],[gtkdoc-rebase],[true])
 
1505
-  AC_PATH_PROG([GTKDOC_MKPDF],[gtkdoc-mkpdf])
 
1506
+_LT_OUTPUT_LIBTOOL_INIT
 
1507
+])
 
1508
 
 
1509
-  dnl for overriding the documentation installation directory
 
1510
-  AC_ARG_WITH([html-dir],
 
1511
-    AS_HELP_STRING([--with-html-dir=PATH], [path to installed docs]),,
 
1512
-    [with_html_dir='${datadir}/gtk-doc/html'])
 
1513
-  HTML_DIR="$with_html_dir"
 
1514
-  AC_SUBST([HTML_DIR])
 
1515
 
 
1516
-  dnl enable/disable documentation building
 
1517
-  AC_ARG_ENABLE([gtk-doc],
 
1518
-    AS_HELP_STRING([--enable-gtk-doc],
 
1519
-                   [use gtk-doc to build documentation [[default=no]]]),,
 
1520
-    [enable_gtk_doc=no])
 
1521
+# LT_OUTPUT
 
1522
+# ---------
 
1523
+# This macro allows early generation of the libtool script (before
 
1524
+# AC_OUTPUT is called), incase it is used in configure for compilation
 
1525
+# tests.
 
1526
+AC_DEFUN([LT_OUTPUT],
 
1527
+[: ${CONFIG_LT=./config.lt}
 
1528
+AC_MSG_NOTICE([creating $CONFIG_LT])
 
1529
+cat >"$CONFIG_LT" <<_LTEOF
 
1530
+#! $SHELL
 
1531
+# Generated by $as_me.
 
1532
+# Run this file to recreate a libtool stub with the current configuration.
 
1533
 
 
1534
-  if test x$enable_gtk_doc = xyes; then
 
1535
-    ifelse([$1],[],
 
1536
-      [PKG_CHECK_EXISTS([gtk-doc],,
 
1537
-                        AC_MSG_ERROR([gtk-doc not installed and --enable-gtk-doc requested]))],
 
1538
-      [PKG_CHECK_EXISTS([gtk-doc >= $1],,
 
1539
-                        AC_MSG_ERROR([You need to have gtk-doc >= $1 installed to build $PACKAGE_NAME]))])
 
1540
-  fi
 
1541
+lt_cl_silent=false
 
1542
+SHELL=\${CONFIG_SHELL-$SHELL}
 
1543
+_LTEOF
 
1544
 
 
1545
-  AC_MSG_CHECKING([whether to build gtk-doc documentation])
 
1546
-  AC_MSG_RESULT($enable_gtk_doc)
 
1547
+cat >>"$CONFIG_LT" <<\_LTEOF
 
1548
+AS_SHELL_SANITIZE
 
1549
+_AS_PREPARE
 
1550
 
 
1551
-  dnl enable/disable output formats
 
1552
-  AC_ARG_ENABLE([gtk-doc-html],
 
1553
-    AS_HELP_STRING([--enable-gtk-doc-html],
 
1554
-                   [build documentation in html format [[default=yes]]]),,
 
1555
-    [enable_gtk_doc_html=yes])
 
1556
-    AC_ARG_ENABLE([gtk-doc-pdf],
 
1557
-      AS_HELP_STRING([--enable-gtk-doc-pdf],
 
1558
-                     [build documentation in pdf format [[default=no]]]),,
 
1559
-      [enable_gtk_doc_pdf=no])
 
1560
+exec AS_MESSAGE_FD>&1
 
1561
+exec AS_MESSAGE_LOG_FD>>config.log
 
1562
+{
 
1563
+  echo
 
1564
+  AS_BOX([Running $as_me.])
 
1565
+} >&AS_MESSAGE_LOG_FD
 
1566
 
 
1567
-  if test -z "$GTKDOC_MKPDF"; then
 
1568
-    enable_gtk_doc_pdf=no
 
1569
-  fi
 
1570
+lt_cl_help="\
 
1571
+\`$as_me' creates a local libtool stub from the current configuration,
 
1572
+for use in further configure time tests before the real libtool is
 
1573
+generated.
 
1574
 
 
1575
+Usage: $[0] [[OPTIONS]]
 
1576
 
 
1577
-  AM_CONDITIONAL([ENABLE_GTK_DOC], [test x$enable_gtk_doc = xyes])
 
1578
-  AM_CONDITIONAL([GTK_DOC_BUILD_HTML], [test x$enable_gtk_doc_html = xyes])
 
1579
-  AM_CONDITIONAL([GTK_DOC_BUILD_PDF], [test x$enable_gtk_doc_pdf = xyes])
 
1580
-  AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], [test -n "$LIBTOOL"])
 
1581
-  AM_CONDITIONAL([GTK_DOC_USE_REBASE], [test -n "$GTKDOC_REBASE"])
 
1582
-])
 
1583
+  -h, --help      print this help, then exit
 
1584
+  -V, --version   print version number, then exit
 
1585
+  -q, --quiet     do not print progress messages
 
1586
+  -d, --debug     don't remove temporary files
 
1587
 
 
1588
-# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
 
1589
-#
 
1590
-#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
 
1591
-#                 2006, 2007, 2008 Free Software Foundation, Inc.
 
1592
-#   Written by Gordon Matzigkeit, 1996
 
1593
-#
 
1594
-# This file is free software; the Free Software Foundation gives
 
1595
-# unlimited permission to copy and/or distribute it, with or without
 
1596
-# modifications, as long as this notice is preserved.
 
1597
+Report bugs to <bug-libtool@gnu.org>."
 
1598
 
 
1599
-m4_define([_LT_COPYING], [dnl
 
1600
-#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
 
1601
-#                 2006, 2007, 2008 Free Software Foundation, Inc.
 
1602
-#   Written by Gordon Matzigkeit, 1996
 
1603
-#
 
1604
-#   This file is part of GNU Libtool.
 
1605
-#
 
1606
-# GNU Libtool is free software; you can redistribute it and/or
 
1607
-# modify it under the terms of the GNU General Public License as
 
1608
-# published by the Free Software Foundation; either version 2 of
 
1609
-# the License, or (at your option) any later version.
 
1610
-#
 
1611
-# As a special exception to the GNU General Public License,
 
1612
-# if you distribute this file as part of a program or library that
 
1613
-# is built using GNU Libtool, you may include this file under the
 
1614
-# same distribution terms that you use for the rest of that program.
 
1615
-#
 
1616
-# GNU Libtool is distributed in the hope that it will be useful,
 
1617
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
1618
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
1619
-# GNU General Public License for more details.
 
1620
-#
 
1621
-# You should have received a copy of the GNU General Public License
 
1622
-# along with GNU Libtool; see the file COPYING.  If not, a copy
 
1623
-# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
 
1624
-# obtained by writing to the Free Software Foundation, Inc.,
 
1625
-# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
1626
-])
 
1627
+lt_cl_version="\
 
1628
+m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
 
1629
+m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
 
1630
+configured by $[0], generated by m4_PACKAGE_STRING.
 
1631
 
 
1632
-# serial 56 LT_INIT
 
1633
+Copyright (C) 2008 Free Software Foundation, Inc.
 
1634
+This config.lt script is free software; the Free Software Foundation
 
1635
+gives unlimited permision to copy, distribute and modify it."
 
1636
 
 
1637
+while test $[#] != 0
 
1638
+do
 
1639
+  case $[1] in
 
1640
+    --version | --v* | -V )
 
1641
+      echo "$lt_cl_version"; exit 0 ;;
 
1642
+    --help | --h* | -h )
 
1643
+      echo "$lt_cl_help"; exit 0 ;;
 
1644
+    --debug | --d* | -d )
 
1645
+      debug=: ;;
 
1646
+    --quiet | --q* | --silent | --s* | -q )
 
1647
+      lt_cl_silent=: ;;
 
1648
 
 
1649
-# LT_PREREQ(VERSION)
 
1650
-# ------------------
 
1651
-# Complain and exit if this libtool version is less that VERSION.
 
1652
-m4_defun([LT_PREREQ],
 
1653
-[m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1,
 
1654
-       [m4_default([$3],
 
1655
-                  [m4_fatal([Libtool version $1 or higher is required],
 
1656
-                            63)])],
 
1657
-       [$2])])
 
1658
+    -*) AC_MSG_ERROR([unrecognized option: $[1]
 
1659
+Try \`$[0] --help' for more information.]) ;;
 
1660
 
 
1661
+    *) AC_MSG_ERROR([unrecognized argument: $[1]
 
1662
+Try \`$[0] --help' for more information.]) ;;
 
1663
+  esac
 
1664
+  shift
 
1665
+done
 
1666
 
 
1667
-# _LT_CHECK_BUILDDIR
 
1668
-# ------------------
 
1669
-# Complain if the absolute build directory name contains unusual characters
 
1670
-m4_defun([_LT_CHECK_BUILDDIR],
 
1671
-[case `pwd` in
 
1672
-  *\ * | *\    *)
 
1673
-    AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;;
 
1674
-esac
 
1675
-])
 
1676
+if $lt_cl_silent; then
 
1677
+  exec AS_MESSAGE_FD>/dev/null
 
1678
+fi
 
1679
+_LTEOF
 
1680
 
 
1681
+cat >>"$CONFIG_LT" <<_LTEOF
 
1682
+_LT_OUTPUT_LIBTOOL_COMMANDS_INIT
 
1683
+_LTEOF
 
1684
 
 
1685
-# LT_INIT([OPTIONS])
 
1686
-# ------------------
 
1687
-AC_DEFUN([LT_INIT],
 
1688
-[AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT
 
1689
-AC_BEFORE([$0], [LT_LANG])dnl
 
1690
-AC_BEFORE([$0], [LT_OUTPUT])dnl
 
1691
-AC_BEFORE([$0], [LTDL_INIT])dnl
 
1692
-m4_require([_LT_CHECK_BUILDDIR])dnl
 
1693
+cat >>"$CONFIG_LT" <<\_LTEOF
 
1694
+AC_MSG_NOTICE([creating $ofile])
 
1695
+_LT_OUTPUT_LIBTOOL_COMMANDS
 
1696
+AS_EXIT(0)
 
1697
+_LTEOF
 
1698
+chmod +x "$CONFIG_LT"
 
1699
 
 
1700
-dnl Autoconf doesn't catch unexpanded LT_ macros by default:
 
1701
-m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
 
1702
-m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
 
1703
-dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
 
1704
-dnl unless we require an AC_DEFUNed macro:
 
1705
-AC_REQUIRE([LTOPTIONS_VERSION])dnl
 
1706
-AC_REQUIRE([LTSUGAR_VERSION])dnl
 
1707
-AC_REQUIRE([LTVERSION_VERSION])dnl
 
1708
-AC_REQUIRE([LTOBSOLETE_VERSION])dnl
 
1709
-m4_require([_LT_PROG_LTMAIN])dnl
 
1710
+# configure is writing to config.log, but config.lt does its own redirection,
 
1711
+# appending to config.log, which fails on DOS, as config.log is still kept
 
1712
+# open by configure.  Here we exec the FD to /dev/null, effectively closing
 
1713
+# config.log, so it can be properly (re)opened and appended to by config.lt.
 
1714
+if test "$no_create" != yes; then
 
1715
+  lt_cl_success=:
 
1716
+  test "$silent" = yes &&
 
1717
+    lt_config_lt_args="$lt_config_lt_args --quiet"
 
1718
+  exec AS_MESSAGE_LOG_FD>/dev/null
 
1719
+  $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
 
1720
+  exec AS_MESSAGE_LOG_FD>>config.log
 
1721
+  $lt_cl_success || AS_EXIT(1)
 
1722
+fi
 
1723
+])# LT_OUTPUT
 
1724
 
 
1725
-dnl Parse OPTIONS
 
1726
-_LT_SET_OPTIONS([$0], [$1])
 
1727
 
 
1728
-# This can be used to rebuild libtool when needed
 
1729
-LIBTOOL_DEPS="$ltmain"
 
1730
+# _LT_CONFIG(TAG)
 
1731
+# ---------------
 
1732
+# If TAG is the built-in tag, create an initial libtool script with a
 
1733
+# default configuration from the untagged config vars.  Otherwise add code
 
1734
+# to config.status for appending the configuration named by TAG from the
 
1735
+# matching tagged config vars.
 
1736
+m4_defun([_LT_CONFIG],
 
1737
+[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
1738
+_LT_CONFIG_SAVE_COMMANDS([
 
1739
+  m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl
 
1740
+  m4_if(_LT_TAG, [C], [
 
1741
+    # See if we are running on zsh, and set the options which allow our
 
1742
+    # commands through without removal of \ escapes.
 
1743
+    if test -n "${ZSH_VERSION+set}" ; then
 
1744
+      setopt NO_GLOB_SUBST
 
1745
+    fi
 
1746
 
 
1747
-# Always use our own libtool.
 
1748
-LIBTOOL='$(SHELL) $(top_builddir)/libtool'
 
1749
-AC_SUBST(LIBTOOL)dnl
 
1750
+    cfgfile="${ofile}T"
 
1751
+    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
 
1752
+    $RM "$cfgfile"
 
1753
 
 
1754
-_LT_SETUP
 
1755
+    cat <<_LT_EOF >> "$cfgfile"
 
1756
+#! $SHELL
 
1757
 
 
1758
-# Only expand once:
 
1759
-m4_define([LT_INIT])
 
1760
-])# LT_INIT
 
1761
+# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
 
1762
+# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
 
1763
+# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 
1764
+# NOTE: Changes made to this file will be lost: look at ltmain.sh.
 
1765
+#
 
1766
+_LT_COPYING
 
1767
+_LT_LIBTOOL_TAGS
 
1768
 
 
1769
-# Old names:
 
1770
-AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT])
 
1771
-AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT])
 
1772
-dnl aclocal-1.4 backwards compatibility:
 
1773
-dnl AC_DEFUN([AC_PROG_LIBTOOL], [])
 
1774
-dnl AC_DEFUN([AM_PROG_LIBTOOL], [])
 
1775
+# ### BEGIN LIBTOOL CONFIG
 
1776
+_LT_LIBTOOL_CONFIG_VARS
 
1777
+_LT_LIBTOOL_TAG_VARS
 
1778
+# ### END LIBTOOL CONFIG
 
1779
 
 
1780
+_LT_EOF
 
1781
 
 
1782
-# _LT_CC_BASENAME(CC)
 
1783
-# -------------------
 
1784
-# Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
 
1785
-m4_defun([_LT_CC_BASENAME],
 
1786
-[for cc_temp in $1""; do
 
1787
-  case $cc_temp in
 
1788
-    compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
 
1789
-    distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
 
1790
-    \-*) ;;
 
1791
-    *) break;;
 
1792
+  case $host_os in
 
1793
+  aix3*)
 
1794
+    cat <<\_LT_EOF >> "$cfgfile"
 
1795
+# AIX sometimes has problems with the GCC collect2 program.  For some
 
1796
+# reason, if we set the COLLECT_NAMES environment variable, the problems
 
1797
+# vanish in a puff of smoke.
 
1798
+if test "X${COLLECT_NAMES+set}" != Xset; then
 
1799
+  COLLECT_NAMES=
 
1800
+  export COLLECT_NAMES
 
1801
+fi
 
1802
+_LT_EOF
 
1803
+    ;;
 
1804
   esac
 
1805
-done
 
1806
-cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
 
1807
-])
 
1808
 
 
1809
+  _LT_PROG_LTMAIN
 
1810
 
 
1811
-# _LT_FILEUTILS_DEFAULTS
 
1812
-# ----------------------
 
1813
-# It is okay to use these file commands and assume they have been set
 
1814
-# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
 
1815
-m4_defun([_LT_FILEUTILS_DEFAULTS],
 
1816
-[: ${CP="cp -f"}
 
1817
-: ${MV="mv -f"}
 
1818
-: ${RM="rm -f"}
 
1819
-])# _LT_FILEUTILS_DEFAULTS
 
1820
+  # We use sed instead of cat because bash on DJGPP gets confused if
 
1821
+  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
 
1822
+  # text mode, it properly converts lines to CR/LF.  This bash problem
 
1823
+  # is reportedly fixed, but why not run on old versions too?
 
1824
+  sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
 
1825
+    || (rm -f "$cfgfile"; exit 1)
 
1826
 
 
1827
+  _LT_PROG_XSI_SHELLFNS
 
1828
 
 
1829
-# _LT_SETUP
 
1830
-# ---------
 
1831
-m4_defun([_LT_SETUP],
 
1832
-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
1833
-AC_REQUIRE([AC_CANONICAL_BUILD])dnl
 
1834
-_LT_DECL([], [host_alias], [0], [The host system])dnl
 
1835
-_LT_DECL([], [host], [0])dnl
 
1836
-_LT_DECL([], [host_os], [0])dnl
 
1837
-dnl
 
1838
-_LT_DECL([], [build_alias], [0], [The build system])dnl
 
1839
-_LT_DECL([], [build], [0])dnl
 
1840
-_LT_DECL([], [build_os], [0])dnl
 
1841
-dnl
 
1842
-AC_REQUIRE([AC_PROG_CC])dnl
 
1843
-AC_REQUIRE([LT_PATH_LD])dnl
 
1844
-AC_REQUIRE([LT_PATH_NM])dnl
 
1845
-dnl
 
1846
-AC_REQUIRE([AC_PROG_LN_S])dnl
 
1847
-test -z "$LN_S" && LN_S="ln -s"
 
1848
-_LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl
 
1849
-dnl
 
1850
-AC_REQUIRE([LT_CMD_MAX_LEN])dnl
 
1851
-_LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl
 
1852
-_LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl
 
1853
-dnl
 
1854
-m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
1855
-m4_require([_LT_CHECK_SHELL_FEATURES])dnl
 
1856
-m4_require([_LT_CMD_RELOAD])dnl
 
1857
-m4_require([_LT_CHECK_MAGIC_METHOD])dnl
 
1858
-m4_require([_LT_CMD_OLD_ARCHIVE])dnl
 
1859
-m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
 
1860
+  sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
 
1861
+    || (rm -f "$cfgfile"; exit 1)
 
1862
 
 
1863
-_LT_CONFIG_LIBTOOL_INIT([
 
1864
-# See if we are running on zsh, and set the options which allow our
 
1865
-# commands through without removal of \ escapes INIT.
 
1866
-if test -n "\${ZSH_VERSION+set}" ; then
 
1867
-   setopt NO_GLOB_SUBST
 
1868
-fi
 
1869
-])
 
1870
-if test -n "${ZSH_VERSION+set}" ; then
 
1871
-   setopt NO_GLOB_SUBST
 
1872
-fi
 
1873
+  mv -f "$cfgfile" "$ofile" ||
 
1874
+    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
 
1875
+  chmod +x "$ofile"
 
1876
+],
 
1877
+[cat <<_LT_EOF >> "$ofile"
 
1878
 
 
1879
-_LT_CHECK_OBJDIR
 
1880
+dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded
 
1881
+dnl in a comment (ie after a #).
 
1882
+# ### BEGIN LIBTOOL TAG CONFIG: $1
 
1883
+_LT_LIBTOOL_TAG_VARS(_LT_TAG)
 
1884
+# ### END LIBTOOL TAG CONFIG: $1
 
1885
+_LT_EOF
 
1886
+])dnl /m4_if
 
1887
+],
 
1888
+[m4_if([$1], [], [
 
1889
+    PACKAGE='$PACKAGE'
 
1890
+    VERSION='$VERSION'
 
1891
+    TIMESTAMP='$TIMESTAMP'
 
1892
+    RM='$RM'
 
1893
+    ofile='$ofile'], [])
 
1894
+])dnl /_LT_CONFIG_SAVE_COMMANDS
 
1895
+])# _LT_CONFIG
 
1896
 
 
1897
-m4_require([_LT_TAG_COMPILER])dnl
 
1898
-_LT_PROG_ECHO_BACKSLASH
 
1899
 
 
1900
-case $host_os in
 
1901
-aix3*)
 
1902
-  # AIX sometimes has problems with the GCC collect2 program.  For some
 
1903
-  # reason, if we set the COLLECT_NAMES environment variable, the problems
 
1904
-  # vanish in a puff of smoke.
 
1905
-  if test "X${COLLECT_NAMES+set}" != Xset; then
 
1906
-    COLLECT_NAMES=
 
1907
-    export COLLECT_NAMES
 
1908
-  fi
 
1909
-  ;;
 
1910
-esac
 
1911
+# LT_SUPPORTED_TAG(TAG)
 
1912
+# ---------------------
 
1913
+# Trace this macro to discover what tags are supported by the libtool
 
1914
+# --tag option, using:
 
1915
+#    autoconf --trace 'LT_SUPPORTED_TAG:$1'
 
1916
+AC_DEFUN([LT_SUPPORTED_TAG], [])
 
1917
 
 
1918
-# Sed substitution that helps us do robust quoting.  It backslashifies
 
1919
-# metacharacters that are still active within double-quoted strings.
 
1920
-sed_quote_subst='s/\([["`$\\]]\)/\\\1/g'
 
1921
 
 
1922
-# Same as above, but do not quote variable references.
 
1923
-double_quote_subst='s/\([["`\\]]\)/\\\1/g'
 
1924
+# C support is built-in for now
 
1925
+m4_define([_LT_LANG_C_enabled], [])
 
1926
+m4_define([_LT_TAGS], [])
 
1927
 
 
1928
-# Sed substitution to delay expansion of an escaped shell variable in a
 
1929
-# double_quote_subst'ed string.
 
1930
-delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
 
1931
 
 
1932
-# Sed substitution to delay expansion of an escaped single quote.
 
1933
-delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
 
1934
+# LT_LANG(LANG)
 
1935
+# -------------
 
1936
+# Enable libtool support for the given language if not already enabled.
 
1937
+AC_DEFUN([LT_LANG],
 
1938
+[AC_BEFORE([$0], [LT_OUTPUT])dnl
 
1939
+m4_case([$1],
 
1940
+  [C],                 [_LT_LANG(C)],
 
1941
+  [C++],               [_LT_LANG(CXX)],
 
1942
+  [Java],              [_LT_LANG(GCJ)],
 
1943
+  [Fortran 77],                [_LT_LANG(F77)],
 
1944
+  [Fortran],           [_LT_LANG(FC)],
 
1945
+  [Windows Resource],  [_LT_LANG(RC)],
 
1946
+  [m4_ifdef([_LT_LANG_]$1[_CONFIG],
 
1947
+    [_LT_LANG($1)],
 
1948
+    [m4_fatal([$0: unsupported language: "$1"])])])dnl
 
1949
+])# LT_LANG
 
1950
 
 
1951
-# Sed substitution to avoid accidental globbing in evaled expressions
 
1952
-no_glob_subst='s/\*/\\\*/g'
 
1953
 
 
1954
-# Global variables:
 
1955
-ofile=libtool
 
1956
-can_build_shared=yes
 
1957
+# _LT_LANG(LANGNAME)
 
1958
+# ------------------
 
1959
+m4_defun([_LT_LANG],
 
1960
+[m4_ifdef([_LT_LANG_]$1[_enabled], [],
 
1961
+  [LT_SUPPORTED_TAG([$1])dnl
 
1962
+  m4_append([_LT_TAGS], [$1 ])dnl
 
1963
+  m4_define([_LT_LANG_]$1[_enabled], [])dnl
 
1964
+  _LT_LANG_$1_CONFIG($1)])dnl
 
1965
+])# _LT_LANG
 
1966
 
 
1967
-# All known linkers require a `.a' archive for static linking (except MSVC,
 
1968
-# which needs '.lib').
 
1969
-libext=a
 
1970
-
 
1971
-with_gnu_ld="$lt_cv_prog_gnu_ld"
 
1972
 
 
1973
-old_CC="$CC"
 
1974
-old_CFLAGS="$CFLAGS"
 
1975
+# _LT_LANG_DEFAULT_CONFIG
 
1976
+# -----------------------
 
1977
+m4_defun([_LT_LANG_DEFAULT_CONFIG],
 
1978
+[AC_PROVIDE_IFELSE([AC_PROG_CXX],
 
1979
+  [LT_LANG(CXX)],
 
1980
+  [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])])
 
1981
 
 
1982
-# Set sane defaults for various variables
 
1983
-test -z "$CC" && CC=cc
 
1984
-test -z "$LTCC" && LTCC=$CC
 
1985
-test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
 
1986
-test -z "$LD" && LD=ld
 
1987
-test -z "$ac_objext" && ac_objext=o
 
1988
+AC_PROVIDE_IFELSE([AC_PROG_F77],
 
1989
+  [LT_LANG(F77)],
 
1990
+  [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])])
 
1991
 
 
1992
-_LT_CC_BASENAME([$compiler])
 
1993
+AC_PROVIDE_IFELSE([AC_PROG_FC],
 
1994
+  [LT_LANG(FC)],
 
1995
+  [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])])
 
1996
 
 
1997
-# Only perform the check for file, if the check method requires it
 
1998
-test -z "$MAGIC_CMD" && MAGIC_CMD=file
 
1999
-case $deplibs_check_method in
 
2000
-file_magic*)
 
2001
-  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
 
2002
-    _LT_PATH_MAGIC
 
2003
-  fi
 
2004
-  ;;
 
2005
-esac
 
2006
+dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal
 
2007
+dnl pulling things in needlessly.
 
2008
+AC_PROVIDE_IFELSE([AC_PROG_GCJ],
 
2009
+  [LT_LANG(GCJ)],
 
2010
+  [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
 
2011
+    [LT_LANG(GCJ)],
 
2012
+    [AC_PROVIDE_IFELSE([LT_PROG_GCJ],
 
2013
+      [LT_LANG(GCJ)],
 
2014
+      [m4_ifdef([AC_PROG_GCJ],
 
2015
+       [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])])
 
2016
+       m4_ifdef([A][M_PROG_GCJ],
 
2017
+       [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])])
 
2018
+       m4_ifdef([LT_PROG_GCJ],
 
2019
+       [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])])
 
2020
 
 
2021
-# Use C for the default configuration in the libtool script
 
2022
-LT_SUPPORTED_TAG([CC])
 
2023
-_LT_LANG_C_CONFIG
 
2024
-_LT_LANG_DEFAULT_CONFIG
 
2025
-_LT_CONFIG_COMMANDS
 
2026
-])# _LT_SETUP
 
2027
+AC_PROVIDE_IFELSE([LT_PROG_RC],
 
2028
+  [LT_LANG(RC)],
 
2029
+  [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])])
 
2030
+])# _LT_LANG_DEFAULT_CONFIG
 
2031
 
 
2032
+# Obsolete macros:
 
2033
+AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
 
2034
+AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
 
2035
+AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
 
2036
+AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
 
2037
+dnl aclocal-1.4 backwards compatibility:
 
2038
+dnl AC_DEFUN([AC_LIBTOOL_CXX], [])
 
2039
+dnl AC_DEFUN([AC_LIBTOOL_F77], [])
 
2040
+dnl AC_DEFUN([AC_LIBTOOL_FC], [])
 
2041
+dnl AC_DEFUN([AC_LIBTOOL_GCJ], [])
 
2042
 
 
2043
-# _LT_PROG_LTMAIN
 
2044
-# ---------------
 
2045
-# Note that this code is called both from `configure', and `config.status'
 
2046
-# now that we use AC_CONFIG_COMMANDS to generate libtool.  Notably,
 
2047
-# `config.status' has no value for ac_aux_dir unless we are using Automake,
 
2048
-# so we pass a copy along to make sure it has a sensible value anyway.
 
2049
-m4_defun([_LT_PROG_LTMAIN],
 
2050
-[m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl
 
2051
-_LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir'])
 
2052
-ltmain="$ac_aux_dir/ltmain.sh"
 
2053
-])# _LT_PROG_LTMAIN
 
2054
 
 
2055
+# _LT_TAG_COMPILER
 
2056
+# ----------------
 
2057
+m4_defun([_LT_TAG_COMPILER],
 
2058
+[AC_REQUIRE([AC_PROG_CC])dnl
 
2059
 
 
2060
+_LT_DECL([LTCC], [CC], [1], [A C compiler])dnl
 
2061
+_LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl
 
2062
+_LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl
 
2063
+_LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl
 
2064
 
 
2065
-# So that we can recreate a full libtool script including additional
 
2066
-# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
 
2067
-# in macros and then make a single call at the end using the `libtool'
 
2068
-# label.
 
2069
+# If no C compiler was specified, use CC.
 
2070
+LTCC=${LTCC-"$CC"}
 
2071
 
 
2072
+# If no C compiler flags were specified, use CFLAGS.
 
2073
+LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
 
2074
 
 
2075
-# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
 
2076
-# ----------------------------------------
 
2077
-# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
 
2078
-m4_define([_LT_CONFIG_LIBTOOL_INIT],
 
2079
-[m4_ifval([$1],
 
2080
-          [m4_append([_LT_OUTPUT_LIBTOOL_INIT],
 
2081
-                     [$1
 
2082
-])])])
 
2083
+# Allow CC to be a program name with arguments.
 
2084
+compiler=$CC
 
2085
+])# _LT_TAG_COMPILER
 
2086
 
 
2087
-# Initialize.
 
2088
-m4_define([_LT_OUTPUT_LIBTOOL_INIT])
 
2089
 
 
2090
+# _LT_COMPILER_BOILERPLATE
 
2091
+# ------------------------
 
2092
+# Check for compiler boilerplate output or warnings with
 
2093
+# the simple compiler test code.
 
2094
+m4_defun([_LT_COMPILER_BOILERPLATE],
 
2095
+[m4_require([_LT_DECL_SED])dnl
 
2096
+ac_outfile=conftest.$ac_objext
 
2097
+echo "$lt_simple_compile_test_code" >conftest.$ac_ext
 
2098
+eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
2099
+_lt_compiler_boilerplate=`cat conftest.err`
 
2100
+$RM conftest*
 
2101
+])# _LT_COMPILER_BOILERPLATE
 
2102
 
 
2103
-# _LT_CONFIG_LIBTOOL([COMMANDS])
 
2104
-# ------------------------------
 
2105
-# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
 
2106
-m4_define([_LT_CONFIG_LIBTOOL],
 
2107
-[m4_ifval([$1],
 
2108
-          [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS],
 
2109
-                     [$1
 
2110
-])])])
 
2111
 
 
2112
-# Initialize.
 
2113
-m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS])
 
2114
+# _LT_LINKER_BOILERPLATE
 
2115
+# ----------------------
 
2116
+# Check for linker boilerplate output or warnings with
 
2117
+# the simple link test code.
 
2118
+m4_defun([_LT_LINKER_BOILERPLATE],
 
2119
+[m4_require([_LT_DECL_SED])dnl
 
2120
+ac_outfile=conftest.$ac_objext
 
2121
+echo "$lt_simple_link_test_code" >conftest.$ac_ext
 
2122
+eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
2123
+_lt_linker_boilerplate=`cat conftest.err`
 
2124
+$RM -r conftest*
 
2125
+])# _LT_LINKER_BOILERPLATE
 
2126
 
 
2127
+# _LT_REQUIRED_DARWIN_CHECKS
 
2128
+# -------------------------
 
2129
+m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[
 
2130
+  case $host_os in
 
2131
+    rhapsody* | darwin*)
 
2132
+    AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:])
 
2133
+    AC_CHECK_TOOL([NMEDIT], [nmedit], [:])
 
2134
+    AC_CHECK_TOOL([LIPO], [lipo], [:])
 
2135
+    AC_CHECK_TOOL([OTOOL], [otool], [:])
 
2136
+    AC_CHECK_TOOL([OTOOL64], [otool64], [:])
 
2137
+    _LT_DECL([], [DSYMUTIL], [1],
 
2138
+      [Tool to manipulate archived DWARF debug symbol files on Mac OS X])
 
2139
+    _LT_DECL([], [NMEDIT], [1],
 
2140
+      [Tool to change global to local symbols on Mac OS X])
 
2141
+    _LT_DECL([], [LIPO], [1],
 
2142
+      [Tool to manipulate fat objects and archives on Mac OS X])
 
2143
+    _LT_DECL([], [OTOOL], [1],
 
2144
+      [ldd/readelf like tool for Mach-O binaries on Mac OS X])
 
2145
+    _LT_DECL([], [OTOOL64], [1],
 
2146
+      [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4])
 
2147
 
 
2148
-# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
 
2149
-# -----------------------------------------------------
 
2150
-m4_defun([_LT_CONFIG_SAVE_COMMANDS],
 
2151
-[_LT_CONFIG_LIBTOOL([$1])
 
2152
-_LT_CONFIG_LIBTOOL_INIT([$2])
 
2153
+    AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
 
2154
+      [lt_cv_apple_cc_single_mod=no
 
2155
+      if test -z "${LT_MULTI_MODULE}"; then
 
2156
+       # By default we will add the -single_module flag. You can override
 
2157
+       # by either setting the environment variable LT_MULTI_MODULE
 
2158
+       # non-empty at configure time, or by adding -multi_module to the
 
2159
+       # link flags.
 
2160
+       rm -rf libconftest.dylib*
 
2161
+       echo "int foo(void){return 1;}" > conftest.c
 
2162
+       echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
 
2163
+-dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD
 
2164
+       $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
 
2165
+         -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
 
2166
+        _lt_result=$?
 
2167
+       if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
 
2168
+         lt_cv_apple_cc_single_mod=yes
 
2169
+       else
 
2170
+         cat conftest.err >&AS_MESSAGE_LOG_FD
 
2171
+       fi
 
2172
+       rm -rf libconftest.dylib*
 
2173
+       rm -f conftest.*
 
2174
+      fi])
 
2175
+    AC_CACHE_CHECK([for -exported_symbols_list linker flag],
 
2176
+      [lt_cv_ld_exported_symbols_list],
 
2177
+      [lt_cv_ld_exported_symbols_list=no
 
2178
+      save_LDFLAGS=$LDFLAGS
 
2179
+      echo "_main" > conftest.sym
 
2180
+      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
 
2181
+      AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
 
2182
+       [lt_cv_ld_exported_symbols_list=yes],
 
2183
+       [lt_cv_ld_exported_symbols_list=no])
 
2184
+       LDFLAGS="$save_LDFLAGS"
 
2185
+    ])
 
2186
+    case $host_os in
 
2187
+    rhapsody* | darwin1.[[012]])
 
2188
+      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
 
2189
+    darwin1.*)
 
2190
+      _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
 
2191
+    darwin*) # darwin 5.x on
 
2192
+      # if running on 10.5 or later, the deployment target defaults
 
2193
+      # to the OS version, if on x86, and 10.4, the deployment
 
2194
+      # target defaults to 10.4. Don't you love it?
 
2195
+      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
 
2196
+       10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
 
2197
+         _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
 
2198
+       10.[[012]]*)
 
2199
+         _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
 
2200
+       10.*)
 
2201
+         _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
 
2202
+      esac
 
2203
+    ;;
 
2204
+  esac
 
2205
+    if test "$lt_cv_apple_cc_single_mod" = "yes"; then
 
2206
+      _lt_dar_single_mod='$single_module'
 
2207
+    fi
 
2208
+    if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
 
2209
+      _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
 
2210
+    else
 
2211
+      _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
2212
+    fi
 
2213
+    if test "$DSYMUTIL" != ":"; then
 
2214
+      _lt_dsymutil='~$DSYMUTIL $lib || :'
 
2215
+    else
 
2216
+      _lt_dsymutil=
 
2217
+    fi
 
2218
+    ;;
 
2219
+  esac
 
2220
 ])
 
2221
 
 
2222
 
 
2223
-# _LT_FORMAT_COMMENT([COMMENT])
 
2224
-# -----------------------------
 
2225
-# Add leading comment marks to the start of each line, and a trailing
 
2226
-# full-stop to the whole comment if one is not present already.
 
2227
-m4_define([_LT_FORMAT_COMMENT],
 
2228
-[m4_ifval([$1], [
 
2229
-m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])],
 
2230
-              [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.])
 
2231
-)])
 
2232
-
 
2233
-
 
2234
-
 
2235
-
 
2236
-
 
2237
-# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
 
2238
-# -------------------------------------------------------------------
 
2239
-# CONFIGNAME is the name given to the value in the libtool script.
 
2240
-# VARNAME is the (base) name used in the configure script.
 
2241
-# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
 
2242
-# VARNAME.  Any other value will be used directly.
 
2243
-m4_define([_LT_DECL],
 
2244
-[lt_if_append_uniq([lt_decl_varnames], [$2], [, ],
 
2245
-    [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name],
 
2246
-       [m4_ifval([$1], [$1], [$2])])
 
2247
-    lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3])
 
2248
-    m4_ifval([$4],
 
2249
-       [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])])
 
2250
-    lt_dict_add_subkey([lt_decl_dict], [$2],
 
2251
-       [tagged?], [m4_ifval([$5], [yes], [no])])])
 
2252
+# _LT_DARWIN_LINKER_FEATURES
 
2253
+# --------------------------
 
2254
+# Checks for linker and compiler features on darwin
 
2255
+m4_defun([_LT_DARWIN_LINKER_FEATURES],
 
2256
+[
 
2257
+  m4_require([_LT_REQUIRED_DARWIN_CHECKS])
 
2258
+  _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
2259
+  _LT_TAGVAR(hardcode_direct, $1)=no
 
2260
+  _LT_TAGVAR(hardcode_automatic, $1)=yes
 
2261
+  _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
2262
+  _LT_TAGVAR(whole_archive_flag_spec, $1)=''
 
2263
+  _LT_TAGVAR(link_all_deplibs, $1)=yes
 
2264
+  _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
 
2265
+  case $cc_basename in
 
2266
+     ifort*) _lt_dar_can_shared=yes ;;
 
2267
+     *) _lt_dar_can_shared=$GCC ;;
 
2268
+  esac
 
2269
+  if test "$_lt_dar_can_shared" = "yes"; then
 
2270
+    output_verbose_link_cmd=echo
 
2271
+    _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}"
 
2272
+    _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
 
2273
+    _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}"
 
2274
+    _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}"
 
2275
+    m4_if([$1], [CXX],
 
2276
+[   if test "$lt_cv_apple_cc_single_mod" != "yes"; then
 
2277
+      _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}"
 
2278
+      _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}"
 
2279
+    fi
 
2280
+],[])
 
2281
+  else
 
2282
+  _LT_TAGVAR(ld_shlibs, $1)=no
 
2283
+  fi
 
2284
 ])
 
2285
 
 
2286
+# _LT_SYS_MODULE_PATH_AIX
 
2287
+# -----------------------
 
2288
+# Links a minimal program and checks the executable
 
2289
+# for the system default hardcoded library path. In most cases,
 
2290
+# this is /usr/lib:/lib, but when the MPI compilers are used
 
2291
+# the location of the communication and MPI libs are included too.
 
2292
+# If we don't find anything, use the default library path according
 
2293
+# to the aix ld manual.
 
2294
+m4_defun([_LT_SYS_MODULE_PATH_AIX],
 
2295
+[m4_require([_LT_DECL_SED])dnl
 
2296
+AC_LINK_IFELSE(AC_LANG_PROGRAM,[
 
2297
+lt_aix_libpath_sed='
 
2298
+    /Import File Strings/,/^$/ {
 
2299
+       /^0/ {
 
2300
+           s/^0  *\(.*\)$/\1/
 
2301
+           p
 
2302
+       }
 
2303
+    }'
 
2304
+aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
2305
+# Check for a 64-bit object if we didn't find anything.
 
2306
+if test -z "$aix_libpath"; then
 
2307
+  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
2308
+fi],[])
 
2309
+if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
2310
+])# _LT_SYS_MODULE_PATH_AIX
 
2311
 
 
2312
-# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
 
2313
-# --------------------------------------------------------
 
2314
-m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])])
 
2315
 
 
2316
+# _LT_SHELL_INIT(ARG)
 
2317
+# -------------------
 
2318
+m4_define([_LT_SHELL_INIT],
 
2319
+[ifdef([AC_DIVERSION_NOTICE],
 
2320
+            [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
 
2321
+        [AC_DIVERT_PUSH(NOTICE)])
 
2322
+$1
 
2323
+AC_DIVERT_POP
 
2324
+])# _LT_SHELL_INIT
 
2325
 
 
2326
-# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
 
2327
-# ------------------------------------------------
 
2328
-m4_define([lt_decl_tag_varnames],
 
2329
-[_lt_decl_filter([tagged?], [yes], $@)])
 
2330
 
 
2331
+# _LT_PROG_ECHO_BACKSLASH
 
2332
+# -----------------------
 
2333
+# Add some code to the start of the generated configure script which
 
2334
+# will find an echo command which doesn't interpret backslashes.
 
2335
+m4_defun([_LT_PROG_ECHO_BACKSLASH],
 
2336
+[_LT_SHELL_INIT([
 
2337
+# Check that we are running under the correct shell.
 
2338
+SHELL=${CONFIG_SHELL-/bin/sh}
 
2339
 
 
2340
-# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
 
2341
-# ---------------------------------------------------------
 
2342
-m4_define([_lt_decl_filter],
 
2343
-[m4_case([$#],
 
2344
-  [0], [m4_fatal([$0: too few arguments: $#])],
 
2345
-  [1], [m4_fatal([$0: too few arguments: $#: $1])],
 
2346
-  [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)],
 
2347
-  [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)],
 
2348
-  [lt_dict_filter([lt_decl_dict], $@)])[]dnl
 
2349
-])
 
2350
+case X$lt_ECHO in
 
2351
+X*--fallback-echo)
 
2352
+  # Remove one level of quotation (which was required for Make).
 
2353
+  ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
 
2354
+  ;;
 
2355
+esac
 
2356
 
 
2357
+ECHO=${lt_ECHO-echo}
 
2358
+if test "X[$]1" = X--no-reexec; then
 
2359
+  # Discard the --no-reexec flag, and continue.
 
2360
+  shift
 
2361
+elif test "X[$]1" = X--fallback-echo; then
 
2362
+  # Avoid inline document here, it may be left over
 
2363
+  :
 
2364
+elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
 
2365
+  # Yippee, $ECHO works!
 
2366
+  :
 
2367
+else
 
2368
+  # Restart under the correct shell.
 
2369
+  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
 
2370
+fi
 
2371
 
 
2372
-# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
 
2373
-# --------------------------------------------------
 
2374
-m4_define([lt_decl_quote_varnames],
 
2375
-[_lt_decl_filter([value], [1], $@)])
 
2376
+if test "X[$]1" = X--fallback-echo; then
 
2377
+  # used as fallback echo
 
2378
+  shift
 
2379
+  cat <<_LT_EOF
 
2380
+[$]*
 
2381
+_LT_EOF
 
2382
+  exit 0
 
2383
+fi
 
2384
 
 
2385
+# The HP-UX ksh and POSIX shell print the target directory to stdout
 
2386
+# if CDPATH is set.
 
2387
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
2388
 
 
2389
-# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
 
2390
-# ---------------------------------------------------
 
2391
-m4_define([lt_decl_dquote_varnames],
 
2392
-[_lt_decl_filter([value], [2], $@)])
 
2393
+if test -z "$lt_ECHO"; then
 
2394
+  if test "X${echo_test_string+set}" != Xset; then
 
2395
+    # find a string as large as possible, as long as the shell can cope with it
 
2396
+    for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
 
2397
+      # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
 
2398
+      if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
 
2399
+        { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
 
2400
+      then
 
2401
+        break
 
2402
+      fi
 
2403
+    done
 
2404
+  fi
 
2405
 
 
2406
+  if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
 
2407
+     echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
 
2408
+     test "X$echo_testing_string" = "X$echo_test_string"; then
 
2409
+    :
 
2410
+  else
 
2411
+    # The Solaris, AIX, and Digital Unix default echo programs unquote
 
2412
+    # backslashes.  This makes it impossible to quote backslashes using
 
2413
+    #   echo "$something" | sed 's/\\/\\\\/g'
 
2414
+    #
 
2415
+    # So, first we look for a working echo in the user's PATH.
 
2416
 
 
2417
-# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
 
2418
-# ---------------------------------------------------
 
2419
-m4_define([lt_decl_varnames_tagged],
 
2420
-[m4_assert([$# <= 2])dnl
 
2421
-_$0(m4_quote(m4_default([$1], [[, ]])),
 
2422
-    m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]),
 
2423
-    m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))])
 
2424
-m4_define([_lt_decl_varnames_tagged],
 
2425
-[m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])])
 
2426
+    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
2427
+    for dir in $PATH /usr/ucb; do
 
2428
+      IFS="$lt_save_ifs"
 
2429
+      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
 
2430
+         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
 
2431
+         echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
 
2432
+         test "X$echo_testing_string" = "X$echo_test_string"; then
 
2433
+        ECHO="$dir/echo"
 
2434
+        break
 
2435
+      fi
 
2436
+    done
 
2437
+    IFS="$lt_save_ifs"
 
2438
 
 
2439
+    if test "X$ECHO" = Xecho; then
 
2440
+      # We didn't find a better echo, so look for alternatives.
 
2441
+      if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
 
2442
+         echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
 
2443
+         test "X$echo_testing_string" = "X$echo_test_string"; then
 
2444
+        # This shell has a builtin print -r that does the trick.
 
2445
+        ECHO='print -r'
 
2446
+      elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
 
2447
+          test "X$CONFIG_SHELL" != X/bin/ksh; then
 
2448
+        # If we have ksh, try running configure again with it.
 
2449
+        ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
 
2450
+        export ORIGINAL_CONFIG_SHELL
 
2451
+        CONFIG_SHELL=/bin/ksh
 
2452
+        export CONFIG_SHELL
 
2453
+        exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
 
2454
+      else
 
2455
+        # Try using printf.
 
2456
+        ECHO='printf %s\n'
 
2457
+        if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
 
2458
+          echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
 
2459
+          test "X$echo_testing_string" = "X$echo_test_string"; then
 
2460
+         # Cool, printf works
 
2461
+         :
 
2462
+        elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
 
2463
+            test "X$echo_testing_string" = 'X\t' &&
 
2464
+            echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
2465
+            test "X$echo_testing_string" = "X$echo_test_string"; then
 
2466
+         CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
 
2467
+         export CONFIG_SHELL
 
2468
+         SHELL="$CONFIG_SHELL"
 
2469
+         export SHELL
 
2470
+         ECHO="$CONFIG_SHELL [$]0 --fallback-echo"
 
2471
+        elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
 
2472
+            test "X$echo_testing_string" = 'X\t' &&
 
2473
+            echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
2474
+            test "X$echo_testing_string" = "X$echo_test_string"; then
 
2475
+         ECHO="$CONFIG_SHELL [$]0 --fallback-echo"
 
2476
+        else
 
2477
+         # maybe with a smaller string...
 
2478
+         prev=:
 
2479
 
 
2480
-# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
 
2481
-# ------------------------------------------------
 
2482
-m4_define([lt_decl_all_varnames],
 
2483
-[_$0(m4_quote(m4_default([$1], [[, ]])),
 
2484
-     m4_if([$2], [],
 
2485
-          m4_quote(lt_decl_varnames),
 
2486
-       m4_quote(m4_shift($@))))[]dnl
 
2487
-])
 
2488
-m4_define([_lt_decl_all_varnames],
 
2489
-[lt_join($@, lt_decl_varnames_tagged([$1],
 
2490
-                       lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl
 
2491
-])
 
2492
+         for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
 
2493
+           if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
 
2494
+           then
 
2495
+             break
 
2496
+           fi
 
2497
+           prev="$cmd"
 
2498
+         done
 
2499
 
 
2500
+         if test "$prev" != 'sed 50q "[$]0"'; then
 
2501
+           echo_test_string=`eval $prev`
 
2502
+           export echo_test_string
 
2503
+           exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
 
2504
+         else
 
2505
+           # Oops.  We lost completely, so just stick with echo.
 
2506
+           ECHO=echo
 
2507
+         fi
 
2508
+        fi
 
2509
+      fi
 
2510
+    fi
 
2511
+  fi
 
2512
+fi
 
2513
 
 
2514
-# _LT_CONFIG_STATUS_DECLARE([VARNAME])
 
2515
-# ------------------------------------
 
2516
-# Quote a variable value, and forward it to `config.status' so that its
 
2517
-# declaration there will have the same value as in `configure'.  VARNAME
 
2518
-# must have a single quote delimited value for this to work.
 
2519
-m4_define([_LT_CONFIG_STATUS_DECLARE],
 
2520
-[$1='`$ECHO "X$][$1" | $Xsed -e "$delay_single_quote_subst"`'])
 
2521
-
 
2522
-
 
2523
-# _LT_CONFIG_STATUS_DECLARATIONS
 
2524
-# ------------------------------
 
2525
-# We delimit libtool config variables with single quotes, so when
 
2526
-# we write them to config.status, we have to be sure to quote all
 
2527
-# embedded single quotes properly.  In configure, this macro expands
 
2528
-# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
 
2529
-#
 
2530
-#    <var>='`$ECHO "X$<var>" | $Xsed -e "$delay_single_quote_subst"`'
 
2531
-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
 
2532
-[m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames),
 
2533
-    [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])])
 
2534
-
 
2535
-
 
2536
-# _LT_LIBTOOL_TAGS
 
2537
-# ----------------
 
2538
-# Output comment and list of tags supported by the script
 
2539
-m4_defun([_LT_LIBTOOL_TAGS],
 
2540
-[_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl
 
2541
-available_tags="_LT_TAGS"dnl
 
2542
-])
 
2543
-
 
2544
+# Copy echo and quote the copy suitably for passing to libtool from
 
2545
+# the Makefile, instead of quoting the original, which is used later.
 
2546
+lt_ECHO=$ECHO
 
2547
+if test "X$lt_ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
 
2548
+   lt_ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
 
2549
+fi
 
2550
 
 
2551
-# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
 
2552
-# -----------------------------------
 
2553
-# Extract the dictionary values for VARNAME (optionally with TAG) and
 
2554
-# expand to a commented shell variable setting:
 
2555
-#
 
2556
-#    # Some comment about what VAR is for.
 
2557
-#    visible_name=$lt_internal_name
 
2558
-m4_define([_LT_LIBTOOL_DECLARE],
 
2559
-[_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1],
 
2560
-                                          [description])))[]dnl
 
2561
-m4_pushdef([_libtool_name],
 
2562
-    m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl
 
2563
-m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])),
 
2564
-    [0], [_libtool_name=[$]$1],
 
2565
-    [1], [_libtool_name=$lt_[]$1],
 
2566
-    [2], [_libtool_name=$lt_[]$1],
 
2567
-    [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl
 
2568
-m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl
 
2569
+AC_SUBST(lt_ECHO)
 
2570
 ])
 
2571
+_LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts])
 
2572
+_LT_DECL([], [ECHO], [1],
 
2573
+    [An echo program that does not interpret backslashes])
 
2574
+])# _LT_PROG_ECHO_BACKSLASH
 
2575
 
 
2576
 
 
2577
-# _LT_LIBTOOL_CONFIG_VARS
 
2578
-# -----------------------
 
2579
-# Produce commented declarations of non-tagged libtool config variables
 
2580
-# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
 
2581
-# script.  Tagged libtool config variables (even for the LIBTOOL CONFIG
 
2582
-# section) are produced by _LT_LIBTOOL_TAG_VARS.
 
2583
-m4_defun([_LT_LIBTOOL_CONFIG_VARS],
 
2584
-[m4_foreach([_lt_var],
 
2585
-    m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)),
 
2586
-    [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])])
 
2587
+# _LT_ENABLE_LOCK
 
2588
+# ---------------
 
2589
+m4_defun([_LT_ENABLE_LOCK],
 
2590
+[AC_ARG_ENABLE([libtool-lock],
 
2591
+  [AS_HELP_STRING([--disable-libtool-lock],
 
2592
+    [avoid locking (might break parallel builds)])])
 
2593
+test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
 
2594
 
 
2595
+# Some flags need to be propagated to the compiler or linker for good
 
2596
+# libtool support.
 
2597
+case $host in
 
2598
+ia64-*-hpux*)
 
2599
+  # Find out which ABI we are using.
 
2600
+  echo 'int i;' > conftest.$ac_ext
 
2601
+  if AC_TRY_EVAL(ac_compile); then
 
2602
+    case `/usr/bin/file conftest.$ac_objext` in
 
2603
+      *ELF-32*)
 
2604
+       HPUX_IA64_MODE="32"
 
2605
+       ;;
 
2606
+      *ELF-64*)
 
2607
+       HPUX_IA64_MODE="64"
 
2608
+       ;;
 
2609
+    esac
 
2610
+  fi
 
2611
+  rm -rf conftest*
 
2612
+  ;;
 
2613
+*-*-irix6*)
 
2614
+  # Find out which ABI we are using.
 
2615
+  echo '[#]line __oline__ "configure"' > conftest.$ac_ext
 
2616
+  if AC_TRY_EVAL(ac_compile); then
 
2617
+    if test "$lt_cv_prog_gnu_ld" = yes; then
 
2618
+      case `/usr/bin/file conftest.$ac_objext` in
 
2619
+       *32-bit*)
 
2620
+         LD="${LD-ld} -melf32bsmip"
 
2621
+         ;;
 
2622
+       *N32*)
 
2623
+         LD="${LD-ld} -melf32bmipn32"
 
2624
+         ;;
 
2625
+       *64-bit*)
 
2626
+         LD="${LD-ld} -melf64bmip"
 
2627
+       ;;
 
2628
+      esac
 
2629
+    else
 
2630
+      case `/usr/bin/file conftest.$ac_objext` in
 
2631
+       *32-bit*)
 
2632
+         LD="${LD-ld} -32"
 
2633
+         ;;
 
2634
+       *N32*)
 
2635
+         LD="${LD-ld} -n32"
 
2636
+         ;;
 
2637
+       *64-bit*)
 
2638
+         LD="${LD-ld} -64"
 
2639
+         ;;
 
2640
+      esac
 
2641
+    fi
 
2642
+  fi
 
2643
+  rm -rf conftest*
 
2644
+  ;;
 
2645
 
 
2646
-# _LT_LIBTOOL_TAG_VARS(TAG)
 
2647
-# -------------------------
 
2648
-m4_define([_LT_LIBTOOL_TAG_VARS],
 
2649
-[m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames),
 
2650
-    [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])])
 
2651
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
 
2652
+s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
 
2653
+  # Find out which ABI we are using.
 
2654
+  echo 'int i;' > conftest.$ac_ext
 
2655
+  if AC_TRY_EVAL(ac_compile); then
 
2656
+    case `/usr/bin/file conftest.o` in
 
2657
+      *32-bit*)
 
2658
+       case $host in
 
2659
+         x86_64-*kfreebsd*-gnu)
 
2660
+           LD="${LD-ld} -m elf_i386_fbsd"
 
2661
+           ;;
 
2662
+         x86_64-*linux*)
 
2663
+           LD="${LD-ld} -m elf_i386"
 
2664
+           ;;
 
2665
+         ppc64-*linux*|powerpc64-*linux*)
 
2666
+           LD="${LD-ld} -m elf32ppclinux"
 
2667
+           ;;
 
2668
+         s390x-*linux*)
 
2669
+           LD="${LD-ld} -m elf_s390"
 
2670
+           ;;
 
2671
+         sparc64-*linux*)
 
2672
+           LD="${LD-ld} -m elf32_sparc"
 
2673
+           ;;
 
2674
+       esac
 
2675
+       ;;
 
2676
+      *64-bit*)
 
2677
+       case $host in
 
2678
+         x86_64-*kfreebsd*-gnu)
 
2679
+           LD="${LD-ld} -m elf_x86_64_fbsd"
 
2680
+           ;;
 
2681
+         x86_64-*linux*)
 
2682
+           LD="${LD-ld} -m elf_x86_64"
 
2683
+           ;;
 
2684
+         ppc*-*linux*|powerpc*-*linux*)
 
2685
+           LD="${LD-ld} -m elf64ppc"
 
2686
+           ;;
 
2687
+         s390*-*linux*|s390*-*tpf*)
 
2688
+           LD="${LD-ld} -m elf64_s390"
 
2689
+           ;;
 
2690
+         sparc*-*linux*)
 
2691
+           LD="${LD-ld} -m elf64_sparc"
 
2692
+           ;;
 
2693
+       esac
 
2694
+       ;;
 
2695
+    esac
 
2696
+  fi
 
2697
+  rm -rf conftest*
 
2698
+  ;;
 
2699
 
 
2700
+*-*-sco3.2v5*)
 
2701
+  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
 
2702
+  SAVE_CFLAGS="$CFLAGS"
 
2703
+  CFLAGS="$CFLAGS -belf"
 
2704
+  AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
 
2705
+    [AC_LANG_PUSH(C)
 
2706
+     AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
 
2707
+     AC_LANG_POP])
 
2708
+  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
 
2709
+    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
 
2710
+    CFLAGS="$SAVE_CFLAGS"
 
2711
+  fi
 
2712
+  ;;
 
2713
+sparc*-*solaris*)
 
2714
+  # Find out which ABI we are using.
 
2715
+  echo 'int i;' > conftest.$ac_ext
 
2716
+  if AC_TRY_EVAL(ac_compile); then
 
2717
+    case `/usr/bin/file conftest.o` in
 
2718
+    *64-bit*)
 
2719
+      case $lt_cv_prog_gnu_ld in
 
2720
+      yes*) LD="${LD-ld} -m elf64_sparc" ;;
 
2721
+      *)
 
2722
+       if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
 
2723
+         LD="${LD-ld} -64"
 
2724
+       fi
 
2725
+       ;;
 
2726
+      esac
 
2727
+      ;;
 
2728
+    esac
 
2729
+  fi
 
2730
+  rm -rf conftest*
 
2731
+  ;;
 
2732
+esac
 
2733
 
 
2734
-# _LT_TAGVAR(VARNAME, [TAGNAME])
 
2735
-# ------------------------------
 
2736
-m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])])
 
2737
+need_locks="$enable_libtool_lock"
 
2738
+])# _LT_ENABLE_LOCK
 
2739
 
 
2740
 
 
2741
-# _LT_CONFIG_COMMANDS
 
2742
+# _LT_CMD_OLD_ARCHIVE
 
2743
 # -------------------
 
2744
-# Send accumulated output to $CONFIG_STATUS.  Thanks to the lists of
 
2745
-# variables for single and double quote escaping we saved from calls
 
2746
-# to _LT_DECL, we can put quote escaped variables declarations
 
2747
-# into `config.status', and then the shell code to quote escape them in
 
2748
-# for loops in `config.status'.  Finally, any additional code accumulated
 
2749
-# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
 
2750
-m4_defun([_LT_CONFIG_COMMANDS],
 
2751
-[AC_PROVIDE_IFELSE([LT_OUTPUT],
 
2752
-       dnl If the libtool generation code has been placed in $CONFIG_LT,
 
2753
-       dnl instead of duplicating it all over again into config.status,
 
2754
-       dnl then we will have config.status run $CONFIG_LT later, so it
 
2755
-       dnl needs to know what name is stored there:
 
2756
-        [AC_CONFIG_COMMANDS([libtool],
 
2757
-            [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])],
 
2758
-    dnl If the libtool generation code is destined for config.status,
 
2759
-    dnl expand the accumulated commands and init code now:
 
2760
-    [AC_CONFIG_COMMANDS([libtool],
 
2761
-        [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])])
 
2762
-])#_LT_CONFIG_COMMANDS
 
2763
-
 
2764
+m4_defun([_LT_CMD_OLD_ARCHIVE],
 
2765
+[AC_CHECK_TOOL(AR, ar, false)
 
2766
+test -z "$AR" && AR=ar
 
2767
+test -z "$AR_FLAGS" && AR_FLAGS=cru
 
2768
+_LT_DECL([], [AR], [1], [The archiver])
 
2769
+_LT_DECL([], [AR_FLAGS], [1])
 
2770
 
 
2771
-# Initialize.
 
2772
-m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT],
 
2773
-[
 
2774
+AC_CHECK_TOOL(STRIP, strip, :)
 
2775
+test -z "$STRIP" && STRIP=:
 
2776
+_LT_DECL([], [STRIP], [1], [A symbol stripping program])
 
2777
 
 
2778
-# The HP-UX ksh and POSIX shell print the target directory to stdout
 
2779
-# if CDPATH is set.
 
2780
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
2781
+AC_CHECK_TOOL(RANLIB, ranlib, :)
 
2782
+test -z "$RANLIB" && RANLIB=:
 
2783
+_LT_DECL([], [RANLIB], [1],
 
2784
+    [Commands used to install an old-style archive])
 
2785
 
 
2786
-sed_quote_subst='$sed_quote_subst'
 
2787
-double_quote_subst='$double_quote_subst'
 
2788
-delay_variable_subst='$delay_variable_subst'
 
2789
-_LT_CONFIG_STATUS_DECLARATIONS
 
2790
-LTCC='$LTCC'
 
2791
-LTCFLAGS='$LTCFLAGS'
 
2792
-compiler='$compiler_DEFAULT'
 
2793
-
 
2794
-# Quote evaled strings.
 
2795
-for var in lt_decl_all_varnames([[ \
 
2796
-]], lt_decl_quote_varnames); do
 
2797
-    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
 
2798
-    *[[\\\\\\\`\\"\\\$]]*)
 
2799
-      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
 
2800
-      ;;
 
2801
-    *)
 
2802
-      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
 
2803
-      ;;
 
2804
-    esac
 
2805
-done
 
2806
+# Determine commands to create old-style static archives.
 
2807
+old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
 
2808
+old_postinstall_cmds='chmod 644 $oldlib'
 
2809
+old_postuninstall_cmds=
 
2810
 
 
2811
-# Double-quote double-evaled strings.
 
2812
-for var in lt_decl_all_varnames([[ \
 
2813
-]], lt_decl_dquote_varnames); do
 
2814
-    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
 
2815
-    *[[\\\\\\\`\\"\\\$]]*)
 
2816
-      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
 
2817
-      ;;
 
2818
-    *)
 
2819
-      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
 
2820
-      ;;
 
2821
-    esac
 
2822
-done
 
2823
+if test -n "$RANLIB"; then
 
2824
+  case $host_os in
 
2825
+  openbsd*)
 
2826
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
 
2827
+    ;;
 
2828
+  *)
 
2829
+    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
 
2830
+    ;;
 
2831
+  esac
 
2832
+  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
 
2833
+fi
 
2834
+_LT_DECL([], [old_postinstall_cmds], [2])
 
2835
+_LT_DECL([], [old_postuninstall_cmds], [2])
 
2836
+_LT_TAGDECL([], [old_archive_cmds], [2],
 
2837
+    [Commands used to build an old-style archive])
 
2838
+])# _LT_CMD_OLD_ARCHIVE
 
2839
 
 
2840
-# Fix-up fallback echo if it was mangled by the above quoting rules.
 
2841
-case \$lt_ECHO in
 
2842
-*'\\\[$]0 --fallback-echo"')dnl "
 
2843
-  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\[$]0 --fallback-echo"\[$]/\[$]0 --fallback-echo"/'\`
 
2844
-  ;;
 
2845
-esac
 
2846
 
 
2847
-_LT_OUTPUT_LIBTOOL_INIT
 
2848
+# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
 
2849
+#              [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
 
2850
+# ----------------------------------------------------------------
 
2851
+# Check whether the given compiler option works
 
2852
+AC_DEFUN([_LT_COMPILER_OPTION],
 
2853
+[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
2854
+m4_require([_LT_DECL_SED])dnl
 
2855
+AC_CACHE_CHECK([$1], [$2],
 
2856
+  [$2=no
 
2857
+   m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
 
2858
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
2859
+   lt_compiler_flag="$3"
 
2860
+   # Insert the option either (1) after the last *FLAGS variable, or
 
2861
+   # (2) before a word containing "conftest.", or (3) at the end.
 
2862
+   # Note that $ac_compile itself does not contain backslashes and begins
 
2863
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
2864
+   # The option is referenced via a variable to avoid confusing sed.
 
2865
+   lt_compile=`echo "$ac_compile" | $SED \
 
2866
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
2867
+   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
 
2868
+   -e 's:$: $lt_compiler_flag:'`
 
2869
+   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
 
2870
+   (eval "$lt_compile" 2>conftest.err)
 
2871
+   ac_status=$?
 
2872
+   cat conftest.err >&AS_MESSAGE_LOG_FD
 
2873
+   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
2874
+   if (exit $ac_status) && test -s "$ac_outfile"; then
 
2875
+     # The compiler can only warn and ignore the option if not recognized
 
2876
+     # So say no if there are warnings other than the usual output.
 
2877
+     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
2878
+     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
2879
+     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
 
2880
+       $2=yes
 
2881
+     fi
 
2882
+   fi
 
2883
+   $RM conftest*
 
2884
 ])
 
2885
 
 
2886
+if test x"[$]$2" = xyes; then
 
2887
+    m4_if([$5], , :, [$5])
 
2888
+else
 
2889
+    m4_if([$6], , :, [$6])
 
2890
+fi
 
2891
+])# _LT_COMPILER_OPTION
 
2892
 
 
2893
-# LT_OUTPUT
 
2894
-# ---------
 
2895
-# This macro allows early generation of the libtool script (before
 
2896
-# AC_OUTPUT is called), incase it is used in configure for compilation
 
2897
-# tests.
 
2898
-AC_DEFUN([LT_OUTPUT],
 
2899
-[: ${CONFIG_LT=./config.lt}
 
2900
-AC_MSG_NOTICE([creating $CONFIG_LT])
 
2901
-cat >"$CONFIG_LT" <<_LTEOF
 
2902
-#! $SHELL
 
2903
-# Generated by $as_me.
 
2904
-# Run this file to recreate a libtool stub with the current configuration.
 
2905
-
 
2906
-lt_cl_silent=false
 
2907
-SHELL=\${CONFIG_SHELL-$SHELL}
 
2908
-_LTEOF
 
2909
+# Old name:
 
2910
+AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION])
 
2911
+dnl aclocal-1.4 backwards compatibility:
 
2912
+dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [])
 
2913
 
 
2914
-cat >>"$CONFIG_LT" <<\_LTEOF
 
2915
-AS_SHELL_SANITIZE
 
2916
-_AS_PREPARE
 
2917
 
 
2918
-exec AS_MESSAGE_FD>&1
 
2919
-exec AS_MESSAGE_LOG_FD>>config.log
 
2920
-{
 
2921
-  echo
 
2922
-  AS_BOX([Running $as_me.])
 
2923
-} >&AS_MESSAGE_LOG_FD
 
2924
+# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
 
2925
+#                  [ACTION-SUCCESS], [ACTION-FAILURE])
 
2926
+# ----------------------------------------------------
 
2927
+# Check whether the given linker option works
 
2928
+AC_DEFUN([_LT_LINKER_OPTION],
 
2929
+[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
2930
+m4_require([_LT_DECL_SED])dnl
 
2931
+AC_CACHE_CHECK([$1], [$2],
 
2932
+  [$2=no
 
2933
+   save_LDFLAGS="$LDFLAGS"
 
2934
+   LDFLAGS="$LDFLAGS $3"
 
2935
+   echo "$lt_simple_link_test_code" > conftest.$ac_ext
 
2936
+   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
 
2937
+     # The linker can only warn and ignore the option if not recognized
 
2938
+     # So say no if there are warnings
 
2939
+     if test -s conftest.err; then
 
2940
+       # Append any errors to the config.log.
 
2941
+       cat conftest.err 1>&AS_MESSAGE_LOG_FD
 
2942
+       $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
 
2943
+       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
2944
+       if diff conftest.exp conftest.er2 >/dev/null; then
 
2945
+         $2=yes
 
2946
+       fi
 
2947
+     else
 
2948
+       $2=yes
 
2949
+     fi
 
2950
+   fi
 
2951
+   $RM -r conftest*
 
2952
+   LDFLAGS="$save_LDFLAGS"
 
2953
+])
 
2954
 
 
2955
-lt_cl_help="\
 
2956
-\`$as_me' creates a local libtool stub from the current configuration,
 
2957
-for use in further configure time tests before the real libtool is
 
2958
-generated.
 
2959
+if test x"[$]$2" = xyes; then
 
2960
+    m4_if([$4], , :, [$4])
 
2961
+else
 
2962
+    m4_if([$5], , :, [$5])
 
2963
+fi
 
2964
+])# _LT_LINKER_OPTION
 
2965
 
 
2966
-Usage: $[0] [[OPTIONS]]
 
2967
+# Old name:
 
2968
+AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION])
 
2969
+dnl aclocal-1.4 backwards compatibility:
 
2970
+dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [])
 
2971
 
 
2972
-  -h, --help      print this help, then exit
 
2973
-  -V, --version   print version number, then exit
 
2974
-  -q, --quiet     do not print progress messages
 
2975
-  -d, --debug     don't remove temporary files
 
2976
 
 
2977
-Report bugs to <bug-libtool@gnu.org>."
 
2978
+# LT_CMD_MAX_LEN
 
2979
+#---------------
 
2980
+AC_DEFUN([LT_CMD_MAX_LEN],
 
2981
+[AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
2982
+# find the maximum length of command line arguments
 
2983
+AC_MSG_CHECKING([the maximum length of command line arguments])
 
2984
+AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
 
2985
+  i=0
 
2986
+  teststring="ABCD"
 
2987
 
 
2988
-lt_cl_version="\
 
2989
-m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
 
2990
-m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
 
2991
-configured by $[0], generated by m4_PACKAGE_STRING.
 
2992
+  case $build_os in
 
2993
+  msdosdjgpp*)
 
2994
+    # On DJGPP, this test can blow up pretty badly due to problems in libc
 
2995
+    # (any single argument exceeding 2000 bytes causes a buffer overrun
 
2996
+    # during glob expansion).  Even if it were fixed, the result of this
 
2997
+    # check would be larger than it should be.
 
2998
+    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
 
2999
+    ;;
 
3000
 
 
3001
-Copyright (C) 2008 Free Software Foundation, Inc.
 
3002
-This config.lt script is free software; the Free Software Foundation
 
3003
-gives unlimited permision to copy, distribute and modify it."
 
3004
+  gnu*)
 
3005
+    # Under GNU Hurd, this test is not required because there is
 
3006
+    # no limit to the length of command line arguments.
 
3007
+    # Libtool will interpret -1 as no limit whatsoever
 
3008
+    lt_cv_sys_max_cmd_len=-1;
 
3009
+    ;;
 
3010
 
 
3011
-while test $[#] != 0
 
3012
-do
 
3013
-  case $[1] in
 
3014
-    --version | --v* | -V )
 
3015
-      echo "$lt_cl_version"; exit 0 ;;
 
3016
-    --help | --h* | -h )
 
3017
-      echo "$lt_cl_help"; exit 0 ;;
 
3018
-    --debug | --d* | -d )
 
3019
-      debug=: ;;
 
3020
-    --quiet | --q* | --silent | --s* | -q )
 
3021
-      lt_cl_silent=: ;;
 
3022
+  cygwin* | mingw* | cegcc*)
 
3023
+    # On Win9x/ME, this test blows up -- it succeeds, but takes
 
3024
+    # about 5 minutes as the teststring grows exponentially.
 
3025
+    # Worse, since 9x/ME are not pre-emptively multitasking,
 
3026
+    # you end up with a "frozen" computer, even though with patience
 
3027
+    # the test eventually succeeds (with a max line length of 256k).
 
3028
+    # Instead, let's just punt: use the minimum linelength reported by
 
3029
+    # all of the supported platforms: 8192 (on NT/2K/XP).
 
3030
+    lt_cv_sys_max_cmd_len=8192;
 
3031
+    ;;
 
3032
 
 
3033
-    -*) AC_MSG_ERROR([unrecognized option: $[1]
 
3034
-Try \`$[0] --help' for more information.]) ;;
 
3035
+  amigaos*)
 
3036
+    # On AmigaOS with pdksh, this test takes hours, literally.
 
3037
+    # So we just punt and use a minimum line length of 8192.
 
3038
+    lt_cv_sys_max_cmd_len=8192;
 
3039
+    ;;
 
3040
 
 
3041
-    *) AC_MSG_ERROR([unrecognized argument: $[1]
 
3042
-Try \`$[0] --help' for more information.]) ;;
 
3043
-  esac
 
3044
-  shift
 
3045
-done
 
3046
+  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
 
3047
+    # This has been around since 386BSD, at least.  Likely further.
 
3048
+    if test -x /sbin/sysctl; then
 
3049
+      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
 
3050
+    elif test -x /usr/sbin/sysctl; then
 
3051
+      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
 
3052
+    else
 
3053
+      lt_cv_sys_max_cmd_len=65536      # usable default for all BSDs
 
3054
+    fi
 
3055
+    # And add a safety zone
 
3056
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
 
3057
+    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
 
3058
+    ;;
 
3059
 
 
3060
-if $lt_cl_silent; then
 
3061
-  exec AS_MESSAGE_FD>/dev/null
 
3062
+  interix*)
 
3063
+    # We know the value 262144 and hardcode it with a safety zone (like BSD)
 
3064
+    lt_cv_sys_max_cmd_len=196608
 
3065
+    ;;
 
3066
+
 
3067
+  osf*)
 
3068
+    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
 
3069
+    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
 
3070
+    # nice to cause kernel panics so lets avoid the loop below.
 
3071
+    # First set a reasonable default.
 
3072
+    lt_cv_sys_max_cmd_len=16384
 
3073
+    #
 
3074
+    if test -x /sbin/sysconfig; then
 
3075
+      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
 
3076
+        *1*) lt_cv_sys_max_cmd_len=-1 ;;
 
3077
+      esac
 
3078
+    fi
 
3079
+    ;;
 
3080
+  sco3.2v5*)
 
3081
+    lt_cv_sys_max_cmd_len=102400
 
3082
+    ;;
 
3083
+  sysv5* | sco5v6* | sysv4.2uw2*)
 
3084
+    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
 
3085
+    if test -n "$kargmax"; then
 
3086
+      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[        ]]//'`
 
3087
+    else
 
3088
+      lt_cv_sys_max_cmd_len=32768
 
3089
+    fi
 
3090
+    ;;
 
3091
+  *)
 
3092
+    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
 
3093
+    if test -n "$lt_cv_sys_max_cmd_len"; then
 
3094
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
 
3095
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
 
3096
+    else
 
3097
+      # Make teststring a little bigger before we do anything with it.
 
3098
+      # a 1K string should be a reasonable start.
 
3099
+      for i in 1 2 3 4 5 6 7 8 ; do
 
3100
+        teststring=$teststring$teststring
 
3101
+      done
 
3102
+      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
 
3103
+      # If test is not a shell built-in, we'll probably end up computing a
 
3104
+      # maximum length that is only half of the actual maximum length, but
 
3105
+      # we can't tell.
 
3106
+      while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
 
3107
+                = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
 
3108
+             test $i != 17 # 1/2 MB should be enough
 
3109
+      do
 
3110
+        i=`expr $i + 1`
 
3111
+        teststring=$teststring$teststring
 
3112
+      done
 
3113
+      # Only check the string length outside the loop.
 
3114
+      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
 
3115
+      teststring=
 
3116
+      # Add a significant safety factor because C++ compilers can tack on
 
3117
+      # massive amounts of additional arguments before passing them to the
 
3118
+      # linker.  It appears as though 1/2 is a usable value.
 
3119
+      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
 
3120
+    fi
 
3121
+    ;;
 
3122
+  esac
 
3123
+])
 
3124
+if test -n $lt_cv_sys_max_cmd_len ; then
 
3125
+  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
 
3126
+else
 
3127
+  AC_MSG_RESULT(none)
 
3128
 fi
 
3129
-_LTEOF
 
3130
+max_cmd_len=$lt_cv_sys_max_cmd_len
 
3131
+_LT_DECL([], [max_cmd_len], [0],
 
3132
+    [What is the maximum length of a command?])
 
3133
+])# LT_CMD_MAX_LEN
 
3134
 
 
3135
-cat >>"$CONFIG_LT" <<_LTEOF
 
3136
-_LT_OUTPUT_LIBTOOL_COMMANDS_INIT
 
3137
-_LTEOF
 
3138
+# Old name:
 
3139
+AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN])
 
3140
+dnl aclocal-1.4 backwards compatibility:
 
3141
+dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [])
 
3142
 
 
3143
-cat >>"$CONFIG_LT" <<\_LTEOF
 
3144
-AC_MSG_NOTICE([creating $ofile])
 
3145
-_LT_OUTPUT_LIBTOOL_COMMANDS
 
3146
-AS_EXIT(0)
 
3147
-_LTEOF
 
3148
-chmod +x "$CONFIG_LT"
 
3149
 
 
3150
-# configure is writing to config.log, but config.lt does its own redirection,
 
3151
-# appending to config.log, which fails on DOS, as config.log is still kept
 
3152
-# open by configure.  Here we exec the FD to /dev/null, effectively closing
 
3153
-# config.log, so it can be properly (re)opened and appended to by config.lt.
 
3154
-if test "$no_create" != yes; then
 
3155
-  lt_cl_success=:
 
3156
-  test "$silent" = yes &&
 
3157
-    lt_config_lt_args="$lt_config_lt_args --quiet"
 
3158
-  exec AS_MESSAGE_LOG_FD>/dev/null
 
3159
-  $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
 
3160
-  exec AS_MESSAGE_LOG_FD>>config.log
 
3161
-  $lt_cl_success || AS_EXIT(1)
 
3162
-fi
 
3163
-])# LT_OUTPUT
 
3164
+# _LT_HEADER_DLFCN
 
3165
+# ----------------
 
3166
+m4_defun([_LT_HEADER_DLFCN],
 
3167
+[AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl
 
3168
+])# _LT_HEADER_DLFCN
 
3169
 
 
3170
 
 
3171
-# _LT_CONFIG(TAG)
 
3172
-# ---------------
 
3173
-# If TAG is the built-in tag, create an initial libtool script with a
 
3174
-# default configuration from the untagged config vars.  Otherwise add code
 
3175
-# to config.status for appending the configuration named by TAG from the
 
3176
-# matching tagged config vars.
 
3177
-m4_defun([_LT_CONFIG],
 
3178
-[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
3179
-_LT_CONFIG_SAVE_COMMANDS([
 
3180
-  m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl
 
3181
-  m4_if(_LT_TAG, [C], [
 
3182
-    # See if we are running on zsh, and set the options which allow our
 
3183
-    # commands through without removal of \ escapes.
 
3184
-    if test -n "${ZSH_VERSION+set}" ; then
 
3185
-      setopt NO_GLOB_SUBST
 
3186
-    fi
 
3187
+# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
 
3188
+#                      ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
 
3189
+# ----------------------------------------------------------------
 
3190
+m4_defun([_LT_TRY_DLOPEN_SELF],
 
3191
+[m4_require([_LT_HEADER_DLFCN])dnl
 
3192
+if test "$cross_compiling" = yes; then :
 
3193
+  [$4]
 
3194
+else
 
3195
+  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
3196
+  lt_status=$lt_dlunknown
 
3197
+  cat > conftest.$ac_ext <<_LT_EOF
 
3198
+[#line __oline__ "configure"
 
3199
+#include "confdefs.h"
 
3200
 
 
3201
-    cfgfile="${ofile}T"
 
3202
-    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
 
3203
-    $RM "$cfgfile"
 
3204
+#if HAVE_DLFCN_H
 
3205
+#include <dlfcn.h>
 
3206
+#endif
 
3207
 
 
3208
-    cat <<_LT_EOF >> "$cfgfile"
 
3209
-#! $SHELL
 
3210
+#include <stdio.h>
 
3211
 
 
3212
-# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
 
3213
-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
 
3214
-# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
 
3215
-# NOTE: Changes made to this file will be lost: look at ltmain.sh.
 
3216
-#
 
3217
-_LT_COPYING
 
3218
-_LT_LIBTOOL_TAGS
 
3219
+#ifdef RTLD_GLOBAL
 
3220
+#  define LT_DLGLOBAL          RTLD_GLOBAL
 
3221
+#else
 
3222
+#  ifdef DL_GLOBAL
 
3223
+#    define LT_DLGLOBAL                DL_GLOBAL
 
3224
+#  else
 
3225
+#    define LT_DLGLOBAL                0
 
3226
+#  endif
 
3227
+#endif
 
3228
 
 
3229
-# ### BEGIN LIBTOOL CONFIG
 
3230
-_LT_LIBTOOL_CONFIG_VARS
 
3231
-_LT_LIBTOOL_TAG_VARS
 
3232
-# ### END LIBTOOL CONFIG
 
3233
+/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
 
3234
+   find out it does not work in some platform. */
 
3235
+#ifndef LT_DLLAZY_OR_NOW
 
3236
+#  ifdef RTLD_LAZY
 
3237
+#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
 
3238
+#  else
 
3239
+#    ifdef DL_LAZY
 
3240
+#      define LT_DLLAZY_OR_NOW         DL_LAZY
 
3241
+#    else
 
3242
+#      ifdef RTLD_NOW
 
3243
+#        define LT_DLLAZY_OR_NOW       RTLD_NOW
 
3244
+#      else
 
3245
+#        ifdef DL_NOW
 
3246
+#          define LT_DLLAZY_OR_NOW     DL_NOW
 
3247
+#        else
 
3248
+#          define LT_DLLAZY_OR_NOW     0
 
3249
+#        endif
 
3250
+#      endif
 
3251
+#    endif
 
3252
+#  endif
 
3253
+#endif
 
3254
 
 
3255
-_LT_EOF
 
3256
+void fnord() { int i=42;}
 
3257
+int main ()
 
3258
+{
 
3259
+  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
 
3260
+  int status = $lt_dlunknown;
 
3261
 
 
3262
-  case $host_os in
 
3263
-  aix3*)
 
3264
-    cat <<\_LT_EOF >> "$cfgfile"
 
3265
-# AIX sometimes has problems with the GCC collect2 program.  For some
 
3266
-# reason, if we set the COLLECT_NAMES environment variable, the problems
 
3267
-# vanish in a puff of smoke.
 
3268
-if test "X${COLLECT_NAMES+set}" != Xset; then
 
3269
-  COLLECT_NAMES=
 
3270
-  export COLLECT_NAMES
 
3271
-fi
 
3272
-_LT_EOF
 
3273
-    ;;
 
3274
-  esac
 
3275
+  if (self)
 
3276
+    {
 
3277
+      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
 
3278
+      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
 
3279
+      /* dlclose (self); */
 
3280
+    }
 
3281
+  else
 
3282
+    puts (dlerror ());
 
3283
 
 
3284
-  _LT_PROG_LTMAIN
 
3285
+  return status;
 
3286
+}]
 
3287
+_LT_EOF
 
3288
+  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
 
3289
+    (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
 
3290
+    lt_status=$?
 
3291
+    case x$lt_status in
 
3292
+      x$lt_dlno_uscore) $1 ;;
 
3293
+      x$lt_dlneed_uscore) $2 ;;
 
3294
+      x$lt_dlunknown|x*) $3 ;;
 
3295
+    esac
 
3296
+  else :
 
3297
+    # compilation failed
 
3298
+    $3
 
3299
+  fi
 
3300
+fi
 
3301
+rm -fr conftest*
 
3302
+])# _LT_TRY_DLOPEN_SELF
 
3303
 
 
3304
-  # We use sed instead of cat because bash on DJGPP gets confused if
 
3305
-  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
 
3306
-  # text mode, it properly converts lines to CR/LF.  This bash problem
 
3307
-  # is reportedly fixed, but why not run on old versions too?
 
3308
-  sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
 
3309
-    || (rm -f "$cfgfile"; exit 1)
 
3310
 
 
3311
-  _LT_PROG_XSI_SHELLFNS
 
3312
+# LT_SYS_DLOPEN_SELF
 
3313
+# ------------------
 
3314
+AC_DEFUN([LT_SYS_DLOPEN_SELF],
 
3315
+[m4_require([_LT_HEADER_DLFCN])dnl
 
3316
+if test "x$enable_dlopen" != xyes; then
 
3317
+  enable_dlopen=unknown
 
3318
+  enable_dlopen_self=unknown
 
3319
+  enable_dlopen_self_static=unknown
 
3320
+else
 
3321
+  lt_cv_dlopen=no
 
3322
+  lt_cv_dlopen_libs=
 
3323
 
 
3324
-  sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
 
3325
-    || (rm -f "$cfgfile"; exit 1)
 
3326
+  case $host_os in
 
3327
+  beos*)
 
3328
+    lt_cv_dlopen="load_add_on"
 
3329
+    lt_cv_dlopen_libs=
 
3330
+    lt_cv_dlopen_self=yes
 
3331
+    ;;
 
3332
 
 
3333
-  mv -f "$cfgfile" "$ofile" ||
 
3334
-    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
 
3335
-  chmod +x "$ofile"
 
3336
-],
 
3337
-[cat <<_LT_EOF >> "$ofile"
 
3338
-
 
3339
-dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded
 
3340
-dnl in a comment (ie after a #).
 
3341
-# ### BEGIN LIBTOOL TAG CONFIG: $1
 
3342
-_LT_LIBTOOL_TAG_VARS(_LT_TAG)
 
3343
-# ### END LIBTOOL TAG CONFIG: $1
 
3344
-_LT_EOF
 
3345
-])dnl /m4_if
 
3346
-],
 
3347
-[m4_if([$1], [], [
 
3348
-    PACKAGE='$PACKAGE'
 
3349
-    VERSION='$VERSION'
 
3350
-    TIMESTAMP='$TIMESTAMP'
 
3351
-    RM='$RM'
 
3352
-    ofile='$ofile'], [])
 
3353
-])dnl /_LT_CONFIG_SAVE_COMMANDS
 
3354
-])# _LT_CONFIG
 
3355
-
 
3356
-
 
3357
-# LT_SUPPORTED_TAG(TAG)
 
3358
-# ---------------------
 
3359
-# Trace this macro to discover what tags are supported by the libtool
 
3360
-# --tag option, using:
 
3361
-#    autoconf --trace 'LT_SUPPORTED_TAG:$1'
 
3362
-AC_DEFUN([LT_SUPPORTED_TAG], [])
 
3363
+  mingw* | pw32* | cegcc*)
 
3364
+    lt_cv_dlopen="LoadLibrary"
 
3365
+    lt_cv_dlopen_libs=
 
3366
+    ;;
 
3367
 
 
3368
+  cygwin*)
 
3369
+    lt_cv_dlopen="dlopen"
 
3370
+    lt_cv_dlopen_libs=
 
3371
+    ;;
 
3372
 
 
3373
-# C support is built-in for now
 
3374
-m4_define([_LT_LANG_C_enabled], [])
 
3375
-m4_define([_LT_TAGS], [])
 
3376
+  darwin*)
 
3377
+  # if libdl is installed we need to link against it
 
3378
+    AC_CHECK_LIB([dl], [dlopen],
 
3379
+               [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
 
3380
+    lt_cv_dlopen="dyld"
 
3381
+    lt_cv_dlopen_libs=
 
3382
+    lt_cv_dlopen_self=yes
 
3383
+    ])
 
3384
+    ;;
 
3385
 
 
3386
+  *)
 
3387
+    AC_CHECK_FUNC([shl_load],
 
3388
+         [lt_cv_dlopen="shl_load"],
 
3389
+      [AC_CHECK_LIB([dld], [shl_load],
 
3390
+           [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
 
3391
+       [AC_CHECK_FUNC([dlopen],
 
3392
+             [lt_cv_dlopen="dlopen"],
 
3393
+         [AC_CHECK_LIB([dl], [dlopen],
 
3394
+               [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
 
3395
+           [AC_CHECK_LIB([svld], [dlopen],
 
3396
+                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
 
3397
+             [AC_CHECK_LIB([dld], [dld_link],
 
3398
+                   [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
 
3399
+             ])
 
3400
+           ])
 
3401
+         ])
 
3402
+       ])
 
3403
+      ])
 
3404
+    ;;
 
3405
+  esac
 
3406
 
 
3407
-# LT_LANG(LANG)
 
3408
-# -------------
 
3409
-# Enable libtool support for the given language if not already enabled.
 
3410
-AC_DEFUN([LT_LANG],
 
3411
-[AC_BEFORE([$0], [LT_OUTPUT])dnl
 
3412
-m4_case([$1],
 
3413
-  [C],                 [_LT_LANG(C)],
 
3414
-  [C++],               [_LT_LANG(CXX)],
 
3415
-  [Java],              [_LT_LANG(GCJ)],
 
3416
-  [Fortran 77],                [_LT_LANG(F77)],
 
3417
-  [Fortran],           [_LT_LANG(FC)],
 
3418
-  [Windows Resource],  [_LT_LANG(RC)],
 
3419
-  [m4_ifdef([_LT_LANG_]$1[_CONFIG],
 
3420
-    [_LT_LANG($1)],
 
3421
-    [m4_fatal([$0: unsupported language: "$1"])])])dnl
 
3422
-])# LT_LANG
 
3423
+  if test "x$lt_cv_dlopen" != xno; then
 
3424
+    enable_dlopen=yes
 
3425
+  else
 
3426
+    enable_dlopen=no
 
3427
+  fi
 
3428
 
 
3429
+  case $lt_cv_dlopen in
 
3430
+  dlopen)
 
3431
+    save_CPPFLAGS="$CPPFLAGS"
 
3432
+    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
 
3433
 
 
3434
-# _LT_LANG(LANGNAME)
 
3435
-# ------------------
 
3436
-m4_defun([_LT_LANG],
 
3437
-[m4_ifdef([_LT_LANG_]$1[_enabled], [],
 
3438
-  [LT_SUPPORTED_TAG([$1])dnl
 
3439
-  m4_append([_LT_TAGS], [$1 ])dnl
 
3440
-  m4_define([_LT_LANG_]$1[_enabled], [])dnl
 
3441
-  _LT_LANG_$1_CONFIG($1)])dnl
 
3442
-])# _LT_LANG
 
3443
+    save_LDFLAGS="$LDFLAGS"
 
3444
+    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
 
3445
 
 
3446
+    save_LIBS="$LIBS"
 
3447
+    LIBS="$lt_cv_dlopen_libs $LIBS"
 
3448
 
 
3449
-# _LT_LANG_DEFAULT_CONFIG
 
3450
-# -----------------------
 
3451
-m4_defun([_LT_LANG_DEFAULT_CONFIG],
 
3452
-[AC_PROVIDE_IFELSE([AC_PROG_CXX],
 
3453
-  [LT_LANG(CXX)],
 
3454
-  [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])])
 
3455
+    AC_CACHE_CHECK([whether a program can dlopen itself],
 
3456
+         lt_cv_dlopen_self, [dnl
 
3457
+         _LT_TRY_DLOPEN_SELF(
 
3458
+           lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
 
3459
+           lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
 
3460
+    ])
 
3461
 
 
3462
-AC_PROVIDE_IFELSE([AC_PROG_F77],
 
3463
-  [LT_LANG(F77)],
 
3464
-  [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])])
 
3465
+    if test "x$lt_cv_dlopen_self" = xyes; then
 
3466
+      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
 
3467
+      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
 
3468
+         lt_cv_dlopen_self_static, [dnl
 
3469
+         _LT_TRY_DLOPEN_SELF(
 
3470
+           lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
 
3471
+           lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
 
3472
+      ])
 
3473
+    fi
 
3474
 
 
3475
-AC_PROVIDE_IFELSE([AC_PROG_FC],
 
3476
-  [LT_LANG(FC)],
 
3477
-  [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])])
 
3478
+    CPPFLAGS="$save_CPPFLAGS"
 
3479
+    LDFLAGS="$save_LDFLAGS"
 
3480
+    LIBS="$save_LIBS"
 
3481
+    ;;
 
3482
+  esac
 
3483
 
 
3484
-dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal
 
3485
-dnl pulling things in needlessly.
 
3486
-AC_PROVIDE_IFELSE([AC_PROG_GCJ],
 
3487
-  [LT_LANG(GCJ)],
 
3488
-  [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
 
3489
-    [LT_LANG(GCJ)],
 
3490
-    [AC_PROVIDE_IFELSE([LT_PROG_GCJ],
 
3491
-      [LT_LANG(GCJ)],
 
3492
-      [m4_ifdef([AC_PROG_GCJ],
 
3493
-       [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])])
 
3494
-       m4_ifdef([A][M_PROG_GCJ],
 
3495
-       [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])])
 
3496
-       m4_ifdef([LT_PROG_GCJ],
 
3497
-       [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])])
 
3498
+  case $lt_cv_dlopen_self in
 
3499
+  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
 
3500
+  *) enable_dlopen_self=unknown ;;
 
3501
+  esac
 
3502
 
 
3503
-AC_PROVIDE_IFELSE([LT_PROG_RC],
 
3504
-  [LT_LANG(RC)],
 
3505
-  [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])])
 
3506
-])# _LT_LANG_DEFAULT_CONFIG
 
3507
+  case $lt_cv_dlopen_self_static in
 
3508
+  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
 
3509
+  *) enable_dlopen_self_static=unknown ;;
 
3510
+  esac
 
3511
+fi
 
3512
+_LT_DECL([dlopen_support], [enable_dlopen], [0],
 
3513
+        [Whether dlopen is supported])
 
3514
+_LT_DECL([dlopen_self], [enable_dlopen_self], [0],
 
3515
+        [Whether dlopen of programs is supported])
 
3516
+_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
 
3517
+        [Whether dlopen of statically linked programs is supported])
 
3518
+])# LT_SYS_DLOPEN_SELF
 
3519
 
 
3520
-# Obsolete macros:
 
3521
-AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
 
3522
-AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
 
3523
-AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
 
3524
-AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
 
3525
+# Old name:
 
3526
+AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF])
 
3527
 dnl aclocal-1.4 backwards compatibility:
 
3528
-dnl AC_DEFUN([AC_LIBTOOL_CXX], [])
 
3529
-dnl AC_DEFUN([AC_LIBTOOL_F77], [])
 
3530
-dnl AC_DEFUN([AC_LIBTOOL_FC], [])
 
3531
-dnl AC_DEFUN([AC_LIBTOOL_GCJ], [])
 
3532
-
 
3533
-
 
3534
-# _LT_TAG_COMPILER
 
3535
-# ----------------
 
3536
-m4_defun([_LT_TAG_COMPILER],
 
3537
-[AC_REQUIRE([AC_PROG_CC])dnl
 
3538
-
 
3539
-_LT_DECL([LTCC], [CC], [1], [A C compiler])dnl
 
3540
-_LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl
 
3541
-_LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl
 
3542
-_LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl
 
3543
+dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [])
 
3544
 
 
3545
-# If no C compiler was specified, use CC.
 
3546
-LTCC=${LTCC-"$CC"}
 
3547
 
 
3548
-# If no C compiler flags were specified, use CFLAGS.
 
3549
-LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
 
3550
+# _LT_COMPILER_C_O([TAGNAME])
 
3551
+# ---------------------------
 
3552
+# Check to see if options -c and -o are simultaneously supported by compiler.
 
3553
+# This macro does not hard code the compiler like AC_PROG_CC_C_O.
 
3554
+m4_defun([_LT_COMPILER_C_O],
 
3555
+[m4_require([_LT_DECL_SED])dnl
 
3556
+m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
3557
+m4_require([_LT_TAG_COMPILER])dnl
 
3558
+AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
 
3559
+  [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
 
3560
+  [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
 
3561
+   $RM -r conftest 2>/dev/null
 
3562
+   mkdir conftest
 
3563
+   cd conftest
 
3564
+   mkdir out
 
3565
+   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
3566
 
 
3567
-# Allow CC to be a program name with arguments.
 
3568
-compiler=$CC
 
3569
-])# _LT_TAG_COMPILER
 
3570
+   lt_compiler_flag="-o out/conftest2.$ac_objext"
 
3571
+   # Insert the option either (1) after the last *FLAGS variable, or
 
3572
+   # (2) before a word containing "conftest.", or (3) at the end.
 
3573
+   # Note that $ac_compile itself does not contain backslashes and begins
 
3574
+   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
3575
+   lt_compile=`echo "$ac_compile" | $SED \
 
3576
+   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
3577
+   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
 
3578
+   -e 's:$: $lt_compiler_flag:'`
 
3579
+   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
 
3580
+   (eval "$lt_compile" 2>out/conftest.err)
 
3581
+   ac_status=$?
 
3582
+   cat out/conftest.err >&AS_MESSAGE_LOG_FD
 
3583
+   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
3584
+   if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
3585
+   then
 
3586
+     # The compiler can only warn and ignore the option if not recognized
 
3587
+     # So say no if there are warnings
 
3588
+     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
 
3589
+     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
 
3590
+     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
 
3591
+       _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
 
3592
+     fi
 
3593
+   fi
 
3594
+   chmod u+w . 2>&AS_MESSAGE_LOG_FD
 
3595
+   $RM conftest*
 
3596
+   # SGI C++ compiler will create directory out/ii_files/ for
 
3597
+   # template instantiation
 
3598
+   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
 
3599
+   $RM out/* && rmdir out
 
3600
+   cd ..
 
3601
+   $RM -r conftest
 
3602
+   $RM conftest*
 
3603
+])
 
3604
+_LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1],
 
3605
+       [Does compiler simultaneously support -c and -o options?])
 
3606
+])# _LT_COMPILER_C_O
 
3607
 
 
3608
 
 
3609
-# _LT_COMPILER_BOILERPLATE
 
3610
-# ------------------------
 
3611
-# Check for compiler boilerplate output or warnings with
 
3612
-# the simple compiler test code.
 
3613
-m4_defun([_LT_COMPILER_BOILERPLATE],
 
3614
-[m4_require([_LT_DECL_SED])dnl
 
3615
-ac_outfile=conftest.$ac_objext
 
3616
-echo "$lt_simple_compile_test_code" >conftest.$ac_ext
 
3617
-eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
3618
-_lt_compiler_boilerplate=`cat conftest.err`
 
3619
-$RM conftest*
 
3620
-])# _LT_COMPILER_BOILERPLATE
 
3621
+# _LT_COMPILER_FILE_LOCKS([TAGNAME])
 
3622
+# ----------------------------------
 
3623
+# Check to see if we can do hard links to lock some files if needed
 
3624
+m4_defun([_LT_COMPILER_FILE_LOCKS],
 
3625
+[m4_require([_LT_ENABLE_LOCK])dnl
 
3626
+m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
3627
+_LT_COMPILER_C_O([$1])
 
3628
 
 
3629
+hard_links="nottested"
 
3630
+if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
 
3631
+  # do not overwrite the value of need_locks provided by the user
 
3632
+  AC_MSG_CHECKING([if we can lock with hard links])
 
3633
+  hard_links=yes
 
3634
+  $RM conftest*
 
3635
+  ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
3636
+  touch conftest.a
 
3637
+  ln conftest.a conftest.b 2>&5 || hard_links=no
 
3638
+  ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
3639
+  AC_MSG_RESULT([$hard_links])
 
3640
+  if test "$hard_links" = no; then
 
3641
+    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
 
3642
+    need_locks=warn
 
3643
+  fi
 
3644
+else
 
3645
+  need_locks=no
 
3646
+fi
 
3647
+_LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?])
 
3648
+])# _LT_COMPILER_FILE_LOCKS
 
3649
 
 
3650
-# _LT_LINKER_BOILERPLATE
 
3651
-# ----------------------
 
3652
-# Check for linker boilerplate output or warnings with
 
3653
-# the simple link test code.
 
3654
-m4_defun([_LT_LINKER_BOILERPLATE],
 
3655
-[m4_require([_LT_DECL_SED])dnl
 
3656
-ac_outfile=conftest.$ac_objext
 
3657
-echo "$lt_simple_link_test_code" >conftest.$ac_ext
 
3658
-eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
 
3659
-_lt_linker_boilerplate=`cat conftest.err`
 
3660
-$RM -r conftest*
 
3661
-])# _LT_LINKER_BOILERPLATE
 
3662
 
 
3663
-# _LT_REQUIRED_DARWIN_CHECKS
 
3664
-# -------------------------
 
3665
-m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[
 
3666
-  case $host_os in
 
3667
-    rhapsody* | darwin*)
 
3668
-    AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:])
 
3669
-    AC_CHECK_TOOL([NMEDIT], [nmedit], [:])
 
3670
-    AC_CHECK_TOOL([LIPO], [lipo], [:])
 
3671
-    AC_CHECK_TOOL([OTOOL], [otool], [:])
 
3672
-    AC_CHECK_TOOL([OTOOL64], [otool64], [:])
 
3673
-    _LT_DECL([], [DSYMUTIL], [1],
 
3674
-      [Tool to manipulate archived DWARF debug symbol files on Mac OS X])
 
3675
-    _LT_DECL([], [NMEDIT], [1],
 
3676
-      [Tool to change global to local symbols on Mac OS X])
 
3677
-    _LT_DECL([], [LIPO], [1],
 
3678
-      [Tool to manipulate fat objects and archives on Mac OS X])
 
3679
-    _LT_DECL([], [OTOOL], [1],
 
3680
-      [ldd/readelf like tool for Mach-O binaries on Mac OS X])
 
3681
-    _LT_DECL([], [OTOOL64], [1],
 
3682
-      [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4])
 
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
-    AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
 
3705
-      [lt_cv_apple_cc_single_mod=no
 
3706
-      if test -z "${LT_MULTI_MODULE}"; then
 
3707
-       # By default we will add the -single_module flag. You can override
 
3708
-       # by either setting the environment variable LT_MULTI_MODULE
 
3709
-       # non-empty at configure time, or by adding -multi_module to the
 
3710
-       # link flags.
 
3711
-       rm -rf libconftest.dylib*
 
3712
-       echo "int foo(void){return 1;}" > conftest.c
 
3713
-       echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
 
3714
--dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD
 
3715
-       $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
 
3716
-         -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
 
3717
-        _lt_result=$?
 
3718
-       if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
 
3719
-         lt_cv_apple_cc_single_mod=yes
 
3720
-       else
 
3721
-         cat conftest.err >&AS_MESSAGE_LOG_FD
 
3722
-       fi
 
3723
-       rm -rf libconftest.dylib*
 
3724
-       rm -f conftest.*
 
3725
-      fi])
 
3726
-    AC_CACHE_CHECK([for -exported_symbols_list linker flag],
 
3727
-      [lt_cv_ld_exported_symbols_list],
 
3728
-      [lt_cv_ld_exported_symbols_list=no
 
3729
-      save_LDFLAGS=$LDFLAGS
 
3730
-      echo "_main" > conftest.sym
 
3731
-      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
 
3732
-      AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
 
3733
-       [lt_cv_ld_exported_symbols_list=yes],
 
3734
-       [lt_cv_ld_exported_symbols_list=no])
 
3735
-       LDFLAGS="$save_LDFLAGS"
 
3736
-    ])
 
3737
-    case $host_os in
 
3738
-    rhapsody* | darwin1.[[012]])
 
3739
-      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
 
3740
-    darwin1.*)
 
3741
-      _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
 
3742
-    darwin*) # darwin 5.x on
 
3743
-      # if running on 10.5 or later, the deployment target defaults
 
3744
-      # to the OS version, if on x86, and 10.4, the deployment
 
3745
-      # target defaults to 10.4. Don't you love it?
 
3746
-      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
 
3747
-       10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
 
3748
-         _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
 
3749
-       10.[[012]]*)
 
3750
-         _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
 
3751
-       10.*)
 
3752
-         _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
 
3753
-      esac
 
3754
-    ;;
 
3755
-  esac
 
3756
-    if test "$lt_cv_apple_cc_single_mod" = "yes"; then
 
3757
-      _lt_dar_single_mod='$single_module'
 
3758
-    fi
 
3759
-    if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
 
3760
-      _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
 
3761
-    else
 
3762
-      _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
 
3763
-    fi
 
3764
-    if test "$DSYMUTIL" != ":"; then
 
3765
-      _lt_dsymutil='~$DSYMUTIL $lib || :'
 
3766
-    else
 
3767
-      _lt_dsymutil=
 
3768
-    fi
 
3769
-    ;;
 
3770
-  esac
 
3771
-])
 
3772
 
 
3773
+# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
 
3774
+# --------------------------------------
 
3775
+# Check hardcoding attributes.
 
3776
+m4_defun([_LT_LINKER_HARDCODE_LIBPATH],
 
3777
+[AC_MSG_CHECKING([how to hardcode library paths into programs])
 
3778
+_LT_TAGVAR(hardcode_action, $1)=
 
3779
+if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" ||
 
3780
+   test -n "$_LT_TAGVAR(runpath_var, $1)" ||
 
3781
+   test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
 
3782
 
 
3783
-# _LT_DARWIN_LINKER_FEATURES
 
3784
-# --------------------------
 
3785
-# Checks for linker and compiler features on darwin
 
3786
-m4_defun([_LT_DARWIN_LINKER_FEATURES],
 
3787
-[
 
3788
-  m4_require([_LT_REQUIRED_DARWIN_CHECKS])
 
3789
-  _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
3790
-  _LT_TAGVAR(hardcode_direct, $1)=no
 
3791
-  _LT_TAGVAR(hardcode_automatic, $1)=yes
 
3792
-  _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
3793
-  _LT_TAGVAR(whole_archive_flag_spec, $1)=''
 
3794
-  _LT_TAGVAR(link_all_deplibs, $1)=yes
 
3795
-  _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
 
3796
-  case $cc_basename in
 
3797
-     ifort*) _lt_dar_can_shared=yes ;;
 
3798
-     *) _lt_dar_can_shared=$GCC ;;
 
3799
-  esac
 
3800
-  if test "$_lt_dar_can_shared" = "yes"; then
 
3801
-    output_verbose_link_cmd=echo
 
3802
-    _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}"
 
3803
-    _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
 
3804
-    _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}"
 
3805
-    _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}"
 
3806
-    m4_if([$1], [CXX],
 
3807
-[   if test "$lt_cv_apple_cc_single_mod" != "yes"; then
 
3808
-      _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}"
 
3809
-      _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}"
 
3810
-    fi
 
3811
-],[])
 
3812
+  # We can hardcode non-existent directories.
 
3813
+  if test "$_LT_TAGVAR(hardcode_direct, $1)" != no &&
 
3814
+     # If the only mechanism to avoid hardcoding is shlibpath_var, we
 
3815
+     # have to relink, otherwise we might link with an installed library
 
3816
+     # when we should be linking with a yet-to-be-installed one
 
3817
+     ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
 
3818
+     test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then
 
3819
+    # Linking always hardcodes the temporary library directory.
 
3820
+    _LT_TAGVAR(hardcode_action, $1)=relink
 
3821
   else
 
3822
-  _LT_TAGVAR(ld_shlibs, $1)=no
 
3823
+    # We can link without hardcoding, and we can hardcode nonexisting dirs.
 
3824
+    _LT_TAGVAR(hardcode_action, $1)=immediate
 
3825
   fi
 
3826
-])
 
3827
+else
 
3828
+  # We cannot hardcode anything, or else we can only hardcode existing
 
3829
+  # directories.
 
3830
+  _LT_TAGVAR(hardcode_action, $1)=unsupported
 
3831
+fi
 
3832
+AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)])
 
3833
 
 
3834
-# _LT_SYS_MODULE_PATH_AIX
 
3835
-# -----------------------
 
3836
-# Links a minimal program and checks the executable
 
3837
-# for the system default hardcoded library path. In most cases,
 
3838
-# this is /usr/lib:/lib, but when the MPI compilers are used
 
3839
-# the location of the communication and MPI libs are included too.
 
3840
-# If we don't find anything, use the default library path according
 
3841
-# to the aix ld manual.
 
3842
-m4_defun([_LT_SYS_MODULE_PATH_AIX],
 
3843
-[m4_require([_LT_DECL_SED])dnl
 
3844
-AC_LINK_IFELSE(AC_LANG_PROGRAM,[
 
3845
-lt_aix_libpath_sed='
 
3846
-    /Import File Strings/,/^$/ {
 
3847
-       /^0/ {
 
3848
-           s/^0  *\(.*\)$/\1/
 
3849
-           p
 
3850
-       }
 
3851
-    }'
 
3852
-aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
3853
-# Check for a 64-bit object if we didn't find anything.
 
3854
-if test -z "$aix_libpath"; then
 
3855
-  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
3856
-fi],[])
 
3857
-if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
3858
-])# _LT_SYS_MODULE_PATH_AIX
 
3859
+if test "$_LT_TAGVAR(hardcode_action, $1)" = relink ||
 
3860
+   test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then
 
3861
+  # Fast installation is not supported
 
3862
+  enable_fast_install=no
 
3863
+elif test "$shlibpath_overrides_runpath" = yes ||
 
3864
+     test "$enable_shared" = no; then
 
3865
+  # Fast installation is not necessary
 
3866
+  enable_fast_install=needless
 
3867
+fi
 
3868
+_LT_TAGDECL([], [hardcode_action], [0],
 
3869
+    [How to hardcode a shared library path into an executable])
 
3870
+])# _LT_LINKER_HARDCODE_LIBPATH
 
3871
 
 
3872
 
 
3873
-# _LT_SHELL_INIT(ARG)
 
3874
-# -------------------
 
3875
-m4_define([_LT_SHELL_INIT],
 
3876
-[ifdef([AC_DIVERSION_NOTICE],
 
3877
-            [AC_DIVERT_PUSH(AC_DIVERSION_NOTICE)],
 
3878
-        [AC_DIVERT_PUSH(NOTICE)])
 
3879
-$1
 
3880
-AC_DIVERT_POP
 
3881
-])# _LT_SHELL_INIT
 
3882
-
 
3883
-
 
3884
-# _LT_PROG_ECHO_BACKSLASH
 
3885
-# -----------------------
 
3886
-# Add some code to the start of the generated configure script which
 
3887
-# will find an echo command which doesn't interpret backslashes.
 
3888
-m4_defun([_LT_PROG_ECHO_BACKSLASH],
 
3889
-[_LT_SHELL_INIT([
 
3890
-# Check that we are running under the correct shell.
 
3891
-SHELL=${CONFIG_SHELL-/bin/sh}
 
3892
+# _LT_CMD_STRIPLIB
 
3893
+# ----------------
 
3894
+m4_defun([_LT_CMD_STRIPLIB],
 
3895
+[m4_require([_LT_DECL_EGREP])
 
3896
+striplib=
 
3897
+old_striplib=
 
3898
+AC_MSG_CHECKING([whether stripping libraries is possible])
 
3899
+if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
 
3900
+  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
 
3901
+  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
 
3902
+  AC_MSG_RESULT([yes])
 
3903
+else
 
3904
+# FIXME - insert some real tests, host_os isn't really good enough
 
3905
+  case $host_os in
 
3906
+  darwin*)
 
3907
+    if test -n "$STRIP" ; then
 
3908
+      striplib="$STRIP -x"
 
3909
+      old_striplib="$STRIP -S"
 
3910
+      AC_MSG_RESULT([yes])
 
3911
+    else
 
3912
+      AC_MSG_RESULT([no])
 
3913
+    fi
 
3914
+    ;;
 
3915
+  *)
 
3916
+    AC_MSG_RESULT([no])
 
3917
+    ;;
 
3918
+  esac
 
3919
+fi
 
3920
+_LT_DECL([], [old_striplib], [1], [Commands to strip libraries])
 
3921
+_LT_DECL([], [striplib], [1])
 
3922
+])# _LT_CMD_STRIPLIB
 
3923
 
 
3924
-case X$lt_ECHO in
 
3925
-X*--fallback-echo)
 
3926
-  # Remove one level of quotation (which was required for Make).
 
3927
-  ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
 
3928
-  ;;
 
3929
-esac
 
3930
 
 
3931
-ECHO=${lt_ECHO-echo}
 
3932
-if test "X[$]1" = X--no-reexec; then
 
3933
-  # Discard the --no-reexec flag, and continue.
 
3934
-  shift
 
3935
-elif test "X[$]1" = X--fallback-echo; then
 
3936
-  # Avoid inline document here, it may be left over
 
3937
-  :
 
3938
-elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
 
3939
-  # Yippee, $ECHO works!
 
3940
-  :
 
3941
+# _LT_SYS_DYNAMIC_LINKER([TAG])
 
3942
+# -----------------------------
 
3943
+# PORTME Fill in your ld.so characteristics
 
3944
+m4_defun([_LT_SYS_DYNAMIC_LINKER],
 
3945
+[AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
3946
+m4_require([_LT_DECL_EGREP])dnl
 
3947
+m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
3948
+m4_require([_LT_DECL_OBJDUMP])dnl
 
3949
+m4_require([_LT_DECL_SED])dnl
 
3950
+AC_MSG_CHECKING([dynamic linker characteristics])
 
3951
+m4_if([$1],
 
3952
+       [], [
 
3953
+if test "$GCC" = yes; then
 
3954
+  case $host_os in
 
3955
+    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
 
3956
+    *) lt_awk_arg="/^libraries:/" ;;
 
3957
+  esac
 
3958
+  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
3959
+  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
 
3960
+    # if the path contains ";" then we assume it to be the separator
 
3961
+    # otherwise default to the standard path separator (i.e. ":") - it is
 
3962
+    # assumed that no part of a normal pathname contains ";" but that should
 
3963
+    # okay in the real world where ";" in dirpaths is itself problematic.
 
3964
+    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
 
3965
+  else
 
3966
+    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
3967
+  fi
 
3968
+  # Ok, now we have the path, separated by spaces, we can step through it
 
3969
+  # and add multilib dir if necessary.
 
3970
+  lt_tmp_lt_search_path_spec=
 
3971
+  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
 
3972
+  for lt_sys_path in $lt_search_path_spec; do
 
3973
+    if test -d "$lt_sys_path/$lt_multi_os_dir"; then
 
3974
+      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
 
3975
+    else
 
3976
+      test -d "$lt_sys_path" && \
 
3977
+       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
 
3978
+    fi
 
3979
+  done
 
3980
+  lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
 
3981
+BEGIN {RS=" "; FS="/|\n";} {
 
3982
+  lt_foo="";
 
3983
+  lt_count=0;
 
3984
+  for (lt_i = NF; lt_i > 0; lt_i--) {
 
3985
+    if ($lt_i != "" && $lt_i != ".") {
 
3986
+      if ($lt_i == "..") {
 
3987
+        lt_count++;
 
3988
+      } else {
 
3989
+        if (lt_count == 0) {
 
3990
+          lt_foo="/" $lt_i lt_foo;
 
3991
+        } else {
 
3992
+          lt_count--;
 
3993
+        }
 
3994
+      }
 
3995
+    }
 
3996
+  }
 
3997
+  if (lt_foo != "") { lt_freq[[lt_foo]]++; }
 
3998
+  if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
 
3999
+}'`
 
4000
+  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
 
4001
 else
 
4002
-  # Restart under the correct shell.
 
4003
-  exec $SHELL "[$]0" --no-reexec ${1+"[$]@"}
 
4004
-fi
 
4005
+  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
 
4006
+fi])
 
4007
+library_names_spec=
 
4008
+libname_spec='lib$name'
 
4009
+soname_spec=
 
4010
+shrext_cmds=".so"
 
4011
+postinstall_cmds=
 
4012
+postuninstall_cmds=
 
4013
+finish_cmds=
 
4014
+finish_eval=
 
4015
+shlibpath_var=
 
4016
+shlibpath_overrides_runpath=unknown
 
4017
+version_type=none
 
4018
+dynamic_linker="$host_os ld.so"
 
4019
+sys_lib_dlsearch_path_spec="/lib /usr/lib"
 
4020
+need_lib_prefix=unknown
 
4021
+hardcode_into_libs=no
 
4022
 
 
4023
-if test "X[$]1" = X--fallback-echo; then
 
4024
-  # used as fallback echo
 
4025
-  shift
 
4026
-  cat <<_LT_EOF
 
4027
-[$]*
 
4028
-_LT_EOF
 
4029
-  exit 0
 
4030
-fi
 
4031
+# when you set need_version to no, make sure it does not cause -set_version
 
4032
+# flags to be left without arguments
 
4033
+need_version=unknown
 
4034
 
 
4035
-# The HP-UX ksh and POSIX shell print the target directory to stdout
 
4036
-# if CDPATH is set.
 
4037
-(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
4038
+case $host_os in
 
4039
+aix3*)
 
4040
+  version_type=linux
 
4041
+  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
 
4042
+  shlibpath_var=LIBPATH
 
4043
 
 
4044
-if test -z "$lt_ECHO"; then
 
4045
-  if test "X${echo_test_string+set}" != Xset; then
 
4046
-    # find a string as large as possible, as long as the shell can cope with it
 
4047
-    for cmd in 'sed 50q "[$]0"' 'sed 20q "[$]0"' 'sed 10q "[$]0"' 'sed 2q "[$]0"' 'echo test'; do
 
4048
-      # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
 
4049
-      if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
 
4050
-        { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
 
4051
-      then
 
4052
-        break
 
4053
-      fi
 
4054
-    done
 
4055
-  fi
 
4056
+  # AIX 3 has no versioning support, so we append a major version to the name.
 
4057
+  soname_spec='${libname}${release}${shared_ext}$major'
 
4058
+  ;;
 
4059
 
 
4060
-  if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
 
4061
-     echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
 
4062
-     test "X$echo_testing_string" = "X$echo_test_string"; then
 
4063
-    :
 
4064
+aix[[4-9]]*)
 
4065
+  version_type=linux
 
4066
+  need_lib_prefix=no
 
4067
+  need_version=no
 
4068
+  hardcode_into_libs=yes
 
4069
+  if test "$host_cpu" = ia64; then
 
4070
+    # AIX 5 supports IA64
 
4071
+    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
 
4072
+    shlibpath_var=LD_LIBRARY_PATH
 
4073
   else
 
4074
-    # The Solaris, AIX, and Digital Unix default echo programs unquote
 
4075
-    # backslashes.  This makes it impossible to quote backslashes using
 
4076
-    #   echo "$something" | sed 's/\\/\\\\/g'
 
4077
-    #
 
4078
-    # So, first we look for a working echo in the user's PATH.
 
4079
-
 
4080
-    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
4081
-    for dir in $PATH /usr/ucb; do
 
4082
-      IFS="$lt_save_ifs"
 
4083
-      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
 
4084
-         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
 
4085
-         echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
 
4086
-         test "X$echo_testing_string" = "X$echo_test_string"; then
 
4087
-        ECHO="$dir/echo"
 
4088
-        break
 
4089
+    # With GCC up to 2.95.x, collect2 would create an import file
 
4090
+    # for dependence libraries.  The import file would start with
 
4091
+    # the line `#! .'.  This would cause the generated library to
 
4092
+    # depend on `.', always an invalid library.  This was fixed in
 
4093
+    # development snapshots of GCC prior to 3.0.
 
4094
+    case $host_os in
 
4095
+      aix4 | aix4.[[01]] | aix4.[[01]].*)
 
4096
+      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
 
4097
+          echo ' yes '
 
4098
+          echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
 
4099
+       :
 
4100
+      else
 
4101
+       can_build_shared=no
 
4102
       fi
 
4103
-    done
 
4104
-    IFS="$lt_save_ifs"
 
4105
+      ;;
 
4106
+    esac
 
4107
+    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
 
4108
+    # soname into executable. Probably we can add versioning support to
 
4109
+    # collect2, so additional links can be useful in future.
 
4110
+    if test "$aix_use_runtimelinking" = yes; then
 
4111
+      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
 
4112
+      # instead of lib<name>.a to let people know that these are not
 
4113
+      # typical AIX shared libraries.
 
4114
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
4115
+    else
 
4116
+      # We preserve .a as extension for shared libraries through AIX4.2
 
4117
+      # and later when we are not doing run time linking.
 
4118
+      library_names_spec='${libname}${release}.a $libname.a'
 
4119
+      soname_spec='${libname}${release}${shared_ext}$major'
 
4120
+    fi
 
4121
+    shlibpath_var=LIBPATH
 
4122
+  fi
 
4123
+  ;;
 
4124
 
 
4125
-    if test "X$ECHO" = Xecho; then
 
4126
-      # We didn't find a better echo, so look for alternatives.
 
4127
-      if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
 
4128
-         echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
 
4129
-         test "X$echo_testing_string" = "X$echo_test_string"; then
 
4130
-        # This shell has a builtin print -r that does the trick.
 
4131
-        ECHO='print -r'
 
4132
-      elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
 
4133
-          test "X$CONFIG_SHELL" != X/bin/ksh; then
 
4134
-        # If we have ksh, try running configure again with it.
 
4135
-        ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
 
4136
-        export ORIGINAL_CONFIG_SHELL
 
4137
-        CONFIG_SHELL=/bin/ksh
 
4138
-        export CONFIG_SHELL
 
4139
-        exec $CONFIG_SHELL "[$]0" --no-reexec ${1+"[$]@"}
 
4140
-      else
 
4141
-        # Try using printf.
 
4142
-        ECHO='printf %s\n'
 
4143
-        if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
 
4144
-          echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
 
4145
-          test "X$echo_testing_string" = "X$echo_test_string"; then
 
4146
-         # Cool, printf works
 
4147
-         :
 
4148
-        elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
 
4149
-            test "X$echo_testing_string" = 'X\t' &&
 
4150
-            echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
4151
-            test "X$echo_testing_string" = "X$echo_test_string"; then
 
4152
-         CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
 
4153
-         export CONFIG_SHELL
 
4154
-         SHELL="$CONFIG_SHELL"
 
4155
-         export SHELL
 
4156
-         ECHO="$CONFIG_SHELL [$]0 --fallback-echo"
 
4157
-        elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
 
4158
-            test "X$echo_testing_string" = 'X\t' &&
 
4159
-            echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
 
4160
-            test "X$echo_testing_string" = "X$echo_test_string"; then
 
4161
-         ECHO="$CONFIG_SHELL [$]0 --fallback-echo"
 
4162
-        else
 
4163
-         # maybe with a smaller string...
 
4164
-         prev=:
 
4165
+amigaos*)
 
4166
+  case $host_cpu in
 
4167
+  powerpc)
 
4168
+    # Since July 2007 AmigaOS4 officially supports .so libraries.
 
4169
+    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
 
4170
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
4171
+    ;;
 
4172
+  m68k)
 
4173
+    library_names_spec='$libname.ixlibrary $libname.a'
 
4174
+    # Create ${libname}_ixlibrary.a entries in /sys/libs.
 
4175
+    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'
 
4176
+    ;;
 
4177
+  esac
 
4178
+  ;;
 
4179
 
 
4180
-         for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
 
4181
-           if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
 
4182
-           then
 
4183
-             break
 
4184
-           fi
 
4185
-           prev="$cmd"
 
4186
-         done
 
4187
+beos*)
 
4188
+  library_names_spec='${libname}${shared_ext}'
 
4189
+  dynamic_linker="$host_os ld.so"
 
4190
+  shlibpath_var=LIBRARY_PATH
 
4191
+  ;;
 
4192
 
 
4193
-         if test "$prev" != 'sed 50q "[$]0"'; then
 
4194
-           echo_test_string=`eval $prev`
 
4195
-           export echo_test_string
 
4196
-           exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "[$]0" ${1+"[$]@"}
 
4197
-         else
 
4198
-           # Oops.  We lost completely, so just stick with echo.
 
4199
-           ECHO=echo
 
4200
-         fi
 
4201
-        fi
 
4202
+bsdi[[45]]*)
 
4203
+  version_type=linux
 
4204
+  need_version=no
 
4205
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
4206
+  soname_spec='${libname}${release}${shared_ext}$major'
 
4207
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
 
4208
+  shlibpath_var=LD_LIBRARY_PATH
 
4209
+  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
 
4210
+  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
 
4211
+  # the default ld.so.conf also contains /usr/contrib/lib and
 
4212
+  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
 
4213
+  # libtool to hard-code these into programs
 
4214
+  ;;
 
4215
+
 
4216
+cygwin* | mingw* | pw32* | cegcc*)
 
4217
+  version_type=windows
 
4218
+  shrext_cmds=".dll"
 
4219
+  need_version=no
 
4220
+  need_lib_prefix=no
 
4221
+
 
4222
+  case $GCC,$host_os in
 
4223
+  yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
 
4224
+    library_names_spec='$libname.dll.a'
 
4225
+    # DLL is installed to $(libdir)/../bin by postinstall_cmds
 
4226
+    postinstall_cmds='base_file=`basename \${file}`~
 
4227
+      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
 
4228
+      dldir=$destdir/`dirname \$dlpath`~
 
4229
+      test -d \$dldir || mkdir -p \$dldir~
 
4230
+      $install_prog $dir/$dlname \$dldir/$dlname~
 
4231
+      chmod a+x \$dldir/$dlname~
 
4232
+      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
 
4233
+        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
 
4234
+      fi'
 
4235
+    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
 
4236
+      dlpath=$dir/\$dldll~
 
4237
+       $RM \$dlpath'
 
4238
+    shlibpath_overrides_runpath=yes
 
4239
+
 
4240
+    case $host_os in
 
4241
+    cygwin*)
 
4242
+      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
 
4243
+      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
 
4244
+      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
 
4245
+      ;;
 
4246
+    mingw* | cegcc*)
 
4247
+      # MinGW DLLs use traditional 'lib' prefix
 
4248
+      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
 
4249
+      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
4250
+      if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then
 
4251
+        # It is most probably a Windows format PATH printed by
 
4252
+        # mingw gcc, but we are running on Cygwin. Gcc prints its search
 
4253
+        # path with ; separators, and with drive letters. We can handle the
 
4254
+        # drive letters (cygwin fileutils understands them), so leave them,
 
4255
+        # especially as we might pass files found there to a mingw objdump,
 
4256
+        # which wouldn't understand a cygwinified path. Ahh.
 
4257
+        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
 
4258
+      else
 
4259
+        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
4260
       fi
 
4261
-    fi
 
4262
-  fi
 
4263
-fi
 
4264
+      ;;
 
4265
+    pw32*)
 
4266
+      # pw32 DLLs use 'pw' prefix rather than 'lib'
 
4267
+      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
 
4268
+      ;;
 
4269
+    esac
 
4270
+    ;;
 
4271
 
 
4272
-# Copy echo and quote the copy suitably for passing to libtool from
 
4273
-# the Makefile, instead of quoting the original, which is used later.
 
4274
-lt_ECHO=$ECHO
 
4275
-if test "X$lt_ECHO" = "X$CONFIG_SHELL [$]0 --fallback-echo"; then
 
4276
-   lt_ECHO="$CONFIG_SHELL \\\$\[$]0 --fallback-echo"
 
4277
-fi
 
4278
+  *)
 
4279
+    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
 
4280
+    ;;
 
4281
+  esac
 
4282
+  dynamic_linker='Win32 ld.exe'
 
4283
+  # FIXME: first we should search . and the directory the executable is in
 
4284
+  shlibpath_var=PATH
 
4285
+  ;;
 
4286
 
 
4287
-AC_SUBST(lt_ECHO)
 
4288
-])
 
4289
-_LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts])
 
4290
-_LT_DECL([], [ECHO], [1],
 
4291
-    [An echo program that does not interpret backslashes])
 
4292
-])# _LT_PROG_ECHO_BACKSLASH
 
4293
+darwin* | rhapsody*)
 
4294
+  dynamic_linker="$host_os dyld"
 
4295
+  version_type=darwin
 
4296
+  need_lib_prefix=no
 
4297
+  need_version=no
 
4298
+  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
 
4299
+  soname_spec='${libname}${release}${major}$shared_ext'
 
4300
+  shlibpath_overrides_runpath=yes
 
4301
+  shlibpath_var=DYLD_LIBRARY_PATH
 
4302
+  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
 
4303
+m4_if([$1], [],[
 
4304
+  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"])
 
4305
+  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
 
4306
+  ;;
 
4307
 
 
4308
+dgux*)
 
4309
+  version_type=linux
 
4310
+  need_lib_prefix=no
 
4311
+  need_version=no
 
4312
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
 
4313
+  soname_spec='${libname}${release}${shared_ext}$major'
 
4314
+  shlibpath_var=LD_LIBRARY_PATH
 
4315
+  ;;
 
4316
 
 
4317
-# _LT_ENABLE_LOCK
 
4318
-# ---------------
 
4319
-m4_defun([_LT_ENABLE_LOCK],
 
4320
-[AC_ARG_ENABLE([libtool-lock],
 
4321
-  [AS_HELP_STRING([--disable-libtool-lock],
 
4322
-    [avoid locking (might break parallel builds)])])
 
4323
-test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
 
4324
+freebsd1*)
 
4325
+  dynamic_linker=no
 
4326
+  ;;
 
4327
 
 
4328
-# Some flags need to be propagated to the compiler or linker for good
 
4329
-# libtool support.
 
4330
-case $host in
 
4331
-ia64-*-hpux*)
 
4332
-  # Find out which ABI we are using.
 
4333
-  echo 'int i;' > conftest.$ac_ext
 
4334
-  if AC_TRY_EVAL(ac_compile); then
 
4335
-    case `/usr/bin/file conftest.$ac_objext` in
 
4336
-      *ELF-32*)
 
4337
-       HPUX_IA64_MODE="32"
 
4338
-       ;;
 
4339
-      *ELF-64*)
 
4340
-       HPUX_IA64_MODE="64"
 
4341
-       ;;
 
4342
+freebsd* | dragonfly*)
 
4343
+  # DragonFly does not have aout.  When/if they implement a new
 
4344
+  # versioning mechanism, adjust this.
 
4345
+  if test -x /usr/bin/objformat; then
 
4346
+    objformat=`/usr/bin/objformat`
 
4347
+  else
 
4348
+    case $host_os in
 
4349
+    freebsd[[123]]*) objformat=aout ;;
 
4350
+    *) objformat=elf ;;
 
4351
     esac
 
4352
   fi
 
4353
-  rm -rf conftest*
 
4354
+  version_type=freebsd-$objformat
 
4355
+  case $version_type in
 
4356
+    freebsd-elf*)
 
4357
+      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
 
4358
+      need_version=no
 
4359
+      need_lib_prefix=no
 
4360
+      ;;
 
4361
+    freebsd-*)
 
4362
+      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
 
4363
+      need_version=yes
 
4364
+      ;;
 
4365
+  esac
 
4366
+  shlibpath_var=LD_LIBRARY_PATH
 
4367
+  case $host_os in
 
4368
+  freebsd2*)
 
4369
+    shlibpath_overrides_runpath=yes
 
4370
+    ;;
 
4371
+  freebsd3.[[01]]* | freebsdelf3.[[01]]*)
 
4372
+    shlibpath_overrides_runpath=yes
 
4373
+    hardcode_into_libs=yes
 
4374
+    ;;
 
4375
+  freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
 
4376
+  freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
 
4377
+    shlibpath_overrides_runpath=no
 
4378
+    hardcode_into_libs=yes
 
4379
+    ;;
 
4380
+  *) # from 4.6 on, and DragonFly
 
4381
+    shlibpath_overrides_runpath=yes
 
4382
+    hardcode_into_libs=yes
 
4383
+    ;;
 
4384
+  esac
 
4385
   ;;
 
4386
-*-*-irix6*)
 
4387
-  # Find out which ABI we are using.
 
4388
-  echo '[#]line __oline__ "configure"' > conftest.$ac_ext
 
4389
-  if AC_TRY_EVAL(ac_compile); then
 
4390
-    if test "$lt_cv_prog_gnu_ld" = yes; then
 
4391
-      case `/usr/bin/file conftest.$ac_objext` in
 
4392
-       *32-bit*)
 
4393
-         LD="${LD-ld} -melf32bsmip"
 
4394
-         ;;
 
4395
-       *N32*)
 
4396
-         LD="${LD-ld} -melf32bmipn32"
 
4397
-         ;;
 
4398
-       *64-bit*)
 
4399
-         LD="${LD-ld} -melf64bmip"
 
4400
-       ;;
 
4401
-      esac
 
4402
-    else
 
4403
-      case `/usr/bin/file conftest.$ac_objext` in
 
4404
-       *32-bit*)
 
4405
-         LD="${LD-ld} -32"
 
4406
-         ;;
 
4407
-       *N32*)
 
4408
-         LD="${LD-ld} -n32"
 
4409
-         ;;
 
4410
-       *64-bit*)
 
4411
-         LD="${LD-ld} -64"
 
4412
-         ;;
 
4413
-      esac
 
4414
-    fi
 
4415
-  fi
 
4416
-  rm -rf conftest*
 
4417
+
 
4418
+gnu*)
 
4419
+  version_type=linux
 
4420
+  need_lib_prefix=no
 
4421
+  need_version=no
 
4422
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
 
4423
+  soname_spec='${libname}${release}${shared_ext}$major'
 
4424
+  shlibpath_var=LD_LIBRARY_PATH
 
4425
+  hardcode_into_libs=yes
 
4426
   ;;
 
4427
 
 
4428
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
 
4429
-s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
 
4430
-  # Find out which ABI we are using.
 
4431
-  echo 'int i;' > conftest.$ac_ext
 
4432
-  if AC_TRY_EVAL(ac_compile); then
 
4433
-    case `/usr/bin/file conftest.o` in
 
4434
-      *32-bit*)
 
4435
-       case $host in
 
4436
-         x86_64-*kfreebsd*-gnu)
 
4437
-           LD="${LD-ld} -m elf_i386_fbsd"
 
4438
-           ;;
 
4439
-         x86_64-*linux*)
 
4440
-           LD="${LD-ld} -m elf_i386"
 
4441
-           ;;
 
4442
-         ppc64-*linux*|powerpc64-*linux*)
 
4443
-           LD="${LD-ld} -m elf32ppclinux"
 
4444
-           ;;
 
4445
-         s390x-*linux*)
 
4446
-           LD="${LD-ld} -m elf_s390"
 
4447
-           ;;
 
4448
-         sparc64-*linux*)
 
4449
-           LD="${LD-ld} -m elf32_sparc"
 
4450
-           ;;
 
4451
-       esac
 
4452
-       ;;
 
4453
-      *64-bit*)
 
4454
-       case $host in
 
4455
-         x86_64-*kfreebsd*-gnu)
 
4456
-           LD="${LD-ld} -m elf_x86_64_fbsd"
 
4457
-           ;;
 
4458
-         x86_64-*linux*)
 
4459
-           LD="${LD-ld} -m elf_x86_64"
 
4460
-           ;;
 
4461
-         ppc*-*linux*|powerpc*-*linux*)
 
4462
-           LD="${LD-ld} -m elf64ppc"
 
4463
-           ;;
 
4464
-         s390*-*linux*|s390*-*tpf*)
 
4465
-           LD="${LD-ld} -m elf64_s390"
 
4466
-           ;;
 
4467
-         sparc*-*linux*)
 
4468
-           LD="${LD-ld} -m elf64_sparc"
 
4469
-           ;;
 
4470
-       esac
 
4471
-       ;;
 
4472
-    esac
 
4473
-  fi
 
4474
-  rm -rf conftest*
 
4475
+hpux9* | hpux10* | hpux11*)
 
4476
+  # Give a soname corresponding to the major version so that dld.sl refuses to
 
4477
+  # link against other versions.
 
4478
+  version_type=sunos
 
4479
+  need_lib_prefix=no
 
4480
+  need_version=no
 
4481
+  case $host_cpu in
 
4482
+  ia64*)
 
4483
+    shrext_cmds='.so'
 
4484
+    hardcode_into_libs=yes
 
4485
+    dynamic_linker="$host_os dld.so"
 
4486
+    shlibpath_var=LD_LIBRARY_PATH
 
4487
+    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
 
4488
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
4489
+    soname_spec='${libname}${release}${shared_ext}$major'
 
4490
+    if test "X$HPUX_IA64_MODE" = X32; then
 
4491
+      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
 
4492
+    else
 
4493
+      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
 
4494
+    fi
 
4495
+    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
4496
+    ;;
 
4497
+  hppa*64*)
 
4498
+    shrext_cmds='.sl'
 
4499
+    hardcode_into_libs=yes
 
4500
+    dynamic_linker="$host_os dld.sl"
 
4501
+    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
 
4502
+    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
 
4503
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
4504
+    soname_spec='${libname}${release}${shared_ext}$major'
 
4505
+    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
 
4506
+    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
4507
+    ;;
 
4508
+  *)
 
4509
+    shrext_cmds='.sl'
 
4510
+    dynamic_linker="$host_os dld.sl"
 
4511
+    shlibpath_var=SHLIB_PATH
 
4512
+    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
 
4513
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
4514
+    soname_spec='${libname}${release}${shared_ext}$major'
 
4515
+    ;;
 
4516
+  esac
 
4517
+  # HP-UX runs *really* slowly unless shared libraries are mode 555.
 
4518
+  postinstall_cmds='chmod 555 $lib'
 
4519
   ;;
 
4520
 
 
4521
-*-*-sco3.2v5*)
 
4522
-  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
 
4523
-  SAVE_CFLAGS="$CFLAGS"
 
4524
-  CFLAGS="$CFLAGS -belf"
 
4525
-  AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
 
4526
-    [AC_LANG_PUSH(C)
 
4527
-     AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
 
4528
-     AC_LANG_POP])
 
4529
-  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
 
4530
-    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
 
4531
-    CFLAGS="$SAVE_CFLAGS"
 
4532
-  fi
 
4533
+interix[[3-9]]*)
 
4534
+  version_type=linux
 
4535
+  need_lib_prefix=no
 
4536
+  need_version=no
 
4537
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
4538
+  soname_spec='${libname}${release}${shared_ext}$major'
 
4539
+  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
 
4540
+  shlibpath_var=LD_LIBRARY_PATH
 
4541
+  shlibpath_overrides_runpath=no
 
4542
+  hardcode_into_libs=yes
 
4543
   ;;
 
4544
-sparc*-*solaris*)
 
4545
-  # Find out which ABI we are using.
 
4546
-  echo 'int i;' > conftest.$ac_ext
 
4547
-  if AC_TRY_EVAL(ac_compile); then
 
4548
-    case `/usr/bin/file conftest.o` in
 
4549
-    *64-bit*)
 
4550
-      case $lt_cv_prog_gnu_ld in
 
4551
-      yes*) LD="${LD-ld} -m elf64_sparc" ;;
 
4552
-      *)
 
4553
-       if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
 
4554
-         LD="${LD-ld} -64"
 
4555
-       fi
 
4556
-       ;;
 
4557
-      esac
 
4558
-      ;;
 
4559
+
 
4560
+irix5* | irix6* | nonstopux*)
 
4561
+  case $host_os in
 
4562
+    nonstopux*) version_type=nonstopux ;;
 
4563
+    *)
 
4564
+       if test "$lt_cv_prog_gnu_ld" = yes; then
 
4565
+               version_type=linux
 
4566
+       else
 
4567
+               version_type=irix
 
4568
+       fi ;;
 
4569
+  esac
 
4570
+  need_lib_prefix=no
 
4571
+  need_version=no
 
4572
+  soname_spec='${libname}${release}${shared_ext}$major'
 
4573
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
 
4574
+  case $host_os in
 
4575
+  irix5* | nonstopux*)
 
4576
+    libsuff= shlibsuff=
 
4577
+    ;;
 
4578
+  *)
 
4579
+    case $LD in # libtool.m4 will add one of these switches to LD
 
4580
+    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
 
4581
+      libsuff= shlibsuff= libmagic=32-bit;;
 
4582
+    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
 
4583
+      libsuff=32 shlibsuff=N32 libmagic=N32;;
 
4584
+    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
 
4585
+      libsuff=64 shlibsuff=64 libmagic=64-bit;;
 
4586
+    *) libsuff= shlibsuff= libmagic=never-match;;
 
4587
     esac
 
4588
-  fi
 
4589
-  rm -rf conftest*
 
4590
+    ;;
 
4591
+  esac
 
4592
+  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
 
4593
+  shlibpath_overrides_runpath=no
 
4594
+  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
 
4595
+  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
 
4596
+  hardcode_into_libs=yes
 
4597
   ;;
 
4598
-esac
 
4599
 
 
4600
-need_locks="$enable_libtool_lock"
 
4601
-])# _LT_ENABLE_LOCK
 
4602
+# No shared lib support for Linux oldld, aout, or coff.
 
4603
+linux*oldld* | linux*aout* | linux*coff*)
 
4604
+  dynamic_linker=no
 
4605
+  ;;
 
4606
 
 
4607
+# This must be Linux ELF.
 
4608
+linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
4609
+  version_type=linux
 
4610
+  need_lib_prefix=no
 
4611
+  need_version=no
 
4612
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
4613
+  soname_spec='${libname}${release}${shared_ext}$major'
 
4614
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
 
4615
+  shlibpath_var=LD_LIBRARY_PATH
 
4616
+  shlibpath_overrides_runpath=no
 
4617
+  # Some binutils ld are patched to set DT_RUNPATH
 
4618
+  save_LDFLAGS=$LDFLAGS
 
4619
+  save_libdir=$libdir
 
4620
+  eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
 
4621
+       LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\""
 
4622
+  AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
 
4623
+    [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null],
 
4624
+       [shlibpath_overrides_runpath=yes])])
 
4625
+  LDFLAGS=$save_LDFLAGS
 
4626
+  libdir=$save_libdir
 
4627
 
 
4628
-# _LT_CMD_OLD_ARCHIVE
 
4629
-# -------------------
 
4630
-m4_defun([_LT_CMD_OLD_ARCHIVE],
 
4631
-[AC_CHECK_TOOL(AR, ar, false)
 
4632
-test -z "$AR" && AR=ar
 
4633
-test -z "$AR_FLAGS" && AR_FLAGS=cru
 
4634
-_LT_DECL([], [AR], [1], [The archiver])
 
4635
-_LT_DECL([], [AR_FLAGS], [1])
 
4636
+  # This implies no fast_install, which is unacceptable.
 
4637
+  # Some rework will be needed to allow for fast_install
 
4638
+  # before this can be enabled.
 
4639
+  hardcode_into_libs=yes
 
4640
 
 
4641
-AC_CHECK_TOOL(STRIP, strip, :)
 
4642
-test -z "$STRIP" && STRIP=:
 
4643
-_LT_DECL([], [STRIP], [1], [A symbol stripping program])
 
4644
+  # Append ld.so.conf contents to the search path
 
4645
+  if test -f /etc/ld.so.conf; then
 
4646
+    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' ' '`
30
4647
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
31
 
   fi
32
 
 
33
 
   # We used to test for /lib/ld.so.1 and disable shared libraries on
34
 
@@ -2543,6 +2540,18 @@
35
 
   dynamic_linker='GNU/Linux ld.so'
36
 
   ;;
37
 
 
 
4648
+  fi
 
4649
 
 
4650
-AC_CHECK_TOOL(RANLIB, ranlib, :)
 
4651
-test -z "$RANLIB" && RANLIB=:
 
4652
-_LT_DECL([], [RANLIB], [1],
 
4653
-    [Commands used to install an old-style archive])
 
4654
+  # We used to test for /lib/ld.so.1 and disable shared libraries on
 
4655
+  # powerpc, because MkLinux only supported shared libraries with the
 
4656
+  # GNU dynamic linker.  Since this was broken with cross compilers,
 
4657
+  # most powerpc-linux boxes support dynamic linking these days and
 
4658
+  # people can always --disable-shared, the test was removed, and we
 
4659
+  # assume the GNU/Linux dynamic linker is in use.
 
4660
+  dynamic_linker='GNU/Linux ld.so'
 
4661
+  ;;
 
4662
 
 
4663
-# Determine commands to create old-style static archives.
 
4664
-old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
 
4665
-old_postinstall_cmds='chmod 644 $oldlib'
 
4666
-old_postuninstall_cmds=
 
4667
-
 
4668
-if test -n "$RANLIB"; then
 
4669
-  case $host_os in
 
4670
-  openbsd*)
 
4671
-    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
 
4672
-    ;;
 
4673
-  *)
 
4674
-    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
 
4675
-    ;;
 
4676
-  esac
 
4677
-  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
 
4678
-fi
 
4679
-_LT_DECL([], [old_postinstall_cmds], [2])
 
4680
-_LT_DECL([], [old_postuninstall_cmds], [2])
 
4681
-_LT_TAGDECL([], [old_archive_cmds], [2],
 
4682
-    [Commands used to build an old-style archive])
 
4683
-])# _LT_CMD_OLD_ARCHIVE
38
4684
+netbsdelf*-gnu)
39
4685
+  version_type=linux
40
4686
+  need_lib_prefix=no
46
4692
+  hardcode_into_libs=yes
47
4693
+  dynamic_linker='NetBSD ld.elf_so'
48
4694
+  ;;
49
 
+
50
 
 netbsd*)
51
 
   version_type=sunos
52
 
   need_lib_prefix=no
53
 
@@ -3134,7 +3143,7 @@
54
 
   lt_cv_deplibs_check_method=pass_all
55
 
   ;;
56
 
 
57
 
-netbsd*)
 
4695
 
 
4696
+netbsd*)
 
4697
+  version_type=sunos
 
4698
+  need_lib_prefix=no
 
4699
+  need_version=no
 
4700
+  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 
4701
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
4702
+    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
4703
+    dynamic_linker='NetBSD (a.out) ld.so'
 
4704
+  else
 
4705
+    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
4706
+    soname_spec='${libname}${release}${shared_ext}$major'
 
4707
+    dynamic_linker='NetBSD ld.elf_so'
 
4708
+  fi
 
4709
+  shlibpath_var=LD_LIBRARY_PATH
 
4710
+  shlibpath_overrides_runpath=yes
 
4711
+  hardcode_into_libs=yes
 
4712
+  ;;
 
4713
 
 
4714
-# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
 
4715
-#              [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
 
4716
-# ----------------------------------------------------------------
 
4717
-# Check whether the given compiler option works
 
4718
-AC_DEFUN([_LT_COMPILER_OPTION],
 
4719
-[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
4720
-m4_require([_LT_DECL_SED])dnl
 
4721
-AC_CACHE_CHECK([$1], [$2],
 
4722
-  [$2=no
 
4723
-   m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
 
4724
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
4725
-   lt_compiler_flag="$3"
 
4726
-   # Insert the option either (1) after the last *FLAGS variable, or
 
4727
-   # (2) before a word containing "conftest.", or (3) at the end.
 
4728
-   # Note that $ac_compile itself does not contain backslashes and begins
 
4729
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
4730
-   # The option is referenced via a variable to avoid confusing sed.
 
4731
-   lt_compile=`echo "$ac_compile" | $SED \
 
4732
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
4733
-   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
 
4734
-   -e 's:$: $lt_compiler_flag:'`
 
4735
-   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
 
4736
-   (eval "$lt_compile" 2>conftest.err)
 
4737
-   ac_status=$?
 
4738
-   cat conftest.err >&AS_MESSAGE_LOG_FD
 
4739
-   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
4740
-   if (exit $ac_status) && test -s "$ac_outfile"; then
 
4741
-     # The compiler can only warn and ignore the option if not recognized
 
4742
-     # So say no if there are warnings other than the usual output.
 
4743
-     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
 
4744
-     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
4745
-     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
 
4746
-       $2=yes
 
4747
-     fi
 
4748
-   fi
 
4749
-   $RM conftest*
 
4750
-])
 
4751
+newsos6)
 
4752
+  version_type=linux
 
4753
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
4754
+  shlibpath_var=LD_LIBRARY_PATH
 
4755
+  shlibpath_overrides_runpath=yes
 
4756
+  ;;
 
4757
 
 
4758
-if test x"[$]$2" = xyes; then
 
4759
-    m4_if([$5], , :, [$5])
 
4760
-else
 
4761
-    m4_if([$6], , :, [$6])
 
4762
-fi
 
4763
-])# _LT_COMPILER_OPTION
 
4764
+*nto* | *qnx*)
 
4765
+  version_type=qnx
 
4766
+  need_lib_prefix=no
 
4767
+  need_version=no
 
4768
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
4769
+  soname_spec='${libname}${release}${shared_ext}$major'
 
4770
+  shlibpath_var=LD_LIBRARY_PATH
 
4771
+  shlibpath_overrides_runpath=no
 
4772
+  hardcode_into_libs=yes
 
4773
+  dynamic_linker='ldqnx.so'
 
4774
+  ;;
 
4775
 
 
4776
-# Old name:
 
4777
-AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION])
 
4778
-dnl aclocal-1.4 backwards compatibility:
 
4779
-dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [])
 
4780
+openbsd*)
 
4781
+  version_type=sunos
 
4782
+  sys_lib_dlsearch_path_spec="/usr/lib"
 
4783
+  need_lib_prefix=no
 
4784
+  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
 
4785
+  case $host_os in
 
4786
+    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
 
4787
+    *)                         need_version=no  ;;
 
4788
+  esac
 
4789
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
4790
+  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
4791
+  shlibpath_var=LD_LIBRARY_PATH
 
4792
+  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
4793
+    case $host_os in
 
4794
+      openbsd2.[[89]] | openbsd2.[[89]].*)
 
4795
+       shlibpath_overrides_runpath=no
 
4796
+       ;;
 
4797
+      *)
 
4798
+       shlibpath_overrides_runpath=yes
 
4799
+       ;;
 
4800
+      esac
 
4801
+  else
 
4802
+    shlibpath_overrides_runpath=yes
 
4803
+  fi
 
4804
+  ;;
 
4805
 
 
4806
+os2*)
 
4807
+  libname_spec='$name'
 
4808
+  shrext_cmds=".dll"
 
4809
+  need_lib_prefix=no
 
4810
+  library_names_spec='$libname${shared_ext} $libname.a'
 
4811
+  dynamic_linker='OS/2 ld.exe'
 
4812
+  shlibpath_var=LIBPATH
 
4813
+  ;;
 
4814
 
 
4815
-# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
 
4816
-#                  [ACTION-SUCCESS], [ACTION-FAILURE])
 
4817
-# ----------------------------------------------------
 
4818
-# Check whether the given linker option works
 
4819
-AC_DEFUN([_LT_LINKER_OPTION],
 
4820
-[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
4821
-m4_require([_LT_DECL_SED])dnl
 
4822
-AC_CACHE_CHECK([$1], [$2],
 
4823
-  [$2=no
 
4824
-   save_LDFLAGS="$LDFLAGS"
 
4825
-   LDFLAGS="$LDFLAGS $3"
 
4826
-   echo "$lt_simple_link_test_code" > conftest.$ac_ext
 
4827
-   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
 
4828
-     # The linker can only warn and ignore the option if not recognized
 
4829
-     # So say no if there are warnings
 
4830
-     if test -s conftest.err; then
 
4831
-       # Append any errors to the config.log.
 
4832
-       cat conftest.err 1>&AS_MESSAGE_LOG_FD
 
4833
-       $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
 
4834
-       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
 
4835
-       if diff conftest.exp conftest.er2 >/dev/null; then
 
4836
-         $2=yes
 
4837
-       fi
 
4838
-     else
 
4839
-       $2=yes
 
4840
-     fi
 
4841
-   fi
 
4842
-   $RM -r conftest*
 
4843
-   LDFLAGS="$save_LDFLAGS"
 
4844
-])
 
4845
+osf3* | osf4* | osf5*)
 
4846
+  version_type=osf
 
4847
+  need_lib_prefix=no
 
4848
+  need_version=no
 
4849
+  soname_spec='${libname}${release}${shared_ext}$major'
 
4850
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
4851
+  shlibpath_var=LD_LIBRARY_PATH
 
4852
+  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
 
4853
+  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
 
4854
+  ;;
 
4855
 
 
4856
-if test x"[$]$2" = xyes; then
 
4857
-    m4_if([$4], , :, [$4])
 
4858
-else
 
4859
-    m4_if([$5], , :, [$5])
 
4860
-fi
 
4861
-])# _LT_LINKER_OPTION
 
4862
+rdos*)
 
4863
+  dynamic_linker=no
 
4864
+  ;;
 
4865
 
 
4866
-# Old name:
 
4867
-AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION])
 
4868
-dnl aclocal-1.4 backwards compatibility:
 
4869
-dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [])
 
4870
+solaris*)
 
4871
+  version_type=linux
 
4872
+  need_lib_prefix=no
 
4873
+  need_version=no
 
4874
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
4875
+  soname_spec='${libname}${release}${shared_ext}$major'
 
4876
+  shlibpath_var=LD_LIBRARY_PATH
 
4877
+  shlibpath_overrides_runpath=yes
 
4878
+  hardcode_into_libs=yes
 
4879
+  # ldd complains unless libraries are executable
 
4880
+  postinstall_cmds='chmod +x $lib'
 
4881
+  ;;
 
4882
 
 
4883
+sunos4*)
 
4884
+  version_type=sunos
 
4885
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
4886
+  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
 
4887
+  shlibpath_var=LD_LIBRARY_PATH
 
4888
+  shlibpath_overrides_runpath=yes
 
4889
+  if test "$with_gnu_ld" = yes; then
 
4890
+    need_lib_prefix=no
 
4891
+  fi
 
4892
+  need_version=yes
 
4893
+  ;;
 
4894
 
 
4895
-# LT_CMD_MAX_LEN
 
4896
-#---------------
 
4897
-AC_DEFUN([LT_CMD_MAX_LEN],
 
4898
-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
4899
-# find the maximum length of command line arguments
 
4900
-AC_MSG_CHECKING([the maximum length of command line arguments])
 
4901
-AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
 
4902
-  i=0
 
4903
-  teststring="ABCD"
 
4904
+sysv4 | sysv4.3*)
 
4905
+  version_type=linux
 
4906
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
4907
+  soname_spec='${libname}${release}${shared_ext}$major'
 
4908
+  shlibpath_var=LD_LIBRARY_PATH
 
4909
+  case $host_vendor in
 
4910
+    sni)
 
4911
+      shlibpath_overrides_runpath=no
 
4912
+      need_lib_prefix=no
 
4913
+      runpath_var=LD_RUN_PATH
 
4914
+      ;;
 
4915
+    siemens)
 
4916
+      need_lib_prefix=no
 
4917
+      ;;
 
4918
+    motorola)
 
4919
+      need_lib_prefix=no
 
4920
+      need_version=no
 
4921
+      shlibpath_overrides_runpath=no
 
4922
+      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
 
4923
+      ;;
 
4924
+  esac
 
4925
+  ;;
 
4926
 
 
4927
-  case $build_os in
 
4928
-  msdosdjgpp*)
 
4929
-    # On DJGPP, this test can blow up pretty badly due to problems in libc
 
4930
-    # (any single argument exceeding 2000 bytes causes a buffer overrun
 
4931
-    # during glob expansion).  Even if it were fixed, the result of this
 
4932
-    # check would be larger than it should be.
 
4933
-    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
 
4934
-    ;;
 
4935
+sysv4*MP*)
 
4936
+  if test -d /usr/nec ;then
 
4937
+    version_type=linux
 
4938
+    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
 
4939
+    soname_spec='$libname${shared_ext}.$major'
 
4940
+    shlibpath_var=LD_LIBRARY_PATH
 
4941
+  fi
 
4942
+  ;;
 
4943
 
 
4944
-  gnu*)
 
4945
-    # Under GNU Hurd, this test is not required because there is
 
4946
-    # no limit to the length of command line arguments.
 
4947
-    # Libtool will interpret -1 as no limit whatsoever
 
4948
-    lt_cv_sys_max_cmd_len=-1;
 
4949
-    ;;
 
4950
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
 
4951
+  version_type=freebsd-elf
 
4952
+  need_lib_prefix=no
 
4953
+  need_version=no
 
4954
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
 
4955
+  soname_spec='${libname}${release}${shared_ext}$major'
 
4956
+  shlibpath_var=LD_LIBRARY_PATH
 
4957
+  shlibpath_overrides_runpath=yes
 
4958
+  hardcode_into_libs=yes
 
4959
+  if test "$with_gnu_ld" = yes; then
 
4960
+    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
 
4961
+  else
 
4962
+    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
 
4963
+    case $host_os in
 
4964
+      sco3.2v5*)
 
4965
+        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
 
4966
+       ;;
 
4967
+    esac
 
4968
+  fi
 
4969
+  sys_lib_dlsearch_path_spec='/usr/lib'
 
4970
+  ;;
 
4971
 
 
4972
-  cygwin* | mingw* | cegcc*)
 
4973
-    # On Win9x/ME, this test blows up -- it succeeds, but takes
 
4974
-    # about 5 minutes as the teststring grows exponentially.
 
4975
-    # Worse, since 9x/ME are not pre-emptively multitasking,
 
4976
-    # you end up with a "frozen" computer, even though with patience
 
4977
-    # the test eventually succeeds (with a max line length of 256k).
 
4978
-    # Instead, let's just punt: use the minimum linelength reported by
 
4979
-    # all of the supported platforms: 8192 (on NT/2K/XP).
 
4980
-    lt_cv_sys_max_cmd_len=8192;
 
4981
-    ;;
 
4982
+tpf*)
 
4983
+  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
 
4984
+  version_type=linux
 
4985
+  need_lib_prefix=no
 
4986
+  need_version=no
 
4987
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
4988
+  shlibpath_var=LD_LIBRARY_PATH
 
4989
+  shlibpath_overrides_runpath=no
 
4990
+  hardcode_into_libs=yes
 
4991
+  ;;
 
4992
 
 
4993
-  amigaos*)
 
4994
-    # On AmigaOS with pdksh, this test takes hours, literally.
 
4995
-    # So we just punt and use a minimum line length of 8192.
 
4996
-    lt_cv_sys_max_cmd_len=8192;
 
4997
-    ;;
 
4998
+uts4*)
 
4999
+  version_type=linux
 
5000
+  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
5001
+  soname_spec='${libname}${release}${shared_ext}$major'
 
5002
+  shlibpath_var=LD_LIBRARY_PATH
 
5003
+  ;;
 
5004
 
 
5005
-  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
 
5006
-    # This has been around since 386BSD, at least.  Likely further.
 
5007
-    if test -x /sbin/sysctl; then
 
5008
-      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
 
5009
-    elif test -x /usr/sbin/sysctl; then
 
5010
-      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
 
5011
-    else
 
5012
-      lt_cv_sys_max_cmd_len=65536      # usable default for all BSDs
 
5013
-    fi
 
5014
-    # And add a safety zone
 
5015
-    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
 
5016
-    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
 
5017
-    ;;
 
5018
+*)
 
5019
+  dynamic_linker=no
 
5020
+  ;;
 
5021
+esac
 
5022
+AC_MSG_RESULT([$dynamic_linker])
 
5023
+test "$dynamic_linker" = no && can_build_shared=no
 
5024
 
 
5025
-  interix*)
 
5026
-    # We know the value 262144 and hardcode it with a safety zone (like BSD)
 
5027
-    lt_cv_sys_max_cmd_len=196608
 
5028
-    ;;
 
5029
+variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 
5030
+if test "$GCC" = yes; then
 
5031
+  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
5032
+fi
 
5033
 
 
5034
-  osf*)
 
5035
-    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
 
5036
-    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
 
5037
-    # nice to cause kernel panics so lets avoid the loop below.
 
5038
-    # First set a reasonable default.
 
5039
-    lt_cv_sys_max_cmd_len=16384
 
5040
-    #
 
5041
-    if test -x /sbin/sysconfig; then
 
5042
-      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
 
5043
-        *1*) lt_cv_sys_max_cmd_len=-1 ;;
 
5044
-      esac
 
5045
-    fi
 
5046
-    ;;
 
5047
-  sco3.2v5*)
 
5048
-    lt_cv_sys_max_cmd_len=102400
 
5049
-    ;;
 
5050
-  sysv5* | sco5v6* | sysv4.2uw2*)
 
5051
-    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
 
5052
-    if test -n "$kargmax"; then
 
5053
-      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[        ]]//'`
 
5054
-    else
 
5055
-      lt_cv_sys_max_cmd_len=32768
 
5056
-    fi
 
5057
-    ;;
 
5058
-  *)
 
5059
-    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
 
5060
-    if test -n "$lt_cv_sys_max_cmd_len"; then
 
5061
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
 
5062
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
 
5063
-    else
 
5064
-      # Make teststring a little bigger before we do anything with it.
 
5065
-      # a 1K string should be a reasonable start.
 
5066
-      for i in 1 2 3 4 5 6 7 8 ; do
 
5067
-        teststring=$teststring$teststring
 
5068
-      done
 
5069
-      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
 
5070
-      # If test is not a shell built-in, we'll probably end up computing a
 
5071
-      # maximum length that is only half of the actual maximum length, but
 
5072
-      # we can't tell.
 
5073
-      while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
 
5074
-                = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
 
5075
-             test $i != 17 # 1/2 MB should be enough
 
5076
-      do
 
5077
-        i=`expr $i + 1`
 
5078
-        teststring=$teststring$teststring
 
5079
-      done
 
5080
-      # Only check the string length outside the loop.
 
5081
-      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
 
5082
-      teststring=
 
5083
-      # Add a significant safety factor because C++ compilers can tack on
 
5084
-      # massive amounts of additional arguments before passing them to the
 
5085
-      # linker.  It appears as though 1/2 is a usable value.
 
5086
-      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
 
5087
+if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
 
5088
+  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
 
5089
+fi
 
5090
+if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
 
5091
+  sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
 
5092
+fi
 
5093
+
 
5094
+_LT_DECL([], [variables_saved_for_relink], [1],
 
5095
+    [Variables whose values should be saved in libtool wrapper scripts and
 
5096
+    restored at link time])
 
5097
+_LT_DECL([], [need_lib_prefix], [0],
 
5098
+    [Do we need the "lib" prefix for modules?])
 
5099
+_LT_DECL([], [need_version], [0], [Do we need a version for libraries?])
 
5100
+_LT_DECL([], [version_type], [0], [Library versioning type])
 
5101
+_LT_DECL([], [runpath_var], [0],  [Shared library runtime path variable])
 
5102
+_LT_DECL([], [shlibpath_var], [0],[Shared library path variable])
 
5103
+_LT_DECL([], [shlibpath_overrides_runpath], [0],
 
5104
+    [Is shlibpath searched before the hard-coded library search path?])
 
5105
+_LT_DECL([], [libname_spec], [1], [Format of library name prefix])
 
5106
+_LT_DECL([], [library_names_spec], [1],
 
5107
+    [[List of archive names.  First name is the real one, the rest are links.
 
5108
+    The last name is the one that the linker finds with -lNAME]])
 
5109
+_LT_DECL([], [soname_spec], [1],
 
5110
+    [[The coded name of the library, if different from the real name]])
 
5111
+_LT_DECL([], [postinstall_cmds], [2],
 
5112
+    [Command to use after installation of a shared archive])
 
5113
+_LT_DECL([], [postuninstall_cmds], [2],
 
5114
+    [Command to use after uninstallation of a shared archive])
 
5115
+_LT_DECL([], [finish_cmds], [2],
 
5116
+    [Commands used to finish a libtool library installation in a directory])
 
5117
+_LT_DECL([], [finish_eval], [1],
 
5118
+    [[As "finish_cmds", except a single script fragment to be evaled but
 
5119
+    not shown]])
 
5120
+_LT_DECL([], [hardcode_into_libs], [0],
 
5121
+    [Whether we should hardcode library paths into libraries])
 
5122
+_LT_DECL([], [sys_lib_search_path_spec], [2],
 
5123
+    [Compile-time system search path for libraries])
 
5124
+_LT_DECL([], [sys_lib_dlsearch_path_spec], [2],
 
5125
+    [Run-time system search path for libraries])
 
5126
+])# _LT_SYS_DYNAMIC_LINKER
 
5127
+
 
5128
+
 
5129
+# _LT_PATH_TOOL_PREFIX(TOOL)
 
5130
+# --------------------------
 
5131
+# find a file program which can recognize shared library
 
5132
+AC_DEFUN([_LT_PATH_TOOL_PREFIX],
 
5133
+[m4_require([_LT_DECL_EGREP])dnl
 
5134
+AC_MSG_CHECKING([for $1])
 
5135
+AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
 
5136
+[case $MAGIC_CMD in
 
5137
+[[\\/*] |  ?:[\\/]*])
 
5138
+  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
 
5139
+  ;;
 
5140
+*)
 
5141
+  lt_save_MAGIC_CMD="$MAGIC_CMD"
 
5142
+  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
5143
+dnl $ac_dummy forces splitting on constant user-supplied paths.
 
5144
+dnl POSIX.2 word splitting is done only on the output of word expansions,
 
5145
+dnl not every word.  This closes a longstanding sh security hole.
 
5146
+  ac_dummy="m4_if([$2], , $PATH, [$2])"
 
5147
+  for ac_dir in $ac_dummy; do
 
5148
+    IFS="$lt_save_ifs"
 
5149
+    test -z "$ac_dir" && ac_dir=.
 
5150
+    if test -f $ac_dir/$1; then
 
5151
+      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
 
5152
+      if test -n "$file_magic_test_file"; then
 
5153
+       case $deplibs_check_method in
 
5154
+       "file_magic "*)
 
5155
+         file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
 
5156
+         MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
5157
+         if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
 
5158
+           $EGREP "$file_magic_regex" > /dev/null; then
 
5159
+           :
 
5160
+         else
 
5161
+           cat <<_LT_EOF 1>&2
 
5162
+
 
5163
+*** Warning: the command libtool uses to detect shared libraries,
 
5164
+*** $file_magic_cmd, produces output that libtool cannot recognize.
 
5165
+*** The result is that libtool may fail to recognize shared libraries
 
5166
+*** as such.  This will affect the creation of libtool libraries that
 
5167
+*** depend on shared libraries, but programs linked with such libtool
 
5168
+*** libraries will work regardless of this problem.  Nevertheless, you
 
5169
+*** may want to report the problem to your system manager and/or to
 
5170
+*** bug-libtool@gnu.org
 
5171
+
 
5172
+_LT_EOF
 
5173
+         fi ;;
 
5174
+       esac
 
5175
+      fi
 
5176
+      break
 
5177
     fi
 
5178
-    ;;
 
5179
-  esac
 
5180
-])
 
5181
-if test -n $lt_cv_sys_max_cmd_len ; then
 
5182
-  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
 
5183
+  done
 
5184
+  IFS="$lt_save_ifs"
 
5185
+  MAGIC_CMD="$lt_save_MAGIC_CMD"
 
5186
+  ;;
 
5187
+esac])
 
5188
+MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
5189
+if test -n "$MAGIC_CMD"; then
 
5190
+  AC_MSG_RESULT($MAGIC_CMD)
 
5191
 else
 
5192
-  AC_MSG_RESULT(none)
 
5193
+  AC_MSG_RESULT(no)
 
5194
 fi
 
5195
-max_cmd_len=$lt_cv_sys_max_cmd_len
 
5196
-_LT_DECL([], [max_cmd_len], [0],
 
5197
-    [What is the maximum length of a command?])
 
5198
-])# LT_CMD_MAX_LEN
 
5199
+_LT_DECL([], [MAGIC_CMD], [0],
 
5200
+        [Used to examine libraries when file_magic_cmd begins with "file"])dnl
 
5201
+])# _LT_PATH_TOOL_PREFIX
 
5202
 
 
5203
 # Old name:
 
5204
-AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN])
 
5205
+AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX])
 
5206
 dnl aclocal-1.4 backwards compatibility:
 
5207
-dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [])
 
5208
-
 
5209
-
 
5210
-# _LT_HEADER_DLFCN
 
5211
-# ----------------
 
5212
-m4_defun([_LT_HEADER_DLFCN],
 
5213
-[AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl
 
5214
-])# _LT_HEADER_DLFCN
 
5215
+dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], [])
 
5216
 
 
5217
 
 
5218
-# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
 
5219
-#                      ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
 
5220
-# ----------------------------------------------------------------
 
5221
-m4_defun([_LT_TRY_DLOPEN_SELF],
 
5222
-[m4_require([_LT_HEADER_DLFCN])dnl
 
5223
-if test "$cross_compiling" = yes; then :
 
5224
-  [$4]
 
5225
-else
 
5226
-  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
5227
-  lt_status=$lt_dlunknown
 
5228
-  cat > conftest.$ac_ext <<_LT_EOF
 
5229
-[#line __oline__ "configure"
 
5230
-#include "confdefs.h"
 
5231
-
 
5232
-#if HAVE_DLFCN_H
 
5233
-#include <dlfcn.h>
 
5234
-#endif
 
5235
-
 
5236
-#include <stdio.h>
 
5237
-
 
5238
-#ifdef RTLD_GLOBAL
 
5239
-#  define LT_DLGLOBAL          RTLD_GLOBAL
 
5240
-#else
 
5241
-#  ifdef DL_GLOBAL
 
5242
-#    define LT_DLGLOBAL                DL_GLOBAL
 
5243
-#  else
 
5244
-#    define LT_DLGLOBAL                0
 
5245
-#  endif
 
5246
-#endif
 
5247
-
 
5248
-/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
 
5249
-   find out it does not work in some platform. */
 
5250
-#ifndef LT_DLLAZY_OR_NOW
 
5251
-#  ifdef RTLD_LAZY
 
5252
-#    define LT_DLLAZY_OR_NOW           RTLD_LAZY
 
5253
-#  else
 
5254
-#    ifdef DL_LAZY
 
5255
-#      define LT_DLLAZY_OR_NOW         DL_LAZY
 
5256
-#    else
 
5257
-#      ifdef RTLD_NOW
 
5258
-#        define LT_DLLAZY_OR_NOW       RTLD_NOW
 
5259
-#      else
 
5260
-#        ifdef DL_NOW
 
5261
-#          define LT_DLLAZY_OR_NOW     DL_NOW
 
5262
-#        else
 
5263
-#          define LT_DLLAZY_OR_NOW     0
 
5264
-#        endif
 
5265
-#      endif
 
5266
-#    endif
 
5267
-#  endif
 
5268
-#endif
 
5269
-
 
5270
-void fnord() { int i=42;}
 
5271
-int main ()
 
5272
-{
 
5273
-  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
 
5274
-  int status = $lt_dlunknown;
 
5275
-
 
5276
-  if (self)
 
5277
-    {
 
5278
-      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
 
5279
-      else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
 
5280
-      /* dlclose (self); */
 
5281
-    }
 
5282
+# _LT_PATH_MAGIC
 
5283
+# --------------
 
5284
+# find a file program which can recognize a shared library
 
5285
+m4_defun([_LT_PATH_MAGIC],
 
5286
+[_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
 
5287
+if test -z "$lt_cv_path_MAGIC_CMD"; then
 
5288
+  if test -n "$ac_tool_prefix"; then
 
5289
+    _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
 
5290
   else
 
5291
-    puts (dlerror ());
 
5292
-
 
5293
-  return status;
 
5294
-}]
 
5295
-_LT_EOF
 
5296
-  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
 
5297
-    (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
 
5298
-    lt_status=$?
 
5299
-    case x$lt_status in
 
5300
-      x$lt_dlno_uscore) $1 ;;
 
5301
-      x$lt_dlneed_uscore) $2 ;;
 
5302
-      x$lt_dlunknown|x*) $3 ;;
 
5303
-    esac
 
5304
-  else :
 
5305
-    # compilation failed
 
5306
-    $3
 
5307
+    MAGIC_CMD=:
 
5308
   fi
 
5309
 fi
 
5310
-rm -fr conftest*
 
5311
-])# _LT_TRY_DLOPEN_SELF
 
5312
-
 
5313
-
 
5314
-# LT_SYS_DLOPEN_SELF
 
5315
-# ------------------
 
5316
-AC_DEFUN([LT_SYS_DLOPEN_SELF],
 
5317
-[m4_require([_LT_HEADER_DLFCN])dnl
 
5318
-if test "x$enable_dlopen" != xyes; then
 
5319
-  enable_dlopen=unknown
 
5320
-  enable_dlopen_self=unknown
 
5321
-  enable_dlopen_self_static=unknown
 
5322
-else
 
5323
-  lt_cv_dlopen=no
 
5324
-  lt_cv_dlopen_libs=
 
5325
+])# _LT_PATH_MAGIC
 
5326
 
 
5327
-  case $host_os in
 
5328
-  beos*)
 
5329
-    lt_cv_dlopen="load_add_on"
 
5330
-    lt_cv_dlopen_libs=
 
5331
-    lt_cv_dlopen_self=yes
 
5332
-    ;;
 
5333
 
 
5334
-  mingw* | pw32* | cegcc*)
 
5335
-    lt_cv_dlopen="LoadLibrary"
 
5336
-    lt_cv_dlopen_libs=
 
5337
-    ;;
 
5338
+# LT_PATH_LD
 
5339
+# ----------
 
5340
+# find the pathname to the GNU or non-GNU linker
 
5341
+AC_DEFUN([LT_PATH_LD],
 
5342
+[AC_REQUIRE([AC_PROG_CC])dnl
 
5343
+AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
5344
+AC_REQUIRE([AC_CANONICAL_BUILD])dnl
 
5345
+m4_require([_LT_DECL_SED])dnl
 
5346
+m4_require([_LT_DECL_EGREP])dnl
 
5347
 
 
5348
-  cygwin*)
 
5349
-    lt_cv_dlopen="dlopen"
 
5350
-    lt_cv_dlopen_libs=
 
5351
-    ;;
 
5352
+AC_ARG_WITH([gnu-ld],
 
5353
+    [AS_HELP_STRING([--with-gnu-ld],
 
5354
+       [assume the C compiler uses GNU ld @<:@default=no@:>@])],
 
5355
+    [test "$withval" = no || with_gnu_ld=yes],
 
5356
+    [with_gnu_ld=no])dnl
 
5357
 
 
5358
-  darwin*)
 
5359
-  # if libdl is installed we need to link against it
 
5360
-    AC_CHECK_LIB([dl], [dlopen],
 
5361
-               [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
 
5362
-    lt_cv_dlopen="dyld"
 
5363
-    lt_cv_dlopen_libs=
 
5364
-    lt_cv_dlopen_self=yes
 
5365
-    ])
 
5366
+ac_prog=ld
 
5367
+if test "$GCC" = yes; then
 
5368
+  # Check if gcc -print-prog-name=ld gives a path.
 
5369
+  AC_MSG_CHECKING([for ld used by $CC])
 
5370
+  case $host in
 
5371
+  *-*-mingw*)
 
5372
+    # gcc leaves a trailing carriage return which upsets mingw
 
5373
+    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
 
5374
+  *)
 
5375
+    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
 
5376
+  esac
 
5377
+  case $ac_prog in
 
5378
+    # Accept absolute paths.
 
5379
+    [[\\/]]* | ?:[[\\/]]*)
 
5380
+      re_direlt='/[[^/]][[^/]]*/\.\./'
 
5381
+      # Canonicalize the pathname of ld
 
5382
+      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
 
5383
+      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
 
5384
+       ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
 
5385
+      done
 
5386
+      test -z "$LD" && LD="$ac_prog"
 
5387
+      ;;
 
5388
+  "")
 
5389
+    # If it fails, then pretend we aren't using GCC.
 
5390
+    ac_prog=ld
 
5391
     ;;
 
5392
-
 
5393
   *)
 
5394
-    AC_CHECK_FUNC([shl_load],
 
5395
-         [lt_cv_dlopen="shl_load"],
 
5396
-      [AC_CHECK_LIB([dld], [shl_load],
 
5397
-           [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
 
5398
-       [AC_CHECK_FUNC([dlopen],
 
5399
-             [lt_cv_dlopen="dlopen"],
 
5400
-         [AC_CHECK_LIB([dl], [dlopen],
 
5401
-               [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
 
5402
-           [AC_CHECK_LIB([svld], [dlopen],
 
5403
-                 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
 
5404
-             [AC_CHECK_LIB([dld], [dld_link],
 
5405
-                   [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
 
5406
-             ])
 
5407
-           ])
 
5408
-         ])
 
5409
-       ])
 
5410
-      ])
 
5411
+    # If it is relative, then search for the first ld in PATH.
 
5412
+    with_gnu_ld=unknown
 
5413
     ;;
 
5414
   esac
 
5415
+elif test "$with_gnu_ld" = yes; then
 
5416
+  AC_MSG_CHECKING([for GNU ld])
 
5417
+else
 
5418
+  AC_MSG_CHECKING([for non-GNU ld])
 
5419
+fi
 
5420
+AC_CACHE_VAL(lt_cv_path_LD,
 
5421
+[if test -z "$LD"; then
 
5422
+  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
5423
+  for ac_dir in $PATH; do
 
5424
+    IFS="$lt_save_ifs"
 
5425
+    test -z "$ac_dir" && ac_dir=.
 
5426
+    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
 
5427
+      lt_cv_path_LD="$ac_dir/$ac_prog"
 
5428
+      # Check to see if the program is GNU ld.  I'd rather use --version,
 
5429
+      # but apparently some variants of GNU ld only accept -v.
 
5430
+      # Break only if it was the GNU/non-GNU ld that we prefer.
 
5431
+      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
 
5432
+      *GNU* | *'with BFD'*)
 
5433
+       test "$with_gnu_ld" != no && break
 
5434
+       ;;
 
5435
+      *)
 
5436
+       test "$with_gnu_ld" != yes && break
 
5437
+       ;;
 
5438
+      esac
 
5439
+    fi
 
5440
+  done
 
5441
+  IFS="$lt_save_ifs"
 
5442
+else
 
5443
+  lt_cv_path_LD="$LD" # Let the user override the test with a path.
 
5444
+fi])
 
5445
+LD="$lt_cv_path_LD"
 
5446
+if test -n "$LD"; then
 
5447
+  AC_MSG_RESULT($LD)
 
5448
+else
 
5449
+  AC_MSG_RESULT(no)
 
5450
+fi
 
5451
+test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
 
5452
+_LT_PATH_LD_GNU
 
5453
+AC_SUBST([LD])
 
5454
 
 
5455
-  if test "x$lt_cv_dlopen" != xno; then
 
5456
-    enable_dlopen=yes
 
5457
-  else
 
5458
-    enable_dlopen=no
 
5459
-  fi
 
5460
-
 
5461
-  case $lt_cv_dlopen in
 
5462
-  dlopen)
 
5463
-    save_CPPFLAGS="$CPPFLAGS"
 
5464
-    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
 
5465
-
 
5466
-    save_LDFLAGS="$LDFLAGS"
 
5467
-    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
 
5468
+_LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
 
5469
+])# LT_PATH_LD
 
5470
 
 
5471
-    save_LIBS="$LIBS"
 
5472
-    LIBS="$lt_cv_dlopen_libs $LIBS"
 
5473
+# Old names:
 
5474
+AU_ALIAS([AM_PROG_LD], [LT_PATH_LD])
 
5475
+AU_ALIAS([AC_PROG_LD], [LT_PATH_LD])
 
5476
+dnl aclocal-1.4 backwards compatibility:
 
5477
+dnl AC_DEFUN([AM_PROG_LD], [])
 
5478
+dnl AC_DEFUN([AC_PROG_LD], [])
 
5479
 
 
5480
-    AC_CACHE_CHECK([whether a program can dlopen itself],
 
5481
-         lt_cv_dlopen_self, [dnl
 
5482
-         _LT_TRY_DLOPEN_SELF(
 
5483
-           lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
 
5484
-           lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
 
5485
-    ])
 
5486
 
 
5487
-    if test "x$lt_cv_dlopen_self" = xyes; then
 
5488
-      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
 
5489
-      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
 
5490
-         lt_cv_dlopen_self_static, [dnl
 
5491
-         _LT_TRY_DLOPEN_SELF(
 
5492
-           lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
 
5493
-           lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
 
5494
-      ])
 
5495
-    fi
 
5496
-
 
5497
-    CPPFLAGS="$save_CPPFLAGS"
 
5498
-    LDFLAGS="$save_LDFLAGS"
 
5499
-    LIBS="$save_LIBS"
 
5500
-    ;;
 
5501
-  esac
 
5502
+# _LT_PATH_LD_GNU
 
5503
+#- --------------
 
5504
+m4_defun([_LT_PATH_LD_GNU],
 
5505
+[AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
 
5506
+[# I'd rather use --version here, but apparently some GNU lds only accept -v.
 
5507
+case `$LD -v 2>&1 </dev/null` in
 
5508
+*GNU* | *'with BFD'*)
 
5509
+  lt_cv_prog_gnu_ld=yes
 
5510
+  ;;
 
5511
+*)
 
5512
+  lt_cv_prog_gnu_ld=no
 
5513
+  ;;
 
5514
+esac])
 
5515
+with_gnu_ld=$lt_cv_prog_gnu_ld
 
5516
+])# _LT_PATH_LD_GNU
 
5517
 
 
5518
-  case $lt_cv_dlopen_self in
 
5519
-  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
 
5520
-  *) enable_dlopen_self=unknown ;;
 
5521
-  esac
 
5522
 
 
5523
-  case $lt_cv_dlopen_self_static in
 
5524
-  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
 
5525
-  *) enable_dlopen_self_static=unknown ;;
 
5526
-  esac
 
5527
-fi
 
5528
-_LT_DECL([dlopen_support], [enable_dlopen], [0],
 
5529
-        [Whether dlopen is supported])
 
5530
-_LT_DECL([dlopen_self], [enable_dlopen_self], [0],
 
5531
-        [Whether dlopen of programs is supported])
 
5532
-_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
 
5533
-        [Whether dlopen of statically linked programs is supported])
 
5534
-])# LT_SYS_DLOPEN_SELF
 
5535
+# _LT_CMD_RELOAD
 
5536
+# --------------
 
5537
+# find reload flag for linker
 
5538
+#   -- PORTME Some linkers may need a different reload flag.
 
5539
+m4_defun([_LT_CMD_RELOAD],
 
5540
+[AC_CACHE_CHECK([for $LD option to reload object files],
 
5541
+  lt_cv_ld_reload_flag,
 
5542
+  [lt_cv_ld_reload_flag='-r'])
 
5543
+reload_flag=$lt_cv_ld_reload_flag
 
5544
+case $reload_flag in
 
5545
+"" | " "*) ;;
 
5546
+*) reload_flag=" $reload_flag" ;;
 
5547
+esac
 
5548
+reload_cmds='$LD$reload_flag -o $output$reload_objs'
 
5549
+case $host_os in
 
5550
+  darwin*)
 
5551
+    if test "$GCC" = yes; then
 
5552
+      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
 
5553
+    else
 
5554
+      reload_cmds='$LD$reload_flag -o $output$reload_objs'
 
5555
+    fi
 
5556
+    ;;
 
5557
+esac
 
5558
+_LT_DECL([], [reload_flag], [1], [How to create reloadable object files])dnl
 
5559
+_LT_DECL([], [reload_cmds], [2])dnl
 
5560
+])# _LT_CMD_RELOAD
 
5561
 
 
5562
-# Old name:
 
5563
-AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF])
 
5564
-dnl aclocal-1.4 backwards compatibility:
 
5565
-dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [])
 
5566
 
 
5567
+# _LT_CHECK_MAGIC_METHOD
 
5568
+# ----------------------
 
5569
+# how to check for library dependencies
 
5570
+#  -- PORTME fill in with the dynamic library characteristics
 
5571
+m4_defun([_LT_CHECK_MAGIC_METHOD],
 
5572
+[m4_require([_LT_DECL_EGREP])
 
5573
+m4_require([_LT_DECL_OBJDUMP])
 
5574
+AC_CACHE_CHECK([how to recognize dependent libraries],
 
5575
+lt_cv_deplibs_check_method,
 
5576
+[lt_cv_file_magic_cmd='$MAGIC_CMD'
 
5577
+lt_cv_file_magic_test_file=
 
5578
+lt_cv_deplibs_check_method='unknown'
 
5579
+# Need to set the preceding variable on all platforms that support
 
5580
+# interlibrary dependencies.
 
5581
+# 'none' -- dependencies not supported.
 
5582
+# `unknown' -- same as none, but documents that we really don't know.
 
5583
+# 'pass_all' -- all dependencies passed with no checks.
 
5584
+# 'test_compile' -- check by making test program.
 
5585
+# 'file_magic [[regex]]' -- check by looking for files in library path
 
5586
+# which responds to the $file_magic_cmd with a given extended regex.
 
5587
+# If you have `file' or equivalent on your system and you're not sure
 
5588
+# whether `pass_all' will *always* work, you probably want this one.
 
5589
 
 
5590
-# _LT_COMPILER_C_O([TAGNAME])
 
5591
-# ---------------------------
 
5592
-# Check to see if options -c and -o are simultaneously supported by compiler.
 
5593
-# This macro does not hard code the compiler like AC_PROG_CC_C_O.
 
5594
-m4_defun([_LT_COMPILER_C_O],
 
5595
-[m4_require([_LT_DECL_SED])dnl
 
5596
-m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
5597
-m4_require([_LT_TAG_COMPILER])dnl
 
5598
-AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
 
5599
-  [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
 
5600
-  [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
 
5601
-   $RM -r conftest 2>/dev/null
 
5602
-   mkdir conftest
 
5603
-   cd conftest
 
5604
-   mkdir out
 
5605
-   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
5606
+case $host_os in
 
5607
+aix[[4-9]]*)
 
5608
+  lt_cv_deplibs_check_method=pass_all
 
5609
+  ;;
 
5610
 
 
5611
-   lt_compiler_flag="-o out/conftest2.$ac_objext"
 
5612
-   # Insert the option either (1) after the last *FLAGS variable, or
 
5613
-   # (2) before a word containing "conftest.", or (3) at the end.
 
5614
-   # Note that $ac_compile itself does not contain backslashes and begins
 
5615
-   # with a dollar sign (not a hyphen), so the echo should work correctly.
 
5616
-   lt_compile=`echo "$ac_compile" | $SED \
 
5617
-   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
5618
-   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
 
5619
-   -e 's:$: $lt_compiler_flag:'`
 
5620
-   (eval echo "\"\$as_me:__oline__: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
 
5621
-   (eval "$lt_compile" 2>out/conftest.err)
 
5622
-   ac_status=$?
 
5623
-   cat out/conftest.err >&AS_MESSAGE_LOG_FD
 
5624
-   echo "$as_me:__oline__: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
 
5625
-   if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
5626
-   then
 
5627
-     # The compiler can only warn and ignore the option if not recognized
 
5628
-     # So say no if there are warnings
 
5629
-     $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
 
5630
-     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
 
5631
-     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
 
5632
-       _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
 
5633
-     fi
 
5634
-   fi
 
5635
-   chmod u+w . 2>&AS_MESSAGE_LOG_FD
 
5636
-   $RM conftest*
 
5637
-   # SGI C++ compiler will create directory out/ii_files/ for
 
5638
-   # template instantiation
 
5639
-   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
 
5640
-   $RM out/* && rmdir out
 
5641
-   cd ..
 
5642
-   $RM -r conftest
 
5643
-   $RM conftest*
 
5644
-])
 
5645
-_LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1],
 
5646
-       [Does compiler simultaneously support -c and -o options?])
 
5647
-])# _LT_COMPILER_C_O
 
5648
+beos*)
 
5649
+  lt_cv_deplibs_check_method=pass_all
 
5650
+  ;;
 
5651
 
 
5652
+bsdi[[45]]*)
 
5653
+  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
 
5654
+  lt_cv_file_magic_cmd='/usr/bin/file -L'
 
5655
+  lt_cv_file_magic_test_file=/shlib/libc.so
 
5656
+  ;;
 
5657
 
 
5658
-# _LT_COMPILER_FILE_LOCKS([TAGNAME])
 
5659
-# ----------------------------------
 
5660
-# Check to see if we can do hard links to lock some files if needed
 
5661
-m4_defun([_LT_COMPILER_FILE_LOCKS],
 
5662
-[m4_require([_LT_ENABLE_LOCK])dnl
 
5663
-m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
5664
-_LT_COMPILER_C_O([$1])
 
5665
+cygwin*)
 
5666
+  # func_win32_libid is a shell function defined in ltmain.sh
 
5667
+  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
 
5668
+  lt_cv_file_magic_cmd='func_win32_libid'
 
5669
+  ;;
 
5670
 
 
5671
-hard_links="nottested"
 
5672
-if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
 
5673
-  # do not overwrite the value of need_locks provided by the user
 
5674
-  AC_MSG_CHECKING([if we can lock with hard links])
 
5675
-  hard_links=yes
 
5676
-  $RM conftest*
 
5677
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
5678
-  touch conftest.a
 
5679
-  ln conftest.a conftest.b 2>&5 || hard_links=no
 
5680
-  ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
5681
-  AC_MSG_RESULT([$hard_links])
 
5682
-  if test "$hard_links" = no; then
 
5683
-    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
 
5684
-    need_locks=warn
 
5685
+mingw* | pw32*)
 
5686
+  # Base MSYS/MinGW do not provide the 'file' command needed by
 
5687
+  # func_win32_libid shell function, so use a weaker test based on 'objdump',
 
5688
+  # unless we find 'file', for example because we are cross-compiling.
 
5689
+  if ( file / ) >/dev/null 2>&1; then
 
5690
+    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
 
5691
+    lt_cv_file_magic_cmd='func_win32_libid'
 
5692
+  else
 
5693
+    lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
 
5694
+    lt_cv_file_magic_cmd='$OBJDUMP -f'
 
5695
   fi
 
5696
-else
 
5697
-  need_locks=no
 
5698
-fi
 
5699
-_LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?])
 
5700
-])# _LT_COMPILER_FILE_LOCKS
 
5701
-
 
5702
+  ;;
 
5703
 
 
5704
-# _LT_CHECK_OBJDIR
 
5705
-# ----------------
 
5706
-m4_defun([_LT_CHECK_OBJDIR],
 
5707
-[AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
 
5708
-[rm -f .libs 2>/dev/null
 
5709
-mkdir .libs 2>/dev/null
 
5710
-if test -d .libs; then
 
5711
-  lt_cv_objdir=.libs
 
5712
-else
 
5713
-  # MS-DOS does not allow filenames that begin with a dot.
 
5714
-  lt_cv_objdir=_libs
 
5715
-fi
 
5716
-rmdir .libs 2>/dev/null])
 
5717
-objdir=$lt_cv_objdir
 
5718
-_LT_DECL([], [objdir], [0],
 
5719
-         [The name of the directory that contains temporary libtool files])dnl
 
5720
-m4_pattern_allow([LT_OBJDIR])dnl
 
5721
-AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/",
 
5722
-  [Define to the sub-directory in which libtool stores uninstalled libraries.])
 
5723
-])# _LT_CHECK_OBJDIR
 
5724
+cegcc)
 
5725
+  # use the weaker test based on 'objdump'. See mingw*.
 
5726
+  lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
 
5727
+  lt_cv_file_magic_cmd='$OBJDUMP -f'
 
5728
+  ;;
 
5729
 
 
5730
+darwin* | rhapsody*)
 
5731
+  lt_cv_deplibs_check_method=pass_all
 
5732
+  ;;
 
5733
 
 
5734
-# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
 
5735
-# --------------------------------------
 
5736
-# Check hardcoding attributes.
 
5737
-m4_defun([_LT_LINKER_HARDCODE_LIBPATH],
 
5738
-[AC_MSG_CHECKING([how to hardcode library paths into programs])
 
5739
-_LT_TAGVAR(hardcode_action, $1)=
 
5740
-if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" ||
 
5741
-   test -n "$_LT_TAGVAR(runpath_var, $1)" ||
 
5742
-   test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
 
5743
-
 
5744
-  # We can hardcode non-existent directories.
 
5745
-  if test "$_LT_TAGVAR(hardcode_direct, $1)" != no &&
 
5746
-     # If the only mechanism to avoid hardcoding is shlibpath_var, we
 
5747
-     # have to relink, otherwise we might link with an installed library
 
5748
-     # when we should be linking with a yet-to-be-installed one
 
5749
-     ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
 
5750
-     test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then
 
5751
-    # Linking always hardcodes the temporary library directory.
 
5752
-    _LT_TAGVAR(hardcode_action, $1)=relink
 
5753
-  else
 
5754
-    # We can link without hardcoding, and we can hardcode nonexisting dirs.
 
5755
-    _LT_TAGVAR(hardcode_action, $1)=immediate
 
5756
-  fi
 
5757
-else
 
5758
-  # We cannot hardcode anything, or else we can only hardcode existing
 
5759
-  # directories.
 
5760
-  _LT_TAGVAR(hardcode_action, $1)=unsupported
 
5761
-fi
 
5762
-AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)])
 
5763
-
 
5764
-if test "$_LT_TAGVAR(hardcode_action, $1)" = relink ||
 
5765
-   test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then
 
5766
-  # Fast installation is not supported
 
5767
-  enable_fast_install=no
 
5768
-elif test "$shlibpath_overrides_runpath" = yes ||
 
5769
-     test "$enable_shared" = no; then
 
5770
-  # Fast installation is not necessary
 
5771
-  enable_fast_install=needless
 
5772
-fi
 
5773
-_LT_TAGDECL([], [hardcode_action], [0],
 
5774
-    [How to hardcode a shared library path into an executable])
 
5775
-])# _LT_LINKER_HARDCODE_LIBPATH
 
5776
+freebsd* | dragonfly*)
 
5777
+  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
 
5778
+    case $host_cpu in
 
5779
+    i*86 )
 
5780
+      # Not sure whether the presence of OpenBSD here was a mistake.
 
5781
+      # Let's accept both of them until this is cleared up.
 
5782
+      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
 
5783
+      lt_cv_file_magic_cmd=/usr/bin/file
 
5784
+      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
 
5785
+      ;;
 
5786
+    esac
 
5787
+  else
 
5788
+    lt_cv_deplibs_check_method=pass_all
 
5789
+  fi
 
5790
+  ;;
 
5791
 
 
5792
+gnu*)
 
5793
+  lt_cv_deplibs_check_method=pass_all
 
5794
+  ;;
 
5795
 
 
5796
-# _LT_CMD_STRIPLIB
 
5797
-# ----------------
 
5798
-m4_defun([_LT_CMD_STRIPLIB],
 
5799
-[m4_require([_LT_DECL_EGREP])
 
5800
-striplib=
 
5801
-old_striplib=
 
5802
-AC_MSG_CHECKING([whether stripping libraries is possible])
 
5803
-if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
 
5804
-  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
 
5805
-  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
 
5806
-  AC_MSG_RESULT([yes])
 
5807
-else
 
5808
-# FIXME - insert some real tests, host_os isn't really good enough
 
5809
-  case $host_os in
 
5810
-  darwin*)
 
5811
-    if test -n "$STRIP" ; then
 
5812
-      striplib="$STRIP -x"
 
5813
-      old_striplib="$STRIP -S"
 
5814
-      AC_MSG_RESULT([yes])
 
5815
-    else
 
5816
-      AC_MSG_RESULT([no])
 
5817
-    fi
 
5818
+hpux10.20* | hpux11*)
 
5819
+  lt_cv_file_magic_cmd=/usr/bin/file
 
5820
+  case $host_cpu in
 
5821
+  ia64*)
 
5822
+    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
 
5823
+    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
 
5824
+    ;;
 
5825
+  hppa*64*)
 
5826
+    [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]']
 
5827
+    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
 
5828
     ;;
 
5829
   *)
 
5830
-    AC_MSG_RESULT([no])
 
5831
+    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
 
5832
+    lt_cv_file_magic_test_file=/usr/lib/libc.sl
 
5833
     ;;
 
5834
   esac
 
5835
-fi
 
5836
-_LT_DECL([], [old_striplib], [1], [Commands to strip libraries])
 
5837
-_LT_DECL([], [striplib], [1])
 
5838
-])# _LT_CMD_STRIPLIB
 
5839
+  ;;
 
5840
 
 
5841
+interix[[3-9]]*)
 
5842
+  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
 
5843
+  lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
 
5844
+  ;;
 
5845
 
 
5846
-# _LT_SYS_DYNAMIC_LINKER([TAG])
 
5847
-# -----------------------------
 
5848
-# PORTME Fill in your ld.so characteristics
 
5849
-m4_defun([_LT_SYS_DYNAMIC_LINKER],
 
5850
-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
5851
-m4_require([_LT_DECL_EGREP])dnl
 
5852
-m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
5853
-m4_require([_LT_DECL_OBJDUMP])dnl
 
5854
-m4_require([_LT_DECL_SED])dnl
 
5855
-AC_MSG_CHECKING([dynamic linker characteristics])
 
5856
-m4_if([$1],
 
5857
-       [], [
 
5858
-if test "$GCC" = yes; then
 
5859
-  case $host_os in
 
5860
-    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
 
5861
-    *) lt_awk_arg="/^libraries:/" ;;
 
5862
+irix5* | irix6* | nonstopux*)
 
5863
+  case $LD in
 
5864
+  *-32|*"-32 ") libmagic=32-bit;;
 
5865
+  *-n32|*"-n32 ") libmagic=N32;;
 
5866
+  *-64|*"-64 ") libmagic=64-bit;;
 
5867
+  *) libmagic=never-match;;
 
5868
   esac
 
5869
-  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
5870
-  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
 
5871
-    # if the path contains ";" then we assume it to be the separator
 
5872
-    # otherwise default to the standard path separator (i.e. ":") - it is
 
5873
-    # assumed that no part of a normal pathname contains ";" but that should
 
5874
-    # okay in the real world where ";" in dirpaths is itself problematic.
 
5875
-    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
 
5876
+  lt_cv_deplibs_check_method=pass_all
 
5877
+  ;;
 
5878
+
 
5879
+# This must be Linux ELF.
 
5880
+linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
5881
+  lt_cv_deplibs_check_method=pass_all
 
5882
+  ;;
 
5883
+
58
5884
+netbsd* | netbsdelf*-gnu)
59
 
   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
60
 
     lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
61
 
   else
62
 
@@ -3815,7 +3824,7 @@
 
5885
+  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
 
5886
+    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
 
5887
   else
 
5888
-    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
5889
+    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
 
5890
   fi
 
5891
-  # Ok, now we have the path, separated by spaces, we can step through it
 
5892
-  # and add multilib dir if necessary.
 
5893
-  lt_tmp_lt_search_path_spec=
 
5894
-  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
 
5895
-  for lt_sys_path in $lt_search_path_spec; do
 
5896
-    if test -d "$lt_sys_path/$lt_multi_os_dir"; then
 
5897
-      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
 
5898
-    else
 
5899
-      test -d "$lt_sys_path" && \
 
5900
-       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
 
5901
-    fi
 
5902
-  done
 
5903
-  lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
 
5904
-BEGIN {RS=" "; FS="/|\n";} {
 
5905
-  lt_foo="";
 
5906
-  lt_count=0;
 
5907
-  for (lt_i = NF; lt_i > 0; lt_i--) {
 
5908
-    if ($lt_i != "" && $lt_i != ".") {
 
5909
-      if ($lt_i == "..") {
 
5910
-        lt_count++;
 
5911
-      } else {
 
5912
-        if (lt_count == 0) {
 
5913
-          lt_foo="/" $lt_i lt_foo;
 
5914
-        } else {
 
5915
-          lt_count--;
 
5916
-        }
 
5917
-      }
 
5918
-    }
 
5919
-  }
 
5920
-  if (lt_foo != "") { lt_freq[[lt_foo]]++; }
 
5921
-  if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
 
5922
-}'`
 
5923
-  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
 
5924
-else
 
5925
-  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
 
5926
-fi])
 
5927
-library_names_spec=
 
5928
-libname_spec='lib$name'
 
5929
-soname_spec=
 
5930
-shrext_cmds=".so"
 
5931
-postinstall_cmds=
 
5932
-postuninstall_cmds=
 
5933
-finish_cmds=
 
5934
-finish_eval=
 
5935
-shlibpath_var=
 
5936
-shlibpath_overrides_runpath=unknown
 
5937
-version_type=none
 
5938
-dynamic_linker="$host_os ld.so"
 
5939
-sys_lib_dlsearch_path_spec="/lib /usr/lib"
 
5940
-need_lib_prefix=unknown
 
5941
-hardcode_into_libs=no
 
5942
-
 
5943
-# when you set need_version to no, make sure it does not cause -set_version
 
5944
-# flags to be left without arguments
 
5945
-need_version=unknown
 
5946
+  ;;
 
5947
 
 
5948
-case $host_os in
 
5949
-aix3*)
 
5950
-  version_type=linux
 
5951
-  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
 
5952
-  shlibpath_var=LIBPATH
 
5953
+newos6*)
 
5954
+  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
 
5955
+  lt_cv_file_magic_cmd=/usr/bin/file
 
5956
+  lt_cv_file_magic_test_file=/usr/lib/libnls.so
 
5957
+  ;;
 
5958
 
 
5959
-  # AIX 3 has no versioning support, so we append a major version to the name.
 
5960
-  soname_spec='${libname}${release}${shared_ext}$major'
 
5961
+*nto* | *qnx*)
 
5962
+  lt_cv_deplibs_check_method=pass_all
 
5963
   ;;
 
5964
 
 
5965
-aix[[4-9]]*)
 
5966
-  version_type=linux
 
5967
-  need_lib_prefix=no
 
5968
-  need_version=no
 
5969
-  hardcode_into_libs=yes
 
5970
-  if test "$host_cpu" = ia64; then
 
5971
-    # AIX 5 supports IA64
 
5972
-    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
 
5973
-    shlibpath_var=LD_LIBRARY_PATH
 
5974
+openbsd*)
 
5975
+  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
5976
+    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
 
5977
   else
 
5978
-    # With GCC up to 2.95.x, collect2 would create an import file
 
5979
-    # for dependence libraries.  The import file would start with
 
5980
-    # the line `#! .'.  This would cause the generated library to
 
5981
-    # depend on `.', always an invalid library.  This was fixed in
 
5982
-    # development snapshots of GCC prior to 3.0.
 
5983
-    case $host_os in
 
5984
-      aix4 | aix4.[[01]] | aix4.[[01]].*)
 
5985
-      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
 
5986
-          echo ' yes '
 
5987
-          echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
 
5988
-       :
 
5989
-      else
 
5990
-       can_build_shared=no
 
5991
-      fi
 
5992
-      ;;
 
5993
-    esac
 
5994
-    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
 
5995
-    # soname into executable. Probably we can add versioning support to
 
5996
-    # collect2, so additional links can be useful in future.
 
5997
-    if test "$aix_use_runtimelinking" = yes; then
 
5998
-      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
 
5999
-      # instead of lib<name>.a to let people know that these are not
 
6000
-      # typical AIX shared libraries.
 
6001
-      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
6002
-    else
 
6003
-      # We preserve .a as extension for shared libraries through AIX4.2
 
6004
-      # and later when we are not doing run time linking.
 
6005
-      library_names_spec='${libname}${release}.a $libname.a'
 
6006
-      soname_spec='${libname}${release}${shared_ext}$major'
 
6007
-    fi
 
6008
-    shlibpath_var=LIBPATH
 
6009
+    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
 
6010
   fi
 
6011
   ;;
 
6012
 
 
6013
-amigaos*)
 
6014
-  case $host_cpu in
 
6015
-  powerpc)
 
6016
-    # Since July 2007 AmigaOS4 officially supports .so libraries.
 
6017
-    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
 
6018
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
6019
-    ;;
 
6020
-  m68k)
 
6021
-    library_names_spec='$libname.ixlibrary $libname.a'
 
6022
-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
 
6023
-    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'
 
6024
-    ;;
 
6025
-  esac
 
6026
+osf3* | osf4* | osf5*)
 
6027
+  lt_cv_deplibs_check_method=pass_all
 
6028
   ;;
 
6029
 
 
6030
-beos*)
 
6031
-  library_names_spec='${libname}${shared_ext}'
 
6032
-  dynamic_linker="$host_os ld.so"
 
6033
-  shlibpath_var=LIBRARY_PATH
 
6034
+rdos*)
 
6035
+  lt_cv_deplibs_check_method=pass_all
 
6036
   ;;
 
6037
 
 
6038
-bsdi[[45]]*)
 
6039
-  version_type=linux
 
6040
-  need_version=no
 
6041
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
6042
-  soname_spec='${libname}${release}${shared_ext}$major'
 
6043
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
 
6044
-  shlibpath_var=LD_LIBRARY_PATH
 
6045
-  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
 
6046
-  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
 
6047
-  # the default ld.so.conf also contains /usr/contrib/lib and
 
6048
-  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
 
6049
-  # libtool to hard-code these into programs
 
6050
+solaris*)
 
6051
+  lt_cv_deplibs_check_method=pass_all
 
6052
   ;;
 
6053
 
 
6054
-cygwin* | mingw* | pw32* | cegcc*)
 
6055
-  version_type=windows
 
6056
-  shrext_cmds=".dll"
 
6057
-  need_version=no
 
6058
-  need_lib_prefix=no
 
6059
-
 
6060
-  case $GCC,$host_os in
 
6061
-  yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
 
6062
-    library_names_spec='$libname.dll.a'
 
6063
-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
 
6064
-    postinstall_cmds='base_file=`basename \${file}`~
 
6065
-      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
 
6066
-      dldir=$destdir/`dirname \$dlpath`~
 
6067
-      test -d \$dldir || mkdir -p \$dldir~
 
6068
-      $install_prog $dir/$dlname \$dldir/$dlname~
 
6069
-      chmod a+x \$dldir/$dlname~
 
6070
-      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
 
6071
-        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
 
6072
-      fi'
 
6073
-    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
 
6074
-      dlpath=$dir/\$dldll~
 
6075
-       $RM \$dlpath'
 
6076
-    shlibpath_overrides_runpath=yes
 
6077
+sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
 
6078
+  lt_cv_deplibs_check_method=pass_all
 
6079
+  ;;
 
6080
 
 
6081
-    case $host_os in
 
6082
-    cygwin*)
 
6083
-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
 
6084
-      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
 
6085
-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
 
6086
-      ;;
 
6087
-    mingw* | cegcc*)
 
6088
-      # MinGW DLLs use traditional 'lib' prefix
 
6089
-      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
 
6090
-      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
 
6091
-      if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then
 
6092
-        # It is most probably a Windows format PATH printed by
 
6093
-        # mingw gcc, but we are running on Cygwin. Gcc prints its search
 
6094
-        # path with ; separators, and with drive letters. We can handle the
 
6095
-        # drive letters (cygwin fileutils understands them), so leave them,
 
6096
-        # especially as we might pass files found there to a mingw objdump,
 
6097
-        # which wouldn't understand a cygwinified path. Ahh.
 
6098
-        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
 
6099
-      else
 
6100
-        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
 
6101
-      fi
 
6102
-      ;;
 
6103
-    pw32*)
 
6104
-      # pw32 DLLs use 'pw' prefix rather than 'lib'
 
6105
-      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
 
6106
-      ;;
 
6107
-    esac
 
6108
+sysv4 | sysv4.3*)
 
6109
+  case $host_vendor in
 
6110
+  motorola)
 
6111
+    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]]'
 
6112
+    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
 
6113
     ;;
 
6114
-
 
6115
-  *)
 
6116
-    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
 
6117
+  ncr)
 
6118
+    lt_cv_deplibs_check_method=pass_all
 
6119
     ;;
 
6120
-  esac
 
6121
-  dynamic_linker='Win32 ld.exe'
 
6122
-  # FIXME: first we should search . and the directory the executable is in
 
6123
-  shlibpath_var=PATH
 
6124
-  ;;
 
6125
-
 
6126
-darwin* | rhapsody*)
 
6127
-  dynamic_linker="$host_os dyld"
 
6128
-  version_type=darwin
 
6129
-  need_lib_prefix=no
 
6130
-  need_version=no
 
6131
-  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
 
6132
-  soname_spec='${libname}${release}${major}$shared_ext'
 
6133
-  shlibpath_overrides_runpath=yes
 
6134
-  shlibpath_var=DYLD_LIBRARY_PATH
 
6135
-  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
 
6136
-m4_if([$1], [],[
 
6137
-  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"])
 
6138
-  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
 
6139
-  ;;
 
6140
-
 
6141
-dgux*)
 
6142
-  version_type=linux
 
6143
-  need_lib_prefix=no
 
6144
-  need_version=no
 
6145
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
 
6146
-  soname_spec='${libname}${release}${shared_ext}$major'
 
6147
-  shlibpath_var=LD_LIBRARY_PATH
 
6148
-  ;;
 
6149
-
 
6150
-freebsd1*)
 
6151
-  dynamic_linker=no
 
6152
-  ;;
 
6153
-
 
6154
-freebsd* | dragonfly*)
 
6155
-  # DragonFly does not have aout.  When/if they implement a new
 
6156
-  # versioning mechanism, adjust this.
 
6157
-  if test -x /usr/bin/objformat; then
 
6158
-    objformat=`/usr/bin/objformat`
 
6159
-  else
 
6160
-    case $host_os in
 
6161
-    freebsd[[123]]*) objformat=aout ;;
 
6162
-    *) objformat=elf ;;
 
6163
-    esac
 
6164
-  fi
 
6165
-  version_type=freebsd-$objformat
 
6166
-  case $version_type in
 
6167
-    freebsd-elf*)
 
6168
-      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
 
6169
-      need_version=no
 
6170
-      need_lib_prefix=no
 
6171
-      ;;
 
6172
-    freebsd-*)
 
6173
-      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
 
6174
-      need_version=yes
 
6175
-      ;;
 
6176
-  esac
 
6177
-  shlibpath_var=LD_LIBRARY_PATH
 
6178
-  case $host_os in
 
6179
-  freebsd2*)
 
6180
-    shlibpath_overrides_runpath=yes
 
6181
+  sequent)
 
6182
+    lt_cv_file_magic_cmd='/bin/file'
 
6183
+    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
 
6184
     ;;
 
6185
-  freebsd3.[[01]]* | freebsdelf3.[[01]]*)
 
6186
-    shlibpath_overrides_runpath=yes
 
6187
-    hardcode_into_libs=yes
 
6188
+  sni)
 
6189
+    lt_cv_file_magic_cmd='/bin/file'
 
6190
+    lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
 
6191
+    lt_cv_file_magic_test_file=/lib/libc.so
 
6192
     ;;
 
6193
-  freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
 
6194
-  freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
 
6195
-    shlibpath_overrides_runpath=no
 
6196
-    hardcode_into_libs=yes
 
6197
+  siemens)
 
6198
+    lt_cv_deplibs_check_method=pass_all
 
6199
     ;;
 
6200
-  *) # from 4.6 on, and DragonFly
 
6201
-    shlibpath_overrides_runpath=yes
 
6202
-    hardcode_into_libs=yes
 
6203
+  pc)
 
6204
+    lt_cv_deplibs_check_method=pass_all
 
6205
     ;;
 
6206
   esac
 
6207
   ;;
 
6208
 
 
6209
-gnu*)
 
6210
-  version_type=linux
 
6211
-  need_lib_prefix=no
 
6212
-  need_version=no
 
6213
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
 
6214
-  soname_spec='${libname}${release}${shared_ext}$major'
 
6215
-  shlibpath_var=LD_LIBRARY_PATH
 
6216
-  hardcode_into_libs=yes
 
6217
+tpf*)
 
6218
+  lt_cv_deplibs_check_method=pass_all
 
6219
   ;;
 
6220
+esac
 
6221
+])
 
6222
+file_magic_cmd=$lt_cv_file_magic_cmd
 
6223
+deplibs_check_method=$lt_cv_deplibs_check_method
 
6224
+test -z "$deplibs_check_method" && deplibs_check_method=unknown
 
6225
 
 
6226
-hpux9* | hpux10* | hpux11*)
 
6227
-  # Give a soname corresponding to the major version so that dld.sl refuses to
 
6228
-  # link against other versions.
 
6229
-  version_type=sunos
 
6230
-  need_lib_prefix=no
 
6231
-  need_version=no
 
6232
-  case $host_cpu in
 
6233
-  ia64*)
 
6234
-    shrext_cmds='.so'
 
6235
-    hardcode_into_libs=yes
 
6236
-    dynamic_linker="$host_os dld.so"
 
6237
-    shlibpath_var=LD_LIBRARY_PATH
 
6238
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
 
6239
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
6240
-    soname_spec='${libname}${release}${shared_ext}$major'
 
6241
-    if test "X$HPUX_IA64_MODE" = X32; then
 
6242
-      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
 
6243
-    else
 
6244
-      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
 
6245
-    fi
 
6246
-    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
6247
-    ;;
 
6248
-  hppa*64*)
 
6249
-    shrext_cmds='.sl'
 
6250
-    hardcode_into_libs=yes
 
6251
-    dynamic_linker="$host_os dld.sl"
 
6252
-    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
 
6253
-    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
 
6254
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
6255
-    soname_spec='${libname}${release}${shared_ext}$major'
 
6256
-    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
 
6257
-    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
 
6258
-    ;;
 
6259
-  *)
 
6260
-    shrext_cmds='.sl'
 
6261
-    dynamic_linker="$host_os dld.sl"
 
6262
-    shlibpath_var=SHLIB_PATH
 
6263
-    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
 
6264
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
6265
-    soname_spec='${libname}${release}${shared_ext}$major'
 
6266
-    ;;
 
6267
-  esac
 
6268
-  # HP-UX runs *really* slowly unless shared libraries are mode 555.
 
6269
-  postinstall_cmds='chmod 555 $lib'
 
6270
-  ;;
 
6271
+_LT_DECL([], [deplibs_check_method], [1],
 
6272
+    [Method to check whether dependent libraries are shared objects])
 
6273
+_LT_DECL([], [file_magic_cmd], [1],
 
6274
+    [Command to use when deplibs_check_method == "file_magic"])
 
6275
+])# _LT_CHECK_MAGIC_METHOD
 
6276
 
 
6277
-interix[[3-9]]*)
 
6278
-  version_type=linux
 
6279
-  need_lib_prefix=no
 
6280
-  need_version=no
 
6281
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
6282
-  soname_spec='${libname}${release}${shared_ext}$major'
 
6283
-  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
 
6284
-  shlibpath_var=LD_LIBRARY_PATH
 
6285
-  shlibpath_overrides_runpath=no
 
6286
-  hardcode_into_libs=yes
 
6287
-  ;;
 
6288
 
 
6289
-irix5* | irix6* | nonstopux*)
 
6290
-  case $host_os in
 
6291
-    nonstopux*) version_type=nonstopux ;;
 
6292
-    *)
 
6293
-       if test "$lt_cv_prog_gnu_ld" = yes; then
 
6294
-               version_type=linux
 
6295
-       else
 
6296
-               version_type=irix
 
6297
-       fi ;;
 
6298
-  esac
 
6299
-  need_lib_prefix=no
 
6300
-  need_version=no
 
6301
-  soname_spec='${libname}${release}${shared_ext}$major'
 
6302
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
 
6303
-  case $host_os in
 
6304
-  irix5* | nonstopux*)
 
6305
-    libsuff= shlibsuff=
 
6306
-    ;;
 
6307
-  *)
 
6308
-    case $LD in # libtool.m4 will add one of these switches to LD
 
6309
-    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
 
6310
-      libsuff= shlibsuff= libmagic=32-bit;;
 
6311
-    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
 
6312
-      libsuff=32 shlibsuff=N32 libmagic=N32;;
 
6313
-    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
 
6314
-      libsuff=64 shlibsuff=64 libmagic=64-bit;;
 
6315
-    *) libsuff= shlibsuff= libmagic=never-match;;
 
6316
-    esac
 
6317
-    ;;
 
6318
-  esac
 
6319
-  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
 
6320
-  shlibpath_overrides_runpath=no
 
6321
-  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
 
6322
-  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
 
6323
-  hardcode_into_libs=yes
 
6324
-  ;;
 
6325
-
 
6326
-# No shared lib support for Linux oldld, aout, or coff.
 
6327
-linux*oldld* | linux*aout* | linux*coff*)
 
6328
-  dynamic_linker=no
 
6329
-  ;;
 
6330
-
 
6331
-# This must be Linux ELF.
 
6332
-linux* | k*bsd*-gnu)
 
6333
-  version_type=linux
 
6334
-  need_lib_prefix=no
 
6335
-  need_version=no
 
6336
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
6337
-  soname_spec='${libname}${release}${shared_ext}$major'
 
6338
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
 
6339
-  shlibpath_var=LD_LIBRARY_PATH
 
6340
-  shlibpath_overrides_runpath=no
 
6341
-  # Some binutils ld are patched to set DT_RUNPATH
 
6342
-  save_LDFLAGS=$LDFLAGS
 
6343
-  save_libdir=$libdir
 
6344
-  eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
 
6345
-       LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\""
 
6346
-  AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
 
6347
-    [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null],
 
6348
-       [shlibpath_overrides_runpath=yes])])
 
6349
-  LDFLAGS=$save_LDFLAGS
 
6350
-  libdir=$save_libdir
 
6351
-
 
6352
-  # This implies no fast_install, which is unacceptable.
 
6353
-  # Some rework will be needed to allow for fast_install
 
6354
-  # before this can be enabled.
 
6355
-  hardcode_into_libs=yes
 
6356
+# LT_PATH_NM
 
6357
+# ----------
 
6358
+# find the pathname to a BSD- or MS-compatible name lister
 
6359
+AC_DEFUN([LT_PATH_NM],
 
6360
+[AC_REQUIRE([AC_PROG_CC])dnl
 
6361
+AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
 
6362
+[if test -n "$NM"; then
 
6363
+  # Let the user override the test.
 
6364
+  lt_cv_path_NM="$NM"
 
6365
+else
 
6366
+  lt_nm_to_check="${ac_tool_prefix}nm"
 
6367
+  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
 
6368
+    lt_nm_to_check="$lt_nm_to_check nm"
 
6369
+  fi
 
6370
+  for lt_tmp_nm in $lt_nm_to_check; do
 
6371
+    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
6372
+    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
 
6373
+      IFS="$lt_save_ifs"
 
6374
+      test -z "$ac_dir" && ac_dir=.
 
6375
+      tmp_nm="$ac_dir/$lt_tmp_nm"
 
6376
+      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
 
6377
+       # Check to see if the nm accepts a BSD-compat flag.
 
6378
+       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
 
6379
+       #   nm: unknown option "B" ignored
 
6380
+       # Tru64's nm complains that /dev/null is an invalid object file
 
6381
+       case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
 
6382
+       */dev/null* | *'Invalid file or object type'*)
 
6383
+         lt_cv_path_NM="$tmp_nm -B"
 
6384
+         break
 
6385
+         ;;
 
6386
+       *)
 
6387
+         case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
 
6388
+         */dev/null*)
 
6389
+           lt_cv_path_NM="$tmp_nm -p"
 
6390
+           break
 
6391
+           ;;
 
6392
+         *)
 
6393
+           lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
 
6394
+           continue # so that we can try to find one that supports BSD flags
 
6395
+           ;;
 
6396
+         esac
 
6397
+         ;;
 
6398
+       esac
 
6399
+      fi
 
6400
+    done
 
6401
+    IFS="$lt_save_ifs"
 
6402
+  done
 
6403
+  : ${lt_cv_path_NM=no}
 
6404
+fi])
 
6405
+if test "$lt_cv_path_NM" != "no"; then
 
6406
+  NM="$lt_cv_path_NM"
 
6407
+else
 
6408
+  # Didn't find any BSD compatible name lister, look for dumpbin.
 
6409
+  AC_CHECK_TOOLS(DUMPBIN, ["dumpbin -symbols" "link -dump -symbols"], :)
 
6410
+  AC_SUBST([DUMPBIN])
 
6411
+  if test "$DUMPBIN" != ":"; then
 
6412
+    NM="$DUMPBIN"
 
6413
+  fi
 
6414
+fi
 
6415
+test -z "$NM" && NM=nm
 
6416
+AC_SUBST([NM])
 
6417
+_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
 
6418
 
 
6419
-  # Append ld.so.conf contents to the search path
 
6420
-  if test -f /etc/ld.so.conf; then
 
6421
-    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' ' '`
 
6422
-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
 
6423
+AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
 
6424
+  [lt_cv_nm_interface="BSD nm"
 
6425
+  echo "int some_variable = 0;" > conftest.$ac_ext
 
6426
+  (eval echo "\"\$as_me:__oline__: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
 
6427
+  (eval "$ac_compile" 2>conftest.err)
 
6428
+  cat conftest.err >&AS_MESSAGE_LOG_FD
 
6429
+  (eval echo "\"\$as_me:__oline__: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
 
6430
+  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
 
6431
+  cat conftest.err >&AS_MESSAGE_LOG_FD
 
6432
+  (eval echo "\"\$as_me:__oline__: output\"" >&AS_MESSAGE_LOG_FD)
 
6433
+  cat conftest.out >&AS_MESSAGE_LOG_FD
 
6434
+  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
 
6435
+    lt_cv_nm_interface="MS dumpbin"
 
6436
   fi
 
6437
+  rm -f conftest*])
 
6438
+])# LT_PATH_NM
 
6439
 
 
6440
-  # We used to test for /lib/ld.so.1 and disable shared libraries on
 
6441
-  # powerpc, because MkLinux only supported shared libraries with the
 
6442
-  # GNU dynamic linker.  Since this was broken with cross compilers,
 
6443
-  # most powerpc-linux boxes support dynamic linking these days and
 
6444
-  # people can always --disable-shared, the test was removed, and we
 
6445
-  # assume the GNU/Linux dynamic linker is in use.
 
6446
-  dynamic_linker='GNU/Linux ld.so'
 
6447
-  ;;
 
6448
+# Old names:
 
6449
+AU_ALIAS([AM_PROG_NM], [LT_PATH_NM])
 
6450
+AU_ALIAS([AC_PROG_NM], [LT_PATH_NM])
 
6451
+dnl aclocal-1.4 backwards compatibility:
 
6452
+dnl AC_DEFUN([AM_PROG_NM], [])
 
6453
+dnl AC_DEFUN([AC_PROG_NM], [])
 
6454
 
 
6455
-netbsd*)
 
6456
-  version_type=sunos
 
6457
-  need_lib_prefix=no
 
6458
-  need_version=no
 
6459
-  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 
6460
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
6461
-    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
6462
-    dynamic_linker='NetBSD (a.out) ld.so'
 
6463
-  else
 
6464
-    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
 
6465
-    soname_spec='${libname}${release}${shared_ext}$major'
 
6466
-    dynamic_linker='NetBSD ld.elf_so'
 
6467
-  fi
 
6468
-  shlibpath_var=LD_LIBRARY_PATH
 
6469
-  shlibpath_overrides_runpath=yes
 
6470
-  hardcode_into_libs=yes
 
6471
-  ;;
 
6472
 
 
6473
-newsos6)
 
6474
-  version_type=linux
 
6475
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
6476
-  shlibpath_var=LD_LIBRARY_PATH
 
6477
-  shlibpath_overrides_runpath=yes
 
6478
+# LT_LIB_M
 
6479
+# --------
 
6480
+# check for math library
 
6481
+AC_DEFUN([LT_LIB_M],
 
6482
+[AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
6483
+LIBM=
 
6484
+case $host in
 
6485
+*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
 
6486
+  # These system don't have libm, or don't need it
 
6487
   ;;
 
6488
-
 
6489
-*nto* | *qnx*)
 
6490
-  version_type=qnx
 
6491
-  need_lib_prefix=no
 
6492
-  need_version=no
 
6493
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
6494
-  soname_spec='${libname}${release}${shared_ext}$major'
 
6495
-  shlibpath_var=LD_LIBRARY_PATH
 
6496
-  shlibpath_overrides_runpath=no
 
6497
-  hardcode_into_libs=yes
 
6498
-  dynamic_linker='ldqnx.so'
 
6499
+*-ncr-sysv4.3*)
 
6500
+  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
 
6501
+  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
 
6502
   ;;
 
6503
-
 
6504
-openbsd*)
 
6505
-  version_type=sunos
 
6506
-  sys_lib_dlsearch_path_spec="/usr/lib"
 
6507
-  need_lib_prefix=no
 
6508
-  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
 
6509
-  case $host_os in
 
6510
-    openbsd3.3 | openbsd3.3.*) need_version=yes ;;
 
6511
-    *)                         need_version=no  ;;
 
6512
-  esac
 
6513
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
6514
-  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
 
6515
-  shlibpath_var=LD_LIBRARY_PATH
 
6516
-  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
6517
-    case $host_os in
 
6518
-      openbsd2.[[89]] | openbsd2.[[89]].*)
 
6519
-       shlibpath_overrides_runpath=no
 
6520
-       ;;
 
6521
-      *)
 
6522
-       shlibpath_overrides_runpath=yes
 
6523
-       ;;
 
6524
-      esac
 
6525
-  else
 
6526
-    shlibpath_overrides_runpath=yes
 
6527
-  fi
 
6528
+*)
 
6529
+  AC_CHECK_LIB(m, cos, LIBM="-lm")
 
6530
   ;;
 
6531
+esac
 
6532
+AC_SUBST([LIBM])
 
6533
+])# LT_LIB_M
 
6534
 
 
6535
-os2*)
 
6536
-  libname_spec='$name'
 
6537
-  shrext_cmds=".dll"
 
6538
-  need_lib_prefix=no
 
6539
-  library_names_spec='$libname${shared_ext} $libname.a'
 
6540
-  dynamic_linker='OS/2 ld.exe'
 
6541
-  shlibpath_var=LIBPATH
 
6542
-  ;;
 
6543
+# Old name:
 
6544
+AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M])
 
6545
+dnl aclocal-1.4 backwards compatibility:
 
6546
+dnl AC_DEFUN([AC_CHECK_LIBM], [])
 
6547
 
 
6548
-osf3* | osf4* | osf5*)
 
6549
-  version_type=osf
 
6550
-  need_lib_prefix=no
 
6551
-  need_version=no
 
6552
-  soname_spec='${libname}${release}${shared_ext}$major'
 
6553
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
6554
-  shlibpath_var=LD_LIBRARY_PATH
 
6555
-  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
 
6556
-  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
 
6557
-  ;;
 
6558
 
 
6559
-rdos*)
 
6560
-  dynamic_linker=no
 
6561
-  ;;
 
6562
+# _LT_COMPILER_NO_RTTI([TAGNAME])
 
6563
+# -------------------------------
 
6564
+m4_defun([_LT_COMPILER_NO_RTTI],
 
6565
+[m4_require([_LT_TAG_COMPILER])dnl
 
6566
 
 
6567
-solaris*)
 
6568
-  version_type=linux
 
6569
-  need_lib_prefix=no
 
6570
-  need_version=no
 
6571
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
6572
-  soname_spec='${libname}${release}${shared_ext}$major'
 
6573
-  shlibpath_var=LD_LIBRARY_PATH
 
6574
-  shlibpath_overrides_runpath=yes
 
6575
-  hardcode_into_libs=yes
 
6576
-  # ldd complains unless libraries are executable
 
6577
-  postinstall_cmds='chmod +x $lib'
 
6578
-  ;;
 
6579
+_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
 
6580
 
 
6581
-sunos4*)
 
6582
-  version_type=sunos
 
6583
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
 
6584
-  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
 
6585
-  shlibpath_var=LD_LIBRARY_PATH
 
6586
-  shlibpath_overrides_runpath=yes
 
6587
-  if test "$with_gnu_ld" = yes; then
 
6588
-    need_lib_prefix=no
 
6589
-  fi
 
6590
-  need_version=yes
 
6591
-  ;;
 
6592
+if test "$GCC" = yes; then
 
6593
+  _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
 
6594
 
 
6595
-sysv4 | sysv4.3*)
 
6596
-  version_type=linux
 
6597
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
6598
-  soname_spec='${libname}${release}${shared_ext}$major'
 
6599
-  shlibpath_var=LD_LIBRARY_PATH
 
6600
-  case $host_vendor in
 
6601
-    sni)
 
6602
-      shlibpath_overrides_runpath=no
 
6603
-      need_lib_prefix=no
 
6604
-      runpath_var=LD_RUN_PATH
 
6605
-      ;;
 
6606
-    siemens)
 
6607
-      need_lib_prefix=no
 
6608
-      ;;
 
6609
-    motorola)
 
6610
-      need_lib_prefix=no
 
6611
-      need_version=no
 
6612
-      shlibpath_overrides_runpath=no
 
6613
-      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
 
6614
-      ;;
 
6615
-  esac
 
6616
-  ;;
 
6617
+  _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
 
6618
+    lt_cv_prog_compiler_rtti_exceptions,
 
6619
+    [-fno-rtti -fno-exceptions], [],
 
6620
+    [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
 
6621
+fi
 
6622
+_LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1],
 
6623
+       [Compiler flag to turn off builtin functions])
 
6624
+])# _LT_COMPILER_NO_RTTI
 
6625
 
 
6626
-sysv4*MP*)
 
6627
-  if test -d /usr/nec ;then
 
6628
-    version_type=linux
 
6629
-    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
 
6630
-    soname_spec='$libname${shared_ext}.$major'
 
6631
-    shlibpath_var=LD_LIBRARY_PATH
 
6632
-  fi
 
6633
-  ;;
 
6634
 
 
6635
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
 
6636
-  version_type=freebsd-elf
 
6637
-  need_lib_prefix=no
 
6638
-  need_version=no
 
6639
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
 
6640
-  soname_spec='${libname}${release}${shared_ext}$major'
 
6641
-  shlibpath_var=LD_LIBRARY_PATH
 
6642
-  shlibpath_overrides_runpath=yes
 
6643
-  hardcode_into_libs=yes
 
6644
-  if test "$with_gnu_ld" = yes; then
 
6645
-    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
 
6646
-  else
 
6647
-    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
 
6648
-    case $host_os in
 
6649
-      sco3.2v5*)
 
6650
-        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
 
6651
-       ;;
 
6652
-    esac
 
6653
+# _LT_CMD_GLOBAL_SYMBOLS
 
6654
+# ----------------------
 
6655
+m4_defun([_LT_CMD_GLOBAL_SYMBOLS],
 
6656
+[AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
6657
+AC_REQUIRE([AC_PROG_CC])dnl
 
6658
+AC_REQUIRE([LT_PATH_NM])dnl
 
6659
+AC_REQUIRE([LT_PATH_LD])dnl
 
6660
+m4_require([_LT_DECL_SED])dnl
 
6661
+m4_require([_LT_DECL_EGREP])dnl
 
6662
+m4_require([_LT_TAG_COMPILER])dnl
 
6663
+
 
6664
+# Check for command to grab the raw symbol name followed by C symbol from nm.
 
6665
+AC_MSG_CHECKING([command to parse $NM output from $compiler object])
 
6666
+AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
 
6667
+[
 
6668
+# These are sane defaults that work on at least a few old systems.
 
6669
+# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
 
6670
+
 
6671
+# Character class describing NM global symbol codes.
 
6672
+symcode='[[BCDEGRST]]'
 
6673
+
 
6674
+# Regexp to match symbols that can be accessed directly from C.
 
6675
+sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
 
6676
+
 
6677
+# Define system-specific variables.
 
6678
+case $host_os in
 
6679
+aix*)
 
6680
+  symcode='[[BCDT]]'
 
6681
+  ;;
 
6682
+cygwin* | mingw* | pw32* | cegcc*)
 
6683
+  symcode='[[ABCDGISTW]]'
 
6684
+  ;;
 
6685
+hpux*)
 
6686
+  if test "$host_cpu" = ia64; then
 
6687
+    symcode='[[ABCDEGRST]]'
 
6688
   fi
 
6689
-  sys_lib_dlsearch_path_spec='/usr/lib'
 
6690
   ;;
 
6691
-
 
6692
-tpf*)
 
6693
-  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
 
6694
-  version_type=linux
 
6695
-  need_lib_prefix=no
 
6696
-  need_version=no
 
6697
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
6698
-  shlibpath_var=LD_LIBRARY_PATH
 
6699
-  shlibpath_overrides_runpath=no
 
6700
-  hardcode_into_libs=yes
 
6701
+irix* | nonstopux*)
 
6702
+  symcode='[[BCDEGRST]]'
 
6703
   ;;
 
6704
-
 
6705
-uts4*)
 
6706
-  version_type=linux
 
6707
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
 
6708
-  soname_spec='${libname}${release}${shared_ext}$major'
 
6709
-  shlibpath_var=LD_LIBRARY_PATH
 
6710
+osf*)
 
6711
+  symcode='[[BCDEGQRST]]'
 
6712
   ;;
 
6713
-
 
6714
-*)
 
6715
-  dynamic_linker=no
 
6716
+solaris*)
 
6717
+  symcode='[[BDRT]]'
 
6718
+  ;;
 
6719
+sco3.2v5*)
 
6720
+  symcode='[[DT]]'
 
6721
+  ;;
 
6722
+sysv4.2uw2*)
 
6723
+  symcode='[[DT]]'
 
6724
+  ;;
 
6725
+sysv5* | sco5v6* | unixware* | OpenUNIX*)
 
6726
+  symcode='[[ABDT]]'
 
6727
+  ;;
 
6728
+sysv4)
 
6729
+  symcode='[[DFNSTU]]'
 
6730
   ;;
 
6731
 esac
 
6732
-AC_MSG_RESULT([$dynamic_linker])
 
6733
-test "$dynamic_linker" = no && can_build_shared=no
 
6734
 
 
6735
-variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
 
6736
-if test "$GCC" = yes; then
 
6737
-  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
 
6738
-fi
 
6739
-
 
6740
-if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
 
6741
-  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
 
6742
-fi
 
6743
-if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
 
6744
-  sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
 
6745
-fi
 
6746
+# If we're using GNU nm, then use its standard symbol codes.
 
6747
+case `$NM -V 2>&1` in
 
6748
+*GNU* | *'with BFD'*)
 
6749
+  symcode='[[ABCDGIRSTW]]' ;;
 
6750
+esac
 
6751
 
 
6752
-_LT_DECL([], [variables_saved_for_relink], [1],
 
6753
-    [Variables whose values should be saved in libtool wrapper scripts and
 
6754
-    restored at link time])
 
6755
-_LT_DECL([], [need_lib_prefix], [0],
 
6756
-    [Do we need the "lib" prefix for modules?])
 
6757
-_LT_DECL([], [need_version], [0], [Do we need a version for libraries?])
 
6758
-_LT_DECL([], [version_type], [0], [Library versioning type])
 
6759
-_LT_DECL([], [runpath_var], [0],  [Shared library runtime path variable])
 
6760
-_LT_DECL([], [shlibpath_var], [0],[Shared library path variable])
 
6761
-_LT_DECL([], [shlibpath_overrides_runpath], [0],
 
6762
-    [Is shlibpath searched before the hard-coded library search path?])
 
6763
-_LT_DECL([], [libname_spec], [1], [Format of library name prefix])
 
6764
-_LT_DECL([], [library_names_spec], [1],
 
6765
-    [[List of archive names.  First name is the real one, the rest are links.
 
6766
-    The last name is the one that the linker finds with -lNAME]])
 
6767
-_LT_DECL([], [soname_spec], [1],
 
6768
-    [[The coded name of the library, if different from the real name]])
 
6769
-_LT_DECL([], [postinstall_cmds], [2],
 
6770
-    [Command to use after installation of a shared archive])
 
6771
-_LT_DECL([], [postuninstall_cmds], [2],
 
6772
-    [Command to use after uninstallation of a shared archive])
 
6773
-_LT_DECL([], [finish_cmds], [2],
 
6774
-    [Commands used to finish a libtool library installation in a directory])
 
6775
-_LT_DECL([], [finish_eval], [1],
 
6776
-    [[As "finish_cmds", except a single script fragment to be evaled but
 
6777
-    not shown]])
 
6778
-_LT_DECL([], [hardcode_into_libs], [0],
 
6779
-    [Whether we should hardcode library paths into libraries])
 
6780
-_LT_DECL([], [sys_lib_search_path_spec], [2],
 
6781
-    [Compile-time system search path for libraries])
 
6782
-_LT_DECL([], [sys_lib_dlsearch_path_spec], [2],
 
6783
-    [Run-time system search path for libraries])
 
6784
-])# _LT_SYS_DYNAMIC_LINKER
 
6785
+# Transform an extracted symbol line into a proper C declaration.
 
6786
+# Some systems (esp. on ia64) link data and code symbols differently,
 
6787
+# so use this general approach.
 
6788
+lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
 
6789
 
 
6790
+# Transform an extracted symbol line into symbol name and symbol address
 
6791
+lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (void *) \&\2},/p'"
 
6792
+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'"
 
6793
 
 
6794
-# _LT_PATH_TOOL_PREFIX(TOOL)
 
6795
-# --------------------------
 
6796
-# find a file program which can recognize shared library
 
6797
-AC_DEFUN([_LT_PATH_TOOL_PREFIX],
 
6798
-[m4_require([_LT_DECL_EGREP])dnl
 
6799
-AC_MSG_CHECKING([for $1])
 
6800
-AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
 
6801
-[case $MAGIC_CMD in
 
6802
-[[\\/*] |  ?:[\\/]*])
 
6803
-  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
 
6804
+# Handle CRLF in mingw tool chain
 
6805
+opt_cr=
 
6806
+case $build_os in
 
6807
+mingw*)
 
6808
+  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
 
6809
   ;;
 
6810
-*)
 
6811
-  lt_save_MAGIC_CMD="$MAGIC_CMD"
 
6812
-  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
6813
-dnl $ac_dummy forces splitting on constant user-supplied paths.
 
6814
-dnl POSIX.2 word splitting is done only on the output of word expansions,
 
6815
-dnl not every word.  This closes a longstanding sh security hole.
 
6816
-  ac_dummy="m4_if([$2], , $PATH, [$2])"
 
6817
-  for ac_dir in $ac_dummy; do
 
6818
-    IFS="$lt_save_ifs"
 
6819
-    test -z "$ac_dir" && ac_dir=.
 
6820
-    if test -f $ac_dir/$1; then
 
6821
-      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
 
6822
-      if test -n "$file_magic_test_file"; then
 
6823
-       case $deplibs_check_method in
 
6824
-       "file_magic "*)
 
6825
-         file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
 
6826
-         MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
6827
-         if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
 
6828
-           $EGREP "$file_magic_regex" > /dev/null; then
 
6829
-           :
 
6830
-         else
 
6831
-           cat <<_LT_EOF 1>&2
 
6832
+esac
 
6833
 
 
6834
-*** Warning: the command libtool uses to detect shared libraries,
 
6835
-*** $file_magic_cmd, produces output that libtool cannot recognize.
 
6836
-*** The result is that libtool may fail to recognize shared libraries
 
6837
-*** as such.  This will affect the creation of libtool libraries that
 
6838
-*** depend on shared libraries, but programs linked with such libtool
 
6839
-*** libraries will work regardless of this problem.  Nevertheless, you
 
6840
-*** may want to report the problem to your system manager and/or to
 
6841
-*** bug-libtool@gnu.org
 
6842
-
 
6843
-_LT_EOF
 
6844
-         fi ;;
 
6845
-       esac
 
6846
-      fi
 
6847
-      break
 
6848
-    fi
 
6849
-  done
 
6850
-  IFS="$lt_save_ifs"
 
6851
-  MAGIC_CMD="$lt_save_MAGIC_CMD"
 
6852
-  ;;
 
6853
-esac])
 
6854
-MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
6855
-if test -n "$MAGIC_CMD"; then
 
6856
-  AC_MSG_RESULT($MAGIC_CMD)
 
6857
-else
 
6858
-  AC_MSG_RESULT(no)
 
6859
-fi
 
6860
-_LT_DECL([], [MAGIC_CMD], [0],
 
6861
-        [Used to examine libraries when file_magic_cmd begins with "file"])dnl
 
6862
-])# _LT_PATH_TOOL_PREFIX
 
6863
-
 
6864
-# Old name:
 
6865
-AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX])
 
6866
-dnl aclocal-1.4 backwards compatibility:
 
6867
-dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], [])
 
6868
+# Try without a prefix underscore, then with it.
 
6869
+for ac_symprfx in "" "_"; do
 
6870
 
 
6871
+  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
 
6872
+  symxfrm="\\1 $ac_symprfx\\2 \\2"
 
6873
 
 
6874
-# _LT_PATH_MAGIC
 
6875
-# --------------
 
6876
-# find a file program which can recognize a shared library
 
6877
-m4_defun([_LT_PATH_MAGIC],
 
6878
-[_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
 
6879
-if test -z "$lt_cv_path_MAGIC_CMD"; then
 
6880
-  if test -n "$ac_tool_prefix"; then
 
6881
-    _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
 
6882
+  # Write the raw and C identifiers.
 
6883
+  if test "$lt_cv_nm_interface" = "MS dumpbin"; then
 
6884
+    # Fake it for dumpbin and say T for any non-static function
 
6885
+    # and D for any global variable.
 
6886
+    # Also find C++ and __fastcall symbols from MSVC++,
 
6887
+    # which start with @ or ?.
 
6888
+    lt_cv_sys_global_symbol_pipe="$AWK ['"\
 
6889
+"     {last_section=section; section=\$ 3};"\
 
6890
+"     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
 
6891
+"     \$ 0!~/External *\|/{next};"\
 
6892
+"     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
 
6893
+"     {if(hide[section]) next};"\
 
6894
+"     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
 
6895
+"     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
 
6896
+"     s[1]~/^[@?]/{print s[1], s[1]; next};"\
 
6897
+"     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
 
6898
+"     ' prfx=^$ac_symprfx]"
 
6899
   else
 
6900
-    MAGIC_CMD=:
 
6901
+    lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[    ]]\($symcode$symcode*\)[[       ]][[    ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
 
6902
   fi
 
6903
-fi
 
6904
-])# _LT_PATH_MAGIC
 
6905
-
 
6906
 
 
6907
-# LT_PATH_LD
 
6908
-# ----------
 
6909
-# find the pathname to the GNU or non-GNU linker
 
6910
-AC_DEFUN([LT_PATH_LD],
 
6911
-[AC_REQUIRE([AC_PROG_CC])dnl
 
6912
-AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
6913
-AC_REQUIRE([AC_CANONICAL_BUILD])dnl
 
6914
-m4_require([_LT_DECL_SED])dnl
 
6915
-m4_require([_LT_DECL_EGREP])dnl
 
6916
+  # Check to see that the pipe works correctly.
 
6917
+  pipe_works=no
 
6918
 
 
6919
-AC_ARG_WITH([gnu-ld],
 
6920
-    [AS_HELP_STRING([--with-gnu-ld],
 
6921
-       [assume the C compiler uses GNU ld @<:@default=no@:>@])],
 
6922
-    [test "$withval" = no || with_gnu_ld=yes],
 
6923
-    [with_gnu_ld=no])dnl
 
6924
+  rm -f conftest*
 
6925
+  cat > conftest.$ac_ext <<_LT_EOF
 
6926
+#ifdef __cplusplus
 
6927
+extern "C" {
 
6928
+#endif
 
6929
+char nm_test_var;
 
6930
+void nm_test_func(void);
 
6931
+void nm_test_func(void){}
 
6932
+#ifdef __cplusplus
 
6933
+}
 
6934
+#endif
 
6935
+int main(){nm_test_var='a';nm_test_func();return(0);}
 
6936
+_LT_EOF
 
6937
 
 
6938
-ac_prog=ld
 
6939
-if test "$GCC" = yes; then
 
6940
-  # Check if gcc -print-prog-name=ld gives a path.
 
6941
-  AC_MSG_CHECKING([for ld used by $CC])
 
6942
-  case $host in
 
6943
-  *-*-mingw*)
 
6944
-    # gcc leaves a trailing carriage return which upsets mingw
 
6945
-    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
 
6946
-  *)
 
6947
-    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
 
6948
-  esac
 
6949
-  case $ac_prog in
 
6950
-    # Accept absolute paths.
 
6951
-    [[\\/]]* | ?:[[\\/]]*)
 
6952
-      re_direlt='/[[^/]][[^/]]*/\.\./'
 
6953
-      # Canonicalize the pathname of ld
 
6954
-      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
 
6955
-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
 
6956
-       ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
 
6957
-      done
 
6958
-      test -z "$LD" && LD="$ac_prog"
 
6959
-      ;;
 
6960
-  "")
 
6961
-    # If it fails, then pretend we aren't using GCC.
 
6962
-    ac_prog=ld
 
6963
-    ;;
 
6964
-  *)
 
6965
-    # If it is relative, then search for the first ld in PATH.
 
6966
-    with_gnu_ld=unknown
 
6967
-    ;;
 
6968
-  esac
 
6969
-elif test "$with_gnu_ld" = yes; then
 
6970
-  AC_MSG_CHECKING([for GNU ld])
 
6971
-else
 
6972
-  AC_MSG_CHECKING([for non-GNU ld])
 
6973
-fi
 
6974
-AC_CACHE_VAL(lt_cv_path_LD,
 
6975
-[if test -z "$LD"; then
 
6976
-  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
6977
-  for ac_dir in $PATH; do
 
6978
-    IFS="$lt_save_ifs"
 
6979
-    test -z "$ac_dir" && ac_dir=.
 
6980
-    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
 
6981
-      lt_cv_path_LD="$ac_dir/$ac_prog"
 
6982
-      # Check to see if the program is GNU ld.  I'd rather use --version,
 
6983
-      # but apparently some variants of GNU ld only accept -v.
 
6984
-      # Break only if it was the GNU/non-GNU ld that we prefer.
 
6985
-      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
 
6986
-      *GNU* | *'with BFD'*)
 
6987
-       test "$with_gnu_ld" != no && break
 
6988
-       ;;
 
6989
-      *)
 
6990
-       test "$with_gnu_ld" != yes && break
 
6991
-       ;;
 
6992
-      esac
 
6993
-    fi
 
6994
-  done
 
6995
-  IFS="$lt_save_ifs"
 
6996
-else
 
6997
-  lt_cv_path_LD="$LD" # Let the user override the test with a path.
 
6998
-fi])
 
6999
-LD="$lt_cv_path_LD"
 
7000
-if test -n "$LD"; then
 
7001
-  AC_MSG_RESULT($LD)
 
7002
-else
 
7003
-  AC_MSG_RESULT(no)
 
7004
-fi
 
7005
-test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
 
7006
-_LT_PATH_LD_GNU
 
7007
-AC_SUBST([LD])
 
7008
+  if AC_TRY_EVAL(ac_compile); then
 
7009
+    # Now try to grab the symbols.
 
7010
+    nlist=conftest.nm
 
7011
+    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
 
7012
+      # Try sorting and uniquifying the output.
 
7013
+      if sort "$nlist" | uniq > "$nlist"T; then
 
7014
+       mv -f "$nlist"T "$nlist"
 
7015
+      else
 
7016
+       rm -f "$nlist"T
 
7017
+      fi
 
7018
 
 
7019
-_LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
 
7020
-])# LT_PATH_LD
 
7021
+      # Make sure that we snagged all the symbols we need.
 
7022
+      if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
 
7023
+       if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
 
7024
+         cat <<_LT_EOF > conftest.$ac_ext
 
7025
+#ifdef __cplusplus
 
7026
+extern "C" {
 
7027
+#endif
 
7028
 
 
7029
-# Old names:
 
7030
-AU_ALIAS([AM_PROG_LD], [LT_PATH_LD])
 
7031
-AU_ALIAS([AC_PROG_LD], [LT_PATH_LD])
 
7032
-dnl aclocal-1.4 backwards compatibility:
 
7033
-dnl AC_DEFUN([AM_PROG_LD], [])
 
7034
-dnl AC_DEFUN([AC_PROG_LD], [])
 
7035
+_LT_EOF
 
7036
+         # Now generate the symbol file.
 
7037
+         eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
 
7038
 
 
7039
+         cat <<_LT_EOF >> conftest.$ac_ext
 
7040
 
 
7041
-# _LT_PATH_LD_GNU
 
7042
-#- --------------
 
7043
-m4_defun([_LT_PATH_LD_GNU],
 
7044
-[AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
 
7045
-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
 
7046
-case `$LD -v 2>&1 </dev/null` in
 
7047
-*GNU* | *'with BFD'*)
 
7048
-  lt_cv_prog_gnu_ld=yes
 
7049
-  ;;
 
7050
-*)
 
7051
-  lt_cv_prog_gnu_ld=no
 
7052
-  ;;
 
7053
-esac])
 
7054
-with_gnu_ld=$lt_cv_prog_gnu_ld
 
7055
-])# _LT_PATH_LD_GNU
 
7056
+/* The mapping between symbol names and symbols.  */
 
7057
+const struct {
 
7058
+  const char *name;
 
7059
+  void       *address;
 
7060
+}
 
7061
+lt__PROGRAM__LTX_preloaded_symbols[[]] =
 
7062
+{
 
7063
+  { "@PROGRAM@", (void *) 0 },
 
7064
+_LT_EOF
 
7065
+         $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
 
7066
+         cat <<\_LT_EOF >> conftest.$ac_ext
 
7067
+  {0, (void *) 0}
 
7068
+};
 
7069
 
 
7070
+/* This works around a problem in FreeBSD linker */
 
7071
+#ifdef FREEBSD_WORKAROUND
 
7072
+static const void *lt_preloaded_setup() {
 
7073
+  return lt__PROGRAM__LTX_preloaded_symbols;
 
7074
+}
 
7075
+#endif
 
7076
 
 
7077
-# _LT_CMD_RELOAD
 
7078
-# --------------
 
7079
-# find reload flag for linker
 
7080
-#   -- PORTME Some linkers may need a different reload flag.
 
7081
-m4_defun([_LT_CMD_RELOAD],
 
7082
-[AC_CACHE_CHECK([for $LD option to reload object files],
 
7083
-  lt_cv_ld_reload_flag,
 
7084
-  [lt_cv_ld_reload_flag='-r'])
 
7085
-reload_flag=$lt_cv_ld_reload_flag
 
7086
-case $reload_flag in
 
7087
-"" | " "*) ;;
 
7088
-*) reload_flag=" $reload_flag" ;;
 
7089
-esac
 
7090
-reload_cmds='$LD$reload_flag -o $output$reload_objs'
 
7091
-case $host_os in
 
7092
-  darwin*)
 
7093
-    if test "$GCC" = yes; then
 
7094
-      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
 
7095
+#ifdef __cplusplus
 
7096
+}
 
7097
+#endif
 
7098
+_LT_EOF
 
7099
+         # Now try linking the two files.
 
7100
+         mv conftest.$ac_objext conftstm.$ac_objext
 
7101
+         lt_save_LIBS="$LIBS"
 
7102
+         lt_save_CFLAGS="$CFLAGS"
 
7103
+         LIBS="conftstm.$ac_objext"
 
7104
+         CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
 
7105
+         if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
 
7106
+           pipe_works=yes
 
7107
+         fi
 
7108
+         LIBS="$lt_save_LIBS"
 
7109
+         CFLAGS="$lt_save_CFLAGS"
 
7110
+       else
 
7111
+         echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
 
7112
+       fi
 
7113
+      else
 
7114
+       echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
 
7115
+      fi
 
7116
     else
 
7117
-      reload_cmds='$LD$reload_flag -o $output$reload_objs'
 
7118
+      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
 
7119
     fi
 
7120
-    ;;
 
7121
-esac
 
7122
-_LT_DECL([], [reload_flag], [1], [How to create reloadable object files])dnl
 
7123
-_LT_DECL([], [reload_cmds], [2])dnl
 
7124
-])# _LT_CMD_RELOAD
 
7125
-
 
7126
-
 
7127
-# _LT_CHECK_MAGIC_METHOD
 
7128
-# ----------------------
 
7129
-# how to check for library dependencies
 
7130
-#  -- PORTME fill in with the dynamic library characteristics
 
7131
-m4_defun([_LT_CHECK_MAGIC_METHOD],
 
7132
-[m4_require([_LT_DECL_EGREP])
 
7133
-m4_require([_LT_DECL_OBJDUMP])
 
7134
-AC_CACHE_CHECK([how to recognize dependent libraries],
 
7135
-lt_cv_deplibs_check_method,
 
7136
-[lt_cv_file_magic_cmd='$MAGIC_CMD'
 
7137
-lt_cv_file_magic_test_file=
 
7138
-lt_cv_deplibs_check_method='unknown'
 
7139
-# Need to set the preceding variable on all platforms that support
 
7140
-# interlibrary dependencies.
 
7141
-# 'none' -- dependencies not supported.
 
7142
-# `unknown' -- same as none, but documents that we really don't know.
 
7143
-# 'pass_all' -- all dependencies passed with no checks.
 
7144
-# 'test_compile' -- check by making test program.
 
7145
-# 'file_magic [[regex]]' -- check by looking for files in library path
 
7146
-# which responds to the $file_magic_cmd with a given extended regex.
 
7147
-# If you have `file' or equivalent on your system and you're not sure
 
7148
-# whether `pass_all' will *always* work, you probably want this one.
 
7149
-
 
7150
-case $host_os in
 
7151
-aix[[4-9]]*)
 
7152
-  lt_cv_deplibs_check_method=pass_all
 
7153
-  ;;
 
7154
-
 
7155
-beos*)
 
7156
-  lt_cv_deplibs_check_method=pass_all
 
7157
-  ;;
 
7158
-
 
7159
-bsdi[[45]]*)
 
7160
-  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
 
7161
-  lt_cv_file_magic_cmd='/usr/bin/file -L'
 
7162
-  lt_cv_file_magic_test_file=/shlib/libc.so
 
7163
-  ;;
 
7164
-
 
7165
-cygwin*)
 
7166
-  # func_win32_libid is a shell function defined in ltmain.sh
 
7167
-  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
 
7168
-  lt_cv_file_magic_cmd='func_win32_libid'
 
7169
-  ;;
 
7170
-
 
7171
-mingw* | pw32*)
 
7172
-  # Base MSYS/MinGW do not provide the 'file' command needed by
 
7173
-  # func_win32_libid shell function, so use a weaker test based on 'objdump',
 
7174
-  # unless we find 'file', for example because we are cross-compiling.
 
7175
-  if ( file / ) >/dev/null 2>&1; then
 
7176
-    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
 
7177
-    lt_cv_file_magic_cmd='func_win32_libid'
 
7178
   else
 
7179
-    lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
 
7180
-    lt_cv_file_magic_cmd='$OBJDUMP -f'
 
7181
+    echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
 
7182
+    cat conftest.$ac_ext >&5
 
7183
   fi
 
7184
-  ;;
 
7185
-
 
7186
-cegcc)
 
7187
-  # use the weaker test based on 'objdump'. See mingw*.
 
7188
-  lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
 
7189
-  lt_cv_file_magic_cmd='$OBJDUMP -f'
 
7190
-  ;;
 
7191
-
 
7192
-darwin* | rhapsody*)
 
7193
-  lt_cv_deplibs_check_method=pass_all
 
7194
-  ;;
 
7195
+  rm -rf conftest* conftst*
 
7196
 
 
7197
-freebsd* | dragonfly*)
 
7198
-  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
 
7199
-    case $host_cpu in
 
7200
-    i*86 )
 
7201
-      # Not sure whether the presence of OpenBSD here was a mistake.
 
7202
-      # Let's accept both of them until this is cleared up.
 
7203
-      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
 
7204
-      lt_cv_file_magic_cmd=/usr/bin/file
 
7205
-      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
 
7206
-      ;;
 
7207
-    esac
 
7208
+  # Do not use the global_symbol_pipe unless it works.
 
7209
+  if test "$pipe_works" = yes; then
 
7210
+    break
 
7211
   else
 
7212
-    lt_cv_deplibs_check_method=pass_all
 
7213
+    lt_cv_sys_global_symbol_pipe=
 
7214
   fi
 
7215
-  ;;
 
7216
-
 
7217
-gnu*)
 
7218
-  lt_cv_deplibs_check_method=pass_all
 
7219
-  ;;
 
7220
-
 
7221
-hpux10.20* | hpux11*)
 
7222
-  lt_cv_file_magic_cmd=/usr/bin/file
 
7223
-  case $host_cpu in
 
7224
-  ia64*)
 
7225
-    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
 
7226
-    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
 
7227
-    ;;
 
7228
-  hppa*64*)
 
7229
-    [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]']
 
7230
-    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
 
7231
-    ;;
 
7232
-  *)
 
7233
-    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]].[[0-9]]) shared library'
 
7234
-    lt_cv_file_magic_test_file=/usr/lib/libc.sl
 
7235
-    ;;
 
7236
-  esac
 
7237
-  ;;
 
7238
+done
 
7239
+])
 
7240
+if test -z "$lt_cv_sys_global_symbol_pipe"; then
 
7241
+  lt_cv_sys_global_symbol_to_cdecl=
 
7242
+fi
 
7243
+if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
 
7244
+  AC_MSG_RESULT(failed)
 
7245
+else
 
7246
+  AC_MSG_RESULT(ok)
 
7247
+fi
 
7248
 
 
7249
-interix[[3-9]]*)
 
7250
-  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
 
7251
-  lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
 
7252
-  ;;
 
7253
+_LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1],
 
7254
+    [Take the output of nm and produce a listing of raw symbols and C names])
 
7255
+_LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1],
 
7256
+    [Transform the output of nm in a proper C declaration])
 
7257
+_LT_DECL([global_symbol_to_c_name_address],
 
7258
+    [lt_cv_sys_global_symbol_to_c_name_address], [1],
 
7259
+    [Transform the output of nm in a C name address pair])
 
7260
+_LT_DECL([global_symbol_to_c_name_address_lib_prefix],
 
7261
+    [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1],
 
7262
+    [Transform the output of nm in a C name address pair when lib prefix is needed])
 
7263
+]) # _LT_CMD_GLOBAL_SYMBOLS
 
7264
 
 
7265
-irix5* | irix6* | nonstopux*)
 
7266
-  case $LD in
 
7267
-  *-32|*"-32 ") libmagic=32-bit;;
 
7268
-  *-n32|*"-n32 ") libmagic=N32;;
 
7269
-  *-64|*"-64 ") libmagic=64-bit;;
 
7270
-  *) libmagic=never-match;;
 
7271
-  esac
 
7272
-  lt_cv_deplibs_check_method=pass_all
 
7273
-  ;;
 
7274
 
 
7275
-# This must be Linux ELF.
 
7276
-linux* | k*bsd*-gnu)
 
7277
-  lt_cv_deplibs_check_method=pass_all
 
7278
-  ;;
 
7279
+# _LT_COMPILER_PIC([TAGNAME])
 
7280
+# ---------------------------
 
7281
+m4_defun([_LT_COMPILER_PIC],
 
7282
+[m4_require([_LT_TAG_COMPILER])dnl
 
7283
+_LT_TAGVAR(lt_prog_compiler_wl, $1)=
 
7284
+_LT_TAGVAR(lt_prog_compiler_pic, $1)=
 
7285
+_LT_TAGVAR(lt_prog_compiler_static, $1)=
 
7286
 
 
7287
-netbsd*)
 
7288
-  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
 
7289
-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
 
7290
-  else
 
7291
-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
 
7292
-  fi
 
7293
-  ;;
 
7294
+AC_MSG_CHECKING([for $compiler option to produce PIC])
 
7295
+m4_if([$1], [CXX], [
 
7296
+  # C++ specific cases for pic, static, wl, etc.
 
7297
+  if test "$GXX" = yes; then
 
7298
+    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
7299
+    _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
7300
 
 
7301
-newos6*)
 
7302
-  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
 
7303
-  lt_cv_file_magic_cmd=/usr/bin/file
 
7304
-  lt_cv_file_magic_test_file=/usr/lib/libnls.so
 
7305
-  ;;
 
7306
+    case $host_os in
 
7307
+    aix*)
 
7308
+      # All AIX code is PIC.
 
7309
+      if test "$host_cpu" = ia64; then
 
7310
+       # AIX 5 now supports IA64 processor
 
7311
+       _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
7312
+      fi
 
7313
+      ;;
 
7314
 
 
7315
-*nto* | *qnx*)
 
7316
-  lt_cv_deplibs_check_method=pass_all
 
7317
-  ;;
 
7318
+    amigaos*)
 
7319
+      case $host_cpu in
 
7320
+      powerpc)
 
7321
+            # see comment about AmigaOS4 .so support
 
7322
+            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
7323
+        ;;
 
7324
+      m68k)
 
7325
+            # FIXME: we need at least 68020 code to build shared libraries, but
 
7326
+            # adding the `-m68020' flag to GCC prevents building anything better,
 
7327
+            # like `-m68040'.
 
7328
+            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
 
7329
+        ;;
 
7330
+      esac
 
7331
+      ;;
 
7332
 
 
7333
-openbsd*)
 
7334
-  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
7335
-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
 
7336
-  else
 
7337
-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
 
7338
-  fi
 
7339
-  ;;
 
7340
-
 
7341
-osf3* | osf4* | osf5*)
 
7342
-  lt_cv_deplibs_check_method=pass_all
 
7343
-  ;;
 
7344
-
 
7345
-rdos*)
 
7346
-  lt_cv_deplibs_check_method=pass_all
 
7347
-  ;;
 
7348
-
 
7349
-solaris*)
 
7350
-  lt_cv_deplibs_check_method=pass_all
 
7351
-  ;;
 
7352
-
 
7353
-sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
 
7354
-  lt_cv_deplibs_check_method=pass_all
 
7355
-  ;;
 
7356
-
 
7357
-sysv4 | sysv4.3*)
 
7358
-  case $host_vendor in
 
7359
-  motorola)
 
7360
-    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]]'
 
7361
-    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
 
7362
-    ;;
 
7363
-  ncr)
 
7364
-    lt_cv_deplibs_check_method=pass_all
 
7365
-    ;;
 
7366
-  sequent)
 
7367
-    lt_cv_file_magic_cmd='/bin/file'
 
7368
-    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
 
7369
-    ;;
 
7370
-  sni)
 
7371
-    lt_cv_file_magic_cmd='/bin/file'
 
7372
-    lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
 
7373
-    lt_cv_file_magic_test_file=/lib/libc.so
 
7374
-    ;;
 
7375
-  siemens)
 
7376
-    lt_cv_deplibs_check_method=pass_all
 
7377
-    ;;
 
7378
-  pc)
 
7379
-    lt_cv_deplibs_check_method=pass_all
 
7380
-    ;;
 
7381
-  esac
 
7382
-  ;;
 
7383
-
 
7384
-tpf*)
 
7385
-  lt_cv_deplibs_check_method=pass_all
 
7386
-  ;;
 
7387
-esac
 
7388
-])
 
7389
-file_magic_cmd=$lt_cv_file_magic_cmd
 
7390
-deplibs_check_method=$lt_cv_deplibs_check_method
 
7391
-test -z "$deplibs_check_method" && deplibs_check_method=unknown
 
7392
-
 
7393
-_LT_DECL([], [deplibs_check_method], [1],
 
7394
-    [Method to check whether dependent libraries are shared objects])
 
7395
-_LT_DECL([], [file_magic_cmd], [1],
 
7396
-    [Command to use when deplibs_check_method == "file_magic"])
 
7397
-])# _LT_CHECK_MAGIC_METHOD
 
7398
-
 
7399
-
 
7400
-# LT_PATH_NM
 
7401
-# ----------
 
7402
-# find the pathname to a BSD- or MS-compatible name lister
 
7403
-AC_DEFUN([LT_PATH_NM],
 
7404
-[AC_REQUIRE([AC_PROG_CC])dnl
 
7405
-AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
 
7406
-[if test -n "$NM"; then
 
7407
-  # Let the user override the test.
 
7408
-  lt_cv_path_NM="$NM"
 
7409
-else
 
7410
-  lt_nm_to_check="${ac_tool_prefix}nm"
 
7411
-  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
 
7412
-    lt_nm_to_check="$lt_nm_to_check nm"
 
7413
-  fi
 
7414
-  for lt_tmp_nm in $lt_nm_to_check; do
 
7415
-    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
 
7416
-    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
 
7417
-      IFS="$lt_save_ifs"
 
7418
-      test -z "$ac_dir" && ac_dir=.
 
7419
-      tmp_nm="$ac_dir/$lt_tmp_nm"
 
7420
-      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
 
7421
-       # Check to see if the nm accepts a BSD-compat flag.
 
7422
-       # Adding the `sed 1q' prevents false positives on HP-UX, which says:
 
7423
-       #   nm: unknown option "B" ignored
 
7424
-       # Tru64's nm complains that /dev/null is an invalid object file
 
7425
-       case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
 
7426
-       */dev/null* | *'Invalid file or object type'*)
 
7427
-         lt_cv_path_NM="$tmp_nm -B"
 
7428
-         break
 
7429
-         ;;
 
7430
-       *)
 
7431
-         case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
 
7432
-         */dev/null*)
 
7433
-           lt_cv_path_NM="$tmp_nm -p"
 
7434
-           break
 
7435
-           ;;
 
7436
-         *)
 
7437
-           lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
 
7438
-           continue # so that we can try to find one that supports BSD flags
 
7439
-           ;;
 
7440
-         esac
 
7441
-         ;;
 
7442
-       esac
 
7443
-      fi
 
7444
-    done
 
7445
-    IFS="$lt_save_ifs"
 
7446
-  done
 
7447
-  : ${lt_cv_path_NM=no}
 
7448
-fi])
 
7449
-if test "$lt_cv_path_NM" != "no"; then
 
7450
-  NM="$lt_cv_path_NM"
 
7451
-else
 
7452
-  # Didn't find any BSD compatible name lister, look for dumpbin.
 
7453
-  AC_CHECK_TOOLS(DUMPBIN, ["dumpbin -symbols" "link -dump -symbols"], :)
 
7454
-  AC_SUBST([DUMPBIN])
 
7455
-  if test "$DUMPBIN" != ":"; then
 
7456
-    NM="$DUMPBIN"
 
7457
-  fi
 
7458
-fi
 
7459
-test -z "$NM" && NM=nm
 
7460
-AC_SUBST([NM])
 
7461
-_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
 
7462
-
 
7463
-AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
 
7464
-  [lt_cv_nm_interface="BSD nm"
 
7465
-  echo "int some_variable = 0;" > conftest.$ac_ext
 
7466
-  (eval echo "\"\$as_me:__oline__: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
 
7467
-  (eval "$ac_compile" 2>conftest.err)
 
7468
-  cat conftest.err >&AS_MESSAGE_LOG_FD
 
7469
-  (eval echo "\"\$as_me:__oline__: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
 
7470
-  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
 
7471
-  cat conftest.err >&AS_MESSAGE_LOG_FD
 
7472
-  (eval echo "\"\$as_me:__oline__: output\"" >&AS_MESSAGE_LOG_FD)
 
7473
-  cat conftest.out >&AS_MESSAGE_LOG_FD
 
7474
-  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
 
7475
-    lt_cv_nm_interface="MS dumpbin"
 
7476
-  fi
 
7477
-  rm -f conftest*])
 
7478
-])# LT_PATH_NM
 
7479
-
 
7480
-# Old names:
 
7481
-AU_ALIAS([AM_PROG_NM], [LT_PATH_NM])
 
7482
-AU_ALIAS([AC_PROG_NM], [LT_PATH_NM])
 
7483
-dnl aclocal-1.4 backwards compatibility:
 
7484
-dnl AC_DEFUN([AM_PROG_NM], [])
 
7485
-dnl AC_DEFUN([AC_PROG_NM], [])
 
7486
-
 
7487
-
 
7488
-# LT_LIB_M
 
7489
-# --------
 
7490
-# check for math library
 
7491
-AC_DEFUN([LT_LIB_M],
 
7492
-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
7493
-LIBM=
 
7494
-case $host in
 
7495
-*-*-beos* | *-*-cygwin* | *-*-pw32* | *-*-darwin*)
 
7496
-  # These system don't have libm, or don't need it
 
7497
-  ;;
 
7498
-*-ncr-sysv4.3*)
 
7499
-  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
 
7500
-  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
 
7501
-  ;;
 
7502
-*)
 
7503
-  AC_CHECK_LIB(m, cos, LIBM="-lm")
 
7504
-  ;;
 
7505
-esac
 
7506
-AC_SUBST([LIBM])
 
7507
-])# LT_LIB_M
 
7508
-
 
7509
-# Old name:
 
7510
-AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M])
 
7511
-dnl aclocal-1.4 backwards compatibility:
 
7512
-dnl AC_DEFUN([AC_CHECK_LIBM], [])
 
7513
-
 
7514
-
 
7515
-# _LT_COMPILER_NO_RTTI([TAGNAME])
 
7516
-# -------------------------------
 
7517
-m4_defun([_LT_COMPILER_NO_RTTI],
 
7518
-[m4_require([_LT_TAG_COMPILER])dnl
 
7519
-
 
7520
-_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
 
7521
-
 
7522
-if test "$GCC" = yes; then
 
7523
-  _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
 
7524
-
 
7525
-  _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
 
7526
-    lt_cv_prog_compiler_rtti_exceptions,
 
7527
-    [-fno-rtti -fno-exceptions], [],
 
7528
-    [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
 
7529
-fi
 
7530
-_LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1],
 
7531
-       [Compiler flag to turn off builtin functions])
 
7532
-])# _LT_COMPILER_NO_RTTI
 
7533
-
 
7534
-
 
7535
-# _LT_CMD_GLOBAL_SYMBOLS
 
7536
-# ----------------------
 
7537
-m4_defun([_LT_CMD_GLOBAL_SYMBOLS],
 
7538
-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
7539
-AC_REQUIRE([AC_PROG_CC])dnl
 
7540
-AC_REQUIRE([LT_PATH_NM])dnl
 
7541
-AC_REQUIRE([LT_PATH_LD])dnl
 
7542
-m4_require([_LT_DECL_SED])dnl
 
7543
-m4_require([_LT_DECL_EGREP])dnl
 
7544
-m4_require([_LT_TAG_COMPILER])dnl
 
7545
-
 
7546
-# Check for command to grab the raw symbol name followed by C symbol from nm.
 
7547
-AC_MSG_CHECKING([command to parse $NM output from $compiler object])
 
7548
-AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
 
7549
-[
 
7550
-# These are sane defaults that work on at least a few old systems.
 
7551
-# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
 
7552
-
 
7553
-# Character class describing NM global symbol codes.
 
7554
-symcode='[[BCDEGRST]]'
 
7555
-
 
7556
-# Regexp to match symbols that can be accessed directly from C.
 
7557
-sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
 
7558
-
 
7559
-# Define system-specific variables.
 
7560
-case $host_os in
 
7561
-aix*)
 
7562
-  symcode='[[BCDT]]'
 
7563
-  ;;
 
7564
-cygwin* | mingw* | pw32* | cegcc*)
 
7565
-  symcode='[[ABCDGISTW]]'
 
7566
-  ;;
 
7567
-hpux*)
 
7568
-  if test "$host_cpu" = ia64; then
 
7569
-    symcode='[[ABCDEGRST]]'
 
7570
-  fi
 
7571
-  ;;
 
7572
-irix* | nonstopux*)
 
7573
-  symcode='[[BCDEGRST]]'
 
7574
-  ;;
 
7575
-osf*)
 
7576
-  symcode='[[BCDEGQRST]]'
 
7577
-  ;;
 
7578
-solaris*)
 
7579
-  symcode='[[BDRT]]'
 
7580
-  ;;
 
7581
-sco3.2v5*)
 
7582
-  symcode='[[DT]]'
 
7583
-  ;;
 
7584
-sysv4.2uw2*)
 
7585
-  symcode='[[DT]]'
 
7586
-  ;;
 
7587
-sysv5* | sco5v6* | unixware* | OpenUNIX*)
 
7588
-  symcode='[[ABDT]]'
 
7589
-  ;;
 
7590
-sysv4)
 
7591
-  symcode='[[DFNSTU]]'
 
7592
-  ;;
 
7593
-esac
 
7594
-
 
7595
-# If we're using GNU nm, then use its standard symbol codes.
 
7596
-case `$NM -V 2>&1` in
 
7597
-*GNU* | *'with BFD'*)
 
7598
-  symcode='[[ABCDGIRSTW]]' ;;
 
7599
-esac
 
7600
-
 
7601
-# Transform an extracted symbol line into a proper C declaration.
 
7602
-# Some systems (esp. on ia64) link data and code symbols differently,
 
7603
-# so use this general approach.
 
7604
-lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
 
7605
-
 
7606
-# Transform an extracted symbol line into symbol name and symbol address
 
7607
-lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (void *) \&\2},/p'"
 
7608
-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'"
 
7609
-
 
7610
-# Handle CRLF in mingw tool chain
 
7611
-opt_cr=
 
7612
-case $build_os in
 
7613
-mingw*)
 
7614
-  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
 
7615
-  ;;
 
7616
-esac
 
7617
-
 
7618
-# Try without a prefix underscore, then with it.
 
7619
-for ac_symprfx in "" "_"; do
 
7620
-
 
7621
-  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
 
7622
-  symxfrm="\\1 $ac_symprfx\\2 \\2"
 
7623
-
 
7624
-  # Write the raw and C identifiers.
 
7625
-  if test "$lt_cv_nm_interface" = "MS dumpbin"; then
 
7626
-    # Fake it for dumpbin and say T for any non-static function
 
7627
-    # and D for any global variable.
 
7628
-    # Also find C++ and __fastcall symbols from MSVC++,
 
7629
-    # which start with @ or ?.
 
7630
-    lt_cv_sys_global_symbol_pipe="$AWK ['"\
 
7631
-"     {last_section=section; section=\$ 3};"\
 
7632
-"     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
 
7633
-"     \$ 0!~/External *\|/{next};"\
 
7634
-"     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
 
7635
-"     {if(hide[section]) next};"\
 
7636
-"     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
 
7637
-"     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
 
7638
-"     s[1]~/^[@?]/{print s[1], s[1]; next};"\
 
7639
-"     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
 
7640
-"     ' prfx=^$ac_symprfx]"
 
7641
-  else
 
7642
-    lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[    ]]\($symcode$symcode*\)[[       ]][[    ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
 
7643
-  fi
 
7644
-
 
7645
-  # Check to see that the pipe works correctly.
 
7646
-  pipe_works=no
 
7647
-
 
7648
-  rm -f conftest*
 
7649
-  cat > conftest.$ac_ext <<_LT_EOF
 
7650
-#ifdef __cplusplus
 
7651
-extern "C" {
 
7652
-#endif
 
7653
-char nm_test_var;
 
7654
-void nm_test_func(void);
 
7655
-void nm_test_func(void){}
 
7656
-#ifdef __cplusplus
 
7657
-}
 
7658
-#endif
 
7659
-int main(){nm_test_var='a';nm_test_func();return(0);}
 
7660
-_LT_EOF
 
7661
-
 
7662
-  if AC_TRY_EVAL(ac_compile); then
 
7663
-    # Now try to grab the symbols.
 
7664
-    nlist=conftest.nm
 
7665
-    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
 
7666
-      # Try sorting and uniquifying the output.
 
7667
-      if sort "$nlist" | uniq > "$nlist"T; then
 
7668
-       mv -f "$nlist"T "$nlist"
 
7669
-      else
 
7670
-       rm -f "$nlist"T
 
7671
-      fi
 
7672
-
 
7673
-      # Make sure that we snagged all the symbols we need.
 
7674
-      if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
 
7675
-       if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
 
7676
-         cat <<_LT_EOF > conftest.$ac_ext
 
7677
-#ifdef __cplusplus
 
7678
-extern "C" {
 
7679
-#endif
 
7680
-
 
7681
-_LT_EOF
 
7682
-         # Now generate the symbol file.
 
7683
-         eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
 
7684
-
 
7685
-         cat <<_LT_EOF >> conftest.$ac_ext
 
7686
-
 
7687
-/* The mapping between symbol names and symbols.  */
 
7688
-const struct {
 
7689
-  const char *name;
 
7690
-  void       *address;
 
7691
-}
 
7692
-lt__PROGRAM__LTX_preloaded_symbols[[]] =
 
7693
-{
 
7694
-  { "@PROGRAM@", (void *) 0 },
 
7695
-_LT_EOF
 
7696
-         $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
 
7697
-         cat <<\_LT_EOF >> conftest.$ac_ext
 
7698
-  {0, (void *) 0}
 
7699
-};
 
7700
-
 
7701
-/* This works around a problem in FreeBSD linker */
 
7702
-#ifdef FREEBSD_WORKAROUND
 
7703
-static const void *lt_preloaded_setup() {
 
7704
-  return lt__PROGRAM__LTX_preloaded_symbols;
 
7705
-}
 
7706
-#endif
 
7707
-
 
7708
-#ifdef __cplusplus
 
7709
-}
 
7710
-#endif
 
7711
-_LT_EOF
 
7712
-         # Now try linking the two files.
 
7713
-         mv conftest.$ac_objext conftstm.$ac_objext
 
7714
-         lt_save_LIBS="$LIBS"
 
7715
-         lt_save_CFLAGS="$CFLAGS"
 
7716
-         LIBS="conftstm.$ac_objext"
 
7717
-         CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
 
7718
-         if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
 
7719
-           pipe_works=yes
 
7720
-         fi
 
7721
-         LIBS="$lt_save_LIBS"
 
7722
-         CFLAGS="$lt_save_CFLAGS"
 
7723
-       else
 
7724
-         echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
 
7725
-       fi
 
7726
-      else
 
7727
-       echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
 
7728
-      fi
 
7729
-    else
 
7730
-      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
 
7731
-    fi
 
7732
-  else
 
7733
-    echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
 
7734
-    cat conftest.$ac_ext >&5
 
7735
-  fi
 
7736
-  rm -rf conftest* conftst*
 
7737
-
 
7738
-  # Do not use the global_symbol_pipe unless it works.
 
7739
-  if test "$pipe_works" = yes; then
 
7740
-    break
 
7741
-  else
 
7742
-    lt_cv_sys_global_symbol_pipe=
 
7743
-  fi
 
7744
-done
 
7745
-])
 
7746
-if test -z "$lt_cv_sys_global_symbol_pipe"; then
 
7747
-  lt_cv_sys_global_symbol_to_cdecl=
 
7748
-fi
 
7749
-if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
 
7750
-  AC_MSG_RESULT(failed)
 
7751
-else
 
7752
-  AC_MSG_RESULT(ok)
 
7753
-fi
 
7754
-
 
7755
-_LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1],
 
7756
-    [Take the output of nm and produce a listing of raw symbols and C names])
 
7757
-_LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1],
 
7758
-    [Transform the output of nm in a proper C declaration])
 
7759
-_LT_DECL([global_symbol_to_c_name_address],
 
7760
-    [lt_cv_sys_global_symbol_to_c_name_address], [1],
 
7761
-    [Transform the output of nm in a C name address pair])
 
7762
-_LT_DECL([global_symbol_to_c_name_address_lib_prefix],
 
7763
-    [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1],
 
7764
-    [Transform the output of nm in a C name address pair when lib prefix is needed])
 
7765
-]) # _LT_CMD_GLOBAL_SYMBOLS
 
7766
-
 
7767
-
 
7768
-# _LT_COMPILER_PIC([TAGNAME])
 
7769
-# ---------------------------
 
7770
-m4_defun([_LT_COMPILER_PIC],
 
7771
-[m4_require([_LT_TAG_COMPILER])dnl
 
7772
-_LT_TAGVAR(lt_prog_compiler_wl, $1)=
 
7773
-_LT_TAGVAR(lt_prog_compiler_pic, $1)=
 
7774
-_LT_TAGVAR(lt_prog_compiler_static, $1)=
 
7775
-
 
7776
-AC_MSG_CHECKING([for $compiler option to produce PIC])
 
7777
-m4_if([$1], [CXX], [
 
7778
-  # C++ specific cases for pic, static, wl, etc.
 
7779
-  if test "$GXX" = yes; then
 
7780
-    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
 
7781
-    _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
 
7782
-
 
7783
-    case $host_os in
 
7784
-    aix*)
 
7785
-      # All AIX code is PIC.
 
7786
-      if test "$host_cpu" = ia64; then
 
7787
-       # AIX 5 now supports IA64 processor
 
7788
-       _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
 
7789
-      fi
 
7790
-      ;;
 
7791
-
 
7792
-    amigaos*)
 
7793
-      case $host_cpu in
 
7794
-      powerpc)
 
7795
-            # see comment about AmigaOS4 .so support
 
7796
-            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
7797
-        ;;
 
7798
-      m68k)
 
7799
-            # FIXME: we need at least 68020 code to build shared libraries, but
 
7800
-            # adding the `-m68020' flag to GCC prevents building anything better,
 
7801
-            # like `-m68040'.
 
7802
-            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
 
7803
-        ;;
 
7804
-      esac
 
7805
-      ;;
 
7806
-
 
7807
-    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
7808
-      # PIC is the default for these OSes.
 
7809
-      ;;
 
7810
-    mingw* | cygwin* | os2* | pw32* | cegcc*)
 
7811
-      # This hack is so that the source file can tell whether it is being
 
7812
-      # built for inclusion in a dll (and should export symbols for example).
 
7813
-      # Although the cygwin gcc ignores -fPIC, still need this for old-style
 
7814
-      # (--disable-auto-import) libraries
 
7815
-      m4_if([$1], [GCJ], [],
 
7816
-       [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
 
7817
-      ;;
 
7818
-    darwin* | rhapsody*)
 
7819
-      # PIC is the default on this platform
 
7820
-      # Common symbols not allowed in MH_DYLIB files
 
7821
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
 
7822
-      ;;
 
7823
-    *djgpp*)
 
7824
-      # DJGPP does not support shared libraries at all
 
7825
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)=
 
7826
-      ;;
 
7827
-    interix[[3-9]]*)
 
7828
-      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
 
7829
-      # Instead, we relocate shared libraries at runtime.
 
7830
-      ;;
 
7831
-    sysv4*MP*)
 
7832
-      if test -d /usr/nec; then
 
7833
-       _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
 
7834
-      fi
 
7835
-      ;;
 
7836
-    hpux*)
 
7837
-      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
 
7838
-      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
 
7839
-      # sets the default TLS model and affects inlining.
 
7840
-      case $host_cpu in
 
7841
-      hppa*64*)
 
7842
-       ;;
 
7843
-      *)
 
7844
-       _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
7845
-       ;;
 
7846
-      esac
 
7847
-      ;;
 
7848
-    *qnx* | *nto*)
 
7849
-      # QNX uses GNU C++, but need to define -shared option too, otherwise
 
7850
-      # it will coredump.
 
7851
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
 
7852
-      ;;
 
7853
-    *)
 
7854
-      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
7855
-      ;;
 
7856
-    esac
 
7857
+    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
 
7858
+      # PIC is the default for these OSes.
 
7859
+      ;;
 
7860
+    mingw* | cygwin* | os2* | pw32* | cegcc*)
 
7861
+      # This hack is so that the source file can tell whether it is being
 
7862
+      # built for inclusion in a dll (and should export symbols for example).
 
7863
+      # Although the cygwin gcc ignores -fPIC, still need this for old-style
 
7864
+      # (--disable-auto-import) libraries
 
7865
+      m4_if([$1], [GCJ], [],
 
7866
+       [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
 
7867
+      ;;
 
7868
+    darwin* | rhapsody*)
 
7869
+      # PIC is the default on this platform
 
7870
+      # Common symbols not allowed in MH_DYLIB files
 
7871
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
 
7872
+      ;;
 
7873
+    *djgpp*)
 
7874
+      # DJGPP does not support shared libraries at all
 
7875
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)=
 
7876
+      ;;
 
7877
+    interix[[3-9]]*)
 
7878
+      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
 
7879
+      # Instead, we relocate shared libraries at runtime.
 
7880
+      ;;
 
7881
+    sysv4*MP*)
 
7882
+      if test -d /usr/nec; then
 
7883
+       _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
 
7884
+      fi
 
7885
+      ;;
 
7886
+    hpux*)
 
7887
+      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
 
7888
+      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
 
7889
+      # sets the default TLS model and affects inlining.
 
7890
+      case $host_cpu in
 
7891
+      hppa*64*)
 
7892
+       ;;
 
7893
+      *)
 
7894
+       _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
7895
+       ;;
 
7896
+      esac
 
7897
+      ;;
 
7898
+    *qnx* | *nto*)
 
7899
+      # QNX uses GNU C++, but need to define -shared option too, otherwise
 
7900
+      # it will coredump.
 
7901
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
 
7902
+      ;;
 
7903
+    *)
 
7904
+      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
 
7905
+      ;;
 
7906
+    esac
 
7907
   else
 
7908
     case $host_os in
 
7909
       aix[[4-9]]*)
 
7910
@@ -4740,7 +3782,7 @@
 
7911
            ;;
 
7912
        esac
 
7913
        ;;
 
7914
-      linux* | k*bsd*-gnu)
 
7915
+      linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
7916
        case $cc_basename in
 
7917
          KCC*)
 
7918
            # KAI C++ Compiler
 
7919
@@ -4804,7 +3846,7 @@
63
7920
            ;;
64
7921
        esac
65
7922
        ;;
68
7925
        ;;
69
7926
       *qnx* | *nto*)
70
7927
         # QNX uses GNU C++, but need to define -shared option too, otherwise
71
 
@@ -4240,6 +4249,9 @@
 
7928
@@ -5024,7 +4066,7 @@
 
7929
       _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
 
7930
       ;;
 
7931
 
 
7932
-    linux* | k*bsd*-gnu)
 
7933
+    linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
7934
       case $cc_basename in
 
7935
       # old Intel for x86_64 which still supported -KPIC.
 
7936
       ecc*)
 
7937
@@ -5229,6 +4271,9 @@
72
7938
   cygwin* | mingw* | cegcc*)
73
7939
     _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'
74
7940
   ;;
78
7944
   *)
79
7945
     _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
80
7946
   ;;
81
 
@@ -4486,7 +4498,7 @@
82
 
       fi
83
 
       ;;
 
7947
@@ -5277,65 +4322,432 @@
 
7948
 dnl Note also adjust exclude_expsyms for C++ above.
 
7949
   extract_expsyms_cmds=
84
7950
 
85
 
-    netbsd*)
 
7951
-  case $host_os in
 
7952
-  cygwin* | mingw* | pw32* | cegcc*)
 
7953
-    # FIXME: the MSVC++ port hasn't been tested in a loooong time
 
7954
-    # When not using gcc, we currently assume that we are using
 
7955
-    # Microsoft Visual C++.
 
7956
-    if test "$GCC" != yes; then
 
7957
-      with_gnu_ld=no
 
7958
-    fi
 
7959
-    ;;
 
7960
-  interix*)
 
7961
-    # we just hope/assume this is gcc and not c89 (= MSVC++)
 
7962
-    with_gnu_ld=yes
 
7963
-    ;;
 
7964
-  openbsd*)
 
7965
-    with_gnu_ld=no
 
7966
-    ;;
 
7967
-  esac
 
7968
+  case $host_os in
 
7969
+  cygwin* | mingw* | pw32* | cegcc*)
 
7970
+    # FIXME: the MSVC++ port hasn't been tested in a loooong time
 
7971
+    # When not using gcc, we currently assume that we are using
 
7972
+    # Microsoft Visual C++.
 
7973
+    if test "$GCC" != yes; then
 
7974
+      with_gnu_ld=no
 
7975
+    fi
 
7976
+    ;;
 
7977
+  interix*)
 
7978
+    # we just hope/assume this is gcc and not c89 (= MSVC++)
 
7979
+    with_gnu_ld=yes
 
7980
+    ;;
 
7981
+  openbsd*)
 
7982
+    with_gnu_ld=no
 
7983
+    ;;
 
7984
+  linux* | k*bsd*-gnu)
 
7985
+    _LT_TAGVAR(link_all_deplibs, $1)=no
 
7986
+    ;;
 
7987
+  esac
 
7988
+
 
7989
+  _LT_TAGVAR(ld_shlibs, $1)=yes
 
7990
+  if test "$with_gnu_ld" = yes; then
 
7991
+    # If archive_cmds runs LD, not CC, wlarc should be empty
 
7992
+    wlarc='${wl}'
 
7993
+
 
7994
+    # Set some defaults for GNU ld with shared library support. These
 
7995
+    # are reset later if shared libraries are not supported. Putting them
 
7996
+    # here allows them to be overridden if necessary.
 
7997
+    runpath_var=LD_RUN_PATH
 
7998
+    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
7999
+    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
8000
+    # ancient GNU ld didn't support --whole-archive et. al.
 
8001
+    if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
 
8002
+      _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
8003
+    else
 
8004
+      _LT_TAGVAR(whole_archive_flag_spec, $1)=
 
8005
+    fi
 
8006
+    supports_anon_versioning=no
 
8007
+    case `$LD -v 2>&1` in
 
8008
+      *GNU\ gold*) supports_anon_versioning=yes ;;
 
8009
+      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
 
8010
+      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
 
8011
+      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
 
8012
+      *\ 2.11.*) ;; # other 2.11 versions
 
8013
+      *) supports_anon_versioning=yes ;;
 
8014
+    esac
 
8015
+
 
8016
+    # See if GNU ld supports shared libraries.
 
8017
+    case $host_os in
 
8018
+    aix[[3-9]]*)
 
8019
+      # On AIX/PPC, the GNU linker is very broken
 
8020
+      if test "$host_cpu" != ia64; then
 
8021
+       _LT_TAGVAR(ld_shlibs, $1)=no
 
8022
+       cat <<_LT_EOF 1>&2
 
8023
+
 
8024
+*** Warning: the GNU linker, at least up to release 2.9.1, is reported
 
8025
+*** to be unable to reliably create shared libraries on AIX.
 
8026
+*** Therefore, libtool is disabling shared libraries support.  If you
 
8027
+*** really care for shared libraries, you may want to modify your PATH
 
8028
+*** so that a non-GNU linker is found, and then restart.
 
8029
+
 
8030
+_LT_EOF
 
8031
+      fi
 
8032
+      ;;
 
8033
+
 
8034
+    amigaos*)
 
8035
+      case $host_cpu in
 
8036
+      powerpc)
 
8037
+            # see comment about AmigaOS4 .so support
 
8038
+            _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
8039
+            _LT_TAGVAR(archive_expsym_cmds, $1)=''
 
8040
+        ;;
 
8041
+      m68k)
 
8042
+            _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)'
 
8043
+            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
8044
+            _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
8045
+        ;;
 
8046
+      esac
 
8047
+      ;;
 
8048
+
 
8049
+    beos*)
 
8050
+      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
 
8051
+       _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
 
8052
+       # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
 
8053
+       # support --undefined.  This deserves some investigation.  FIXME
 
8054
+       _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
8055
+      else
 
8056
+       _LT_TAGVAR(ld_shlibs, $1)=no
 
8057
+      fi
 
8058
+      ;;
 
8059
+
 
8060
+    cygwin* | mingw* | pw32* | cegcc*)
 
8061
+      # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
 
8062
+      # as there is no search path for DLLs.
 
8063
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
8064
+      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
 
8065
+      _LT_TAGVAR(always_export_symbols, $1)=no
 
8066
+      _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
8067
+      _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'
 
8068
+
 
8069
+      if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
 
8070
+        _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'
 
8071
+       # If the export-symbols file already is a .def file (1st line
 
8072
+       # is EXPORTS), use it as is; otherwise, prepend...
 
8073
+       _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
8074
+         cp $export_symbols $output_objdir/$soname.def;
 
8075
+       else
 
8076
+         echo EXPORTS > $output_objdir/$soname.def;
 
8077
+         cat $export_symbols >> $output_objdir/$soname.def;
 
8078
+       fi~
 
8079
+       $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
8080
+      else
 
8081
+       _LT_TAGVAR(ld_shlibs, $1)=no
 
8082
+      fi
 
8083
+      ;;
 
8084
+
 
8085
+    interix[[3-9]]*)
 
8086
+      _LT_TAGVAR(hardcode_direct, $1)=no
 
8087
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8088
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
8089
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
8090
+      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
 
8091
+      # Instead, shared libraries are loaded at an image base (0x10000000 by
 
8092
+      # default) and relocated if they conflict, which is a slow very memory
 
8093
+      # consuming and fragmenting process.  To avoid this, we pick a random,
 
8094
+      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
 
8095
+      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
 
8096
+      _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'
 
8097
+      _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'
 
8098
+      ;;
 
8099
+
 
8100
+    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
 
8101
+      tmp_diet=no
 
8102
+      if test "$host_os" = linux-dietlibc; then
 
8103
+       case $cc_basename in
 
8104
+         diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
 
8105
+       esac
 
8106
+      fi
 
8107
+      if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
 
8108
+        && test "$tmp_diet" = no
 
8109
+      then
 
8110
+       tmp_addflag=
 
8111
+       tmp_sharedflag='-shared'
 
8112
+       case $cc_basename,$host_cpu in
 
8113
+        pgcc*)                         # Portland Group C compiler
 
8114
+         _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'
 
8115
+         tmp_addflag=' $pic_flag'
 
8116
+         ;;
 
8117
+       pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
 
8118
+         _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'
 
8119
+         tmp_addflag=' $pic_flag -Mnomain' ;;
 
8120
+       ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
 
8121
+         tmp_addflag=' -i_dynamic' ;;
 
8122
+       efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
 
8123
+         tmp_addflag=' -i_dynamic -nofor_main' ;;
 
8124
+       ifc* | ifort*)                  # Intel Fortran compiler
 
8125
+         tmp_addflag=' -nofor_main' ;;
 
8126
+       lf95*)                          # Lahey Fortran 8.1
 
8127
+         _LT_TAGVAR(whole_archive_flag_spec, $1)=
 
8128
+         tmp_sharedflag='--shared' ;;
 
8129
+       xl[[cC]]*)                      # IBM XL C 8.0 on PPC (deal with xlf below)
 
8130
+         tmp_sharedflag='-qmkshrobj'
 
8131
+         tmp_addflag= ;;
 
8132
+       esac
 
8133
+       case `$CC -V 2>&1 | sed 5q` in
 
8134
+       *Sun\ C*)                       # Sun C 5.9
 
8135
+         _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'
 
8136
+         _LT_TAGVAR(compiler_needs_object, $1)=yes
 
8137
+         tmp_sharedflag='-G' ;;
 
8138
+       *Sun\ F*)                       # Sun Fortran 8.3
 
8139
+         tmp_sharedflag='-G' ;;
 
8140
+       esac
 
8141
+       _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
8142
+
 
8143
+        if test "x$supports_anon_versioning" = xyes; then
 
8144
+          _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
 
8145
+           cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
 
8146
+           echo "local: *; };" >> $output_objdir/$libname.ver~
 
8147
+           $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
 
8148
+        fi
 
8149
+
 
8150
+       case $cc_basename in
 
8151
+       xlf*)
 
8152
+         # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
 
8153
+         _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive'
 
8154
+         _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
8155
+         _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
 
8156
+         _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
 
8157
+         if test "x$supports_anon_versioning" = xyes; then
 
8158
+           _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
 
8159
+             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
 
8160
+             echo "local: *; };" >> $output_objdir/$libname.ver~
 
8161
+             $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
 
8162
+         fi
 
8163
+         ;;
 
8164
+       esac
 
8165
+      else
 
8166
+        _LT_TAGVAR(ld_shlibs, $1)=no
 
8167
+      fi
 
8168
+      ;;
 
8169
+
86
8170
+    netbsd* | netbsdelf*-gnu)
87
 
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
88
 
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
89
 
        wlarc=
90
 
@@ -4661,6 +4673,7 @@
91
 
        if test "$aix_use_runtimelinking" = yes; then
92
 
          shared_flag="$shared_flag "'${wl}-G'
93
 
        fi
 
8171
+      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 
8172
+       _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
 
8173
+       wlarc=
 
8174
+      else
 
8175
+       _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
8176
+       _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'
 
8177
+      fi
 
8178
+      ;;
 
8179
 
 
8180
-  _LT_TAGVAR(ld_shlibs, $1)=yes
 
8181
-  if test "$with_gnu_ld" = yes; then
 
8182
-    # If archive_cmds runs LD, not CC, wlarc should be empty
 
8183
-    wlarc='${wl}'
 
8184
+    solaris*)
 
8185
+      if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
 
8186
+       _LT_TAGVAR(ld_shlibs, $1)=no
 
8187
+       cat <<_LT_EOF 1>&2
 
8188
 
 
8189
-    # Set some defaults for GNU ld with shared library support. These
 
8190
-    # are reset later if shared libraries are not supported. Putting them
 
8191
-    # here allows them to be overridden if necessary.
 
8192
-    runpath_var=LD_RUN_PATH
 
8193
-    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
8194
-    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
8195
-    # ancient GNU ld didn't support --whole-archive et. al.
 
8196
-    if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
 
8197
-      _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
8198
-    else
 
8199
-      _LT_TAGVAR(whole_archive_flag_spec, $1)=
 
8200
-    fi
 
8201
-    supports_anon_versioning=no
 
8202
-    case `$LD -v 2>&1` in
 
8203
-      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
 
8204
-      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
 
8205
-      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
 
8206
-      *\ 2.11.*) ;; # other 2.11 versions
 
8207
-      *) supports_anon_versioning=yes ;;
 
8208
-    esac
 
8209
+*** Warning: The releases 2.8.* of the GNU linker cannot reliably
 
8210
+*** create shared libraries on Solaris systems.  Therefore, libtool
 
8211
+*** is disabling shared libraries support.  We urge you to upgrade GNU
 
8212
+*** binutils to release 2.9.1 or newer.  Another option is to modify
 
8213
+*** your PATH or compiler configuration so that the native linker is
 
8214
+*** used, and then restart.
 
8215
 
 
8216
-    # See if GNU ld supports shared libraries.
 
8217
-    case $host_os in
 
8218
-    aix[[3-9]]*)
 
8219
-      # On AIX/PPC, the GNU linker is very broken
 
8220
-      if test "$host_cpu" != ia64; then
 
8221
+_LT_EOF
 
8222
+      elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
 
8223
+       _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
8224
+       _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'
 
8225
+      else
 
8226
+       _LT_TAGVAR(ld_shlibs, $1)=no
 
8227
+      fi
 
8228
+      ;;
 
8229
+
 
8230
+    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
 
8231
+      case `$LD -v 2>&1` in
 
8232
+        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
 
8233
        _LT_TAGVAR(ld_shlibs, $1)=no
 
8234
        cat <<_LT_EOF 1>&2
 
8235
 
 
8236
-*** Warning: the GNU linker, at least up to release 2.9.1, is reported
 
8237
-*** to be unable to reliably create shared libraries on AIX.
 
8238
-*** Therefore, libtool is disabling shared libraries support.  If you
 
8239
-*** really care for shared libraries, you may want to modify your PATH
 
8240
-*** so that a non-GNU linker is found, and then restart.
 
8241
+*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
 
8242
+*** reliably create shared libraries on SCO systems.  Therefore, libtool
 
8243
+*** is disabling shared libraries support.  We urge you to upgrade GNU
 
8244
+*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
 
8245
+*** your PATH or compiler configuration so that the native linker is
 
8246
+*** used, and then restart.
 
8247
 
 
8248
 _LT_EOF
 
8249
+       ;;
 
8250
+       *)
 
8251
+         # For security reasons, it is highly recommended that you always
 
8252
+         # use absolute paths for naming shared libraries, and exclude the
 
8253
+         # DT_RUNPATH tag from executables and libraries.  But doing so
 
8254
+         # requires that you compile everything twice, which is a pain.
 
8255
+         if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
 
8256
+           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
8257
+           _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
8258
+           _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'
 
8259
+         else
 
8260
+           _LT_TAGVAR(ld_shlibs, $1)=no
 
8261
+         fi
 
8262
+       ;;
 
8263
+      esac
 
8264
+      ;;
 
8265
+
 
8266
+    sunos4*)
 
8267
+      _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
8268
+      wlarc=
 
8269
+      _LT_TAGVAR(hardcode_direct, $1)=yes
 
8270
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8271
+      ;;
 
8272
+
 
8273
+    *)
 
8274
+      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
 
8275
+       _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
8276
+       _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'
 
8277
+      else
 
8278
+       _LT_TAGVAR(ld_shlibs, $1)=no
 
8279
+      fi
 
8280
+      ;;
 
8281
+    esac
 
8282
+
 
8283
+    if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then
 
8284
+      runpath_var=
 
8285
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
8286
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)=
 
8287
+      _LT_TAGVAR(whole_archive_flag_spec, $1)=
 
8288
+    fi
 
8289
+  else
 
8290
+    # PORTME fill in a description of your system's linker (not GNU ld)
 
8291
+    case $host_os in
 
8292
+    aix3*)
 
8293
+      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
 
8294
+      _LT_TAGVAR(always_export_symbols, $1)=yes
 
8295
+      _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'
 
8296
+      # Note: this linker hardcodes the directories in LIBPATH if there
 
8297
+      # are no directories specified by -L.
 
8298
+      _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
8299
+      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
 
8300
+       # Neither direct hardcoding nor static linking is supported with a
 
8301
+       # broken collect2.
 
8302
+       _LT_TAGVAR(hardcode_direct, $1)=unsupported
 
8303
+      fi
 
8304
+      ;;
 
8305
+
 
8306
+    aix[[4-9]]*)
 
8307
+      if test "$host_cpu" = ia64; then
 
8308
+       # On IA64, the linker does run time linking by default, so we don't
 
8309
+       # have to do anything special.
 
8310
+       aix_use_runtimelinking=no
 
8311
+       exp_sym_flag='-Bexport'
 
8312
+       no_entry_flag=""
 
8313
+      else
 
8314
+       # If we're using GNU nm, then we don't want the "-C" option.
 
8315
+       # -C means demangle to AIX nm, but means don't demangle with GNU nm
 
8316
+       if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
 
8317
+         _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'
 
8318
+       else
 
8319
+         _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'
 
8320
+       fi
 
8321
+       aix_use_runtimelinking=no
 
8322
+
 
8323
+       # Test if we are trying to use run time linking or normal
 
8324
+       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
 
8325
+       # need to do runtime linking.
 
8326
+       case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
 
8327
+         for ld_flag in $LDFLAGS; do
 
8328
+         if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
 
8329
+           aix_use_runtimelinking=yes
 
8330
+           break
 
8331
+         fi
 
8332
+         done
 
8333
+         ;;
 
8334
+       esac
 
8335
+
 
8336
+       exp_sym_flag='-bexport'
 
8337
+       no_entry_flag='-bnoentry'
 
8338
+      fi
 
8339
+
 
8340
+      # When large executables or shared objects are built, AIX ld can
 
8341
+      # have problems creating the table of contents.  If linking a library
 
8342
+      # or program results in "error TOC overflow" add -mminimal-toc to
 
8343
+      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
 
8344
+      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
 
8345
+
 
8346
+      _LT_TAGVAR(archive_cmds, $1)=''
 
8347
+      _LT_TAGVAR(hardcode_direct, $1)=yes
 
8348
+      _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
 
8349
+      _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
 
8350
+      _LT_TAGVAR(link_all_deplibs, $1)=yes
 
8351
+      _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
 
8352
+
 
8353
+      if test "$GCC" = yes; then
 
8354
+       case $host_os in aix4.[[012]]|aix4.[[012]].*)
 
8355
+       # We only want to do this on AIX 4.2 and lower, the check
 
8356
+       # below for broken collect2 doesn't work under 4.3+
 
8357
+         collect2name=`${CC} -print-prog-name=collect2`
 
8358
+         if test -f "$collect2name" &&
 
8359
+          strings "$collect2name" | $GREP resolve_lib_name >/dev/null
 
8360
+         then
 
8361
+         # We have reworked collect2
 
8362
+         :
 
8363
+         else
 
8364
+         # We have old collect2
 
8365
+         _LT_TAGVAR(hardcode_direct, $1)=unsupported
 
8366
+         # It fails to find uninstalled libraries when the uninstalled
 
8367
+         # path is not listed in the libpath.  Setting hardcode_minus_L
 
8368
+         # to unsupported forces relinking
 
8369
+         _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
8370
+         _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
8371
+         _LT_TAGVAR(hardcode_libdir_separator, $1)=
 
8372
+         fi
 
8373
+         ;;
 
8374
+       esac
 
8375
+       shared_flag='-shared'
 
8376
+       if test "$aix_use_runtimelinking" = yes; then
 
8377
+         shared_flag="$shared_flag "'${wl}-G'
 
8378
+       fi
94
8379
+       _LT_TAGVAR(link_all_deplibs, $1)=no
95
 
       else
96
 
        # not using gcc
97
 
        if test "$host_cpu" = ia64; then
98
 
@@ -4899,7 +4912,7 @@
99
 
       _LT_TAGVAR(link_all_deplibs, $1)=yes
100
 
       ;;
101
 
 
102
 
-    netbsd*)
 
8380
+      else
 
8381
+       # not using gcc
 
8382
+       if test "$host_cpu" = ia64; then
 
8383
+       # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
 
8384
+       # chokes on -Wl,-G. The following line is correct:
 
8385
+         shared_flag='-G'
 
8386
+       else
 
8387
+         if test "$aix_use_runtimelinking" = yes; then
 
8388
+           shared_flag='${wl}-G'
 
8389
+         else
 
8390
+           shared_flag='${wl}-bM:SRE'
 
8391
+         fi
 
8392
+       fi
 
8393
+      fi
 
8394
+
 
8395
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
 
8396
+      # It seems that -bexpall does not export symbols beginning with
 
8397
+      # underscore (_), so it is better to generate a list of symbols to export.
 
8398
+      _LT_TAGVAR(always_export_symbols, $1)=yes
 
8399
+      if test "$aix_use_runtimelinking" = yes; then
 
8400
+       # Warning - without using the other runtime loading flags (-brtl),
 
8401
+       # -berok will link without error, but may produce a broken library.
 
8402
+       _LT_TAGVAR(allow_undefined_flag, $1)='-berok'
 
8403
+        # Determine the default libpath from the value encoded in an
 
8404
+        # empty executable.
 
8405
+        _LT_SYS_MODULE_PATH_AIX
 
8406
+        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
8407
+        _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"
 
8408
+      else
 
8409
+       if test "$host_cpu" = ia64; then
 
8410
+         _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
 
8411
+         _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
 
8412
+         _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"
 
8413
+       else
 
8414
+        # Determine the default libpath from the value encoded in an
 
8415
+        # empty executable.
 
8416
+        _LT_SYS_MODULE_PATH_AIX
 
8417
+        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
8418
+         # Warning - without using the other run time loading flags,
 
8419
+         # -berok will link without error, but may produce a broken library.
 
8420
+         _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
 
8421
+         _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
 
8422
+         # Exported symbols can be pulled into shared objects from archives
 
8423
+         _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
 
8424
+         _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
 
8425
+         # This is similar to how AIX traditionally builds its shared libraries.
 
8426
+         _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'
 
8427
+       fi
 
8428
       fi
 
8429
       ;;
 
8430
 
 
8431
@@ -5354,1351 +4766,1612 @@
 
8432
       esac
 
8433
       ;;
 
8434
 
 
8435
-    beos*)
 
8436
-      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
 
8437
-       _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
 
8438
-       # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
 
8439
-       # support --undefined.  This deserves some investigation.  FIXME
 
8440
-       _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
8441
-      else
 
8442
-       _LT_TAGVAR(ld_shlibs, $1)=no
 
8443
-      fi
 
8444
+    bsdi[[45]]*)
 
8445
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
 
8446
       ;;
 
8447
 
 
8448
     cygwin* | mingw* | pw32* | cegcc*)
 
8449
-      # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
 
8450
-      # as there is no search path for DLLs.
 
8451
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
8452
+      # When not using gcc, we currently assume that we are using
 
8453
+      # Microsoft Visual C++.
 
8454
+      # hardcode_libdir_flag_spec is actually meaningless, as there is
 
8455
+      # no search path for DLLs.
 
8456
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
 
8457
       _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
 
8458
-      _LT_TAGVAR(always_export_symbols, $1)=no
 
8459
+      # Tell ltmain to make .lib files, not .a files.
 
8460
+      libext=lib
 
8461
+      # Tell ltmain to make .dll files, not .so files.
 
8462
+      shrext_cmds=".dll"
 
8463
+      # FIXME: Setting linknames here is a bad hack.
 
8464
+      _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
 
8465
+      # The linker will automatically build a .lib file if we build a DLL.
 
8466
+      _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
 
8467
+      # FIXME: Should let the user specify the lib program.
 
8468
+      _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
 
8469
+      _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
 
8470
       _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
8471
-      _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'
 
8472
+      ;;
 
8473
 
 
8474
-      if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
 
8475
-        _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'
 
8476
-       # If the export-symbols file already is a .def file (1st line
 
8477
-       # is EXPORTS), use it as is; otherwise, prepend...
 
8478
-       _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
8479
-         cp $export_symbols $output_objdir/$soname.def;
 
8480
+    darwin* | rhapsody*)
 
8481
+      _LT_DARWIN_LINKER_FEATURES($1)
 
8482
+      ;;
 
8483
+
 
8484
+    dgux*)
 
8485
+      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
8486
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
8487
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8488
+      ;;
 
8489
+
 
8490
+    freebsd1*)
 
8491
+      _LT_TAGVAR(ld_shlibs, $1)=no
 
8492
+      ;;
 
8493
+
 
8494
+    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
 
8495
+    # support.  Future versions do this automatically, but an explicit c++rt0.o
 
8496
+    # does not break anything, and helps significantly (at the cost of a little
 
8497
+    # extra space).
 
8498
+    freebsd2.2*)
 
8499
+      _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
 
8500
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
8501
+      _LT_TAGVAR(hardcode_direct, $1)=yes
 
8502
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8503
+      ;;
 
8504
+
 
8505
+    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
 
8506
+    freebsd2*)
 
8507
+      _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
8508
+      _LT_TAGVAR(hardcode_direct, $1)=yes
 
8509
+      _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
8510
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8511
+      ;;
 
8512
+
 
8513
+    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
 
8514
+    freebsd* | dragonfly*)
 
8515
+      _LT_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
 
8516
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
8517
+      _LT_TAGVAR(hardcode_direct, $1)=yes
 
8518
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8519
+      ;;
 
8520
+
 
8521
+    hpux9*)
 
8522
+      if test "$GCC" = yes; then
 
8523
+       _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'
 
8524
+      else
 
8525
+       _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'
 
8526
+      fi
 
8527
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
8528
+      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
8529
+      _LT_TAGVAR(hardcode_direct, $1)=yes
 
8530
+
 
8531
+      # hardcode_minus_L: Not really in the search PATH,
 
8532
+      # but as the default location of the library.
 
8533
+      _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
8534
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
8535
+      ;;
 
8536
+
 
8537
+    hpux10*)
 
8538
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
8539
+       _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
8540
+      else
 
8541
+       _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
 
8542
+      fi
 
8543
+      if test "$with_gnu_ld" = no; then
 
8544
+       _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
8545
+       _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
 
8546
+       _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
8547
+       _LT_TAGVAR(hardcode_direct, $1)=yes
 
8548
+       _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
 
8549
+       _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
8550
+       # hardcode_minus_L: Not really in the search PATH,
 
8551
+       # but as the default location of the library.
 
8552
+       _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
8553
+      fi
 
8554
+      ;;
 
8555
+
 
8556
+    hpux11*)
 
8557
+      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
8558
+       case $host_cpu in
 
8559
+       hppa*64*)
 
8560
+         _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
8561
+         ;;
 
8562
+       ia64*)
 
8563
+         _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
8564
+         ;;
 
8565
+       *)
 
8566
+         _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
8567
+         ;;
 
8568
+       esac
 
8569
+      else
 
8570
+       case $host_cpu in
 
8571
+       hppa*64*)
 
8572
+         _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
8573
+         ;;
 
8574
+       ia64*)
 
8575
+         _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
8576
+         ;;
 
8577
+       *)
 
8578
+         _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
8579
+         ;;
 
8580
+       esac
 
8581
+      fi
 
8582
+      if test "$with_gnu_ld" = no; then
 
8583
+       _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
8584
+       _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
8585
+
 
8586
+       case $host_cpu in
 
8587
+       hppa*64*|ia64*)
 
8588
+         _LT_TAGVAR(hardcode_direct, $1)=no
 
8589
+         _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8590
+         ;;
 
8591
+       *)
 
8592
+         _LT_TAGVAR(hardcode_direct, $1)=yes
 
8593
+         _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
 
8594
+         _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
8595
+
 
8596
+         # hardcode_minus_L: Not really in the search PATH,
 
8597
+         # but as the default location of the library.
 
8598
+         _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
8599
+         ;;
 
8600
+       esac
 
8601
+      fi
 
8602
+      ;;
 
8603
+
 
8604
+    irix5* | irix6* | nonstopux*)
 
8605
+      if test "$GCC" = yes; then
 
8606
+       _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'
 
8607
+       # Try to use the -exported_symbol ld option, if it does not
 
8608
+       # work, assume that -exports_file does not work either and
 
8609
+       # implicitly export all symbols.
 
8610
+        save_LDFLAGS="$LDFLAGS"
 
8611
+        LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
 
8612
+        AC_LINK_IFELSE(int foo(void) {},
 
8613
+          _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'
 
8614
+        )
 
8615
+        LDFLAGS="$save_LDFLAGS"
 
8616
+      else
 
8617
+       _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'
 
8618
+       _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'
 
8619
+      fi
 
8620
+      _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
 
8621
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
8622
+      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
8623
+      _LT_TAGVAR(inherit_rpath, $1)=yes
 
8624
+      _LT_TAGVAR(link_all_deplibs, $1)=yes
 
8625
+      ;;
 
8626
+
103
8627
+    netbsd* | netbsdelf*-gnu)
104
 
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
105
 
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
106
 
       else
107
 
@@ -8076,14 +8089,16 @@
108
 
 # _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
109
 
 # ---------------------------------------------
110
 
 m4_define([_PKG_CONFIG],
111
 
-[if test -n "$$1"; then
112
 
-    pkg_cv_[]$1="$$1"
113
 
- elif test -n "$PKG_CONFIG"; then
114
 
-    PKG_CHECK_EXISTS([$3],
115
 
-                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
116
 
-                    [pkg_failed=yes])
117
 
- else
118
 
-    pkg_failed=untried
 
8628
+      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 
8629
+       _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
 
8630
+      else
 
8631
+       _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
 
8632
+      fi
 
8633
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
8634
+      _LT_TAGVAR(hardcode_direct, $1)=yes
 
8635
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8636
+      ;;
 
8637
+
 
8638
+    newsos6)
 
8639
+      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
8640
+      _LT_TAGVAR(hardcode_direct, $1)=yes
 
8641
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
8642
+      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
8643
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8644
+      ;;
 
8645
+
 
8646
+    *nto* | *qnx*)
 
8647
+      ;;
 
8648
+
 
8649
+    openbsd*)
 
8650
+      if test -f /usr/libexec/ld.so; then
 
8651
+       _LT_TAGVAR(hardcode_direct, $1)=yes
 
8652
+       _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8653
+       _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
 
8654
+       if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
8655
+         _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
8656
+         _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
 
8657
+         _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
8658
+         _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
8659
        else
 
8660
-         echo EXPORTS > $output_objdir/$soname.def;
 
8661
-         cat $export_symbols >> $output_objdir/$soname.def;
 
8662
-       fi~
 
8663
-       $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
 
8664
+         case $host_os in
 
8665
+          openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
 
8666
+            _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
8667
+            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
8668
+            ;;
 
8669
+          *)
 
8670
+            _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
8671
+            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
8672
+            ;;
 
8673
+         esac
 
8674
+       fi
 
8675
       else
 
8676
        _LT_TAGVAR(ld_shlibs, $1)=no
 
8677
       fi
 
8678
       ;;
 
8679
 
 
8680
-    interix[[3-9]]*)
 
8681
-      _LT_TAGVAR(hardcode_direct, $1)=no
 
8682
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8683
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
8684
-      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
8685
-      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
 
8686
-      # Instead, shared libraries are loaded at an image base (0x10000000 by
 
8687
-      # default) and relocated if they conflict, which is a slow very memory
 
8688
-      # consuming and fragmenting process.  To avoid this, we pick a random,
 
8689
-      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
 
8690
-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
 
8691
-      _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'
 
8692
-      _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'
 
8693
+    os2*)
 
8694
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
8695
+      _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
8696
+      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
 
8697
+      _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'
 
8698
+      _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
 
8699
       ;;
 
8700
 
 
8701
-    gnu* | linux* | tpf* | k*bsd*-gnu)
 
8702
-      tmp_diet=no
 
8703
-      if test "$host_os" = linux-dietlibc; then
 
8704
-       case $cc_basename in
 
8705
-         diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
 
8706
-       esac
 
8707
+    osf3*)
 
8708
+      if test "$GCC" = yes; then
 
8709
+       _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
8710
+       _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'
 
8711
+      else
 
8712
+       _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
8713
+       _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'
 
8714
       fi
 
8715
-      if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
 
8716
-        && test "$tmp_diet" = no
 
8717
-      then
 
8718
-       tmp_addflag=
 
8719
-       tmp_sharedflag='-shared'
 
8720
-       case $cc_basename,$host_cpu in
 
8721
-        pgcc*)                         # Portland Group C compiler
 
8722
-         _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'
 
8723
-         tmp_addflag=' $pic_flag'
 
8724
-         ;;
 
8725
-       pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
 
8726
-         _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'
 
8727
-         tmp_addflag=' $pic_flag -Mnomain' ;;
 
8728
-       ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
 
8729
-         tmp_addflag=' -i_dynamic' ;;
 
8730
-       efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
 
8731
-         tmp_addflag=' -i_dynamic -nofor_main' ;;
 
8732
-       ifc* | ifort*)                  # Intel Fortran compiler
 
8733
-         tmp_addflag=' -nofor_main' ;;
 
8734
-       lf95*)                          # Lahey Fortran 8.1
 
8735
-         _LT_TAGVAR(whole_archive_flag_spec, $1)=
 
8736
-         tmp_sharedflag='--shared' ;;
 
8737
-       xl[[cC]]*)                      # IBM XL C 8.0 on PPC (deal with xlf below)
 
8738
-         tmp_sharedflag='-qmkshrobj'
 
8739
-         tmp_addflag= ;;
 
8740
-       esac
 
8741
-       case `$CC -V 2>&1 | sed 5q` in
 
8742
-       *Sun\ C*)                       # Sun C 5.9
 
8743
-         _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'
 
8744
-         _LT_TAGVAR(compiler_needs_object, $1)=yes
 
8745
-         tmp_sharedflag='-G' ;;
 
8746
-       *Sun\ F*)                       # Sun Fortran 8.3
 
8747
-         tmp_sharedflag='-G' ;;
 
8748
-       esac
 
8749
-       _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
8750
+      _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
 
8751
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
8752
+      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
8753
+      ;;
 
8754
 
 
8755
-        if test "x$supports_anon_versioning" = xyes; then
 
8756
-          _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
 
8757
-           cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
 
8758
-           echo "local: *; };" >> $output_objdir/$libname.ver~
 
8759
-           $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
 
8760
-        fi
 
8761
+    osf4* | osf5*)     # as osf3* with the addition of -msym flag
 
8762
+      if test "$GCC" = yes; then
 
8763
+       _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
8764
+       _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'
 
8765
+       _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
8766
+      else
 
8767
+       _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
8768
+       _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'
 
8769
+       _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~
 
8770
+       $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'
 
8771
 
 
8772
-       case $cc_basename in
 
8773
-       xlf*)
 
8774
-         # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
 
8775
-         _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive'
 
8776
-         _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
8777
-         _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
 
8778
-         _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
 
8779
-         if test "x$supports_anon_versioning" = xyes; then
 
8780
-           _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
 
8781
-             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
 
8782
-             echo "local: *; };" >> $output_objdir/$libname.ver~
 
8783
-             $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
 
8784
-         fi
 
8785
+       # Both c and cxx compiler support -rpath directly
 
8786
+       _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
 
8787
+      fi
 
8788
+      _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
 
8789
+      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
8790
+      ;;
 
8791
+
 
8792
+    solaris*)
 
8793
+      _LT_TAGVAR(no_undefined_flag, $1)=' -z defs'
 
8794
+      if test "$GCC" = yes; then
 
8795
+       wlarc='${wl}'
 
8796
+       _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
8797
+       _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
 
8798
+         $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
 
8799
+      else
 
8800
+       case `$CC -V 2>&1` in
 
8801
+       *"Compilers 5.0"*)
 
8802
+         wlarc=''
 
8803
+         _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
8804
+         _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
 
8805
+         $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
 
8806
+         ;;
 
8807
+       *)
 
8808
+         wlarc='${wl}'
 
8809
+         _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
 
8810
+         _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
 
8811
+         $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
 
8812
          ;;
 
8813
        esac
 
8814
-      else
 
8815
-        _LT_TAGVAR(ld_shlibs, $1)=no
 
8816
       fi
 
8817
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
8818
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8819
+      case $host_os in
 
8820
+      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
 
8821
+      *)
 
8822
+       # The compiler driver will combine and reorder linker options,
 
8823
+       # but understands `-z linker_flag'.  GCC discards it without `$wl',
 
8824
+       # but is careful enough not to reorder.
 
8825
+       # Supported since Solaris 2.6 (maybe 2.5.1?)
 
8826
+       if test "$GCC" = yes; then
 
8827
+         _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
 
8828
+       else
 
8829
+         _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
 
8830
+       fi
 
8831
+       ;;
 
8832
+      esac
 
8833
+      _LT_TAGVAR(link_all_deplibs, $1)=yes
 
8834
       ;;
 
8835
 
 
8836
-    netbsd*)
 
8837
-      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 
8838
-       _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
 
8839
-       wlarc=
 
8840
+    sunos4*)
 
8841
+      if test "x$host_vendor" = xsequent; then
 
8842
+       # Use $CC to link under sequent, because it throws in some extra .o
 
8843
+       # files that make .init and .fini sections work.
 
8844
+       _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
 
8845
       else
 
8846
-       _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
8847
-       _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'
 
8848
+       _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
 
8849
       fi
 
8850
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
8851
+      _LT_TAGVAR(hardcode_direct, $1)=yes
 
8852
+      _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
8853
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8854
       ;;
 
8855
 
 
8856
-    solaris*)
 
8857
-      if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
 
8858
-       _LT_TAGVAR(ld_shlibs, $1)=no
 
8859
-       cat <<_LT_EOF 1>&2
 
8860
+    sysv4)
 
8861
+      case $host_vendor in
 
8862
+       sni)
 
8863
+         _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
8864
+         _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true???
 
8865
+       ;;
 
8866
+       siemens)
 
8867
+         ## LD is ld it makes a PLAMLIB
 
8868
+         ## CC just makes a GrossModule.
 
8869
+         _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
 
8870
+         _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
 
8871
+         _LT_TAGVAR(hardcode_direct, $1)=no
 
8872
+        ;;
 
8873
+       motorola)
 
8874
+         _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
8875
+         _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
 
8876
+       ;;
 
8877
+      esac
 
8878
+      runpath_var='LD_RUN_PATH'
 
8879
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8880
+      ;;
 
8881
 
 
8882
-*** Warning: The releases 2.8.* of the GNU linker cannot reliably
 
8883
-*** create shared libraries on Solaris systems.  Therefore, libtool
 
8884
-*** is disabling shared libraries support.  We urge you to upgrade GNU
 
8885
-*** binutils to release 2.9.1 or newer.  Another option is to modify
 
8886
-*** your PATH or compiler configuration so that the native linker is
 
8887
-*** used, and then restart.
 
8888
+    sysv4.3*)
 
8889
+      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
8890
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8891
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
 
8892
+      ;;
 
8893
 
 
8894
-_LT_EOF
 
8895
-      elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
 
8896
-       _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
8897
-       _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'
 
8898
-      else
 
8899
-       _LT_TAGVAR(ld_shlibs, $1)=no
 
8900
+    sysv4*MP*)
 
8901
+      if test -d /usr/nec; then
 
8902
+       _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
8903
+       _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8904
+       runpath_var=LD_RUN_PATH
 
8905
+       hardcode_runpath_var=yes
 
8906
+       _LT_TAGVAR(ld_shlibs, $1)=yes
 
8907
       fi
 
8908
       ;;
 
8909
 
 
8910
-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
 
8911
-      case `$LD -v 2>&1` in
 
8912
-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
 
8913
-       _LT_TAGVAR(ld_shlibs, $1)=no
 
8914
-       cat <<_LT_EOF 1>&2
 
8915
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
 
8916
+      _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
 
8917
+      _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
8918
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8919
+      runpath_var='LD_RUN_PATH'
 
8920
 
 
8921
-*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
 
8922
-*** reliably create shared libraries on SCO systems.  Therefore, libtool
 
8923
-*** is disabling shared libraries support.  We urge you to upgrade GNU
 
8924
-*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
 
8925
-*** your PATH or compiler configuration so that the native linker is
 
8926
-*** used, and then restart.
 
8927
+      if test "$GCC" = yes; then
 
8928
+       _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
8929
+       _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
8930
+      else
 
8931
+       _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
8932
+       _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
8933
+      fi
 
8934
+      ;;
 
8935
 
 
8936
-_LT_EOF
 
8937
-       ;;
 
8938
-       *)
 
8939
-         # For security reasons, it is highly recommended that you always
 
8940
-         # use absolute paths for naming shared libraries, and exclude the
 
8941
-         # DT_RUNPATH tag from executables and libraries.  But doing so
 
8942
-         # requires that you compile everything twice, which is a pain.
 
8943
-         if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
 
8944
-           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
8945
-           _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
8946
-           _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'
 
8947
-         else
 
8948
-           _LT_TAGVAR(ld_shlibs, $1)=no
 
8949
-         fi
 
8950
-       ;;
 
8951
-      esac
 
8952
+    sysv5* | sco3.2v5* | sco5v6*)
 
8953
+      # Note: We can NOT use -z defs as we might desire, because we do not
 
8954
+      # link with -lc, and that would cause any symbols used from libc to
 
8955
+      # always be unresolved, which means just about no library would
 
8956
+      # ever link correctly.  If we're not using GNU ld we use -z text
 
8957
+      # though, which does catch some bad symbols but isn't as heavy-handed
 
8958
+      # as -z defs.
 
8959
+      _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
 
8960
+      _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
 
8961
+      _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
8962
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8963
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir'
 
8964
+      _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
 
8965
+      _LT_TAGVAR(link_all_deplibs, $1)=yes
 
8966
+      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
 
8967
+      runpath_var='LD_RUN_PATH'
 
8968
+
 
8969
+      if test "$GCC" = yes; then
 
8970
+       _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
8971
+       _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
8972
+      else
 
8973
+       _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
8974
+       _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
8975
+      fi
 
8976
       ;;
 
8977
 
 
8978
-    sunos4*)
 
8979
-      _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
8980
-      wlarc=
 
8981
-      _LT_TAGVAR(hardcode_direct, $1)=yes
 
8982
+    uts4*)
 
8983
+      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
8984
+      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
8985
       _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
8986
       ;;
 
8987
 
 
8988
     *)
 
8989
-      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
 
8990
-       _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
8991
-       _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'
 
8992
-      else
 
8993
-       _LT_TAGVAR(ld_shlibs, $1)=no
 
8994
-      fi
 
8995
+      _LT_TAGVAR(ld_shlibs, $1)=no
 
8996
       ;;
 
8997
     esac
 
8998
 
 
8999
-    if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then
 
9000
-      runpath_var=
 
9001
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
9002
-      _LT_TAGVAR(export_dynamic_flag_spec, $1)=
 
9003
-      _LT_TAGVAR(whole_archive_flag_spec, $1)=
 
9004
+    if test x$host_vendor = xsni; then
 
9005
+      case $host in
 
9006
+      sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
 
9007
+       _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym'
 
9008
+       ;;
 
9009
+      esac
 
9010
     fi
 
9011
-  else
 
9012
-    # PORTME fill in a description of your system's linker (not GNU ld)
 
9013
-    case $host_os in
 
9014
-    aix3*)
 
9015
-      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
 
9016
-      _LT_TAGVAR(always_export_symbols, $1)=yes
 
9017
-      _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'
 
9018
-      # Note: this linker hardcodes the directories in LIBPATH if there
 
9019
-      # are no directories specified by -L.
 
9020
-      _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
9021
-      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
 
9022
-       # Neither direct hardcoding nor static linking is supported with a
 
9023
-       # broken collect2.
 
9024
-       _LT_TAGVAR(hardcode_direct, $1)=unsupported
 
9025
-      fi
 
9026
-      ;;
 
9027
-
 
9028
-    aix[[4-9]]*)
 
9029
-      if test "$host_cpu" = ia64; then
 
9030
-       # On IA64, the linker does run time linking by default, so we don't
 
9031
-       # have to do anything special.
 
9032
-       aix_use_runtimelinking=no
 
9033
-       exp_sym_flag='-Bexport'
 
9034
-       no_entry_flag=""
 
9035
-      else
 
9036
-       # If we're using GNU nm, then we don't want the "-C" option.
 
9037
-       # -C means demangle to AIX nm, but means don't demangle with GNU nm
 
9038
-       if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
 
9039
-         _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'
 
9040
-       else
 
9041
-         _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'
 
9042
-       fi
 
9043
-       aix_use_runtimelinking=no
 
9044
+  fi
 
9045
+])
 
9046
+AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
 
9047
+test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
 
9048
 
 
9049
-       # Test if we are trying to use run time linking or normal
 
9050
-       # AIX style linking. If -brtl is somewhere in LDFLAGS, we
 
9051
-       # need to do runtime linking.
 
9052
-       case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
 
9053
-         for ld_flag in $LDFLAGS; do
 
9054
-         if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
 
9055
-           aix_use_runtimelinking=yes
 
9056
-           break
 
9057
-         fi
 
9058
-         done
 
9059
-         ;;
 
9060
-       esac
 
9061
+_LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld
 
9062
 
 
9063
-       exp_sym_flag='-bexport'
 
9064
-       no_entry_flag='-bnoentry'
 
9065
-      fi
 
9066
+_LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl
 
9067
+_LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl
 
9068
+_LT_DECL([], [extract_expsyms_cmds], [2],
 
9069
+    [The commands to extract the exported symbol list from a shared archive])
 
9070
 
 
9071
-      # When large executables or shared objects are built, AIX ld can
 
9072
-      # have problems creating the table of contents.  If linking a library
 
9073
-      # or program results in "error TOC overflow" add -mminimal-toc to
 
9074
-      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
 
9075
-      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
 
9076
+#
 
9077
+# Do we need to explicitly link libc?
 
9078
+#
 
9079
+case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in
 
9080
+x|xyes)
 
9081
+  # Assume -lc should be added
 
9082
+  _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
 
9083
 
 
9084
-      _LT_TAGVAR(archive_cmds, $1)=''
 
9085
-      _LT_TAGVAR(hardcode_direct, $1)=yes
 
9086
-      _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
 
9087
-      _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
 
9088
-      _LT_TAGVAR(link_all_deplibs, $1)=yes
 
9089
-      _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
 
9090
+  if test "$enable_shared" = yes && test "$GCC" = yes; then
 
9091
+    case $_LT_TAGVAR(archive_cmds, $1) in
 
9092
+    *'~'*)
 
9093
+      # FIXME: we may have to deal with multi-command sequences.
 
9094
+      ;;
 
9095
+    '$CC '*)
 
9096
+      # Test whether the compiler implicitly links with -lc since on some
 
9097
+      # systems, -lgcc has to come before -lc. If gcc already passes -lc
 
9098
+      # to ld, don't add -lc before -lgcc.
 
9099
+      AC_MSG_CHECKING([whether -lc should be explicitly linked in])
 
9100
+      $RM conftest*
 
9101
+      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
9102
 
 
9103
-      if test "$GCC" = yes; then
 
9104
-       case $host_os in aix4.[[012]]|aix4.[[012]].*)
 
9105
-       # We only want to do this on AIX 4.2 and lower, the check
 
9106
-       # below for broken collect2 doesn't work under 4.3+
 
9107
-         collect2name=`${CC} -print-prog-name=collect2`
 
9108
-         if test -f "$collect2name" &&
 
9109
-          strings "$collect2name" | $GREP resolve_lib_name >/dev/null
 
9110
-         then
 
9111
-         # We have reworked collect2
 
9112
-         :
 
9113
-         else
 
9114
-         # We have old collect2
 
9115
-         _LT_TAGVAR(hardcode_direct, $1)=unsupported
 
9116
-         # It fails to find uninstalled libraries when the uninstalled
 
9117
-         # path is not listed in the libpath.  Setting hardcode_minus_L
 
9118
-         # to unsupported forces relinking
 
9119
-         _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
9120
-         _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
9121
-         _LT_TAGVAR(hardcode_libdir_separator, $1)=
 
9122
-         fi
 
9123
-         ;;
 
9124
-       esac
 
9125
-       shared_flag='-shared'
 
9126
-       if test "$aix_use_runtimelinking" = yes; then
 
9127
-         shared_flag="$shared_flag "'${wl}-G'
 
9128
-       fi
 
9129
+      if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
 
9130
+        soname=conftest
 
9131
+        lib=conftest
 
9132
+        libobjs=conftest.$ac_objext
 
9133
+        deplibs=
 
9134
+        wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1)
 
9135
+       pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1)
 
9136
+        compiler_flags=-v
 
9137
+        linker_flags=-v
 
9138
+        verstring=
 
9139
+        output_objdir=.
 
9140
+        libname=conftest
 
9141
+        lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1)
 
9142
+        _LT_TAGVAR(allow_undefined_flag, $1)=
 
9143
+        if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
 
9144
+        then
 
9145
+         _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
9146
+        else
 
9147
+         _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
 
9148
+        fi
 
9149
+        _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
 
9150
       else
 
9151
-       # not using gcc
 
9152
-       if test "$host_cpu" = ia64; then
 
9153
-       # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
 
9154
-       # chokes on -Wl,-G. The following line is correct:
 
9155
-         shared_flag='-G'
 
9156
-       else
 
9157
-         if test "$aix_use_runtimelinking" = yes; then
 
9158
-           shared_flag='${wl}-G'
 
9159
-         else
 
9160
-           shared_flag='${wl}-bM:SRE'
 
9161
-         fi
 
9162
-       fi
 
9163
+        cat conftest.err 1>&5
 
9164
       fi
 
9165
+      $RM conftest*
 
9166
+      AC_MSG_RESULT([$_LT_TAGVAR(archive_cmds_need_lc, $1)])
 
9167
+      ;;
 
9168
+    esac
 
9169
+  fi
 
9170
+  ;;
 
9171
+esac
 
9172
+
 
9173
+_LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0],
 
9174
+    [Whether or not to add -lc for building shared libraries])
 
9175
+_LT_TAGDECL([allow_libtool_libs_with_static_runtimes],
 
9176
+    [enable_shared_with_static_runtimes], [0],
 
9177
+    [Whether or not to disallow shared libs when runtime libs are static])
 
9178
+_LT_TAGDECL([], [export_dynamic_flag_spec], [1],
 
9179
+    [Compiler flag to allow reflexive dlopens])
 
9180
+_LT_TAGDECL([], [whole_archive_flag_spec], [1],
 
9181
+    [Compiler flag to generate shared objects directly from archives])
 
9182
+_LT_TAGDECL([], [compiler_needs_object], [1],
 
9183
+    [Whether the compiler copes with passing no objects directly])
 
9184
+_LT_TAGDECL([], [old_archive_from_new_cmds], [2],
 
9185
+    [Create an old-style archive from a shared archive])
 
9186
+_LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2],
 
9187
+    [Create a temporary old-style archive to link instead of a shared archive])
 
9188
+_LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive])
 
9189
+_LT_TAGDECL([], [archive_expsym_cmds], [2])
 
9190
+_LT_TAGDECL([], [module_cmds], [2],
 
9191
+    [Commands used to build a loadable module if different from building
 
9192
+    a shared archive.])
 
9193
+_LT_TAGDECL([], [module_expsym_cmds], [2])
 
9194
+_LT_TAGDECL([], [with_gnu_ld], [1],
 
9195
+    [Whether we are building with GNU ld or not])
 
9196
+_LT_TAGDECL([], [allow_undefined_flag], [1],
 
9197
+    [Flag that allows shared libraries with undefined symbols to be built])
 
9198
+_LT_TAGDECL([], [no_undefined_flag], [1],
 
9199
+    [Flag that enforces no undefined symbols])
 
9200
+_LT_TAGDECL([], [hardcode_libdir_flag_spec], [1],
 
9201
+    [Flag to hardcode $libdir into a binary during linking.
 
9202
+    This must work even if $libdir does not exist])
 
9203
+_LT_TAGDECL([], [hardcode_libdir_flag_spec_ld], [1],
 
9204
+    [[If ld is used when linking, flag to hardcode $libdir into a binary
 
9205
+    during linking.  This must work even if $libdir does not exist]])
 
9206
+_LT_TAGDECL([], [hardcode_libdir_separator], [1],
 
9207
+    [Whether we need a single "-rpath" flag with a separated argument])
 
9208
+_LT_TAGDECL([], [hardcode_direct], [0],
 
9209
+    [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
 
9210
+    DIR into the resulting binary])
 
9211
+_LT_TAGDECL([], [hardcode_direct_absolute], [0],
 
9212
+    [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
 
9213
+    DIR into the resulting binary and the resulting library dependency is
 
9214
+    "absolute", i.e impossible to change by setting ${shlibpath_var} if the
 
9215
+    library is relocated])
 
9216
+_LT_TAGDECL([], [hardcode_minus_L], [0],
 
9217
+    [Set to "yes" if using the -LDIR flag during linking hardcodes DIR
 
9218
+    into the resulting binary])
 
9219
+_LT_TAGDECL([], [hardcode_shlibpath_var], [0],
 
9220
+    [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
 
9221
+    into the resulting binary])
 
9222
+_LT_TAGDECL([], [hardcode_automatic], [0],
 
9223
+    [Set to "yes" if building a shared library automatically hardcodes DIR
 
9224
+    into the library and all subsequent libraries and executables linked
 
9225
+    against it])
 
9226
+_LT_TAGDECL([], [inherit_rpath], [0],
 
9227
+    [Set to yes if linker adds runtime paths of dependent libraries
 
9228
+    to runtime path list])
 
9229
+_LT_TAGDECL([], [link_all_deplibs], [0],
 
9230
+    [Whether libtool must link a program against all its dependency libraries])
 
9231
+_LT_TAGDECL([], [fix_srcfile_path], [1],
 
9232
+    [Fix the shell variable $srcfile for the compiler])
 
9233
+_LT_TAGDECL([], [always_export_symbols], [0],
 
9234
+    [Set to "yes" if exported symbols are required])
 
9235
+_LT_TAGDECL([], [export_symbols_cmds], [2],
 
9236
+    [The commands to list exported symbols])
 
9237
+_LT_TAGDECL([], [exclude_expsyms], [1],
 
9238
+    [Symbols that should not be listed in the preloaded symbols])
 
9239
+_LT_TAGDECL([], [include_expsyms], [1],
 
9240
+    [Symbols that must always be exported])
 
9241
+_LT_TAGDECL([], [prelink_cmds], [2],
 
9242
+    [Commands necessary for linking programs (against libraries) with templates])
 
9243
+_LT_TAGDECL([], [file_list_spec], [1],
 
9244
+    [Specify filename containing input files])
 
9245
+dnl FIXME: Not yet implemented
 
9246
+dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1],
 
9247
+dnl    [Compiler flag to generate thread safe objects])
 
9248
+])# _LT_LINKER_SHLIBS
 
9249
 
 
9250
-      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
 
9251
-      # It seems that -bexpall does not export symbols beginning with
 
9252
-      # underscore (_), so it is better to generate a list of symbols to export.
 
9253
-      _LT_TAGVAR(always_export_symbols, $1)=yes
 
9254
-      if test "$aix_use_runtimelinking" = yes; then
 
9255
-       # Warning - without using the other runtime loading flags (-brtl),
 
9256
-       # -berok will link without error, but may produce a broken library.
 
9257
-       _LT_TAGVAR(allow_undefined_flag, $1)='-berok'
 
9258
-        # Determine the default libpath from the value encoded in an
 
9259
-        # empty executable.
 
9260
-        _LT_SYS_MODULE_PATH_AIX
 
9261
-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
9262
-        _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"
 
9263
-      else
 
9264
-       if test "$host_cpu" = ia64; then
 
9265
-         _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
 
9266
-         _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
 
9267
-         _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"
 
9268
-       else
 
9269
-        # Determine the default libpath from the value encoded in an
 
9270
-        # empty executable.
 
9271
-        _LT_SYS_MODULE_PATH_AIX
 
9272
-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
9273
-         # Warning - without using the other run time loading flags,
 
9274
-         # -berok will link without error, but may produce a broken library.
 
9275
-         _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
 
9276
-         _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
 
9277
-         # Exported symbols can be pulled into shared objects from archives
 
9278
-         _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
 
9279
-         _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
 
9280
-         # This is similar to how AIX traditionally builds its shared libraries.
 
9281
-         _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'
 
9282
-       fi
 
9283
-      fi
 
9284
-      ;;
 
9285
 
 
9286
-    amigaos*)
 
9287
-      case $host_cpu in
 
9288
-      powerpc)
 
9289
-            # see comment about AmigaOS4 .so support
 
9290
-            _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
9291
-            _LT_TAGVAR(archive_expsym_cmds, $1)=''
 
9292
-        ;;
 
9293
-      m68k)
 
9294
-            _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)'
 
9295
-            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
9296
-            _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
9297
-        ;;
 
9298
-      esac
 
9299
-      ;;
 
9300
+# _LT_LANG_C_CONFIG([TAG])
 
9301
+# ------------------------
 
9302
+# Ensure that the configuration variables for a C compiler are suitably
 
9303
+# defined.  These variables are subsequently used by _LT_CONFIG to write
 
9304
+# the compiler configuration to `libtool'.
 
9305
+m4_defun([_LT_LANG_C_CONFIG],
 
9306
+[m4_require([_LT_DECL_EGREP])dnl
 
9307
+lt_save_CC="$CC"
 
9308
+AC_LANG_PUSH(C)
 
9309
 
 
9310
-    bsdi[[45]]*)
 
9311
-      _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
 
9312
-      ;;
 
9313
+# Source file extension for C test sources.
 
9314
+ac_ext=c
 
9315
 
 
9316
-    cygwin* | mingw* | pw32* | cegcc*)
 
9317
-      # When not using gcc, we currently assume that we are using
 
9318
-      # Microsoft Visual C++.
 
9319
-      # hardcode_libdir_flag_spec is actually meaningless, as there is
 
9320
-      # no search path for DLLs.
 
9321
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
 
9322
-      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
 
9323
-      # Tell ltmain to make .lib files, not .a files.
 
9324
-      libext=lib
 
9325
-      # Tell ltmain to make .dll files, not .so files.
 
9326
-      shrext_cmds=".dll"
 
9327
-      # FIXME: Setting linknames here is a bad hack.
 
9328
-      _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
 
9329
-      # The linker will automatically build a .lib file if we build a DLL.
 
9330
-      _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
 
9331
-      # FIXME: Should let the user specify the lib program.
 
9332
-      _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
 
9333
-      _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
 
9334
-      _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
9335
-      ;;
 
9336
+# Object file extension for compiled C test sources.
 
9337
+objext=o
 
9338
+_LT_TAGVAR(objext, $1)=$objext
 
9339
 
 
9340
-    darwin* | rhapsody*)
 
9341
-      _LT_DARWIN_LINKER_FEATURES($1)
 
9342
-      ;;
 
9343
+# Code to be used in simple compile tests
 
9344
+lt_simple_compile_test_code="int some_variable = 0;"
 
9345
 
 
9346
-    dgux*)
 
9347
-      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
9348
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
9349
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
9350
-      ;;
 
9351
+# Code to be used in simple link tests
 
9352
+lt_simple_link_test_code='int main(){return(0);}'
 
9353
 
 
9354
-    freebsd1*)
 
9355
-      _LT_TAGVAR(ld_shlibs, $1)=no
 
9356
-      ;;
 
9357
+_LT_TAG_COMPILER
 
9358
+# Save the default compiler, since it gets overwritten when the other
 
9359
+# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
 
9360
+compiler_DEFAULT=$CC
 
9361
 
 
9362
-    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
 
9363
-    # support.  Future versions do this automatically, but an explicit c++rt0.o
 
9364
-    # does not break anything, and helps significantly (at the cost of a little
 
9365
-    # extra space).
 
9366
-    freebsd2.2*)
 
9367
-      _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
 
9368
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
9369
-      _LT_TAGVAR(hardcode_direct, $1)=yes
 
9370
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
9371
-      ;;
 
9372
+# save warnings/boilerplate of simple test code
 
9373
+_LT_COMPILER_BOILERPLATE
 
9374
+_LT_LINKER_BOILERPLATE
 
9375
 
 
9376
-    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
 
9377
-    freebsd2*)
 
9378
-      _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
9379
-      _LT_TAGVAR(hardcode_direct, $1)=yes
 
9380
-      _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
9381
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
9382
-      ;;
 
9383
+if test -n "$compiler"; then
 
9384
+  _LT_COMPILER_NO_RTTI($1)
 
9385
+  _LT_COMPILER_PIC($1)
 
9386
+  _LT_COMPILER_C_O($1)
 
9387
+  _LT_COMPILER_FILE_LOCKS($1)
 
9388
+  _LT_LINKER_SHLIBS($1)
 
9389
+  _LT_SYS_DYNAMIC_LINKER($1)
 
9390
+  _LT_LINKER_HARDCODE_LIBPATH($1)
 
9391
+  LT_SYS_DLOPEN_SELF
 
9392
+  _LT_CMD_STRIPLIB
 
9393
 
 
9394
-    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
 
9395
-    freebsd* | dragonfly*)
 
9396
-      _LT_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
 
9397
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
9398
-      _LT_TAGVAR(hardcode_direct, $1)=yes
 
9399
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
9400
-      ;;
 
9401
+  # Report which library types will actually be built
 
9402
+  AC_MSG_CHECKING([if libtool supports shared libraries])
 
9403
+  AC_MSG_RESULT([$can_build_shared])
 
9404
 
 
9405
-    hpux9*)
 
9406
-      if test "$GCC" = yes; then
 
9407
-       _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'
 
9408
-      else
 
9409
-       _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'
 
9410
-      fi
 
9411
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
9412
-      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
9413
-      _LT_TAGVAR(hardcode_direct, $1)=yes
 
9414
+  AC_MSG_CHECKING([whether to build shared libraries])
 
9415
+  test "$can_build_shared" = "no" && enable_shared=no
 
9416
 
 
9417
-      # hardcode_minus_L: Not really in the search PATH,
 
9418
-      # but as the default location of the library.
 
9419
-      _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
9420
-      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
9421
-      ;;
 
9422
+  # On AIX, shared libraries and static libraries use the same namespace, and
 
9423
+  # are all built from PIC.
 
9424
+  case $host_os in
 
9425
+  aix3*)
 
9426
+    test "$enable_shared" = yes && enable_static=no
 
9427
+    if test -n "$RANLIB"; then
 
9428
+      archive_cmds="$archive_cmds~\$RANLIB \$lib"
 
9429
+      postinstall_cmds='$RANLIB $lib'
 
9430
+    fi
 
9431
+    ;;
 
9432
 
 
9433
-    hpux10*)
 
9434
-      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
9435
-       _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
9436
-      else
 
9437
-       _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
 
9438
-      fi
 
9439
-      if test "$with_gnu_ld" = no; then
 
9440
-       _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
9441
-       _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
 
9442
-       _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
9443
-       _LT_TAGVAR(hardcode_direct, $1)=yes
 
9444
-       _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
 
9445
-       _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
9446
-       # hardcode_minus_L: Not really in the search PATH,
 
9447
-       # but as the default location of the library.
 
9448
-       _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
9449
-      fi
 
9450
-      ;;
 
9451
+  aix[[4-9]]*)
 
9452
+    if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
 
9453
+      test "$enable_shared" = yes && enable_static=no
 
9454
+    fi
 
9455
+    ;;
 
9456
+  esac
 
9457
+  AC_MSG_RESULT([$enable_shared])
 
9458
+
 
9459
+  AC_MSG_CHECKING([whether to build static libraries])
 
9460
+  # Make sure either enable_shared or enable_static is yes.
 
9461
+  test "$enable_shared" = yes || enable_static=yes
 
9462
+  AC_MSG_RESULT([$enable_static])
 
9463
+
 
9464
+  _LT_CONFIG($1)
 
9465
+fi
 
9466
+AC_LANG_POP
 
9467
+CC="$lt_save_CC"
 
9468
+])# _LT_LANG_C_CONFIG
 
9469
 
 
9470
-    hpux11*)
 
9471
-      if test "$GCC" = yes -a "$with_gnu_ld" = no; then
 
9472
-       case $host_cpu in
 
9473
-       hppa*64*)
 
9474
-         _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
9475
-         ;;
 
9476
-       ia64*)
 
9477
-         _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
9478
-         ;;
 
9479
-       *)
 
9480
-         _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
9481
-         ;;
 
9482
-       esac
 
9483
-      else
 
9484
-       case $host_cpu in
 
9485
-       hppa*64*)
 
9486
-         _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
9487
-         ;;
 
9488
-       ia64*)
 
9489
-         _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
 
9490
-         ;;
 
9491
-       *)
 
9492
-         _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
 
9493
-         ;;
 
9494
-       esac
 
9495
-      fi
 
9496
-      if test "$with_gnu_ld" = no; then
 
9497
-       _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
9498
-       _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
9499
 
 
9500
-       case $host_cpu in
 
9501
-       hppa*64*|ia64*)
 
9502
-         _LT_TAGVAR(hardcode_direct, $1)=no
 
9503
-         _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
9504
-         ;;
 
9505
-       *)
 
9506
-         _LT_TAGVAR(hardcode_direct, $1)=yes
 
9507
-         _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
 
9508
-         _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
9509
+# _LT_PROG_CXX
 
9510
+# ------------
 
9511
+# Since AC_PROG_CXX is broken, in that it returns g++ if there is no c++
 
9512
+# compiler, we have our own version here.
 
9513
+m4_defun([_LT_PROG_CXX],
 
9514
+[
 
9515
+pushdef([AC_MSG_ERROR], [_lt_caught_CXX_error=yes])
 
9516
+AC_PROG_CXX
 
9517
+if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
 
9518
+    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
 
9519
+    (test "X$CXX" != "Xg++"))) ; then
 
9520
+  AC_PROG_CXXCPP
 
9521
+else
 
9522
+  _lt_caught_CXX_error=yes
 
9523
+fi
 
9524
+popdef([AC_MSG_ERROR])
 
9525
+])# _LT_PROG_CXX
 
9526
 
 
9527
-         # hardcode_minus_L: Not really in the search PATH,
 
9528
-         # but as the default location of the library.
 
9529
-         _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
9530
-         ;;
 
9531
-       esac
 
9532
-      fi
 
9533
-      ;;
 
9534
+dnl aclocal-1.4 backwards compatibility:
 
9535
+dnl AC_DEFUN([_LT_PROG_CXX], [])
 
9536
 
 
9537
-    irix5* | irix6* | nonstopux*)
 
9538
-      if test "$GCC" = yes; then
 
9539
-       _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'
 
9540
-       # Try to use the -exported_symbol ld option, if it does not
 
9541
-       # work, assume that -exports_file does not work either and
 
9542
-       # implicitly export all symbols.
 
9543
-        save_LDFLAGS="$LDFLAGS"
 
9544
-        LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
 
9545
-        AC_LINK_IFELSE(int foo(void) {},
 
9546
-          _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'
 
9547
-        )
 
9548
-        LDFLAGS="$save_LDFLAGS"
 
9549
-      else
 
9550
-       _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'
 
9551
-       _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'
 
9552
-      fi
 
9553
-      _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
 
9554
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
9555
-      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
9556
-      _LT_TAGVAR(inherit_rpath, $1)=yes
 
9557
-      _LT_TAGVAR(link_all_deplibs, $1)=yes
 
9558
-      ;;
 
9559
 
 
9560
-    netbsd*)
 
9561
-      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 
9562
-       _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
 
9563
-      else
 
9564
-       _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
 
9565
-      fi
 
9566
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
9567
-      _LT_TAGVAR(hardcode_direct, $1)=yes
 
9568
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
9569
-      ;;
 
9570
+# _LT_LANG_CXX_CONFIG([TAG])
 
9571
+# --------------------------
 
9572
+# Ensure that the configuration variables for a C++ compiler are suitably
 
9573
+# defined.  These variables are subsequently used by _LT_CONFIG to write
 
9574
+# the compiler configuration to `libtool'.
 
9575
+m4_defun([_LT_LANG_CXX_CONFIG],
 
9576
+[AC_REQUIRE([_LT_PROG_CXX])dnl
 
9577
+m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
9578
+m4_require([_LT_DECL_EGREP])dnl
 
9579
 
 
9580
-    newsos6)
 
9581
-      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
9582
-      _LT_TAGVAR(hardcode_direct, $1)=yes
 
9583
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
9584
-      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
9585
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
9586
-      ;;
 
9587
+AC_LANG_PUSH(C++)
 
9588
+_LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
9589
+_LT_TAGVAR(allow_undefined_flag, $1)=
 
9590
+_LT_TAGVAR(always_export_symbols, $1)=no
 
9591
+_LT_TAGVAR(archive_expsym_cmds, $1)=
 
9592
+_LT_TAGVAR(compiler_needs_object, $1)=no
 
9593
+_LT_TAGVAR(export_dynamic_flag_spec, $1)=
 
9594
+_LT_TAGVAR(hardcode_direct, $1)=no
 
9595
+_LT_TAGVAR(hardcode_direct_absolute, $1)=no
 
9596
+_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
9597
+_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 
9598
+_LT_TAGVAR(hardcode_libdir_separator, $1)=
 
9599
+_LT_TAGVAR(hardcode_minus_L, $1)=no
 
9600
+_LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
9601
+_LT_TAGVAR(hardcode_automatic, $1)=no
 
9602
+_LT_TAGVAR(inherit_rpath, $1)=no
 
9603
+_LT_TAGVAR(module_cmds, $1)=
 
9604
+_LT_TAGVAR(module_expsym_cmds, $1)=
 
9605
+_LT_TAGVAR(link_all_deplibs, $1)=unknown
 
9606
+_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
9607
+_LT_TAGVAR(no_undefined_flag, $1)=
 
9608
+_LT_TAGVAR(whole_archive_flag_spec, $1)=
 
9609
+_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
 
9610
 
 
9611
-    *nto* | *qnx*)
 
9612
-      ;;
 
9613
+# Source file extension for C++ test sources.
 
9614
+ac_ext=cpp
 
9615
 
 
9616
-    openbsd*)
 
9617
-      if test -f /usr/libexec/ld.so; then
 
9618
-       _LT_TAGVAR(hardcode_direct, $1)=yes
 
9619
-       _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
9620
-       _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
 
9621
-       if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
9622
-         _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
9623
-         _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
 
9624
-         _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
9625
-         _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
9626
-       else
 
9627
-         case $host_os in
 
9628
-          openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
 
9629
-            _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
 
9630
-            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
9631
-            ;;
 
9632
-          *)
 
9633
-            _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
 
9634
-            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
9635
-            ;;
 
9636
-         esac
 
9637
-       fi
 
9638
-      else
 
9639
-       _LT_TAGVAR(ld_shlibs, $1)=no
 
9640
-      fi
 
9641
-      ;;
 
9642
+# Object file extension for compiled C++ test sources.
 
9643
+objext=o
 
9644
+_LT_TAGVAR(objext, $1)=$objext
 
9645
 
 
9646
-    os2*)
 
9647
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
9648
-      _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
9649
-      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
 
9650
-      _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'
 
9651
-      _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
 
9652
-      ;;
 
9653
+# No sense in running all these tests if we already determined that
 
9654
+# the CXX compiler isn't working.  Some variables (like enable_shared)
 
9655
+# are currently assumed to apply to all compilers on this platform,
 
9656
+# and will be corrupted by setting them based on a non-working compiler.
 
9657
+if test "$_lt_caught_CXX_error" != yes; then
 
9658
+  # Code to be used in simple compile tests
 
9659
+  lt_simple_compile_test_code="int some_variable = 0;"
 
9660
 
 
9661
-    osf3*)
 
9662
-      if test "$GCC" = yes; then
 
9663
-       _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
9664
-       _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'
 
9665
-      else
 
9666
-       _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
9667
-       _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'
 
9668
-      fi
 
9669
-      _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
 
9670
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
9671
-      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
9672
-      ;;
 
9673
+  # Code to be used in simple link tests
 
9674
+  lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
 
9675
 
 
9676
-    osf4* | osf5*)     # as osf3* with the addition of -msym flag
 
9677
-      if test "$GCC" = yes; then
 
9678
-       _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
9679
-       _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'
 
9680
-       _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
9681
-      else
 
9682
-       _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
9683
-       _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'
 
9684
-       _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~
 
9685
-       $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'
 
9686
+  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
9687
+  _LT_TAG_COMPILER
 
9688
 
 
9689
-       # Both c and cxx compiler support -rpath directly
 
9690
-       _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
 
9691
-      fi
 
9692
-      _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
 
9693
-      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
9694
-      ;;
 
9695
+  # save warnings/boilerplate of simple test code
 
9696
+  _LT_COMPILER_BOILERPLATE
 
9697
+  _LT_LINKER_BOILERPLATE
 
9698
 
 
9699
-    solaris*)
 
9700
-      _LT_TAGVAR(no_undefined_flag, $1)=' -z defs'
 
9701
-      if test "$GCC" = yes; then
 
9702
-       wlarc='${wl}'
 
9703
-       _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
 
9704
-       _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
 
9705
-         $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
 
9706
-      else
 
9707
-       case `$CC -V 2>&1` in
 
9708
-       *"Compilers 5.0"*)
 
9709
-         wlarc=''
 
9710
-         _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
9711
-         _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
 
9712
-         $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
 
9713
-         ;;
 
9714
-       *)
 
9715
-         wlarc='${wl}'
 
9716
-         _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
 
9717
-         _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
 
9718
-         $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
 
9719
-         ;;
 
9720
-       esac
 
9721
-      fi
 
9722
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
9723
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
9724
-      case $host_os in
 
9725
-      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
 
9726
-      *)
 
9727
-       # The compiler driver will combine and reorder linker options,
 
9728
-       # but understands `-z linker_flag'.  GCC discards it without `$wl',
 
9729
-       # but is careful enough not to reorder.
 
9730
-       # Supported since Solaris 2.6 (maybe 2.5.1?)
 
9731
-       if test "$GCC" = yes; then
 
9732
-         _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
 
9733
-       else
 
9734
-         _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
 
9735
-       fi
 
9736
-       ;;
 
9737
-      esac
 
9738
-      _LT_TAGVAR(link_all_deplibs, $1)=yes
 
9739
-      ;;
 
9740
+  # Allow CC to be a program name with arguments.
 
9741
+  lt_save_CC=$CC
 
9742
+  lt_save_LD=$LD
 
9743
+  lt_save_GCC=$GCC
 
9744
+  GCC=$GXX
 
9745
+  lt_save_with_gnu_ld=$with_gnu_ld
 
9746
+  lt_save_path_LD=$lt_cv_path_LD
 
9747
+  if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
 
9748
+    lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
 
9749
+  else
 
9750
+    $as_unset lt_cv_prog_gnu_ld
 
9751
+  fi
 
9752
+  if test -n "${lt_cv_path_LDCXX+set}"; then
 
9753
+    lt_cv_path_LD=$lt_cv_path_LDCXX
 
9754
+  else
 
9755
+    $as_unset lt_cv_path_LD
 
9756
+  fi
 
9757
+  test -z "${LDCXX+set}" || LD=$LDCXX
 
9758
+  CC=${CXX-"c++"}
 
9759
+  compiler=$CC
 
9760
+  _LT_TAGVAR(compiler, $1)=$CC
 
9761
+  _LT_CC_BASENAME([$compiler])
 
9762
+
 
9763
+  if test -n "$compiler"; then
 
9764
+    # We don't want -fno-exception when compiling C++ code, so set the
 
9765
+    # no_builtin_flag separately
 
9766
+    if test "$GXX" = yes; then
 
9767
+      _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
 
9768
+    else
 
9769
+      _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
 
9770
+    fi
 
9771
 
 
9772
-    sunos4*)
 
9773
-      if test "x$host_vendor" = xsequent; then
 
9774
-       # Use $CC to link under sequent, because it throws in some extra .o
 
9775
-       # files that make .init and .fini sections work.
 
9776
-       _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
 
9777
-      else
 
9778
-       _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
 
9779
-      fi
 
9780
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
9781
-      _LT_TAGVAR(hardcode_direct, $1)=yes
 
9782
-      _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
9783
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
9784
-      ;;
 
9785
+    if test "$GXX" = yes; then
 
9786
+      # Set up default GNU C++ configuration
 
9787
 
 
9788
-    sysv4)
 
9789
-      case $host_vendor in
 
9790
-       sni)
 
9791
-         _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
9792
-         _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true???
 
9793
-       ;;
 
9794
-       siemens)
 
9795
-         ## LD is ld it makes a PLAMLIB
 
9796
-         ## CC just makes a GrossModule.
 
9797
-         _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
 
9798
-         _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
 
9799
-         _LT_TAGVAR(hardcode_direct, $1)=no
 
9800
-        ;;
 
9801
-       motorola)
 
9802
-         _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
9803
-         _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
 
9804
-       ;;
 
9805
-      esac
 
9806
-      runpath_var='LD_RUN_PATH'
 
9807
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
9808
-      ;;
 
9809
+      LT_PATH_LD
 
9810
 
 
9811
-    sysv4.3*)
 
9812
-      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
9813
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
9814
-      _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
 
9815
-      ;;
 
9816
+      # Check if GNU C++ uses GNU ld as the underlying linker, since the
 
9817
+      # archiving commands below assume that GNU ld is being used.
 
9818
+      if test "$with_gnu_ld" = yes; then
 
9819
+        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
9820
+        _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'
 
9821
 
 
9822
-    sysv4*MP*)
 
9823
-      if test -d /usr/nec; then
 
9824
-       _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
9825
-       _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
9826
-       runpath_var=LD_RUN_PATH
 
9827
-       hardcode_runpath_var=yes
 
9828
-       _LT_TAGVAR(ld_shlibs, $1)=yes
 
9829
-      fi
 
9830
-      ;;
 
9831
+        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
9832
+        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
9833
 
 
9834
-    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
 
9835
-      _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
 
9836
-      _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
9837
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
9838
-      runpath_var='LD_RUN_PATH'
 
9839
+        # If archive_cmds runs LD, not CC, wlarc should be empty
 
9840
+        # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
 
9841
+        #     investigate it a little bit more. (MM)
 
9842
+        wlarc='${wl}'
 
9843
 
 
9844
-      if test "$GCC" = yes; then
 
9845
-       _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
9846
-       _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
9847
+        # ancient GNU ld didn't support --whole-archive et. al.
 
9848
+        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
 
9849
+         $GREP 'no-whole-archive' > /dev/null; then
 
9850
+          _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
9851
+        else
 
9852
+          _LT_TAGVAR(whole_archive_flag_spec, $1)=
 
9853
+        fi
 
9854
       else
 
9855
-       _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
9856
-       _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
9857
+        with_gnu_ld=no
 
9858
+        wlarc=
 
9859
+
 
9860
+        # A generic and very simple default shared library creation
 
9861
+        # command for GNU C++ for the case where it uses the native
 
9862
+        # linker, instead of GNU ld.  If possible, this setting should
 
9863
+        # overridden to take advantage of the native linker features on
 
9864
+        # the platform it is being used on.
 
9865
+        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
 
9866
       fi
 
9867
-      ;;
 
9868
 
 
9869
-    sysv5* | sco3.2v5* | sco5v6*)
 
9870
-      # Note: We can NOT use -z defs as we might desire, because we do not
 
9871
-      # link with -lc, and that would cause any symbols used from libc to
 
9872
-      # always be unresolved, which means just about no library would
 
9873
-      # ever link correctly.  If we're not using GNU ld we use -z text
 
9874
-      # though, which does catch some bad symbols but isn't as heavy-handed
 
9875
-      # as -z defs.
 
9876
-      _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
 
9877
-      _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
 
9878
-      _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
9879
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
9880
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir'
 
9881
-      _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
 
9882
-      _LT_TAGVAR(link_all_deplibs, $1)=yes
 
9883
-      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
 
9884
-      runpath_var='LD_RUN_PATH'
 
9885
+      # Commands to make compiler produce verbose output that lists
 
9886
+      # what "hidden" libraries, object files and flags are used when
 
9887
+      # linking a shared library.
 
9888
+      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
 
9889
 
 
9890
-      if test "$GCC" = yes; then
 
9891
-       _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
9892
-       _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
9893
-      else
 
9894
-       _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
9895
-       _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
9896
-      fi
 
9897
-      ;;
 
9898
+    else
 
9899
+      GXX=no
 
9900
+      with_gnu_ld=no
 
9901
+      wlarc=
 
9902
+    fi
 
9903
 
 
9904
-    uts4*)
 
9905
-      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
 
9906
-      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
9907
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
9908
-      ;;
 
9909
+    # PORTME: fill in a description of your system's C++ link characteristics
 
9910
+    AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
 
9911
+    _LT_TAGVAR(ld_shlibs, $1)=yes
 
9912
+    case $host_os in
 
9913
+      aix3*)
 
9914
+        # FIXME: insert proper C++ library support
 
9915
+        _LT_TAGVAR(ld_shlibs, $1)=no
 
9916
+        ;;
 
9917
+      aix[[4-9]]*)
 
9918
+        if test "$host_cpu" = ia64; then
 
9919
+          # On IA64, the linker does run time linking by default, so we don't
 
9920
+          # have to do anything special.
 
9921
+          aix_use_runtimelinking=no
 
9922
+          exp_sym_flag='-Bexport'
 
9923
+          no_entry_flag=""
 
9924
+        else
 
9925
+          aix_use_runtimelinking=no
 
9926
 
 
9927
-    *)
 
9928
-      _LT_TAGVAR(ld_shlibs, $1)=no
 
9929
-      ;;
 
9930
-    esac
 
9931
+          # Test if we are trying to use run time linking or normal
 
9932
+          # AIX style linking. If -brtl is somewhere in LDFLAGS, we
 
9933
+          # need to do runtime linking.
 
9934
+          case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
 
9935
+           for ld_flag in $LDFLAGS; do
 
9936
+             case $ld_flag in
 
9937
+             *-brtl*)
 
9938
+               aix_use_runtimelinking=yes
 
9939
+               break
 
9940
+               ;;
 
9941
+             esac
 
9942
+           done
 
9943
+           ;;
 
9944
+          esac
 
9945
 
 
9946
-    if test x$host_vendor = xsni; then
 
9947
-      case $host in
 
9948
-      sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
 
9949
-       _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym'
 
9950
-       ;;
 
9951
-      esac
 
9952
-    fi
 
9953
-  fi
 
9954
-])
 
9955
-AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
 
9956
-test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
 
9957
+          exp_sym_flag='-bexport'
 
9958
+          no_entry_flag='-bnoentry'
 
9959
+        fi
 
9960
 
 
9961
-_LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld
 
9962
+        # When large executables or shared objects are built, AIX ld can
 
9963
+        # have problems creating the table of contents.  If linking a library
 
9964
+        # or program results in "error TOC overflow" add -mminimal-toc to
 
9965
+        # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
 
9966
+        # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
 
9967
 
 
9968
-_LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl
 
9969
-_LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl
 
9970
-_LT_DECL([], [extract_expsyms_cmds], [2],
 
9971
-    [The commands to extract the exported symbol list from a shared archive])
 
9972
+        _LT_TAGVAR(archive_cmds, $1)=''
 
9973
+        _LT_TAGVAR(hardcode_direct, $1)=yes
 
9974
+        _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
 
9975
+        _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
 
9976
+        _LT_TAGVAR(link_all_deplibs, $1)=yes
 
9977
+        _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
 
9978
 
 
9979
-#
 
9980
-# Do we need to explicitly link libc?
 
9981
-#
 
9982
-case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in
 
9983
-x|xyes)
 
9984
-  # Assume -lc should be added
 
9985
-  _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
 
9986
+        if test "$GXX" = yes; then
 
9987
+          case $host_os in aix4.[[012]]|aix4.[[012]].*)
 
9988
+          # We only want to do this on AIX 4.2 and lower, the check
 
9989
+          # below for broken collect2 doesn't work under 4.3+
 
9990
+         collect2name=`${CC} -print-prog-name=collect2`
 
9991
+         if test -f "$collect2name" &&
 
9992
+            strings "$collect2name" | $GREP resolve_lib_name >/dev/null
 
9993
+         then
 
9994
+           # We have reworked collect2
 
9995
+           :
 
9996
+         else
 
9997
+           # We have old collect2
 
9998
+           _LT_TAGVAR(hardcode_direct, $1)=unsupported
 
9999
+           # It fails to find uninstalled libraries when the uninstalled
 
10000
+           # path is not listed in the libpath.  Setting hardcode_minus_L
 
10001
+           # to unsupported forces relinking
 
10002
+           _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
10003
+           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
10004
+           _LT_TAGVAR(hardcode_libdir_separator, $1)=
 
10005
+         fi
 
10006
+          esac
 
10007
+          shared_flag='-shared'
 
10008
+         if test "$aix_use_runtimelinking" = yes; then
 
10009
+           shared_flag="$shared_flag "'${wl}-G'
 
10010
+         fi
 
10011
+        else
 
10012
+          # not using gcc
 
10013
+          if test "$host_cpu" = ia64; then
 
10014
+         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
 
10015
+         # chokes on -Wl,-G. The following line is correct:
 
10016
+         shared_flag='-G'
 
10017
+          else
 
10018
+           if test "$aix_use_runtimelinking" = yes; then
 
10019
+             shared_flag='${wl}-G'
 
10020
+           else
 
10021
+             shared_flag='${wl}-bM:SRE'
 
10022
+           fi
 
10023
+          fi
 
10024
+        fi
 
10025
 
 
10026
-  if test "$enable_shared" = yes && test "$GCC" = yes; then
 
10027
-    case $_LT_TAGVAR(archive_cmds, $1) in
 
10028
-    *'~'*)
 
10029
-      # FIXME: we may have to deal with multi-command sequences.
 
10030
-      ;;
 
10031
-    '$CC '*)
 
10032
-      # Test whether the compiler implicitly links with -lc since on some
 
10033
-      # systems, -lgcc has to come before -lc. If gcc already passes -lc
 
10034
-      # to ld, don't add -lc before -lgcc.
 
10035
-      AC_MSG_CHECKING([whether -lc should be explicitly linked in])
 
10036
-      $RM conftest*
 
10037
-      echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
10038
+        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
 
10039
+        # It seems that -bexpall does not export symbols beginning with
 
10040
+        # underscore (_), so it is better to generate a list of symbols to
 
10041
+       # export.
 
10042
+        _LT_TAGVAR(always_export_symbols, $1)=yes
 
10043
+        if test "$aix_use_runtimelinking" = yes; then
 
10044
+          # Warning - without using the other runtime loading flags (-brtl),
 
10045
+          # -berok will link without error, but may produce a broken library.
 
10046
+          _LT_TAGVAR(allow_undefined_flag, $1)='-berok'
 
10047
+          # Determine the default libpath from the value encoded in an empty
 
10048
+          # executable.
 
10049
+          _LT_SYS_MODULE_PATH_AIX
 
10050
+          _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
10051
 
 
10052
-      if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
 
10053
-        soname=conftest
 
10054
-        lib=conftest
 
10055
-        libobjs=conftest.$ac_objext
 
10056
-        deplibs=
 
10057
-        wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1)
 
10058
-       pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1)
 
10059
-        compiler_flags=-v
 
10060
-        linker_flags=-v
 
10061
-        verstring=
 
10062
-        output_objdir=.
 
10063
-        libname=conftest
 
10064
-        lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1)
 
10065
-        _LT_TAGVAR(allow_undefined_flag, $1)=
 
10066
-        if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
 
10067
-        then
 
10068
-         _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
10069
+          _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"
 
10070
         else
 
10071
-         _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
 
10072
+          if test "$host_cpu" = ia64; then
 
10073
+           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
 
10074
+           _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
 
10075
+           _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"
 
10076
+          else
 
10077
+           # Determine the default libpath from the value encoded in an
 
10078
+           # empty executable.
 
10079
+           _LT_SYS_MODULE_PATH_AIX
 
10080
+           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
10081
+           # Warning - without using the other run time loading flags,
 
10082
+           # -berok will link without error, but may produce a broken library.
 
10083
+           _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
 
10084
+           _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
 
10085
+           # Exported symbols can be pulled into shared objects from archives
 
10086
+           _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
 
10087
+           _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
 
10088
+           # This is similar to how AIX traditionally builds its shared
 
10089
+           # libraries.
 
10090
+           _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'
 
10091
+          fi
 
10092
         fi
 
10093
-        _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
 
10094
-      else
 
10095
-        cat conftest.err 1>&5
 
10096
-      fi
 
10097
-      $RM conftest*
 
10098
-      AC_MSG_RESULT([$_LT_TAGVAR(archive_cmds_need_lc, $1)])
 
10099
-      ;;
 
10100
-    esac
 
10101
-  fi
 
10102
-  ;;
 
10103
-esac
 
10104
+        ;;
 
10105
 
 
10106
-_LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0],
 
10107
-    [Whether or not to add -lc for building shared libraries])
 
10108
-_LT_TAGDECL([allow_libtool_libs_with_static_runtimes],
 
10109
-    [enable_shared_with_static_runtimes], [0],
 
10110
-    [Whether or not to disallow shared libs when runtime libs are static])
 
10111
-_LT_TAGDECL([], [export_dynamic_flag_spec], [1],
 
10112
-    [Compiler flag to allow reflexive dlopens])
 
10113
-_LT_TAGDECL([], [whole_archive_flag_spec], [1],
 
10114
-    [Compiler flag to generate shared objects directly from archives])
 
10115
-_LT_TAGDECL([], [compiler_needs_object], [1],
 
10116
-    [Whether the compiler copes with passing no objects directly])
 
10117
-_LT_TAGDECL([], [old_archive_from_new_cmds], [2],
 
10118
-    [Create an old-style archive from a shared archive])
 
10119
-_LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2],
 
10120
-    [Create a temporary old-style archive to link instead of a shared archive])
 
10121
-_LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive])
 
10122
-_LT_TAGDECL([], [archive_expsym_cmds], [2])
 
10123
-_LT_TAGDECL([], [module_cmds], [2],
 
10124
-    [Commands used to build a loadable module if different from building
 
10125
-    a shared archive.])
 
10126
-_LT_TAGDECL([], [module_expsym_cmds], [2])
 
10127
-_LT_TAGDECL([], [with_gnu_ld], [1],
 
10128
-    [Whether we are building with GNU ld or not])
 
10129
-_LT_TAGDECL([], [allow_undefined_flag], [1],
 
10130
-    [Flag that allows shared libraries with undefined symbols to be built])
 
10131
-_LT_TAGDECL([], [no_undefined_flag], [1],
 
10132
-    [Flag that enforces no undefined symbols])
 
10133
-_LT_TAGDECL([], [hardcode_libdir_flag_spec], [1],
 
10134
-    [Flag to hardcode $libdir into a binary during linking.
 
10135
-    This must work even if $libdir does not exist])
 
10136
-_LT_TAGDECL([], [hardcode_libdir_flag_spec_ld], [1],
 
10137
-    [[If ld is used when linking, flag to hardcode $libdir into a binary
 
10138
-    during linking.  This must work even if $libdir does not exist]])
 
10139
-_LT_TAGDECL([], [hardcode_libdir_separator], [1],
 
10140
-    [Whether we need a single "-rpath" flag with a separated argument])
 
10141
-_LT_TAGDECL([], [hardcode_direct], [0],
 
10142
-    [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
 
10143
-    DIR into the resulting binary])
 
10144
-_LT_TAGDECL([], [hardcode_direct_absolute], [0],
 
10145
-    [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
 
10146
-    DIR into the resulting binary and the resulting library dependency is
 
10147
-    "absolute", i.e impossible to change by setting ${shlibpath_var} if the
 
10148
-    library is relocated])
 
10149
-_LT_TAGDECL([], [hardcode_minus_L], [0],
 
10150
-    [Set to "yes" if using the -LDIR flag during linking hardcodes DIR
 
10151
-    into the resulting binary])
 
10152
-_LT_TAGDECL([], [hardcode_shlibpath_var], [0],
 
10153
-    [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
 
10154
-    into the resulting binary])
 
10155
-_LT_TAGDECL([], [hardcode_automatic], [0],
 
10156
-    [Set to "yes" if building a shared library automatically hardcodes DIR
 
10157
-    into the library and all subsequent libraries and executables linked
 
10158
-    against it])
 
10159
-_LT_TAGDECL([], [inherit_rpath], [0],
 
10160
-    [Set to yes if linker adds runtime paths of dependent libraries
 
10161
-    to runtime path list])
 
10162
-_LT_TAGDECL([], [link_all_deplibs], [0],
 
10163
-    [Whether libtool must link a program against all its dependency libraries])
 
10164
-_LT_TAGDECL([], [fix_srcfile_path], [1],
 
10165
-    [Fix the shell variable $srcfile for the compiler])
 
10166
-_LT_TAGDECL([], [always_export_symbols], [0],
 
10167
-    [Set to "yes" if exported symbols are required])
 
10168
-_LT_TAGDECL([], [export_symbols_cmds], [2],
 
10169
-    [The commands to list exported symbols])
 
10170
-_LT_TAGDECL([], [exclude_expsyms], [1],
 
10171
-    [Symbols that should not be listed in the preloaded symbols])
 
10172
-_LT_TAGDECL([], [include_expsyms], [1],
 
10173
-    [Symbols that must always be exported])
 
10174
-_LT_TAGDECL([], [prelink_cmds], [2],
 
10175
-    [Commands necessary for linking programs (against libraries) with templates])
 
10176
-_LT_TAGDECL([], [file_list_spec], [1],
 
10177
-    [Specify filename containing input files])
 
10178
-dnl FIXME: Not yet implemented
 
10179
-dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1],
 
10180
-dnl    [Compiler flag to generate thread safe objects])
 
10181
-])# _LT_LINKER_SHLIBS
 
10182
+      beos*)
 
10183
+       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
 
10184
+         _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
 
10185
+         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
 
10186
+         # support --undefined.  This deserves some investigation.  FIXME
 
10187
+         _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
10188
+       else
 
10189
+         _LT_TAGVAR(ld_shlibs, $1)=no
 
10190
+       fi
 
10191
+       ;;
 
10192
 
 
10193
+      chorus*)
 
10194
+        case $cc_basename in
 
10195
+          *)
 
10196
+         # FIXME: insert proper C++ library support
 
10197
+         _LT_TAGVAR(ld_shlibs, $1)=no
 
10198
+         ;;
 
10199
+        esac
 
10200
+        ;;
 
10201
 
 
10202
-# _LT_LANG_C_CONFIG([TAG])
 
10203
-# ------------------------
 
10204
-# Ensure that the configuration variables for a C compiler are suitably
 
10205
-# defined.  These variables are subsequently used by _LT_CONFIG to write
 
10206
-# the compiler configuration to `libtool'.
 
10207
-m4_defun([_LT_LANG_C_CONFIG],
 
10208
-[m4_require([_LT_DECL_EGREP])dnl
 
10209
-lt_save_CC="$CC"
 
10210
-AC_LANG_PUSH(C)
 
10211
+      cygwin* | mingw* | pw32* | cegcc*)
 
10212
+        # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
 
10213
+        # as there is no search path for DLLs.
 
10214
+        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
10215
+        _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
 
10216
+        _LT_TAGVAR(always_export_symbols, $1)=no
 
10217
+        _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
10218
 
 
10219
-# Source file extension for C test sources.
 
10220
-ac_ext=c
 
10221
+        if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
 
10222
+          _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'
 
10223
+          # If the export-symbols file already is a .def file (1st line
 
10224
+          # is EXPORTS), use it as is; otherwise, prepend...
 
10225
+          _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
10226
+           cp $export_symbols $output_objdir/$soname.def;
 
10227
+          else
 
10228
+           echo EXPORTS > $output_objdir/$soname.def;
 
10229
+           cat $export_symbols >> $output_objdir/$soname.def;
 
10230
+          fi~
 
10231
+          $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'
 
10232
+        else
 
10233
+          _LT_TAGVAR(ld_shlibs, $1)=no
 
10234
+        fi
 
10235
+        ;;
 
10236
+      darwin* | rhapsody*)
 
10237
+        _LT_DARWIN_LINKER_FEATURES($1)
 
10238
+       ;;
 
10239
 
 
10240
-# Object file extension for compiled C test sources.
 
10241
-objext=o
 
10242
-_LT_TAGVAR(objext, $1)=$objext
 
10243
+      dgux*)
 
10244
+        case $cc_basename in
 
10245
+          ec++*)
 
10246
+           # FIXME: insert proper C++ library support
 
10247
+           _LT_TAGVAR(ld_shlibs, $1)=no
 
10248
+           ;;
 
10249
+          ghcx*)
 
10250
+           # Green Hills C++ Compiler
 
10251
+           # FIXME: insert proper C++ library support
 
10252
+           _LT_TAGVAR(ld_shlibs, $1)=no
 
10253
+           ;;
 
10254
+          *)
 
10255
+           # FIXME: insert proper C++ library support
 
10256
+           _LT_TAGVAR(ld_shlibs, $1)=no
 
10257
+           ;;
 
10258
+        esac
 
10259
+        ;;
 
10260
 
 
10261
-# Code to be used in simple compile tests
 
10262
-lt_simple_compile_test_code="int some_variable = 0;"
 
10263
+      freebsd[[12]]*)
 
10264
+        # C++ shared libraries reported to be fairly broken before
 
10265
+       # switch to ELF
 
10266
+        _LT_TAGVAR(ld_shlibs, $1)=no
 
10267
+        ;;
 
10268
 
 
10269
-# Code to be used in simple link tests
 
10270
-lt_simple_link_test_code='int main(){return(0);}'
 
10271
+      freebsd-elf*)
 
10272
+        _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
10273
+        ;;
 
10274
 
 
10275
-_LT_TAG_COMPILER
 
10276
-# Save the default compiler, since it gets overwritten when the other
 
10277
-# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
 
10278
-compiler_DEFAULT=$CC
 
10279
+      freebsd* | dragonfly*)
 
10280
+        # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
 
10281
+        # conventions
 
10282
+        _LT_TAGVAR(ld_shlibs, $1)=yes
 
10283
+        ;;
 
10284
 
 
10285
-# save warnings/boilerplate of simple test code
 
10286
-_LT_COMPILER_BOILERPLATE
 
10287
-_LT_LINKER_BOILERPLATE
 
10288
+      gnu*)
 
10289
+        ;;
 
10290
 
 
10291
-if test -n "$compiler"; then
 
10292
-  _LT_COMPILER_NO_RTTI($1)
 
10293
-  _LT_COMPILER_PIC($1)
 
10294
-  _LT_COMPILER_C_O($1)
 
10295
-  _LT_COMPILER_FILE_LOCKS($1)
 
10296
-  _LT_LINKER_SHLIBS($1)
 
10297
-  _LT_SYS_DYNAMIC_LINKER($1)
 
10298
-  _LT_LINKER_HARDCODE_LIBPATH($1)
 
10299
-  LT_SYS_DLOPEN_SELF
 
10300
-  _LT_CMD_STRIPLIB
 
10301
+      hpux9*)
 
10302
+        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
10303
+        _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
10304
+        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
10305
+        _LT_TAGVAR(hardcode_direct, $1)=yes
 
10306
+        _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
 
10307
+                                            # but as the default
 
10308
+                                            # location of the library.
 
10309
+
 
10310
+        case $cc_basename in
 
10311
+          CC*)
 
10312
+            # FIXME: insert proper C++ library support
 
10313
+            _LT_TAGVAR(ld_shlibs, $1)=no
 
10314
+            ;;
 
10315
+          aCC*)
 
10316
+            _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'
 
10317
+            # Commands to make compiler produce verbose output that lists
 
10318
+            # what "hidden" libraries, object files and flags are used when
 
10319
+            # linking a shared library.
 
10320
+            #
 
10321
+            # There doesn't appear to be a way to prevent this compiler from
 
10322
+            # explicitly linking system object files so we need to strip them
 
10323
+            # from the output so that they don't get included in the library
 
10324
+            # dependencies.
 
10325
+            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'
 
10326
+            ;;
 
10327
+          *)
 
10328
+            if test "$GXX" = yes; then
 
10329
+              _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'
 
10330
+            else
 
10331
+              # FIXME: insert proper C++ library support
 
10332
+              _LT_TAGVAR(ld_shlibs, $1)=no
 
10333
+            fi
 
10334
+            ;;
 
10335
+        esac
 
10336
+        ;;
 
10337
 
 
10338
-  # Report which library types will actually be built
 
10339
-  AC_MSG_CHECKING([if libtool supports shared libraries])
 
10340
-  AC_MSG_RESULT([$can_build_shared])
 
10341
+      hpux10*|hpux11*)
 
10342
+        if test $with_gnu_ld = no; then
 
10343
+         _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
10344
+         _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
10345
 
 
10346
-  AC_MSG_CHECKING([whether to build shared libraries])
 
10347
-  test "$can_build_shared" = "no" && enable_shared=no
 
10348
+          case $host_cpu in
 
10349
+            hppa*64*|ia64*)
 
10350
+              ;;
 
10351
+            *)
 
10352
+             _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
10353
+              ;;
 
10354
+          esac
 
10355
+        fi
 
10356
+        case $host_cpu in
 
10357
+          hppa*64*|ia64*)
 
10358
+            _LT_TAGVAR(hardcode_direct, $1)=no
 
10359
+            _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
10360
+            ;;
 
10361
+          *)
 
10362
+            _LT_TAGVAR(hardcode_direct, $1)=yes
 
10363
+            _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
 
10364
+            _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
 
10365
+                                                # but as the default
 
10366
+                                                # location of the library.
 
10367
+            ;;
 
10368
+        esac
 
10369
 
 
10370
-  # On AIX, shared libraries and static libraries use the same namespace, and
 
10371
-  # are all built from PIC.
 
10372
-  case $host_os in
 
10373
-  aix3*)
 
10374
-    test "$enable_shared" = yes && enable_static=no
 
10375
-    if test -n "$RANLIB"; then
 
10376
-      archive_cmds="$archive_cmds~\$RANLIB \$lib"
 
10377
-      postinstall_cmds='$RANLIB $lib'
 
10378
-    fi
 
10379
-    ;;
 
10380
+        case $cc_basename in
 
10381
+          CC*)
 
10382
+           # FIXME: insert proper C++ library support
 
10383
+           _LT_TAGVAR(ld_shlibs, $1)=no
 
10384
+           ;;
 
10385
+          aCC*)
 
10386
+           case $host_cpu in
 
10387
+             hppa*64*)
 
10388
+               _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
10389
+               ;;
 
10390
+             ia64*)
 
10391
+               _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
10392
+               ;;
 
10393
+             *)
 
10394
+               _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'
 
10395
+               ;;
 
10396
+           esac
 
10397
+           # Commands to make compiler produce verbose output that lists
 
10398
+           # what "hidden" libraries, object files and flags are used when
 
10399
+           # linking a shared library.
 
10400
+           #
 
10401
+           # There doesn't appear to be a way to prevent this compiler from
 
10402
+           # explicitly linking system object files so we need to strip them
 
10403
+           # from the output so that they don't get included in the library
 
10404
+           # dependencies.
 
10405
+           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'
 
10406
+           ;;
 
10407
+          *)
 
10408
+           if test "$GXX" = yes; then
 
10409
+             if test $with_gnu_ld = no; then
 
10410
+               case $host_cpu in
 
10411
+                 hppa*64*)
 
10412
+                   _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
10413
+                   ;;
 
10414
+                 ia64*)
 
10415
+                   _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'
 
10416
+                   ;;
 
10417
+                 *)
 
10418
+                   _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'
 
10419
+                   ;;
 
10420
+               esac
 
10421
+             fi
 
10422
+           else
 
10423
+             # FIXME: insert proper C++ library support
 
10424
+             _LT_TAGVAR(ld_shlibs, $1)=no
 
10425
+           fi
 
10426
+           ;;
 
10427
+        esac
 
10428
+        ;;
 
10429
 
 
10430
-  aix[[4-9]]*)
 
10431
-    if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
 
10432
-      test "$enable_shared" = yes && enable_static=no
 
10433
-    fi
 
10434
-    ;;
 
10435
-  esac
 
10436
-  AC_MSG_RESULT([$enable_shared])
 
10437
+      interix[[3-9]]*)
 
10438
+       _LT_TAGVAR(hardcode_direct, $1)=no
 
10439
+       _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
10440
+       _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
10441
+       _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
10442
+       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
 
10443
+       # Instead, shared libraries are loaded at an image base (0x10000000 by
 
10444
+       # default) and relocated if they conflict, which is a slow very memory
 
10445
+       # consuming and fragmenting process.  To avoid this, we pick a random,
 
10446
+       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
 
10447
+       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
 
10448
+       _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'
 
10449
+       _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'
 
10450
+       ;;
 
10451
+      irix5* | irix6*)
 
10452
+        case $cc_basename in
 
10453
+          CC*)
 
10454
+           # SGI C++
 
10455
+           _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'
 
10456
 
 
10457
-  AC_MSG_CHECKING([whether to build static libraries])
 
10458
-  # Make sure either enable_shared or enable_static is yes.
 
10459
-  test "$enable_shared" = yes || enable_static=yes
 
10460
-  AC_MSG_RESULT([$enable_static])
 
10461
+           # Archives containing C++ object files must be created using
 
10462
+           # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
 
10463
+           # necessary to make sure instantiated templates are included
 
10464
+           # in the archive.
 
10465
+           _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
 
10466
+           ;;
 
10467
+          *)
 
10468
+           if test "$GXX" = yes; then
 
10469
+             if test "$with_gnu_ld" = no; then
 
10470
+               _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'
 
10471
+             else
 
10472
+               _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'
 
10473
+             fi
 
10474
+           fi
 
10475
+           _LT_TAGVAR(link_all_deplibs, $1)=yes
 
10476
+           ;;
 
10477
+        esac
 
10478
+        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
10479
+        _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
10480
+        _LT_TAGVAR(inherit_rpath, $1)=yes
 
10481
+        ;;
 
10482
 
 
10483
-  _LT_CONFIG($1)
 
10484
-fi
 
10485
-AC_LANG_POP
 
10486
-CC="$lt_save_CC"
 
10487
-])# _LT_LANG_C_CONFIG
 
10488
+      linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
10489
+        case $cc_basename in
 
10490
+          KCC*)
 
10491
+           # Kuck and Associates, Inc. (KAI) C++ Compiler
 
10492
 
 
10493
+           # KCC will only create a shared library if the output file
 
10494
+           # ends with ".so" (or ".sl" for HP-UX), so rename the library
 
10495
+           # to its proper name (with version) after linking.
 
10496
+           _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'
 
10497
+           _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'
 
10498
+           # Commands to make compiler produce verbose output that lists
 
10499
+           # what "hidden" libraries, object files and flags are used when
 
10500
+           # linking a shared library.
 
10501
+           #
 
10502
+           # There doesn't appear to be a way to prevent this compiler from
 
10503
+           # explicitly linking system object files so we need to strip them
 
10504
+           # from the output so that they don't get included in the library
 
10505
+           # dependencies.
 
10506
+           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'
 
10507
 
 
10508
-# _LT_PROG_CXX
 
10509
-# ------------
 
10510
-# Since AC_PROG_CXX is broken, in that it returns g++ if there is no c++
 
10511
-# compiler, we have our own version here.
 
10512
-m4_defun([_LT_PROG_CXX],
 
10513
-[
 
10514
-pushdef([AC_MSG_ERROR], [_lt_caught_CXX_error=yes])
 
10515
-AC_PROG_CXX
 
10516
-if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
 
10517
-    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
 
10518
-    (test "X$CXX" != "Xg++"))) ; then
 
10519
-  AC_PROG_CXXCPP
 
10520
-else
 
10521
-  _lt_caught_CXX_error=yes
 
10522
-fi
 
10523
-popdef([AC_MSG_ERROR])
 
10524
-])# _LT_PROG_CXX
 
10525
+           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
10526
+           _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
10527
 
 
10528
-dnl aclocal-1.4 backwards compatibility:
 
10529
-dnl AC_DEFUN([_LT_PROG_CXX], [])
 
10530
+           # Archives containing C++ object files must be created using
 
10531
+           # "CC -Bstatic", where "CC" is the KAI C++ compiler.
 
10532
+           _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
 
10533
+           ;;
 
10534
+         icpc* | ecpc* )
 
10535
+           # Intel C++
 
10536
+           with_gnu_ld=yes
 
10537
+           # version 8.0 and above of icpc choke on multiply defined symbols
 
10538
+           # if we add $predep_objects and $postdep_objects, however 7.1 and
 
10539
+           # earlier do not add the objects themselves.
 
10540
+           case `$CC -V 2>&1` in
 
10541
+             *"Version 7."*)
 
10542
+               _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
10543
+               _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'
 
10544
+               ;;
 
10545
+             *)  # Version 8.0 or newer
 
10546
+               tmp_idyn=
 
10547
+               case $host_cpu in
 
10548
+                 ia64*) tmp_idyn=' -i_dynamic';;
 
10549
+               esac
 
10550
+               _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
10551
+               _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'
 
10552
+               ;;
 
10553
+           esac
 
10554
+           _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
10555
+           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
10556
+           _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
10557
+           _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
 
10558
+           ;;
 
10559
+          pgCC* | pgcpp*)
 
10560
+            # Portland Group C++ compiler
 
10561
+           case `$CC -V` in
 
10562
+           *pgCC\ [[1-5]]* | *pgcpp\ [[1-5]]*)
 
10563
+             _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~
 
10564
+               rm -rf $tpldir~
 
10565
+               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
 
10566
+               compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
 
10567
+             _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
 
10568
+               rm -rf $tpldir~
 
10569
+               $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
 
10570
+               $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
 
10571
+               $RANLIB $oldlib'
 
10572
+             _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~
 
10573
+               rm -rf $tpldir~
 
10574
+               $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
 
10575
+               $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
 
10576
+             _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
 
10577
+               rm -rf $tpldir~
 
10578
+               $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
 
10579
+               $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'
 
10580
+             ;;
 
10581
+           *) # Version 6 will use weak symbols
 
10582
+             _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
 
10583
+             _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'
 
10584
+             ;;
 
10585
+           esac
 
10586
 
 
10587
+           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
 
10588
+           _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
10589
+           _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'
 
10590
+            ;;
 
10591
+         cxx*)
 
10592
+           # Compaq C++
 
10593
+           _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
10594
+           _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'
 
10595
 
 
10596
-# _LT_LANG_CXX_CONFIG([TAG])
 
10597
-# --------------------------
 
10598
-# Ensure that the configuration variables for a C++ compiler are suitably
 
10599
-# defined.  These variables are subsequently used by _LT_CONFIG to write
 
10600
-# the compiler configuration to `libtool'.
 
10601
-m4_defun([_LT_LANG_CXX_CONFIG],
 
10602
-[AC_REQUIRE([_LT_PROG_CXX])dnl
 
10603
-m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
10604
-m4_require([_LT_DECL_EGREP])dnl
 
10605
+           runpath_var=LD_RUN_PATH
 
10606
+           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
 
10607
+           _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
10608
 
 
10609
-AC_LANG_PUSH(C++)
 
10610
-_LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
10611
-_LT_TAGVAR(allow_undefined_flag, $1)=
 
10612
-_LT_TAGVAR(always_export_symbols, $1)=no
 
10613
-_LT_TAGVAR(archive_expsym_cmds, $1)=
 
10614
-_LT_TAGVAR(compiler_needs_object, $1)=no
 
10615
-_LT_TAGVAR(export_dynamic_flag_spec, $1)=
 
10616
-_LT_TAGVAR(hardcode_direct, $1)=no
 
10617
-_LT_TAGVAR(hardcode_direct_absolute, $1)=no
 
10618
-_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
10619
-_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 
10620
-_LT_TAGVAR(hardcode_libdir_separator, $1)=
 
10621
-_LT_TAGVAR(hardcode_minus_L, $1)=no
 
10622
-_LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
 
10623
-_LT_TAGVAR(hardcode_automatic, $1)=no
 
10624
-_LT_TAGVAR(inherit_rpath, $1)=no
 
10625
-_LT_TAGVAR(module_cmds, $1)=
 
10626
-_LT_TAGVAR(module_expsym_cmds, $1)=
 
10627
-_LT_TAGVAR(link_all_deplibs, $1)=unknown
 
10628
-_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
10629
-_LT_TAGVAR(no_undefined_flag, $1)=
 
10630
-_LT_TAGVAR(whole_archive_flag_spec, $1)=
 
10631
-_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
 
10632
+           # Commands to make compiler produce verbose output that lists
 
10633
+           # what "hidden" libraries, object files and flags are used when
 
10634
+           # linking a shared library.
 
10635
+           #
 
10636
+           # There doesn't appear to be a way to prevent this compiler from
 
10637
+           # explicitly linking system object files so we need to strip them
 
10638
+           # from the output so that they don't get included in the library
 
10639
+           # dependencies.
 
10640
+           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'
 
10641
+           ;;
 
10642
+         xl*)
 
10643
+           # IBM XL 8.0 on PPC, with GNU ld
 
10644
+           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
10645
+           _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
10646
+           _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
10647
+           if test "x$supports_anon_versioning" = xyes; then
 
10648
+             _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
 
10649
+               cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
 
10650
+               echo "local: *; };" >> $output_objdir/$libname.ver~
 
10651
+               $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
 
10652
+           fi
 
10653
+           ;;
 
10654
+         *)
 
10655
+           case `$CC -V 2>&1 | sed 5q` in
 
10656
+           *Sun\ C*)
 
10657
+             # Sun C++ 5.9
 
10658
+             _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
 
10659
+             _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
10660
+             _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'
 
10661
+             _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
10662
+             _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'
 
10663
+             _LT_TAGVAR(compiler_needs_object, $1)=yes
 
10664
 
 
10665
-# Source file extension for C++ test sources.
 
10666
-ac_ext=cpp
 
10667
+             # Not sure whether something based on
 
10668
+             # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
 
10669
+             # would be better.
 
10670
+             output_verbose_link_cmd='echo'
 
10671
 
 
10672
-# Object file extension for compiled C++ test sources.
 
10673
-objext=o
 
10674
-_LT_TAGVAR(objext, $1)=$objext
 
10675
+             # Archives containing C++ object files must be created using
 
10676
+             # "CC -xar", where "CC" is the Sun C++ compiler.  This is
 
10677
+             # necessary to make sure instantiated templates are included
 
10678
+             # in the archive.
 
10679
+             _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
 
10680
+             ;;
 
10681
+           esac
 
10682
+           ;;
 
10683
+       esac
 
10684
+       ;;
 
10685
 
 
10686
-# No sense in running all these tests if we already determined that
 
10687
-# the CXX compiler isn't working.  Some variables (like enable_shared)
 
10688
-# are currently assumed to apply to all compilers on this platform,
 
10689
-# and will be corrupted by setting them based on a non-working compiler.
 
10690
-if test "$_lt_caught_CXX_error" != yes; then
 
10691
-  # Code to be used in simple compile tests
 
10692
-  lt_simple_compile_test_code="int some_variable = 0;"
 
10693
+      lynxos*)
 
10694
+        # FIXME: insert proper C++ library support
 
10695
+       _LT_TAGVAR(ld_shlibs, $1)=no
 
10696
+       ;;
 
10697
 
 
10698
-  # Code to be used in simple link tests
 
10699
-  lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
 
10700
+      m88k*)
 
10701
+        # FIXME: insert proper C++ library support
 
10702
+        _LT_TAGVAR(ld_shlibs, $1)=no
 
10703
+       ;;
 
10704
 
 
10705
-  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
10706
-  _LT_TAG_COMPILER
 
10707
+      mvs*)
 
10708
+        case $cc_basename in
 
10709
+          cxx*)
 
10710
+           # FIXME: insert proper C++ library support
 
10711
+           _LT_TAGVAR(ld_shlibs, $1)=no
 
10712
+           ;;
 
10713
+         *)
 
10714
+           # FIXME: insert proper C++ library support
 
10715
+           _LT_TAGVAR(ld_shlibs, $1)=no
 
10716
+           ;;
 
10717
+       esac
 
10718
+       ;;
 
10719
 
 
10720
-  # save warnings/boilerplate of simple test code
 
10721
-  _LT_COMPILER_BOILERPLATE
 
10722
-  _LT_LINKER_BOILERPLATE
 
10723
+      netbsd*)
 
10724
+        if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 
10725
+         _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
 
10726
+         wlarc=
 
10727
+         _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
10728
+         _LT_TAGVAR(hardcode_direct, $1)=yes
 
10729
+         _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
10730
+       fi
 
10731
+       # Workaround some broken pre-1.5 toolchains
 
10732
+       output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
 
10733
+       ;;
 
10734
 
 
10735
-  # Allow CC to be a program name with arguments.
 
10736
-  lt_save_CC=$CC
 
10737
-  lt_save_LD=$LD
 
10738
-  lt_save_GCC=$GCC
 
10739
-  GCC=$GXX
 
10740
-  lt_save_with_gnu_ld=$with_gnu_ld
 
10741
-  lt_save_path_LD=$lt_cv_path_LD
 
10742
-  if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
 
10743
-    lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
 
10744
-  else
 
10745
-    $as_unset lt_cv_prog_gnu_ld
 
10746
-  fi
 
10747
-  if test -n "${lt_cv_path_LDCXX+set}"; then
 
10748
-    lt_cv_path_LD=$lt_cv_path_LDCXX
 
10749
-  else
 
10750
-    $as_unset lt_cv_path_LD
 
10751
-  fi
 
10752
-  test -z "${LDCXX+set}" || LD=$LDCXX
 
10753
-  CC=${CXX-"c++"}
 
10754
-  compiler=$CC
 
10755
-  _LT_TAGVAR(compiler, $1)=$CC
 
10756
-  _LT_CC_BASENAME([$compiler])
 
10757
+      *nto* | *qnx*)
 
10758
+        _LT_TAGVAR(ld_shlibs, $1)=yes
 
10759
+       ;;
 
10760
 
 
10761
-  if test -n "$compiler"; then
 
10762
-    # We don't want -fno-exception when compiling C++ code, so set the
 
10763
-    # no_builtin_flag separately
 
10764
-    if test "$GXX" = yes; then
 
10765
-      _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
 
10766
-    else
 
10767
-      _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
 
10768
-    fi
 
10769
+      openbsd2*)
 
10770
+        # C++ shared libraries are fairly broken
 
10771
+       _LT_TAGVAR(ld_shlibs, $1)=no
 
10772
+       ;;
 
10773
 
 
10774
-    if test "$GXX" = yes; then
 
10775
-      # Set up default GNU C++ configuration
 
10776
+      openbsd*)
 
10777
+       if test -f /usr/libexec/ld.so; then
 
10778
+         _LT_TAGVAR(hardcode_direct, $1)=yes
 
10779
+         _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
10780
+         _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
 
10781
+         _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
 
10782
+         _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
10783
+         if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
10784
+           _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'
 
10785
+           _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
10786
+           _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
10787
+         fi
 
10788
+         output_verbose_link_cmd=echo
 
10789
+       else
 
10790
+         _LT_TAGVAR(ld_shlibs, $1)=no
 
10791
+       fi
 
10792
+       ;;
 
10793
 
 
10794
-      LT_PATH_LD
 
10795
+      osf3* | osf4* | osf5*)
 
10796
+        case $cc_basename in
 
10797
+          KCC*)
 
10798
+           # Kuck and Associates, Inc. (KAI) C++ Compiler
 
10799
 
 
10800
-      # Check if GNU C++ uses GNU ld as the underlying linker, since the
 
10801
-      # archiving commands below assume that GNU ld is being used.
 
10802
-      if test "$with_gnu_ld" = yes; then
 
10803
-        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
10804
-        _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'
 
10805
+           # KCC will only create a shared library if the output file
 
10806
+           # ends with ".so" (or ".sl" for HP-UX), so rename the library
 
10807
+           # to its proper name (with version) after linking.
 
10808
+           _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'
 
10809
 
 
10810
-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
10811
-        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
10812
+           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
10813
+           _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
10814
 
 
10815
-        # If archive_cmds runs LD, not CC, wlarc should be empty
 
10816
-        # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
 
10817
-        #     investigate it a little bit more. (MM)
 
10818
-        wlarc='${wl}'
 
10819
+           # Archives containing C++ object files must be created using
 
10820
+           # the KAI C++ compiler.
 
10821
+           case $host in
 
10822
+             osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;;
 
10823
+             *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;;
 
10824
+           esac
 
10825
+           ;;
 
10826
+          RCC*)
 
10827
+           # Rational C++ 2.4.1
 
10828
+           # FIXME: insert proper C++ library support
 
10829
+           _LT_TAGVAR(ld_shlibs, $1)=no
 
10830
+           ;;
 
10831
+          cxx*)
 
10832
+           case $host in
 
10833
+             osf3*)
 
10834
+               _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
10835
+               _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'
 
10836
+               _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
10837
+               ;;
 
10838
+             *)
 
10839
+               _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
10840
+               _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'
 
10841
+               _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
 
10842
+                 echo "-hidden">> $lib.exp~
 
10843
+                 $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~
 
10844
+                 $RM $lib.exp'
 
10845
+               _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
 
10846
+               ;;
 
10847
+           esac
 
10848
 
 
10849
-        # ancient GNU ld didn't support --whole-archive et. al.
 
10850
-        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
 
10851
-         $GREP 'no-whole-archive' > /dev/null; then
 
10852
-          _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
10853
-        else
 
10854
-          _LT_TAGVAR(whole_archive_flag_spec, $1)=
 
10855
-        fi
 
10856
-      else
 
10857
-        with_gnu_ld=no
 
10858
-        wlarc=
 
10859
+           _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
10860
 
 
10861
-        # A generic and very simple default shared library creation
 
10862
-        # command for GNU C++ for the case where it uses the native
 
10863
-        # linker, instead of GNU ld.  If possible, this setting should
 
10864
-        # overridden to take advantage of the native linker features on
 
10865
-        # the platform it is being used on.
 
10866
-        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
 
10867
-      fi
 
10868
+           # Commands to make compiler produce verbose output that lists
 
10869
+           # what "hidden" libraries, object files and flags are used when
 
10870
+           # linking a shared library.
 
10871
+           #
 
10872
+           # There doesn't appear to be a way to prevent this compiler from
 
10873
+           # explicitly linking system object files so we need to strip them
 
10874
+           # from the output so that they don't get included in the library
 
10875
+           # dependencies.
 
10876
+           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'
 
10877
+           ;;
 
10878
+         *)
 
10879
+           if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
10880
+             _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
10881
+             case $host in
 
10882
+               osf3*)
 
10883
+                 _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'
 
10884
+                 ;;
 
10885
+               *)
 
10886
+                 _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'
 
10887
+                 ;;
 
10888
+             esac
 
10889
 
 
10890
-      # Commands to make compiler produce verbose output that lists
 
10891
-      # what "hidden" libraries, object files and flags are used when
 
10892
-      # linking a shared library.
 
10893
-      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
 
10894
+             _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
10895
+             _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
10896
 
 
10897
-    else
 
10898
-      GXX=no
 
10899
-      with_gnu_ld=no
 
10900
-      wlarc=
 
10901
-    fi
 
10902
+             # Commands to make compiler produce verbose output that lists
 
10903
+             # what "hidden" libraries, object files and flags are used when
 
10904
+             # linking a shared library.
 
10905
+             output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
 
10906
 
 
10907
-    # PORTME: fill in a description of your system's C++ link characteristics
 
10908
-    AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
 
10909
-    _LT_TAGVAR(ld_shlibs, $1)=yes
 
10910
-    case $host_os in
 
10911
-      aix3*)
 
10912
+           else
 
10913
+             # FIXME: insert proper C++ library support
 
10914
+             _LT_TAGVAR(ld_shlibs, $1)=no
 
10915
+           fi
 
10916
+           ;;
 
10917
+        esac
 
10918
+        ;;
 
10919
+
 
10920
+      psos*)
 
10921
         # FIXME: insert proper C++ library support
 
10922
         _LT_TAGVAR(ld_shlibs, $1)=no
 
10923
         ;;
 
10924
-      aix[[4-9]]*)
 
10925
-        if test "$host_cpu" = ia64; then
 
10926
-          # On IA64, the linker does run time linking by default, so we don't
 
10927
-          # have to do anything special.
 
10928
-          aix_use_runtimelinking=no
 
10929
-          exp_sym_flag='-Bexport'
 
10930
-          no_entry_flag=""
 
10931
-        else
 
10932
-          aix_use_runtimelinking=no
 
10933
 
 
10934
-          # Test if we are trying to use run time linking or normal
 
10935
-          # AIX style linking. If -brtl is somewhere in LDFLAGS, we
 
10936
-          # need to do runtime linking.
 
10937
-          case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
 
10938
-           for ld_flag in $LDFLAGS; do
 
10939
-             case $ld_flag in
 
10940
-             *-brtl*)
 
10941
-               aix_use_runtimelinking=yes
 
10942
-               break
 
10943
-               ;;
 
10944
-             esac
 
10945
-           done
 
10946
+      sunos4*)
 
10947
+        case $cc_basename in
 
10948
+          CC*)
 
10949
+           # Sun C++ 4.x
 
10950
+           # FIXME: insert proper C++ library support
 
10951
+           _LT_TAGVAR(ld_shlibs, $1)=no
 
10952
            ;;
 
10953
-          esac
 
10954
+          lcc*)
 
10955
+           # Lucid
 
10956
+           # FIXME: insert proper C++ library support
 
10957
+           _LT_TAGVAR(ld_shlibs, $1)=no
 
10958
+           ;;
 
10959
+          *)
 
10960
+           # FIXME: insert proper C++ library support
 
10961
+           _LT_TAGVAR(ld_shlibs, $1)=no
 
10962
+           ;;
 
10963
+        esac
 
10964
+        ;;
 
10965
 
 
10966
-          exp_sym_flag='-bexport'
 
10967
-          no_entry_flag='-bnoentry'
 
10968
-        fi
 
10969
+      solaris*)
 
10970
+        case $cc_basename in
 
10971
+          CC*)
 
10972
+           # Sun C++ 4.2, 5.x and Centerline C++
 
10973
+            _LT_TAGVAR(archive_cmds_need_lc,$1)=yes
 
10974
+           _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
 
10975
+           _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
10976
+           _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
 
10977
+             $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'
 
10978
 
 
10979
-        # When large executables or shared objects are built, AIX ld can
 
10980
-        # have problems creating the table of contents.  If linking a library
 
10981
-        # or program results in "error TOC overflow" add -mminimal-toc to
 
10982
-        # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
 
10983
-        # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
 
10984
+           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
10985
+           _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
10986
+           case $host_os in
 
10987
+             solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
 
10988
+             *)
 
10989
+               # The compiler driver will combine and reorder linker options,
 
10990
+               # but understands `-z linker_flag'.
 
10991
+               # Supported since Solaris 2.6 (maybe 2.5.1?)
 
10992
+               _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
 
10993
+               ;;
 
10994
+           esac
 
10995
+           _LT_TAGVAR(link_all_deplibs, $1)=yes
 
10996
 
 
10997
-        _LT_TAGVAR(archive_cmds, $1)=''
 
10998
-        _LT_TAGVAR(hardcode_direct, $1)=yes
 
10999
-        _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
 
11000
-        _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
 
11001
-        _LT_TAGVAR(link_all_deplibs, $1)=yes
 
11002
-        _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
 
11003
+           output_verbose_link_cmd='echo'
 
11004
 
 
11005
-        if test "$GXX" = yes; then
 
11006
-          case $host_os in aix4.[[012]]|aix4.[[012]].*)
 
11007
-          # We only want to do this on AIX 4.2 and lower, the check
 
11008
-          # below for broken collect2 doesn't work under 4.3+
 
11009
-         collect2name=`${CC} -print-prog-name=collect2`
 
11010
-         if test -f "$collect2name" &&
 
11011
-            strings "$collect2name" | $GREP resolve_lib_name >/dev/null
 
11012
-         then
 
11013
-           # We have reworked collect2
 
11014
-           :
 
11015
-         else
 
11016
-           # We have old collect2
 
11017
-           _LT_TAGVAR(hardcode_direct, $1)=unsupported
 
11018
-           # It fails to find uninstalled libraries when the uninstalled
 
11019
-           # path is not listed in the libpath.  Setting hardcode_minus_L
 
11020
-           # to unsupported forces relinking
 
11021
-           _LT_TAGVAR(hardcode_minus_L, $1)=yes
 
11022
-           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
11023
-           _LT_TAGVAR(hardcode_libdir_separator, $1)=
 
11024
-         fi
 
11025
-          esac
 
11026
-          shared_flag='-shared'
 
11027
-         if test "$aix_use_runtimelinking" = yes; then
 
11028
-           shared_flag="$shared_flag "'${wl}-G'
 
11029
-         fi
 
11030
-        else
 
11031
-          # not using gcc
 
11032
-          if test "$host_cpu" = ia64; then
 
11033
-         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
 
11034
-         # chokes on -Wl,-G. The following line is correct:
 
11035
-         shared_flag='-G'
 
11036
-          else
 
11037
-           if test "$aix_use_runtimelinking" = yes; then
 
11038
-             shared_flag='${wl}-G'
 
11039
-           else
 
11040
-             shared_flag='${wl}-bM:SRE'
 
11041
-           fi
 
11042
-          fi
 
11043
-        fi
 
11044
+           # Archives containing C++ object files must be created using
 
11045
+           # "CC -xar", where "CC" is the Sun C++ compiler.  This is
 
11046
+           # necessary to make sure instantiated templates are included
 
11047
+           # in the archive.
 
11048
+           _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
 
11049
+           ;;
 
11050
+          gcx*)
 
11051
+           # Green Hills C++ Compiler
 
11052
+           _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
11053
 
 
11054
-        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
 
11055
-        # It seems that -bexpall does not export symbols beginning with
 
11056
-        # underscore (_), so it is better to generate a list of symbols to
 
11057
-       # export.
 
11058
-        _LT_TAGVAR(always_export_symbols, $1)=yes
 
11059
-        if test "$aix_use_runtimelinking" = yes; then
 
11060
-          # Warning - without using the other runtime loading flags (-brtl),
 
11061
-          # -berok will link without error, but may produce a broken library.
 
11062
-          _LT_TAGVAR(allow_undefined_flag, $1)='-berok'
 
11063
-          # Determine the default libpath from the value encoded in an empty
 
11064
-          # executable.
 
11065
-          _LT_SYS_MODULE_PATH_AIX
 
11066
-          _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
11067
+           # The C++ compiler must be used to create the archive.
 
11068
+           _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
 
11069
+           ;;
 
11070
+          *)
 
11071
+           # GNU C++ compiler with Solaris linker
 
11072
+           if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
11073
+             _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
 
11074
+             if $CC --version | $GREP -v '^2\.7' > /dev/null; then
 
11075
+               _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
11076
+               _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
 
11077
+                 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
 
11078
 
 
11079
-          _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"
 
11080
-        else
 
11081
-          if test "$host_cpu" = ia64; then
 
11082
-           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
 
11083
-           _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
 
11084
-           _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"
 
11085
-          else
 
11086
-           # Determine the default libpath from the value encoded in an
 
11087
-           # empty executable.
 
11088
-           _LT_SYS_MODULE_PATH_AIX
 
11089
-           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
 
11090
-           # Warning - without using the other run time loading flags,
 
11091
-           # -berok will link without error, but may produce a broken library.
 
11092
-           _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
 
11093
-           _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
 
11094
-           # Exported symbols can be pulled into shared objects from archives
 
11095
-           _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
 
11096
-           _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
 
11097
-           # This is similar to how AIX traditionally builds its shared
 
11098
-           # libraries.
 
11099
-           _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'
 
11100
-          fi
 
11101
-        fi
 
11102
+               # Commands to make compiler produce verbose output that lists
 
11103
+               # what "hidden" libraries, object files and flags are used when
 
11104
+               # linking a shared library.
 
11105
+               output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
 
11106
+             else
 
11107
+               # g++ 2.7 appears to require `-G' NOT `-shared' on this
 
11108
+               # platform.
 
11109
+               _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
11110
+               _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
 
11111
+                 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
 
11112
+
 
11113
+               # Commands to make compiler produce verbose output that lists
 
11114
+               # what "hidden" libraries, object files and flags are used when
 
11115
+               # linking a shared library.
 
11116
+               output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
 
11117
+             fi
 
11118
+
 
11119
+             _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
 
11120
+             case $host_os in
 
11121
+               solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
 
11122
+               *)
 
11123
+                 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
 
11124
+                 ;;
 
11125
+             esac
 
11126
+           fi
 
11127
+           ;;
 
11128
+        esac
 
11129
         ;;
 
11130
 
 
11131
-      beos*)
 
11132
-       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
 
11133
-         _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
 
11134
-         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
 
11135
-         # support --undefined.  This deserves some investigation.  FIXME
 
11136
-         _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
11137
-       else
 
11138
-         _LT_TAGVAR(ld_shlibs, $1)=no
 
11139
-       fi
 
11140
-       ;;
 
11141
+    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
 
11142
+      _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
 
11143
+      _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
11144
+      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
11145
+      runpath_var='LD_RUN_PATH'
 
11146
 
 
11147
-      chorus*)
 
11148
-        case $cc_basename in
 
11149
-          *)
 
11150
-         # FIXME: insert proper C++ library support
 
11151
-         _LT_TAGVAR(ld_shlibs, $1)=no
 
11152
+      case $cc_basename in
 
11153
+        CC*)
 
11154
+         _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
11155
+         _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
11156
          ;;
 
11157
-        esac
 
11158
-        ;;
 
11159
+       *)
 
11160
+         _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
11161
+         _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
11162
+         ;;
 
11163
+      esac
 
11164
+      ;;
 
11165
 
 
11166
-      cygwin* | mingw* | pw32* | cegcc*)
 
11167
-        # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
 
11168
-        # as there is no search path for DLLs.
 
11169
-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
 
11170
-        _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
 
11171
-        _LT_TAGVAR(always_export_symbols, $1)=no
 
11172
-        _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
 
11173
+      sysv5* | sco3.2v5* | sco5v6*)
 
11174
+       # Note: We can NOT use -z defs as we might desire, because we do not
 
11175
+       # link with -lc, and that would cause any symbols used from libc to
 
11176
+       # always be unresolved, which means just about no library would
 
11177
+       # ever link correctly.  If we're not using GNU ld we use -z text
 
11178
+       # though, which does catch some bad symbols but isn't as heavy-handed
 
11179
+       # as -z defs.
 
11180
+       _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
 
11181
+       _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
 
11182
+       _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
11183
+       _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
11184
+       _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir'
 
11185
+       _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
 
11186
+       _LT_TAGVAR(link_all_deplibs, $1)=yes
 
11187
+       _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
 
11188
+       runpath_var='LD_RUN_PATH'
 
11189
 
 
11190
-        if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
 
11191
-          _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'
 
11192
-          # If the export-symbols file already is a .def file (1st line
 
11193
-          # is EXPORTS), use it as is; otherwise, prepend...
 
11194
-          _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
 
11195
-           cp $export_symbols $output_objdir/$soname.def;
 
11196
-          else
 
11197
-           echo EXPORTS > $output_objdir/$soname.def;
 
11198
-           cat $export_symbols >> $output_objdir/$soname.def;
 
11199
-          fi~
 
11200
-          $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'
 
11201
-        else
 
11202
-          _LT_TAGVAR(ld_shlibs, $1)=no
 
11203
-        fi
 
11204
-        ;;
 
11205
-      darwin* | rhapsody*)
 
11206
-        _LT_DARWIN_LINKER_FEATURES($1)
 
11207
-       ;;
 
11208
+       case $cc_basename in
 
11209
+          CC*)
 
11210
+           _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
11211
+           _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
11212
+           ;;
 
11213
+         *)
 
11214
+           _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
11215
+           _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
11216
+           ;;
 
11217
+       esac
 
11218
+      ;;
 
11219
 
 
11220
-      dgux*)
 
11221
+      tandem*)
 
11222
         case $cc_basename in
 
11223
-          ec++*)
 
11224
-           # FIXME: insert proper C++ library support
 
11225
-           _LT_TAGVAR(ld_shlibs, $1)=no
 
11226
-           ;;
 
11227
-          ghcx*)
 
11228
-           # Green Hills C++ Compiler
 
11229
+          NCC*)
 
11230
+           # NonStop-UX NCC 3.20
 
11231
            # FIXME: insert proper C++ library support
 
11232
            _LT_TAGVAR(ld_shlibs, $1)=no
 
11233
            ;;
 
11234
@@ -6709,644 +6382,538 @@
 
11235
         esac
 
11236
         ;;
 
11237
 
 
11238
-      freebsd[[12]]*)
 
11239
-        # C++ shared libraries reported to be fairly broken before
 
11240
-       # switch to ELF
 
11241
+      vxworks*)
 
11242
+        # FIXME: insert proper C++ library support
 
11243
         _LT_TAGVAR(ld_shlibs, $1)=no
 
11244
         ;;
 
11245
 
 
11246
-      freebsd-elf*)
 
11247
-        _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
11248
+      *)
 
11249
+        # FIXME: insert proper C++ library support
 
11250
+        _LT_TAGVAR(ld_shlibs, $1)=no
 
11251
         ;;
 
11252
+    esac
 
11253
+
 
11254
+    AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
 
11255
+    test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
 
11256
+
 
11257
+    _LT_TAGVAR(GCC, $1)="$GXX"
 
11258
+    _LT_TAGVAR(LD, $1)="$LD"
 
11259
+
 
11260
+    ## CAVEAT EMPTOR:
 
11261
+    ## There is no encapsulation within the following macros, do not change
 
11262
+    ## the running order or otherwise move them around unless you know exactly
 
11263
+    ## what you are doing...
 
11264
+    _LT_SYS_HIDDEN_LIBDEPS($1)
 
11265
+    _LT_COMPILER_PIC($1)
 
11266
+    _LT_COMPILER_C_O($1)
 
11267
+    _LT_COMPILER_FILE_LOCKS($1)
 
11268
+    _LT_LINKER_SHLIBS($1)
 
11269
+    _LT_SYS_DYNAMIC_LINKER($1)
 
11270
+    _LT_LINKER_HARDCODE_LIBPATH($1)
 
11271
+
 
11272
+    _LT_CONFIG($1)
 
11273
+  fi # test -n "$compiler"
 
11274
+
 
11275
+  CC=$lt_save_CC
 
11276
+  LDCXX=$LD
 
11277
+  LD=$lt_save_LD
 
11278
+  GCC=$lt_save_GCC
 
11279
+  with_gnu_ld=$lt_save_with_gnu_ld
 
11280
+  lt_cv_path_LDCXX=$lt_cv_path_LD
 
11281
+  lt_cv_path_LD=$lt_save_path_LD
 
11282
+  lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
 
11283
+  lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
 
11284
+fi # test "$_lt_caught_CXX_error" != yes
 
11285
+
 
11286
+AC_LANG_POP
 
11287
+])# _LT_LANG_CXX_CONFIG
 
11288
+
 
11289
+
 
11290
+# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
 
11291
+# ---------------------------------
 
11292
+# Figure out "hidden" library dependencies from verbose
 
11293
+# compiler output when linking a shared library.
 
11294
+# Parse the compiler output and extract the necessary
 
11295
+# objects, libraries and library flags.
 
11296
+m4_defun([_LT_SYS_HIDDEN_LIBDEPS],
 
11297
+[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
11298
+# Dependencies to place before and after the object being linked:
 
11299
+_LT_TAGVAR(predep_objects, $1)=
 
11300
+_LT_TAGVAR(postdep_objects, $1)=
 
11301
+_LT_TAGVAR(predeps, $1)=
 
11302
+_LT_TAGVAR(postdeps, $1)=
 
11303
+_LT_TAGVAR(compiler_lib_search_path, $1)=
 
11304
+
 
11305
+dnl we can't use the lt_simple_compile_test_code here,
 
11306
+dnl because it contains code intended for an executable,
 
11307
+dnl not a library.  It's possible we should let each
 
11308
+dnl tag define a new lt_????_link_test_code variable,
 
11309
+dnl but it's only used here...
 
11310
+m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF
 
11311
+int a;
 
11312
+void foo (void) { a = 0; }
 
11313
+_LT_EOF
 
11314
+], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF
 
11315
+class Foo
 
11316
+{
 
11317
+public:
 
11318
+  Foo (void) { a = 0; }
 
11319
+private:
 
11320
+  int a;
 
11321
+};
 
11322
+_LT_EOF
 
11323
+], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF
 
11324
+      subroutine foo
 
11325
+      implicit none
 
11326
+      integer*4 a
 
11327
+      a=0
 
11328
+      return
 
11329
+      end
 
11330
+_LT_EOF
 
11331
+], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF
 
11332
+      subroutine foo
 
11333
+      implicit none
 
11334
+      integer a
 
11335
+      a=0
 
11336
+      return
 
11337
+      end
 
11338
+_LT_EOF
 
11339
+], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF
 
11340
+public class foo {
 
11341
+  private int a;
 
11342
+  public void bar (void) {
 
11343
+    a = 0;
 
11344
+  }
 
11345
+};
 
11346
+_LT_EOF
 
11347
+])
 
11348
+dnl Parse the compiler output and extract the necessary
 
11349
+dnl objects, libraries and library flags.
 
11350
+if AC_TRY_EVAL(ac_compile); then
 
11351
+  # Parse the compiler output and extract the necessary
 
11352
+  # objects, libraries and library flags.
 
11353
+
 
11354
+  # Sentinel used to keep track of whether or not we are before
 
11355
+  # the conftest object file.
 
11356
+  pre_test_object_deps_done=no
 
11357
+
 
11358
+  for p in `eval "$output_verbose_link_cmd"`; do
 
11359
+    case $p in
 
11360
+
 
11361
+    -L* | -R* | -l*)
 
11362
+       # Some compilers place space between "-{L,R}" and the path.
 
11363
+       # Remove the space.
 
11364
+       if test $p = "-L" ||
 
11365
+          test $p = "-R"; then
 
11366
+        prev=$p
 
11367
+        continue
 
11368
+       else
 
11369
+        prev=
 
11370
+       fi
 
11371
+
 
11372
+       if test "$pre_test_object_deps_done" = no; then
 
11373
+        case $p in
 
11374
+        -L* | -R*)
 
11375
+          # Internal compiler library paths should come after those
 
11376
+          # provided the user.  The postdeps already come after the
 
11377
+          # user supplied libs so there is no need to process them.
 
11378
+          if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then
 
11379
+            _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
 
11380
+          else
 
11381
+            _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
 
11382
+          fi
 
11383
+          ;;
 
11384
+        # The "-l" case would never come before the object being
 
11385
+        # linked, so don't bother handling this case.
 
11386
+        esac
 
11387
+       else
 
11388
+        if test -z "$_LT_TAGVAR(postdeps, $1)"; then
 
11389
+          _LT_TAGVAR(postdeps, $1)="${prev}${p}"
 
11390
+        else
 
11391
+          _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}"
 
11392
+        fi
 
11393
+       fi
 
11394
+       ;;
 
11395
 
 
11396
-      freebsd* | dragonfly*)
 
11397
-        # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
 
11398
-        # conventions
 
11399
-        _LT_TAGVAR(ld_shlibs, $1)=yes
 
11400
-        ;;
 
11401
+    *.$objext)
 
11402
+       # This assumes that the test object file only shows up
 
11403
+       # once in the compiler output.
 
11404
+       if test "$p" = "conftest.$objext"; then
 
11405
+        pre_test_object_deps_done=yes
 
11406
+        continue
 
11407
+       fi
 
11408
 
 
11409
-      gnu*)
 
11410
-        ;;
 
11411
+       if test "$pre_test_object_deps_done" = no; then
 
11412
+        if test -z "$_LT_TAGVAR(predep_objects, $1)"; then
 
11413
+          _LT_TAGVAR(predep_objects, $1)="$p"
 
11414
+        else
 
11415
+          _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p"
 
11416
+        fi
 
11417
+       else
 
11418
+        if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then
 
11419
+          _LT_TAGVAR(postdep_objects, $1)="$p"
 
11420
+        else
 
11421
+          _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p"
 
11422
+        fi
 
11423
+       fi
 
11424
+       ;;
 
11425
 
 
11426
-      hpux9*)
 
11427
-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
11428
-        _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
11429
-        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
11430
-        _LT_TAGVAR(hardcode_direct, $1)=yes
 
11431
-        _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
 
11432
-                                            # but as the default
 
11433
-                                            # location of the library.
 
11434
+    *) ;; # Ignore the rest.
 
11435
 
 
11436
-        case $cc_basename in
 
11437
-          CC*)
 
11438
-            # FIXME: insert proper C++ library support
 
11439
-            _LT_TAGVAR(ld_shlibs, $1)=no
 
11440
-            ;;
 
11441
-          aCC*)
 
11442
-            _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'
 
11443
-            # Commands to make compiler produce verbose output that lists
 
11444
-            # what "hidden" libraries, object files and flags are used when
 
11445
-            # linking a shared library.
 
11446
-            #
 
11447
-            # There doesn't appear to be a way to prevent this compiler from
 
11448
-            # explicitly linking system object files so we need to strip them
 
11449
-            # from the output so that they don't get included in the library
 
11450
-            # dependencies.
 
11451
-            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'
 
11452
-            ;;
 
11453
-          *)
 
11454
-            if test "$GXX" = yes; then
 
11455
-              _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'
 
11456
-            else
 
11457
-              # FIXME: insert proper C++ library support
 
11458
-              _LT_TAGVAR(ld_shlibs, $1)=no
 
11459
-            fi
 
11460
-            ;;
 
11461
-        esac
 
11462
-        ;;
 
11463
+    esac
 
11464
+  done
 
11465
 
 
11466
-      hpux10*|hpux11*)
 
11467
-        if test $with_gnu_ld = no; then
 
11468
-         _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
 
11469
-         _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
11470
+  # Clean up.
 
11471
+  rm -f a.out a.exe
 
11472
+else
 
11473
+  echo "libtool.m4: error: problem compiling $1 test program"
 
11474
+fi
 
11475
 
 
11476
-          case $host_cpu in
 
11477
-            hppa*64*|ia64*)
 
11478
-              ;;
 
11479
-            *)
 
11480
-             _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
11481
-              ;;
 
11482
-          esac
 
11483
-        fi
 
11484
-        case $host_cpu in
 
11485
-          hppa*64*|ia64*)
 
11486
-            _LT_TAGVAR(hardcode_direct, $1)=no
 
11487
-            _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
11488
-            ;;
 
11489
-          *)
 
11490
-            _LT_TAGVAR(hardcode_direct, $1)=yes
 
11491
-            _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
 
11492
-            _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
 
11493
-                                                # but as the default
 
11494
-                                                # location of the library.
 
11495
-            ;;
 
11496
-        esac
 
11497
+$RM -f confest.$objext
 
11498
 
 
11499
-        case $cc_basename in
 
11500
-          CC*)
 
11501
-           # FIXME: insert proper C++ library support
 
11502
-           _LT_TAGVAR(ld_shlibs, $1)=no
 
11503
-           ;;
 
11504
-          aCC*)
 
11505
-           case $host_cpu in
 
11506
-             hppa*64*)
 
11507
-               _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
11508
-               ;;
 
11509
-             ia64*)
 
11510
-               _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
11511
-               ;;
 
11512
-             *)
 
11513
-               _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'
 
11514
-               ;;
 
11515
-           esac
 
11516
-           # Commands to make compiler produce verbose output that lists
 
11517
-           # what "hidden" libraries, object files and flags are used when
 
11518
-           # linking a shared library.
 
11519
-           #
 
11520
-           # There doesn't appear to be a way to prevent this compiler from
 
11521
-           # explicitly linking system object files so we need to strip them
 
11522
-           # from the output so that they don't get included in the library
 
11523
-           # dependencies.
 
11524
-           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'
 
11525
-           ;;
 
11526
-          *)
 
11527
-           if test "$GXX" = yes; then
 
11528
-             if test $with_gnu_ld = no; then
 
11529
-               case $host_cpu in
 
11530
-                 hppa*64*)
 
11531
-                   _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
11532
-                   ;;
 
11533
-                 ia64*)
 
11534
-                   _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'
 
11535
-                   ;;
 
11536
-                 *)
 
11537
-                   _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'
 
11538
-                   ;;
 
11539
-               esac
 
11540
-             fi
 
11541
-           else
 
11542
-             # FIXME: insert proper C++ library support
 
11543
-             _LT_TAGVAR(ld_shlibs, $1)=no
 
11544
-           fi
 
11545
-           ;;
 
11546
-        esac
 
11547
-        ;;
 
11548
+# PORTME: override above test on systems where it is broken
 
11549
+m4_if([$1], [CXX],
 
11550
+[case $host_os in
 
11551
+interix[[3-9]]*)
 
11552
+  # Interix 3.5 installs completely hosed .la files for C++, so rather than
 
11553
+  # hack all around it, let's just trust "g++" to DTRT.
 
11554
+  _LT_TAGVAR(predep_objects,$1)=
 
11555
+  _LT_TAGVAR(postdep_objects,$1)=
 
11556
+  _LT_TAGVAR(postdeps,$1)=
 
11557
+  ;;
 
11558
 
 
11559
-      interix[[3-9]]*)
 
11560
-       _LT_TAGVAR(hardcode_direct, $1)=no
 
11561
-       _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
11562
-       _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
11563
-       _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
11564
-       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
 
11565
-       # Instead, shared libraries are loaded at an image base (0x10000000 by
 
11566
-       # default) and relocated if they conflict, which is a slow very memory
 
11567
-       # consuming and fragmenting process.  To avoid this, we pick a random,
 
11568
-       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
 
11569
-       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
 
11570
-       _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'
 
11571
-       _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'
 
11572
-       ;;
 
11573
-      irix5* | irix6*)
 
11574
-        case $cc_basename in
 
11575
-          CC*)
 
11576
-           # SGI C++
 
11577
-           _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'
 
11578
+linux*)
 
11579
+  case `$CC -V 2>&1 | sed 5q` in
 
11580
+  *Sun\ C*)
 
11581
+    # Sun C++ 5.9
 
11582
 
 
11583
-           # Archives containing C++ object files must be created using
 
11584
-           # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
 
11585
-           # necessary to make sure instantiated templates are included
 
11586
-           # in the archive.
 
11587
-           _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
 
11588
-           ;;
 
11589
-          *)
 
11590
-           if test "$GXX" = yes; then
 
11591
-             if test "$with_gnu_ld" = no; then
 
11592
-               _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'
 
11593
-             else
 
11594
-               _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'
 
11595
-             fi
 
11596
-           fi
 
11597
-           _LT_TAGVAR(link_all_deplibs, $1)=yes
 
11598
-           ;;
 
11599
-        esac
 
11600
-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
11601
-        _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
11602
-        _LT_TAGVAR(inherit_rpath, $1)=yes
 
11603
-        ;;
 
11604
+    # The more standards-conforming stlport4 library is
 
11605
+    # incompatible with the Cstd library. Avoid specifying
 
11606
+    # it if it's in CXXFLAGS. Ignore libCrun as
 
11607
+    # -library=stlport4 depends on it.
 
11608
+    case " $CXX $CXXFLAGS " in
 
11609
+    *" -library=stlport4 "*)
 
11610
+      solaris_use_stlport4=yes
 
11611
+      ;;
 
11612
+    esac
 
11613
 
 
11614
-      linux* | k*bsd*-gnu)
 
11615
-        case $cc_basename in
 
11616
-          KCC*)
 
11617
-           # Kuck and Associates, Inc. (KAI) C++ Compiler
 
11618
+    if test "$solaris_use_stlport4" != yes; then
 
11619
+      _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
 
11620
+    fi
 
11621
+    ;;
 
11622
+  esac
 
11623
+  ;;
 
11624
 
 
11625
-           # KCC will only create a shared library if the output file
 
11626
-           # ends with ".so" (or ".sl" for HP-UX), so rename the library
 
11627
-           # to its proper name (with version) after linking.
 
11628
-           _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'
 
11629
-           _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'
 
11630
-           # Commands to make compiler produce verbose output that lists
 
11631
-           # what "hidden" libraries, object files and flags are used when
 
11632
-           # linking a shared library.
 
11633
-           #
 
11634
-           # There doesn't appear to be a way to prevent this compiler from
 
11635
-           # explicitly linking system object files so we need to strip them
 
11636
-           # from the output so that they don't get included in the library
 
11637
-           # dependencies.
 
11638
-           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'
 
11639
+solaris*)
 
11640
+  case $cc_basename in
 
11641
+  CC*)
 
11642
+    # The more standards-conforming stlport4 library is
 
11643
+    # incompatible with the Cstd library. Avoid specifying
 
11644
+    # it if it's in CXXFLAGS. Ignore libCrun as
 
11645
+    # -library=stlport4 depends on it.
 
11646
+    case " $CXX $CXXFLAGS " in
 
11647
+    *" -library=stlport4 "*)
 
11648
+      solaris_use_stlport4=yes
 
11649
+      ;;
 
11650
+    esac
 
11651
 
 
11652
-           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
11653
-           _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
11654
+    # Adding this requires a known-good setup of shared libraries for
 
11655
+    # Sun compiler versions before 5.6, else PIC objects from an old
 
11656
+    # archive will be linked into the output, leading to subtle bugs.
 
11657
+    if test "$solaris_use_stlport4" != yes; then
 
11658
+      _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
 
11659
+    fi
 
11660
+    ;;
 
11661
+  esac
 
11662
+  ;;
 
11663
+esac
 
11664
+])
 
11665
 
 
11666
-           # Archives containing C++ object files must be created using
 
11667
-           # "CC -Bstatic", where "CC" is the KAI C++ compiler.
 
11668
-           _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
 
11669
-           ;;
 
11670
-         icpc* | ecpc* )
 
11671
-           # Intel C++
 
11672
-           with_gnu_ld=yes
 
11673
-           # version 8.0 and above of icpc choke on multiply defined symbols
 
11674
-           # if we add $predep_objects and $postdep_objects, however 7.1 and
 
11675
-           # earlier do not add the objects themselves.
 
11676
-           case `$CC -V 2>&1` in
 
11677
-             *"Version 7."*)
 
11678
-               _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
11679
-               _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'
 
11680
-               ;;
 
11681
-             *)  # Version 8.0 or newer
 
11682
-               tmp_idyn=
 
11683
-               case $host_cpu in
 
11684
-                 ia64*) tmp_idyn=' -i_dynamic';;
 
11685
-               esac
 
11686
-               _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
11687
-               _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'
 
11688
-               ;;
 
11689
-           esac
 
11690
-           _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
11691
-           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
11692
-           _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
11693
-           _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
 
11694
-           ;;
 
11695
-          pgCC* | pgcpp*)
 
11696
-            # Portland Group C++ compiler
 
11697
-           case `$CC -V` in
 
11698
-           *pgCC\ [[1-5]]* | *pgcpp\ [[1-5]]*)
 
11699
-             _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~
 
11700
-               rm -rf $tpldir~
 
11701
-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
 
11702
-               compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
 
11703
-             _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
 
11704
-               rm -rf $tpldir~
 
11705
-               $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
 
11706
-               $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
 
11707
-               $RANLIB $oldlib'
 
11708
-             _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~
 
11709
-               rm -rf $tpldir~
 
11710
-               $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
 
11711
-               $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
 
11712
-             _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
 
11713
-               rm -rf $tpldir~
 
11714
-               $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
 
11715
-               $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'
 
11716
-             ;;
 
11717
-           *) # Version 6 will use weak symbols
 
11718
-             _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
 
11719
-             _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'
 
11720
-             ;;
 
11721
-           esac
 
11722
+case " $_LT_TAGVAR(postdeps, $1) " in
 
11723
+*" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;;
 
11724
+esac
 
11725
+ _LT_TAGVAR(compiler_lib_search_dirs, $1)=
 
11726
+if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
 
11727
+ _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
 
11728
+fi
 
11729
+_LT_TAGDECL([], [compiler_lib_search_dirs], [1],
 
11730
+    [The directories searched by this compiler when creating a shared library])
 
11731
+_LT_TAGDECL([], [predep_objects], [1],
 
11732
+    [Dependencies to place before and after the objects being linked to
 
11733
+    create a shared library])
 
11734
+_LT_TAGDECL([], [postdep_objects], [1])
 
11735
+_LT_TAGDECL([], [predeps], [1])
 
11736
+_LT_TAGDECL([], [postdeps], [1])
 
11737
+_LT_TAGDECL([], [compiler_lib_search_path], [1],
 
11738
+    [The library search path used internally by the compiler when linking
 
11739
+    a shared library])
 
11740
+])# _LT_SYS_HIDDEN_LIBDEPS
 
11741
 
 
11742
-           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
 
11743
-           _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
11744
-           _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'
 
11745
-            ;;
 
11746
-         cxx*)
 
11747
-           # Compaq C++
 
11748
-           _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
11749
-           _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'
 
11750
 
 
11751
-           runpath_var=LD_RUN_PATH
 
11752
-           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
 
11753
-           _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
11754
+# _LT_PROG_F77
 
11755
+# ------------
 
11756
+# Since AC_PROG_F77 is broken, in that it returns the empty string
 
11757
+# if there is no fortran compiler, we have our own version here.
 
11758
+m4_defun([_LT_PROG_F77],
 
11759
+[
 
11760
+pushdef([AC_MSG_ERROR], [_lt_disable_F77=yes])
 
11761
+AC_PROG_F77
 
11762
+if test -z "$F77" || test "X$F77" = "Xno"; then
 
11763
+  _lt_disable_F77=yes
 
11764
+fi
 
11765
+popdef([AC_MSG_ERROR])
 
11766
+])# _LT_PROG_F77
 
11767
 
 
11768
-           # Commands to make compiler produce verbose output that lists
 
11769
-           # what "hidden" libraries, object files and flags are used when
 
11770
-           # linking a shared library.
 
11771
-           #
 
11772
-           # There doesn't appear to be a way to prevent this compiler from
 
11773
-           # explicitly linking system object files so we need to strip them
 
11774
-           # from the output so that they don't get included in the library
 
11775
-           # dependencies.
 
11776
-           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'
 
11777
-           ;;
 
11778
-         xl*)
 
11779
-           # IBM XL 8.0 on PPC, with GNU ld
 
11780
-           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
11781
-           _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
 
11782
-           _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
 
11783
-           if test "x$supports_anon_versioning" = xyes; then
 
11784
-             _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
 
11785
-               cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
 
11786
-               echo "local: *; };" >> $output_objdir/$libname.ver~
 
11787
-               $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
 
11788
-           fi
 
11789
-           ;;
 
11790
-         *)
 
11791
-           case `$CC -V 2>&1 | sed 5q` in
 
11792
-           *Sun\ C*)
 
11793
-             # Sun C++ 5.9
 
11794
-             _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
 
11795
-             _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
11796
-             _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'
 
11797
-             _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
11798
-             _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'
 
11799
-             _LT_TAGVAR(compiler_needs_object, $1)=yes
 
11800
+dnl aclocal-1.4 backwards compatibility:
 
11801
+dnl AC_DEFUN([_LT_PROG_F77], [])
 
11802
 
 
11803
-             # Not sure whether something based on
 
11804
-             # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
 
11805
-             # would be better.
 
11806
-             output_verbose_link_cmd='echo'
 
11807
 
 
11808
-             # Archives containing C++ object files must be created using
 
11809
-             # "CC -xar", where "CC" is the Sun C++ compiler.  This is
 
11810
-             # necessary to make sure instantiated templates are included
 
11811
-             # in the archive.
 
11812
-             _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
 
11813
-             ;;
 
11814
-           esac
 
11815
-           ;;
 
11816
-       esac
 
11817
-       ;;
 
11818
+# _LT_LANG_F77_CONFIG([TAG])
 
11819
+# --------------------------
 
11820
+# Ensure that the configuration variables for a Fortran 77 compiler are
 
11821
+# suitably defined.  These variables are subsequently used by _LT_CONFIG
 
11822
+# to write the compiler configuration to `libtool'.
 
11823
+m4_defun([_LT_LANG_F77_CONFIG],
 
11824
+[AC_REQUIRE([_LT_PROG_F77])dnl
 
11825
+AC_LANG_PUSH(Fortran 77)
 
11826
 
 
11827
-      lynxos*)
 
11828
-        # FIXME: insert proper C++ library support
 
11829
-       _LT_TAGVAR(ld_shlibs, $1)=no
 
11830
-       ;;
 
11831
+_LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
11832
+_LT_TAGVAR(allow_undefined_flag, $1)=
 
11833
+_LT_TAGVAR(always_export_symbols, $1)=no
 
11834
+_LT_TAGVAR(archive_expsym_cmds, $1)=
 
11835
+_LT_TAGVAR(export_dynamic_flag_spec, $1)=
 
11836
+_LT_TAGVAR(hardcode_direct, $1)=no
 
11837
+_LT_TAGVAR(hardcode_direct_absolute, $1)=no
 
11838
+_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
11839
+_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 
11840
+_LT_TAGVAR(hardcode_libdir_separator, $1)=
 
11841
+_LT_TAGVAR(hardcode_minus_L, $1)=no
 
11842
+_LT_TAGVAR(hardcode_automatic, $1)=no
 
11843
+_LT_TAGVAR(inherit_rpath, $1)=no
 
11844
+_LT_TAGVAR(module_cmds, $1)=
 
11845
+_LT_TAGVAR(module_expsym_cmds, $1)=
 
11846
+_LT_TAGVAR(link_all_deplibs, $1)=unknown
 
11847
+_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
11848
+_LT_TAGVAR(no_undefined_flag, $1)=
 
11849
+_LT_TAGVAR(whole_archive_flag_spec, $1)=
 
11850
+_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
 
11851
 
 
11852
-      m88k*)
 
11853
-        # FIXME: insert proper C++ library support
 
11854
-        _LT_TAGVAR(ld_shlibs, $1)=no
 
11855
-       ;;
 
11856
+# Source file extension for f77 test sources.
 
11857
+ac_ext=f
 
11858
 
 
11859
-      mvs*)
 
11860
-        case $cc_basename in
 
11861
-          cxx*)
 
11862
-           # FIXME: insert proper C++ library support
 
11863
-           _LT_TAGVAR(ld_shlibs, $1)=no
 
11864
-           ;;
 
11865
-         *)
 
11866
-           # FIXME: insert proper C++ library support
 
11867
-           _LT_TAGVAR(ld_shlibs, $1)=no
 
11868
-           ;;
 
11869
-       esac
 
11870
-       ;;
 
11871
+# Object file extension for compiled f77 test sources.
 
11872
+objext=o
 
11873
+_LT_TAGVAR(objext, $1)=$objext
 
11874
 
 
11875
-      netbsd*)
 
11876
-        if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
 
11877
-         _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
 
11878
-         wlarc=
 
11879
-         _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
11880
-         _LT_TAGVAR(hardcode_direct, $1)=yes
 
11881
-         _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
11882
-       fi
 
11883
-       # Workaround some broken pre-1.5 toolchains
 
11884
-       output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
 
11885
-       ;;
 
11886
+# No sense in running all these tests if we already determined that
 
11887
+# the F77 compiler isn't working.  Some variables (like enable_shared)
 
11888
+# are currently assumed to apply to all compilers on this platform,
 
11889
+# and will be corrupted by setting them based on a non-working compiler.
 
11890
+if test "$_lt_disable_F77" != yes; then
 
11891
+  # Code to be used in simple compile tests
 
11892
+  lt_simple_compile_test_code="\
 
11893
+      subroutine t
 
11894
+      return
 
11895
+      end
 
11896
+"
 
11897
 
 
11898
-      *nto* | *qnx*)
 
11899
-        _LT_TAGVAR(ld_shlibs, $1)=yes
 
11900
-       ;;
 
11901
+  # Code to be used in simple link tests
 
11902
+  lt_simple_link_test_code="\
 
11903
+      program t
 
11904
+      end
 
11905
+"
 
11906
 
 
11907
-      openbsd2*)
 
11908
-        # C++ shared libraries are fairly broken
 
11909
-       _LT_TAGVAR(ld_shlibs, $1)=no
 
11910
-       ;;
 
11911
+  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
11912
+  _LT_TAG_COMPILER
 
11913
 
 
11914
-      openbsd*)
 
11915
-       if test -f /usr/libexec/ld.so; then
 
11916
-         _LT_TAGVAR(hardcode_direct, $1)=yes
 
11917
-         _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
11918
-         _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
 
11919
-         _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
 
11920
-         _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
11921
-         if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
 
11922
-           _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'
 
11923
-           _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
 
11924
-           _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
 
11925
-         fi
 
11926
-         output_verbose_link_cmd=echo
 
11927
-       else
 
11928
-         _LT_TAGVAR(ld_shlibs, $1)=no
 
11929
-       fi
 
11930
-       ;;
 
11931
+  # save warnings/boilerplate of simple test code
 
11932
+  _LT_COMPILER_BOILERPLATE
 
11933
+  _LT_LINKER_BOILERPLATE
 
11934
 
 
11935
-      osf3* | osf4* | osf5*)
 
11936
-        case $cc_basename in
 
11937
-          KCC*)
 
11938
-           # Kuck and Associates, Inc. (KAI) C++ Compiler
 
11939
+  # Allow CC to be a program name with arguments.
 
11940
+  lt_save_CC="$CC"
 
11941
+  lt_save_GCC=$GCC
 
11942
+  CC=${F77-"f77"}
 
11943
+  compiler=$CC
 
11944
+  _LT_TAGVAR(compiler, $1)=$CC
 
11945
+  _LT_CC_BASENAME([$compiler])
 
11946
+  GCC=$G77
 
11947
+  if test -n "$compiler"; then
 
11948
+    AC_MSG_CHECKING([if libtool supports shared libraries])
 
11949
+    AC_MSG_RESULT([$can_build_shared])
 
11950
 
 
11951
-           # KCC will only create a shared library if the output file
 
11952
-           # ends with ".so" (or ".sl" for HP-UX), so rename the library
 
11953
-           # to its proper name (with version) after linking.
 
11954
-           _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'
 
11955
+    AC_MSG_CHECKING([whether to build shared libraries])
 
11956
+    test "$can_build_shared" = "no" && enable_shared=no
 
11957
 
 
11958
-           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
 
11959
-           _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
11960
+    # On AIX, shared libraries and static libraries use the same namespace, and
 
11961
+    # are all built from PIC.
 
11962
+    case $host_os in
 
11963
+      aix3*)
 
11964
+        test "$enable_shared" = yes && enable_static=no
 
11965
+        if test -n "$RANLIB"; then
 
11966
+          archive_cmds="$archive_cmds~\$RANLIB \$lib"
 
11967
+          postinstall_cmds='$RANLIB $lib'
 
11968
+        fi
 
11969
+        ;;
 
11970
+      aix[[4-9]]*)
 
11971
+       if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
 
11972
+         test "$enable_shared" = yes && enable_static=no
 
11973
+       fi
 
11974
+        ;;
 
11975
+    esac
 
11976
+    AC_MSG_RESULT([$enable_shared])
 
11977
 
 
11978
-           # Archives containing C++ object files must be created using
 
11979
-           # the KAI C++ compiler.
 
11980
-           case $host in
 
11981
-             osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;;
 
11982
-             *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;;
 
11983
-           esac
 
11984
-           ;;
 
11985
-          RCC*)
 
11986
-           # Rational C++ 2.4.1
 
11987
-           # FIXME: insert proper C++ library support
 
11988
-           _LT_TAGVAR(ld_shlibs, $1)=no
 
11989
-           ;;
 
11990
-          cxx*)
 
11991
-           case $host in
 
11992
-             osf3*)
 
11993
-               _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
11994
-               _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'
 
11995
-               _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
11996
-               ;;
 
11997
-             *)
 
11998
-               _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
 
11999
-               _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'
 
12000
-               _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
 
12001
-                 echo "-hidden">> $lib.exp~
 
12002
-                 $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~
 
12003
-                 $RM $lib.exp'
 
12004
-               _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
 
12005
-               ;;
 
12006
-           esac
 
12007
+    AC_MSG_CHECKING([whether to build static libraries])
 
12008
+    # Make sure either enable_shared or enable_static is yes.
 
12009
+    test "$enable_shared" = yes || enable_static=yes
 
12010
+    AC_MSG_RESULT([$enable_static])
 
12011
 
 
12012
-           _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
12013
+    _LT_TAGVAR(GCC, $1)="$G77"
 
12014
+    _LT_TAGVAR(LD, $1)="$LD"
 
12015
 
 
12016
-           # Commands to make compiler produce verbose output that lists
 
12017
-           # what "hidden" libraries, object files and flags are used when
 
12018
-           # linking a shared library.
 
12019
-           #
 
12020
-           # There doesn't appear to be a way to prevent this compiler from
 
12021
-           # explicitly linking system object files so we need to strip them
 
12022
-           # from the output so that they don't get included in the library
 
12023
-           # dependencies.
 
12024
-           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'
 
12025
-           ;;
 
12026
-         *)
 
12027
-           if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
12028
-             _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
 
12029
-             case $host in
 
12030
-               osf3*)
 
12031
-                 _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'
 
12032
-                 ;;
 
12033
-               *)
 
12034
-                 _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'
 
12035
-                 ;;
 
12036
-             esac
 
12037
+    ## CAVEAT EMPTOR:
 
12038
+    ## There is no encapsulation within the following macros, do not change
 
12039
+    ## the running order or otherwise move them around unless you know exactly
 
12040
+    ## what you are doing...
 
12041
+    _LT_COMPILER_PIC($1)
 
12042
+    _LT_COMPILER_C_O($1)
 
12043
+    _LT_COMPILER_FILE_LOCKS($1)
 
12044
+    _LT_LINKER_SHLIBS($1)
 
12045
+    _LT_SYS_DYNAMIC_LINKER($1)
 
12046
+    _LT_LINKER_HARDCODE_LIBPATH($1)
 
12047
 
 
12048
-             _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
 
12049
-             _LT_TAGVAR(hardcode_libdir_separator, $1)=:
 
12050
+    _LT_CONFIG($1)
 
12051
+  fi # test -n "$compiler"
 
12052
 
 
12053
-             # Commands to make compiler produce verbose output that lists
 
12054
-             # what "hidden" libraries, object files and flags are used when
 
12055
-             # linking a shared library.
 
12056
-             output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
 
12057
+  GCC=$lt_save_GCC
 
12058
+  CC="$lt_save_CC"
 
12059
+fi # test "$_lt_disable_F77" != yes
 
12060
 
 
12061
-           else
 
12062
-             # FIXME: insert proper C++ library support
 
12063
-             _LT_TAGVAR(ld_shlibs, $1)=no
 
12064
-           fi
 
12065
-           ;;
 
12066
-        esac
 
12067
-        ;;
 
12068
+AC_LANG_POP
 
12069
+])# _LT_LANG_F77_CONFIG
 
12070
 
 
12071
-      psos*)
 
12072
-        # FIXME: insert proper C++ library support
 
12073
-        _LT_TAGVAR(ld_shlibs, $1)=no
 
12074
-        ;;
 
12075
 
 
12076
-      sunos4*)
 
12077
-        case $cc_basename in
 
12078
-          CC*)
 
12079
-           # Sun C++ 4.x
 
12080
-           # FIXME: insert proper C++ library support
 
12081
-           _LT_TAGVAR(ld_shlibs, $1)=no
 
12082
-           ;;
 
12083
-          lcc*)
 
12084
-           # Lucid
 
12085
-           # FIXME: insert proper C++ library support
 
12086
-           _LT_TAGVAR(ld_shlibs, $1)=no
 
12087
-           ;;
 
12088
-          *)
 
12089
-           # FIXME: insert proper C++ library support
 
12090
-           _LT_TAGVAR(ld_shlibs, $1)=no
 
12091
-           ;;
 
12092
-        esac
 
12093
-        ;;
 
12094
+# _LT_PROG_FC
 
12095
+# -----------
 
12096
+# Since AC_PROG_FC is broken, in that it returns the empty string
 
12097
+# if there is no fortran compiler, we have our own version here.
 
12098
+m4_defun([_LT_PROG_FC],
 
12099
+[
 
12100
+pushdef([AC_MSG_ERROR], [_lt_disable_FC=yes])
 
12101
+AC_PROG_FC
 
12102
+if test -z "$FC" || test "X$FC" = "Xno"; then
 
12103
+  _lt_disable_FC=yes
 
12104
+fi
 
12105
+popdef([AC_MSG_ERROR])
 
12106
+])# _LT_PROG_FC
 
12107
 
 
12108
-      solaris*)
 
12109
-        case $cc_basename in
 
12110
-          CC*)
 
12111
-           # Sun C++ 4.2, 5.x and Centerline C++
 
12112
-            _LT_TAGVAR(archive_cmds_need_lc,$1)=yes
 
12113
-           _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
 
12114
-           _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
 
12115
-           _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
 
12116
-             $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'
 
12117
+dnl aclocal-1.4 backwards compatibility:
 
12118
+dnl AC_DEFUN([_LT_PROG_FC], [])
 
12119
 
 
12120
-           _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
 
12121
-           _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
12122
-           case $host_os in
 
12123
-             solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
 
12124
-             *)
 
12125
-               # The compiler driver will combine and reorder linker options,
 
12126
-               # but understands `-z linker_flag'.
 
12127
-               # Supported since Solaris 2.6 (maybe 2.5.1?)
 
12128
-               _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
 
12129
-               ;;
 
12130
-           esac
 
12131
-           _LT_TAGVAR(link_all_deplibs, $1)=yes
 
12132
 
 
12133
-           output_verbose_link_cmd='echo'
 
12134
+# _LT_LANG_FC_CONFIG([TAG])
 
12135
+# -------------------------
 
12136
+# Ensure that the configuration variables for a Fortran compiler are
 
12137
+# suitably defined.  These variables are subsequently used by _LT_CONFIG
 
12138
+# to write the compiler configuration to `libtool'.
 
12139
+m4_defun([_LT_LANG_FC_CONFIG],
 
12140
+[AC_REQUIRE([_LT_PROG_FC])dnl
 
12141
+AC_LANG_PUSH(Fortran)
 
12142
 
 
12143
-           # Archives containing C++ object files must be created using
 
12144
-           # "CC -xar", where "CC" is the Sun C++ compiler.  This is
 
12145
-           # necessary to make sure instantiated templates are included
 
12146
-           # in the archive.
 
12147
-           _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
 
12148
-           ;;
 
12149
-          gcx*)
 
12150
-           # Green Hills C++ Compiler
 
12151
-           _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
12152
+_LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
12153
+_LT_TAGVAR(allow_undefined_flag, $1)=
 
12154
+_LT_TAGVAR(always_export_symbols, $1)=no
 
12155
+_LT_TAGVAR(archive_expsym_cmds, $1)=
 
12156
+_LT_TAGVAR(export_dynamic_flag_spec, $1)=
 
12157
+_LT_TAGVAR(hardcode_direct, $1)=no
 
12158
+_LT_TAGVAR(hardcode_direct_absolute, $1)=no
 
12159
+_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
12160
+_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 
12161
+_LT_TAGVAR(hardcode_libdir_separator, $1)=
 
12162
+_LT_TAGVAR(hardcode_minus_L, $1)=no
 
12163
+_LT_TAGVAR(hardcode_automatic, $1)=no
 
12164
+_LT_TAGVAR(inherit_rpath, $1)=no
 
12165
+_LT_TAGVAR(module_cmds, $1)=
 
12166
+_LT_TAGVAR(module_expsym_cmds, $1)=
 
12167
+_LT_TAGVAR(link_all_deplibs, $1)=unknown
 
12168
+_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
12169
+_LT_TAGVAR(no_undefined_flag, $1)=
 
12170
+_LT_TAGVAR(whole_archive_flag_spec, $1)=
 
12171
+_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
 
12172
 
 
12173
-           # The C++ compiler must be used to create the archive.
 
12174
-           _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
 
12175
-           ;;
 
12176
-          *)
 
12177
-           # GNU C++ compiler with Solaris linker
 
12178
-           if test "$GXX" = yes && test "$with_gnu_ld" = no; then
 
12179
-             _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
 
12180
-             if $CC --version | $GREP -v '^2\.7' > /dev/null; then
 
12181
-               _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
12182
-               _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
 
12183
-                 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
 
12184
+# Source file extension for fc test sources.
 
12185
+ac_ext=${ac_fc_srcext-f}
 
12186
 
 
12187
-               # Commands to make compiler produce verbose output that lists
 
12188
-               # what "hidden" libraries, object files and flags are used when
 
12189
-               # linking a shared library.
 
12190
-               output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
 
12191
-             else
 
12192
-               # g++ 2.7 appears to require `-G' NOT `-shared' on this
 
12193
-               # platform.
 
12194
-               _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
 
12195
-               _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
 
12196
-                 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
 
12197
+# Object file extension for compiled fc test sources.
 
12198
+objext=o
 
12199
+_LT_TAGVAR(objext, $1)=$objext
 
12200
+
 
12201
+# No sense in running all these tests if we already determined that
 
12202
+# the FC compiler isn't working.  Some variables (like enable_shared)
 
12203
+# are currently assumed to apply to all compilers on this platform,
 
12204
+# and will be corrupted by setting them based on a non-working compiler.
 
12205
+if test "$_lt_disable_FC" != yes; then
 
12206
+  # Code to be used in simple compile tests
 
12207
+  lt_simple_compile_test_code="\
 
12208
+      subroutine t
 
12209
+      return
 
12210
+      end
 
12211
+"
 
12212
 
 
12213
-               # Commands to make compiler produce verbose output that lists
 
12214
-               # what "hidden" libraries, object files and flags are used when
 
12215
-               # linking a shared library.
 
12216
-               output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
 
12217
-             fi
 
12218
+  # Code to be used in simple link tests
 
12219
+  lt_simple_link_test_code="\
 
12220
+      program t
 
12221
+      end
 
12222
+"
 
12223
 
 
12224
-             _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
 
12225
-             case $host_os in
 
12226
-               solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
 
12227
-               *)
 
12228
-                 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
 
12229
-                 ;;
 
12230
-             esac
 
12231
-           fi
 
12232
-           ;;
 
12233
-        esac
 
12234
-        ;;
 
12235
+  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
12236
+  _LT_TAG_COMPILER
 
12237
 
 
12238
-    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
 
12239
-      _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
 
12240
-      _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
12241
-      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
12242
-      runpath_var='LD_RUN_PATH'
 
12243
+  # save warnings/boilerplate of simple test code
 
12244
+  _LT_COMPILER_BOILERPLATE
 
12245
+  _LT_LINKER_BOILERPLATE
 
12246
 
 
12247
-      case $cc_basename in
 
12248
-        CC*)
 
12249
-         _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
12250
-         _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
12251
-         ;;
 
12252
-       *)
 
12253
-         _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
12254
-         _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
12255
-         ;;
 
12256
-      esac
 
12257
-      ;;
 
12258
+  # Allow CC to be a program name with arguments.
 
12259
+  lt_save_CC="$CC"
 
12260
+  lt_save_GCC=$GCC
 
12261
+  CC=${FC-"f95"}
 
12262
+  compiler=$CC
 
12263
+  GCC=$ac_cv_fc_compiler_gnu
 
12264
 
 
12265
-      sysv5* | sco3.2v5* | sco5v6*)
 
12266
-       # Note: We can NOT use -z defs as we might desire, because we do not
 
12267
-       # link with -lc, and that would cause any symbols used from libc to
 
12268
-       # always be unresolved, which means just about no library would
 
12269
-       # ever link correctly.  If we're not using GNU ld we use -z text
 
12270
-       # though, which does catch some bad symbols but isn't as heavy-handed
 
12271
-       # as -z defs.
 
12272
-       _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
 
12273
-       _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
 
12274
-       _LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
12275
-       _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
 
12276
-       _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir'
 
12277
-       _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
 
12278
-       _LT_TAGVAR(link_all_deplibs, $1)=yes
 
12279
-       _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
 
12280
-       runpath_var='LD_RUN_PATH'
 
12281
+  _LT_TAGVAR(compiler, $1)=$CC
 
12282
+  _LT_CC_BASENAME([$compiler])
 
12283
 
 
12284
-       case $cc_basename in
 
12285
-          CC*)
 
12286
-           _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
12287
-           _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
12288
-           ;;
 
12289
-         *)
 
12290
-           _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
12291
-           _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
 
12292
-           ;;
 
12293
-       esac
 
12294
-      ;;
 
12295
+  if test -n "$compiler"; then
 
12296
+    AC_MSG_CHECKING([if libtool supports shared libraries])
 
12297
+    AC_MSG_RESULT([$can_build_shared])
 
12298
 
 
12299
-      tandem*)
 
12300
-        case $cc_basename in
 
12301
-          NCC*)
 
12302
-           # NonStop-UX NCC 3.20
 
12303
-           # FIXME: insert proper C++ library support
 
12304
-           _LT_TAGVAR(ld_shlibs, $1)=no
 
12305
-           ;;
 
12306
-          *)
 
12307
-           # FIXME: insert proper C++ library support
 
12308
-           _LT_TAGVAR(ld_shlibs, $1)=no
 
12309
-           ;;
 
12310
-        esac
 
12311
-        ;;
 
12312
+    AC_MSG_CHECKING([whether to build shared libraries])
 
12313
+    test "$can_build_shared" = "no" && enable_shared=no
 
12314
 
 
12315
-      vxworks*)
 
12316
-        # FIXME: insert proper C++ library support
 
12317
-        _LT_TAGVAR(ld_shlibs, $1)=no
 
12318
+    # On AIX, shared libraries and static libraries use the same namespace, and
 
12319
+    # are all built from PIC.
 
12320
+    case $host_os in
 
12321
+      aix3*)
 
12322
+        test "$enable_shared" = yes && enable_static=no
 
12323
+        if test -n "$RANLIB"; then
 
12324
+          archive_cmds="$archive_cmds~\$RANLIB \$lib"
 
12325
+          postinstall_cmds='$RANLIB $lib'
 
12326
+        fi
 
12327
         ;;
 
12328
-
 
12329
-      *)
 
12330
-        # FIXME: insert proper C++ library support
 
12331
-        _LT_TAGVAR(ld_shlibs, $1)=no
 
12332
+      aix[[4-9]]*)
 
12333
+       if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
 
12334
+         test "$enable_shared" = yes && enable_static=no
 
12335
+       fi
 
12336
         ;;
 
12337
     esac
 
12338
+    AC_MSG_RESULT([$enable_shared])
 
12339
 
 
12340
-    AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
 
12341
-    test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
 
12342
+    AC_MSG_CHECKING([whether to build static libraries])
 
12343
+    # Make sure either enable_shared or enable_static is yes.
 
12344
+    test "$enable_shared" = yes || enable_static=yes
 
12345
+    AC_MSG_RESULT([$enable_static])
 
12346
 
 
12347
-    _LT_TAGVAR(GCC, $1)="$GXX"
 
12348
+    _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu"
 
12349
     _LT_TAGVAR(LD, $1)="$LD"
 
12350
 
 
12351
     ## CAVEAT EMPTOR:
 
12352
@@ -7364,1793 +6931,2248 @@
 
12353
     _LT_CONFIG($1)
 
12354
   fi # test -n "$compiler"
 
12355
 
 
12356
-  CC=$lt_save_CC
 
12357
-  LDCXX=$LD
 
12358
-  LD=$lt_save_LD
 
12359
   GCC=$lt_save_GCC
 
12360
-  with_gnu_ld=$lt_save_with_gnu_ld
 
12361
-  lt_cv_path_LDCXX=$lt_cv_path_LD
 
12362
-  lt_cv_path_LD=$lt_save_path_LD
 
12363
-  lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
 
12364
-  lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
 
12365
-fi # test "$_lt_caught_CXX_error" != yes
 
12366
+  CC="$lt_save_CC"
 
12367
+fi # test "$_lt_disable_FC" != yes
 
12368
 
 
12369
 AC_LANG_POP
 
12370
-])# _LT_LANG_CXX_CONFIG
 
12371
+])# _LT_LANG_FC_CONFIG
 
12372
 
 
12373
 
 
12374
-# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
 
12375
-# ---------------------------------
 
12376
-# Figure out "hidden" library dependencies from verbose
 
12377
-# compiler output when linking a shared library.
 
12378
-# Parse the compiler output and extract the necessary
 
12379
-# objects, libraries and library flags.
 
12380
-m4_defun([_LT_SYS_HIDDEN_LIBDEPS],
 
12381
-[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
 
12382
-# Dependencies to place before and after the object being linked:
 
12383
-_LT_TAGVAR(predep_objects, $1)=
 
12384
-_LT_TAGVAR(postdep_objects, $1)=
 
12385
-_LT_TAGVAR(predeps, $1)=
 
12386
-_LT_TAGVAR(postdeps, $1)=
 
12387
-_LT_TAGVAR(compiler_lib_search_path, $1)=
 
12388
+# _LT_LANG_GCJ_CONFIG([TAG])
 
12389
+# --------------------------
 
12390
+# Ensure that the configuration variables for the GNU Java Compiler compiler
 
12391
+# are suitably defined.  These variables are subsequently used by _LT_CONFIG
 
12392
+# to write the compiler configuration to `libtool'.
 
12393
+m4_defun([_LT_LANG_GCJ_CONFIG],
 
12394
+[AC_REQUIRE([LT_PROG_GCJ])dnl
 
12395
+AC_LANG_SAVE
 
12396
 
 
12397
-dnl we can't use the lt_simple_compile_test_code here,
 
12398
-dnl because it contains code intended for an executable,
 
12399
-dnl not a library.  It's possible we should let each
 
12400
-dnl tag define a new lt_????_link_test_code variable,
 
12401
-dnl but it's only used here...
 
12402
-m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF
 
12403
-int a;
 
12404
-void foo (void) { a = 0; }
 
12405
-_LT_EOF
 
12406
-], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF
 
12407
-class Foo
 
12408
-{
 
12409
-public:
 
12410
-  Foo (void) { a = 0; }
 
12411
-private:
 
12412
-  int a;
 
12413
-};
 
12414
-_LT_EOF
 
12415
-], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF
 
12416
-      subroutine foo
 
12417
-      implicit none
 
12418
-      integer*4 a
 
12419
-      a=0
 
12420
-      return
 
12421
-      end
 
12422
-_LT_EOF
 
12423
-], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF
 
12424
-      subroutine foo
 
12425
-      implicit none
 
12426
-      integer a
 
12427
-      a=0
 
12428
-      return
 
12429
-      end
 
12430
-_LT_EOF
 
12431
-], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF
 
12432
-public class foo {
 
12433
-  private int a;
 
12434
-  public void bar (void) {
 
12435
-    a = 0;
 
12436
-  }
 
12437
-};
 
12438
-_LT_EOF
 
12439
-])
 
12440
-dnl Parse the compiler output and extract the necessary
 
12441
-dnl objects, libraries and library flags.
 
12442
-if AC_TRY_EVAL(ac_compile); then
 
12443
-  # Parse the compiler output and extract the necessary
 
12444
-  # objects, libraries and library flags.
 
12445
+# Source file extension for Java test sources.
 
12446
+ac_ext=java
 
12447
+
 
12448
+# Object file extension for compiled Java test sources.
 
12449
+objext=o
 
12450
+_LT_TAGVAR(objext, $1)=$objext
 
12451
+
 
12452
+# Code to be used in simple compile tests
 
12453
+lt_simple_compile_test_code="class foo {}"
 
12454
+
 
12455
+# Code to be used in simple link tests
 
12456
+lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'
 
12457
+
 
12458
+# ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
12459
+_LT_TAG_COMPILER
 
12460
+
 
12461
+# save warnings/boilerplate of simple test code
 
12462
+_LT_COMPILER_BOILERPLATE
 
12463
+_LT_LINKER_BOILERPLATE
 
12464
+
 
12465
+# Allow CC to be a program name with arguments.
 
12466
+lt_save_CC="$CC"
 
12467
+lt_save_GCC=$GCC
 
12468
+GCC=yes
 
12469
+CC=${GCJ-"gcj"}
 
12470
+compiler=$CC
 
12471
+_LT_TAGVAR(compiler, $1)=$CC
 
12472
+_LT_TAGVAR(LD, $1)="$LD"
 
12473
+_LT_CC_BASENAME([$compiler])
 
12474
+
 
12475
+# GCJ did not exist at the time GCC didn't implicitly link libc in.
 
12476
+_LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
12477
+
 
12478
+_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
12479
+
 
12480
+if test -n "$compiler"; then
 
12481
+  _LT_COMPILER_NO_RTTI($1)
 
12482
+  _LT_COMPILER_PIC($1)
 
12483
+  _LT_COMPILER_C_O($1)
 
12484
+  _LT_COMPILER_FILE_LOCKS($1)
 
12485
+  _LT_LINKER_SHLIBS($1)
 
12486
+  _LT_LINKER_HARDCODE_LIBPATH($1)
 
12487
+
 
12488
+  _LT_CONFIG($1)
 
12489
+fi
 
12490
 
 
12491
-  # Sentinel used to keep track of whether or not we are before
 
12492
-  # the conftest object file.
 
12493
-  pre_test_object_deps_done=no
 
12494
+AC_LANG_RESTORE
 
12495
 
 
12496
-  for p in `eval "$output_verbose_link_cmd"`; do
 
12497
-    case $p in
 
12498
+GCC=$lt_save_GCC
 
12499
+CC="$lt_save_CC"
 
12500
+])# _LT_LANG_GCJ_CONFIG
 
12501
 
 
12502
-    -L* | -R* | -l*)
 
12503
-       # Some compilers place space between "-{L,R}" and the path.
 
12504
-       # Remove the space.
 
12505
-       if test $p = "-L" ||
 
12506
-          test $p = "-R"; then
 
12507
-        prev=$p
 
12508
-        continue
 
12509
-       else
 
12510
-        prev=
 
12511
-       fi
 
12512
 
 
12513
-       if test "$pre_test_object_deps_done" = no; then
 
12514
-        case $p in
 
12515
-        -L* | -R*)
 
12516
-          # Internal compiler library paths should come after those
 
12517
-          # provided the user.  The postdeps already come after the
 
12518
-          # user supplied libs so there is no need to process them.
 
12519
-          if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then
 
12520
-            _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
 
12521
-          else
 
12522
-            _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
 
12523
-          fi
 
12524
-          ;;
 
12525
-        # The "-l" case would never come before the object being
 
12526
-        # linked, so don't bother handling this case.
 
12527
-        esac
 
12528
-       else
 
12529
-        if test -z "$_LT_TAGVAR(postdeps, $1)"; then
 
12530
-          _LT_TAGVAR(postdeps, $1)="${prev}${p}"
 
12531
-        else
 
12532
-          _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}"
 
12533
-        fi
 
12534
-       fi
 
12535
-       ;;
 
12536
+# _LT_LANG_RC_CONFIG([TAG])
 
12537
+# -------------------------
 
12538
+# Ensure that the configuration variables for the Windows resource compiler
 
12539
+# are suitably defined.  These variables are subsequently used by _LT_CONFIG
 
12540
+# to write the compiler configuration to `libtool'.
 
12541
+m4_defun([_LT_LANG_RC_CONFIG],
 
12542
+[AC_REQUIRE([LT_PROG_RC])dnl
 
12543
+AC_LANG_SAVE
 
12544
 
 
12545
-    *.$objext)
 
12546
-       # This assumes that the test object file only shows up
 
12547
-       # once in the compiler output.
 
12548
-       if test "$p" = "conftest.$objext"; then
 
12549
-        pre_test_object_deps_done=yes
 
12550
-        continue
 
12551
-       fi
 
12552
+# Source file extension for RC test sources.
 
12553
+ac_ext=rc
 
12554
 
 
12555
-       if test "$pre_test_object_deps_done" = no; then
 
12556
-        if test -z "$_LT_TAGVAR(predep_objects, $1)"; then
 
12557
-          _LT_TAGVAR(predep_objects, $1)="$p"
 
12558
-        else
 
12559
-          _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p"
 
12560
-        fi
 
12561
-       else
 
12562
-        if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then
 
12563
-          _LT_TAGVAR(postdep_objects, $1)="$p"
 
12564
-        else
 
12565
-          _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p"
 
12566
-        fi
 
12567
-       fi
 
12568
-       ;;
 
12569
+# Object file extension for compiled RC test sources.
 
12570
+objext=o
 
12571
+_LT_TAGVAR(objext, $1)=$objext
 
12572
 
 
12573
-    *) ;; # Ignore the rest.
 
12574
+# Code to be used in simple compile tests
 
12575
+lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
 
12576
 
 
12577
-    esac
 
12578
-  done
 
12579
+# Code to be used in simple link tests
 
12580
+lt_simple_link_test_code="$lt_simple_compile_test_code"
 
12581
 
 
12582
-  # Clean up.
 
12583
-  rm -f a.out a.exe
 
12584
-else
 
12585
-  echo "libtool.m4: error: problem compiling $1 test program"
 
12586
+# ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
12587
+_LT_TAG_COMPILER
 
12588
+
 
12589
+# save warnings/boilerplate of simple test code
 
12590
+_LT_COMPILER_BOILERPLATE
 
12591
+_LT_LINKER_BOILERPLATE
 
12592
+
 
12593
+# Allow CC to be a program name with arguments.
 
12594
+lt_save_CC="$CC"
 
12595
+lt_save_GCC=$GCC
 
12596
+GCC=
 
12597
+CC=${RC-"windres"}
 
12598
+compiler=$CC
 
12599
+_LT_TAGVAR(compiler, $1)=$CC
 
12600
+_LT_CC_BASENAME([$compiler])
 
12601
+_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
 
12602
+
 
12603
+if test -n "$compiler"; then
 
12604
+  :
 
12605
+  _LT_CONFIG($1)
 
12606
 fi
 
12607
 
 
12608
-$RM -f confest.$objext
 
12609
+GCC=$lt_save_GCC
 
12610
+AC_LANG_RESTORE
 
12611
+CC="$lt_save_CC"
 
12612
+])# _LT_LANG_RC_CONFIG
 
12613
 
 
12614
-# PORTME: override above test on systems where it is broken
 
12615
-m4_if([$1], [CXX],
 
12616
-[case $host_os in
 
12617
-interix[[3-9]]*)
 
12618
-  # Interix 3.5 installs completely hosed .la files for C++, so rather than
 
12619
-  # hack all around it, let's just trust "g++" to DTRT.
 
12620
-  _LT_TAGVAR(predep_objects,$1)=
 
12621
-  _LT_TAGVAR(postdep_objects,$1)=
 
12622
-  _LT_TAGVAR(postdeps,$1)=
 
12623
-  ;;
 
12624
 
 
12625
-linux*)
 
12626
-  case `$CC -V 2>&1 | sed 5q` in
 
12627
-  *Sun\ C*)
 
12628
-    # Sun C++ 5.9
 
12629
+# LT_PROG_GCJ
 
12630
+# -----------
 
12631
+AC_DEFUN([LT_PROG_GCJ],
 
12632
+[m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
 
12633
+  [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
 
12634
+    [AC_CHECK_TOOL(GCJ, gcj,)
 
12635
+      test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
 
12636
+      AC_SUBST(GCJFLAGS)])])[]dnl
 
12637
+])
 
12638
 
 
12639
-    # The more standards-conforming stlport4 library is
 
12640
-    # incompatible with the Cstd library. Avoid specifying
 
12641
-    # it if it's in CXXFLAGS. Ignore libCrun as
 
12642
-    # -library=stlport4 depends on it.
 
12643
-    case " $CXX $CXXFLAGS " in
 
12644
-    *" -library=stlport4 "*)
 
12645
-      solaris_use_stlport4=yes
 
12646
-      ;;
 
12647
-    esac
 
12648
+# Old name:
 
12649
+AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ])
 
12650
+dnl aclocal-1.4 backwards compatibility:
 
12651
+dnl AC_DEFUN([LT_AC_PROG_GCJ], [])
 
12652
 
 
12653
-    if test "$solaris_use_stlport4" != yes; then
 
12654
-      _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
 
12655
+
 
12656
+# LT_PROG_RC
 
12657
+# ----------
 
12658
+AC_DEFUN([LT_PROG_RC],
 
12659
+[AC_CHECK_TOOL(RC, windres,)
 
12660
+])
 
12661
+
 
12662
+# Old name:
 
12663
+AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC])
 
12664
+dnl aclocal-1.4 backwards compatibility:
 
12665
+dnl AC_DEFUN([LT_AC_PROG_RC], [])
 
12666
+
 
12667
+
 
12668
+# _LT_DECL_EGREP
 
12669
+# --------------
 
12670
+# If we don't have a new enough Autoconf to choose the best grep
 
12671
+# available, choose the one first in the user's PATH.
 
12672
+m4_defun([_LT_DECL_EGREP],
 
12673
+[AC_REQUIRE([AC_PROG_EGREP])dnl
 
12674
+AC_REQUIRE([AC_PROG_FGREP])dnl
 
12675
+test -z "$GREP" && GREP=grep
 
12676
+_LT_DECL([], [GREP], [1], [A grep program that handles long lines])
 
12677
+_LT_DECL([], [EGREP], [1], [An ERE matcher])
 
12678
+_LT_DECL([], [FGREP], [1], [A literal string matcher])
 
12679
+dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too
 
12680
+AC_SUBST([GREP])
 
12681
+])
 
12682
+
 
12683
+
 
12684
+# _LT_DECL_OBJDUMP
 
12685
+# --------------
 
12686
+# If we don't have a new enough Autoconf to choose the best objdump
 
12687
+# available, choose the one first in the user's PATH.
 
12688
+m4_defun([_LT_DECL_OBJDUMP],
 
12689
+[AC_CHECK_TOOL(OBJDUMP, objdump, false)
 
12690
+test -z "$OBJDUMP" && OBJDUMP=objdump
 
12691
+_LT_DECL([], [OBJDUMP], [1], [An object symbol dumper])
 
12692
+AC_SUBST([OBJDUMP])
 
12693
+])
 
12694
+
 
12695
+
 
12696
+# _LT_DECL_SED
 
12697
+# ------------
 
12698
+# Check for a fully-functional sed program, that truncates
 
12699
+# as few characters as possible.  Prefer GNU sed if found.
 
12700
+m4_defun([_LT_DECL_SED],
 
12701
+[AC_PROG_SED
 
12702
+test -z "$SED" && SED=sed
 
12703
+Xsed="$SED -e 1s/^X//"
 
12704
+_LT_DECL([], [SED], [1], [A sed program that does not truncate output])
 
12705
+_LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"],
 
12706
+    [Sed that helps us avoid accidentally triggering echo(1) options like -n])
 
12707
+])# _LT_DECL_SED
 
12708
+
 
12709
+m4_ifndef([AC_PROG_SED], [
 
12710
+# NOTE: This macro has been submitted for inclusion into   #
 
12711
+#  GNU Autoconf as AC_PROG_SED.  When it is available in   #
 
12712
+#  a released version of Autoconf we should remove this    #
 
12713
+#  macro and use it instead.                               #
 
12714
+
 
12715
+m4_defun([AC_PROG_SED],
 
12716
+[AC_MSG_CHECKING([for a sed that does not truncate output])
 
12717
+AC_CACHE_VAL(lt_cv_path_SED,
 
12718
+[# Loop through the user's path and test for sed and gsed.
 
12719
+# Then use that list of sed's as ones to test for truncation.
 
12720
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
12721
+for as_dir in $PATH
 
12722
+do
 
12723
+  IFS=$as_save_IFS
 
12724
+  test -z "$as_dir" && as_dir=.
 
12725
+  for lt_ac_prog in sed gsed; do
 
12726
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
12727
+      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
 
12728
+        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
 
12729
+      fi
 
12730
+    done
 
12731
+  done
 
12732
+done
 
12733
+IFS=$as_save_IFS
 
12734
+lt_ac_max=0
 
12735
+lt_ac_count=0
 
12736
+# Add /usr/xpg4/bin/sed as it is typically found on Solaris
 
12737
+# along with /bin/sed that truncates output.
 
12738
+for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
 
12739
+  test ! -f $lt_ac_sed && continue
 
12740
+  cat /dev/null > conftest.in
 
12741
+  lt_ac_count=0
 
12742
+  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
 
12743
+  # Check for GNU sed and select it if it is found.
 
12744
+  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
 
12745
+    lt_cv_path_SED=$lt_ac_sed
 
12746
+    break
 
12747
+  fi
 
12748
+  while true; do
 
12749
+    cat conftest.in conftest.in >conftest.tmp
 
12750
+    mv conftest.tmp conftest.in
 
12751
+    cp conftest.in conftest.nl
 
12752
+    echo >>conftest.nl
 
12753
+    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
 
12754
+    cmp -s conftest.out conftest.nl || break
 
12755
+    # 10000 chars as input seems more than enough
 
12756
+    test $lt_ac_count -gt 10 && break
 
12757
+    lt_ac_count=`expr $lt_ac_count + 1`
 
12758
+    if test $lt_ac_count -gt $lt_ac_max; then
 
12759
+      lt_ac_max=$lt_ac_count
 
12760
+      lt_cv_path_SED=$lt_ac_sed
 
12761
     fi
 
12762
-    ;;
 
12763
-  esac
 
12764
-  ;;
 
12765
+  done
 
12766
+done
 
12767
+])
 
12768
+SED=$lt_cv_path_SED
 
12769
+AC_SUBST([SED])
 
12770
+AC_MSG_RESULT([$SED])
 
12771
+])#AC_PROG_SED
 
12772
+])#m4_ifndef
 
12773
 
 
12774
-solaris*)
 
12775
-  case $cc_basename in
 
12776
-  CC*)
 
12777
-    # The more standards-conforming stlport4 library is
 
12778
-    # incompatible with the Cstd library. Avoid specifying
 
12779
-    # it if it's in CXXFLAGS. Ignore libCrun as
 
12780
-    # -library=stlport4 depends on it.
 
12781
-    case " $CXX $CXXFLAGS " in
 
12782
-    *" -library=stlport4 "*)
 
12783
-      solaris_use_stlport4=yes
 
12784
-      ;;
 
12785
-    esac
 
12786
+# Old name:
 
12787
+AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED])
 
12788
+dnl aclocal-1.4 backwards compatibility:
 
12789
+dnl AC_DEFUN([LT_AC_PROG_SED], [])
 
12790
 
 
12791
-    # Adding this requires a known-good setup of shared libraries for
 
12792
-    # Sun compiler versions before 5.6, else PIC objects from an old
 
12793
-    # archive will be linked into the output, leading to subtle bugs.
 
12794
-    if test "$solaris_use_stlport4" != yes; then
 
12795
-      _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
 
12796
-    fi
 
12797
-    ;;
 
12798
-  esac
 
12799
-  ;;
 
12800
-esac
 
12801
-])
 
12802
 
 
12803
-case " $_LT_TAGVAR(postdeps, $1) " in
 
12804
-*" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;;
 
12805
-esac
 
12806
- _LT_TAGVAR(compiler_lib_search_dirs, $1)=
 
12807
-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
 
12808
- _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
 
12809
-fi
 
12810
-_LT_TAGDECL([], [compiler_lib_search_dirs], [1],
 
12811
-    [The directories searched by this compiler when creating a shared library])
 
12812
-_LT_TAGDECL([], [predep_objects], [1],
 
12813
-    [Dependencies to place before and after the objects being linked to
 
12814
-    create a shared library])
 
12815
-_LT_TAGDECL([], [postdep_objects], [1])
 
12816
-_LT_TAGDECL([], [predeps], [1])
 
12817
-_LT_TAGDECL([], [postdeps], [1])
 
12818
-_LT_TAGDECL([], [compiler_lib_search_path], [1],
 
12819
-    [The library search path used internally by the compiler when linking
 
12820
-    a shared library])
 
12821
-])# _LT_SYS_HIDDEN_LIBDEPS
 
12822
+# _LT_CHECK_SHELL_FEATURES
 
12823
+# ------------------------
 
12824
+# Find out whether the shell is Bourne or XSI compatible,
 
12825
+# or has some other useful features.
 
12826
+m4_defun([_LT_CHECK_SHELL_FEATURES],
 
12827
+[AC_MSG_CHECKING([whether the shell understands some XSI constructs])
 
12828
+# Try some XSI features
 
12829
+xsi_shell=no
 
12830
+( _lt_dummy="a/b/c"
 
12831
+  test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
 
12832
+      = c,a/b,, \
 
12833
+    && eval 'test $(( 1 + 1 )) -eq 2 \
 
12834
+    && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
 
12835
+  && xsi_shell=yes
 
12836
+AC_MSG_RESULT([$xsi_shell])
 
12837
+_LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell'])
 
12838
 
 
12839
+AC_MSG_CHECKING([whether the shell understands "+="])
 
12840
+lt_shell_append=no
 
12841
+( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \
 
12842
+    >/dev/null 2>&1 \
 
12843
+  && lt_shell_append=yes
 
12844
+AC_MSG_RESULT([$lt_shell_append])
 
12845
+_LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append'])
 
12846
 
 
12847
-# _LT_PROG_F77
 
12848
-# ------------
 
12849
-# Since AC_PROG_F77 is broken, in that it returns the empty string
 
12850
-# if there is no fortran compiler, we have our own version here.
 
12851
-m4_defun([_LT_PROG_F77],
 
12852
-[
 
12853
-pushdef([AC_MSG_ERROR], [_lt_disable_F77=yes])
 
12854
-AC_PROG_F77
 
12855
-if test -z "$F77" || test "X$F77" = "Xno"; then
 
12856
-  _lt_disable_F77=yes
 
12857
+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 
12858
+  lt_unset=unset
 
12859
+else
 
12860
+  lt_unset=false
 
12861
 fi
 
12862
-popdef([AC_MSG_ERROR])
 
12863
-])# _LT_PROG_F77
 
12864
+_LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl
 
12865
 
 
12866
-dnl aclocal-1.4 backwards compatibility:
 
12867
-dnl AC_DEFUN([_LT_PROG_F77], [])
 
12868
+# test EBCDIC or ASCII
 
12869
+case `echo X|tr X '\101'` in
 
12870
+ A) # ASCII based system
 
12871
+    # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
 
12872
+  lt_SP2NL='tr \040 \012'
 
12873
+  lt_NL2SP='tr \015\012 \040\040'
 
12874
+  ;;
 
12875
+ *) # EBCDIC based system
 
12876
+  lt_SP2NL='tr \100 \n'
 
12877
+  lt_NL2SP='tr \r\n \100\100'
 
12878
+  ;;
 
12879
+esac
 
12880
+_LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl
 
12881
+_LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl
 
12882
+])# _LT_CHECK_SHELL_FEATURES
 
12883
 
 
12884
 
 
12885
-# _LT_LANG_F77_CONFIG([TAG])
 
12886
-# --------------------------
 
12887
-# Ensure that the configuration variables for a Fortran 77 compiler are
 
12888
-# suitably defined.  These variables are subsequently used by _LT_CONFIG
 
12889
-# to write the compiler configuration to `libtool'.
 
12890
-m4_defun([_LT_LANG_F77_CONFIG],
 
12891
-[AC_REQUIRE([_LT_PROG_F77])dnl
 
12892
-AC_LANG_PUSH(Fortran 77)
 
12893
+# _LT_PROG_XSI_SHELLFNS
 
12894
+# ---------------------
 
12895
+# Bourne and XSI compatible variants of some useful shell functions.
 
12896
+m4_defun([_LT_PROG_XSI_SHELLFNS],
 
12897
+[case $xsi_shell in
 
12898
+  yes)
 
12899
+    cat << \_LT_EOF >> "$cfgfile"
 
12900
 
 
12901
-_LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
12902
-_LT_TAGVAR(allow_undefined_flag, $1)=
 
12903
-_LT_TAGVAR(always_export_symbols, $1)=no
 
12904
-_LT_TAGVAR(archive_expsym_cmds, $1)=
 
12905
-_LT_TAGVAR(export_dynamic_flag_spec, $1)=
 
12906
-_LT_TAGVAR(hardcode_direct, $1)=no
 
12907
-_LT_TAGVAR(hardcode_direct_absolute, $1)=no
 
12908
-_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
12909
-_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 
12910
-_LT_TAGVAR(hardcode_libdir_separator, $1)=
 
12911
-_LT_TAGVAR(hardcode_minus_L, $1)=no
 
12912
-_LT_TAGVAR(hardcode_automatic, $1)=no
 
12913
-_LT_TAGVAR(inherit_rpath, $1)=no
 
12914
-_LT_TAGVAR(module_cmds, $1)=
 
12915
-_LT_TAGVAR(module_expsym_cmds, $1)=
 
12916
-_LT_TAGVAR(link_all_deplibs, $1)=unknown
 
12917
-_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
12918
-_LT_TAGVAR(no_undefined_flag, $1)=
 
12919
-_LT_TAGVAR(whole_archive_flag_spec, $1)=
 
12920
-_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
 
12921
+# func_dirname file append nondir_replacement
 
12922
+# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
 
12923
+# otherwise set result to NONDIR_REPLACEMENT.
 
12924
+func_dirname ()
 
12925
+{
 
12926
+  case ${1} in
 
12927
+    */*) func_dirname_result="${1%/*}${2}" ;;
 
12928
+    *  ) func_dirname_result="${3}" ;;
 
12929
+  esac
 
12930
+}
 
12931
 
 
12932
-# Source file extension for f77 test sources.
 
12933
-ac_ext=f
 
12934
+# func_basename file
 
12935
+func_basename ()
 
12936
+{
 
12937
+  func_basename_result="${1##*/}"
 
12938
+}
 
12939
 
 
12940
-# Object file extension for compiled f77 test sources.
 
12941
-objext=o
 
12942
-_LT_TAGVAR(objext, $1)=$objext
 
12943
+# func_dirname_and_basename file append nondir_replacement
 
12944
+# perform func_basename and func_dirname in a single function
 
12945
+# call:
 
12946
+#   dirname:  Compute the dirname of FILE.  If nonempty,
 
12947
+#             add APPEND to the result, otherwise set result
 
12948
+#             to NONDIR_REPLACEMENT.
 
12949
+#             value returned in "$func_dirname_result"
 
12950
+#   basename: Compute filename of FILE.
 
12951
+#             value retuned in "$func_basename_result"
 
12952
+# Implementation must be kept synchronized with func_dirname
 
12953
+# and func_basename. For efficiency, we do not delegate to
 
12954
+# those functions but instead duplicate the functionality here.
 
12955
+func_dirname_and_basename ()
 
12956
+{
 
12957
+  case ${1} in
 
12958
+    */*) func_dirname_result="${1%/*}${2}" ;;
 
12959
+    *  ) func_dirname_result="${3}" ;;
 
12960
+  esac
 
12961
+  func_basename_result="${1##*/}"
 
12962
+}
 
12963
 
 
12964
-# No sense in running all these tests if we already determined that
 
12965
-# the F77 compiler isn't working.  Some variables (like enable_shared)
 
12966
-# are currently assumed to apply to all compilers on this platform,
 
12967
-# and will be corrupted by setting them based on a non-working compiler.
 
12968
-if test "$_lt_disable_F77" != yes; then
 
12969
-  # Code to be used in simple compile tests
 
12970
-  lt_simple_compile_test_code="\
 
12971
-      subroutine t
 
12972
-      return
 
12973
-      end
 
12974
-"
 
12975
+# func_stripname prefix suffix name
 
12976
+# strip PREFIX and SUFFIX off of NAME.
 
12977
+# PREFIX and SUFFIX must not contain globbing or regex special
 
12978
+# characters, hashes, percent signs, but SUFFIX may contain a leading
 
12979
+# dot (in which case that matches only a dot).
 
12980
+func_stripname ()
 
12981
+{
 
12982
+  # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
 
12983
+  # positional parameters, so assign one to ordinary parameter first.
 
12984
+  func_stripname_result=${3}
 
12985
+  func_stripname_result=${func_stripname_result#"${1}"}
 
12986
+  func_stripname_result=${func_stripname_result%"${2}"}
 
12987
+}
 
12988
 
 
12989
-  # Code to be used in simple link tests
 
12990
-  lt_simple_link_test_code="\
 
12991
-      program t
 
12992
-      end
 
12993
-"
 
12994
+# func_opt_split
 
12995
+func_opt_split ()
 
12996
+{
 
12997
+  func_opt_split_opt=${1%%=*}
 
12998
+  func_opt_split_arg=${1#*=}
 
12999
+}
 
13000
 
 
13001
-  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
13002
-  _LT_TAG_COMPILER
 
13003
+# func_lo2o object
 
13004
+func_lo2o ()
 
13005
+{
 
13006
+  case ${1} in
 
13007
+    *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
 
13008
+    *)    func_lo2o_result=${1} ;;
 
13009
+  esac
 
13010
+}
 
13011
 
 
13012
-  # save warnings/boilerplate of simple test code
 
13013
-  _LT_COMPILER_BOILERPLATE
 
13014
-  _LT_LINKER_BOILERPLATE
 
13015
+# func_xform libobj-or-source
 
13016
+func_xform ()
 
13017
+{
 
13018
+  func_xform_result=${1%.*}.lo
 
13019
+}
 
13020
 
 
13021
-  # Allow CC to be a program name with arguments.
 
13022
-  lt_save_CC="$CC"
 
13023
-  lt_save_GCC=$GCC
 
13024
-  CC=${F77-"f77"}
 
13025
-  compiler=$CC
 
13026
-  _LT_TAGVAR(compiler, $1)=$CC
 
13027
-  _LT_CC_BASENAME([$compiler])
 
13028
-  GCC=$G77
 
13029
-  if test -n "$compiler"; then
 
13030
-    AC_MSG_CHECKING([if libtool supports shared libraries])
 
13031
-    AC_MSG_RESULT([$can_build_shared])
 
13032
+# func_arith arithmetic-term...
 
13033
+func_arith ()
 
13034
+{
 
13035
+  func_arith_result=$(( $[*] ))
 
13036
+}
 
13037
 
 
13038
-    AC_MSG_CHECKING([whether to build shared libraries])
 
13039
-    test "$can_build_shared" = "no" && enable_shared=no
 
13040
+# func_len string
 
13041
+# STRING may not start with a hyphen.
 
13042
+func_len ()
 
13043
+{
 
13044
+  func_len_result=${#1}
 
13045
+}
 
13046
 
 
13047
-    # On AIX, shared libraries and static libraries use the same namespace, and
 
13048
-    # are all built from PIC.
 
13049
-    case $host_os in
 
13050
-      aix3*)
 
13051
-        test "$enable_shared" = yes && enable_static=no
 
13052
-        if test -n "$RANLIB"; then
 
13053
-          archive_cmds="$archive_cmds~\$RANLIB \$lib"
 
13054
-          postinstall_cmds='$RANLIB $lib'
 
13055
-        fi
 
13056
-        ;;
 
13057
-      aix[[4-9]]*)
 
13058
-       if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
 
13059
-         test "$enable_shared" = yes && enable_static=no
 
13060
-       fi
 
13061
-        ;;
 
13062
-    esac
 
13063
-    AC_MSG_RESULT([$enable_shared])
 
13064
+_LT_EOF
 
13065
+    ;;
 
13066
+  *) # Bourne compatible functions.
 
13067
+    cat << \_LT_EOF >> "$cfgfile"
 
13068
 
 
13069
-    AC_MSG_CHECKING([whether to build static libraries])
 
13070
-    # Make sure either enable_shared or enable_static is yes.
 
13071
-    test "$enable_shared" = yes || enable_static=yes
 
13072
-    AC_MSG_RESULT([$enable_static])
 
13073
+# func_dirname file append nondir_replacement
 
13074
+# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
 
13075
+# otherwise set result to NONDIR_REPLACEMENT.
 
13076
+func_dirname ()
 
13077
+{
 
13078
+  # Extract subdirectory from the argument.
 
13079
+  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
 
13080
+  if test "X$func_dirname_result" = "X${1}"; then
 
13081
+    func_dirname_result="${3}"
 
13082
+  else
 
13083
+    func_dirname_result="$func_dirname_result${2}"
 
13084
+  fi
 
13085
+}
 
13086
 
 
13087
-    _LT_TAGVAR(GCC, $1)="$G77"
 
13088
-    _LT_TAGVAR(LD, $1)="$LD"
 
13089
+# func_basename file
 
13090
+func_basename ()
 
13091
+{
 
13092
+  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
 
13093
+}
 
13094
 
 
13095
-    ## CAVEAT EMPTOR:
 
13096
-    ## There is no encapsulation within the following macros, do not change
 
13097
-    ## the running order or otherwise move them around unless you know exactly
 
13098
-    ## what you are doing...
 
13099
-    _LT_COMPILER_PIC($1)
 
13100
-    _LT_COMPILER_C_O($1)
 
13101
-    _LT_COMPILER_FILE_LOCKS($1)
 
13102
-    _LT_LINKER_SHLIBS($1)
 
13103
-    _LT_SYS_DYNAMIC_LINKER($1)
 
13104
-    _LT_LINKER_HARDCODE_LIBPATH($1)
 
13105
+dnl func_dirname_and_basename
 
13106
+dnl A portable version of this function is already defined in general.m4sh
 
13107
+dnl so there is no need for it here.
 
13108
 
 
13109
-    _LT_CONFIG($1)
 
13110
-  fi # test -n "$compiler"
 
13111
+# func_stripname prefix suffix name
 
13112
+# strip PREFIX and SUFFIX off of NAME.
 
13113
+# PREFIX and SUFFIX must not contain globbing or regex special
 
13114
+# characters, hashes, percent signs, but SUFFIX may contain a leading
 
13115
+# dot (in which case that matches only a dot).
 
13116
+# func_strip_suffix prefix name
 
13117
+func_stripname ()
 
13118
+{
 
13119
+  case ${2} in
 
13120
+    .*) func_stripname_result=`$ECHO "X${3}" \
 
13121
+           | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
 
13122
+    *)  func_stripname_result=`$ECHO "X${3}" \
 
13123
+           | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
 
13124
+  esac
 
13125
+}
 
13126
 
 
13127
-  GCC=$lt_save_GCC
 
13128
-  CC="$lt_save_CC"
 
13129
-fi # test "$_lt_disable_F77" != yes
 
13130
+# sed scripts:
 
13131
+my_sed_long_opt='1s/^\(-[[^=]]*\)=.*/\1/;q'
 
13132
+my_sed_long_arg='1s/^-[[^=]]*=//'
 
13133
 
 
13134
-AC_LANG_POP
 
13135
-])# _LT_LANG_F77_CONFIG
 
13136
+# func_opt_split
 
13137
+func_opt_split ()
 
13138
+{
 
13139
+  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
 
13140
+  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
 
13141
+}
 
13142
 
 
13143
+# func_lo2o object
 
13144
+func_lo2o ()
 
13145
+{
 
13146
+  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
 
13147
+}
 
13148
 
 
13149
-# _LT_PROG_FC
 
13150
-# -----------
 
13151
-# Since AC_PROG_FC is broken, in that it returns the empty string
 
13152
-# if there is no fortran compiler, we have our own version here.
 
13153
-m4_defun([_LT_PROG_FC],
 
13154
-[
 
13155
-pushdef([AC_MSG_ERROR], [_lt_disable_FC=yes])
 
13156
-AC_PROG_FC
 
13157
-if test -z "$FC" || test "X$FC" = "Xno"; then
 
13158
-  _lt_disable_FC=yes
 
13159
-fi
 
13160
-popdef([AC_MSG_ERROR])
 
13161
-])# _LT_PROG_FC
 
13162
+# func_xform libobj-or-source
 
13163
+func_xform ()
 
13164
+{
 
13165
+  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[[^.]]*$/.lo/'`
 
13166
+}
 
13167
 
 
13168
-dnl aclocal-1.4 backwards compatibility:
 
13169
-dnl AC_DEFUN([_LT_PROG_FC], [])
 
13170
+# func_arith arithmetic-term...
 
13171
+func_arith ()
 
13172
+{
 
13173
+  func_arith_result=`expr "$[@]"`
 
13174
+}
 
13175
 
 
13176
+# func_len string
 
13177
+# STRING may not start with a hyphen.
 
13178
+func_len ()
 
13179
+{
 
13180
+  func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len`
 
13181
+}
 
13182
 
 
13183
-# _LT_LANG_FC_CONFIG([TAG])
 
13184
-# -------------------------
 
13185
-# Ensure that the configuration variables for a Fortran compiler are
 
13186
-# suitably defined.  These variables are subsequently used by _LT_CONFIG
 
13187
-# to write the compiler configuration to `libtool'.
 
13188
-m4_defun([_LT_LANG_FC_CONFIG],
 
13189
-[AC_REQUIRE([_LT_PROG_FC])dnl
 
13190
-AC_LANG_PUSH(Fortran)
 
13191
+_LT_EOF
 
13192
+esac
 
13193
 
 
13194
-_LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
13195
-_LT_TAGVAR(allow_undefined_flag, $1)=
 
13196
-_LT_TAGVAR(always_export_symbols, $1)=no
 
13197
-_LT_TAGVAR(archive_expsym_cmds, $1)=
 
13198
-_LT_TAGVAR(export_dynamic_flag_spec, $1)=
 
13199
-_LT_TAGVAR(hardcode_direct, $1)=no
 
13200
-_LT_TAGVAR(hardcode_direct_absolute, $1)=no
 
13201
-_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
 
13202
-_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
 
13203
-_LT_TAGVAR(hardcode_libdir_separator, $1)=
 
13204
-_LT_TAGVAR(hardcode_minus_L, $1)=no
 
13205
-_LT_TAGVAR(hardcode_automatic, $1)=no
 
13206
-_LT_TAGVAR(inherit_rpath, $1)=no
 
13207
-_LT_TAGVAR(module_cmds, $1)=
 
13208
-_LT_TAGVAR(module_expsym_cmds, $1)=
 
13209
-_LT_TAGVAR(link_all_deplibs, $1)=unknown
 
13210
-_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
13211
-_LT_TAGVAR(no_undefined_flag, $1)=
 
13212
-_LT_TAGVAR(whole_archive_flag_spec, $1)=
 
13213
-_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
 
13214
+case $lt_shell_append in
 
13215
+  yes)
 
13216
+    cat << \_LT_EOF >> "$cfgfile"
 
13217
 
 
13218
-# Source file extension for fc test sources.
 
13219
-ac_ext=${ac_fc_srcext-f}
 
13220
+# func_append var value
 
13221
+# Append VALUE to the end of shell variable VAR.
 
13222
+func_append ()
 
13223
+{
 
13224
+  eval "$[1]+=\$[2]"
 
13225
+}
 
13226
+_LT_EOF
 
13227
+    ;;
 
13228
+  *)
 
13229
+    cat << \_LT_EOF >> "$cfgfile"
 
13230
 
 
13231
-# Object file extension for compiled fc test sources.
 
13232
-objext=o
 
13233
-_LT_TAGVAR(objext, $1)=$objext
 
13234
+# func_append var value
 
13235
+# Append VALUE to the end of shell variable VAR.
 
13236
+func_append ()
 
13237
+{
 
13238
+  eval "$[1]=\$$[1]\$[2]"
 
13239
+}
 
13240
 
 
13241
-# No sense in running all these tests if we already determined that
 
13242
-# the FC compiler isn't working.  Some variables (like enable_shared)
 
13243
-# are currently assumed to apply to all compilers on this platform,
 
13244
-# and will be corrupted by setting them based on a non-working compiler.
 
13245
-if test "$_lt_disable_FC" != yes; then
 
13246
-  # Code to be used in simple compile tests
 
13247
-  lt_simple_compile_test_code="\
 
13248
-      subroutine t
 
13249
-      return
 
13250
-      end
 
13251
-"
 
13252
+_LT_EOF
 
13253
+    ;;
 
13254
+  esac
 
13255
+])
 
13256
 
 
13257
-  # Code to be used in simple link tests
 
13258
-  lt_simple_link_test_code="\
 
13259
-      program t
 
13260
-      end
 
13261
-"
 
13262
+# Helper functions for option handling.                    -*- Autoconf -*-
 
13263
+#
 
13264
+#   Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
 
13265
+#   Written by Gary V. Vaughan, 2004
 
13266
+#
 
13267
+# This file is free software; the Free Software Foundation gives
 
13268
+# unlimited permission to copy and/or distribute it, with or without
 
13269
+# modifications, as long as this notice is preserved.
 
13270
 
 
13271
-  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
13272
-  _LT_TAG_COMPILER
 
13273
+# serial 6 ltoptions.m4
 
13274
 
 
13275
-  # save warnings/boilerplate of simple test code
 
13276
-  _LT_COMPILER_BOILERPLATE
 
13277
-  _LT_LINKER_BOILERPLATE
 
13278
+# This is to help aclocal find these macros, as it can't see m4_define.
 
13279
+AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
 
13280
 
 
13281
-  # Allow CC to be a program name with arguments.
 
13282
-  lt_save_CC="$CC"
 
13283
-  lt_save_GCC=$GCC
 
13284
-  CC=${FC-"f95"}
 
13285
-  compiler=$CC
 
13286
-  GCC=$ac_cv_fc_compiler_gnu
 
13287
 
 
13288
-  _LT_TAGVAR(compiler, $1)=$CC
 
13289
-  _LT_CC_BASENAME([$compiler])
 
13290
+# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
 
13291
+# ------------------------------------------
 
13292
+m4_define([_LT_MANGLE_OPTION],
 
13293
+[[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])])
 
13294
 
 
13295
-  if test -n "$compiler"; then
 
13296
-    AC_MSG_CHECKING([if libtool supports shared libraries])
 
13297
-    AC_MSG_RESULT([$can_build_shared])
 
13298
 
 
13299
-    AC_MSG_CHECKING([whether to build shared libraries])
 
13300
-    test "$can_build_shared" = "no" && enable_shared=no
 
13301
+# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
 
13302
+# ---------------------------------------
 
13303
+# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
 
13304
+# matching handler defined, dispatch to it.  Other OPTION-NAMEs are
 
13305
+# saved as a flag.
 
13306
+m4_define([_LT_SET_OPTION],
 
13307
+[m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl
 
13308
+m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]),
 
13309
+        _LT_MANGLE_DEFUN([$1], [$2]),
 
13310
+    [m4_warning([Unknown $1 option `$2'])])[]dnl
 
13311
+])
 
13312
+
 
13313
 
 
13314
-    # On AIX, shared libraries and static libraries use the same namespace, and
 
13315
-    # are all built from PIC.
 
13316
-    case $host_os in
 
13317
-      aix3*)
 
13318
-        test "$enable_shared" = yes && enable_static=no
 
13319
-        if test -n "$RANLIB"; then
 
13320
-          archive_cmds="$archive_cmds~\$RANLIB \$lib"
 
13321
-          postinstall_cmds='$RANLIB $lib'
 
13322
-        fi
 
13323
-        ;;
 
13324
-      aix[[4-9]]*)
 
13325
-       if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
 
13326
-         test "$enable_shared" = yes && enable_static=no
 
13327
-       fi
 
13328
-        ;;
 
13329
-    esac
 
13330
-    AC_MSG_RESULT([$enable_shared])
 
13331
+# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
 
13332
+# ------------------------------------------------------------
 
13333
+# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
 
13334
+m4_define([_LT_IF_OPTION],
 
13335
+[m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])])
 
13336
 
 
13337
-    AC_MSG_CHECKING([whether to build static libraries])
 
13338
-    # Make sure either enable_shared or enable_static is yes.
 
13339
-    test "$enable_shared" = yes || enable_static=yes
 
13340
-    AC_MSG_RESULT([$enable_static])
 
13341
 
 
13342
-    _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu"
 
13343
-    _LT_TAGVAR(LD, $1)="$LD"
 
13344
+# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
 
13345
+# -------------------------------------------------------
 
13346
+# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
 
13347
+# are set.
 
13348
+m4_define([_LT_UNLESS_OPTIONS],
 
13349
+[m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
 
13350
+           [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option),
 
13351
+                     [m4_define([$0_found])])])[]dnl
 
13352
+m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3
 
13353
+])[]dnl
 
13354
+])
 
13355
 
 
13356
-    ## CAVEAT EMPTOR:
 
13357
-    ## There is no encapsulation within the following macros, do not change
 
13358
-    ## the running order or otherwise move them around unless you know exactly
 
13359
-    ## what you are doing...
 
13360
-    _LT_SYS_HIDDEN_LIBDEPS($1)
 
13361
-    _LT_COMPILER_PIC($1)
 
13362
-    _LT_COMPILER_C_O($1)
 
13363
-    _LT_COMPILER_FILE_LOCKS($1)
 
13364
-    _LT_LINKER_SHLIBS($1)
 
13365
-    _LT_SYS_DYNAMIC_LINKER($1)
 
13366
-    _LT_LINKER_HARDCODE_LIBPATH($1)
 
13367
 
 
13368
-    _LT_CONFIG($1)
 
13369
-  fi # test -n "$compiler"
 
13370
+# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
 
13371
+# ----------------------------------------
 
13372
+# OPTION-LIST is a space-separated list of Libtool options associated
 
13373
+# with MACRO-NAME.  If any OPTION has a matching handler declared with
 
13374
+# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
 
13375
+# the unknown option and exit.
 
13376
+m4_defun([_LT_SET_OPTIONS],
 
13377
+[# Set options
 
13378
+m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
 
13379
+    [_LT_SET_OPTION([$1], _LT_Option)])
 
13380
 
 
13381
-  GCC=$lt_save_GCC
 
13382
-  CC="$lt_save_CC"
 
13383
-fi # test "$_lt_disable_FC" != yes
 
13384
+m4_if([$1],[LT_INIT],[
 
13385
+  dnl
 
13386
+  dnl Simply set some default values (i.e off) if boolean options were not
 
13387
+  dnl specified:
 
13388
+  _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no
 
13389
+  ])
 
13390
+  _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no
 
13391
+  ])
 
13392
+  dnl
 
13393
+  dnl If no reference was made to various pairs of opposing options, then
 
13394
+  dnl we run the default mode handler for the pair.  For example, if neither
 
13395
+  dnl `shared' nor `disable-shared' was passed, we enable building of shared
 
13396
+  dnl archives by default:
 
13397
+  _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
 
13398
+  _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
 
13399
+  _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC])
 
13400
+  _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
 
13401
+                  [_LT_ENABLE_FAST_INSTALL])
 
13402
+  ])
 
13403
+])# _LT_SET_OPTIONS
 
13404
 
 
13405
-AC_LANG_POP
 
13406
-])# _LT_LANG_FC_CONFIG
 
13407
 
 
13408
 
 
13409
-# _LT_LANG_GCJ_CONFIG([TAG])
 
13410
-# --------------------------
 
13411
-# Ensure that the configuration variables for the GNU Java Compiler compiler
 
13412
-# are suitably defined.  These variables are subsequently used by _LT_CONFIG
 
13413
-# to write the compiler configuration to `libtool'.
 
13414
-m4_defun([_LT_LANG_GCJ_CONFIG],
 
13415
-[AC_REQUIRE([LT_PROG_GCJ])dnl
 
13416
-AC_LANG_SAVE
 
13417
+# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
 
13418
+# -----------------------------------------
 
13419
+m4_define([_LT_MANGLE_DEFUN],
 
13420
+[[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])])
 
13421
 
 
13422
-# Source file extension for Java test sources.
 
13423
-ac_ext=java
 
13424
 
 
13425
-# Object file extension for compiled Java test sources.
 
13426
-objext=o
 
13427
-_LT_TAGVAR(objext, $1)=$objext
 
13428
+# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
 
13429
+# -----------------------------------------------
 
13430
+m4_define([LT_OPTION_DEFINE],
 
13431
+[m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl
 
13432
+])# LT_OPTION_DEFINE
 
13433
 
 
13434
-# Code to be used in simple compile tests
 
13435
-lt_simple_compile_test_code="class foo {}"
 
13436
 
 
13437
-# Code to be used in simple link tests
 
13438
-lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'
 
13439
+# dlopen
 
13440
+# ------
 
13441
+LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes
 
13442
+])
 
13443
 
 
13444
-# ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
13445
-_LT_TAG_COMPILER
 
13446
+AU_DEFUN([AC_LIBTOOL_DLOPEN],
 
13447
+[_LT_SET_OPTION([LT_INIT], [dlopen])
 
13448
+AC_DIAGNOSE([obsolete],
 
13449
+[$0: Remove this warning and the call to _LT_SET_OPTION when you
 
13450
+put the `dlopen' option into LT_INIT's first parameter.])
 
13451
+])
 
13452
 
 
13453
-# save warnings/boilerplate of simple test code
 
13454
-_LT_COMPILER_BOILERPLATE
 
13455
-_LT_LINKER_BOILERPLATE
 
13456
+dnl aclocal-1.4 backwards compatibility:
 
13457
+dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], [])
 
13458
 
 
13459
-# Allow CC to be a program name with arguments.
 
13460
-lt_save_CC="$CC"
 
13461
-lt_save_GCC=$GCC
 
13462
-GCC=yes
 
13463
-CC=${GCJ-"gcj"}
 
13464
-compiler=$CC
 
13465
-_LT_TAGVAR(compiler, $1)=$CC
 
13466
-_LT_TAGVAR(LD, $1)="$LD"
 
13467
-_LT_CC_BASENAME([$compiler])
 
13468
 
 
13469
-# GCJ did not exist at the time GCC didn't implicitly link libc in.
 
13470
-_LT_TAGVAR(archive_cmds_need_lc, $1)=no
 
13471
+# win32-dll
 
13472
+# ---------
 
13473
+# Declare package support for building win32 dll's.
 
13474
+LT_OPTION_DEFINE([LT_INIT], [win32-dll],
 
13475
+[enable_win32_dll=yes
 
13476
 
 
13477
-_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
 
13478
+case $host in
 
13479
+*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*)
 
13480
+  AC_CHECK_TOOL(AS, as, false)
 
13481
+  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
 
13482
+  AC_CHECK_TOOL(OBJDUMP, objdump, false)
 
13483
+  ;;
 
13484
+esac
 
13485
 
 
13486
-if test -n "$compiler"; then
 
13487
-  _LT_COMPILER_NO_RTTI($1)
 
13488
-  _LT_COMPILER_PIC($1)
 
13489
-  _LT_COMPILER_C_O($1)
 
13490
-  _LT_COMPILER_FILE_LOCKS($1)
 
13491
-  _LT_LINKER_SHLIBS($1)
 
13492
-  _LT_LINKER_HARDCODE_LIBPATH($1)
 
13493
+test -z "$AS" && AS=as
 
13494
+_LT_DECL([], [AS],      [0], [Assembler program])dnl
 
13495
 
 
13496
-  _LT_CONFIG($1)
 
13497
-fi
 
13498
+test -z "$DLLTOOL" && DLLTOOL=dlltool
 
13499
+_LT_DECL([], [DLLTOOL], [0], [DLL creation program])dnl
 
13500
 
 
13501
-AC_LANG_RESTORE
 
13502
+test -z "$OBJDUMP" && OBJDUMP=objdump
 
13503
+_LT_DECL([], [OBJDUMP], [0], [Object dumper program])dnl
 
13504
+])# win32-dll
 
13505
 
 
13506
-GCC=$lt_save_GCC
 
13507
-CC="$lt_save_CC"
 
13508
-])# _LT_LANG_GCJ_CONFIG
 
13509
+AU_DEFUN([AC_LIBTOOL_WIN32_DLL],
 
13510
+[AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
13511
+_LT_SET_OPTION([LT_INIT], [win32-dll])
 
13512
+AC_DIAGNOSE([obsolete],
 
13513
+[$0: Remove this warning and the call to _LT_SET_OPTION when you
 
13514
+put the `win32-dll' option into LT_INIT's first parameter.])
 
13515
+])
 
13516
 
 
13517
+dnl aclocal-1.4 backwards compatibility:
 
13518
+dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [])
 
13519
 
 
13520
-# _LT_LANG_RC_CONFIG([TAG])
 
13521
-# -------------------------
 
13522
-# Ensure that the configuration variables for the Windows resource compiler
 
13523
-# are suitably defined.  These variables are subsequently used by _LT_CONFIG
 
13524
-# to write the compiler configuration to `libtool'.
 
13525
-m4_defun([_LT_LANG_RC_CONFIG],
 
13526
-[AC_REQUIRE([LT_PROG_RC])dnl
 
13527
-AC_LANG_SAVE
 
13528
 
 
13529
-# Source file extension for RC test sources.
 
13530
-ac_ext=rc
 
13531
+# _LT_ENABLE_SHARED([DEFAULT])
 
13532
+# ----------------------------
 
13533
+# implement the --enable-shared flag, and supports the `shared' and
 
13534
+# `disable-shared' LT_INIT options.
 
13535
+# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
 
13536
+m4_define([_LT_ENABLE_SHARED],
 
13537
+[m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl
 
13538
+AC_ARG_ENABLE([shared],
 
13539
+    [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
 
13540
+       [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])],
 
13541
+    [p=${PACKAGE-default}
 
13542
+    case $enableval in
 
13543
+    yes) enable_shared=yes ;;
 
13544
+    no) enable_shared=no ;;
 
13545
+    *)
 
13546
+      enable_shared=no
 
13547
+      # Look at the argument we got.  We use all the common list separators.
 
13548
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
13549
+      for pkg in $enableval; do
 
13550
+       IFS="$lt_save_ifs"
 
13551
+       if test "X$pkg" = "X$p"; then
 
13552
+         enable_shared=yes
 
13553
+       fi
 
13554
+      done
 
13555
+      IFS="$lt_save_ifs"
 
13556
+      ;;
 
13557
+    esac],
 
13558
+    [enable_shared=]_LT_ENABLE_SHARED_DEFAULT)
 
13559
 
 
13560
-# Object file extension for compiled RC test sources.
 
13561
-objext=o
 
13562
-_LT_TAGVAR(objext, $1)=$objext
 
13563
+    _LT_DECL([build_libtool_libs], [enable_shared], [0],
 
13564
+       [Whether or not to build shared libraries])
 
13565
+])# _LT_ENABLE_SHARED
 
13566
 
 
13567
-# Code to be used in simple compile tests
 
13568
-lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
 
13569
+LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])])
 
13570
+LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
 
13571
 
 
13572
-# Code to be used in simple link tests
 
13573
-lt_simple_link_test_code="$lt_simple_compile_test_code"
 
13574
+# Old names:
 
13575
+AC_DEFUN([AC_ENABLE_SHARED],
 
13576
+[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
 
13577
+])
 
13578
 
 
13579
-# ltmain only uses $CC for tagged configurations so make sure $CC is set.
 
13580
-_LT_TAG_COMPILER
 
13581
+AC_DEFUN([AC_DISABLE_SHARED],
 
13582
+[_LT_SET_OPTION([LT_INIT], [disable-shared])
 
13583
+])
 
13584
 
 
13585
-# save warnings/boilerplate of simple test code
 
13586
-_LT_COMPILER_BOILERPLATE
 
13587
-_LT_LINKER_BOILERPLATE
 
13588
+AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
 
13589
+AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
 
13590
 
 
13591
-# Allow CC to be a program name with arguments.
 
13592
-lt_save_CC="$CC"
 
13593
-lt_save_GCC=$GCC
 
13594
-GCC=
 
13595
-CC=${RC-"windres"}
 
13596
-compiler=$CC
 
13597
-_LT_TAGVAR(compiler, $1)=$CC
 
13598
-_LT_CC_BASENAME([$compiler])
 
13599
-_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
 
13600
+dnl aclocal-1.4 backwards compatibility:
 
13601
+dnl AC_DEFUN([AM_ENABLE_SHARED], [])
 
13602
+dnl AC_DEFUN([AM_DISABLE_SHARED], [])
 
13603
 
 
13604
-if test -n "$compiler"; then
 
13605
-  :
 
13606
-  _LT_CONFIG($1)
 
13607
-fi
 
13608
 
 
13609
-GCC=$lt_save_GCC
 
13610
-AC_LANG_RESTORE
 
13611
-CC="$lt_save_CC"
 
13612
-])# _LT_LANG_RC_CONFIG
 
13613
 
 
13614
+# _LT_ENABLE_STATIC([DEFAULT])
 
13615
+# ----------------------------
 
13616
+# implement the --enable-static flag, and support the `static' and
 
13617
+# `disable-static' LT_INIT options.
 
13618
+# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
 
13619
+m4_define([_LT_ENABLE_STATIC],
 
13620
+[m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl
 
13621
+AC_ARG_ENABLE([static],
 
13622
+    [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@],
 
13623
+       [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])],
 
13624
+    [p=${PACKAGE-default}
 
13625
+    case $enableval in
 
13626
+    yes) enable_static=yes ;;
 
13627
+    no) enable_static=no ;;
 
13628
+    *)
 
13629
+     enable_static=no
 
13630
+      # Look at the argument we got.  We use all the common list separators.
 
13631
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
13632
+      for pkg in $enableval; do
 
13633
+       IFS="$lt_save_ifs"
 
13634
+       if test "X$pkg" = "X$p"; then
 
13635
+         enable_static=yes
 
13636
+       fi
 
13637
+      done
 
13638
+      IFS="$lt_save_ifs"
 
13639
+      ;;
 
13640
+    esac],
 
13641
+    [enable_static=]_LT_ENABLE_STATIC_DEFAULT)
 
13642
 
 
13643
-# LT_PROG_GCJ
 
13644
-# -----------
 
13645
-AC_DEFUN([LT_PROG_GCJ],
 
13646
-[m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
 
13647
-  [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
 
13648
-    [AC_CHECK_TOOL(GCJ, gcj,)
 
13649
-      test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
 
13650
-      AC_SUBST(GCJFLAGS)])])[]dnl
 
13651
-])
 
13652
+    _LT_DECL([build_old_libs], [enable_static], [0],
 
13653
+       [Whether or not to build static libraries])
 
13654
+])# _LT_ENABLE_STATIC
 
13655
 
 
13656
-# Old name:
 
13657
-AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ])
 
13658
-dnl aclocal-1.4 backwards compatibility:
 
13659
-dnl AC_DEFUN([LT_AC_PROG_GCJ], [])
 
13660
+LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])])
 
13661
+LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])])
 
13662
 
 
13663
+# Old names:
 
13664
+AC_DEFUN([AC_ENABLE_STATIC],
 
13665
+[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
 
13666
+])
 
13667
 
 
13668
-# LT_PROG_RC
 
13669
-# ----------
 
13670
-AC_DEFUN([LT_PROG_RC],
 
13671
-[AC_CHECK_TOOL(RC, windres,)
 
13672
+AC_DEFUN([AC_DISABLE_STATIC],
 
13673
+[_LT_SET_OPTION([LT_INIT], [disable-static])
 
13674
 ])
 
13675
 
 
13676
-# Old name:
 
13677
-AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC])
 
13678
-dnl aclocal-1.4 backwards compatibility:
 
13679
-dnl AC_DEFUN([LT_AC_PROG_RC], [])
 
13680
+AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
 
13681
+AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
 
13682
 
 
13683
+dnl aclocal-1.4 backwards compatibility:
 
13684
+dnl AC_DEFUN([AM_ENABLE_STATIC], [])
 
13685
+dnl AC_DEFUN([AM_DISABLE_STATIC], [])
 
13686
 
 
13687
-# _LT_DECL_EGREP
 
13688
-# --------------
 
13689
-# If we don't have a new enough Autoconf to choose the best grep
 
13690
-# available, choose the one first in the user's PATH.
 
13691
-m4_defun([_LT_DECL_EGREP],
 
13692
-[AC_REQUIRE([AC_PROG_EGREP])dnl
 
13693
-AC_REQUIRE([AC_PROG_FGREP])dnl
 
13694
-test -z "$GREP" && GREP=grep
 
13695
-_LT_DECL([], [GREP], [1], [A grep program that handles long lines])
 
13696
-_LT_DECL([], [EGREP], [1], [An ERE matcher])
 
13697
-_LT_DECL([], [FGREP], [1], [A literal string matcher])
 
13698
-dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too
 
13699
-AC_SUBST([GREP])
 
13700
-])
 
13701
 
 
13702
 
 
13703
-# _LT_DECL_OBJDUMP
 
13704
-# --------------
 
13705
-# If we don't have a new enough Autoconf to choose the best objdump
 
13706
-# available, choose the one first in the user's PATH.
 
13707
-m4_defun([_LT_DECL_OBJDUMP],
 
13708
-[AC_CHECK_TOOL(OBJDUMP, objdump, false)
 
13709
-test -z "$OBJDUMP" && OBJDUMP=objdump
 
13710
-_LT_DECL([], [OBJDUMP], [1], [An object symbol dumper])
 
13711
-AC_SUBST([OBJDUMP])
 
13712
-])
 
13713
+# _LT_ENABLE_FAST_INSTALL([DEFAULT])
 
13714
+# ----------------------------------
 
13715
+# implement the --enable-fast-install flag, and support the `fast-install'
 
13716
+# and `disable-fast-install' LT_INIT options.
 
13717
+# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
 
13718
+m4_define([_LT_ENABLE_FAST_INSTALL],
 
13719
+[m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl
 
13720
+AC_ARG_ENABLE([fast-install],
 
13721
+    [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
 
13722
+    [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
 
13723
+    [p=${PACKAGE-default}
 
13724
+    case $enableval in
 
13725
+    yes) enable_fast_install=yes ;;
 
13726
+    no) enable_fast_install=no ;;
 
13727
+    *)
 
13728
+      enable_fast_install=no
 
13729
+      # Look at the argument we got.  We use all the common list separators.
 
13730
+      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
13731
+      for pkg in $enableval; do
 
13732
+       IFS="$lt_save_ifs"
 
13733
+       if test "X$pkg" = "X$p"; then
 
13734
+         enable_fast_install=yes
 
13735
+       fi
 
13736
+      done
 
13737
+      IFS="$lt_save_ifs"
 
13738
+      ;;
 
13739
+    esac],
 
13740
+    [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT)
 
13741
 
 
13742
+_LT_DECL([fast_install], [enable_fast_install], [0],
 
13743
+        [Whether or not to optimize for fast installation])dnl
 
13744
+])# _LT_ENABLE_FAST_INSTALL
 
13745
 
 
13746
-# _LT_DECL_SED
 
13747
-# ------------
 
13748
-# Check for a fully-functional sed program, that truncates
 
13749
-# as few characters as possible.  Prefer GNU sed if found.
 
13750
-m4_defun([_LT_DECL_SED],
 
13751
-[AC_PROG_SED
 
13752
-test -z "$SED" && SED=sed
 
13753
-Xsed="$SED -e 1s/^X//"
 
13754
-_LT_DECL([], [SED], [1], [A sed program that does not truncate output])
 
13755
-_LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"],
 
13756
-    [Sed that helps us avoid accidentally triggering echo(1) options like -n])
 
13757
-])# _LT_DECL_SED
 
13758
+LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
 
13759
+LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
 
13760
 
 
13761
-m4_ifndef([AC_PROG_SED], [
 
13762
-# NOTE: This macro has been submitted for inclusion into   #
 
13763
-#  GNU Autoconf as AC_PROG_SED.  When it is available in   #
 
13764
-#  a released version of Autoconf we should remove this    #
 
13765
-#  macro and use it instead.                               #
 
13766
+# Old names:
 
13767
+AU_DEFUN([AC_ENABLE_FAST_INSTALL],
 
13768
+[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
 
13769
+AC_DIAGNOSE([obsolete],
 
13770
+[$0: Remove this warning and the call to _LT_SET_OPTION when you put
 
13771
+the `fast-install' option into LT_INIT's first parameter.])
 
13772
+])
 
13773
 
 
13774
-m4_defun([AC_PROG_SED],
 
13775
-[AC_MSG_CHECKING([for a sed that does not truncate output])
 
13776
-AC_CACHE_VAL(lt_cv_path_SED,
 
13777
-[# Loop through the user's path and test for sed and gsed.
 
13778
-# Then use that list of sed's as ones to test for truncation.
 
13779
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
13780
-for as_dir in $PATH
 
13781
-do
 
13782
-  IFS=$as_save_IFS
 
13783
-  test -z "$as_dir" && as_dir=.
 
13784
-  for lt_ac_prog in sed gsed; do
 
13785
-    for ac_exec_ext in '' $ac_executable_extensions; do
 
13786
-      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
 
13787
-        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
 
13788
-      fi
 
13789
-    done
 
13790
-  done
 
13791
-done
 
13792
-IFS=$as_save_IFS
 
13793
-lt_ac_max=0
 
13794
-lt_ac_count=0
 
13795
-# Add /usr/xpg4/bin/sed as it is typically found on Solaris
 
13796
-# along with /bin/sed that truncates output.
 
13797
-for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
 
13798
-  test ! -f $lt_ac_sed && continue
 
13799
-  cat /dev/null > conftest.in
 
13800
-  lt_ac_count=0
 
13801
-  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
 
13802
-  # Check for GNU sed and select it if it is found.
 
13803
-  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
 
13804
-    lt_cv_path_SED=$lt_ac_sed
 
13805
-    break
 
13806
-  fi
 
13807
-  while true; do
 
13808
-    cat conftest.in conftest.in >conftest.tmp
 
13809
-    mv conftest.tmp conftest.in
 
13810
-    cp conftest.in conftest.nl
 
13811
-    echo >>conftest.nl
 
13812
-    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
 
13813
-    cmp -s conftest.out conftest.nl || break
 
13814
-    # 10000 chars as input seems more than enough
 
13815
-    test $lt_ac_count -gt 10 && break
 
13816
-    lt_ac_count=`expr $lt_ac_count + 1`
 
13817
-    if test $lt_ac_count -gt $lt_ac_max; then
 
13818
-      lt_ac_max=$lt_ac_count
 
13819
-      lt_cv_path_SED=$lt_ac_sed
 
13820
-    fi
 
13821
-  done
 
13822
-done
 
13823
+AU_DEFUN([AC_DISABLE_FAST_INSTALL],
 
13824
+[_LT_SET_OPTION([LT_INIT], [disable-fast-install])
 
13825
+AC_DIAGNOSE([obsolete],
 
13826
+[$0: Remove this warning and the call to _LT_SET_OPTION when you put
 
13827
+the `disable-fast-install' option into LT_INIT's first parameter.])
 
13828
 ])
 
13829
-SED=$lt_cv_path_SED
 
13830
-AC_SUBST([SED])
 
13831
-AC_MSG_RESULT([$SED])
 
13832
-])#AC_PROG_SED
 
13833
-])#m4_ifndef
 
13834
 
 
13835
-# Old name:
 
13836
-AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED])
 
13837
 dnl aclocal-1.4 backwards compatibility:
 
13838
-dnl AC_DEFUN([LT_AC_PROG_SED], [])
 
13839
-
 
13840
+dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], [])
 
13841
+dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], [])
 
13842
 
 
13843
-# _LT_CHECK_SHELL_FEATURES
 
13844
-# ------------------------
 
13845
-# Find out whether the shell is Bourne or XSI compatible,
 
13846
-# or has some other useful features.
 
13847
-m4_defun([_LT_CHECK_SHELL_FEATURES],
 
13848
-[AC_MSG_CHECKING([whether the shell understands some XSI constructs])
 
13849
-# Try some XSI features
 
13850
-xsi_shell=no
 
13851
-( _lt_dummy="a/b/c"
 
13852
-  test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
 
13853
-      = c,a/b,, \
 
13854
-    && eval 'test $(( 1 + 1 )) -eq 2 \
 
13855
-    && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
 
13856
-  && xsi_shell=yes
 
13857
-AC_MSG_RESULT([$xsi_shell])
 
13858
-_LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell'])
 
13859
 
 
13860
-AC_MSG_CHECKING([whether the shell understands "+="])
 
13861
-lt_shell_append=no
 
13862
-( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \
 
13863
-    >/dev/null 2>&1 \
 
13864
-  && lt_shell_append=yes
 
13865
-AC_MSG_RESULT([$lt_shell_append])
 
13866
-_LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append'])
 
13867
+# _LT_WITH_PIC([MODE])
 
13868
+# --------------------
 
13869
+# implement the --with-pic flag, and support the `pic-only' and `no-pic'
 
13870
+# LT_INIT options.
 
13871
+# MODE is either `yes' or `no'.  If omitted, it defaults to `both'.
 
13872
+m4_define([_LT_WITH_PIC],
 
13873
+[AC_ARG_WITH([pic],
 
13874
+    [AS_HELP_STRING([--with-pic],
 
13875
+       [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
 
13876
+    [pic_mode="$withval"],
 
13877
+    [pic_mode=default])
 
13878
 
 
13879
-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 
13880
-  lt_unset=unset
 
13881
-else
 
13882
-  lt_unset=false
 
13883
-fi
 
13884
-_LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl
 
13885
+test -z "$pic_mode" && pic_mode=m4_default([$1], [default])
 
13886
 
 
13887
-# test EBCDIC or ASCII
 
13888
-case `echo X|tr X '\101'` in
 
13889
- A) # ASCII based system
 
13890
-    # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
 
13891
-  lt_SP2NL='tr \040 \012'
 
13892
-  lt_NL2SP='tr \015\012 \040\040'
 
13893
-  ;;
 
13894
- *) # EBCDIC based system
 
13895
-  lt_SP2NL='tr \100 \n'
 
13896
-  lt_NL2SP='tr \r\n \100\100'
 
13897
-  ;;
 
13898
-esac
 
13899
-_LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl
 
13900
-_LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl
 
13901
-])# _LT_CHECK_SHELL_FEATURES
 
13902
+_LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
 
13903
+])# _LT_WITH_PIC
 
13904
 
 
13905
+LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])])
 
13906
+LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])])
 
13907
 
 
13908
-# _LT_PROG_XSI_SHELLFNS
 
13909
-# ---------------------
 
13910
-# Bourne and XSI compatible variants of some useful shell functions.
 
13911
-m4_defun([_LT_PROG_XSI_SHELLFNS],
 
13912
-[case $xsi_shell in
 
13913
-  yes)
 
13914
-    cat << \_LT_EOF >> "$cfgfile"
 
13915
+# Old name:
 
13916
+AU_DEFUN([AC_LIBTOOL_PICMODE],
 
13917
+[_LT_SET_OPTION([LT_INIT], [pic-only])
 
13918
+AC_DIAGNOSE([obsolete],
 
13919
+[$0: Remove this warning and the call to _LT_SET_OPTION when you
 
13920
+put the `pic-only' option into LT_INIT's first parameter.])
 
13921
+])
 
13922
 
 
13923
-# func_dirname file append nondir_replacement
 
13924
-# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
 
13925
-# otherwise set result to NONDIR_REPLACEMENT.
 
13926
-func_dirname ()
 
13927
-{
 
13928
-  case ${1} in
 
13929
-    */*) func_dirname_result="${1%/*}${2}" ;;
 
13930
-    *  ) func_dirname_result="${3}" ;;
 
13931
-  esac
 
13932
-}
 
13933
+dnl aclocal-1.4 backwards compatibility:
 
13934
+dnl AC_DEFUN([AC_LIBTOOL_PICMODE], [])
 
13935
 
 
13936
-# func_basename file
 
13937
-func_basename ()
 
13938
-{
 
13939
-  func_basename_result="${1##*/}"
 
13940
-}
 
13941
 
 
13942
-# func_dirname_and_basename file append nondir_replacement
 
13943
-# perform func_basename and func_dirname in a single function
 
13944
-# call:
 
13945
-#   dirname:  Compute the dirname of FILE.  If nonempty,
 
13946
-#             add APPEND to the result, otherwise set result
 
13947
-#             to NONDIR_REPLACEMENT.
 
13948
-#             value returned in "$func_dirname_result"
 
13949
-#   basename: Compute filename of FILE.
 
13950
-#             value retuned in "$func_basename_result"
 
13951
-# Implementation must be kept synchronized with func_dirname
 
13952
-# and func_basename. For efficiency, we do not delegate to
 
13953
-# those functions but instead duplicate the functionality here.
 
13954
-func_dirname_and_basename ()
 
13955
-{
 
13956
-  case ${1} in
 
13957
-    */*) func_dirname_result="${1%/*}${2}" ;;
 
13958
-    *  ) func_dirname_result="${3}" ;;
 
13959
-  esac
 
13960
-  func_basename_result="${1##*/}"
 
13961
-}
 
13962
+m4_define([_LTDL_MODE], [])
 
13963
+LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive],
 
13964
+                [m4_define([_LTDL_MODE], [nonrecursive])])
 
13965
+LT_OPTION_DEFINE([LTDL_INIT], [recursive],
 
13966
+                [m4_define([_LTDL_MODE], [recursive])])
 
13967
+LT_OPTION_DEFINE([LTDL_INIT], [subproject],
 
13968
+                [m4_define([_LTDL_MODE], [subproject])])
 
13969
 
 
13970
-# func_stripname prefix suffix name
 
13971
-# strip PREFIX and SUFFIX off of NAME.
 
13972
-# PREFIX and SUFFIX must not contain globbing or regex special
 
13973
-# characters, hashes, percent signs, but SUFFIX may contain a leading
 
13974
-# dot (in which case that matches only a dot).
 
13975
-func_stripname ()
 
13976
-{
 
13977
-  # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
 
13978
-  # positional parameters, so assign one to ordinary parameter first.
 
13979
-  func_stripname_result=${3}
 
13980
-  func_stripname_result=${func_stripname_result#"${1}"}
 
13981
-  func_stripname_result=${func_stripname_result%"${2}"}
 
13982
-}
 
13983
+m4_define([_LTDL_TYPE], [])
 
13984
+LT_OPTION_DEFINE([LTDL_INIT], [installable],
 
13985
+                [m4_define([_LTDL_TYPE], [installable])])
 
13986
+LT_OPTION_DEFINE([LTDL_INIT], [convenience],
 
13987
+                [m4_define([_LTDL_TYPE], [convenience])])
 
13988
 
 
13989
-# func_opt_split
 
13990
-func_opt_split ()
 
13991
-{
 
13992
-  func_opt_split_opt=${1%%=*}
 
13993
-  func_opt_split_arg=${1#*=}
 
13994
-}
 
13995
+# ltsugar.m4 -- libtool m4 base layer.                         -*-Autoconf-*-
 
13996
+#
 
13997
+# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
 
13998
+# Written by Gary V. Vaughan, 2004
 
13999
+#
 
14000
+# This file is free software; the Free Software Foundation gives
 
14001
+# unlimited permission to copy and/or distribute it, with or without
 
14002
+# modifications, as long as this notice is preserved.
 
14003
 
 
14004
-# func_lo2o object
 
14005
-func_lo2o ()
 
14006
-{
 
14007
-  case ${1} in
 
14008
-    *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
 
14009
-    *)    func_lo2o_result=${1} ;;
 
14010
-  esac
 
14011
-}
 
14012
+# serial 6 ltsugar.m4
 
14013
 
 
14014
-# func_xform libobj-or-source
 
14015
-func_xform ()
 
14016
-{
 
14017
-  func_xform_result=${1%.*}.lo
 
14018
-}
 
14019
+# This is to help aclocal find these macros, as it can't see m4_define.
 
14020
+AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
 
14021
 
 
14022
-# func_arith arithmetic-term...
 
14023
-func_arith ()
 
14024
-{
 
14025
-  func_arith_result=$(( $[*] ))
 
14026
-}
 
14027
 
 
14028
-# func_len string
 
14029
-# STRING may not start with a hyphen.
 
14030
-func_len ()
 
14031
-{
 
14032
-  func_len_result=${#1}
 
14033
-}
 
14034
+# lt_join(SEP, ARG1, [ARG2...])
 
14035
+# -----------------------------
 
14036
+# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
 
14037
+# associated separator.
 
14038
+# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
 
14039
+# versions in m4sugar had bugs.
 
14040
+m4_define([lt_join],
 
14041
+[m4_if([$#], [1], [],
 
14042
+       [$#], [2], [[$2]],
 
14043
+       [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])])
 
14044
+m4_define([_lt_join],
 
14045
+[m4_if([$#$2], [2], [],
 
14046
+       [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])])
 
14047
 
 
14048
-_LT_EOF
 
14049
-    ;;
 
14050
-  *) # Bourne compatible functions.
 
14051
-    cat << \_LT_EOF >> "$cfgfile"
 
14052
 
 
14053
-# func_dirname file append nondir_replacement
 
14054
-# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
 
14055
-# otherwise set result to NONDIR_REPLACEMENT.
 
14056
-func_dirname ()
 
14057
-{
 
14058
-  # Extract subdirectory from the argument.
 
14059
-  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
 
14060
-  if test "X$func_dirname_result" = "X${1}"; then
 
14061
-    func_dirname_result="${3}"
 
14062
-  else
 
14063
-    func_dirname_result="$func_dirname_result${2}"
 
14064
-  fi
 
14065
-}
 
14066
+# lt_car(LIST)
 
14067
+# lt_cdr(LIST)
 
14068
+# ------------
 
14069
+# Manipulate m4 lists.
 
14070
+# These macros are necessary as long as will still need to support
 
14071
+# Autoconf-2.59 which quotes differently.
 
14072
+m4_define([lt_car], [[$1]])
 
14073
+m4_define([lt_cdr],
 
14074
+[m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])],
 
14075
+       [$#], 1, [],
 
14076
+       [m4_dquote(m4_shift($@))])])
 
14077
+m4_define([lt_unquote], $1)
 
14078
 
 
14079
-# func_basename file
 
14080
-func_basename ()
 
14081
-{
 
14082
-  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
 
14083
-}
 
14084
 
 
14085
-dnl func_dirname_and_basename
 
14086
-dnl A portable version of this function is already defined in general.m4sh
 
14087
-dnl so there is no need for it here.
 
14088
+# lt_append(MACRO-NAME, STRING, [SEPARATOR])
 
14089
+# ------------------------------------------
 
14090
+# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
 
14091
+# Note that neither SEPARATOR nor STRING are expanded; they are appended
 
14092
+# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
 
14093
+# No SEPARATOR is output if MACRO-NAME was previously undefined (different
 
14094
+# than defined and empty).
 
14095
+#
 
14096
+# This macro is needed until we can rely on Autoconf 2.62, since earlier
 
14097
+# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
 
14098
+m4_define([lt_append],
 
14099
+[m4_define([$1],
 
14100
+          m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])])
 
14101
 
 
14102
-# func_stripname prefix suffix name
 
14103
-# strip PREFIX and SUFFIX off of NAME.
 
14104
-# PREFIX and SUFFIX must not contain globbing or regex special
 
14105
-# characters, hashes, percent signs, but SUFFIX may contain a leading
 
14106
-# dot (in which case that matches only a dot).
 
14107
-# func_strip_suffix prefix name
 
14108
-func_stripname ()
 
14109
-{
 
14110
-  case ${2} in
 
14111
-    .*) func_stripname_result=`$ECHO "X${3}" \
 
14112
-           | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
 
14113
-    *)  func_stripname_result=`$ECHO "X${3}" \
 
14114
-           | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
 
14115
-  esac
 
14116
-}
 
14117
 
 
14118
-# sed scripts:
 
14119
-my_sed_long_opt='1s/^\(-[[^=]]*\)=.*/\1/;q'
 
14120
-my_sed_long_arg='1s/^-[[^=]]*=//'
 
14121
 
 
14122
-# func_opt_split
 
14123
-func_opt_split ()
 
14124
-{
 
14125
-  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
 
14126
-  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
 
14127
-}
 
14128
+# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
 
14129
+# ----------------------------------------------------------
 
14130
+# Produce a SEP delimited list of all paired combinations of elements of
 
14131
+# PREFIX-LIST with SUFFIX1 through SUFFIXn.  Each element of the list
 
14132
+# has the form PREFIXmINFIXSUFFIXn.
 
14133
+# Needed until we can rely on m4_combine added in Autoconf 2.62.
 
14134
+m4_define([lt_combine],
 
14135
+[m4_if(m4_eval([$# > 3]), [1],
 
14136
+       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
 
14137
+[[m4_foreach([_Lt_prefix], [$2],
 
14138
+            [m4_foreach([_Lt_suffix],
 
14139
+               ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[,
 
14140
+       [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])])
 
14141
+
 
14142
+
 
14143
+# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
 
14144
+# -----------------------------------------------------------------------
 
14145
+# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
 
14146
+# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
 
14147
+m4_define([lt_if_append_uniq],
 
14148
+[m4_ifdef([$1],
 
14149
+         [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1],
 
14150
+                [lt_append([$1], [$2], [$3])$4],
 
14151
+                [$5])],
 
14152
+         [lt_append([$1], [$2], [$3])$4])])
 
14153
+
 
14154
 
 
14155
-# func_lo2o object
 
14156
-func_lo2o ()
 
14157
-{
 
14158
-  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
 
14159
-}
 
14160
+# lt_dict_add(DICT, KEY, VALUE)
 
14161
+# -----------------------------
 
14162
+m4_define([lt_dict_add],
 
14163
+[m4_define([$1($2)], [$3])])
 
14164
 
 
14165
-# func_xform libobj-or-source
 
14166
-func_xform ()
 
14167
-{
 
14168
-  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[[^.]]*$/.lo/'`
 
14169
-}
 
14170
 
 
14171
-# func_arith arithmetic-term...
 
14172
-func_arith ()
 
14173
-{
 
14174
-  func_arith_result=`expr "$[@]"`
 
14175
-}
 
14176
+# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
 
14177
+# --------------------------------------------
 
14178
+m4_define([lt_dict_add_subkey],
 
14179
+[m4_define([$1($2:$3)], [$4])])
 
14180
 
 
14181
-# func_len string
 
14182
-# STRING may not start with a hyphen.
 
14183
-func_len ()
 
14184
-{
 
14185
-  func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len`
 
14186
-}
 
14187
 
 
14188
-_LT_EOF
 
14189
-esac
 
14190
+# lt_dict_fetch(DICT, KEY, [SUBKEY])
 
14191
+# ----------------------------------
 
14192
+m4_define([lt_dict_fetch],
 
14193
+[m4_ifval([$3],
 
14194
+       m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]),
 
14195
+    m4_ifdef([$1($2)], [m4_defn([$1($2)])]))])
 
14196
 
 
14197
-case $lt_shell_append in
 
14198
-  yes)
 
14199
-    cat << \_LT_EOF >> "$cfgfile"
 
14200
 
 
14201
-# func_append var value
 
14202
-# Append VALUE to the end of shell variable VAR.
 
14203
-func_append ()
 
14204
-{
 
14205
-  eval "$[1]+=\$[2]"
 
14206
-}
 
14207
-_LT_EOF
 
14208
-    ;;
 
14209
-  *)
 
14210
-    cat << \_LT_EOF >> "$cfgfile"
 
14211
+# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
 
14212
+# -----------------------------------------------------------------
 
14213
+m4_define([lt_if_dict_fetch],
 
14214
+[m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4],
 
14215
+       [$5],
 
14216
+    [$6])])
 
14217
 
 
14218
-# func_append var value
 
14219
-# Append VALUE to the end of shell variable VAR.
 
14220
-func_append ()
 
14221
-{
 
14222
-  eval "$[1]=\$$[1]\$[2]"
 
14223
-}
 
14224
 
 
14225
-_LT_EOF
 
14226
-    ;;
 
14227
-  esac
 
14228
+# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
 
14229
+# --------------------------------------------------------------
 
14230
+m4_define([lt_dict_filter],
 
14231
+[m4_if([$5], [], [],
 
14232
+  [lt_join(m4_quote(m4_default([$4], [[, ]])),
 
14233
+           lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]),
 
14234
+                     [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl
 
14235
 ])
 
14236
 
 
14237
-# Helper functions for option handling.                    -*- Autoconf -*-
 
14238
+# ltversion.m4 -- version numbers                      -*- Autoconf -*-
 
14239
 #
 
14240
-#   Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
 
14241
-#   Written by Gary V. Vaughan, 2004
 
14242
+#   Copyright (C) 2004 Free Software Foundation, Inc.
 
14243
+#   Written by Scott James Remnant, 2004
 
14244
 #
 
14245
 # This file is free software; the Free Software Foundation gives
 
14246
 # unlimited permission to copy and/or distribute it, with or without
 
14247
 # modifications, as long as this notice is preserved.
 
14248
 
 
14249
-# serial 6 ltoptions.m4
 
14250
+# Generated from ltversion.in.
 
14251
 
 
14252
-# This is to help aclocal find these macros, as it can't see m4_define.
 
14253
-AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
 
14254
+# serial 3017 ltversion.m4
 
14255
+# This file is part of GNU Libtool
 
14256
 
 
14257
+m4_define([LT_PACKAGE_VERSION], [2.2.6b])
 
14258
+m4_define([LT_PACKAGE_REVISION], [1.3017])
 
14259
 
 
14260
-# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
 
14261
-# ------------------------------------------
 
14262
-m4_define([_LT_MANGLE_OPTION],
 
14263
-[[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])])
 
14264
+AC_DEFUN([LTVERSION_VERSION],
 
14265
+[macro_version='2.2.6b'
 
14266
+macro_revision='1.3017'
 
14267
+_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
 
14268
+_LT_DECL(, macro_revision, 0)
 
14269
+])
 
14270
+
 
14271
+# lt~obsolete.m4 -- aclocal satisfying obsolete definitions.    -*-Autoconf-*-
 
14272
+#
 
14273
+#   Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc.
 
14274
+#   Written by Scott James Remnant, 2004.
 
14275
+#
 
14276
+# This file is free software; the Free Software Foundation gives
 
14277
+# unlimited permission to copy and/or distribute it, with or without
 
14278
+# modifications, as long as this notice is preserved.
 
14279
 
 
14280
+# serial 4 lt~obsolete.m4
 
14281
 
 
14282
-# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
 
14283
-# ---------------------------------------
 
14284
-# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
 
14285
-# matching handler defined, dispatch to it.  Other OPTION-NAMEs are
 
14286
-# saved as a flag.
 
14287
-m4_define([_LT_SET_OPTION],
 
14288
-[m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl
 
14289
-m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]),
 
14290
-        _LT_MANGLE_DEFUN([$1], [$2]),
 
14291
-    [m4_warning([Unknown $1 option `$2'])])[]dnl
 
14292
-])
 
14293
+# These exist entirely to fool aclocal when bootstrapping libtool.
 
14294
+#
 
14295
+# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
 
14296
+# which have later been changed to m4_define as they aren't part of the
 
14297
+# exported API, or moved to Autoconf or Automake where they belong.
 
14298
+#
 
14299
+# The trouble is, aclocal is a bit thick.  It'll see the old AC_DEFUN
 
14300
+# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
 
14301
+# using a macro with the same name in our local m4/libtool.m4 it'll
 
14302
+# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
 
14303
+# and doesn't know about Autoconf macros at all.)
 
14304
+#
 
14305
+# So we provide this file, which has a silly filename so it's always
 
14306
+# included after everything else.  This provides aclocal with the
 
14307
+# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
 
14308
+# because those macros already exist, or will be overwritten later.
 
14309
+# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. 
 
14310
+#
 
14311
+# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
 
14312
+# Yes, that means every name once taken will need to remain here until
 
14313
+# we give up compatibility with versions before 1.7, at which point
 
14314
+# we need to keep only those names which we still refer to.
 
14315
 
 
14316
+# This is to help aclocal find these macros, as it can't see m4_define.
 
14317
+AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
 
14318
 
 
14319
-# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
 
14320
-# ------------------------------------------------------------
 
14321
-# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
 
14322
-m4_define([_LT_IF_OPTION],
 
14323
-[m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])])
 
14324
+m4_ifndef([AC_LIBTOOL_LINKER_OPTION],  [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])])
 
14325
+m4_ifndef([AC_PROG_EGREP],             [AC_DEFUN([AC_PROG_EGREP])])
 
14326
+m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH],        [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])])
 
14327
+m4_ifndef([_LT_AC_SHELL_INIT],         [AC_DEFUN([_LT_AC_SHELL_INIT])])
 
14328
+m4_ifndef([_LT_AC_SYS_LIBPATH_AIX],    [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])])
 
14329
+m4_ifndef([_LT_PROG_LTMAIN],           [AC_DEFUN([_LT_PROG_LTMAIN])])
 
14330
+m4_ifndef([_LT_AC_TAGVAR],             [AC_DEFUN([_LT_AC_TAGVAR])])
 
14331
+m4_ifndef([AC_LTDL_ENABLE_INSTALL],    [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])])
 
14332
+m4_ifndef([AC_LTDL_PREOPEN],           [AC_DEFUN([AC_LTDL_PREOPEN])])
 
14333
+m4_ifndef([_LT_AC_SYS_COMPILER],       [AC_DEFUN([_LT_AC_SYS_COMPILER])])
 
14334
+m4_ifndef([_LT_AC_LOCK],               [AC_DEFUN([_LT_AC_LOCK])])
 
14335
+m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE],        [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])])
 
14336
+m4_ifndef([_LT_AC_TRY_DLOPEN_SELF],    [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])])
 
14337
+m4_ifndef([AC_LIBTOOL_PROG_CC_C_O],    [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])])
 
14338
+m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])])
 
14339
+m4_ifndef([AC_LIBTOOL_OBJDIR],         [AC_DEFUN([AC_LIBTOOL_OBJDIR])])
 
14340
+m4_ifndef([AC_LTDL_OBJDIR],            [AC_DEFUN([AC_LTDL_OBJDIR])])
 
14341
+m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])])
 
14342
+m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP],  [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])])
 
14343
+m4_ifndef([AC_PATH_MAGIC],             [AC_DEFUN([AC_PATH_MAGIC])])
 
14344
+m4_ifndef([AC_PROG_LD_GNU],            [AC_DEFUN([AC_PROG_LD_GNU])])
 
14345
+m4_ifndef([AC_PROG_LD_RELOAD_FLAG],    [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])])
 
14346
+m4_ifndef([AC_DEPLIBS_CHECK_METHOD],   [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])])
 
14347
+m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])])
 
14348
+m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])])
 
14349
+m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])])
 
14350
+m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])])
 
14351
+m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])])
 
14352
+m4_ifndef([LT_AC_PROG_EGREP],          [AC_DEFUN([LT_AC_PROG_EGREP])])
 
14353
+m4_ifndef([LT_AC_PROG_SED],            [AC_DEFUN([LT_AC_PROG_SED])])
 
14354
+m4_ifndef([_LT_CC_BASENAME],           [AC_DEFUN([_LT_CC_BASENAME])])
 
14355
+m4_ifndef([_LT_COMPILER_BOILERPLATE],  [AC_DEFUN([_LT_COMPILER_BOILERPLATE])])
 
14356
+m4_ifndef([_LT_LINKER_BOILERPLATE],    [AC_DEFUN([_LT_LINKER_BOILERPLATE])])
 
14357
+m4_ifndef([_AC_PROG_LIBTOOL],          [AC_DEFUN([_AC_PROG_LIBTOOL])])
 
14358
+m4_ifndef([AC_LIBTOOL_SETUP],          [AC_DEFUN([AC_LIBTOOL_SETUP])])
 
14359
+m4_ifndef([_LT_AC_CHECK_DLFCN],                [AC_DEFUN([_LT_AC_CHECK_DLFCN])])
 
14360
+m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER],     [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])])
 
14361
+m4_ifndef([_LT_AC_TAGCONFIG],          [AC_DEFUN([_LT_AC_TAGCONFIG])])
 
14362
+m4_ifndef([AC_DISABLE_FAST_INSTALL],   [AC_DEFUN([AC_DISABLE_FAST_INSTALL])])
 
14363
+m4_ifndef([_LT_AC_LANG_CXX],           [AC_DEFUN([_LT_AC_LANG_CXX])])
 
14364
+m4_ifndef([_LT_AC_LANG_F77],           [AC_DEFUN([_LT_AC_LANG_F77])])
 
14365
+m4_ifndef([_LT_AC_LANG_GCJ],           [AC_DEFUN([_LT_AC_LANG_GCJ])])
 
14366
+m4_ifndef([AC_LIBTOOL_RC],             [AC_DEFUN([AC_LIBTOOL_RC])])
 
14367
+m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG],  [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])])
 
14368
+m4_ifndef([_LT_AC_LANG_C_CONFIG],      [AC_DEFUN([_LT_AC_LANG_C_CONFIG])])
 
14369
+m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG],        [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])])
 
14370
+m4_ifndef([_LT_AC_LANG_CXX_CONFIG],    [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])])
 
14371
+m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG],        [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])])
 
14372
+m4_ifndef([_LT_AC_LANG_F77_CONFIG],    [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])])
 
14373
+m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG],        [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])])
 
14374
+m4_ifndef([_LT_AC_LANG_GCJ_CONFIG],    [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])])
 
14375
+m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])])
 
14376
+m4_ifndef([_LT_AC_LANG_RC_CONFIG],     [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
 
14377
+m4_ifndef([AC_LIBTOOL_CONFIG],         [AC_DEFUN([AC_LIBTOOL_CONFIG])])
 
14378
+m4_ifndef([_LT_AC_FILE_LTDLL_C],       [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
 
14379
 
 
14380
+# pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-
 
14381
+# 
 
14382
+# Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
 
14383
+#
 
14384
+# This program is free software; you can redistribute it and/or modify
 
14385
+# it under the terms of the GNU General Public License as published by
 
14386
+# the Free Software Foundation; either version 2 of the License, or
 
14387
+# (at your option) any later version.
 
14388
+#
 
14389
+# This program is distributed in the hope that it will be useful, but
 
14390
+# WITHOUT ANY WARRANTY; without even the implied warranty of
 
14391
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
14392
+# General Public License for more details.
 
14393
+#
 
14394
+# You should have received a copy of the GNU General Public License
 
14395
+# along with this program; if not, write to the Free Software
 
14396
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
14397
+#
 
14398
+# As a special exception to the GNU General Public License, if you
 
14399
+# distribute this file as part of a program that contains a
 
14400
+# configuration script generated by Autoconf, you may include it under
 
14401
+# the same distribution terms that you use for the rest of that program.
 
14402
 
 
14403
-# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
 
14404
-# -------------------------------------------------------
 
14405
-# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
 
14406
-# are set.
 
14407
-m4_define([_LT_UNLESS_OPTIONS],
 
14408
-[m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
 
14409
-           [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option),
 
14410
-                     [m4_define([$0_found])])])[]dnl
 
14411
-m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3
 
14412
-])[]dnl
 
14413
-])
 
14414
+# PKG_PROG_PKG_CONFIG([MIN-VERSION])
 
14415
+# ----------------------------------
 
14416
+AC_DEFUN([PKG_PROG_PKG_CONFIG],
 
14417
+[m4_pattern_forbid([^_?PKG_[A-Z_]+$])
 
14418
+m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
 
14419
+AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
 
14420
+if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
 
14421
+       AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
 
14422
+fi
 
14423
+if test -n "$PKG_CONFIG"; then
 
14424
+       _pkg_min_version=m4_default([$1], [0.9.0])
 
14425
+       AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
 
14426
+       if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
 
14427
+               AC_MSG_RESULT([yes])
 
14428
+       else
 
14429
+               AC_MSG_RESULT([no])
 
14430
+               PKG_CONFIG=""
 
14431
+       fi
 
14432
+               
 
14433
+fi[]dnl
 
14434
+])# PKG_PROG_PKG_CONFIG
 
14435
+
 
14436
+# PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
 
14437
+#
 
14438
+# Check to see whether a particular set of modules exists.  Similar
 
14439
+# to PKG_CHECK_MODULES(), but does not set variables or print errors.
 
14440
+#
 
14441
+#
 
14442
+# Similar to PKG_CHECK_MODULES, make sure that the first instance of
 
14443
+# this or PKG_CHECK_MODULES is called, or make sure to call
 
14444
+# PKG_CHECK_EXISTS manually
 
14445
+# --------------------------------------------------------------
 
14446
+AC_DEFUN([PKG_CHECK_EXISTS],
 
14447
+[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
 
14448
+if test -n "$PKG_CONFIG" && \
 
14449
+    AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
 
14450
+  m4_ifval([$2], [$2], [:])
 
14451
+m4_ifvaln([$3], [else
 
14452
+  $3])dnl
 
14453
+fi])
 
14454
 
 
14455
 
 
14456
-# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
 
14457
-# ----------------------------------------
 
14458
-# OPTION-LIST is a space-separated list of Libtool options associated
 
14459
-# with MACRO-NAME.  If any OPTION has a matching handler declared with
 
14460
-# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
 
14461
-# the unknown option and exit.
 
14462
-m4_defun([_LT_SET_OPTIONS],
 
14463
-[# Set options
 
14464
-m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
 
14465
-    [_LT_SET_OPTION([$1], _LT_Option)])
 
14466
+# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
 
14467
+# ---------------------------------------------
 
14468
+m4_define([_PKG_CONFIG],
119
14469
+[if test -n "$PKG_CONFIG"; then
120
14470
+    if test -n "$$1"; then
121
14471
+        pkg_cv_[]$1="$$1"
126
14476
+    fi
127
14477
+else
128
14478
+       pkg_failed=untried
129
 
 fi[]dnl
130
 
 ])# _PKG_CONFIG
131
 
 
132
 
@@ -8127,9 +8142,9 @@
133
 
 if test $pkg_failed = yes; then
134
 
         _PKG_SHORT_ERRORS_SUPPORTED
135
 
         if test $_pkg_short_errors_supported = yes; then
 
14479
+fi[]dnl
 
14480
+])# _PKG_CONFIG
 
14481
 
 
14482
-m4_if([$1],[LT_INIT],[
 
14483
-  dnl
 
14484
-  dnl Simply set some default values (i.e off) if boolean options were not
 
14485
-  dnl specified:
 
14486
-  _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no
 
14487
-  ])
 
14488
-  _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no
 
14489
-  ])
 
14490
-  dnl
 
14491
-  dnl If no reference was made to various pairs of opposing options, then
 
14492
-  dnl we run the default mode handler for the pair.  For example, if neither
 
14493
-  dnl `shared' nor `disable-shared' was passed, we enable building of shared
 
14494
-  dnl archives by default:
 
14495
-  _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
 
14496
-  _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
 
14497
-  _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC])
 
14498
-  _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
 
14499
-                  [_LT_ENABLE_FAST_INSTALL])
 
14500
-  ])
 
14501
-])# _LT_SET_OPTIONS
 
14502
+# _PKG_SHORT_ERRORS_SUPPORTED
 
14503
+# -----------------------------
 
14504
+AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED],
 
14505
+[AC_REQUIRE([PKG_PROG_PKG_CONFIG])
 
14506
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
14507
+        _pkg_short_errors_supported=yes
 
14508
+else
 
14509
+        _pkg_short_errors_supported=no
 
14510
+fi[]dnl
 
14511
+])# _PKG_SHORT_ERRORS_SUPPORTED
 
14512
 
 
14513
 
 
14514
+# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
 
14515
+# [ACTION-IF-NOT-FOUND])
 
14516
+#
 
14517
+#
 
14518
+# Note that if there is a possibility the first call to
 
14519
+# PKG_CHECK_MODULES might not happen, you should be sure to include an
 
14520
+# explicit call to PKG_PROG_PKG_CONFIG in your configure.ac
 
14521
+#
 
14522
+#
 
14523
+# --------------------------------------------------------------
 
14524
+AC_DEFUN([PKG_CHECK_MODULES],
 
14525
+[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
 
14526
+AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
 
14527
+AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
 
14528
 
 
14529
-# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
 
14530
-# -----------------------------------------
 
14531
-m4_define([_LT_MANGLE_DEFUN],
 
14532
-[[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])])
 
14533
+pkg_failed=no
 
14534
+AC_MSG_CHECKING([for $1])
 
14535
 
 
14536
+_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
 
14537
+_PKG_CONFIG([$1][_LIBS], [libs], [$2])
 
14538
 
 
14539
-# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
 
14540
-# -----------------------------------------------
 
14541
-m4_define([LT_OPTION_DEFINE],
 
14542
-[m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl
 
14543
-])# LT_OPTION_DEFINE
 
14544
+m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
 
14545
+and $1[]_LIBS to avoid the need to call pkg-config.
 
14546
+See the pkg-config man page for more details.])
 
14547
 
 
14548
+if test $pkg_failed = yes; then
 
14549
+        _PKG_SHORT_ERRORS_SUPPORTED
 
14550
+        if test $_pkg_short_errors_supported = yes; then
 
14551
+               $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
 
14552
+        else 
 
14553
+               $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
 
14554
+        fi
 
14555
+       # Put the nasty error message in config.log where it belongs
 
14556
+       echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
 
14557
 
 
14558
-# dlopen
 
14559
-# ------
 
14560
-LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes
 
14561
-])
 
14562
+       ifelse([$4], , [AC_MSG_ERROR(dnl
 
14563
+[Package requirements ($2) were not met:
 
14564
 
 
14565
-AU_DEFUN([AC_LIBTOOL_DLOPEN],
 
14566
-[_LT_SET_OPTION([LT_INIT], [dlopen])
 
14567
-AC_DIAGNOSE([obsolete],
 
14568
-[$0: Remove this warning and the call to _LT_SET_OPTION when you
 
14569
-put the `dlopen' option into LT_INIT's first parameter.])
 
14570
-])
 
14571
+$$1_PKG_ERRORS
 
14572
 
 
14573
-dnl aclocal-1.4 backwards compatibility:
 
14574
-dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], [])
 
14575
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
14576
+installed software in a non-standard prefix.
 
14577
 
 
14578
+_PKG_TEXT
 
14579
+])],
 
14580
+               [AC_MSG_RESULT([no])
 
14581
+                $4])
 
14582
+elif test $pkg_failed = untried; then
 
14583
+       ifelse([$4], , [AC_MSG_FAILURE(dnl
 
14584
+[The pkg-config script could not be found or is too old.  Make sure it
 
14585
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
14586
+path to pkg-config.
 
14587
 
 
14588
-# win32-dll
 
14589
-# ---------
 
14590
-# Declare package support for building win32 dll's.
 
14591
-LT_OPTION_DEFINE([LT_INIT], [win32-dll],
 
14592
-[enable_win32_dll=yes
 
14593
+_PKG_TEXT
 
14594
 
 
14595
-case $host in
 
14596
-*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*)
 
14597
-  AC_CHECK_TOOL(AS, as, false)
 
14598
-  AC_CHECK_TOOL(DLLTOOL, dlltool, false)
 
14599
-  AC_CHECK_TOOL(OBJDUMP, objdump, false)
 
14600
-  ;;
 
14601
-esac
 
14602
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
 
14603
+               [$4])
 
14604
+else
 
14605
+       $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
 
14606
+       $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
 
14607
+        AC_MSG_RESULT([yes])
 
14608
+       ifelse([$3], , :, [$3])
 
14609
+fi[]dnl
 
14610
+])# PKG_CHECK_MODULES
 
14611
 
 
14612
-test -z "$AS" && AS=as
 
14613
-_LT_DECL([], [AS],      [0], [Assembler program])dnl
 
14614
+# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
14615
+#
 
14616
+# This file is free software; the Free Software Foundation
 
14617
+# gives unlimited permission to copy and/or distribute it,
 
14618
+# with or without modifications, as long as this notice is preserved.
 
14619
 
 
14620
-test -z "$DLLTOOL" && DLLTOOL=dlltool
 
14621
-_LT_DECL([], [DLLTOOL], [0], [DLL creation program])dnl
 
14622
+# AM_AUTOMAKE_VERSION(VERSION)
 
14623
+# ----------------------------
 
14624
+# Automake X.Y traces this macro to ensure aclocal.m4 has been
 
14625
+# generated from the m4 files accompanying Automake X.Y.
 
14626
+# (This private macro should not be called outside this file.)
 
14627
+AC_DEFUN([AM_AUTOMAKE_VERSION],
 
14628
+[am__api_version='1.11'
 
14629
+dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 
14630
+dnl require some minimum version.  Point them to the right macro.
 
14631
+m4_if([$1], [1.11.1], [],
 
14632
+      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 
14633
+])
 
14634
 
 
14635
-test -z "$OBJDUMP" && OBJDUMP=objdump
 
14636
-_LT_DECL([], [OBJDUMP], [0], [Object dumper program])dnl
 
14637
-])# win32-dll
 
14638
+# _AM_AUTOCONF_VERSION(VERSION)
 
14639
+# -----------------------------
 
14640
+# aclocal traces this macro to find the Autoconf version.
 
14641
+# This is a private macro too.  Using m4_define simplifies
 
14642
+# the logic in aclocal, which can simply ignore this definition.
 
14643
+m4_define([_AM_AUTOCONF_VERSION], [])
 
14644
 
 
14645
-AU_DEFUN([AC_LIBTOOL_WIN32_DLL],
 
14646
-[AC_REQUIRE([AC_CANONICAL_HOST])dnl
 
14647
-_LT_SET_OPTION([LT_INIT], [win32-dll])
 
14648
-AC_DIAGNOSE([obsolete],
 
14649
-[$0: Remove this warning and the call to _LT_SET_OPTION when you
 
14650
-put the `win32-dll' option into LT_INIT's first parameter.])
 
14651
-])
 
14652
+# AM_SET_CURRENT_AUTOMAKE_VERSION
 
14653
+# -------------------------------
 
14654
+# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 
14655
+# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 
14656
+AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
 
14657
+[AM_AUTOMAKE_VERSION([1.11.1])dnl
 
14658
+m4_ifndef([AC_AUTOCONF_VERSION],
 
14659
+  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 
14660
+_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
 
14661
 
 
14662
-dnl aclocal-1.4 backwards compatibility:
 
14663
-dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [])
 
14664
+# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
 
14665
 
 
14666
+# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
14667
+#
 
14668
+# This file is free software; the Free Software Foundation
 
14669
+# gives unlimited permission to copy and/or distribute it,
 
14670
+# with or without modifications, as long as this notice is preserved.
 
14671
 
 
14672
-# _LT_ENABLE_SHARED([DEFAULT])
 
14673
-# ----------------------------
 
14674
-# implement the --enable-shared flag, and supports the `shared' and
 
14675
-# `disable-shared' LT_INIT options.
 
14676
-# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
 
14677
-m4_define([_LT_ENABLE_SHARED],
 
14678
-[m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl
 
14679
-AC_ARG_ENABLE([shared],
 
14680
-    [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
 
14681
-       [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])],
 
14682
-    [p=${PACKAGE-default}
 
14683
-    case $enableval in
 
14684
-    yes) enable_shared=yes ;;
 
14685
-    no) enable_shared=no ;;
 
14686
-    *)
 
14687
-      enable_shared=no
 
14688
-      # Look at the argument we got.  We use all the common list separators.
 
14689
-      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
14690
-      for pkg in $enableval; do
 
14691
-       IFS="$lt_save_ifs"
 
14692
-       if test "X$pkg" = "X$p"; then
 
14693
-         enable_shared=yes
 
14694
-       fi
 
14695
-      done
 
14696
-      IFS="$lt_save_ifs"
 
14697
-      ;;
 
14698
-    esac],
 
14699
-    [enable_shared=]_LT_ENABLE_SHARED_DEFAULT)
 
14700
+# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
 
14701
+# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
 
14702
+# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
 
14703
+#
 
14704
+# Of course, Automake must honor this variable whenever it calls a
 
14705
+# tool from the auxiliary directory.  The problem is that $srcdir (and
 
14706
+# therefore $ac_aux_dir as well) can be either absolute or relative,
 
14707
+# depending on how configure is run.  This is pretty annoying, since
 
14708
+# it makes $ac_aux_dir quite unusable in subdirectories: in the top
 
14709
+# source directory, any form will work fine, but in subdirectories a
 
14710
+# relative path needs to be adjusted first.
 
14711
+#
 
14712
+# $ac_aux_dir/missing
 
14713
+#    fails when called from a subdirectory if $ac_aux_dir is relative
 
14714
+# $top_srcdir/$ac_aux_dir/missing
 
14715
+#    fails if $ac_aux_dir is absolute,
 
14716
+#    fails when called from a subdirectory in a VPATH build with
 
14717
+#          a relative $ac_aux_dir
 
14718
+#
 
14719
+# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
 
14720
+# are both prefixed by $srcdir.  In an in-source build this is usually
 
14721
+# harmless because $srcdir is `.', but things will broke when you
 
14722
+# start a VPATH build or use an absolute $srcdir.
 
14723
+#
 
14724
+# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
 
14725
+# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
 
14726
+#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
 
14727
+# and then we would define $MISSING as
 
14728
+#   MISSING="\${SHELL} $am_aux_dir/missing"
 
14729
+# This will work as long as MISSING is not called from configure, because
 
14730
+# unfortunately $(top_srcdir) has no meaning in configure.
 
14731
+# However there are other variables, like CC, which are often used in
 
14732
+# configure, and could therefore not use this "fixed" $ac_aux_dir.
 
14733
+#
 
14734
+# Another solution, used here, is to always expand $ac_aux_dir to an
 
14735
+# absolute PATH.  The drawback is that using absolute paths prevent a
 
14736
+# configured tree to be moved without reconfiguration.
 
14737
 
 
14738
-    _LT_DECL([build_libtool_libs], [enable_shared], [0],
 
14739
-       [Whether or not to build shared libraries])
 
14740
-])# _LT_ENABLE_SHARED
 
14741
+AC_DEFUN([AM_AUX_DIR_EXPAND],
 
14742
+[dnl Rely on autoconf to set up CDPATH properly.
 
14743
+AC_PREREQ([2.50])dnl
 
14744
+# expand $ac_aux_dir to an absolute path
 
14745
+am_aux_dir=`cd $ac_aux_dir && pwd`
 
14746
+])
 
14747
 
 
14748
-LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])])
 
14749
-LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
 
14750
+# AM_CONDITIONAL                                            -*- Autoconf -*-
 
14751
 
 
14752
-# Old names:
 
14753
-AC_DEFUN([AC_ENABLE_SHARED],
 
14754
-[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
 
14755
-])
 
14756
+# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
 
14757
+# Free Software Foundation, Inc.
 
14758
+#
 
14759
+# This file is free software; the Free Software Foundation
 
14760
+# gives unlimited permission to copy and/or distribute it,
 
14761
+# with or without modifications, as long as this notice is preserved.
 
14762
 
 
14763
-AC_DEFUN([AC_DISABLE_SHARED],
 
14764
-[_LT_SET_OPTION([LT_INIT], [disable-shared])
 
14765
-])
 
14766
+# serial 9
 
14767
 
 
14768
-AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
 
14769
-AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
 
14770
+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
 
14771
+# -------------------------------------
 
14772
+# Define a conditional.
 
14773
+AC_DEFUN([AM_CONDITIONAL],
 
14774
+[AC_PREREQ(2.52)dnl
 
14775
+ ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
 
14776
+       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
 
14777
+AC_SUBST([$1_TRUE])dnl
 
14778
+AC_SUBST([$1_FALSE])dnl
 
14779
+_AM_SUBST_NOTMAKE([$1_TRUE])dnl
 
14780
+_AM_SUBST_NOTMAKE([$1_FALSE])dnl
 
14781
+m4_define([_AM_COND_VALUE_$1], [$2])dnl
 
14782
+if $2; then
 
14783
+  $1_TRUE=
 
14784
+  $1_FALSE='#'
 
14785
+else
 
14786
+  $1_TRUE='#'
 
14787
+  $1_FALSE=
 
14788
+fi
 
14789
+AC_CONFIG_COMMANDS_PRE(
 
14790
+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
 
14791
+  AC_MSG_ERROR([[conditional "$1" was never defined.
 
14792
+Usually this means the macro was only invoked conditionally.]])
 
14793
+fi])])
 
14794
 
 
14795
-dnl aclocal-1.4 backwards compatibility:
 
14796
-dnl AC_DEFUN([AM_ENABLE_SHARED], [])
 
14797
-dnl AC_DEFUN([AM_DISABLE_SHARED], [])
 
14798
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009
 
14799
+# Free Software Foundation, Inc.
 
14800
+#
 
14801
+# This file is free software; the Free Software Foundation
 
14802
+# gives unlimited permission to copy and/or distribute it,
 
14803
+# with or without modifications, as long as this notice is preserved.
 
14804
 
 
14805
+# serial 10
 
14806
 
 
14807
+# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
 
14808
+# written in clear, in which case automake, when reading aclocal.m4,
 
14809
+# will think it sees a *use*, and therefore will trigger all it's
 
14810
+# C support machinery.  Also note that it means that autoscan, seeing
 
14811
+# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
 
14812
 
 
14813
-# _LT_ENABLE_STATIC([DEFAULT])
 
14814
-# ----------------------------
 
14815
-# implement the --enable-static flag, and support the `static' and
 
14816
-# `disable-static' LT_INIT options.
 
14817
-# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
 
14818
-m4_define([_LT_ENABLE_STATIC],
 
14819
-[m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl
 
14820
-AC_ARG_ENABLE([static],
 
14821
-    [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@],
 
14822
-       [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])],
 
14823
-    [p=${PACKAGE-default}
 
14824
-    case $enableval in
 
14825
-    yes) enable_static=yes ;;
 
14826
-    no) enable_static=no ;;
 
14827
-    *)
 
14828
-     enable_static=no
 
14829
-      # Look at the argument we got.  We use all the common list separators.
 
14830
-      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
14831
-      for pkg in $enableval; do
 
14832
-       IFS="$lt_save_ifs"
 
14833
-       if test "X$pkg" = "X$p"; then
 
14834
-         enable_static=yes
 
14835
-       fi
 
14836
-      done
 
14837
-      IFS="$lt_save_ifs"
 
14838
-      ;;
 
14839
-    esac],
 
14840
-    [enable_static=]_LT_ENABLE_STATIC_DEFAULT)
 
14841
 
 
14842
-    _LT_DECL([build_old_libs], [enable_static], [0],
 
14843
-       [Whether or not to build static libraries])
 
14844
-])# _LT_ENABLE_STATIC
 
14845
+# _AM_DEPENDENCIES(NAME)
 
14846
+# ----------------------
 
14847
+# See how the compiler implements dependency checking.
 
14848
+# NAME is "CC", "CXX", "GCJ", or "OBJC".
 
14849
+# We try a few techniques and use that to set a single cache variable.
 
14850
+#
 
14851
+# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
 
14852
+# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
 
14853
+# dependency, and given that the user is not expected to run this macro,
 
14854
+# just rely on AC_PROG_CC.
 
14855
+AC_DEFUN([_AM_DEPENDENCIES],
 
14856
+[AC_REQUIRE([AM_SET_DEPDIR])dnl
 
14857
+AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
 
14858
+AC_REQUIRE([AM_MAKE_INCLUDE])dnl
 
14859
+AC_REQUIRE([AM_DEP_TRACK])dnl
 
14860
 
 
14861
-LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])])
 
14862
-LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])])
 
14863
+ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
 
14864
+       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
 
14865
+       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
 
14866
+       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
 
14867
+       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
 
14868
+                   [depcc="$$1"   am_compiler_list=])
 
14869
 
 
14870
-# Old names:
 
14871
-AC_DEFUN([AC_ENABLE_STATIC],
 
14872
-[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
 
14873
+AC_CACHE_CHECK([dependency style of $depcc],
 
14874
+               [am_cv_$1_dependencies_compiler_type],
 
14875
+[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
14876
+  # We make a subdir and do the tests there.  Otherwise we can end up
 
14877
+  # making bogus files that we don't know about and never remove.  For
 
14878
+  # instance it was reported that on HP-UX the gcc test will end up
 
14879
+  # making a dummy file named `D' -- because `-MD' means `put the output
 
14880
+  # in D'.
 
14881
+  mkdir conftest.dir
 
14882
+  # Copy depcomp to subdir because otherwise we won't find it if we're
 
14883
+  # using a relative directory.
 
14884
+  cp "$am_depcomp" conftest.dir
 
14885
+  cd conftest.dir
 
14886
+  # We will build objects and dependencies in a subdirectory because
 
14887
+  # it helps to detect inapplicable dependency modes.  For instance
 
14888
+  # both Tru64's cc and ICC support -MD to output dependencies as a
 
14889
+  # side effect of compilation, but ICC will put the dependencies in
 
14890
+  # the current directory while Tru64 will put them in the object
 
14891
+  # directory.
 
14892
+  mkdir sub
 
14893
+
 
14894
+  am_cv_$1_dependencies_compiler_type=none
 
14895
+  if test "$am_compiler_list" = ""; then
 
14896
+     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
 
14897
+  fi
 
14898
+  am__universal=false
 
14899
+  m4_case([$1], [CC],
 
14900
+    [case " $depcc " in #(
 
14901
+     *\ -arch\ *\ -arch\ *) am__universal=true ;;
 
14902
+     esac],
 
14903
+    [CXX],
 
14904
+    [case " $depcc " in #(
 
14905
+     *\ -arch\ *\ -arch\ *) am__universal=true ;;
 
14906
+     esac])
 
14907
+
 
14908
+  for depmode in $am_compiler_list; do
 
14909
+    # Setup a source with many dependencies, because some compilers
 
14910
+    # like to wrap large dependency lists on column 80 (with \), and
 
14911
+    # we should not choose a depcomp mode which is confused by this.
 
14912
+    #
 
14913
+    # We need to recreate these files for each test, as the compiler may
 
14914
+    # overwrite some of them when testing with obscure command lines.
 
14915
+    # This happens at least with the AIX C compiler.
 
14916
+    : > sub/conftest.c
 
14917
+    for i in 1 2 3 4 5 6; do
 
14918
+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
 
14919
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
 
14920
+      # Solaris 8's {/usr,}/bin/sh.
 
14921
+      touch sub/conftst$i.h
 
14922
+    done
 
14923
+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
 
14924
+
 
14925
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
 
14926
+    # mode.  It turns out that the SunPro C++ compiler does not properly
 
14927
+    # handle `-M -o', and we need to detect this.  Also, some Intel
 
14928
+    # versions had trouble with output in subdirs
 
14929
+    am__obj=sub/conftest.${OBJEXT-o}
 
14930
+    am__minus_obj="-o $am__obj"
 
14931
+    case $depmode in
 
14932
+    gcc)
 
14933
+      # This depmode causes a compiler race in universal mode.
 
14934
+      test "$am__universal" = false || continue
 
14935
+      ;;
 
14936
+    nosideeffect)
 
14937
+      # after this tag, mechanisms are not by side-effect, so they'll
 
14938
+      # only be used when explicitly requested
 
14939
+      if test "x$enable_dependency_tracking" = xyes; then
 
14940
+       continue
 
14941
+      else
 
14942
+       break
 
14943
+      fi
 
14944
+      ;;
 
14945
+    msvisualcpp | msvcmsys)
 
14946
+      # This compiler won't grok `-c -o', but also, the minuso test has
 
14947
+      # not run yet.  These depmodes are late enough in the game, and
 
14948
+      # so weak that their functioning should not be impacted.
 
14949
+      am__obj=conftest.${OBJEXT-o}
 
14950
+      am__minus_obj=
 
14951
+      ;;
 
14952
+    none) break ;;
 
14953
+    esac
 
14954
+    if depmode=$depmode \
 
14955
+       source=sub/conftest.c object=$am__obj \
 
14956
+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
 
14957
+       $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
 
14958
+         >/dev/null 2>conftest.err &&
 
14959
+       grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
 
14960
+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
 
14961
+       grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
 
14962
+       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
 
14963
+      # icc doesn't choke on unknown options, it will just issue warnings
 
14964
+      # or remarks (even with -Werror).  So we grep stderr for any message
 
14965
+      # that says an option was ignored or not supported.
 
14966
+      # When given -MP, icc 7.0 and 7.1 complain thusly:
 
14967
+      #   icc: Command line warning: ignoring option '-M'; no argument required
 
14968
+      # The diagnosis changed in icc 8.0:
 
14969
+      #   icc: Command line remark: option '-MP' not supported
 
14970
+      if (grep 'ignoring option' conftest.err ||
 
14971
+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
 
14972
+        am_cv_$1_dependencies_compiler_type=$depmode
 
14973
+        break
 
14974
+      fi
 
14975
+    fi
 
14976
+  done
 
14977
+
 
14978
+  cd ..
 
14979
+  rm -rf conftest.dir
 
14980
+else
 
14981
+  am_cv_$1_dependencies_compiler_type=none
 
14982
+fi
 
14983
+])
 
14984
+AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
 
14985
+AM_CONDITIONAL([am__fastdep$1], [
 
14986
+  test "x$enable_dependency_tracking" != xno \
 
14987
+  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
 
14988
 ])
 
14989
 
 
14990
-AC_DEFUN([AC_DISABLE_STATIC],
 
14991
-[_LT_SET_OPTION([LT_INIT], [disable-static])
 
14992
+
 
14993
+# AM_SET_DEPDIR
 
14994
+# -------------
 
14995
+# Choose a directory name for dependency files.
 
14996
+# This macro is AC_REQUIREd in _AM_DEPENDENCIES
 
14997
+AC_DEFUN([AM_SET_DEPDIR],
 
14998
+[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
14999
+AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
 
15000
 ])
 
15001
 
 
15002
-AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
 
15003
-AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
 
15004
 
 
15005
-dnl aclocal-1.4 backwards compatibility:
 
15006
-dnl AC_DEFUN([AM_ENABLE_STATIC], [])
 
15007
-dnl AC_DEFUN([AM_DISABLE_STATIC], [])
 
15008
+# AM_DEP_TRACK
 
15009
+# ------------
 
15010
+AC_DEFUN([AM_DEP_TRACK],
 
15011
+[AC_ARG_ENABLE(dependency-tracking,
 
15012
+[  --disable-dependency-tracking  speeds up one-time build
 
15013
+  --enable-dependency-tracking   do not reject slow dependency extractors])
 
15014
+if test "x$enable_dependency_tracking" != xno; then
 
15015
+  am_depcomp="$ac_aux_dir/depcomp"
 
15016
+  AMDEPBACKSLASH='\'
 
15017
+fi
 
15018
+AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
 
15019
+AC_SUBST([AMDEPBACKSLASH])dnl
 
15020
+_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
 
15021
+])
 
15022
 
 
15023
+# Generate code to set up dependency tracking.              -*- Autoconf -*-
 
15024
 
 
15025
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
 
15026
+# Free Software Foundation, Inc.
 
15027
+#
 
15028
+# This file is free software; the Free Software Foundation
 
15029
+# gives unlimited permission to copy and/or distribute it,
 
15030
+# with or without modifications, as long as this notice is preserved.
 
15031
 
 
15032
-# _LT_ENABLE_FAST_INSTALL([DEFAULT])
 
15033
-# ----------------------------------
 
15034
-# implement the --enable-fast-install flag, and support the `fast-install'
 
15035
-# and `disable-fast-install' LT_INIT options.
 
15036
-# DEFAULT is either `yes' or `no'.  If omitted, it defaults to `yes'.
 
15037
-m4_define([_LT_ENABLE_FAST_INSTALL],
 
15038
-[m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl
 
15039
-AC_ARG_ENABLE([fast-install],
 
15040
-    [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
 
15041
-    [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
 
15042
-    [p=${PACKAGE-default}
 
15043
-    case $enableval in
 
15044
-    yes) enable_fast_install=yes ;;
 
15045
-    no) enable_fast_install=no ;;
 
15046
-    *)
 
15047
-      enable_fast_install=no
 
15048
-      # Look at the argument we got.  We use all the common list separators.
 
15049
-      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
 
15050
-      for pkg in $enableval; do
 
15051
-       IFS="$lt_save_ifs"
 
15052
-       if test "X$pkg" = "X$p"; then
 
15053
-         enable_fast_install=yes
 
15054
-       fi
 
15055
-      done
 
15056
-      IFS="$lt_save_ifs"
 
15057
-      ;;
 
15058
-    esac],
 
15059
-    [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT)
 
15060
+#serial 5
 
15061
 
 
15062
-_LT_DECL([fast_install], [enable_fast_install], [0],
 
15063
-        [Whether or not to optimize for fast installation])dnl
 
15064
-])# _LT_ENABLE_FAST_INSTALL
 
15065
+# _AM_OUTPUT_DEPENDENCY_COMMANDS
 
15066
+# ------------------------------
 
15067
+AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
 
15068
+[{
 
15069
+  # Autoconf 2.62 quotes --file arguments for eval, but not when files
 
15070
+  # are listed without --file.  Let's play safe and only enable the eval
 
15071
+  # if we detect the quoting.
 
15072
+  case $CONFIG_FILES in
 
15073
+  *\'*) eval set x "$CONFIG_FILES" ;;
 
15074
+  *)   set x $CONFIG_FILES ;;
 
15075
+  esac
 
15076
+  shift
 
15077
+  for mf
 
15078
+  do
 
15079
+    # Strip MF so we end up with the name of the file.
 
15080
+    mf=`echo "$mf" | sed -e 's/:.*$//'`
 
15081
+    # Check whether this is an Automake generated Makefile or not.
 
15082
+    # We used to match only the files named `Makefile.in', but
 
15083
+    # some people rename them; so instead we look at the file content.
 
15084
+    # Grep'ing the first line is not enough: some people post-process
 
15085
+    # each Makefile.in and add a new line on top of each file to say so.
 
15086
+    # Grep'ing the whole file is not good either: AIX grep has a line
 
15087
+    # limit of 2048, but all sed's we know have understand at least 4000.
 
15088
+    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
 
15089
+      dirpart=`AS_DIRNAME("$mf")`
 
15090
+    else
 
15091
+      continue
 
15092
+    fi
 
15093
+    # Extract the definition of DEPDIR, am__include, and am__quote
 
15094
+    # from the Makefile without running `make'.
 
15095
+    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
 
15096
+    test -z "$DEPDIR" && continue
 
15097
+    am__include=`sed -n 's/^am__include = //p' < "$mf"`
 
15098
+    test -z "am__include" && continue
 
15099
+    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
 
15100
+    # When using ansi2knr, U may be empty or an underscore; expand it
 
15101
+    U=`sed -n 's/^U = //p' < "$mf"`
 
15102
+    # Find all dependency output files, they are included files with
 
15103
+    # $(DEPDIR) in their names.  We invoke sed twice because it is the
 
15104
+    # simplest approach to changing $(DEPDIR) to its actual value in the
 
15105
+    # expansion.
 
15106
+    for file in `sed -n "
 
15107
+      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
 
15108
+        sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
 
15109
+      # Make sure the directory exists.
 
15110
+      test -f "$dirpart/$file" && continue
 
15111
+      fdir=`AS_DIRNAME(["$file"])`
 
15112
+      AS_MKDIR_P([$dirpart/$fdir])
 
15113
+      # echo "creating $dirpart/$file"
 
15114
+      echo '# dummy' > "$dirpart/$file"
 
15115
+    done
 
15116
+  done
 
15117
+}
 
15118
+])# _AM_OUTPUT_DEPENDENCY_COMMANDS
 
15119
 
 
15120
-LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
 
15121
-LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
 
15122
 
 
15123
-# Old names:
 
15124
-AU_DEFUN([AC_ENABLE_FAST_INSTALL],
 
15125
-[_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
 
15126
-AC_DIAGNOSE([obsolete],
 
15127
-[$0: Remove this warning and the call to _LT_SET_OPTION when you put
 
15128
-the `fast-install' option into LT_INIT's first parameter.])
 
15129
+# AM_OUTPUT_DEPENDENCY_COMMANDS
 
15130
+# -----------------------------
 
15131
+# This macro should only be invoked once -- use via AC_REQUIRE.
 
15132
+#
 
15133
+# This code is only required when automatic dependency tracking
 
15134
+# is enabled.  FIXME.  This creates each `.P' file that we will
 
15135
+# need in order to bootstrap the dependency handling code.
 
15136
+AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
 
15137
+[AC_CONFIG_COMMANDS([depfiles],
 
15138
+     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
 
15139
+     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
 
15140
 ])
 
15141
 
 
15142
-AU_DEFUN([AC_DISABLE_FAST_INSTALL],
 
15143
-[_LT_SET_OPTION([LT_INIT], [disable-fast-install])
 
15144
-AC_DIAGNOSE([obsolete],
 
15145
-[$0: Remove this warning and the call to _LT_SET_OPTION when you put
 
15146
-the `disable-fast-install' option into LT_INIT's first parameter.])
 
15147
-])
 
15148
+# Do all the work for Automake.                             -*- Autoconf -*-
 
15149
 
 
15150
-dnl aclocal-1.4 backwards compatibility:
 
15151
-dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], [])
 
15152
-dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], [])
 
15153
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 
15154
+# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
 
15155
+#
 
15156
+# This file is free software; the Free Software Foundation
 
15157
+# gives unlimited permission to copy and/or distribute it,
 
15158
+# with or without modifications, as long as this notice is preserved.
 
15159
 
 
15160
+# serial 16
 
15161
 
 
15162
-# _LT_WITH_PIC([MODE])
 
15163
-# --------------------
 
15164
-# implement the --with-pic flag, and support the `pic-only' and `no-pic'
 
15165
-# LT_INIT options.
 
15166
-# MODE is either `yes' or `no'.  If omitted, it defaults to `both'.
 
15167
-m4_define([_LT_WITH_PIC],
 
15168
-[AC_ARG_WITH([pic],
 
15169
-    [AS_HELP_STRING([--with-pic],
 
15170
-       [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
 
15171
-    [pic_mode="$withval"],
 
15172
-    [pic_mode=default])
 
15173
+# This macro actually does too much.  Some checks are only needed if
 
15174
+# your package does certain things.  But this isn't really a big deal.
 
15175
 
 
15176
-test -z "$pic_mode" && pic_mode=m4_default([$1], [default])
 
15177
+# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
 
15178
+# AM_INIT_AUTOMAKE([OPTIONS])
 
15179
+# -----------------------------------------------
 
15180
+# The call with PACKAGE and VERSION arguments is the old style
 
15181
+# call (pre autoconf-2.50), which is being phased out.  PACKAGE
 
15182
+# and VERSION should now be passed to AC_INIT and removed from
 
15183
+# the call to AM_INIT_AUTOMAKE.
 
15184
+# We support both call styles for the transition.  After
 
15185
+# the next Automake release, Autoconf can make the AC_INIT
 
15186
+# arguments mandatory, and then we can depend on a new Autoconf
 
15187
+# release and drop the old call support.
 
15188
+AC_DEFUN([AM_INIT_AUTOMAKE],
 
15189
+[AC_PREREQ([2.62])dnl
 
15190
+dnl Autoconf wants to disallow AM_ names.  We explicitly allow
 
15191
+dnl the ones we care about.
 
15192
+m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
 
15193
+AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
 
15194
+AC_REQUIRE([AC_PROG_INSTALL])dnl
 
15195
+if test "`cd $srcdir && pwd`" != "`pwd`"; then
 
15196
+  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
 
15197
+  # is not polluted with repeated "-I."
 
15198
+  AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
 
15199
+  # test to see if srcdir already configured
 
15200
+  if test -f $srcdir/config.status; then
 
15201
+    AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
 
15202
+  fi
 
15203
+fi
 
15204
 
 
15205
-_LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
 
15206
-])# _LT_WITH_PIC
 
15207
+# test whether we have cygpath
 
15208
+if test -z "$CYGPATH_W"; then
 
15209
+  if (cygpath --version) >/dev/null 2>/dev/null; then
 
15210
+    CYGPATH_W='cygpath -w'
 
15211
+  else
 
15212
+    CYGPATH_W=echo
 
15213
+  fi
 
15214
+fi
 
15215
+AC_SUBST([CYGPATH_W])
 
15216
 
 
15217
-LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])])
 
15218
-LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])])
 
15219
+# Define the identity of the package.
 
15220
+dnl Distinguish between old-style and new-style calls.
 
15221
+m4_ifval([$2],
 
15222
+[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
 
15223
+ AC_SUBST([PACKAGE], [$1])dnl
 
15224
+ AC_SUBST([VERSION], [$2])],
 
15225
+[_AM_SET_OPTIONS([$1])dnl
 
15226
+dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
 
15227
+m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
 
15228
+  [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
 
15229
+ AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
 
15230
+ AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
 
15231
 
 
15232
-# Old name:
 
15233
-AU_DEFUN([AC_LIBTOOL_PICMODE],
 
15234
-[_LT_SET_OPTION([LT_INIT], [pic-only])
 
15235
-AC_DIAGNOSE([obsolete],
 
15236
-[$0: Remove this warning and the call to _LT_SET_OPTION when you
 
15237
-put the `pic-only' option into LT_INIT's first parameter.])
 
15238
+_AM_IF_OPTION([no-define],,
 
15239
+[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
 
15240
+ AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
 
15241
+
 
15242
+# Some tools Automake needs.
 
15243
+AC_REQUIRE([AM_SANITY_CHECK])dnl
 
15244
+AC_REQUIRE([AC_ARG_PROGRAM])dnl
 
15245
+AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
 
15246
+AM_MISSING_PROG(AUTOCONF, autoconf)
 
15247
+AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
 
15248
+AM_MISSING_PROG(AUTOHEADER, autoheader)
 
15249
+AM_MISSING_PROG(MAKEINFO, makeinfo)
 
15250
+AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
 
15251
+AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
 
15252
+AC_REQUIRE([AM_PROG_MKDIR_P])dnl
 
15253
+# We need awk for the "check" target.  The system "awk" is bad on
 
15254
+# some platforms.
 
15255
+AC_REQUIRE([AC_PROG_AWK])dnl
 
15256
+AC_REQUIRE([AC_PROG_MAKE_SET])dnl
 
15257
+AC_REQUIRE([AM_SET_LEADING_DOT])dnl
 
15258
+_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
 
15259
+             [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
 
15260
+                            [_AM_PROG_TAR([v7])])])
 
15261
+_AM_IF_OPTION([no-dependencies],,
 
15262
+[AC_PROVIDE_IFELSE([AC_PROG_CC],
 
15263
+                 [_AM_DEPENDENCIES(CC)],
 
15264
+                 [define([AC_PROG_CC],
 
15265
+                         defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
 
15266
+AC_PROVIDE_IFELSE([AC_PROG_CXX],
 
15267
+                 [_AM_DEPENDENCIES(CXX)],
 
15268
+                 [define([AC_PROG_CXX],
 
15269
+                         defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
 
15270
+AC_PROVIDE_IFELSE([AC_PROG_OBJC],
 
15271
+                 [_AM_DEPENDENCIES(OBJC)],
 
15272
+                 [define([AC_PROG_OBJC],
 
15273
+                         defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
 
15274
+])
 
15275
+_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
 
15276
+dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
 
15277
+dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
 
15278
+dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
 
15279
+AC_CONFIG_COMMANDS_PRE(dnl
 
15280
+[m4_provide_if([_AM_COMPILER_EXEEXT],
 
15281
+  [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
 
15282
 ])
 
15283
 
 
15284
-dnl aclocal-1.4 backwards compatibility:
 
15285
-dnl AC_DEFUN([AC_LIBTOOL_PICMODE], [])
 
15286
+dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
 
15287
+dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
 
15288
+dnl mangled by Autoconf and run in a shell conditional statement.
 
15289
+m4_define([_AC_COMPILER_EXEEXT],
 
15290
+m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
 
15291
 
 
15292
 
 
15293
-m4_define([_LTDL_MODE], [])
 
15294
-LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive],
 
15295
-                [m4_define([_LTDL_MODE], [nonrecursive])])
 
15296
-LT_OPTION_DEFINE([LTDL_INIT], [recursive],
 
15297
-                [m4_define([_LTDL_MODE], [recursive])])
 
15298
-LT_OPTION_DEFINE([LTDL_INIT], [subproject],
 
15299
-                [m4_define([_LTDL_MODE], [subproject])])
 
15300
+# When config.status generates a header, we must update the stamp-h file.
 
15301
+# This file resides in the same directory as the config header
 
15302
+# that is generated.  The stamp files are numbered to have different names.
 
15303
 
 
15304
-m4_define([_LTDL_TYPE], [])
 
15305
-LT_OPTION_DEFINE([LTDL_INIT], [installable],
 
15306
-                [m4_define([_LTDL_TYPE], [installable])])
 
15307
-LT_OPTION_DEFINE([LTDL_INIT], [convenience],
 
15308
-                [m4_define([_LTDL_TYPE], [convenience])])
 
15309
+# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
 
15310
+# loop where config.status creates the headers, so we can generate
 
15311
+# our stamp files there.
 
15312
+AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
 
15313
+[# Compute $1's index in $config_headers.
 
15314
+_am_arg=$1
 
15315
+_am_stamp_count=1
 
15316
+for _am_header in $config_headers :; do
 
15317
+  case $_am_header in
 
15318
+    $_am_arg | $_am_arg:* )
 
15319
+      break ;;
 
15320
+    * )
 
15321
+      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
 
15322
+  esac
 
15323
+done
 
15324
+echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
 
15325
 
 
15326
-# ltsugar.m4 -- libtool m4 base layer.                         -*-Autoconf-*-
 
15327
-#
 
15328
-# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
 
15329
-# Written by Gary V. Vaughan, 2004
 
15330
+# Copyright (C) 2001, 2003, 2005, 2008  Free Software Foundation, Inc.
 
15331
 #
 
15332
-# This file is free software; the Free Software Foundation gives
 
15333
-# unlimited permission to copy and/or distribute it, with or without
 
15334
-# modifications, as long as this notice is preserved.
 
15335
-
 
15336
-# serial 6 ltsugar.m4
 
15337
-
 
15338
-# This is to help aclocal find these macros, as it can't see m4_define.
 
15339
-AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
 
15340
-
 
15341
-
 
15342
-# lt_join(SEP, ARG1, [ARG2...])
 
15343
-# -----------------------------
 
15344
-# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
 
15345
-# associated separator.
 
15346
-# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
 
15347
-# versions in m4sugar had bugs.
 
15348
-m4_define([lt_join],
 
15349
-[m4_if([$#], [1], [],
 
15350
-       [$#], [2], [[$2]],
 
15351
-       [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])])
 
15352
-m4_define([_lt_join],
 
15353
-[m4_if([$#$2], [2], [],
 
15354
-       [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])])
 
15355
-
 
15356
-
 
15357
-# lt_car(LIST)
 
15358
-# lt_cdr(LIST)
 
15359
-# ------------
 
15360
-# Manipulate m4 lists.
 
15361
-# These macros are necessary as long as will still need to support
 
15362
-# Autoconf-2.59 which quotes differently.
 
15363
-m4_define([lt_car], [[$1]])
 
15364
-m4_define([lt_cdr],
 
15365
-[m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])],
 
15366
-       [$#], 1, [],
 
15367
-       [m4_dquote(m4_shift($@))])])
 
15368
-m4_define([lt_unquote], $1)
 
15369
+# This file is free software; the Free Software Foundation
 
15370
+# gives unlimited permission to copy and/or distribute it,
 
15371
+# with or without modifications, as long as this notice is preserved.
 
15372
 
 
15373
+# AM_PROG_INSTALL_SH
 
15374
+# ------------------
 
15375
+# Define $install_sh.
 
15376
+AC_DEFUN([AM_PROG_INSTALL_SH],
 
15377
+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
15378
+if test x"${install_sh}" != xset; then
 
15379
+  case $am_aux_dir in
 
15380
+  *\ * | *\    *)
 
15381
+    install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
 
15382
+  *)
 
15383
+    install_sh="\${SHELL} $am_aux_dir/install-sh"
 
15384
+  esac
 
15385
+fi
 
15386
+AC_SUBST(install_sh)])
 
15387
 
 
15388
-# lt_append(MACRO-NAME, STRING, [SEPARATOR])
 
15389
-# ------------------------------------------
 
15390
-# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
 
15391
-# Note that neither SEPARATOR nor STRING are expanded; they are appended
 
15392
-# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
 
15393
-# No SEPARATOR is output if MACRO-NAME was previously undefined (different
 
15394
-# than defined and empty).
 
15395
+# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
 
15396
 #
 
15397
-# This macro is needed until we can rely on Autoconf 2.62, since earlier
 
15398
-# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
 
15399
-m4_define([lt_append],
 
15400
-[m4_define([$1],
 
15401
-          m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])])
 
15402
-
 
15403
-
 
15404
-
 
15405
-# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
 
15406
-# ----------------------------------------------------------
 
15407
-# Produce a SEP delimited list of all paired combinations of elements of
 
15408
-# PREFIX-LIST with SUFFIX1 through SUFFIXn.  Each element of the list
 
15409
-# has the form PREFIXmINFIXSUFFIXn.
 
15410
-# Needed until we can rely on m4_combine added in Autoconf 2.62.
 
15411
-m4_define([lt_combine],
 
15412
-[m4_if(m4_eval([$# > 3]), [1],
 
15413
-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
 
15414
-[[m4_foreach([_Lt_prefix], [$2],
 
15415
-            [m4_foreach([_Lt_suffix],
 
15416
-               ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[,
 
15417
-       [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])])
 
15418
-
 
15419
-
 
15420
-# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
 
15421
-# -----------------------------------------------------------------------
 
15422
-# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
 
15423
-# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
 
15424
-m4_define([lt_if_append_uniq],
 
15425
-[m4_ifdef([$1],
 
15426
-         [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1],
 
15427
-                [lt_append([$1], [$2], [$3])$4],
 
15428
-                [$5])],
 
15429
-         [lt_append([$1], [$2], [$3])$4])])
 
15430
+# This file is free software; the Free Software Foundation
 
15431
+# gives unlimited permission to copy and/or distribute it,
 
15432
+# with or without modifications, as long as this notice is preserved.
 
15433
 
 
15434
+# serial 2
 
15435
 
 
15436
-# lt_dict_add(DICT, KEY, VALUE)
 
15437
-# -----------------------------
 
15438
-m4_define([lt_dict_add],
 
15439
-[m4_define([$1($2)], [$3])])
 
15440
+# Check whether the underlying file-system supports filenames
 
15441
+# with a leading dot.  For instance MS-DOS doesn't.
 
15442
+AC_DEFUN([AM_SET_LEADING_DOT],
 
15443
+[rm -rf .tst 2>/dev/null
 
15444
+mkdir .tst 2>/dev/null
 
15445
+if test -d .tst; then
 
15446
+  am__leading_dot=.
 
15447
+else
 
15448
+  am__leading_dot=_
 
15449
+fi
 
15450
+rmdir .tst 2>/dev/null
 
15451
+AC_SUBST([am__leading_dot])])
 
15452
 
 
15453
+# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
 
15454
+# From Jim Meyering
 
15455
 
 
15456
-# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
 
15457
-# --------------------------------------------
 
15458
-m4_define([lt_dict_add_subkey],
 
15459
-[m4_define([$1($2:$3)], [$4])])
 
15460
+# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008
 
15461
+# Free Software Foundation, Inc.
 
15462
+#
 
15463
+# This file is free software; the Free Software Foundation
 
15464
+# gives unlimited permission to copy and/or distribute it,
 
15465
+# with or without modifications, as long as this notice is preserved.
 
15466
 
 
15467
+# serial 5
 
15468
 
 
15469
-# lt_dict_fetch(DICT, KEY, [SUBKEY])
 
15470
+# AM_MAINTAINER_MODE([DEFAULT-MODE])
 
15471
 # ----------------------------------
 
15472
-m4_define([lt_dict_fetch],
 
15473
-[m4_ifval([$3],
 
15474
-       m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]),
 
15475
-    m4_ifdef([$1($2)], [m4_defn([$1($2)])]))])
 
15476
+# Control maintainer-specific portions of Makefiles.
 
15477
+# Default is to disable them, unless `enable' is passed literally.
 
15478
+# For symmetry, `disable' may be passed as well.  Anyway, the user
 
15479
+# can override the default with the --enable/--disable switch.
 
15480
+AC_DEFUN([AM_MAINTAINER_MODE],
 
15481
+[m4_case(m4_default([$1], [disable]),
 
15482
+       [enable], [m4_define([am_maintainer_other], [disable])],
 
15483
+       [disable], [m4_define([am_maintainer_other], [enable])],
 
15484
+       [m4_define([am_maintainer_other], [enable])
 
15485
+        m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
 
15486
+AC_MSG_CHECKING([whether to am_maintainer_other maintainer-specific portions of Makefiles])
 
15487
+  dnl maintainer-mode's default is 'disable' unless 'enable' is passed
 
15488
+  AC_ARG_ENABLE([maintainer-mode],
 
15489
+[  --][am_maintainer_other][-maintainer-mode  am_maintainer_other make rules and dependencies not useful
 
15490
+                         (and sometimes confusing) to the casual installer],
 
15491
+      [USE_MAINTAINER_MODE=$enableval],
 
15492
+      [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
 
15493
+  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
 
15494
+  AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
 
15495
+  MAINT=$MAINTAINER_MODE_TRUE
 
15496
+  AC_SUBST([MAINT])dnl
 
15497
+]
 
15498
+)
 
15499
 
 
15500
+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
 
15501
 
 
15502
-# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
 
15503
-# -----------------------------------------------------------------
 
15504
-m4_define([lt_if_dict_fetch],
 
15505
-[m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4],
 
15506
-       [$5],
 
15507
-    [$6])])
 
15508
+# Check to see how 'make' treats includes.                 -*- Autoconf -*-
 
15509
 
 
15510
+# Copyright (C) 2001, 2002, 2003, 2005, 2009  Free Software Foundation, Inc.
 
15511
+#
 
15512
+# This file is free software; the Free Software Foundation
 
15513
+# gives unlimited permission to copy and/or distribute it,
 
15514
+# with or without modifications, as long as this notice is preserved.
 
15515
 
 
15516
-# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
 
15517
-# --------------------------------------------------------------
 
15518
-m4_define([lt_dict_filter],
 
15519
-[m4_if([$5], [], [],
 
15520
-  [lt_join(m4_quote(m4_default([$4], [[, ]])),
 
15521
-           lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]),
 
15522
-                     [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl
 
15523
+# serial 4
 
15524
+
 
15525
+# AM_MAKE_INCLUDE()
 
15526
+# -----------------
 
15527
+# Check to see how make treats includes.
 
15528
+AC_DEFUN([AM_MAKE_INCLUDE],
 
15529
+[am_make=${MAKE-make}
 
15530
+cat > confinc << 'END'
 
15531
+am__doit:
 
15532
+       @echo this is the am__doit target
 
15533
+.PHONY: am__doit
 
15534
+END
 
15535
+# If we don't find an include directive, just comment out the code.
 
15536
+AC_MSG_CHECKING([for style of include used by $am_make])
 
15537
+am__include="#"
 
15538
+am__quote=
 
15539
+_am_result=none
 
15540
+# First try GNU make style include.
 
15541
+echo "include confinc" > confmf
 
15542
+# Ignore all kinds of additional output from `make'.
 
15543
+case `$am_make -s -f confmf 2> /dev/null` in #(
 
15544
+*the\ am__doit\ target*)
 
15545
+  am__include=include
 
15546
+  am__quote=
 
15547
+  _am_result=GNU
 
15548
+  ;;
 
15549
+esac
 
15550
+# Now try BSD make style include.
 
15551
+if test "$am__include" = "#"; then
 
15552
+   echo '.include "confinc"' > confmf
 
15553
+   case `$am_make -s -f confmf 2> /dev/null` in #(
 
15554
+   *the\ am__doit\ target*)
 
15555
+     am__include=.include
 
15556
+     am__quote="\""
 
15557
+     _am_result=BSD
 
15558
+     ;;
 
15559
+   esac
 
15560
+fi
 
15561
+AC_SUBST([am__include])
 
15562
+AC_SUBST([am__quote])
 
15563
+AC_MSG_RESULT([$_am_result])
 
15564
+rm -f confinc confmf
 
15565
 ])
 
15566
 
 
15567
-# ltversion.m4 -- version numbers                      -*- Autoconf -*-
 
15568
-#
 
15569
-#   Copyright (C) 2004 Free Software Foundation, Inc.
 
15570
-#   Written by Scott James Remnant, 2004
 
15571
+# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
 
15572
+
 
15573
+# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
 
15574
+# Free Software Foundation, Inc.
 
15575
 #
 
15576
-# This file is free software; the Free Software Foundation gives
 
15577
-# unlimited permission to copy and/or distribute it, with or without
 
15578
-# modifications, as long as this notice is preserved.
 
15579
+# This file is free software; the Free Software Foundation
 
15580
+# gives unlimited permission to copy and/or distribute it,
 
15581
+# with or without modifications, as long as this notice is preserved.
 
15582
 
 
15583
-# Generated from ltversion.in.
 
15584
+# serial 6
 
15585
 
 
15586
-# serial 3012 ltversion.m4
 
15587
-# This file is part of GNU Libtool
 
15588
+# AM_MISSING_PROG(NAME, PROGRAM)
 
15589
+# ------------------------------
 
15590
+AC_DEFUN([AM_MISSING_PROG],
 
15591
+[AC_REQUIRE([AM_MISSING_HAS_RUN])
 
15592
+$1=${$1-"${am_missing_run}$2"}
 
15593
+AC_SUBST($1)])
 
15594
 
 
15595
-m4_define([LT_PACKAGE_VERSION], [2.2.6])
 
15596
-m4_define([LT_PACKAGE_REVISION], [1.3012])
 
15597
 
 
15598
-AC_DEFUN([LTVERSION_VERSION],
 
15599
-[macro_version='2.2.6'
 
15600
-macro_revision='1.3012'
 
15601
-_LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
 
15602
-_LT_DECL(, macro_revision, 0)
 
15603
+# AM_MISSING_HAS_RUN
 
15604
+# ------------------
 
15605
+# Define MISSING if not defined so far and test if it supports --run.
 
15606
+# If it does, set am_missing_run to use it, otherwise, to nothing.
 
15607
+AC_DEFUN([AM_MISSING_HAS_RUN],
 
15608
+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
 
15609
+AC_REQUIRE_AUX_FILE([missing])dnl
 
15610
+if test x"${MISSING+set}" != xset; then
 
15611
+  case $am_aux_dir in
 
15612
+  *\ * | *\    *)
 
15613
+    MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
 
15614
+  *)
 
15615
+    MISSING="\${SHELL} $am_aux_dir/missing" ;;
 
15616
+  esac
 
15617
+fi
 
15618
+# Use eval to expand $SHELL
 
15619
+if eval "$MISSING --run true"; then
 
15620
+  am_missing_run="$MISSING --run "
 
15621
+else
 
15622
+  am_missing_run=
 
15623
+  AC_MSG_WARN([`missing' script is too old or missing])
 
15624
+fi
 
15625
 ])
 
15626
 
 
15627
-# lt~obsolete.m4 -- aclocal satisfying obsolete definitions.    -*-Autoconf-*-
 
15628
-#
 
15629
-#   Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc.
 
15630
-#   Written by Scott James Remnant, 2004.
 
15631
+# Copyright (C) 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
15632
 #
 
15633
-# This file is free software; the Free Software Foundation gives
 
15634
-# unlimited permission to copy and/or distribute it, with or without
 
15635
-# modifications, as long as this notice is preserved.
 
15636
+# This file is free software; the Free Software Foundation
 
15637
+# gives unlimited permission to copy and/or distribute it,
 
15638
+# with or without modifications, as long as this notice is preserved.
 
15639
 
 
15640
-# serial 4 lt~obsolete.m4
 
15641
+# AM_PROG_MKDIR_P
 
15642
+# ---------------
 
15643
+# Check for `mkdir -p'.
 
15644
+AC_DEFUN([AM_PROG_MKDIR_P],
 
15645
+[AC_PREREQ([2.60])dnl
 
15646
+AC_REQUIRE([AC_PROG_MKDIR_P])dnl
 
15647
+dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
 
15648
+dnl while keeping a definition of mkdir_p for backward compatibility.
 
15649
+dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
 
15650
+dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
 
15651
+dnl Makefile.ins that do not define MKDIR_P, so we do our own
 
15652
+dnl adjustment using top_builddir (which is defined more often than
 
15653
+dnl MKDIR_P).
 
15654
+AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
 
15655
+case $mkdir_p in
 
15656
+  [[\\/$]]* | ?:[[\\/]]*) ;;
 
15657
+  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
 
15658
+esac
 
15659
+])
 
15660
 
 
15661
-# These exist entirely to fool aclocal when bootstrapping libtool.
 
15662
-#
 
15663
-# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
 
15664
-# which have later been changed to m4_define as they aren't part of the
 
15665
-# exported API, or moved to Autoconf or Automake where they belong.
 
15666
-#
 
15667
-# The trouble is, aclocal is a bit thick.  It'll see the old AC_DEFUN
 
15668
-# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
 
15669
-# using a macro with the same name in our local m4/libtool.m4 it'll
 
15670
-# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
 
15671
-# and doesn't know about Autoconf macros at all.)
 
15672
-#
 
15673
-# So we provide this file, which has a silly filename so it's always
 
15674
-# included after everything else.  This provides aclocal with the
 
15675
-# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
 
15676
-# because those macros already exist, or will be overwritten later.
 
15677
-# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6. 
 
15678
+# Helper functions for option handling.                     -*- Autoconf -*-
 
15679
+
 
15680
+# Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc.
 
15681
 #
 
15682
-# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
 
15683
-# Yes, that means every name once taken will need to remain here until
 
15684
-# we give up compatibility with versions before 1.7, at which point
 
15685
-# we need to keep only those names which we still refer to.
 
15686
+# This file is free software; the Free Software Foundation
 
15687
+# gives unlimited permission to copy and/or distribute it,
 
15688
+# with or without modifications, as long as this notice is preserved.
 
15689
 
 
15690
-# This is to help aclocal find these macros, as it can't see m4_define.
 
15691
-AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
 
15692
+# serial 4
 
15693
 
 
15694
-m4_ifndef([AC_LIBTOOL_LINKER_OPTION],  [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])])
 
15695
-m4_ifndef([AC_PROG_EGREP],             [AC_DEFUN([AC_PROG_EGREP])])
 
15696
-m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH],        [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])])
 
15697
-m4_ifndef([_LT_AC_SHELL_INIT],         [AC_DEFUN([_LT_AC_SHELL_INIT])])
 
15698
-m4_ifndef([_LT_AC_SYS_LIBPATH_AIX],    [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])])
 
15699
-m4_ifndef([_LT_PROG_LTMAIN],           [AC_DEFUN([_LT_PROG_LTMAIN])])
 
15700
-m4_ifndef([_LT_AC_TAGVAR],             [AC_DEFUN([_LT_AC_TAGVAR])])
 
15701
-m4_ifndef([AC_LTDL_ENABLE_INSTALL],    [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])])
 
15702
-m4_ifndef([AC_LTDL_PREOPEN],           [AC_DEFUN([AC_LTDL_PREOPEN])])
 
15703
-m4_ifndef([_LT_AC_SYS_COMPILER],       [AC_DEFUN([_LT_AC_SYS_COMPILER])])
 
15704
-m4_ifndef([_LT_AC_LOCK],               [AC_DEFUN([_LT_AC_LOCK])])
 
15705
-m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE],        [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])])
 
15706
-m4_ifndef([_LT_AC_TRY_DLOPEN_SELF],    [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])])
 
15707
-m4_ifndef([AC_LIBTOOL_PROG_CC_C_O],    [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])])
 
15708
-m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])])
 
15709
-m4_ifndef([AC_LIBTOOL_OBJDIR],         [AC_DEFUN([AC_LIBTOOL_OBJDIR])])
 
15710
-m4_ifndef([AC_LTDL_OBJDIR],            [AC_DEFUN([AC_LTDL_OBJDIR])])
 
15711
-m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])])
 
15712
-m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP],  [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])])
 
15713
-m4_ifndef([AC_PATH_MAGIC],             [AC_DEFUN([AC_PATH_MAGIC])])
 
15714
-m4_ifndef([AC_PROG_LD_GNU],            [AC_DEFUN([AC_PROG_LD_GNU])])
 
15715
-m4_ifndef([AC_PROG_LD_RELOAD_FLAG],    [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])])
 
15716
-m4_ifndef([AC_DEPLIBS_CHECK_METHOD],   [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])])
 
15717
-m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])])
 
15718
-m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])])
 
15719
-m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])])
 
15720
-m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])])
 
15721
-m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])])
 
15722
-m4_ifndef([LT_AC_PROG_EGREP],          [AC_DEFUN([LT_AC_PROG_EGREP])])
 
15723
-m4_ifndef([LT_AC_PROG_SED],            [AC_DEFUN([LT_AC_PROG_SED])])
 
15724
-m4_ifndef([_LT_CC_BASENAME],           [AC_DEFUN([_LT_CC_BASENAME])])
 
15725
-m4_ifndef([_LT_COMPILER_BOILERPLATE],  [AC_DEFUN([_LT_COMPILER_BOILERPLATE])])
 
15726
-m4_ifndef([_LT_LINKER_BOILERPLATE],    [AC_DEFUN([_LT_LINKER_BOILERPLATE])])
 
15727
-m4_ifndef([_AC_PROG_LIBTOOL],          [AC_DEFUN([_AC_PROG_LIBTOOL])])
 
15728
-m4_ifndef([AC_LIBTOOL_SETUP],          [AC_DEFUN([AC_LIBTOOL_SETUP])])
 
15729
-m4_ifndef([_LT_AC_CHECK_DLFCN],                [AC_DEFUN([_LT_AC_CHECK_DLFCN])])
 
15730
-m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER],     [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])])
 
15731
-m4_ifndef([_LT_AC_TAGCONFIG],          [AC_DEFUN([_LT_AC_TAGCONFIG])])
 
15732
-m4_ifndef([AC_DISABLE_FAST_INSTALL],   [AC_DEFUN([AC_DISABLE_FAST_INSTALL])])
 
15733
-m4_ifndef([_LT_AC_LANG_CXX],           [AC_DEFUN([_LT_AC_LANG_CXX])])
 
15734
-m4_ifndef([_LT_AC_LANG_F77],           [AC_DEFUN([_LT_AC_LANG_F77])])
 
15735
-m4_ifndef([_LT_AC_LANG_GCJ],           [AC_DEFUN([_LT_AC_LANG_GCJ])])
 
15736
-m4_ifndef([AC_LIBTOOL_RC],             [AC_DEFUN([AC_LIBTOOL_RC])])
 
15737
-m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG],  [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])])
 
15738
-m4_ifndef([_LT_AC_LANG_C_CONFIG],      [AC_DEFUN([_LT_AC_LANG_C_CONFIG])])
 
15739
-m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG],        [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])])
 
15740
-m4_ifndef([_LT_AC_LANG_CXX_CONFIG],    [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])])
 
15741
-m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG],        [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])])
 
15742
-m4_ifndef([_LT_AC_LANG_F77_CONFIG],    [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])])
 
15743
-m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG],        [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])])
 
15744
-m4_ifndef([_LT_AC_LANG_GCJ_CONFIG],    [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])])
 
15745
-m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])])
 
15746
-m4_ifndef([_LT_AC_LANG_RC_CONFIG],     [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
 
15747
-m4_ifndef([AC_LIBTOOL_CONFIG],         [AC_DEFUN([AC_LIBTOOL_CONFIG])])
 
15748
-m4_ifndef([_LT_AC_FILE_LTDLL_C],       [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
 
15749
+# _AM_MANGLE_OPTION(NAME)
 
15750
+# -----------------------
 
15751
+AC_DEFUN([_AM_MANGLE_OPTION],
 
15752
+[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
 
15753
 
 
15754
-# pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-
 
15755
-# 
 
15756
-# Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
 
15757
-#
 
15758
-# This program is free software; you can redistribute it and/or modify
 
15759
-# it under the terms of the GNU General Public License as published by
 
15760
-# the Free Software Foundation; either version 2 of the License, or
 
15761
-# (at your option) any later version.
 
15762
-#
 
15763
-# This program is distributed in the hope that it will be useful, but
 
15764
-# WITHOUT ANY WARRANTY; without even the implied warranty of
 
15765
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
15766
-# General Public License for more details.
 
15767
-#
 
15768
-# You should have received a copy of the GNU General Public License
 
15769
-# along with this program; if not, write to the Free Software
 
15770
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
15771
-#
 
15772
-# As a special exception to the GNU General Public License, if you
 
15773
-# distribute this file as part of a program that contains a
 
15774
-# configuration script generated by Autoconf, you may include it under
 
15775
-# the same distribution terms that you use for the rest of that program.
 
15776
+# _AM_SET_OPTION(NAME)
 
15777
+# ------------------------------
 
15778
+# Set option NAME.  Presently that only means defining a flag for this option.
 
15779
+AC_DEFUN([_AM_SET_OPTION],
 
15780
+[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
 
15781
 
 
15782
-# PKG_PROG_PKG_CONFIG([MIN-VERSION])
 
15783
+# _AM_SET_OPTIONS(OPTIONS)
 
15784
 # ----------------------------------
 
15785
-AC_DEFUN([PKG_PROG_PKG_CONFIG],
 
15786
-[m4_pattern_forbid([^_?PKG_[A-Z_]+$])
 
15787
-m4_pattern_allow([^PKG_CONFIG(_PATH)?$])
 
15788
-AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility])dnl
 
15789
-if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
 
15790
-       AC_PATH_TOOL([PKG_CONFIG], [pkg-config])
 
15791
-fi
 
15792
-if test -n "$PKG_CONFIG"; then
 
15793
-       _pkg_min_version=m4_default([$1], [0.9.0])
 
15794
-       AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version])
 
15795
-       if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
 
15796
-               AC_MSG_RESULT([yes])
 
15797
-       else
 
15798
-               AC_MSG_RESULT([no])
 
15799
-               PKG_CONFIG=""
 
15800
-       fi
 
15801
-               
 
15802
-fi[]dnl
 
15803
-])# PKG_PROG_PKG_CONFIG
 
15804
+# OPTIONS is a space-separated list of Automake options.
 
15805
+AC_DEFUN([_AM_SET_OPTIONS],
 
15806
+[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
 
15807
 
 
15808
-# PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
 
15809
-#
 
15810
-# Check to see whether a particular set of modules exists.  Similar
 
15811
-# to PKG_CHECK_MODULES(), but does not set variables or print errors.
 
15812
-#
 
15813
-#
 
15814
-# Similar to PKG_CHECK_MODULES, make sure that the first instance of
 
15815
-# this or PKG_CHECK_MODULES is called, or make sure to call
 
15816
-# PKG_CHECK_EXISTS manually
 
15817
-# --------------------------------------------------------------
 
15818
-AC_DEFUN([PKG_CHECK_EXISTS],
 
15819
-[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
 
15820
-if test -n "$PKG_CONFIG" && \
 
15821
-    AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
 
15822
-  m4_ifval([$2], [$2], [:])
 
15823
-m4_ifvaln([$3], [else
 
15824
-  $3])dnl
 
15825
-fi])
 
15826
+# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
 
15827
+# -------------------------------------------
 
15828
+# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
 
15829
+AC_DEFUN([_AM_IF_OPTION],
 
15830
+[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
15831
 
 
15832
+# Check to make sure that the build environment is sane.    -*- Autoconf -*-
 
15833
 
 
15834
-# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES])
 
15835
-# ---------------------------------------------
 
15836
-m4_define([_PKG_CONFIG],
 
15837
-[if test -n "$$1"; then
 
15838
-    pkg_cv_[]$1="$$1"
 
15839
- elif test -n "$PKG_CONFIG"; then
 
15840
-    PKG_CHECK_EXISTS([$3],
 
15841
-                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`],
 
15842
-                    [pkg_failed=yes])
 
15843
- else
 
15844
-    pkg_failed=untried
 
15845
-fi[]dnl
 
15846
-])# _PKG_CONFIG
 
15847
+# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
 
15848
+# Free Software Foundation, Inc.
 
15849
+#
 
15850
+# This file is free software; the Free Software Foundation
 
15851
+# gives unlimited permission to copy and/or distribute it,
 
15852
+# with or without modifications, as long as this notice is preserved.
 
15853
 
 
15854
-# _PKG_SHORT_ERRORS_SUPPORTED
 
15855
-# -----------------------------
 
15856
-AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED],
 
15857
-[AC_REQUIRE([PKG_PROG_PKG_CONFIG])
 
15858
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
15859
-        _pkg_short_errors_supported=yes
 
15860
-else
 
15861
-        _pkg_short_errors_supported=no
 
15862
-fi[]dnl
 
15863
-])# _PKG_SHORT_ERRORS_SUPPORTED
 
15864
+# serial 5
 
15865
+
 
15866
+# AM_SANITY_CHECK
 
15867
+# ---------------
 
15868
+AC_DEFUN([AM_SANITY_CHECK],
 
15869
+[AC_MSG_CHECKING([whether build environment is sane])
 
15870
+# Just in case
 
15871
+sleep 1
 
15872
+echo timestamp > conftest.file
 
15873
+# Reject unsafe characters in $srcdir or the absolute working directory
 
15874
+# name.  Accept space and tab only in the latter.
 
15875
+am_lf='
 
15876
+'
 
15877
+case `pwd` in
 
15878
+  *[[\\\"\#\$\&\'\`$am_lf]]*)
 
15879
+    AC_MSG_ERROR([unsafe absolute working directory name]);;
 
15880
+esac
 
15881
+case $srcdir in
 
15882
+  *[[\\\"\#\$\&\'\`$am_lf\ \   ]]*)
 
15883
+    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
 
15884
+esac
 
15885
 
 
15886
+# Do `set' in a subshell so we don't clobber the current shell's
 
15887
+# arguments.  Must try -L first in case configure is actually a
 
15888
+# symlink; some systems play weird games with the mod time of symlinks
 
15889
+# (eg FreeBSD returns the mod time of the symlink's containing
 
15890
+# directory).
 
15891
+if (
 
15892
+   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
 
15893
+   if test "$[*]" = "X"; then
 
15894
+      # -L didn't work.
 
15895
+      set X `ls -t "$srcdir/configure" conftest.file`
 
15896
+   fi
 
15897
+   rm -f conftest.file
 
15898
+   if test "$[*]" != "X $srcdir/configure conftest.file" \
 
15899
+      && test "$[*]" != "X conftest.file $srcdir/configure"; then
 
15900
 
 
15901
-# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND],
 
15902
-# [ACTION-IF-NOT-FOUND])
 
15903
-#
 
15904
-#
 
15905
-# Note that if there is a possibility the first call to
 
15906
-# PKG_CHECK_MODULES might not happen, you should be sure to include an
 
15907
-# explicit call to PKG_PROG_PKG_CONFIG in your configure.ac
 
15908
+      # If neither matched, then we have a broken ls.  This can happen
 
15909
+      # if, for instance, CONFIG_SHELL is bash and it inherits a
 
15910
+      # broken ls alias from the environment.  This has actually
 
15911
+      # happened.  Such a system could not be considered "sane".
 
15912
+      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
 
15913
+alias in your environment])
 
15914
+   fi
 
15915
+
 
15916
+   test "$[2]" = conftest.file
 
15917
+   )
 
15918
+then
 
15919
+   # Ok.
 
15920
+   :
 
15921
+else
 
15922
+   AC_MSG_ERROR([newly created file is older than distributed files!
 
15923
+Check your system clock])
 
15924
+fi
 
15925
+AC_MSG_RESULT(yes)])
 
15926
+
 
15927
+# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
 
15928
 #
 
15929
+# This file is free software; the Free Software Foundation
 
15930
+# gives unlimited permission to copy and/or distribute it,
 
15931
+# with or without modifications, as long as this notice is preserved.
 
15932
+
 
15933
+# AM_PROG_INSTALL_STRIP
 
15934
+# ---------------------
 
15935
+# One issue with vendor `install' (even GNU) is that you can't
 
15936
+# specify the program used to strip binaries.  This is especially
 
15937
+# annoying in cross-compiling environments, where the build's strip
 
15938
+# is unlikely to handle the host's binaries.
 
15939
+# Fortunately install-sh will honor a STRIPPROG variable, so we
 
15940
+# always use install-sh in `make install-strip', and initialize
 
15941
+# STRIPPROG with the value of the STRIP variable (set by the user).
 
15942
+AC_DEFUN([AM_PROG_INSTALL_STRIP],
 
15943
+[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
 
15944
+# Installed binaries are usually stripped using `strip' when the user
 
15945
+# run `make install-strip'.  However `strip' might not be the right
 
15946
+# tool to use in cross-compilation environments, therefore Automake
 
15947
+# will honor the `STRIP' environment variable to overrule this program.
 
15948
+dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
 
15949
+if test "$cross_compiling" != no; then
 
15950
+  AC_CHECK_TOOL([STRIP], [strip], :)
 
15951
+fi
 
15952
+INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 
15953
+AC_SUBST([INSTALL_STRIP_PROGRAM])])
 
15954
+
 
15955
+# Copyright (C) 2006, 2008  Free Software Foundation, Inc.
 
15956
 #
 
15957
-# --------------------------------------------------------------
 
15958
-AC_DEFUN([PKG_CHECK_MODULES],
 
15959
-[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl
 
15960
-AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl
 
15961
-AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl
 
15962
+# This file is free software; the Free Software Foundation
 
15963
+# gives unlimited permission to copy and/or distribute it,
 
15964
+# with or without modifications, as long as this notice is preserved.
 
15965
 
 
15966
-pkg_failed=no
 
15967
-AC_MSG_CHECKING([for $1])
 
15968
+# serial 2
 
15969
 
 
15970
-_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2])
 
15971
-_PKG_CONFIG([$1][_LIBS], [libs], [$2])
 
15972
+# _AM_SUBST_NOTMAKE(VARIABLE)
 
15973
+# ---------------------------
 
15974
+# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
 
15975
+# This macro is traced by Automake.
 
15976
+AC_DEFUN([_AM_SUBST_NOTMAKE])
 
15977
 
 
15978
-m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS
 
15979
-and $1[]_LIBS to avoid the need to call pkg-config.
 
15980
-See the pkg-config man page for more details.])
 
15981
+# AM_SUBST_NOTMAKE(VARIABLE)
 
15982
+# ---------------------------
 
15983
+# Public sister of _AM_SUBST_NOTMAKE.
 
15984
+AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
 
15985
 
 
15986
-if test $pkg_failed = yes; then
 
15987
-        _PKG_SHORT_ERRORS_SUPPORTED
 
15988
-        if test $_pkg_short_errors_supported = yes; then
136
15989
-               $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "$2" 2>&1`
137
 
+               $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "$2"`
138
 
         else 
 
15990
-        else 
139
15991
-               $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors "$2" 2>&1`
140
 
+               $1[]_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "$2"`
141
 
         fi
142
 
        # Put the nasty error message in config.log where it belongs
143
 
        echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
144
 
@@ -8164,7 +8179,7 @@
145
 
 fi[]dnl
146
 
 ])# PKG_CHECK_MODULES
147
 
 
148
 
-# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
149
 
+# Copyright (C) 2002, 2003, 2005, 2006, 2007  Free Software Foundation, Inc.
150
 
 #
151
 
 # This file is free software; the Free Software Foundation
152
 
 # gives unlimited permission to copy and/or distribute it,
153
 
@@ -8179,7 +8194,7 @@
154
 
 [am__api_version='1.10'
155
 
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
156
 
 dnl require some minimum version.  Point them to the right macro.
157
 
-m4_if([$1], [1.10.2], [],
158
 
+m4_if([$1], [1.10.1], [],
159
 
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
160
 
 ])
161
 
 
162
 
@@ -8193,12 +8208,12 @@
163
 
 # AM_SET_CURRENT_AUTOMAKE_VERSION
164
 
 # -------------------------------
165
 
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
166
 
-# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
167
 
+# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
168
 
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
169
 
-[AM_AUTOMAKE_VERSION([1.10.2])dnl
170
 
+[AM_AUTOMAKE_VERSION([1.10.1])dnl
171
 
 m4_ifndef([AC_AUTOCONF_VERSION],
172
 
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
173
 
-_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
174
 
+_AM_AUTOCONF_VERSION(AC_AUTOCONF_VERSION)])
175
 
 
176
 
 # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
177
 
 
178
 
@@ -8448,28 +8463,19 @@
179
 
 
180
 
 # Generate code to set up dependency tracking.              -*- Autoconf -*-
181
 
 
182
 
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
183
 
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
184
 
 # Free Software Foundation, Inc.
185
 
 #
186
 
 # This file is free software; the Free Software Foundation
187
 
 # gives unlimited permission to copy and/or distribute it,
188
 
 # with or without modifications, as long as this notice is preserved.
189
 
 
190
 
-#serial 4
191
 
+#serial 3
192
 
 
193
 
 # _AM_OUTPUT_DEPENDENCY_COMMANDS
194
 
 # ------------------------------
195
 
 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
196
 
-[# Autoconf 2.62 quotes --file arguments for eval, but not when files
197
 
-# are listed without --file.  Let's play safe and only enable the eval
198
 
-# if we detect the quoting.
199
 
-case $CONFIG_FILES in
200
 
-*\'*) eval set x "$CONFIG_FILES" ;;
201
 
-*)   set x $CONFIG_FILES ;;
202
 
-esac
203
 
-shift
204
 
-for mf
 
15992
-        fi
 
15993
-       # Put the nasty error message in config.log where it belongs
 
15994
-       echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD
 
15995
+# Check how to create a tarball.                            -*- Autoconf -*-
 
15996
 
 
15997
-       ifelse([$4], , [AC_MSG_ERROR(dnl
 
15998
-[Package requirements ($2) were not met:
 
15999
+# Copyright (C) 2004, 2005  Free Software Foundation, Inc.
 
16000
+#
 
16001
+# This file is free software; the Free Software Foundation
 
16002
+# gives unlimited permission to copy and/or distribute it,
 
16003
+# with or without modifications, as long as this notice is preserved.
 
16004
 
 
16005
-$$1_PKG_ERRORS
 
16006
+# serial 2
 
16007
 
 
16008
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
16009
-installed software in a non-standard prefix.
 
16010
+# _AM_PROG_TAR(FORMAT)
 
16011
+# --------------------
 
16012
+# Check how to create a tarball in format FORMAT.
 
16013
+# FORMAT should be one of `v7', `ustar', or `pax'.
 
16014
+#
 
16015
+# Substitute a variable $(am__tar) that is a command
 
16016
+# writing to stdout a FORMAT-tarball containing the directory
 
16017
+# $tardir.
 
16018
+#     tardir=directory && $(am__tar) > result.tar
 
16019
+#
 
16020
+# Substitute a variable $(am__untar) that extract such
 
16021
+# a tarball read from stdin.
 
16022
+#     $(am__untar) < result.tar
 
16023
+AC_DEFUN([_AM_PROG_TAR],
 
16024
+[# Always define AMTAR for backward compatibility.
 
16025
+AM_MISSING_PROG([AMTAR], [tar])
 
16026
+m4_if([$1], [v7],
 
16027
+     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
 
16028
+     [m4_case([$1], [ustar],, [pax],,
 
16029
+              [m4_fatal([Unknown tar format])])
 
16030
+AC_MSG_CHECKING([how to create a $1 tar archive])
 
16031
+# Loop over all known methods to create a tar archive until one works.
 
16032
+_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
 
16033
+_am_tools=${am_cv_prog_tar_$1-$_am_tools}
 
16034
+# Do not fold the above two line into one, because Tru64 sh and
 
16035
+# Solaris sh will not grok spaces in the rhs of `-'.
 
16036
+for _am_tool in $_am_tools
 
16037
+do
 
16038
+  case $_am_tool in
 
16039
+  gnutar)
 
16040
+    for _am_tar in tar gnutar gtar;
 
16041
+    do
 
16042
+      AM_RUN_LOG([$_am_tar --version]) && break
 
16043
+    done
 
16044
+    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
 
16045
+    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
 
16046
+    am__untar="$_am_tar -xf -"
 
16047
+    ;;
 
16048
+  plaintar)
 
16049
+    # Must skip GNU tar: if it does not support --format= it doesn't create
 
16050
+    # ustar tarball either.
 
16051
+    (tar --version) >/dev/null 2>&1 && continue
 
16052
+    am__tar='tar chf - "$$tardir"'
 
16053
+    am__tar_='tar chf - "$tardir"'
 
16054
+    am__untar='tar xf -'
 
16055
+    ;;
 
16056
+  pax)
 
16057
+    am__tar='pax -L -x $1 -w "$$tardir"'
 
16058
+    am__tar_='pax -L -x $1 -w "$tardir"'
 
16059
+    am__untar='pax -r'
 
16060
+    ;;
 
16061
+  cpio)
 
16062
+    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
 
16063
+    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
 
16064
+    am__untar='cpio -i -H $1 -d'
 
16065
+    ;;
 
16066
+  none)
 
16067
+    am__tar=false
 
16068
+    am__tar_=false
 
16069
+    am__untar=false
 
16070
+    ;;
 
16071
+  esac
 
16072
 
 
16073
-_PKG_TEXT
 
16074
-])],
 
16075
-               [AC_MSG_RESULT([no])
 
16076
-                $4])
 
16077
-elif test $pkg_failed = untried; then
 
16078
-       ifelse([$4], , [AC_MSG_FAILURE(dnl
 
16079
-[The pkg-config script could not be found or is too old.  Make sure it
 
16080
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
16081
-path to pkg-config.
 
16082
+  # If the value was cached, stop now.  We just wanted to have am__tar
 
16083
+  # and am__untar set.
 
16084
+  test -n "${am_cv_prog_tar_$1}" && break
 
16085
 
 
16086
-_PKG_TEXT
 
16087
+  # tar/untar a dummy directory, and stop if the command works
 
16088
+  rm -rf conftest.dir
 
16089
+  mkdir conftest.dir
 
16090
+  echo GrepMe > conftest.dir/file
 
16091
+  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
 
16092
+  rm -rf conftest.dir
 
16093
+  if test -s conftest.tar; then
 
16094
+    AM_RUN_LOG([$am__untar <conftest.tar])
 
16095
+    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
 
16096
+  fi
 
16097
+done
 
16098
+rm -rf conftest.dir
 
16099
 
 
16100
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
 
16101
-               [$4])
 
16102
-else
 
16103
-       $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
 
16104
-       $1[]_LIBS=$pkg_cv_[]$1[]_LIBS
 
16105
-        AC_MSG_RESULT([yes])
 
16106
-       ifelse([$3], , :, [$3])
 
16107
-fi[]dnl
 
16108
-])# PKG_CHECK_MODULES
 
16109
+AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
 
16110
+AC_MSG_RESULT([$am_cv_prog_tar_$1])])
 
16111
+AC_SUBST([am__tar])
 
16112
+AC_SUBST([am__untar])
 
16113
+]) # _AM_PROG_TAR
 
16114
 
 
16115
 m4_include([acinclude.m4])
 
16116
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/config.h.in orbit2-2.14.18/config.h.in
 
16117
--- orbit2-2.14.18.old/config.h.in      2010-03-30 12:52:18.000000000 +0200
 
16118
+++ orbit2-2.14.18/config.h.in  2010-04-08 12:32:05.646317587 +0200
 
16119
@@ -178,6 +178,9 @@
 
16120
 /* Define to the one symbol short name of this package. */
 
16121
 #undef PACKAGE_TARNAME
 
16122
 
 
16123
+/* Define to the home page for this package. */
 
16124
+#undef PACKAGE_URL
 
16125
+
 
16126
 /* Define to the version of this package. */
 
16127
 #undef PACKAGE_VERSION
 
16128
 
 
16129
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/configure orbit2-2.14.18/configure
 
16130
--- orbit2-2.14.18.old/configure        2010-03-30 12:52:18.000000000 +0200
 
16131
+++ orbit2-2.14.18/configure    2010-04-08 12:32:05.219304167 +0200
 
16132
@@ -1,20 +1,24 @@
 
16133
 #! /bin/sh
 
16134
 # Guess values for system-dependent variables and create Makefiles.
 
16135
-# Generated by GNU Autoconf 2.63 for ORBit2 2.14.18.
 
16136
+# Generated by GNU Autoconf 2.65 for ORBit2 2.14.18.
 
16137
 #
 
16138
 # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=ORBit2>.
 
16139
 #
 
16140
+#
 
16141
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 
16142
-# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
16143
+# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
 
16144
+# Inc.
 
16145
+#
 
16146
+#
 
16147
 # This configure script is free software; the Free Software Foundation
 
16148
 # gives unlimited permission to copy, distribute and modify it.
 
16149
-## --------------------- ##
 
16150
-## M4sh Initialization.  ##
 
16151
-## --------------------- ##
 
16152
+## -------------------- ##
 
16153
+## M4sh Initialization. ##
 
16154
+## -------------------- ##
 
16155
 
 
16156
 # Be more Bourne compatible
 
16157
 DUALCASE=1; export DUALCASE # for MKS sh
 
16158
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
16159
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
 
16160
   emulate sh
 
16161
   NULLCMD=:
 
16162
   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
 
16163
@@ -22,23 +26,15 @@
 
16164
   alias -g '${1+"$@"}'='"$@"'
 
16165
   setopt NO_GLOB_SUBST
 
16166
 else
 
16167
-  case `(set -o) 2>/dev/null` in
 
16168
-  *posix*) set -o posix ;;
 
16169
+  case `(set -o) 2>/dev/null` in #(
 
16170
+  *posix*) :
 
16171
+    set -o posix ;; #(
 
16172
+  *) :
 
16173
+     ;;
 
16174
 esac
 
16175
-
 
16176
 fi
 
16177
 
 
16178
 
 
16179
-
 
16180
-
 
16181
-# PATH needs CR
 
16182
-# Avoid depending upon Character Ranges.
 
16183
-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 
16184
-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 
16185
-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 
16186
-as_cr_digits='0123456789'
 
16187
-as_cr_alnum=$as_cr_Letters$as_cr_digits
 
16188
-
 
16189
 as_nl='
 
16190
 '
 
16191
 export as_nl
 
16192
@@ -46,7 +42,13 @@
 
16193
 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
 
16194
 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
 
16195
 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
 
16196
-if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
 
16197
+# Prefer a ksh shell builtin over an external printf program on Solaris,
 
16198
+# but without wasting forks for bash or zsh.
 
16199
+if test -z "$BASH_VERSION$ZSH_VERSION" \
 
16200
+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
 
16201
+  as_echo='print -r --'
 
16202
+  as_echo_n='print -rn --'
 
16203
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
 
16204
   as_echo='printf %s\n'
 
16205
   as_echo_n='printf %s'
 
16206
 else
 
16207
@@ -57,7 +59,7 @@
 
16208
     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
 
16209
     as_echo_n_body='eval
 
16210
       arg=$1;
 
16211
-      case $arg in
 
16212
+      case $arg in #(
 
16213
       *"$as_nl"*)
 
16214
        expr "X$arg" : "X\\(.*\\)$as_nl";
 
16215
        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
 
16216
@@ -80,13 +82,6 @@
 
16217
   }
 
16218
 fi
 
16219
 
 
16220
-# Support unset when possible.
 
16221
-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 
16222
-  as_unset=unset
 
16223
-else
 
16224
-  as_unset=false
 
16225
-fi
 
16226
-
 
16227
 
 
16228
 # IFS
 
16229
 # We need space, tab and new line, in precisely that order.  Quoting is
 
16230
@@ -96,15 +91,15 @@
 
16231
 IFS=" ""       $as_nl"
 
16232
 
 
16233
 # Find who we are.  Look in the path if we contain no directory separator.
 
16234
-case $0 in
 
16235
+case $0 in #((
 
16236
   *[\\/]* ) as_myself=$0 ;;
 
16237
   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
16238
 for as_dir in $PATH
 
16239
 do
 
16240
   IFS=$as_save_IFS
 
16241
   test -z "$as_dir" && as_dir=.
 
16242
-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 
16243
-done
 
16244
+    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 
16245
+  done
 
16246
 IFS=$as_save_IFS
 
16247
 
 
16248
      ;;
 
16249
@@ -116,12 +111,16 @@
 
16250
 fi
 
16251
 if test ! -f "$as_myself"; then
 
16252
   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
16253
-  { (exit 1); exit 1; }
 
16254
+  exit 1
 
16255
 fi
 
16256
 
 
16257
-# Work around bugs in pre-3.0 UWIN ksh.
 
16258
-for as_var in ENV MAIL MAILPATH
 
16259
-do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
16260
+# Unset variables that we do not need and which cause bugs (e.g. in
 
16261
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
 
16262
+# suppresses any "Segmentation fault" message there.  '((' could
 
16263
+# trigger a bug in pdksh 5.2.14.
 
16264
+for as_var in BASH_ENV ENV MAIL MAILPATH
 
16265
+do eval test x\${$as_var+set} = xset \
 
16266
+  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
 
16267
 done
 
16268
 PS1='$ '
 
16269
 PS2='> '
 
16270
@@ -133,330 +132,301 @@
 
16271
 LANGUAGE=C
 
16272
 export LANGUAGE
 
16273
 
 
16274
-# Required to use basename.
 
16275
-if expr a : '\(a\)' >/dev/null 2>&1 &&
 
16276
-   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
16277
-  as_expr=expr
 
16278
-else
 
16279
-  as_expr=false
 
16280
-fi
 
16281
-
 
16282
-if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
 
16283
-  as_basename=basename
 
16284
-else
 
16285
-  as_basename=false
 
16286
-fi
 
16287
-
 
16288
-
 
16289
-# Name of the executable.
 
16290
-as_me=`$as_basename -- "$0" ||
 
16291
-$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 
16292
-        X"$0" : 'X\(//\)$' \| \
 
16293
-        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 
16294
-$as_echo X/"$0" |
 
16295
-    sed '/^.*\/\([^/][^/]*\)\/*$/{
 
16296
-           s//\1/
 
16297
-           q
 
16298
-         }
 
16299
-         /^X\/\(\/\/\)$/{
 
16300
-           s//\1/
 
16301
-           q
 
16302
-         }
 
16303
-         /^X\/\(\/\).*/{
 
16304
-           s//\1/
 
16305
-           q
 
16306
-         }
 
16307
-         s/.*/./; q'`
 
16308
-
 
16309
 # CDPATH.
 
16310
-$as_unset CDPATH
 
16311
-
 
16312
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
16313
 
 
16314
 if test "x$CONFIG_SHELL" = x; then
 
16315
-  if (eval ":") 2>/dev/null; then
 
16316
-  as_have_required=yes
 
16317
+  as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
 
16318
+  emulate sh
 
16319
+  NULLCMD=:
 
16320
+  # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
 
16321
+  # is contrary to our usage.  Disable this feature.
 
16322
+  alias -g '\${1+\"\$@\"}'='\"\$@\"'
 
16323
+  setopt NO_GLOB_SUBST
 
16324
 else
 
16325
-  as_have_required=no
 
16326
+  case \`(set -o) 2>/dev/null\` in #(
 
16327
+  *posix*) :
 
16328
+    set -o posix ;; #(
 
16329
+  *) :
 
16330
+     ;;
 
16331
+esac
 
16332
 fi
 
16333
-
 
16334
-  if test $as_have_required = yes &&    (eval ":
 
16335
-(as_func_return () {
 
16336
-  (exit \$1)
 
16337
-}
 
16338
-as_func_success () {
 
16339
-  as_func_return 0
 
16340
-}
 
16341
-as_func_failure () {
 
16342
-  as_func_return 1
 
16343
-}
 
16344
-as_func_ret_success () {
 
16345
-  return 0
 
16346
-}
 
16347
-as_func_ret_failure () {
 
16348
-  return 1
 
16349
-}
 
16350
+"
 
16351
+  as_required="as_fn_return () { (exit \$1); }
 
16352
+as_fn_success () { as_fn_return 0; }
 
16353
+as_fn_failure () { as_fn_return 1; }
 
16354
+as_fn_ret_success () { return 0; }
 
16355
+as_fn_ret_failure () { return 1; }
 
16356
 
 
16357
 exitcode=0
 
16358
-if as_func_success; then
 
16359
-  :
 
16360
-else
 
16361
-  exitcode=1
 
16362
-  echo as_func_success failed.
 
16363
-fi
 
16364
-
 
16365
-if as_func_failure; then
 
16366
-  exitcode=1
 
16367
-  echo as_func_failure succeeded.
 
16368
-fi
 
16369
-
 
16370
-if as_func_ret_success; then
 
16371
-  :
 
16372
-else
 
16373
-  exitcode=1
 
16374
-  echo as_func_ret_success failed.
 
16375
-fi
 
16376
-
 
16377
-if as_func_ret_failure; then
 
16378
-  exitcode=1
 
16379
-  echo as_func_ret_failure succeeded.
 
16380
-fi
 
16381
-
 
16382
-if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
 
16383
-  :
 
16384
+as_fn_success || { exitcode=1; echo as_fn_success failed.; }
 
16385
+as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
 
16386
+as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
 
16387
+as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
 
16388
+if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
 
16389
+
 
16390
+else
 
16391
+  exitcode=1; echo positional parameters were not saved.
 
16392
+fi
 
16393
+test x\$exitcode = x0 || exit 1"
 
16394
+  as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
 
16395
+  as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
 
16396
+  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
 
16397
+  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
 
16398
+test \$(( 1 + 1 )) = 2 || exit 1"
 
16399
+  if (eval "$as_required") 2>/dev/null; then :
 
16400
+  as_have_required=yes
 
16401
 else
 
16402
-  exitcode=1
 
16403
-  echo positional parameters were not saved.
 
16404
+  as_have_required=no
 
16405
 fi
 
16406
+  if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
 
16407
 
 
16408
-test \$exitcode = 0) || { (exit 1); exit 1; }
 
16409
-
 
16410
-(
 
16411
-  as_lineno_1=\$LINENO
 
16412
-  as_lineno_2=\$LINENO
 
16413
-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
 
16414
-  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
 
16415
-") 2> /dev/null; then
 
16416
-  :
 
16417
 else
 
16418
-  as_candidate_shells=
 
16419
-    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
16420
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
16421
+as_found=false
 
16422
 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
 
16423
 do
 
16424
   IFS=$as_save_IFS
 
16425
   test -z "$as_dir" && as_dir=.
 
16426
-  case $as_dir in
 
16427
+  as_found=:
 
16428
+  case $as_dir in #(
 
16429
         /*)
 
16430
           for as_base in sh bash ksh sh5; do
 
16431
-            as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
 
16432
+            # Try only shells that exist, to save several forks.
 
16433
+            as_shell=$as_dir/$as_base
 
16434
+            if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
 
16435
+                   { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
 
16436
+  CONFIG_SHELL=$as_shell as_have_required=yes
 
16437
+                  if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
 
16438
+  break 2
 
16439
+fi
 
16440
+fi
 
16441
           done;;
 
16442
        esac
 
16443
+  as_found=false
 
16444
 done
 
16445
+$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
 
16446
+             { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
 
16447
+  CONFIG_SHELL=$SHELL as_have_required=yes
 
16448
+fi; }
 
16449
 IFS=$as_save_IFS
 
16450
 
 
16451
 
 
16452
-      for as_shell in $as_candidate_shells $SHELL; do
 
16453
-        # Try only shells that exist, to save several forks.
 
16454
-        if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
 
16455
-               { ("$as_shell") 2> /dev/null <<\_ASEOF
 
16456
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
16457
-  emulate sh
 
16458
-  NULLCMD=:
 
16459
-  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
 
16460
-  # is contrary to our usage.  Disable this feature.
 
16461
-  alias -g '${1+"$@"}'='"$@"'
 
16462
-  setopt NO_GLOB_SUBST
 
16463
-else
 
16464
-  case `(set -o) 2>/dev/null` in
 
16465
-  *posix*) set -o posix ;;
 
16466
-esac
 
16467
-
 
16468
-fi
 
16469
-
 
16470
-
 
16471
-:
 
16472
-_ASEOF
 
16473
-}; then
 
16474
-  CONFIG_SHELL=$as_shell
 
16475
-              as_have_required=yes
 
16476
-              if { "$as_shell" 2> /dev/null <<\_ASEOF
 
16477
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
16478
-  emulate sh
 
16479
-  NULLCMD=:
 
16480
-  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
 
16481
-  # is contrary to our usage.  Disable this feature.
 
16482
-  alias -g '${1+"$@"}'='"$@"'
 
16483
-  setopt NO_GLOB_SUBST
 
16484
-else
 
16485
-  case `(set -o) 2>/dev/null` in
 
16486
-  *posix*) set -o posix ;;
 
16487
-esac
 
16488
-
 
16489
-fi
 
16490
-
 
16491
-
 
16492
-:
 
16493
-(as_func_return () {
 
16494
-  (exit $1)
 
16495
-}
 
16496
-as_func_success () {
 
16497
-  as_func_return 0
 
16498
-}
 
16499
-as_func_failure () {
 
16500
-  as_func_return 1
 
16501
-}
 
16502
-as_func_ret_success () {
 
16503
-  return 0
 
16504
-}
 
16505
-as_func_ret_failure () {
 
16506
-  return 1
 
16507
-}
 
16508
-
 
16509
-exitcode=0
 
16510
-if as_func_success; then
 
16511
-  :
 
16512
-else
 
16513
-  exitcode=1
 
16514
-  echo as_func_success failed.
 
16515
-fi
 
16516
-
 
16517
-if as_func_failure; then
 
16518
-  exitcode=1
 
16519
-  echo as_func_failure succeeded.
 
16520
-fi
 
16521
-
 
16522
-if as_func_ret_success; then
 
16523
-  :
 
16524
-else
 
16525
-  exitcode=1
 
16526
-  echo as_func_ret_success failed.
 
16527
-fi
 
16528
-
 
16529
-if as_func_ret_failure; then
 
16530
-  exitcode=1
 
16531
-  echo as_func_ret_failure succeeded.
 
16532
-fi
 
16533
-
 
16534
-if ( set x; as_func_ret_success y && test x = "$1" ); then
 
16535
-  :
 
16536
-else
 
16537
-  exitcode=1
 
16538
-  echo positional parameters were not saved.
 
16539
-fi
 
16540
-
 
16541
-test $exitcode = 0) || { (exit 1); exit 1; }
 
16542
-
 
16543
-(
 
16544
-  as_lineno_1=$LINENO
 
16545
-  as_lineno_2=$LINENO
 
16546
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
 
16547
-  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
 
16548
-
 
16549
-_ASEOF
 
16550
-}; then
 
16551
-  break
 
16552
-fi
 
16553
-
 
16554
-fi
 
16555
-
 
16556
-      done
 
16557
-
 
16558
-      if test "x$CONFIG_SHELL" != x; then
 
16559
-  for as_var in BASH_ENV ENV
 
16560
-       do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
16561
-       done
 
16562
+      if test "x$CONFIG_SHELL" != x; then :
 
16563
+  # We cannot yet assume a decent shell, so we have to provide a
 
16564
+       # neutralization value for shells without unset; and this also
 
16565
+       # works around shells that cannot unset nonexistent variables.
 
16566
+       BASH_ENV=/dev/null
 
16567
+       ENV=/dev/null
 
16568
+       (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
 
16569
        export CONFIG_SHELL
 
16570
        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
 
16571
 fi
 
16572
 
 
16573
-
 
16574
-    if test $as_have_required = no; then
 
16575
-  echo This script requires a shell more modern than all the
 
16576
-      echo shells that I found on your system.  Please install a
 
16577
-      echo modern shell, or manually run the script under such a
 
16578
-      echo shell if you do have one.
 
16579
-      { (exit 1); exit 1; }
 
16580
+    if test x$as_have_required = xno; then :
 
16581
+  $as_echo "$0: This script requires a shell more modern than all"
 
16582
+  $as_echo "$0: the shells that I found on your system."
 
16583
+  if test x${ZSH_VERSION+set} = xset ; then
 
16584
+    $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
 
16585
+    $as_echo "$0: be upgraded to zsh 4.3.4 or later."
 
16586
+  else
 
16587
+    $as_echo "$0: Please tell bug-autoconf@gnu.org and
 
16588
+$0: http://bugzilla.gnome.org/enter_bug.cgi?product=ORBit2
 
16589
+$0: about your system, including any error possibly output
 
16590
+$0: before this message. Then install a modern shell, or
 
16591
+$0: manually run the script under such a shell if you do
 
16592
+$0: have one."
 
16593
+  fi
 
16594
+  exit 1
 
16595
 fi
 
16596
-
 
16597
-
 
16598
 fi
 
16599
-
 
16600
 fi
 
16601
+SHELL=${CONFIG_SHELL-/bin/sh}
 
16602
+export SHELL
 
16603
+# Unset more variables known to interfere with behavior of common tools.
 
16604
+CLICOLOR_FORCE= GREP_OPTIONS=
 
16605
+unset CLICOLOR_FORCE GREP_OPTIONS
 
16606
+
 
16607
+## --------------------- ##
 
16608
+## M4sh Shell Functions. ##
 
16609
+## --------------------- ##
 
16610
+# as_fn_unset VAR
 
16611
+# ---------------
 
16612
+# Portably unset VAR.
 
16613
+as_fn_unset ()
 
16614
+{
 
16615
+  { eval $1=; unset $1;}
 
16616
+}
 
16617
+as_unset=as_fn_unset
 
16618
+
 
16619
+# as_fn_set_status STATUS
 
16620
+# -----------------------
 
16621
+# Set $? to STATUS, without forking.
 
16622
+as_fn_set_status ()
 
16623
+{
 
16624
+  return $1
 
16625
+} # as_fn_set_status
 
16626
+
 
16627
+# as_fn_exit STATUS
 
16628
+# -----------------
 
16629
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
 
16630
+as_fn_exit ()
 
16631
+{
 
16632
+  set +e
 
16633
+  as_fn_set_status $1
 
16634
+  exit $1
 
16635
+} # as_fn_exit
 
16636
+
 
16637
+# as_fn_mkdir_p
 
16638
+# -------------
 
16639
+# Create "$as_dir" as a directory, including parents if necessary.
 
16640
+as_fn_mkdir_p ()
 
16641
+{
 
16642
 
 
16643
+  case $as_dir in #(
 
16644
+  -*) as_dir=./$as_dir;;
 
16645
+  esac
 
16646
+  test -d "$as_dir" || eval $as_mkdir_p || {
 
16647
+    as_dirs=
 
16648
+    while :; do
 
16649
+      case $as_dir in #(
 
16650
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
 
16651
+      *) as_qdir=$as_dir;;
 
16652
+      esac
 
16653
+      as_dirs="'$as_qdir' $as_dirs"
 
16654
+      as_dir=`$as_dirname -- "$as_dir" ||
 
16655
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
16656
+        X"$as_dir" : 'X\(//\)[^/]' \| \
 
16657
+        X"$as_dir" : 'X\(//\)$' \| \
 
16658
+        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
16659
+$as_echo X"$as_dir" |
 
16660
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
16661
+           s//\1/
 
16662
+           q
 
16663
+         }
 
16664
+         /^X\(\/\/\)[^/].*/{
 
16665
+           s//\1/
 
16666
+           q
 
16667
+         }
 
16668
+         /^X\(\/\/\)$/{
 
16669
+           s//\1/
 
16670
+           q
 
16671
+         }
 
16672
+         /^X\(\/\).*/{
 
16673
+           s//\1/
 
16674
+           q
 
16675
+         }
 
16676
+         s/.*/./; q'`
 
16677
+      test -d "$as_dir" && break
 
16678
+    done
 
16679
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
 
16680
+  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
 
16681
 
 
16682
 
 
16683
-(eval "as_func_return () {
 
16684
-  (exit \$1)
 
16685
-}
 
16686
-as_func_success () {
 
16687
-  as_func_return 0
 
16688
-}
 
16689
-as_func_failure () {
 
16690
-  as_func_return 1
 
16691
-}
 
16692
-as_func_ret_success () {
 
16693
-  return 0
 
16694
-}
 
16695
-as_func_ret_failure () {
 
16696
-  return 1
 
16697
-}
 
16698
+} # as_fn_mkdir_p
 
16699
+# as_fn_append VAR VALUE
 
16700
+# ----------------------
 
16701
+# Append the text in VALUE to the end of the definition contained in VAR. Take
 
16702
+# advantage of any shell optimizations that allow amortized linear growth over
 
16703
+# repeated appends, instead of the typical quadratic growth present in naive
 
16704
+# implementations.
 
16705
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
 
16706
+  eval 'as_fn_append ()
 
16707
+  {
 
16708
+    eval $1+=\$2
 
16709
+  }'
 
16710
+else
 
16711
+  as_fn_append ()
 
16712
+  {
 
16713
+    eval $1=\$$1\$2
 
16714
+  }
 
16715
+fi # as_fn_append
 
16716
 
 
16717
-exitcode=0
 
16718
-if as_func_success; then
 
16719
-  :
 
16720
+# as_fn_arith ARG...
 
16721
+# ------------------
 
16722
+# Perform arithmetic evaluation on the ARGs, and store the result in the
 
16723
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
 
16724
+# must be portable across $(()) and expr.
 
16725
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
 
16726
+  eval 'as_fn_arith ()
 
16727
+  {
 
16728
+    as_val=$(( $* ))
 
16729
+  }'
 
16730
 else
 
16731
-  exitcode=1
 
16732
-  echo as_func_success failed.
 
16733
-fi
 
16734
+  as_fn_arith ()
 
16735
+  {
 
16736
+    as_val=`expr "$@" || test $? -eq 1`
 
16737
+  }
 
16738
+fi # as_fn_arith
 
16739
 
 
16740
-if as_func_failure; then
 
16741
-  exitcode=1
 
16742
-  echo as_func_failure succeeded.
 
16743
-fi
 
16744
 
 
16745
-if as_func_ret_success; then
 
16746
-  :
 
16747
+# as_fn_error ERROR [LINENO LOG_FD]
 
16748
+# ---------------------------------
 
16749
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
 
16750
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
 
16751
+# script with status $?, using 1 if that was 0.
 
16752
+as_fn_error ()
 
16753
+{
 
16754
+  as_status=$?; test $as_status -eq 0 && as_status=1
 
16755
+  if test "$3"; then
 
16756
+    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
16757
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
 
16758
+  fi
 
16759
+  $as_echo "$as_me: error: $1" >&2
 
16760
+  as_fn_exit $as_status
 
16761
+} # as_fn_error
 
16762
+
 
16763
+if expr a : '\(a\)' >/dev/null 2>&1 &&
 
16764
+   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
16765
+  as_expr=expr
 
16766
 else
 
16767
-  exitcode=1
 
16768
-  echo as_func_ret_success failed.
 
16769
+  as_expr=false
 
16770
 fi
 
16771
 
 
16772
-if as_func_ret_failure; then
 
16773
-  exitcode=1
 
16774
-  echo as_func_ret_failure succeeded.
 
16775
+if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
 
16776
+  as_basename=basename
 
16777
+else
 
16778
+  as_basename=false
 
16779
 fi
 
16780
 
 
16781
-if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
 
16782
-  :
 
16783
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 
16784
+  as_dirname=dirname
 
16785
 else
 
16786
-  exitcode=1
 
16787
-  echo positional parameters were not saved.
 
16788
+  as_dirname=false
 
16789
 fi
 
16790
 
 
16791
-test \$exitcode = 0") || {
 
16792
-  echo No shell found that supports shell functions.
 
16793
-  echo Please tell bug-autoconf@gnu.org about your system,
 
16794
-  echo including any error possibly output before this message.
 
16795
-  echo This can help us improve future autoconf versions.
 
16796
-  echo Configuration will now proceed without shell functions.
 
16797
-}
 
16798
+as_me=`$as_basename -- "$0" ||
 
16799
+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 
16800
+        X"$0" : 'X\(//\)$' \| \
 
16801
+        X"$0" : 'X\(/\)' \| . 2>/dev/null ||
 
16802
+$as_echo X/"$0" |
 
16803
+    sed '/^.*\/\([^/][^/]*\)\/*$/{
 
16804
+           s//\1/
 
16805
+           q
 
16806
+         }
 
16807
+         /^X\/\(\/\/\)$/{
 
16808
+           s//\1/
 
16809
+           q
 
16810
+         }
 
16811
+         /^X\/\(\/\).*/{
 
16812
+           s//\1/
 
16813
+           q
 
16814
+         }
 
16815
+         s/.*/./; q'`
 
16816
 
 
16817
+# Avoid depending upon Character Ranges.
 
16818
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 
16819
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 
16820
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 
16821
+as_cr_digits='0123456789'
 
16822
+as_cr_alnum=$as_cr_Letters$as_cr_digits
 
16823
 
 
16824
 
 
16825
-  as_lineno_1=$LINENO
 
16826
-  as_lineno_2=$LINENO
 
16827
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
 
16828
-  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
 
16829
-
 
16830
-  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
 
16831
-  # uniformly replaced by the line number.  The first 'sed' inserts a
 
16832
-  # line-number line after each line using $LINENO; the second 'sed'
 
16833
-  # does the real work.  The second script uses 'N' to pair each
 
16834
-  # line-number line with the line containing $LINENO, and appends
 
16835
-  # trailing '-' during substitution so that $LINENO is not a special
 
16836
-  # case at line end.
 
16837
-  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
 
16838
-  # scripts with optimization help from Paolo Bonzini.  Blame Lee
 
16839
-  # E. McMahon (1931-1989) for sed's syntax.  :-)
 
16840
+  as_lineno_1=$LINENO as_lineno_1a=$LINENO
 
16841
+  as_lineno_2=$LINENO as_lineno_2a=$LINENO
 
16842
+  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
 
16843
+  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
 
16844
+  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
 
16845
   sed -n '
 
16846
     p
 
16847
     /[$]LINENO/=
 
16848
@@ -473,8 +443,7 @@
 
16849
       s/-\n.*//
 
16850
     ' >$as_me.lineno &&
 
16851
   chmod +x "$as_me.lineno" ||
 
16852
-    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 
16853
-   { (exit 1); exit 1; }; }
 
16854
+    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
 
16855
 
 
16856
   # Don't try to exec as it changes $[0], causing all sort of problems
 
16857
   # (the dirname of $[0] is not the place where we might find the
 
16858
@@ -484,29 +453,18 @@
 
16859
   exit
 
16860
 }
 
16861
 
 
16862
-
 
16863
-if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 
16864
-  as_dirname=dirname
 
16865
-else
 
16866
-  as_dirname=false
 
16867
-fi
 
16868
-
 
16869
 ECHO_C= ECHO_N= ECHO_T=
 
16870
-case `echo -n x` in
 
16871
+case `echo -n x` in #(((((
 
16872
 -n*)
 
16873
-  case `echo 'x\c'` in
 
16874
+  case `echo 'xy\c'` in
 
16875
   *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
 
16876
-  *)   ECHO_C='\c';;
 
16877
+  xy)  ECHO_C='\c';;
 
16878
+  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
 
16879
+       ECHO_T='        ';;
 
16880
   esac;;
 
16881
 *)
 
16882
   ECHO_N='-n';;
 
16883
 esac
 
16884
-if expr a : '\(a\)' >/dev/null 2>&1 &&
 
16885
-   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
16886
-  as_expr=expr
 
16887
-else
 
16888
-  as_expr=false
 
16889
-fi
 
16890
 
 
16891
 rm -f conf$$ conf$$.exe conf$$.file
 
16892
 if test -d conf$$.dir; then
 
16893
@@ -536,7 +494,7 @@
 
16894
 rmdir conf$$.dir 2>/dev/null
 
16895
 
 
16896
 if mkdir -p . 2>/dev/null; then
 
16897
-  as_mkdir_p=:
 
16898
+  as_mkdir_p='mkdir -p "$as_dir"'
 
16899
 else
 
16900
   test -d ./-p && rmdir ./-p
 
16901
   as_mkdir_p=false
 
16902
@@ -555,10 +513,10 @@
 
16903
       if test -d "$1"; then
 
16904
        test -d "$1/.";
 
16905
       else
 
16906
-       case $1 in
 
16907
+       case $1 in #(
 
16908
        -*)set "./$1";;
 
16909
        esac;
 
16910
-       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 
16911
+       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
 
16912
        ???[sx]*):;;*)false;;esac;fi
 
16913
     '\'' sh
 
16914
   '
 
16915
@@ -573,7 +531,6 @@
 
16916
 
 
16917
 
 
16918
 
 
16919
-
 
16920
 # Check that we are running under the correct shell.
 
16921
 SHELL=${CONFIG_SHELL-/bin/sh}
 
16922
 
 
16923
@@ -722,7 +679,8 @@
 
16924
 
 
16925
 
 
16926
 
 
16927
-exec 7<&0 </dev/null 6>&1
 
16928
+test -n "$DJDIR" || exec 7<&0 </dev/null
 
16929
+exec 6>&1
 
16930
 
 
16931
 # Name of the host.
 
16932
 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
 
16933
@@ -740,7 +698,6 @@
 
16934
 subdirs=
 
16935
 MFLAGS=
 
16936
 MAKEFLAGS=
 
16937
-SHELL=${CONFIG_SHELL-/bin/sh}
 
16938
 
 
16939
 # Identity of this package.
 
16940
 PACKAGE_NAME='ORBit2'
 
16941
@@ -748,6 +705,7 @@
 
16942
 PACKAGE_VERSION='2.14.18'
 
16943
 PACKAGE_STRING='ORBit2 2.14.18'
 
16944
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=ORBit2'
 
16945
+PACKAGE_URL=''
 
16946
 
 
16947
 # Factoring default headers for most tests.
 
16948
 ac_includes_default="\
 
16949
@@ -946,6 +904,7 @@
 
16950
 program_transform_name
 
16951
 prefix
 
16952
 exec_prefix
 
16953
+PACKAGE_URL
 
16954
 PACKAGE_BUGREPORT
 
16955
 PACKAGE_STRING
 
16956
 PACKAGE_VERSION
 
16957
@@ -1100,8 +1059,7 @@
 
16958
     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
 
16959
     # Reject names that are not valid shell variable names.
 
16960
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
16961
-      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
 
16962
-   { (exit 1); exit 1; }; }
 
16963
+      as_fn_error "invalid feature name: $ac_useropt"
 
16964
     ac_useropt_orig=$ac_useropt
 
16965
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
16966
     case $ac_user_opts in
 
16967
@@ -1127,8 +1085,7 @@
 
16968
     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
 
16969
     # Reject names that are not valid shell variable names.
 
16970
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
16971
-      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
 
16972
-   { (exit 1); exit 1; }; }
 
16973
+      as_fn_error "invalid feature name: $ac_useropt"
 
16974
     ac_useropt_orig=$ac_useropt
 
16975
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
16976
     case $ac_user_opts in
 
16977
@@ -1332,8 +1289,7 @@
 
16978
     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
 
16979
     # Reject names that are not valid shell variable names.
 
16980
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
16981
-      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
 
16982
-   { (exit 1); exit 1; }; }
 
16983
+      as_fn_error "invalid package name: $ac_useropt"
 
16984
     ac_useropt_orig=$ac_useropt
 
16985
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
16986
     case $ac_user_opts in
 
16987
@@ -1349,8 +1305,7 @@
 
16988
     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
 
16989
     # Reject names that are not valid shell variable names.
 
16990
     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
 
16991
-      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
 
16992
-   { (exit 1); exit 1; }; }
 
16993
+      as_fn_error "invalid package name: $ac_useropt"
 
16994
     ac_useropt_orig=$ac_useropt
 
16995
     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
 
16996
     case $ac_user_opts in
 
16997
@@ -1380,17 +1335,17 @@
 
16998
   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
 
16999
     x_libraries=$ac_optarg ;;
 
17000
 
 
17001
-  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
 
17002
-Try \`$0 --help' for more information." >&2
 
17003
-   { (exit 1); exit 1; }; }
 
17004
+  -*) as_fn_error "unrecognized option: \`$ac_option'
 
17005
+Try \`$0 --help' for more information."
 
17006
     ;;
 
17007
 
 
17008
   *=*)
 
17009
     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
 
17010
     # Reject names that are not valid shell variable names.
 
17011
-    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
 
17012
-      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
 
17013
-   { (exit 1); exit 1; }; }
 
17014
+    case $ac_envvar in #(
 
17015
+      '' | [0-9]* | *[!_$as_cr_alnum]* )
 
17016
+      as_fn_error "invalid variable name: \`$ac_envvar'" ;;
 
17017
+    esac
 
17018
     eval $ac_envvar=\$ac_optarg
 
17019
     export $ac_envvar ;;
 
17020
 
 
17021
@@ -1407,15 +1362,13 @@
 
17022
 
 
17023
 if test -n "$ac_prev"; then
 
17024
   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
 
17025
-  { $as_echo "$as_me: error: missing argument to $ac_option" >&2
 
17026
-   { (exit 1); exit 1; }; }
 
17027
+  as_fn_error "missing argument to $ac_option"
 
17028
 fi
 
17029
 
 
17030
 if test -n "$ac_unrecognized_opts"; then
 
17031
   case $enable_option_checking in
 
17032
     no) ;;
 
17033
-    fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
 
17034
-   { (exit 1); exit 1; }; } ;;
 
17035
+    fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
 
17036
     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
 
17037
   esac
 
17038
 fi
 
17039
@@ -1438,8 +1391,7 @@
 
17040
     [\\/$]* | ?:[\\/]* )  continue;;
 
17041
     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
 
17042
   esac
 
17043
-  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
 
17044
-   { (exit 1); exit 1; }; }
 
17045
+  as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
 
17046
 done
 
17047
 
 
17048
 # There might be people who depend on the old broken behavior: `$host'
 
17049
@@ -1469,11 +1421,9 @@
 
17050
 ac_pwd=`pwd` && test -n "$ac_pwd" &&
 
17051
 ac_ls_di=`ls -di .` &&
 
17052
 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
 
17053
-  { $as_echo "$as_me: error: working directory cannot be determined" >&2
 
17054
-   { (exit 1); exit 1; }; }
 
17055
+  as_fn_error "working directory cannot be determined"
 
17056
 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
 
17057
-  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
 
17058
-   { (exit 1); exit 1; }; }
 
17059
+  as_fn_error "pwd does not report name of working directory"
 
17060
 
 
17061
 
 
17062
 # Find the source files, if location was not specified.
 
17063
@@ -1512,13 +1462,11 @@
 
17064
 fi
 
17065
 if test ! -r "$srcdir/$ac_unique_file"; then
 
17066
   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
 
17067
-  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
 
17068
-   { (exit 1); exit 1; }; }
 
17069
+  as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
 
17070
 fi
 
17071
 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
 
17072
 ac_abs_confdir=`(
 
17073
-       cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
 
17074
-   { (exit 1); exit 1; }; }
 
17075
+       cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
 
17076
        pwd)`
 
17077
 # When building in place, set srcdir=.
 
17078
 if test "$ac_abs_confdir" = "$ac_pwd"; then
 
17079
@@ -1635,9 +1583,9 @@
 
17080
   --enable-compile-warnings=no/yes Turn on compiler warnings.
 
17081
   --enable-debug=no/yes turn on debugging default=no
 
17082
   --enable-purify        be clean for memory debuggers
 
17083
-  --enable-gtk-doc        use gtk-doc to build documentation [default=no]
 
17084
-  --enable-gtk-doc-html   build documentation in html format [default=yes]
 
17085
-  --enable-gtk-doc-pdf    build documentation in pdf format [default=no]
 
17086
+  --enable-gtk-doc        use gtk-doc to build documentation [[default=no]]
 
17087
+  --enable-gtk-doc-html   build documentation in html format [[default=yes]]
 
17088
+  --enable-gtk-doc-pdf    build documentation in pdf format [[default=no]]
 
17089
 
 
17090
 Optional Packages:
 
17091
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
 
17092
@@ -1654,7 +1602,7 @@
 
17093
   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
 
17094
               nonstandard directory <lib dir>
 
17095
   LIBS        libraries to pass to the linker, e.g. -l<library>
 
17096
-  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
 
17097
+  CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
 
17098
               you have headers in a nonstandard directory <include dir>
 
17099
   CPP         C preprocessor
 
17100
   PKG_CONFIG  path to pkg-config utility
 
17101
@@ -1739,21 +1687,432 @@
 
17102
 if $ac_init_version; then
 
17103
   cat <<\_ACEOF
 
17104
 ORBit2 configure 2.14.18
 
17105
-generated by GNU Autoconf 2.63
 
17106
+generated by GNU Autoconf 2.65
 
17107
 
 
17108
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 
17109
-2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
 
17110
+Copyright (C) 2009 Free Software Foundation, Inc.
 
17111
 This configure script is free software; the Free Software Foundation
 
17112
 gives unlimited permission to copy, distribute and modify it.
 
17113
 _ACEOF
 
17114
   exit
 
17115
 fi
 
17116
+
 
17117
+## ------------------------ ##
 
17118
+## Autoconf initialization. ##
 
17119
+## ------------------------ ##
 
17120
+
 
17121
+# ac_fn_c_try_compile LINENO
 
17122
+# --------------------------
 
17123
+# Try to compile conftest.$ac_ext, and return whether this succeeded.
 
17124
+ac_fn_c_try_compile ()
 
17125
+{
 
17126
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
17127
+  rm -f conftest.$ac_objext
 
17128
+  if { { ac_try="$ac_compile"
 
17129
+case "(($ac_try" in
 
17130
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
17131
+  *) ac_try_echo=$ac_try;;
 
17132
+esac
 
17133
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
17134
+$as_echo "$ac_try_echo"; } >&5
 
17135
+  (eval "$ac_compile") 2>conftest.err
 
17136
+  ac_status=$?
 
17137
+  if test -s conftest.err; then
 
17138
+    grep -v '^ *+' conftest.err >conftest.er1
 
17139
+    cat conftest.er1 >&5
 
17140
+    mv -f conftest.er1 conftest.err
 
17141
+  fi
 
17142
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
17143
+  test $ac_status = 0; } && {
 
17144
+        test -z "$ac_c_werror_flag" ||
 
17145
+        test ! -s conftest.err
 
17146
+       } && test -s conftest.$ac_objext; then :
 
17147
+  ac_retval=0
 
17148
+else
 
17149
+  $as_echo "$as_me: failed program was:" >&5
 
17150
+sed 's/^/| /' conftest.$ac_ext >&5
 
17151
+
 
17152
+       ac_retval=1
 
17153
+fi
 
17154
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
17155
+  as_fn_set_status $ac_retval
 
17156
+
 
17157
+} # ac_fn_c_try_compile
 
17158
+
 
17159
+# ac_fn_c_try_link LINENO
 
17160
+# -----------------------
 
17161
+# Try to link conftest.$ac_ext, and return whether this succeeded.
 
17162
+ac_fn_c_try_link ()
 
17163
+{
 
17164
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
17165
+  rm -f conftest.$ac_objext conftest$ac_exeext
 
17166
+  if { { ac_try="$ac_link"
 
17167
+case "(($ac_try" in
 
17168
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
17169
+  *) ac_try_echo=$ac_try;;
 
17170
+esac
 
17171
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
17172
+$as_echo "$ac_try_echo"; } >&5
 
17173
+  (eval "$ac_link") 2>conftest.err
 
17174
+  ac_status=$?
 
17175
+  if test -s conftest.err; then
 
17176
+    grep -v '^ *+' conftest.err >conftest.er1
 
17177
+    cat conftest.er1 >&5
 
17178
+    mv -f conftest.er1 conftest.err
 
17179
+  fi
 
17180
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
17181
+  test $ac_status = 0; } && {
 
17182
+        test -z "$ac_c_werror_flag" ||
 
17183
+        test ! -s conftest.err
 
17184
+       } && test -s conftest$ac_exeext && {
 
17185
+        test "$cross_compiling" = yes ||
 
17186
+        $as_test_x conftest$ac_exeext
 
17187
+       }; then :
 
17188
+  ac_retval=0
 
17189
+else
 
17190
+  $as_echo "$as_me: failed program was:" >&5
 
17191
+sed 's/^/| /' conftest.$ac_ext >&5
 
17192
+
 
17193
+       ac_retval=1
 
17194
+fi
 
17195
+  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
 
17196
+  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
 
17197
+  # interfere with the next link command; also delete a directory that is
 
17198
+  # left behind by Apple's compiler.  We do this before executing the actions.
 
17199
+  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
 
17200
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
17201
+  as_fn_set_status $ac_retval
 
17202
+
 
17203
+} # ac_fn_c_try_link
 
17204
+
 
17205
+# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
 
17206
+# -------------------------------------------------------
 
17207
+# Tests whether HEADER exists and can be compiled using the include files in
 
17208
+# INCLUDES, setting the cache variable VAR accordingly.
 
17209
+ac_fn_c_check_header_compile ()
 
17210
+{
 
17211
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
17212
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
 
17213
+$as_echo_n "checking for $2... " >&6; }
 
17214
+if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
17215
+  $as_echo_n "(cached) " >&6
 
17216
+else
 
17217
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
17218
+/* end confdefs.h.  */
 
17219
+$4
 
17220
+#include <$2>
 
17221
+_ACEOF
 
17222
+if ac_fn_c_try_compile "$LINENO"; then :
 
17223
+  eval "$3=yes"
 
17224
+else
 
17225
+  eval "$3=no"
 
17226
+fi
 
17227
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
17228
+fi
 
17229
+eval ac_res=\$$3
 
17230
+              { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
 
17231
+$as_echo "$ac_res" >&6; }
 
17232
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
17233
+
 
17234
+} # ac_fn_c_check_header_compile
 
17235
+
 
17236
+# ac_fn_c_try_cpp LINENO
 
17237
+# ----------------------
 
17238
+# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
 
17239
+ac_fn_c_try_cpp ()
 
17240
+{
 
17241
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
17242
+  if { { ac_try="$ac_cpp conftest.$ac_ext"
 
17243
+case "(($ac_try" in
 
17244
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
17245
+  *) ac_try_echo=$ac_try;;
 
17246
+esac
 
17247
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
17248
+$as_echo "$ac_try_echo"; } >&5
 
17249
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
 
17250
+  ac_status=$?
 
17251
+  if test -s conftest.err; then
 
17252
+    grep -v '^ *+' conftest.err >conftest.er1
 
17253
+    cat conftest.er1 >&5
 
17254
+    mv -f conftest.er1 conftest.err
 
17255
+  fi
 
17256
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
17257
+  test $ac_status = 0; } >/dev/null && {
 
17258
+        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
17259
+        test ! -s conftest.err
 
17260
+       }; then :
 
17261
+  ac_retval=0
 
17262
+else
 
17263
+  $as_echo "$as_me: failed program was:" >&5
 
17264
+sed 's/^/| /' conftest.$ac_ext >&5
 
17265
+
 
17266
+    ac_retval=1
 
17267
+fi
 
17268
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
17269
+  as_fn_set_status $ac_retval
 
17270
+
 
17271
+} # ac_fn_c_try_cpp
 
17272
+
 
17273
+# ac_fn_c_try_run LINENO
 
17274
+# ----------------------
 
17275
+# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
 
17276
+# that executables *can* be run.
 
17277
+ac_fn_c_try_run ()
 
17278
+{
 
17279
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
17280
+  if { { ac_try="$ac_link"
 
17281
+case "(($ac_try" in
 
17282
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
17283
+  *) ac_try_echo=$ac_try;;
 
17284
+esac
 
17285
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
17286
+$as_echo "$ac_try_echo"; } >&5
 
17287
+  (eval "$ac_link") 2>&5
 
17288
+  ac_status=$?
 
17289
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
17290
+  test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
 
17291
+  { { case "(($ac_try" in
 
17292
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
17293
+  *) ac_try_echo=$ac_try;;
 
17294
+esac
 
17295
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
17296
+$as_echo "$ac_try_echo"; } >&5
 
17297
+  (eval "$ac_try") 2>&5
 
17298
+  ac_status=$?
 
17299
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
17300
+  test $ac_status = 0; }; }; then :
 
17301
+  ac_retval=0
 
17302
+else
 
17303
+  $as_echo "$as_me: program exited with status $ac_status" >&5
 
17304
+       $as_echo "$as_me: failed program was:" >&5
 
17305
+sed 's/^/| /' conftest.$ac_ext >&5
 
17306
+
 
17307
+       ac_retval=$ac_status
 
17308
+fi
 
17309
+  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
 
17310
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
17311
+  as_fn_set_status $ac_retval
 
17312
+
 
17313
+} # ac_fn_c_try_run
 
17314
+
 
17315
+# ac_fn_c_check_func LINENO FUNC VAR
 
17316
+# ----------------------------------
 
17317
+# Tests whether FUNC exists, setting the cache variable VAR accordingly
 
17318
+ac_fn_c_check_func ()
 
17319
+{
 
17320
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
17321
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
 
17322
+$as_echo_n "checking for $2... " >&6; }
 
17323
+if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
17324
+  $as_echo_n "(cached) " >&6
 
17325
+else
 
17326
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
17327
+/* end confdefs.h.  */
 
17328
+/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
 
17329
+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
17330
+#define $2 innocuous_$2
 
17331
+
 
17332
+/* System header to define __stub macros and hopefully few prototypes,
 
17333
+    which can conflict with char $2 (); below.
 
17334
+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
17335
+    <limits.h> exists even on freestanding compilers.  */
 
17336
+
 
17337
+#ifdef __STDC__
 
17338
+# include <limits.h>
 
17339
+#else
 
17340
+# include <assert.h>
 
17341
+#endif
 
17342
+
 
17343
+#undef $2
 
17344
+
 
17345
+/* Override any GCC internal prototype to avoid an error.
 
17346
+   Use char because int might match the return type of a GCC
 
17347
+   builtin and then its argument prototype would still apply.  */
 
17348
+#ifdef __cplusplus
 
17349
+extern "C"
 
17350
+#endif
 
17351
+char $2 ();
 
17352
+/* The GNU C library defines this for functions which it implements
 
17353
+    to always fail with ENOSYS.  Some functions are actually named
 
17354
+    something starting with __ and the normal name is an alias.  */
 
17355
+#if defined __stub_$2 || defined __stub___$2
 
17356
+choke me
 
17357
+#endif
 
17358
+
 
17359
+int
 
17360
+main ()
 
17361
+{
 
17362
+return $2 ();
 
17363
+  ;
 
17364
+  return 0;
 
17365
+}
 
17366
+_ACEOF
 
17367
+if ac_fn_c_try_link "$LINENO"; then :
 
17368
+  eval "$3=yes"
 
17369
+else
 
17370
+  eval "$3=no"
 
17371
+fi
 
17372
+rm -f core conftest.err conftest.$ac_objext \
 
17373
+    conftest$ac_exeext conftest.$ac_ext
 
17374
+fi
 
17375
+eval ac_res=\$$3
 
17376
+              { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
 
17377
+$as_echo "$ac_res" >&6; }
 
17378
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
17379
+
 
17380
+} # ac_fn_c_check_func
 
17381
+
 
17382
+# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
 
17383
+# -------------------------------------------------------
 
17384
+# Tests whether HEADER exists, giving a warning if it cannot be compiled using
 
17385
+# the include files in INCLUDES and setting the cache variable VAR
 
17386
+# accordingly.
 
17387
+ac_fn_c_check_header_mongrel ()
 
17388
+{
 
17389
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
17390
+  if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
17391
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
 
17392
+$as_echo_n "checking for $2... " >&6; }
 
17393
+if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
17394
+  $as_echo_n "(cached) " >&6
 
17395
+fi
 
17396
+eval ac_res=\$$3
 
17397
+              { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
 
17398
+$as_echo "$ac_res" >&6; }
 
17399
+else
 
17400
+  # Is the header compilable?
 
17401
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
 
17402
+$as_echo_n "checking $2 usability... " >&6; }
 
17403
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
17404
+/* end confdefs.h.  */
 
17405
+$4
 
17406
+#include <$2>
 
17407
+_ACEOF
 
17408
+if ac_fn_c_try_compile "$LINENO"; then :
 
17409
+  ac_header_compiler=yes
 
17410
+else
 
17411
+  ac_header_compiler=no
 
17412
+fi
 
17413
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
17414
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
 
17415
+$as_echo "$ac_header_compiler" >&6; }
 
17416
+
 
17417
+# Is the header present?
 
17418
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
 
17419
+$as_echo_n "checking $2 presence... " >&6; }
 
17420
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
17421
+/* end confdefs.h.  */
 
17422
+#include <$2>
 
17423
+_ACEOF
 
17424
+if ac_fn_c_try_cpp "$LINENO"; then :
 
17425
+  ac_header_preproc=yes
 
17426
+else
 
17427
+  ac_header_preproc=no
 
17428
+fi
 
17429
+rm -f conftest.err conftest.$ac_ext
 
17430
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
 
17431
+$as_echo "$ac_header_preproc" >&6; }
 
17432
+
 
17433
+# So?  What about this header?
 
17434
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
 
17435
+  yes:no: )
 
17436
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
 
17437
+$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
17438
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
 
17439
+$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
 
17440
+    ;;
 
17441
+  no:yes:* )
 
17442
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
 
17443
+$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
 
17444
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
 
17445
+$as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
 
17446
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
 
17447
+$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
 
17448
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
 
17449
+$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
 
17450
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
 
17451
+$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
 
17452
+( cat <<\_ASBOX
 
17453
+## --------------------------------------------------------------------- ##
 
17454
+## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=ORBit2 ##
 
17455
+## --------------------------------------------------------------------- ##
 
17456
+_ASBOX
 
17457
+     ) | sed "s/^/$as_me: WARNING:     /" >&2
 
17458
+    ;;
 
17459
+esac
 
17460
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
 
17461
+$as_echo_n "checking for $2... " >&6; }
 
17462
+if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
17463
+  $as_echo_n "(cached) " >&6
 
17464
+else
 
17465
+  eval "$3=\$ac_header_compiler"
 
17466
+fi
 
17467
+eval ac_res=\$$3
 
17468
+              { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
 
17469
+$as_echo "$ac_res" >&6; }
 
17470
+fi
 
17471
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
17472
+
 
17473
+} # ac_fn_c_check_header_mongrel
 
17474
+
 
17475
+# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
 
17476
+# -------------------------------------------
 
17477
+# Tests whether TYPE exists after having included INCLUDES, setting cache
 
17478
+# variable VAR accordingly.
 
17479
+ac_fn_c_check_type ()
 
17480
+{
 
17481
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
17482
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
 
17483
+$as_echo_n "checking for $2... " >&6; }
 
17484
+if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
 
17485
+  $as_echo_n "(cached) " >&6
 
17486
+else
 
17487
+  eval "$3=no"
 
17488
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
17489
+/* end confdefs.h.  */
 
17490
+$4
 
17491
+int
 
17492
+main ()
 
17493
+{
 
17494
+if (sizeof ($2))
 
17495
+        return 0;
 
17496
+  ;
 
17497
+  return 0;
 
17498
+}
 
17499
+_ACEOF
 
17500
+if ac_fn_c_try_compile "$LINENO"; then :
 
17501
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
17502
+/* end confdefs.h.  */
 
17503
+$4
 
17504
+int
 
17505
+main ()
 
17506
+{
 
17507
+if (sizeof (($2)))
 
17508
+           return 0;
 
17509
+  ;
 
17510
+  return 0;
 
17511
+}
 
17512
+_ACEOF
 
17513
+if ac_fn_c_try_compile "$LINENO"; then :
 
17514
+
 
17515
+else
 
17516
+  eval "$3=yes"
 
17517
+fi
 
17518
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
17519
+fi
 
17520
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
17521
+fi
 
17522
+eval ac_res=\$$3
 
17523
+              { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
 
17524
+$as_echo "$ac_res" >&6; }
 
17525
+  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
 
17526
+
 
17527
+} # ac_fn_c_check_type
 
17528
 cat >config.log <<_ACEOF
 
17529
 This file contains any messages produced by compilers while
 
17530
 running configure, to aid debugging if configure makes a mistake.
 
17531
 
 
17532
 It was created by ORBit2 $as_me 2.14.18, which was
 
17533
-generated by GNU Autoconf 2.63.  Invocation command line was
 
17534
+generated by GNU Autoconf 2.65.  Invocation command line was
 
17535
 
 
17536
   $ $0 $@
 
17537
 
 
17538
@@ -1789,8 +2148,8 @@
 
17539
 do
 
17540
   IFS=$as_save_IFS
 
17541
   test -z "$as_dir" && as_dir=.
 
17542
-  $as_echo "PATH: $as_dir"
 
17543
-done
 
17544
+    $as_echo "PATH: $as_dir"
 
17545
+  done
 
17546
 IFS=$as_save_IFS
 
17547
 
 
17548
 } >&5
 
17549
@@ -1827,9 +2186,9 @@
 
17550
       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
17551
     esac
 
17552
     case $ac_pass in
 
17553
-    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
 
17554
+    1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
 
17555
     2)
 
17556
-      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
 
17557
+      as_fn_append ac_configure_args1 " '$ac_arg'"
 
17558
       if test $ac_must_keep_next = true; then
 
17559
        ac_must_keep_next=false # Got value, back to normal.
 
17560
       else
 
17561
@@ -1845,13 +2204,13 @@
 
17562
          -* ) ac_must_keep_next=true ;;
 
17563
        esac
 
17564
       fi
 
17565
-      ac_configure_args="$ac_configure_args '$ac_arg'"
 
17566
+      as_fn_append ac_configure_args " '$ac_arg'"
 
17567
       ;;
 
17568
     esac
 
17569
   done
 
17570
 done
 
17571
-$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
 
17572
-$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
 
17573
+{ ac_configure_args0=; unset ac_configure_args0;}
 
17574
+{ ac_configure_args1=; unset ac_configure_args1;}
 
17575
 
 
17576
 # When interrupted or exit'd, cleanup temporary files, and complete
 
17577
 # config.log.  We remove comments because anyway the quotes in there
 
17578
@@ -1876,13 +2235,13 @@
 
17579
     case $ac_val in #(
 
17580
     *${as_nl}*)
 
17581
       case $ac_var in #(
 
17582
-      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
 
17583
+      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
 
17584
 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
 
17585
       esac
 
17586
       case $ac_var in #(
 
17587
       _ | IFS | as_nl) ;; #(
 
17588
       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
 
17589
-      *) $as_unset $ac_var ;;
 
17590
+      *) { eval $ac_var=; unset $ac_var;} ;;
 
17591
       esac ;;
 
17592
     esac
 
17593
   done
 
17594
@@ -1954,39 +2313,41 @@
 
17595
     exit $exit_status
 
17596
 ' 0
 
17597
 for ac_signal in 1 2 13 15; do
 
17598
-  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
 
17599
+  trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
 
17600
 done
 
17601
 ac_signal=0
 
17602
 
 
17603
 # confdefs.h avoids OS command line length limits that DEFS can exceed.
 
17604
 rm -f -r conftest* confdefs.h
 
17605
 
 
17606
+$as_echo "/* confdefs.h */" > confdefs.h
 
17607
+
 
17608
 # Predefined preprocessor variables.
 
17609
 
 
17610
 cat >>confdefs.h <<_ACEOF
 
17611
 #define PACKAGE_NAME "$PACKAGE_NAME"
 
17612
 _ACEOF
 
17613
 
 
17614
-
 
17615
 cat >>confdefs.h <<_ACEOF
 
17616
 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
 
17617
 _ACEOF
 
17618
 
 
17619
-
 
17620
 cat >>confdefs.h <<_ACEOF
 
17621
 #define PACKAGE_VERSION "$PACKAGE_VERSION"
 
17622
 _ACEOF
 
17623
 
 
17624
-
 
17625
 cat >>confdefs.h <<_ACEOF
 
17626
 #define PACKAGE_STRING "$PACKAGE_STRING"
 
17627
 _ACEOF
 
17628
 
 
17629
-
 
17630
 cat >>confdefs.h <<_ACEOF
 
17631
 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
 
17632
 _ACEOF
 
17633
 
 
17634
+cat >>confdefs.h <<_ACEOF
 
17635
+#define PACKAGE_URL "$PACKAGE_URL"
 
17636
+_ACEOF
 
17637
+
 
17638
 
 
17639
 # Let the site file select an alternate cache file if it wants to.
 
17640
 # Prefer an explicitly selected file to automatically selected ones.
 
17641
@@ -2004,8 +2365,8 @@
 
17642
 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
 
17643
 do
 
17644
   test "x$ac_site_file" = xNONE && continue
 
17645
-  if test -r "$ac_site_file"; then
 
17646
-    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
 
17647
+  if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
 
17648
+    { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
 
17649
 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
 
17650
     sed 's/^/| /' "$ac_site_file" >&5
 
17651
     . "$ac_site_file"
 
17652
@@ -2013,10 +2374,10 @@
 
17653
 done
 
17654
 
 
17655
 if test -r "$cache_file"; then
 
17656
-  # Some versions of bash will fail to source /dev/null (special
 
17657
-  # files actually), so we avoid doing that.
 
17658
-  if test -f "$cache_file"; then
 
17659
-    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
 
17660
+  # Some versions of bash will fail to source /dev/null (special files
 
17661
+  # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
 
17662
+  if test /dev/null != "$cache_file" && test -f "$cache_file"; then
 
17663
+    { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
 
17664
 $as_echo "$as_me: loading cache $cache_file" >&6;}
 
17665
     case $cache_file in
 
17666
       [\\/]* | ?:[\\/]* ) . "$cache_file";;
 
17667
@@ -2024,7 +2385,7 @@
 
17668
     esac
 
17669
   fi
 
17670
 else
 
17671
-  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
 
17672
+  { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
 
17673
 $as_echo "$as_me: creating cache $cache_file" >&6;}
 
17674
   >$cache_file
 
17675
 fi
 
17676
@@ -2039,11 +2400,11 @@
 
17677
   eval ac_new_val=\$ac_env_${ac_var}_value
 
17678
   case $ac_old_set,$ac_new_set in
 
17679
     set,)
 
17680
-      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
 
17681
+      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
 
17682
 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
 
17683
       ac_cache_corrupted=: ;;
 
17684
     ,set)
 
17685
-      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
 
17686
+      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
 
17687
 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
 
17688
       ac_cache_corrupted=: ;;
 
17689
     ,);;
 
17690
@@ -2053,17 +2414,17 @@
 
17691
        ac_old_val_w=`echo x $ac_old_val`
 
17692
        ac_new_val_w=`echo x $ac_new_val`
 
17693
        if test "$ac_old_val_w" != "$ac_new_val_w"; then
 
17694
-         { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
 
17695
+         { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
 
17696
 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
 
17697
          ac_cache_corrupted=:
 
17698
        else
 
17699
-         { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
 
17700
+         { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
 
17701
 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
 
17702
          eval $ac_var=\$ac_old_val
 
17703
        fi
 
17704
-       { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5
 
17705
+       { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
 
17706
 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
 
17707
-       { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5
 
17708
+       { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
 
17709
 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
 
17710
       fi;;
 
17711
   esac
 
17712
@@ -2075,43 +2436,20 @@
 
17713
     esac
 
17714
     case " $ac_configure_args " in
 
17715
       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
 
17716
-      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
 
17717
+      *) as_fn_append ac_configure_args " '$ac_arg'" ;;
 
17718
     esac
 
17719
   fi
 
17720
 done
 
17721
 if $ac_cache_corrupted; then
 
17722
-  { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
17723
+  { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
17724
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
17725
-  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
 
17726
+  { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
 
17727
 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
 
17728
-  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
 
17729
-$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
 
17730
-   { (exit 1); exit 1; }; }
 
17731
+  as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
 
17732
 fi
 
17733
-
 
17734
-
 
17735
-
 
17736
-
 
17737
-
 
17738
-
 
17739
-
 
17740
-
 
17741
-
 
17742
-
 
17743
-
 
17744
-
 
17745
-
 
17746
-
 
17747
-
 
17748
-
 
17749
-
 
17750
-
 
17751
-
 
17752
-
 
17753
-
 
17754
-
 
17755
-
 
17756
-
 
17757
+## -------------------- ##
 
17758
+## Main body of script. ##
 
17759
+## -------------------- ##
 
17760
 
 
17761
 ac_ext=c
 
17762
 ac_cpp='$CPP $CPPFLAGS'
 
17763
@@ -2159,24 +2497,16 @@
 
17764
 
 
17765
 ac_aux_dir=
 
17766
 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
 
17767
-  if test -f "$ac_dir/install-sh"; then
 
17768
-    ac_aux_dir=$ac_dir
 
17769
-    ac_install_sh="$ac_aux_dir/install-sh -c"
 
17770
-    break
 
17771
-  elif test -f "$ac_dir/install.sh"; then
 
17772
-    ac_aux_dir=$ac_dir
 
17773
-    ac_install_sh="$ac_aux_dir/install.sh -c"
 
17774
-    break
 
17775
-  elif test -f "$ac_dir/shtool"; then
 
17776
-    ac_aux_dir=$ac_dir
 
17777
-    ac_install_sh="$ac_aux_dir/shtool install -c"
 
17778
-    break
 
17779
-  fi
 
17780
+  for ac_t in install-sh install.sh shtool; do
 
17781
+    if test -f "$ac_dir/$ac_t"; then
 
17782
+      ac_aux_dir=$ac_dir
 
17783
+      ac_install_sh="$ac_aux_dir/$ac_t -c"
 
17784
+      break 2
 
17785
+    fi
 
17786
+  done
 
17787
 done
 
17788
 if test -z "$ac_aux_dir"; then
 
17789
-  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
 
17790
-$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
 
17791
-   { (exit 1); exit 1; }; }
 
17792
+  as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
 
17793
 fi
 
17794
 
 
17795
 # These three variables are undocumented and unsupported,
 
17796
@@ -2202,10 +2532,10 @@
 
17797
 # OS/2's system install, which has a completely different semantic
 
17798
 # ./install, which can be erroneously created by make from ./install.sh.
 
17799
 # Reject install programs that cannot install multiple files.
 
17800
-{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 
17801
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
 
17802
 $as_echo_n "checking for a BSD-compatible install... " >&6; }
 
17803
 if test -z "$INSTALL"; then
 
17804
-if test "${ac_cv_path_install+set}" = set; then
 
17805
+if test "${ac_cv_path_install+set}" = set; then :
 
17806
   $as_echo_n "(cached) " >&6
 
17807
 else
 
17808
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
17809
@@ -2213,11 +2543,11 @@
 
17810
 do
 
17811
   IFS=$as_save_IFS
 
17812
   test -z "$as_dir" && as_dir=.
 
17813
-  # Account for people who put trailing slashes in PATH elements.
 
17814
-case $as_dir/ in
 
17815
-  ./ | .// | /cC/* | \
 
17816
+    # Account for people who put trailing slashes in PATH elements.
 
17817
+case $as_dir/ in #((
 
17818
+  ./ | .// | /[cC]/* | \
 
17819
   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
 
17820
-  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
 
17821
+  ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
 
17822
   /usr/ucb/* ) ;;
 
17823
   *)
 
17824
     # OSF1 and SCO ODT 3.0 have their own names for install.
 
17825
@@ -2254,7 +2584,7 @@
 
17826
     ;;
 
17827
 esac
 
17828
 
 
17829
-done
 
17830
+  done
 
17831
 IFS=$as_save_IFS
 
17832
 
 
17833
 rm -rf conftest.one conftest.two conftest.dir
 
17834
@@ -2270,7 +2600,7 @@
 
17835
     INSTALL=$ac_install_sh
 
17836
   fi
 
17837
 fi
 
17838
-{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
 
17839
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
 
17840
 $as_echo "$INSTALL" >&6; }
 
17841
 
 
17842
 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
 
17843
@@ -2281,7 +2611,7 @@
 
17844
 
 
17845
 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 
17846
 
 
17847
-{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
 
17848
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
 
17849
 $as_echo_n "checking whether build environment is sane... " >&6; }
 
17850
 # Just in case
 
17851
 sleep 1
 
17852
@@ -2292,15 +2622,11 @@
 
17853
 '
 
17854
 case `pwd` in
 
17855
   *[\\\"\#\$\&\'\`$am_lf]*)
 
17856
-    { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5
 
17857
-$as_echo "$as_me: error: unsafe absolute working directory name" >&2;}
 
17858
-   { (exit 1); exit 1; }; };;
 
17859
+    as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
 
17860
 esac
 
17861
 case $srcdir in
 
17862
   *[\\\"\#\$\&\'\`$am_lf\ \    ]*)
 
17863
-    { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5
 
17864
-$as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;}
 
17865
-   { (exit 1); exit 1; }; };;
 
17866
+    as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
 
17867
 esac
 
17868
 
 
17869
 # Do `set' in a subshell so we don't clobber the current shell's
 
17870
@@ -2322,11 +2648,8 @@
 
17871
       # if, for instance, CONFIG_SHELL is bash and it inherits a
 
17872
       # broken ls alias from the environment.  This has actually
 
17873
       # happened.  Such a system could not be considered "sane".
 
17874
-      { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
 
17875
-alias in your environment" >&5
 
17876
-$as_echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
 
17877
-alias in your environment" >&2;}
 
17878
-   { (exit 1); exit 1; }; }
 
17879
+      as_fn_error "ls -t appears to fail.  Make sure there is not a broken
 
17880
+alias in your environment" "$LINENO" 5
 
17881
    fi
 
17882
 
 
17883
    test "$2" = conftest.file
 
17884
@@ -2335,13 +2658,10 @@
 
17885
    # Ok.
 
17886
    :
 
17887
 else
 
17888
-   { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
 
17889
-Check your system clock" >&5
 
17890
-$as_echo "$as_me: error: newly created file is older than distributed files!
 
17891
-Check your system clock" >&2;}
 
17892
-   { (exit 1); exit 1; }; }
 
17893
+   as_fn_error "newly created file is older than distributed files!
 
17894
+Check your system clock" "$LINENO" 5
 
17895
 fi
 
17896
-{ $as_echo "$as_me:$LINENO: result: yes" >&5
 
17897
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
17898
 $as_echo "yes" >&6; }
 
17899
 test "$program_prefix" != NONE &&
 
17900
   program_transform_name="s&^&$program_prefix&;$program_transform_name"
 
17901
@@ -2369,7 +2689,7 @@
 
17902
   am_missing_run="$MISSING --run "
 
17903
 else
 
17904
   am_missing_run=
 
17905
-  { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
 
17906
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
 
17907
 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
 
17908
 fi
 
17909
 
 
17910
@@ -2390,9 +2710,9 @@
 
17911
   if test -n "$ac_tool_prefix"; then
 
17912
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 
17913
 set dummy ${ac_tool_prefix}strip; ac_word=$2
 
17914
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
17915
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
17916
 $as_echo_n "checking for $ac_word... " >&6; }
 
17917
-if test "${ac_cv_prog_STRIP+set}" = set; then
 
17918
+if test "${ac_cv_prog_STRIP+set}" = set; then :
 
17919
   $as_echo_n "(cached) " >&6
 
17920
 else
 
17921
   if test -n "$STRIP"; then
 
17922
@@ -2403,24 +2723,24 @@
 
17923
 do
 
17924
   IFS=$as_save_IFS
 
17925
   test -z "$as_dir" && as_dir=.
 
17926
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
17927
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
17928
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
17929
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
 
17930
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
17931
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
17932
     break 2
 
17933
   fi
 
17934
 done
 
17935
-done
 
17936
+  done
 
17937
 IFS=$as_save_IFS
 
17938
 
 
17939
 fi
 
17940
 fi
 
17941
 STRIP=$ac_cv_prog_STRIP
 
17942
 if test -n "$STRIP"; then
 
17943
-  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
 
17944
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
 
17945
 $as_echo "$STRIP" >&6; }
 
17946
 else
 
17947
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
17948
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
17949
 $as_echo "no" >&6; }
 
17950
 fi
 
17951
 
 
17952
@@ -2430,9 +2750,9 @@
 
17953
   ac_ct_STRIP=$STRIP
 
17954
   # Extract the first word of "strip", so it can be a program name with args.
 
17955
 set dummy strip; ac_word=$2
 
17956
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
17957
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
17958
 $as_echo_n "checking for $ac_word... " >&6; }
 
17959
-if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
 
17960
+if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
 
17961
   $as_echo_n "(cached) " >&6
 
17962
 else
 
17963
   if test -n "$ac_ct_STRIP"; then
 
17964
@@ -2443,24 +2763,24 @@
 
17965
 do
 
17966
   IFS=$as_save_IFS
 
17967
   test -z "$as_dir" && as_dir=.
 
17968
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
17969
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
17970
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
17971
     ac_cv_prog_ac_ct_STRIP="strip"
 
17972
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
17973
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
17974
     break 2
 
17975
   fi
 
17976
 done
 
17977
-done
 
17978
+  done
 
17979
 IFS=$as_save_IFS
 
17980
 
 
17981
 fi
 
17982
 fi
 
17983
 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
 
17984
 if test -n "$ac_ct_STRIP"; then
 
17985
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 
17986
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
 
17987
 $as_echo "$ac_ct_STRIP" >&6; }
 
17988
 else
 
17989
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
17990
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
17991
 $as_echo "no" >&6; }
 
17992
 fi
 
17993
 
 
17994
@@ -2469,7 +2789,7 @@
 
17995
   else
 
17996
     case $cross_compiling:$ac_tool_warned in
 
17997
 yes:)
 
17998
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
17999
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
18000
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
18001
 ac_tool_warned=yes ;;
 
18002
 esac
 
18003
@@ -2482,10 +2802,10 @@
 
18004
 fi
 
18005
 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 
18006
 
 
18007
-{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
 
18008
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
 
18009
 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
 
18010
 if test -z "$MKDIR_P"; then
 
18011
-  if test "${ac_cv_path_mkdir+set}" = set; then
 
18012
+  if test "${ac_cv_path_mkdir+set}" = set; then :
 
18013
   $as_echo_n "(cached) " >&6
 
18014
 else
 
18015
   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
18016
@@ -2493,7 +2813,7 @@
 
18017
 do
 
18018
   IFS=$as_save_IFS
 
18019
   test -z "$as_dir" && as_dir=.
 
18020
-  for ac_prog in mkdir gmkdir; do
 
18021
+    for ac_prog in mkdir gmkdir; do
 
18022
         for ac_exec_ext in '' $ac_executable_extensions; do
 
18023
           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
 
18024
           case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
 
18025
@@ -2505,11 +2825,12 @@
 
18026
           esac
 
18027
         done
 
18028
        done
 
18029
-done
 
18030
+  done
 
18031
 IFS=$as_save_IFS
 
18032
 
 
18033
 fi
 
18034
 
 
18035
+  test -d ./--version && rmdir ./--version
 
18036
   if test "${ac_cv_path_mkdir+set}" = set; then
 
18037
     MKDIR_P="$ac_cv_path_mkdir -p"
 
18038
   else
 
18039
@@ -2517,11 +2838,10 @@
 
18040
     # value for MKDIR_P within a source directory, because that will
 
18041
     # break other packages using the cache if that directory is
 
18042
     # removed, or if the value is a relative name.
 
18043
-    test -d ./--version && rmdir ./--version
 
18044
     MKDIR_P="$ac_install_sh -d"
 
18045
   fi
 
18046
 fi
 
18047
-{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
 
18048
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
 
18049
 $as_echo "$MKDIR_P" >&6; }
 
18050
 
 
18051
 mkdir_p="$MKDIR_P"
 
18052
@@ -2534,9 +2854,9 @@
 
18053
 do
 
18054
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 
18055
 set dummy $ac_prog; ac_word=$2
 
18056
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
18057
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
18058
 $as_echo_n "checking for $ac_word... " >&6; }
 
18059
-if test "${ac_cv_prog_AWK+set}" = set; then
 
18060
+if test "${ac_cv_prog_AWK+set}" = set; then :
 
18061
   $as_echo_n "(cached) " >&6
 
18062
 else
 
18063
   if test -n "$AWK"; then
 
18064
@@ -2547,24 +2867,24 @@
 
18065
 do
 
18066
   IFS=$as_save_IFS
 
18067
   test -z "$as_dir" && as_dir=.
 
18068
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
18069
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
18070
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
18071
     ac_cv_prog_AWK="$ac_prog"
 
18072
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
18073
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
18074
     break 2
 
18075
   fi
 
18076
 done
 
18077
-done
 
18078
+  done
 
18079
 IFS=$as_save_IFS
 
18080
 
 
18081
 fi
 
18082
 fi
 
18083
 AWK=$ac_cv_prog_AWK
 
18084
 if test -n "$AWK"; then
 
18085
-  { $as_echo "$as_me:$LINENO: result: $AWK" >&5
 
18086
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
 
18087
 $as_echo "$AWK" >&6; }
 
18088
 else
 
18089
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
18090
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
18091
 $as_echo "no" >&6; }
 
18092
 fi
 
18093
 
 
18094
@@ -2572,11 +2892,11 @@
 
18095
   test -n "$AWK" && break
 
18096
 done
 
18097
 
 
18098
-{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
 
18099
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
 
18100
 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
 
18101
 set x ${MAKE-make}
 
18102
 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
 
18103
-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
 
18104
+if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
 
18105
   $as_echo_n "(cached) " >&6
 
18106
 else
 
18107
   cat >conftest.make <<\_ACEOF
 
18108
@@ -2594,11 +2914,11 @@
 
18109
 rm -f conftest.make
 
18110
 fi
 
18111
 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
 
18112
-  { $as_echo "$as_me:$LINENO: result: yes" >&5
 
18113
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
18114
 $as_echo "yes" >&6; }
 
18115
   SET_MAKE=
 
18116
 else
 
18117
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
18118
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
18119
 $as_echo "no" >&6; }
 
18120
   SET_MAKE="MAKE=${MAKE-make}"
 
18121
 fi
 
18122
@@ -2618,9 +2938,7 @@
 
18123
   am__isrc=' -I$(srcdir)'
 
18124
   # test to see if srcdir already configured
 
18125
   if test -f $srcdir/config.status; then
 
18126
-    { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
 
18127
-$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
 
18128
-   { (exit 1); exit 1; }; }
 
18129
+    as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
 
18130
   fi
 
18131
 fi
 
18132
 
 
18133
@@ -2672,35 +2990,27 @@
 
18134
 
 
18135
 # Make sure we can run config.sub.
 
18136
 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
 
18137
-  { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
 
18138
-$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
 
18139
-   { (exit 1); exit 1; }; }
 
18140
+  as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
 
18141
 
 
18142
-{ $as_echo "$as_me:$LINENO: checking build system type" >&5
 
18143
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
 
18144
 $as_echo_n "checking build system type... " >&6; }
 
18145
-if test "${ac_cv_build+set}" = set; then
 
18146
+if test "${ac_cv_build+set}" = set; then :
 
18147
   $as_echo_n "(cached) " >&6
 
18148
 else
 
18149
   ac_build_alias=$build_alias
 
18150
 test "x$ac_build_alias" = x &&
 
18151
   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
 
18152
 test "x$ac_build_alias" = x &&
 
18153
-  { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
 
18154
-$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
 
18155
-   { (exit 1); exit 1; }; }
 
18156
+  as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
 
18157
 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
 
18158
-  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
 
18159
-$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
 
18160
-   { (exit 1); exit 1; }; }
 
18161
+  as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
 
18162
 
 
18163
 fi
 
18164
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
 
18165
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
 
18166
 $as_echo "$ac_cv_build" >&6; }
 
18167
 case $ac_cv_build in
 
18168
 *-*-*) ;;
 
18169
-*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
 
18170
-$as_echo "$as_me: error: invalid value of canonical build" >&2;}
 
18171
-   { (exit 1); exit 1; }; };;
 
18172
+*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
 
18173
 esac
 
18174
 build=$ac_cv_build
 
18175
 ac_save_IFS=$IFS; IFS='-'
 
18176
@@ -2716,28 +3026,24 @@
 
18177
 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
 
18178
 
 
18179
 
 
18180
-{ $as_echo "$as_me:$LINENO: checking host system type" >&5
 
18181
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
 
18182
 $as_echo_n "checking host system type... " >&6; }
 
18183
-if test "${ac_cv_host+set}" = set; then
 
18184
+if test "${ac_cv_host+set}" = set; then :
 
18185
   $as_echo_n "(cached) " >&6
 
18186
 else
 
18187
   if test "x$host_alias" = x; then
 
18188
   ac_cv_host=$ac_cv_build
 
18189
 else
 
18190
   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
 
18191
-    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
 
18192
-$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
 
18193
-   { (exit 1); exit 1; }; }
 
18194
+    as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
 
18195
 fi
 
18196
 
 
18197
 fi
 
18198
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
 
18199
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
 
18200
 $as_echo "$ac_cv_host" >&6; }
 
18201
 case $ac_cv_host in
 
18202
 *-*-*) ;;
 
18203
-*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
 
18204
-$as_echo "$as_me: error: invalid value of canonical host" >&2;}
 
18205
-   { (exit 1); exit 1; }; };;
 
18206
+*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
 
18207
 esac
 
18208
 host=$ac_cv_host
 
18209
 ac_save_IFS=$IFS; IFS='-'
 
18210
@@ -2753,7 +3059,7 @@
 
18211
 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
 
18212
 
 
18213
 
 
18214
-{ $as_echo "$as_me:$LINENO: checking for Win32" >&5
 
18215
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Win32" >&5
 
18216
 $as_echo_n "checking for Win32... " >&6; }
 
18217
 case "$host" in
 
18218
   *-*-mingw*)
 
18219
@@ -2767,7 +3073,7 @@
 
18220
     MINGW_LDFLAGS=
 
18221
     ;;
 
18222
 esac
 
18223
-{ $as_echo "$as_me:$LINENO: result: $os_win32" >&5
 
18224
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $os_win32" >&5
 
18225
 $as_echo "$os_win32" >&6; }
 
18226
 
 
18227
  if test "$os_win32" = "yes"; then
 
18228
@@ -2785,12 +3091,12 @@
 
18229
 
 
18230
 if test "$os_win32" = "yes"; then
 
18231
   if test x$enable_static = xyes -o x$enable_static = x; then
 
18232
-    { $as_echo "$as_me:$LINENO: WARNING: Disabling static library build, must build as DLL on Windows." >&5
 
18233
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Disabling static library build, must build as DLL on Windows." >&5
 
18234
 $as_echo "$as_me: WARNING: Disabling static library build, must build as DLL on Windows." >&2;}
 
18235
     enable_static=no
 
18236
   fi
 
18237
   if test x$enable_shared = xno; then
 
18238
-    { $as_echo "$as_me:$LINENO: WARNING: Enabling shared library build, must build as DLL on Windows." >&5
 
18239
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Enabling shared library build, must build as DLL on Windows." >&5
 
18240
 $as_echo "$as_me: WARNING: Enabling shared library build, must build as DLL on Windows." >&2;}
 
18241
   fi
 
18242
   enable_shared=yes
 
18243
@@ -2804,9 +3110,9 @@
 
18244
 if test -n "$ac_tool_prefix"; then
 
18245
   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
 
18246
 set dummy ${ac_tool_prefix}gcc; ac_word=$2
 
18247
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
18248
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
18249
 $as_echo_n "checking for $ac_word... " >&6; }
 
18250
-if test "${ac_cv_prog_CC+set}" = set; then
 
18251
+if test "${ac_cv_prog_CC+set}" = set; then :
 
18252
   $as_echo_n "(cached) " >&6
 
18253
 else
 
18254
   if test -n "$CC"; then
 
18255
@@ -2817,24 +3123,24 @@
 
18256
 do
 
18257
   IFS=$as_save_IFS
 
18258
   test -z "$as_dir" && as_dir=.
 
18259
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
18260
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
18261
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
18262
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
 
18263
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
18264
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
18265
     break 2
 
18266
   fi
 
18267
 done
 
18268
-done
 
18269
+  done
 
18270
 IFS=$as_save_IFS
 
18271
 
 
18272
 fi
 
18273
 fi
 
18274
 CC=$ac_cv_prog_CC
 
18275
 if test -n "$CC"; then
 
18276
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
18277
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
 
18278
 $as_echo "$CC" >&6; }
 
18279
 else
 
18280
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
18281
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
18282
 $as_echo "no" >&6; }
 
18283
 fi
 
18284
 
 
18285
@@ -2844,9 +3150,9 @@
 
18286
   ac_ct_CC=$CC
 
18287
   # Extract the first word of "gcc", so it can be a program name with args.
 
18288
 set dummy gcc; ac_word=$2
 
18289
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
18290
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
18291
 $as_echo_n "checking for $ac_word... " >&6; }
 
18292
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 
18293
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
 
18294
   $as_echo_n "(cached) " >&6
 
18295
 else
 
18296
   if test -n "$ac_ct_CC"; then
 
18297
@@ -2857,24 +3163,24 @@
 
18298
 do
 
18299
   IFS=$as_save_IFS
 
18300
   test -z "$as_dir" && as_dir=.
 
18301
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
18302
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
18303
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
18304
     ac_cv_prog_ac_ct_CC="gcc"
 
18305
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
18306
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
18307
     break 2
 
18308
   fi
 
18309
 done
 
18310
-done
 
18311
+  done
 
18312
 IFS=$as_save_IFS
 
18313
 
 
18314
 fi
 
18315
 fi
 
18316
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 
18317
 if test -n "$ac_ct_CC"; then
 
18318
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
18319
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
 
18320
 $as_echo "$ac_ct_CC" >&6; }
 
18321
 else
 
18322
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
18323
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
18324
 $as_echo "no" >&6; }
 
18325
 fi
 
18326
 
 
18327
@@ -2883,7 +3189,7 @@
 
18328
   else
 
18329
     case $cross_compiling:$ac_tool_warned in
 
18330
 yes:)
 
18331
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
18332
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
18333
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
18334
 ac_tool_warned=yes ;;
 
18335
 esac
 
18336
@@ -2897,9 +3203,9 @@
 
18337
           if test -n "$ac_tool_prefix"; then
 
18338
     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
 
18339
 set dummy ${ac_tool_prefix}cc; ac_word=$2
 
18340
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
18341
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
18342
 $as_echo_n "checking for $ac_word... " >&6; }
 
18343
-if test "${ac_cv_prog_CC+set}" = set; then
 
18344
+if test "${ac_cv_prog_CC+set}" = set; then :
 
18345
   $as_echo_n "(cached) " >&6
 
18346
 else
 
18347
   if test -n "$CC"; then
 
18348
@@ -2910,24 +3216,24 @@
 
18349
 do
 
18350
   IFS=$as_save_IFS
 
18351
   test -z "$as_dir" && as_dir=.
 
18352
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
18353
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
18354
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
18355
     ac_cv_prog_CC="${ac_tool_prefix}cc"
 
18356
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
18357
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
18358
     break 2
 
18359
   fi
 
18360
 done
 
18361
-done
 
18362
+  done
 
18363
 IFS=$as_save_IFS
 
18364
 
 
18365
 fi
 
18366
 fi
 
18367
 CC=$ac_cv_prog_CC
 
18368
 if test -n "$CC"; then
 
18369
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
18370
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
 
18371
 $as_echo "$CC" >&6; }
 
18372
 else
 
18373
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
18374
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
18375
 $as_echo "no" >&6; }
 
18376
 fi
 
18377
 
 
18378
@@ -2937,9 +3243,9 @@
 
18379
 if test -z "$CC"; then
 
18380
   # Extract the first word of "cc", so it can be a program name with args.
 
18381
 set dummy cc; ac_word=$2
 
18382
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
18383
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
18384
 $as_echo_n "checking for $ac_word... " >&6; }
 
18385
-if test "${ac_cv_prog_CC+set}" = set; then
 
18386
+if test "${ac_cv_prog_CC+set}" = set; then :
 
18387
   $as_echo_n "(cached) " >&6
 
18388
 else
 
18389
   if test -n "$CC"; then
 
18390
@@ -2951,18 +3257,18 @@
 
18391
 do
 
18392
   IFS=$as_save_IFS
 
18393
   test -z "$as_dir" && as_dir=.
 
18394
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
18395
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
18396
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
18397
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
 
18398
        ac_prog_rejected=yes
 
18399
        continue
 
18400
      fi
 
18401
     ac_cv_prog_CC="cc"
 
18402
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
18403
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
18404
     break 2
 
18405
   fi
 
18406
 done
 
18407
-done
 
18408
+  done
 
18409
 IFS=$as_save_IFS
 
18410
 
 
18411
 if test $ac_prog_rejected = yes; then
 
18412
@@ -2981,10 +3287,10 @@
 
18413
 fi
 
18414
 CC=$ac_cv_prog_CC
 
18415
 if test -n "$CC"; then
 
18416
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
18417
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
 
18418
 $as_echo "$CC" >&6; }
 
18419
 else
 
18420
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
18421
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
18422
 $as_echo "no" >&6; }
 
18423
 fi
 
18424
 
 
18425
@@ -2996,9 +3302,9 @@
 
18426
   do
 
18427
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 
18428
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 
18429
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
18430
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
18431
 $as_echo_n "checking for $ac_word... " >&6; }
 
18432
-if test "${ac_cv_prog_CC+set}" = set; then
 
18433
+if test "${ac_cv_prog_CC+set}" = set; then :
 
18434
   $as_echo_n "(cached) " >&6
 
18435
 else
 
18436
   if test -n "$CC"; then
 
18437
@@ -3009,24 +3315,24 @@
 
18438
 do
 
18439
   IFS=$as_save_IFS
 
18440
   test -z "$as_dir" && as_dir=.
 
18441
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
18442
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
18443
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
18444
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
 
18445
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
18446
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
18447
     break 2
 
18448
   fi
 
18449
 done
 
18450
-done
 
18451
+  done
 
18452
 IFS=$as_save_IFS
 
18453
 
 
18454
 fi
 
18455
 fi
 
18456
 CC=$ac_cv_prog_CC
 
18457
 if test -n "$CC"; then
 
18458
-  { $as_echo "$as_me:$LINENO: result: $CC" >&5
 
18459
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
 
18460
 $as_echo "$CC" >&6; }
 
18461
 else
 
18462
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
18463
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
18464
 $as_echo "no" >&6; }
 
18465
 fi
 
18466
 
 
18467
@@ -3040,9 +3346,9 @@
 
18468
 do
 
18469
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 
18470
 set dummy $ac_prog; ac_word=$2
 
18471
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
18472
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
18473
 $as_echo_n "checking for $ac_word... " >&6; }
 
18474
-if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
 
18475
+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
 
18476
   $as_echo_n "(cached) " >&6
 
18477
 else
 
18478
   if test -n "$ac_ct_CC"; then
 
18479
@@ -3053,24 +3359,24 @@
 
18480
 do
 
18481
   IFS=$as_save_IFS
 
18482
   test -z "$as_dir" && as_dir=.
 
18483
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
18484
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
18485
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
18486
     ac_cv_prog_ac_ct_CC="$ac_prog"
 
18487
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
18488
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
18489
     break 2
 
18490
   fi
 
18491
 done
 
18492
-done
 
18493
+  done
 
18494
 IFS=$as_save_IFS
 
18495
 
 
18496
 fi
 
18497
 fi
 
18498
 ac_ct_CC=$ac_cv_prog_ac_ct_CC
 
18499
 if test -n "$ac_ct_CC"; then
 
18500
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
 
18501
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
 
18502
 $as_echo "$ac_ct_CC" >&6; }
 
18503
 else
 
18504
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
18505
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
18506
 $as_echo "no" >&6; }
 
18507
 fi
 
18508
 
 
18509
@@ -3083,7 +3389,7 @@
 
18510
   else
 
18511
     case $cross_compiling:$ac_tool_warned in
 
18512
 yes:)
 
18513
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
18514
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
18515
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
18516
 ac_tool_warned=yes ;;
 
18517
 esac
 
18518
@@ -3094,57 +3400,37 @@
 
18519
 fi
 
18520
 
 
18521
 
 
18522
-test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
18523
+test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
18524
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
18525
-{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
 
18526
-See \`config.log' for more details." >&5
 
18527
-$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
 
18528
-See \`config.log' for more details." >&2;}
 
18529
-   { (exit 1); exit 1; }; }; }
 
18530
+as_fn_error "no acceptable C compiler found in \$PATH
 
18531
+See \`config.log' for more details." "$LINENO" 5; }
 
18532
 
 
18533
 # Provide some information about the compiler.
 
18534
-$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
 
18535
+$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
 
18536
 set X $ac_compile
 
18537
 ac_compiler=$2
 
18538
-{ (ac_try="$ac_compiler --version >&5"
 
18539
-case "(($ac_try" in
 
18540
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
18541
-  *) ac_try_echo=$ac_try;;
 
18542
-esac
 
18543
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
18544
-$as_echo "$ac_try_echo") >&5
 
18545
-  (eval "$ac_compiler --version >&5") 2>&5
 
18546
-  ac_status=$?
 
18547
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18548
-  (exit $ac_status); }
 
18549
-{ (ac_try="$ac_compiler -v >&5"
 
18550
-case "(($ac_try" in
 
18551
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
18552
-  *) ac_try_echo=$ac_try;;
 
18553
-esac
 
18554
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
18555
-$as_echo "$ac_try_echo") >&5
 
18556
-  (eval "$ac_compiler -v >&5") 2>&5
 
18557
-  ac_status=$?
 
18558
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18559
-  (exit $ac_status); }
 
18560
-{ (ac_try="$ac_compiler -V >&5"
 
18561
+for ac_option in --version -v -V -qversion; do
 
18562
+  { { ac_try="$ac_compiler $ac_option >&5"
 
18563
 case "(($ac_try" in
 
18564
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
18565
   *) ac_try_echo=$ac_try;;
 
18566
 esac
 
18567
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
18568
-$as_echo "$ac_try_echo") >&5
 
18569
-  (eval "$ac_compiler -V >&5") 2>&5
 
18570
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
18571
+$as_echo "$ac_try_echo"; } >&5
 
18572
+  (eval "$ac_compiler $ac_option >&5") 2>conftest.err
 
18573
   ac_status=$?
 
18574
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18575
-  (exit $ac_status); }
 
18576
+  if test -s conftest.err; then
 
18577
+    sed '10a\
 
18578
+... rest of stderr output deleted ...
 
18579
+         10q' conftest.err >conftest.er1
 
18580
+    cat conftest.er1 >&5
 
18581
+  fi
 
18582
+  rm -f conftest.er1 conftest.err
 
18583
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
18584
+  test $ac_status = 0; }
 
18585
+done
 
18586
 
 
18587
-cat >conftest.$ac_ext <<_ACEOF
 
18588
-/* confdefs.h.  */
 
18589
-_ACEOF
 
18590
-cat confdefs.h >>conftest.$ac_ext
 
18591
-cat >>conftest.$ac_ext <<_ACEOF
 
18592
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
18593
 /* end confdefs.h.  */
 
18594
 
 
18595
 int
 
18596
@@ -3160,8 +3446,8 @@
 
18597
 # Try to create an executable without -o first, disregard a.out.
 
18598
 # It will help us diagnose broken compilers, and finding out an intuition
 
18599
 # of exeext.
 
18600
-{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
 
18601
-$as_echo_n "checking for C compiler default output file name... " >&6; }
 
18602
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
 
18603
+$as_echo_n "checking whether the C compiler works... " >&6; }
 
18604
 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
 
18605
 
 
18606
 # The possible output files:
 
18607
@@ -3177,17 +3463,17 @@
 
18608
 done
 
18609
 rm -f $ac_rmfiles
 
18610
 
 
18611
-if { (ac_try="$ac_link_default"
 
18612
+if { { ac_try="$ac_link_default"
 
18613
 case "(($ac_try" in
 
18614
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
18615
   *) ac_try_echo=$ac_try;;
 
18616
 esac
 
18617
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
18618
-$as_echo "$ac_try_echo") >&5
 
18619
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
18620
+$as_echo "$ac_try_echo"; } >&5
 
18621
   (eval "$ac_link_default") 2>&5
 
18622
   ac_status=$?
 
18623
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18624
-  (exit $ac_status); }; then
 
18625
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
18626
+  test $ac_status = 0; }; then :
 
18627
   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
 
18628
 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
 
18629
 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
 
18630
@@ -3204,7 +3490,7 @@
 
18631
        # certainly right.
 
18632
        break;;
 
18633
     *.* )
 
18634
-        if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
 
18635
+       if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
 
18636
        then :; else
 
18637
           ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
 
18638
        fi
 
18639
@@ -3223,84 +3509,42 @@
 
18640
 else
 
18641
   ac_file=''
 
18642
 fi
 
18643
-
 
18644
-{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
 
18645
-$as_echo "$ac_file" >&6; }
 
18646
-if test -z "$ac_file"; then
 
18647
-  $as_echo "$as_me: failed program was:" >&5
 
18648
+if test -z "$ac_file"; then :
 
18649
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
18650
+$as_echo "no" >&6; }
 
18651
+$as_echo "$as_me: failed program was:" >&5
 
18652
 sed 's/^/| /' conftest.$ac_ext >&5
 
18653
 
 
18654
-{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
18655
+{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
18656
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
18657
-{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
 
18658
-See \`config.log' for more details." >&5
 
18659
-$as_echo "$as_me: error: C compiler cannot create executables
 
18660
-See \`config.log' for more details." >&2;}
 
18661
-   { (exit 77); exit 77; }; }; }
 
18662
+{ as_fn_set_status 77
 
18663
+as_fn_error "C compiler cannot create executables
 
18664
+See \`config.log' for more details." "$LINENO" 5; }; }
 
18665
+else
 
18666
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
18667
+$as_echo "yes" >&6; }
 
18668
 fi
 
18669
-
 
18670
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
 
18671
+$as_echo_n "checking for C compiler default output file name... " >&6; }
 
18672
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
 
18673
+$as_echo "$ac_file" >&6; }
 
18674
 ac_exeext=$ac_cv_exeext
 
18675
 
 
18676
-# Check that the compiler produces executables we can run.  If not, either
 
18677
-# the compiler is broken, or we cross compile.
 
18678
-{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
 
18679
-$as_echo_n "checking whether the C compiler works... " >&6; }
 
18680
-# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
 
18681
-# If not cross compiling, check that we can run a simple program.
 
18682
-if test "$cross_compiling" != yes; then
 
18683
-  if { ac_try='./$ac_file'
 
18684
-  { (case "(($ac_try" in
 
18685
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
18686
-  *) ac_try_echo=$ac_try;;
 
18687
-esac
 
18688
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
18689
-$as_echo "$ac_try_echo") >&5
 
18690
-  (eval "$ac_try") 2>&5
 
18691
-  ac_status=$?
 
18692
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18693
-  (exit $ac_status); }; }; then
 
18694
-    cross_compiling=no
 
18695
-  else
 
18696
-    if test "$cross_compiling" = maybe; then
 
18697
-       cross_compiling=yes
 
18698
-    else
 
18699
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
18700
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
18701
-{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
 
18702
-If you meant to cross compile, use \`--host'.
 
18703
-See \`config.log' for more details." >&5
 
18704
-$as_echo "$as_me: error: cannot run C compiled programs.
 
18705
-If you meant to cross compile, use \`--host'.
 
18706
-See \`config.log' for more details." >&2;}
 
18707
-   { (exit 1); exit 1; }; }; }
 
18708
-    fi
 
18709
-  fi
 
18710
-fi
 
18711
-{ $as_echo "$as_me:$LINENO: result: yes" >&5
 
18712
-$as_echo "yes" >&6; }
 
18713
-
 
18714
 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
 
18715
 ac_clean_files=$ac_clean_files_save
 
18716
-# Check that the compiler produces executables we can run.  If not, either
 
18717
-# the compiler is broken, or we cross compile.
 
18718
-{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
 
18719
-$as_echo_n "checking whether we are cross compiling... " >&6; }
 
18720
-{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
 
18721
-$as_echo "$cross_compiling" >&6; }
 
18722
-
 
18723
-{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
 
18724
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
 
18725
 $as_echo_n "checking for suffix of executables... " >&6; }
 
18726
-if { (ac_try="$ac_link"
 
18727
+if { { ac_try="$ac_link"
 
18728
 case "(($ac_try" in
 
18729
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
18730
   *) ac_try_echo=$ac_try;;
 
18731
 esac
 
18732
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
18733
-$as_echo "$ac_try_echo") >&5
 
18734
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
18735
+$as_echo "$ac_try_echo"; } >&5
 
18736
   (eval "$ac_link") 2>&5
 
18737
   ac_status=$?
 
18738
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18739
-  (exit $ac_status); }; then
 
18740
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
18741
+  test $ac_status = 0; }; then :
 
18742
   # If both `conftest.exe' and `conftest' are `present' (well, observable)
 
18743
 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
 
18744
 # work properly (i.e., refer to `conftest.exe'), while it won't with
 
18745
@@ -3315,32 +3559,83 @@
 
18746
   esac
 
18747
 done
 
18748
 else
 
18749
-  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
18750
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
18751
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
18752
-{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
 
18753
-See \`config.log' for more details." >&5
 
18754
-$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
 
18755
-See \`config.log' for more details." >&2;}
 
18756
-   { (exit 1); exit 1; }; }; }
 
18757
+as_fn_error "cannot compute suffix of executables: cannot compile and link
 
18758
+See \`config.log' for more details." "$LINENO" 5; }
 
18759
 fi
 
18760
-
 
18761
-rm -f conftest$ac_cv_exeext
 
18762
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
 
18763
+rm -f conftest conftest$ac_cv_exeext
 
18764
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
 
18765
 $as_echo "$ac_cv_exeext" >&6; }
 
18766
 
 
18767
 rm -f conftest.$ac_ext
 
18768
 EXEEXT=$ac_cv_exeext
 
18769
 ac_exeext=$EXEEXT
 
18770
-{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
 
18771
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
18772
+/* end confdefs.h.  */
 
18773
+#include <stdio.h>
 
18774
+int
 
18775
+main ()
 
18776
+{
 
18777
+FILE *f = fopen ("conftest.out", "w");
 
18778
+ return ferror (f) || fclose (f) != 0;
 
18779
+
 
18780
+  ;
 
18781
+  return 0;
 
18782
+}
 
18783
+_ACEOF
 
18784
+ac_clean_files="$ac_clean_files conftest.out"
 
18785
+# Check that the compiler produces executables we can run.  If not, either
 
18786
+# the compiler is broken, or we cross compile.
 
18787
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
 
18788
+$as_echo_n "checking whether we are cross compiling... " >&6; }
 
18789
+if test "$cross_compiling" != yes; then
 
18790
+  { { ac_try="$ac_link"
 
18791
+case "(($ac_try" in
 
18792
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
18793
+  *) ac_try_echo=$ac_try;;
 
18794
+esac
 
18795
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
18796
+$as_echo "$ac_try_echo"; } >&5
 
18797
+  (eval "$ac_link") 2>&5
 
18798
+  ac_status=$?
 
18799
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
18800
+  test $ac_status = 0; }
 
18801
+  if { ac_try='./conftest$ac_cv_exeext'
 
18802
+  { { case "(($ac_try" in
 
18803
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
18804
+  *) ac_try_echo=$ac_try;;
 
18805
+esac
 
18806
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
18807
+$as_echo "$ac_try_echo"; } >&5
 
18808
+  (eval "$ac_try") 2>&5
 
18809
+  ac_status=$?
 
18810
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
18811
+  test $ac_status = 0; }; }; then
 
18812
+    cross_compiling=no
 
18813
+  else
 
18814
+    if test "$cross_compiling" = maybe; then
 
18815
+       cross_compiling=yes
 
18816
+    else
 
18817
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
18818
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
18819
+as_fn_error "cannot run C compiled programs.
 
18820
+If you meant to cross compile, use \`--host'.
 
18821
+See \`config.log' for more details." "$LINENO" 5; }
 
18822
+    fi
 
18823
+  fi
 
18824
+fi
 
18825
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
 
18826
+$as_echo "$cross_compiling" >&6; }
 
18827
+
 
18828
+rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
 
18829
+ac_clean_files=$ac_clean_files_save
 
18830
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
 
18831
 $as_echo_n "checking for suffix of object files... " >&6; }
 
18832
-if test "${ac_cv_objext+set}" = set; then
 
18833
+if test "${ac_cv_objext+set}" = set; then :
 
18834
   $as_echo_n "(cached) " >&6
 
18835
 else
 
18836
-  cat >conftest.$ac_ext <<_ACEOF
 
18837
-/* confdefs.h.  */
 
18838
-_ACEOF
 
18839
-cat confdefs.h >>conftest.$ac_ext
 
18840
-cat >>conftest.$ac_ext <<_ACEOF
 
18841
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
18842
 /* end confdefs.h.  */
 
18843
 
 
18844
 int
 
18845
@@ -3352,17 +3647,17 @@
 
18846
 }
 
18847
 _ACEOF
 
18848
 rm -f conftest.o conftest.obj
 
18849
-if { (ac_try="$ac_compile"
 
18850
+if { { ac_try="$ac_compile"
 
18851
 case "(($ac_try" in
 
18852
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
18853
   *) ac_try_echo=$ac_try;;
 
18854
 esac
 
18855
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
18856
-$as_echo "$ac_try_echo") >&5
 
18857
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
 
18858
+$as_echo "$ac_try_echo"; } >&5
 
18859
   (eval "$ac_compile") 2>&5
 
18860
   ac_status=$?
 
18861
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18862
-  (exit $ac_status); }; then
 
18863
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
18864
+  test $ac_status = 0; }; then :
 
18865
   for ac_file in conftest.o conftest.obj conftest.*; do
 
18866
   test -f "$ac_file" || continue;
 
18867
   case $ac_file in
 
18868
@@ -3375,31 +3670,23 @@
 
18869
   $as_echo "$as_me: failed program was:" >&5
 
18870
 sed 's/^/| /' conftest.$ac_ext >&5
 
18871
 
 
18872
-{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
18873
+{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
18874
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
18875
-{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
 
18876
-See \`config.log' for more details." >&5
 
18877
-$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
 
18878
-See \`config.log' for more details." >&2;}
 
18879
-   { (exit 1); exit 1; }; }; }
 
18880
+as_fn_error "cannot compute suffix of object files: cannot compile
 
18881
+See \`config.log' for more details." "$LINENO" 5; }
 
18882
 fi
 
18883
-
 
18884
 rm -f conftest.$ac_cv_objext conftest.$ac_ext
 
18885
 fi
 
18886
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
 
18887
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
 
18888
 $as_echo "$ac_cv_objext" >&6; }
 
18889
 OBJEXT=$ac_cv_objext
 
18890
 ac_objext=$OBJEXT
 
18891
-{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
 
18892
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
 
18893
 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
 
18894
-if test "${ac_cv_c_compiler_gnu+set}" = set; then
 
18895
+if test "${ac_cv_c_compiler_gnu+set}" = set; then :
 
18896
   $as_echo_n "(cached) " >&6
 
18897
 else
 
18898
-  cat >conftest.$ac_ext <<_ACEOF
 
18899
-/* confdefs.h.  */
 
18900
-_ACEOF
 
18901
-cat confdefs.h >>conftest.$ac_ext
 
18902
-cat >>conftest.$ac_ext <<_ACEOF
 
18903
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
18904
 /* end confdefs.h.  */
 
18905
 
 
18906
 int
 
18907
@@ -3413,37 +3700,16 @@
 
18908
   return 0;
 
18909
 }
 
18910
 _ACEOF
 
18911
-rm -f conftest.$ac_objext
 
18912
-if { (ac_try="$ac_compile"
 
18913
-case "(($ac_try" in
 
18914
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
18915
-  *) ac_try_echo=$ac_try;;
 
18916
-esac
 
18917
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
18918
-$as_echo "$ac_try_echo") >&5
 
18919
-  (eval "$ac_compile") 2>conftest.er1
 
18920
-  ac_status=$?
 
18921
-  grep -v '^ *+' conftest.er1 >conftest.err
 
18922
-  rm -f conftest.er1
 
18923
-  cat conftest.err >&5
 
18924
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18925
-  (exit $ac_status); } && {
 
18926
-        test -z "$ac_c_werror_flag" ||
 
18927
-        test ! -s conftest.err
 
18928
-       } && test -s conftest.$ac_objext; then
 
18929
+if ac_fn_c_try_compile "$LINENO"; then :
 
18930
   ac_compiler_gnu=yes
 
18931
 else
 
18932
-  $as_echo "$as_me: failed program was:" >&5
 
18933
-sed 's/^/| /' conftest.$ac_ext >&5
 
18934
-
 
18935
-       ac_compiler_gnu=no
 
18936
+  ac_compiler_gnu=no
 
18937
 fi
 
18938
-
 
18939
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
18940
 ac_cv_c_compiler_gnu=$ac_compiler_gnu
 
18941
 
 
18942
 fi
 
18943
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
 
18944
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
 
18945
 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
 
18946
 if test $ac_compiler_gnu = yes; then
 
18947
   GCC=yes
 
18948
@@ -3452,20 +3718,16 @@
 
18949
 fi
 
18950
 ac_test_CFLAGS=${CFLAGS+set}
 
18951
 ac_save_CFLAGS=$CFLAGS
 
18952
-{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
 
18953
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
 
18954
 $as_echo_n "checking whether $CC accepts -g... " >&6; }
 
18955
-if test "${ac_cv_prog_cc_g+set}" = set; then
 
18956
+if test "${ac_cv_prog_cc_g+set}" = set; then :
 
18957
   $as_echo_n "(cached) " >&6
 
18958
 else
 
18959
   ac_save_c_werror_flag=$ac_c_werror_flag
 
18960
    ac_c_werror_flag=yes
 
18961
    ac_cv_prog_cc_g=no
 
18962
    CFLAGS="-g"
 
18963
-   cat >conftest.$ac_ext <<_ACEOF
 
18964
-/* confdefs.h.  */
 
18965
-_ACEOF
 
18966
-cat confdefs.h >>conftest.$ac_ext
 
18967
-cat >>conftest.$ac_ext <<_ACEOF
 
18968
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
18969
 /* end confdefs.h.  */
 
18970
 
 
18971
 int
 
18972
@@ -3476,35 +3738,11 @@
 
18973
   return 0;
 
18974
 }
 
18975
 _ACEOF
 
18976
-rm -f conftest.$ac_objext
 
18977
-if { (ac_try="$ac_compile"
 
18978
-case "(($ac_try" in
 
18979
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
18980
-  *) ac_try_echo=$ac_try;;
 
18981
-esac
 
18982
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
18983
-$as_echo "$ac_try_echo") >&5
 
18984
-  (eval "$ac_compile") 2>conftest.er1
 
18985
-  ac_status=$?
 
18986
-  grep -v '^ *+' conftest.er1 >conftest.err
 
18987
-  rm -f conftest.er1
 
18988
-  cat conftest.err >&5
 
18989
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
18990
-  (exit $ac_status); } && {
 
18991
-        test -z "$ac_c_werror_flag" ||
 
18992
-        test ! -s conftest.err
 
18993
-       } && test -s conftest.$ac_objext; then
 
18994
+if ac_fn_c_try_compile "$LINENO"; then :
 
18995
   ac_cv_prog_cc_g=yes
 
18996
 else
 
18997
-  $as_echo "$as_me: failed program was:" >&5
 
18998
-sed 's/^/| /' conftest.$ac_ext >&5
 
18999
-
 
19000
-       CFLAGS=""
 
19001
-      cat >conftest.$ac_ext <<_ACEOF
 
19002
-/* confdefs.h.  */
 
19003
-_ACEOF
 
19004
-cat confdefs.h >>conftest.$ac_ext
 
19005
-cat >>conftest.$ac_ext <<_ACEOF
 
19006
+  CFLAGS=""
 
19007
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
19008
 /* end confdefs.h.  */
 
19009
 
 
19010
 int
 
19011
@@ -3515,36 +3753,12 @@
 
19012
   return 0;
 
19013
 }
 
19014
 _ACEOF
 
19015
-rm -f conftest.$ac_objext
 
19016
-if { (ac_try="$ac_compile"
 
19017
-case "(($ac_try" in
 
19018
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
19019
-  *) ac_try_echo=$ac_try;;
 
19020
-esac
 
19021
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
19022
-$as_echo "$ac_try_echo") >&5
 
19023
-  (eval "$ac_compile") 2>conftest.er1
 
19024
-  ac_status=$?
 
19025
-  grep -v '^ *+' conftest.er1 >conftest.err
 
19026
-  rm -f conftest.er1
 
19027
-  cat conftest.err >&5
 
19028
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19029
-  (exit $ac_status); } && {
 
19030
-        test -z "$ac_c_werror_flag" ||
 
19031
-        test ! -s conftest.err
 
19032
-       } && test -s conftest.$ac_objext; then
 
19033
-  :
 
19034
-else
 
19035
-  $as_echo "$as_me: failed program was:" >&5
 
19036
-sed 's/^/| /' conftest.$ac_ext >&5
 
19037
+if ac_fn_c_try_compile "$LINENO"; then :
 
19038
 
 
19039
-       ac_c_werror_flag=$ac_save_c_werror_flag
 
19040
+else
 
19041
+  ac_c_werror_flag=$ac_save_c_werror_flag
 
19042
         CFLAGS="-g"
 
19043
-        cat >conftest.$ac_ext <<_ACEOF
 
19044
-/* confdefs.h.  */
 
19045
-_ACEOF
 
19046
-cat confdefs.h >>conftest.$ac_ext
 
19047
-cat >>conftest.$ac_ext <<_ACEOF
 
19048
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
19049
 /* end confdefs.h.  */
 
19050
 
 
19051
 int
 
19052
@@ -3555,42 +3769,17 @@
 
19053
   return 0;
 
19054
 }
 
19055
 _ACEOF
 
19056
-rm -f conftest.$ac_objext
 
19057
-if { (ac_try="$ac_compile"
 
19058
-case "(($ac_try" in
 
19059
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
19060
-  *) ac_try_echo=$ac_try;;
 
19061
-esac
 
19062
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
19063
-$as_echo "$ac_try_echo") >&5
 
19064
-  (eval "$ac_compile") 2>conftest.er1
 
19065
-  ac_status=$?
 
19066
-  grep -v '^ *+' conftest.er1 >conftest.err
 
19067
-  rm -f conftest.er1
 
19068
-  cat conftest.err >&5
 
19069
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19070
-  (exit $ac_status); } && {
 
19071
-        test -z "$ac_c_werror_flag" ||
 
19072
-        test ! -s conftest.err
 
19073
-       } && test -s conftest.$ac_objext; then
 
19074
+if ac_fn_c_try_compile "$LINENO"; then :
 
19075
   ac_cv_prog_cc_g=yes
 
19076
-else
 
19077
-  $as_echo "$as_me: failed program was:" >&5
 
19078
-sed 's/^/| /' conftest.$ac_ext >&5
 
19079
-
 
19080
-
 
19081
 fi
 
19082
-
 
19083
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
19084
 fi
 
19085
-
 
19086
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
19087
 fi
 
19088
-
 
19089
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
19090
    ac_c_werror_flag=$ac_save_c_werror_flag
 
19091
 fi
 
19092
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
 
19093
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
 
19094
 $as_echo "$ac_cv_prog_cc_g" >&6; }
 
19095
 if test "$ac_test_CFLAGS" = set; then
 
19096
   CFLAGS=$ac_save_CFLAGS
 
19097
@@ -3607,18 +3796,14 @@
 
19098
     CFLAGS=
 
19099
   fi
 
19100
 fi
 
19101
-{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
 
19102
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
 
19103
 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
 
19104
-if test "${ac_cv_prog_cc_c89+set}" = set; then
 
19105
+if test "${ac_cv_prog_cc_c89+set}" = set; then :
 
19106
   $as_echo_n "(cached) " >&6
 
19107
 else
 
19108
   ac_cv_prog_cc_c89=no
 
19109
 ac_save_CC=$CC
 
19110
-cat >conftest.$ac_ext <<_ACEOF
 
19111
-/* confdefs.h.  */
 
19112
-_ACEOF
 
19113
-cat confdefs.h >>conftest.$ac_ext
 
19114
-cat >>conftest.$ac_ext <<_ACEOF
 
19115
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
19116
 /* end confdefs.h.  */
 
19117
 #include <stdarg.h>
 
19118
 #include <stdio.h>
 
19119
@@ -3675,32 +3860,9 @@
 
19120
        -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
 
19121
 do
 
19122
   CC="$ac_save_CC $ac_arg"
 
19123
-  rm -f conftest.$ac_objext
 
19124
-if { (ac_try="$ac_compile"
 
19125
-case "(($ac_try" in
 
19126
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
19127
-  *) ac_try_echo=$ac_try;;
 
19128
-esac
 
19129
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
19130
-$as_echo "$ac_try_echo") >&5
 
19131
-  (eval "$ac_compile") 2>conftest.er1
 
19132
-  ac_status=$?
 
19133
-  grep -v '^ *+' conftest.er1 >conftest.err
 
19134
-  rm -f conftest.er1
 
19135
-  cat conftest.err >&5
 
19136
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
19137
-  (exit $ac_status); } && {
 
19138
-        test -z "$ac_c_werror_flag" ||
 
19139
-        test ! -s conftest.err
 
19140
-       } && test -s conftest.$ac_objext; then
 
19141
+  if ac_fn_c_try_compile "$LINENO"; then :
 
19142
   ac_cv_prog_cc_c89=$ac_arg
 
19143
-else
 
19144
-  $as_echo "$as_me: failed program was:" >&5
 
19145
-sed 's/^/| /' conftest.$ac_ext >&5
 
19146
-
 
19147
-
 
19148
 fi
 
19149
-
 
19150
 rm -f core conftest.err conftest.$ac_objext
 
19151
   test "x$ac_cv_prog_cc_c89" != "xno" && break
 
19152
 done
 
19153
@@ -3711,17 +3873,19 @@
 
19154
 # AC_CACHE_VAL
 
19155
 case "x$ac_cv_prog_cc_c89" in
 
19156
   x)
 
19157
-    { $as_echo "$as_me:$LINENO: result: none needed" >&5
 
19158
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
 
19159
 $as_echo "none needed" >&6; } ;;
 
19160
   xno)
 
19161
-    { $as_echo "$as_me:$LINENO: result: unsupported" >&5
 
19162
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
 
19163
 $as_echo "unsupported" >&6; } ;;
 
19164
   *)
 
19165
     CC="$CC $ac_cv_prog_cc_c89"
 
19166
-    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
 
19167
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
 
19168
 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
 
19169
 esac
 
19170
+if test "x$ac_cv_prog_cc_c89" != xno; then :
 
19171
 
 
19172
+fi
 
19173
 
 
19174
 ac_ext=c
 
19175
 ac_cpp='$CPP $CPPFLAGS'
 
19176
@@ -3740,7 +3904,7 @@
 
19177
 .PHONY: am__doit
 
19178
 END
 
19179
 # If we don't find an include directive, just comment out the code.
 
19180
-{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
 
19181
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
 
19182
 $as_echo_n "checking for style of include used by $am_make... " >&6; }
 
19183
 am__include="#"
 
19184
 am__quote=
 
19185
@@ -3768,12 +3932,12 @@
 
19186
 fi
 
19187
 
 
19188
 
 
19189
-{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5
 
19190
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
 
19191
 $as_echo "$_am_result" >&6; }
 
19192
 rm -f confinc confmf
 
19193
 
 
19194
 # Check whether --enable-dependency-tracking was given.
 
19195
-if test "${enable_dependency_tracking+set}" = set; then
 
19196
+if test "${enable_dependency_tracking+set}" = set; then :
 
19197
   enableval=$enable_dependency_tracking;
 
19198
 fi
 
19199
 
 
19200
@@ -3793,9 +3957,9 @@
 
19201
 
 
19202
 depcc="$CC"   am_compiler_list=
 
19203
 
 
19204
-{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
 
19205
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
 
19206
 $as_echo_n "checking dependency style of $depcc... " >&6; }
 
19207
-if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
 
19208
+if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
 
19209
   $as_echo_n "(cached) " >&6
 
19210
 else
 
19211
   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
 
19212
@@ -3903,7 +4067,7 @@
 
19213
 fi
 
19214
 
 
19215
 fi
 
19216
-{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
 
19217
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
 
19218
 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
 
19219
 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
 
19220
 
 
19221
@@ -3918,142 +4082,50 @@
 
19222
 fi
 
19223
 
 
19224
 
 
19225
-# Find a good install program.  We prefer a C program (faster),
 
19226
-# so one script is as good as another.  But avoid the broken or
 
19227
-# incompatible versions:
 
19228
-# SysV /etc/install, /usr/sbin/install
 
19229
-# SunOS /usr/etc/install
 
19230
-# IRIX /sbin/install
 
19231
-# AIX /bin/install
 
19232
-# AmigaOS /C/install, which installs bootblocks on floppy discs
 
19233
-# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
 
19234
-# AFS /usr/afsws/bin/install, which mishandles nonexistent args
 
19235
-# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
 
19236
-# OS/2's system install, which has a completely different semantic
 
19237
-# ./install, which can be erroneously created by make from ./install.sh.
 
19238
-# Reject install programs that cannot install multiple files.
 
19239
-{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
 
19240
-$as_echo_n "checking for a BSD-compatible install... " >&6; }
 
19241
-if test -z "$INSTALL"; then
 
19242
-if test "${ac_cv_path_install+set}" = set; then
 
19243
+
 
19244
+
 
19245
+enable_dlopen=yes
 
19246
+
 
19247
+
 
19248
+
 
19249
+enable_win32_dll=yes
 
19250
+
 
19251
+case $host in
 
19252
+*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*)
 
19253
+  if test -n "$ac_tool_prefix"; then
 
19254
+  # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
 
19255
+set dummy ${ac_tool_prefix}as; ac_word=$2
 
19256
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
19257
+$as_echo_n "checking for $ac_word... " >&6; }
 
19258
+if test "${ac_cv_prog_AS+set}" = set; then :
 
19259
   $as_echo_n "(cached) " >&6
 
19260
 else
 
19261
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
19262
+  if test -n "$AS"; then
 
19263
+  ac_cv_prog_AS="$AS" # Let the user override the test.
 
19264
+else
 
19265
+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
19266
 for as_dir in $PATH
 
19267
 do
 
19268
   IFS=$as_save_IFS
 
19269
   test -z "$as_dir" && as_dir=.
 
19270
-  # Account for people who put trailing slashes in PATH elements.
 
19271
-case $as_dir/ in
 
19272
-  ./ | .// | /cC/* | \
 
19273
-  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
 
19274
-  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
 
19275
-  /usr/ucb/* ) ;;
 
19276
-  *)
 
19277
-    # OSF1 and SCO ODT 3.0 have their own names for install.
 
19278
-    # Don't use installbsd from OSF since it installs stuff as root
 
19279
-    # by default.
 
19280
-    for ac_prog in ginstall scoinst install; do
 
19281
-      for ac_exec_ext in '' $ac_executable_extensions; do
 
19282
-       if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
 
19283
-         if test $ac_prog = install &&
 
19284
-           grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
 
19285
-           # AIX install.  It has an incompatible calling convention.
 
19286
-           :
 
19287
-         elif test $ac_prog = install &&
 
19288
-           grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
 
19289
-           # program-specific install script used by HP pwplus--don't use.
 
19290
-           :
 
19291
-         else
 
19292
-           rm -rf conftest.one conftest.two conftest.dir
 
19293
-           echo one > conftest.one
 
19294
-           echo two > conftest.two
 
19295
-           mkdir conftest.dir
 
19296
-           if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
 
19297
-             test -s conftest.one && test -s conftest.two &&
 
19298
-             test -s conftest.dir/conftest.one &&
 
19299
-             test -s conftest.dir/conftest.two
 
19300
-           then
 
19301
-             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
 
19302
-             break 3
 
19303
-           fi
 
19304
-         fi
 
19305
-       fi
 
19306
-      done
 
19307
-    done
 
19308
-    ;;
 
19309
-esac
 
19310
-
 
19311
-done
 
19312
-IFS=$as_save_IFS
 
19313
-
 
19314
-rm -rf conftest.one conftest.two conftest.dir
 
19315
-
 
19316
-fi
 
19317
-  if test "${ac_cv_path_install+set}" = set; then
 
19318
-    INSTALL=$ac_cv_path_install
 
19319
-  else
 
19320
-    # As a last resort, use the slow shell script.  Don't cache a
 
19321
-    # value for INSTALL within a source directory, because that will
 
19322
-    # break other packages using the cache if that directory is
 
19323
-    # removed, or if the value is a relative name.
 
19324
-    INSTALL=$ac_install_sh
 
19325
-  fi
 
19326
-fi
 
19327
-{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
 
19328
-$as_echo "$INSTALL" >&6; }
 
19329
-
 
19330
-# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
 
19331
-# It thinks the first close brace ends the variable substitution.
 
19332
-test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
 
19333
-
 
19334
-test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
 
19335
-
 
19336
-test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
 
19337
-
 
19338
-
 
19339
-enable_dlopen=yes
 
19340
-
 
19341
-
 
19342
-
 
19343
-enable_win32_dll=yes
 
19344
-
 
19345
-case $host in
 
19346
-*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*)
 
19347
-  if test -n "$ac_tool_prefix"; then
 
19348
-  # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
 
19349
-set dummy ${ac_tool_prefix}as; ac_word=$2
 
19350
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19351
-$as_echo_n "checking for $ac_word... " >&6; }
 
19352
-if test "${ac_cv_prog_AS+set}" = set; then
 
19353
-  $as_echo_n "(cached) " >&6
 
19354
-else
 
19355
-  if test -n "$AS"; then
 
19356
-  ac_cv_prog_AS="$AS" # Let the user override the test.
 
19357
-else
 
19358
-as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
19359
-for as_dir in $PATH
205
19360
-do
206
 
+[for mf in $CONFIG_FILES; do
207
 
   # Strip MF so we end up with the name of the file.
208
 
   mf=`echo "$mf" | sed -e 's/:.*$//'`
209
 
   # Check whether this is an Automake generated Makefile or not.
210
 
@@ -8830,13 +8836,13 @@
211
 
 
212
 
 # Helper functions for option handling.                     -*- Autoconf -*-
213
 
 
214
 
-# Copyright (C) 2001, 2002, 2003, 2005, 2008  Free Software Foundation, Inc.
215
 
+# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
216
 
 #
217
 
 # This file is free software; the Free Software Foundation
218
 
 # gives unlimited permission to copy and/or distribute it,
219
 
 # with or without modifications, as long as this notice is preserved.
220
 
 
221
 
-# serial 4
222
 
+# serial 3
223
 
 
224
 
 # _AM_MANGLE_OPTION(NAME)
225
 
 # -----------------------
226
 
@@ -8853,7 +8859,7 @@
227
 
 # ----------------------------------
228
 
 # OPTIONS is a space-separated list of Automake options.
229
 
 AC_DEFUN([_AM_SET_OPTIONS],
230
 
-[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
231
 
+[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
232
 
 
233
 
 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
234
 
 # -------------------------------------------
235
 
diff -Naur orbit2-2.14.17.old/config.guess orbit2-2.14.17/config.guess
236
 
diff -Naur orbit2-2.14.17.old/config.sub orbit2-2.14.17/config.sub
237
 
diff -Naur orbit2-2.14.17.old/configure orbit2-2.14.17/configure
238
 
--- orbit2-2.14.17.old/configure        2009-03-05 12:53:02.000000000 +0100
239
 
+++ orbit2-2.14.17/configure    2009-03-06 18:43:03.000000000 +0100
240
 
@@ -5347,7 +5347,7 @@
 
19361
-  IFS=$as_save_IFS
 
19362
-  test -z "$as_dir" && as_dir=.
 
19363
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
19364
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
19365
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
19366
     ac_cv_prog_AS="${ac_tool_prefix}as"
 
19367
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19368
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19369
     break 2
 
19370
   fi
 
19371
 done
 
19372
-done
 
19373
+  done
 
19374
 IFS=$as_save_IFS
 
19375
 
 
19376
 fi
 
19377
 fi
 
19378
 AS=$ac_cv_prog_AS
 
19379
 if test -n "$AS"; then
 
19380
-  { $as_echo "$as_me:$LINENO: result: $AS" >&5
 
19381
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
 
19382
 $as_echo "$AS" >&6; }
 
19383
 else
 
19384
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
19385
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
19386
 $as_echo "no" >&6; }
 
19387
 fi
 
19388
 
 
19389
@@ -4063,9 +4135,9 @@
 
19390
   ac_ct_AS=$AS
 
19391
   # Extract the first word of "as", so it can be a program name with args.
 
19392
 set dummy as; ac_word=$2
 
19393
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19394
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
19395
 $as_echo_n "checking for $ac_word... " >&6; }
 
19396
-if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
 
19397
+if test "${ac_cv_prog_ac_ct_AS+set}" = set; then :
 
19398
   $as_echo_n "(cached) " >&6
 
19399
 else
 
19400
   if test -n "$ac_ct_AS"; then
 
19401
@@ -4076,24 +4148,24 @@
 
19402
 do
 
19403
   IFS=$as_save_IFS
 
19404
   test -z "$as_dir" && as_dir=.
 
19405
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
19406
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
19407
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
19408
     ac_cv_prog_ac_ct_AS="as"
 
19409
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19410
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19411
     break 2
 
19412
   fi
 
19413
 done
 
19414
-done
 
19415
+  done
 
19416
 IFS=$as_save_IFS
 
19417
 
 
19418
 fi
 
19419
 fi
 
19420
 ac_ct_AS=$ac_cv_prog_ac_ct_AS
 
19421
 if test -n "$ac_ct_AS"; then
 
19422
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
 
19423
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AS" >&5
 
19424
 $as_echo "$ac_ct_AS" >&6; }
 
19425
 else
 
19426
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
19427
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
19428
 $as_echo "no" >&6; }
 
19429
 fi
 
19430
 
 
19431
@@ -4102,7 +4174,7 @@
 
19432
   else
 
19433
     case $cross_compiling:$ac_tool_warned in
 
19434
 yes:)
 
19435
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
19436
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
19437
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
19438
 ac_tool_warned=yes ;;
 
19439
 esac
 
19440
@@ -4115,9 +4187,9 @@
 
19441
   if test -n "$ac_tool_prefix"; then
 
19442
   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
 
19443
 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
 
19444
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19445
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
19446
 $as_echo_n "checking for $ac_word... " >&6; }
 
19447
-if test "${ac_cv_prog_DLLTOOL+set}" = set; then
 
19448
+if test "${ac_cv_prog_DLLTOOL+set}" = set; then :
 
19449
   $as_echo_n "(cached) " >&6
 
19450
 else
 
19451
   if test -n "$DLLTOOL"; then
 
19452
@@ -4128,24 +4200,24 @@
 
19453
 do
 
19454
   IFS=$as_save_IFS
 
19455
   test -z "$as_dir" && as_dir=.
 
19456
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
19457
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
19458
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
19459
     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
 
19460
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19461
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19462
     break 2
 
19463
   fi
 
19464
 done
 
19465
-done
 
19466
+  done
 
19467
 IFS=$as_save_IFS
 
19468
 
 
19469
 fi
 
19470
 fi
 
19471
 DLLTOOL=$ac_cv_prog_DLLTOOL
 
19472
 if test -n "$DLLTOOL"; then
 
19473
-  { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
 
19474
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
 
19475
 $as_echo "$DLLTOOL" >&6; }
 
19476
 else
 
19477
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
19478
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
19479
 $as_echo "no" >&6; }
 
19480
 fi
 
19481
 
 
19482
@@ -4155,9 +4227,9 @@
 
19483
   ac_ct_DLLTOOL=$DLLTOOL
 
19484
   # Extract the first word of "dlltool", so it can be a program name with args.
 
19485
 set dummy dlltool; ac_word=$2
 
19486
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19487
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
19488
 $as_echo_n "checking for $ac_word... " >&6; }
 
19489
-if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
 
19490
+if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then :
 
19491
   $as_echo_n "(cached) " >&6
 
19492
 else
 
19493
   if test -n "$ac_ct_DLLTOOL"; then
 
19494
@@ -4168,24 +4240,24 @@
 
19495
 do
 
19496
   IFS=$as_save_IFS
 
19497
   test -z "$as_dir" && as_dir=.
 
19498
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
19499
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
19500
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
19501
     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
 
19502
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19503
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19504
     break 2
 
19505
   fi
 
19506
 done
 
19507
-done
 
19508
+  done
 
19509
 IFS=$as_save_IFS
 
19510
 
 
19511
 fi
 
19512
 fi
 
19513
 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
 
19514
 if test -n "$ac_ct_DLLTOOL"; then
 
19515
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
 
19516
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
 
19517
 $as_echo "$ac_ct_DLLTOOL" >&6; }
 
19518
 else
 
19519
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
19520
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
19521
 $as_echo "no" >&6; }
 
19522
 fi
 
19523
 
 
19524
@@ -4194,7 +4266,7 @@
 
19525
   else
 
19526
     case $cross_compiling:$ac_tool_warned in
 
19527
 yes:)
 
19528
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
19529
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
19530
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
19531
 ac_tool_warned=yes ;;
 
19532
 esac
 
19533
@@ -4207,9 +4279,9 @@
 
19534
   if test -n "$ac_tool_prefix"; then
 
19535
   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
 
19536
 set dummy ${ac_tool_prefix}objdump; ac_word=$2
 
19537
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19538
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
19539
 $as_echo_n "checking for $ac_word... " >&6; }
 
19540
-if test "${ac_cv_prog_OBJDUMP+set}" = set; then
 
19541
+if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
 
19542
   $as_echo_n "(cached) " >&6
 
19543
 else
 
19544
   if test -n "$OBJDUMP"; then
 
19545
@@ -4220,24 +4292,24 @@
 
19546
 do
 
19547
   IFS=$as_save_IFS
 
19548
   test -z "$as_dir" && as_dir=.
 
19549
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
19550
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
19551
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
19552
     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
 
19553
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19554
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19555
     break 2
 
19556
   fi
 
19557
 done
 
19558
-done
 
19559
+  done
 
19560
 IFS=$as_save_IFS
 
19561
 
 
19562
 fi
 
19563
 fi
 
19564
 OBJDUMP=$ac_cv_prog_OBJDUMP
 
19565
 if test -n "$OBJDUMP"; then
 
19566
-  { $as_echo "$as_me:$LINENO: result: $OBJDUMP" >&5
 
19567
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
 
19568
 $as_echo "$OBJDUMP" >&6; }
 
19569
 else
 
19570
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
19571
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
19572
 $as_echo "no" >&6; }
 
19573
 fi
 
19574
 
 
19575
@@ -4247,9 +4319,9 @@
 
19576
   ac_ct_OBJDUMP=$OBJDUMP
 
19577
   # Extract the first word of "objdump", so it can be a program name with args.
 
19578
 set dummy objdump; ac_word=$2
 
19579
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19580
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
19581
 $as_echo_n "checking for $ac_word... " >&6; }
 
19582
-if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
 
19583
+if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
 
19584
   $as_echo_n "(cached) " >&6
 
19585
 else
 
19586
   if test -n "$ac_ct_OBJDUMP"; then
 
19587
@@ -4260,24 +4332,24 @@
 
19588
 do
 
19589
   IFS=$as_save_IFS
 
19590
   test -z "$as_dir" && as_dir=.
 
19591
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
19592
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
19593
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
19594
     ac_cv_prog_ac_ct_OBJDUMP="objdump"
 
19595
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19596
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19597
     break 2
 
19598
   fi
 
19599
 done
 
19600
-done
 
19601
+  done
 
19602
 IFS=$as_save_IFS
 
19603
 
 
19604
 fi
 
19605
 fi
 
19606
 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
 
19607
 if test -n "$ac_ct_OBJDUMP"; then
 
19608
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
 
19609
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
 
19610
 $as_echo "$ac_ct_OBJDUMP" >&6; }
 
19611
 else
 
19612
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
19613
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
19614
 $as_echo "no" >&6; }
 
19615
 fi
 
19616
 
 
19617
@@ -4286,7 +4358,7 @@
 
19618
   else
 
19619
     case $cross_compiling:$ac_tool_warned in
 
19620
 yes:)
 
19621
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
19622
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
19623
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
19624
 ac_tool_warned=yes ;;
 
19625
 esac
 
19626
@@ -4321,14 +4393,14 @@
 
19627
 
 
19628
 case `pwd` in
 
19629
   *\ * | *\    *)
 
19630
-    { $as_echo "$as_me:$LINENO: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
 
19631
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
 
19632
 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
 
19633
 esac
 
19634
 
 
19635
 
 
19636
 
 
19637
-macro_version='2.2.6'
 
19638
-macro_revision='1.3012'
 
19639
+macro_version='2.2.6b'
 
19640
+macro_revision='1.3017'
 
19641
 
 
19642
 
 
19643
 
 
19644
@@ -4344,9 +4416,9 @@
 
19645
 
 
19646
 ltmain="$ac_aux_dir/ltmain.sh"
 
19647
 
 
19648
-{ $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
 
19649
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
 
19650
 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
 
19651
-if test "${ac_cv_path_SED+set}" = set; then
 
19652
+if test "${ac_cv_path_SED+set}" = set; then :
 
19653
   $as_echo_n "(cached) " >&6
 
19654
 else
 
19655
             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
 
19656
@@ -4354,7 +4426,7 @@
 
19657
        ac_script="$ac_script$as_nl$ac_script"
 
19658
      done
 
19659
      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
 
19660
-     $as_unset ac_script || ac_script=
 
19661
+     { ac_script=; unset ac_script;}
 
19662
      if test -z "$SED"; then
 
19663
   ac_path_SED_found=false
 
19664
   # Loop through the user's path and test for each of PROGNAME-LIST
 
19665
@@ -4363,7 +4435,7 @@
 
19666
 do
 
19667
   IFS=$as_save_IFS
 
19668
   test -z "$as_dir" && as_dir=.
 
19669
-  for ac_prog in sed gsed; do
 
19670
+    for ac_prog in sed gsed; do
 
19671
     for ac_exec_ext in '' $ac_executable_extensions; do
 
19672
       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
 
19673
       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
 
19674
@@ -4383,7 +4455,7 @@
 
19675
     $as_echo '' >> "conftest.nl"
 
19676
     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
 
19677
     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 
19678
-    ac_count=`expr $ac_count + 1`
 
19679
+    as_fn_arith $ac_count + 1 && ac_count=$as_val
 
19680
     if test $ac_count -gt ${ac_path_SED_max-0}; then
 
19681
       # Best one so far, save it but keep looking for a better one
 
19682
       ac_cv_path_SED="$ac_path_SED"
 
19683
@@ -4398,19 +4470,17 @@
 
19684
       $ac_path_SED_found && break 3
 
19685
     done
 
19686
   done
 
19687
-done
 
19688
+  done
 
19689
 IFS=$as_save_IFS
 
19690
   if test -z "$ac_cv_path_SED"; then
 
19691
-    { { $as_echo "$as_me:$LINENO: error: no acceptable sed could be found in \$PATH" >&5
 
19692
-$as_echo "$as_me: error: no acceptable sed could be found in \$PATH" >&2;}
 
19693
-   { (exit 1); exit 1; }; }
 
19694
+    as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
 
19695
   fi
 
19696
 else
 
19697
   ac_cv_path_SED=$SED
 
19698
 fi
 
19699
 
 
19700
 fi
 
19701
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
 
19702
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
 
19703
 $as_echo "$ac_cv_path_SED" >&6; }
 
19704
  SED="$ac_cv_path_SED"
 
19705
   rm -f conftest.sed
 
19706
@@ -4428,9 +4498,9 @@
 
19707
 
 
19708
 
 
19709
 
 
19710
-{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
 
19711
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
 
19712
 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
 
19713
-if test "${ac_cv_path_GREP+set}" = set; then
 
19714
+if test "${ac_cv_path_GREP+set}" = set; then :
 
19715
   $as_echo_n "(cached) " >&6
 
19716
 else
 
19717
   if test -z "$GREP"; then
 
19718
@@ -4441,7 +4511,7 @@
 
19719
 do
 
19720
   IFS=$as_save_IFS
 
19721
   test -z "$as_dir" && as_dir=.
 
19722
-  for ac_prog in grep ggrep; do
 
19723
+    for ac_prog in grep ggrep; do
 
19724
     for ac_exec_ext in '' $ac_executable_extensions; do
 
19725
       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
 
19726
       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
 
19727
@@ -4461,7 +4531,7 @@
 
19728
     $as_echo 'GREP' >> "conftest.nl"
 
19729
     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
 
19730
     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 
19731
-    ac_count=`expr $ac_count + 1`
 
19732
+    as_fn_arith $ac_count + 1 && ac_count=$as_val
 
19733
     if test $ac_count -gt ${ac_path_GREP_max-0}; then
 
19734
       # Best one so far, save it but keep looking for a better one
 
19735
       ac_cv_path_GREP="$ac_path_GREP"
 
19736
@@ -4476,26 +4546,24 @@
 
19737
       $ac_path_GREP_found && break 3
 
19738
     done
 
19739
   done
 
19740
-done
 
19741
+  done
 
19742
 IFS=$as_save_IFS
 
19743
   if test -z "$ac_cv_path_GREP"; then
 
19744
-    { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 
19745
-$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 
19746
-   { (exit 1); exit 1; }; }
 
19747
+    as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
 
19748
   fi
 
19749
 else
 
19750
   ac_cv_path_GREP=$GREP
 
19751
 fi
 
19752
 
 
19753
 fi
 
19754
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
 
19755
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
 
19756
 $as_echo "$ac_cv_path_GREP" >&6; }
 
19757
  GREP="$ac_cv_path_GREP"
 
19758
 
 
19759
 
 
19760
-{ $as_echo "$as_me:$LINENO: checking for egrep" >&5
 
19761
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
 
19762
 $as_echo_n "checking for egrep... " >&6; }
 
19763
-if test "${ac_cv_path_EGREP+set}" = set; then
 
19764
+if test "${ac_cv_path_EGREP+set}" = set; then :
 
19765
   $as_echo_n "(cached) " >&6
 
19766
 else
 
19767
   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
 
19768
@@ -4509,7 +4577,7 @@
 
19769
 do
 
19770
   IFS=$as_save_IFS
 
19771
   test -z "$as_dir" && as_dir=.
 
19772
-  for ac_prog in egrep; do
 
19773
+    for ac_prog in egrep; do
 
19774
     for ac_exec_ext in '' $ac_executable_extensions; do
 
19775
       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
 
19776
       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
 
19777
@@ -4529,7 +4597,7 @@
 
19778
     $as_echo 'EGREP' >> "conftest.nl"
 
19779
     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
 
19780
     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 
19781
-    ac_count=`expr $ac_count + 1`
 
19782
+    as_fn_arith $ac_count + 1 && ac_count=$as_val
 
19783
     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
 
19784
       # Best one so far, save it but keep looking for a better one
 
19785
       ac_cv_path_EGREP="$ac_path_EGREP"
 
19786
@@ -4544,12 +4612,10 @@
 
19787
       $ac_path_EGREP_found && break 3
 
19788
     done
 
19789
   done
 
19790
-done
 
19791
+  done
 
19792
 IFS=$as_save_IFS
 
19793
   if test -z "$ac_cv_path_EGREP"; then
 
19794
-    { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 
19795
-$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 
19796
-   { (exit 1); exit 1; }; }
 
19797
+    as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
 
19798
   fi
 
19799
 else
 
19800
   ac_cv_path_EGREP=$EGREP
 
19801
@@ -4557,14 +4623,14 @@
 
19802
 
 
19803
    fi
 
19804
 fi
 
19805
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
 
19806
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
 
19807
 $as_echo "$ac_cv_path_EGREP" >&6; }
 
19808
  EGREP="$ac_cv_path_EGREP"
 
19809
 
 
19810
 
 
19811
-{ $as_echo "$as_me:$LINENO: checking for fgrep" >&5
 
19812
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
 
19813
 $as_echo_n "checking for fgrep... " >&6; }
 
19814
-if test "${ac_cv_path_FGREP+set}" = set; then
 
19815
+if test "${ac_cv_path_FGREP+set}" = set; then :
 
19816
   $as_echo_n "(cached) " >&6
 
19817
 else
 
19818
   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
 
19819
@@ -4578,7 +4644,7 @@
 
19820
 do
 
19821
   IFS=$as_save_IFS
 
19822
   test -z "$as_dir" && as_dir=.
 
19823
-  for ac_prog in fgrep; do
 
19824
+    for ac_prog in fgrep; do
 
19825
     for ac_exec_ext in '' $ac_executable_extensions; do
 
19826
       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
 
19827
       { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
 
19828
@@ -4598,7 +4664,7 @@
 
19829
     $as_echo 'FGREP' >> "conftest.nl"
 
19830
     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
 
19831
     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
 
19832
-    ac_count=`expr $ac_count + 1`
 
19833
+    as_fn_arith $ac_count + 1 && ac_count=$as_val
 
19834
     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
 
19835
       # Best one so far, save it but keep looking for a better one
 
19836
       ac_cv_path_FGREP="$ac_path_FGREP"
 
19837
@@ -4613,12 +4679,10 @@
 
19838
       $ac_path_FGREP_found && break 3
 
19839
     done
 
19840
   done
 
19841
-done
 
19842
+  done
 
19843
 IFS=$as_save_IFS
 
19844
   if test -z "$ac_cv_path_FGREP"; then
 
19845
-    { { $as_echo "$as_me:$LINENO: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
 
19846
-$as_echo "$as_me: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
 
19847
-   { (exit 1); exit 1; }; }
 
19848
+    as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
 
19849
   fi
 
19850
 else
 
19851
   ac_cv_path_FGREP=$FGREP
 
19852
@@ -4626,7 +4690,7 @@
 
19853
 
 
19854
    fi
 
19855
 fi
 
19856
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5
 
19857
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
 
19858
 $as_echo "$ac_cv_path_FGREP" >&6; }
 
19859
  FGREP="$ac_cv_path_FGREP"
 
19860
 
 
19861
@@ -4652,7 +4716,7 @@
 
19862
 
 
19863
 
 
19864
 # Check whether --with-gnu-ld was given.
 
19865
-if test "${with_gnu_ld+set}" = set; then
 
19866
+if test "${with_gnu_ld+set}" = set; then :
 
19867
   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
 
19868
 else
 
19869
   with_gnu_ld=no
 
19870
@@ -4661,7 +4725,7 @@
 
19871
 ac_prog=ld
 
19872
 if test "$GCC" = yes; then
 
19873
   # Check if gcc -print-prog-name=ld gives a path.
 
19874
-  { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5
 
19875
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
 
19876
 $as_echo_n "checking for ld used by $CC... " >&6; }
 
19877
   case $host in
 
19878
   *-*-mingw*)
 
19879
@@ -4691,13 +4755,13 @@
 
19880
     ;;
 
19881
   esac
 
19882
 elif test "$with_gnu_ld" = yes; then
 
19883
-  { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
 
19884
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
 
19885
 $as_echo_n "checking for GNU ld... " >&6; }
 
19886
 else
 
19887
-  { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
 
19888
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
 
19889
 $as_echo_n "checking for non-GNU ld... " >&6; }
 
19890
 fi
 
19891
-if test "${lt_cv_path_LD+set}" = set; then
 
19892
+if test "${lt_cv_path_LD+set}" = set; then :
 
19893
   $as_echo_n "(cached) " >&6
 
19894
 else
 
19895
   if test -z "$LD"; then
 
19896
@@ -4728,18 +4792,16 @@
 
19897
 
 
19898
 LD="$lt_cv_path_LD"
 
19899
 if test -n "$LD"; then
 
19900
-  { $as_echo "$as_me:$LINENO: result: $LD" >&5
 
19901
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
 
19902
 $as_echo "$LD" >&6; }
 
19903
 else
 
19904
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
19905
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
19906
 $as_echo "no" >&6; }
 
19907
 fi
 
19908
-test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
 
19909
-$as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
 
19910
-   { (exit 1); exit 1; }; }
 
19911
-{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
 
19912
+test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
 
19913
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
 
19914
 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
 
19915
-if test "${lt_cv_prog_gnu_ld+set}" = set; then
 
19916
+if test "${lt_cv_prog_gnu_ld+set}" = set; then :
 
19917
   $as_echo_n "(cached) " >&6
 
19918
 else
 
19919
   # I'd rather use --version here, but apparently some GNU lds only accept -v.
 
19920
@@ -4752,7 +4814,7 @@
 
19921
   ;;
 
19922
 esac
 
19923
 fi
 
19924
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
 
19925
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
 
19926
 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
 
19927
 with_gnu_ld=$lt_cv_prog_gnu_ld
 
19928
 
 
19929
@@ -4764,9 +4826,9 @@
 
19930
 
 
19931
 
 
19932
 
 
19933
-{ $as_echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
 
19934
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
 
19935
 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
 
19936
-if test "${lt_cv_path_NM+set}" = set; then
 
19937
+if test "${lt_cv_path_NM+set}" = set; then :
 
19938
   $as_echo_n "(cached) " >&6
 
19939
 else
 
19940
   if test -n "$NM"; then
 
19941
@@ -4813,7 +4875,7 @@
 
19942
   : ${lt_cv_path_NM=no}
 
19943
 fi
 
19944
 fi
 
19945
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
 
19946
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
 
19947
 $as_echo "$lt_cv_path_NM" >&6; }
 
19948
 if test "$lt_cv_path_NM" != "no"; then
 
19949
   NM="$lt_cv_path_NM"
 
19950
@@ -4824,9 +4886,9 @@
 
19951
   do
 
19952
     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 
19953
 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 
19954
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19955
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
19956
 $as_echo_n "checking for $ac_word... " >&6; }
 
19957
-if test "${ac_cv_prog_DUMPBIN+set}" = set; then
 
19958
+if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
 
19959
   $as_echo_n "(cached) " >&6
 
19960
 else
 
19961
   if test -n "$DUMPBIN"; then
 
19962
@@ -4837,24 +4899,24 @@
 
19963
 do
 
19964
   IFS=$as_save_IFS
 
19965
   test -z "$as_dir" && as_dir=.
 
19966
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
19967
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
19968
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
19969
     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
 
19970
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19971
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
19972
     break 2
 
19973
   fi
 
19974
 done
 
19975
-done
 
19976
+  done
 
19977
 IFS=$as_save_IFS
 
19978
 
 
19979
 fi
 
19980
 fi
 
19981
 DUMPBIN=$ac_cv_prog_DUMPBIN
 
19982
 if test -n "$DUMPBIN"; then
 
19983
-  { $as_echo "$as_me:$LINENO: result: $DUMPBIN" >&5
 
19984
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
 
19985
 $as_echo "$DUMPBIN" >&6; }
 
19986
 else
 
19987
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
19988
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
19989
 $as_echo "no" >&6; }
 
19990
 fi
 
19991
 
 
19992
@@ -4868,9 +4930,9 @@
 
19993
 do
 
19994
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 
19995
 set dummy $ac_prog; ac_word=$2
 
19996
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
19997
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
19998
 $as_echo_n "checking for $ac_word... " >&6; }
 
19999
-if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
 
20000
+if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
 
20001
   $as_echo_n "(cached) " >&6
 
20002
 else
 
20003
   if test -n "$ac_ct_DUMPBIN"; then
 
20004
@@ -4881,24 +4943,24 @@
 
20005
 do
 
20006
   IFS=$as_save_IFS
 
20007
   test -z "$as_dir" && as_dir=.
 
20008
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
20009
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
20010
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
20011
     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
 
20012
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20013
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20014
     break 2
 
20015
   fi
 
20016
 done
 
20017
-done
 
20018
+  done
 
20019
 IFS=$as_save_IFS
 
20020
 
 
20021
 fi
 
20022
 fi
 
20023
 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
 
20024
 if test -n "$ac_ct_DUMPBIN"; then
 
20025
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
 
20026
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
 
20027
 $as_echo "$ac_ct_DUMPBIN" >&6; }
 
20028
 else
 
20029
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
20030
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
20031
 $as_echo "no" >&6; }
 
20032
 fi
 
20033
 
 
20034
@@ -4911,7 +4973,7 @@
 
20035
   else
 
20036
     case $cross_compiling:$ac_tool_warned in
 
20037
 yes:)
 
20038
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
20039
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
20040
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
20041
 ac_tool_warned=yes ;;
 
20042
 esac
 
20043
@@ -4931,44 +4993,44 @@
 
20044
 
 
20045
 
 
20046
 
 
20047
-{ $as_echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
 
20048
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
 
20049
 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
 
20050
-if test "${lt_cv_nm_interface+set}" = set; then
 
20051
+if test "${lt_cv_nm_interface+set}" = set; then :
 
20052
   $as_echo_n "(cached) " >&6
 
20053
 else
 
20054
   lt_cv_nm_interface="BSD nm"
 
20055
   echo "int some_variable = 0;" > conftest.$ac_ext
 
20056
-  (eval echo "\"\$as_me:4941: $ac_compile\"" >&5)
 
20057
+  (eval echo "\"\$as_me:5003: $ac_compile\"" >&5)
 
20058
   (eval "$ac_compile" 2>conftest.err)
 
20059
   cat conftest.err >&5
 
20060
-  (eval echo "\"\$as_me:4944: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
20061
+  (eval echo "\"\$as_me:5006: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
 
20062
   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
 
20063
   cat conftest.err >&5
 
20064
-  (eval echo "\"\$as_me:4947: output\"" >&5)
 
20065
+  (eval echo "\"\$as_me:5009: output\"" >&5)
 
20066
   cat conftest.out >&5
 
20067
   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
 
20068
     lt_cv_nm_interface="MS dumpbin"
 
20069
   fi
 
20070
   rm -f conftest*
 
20071
 fi
 
20072
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
 
20073
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
 
20074
 $as_echo "$lt_cv_nm_interface" >&6; }
 
20075
 
 
20076
-{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
 
20077
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
 
20078
 $as_echo_n "checking whether ln -s works... " >&6; }
 
20079
 LN_S=$as_ln_s
 
20080
 if test "$LN_S" = "ln -s"; then
 
20081
-  { $as_echo "$as_me:$LINENO: result: yes" >&5
 
20082
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
20083
 $as_echo "yes" >&6; }
 
20084
 else
 
20085
-  { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
 
20086
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
 
20087
 $as_echo "no, using $LN_S" >&6; }
 
20088
 fi
 
20089
 
 
20090
 # find the maximum length of command line arguments
 
20091
-{ $as_echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
 
20092
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
 
20093
 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
 
20094
-if test "${lt_cv_sys_max_cmd_len+set}" = set; then
 
20095
+if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
 
20096
   $as_echo_n "(cached) " >&6
 
20097
 else
 
20098
     i=0
 
20099
@@ -5086,10 +5148,10 @@
 
20100
 fi
 
20101
 
 
20102
 if test -n $lt_cv_sys_max_cmd_len ; then
 
20103
-  { $as_echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
 
20104
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
 
20105
 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
 
20106
 else
 
20107
-  { $as_echo "$as_me:$LINENO: result: none" >&5
 
20108
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
 
20109
 $as_echo "none" >&6; }
 
20110
 fi
 
20111
 max_cmd_len=$lt_cv_sys_max_cmd_len
 
20112
@@ -5103,7 +5165,7 @@
 
20113
 : ${MV="mv -f"}
 
20114
 : ${RM="rm -f"}
 
20115
 
 
20116
-{ $as_echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
 
20117
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
 
20118
 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
 
20119
 # Try some XSI features
 
20120
 xsi_shell=no
 
20121
@@ -5113,17 +5175,17 @@
 
20122
     && eval 'test $(( 1 + 1 )) -eq 2 \
 
20123
     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
 
20124
   && xsi_shell=yes
 
20125
-{ $as_echo "$as_me:$LINENO: result: $xsi_shell" >&5
 
20126
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
 
20127
 $as_echo "$xsi_shell" >&6; }
 
20128
 
 
20129
 
 
20130
-{ $as_echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
 
20131
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
 
20132
 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
 
20133
 lt_shell_append=no
 
20134
 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
 
20135
     >/dev/null 2>&1 \
 
20136
   && lt_shell_append=yes
 
20137
-{ $as_echo "$as_me:$LINENO: result: $lt_shell_append" >&5
 
20138
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
 
20139
 $as_echo "$lt_shell_append" >&6; }
 
20140
 
 
20141
 
 
20142
@@ -5158,14 +5220,14 @@
 
20143
 
 
20144
 
 
20145
 
 
20146
-{ $as_echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
 
20147
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
 
20148
 $as_echo_n "checking for $LD option to reload object files... " >&6; }
 
20149
-if test "${lt_cv_ld_reload_flag+set}" = set; then
 
20150
+if test "${lt_cv_ld_reload_flag+set}" = set; then :
 
20151
   $as_echo_n "(cached) " >&6
 
20152
 else
 
20153
   lt_cv_ld_reload_flag='-r'
 
20154
 fi
 
20155
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
 
20156
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
 
20157
 $as_echo "$lt_cv_ld_reload_flag" >&6; }
 
20158
 reload_flag=$lt_cv_ld_reload_flag
 
20159
 case $reload_flag in
 
20160
@@ -5194,9 +5256,9 @@
 
20161
 if test -n "$ac_tool_prefix"; then
 
20162
   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
 
20163
 set dummy ${ac_tool_prefix}objdump; ac_word=$2
 
20164
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
20165
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
20166
 $as_echo_n "checking for $ac_word... " >&6; }
 
20167
-if test "${ac_cv_prog_OBJDUMP+set}" = set; then
 
20168
+if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
 
20169
   $as_echo_n "(cached) " >&6
 
20170
 else
 
20171
   if test -n "$OBJDUMP"; then
 
20172
@@ -5207,24 +5269,24 @@
 
20173
 do
 
20174
   IFS=$as_save_IFS
 
20175
   test -z "$as_dir" && as_dir=.
 
20176
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
20177
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
20178
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
20179
     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
 
20180
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20181
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20182
     break 2
 
20183
   fi
 
20184
 done
 
20185
-done
 
20186
+  done
 
20187
 IFS=$as_save_IFS
 
20188
 
 
20189
 fi
 
20190
 fi
 
20191
 OBJDUMP=$ac_cv_prog_OBJDUMP
 
20192
 if test -n "$OBJDUMP"; then
 
20193
-  { $as_echo "$as_me:$LINENO: result: $OBJDUMP" >&5
 
20194
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
 
20195
 $as_echo "$OBJDUMP" >&6; }
 
20196
 else
 
20197
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
20198
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
20199
 $as_echo "no" >&6; }
 
20200
 fi
 
20201
 
 
20202
@@ -5234,9 +5296,9 @@
 
20203
   ac_ct_OBJDUMP=$OBJDUMP
 
20204
   # Extract the first word of "objdump", so it can be a program name with args.
 
20205
 set dummy objdump; ac_word=$2
 
20206
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
20207
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
20208
 $as_echo_n "checking for $ac_word... " >&6; }
 
20209
-if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
 
20210
+if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
 
20211
   $as_echo_n "(cached) " >&6
 
20212
 else
 
20213
   if test -n "$ac_ct_OBJDUMP"; then
 
20214
@@ -5247,24 +5309,24 @@
 
20215
 do
 
20216
   IFS=$as_save_IFS
 
20217
   test -z "$as_dir" && as_dir=.
 
20218
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
20219
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
20220
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
20221
     ac_cv_prog_ac_ct_OBJDUMP="objdump"
 
20222
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20223
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20224
     break 2
 
20225
   fi
 
20226
 done
 
20227
-done
 
20228
+  done
 
20229
 IFS=$as_save_IFS
 
20230
 
 
20231
 fi
 
20232
 fi
 
20233
 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
 
20234
 if test -n "$ac_ct_OBJDUMP"; then
 
20235
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
 
20236
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
 
20237
 $as_echo "$ac_ct_OBJDUMP" >&6; }
 
20238
 else
 
20239
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
20240
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
20241
 $as_echo "no" >&6; }
 
20242
 fi
 
20243
 
 
20244
@@ -5273,7 +5335,7 @@
 
20245
   else
 
20246
     case $cross_compiling:$ac_tool_warned in
 
20247
 yes:)
 
20248
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
20249
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
20250
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
20251
 ac_tool_warned=yes ;;
 
20252
 esac
 
20253
@@ -5290,9 +5352,9 @@
 
20254
 
 
20255
 
 
20256
 
 
20257
-{ $as_echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
 
20258
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
 
20259
 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
 
20260
-if test "${lt_cv_deplibs_check_method+set}" = set; then
 
20261
+if test "${lt_cv_deplibs_check_method+set}" = set; then :
 
20262
   $as_echo_n "(cached) " >&6
 
20263
 else
 
20264
   lt_cv_file_magic_cmd='$MAGIC_CMD'
 
20265
@@ -5407,11 +5469,11 @@
 
20266
   ;;
 
20267
 
 
20268
 # This must be Linux ELF.
 
20269
-linux* | k*bsd*-gnu)
 
20270
+linux* | k*bsd*-gnu | kopensolaris*-gnu)
241
20271
   lt_cv_deplibs_check_method=pass_all
242
20272
   ;;
243
20273
 
246
20276
   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
247
20277
     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
248
20278
   else
249
 
@@ -8732,7 +8732,7 @@
 
20279
@@ -5486,7 +5548,7 @@
 
20280
 esac
 
20281
 
 
20282
 fi
 
20283
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
 
20284
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
 
20285
 $as_echo "$lt_cv_deplibs_check_method" >&6; }
 
20286
 file_magic_cmd=$lt_cv_file_magic_cmd
 
20287
 deplibs_check_method=$lt_cv_deplibs_check_method
 
20288
@@ -5506,9 +5568,9 @@
 
20289
 if test -n "$ac_tool_prefix"; then
 
20290
   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
 
20291
 set dummy ${ac_tool_prefix}ar; ac_word=$2
 
20292
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
20293
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
20294
 $as_echo_n "checking for $ac_word... " >&6; }
 
20295
-if test "${ac_cv_prog_AR+set}" = set; then
 
20296
+if test "${ac_cv_prog_AR+set}" = set; then :
 
20297
   $as_echo_n "(cached) " >&6
 
20298
 else
 
20299
   if test -n "$AR"; then
 
20300
@@ -5519,24 +5581,24 @@
 
20301
 do
 
20302
   IFS=$as_save_IFS
 
20303
   test -z "$as_dir" && as_dir=.
 
20304
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
20305
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
20306
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
20307
     ac_cv_prog_AR="${ac_tool_prefix}ar"
 
20308
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20309
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20310
     break 2
 
20311
   fi
 
20312
 done
 
20313
-done
 
20314
+  done
 
20315
 IFS=$as_save_IFS
 
20316
 
 
20317
 fi
 
20318
 fi
 
20319
 AR=$ac_cv_prog_AR
 
20320
 if test -n "$AR"; then
 
20321
-  { $as_echo "$as_me:$LINENO: result: $AR" >&5
 
20322
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
 
20323
 $as_echo "$AR" >&6; }
 
20324
 else
 
20325
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
20326
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
20327
 $as_echo "no" >&6; }
 
20328
 fi
 
20329
 
 
20330
@@ -5546,9 +5608,9 @@
 
20331
   ac_ct_AR=$AR
 
20332
   # Extract the first word of "ar", so it can be a program name with args.
 
20333
 set dummy ar; ac_word=$2
 
20334
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
20335
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
20336
 $as_echo_n "checking for $ac_word... " >&6; }
 
20337
-if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
 
20338
+if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
 
20339
   $as_echo_n "(cached) " >&6
 
20340
 else
 
20341
   if test -n "$ac_ct_AR"; then
 
20342
@@ -5559,24 +5621,24 @@
 
20343
 do
 
20344
   IFS=$as_save_IFS
 
20345
   test -z "$as_dir" && as_dir=.
 
20346
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
20347
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
20348
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
20349
     ac_cv_prog_ac_ct_AR="ar"
 
20350
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20351
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20352
     break 2
 
20353
   fi
 
20354
 done
 
20355
-done
 
20356
+  done
 
20357
 IFS=$as_save_IFS
 
20358
 
 
20359
 fi
 
20360
 fi
 
20361
 ac_ct_AR=$ac_cv_prog_ac_ct_AR
 
20362
 if test -n "$ac_ct_AR"; then
 
20363
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
 
20364
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
 
20365
 $as_echo "$ac_ct_AR" >&6; }
 
20366
 else
 
20367
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
20368
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
20369
 $as_echo "no" >&6; }
 
20370
 fi
 
20371
 
 
20372
@@ -5585,7 +5647,7 @@
 
20373
   else
 
20374
     case $cross_compiling:$ac_tool_warned in
 
20375
 yes:)
 
20376
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
20377
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
20378
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
20379
 ac_tool_warned=yes ;;
 
20380
 esac
 
20381
@@ -5611,9 +5673,9 @@
 
20382
 if test -n "$ac_tool_prefix"; then
 
20383
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 
20384
 set dummy ${ac_tool_prefix}strip; ac_word=$2
 
20385
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
20386
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
20387
 $as_echo_n "checking for $ac_word... " >&6; }
 
20388
-if test "${ac_cv_prog_STRIP+set}" = set; then
 
20389
+if test "${ac_cv_prog_STRIP+set}" = set; then :
 
20390
   $as_echo_n "(cached) " >&6
 
20391
 else
 
20392
   if test -n "$STRIP"; then
 
20393
@@ -5624,24 +5686,24 @@
 
20394
 do
 
20395
   IFS=$as_save_IFS
 
20396
   test -z "$as_dir" && as_dir=.
 
20397
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
20398
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
20399
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
20400
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
 
20401
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20402
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20403
     break 2
 
20404
   fi
 
20405
 done
 
20406
-done
 
20407
+  done
 
20408
 IFS=$as_save_IFS
 
20409
 
 
20410
 fi
 
20411
 fi
 
20412
 STRIP=$ac_cv_prog_STRIP
 
20413
 if test -n "$STRIP"; then
 
20414
-  { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
 
20415
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
 
20416
 $as_echo "$STRIP" >&6; }
 
20417
 else
 
20418
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
20419
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
20420
 $as_echo "no" >&6; }
 
20421
 fi
 
20422
 
 
20423
@@ -5651,9 +5713,9 @@
 
20424
   ac_ct_STRIP=$STRIP
 
20425
   # Extract the first word of "strip", so it can be a program name with args.
 
20426
 set dummy strip; ac_word=$2
 
20427
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
20428
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
20429
 $as_echo_n "checking for $ac_word... " >&6; }
 
20430
-if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
 
20431
+if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
 
20432
   $as_echo_n "(cached) " >&6
 
20433
 else
 
20434
   if test -n "$ac_ct_STRIP"; then
 
20435
@@ -5664,24 +5726,24 @@
 
20436
 do
 
20437
   IFS=$as_save_IFS
 
20438
   test -z "$as_dir" && as_dir=.
 
20439
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
20440
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
20441
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
20442
     ac_cv_prog_ac_ct_STRIP="strip"
 
20443
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20444
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20445
     break 2
 
20446
   fi
 
20447
 done
 
20448
-done
 
20449
+  done
 
20450
 IFS=$as_save_IFS
 
20451
 
 
20452
 fi
 
20453
 fi
 
20454
 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
 
20455
 if test -n "$ac_ct_STRIP"; then
 
20456
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
 
20457
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
 
20458
 $as_echo "$ac_ct_STRIP" >&6; }
 
20459
 else
 
20460
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
20461
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
20462
 $as_echo "no" >&6; }
 
20463
 fi
 
20464
 
 
20465
@@ -5690,7 +5752,7 @@
 
20466
   else
 
20467
     case $cross_compiling:$ac_tool_warned in
 
20468
 yes:)
 
20469
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
20470
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
20471
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
20472
 ac_tool_warned=yes ;;
 
20473
 esac
 
20474
@@ -5710,9 +5772,9 @@
 
20475
 if test -n "$ac_tool_prefix"; then
 
20476
   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
 
20477
 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
 
20478
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
20479
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
20480
 $as_echo_n "checking for $ac_word... " >&6; }
 
20481
-if test "${ac_cv_prog_RANLIB+set}" = set; then
 
20482
+if test "${ac_cv_prog_RANLIB+set}" = set; then :
 
20483
   $as_echo_n "(cached) " >&6
 
20484
 else
 
20485
   if test -n "$RANLIB"; then
 
20486
@@ -5723,24 +5785,24 @@
 
20487
 do
 
20488
   IFS=$as_save_IFS
 
20489
   test -z "$as_dir" && as_dir=.
 
20490
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
20491
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
20492
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
20493
     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
 
20494
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20495
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20496
     break 2
 
20497
   fi
 
20498
 done
 
20499
-done
 
20500
+  done
 
20501
 IFS=$as_save_IFS
 
20502
 
 
20503
 fi
 
20504
 fi
 
20505
 RANLIB=$ac_cv_prog_RANLIB
 
20506
 if test -n "$RANLIB"; then
 
20507
-  { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
 
20508
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
 
20509
 $as_echo "$RANLIB" >&6; }
 
20510
 else
 
20511
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
20512
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
20513
 $as_echo "no" >&6; }
 
20514
 fi
 
20515
 
 
20516
@@ -5750,9 +5812,9 @@
 
20517
   ac_ct_RANLIB=$RANLIB
 
20518
   # Extract the first word of "ranlib", so it can be a program name with args.
 
20519
 set dummy ranlib; ac_word=$2
 
20520
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
20521
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
20522
 $as_echo_n "checking for $ac_word... " >&6; }
 
20523
-if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
 
20524
+if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
 
20525
   $as_echo_n "(cached) " >&6
 
20526
 else
 
20527
   if test -n "$ac_ct_RANLIB"; then
 
20528
@@ -5763,24 +5825,24 @@
 
20529
 do
 
20530
   IFS=$as_save_IFS
 
20531
   test -z "$as_dir" && as_dir=.
 
20532
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
20533
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
20534
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
20535
     ac_cv_prog_ac_ct_RANLIB="ranlib"
 
20536
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20537
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20538
     break 2
 
20539
   fi
 
20540
 done
 
20541
-done
 
20542
+  done
 
20543
 IFS=$as_save_IFS
 
20544
 
 
20545
 fi
 
20546
 fi
 
20547
 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
 
20548
 if test -n "$ac_ct_RANLIB"; then
 
20549
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
 
20550
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
 
20551
 $as_echo "$ac_ct_RANLIB" >&6; }
 
20552
 else
 
20553
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
20554
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
20555
 $as_echo "no" >&6; }
 
20556
 fi
 
20557
 
 
20558
@@ -5789,7 +5851,7 @@
 
20559
   else
 
20560
     case $cross_compiling:$ac_tool_warned in
 
20561
 yes:)
 
20562
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
20563
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
20564
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
20565
 ac_tool_warned=yes ;;
 
20566
 esac
 
20567
@@ -5867,9 +5929,9 @@
 
20568
 
 
20569
 
 
20570
 # Check for command to grab the raw symbol name followed by C symbol from nm.
 
20571
-{ $as_echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
 
20572
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
 
20573
 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
 
20574
-if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
 
20575
+if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
 
20576
   $as_echo_n "(cached) " >&6
 
20577
 else
 
20578
 
 
20579
@@ -5985,18 +6047,18 @@
 
20580
 int main(){nm_test_var='a';nm_test_func();return(0);}
 
20581
 _LT_EOF
 
20582
 
 
20583
-  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
20584
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
 
20585
   (eval $ac_compile) 2>&5
 
20586
   ac_status=$?
 
20587
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
20588
-  (exit $ac_status); }; then
 
20589
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
20590
+  test $ac_status = 0; }; then
 
20591
     # Now try to grab the symbols.
 
20592
     nlist=conftest.nm
 
20593
-    if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
 
20594
+    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
 
20595
   (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
 
20596
   ac_status=$?
 
20597
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
20598
-  (exit $ac_status); } && test -s "$nlist"; then
 
20599
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
20600
+  test $ac_status = 0; } && test -s "$nlist"; then
 
20601
       # Try sorting and uniquifying the output.
 
20602
       if sort "$nlist" | uniq > "$nlist"T; then
 
20603
        mv -f "$nlist"T "$nlist"
 
20604
@@ -6049,11 +6111,11 @@
 
20605
          lt_save_CFLAGS="$CFLAGS"
 
20606
          LIBS="conftstm.$ac_objext"
 
20607
          CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
 
20608
-         if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
20609
+         if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
 
20610
   (eval $ac_link) 2>&5
 
20611
   ac_status=$?
 
20612
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
20613
-  (exit $ac_status); } && test -s conftest${ac_exeext}; then
 
20614
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
20615
+  test $ac_status = 0; } && test -s conftest${ac_exeext}; then
 
20616
            pipe_works=yes
 
20617
          fi
 
20618
          LIBS="$lt_save_LIBS"
 
20619
@@ -6087,10 +6149,10 @@
 
20620
   lt_cv_sys_global_symbol_to_cdecl=
 
20621
 fi
 
20622
 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
 
20623
-  { $as_echo "$as_me:$LINENO: result: failed" >&5
 
20624
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
 
20625
 $as_echo "failed" >&6; }
 
20626
 else
 
20627
-  { $as_echo "$as_me:$LINENO: result: ok" >&5
 
20628
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
 
20629
 $as_echo "ok" >&6; }
 
20630
 fi
 
20631
 
 
20632
@@ -6117,7 +6179,7 @@
 
20633
 
 
20634
 
 
20635
 # Check whether --enable-libtool-lock was given.
 
20636
-if test "${enable_libtool_lock+set}" = set; then
 
20637
+if test "${enable_libtool_lock+set}" = set; then :
 
20638
   enableval=$enable_libtool_lock;
 
20639
 fi
 
20640
 
 
20641
@@ -6129,11 +6191,11 @@
 
20642
 ia64-*-hpux*)
 
20643
   # Find out which ABI we are using.
 
20644
   echo 'int i;' > conftest.$ac_ext
 
20645
-  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
20646
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
 
20647
   (eval $ac_compile) 2>&5
 
20648
   ac_status=$?
 
20649
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
20650
-  (exit $ac_status); }; then
 
20651
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
20652
+  test $ac_status = 0; }; then
 
20653
     case `/usr/bin/file conftest.$ac_objext` in
 
20654
       *ELF-32*)
 
20655
        HPUX_IA64_MODE="32"
 
20656
@@ -6147,12 +6209,12 @@
 
20657
   ;;
 
20658
 *-*-irix6*)
 
20659
   # Find out which ABI we are using.
 
20660
-  echo '#line 6150 "configure"' > conftest.$ac_ext
 
20661
-  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
20662
+  echo '#line 6212 "configure"' > conftest.$ac_ext
 
20663
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
 
20664
   (eval $ac_compile) 2>&5
 
20665
   ac_status=$?
 
20666
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
20667
-  (exit $ac_status); }; then
 
20668
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
20669
+  test $ac_status = 0; }; then
 
20670
     if test "$lt_cv_prog_gnu_ld" = yes; then
 
20671
       case `/usr/bin/file conftest.$ac_objext` in
 
20672
        *32-bit*)
 
20673
@@ -6186,11 +6248,11 @@
 
20674
 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
 
20675
   # Find out which ABI we are using.
 
20676
   echo 'int i;' > conftest.$ac_ext
 
20677
-  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
20678
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
 
20679
   (eval $ac_compile) 2>&5
 
20680
   ac_status=$?
 
20681
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
20682
-  (exit $ac_status); }; then
 
20683
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
20684
+  test $ac_status = 0; }; then
 
20685
     case `/usr/bin/file conftest.o` in
 
20686
       *32-bit*)
 
20687
        case $host in
 
20688
@@ -6239,9 +6301,9 @@
 
20689
   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
 
20690
   SAVE_CFLAGS="$CFLAGS"
 
20691
   CFLAGS="$CFLAGS -belf"
 
20692
-  { $as_echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
 
20693
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
 
20694
 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
 
20695
-if test "${lt_cv_cc_needs_belf+set}" = set; then
 
20696
+if test "${lt_cv_cc_needs_belf+set}" = set; then :
 
20697
   $as_echo_n "(cached) " >&6
 
20698
 else
 
20699
   ac_ext=c
 
20700
@@ -6250,11 +6312,7 @@
 
20701
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
20702
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
20703
 
 
20704
-     cat >conftest.$ac_ext <<_ACEOF
 
20705
-/* confdefs.h.  */
 
20706
-_ACEOF
 
20707
-cat confdefs.h >>conftest.$ac_ext
 
20708
-cat >>conftest.$ac_ext <<_ACEOF
 
20709
+     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
20710
 /* end confdefs.h.  */
 
20711
 
 
20712
 int
 
20713
@@ -6265,38 +6323,13 @@
 
20714
   return 0;
 
20715
 }
 
20716
 _ACEOF
 
20717
-rm -f conftest.$ac_objext conftest$ac_exeext
 
20718
-if { (ac_try="$ac_link"
 
20719
-case "(($ac_try" in
 
20720
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
20721
-  *) ac_try_echo=$ac_try;;
 
20722
-esac
 
20723
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
20724
-$as_echo "$ac_try_echo") >&5
 
20725
-  (eval "$ac_link") 2>conftest.er1
 
20726
-  ac_status=$?
 
20727
-  grep -v '^ *+' conftest.er1 >conftest.err
 
20728
-  rm -f conftest.er1
 
20729
-  cat conftest.err >&5
 
20730
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
20731
-  (exit $ac_status); } && {
 
20732
-        test -z "$ac_c_werror_flag" ||
 
20733
-        test ! -s conftest.err
 
20734
-       } && test -s conftest$ac_exeext && {
 
20735
-        test "$cross_compiling" = yes ||
 
20736
-        $as_test_x conftest$ac_exeext
 
20737
-       }; then
 
20738
+if ac_fn_c_try_link "$LINENO"; then :
 
20739
   lt_cv_cc_needs_belf=yes
 
20740
 else
 
20741
-  $as_echo "$as_me: failed program was:" >&5
 
20742
-sed 's/^/| /' conftest.$ac_ext >&5
 
20743
-
 
20744
-       lt_cv_cc_needs_belf=no
 
20745
+  lt_cv_cc_needs_belf=no
 
20746
 fi
 
20747
-
 
20748
-rm -rf conftest.dSYM
 
20749
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
20750
-      conftest$ac_exeext conftest.$ac_ext
 
20751
+rm -f core conftest.err conftest.$ac_objext \
 
20752
+    conftest$ac_exeext conftest.$ac_ext
 
20753
      ac_ext=c
 
20754
 ac_cpp='$CPP $CPPFLAGS'
 
20755
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
20756
@@ -6304,7 +6337,7 @@
 
20757
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
20758
 
 
20759
 fi
 
20760
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
 
20761
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
 
20762
 $as_echo "$lt_cv_cc_needs_belf" >&6; }
 
20763
   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
 
20764
     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
 
20765
@@ -6314,11 +6347,11 @@
 
20766
 sparc*-*solaris*)
 
20767
   # Find out which ABI we are using.
 
20768
   echo 'int i;' > conftest.$ac_ext
 
20769
-  if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
20770
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
 
20771
   (eval $ac_compile) 2>&5
 
20772
   ac_status=$?
 
20773
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
20774
-  (exit $ac_status); }; then
 
20775
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
20776
+  test $ac_status = 0; }; then
 
20777
     case `/usr/bin/file conftest.o` in
 
20778
     *64-bit*)
 
20779
       case $lt_cv_prog_gnu_ld in
 
20780
@@ -6344,9 +6377,9 @@
 
20781
     if test -n "$ac_tool_prefix"; then
 
20782
   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
 
20783
 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
 
20784
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
20785
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
20786
 $as_echo_n "checking for $ac_word... " >&6; }
 
20787
-if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
 
20788
+if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
 
20789
   $as_echo_n "(cached) " >&6
 
20790
 else
 
20791
   if test -n "$DSYMUTIL"; then
 
20792
@@ -6357,24 +6390,24 @@
 
20793
 do
 
20794
   IFS=$as_save_IFS
 
20795
   test -z "$as_dir" && as_dir=.
 
20796
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
20797
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
20798
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
20799
     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
 
20800
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20801
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20802
     break 2
 
20803
   fi
 
20804
 done
 
20805
-done
 
20806
+  done
 
20807
 IFS=$as_save_IFS
 
20808
 
 
20809
 fi
 
20810
 fi
 
20811
 DSYMUTIL=$ac_cv_prog_DSYMUTIL
 
20812
 if test -n "$DSYMUTIL"; then
 
20813
-  { $as_echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
 
20814
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
 
20815
 $as_echo "$DSYMUTIL" >&6; }
 
20816
 else
 
20817
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
20818
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
20819
 $as_echo "no" >&6; }
 
20820
 fi
 
20821
 
 
20822
@@ -6384,9 +6417,9 @@
 
20823
   ac_ct_DSYMUTIL=$DSYMUTIL
 
20824
   # Extract the first word of "dsymutil", so it can be a program name with args.
 
20825
 set dummy dsymutil; ac_word=$2
 
20826
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
20827
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
20828
 $as_echo_n "checking for $ac_word... " >&6; }
 
20829
-if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
 
20830
+if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
 
20831
   $as_echo_n "(cached) " >&6
 
20832
 else
 
20833
   if test -n "$ac_ct_DSYMUTIL"; then
 
20834
@@ -6397,24 +6430,24 @@
 
20835
 do
 
20836
   IFS=$as_save_IFS
 
20837
   test -z "$as_dir" && as_dir=.
 
20838
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
20839
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
20840
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
20841
     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
 
20842
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20843
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20844
     break 2
 
20845
   fi
 
20846
 done
 
20847
-done
 
20848
+  done
 
20849
 IFS=$as_save_IFS
 
20850
 
 
20851
 fi
 
20852
 fi
 
20853
 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
 
20854
 if test -n "$ac_ct_DSYMUTIL"; then
 
20855
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
 
20856
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
 
20857
 $as_echo "$ac_ct_DSYMUTIL" >&6; }
 
20858
 else
 
20859
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
20860
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
20861
 $as_echo "no" >&6; }
 
20862
 fi
 
20863
 
 
20864
@@ -6423,7 +6456,7 @@
 
20865
   else
 
20866
     case $cross_compiling:$ac_tool_warned in
 
20867
 yes:)
 
20868
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
20869
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
20870
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
20871
 ac_tool_warned=yes ;;
 
20872
 esac
 
20873
@@ -6436,9 +6469,9 @@
 
20874
     if test -n "$ac_tool_prefix"; then
 
20875
   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
 
20876
 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
 
20877
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
20878
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
20879
 $as_echo_n "checking for $ac_word... " >&6; }
 
20880
-if test "${ac_cv_prog_NMEDIT+set}" = set; then
 
20881
+if test "${ac_cv_prog_NMEDIT+set}" = set; then :
 
20882
   $as_echo_n "(cached) " >&6
 
20883
 else
 
20884
   if test -n "$NMEDIT"; then
 
20885
@@ -6449,24 +6482,24 @@
 
20886
 do
 
20887
   IFS=$as_save_IFS
 
20888
   test -z "$as_dir" && as_dir=.
 
20889
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
20890
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
20891
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
20892
     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
 
20893
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20894
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20895
     break 2
 
20896
   fi
 
20897
 done
 
20898
-done
 
20899
+  done
 
20900
 IFS=$as_save_IFS
 
20901
 
 
20902
 fi
 
20903
 fi
 
20904
 NMEDIT=$ac_cv_prog_NMEDIT
 
20905
 if test -n "$NMEDIT"; then
 
20906
-  { $as_echo "$as_me:$LINENO: result: $NMEDIT" >&5
 
20907
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
 
20908
 $as_echo "$NMEDIT" >&6; }
 
20909
 else
 
20910
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
20911
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
20912
 $as_echo "no" >&6; }
 
20913
 fi
 
20914
 
 
20915
@@ -6476,9 +6509,9 @@
 
20916
   ac_ct_NMEDIT=$NMEDIT
 
20917
   # Extract the first word of "nmedit", so it can be a program name with args.
 
20918
 set dummy nmedit; ac_word=$2
 
20919
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
20920
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
20921
 $as_echo_n "checking for $ac_word... " >&6; }
 
20922
-if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
 
20923
+if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
 
20924
   $as_echo_n "(cached) " >&6
 
20925
 else
 
20926
   if test -n "$ac_ct_NMEDIT"; then
 
20927
@@ -6489,24 +6522,24 @@
 
20928
 do
 
20929
   IFS=$as_save_IFS
 
20930
   test -z "$as_dir" && as_dir=.
 
20931
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
20932
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
20933
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
20934
     ac_cv_prog_ac_ct_NMEDIT="nmedit"
 
20935
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20936
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20937
     break 2
 
20938
   fi
 
20939
 done
 
20940
-done
 
20941
+  done
 
20942
 IFS=$as_save_IFS
 
20943
 
 
20944
 fi
 
20945
 fi
 
20946
 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
 
20947
 if test -n "$ac_ct_NMEDIT"; then
 
20948
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
 
20949
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
 
20950
 $as_echo "$ac_ct_NMEDIT" >&6; }
 
20951
 else
 
20952
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
20953
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
20954
 $as_echo "no" >&6; }
 
20955
 fi
 
20956
 
 
20957
@@ -6515,7 +6548,7 @@
 
20958
   else
 
20959
     case $cross_compiling:$ac_tool_warned in
 
20960
 yes:)
 
20961
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
20962
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
20963
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
20964
 ac_tool_warned=yes ;;
 
20965
 esac
 
20966
@@ -6528,9 +6561,9 @@
 
20967
     if test -n "$ac_tool_prefix"; then
 
20968
   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
 
20969
 set dummy ${ac_tool_prefix}lipo; ac_word=$2
 
20970
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
20971
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
20972
 $as_echo_n "checking for $ac_word... " >&6; }
 
20973
-if test "${ac_cv_prog_LIPO+set}" = set; then
 
20974
+if test "${ac_cv_prog_LIPO+set}" = set; then :
 
20975
   $as_echo_n "(cached) " >&6
 
20976
 else
 
20977
   if test -n "$LIPO"; then
 
20978
@@ -6541,24 +6574,24 @@
 
20979
 do
 
20980
   IFS=$as_save_IFS
 
20981
   test -z "$as_dir" && as_dir=.
 
20982
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
20983
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
20984
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
20985
     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
 
20986
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20987
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
20988
     break 2
 
20989
   fi
 
20990
 done
 
20991
-done
 
20992
+  done
 
20993
 IFS=$as_save_IFS
 
20994
 
 
20995
 fi
 
20996
 fi
 
20997
 LIPO=$ac_cv_prog_LIPO
 
20998
 if test -n "$LIPO"; then
 
20999
-  { $as_echo "$as_me:$LINENO: result: $LIPO" >&5
 
21000
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
 
21001
 $as_echo "$LIPO" >&6; }
 
21002
 else
 
21003
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
21004
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
21005
 $as_echo "no" >&6; }
 
21006
 fi
 
21007
 
 
21008
@@ -6568,9 +6601,9 @@
 
21009
   ac_ct_LIPO=$LIPO
 
21010
   # Extract the first word of "lipo", so it can be a program name with args.
 
21011
 set dummy lipo; ac_word=$2
 
21012
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
21013
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
21014
 $as_echo_n "checking for $ac_word... " >&6; }
 
21015
-if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then
 
21016
+if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
 
21017
   $as_echo_n "(cached) " >&6
 
21018
 else
 
21019
   if test -n "$ac_ct_LIPO"; then
 
21020
@@ -6581,24 +6614,24 @@
 
21021
 do
 
21022
   IFS=$as_save_IFS
 
21023
   test -z "$as_dir" && as_dir=.
 
21024
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
21025
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
21026
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
21027
     ac_cv_prog_ac_ct_LIPO="lipo"
 
21028
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
21029
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
21030
     break 2
 
21031
   fi
 
21032
 done
 
21033
-done
 
21034
+  done
 
21035
 IFS=$as_save_IFS
 
21036
 
 
21037
 fi
 
21038
 fi
 
21039
 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
 
21040
 if test -n "$ac_ct_LIPO"; then
 
21041
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
 
21042
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
 
21043
 $as_echo "$ac_ct_LIPO" >&6; }
 
21044
 else
 
21045
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
21046
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
21047
 $as_echo "no" >&6; }
 
21048
 fi
 
21049
 
 
21050
@@ -6607,7 +6640,7 @@
 
21051
   else
 
21052
     case $cross_compiling:$ac_tool_warned in
 
21053
 yes:)
 
21054
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
21055
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
21056
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
21057
 ac_tool_warned=yes ;;
 
21058
 esac
 
21059
@@ -6620,9 +6653,9 @@
 
21060
     if test -n "$ac_tool_prefix"; then
 
21061
   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
 
21062
 set dummy ${ac_tool_prefix}otool; ac_word=$2
 
21063
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
21064
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
21065
 $as_echo_n "checking for $ac_word... " >&6; }
 
21066
-if test "${ac_cv_prog_OTOOL+set}" = set; then
 
21067
+if test "${ac_cv_prog_OTOOL+set}" = set; then :
 
21068
   $as_echo_n "(cached) " >&6
 
21069
 else
 
21070
   if test -n "$OTOOL"; then
 
21071
@@ -6633,24 +6666,24 @@
 
21072
 do
 
21073
   IFS=$as_save_IFS
 
21074
   test -z "$as_dir" && as_dir=.
 
21075
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
21076
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
21077
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
21078
     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
 
21079
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
21080
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
21081
     break 2
 
21082
   fi
 
21083
 done
 
21084
-done
 
21085
+  done
 
21086
 IFS=$as_save_IFS
 
21087
 
 
21088
 fi
 
21089
 fi
 
21090
 OTOOL=$ac_cv_prog_OTOOL
 
21091
 if test -n "$OTOOL"; then
 
21092
-  { $as_echo "$as_me:$LINENO: result: $OTOOL" >&5
 
21093
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
 
21094
 $as_echo "$OTOOL" >&6; }
 
21095
 else
 
21096
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
21097
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
21098
 $as_echo "no" >&6; }
 
21099
 fi
 
21100
 
 
21101
@@ -6660,9 +6693,9 @@
 
21102
   ac_ct_OTOOL=$OTOOL
 
21103
   # Extract the first word of "otool", so it can be a program name with args.
 
21104
 set dummy otool; ac_word=$2
 
21105
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
21106
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
21107
 $as_echo_n "checking for $ac_word... " >&6; }
 
21108
-if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then
 
21109
+if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
 
21110
   $as_echo_n "(cached) " >&6
 
21111
 else
 
21112
   if test -n "$ac_ct_OTOOL"; then
 
21113
@@ -6673,24 +6706,24 @@
 
21114
 do
 
21115
   IFS=$as_save_IFS
 
21116
   test -z "$as_dir" && as_dir=.
 
21117
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
21118
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
21119
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
21120
     ac_cv_prog_ac_ct_OTOOL="otool"
 
21121
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
21122
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
21123
     break 2
 
21124
   fi
 
21125
 done
 
21126
-done
 
21127
+  done
 
21128
 IFS=$as_save_IFS
 
21129
 
 
21130
 fi
 
21131
 fi
 
21132
 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
 
21133
 if test -n "$ac_ct_OTOOL"; then
 
21134
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
 
21135
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
 
21136
 $as_echo "$ac_ct_OTOOL" >&6; }
 
21137
 else
 
21138
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
21139
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
21140
 $as_echo "no" >&6; }
 
21141
 fi
 
21142
 
 
21143
@@ -6699,7 +6732,7 @@
 
21144
   else
 
21145
     case $cross_compiling:$ac_tool_warned in
 
21146
 yes:)
 
21147
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
21148
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
21149
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
21150
 ac_tool_warned=yes ;;
 
21151
 esac
 
21152
@@ -6712,9 +6745,9 @@
 
21153
     if test -n "$ac_tool_prefix"; then
 
21154
   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
 
21155
 set dummy ${ac_tool_prefix}otool64; ac_word=$2
 
21156
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
21157
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
21158
 $as_echo_n "checking for $ac_word... " >&6; }
 
21159
-if test "${ac_cv_prog_OTOOL64+set}" = set; then
 
21160
+if test "${ac_cv_prog_OTOOL64+set}" = set; then :
 
21161
   $as_echo_n "(cached) " >&6
 
21162
 else
 
21163
   if test -n "$OTOOL64"; then
 
21164
@@ -6725,24 +6758,24 @@
 
21165
 do
 
21166
   IFS=$as_save_IFS
 
21167
   test -z "$as_dir" && as_dir=.
 
21168
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
21169
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
21170
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
21171
     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
 
21172
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
21173
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
21174
     break 2
 
21175
   fi
 
21176
 done
 
21177
-done
 
21178
+  done
 
21179
 IFS=$as_save_IFS
 
21180
 
 
21181
 fi
 
21182
 fi
 
21183
 OTOOL64=$ac_cv_prog_OTOOL64
 
21184
 if test -n "$OTOOL64"; then
 
21185
-  { $as_echo "$as_me:$LINENO: result: $OTOOL64" >&5
 
21186
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
 
21187
 $as_echo "$OTOOL64" >&6; }
 
21188
 else
 
21189
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
21190
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
21191
 $as_echo "no" >&6; }
 
21192
 fi
 
21193
 
 
21194
@@ -6752,9 +6785,9 @@
 
21195
   ac_ct_OTOOL64=$OTOOL64
 
21196
   # Extract the first word of "otool64", so it can be a program name with args.
 
21197
 set dummy otool64; ac_word=$2
 
21198
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
21199
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
21200
 $as_echo_n "checking for $ac_word... " >&6; }
 
21201
-if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then
 
21202
+if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
 
21203
   $as_echo_n "(cached) " >&6
 
21204
 else
 
21205
   if test -n "$ac_ct_OTOOL64"; then
 
21206
@@ -6765,24 +6798,24 @@
 
21207
 do
 
21208
   IFS=$as_save_IFS
 
21209
   test -z "$as_dir" && as_dir=.
 
21210
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
21211
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
21212
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
21213
     ac_cv_prog_ac_ct_OTOOL64="otool64"
 
21214
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
21215
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
21216
     break 2
 
21217
   fi
 
21218
 done
 
21219
-done
 
21220
+  done
 
21221
 IFS=$as_save_IFS
 
21222
 
 
21223
 fi
 
21224
 fi
 
21225
 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
 
21226
 if test -n "$ac_ct_OTOOL64"; then
 
21227
-  { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
 
21228
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
 
21229
 $as_echo "$ac_ct_OTOOL64" >&6; }
 
21230
 else
 
21231
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
21232
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
21233
 $as_echo "no" >&6; }
 
21234
 fi
 
21235
 
 
21236
@@ -6791,7 +6824,7 @@
 
21237
   else
 
21238
     case $cross_compiling:$ac_tool_warned in
 
21239
 yes:)
 
21240
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
21241
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
21242
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
21243
 ac_tool_warned=yes ;;
 
21244
 esac
 
21245
@@ -6827,9 +6860,9 @@
 
21246
 
 
21247
 
 
21248
 
 
21249
-    { $as_echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
 
21250
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
 
21251
 $as_echo_n "checking for -single_module linker flag... " >&6; }
 
21252
-if test "${lt_cv_apple_cc_single_mod+set}" = set; then
 
21253
+if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
 
21254
   $as_echo_n "(cached) " >&6
 
21255
 else
 
21256
   lt_cv_apple_cc_single_mod=no
 
21257
@@ -6854,22 +6887,18 @@
 
21258
        rm -f conftest.*
 
21259
       fi
 
21260
 fi
 
21261
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
 
21262
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
 
21263
 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
 
21264
-    { $as_echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
 
21265
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
 
21266
 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
 
21267
-if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
 
21268
+if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
 
21269
   $as_echo_n "(cached) " >&6
 
21270
 else
 
21271
   lt_cv_ld_exported_symbols_list=no
 
21272
       save_LDFLAGS=$LDFLAGS
 
21273
       echo "_main" > conftest.sym
 
21274
       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
 
21275
-      cat >conftest.$ac_ext <<_ACEOF
 
21276
-/* confdefs.h.  */
 
21277
-_ACEOF
 
21278
-cat confdefs.h >>conftest.$ac_ext
 
21279
-cat >>conftest.$ac_ext <<_ACEOF
 
21280
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
21281
 /* end confdefs.h.  */
 
21282
 
 
21283
 int
 
21284
@@ -6880,42 +6909,17 @@
 
21285
   return 0;
 
21286
 }
 
21287
 _ACEOF
 
21288
-rm -f conftest.$ac_objext conftest$ac_exeext
 
21289
-if { (ac_try="$ac_link"
 
21290
-case "(($ac_try" in
 
21291
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
21292
-  *) ac_try_echo=$ac_try;;
 
21293
-esac
 
21294
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
21295
-$as_echo "$ac_try_echo") >&5
 
21296
-  (eval "$ac_link") 2>conftest.er1
 
21297
-  ac_status=$?
 
21298
-  grep -v '^ *+' conftest.er1 >conftest.err
 
21299
-  rm -f conftest.er1
 
21300
-  cat conftest.err >&5
 
21301
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21302
-  (exit $ac_status); } && {
 
21303
-        test -z "$ac_c_werror_flag" ||
 
21304
-        test ! -s conftest.err
 
21305
-       } && test -s conftest$ac_exeext && {
 
21306
-        test "$cross_compiling" = yes ||
 
21307
-        $as_test_x conftest$ac_exeext
 
21308
-       }; then
 
21309
+if ac_fn_c_try_link "$LINENO"; then :
 
21310
   lt_cv_ld_exported_symbols_list=yes
 
21311
 else
 
21312
-  $as_echo "$as_me: failed program was:" >&5
 
21313
-sed 's/^/| /' conftest.$ac_ext >&5
 
21314
-
 
21315
-       lt_cv_ld_exported_symbols_list=no
 
21316
+  lt_cv_ld_exported_symbols_list=no
 
21317
 fi
 
21318
-
 
21319
-rm -rf conftest.dSYM
 
21320
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
21321
-      conftest$ac_exeext conftest.$ac_ext
 
21322
+rm -f core conftest.err conftest.$ac_objext \
 
21323
+    conftest$ac_exeext conftest.$ac_ext
 
21324
        LDFLAGS="$save_LDFLAGS"
 
21325
 
 
21326
 fi
 
21327
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
 
21328
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
 
21329
 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
 
21330
     case $host_os in
 
21331
     rhapsody* | darwin1.[012])
 
21332
@@ -6957,14 +6961,14 @@
 
21333
 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 
21334
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 
21335
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
21336
-{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
 
21337
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
 
21338
 $as_echo_n "checking how to run the C preprocessor... " >&6; }
 
21339
 # On Suns, sometimes $CPP names a directory.
 
21340
 if test -n "$CPP" && test -d "$CPP"; then
 
21341
   CPP=
 
21342
 fi
 
21343
 if test -z "$CPP"; then
 
21344
-  if test "${ac_cv_prog_CPP+set}" = set; then
 
21345
+  if test "${ac_cv_prog_CPP+set}" = set; then :
 
21346
   $as_echo_n "(cached) " >&6
 
21347
 else
 
21348
       # Double quotes because CPP needs to be expanded
 
21349
@@ -6979,11 +6983,7 @@
 
21350
   # <limits.h> exists even on freestanding compilers.
 
21351
   # On the NeXT, cc -E runs the code through the compiler's parser,
 
21352
   # not just through cpp. "Syntax error" is here to catch this case.
 
21353
-  cat >conftest.$ac_ext <<_ACEOF
 
21354
-/* confdefs.h.  */
 
21355
-_ACEOF
 
21356
-cat confdefs.h >>conftest.$ac_ext
 
21357
-cat >>conftest.$ac_ext <<_ACEOF
 
21358
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
21359
 /* end confdefs.h.  */
 
21360
 #ifdef __STDC__
 
21361
 # include <limits.h>
 
21362
@@ -6992,78 +6992,34 @@
 
21363
 #endif
 
21364
                     Syntax error
 
21365
 _ACEOF
 
21366
-if { (ac_try="$ac_cpp conftest.$ac_ext"
 
21367
-case "(($ac_try" in
 
21368
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
21369
-  *) ac_try_echo=$ac_try;;
 
21370
-esac
 
21371
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
21372
-$as_echo "$ac_try_echo") >&5
 
21373
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
21374
-  ac_status=$?
 
21375
-  grep -v '^ *+' conftest.er1 >conftest.err
 
21376
-  rm -f conftest.er1
 
21377
-  cat conftest.err >&5
 
21378
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21379
-  (exit $ac_status); } >/dev/null && {
 
21380
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
21381
-        test ! -s conftest.err
 
21382
-       }; then
 
21383
-  :
 
21384
-else
 
21385
-  $as_echo "$as_me: failed program was:" >&5
 
21386
-sed 's/^/| /' conftest.$ac_ext >&5
 
21387
+if ac_fn_c_try_cpp "$LINENO"; then :
 
21388
 
 
21389
+else
 
21390
   # Broken: fails on valid input.
 
21391
 continue
 
21392
 fi
 
21393
-
 
21394
 rm -f conftest.err conftest.$ac_ext
 
21395
 
 
21396
   # OK, works on sane cases.  Now check whether nonexistent headers
 
21397
   # can be detected and how.
 
21398
-  cat >conftest.$ac_ext <<_ACEOF
 
21399
-/* confdefs.h.  */
 
21400
-_ACEOF
 
21401
-cat confdefs.h >>conftest.$ac_ext
 
21402
-cat >>conftest.$ac_ext <<_ACEOF
 
21403
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
21404
 /* end confdefs.h.  */
 
21405
 #include <ac_nonexistent.h>
 
21406
 _ACEOF
 
21407
-if { (ac_try="$ac_cpp conftest.$ac_ext"
 
21408
-case "(($ac_try" in
 
21409
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
21410
-  *) ac_try_echo=$ac_try;;
 
21411
-esac
 
21412
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
21413
-$as_echo "$ac_try_echo") >&5
 
21414
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
21415
-  ac_status=$?
 
21416
-  grep -v '^ *+' conftest.er1 >conftest.err
 
21417
-  rm -f conftest.er1
 
21418
-  cat conftest.err >&5
 
21419
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21420
-  (exit $ac_status); } >/dev/null && {
 
21421
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
21422
-        test ! -s conftest.err
 
21423
-       }; then
 
21424
+if ac_fn_c_try_cpp "$LINENO"; then :
 
21425
   # Broken: success on invalid input.
 
21426
 continue
 
21427
 else
 
21428
-  $as_echo "$as_me: failed program was:" >&5
 
21429
-sed 's/^/| /' conftest.$ac_ext >&5
 
21430
-
 
21431
   # Passes both tests.
 
21432
 ac_preproc_ok=:
 
21433
 break
 
21434
 fi
 
21435
-
 
21436
 rm -f conftest.err conftest.$ac_ext
 
21437
 
 
21438
 done
 
21439
 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
 
21440
 rm -f conftest.err conftest.$ac_ext
 
21441
-if $ac_preproc_ok; then
 
21442
+if $ac_preproc_ok; then :
 
21443
   break
 
21444
 fi
 
21445
 
 
21446
@@ -7075,7 +7031,7 @@
 
21447
 else
 
21448
   ac_cv_prog_CPP=$CPP
 
21449
 fi
 
21450
-{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
 
21451
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
 
21452
 $as_echo "$CPP" >&6; }
 
21453
 ac_preproc_ok=false
 
21454
 for ac_c_preproc_warn_flag in '' yes
 
21455
@@ -7086,11 +7042,7 @@
 
21456
   # <limits.h> exists even on freestanding compilers.
 
21457
   # On the NeXT, cc -E runs the code through the compiler's parser,
 
21458
   # not just through cpp. "Syntax error" is here to catch this case.
 
21459
-  cat >conftest.$ac_ext <<_ACEOF
 
21460
-/* confdefs.h.  */
 
21461
-_ACEOF
 
21462
-cat confdefs.h >>conftest.$ac_ext
 
21463
-cat >>conftest.$ac_ext <<_ACEOF
 
21464
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
21465
 /* end confdefs.h.  */
 
21466
 #ifdef __STDC__
 
21467
 # include <limits.h>
 
21468
@@ -7099,87 +7051,40 @@
 
21469
 #endif
 
21470
                     Syntax error
 
21471
 _ACEOF
 
21472
-if { (ac_try="$ac_cpp conftest.$ac_ext"
 
21473
-case "(($ac_try" in
 
21474
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
21475
-  *) ac_try_echo=$ac_try;;
 
21476
-esac
 
21477
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
21478
-$as_echo "$ac_try_echo") >&5
 
21479
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
21480
-  ac_status=$?
 
21481
-  grep -v '^ *+' conftest.er1 >conftest.err
 
21482
-  rm -f conftest.er1
 
21483
-  cat conftest.err >&5
 
21484
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21485
-  (exit $ac_status); } >/dev/null && {
 
21486
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
21487
-        test ! -s conftest.err
 
21488
-       }; then
 
21489
-  :
 
21490
-else
 
21491
-  $as_echo "$as_me: failed program was:" >&5
 
21492
-sed 's/^/| /' conftest.$ac_ext >&5
 
21493
+if ac_fn_c_try_cpp "$LINENO"; then :
 
21494
 
 
21495
+else
 
21496
   # Broken: fails on valid input.
 
21497
 continue
 
21498
 fi
 
21499
-
 
21500
 rm -f conftest.err conftest.$ac_ext
 
21501
 
 
21502
   # OK, works on sane cases.  Now check whether nonexistent headers
 
21503
   # can be detected and how.
 
21504
-  cat >conftest.$ac_ext <<_ACEOF
 
21505
-/* confdefs.h.  */
 
21506
-_ACEOF
 
21507
-cat confdefs.h >>conftest.$ac_ext
 
21508
-cat >>conftest.$ac_ext <<_ACEOF
 
21509
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
21510
 /* end confdefs.h.  */
 
21511
 #include <ac_nonexistent.h>
 
21512
 _ACEOF
 
21513
-if { (ac_try="$ac_cpp conftest.$ac_ext"
 
21514
-case "(($ac_try" in
 
21515
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
21516
-  *) ac_try_echo=$ac_try;;
 
21517
-esac
 
21518
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
21519
-$as_echo "$ac_try_echo") >&5
 
21520
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
21521
-  ac_status=$?
 
21522
-  grep -v '^ *+' conftest.er1 >conftest.err
 
21523
-  rm -f conftest.er1
 
21524
-  cat conftest.err >&5
 
21525
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21526
-  (exit $ac_status); } >/dev/null && {
 
21527
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
21528
-        test ! -s conftest.err
 
21529
-       }; then
 
21530
+if ac_fn_c_try_cpp "$LINENO"; then :
 
21531
   # Broken: success on invalid input.
 
21532
 continue
 
21533
 else
 
21534
-  $as_echo "$as_me: failed program was:" >&5
 
21535
-sed 's/^/| /' conftest.$ac_ext >&5
 
21536
-
 
21537
   # Passes both tests.
 
21538
 ac_preproc_ok=:
 
21539
 break
 
21540
 fi
 
21541
-
 
21542
 rm -f conftest.err conftest.$ac_ext
 
21543
 
 
21544
 done
 
21545
 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
 
21546
 rm -f conftest.err conftest.$ac_ext
 
21547
-if $ac_preproc_ok; then
 
21548
-  :
 
21549
+if $ac_preproc_ok; then :
 
21550
+
 
21551
 else
 
21552
-  { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
21553
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
21554
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
21555
-{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
 
21556
-See \`config.log' for more details." >&5
 
21557
-$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
 
21558
-See \`config.log' for more details." >&2;}
 
21559
-   { (exit 1); exit 1; }; }; }
 
21560
+as_fn_error "C preprocessor \"$CPP\" fails sanity check
 
21561
+See \`config.log' for more details." "$LINENO" 5; }
 
21562
 fi
 
21563
 
 
21564
 ac_ext=c
 
21565
@@ -7189,16 +7094,12 @@
 
21566
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
21567
 
 
21568
 
 
21569
-{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
 
21570
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
 
21571
 $as_echo_n "checking for ANSI C header files... " >&6; }
 
21572
-if test "${ac_cv_header_stdc+set}" = set; then
 
21573
+if test "${ac_cv_header_stdc+set}" = set; then :
 
21574
   $as_echo_n "(cached) " >&6
 
21575
 else
 
21576
-  cat >conftest.$ac_ext <<_ACEOF
 
21577
-/* confdefs.h.  */
 
21578
-_ACEOF
 
21579
-cat confdefs.h >>conftest.$ac_ext
 
21580
-cat >>conftest.$ac_ext <<_ACEOF
 
21581
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
21582
 /* end confdefs.h.  */
 
21583
 #include <stdlib.h>
 
21584
 #include <stdarg.h>
 
21585
@@ -7213,48 +7114,23 @@
 
21586
   return 0;
 
21587
 }
 
21588
 _ACEOF
 
21589
-rm -f conftest.$ac_objext
 
21590
-if { (ac_try="$ac_compile"
 
21591
-case "(($ac_try" in
 
21592
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
21593
-  *) ac_try_echo=$ac_try;;
 
21594
-esac
 
21595
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
21596
-$as_echo "$ac_try_echo") >&5
 
21597
-  (eval "$ac_compile") 2>conftest.er1
 
21598
-  ac_status=$?
 
21599
-  grep -v '^ *+' conftest.er1 >conftest.err
 
21600
-  rm -f conftest.er1
 
21601
-  cat conftest.err >&5
 
21602
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21603
-  (exit $ac_status); } && {
 
21604
-        test -z "$ac_c_werror_flag" ||
 
21605
-        test ! -s conftest.err
 
21606
-       } && test -s conftest.$ac_objext; then
 
21607
+if ac_fn_c_try_compile "$LINENO"; then :
 
21608
   ac_cv_header_stdc=yes
 
21609
 else
 
21610
-  $as_echo "$as_me: failed program was:" >&5
 
21611
-sed 's/^/| /' conftest.$ac_ext >&5
 
21612
-
 
21613
-       ac_cv_header_stdc=no
 
21614
+  ac_cv_header_stdc=no
 
21615
 fi
 
21616
-
 
21617
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
21618
 
 
21619
 if test $ac_cv_header_stdc = yes; then
 
21620
   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
 
21621
-  cat >conftest.$ac_ext <<_ACEOF
 
21622
-/* confdefs.h.  */
 
21623
-_ACEOF
 
21624
-cat confdefs.h >>conftest.$ac_ext
 
21625
-cat >>conftest.$ac_ext <<_ACEOF
 
21626
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
21627
 /* end confdefs.h.  */
 
21628
 #include <string.h>
 
21629
 
 
21630
 _ACEOF
 
21631
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
 
21632
-  $EGREP "memchr" >/dev/null 2>&1; then
 
21633
-  :
 
21634
+  $EGREP "memchr" >/dev/null 2>&1; then :
 
21635
+
 
21636
 else
 
21637
   ac_cv_header_stdc=no
 
21638
 fi
 
21639
@@ -7264,18 +7140,14 @@
 
21640
 
 
21641
 if test $ac_cv_header_stdc = yes; then
 
21642
   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
 
21643
-  cat >conftest.$ac_ext <<_ACEOF
 
21644
-/* confdefs.h.  */
 
21645
-_ACEOF
 
21646
-cat confdefs.h >>conftest.$ac_ext
 
21647
-cat >>conftest.$ac_ext <<_ACEOF
 
21648
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
21649
 /* end confdefs.h.  */
 
21650
 #include <stdlib.h>
 
21651
 
 
21652
 _ACEOF
 
21653
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
 
21654
-  $EGREP "free" >/dev/null 2>&1; then
 
21655
-  :
 
21656
+  $EGREP "free" >/dev/null 2>&1; then :
 
21657
+
 
21658
 else
 
21659
   ac_cv_header_stdc=no
 
21660
 fi
 
21661
@@ -7285,14 +7157,10 @@
 
21662
 
 
21663
 if test $ac_cv_header_stdc = yes; then
 
21664
   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
 
21665
-  if test "$cross_compiling" = yes; then
 
21666
+  if test "$cross_compiling" = yes; then :
 
21667
   :
 
21668
 else
 
21669
-  cat >conftest.$ac_ext <<_ACEOF
 
21670
-/* confdefs.h.  */
 
21671
-_ACEOF
 
21672
-cat confdefs.h >>conftest.$ac_ext
 
21673
-cat >>conftest.$ac_ext <<_ACEOF
 
21674
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
21675
 /* end confdefs.h.  */
 
21676
 #include <ctype.h>
 
21677
 #include <stdlib.h>
 
21678
@@ -7319,118 +7187,34 @@
 
21679
   return 0;
 
21680
 }
 
21681
 _ACEOF
 
21682
-rm -f conftest$ac_exeext
 
21683
-if { (ac_try="$ac_link"
 
21684
-case "(($ac_try" in
 
21685
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
21686
-  *) ac_try_echo=$ac_try;;
 
21687
-esac
 
21688
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
21689
-$as_echo "$ac_try_echo") >&5
 
21690
-  (eval "$ac_link") 2>&5
 
21691
-  ac_status=$?
 
21692
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21693
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
21694
-  { (case "(($ac_try" in
 
21695
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
21696
-  *) ac_try_echo=$ac_try;;
 
21697
-esac
 
21698
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
21699
-$as_echo "$ac_try_echo") >&5
 
21700
-  (eval "$ac_try") 2>&5
 
21701
-  ac_status=$?
 
21702
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21703
-  (exit $ac_status); }; }; then
 
21704
-  :
 
21705
-else
 
21706
-  $as_echo "$as_me: program exited with status $ac_status" >&5
 
21707
-$as_echo "$as_me: failed program was:" >&5
 
21708
-sed 's/^/| /' conftest.$ac_ext >&5
 
21709
+if ac_fn_c_try_run "$LINENO"; then :
 
21710
 
 
21711
-( exit $ac_status )
 
21712
-ac_cv_header_stdc=no
 
21713
+else
 
21714
+  ac_cv_header_stdc=no
 
21715
 fi
 
21716
-rm -rf conftest.dSYM
 
21717
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
21718
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
 
21719
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 
21720
 fi
 
21721
 
 
21722
-
 
21723
 fi
 
21724
 fi
 
21725
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
 
21726
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
 
21727
 $as_echo "$ac_cv_header_stdc" >&6; }
 
21728
 if test $ac_cv_header_stdc = yes; then
 
21729
 
 
21730
-cat >>confdefs.h <<\_ACEOF
 
21731
-#define STDC_HEADERS 1
 
21732
-_ACEOF
 
21733
+$as_echo "#define STDC_HEADERS 1" >>confdefs.h
 
21734
 
 
21735
 fi
 
21736
 
 
21737
 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
 
21738
-
 
21739
-
 
21740
-
 
21741
-
 
21742
-
 
21743
-
 
21744
-
 
21745
-
 
21746
-
 
21747
 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
 
21748
                  inttypes.h stdint.h unistd.h
 
21749
-do
 
21750
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
21751
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
21752
-$as_echo_n "checking for $ac_header... " >&6; }
 
21753
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
21754
-  $as_echo_n "(cached) " >&6
 
21755
-else
 
21756
-  cat >conftest.$ac_ext <<_ACEOF
 
21757
-/* confdefs.h.  */
 
21758
-_ACEOF
 
21759
-cat confdefs.h >>conftest.$ac_ext
 
21760
-cat >>conftest.$ac_ext <<_ACEOF
 
21761
-/* end confdefs.h.  */
 
21762
-$ac_includes_default
 
21763
-
 
21764
-#include <$ac_header>
 
21765
-_ACEOF
 
21766
-rm -f conftest.$ac_objext
 
21767
-if { (ac_try="$ac_compile"
 
21768
-case "(($ac_try" in
 
21769
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
21770
-  *) ac_try_echo=$ac_try;;
 
21771
-esac
 
21772
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
21773
-$as_echo "$ac_try_echo") >&5
 
21774
-  (eval "$ac_compile") 2>conftest.er1
 
21775
-  ac_status=$?
 
21776
-  grep -v '^ *+' conftest.er1 >conftest.err
 
21777
-  rm -f conftest.er1
 
21778
-  cat conftest.err >&5
 
21779
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21780
-  (exit $ac_status); } && {
 
21781
-        test -z "$ac_c_werror_flag" ||
 
21782
-        test ! -s conftest.err
 
21783
-       } && test -s conftest.$ac_objext; then
 
21784
-  eval "$as_ac_Header=yes"
 
21785
-else
 
21786
-  $as_echo "$as_me: failed program was:" >&5
 
21787
-sed 's/^/| /' conftest.$ac_ext >&5
 
21788
-
 
21789
-       eval "$as_ac_Header=no"
 
21790
-fi
 
21791
-
 
21792
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
21793
-fi
 
21794
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
21795
-                $as_echo "$as_val"'`
 
21796
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
21797
-$as_echo "$ac_res" >&6; }
 
21798
-as_val=`eval 'as_val=${'$as_ac_Header'}
 
21799
-                $as_echo "$as_val"'`
 
21800
-   if test "x$as_val" = x""yes; then
 
21801
+do :
 
21802
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
21803
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
 
21804
+"
 
21805
+eval as_val=\$$as_ac_Header
 
21806
+   if test "x$as_val" = x""yes; then :
 
21807
   cat >>confdefs.h <<_ACEOF
 
21808
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
21809
 _ACEOF
 
21810
@@ -7440,62 +7224,13 @@
 
21811
 done
 
21812
 
 
21813
 
 
21814
-
 
21815
 for ac_header in dlfcn.h
 
21816
-do
 
21817
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
21818
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
21819
-$as_echo_n "checking for $ac_header... " >&6; }
 
21820
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
21821
-  $as_echo_n "(cached) " >&6
 
21822
-else
 
21823
-  cat >conftest.$ac_ext <<_ACEOF
 
21824
-/* confdefs.h.  */
 
21825
-_ACEOF
 
21826
-cat confdefs.h >>conftest.$ac_ext
 
21827
-cat >>conftest.$ac_ext <<_ACEOF
 
21828
-/* end confdefs.h.  */
 
21829
-$ac_includes_default
 
21830
-
 
21831
-#include <$ac_header>
 
21832
-_ACEOF
 
21833
-rm -f conftest.$ac_objext
 
21834
-if { (ac_try="$ac_compile"
 
21835
-case "(($ac_try" in
 
21836
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
21837
-  *) ac_try_echo=$ac_try;;
 
21838
-esac
 
21839
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
21840
-$as_echo "$ac_try_echo") >&5
 
21841
-  (eval "$ac_compile") 2>conftest.er1
 
21842
-  ac_status=$?
 
21843
-  grep -v '^ *+' conftest.er1 >conftest.err
 
21844
-  rm -f conftest.er1
 
21845
-  cat conftest.err >&5
 
21846
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
21847
-  (exit $ac_status); } && {
 
21848
-        test -z "$ac_c_werror_flag" ||
 
21849
-        test ! -s conftest.err
 
21850
-       } && test -s conftest.$ac_objext; then
 
21851
-  eval "$as_ac_Header=yes"
 
21852
-else
 
21853
-  $as_echo "$as_me: failed program was:" >&5
 
21854
-sed 's/^/| /' conftest.$ac_ext >&5
 
21855
-
 
21856
-       eval "$as_ac_Header=no"
 
21857
-fi
 
21858
-
 
21859
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
21860
-fi
 
21861
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
21862
-                $as_echo "$as_val"'`
 
21863
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
21864
-$as_echo "$ac_res" >&6; }
 
21865
-as_val=`eval 'as_val=${'$as_ac_Header'}
 
21866
-                $as_echo "$as_val"'`
 
21867
-   if test "x$as_val" = x""yes; then
 
21868
+do :
 
21869
+  ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
 
21870
+"
 
21871
+if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
 
21872
   cat >>confdefs.h <<_ACEOF
 
21873
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
21874
+#define HAVE_DLFCN_H 1
 
21875
 _ACEOF
 
21876
 
 
21877
 fi
 
21878
@@ -7511,7 +7246,7 @@
 
21879
 
 
21880
 
 
21881
             # Check whether --enable-shared was given.
 
21882
-if test "${enable_shared+set}" = set; then
 
21883
+if test "${enable_shared+set}" = set; then :
 
21884
   enableval=$enable_shared; p=${PACKAGE-default}
 
21885
     case $enableval in
 
21886
     yes) enable_shared=yes ;;
 
21887
@@ -7542,7 +7277,7 @@
 
21888
 
 
21889
 
 
21890
   # Check whether --enable-static was given.
 
21891
-if test "${enable_static+set}" = set; then
 
21892
+if test "${enable_static+set}" = set; then :
 
21893
   enableval=$enable_static; p=${PACKAGE-default}
 
21894
     case $enableval in
 
21895
     yes) enable_static=yes ;;
 
21896
@@ -7574,7 +7309,7 @@
 
21897
 
 
21898
 
 
21899
 # Check whether --with-pic was given.
 
21900
-if test "${with_pic+set}" = set; then
 
21901
+if test "${with_pic+set}" = set; then :
 
21902
   withval=$with_pic; pic_mode="$withval"
 
21903
 else
 
21904
   pic_mode=default
 
21905
@@ -7590,7 +7325,7 @@
 
21906
 
 
21907
 
 
21908
   # Check whether --enable-fast-install was given.
 
21909
-if test "${enable_fast_install+set}" = set; then
 
21910
+if test "${enable_fast_install+set}" = set; then :
 
21911
   enableval=$enable_fast_install; p=${PACKAGE-default}
 
21912
     case $enableval in
 
21913
     yes) enable_fast_install=yes ;;
 
21914
@@ -7671,9 +7406,9 @@
 
21915
    setopt NO_GLOB_SUBST
 
21916
 fi
 
21917
 
 
21918
-{ $as_echo "$as_me:$LINENO: checking for objdir" >&5
 
21919
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
 
21920
 $as_echo_n "checking for objdir... " >&6; }
 
21921
-if test "${lt_cv_objdir+set}" = set; then
 
21922
+if test "${lt_cv_objdir+set}" = set; then :
 
21923
   $as_echo_n "(cached) " >&6
 
21924
 else
 
21925
   rm -f .libs 2>/dev/null
 
21926
@@ -7686,7 +7421,7 @@
 
21927
 fi
 
21928
 rmdir .libs 2>/dev/null
 
21929
 fi
 
21930
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
 
21931
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
 
21932
 $as_echo "$lt_cv_objdir" >&6; }
 
21933
 objdir=$lt_cv_objdir
 
21934
 
 
21935
@@ -7779,9 +7514,9 @@
 
21936
 case $deplibs_check_method in
 
21937
 file_magic*)
 
21938
   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
 
21939
-    { $as_echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
 
21940
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
 
21941
 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
 
21942
-if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
 
21943
+if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
 
21944
   $as_echo_n "(cached) " >&6
 
21945
 else
 
21946
   case $MAGIC_CMD in
 
21947
@@ -7832,10 +7567,10 @@
 
21948
 
 
21949
 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
21950
 if test -n "$MAGIC_CMD"; then
 
21951
-  { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 
21952
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
 
21953
 $as_echo "$MAGIC_CMD" >&6; }
 
21954
 else
 
21955
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
21956
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
21957
 $as_echo "no" >&6; }
 
21958
 fi
 
21959
 
 
21960
@@ -7845,9 +7580,9 @@
 
21961
 
 
21962
 if test -z "$lt_cv_path_MAGIC_CMD"; then
 
21963
   if test -n "$ac_tool_prefix"; then
 
21964
-    { $as_echo "$as_me:$LINENO: checking for file" >&5
 
21965
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
 
21966
 $as_echo_n "checking for file... " >&6; }
 
21967
-if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
 
21968
+if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
 
21969
   $as_echo_n "(cached) " >&6
 
21970
 else
 
21971
   case $MAGIC_CMD in
 
21972
@@ -7898,10 +7633,10 @@
 
21973
 
 
21974
 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
 
21975
 if test -n "$MAGIC_CMD"; then
 
21976
-  { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
 
21977
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
 
21978
 $as_echo "$MAGIC_CMD" >&6; }
 
21979
 else
 
21980
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
21981
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
21982
 $as_echo "no" >&6; }
 
21983
 fi
 
21984
 
 
21985
@@ -7978,9 +7713,9 @@
 
21986
 if test "$GCC" = yes; then
 
21987
   lt_prog_compiler_no_builtin_flag=' -fno-builtin'
 
21988
 
 
21989
-  { $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
 
21990
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
 
21991
 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
 
21992
-if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
 
21993
+if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
 
21994
   $as_echo_n "(cached) " >&6
 
21995
 else
 
21996
   lt_cv_prog_compiler_rtti_exceptions=no
 
21997
@@ -7996,11 +7731,11 @@
 
21998
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
21999
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
22000
    -e 's:$: $lt_compiler_flag:'`
 
22001
-   (eval echo "\"\$as_me:7999: $lt_compile\"" >&5)
 
22002
+   (eval echo "\"\$as_me:7734: $lt_compile\"" >&5)
 
22003
    (eval "$lt_compile" 2>conftest.err)
 
22004
    ac_status=$?
 
22005
    cat conftest.err >&5
 
22006
-   echo "$as_me:8003: \$? = $ac_status" >&5
 
22007
+   echo "$as_me:7738: \$? = $ac_status" >&5
 
22008
    if (exit $ac_status) && test -s "$ac_outfile"; then
 
22009
      # The compiler can only warn and ignore the option if not recognized
 
22010
      # So say no if there are warnings other than the usual output.
 
22011
@@ -8013,7 +7748,7 @@
 
22012
    $RM conftest*
 
22013
 
 
22014
 fi
 
22015
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
 
22016
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
 
22017
 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
 
22018
 
 
22019
 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
 
22020
@@ -8033,7 +7768,7 @@
 
22021
 lt_prog_compiler_pic=
 
22022
 lt_prog_compiler_static=
 
22023
 
 
22024
-{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
 
22025
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
 
22026
 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
 
22027
 
 
22028
   if test "$GCC" = yes; then
 
22029
@@ -8165,7 +7900,7 @@
 
22030
       lt_prog_compiler_static='-non_shared'
 
22031
       ;;
 
22032
 
 
22033
-    linux* | k*bsd*-gnu)
 
22034
+    linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
22035
       case $cc_basename in
 
22036
       # old Intel for x86_64 which still supported -KPIC.
 
22037
       ecc*)
 
22038
@@ -8305,7 +8040,7 @@
 
22039
     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
 
22040
     ;;
 
22041
 esac
 
22042
-{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
 
22043
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
 
22044
 $as_echo "$lt_prog_compiler_pic" >&6; }
 
22045
 
 
22046
 
 
22047
@@ -8317,9 +8052,9 @@
 
22048
 # Check to make sure the PIC flag actually works.
 
22049
 #
 
22050
 if test -n "$lt_prog_compiler_pic"; then
 
22051
-  { $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
 
22052
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
 
22053
 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
 
22054
-if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
 
22055
+if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
 
22056
   $as_echo_n "(cached) " >&6
 
22057
 else
 
22058
   lt_cv_prog_compiler_pic_works=no
 
22059
@@ -8335,11 +8070,11 @@
 
22060
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
22061
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
22062
    -e 's:$: $lt_compiler_flag:'`
 
22063
-   (eval echo "\"\$as_me:8338: $lt_compile\"" >&5)
 
22064
+   (eval echo "\"\$as_me:8073: $lt_compile\"" >&5)
 
22065
    (eval "$lt_compile" 2>conftest.err)
 
22066
    ac_status=$?
 
22067
    cat conftest.err >&5
 
22068
-   echo "$as_me:8342: \$? = $ac_status" >&5
 
22069
+   echo "$as_me:8077: \$? = $ac_status" >&5
 
22070
    if (exit $ac_status) && test -s "$ac_outfile"; then
 
22071
      # The compiler can only warn and ignore the option if not recognized
 
22072
      # So say no if there are warnings other than the usual output.
 
22073
@@ -8352,7 +8087,7 @@
 
22074
    $RM conftest*
 
22075
 
 
22076
 fi
 
22077
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
 
22078
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
 
22079
 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
 
22080
 
 
22081
 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
 
22082
@@ -8376,9 +8111,9 @@
 
22083
 # Check to make sure the static flag actually works.
 
22084
 #
 
22085
 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
 
22086
-{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 
22087
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
 
22088
 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
 
22089
-if test "${lt_cv_prog_compiler_static_works+set}" = set; then
 
22090
+if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
 
22091
   $as_echo_n "(cached) " >&6
 
22092
 else
 
22093
   lt_cv_prog_compiler_static_works=no
 
22094
@@ -8404,7 +8139,7 @@
 
22095
    LDFLAGS="$save_LDFLAGS"
 
22096
 
 
22097
 fi
 
22098
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
 
22099
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
 
22100
 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
 
22101
 
 
22102
 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
 
22103
@@ -8419,9 +8154,9 @@
 
22104
 
 
22105
 
 
22106
 
 
22107
-  { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
22108
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
 
22109
 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
 
22110
-if test "${lt_cv_prog_compiler_c_o+set}" = set; then
 
22111
+if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
 
22112
   $as_echo_n "(cached) " >&6
 
22113
 else
 
22114
   lt_cv_prog_compiler_c_o=no
 
22115
@@ -8440,11 +8175,11 @@
 
22116
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
22117
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
22118
    -e 's:$: $lt_compiler_flag:'`
 
22119
-   (eval echo "\"\$as_me:8443: $lt_compile\"" >&5)
 
22120
+   (eval echo "\"\$as_me:8178: $lt_compile\"" >&5)
 
22121
    (eval "$lt_compile" 2>out/conftest.err)
 
22122
    ac_status=$?
 
22123
    cat out/conftest.err >&5
 
22124
-   echo "$as_me:8447: \$? = $ac_status" >&5
 
22125
+   echo "$as_me:8182: \$? = $ac_status" >&5
 
22126
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
22127
    then
 
22128
      # The compiler can only warn and ignore the option if not recognized
 
22129
@@ -8466,7 +8201,7 @@
 
22130
    $RM conftest*
 
22131
 
 
22132
 fi
 
22133
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
 
22134
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
 
22135
 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
 
22136
 
 
22137
 
 
22138
@@ -8474,9 +8209,9 @@
 
22139
 
 
22140
 
 
22141
 
 
22142
-  { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
 
22143
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
 
22144
 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
 
22145
-if test "${lt_cv_prog_compiler_c_o+set}" = set; then
 
22146
+if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
 
22147
   $as_echo_n "(cached) " >&6
 
22148
 else
 
22149
   lt_cv_prog_compiler_c_o=no
 
22150
@@ -8495,11 +8230,11 @@
 
22151
    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
 
22152
    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
 
22153
    -e 's:$: $lt_compiler_flag:'`
 
22154
-   (eval echo "\"\$as_me:8498: $lt_compile\"" >&5)
 
22155
+   (eval echo "\"\$as_me:8233: $lt_compile\"" >&5)
 
22156
    (eval "$lt_compile" 2>out/conftest.err)
 
22157
    ac_status=$?
 
22158
    cat out/conftest.err >&5
 
22159
-   echo "$as_me:8502: \$? = $ac_status" >&5
 
22160
+   echo "$as_me:8237: \$? = $ac_status" >&5
 
22161
    if (exit $ac_status) && test -s out/conftest2.$ac_objext
 
22162
    then
 
22163
      # The compiler can only warn and ignore the option if not recognized
 
22164
@@ -8521,7 +8256,7 @@
 
22165
    $RM conftest*
 
22166
 
 
22167
 fi
 
22168
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
 
22169
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
 
22170
 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
 
22171
 
 
22172
 
 
22173
@@ -8530,7 +8265,7 @@
 
22174
 hard_links="nottested"
 
22175
 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
 
22176
   # do not overwrite the value of need_locks provided by the user
 
22177
-  { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
 
22178
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
 
22179
 $as_echo_n "checking if we can lock with hard links... " >&6; }
 
22180
   hard_links=yes
 
22181
   $RM conftest*
 
22182
@@ -8538,10 +8273,10 @@
 
22183
   touch conftest.a
 
22184
   ln conftest.a conftest.b 2>&5 || hard_links=no
 
22185
   ln conftest.a conftest.b 2>/dev/null && hard_links=no
 
22186
-  { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
 
22187
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
 
22188
 $as_echo "$hard_links" >&6; }
 
22189
   if test "$hard_links" = no; then
 
22190
-    { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 
22191
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
 
22192
 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
 
22193
     need_locks=warn
 
22194
   fi
 
22195
@@ -8554,7 +8289,7 @@
 
22196
 
 
22197
 
 
22198
 
 
22199
-  { $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
22200
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
 
22201
 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
 
22202
 
 
22203
   runpath_var=
 
22204
@@ -8614,6 +8349,9 @@
 
22205
   openbsd*)
 
22206
     with_gnu_ld=no
 
22207
     ;;
 
22208
+  linux* | k*bsd*-gnu)
 
22209
+    link_all_deplibs=no
 
22210
+    ;;
 
22211
   esac
 
22212
 
 
22213
   ld_shlibs=yes
 
22214
@@ -8635,6 +8373,7 @@
 
22215
     fi
 
22216
     supports_anon_versioning=no
 
22217
     case `$LD -v 2>&1` in
 
22218
+      *GNU\ gold*) supports_anon_versioning=yes ;;
 
22219
       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
 
22220
       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
 
22221
       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
 
22222
@@ -8726,7 +8465,7 @@
 
22223
       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'
 
22224
       ;;
 
22225
 
 
22226
-    gnu* | linux* | tpf* | k*bsd*-gnu)
 
22227
+    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
 
22228
       tmp_diet=no
 
22229
       if test "$host_os" = linux-dietlibc; then
 
22230
        case $cc_basename in
 
22231
@@ -8796,7 +8535,7 @@
250
22232
       fi
251
22233
       ;;
252
22234
 
255
22237
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
256
22238
        archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
257
22239
        wlarc=
258
 
@@ -8907,6 +8907,7 @@
 
22240
@@ -8971,6 +8710,7 @@
259
22241
        if test "$aix_use_runtimelinking" = yes; then
260
22242
          shared_flag="$shared_flag "'${wl}-G'
261
22243
        fi
263
22245
       else
264
22246
        # not using gcc
265
22247
        if test "$host_cpu" = ia64; then
266
 
@@ -9321,7 +9322,7 @@
 
22248
@@ -8996,11 +8736,7 @@
 
22249
        allow_undefined_flag='-berok'
 
22250
         # Determine the default libpath from the value encoded in an
 
22251
         # empty executable.
 
22252
-        cat >conftest.$ac_ext <<_ACEOF
 
22253
-/* confdefs.h.  */
 
22254
-_ACEOF
 
22255
-cat confdefs.h >>conftest.$ac_ext
 
22256
-cat >>conftest.$ac_ext <<_ACEOF
 
22257
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
22258
 /* end confdefs.h.  */
 
22259
 
 
22260
 int
 
22261
@@ -9011,27 +8747,7 @@
 
22262
   return 0;
 
22263
 }
 
22264
 _ACEOF
 
22265
-rm -f conftest.$ac_objext conftest$ac_exeext
 
22266
-if { (ac_try="$ac_link"
 
22267
-case "(($ac_try" in
 
22268
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
22269
-  *) ac_try_echo=$ac_try;;
 
22270
-esac
 
22271
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
22272
-$as_echo "$ac_try_echo") >&5
 
22273
-  (eval "$ac_link") 2>conftest.er1
 
22274
-  ac_status=$?
 
22275
-  grep -v '^ *+' conftest.er1 >conftest.err
 
22276
-  rm -f conftest.er1
 
22277
-  cat conftest.err >&5
 
22278
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22279
-  (exit $ac_status); } && {
 
22280
-        test -z "$ac_c_werror_flag" ||
 
22281
-        test ! -s conftest.err
 
22282
-       } && test -s conftest$ac_exeext && {
 
22283
-        test "$cross_compiling" = yes ||
 
22284
-        $as_test_x conftest$ac_exeext
 
22285
-       }; then
 
22286
+if ac_fn_c_try_link "$LINENO"; then :
 
22287
 
 
22288
 lt_aix_libpath_sed='
 
22289
     /Import File Strings/,/^$/ {
 
22290
@@ -9045,16 +8761,9 @@
 
22291
 if test -z "$aix_libpath"; then
 
22292
   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
22293
 fi
 
22294
-else
 
22295
-  $as_echo "$as_me: failed program was:" >&5
 
22296
-sed 's/^/| /' conftest.$ac_ext >&5
 
22297
-
 
22298
-
 
22299
 fi
 
22300
-
 
22301
-rm -rf conftest.dSYM
 
22302
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
22303
-      conftest$ac_exeext conftest.$ac_ext
 
22304
+rm -f core conftest.err conftest.$ac_objext \
 
22305
+    conftest$ac_exeext conftest.$ac_ext
 
22306
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
22307
 
 
22308
         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
 
22309
@@ -9067,11 +8776,7 @@
 
22310
        else
 
22311
         # Determine the default libpath from the value encoded in an
 
22312
         # empty executable.
 
22313
-        cat >conftest.$ac_ext <<_ACEOF
 
22314
-/* confdefs.h.  */
 
22315
-_ACEOF
 
22316
-cat confdefs.h >>conftest.$ac_ext
 
22317
-cat >>conftest.$ac_ext <<_ACEOF
 
22318
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
22319
 /* end confdefs.h.  */
 
22320
 
 
22321
 int
 
22322
@@ -9082,27 +8787,7 @@
 
22323
   return 0;
 
22324
 }
 
22325
 _ACEOF
 
22326
-rm -f conftest.$ac_objext conftest$ac_exeext
 
22327
-if { (ac_try="$ac_link"
 
22328
-case "(($ac_try" in
 
22329
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
22330
-  *) ac_try_echo=$ac_try;;
 
22331
-esac
 
22332
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
22333
-$as_echo "$ac_try_echo") >&5
 
22334
-  (eval "$ac_link") 2>conftest.er1
 
22335
-  ac_status=$?
 
22336
-  grep -v '^ *+' conftest.er1 >conftest.err
 
22337
-  rm -f conftest.er1
 
22338
-  cat conftest.err >&5
 
22339
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22340
-  (exit $ac_status); } && {
 
22341
-        test -z "$ac_c_werror_flag" ||
 
22342
-        test ! -s conftest.err
 
22343
-       } && test -s conftest$ac_exeext && {
 
22344
-        test "$cross_compiling" = yes ||
 
22345
-        $as_test_x conftest$ac_exeext
 
22346
-       }; then
 
22347
+if ac_fn_c_try_link "$LINENO"; then :
 
22348
 
 
22349
 lt_aix_libpath_sed='
 
22350
     /Import File Strings/,/^$/ {
 
22351
@@ -9116,16 +8801,9 @@
 
22352
 if test -z "$aix_libpath"; then
 
22353
   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
 
22354
 fi
 
22355
-else
 
22356
-  $as_echo "$as_me: failed program was:" >&5
 
22357
-sed 's/^/| /' conftest.$ac_ext >&5
 
22358
-
 
22359
-
 
22360
 fi
 
22361
-
 
22362
-rm -rf conftest.dSYM
 
22363
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
22364
-      conftest$ac_exeext conftest.$ac_ext
 
22365
+rm -f core conftest.err conftest.$ac_objext \
 
22366
+    conftest$ac_exeext conftest.$ac_ext
 
22367
 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
 
22368
 
 
22369
         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
 
22370
@@ -9337,42 +9015,16 @@
 
22371
        # implicitly export all symbols.
 
22372
         save_LDFLAGS="$LDFLAGS"
 
22373
         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
 
22374
-        cat >conftest.$ac_ext <<_ACEOF
 
22375
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
22376
+/* end confdefs.h.  */
 
22377
 int foo(void) {}
 
22378
 _ACEOF
 
22379
-rm -f conftest.$ac_objext conftest$ac_exeext
 
22380
-if { (ac_try="$ac_link"
 
22381
-case "(($ac_try" in
 
22382
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
22383
-  *) ac_try_echo=$ac_try;;
 
22384
-esac
 
22385
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
22386
-$as_echo "$ac_try_echo") >&5
 
22387
-  (eval "$ac_link") 2>conftest.er1
 
22388
-  ac_status=$?
 
22389
-  grep -v '^ *+' conftest.er1 >conftest.err
 
22390
-  rm -f conftest.er1
 
22391
-  cat conftest.err >&5
 
22392
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22393
-  (exit $ac_status); } && {
 
22394
-        test -z "$ac_c_werror_flag" ||
 
22395
-        test ! -s conftest.err
 
22396
-       } && test -s conftest$ac_exeext && {
 
22397
-        test "$cross_compiling" = yes ||
 
22398
-        $as_test_x conftest$ac_exeext
 
22399
-       }; then
 
22400
+if ac_fn_c_try_link "$LINENO"; then :
 
22401
   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'
 
22402
 
 
22403
-else
 
22404
-  $as_echo "$as_me: failed program was:" >&5
 
22405
-sed 's/^/| /' conftest.$ac_ext >&5
 
22406
-
 
22407
-
 
22408
 fi
 
22409
-
 
22410
-rm -rf conftest.dSYM
 
22411
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
22412
-      conftest$ac_exeext conftest.$ac_ext
 
22413
+rm -f core conftest.err conftest.$ac_objext \
 
22414
+    conftest$ac_exeext conftest.$ac_ext
 
22415
         LDFLAGS="$save_LDFLAGS"
 
22416
       else
 
22417
        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'
 
22418
@@ -9385,7 +9037,7 @@
267
22419
       link_all_deplibs=yes
268
22420
       ;;
269
22421
 
272
22424
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
273
22425
        archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
274
22426
       else
275
 
@@ -10283,13 +10284,10 @@
276
 
   # before this can be enabled.
277
 
   hardcode_into_libs=yes
278
 
 
279
 
-  # Add ABI-specific directories to the system library path.
280
 
-  sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
281
 
-
282
 
   # Append ld.so.conf contents to the search path
283
 
   if test -f /etc/ld.so.conf; then
284
 
     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' ' '`
285
 
-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
286
 
+    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
 
22427
@@ -9628,7 +9280,7 @@
 
22428
     fi
287
22429
   fi
288
22430
 
289
 
   # We used to test for /lib/ld.so.1 and disable shared libraries on
290
 
@@ -10301,6 +10299,18 @@
 
22431
-{ $as_echo "$as_me:$LINENO: result: $ld_shlibs" >&5
 
22432
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
 
22433
 $as_echo "$ld_shlibs" >&6; }
 
22434
 test "$ld_shlibs" = no && can_build_shared=no
 
22435
 
 
22436
@@ -9665,16 +9317,16 @@
 
22437
       # Test whether the compiler implicitly links with -lc since on some
 
22438
       # systems, -lgcc has to come before -lc. If gcc already passes -lc
 
22439
       # to ld, don't add -lc before -lgcc.
 
22440
-      { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
 
22441
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
 
22442
 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
 
22443
       $RM conftest*
 
22444
       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
 
22445
 
 
22446
-      if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
 
22447
+      if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
 
22448
   (eval $ac_compile) 2>&5
 
22449
   ac_status=$?
 
22450
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22451
-  (exit $ac_status); } 2>conftest.err; then
 
22452
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
22453
+  test $ac_status = 0; } 2>conftest.err; then
 
22454
         soname=conftest
 
22455
         lib=conftest
 
22456
         libobjs=conftest.$ac_objext
 
22457
@@ -9688,11 +9340,11 @@
 
22458
         libname=conftest
 
22459
         lt_save_allow_undefined_flag=$allow_undefined_flag
 
22460
         allow_undefined_flag=
 
22461
-        if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
 
22462
+        if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
 
22463
   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
 
22464
   ac_status=$?
 
22465
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22466
-  (exit $ac_status); }
 
22467
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
22468
+  test $ac_status = 0; }
 
22469
         then
 
22470
          archive_cmds_need_lc=no
 
22471
         else
 
22472
@@ -9703,7 +9355,7 @@
 
22473
         cat conftest.err 1>&5
 
22474
       fi
 
22475
       $RM conftest*
 
22476
-      { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
 
22477
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5
 
22478
 $as_echo "$archive_cmds_need_lc" >&6; }
 
22479
       ;;
 
22480
     esac
 
22481
@@ -9867,7 +9519,7 @@
 
22482
 
 
22483
 
 
22484
 
 
22485
-  { $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
 
22486
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
 
22487
 $as_echo_n "checking dynamic linker characteristics... " >&6; }
 
22488
 
 
22489
 if test "$GCC" = yes; then
 
22490
@@ -10275,7 +9927,7 @@
 
22491
   ;;
 
22492
 
 
22493
 # This must be Linux ELF.
 
22494
-linux* | k*bsd*-gnu)
 
22495
+linux* | k*bsd*-gnu | kopensolaris*-gnu)
 
22496
   version_type=linux
 
22497
   need_lib_prefix=no
 
22498
   need_version=no
 
22499
@@ -10289,11 +9941,7 @@
 
22500
   save_libdir=$libdir
 
22501
   eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
 
22502
        LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
 
22503
-  cat >conftest.$ac_ext <<_ACEOF
 
22504
-/* confdefs.h.  */
 
22505
-_ACEOF
 
22506
-cat confdefs.h >>conftest.$ac_ext
 
22507
-cat >>conftest.$ac_ext <<_ACEOF
 
22508
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
22509
 /* end confdefs.h.  */
 
22510
 
 
22511
 int
 
22512
@@ -10304,41 +9952,13 @@
 
22513
   return 0;
 
22514
 }
 
22515
 _ACEOF
 
22516
-rm -f conftest.$ac_objext conftest$ac_exeext
 
22517
-if { (ac_try="$ac_link"
 
22518
-case "(($ac_try" in
 
22519
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
22520
-  *) ac_try_echo=$ac_try;;
 
22521
-esac
 
22522
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
22523
-$as_echo "$ac_try_echo") >&5
 
22524
-  (eval "$ac_link") 2>conftest.er1
 
22525
-  ac_status=$?
 
22526
-  grep -v '^ *+' conftest.er1 >conftest.err
 
22527
-  rm -f conftest.er1
 
22528
-  cat conftest.err >&5
 
22529
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22530
-  (exit $ac_status); } && {
 
22531
-        test -z "$ac_c_werror_flag" ||
 
22532
-        test ! -s conftest.err
 
22533
-       } && test -s conftest$ac_exeext && {
 
22534
-        test "$cross_compiling" = yes ||
 
22535
-        $as_test_x conftest$ac_exeext
 
22536
-       }; then
 
22537
-  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then
 
22538
+if ac_fn_c_try_link "$LINENO"; then :
 
22539
+  if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
 
22540
   shlibpath_overrides_runpath=yes
 
22541
 fi
 
22542
-
 
22543
-else
 
22544
-  $as_echo "$as_me: failed program was:" >&5
 
22545
-sed 's/^/| /' conftest.$ac_ext >&5
 
22546
-
 
22547
-
 
22548
 fi
 
22549
-
 
22550
-rm -rf conftest.dSYM
 
22551
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
22552
-      conftest$ac_exeext conftest.$ac_ext
 
22553
+rm -f core conftest.err conftest.$ac_objext \
 
22554
+    conftest$ac_exeext conftest.$ac_ext
 
22555
   LDFLAGS=$save_LDFLAGS
 
22556
   libdir=$save_libdir
 
22557
 
 
22558
@@ -10362,6 +9982,18 @@
291
22559
   dynamic_linker='GNU/Linux ld.so'
292
22560
   ;;
293
22561
 
306
22574
 netbsd*)
307
22575
   version_type=sunos
308
22576
   need_lib_prefix=no
309
 
@@ -11234,7 +11244,7 @@
310
 
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
311
 
   lt_status=$lt_dlunknown
312
 
   cat > conftest.$ac_ext <<_LT_EOF
313
 
-#line 11237 "configure"
314
 
+#line 11247 "configure"
315
 
 #include "confdefs.h"
316
 
 
317
 
 #if HAVE_DLFCN_H
318
 
@@ -11330,7 +11340,7 @@
319
 
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
320
 
   lt_status=$lt_dlunknown
321
 
   cat > conftest.$ac_ext <<_LT_EOF
322
 
-#line 11333 "configure"
323
 
+#line 11343 "configure"
324
 
 #include "confdefs.h"
325
 
 
326
 
 #if HAVE_DLFCN_H
327
 
@@ -11853,10 +11863,11 @@
328
 
 { $as_echo "$as_me:$LINENO: checking for ORBIT" >&5
 
22577
@@ -10550,7 +10182,7 @@
 
22578
   dynamic_linker=no
 
22579
   ;;
 
22580
 esac
 
22581
-{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
 
22582
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
 
22583
 $as_echo "$dynamic_linker" >&6; }
 
22584
 test "$dynamic_linker" = no && can_build_shared=no
 
22585
 
 
22586
@@ -10652,7 +10284,7 @@
 
22587
 
 
22588
 
 
22589
 
 
22590
-  { $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
 
22591
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
 
22592
 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
 
22593
 hardcode_action=
 
22594
 if test -n "$hardcode_libdir_flag_spec" ||
 
22595
@@ -10677,7 +10309,7 @@
 
22596
   # directories.
 
22597
   hardcode_action=unsupported
 
22598
 fi
 
22599
-{ $as_echo "$as_me:$LINENO: result: $hardcode_action" >&5
 
22600
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
 
22601
 $as_echo "$hardcode_action" >&6; }
 
22602
 
 
22603
 if test "$hardcode_action" = relink ||
 
22604
@@ -10722,18 +10354,14 @@
 
22605
 
 
22606
   darwin*)
 
22607
   # if libdl is installed we need to link against it
 
22608
-    { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 
22609
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
 
22610
 $as_echo_n "checking for dlopen in -ldl... " >&6; }
 
22611
-if test "${ac_cv_lib_dl_dlopen+set}" = set; then
 
22612
+if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
 
22613
   $as_echo_n "(cached) " >&6
 
22614
 else
 
22615
   ac_check_lib_save_LIBS=$LIBS
 
22616
 LIBS="-ldl  $LIBS"
 
22617
-cat >conftest.$ac_ext <<_ACEOF
 
22618
-/* confdefs.h.  */
 
22619
-_ACEOF
 
22620
-cat confdefs.h >>conftest.$ac_ext
 
22621
-cat >>conftest.$ac_ext <<_ACEOF
 
22622
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
22623
 /* end confdefs.h.  */
 
22624
 
 
22625
 /* Override any GCC internal prototype to avoid an error.
 
22626
@@ -10751,43 +10379,18 @@
 
22627
   return 0;
 
22628
 }
 
22629
 _ACEOF
 
22630
-rm -f conftest.$ac_objext conftest$ac_exeext
 
22631
-if { (ac_try="$ac_link"
 
22632
-case "(($ac_try" in
 
22633
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
22634
-  *) ac_try_echo=$ac_try;;
 
22635
-esac
 
22636
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
22637
-$as_echo "$ac_try_echo") >&5
 
22638
-  (eval "$ac_link") 2>conftest.er1
 
22639
-  ac_status=$?
 
22640
-  grep -v '^ *+' conftest.er1 >conftest.err
 
22641
-  rm -f conftest.er1
 
22642
-  cat conftest.err >&5
 
22643
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22644
-  (exit $ac_status); } && {
 
22645
-        test -z "$ac_c_werror_flag" ||
 
22646
-        test ! -s conftest.err
 
22647
-       } && test -s conftest$ac_exeext && {
 
22648
-        test "$cross_compiling" = yes ||
 
22649
-        $as_test_x conftest$ac_exeext
 
22650
-       }; then
 
22651
+if ac_fn_c_try_link "$LINENO"; then :
 
22652
   ac_cv_lib_dl_dlopen=yes
 
22653
 else
 
22654
-  $as_echo "$as_me: failed program was:" >&5
 
22655
-sed 's/^/| /' conftest.$ac_ext >&5
 
22656
-
 
22657
-       ac_cv_lib_dl_dlopen=no
 
22658
+  ac_cv_lib_dl_dlopen=no
 
22659
 fi
 
22660
-
 
22661
-rm -rf conftest.dSYM
 
22662
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
22663
-      conftest$ac_exeext conftest.$ac_ext
 
22664
+rm -f core conftest.err conftest.$ac_objext \
 
22665
+    conftest$ac_exeext conftest.$ac_ext
 
22666
 LIBS=$ac_check_lib_save_LIBS
 
22667
 fi
 
22668
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 
22669
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
 
22670
 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
 
22671
-if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
 
22672
+if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
 
22673
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 
22674
 else
 
22675
 
 
22676
@@ -10800,33 +10403,19 @@
 
22677
     ;;
 
22678
 
 
22679
   *)
 
22680
-    { $as_echo "$as_me:$LINENO: checking for shl_load" >&5
 
22681
-$as_echo_n "checking for shl_load... " >&6; }
 
22682
-if test "${ac_cv_func_shl_load+set}" = set; then
 
22683
+    ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
 
22684
+if test "x$ac_cv_func_shl_load" = x""yes; then :
 
22685
+  lt_cv_dlopen="shl_load"
 
22686
+else
 
22687
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
 
22688
+$as_echo_n "checking for shl_load in -ldld... " >&6; }
 
22689
+if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
 
22690
   $as_echo_n "(cached) " >&6
 
22691
 else
 
22692
-  cat >conftest.$ac_ext <<_ACEOF
 
22693
-/* confdefs.h.  */
 
22694
-_ACEOF
 
22695
-cat confdefs.h >>conftest.$ac_ext
 
22696
-cat >>conftest.$ac_ext <<_ACEOF
 
22697
+  ac_check_lib_save_LIBS=$LIBS
 
22698
+LIBS="-ldld  $LIBS"
 
22699
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
22700
 /* end confdefs.h.  */
 
22701
-/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
 
22702
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
22703
-#define shl_load innocuous_shl_load
 
22704
-
 
22705
-/* System header to define __stub macros and hopefully few prototypes,
 
22706
-    which can conflict with char shl_load (); below.
 
22707
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
22708
-    <limits.h> exists even on freestanding compilers.  */
 
22709
-
 
22710
-#ifdef __STDC__
 
22711
-# include <limits.h>
 
22712
-#else
 
22713
-# include <assert.h>
 
22714
-#endif
 
22715
-
 
22716
-#undef shl_load
 
22717
 
 
22718
 /* Override any GCC internal prototype to avoid an error.
 
22719
    Use char because int might match the return type of a GCC
 
22720
@@ -10835,13 +10424,6 @@
 
22721
 extern "C"
 
22722
 #endif
 
22723
 char shl_load ();
 
22724
-/* The GNU C library defines this for functions which it implements
 
22725
-    to always fail with ENOSYS.  Some functions are actually named
 
22726
-    something starting with __ and the normal name is an alias.  */
 
22727
-#if defined __stub_shl_load || defined __stub___shl_load
 
22728
-choke me
 
22729
-#endif
 
22730
-
 
22731
 int
 
22732
 main ()
 
22733
 {
 
22734
@@ -10850,56 +10432,32 @@
 
22735
   return 0;
 
22736
 }
 
22737
 _ACEOF
 
22738
-rm -f conftest.$ac_objext conftest$ac_exeext
 
22739
-if { (ac_try="$ac_link"
 
22740
-case "(($ac_try" in
 
22741
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
22742
-  *) ac_try_echo=$ac_try;;
 
22743
-esac
 
22744
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
22745
-$as_echo "$ac_try_echo") >&5
 
22746
-  (eval "$ac_link") 2>conftest.er1
 
22747
-  ac_status=$?
 
22748
-  grep -v '^ *+' conftest.er1 >conftest.err
 
22749
-  rm -f conftest.er1
 
22750
-  cat conftest.err >&5
 
22751
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22752
-  (exit $ac_status); } && {
 
22753
-        test -z "$ac_c_werror_flag" ||
 
22754
-        test ! -s conftest.err
 
22755
-       } && test -s conftest$ac_exeext && {
 
22756
-        test "$cross_compiling" = yes ||
 
22757
-        $as_test_x conftest$ac_exeext
 
22758
-       }; then
 
22759
-  ac_cv_func_shl_load=yes
 
22760
+if ac_fn_c_try_link "$LINENO"; then :
 
22761
+  ac_cv_lib_dld_shl_load=yes
 
22762
 else
 
22763
-  $as_echo "$as_me: failed program was:" >&5
 
22764
-sed 's/^/| /' conftest.$ac_ext >&5
 
22765
-
 
22766
-       ac_cv_func_shl_load=no
 
22767
+  ac_cv_lib_dld_shl_load=no
 
22768
 fi
 
22769
-
 
22770
-rm -rf conftest.dSYM
 
22771
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
22772
-      conftest$ac_exeext conftest.$ac_ext
 
22773
+rm -f core conftest.err conftest.$ac_objext \
 
22774
+    conftest$ac_exeext conftest.$ac_ext
 
22775
+LIBS=$ac_check_lib_save_LIBS
 
22776
 fi
 
22777
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
 
22778
-$as_echo "$ac_cv_func_shl_load" >&6; }
 
22779
-if test "x$ac_cv_func_shl_load" = x""yes; then
 
22780
-  lt_cv_dlopen="shl_load"
 
22781
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
 
22782
+$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
 
22783
+if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
 
22784
+  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
 
22785
 else
 
22786
-  { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
 
22787
-$as_echo_n "checking for shl_load in -ldld... " >&6; }
 
22788
-if test "${ac_cv_lib_dld_shl_load+set}" = set; then
 
22789
+  ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
 
22790
+if test "x$ac_cv_func_dlopen" = x""yes; then :
 
22791
+  lt_cv_dlopen="dlopen"
 
22792
+else
 
22793
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
 
22794
+$as_echo_n "checking for dlopen in -ldl... " >&6; }
 
22795
+if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
 
22796
   $as_echo_n "(cached) " >&6
 
22797
 else
 
22798
   ac_check_lib_save_LIBS=$LIBS
 
22799
-LIBS="-ldld  $LIBS"
 
22800
-cat >conftest.$ac_ext <<_ACEOF
 
22801
-/* confdefs.h.  */
 
22802
-_ACEOF
 
22803
-cat confdefs.h >>conftest.$ac_ext
 
22804
-cat >>conftest.$ac_ext <<_ACEOF
 
22805
+LIBS="-ldl  $LIBS"
 
22806
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
22807
 /* end confdefs.h.  */
 
22808
 
 
22809
 /* Override any GCC internal prototype to avoid an error.
 
22810
@@ -10908,222 +10466,37 @@
 
22811
 #ifdef __cplusplus
 
22812
 extern "C"
 
22813
 #endif
 
22814
-char shl_load ();
 
22815
+char dlopen ();
 
22816
 int
 
22817
 main ()
 
22818
 {
 
22819
-return shl_load ();
 
22820
+return dlopen ();
 
22821
   ;
 
22822
   return 0;
 
22823
 }
 
22824
 _ACEOF
 
22825
-rm -f conftest.$ac_objext conftest$ac_exeext
 
22826
-if { (ac_try="$ac_link"
 
22827
-case "(($ac_try" in
 
22828
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
22829
-  *) ac_try_echo=$ac_try;;
 
22830
-esac
 
22831
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
22832
-$as_echo "$ac_try_echo") >&5
 
22833
-  (eval "$ac_link") 2>conftest.er1
 
22834
-  ac_status=$?
 
22835
-  grep -v '^ *+' conftest.er1 >conftest.err
 
22836
-  rm -f conftest.er1
 
22837
-  cat conftest.err >&5
 
22838
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22839
-  (exit $ac_status); } && {
 
22840
-        test -z "$ac_c_werror_flag" ||
 
22841
-        test ! -s conftest.err
 
22842
-       } && test -s conftest$ac_exeext && {
 
22843
-        test "$cross_compiling" = yes ||
 
22844
-        $as_test_x conftest$ac_exeext
 
22845
-       }; then
 
22846
-  ac_cv_lib_dld_shl_load=yes
 
22847
+if ac_fn_c_try_link "$LINENO"; then :
 
22848
+  ac_cv_lib_dl_dlopen=yes
 
22849
 else
 
22850
-  $as_echo "$as_me: failed program was:" >&5
 
22851
-sed 's/^/| /' conftest.$ac_ext >&5
 
22852
-
 
22853
-       ac_cv_lib_dld_shl_load=no
 
22854
+  ac_cv_lib_dl_dlopen=no
 
22855
 fi
 
22856
-
 
22857
-rm -rf conftest.dSYM
 
22858
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
22859
-      conftest$ac_exeext conftest.$ac_ext
 
22860
+rm -f core conftest.err conftest.$ac_objext \
 
22861
+    conftest$ac_exeext conftest.$ac_ext
 
22862
 LIBS=$ac_check_lib_save_LIBS
 
22863
 fi
 
22864
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
 
22865
-$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
 
22866
-if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
 
22867
-  lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
 
22868
-else
 
22869
-  { $as_echo "$as_me:$LINENO: checking for dlopen" >&5
 
22870
-$as_echo_n "checking for dlopen... " >&6; }
 
22871
-if test "${ac_cv_func_dlopen+set}" = set; then
 
22872
-  $as_echo_n "(cached) " >&6
 
22873
-else
 
22874
-  cat >conftest.$ac_ext <<_ACEOF
 
22875
-/* confdefs.h.  */
 
22876
-_ACEOF
 
22877
-cat confdefs.h >>conftest.$ac_ext
 
22878
-cat >>conftest.$ac_ext <<_ACEOF
 
22879
-/* end confdefs.h.  */
 
22880
-/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
 
22881
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
22882
-#define dlopen innocuous_dlopen
 
22883
-
 
22884
-/* System header to define __stub macros and hopefully few prototypes,
 
22885
-    which can conflict with char dlopen (); below.
 
22886
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
22887
-    <limits.h> exists even on freestanding compilers.  */
 
22888
-
 
22889
-#ifdef __STDC__
 
22890
-# include <limits.h>
 
22891
-#else
 
22892
-# include <assert.h>
 
22893
-#endif
 
22894
-
 
22895
-#undef dlopen
 
22896
-
 
22897
-/* Override any GCC internal prototype to avoid an error.
 
22898
-   Use char because int might match the return type of a GCC
 
22899
-   builtin and then its argument prototype would still apply.  */
 
22900
-#ifdef __cplusplus
 
22901
-extern "C"
 
22902
-#endif
 
22903
-char dlopen ();
 
22904
-/* The GNU C library defines this for functions which it implements
 
22905
-    to always fail with ENOSYS.  Some functions are actually named
 
22906
-    something starting with __ and the normal name is an alias.  */
 
22907
-#if defined __stub_dlopen || defined __stub___dlopen
 
22908
-choke me
 
22909
-#endif
 
22910
-
 
22911
-int
 
22912
-main ()
 
22913
-{
 
22914
-return dlopen ();
 
22915
-  ;
 
22916
-  return 0;
 
22917
-}
 
22918
-_ACEOF
 
22919
-rm -f conftest.$ac_objext conftest$ac_exeext
 
22920
-if { (ac_try="$ac_link"
 
22921
-case "(($ac_try" in
 
22922
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
22923
-  *) ac_try_echo=$ac_try;;
 
22924
-esac
 
22925
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
22926
-$as_echo "$ac_try_echo") >&5
 
22927
-  (eval "$ac_link") 2>conftest.er1
 
22928
-  ac_status=$?
 
22929
-  grep -v '^ *+' conftest.er1 >conftest.err
 
22930
-  rm -f conftest.er1
 
22931
-  cat conftest.err >&5
 
22932
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
22933
-  (exit $ac_status); } && {
 
22934
-        test -z "$ac_c_werror_flag" ||
 
22935
-        test ! -s conftest.err
 
22936
-       } && test -s conftest$ac_exeext && {
 
22937
-        test "$cross_compiling" = yes ||
 
22938
-        $as_test_x conftest$ac_exeext
 
22939
-       }; then
 
22940
-  ac_cv_func_dlopen=yes
 
22941
-else
 
22942
-  $as_echo "$as_me: failed program was:" >&5
 
22943
-sed 's/^/| /' conftest.$ac_ext >&5
 
22944
-
 
22945
-       ac_cv_func_dlopen=no
 
22946
-fi
 
22947
-
 
22948
-rm -rf conftest.dSYM
 
22949
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
22950
-      conftest$ac_exeext conftest.$ac_ext
 
22951
-fi
 
22952
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
 
22953
-$as_echo "$ac_cv_func_dlopen" >&6; }
 
22954
-if test "x$ac_cv_func_dlopen" = x""yes; then
 
22955
-  lt_cv_dlopen="dlopen"
 
22956
-else
 
22957
-  { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
 
22958
-$as_echo_n "checking for dlopen in -ldl... " >&6; }
 
22959
-if test "${ac_cv_lib_dl_dlopen+set}" = set; then
 
22960
-  $as_echo_n "(cached) " >&6
 
22961
-else
 
22962
-  ac_check_lib_save_LIBS=$LIBS
 
22963
-LIBS="-ldl  $LIBS"
 
22964
-cat >conftest.$ac_ext <<_ACEOF
 
22965
-/* confdefs.h.  */
 
22966
-_ACEOF
 
22967
-cat confdefs.h >>conftest.$ac_ext
 
22968
-cat >>conftest.$ac_ext <<_ACEOF
 
22969
-/* end confdefs.h.  */
 
22970
-
 
22971
-/* Override any GCC internal prototype to avoid an error.
 
22972
-   Use char because int might match the return type of a GCC
 
22973
-   builtin and then its argument prototype would still apply.  */
 
22974
-#ifdef __cplusplus
 
22975
-extern "C"
 
22976
-#endif
 
22977
-char dlopen ();
 
22978
-int
 
22979
-main ()
 
22980
-{
 
22981
-return dlopen ();
 
22982
-  ;
 
22983
-  return 0;
 
22984
-}
 
22985
-_ACEOF
 
22986
-rm -f conftest.$ac_objext conftest$ac_exeext
 
22987
-if { (ac_try="$ac_link"
 
22988
-case "(($ac_try" in
 
22989
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
22990
-  *) ac_try_echo=$ac_try;;
 
22991
-esac
 
22992
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
22993
-$as_echo "$ac_try_echo") >&5
 
22994
-  (eval "$ac_link") 2>conftest.er1
 
22995
-  ac_status=$?
 
22996
-  grep -v '^ *+' conftest.er1 >conftest.err
 
22997
-  rm -f conftest.er1
 
22998
-  cat conftest.err >&5
 
22999
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
23000
-  (exit $ac_status); } && {
 
23001
-        test -z "$ac_c_werror_flag" ||
 
23002
-        test ! -s conftest.err
 
23003
-       } && test -s conftest$ac_exeext && {
 
23004
-        test "$cross_compiling" = yes ||
 
23005
-        $as_test_x conftest$ac_exeext
 
23006
-       }; then
 
23007
-  ac_cv_lib_dl_dlopen=yes
 
23008
-else
 
23009
-  $as_echo "$as_me: failed program was:" >&5
 
23010
-sed 's/^/| /' conftest.$ac_ext >&5
 
23011
-
 
23012
-       ac_cv_lib_dl_dlopen=no
 
23013
-fi
 
23014
-
 
23015
-rm -rf conftest.dSYM
 
23016
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
23017
-      conftest$ac_exeext conftest.$ac_ext
 
23018
-LIBS=$ac_check_lib_save_LIBS
 
23019
-fi
 
23020
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
 
23021
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
 
23022
 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
 
23023
-if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
 
23024
+if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
 
23025
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
 
23026
 else
 
23027
-  { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
 
23028
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
 
23029
 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
 
23030
-if test "${ac_cv_lib_svld_dlopen+set}" = set; then
 
23031
+if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
 
23032
   $as_echo_n "(cached) " >&6
 
23033
 else
 
23034
   ac_check_lib_save_LIBS=$LIBS
 
23035
 LIBS="-lsvld  $LIBS"
 
23036
-cat >conftest.$ac_ext <<_ACEOF
 
23037
-/* confdefs.h.  */
 
23038
-_ACEOF
 
23039
-cat confdefs.h >>conftest.$ac_ext
 
23040
-cat >>conftest.$ac_ext <<_ACEOF
 
23041
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
23042
 /* end confdefs.h.  */
 
23043
 
 
23044
 /* Override any GCC internal prototype to avoid an error.
 
23045
@@ -11141,57 +10514,28 @@
 
23046
   return 0;
 
23047
 }
 
23048
 _ACEOF
 
23049
-rm -f conftest.$ac_objext conftest$ac_exeext
 
23050
-if { (ac_try="$ac_link"
 
23051
-case "(($ac_try" in
 
23052
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
23053
-  *) ac_try_echo=$ac_try;;
 
23054
-esac
 
23055
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
23056
-$as_echo "$ac_try_echo") >&5
 
23057
-  (eval "$ac_link") 2>conftest.er1
 
23058
-  ac_status=$?
 
23059
-  grep -v '^ *+' conftest.er1 >conftest.err
 
23060
-  rm -f conftest.er1
 
23061
-  cat conftest.err >&5
 
23062
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
23063
-  (exit $ac_status); } && {
 
23064
-        test -z "$ac_c_werror_flag" ||
 
23065
-        test ! -s conftest.err
 
23066
-       } && test -s conftest$ac_exeext && {
 
23067
-        test "$cross_compiling" = yes ||
 
23068
-        $as_test_x conftest$ac_exeext
 
23069
-       }; then
 
23070
+if ac_fn_c_try_link "$LINENO"; then :
 
23071
   ac_cv_lib_svld_dlopen=yes
 
23072
 else
 
23073
-  $as_echo "$as_me: failed program was:" >&5
 
23074
-sed 's/^/| /' conftest.$ac_ext >&5
 
23075
-
 
23076
-       ac_cv_lib_svld_dlopen=no
 
23077
+  ac_cv_lib_svld_dlopen=no
 
23078
 fi
 
23079
-
 
23080
-rm -rf conftest.dSYM
 
23081
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
23082
-      conftest$ac_exeext conftest.$ac_ext
 
23083
+rm -f core conftest.err conftest.$ac_objext \
 
23084
+    conftest$ac_exeext conftest.$ac_ext
 
23085
 LIBS=$ac_check_lib_save_LIBS
 
23086
 fi
 
23087
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
 
23088
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
 
23089
 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
 
23090
-if test "x$ac_cv_lib_svld_dlopen" = x""yes; then
 
23091
+if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
 
23092
   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
 
23093
 else
 
23094
-  { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
 
23095
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
 
23096
 $as_echo_n "checking for dld_link in -ldld... " >&6; }
 
23097
-if test "${ac_cv_lib_dld_dld_link+set}" = set; then
 
23098
+if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
 
23099
   $as_echo_n "(cached) " >&6
 
23100
 else
 
23101
   ac_check_lib_save_LIBS=$LIBS
 
23102
 LIBS="-ldld  $LIBS"
 
23103
-cat >conftest.$ac_ext <<_ACEOF
 
23104
-/* confdefs.h.  */
 
23105
-_ACEOF
 
23106
-cat confdefs.h >>conftest.$ac_ext
 
23107
-cat >>conftest.$ac_ext <<_ACEOF
 
23108
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
23109
 /* end confdefs.h.  */
 
23110
 
 
23111
 /* Override any GCC internal prototype to avoid an error.
 
23112
@@ -11209,43 +10553,18 @@
 
23113
   return 0;
 
23114
 }
 
23115
 _ACEOF
 
23116
-rm -f conftest.$ac_objext conftest$ac_exeext
 
23117
-if { (ac_try="$ac_link"
 
23118
-case "(($ac_try" in
 
23119
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
23120
-  *) ac_try_echo=$ac_try;;
 
23121
-esac
 
23122
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
23123
-$as_echo "$ac_try_echo") >&5
 
23124
-  (eval "$ac_link") 2>conftest.er1
 
23125
-  ac_status=$?
 
23126
-  grep -v '^ *+' conftest.er1 >conftest.err
 
23127
-  rm -f conftest.er1
 
23128
-  cat conftest.err >&5
 
23129
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
23130
-  (exit $ac_status); } && {
 
23131
-        test -z "$ac_c_werror_flag" ||
 
23132
-        test ! -s conftest.err
 
23133
-       } && test -s conftest$ac_exeext && {
 
23134
-        test "$cross_compiling" = yes ||
 
23135
-        $as_test_x conftest$ac_exeext
 
23136
-       }; then
 
23137
+if ac_fn_c_try_link "$LINENO"; then :
 
23138
   ac_cv_lib_dld_dld_link=yes
 
23139
 else
 
23140
-  $as_echo "$as_me: failed program was:" >&5
 
23141
-sed 's/^/| /' conftest.$ac_ext >&5
 
23142
-
 
23143
-       ac_cv_lib_dld_dld_link=no
 
23144
+  ac_cv_lib_dld_dld_link=no
 
23145
 fi
 
23146
-
 
23147
-rm -rf conftest.dSYM
 
23148
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
23149
-      conftest$ac_exeext conftest.$ac_ext
 
23150
+rm -f core conftest.err conftest.$ac_objext \
 
23151
+    conftest$ac_exeext conftest.$ac_ext
 
23152
 LIBS=$ac_check_lib_save_LIBS
 
23153
 fi
 
23154
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
 
23155
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
 
23156
 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
 
23157
-if test "x$ac_cv_lib_dld_dld_link" = x""yes; then
 
23158
+if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
 
23159
   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
 
23160
 fi
 
23161
 
 
23162
@@ -11284,9 +10603,9 @@
 
23163
     save_LIBS="$LIBS"
 
23164
     LIBS="$lt_cv_dlopen_libs $LIBS"
 
23165
 
 
23166
-    { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
 
23167
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
 
23168
 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
 
23169
-if test "${lt_cv_dlopen_self+set}" = set; then
 
23170
+if test "${lt_cv_dlopen_self+set}" = set; then :
 
23171
   $as_echo_n "(cached) " >&6
 
23172
 else
 
23173
          if test "$cross_compiling" = yes; then :
 
23174
@@ -11295,7 +10614,7 @@
 
23175
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
23176
   lt_status=$lt_dlunknown
 
23177
   cat > conftest.$ac_ext <<_LT_EOF
 
23178
-#line 11298 "configure"
 
23179
+#line 10617 "configure"
 
23180
 #include "confdefs.h"
 
23181
 
 
23182
 #if HAVE_DLFCN_H
 
23183
@@ -11354,11 +10673,11 @@
 
23184
   return status;
 
23185
 }
 
23186
 _LT_EOF
 
23187
-  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
23188
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
 
23189
   (eval $ac_link) 2>&5
 
23190
   ac_status=$?
 
23191
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
23192
-  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
 
23193
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
23194
+  test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
 
23195
     (./conftest; exit; ) >&5 2>/dev/null
 
23196
     lt_status=$?
 
23197
     case x$lt_status in
 
23198
@@ -11375,14 +10694,14 @@
 
23199
 
 
23200
 
 
23201
 fi
 
23202
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
 
23203
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
 
23204
 $as_echo "$lt_cv_dlopen_self" >&6; }
 
23205
 
 
23206
     if test "x$lt_cv_dlopen_self" = xyes; then
 
23207
       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
 
23208
-      { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
 
23209
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
 
23210
 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
 
23211
-if test "${lt_cv_dlopen_self_static+set}" = set; then
 
23212
+if test "${lt_cv_dlopen_self_static+set}" = set; then :
 
23213
   $as_echo_n "(cached) " >&6
 
23214
 else
 
23215
          if test "$cross_compiling" = yes; then :
 
23216
@@ -11391,7 +10710,7 @@
 
23217
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
 
23218
   lt_status=$lt_dlunknown
 
23219
   cat > conftest.$ac_ext <<_LT_EOF
 
23220
-#line 11394 "configure"
 
23221
+#line 10713 "configure"
 
23222
 #include "confdefs.h"
 
23223
 
 
23224
 #if HAVE_DLFCN_H
 
23225
@@ -11450,11 +10769,11 @@
 
23226
   return status;
 
23227
 }
 
23228
 _LT_EOF
 
23229
-  if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
 
23230
+  if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
 
23231
   (eval $ac_link) 2>&5
 
23232
   ac_status=$?
 
23233
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
23234
-  (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
 
23235
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
23236
+  test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
 
23237
     (./conftest; exit; ) >&5 2>/dev/null
 
23238
     lt_status=$?
 
23239
     case x$lt_status in
 
23240
@@ -11471,7 +10790,7 @@
 
23241
 
 
23242
 
 
23243
 fi
 
23244
-{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
 
23245
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
 
23246
 $as_echo "$lt_cv_dlopen_self_static" >&6; }
 
23247
     fi
 
23248
 
 
23249
@@ -11510,12 +10829,12 @@
 
23250
 
 
23251
 striplib=
 
23252
 old_striplib=
 
23253
-{ $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
 
23254
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
 
23255
 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
 
23256
 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
 
23257
   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
 
23258
   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
 
23259
-  { $as_echo "$as_me:$LINENO: result: yes" >&5
 
23260
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
23261
 $as_echo "yes" >&6; }
 
23262
 else
 
23263
 # FIXME - insert some real tests, host_os isn't really good enough
 
23264
@@ -11524,15 +10843,15 @@
 
23265
     if test -n "$STRIP" ; then
 
23266
       striplib="$STRIP -x"
 
23267
       old_striplib="$STRIP -S"
 
23268
-      { $as_echo "$as_me:$LINENO: result: yes" >&5
 
23269
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
23270
 $as_echo "yes" >&6; }
 
23271
     else
 
23272
-      { $as_echo "$as_me:$LINENO: result: no" >&5
 
23273
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
23274
 $as_echo "no" >&6; }
 
23275
     fi
 
23276
     ;;
 
23277
   *)
 
23278
-    { $as_echo "$as_me:$LINENO: result: no" >&5
 
23279
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
23280
 $as_echo "no" >&6; }
 
23281
     ;;
 
23282
   esac
 
23283
@@ -11550,12 +10869,12 @@
 
23284
 
 
23285
 
 
23286
   # Report which library types will actually be built
 
23287
-  { $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
 
23288
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
 
23289
 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
 
23290
-  { $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
 
23291
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
 
23292
 $as_echo "$can_build_shared" >&6; }
 
23293
 
 
23294
-  { $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
 
23295
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
 
23296
 $as_echo_n "checking whether to build shared libraries... " >&6; }
 
23297
   test "$can_build_shared" = "no" && enable_shared=no
 
23298
 
 
23299
@@ -11576,14 +10895,14 @@
 
23300
     fi
 
23301
     ;;
 
23302
   esac
 
23303
-  { $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
 
23304
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
 
23305
 $as_echo "$enable_shared" >&6; }
 
23306
 
 
23307
-  { $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5
 
23308
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
 
23309
 $as_echo_n "checking whether to build static libraries... " >&6; }
 
23310
   # Make sure either enable_shared or enable_static is yes.
 
23311
   test "$enable_shared" = yes || enable_static=yes
 
23312
-  { $as_echo "$as_me:$LINENO: result: $enable_static" >&5
 
23313
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
 
23314
 $as_echo "$enable_static" >&6; }
 
23315
 
 
23316
 
 
23317
@@ -11619,16 +10938,16 @@
 
23318
 
 
23319
 
 
23320
 
 
23321
-{ $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
 
23322
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
 
23323
 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
 
23324
     # Check whether --enable-maintainer-mode was given.
 
23325
-if test "${enable_maintainer_mode+set}" = set; then
 
23326
+if test "${enable_maintainer_mode+set}" = set; then :
 
23327
   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
 
23328
 else
 
23329
   USE_MAINTAINER_MODE=no
 
23330
 fi
 
23331
 
 
23332
-  { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
 
23333
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
 
23334
 $as_echo "$USE_MAINTAINER_MODE" >&6; }
 
23335
    if test $USE_MAINTAINER_MODE = yes; then
 
23336
   MAINTAINER_MODE_TRUE=
 
23337
@@ -11642,21 +10961,21 @@
 
23338
 
 
23339
 
 
23340
 
 
23341
-{ $as_echo "$as_me:$LINENO: checking for aclocal flags" >&5
 
23342
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for aclocal flags" >&5
 
23343
 $as_echo_n "checking for aclocal flags... " >&6; }
 
23344
-if test "${ac_cv_orbit_aclocal_flags+set}" = set; then
 
23345
+if test "${ac_cv_orbit_aclocal_flags+set}" = set; then :
 
23346
   $as_echo_n "(cached) " >&6
 
23347
 else
 
23348
 
 
23349
    ac_cv_orbit_aclocal_flags="$ACLOCAL_FLAGS"
 
23350
 
 
23351
 fi
 
23352
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_orbit_aclocal_flags" >&5
 
23353
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_orbit_aclocal_flags" >&5
 
23354
 $as_echo "$ac_cv_orbit_aclocal_flags" >&6; }
 
23355
 ACLOCAL="$ACLOCAL $ac_cv_orbit_aclocal_flags"
 
23356
 
 
23357
 # Check whether --enable-http was given.
 
23358
-if test "${enable_http+set}" = set; then
 
23359
+if test "${enable_http+set}" = set; then :
 
23360
   enableval=$enable_http;
 
23361
 else
 
23362
   enable_http=no
 
23363
@@ -11672,13 +10991,11 @@
 
23364
 
 
23365
 if test x"$enable_http" = xyes ; then
 
23366
 
 
23367
-cat >>confdefs.h <<\_ACEOF
 
23368
-#define ENABLE_HTTP 1
 
23369
-_ACEOF
 
23370
+$as_echo "#define ENABLE_HTTP 1" >>confdefs.h
 
23371
 
 
23372
 fi
 
23373
 # Check whether --enable-compile-warnings was given.
 
23374
-if test "${enable_compile_warnings+set}" = set; then
 
23375
+if test "${enable_compile_warnings+set}" = set; then :
 
23376
   enableval=$enable_compile_warnings; enable_compile_warnings="$enableval"
 
23377
 else
 
23378
   enable_compile_warnings="yes"
 
23379
@@ -11686,7 +11003,7 @@
 
23380
 
 
23381
 
 
23382
 # Check whether --enable-debug was given.
 
23383
-if test "${enable_debug+set}" = set; then
 
23384
+if test "${enable_debug+set}" = set; then :
 
23385
   enableval=$enable_debug;
 
23386
 else
 
23387
   enable_debug=minimum
 
23388
@@ -11703,7 +11020,7 @@
 
23389
 fi
 
23390
 
 
23391
 # Check whether --enable-purify was given.
 
23392
-if test "${enable_purify+set}" = set; then
 
23393
+if test "${enable_purify+set}" = set; then :
 
23394
   enableval=$enable_purify; enable_purify=yes
 
23395
 else
 
23396
   enable_purify=no
 
23397
@@ -11711,18 +11028,16 @@
 
23398
 
 
23399
 if test z$enable_purify = zyes; then
 
23400
 
 
23401
-cat >>confdefs.h <<\_ACEOF
 
23402
-#define ORBIT_PURIFY 1
 
23403
-_ACEOF
 
23404
+$as_echo "#define ORBIT_PURIFY 1" >>confdefs.h
 
23405
 
 
23406
 fi
 
23407
 
 
23408
-{ $as_echo "$as_me:$LINENO: checking which idl compiler to use" >&5
 
23409
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking which idl compiler to use" >&5
 
23410
 $as_echo_n "checking which idl compiler to use... " >&6; }
 
23411
 IDL_COMPILER="\$(top_builddir)/src/idl-compiler/orbit-idl-2\$(EXEEXT)"
 
23412
 
 
23413
 # Check whether --with-idl-compiler was given.
 
23414
-if test "${with_idl_compiler+set}" = set; then
 
23415
+if test "${with_idl_compiler+set}" = set; then :
 
23416
   withval=$with_idl_compiler; if test "x$withval" != x; then
 
23417
                if test -f "$withval"; then
 
23418
                    IDL_COMPILER=$withval
 
23419
@@ -11732,10 +11047,10 @@
 
23420
 fi
 
23421
 
 
23422
 if test x$IDL_COMPILER == x"\$(top_builddir)/src/idl-compiler/orbit-idl-2\$(EXEEXT)"; then
 
23423
-  { $as_echo "$as_me:$LINENO: result: internal" >&5
 
23424
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: internal" >&5
 
23425
 $as_echo "internal" >&6; }
 
23426
 else
 
23427
-  { $as_echo "$as_me:$LINENO: result: external ($IDL_COMPILER)" >&5
 
23428
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: external ($IDL_COMPILER)" >&5
 
23429
 $as_echo "external ($IDL_COMPILER)" >&6; }
 
23430
 fi
 
23431
 
 
23432
@@ -11744,9 +11059,9 @@
 
23433
 do
 
23434
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 
23435
 set dummy $ac_prog; ac_word=$2
 
23436
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
23437
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
23438
 $as_echo_n "checking for $ac_word... " >&6; }
 
23439
-if test "${ac_cv_prog_AWK+set}" = set; then
 
23440
+if test "${ac_cv_prog_AWK+set}" = set; then :
 
23441
   $as_echo_n "(cached) " >&6
 
23442
 else
 
23443
   if test -n "$AWK"; then
 
23444
@@ -11757,24 +11072,24 @@
 
23445
 do
 
23446
   IFS=$as_save_IFS
 
23447
   test -z "$as_dir" && as_dir=.
 
23448
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
23449
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
23450
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
23451
     ac_cv_prog_AWK="$ac_prog"
 
23452
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
23453
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
23454
     break 2
 
23455
   fi
 
23456
 done
 
23457
-done
 
23458
+  done
 
23459
 IFS=$as_save_IFS
 
23460
 
 
23461
 fi
 
23462
 fi
 
23463
 AWK=$ac_cv_prog_AWK
 
23464
 if test -n "$AWK"; then
 
23465
-  { $as_echo "$as_me:$LINENO: result: $AWK" >&5
 
23466
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
 
23467
 $as_echo "$AWK" >&6; }
 
23468
 else
 
23469
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
23470
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
23471
 $as_echo "no" >&6; }
 
23472
 fi
 
23473
 
 
23474
@@ -11794,9 +11109,9 @@
 
23475
        if test -n "$ac_tool_prefix"; then
 
23476
   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
 
23477
 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
 
23478
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
23479
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
23480
 $as_echo_n "checking for $ac_word... " >&6; }
 
23481
-if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
 
23482
+if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
 
23483
   $as_echo_n "(cached) " >&6
 
23484
 else
 
23485
   case $PKG_CONFIG in
 
23486
@@ -11809,14 +11124,14 @@
 
23487
 do
 
23488
   IFS=$as_save_IFS
 
23489
   test -z "$as_dir" && as_dir=.
 
23490
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
23491
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
23492
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
23493
     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
 
23494
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
23495
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
23496
     break 2
 
23497
   fi
 
23498
 done
 
23499
-done
 
23500
+  done
 
23501
 IFS=$as_save_IFS
 
23502
 
 
23503
   ;;
 
23504
@@ -11824,10 +11139,10 @@
 
23505
 fi
 
23506
 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
 
23507
 if test -n "$PKG_CONFIG"; then
 
23508
-  { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
 
23509
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
 
23510
 $as_echo "$PKG_CONFIG" >&6; }
 
23511
 else
 
23512
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
23513
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
23514
 $as_echo "no" >&6; }
 
23515
 fi
 
23516
 
 
23517
@@ -11837,9 +11152,9 @@
 
23518
   ac_pt_PKG_CONFIG=$PKG_CONFIG
 
23519
   # Extract the first word of "pkg-config", so it can be a program name with args.
 
23520
 set dummy pkg-config; ac_word=$2
 
23521
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
23522
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
23523
 $as_echo_n "checking for $ac_word... " >&6; }
 
23524
-if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then
 
23525
+if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
 
23526
   $as_echo_n "(cached) " >&6
 
23527
 else
 
23528
   case $ac_pt_PKG_CONFIG in
 
23529
@@ -11852,14 +11167,14 @@
 
23530
 do
 
23531
   IFS=$as_save_IFS
 
23532
   test -z "$as_dir" && as_dir=.
 
23533
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
23534
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
23535
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
23536
     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
 
23537
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
23538
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
23539
     break 2
 
23540
   fi
 
23541
 done
 
23542
-done
 
23543
+  done
 
23544
 IFS=$as_save_IFS
 
23545
 
 
23546
   ;;
 
23547
@@ -11867,10 +11182,10 @@
 
23548
 fi
 
23549
 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
 
23550
 if test -n "$ac_pt_PKG_CONFIG"; then
 
23551
-  { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5
 
23552
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
 
23553
 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
 
23554
 else
 
23555
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
23556
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
23557
 $as_echo "no" >&6; }
 
23558
 fi
 
23559
 
 
23560
@@ -11879,7 +11194,7 @@
 
23561
   else
 
23562
     case $cross_compiling:$ac_tool_warned in
 
23563
 yes:)
 
23564
-{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
 
23565
+{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
 
23566
 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
 
23567
 ac_tool_warned=yes ;;
 
23568
 esac
 
23569
@@ -11892,13 +11207,13 @@
 
23570
 fi
 
23571
 if test -n "$PKG_CONFIG"; then
 
23572
        _pkg_min_version=0.18
 
23573
-       { $as_echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5
 
23574
+       { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
 
23575
 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
 
23576
        if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
 
23577
-               { $as_echo "$as_me:$LINENO: result: yes" >&5
 
23578
+               { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
23579
 $as_echo "yes" >&6; }
 
23580
        else
 
23581
-               { $as_echo "$as_me:$LINENO: result: no" >&5
 
23582
+               { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
23583
 $as_echo "no" >&6; }
 
23584
                PKG_CONFIG=""
 
23585
        fi
 
23586
@@ -11912,26 +11227,27 @@
 
23587
 
 
23588
 
 
23589
 pkg_failed=no
 
23590
-{ $as_echo "$as_me:$LINENO: checking for ORBIT" >&5
 
23591
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ORBIT" >&5
329
23592
 $as_echo_n "checking for ORBIT... " >&6; }
330
23593
 
331
23594
-if test -n "$ORBIT_CFLAGS"; then
332
23595
-    pkg_cv_ORBIT_CFLAGS="$ORBIT_CFLAGS"
333
23596
- elif test -n "$PKG_CONFIG"; then
334
23597
-    if test -n "$PKG_CONFIG" && \
 
23598
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
335
23599
+if test -n "$PKG_CONFIG"; then
336
23600
+    if test -n "$ORBIT_CFLAGS"; then
337
23601
+        pkg_cv_ORBIT_CFLAGS="$ORBIT_CFLAGS"
338
23602
+    else
339
23603
+        if test -n "$PKG_CONFIG" && \
340
 
     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
 
23604
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
341
23605
        glib-2.0 >= \$GLIB_REQUIRED \\
342
23606
        gobject-2.0 >= \$GLIB_REQUIRED \\
343
 
@@ -11878,13 +11889,15 @@
 
23607
        gthread-2.0 >= \$GLIB_REQUIRED \\
 
23608
-       gmodule-2.0 >= \$GLIB_REQUIRED\"") >&5
 
23609
+       gmodule-2.0 >= \$GLIB_REQUIRED\""; } >&5
 
23610
   ($PKG_CONFIG --exists --print-errors "\
 
23611
        glib-2.0 >= $GLIB_REQUIRED \
 
23612
        gobject-2.0 >= $GLIB_REQUIRED \
 
23613
        gthread-2.0 >= $GLIB_REQUIRED \
 
23614
        gmodule-2.0 >= $GLIB_REQUIRED") 2>&5
 
23615
   ac_status=$?
 
23616
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
23617
-  (exit $ac_status); }; then
 
23618
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
23619
+  test $ac_status = 0; }; then
 
23620
   pkg_cv_ORBIT_CFLAGS=`$PKG_CONFIG --cflags "\
 
23621
        glib-2.0 >= $GLIB_REQUIRED \
 
23622
        gobject-2.0 >= $GLIB_REQUIRED \
 
23623
@@ -11940,26 +11256,28 @@
344
23624
 else
345
23625
   pkg_failed=yes
346
23626
 fi
354
23634
-    pkg_cv_ORBIT_LIBS="$ORBIT_LIBS"
355
23635
- elif test -n "$PKG_CONFIG"; then
356
23636
-    if test -n "$PKG_CONFIG" && \
 
23637
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
357
23638
+if test -n "$PKG_CONFIG"; then
358
23639
+    if test -n "$ORBIT_LIBS"; then
359
23640
+        pkg_cv_ORBIT_LIBS="$ORBIT_LIBS"
360
23641
+    else
361
23642
+        if test -n "$PKG_CONFIG" && \
362
 
     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
 
23643
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
363
23644
        glib-2.0 >= \$GLIB_REQUIRED \\
364
23645
        gobject-2.0 >= \$GLIB_REQUIRED \\
365
 
@@ -11906,8 +11919,9 @@
 
23646
        gthread-2.0 >= \$GLIB_REQUIRED \\
 
23647
-       gmodule-2.0 >= \$GLIB_REQUIRED\"") >&5
 
23648
+       gmodule-2.0 >= \$GLIB_REQUIRED\""; } >&5
 
23649
   ($PKG_CONFIG --exists --print-errors "\
 
23650
        glib-2.0 >= $GLIB_REQUIRED \
 
23651
        gobject-2.0 >= $GLIB_REQUIRED \
 
23652
        gthread-2.0 >= $GLIB_REQUIRED \
 
23653
        gmodule-2.0 >= $GLIB_REQUIRED") 2>&5
 
23654
   ac_status=$?
 
23655
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
23656
-  (exit $ac_status); }; then
 
23657
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
23658
+  test $ac_status = 0; }; then
 
23659
   pkg_cv_ORBIT_LIBS=`$PKG_CONFIG --libs "\
 
23660
        glib-2.0 >= $GLIB_REQUIRED \
 
23661
        gobject-2.0 >= $GLIB_REQUIRED \
 
23662
@@ -11968,8 +11286,9 @@
366
23663
 else
367
23664
   pkg_failed=yes
368
23665
 fi
374
23671
 fi
375
23672
 
376
23673
 
377
 
@@ -11920,17 +11934,17 @@
 
23674
@@ -11982,37 +11301,22 @@
378
23675
         _pkg_short_errors_supported=no
379
23676
 fi
380
23677
         if test $_pkg_short_errors_supported = yes; then
396
23693
         fi
397
23694
        # Put the nasty error message in config.log where it belongs
398
23695
        echo "$ORBIT_PKG_ERRORS" >&5
399
 
@@ -12005,10 +12019,11 @@
400
 
 { $as_echo "$as_me:$LINENO: checking for ORBIT_IDL" >&5
 
23696
 
 
23697
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (\
 
23698
-       glib-2.0 >= $GLIB_REQUIRED \
 
23699
-       gobject-2.0 >= $GLIB_REQUIRED \
 
23700
-       gthread-2.0 >= $GLIB_REQUIRED \
 
23701
-       gmodule-2.0 >= $GLIB_REQUIRED) were not met:
 
23702
-
 
23703
-$ORBIT_PKG_ERRORS
 
23704
-
 
23705
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
23706
-installed software in a non-standard prefix.
 
23707
-
 
23708
-Alternatively, you may set the environment variables ORBIT_CFLAGS
 
23709
-and ORBIT_LIBS to avoid the need to call pkg-config.
 
23710
-See the pkg-config man page for more details.
 
23711
-" >&5
 
23712
-$as_echo "$as_me: error: Package requirements (\
 
23713
+       as_fn_error "Package requirements (\
 
23714
        glib-2.0 >= $GLIB_REQUIRED \
 
23715
        gobject-2.0 >= $GLIB_REQUIRED \
 
23716
        gthread-2.0 >= $GLIB_REQUIRED \
 
23717
@@ -12026,22 +11330,11 @@
 
23718
 Alternatively, you may set the environment variables ORBIT_CFLAGS
 
23719
 and ORBIT_LIBS to avoid the need to call pkg-config.
 
23720
 See the pkg-config man page for more details.
 
23721
-" >&2;}
 
23722
-   { (exit 1); exit 1; }; }
 
23723
+" "$LINENO" 5
 
23724
 elif test $pkg_failed = untried; then
 
23725
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
23726
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
23727
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
23728
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
23729
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
23730
-path to pkg-config.
 
23731
-
 
23732
-Alternatively, you may set the environment variables ORBIT_CFLAGS
 
23733
-and ORBIT_LIBS to avoid the need to call pkg-config.
 
23734
-See the pkg-config man page for more details.
 
23735
-
 
23736
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
23737
-See \`config.log' for more details." >&5
 
23738
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
23739
+as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
 
23740
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
23741
 path to pkg-config.
 
23742
 
 
23743
@@ -12050,12 +11343,11 @@
 
23744
 See the pkg-config man page for more details.
 
23745
 
 
23746
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
23747
-See \`config.log' for more details." >&2;}
 
23748
-   { (exit 1); exit 1; }; }; }
 
23749
+See \`config.log' for more details." "$LINENO" 5; }
 
23750
 else
 
23751
        ORBIT_CFLAGS=$pkg_cv_ORBIT_CFLAGS
 
23752
        ORBIT_LIBS=$pkg_cv_ORBIT_LIBS
 
23753
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
23754
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
23755
 $as_echo "yes" >&6; }
 
23756
        :
 
23757
 fi
 
23758
@@ -12064,26 +11356,27 @@
 
23759
 
 
23760
 
 
23761
 pkg_failed=no
 
23762
-{ $as_echo "$as_me:$LINENO: checking for ORBIT_IDL" >&5
 
23763
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ORBIT_IDL" >&5
401
23764
 $as_echo_n "checking for ORBIT_IDL... " >&6; }
402
23765
 
403
23766
-if test -n "$ORBIT_IDL_CFLAGS"; then
404
23767
-    pkg_cv_ORBIT_IDL_CFLAGS="$ORBIT_IDL_CFLAGS"
405
23768
- elif test -n "$PKG_CONFIG"; then
406
23769
-    if test -n "$PKG_CONFIG" && \
 
23770
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
407
23771
+if test -n "$PKG_CONFIG"; then
408
23772
+    if test -n "$ORBIT_IDL_CFLAGS"; then
409
23773
+        pkg_cv_ORBIT_IDL_CFLAGS="$ORBIT_IDL_CFLAGS"
410
23774
+    else
411
23775
+        if test -n "$PKG_CONFIG" && \
412
 
     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
 
23776
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
413
23777
        libIDL-2.0 >= \$LIBIDL_REQUIRED \\
414
23778
        glib-2.0 >= \$GLIB_REQUIRED \\
415
 
@@ -12030,13 +12045,15 @@
 
23779
        gobject-2.0 >= \$GLIB_REQUIRED \\
 
23780
-       gmodule-2.0 >= \$GLIB_REQUIRED\"") >&5
 
23781
+       gmodule-2.0 >= \$GLIB_REQUIRED\""; } >&5
 
23782
   ($PKG_CONFIG --exists --print-errors "\
 
23783
        libIDL-2.0 >= $LIBIDL_REQUIRED \
 
23784
        glib-2.0 >= $GLIB_REQUIRED \
 
23785
        gobject-2.0 >= $GLIB_REQUIRED \
 
23786
        gmodule-2.0 >= $GLIB_REQUIRED") 2>&5
 
23787
   ac_status=$?
 
23788
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
23789
-  (exit $ac_status); }; then
 
23790
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
23791
+  test $ac_status = 0; }; then
 
23792
   pkg_cv_ORBIT_IDL_CFLAGS=`$PKG_CONFIG --cflags "\
 
23793
        libIDL-2.0 >= $LIBIDL_REQUIRED \
 
23794
        glib-2.0 >= $GLIB_REQUIRED \
 
23795
@@ -12092,26 +11385,28 @@
416
23796
 else
417
23797
   pkg_failed=yes
418
23798
 fi
426
23806
-    pkg_cv_ORBIT_IDL_LIBS="$ORBIT_IDL_LIBS"
427
23807
- elif test -n "$PKG_CONFIG"; then
428
23808
-    if test -n "$PKG_CONFIG" && \
 
23809
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
429
23810
+if test -n "$PKG_CONFIG"; then
430
23811
+    if test -n "$ORBIT_IDL_LIBS"; then
431
23812
+        pkg_cv_ORBIT_IDL_LIBS="$ORBIT_IDL_LIBS"
432
23813
+    else
433
23814
+        if test -n "$PKG_CONFIG" && \
434
 
     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"\\
 
23815
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
435
23816
        libIDL-2.0 >= \$LIBIDL_REQUIRED \\
436
23817
        glib-2.0 >= \$GLIB_REQUIRED \\
437
 
@@ -12058,8 +12075,9 @@
 
23818
        gobject-2.0 >= \$GLIB_REQUIRED \\
 
23819
-       gmodule-2.0 >= \$GLIB_REQUIRED\"") >&5
 
23820
+       gmodule-2.0 >= \$GLIB_REQUIRED\""; } >&5
 
23821
   ($PKG_CONFIG --exists --print-errors "\
 
23822
        libIDL-2.0 >= $LIBIDL_REQUIRED \
 
23823
        glib-2.0 >= $GLIB_REQUIRED \
 
23824
        gobject-2.0 >= $GLIB_REQUIRED \
 
23825
        gmodule-2.0 >= $GLIB_REQUIRED") 2>&5
 
23826
   ac_status=$?
 
23827
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
23828
-  (exit $ac_status); }; then
 
23829
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
23830
+  test $ac_status = 0; }; then
 
23831
   pkg_cv_ORBIT_IDL_LIBS=`$PKG_CONFIG --libs "\
 
23832
        libIDL-2.0 >= $LIBIDL_REQUIRED \
 
23833
        glib-2.0 >= $GLIB_REQUIRED \
 
23834
@@ -12120,8 +11415,9 @@
438
23835
 else
439
23836
   pkg_failed=yes
440
23837
 fi
446
23843
 fi
447
23844
 
448
23845
 
449
 
@@ -12072,17 +12090,17 @@
 
23846
@@ -12134,37 +11430,22 @@
450
23847
         _pkg_short_errors_supported=no
451
23848
 fi
452
23849
         if test $_pkg_short_errors_supported = yes; then
468
23865
         fi
469
23866
        # Put the nasty error message in config.log where it belongs
470
23867
        echo "$ORBIT_IDL_PKG_ERRORS" >&5
471
 
@@ -12157,10 +12175,11 @@
472
 
 { $as_echo "$as_me:$LINENO: checking for ORBIT_NAME" >&5
 
23868
 
 
23869
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (\
 
23870
-       libIDL-2.0 >= $LIBIDL_REQUIRED \
 
23871
-       glib-2.0 >= $GLIB_REQUIRED \
 
23872
-       gobject-2.0 >= $GLIB_REQUIRED \
 
23873
-       gmodule-2.0 >= $GLIB_REQUIRED) were not met:
 
23874
-
 
23875
-$ORBIT_IDL_PKG_ERRORS
 
23876
-
 
23877
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
23878
-installed software in a non-standard prefix.
 
23879
-
 
23880
-Alternatively, you may set the environment variables ORBIT_IDL_CFLAGS
 
23881
-and ORBIT_IDL_LIBS to avoid the need to call pkg-config.
 
23882
-See the pkg-config man page for more details.
 
23883
-" >&5
 
23884
-$as_echo "$as_me: error: Package requirements (\
 
23885
+       as_fn_error "Package requirements (\
 
23886
        libIDL-2.0 >= $LIBIDL_REQUIRED \
 
23887
        glib-2.0 >= $GLIB_REQUIRED \
 
23888
        gobject-2.0 >= $GLIB_REQUIRED \
 
23889
@@ -12178,22 +11459,11 @@
 
23890
 Alternatively, you may set the environment variables ORBIT_IDL_CFLAGS
 
23891
 and ORBIT_IDL_LIBS to avoid the need to call pkg-config.
 
23892
 See the pkg-config man page for more details.
 
23893
-" >&2;}
 
23894
-   { (exit 1); exit 1; }; }
 
23895
+" "$LINENO" 5
 
23896
 elif test $pkg_failed = untried; then
 
23897
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
23898
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
23899
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
23900
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
23901
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
23902
-path to pkg-config.
 
23903
-
 
23904
-Alternatively, you may set the environment variables ORBIT_IDL_CFLAGS
 
23905
-and ORBIT_IDL_LIBS to avoid the need to call pkg-config.
 
23906
-See the pkg-config man page for more details.
 
23907
-
 
23908
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
23909
-See \`config.log' for more details." >&5
 
23910
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
23911
+as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
 
23912
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
23913
 path to pkg-config.
 
23914
 
 
23915
@@ -12202,12 +11472,11 @@
 
23916
 See the pkg-config man page for more details.
 
23917
 
 
23918
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
23919
-See \`config.log' for more details." >&2;}
 
23920
-   { (exit 1); exit 1; }; }; }
 
23921
+See \`config.log' for more details." "$LINENO" 5; }
 
23922
 else
 
23923
        ORBIT_IDL_CFLAGS=$pkg_cv_ORBIT_IDL_CFLAGS
 
23924
        ORBIT_IDL_LIBS=$pkg_cv_ORBIT_IDL_LIBS
 
23925
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
23926
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
23927
 $as_echo "yes" >&6; }
 
23928
        :
 
23929
 fi
 
23930
@@ -12216,24 +11485,25 @@
 
23931
 
 
23932
 
 
23933
 pkg_failed=no
 
23934
-{ $as_echo "$as_me:$LINENO: checking for ORBIT_NAME" >&5
 
23935
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ORBIT_NAME" >&5
473
23936
 $as_echo_n "checking for ORBIT_NAME... " >&6; }
474
23937
 
475
23938
-if test -n "$ORBIT_NAME_CFLAGS"; then
476
23939
-    pkg_cv_ORBIT_NAME_CFLAGS="$ORBIT_NAME_CFLAGS"
477
23940
- elif test -n "$PKG_CONFIG"; then
478
23941
-    if test -n "$PKG_CONFIG" && \
 
23942
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQUIRED \\
479
23943
+if test -n "$PKG_CONFIG"; then
480
23944
+    if test -n "$ORBIT_NAME_CFLAGS"; then
481
23945
+        pkg_cv_ORBIT_NAME_CFLAGS="$ORBIT_NAME_CFLAGS"
482
23946
+    else
483
23947
+        if test -n "$PKG_CONFIG" && \
484
 
     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQUIRED \\
 
23948
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQUIRED \\
485
23949
        gobject-2.0 >= \$GLIB_REQUIRED \\
486
23950
        gthread-2.0 >= \$GLIB_REQUIRED \\
487
 
@@ -12179,13 +12198,15 @@
 
23951
-       gmodule-2.0 >= \$GLIB_REQUIRED\"") >&5
 
23952
+       gmodule-2.0 >= \$GLIB_REQUIRED\""; } >&5
 
23953
   ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQUIRED \
 
23954
        gobject-2.0 >= $GLIB_REQUIRED \
 
23955
        gthread-2.0 >= $GLIB_REQUIRED \
 
23956
        gmodule-2.0 >= $GLIB_REQUIRED") 2>&5
 
23957
   ac_status=$?
 
23958
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
23959
-  (exit $ac_status); }; then
 
23960
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
23961
+  test $ac_status = 0; }; then
 
23962
   pkg_cv_ORBIT_NAME_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= $GLIB_REQUIRED \
 
23963
        gobject-2.0 >= $GLIB_REQUIRED \
 
23964
        gthread-2.0 >= $GLIB_REQUIRED \
 
23965
@@ -12241,24 +11511,26 @@
488
23966
 else
489
23967
   pkg_failed=yes
490
23968
 fi
498
23976
-    pkg_cv_ORBIT_NAME_LIBS="$ORBIT_NAME_LIBS"
499
23977
- elif test -n "$PKG_CONFIG"; then
500
23978
-    if test -n "$PKG_CONFIG" && \
 
23979
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQUIRED \\
501
23980
+if test -n "$PKG_CONFIG"; then
502
23981
+    if test -n "$ORBIT_NAME_LIBS"; then
503
23982
+        pkg_cv_ORBIT_NAME_LIBS="$ORBIT_NAME_LIBS"
504
23983
+    else
505
23984
+        if test -n "$PKG_CONFIG" && \
506
 
     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQUIRED \\
 
23985
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQUIRED \\
507
23986
        gobject-2.0 >= \$GLIB_REQUIRED \\
508
23987
        gthread-2.0 >= \$GLIB_REQUIRED \\
509
 
@@ -12204,8 +12225,9 @@
 
23988
-       gmodule-2.0 >= \$GLIB_REQUIRED\"") >&5
 
23989
+       gmodule-2.0 >= \$GLIB_REQUIRED\""; } >&5
 
23990
   ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQUIRED \
 
23991
        gobject-2.0 >= $GLIB_REQUIRED \
 
23992
        gthread-2.0 >= $GLIB_REQUIRED \
 
23993
        gmodule-2.0 >= $GLIB_REQUIRED") 2>&5
 
23994
   ac_status=$?
 
23995
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
23996
-  (exit $ac_status); }; then
 
23997
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
23998
+  test $ac_status = 0; }; then
 
23999
   pkg_cv_ORBIT_NAME_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= $GLIB_REQUIRED \
 
24000
        gobject-2.0 >= $GLIB_REQUIRED \
 
24001
        gthread-2.0 >= $GLIB_REQUIRED \
 
24002
@@ -12266,8 +11538,9 @@
510
24003
 else
511
24004
   pkg_failed=yes
512
24005
 fi
518
24011
 fi
519
24012
 
520
24013
 
521
 
@@ -12218,15 +12240,15 @@
 
24014
@@ -12280,34 +11553,20 @@
522
24015
         _pkg_short_errors_supported=no
523
24016
 fi
524
24017
         if test $_pkg_short_errors_supported = yes; then
538
24031
         fi
539
24032
        # Put the nasty error message in config.log where it belongs
540
24033
        echo "$ORBIT_NAME_PKG_ERRORS" >&5
541
 
@@ -16452,10 +16474,11 @@
542
 
 { $as_echo "$as_me:$LINENO: checking for LINC" >&5
543
 
 $as_echo_n "checking for LINC... " >&6; }
544
 
 
 
24034
 
 
24035
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (glib-2.0 >= $GLIB_REQUIRED \
 
24036
-       gobject-2.0 >= $GLIB_REQUIRED \
 
24037
-       gthread-2.0 >= $GLIB_REQUIRED \
 
24038
-       gmodule-2.0 >= $GLIB_REQUIRED) were not met:
 
24039
-
 
24040
-$ORBIT_NAME_PKG_ERRORS
 
24041
-
 
24042
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
24043
-installed software in a non-standard prefix.
 
24044
-
 
24045
-Alternatively, you may set the environment variables ORBIT_NAME_CFLAGS
 
24046
-and ORBIT_NAME_LIBS to avoid the need to call pkg-config.
 
24047
-See the pkg-config man page for more details.
 
24048
-" >&5
 
24049
-$as_echo "$as_me: error: Package requirements (glib-2.0 >= $GLIB_REQUIRED \
 
24050
+       as_fn_error "Package requirements (glib-2.0 >= $GLIB_REQUIRED \
 
24051
        gobject-2.0 >= $GLIB_REQUIRED \
 
24052
        gthread-2.0 >= $GLIB_REQUIRED \
 
24053
        gmodule-2.0 >= $GLIB_REQUIRED) were not met:
 
24054
@@ -12320,22 +11579,11 @@
 
24055
 Alternatively, you may set the environment variables ORBIT_NAME_CFLAGS
 
24056
 and ORBIT_NAME_LIBS to avoid the need to call pkg-config.
 
24057
 See the pkg-config man page for more details.
 
24058
-" >&2;}
 
24059
-   { (exit 1); exit 1; }; }
 
24060
+" "$LINENO" 5
 
24061
 elif test $pkg_failed = untried; then
 
24062
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
24063
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
24064
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
24065
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
24066
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
24067
-path to pkg-config.
 
24068
-
 
24069
-Alternatively, you may set the environment variables ORBIT_NAME_CFLAGS
 
24070
-and ORBIT_NAME_LIBS to avoid the need to call pkg-config.
 
24071
-See the pkg-config man page for more details.
 
24072
-
 
24073
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
24074
-See \`config.log' for more details." >&5
 
24075
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
24076
+as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
 
24077
 is in your PATH or set the PKG_CONFIG environment variable to the full
 
24078
 path to pkg-config.
 
24079
 
 
24080
@@ -12344,28 +11592,23 @@
 
24081
 See the pkg-config man page for more details.
 
24082
 
 
24083
 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
24084
-See \`config.log' for more details." >&2;}
 
24085
-   { (exit 1); exit 1; }; }; }
 
24086
+See \`config.log' for more details." "$LINENO" 5; }
 
24087
 else
 
24088
        ORBIT_NAME_CFLAGS=$pkg_cv_ORBIT_NAME_CFLAGS
 
24089
        ORBIT_NAME_LIBS=$pkg_cv_ORBIT_NAME_LIBS
 
24090
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
24091
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
24092
 $as_echo "yes" >&6; }
 
24093
        :
 
24094
 fi
 
24095
 
 
24096
 
 
24097
 
 
24098
-{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
 
24099
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
 
24100
 $as_echo_n "checking for ANSI C header files... " >&6; }
 
24101
-if test "${ac_cv_header_stdc+set}" = set; then
 
24102
+if test "${ac_cv_header_stdc+set}" = set; then :
 
24103
   $as_echo_n "(cached) " >&6
 
24104
 else
 
24105
-  cat >conftest.$ac_ext <<_ACEOF
 
24106
-/* confdefs.h.  */
 
24107
-_ACEOF
 
24108
-cat confdefs.h >>conftest.$ac_ext
 
24109
-cat >>conftest.$ac_ext <<_ACEOF
 
24110
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
24111
 /* end confdefs.h.  */
 
24112
 #include <stdlib.h>
 
24113
 #include <stdarg.h>
 
24114
@@ -12380,48 +11623,23 @@
 
24115
   return 0;
 
24116
 }
 
24117
 _ACEOF
 
24118
-rm -f conftest.$ac_objext
 
24119
-if { (ac_try="$ac_compile"
 
24120
-case "(($ac_try" in
 
24121
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
24122
-  *) ac_try_echo=$ac_try;;
 
24123
-esac
 
24124
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
24125
-$as_echo "$ac_try_echo") >&5
 
24126
-  (eval "$ac_compile") 2>conftest.er1
 
24127
-  ac_status=$?
 
24128
-  grep -v '^ *+' conftest.er1 >conftest.err
 
24129
-  rm -f conftest.er1
 
24130
-  cat conftest.err >&5
 
24131
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24132
-  (exit $ac_status); } && {
 
24133
-        test -z "$ac_c_werror_flag" ||
 
24134
-        test ! -s conftest.err
 
24135
-       } && test -s conftest.$ac_objext; then
 
24136
+if ac_fn_c_try_compile "$LINENO"; then :
 
24137
   ac_cv_header_stdc=yes
 
24138
 else
 
24139
-  $as_echo "$as_me: failed program was:" >&5
 
24140
-sed 's/^/| /' conftest.$ac_ext >&5
 
24141
-
 
24142
-       ac_cv_header_stdc=no
 
24143
+  ac_cv_header_stdc=no
 
24144
 fi
 
24145
-
 
24146
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
24147
 
 
24148
 if test $ac_cv_header_stdc = yes; then
 
24149
   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
 
24150
-  cat >conftest.$ac_ext <<_ACEOF
 
24151
-/* confdefs.h.  */
 
24152
-_ACEOF
 
24153
-cat confdefs.h >>conftest.$ac_ext
 
24154
-cat >>conftest.$ac_ext <<_ACEOF
 
24155
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
24156
 /* end confdefs.h.  */
 
24157
 #include <string.h>
 
24158
 
 
24159
 _ACEOF
 
24160
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
 
24161
-  $EGREP "memchr" >/dev/null 2>&1; then
 
24162
-  :
 
24163
+  $EGREP "memchr" >/dev/null 2>&1; then :
 
24164
+
 
24165
 else
 
24166
   ac_cv_header_stdc=no
 
24167
 fi
 
24168
@@ -12431,18 +11649,14 @@
 
24169
 
 
24170
 if test $ac_cv_header_stdc = yes; then
 
24171
   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
 
24172
-  cat >conftest.$ac_ext <<_ACEOF
 
24173
-/* confdefs.h.  */
 
24174
-_ACEOF
 
24175
-cat confdefs.h >>conftest.$ac_ext
 
24176
-cat >>conftest.$ac_ext <<_ACEOF
 
24177
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
24178
 /* end confdefs.h.  */
 
24179
 #include <stdlib.h>
 
24180
 
 
24181
 _ACEOF
 
24182
 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
 
24183
-  $EGREP "free" >/dev/null 2>&1; then
 
24184
-  :
 
24185
+  $EGREP "free" >/dev/null 2>&1; then :
 
24186
+
 
24187
 else
 
24188
   ac_cv_header_stdc=no
 
24189
 fi
 
24190
@@ -12452,14 +11666,10 @@
 
24191
 
 
24192
 if test $ac_cv_header_stdc = yes; then
 
24193
   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
 
24194
-  if test "$cross_compiling" = yes; then
 
24195
+  if test "$cross_compiling" = yes; then :
 
24196
   :
 
24197
 else
 
24198
-  cat >conftest.$ac_ext <<_ACEOF
 
24199
-/* confdefs.h.  */
 
24200
-_ACEOF
 
24201
-cat confdefs.h >>conftest.$ac_ext
 
24202
-cat >>conftest.$ac_ext <<_ACEOF
 
24203
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
24204
 /* end confdefs.h.  */
 
24205
 #include <ctype.h>
 
24206
 #include <stdlib.h>
 
24207
@@ -12486,201 +11696,59 @@
 
24208
   return 0;
 
24209
 }
 
24210
 _ACEOF
 
24211
-rm -f conftest$ac_exeext
 
24212
-if { (ac_try="$ac_link"
 
24213
-case "(($ac_try" in
 
24214
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
24215
-  *) ac_try_echo=$ac_try;;
 
24216
-esac
 
24217
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
24218
-$as_echo "$ac_try_echo") >&5
 
24219
-  (eval "$ac_link") 2>&5
 
24220
-  ac_status=$?
 
24221
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24222
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
24223
-  { (case "(($ac_try" in
 
24224
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
24225
-  *) ac_try_echo=$ac_try;;
 
24226
-esac
 
24227
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
24228
-$as_echo "$ac_try_echo") >&5
 
24229
-  (eval "$ac_try") 2>&5
 
24230
-  ac_status=$?
 
24231
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24232
-  (exit $ac_status); }; }; then
 
24233
-  :
 
24234
-else
 
24235
-  $as_echo "$as_me: program exited with status $ac_status" >&5
 
24236
-$as_echo "$as_me: failed program was:" >&5
 
24237
-sed 's/^/| /' conftest.$ac_ext >&5
 
24238
+if ac_fn_c_try_run "$LINENO"; then :
 
24239
 
 
24240
-( exit $ac_status )
 
24241
-ac_cv_header_stdc=no
 
24242
+else
 
24243
+  ac_cv_header_stdc=no
 
24244
 fi
 
24245
-rm -rf conftest.dSYM
 
24246
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
24247
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
 
24248
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 
24249
 fi
 
24250
 
 
24251
-
 
24252
 fi
 
24253
 fi
 
24254
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
 
24255
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
 
24256
 $as_echo "$ac_cv_header_stdc" >&6; }
 
24257
 if test $ac_cv_header_stdc = yes; then
 
24258
 
 
24259
-cat >>confdefs.h <<\_ACEOF
 
24260
-#define STDC_HEADERS 1
 
24261
-_ACEOF
 
24262
+$as_echo "#define STDC_HEADERS 1" >>confdefs.h
 
24263
 
 
24264
 fi
 
24265
 
 
24266
-
 
24267
-
 
24268
-
 
24269
-
 
24270
-
 
24271
 for ac_header in fcntl.h unistd.h sys/endian.h endian.h machine/endian.h
 
24272
-do
 
24273
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
24274
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
24275
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
24276
-$as_echo_n "checking for $ac_header... " >&6; }
 
24277
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
24278
-  $as_echo_n "(cached) " >&6
 
24279
-fi
 
24280
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
24281
-                $as_echo "$as_val"'`
 
24282
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
24283
-$as_echo "$ac_res" >&6; }
 
24284
-else
 
24285
-  # Is the header compilable?
 
24286
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
24287
-$as_echo_n "checking $ac_header usability... " >&6; }
 
24288
-cat >conftest.$ac_ext <<_ACEOF
 
24289
-/* confdefs.h.  */
 
24290
-_ACEOF
 
24291
-cat confdefs.h >>conftest.$ac_ext
 
24292
-cat >>conftest.$ac_ext <<_ACEOF
 
24293
-/* end confdefs.h.  */
 
24294
-$ac_includes_default
 
24295
-#include <$ac_header>
 
24296
+do :
 
24297
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
24298
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
 
24299
+eval as_val=\$$as_ac_Header
 
24300
+   if test "x$as_val" = x""yes; then :
 
24301
+  cat >>confdefs.h <<_ACEOF
 
24302
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
24303
 _ACEOF
 
24304
-rm -f conftest.$ac_objext
 
24305
-if { (ac_try="$ac_compile"
 
24306
-case "(($ac_try" in
 
24307
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
24308
-  *) ac_try_echo=$ac_try;;
 
24309
-esac
 
24310
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
24311
-$as_echo "$ac_try_echo") >&5
 
24312
-  (eval "$ac_compile") 2>conftest.er1
 
24313
-  ac_status=$?
 
24314
-  grep -v '^ *+' conftest.er1 >conftest.err
 
24315
-  rm -f conftest.er1
 
24316
-  cat conftest.err >&5
 
24317
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24318
-  (exit $ac_status); } && {
 
24319
-        test -z "$ac_c_werror_flag" ||
 
24320
-        test ! -s conftest.err
 
24321
-       } && test -s conftest.$ac_objext; then
 
24322
-  ac_header_compiler=yes
 
24323
-else
 
24324
-  $as_echo "$as_me: failed program was:" >&5
 
24325
-sed 's/^/| /' conftest.$ac_ext >&5
 
24326
 
 
24327
-       ac_header_compiler=no
 
24328
 fi
 
24329
 
 
24330
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
24331
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
24332
-$as_echo "$ac_header_compiler" >&6; }
 
24333
+done
 
24334
 
 
24335
-# Is the header present?
 
24336
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
24337
-$as_echo_n "checking $ac_header presence... " >&6; }
 
24338
-cat >conftest.$ac_ext <<_ACEOF
 
24339
-/* confdefs.h.  */
 
24340
-_ACEOF
 
24341
-cat confdefs.h >>conftest.$ac_ext
 
24342
-cat >>conftest.$ac_ext <<_ACEOF
 
24343
-/* end confdefs.h.  */
 
24344
-#include <$ac_header>
 
24345
+for ac_header in sys/machine.h sys/isa_defs.h sys/poll.h sys/select.h
 
24346
+do :
 
24347
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
24348
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
 
24349
+eval as_val=\$$as_ac_Header
 
24350
+   if test "x$as_val" = x""yes; then :
 
24351
+  cat >>confdefs.h <<_ACEOF
 
24352
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
24353
 _ACEOF
 
24354
-if { (ac_try="$ac_cpp conftest.$ac_ext"
 
24355
-case "(($ac_try" in
 
24356
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
24357
-  *) ac_try_echo=$ac_try;;
 
24358
-esac
 
24359
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
24360
-$as_echo "$ac_try_echo") >&5
 
24361
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
24362
-  ac_status=$?
 
24363
-  grep -v '^ *+' conftest.er1 >conftest.err
 
24364
-  rm -f conftest.er1
 
24365
-  cat conftest.err >&5
 
24366
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24367
-  (exit $ac_status); } >/dev/null && {
 
24368
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
24369
-        test ! -s conftest.err
 
24370
-       }; then
 
24371
-  ac_header_preproc=yes
 
24372
-else
 
24373
-  $as_echo "$as_me: failed program was:" >&5
 
24374
-sed 's/^/| /' conftest.$ac_ext >&5
 
24375
 
 
24376
-  ac_header_preproc=no
 
24377
 fi
 
24378
 
 
24379
-rm -f conftest.err conftest.$ac_ext
 
24380
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
24381
-$as_echo "$ac_header_preproc" >&6; }
 
24382
-
 
24383
-# So?  What about this header?
 
24384
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
24385
-  yes:no: )
 
24386
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
24387
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
24388
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
24389
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
24390
-    ac_header_preproc=yes
 
24391
-    ;;
 
24392
-  no:yes:* )
 
24393
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
24394
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
24395
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
24396
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
24397
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
24398
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
24399
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
24400
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
24401
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
24402
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
24403
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
24404
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
24405
-    ( cat <<\_ASBOX
 
24406
-## --------------------------------------------------------------------- ##
 
24407
-## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=ORBit2 ##
 
24408
-## --------------------------------------------------------------------- ##
 
24409
-_ASBOX
 
24410
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
 
24411
-    ;;
 
24412
-esac
 
24413
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
24414
-$as_echo_n "checking for $ac_header... " >&6; }
 
24415
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
24416
-  $as_echo_n "(cached) " >&6
 
24417
-else
 
24418
-  eval "$as_ac_Header=\$ac_header_preproc"
 
24419
-fi
 
24420
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
24421
-                $as_echo "$as_val"'`
 
24422
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
24423
-$as_echo "$ac_res" >&6; }
 
24424
+done
 
24425
 
 
24426
-fi
 
24427
-as_val=`eval 'as_val=${'$as_ac_Header'}
 
24428
-                $as_echo "$as_val"'`
 
24429
-   if test "x$as_val" = x""yes; then
 
24430
+for ac_header in sys/time.h netinet/in.h sys/socket.h arpa/inet.h
 
24431
+do :
 
24432
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
24433
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
 
24434
+eval as_val=\$$as_ac_Header
 
24435
+   if test "x$as_val" = x""yes; then :
 
24436
   cat >>confdefs.h <<_ACEOF
 
24437
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
24438
 _ACEOF
 
24439
@@ -12689,152 +11757,40 @@
 
24440
 
 
24441
 done
 
24442
 
 
24443
-
 
24444
-
 
24445
-
 
24446
-
 
24447
-for ac_header in sys/machine.h sys/isa_defs.h sys/poll.h sys/select.h
 
24448
-do
 
24449
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
24450
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
24451
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
24452
-$as_echo_n "checking for $ac_header... " >&6; }
 
24453
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
24454
-  $as_echo_n "(cached) " >&6
 
24455
-fi
 
24456
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
24457
-                $as_echo "$as_val"'`
 
24458
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
24459
-$as_echo "$ac_res" >&6; }
 
24460
-else
 
24461
-  # Is the header compilable?
 
24462
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
24463
-$as_echo_n "checking $ac_header usability... " >&6; }
 
24464
-cat >conftest.$ac_ext <<_ACEOF
 
24465
-/* confdefs.h.  */
 
24466
-_ACEOF
 
24467
-cat confdefs.h >>conftest.$ac_ext
 
24468
-cat >>conftest.$ac_ext <<_ACEOF
 
24469
-/* end confdefs.h.  */
 
24470
-$ac_includes_default
 
24471
-#include <$ac_header>
 
24472
+for ac_header in stddef.h wchar.h wcstr.h wctype.h machine/types.h
 
24473
+do :
 
24474
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
24475
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
 
24476
+eval as_val=\$$as_ac_Header
 
24477
+   if test "x$as_val" = x""yes; then :
 
24478
+  cat >>confdefs.h <<_ACEOF
 
24479
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
24480
 _ACEOF
 
24481
-rm -f conftest.$ac_objext
 
24482
-if { (ac_try="$ac_compile"
 
24483
-case "(($ac_try" in
 
24484
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
24485
-  *) ac_try_echo=$ac_try;;
 
24486
-esac
 
24487
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
24488
-$as_echo "$ac_try_echo") >&5
 
24489
-  (eval "$ac_compile") 2>conftest.er1
 
24490
-  ac_status=$?
 
24491
-  grep -v '^ *+' conftest.er1 >conftest.err
 
24492
-  rm -f conftest.er1
 
24493
-  cat conftest.err >&5
 
24494
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24495
-  (exit $ac_status); } && {
 
24496
-        test -z "$ac_c_werror_flag" ||
 
24497
-        test ! -s conftest.err
 
24498
-       } && test -s conftest.$ac_objext; then
 
24499
-  ac_header_compiler=yes
 
24500
-else
 
24501
-  $as_echo "$as_me: failed program was:" >&5
 
24502
-sed 's/^/| /' conftest.$ac_ext >&5
 
24503
 
 
24504
-       ac_header_compiler=no
 
24505
 fi
 
24506
 
 
24507
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
24508
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
24509
-$as_echo "$ac_header_compiler" >&6; }
 
24510
+done
 
24511
 
 
24512
-# Is the header present?
 
24513
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
24514
-$as_echo_n "checking $ac_header presence... " >&6; }
 
24515
-cat >conftest.$ac_ext <<_ACEOF
 
24516
-/* confdefs.h.  */
 
24517
-_ACEOF
 
24518
-cat confdefs.h >>conftest.$ac_ext
 
24519
-cat >>conftest.$ac_ext <<_ACEOF
 
24520
-/* end confdefs.h.  */
 
24521
-#include <$ac_header>
 
24522
+for ac_header in sys/un.h sys/uio.h syslog.h
 
24523
+do :
 
24524
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
24525
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
 
24526
+eval as_val=\$$as_ac_Header
 
24527
+   if test "x$as_val" = x""yes; then :
 
24528
+  cat >>confdefs.h <<_ACEOF
 
24529
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
24530
 _ACEOF
 
24531
-if { (ac_try="$ac_cpp conftest.$ac_ext"
 
24532
-case "(($ac_try" in
 
24533
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
24534
-  *) ac_try_echo=$ac_try;;
 
24535
-esac
 
24536
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
24537
-$as_echo "$ac_try_echo") >&5
 
24538
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
24539
-  ac_status=$?
 
24540
-  grep -v '^ *+' conftest.er1 >conftest.err
 
24541
-  rm -f conftest.er1
 
24542
-  cat conftest.err >&5
 
24543
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24544
-  (exit $ac_status); } >/dev/null && {
 
24545
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
24546
-        test ! -s conftest.err
 
24547
-       }; then
 
24548
-  ac_header_preproc=yes
 
24549
-else
 
24550
-  $as_echo "$as_me: failed program was:" >&5
 
24551
-sed 's/^/| /' conftest.$ac_ext >&5
 
24552
 
 
24553
-  ac_header_preproc=no
 
24554
 fi
 
24555
 
 
24556
-rm -f conftest.err conftest.$ac_ext
 
24557
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
24558
-$as_echo "$ac_header_preproc" >&6; }
 
24559
-
 
24560
-# So?  What about this header?
 
24561
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
24562
-  yes:no: )
 
24563
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
24564
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
24565
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
24566
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
24567
-    ac_header_preproc=yes
 
24568
-    ;;
 
24569
-  no:yes:* )
 
24570
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
24571
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
24572
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
24573
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
24574
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
24575
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
24576
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
24577
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
24578
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
24579
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
24580
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
24581
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
24582
-    ( cat <<\_ASBOX
 
24583
-## --------------------------------------------------------------------- ##
 
24584
-## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=ORBit2 ##
 
24585
-## --------------------------------------------------------------------- ##
 
24586
-_ASBOX
 
24587
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
 
24588
-    ;;
 
24589
-esac
 
24590
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
24591
-$as_echo_n "checking for $ac_header... " >&6; }
 
24592
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
24593
-  $as_echo_n "(cached) " >&6
 
24594
-else
 
24595
-  eval "$as_ac_Header=\$ac_header_preproc"
 
24596
-fi
 
24597
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
24598
-                $as_echo "$as_val"'`
 
24599
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
24600
-$as_echo "$ac_res" >&6; }
 
24601
+done
 
24602
 
 
24603
-fi
 
24604
-as_val=`eval 'as_val=${'$as_ac_Header'}
 
24605
-                $as_echo "$as_val"'`
 
24606
-   if test "x$as_val" = x""yes; then
 
24607
+for ac_header in sys/wait.h netdb.h
 
24608
+do :
 
24609
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
24610
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
 
24611
+eval as_val=\$$as_ac_Header
 
24612
+   if test "x$as_val" = x""yes; then :
 
24613
   cat >>confdefs.h <<_ACEOF
 
24614
 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
24615
 _ACEOF
 
24616
@@ -12843,154 +11799,38 @@
 
24617
 
 
24618
 done
 
24619
 
 
24620
-
 
24621
-
 
24622
-
 
24623
-
 
24624
-for ac_header in sys/time.h netinet/in.h sys/socket.h arpa/inet.h
 
24625
-do
 
24626
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
24627
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
24628
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
24629
-$as_echo_n "checking for $ac_header... " >&6; }
 
24630
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
24631
-  $as_echo_n "(cached) " >&6
 
24632
-fi
 
24633
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
24634
-                $as_echo "$as_val"'`
 
24635
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
24636
-$as_echo "$ac_res" >&6; }
 
24637
-else
 
24638
-  # Is the header compilable?
 
24639
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
24640
-$as_echo_n "checking $ac_header usability... " >&6; }
 
24641
-cat >conftest.$ac_ext <<_ACEOF
 
24642
-/* confdefs.h.  */
 
24643
-_ACEOF
 
24644
-cat confdefs.h >>conftest.$ac_ext
 
24645
-cat >>conftest.$ac_ext <<_ACEOF
 
24646
-/* end confdefs.h.  */
 
24647
-$ac_includes_default
 
24648
-#include <$ac_header>
 
24649
+for ac_header in utime.h sys/utime.h
 
24650
+do :
 
24651
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
24652
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
 
24653
+eval as_val=\$$as_ac_Header
 
24654
+   if test "x$as_val" = x""yes; then :
 
24655
+  cat >>confdefs.h <<_ACEOF
 
24656
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
24657
 _ACEOF
 
24658
-rm -f conftest.$ac_objext
 
24659
-if { (ac_try="$ac_compile"
 
24660
-case "(($ac_try" in
 
24661
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
24662
-  *) ac_try_echo=$ac_try;;
 
24663
-esac
 
24664
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
24665
-$as_echo "$ac_try_echo") >&5
 
24666
-  (eval "$ac_compile") 2>conftest.er1
 
24667
-  ac_status=$?
 
24668
-  grep -v '^ *+' conftest.er1 >conftest.err
 
24669
-  rm -f conftest.er1
 
24670
-  cat conftest.err >&5
 
24671
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24672
-  (exit $ac_status); } && {
 
24673
-        test -z "$ac_c_werror_flag" ||
 
24674
-        test ! -s conftest.err
 
24675
-       } && test -s conftest.$ac_objext; then
 
24676
-  ac_header_compiler=yes
 
24677
-else
 
24678
-  $as_echo "$as_me: failed program was:" >&5
 
24679
-sed 's/^/| /' conftest.$ac_ext >&5
 
24680
 
 
24681
-       ac_header_compiler=no
 
24682
 fi
 
24683
 
 
24684
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
24685
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
24686
-$as_echo "$ac_header_compiler" >&6; }
 
24687
+done
 
24688
 
 
24689
-# Is the header present?
 
24690
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
24691
-$as_echo_n "checking $ac_header presence... " >&6; }
 
24692
-cat >conftest.$ac_ext <<_ACEOF
 
24693
-/* confdefs.h.  */
 
24694
-_ACEOF
 
24695
-cat confdefs.h >>conftest.$ac_ext
 
24696
-cat >>conftest.$ac_ext <<_ACEOF
 
24697
-/* end confdefs.h.  */
 
24698
-#include <$ac_header>
 
24699
+for ac_header in linux/socket.h
 
24700
+do :
 
24701
+  ac_fn_c_check_header_mongrel "$LINENO" "linux/socket.h" "ac_cv_header_linux_socket_h" "$ac_includes_default"
 
24702
+if test "x$ac_cv_header_linux_socket_h" = x""yes; then :
 
24703
+  cat >>confdefs.h <<_ACEOF
 
24704
+#define HAVE_LINUX_SOCKET_H 1
 
24705
 _ACEOF
 
24706
-if { (ac_try="$ac_cpp conftest.$ac_ext"
 
24707
-case "(($ac_try" in
 
24708
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
24709
-  *) ac_try_echo=$ac_try;;
 
24710
-esac
 
24711
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
24712
-$as_echo "$ac_try_echo") >&5
 
24713
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
24714
-  ac_status=$?
 
24715
-  grep -v '^ *+' conftest.er1 >conftest.err
 
24716
-  rm -f conftest.er1
 
24717
-  cat conftest.err >&5
 
24718
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24719
-  (exit $ac_status); } >/dev/null && {
 
24720
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
24721
-        test ! -s conftest.err
 
24722
-       }; then
 
24723
-  ac_header_preproc=yes
 
24724
-else
 
24725
-  $as_echo "$as_me: failed program was:" >&5
 
24726
-sed 's/^/| /' conftest.$ac_ext >&5
 
24727
 
 
24728
-  ac_header_preproc=no
 
24729
 fi
 
24730
 
 
24731
-rm -f conftest.err conftest.$ac_ext
 
24732
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
24733
-$as_echo "$ac_header_preproc" >&6; }
 
24734
-
 
24735
-# So?  What about this header?
 
24736
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
24737
-  yes:no: )
 
24738
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
24739
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
24740
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
24741
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
24742
-    ac_header_preproc=yes
 
24743
-    ;;
 
24744
-  no:yes:* )
 
24745
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
24746
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
24747
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
24748
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
24749
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
24750
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
24751
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
24752
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
24753
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
24754
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
24755
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
24756
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
24757
-    ( cat <<\_ASBOX
 
24758
-## --------------------------------------------------------------------- ##
 
24759
-## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=ORBit2 ##
 
24760
-## --------------------------------------------------------------------- ##
 
24761
-_ASBOX
 
24762
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
 
24763
-    ;;
 
24764
-esac
 
24765
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
24766
-$as_echo_n "checking for $ac_header... " >&6; }
 
24767
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
24768
-  $as_echo_n "(cached) " >&6
 
24769
-else
 
24770
-  eval "$as_ac_Header=\$ac_header_preproc"
 
24771
-fi
 
24772
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
24773
-                $as_echo "$as_val"'`
 
24774
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
24775
-$as_echo "$ac_res" >&6; }
 
24776
+done
 
24777
 
 
24778
-fi
 
24779
-as_val=`eval 'as_val=${'$as_ac_Header'}
 
24780
-                $as_echo "$as_val"'`
 
24781
-   if test "x$as_val" = x""yes; then
 
24782
+for ac_header in sys/sockio.h
 
24783
+do :
 
24784
+  ac_fn_c_check_header_mongrel "$LINENO" "sys/sockio.h" "ac_cv_header_sys_sockio_h" "$ac_includes_default"
 
24785
+if test "x$ac_cv_header_sys_sockio_h" = x""yes; then :
 
24786
   cat >>confdefs.h <<_ACEOF
 
24787
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
24788
+#define HAVE_SYS_SOCKIO_H 1
 
24789
 _ACEOF
 
24790
 
 
24791
 fi
 
24792
@@ -12998,4960 +11838,1423 @@
 
24793
 done
 
24794
 
 
24795
 
 
24796
+if test "$os_win32" = "yes"; then
 
24797
+       for ac_header in winsock2.h
 
24798
+do :
 
24799
+  ac_fn_c_check_header_mongrel "$LINENO" "winsock2.h" "ac_cv_header_winsock2_h" "$ac_includes_default"
 
24800
+if test "x$ac_cv_header_winsock2_h" = x""yes; then :
 
24801
+  cat >>confdefs.h <<_ACEOF
 
24802
+#define HAVE_WINSOCK2_H 1
 
24803
+_ACEOF
 
24804
 
 
24805
+fi
 
24806
 
 
24807
+done
 
24808
 
 
24809
+       if test $ac_cv_header_winsock2_h = yes; then
 
24810
+                                               LIBS="-lws2_32 $LIBS"
 
24811
+       fi
 
24812
+fi
 
24813
 
 
24814
-for ac_header in stddef.h wchar.h wcstr.h wctype.h machine/types.h
 
24815
-do
 
24816
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
24817
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
24818
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
24819
-$as_echo_n "checking for $ac_header... " >&6; }
 
24820
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
24821
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for an ANSI C-conforming const" >&5
 
24822
+$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
 
24823
+if test "${ac_cv_c_const+set}" = set; then :
 
24824
   $as_echo_n "(cached) " >&6
 
24825
-fi
 
24826
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
24827
-                $as_echo "$as_val"'`
 
24828
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
24829
-$as_echo "$ac_res" >&6; }
 
24830
 else
 
24831
-  # Is the header compilable?
 
24832
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
24833
-$as_echo_n "checking $ac_header usability... " >&6; }
 
24834
-cat >conftest.$ac_ext <<_ACEOF
 
24835
-/* confdefs.h.  */
 
24836
-_ACEOF
 
24837
-cat confdefs.h >>conftest.$ac_ext
 
24838
-cat >>conftest.$ac_ext <<_ACEOF
 
24839
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
24840
 /* end confdefs.h.  */
 
24841
-$ac_includes_default
 
24842
-#include <$ac_header>
 
24843
-_ACEOF
 
24844
-rm -f conftest.$ac_objext
 
24845
-if { (ac_try="$ac_compile"
 
24846
-case "(($ac_try" in
 
24847
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
24848
-  *) ac_try_echo=$ac_try;;
 
24849
-esac
 
24850
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
24851
-$as_echo "$ac_try_echo") >&5
 
24852
-  (eval "$ac_compile") 2>conftest.er1
 
24853
-  ac_status=$?
 
24854
-  grep -v '^ *+' conftest.er1 >conftest.err
 
24855
-  rm -f conftest.er1
 
24856
-  cat conftest.err >&5
 
24857
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24858
-  (exit $ac_status); } && {
 
24859
-        test -z "$ac_c_werror_flag" ||
 
24860
-        test ! -s conftest.err
 
24861
-       } && test -s conftest.$ac_objext; then
 
24862
-  ac_header_compiler=yes
 
24863
-else
 
24864
-  $as_echo "$as_me: failed program was:" >&5
 
24865
-sed 's/^/| /' conftest.$ac_ext >&5
 
24866
 
 
24867
-       ac_header_compiler=no
 
24868
-fi
 
24869
+int
 
24870
+main ()
 
24871
+{
 
24872
+/* FIXME: Include the comments suggested by Paul. */
 
24873
+#ifndef __cplusplus
 
24874
+  /* Ultrix mips cc rejects this.  */
 
24875
+  typedef int charset[2];
 
24876
+  const charset cs;
 
24877
+  /* SunOS 4.1.1 cc rejects this.  */
 
24878
+  char const *const *pcpcc;
 
24879
+  char **ppc;
 
24880
+  /* NEC SVR4.0.2 mips cc rejects this.  */
 
24881
+  struct point {int x, y;};
 
24882
+  static struct point const zero = {0,0};
 
24883
+  /* AIX XL C 1.02.0.0 rejects this.
 
24884
+     It does not let you subtract one const X* pointer from another in
 
24885
+     an arm of an if-expression whose if-part is not a constant
 
24886
+     expression */
 
24887
+  const char *g = "string";
 
24888
+  pcpcc = &g + (g ? g-g : 0);
 
24889
+  /* HPUX 7.0 cc rejects these. */
 
24890
+  ++pcpcc;
 
24891
+  ppc = (char**) pcpcc;
 
24892
+  pcpcc = (char const *const *) ppc;
 
24893
+  { /* SCO 3.2v4 cc rejects this.  */
 
24894
+    char *t;
 
24895
+    char const *s = 0 ? (char *) 0 : (char const *) 0;
 
24896
 
 
24897
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
24898
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
24899
-$as_echo "$ac_header_compiler" >&6; }
 
24900
+    *t++ = 0;
 
24901
+    if (s) return 0;
 
24902
+  }
 
24903
+  { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
 
24904
+    int x[] = {25, 17};
 
24905
+    const int *foo = &x[0];
 
24906
+    ++foo;
 
24907
+  }
 
24908
+  { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
 
24909
+    typedef const int *iptr;
 
24910
+    iptr p = 0;
 
24911
+    ++p;
 
24912
+  }
 
24913
+  { /* AIX XL C 1.02.0.0 rejects this saying
 
24914
+       "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
 
24915
+    struct s { int j; const int *ap[3]; };
 
24916
+    struct s *b; b->j = 5;
 
24917
+  }
 
24918
+  { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
 
24919
+    const int foo = 10;
 
24920
+    if (!foo) return 0;
 
24921
+  }
 
24922
+  return !cs[0] && !zero.x;
 
24923
+#endif
 
24924
 
 
24925
-# Is the header present?
 
24926
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
24927
-$as_echo_n "checking $ac_header presence... " >&6; }
 
24928
-cat >conftest.$ac_ext <<_ACEOF
 
24929
-/* confdefs.h.  */
 
24930
-_ACEOF
 
24931
-cat confdefs.h >>conftest.$ac_ext
 
24932
-cat >>conftest.$ac_ext <<_ACEOF
 
24933
-/* end confdefs.h.  */
 
24934
-#include <$ac_header>
 
24935
+  ;
 
24936
+  return 0;
 
24937
+}
 
24938
 _ACEOF
 
24939
-if { (ac_try="$ac_cpp conftest.$ac_ext"
 
24940
-case "(($ac_try" in
 
24941
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
24942
-  *) ac_try_echo=$ac_try;;
 
24943
-esac
 
24944
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
24945
-$as_echo "$ac_try_echo") >&5
 
24946
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
24947
-  ac_status=$?
 
24948
-  grep -v '^ *+' conftest.er1 >conftest.err
 
24949
-  rm -f conftest.er1
 
24950
-  cat conftest.err >&5
 
24951
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
24952
-  (exit $ac_status); } >/dev/null && {
 
24953
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
24954
-        test ! -s conftest.err
 
24955
-       }; then
 
24956
-  ac_header_preproc=yes
 
24957
+if ac_fn_c_try_compile "$LINENO"; then :
 
24958
+  ac_cv_c_const=yes
 
24959
 else
 
24960
-  $as_echo "$as_me: failed program was:" >&5
 
24961
-sed 's/^/| /' conftest.$ac_ext >&5
 
24962
-
 
24963
-  ac_header_preproc=no
 
24964
+  ac_cv_c_const=no
 
24965
+fi
 
24966
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
24967
 fi
 
24968
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_const" >&5
 
24969
+$as_echo "$ac_cv_c_const" >&6; }
 
24970
+if test $ac_cv_c_const = no; then
 
24971
 
 
24972
-rm -f conftest.err conftest.$ac_ext
 
24973
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
24974
-$as_echo "$ac_header_preproc" >&6; }
 
24975
+$as_echo "#define const /**/" >>confdefs.h
 
24976
 
 
24977
-# So?  What about this header?
 
24978
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
24979
-  yes:no: )
 
24980
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
24981
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
24982
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
24983
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
24984
-    ac_header_preproc=yes
 
24985
-    ;;
 
24986
-  no:yes:* )
 
24987
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
24988
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
24989
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
24990
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
24991
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
24992
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
24993
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
24994
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
24995
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
24996
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
24997
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
24998
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
24999
-    ( cat <<\_ASBOX
 
25000
-## --------------------------------------------------------------------- ##
 
25001
-## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=ORBit2 ##
 
25002
-## --------------------------------------------------------------------- ##
 
25003
-_ASBOX
 
25004
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
 
25005
-    ;;
 
25006
-esac
 
25007
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
25008
-$as_echo_n "checking for $ac_header... " >&6; }
 
25009
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
25010
+fi
 
25011
+
 
25012
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
 
25013
+$as_echo_n "checking for inline... " >&6; }
 
25014
+if test "${ac_cv_c_inline+set}" = set; then :
 
25015
   $as_echo_n "(cached) " >&6
 
25016
 else
 
25017
-  eval "$as_ac_Header=\$ac_header_preproc"
 
25018
-fi
 
25019
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
25020
-                $as_echo "$as_val"'`
 
25021
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
25022
-$as_echo "$ac_res" >&6; }
 
25023
+  ac_cv_c_inline=no
 
25024
+for ac_kw in inline __inline__ __inline; do
 
25025
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
25026
+/* end confdefs.h.  */
 
25027
+#ifndef __cplusplus
 
25028
+typedef int foo_t;
 
25029
+static $ac_kw foo_t static_foo () {return 0; }
 
25030
+$ac_kw foo_t foo () {return 0; }
 
25031
+#endif
 
25032
 
 
25033
-fi
 
25034
-as_val=`eval 'as_val=${'$as_ac_Header'}
 
25035
-                $as_echo "$as_val"'`
 
25036
-   if test "x$as_val" = x""yes; then
 
25037
-  cat >>confdefs.h <<_ACEOF
 
25038
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
25039
 _ACEOF
 
25040
-
 
25041
+if ac_fn_c_try_compile "$LINENO"; then :
 
25042
+  ac_cv_c_inline=$ac_kw
 
25043
 fi
 
25044
-
 
25045
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
25046
+  test "$ac_cv_c_inline" != no && break
 
25047
 done
 
25048
 
 
25049
-
 
25050
-
 
25051
-
 
25052
-for ac_header in sys/un.h sys/uio.h syslog.h
 
25053
-do
 
25054
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
25055
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
25056
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
25057
-$as_echo_n "checking for $ac_header... " >&6; }
 
25058
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
25059
-  $as_echo_n "(cached) " >&6
 
25060
 fi
 
25061
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
25062
-                $as_echo "$as_val"'`
 
25063
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
25064
-$as_echo "$ac_res" >&6; }
 
25065
-else
 
25066
-  # Is the header compilable?
 
25067
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
25068
-$as_echo_n "checking $ac_header usability... " >&6; }
 
25069
-cat >conftest.$ac_ext <<_ACEOF
 
25070
-/* confdefs.h.  */
 
25071
-_ACEOF
 
25072
-cat confdefs.h >>conftest.$ac_ext
 
25073
-cat >>conftest.$ac_ext <<_ACEOF
 
25074
-/* end confdefs.h.  */
 
25075
-$ac_includes_default
 
25076
-#include <$ac_header>
 
25077
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
 
25078
+$as_echo "$ac_cv_c_inline" >&6; }
 
25079
+
 
25080
+case $ac_cv_c_inline in
 
25081
+  inline | yes) ;;
 
25082
+  *)
 
25083
+    case $ac_cv_c_inline in
 
25084
+      no) ac_val=;;
 
25085
+      *) ac_val=$ac_cv_c_inline;;
 
25086
+    esac
 
25087
+    cat >>confdefs.h <<_ACEOF
 
25088
+#ifndef __cplusplus
 
25089
+#define inline $ac_val
 
25090
+#endif
 
25091
 _ACEOF
 
25092
-rm -f conftest.$ac_objext
 
25093
-if { (ac_try="$ac_compile"
 
25094
-case "(($ac_try" in
 
25095
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
25096
-  *) ac_try_echo=$ac_try;;
 
25097
+    ;;
 
25098
 esac
 
25099
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
25100
-$as_echo "$ac_try_echo") >&5
 
25101
-  (eval "$ac_compile") 2>conftest.er1
 
25102
-  ac_status=$?
 
25103
-  grep -v '^ *+' conftest.er1 >conftest.err
 
25104
-  rm -f conftest.er1
 
25105
-  cat conftest.err >&5
 
25106
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25107
-  (exit $ac_status); } && {
 
25108
-        test -z "$ac_c_werror_flag" ||
 
25109
-        test ! -s conftest.err
 
25110
-       } && test -s conftest.$ac_objext; then
 
25111
-  ac_header_compiler=yes
 
25112
-else
 
25113
-  $as_echo "$as_me: failed program was:" >&5
 
25114
-sed 's/^/| /' conftest.$ac_ext >&5
 
25115
 
 
25116
-       ac_header_compiler=no
 
25117
-fi
 
25118
+ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
 
25119
+if test "x$ac_cv_type_size_t" = x""yes; then :
 
25120
 
 
25121
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
25122
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
25123
-$as_echo "$ac_header_compiler" >&6; }
 
25124
+else
 
25125
 
 
25126
-# Is the header present?
 
25127
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
25128
-$as_echo_n "checking $ac_header presence... " >&6; }
 
25129
-cat >conftest.$ac_ext <<_ACEOF
 
25130
-/* confdefs.h.  */
 
25131
-_ACEOF
 
25132
-cat confdefs.h >>conftest.$ac_ext
 
25133
-cat >>conftest.$ac_ext <<_ACEOF
 
25134
-/* end confdefs.h.  */
 
25135
-#include <$ac_header>
 
25136
+cat >>confdefs.h <<_ACEOF
 
25137
+#define size_t unsigned int
 
25138
 _ACEOF
 
25139
-if { (ac_try="$ac_cpp conftest.$ac_ext"
 
25140
-case "(($ac_try" in
 
25141
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
25142
-  *) ac_try_echo=$ac_try;;
 
25143
-esac
 
25144
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
25145
-$as_echo "$ac_try_echo") >&5
 
25146
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
25147
-  ac_status=$?
 
25148
-  grep -v '^ *+' conftest.er1 >conftest.err
 
25149
-  rm -f conftest.er1
 
25150
-  cat conftest.err >&5
 
25151
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25152
-  (exit $ac_status); } >/dev/null && {
 
25153
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
25154
-        test ! -s conftest.err
 
25155
-       }; then
 
25156
-  ac_header_preproc=yes
 
25157
-else
 
25158
-  $as_echo "$as_me: failed program was:" >&5
 
25159
-sed 's/^/| /' conftest.$ac_ext >&5
 
25160
 
 
25161
-  ac_header_preproc=no
 
25162
 fi
 
25163
 
 
25164
-rm -f conftest.err conftest.$ac_ext
 
25165
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
25166
-$as_echo "$ac_header_preproc" >&6; }
 
25167
-
 
25168
-# So?  What about this header?
 
25169
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
25170
-  yes:no: )
 
25171
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
25172
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
25173
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
25174
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
25175
-    ac_header_preproc=yes
 
25176
-    ;;
 
25177
-  no:yes:* )
 
25178
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
25179
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
25180
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
25181
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
25182
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
25183
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
25184
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
25185
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
25186
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
25187
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
25188
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
25189
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
25190
-    ( cat <<\_ASBOX
 
25191
-## --------------------------------------------------------------------- ##
 
25192
-## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=ORBit2 ##
 
25193
-## --------------------------------------------------------------------- ##
 
25194
-_ASBOX
 
25195
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
 
25196
-    ;;
 
25197
-esac
 
25198
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
25199
-$as_echo_n "checking for $ac_header... " >&6; }
 
25200
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
25201
-  $as_echo_n "(cached) " >&6
 
25202
-else
 
25203
-  eval "$as_ac_Header=\$ac_header_preproc"
 
25204
-fi
 
25205
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
25206
-                $as_echo "$as_val"'`
 
25207
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
25208
-$as_echo "$ac_res" >&6; }
 
25209
 
 
25210
-fi
 
25211
-as_val=`eval 'as_val=${'$as_ac_Header'}
 
25212
-                $as_echo "$as_val"'`
 
25213
-   if test "x$as_val" = x""yes; then
 
25214
+for ac_func in vprintf
 
25215
+do :
 
25216
+  ac_fn_c_check_func "$LINENO" "vprintf" "ac_cv_func_vprintf"
 
25217
+if test "x$ac_cv_func_vprintf" = x""yes; then :
 
25218
   cat >>confdefs.h <<_ACEOF
 
25219
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
25220
+#define HAVE_VPRINTF 1
 
25221
 _ACEOF
 
25222
 
 
25223
+ac_fn_c_check_func "$LINENO" "_doprnt" "ac_cv_func__doprnt"
 
25224
+if test "x$ac_cv_func__doprnt" = x""yes; then :
 
25225
+
 
25226
+$as_echo "#define HAVE_DOPRNT 1" >>confdefs.h
 
25227
+
 
25228
 fi
 
25229
 
 
25230
+fi
 
25231
 done
 
25232
 
 
25233
 
 
25234
 
 
25235
-for ac_header in sys/wait.h netdb.h
 
25236
-do
 
25237
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
25238
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
25239
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
25240
-$as_echo_n "checking for $ac_header... " >&6; }
 
25241
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
25242
+ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket"
 
25243
+if test "x$ac_cv_func_socket" = x""yes; then :
 
25244
+
 
25245
+else
 
25246
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socket in -lsocket" >&5
 
25247
+$as_echo_n "checking for socket in -lsocket... " >&6; }
 
25248
+if test "${ac_cv_lib_socket_socket+set}" = set; then :
 
25249
   $as_echo_n "(cached) " >&6
 
25250
-fi
 
25251
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
25252
-                $as_echo "$as_val"'`
 
25253
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
25254
-$as_echo "$ac_res" >&6; }
 
25255
 else
 
25256
-  # Is the header compilable?
 
25257
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
25258
-$as_echo_n "checking $ac_header usability... " >&6; }
 
25259
-cat >conftest.$ac_ext <<_ACEOF
 
25260
-/* confdefs.h.  */
 
25261
-_ACEOF
 
25262
-cat confdefs.h >>conftest.$ac_ext
 
25263
-cat >>conftest.$ac_ext <<_ACEOF
 
25264
+  ac_check_lib_save_LIBS=$LIBS
 
25265
+LIBS="-lsocket  $LIBS"
 
25266
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
25267
 /* end confdefs.h.  */
 
25268
-$ac_includes_default
 
25269
-#include <$ac_header>
 
25270
+
 
25271
+/* Override any GCC internal prototype to avoid an error.
 
25272
+   Use char because int might match the return type of a GCC
 
25273
+   builtin and then its argument prototype would still apply.  */
 
25274
+#ifdef __cplusplus
 
25275
+extern "C"
 
25276
+#endif
 
25277
+char socket ();
 
25278
+int
 
25279
+main ()
 
25280
+{
 
25281
+return socket ();
 
25282
+  ;
 
25283
+  return 0;
 
25284
+}
 
25285
 _ACEOF
 
25286
-rm -f conftest.$ac_objext
 
25287
-if { (ac_try="$ac_compile"
 
25288
-case "(($ac_try" in
 
25289
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
25290
-  *) ac_try_echo=$ac_try;;
 
25291
-esac
 
25292
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
25293
-$as_echo "$ac_try_echo") >&5
 
25294
-  (eval "$ac_compile") 2>conftest.er1
 
25295
-  ac_status=$?
 
25296
-  grep -v '^ *+' conftest.er1 >conftest.err
 
25297
-  rm -f conftest.er1
 
25298
-  cat conftest.err >&5
 
25299
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25300
-  (exit $ac_status); } && {
 
25301
-        test -z "$ac_c_werror_flag" ||
 
25302
-        test ! -s conftest.err
 
25303
-       } && test -s conftest.$ac_objext; then
 
25304
-  ac_header_compiler=yes
 
25305
+if ac_fn_c_try_link "$LINENO"; then :
 
25306
+  ac_cv_lib_socket_socket=yes
 
25307
 else
 
25308
-  $as_echo "$as_me: failed program was:" >&5
 
25309
-sed 's/^/| /' conftest.$ac_ext >&5
 
25310
-
 
25311
-       ac_header_compiler=no
 
25312
+  ac_cv_lib_socket_socket=no
 
25313
+fi
 
25314
+rm -f core conftest.err conftest.$ac_objext \
 
25315
+    conftest$ac_exeext conftest.$ac_ext
 
25316
+LIBS=$ac_check_lib_save_LIBS
 
25317
 fi
 
25318
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_socket" >&5
 
25319
+$as_echo "$ac_cv_lib_socket_socket" >&6; }
 
25320
+if test "x$ac_cv_lib_socket_socket" = x""yes; then :
 
25321
+  cat >>confdefs.h <<_ACEOF
 
25322
+#define HAVE_LIBSOCKET 1
 
25323
+_ACEOF
 
25324
 
 
25325
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
25326
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
25327
-$as_echo "$ac_header_compiler" >&6; }
 
25328
+  LIBS="-lsocket $LIBS"
 
25329
 
 
25330
-# Is the header present?
 
25331
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
25332
-$as_echo_n "checking $ac_header presence... " >&6; }
 
25333
-cat >conftest.$ac_ext <<_ACEOF
 
25334
-/* confdefs.h.  */
 
25335
-_ACEOF
 
25336
-cat confdefs.h >>conftest.$ac_ext
 
25337
-cat >>conftest.$ac_ext <<_ACEOF
 
25338
-/* end confdefs.h.  */
 
25339
-#include <$ac_header>
 
25340
-_ACEOF
 
25341
-if { (ac_try="$ac_cpp conftest.$ac_ext"
 
25342
-case "(($ac_try" in
 
25343
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
25344
-  *) ac_try_echo=$ac_try;;
 
25345
-esac
 
25346
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
25347
-$as_echo "$ac_try_echo") >&5
 
25348
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
25349
-  ac_status=$?
 
25350
-  grep -v '^ *+' conftest.er1 >conftest.err
 
25351
-  rm -f conftest.er1
 
25352
-  cat conftest.err >&5
 
25353
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25354
-  (exit $ac_status); } >/dev/null && {
 
25355
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
25356
-        test ! -s conftest.err
 
25357
-       }; then
 
25358
-  ac_header_preproc=yes
 
25359
-else
 
25360
-  $as_echo "$as_me: failed program was:" >&5
 
25361
-sed 's/^/| /' conftest.$ac_ext >&5
 
25362
-
 
25363
-  ac_header_preproc=no
 
25364
-fi
 
25365
-
 
25366
-rm -f conftest.err conftest.$ac_ext
 
25367
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
25368
-$as_echo "$ac_header_preproc" >&6; }
 
25369
-
 
25370
-# So?  What about this header?
 
25371
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
25372
-  yes:no: )
 
25373
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
25374
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
25375
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
25376
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
25377
-    ac_header_preproc=yes
 
25378
-    ;;
 
25379
-  no:yes:* )
 
25380
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
25381
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
25382
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
25383
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
25384
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
25385
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
25386
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
25387
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
25388
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
25389
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
25390
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
25391
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
25392
-    ( cat <<\_ASBOX
 
25393
-## --------------------------------------------------------------------- ##
 
25394
-## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=ORBit2 ##
 
25395
-## --------------------------------------------------------------------- ##
 
25396
-_ASBOX
 
25397
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
 
25398
-    ;;
 
25399
-esac
 
25400
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
25401
-$as_echo_n "checking for $ac_header... " >&6; }
 
25402
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
25403
-  $as_echo_n "(cached) " >&6
 
25404
-else
 
25405
-  eval "$as_ac_Header=\$ac_header_preproc"
 
25406
 fi
 
25407
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
25408
-                $as_echo "$as_val"'`
 
25409
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
25410
-$as_echo "$ac_res" >&6; }
 
25411
-
 
25412
-fi
 
25413
-as_val=`eval 'as_val=${'$as_ac_Header'}
 
25414
-                $as_echo "$as_val"'`
 
25415
-   if test "x$as_val" = x""yes; then
 
25416
-  cat >>confdefs.h <<_ACEOF
 
25417
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
25418
-_ACEOF
 
25419
 
 
25420
 fi
 
25421
 
 
25422
-done
 
25423
-
 
25424
+ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
 
25425
+if test "x$ac_cv_func_gethostbyname" = x""yes; then :
 
25426
 
 
25427
-
 
25428
-for ac_header in utime.h sys/utime.h
 
25429
-do
 
25430
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
25431
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
25432
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
25433
-$as_echo_n "checking for $ac_header... " >&6; }
 
25434
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
25435
+else
 
25436
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
 
25437
+$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
 
25438
+if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
 
25439
   $as_echo_n "(cached) " >&6
 
25440
-fi
 
25441
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
25442
-                $as_echo "$as_val"'`
 
25443
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
25444
-$as_echo "$ac_res" >&6; }
 
25445
 else
 
25446
-  # Is the header compilable?
 
25447
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
25448
-$as_echo_n "checking $ac_header usability... " >&6; }
 
25449
-cat >conftest.$ac_ext <<_ACEOF
 
25450
-/* confdefs.h.  */
 
25451
-_ACEOF
 
25452
-cat confdefs.h >>conftest.$ac_ext
 
25453
-cat >>conftest.$ac_ext <<_ACEOF
 
25454
+  ac_check_lib_save_LIBS=$LIBS
 
25455
+LIBS="-lnsl  $LIBS"
 
25456
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
25457
 /* end confdefs.h.  */
 
25458
-$ac_includes_default
 
25459
-#include <$ac_header>
 
25460
+
 
25461
+/* Override any GCC internal prototype to avoid an error.
 
25462
+   Use char because int might match the return type of a GCC
 
25463
+   builtin and then its argument prototype would still apply.  */
 
25464
+#ifdef __cplusplus
 
25465
+extern "C"
 
25466
+#endif
 
25467
+char gethostbyname ();
 
25468
+int
 
25469
+main ()
 
25470
+{
 
25471
+return gethostbyname ();
 
25472
+  ;
 
25473
+  return 0;
 
25474
+}
 
25475
 _ACEOF
 
25476
-rm -f conftest.$ac_objext
 
25477
-if { (ac_try="$ac_compile"
 
25478
-case "(($ac_try" in
 
25479
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
25480
-  *) ac_try_echo=$ac_try;;
 
25481
-esac
 
25482
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
25483
-$as_echo "$ac_try_echo") >&5
 
25484
-  (eval "$ac_compile") 2>conftest.er1
 
25485
-  ac_status=$?
 
25486
-  grep -v '^ *+' conftest.er1 >conftest.err
 
25487
-  rm -f conftest.er1
 
25488
-  cat conftest.err >&5
 
25489
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25490
-  (exit $ac_status); } && {
 
25491
-        test -z "$ac_c_werror_flag" ||
 
25492
-        test ! -s conftest.err
 
25493
-       } && test -s conftest.$ac_objext; then
 
25494
-  ac_header_compiler=yes
 
25495
+if ac_fn_c_try_link "$LINENO"; then :
 
25496
+  ac_cv_lib_nsl_gethostbyname=yes
 
25497
 else
 
25498
-  $as_echo "$as_me: failed program was:" >&5
 
25499
-sed 's/^/| /' conftest.$ac_ext >&5
 
25500
-
 
25501
-       ac_header_compiler=no
 
25502
+  ac_cv_lib_nsl_gethostbyname=no
 
25503
 fi
 
25504
+rm -f core conftest.err conftest.$ac_objext \
 
25505
+    conftest$ac_exeext conftest.$ac_ext
 
25506
+LIBS=$ac_check_lib_save_LIBS
 
25507
+fi
 
25508
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
 
25509
+$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
 
25510
+if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
 
25511
+  cat >>confdefs.h <<_ACEOF
 
25512
+#define HAVE_LIBNSL 1
 
25513
+_ACEOF
 
25514
 
 
25515
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
25516
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
25517
-$as_echo "$ac_header_compiler" >&6; }
 
25518
+  LIBS="-lnsl $LIBS"
 
25519
 
 
25520
-# Is the header present?
 
25521
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
25522
-$as_echo_n "checking $ac_header presence... " >&6; }
 
25523
-cat >conftest.$ac_ext <<_ACEOF
 
25524
-/* confdefs.h.  */
 
25525
-_ACEOF
 
25526
-cat confdefs.h >>conftest.$ac_ext
 
25527
-cat >>conftest.$ac_ext <<_ACEOF
 
25528
-/* end confdefs.h.  */
 
25529
-#include <$ac_header>
 
25530
-_ACEOF
 
25531
-if { (ac_try="$ac_cpp conftest.$ac_ext"
 
25532
-case "(($ac_try" in
 
25533
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
25534
-  *) ac_try_echo=$ac_try;;
 
25535
-esac
 
25536
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
25537
-$as_echo "$ac_try_echo") >&5
 
25538
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
25539
-  ac_status=$?
 
25540
-  grep -v '^ *+' conftest.er1 >conftest.err
 
25541
-  rm -f conftest.er1
 
25542
-  cat conftest.err >&5
 
25543
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25544
-  (exit $ac_status); } >/dev/null && {
 
25545
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
25546
-        test ! -s conftest.err
 
25547
-       }; then
 
25548
-  ac_header_preproc=yes
 
25549
-else
 
25550
-  $as_echo "$as_me: failed program was:" >&5
 
25551
-sed 's/^/| /' conftest.$ac_ext >&5
 
25552
+fi
 
25553
 
 
25554
-  ac_header_preproc=no
 
25555
 fi
 
25556
 
 
25557
-rm -f conftest.err conftest.$ac_ext
 
25558
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
25559
-$as_echo "$ac_header_preproc" >&6; }
 
25560
+ac_fn_c_check_func "$LINENO" "sigaction" "ac_cv_func_sigaction"
 
25561
+if test "x$ac_cv_func_sigaction" = x""yes; then :
 
25562
 
 
25563
-# So?  What about this header?
 
25564
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
25565
-  yes:no: )
 
25566
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
25567
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
25568
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
25569
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
25570
-    ac_header_preproc=yes
 
25571
-    ;;
 
25572
-  no:yes:* )
 
25573
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
25574
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
25575
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
25576
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
25577
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
25578
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
25579
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
25580
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
25581
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
25582
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
25583
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
25584
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
25585
-    ( cat <<\_ASBOX
 
25586
-## --------------------------------------------------------------------- ##
 
25587
-## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=ORBit2 ##
 
25588
-## --------------------------------------------------------------------- ##
 
25589
-_ASBOX
 
25590
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
 
25591
-    ;;
 
25592
-esac
 
25593
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
25594
-$as_echo_n "checking for $ac_header... " >&6; }
 
25595
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
25596
-  $as_echo_n "(cached) " >&6
 
25597
-else
 
25598
-  eval "$as_ac_Header=\$ac_header_preproc"
 
25599
 fi
 
25600
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
25601
-                $as_echo "$as_val"'`
 
25602
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
25603
-$as_echo "$ac_res" >&6; }
 
25604
 
 
25605
-fi
 
25606
-as_val=`eval 'as_val=${'$as_ac_Header'}
 
25607
-                $as_echo "$as_val"'`
 
25608
-   if test "x$as_val" = x""yes; then
 
25609
-  cat >>confdefs.h <<_ACEOF
 
25610
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
25611
-_ACEOF
 
25612
+ac_fn_c_check_func "$LINENO" "syslog" "ac_cv_func_syslog"
 
25613
+if test "x$ac_cv_func_syslog" = x""yes; then :
 
25614
 
 
25615
 fi
 
25616
 
 
25617
-done
 
25618
-
 
25619
 
 
25620
-for ac_header in linux/socket.h
 
25621
-do
 
25622
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
25623
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
25624
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
25625
-$as_echo_n "checking for $ac_header... " >&6; }
 
25626
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
25627
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
 
25628
+$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
 
25629
+if test "${ac_cv_c_bigendian+set}" = set; then :
 
25630
   $as_echo_n "(cached) " >&6
 
25631
-fi
 
25632
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
25633
-                $as_echo "$as_val"'`
 
25634
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
25635
-$as_echo "$ac_res" >&6; }
 
25636
 else
 
25637
-  # Is the header compilable?
 
25638
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
25639
-$as_echo_n "checking $ac_header usability... " >&6; }
 
25640
-cat >conftest.$ac_ext <<_ACEOF
 
25641
-/* confdefs.h.  */
 
25642
-_ACEOF
 
25643
-cat confdefs.h >>conftest.$ac_ext
 
25644
-cat >>conftest.$ac_ext <<_ACEOF
 
25645
+  ac_cv_c_bigendian=unknown
 
25646
+    # See if we're dealing with a universal compiler.
 
25647
+    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
25648
 /* end confdefs.h.  */
 
25649
-$ac_includes_default
 
25650
-#include <$ac_header>
 
25651
+#ifndef __APPLE_CC__
 
25652
+              not a universal capable compiler
 
25653
+            #endif
 
25654
+            typedef int dummy;
 
25655
+
 
25656
 _ACEOF
 
25657
-rm -f conftest.$ac_objext
 
25658
-if { (ac_try="$ac_compile"
 
25659
-case "(($ac_try" in
 
25660
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
25661
-  *) ac_try_echo=$ac_try;;
 
25662
-esac
 
25663
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
25664
-$as_echo "$ac_try_echo") >&5
 
25665
-  (eval "$ac_compile") 2>conftest.er1
 
25666
-  ac_status=$?
 
25667
-  grep -v '^ *+' conftest.er1 >conftest.err
 
25668
-  rm -f conftest.er1
 
25669
-  cat conftest.err >&5
 
25670
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25671
-  (exit $ac_status); } && {
 
25672
-        test -z "$ac_c_werror_flag" ||
 
25673
-        test ! -s conftest.err
 
25674
-       } && test -s conftest.$ac_objext; then
 
25675
-  ac_header_compiler=yes
 
25676
-else
 
25677
-  $as_echo "$as_me: failed program was:" >&5
 
25678
-sed 's/^/| /' conftest.$ac_ext >&5
 
25679
+if ac_fn_c_try_compile "$LINENO"; then :
 
25680
 
 
25681
-       ac_header_compiler=no
 
25682
+       # Check for potential -arch flags.  It is not universal unless
 
25683
+       # there are at least two -arch flags with different values.
 
25684
+       ac_arch=
 
25685
+       ac_prev=
 
25686
+       for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
 
25687
+        if test -n "$ac_prev"; then
 
25688
+          case $ac_word in
 
25689
+            i?86 | x86_64 | ppc | ppc64)
 
25690
+              if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
 
25691
+                ac_arch=$ac_word
 
25692
+              else
 
25693
+                ac_cv_c_bigendian=universal
 
25694
+                break
 
25695
+              fi
 
25696
+              ;;
 
25697
+          esac
 
25698
+          ac_prev=
 
25699
+        elif test "x$ac_word" = "x-arch"; then
 
25700
+          ac_prev=arch
 
25701
+        fi
 
25702
+       done
 
25703
 fi
 
25704
-
 
25705
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
25706
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
25707
-$as_echo "$ac_header_compiler" >&6; }
 
25708
+    if test $ac_cv_c_bigendian = unknown; then
 
25709
+      # See if sys/param.h defines the BYTE_ORDER macro.
 
25710
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
25711
+/* end confdefs.h.  */
 
25712
+#include <sys/types.h>
 
25713
+            #include <sys/param.h>
 
25714
 
 
25715
-# Is the header present?
 
25716
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
25717
-$as_echo_n "checking $ac_header presence... " >&6; }
 
25718
-cat >conftest.$ac_ext <<_ACEOF
 
25719
-/* confdefs.h.  */
 
25720
+int
 
25721
+main ()
 
25722
+{
 
25723
+#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
 
25724
+                    && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
 
25725
+                    && LITTLE_ENDIAN)
 
25726
+             bogus endian macros
 
25727
+            #endif
 
25728
+
 
25729
+  ;
 
25730
+  return 0;
 
25731
+}
 
25732
 _ACEOF
 
25733
-cat confdefs.h >>conftest.$ac_ext
 
25734
-cat >>conftest.$ac_ext <<_ACEOF
 
25735
+if ac_fn_c_try_compile "$LINENO"; then :
 
25736
+  # It does; now see whether it defined to BIG_ENDIAN or not.
 
25737
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
25738
 /* end confdefs.h.  */
 
25739
-#include <$ac_header>
 
25740
-_ACEOF
 
25741
-if { (ac_try="$ac_cpp conftest.$ac_ext"
 
25742
-case "(($ac_try" in
 
25743
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
25744
-  *) ac_try_echo=$ac_try;;
 
25745
-esac
 
25746
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
25747
-$as_echo "$ac_try_echo") >&5
 
25748
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
25749
-  ac_status=$?
 
25750
-  grep -v '^ *+' conftest.er1 >conftest.err
 
25751
-  rm -f conftest.er1
 
25752
-  cat conftest.err >&5
 
25753
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25754
-  (exit $ac_status); } >/dev/null && {
 
25755
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
25756
-        test ! -s conftest.err
 
25757
-       }; then
 
25758
-  ac_header_preproc=yes
 
25759
-else
 
25760
-  $as_echo "$as_me: failed program was:" >&5
 
25761
-sed 's/^/| /' conftest.$ac_ext >&5
 
25762
-
 
25763
-  ac_header_preproc=no
 
25764
-fi
 
25765
+#include <sys/types.h>
 
25766
+               #include <sys/param.h>
 
25767
 
 
25768
-rm -f conftest.err conftest.$ac_ext
 
25769
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
25770
-$as_echo "$ac_header_preproc" >&6; }
 
25771
+int
 
25772
+main ()
 
25773
+{
 
25774
+#if BYTE_ORDER != BIG_ENDIAN
 
25775
+                not big endian
 
25776
+               #endif
 
25777
 
 
25778
-# So?  What about this header?
 
25779
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
25780
-  yes:no: )
 
25781
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
25782
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
25783
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
25784
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
25785
-    ac_header_preproc=yes
 
25786
-    ;;
 
25787
-  no:yes:* )
 
25788
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
25789
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
25790
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
25791
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
25792
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
25793
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
25794
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
25795
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
25796
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
25797
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
25798
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
25799
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
25800
-    ( cat <<\_ASBOX
 
25801
-## --------------------------------------------------------------------- ##
 
25802
-## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=ORBit2 ##
 
25803
-## --------------------------------------------------------------------- ##
 
25804
-_ASBOX
 
25805
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
 
25806
-    ;;
 
25807
-esac
 
25808
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
25809
-$as_echo_n "checking for $ac_header... " >&6; }
 
25810
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
25811
-  $as_echo_n "(cached) " >&6
 
25812
+  ;
 
25813
+  return 0;
 
25814
+}
 
25815
+_ACEOF
 
25816
+if ac_fn_c_try_compile "$LINENO"; then :
 
25817
+  ac_cv_c_bigendian=yes
 
25818
 else
 
25819
-  eval "$as_ac_Header=\$ac_header_preproc"
 
25820
-fi
 
25821
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
25822
-                $as_echo "$as_val"'`
 
25823
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
25824
-$as_echo "$ac_res" >&6; }
 
25825
-
 
25826
+  ac_cv_c_bigendian=no
 
25827
 fi
 
25828
-as_val=`eval 'as_val=${'$as_ac_Header'}
 
25829
-                $as_echo "$as_val"'`
 
25830
-   if test "x$as_val" = x""yes; then
 
25831
-  cat >>confdefs.h <<_ACEOF
 
25832
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
25833
-_ACEOF
 
25834
-
 
25835
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
25836
 fi
 
25837
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
25838
+    fi
 
25839
+    if test $ac_cv_c_bigendian = unknown; then
 
25840
+      # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
 
25841
+      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
25842
+/* end confdefs.h.  */
 
25843
+#include <limits.h>
 
25844
 
 
25845
-done
 
25846
+int
 
25847
+main ()
 
25848
+{
 
25849
+#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
 
25850
+             bogus endian macros
 
25851
+            #endif
 
25852
 
 
25853
-
 
25854
-for ac_header in sys/sockio.h
 
25855
-do
 
25856
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
25857
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
25858
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
25859
-$as_echo_n "checking for $ac_header... " >&6; }
 
25860
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
25861
-  $as_echo_n "(cached) " >&6
 
25862
-fi
 
25863
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
25864
-                $as_echo "$as_val"'`
 
25865
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
25866
-$as_echo "$ac_res" >&6; }
 
25867
-else
 
25868
-  # Is the header compilable?
 
25869
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
25870
-$as_echo_n "checking $ac_header usability... " >&6; }
 
25871
-cat >conftest.$ac_ext <<_ACEOF
 
25872
-/* confdefs.h.  */
 
25873
-_ACEOF
 
25874
-cat confdefs.h >>conftest.$ac_ext
 
25875
-cat >>conftest.$ac_ext <<_ACEOF
 
25876
-/* end confdefs.h.  */
 
25877
-$ac_includes_default
 
25878
-#include <$ac_header>
 
25879
-_ACEOF
 
25880
-rm -f conftest.$ac_objext
 
25881
-if { (ac_try="$ac_compile"
 
25882
-case "(($ac_try" in
 
25883
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
25884
-  *) ac_try_echo=$ac_try;;
 
25885
-esac
 
25886
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
25887
-$as_echo "$ac_try_echo") >&5
 
25888
-  (eval "$ac_compile") 2>conftest.er1
 
25889
-  ac_status=$?
 
25890
-  grep -v '^ *+' conftest.er1 >conftest.err
 
25891
-  rm -f conftest.er1
 
25892
-  cat conftest.err >&5
 
25893
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25894
-  (exit $ac_status); } && {
 
25895
-        test -z "$ac_c_werror_flag" ||
 
25896
-        test ! -s conftest.err
 
25897
-       } && test -s conftest.$ac_objext; then
 
25898
-  ac_header_compiler=yes
 
25899
-else
 
25900
-  $as_echo "$as_me: failed program was:" >&5
 
25901
-sed 's/^/| /' conftest.$ac_ext >&5
 
25902
-
 
25903
-       ac_header_compiler=no
 
25904
-fi
 
25905
-
 
25906
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
25907
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
25908
-$as_echo "$ac_header_compiler" >&6; }
 
25909
-
 
25910
-# Is the header present?
 
25911
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
25912
-$as_echo_n "checking $ac_header presence... " >&6; }
 
25913
-cat >conftest.$ac_ext <<_ACEOF
 
25914
-/* confdefs.h.  */
 
25915
-_ACEOF
 
25916
-cat confdefs.h >>conftest.$ac_ext
 
25917
-cat >>conftest.$ac_ext <<_ACEOF
 
25918
-/* end confdefs.h.  */
 
25919
-#include <$ac_header>
 
25920
-_ACEOF
 
25921
-if { (ac_try="$ac_cpp conftest.$ac_ext"
 
25922
-case "(($ac_try" in
 
25923
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
25924
-  *) ac_try_echo=$ac_try;;
 
25925
-esac
 
25926
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
25927
-$as_echo "$ac_try_echo") >&5
 
25928
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
25929
-  ac_status=$?
 
25930
-  grep -v '^ *+' conftest.er1 >conftest.err
 
25931
-  rm -f conftest.er1
 
25932
-  cat conftest.err >&5
 
25933
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
25934
-  (exit $ac_status); } >/dev/null && {
 
25935
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
25936
-        test ! -s conftest.err
 
25937
-       }; then
 
25938
-  ac_header_preproc=yes
 
25939
-else
 
25940
-  $as_echo "$as_me: failed program was:" >&5
 
25941
-sed 's/^/| /' conftest.$ac_ext >&5
 
25942
-
 
25943
-  ac_header_preproc=no
 
25944
-fi
 
25945
-
 
25946
-rm -f conftest.err conftest.$ac_ext
 
25947
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
25948
-$as_echo "$ac_header_preproc" >&6; }
 
25949
-
 
25950
-# So?  What about this header?
 
25951
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
25952
-  yes:no: )
 
25953
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
25954
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
25955
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
25956
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
25957
-    ac_header_preproc=yes
 
25958
-    ;;
 
25959
-  no:yes:* )
 
25960
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
25961
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
25962
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
25963
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
25964
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
25965
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
25966
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
25967
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
25968
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
25969
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
25970
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
25971
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
25972
-    ( cat <<\_ASBOX
 
25973
-## --------------------------------------------------------------------- ##
 
25974
-## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=ORBit2 ##
 
25975
-## --------------------------------------------------------------------- ##
 
25976
-_ASBOX
 
25977
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
 
25978
-    ;;
 
25979
-esac
 
25980
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
25981
-$as_echo_n "checking for $ac_header... " >&6; }
 
25982
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
25983
-  $as_echo_n "(cached) " >&6
 
25984
-else
 
25985
-  eval "$as_ac_Header=\$ac_header_preproc"
 
25986
-fi
 
25987
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
25988
-                $as_echo "$as_val"'`
 
25989
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
25990
-$as_echo "$ac_res" >&6; }
 
25991
-
 
25992
-fi
 
25993
-as_val=`eval 'as_val=${'$as_ac_Header'}
 
25994
-                $as_echo "$as_val"'`
 
25995
-   if test "x$as_val" = x""yes; then
 
25996
-  cat >>confdefs.h <<_ACEOF
 
25997
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
25998
-_ACEOF
 
25999
-
 
26000
-fi
 
26001
-
 
26002
-done
 
26003
-
 
26004
-
 
26005
-if test "$os_win32" = "yes"; then
 
26006
-
 
26007
-for ac_header in winsock2.h
 
26008
-do
 
26009
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
26010
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
26011
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
26012
-$as_echo_n "checking for $ac_header... " >&6; }
 
26013
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
26014
-  $as_echo_n "(cached) " >&6
 
26015
-fi
 
26016
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
26017
-                $as_echo "$as_val"'`
 
26018
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
26019
-$as_echo "$ac_res" >&6; }
 
26020
-else
 
26021
-  # Is the header compilable?
 
26022
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
26023
-$as_echo_n "checking $ac_header usability... " >&6; }
 
26024
-cat >conftest.$ac_ext <<_ACEOF
 
26025
-/* confdefs.h.  */
 
26026
-_ACEOF
 
26027
-cat confdefs.h >>conftest.$ac_ext
 
26028
-cat >>conftest.$ac_ext <<_ACEOF
 
26029
-/* end confdefs.h.  */
 
26030
-$ac_includes_default
 
26031
-#include <$ac_header>
 
26032
-_ACEOF
 
26033
-rm -f conftest.$ac_objext
 
26034
-if { (ac_try="$ac_compile"
 
26035
-case "(($ac_try" in
 
26036
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
26037
-  *) ac_try_echo=$ac_try;;
 
26038
-esac
 
26039
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
26040
-$as_echo "$ac_try_echo") >&5
 
26041
-  (eval "$ac_compile") 2>conftest.er1
 
26042
-  ac_status=$?
 
26043
-  grep -v '^ *+' conftest.er1 >conftest.err
 
26044
-  rm -f conftest.er1
 
26045
-  cat conftest.err >&5
 
26046
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26047
-  (exit $ac_status); } && {
 
26048
-        test -z "$ac_c_werror_flag" ||
 
26049
-        test ! -s conftest.err
 
26050
-       } && test -s conftest.$ac_objext; then
 
26051
-  ac_header_compiler=yes
 
26052
-else
 
26053
-  $as_echo "$as_me: failed program was:" >&5
 
26054
-sed 's/^/| /' conftest.$ac_ext >&5
 
26055
-
 
26056
-       ac_header_compiler=no
 
26057
-fi
 
26058
-
 
26059
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
26060
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
26061
-$as_echo "$ac_header_compiler" >&6; }
 
26062
-
 
26063
-# Is the header present?
 
26064
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
26065
-$as_echo_n "checking $ac_header presence... " >&6; }
 
26066
-cat >conftest.$ac_ext <<_ACEOF
 
26067
-/* confdefs.h.  */
 
26068
-_ACEOF
 
26069
-cat confdefs.h >>conftest.$ac_ext
 
26070
-cat >>conftest.$ac_ext <<_ACEOF
 
26071
-/* end confdefs.h.  */
 
26072
-#include <$ac_header>
 
26073
-_ACEOF
 
26074
-if { (ac_try="$ac_cpp conftest.$ac_ext"
 
26075
-case "(($ac_try" in
 
26076
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
26077
-  *) ac_try_echo=$ac_try;;
 
26078
-esac
 
26079
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
26080
-$as_echo "$ac_try_echo") >&5
 
26081
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
26082
-  ac_status=$?
 
26083
-  grep -v '^ *+' conftest.er1 >conftest.err
 
26084
-  rm -f conftest.er1
 
26085
-  cat conftest.err >&5
 
26086
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26087
-  (exit $ac_status); } >/dev/null && {
 
26088
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
26089
-        test ! -s conftest.err
 
26090
-       }; then
 
26091
-  ac_header_preproc=yes
 
26092
-else
 
26093
-  $as_echo "$as_me: failed program was:" >&5
 
26094
-sed 's/^/| /' conftest.$ac_ext >&5
 
26095
-
 
26096
-  ac_header_preproc=no
 
26097
-fi
 
26098
-
 
26099
-rm -f conftest.err conftest.$ac_ext
 
26100
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
26101
-$as_echo "$ac_header_preproc" >&6; }
 
26102
-
 
26103
-# So?  What about this header?
 
26104
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
26105
-  yes:no: )
 
26106
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
26107
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
26108
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
26109
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
26110
-    ac_header_preproc=yes
 
26111
-    ;;
 
26112
-  no:yes:* )
 
26113
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
26114
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
26115
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
26116
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
26117
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
26118
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
26119
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
26120
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
26121
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
26122
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
26123
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
26124
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
26125
-    ( cat <<\_ASBOX
 
26126
-## --------------------------------------------------------------------- ##
 
26127
-## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=ORBit2 ##
 
26128
-## --------------------------------------------------------------------- ##
 
26129
-_ASBOX
 
26130
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
 
26131
-    ;;
 
26132
-esac
 
26133
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
26134
-$as_echo_n "checking for $ac_header... " >&6; }
 
26135
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
26136
-  $as_echo_n "(cached) " >&6
 
26137
-else
 
26138
-  eval "$as_ac_Header=\$ac_header_preproc"
 
26139
-fi
 
26140
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
26141
-                $as_echo "$as_val"'`
 
26142
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
26143
-$as_echo "$ac_res" >&6; }
 
26144
-
 
26145
-fi
 
26146
-as_val=`eval 'as_val=${'$as_ac_Header'}
 
26147
-                $as_echo "$as_val"'`
 
26148
-   if test "x$as_val" = x""yes; then
 
26149
-  cat >>confdefs.h <<_ACEOF
 
26150
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
26151
-_ACEOF
 
26152
-
 
26153
-fi
 
26154
-
 
26155
-done
 
26156
-
 
26157
-       if test $ac_cv_header_winsock2_h = yes; then
 
26158
-                                               LIBS="-lws2_32 $LIBS"
 
26159
-       fi
 
26160
-fi
 
26161
-
 
26162
-{ $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
 
26163
-$as_echo_n "checking for an ANSI C-conforming const... " >&6; }
 
26164
-if test "${ac_cv_c_const+set}" = set; then
 
26165
-  $as_echo_n "(cached) " >&6
 
26166
-else
 
26167
-  cat >conftest.$ac_ext <<_ACEOF
 
26168
-/* confdefs.h.  */
 
26169
-_ACEOF
 
26170
-cat confdefs.h >>conftest.$ac_ext
 
26171
-cat >>conftest.$ac_ext <<_ACEOF
 
26172
-/* end confdefs.h.  */
 
26173
-
 
26174
-int
 
26175
-main ()
 
26176
-{
 
26177
-/* FIXME: Include the comments suggested by Paul. */
 
26178
-#ifndef __cplusplus
 
26179
-  /* Ultrix mips cc rejects this.  */
 
26180
-  typedef int charset[2];
 
26181
-  const charset cs;
 
26182
-  /* SunOS 4.1.1 cc rejects this.  */
 
26183
-  char const *const *pcpcc;
 
26184
-  char **ppc;
 
26185
-  /* NEC SVR4.0.2 mips cc rejects this.  */
 
26186
-  struct point {int x, y;};
 
26187
-  static struct point const zero = {0,0};
 
26188
-  /* AIX XL C 1.02.0.0 rejects this.
 
26189
-     It does not let you subtract one const X* pointer from another in
 
26190
-     an arm of an if-expression whose if-part is not a constant
 
26191
-     expression */
 
26192
-  const char *g = "string";
 
26193
-  pcpcc = &g + (g ? g-g : 0);
 
26194
-  /* HPUX 7.0 cc rejects these. */
 
26195
-  ++pcpcc;
 
26196
-  ppc = (char**) pcpcc;
 
26197
-  pcpcc = (char const *const *) ppc;
 
26198
-  { /* SCO 3.2v4 cc rejects this.  */
 
26199
-    char *t;
 
26200
-    char const *s = 0 ? (char *) 0 : (char const *) 0;
 
26201
-
 
26202
-    *t++ = 0;
 
26203
-    if (s) return 0;
 
26204
-  }
 
26205
-  { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
 
26206
-    int x[] = {25, 17};
 
26207
-    const int *foo = &x[0];
 
26208
-    ++foo;
 
26209
-  }
 
26210
-  { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
 
26211
-    typedef const int *iptr;
 
26212
-    iptr p = 0;
 
26213
-    ++p;
 
26214
-  }
 
26215
-  { /* AIX XL C 1.02.0.0 rejects this saying
 
26216
-       "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
 
26217
-    struct s { int j; const int *ap[3]; };
 
26218
-    struct s *b; b->j = 5;
 
26219
-  }
 
26220
-  { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
 
26221
-    const int foo = 10;
 
26222
-    if (!foo) return 0;
 
26223
-  }
 
26224
-  return !cs[0] && !zero.x;
 
26225
-#endif
 
26226
-
 
26227
-  ;
 
26228
-  return 0;
 
26229
-}
 
26230
-_ACEOF
 
26231
-rm -f conftest.$ac_objext
 
26232
-if { (ac_try="$ac_compile"
 
26233
-case "(($ac_try" in
 
26234
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
26235
-  *) ac_try_echo=$ac_try;;
 
26236
-esac
 
26237
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
26238
-$as_echo "$ac_try_echo") >&5
 
26239
-  (eval "$ac_compile") 2>conftest.er1
 
26240
-  ac_status=$?
 
26241
-  grep -v '^ *+' conftest.er1 >conftest.err
 
26242
-  rm -f conftest.er1
 
26243
-  cat conftest.err >&5
 
26244
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26245
-  (exit $ac_status); } && {
 
26246
-        test -z "$ac_c_werror_flag" ||
 
26247
-        test ! -s conftest.err
 
26248
-       } && test -s conftest.$ac_objext; then
 
26249
-  ac_cv_c_const=yes
 
26250
-else
 
26251
-  $as_echo "$as_me: failed program was:" >&5
 
26252
-sed 's/^/| /' conftest.$ac_ext >&5
 
26253
-
 
26254
-       ac_cv_c_const=no
 
26255
-fi
 
26256
-
 
26257
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
26258
-fi
 
26259
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
 
26260
-$as_echo "$ac_cv_c_const" >&6; }
 
26261
-if test $ac_cv_c_const = no; then
 
26262
-
 
26263
-cat >>confdefs.h <<\_ACEOF
 
26264
-#define const /**/
 
26265
-_ACEOF
 
26266
-
 
26267
-fi
 
26268
-
 
26269
-{ $as_echo "$as_me:$LINENO: checking for inline" >&5
 
26270
-$as_echo_n "checking for inline... " >&6; }
 
26271
-if test "${ac_cv_c_inline+set}" = set; then
 
26272
-  $as_echo_n "(cached) " >&6
 
26273
-else
 
26274
-  ac_cv_c_inline=no
 
26275
-for ac_kw in inline __inline__ __inline; do
 
26276
-  cat >conftest.$ac_ext <<_ACEOF
 
26277
-/* confdefs.h.  */
 
26278
-_ACEOF
 
26279
-cat confdefs.h >>conftest.$ac_ext
 
26280
-cat >>conftest.$ac_ext <<_ACEOF
 
26281
-/* end confdefs.h.  */
 
26282
-#ifndef __cplusplus
 
26283
-typedef int foo_t;
 
26284
-static $ac_kw foo_t static_foo () {return 0; }
 
26285
-$ac_kw foo_t foo () {return 0; }
 
26286
-#endif
 
26287
-
 
26288
-_ACEOF
 
26289
-rm -f conftest.$ac_objext
 
26290
-if { (ac_try="$ac_compile"
 
26291
-case "(($ac_try" in
 
26292
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
26293
-  *) ac_try_echo=$ac_try;;
 
26294
-esac
 
26295
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
26296
-$as_echo "$ac_try_echo") >&5
 
26297
-  (eval "$ac_compile") 2>conftest.er1
 
26298
-  ac_status=$?
 
26299
-  grep -v '^ *+' conftest.er1 >conftest.err
 
26300
-  rm -f conftest.er1
 
26301
-  cat conftest.err >&5
 
26302
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26303
-  (exit $ac_status); } && {
 
26304
-        test -z "$ac_c_werror_flag" ||
 
26305
-        test ! -s conftest.err
 
26306
-       } && test -s conftest.$ac_objext; then
 
26307
-  ac_cv_c_inline=$ac_kw
 
26308
-else
 
26309
-  $as_echo "$as_me: failed program was:" >&5
 
26310
-sed 's/^/| /' conftest.$ac_ext >&5
 
26311
-
 
26312
-
 
26313
-fi
 
26314
-
 
26315
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
26316
-  test "$ac_cv_c_inline" != no && break
 
26317
-done
 
26318
-
 
26319
-fi
 
26320
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
 
26321
-$as_echo "$ac_cv_c_inline" >&6; }
 
26322
-
 
26323
-
 
26324
-case $ac_cv_c_inline in
 
26325
-  inline | yes) ;;
 
26326
-  *)
 
26327
-    case $ac_cv_c_inline in
 
26328
-      no) ac_val=;;
 
26329
-      *) ac_val=$ac_cv_c_inline;;
 
26330
-    esac
 
26331
-    cat >>confdefs.h <<_ACEOF
 
26332
-#ifndef __cplusplus
 
26333
-#define inline $ac_val
 
26334
-#endif
 
26335
-_ACEOF
 
26336
-    ;;
 
26337
-esac
 
26338
-
 
26339
-{ $as_echo "$as_me:$LINENO: checking for size_t" >&5
 
26340
-$as_echo_n "checking for size_t... " >&6; }
 
26341
-if test "${ac_cv_type_size_t+set}" = set; then
 
26342
-  $as_echo_n "(cached) " >&6
 
26343
-else
 
26344
-  ac_cv_type_size_t=no
 
26345
-cat >conftest.$ac_ext <<_ACEOF
 
26346
-/* confdefs.h.  */
 
26347
-_ACEOF
 
26348
-cat confdefs.h >>conftest.$ac_ext
 
26349
-cat >>conftest.$ac_ext <<_ACEOF
 
26350
-/* end confdefs.h.  */
 
26351
-$ac_includes_default
 
26352
-int
 
26353
-main ()
 
26354
-{
 
26355
-if (sizeof (size_t))
 
26356
-       return 0;
 
26357
-  ;
 
26358
-  return 0;
 
26359
-}
 
26360
-_ACEOF
 
26361
-rm -f conftest.$ac_objext
 
26362
-if { (ac_try="$ac_compile"
 
26363
-case "(($ac_try" in
 
26364
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
26365
-  *) ac_try_echo=$ac_try;;
 
26366
-esac
 
26367
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
26368
-$as_echo "$ac_try_echo") >&5
 
26369
-  (eval "$ac_compile") 2>conftest.er1
 
26370
-  ac_status=$?
 
26371
-  grep -v '^ *+' conftest.er1 >conftest.err
 
26372
-  rm -f conftest.er1
 
26373
-  cat conftest.err >&5
 
26374
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26375
-  (exit $ac_status); } && {
 
26376
-        test -z "$ac_c_werror_flag" ||
 
26377
-        test ! -s conftest.err
 
26378
-       } && test -s conftest.$ac_objext; then
 
26379
-  cat >conftest.$ac_ext <<_ACEOF
 
26380
-/* confdefs.h.  */
 
26381
-_ACEOF
 
26382
-cat confdefs.h >>conftest.$ac_ext
 
26383
-cat >>conftest.$ac_ext <<_ACEOF
 
26384
-/* end confdefs.h.  */
 
26385
-$ac_includes_default
 
26386
-int
 
26387
-main ()
 
26388
-{
 
26389
-if (sizeof ((size_t)))
 
26390
-         return 0;
 
26391
-  ;
 
26392
-  return 0;
 
26393
-}
 
26394
-_ACEOF
 
26395
-rm -f conftest.$ac_objext
 
26396
-if { (ac_try="$ac_compile"
 
26397
-case "(($ac_try" in
 
26398
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
26399
-  *) ac_try_echo=$ac_try;;
 
26400
-esac
 
26401
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
26402
-$as_echo "$ac_try_echo") >&5
 
26403
-  (eval "$ac_compile") 2>conftest.er1
 
26404
-  ac_status=$?
 
26405
-  grep -v '^ *+' conftest.er1 >conftest.err
 
26406
-  rm -f conftest.er1
 
26407
-  cat conftest.err >&5
 
26408
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26409
-  (exit $ac_status); } && {
 
26410
-        test -z "$ac_c_werror_flag" ||
 
26411
-        test ! -s conftest.err
 
26412
-       } && test -s conftest.$ac_objext; then
 
26413
-  :
 
26414
-else
 
26415
-  $as_echo "$as_me: failed program was:" >&5
 
26416
-sed 's/^/| /' conftest.$ac_ext >&5
 
26417
-
 
26418
-       ac_cv_type_size_t=yes
 
26419
-fi
 
26420
-
 
26421
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
26422
-else
 
26423
-  $as_echo "$as_me: failed program was:" >&5
 
26424
-sed 's/^/| /' conftest.$ac_ext >&5
 
26425
-
 
26426
-
 
26427
-fi
 
26428
-
 
26429
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
26430
-fi
 
26431
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
 
26432
-$as_echo "$ac_cv_type_size_t" >&6; }
 
26433
-if test "x$ac_cv_type_size_t" = x""yes; then
 
26434
-  :
 
26435
-else
 
26436
-
 
26437
-cat >>confdefs.h <<_ACEOF
 
26438
-#define size_t unsigned int
 
26439
-_ACEOF
 
26440
-
 
26441
-fi
 
26442
-
 
26443
-
 
26444
-
 
26445
-for ac_func in vprintf
 
26446
-do
 
26447
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
26448
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
 
26449
-$as_echo_n "checking for $ac_func... " >&6; }
 
26450
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
26451
-  $as_echo_n "(cached) " >&6
 
26452
-else
 
26453
-  cat >conftest.$ac_ext <<_ACEOF
 
26454
-/* confdefs.h.  */
 
26455
-_ACEOF
 
26456
-cat confdefs.h >>conftest.$ac_ext
 
26457
-cat >>conftest.$ac_ext <<_ACEOF
 
26458
-/* end confdefs.h.  */
 
26459
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
 
26460
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
26461
-#define $ac_func innocuous_$ac_func
 
26462
-
 
26463
-/* System header to define __stub macros and hopefully few prototypes,
 
26464
-    which can conflict with char $ac_func (); below.
 
26465
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
26466
-    <limits.h> exists even on freestanding compilers.  */
 
26467
-
 
26468
-#ifdef __STDC__
 
26469
-# include <limits.h>
 
26470
-#else
 
26471
-# include <assert.h>
 
26472
-#endif
 
26473
-
 
26474
-#undef $ac_func
 
26475
-
 
26476
-/* Override any GCC internal prototype to avoid an error.
 
26477
-   Use char because int might match the return type of a GCC
 
26478
-   builtin and then its argument prototype would still apply.  */
 
26479
-#ifdef __cplusplus
 
26480
-extern "C"
 
26481
-#endif
 
26482
-char $ac_func ();
 
26483
-/* The GNU C library defines this for functions which it implements
 
26484
-    to always fail with ENOSYS.  Some functions are actually named
 
26485
-    something starting with __ and the normal name is an alias.  */
 
26486
-#if defined __stub_$ac_func || defined __stub___$ac_func
 
26487
-choke me
 
26488
-#endif
 
26489
-
 
26490
-int
 
26491
-main ()
 
26492
-{
 
26493
-return $ac_func ();
 
26494
-  ;
 
26495
-  return 0;
 
26496
-}
 
26497
-_ACEOF
 
26498
-rm -f conftest.$ac_objext conftest$ac_exeext
 
26499
-if { (ac_try="$ac_link"
 
26500
-case "(($ac_try" in
 
26501
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
26502
-  *) ac_try_echo=$ac_try;;
 
26503
-esac
 
26504
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
26505
-$as_echo "$ac_try_echo") >&5
 
26506
-  (eval "$ac_link") 2>conftest.er1
 
26507
-  ac_status=$?
 
26508
-  grep -v '^ *+' conftest.er1 >conftest.err
 
26509
-  rm -f conftest.er1
 
26510
-  cat conftest.err >&5
 
26511
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26512
-  (exit $ac_status); } && {
 
26513
-        test -z "$ac_c_werror_flag" ||
 
26514
-        test ! -s conftest.err
 
26515
-       } && test -s conftest$ac_exeext && {
 
26516
-        test "$cross_compiling" = yes ||
 
26517
-        $as_test_x conftest$ac_exeext
 
26518
-       }; then
 
26519
-  eval "$as_ac_var=yes"
 
26520
-else
 
26521
-  $as_echo "$as_me: failed program was:" >&5
 
26522
-sed 's/^/| /' conftest.$ac_ext >&5
 
26523
-
 
26524
-       eval "$as_ac_var=no"
 
26525
-fi
 
26526
-
 
26527
-rm -rf conftest.dSYM
 
26528
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
26529
-      conftest$ac_exeext conftest.$ac_ext
 
26530
-fi
 
26531
-ac_res=`eval 'as_val=${'$as_ac_var'}
 
26532
-                $as_echo "$as_val"'`
 
26533
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
26534
-$as_echo "$ac_res" >&6; }
 
26535
-as_val=`eval 'as_val=${'$as_ac_var'}
 
26536
-                $as_echo "$as_val"'`
 
26537
-   if test "x$as_val" = x""yes; then
 
26538
-  cat >>confdefs.h <<_ACEOF
 
26539
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
26540
-_ACEOF
 
26541
-
 
26542
-{ $as_echo "$as_me:$LINENO: checking for _doprnt" >&5
 
26543
-$as_echo_n "checking for _doprnt... " >&6; }
 
26544
-if test "${ac_cv_func__doprnt+set}" = set; then
 
26545
-  $as_echo_n "(cached) " >&6
 
26546
-else
 
26547
-  cat >conftest.$ac_ext <<_ACEOF
 
26548
-/* confdefs.h.  */
 
26549
-_ACEOF
 
26550
-cat confdefs.h >>conftest.$ac_ext
 
26551
-cat >>conftest.$ac_ext <<_ACEOF
 
26552
-/* end confdefs.h.  */
 
26553
-/* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
 
26554
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
26555
-#define _doprnt innocuous__doprnt
 
26556
-
 
26557
-/* System header to define __stub macros and hopefully few prototypes,
 
26558
-    which can conflict with char _doprnt (); below.
 
26559
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
26560
-    <limits.h> exists even on freestanding compilers.  */
 
26561
-
 
26562
-#ifdef __STDC__
 
26563
-# include <limits.h>
 
26564
-#else
 
26565
-# include <assert.h>
 
26566
-#endif
 
26567
-
 
26568
-#undef _doprnt
 
26569
-
 
26570
-/* Override any GCC internal prototype to avoid an error.
 
26571
-   Use char because int might match the return type of a GCC
 
26572
-   builtin and then its argument prototype would still apply.  */
 
26573
-#ifdef __cplusplus
 
26574
-extern "C"
 
26575
-#endif
 
26576
-char _doprnt ();
 
26577
-/* The GNU C library defines this for functions which it implements
 
26578
-    to always fail with ENOSYS.  Some functions are actually named
 
26579
-    something starting with __ and the normal name is an alias.  */
 
26580
-#if defined __stub__doprnt || defined __stub____doprnt
 
26581
-choke me
 
26582
-#endif
 
26583
-
 
26584
-int
 
26585
-main ()
 
26586
-{
 
26587
-return _doprnt ();
 
26588
-  ;
 
26589
-  return 0;
 
26590
-}
 
26591
-_ACEOF
 
26592
-rm -f conftest.$ac_objext conftest$ac_exeext
 
26593
-if { (ac_try="$ac_link"
 
26594
-case "(($ac_try" in
 
26595
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
26596
-  *) ac_try_echo=$ac_try;;
 
26597
-esac
 
26598
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
26599
-$as_echo "$ac_try_echo") >&5
 
26600
-  (eval "$ac_link") 2>conftest.er1
 
26601
-  ac_status=$?
 
26602
-  grep -v '^ *+' conftest.er1 >conftest.err
 
26603
-  rm -f conftest.er1
 
26604
-  cat conftest.err >&5
 
26605
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26606
-  (exit $ac_status); } && {
 
26607
-        test -z "$ac_c_werror_flag" ||
 
26608
-        test ! -s conftest.err
 
26609
-       } && test -s conftest$ac_exeext && {
 
26610
-        test "$cross_compiling" = yes ||
 
26611
-        $as_test_x conftest$ac_exeext
 
26612
-       }; then
 
26613
-  ac_cv_func__doprnt=yes
 
26614
-else
 
26615
-  $as_echo "$as_me: failed program was:" >&5
 
26616
-sed 's/^/| /' conftest.$ac_ext >&5
 
26617
-
 
26618
-       ac_cv_func__doprnt=no
 
26619
-fi
 
26620
-
 
26621
-rm -rf conftest.dSYM
 
26622
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
26623
-      conftest$ac_exeext conftest.$ac_ext
 
26624
-fi
 
26625
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5
 
26626
-$as_echo "$ac_cv_func__doprnt" >&6; }
 
26627
-if test "x$ac_cv_func__doprnt" = x""yes; then
 
26628
-
 
26629
-cat >>confdefs.h <<\_ACEOF
 
26630
-#define HAVE_DOPRNT 1
 
26631
-_ACEOF
 
26632
-
 
26633
-fi
 
26634
-
 
26635
-fi
 
26636
-done
 
26637
-
 
26638
-
 
26639
-
 
26640
-{ $as_echo "$as_me:$LINENO: checking for socket" >&5
 
26641
-$as_echo_n "checking for socket... " >&6; }
 
26642
-if test "${ac_cv_func_socket+set}" = set; then
 
26643
-  $as_echo_n "(cached) " >&6
 
26644
-else
 
26645
-  cat >conftest.$ac_ext <<_ACEOF
 
26646
-/* confdefs.h.  */
 
26647
-_ACEOF
 
26648
-cat confdefs.h >>conftest.$ac_ext
 
26649
-cat >>conftest.$ac_ext <<_ACEOF
 
26650
-/* end confdefs.h.  */
 
26651
-/* Define socket to an innocuous variant, in case <limits.h> declares socket.
 
26652
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
26653
-#define socket innocuous_socket
 
26654
-
 
26655
-/* System header to define __stub macros and hopefully few prototypes,
 
26656
-    which can conflict with char socket (); below.
 
26657
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
26658
-    <limits.h> exists even on freestanding compilers.  */
 
26659
-
 
26660
-#ifdef __STDC__
 
26661
-# include <limits.h>
 
26662
-#else
 
26663
-# include <assert.h>
 
26664
-#endif
 
26665
-
 
26666
-#undef socket
 
26667
-
 
26668
-/* Override any GCC internal prototype to avoid an error.
 
26669
-   Use char because int might match the return type of a GCC
 
26670
-   builtin and then its argument prototype would still apply.  */
 
26671
-#ifdef __cplusplus
 
26672
-extern "C"
 
26673
-#endif
 
26674
-char socket ();
 
26675
-/* The GNU C library defines this for functions which it implements
 
26676
-    to always fail with ENOSYS.  Some functions are actually named
 
26677
-    something starting with __ and the normal name is an alias.  */
 
26678
-#if defined __stub_socket || defined __stub___socket
 
26679
-choke me
 
26680
-#endif
 
26681
-
 
26682
-int
 
26683
-main ()
 
26684
-{
 
26685
-return socket ();
 
26686
-  ;
 
26687
-  return 0;
 
26688
-}
 
26689
-_ACEOF
 
26690
-rm -f conftest.$ac_objext conftest$ac_exeext
 
26691
-if { (ac_try="$ac_link"
 
26692
-case "(($ac_try" in
 
26693
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
26694
-  *) ac_try_echo=$ac_try;;
 
26695
-esac
 
26696
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
26697
-$as_echo "$ac_try_echo") >&5
 
26698
-  (eval "$ac_link") 2>conftest.er1
 
26699
-  ac_status=$?
 
26700
-  grep -v '^ *+' conftest.er1 >conftest.err
 
26701
-  rm -f conftest.er1
 
26702
-  cat conftest.err >&5
 
26703
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26704
-  (exit $ac_status); } && {
 
26705
-        test -z "$ac_c_werror_flag" ||
 
26706
-        test ! -s conftest.err
 
26707
-       } && test -s conftest$ac_exeext && {
 
26708
-        test "$cross_compiling" = yes ||
 
26709
-        $as_test_x conftest$ac_exeext
 
26710
-       }; then
 
26711
-  ac_cv_func_socket=yes
 
26712
-else
 
26713
-  $as_echo "$as_me: failed program was:" >&5
 
26714
-sed 's/^/| /' conftest.$ac_ext >&5
 
26715
-
 
26716
-       ac_cv_func_socket=no
 
26717
-fi
 
26718
-
 
26719
-rm -rf conftest.dSYM
 
26720
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
26721
-      conftest$ac_exeext conftest.$ac_ext
 
26722
-fi
 
26723
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
 
26724
-$as_echo "$ac_cv_func_socket" >&6; }
 
26725
-if test "x$ac_cv_func_socket" = x""yes; then
 
26726
-  :
 
26727
-else
 
26728
-
 
26729
-{ $as_echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
 
26730
-$as_echo_n "checking for socket in -lsocket... " >&6; }
 
26731
-if test "${ac_cv_lib_socket_socket+set}" = set; then
 
26732
-  $as_echo_n "(cached) " >&6
 
26733
-else
 
26734
-  ac_check_lib_save_LIBS=$LIBS
 
26735
-LIBS="-lsocket  $LIBS"
 
26736
-cat >conftest.$ac_ext <<_ACEOF
 
26737
-/* confdefs.h.  */
 
26738
-_ACEOF
 
26739
-cat confdefs.h >>conftest.$ac_ext
 
26740
-cat >>conftest.$ac_ext <<_ACEOF
 
26741
-/* end confdefs.h.  */
 
26742
-
 
26743
-/* Override any GCC internal prototype to avoid an error.
 
26744
-   Use char because int might match the return type of a GCC
 
26745
-   builtin and then its argument prototype would still apply.  */
 
26746
-#ifdef __cplusplus
 
26747
-extern "C"
 
26748
-#endif
 
26749
-char socket ();
 
26750
-int
 
26751
-main ()
 
26752
-{
 
26753
-return socket ();
 
26754
-  ;
 
26755
-  return 0;
 
26756
-}
 
26757
-_ACEOF
 
26758
-rm -f conftest.$ac_objext conftest$ac_exeext
 
26759
-if { (ac_try="$ac_link"
 
26760
-case "(($ac_try" in
 
26761
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
26762
-  *) ac_try_echo=$ac_try;;
 
26763
-esac
 
26764
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
26765
-$as_echo "$ac_try_echo") >&5
 
26766
-  (eval "$ac_link") 2>conftest.er1
 
26767
-  ac_status=$?
 
26768
-  grep -v '^ *+' conftest.er1 >conftest.err
 
26769
-  rm -f conftest.er1
 
26770
-  cat conftest.err >&5
 
26771
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26772
-  (exit $ac_status); } && {
 
26773
-        test -z "$ac_c_werror_flag" ||
 
26774
-        test ! -s conftest.err
 
26775
-       } && test -s conftest$ac_exeext && {
 
26776
-        test "$cross_compiling" = yes ||
 
26777
-        $as_test_x conftest$ac_exeext
 
26778
-       }; then
 
26779
-  ac_cv_lib_socket_socket=yes
 
26780
-else
 
26781
-  $as_echo "$as_me: failed program was:" >&5
 
26782
-sed 's/^/| /' conftest.$ac_ext >&5
 
26783
-
 
26784
-       ac_cv_lib_socket_socket=no
 
26785
-fi
 
26786
-
 
26787
-rm -rf conftest.dSYM
 
26788
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
26789
-      conftest$ac_exeext conftest.$ac_ext
 
26790
-LIBS=$ac_check_lib_save_LIBS
 
26791
-fi
 
26792
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
 
26793
-$as_echo "$ac_cv_lib_socket_socket" >&6; }
 
26794
-if test "x$ac_cv_lib_socket_socket" = x""yes; then
 
26795
-  cat >>confdefs.h <<_ACEOF
 
26796
-#define HAVE_LIBSOCKET 1
 
26797
-_ACEOF
 
26798
-
 
26799
-  LIBS="-lsocket $LIBS"
 
26800
-
 
26801
-fi
 
26802
-
 
26803
-fi
 
26804
-
 
26805
-{ $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
 
26806
-$as_echo_n "checking for gethostbyname... " >&6; }
 
26807
-if test "${ac_cv_func_gethostbyname+set}" = set; then
 
26808
-  $as_echo_n "(cached) " >&6
 
26809
-else
 
26810
-  cat >conftest.$ac_ext <<_ACEOF
 
26811
-/* confdefs.h.  */
 
26812
-_ACEOF
 
26813
-cat confdefs.h >>conftest.$ac_ext
 
26814
-cat >>conftest.$ac_ext <<_ACEOF
 
26815
-/* end confdefs.h.  */
 
26816
-/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
 
26817
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
26818
-#define gethostbyname innocuous_gethostbyname
 
26819
-
 
26820
-/* System header to define __stub macros and hopefully few prototypes,
 
26821
-    which can conflict with char gethostbyname (); below.
 
26822
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
26823
-    <limits.h> exists even on freestanding compilers.  */
 
26824
-
 
26825
-#ifdef __STDC__
 
26826
-# include <limits.h>
 
26827
-#else
 
26828
-# include <assert.h>
 
26829
-#endif
 
26830
-
 
26831
-#undef gethostbyname
 
26832
-
 
26833
-/* Override any GCC internal prototype to avoid an error.
 
26834
-   Use char because int might match the return type of a GCC
 
26835
-   builtin and then its argument prototype would still apply.  */
 
26836
-#ifdef __cplusplus
 
26837
-extern "C"
 
26838
-#endif
 
26839
-char gethostbyname ();
 
26840
-/* The GNU C library defines this for functions which it implements
 
26841
-    to always fail with ENOSYS.  Some functions are actually named
 
26842
-    something starting with __ and the normal name is an alias.  */
 
26843
-#if defined __stub_gethostbyname || defined __stub___gethostbyname
 
26844
-choke me
 
26845
-#endif
 
26846
-
 
26847
-int
 
26848
-main ()
 
26849
-{
 
26850
-return gethostbyname ();
 
26851
-  ;
 
26852
-  return 0;
 
26853
-}
 
26854
-_ACEOF
 
26855
-rm -f conftest.$ac_objext conftest$ac_exeext
 
26856
-if { (ac_try="$ac_link"
 
26857
-case "(($ac_try" in
 
26858
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
26859
-  *) ac_try_echo=$ac_try;;
 
26860
-esac
 
26861
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
26862
-$as_echo "$ac_try_echo") >&5
 
26863
-  (eval "$ac_link") 2>conftest.er1
 
26864
-  ac_status=$?
 
26865
-  grep -v '^ *+' conftest.er1 >conftest.err
 
26866
-  rm -f conftest.er1
 
26867
-  cat conftest.err >&5
 
26868
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26869
-  (exit $ac_status); } && {
 
26870
-        test -z "$ac_c_werror_flag" ||
 
26871
-        test ! -s conftest.err
 
26872
-       } && test -s conftest$ac_exeext && {
 
26873
-        test "$cross_compiling" = yes ||
 
26874
-        $as_test_x conftest$ac_exeext
 
26875
-       }; then
 
26876
-  ac_cv_func_gethostbyname=yes
 
26877
-else
 
26878
-  $as_echo "$as_me: failed program was:" >&5
 
26879
-sed 's/^/| /' conftest.$ac_ext >&5
 
26880
-
 
26881
-       ac_cv_func_gethostbyname=no
 
26882
-fi
 
26883
-
 
26884
-rm -rf conftest.dSYM
 
26885
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
26886
-      conftest$ac_exeext conftest.$ac_ext
 
26887
-fi
 
26888
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
 
26889
-$as_echo "$ac_cv_func_gethostbyname" >&6; }
 
26890
-if test "x$ac_cv_func_gethostbyname" = x""yes; then
 
26891
-  :
 
26892
-else
 
26893
-
 
26894
-{ $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
 
26895
-$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
 
26896
-if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
 
26897
-  $as_echo_n "(cached) " >&6
 
26898
-else
 
26899
-  ac_check_lib_save_LIBS=$LIBS
 
26900
-LIBS="-lnsl  $LIBS"
 
26901
-cat >conftest.$ac_ext <<_ACEOF
 
26902
-/* confdefs.h.  */
 
26903
-_ACEOF
 
26904
-cat confdefs.h >>conftest.$ac_ext
 
26905
-cat >>conftest.$ac_ext <<_ACEOF
 
26906
-/* end confdefs.h.  */
 
26907
-
 
26908
-/* Override any GCC internal prototype to avoid an error.
 
26909
-   Use char because int might match the return type of a GCC
 
26910
-   builtin and then its argument prototype would still apply.  */
 
26911
-#ifdef __cplusplus
 
26912
-extern "C"
 
26913
-#endif
 
26914
-char gethostbyname ();
 
26915
-int
 
26916
-main ()
 
26917
-{
 
26918
-return gethostbyname ();
 
26919
-  ;
 
26920
-  return 0;
 
26921
-}
 
26922
-_ACEOF
 
26923
-rm -f conftest.$ac_objext conftest$ac_exeext
 
26924
-if { (ac_try="$ac_link"
 
26925
-case "(($ac_try" in
 
26926
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
26927
-  *) ac_try_echo=$ac_try;;
 
26928
-esac
 
26929
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
26930
-$as_echo "$ac_try_echo") >&5
 
26931
-  (eval "$ac_link") 2>conftest.er1
 
26932
-  ac_status=$?
 
26933
-  grep -v '^ *+' conftest.er1 >conftest.err
 
26934
-  rm -f conftest.er1
 
26935
-  cat conftest.err >&5
 
26936
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
26937
-  (exit $ac_status); } && {
 
26938
-        test -z "$ac_c_werror_flag" ||
 
26939
-        test ! -s conftest.err
 
26940
-       } && test -s conftest$ac_exeext && {
 
26941
-        test "$cross_compiling" = yes ||
 
26942
-        $as_test_x conftest$ac_exeext
 
26943
-       }; then
 
26944
-  ac_cv_lib_nsl_gethostbyname=yes
 
26945
-else
 
26946
-  $as_echo "$as_me: failed program was:" >&5
 
26947
-sed 's/^/| /' conftest.$ac_ext >&5
 
26948
-
 
26949
-       ac_cv_lib_nsl_gethostbyname=no
 
26950
-fi
 
26951
-
 
26952
-rm -rf conftest.dSYM
 
26953
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
26954
-      conftest$ac_exeext conftest.$ac_ext
 
26955
-LIBS=$ac_check_lib_save_LIBS
 
26956
-fi
 
26957
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
 
26958
-$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
 
26959
-if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
 
26960
-  cat >>confdefs.h <<_ACEOF
 
26961
-#define HAVE_LIBNSL 1
 
26962
-_ACEOF
 
26963
-
 
26964
-  LIBS="-lnsl $LIBS"
 
26965
-
 
26966
-fi
 
26967
-
 
26968
-fi
 
26969
-
 
26970
-{ $as_echo "$as_me:$LINENO: checking for sigaction" >&5
 
26971
-$as_echo_n "checking for sigaction... " >&6; }
 
26972
-if test "${ac_cv_func_sigaction+set}" = set; then
 
26973
-  $as_echo_n "(cached) " >&6
 
26974
-else
 
26975
-  cat >conftest.$ac_ext <<_ACEOF
 
26976
-/* confdefs.h.  */
 
26977
-_ACEOF
 
26978
-cat confdefs.h >>conftest.$ac_ext
 
26979
-cat >>conftest.$ac_ext <<_ACEOF
 
26980
-/* end confdefs.h.  */
 
26981
-/* Define sigaction to an innocuous variant, in case <limits.h> declares sigaction.
 
26982
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
26983
-#define sigaction innocuous_sigaction
 
26984
-
 
26985
-/* System header to define __stub macros and hopefully few prototypes,
 
26986
-    which can conflict with char sigaction (); below.
 
26987
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
26988
-    <limits.h> exists even on freestanding compilers.  */
 
26989
-
 
26990
-#ifdef __STDC__
 
26991
-# include <limits.h>
 
26992
-#else
 
26993
-# include <assert.h>
 
26994
-#endif
 
26995
-
 
26996
-#undef sigaction
 
26997
-
 
26998
-/* Override any GCC internal prototype to avoid an error.
 
26999
-   Use char because int might match the return type of a GCC
 
27000
-   builtin and then its argument prototype would still apply.  */
 
27001
-#ifdef __cplusplus
 
27002
-extern "C"
 
27003
-#endif
 
27004
-char sigaction ();
 
27005
-/* The GNU C library defines this for functions which it implements
 
27006
-    to always fail with ENOSYS.  Some functions are actually named
 
27007
-    something starting with __ and the normal name is an alias.  */
 
27008
-#if defined __stub_sigaction || defined __stub___sigaction
 
27009
-choke me
 
27010
-#endif
 
27011
-
 
27012
-int
 
27013
-main ()
 
27014
-{
 
27015
-return sigaction ();
 
27016
-  ;
 
27017
-  return 0;
 
27018
-}
 
27019
-_ACEOF
 
27020
-rm -f conftest.$ac_objext conftest$ac_exeext
 
27021
-if { (ac_try="$ac_link"
 
27022
-case "(($ac_try" in
 
27023
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27024
-  *) ac_try_echo=$ac_try;;
 
27025
-esac
 
27026
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
27027
-$as_echo "$ac_try_echo") >&5
 
27028
-  (eval "$ac_link") 2>conftest.er1
 
27029
-  ac_status=$?
 
27030
-  grep -v '^ *+' conftest.er1 >conftest.err
 
27031
-  rm -f conftest.er1
 
27032
-  cat conftest.err >&5
 
27033
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27034
-  (exit $ac_status); } && {
 
27035
-        test -z "$ac_c_werror_flag" ||
 
27036
-        test ! -s conftest.err
 
27037
-       } && test -s conftest$ac_exeext && {
 
27038
-        test "$cross_compiling" = yes ||
 
27039
-        $as_test_x conftest$ac_exeext
 
27040
-       }; then
 
27041
-  ac_cv_func_sigaction=yes
 
27042
-else
 
27043
-  $as_echo "$as_me: failed program was:" >&5
 
27044
-sed 's/^/| /' conftest.$ac_ext >&5
 
27045
-
 
27046
-       ac_cv_func_sigaction=no
 
27047
-fi
 
27048
-
 
27049
-rm -rf conftest.dSYM
 
27050
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
27051
-      conftest$ac_exeext conftest.$ac_ext
 
27052
-fi
 
27053
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_sigaction" >&5
 
27054
-$as_echo "$ac_cv_func_sigaction" >&6; }
 
27055
-
 
27056
-{ $as_echo "$as_me:$LINENO: checking for syslog" >&5
 
27057
-$as_echo_n "checking for syslog... " >&6; }
 
27058
-if test "${ac_cv_func_syslog+set}" = set; then
 
27059
-  $as_echo_n "(cached) " >&6
 
27060
-else
 
27061
-  cat >conftest.$ac_ext <<_ACEOF
 
27062
-/* confdefs.h.  */
 
27063
-_ACEOF
 
27064
-cat confdefs.h >>conftest.$ac_ext
 
27065
-cat >>conftest.$ac_ext <<_ACEOF
 
27066
-/* end confdefs.h.  */
 
27067
-/* Define syslog to an innocuous variant, in case <limits.h> declares syslog.
 
27068
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
27069
-#define syslog innocuous_syslog
 
27070
-
 
27071
-/* System header to define __stub macros and hopefully few prototypes,
 
27072
-    which can conflict with char syslog (); below.
 
27073
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
27074
-    <limits.h> exists even on freestanding compilers.  */
 
27075
-
 
27076
-#ifdef __STDC__
 
27077
-# include <limits.h>
 
27078
-#else
 
27079
-# include <assert.h>
 
27080
-#endif
 
27081
-
 
27082
-#undef syslog
 
27083
-
 
27084
-/* Override any GCC internal prototype to avoid an error.
 
27085
-   Use char because int might match the return type of a GCC
 
27086
-   builtin and then its argument prototype would still apply.  */
 
27087
-#ifdef __cplusplus
 
27088
-extern "C"
 
27089
-#endif
 
27090
-char syslog ();
 
27091
-/* The GNU C library defines this for functions which it implements
 
27092
-    to always fail with ENOSYS.  Some functions are actually named
 
27093
-    something starting with __ and the normal name is an alias.  */
 
27094
-#if defined __stub_syslog || defined __stub___syslog
 
27095
-choke me
 
27096
-#endif
 
27097
-
 
27098
-int
 
27099
-main ()
 
27100
-{
 
27101
-return syslog ();
 
27102
-  ;
 
27103
-  return 0;
 
27104
-}
 
27105
-_ACEOF
 
27106
-rm -f conftest.$ac_objext conftest$ac_exeext
 
27107
-if { (ac_try="$ac_link"
 
27108
-case "(($ac_try" in
 
27109
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27110
-  *) ac_try_echo=$ac_try;;
 
27111
-esac
 
27112
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
27113
-$as_echo "$ac_try_echo") >&5
 
27114
-  (eval "$ac_link") 2>conftest.er1
 
27115
-  ac_status=$?
 
27116
-  grep -v '^ *+' conftest.er1 >conftest.err
 
27117
-  rm -f conftest.er1
 
27118
-  cat conftest.err >&5
 
27119
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27120
-  (exit $ac_status); } && {
 
27121
-        test -z "$ac_c_werror_flag" ||
 
27122
-        test ! -s conftest.err
 
27123
-       } && test -s conftest$ac_exeext && {
 
27124
-        test "$cross_compiling" = yes ||
 
27125
-        $as_test_x conftest$ac_exeext
 
27126
-       }; then
 
27127
-  ac_cv_func_syslog=yes
 
27128
-else
 
27129
-  $as_echo "$as_me: failed program was:" >&5
 
27130
-sed 's/^/| /' conftest.$ac_ext >&5
 
27131
-
 
27132
-       ac_cv_func_syslog=no
 
27133
-fi
 
27134
-
 
27135
-rm -rf conftest.dSYM
 
27136
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
27137
-      conftest$ac_exeext conftest.$ac_ext
 
27138
-fi
 
27139
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_syslog" >&5
 
27140
-$as_echo "$ac_cv_func_syslog" >&6; }
 
27141
-
 
27142
-
 
27143
-
 
27144
- { $as_echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
 
27145
-$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
 
27146
-if test "${ac_cv_c_bigendian+set}" = set; then
 
27147
-  $as_echo_n "(cached) " >&6
 
27148
-else
 
27149
-  ac_cv_c_bigendian=unknown
 
27150
-    # See if we're dealing with a universal compiler.
 
27151
-    cat >conftest.$ac_ext <<_ACEOF
 
27152
-/* confdefs.h.  */
 
27153
-_ACEOF
 
27154
-cat confdefs.h >>conftest.$ac_ext
 
27155
-cat >>conftest.$ac_ext <<_ACEOF
 
27156
-/* end confdefs.h.  */
 
27157
-#ifndef __APPLE_CC__
 
27158
-              not a universal capable compiler
 
27159
-            #endif
 
27160
-            typedef int dummy;
 
27161
-
 
27162
-_ACEOF
 
27163
-rm -f conftest.$ac_objext
 
27164
-if { (ac_try="$ac_compile"
 
27165
-case "(($ac_try" in
 
27166
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27167
-  *) ac_try_echo=$ac_try;;
 
27168
-esac
 
27169
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
27170
-$as_echo "$ac_try_echo") >&5
 
27171
-  (eval "$ac_compile") 2>conftest.er1
 
27172
-  ac_status=$?
 
27173
-  grep -v '^ *+' conftest.er1 >conftest.err
 
27174
-  rm -f conftest.er1
 
27175
-  cat conftest.err >&5
 
27176
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27177
-  (exit $ac_status); } && {
 
27178
-        test -z "$ac_c_werror_flag" ||
 
27179
-        test ! -s conftest.err
 
27180
-       } && test -s conftest.$ac_objext; then
 
27181
-
 
27182
-       # Check for potential -arch flags.  It is not universal unless
 
27183
-       # there are some -arch flags.  Note that *ppc* also matches
 
27184
-       # ppc64.  This check is also rather less than ideal.
 
27185
-       case "${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" in  #(
 
27186
-         *-arch*ppc*|*-arch*i386*|*-arch*x86_64*) ac_cv_c_bigendian=universal;;
 
27187
-       esac
 
27188
-else
 
27189
-  $as_echo "$as_me: failed program was:" >&5
 
27190
-sed 's/^/| /' conftest.$ac_ext >&5
 
27191
-
 
27192
-
 
27193
-fi
 
27194
-
 
27195
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
27196
-    if test $ac_cv_c_bigendian = unknown; then
 
27197
-      # See if sys/param.h defines the BYTE_ORDER macro.
 
27198
-      cat >conftest.$ac_ext <<_ACEOF
 
27199
-/* confdefs.h.  */
 
27200
-_ACEOF
 
27201
-cat confdefs.h >>conftest.$ac_ext
 
27202
-cat >>conftest.$ac_ext <<_ACEOF
 
27203
-/* end confdefs.h.  */
 
27204
-#include <sys/types.h>
 
27205
-            #include <sys/param.h>
 
27206
-
 
27207
-int
 
27208
-main ()
 
27209
-{
 
27210
-#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
 
27211
-                    && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
 
27212
-                    && LITTLE_ENDIAN)
 
27213
-             bogus endian macros
 
27214
-            #endif
 
27215
-
 
27216
-  ;
 
27217
-  return 0;
 
27218
-}
 
27219
-_ACEOF
 
27220
-rm -f conftest.$ac_objext
 
27221
-if { (ac_try="$ac_compile"
 
27222
-case "(($ac_try" in
 
27223
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27224
-  *) ac_try_echo=$ac_try;;
 
27225
-esac
 
27226
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
27227
-$as_echo "$ac_try_echo") >&5
 
27228
-  (eval "$ac_compile") 2>conftest.er1
 
27229
-  ac_status=$?
 
27230
-  grep -v '^ *+' conftest.er1 >conftest.err
 
27231
-  rm -f conftest.er1
 
27232
-  cat conftest.err >&5
 
27233
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27234
-  (exit $ac_status); } && {
 
27235
-        test -z "$ac_c_werror_flag" ||
 
27236
-        test ! -s conftest.err
 
27237
-       } && test -s conftest.$ac_objext; then
 
27238
-  # It does; now see whether it defined to BIG_ENDIAN or not.
 
27239
-        cat >conftest.$ac_ext <<_ACEOF
 
27240
-/* confdefs.h.  */
 
27241
-_ACEOF
 
27242
-cat confdefs.h >>conftest.$ac_ext
 
27243
-cat >>conftest.$ac_ext <<_ACEOF
 
27244
-/* end confdefs.h.  */
 
27245
-#include <sys/types.h>
 
27246
-               #include <sys/param.h>
 
27247
-
 
27248
-int
 
27249
-main ()
 
27250
-{
 
27251
-#if BYTE_ORDER != BIG_ENDIAN
 
27252
-                not big endian
 
27253
-               #endif
 
27254
-
 
27255
-  ;
 
27256
-  return 0;
 
27257
-}
 
27258
-_ACEOF
 
27259
-rm -f conftest.$ac_objext
 
27260
-if { (ac_try="$ac_compile"
 
27261
-case "(($ac_try" in
 
27262
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27263
-  *) ac_try_echo=$ac_try;;
 
27264
-esac
 
27265
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
27266
-$as_echo "$ac_try_echo") >&5
 
27267
-  (eval "$ac_compile") 2>conftest.er1
 
27268
-  ac_status=$?
 
27269
-  grep -v '^ *+' conftest.er1 >conftest.err
 
27270
-  rm -f conftest.er1
 
27271
-  cat conftest.err >&5
 
27272
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27273
-  (exit $ac_status); } && {
 
27274
-        test -z "$ac_c_werror_flag" ||
 
27275
-        test ! -s conftest.err
 
27276
-       } && test -s conftest.$ac_objext; then
 
27277
-  ac_cv_c_bigendian=yes
 
27278
-else
 
27279
-  $as_echo "$as_me: failed program was:" >&5
 
27280
-sed 's/^/| /' conftest.$ac_ext >&5
 
27281
-
 
27282
-       ac_cv_c_bigendian=no
 
27283
-fi
 
27284
-
 
27285
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
27286
-else
 
27287
-  $as_echo "$as_me: failed program was:" >&5
 
27288
-sed 's/^/| /' conftest.$ac_ext >&5
 
27289
-
 
27290
-
 
27291
-fi
 
27292
-
 
27293
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
27294
-    fi
 
27295
-    if test $ac_cv_c_bigendian = unknown; then
 
27296
-      # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
 
27297
-      cat >conftest.$ac_ext <<_ACEOF
 
27298
-/* confdefs.h.  */
 
27299
-_ACEOF
 
27300
-cat confdefs.h >>conftest.$ac_ext
 
27301
-cat >>conftest.$ac_ext <<_ACEOF
 
27302
-/* end confdefs.h.  */
 
27303
-#include <limits.h>
 
27304
-
 
27305
-int
 
27306
-main ()
 
27307
-{
 
27308
-#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
 
27309
-             bogus endian macros
 
27310
-            #endif
 
27311
-
 
27312
-  ;
 
27313
-  return 0;
 
27314
-}
 
27315
-_ACEOF
 
27316
-rm -f conftest.$ac_objext
 
27317
-if { (ac_try="$ac_compile"
 
27318
-case "(($ac_try" in
 
27319
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27320
-  *) ac_try_echo=$ac_try;;
 
27321
-esac
 
27322
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
27323
-$as_echo "$ac_try_echo") >&5
 
27324
-  (eval "$ac_compile") 2>conftest.er1
 
27325
-  ac_status=$?
 
27326
-  grep -v '^ *+' conftest.er1 >conftest.err
 
27327
-  rm -f conftest.er1
 
27328
-  cat conftest.err >&5
 
27329
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27330
-  (exit $ac_status); } && {
 
27331
-        test -z "$ac_c_werror_flag" ||
 
27332
-        test ! -s conftest.err
 
27333
-       } && test -s conftest.$ac_objext; then
 
27334
-  # It does; now see whether it defined to _BIG_ENDIAN or not.
 
27335
-        cat >conftest.$ac_ext <<_ACEOF
 
27336
-/* confdefs.h.  */
 
27337
-_ACEOF
 
27338
-cat confdefs.h >>conftest.$ac_ext
 
27339
-cat >>conftest.$ac_ext <<_ACEOF
 
27340
-/* end confdefs.h.  */
 
27341
-#include <limits.h>
 
27342
-
 
27343
-int
 
27344
-main ()
 
27345
-{
 
27346
-#ifndef _BIG_ENDIAN
 
27347
-                not big endian
 
27348
-               #endif
 
27349
-
 
27350
-  ;
 
27351
-  return 0;
 
27352
-}
 
27353
-_ACEOF
 
27354
-rm -f conftest.$ac_objext
 
27355
-if { (ac_try="$ac_compile"
 
27356
-case "(($ac_try" in
 
27357
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27358
-  *) ac_try_echo=$ac_try;;
 
27359
-esac
 
27360
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
27361
-$as_echo "$ac_try_echo") >&5
 
27362
-  (eval "$ac_compile") 2>conftest.er1
 
27363
-  ac_status=$?
 
27364
-  grep -v '^ *+' conftest.er1 >conftest.err
 
27365
-  rm -f conftest.er1
 
27366
-  cat conftest.err >&5
 
27367
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27368
-  (exit $ac_status); } && {
 
27369
-        test -z "$ac_c_werror_flag" ||
 
27370
-        test ! -s conftest.err
 
27371
-       } && test -s conftest.$ac_objext; then
 
27372
-  ac_cv_c_bigendian=yes
 
27373
-else
 
27374
-  $as_echo "$as_me: failed program was:" >&5
 
27375
-sed 's/^/| /' conftest.$ac_ext >&5
 
27376
-
 
27377
-       ac_cv_c_bigendian=no
 
27378
-fi
 
27379
-
 
27380
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
27381
-else
 
27382
-  $as_echo "$as_me: failed program was:" >&5
 
27383
-sed 's/^/| /' conftest.$ac_ext >&5
 
27384
-
 
27385
-
 
27386
-fi
 
27387
-
 
27388
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
27389
-    fi
 
27390
-    if test $ac_cv_c_bigendian = unknown; then
 
27391
-      # Compile a test program.
 
27392
-      if test "$cross_compiling" = yes; then
 
27393
-  # Try to guess by grepping values from an object file.
 
27394
-        cat >conftest.$ac_ext <<_ACEOF
 
27395
-/* confdefs.h.  */
 
27396
-_ACEOF
 
27397
-cat confdefs.h >>conftest.$ac_ext
 
27398
-cat >>conftest.$ac_ext <<_ACEOF
 
27399
-/* end confdefs.h.  */
 
27400
-short int ascii_mm[] =
 
27401
-                 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
 
27402
-               short int ascii_ii[] =
 
27403
-                 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
 
27404
-               int use_ascii (int i) {
 
27405
-                 return ascii_mm[i] + ascii_ii[i];
 
27406
-               }
 
27407
-               short int ebcdic_ii[] =
 
27408
-                 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
 
27409
-               short int ebcdic_mm[] =
 
27410
-                 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
 
27411
-               int use_ebcdic (int i) {
 
27412
-                 return ebcdic_mm[i] + ebcdic_ii[i];
 
27413
-               }
 
27414
-               extern int foo;
 
27415
-
 
27416
-int
 
27417
-main ()
 
27418
-{
 
27419
-return use_ascii (foo) == use_ebcdic (foo);
 
27420
-  ;
 
27421
-  return 0;
 
27422
-}
 
27423
-_ACEOF
 
27424
-rm -f conftest.$ac_objext
 
27425
-if { (ac_try="$ac_compile"
 
27426
-case "(($ac_try" in
 
27427
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27428
-  *) ac_try_echo=$ac_try;;
 
27429
-esac
 
27430
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
27431
-$as_echo "$ac_try_echo") >&5
 
27432
-  (eval "$ac_compile") 2>conftest.er1
 
27433
-  ac_status=$?
 
27434
-  grep -v '^ *+' conftest.er1 >conftest.err
 
27435
-  rm -f conftest.er1
 
27436
-  cat conftest.err >&5
 
27437
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27438
-  (exit $ac_status); } && {
 
27439
-        test -z "$ac_c_werror_flag" ||
 
27440
-        test ! -s conftest.err
 
27441
-       } && test -s conftest.$ac_objext; then
 
27442
-  if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
 
27443
-             ac_cv_c_bigendian=yes
 
27444
-           fi
 
27445
-           if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
 
27446
-             if test "$ac_cv_c_bigendian" = unknown; then
 
27447
-               ac_cv_c_bigendian=no
 
27448
-             else
 
27449
-               # finding both strings is unlikely to happen, but who knows?
 
27450
-               ac_cv_c_bigendian=unknown
 
27451
-             fi
 
27452
-           fi
 
27453
-else
 
27454
-  $as_echo "$as_me: failed program was:" >&5
 
27455
-sed 's/^/| /' conftest.$ac_ext >&5
 
27456
-
 
27457
-
 
27458
-fi
 
27459
-
 
27460
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
27461
-else
 
27462
-  cat >conftest.$ac_ext <<_ACEOF
 
27463
-/* confdefs.h.  */
 
27464
-_ACEOF
 
27465
-cat confdefs.h >>conftest.$ac_ext
 
27466
-cat >>conftest.$ac_ext <<_ACEOF
 
27467
-/* end confdefs.h.  */
 
27468
-$ac_includes_default
 
27469
-int
 
27470
-main ()
 
27471
-{
 
27472
-
 
27473
-            /* Are we little or big endian?  From Harbison&Steele.  */
 
27474
-            union
 
27475
-            {
 
27476
-              long int l;
 
27477
-              char c[sizeof (long int)];
 
27478
-            } u;
 
27479
-            u.l = 1;
 
27480
-            return u.c[sizeof (long int) - 1] == 1;
 
27481
-
 
27482
-  ;
 
27483
-  return 0;
 
27484
-}
 
27485
-_ACEOF
 
27486
-rm -f conftest$ac_exeext
 
27487
-if { (ac_try="$ac_link"
 
27488
-case "(($ac_try" in
 
27489
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27490
-  *) ac_try_echo=$ac_try;;
 
27491
-esac
 
27492
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
27493
-$as_echo "$ac_try_echo") >&5
 
27494
-  (eval "$ac_link") 2>&5
 
27495
-  ac_status=$?
 
27496
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27497
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
27498
-  { (case "(($ac_try" in
 
27499
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27500
-  *) ac_try_echo=$ac_try;;
 
27501
-esac
 
27502
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
27503
-$as_echo "$ac_try_echo") >&5
 
27504
-  (eval "$ac_try") 2>&5
 
27505
-  ac_status=$?
 
27506
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27507
-  (exit $ac_status); }; }; then
 
27508
-  ac_cv_c_bigendian=no
 
27509
-else
 
27510
-  $as_echo "$as_me: program exited with status $ac_status" >&5
 
27511
-$as_echo "$as_me: failed program was:" >&5
 
27512
-sed 's/^/| /' conftest.$ac_ext >&5
 
27513
-
 
27514
-( exit $ac_status )
 
27515
-ac_cv_c_bigendian=yes
 
27516
-fi
 
27517
-rm -rf conftest.dSYM
 
27518
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
27519
-fi
 
27520
-
 
27521
-
 
27522
-    fi
 
27523
-fi
 
27524
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
 
27525
-$as_echo "$ac_cv_c_bigendian" >&6; }
 
27526
- case $ac_cv_c_bigendian in #(
 
27527
-   yes)
 
27528
-     cat >>confdefs.h <<\_ACEOF
 
27529
-#define WORDS_BIGENDIAN 1
 
27530
-_ACEOF
 
27531
-;; #(
 
27532
-   no)
 
27533
-      ;; #(
 
27534
-   universal)
 
27535
-
 
27536
-cat >>confdefs.h <<\_ACEOF
 
27537
-#define AC_APPLE_UNIVERSAL_BUILD 1
 
27538
-_ACEOF
 
27539
-
 
27540
-     ;; #(
 
27541
-   *)
 
27542
-     { { $as_echo "$as_me:$LINENO: error: unknown endianness
 
27543
- presetting ac_cv_c_bigendian=no (or yes) will help" >&5
 
27544
-$as_echo "$as_me: error: unknown endianness
 
27545
- presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
 
27546
-   { (exit 1); exit 1; }; } ;;
 
27547
- esac
 
27548
-
 
27549
-
 
27550
-
 
27551
-dofus_save_libs="$LIBS"
 
27552
-LIBS="$ORBIT_LIBS $LIBS"
 
27553
-if test "$cross_compiling" = yes; then
 
27554
-  { $as_echo "$as_me:$LINENO: WARNING: Could not check for borked linking while cross-compiling" >&5
 
27555
-$as_echo "$as_me: WARNING: Could not check for borked linking while cross-compiling" >&2;}
 
27556
-else
 
27557
-  cat >conftest.$ac_ext <<_ACEOF
 
27558
-/* confdefs.h.  */
 
27559
-_ACEOF
 
27560
-cat confdefs.h >>conftest.$ac_ext
 
27561
-cat >>conftest.$ac_ext <<_ACEOF
 
27562
-/* end confdefs.h.  */
 
27563
- #include <stdio.h>
 
27564
-             main ()
 
27565
-             {
 
27566
-               return 0;
 
27567
-             }
 
27568
-_ACEOF
 
27569
-rm -f conftest$ac_exeext
 
27570
-if { (ac_try="$ac_link"
 
27571
-case "(($ac_try" in
 
27572
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27573
-  *) ac_try_echo=$ac_try;;
 
27574
-esac
 
27575
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
27576
-$as_echo "$ac_try_echo") >&5
 
27577
-  (eval "$ac_link") 2>&5
 
27578
-  ac_status=$?
 
27579
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27580
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
27581
-  { (case "(($ac_try" in
 
27582
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27583
-  *) ac_try_echo=$ac_try;;
 
27584
-esac
 
27585
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
27586
-$as_echo "$ac_try_echo") >&5
 
27587
-  (eval "$ac_try") 2>&5
 
27588
-  ac_status=$?
 
27589
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27590
-  (exit $ac_status); }; }; then
 
27591
-  :
 
27592
-else
 
27593
-  $as_echo "$as_me: program exited with status $ac_status" >&5
 
27594
-$as_echo "$as_me: failed program was:" >&5
 
27595
-sed 's/^/| /' conftest.$ac_ext >&5
 
27596
-
 
27597
-( exit $ac_status )
 
27598
-{ { $as_echo "$as_me:$LINENO: error:
 
27599
-Linking is badly borked on your system. Please ensure your library path is correct
 
27600
-Check config.log for details - check near the end of the log above 'failed program was'
 
27601
-Alternatively ensure that your /etc/ld.so.conf (and/or LD_LIBRARY_PATH) includes the
 
27602
-prefix you're compiling on: '${prefix}' " >&5
 
27603
-$as_echo "$as_me: error:
 
27604
-Linking is badly borked on your system. Please ensure your library path is correct
 
27605
-Check config.log for details - check near the end of the log above 'failed program was'
 
27606
-Alternatively ensure that your /etc/ld.so.conf (and/or LD_LIBRARY_PATH) includes the
 
27607
-prefix you're compiling on: '${prefix}' " >&2;}
 
27608
-   { (exit 1); exit 1; }; }
 
27609
-fi
 
27610
-rm -rf conftest.dSYM
 
27611
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
27612
-fi
 
27613
-
 
27614
-
 
27615
-LIBS="$dofus_save_libs"
 
27616
-
 
27617
-orig_CPPFLAGS=$CPPFLAGS
 
27618
-CPPFLAGS="$CPPFLAGS $ORBIT_CFLAGS"
 
27619
-                                               { $as_echo "$as_me:$LINENO: checking alignment of CORBA_octet" >&5
 
27620
-$as_echo_n "checking alignment of CORBA_octet... " >&6; }
 
27621
-       align_save_libs="$LIBS"
 
27622
-       LIBS="$ORBIT_LIBS $LIBS"
 
27623
-       if test "${ac_cv_alignof_CORBA_octet+set}" = set; then
 
27624
-  $as_echo_n "(cached) " >&6
 
27625
-else
 
27626
-  if test "$cross_compiling" = yes; then
 
27627
-  ac_cv_alignof_CORBA_octet=0
 
27628
-else
 
27629
-  cat >conftest.$ac_ext <<_ACEOF
 
27630
-/* confdefs.h.  */
 
27631
-_ACEOF
 
27632
-cat confdefs.h >>conftest.$ac_ext
 
27633
-cat >>conftest.$ac_ext <<_ACEOF
 
27634
-/* end confdefs.h.  */
 
27635
- #include <stdio.h>
 
27636
-                          #include <stdlib.h>
 
27637
-
 
27638
-                       #include "$srcdir/include/orbit/util/basic_types.h"
 
27639
-                       typedef struct {char s1;} CORBA_struct;
 
27640
-                       typedef void *CORBA_pointer;
 
27641
-                       struct test {char s1; CORBA_octet s2;};
 
27642
-                       main()
 
27643
-                       {
 
27644
-                       FILE *f=fopen("conftestval", "w");
 
27645
-                       if (!f) exit(1);
 
27646
-                       fprintf(f, "%d\n", &(((struct test*)0)->s2));
 
27647
-                       exit(0);
 
27648
-                       }
 
27649
-_ACEOF
 
27650
-rm -f conftest$ac_exeext
 
27651
-if { (ac_try="$ac_link"
 
27652
-case "(($ac_try" in
 
27653
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27654
-  *) ac_try_echo=$ac_try;;
 
27655
-esac
 
27656
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
27657
-$as_echo "$ac_try_echo") >&5
 
27658
-  (eval "$ac_link") 2>&5
 
27659
-  ac_status=$?
 
27660
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27661
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
27662
-  { (case "(($ac_try" in
 
27663
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27664
-  *) ac_try_echo=$ac_try;;
 
27665
-esac
 
27666
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
27667
-$as_echo "$ac_try_echo") >&5
 
27668
-  (eval "$ac_try") 2>&5
 
27669
-  ac_status=$?
 
27670
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27671
-  (exit $ac_status); }; }; then
 
27672
-  ac_cv_alignof_CORBA_octet=`cat conftestval`
 
27673
-else
 
27674
-  $as_echo "$as_me: program exited with status $ac_status" >&5
 
27675
-$as_echo "$as_me: failed program was:" >&5
 
27676
-sed 's/^/| /' conftest.$ac_ext >&5
 
27677
-
 
27678
-( exit $ac_status )
 
27679
-ac_cv_alignof_CORBA_octet=0
 
27680
-fi
 
27681
-rm -rf conftest.dSYM
 
27682
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
27683
-fi
 
27684
-
 
27685
-
 
27686
-
 
27687
-fi
 
27688
-       { $as_echo "$as_me:$LINENO: result: $ac_cv_alignof_CORBA_octet" >&5
 
27689
-$as_echo "$ac_cv_alignof_CORBA_octet" >&6; }
 
27690
-       if test "$ac_cv_alignof_CORBA_octet" = "0" ; then
 
27691
-               { { $as_echo "$as_me:$LINENO: error: Failed to find alignment. Check config.log for details." >&5
 
27692
-$as_echo "$as_me: error: Failed to find alignment. Check config.log for details." >&2;}
 
27693
-   { (exit 1); exit 1; }; }
 
27694
-       fi
 
27695
-       LIBS="$align_save_libs"
 
27696
-       ORBIT_ALIGNOF_CORBA_OCTET=$ac_cv_alignof_CORBA_octet
 
27697
-
 
27698
-
 
27699
-                                               { $as_echo "$as_me:$LINENO: checking alignment of CORBA_boolean" >&5
 
27700
-$as_echo_n "checking alignment of CORBA_boolean... " >&6; }
 
27701
-       align_save_libs="$LIBS"
 
27702
-       LIBS="$ORBIT_LIBS $LIBS"
 
27703
-       if test "${ac_cv_alignof_CORBA_boolean+set}" = set; then
 
27704
-  $as_echo_n "(cached) " >&6
 
27705
-else
 
27706
-  if test "$cross_compiling" = yes; then
 
27707
-  ac_cv_alignof_CORBA_boolean=0
 
27708
-else
 
27709
-  cat >conftest.$ac_ext <<_ACEOF
 
27710
-/* confdefs.h.  */
 
27711
-_ACEOF
 
27712
-cat confdefs.h >>conftest.$ac_ext
 
27713
-cat >>conftest.$ac_ext <<_ACEOF
 
27714
-/* end confdefs.h.  */
 
27715
- #include <stdio.h>
 
27716
-                          #include <stdlib.h>
 
27717
-
 
27718
-                       #include "$srcdir/include/orbit/util/basic_types.h"
 
27719
-                       typedef struct {char s1;} CORBA_struct;
 
27720
-                       typedef void *CORBA_pointer;
 
27721
-                       struct test {char s1; CORBA_boolean s2;};
 
27722
-                       main()
 
27723
-                       {
 
27724
-                       FILE *f=fopen("conftestval", "w");
 
27725
-                       if (!f) exit(1);
 
27726
-                       fprintf(f, "%d\n", &(((struct test*)0)->s2));
 
27727
-                       exit(0);
 
27728
-                       }
 
27729
-_ACEOF
 
27730
-rm -f conftest$ac_exeext
 
27731
-if { (ac_try="$ac_link"
 
27732
-case "(($ac_try" in
 
27733
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27734
-  *) ac_try_echo=$ac_try;;
 
27735
-esac
 
27736
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
27737
-$as_echo "$ac_try_echo") >&5
 
27738
-  (eval "$ac_link") 2>&5
 
27739
-  ac_status=$?
 
27740
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27741
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
27742
-  { (case "(($ac_try" in
 
27743
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27744
-  *) ac_try_echo=$ac_try;;
 
27745
-esac
 
27746
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
27747
-$as_echo "$ac_try_echo") >&5
 
27748
-  (eval "$ac_try") 2>&5
 
27749
-  ac_status=$?
 
27750
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27751
-  (exit $ac_status); }; }; then
 
27752
-  ac_cv_alignof_CORBA_boolean=`cat conftestval`
 
27753
-else
 
27754
-  $as_echo "$as_me: program exited with status $ac_status" >&5
 
27755
-$as_echo "$as_me: failed program was:" >&5
 
27756
-sed 's/^/| /' conftest.$ac_ext >&5
 
27757
-
 
27758
-( exit $ac_status )
 
27759
-ac_cv_alignof_CORBA_boolean=0
 
27760
-fi
 
27761
-rm -rf conftest.dSYM
 
27762
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
27763
-fi
 
27764
-
 
27765
-
 
27766
-
 
27767
-fi
 
27768
-       { $as_echo "$as_me:$LINENO: result: $ac_cv_alignof_CORBA_boolean" >&5
 
27769
-$as_echo "$ac_cv_alignof_CORBA_boolean" >&6; }
 
27770
-       if test "$ac_cv_alignof_CORBA_boolean" = "0" ; then
 
27771
-               { { $as_echo "$as_me:$LINENO: error: Failed to find alignment. Check config.log for details." >&5
 
27772
-$as_echo "$as_me: error: Failed to find alignment. Check config.log for details." >&2;}
 
27773
-   { (exit 1); exit 1; }; }
 
27774
-       fi
 
27775
-       LIBS="$align_save_libs"
 
27776
-       ORBIT_ALIGNOF_CORBA_BOOLEAN=$ac_cv_alignof_CORBA_boolean
 
27777
-
 
27778
-
 
27779
-                                               { $as_echo "$as_me:$LINENO: checking alignment of CORBA_char" >&5
 
27780
-$as_echo_n "checking alignment of CORBA_char... " >&6; }
 
27781
-       align_save_libs="$LIBS"
 
27782
-       LIBS="$ORBIT_LIBS $LIBS"
 
27783
-       if test "${ac_cv_alignof_CORBA_char+set}" = set; then
 
27784
-  $as_echo_n "(cached) " >&6
 
27785
-else
 
27786
-  if test "$cross_compiling" = yes; then
 
27787
-  ac_cv_alignof_CORBA_char=0
 
27788
-else
 
27789
-  cat >conftest.$ac_ext <<_ACEOF
 
27790
-/* confdefs.h.  */
 
27791
-_ACEOF
 
27792
-cat confdefs.h >>conftest.$ac_ext
 
27793
-cat >>conftest.$ac_ext <<_ACEOF
 
27794
-/* end confdefs.h.  */
 
27795
- #include <stdio.h>
 
27796
-                          #include <stdlib.h>
 
27797
-
 
27798
-                       #include "$srcdir/include/orbit/util/basic_types.h"
 
27799
-                       typedef struct {char s1;} CORBA_struct;
 
27800
-                       typedef void *CORBA_pointer;
 
27801
-                       struct test {char s1; CORBA_char s2;};
 
27802
-                       main()
 
27803
-                       {
 
27804
-                       FILE *f=fopen("conftestval", "w");
 
27805
-                       if (!f) exit(1);
 
27806
-                       fprintf(f, "%d\n", &(((struct test*)0)->s2));
 
27807
-                       exit(0);
 
27808
-                       }
 
27809
-_ACEOF
 
27810
-rm -f conftest$ac_exeext
 
27811
-if { (ac_try="$ac_link"
 
27812
-case "(($ac_try" in
 
27813
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27814
-  *) ac_try_echo=$ac_try;;
 
27815
-esac
 
27816
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
27817
-$as_echo "$ac_try_echo") >&5
 
27818
-  (eval "$ac_link") 2>&5
 
27819
-  ac_status=$?
 
27820
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27821
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
27822
-  { (case "(($ac_try" in
 
27823
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27824
-  *) ac_try_echo=$ac_try;;
 
27825
-esac
 
27826
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
27827
-$as_echo "$ac_try_echo") >&5
 
27828
-  (eval "$ac_try") 2>&5
 
27829
-  ac_status=$?
 
27830
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27831
-  (exit $ac_status); }; }; then
 
27832
-  ac_cv_alignof_CORBA_char=`cat conftestval`
 
27833
-else
 
27834
-  $as_echo "$as_me: program exited with status $ac_status" >&5
 
27835
-$as_echo "$as_me: failed program was:" >&5
 
27836
-sed 's/^/| /' conftest.$ac_ext >&5
 
27837
-
 
27838
-( exit $ac_status )
 
27839
-ac_cv_alignof_CORBA_char=0
 
27840
-fi
 
27841
-rm -rf conftest.dSYM
 
27842
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
27843
-fi
 
27844
-
 
27845
-
 
27846
-
 
27847
-fi
 
27848
-       { $as_echo "$as_me:$LINENO: result: $ac_cv_alignof_CORBA_char" >&5
 
27849
-$as_echo "$ac_cv_alignof_CORBA_char" >&6; }
 
27850
-       if test "$ac_cv_alignof_CORBA_char" = "0" ; then
 
27851
-               { { $as_echo "$as_me:$LINENO: error: Failed to find alignment. Check config.log for details." >&5
 
27852
-$as_echo "$as_me: error: Failed to find alignment. Check config.log for details." >&2;}
 
27853
-   { (exit 1); exit 1; }; }
 
27854
-       fi
 
27855
-       LIBS="$align_save_libs"
 
27856
-       ORBIT_ALIGNOF_CORBA_CHAR=$ac_cv_alignof_CORBA_char
 
27857
-
 
27858
-
 
27859
-                                               { $as_echo "$as_me:$LINENO: checking alignment of CORBA_wchar" >&5
 
27860
-$as_echo_n "checking alignment of CORBA_wchar... " >&6; }
 
27861
-       align_save_libs="$LIBS"
 
27862
-       LIBS="$ORBIT_LIBS $LIBS"
 
27863
-       if test "${ac_cv_alignof_CORBA_wchar+set}" = set; then
 
27864
-  $as_echo_n "(cached) " >&6
 
27865
-else
 
27866
-  if test "$cross_compiling" = yes; then
 
27867
-  ac_cv_alignof_CORBA_wchar=0
 
27868
-else
 
27869
-  cat >conftest.$ac_ext <<_ACEOF
 
27870
-/* confdefs.h.  */
 
27871
-_ACEOF
 
27872
-cat confdefs.h >>conftest.$ac_ext
 
27873
-cat >>conftest.$ac_ext <<_ACEOF
 
27874
-/* end confdefs.h.  */
 
27875
- #include <stdio.h>
 
27876
-                          #include <stdlib.h>
 
27877
-
 
27878
-                       #include "$srcdir/include/orbit/util/basic_types.h"
 
27879
-                       typedef struct {char s1;} CORBA_struct;
 
27880
-                       typedef void *CORBA_pointer;
 
27881
-                       struct test {char s1; CORBA_wchar s2;};
 
27882
-                       main()
 
27883
-                       {
 
27884
-                       FILE *f=fopen("conftestval", "w");
 
27885
-                       if (!f) exit(1);
 
27886
-                       fprintf(f, "%d\n", &(((struct test*)0)->s2));
 
27887
-                       exit(0);
 
27888
-                       }
 
27889
-_ACEOF
 
27890
-rm -f conftest$ac_exeext
 
27891
-if { (ac_try="$ac_link"
 
27892
-case "(($ac_try" in
 
27893
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27894
-  *) ac_try_echo=$ac_try;;
 
27895
-esac
 
27896
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
27897
-$as_echo "$ac_try_echo") >&5
 
27898
-  (eval "$ac_link") 2>&5
 
27899
-  ac_status=$?
 
27900
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27901
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
27902
-  { (case "(($ac_try" in
 
27903
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27904
-  *) ac_try_echo=$ac_try;;
 
27905
-esac
 
27906
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
27907
-$as_echo "$ac_try_echo") >&5
 
27908
-  (eval "$ac_try") 2>&5
 
27909
-  ac_status=$?
 
27910
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27911
-  (exit $ac_status); }; }; then
 
27912
-  ac_cv_alignof_CORBA_wchar=`cat conftestval`
 
27913
-else
 
27914
-  $as_echo "$as_me: program exited with status $ac_status" >&5
 
27915
-$as_echo "$as_me: failed program was:" >&5
 
27916
-sed 's/^/| /' conftest.$ac_ext >&5
 
27917
-
 
27918
-( exit $ac_status )
 
27919
-ac_cv_alignof_CORBA_wchar=0
 
27920
-fi
 
27921
-rm -rf conftest.dSYM
 
27922
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
27923
-fi
 
27924
-
 
27925
-
 
27926
-
 
27927
-fi
 
27928
-       { $as_echo "$as_me:$LINENO: result: $ac_cv_alignof_CORBA_wchar" >&5
 
27929
-$as_echo "$ac_cv_alignof_CORBA_wchar" >&6; }
 
27930
-       if test "$ac_cv_alignof_CORBA_wchar" = "0" ; then
 
27931
-               { { $as_echo "$as_me:$LINENO: error: Failed to find alignment. Check config.log for details." >&5
 
27932
-$as_echo "$as_me: error: Failed to find alignment. Check config.log for details." >&2;}
 
27933
-   { (exit 1); exit 1; }; }
 
27934
-       fi
 
27935
-       LIBS="$align_save_libs"
 
27936
-       ORBIT_ALIGNOF_CORBA_WCHAR=$ac_cv_alignof_CORBA_wchar
 
27937
-
 
27938
-
 
27939
-                                               { $as_echo "$as_me:$LINENO: checking alignment of CORBA_short" >&5
 
27940
-$as_echo_n "checking alignment of CORBA_short... " >&6; }
 
27941
-       align_save_libs="$LIBS"
 
27942
-       LIBS="$ORBIT_LIBS $LIBS"
 
27943
-       if test "${ac_cv_alignof_CORBA_short+set}" = set; then
 
27944
-  $as_echo_n "(cached) " >&6
 
27945
-else
 
27946
-  if test "$cross_compiling" = yes; then
 
27947
-  ac_cv_alignof_CORBA_short=0
 
27948
-else
 
27949
-  cat >conftest.$ac_ext <<_ACEOF
 
27950
-/* confdefs.h.  */
 
27951
-_ACEOF
 
27952
-cat confdefs.h >>conftest.$ac_ext
 
27953
-cat >>conftest.$ac_ext <<_ACEOF
 
27954
-/* end confdefs.h.  */
 
27955
- #include <stdio.h>
 
27956
-                          #include <stdlib.h>
 
27957
-
 
27958
-                       #include "$srcdir/include/orbit/util/basic_types.h"
 
27959
-                       typedef struct {char s1;} CORBA_struct;
 
27960
-                       typedef void *CORBA_pointer;
 
27961
-                       struct test {char s1; CORBA_short s2;};
 
27962
-                       main()
 
27963
-                       {
 
27964
-                       FILE *f=fopen("conftestval", "w");
 
27965
-                       if (!f) exit(1);
 
27966
-                       fprintf(f, "%d\n", &(((struct test*)0)->s2));
 
27967
-                       exit(0);
 
27968
-                       }
 
27969
-_ACEOF
 
27970
-rm -f conftest$ac_exeext
 
27971
-if { (ac_try="$ac_link"
 
27972
-case "(($ac_try" in
 
27973
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27974
-  *) ac_try_echo=$ac_try;;
 
27975
-esac
 
27976
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
27977
-$as_echo "$ac_try_echo") >&5
 
27978
-  (eval "$ac_link") 2>&5
 
27979
-  ac_status=$?
 
27980
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27981
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
27982
-  { (case "(($ac_try" in
 
27983
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
27984
-  *) ac_try_echo=$ac_try;;
 
27985
-esac
 
27986
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
27987
-$as_echo "$ac_try_echo") >&5
 
27988
-  (eval "$ac_try") 2>&5
 
27989
-  ac_status=$?
 
27990
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
27991
-  (exit $ac_status); }; }; then
 
27992
-  ac_cv_alignof_CORBA_short=`cat conftestval`
 
27993
-else
 
27994
-  $as_echo "$as_me: program exited with status $ac_status" >&5
 
27995
-$as_echo "$as_me: failed program was:" >&5
 
27996
-sed 's/^/| /' conftest.$ac_ext >&5
 
27997
-
 
27998
-( exit $ac_status )
 
27999
-ac_cv_alignof_CORBA_short=0
 
28000
-fi
 
28001
-rm -rf conftest.dSYM
 
28002
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
28003
-fi
 
28004
-
 
28005
-
 
28006
-
 
28007
-fi
 
28008
-       { $as_echo "$as_me:$LINENO: result: $ac_cv_alignof_CORBA_short" >&5
 
28009
-$as_echo "$ac_cv_alignof_CORBA_short" >&6; }
 
28010
-       if test "$ac_cv_alignof_CORBA_short" = "0" ; then
 
28011
-               { { $as_echo "$as_me:$LINENO: error: Failed to find alignment. Check config.log for details." >&5
 
28012
-$as_echo "$as_me: error: Failed to find alignment. Check config.log for details." >&2;}
 
28013
-   { (exit 1); exit 1; }; }
 
28014
-       fi
 
28015
-       LIBS="$align_save_libs"
 
28016
-       ORBIT_ALIGNOF_CORBA_SHORT=$ac_cv_alignof_CORBA_short
 
28017
-
 
28018
-
 
28019
-                                               { $as_echo "$as_me:$LINENO: checking alignment of CORBA_long" >&5
 
28020
-$as_echo_n "checking alignment of CORBA_long... " >&6; }
 
28021
-       align_save_libs="$LIBS"
 
28022
-       LIBS="$ORBIT_LIBS $LIBS"
 
28023
-       if test "${ac_cv_alignof_CORBA_long+set}" = set; then
 
28024
-  $as_echo_n "(cached) " >&6
 
28025
-else
 
28026
-  if test "$cross_compiling" = yes; then
 
28027
-  ac_cv_alignof_CORBA_long=0
 
28028
-else
 
28029
-  cat >conftest.$ac_ext <<_ACEOF
 
28030
-/* confdefs.h.  */
 
28031
-_ACEOF
 
28032
-cat confdefs.h >>conftest.$ac_ext
 
28033
-cat >>conftest.$ac_ext <<_ACEOF
 
28034
-/* end confdefs.h.  */
 
28035
- #include <stdio.h>
 
28036
-                          #include <stdlib.h>
 
28037
-
 
28038
-                       #include "$srcdir/include/orbit/util/basic_types.h"
 
28039
-                       typedef struct {char s1;} CORBA_struct;
 
28040
-                       typedef void *CORBA_pointer;
 
28041
-                       struct test {char s1; CORBA_long s2;};
 
28042
-                       main()
 
28043
-                       {
 
28044
-                       FILE *f=fopen("conftestval", "w");
 
28045
-                       if (!f) exit(1);
 
28046
-                       fprintf(f, "%d\n", &(((struct test*)0)->s2));
 
28047
-                       exit(0);
 
28048
-                       }
 
28049
-_ACEOF
 
28050
-rm -f conftest$ac_exeext
 
28051
-if { (ac_try="$ac_link"
 
28052
-case "(($ac_try" in
 
28053
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
28054
-  *) ac_try_echo=$ac_try;;
 
28055
-esac
 
28056
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
28057
-$as_echo "$ac_try_echo") >&5
 
28058
-  (eval "$ac_link") 2>&5
 
28059
-  ac_status=$?
 
28060
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28061
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
28062
-  { (case "(($ac_try" in
 
28063
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
28064
-  *) ac_try_echo=$ac_try;;
 
28065
-esac
 
28066
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
28067
-$as_echo "$ac_try_echo") >&5
 
28068
-  (eval "$ac_try") 2>&5
 
28069
-  ac_status=$?
 
28070
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28071
-  (exit $ac_status); }; }; then
 
28072
-  ac_cv_alignof_CORBA_long=`cat conftestval`
 
28073
-else
 
28074
-  $as_echo "$as_me: program exited with status $ac_status" >&5
 
28075
-$as_echo "$as_me: failed program was:" >&5
 
28076
-sed 's/^/| /' conftest.$ac_ext >&5
 
28077
-
 
28078
-( exit $ac_status )
 
28079
-ac_cv_alignof_CORBA_long=0
 
28080
-fi
 
28081
-rm -rf conftest.dSYM
 
28082
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
28083
-fi
 
28084
-
 
28085
-
 
28086
-
 
28087
-fi
 
28088
-       { $as_echo "$as_me:$LINENO: result: $ac_cv_alignof_CORBA_long" >&5
 
28089
-$as_echo "$ac_cv_alignof_CORBA_long" >&6; }
 
28090
-       if test "$ac_cv_alignof_CORBA_long" = "0" ; then
 
28091
-               { { $as_echo "$as_me:$LINENO: error: Failed to find alignment. Check config.log for details." >&5
 
28092
-$as_echo "$as_me: error: Failed to find alignment. Check config.log for details." >&2;}
 
28093
-   { (exit 1); exit 1; }; }
 
28094
-       fi
 
28095
-       LIBS="$align_save_libs"
 
28096
-       ORBIT_ALIGNOF_CORBA_LONG=$ac_cv_alignof_CORBA_long
 
28097
-
 
28098
-
 
28099
-                                               { $as_echo "$as_me:$LINENO: checking alignment of CORBA_long_long" >&5
 
28100
-$as_echo_n "checking alignment of CORBA_long_long... " >&6; }
 
28101
-       align_save_libs="$LIBS"
 
28102
-       LIBS="$ORBIT_LIBS $LIBS"
 
28103
-       if test "${ac_cv_alignof_CORBA_long_long+set}" = set; then
 
28104
-  $as_echo_n "(cached) " >&6
 
28105
-else
 
28106
-  if test "$cross_compiling" = yes; then
 
28107
-  ac_cv_alignof_CORBA_long_long=0
 
28108
-else
 
28109
-  cat >conftest.$ac_ext <<_ACEOF
 
28110
-/* confdefs.h.  */
 
28111
-_ACEOF
 
28112
-cat confdefs.h >>conftest.$ac_ext
 
28113
-cat >>conftest.$ac_ext <<_ACEOF
 
28114
-/* end confdefs.h.  */
 
28115
- #include <stdio.h>
 
28116
-                          #include <stdlib.h>
 
28117
-
 
28118
-                       #include "$srcdir/include/orbit/util/basic_types.h"
 
28119
-                       typedef struct {char s1;} CORBA_struct;
 
28120
-                       typedef void *CORBA_pointer;
 
28121
-                       struct test {char s1; CORBA_long_long s2;};
 
28122
-                       main()
 
28123
-                       {
 
28124
-                       FILE *f=fopen("conftestval", "w");
 
28125
-                       if (!f) exit(1);
 
28126
-                       fprintf(f, "%d\n", &(((struct test*)0)->s2));
 
28127
-                       exit(0);
 
28128
-                       }
 
28129
-_ACEOF
 
28130
-rm -f conftest$ac_exeext
 
28131
-if { (ac_try="$ac_link"
 
28132
-case "(($ac_try" in
 
28133
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
28134
-  *) ac_try_echo=$ac_try;;
 
28135
-esac
 
28136
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
28137
-$as_echo "$ac_try_echo") >&5
 
28138
-  (eval "$ac_link") 2>&5
 
28139
-  ac_status=$?
 
28140
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28141
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
28142
-  { (case "(($ac_try" in
 
28143
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
28144
-  *) ac_try_echo=$ac_try;;
 
28145
-esac
 
28146
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
28147
-$as_echo "$ac_try_echo") >&5
 
28148
-  (eval "$ac_try") 2>&5
 
28149
-  ac_status=$?
 
28150
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28151
-  (exit $ac_status); }; }; then
 
28152
-  ac_cv_alignof_CORBA_long_long=`cat conftestval`
 
28153
-else
 
28154
-  $as_echo "$as_me: program exited with status $ac_status" >&5
 
28155
-$as_echo "$as_me: failed program was:" >&5
 
28156
-sed 's/^/| /' conftest.$ac_ext >&5
 
28157
-
 
28158
-( exit $ac_status )
 
28159
-ac_cv_alignof_CORBA_long_long=0
 
28160
-fi
 
28161
-rm -rf conftest.dSYM
 
28162
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
28163
-fi
 
28164
-
 
28165
-
 
28166
-
 
28167
-fi
 
28168
-       { $as_echo "$as_me:$LINENO: result: $ac_cv_alignof_CORBA_long_long" >&5
 
28169
-$as_echo "$ac_cv_alignof_CORBA_long_long" >&6; }
 
28170
-       if test "$ac_cv_alignof_CORBA_long_long" = "0" ; then
 
28171
-               { { $as_echo "$as_me:$LINENO: error: Failed to find alignment. Check config.log for details." >&5
 
28172
-$as_echo "$as_me: error: Failed to find alignment. Check config.log for details." >&2;}
 
28173
-   { (exit 1); exit 1; }; }
 
28174
-       fi
 
28175
-       LIBS="$align_save_libs"
 
28176
-       ORBIT_ALIGNOF_CORBA_LONG_LONG=$ac_cv_alignof_CORBA_long_long
 
28177
-
 
28178
-
 
28179
-                                               { $as_echo "$as_me:$LINENO: checking alignment of CORBA_float" >&5
 
28180
-$as_echo_n "checking alignment of CORBA_float... " >&6; }
 
28181
-       align_save_libs="$LIBS"
 
28182
-       LIBS="$ORBIT_LIBS $LIBS"
 
28183
-       if test "${ac_cv_alignof_CORBA_float+set}" = set; then
 
28184
-  $as_echo_n "(cached) " >&6
 
28185
-else
 
28186
-  if test "$cross_compiling" = yes; then
 
28187
-  ac_cv_alignof_CORBA_float=0
 
28188
-else
 
28189
-  cat >conftest.$ac_ext <<_ACEOF
 
28190
-/* confdefs.h.  */
 
28191
-_ACEOF
 
28192
-cat confdefs.h >>conftest.$ac_ext
 
28193
-cat >>conftest.$ac_ext <<_ACEOF
 
28194
-/* end confdefs.h.  */
 
28195
- #include <stdio.h>
 
28196
-                          #include <stdlib.h>
 
28197
-
 
28198
-                       #include "$srcdir/include/orbit/util/basic_types.h"
 
28199
-                       typedef struct {char s1;} CORBA_struct;
 
28200
-                       typedef void *CORBA_pointer;
 
28201
-                       struct test {char s1; CORBA_float s2;};
 
28202
-                       main()
 
28203
-                       {
 
28204
-                       FILE *f=fopen("conftestval", "w");
 
28205
-                       if (!f) exit(1);
 
28206
-                       fprintf(f, "%d\n", &(((struct test*)0)->s2));
 
28207
-                       exit(0);
 
28208
-                       }
 
28209
-_ACEOF
 
28210
-rm -f conftest$ac_exeext
 
28211
-if { (ac_try="$ac_link"
 
28212
-case "(($ac_try" in
 
28213
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
28214
-  *) ac_try_echo=$ac_try;;
 
28215
-esac
 
28216
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
28217
-$as_echo "$ac_try_echo") >&5
 
28218
-  (eval "$ac_link") 2>&5
 
28219
-  ac_status=$?
 
28220
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28221
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
28222
-  { (case "(($ac_try" in
 
28223
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
28224
-  *) ac_try_echo=$ac_try;;
 
28225
-esac
 
28226
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
28227
-$as_echo "$ac_try_echo") >&5
 
28228
-  (eval "$ac_try") 2>&5
 
28229
-  ac_status=$?
 
28230
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28231
-  (exit $ac_status); }; }; then
 
28232
-  ac_cv_alignof_CORBA_float=`cat conftestval`
 
28233
-else
 
28234
-  $as_echo "$as_me: program exited with status $ac_status" >&5
 
28235
-$as_echo "$as_me: failed program was:" >&5
 
28236
-sed 's/^/| /' conftest.$ac_ext >&5
 
28237
-
 
28238
-( exit $ac_status )
 
28239
-ac_cv_alignof_CORBA_float=0
 
28240
-fi
 
28241
-rm -rf conftest.dSYM
 
28242
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
28243
-fi
 
28244
-
 
28245
-
 
28246
-
 
28247
-fi
 
28248
-       { $as_echo "$as_me:$LINENO: result: $ac_cv_alignof_CORBA_float" >&5
 
28249
-$as_echo "$ac_cv_alignof_CORBA_float" >&6; }
 
28250
-       if test "$ac_cv_alignof_CORBA_float" = "0" ; then
 
28251
-               { { $as_echo "$as_me:$LINENO: error: Failed to find alignment. Check config.log for details." >&5
 
28252
-$as_echo "$as_me: error: Failed to find alignment. Check config.log for details." >&2;}
 
28253
-   { (exit 1); exit 1; }; }
 
28254
-       fi
 
28255
-       LIBS="$align_save_libs"
 
28256
-       ORBIT_ALIGNOF_CORBA_FLOAT=$ac_cv_alignof_CORBA_float
 
28257
-
 
28258
-
 
28259
-                                               { $as_echo "$as_me:$LINENO: checking alignment of CORBA_double" >&5
 
28260
-$as_echo_n "checking alignment of CORBA_double... " >&6; }
 
28261
-       align_save_libs="$LIBS"
 
28262
-       LIBS="$ORBIT_LIBS $LIBS"
 
28263
-       if test "${ac_cv_alignof_CORBA_double+set}" = set; then
 
28264
-  $as_echo_n "(cached) " >&6
 
28265
-else
 
28266
-  if test "$cross_compiling" = yes; then
 
28267
-  ac_cv_alignof_CORBA_double=0
 
28268
-else
 
28269
-  cat >conftest.$ac_ext <<_ACEOF
 
28270
-/* confdefs.h.  */
 
28271
-_ACEOF
 
28272
-cat confdefs.h >>conftest.$ac_ext
 
28273
-cat >>conftest.$ac_ext <<_ACEOF
 
28274
-/* end confdefs.h.  */
 
28275
- #include <stdio.h>
 
28276
-                          #include <stdlib.h>
 
28277
-
 
28278
-                       #include "$srcdir/include/orbit/util/basic_types.h"
 
28279
-                       typedef struct {char s1;} CORBA_struct;
 
28280
-                       typedef void *CORBA_pointer;
 
28281
-                       struct test {char s1; CORBA_double s2;};
 
28282
-                       main()
 
28283
-                       {
 
28284
-                       FILE *f=fopen("conftestval", "w");
 
28285
-                       if (!f) exit(1);
 
28286
-                       fprintf(f, "%d\n", &(((struct test*)0)->s2));
 
28287
-                       exit(0);
 
28288
-                       }
 
28289
-_ACEOF
 
28290
-rm -f conftest$ac_exeext
 
28291
-if { (ac_try="$ac_link"
 
28292
-case "(($ac_try" in
 
28293
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
28294
-  *) ac_try_echo=$ac_try;;
 
28295
-esac
 
28296
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
28297
-$as_echo "$ac_try_echo") >&5
 
28298
-  (eval "$ac_link") 2>&5
 
28299
-  ac_status=$?
 
28300
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28301
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
28302
-  { (case "(($ac_try" in
 
28303
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
28304
-  *) ac_try_echo=$ac_try;;
 
28305
-esac
 
28306
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
28307
-$as_echo "$ac_try_echo") >&5
 
28308
-  (eval "$ac_try") 2>&5
 
28309
-  ac_status=$?
 
28310
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28311
-  (exit $ac_status); }; }; then
 
28312
-  ac_cv_alignof_CORBA_double=`cat conftestval`
 
28313
-else
 
28314
-  $as_echo "$as_me: program exited with status $ac_status" >&5
 
28315
-$as_echo "$as_me: failed program was:" >&5
 
28316
-sed 's/^/| /' conftest.$ac_ext >&5
 
28317
-
 
28318
-( exit $ac_status )
 
28319
-ac_cv_alignof_CORBA_double=0
 
28320
-fi
 
28321
-rm -rf conftest.dSYM
 
28322
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
28323
-fi
 
28324
-
 
28325
-
 
28326
-
 
28327
-fi
 
28328
-       { $as_echo "$as_me:$LINENO: result: $ac_cv_alignof_CORBA_double" >&5
 
28329
-$as_echo "$ac_cv_alignof_CORBA_double" >&6; }
 
28330
-       if test "$ac_cv_alignof_CORBA_double" = "0" ; then
 
28331
-               { { $as_echo "$as_me:$LINENO: error: Failed to find alignment. Check config.log for details." >&5
 
28332
-$as_echo "$as_me: error: Failed to find alignment. Check config.log for details." >&2;}
 
28333
-   { (exit 1); exit 1; }; }
 
28334
-       fi
 
28335
-       LIBS="$align_save_libs"
 
28336
-       ORBIT_ALIGNOF_CORBA_DOUBLE=$ac_cv_alignof_CORBA_double
 
28337
-
 
28338
-
 
28339
-                                               { $as_echo "$as_me:$LINENO: checking alignment of CORBA_long_double" >&5
 
28340
-$as_echo_n "checking alignment of CORBA_long_double... " >&6; }
 
28341
-       align_save_libs="$LIBS"
 
28342
-       LIBS="$ORBIT_LIBS $LIBS"
 
28343
-       if test "${ac_cv_alignof_CORBA_long_double+set}" = set; then
 
28344
-  $as_echo_n "(cached) " >&6
 
28345
-else
 
28346
-  if test "$cross_compiling" = yes; then
 
28347
-  ac_cv_alignof_CORBA_long_double=0
 
28348
-else
 
28349
-  cat >conftest.$ac_ext <<_ACEOF
 
28350
-/* confdefs.h.  */
 
28351
-_ACEOF
 
28352
-cat confdefs.h >>conftest.$ac_ext
 
28353
-cat >>conftest.$ac_ext <<_ACEOF
 
28354
-/* end confdefs.h.  */
 
28355
- #include <stdio.h>
 
28356
-                          #include <stdlib.h>
 
28357
-
 
28358
-                       #include "$srcdir/include/orbit/util/basic_types.h"
 
28359
-                       typedef struct {char s1;} CORBA_struct;
 
28360
-                       typedef void *CORBA_pointer;
 
28361
-                       struct test {char s1; CORBA_long_double s2;};
 
28362
-                       main()
 
28363
-                       {
 
28364
-                       FILE *f=fopen("conftestval", "w");
 
28365
-                       if (!f) exit(1);
 
28366
-                       fprintf(f, "%d\n", &(((struct test*)0)->s2));
 
28367
-                       exit(0);
 
28368
-                       }
 
28369
-_ACEOF
 
28370
-rm -f conftest$ac_exeext
 
28371
-if { (ac_try="$ac_link"
 
28372
-case "(($ac_try" in
 
28373
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
28374
-  *) ac_try_echo=$ac_try;;
 
28375
-esac
 
28376
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
28377
-$as_echo "$ac_try_echo") >&5
 
28378
-  (eval "$ac_link") 2>&5
 
28379
-  ac_status=$?
 
28380
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28381
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
28382
-  { (case "(($ac_try" in
 
28383
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
28384
-  *) ac_try_echo=$ac_try;;
 
28385
-esac
 
28386
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
28387
-$as_echo "$ac_try_echo") >&5
 
28388
-  (eval "$ac_try") 2>&5
 
28389
-  ac_status=$?
 
28390
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28391
-  (exit $ac_status); }; }; then
 
28392
-  ac_cv_alignof_CORBA_long_double=`cat conftestval`
 
28393
-else
 
28394
-  $as_echo "$as_me: program exited with status $ac_status" >&5
 
28395
-$as_echo "$as_me: failed program was:" >&5
 
28396
-sed 's/^/| /' conftest.$ac_ext >&5
 
28397
-
 
28398
-( exit $ac_status )
 
28399
-ac_cv_alignof_CORBA_long_double=0
 
28400
-fi
 
28401
-rm -rf conftest.dSYM
 
28402
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
28403
-fi
 
28404
-
 
28405
-
 
28406
-
 
28407
-fi
 
28408
-       { $as_echo "$as_me:$LINENO: result: $ac_cv_alignof_CORBA_long_double" >&5
 
28409
-$as_echo "$ac_cv_alignof_CORBA_long_double" >&6; }
 
28410
-       if test "$ac_cv_alignof_CORBA_long_double" = "0" ; then
 
28411
-               { { $as_echo "$as_me:$LINENO: error: Failed to find alignment. Check config.log for details." >&5
 
28412
-$as_echo "$as_me: error: Failed to find alignment. Check config.log for details." >&2;}
 
28413
-   { (exit 1); exit 1; }; }
 
28414
-       fi
 
28415
-       LIBS="$align_save_libs"
 
28416
-       ORBIT_ALIGNOF_CORBA_LONG_DOUBLE=$ac_cv_alignof_CORBA_long_double
 
28417
-
 
28418
-
 
28419
-                                               { $as_echo "$as_me:$LINENO: checking alignment of CORBA_struct" >&5
 
28420
-$as_echo_n "checking alignment of CORBA_struct... " >&6; }
 
28421
-       align_save_libs="$LIBS"
 
28422
-       LIBS="$ORBIT_LIBS $LIBS"
 
28423
-       if test "${ac_cv_alignof_CORBA_struct+set}" = set; then
 
28424
-  $as_echo_n "(cached) " >&6
 
28425
-else
 
28426
-  if test "$cross_compiling" = yes; then
 
28427
-  ac_cv_alignof_CORBA_struct=0
 
28428
-else
 
28429
-  cat >conftest.$ac_ext <<_ACEOF
 
28430
-/* confdefs.h.  */
 
28431
-_ACEOF
 
28432
-cat confdefs.h >>conftest.$ac_ext
 
28433
-cat >>conftest.$ac_ext <<_ACEOF
 
28434
-/* end confdefs.h.  */
 
28435
- #include <stdio.h>
 
28436
-                          #include <stdlib.h>
 
28437
-
 
28438
-                       #include "$srcdir/include/orbit/util/basic_types.h"
 
28439
-                       typedef struct {char s1;} CORBA_struct;
 
28440
-                       typedef void *CORBA_pointer;
 
28441
-                       struct test {char s1; CORBA_struct s2;};
 
28442
-                       main()
 
28443
-                       {
 
28444
-                       FILE *f=fopen("conftestval", "w");
 
28445
-                       if (!f) exit(1);
 
28446
-                       fprintf(f, "%d\n", &(((struct test*)0)->s2));
 
28447
-                       exit(0);
 
28448
-                       }
 
28449
-_ACEOF
 
28450
-rm -f conftest$ac_exeext
 
28451
-if { (ac_try="$ac_link"
 
28452
-case "(($ac_try" in
 
28453
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
28454
-  *) ac_try_echo=$ac_try;;
 
28455
-esac
 
28456
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
28457
-$as_echo "$ac_try_echo") >&5
 
28458
-  (eval "$ac_link") 2>&5
 
28459
-  ac_status=$?
 
28460
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28461
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
28462
-  { (case "(($ac_try" in
 
28463
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
28464
-  *) ac_try_echo=$ac_try;;
 
28465
-esac
 
28466
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
28467
-$as_echo "$ac_try_echo") >&5
 
28468
-  (eval "$ac_try") 2>&5
 
28469
-  ac_status=$?
 
28470
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28471
-  (exit $ac_status); }; }; then
 
28472
-  ac_cv_alignof_CORBA_struct=`cat conftestval`
 
28473
-else
 
28474
-  $as_echo "$as_me: program exited with status $ac_status" >&5
 
28475
-$as_echo "$as_me: failed program was:" >&5
 
28476
-sed 's/^/| /' conftest.$ac_ext >&5
 
28477
-
 
28478
-( exit $ac_status )
 
28479
-ac_cv_alignof_CORBA_struct=0
 
28480
-fi
 
28481
-rm -rf conftest.dSYM
 
28482
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
28483
-fi
 
28484
-
 
28485
-
 
28486
-
 
28487
-fi
 
28488
-       { $as_echo "$as_me:$LINENO: result: $ac_cv_alignof_CORBA_struct" >&5
 
28489
-$as_echo "$ac_cv_alignof_CORBA_struct" >&6; }
 
28490
-       if test "$ac_cv_alignof_CORBA_struct" = "0" ; then
 
28491
-               { { $as_echo "$as_me:$LINENO: error: Failed to find alignment. Check config.log for details." >&5
 
28492
-$as_echo "$as_me: error: Failed to find alignment. Check config.log for details." >&2;}
 
28493
-   { (exit 1); exit 1; }; }
 
28494
-       fi
 
28495
-       LIBS="$align_save_libs"
 
28496
-       ORBIT_ALIGNOF_CORBA_STRUCT=$ac_cv_alignof_CORBA_struct
 
28497
-
 
28498
-
 
28499
-                                               { $as_echo "$as_me:$LINENO: checking alignment of CORBA_pointer" >&5
 
28500
-$as_echo_n "checking alignment of CORBA_pointer... " >&6; }
 
28501
-       align_save_libs="$LIBS"
 
28502
-       LIBS="$ORBIT_LIBS $LIBS"
 
28503
-       if test "${ac_cv_alignof_CORBA_pointer+set}" = set; then
 
28504
-  $as_echo_n "(cached) " >&6
 
28505
-else
 
28506
-  if test "$cross_compiling" = yes; then
 
28507
-  ac_cv_alignof_CORBA_pointer=0
 
28508
-else
 
28509
-  cat >conftest.$ac_ext <<_ACEOF
 
28510
-/* confdefs.h.  */
 
28511
-_ACEOF
 
28512
-cat confdefs.h >>conftest.$ac_ext
 
28513
-cat >>conftest.$ac_ext <<_ACEOF
 
28514
-/* end confdefs.h.  */
 
28515
- #include <stdio.h>
 
28516
-                          #include <stdlib.h>
 
28517
-
 
28518
-                       #include "$srcdir/include/orbit/util/basic_types.h"
 
28519
-                       typedef struct {char s1;} CORBA_struct;
 
28520
-                       typedef void *CORBA_pointer;
 
28521
-                       struct test {char s1; CORBA_pointer s2;};
 
28522
-                       main()
 
28523
-                       {
 
28524
-                       FILE *f=fopen("conftestval", "w");
 
28525
-                       if (!f) exit(1);
 
28526
-                       fprintf(f, "%d\n", &(((struct test*)0)->s2));
 
28527
-                       exit(0);
 
28528
-                       }
 
28529
-_ACEOF
 
28530
-rm -f conftest$ac_exeext
 
28531
-if { (ac_try="$ac_link"
 
28532
-case "(($ac_try" in
 
28533
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
28534
-  *) ac_try_echo=$ac_try;;
 
28535
-esac
 
28536
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
28537
-$as_echo "$ac_try_echo") >&5
 
28538
-  (eval "$ac_link") 2>&5
 
28539
-  ac_status=$?
 
28540
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28541
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
28542
-  { (case "(($ac_try" in
 
28543
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
28544
-  *) ac_try_echo=$ac_try;;
 
28545
-esac
 
28546
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
28547
-$as_echo "$ac_try_echo") >&5
 
28548
-  (eval "$ac_try") 2>&5
 
28549
-  ac_status=$?
 
28550
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28551
-  (exit $ac_status); }; }; then
 
28552
-  ac_cv_alignof_CORBA_pointer=`cat conftestval`
 
28553
-else
 
28554
-  $as_echo "$as_me: program exited with status $ac_status" >&5
 
28555
-$as_echo "$as_me: failed program was:" >&5
 
28556
-sed 's/^/| /' conftest.$ac_ext >&5
 
28557
-
 
28558
-( exit $ac_status )
 
28559
-ac_cv_alignof_CORBA_pointer=0
 
28560
-fi
 
28561
-rm -rf conftest.dSYM
 
28562
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
28563
-fi
 
28564
-
 
28565
-
 
28566
-
 
28567
-fi
 
28568
-       { $as_echo "$as_me:$LINENO: result: $ac_cv_alignof_CORBA_pointer" >&5
 
28569
-$as_echo "$ac_cv_alignof_CORBA_pointer" >&6; }
 
28570
-       if test "$ac_cv_alignof_CORBA_pointer" = "0" ; then
 
28571
-               { { $as_echo "$as_me:$LINENO: error: Failed to find alignment. Check config.log for details." >&5
 
28572
-$as_echo "$as_me: error: Failed to find alignment. Check config.log for details." >&2;}
 
28573
-   { (exit 1); exit 1; }; }
 
28574
-       fi
 
28575
-       LIBS="$align_save_libs"
 
28576
-       ORBIT_ALIGNOF_CORBA_POINTER=$ac_cv_alignof_CORBA_pointer
 
28577
-
 
28578
-
 
28579
-CPPFLAGS=$orig_CPPFLAGS
 
28580
-
 
28581
-if test "x$GCC" = "xyes" -a "x$enable_compile_warnings" != "xno"; then
 
28582
-    WARN_CFLAGS="-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations"
 
28583
-else
 
28584
-    WARN_CFLAGS=
 
28585
-fi
 
28586
-
 
28587
-{ $as_echo "$as_me:$LINENO: checking what warning flags to pass to the C compiler" >&5
 
28588
-$as_echo_n "checking what warning flags to pass to the C compiler... " >&6; }
 
28589
-{ $as_echo "$as_me:$LINENO: result: $WARN_CFLAGS" >&5
 
28590
-$as_echo "$WARN_CFLAGS" >&6; }
 
28591
-
 
28592
-
 
28593
-
 
28594
-
 
28595
-if test "$enable_maintainer_mode" = "yes"; then
 
28596
-       DISABLE_DEPRECATED_CFLAGS=" \
 
28597
-               -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES"
 
28598
-
 
28599
-fi
 
28600
-
 
28601
-
 
28602
-
 
28603
-pkg_failed=no
 
28604
-{ $as_echo "$as_me:$LINENO: checking for LINC" >&5
 
28605
-$as_echo_n "checking for LINC... " >&6; }
 
28606
-
545
28607
-if test -n "$LINC_CFLAGS"; then
546
28608
-    pkg_cv_LINC_CFLAGS="$LINC_CFLAGS"
547
28609
- elif test -n "$PKG_CONFIG"; then
548
28610
-    if test -n "$PKG_CONFIG" && \
 
28611
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQUIRED gobject-2.0 >= \$GLIB_REQUIRED gthread-2.0 >= \$GLIB_REQUIRED\"") >&5
 
28612
-  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED gthread-2.0 >= $GLIB_REQUIRED") 2>&5
 
28613
-  ac_status=$?
 
28614
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28615
-  (exit $ac_status); }; then
 
28616
-  pkg_cv_LINC_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED gthread-2.0 >= $GLIB_REQUIRED" 2>/dev/null`
 
28617
-else
 
28618
-  pkg_failed=yes
 
28619
-fi
 
28620
- else
 
28621
-    pkg_failed=untried
 
28622
-fi
 
28623
-if test -n "$LINC_LIBS"; then
 
28624
-    pkg_cv_LINC_LIBS="$LINC_LIBS"
 
28625
- elif test -n "$PKG_CONFIG"; then
 
28626
-    if test -n "$PKG_CONFIG" && \
 
28627
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQUIRED gobject-2.0 >= \$GLIB_REQUIRED gthread-2.0 >= \$GLIB_REQUIRED\"") >&5
 
28628
-  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED gthread-2.0 >= $GLIB_REQUIRED") 2>&5
 
28629
-  ac_status=$?
 
28630
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28631
-  (exit $ac_status); }; then
 
28632
-  pkg_cv_LINC_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED gthread-2.0 >= $GLIB_REQUIRED" 2>/dev/null`
 
28633
-else
 
28634
-  pkg_failed=yes
 
28635
-fi
 
28636
- else
 
28637
-    pkg_failed=untried
 
28638
-fi
 
28639
-
 
28640
-
 
28641
-
 
28642
-if test $pkg_failed = yes; then
 
28643
-
 
28644
-if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
28645
-        _pkg_short_errors_supported=yes
 
28646
-else
 
28647
-        _pkg_short_errors_supported=no
 
28648
-fi
 
28649
-        if test $_pkg_short_errors_supported = yes; then
 
28650
-               LINC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED gthread-2.0 >= $GLIB_REQUIRED" 2>&1`
 
28651
-        else
 
28652
-               LINC_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED gthread-2.0 >= $GLIB_REQUIRED" 2>&1`
 
28653
-        fi
 
28654
-       # Put the nasty error message in config.log where it belongs
 
28655
-       echo "$LINC_PKG_ERRORS" >&5
 
28656
-
 
28657
-       { { $as_echo "$as_me:$LINENO: error: Package requirements (glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED gthread-2.0 >= $GLIB_REQUIRED) were not met:
 
28658
-
 
28659
-$LINC_PKG_ERRORS
 
28660
-
 
28661
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
28662
-installed software in a non-standard prefix.
 
28663
-
 
28664
-Alternatively, you may set the environment variables LINC_CFLAGS
 
28665
-and LINC_LIBS to avoid the need to call pkg-config.
 
28666
-See the pkg-config man page for more details.
 
28667
-" >&5
 
28668
-$as_echo "$as_me: error: Package requirements (glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED gthread-2.0 >= $GLIB_REQUIRED) were not met:
 
28669
-
 
28670
-$LINC_PKG_ERRORS
 
28671
-
 
28672
-Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
28673
-installed software in a non-standard prefix.
 
28674
-
 
28675
-Alternatively, you may set the environment variables LINC_CFLAGS
 
28676
-and LINC_LIBS to avoid the need to call pkg-config.
 
28677
-See the pkg-config man page for more details.
 
28678
-" >&2;}
 
28679
-   { (exit 1); exit 1; }; }
 
28680
-elif test $pkg_failed = untried; then
 
28681
-       { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
 
28682
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
28683
-{ { $as_echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old.  Make sure it
 
28684
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
28685
-path to pkg-config.
 
28686
-
 
28687
-Alternatively, you may set the environment variables LINC_CFLAGS
 
28688
-and LINC_LIBS to avoid the need to call pkg-config.
 
28689
-See the pkg-config man page for more details.
 
28690
-
 
28691
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
28692
-See \`config.log' for more details." >&5
 
28693
-$as_echo "$as_me: error: The pkg-config script could not be found or is too old.  Make sure it
 
28694
-is in your PATH or set the PKG_CONFIG environment variable to the full
 
28695
-path to pkg-config.
 
28696
-
 
28697
-Alternatively, you may set the environment variables LINC_CFLAGS
 
28698
-and LINC_LIBS to avoid the need to call pkg-config.
 
28699
-See the pkg-config man page for more details.
 
28700
-
 
28701
-To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
28702
-See \`config.log' for more details." >&2;}
 
28703
-   { (exit 1); exit 1; }; }; }
 
28704
-else
 
28705
-       LINC_CFLAGS=$pkg_cv_LINC_CFLAGS
 
28706
-       LINC_LIBS=$pkg_cv_LINC_LIBS
 
28707
-        { $as_echo "$as_me:$LINENO: result: yes" >&5
 
28708
-$as_echo "yes" >&6; }
 
28709
-       :
 
28710
-fi
 
28711
-
 
28712
-
 
28713
-
 
28714
-{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
 
28715
-$as_echo_n "checking for ANSI C header files... " >&6; }
 
28716
-if test "${ac_cv_header_stdc+set}" = set; then
 
28717
-  $as_echo_n "(cached) " >&6
 
28718
-else
 
28719
-  cat >conftest.$ac_ext <<_ACEOF
 
28720
-/* confdefs.h.  */
 
28721
-_ACEOF
 
28722
-cat confdefs.h >>conftest.$ac_ext
 
28723
-cat >>conftest.$ac_ext <<_ACEOF
 
28724
-/* end confdefs.h.  */
 
28725
-#include <stdlib.h>
 
28726
-#include <stdarg.h>
 
28727
-#include <string.h>
 
28728
-#include <float.h>
 
28729
+  ;
 
28730
+  return 0;
 
28731
+}
 
28732
+_ACEOF
 
28733
+if ac_fn_c_try_compile "$LINENO"; then :
 
28734
+  # It does; now see whether it defined to _BIG_ENDIAN or not.
 
28735
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
28736
+/* end confdefs.h.  */
 
28737
+#include <limits.h>
 
28738
 
 
28739
 int
 
28740
 main ()
 
28741
 {
 
28742
+#ifndef _BIG_ENDIAN
 
28743
+                not big endian
 
28744
+               #endif
 
28745
 
 
28746
   ;
 
28747
   return 0;
 
28748
 }
 
28749
 _ACEOF
 
28750
-rm -f conftest.$ac_objext
 
28751
-if { (ac_try="$ac_compile"
 
28752
-case "(($ac_try" in
 
28753
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
28754
-  *) ac_try_echo=$ac_try;;
 
28755
-esac
 
28756
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
28757
-$as_echo "$ac_try_echo") >&5
 
28758
-  (eval "$ac_compile") 2>conftest.er1
 
28759
-  ac_status=$?
 
28760
-  grep -v '^ *+' conftest.er1 >conftest.err
 
28761
-  rm -f conftest.er1
 
28762
-  cat conftest.err >&5
 
28763
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28764
-  (exit $ac_status); } && {
 
28765
-        test -z "$ac_c_werror_flag" ||
 
28766
-        test ! -s conftest.err
 
28767
-       } && test -s conftest.$ac_objext; then
 
28768
-  ac_cv_header_stdc=yes
 
28769
+if ac_fn_c_try_compile "$LINENO"; then :
 
28770
+  ac_cv_c_bigendian=yes
 
28771
 else
 
28772
-  $as_echo "$as_me: failed program was:" >&5
 
28773
-sed 's/^/| /' conftest.$ac_ext >&5
 
28774
-
 
28775
-       ac_cv_header_stdc=no
 
28776
+  ac_cv_c_bigendian=no
 
28777
 fi
 
28778
-
 
28779
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
28780
-
 
28781
-if test $ac_cv_header_stdc = yes; then
 
28782
-  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
 
28783
-  cat >conftest.$ac_ext <<_ACEOF
 
28784
-/* confdefs.h.  */
 
28785
-_ACEOF
 
28786
-cat confdefs.h >>conftest.$ac_ext
 
28787
-cat >>conftest.$ac_ext <<_ACEOF
 
28788
-/* end confdefs.h.  */
 
28789
-#include <string.h>
 
28790
-
 
28791
-_ACEOF
 
28792
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
 
28793
-  $EGREP "memchr" >/dev/null 2>&1; then
 
28794
-  :
 
28795
-else
 
28796
-  ac_cv_header_stdc=no
 
28797
-fi
 
28798
-rm -f conftest*
 
28799
-
 
28800
 fi
 
28801
-
 
28802
-if test $ac_cv_header_stdc = yes; then
 
28803
-  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
 
28804
-  cat >conftest.$ac_ext <<_ACEOF
 
28805
-/* confdefs.h.  */
 
28806
-_ACEOF
 
28807
-cat confdefs.h >>conftest.$ac_ext
 
28808
-cat >>conftest.$ac_ext <<_ACEOF
 
28809
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
28810
+    fi
 
28811
+    if test $ac_cv_c_bigendian = unknown; then
 
28812
+      # Compile a test program.
 
28813
+      if test "$cross_compiling" = yes; then :
 
28814
+  # Try to guess by grepping values from an object file.
 
28815
+        cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
28816
 /* end confdefs.h.  */
 
28817
-#include <stdlib.h>
 
28818
+short int ascii_mm[] =
 
28819
+                 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
 
28820
+               short int ascii_ii[] =
 
28821
+                 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
 
28822
+               int use_ascii (int i) {
 
28823
+                 return ascii_mm[i] + ascii_ii[i];
 
28824
+               }
 
28825
+               short int ebcdic_ii[] =
 
28826
+                 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
 
28827
+               short int ebcdic_mm[] =
 
28828
+                 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
 
28829
+               int use_ebcdic (int i) {
 
28830
+                 return ebcdic_mm[i] + ebcdic_ii[i];
 
28831
+               }
 
28832
+               extern int foo;
 
28833
 
 
28834
+int
 
28835
+main ()
 
28836
+{
 
28837
+return use_ascii (foo) == use_ebcdic (foo);
 
28838
+  ;
 
28839
+  return 0;
 
28840
+}
 
28841
 _ACEOF
 
28842
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
 
28843
-  $EGREP "free" >/dev/null 2>&1; then
 
28844
-  :
 
28845
-else
 
28846
-  ac_cv_header_stdc=no
 
28847
-fi
 
28848
-rm -f conftest*
 
28849
-
 
28850
+if ac_fn_c_try_compile "$LINENO"; then :
 
28851
+  if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
 
28852
+             ac_cv_c_bigendian=yes
 
28853
+           fi
 
28854
+           if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
 
28855
+             if test "$ac_cv_c_bigendian" = unknown; then
 
28856
+               ac_cv_c_bigendian=no
 
28857
+             else
 
28858
+               # finding both strings is unlikely to happen, but who knows?
 
28859
+               ac_cv_c_bigendian=unknown
 
28860
+             fi
 
28861
+           fi
 
28862
 fi
 
28863
-
 
28864
-if test $ac_cv_header_stdc = yes; then
 
28865
-  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
 
28866
-  if test "$cross_compiling" = yes; then
 
28867
-  :
 
28868
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
28869
 else
 
28870
-  cat >conftest.$ac_ext <<_ACEOF
 
28871
-/* confdefs.h.  */
 
28872
-_ACEOF
 
28873
-cat confdefs.h >>conftest.$ac_ext
 
28874
-cat >>conftest.$ac_ext <<_ACEOF
 
28875
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
28876
 /* end confdefs.h.  */
 
28877
-#include <ctype.h>
 
28878
-#include <stdlib.h>
 
28879
-#if ((' ' & 0x0FF) == 0x020)
 
28880
-# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
 
28881
-# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
 
28882
-#else
 
28883
-# define ISLOWER(c) \
 
28884
-                  (('a' <= (c) && (c) <= 'i') \
 
28885
-                    || ('j' <= (c) && (c) <= 'r') \
 
28886
-                    || ('s' <= (c) && (c) <= 'z'))
 
28887
-# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
 
28888
-#endif
 
28889
-
 
28890
-#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
 
28891
+$ac_includes_default
 
28892
 int
 
28893
 main ()
 
28894
 {
 
28895
-  int i;
 
28896
-  for (i = 0; i < 256; i++)
 
28897
-    if (XOR (islower (i), ISLOWER (i))
 
28898
-       || toupper (i) != TOUPPER (i))
 
28899
-      return 2;
 
28900
+
 
28901
+            /* Are we little or big endian?  From Harbison&Steele.  */
 
28902
+            union
 
28903
+            {
 
28904
+              long int l;
 
28905
+              char c[sizeof (long int)];
 
28906
+            } u;
 
28907
+            u.l = 1;
 
28908
+            return u.c[sizeof (long int) - 1] == 1;
 
28909
+
 
28910
+  ;
 
28911
   return 0;
 
28912
 }
 
28913
 _ACEOF
 
28914
-rm -f conftest$ac_exeext
 
28915
-if { (ac_try="$ac_link"
 
28916
-case "(($ac_try" in
 
28917
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
28918
-  *) ac_try_echo=$ac_try;;
 
28919
-esac
 
28920
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
28921
-$as_echo "$ac_try_echo") >&5
 
28922
-  (eval "$ac_link") 2>&5
 
28923
-  ac_status=$?
 
28924
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28925
-  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
 
28926
-  { (case "(($ac_try" in
 
28927
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
28928
-  *) ac_try_echo=$ac_try;;
 
28929
-esac
 
28930
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
28931
-$as_echo "$ac_try_echo") >&5
 
28932
-  (eval "$ac_try") 2>&5
 
28933
-  ac_status=$?
 
28934
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
28935
-  (exit $ac_status); }; }; then
 
28936
-  :
 
28937
+if ac_fn_c_try_run "$LINENO"; then :
 
28938
+  ac_cv_c_bigendian=no
 
28939
 else
 
28940
-  $as_echo "$as_me: program exited with status $ac_status" >&5
 
28941
-$as_echo "$as_me: failed program was:" >&5
 
28942
-sed 's/^/| /' conftest.$ac_ext >&5
 
28943
-
 
28944
-( exit $ac_status )
 
28945
-ac_cv_header_stdc=no
 
28946
+  ac_cv_c_bigendian=yes
 
28947
 fi
 
28948
-rm -rf conftest.dSYM
 
28949
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
 
28950
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
 
28951
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 
28952
 fi
 
28953
 
 
28954
-
 
28955
-fi
 
28956
+    fi
 
28957
 fi
 
28958
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
 
28959
-$as_echo "$ac_cv_header_stdc" >&6; }
 
28960
-if test $ac_cv_header_stdc = yes; then
 
28961
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
 
28962
+$as_echo "$ac_cv_c_bigendian" >&6; }
 
28963
+ case $ac_cv_c_bigendian in #(
 
28964
+   yes)
 
28965
+     $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
 
28966
+;; #(
 
28967
+   no)
 
28968
+      ;; #(
 
28969
+   universal)
 
28970
 
 
28971
-cat >>confdefs.h <<\_ACEOF
 
28972
-#define STDC_HEADERS 1
 
28973
-_ACEOF
 
28974
+$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
 
28975
+
 
28976
+     ;; #(
 
28977
+   *)
 
28978
+     as_fn_error "unknown endianness
 
28979
+ presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
 
28980
+ esac
 
28981
 
 
28982
-fi
 
28983
 
 
28984
 
 
28985
+dofus_save_libs="$LIBS"
 
28986
+LIBS="$ORBIT_LIBS $LIBS"
 
28987
+if test "$cross_compiling" = yes; then :
 
28988
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Could not check for borked linking while cross-compiling" >&5
 
28989
+$as_echo "$as_me: WARNING: Could not check for borked linking while cross-compiling" >&2;}
 
28990
+else
 
28991
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
28992
+/* end confdefs.h.  */
 
28993
+ #include <stdio.h>
 
28994
+             main ()
 
28995
+             {
 
28996
+               return 0;
 
28997
+             }
 
28998
+_ACEOF
 
28999
+if ac_fn_c_try_run "$LINENO"; then :
 
29000
+
 
29001
+else
 
29002
+  as_fn_error "
 
29003
+Linking is badly borked on your system. Please ensure your library path is correct
 
29004
+Check config.log for details - check near the end of the log above 'failed program was'
 
29005
+Alternatively ensure that your /etc/ld.so.conf (and/or LD_LIBRARY_PATH) includes the
 
29006
+prefix you're compiling on: '${prefix}' " "$LINENO" 5
 
29007
+fi
 
29008
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
 
29009
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 
29010
+fi
 
29011
 
 
29012
+LIBS="$dofus_save_libs"
 
29013
 
 
29014
+orig_CPPFLAGS=$CPPFLAGS
 
29015
+CPPFLAGS="$CPPFLAGS $ORBIT_CFLAGS"
 
29016
+                                               { $as_echo "$as_me:${as_lineno-$LINENO}: checking alignment of CORBA_octet" >&5
 
29017
+$as_echo_n "checking alignment of CORBA_octet... " >&6; }
 
29018
+       align_save_libs="$LIBS"
 
29019
+       LIBS="$ORBIT_LIBS $LIBS"
 
29020
+       if test "${ac_cv_alignof_CORBA_octet+set}" = set; then :
 
29021
+  $as_echo_n "(cached) " >&6
 
29022
+else
 
29023
+  if test "$cross_compiling" = yes; then :
 
29024
+  ac_cv_alignof_CORBA_octet=0
 
29025
+else
 
29026
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
29027
+/* end confdefs.h.  */
 
29028
+ #include <stdio.h>
 
29029
+                          #include <stdlib.h>
 
29030
 
 
29031
+                       #include "$srcdir/include/orbit/util/basic_types.h"
 
29032
+                       typedef struct {char s1;} CORBA_struct;
 
29033
+                       typedef void *CORBA_pointer;
 
29034
+                       struct test {char s1; CORBA_octet s2;};
 
29035
+                       main()
 
29036
+                       {
 
29037
+                       FILE *f=fopen("conftestval", "w");
 
29038
+                       if (!f) exit(1);
 
29039
+                       fprintf(f, "%d\n", &(((struct test*)0)->s2));
 
29040
+                       exit(0);
 
29041
+                       }
 
29042
+_ACEOF
 
29043
+if ac_fn_c_try_run "$LINENO"; then :
 
29044
+  ac_cv_alignof_CORBA_octet=`cat conftestval`
 
29045
+else
 
29046
+  ac_cv_alignof_CORBA_octet=0
 
29047
+fi
 
29048
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
 
29049
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 
29050
+fi
 
29051
 
 
29052
 
 
29053
+fi
 
29054
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_alignof_CORBA_octet" >&5
 
29055
+$as_echo "$ac_cv_alignof_CORBA_octet" >&6; }
 
29056
+       if test "$ac_cv_alignof_CORBA_octet" = "0" ; then
 
29057
+               as_fn_error "Failed to find alignment. Check config.log for details." "$LINENO" 5
 
29058
+       fi
 
29059
+       LIBS="$align_save_libs"
 
29060
+       ORBIT_ALIGNOF_CORBA_OCTET=$ac_cv_alignof_CORBA_octet
 
29061
 
 
29062
 
 
29063
-for ac_header in fcntl.h unistd.h sys/endian.h endian.h machine/endian.h sys/machine.h sys/isa_defs.h sys/poll.h
 
29064
-do
 
29065
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
29066
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
29067
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
29068
-$as_echo_n "checking for $ac_header... " >&6; }
 
29069
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
29070
+                                               { $as_echo "$as_me:${as_lineno-$LINENO}: checking alignment of CORBA_boolean" >&5
 
29071
+$as_echo_n "checking alignment of CORBA_boolean... " >&6; }
 
29072
+       align_save_libs="$LIBS"
 
29073
+       LIBS="$ORBIT_LIBS $LIBS"
 
29074
+       if test "${ac_cv_alignof_CORBA_boolean+set}" = set; then :
 
29075
   $as_echo_n "(cached) " >&6
 
29076
-fi
 
29077
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
29078
-                $as_echo "$as_val"'`
 
29079
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
29080
-$as_echo "$ac_res" >&6; }
 
29081
 else
 
29082
-  # Is the header compilable?
 
29083
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
29084
-$as_echo_n "checking $ac_header usability... " >&6; }
 
29085
-cat >conftest.$ac_ext <<_ACEOF
 
29086
-/* confdefs.h.  */
 
29087
-_ACEOF
 
29088
-cat confdefs.h >>conftest.$ac_ext
 
29089
-cat >>conftest.$ac_ext <<_ACEOF
 
29090
+  if test "$cross_compiling" = yes; then :
 
29091
+  ac_cv_alignof_CORBA_boolean=0
 
29092
+else
 
29093
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
29094
 /* end confdefs.h.  */
 
29095
-$ac_includes_default
 
29096
-#include <$ac_header>
 
29097
+ #include <stdio.h>
 
29098
+                          #include <stdlib.h>
 
29099
+
 
29100
+                       #include "$srcdir/include/orbit/util/basic_types.h"
 
29101
+                       typedef struct {char s1;} CORBA_struct;
 
29102
+                       typedef void *CORBA_pointer;
 
29103
+                       struct test {char s1; CORBA_boolean s2;};
 
29104
+                       main()
 
29105
+                       {
 
29106
+                       FILE *f=fopen("conftestval", "w");
 
29107
+                       if (!f) exit(1);
 
29108
+                       fprintf(f, "%d\n", &(((struct test*)0)->s2));
 
29109
+                       exit(0);
 
29110
+                       }
 
29111
 _ACEOF
 
29112
-rm -f conftest.$ac_objext
 
29113
-if { (ac_try="$ac_compile"
 
29114
-case "(($ac_try" in
 
29115
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
29116
-  *) ac_try_echo=$ac_try;;
 
29117
-esac
 
29118
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
29119
-$as_echo "$ac_try_echo") >&5
 
29120
-  (eval "$ac_compile") 2>conftest.er1
 
29121
-  ac_status=$?
 
29122
-  grep -v '^ *+' conftest.er1 >conftest.err
 
29123
-  rm -f conftest.er1
 
29124
-  cat conftest.err >&5
 
29125
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29126
-  (exit $ac_status); } && {
 
29127
-        test -z "$ac_c_werror_flag" ||
 
29128
-        test ! -s conftest.err
 
29129
-       } && test -s conftest.$ac_objext; then
 
29130
-  ac_header_compiler=yes
 
29131
+if ac_fn_c_try_run "$LINENO"; then :
 
29132
+  ac_cv_alignof_CORBA_boolean=`cat conftestval`
 
29133
 else
 
29134
-  $as_echo "$as_me: failed program was:" >&5
 
29135
-sed 's/^/| /' conftest.$ac_ext >&5
 
29136
-
 
29137
-       ac_header_compiler=no
 
29138
+  ac_cv_alignof_CORBA_boolean=0
 
29139
+fi
 
29140
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
 
29141
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 
29142
 fi
 
29143
 
 
29144
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
29145
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
29146
-$as_echo "$ac_header_compiler" >&6; }
 
29147
-
 
29148
-# Is the header present?
 
29149
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
29150
-$as_echo_n "checking $ac_header presence... " >&6; }
 
29151
-cat >conftest.$ac_ext <<_ACEOF
 
29152
-/* confdefs.h.  */
 
29153
-_ACEOF
 
29154
-cat confdefs.h >>conftest.$ac_ext
 
29155
-cat >>conftest.$ac_ext <<_ACEOF
 
29156
-/* end confdefs.h.  */
 
29157
-#include <$ac_header>
 
29158
-_ACEOF
 
29159
-if { (ac_try="$ac_cpp conftest.$ac_ext"
 
29160
-case "(($ac_try" in
 
29161
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
29162
-  *) ac_try_echo=$ac_try;;
 
29163
-esac
 
29164
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
29165
-$as_echo "$ac_try_echo") >&5
 
29166
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
29167
-  ac_status=$?
 
29168
-  grep -v '^ *+' conftest.er1 >conftest.err
 
29169
-  rm -f conftest.er1
 
29170
-  cat conftest.err >&5
 
29171
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29172
-  (exit $ac_status); } >/dev/null && {
 
29173
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
29174
-        test ! -s conftest.err
 
29175
-       }; then
 
29176
-  ac_header_preproc=yes
 
29177
-else
 
29178
-  $as_echo "$as_me: failed program was:" >&5
 
29179
-sed 's/^/| /' conftest.$ac_ext >&5
 
29180
 
 
29181
-  ac_header_preproc=no
 
29182
 fi
 
29183
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_alignof_CORBA_boolean" >&5
 
29184
+$as_echo "$ac_cv_alignof_CORBA_boolean" >&6; }
 
29185
+       if test "$ac_cv_alignof_CORBA_boolean" = "0" ; then
 
29186
+               as_fn_error "Failed to find alignment. Check config.log for details." "$LINENO" 5
 
29187
+       fi
 
29188
+       LIBS="$align_save_libs"
 
29189
+       ORBIT_ALIGNOF_CORBA_BOOLEAN=$ac_cv_alignof_CORBA_boolean
 
29190
 
 
29191
-rm -f conftest.err conftest.$ac_ext
 
29192
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
29193
-$as_echo "$ac_header_preproc" >&6; }
 
29194
 
 
29195
-# So?  What about this header?
 
29196
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
29197
-  yes:no: )
 
29198
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
29199
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
29200
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
29201
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
29202
-    ac_header_preproc=yes
 
29203
-    ;;
 
29204
-  no:yes:* )
 
29205
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
29206
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
29207
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
29208
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
29209
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
29210
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
29211
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
29212
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
29213
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
29214
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
29215
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
29216
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
29217
-    ( cat <<\_ASBOX
 
29218
-## --------------------------------------------------------------------- ##
 
29219
-## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=ORBit2 ##
 
29220
-## --------------------------------------------------------------------- ##
 
29221
-_ASBOX
 
29222
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
 
29223
-    ;;
 
29224
-esac
 
29225
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
29226
-$as_echo_n "checking for $ac_header... " >&6; }
 
29227
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
29228
+                                               { $as_echo "$as_me:${as_lineno-$LINENO}: checking alignment of CORBA_char" >&5
 
29229
+$as_echo_n "checking alignment of CORBA_char... " >&6; }
 
29230
+       align_save_libs="$LIBS"
 
29231
+       LIBS="$ORBIT_LIBS $LIBS"
 
29232
+       if test "${ac_cv_alignof_CORBA_char+set}" = set; then :
 
29233
   $as_echo_n "(cached) " >&6
 
29234
 else
 
29235
-  eval "$as_ac_Header=\$ac_header_preproc"
 
29236
-fi
 
29237
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
29238
-                $as_echo "$as_val"'`
 
29239
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
29240
-$as_echo "$ac_res" >&6; }
 
29241
+  if test "$cross_compiling" = yes; then :
 
29242
+  ac_cv_alignof_CORBA_char=0
 
29243
+else
 
29244
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
29245
+/* end confdefs.h.  */
 
29246
+ #include <stdio.h>
 
29247
+                          #include <stdlib.h>
 
29248
 
 
29249
-fi
 
29250
-as_val=`eval 'as_val=${'$as_ac_Header'}
 
29251
-                $as_echo "$as_val"'`
 
29252
-   if test "x$as_val" = x""yes; then
 
29253
-  cat >>confdefs.h <<_ACEOF
 
29254
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
29255
+                       #include "$srcdir/include/orbit/util/basic_types.h"
 
29256
+                       typedef struct {char s1;} CORBA_struct;
 
29257
+                       typedef void *CORBA_pointer;
 
29258
+                       struct test {char s1; CORBA_char s2;};
 
29259
+                       main()
 
29260
+                       {
 
29261
+                       FILE *f=fopen("conftestval", "w");
 
29262
+                       if (!f) exit(1);
 
29263
+                       fprintf(f, "%d\n", &(((struct test*)0)->s2));
 
29264
+                       exit(0);
 
29265
+                       }
 
29266
 _ACEOF
 
29267
-
 
29268
+if ac_fn_c_try_run "$LINENO"; then :
 
29269
+  ac_cv_alignof_CORBA_char=`cat conftestval`
 
29270
+else
 
29271
+  ac_cv_alignof_CORBA_char=0
 
29272
+fi
 
29273
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
 
29274
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 
29275
 fi
 
29276
-
 
29277
-done
 
29278
-
 
29279
-
 
29280
 
 
29281
 
 
29282
+fi
 
29283
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_alignof_CORBA_char" >&5
 
29284
+$as_echo "$ac_cv_alignof_CORBA_char" >&6; }
 
29285
+       if test "$ac_cv_alignof_CORBA_char" = "0" ; then
 
29286
+               as_fn_error "Failed to find alignment. Check config.log for details." "$LINENO" 5
 
29287
+       fi
 
29288
+       LIBS="$align_save_libs"
 
29289
+       ORBIT_ALIGNOF_CORBA_CHAR=$ac_cv_alignof_CORBA_char
 
29290
 
 
29291
 
 
29292
-for ac_header in stddef.h wchar.h wcstr.h wctype.h machine/types.h
 
29293
-do
 
29294
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
29295
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
29296
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
29297
-$as_echo_n "checking for $ac_header... " >&6; }
 
29298
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
29299
+                                               { $as_echo "$as_me:${as_lineno-$LINENO}: checking alignment of CORBA_wchar" >&5
 
29300
+$as_echo_n "checking alignment of CORBA_wchar... " >&6; }
 
29301
+       align_save_libs="$LIBS"
 
29302
+       LIBS="$ORBIT_LIBS $LIBS"
 
29303
+       if test "${ac_cv_alignof_CORBA_wchar+set}" = set; then :
 
29304
   $as_echo_n "(cached) " >&6
 
29305
-fi
 
29306
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
29307
-                $as_echo "$as_val"'`
 
29308
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
29309
-$as_echo "$ac_res" >&6; }
 
29310
 else
 
29311
-  # Is the header compilable?
 
29312
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
29313
-$as_echo_n "checking $ac_header usability... " >&6; }
 
29314
-cat >conftest.$ac_ext <<_ACEOF
 
29315
-/* confdefs.h.  */
 
29316
-_ACEOF
 
29317
-cat confdefs.h >>conftest.$ac_ext
 
29318
-cat >>conftest.$ac_ext <<_ACEOF
 
29319
+  if test "$cross_compiling" = yes; then :
 
29320
+  ac_cv_alignof_CORBA_wchar=0
 
29321
+else
 
29322
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
29323
 /* end confdefs.h.  */
 
29324
-$ac_includes_default
 
29325
-#include <$ac_header>
 
29326
+ #include <stdio.h>
 
29327
+                          #include <stdlib.h>
 
29328
+
 
29329
+                       #include "$srcdir/include/orbit/util/basic_types.h"
 
29330
+                       typedef struct {char s1;} CORBA_struct;
 
29331
+                       typedef void *CORBA_pointer;
 
29332
+                       struct test {char s1; CORBA_wchar s2;};
 
29333
+                       main()
 
29334
+                       {
 
29335
+                       FILE *f=fopen("conftestval", "w");
 
29336
+                       if (!f) exit(1);
 
29337
+                       fprintf(f, "%d\n", &(((struct test*)0)->s2));
 
29338
+                       exit(0);
 
29339
+                       }
 
29340
 _ACEOF
 
29341
-rm -f conftest.$ac_objext
 
29342
-if { (ac_try="$ac_compile"
 
29343
-case "(($ac_try" in
 
29344
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
29345
-  *) ac_try_echo=$ac_try;;
 
29346
-esac
 
29347
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
29348
-$as_echo "$ac_try_echo") >&5
 
29349
-  (eval "$ac_compile") 2>conftest.er1
 
29350
-  ac_status=$?
 
29351
-  grep -v '^ *+' conftest.er1 >conftest.err
 
29352
-  rm -f conftest.er1
 
29353
-  cat conftest.err >&5
 
29354
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29355
-  (exit $ac_status); } && {
 
29356
-        test -z "$ac_c_werror_flag" ||
 
29357
-        test ! -s conftest.err
 
29358
-       } && test -s conftest.$ac_objext; then
 
29359
-  ac_header_compiler=yes
 
29360
+if ac_fn_c_try_run "$LINENO"; then :
 
29361
+  ac_cv_alignof_CORBA_wchar=`cat conftestval`
 
29362
 else
 
29363
-  $as_echo "$as_me: failed program was:" >&5
 
29364
-sed 's/^/| /' conftest.$ac_ext >&5
 
29365
+  ac_cv_alignof_CORBA_wchar=0
 
29366
+fi
 
29367
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
 
29368
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 
29369
+fi
 
29370
+
 
29371
 
 
29372
-       ac_header_compiler=no
 
29373
 fi
 
29374
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_alignof_CORBA_wchar" >&5
 
29375
+$as_echo "$ac_cv_alignof_CORBA_wchar" >&6; }
 
29376
+       if test "$ac_cv_alignof_CORBA_wchar" = "0" ; then
 
29377
+               as_fn_error "Failed to find alignment. Check config.log for details." "$LINENO" 5
 
29378
+       fi
 
29379
+       LIBS="$align_save_libs"
 
29380
+       ORBIT_ALIGNOF_CORBA_WCHAR=$ac_cv_alignof_CORBA_wchar
 
29381
 
 
29382
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
29383
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
29384
-$as_echo "$ac_header_compiler" >&6; }
 
29385
 
 
29386
-# Is the header present?
 
29387
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
29388
-$as_echo_n "checking $ac_header presence... " >&6; }
 
29389
-cat >conftest.$ac_ext <<_ACEOF
 
29390
-/* confdefs.h.  */
 
29391
-_ACEOF
 
29392
-cat confdefs.h >>conftest.$ac_ext
 
29393
-cat >>conftest.$ac_ext <<_ACEOF
 
29394
+                                               { $as_echo "$as_me:${as_lineno-$LINENO}: checking alignment of CORBA_short" >&5
 
29395
+$as_echo_n "checking alignment of CORBA_short... " >&6; }
 
29396
+       align_save_libs="$LIBS"
 
29397
+       LIBS="$ORBIT_LIBS $LIBS"
 
29398
+       if test "${ac_cv_alignof_CORBA_short+set}" = set; then :
 
29399
+  $as_echo_n "(cached) " >&6
 
29400
+else
 
29401
+  if test "$cross_compiling" = yes; then :
 
29402
+  ac_cv_alignof_CORBA_short=0
 
29403
+else
 
29404
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
29405
 /* end confdefs.h.  */
 
29406
-#include <$ac_header>
 
29407
+ #include <stdio.h>
 
29408
+                          #include <stdlib.h>
 
29409
+
 
29410
+                       #include "$srcdir/include/orbit/util/basic_types.h"
 
29411
+                       typedef struct {char s1;} CORBA_struct;
 
29412
+                       typedef void *CORBA_pointer;
 
29413
+                       struct test {char s1; CORBA_short s2;};
 
29414
+                       main()
 
29415
+                       {
 
29416
+                       FILE *f=fopen("conftestval", "w");
 
29417
+                       if (!f) exit(1);
 
29418
+                       fprintf(f, "%d\n", &(((struct test*)0)->s2));
 
29419
+                       exit(0);
 
29420
+                       }
 
29421
 _ACEOF
 
29422
-if { (ac_try="$ac_cpp conftest.$ac_ext"
 
29423
-case "(($ac_try" in
 
29424
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
29425
-  *) ac_try_echo=$ac_try;;
 
29426
-esac
 
29427
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
29428
-$as_echo "$ac_try_echo") >&5
 
29429
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
29430
-  ac_status=$?
 
29431
-  grep -v '^ *+' conftest.er1 >conftest.err
 
29432
-  rm -f conftest.er1
 
29433
-  cat conftest.err >&5
 
29434
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29435
-  (exit $ac_status); } >/dev/null && {
 
29436
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
29437
-        test ! -s conftest.err
 
29438
-       }; then
 
29439
-  ac_header_preproc=yes
 
29440
+if ac_fn_c_try_run "$LINENO"; then :
 
29441
+  ac_cv_alignof_CORBA_short=`cat conftestval`
 
29442
 else
 
29443
-  $as_echo "$as_me: failed program was:" >&5
 
29444
-sed 's/^/| /' conftest.$ac_ext >&5
 
29445
+  ac_cv_alignof_CORBA_short=0
 
29446
+fi
 
29447
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
 
29448
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 
29449
+fi
 
29450
+
 
29451
 
 
29452
-  ac_header_preproc=no
 
29453
 fi
 
29454
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_alignof_CORBA_short" >&5
 
29455
+$as_echo "$ac_cv_alignof_CORBA_short" >&6; }
 
29456
+       if test "$ac_cv_alignof_CORBA_short" = "0" ; then
 
29457
+               as_fn_error "Failed to find alignment. Check config.log for details." "$LINENO" 5
 
29458
+       fi
 
29459
+       LIBS="$align_save_libs"
 
29460
+       ORBIT_ALIGNOF_CORBA_SHORT=$ac_cv_alignof_CORBA_short
 
29461
 
 
29462
-rm -f conftest.err conftest.$ac_ext
 
29463
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
29464
-$as_echo "$ac_header_preproc" >&6; }
 
29465
 
 
29466
-# So?  What about this header?
 
29467
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
29468
-  yes:no: )
 
29469
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
29470
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
29471
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
29472
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
29473
-    ac_header_preproc=yes
 
29474
-    ;;
 
29475
-  no:yes:* )
 
29476
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
29477
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
29478
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
29479
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
29480
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
29481
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
29482
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
29483
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
29484
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
29485
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
29486
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
29487
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
29488
-    ( cat <<\_ASBOX
 
29489
-## --------------------------------------------------------------------- ##
 
29490
-## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=ORBit2 ##
 
29491
-## --------------------------------------------------------------------- ##
 
29492
-_ASBOX
 
29493
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
 
29494
-    ;;
 
29495
-esac
 
29496
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
29497
-$as_echo_n "checking for $ac_header... " >&6; }
 
29498
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
29499
+                                               { $as_echo "$as_me:${as_lineno-$LINENO}: checking alignment of CORBA_long" >&5
 
29500
+$as_echo_n "checking alignment of CORBA_long... " >&6; }
 
29501
+       align_save_libs="$LIBS"
 
29502
+       LIBS="$ORBIT_LIBS $LIBS"
 
29503
+       if test "${ac_cv_alignof_CORBA_long+set}" = set; then :
 
29504
   $as_echo_n "(cached) " >&6
 
29505
 else
 
29506
-  eval "$as_ac_Header=\$ac_header_preproc"
 
29507
-fi
 
29508
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
29509
-                $as_echo "$as_val"'`
 
29510
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
29511
-$as_echo "$ac_res" >&6; }
 
29512
+  if test "$cross_compiling" = yes; then :
 
29513
+  ac_cv_alignof_CORBA_long=0
 
29514
+else
 
29515
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
29516
+/* end confdefs.h.  */
 
29517
+ #include <stdio.h>
 
29518
+                          #include <stdlib.h>
 
29519
 
 
29520
+                       #include "$srcdir/include/orbit/util/basic_types.h"
 
29521
+                       typedef struct {char s1;} CORBA_struct;
 
29522
+                       typedef void *CORBA_pointer;
 
29523
+                       struct test {char s1; CORBA_long s2;};
 
29524
+                       main()
 
29525
+                       {
 
29526
+                       FILE *f=fopen("conftestval", "w");
 
29527
+                       if (!f) exit(1);
 
29528
+                       fprintf(f, "%d\n", &(((struct test*)0)->s2));
 
29529
+                       exit(0);
 
29530
+                       }
 
29531
+_ACEOF
 
29532
+if ac_fn_c_try_run "$LINENO"; then :
 
29533
+  ac_cv_alignof_CORBA_long=`cat conftestval`
 
29534
+else
 
29535
+  ac_cv_alignof_CORBA_long=0
 
29536
 fi
 
29537
-as_val=`eval 'as_val=${'$as_ac_Header'}
 
29538
-                $as_echo "$as_val"'`
 
29539
-   if test "x$as_val" = x""yes; then
 
29540
-  cat >>confdefs.h <<_ACEOF
 
29541
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
29542
-_ACEOF
 
29543
-
 
29544
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
 
29545
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 
29546
 fi
 
29547
 
 
29548
-done
 
29549
-
 
29550
 
 
29551
+fi
 
29552
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_alignof_CORBA_long" >&5
 
29553
+$as_echo "$ac_cv_alignof_CORBA_long" >&6; }
 
29554
+       if test "$ac_cv_alignof_CORBA_long" = "0" ; then
 
29555
+               as_fn_error "Failed to find alignment. Check config.log for details." "$LINENO" 5
 
29556
+       fi
 
29557
+       LIBS="$align_save_libs"
 
29558
+       ORBIT_ALIGNOF_CORBA_LONG=$ac_cv_alignof_CORBA_long
 
29559
 
 
29560
 
 
29561
-for ac_header in netinet/in.h netinet/tcp.h sys/un.h
 
29562
-do
 
29563
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
29564
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
29565
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
29566
-$as_echo_n "checking for $ac_header... " >&6; }
 
29567
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
29568
+                                               { $as_echo "$as_me:${as_lineno-$LINENO}: checking alignment of CORBA_long_long" >&5
 
29569
+$as_echo_n "checking alignment of CORBA_long_long... " >&6; }
 
29570
+       align_save_libs="$LIBS"
 
29571
+       LIBS="$ORBIT_LIBS $LIBS"
 
29572
+       if test "${ac_cv_alignof_CORBA_long_long+set}" = set; then :
 
29573
   $as_echo_n "(cached) " >&6
 
29574
-fi
 
29575
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
29576
-                $as_echo "$as_val"'`
 
29577
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
29578
-$as_echo "$ac_res" >&6; }
 
29579
 else
 
29580
-  # Is the header compilable?
 
29581
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
29582
-$as_echo_n "checking $ac_header usability... " >&6; }
 
29583
-cat >conftest.$ac_ext <<_ACEOF
 
29584
-/* confdefs.h.  */
 
29585
-_ACEOF
 
29586
-cat confdefs.h >>conftest.$ac_ext
 
29587
-cat >>conftest.$ac_ext <<_ACEOF
 
29588
+  if test "$cross_compiling" = yes; then :
 
29589
+  ac_cv_alignof_CORBA_long_long=0
 
29590
+else
 
29591
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
29592
 /* end confdefs.h.  */
 
29593
-$ac_includes_default
 
29594
-#include <$ac_header>
 
29595
+ #include <stdio.h>
 
29596
+                          #include <stdlib.h>
 
29597
+
 
29598
+                       #include "$srcdir/include/orbit/util/basic_types.h"
 
29599
+                       typedef struct {char s1;} CORBA_struct;
 
29600
+                       typedef void *CORBA_pointer;
 
29601
+                       struct test {char s1; CORBA_long_long s2;};
 
29602
+                       main()
 
29603
+                       {
 
29604
+                       FILE *f=fopen("conftestval", "w");
 
29605
+                       if (!f) exit(1);
 
29606
+                       fprintf(f, "%d\n", &(((struct test*)0)->s2));
 
29607
+                       exit(0);
 
29608
+                       }
 
29609
 _ACEOF
 
29610
-rm -f conftest.$ac_objext
 
29611
-if { (ac_try="$ac_compile"
 
29612
-case "(($ac_try" in
 
29613
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
29614
-  *) ac_try_echo=$ac_try;;
 
29615
-esac
 
29616
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
29617
-$as_echo "$ac_try_echo") >&5
 
29618
-  (eval "$ac_compile") 2>conftest.er1
 
29619
-  ac_status=$?
 
29620
-  grep -v '^ *+' conftest.er1 >conftest.err
 
29621
-  rm -f conftest.er1
 
29622
-  cat conftest.err >&5
 
29623
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29624
-  (exit $ac_status); } && {
 
29625
-        test -z "$ac_c_werror_flag" ||
 
29626
-        test ! -s conftest.err
 
29627
-       } && test -s conftest.$ac_objext; then
 
29628
-  ac_header_compiler=yes
 
29629
+if ac_fn_c_try_run "$LINENO"; then :
 
29630
+  ac_cv_alignof_CORBA_long_long=`cat conftestval`
 
29631
 else
 
29632
-  $as_echo "$as_me: failed program was:" >&5
 
29633
-sed 's/^/| /' conftest.$ac_ext >&5
 
29634
-
 
29635
-       ac_header_compiler=no
 
29636
+  ac_cv_alignof_CORBA_long_long=0
 
29637
+fi
 
29638
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
 
29639
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 
29640
 fi
 
29641
 
 
29642
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
29643
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
29644
-$as_echo "$ac_header_compiler" >&6; }
 
29645
-
 
29646
-# Is the header present?
 
29647
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
29648
-$as_echo_n "checking $ac_header presence... " >&6; }
 
29649
-cat >conftest.$ac_ext <<_ACEOF
 
29650
-/* confdefs.h.  */
 
29651
-_ACEOF
 
29652
-cat confdefs.h >>conftest.$ac_ext
 
29653
-cat >>conftest.$ac_ext <<_ACEOF
 
29654
-/* end confdefs.h.  */
 
29655
-#include <$ac_header>
 
29656
-_ACEOF
 
29657
-if { (ac_try="$ac_cpp conftest.$ac_ext"
 
29658
-case "(($ac_try" in
 
29659
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
29660
-  *) ac_try_echo=$ac_try;;
 
29661
-esac
 
29662
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
29663
-$as_echo "$ac_try_echo") >&5
 
29664
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
29665
-  ac_status=$?
 
29666
-  grep -v '^ *+' conftest.er1 >conftest.err
 
29667
-  rm -f conftest.er1
 
29668
-  cat conftest.err >&5
 
29669
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29670
-  (exit $ac_status); } >/dev/null && {
 
29671
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
29672
-        test ! -s conftest.err
 
29673
-       }; then
 
29674
-  ac_header_preproc=yes
 
29675
-else
 
29676
-  $as_echo "$as_me: failed program was:" >&5
 
29677
-sed 's/^/| /' conftest.$ac_ext >&5
 
29678
 
 
29679
-  ac_header_preproc=no
 
29680
 fi
 
29681
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_alignof_CORBA_long_long" >&5
 
29682
+$as_echo "$ac_cv_alignof_CORBA_long_long" >&6; }
 
29683
+       if test "$ac_cv_alignof_CORBA_long_long" = "0" ; then
 
29684
+               as_fn_error "Failed to find alignment. Check config.log for details." "$LINENO" 5
 
29685
+       fi
 
29686
+       LIBS="$align_save_libs"
 
29687
+       ORBIT_ALIGNOF_CORBA_LONG_LONG=$ac_cv_alignof_CORBA_long_long
 
29688
 
 
29689
-rm -f conftest.err conftest.$ac_ext
 
29690
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
29691
-$as_echo "$ac_header_preproc" >&6; }
 
29692
 
 
29693
-# So?  What about this header?
 
29694
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
29695
-  yes:no: )
 
29696
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
29697
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
29698
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
29699
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
29700
-    ac_header_preproc=yes
 
29701
-    ;;
 
29702
-  no:yes:* )
 
29703
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
29704
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
29705
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
29706
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
29707
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
29708
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
29709
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
29710
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
29711
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
29712
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
29713
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
29714
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
29715
-    ( cat <<\_ASBOX
 
29716
-## --------------------------------------------------------------------- ##
 
29717
-## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=ORBit2 ##
 
29718
-## --------------------------------------------------------------------- ##
 
29719
-_ASBOX
 
29720
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
 
29721
-    ;;
 
29722
-esac
 
29723
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
29724
-$as_echo_n "checking for $ac_header... " >&6; }
 
29725
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
29726
+                                               { $as_echo "$as_me:${as_lineno-$LINENO}: checking alignment of CORBA_float" >&5
 
29727
+$as_echo_n "checking alignment of CORBA_float... " >&6; }
 
29728
+       align_save_libs="$LIBS"
 
29729
+       LIBS="$ORBIT_LIBS $LIBS"
 
29730
+       if test "${ac_cv_alignof_CORBA_float+set}" = set; then :
 
29731
   $as_echo_n "(cached) " >&6
 
29732
 else
 
29733
-  eval "$as_ac_Header=\$ac_header_preproc"
 
29734
-fi
 
29735
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
29736
-                $as_echo "$as_val"'`
 
29737
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
29738
-$as_echo "$ac_res" >&6; }
 
29739
+  if test "$cross_compiling" = yes; then :
 
29740
+  ac_cv_alignof_CORBA_float=0
 
29741
+else
 
29742
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
29743
+/* end confdefs.h.  */
 
29744
+ #include <stdio.h>
 
29745
+                          #include <stdlib.h>
 
29746
 
 
29747
-fi
 
29748
-as_val=`eval 'as_val=${'$as_ac_Header'}
 
29749
-                $as_echo "$as_val"'`
 
29750
-   if test "x$as_val" = x""yes; then
 
29751
-  cat >>confdefs.h <<_ACEOF
 
29752
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
29753
+                       #include "$srcdir/include/orbit/util/basic_types.h"
 
29754
+                       typedef struct {char s1;} CORBA_struct;
 
29755
+                       typedef void *CORBA_pointer;
 
29756
+                       struct test {char s1; CORBA_float s2;};
 
29757
+                       main()
 
29758
+                       {
 
29759
+                       FILE *f=fopen("conftestval", "w");
 
29760
+                       if (!f) exit(1);
 
29761
+                       fprintf(f, "%d\n", &(((struct test*)0)->s2));
 
29762
+                       exit(0);
 
29763
+                       }
 
29764
 _ACEOF
 
29765
-
 
29766
+if ac_fn_c_try_run "$LINENO"; then :
 
29767
+  ac_cv_alignof_CORBA_float=`cat conftestval`
 
29768
+else
 
29769
+  ac_cv_alignof_CORBA_float=0
 
29770
+fi
 
29771
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
 
29772
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 
29773
 fi
 
29774
 
 
29775
-done
 
29776
 
 
29777
+fi
 
29778
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_alignof_CORBA_float" >&5
 
29779
+$as_echo "$ac_cv_alignof_CORBA_float" >&6; }
 
29780
+       if test "$ac_cv_alignof_CORBA_float" = "0" ; then
 
29781
+               as_fn_error "Failed to find alignment. Check config.log for details." "$LINENO" 5
 
29782
+       fi
 
29783
+       LIBS="$align_save_libs"
 
29784
+       ORBIT_ALIGNOF_CORBA_FLOAT=$ac_cv_alignof_CORBA_float
 
29785
 
 
29786
 
 
29787
-for ac_header in arpa/nameser.h resolv.h
 
29788
-do
 
29789
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
29790
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
29791
-  { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
29792
-$as_echo_n "checking for $ac_header... " >&6; }
 
29793
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
29794
+                                               { $as_echo "$as_me:${as_lineno-$LINENO}: checking alignment of CORBA_double" >&5
 
29795
+$as_echo_n "checking alignment of CORBA_double... " >&6; }
 
29796
+       align_save_libs="$LIBS"
 
29797
+       LIBS="$ORBIT_LIBS $LIBS"
 
29798
+       if test "${ac_cv_alignof_CORBA_double+set}" = set; then :
 
29799
   $as_echo_n "(cached) " >&6
 
29800
-fi
 
29801
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
29802
-                $as_echo "$as_val"'`
 
29803
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
29804
-$as_echo "$ac_res" >&6; }
 
29805
 else
 
29806
-  # Is the header compilable?
 
29807
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
 
29808
-$as_echo_n "checking $ac_header usability... " >&6; }
 
29809
-cat >conftest.$ac_ext <<_ACEOF
 
29810
-/* confdefs.h.  */
 
29811
-_ACEOF
 
29812
-cat confdefs.h >>conftest.$ac_ext
 
29813
-cat >>conftest.$ac_ext <<_ACEOF
 
29814
+  if test "$cross_compiling" = yes; then :
 
29815
+  ac_cv_alignof_CORBA_double=0
 
29816
+else
 
29817
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
29818
 /* end confdefs.h.  */
 
29819
-$ac_includes_default
 
29820
-#include <$ac_header>
 
29821
+ #include <stdio.h>
 
29822
+                          #include <stdlib.h>
 
29823
+
 
29824
+                       #include "$srcdir/include/orbit/util/basic_types.h"
 
29825
+                       typedef struct {char s1;} CORBA_struct;
 
29826
+                       typedef void *CORBA_pointer;
 
29827
+                       struct test {char s1; CORBA_double s2;};
 
29828
+                       main()
 
29829
+                       {
 
29830
+                       FILE *f=fopen("conftestval", "w");
 
29831
+                       if (!f) exit(1);
 
29832
+                       fprintf(f, "%d\n", &(((struct test*)0)->s2));
 
29833
+                       exit(0);
 
29834
+                       }
 
29835
 _ACEOF
 
29836
-rm -f conftest.$ac_objext
 
29837
-if { (ac_try="$ac_compile"
 
29838
-case "(($ac_try" in
 
29839
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
29840
-  *) ac_try_echo=$ac_try;;
 
29841
-esac
 
29842
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
29843
-$as_echo "$ac_try_echo") >&5
 
29844
-  (eval "$ac_compile") 2>conftest.er1
 
29845
-  ac_status=$?
 
29846
-  grep -v '^ *+' conftest.er1 >conftest.err
 
29847
-  rm -f conftest.er1
 
29848
-  cat conftest.err >&5
 
29849
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29850
-  (exit $ac_status); } && {
 
29851
-        test -z "$ac_c_werror_flag" ||
 
29852
-        test ! -s conftest.err
 
29853
-       } && test -s conftest.$ac_objext; then
 
29854
-  ac_header_compiler=yes
 
29855
+if ac_fn_c_try_run "$LINENO"; then :
 
29856
+  ac_cv_alignof_CORBA_double=`cat conftestval`
 
29857
 else
 
29858
-  $as_echo "$as_me: failed program was:" >&5
 
29859
-sed 's/^/| /' conftest.$ac_ext >&5
 
29860
+  ac_cv_alignof_CORBA_double=0
 
29861
+fi
 
29862
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
 
29863
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 
29864
+fi
 
29865
+
 
29866
 
 
29867
-       ac_header_compiler=no
 
29868
 fi
 
29869
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_alignof_CORBA_double" >&5
 
29870
+$as_echo "$ac_cv_alignof_CORBA_double" >&6; }
 
29871
+       if test "$ac_cv_alignof_CORBA_double" = "0" ; then
 
29872
+               as_fn_error "Failed to find alignment. Check config.log for details." "$LINENO" 5
 
29873
+       fi
 
29874
+       LIBS="$align_save_libs"
 
29875
+       ORBIT_ALIGNOF_CORBA_DOUBLE=$ac_cv_alignof_CORBA_double
 
29876
 
 
29877
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
29878
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
 
29879
-$as_echo "$ac_header_compiler" >&6; }
 
29880
 
 
29881
-# Is the header present?
 
29882
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
 
29883
-$as_echo_n "checking $ac_header presence... " >&6; }
 
29884
-cat >conftest.$ac_ext <<_ACEOF
 
29885
-/* confdefs.h.  */
 
29886
-_ACEOF
 
29887
-cat confdefs.h >>conftest.$ac_ext
 
29888
-cat >>conftest.$ac_ext <<_ACEOF
 
29889
+                                               { $as_echo "$as_me:${as_lineno-$LINENO}: checking alignment of CORBA_long_double" >&5
 
29890
+$as_echo_n "checking alignment of CORBA_long_double... " >&6; }
 
29891
+       align_save_libs="$LIBS"
 
29892
+       LIBS="$ORBIT_LIBS $LIBS"
 
29893
+       if test "${ac_cv_alignof_CORBA_long_double+set}" = set; then :
 
29894
+  $as_echo_n "(cached) " >&6
 
29895
+else
 
29896
+  if test "$cross_compiling" = yes; then :
 
29897
+  ac_cv_alignof_CORBA_long_double=0
 
29898
+else
 
29899
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
29900
 /* end confdefs.h.  */
 
29901
-#include <$ac_header>
 
29902
+ #include <stdio.h>
 
29903
+                          #include <stdlib.h>
 
29904
+
 
29905
+                       #include "$srcdir/include/orbit/util/basic_types.h"
 
29906
+                       typedef struct {char s1;} CORBA_struct;
 
29907
+                       typedef void *CORBA_pointer;
 
29908
+                       struct test {char s1; CORBA_long_double s2;};
 
29909
+                       main()
 
29910
+                       {
 
29911
+                       FILE *f=fopen("conftestval", "w");
 
29912
+                       if (!f) exit(1);
 
29913
+                       fprintf(f, "%d\n", &(((struct test*)0)->s2));
 
29914
+                       exit(0);
 
29915
+                       }
 
29916
 _ACEOF
 
29917
-if { (ac_try="$ac_cpp conftest.$ac_ext"
 
29918
-case "(($ac_try" in
 
29919
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
29920
-  *) ac_try_echo=$ac_try;;
 
29921
-esac
 
29922
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
29923
-$as_echo "$ac_try_echo") >&5
 
29924
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
 
29925
-  ac_status=$?
 
29926
-  grep -v '^ *+' conftest.er1 >conftest.err
 
29927
-  rm -f conftest.er1
 
29928
-  cat conftest.err >&5
 
29929
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
29930
-  (exit $ac_status); } >/dev/null && {
 
29931
-        test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
 
29932
-        test ! -s conftest.err
 
29933
-       }; then
 
29934
-  ac_header_preproc=yes
 
29935
+if ac_fn_c_try_run "$LINENO"; then :
 
29936
+  ac_cv_alignof_CORBA_long_double=`cat conftestval`
 
29937
 else
 
29938
-  $as_echo "$as_me: failed program was:" >&5
 
29939
-sed 's/^/| /' conftest.$ac_ext >&5
 
29940
+  ac_cv_alignof_CORBA_long_double=0
 
29941
+fi
 
29942
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
 
29943
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 
29944
+fi
 
29945
+
 
29946
 
 
29947
-  ac_header_preproc=no
 
29948
 fi
 
29949
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_alignof_CORBA_long_double" >&5
 
29950
+$as_echo "$ac_cv_alignof_CORBA_long_double" >&6; }
 
29951
+       if test "$ac_cv_alignof_CORBA_long_double" = "0" ; then
 
29952
+               as_fn_error "Failed to find alignment. Check config.log for details." "$LINENO" 5
 
29953
+       fi
 
29954
+       LIBS="$align_save_libs"
 
29955
+       ORBIT_ALIGNOF_CORBA_LONG_DOUBLE=$ac_cv_alignof_CORBA_long_double
 
29956
 
 
29957
-rm -f conftest.err conftest.$ac_ext
 
29958
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
 
29959
-$as_echo "$ac_header_preproc" >&6; }
 
29960
 
 
29961
-# So?  What about this header?
 
29962
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
 
29963
-  yes:no: )
 
29964
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
 
29965
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
 
29966
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
 
29967
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
 
29968
-    ac_header_preproc=yes
 
29969
-    ;;
 
29970
-  no:yes:* )
 
29971
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
 
29972
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
 
29973
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
 
29974
-$as_echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
 
29975
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
 
29976
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
 
29977
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
 
29978
-$as_echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
 
29979
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
 
29980
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
 
29981
-    { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
 
29982
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
 
29983
-    ( cat <<\_ASBOX
 
29984
-## --------------------------------------------------------------------- ##
 
29985
-## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=ORBit2 ##
 
29986
-## --------------------------------------------------------------------- ##
 
29987
-_ASBOX
 
29988
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
 
29989
-    ;;
 
29990
-esac
 
29991
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
 
29992
-$as_echo_n "checking for $ac_header... " >&6; }
 
29993
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
 
29994
+                                               { $as_echo "$as_me:${as_lineno-$LINENO}: checking alignment of CORBA_struct" >&5
 
29995
+$as_echo_n "checking alignment of CORBA_struct... " >&6; }
 
29996
+       align_save_libs="$LIBS"
 
29997
+       LIBS="$ORBIT_LIBS $LIBS"
 
29998
+       if test "${ac_cv_alignof_CORBA_struct+set}" = set; then :
 
29999
   $as_echo_n "(cached) " >&6
 
30000
 else
 
30001
-  eval "$as_ac_Header=\$ac_header_preproc"
 
30002
-fi
 
30003
-ac_res=`eval 'as_val=${'$as_ac_Header'}
 
30004
-                $as_echo "$as_val"'`
 
30005
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
30006
-$as_echo "$ac_res" >&6; }
 
30007
-
 
30008
+  if test "$cross_compiling" = yes; then :
 
30009
+  ac_cv_alignof_CORBA_struct=0
 
30010
+else
 
30011
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
30012
+/* end confdefs.h.  */
 
30013
+ #include <stdio.h>
 
30014
+                          #include <stdlib.h>
 
30015
+
 
30016
+                       #include "$srcdir/include/orbit/util/basic_types.h"
 
30017
+                       typedef struct {char s1;} CORBA_struct;
 
30018
+                       typedef void *CORBA_pointer;
 
30019
+                       struct test {char s1; CORBA_struct s2;};
 
30020
+                       main()
 
30021
+                       {
 
30022
+                       FILE *f=fopen("conftestval", "w");
 
30023
+                       if (!f) exit(1);
 
30024
+                       fprintf(f, "%d\n", &(((struct test*)0)->s2));
 
30025
+                       exit(0);
 
30026
+                       }
 
30027
+_ACEOF
 
30028
+if ac_fn_c_try_run "$LINENO"; then :
 
30029
+  ac_cv_alignof_CORBA_struct=`cat conftestval`
 
30030
+else
 
30031
+  ac_cv_alignof_CORBA_struct=0
 
30032
 fi
 
30033
-as_val=`eval 'as_val=${'$as_ac_Header'}
 
30034
-                $as_echo "$as_val"'`
 
30035
-   if test "x$as_val" = x""yes; then
 
30036
-  cat >>confdefs.h <<_ACEOF
 
30037
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
30038
-_ACEOF
 
30039
-
 
30040
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
 
30041
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 
30042
 fi
 
30043
 
 
30044
-done
 
30045
-
 
30046
 
 
30047
+fi
 
30048
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_alignof_CORBA_struct" >&5
 
30049
+$as_echo "$ac_cv_alignof_CORBA_struct" >&6; }
 
30050
+       if test "$ac_cv_alignof_CORBA_struct" = "0" ; then
 
30051
+               as_fn_error "Failed to find alignment. Check config.log for details." "$LINENO" 5
 
30052
+       fi
 
30053
+       LIBS="$align_save_libs"
 
30054
+       ORBIT_ALIGNOF_CORBA_STRUCT=$ac_cv_alignof_CORBA_struct
 
30055
 
 
30056
 
 
30057
-for ac_func in poll basename
 
30058
-do
 
30059
-as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
30060
-{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
 
30061
-$as_echo_n "checking for $ac_func... " >&6; }
 
30062
-if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
 
30063
+                                               { $as_echo "$as_me:${as_lineno-$LINENO}: checking alignment of CORBA_pointer" >&5
 
30064
+$as_echo_n "checking alignment of CORBA_pointer... " >&6; }
 
30065
+       align_save_libs="$LIBS"
 
30066
+       LIBS="$ORBIT_LIBS $LIBS"
 
30067
+       if test "${ac_cv_alignof_CORBA_pointer+set}" = set; then :
 
30068
   $as_echo_n "(cached) " >&6
 
30069
 else
 
30070
-  cat >conftest.$ac_ext <<_ACEOF
 
30071
-/* confdefs.h.  */
 
30072
-_ACEOF
 
30073
-cat confdefs.h >>conftest.$ac_ext
 
30074
-cat >>conftest.$ac_ext <<_ACEOF
 
30075
+  if test "$cross_compiling" = yes; then :
 
30076
+  ac_cv_alignof_CORBA_pointer=0
 
30077
+else
 
30078
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
30079
 /* end confdefs.h.  */
 
30080
-/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
 
30081
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
30082
-#define $ac_func innocuous_$ac_func
 
30083
+ #include <stdio.h>
 
30084
+                          #include <stdlib.h>
 
30085
 
 
30086
-/* System header to define __stub macros and hopefully few prototypes,
 
30087
-    which can conflict with char $ac_func (); below.
 
30088
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
30089
-    <limits.h> exists even on freestanding compilers.  */
 
30090
+                       #include "$srcdir/include/orbit/util/basic_types.h"
 
30091
+                       typedef struct {char s1;} CORBA_struct;
 
30092
+                       typedef void *CORBA_pointer;
 
30093
+                       struct test {char s1; CORBA_pointer s2;};
 
30094
+                       main()
 
30095
+                       {
 
30096
+                       FILE *f=fopen("conftestval", "w");
 
30097
+                       if (!f) exit(1);
 
30098
+                       fprintf(f, "%d\n", &(((struct test*)0)->s2));
 
30099
+                       exit(0);
 
30100
+                       }
 
30101
+_ACEOF
 
30102
+if ac_fn_c_try_run "$LINENO"; then :
 
30103
+  ac_cv_alignof_CORBA_pointer=`cat conftestval`
 
30104
+else
 
30105
+  ac_cv_alignof_CORBA_pointer=0
 
30106
+fi
 
30107
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
 
30108
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 
30109
+fi
 
30110
 
 
30111
-#ifdef __STDC__
 
30112
-# include <limits.h>
 
30113
-#else
 
30114
-# include <assert.h>
 
30115
-#endif
 
30116
 
 
30117
-#undef $ac_func
 
30118
+fi
 
30119
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_alignof_CORBA_pointer" >&5
 
30120
+$as_echo "$ac_cv_alignof_CORBA_pointer" >&6; }
 
30121
+       if test "$ac_cv_alignof_CORBA_pointer" = "0" ; then
 
30122
+               as_fn_error "Failed to find alignment. Check config.log for details." "$LINENO" 5
 
30123
+       fi
 
30124
+       LIBS="$align_save_libs"
 
30125
+       ORBIT_ALIGNOF_CORBA_POINTER=$ac_cv_alignof_CORBA_pointer
 
30126
 
 
30127
-/* Override any GCC internal prototype to avoid an error.
 
30128
-   Use char because int might match the return type of a GCC
 
30129
-   builtin and then its argument prototype would still apply.  */
 
30130
-#ifdef __cplusplus
 
30131
-extern "C"
 
30132
-#endif
 
30133
-char $ac_func ();
 
30134
-/* The GNU C library defines this for functions which it implements
 
30135
-    to always fail with ENOSYS.  Some functions are actually named
 
30136
-    something starting with __ and the normal name is an alias.  */
 
30137
-#if defined __stub_$ac_func || defined __stub___$ac_func
 
30138
-choke me
 
30139
-#endif
 
30140
 
 
30141
-int
 
30142
-main ()
 
30143
-{
 
30144
-return $ac_func ();
 
30145
-  ;
 
30146
-  return 0;
 
30147
-}
 
30148
-_ACEOF
 
30149
-rm -f conftest.$ac_objext conftest$ac_exeext
 
30150
-if { (ac_try="$ac_link"
 
30151
-case "(($ac_try" in
 
30152
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30153
-  *) ac_try_echo=$ac_try;;
 
30154
-esac
 
30155
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
30156
-$as_echo "$ac_try_echo") >&5
 
30157
-  (eval "$ac_link") 2>conftest.er1
 
30158
-  ac_status=$?
 
30159
-  grep -v '^ *+' conftest.er1 >conftest.err
 
30160
-  rm -f conftest.er1
 
30161
-  cat conftest.err >&5
 
30162
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30163
-  (exit $ac_status); } && {
 
30164
-        test -z "$ac_c_werror_flag" ||
 
30165
-        test ! -s conftest.err
 
30166
-       } && test -s conftest$ac_exeext && {
 
30167
-        test "$cross_compiling" = yes ||
 
30168
-        $as_test_x conftest$ac_exeext
 
30169
-       }; then
 
30170
-  eval "$as_ac_var=yes"
 
30171
-else
 
30172
-  $as_echo "$as_me: failed program was:" >&5
 
30173
-sed 's/^/| /' conftest.$ac_ext >&5
 
30174
+CPPFLAGS=$orig_CPPFLAGS
 
30175
 
 
30176
-       eval "$as_ac_var=no"
 
30177
+if test "x$GCC" = "xyes" -a "x$enable_compile_warnings" != "xno"; then
 
30178
+    WARN_CFLAGS="-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations"
 
30179
+else
 
30180
+    WARN_CFLAGS=
 
30181
 fi
 
30182
 
 
30183
-rm -rf conftest.dSYM
 
30184
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
30185
-      conftest$ac_exeext conftest.$ac_ext
 
30186
-fi
 
30187
-ac_res=`eval 'as_val=${'$as_ac_var'}
 
30188
-                $as_echo "$as_val"'`
 
30189
-              { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
 
30190
-$as_echo "$ac_res" >&6; }
 
30191
-as_val=`eval 'as_val=${'$as_ac_var'}
 
30192
-                $as_echo "$as_val"'`
 
30193
-   if test "x$as_val" = x""yes; then
 
30194
-  cat >>confdefs.h <<_ACEOF
 
30195
-#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
30196
-_ACEOF
 
30197
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking what warning flags to pass to the C compiler" >&5
 
30198
+$as_echo_n "checking what warning flags to pass to the C compiler... " >&6; }
 
30199
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $WARN_CFLAGS" >&5
 
30200
+$as_echo "$WARN_CFLAGS" >&6; }
 
30201
 
 
30202
-fi
 
30203
-done
 
30204
 
 
30205
-{ $as_echo "$as_me:$LINENO: checking for res_init" >&5
 
30206
-$as_echo_n "checking for res_init... " >&6; }
 
30207
-if test "${ac_cv_func_res_init+set}" = set; then
 
30208
-  $as_echo_n "(cached) " >&6
 
30209
-else
 
30210
-  cat >conftest.$ac_ext <<_ACEOF
 
30211
-/* confdefs.h.  */
 
30212
-_ACEOF
 
30213
-cat confdefs.h >>conftest.$ac_ext
 
30214
-cat >>conftest.$ac_ext <<_ACEOF
 
30215
-/* end confdefs.h.  */
 
30216
-/* Define res_init to an innocuous variant, in case <limits.h> declares res_init.
 
30217
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
30218
-#define res_init innocuous_res_init
 
30219
 
 
30220
-/* System header to define __stub macros and hopefully few prototypes,
 
30221
-    which can conflict with char res_init (); below.
 
30222
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
30223
-    <limits.h> exists even on freestanding compilers.  */
 
30224
 
 
30225
-#ifdef __STDC__
 
30226
-# include <limits.h>
 
30227
-#else
 
30228
-# include <assert.h>
 
30229
-#endif
 
30230
+if test "$enable_maintainer_mode" = "yes"; then
 
30231
+       DISABLE_DEPRECATED_CFLAGS=" \
 
30232
+               -DG_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES"
 
30233
 
 
30234
-#undef res_init
 
30235
+fi
 
30236
 
 
30237
-/* Override any GCC internal prototype to avoid an error.
 
30238
-   Use char because int might match the return type of a GCC
 
30239
-   builtin and then its argument prototype would still apply.  */
 
30240
-#ifdef __cplusplus
 
30241
-extern "C"
 
30242
-#endif
 
30243
-char res_init ();
 
30244
-/* The GNU C library defines this for functions which it implements
 
30245
-    to always fail with ENOSYS.  Some functions are actually named
 
30246
-    something starting with __ and the normal name is an alias.  */
 
30247
-#if defined __stub_res_init || defined __stub___res_init
 
30248
-choke me
 
30249
-#endif
 
30250
 
 
30251
-int
 
30252
-main ()
 
30253
-{
 
30254
-return res_init ();
 
30255
-  ;
 
30256
-  return 0;
 
30257
-}
 
30258
-_ACEOF
 
30259
-rm -f conftest.$ac_objext conftest$ac_exeext
 
30260
-if { (ac_try="$ac_link"
 
30261
-case "(($ac_try" in
 
30262
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30263
-  *) ac_try_echo=$ac_try;;
 
30264
-esac
 
30265
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
30266
-$as_echo "$ac_try_echo") >&5
 
30267
-  (eval "$ac_link") 2>conftest.er1
 
30268
+
 
30269
+pkg_failed=no
 
30270
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LINC" >&5
 
30271
+$as_echo_n "checking for LINC... " >&6; }
 
30272
+
549
30273
+if test -n "$PKG_CONFIG"; then
550
30274
+    if test -n "$LINC_CFLAGS"; then
551
30275
+        pkg_cv_LINC_CFLAGS="$LINC_CFLAGS"
552
30276
+    else
553
30277
+        if test -n "$PKG_CONFIG" && \
554
 
     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQUIRED gobject-2.0 >= \$GLIB_REQUIRED gthread-2.0 >= \$GLIB_REQUIRED\"") >&5
555
 
   ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED gthread-2.0 >= $GLIB_REQUIRED") 2>&5
 
30278
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQUIRED gobject-2.0 >= \$GLIB_REQUIRED gthread-2.0 >= \$GLIB_REQUIRED\""; } >&5
 
30279
+  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED gthread-2.0 >= $GLIB_REQUIRED") 2>&5
556
30280
   ac_status=$?
557
 
@@ -16465,13 +16488,15 @@
 
30281
-  grep -v '^ *+' conftest.er1 >conftest.err
 
30282
-  rm -f conftest.er1
 
30283
-  cat conftest.err >&5
 
30284
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30285
-  (exit $ac_status); } && {
 
30286
-        test -z "$ac_c_werror_flag" ||
 
30287
-        test ! -s conftest.err
 
30288
-       } && test -s conftest$ac_exeext && {
 
30289
-        test "$cross_compiling" = yes ||
 
30290
-        $as_test_x conftest$ac_exeext
 
30291
-       }; then
 
30292
-  ac_cv_func_res_init=yes
 
30293
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
30294
+  test $ac_status = 0; }; then
 
30295
+  pkg_cv_LINC_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED gthread-2.0 >= $GLIB_REQUIRED" 2>/dev/null`
558
30296
 else
559
 
   pkg_failed=yes
 
30297
-  $as_echo "$as_me: failed program was:" >&5
 
30298
-sed 's/^/| /' conftest.$ac_ext >&5
 
30299
-
 
30300
-       ac_cv_func_res_init=no
 
30301
+  pkg_failed=yes
560
30302
 fi
561
 
- else
562
 
-    pkg_failed=untried
 
30303
-
 
30304
-rm -rf conftest.dSYM
 
30305
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
30306
-      conftest$ac_exeext conftest.$ac_ext
563
30307
+    fi
564
30308
+else
565
30309
+       pkg_failed=untried
566
30310
 fi
567
 
-if test -n "$LINC_LIBS"; then
568
 
-    pkg_cv_LINC_LIBS="$LINC_LIBS"
569
 
- elif test -n "$PKG_CONFIG"; then
570
 
-    if test -n "$PKG_CONFIG" && \
 
30311
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_res_init" >&5
 
30312
-$as_echo "$ac_cv_func_res_init" >&6; }
 
30313
-if test "x$ac_cv_func_res_init" = x""yes; then
 
30314
-  :
571
30315
+if test -n "$PKG_CONFIG"; then
572
30316
+    if test -n "$LINC_LIBS"; then
573
30317
+        pkg_cv_LINC_LIBS="$LINC_LIBS"
574
30318
+    else
575
30319
+        if test -n "$PKG_CONFIG" && \
576
 
     { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQUIRED gobject-2.0 >= \$GLIB_REQUIRED gthread-2.0 >= \$GLIB_REQUIRED\"") >&5
577
 
   ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED gthread-2.0 >= $GLIB_REQUIRED") 2>&5
578
 
   ac_status=$?
579
 
@@ -16481,8 +16506,9 @@
 
30320
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQUIRED gobject-2.0 >= \$GLIB_REQUIRED gthread-2.0 >= \$GLIB_REQUIRED\""; } >&5
 
30321
+  ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED gthread-2.0 >= $GLIB_REQUIRED") 2>&5
 
30322
+  ac_status=$?
 
30323
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
30324
+  test $ac_status = 0; }; then
 
30325
+  pkg_cv_LINC_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED gthread-2.0 >= $GLIB_REQUIRED" 2>/dev/null`
580
30326
 else
581
 
   pkg_failed=yes
582
 
 fi
583
 
- else
584
 
-    pkg_failed=untried
 
30327
-
 
30328
-{ $as_echo "$as_me:$LINENO: checking for res_init in -lresolv" >&5
 
30329
-$as_echo_n "checking for res_init in -lresolv... " >&6; }
 
30330
-if test "${ac_cv_lib_resolv_res_init+set}" = set; then
 
30331
-  $as_echo_n "(cached) " >&6
 
30332
+  pkg_failed=yes
 
30333
+fi
585
30334
+    fi
 
30335
 else
 
30336
-  ac_check_lib_save_LIBS=$LIBS
 
30337
-LIBS="-lresolv  $LIBS"
 
30338
-cat >conftest.$ac_ext <<_ACEOF
 
30339
-/* confdefs.h.  */
 
30340
-_ACEOF
 
30341
-cat confdefs.h >>conftest.$ac_ext
 
30342
-cat >>conftest.$ac_ext <<_ACEOF
 
30343
-/* end confdefs.h.  */
 
30344
+       pkg_failed=untried
 
30345
+fi
 
30346
 
 
30347
-/* Override any GCC internal prototype to avoid an error.
 
30348
-   Use char because int might match the return type of a GCC
 
30349
-   builtin and then its argument prototype would still apply.  */
 
30350
-#ifdef __cplusplus
 
30351
-extern "C"
 
30352
-#endif
 
30353
-char res_init ();
 
30354
-int
 
30355
-main ()
 
30356
-{
 
30357
-return res_init ();
 
30358
-  ;
 
30359
-  return 0;
 
30360
-}
 
30361
-_ACEOF
 
30362
-rm -f conftest.$ac_objext conftest$ac_exeext
 
30363
-if { (ac_try="$ac_link"
 
30364
-case "(($ac_try" in
 
30365
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30366
-  *) ac_try_echo=$ac_try;;
 
30367
-esac
 
30368
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
30369
-$as_echo "$ac_try_echo") >&5
 
30370
-  (eval "$ac_link") 2>conftest.er1
 
30371
-  ac_status=$?
 
30372
-  grep -v '^ *+' conftest.er1 >conftest.err
 
30373
-  rm -f conftest.er1
 
30374
-  cat conftest.err >&5
 
30375
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30376
-  (exit $ac_status); } && {
 
30377
-        test -z "$ac_c_werror_flag" ||
 
30378
-        test ! -s conftest.err
 
30379
-       } && test -s conftest$ac_exeext && {
 
30380
-        test "$cross_compiling" = yes ||
 
30381
-        $as_test_x conftest$ac_exeext
 
30382
-       }; then
 
30383
-  ac_cv_lib_resolv_res_init=yes
 
30384
-else
 
30385
-  $as_echo "$as_me: failed program was:" >&5
 
30386
-sed 's/^/| /' conftest.$ac_ext >&5
 
30387
 
 
30388
-       ac_cv_lib_resolv_res_init=no
 
30389
-fi
 
30390
 
 
30391
-rm -rf conftest.dSYM
 
30392
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
30393
-      conftest$ac_exeext conftest.$ac_ext
 
30394
-LIBS=$ac_check_lib_save_LIBS
 
30395
+if test $pkg_failed = yes; then
 
30396
+
 
30397
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
 
30398
+        _pkg_short_errors_supported=yes
586
30399
+else
587
 
+       pkg_failed=untried
588
 
 fi
589
 
 
590
 
 
591
 
@@ -16495,9 +16521,9 @@
592
 
         _pkg_short_errors_supported=no
593
 
 fi
594
 
         if test $_pkg_short_errors_supported = yes; then
595
 
-               LINC_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED gthread-2.0 >= $GLIB_REQUIRED" 2>&1`
 
30400
+        _pkg_short_errors_supported=no
 
30401
 fi
 
30402
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_init" >&5
 
30403
-$as_echo "$ac_cv_lib_resolv_res_init" >&6; }
 
30404
-if test "x$ac_cv_lib_resolv_res_init" = x""yes; then
 
30405
-  cat >>confdefs.h <<_ACEOF
 
30406
-#define HAVE_LIBRESOLV 1
 
30407
-_ACEOF
 
30408
+        if test $_pkg_short_errors_supported = yes; then
596
30409
+               LINC_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED gthread-2.0 >= $GLIB_REQUIRED"`
597
 
         else
598
 
-               LINC_PKG_ERRORS=`$PKG_CONFIG --print-errors "glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED gthread-2.0 >= $GLIB_REQUIRED" 2>&1`
 
30410
+        else
599
30411
+               LINC_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED gthread-2.0 >= $GLIB_REQUIRED"`
600
 
         fi
601
 
        # Put the nasty error message in config.log where it belongs
602
 
        echo "$LINC_PKG_ERRORS" >&5
603
 
@@ -20409,16 +20435,7 @@
604
 
 
605
 
 
606
 
   case $ac_file$ac_mode in
607
 
-    "depfiles":C) test x"$AMDEP_TRUE" != x"" || # Autoconf 2.62 quotes --file arguments for eval, but not when files
608
 
-# are listed without --file.  Let's play safe and only enable the eval
609
 
-# if we detect the quoting.
610
 
-case $CONFIG_FILES in
611
 
-*\'*) eval set x "$CONFIG_FILES" ;;
612
 
-*)   set x $CONFIG_FILES ;;
613
 
-esac
614
 
-shift
615
 
-for mf
616
 
-do
617
 
+    "depfiles":C) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
618
 
   # Strip MF so we end up with the name of the file.
619
 
   mf=`echo "$mf" | sed -e 's/:.*$//'`
620
 
   # Check whether this is an Automake generated Makefile or not.
621
 
diff -Naur orbit2-2.14.17.old/docs/api/Makefile.in orbit2-2.14.17/docs/api/Makefile.in
622
 
--- orbit2-2.14.17.old/docs/api/Makefile.in     2009-03-05 13:43:02.000000000 +0100
623
 
+++ orbit2-2.14.17/docs/api/Makefile.in 2009-03-06 18:43:05.000000000 +0100
624
 
@@ -1,4 +1,4 @@
625
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
626
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
627
 
 # @configure_input@
628
 
 
629
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
630
 
@@ -303,8 +303,8 @@
631
 
        @for dep in $?; do \
632
 
          case '$(am__configure_deps)' in \
633
 
            *$$dep*) \
634
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
635
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
636
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
637
 
+               && exit 0; \
638
 
              exit 1;; \
639
 
          esac; \
640
 
        done; \
641
 
diff -Naur orbit2-2.14.17.old/docs/devel/Makefile.in orbit2-2.14.17/docs/devel/Makefile.in
642
 
--- orbit2-2.14.17.old/docs/devel/Makefile.in   2009-03-05 13:43:02.000000000 +0100
643
 
+++ orbit2-2.14.17/docs/devel/Makefile.in       2009-03-06 18:43:05.000000000 +0100
644
 
@@ -1,4 +1,4 @@
645
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
646
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
647
 
 # @configure_input@
648
 
 
649
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
650
 
@@ -205,8 +205,8 @@
651
 
        @for dep in $?; do \
652
 
          case '$(am__configure_deps)' in \
653
 
            *$$dep*) \
654
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
655
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
656
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
657
 
+               && exit 0; \
658
 
              exit 1;; \
659
 
          esac; \
660
 
        done; \
661
 
diff -Naur orbit2-2.14.17.old/docs/internals/Makefile.in orbit2-2.14.17/docs/internals/Makefile.in
662
 
--- orbit2-2.14.17.old/docs/internals/Makefile.in       2009-03-05 13:43:02.000000000 +0100
663
 
+++ orbit2-2.14.17/docs/internals/Makefile.in   2009-03-06 18:43:05.000000000 +0100
664
 
@@ -1,4 +1,4 @@
665
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
666
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
667
 
 # @configure_input@
668
 
 
669
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
670
 
@@ -209,8 +209,8 @@
671
 
        @for dep in $?; do \
672
 
          case '$(am__configure_deps)' in \
673
 
            *$$dep*) \
674
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
675
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
676
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
677
 
+               && exit 0; \
678
 
              exit 1;; \
679
 
          esac; \
680
 
        done; \
681
 
diff -Naur orbit2-2.14.17.old/docs/Makefile.in orbit2-2.14.17/docs/Makefile.in
682
 
--- orbit2-2.14.17.old/docs/Makefile.in 2009-03-05 13:43:02.000000000 +0100
683
 
+++ orbit2-2.14.17/docs/Makefile.in     2009-03-06 18:43:05.000000000 +0100
684
 
@@ -1,4 +1,4 @@
685
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
686
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
687
 
 # @configure_input@
688
 
 
689
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
690
 
@@ -215,8 +215,8 @@
691
 
        @for dep in $?; do \
692
 
          case '$(am__configure_deps)' in \
693
 
            *$$dep*) \
694
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
695
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
696
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
697
 
+               && exit 0; \
698
 
              exit 1;; \
699
 
          esac; \
700
 
        done; \
701
 
@@ -322,7 +322,7 @@
702
 
        unique=`for i in $$list; do \
703
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
704
 
          done | \
705
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
706
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
707
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
708
 
        mkid -fID $$unique
709
 
 tags: TAGS
710
 
diff -Naur orbit2-2.14.17.old/include/Makefile.in orbit2-2.14.17/include/Makefile.in
711
 
--- orbit2-2.14.17.old/include/Makefile.in      2009-03-05 13:43:02.000000000 +0100
712
 
+++ orbit2-2.14.17/include/Makefile.in  2009-03-06 18:43:05.000000000 +0100
713
 
@@ -1,4 +1,4 @@
714
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
715
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
716
 
 # @configure_input@
717
 
 
718
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
719
 
@@ -215,8 +215,8 @@
720
 
        @for dep in $?; do \
721
 
          case '$(am__configure_deps)' in \
722
 
            *$$dep*) \
723
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
724
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
725
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
726
 
+               && exit 0; \
727
 
              exit 1;; \
728
 
          esac; \
729
 
        done; \
730
 
@@ -322,7 +322,7 @@
731
 
        unique=`for i in $$list; do \
732
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
733
 
          done | \
734
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
735
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
736
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
737
 
        mkid -fID $$unique
738
 
 tags: TAGS
739
 
diff -Naur orbit2-2.14.17.old/include/orbit/dynamic/Makefile.in orbit2-2.14.17/include/orbit/dynamic/Makefile.in
740
 
--- orbit2-2.14.17.old/include/orbit/dynamic/Makefile.in        2009-03-05 13:43:02.000000000 +0100
741
 
+++ orbit2-2.14.17/include/orbit/dynamic/Makefile.in    2009-03-06 18:43:05.000000000 +0100
742
 
@@ -1,4 +1,4 @@
743
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
744
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
745
 
 # @configure_input@
746
 
 
747
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
748
 
@@ -235,8 +235,8 @@
749
 
        @for dep in $?; do \
750
 
          case '$(am__configure_deps)' in \
751
 
            *$$dep*) \
752
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
753
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
754
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
755
 
+               && exit 0; \
756
 
              exit 1;; \
757
 
          esac; \
758
 
        done; \
759
 
@@ -289,7 +289,7 @@
760
 
        unique=`for i in $$list; do \
761
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
762
 
          done | \
763
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
764
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
765
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
766
 
        mkid -fID $$unique
767
 
 tags: TAGS
768
 
diff -Naur orbit2-2.14.17.old/include/orbit/GIOP/Makefile.in orbit2-2.14.17/include/orbit/GIOP/Makefile.in
769
 
--- orbit2-2.14.17.old/include/orbit/GIOP/Makefile.in   2009-03-05 13:43:02.000000000 +0100
770
 
+++ orbit2-2.14.17/include/orbit/GIOP/Makefile.in       2009-03-06 18:43:05.000000000 +0100
771
 
@@ -1,4 +1,4 @@
772
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
773
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
774
 
 # @configure_input@
775
 
 
776
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
777
 
@@ -212,8 +212,8 @@
778
 
        @for dep in $?; do \
779
 
          case '$(am__configure_deps)' in \
780
 
            *$$dep*) \
781
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
782
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
783
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
784
 
+               && exit 0; \
785
 
              exit 1;; \
786
 
          esac; \
787
 
        done; \
788
 
diff -Naur orbit2-2.14.17.old/include/orbit/Makefile.in orbit2-2.14.17/include/orbit/Makefile.in
789
 
--- orbit2-2.14.17.old/include/orbit/Makefile.in        2009-03-05 13:43:02.000000000 +0100
790
 
+++ orbit2-2.14.17/include/orbit/Makefile.in    2009-03-06 18:43:05.000000000 +0100
791
 
@@ -1,4 +1,4 @@
792
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
793
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
794
 
 # @configure_input@
795
 
 
796
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
797
 
@@ -230,8 +230,8 @@
798
 
        @for dep in $?; do \
799
 
          case '$(am__configure_deps)' in \
800
 
            *$$dep*) \
801
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
802
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
803
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
804
 
+               && exit 0; \
805
 
              exit 1;; \
806
 
          esac; \
807
 
        done; \
808
 
@@ -356,7 +356,7 @@
809
 
        unique=`for i in $$list; do \
810
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
811
 
          done | \
812
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
813
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
814
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
815
 
        mkid -fID $$unique
816
 
 tags: TAGS
817
 
diff -Naur orbit2-2.14.17.old/include/orbit/orb-core/Makefile.in orbit2-2.14.17/include/orbit/orb-core/Makefile.in
818
 
--- orbit2-2.14.17.old/include/orbit/orb-core/Makefile.in       2009-03-05 13:43:02.000000000 +0100
819
 
+++ orbit2-2.14.17/include/orbit/orb-core/Makefile.in   2009-03-06 18:43:05.000000000 +0100
820
 
@@ -1,4 +1,4 @@
821
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
822
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
823
 
 # @configure_input@
824
 
 
825
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
826
 
@@ -262,8 +262,8 @@
827
 
        @for dep in $?; do \
828
 
          case '$(am__configure_deps)' in \
829
 
            *$$dep*) \
830
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
831
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
832
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
833
 
+               && exit 0; \
834
 
              exit 1;; \
835
 
          esac; \
836
 
        done; \
837
 
@@ -316,7 +316,7 @@
838
 
        unique=`for i in $$list; do \
839
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
840
 
          done | \
841
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
842
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
843
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
844
 
        mkid -fID $$unique
845
 
 tags: TAGS
846
 
diff -Naur orbit2-2.14.17.old/include/orbit/poa/Makefile.in orbit2-2.14.17/include/orbit/poa/Makefile.in
847
 
--- orbit2-2.14.17.old/include/orbit/poa/Makefile.in    2009-03-05 13:43:02.000000000 +0100
848
 
+++ orbit2-2.14.17/include/orbit/poa/Makefile.in        2009-03-06 18:43:05.000000000 +0100
849
 
@@ -1,4 +1,4 @@
850
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
851
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
852
 
 # @configure_input@
853
 
 
854
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
855
 
@@ -241,8 +241,8 @@
856
 
        @for dep in $?; do \
857
 
          case '$(am__configure_deps)' in \
858
 
            *$$dep*) \
859
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
860
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
861
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
862
 
+               && exit 0; \
863
 
              exit 1;; \
864
 
          esac; \
865
 
        done; \
866
 
@@ -295,7 +295,7 @@
867
 
        unique=`for i in $$list; do \
868
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
869
 
          done | \
870
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
871
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
872
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
873
 
        mkid -fID $$unique
874
 
 tags: TAGS
875
 
diff -Naur orbit2-2.14.17.old/include/orbit/util/Makefile.in orbit2-2.14.17/include/orbit/util/Makefile.in
876
 
--- orbit2-2.14.17.old/include/orbit/util/Makefile.in   2009-03-05 13:43:03.000000000 +0100
877
 
+++ orbit2-2.14.17/include/orbit/util/Makefile.in       2009-03-06 18:43:05.000000000 +0100
878
 
@@ -1,4 +1,4 @@
879
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
880
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
881
 
 # @configure_input@
882
 
 
883
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
884
 
@@ -221,8 +221,8 @@
885
 
        @for dep in $?; do \
886
 
          case '$(am__configure_deps)' in \
887
 
            *$$dep*) \
888
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
889
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
890
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
891
 
+               && exit 0; \
892
 
              exit 1;; \
893
 
          esac; \
894
 
        done; \
895
 
@@ -275,7 +275,7 @@
896
 
        unique=`for i in $$list; do \
897
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
898
 
          done | \
899
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
900
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
901
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
902
 
        mkid -fID $$unique
903
 
 tags: TAGS
904
 
diff -Naur orbit2-2.14.17.old/linc2/include/linc/Makefile.in orbit2-2.14.17/linc2/include/linc/Makefile.in
905
 
--- orbit2-2.14.17.old/linc2/include/linc/Makefile.in   2009-03-05 13:43:03.000000000 +0100
906
 
+++ orbit2-2.14.17/linc2/include/linc/Makefile.in       2009-03-06 18:43:06.000000000 +0100
907
 
@@ -1,4 +1,4 @@
908
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
909
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
910
 
 # @configure_input@
911
 
 
912
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
913
 
@@ -218,8 +218,8 @@
914
 
        @for dep in $?; do \
915
 
          case '$(am__configure_deps)' in \
916
 
            *$$dep*) \
917
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
918
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
919
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
920
 
+               && exit 0; \
921
 
              exit 1;; \
922
 
          esac; \
923
 
        done; \
924
 
diff -Naur orbit2-2.14.17.old/linc2/include/Makefile.in orbit2-2.14.17/linc2/include/Makefile.in
925
 
--- orbit2-2.14.17.old/linc2/include/Makefile.in        2009-03-05 13:43:03.000000000 +0100
926
 
+++ orbit2-2.14.17/linc2/include/Makefile.in    2009-03-06 18:43:05.000000000 +0100
927
 
@@ -1,4 +1,4 @@
928
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
929
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
930
 
 # @configure_input@
931
 
 
932
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
933
 
@@ -215,8 +215,8 @@
934
 
        @for dep in $?; do \
935
 
          case '$(am__configure_deps)' in \
936
 
            *$$dep*) \
937
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
938
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
939
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
940
 
+               && exit 0; \
941
 
              exit 1;; \
942
 
          esac; \
943
 
        done; \
944
 
@@ -322,7 +322,7 @@
945
 
        unique=`for i in $$list; do \
946
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
947
 
          done | \
948
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
949
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
950
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
951
 
        mkid -fID $$unique
952
 
 tags: TAGS
953
 
diff -Naur orbit2-2.14.17.old/linc2/Makefile.in orbit2-2.14.17/linc2/Makefile.in
954
 
--- orbit2-2.14.17.old/linc2/Makefile.in        2009-03-05 13:43:03.000000000 +0100
955
 
+++ orbit2-2.14.17/linc2/Makefile.in    2009-03-06 18:43:05.000000000 +0100
956
 
@@ -1,4 +1,4 @@
957
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
958
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
959
 
 # @configure_input@
960
 
 
961
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
962
 
@@ -216,8 +216,8 @@
963
 
        @for dep in $?; do \
964
 
          case '$(am__configure_deps)' in \
965
 
            *$$dep*) \
966
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
967
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
968
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
969
 
+               && exit 0; \
970
 
              exit 1;; \
971
 
          esac; \
972
 
        done; \
973
 
@@ -323,7 +323,7 @@
974
 
        unique=`for i in $$list; do \
975
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
976
 
          done | \
977
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
978
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
979
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
980
 
        mkid -fID $$unique
981
 
 tags: TAGS
982
 
diff -Naur orbit2-2.14.17.old/linc2/src/Makefile.in orbit2-2.14.17/linc2/src/Makefile.in
983
 
--- orbit2-2.14.17.old/linc2/src/Makefile.in    2009-03-05 13:43:03.000000000 +0100
984
 
+++ orbit2-2.14.17/linc2/src/Makefile.in        2009-03-06 18:43:06.000000000 +0100
985
 
@@ -1,4 +1,4 @@
986
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
987
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
988
 
 # @configure_input@
989
 
 
990
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
991
 
@@ -266,8 +266,8 @@
992
 
        @for dep in $?; do \
993
 
          case '$(am__configure_deps)' in \
994
 
            *$$dep*) \
995
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
996
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
997
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
998
 
+               && exit 0; \
999
 
              exit 1;; \
1000
 
          esac; \
1001
 
        done; \
1002
 
@@ -380,7 +380,7 @@
1003
 
        unique=`for i in $$list; do \
1004
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1005
 
          done | \
1006
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1007
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1008
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1009
 
        mkid -fID $$unique
1010
 
 tags: TAGS
1011
 
diff -Naur orbit2-2.14.17.old/linc2/test/Makefile.in orbit2-2.14.17/linc2/test/Makefile.in
1012
 
--- orbit2-2.14.17.old/linc2/test/Makefile.in   2009-03-05 13:43:03.000000000 +0100
1013
 
+++ orbit2-2.14.17/linc2/test/Makefile.in       2009-03-06 18:43:06.000000000 +0100
1014
 
@@ -1,4 +1,4 @@
1015
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1016
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1017
 
 # @configure_input@
1018
 
 
1019
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1020
 
@@ -237,8 +237,8 @@
1021
 
        @for dep in $?; do \
1022
 
          case '$(am__configure_deps)' in \
1023
 
            *$$dep*) \
1024
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1025
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1026
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1027
 
+               && exit 0; \
1028
 
              exit 1;; \
1029
 
          esac; \
1030
 
        done; \
1031
 
@@ -313,7 +313,7 @@
1032
 
        unique=`for i in $$list; do \
1033
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1034
 
          done | \
1035
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1036
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1037
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1038
 
        mkid -fID $$unique
1039
 
 tags: TAGS
1040
 
@@ -356,7 +356,7 @@
1041
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1042
 
 
1043
 
 check-TESTS: $(TESTS)
1044
 
-       @failed=0; all=0; xfail=0; xpass=0; skip=0; \
1045
 
+       @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
1046
 
        srcdir=$(srcdir); export srcdir; \
1047
 
        list=' $(TESTS) '; \
1048
 
        if test -n "$$list"; then \
1049
 
@@ -367,7 +367,7 @@
1050
 
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
1051
 
              all=`expr $$all + 1`; \
1052
 
              case " $(XFAIL_TESTS) " in \
1053
 
-             *[\ \     ]$$tst[\ \      ]*) \
1054
 
+             *$$ws$$tst$$ws*) \
1055
 
                xpass=`expr $$xpass + 1`; \
1056
 
                failed=`expr $$failed + 1`; \
1057
 
                echo "XPASS: $$tst"; \
1058
 
@@ -379,7 +379,7 @@
1059
 
            elif test $$? -ne 77; then \
1060
 
              all=`expr $$all + 1`; \
1061
 
              case " $(XFAIL_TESTS) " in \
1062
 
-             *[\ \     ]$$tst[\ \      ]*) \
1063
 
+             *$$ws$$tst$$ws*) \
1064
 
                xfail=`expr $$xfail + 1`; \
1065
 
                echo "XFAIL: $$tst"; \
1066
 
              ;; \
1067
 
@@ -393,36 +393,23 @@
1068
 
              echo "SKIP: $$tst"; \
1069
 
            fi; \
1070
 
          done; \
1071
 
-         if test "$$all" -eq 1; then \
1072
 
-           tests="test"; \
1073
 
-           All=""; \
1074
 
-         else \
1075
 
-           tests="tests"; \
1076
 
-           All="All "; \
1077
 
-         fi; \
1078
 
          if test "$$failed" -eq 0; then \
1079
 
            if test "$$xfail" -eq 0; then \
1080
 
-             banner="$$All$$all $$tests passed"; \
1081
 
+             banner="All $$all tests passed"; \
1082
 
            else \
1083
 
-             if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
1084
 
-             banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
1085
 
+             banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
1086
 
            fi; \
1087
 
          else \
1088
 
            if test "$$xpass" -eq 0; then \
1089
 
-             banner="$$failed of $$all $$tests failed"; \
1090
 
+             banner="$$failed of $$all tests failed"; \
1091
 
            else \
1092
 
-             if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
1093
 
-             banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
1094
 
+             banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
1095
 
            fi; \
1096
 
          fi; \
1097
 
          dashes="$$banner"; \
1098
 
          skipped=""; \
1099
 
          if test "$$skip" -ne 0; then \
1100
 
-           if test "$$skip" -eq 1; then \
1101
 
-             skipped="($$skip test was not run)"; \
1102
 
-           else \
1103
 
-             skipped="($$skip tests were not run)"; \
1104
 
-           fi; \
1105
 
+           skipped="($$skip tests were not run)"; \
1106
 
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
1107
 
              dashes="$$skipped"; \
1108
 
          fi; \
1109
 
diff -Naur orbit2-2.14.17.old/ltmain.sh orbit2-2.14.17/ltmain.sh
1110
 
--- orbit2-2.14.17.old/ltmain.sh        2009-03-05 13:42:55.000000000 +0100
1111
 
+++ orbit2-2.14.17/ltmain.sh    2009-03-06 18:43:00.000000000 +0100
 
30412
+        fi
 
30413
+       # Put the nasty error message in config.log where it belongs
 
30414
+       echo "$LINC_PKG_ERRORS" >&5
 
30415
 
 
30416
-  LIBS="-lresolv $LIBS"
 
30417
+       as_fn_error "Package requirements (glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED gthread-2.0 >= $GLIB_REQUIRED) were not met:
 
30418
 
 
30419
-fi
 
30420
+$LINC_PKG_ERRORS
 
30421
+
 
30422
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
 
30423
+installed software in a non-standard prefix.
 
30424
+
 
30425
+Alternatively, you may set the environment variables LINC_CFLAGS
 
30426
+and LINC_LIBS to avoid the need to call pkg-config.
 
30427
+See the pkg-config man page for more details.
 
30428
+" "$LINENO" 5
 
30429
+elif test $pkg_failed = untried; then
 
30430
+       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 
30431
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 
30432
+as_fn_error "The pkg-config script could not be found or is too old.  Make sure it
 
30433
+is in your PATH or set the PKG_CONFIG environment variable to the full
 
30434
+path to pkg-config.
 
30435
+
 
30436
+Alternatively, you may set the environment variables LINC_CFLAGS
 
30437
+and LINC_LIBS to avoid the need to call pkg-config.
 
30438
+See the pkg-config man page for more details.
 
30439
 
 
30440
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
 
30441
+See \`config.log' for more details." "$LINENO" 5; }
 
30442
+else
 
30443
+       LINC_CFLAGS=$pkg_cv_LINC_CFLAGS
 
30444
+       LINC_LIBS=$pkg_cv_LINC_LIBS
 
30445
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
30446
+$as_echo "yes" >&6; }
 
30447
+       :
 
30448
 fi
 
30449
 
 
30450
 
 
30451
-{ $as_echo "$as_me:$LINENO: checking for res_9_init in -lresolv" >&5
 
30452
-$as_echo_n "checking for res_9_init in -lresolv... " >&6; }
 
30453
-if test "${ac_cv_lib_resolv_res_9_init+set}" = set; then
 
30454
+
 
30455
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
 
30456
+$as_echo_n "checking for ANSI C header files... " >&6; }
 
30457
+if test "${ac_cv_header_stdc+set}" = set; then :
 
30458
   $as_echo_n "(cached) " >&6
 
30459
 else
 
30460
-  ac_check_lib_save_LIBS=$LIBS
 
30461
-LIBS="-lresolv  $LIBS"
 
30462
-cat >conftest.$ac_ext <<_ACEOF
 
30463
-/* confdefs.h.  */
 
30464
-_ACEOF
 
30465
-cat confdefs.h >>conftest.$ac_ext
 
30466
-cat >>conftest.$ac_ext <<_ACEOF
 
30467
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
30468
 /* end confdefs.h.  */
 
30469
+#include <stdlib.h>
 
30470
+#include <stdarg.h>
 
30471
+#include <string.h>
 
30472
+#include <float.h>
 
30473
 
 
30474
-/* Override any GCC internal prototype to avoid an error.
 
30475
-   Use char because int might match the return type of a GCC
 
30476
-   builtin and then its argument prototype would still apply.  */
 
30477
-#ifdef __cplusplus
 
30478
-extern "C"
 
30479
-#endif
 
30480
-char res_9_init ();
 
30481
 int
 
30482
 main ()
 
30483
 {
 
30484
-return res_9_init ();
 
30485
+
 
30486
   ;
 
30487
   return 0;
 
30488
 }
 
30489
 _ACEOF
 
30490
-rm -f conftest.$ac_objext conftest$ac_exeext
 
30491
-if { (ac_try="$ac_link"
 
30492
-case "(($ac_try" in
 
30493
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30494
-  *) ac_try_echo=$ac_try;;
 
30495
-esac
 
30496
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
30497
-$as_echo "$ac_try_echo") >&5
 
30498
-  (eval "$ac_link") 2>conftest.er1
 
30499
-  ac_status=$?
 
30500
-  grep -v '^ *+' conftest.er1 >conftest.err
 
30501
-  rm -f conftest.er1
 
30502
-  cat conftest.err >&5
 
30503
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30504
-  (exit $ac_status); } && {
 
30505
-        test -z "$ac_c_werror_flag" ||
 
30506
-        test ! -s conftest.err
 
30507
-       } && test -s conftest$ac_exeext && {
 
30508
-        test "$cross_compiling" = yes ||
 
30509
-        $as_test_x conftest$ac_exeext
 
30510
-       }; then
 
30511
-  ac_cv_lib_resolv_res_9_init=yes
 
30512
+if ac_fn_c_try_compile "$LINENO"; then :
 
30513
+  ac_cv_header_stdc=yes
 
30514
 else
 
30515
-  $as_echo "$as_me: failed program was:" >&5
 
30516
-sed 's/^/| /' conftest.$ac_ext >&5
 
30517
-
 
30518
-       ac_cv_lib_resolv_res_9_init=no
 
30519
+  ac_cv_header_stdc=no
 
30520
 fi
 
30521
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
30522
+
 
30523
+if test $ac_cv_header_stdc = yes; then
 
30524
+  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
 
30525
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
30526
+/* end confdefs.h.  */
 
30527
+#include <string.h>
 
30528
 
 
30529
-rm -rf conftest.dSYM
 
30530
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
30531
-      conftest$ac_exeext conftest.$ac_ext
 
30532
-LIBS=$ac_check_lib_save_LIBS
 
30533
-fi
 
30534
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_9_init" >&5
 
30535
-$as_echo "$ac_cv_lib_resolv_res_9_init" >&6; }
 
30536
-if test "x$ac_cv_lib_resolv_res_9_init" = x""yes; then
 
30537
-  cat >>confdefs.h <<_ACEOF
 
30538
-#define HAVE_LIBRESOLV 1
 
30539
 _ACEOF
 
30540
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
 
30541
+  $EGREP "memchr" >/dev/null 2>&1; then :
 
30542
 
 
30543
-  LIBS="-lresolv $LIBS"
 
30544
+else
 
30545
+  ac_cv_header_stdc=no
 
30546
+fi
 
30547
+rm -f conftest*
 
30548
 
 
30549
 fi
 
30550
 
 
30551
-{ $as_echo "$as_me:$LINENO: checking for socket" >&5
 
30552
-$as_echo_n "checking for socket... " >&6; }
 
30553
-if test "${ac_cv_func_socket+set}" = set; then
 
30554
-  $as_echo_n "(cached) " >&6
 
30555
-else
 
30556
-  cat >conftest.$ac_ext <<_ACEOF
 
30557
-/* confdefs.h.  */
 
30558
-_ACEOF
 
30559
-cat confdefs.h >>conftest.$ac_ext
 
30560
-cat >>conftest.$ac_ext <<_ACEOF
 
30561
+if test $ac_cv_header_stdc = yes; then
 
30562
+  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
 
30563
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
30564
 /* end confdefs.h.  */
 
30565
-/* Define socket to an innocuous variant, in case <limits.h> declares socket.
 
30566
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
30567
-#define socket innocuous_socket
 
30568
+#include <stdlib.h>
 
30569
 
 
30570
-/* System header to define __stub macros and hopefully few prototypes,
 
30571
-    which can conflict with char socket (); below.
 
30572
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
30573
-    <limits.h> exists even on freestanding compilers.  */
 
30574
+_ACEOF
 
30575
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
 
30576
+  $EGREP "free" >/dev/null 2>&1; then :
 
30577
 
 
30578
-#ifdef __STDC__
 
30579
-# include <limits.h>
 
30580
-#else
 
30581
-# include <assert.h>
 
30582
-#endif
 
30583
+else
 
30584
+  ac_cv_header_stdc=no
 
30585
+fi
 
30586
+rm -f conftest*
 
30587
 
 
30588
-#undef socket
 
30589
+fi
 
30590
 
 
30591
-/* Override any GCC internal prototype to avoid an error.
 
30592
-   Use char because int might match the return type of a GCC
 
30593
-   builtin and then its argument prototype would still apply.  */
 
30594
-#ifdef __cplusplus
 
30595
-extern "C"
 
30596
-#endif
 
30597
-char socket ();
 
30598
-/* The GNU C library defines this for functions which it implements
 
30599
-    to always fail with ENOSYS.  Some functions are actually named
 
30600
-    something starting with __ and the normal name is an alias.  */
 
30601
-#if defined __stub_socket || defined __stub___socket
 
30602
-choke me
 
30603
+if test $ac_cv_header_stdc = yes; then
 
30604
+  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
 
30605
+  if test "$cross_compiling" = yes; then :
 
30606
+  :
 
30607
+else
 
30608
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
30609
+/* end confdefs.h.  */
 
30610
+#include <ctype.h>
 
30611
+#include <stdlib.h>
 
30612
+#if ((' ' & 0x0FF) == 0x020)
 
30613
+# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
 
30614
+# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
 
30615
+#else
 
30616
+# define ISLOWER(c) \
 
30617
+                  (('a' <= (c) && (c) <= 'i') \
 
30618
+                    || ('j' <= (c) && (c) <= 'r') \
 
30619
+                    || ('s' <= (c) && (c) <= 'z'))
 
30620
+# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
 
30621
 #endif
 
30622
 
 
30623
+#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
 
30624
 int
 
30625
 main ()
 
30626
 {
 
30627
-return socket ();
 
30628
-  ;
 
30629
+  int i;
 
30630
+  for (i = 0; i < 256; i++)
 
30631
+    if (XOR (islower (i), ISLOWER (i))
 
30632
+       || toupper (i) != TOUPPER (i))
 
30633
+      return 2;
 
30634
   return 0;
 
30635
 }
 
30636
 _ACEOF
 
30637
-rm -f conftest.$ac_objext conftest$ac_exeext
 
30638
-if { (ac_try="$ac_link"
 
30639
-case "(($ac_try" in
 
30640
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30641
-  *) ac_try_echo=$ac_try;;
 
30642
-esac
 
30643
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
30644
-$as_echo "$ac_try_echo") >&5
 
30645
-  (eval "$ac_link") 2>conftest.er1
 
30646
-  ac_status=$?
 
30647
-  grep -v '^ *+' conftest.er1 >conftest.err
 
30648
-  rm -f conftest.er1
 
30649
-  cat conftest.err >&5
 
30650
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30651
-  (exit $ac_status); } && {
 
30652
-        test -z "$ac_c_werror_flag" ||
 
30653
-        test ! -s conftest.err
 
30654
-       } && test -s conftest$ac_exeext && {
 
30655
-        test "$cross_compiling" = yes ||
 
30656
-        $as_test_x conftest$ac_exeext
 
30657
-       }; then
 
30658
-  ac_cv_func_socket=yes
 
30659
+if ac_fn_c_try_run "$LINENO"; then :
 
30660
+
 
30661
 else
 
30662
-  $as_echo "$as_me: failed program was:" >&5
 
30663
-sed 's/^/| /' conftest.$ac_ext >&5
 
30664
+  ac_cv_header_stdc=no
 
30665
+fi
 
30666
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
 
30667
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
 
30668
+fi
 
30669
 
 
30670
-       ac_cv_func_socket=no
 
30671
 fi
 
30672
+fi
 
30673
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
 
30674
+$as_echo "$ac_cv_header_stdc" >&6; }
 
30675
+if test $ac_cv_header_stdc = yes; then
 
30676
+
 
30677
+$as_echo "#define STDC_HEADERS 1" >>confdefs.h
 
30678
 
 
30679
-rm -rf conftest.dSYM
 
30680
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
30681
-      conftest$ac_exeext conftest.$ac_ext
 
30682
 fi
 
30683
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5
 
30684
-$as_echo "$ac_cv_func_socket" >&6; }
 
30685
-if test "x$ac_cv_func_socket" = x""yes; then
 
30686
-  :
 
30687
-else
 
30688
 
 
30689
-{ $as_echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
 
30690
-$as_echo_n "checking for socket in -lsocket... " >&6; }
 
30691
-if test "${ac_cv_lib_socket_socket+set}" = set; then
 
30692
-  $as_echo_n "(cached) " >&6
 
30693
-else
 
30694
-  ac_check_lib_save_LIBS=$LIBS
 
30695
-LIBS="-lsocket  $LIBS"
 
30696
-cat >conftest.$ac_ext <<_ACEOF
 
30697
-/* confdefs.h.  */
 
30698
+for ac_header in fcntl.h unistd.h sys/endian.h endian.h machine/endian.h sys/machine.h sys/isa_defs.h sys/poll.h
 
30699
+do :
 
30700
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
30701
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
 
30702
+eval as_val=\$$as_ac_Header
 
30703
+   if test "x$as_val" = x""yes; then :
 
30704
+  cat >>confdefs.h <<_ACEOF
 
30705
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
30706
 _ACEOF
 
30707
-cat confdefs.h >>conftest.$ac_ext
 
30708
-cat >>conftest.$ac_ext <<_ACEOF
 
30709
-/* end confdefs.h.  */
 
30710
 
 
30711
-/* Override any GCC internal prototype to avoid an error.
 
30712
-   Use char because int might match the return type of a GCC
 
30713
-   builtin and then its argument prototype would still apply.  */
 
30714
-#ifdef __cplusplus
 
30715
-extern "C"
 
30716
-#endif
 
30717
-char socket ();
 
30718
-int
 
30719
-main ()
 
30720
-{
 
30721
-return socket ();
 
30722
-  ;
 
30723
-  return 0;
 
30724
-}
 
30725
+fi
 
30726
+
 
30727
+done
 
30728
+
 
30729
+for ac_header in stddef.h wchar.h wcstr.h wctype.h machine/types.h
 
30730
+do :
 
30731
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
30732
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
 
30733
+eval as_val=\$$as_ac_Header
 
30734
+   if test "x$as_val" = x""yes; then :
 
30735
+  cat >>confdefs.h <<_ACEOF
 
30736
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
30737
 _ACEOF
 
30738
-rm -f conftest.$ac_objext conftest$ac_exeext
 
30739
-if { (ac_try="$ac_link"
 
30740
-case "(($ac_try" in
 
30741
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30742
-  *) ac_try_echo=$ac_try;;
 
30743
-esac
 
30744
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
30745
-$as_echo "$ac_try_echo") >&5
 
30746
-  (eval "$ac_link") 2>conftest.er1
 
30747
-  ac_status=$?
 
30748
-  grep -v '^ *+' conftest.er1 >conftest.err
 
30749
-  rm -f conftest.er1
 
30750
-  cat conftest.err >&5
 
30751
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30752
-  (exit $ac_status); } && {
 
30753
-        test -z "$ac_c_werror_flag" ||
 
30754
-        test ! -s conftest.err
 
30755
-       } && test -s conftest$ac_exeext && {
 
30756
-        test "$cross_compiling" = yes ||
 
30757
-        $as_test_x conftest$ac_exeext
 
30758
-       }; then
 
30759
-  ac_cv_lib_socket_socket=yes
 
30760
-else
 
30761
-  $as_echo "$as_me: failed program was:" >&5
 
30762
-sed 's/^/| /' conftest.$ac_ext >&5
 
30763
 
 
30764
-       ac_cv_lib_socket_socket=no
 
30765
 fi
 
30766
 
 
30767
-rm -rf conftest.dSYM
 
30768
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
30769
-      conftest$ac_exeext conftest.$ac_ext
 
30770
-LIBS=$ac_check_lib_save_LIBS
 
30771
-fi
 
30772
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
 
30773
-$as_echo "$ac_cv_lib_socket_socket" >&6; }
 
30774
-if test "x$ac_cv_lib_socket_socket" = x""yes; then
 
30775
+done
 
30776
+
 
30777
+for ac_header in netinet/in.h netinet/tcp.h sys/un.h
 
30778
+do :
 
30779
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
30780
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
 
30781
+eval as_val=\$$as_ac_Header
 
30782
+   if test "x$as_val" = x""yes; then :
 
30783
   cat >>confdefs.h <<_ACEOF
 
30784
-#define HAVE_LIBSOCKET 1
 
30785
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
30786
 _ACEOF
 
30787
 
 
30788
-  LIBS="-lsocket $LIBS"
 
30789
-
 
30790
 fi
 
30791
 
 
30792
+done
 
30793
+
 
30794
+for ac_header in arpa/nameser.h resolv.h
 
30795
+do :
 
30796
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
 
30797
+ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
 
30798
+eval as_val=\$$as_ac_Header
 
30799
+   if test "x$as_val" = x""yes; then :
 
30800
+  cat >>confdefs.h <<_ACEOF
 
30801
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
 
30802
+_ACEOF
 
30803
+
 
30804
 fi
 
30805
 
 
30806
-{ $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
 
30807
-$as_echo_n "checking for gethostbyname... " >&6; }
 
30808
-if test "${ac_cv_func_gethostbyname+set}" = set; then
 
30809
-  $as_echo_n "(cached) " >&6
 
30810
-else
 
30811
-  cat >conftest.$ac_ext <<_ACEOF
 
30812
-/* confdefs.h.  */
 
30813
+done
 
30814
+
 
30815
+
 
30816
+for ac_func in poll basename
 
30817
+do :
 
30818
+  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
 
30819
+ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
 
30820
+eval as_val=\$$as_ac_var
 
30821
+   if test "x$as_val" = x""yes; then :
 
30822
+  cat >>confdefs.h <<_ACEOF
 
30823
+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
 
30824
 _ACEOF
 
30825
-cat confdefs.h >>conftest.$ac_ext
 
30826
-cat >>conftest.$ac_ext <<_ACEOF
 
30827
-/* end confdefs.h.  */
 
30828
-/* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
 
30829
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
30830
-#define gethostbyname innocuous_gethostbyname
 
30831
 
 
30832
-/* System header to define __stub macros and hopefully few prototypes,
 
30833
-    which can conflict with char gethostbyname (); below.
 
30834
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
30835
-    <limits.h> exists even on freestanding compilers.  */
 
30836
+fi
 
30837
+done
 
30838
 
 
30839
-#ifdef __STDC__
 
30840
-# include <limits.h>
 
30841
-#else
 
30842
-# include <assert.h>
 
30843
-#endif
 
30844
+ac_fn_c_check_func "$LINENO" "res_init" "ac_cv_func_res_init"
 
30845
+if test "x$ac_cv_func_res_init" = x""yes; then :
 
30846
 
 
30847
-#undef gethostbyname
 
30848
+else
 
30849
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_init in -lresolv" >&5
 
30850
+$as_echo_n "checking for res_init in -lresolv... " >&6; }
 
30851
+if test "${ac_cv_lib_resolv_res_init+set}" = set; then :
 
30852
+  $as_echo_n "(cached) " >&6
 
30853
+else
 
30854
+  ac_check_lib_save_LIBS=$LIBS
 
30855
+LIBS="-lresolv  $LIBS"
 
30856
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
30857
+/* end confdefs.h.  */
 
30858
 
 
30859
 /* Override any GCC internal prototype to avoid an error.
 
30860
    Use char because int might match the return type of a GCC
 
30861
@@ -17959,73 +13262,45 @@
 
30862
 #ifdef __cplusplus
 
30863
 extern "C"
 
30864
 #endif
 
30865
-char gethostbyname ();
 
30866
-/* The GNU C library defines this for functions which it implements
 
30867
-    to always fail with ENOSYS.  Some functions are actually named
 
30868
-    something starting with __ and the normal name is an alias.  */
 
30869
-#if defined __stub_gethostbyname || defined __stub___gethostbyname
 
30870
-choke me
 
30871
-#endif
 
30872
-
 
30873
+char res_init ();
 
30874
 int
 
30875
 main ()
 
30876
 {
 
30877
-return gethostbyname ();
 
30878
+return res_init ();
 
30879
   ;
 
30880
   return 0;
 
30881
 }
 
30882
 _ACEOF
 
30883
-rm -f conftest.$ac_objext conftest$ac_exeext
 
30884
-if { (ac_try="$ac_link"
 
30885
-case "(($ac_try" in
 
30886
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30887
-  *) ac_try_echo=$ac_try;;
 
30888
-esac
 
30889
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
30890
-$as_echo "$ac_try_echo") >&5
 
30891
-  (eval "$ac_link") 2>conftest.er1
 
30892
-  ac_status=$?
 
30893
-  grep -v '^ *+' conftest.er1 >conftest.err
 
30894
-  rm -f conftest.er1
 
30895
-  cat conftest.err >&5
 
30896
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30897
-  (exit $ac_status); } && {
 
30898
-        test -z "$ac_c_werror_flag" ||
 
30899
-        test ! -s conftest.err
 
30900
-       } && test -s conftest$ac_exeext && {
 
30901
-        test "$cross_compiling" = yes ||
 
30902
-        $as_test_x conftest$ac_exeext
 
30903
-       }; then
 
30904
-  ac_cv_func_gethostbyname=yes
 
30905
+if ac_fn_c_try_link "$LINENO"; then :
 
30906
+  ac_cv_lib_resolv_res_init=yes
 
30907
 else
 
30908
-  $as_echo "$as_me: failed program was:" >&5
 
30909
-sed 's/^/| /' conftest.$ac_ext >&5
 
30910
+  ac_cv_lib_resolv_res_init=no
 
30911
+fi
 
30912
+rm -f core conftest.err conftest.$ac_objext \
 
30913
+    conftest$ac_exeext conftest.$ac_ext
 
30914
+LIBS=$ac_check_lib_save_LIBS
 
30915
+fi
 
30916
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_init" >&5
 
30917
+$as_echo "$ac_cv_lib_resolv_res_init" >&6; }
 
30918
+if test "x$ac_cv_lib_resolv_res_init" = x""yes; then :
 
30919
+  cat >>confdefs.h <<_ACEOF
 
30920
+#define HAVE_LIBRESOLV 1
 
30921
+_ACEOF
 
30922
+
 
30923
+  LIBS="-lresolv $LIBS"
 
30924
 
 
30925
-       ac_cv_func_gethostbyname=no
 
30926
 fi
 
30927
 
 
30928
-rm -rf conftest.dSYM
 
30929
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
30930
-      conftest$ac_exeext conftest.$ac_ext
 
30931
 fi
 
30932
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
 
30933
-$as_echo "$ac_cv_func_gethostbyname" >&6; }
 
30934
-if test "x$ac_cv_func_gethostbyname" = x""yes; then
 
30935
-  :
 
30936
-else
 
30937
 
 
30938
-{ $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
 
30939
-$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
 
30940
-if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
 
30941
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for res_9_init in -lresolv" >&5
 
30942
+$as_echo_n "checking for res_9_init in -lresolv... " >&6; }
 
30943
+if test "${ac_cv_lib_resolv_res_9_init+set}" = set; then :
 
30944
   $as_echo_n "(cached) " >&6
 
30945
 else
 
30946
   ac_check_lib_save_LIBS=$LIBS
 
30947
-LIBS="-lnsl  $LIBS"
 
30948
-cat >conftest.$ac_ext <<_ACEOF
 
30949
-/* confdefs.h.  */
 
30950
-_ACEOF
 
30951
-cat confdefs.h >>conftest.$ac_ext
 
30952
-cat >>conftest.$ac_ext <<_ACEOF
 
30953
+LIBS="-lresolv  $LIBS"
 
30954
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
30955
 /* end confdefs.h.  */
 
30956
 
 
30957
 /* Override any GCC internal prototype to avoid an error.
 
30958
@@ -18034,89 +13309,48 @@
 
30959
 #ifdef __cplusplus
 
30960
 extern "C"
 
30961
 #endif
 
30962
-char gethostbyname ();
 
30963
+char res_9_init ();
 
30964
 int
 
30965
 main ()
 
30966
 {
 
30967
-return gethostbyname ();
 
30968
+return res_9_init ();
 
30969
   ;
 
30970
   return 0;
 
30971
 }
 
30972
 _ACEOF
 
30973
-rm -f conftest.$ac_objext conftest$ac_exeext
 
30974
-if { (ac_try="$ac_link"
 
30975
-case "(($ac_try" in
 
30976
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
30977
-  *) ac_try_echo=$ac_try;;
 
30978
-esac
 
30979
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
30980
-$as_echo "$ac_try_echo") >&5
 
30981
-  (eval "$ac_link") 2>conftest.er1
 
30982
-  ac_status=$?
 
30983
-  grep -v '^ *+' conftest.er1 >conftest.err
 
30984
-  rm -f conftest.er1
 
30985
-  cat conftest.err >&5
 
30986
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
30987
-  (exit $ac_status); } && {
 
30988
-        test -z "$ac_c_werror_flag" ||
 
30989
-        test ! -s conftest.err
 
30990
-       } && test -s conftest$ac_exeext && {
 
30991
-        test "$cross_compiling" = yes ||
 
30992
-        $as_test_x conftest$ac_exeext
 
30993
-       }; then
 
30994
-  ac_cv_lib_nsl_gethostbyname=yes
 
30995
+if ac_fn_c_try_link "$LINENO"; then :
 
30996
+  ac_cv_lib_resolv_res_9_init=yes
 
30997
 else
 
30998
-  $as_echo "$as_me: failed program was:" >&5
 
30999
-sed 's/^/| /' conftest.$ac_ext >&5
 
31000
-
 
31001
-       ac_cv_lib_nsl_gethostbyname=no
 
31002
+  ac_cv_lib_resolv_res_9_init=no
 
31003
 fi
 
31004
-
 
31005
-rm -rf conftest.dSYM
 
31006
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
31007
-      conftest$ac_exeext conftest.$ac_ext
 
31008
+rm -f core conftest.err conftest.$ac_objext \
 
31009
+    conftest$ac_exeext conftest.$ac_ext
 
31010
 LIBS=$ac_check_lib_save_LIBS
 
31011
 fi
 
31012
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
 
31013
-$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
 
31014
-if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
 
31015
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_res_9_init" >&5
 
31016
+$as_echo "$ac_cv_lib_resolv_res_9_init" >&6; }
 
31017
+if test "x$ac_cv_lib_resolv_res_9_init" = x""yes; then :
 
31018
   cat >>confdefs.h <<_ACEOF
 
31019
-#define HAVE_LIBNSL 1
 
31020
+#define HAVE_LIBRESOLV 1
 
31021
 _ACEOF
 
31022
 
 
31023
-  LIBS="-lnsl $LIBS"
 
31024
+  LIBS="-lresolv $LIBS"
 
31025
 
 
31026
 fi
 
31027
 
 
31028
-fi
 
31029
+ac_fn_c_check_func "$LINENO" "socket" "ac_cv_func_socket"
 
31030
+if test "x$ac_cv_func_socket" = x""yes; then :
 
31031
 
 
31032
-{ $as_echo "$as_me:$LINENO: checking for getaddrinfo" >&5
 
31033
-$as_echo_n "checking for getaddrinfo... " >&6; }
 
31034
-if test "${ac_cv_func_getaddrinfo+set}" = set; then
 
31035
+else
 
31036
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for socket in -lsocket" >&5
 
31037
+$as_echo_n "checking for socket in -lsocket... " >&6; }
 
31038
+if test "${ac_cv_lib_socket_socket+set}" = set; then :
 
31039
   $as_echo_n "(cached) " >&6
 
31040
 else
 
31041
-  cat >conftest.$ac_ext <<_ACEOF
 
31042
-/* confdefs.h.  */
 
31043
-_ACEOF
 
31044
-cat confdefs.h >>conftest.$ac_ext
 
31045
-cat >>conftest.$ac_ext <<_ACEOF
 
31046
+  ac_check_lib_save_LIBS=$LIBS
 
31047
+LIBS="-lsocket  $LIBS"
 
31048
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
31049
 /* end confdefs.h.  */
 
31050
-/* Define getaddrinfo to an innocuous variant, in case <limits.h> declares getaddrinfo.
 
31051
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
31052
-#define getaddrinfo innocuous_getaddrinfo
 
31053
-
 
31054
-/* System header to define __stub macros and hopefully few prototypes,
 
31055
-    which can conflict with char getaddrinfo (); below.
 
31056
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
31057
-    <limits.h> exists even on freestanding compilers.  */
 
31058
-
 
31059
-#ifdef __STDC__
 
31060
-# include <limits.h>
 
31061
-#else
 
31062
-# include <assert.h>
 
31063
-#endif
 
31064
-
 
31065
-#undef getaddrinfo
 
31066
 
 
31067
 /* Override any GCC internal prototype to avoid an error.
 
31068
    Use char because int might match the return type of a GCC
 
31069
@@ -18124,73 +13358,49 @@
 
31070
 #ifdef __cplusplus
 
31071
 extern "C"
 
31072
 #endif
 
31073
-char getaddrinfo ();
 
31074
-/* The GNU C library defines this for functions which it implements
 
31075
-    to always fail with ENOSYS.  Some functions are actually named
 
31076
-    something starting with __ and the normal name is an alias.  */
 
31077
-#if defined __stub_getaddrinfo || defined __stub___getaddrinfo
 
31078
-choke me
 
31079
-#endif
 
31080
-
 
31081
+char socket ();
 
31082
 int
 
31083
 main ()
 
31084
 {
 
31085
-return getaddrinfo ();
 
31086
+return socket ();
 
31087
   ;
 
31088
   return 0;
 
31089
 }
 
31090
 _ACEOF
 
31091
-rm -f conftest.$ac_objext conftest$ac_exeext
 
31092
-if { (ac_try="$ac_link"
 
31093
-case "(($ac_try" in
 
31094
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
31095
-  *) ac_try_echo=$ac_try;;
 
31096
-esac
 
31097
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
31098
-$as_echo "$ac_try_echo") >&5
 
31099
-  (eval "$ac_link") 2>conftest.er1
 
31100
-  ac_status=$?
 
31101
-  grep -v '^ *+' conftest.er1 >conftest.err
 
31102
-  rm -f conftest.er1
 
31103
-  cat conftest.err >&5
 
31104
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31105
-  (exit $ac_status); } && {
 
31106
-        test -z "$ac_c_werror_flag" ||
 
31107
-        test ! -s conftest.err
 
31108
-       } && test -s conftest$ac_exeext && {
 
31109
-        test "$cross_compiling" = yes ||
 
31110
-        $as_test_x conftest$ac_exeext
 
31111
-       }; then
 
31112
-  ac_cv_func_getaddrinfo=yes
 
31113
+if ac_fn_c_try_link "$LINENO"; then :
 
31114
+  ac_cv_lib_socket_socket=yes
 
31115
 else
 
31116
-  $as_echo "$as_me: failed program was:" >&5
 
31117
-sed 's/^/| /' conftest.$ac_ext >&5
 
31118
+  ac_cv_lib_socket_socket=no
 
31119
+fi
 
31120
+rm -f core conftest.err conftest.$ac_objext \
 
31121
+    conftest$ac_exeext conftest.$ac_ext
 
31122
+LIBS=$ac_check_lib_save_LIBS
 
31123
+fi
 
31124
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_socket" >&5
 
31125
+$as_echo "$ac_cv_lib_socket_socket" >&6; }
 
31126
+if test "x$ac_cv_lib_socket_socket" = x""yes; then :
 
31127
+  cat >>confdefs.h <<_ACEOF
 
31128
+#define HAVE_LIBSOCKET 1
 
31129
+_ACEOF
 
31130
+
 
31131
+  LIBS="-lsocket $LIBS"
 
31132
 
 
31133
-       ac_cv_func_getaddrinfo=no
 
31134
 fi
 
31135
 
 
31136
-rm -rf conftest.dSYM
 
31137
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
31138
-      conftest$ac_exeext conftest.$ac_ext
 
31139
 fi
 
31140
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_getaddrinfo" >&5
 
31141
-$as_echo "$ac_cv_func_getaddrinfo" >&6; }
 
31142
-if test "x$ac_cv_func_getaddrinfo" = x""yes; then
 
31143
-  :
 
31144
-else
 
31145
 
 
31146
-{ $as_echo "$as_me:$LINENO: checking for getaddrinfo in -lnsl" >&5
 
31147
-$as_echo_n "checking for getaddrinfo in -lnsl... " >&6; }
 
31148
-if test "${ac_cv_lib_nsl_getaddrinfo+set}" = set; then
 
31149
+ac_fn_c_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
 
31150
+if test "x$ac_cv_func_gethostbyname" = x""yes; then :
 
31151
+
 
31152
+else
 
31153
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
 
31154
+$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
 
31155
+if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
 
31156
   $as_echo_n "(cached) " >&6
 
31157
 else
 
31158
   ac_check_lib_save_LIBS=$LIBS
 
31159
 LIBS="-lnsl  $LIBS"
 
31160
-cat >conftest.$ac_ext <<_ACEOF
 
31161
-/* confdefs.h.  */
 
31162
-_ACEOF
 
31163
-cat confdefs.h >>conftest.$ac_ext
 
31164
-cat >>conftest.$ac_ext <<_ACEOF
 
31165
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
31166
 /* end confdefs.h.  */
 
31167
 
 
31168
 /* Override any GCC internal prototype to avoid an error.
 
31169
@@ -18199,52 +13409,27 @@
 
31170
 #ifdef __cplusplus
 
31171
 extern "C"
 
31172
 #endif
 
31173
-char getaddrinfo ();
 
31174
+char gethostbyname ();
 
31175
 int
 
31176
 main ()
 
31177
 {
 
31178
-return getaddrinfo ();
 
31179
+return gethostbyname ();
 
31180
   ;
 
31181
   return 0;
 
31182
 }
 
31183
 _ACEOF
 
31184
-rm -f conftest.$ac_objext conftest$ac_exeext
 
31185
-if { (ac_try="$ac_link"
 
31186
-case "(($ac_try" in
 
31187
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
31188
-  *) ac_try_echo=$ac_try;;
 
31189
-esac
 
31190
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
31191
-$as_echo "$ac_try_echo") >&5
 
31192
-  (eval "$ac_link") 2>conftest.er1
 
31193
-  ac_status=$?
 
31194
-  grep -v '^ *+' conftest.er1 >conftest.err
 
31195
-  rm -f conftest.er1
 
31196
-  cat conftest.err >&5
 
31197
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31198
-  (exit $ac_status); } && {
 
31199
-        test -z "$ac_c_werror_flag" ||
 
31200
-        test ! -s conftest.err
 
31201
-       } && test -s conftest$ac_exeext && {
 
31202
-        test "$cross_compiling" = yes ||
 
31203
-        $as_test_x conftest$ac_exeext
 
31204
-       }; then
 
31205
-  ac_cv_lib_nsl_getaddrinfo=yes
 
31206
+if ac_fn_c_try_link "$LINENO"; then :
 
31207
+  ac_cv_lib_nsl_gethostbyname=yes
 
31208
 else
 
31209
-  $as_echo "$as_me: failed program was:" >&5
 
31210
-sed 's/^/| /' conftest.$ac_ext >&5
 
31211
-
 
31212
-       ac_cv_lib_nsl_getaddrinfo=no
 
31213
+  ac_cv_lib_nsl_gethostbyname=no
 
31214
 fi
 
31215
-
 
31216
-rm -rf conftest.dSYM
 
31217
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
31218
-      conftest$ac_exeext conftest.$ac_ext
 
31219
+rm -f core conftest.err conftest.$ac_objext \
 
31220
+    conftest$ac_exeext conftest.$ac_ext
 
31221
 LIBS=$ac_check_lib_save_LIBS
 
31222
 fi
 
31223
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_getaddrinfo" >&5
 
31224
-$as_echo "$ac_cv_lib_nsl_getaddrinfo" >&6; }
 
31225
-if test "x$ac_cv_lib_nsl_getaddrinfo" = x""yes; then
 
31226
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
 
31227
+$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
 
31228
+if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
 
31229
   cat >>confdefs.h <<_ACEOF
 
31230
 #define HAVE_LIBNSL 1
 
31231
 _ACEOF
 
31232
@@ -18255,40 +13440,19 @@
 
31233
 
 
31234
 fi
 
31235
 
 
31236
-if test x"$ac_cv_func_getaddrinfo" = "xyes" ; then
 
31237
-
 
31238
-cat >>confdefs.h <<\_ACEOF
 
31239
-#define HAVE_GETADDRINFO 1
 
31240
-_ACEOF
 
31241
+ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo"
 
31242
+if test "x$ac_cv_func_getaddrinfo" = x""yes; then :
 
31243
 
 
31244
-fi
 
31245
-{ $as_echo "$as_me:$LINENO: checking for getnameinfo" >&5
 
31246
-$as_echo_n "checking for getnameinfo... " >&6; }
 
31247
-if test "${ac_cv_func_getnameinfo+set}" = set; then
 
31248
+else
 
31249
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getaddrinfo in -lnsl" >&5
 
31250
+$as_echo_n "checking for getaddrinfo in -lnsl... " >&6; }
 
31251
+if test "${ac_cv_lib_nsl_getaddrinfo+set}" = set; then :
 
31252
   $as_echo_n "(cached) " >&6
 
31253
 else
 
31254
-  cat >conftest.$ac_ext <<_ACEOF
 
31255
-/* confdefs.h.  */
 
31256
-_ACEOF
 
31257
-cat confdefs.h >>conftest.$ac_ext
 
31258
-cat >>conftest.$ac_ext <<_ACEOF
 
31259
+  ac_check_lib_save_LIBS=$LIBS
 
31260
+LIBS="-lnsl  $LIBS"
 
31261
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
31262
 /* end confdefs.h.  */
 
31263
-/* Define getnameinfo to an innocuous variant, in case <limits.h> declares getnameinfo.
 
31264
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
31265
-#define getnameinfo innocuous_getnameinfo
 
31266
-
 
31267
-/* System header to define __stub macros and hopefully few prototypes,
 
31268
-    which can conflict with char getnameinfo (); below.
 
31269
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
31270
-    <limits.h> exists even on freestanding compilers.  */
 
31271
-
 
31272
-#ifdef __STDC__
 
31273
-# include <limits.h>
 
31274
-#else
 
31275
-# include <assert.h>
 
31276
-#endif
 
31277
-
 
31278
-#undef getnameinfo
 
31279
 
 
31280
 /* Override any GCC internal prototype to avoid an error.
 
31281
    Use char because int might match the return type of a GCC
 
31282
@@ -18296,73 +13460,54 @@
 
31283
 #ifdef __cplusplus
 
31284
 extern "C"
 
31285
 #endif
 
31286
-char getnameinfo ();
 
31287
-/* The GNU C library defines this for functions which it implements
 
31288
-    to always fail with ENOSYS.  Some functions are actually named
 
31289
-    something starting with __ and the normal name is an alias.  */
 
31290
-#if defined __stub_getnameinfo || defined __stub___getnameinfo
 
31291
-choke me
 
31292
-#endif
 
31293
-
 
31294
+char getaddrinfo ();
 
31295
 int
 
31296
 main ()
 
31297
 {
 
31298
-return getnameinfo ();
 
31299
+return getaddrinfo ();
 
31300
   ;
 
31301
   return 0;
 
31302
 }
 
31303
 _ACEOF
 
31304
-rm -f conftest.$ac_objext conftest$ac_exeext
 
31305
-if { (ac_try="$ac_link"
 
31306
-case "(($ac_try" in
 
31307
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
31308
-  *) ac_try_echo=$ac_try;;
 
31309
-esac
 
31310
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
31311
-$as_echo "$ac_try_echo") >&5
 
31312
-  (eval "$ac_link") 2>conftest.er1
 
31313
-  ac_status=$?
 
31314
-  grep -v '^ *+' conftest.er1 >conftest.err
 
31315
-  rm -f conftest.er1
 
31316
-  cat conftest.err >&5
 
31317
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31318
-  (exit $ac_status); } && {
 
31319
-        test -z "$ac_c_werror_flag" ||
 
31320
-        test ! -s conftest.err
 
31321
-       } && test -s conftest$ac_exeext && {
 
31322
-        test "$cross_compiling" = yes ||
 
31323
-        $as_test_x conftest$ac_exeext
 
31324
-       }; then
 
31325
-  ac_cv_func_getnameinfo=yes
 
31326
+if ac_fn_c_try_link "$LINENO"; then :
 
31327
+  ac_cv_lib_nsl_getaddrinfo=yes
 
31328
 else
 
31329
-  $as_echo "$as_me: failed program was:" >&5
 
31330
-sed 's/^/| /' conftest.$ac_ext >&5
 
31331
+  ac_cv_lib_nsl_getaddrinfo=no
 
31332
+fi
 
31333
+rm -f core conftest.err conftest.$ac_objext \
 
31334
+    conftest$ac_exeext conftest.$ac_ext
 
31335
+LIBS=$ac_check_lib_save_LIBS
 
31336
+fi
 
31337
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_getaddrinfo" >&5
 
31338
+$as_echo "$ac_cv_lib_nsl_getaddrinfo" >&6; }
 
31339
+if test "x$ac_cv_lib_nsl_getaddrinfo" = x""yes; then :
 
31340
+  cat >>confdefs.h <<_ACEOF
 
31341
+#define HAVE_LIBNSL 1
 
31342
+_ACEOF
 
31343
+
 
31344
+  LIBS="-lnsl $LIBS"
 
31345
 
 
31346
-       ac_cv_func_getnameinfo=no
 
31347
 fi
 
31348
 
 
31349
-rm -rf conftest.dSYM
 
31350
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
31351
-      conftest$ac_exeext conftest.$ac_ext
 
31352
 fi
 
31353
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_getnameinfo" >&5
 
31354
-$as_echo "$ac_cv_func_getnameinfo" >&6; }
 
31355
-if test "x$ac_cv_func_getnameinfo" = x""yes; then
 
31356
-  :
 
31357
-else
 
31358
 
 
31359
-{ $as_echo "$as_me:$LINENO: checking for getnameinfo in -lnsl" >&5
 
31360
+if test x"$ac_cv_func_getaddrinfo" = "xyes" ; then
 
31361
+
 
31362
+$as_echo "#define HAVE_GETADDRINFO 1" >>confdefs.h
 
31363
+
 
31364
+fi
 
31365
+ac_fn_c_check_func "$LINENO" "getnameinfo" "ac_cv_func_getnameinfo"
 
31366
+if test "x$ac_cv_func_getnameinfo" = x""yes; then :
 
31367
+
 
31368
+else
 
31369
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getnameinfo in -lnsl" >&5
 
31370
 $as_echo_n "checking for getnameinfo in -lnsl... " >&6; }
 
31371
-if test "${ac_cv_lib_nsl_getnameinfo+set}" = set; then
 
31372
+if test "${ac_cv_lib_nsl_getnameinfo+set}" = set; then :
 
31373
   $as_echo_n "(cached) " >&6
 
31374
 else
 
31375
   ac_check_lib_save_LIBS=$LIBS
 
31376
 LIBS="-lnsl  $LIBS"
 
31377
-cat >conftest.$ac_ext <<_ACEOF
 
31378
-/* confdefs.h.  */
 
31379
-_ACEOF
 
31380
-cat confdefs.h >>conftest.$ac_ext
 
31381
-cat >>conftest.$ac_ext <<_ACEOF
 
31382
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
31383
 /* end confdefs.h.  */
 
31384
 
 
31385
 /* Override any GCC internal prototype to avoid an error.
 
31386
@@ -18380,43 +13525,18 @@
 
31387
   return 0;
 
31388
 }
 
31389
 _ACEOF
 
31390
-rm -f conftest.$ac_objext conftest$ac_exeext
 
31391
-if { (ac_try="$ac_link"
 
31392
-case "(($ac_try" in
 
31393
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
31394
-  *) ac_try_echo=$ac_try;;
 
31395
-esac
 
31396
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
31397
-$as_echo "$ac_try_echo") >&5
 
31398
-  (eval "$ac_link") 2>conftest.er1
 
31399
-  ac_status=$?
 
31400
-  grep -v '^ *+' conftest.er1 >conftest.err
 
31401
-  rm -f conftest.er1
 
31402
-  cat conftest.err >&5
 
31403
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31404
-  (exit $ac_status); } && {
 
31405
-        test -z "$ac_c_werror_flag" ||
 
31406
-        test ! -s conftest.err
 
31407
-       } && test -s conftest$ac_exeext && {
 
31408
-        test "$cross_compiling" = yes ||
 
31409
-        $as_test_x conftest$ac_exeext
 
31410
-       }; then
 
31411
+if ac_fn_c_try_link "$LINENO"; then :
 
31412
   ac_cv_lib_nsl_getnameinfo=yes
 
31413
 else
 
31414
-  $as_echo "$as_me: failed program was:" >&5
 
31415
-sed 's/^/| /' conftest.$ac_ext >&5
 
31416
-
 
31417
-       ac_cv_lib_nsl_getnameinfo=no
 
31418
+  ac_cv_lib_nsl_getnameinfo=no
 
31419
 fi
 
31420
-
 
31421
-rm -rf conftest.dSYM
 
31422
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
31423
-      conftest$ac_exeext conftest.$ac_ext
 
31424
+rm -f core conftest.err conftest.$ac_objext \
 
31425
+    conftest$ac_exeext conftest.$ac_ext
 
31426
 LIBS=$ac_check_lib_save_LIBS
 
31427
 fi
 
31428
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_getnameinfo" >&5
 
31429
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_getnameinfo" >&5
 
31430
 $as_echo "$ac_cv_lib_nsl_getnameinfo" >&6; }
 
31431
-if test "x$ac_cv_lib_nsl_getnameinfo" = x""yes; then
 
31432
+if test "x$ac_cv_lib_nsl_getnameinfo" = x""yes; then :
 
31433
   cat >>confdefs.h <<_ACEOF
 
31434
 #define HAVE_LIBNSL 1
 
31435
 _ACEOF
 
31436
@@ -18429,115 +13549,26 @@
 
31437
 
 
31438
 if test x"$ac_cv_func_getnameinfo" = "xyes" ; then
 
31439
 
 
31440
-cat >>confdefs.h <<\_ACEOF
 
31441
-#define HAVE_GETNAMEINFO 1
 
31442
-_ACEOF
 
31443
+$as_echo "#define HAVE_GETNAMEINFO 1" >>confdefs.h
 
31444
 
 
31445
 fi
 
31446
 have_inet_pton=no
 
31447
-{ $as_echo "$as_me:$LINENO: checking for inet_pton" >&5
 
31448
-$as_echo_n "checking for inet_pton... " >&6; }
 
31449
-if test "${ac_cv_func_inet_pton+set}" = set; then
 
31450
-  $as_echo_n "(cached) " >&6
 
31451
-else
 
31452
-  cat >conftest.$ac_ext <<_ACEOF
 
31453
-/* confdefs.h.  */
 
31454
-_ACEOF
 
31455
-cat confdefs.h >>conftest.$ac_ext
 
31456
-cat >>conftest.$ac_ext <<_ACEOF
 
31457
-/* end confdefs.h.  */
 
31458
-/* Define inet_pton to an innocuous variant, in case <limits.h> declares inet_pton.
 
31459
-   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
 
31460
-#define inet_pton innocuous_inet_pton
 
31461
-
 
31462
-/* System header to define __stub macros and hopefully few prototypes,
 
31463
-    which can conflict with char inet_pton (); below.
 
31464
-    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
 
31465
-    <limits.h> exists even on freestanding compilers.  */
 
31466
-
 
31467
-#ifdef __STDC__
 
31468
-# include <limits.h>
 
31469
-#else
 
31470
-# include <assert.h>
 
31471
-#endif
 
31472
-
 
31473
-#undef inet_pton
 
31474
-
 
31475
-/* Override any GCC internal prototype to avoid an error.
 
31476
-   Use char because int might match the return type of a GCC
 
31477
-   builtin and then its argument prototype would still apply.  */
 
31478
-#ifdef __cplusplus
 
31479
-extern "C"
 
31480
-#endif
 
31481
-char inet_pton ();
 
31482
-/* The GNU C library defines this for functions which it implements
 
31483
-    to always fail with ENOSYS.  Some functions are actually named
 
31484
-    something starting with __ and the normal name is an alias.  */
 
31485
-#if defined __stub_inet_pton || defined __stub___inet_pton
 
31486
-choke me
 
31487
-#endif
 
31488
-
 
31489
-int
 
31490
-main ()
 
31491
-{
 
31492
-return inet_pton ();
 
31493
-  ;
 
31494
-  return 0;
 
31495
-}
 
31496
-_ACEOF
 
31497
-rm -f conftest.$ac_objext conftest$ac_exeext
 
31498
-if { (ac_try="$ac_link"
 
31499
-case "(($ac_try" in
 
31500
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
31501
-  *) ac_try_echo=$ac_try;;
 
31502
-esac
 
31503
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
31504
-$as_echo "$ac_try_echo") >&5
 
31505
-  (eval "$ac_link") 2>conftest.er1
 
31506
-  ac_status=$?
 
31507
-  grep -v '^ *+' conftest.er1 >conftest.err
 
31508
-  rm -f conftest.er1
 
31509
-  cat conftest.err >&5
 
31510
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31511
-  (exit $ac_status); } && {
 
31512
-        test -z "$ac_c_werror_flag" ||
 
31513
-        test ! -s conftest.err
 
31514
-       } && test -s conftest$ac_exeext && {
 
31515
-        test "$cross_compiling" = yes ||
 
31516
-        $as_test_x conftest$ac_exeext
 
31517
-       }; then
 
31518
-  ac_cv_func_inet_pton=yes
 
31519
-else
 
31520
-  $as_echo "$as_me: failed program was:" >&5
 
31521
-sed 's/^/| /' conftest.$ac_ext >&5
 
31522
-
 
31523
-       ac_cv_func_inet_pton=no
 
31524
-fi
 
31525
+ac_fn_c_check_func "$LINENO" "inet_pton" "ac_cv_func_inet_pton"
 
31526
+if test "x$ac_cv_func_inet_pton" = x""yes; then :
 
31527
 
 
31528
-rm -rf conftest.dSYM
 
31529
-rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
 
31530
-      conftest$ac_exeext conftest.$ac_ext
 
31531
 fi
 
31532
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_inet_pton" >&5
 
31533
-$as_echo "$ac_cv_func_inet_pton" >&6; }
 
31534
 
 
31535
 if test x"$ac_cv_func_inet_pton" = "xyes" ; then
 
31536
        have_inet_pton=yes
 
31537
 
 
31538
-cat >>confdefs.h <<\_ACEOF
 
31539
-#define HAVE_INET_PTON 1
 
31540
-_ACEOF
 
31541
+$as_echo "#define HAVE_INET_PTON 1" >>confdefs.h
 
31542
 
 
31543
 fi
 
31544
 
 
31545
 # AC_CHECK_TYPE doesn't work here.
 
31546
-{ $as_echo "$as_me:$LINENO: checking for socklen_t" >&5
 
31547
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for socklen_t" >&5
 
31548
 $as_echo_n "checking for socklen_t... " >&6; }
 
31549
-cat >conftest.$ac_ext <<_ACEOF
 
31550
-/* confdefs.h.  */
 
31551
-_ACEOF
 
31552
-cat confdefs.h >>conftest.$ac_ext
 
31553
-cat >>conftest.$ac_ext <<_ACEOF
 
31554
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
31555
 /* end confdefs.h.  */
 
31556
 #ifdef _WIN32
 
31557
 #include <ws2tcpip.h>
 
31558
@@ -18551,55 +13582,28 @@
 
31559
 socklen_t len;
 
31560
   ;
 
31561
   return 0;
 
31562
-}
 
31563
-_ACEOF
 
31564
-rm -f conftest.$ac_objext
 
31565
-if { (ac_try="$ac_compile"
 
31566
-case "(($ac_try" in
 
31567
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
31568
-  *) ac_try_echo=$ac_try;;
 
31569
-esac
 
31570
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
31571
-$as_echo "$ac_try_echo") >&5
 
31572
-  (eval "$ac_compile") 2>conftest.er1
 
31573
-  ac_status=$?
 
31574
-  grep -v '^ *+' conftest.er1 >conftest.err
 
31575
-  rm -f conftest.er1
 
31576
-  cat conftest.err >&5
 
31577
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31578
-  (exit $ac_status); } && {
 
31579
-        test -z "$ac_c_werror_flag" ||
 
31580
-        test ! -s conftest.err
 
31581
-       } && test -s conftest.$ac_objext; then
 
31582
-  { $as_echo "$as_me:$LINENO: result: yes" >&5
 
31583
+}
 
31584
+_ACEOF
 
31585
+if ac_fn_c_try_compile "$LINENO"; then :
 
31586
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 
31587
 $as_echo "yes" >&6; }
 
31588
 else
 
31589
-  $as_echo "$as_me: failed program was:" >&5
 
31590
-sed 's/^/| /' conftest.$ac_ext >&5
 
31591
 
 
31592
+$as_echo "#define socklen_t size_t" >>confdefs.h
 
31593
 
 
31594
-cat >>confdefs.h <<\_ACEOF
 
31595
-#define socklen_t size_t
 
31596
-_ACEOF
 
31597
-
 
31598
-   { $as_echo "$as_me:$LINENO: result: no" >&5
 
31599
+   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
31600
 $as_echo "no" >&6; }
 
31601
 fi
 
31602
-
 
31603
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
31604
 
 
31605
 # Blatantly stolen from configure.in in the sample code from
 
31606
 # "UNIX Network Programming, Volume 1" by W. Richard Stevens
 
31607
-{ $as_echo "$as_me:$LINENO: checking if sockaddr has sa_len member" >&5
 
31608
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if sockaddr has sa_len member" >&5
 
31609
 $as_echo_n "checking if sockaddr has sa_len member... " >&6; }
 
31610
-if test "${ac_cv_sockaddr_has_sa_len+set}" = set; then
 
31611
+if test "${ac_cv_sockaddr_has_sa_len+set}" = set; then :
 
31612
   $as_echo_n "(cached) " >&6
 
31613
 else
 
31614
-  cat >conftest.$ac_ext <<_ACEOF
 
31615
-/* confdefs.h.  */
 
31616
-_ACEOF
 
31617
-cat confdefs.h >>conftest.$ac_ext
 
31618
-cat >>conftest.$ac_ext <<_ACEOF
 
31619
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
31620
 /* end confdefs.h.  */
 
31621
 
 
31622
 #               include <sys/types.h>
 
31623
@@ -18612,48 +13616,25 @@
 
31624
   return 0;
 
31625
 }
 
31626
 _ACEOF
 
31627
-rm -f conftest.$ac_objext
 
31628
-if { (ac_try="$ac_compile"
 
31629
-case "(($ac_try" in
 
31630
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
31631
-  *) ac_try_echo=$ac_try;;
 
31632
-esac
 
31633
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
31634
-$as_echo "$ac_try_echo") >&5
 
31635
-  (eval "$ac_compile") 2>conftest.er1
 
31636
-  ac_status=$?
 
31637
-  grep -v '^ *+' conftest.er1 >conftest.err
 
31638
-  rm -f conftest.er1
 
31639
-  cat conftest.err >&5
 
31640
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31641
-  (exit $ac_status); } && {
 
31642
-        test -z "$ac_c_werror_flag" ||
 
31643
-        test ! -s conftest.err
 
31644
-       } && test -s conftest.$ac_objext; then
 
31645
+if ac_fn_c_try_compile "$LINENO"; then :
 
31646
   ac_cv_sockaddr_has_sa_len=yes
 
31647
 else
 
31648
-  $as_echo "$as_me: failed program was:" >&5
 
31649
-sed 's/^/| /' conftest.$ac_ext >&5
 
31650
-
 
31651
-       ac_cv_sockaddr_has_sa_len=no
 
31652
+  ac_cv_sockaddr_has_sa_len=no
 
31653
 fi
 
31654
-
 
31655
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
31656
 fi
 
31657
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_sockaddr_has_sa_len" >&5
 
31658
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sockaddr_has_sa_len" >&5
 
31659
 $as_echo "$ac_cv_sockaddr_has_sa_len" >&6; }
 
31660
 if test x"$ac_cv_sockaddr_has_sa_len" = "xyes" ; then
 
31661
 
 
31662
-cat >>confdefs.h <<\_ACEOF
 
31663
-#define HAVE_SOCKADDR_SA_LEN 1
 
31664
-_ACEOF
 
31665
+$as_echo "#define HAVE_SOCKADDR_SA_LEN 1" >>confdefs.h
 
31666
 
 
31667
 fi
 
31668
 
 
31669
 
 
31670
-{ $as_echo "$as_me:$LINENO: checking CFLAGS for gcc -Werror-implicit-function-declaration" >&5
 
31671
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking CFLAGS for gcc -Werror-implicit-function-declaration" >&5
 
31672
 $as_echo_n "checking CFLAGS for gcc -Werror-implicit-function-declaration... " >&6; }
 
31673
-if test "${ac_cv_cflags_gcc_option__Werror_implicit_function_declaration+set}" = set; then
 
31674
+if test "${ac_cv_cflags_gcc_option__Werror_implicit_function_declaration+set}" = set; then :
 
31675
   $as_echo_n "(cached) " >&6
 
31676
 else
 
31677
   ac_cv_cflags_gcc_option__Werror_implicit_function_declaration="no, unknown"
 
31678
@@ -18667,11 +13648,7 @@
 
31679
  ac_save_CFLAGS="$CFLAGS"
 
31680
 for ac_arg in "-pedantic  % -Werror-implicit-function-declaration"     #
 
31681
 do CFLAGS="$ac_save_CFLAGS "`echo $ac_arg | sed -e 's,%%.*,,' -e 's,%,,'`
 
31682
-   cat >conftest.$ac_ext <<_ACEOF
 
31683
-/* confdefs.h.  */
 
31684
-_ACEOF
 
31685
-cat confdefs.h >>conftest.$ac_ext
 
31686
-cat >>conftest.$ac_ext <<_ACEOF
 
31687
+   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 
31688
 /* end confdefs.h.  */
 
31689
 
 
31690
 int
 
31691
@@ -18682,32 +13659,9 @@
 
31692
   return 0;
 
31693
 }
 
31694
 _ACEOF
 
31695
-rm -f conftest.$ac_objext
 
31696
-if { (ac_try="$ac_compile"
 
31697
-case "(($ac_try" in
 
31698
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
 
31699
-  *) ac_try_echo=$ac_try;;
 
31700
-esac
 
31701
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
 
31702
-$as_echo "$ac_try_echo") >&5
 
31703
-  (eval "$ac_compile") 2>conftest.er1
 
31704
-  ac_status=$?
 
31705
-  grep -v '^ *+' conftest.er1 >conftest.err
 
31706
-  rm -f conftest.er1
 
31707
-  cat conftest.err >&5
 
31708
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31709
-  (exit $ac_status); } && {
 
31710
-        test -z "$ac_c_werror_flag" ||
 
31711
-        test ! -s conftest.err
 
31712
-       } && test -s conftest.$ac_objext; then
 
31713
+if ac_fn_c_try_compile "$LINENO"; then :
 
31714
   ac_cv_cflags_gcc_option__Werror_implicit_function_declaration=`echo $ac_arg | sed -e 's,.*% *,,'` ; break
 
31715
-else
 
31716
-  $as_echo "$as_me: failed program was:" >&5
 
31717
-sed 's/^/| /' conftest.$ac_ext >&5
 
31718
-
 
31719
-
 
31720
 fi
 
31721
-
 
31722
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
 
31723
 done
 
31724
  CFLAGS="$ac_save_CFLAGS"
 
31725
@@ -18719,23 +13673,23 @@
 
31726
 
 
31727
 
 
31728
 fi
 
31729
-{ $as_echo "$as_me:$LINENO: result: $ac_cv_cflags_gcc_option__Werror_implicit_function_declaration" >&5
 
31730
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cflags_gcc_option__Werror_implicit_function_declaration" >&5
 
31731
 $as_echo "$ac_cv_cflags_gcc_option__Werror_implicit_function_declaration" >&6; }
 
31732
 case ".$ac_cv_cflags_gcc_option__Werror_implicit_function_declaration" in
 
31733
      .ok|.ok,*)  ;;
 
31734
    .|.no|.no,*)  ;;
 
31735
    *)
 
31736
    if echo " $CFLAGS " | grep " $ac_cv_cflags_gcc_option__Werror_implicit_function_declaration " 2>&1 >/dev/null
 
31737
-   then { ($as_echo "$as_me:$LINENO: : CFLAGS does contain \$ac_cv_cflags_gcc_option__Werror_implicit_function_declaration") >&5
 
31738
+   then { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS does contain \$ac_cv_cflags_gcc_option__Werror_implicit_function_declaration"; } >&5
 
31739
   (: CFLAGS does contain $ac_cv_cflags_gcc_option__Werror_implicit_function_declaration) 2>&5
 
31740
   ac_status=$?
 
31741
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31742
-  (exit $ac_status); }
 
31743
-   else { ($as_echo "$as_me:$LINENO: : CFLAGS=\"\$CFLAGS \$ac_cv_cflags_gcc_option__Werror_implicit_function_declaration\"") >&5
 
31744
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
31745
+  test $ac_status = 0; }
 
31746
+   else { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS \$ac_cv_cflags_gcc_option__Werror_implicit_function_declaration\""; } >&5
 
31747
   (: CFLAGS="$CFLAGS $ac_cv_cflags_gcc_option__Werror_implicit_function_declaration") 2>&5
 
31748
   ac_status=$?
 
31749
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31750
-  (exit $ac_status); }
 
31751
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
31752
+  test $ac_status = 0; }
 
31753
                       CFLAGS="$CFLAGS $ac_cv_cflags_gcc_option__Werror_implicit_function_declaration"
 
31754
    fi
 
31755
  ;;
 
31756
@@ -18749,9 +13703,9 @@
 
31757
 
 
31758
     # Extract the first word of "gtkdoc-check", so it can be a program name with args.
 
31759
 set dummy gtkdoc-check; ac_word=$2
 
31760
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
31761
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
31762
 $as_echo_n "checking for $ac_word... " >&6; }
 
31763
-if test "${ac_cv_path_GTKDOC_CHECK+set}" = set; then
 
31764
+if test "${ac_cv_path_GTKDOC_CHECK+set}" = set; then :
 
31765
   $as_echo_n "(cached) " >&6
 
31766
 else
 
31767
   case $GTKDOC_CHECK in
 
31768
@@ -18764,14 +13718,14 @@
 
31769
 do
 
31770
   IFS=$as_save_IFS
 
31771
   test -z "$as_dir" && as_dir=.
 
31772
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
31773
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
31774
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
31775
     ac_cv_path_GTKDOC_CHECK="$as_dir/$ac_word$ac_exec_ext"
 
31776
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
31777
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
31778
     break 2
 
31779
   fi
 
31780
 done
 
31781
-done
 
31782
+  done
 
31783
 IFS=$as_save_IFS
 
31784
 
 
31785
   ;;
 
31786
@@ -18779,10 +13733,10 @@
 
31787
 fi
 
31788
 GTKDOC_CHECK=$ac_cv_path_GTKDOC_CHECK
 
31789
 if test -n "$GTKDOC_CHECK"; then
 
31790
-  { $as_echo "$as_me:$LINENO: result: $GTKDOC_CHECK" >&5
 
31791
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_CHECK" >&5
 
31792
 $as_echo "$GTKDOC_CHECK" >&6; }
 
31793
 else
 
31794
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
31795
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
31796
 $as_echo "no" >&6; }
 
31797
 fi
 
31798
 
 
31799
@@ -18791,9 +13745,9 @@
 
31800
 do
 
31801
   # Extract the first word of "$ac_prog", so it can be a program name with args.
 
31802
 set dummy $ac_prog; ac_word=$2
 
31803
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
31804
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
31805
 $as_echo_n "checking for $ac_word... " >&6; }
 
31806
-if test "${ac_cv_path_GTKDOC_REBASE+set}" = set; then
 
31807
+if test "${ac_cv_path_GTKDOC_REBASE+set}" = set; then :
 
31808
   $as_echo_n "(cached) " >&6
 
31809
 else
 
31810
   case $GTKDOC_REBASE in
 
31811
@@ -18806,14 +13760,14 @@
 
31812
 do
 
31813
   IFS=$as_save_IFS
 
31814
   test -z "$as_dir" && as_dir=.
 
31815
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
31816
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
31817
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
31818
     ac_cv_path_GTKDOC_REBASE="$as_dir/$ac_word$ac_exec_ext"
 
31819
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
31820
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
31821
     break 2
 
31822
   fi
 
31823
 done
 
31824
-done
 
31825
+  done
 
31826
 IFS=$as_save_IFS
 
31827
 
 
31828
   ;;
 
31829
@@ -18821,10 +13775,10 @@
 
31830
 fi
 
31831
 GTKDOC_REBASE=$ac_cv_path_GTKDOC_REBASE
 
31832
 if test -n "$GTKDOC_REBASE"; then
 
31833
-  { $as_echo "$as_me:$LINENO: result: $GTKDOC_REBASE" >&5
 
31834
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_REBASE" >&5
 
31835
 $as_echo "$GTKDOC_REBASE" >&6; }
 
31836
 else
 
31837
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
31838
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
31839
 $as_echo "no" >&6; }
 
31840
 fi
 
31841
 
 
31842
@@ -18835,9 +13789,9 @@
 
31843
 
 
31844
   # Extract the first word of "gtkdoc-mkpdf", so it can be a program name with args.
 
31845
 set dummy gtkdoc-mkpdf; ac_word=$2
 
31846
-{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
 
31847
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 
31848
 $as_echo_n "checking for $ac_word... " >&6; }
 
31849
-if test "${ac_cv_path_GTKDOC_MKPDF+set}" = set; then
 
31850
+if test "${ac_cv_path_GTKDOC_MKPDF+set}" = set; then :
 
31851
   $as_echo_n "(cached) " >&6
 
31852
 else
 
31853
   case $GTKDOC_MKPDF in
 
31854
@@ -18850,14 +13804,14 @@
 
31855
 do
 
31856
   IFS=$as_save_IFS
 
31857
   test -z "$as_dir" && as_dir=.
 
31858
-  for ac_exec_ext in '' $ac_executable_extensions; do
 
31859
+    for ac_exec_ext in '' $ac_executable_extensions; do
 
31860
   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
 
31861
     ac_cv_path_GTKDOC_MKPDF="$as_dir/$ac_word$ac_exec_ext"
 
31862
-    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
 
31863
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
 
31864
     break 2
 
31865
   fi
 
31866
 done
 
31867
-done
 
31868
+  done
 
31869
 IFS=$as_save_IFS
 
31870
 
 
31871
   ;;
 
31872
@@ -18865,10 +13819,10 @@
 
31873
 fi
 
31874
 GTKDOC_MKPDF=$ac_cv_path_GTKDOC_MKPDF
 
31875
 if test -n "$GTKDOC_MKPDF"; then
 
31876
-  { $as_echo "$as_me:$LINENO: result: $GTKDOC_MKPDF" >&5
 
31877
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GTKDOC_MKPDF" >&5
 
31878
 $as_echo "$GTKDOC_MKPDF" >&6; }
 
31879
 else
 
31880
-  { $as_echo "$as_me:$LINENO: result: no" >&5
 
31881
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 
31882
 $as_echo "no" >&6; }
 
31883
 fi
 
31884
 
 
31885
@@ -18876,7 +13830,7 @@
 
31886
 
 
31887
 
 
31888
 # Check whether --with-html-dir was given.
 
31889
-if test "${with_html_dir+set}" = set; then
 
31890
+if test "${with_html_dir+set}" = set; then :
 
31891
   withval=$with_html_dir;
 
31892
 else
 
31893
   with_html_dir='${datadir}/gtk-doc/html'
 
31894
@@ -18886,7 +13840,7 @@
 
31895
 
 
31896
 
 
31897
     # Check whether --enable-gtk-doc was given.
 
31898
-if test "${enable_gtk_doc+set}" = set; then
 
31899
+if test "${enable_gtk_doc+set}" = set; then :
 
31900
   enableval=$enable_gtk_doc;
 
31901
 else
 
31902
   enable_gtk_doc=no
 
31903
@@ -18895,33 +13849,31 @@
 
31904
 
 
31905
   if test x$enable_gtk_doc = xyes; then
 
31906
     if test -n "$PKG_CONFIG" && \
 
31907
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk-doc >= 1.0\"") >&5
 
31908
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk-doc >= 1.0\""; } >&5
 
31909
   ($PKG_CONFIG --exists --print-errors "gtk-doc >= 1.0") 2>&5
 
31910
   ac_status=$?
 
31911
-  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
 
31912
-  (exit $ac_status); }; then
 
31913
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
 
31914
+  test $ac_status = 0; }; then
 
31915
   :
 
31916
 else
 
31917
-  { { $as_echo "$as_me:$LINENO: error: You need to have gtk-doc >= 1.0 installed to build $PACKAGE_NAME" >&5
 
31918
-$as_echo "$as_me: error: You need to have gtk-doc >= 1.0 installed to build $PACKAGE_NAME" >&2;}
 
31919
-   { (exit 1); exit 1; }; }
 
31920
+  as_fn_error "You need to have gtk-doc >= 1.0 installed to build $PACKAGE_NAME" "$LINENO" 5
 
31921
 fi
 
31922
   fi
 
31923
 
 
31924
-  { $as_echo "$as_me:$LINENO: checking whether to build gtk-doc documentation" >&5
 
31925
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build gtk-doc documentation" >&5
 
31926
 $as_echo_n "checking whether to build gtk-doc documentation... " >&6; }
 
31927
-  { $as_echo "$as_me:$LINENO: result: $enable_gtk_doc" >&5
 
31928
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_gtk_doc" >&5
 
31929
 $as_echo "$enable_gtk_doc" >&6; }
 
31930
 
 
31931
     # Check whether --enable-gtk-doc-html was given.
 
31932
-if test "${enable_gtk_doc_html+set}" = set; then
 
31933
+if test "${enable_gtk_doc_html+set}" = set; then :
 
31934
   enableval=$enable_gtk_doc_html;
 
31935
 else
 
31936
   enable_gtk_doc_html=yes
 
31937
 fi
 
31938
 
 
31939
     # Check whether --enable-gtk-doc-pdf was given.
 
31940
-if test "${enable_gtk_doc_pdf+set}" = set; then
 
31941
+if test "${enable_gtk_doc_pdf+set}" = set; then :
 
31942
   enableval=$enable_gtk_doc_pdf;
 
31943
 else
 
31944
   enable_gtk_doc_pdf=no
 
31945
@@ -19006,13 +13958,13 @@
 
31946
     case $ac_val in #(
 
31947
     *${as_nl}*)
 
31948
       case $ac_var in #(
 
31949
-      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
 
31950
+      *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
 
31951
 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
 
31952
       esac
 
31953
       case $ac_var in #(
 
31954
       _ | IFS | as_nl) ;; #(
 
31955
       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
 
31956
-      *) $as_unset $ac_var ;;
 
31957
+      *) { eval $ac_var=; unset $ac_var;} ;;
 
31958
       esac ;;
 
31959
     esac
 
31960
   done
 
31961
@@ -19020,8 +13972,8 @@
 
31962
   (set) 2>&1 |
 
31963
     case $as_nl`(ac_space=' '; set) 2>&1` in #(
 
31964
     *${as_nl}ac_space=\ *)
 
31965
-      # `set' does not quote correctly, so add quotes (double-quote
 
31966
-      # substitution turns \\\\ into \\, and sed turns \\ into \).
 
31967
+      # `set' does not quote correctly, so add quotes: double-quote
 
31968
+      # substitution turns \\\\ into \\, and sed turns \\ into \.
 
31969
       sed -n \
 
31970
        "s/'/'\\\\''/g;
 
31971
          s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
 
31972
@@ -19044,11 +13996,11 @@
 
31973
 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
 
31974
   if test -w "$cache_file"; then
 
31975
     test "x$cache_file" != "x/dev/null" &&
 
31976
-      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
 
31977
+      { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
 
31978
 $as_echo "$as_me: updating cache $cache_file" >&6;}
 
31979
     cat confcache >$cache_file
 
31980
   else
 
31981
-    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
 
31982
+    { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
 
31983
 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
 
31984
   fi
 
31985
 fi
 
31986
@@ -19068,8 +14020,8 @@
 
31987
   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
 
31988
   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
 
31989
   #    will be set to the directory where LIBOBJS objects are built.
 
31990
-  ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
 
31991
-  ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
 
31992
+  as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
 
31993
+  as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
 
31994
 done
 
31995
 LIBOBJS=$ac_libobjs
 
31996
 
 
31997
@@ -19085,84 +14037,55 @@
 
31998
 fi
 
31999
 
 
32000
 if test -z "${OS_WIN32_TRUE}" && test -z "${OS_WIN32_FALSE}"; then
 
32001
-  { { $as_echo "$as_me:$LINENO: error: conditional \"OS_WIN32\" was never defined.
 
32002
-Usually this means the macro was only invoked conditionally." >&5
 
32003
-$as_echo "$as_me: error: conditional \"OS_WIN32\" was never defined.
 
32004
-Usually this means the macro was only invoked conditionally." >&2;}
 
32005
-   { (exit 1); exit 1; }; }
 
32006
+  as_fn_error "conditional \"OS_WIN32\" was never defined.
 
32007
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
32008
 fi
 
32009
 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
 
32010
-  { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
 
32011
-Usually this means the macro was only invoked conditionally." >&5
 
32012
-$as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
 
32013
-Usually this means the macro was only invoked conditionally." >&2;}
 
32014
-   { (exit 1); exit 1; }; }
 
32015
+  as_fn_error "conditional \"AMDEP\" was never defined.
 
32016
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
32017
 fi
 
32018
 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
 
32019
-  { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
 
32020
-Usually this means the macro was only invoked conditionally." >&5
 
32021
-$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
 
32022
-Usually this means the macro was only invoked conditionally." >&2;}
 
32023
-   { (exit 1); exit 1; }; }
 
32024
+  as_fn_error "conditional \"am__fastdepCC\" was never defined.
 
32025
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
32026
 fi
 
32027
 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
 
32028
-  { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
 
32029
-Usually this means the macro was only invoked conditionally." >&5
 
32030
-$as_echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
 
32031
-Usually this means the macro was only invoked conditionally." >&2;}
 
32032
-   { (exit 1); exit 1; }; }
 
32033
+  as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
 
32034
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
32035
 fi
 
32036
 if test -z "${ENABLE_HTTP_TRUE}" && test -z "${ENABLE_HTTP_FALSE}"; then
 
32037
-  { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_HTTP\" was never defined.
 
32038
-Usually this means the macro was only invoked conditionally." >&5
 
32039
-$as_echo "$as_me: error: conditional \"ENABLE_HTTP\" was never defined.
 
32040
-Usually this means the macro was only invoked conditionally." >&2;}
 
32041
-   { (exit 1); exit 1; }; }
 
32042
+  as_fn_error "conditional \"ENABLE_HTTP\" was never defined.
 
32043
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
32044
 fi
 
32045
 
 
32046
 if test -z "${ENABLE_GTK_DOC_TRUE}" && test -z "${ENABLE_GTK_DOC_FALSE}"; then
 
32047
-  { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_GTK_DOC\" was never defined.
 
32048
-Usually this means the macro was only invoked conditionally." >&5
 
32049
-$as_echo "$as_me: error: conditional \"ENABLE_GTK_DOC\" was never defined.
 
32050
-Usually this means the macro was only invoked conditionally." >&2;}
 
32051
-   { (exit 1); exit 1; }; }
 
32052
+  as_fn_error "conditional \"ENABLE_GTK_DOC\" was never defined.
 
32053
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
32054
 fi
 
32055
 if test -z "${GTK_DOC_BUILD_HTML_TRUE}" && test -z "${GTK_DOC_BUILD_HTML_FALSE}"; then
 
32056
-  { { $as_echo "$as_me:$LINENO: error: conditional \"GTK_DOC_BUILD_HTML\" was never defined.
 
32057
-Usually this means the macro was only invoked conditionally." >&5
 
32058
-$as_echo "$as_me: error: conditional \"GTK_DOC_BUILD_HTML\" was never defined.
 
32059
-Usually this means the macro was only invoked conditionally." >&2;}
 
32060
-   { (exit 1); exit 1; }; }
 
32061
+  as_fn_error "conditional \"GTK_DOC_BUILD_HTML\" was never defined.
 
32062
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
32063
 fi
 
32064
 if test -z "${GTK_DOC_BUILD_PDF_TRUE}" && test -z "${GTK_DOC_BUILD_PDF_FALSE}"; then
 
32065
-  { { $as_echo "$as_me:$LINENO: error: conditional \"GTK_DOC_BUILD_PDF\" was never defined.
 
32066
-Usually this means the macro was only invoked conditionally." >&5
 
32067
-$as_echo "$as_me: error: conditional \"GTK_DOC_BUILD_PDF\" was never defined.
 
32068
-Usually this means the macro was only invoked conditionally." >&2;}
 
32069
-   { (exit 1); exit 1; }; }
 
32070
+  as_fn_error "conditional \"GTK_DOC_BUILD_PDF\" was never defined.
 
32071
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
32072
 fi
 
32073
 if test -z "${GTK_DOC_USE_LIBTOOL_TRUE}" && test -z "${GTK_DOC_USE_LIBTOOL_FALSE}"; then
 
32074
-  { { $as_echo "$as_me:$LINENO: error: conditional \"GTK_DOC_USE_LIBTOOL\" was never defined.
 
32075
-Usually this means the macro was only invoked conditionally." >&5
 
32076
-$as_echo "$as_me: error: conditional \"GTK_DOC_USE_LIBTOOL\" was never defined.
 
32077
-Usually this means the macro was only invoked conditionally." >&2;}
 
32078
-   { (exit 1); exit 1; }; }
 
32079
+  as_fn_error "conditional \"GTK_DOC_USE_LIBTOOL\" was never defined.
 
32080
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
32081
 fi
 
32082
 if test -z "${GTK_DOC_USE_REBASE_TRUE}" && test -z "${GTK_DOC_USE_REBASE_FALSE}"; then
 
32083
-  { { $as_echo "$as_me:$LINENO: error: conditional \"GTK_DOC_USE_REBASE\" was never defined.
 
32084
-Usually this means the macro was only invoked conditionally." >&5
 
32085
-$as_echo "$as_me: error: conditional \"GTK_DOC_USE_REBASE\" was never defined.
 
32086
-Usually this means the macro was only invoked conditionally." >&2;}
 
32087
-   { (exit 1); exit 1; }; }
 
32088
+  as_fn_error "conditional \"GTK_DOC_USE_REBASE\" was never defined.
 
32089
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
 
32090
 fi
 
32091
 
 
32092
 : ${CONFIG_STATUS=./config.status}
 
32093
 ac_write_fail=0
 
32094
 ac_clean_files_save=$ac_clean_files
 
32095
 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
 
32096
-{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
 
32097
+{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
 
32098
 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
 
32099
-cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
32100
+as_write_fail=0
 
32101
+cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
 
32102
 #! $SHELL
 
32103
 # Generated by $as_me.
 
32104
 # Run this file to recreate the current configuration.
 
32105
@@ -19172,17 +14095,18 @@
 
32106
 debug=false
 
32107
 ac_cs_recheck=false
 
32108
 ac_cs_silent=false
 
32109
-SHELL=\${CONFIG_SHELL-$SHELL}
 
32110
-_ACEOF
 
32111
 
 
32112
-cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
32113
-## --------------------- ##
 
32114
-## M4sh Initialization.  ##
 
32115
-## --------------------- ##
 
32116
+SHELL=\${CONFIG_SHELL-$SHELL}
 
32117
+export SHELL
 
32118
+_ASEOF
 
32119
+cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
 
32120
+## -------------------- ##
 
32121
+## M4sh Initialization. ##
 
32122
+## -------------------- ##
 
32123
 
 
32124
 # Be more Bourne compatible
 
32125
 DUALCASE=1; export DUALCASE # for MKS sh
 
32126
-if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
32127
+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
 
32128
   emulate sh
 
32129
   NULLCMD=:
 
32130
   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
 
32131
@@ -19190,23 +14114,15 @@
 
32132
   alias -g '${1+"$@"}'='"$@"'
 
32133
   setopt NO_GLOB_SUBST
 
32134
 else
 
32135
-  case `(set -o) 2>/dev/null` in
 
32136
-  *posix*) set -o posix ;;
 
32137
+  case `(set -o) 2>/dev/null` in #(
 
32138
+  *posix*) :
 
32139
+    set -o posix ;; #(
 
32140
+  *) :
 
32141
+     ;;
 
32142
 esac
 
32143
-
 
32144
 fi
 
32145
 
 
32146
 
 
32147
-
 
32148
-
 
32149
-# PATH needs CR
 
32150
-# Avoid depending upon Character Ranges.
 
32151
-as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 
32152
-as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 
32153
-as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 
32154
-as_cr_digits='0123456789'
 
32155
-as_cr_alnum=$as_cr_Letters$as_cr_digits
 
32156
-
 
32157
 as_nl='
 
32158
 '
 
32159
 export as_nl
 
32160
@@ -19214,7 +14130,13 @@
 
32161
 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
 
32162
 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
 
32163
 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
 
32164
-if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
 
32165
+# Prefer a ksh shell builtin over an external printf program on Solaris,
 
32166
+# but without wasting forks for bash or zsh.
 
32167
+if test -z "$BASH_VERSION$ZSH_VERSION" \
 
32168
+    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
 
32169
+  as_echo='print -r --'
 
32170
+  as_echo_n='print -rn --'
 
32171
+elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
 
32172
   as_echo='printf %s\n'
 
32173
   as_echo_n='printf %s'
 
32174
 else
 
32175
@@ -19225,7 +14147,7 @@
 
32176
     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
 
32177
     as_echo_n_body='eval
 
32178
       arg=$1;
 
32179
-      case $arg in
 
32180
+      case $arg in #(
 
32181
       *"$as_nl"*)
 
32182
        expr "X$arg" : "X\\(.*\\)$as_nl";
 
32183
        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
 
32184
@@ -19248,13 +14170,6 @@
 
32185
   }
 
32186
 fi
 
32187
 
 
32188
-# Support unset when possible.
 
32189
-if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
 
32190
-  as_unset=unset
 
32191
-else
 
32192
-  as_unset=false
 
32193
-fi
 
32194
-
 
32195
 
 
32196
 # IFS
 
32197
 # We need space, tab and new line, in precisely that order.  Quoting is
 
32198
@@ -19264,15 +14179,15 @@
 
32199
 IFS=" ""       $as_nl"
 
32200
 
 
32201
 # Find who we are.  Look in the path if we contain no directory separator.
 
32202
-case $0 in
 
32203
+case $0 in #((
 
32204
   *[\\/]* ) as_myself=$0 ;;
 
32205
   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 
32206
 for as_dir in $PATH
 
32207
 do
 
32208
   IFS=$as_save_IFS
 
32209
   test -z "$as_dir" && as_dir=.
 
32210
-  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 
32211
-done
 
32212
+    test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
 
32213
+  done
 
32214
 IFS=$as_save_IFS
 
32215
 
 
32216
      ;;
 
32217
@@ -19284,12 +14199,16 @@
 
32218
 fi
 
32219
 if test ! -f "$as_myself"; then
 
32220
   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
 
32221
-  { (exit 1); exit 1; }
 
32222
+  exit 1
 
32223
 fi
 
32224
 
 
32225
-# Work around bugs in pre-3.0 UWIN ksh.
 
32226
-for as_var in ENV MAIL MAILPATH
 
32227
-do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
 
32228
+# Unset variables that we do not need and which cause bugs (e.g. in
 
32229
+# pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
 
32230
+# suppresses any "Segmentation fault" message there.  '((' could
 
32231
+# trigger a bug in pdksh 5.2.14.
 
32232
+for as_var in BASH_ENV ENV MAIL MAILPATH
 
32233
+do eval test x\${$as_var+set} = xset \
 
32234
+  && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
 
32235
 done
 
32236
 PS1='$ '
 
32237
 PS2='> '
 
32238
@@ -19301,7 +14220,89 @@
 
32239
 LANGUAGE=C
 
32240
 export LANGUAGE
 
32241
 
 
32242
-# Required to use basename.
 
32243
+# CDPATH.
 
32244
+(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
 
32245
+
 
32246
+
 
32247
+# as_fn_error ERROR [LINENO LOG_FD]
 
32248
+# ---------------------------------
 
32249
+# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
 
32250
+# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
 
32251
+# script with status $?, using 1 if that was 0.
 
32252
+as_fn_error ()
 
32253
+{
 
32254
+  as_status=$?; test $as_status -eq 0 && as_status=1
 
32255
+  if test "$3"; then
 
32256
+    as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
 
32257
+    $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
 
32258
+  fi
 
32259
+  $as_echo "$as_me: error: $1" >&2
 
32260
+  as_fn_exit $as_status
 
32261
+} # as_fn_error
 
32262
+
 
32263
+
 
32264
+# as_fn_set_status STATUS
 
32265
+# -----------------------
 
32266
+# Set $? to STATUS, without forking.
 
32267
+as_fn_set_status ()
 
32268
+{
 
32269
+  return $1
 
32270
+} # as_fn_set_status
 
32271
+
 
32272
+# as_fn_exit STATUS
 
32273
+# -----------------
 
32274
+# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
 
32275
+as_fn_exit ()
 
32276
+{
 
32277
+  set +e
 
32278
+  as_fn_set_status $1
 
32279
+  exit $1
 
32280
+} # as_fn_exit
 
32281
+
 
32282
+# as_fn_unset VAR
 
32283
+# ---------------
 
32284
+# Portably unset VAR.
 
32285
+as_fn_unset ()
 
32286
+{
 
32287
+  { eval $1=; unset $1;}
 
32288
+}
 
32289
+as_unset=as_fn_unset
 
32290
+# as_fn_append VAR VALUE
 
32291
+# ----------------------
 
32292
+# Append the text in VALUE to the end of the definition contained in VAR. Take
 
32293
+# advantage of any shell optimizations that allow amortized linear growth over
 
32294
+# repeated appends, instead of the typical quadratic growth present in naive
 
32295
+# implementations.
 
32296
+if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
 
32297
+  eval 'as_fn_append ()
 
32298
+  {
 
32299
+    eval $1+=\$2
 
32300
+  }'
 
32301
+else
 
32302
+  as_fn_append ()
 
32303
+  {
 
32304
+    eval $1=\$$1\$2
 
32305
+  }
 
32306
+fi # as_fn_append
 
32307
+
 
32308
+# as_fn_arith ARG...
 
32309
+# ------------------
 
32310
+# Perform arithmetic evaluation on the ARGs, and store the result in the
 
32311
+# global $as_val. Take advantage of shells that can avoid forks. The arguments
 
32312
+# must be portable across $(()) and expr.
 
32313
+if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
 
32314
+  eval 'as_fn_arith ()
 
32315
+  {
 
32316
+    as_val=$(( $* ))
 
32317
+  }'
 
32318
+else
 
32319
+  as_fn_arith ()
 
32320
+  {
 
32321
+    as_val=`expr "$@" || test $? -eq 1`
 
32322
+  }
 
32323
+fi # as_fn_arith
 
32324
+
 
32325
+
 
32326
 if expr a : '\(a\)' >/dev/null 2>&1 &&
 
32327
    test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
32328
   as_expr=expr
 
32329
@@ -19315,8 +14316,12 @@
 
32330
   as_basename=false
 
32331
 fi
 
32332
 
 
32333
+if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 
32334
+  as_dirname=dirname
 
32335
+else
 
32336
+  as_dirname=false
 
32337
+fi
 
32338
 
 
32339
-# Name of the executable.
 
32340
 as_me=`$as_basename -- "$0" ||
 
32341
 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
 
32342
         X"$0" : 'X\(//\)$' \| \
 
32343
@@ -19336,76 +14341,25 @@
 
32344
          }
 
32345
          s/.*/./; q'`
 
32346
 
 
32347
-# CDPATH.
 
32348
-$as_unset CDPATH
 
32349
-
 
32350
-
 
32351
-
 
32352
-  as_lineno_1=$LINENO
 
32353
-  as_lineno_2=$LINENO
 
32354
-  test "x$as_lineno_1" != "x$as_lineno_2" &&
 
32355
-  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
 
32356
-
 
32357
-  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
 
32358
-  # uniformly replaced by the line number.  The first 'sed' inserts a
 
32359
-  # line-number line after each line using $LINENO; the second 'sed'
 
32360
-  # does the real work.  The second script uses 'N' to pair each
 
32361
-  # line-number line with the line containing $LINENO, and appends
 
32362
-  # trailing '-' during substitution so that $LINENO is not a special
 
32363
-  # case at line end.
 
32364
-  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
 
32365
-  # scripts with optimization help from Paolo Bonzini.  Blame Lee
 
32366
-  # E. McMahon (1931-1989) for sed's syntax.  :-)
 
32367
-  sed -n '
 
32368
-    p
 
32369
-    /[$]LINENO/=
 
32370
-  ' <$as_myself |
 
32371
-    sed '
 
32372
-      s/[$]LINENO.*/&-/
 
32373
-      t lineno
 
32374
-      b
 
32375
-      :lineno
 
32376
-      N
 
32377
-      :loop
 
32378
-      s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
 
32379
-      t loop
 
32380
-      s/-\n.*//
 
32381
-    ' >$as_me.lineno &&
 
32382
-  chmod +x "$as_me.lineno" ||
 
32383
-    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
 
32384
-   { (exit 1); exit 1; }; }
 
32385
-
 
32386
-  # Don't try to exec as it changes $[0], causing all sort of problems
 
32387
-  # (the dirname of $[0] is not the place where we might find the
 
32388
-  # original and so on.  Autoconf is especially sensitive to this).
 
32389
-  . "./$as_me.lineno"
 
32390
-  # Exit status is that of the last command.
 
32391
-  exit
 
32392
-}
 
32393
-
 
32394
-
 
32395
-if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
 
32396
-  as_dirname=dirname
 
32397
-else
 
32398
-  as_dirname=false
 
32399
-fi
 
32400
+# Avoid depending upon Character Ranges.
 
32401
+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
 
32402
+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
 
32403
+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
 
32404
+as_cr_digits='0123456789'
 
32405
+as_cr_alnum=$as_cr_Letters$as_cr_digits
 
32406
 
 
32407
 ECHO_C= ECHO_N= ECHO_T=
 
32408
-case `echo -n x` in
 
32409
+case `echo -n x` in #(((((
 
32410
 -n*)
 
32411
-  case `echo 'x\c'` in
 
32412
+  case `echo 'xy\c'` in
 
32413
   *c*) ECHO_T='        ';;     # ECHO_T is single tab character.
 
32414
-  *)   ECHO_C='\c';;
 
32415
+  xy)  ECHO_C='\c';;
 
32416
+  *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
 
32417
+       ECHO_T='        ';;
 
32418
   esac;;
 
32419
 *)
 
32420
   ECHO_N='-n';;
 
32421
 esac
 
32422
-if expr a : '\(a\)' >/dev/null 2>&1 &&
 
32423
-   test "X`expr 00001 : '.*\(...\)'`" = X001; then
 
32424
-  as_expr=expr
 
32425
-else
 
32426
-  as_expr=false
 
32427
-fi
 
32428
 
 
32429
 rm -f conf$$ conf$$.exe conf$$.file
 
32430
 if test -d conf$$.dir; then
 
32431
@@ -19434,8 +14388,56 @@
 
32432
 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
 
32433
 rmdir conf$$.dir 2>/dev/null
 
32434
 
 
32435
+
 
32436
+# as_fn_mkdir_p
 
32437
+# -------------
 
32438
+# Create "$as_dir" as a directory, including parents if necessary.
 
32439
+as_fn_mkdir_p ()
 
32440
+{
 
32441
+
 
32442
+  case $as_dir in #(
 
32443
+  -*) as_dir=./$as_dir;;
 
32444
+  esac
 
32445
+  test -d "$as_dir" || eval $as_mkdir_p || {
 
32446
+    as_dirs=
 
32447
+    while :; do
 
32448
+      case $as_dir in #(
 
32449
+      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
 
32450
+      *) as_qdir=$as_dir;;
 
32451
+      esac
 
32452
+      as_dirs="'$as_qdir' $as_dirs"
 
32453
+      as_dir=`$as_dirname -- "$as_dir" ||
 
32454
+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
32455
+        X"$as_dir" : 'X\(//\)[^/]' \| \
 
32456
+        X"$as_dir" : 'X\(//\)$' \| \
 
32457
+        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
32458
+$as_echo X"$as_dir" |
 
32459
+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
32460
+           s//\1/
 
32461
+           q
 
32462
+         }
 
32463
+         /^X\(\/\/\)[^/].*/{
 
32464
+           s//\1/
 
32465
+           q
 
32466
+         }
 
32467
+         /^X\(\/\/\)$/{
 
32468
+           s//\1/
 
32469
+           q
 
32470
+         }
 
32471
+         /^X\(\/\).*/{
 
32472
+           s//\1/
 
32473
+           q
 
32474
+         }
 
32475
+         s/.*/./; q'`
 
32476
+      test -d "$as_dir" && break
 
32477
+    done
 
32478
+    test -z "$as_dirs" || eval "mkdir $as_dirs"
 
32479
+  } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
 
32480
+
 
32481
+
 
32482
+} # as_fn_mkdir_p
 
32483
 if mkdir -p . 2>/dev/null; then
 
32484
-  as_mkdir_p=:
 
32485
+  as_mkdir_p='mkdir -p "$as_dir"'
 
32486
 else
 
32487
   test -d ./-p && rmdir ./-p
 
32488
   as_mkdir_p=false
 
32489
@@ -19454,10 +14456,10 @@
 
32490
       if test -d "$1"; then
 
32491
        test -d "$1/.";
 
32492
       else
 
32493
-       case $1 in
 
32494
+       case $1 in #(
 
32495
        -*)set "./$1";;
 
32496
        esac;
 
32497
-       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
 
32498
+       case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
 
32499
        ???[sx]*):;;*)false;;esac;fi
 
32500
     '\'' sh
 
32501
   '
 
32502
@@ -19472,13 +14474,19 @@
 
32503
 
 
32504
 
 
32505
 exec 6>&1
 
32506
+## ----------------------------------- ##
 
32507
+## Main body of $CONFIG_STATUS script. ##
 
32508
+## ----------------------------------- ##
 
32509
+_ASEOF
 
32510
+test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
 
32511
 
 
32512
-# Save the log message, to keep $[0] and so on meaningful, and to
 
32513
+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
32514
+# Save the log message, to keep $0 and so on meaningful, and to
 
32515
 # report actual input values of CONFIG_FILES etc. instead of their
 
32516
 # values after options handling.
 
32517
 ac_log="
 
32518
 This file was extended by ORBit2 $as_me 2.14.18, which was
 
32519
-generated by GNU Autoconf 2.63.  Invocation command line was
 
32520
+generated by GNU Autoconf 2.65.  Invocation command line was
 
32521
 
 
32522
   CONFIG_FILES    = $CONFIG_FILES
 
32523
   CONFIG_HEADERS  = $CONFIG_HEADERS
 
32524
@@ -19510,13 +14518,15 @@
 
32525
 
 
32526
 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
32527
 ac_cs_usage="\
 
32528
-\`$as_me' instantiates files from templates according to the
 
32529
-current configuration.
 
32530
+\`$as_me' instantiates files and other configuration actions
 
32531
+from templates according to the current configuration.  Unless the files
 
32532
+and actions are specified as TAGs, all are instantiated by default.
 
32533
 
 
32534
-Usage: $0 [OPTION]... [FILE]...
 
32535
+Usage: $0 [OPTION]... [TAG]...
 
32536
 
 
32537
   -h, --help       print this help, then exit
 
32538
   -V, --version    print version number and configuration settings, then exit
 
32539
+      --config     print configuration, then exit
 
32540
   -q, --quiet, --silent
 
32541
                    do not print progress messages
 
32542
   -d, --debug      don't remove temporary files
 
32543
@@ -19535,16 +14545,17 @@
 
32544
 Configuration commands:
 
32545
 $config_commands
 
32546
 
 
32547
-Report bugs to <bug-autoconf@gnu.org>."
 
32548
+Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=ORBit2>."
 
32549
 
 
32550
 _ACEOF
 
32551
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
32552
+ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 
32553
 ac_cs_version="\\
 
32554
 ORBit2 config.status 2.14.18
 
32555
-configured by $0, generated by GNU Autoconf 2.63,
 
32556
-  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
 
32557
+configured by $0, generated by GNU Autoconf 2.65,
 
32558
+  with options \\"\$ac_cs_config\\"
 
32559
 
 
32560
-Copyright (C) 2008 Free Software Foundation, Inc.
 
32561
+Copyright (C) 2009 Free Software Foundation, Inc.
 
32562
 This config.status script is free software; the Free Software Foundation
 
32563
 gives unlimited permission to copy, distribute and modify it."
 
32564
 
 
32565
@@ -19580,6 +14591,8 @@
 
32566
     ac_cs_recheck=: ;;
 
32567
   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
 
32568
     $as_echo "$ac_cs_version"; exit ;;
 
32569
+  --config | --confi | --conf | --con | --co | --c )
 
32570
+    $as_echo "$ac_cs_config"; exit ;;
 
32571
   --debug | --debu | --deb | --de | --d | -d )
 
32572
     debug=: ;;
 
32573
   --file | --fil | --fi | --f )
 
32574
@@ -19587,20 +14600,19 @@
 
32575
     case $ac_optarg in
 
32576
     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
32577
     esac
 
32578
-    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
 
32579
+    as_fn_append CONFIG_FILES " '$ac_optarg'"
 
32580
     ac_need_defaults=false;;
 
32581
   --header | --heade | --head | --hea )
 
32582
     $ac_shift
 
32583
     case $ac_optarg in
 
32584
     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
 
32585
     esac
 
32586
-    CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
 
32587
+    as_fn_append CONFIG_HEADERS " '$ac_optarg'"
 
32588
     ac_need_defaults=false;;
 
32589
   --he | --h)
 
32590
     # Conflict between --help and --header
 
32591
-    { $as_echo "$as_me: error: ambiguous option: $1
 
32592
-Try \`$0 --help' for more information." >&2
 
32593
-   { (exit 1); exit 1; }; };;
 
32594
+    as_fn_error "ambiguous option: \`$1'
 
32595
+Try \`$0 --help' for more information.";;
 
32596
   --help | --hel | -h )
 
32597
     $as_echo "$ac_cs_usage"; exit ;;
 
32598
   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
 
32599
@@ -19608,11 +14620,10 @@
 
32600
     ac_cs_silent=: ;;
 
32601
 
 
32602
   # This is an error.
 
32603
-  -*) { $as_echo "$as_me: error: unrecognized option: $1
 
32604
-Try \`$0 --help' for more information." >&2
 
32605
-   { (exit 1); exit 1; }; } ;;
 
32606
+  -*) as_fn_error "unrecognized option: \`$1'
 
32607
+Try \`$0 --help' for more information." ;;
 
32608
 
 
32609
-  *) ac_config_targets="$ac_config_targets $1"
 
32610
+  *) as_fn_append ac_config_targets " $1"
 
32611
      ac_need_defaults=false ;;
 
32612
 
 
32613
   esac
 
32614
@@ -19973,9 +14984,7 @@
 
32615
     "linc2/include/linc/Makefile") CONFIG_FILES="$CONFIG_FILES linc2/include/linc/Makefile" ;;
 
32616
     "linc2/include/linc/linc-config.h") CONFIG_FILES="$CONFIG_FILES linc2/include/linc/linc-config.h" ;;
 
32617
 
 
32618
-  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
 
32619
-$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
 
32620
-   { (exit 1); exit 1; }; };;
 
32621
+  *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
 
32622
   esac
 
32623
 done
 
32624
 
 
32625
@@ -20002,7 +15011,7 @@
 
32626
   trap 'exit_status=$?
 
32627
   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
 
32628
 ' 0
 
32629
-  trap '{ (exit 1); exit 1; }' 1 2 13 15
 
32630
+  trap 'as_fn_exit 1' 1 2 13 15
 
32631
 }
 
32632
 # Create a (secure) tmp directory for tmp files.
 
32633
 
 
32634
@@ -20013,11 +15022,7 @@
 
32635
 {
 
32636
   tmp=./conf$$-$RANDOM
 
32637
   (umask 077 && mkdir "$tmp")
 
32638
-} ||
 
32639
-{
 
32640
-   $as_echo "$as_me: cannot create a temporary directory in ." >&2
 
32641
-   { (exit 1); exit 1; }
 
32642
-}
 
32643
+} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
 
32644
 
 
32645
 # Set up the scripts for CONFIG_FILES section.
 
32646
 # No need to generate them if there are no CONFIG_FILES.
 
32647
@@ -20025,10 +15030,16 @@
 
32648
 if test -n "$CONFIG_FILES"; then
 
32649
 
 
32650
 
 
32651
-ac_cr='
 
 
b"'"
 
32652
+ac_cr=`echo X | tr X '\015'`
 
32653
+# On cygwin, bash can eat \r inside `` if the user requested igncr.
 
32654
+# But we know of no other shell where ac_cr would be empty at this
 
32655
+# point, so we can use a bashism as a fallback.
 
32656
+if test "x$ac_cr" = x; then
 
32657
+  eval ac_cr=\$\'\\r\'
 
32658
+fi
 
32659
 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
 
32660
 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
 
32661
-  ac_cs_awk_cr='\\r'
 
32662
+  ac_cs_awk_cr='\r'
 
32663
 else
 
32664
   ac_cs_awk_cr=$ac_cr
 
32665
 fi
 
32666
@@ -20042,24 +15053,18 @@
 
32667
   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
 
32668
   echo "_ACEOF"
 
32669
 } >conf$$subs.sh ||
 
32670
-  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
32671
-$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
32672
-   { (exit 1); exit 1; }; }
 
32673
+  as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
 
32674
 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
 
32675
 ac_delim='%!_!# '
 
32676
 for ac_last_try in false false false false false :; do
 
32677
   . ./conf$$subs.sh ||
 
32678
-    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
32679
-$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
32680
-   { (exit 1); exit 1; }; }
 
32681
+    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
 
32682
 
 
32683
   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
 
32684
   if test $ac_delim_n = $ac_delim_num; then
 
32685
     break
 
32686
   elif $ac_last_try; then
 
32687
-    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
 
32688
-$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
 
32689
-   { (exit 1); exit 1; }; }
 
32690
+    as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
 
32691
   else
 
32692
     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
32693
   fi
 
32694
@@ -20081,7 +15086,7 @@
 
32695
 t delim
 
32696
 :nl
 
32697
 h
 
32698
-s/\(.\{148\}\).*/\1/
 
32699
+s/\(.\{148\}\)..*/\1/
 
32700
 t more1
 
32701
 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
 
32702
 p
 
32703
@@ -20095,7 +15100,7 @@
 
32704
 t nl
 
32705
 :delim
 
32706
 h
 
32707
-s/\(.\{148\}\).*/\1/
 
32708
+s/\(.\{148\}\)..*/\1/
 
32709
 t more2
 
32710
 s/["\\]/\\&/g; s/^/"/; s/$/"/
 
32711
 p
 
32712
@@ -20148,9 +15153,7 @@
 
32713
 else
 
32714
   cat
 
32715
 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
 
32716
-  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
 
32717
-$as_echo "$as_me: error: could not setup config files machinery" >&2;}
 
32718
-   { (exit 1); exit 1; }; }
 
32719
+  || as_fn_error "could not setup config files machinery" "$LINENO" 5
 
32720
 _ACEOF
 
32721
 
 
32722
 # VPATH may cause trouble with some makes, so we remove $(srcdir),
 
32723
@@ -20191,9 +15194,7 @@
 
32724
   if test -z "$ac_t"; then
 
32725
     break
 
32726
   elif $ac_last_try; then
 
32727
-    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
 
32728
-$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
 
32729
-   { (exit 1); exit 1; }; }
 
32730
+    as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
 
32731
   else
 
32732
     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 
32733
   fi
 
32734
@@ -20278,9 +15279,7 @@
 
32735
 _ACAWK
 
32736
 _ACEOF
 
32737
 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 
32738
-  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
 
32739
-$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
 
32740
-   { (exit 1); exit 1; }; }
 
32741
+  as_fn_error "could not setup config headers machinery" "$LINENO" 5
 
32742
 fi # test -n "$CONFIG_HEADERS"
 
32743
 
 
32744
 
 
32745
@@ -20293,9 +15292,7 @@
 
32746
   esac
 
32747
   case $ac_mode$ac_tag in
 
32748
   :[FHL]*:*);;
 
32749
-  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
 
32750
-$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
 
32751
-   { (exit 1); exit 1; }; };;
 
32752
+  :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
 
32753
   :[FH]-) ac_tag=-:-;;
 
32754
   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
 
32755
   esac
 
32756
@@ -20323,12 +15320,10 @@
 
32757
           [\\/$]*) false;;
 
32758
           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
 
32759
           esac ||
 
32760
-          { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
 
32761
-$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
 
32762
-   { (exit 1); exit 1; }; };;
 
32763
+          as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
 
32764
       esac
 
32765
       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
 
32766
-      ac_file_inputs="$ac_file_inputs '$ac_f'"
 
32767
+      as_fn_append ac_file_inputs " '$ac_f'"
 
32768
     done
 
32769
 
 
32770
     # Let's still pretend it is `configure' which instantiates (i.e., don't
 
32771
@@ -20339,7 +15334,7 @@
 
32772
        `' by configure.'
 
32773
     if test x"$ac_file" != x-; then
 
32774
       configure_input="$ac_file.  $configure_input"
 
32775
-      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
 
32776
+      { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
 
32777
 $as_echo "$as_me: creating $ac_file" >&6;}
 
32778
     fi
 
32779
     # Neutralize special characters interpreted by sed in replacement strings.
 
32780
@@ -20352,9 +15347,7 @@
 
32781
 
 
32782
     case $ac_tag in
 
32783
     *:-:* | *:-) cat >"$tmp/stdin" \
 
32784
-      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
 
32785
-$as_echo "$as_me: error: could not create $ac_file" >&2;}
 
32786
-   { (exit 1); exit 1; }; } ;;
 
32787
+      || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
 
32788
     esac
 
32789
     ;;
 
32790
   esac
 
32791
@@ -20382,47 +15375,7 @@
 
32792
            q
 
32793
          }
 
32794
          s/.*/./; q'`
 
32795
-  { as_dir="$ac_dir"
 
32796
-  case $as_dir in #(
 
32797
-  -*) as_dir=./$as_dir;;
 
32798
-  esac
 
32799
-  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 
32800
-    as_dirs=
 
32801
-    while :; do
 
32802
-      case $as_dir in #(
 
32803
-      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
 
32804
-      *) as_qdir=$as_dir;;
 
32805
-      esac
 
32806
-      as_dirs="'$as_qdir' $as_dirs"
 
32807
-      as_dir=`$as_dirname -- "$as_dir" ||
 
32808
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
32809
-        X"$as_dir" : 'X\(//\)[^/]' \| \
 
32810
-        X"$as_dir" : 'X\(//\)$' \| \
 
32811
-        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
32812
-$as_echo X"$as_dir" |
 
32813
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
32814
-           s//\1/
 
32815
-           q
 
32816
-         }
 
32817
-         /^X\(\/\/\)[^/].*/{
 
32818
-           s//\1/
 
32819
-           q
 
32820
-         }
 
32821
-         /^X\(\/\/\)$/{
 
32822
-           s//\1/
 
32823
-           q
 
32824
-         }
 
32825
-         /^X\(\/\).*/{
 
32826
-           s//\1/
 
32827
-           q
 
32828
-         }
 
32829
-         s/.*/./; q'`
 
32830
-      test -d "$as_dir" && break
 
32831
-    done
 
32832
-    test -z "$as_dirs" || eval "mkdir $as_dirs"
 
32833
-  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 
32834
-$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
 
32835
-   { (exit 1); exit 1; }; }; }
 
32836
+  as_dir="$ac_dir"; as_fn_mkdir_p
 
32837
   ac_builddir=.
 
32838
 
 
32839
 case "$ac_dir" in
 
32840
@@ -20479,7 +15432,6 @@
 
32841
 # If the template does not know about datarootdir, expand it.
 
32842
 # FIXME: This hack should be removed a few years after 2.60.
 
32843
 ac_datarootdir_hack=; ac_datarootdir_seen=
 
32844
-
 
32845
 ac_sed_dataroot='
 
32846
 /datarootdir/ {
 
32847
   p
 
32848
@@ -20489,12 +15441,11 @@
 
32849
 /@docdir@/p
 
32850
 /@infodir@/p
 
32851
 /@localedir@/p
 
32852
-/@mandir@/p
 
32853
-'
 
32854
+/@mandir@/p'
 
32855
 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
 
32856
 *datarootdir*) ac_datarootdir_seen=yes;;
 
32857
 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
 
32858
-  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
 
32859
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
 
32860
 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
 
32861
 _ACEOF
 
32862
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 
32863
@@ -20504,7 +15455,7 @@
 
32864
   s&@infodir@&$infodir&g
 
32865
   s&@localedir@&$localedir&g
 
32866
   s&@mandir@&$mandir&g
 
32867
-    s&\\\${datarootdir}&$datarootdir&g' ;;
 
32868
+  s&\\\${datarootdir}&$datarootdir&g' ;;
 
32869
 esac
 
32870
 _ACEOF
 
32871
 
 
32872
@@ -20533,14 +15484,12 @@
 
32873
 $ac_datarootdir_hack
 
32874
 "
 
32875
 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
 
32876
-  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
 
32877
-$as_echo "$as_me: error: could not create $ac_file" >&2;}
 
32878
-   { (exit 1); exit 1; }; }
 
32879
+  || as_fn_error "could not create $ac_file" "$LINENO" 5
 
32880
 
 
32881
 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
 
32882
   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
 
32883
   { ac_out=`sed -n '/^[         ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
 
32884
-  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
32885
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
32886
 which seems to be undefined.  Please make sure it is defined." >&5
 
32887
 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 
32888
 which seems to be undefined.  Please make sure it is defined." >&2;}
 
32889
@@ -20550,9 +15499,7 @@
 
32890
   -) cat "$tmp/out" && rm -f "$tmp/out";;
 
32891
   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
 
32892
   esac \
 
32893
-  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
 
32894
-$as_echo "$as_me: error: could not create $ac_file" >&2;}
 
32895
-   { (exit 1); exit 1; }; }
 
32896
+  || as_fn_error "could not create $ac_file" "$LINENO" 5
 
32897
  ;;
 
32898
   :H)
 
32899
   #
 
32900
@@ -20563,25 +15510,19 @@
 
32901
       $as_echo "/* $configure_input  */" \
 
32902
       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
 
32903
     } >"$tmp/config.h" \
 
32904
-      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
 
32905
-$as_echo "$as_me: error: could not create $ac_file" >&2;}
 
32906
-   { (exit 1); exit 1; }; }
 
32907
+      || as_fn_error "could not create $ac_file" "$LINENO" 5
 
32908
     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
 
32909
-      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
 
32910
+      { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
 
32911
 $as_echo "$as_me: $ac_file is unchanged" >&6;}
 
32912
     else
 
32913
       rm -f "$ac_file"
 
32914
       mv "$tmp/config.h" "$ac_file" \
 
32915
-       || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
 
32916
-$as_echo "$as_me: error: could not create $ac_file" >&2;}
 
32917
-   { (exit 1); exit 1; }; }
 
32918
+       || as_fn_error "could not create $ac_file" "$LINENO" 5
 
32919
     fi
 
32920
   else
 
32921
     $as_echo "/* $configure_input  */" \
 
32922
       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
 
32923
-      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
 
32924
-$as_echo "$as_me: error: could not create -" >&2;}
 
32925
-   { (exit 1); exit 1; }; }
 
32926
+      || as_fn_error "could not create -" "$LINENO" 5
 
32927
   fi
 
32928
 # Compute "$ac_file"'s index in $config_headers.
 
32929
 _am_arg="$ac_file"
 
32930
@@ -20619,7 +15560,7 @@
 
32931
          s/.*/./; q'`/stamp-h$_am_stamp_count
 
32932
  ;;
 
32933
 
 
32934
-  :C)  { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
 
32935
+  :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
 
32936
 $as_echo "$as_me: executing $ac_file commands" >&6;}
 
32937
  ;;
 
32938
   esac
 
32939
@@ -20714,47 +15655,7 @@
 
32940
            q
 
32941
          }
 
32942
          s/.*/./; q'`
 
32943
-      { as_dir=$dirpart/$fdir
 
32944
-  case $as_dir in #(
 
32945
-  -*) as_dir=./$as_dir;;
 
32946
-  esac
 
32947
-  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
 
32948
-    as_dirs=
 
32949
-    while :; do
 
32950
-      case $as_dir in #(
 
32951
-      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
 
32952
-      *) as_qdir=$as_dir;;
 
32953
-      esac
 
32954
-      as_dirs="'$as_qdir' $as_dirs"
 
32955
-      as_dir=`$as_dirname -- "$as_dir" ||
 
32956
-$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
 
32957
-        X"$as_dir" : 'X\(//\)[^/]' \| \
 
32958
-        X"$as_dir" : 'X\(//\)$' \| \
 
32959
-        X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
 
32960
-$as_echo X"$as_dir" |
 
32961
-    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
 
32962
-           s//\1/
 
32963
-           q
 
32964
-         }
 
32965
-         /^X\(\/\/\)[^/].*/{
 
32966
-           s//\1/
 
32967
-           q
 
32968
-         }
 
32969
-         /^X\(\/\/\)$/{
 
32970
-           s//\1/
 
32971
-           q
 
32972
-         }
 
32973
-         /^X\(\/\).*/{
 
32974
-           s//\1/
 
32975
-           q
 
32976
-         }
 
32977
-         s/.*/./; q'`
 
32978
-      test -d "$as_dir" && break
 
32979
-    done
 
32980
-    test -z "$as_dirs" || eval "mkdir $as_dirs"
 
32981
-  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
 
32982
-$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
 
32983
-   { (exit 1); exit 1; }; }; }
 
32984
+      as_dir=$dirpart/$fdir; as_fn_mkdir_p
 
32985
       # echo "creating $dirpart/$file"
 
32986
       echo '# dummy' > "$dirpart/$file"
 
32987
     done
 
32988
@@ -21407,15 +16308,12 @@
 
32989
 done # for ac_tag
 
32990
 
 
32991
 
 
32992
-{ (exit 0); exit 0; }
 
32993
+as_fn_exit 0
 
32994
 _ACEOF
 
32995
-chmod +x $CONFIG_STATUS
 
32996
 ac_clean_files=$ac_clean_files_save
 
32997
 
 
32998
 test $ac_write_fail = 0 ||
 
32999
-  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
 
33000
-$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
 
33001
-   { (exit 1); exit 1; }; }
 
33002
+  as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
 
33003
 
 
33004
 
 
33005
 # configure is writing to config.log, and then calls config.status.
 
33006
@@ -21436,10 +16334,10 @@
 
33007
   exec 5>>config.log
 
33008
   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
 
33009
   # would make configure fail if this is the last instruction.
 
33010
-  $ac_cs_success || { (exit 1); exit 1; }
 
33011
+  $ac_cs_success || as_fn_exit $?
 
33012
 fi
 
33013
 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
 
33014
-  { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
 
33015
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
 
33016
 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
 
33017
 fi
 
33018
 
 
33019
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/docs/api/Makefile.in orbit2-2.14.18/docs/api/Makefile.in
 
33020
--- orbit2-2.14.18.old/docs/api/Makefile.in     2010-03-30 12:52:19.000000000 +0200
 
33021
+++ orbit2-2.14.18/docs/api/Makefile.in 2010-04-08 12:32:06.546304118 +0200
 
33022
@@ -1,4 +1,4 @@
 
33023
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33024
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33025
 # @configure_input@
 
33026
 
 
33027
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33028
@@ -145,6 +145,7 @@
 
33029
 PACKAGE_NAME = @PACKAGE_NAME@
 
33030
 PACKAGE_STRING = @PACKAGE_STRING@
 
33031
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33032
+PACKAGE_URL = @PACKAGE_URL@
 
33033
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33034
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33035
 PKG_CONFIG = @PKG_CONFIG@
 
33036
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/docs/devel/Makefile.in orbit2-2.14.18/docs/devel/Makefile.in
 
33037
--- orbit2-2.14.18.old/docs/devel/Makefile.in   2010-03-30 12:52:19.000000000 +0200
 
33038
+++ orbit2-2.14.18/docs/devel/Makefile.in       2010-04-08 12:32:06.586304102 +0200
 
33039
@@ -1,4 +1,4 @@
 
33040
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33041
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33042
 # @configure_input@
 
33043
 
 
33044
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33045
@@ -138,6 +138,7 @@
 
33046
 PACKAGE_NAME = @PACKAGE_NAME@
 
33047
 PACKAGE_STRING = @PACKAGE_STRING@
 
33048
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33049
+PACKAGE_URL = @PACKAGE_URL@
 
33050
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33051
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33052
 PKG_CONFIG = @PKG_CONFIG@
 
33053
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/docs/internals/Makefile.in orbit2-2.14.18/docs/internals/Makefile.in
 
33054
--- orbit2-2.14.18.old/docs/internals/Makefile.in       2010-03-30 12:52:19.000000000 +0200
 
33055
+++ orbit2-2.14.18/docs/internals/Makefile.in   2010-04-08 12:32:06.626304504 +0200
 
33056
@@ -1,4 +1,4 @@
 
33057
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33058
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33059
 # @configure_input@
 
33060
 
 
33061
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33062
@@ -138,6 +138,7 @@
 
33063
 PACKAGE_NAME = @PACKAGE_NAME@
 
33064
 PACKAGE_STRING = @PACKAGE_STRING@
 
33065
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33066
+PACKAGE_URL = @PACKAGE_URL@
 
33067
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33068
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33069
 PKG_CONFIG = @PKG_CONFIG@
 
33070
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/docs/Makefile.in orbit2-2.14.18/docs/Makefile.in
 
33071
--- orbit2-2.14.18.old/docs/Makefile.in 2010-03-30 12:52:19.000000000 +0200
 
33072
+++ orbit2-2.14.18/docs/Makefile.in     2010-04-08 12:32:06.490304194 +0200
 
33073
@@ -1,4 +1,4 @@
 
33074
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33075
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33076
 # @configure_input@
 
33077
 
 
33078
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33079
@@ -178,6 +178,7 @@
 
33080
 PACKAGE_NAME = @PACKAGE_NAME@
 
33081
 PACKAGE_STRING = @PACKAGE_STRING@
 
33082
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33083
+PACKAGE_URL = @PACKAGE_URL@
 
33084
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33085
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33086
 PKG_CONFIG = @PKG_CONFIG@
 
33087
@@ -288,7 +289,7 @@
 
33088
 #     (which will cause the Makefiles to be regenerated when you run `make');
 
33089
 # (2) otherwise, pass the desired values on the `make' command line.
 
33090
 $(RECURSIVE_TARGETS):
 
33091
-       @failcom='exit 1'; \
 
33092
+       @fail= failcom='exit 1'; \
 
33093
        for f in x $$MAKEFLAGS; do \
 
33094
          case $$f in \
 
33095
            *=* | --[!k]*);; \
 
33096
@@ -313,7 +314,7 @@
 
33097
        fi; test -z "$$fail"
 
33098
 
 
33099
 $(RECURSIVE_CLEAN_TARGETS):
 
33100
-       @failcom='exit 1'; \
 
33101
+       @fail= failcom='exit 1'; \
 
33102
        for f in x $$MAKEFLAGS; do \
 
33103
          case $$f in \
 
33104
            *=* | --[!k]*);; \
 
33105
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/include/Makefile.in orbit2-2.14.18/include/Makefile.in
 
33106
--- orbit2-2.14.18.old/include/Makefile.in      2010-03-30 12:52:19.000000000 +0200
 
33107
+++ orbit2-2.14.18/include/Makefile.in  2010-04-08 12:32:06.670304296 +0200
 
33108
@@ -1,4 +1,4 @@
 
33109
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33110
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33111
 # @configure_input@
 
33112
 
 
33113
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33114
@@ -178,6 +178,7 @@
 
33115
 PACKAGE_NAME = @PACKAGE_NAME@
 
33116
 PACKAGE_STRING = @PACKAGE_STRING@
 
33117
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33118
+PACKAGE_URL = @PACKAGE_URL@
 
33119
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33120
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33121
 PKG_CONFIG = @PKG_CONFIG@
 
33122
@@ -288,7 +289,7 @@
 
33123
 #     (which will cause the Makefiles to be regenerated when you run `make');
 
33124
 # (2) otherwise, pass the desired values on the `make' command line.
 
33125
 $(RECURSIVE_TARGETS):
 
33126
-       @failcom='exit 1'; \
 
33127
+       @fail= failcom='exit 1'; \
 
33128
        for f in x $$MAKEFLAGS; do \
 
33129
          case $$f in \
 
33130
            *=* | --[!k]*);; \
 
33131
@@ -313,7 +314,7 @@
 
33132
        fi; test -z "$$fail"
 
33133
 
 
33134
 $(RECURSIVE_CLEAN_TARGETS):
 
33135
-       @failcom='exit 1'; \
 
33136
+       @fail= failcom='exit 1'; \
 
33137
        for f in x $$MAKEFLAGS; do \
 
33138
          case $$f in \
 
33139
            *=* | --[!k]*);; \
 
33140
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/include/orbit/dynamic/Makefile.in orbit2-2.14.18/include/orbit/dynamic/Makefile.in
 
33141
--- orbit2-2.14.18.old/include/orbit/dynamic/Makefile.in        2010-03-30 12:52:19.000000000 +0200
 
33142
+++ orbit2-2.14.18/include/orbit/dynamic/Makefile.in    2010-04-08 12:32:06.814304304 +0200
 
33143
@@ -1,4 +1,4 @@
 
33144
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33145
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33146
 # @configure_input@
 
33147
 
 
33148
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33149
@@ -165,6 +165,7 @@
 
33150
 PACKAGE_NAME = @PACKAGE_NAME@
 
33151
 PACKAGE_STRING = @PACKAGE_STRING@
 
33152
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33153
+PACKAGE_URL = @PACKAGE_URL@
 
33154
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33155
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33156
 PKG_CONFIG = @PKG_CONFIG@
 
33157
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/include/orbit/GIOP/Makefile.in orbit2-2.14.18/include/orbit/GIOP/Makefile.in
 
33158
--- orbit2-2.14.18.old/include/orbit/GIOP/Makefile.in   2010-03-30 12:52:19.000000000 +0200
 
33159
+++ orbit2-2.14.18/include/orbit/GIOP/Makefile.in       2010-04-08 12:32:06.714303951 +0200
 
33160
@@ -1,4 +1,4 @@
 
33161
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33162
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33163
 # @configure_input@
 
33164
 
 
33165
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33166
@@ -138,6 +138,7 @@
 
33167
 PACKAGE_NAME = @PACKAGE_NAME@
 
33168
 PACKAGE_STRING = @PACKAGE_STRING@
 
33169
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33170
+PACKAGE_URL = @PACKAGE_URL@
 
33171
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33172
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33173
 PKG_CONFIG = @PKG_CONFIG@
 
33174
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/include/orbit/Makefile.in orbit2-2.14.18/include/orbit/Makefile.in
 
33175
--- orbit2-2.14.18.old/include/orbit/Makefile.in        2010-03-30 12:52:19.000000000 +0200
 
33176
+++ orbit2-2.14.18/include/orbit/Makefile.in    2010-04-08 12:32:06.766304278 +0200
 
33177
@@ -1,4 +1,4 @@
 
33178
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33179
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33180
 # @configure_input@
 
33181
 
 
33182
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33183
@@ -203,6 +203,7 @@
 
33184
 PACKAGE_NAME = @PACKAGE_NAME@
 
33185
 PACKAGE_STRING = @PACKAGE_STRING@
 
33186
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33187
+PACKAGE_URL = @PACKAGE_URL@
 
33188
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33189
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33190
 PKG_CONFIG = @PKG_CONFIG@
 
33191
@@ -339,7 +340,7 @@
 
33192
 #     (which will cause the Makefiles to be regenerated when you run `make');
 
33193
 # (2) otherwise, pass the desired values on the `make' command line.
 
33194
 $(RECURSIVE_TARGETS):
 
33195
-       @failcom='exit 1'; \
 
33196
+       @fail= failcom='exit 1'; \
 
33197
        for f in x $$MAKEFLAGS; do \
 
33198
          case $$f in \
 
33199
            *=* | --[!k]*);; \
 
33200
@@ -364,7 +365,7 @@
 
33201
        fi; test -z "$$fail"
 
33202
 
 
33203
 $(RECURSIVE_CLEAN_TARGETS):
 
33204
-       @failcom='exit 1'; \
 
33205
+       @fail= failcom='exit 1'; \
 
33206
        for f in x $$MAKEFLAGS; do \
 
33207
          case $$f in \
 
33208
            *=* | --[!k]*);; \
 
33209
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/include/orbit/orb-core/Makefile.in orbit2-2.14.18/include/orbit/orb-core/Makefile.in
 
33210
--- orbit2-2.14.18.old/include/orbit/orb-core/Makefile.in       2010-03-30 12:52:19.000000000 +0200
 
33211
+++ orbit2-2.14.18/include/orbit/orb-core/Makefile.in   2010-04-08 12:32:06.866304070 +0200
 
33212
@@ -1,4 +1,4 @@
 
33213
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33214
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33215
 # @configure_input@
 
33216
 
 
33217
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33218
@@ -165,6 +165,7 @@
 
33219
 PACKAGE_NAME = @PACKAGE_NAME@
 
33220
 PACKAGE_STRING = @PACKAGE_STRING@
 
33221
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33222
+PACKAGE_URL = @PACKAGE_URL@
 
33223
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33224
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33225
 PKG_CONFIG = @PKG_CONFIG@
 
33226
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/include/orbit/poa/Makefile.in orbit2-2.14.18/include/orbit/poa/Makefile.in
 
33227
--- orbit2-2.14.18.old/include/orbit/poa/Makefile.in    2010-03-30 12:52:19.000000000 +0200
 
33228
+++ orbit2-2.14.18/include/orbit/poa/Makefile.in        2010-04-08 12:32:06.914304239 +0200
 
33229
@@ -1,4 +1,4 @@
 
33230
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33231
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33232
 # @configure_input@
 
33233
 
 
33234
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33235
@@ -165,6 +165,7 @@
 
33236
 PACKAGE_NAME = @PACKAGE_NAME@
 
33237
 PACKAGE_STRING = @PACKAGE_STRING@
 
33238
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33239
+PACKAGE_URL = @PACKAGE_URL@
 
33240
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33241
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33242
 PKG_CONFIG = @PKG_CONFIG@
 
33243
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/include/orbit/util/Makefile.in orbit2-2.14.18/include/orbit/util/Makefile.in
 
33244
--- orbit2-2.14.18.old/include/orbit/util/Makefile.in   2010-03-30 12:52:20.000000000 +0200
 
33245
+++ orbit2-2.14.18/include/orbit/util/Makefile.in       2010-04-08 12:32:06.958304248 +0200
 
33246
@@ -1,4 +1,4 @@
 
33247
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33248
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33249
 # @configure_input@
 
33250
 
 
33251
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33252
@@ -165,6 +165,7 @@
 
33253
 PACKAGE_NAME = @PACKAGE_NAME@
 
33254
 PACKAGE_STRING = @PACKAGE_STRING@
 
33255
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33256
+PACKAGE_URL = @PACKAGE_URL@
 
33257
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33258
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33259
 PKG_CONFIG = @PKG_CONFIG@
 
33260
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/linc2/include/linc/Makefile.in orbit2-2.14.18/linc2/include/linc/Makefile.in
 
33261
--- orbit2-2.14.18.old/linc2/include/linc/Makefile.in   2010-03-30 12:52:20.000000000 +0200
 
33262
+++ orbit2-2.14.18/linc2/include/linc/Makefile.in       2010-04-08 12:32:07.090304124 +0200
 
33263
@@ -1,4 +1,4 @@
 
33264
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33265
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33266
 # @configure_input@
 
33267
 
 
33268
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33269
@@ -142,6 +142,7 @@
 
33270
 PACKAGE_NAME = @PACKAGE_NAME@
 
33271
 PACKAGE_STRING = @PACKAGE_STRING@
 
33272
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33273
+PACKAGE_URL = @PACKAGE_URL@
 
33274
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33275
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33276
 PKG_CONFIG = @PKG_CONFIG@
 
33277
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/linc2/include/Makefile.in orbit2-2.14.18/linc2/include/Makefile.in
 
33278
--- orbit2-2.14.18.old/linc2/include/Makefile.in        2010-03-30 12:52:20.000000000 +0200
 
33279
+++ orbit2-2.14.18/linc2/include/Makefile.in    2010-04-08 12:32:07.050304280 +0200
 
33280
@@ -1,4 +1,4 @@
 
33281
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33282
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33283
 # @configure_input@
 
33284
 
 
33285
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33286
@@ -178,6 +178,7 @@
 
33287
 PACKAGE_NAME = @PACKAGE_NAME@
 
33288
 PACKAGE_STRING = @PACKAGE_STRING@
 
33289
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33290
+PACKAGE_URL = @PACKAGE_URL@
 
33291
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33292
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33293
 PKG_CONFIG = @PKG_CONFIG@
 
33294
@@ -288,7 +289,7 @@
 
33295
 #     (which will cause the Makefiles to be regenerated when you run `make');
 
33296
 # (2) otherwise, pass the desired values on the `make' command line.
 
33297
 $(RECURSIVE_TARGETS):
 
33298
-       @failcom='exit 1'; \
 
33299
+       @fail= failcom='exit 1'; \
 
33300
        for f in x $$MAKEFLAGS; do \
 
33301
          case $$f in \
 
33302
            *=* | --[!k]*);; \
 
33303
@@ -313,7 +314,7 @@
 
33304
        fi; test -z "$$fail"
 
33305
 
 
33306
 $(RECURSIVE_CLEAN_TARGETS):
 
33307
-       @failcom='exit 1'; \
 
33308
+       @fail= failcom='exit 1'; \
 
33309
        for f in x $$MAKEFLAGS; do \
 
33310
          case $$f in \
 
33311
            *=* | --[!k]*);; \
 
33312
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/linc2/Makefile.in orbit2-2.14.18/linc2/Makefile.in
 
33313
--- orbit2-2.14.18.old/linc2/Makefile.in        2010-03-30 12:52:20.000000000 +0200
 
33314
+++ orbit2-2.14.18/linc2/Makefile.in    2010-04-08 12:32:07.002304116 +0200
 
33315
@@ -1,4 +1,4 @@
 
33316
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33317
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33318
 # @configure_input@
 
33319
 
 
33320
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33321
@@ -179,6 +179,7 @@
 
33322
 PACKAGE_NAME = @PACKAGE_NAME@
 
33323
 PACKAGE_STRING = @PACKAGE_STRING@
 
33324
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33325
+PACKAGE_URL = @PACKAGE_URL@
 
33326
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33327
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33328
 PKG_CONFIG = @PKG_CONFIG@
 
33329
@@ -289,7 +290,7 @@
 
33330
 #     (which will cause the Makefiles to be regenerated when you run `make');
 
33331
 # (2) otherwise, pass the desired values on the `make' command line.
 
33332
 $(RECURSIVE_TARGETS):
 
33333
-       @failcom='exit 1'; \
 
33334
+       @fail= failcom='exit 1'; \
 
33335
        for f in x $$MAKEFLAGS; do \
 
33336
          case $$f in \
 
33337
            *=* | --[!k]*);; \
 
33338
@@ -314,7 +315,7 @@
 
33339
        fi; test -z "$$fail"
 
33340
 
 
33341
 $(RECURSIVE_CLEAN_TARGETS):
 
33342
-       @failcom='exit 1'; \
 
33343
+       @fail= failcom='exit 1'; \
 
33344
        for f in x $$MAKEFLAGS; do \
 
33345
          case $$f in \
 
33346
            *=* | --[!k]*);; \
 
33347
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/linc2/src/Makefile.in orbit2-2.14.18/linc2/src/Makefile.in
 
33348
--- orbit2-2.14.18.old/linc2/src/Makefile.in    2010-03-30 12:52:20.000000000 +0200
 
33349
+++ orbit2-2.14.18/linc2/src/Makefile.in        2010-04-08 12:32:07.242303740 +0200
 
33350
@@ -1,4 +1,4 @@
 
33351
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33352
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33353
 # @configure_input@
 
33354
 
 
33355
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33356
@@ -173,6 +173,7 @@
 
33357
 PACKAGE_NAME = @PACKAGE_NAME@
 
33358
 PACKAGE_STRING = @PACKAGE_STRING@
 
33359
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33360
+PACKAGE_URL = @PACKAGE_URL@
 
33361
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33362
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33363
 PKG_CONFIG = @PKG_CONFIG@
 
33364
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/linc2/test/Makefile.in orbit2-2.14.18/linc2/test/Makefile.in
 
33365
--- orbit2-2.14.18.old/linc2/test/Makefile.in   2010-03-30 12:52:20.000000000 +0200
 
33366
+++ orbit2-2.14.18/linc2/test/Makefile.in       2010-04-08 12:32:07.302304245 +0200
 
33367
@@ -1,4 +1,4 @@
 
33368
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33369
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33370
 # @configure_input@
 
33371
 
 
33372
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33373
@@ -163,6 +163,7 @@
 
33374
 PACKAGE_NAME = @PACKAGE_NAME@
 
33375
 PACKAGE_STRING = @PACKAGE_STRING@
 
33376
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33377
+PACKAGE_URL = @PACKAGE_URL@
 
33378
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33379
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33380
 PKG_CONFIG = @PKG_CONFIG@
 
33381
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/ltmain.sh orbit2-2.14.18/ltmain.sh
 
33382
--- orbit2-2.14.18.old/ltmain.sh        2010-03-30 12:52:14.000000000 +0200
 
33383
+++ orbit2-2.14.18/ltmain.sh    2010-04-08 12:31:59.742344594 +0200
 
33384
@@ -1,6 +1,6 @@
 
33385
 # Generated from ltmain.m4sh.
 
33386
 
 
33387
-# ltmain.sh (GNU libtool) 2.2.6
 
33388
+# ltmain.sh (GNU libtool) 2.2.6b
 
33389
 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
 
33390
 
 
33391
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc.
1112
33392
@@ -65,7 +65,7 @@
1113
33393
 #       compiler:              $LTCC
1114
33394
 #       compiler flags:                $LTCFLAGS
1115
33395
 #       linker:                $LD (gnu? $with_gnu_ld)
1116
33396
-#       $progname:             (GNU libtool) 2.2.6
1117
 
+#       $progname:             (GNU libtool) 2.2.6 Debian-2.2.6a-1
 
33397
+#       $progname:             (GNU libtool) 2.2.6b Debian-2.2.6b-2
1118
33398
 #       automake:              $automake_version
1119
33399
 #       autoconf:              $autoconf_version
1120
33400
 #
1121
 
@@ -73,7 +73,7 @@
 
33401
@@ -73,9 +73,9 @@
1122
33402
 
1123
33403
 PROGRAM=ltmain.sh
1124
33404
 PACKAGE=libtool
1125
33405
-VERSION=2.2.6
1126
 
+VERSION="2.2.6 Debian-2.2.6a-1"
 
33406
+VERSION="2.2.6b Debian-2.2.6b-2"
1127
33407
 TIMESTAMP=""
1128
 
 package_revision=1.3012
 
33408
-package_revision=1.3012
 
33409
+package_revision=1.3017
 
33410
 
 
33411
 # Be Bourne compatible
 
33412
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
 
33413
@@ -116,15 +116,15 @@
 
33414
 
 
33415
 : ${CP="cp -f"}
 
33416
 : ${ECHO="echo"}
 
33417
-: ${EGREP="/usr/bin/grep -E"}
 
33418
-: ${FGREP="/usr/bin/grep -F"}
 
33419
-: ${GREP="/usr/bin/grep"}
 
33420
+: ${EGREP="/bin/grep -E"}
 
33421
+: ${FGREP="/bin/grep -F"}
 
33422
+: ${GREP="/bin/grep"}
 
33423
 : ${LN_S="ln -s"}
 
33424
 : ${MAKE="make"}
 
33425
 : ${MKDIR="mkdir"}
 
33426
 : ${MV="mv -f"}
 
33427
 : ${RM="rm -f"}
 
33428
-: ${SED="/opt/local/bin/gsed"}
 
33429
+: ${SED="/bin/sed"}
 
33430
 : ${SHELL="${CONFIG_SHELL-/bin/sh}"}
 
33431
 : ${Xsed="$SED -e 1s/^X//"}
1129
33432
 
1130
33433
@@ -5033,7 +5033,10 @@
1131
33434
        case $pass in
1139
33442
        esac
1140
33443
       fi
1141
33444
       if test "$linkmode,$pass" = "lib,dlpreopen"; then
1142
 
@@ -6206,6 +6209,9 @@
 
33445
@@ -5344,19 +5347,19 @@
 
33446
            # It is a libtool convenience library, so add in its objects.
 
33447
            convenience="$convenience $ladir/$objdir/$old_library"
 
33448
            old_convenience="$old_convenience $ladir/$objdir/$old_library"
 
33449
+           tmp_libs=
 
33450
+           for deplib in $dependency_libs; do
 
33451
+             deplibs="$deplib $deplibs"
 
33452
+             if $opt_duplicate_deps ; then
 
33453
+               case "$tmp_libs " in
 
33454
+               *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
 
33455
+               esac
 
33456
+             fi
 
33457
+             tmp_libs="$tmp_libs $deplib"
 
33458
+           done
 
33459
          elif test "$linkmode" != prog && test "$linkmode" != lib; then
 
33460
            func_fatal_error "\`$lib' is not a convenience library"
 
33461
          fi
 
33462
-         tmp_libs=
 
33463
-         for deplib in $dependency_libs; do
 
33464
-           deplibs="$deplib $deplibs"
 
33465
-           if $opt_duplicate_deps ; then
 
33466
-             case "$tmp_libs " in
 
33467
-             *" $deplib "*) specialdeplibs="$specialdeplibs $deplib" ;;
 
33468
-             esac
 
33469
-           fi
 
33470
-           tmp_libs="$tmp_libs $deplib"
 
33471
-         done
 
33472
          continue
 
33473
        fi # $pass = conv
 
33474
 
 
33475
@@ -5893,6 +5896,7 @@
 
33476
          if test "$link_all_deplibs" != no; then
 
33477
            # Add the search paths of all dependency libraries
 
33478
            for deplib in $dependency_libs; do
 
33479
+             path=
 
33480
              case $deplib in
 
33481
              -L*) path="$deplib" ;;
 
33482
              *.la)
 
33483
@@ -6206,6 +6210,9 @@
1143
33484
            revision="$number_minor"
1144
33485
            lt_irix_increment=no
1145
33486
            ;;
1149
33490
          esac
1150
33491
          ;;
1151
33492
        no)
1152
 
diff -Naur orbit2-2.14.17.old/Makefile.in orbit2-2.14.17/Makefile.in
1153
 
--- orbit2-2.14.17.old/Makefile.in      2009-03-05 13:43:06.000000000 +0100
1154
 
+++ orbit2-2.14.17/Makefile.in  2009-03-06 18:43:07.000000000 +0100
1155
 
@@ -1,4 +1,4 @@
1156
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1157
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1158
 
 # @configure_input@
1159
 
 
1160
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1161
 
@@ -367,7 +367,7 @@
1162
 
        -rm -rf .libs _libs
1163
 
 
1164
 
 distclean-libtool:
1165
 
-       -rm -f libtool config.lt
1166
 
+       -rm -f libtool
1167
 
 install-m4dataDATA: $(m4data_DATA)
1168
 
        @$(NORMAL_INSTALL)
1169
 
        test -z "$(m4datadir)" || $(MKDIR_P) "$(DESTDIR)$(m4datadir)"
1170
 
@@ -478,7 +478,7 @@
1171
 
        unique=`for i in $$list; do \
1172
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1173
 
          done | \
1174
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1175
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1176
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1177
 
        mkid -fID $$unique
1178
 
 tags: TAGS
1179
 
diff -Naur orbit2-2.14.17.old/src/idl/CORBA/Makefile.in orbit2-2.14.17/src/idl/CORBA/Makefile.in
1180
 
--- orbit2-2.14.17.old/src/idl/CORBA/Makefile.in        2009-03-05 13:43:03.000000000 +0100
1181
 
+++ orbit2-2.14.17/src/idl/CORBA/Makefile.in    2009-03-06 18:43:06.000000000 +0100
1182
 
@@ -1,4 +1,4 @@
1183
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1184
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1185
 
 # @configure_input@
1186
 
 
1187
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1188
 
@@ -214,8 +214,8 @@
1189
 
        @for dep in $?; do \
1190
 
          case '$(am__configure_deps)' in \
1191
 
            *$$dep*) \
1192
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1193
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1194
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1195
 
+               && exit 0; \
1196
 
              exit 1;; \
1197
 
          esac; \
1198
 
        done; \
1199
 
diff -Naur orbit2-2.14.17.old/src/idl/CORBA_PIDL/Makefile.in orbit2-2.14.17/src/idl/CORBA_PIDL/Makefile.in
1200
 
--- orbit2-2.14.17.old/src/idl/CORBA_PIDL/Makefile.in   2009-03-05 13:43:03.000000000 +0100
1201
 
+++ orbit2-2.14.17/src/idl/CORBA_PIDL/Makefile.in       2009-03-06 18:43:06.000000000 +0100
1202
 
@@ -1,4 +1,4 @@
1203
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1204
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1205
 
 # @configure_input@
1206
 
 
1207
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1208
 
@@ -214,8 +214,8 @@
1209
 
        @for dep in $?; do \
1210
 
          case '$(am__configure_deps)' in \
1211
 
            *$$dep*) \
1212
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1213
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1214
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1215
 
+               && exit 0; \
1216
 
              exit 1;; \
1217
 
          esac; \
1218
 
        done; \
1219
 
diff -Naur orbit2-2.14.17.old/src/idl/interop/Makefile.in orbit2-2.14.17/src/idl/interop/Makefile.in
1220
 
--- orbit2-2.14.17.old/src/idl/interop/Makefile.in      2009-03-05 13:43:04.000000000 +0100
1221
 
+++ orbit2-2.14.17/src/idl/interop/Makefile.in  2009-03-06 18:43:06.000000000 +0100
1222
 
@@ -1,4 +1,4 @@
1223
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1224
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1225
 
 # @configure_input@
1226
 
 
1227
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1228
 
@@ -215,8 +215,8 @@
1229
 
        @for dep in $?; do \
1230
 
          case '$(am__configure_deps)' in \
1231
 
            *$$dep*) \
1232
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1233
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1234
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1235
 
+               && exit 0; \
1236
 
              exit 1;; \
1237
 
          esac; \
1238
 
        done; \
1239
 
diff -Naur orbit2-2.14.17.old/src/idl/Makefile.in orbit2-2.14.17/src/idl/Makefile.in
1240
 
--- orbit2-2.14.17.old/src/idl/Makefile.in      2009-03-05 13:43:04.000000000 +0100
1241
 
+++ orbit2-2.14.17/src/idl/Makefile.in  2009-03-06 18:43:06.000000000 +0100
1242
 
@@ -1,4 +1,4 @@
1243
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1244
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1245
 
 # @configure_input@
1246
 
 
1247
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1248
 
@@ -215,8 +215,8 @@
1249
 
        @for dep in $?; do \
1250
 
          case '$(am__configure_deps)' in \
1251
 
            *$$dep*) \
1252
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1253
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1254
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1255
 
+               && exit 0; \
1256
 
              exit 1;; \
1257
 
          esac; \
1258
 
        done; \
1259
 
@@ -322,7 +322,7 @@
1260
 
        unique=`for i in $$list; do \
1261
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1262
 
          done | \
1263
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1264
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1265
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1266
 
        mkid -fID $$unique
1267
 
 tags: TAGS
1268
 
diff -Naur orbit2-2.14.17.old/src/idl/misc/Makefile.in orbit2-2.14.17/src/idl/misc/Makefile.in
1269
 
--- orbit2-2.14.17.old/src/idl/misc/Makefile.in 2009-03-05 13:43:04.000000000 +0100
1270
 
+++ orbit2-2.14.17/src/idl/misc/Makefile.in     2009-03-06 18:43:06.000000000 +0100
1271
 
@@ -1,4 +1,4 @@
1272
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1273
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1274
 
 # @configure_input@
1275
 
 
1276
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1277
 
@@ -206,8 +206,8 @@
1278
 
        @for dep in $?; do \
1279
 
          case '$(am__configure_deps)' in \
1280
 
            *$$dep*) \
1281
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1282
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1283
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1284
 
+               && exit 0; \
1285
 
              exit 1;; \
1286
 
          esac; \
1287
 
        done; \
1288
 
diff -Naur orbit2-2.14.17.old/src/idl-compiler/Makefile.in orbit2-2.14.17/src/idl-compiler/Makefile.in
1289
 
--- orbit2-2.14.17.old/src/idl-compiler/Makefile.in     2009-03-05 13:43:03.000000000 +0100
1290
 
+++ orbit2-2.14.17/src/idl-compiler/Makefile.in 2009-03-06 18:43:06.000000000 +0100
1291
 
@@ -1,4 +1,4 @@
1292
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1293
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1294
 
 # @configure_input@
1295
 
 
1296
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1297
 
@@ -289,8 +289,8 @@
1298
 
        @for dep in $?; do \
1299
 
          case '$(am__configure_deps)' in \
1300
 
            *$$dep*) \
1301
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1302
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1303
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1304
 
+               && exit 0; \
1305
 
              exit 1;; \
1306
 
          esac; \
1307
 
        done; \
1308
 
@@ -435,7 +435,7 @@
1309
 
        unique=`for i in $$list; do \
1310
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1311
 
          done | \
1312
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1313
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1314
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1315
 
        mkid -fID $$unique
1316
 
 tags: TAGS
1317
 
diff -Naur orbit2-2.14.17.old/src/Makefile.in orbit2-2.14.17/src/Makefile.in
1318
 
--- orbit2-2.14.17.old/src/Makefile.in  2009-03-05 13:43:03.000000000 +0100
1319
 
+++ orbit2-2.14.17/src/Makefile.in      2009-03-06 18:43:06.000000000 +0100
1320
 
@@ -1,4 +1,4 @@
1321
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1322
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1323
 
 # @configure_input@
1324
 
 
1325
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1326
 
@@ -215,8 +215,8 @@
1327
 
        @for dep in $?; do \
1328
 
          case '$(am__configure_deps)' in \
1329
 
            *$$dep*) \
1330
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1331
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1332
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1333
 
+               && exit 0; \
1334
 
              exit 1;; \
1335
 
          esac; \
1336
 
        done; \
1337
 
@@ -322,7 +322,7 @@
1338
 
        unique=`for i in $$list; do \
1339
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1340
 
          done | \
1341
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1342
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1343
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1344
 
        mkid -fID $$unique
1345
 
 tags: TAGS
1346
 
diff -Naur orbit2-2.14.17.old/src/orb/dynamic/Makefile.in orbit2-2.14.17/src/orb/dynamic/Makefile.in
1347
 
--- orbit2-2.14.17.old/src/orb/dynamic/Makefile.in      2009-03-05 13:43:04.000000000 +0100
1348
 
+++ orbit2-2.14.17/src/orb/dynamic/Makefile.in  2009-03-06 18:43:06.000000000 +0100
1349
 
@@ -1,4 +1,4 @@
1350
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1351
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1352
 
 # @configure_input@
1353
 
 
1354
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1355
 
@@ -256,8 +256,8 @@
1356
 
        @for dep in $?; do \
1357
 
          case '$(am__configure_deps)' in \
1358
 
            *$$dep*) \
1359
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1360
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1361
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1362
 
+               && exit 0; \
1363
 
              exit 1;; \
1364
 
          esac; \
1365
 
        done; \
1366
 
@@ -334,7 +334,7 @@
1367
 
        unique=`for i in $$list; do \
1368
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1369
 
          done | \
1370
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1371
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1372
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1373
 
        mkid -fID $$unique
1374
 
 tags: TAGS
1375
 
diff -Naur orbit2-2.14.17.old/src/orb/GIOP/Makefile.in orbit2-2.14.17/src/orb/GIOP/Makefile.in
1376
 
--- orbit2-2.14.17.old/src/orb/GIOP/Makefile.in 2009-03-05 13:43:04.000000000 +0100
1377
 
+++ orbit2-2.14.17/src/orb/GIOP/Makefile.in     2009-03-06 18:43:06.000000000 +0100
1378
 
@@ -1,4 +1,4 @@
1379
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1380
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1381
 
 # @configure_input@
1382
 
 
1383
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1384
 
@@ -241,8 +241,8 @@
1385
 
        @for dep in $?; do \
1386
 
          case '$(am__configure_deps)' in \
1387
 
            *$$dep*) \
1388
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1389
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1390
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1391
 
+               && exit 0; \
1392
 
              exit 1;; \
1393
 
          esac; \
1394
 
        done; \
1395
 
@@ -322,7 +322,7 @@
1396
 
        unique=`for i in $$list; do \
1397
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1398
 
          done | \
1399
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1400
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1401
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1402
 
        mkid -fID $$unique
1403
 
 tags: TAGS
1404
 
diff -Naur orbit2-2.14.17.old/src/orb/include/Makefile.in orbit2-2.14.17/src/orb/include/Makefile.in
1405
 
--- orbit2-2.14.17.old/src/orb/include/Makefile.in      2009-03-05 13:43:04.000000000 +0100
1406
 
+++ orbit2-2.14.17/src/orb/include/Makefile.in  2009-03-06 18:43:06.000000000 +0100
1407
 
@@ -1,4 +1,4 @@
1408
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1409
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1410
 
 # @configure_input@
1411
 
 
1412
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1413
 
@@ -202,8 +202,8 @@
1414
 
        @for dep in $?; do \
1415
 
          case '$(am__configure_deps)' in \
1416
 
            *$$dep*) \
1417
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1418
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1419
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1420
 
+               && exit 0; \
1421
 
              exit 1;; \
1422
 
          esac; \
1423
 
        done; \
1424
 
diff -Naur orbit2-2.14.17.old/src/orb/Makefile.in orbit2-2.14.17/src/orb/Makefile.in
1425
 
--- orbit2-2.14.17.old/src/orb/Makefile.in      2009-03-05 13:43:04.000000000 +0100
1426
 
+++ orbit2-2.14.17/src/orb/Makefile.in  2009-03-06 18:43:06.000000000 +0100
1427
 
@@ -1,4 +1,4 @@
1428
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1429
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1430
 
 # @configure_input@
1431
 
 
1432
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1433
 
@@ -272,8 +272,8 @@
1434
 
        @for dep in $?; do \
1435
 
          case '$(am__configure_deps)' in \
1436
 
            *$$dep*) \
1437
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1438
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1439
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1440
 
+               && exit 0; \
1441
 
              exit 1;; \
1442
 
          esac; \
1443
 
        done; \
1444
 
@@ -437,7 +437,7 @@
1445
 
        unique=`for i in $$list; do \
1446
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1447
 
          done | \
1448
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1449
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1450
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1451
 
        mkid -fID $$unique
1452
 
 tags: TAGS
1453
 
diff -Naur orbit2-2.14.17.old/src/orb/orb-core/Makefile.in orbit2-2.14.17/src/orb/orb-core/Makefile.in
1454
 
--- orbit2-2.14.17.old/src/orb/orb-core/Makefile.in     2009-03-05 13:43:04.000000000 +0100
1455
 
+++ orbit2-2.14.17/src/orb/orb-core/Makefile.in 2009-03-06 18:43:06.000000000 +0100
1456
 
@@ -1,4 +1,4 @@
1457
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1458
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1459
 
 # @configure_input@
1460
 
 
1461
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1462
 
@@ -322,8 +322,8 @@
1463
 
        @for dep in $?; do \
1464
 
          case '$(am__configure_deps)' in \
1465
 
            *$$dep*) \
1466
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1467
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1468
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1469
 
+               && exit 0; \
1470
 
              exit 1;; \
1471
 
          esac; \
1472
 
        done; \
1473
 
@@ -424,7 +424,7 @@
1474
 
        unique=`for i in $$list; do \
1475
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1476
 
          done | \
1477
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1478
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1479
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1480
 
        mkid -fID $$unique
1481
 
 tags: TAGS
1482
 
diff -Naur orbit2-2.14.17.old/src/orb/poa/Makefile.in orbit2-2.14.17/src/orb/poa/Makefile.in
1483
 
--- orbit2-2.14.17.old/src/orb/poa/Makefile.in  2009-03-05 13:43:04.000000000 +0100
1484
 
+++ orbit2-2.14.17/src/orb/poa/Makefile.in      2009-03-06 18:43:07.000000000 +0100
1485
 
@@ -1,4 +1,4 @@
1486
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1487
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1488
 
 # @configure_input@
1489
 
 
1490
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1491
 
@@ -275,8 +275,8 @@
1492
 
        @for dep in $?; do \
1493
 
          case '$(am__configure_deps)' in \
1494
 
            *$$dep*) \
1495
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1496
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1497
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1498
 
+               && exit 0; \
1499
 
              exit 1;; \
1500
 
          esac; \
1501
 
        done; \
1502
 
@@ -357,7 +357,7 @@
1503
 
        unique=`for i in $$list; do \
1504
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1505
 
          done | \
1506
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1507
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1508
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1509
 
        mkid -fID $$unique
1510
 
 tags: TAGS
1511
 
diff -Naur orbit2-2.14.17.old/src/orb/util/Makefile.in orbit2-2.14.17/src/orb/util/Makefile.in
1512
 
--- orbit2-2.14.17.old/src/orb/util/Makefile.in 2009-03-05 13:43:05.000000000 +0100
1513
 
+++ orbit2-2.14.17/src/orb/util/Makefile.in     2009-03-06 18:43:07.000000000 +0100
1514
 
@@ -1,4 +1,4 @@
1515
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1516
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1517
 
 # @configure_input@
1518
 
 
1519
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1520
 
@@ -240,8 +240,8 @@
1521
 
        @for dep in $?; do \
1522
 
          case '$(am__configure_deps)' in \
1523
 
            *$$dep*) \
1524
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1525
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1526
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1527
 
+               && exit 0; \
1528
 
              exit 1;; \
1529
 
          esac; \
1530
 
        done; \
1531
 
@@ -319,7 +319,7 @@
1532
 
        unique=`for i in $$list; do \
1533
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1534
 
          done | \
1535
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1536
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1537
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1538
 
        mkid -fID $$unique
1539
 
 tags: TAGS
1540
 
diff -Naur orbit2-2.14.17.old/src/services/imodule/Makefile.in orbit2-2.14.17/src/services/imodule/Makefile.in
1541
 
--- orbit2-2.14.17.old/src/services/imodule/Makefile.in 2009-03-05 13:43:05.000000000 +0100
1542
 
+++ orbit2-2.14.17/src/services/imodule/Makefile.in     2009-03-06 18:43:07.000000000 +0100
1543
 
@@ -1,4 +1,4 @@
1544
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1545
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1546
 
 # @configure_input@
1547
 
 
1548
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1549
 
@@ -276,8 +276,8 @@
1550
 
        @for dep in $?; do \
1551
 
          case '$(am__configure_deps)' in \
1552
 
            *$$dep*) \
1553
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1554
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1555
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1556
 
+               && exit 0; \
1557
 
              exit 1;; \
1558
 
          esac; \
1559
 
        done; \
1560
 
@@ -390,7 +390,7 @@
1561
 
        unique=`for i in $$list; do \
1562
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1563
 
          done | \
1564
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1565
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1566
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1567
 
        mkid -fID $$unique
1568
 
 tags: TAGS
1569
 
diff -Naur orbit2-2.14.17.old/src/services/Makefile.in orbit2-2.14.17/src/services/Makefile.in
1570
 
--- orbit2-2.14.17.old/src/services/Makefile.in 2009-03-05 13:43:05.000000000 +0100
1571
 
+++ orbit2-2.14.17/src/services/Makefile.in     2009-03-06 18:43:07.000000000 +0100
1572
 
@@ -1,4 +1,4 @@
1573
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1574
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1575
 
 # @configure_input@
1576
 
 
1577
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1578
 
@@ -218,8 +218,8 @@
1579
 
        @for dep in $?; do \
1580
 
          case '$(am__configure_deps)' in \
1581
 
            *$$dep*) \
1582
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1583
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1584
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1585
 
+               && exit 0; \
1586
 
              exit 1;; \
1587
 
          esac; \
1588
 
        done; \
1589
 
@@ -325,7 +325,7 @@
1590
 
        unique=`for i in $$list; do \
1591
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1592
 
          done | \
1593
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1594
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1595
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1596
 
        mkid -fID $$unique
1597
 
 tags: TAGS
1598
 
diff -Naur orbit2-2.14.17.old/src/services/name/Makefile.in orbit2-2.14.17/src/services/name/Makefile.in
1599
 
--- orbit2-2.14.17.old/src/services/name/Makefile.in    2009-03-05 13:43:05.000000000 +0100
1600
 
+++ orbit2-2.14.17/src/services/name/Makefile.in        2009-03-06 18:43:07.000000000 +0100
1601
 
@@ -1,4 +1,4 @@
1602
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1603
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1604
 
 # @configure_input@
1605
 
 
1606
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1607
 
@@ -35,7 +35,7 @@
 
33493
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/Makefile.in orbit2-2.14.18/Makefile.in
 
33494
--- orbit2-2.14.18.old/Makefile.in      2010-03-30 12:52:22.000000000 +0200
 
33495
+++ orbit2-2.14.18/Makefile.in  2010-04-08 12:32:08.719304306 +0200
 
33496
@@ -1,4 +1,4 @@
 
33497
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33498
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33499
 # @configure_input@
 
33500
 
 
33501
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33502
@@ -230,6 +230,7 @@
 
33503
 PACKAGE_NAME = @PACKAGE_NAME@
 
33504
 PACKAGE_STRING = @PACKAGE_STRING@
 
33505
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33506
+PACKAGE_URL = @PACKAGE_URL@
 
33507
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33508
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33509
 PKG_CONFIG = @PKG_CONFIG@
 
33510
@@ -478,7 +479,7 @@
 
33511
 #     (which will cause the Makefiles to be regenerated when you run `make');
 
33512
 # (2) otherwise, pass the desired values on the `make' command line.
 
33513
 $(RECURSIVE_TARGETS):
 
33514
-       @failcom='exit 1'; \
 
33515
+       @fail= failcom='exit 1'; \
 
33516
        for f in x $$MAKEFLAGS; do \
 
33517
          case $$f in \
 
33518
            *=* | --[!k]*);; \
 
33519
@@ -503,7 +504,7 @@
 
33520
        fi; test -z "$$fail"
 
33521
 
 
33522
 $(RECURSIVE_CLEAN_TARGETS):
 
33523
-       @failcom='exit 1'; \
 
33524
+       @fail= failcom='exit 1'; \
 
33525
        for f in x $$MAKEFLAGS; do \
 
33526
          case $$f in \
 
33527
            *=* | --[!k]*);; \
 
33528
@@ -667,7 +668,8 @@
 
33529
          fi; \
 
33530
        done
 
33531
        -test -n "$(am__skip_mode_fix)" \
 
33532
-       || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
33533
+       || find "$(distdir)" -type d ! -perm -755 \
 
33534
+               -exec chmod u+rwx,go+rx {} \; -o \
 
33535
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
33536
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
33537
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
33538
@@ -710,17 +712,17 @@
 
33539
 distcheck: dist
 
33540
        case '$(DIST_ARCHIVES)' in \
 
33541
        *.tar.gz*) \
 
33542
-         GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
33543
+         GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
 
33544
        *.tar.bz2*) \
 
33545
-         bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
33546
+         bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
 
33547
        *.tar.lzma*) \
 
33548
-         unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
33549
+         lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
33550
        *.tar.xz*) \
 
33551
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
 
33552
        *.tar.Z*) \
 
33553
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
33554
        *.shar.gz*) \
 
33555
-         GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
33556
+         GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
 
33557
        *.zip*) \
 
33558
          unzip $(distdir).zip ;;\
 
33559
        esac
 
33560
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/src/idl/CORBA/Makefile.in orbit2-2.14.18/src/idl/CORBA/Makefile.in
 
33561
--- orbit2-2.14.18.old/src/idl/CORBA/Makefile.in        2010-03-30 12:52:20.000000000 +0200
 
33562
+++ orbit2-2.14.18/src/idl/CORBA/Makefile.in    2010-04-08 12:32:07.470304238 +0200
 
33563
@@ -1,4 +1,4 @@
 
33564
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33565
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33566
 # @configure_input@
 
33567
 
 
33568
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33569
@@ -138,6 +138,7 @@
 
33570
 PACKAGE_NAME = @PACKAGE_NAME@
 
33571
 PACKAGE_STRING = @PACKAGE_STRING@
 
33572
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33573
+PACKAGE_URL = @PACKAGE_URL@
 
33574
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33575
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33576
 PKG_CONFIG = @PKG_CONFIG@
 
33577
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/src/idl/CORBA_PIDL/Makefile.in orbit2-2.14.18/src/idl/CORBA_PIDL/Makefile.in
 
33578
--- orbit2-2.14.18.old/src/idl/CORBA_PIDL/Makefile.in   2010-03-30 12:52:20.000000000 +0200
 
33579
+++ orbit2-2.14.18/src/idl/CORBA_PIDL/Makefile.in       2010-04-08 12:32:07.514304245 +0200
 
33580
@@ -1,4 +1,4 @@
 
33581
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33582
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33583
 # @configure_input@
 
33584
 
 
33585
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33586
@@ -138,6 +138,7 @@
 
33587
 PACKAGE_NAME = @PACKAGE_NAME@
 
33588
 PACKAGE_STRING = @PACKAGE_STRING@
 
33589
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33590
+PACKAGE_URL = @PACKAGE_URL@
 
33591
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33592
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33593
 PKG_CONFIG = @PKG_CONFIG@
 
33594
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/src/idl/interop/Makefile.in orbit2-2.14.18/src/idl/interop/Makefile.in
 
33595
--- orbit2-2.14.18.old/src/idl/interop/Makefile.in      2010-03-30 12:52:20.000000000 +0200
 
33596
+++ orbit2-2.14.18/src/idl/interop/Makefile.in  2010-04-08 12:32:07.598303953 +0200
 
33597
@@ -1,4 +1,4 @@
 
33598
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33599
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33600
 # @configure_input@
 
33601
 
 
33602
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33603
@@ -138,6 +138,7 @@
 
33604
 PACKAGE_NAME = @PACKAGE_NAME@
 
33605
 PACKAGE_STRING = @PACKAGE_STRING@
 
33606
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33607
+PACKAGE_URL = @PACKAGE_URL@
 
33608
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33609
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33610
 PKG_CONFIG = @PKG_CONFIG@
 
33611
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/src/idl/Makefile.in orbit2-2.14.18/src/idl/Makefile.in
 
33612
--- orbit2-2.14.18.old/src/idl/Makefile.in      2010-03-30 12:52:20.000000000 +0200
 
33613
+++ orbit2-2.14.18/src/idl/Makefile.in  2010-04-08 12:32:07.558304319 +0200
 
33614
@@ -1,4 +1,4 @@
 
33615
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33616
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33617
 # @configure_input@
 
33618
 
 
33619
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33620
@@ -178,6 +178,7 @@
 
33621
 PACKAGE_NAME = @PACKAGE_NAME@
 
33622
 PACKAGE_STRING = @PACKAGE_STRING@
 
33623
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33624
+PACKAGE_URL = @PACKAGE_URL@
 
33625
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33626
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33627
 PKG_CONFIG = @PKG_CONFIG@
 
33628
@@ -288,7 +289,7 @@
 
33629
 #     (which will cause the Makefiles to be regenerated when you run `make');
 
33630
 # (2) otherwise, pass the desired values on the `make' command line.
 
33631
 $(RECURSIVE_TARGETS):
 
33632
-       @failcom='exit 1'; \
 
33633
+       @fail= failcom='exit 1'; \
 
33634
        for f in x $$MAKEFLAGS; do \
 
33635
          case $$f in \
 
33636
            *=* | --[!k]*);; \
 
33637
@@ -313,7 +314,7 @@
 
33638
        fi; test -z "$$fail"
 
33639
 
 
33640
 $(RECURSIVE_CLEAN_TARGETS):
 
33641
-       @failcom='exit 1'; \
 
33642
+       @fail= failcom='exit 1'; \
 
33643
        for f in x $$MAKEFLAGS; do \
 
33644
          case $$f in \
 
33645
            *=* | --[!k]*);; \
 
33646
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/src/idl/misc/Makefile.in orbit2-2.14.18/src/idl/misc/Makefile.in
 
33647
--- orbit2-2.14.18.old/src/idl/misc/Makefile.in 2010-03-30 12:52:20.000000000 +0200
 
33648
+++ orbit2-2.14.18/src/idl/misc/Makefile.in     2010-04-08 12:32:07.638304074 +0200
 
33649
@@ -1,4 +1,4 @@
 
33650
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33651
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33652
 # @configure_input@
 
33653
 
 
33654
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33655
@@ -138,6 +138,7 @@
 
33656
 PACKAGE_NAME = @PACKAGE_NAME@
 
33657
 PACKAGE_STRING = @PACKAGE_STRING@
 
33658
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33659
+PACKAGE_URL = @PACKAGE_URL@
 
33660
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33661
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33662
 PKG_CONFIG = @PKG_CONFIG@
 
33663
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/src/idl-compiler/Makefile.in orbit2-2.14.18/src/idl-compiler/Makefile.in
 
33664
--- orbit2-2.14.18.old/src/idl-compiler/Makefile.in     2010-03-30 12:52:20.000000000 +0200
 
33665
+++ orbit2-2.14.18/src/idl-compiler/Makefile.in 2010-04-08 12:32:07.430304180 +0200
 
33666
@@ -1,4 +1,4 @@
 
33667
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33668
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33669
 # @configure_input@
 
33670
 
 
33671
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33672
@@ -195,6 +195,7 @@
 
33673
 PACKAGE_NAME = @PACKAGE_NAME@
 
33674
 PACKAGE_STRING = @PACKAGE_STRING@
 
33675
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33676
+PACKAGE_URL = @PACKAGE_URL@
 
33677
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33678
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33679
 PKG_CONFIG = @PKG_CONFIG@
 
33680
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/src/Makefile.in orbit2-2.14.18/src/Makefile.in
 
33681
--- orbit2-2.14.18.old/src/Makefile.in  2010-03-30 12:52:20.000000000 +0200
 
33682
+++ orbit2-2.14.18/src/Makefile.in      2010-04-08 12:32:07.346304252 +0200
 
33683
@@ -1,4 +1,4 @@
 
33684
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33685
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33686
 # @configure_input@
 
33687
 
 
33688
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33689
@@ -178,6 +178,7 @@
 
33690
 PACKAGE_NAME = @PACKAGE_NAME@
 
33691
 PACKAGE_STRING = @PACKAGE_STRING@
 
33692
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33693
+PACKAGE_URL = @PACKAGE_URL@
 
33694
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33695
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33696
 PKG_CONFIG = @PKG_CONFIG@
 
33697
@@ -288,7 +289,7 @@
 
33698
 #     (which will cause the Makefiles to be regenerated when you run `make');
 
33699
 # (2) otherwise, pass the desired values on the `make' command line.
 
33700
 $(RECURSIVE_TARGETS):
 
33701
-       @failcom='exit 1'; \
 
33702
+       @fail= failcom='exit 1'; \
 
33703
        for f in x $$MAKEFLAGS; do \
 
33704
          case $$f in \
 
33705
            *=* | --[!k]*);; \
 
33706
@@ -313,7 +314,7 @@
 
33707
        fi; test -z "$$fail"
 
33708
 
 
33709
 $(RECURSIVE_CLEAN_TARGETS):
 
33710
-       @failcom='exit 1'; \
 
33711
+       @fail= failcom='exit 1'; \
 
33712
        for f in x $$MAKEFLAGS; do \
 
33713
          case $$f in \
 
33714
            *=* | --[!k]*);; \
 
33715
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/src/orb/dynamic/Makefile.in orbit2-2.14.18/src/orb/dynamic/Makefile.in
 
33716
--- orbit2-2.14.18.old/src/orb/dynamic/Makefile.in      2010-03-30 12:52:21.000000000 +0200
 
33717
+++ orbit2-2.14.18/src/orb/dynamic/Makefile.in  2010-04-08 12:32:07.822304133 +0200
 
33718
@@ -1,4 +1,4 @@
 
33719
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33720
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33721
 # @configure_input@
 
33722
 
 
33723
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33724
@@ -160,6 +160,7 @@
 
33725
 PACKAGE_NAME = @PACKAGE_NAME@
 
33726
 PACKAGE_STRING = @PACKAGE_STRING@
 
33727
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33728
+PACKAGE_URL = @PACKAGE_URL@
 
33729
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33730
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33731
 PKG_CONFIG = @PKG_CONFIG@
 
33732
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/src/orb/GIOP/Makefile.in orbit2-2.14.18/src/orb/GIOP/Makefile.in
 
33733
--- orbit2-2.14.18.old/src/orb/GIOP/Makefile.in 2010-03-30 12:52:21.000000000 +0200
 
33734
+++ orbit2-2.14.18/src/orb/GIOP/Makefile.in     2010-04-08 12:32:07.698304223 +0200
 
33735
@@ -1,4 +1,4 @@
 
33736
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33737
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33738
 # @configure_input@
 
33739
 
 
33740
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33741
@@ -159,6 +159,7 @@
 
33742
 PACKAGE_NAME = @PACKAGE_NAME@
 
33743
 PACKAGE_STRING = @PACKAGE_STRING@
 
33744
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33745
+PACKAGE_URL = @PACKAGE_URL@
 
33746
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33747
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33748
 PKG_CONFIG = @PKG_CONFIG@
 
33749
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/src/orb/include/Makefile.in orbit2-2.14.18/src/orb/include/Makefile.in
 
33750
--- orbit2-2.14.18.old/src/orb/include/Makefile.in      2010-03-30 12:52:21.000000000 +0200
 
33751
+++ orbit2-2.14.18/src/orb/include/Makefile.in  2010-04-08 12:32:07.862304050 +0200
 
33752
@@ -1,4 +1,4 @@
 
33753
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33754
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33755
 # @configure_input@
 
33756
 
 
33757
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33758
@@ -138,6 +138,7 @@
 
33759
 PACKAGE_NAME = @PACKAGE_NAME@
 
33760
 PACKAGE_STRING = @PACKAGE_STRING@
 
33761
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33762
+PACKAGE_URL = @PACKAGE_URL@
 
33763
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33764
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33765
 PKG_CONFIG = @PKG_CONFIG@
 
33766
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/src/orb/Makefile.in orbit2-2.14.18/src/orb/Makefile.in
 
33767
--- orbit2-2.14.18.old/src/orb/Makefile.in      2010-03-30 12:52:21.000000000 +0200
 
33768
+++ orbit2-2.14.18/src/orb/Makefile.in  2010-04-08 12:32:07.758304027 +0200
 
33769
@@ -1,4 +1,4 @@
 
33770
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33771
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33772
 # @configure_input@
 
33773
 
 
33774
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33775
@@ -223,6 +223,7 @@
 
33776
 PACKAGE_NAME = @PACKAGE_NAME@
 
33777
 PACKAGE_STRING = @PACKAGE_STRING@
 
33778
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33779
+PACKAGE_URL = @PACKAGE_URL@
 
33780
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33781
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33782
 PKG_CONFIG = @PKG_CONFIG@
 
33783
@@ -422,7 +423,7 @@
 
33784
 #     (which will cause the Makefiles to be regenerated when you run `make');
 
33785
 # (2) otherwise, pass the desired values on the `make' command line.
 
33786
 $(RECURSIVE_TARGETS):
 
33787
-       @failcom='exit 1'; \
 
33788
+       @fail= failcom='exit 1'; \
 
33789
        for f in x $$MAKEFLAGS; do \
 
33790
          case $$f in \
 
33791
            *=* | --[!k]*);; \
 
33792
@@ -447,7 +448,7 @@
 
33793
        fi; test -z "$$fail"
 
33794
 
 
33795
 $(RECURSIVE_CLEAN_TARGETS):
 
33796
-       @failcom='exit 1'; \
 
33797
+       @fail= failcom='exit 1'; \
 
33798
        for f in x $$MAKEFLAGS; do \
 
33799
          case $$f in \
 
33800
            *=* | --[!k]*);; \
 
33801
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/src/orb/orb-core/Makefile.in orbit2-2.14.18/src/orb/orb-core/Makefile.in
 
33802
--- orbit2-2.14.18.old/src/orb/orb-core/Makefile.in     2010-03-30 12:52:21.000000000 +0200
 
33803
+++ orbit2-2.14.18/src/orb/orb-core/Makefile.in 2010-04-08 12:32:07.934304128 +0200
 
33804
@@ -1,4 +1,4 @@
 
33805
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33806
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33807
 # @configure_input@
 
33808
 
 
33809
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33810
@@ -185,6 +185,7 @@
 
33811
 PACKAGE_NAME = @PACKAGE_NAME@
 
33812
 PACKAGE_STRING = @PACKAGE_STRING@
 
33813
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33814
+PACKAGE_URL = @PACKAGE_URL@
 
33815
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33816
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33817
 PKG_CONFIG = @PKG_CONFIG@
 
33818
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/src/orb/poa/Makefile.in orbit2-2.14.18/src/orb/poa/Makefile.in
 
33819
--- orbit2-2.14.18.old/src/orb/poa/Makefile.in  2010-03-30 12:52:21.000000000 +0200
 
33820
+++ orbit2-2.14.18/src/orb/poa/Makefile.in      2010-04-08 12:32:08.011304770 +0200
 
33821
@@ -1,4 +1,4 @@
 
33822
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33823
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33824
 # @configure_input@
 
33825
 
 
33826
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33827
@@ -162,6 +162,7 @@
 
33828
 PACKAGE_NAME = @PACKAGE_NAME@
 
33829
 PACKAGE_STRING = @PACKAGE_STRING@
 
33830
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33831
+PACKAGE_URL = @PACKAGE_URL@
 
33832
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33833
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33834
 PKG_CONFIG = @PKG_CONFIG@
 
33835
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/src/orb/util/Makefile.in orbit2-2.14.18/src/orb/util/Makefile.in
 
33836
--- orbit2-2.14.18.old/src/orb/util/Makefile.in 2010-03-30 12:52:21.000000000 +0200
 
33837
+++ orbit2-2.14.18/src/orb/util/Makefile.in     2010-04-08 12:32:08.067304833 +0200
 
33838
@@ -1,4 +1,4 @@
 
33839
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33840
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33841
 # @configure_input@
 
33842
 
 
33843
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33844
@@ -158,6 +158,7 @@
 
33845
 PACKAGE_NAME = @PACKAGE_NAME@
 
33846
 PACKAGE_STRING = @PACKAGE_STRING@
 
33847
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33848
+PACKAGE_URL = @PACKAGE_URL@
 
33849
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33850
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33851
 PKG_CONFIG = @PKG_CONFIG@
 
33852
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/src/services/imodule/Makefile.in orbit2-2.14.18/src/services/imodule/Makefile.in
 
33853
--- orbit2-2.14.18.old/src/services/imodule/Makefile.in 2010-03-30 12:52:21.000000000 +0200
 
33854
+++ orbit2-2.14.18/src/services/imodule/Makefile.in     2010-04-08 12:32:08.175304861 +0200
 
33855
@@ -1,4 +1,4 @@
 
33856
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33857
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33858
 # @configure_input@
 
33859
 
 
33860
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33861
@@ -193,6 +193,7 @@
 
33862
 PACKAGE_NAME = @PACKAGE_NAME@
 
33863
 PACKAGE_STRING = @PACKAGE_STRING@
 
33864
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33865
+PACKAGE_URL = @PACKAGE_URL@
 
33866
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33867
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33868
 PKG_CONFIG = @PKG_CONFIG@
 
33869
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/src/services/Makefile.in orbit2-2.14.18/src/services/Makefile.in
 
33870
--- orbit2-2.14.18.old/src/services/Makefile.in 2010-03-30 12:52:21.000000000 +0200
 
33871
+++ orbit2-2.14.18/src/services/Makefile.in     2010-04-08 12:32:08.111303997 +0200
 
33872
@@ -1,4 +1,4 @@
 
33873
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33874
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33875
 # @configure_input@
 
33876
 
 
33877
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33878
@@ -178,6 +178,7 @@
 
33879
 PACKAGE_NAME = @PACKAGE_NAME@
 
33880
 PACKAGE_STRING = @PACKAGE_STRING@
 
33881
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33882
+PACKAGE_URL = @PACKAGE_URL@
 
33883
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33884
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33885
 PKG_CONFIG = @PKG_CONFIG@
 
33886
@@ -291,7 +292,7 @@
 
33887
 #     (which will cause the Makefiles to be regenerated when you run `make');
 
33888
 # (2) otherwise, pass the desired values on the `make' command line.
 
33889
 $(RECURSIVE_TARGETS):
 
33890
-       @failcom='exit 1'; \
 
33891
+       @fail= failcom='exit 1'; \
 
33892
        for f in x $$MAKEFLAGS; do \
 
33893
          case $$f in \
 
33894
            *=* | --[!k]*);; \
 
33895
@@ -316,7 +317,7 @@
 
33896
        fi; test -z "$$fail"
 
33897
 
 
33898
 $(RECURSIVE_CLEAN_TARGETS):
 
33899
-       @failcom='exit 1'; \
 
33900
+       @fail= failcom='exit 1'; \
 
33901
        for f in x $$MAKEFLAGS; do \
 
33902
          case $$f in \
 
33903
            *=* | --[!k]*);; \
 
33904
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/src/services/name/Makefile.in orbit2-2.14.18/src/services/name/Makefile.in
 
33905
--- orbit2-2.14.18.old/src/services/name/Makefile.in    2010-03-30 12:52:21.000000000 +0200
 
33906
+++ orbit2-2.14.18/src/services/name/Makefile.in        2010-04-08 12:32:08.255304273 +0200
 
33907
@@ -1,4 +1,4 @@
 
33908
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
33909
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
33910
 # @configure_input@
 
33911
 
 
33912
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
33913
@@ -37,7 +37,7 @@
1608
33914
 POST_UNINSTALL = :
1609
33915
 build_triplet = @build@
1610
33916
 host_triplet = @host@
1613
33919
 DIST_COMMON = README $(libORBitservicesinclude_HEADERS) \
1614
33920
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
1615
33921
        $(top_srcdir)/Makefile.shared
1616
 
@@ -55,7 +55,7 @@
1617
 
   esac;
1618
 
 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
33922
@@ -73,7 +73,7 @@
 
33923
   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
33924
   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
1619
33925
 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libdir)" \
1620
33926
-       "$(DESTDIR)$(idldir)" \
1621
33927
+       "$(DESTDIR)$(bindir)" "$(DESTDIR)$(idldir)" \
1622
33928
        "$(DESTDIR)$(libORBitservicesincludedir)"
1623
 
 libLIBRARIES_INSTALL = $(INSTALL_DATA)
1624
33929
 LIBRARIES = $(lib_LIBRARIES)
1625
 
@@ -74,7 +74,8 @@
 
33930
 ARFLAGS = cru
 
33931
@@ -90,7 +90,7 @@
1626
33932
 libORBitCosNaming_2_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
1627
33933
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
1628
33934
        $(libORBitCosNaming_2_la_LDFLAGS) $(LDFLAGS) -o $@
1629
33935
-PROGRAMS = $(noinst_PROGRAMS)
1630
 
+binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
1631
33936
+PROGRAMS = $(bin_PROGRAMS)
1632
33937
 am_name_client_2_OBJECTS = name-client.$(OBJEXT) \
1633
33938
        name-support.$(OBJEXT)
1634
33939
 name_client_2_OBJECTS = $(am_name_client_2_OBJECTS)
1635
 
@@ -341,8 +342,8 @@
1636
 
        @for dep in $?; do \
1637
 
          case '$(am__configure_deps)' in \
1638
 
            *$$dep*) \
1639
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1640
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1641
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1642
 
+               && exit 0; \
1643
 
              exit 1;; \
1644
 
          esac; \
1645
 
        done; \
1646
 
@@ -428,9 +429,30 @@
 
33940
@@ -222,6 +222,7 @@
 
33941
 PACKAGE_NAME = @PACKAGE_NAME@
 
33942
 PACKAGE_STRING = @PACKAGE_STRING@
 
33943
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
33944
+PACKAGE_URL = @PACKAGE_URL@
 
33945
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
33946
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
33947
 PKG_CONFIG = @PKG_CONFIG@
 
33948
@@ -453,9 +454,43 @@
1647
33949
        done
1648
33950
 libORBitCosNaming-2.la: $(libORBitCosNaming_2_la_OBJECTS) $(libORBitCosNaming_2_la_DEPENDENCIES) 
1649
33951
        $(libORBitCosNaming_2_la_LINK) -rpath $(libdir) $(libORBitCosNaming_2_la_OBJECTS) $(libORBitCosNaming_2_la_LIBADD) $(LIBS)
1650
33952
+install-binPROGRAMS: $(bin_PROGRAMS)
1651
33953
+       @$(NORMAL_INSTALL)
1652
33954
+       test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
1653
 
+       @list='$(bin_PROGRAMS)'; for p in $$list; do \
1654
 
+         p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
1655
 
+         if test -f $$p \
1656
 
+            || test -f $$p1 \
1657
 
+         ; then \
1658
 
+           f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
1659
 
+          echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
1660
 
+          $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
1661
 
+         else :; fi; \
1662
 
+       done
1663
 
 
1664
 
-clean-noinstPROGRAMS:
1665
 
-       @list='$(noinst_PROGRAMS)'; for p in $$list; do \
 
33955
+       @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
33956
+       for p in $$list; do echo "$$p $$p"; done | \
 
33957
+       sed 's/$(EXEEXT)$$//' | \
 
33958
+       while read p p1; do if test -f $$p || test -f $$p1; \
 
33959
+         then echo "$$p"; echo "$$p"; else :; fi; \
 
33960
+       done | \
 
33961
+       sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
33962
+           -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
33963
+       sed 'N;N;N;s,\n, ,g' | \
 
33964
+       $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
33965
+         { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
33966
+           if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
33967
+           else { print "f", $$3 "/" $$4, $$1; } } \
 
33968
+         END { for (d in files) print "f", d, files[d] }' | \
 
33969
+       while read type dir files; do \
 
33970
+           if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
33971
+           test -z "$$files" || { \
 
33972
+           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
33973
+           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
33974
+           } \
 
33975
+       ; done
 
33976
+
1666
33977
+uninstall-binPROGRAMS:
1667
33978
+       @$(NORMAL_UNINSTALL)
1668
 
+       @list='$(bin_PROGRAMS)'; for p in $$list; do \
1669
 
+         f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
1670
 
+         echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
1671
 
+         rm -f "$(DESTDIR)$(bindir)/$$f"; \
1672
 
+       done
1673
 
+
 
33979
+       @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
33980
+       files=`for p in $$list; do echo "$$p"; done | \
 
33981
+         sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
33982
+             -e 's/$$/$(EXEEXT)/' `; \
 
33983
+       test -n "$$list" || exit 0; \
 
33984
+       echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
33985
+       cd "$(DESTDIR)$(bindir)" && rm -f $$files
 
33986
 
 
33987
-clean-noinstPROGRAMS:
 
33988
-       @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
1674
33989
+clean-binPROGRAMS:
1675
 
+       @list='$(bin_PROGRAMS)'; for p in $$list; do \
1676
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
1677
 
          echo " rm -f $$p $$f"; \
1678
 
          rm -f $$p $$f ; \
1679
 
@@ -522,7 +544,7 @@
1680
 
        unique=`for i in $$list; do \
1681
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1682
 
          done | \
1683
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1684
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1685
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1686
 
        mkid -fID $$unique
1687
 
 tags: TAGS
1688
 
@@ -598,8 +620,10 @@
 
33990
+       @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
33991
        echo " rm -f" $$list; \
 
33992
        rm -f $$list || exit $$?; \
 
33993
        test -n "$(EXEEXT)" || exit 0; \
 
33994
@@ -640,8 +675,10 @@
1689
33995
        $(MAKE) $(AM_MAKEFLAGS) check-am
1690
33996
 all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(PROGRAMS) $(DATA) \
1691
33997
                $(HEADERS)
1697
34003
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1698
34004
        done
1699
34005
 install: $(BUILT_SOURCES)
1700
 
@@ -631,8 +655,8 @@
 
34006
@@ -674,8 +711,8 @@
1701
34007
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1702
34008
 clean: clean-am
1703
34009
 
1708
34014
 
1709
34015
 distclean: distclean-am
1710
34016
        -rm -rf ./$(DEPDIR)
1711
 
@@ -655,7 +679,8 @@
 
34017
@@ -702,7 +739,8 @@
1712
34018
 
1713
 
 install-dvi: install-dvi-am
 
34019
 install-dvi-am:
1714
34020
 
1715
34021
-install-exec-am: install-libLIBRARIES install-libLTLIBRARIES
1716
34022
+install-exec-am: install-binPROGRAMS install-libLIBRARIES \
1718
34024
 
1719
34025
 install-html: install-html-am
1720
34026
 
1721
 
@@ -687,27 +712,28 @@
 
34027
@@ -742,27 +780,28 @@
1722
34028
 
1723
34029
 ps-am:
1724
34030
 
1728
34034
+       uninstall-libLIBRARIES uninstall-libLTLIBRARIES \
1729
34035
        uninstall-libORBitservicesincludeHEADERS
1730
34036
 
1731
 
 .MAKE: install-am install-strip
 
34037
 .MAKE: all check install install-am install-strip
1732
34038
 
1733
34039
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1734
34040
-       clean-libLIBRARIES clean-libLTLIBRARIES clean-libtool \
1764
34070
        uninstall-libLIBRARIES uninstall-libLTLIBRARIES \
1765
34071
        uninstall-libORBitservicesincludeHEADERS
1766
34072
 
1767
 
diff -Naur orbit2-2.14.17.old/test/everything/Makefile.in orbit2-2.14.17/test/everything/Makefile.in
1768
 
--- orbit2-2.14.17.old/test/everything/Makefile.in      2009-03-05 13:43:05.000000000 +0100
1769
 
+++ orbit2-2.14.17/test/everything/Makefile.in  2009-03-06 18:43:07.000000000 +0100
1770
 
@@ -1,4 +1,4 @@
1771
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1772
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1773
 
 # @configure_input@
1774
 
 
1775
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1776
 
@@ -329,8 +329,8 @@
1777
 
        @for dep in $?; do \
1778
 
          case '$(am__configure_deps)' in \
1779
 
            *$$dep*) \
1780
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1781
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1782
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1783
 
+               && exit 0; \
1784
 
              exit 1;; \
1785
 
          esac; \
1786
 
        done; \
1787
 
@@ -442,7 +442,7 @@
1788
 
        unique=`for i in $$list; do \
1789
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1790
 
          done | \
1791
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1792
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1793
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1794
 
        mkid -fID $$unique
1795
 
 tags: TAGS
1796
 
@@ -485,7 +485,7 @@
1797
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1798
 
 
1799
 
 check-TESTS: $(TESTS)
1800
 
-       @failed=0; all=0; xfail=0; xpass=0; skip=0; \
1801
 
+       @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
1802
 
        srcdir=$(srcdir); export srcdir; \
1803
 
        list=' $(TESTS) '; \
1804
 
        if test -n "$$list"; then \
1805
 
@@ -496,7 +496,7 @@
1806
 
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
1807
 
              all=`expr $$all + 1`; \
1808
 
              case " $(XFAIL_TESTS) " in \
1809
 
-             *[\ \     ]$$tst[\ \      ]*) \
1810
 
+             *$$ws$$tst$$ws*) \
1811
 
                xpass=`expr $$xpass + 1`; \
1812
 
                failed=`expr $$failed + 1`; \
1813
 
                echo "XPASS: $$tst"; \
1814
 
@@ -508,7 +508,7 @@
1815
 
            elif test $$? -ne 77; then \
1816
 
              all=`expr $$all + 1`; \
1817
 
              case " $(XFAIL_TESTS) " in \
1818
 
-             *[\ \     ]$$tst[\ \      ]*) \
1819
 
+             *$$ws$$tst$$ws*) \
1820
 
                xfail=`expr $$xfail + 1`; \
1821
 
                echo "XFAIL: $$tst"; \
1822
 
              ;; \
1823
 
@@ -522,36 +522,23 @@
1824
 
              echo "SKIP: $$tst"; \
1825
 
            fi; \
1826
 
          done; \
1827
 
-         if test "$$all" -eq 1; then \
1828
 
-           tests="test"; \
1829
 
-           All=""; \
1830
 
-         else \
1831
 
-           tests="tests"; \
1832
 
-           All="All "; \
1833
 
-         fi; \
1834
 
          if test "$$failed" -eq 0; then \
1835
 
            if test "$$xfail" -eq 0; then \
1836
 
-             banner="$$All$$all $$tests passed"; \
1837
 
+             banner="All $$all tests passed"; \
1838
 
            else \
1839
 
-             if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
1840
 
-             banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
1841
 
+             banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
1842
 
            fi; \
1843
 
          else \
1844
 
            if test "$$xpass" -eq 0; then \
1845
 
-             banner="$$failed of $$all $$tests failed"; \
1846
 
+             banner="$$failed of $$all tests failed"; \
1847
 
            else \
1848
 
-             if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
1849
 
-             banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
1850
 
+             banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
1851
 
            fi; \
1852
 
          fi; \
1853
 
          dashes="$$banner"; \
1854
 
          skipped=""; \
1855
 
          if test "$$skip" -ne 0; then \
1856
 
-           if test "$$skip" -eq 1; then \
1857
 
-             skipped="($$skip test was not run)"; \
1858
 
-           else \
1859
 
-             skipped="($$skip tests were not run)"; \
1860
 
-           fi; \
1861
 
+           skipped="($$skip tests were not run)"; \
1862
 
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
1863
 
              dashes="$$skipped"; \
1864
 
          fi; \
1865
 
diff -Naur orbit2-2.14.17.old/test/inhibit/Makefile.in orbit2-2.14.17/test/inhibit/Makefile.in
1866
 
--- orbit2-2.14.17.old/test/inhibit/Makefile.in 2009-03-05 13:43:05.000000000 +0100
1867
 
+++ orbit2-2.14.17/test/inhibit/Makefile.in     2009-03-06 18:43:07.000000000 +0100
1868
 
@@ -1,4 +1,4 @@
1869
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1870
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1871
 
 # @configure_input@
1872
 
 
1873
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1874
 
@@ -252,8 +252,8 @@
1875
 
        @for dep in $?; do \
1876
 
          case '$(am__configure_deps)' in \
1877
 
            *$$dep*) \
1878
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1879
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1880
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1881
 
+               && exit 0; \
1882
 
              exit 1;; \
1883
 
          esac; \
1884
 
        done; \
1885
 
@@ -334,7 +334,7 @@
1886
 
        unique=`for i in $$list; do \
1887
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1888
 
          done | \
1889
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1890
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1891
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1892
 
        mkid -fID $$unique
1893
 
 tags: TAGS
1894
 
@@ -377,7 +377,7 @@
1895
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1896
 
 
1897
 
 check-TESTS: $(TESTS)
1898
 
-       @failed=0; all=0; xfail=0; xpass=0; skip=0; \
1899
 
+       @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
1900
 
        srcdir=$(srcdir); export srcdir; \
1901
 
        list=' $(TESTS) '; \
1902
 
        if test -n "$$list"; then \
1903
 
@@ -388,7 +388,7 @@
1904
 
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
1905
 
              all=`expr $$all + 1`; \
1906
 
              case " $(XFAIL_TESTS) " in \
1907
 
-             *[\ \     ]$$tst[\ \      ]*) \
1908
 
+             *$$ws$$tst$$ws*) \
1909
 
                xpass=`expr $$xpass + 1`; \
1910
 
                failed=`expr $$failed + 1`; \
1911
 
                echo "XPASS: $$tst"; \
1912
 
@@ -400,7 +400,7 @@
1913
 
            elif test $$? -ne 77; then \
1914
 
              all=`expr $$all + 1`; \
1915
 
              case " $(XFAIL_TESTS) " in \
1916
 
-             *[\ \     ]$$tst[\ \      ]*) \
1917
 
+             *$$ws$$tst$$ws*) \
1918
 
                xfail=`expr $$xfail + 1`; \
1919
 
                echo "XFAIL: $$tst"; \
1920
 
              ;; \
1921
 
@@ -414,36 +414,23 @@
1922
 
              echo "SKIP: $$tst"; \
1923
 
            fi; \
1924
 
          done; \
1925
 
-         if test "$$all" -eq 1; then \
1926
 
-           tests="test"; \
1927
 
-           All=""; \
1928
 
-         else \
1929
 
-           tests="tests"; \
1930
 
-           All="All "; \
1931
 
-         fi; \
1932
 
          if test "$$failed" -eq 0; then \
1933
 
            if test "$$xfail" -eq 0; then \
1934
 
-             banner="$$All$$all $$tests passed"; \
1935
 
+             banner="All $$all tests passed"; \
1936
 
            else \
1937
 
-             if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
1938
 
-             banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
1939
 
+             banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
1940
 
            fi; \
1941
 
          else \
1942
 
            if test "$$xpass" -eq 0; then \
1943
 
-             banner="$$failed of $$all $$tests failed"; \
1944
 
+             banner="$$failed of $$all tests failed"; \
1945
 
            else \
1946
 
-             if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
1947
 
-             banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
1948
 
+             banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
1949
 
            fi; \
1950
 
          fi; \
1951
 
          dashes="$$banner"; \
1952
 
          skipped=""; \
1953
 
          if test "$$skip" -ne 0; then \
1954
 
-           if test "$$skip" -eq 1; then \
1955
 
-             skipped="($$skip test was not run)"; \
1956
 
-           else \
1957
 
-             skipped="($$skip tests were not run)"; \
1958
 
-           fi; \
1959
 
+           skipped="($$skip tests were not run)"; \
1960
 
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
1961
 
              dashes="$$skipped"; \
1962
 
          fi; \
1963
 
diff -Naur orbit2-2.14.17.old/test/Makefile.in orbit2-2.14.17/test/Makefile.in
1964
 
--- orbit2-2.14.17.old/test/Makefile.in 2009-03-05 13:43:05.000000000 +0100
1965
 
+++ orbit2-2.14.17/test/Makefile.in     2009-03-06 18:43:07.000000000 +0100
1966
 
@@ -1,4 +1,4 @@
1967
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
1968
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
1969
 
 # @configure_input@
1970
 
 
1971
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1972
 
@@ -421,8 +421,8 @@
1973
 
        @for dep in $?; do \
1974
 
          case '$(am__configure_deps)' in \
1975
 
            *$$dep*) \
1976
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1977
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
1978
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
1979
 
+               && exit 0; \
1980
 
              exit 1;; \
1981
 
          esac; \
1982
 
        done; \
1983
 
@@ -685,7 +685,7 @@
1984
 
        unique=`for i in $$list; do \
1985
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1986
 
          done | \
1987
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1988
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1989
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1990
 
        mkid -fID $$unique
1991
 
 tags: TAGS
1992
 
@@ -741,7 +741,7 @@
1993
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1994
 
 
1995
 
 check-TESTS: $(TESTS)
1996
 
-       @failed=0; all=0; xfail=0; xpass=0; skip=0; \
1997
 
+       @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
1998
 
        srcdir=$(srcdir); export srcdir; \
1999
 
        list=' $(TESTS) '; \
2000
 
        if test -n "$$list"; then \
2001
 
@@ -752,7 +752,7 @@
2002
 
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
2003
 
              all=`expr $$all + 1`; \
2004
 
              case " $(XFAIL_TESTS) " in \
2005
 
-             *[\ \     ]$$tst[\ \      ]*) \
2006
 
+             *$$ws$$tst$$ws*) \
2007
 
                xpass=`expr $$xpass + 1`; \
2008
 
                failed=`expr $$failed + 1`; \
2009
 
                echo "XPASS: $$tst"; \
2010
 
@@ -764,7 +764,7 @@
2011
 
            elif test $$? -ne 77; then \
2012
 
              all=`expr $$all + 1`; \
2013
 
              case " $(XFAIL_TESTS) " in \
2014
 
-             *[\ \     ]$$tst[\ \      ]*) \
2015
 
+             *$$ws$$tst$$ws*) \
2016
 
                xfail=`expr $$xfail + 1`; \
2017
 
                echo "XFAIL: $$tst"; \
2018
 
              ;; \
2019
 
@@ -778,36 +778,23 @@
2020
 
              echo "SKIP: $$tst"; \
2021
 
            fi; \
2022
 
          done; \
2023
 
-         if test "$$all" -eq 1; then \
2024
 
-           tests="test"; \
2025
 
-           All=""; \
2026
 
-         else \
2027
 
-           tests="tests"; \
2028
 
-           All="All "; \
2029
 
-         fi; \
2030
 
          if test "$$failed" -eq 0; then \
2031
 
            if test "$$xfail" -eq 0; then \
2032
 
-             banner="$$All$$all $$tests passed"; \
2033
 
+             banner="All $$all tests passed"; \
2034
 
            else \
2035
 
-             if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
2036
 
-             banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
2037
 
+             banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
2038
 
            fi; \
2039
 
          else \
2040
 
            if test "$$xpass" -eq 0; then \
2041
 
-             banner="$$failed of $$all $$tests failed"; \
2042
 
+             banner="$$failed of $$all tests failed"; \
2043
 
            else \
2044
 
-             if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
2045
 
-             banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
2046
 
+             banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
2047
 
            fi; \
2048
 
          fi; \
2049
 
          dashes="$$banner"; \
2050
 
          skipped=""; \
2051
 
          if test "$$skip" -ne 0; then \
2052
 
-           if test "$$skip" -eq 1; then \
2053
 
-             skipped="($$skip test was not run)"; \
2054
 
-           else \
2055
 
-             skipped="($$skip tests were not run)"; \
2056
 
-           fi; \
2057
 
+           skipped="($$skip tests were not run)"; \
2058
 
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
2059
 
              dashes="$$skipped"; \
2060
 
          fi; \
2061
 
diff -Naur orbit2-2.14.17.old/test/poa/Makefile.in orbit2-2.14.17/test/poa/Makefile.in
2062
 
--- orbit2-2.14.17.old/test/poa/Makefile.in     2009-03-05 13:43:06.000000000 +0100
2063
 
+++ orbit2-2.14.17/test/poa/Makefile.in 2009-03-06 18:43:07.000000000 +0100
2064
 
@@ -1,4 +1,4 @@
2065
 
-# Makefile.in generated by automake 1.10.2 from Makefile.am.
2066
 
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
2067
 
 # @configure_input@
2068
 
 
2069
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2070
 
@@ -362,8 +362,8 @@
2071
 
        @for dep in $?; do \
2072
 
          case '$(am__configure_deps)' in \
2073
 
            *$$dep*) \
2074
 
-             ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
2075
 
-               && { if test -f $@; then exit 0; else break; fi; }; \
2076
 
+             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
2077
 
+               && exit 0; \
2078
 
              exit 1;; \
2079
 
          esac; \
2080
 
        done; \
2081
 
@@ -493,7 +493,7 @@
2082
 
        unique=`for i in $$list; do \
2083
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2084
 
          done | \
2085
 
-         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2086
 
+         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
2087
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
2088
 
        mkid -fID $$unique
2089
 
 tags: TAGS
2090
 
@@ -536,7 +536,7 @@
2091
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
2092
 
 
2093
 
 check-TESTS: $(TESTS)
2094
 
-       @failed=0; all=0; xfail=0; xpass=0; skip=0; \
2095
 
+       @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[        ]'; \
2096
 
        srcdir=$(srcdir); export srcdir; \
2097
 
        list=' $(TESTS) '; \
2098
 
        if test -n "$$list"; then \
2099
 
@@ -547,7 +547,7 @@
2100
 
            if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
2101
 
              all=`expr $$all + 1`; \
2102
 
              case " $(XFAIL_TESTS) " in \
2103
 
-             *[\ \     ]$$tst[\ \      ]*) \
2104
 
+             *$$ws$$tst$$ws*) \
2105
 
                xpass=`expr $$xpass + 1`; \
2106
 
                failed=`expr $$failed + 1`; \
2107
 
                echo "XPASS: $$tst"; \
2108
 
@@ -559,7 +559,7 @@
2109
 
            elif test $$? -ne 77; then \
2110
 
              all=`expr $$all + 1`; \
2111
 
              case " $(XFAIL_TESTS) " in \
2112
 
-             *[\ \     ]$$tst[\ \      ]*) \
2113
 
+             *$$ws$$tst$$ws*) \
2114
 
                xfail=`expr $$xfail + 1`; \
2115
 
                echo "XFAIL: $$tst"; \
2116
 
              ;; \
2117
 
@@ -573,36 +573,23 @@
2118
 
              echo "SKIP: $$tst"; \
2119
 
            fi; \
2120
 
          done; \
2121
 
-         if test "$$all" -eq 1; then \
2122
 
-           tests="test"; \
2123
 
-           All=""; \
2124
 
-         else \
2125
 
-           tests="tests"; \
2126
 
-           All="All "; \
2127
 
-         fi; \
2128
 
          if test "$$failed" -eq 0; then \
2129
 
            if test "$$xfail" -eq 0; then \
2130
 
-             banner="$$All$$all $$tests passed"; \
2131
 
+             banner="All $$all tests passed"; \
2132
 
            else \
2133
 
-             if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
2134
 
-             banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
2135
 
+             banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
2136
 
            fi; \
2137
 
          else \
2138
 
            if test "$$xpass" -eq 0; then \
2139
 
-             banner="$$failed of $$all $$tests failed"; \
2140
 
+             banner="$$failed of $$all tests failed"; \
2141
 
            else \
2142
 
-             if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
2143
 
-             banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
2144
 
+             banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
2145
 
            fi; \
2146
 
          fi; \
2147
 
          dashes="$$banner"; \
2148
 
          skipped=""; \
2149
 
          if test "$$skip" -ne 0; then \
2150
 
-           if test "$$skip" -eq 1; then \
2151
 
-             skipped="($$skip test was not run)"; \
2152
 
-           else \
2153
 
-             skipped="($$skip tests were not run)"; \
2154
 
-           fi; \
2155
 
+           skipped="($$skip tests were not run)"; \
2156
 
            test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
2157
 
              dashes="$$skipped"; \
2158
 
          fi; \
 
34073
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/test/everything/Makefile.in orbit2-2.14.18/test/everything/Makefile.in
 
34074
--- orbit2-2.14.18.old/test/everything/Makefile.in      2010-03-30 12:52:22.000000000 +0200
 
34075
+++ orbit2-2.14.18/test/everything/Makefile.in  2010-04-08 12:32:08.443304155 +0200
 
34076
@@ -1,4 +1,4 @@
 
34077
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
34078
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
34079
 # @configure_input@
 
34080
 
 
34081
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
34082
@@ -208,6 +208,7 @@
 
34083
 PACKAGE_NAME = @PACKAGE_NAME@
 
34084
 PACKAGE_STRING = @PACKAGE_STRING@
 
34085
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
34086
+PACKAGE_URL = @PACKAGE_URL@
 
34087
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
34088
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
34089
 PKG_CONFIG = @PKG_CONFIG@
 
34090
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/test/inhibit/Makefile.in orbit2-2.14.18/test/inhibit/Makefile.in
 
34091
--- orbit2-2.14.18.old/test/inhibit/Makefile.in 2010-03-30 12:52:22.000000000 +0200
 
34092
+++ orbit2-2.14.18/test/inhibit/Makefile.in     2010-04-08 12:32:08.507304051 +0200
 
34093
@@ -1,4 +1,4 @@
 
34094
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
34095
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
34096
 # @configure_input@
 
34097
 
 
34098
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
34099
@@ -171,6 +171,7 @@
 
34100
 PACKAGE_NAME = @PACKAGE_NAME@
 
34101
 PACKAGE_STRING = @PACKAGE_STRING@
 
34102
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
34103
+PACKAGE_URL = @PACKAGE_URL@
 
34104
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
34105
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
34106
 PKG_CONFIG = @PKG_CONFIG@
 
34107
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/test/Makefile.in orbit2-2.14.18/test/Makefile.in
 
34108
--- orbit2-2.14.18.old/test/Makefile.in 2010-03-30 12:52:22.000000000 +0200
 
34109
+++ orbit2-2.14.18/test/Makefile.in     2010-04-08 12:32:08.367304335 +0200
 
34110
@@ -1,4 +1,4 @@
 
34111
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
34112
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
34113
 # @configure_input@
 
34114
 
 
34115
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
34116
@@ -327,6 +327,7 @@
 
34117
 PACKAGE_NAME = @PACKAGE_NAME@
 
34118
 PACKAGE_STRING = @PACKAGE_STRING@
 
34119
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
34120
+PACKAGE_URL = @PACKAGE_URL@
 
34121
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
34122
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
34123
 PKG_CONFIG = @PKG_CONFIG@
 
34124
@@ -672,7 +673,7 @@
 
34125
 #     (which will cause the Makefiles to be regenerated when you run `make');
 
34126
 # (2) otherwise, pass the desired values on the `make' command line.
 
34127
 $(RECURSIVE_TARGETS):
 
34128
-       @failcom='exit 1'; \
 
34129
+       @fail= failcom='exit 1'; \
 
34130
        for f in x $$MAKEFLAGS; do \
 
34131
          case $$f in \
 
34132
            *=* | --[!k]*);; \
 
34133
@@ -697,7 +698,7 @@
 
34134
        fi; test -z "$$fail"
 
34135
 
 
34136
 $(RECURSIVE_CLEAN_TARGETS):
 
34137
-       @failcom='exit 1'; \
 
34138
+       @fail= failcom='exit 1'; \
 
34139
        for f in x $$MAKEFLAGS; do \
 
34140
          case $$f in \
 
34141
            *=* | --[!k]*);; \
 
34142
diff -Naur '-x*config.guess' '-x*config.sub' orbit2-2.14.18.old/test/poa/Makefile.in orbit2-2.14.18/test/poa/Makefile.in
 
34143
--- orbit2-2.14.18.old/test/poa/Makefile.in     2010-03-30 12:52:22.000000000 +0200
 
34144
+++ orbit2-2.14.18/test/poa/Makefile.in 2010-04-08 12:32:08.607304117 +0200
 
34145
@@ -1,4 +1,4 @@
 
34146
-# Makefile.in generated by automake 1.11 from Makefile.am.
 
34147
+# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
34148
 # @configure_input@
 
34149
 
 
34150
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
34151
@@ -255,6 +255,7 @@
 
34152
 PACKAGE_NAME = @PACKAGE_NAME@
 
34153
 PACKAGE_STRING = @PACKAGE_STRING@
 
34154
 PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
34155
+PACKAGE_URL = @PACKAGE_URL@
 
34156
 PACKAGE_VERSION = @PACKAGE_VERSION@
 
34157
 PATH_SEPARATOR = @PATH_SEPARATOR@
 
34158
 PKG_CONFIG = @PKG_CONFIG@