lemon-project-template-glpk

diff deps/glpk/m4/libtool.m4 @ 9:33de93886c88

Import GLPK 4.47
author Alpar Juttner <alpar@cs.elte.hu>
date Sun, 06 Nov 2011 20:59:10 +0100
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/deps/glpk/m4/libtool.m4	Sun Nov 06 20:59:10 2011 +0100
     1.3 @@ -0,0 +1,7537 @@
     1.4 +# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
     1.5 +#
     1.6 +#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
     1.7 +#                 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
     1.8 +#   Written by Gordon Matzigkeit, 1996
     1.9 +#
    1.10 +# This file is free software; the Free Software Foundation gives
    1.11 +# unlimited permission to copy and/or distribute it, with or without
    1.12 +# modifications, as long as this notice is preserved.
    1.13 +
    1.14 +m4_define([_LT_COPYING], [dnl
    1.15 +#   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
    1.16 +#                 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
    1.17 +#   Written by Gordon Matzigkeit, 1996
    1.18 +#
    1.19 +#   This file is part of GNU Libtool.
    1.20 +#
    1.21 +# GNU Libtool is free software; you can redistribute it and/or
    1.22 +# modify it under the terms of the GNU General Public License as
    1.23 +# published by the Free Software Foundation; either version 2 of
    1.24 +# the License, or (at your option) any later version.
    1.25 +#
    1.26 +# As a special exception to the GNU General Public License,
    1.27 +# if you distribute this file as part of a program or library that
    1.28 +# is built using GNU Libtool, you may include this file under the
    1.29 +# same distribution terms that you use for the rest of that program.
    1.30 +#
    1.31 +# GNU Libtool is distributed in the hope that it will be useful,
    1.32 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.33 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.34 +# GNU General Public License for more details.
    1.35 +#
    1.36 +# You should have received a copy of the GNU General Public License
    1.37 +# along with GNU Libtool; see the file COPYING.  If not, a copy
    1.38 +# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
    1.39 +# obtained by writing to the Free Software Foundation, Inc.,
    1.40 +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
    1.41 +])
    1.42 +
    1.43 +# serial 56 LT_INIT
    1.44 +
    1.45 +
    1.46 +# LT_PREREQ(VERSION)
    1.47 +# ------------------
    1.48 +# Complain and exit if this libtool version is less that VERSION.
    1.49 +m4_defun([LT_PREREQ],
    1.50 +[m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1,
    1.51 +       [m4_default([$3],
    1.52 +		   [m4_fatal([Libtool version $1 or higher is required],
    1.53 +		             63)])],
    1.54 +       [$2])])
    1.55 +
    1.56 +
    1.57 +# _LT_CHECK_BUILDDIR
    1.58 +# ------------------
    1.59 +# Complain if the absolute build directory name contains unusual characters
    1.60 +m4_defun([_LT_CHECK_BUILDDIR],
    1.61 +[case `pwd` in
    1.62 +  *\ * | *\	*)
    1.63 +    AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;;
    1.64 +esac
    1.65 +])
    1.66 +
    1.67 +
    1.68 +# LT_INIT([OPTIONS])
    1.69 +# ------------------
    1.70 +AC_DEFUN([LT_INIT],
    1.71 +[AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT
    1.72 +AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
    1.73 +AC_BEFORE([$0], [LT_LANG])dnl
    1.74 +AC_BEFORE([$0], [LT_OUTPUT])dnl
    1.75 +AC_BEFORE([$0], [LTDL_INIT])dnl
    1.76 +m4_require([_LT_CHECK_BUILDDIR])dnl
    1.77 +
    1.78 +dnl Autoconf doesn't catch unexpanded LT_ macros by default:
    1.79 +m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
    1.80 +m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
    1.81 +dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
    1.82 +dnl unless we require an AC_DEFUNed macro:
    1.83 +AC_REQUIRE([LTOPTIONS_VERSION])dnl
    1.84 +AC_REQUIRE([LTSUGAR_VERSION])dnl
    1.85 +AC_REQUIRE([LTVERSION_VERSION])dnl
    1.86 +AC_REQUIRE([LTOBSOLETE_VERSION])dnl
    1.87 +m4_require([_LT_PROG_LTMAIN])dnl
    1.88 +
    1.89 +_LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
    1.90 +
    1.91 +dnl Parse OPTIONS
    1.92 +_LT_SET_OPTIONS([$0], [$1])
    1.93 +
    1.94 +# This can be used to rebuild libtool when needed
    1.95 +LIBTOOL_DEPS="$ltmain"
    1.96 +
    1.97 +# Always use our own libtool.
    1.98 +LIBTOOL='$(SHELL) $(top_builddir)/libtool'
    1.99 +AC_SUBST(LIBTOOL)dnl
   1.100 +
   1.101 +_LT_SETUP
   1.102 +
   1.103 +# Only expand once:
   1.104 +m4_define([LT_INIT])
   1.105 +])# LT_INIT
   1.106 +
   1.107 +# Old names:
   1.108 +AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT])
   1.109 +AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT])
   1.110 +dnl aclocal-1.4 backwards compatibility:
   1.111 +dnl AC_DEFUN([AC_PROG_LIBTOOL], [])
   1.112 +dnl AC_DEFUN([AM_PROG_LIBTOOL], [])
   1.113 +
   1.114 +
   1.115 +# _LT_CC_BASENAME(CC)
   1.116 +# -------------------
   1.117 +# Calculate cc_basename.  Skip known compiler wrappers and cross-prefix.
   1.118 +m4_defun([_LT_CC_BASENAME],
   1.119 +[for cc_temp in $1""; do
   1.120 +  case $cc_temp in
   1.121 +    compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
   1.122 +    distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
   1.123 +    \-*) ;;
   1.124 +    *) break;;
   1.125 +  esac
   1.126 +done
   1.127 +cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
   1.128 +])
   1.129 +
   1.130 +
   1.131 +# _LT_FILEUTILS_DEFAULTS
   1.132 +# ----------------------
   1.133 +# It is okay to use these file commands and assume they have been set
   1.134 +# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
   1.135 +m4_defun([_LT_FILEUTILS_DEFAULTS],
   1.136 +[: ${CP="cp -f"}
   1.137 +: ${MV="mv -f"}
   1.138 +: ${RM="rm -f"}
   1.139 +])# _LT_FILEUTILS_DEFAULTS
   1.140 +
   1.141 +
   1.142 +# _LT_SETUP
   1.143 +# ---------
   1.144 +m4_defun([_LT_SETUP],
   1.145 +[AC_REQUIRE([AC_CANONICAL_HOST])dnl
   1.146 +AC_REQUIRE([AC_CANONICAL_BUILD])dnl
   1.147 +AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl
   1.148 +AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl
   1.149 +
   1.150 +_LT_DECL([], [host_alias], [0], [The host system])dnl
   1.151 +_LT_DECL([], [host], [0])dnl
   1.152 +_LT_DECL([], [host_os], [0])dnl
   1.153 +dnl
   1.154 +_LT_DECL([], [build_alias], [0], [The build system])dnl
   1.155 +_LT_DECL([], [build], [0])dnl
   1.156 +_LT_DECL([], [build_os], [0])dnl
   1.157 +dnl
   1.158 +AC_REQUIRE([AC_PROG_CC])dnl
   1.159 +AC_REQUIRE([LT_PATH_LD])dnl
   1.160 +AC_REQUIRE([LT_PATH_NM])dnl
   1.161 +dnl
   1.162 +AC_REQUIRE([AC_PROG_LN_S])dnl
   1.163 +test -z "$LN_S" && LN_S="ln -s"
   1.164 +_LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl
   1.165 +dnl
   1.166 +AC_REQUIRE([LT_CMD_MAX_LEN])dnl
   1.167 +_LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl
   1.168 +_LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl
   1.169 +dnl
   1.170 +m4_require([_LT_FILEUTILS_DEFAULTS])dnl
   1.171 +m4_require([_LT_CHECK_SHELL_FEATURES])dnl
   1.172 +m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl
   1.173 +m4_require([_LT_CMD_RELOAD])dnl
   1.174 +m4_require([_LT_CHECK_MAGIC_METHOD])dnl
   1.175 +m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl
   1.176 +m4_require([_LT_CMD_OLD_ARCHIVE])dnl
   1.177 +m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
   1.178 +
   1.179 +_LT_CONFIG_LIBTOOL_INIT([
   1.180 +# See if we are running on zsh, and set the options which allow our
   1.181 +# commands through without removal of \ escapes INIT.
   1.182 +if test -n "\${ZSH_VERSION+set}" ; then
   1.183 +   setopt NO_GLOB_SUBST
   1.184 +fi
   1.185 +])
   1.186 +if test -n "${ZSH_VERSION+set}" ; then
   1.187 +   setopt NO_GLOB_SUBST
   1.188 +fi
   1.189 +
   1.190 +_LT_CHECK_OBJDIR
   1.191 +
   1.192 +m4_require([_LT_TAG_COMPILER])dnl
   1.193 +
   1.194 +case $host_os in
   1.195 +aix3*)
   1.196 +  # AIX sometimes has problems with the GCC collect2 program.  For some
   1.197 +  # reason, if we set the COLLECT_NAMES environment variable, the problems
   1.198 +  # vanish in a puff of smoke.
   1.199 +  if test "X${COLLECT_NAMES+set}" != Xset; then
   1.200 +    COLLECT_NAMES=
   1.201 +    export COLLECT_NAMES
   1.202 +  fi
   1.203 +  ;;
   1.204 +esac
   1.205 +
   1.206 +# Global variables:
   1.207 +ofile=libtool
   1.208 +can_build_shared=yes
   1.209 +
   1.210 +# All known linkers require a `.a' archive for static linking (except MSVC,
   1.211 +# which needs '.lib').
   1.212 +libext=a
   1.213 +
   1.214 +with_gnu_ld="$lt_cv_prog_gnu_ld"
   1.215 +
   1.216 +old_CC="$CC"
   1.217 +old_CFLAGS="$CFLAGS"
   1.218 +
   1.219 +# Set sane defaults for various variables
   1.220 +test -z "$CC" && CC=cc
   1.221 +test -z "$LTCC" && LTCC=$CC
   1.222 +test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
   1.223 +test -z "$LD" && LD=ld
   1.224 +test -z "$ac_objext" && ac_objext=o
   1.225 +
   1.226 +_LT_CC_BASENAME([$compiler])
   1.227 +
   1.228 +# Only perform the check for file, if the check method requires it
   1.229 +test -z "$MAGIC_CMD" && MAGIC_CMD=file
   1.230 +case $deplibs_check_method in
   1.231 +file_magic*)
   1.232 +  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
   1.233 +    _LT_PATH_MAGIC
   1.234 +  fi
   1.235 +  ;;
   1.236 +esac
   1.237 +
   1.238 +# Use C for the default configuration in the libtool script
   1.239 +LT_SUPPORTED_TAG([CC])
   1.240 +_LT_LANG_C_CONFIG
   1.241 +_LT_LANG_DEFAULT_CONFIG
   1.242 +_LT_CONFIG_COMMANDS
   1.243 +])# _LT_SETUP
   1.244 +
   1.245 +
   1.246 +# _LT_PREPARE_SED_QUOTE_VARS
   1.247 +# --------------------------
   1.248 +# Define a few sed substitution that help us do robust quoting.
   1.249 +m4_defun([_LT_PREPARE_SED_QUOTE_VARS],
   1.250 +[# Backslashify metacharacters that are still active within
   1.251 +# double-quoted strings.
   1.252 +sed_quote_subst='s/\([["`$\\]]\)/\\\1/g'
   1.253 +
   1.254 +# Same as above, but do not quote variable references.
   1.255 +double_quote_subst='s/\([["`\\]]\)/\\\1/g'
   1.256 +
   1.257 +# Sed substitution to delay expansion of an escaped shell variable in a
   1.258 +# double_quote_subst'ed string.
   1.259 +delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
   1.260 +
   1.261 +# Sed substitution to delay expansion of an escaped single quote.
   1.262 +delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
   1.263 +
   1.264 +# Sed substitution to avoid accidental globbing in evaled expressions
   1.265 +no_glob_subst='s/\*/\\\*/g'
   1.266 +])
   1.267 +
   1.268 +# _LT_PROG_LTMAIN
   1.269 +# ---------------
   1.270 +# Note that this code is called both from `configure', and `config.status'
   1.271 +# now that we use AC_CONFIG_COMMANDS to generate libtool.  Notably,
   1.272 +# `config.status' has no value for ac_aux_dir unless we are using Automake,
   1.273 +# so we pass a copy along to make sure it has a sensible value anyway.
   1.274 +m4_defun([_LT_PROG_LTMAIN],
   1.275 +[m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl
   1.276 +_LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir'])
   1.277 +ltmain="$ac_aux_dir/ltmain.sh"
   1.278 +])# _LT_PROG_LTMAIN
   1.279 +
   1.280 +
   1.281 +## ------------------------------------- ##
   1.282 +## Accumulate code for creating libtool. ##
   1.283 +## ------------------------------------- ##
   1.284 +
   1.285 +# So that we can recreate a full libtool script including additional
   1.286 +# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
   1.287 +# in macros and then make a single call at the end using the `libtool'
   1.288 +# label.
   1.289 +
   1.290 +
   1.291 +# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
   1.292 +# ----------------------------------------
   1.293 +# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
   1.294 +m4_define([_LT_CONFIG_LIBTOOL_INIT],
   1.295 +[m4_ifval([$1],
   1.296 +          [m4_append([_LT_OUTPUT_LIBTOOL_INIT],
   1.297 +                     [$1
   1.298 +])])])
   1.299 +
   1.300 +# Initialize.
   1.301 +m4_define([_LT_OUTPUT_LIBTOOL_INIT])
   1.302 +
   1.303 +
   1.304 +# _LT_CONFIG_LIBTOOL([COMMANDS])
   1.305 +# ------------------------------
   1.306 +# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
   1.307 +m4_define([_LT_CONFIG_LIBTOOL],
   1.308 +[m4_ifval([$1],
   1.309 +          [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS],
   1.310 +                     [$1
   1.311 +])])])
   1.312 +
   1.313 +# Initialize.
   1.314 +m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS])
   1.315 +
   1.316 +
   1.317 +# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
   1.318 +# -----------------------------------------------------
   1.319 +m4_defun([_LT_CONFIG_SAVE_COMMANDS],
   1.320 +[_LT_CONFIG_LIBTOOL([$1])
   1.321 +_LT_CONFIG_LIBTOOL_INIT([$2])
   1.322 +])
   1.323 +
   1.324 +
   1.325 +# _LT_FORMAT_COMMENT([COMMENT])
   1.326 +# -----------------------------
   1.327 +# Add leading comment marks to the start of each line, and a trailing
   1.328 +# full-stop to the whole comment if one is not present already.
   1.329 +m4_define([_LT_FORMAT_COMMENT],
   1.330 +[m4_ifval([$1], [
   1.331 +m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])],
   1.332 +              [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.])
   1.333 +)])
   1.334 +
   1.335 +
   1.336 +
   1.337 +## ------------------------ ##
   1.338 +## FIXME: Eliminate VARNAME ##
   1.339 +## ------------------------ ##
   1.340 +
   1.341 +
   1.342 +# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
   1.343 +# -------------------------------------------------------------------
   1.344 +# CONFIGNAME is the name given to the value in the libtool script.
   1.345 +# VARNAME is the (base) name used in the configure script.
   1.346 +# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
   1.347 +# VARNAME.  Any other value will be used directly.
   1.348 +m4_define([_LT_DECL],
   1.349 +[lt_if_append_uniq([lt_decl_varnames], [$2], [, ],
   1.350 +    [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name],
   1.351 +	[m4_ifval([$1], [$1], [$2])])
   1.352 +    lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3])
   1.353 +    m4_ifval([$4],
   1.354 +	[lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])])
   1.355 +    lt_dict_add_subkey([lt_decl_dict], [$2],
   1.356 +	[tagged?], [m4_ifval([$5], [yes], [no])])])
   1.357 +])
   1.358 +
   1.359 +
   1.360 +# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
   1.361 +# --------------------------------------------------------
   1.362 +m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])])
   1.363 +
   1.364 +
   1.365 +# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
   1.366 +# ------------------------------------------------
   1.367 +m4_define([lt_decl_tag_varnames],
   1.368 +[_lt_decl_filter([tagged?], [yes], $@)])
   1.369 +
   1.370 +
   1.371 +# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
   1.372 +# ---------------------------------------------------------
   1.373 +m4_define([_lt_decl_filter],
   1.374 +[m4_case([$#],
   1.375 +  [0], [m4_fatal([$0: too few arguments: $#])],
   1.376 +  [1], [m4_fatal([$0: too few arguments: $#: $1])],
   1.377 +  [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)],
   1.378 +  [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)],
   1.379 +  [lt_dict_filter([lt_decl_dict], $@)])[]dnl
   1.380 +])
   1.381 +
   1.382 +
   1.383 +# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
   1.384 +# --------------------------------------------------
   1.385 +m4_define([lt_decl_quote_varnames],
   1.386 +[_lt_decl_filter([value], [1], $@)])
   1.387 +
   1.388 +
   1.389 +# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
   1.390 +# ---------------------------------------------------
   1.391 +m4_define([lt_decl_dquote_varnames],
   1.392 +[_lt_decl_filter([value], [2], $@)])
   1.393 +
   1.394 +
   1.395 +# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
   1.396 +# ---------------------------------------------------
   1.397 +m4_define([lt_decl_varnames_tagged],
   1.398 +[m4_assert([$# <= 2])dnl
   1.399 +_$0(m4_quote(m4_default([$1], [[, ]])),
   1.400 +    m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]),
   1.401 +    m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))])
   1.402 +m4_define([_lt_decl_varnames_tagged],
   1.403 +[m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])])
   1.404 +
   1.405 +
   1.406 +# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
   1.407 +# ------------------------------------------------
   1.408 +m4_define([lt_decl_all_varnames],
   1.409 +[_$0(m4_quote(m4_default([$1], [[, ]])),
   1.410 +     m4_if([$2], [],
   1.411 +	   m4_quote(lt_decl_varnames),
   1.412 +	m4_quote(m4_shift($@))))[]dnl
   1.413 +])
   1.414 +m4_define([_lt_decl_all_varnames],
   1.415 +[lt_join($@, lt_decl_varnames_tagged([$1],
   1.416 +			lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl
   1.417 +])
   1.418 +
   1.419 +
   1.420 +# _LT_CONFIG_STATUS_DECLARE([VARNAME])
   1.421 +# ------------------------------------
   1.422 +# Quote a variable value, and forward it to `config.status' so that its
   1.423 +# declaration there will have the same value as in `configure'.  VARNAME
   1.424 +# must have a single quote delimited value for this to work.
   1.425 +m4_define([_LT_CONFIG_STATUS_DECLARE],
   1.426 +[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
   1.427 +
   1.428 +
   1.429 +# _LT_CONFIG_STATUS_DECLARATIONS
   1.430 +# ------------------------------
   1.431 +# We delimit libtool config variables with single quotes, so when
   1.432 +# we write them to config.status, we have to be sure to quote all
   1.433 +# embedded single quotes properly.  In configure, this macro expands
   1.434 +# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
   1.435 +#
   1.436 +#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
   1.437 +m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
   1.438 +[m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames),
   1.439 +    [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])])
   1.440 +
   1.441 +
   1.442 +# _LT_LIBTOOL_TAGS
   1.443 +# ----------------
   1.444 +# Output comment and list of tags supported by the script
   1.445 +m4_defun([_LT_LIBTOOL_TAGS],
   1.446 +[_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl
   1.447 +available_tags="_LT_TAGS"dnl
   1.448 +])
   1.449 +
   1.450 +
   1.451 +# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
   1.452 +# -----------------------------------
   1.453 +# Extract the dictionary values for VARNAME (optionally with TAG) and
   1.454 +# expand to a commented shell variable setting:
   1.455 +#
   1.456 +#    # Some comment about what VAR is for.
   1.457 +#    visible_name=$lt_internal_name
   1.458 +m4_define([_LT_LIBTOOL_DECLARE],
   1.459 +[_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1],
   1.460 +					   [description])))[]dnl
   1.461 +m4_pushdef([_libtool_name],
   1.462 +    m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl
   1.463 +m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])),
   1.464 +    [0], [_libtool_name=[$]$1],
   1.465 +    [1], [_libtool_name=$lt_[]$1],
   1.466 +    [2], [_libtool_name=$lt_[]$1],
   1.467 +    [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl
   1.468 +m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl
   1.469 +])
   1.470 +
   1.471 +
   1.472 +# _LT_LIBTOOL_CONFIG_VARS
   1.473 +# -----------------------
   1.474 +# Produce commented declarations of non-tagged libtool config variables
   1.475 +# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
   1.476 +# script.  Tagged libtool config variables (even for the LIBTOOL CONFIG
   1.477 +# section) are produced by _LT_LIBTOOL_TAG_VARS.
   1.478 +m4_defun([_LT_LIBTOOL_CONFIG_VARS],
   1.479 +[m4_foreach([_lt_var],
   1.480 +    m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)),
   1.481 +    [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])])
   1.482 +
   1.483 +
   1.484 +# _LT_LIBTOOL_TAG_VARS(TAG)
   1.485 +# -------------------------
   1.486 +m4_define([_LT_LIBTOOL_TAG_VARS],
   1.487 +[m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames),
   1.488 +    [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])])
   1.489 +
   1.490 +
   1.491 +# _LT_TAGVAR(VARNAME, [TAGNAME])
   1.492 +# ------------------------------
   1.493 +m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])])
   1.494 +
   1.495 +
   1.496 +# _LT_CONFIG_COMMANDS
   1.497 +# -------------------
   1.498 +# Send accumulated output to $CONFIG_STATUS.  Thanks to the lists of
   1.499 +# variables for single and double quote escaping we saved from calls
   1.500 +# to _LT_DECL, we can put quote escaped variables declarations
   1.501 +# into `config.status', and then the shell code to quote escape them in
   1.502 +# for loops in `config.status'.  Finally, any additional code accumulated
   1.503 +# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
   1.504 +m4_defun([_LT_CONFIG_COMMANDS],
   1.505 +[AC_PROVIDE_IFELSE([LT_OUTPUT],
   1.506 +	dnl If the libtool generation code has been placed in $CONFIG_LT,
   1.507 +	dnl instead of duplicating it all over again into config.status,
   1.508 +	dnl then we will have config.status run $CONFIG_LT later, so it
   1.509 +	dnl needs to know what name is stored there:
   1.510 +        [AC_CONFIG_COMMANDS([libtool],
   1.511 +            [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])],
   1.512 +    dnl If the libtool generation code is destined for config.status,
   1.513 +    dnl expand the accumulated commands and init code now:
   1.514 +    [AC_CONFIG_COMMANDS([libtool],
   1.515 +        [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])])
   1.516 +])#_LT_CONFIG_COMMANDS
   1.517 +
   1.518 +
   1.519 +# Initialize.
   1.520 +m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT],
   1.521 +[
   1.522 +
   1.523 +# The HP-UX ksh and POSIX shell print the target directory to stdout
   1.524 +# if CDPATH is set.
   1.525 +(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
   1.526 +
   1.527 +sed_quote_subst='$sed_quote_subst'
   1.528 +double_quote_subst='$double_quote_subst'
   1.529 +delay_variable_subst='$delay_variable_subst'
   1.530 +_LT_CONFIG_STATUS_DECLARATIONS
   1.531 +LTCC='$LTCC'
   1.532 +LTCFLAGS='$LTCFLAGS'
   1.533 +compiler='$compiler_DEFAULT'
   1.534 +
   1.535 +# A function that is used when there is no print builtin or printf.
   1.536 +func_fallback_echo ()
   1.537 +{
   1.538 +  eval 'cat <<_LTECHO_EOF
   1.539 +\$[]1
   1.540 +_LTECHO_EOF'
   1.541 +}
   1.542 +
   1.543 +# Quote evaled strings.
   1.544 +for var in lt_decl_all_varnames([[ \
   1.545 +]], lt_decl_quote_varnames); do
   1.546 +    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
   1.547 +    *[[\\\\\\\`\\"\\\$]]*)
   1.548 +      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
   1.549 +      ;;
   1.550 +    *)
   1.551 +      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
   1.552 +      ;;
   1.553 +    esac
   1.554 +done
   1.555 +
   1.556 +# Double-quote double-evaled strings.
   1.557 +for var in lt_decl_all_varnames([[ \
   1.558 +]], lt_decl_dquote_varnames); do
   1.559 +    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
   1.560 +    *[[\\\\\\\`\\"\\\$]]*)
   1.561 +      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
   1.562 +      ;;
   1.563 +    *)
   1.564 +      eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
   1.565 +      ;;
   1.566 +    esac
   1.567 +done
   1.568 +
   1.569 +_LT_OUTPUT_LIBTOOL_INIT
   1.570 +])
   1.571 +
   1.572 +# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
   1.573 +# ------------------------------------
   1.574 +# Generate a child script FILE with all initialization necessary to
   1.575 +# reuse the environment learned by the parent script, and make the
   1.576 +# file executable.  If COMMENT is supplied, it is inserted after the
   1.577 +# `#!' sequence but before initialization text begins.  After this
   1.578 +# macro, additional text can be appended to FILE to form the body of
   1.579 +# the child script.  The macro ends with non-zero status if the
   1.580 +# file could not be fully written (such as if the disk is full).
   1.581 +m4_ifdef([AS_INIT_GENERATED],
   1.582 +[m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])],
   1.583 +[m4_defun([_LT_GENERATED_FILE_INIT],
   1.584 +[m4_require([AS_PREPARE])]dnl
   1.585 +[m4_pushdef([AS_MESSAGE_LOG_FD])]dnl
   1.586 +[lt_write_fail=0
   1.587 +cat >$1 <<_ASEOF || lt_write_fail=1
   1.588 +#! $SHELL
   1.589 +# Generated by $as_me.
   1.590 +$2
   1.591 +SHELL=\${CONFIG_SHELL-$SHELL}
   1.592 +export SHELL
   1.593 +_ASEOF
   1.594 +cat >>$1 <<\_ASEOF || lt_write_fail=1
   1.595 +AS_SHELL_SANITIZE
   1.596 +_AS_PREPARE
   1.597 +exec AS_MESSAGE_FD>&1
   1.598 +_ASEOF
   1.599 +test $lt_write_fail = 0 && chmod +x $1[]dnl
   1.600 +m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT
   1.601 +
   1.602 +# LT_OUTPUT
   1.603 +# ---------
   1.604 +# This macro allows early generation of the libtool script (before
   1.605 +# AC_OUTPUT is called), incase it is used in configure for compilation
   1.606 +# tests.
   1.607 +AC_DEFUN([LT_OUTPUT],
   1.608 +[: ${CONFIG_LT=./config.lt}
   1.609 +AC_MSG_NOTICE([creating $CONFIG_LT])
   1.610 +_LT_GENERATED_FILE_INIT(["$CONFIG_LT"],
   1.611 +[# Run this file to recreate a libtool stub with the current configuration.])
   1.612 +
   1.613 +cat >>"$CONFIG_LT" <<\_LTEOF
   1.614 +lt_cl_silent=false
   1.615 +exec AS_MESSAGE_LOG_FD>>config.log
   1.616 +{
   1.617 +  echo
   1.618 +  AS_BOX([Running $as_me.])
   1.619 +} >&AS_MESSAGE_LOG_FD
   1.620 +
   1.621 +lt_cl_help="\
   1.622 +\`$as_me' creates a local libtool stub from the current configuration,
   1.623 +for use in further configure time tests before the real libtool is
   1.624 +generated.
   1.625 +
   1.626 +Usage: $[0] [[OPTIONS]]
   1.627 +
   1.628 +  -h, --help      print this help, then exit
   1.629 +  -V, --version   print version number, then exit
   1.630 +  -q, --quiet     do not print progress messages
   1.631 +  -d, --debug     don't remove temporary files
   1.632 +
   1.633 +Report bugs to <bug-libtool@gnu.org>."
   1.634 +
   1.635 +lt_cl_version="\
   1.636 +m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
   1.637 +m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
   1.638 +configured by $[0], generated by m4_PACKAGE_STRING.
   1.639 +
   1.640 +Copyright (C) 2009 Free Software Foundation, Inc.
   1.641 +This config.lt script is free software; the Free Software Foundation
   1.642 +gives unlimited permision to copy, distribute and modify it."
   1.643 +
   1.644 +while test $[#] != 0
   1.645 +do
   1.646 +  case $[1] in
   1.647 +    --version | --v* | -V )
   1.648 +      echo "$lt_cl_version"; exit 0 ;;
   1.649 +    --help | --h* | -h )
   1.650 +      echo "$lt_cl_help"; exit 0 ;;
   1.651 +    --debug | --d* | -d )
   1.652 +      debug=: ;;
   1.653 +    --quiet | --q* | --silent | --s* | -q )
   1.654 +      lt_cl_silent=: ;;
   1.655 +
   1.656 +    -*) AC_MSG_ERROR([unrecognized option: $[1]
   1.657 +Try \`$[0] --help' for more information.]) ;;
   1.658 +
   1.659 +    *) AC_MSG_ERROR([unrecognized argument: $[1]
   1.660 +Try \`$[0] --help' for more information.]) ;;
   1.661 +  esac
   1.662 +  shift
   1.663 +done
   1.664 +
   1.665 +if $lt_cl_silent; then
   1.666 +  exec AS_MESSAGE_FD>/dev/null
   1.667 +fi
   1.668 +_LTEOF
   1.669 +
   1.670 +cat >>"$CONFIG_LT" <<_LTEOF
   1.671 +_LT_OUTPUT_LIBTOOL_COMMANDS_INIT
   1.672 +_LTEOF
   1.673 +
   1.674 +cat >>"$CONFIG_LT" <<\_LTEOF
   1.675 +AC_MSG_NOTICE([creating $ofile])
   1.676 +_LT_OUTPUT_LIBTOOL_COMMANDS
   1.677 +AS_EXIT(0)
   1.678 +_LTEOF
   1.679 +chmod +x "$CONFIG_LT"
   1.680 +
   1.681 +# configure is writing to config.log, but config.lt does its own redirection,
   1.682 +# appending to config.log, which fails on DOS, as config.log is still kept
   1.683 +# open by configure.  Here we exec the FD to /dev/null, effectively closing
   1.684 +# config.log, so it can be properly (re)opened and appended to by config.lt.
   1.685 +lt_cl_success=:
   1.686 +test "$silent" = yes &&
   1.687 +  lt_config_lt_args="$lt_config_lt_args --quiet"
   1.688 +exec AS_MESSAGE_LOG_FD>/dev/null
   1.689 +$SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
   1.690 +exec AS_MESSAGE_LOG_FD>>config.log
   1.691 +$lt_cl_success || AS_EXIT(1)
   1.692 +])# LT_OUTPUT
   1.693 +
   1.694 +
   1.695 +# _LT_CONFIG(TAG)
   1.696 +# ---------------
   1.697 +# If TAG is the built-in tag, create an initial libtool script with a
   1.698 +# default configuration from the untagged config vars.  Otherwise add code
   1.699 +# to config.status for appending the configuration named by TAG from the
   1.700 +# matching tagged config vars.
   1.701 +m4_defun([_LT_CONFIG],
   1.702 +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
   1.703 +_LT_CONFIG_SAVE_COMMANDS([
   1.704 +  m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl
   1.705 +  m4_if(_LT_TAG, [C], [
   1.706 +    # See if we are running on zsh, and set the options which allow our
   1.707 +    # commands through without removal of \ escapes.
   1.708 +    if test -n "${ZSH_VERSION+set}" ; then
   1.709 +      setopt NO_GLOB_SUBST
   1.710 +    fi
   1.711 +
   1.712 +    cfgfile="${ofile}T"
   1.713 +    trap "$RM \"$cfgfile\"; exit 1" 1 2 15
   1.714 +    $RM "$cfgfile"
   1.715 +
   1.716 +    cat <<_LT_EOF >> "$cfgfile"
   1.717 +#! $SHELL
   1.718 +
   1.719 +# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
   1.720 +# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
   1.721 +# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
   1.722 +# NOTE: Changes made to this file will be lost: look at ltmain.sh.
   1.723 +#
   1.724 +_LT_COPYING
   1.725 +_LT_LIBTOOL_TAGS
   1.726 +
   1.727 +# ### BEGIN LIBTOOL CONFIG
   1.728 +_LT_LIBTOOL_CONFIG_VARS
   1.729 +_LT_LIBTOOL_TAG_VARS
   1.730 +# ### END LIBTOOL CONFIG
   1.731 +
   1.732 +_LT_EOF
   1.733 +
   1.734 +  case $host_os in
   1.735 +  aix3*)
   1.736 +    cat <<\_LT_EOF >> "$cfgfile"
   1.737 +# AIX sometimes has problems with the GCC collect2 program.  For some
   1.738 +# reason, if we set the COLLECT_NAMES environment variable, the problems
   1.739 +# vanish in a puff of smoke.
   1.740 +if test "X${COLLECT_NAMES+set}" != Xset; then
   1.741 +  COLLECT_NAMES=
   1.742 +  export COLLECT_NAMES
   1.743 +fi
   1.744 +_LT_EOF
   1.745 +    ;;
   1.746 +  esac
   1.747 +
   1.748 +  _LT_PROG_LTMAIN
   1.749 +
   1.750 +  # We use sed instead of cat because bash on DJGPP gets confused if
   1.751 +  # if finds mixed CR/LF and LF-only lines.  Since sed operates in
   1.752 +  # text mode, it properly converts lines to CR/LF.  This bash problem
   1.753 +  # is reportedly fixed, but why not run on old versions too?
   1.754 +  sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
   1.755 +    || (rm -f "$cfgfile"; exit 1)
   1.756 +
   1.757 +  _LT_PROG_XSI_SHELLFNS
   1.758 +
   1.759 +  sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
   1.760 +    || (rm -f "$cfgfile"; exit 1)
   1.761 +
   1.762 +  mv -f "$cfgfile" "$ofile" ||
   1.763 +    (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
   1.764 +  chmod +x "$ofile"
   1.765 +],
   1.766 +[cat <<_LT_EOF >> "$ofile"
   1.767 +
   1.768 +dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded
   1.769 +dnl in a comment (ie after a #).
   1.770 +# ### BEGIN LIBTOOL TAG CONFIG: $1
   1.771 +_LT_LIBTOOL_TAG_VARS(_LT_TAG)
   1.772 +# ### END LIBTOOL TAG CONFIG: $1
   1.773 +_LT_EOF
   1.774 +])dnl /m4_if
   1.775 +],
   1.776 +[m4_if([$1], [], [
   1.777 +    PACKAGE='$PACKAGE'
   1.778 +    VERSION='$VERSION'
   1.779 +    TIMESTAMP='$TIMESTAMP'
   1.780 +    RM='$RM'
   1.781 +    ofile='$ofile'], [])
   1.782 +])dnl /_LT_CONFIG_SAVE_COMMANDS
   1.783 +])# _LT_CONFIG
   1.784 +
   1.785 +
   1.786 +# LT_SUPPORTED_TAG(TAG)
   1.787 +# ---------------------
   1.788 +# Trace this macro to discover what tags are supported by the libtool
   1.789 +# --tag option, using:
   1.790 +#    autoconf --trace 'LT_SUPPORTED_TAG:$1'
   1.791 +AC_DEFUN([LT_SUPPORTED_TAG], [])
   1.792 +
   1.793 +
   1.794 +# C support is built-in for now
   1.795 +m4_define([_LT_LANG_C_enabled], [])
   1.796 +m4_define([_LT_TAGS], [])
   1.797 +
   1.798 +
   1.799 +# LT_LANG(LANG)
   1.800 +# -------------
   1.801 +# Enable libtool support for the given language if not already enabled.
   1.802 +AC_DEFUN([LT_LANG],
   1.803 +[AC_BEFORE([$0], [LT_OUTPUT])dnl
   1.804 +m4_case([$1],
   1.805 +  [C],			[_LT_LANG(C)],
   1.806 +  [C++],		[_LT_LANG(CXX)],
   1.807 +  [Java],		[_LT_LANG(GCJ)],
   1.808 +  [Fortran 77],		[_LT_LANG(F77)],
   1.809 +  [Fortran],		[_LT_LANG(FC)],
   1.810 +  [Windows Resource],	[_LT_LANG(RC)],
   1.811 +  [m4_ifdef([_LT_LANG_]$1[_CONFIG],
   1.812 +    [_LT_LANG($1)],
   1.813 +    [m4_fatal([$0: unsupported language: "$1"])])])dnl
   1.814 +])# LT_LANG
   1.815 +
   1.816 +
   1.817 +# _LT_LANG(LANGNAME)
   1.818 +# ------------------
   1.819 +m4_defun([_LT_LANG],
   1.820 +[m4_ifdef([_LT_LANG_]$1[_enabled], [],
   1.821 +  [LT_SUPPORTED_TAG([$1])dnl
   1.822 +  m4_append([_LT_TAGS], [$1 ])dnl
   1.823 +  m4_define([_LT_LANG_]$1[_enabled], [])dnl
   1.824 +  _LT_LANG_$1_CONFIG($1)])dnl
   1.825 +])# _LT_LANG
   1.826 +
   1.827 +
   1.828 +# _LT_LANG_DEFAULT_CONFIG
   1.829 +# -----------------------
   1.830 +m4_defun([_LT_LANG_DEFAULT_CONFIG],
   1.831 +[AC_PROVIDE_IFELSE([AC_PROG_CXX],
   1.832 +  [LT_LANG(CXX)],
   1.833 +  [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])])
   1.834 +
   1.835 +AC_PROVIDE_IFELSE([AC_PROG_F77],
   1.836 +  [LT_LANG(F77)],
   1.837 +  [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])])
   1.838 +
   1.839 +AC_PROVIDE_IFELSE([AC_PROG_FC],
   1.840 +  [LT_LANG(FC)],
   1.841 +  [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])])
   1.842 +
   1.843 +dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal
   1.844 +dnl pulling things in needlessly.
   1.845 +AC_PROVIDE_IFELSE([AC_PROG_GCJ],
   1.846 +  [LT_LANG(GCJ)],
   1.847 +  [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
   1.848 +    [LT_LANG(GCJ)],
   1.849 +    [AC_PROVIDE_IFELSE([LT_PROG_GCJ],
   1.850 +      [LT_LANG(GCJ)],
   1.851 +      [m4_ifdef([AC_PROG_GCJ],
   1.852 +	[m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])])
   1.853 +       m4_ifdef([A][M_PROG_GCJ],
   1.854 +	[m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])])
   1.855 +       m4_ifdef([LT_PROG_GCJ],
   1.856 +	[m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])])
   1.857 +
   1.858 +AC_PROVIDE_IFELSE([LT_PROG_RC],
   1.859 +  [LT_LANG(RC)],
   1.860 +  [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])])
   1.861 +])# _LT_LANG_DEFAULT_CONFIG
   1.862 +
   1.863 +# Obsolete macros:
   1.864 +AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
   1.865 +AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
   1.866 +AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
   1.867 +AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
   1.868 +AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)])
   1.869 +dnl aclocal-1.4 backwards compatibility:
   1.870 +dnl AC_DEFUN([AC_LIBTOOL_CXX], [])
   1.871 +dnl AC_DEFUN([AC_LIBTOOL_F77], [])
   1.872 +dnl AC_DEFUN([AC_LIBTOOL_FC], [])
   1.873 +dnl AC_DEFUN([AC_LIBTOOL_GCJ], [])
   1.874 +dnl AC_DEFUN([AC_LIBTOOL_RC], [])
   1.875 +
   1.876 +
   1.877 +# _LT_TAG_COMPILER
   1.878 +# ----------------
   1.879 +m4_defun([_LT_TAG_COMPILER],
   1.880 +[AC_REQUIRE([AC_PROG_CC])dnl
   1.881 +
   1.882 +_LT_DECL([LTCC], [CC], [1], [A C compiler])dnl
   1.883 +_LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl
   1.884 +_LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl
   1.885 +_LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl
   1.886 +
   1.887 +# If no C compiler was specified, use CC.
   1.888 +LTCC=${LTCC-"$CC"}
   1.889 +
   1.890 +# If no C compiler flags were specified, use CFLAGS.
   1.891 +LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
   1.892 +
   1.893 +# Allow CC to be a program name with arguments.
   1.894 +compiler=$CC
   1.895 +])# _LT_TAG_COMPILER
   1.896 +
   1.897 +
   1.898 +# _LT_COMPILER_BOILERPLATE
   1.899 +# ------------------------
   1.900 +# Check for compiler boilerplate output or warnings with
   1.901 +# the simple compiler test code.
   1.902 +m4_defun([_LT_COMPILER_BOILERPLATE],
   1.903 +[m4_require([_LT_DECL_SED])dnl
   1.904 +ac_outfile=conftest.$ac_objext
   1.905 +echo "$lt_simple_compile_test_code" >conftest.$ac_ext
   1.906 +eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
   1.907 +_lt_compiler_boilerplate=`cat conftest.err`
   1.908 +$RM conftest*
   1.909 +])# _LT_COMPILER_BOILERPLATE
   1.910 +
   1.911 +
   1.912 +# _LT_LINKER_BOILERPLATE
   1.913 +# ----------------------
   1.914 +# Check for linker boilerplate output or warnings with
   1.915 +# the simple link test code.
   1.916 +m4_defun([_LT_LINKER_BOILERPLATE],
   1.917 +[m4_require([_LT_DECL_SED])dnl
   1.918 +ac_outfile=conftest.$ac_objext
   1.919 +echo "$lt_simple_link_test_code" >conftest.$ac_ext
   1.920 +eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
   1.921 +_lt_linker_boilerplate=`cat conftest.err`
   1.922 +$RM -r conftest*
   1.923 +])# _LT_LINKER_BOILERPLATE
   1.924 +
   1.925 +# _LT_REQUIRED_DARWIN_CHECKS
   1.926 +# -------------------------
   1.927 +m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[
   1.928 +  case $host_os in
   1.929 +    rhapsody* | darwin*)
   1.930 +    AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:])
   1.931 +    AC_CHECK_TOOL([NMEDIT], [nmedit], [:])
   1.932 +    AC_CHECK_TOOL([LIPO], [lipo], [:])
   1.933 +    AC_CHECK_TOOL([OTOOL], [otool], [:])
   1.934 +    AC_CHECK_TOOL([OTOOL64], [otool64], [:])
   1.935 +    _LT_DECL([], [DSYMUTIL], [1],
   1.936 +      [Tool to manipulate archived DWARF debug symbol files on Mac OS X])
   1.937 +    _LT_DECL([], [NMEDIT], [1],
   1.938 +      [Tool to change global to local symbols on Mac OS X])
   1.939 +    _LT_DECL([], [LIPO], [1],
   1.940 +      [Tool to manipulate fat objects and archives on Mac OS X])
   1.941 +    _LT_DECL([], [OTOOL], [1],
   1.942 +      [ldd/readelf like tool for Mach-O binaries on Mac OS X])
   1.943 +    _LT_DECL([], [OTOOL64], [1],
   1.944 +      [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4])
   1.945 +
   1.946 +    AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
   1.947 +      [lt_cv_apple_cc_single_mod=no
   1.948 +      if test -z "${LT_MULTI_MODULE}"; then
   1.949 +	# By default we will add the -single_module flag. You can override
   1.950 +	# by either setting the environment variable LT_MULTI_MODULE
   1.951 +	# non-empty at configure time, or by adding -multi_module to the
   1.952 +	# link flags.
   1.953 +	rm -rf libconftest.dylib*
   1.954 +	echo "int foo(void){return 1;}" > conftest.c
   1.955 +	echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
   1.956 +-dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD
   1.957 +	$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
   1.958 +	  -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
   1.959 +        _lt_result=$?
   1.960 +	if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
   1.961 +	  lt_cv_apple_cc_single_mod=yes
   1.962 +	else
   1.963 +	  cat conftest.err >&AS_MESSAGE_LOG_FD
   1.964 +	fi
   1.965 +	rm -rf libconftest.dylib*
   1.966 +	rm -f conftest.*
   1.967 +      fi])
   1.968 +    AC_CACHE_CHECK([for -exported_symbols_list linker flag],
   1.969 +      [lt_cv_ld_exported_symbols_list],
   1.970 +      [lt_cv_ld_exported_symbols_list=no
   1.971 +      save_LDFLAGS=$LDFLAGS
   1.972 +      echo "_main" > conftest.sym
   1.973 +      LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
   1.974 +      AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
   1.975 +	[lt_cv_ld_exported_symbols_list=yes],
   1.976 +	[lt_cv_ld_exported_symbols_list=no])
   1.977 +	LDFLAGS="$save_LDFLAGS"
   1.978 +    ])
   1.979 +    AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load],
   1.980 +      [lt_cv_ld_force_load=no
   1.981 +      cat > conftest.c << _LT_EOF
   1.982 +int forced_loaded() { return 2;}
   1.983 +_LT_EOF
   1.984 +      echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD
   1.985 +      $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD
   1.986 +      echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
   1.987 +      $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
   1.988 +      cat > conftest.c << _LT_EOF
   1.989 +int main() { return 0;}
   1.990 +_LT_EOF
   1.991 +      echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD
   1.992 +      $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
   1.993 +      _lt_result=$?
   1.994 +      if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
   1.995 +	lt_cv_ld_force_load=yes
   1.996 +      else
   1.997 +	cat conftest.err >&AS_MESSAGE_LOG_FD
   1.998 +      fi
   1.999 +        rm -f conftest.err libconftest.a conftest conftest.c
  1.1000 +        rm -rf conftest.dSYM
  1.1001 +    ])
  1.1002 +    case $host_os in
  1.1003 +    rhapsody* | darwin1.[[012]])
  1.1004 +      _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
  1.1005 +    darwin1.*)
  1.1006 +      _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
  1.1007 +    darwin*) # darwin 5.x on
  1.1008 +      # if running on 10.5 or later, the deployment target defaults
  1.1009 +      # to the OS version, if on x86, and 10.4, the deployment
  1.1010 +      # target defaults to 10.4. Don't you love it?
  1.1011 +      case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
  1.1012 +	10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
  1.1013 +	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
  1.1014 +	10.[[012]]*)
  1.1015 +	  _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
  1.1016 +	10.*)
  1.1017 +	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
  1.1018 +      esac
  1.1019 +    ;;
  1.1020 +  esac
  1.1021 +    if test "$lt_cv_apple_cc_single_mod" = "yes"; then
  1.1022 +      _lt_dar_single_mod='$single_module'
  1.1023 +    fi
  1.1024 +    if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
  1.1025 +      _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
  1.1026 +    else
  1.1027 +      _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
  1.1028 +    fi
  1.1029 +    if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
  1.1030 +      _lt_dsymutil='~$DSYMUTIL $lib || :'
  1.1031 +    else
  1.1032 +      _lt_dsymutil=
  1.1033 +    fi
  1.1034 +    ;;
  1.1035 +  esac
  1.1036 +])
  1.1037 +
  1.1038 +
  1.1039 +# _LT_DARWIN_LINKER_FEATURES
  1.1040 +# --------------------------
  1.1041 +# Checks for linker and compiler features on darwin
  1.1042 +m4_defun([_LT_DARWIN_LINKER_FEATURES],
  1.1043 +[
  1.1044 +  m4_require([_LT_REQUIRED_DARWIN_CHECKS])
  1.1045 +  _LT_TAGVAR(archive_cmds_need_lc, $1)=no
  1.1046 +  _LT_TAGVAR(hardcode_direct, $1)=no
  1.1047 +  _LT_TAGVAR(hardcode_automatic, $1)=yes
  1.1048 +  _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
  1.1049 +  if test "$lt_cv_ld_force_load" = "yes"; then
  1.1050 +    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
  1.1051 +  else
  1.1052 +    _LT_TAGVAR(whole_archive_flag_spec, $1)=''
  1.1053 +  fi
  1.1054 +  _LT_TAGVAR(link_all_deplibs, $1)=yes
  1.1055 +  _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
  1.1056 +  case $cc_basename in
  1.1057 +     ifort*) _lt_dar_can_shared=yes ;;
  1.1058 +     *) _lt_dar_can_shared=$GCC ;;
  1.1059 +  esac
  1.1060 +  if test "$_lt_dar_can_shared" = "yes"; then
  1.1061 +    output_verbose_link_cmd=func_echo_all
  1.1062 +    _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}"
  1.1063 +    _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
  1.1064 +    _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}"
  1.1065 +    _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}"
  1.1066 +    m4_if([$1], [CXX],
  1.1067 +[   if test "$lt_cv_apple_cc_single_mod" != "yes"; then
  1.1068 +      _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}"
  1.1069 +      _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}"
  1.1070 +    fi
  1.1071 +],[])
  1.1072 +  else
  1.1073 +  _LT_TAGVAR(ld_shlibs, $1)=no
  1.1074 +  fi
  1.1075 +])
  1.1076 +
  1.1077 +# _LT_SYS_MODULE_PATH_AIX
  1.1078 +# -----------------------
  1.1079 +# Links a minimal program and checks the executable
  1.1080 +# for the system default hardcoded library path. In most cases,
  1.1081 +# this is /usr/lib:/lib, but when the MPI compilers are used
  1.1082 +# the location of the communication and MPI libs are included too.
  1.1083 +# If we don't find anything, use the default library path according
  1.1084 +# to the aix ld manual.
  1.1085 +m4_defun([_LT_SYS_MODULE_PATH_AIX],
  1.1086 +[m4_require([_LT_DECL_SED])dnl
  1.1087 +AC_LINK_IFELSE(AC_LANG_PROGRAM,[
  1.1088 +lt_aix_libpath_sed='
  1.1089 +    /Import File Strings/,/^$/ {
  1.1090 +	/^0/ {
  1.1091 +	    s/^0  *\(.*\)$/\1/
  1.1092 +	    p
  1.1093 +	}
  1.1094 +    }'
  1.1095 +aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
  1.1096 +# Check for a 64-bit object if we didn't find anything.
  1.1097 +if test -z "$aix_libpath"; then
  1.1098 +  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
  1.1099 +fi],[])
  1.1100 +if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
  1.1101 +])# _LT_SYS_MODULE_PATH_AIX
  1.1102 +
  1.1103 +
  1.1104 +# _LT_SHELL_INIT(ARG)
  1.1105 +# -------------------
  1.1106 +m4_define([_LT_SHELL_INIT],
  1.1107 +[m4_divert_text([M4SH-INIT], [$1
  1.1108 +])])# _LT_SHELL_INIT
  1.1109 +
  1.1110 +
  1.1111 +
  1.1112 +# _LT_PROG_ECHO_BACKSLASH
  1.1113 +# -----------------------
  1.1114 +# Find how we can fake an echo command that does not interpret backslash.
  1.1115 +# In particular, with Autoconf 2.60 or later we add some code to the start
  1.1116 +# of the generated configure script which will find a shell with a builtin
  1.1117 +# printf (which we can use as an echo command).
  1.1118 +m4_defun([_LT_PROG_ECHO_BACKSLASH],
  1.1119 +[ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
  1.1120 +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
  1.1121 +ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
  1.1122 +
  1.1123 +AC_MSG_CHECKING([how to print strings])
  1.1124 +# Test print first, because it will be a builtin if present.
  1.1125 +if test "X`print -r -- -n 2>/dev/null`" = X-n && \
  1.1126 +   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
  1.1127 +  ECHO='print -r --'
  1.1128 +elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
  1.1129 +  ECHO='printf %s\n'
  1.1130 +else
  1.1131 +  # Use this function as a fallback that always works.
  1.1132 +  func_fallback_echo ()
  1.1133 +  {
  1.1134 +    eval 'cat <<_LTECHO_EOF
  1.1135 +$[]1
  1.1136 +_LTECHO_EOF'
  1.1137 +  }
  1.1138 +  ECHO='func_fallback_echo'
  1.1139 +fi
  1.1140 +
  1.1141 +# func_echo_all arg...
  1.1142 +# Invoke $ECHO with all args, space-separated.
  1.1143 +func_echo_all ()
  1.1144 +{
  1.1145 +    $ECHO "$*" 
  1.1146 +}
  1.1147 +
  1.1148 +case "$ECHO" in
  1.1149 +  printf*) AC_MSG_RESULT([printf]) ;;
  1.1150 +  print*) AC_MSG_RESULT([print -r]) ;;
  1.1151 +  *) AC_MSG_RESULT([cat]) ;;
  1.1152 +esac
  1.1153 +
  1.1154 +m4_ifdef([_AS_DETECT_SUGGESTED],
  1.1155 +[_AS_DETECT_SUGGESTED([
  1.1156 +  test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || (
  1.1157 +    ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
  1.1158 +    ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
  1.1159 +    ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
  1.1160 +    PATH=/empty FPATH=/empty; export PATH FPATH
  1.1161 +    test "X`printf %s $ECHO`" = "X$ECHO" \
  1.1162 +      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
  1.1163 +
  1.1164 +_LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts])
  1.1165 +_LT_DECL([], [ECHO], [1], [An echo program that protects backslashes])
  1.1166 +])# _LT_PROG_ECHO_BACKSLASH
  1.1167 +
  1.1168 +
  1.1169 +# _LT_ENABLE_LOCK
  1.1170 +# ---------------
  1.1171 +m4_defun([_LT_ENABLE_LOCK],
  1.1172 +[AC_ARG_ENABLE([libtool-lock],
  1.1173 +  [AS_HELP_STRING([--disable-libtool-lock],
  1.1174 +    [avoid locking (might break parallel builds)])])
  1.1175 +test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
  1.1176 +
  1.1177 +# Some flags need to be propagated to the compiler or linker for good
  1.1178 +# libtool support.
  1.1179 +case $host in
  1.1180 +ia64-*-hpux*)
  1.1181 +  # Find out which ABI we are using.
  1.1182 +  echo 'int i;' > conftest.$ac_ext
  1.1183 +  if AC_TRY_EVAL(ac_compile); then
  1.1184 +    case `/usr/bin/file conftest.$ac_objext` in
  1.1185 +      *ELF-32*)
  1.1186 +	HPUX_IA64_MODE="32"
  1.1187 +	;;
  1.1188 +      *ELF-64*)
  1.1189 +	HPUX_IA64_MODE="64"
  1.1190 +	;;
  1.1191 +    esac
  1.1192 +  fi
  1.1193 +  rm -rf conftest*
  1.1194 +  ;;
  1.1195 +*-*-irix6*)
  1.1196 +  # Find out which ABI we are using.
  1.1197 +  echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
  1.1198 +  if AC_TRY_EVAL(ac_compile); then
  1.1199 +    if test "$lt_cv_prog_gnu_ld" = yes; then
  1.1200 +      case `/usr/bin/file conftest.$ac_objext` in
  1.1201 +	*32-bit*)
  1.1202 +	  LD="${LD-ld} -melf32bsmip"
  1.1203 +	  ;;
  1.1204 +	*N32*)
  1.1205 +	  LD="${LD-ld} -melf32bmipn32"
  1.1206 +	  ;;
  1.1207 +	*64-bit*)
  1.1208 +	  LD="${LD-ld} -melf64bmip"
  1.1209 +	;;
  1.1210 +      esac
  1.1211 +    else
  1.1212 +      case `/usr/bin/file conftest.$ac_objext` in
  1.1213 +	*32-bit*)
  1.1214 +	  LD="${LD-ld} -32"
  1.1215 +	  ;;
  1.1216 +	*N32*)
  1.1217 +	  LD="${LD-ld} -n32"
  1.1218 +	  ;;
  1.1219 +	*64-bit*)
  1.1220 +	  LD="${LD-ld} -64"
  1.1221 +	  ;;
  1.1222 +      esac
  1.1223 +    fi
  1.1224 +  fi
  1.1225 +  rm -rf conftest*
  1.1226 +  ;;
  1.1227 +
  1.1228 +x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
  1.1229 +s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
  1.1230 +  # Find out which ABI we are using.
  1.1231 +  echo 'int i;' > conftest.$ac_ext
  1.1232 +  if AC_TRY_EVAL(ac_compile); then
  1.1233 +    case `/usr/bin/file conftest.o` in
  1.1234 +      *32-bit*)
  1.1235 +	case $host in
  1.1236 +	  x86_64-*kfreebsd*-gnu)
  1.1237 +	    LD="${LD-ld} -m elf_i386_fbsd"
  1.1238 +	    ;;
  1.1239 +	  x86_64-*linux*)
  1.1240 +	    LD="${LD-ld} -m elf_i386"
  1.1241 +	    ;;
  1.1242 +	  ppc64-*linux*|powerpc64-*linux*)
  1.1243 +	    LD="${LD-ld} -m elf32ppclinux"
  1.1244 +	    ;;
  1.1245 +	  s390x-*linux*)
  1.1246 +	    LD="${LD-ld} -m elf_s390"
  1.1247 +	    ;;
  1.1248 +	  sparc64-*linux*)
  1.1249 +	    LD="${LD-ld} -m elf32_sparc"
  1.1250 +	    ;;
  1.1251 +	esac
  1.1252 +	;;
  1.1253 +      *64-bit*)
  1.1254 +	case $host in
  1.1255 +	  x86_64-*kfreebsd*-gnu)
  1.1256 +	    LD="${LD-ld} -m elf_x86_64_fbsd"
  1.1257 +	    ;;
  1.1258 +	  x86_64-*linux*)
  1.1259 +	    LD="${LD-ld} -m elf_x86_64"
  1.1260 +	    ;;
  1.1261 +	  ppc*-*linux*|powerpc*-*linux*)
  1.1262 +	    LD="${LD-ld} -m elf64ppc"
  1.1263 +	    ;;
  1.1264 +	  s390*-*linux*|s390*-*tpf*)
  1.1265 +	    LD="${LD-ld} -m elf64_s390"
  1.1266 +	    ;;
  1.1267 +	  sparc*-*linux*)
  1.1268 +	    LD="${LD-ld} -m elf64_sparc"
  1.1269 +	    ;;
  1.1270 +	esac
  1.1271 +	;;
  1.1272 +    esac
  1.1273 +  fi
  1.1274 +  rm -rf conftest*
  1.1275 +  ;;
  1.1276 +
  1.1277 +*-*-sco3.2v5*)
  1.1278 +  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
  1.1279 +  SAVE_CFLAGS="$CFLAGS"
  1.1280 +  CFLAGS="$CFLAGS -belf"
  1.1281 +  AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
  1.1282 +    [AC_LANG_PUSH(C)
  1.1283 +     AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
  1.1284 +     AC_LANG_POP])
  1.1285 +  if test x"$lt_cv_cc_needs_belf" != x"yes"; then
  1.1286 +    # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
  1.1287 +    CFLAGS="$SAVE_CFLAGS"
  1.1288 +  fi
  1.1289 +  ;;
  1.1290 +sparc*-*solaris*)
  1.1291 +  # Find out which ABI we are using.
  1.1292 +  echo 'int i;' > conftest.$ac_ext
  1.1293 +  if AC_TRY_EVAL(ac_compile); then
  1.1294 +    case `/usr/bin/file conftest.o` in
  1.1295 +    *64-bit*)
  1.1296 +      case $lt_cv_prog_gnu_ld in
  1.1297 +      yes*) LD="${LD-ld} -m elf64_sparc" ;;
  1.1298 +      *)
  1.1299 +	if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
  1.1300 +	  LD="${LD-ld} -64"
  1.1301 +	fi
  1.1302 +	;;
  1.1303 +      esac
  1.1304 +      ;;
  1.1305 +    esac
  1.1306 +  fi
  1.1307 +  rm -rf conftest*
  1.1308 +  ;;
  1.1309 +esac
  1.1310 +
  1.1311 +need_locks="$enable_libtool_lock"
  1.1312 +])# _LT_ENABLE_LOCK
  1.1313 +
  1.1314 +
  1.1315 +# _LT_CMD_OLD_ARCHIVE
  1.1316 +# -------------------
  1.1317 +m4_defun([_LT_CMD_OLD_ARCHIVE],
  1.1318 +[AC_CHECK_TOOL(AR, ar, false)
  1.1319 +test -z "$AR" && AR=ar
  1.1320 +test -z "$AR_FLAGS" && AR_FLAGS=cru
  1.1321 +_LT_DECL([], [AR], [1], [The archiver])
  1.1322 +_LT_DECL([], [AR_FLAGS], [1])
  1.1323 +
  1.1324 +AC_CHECK_TOOL(STRIP, strip, :)
  1.1325 +test -z "$STRIP" && STRIP=:
  1.1326 +_LT_DECL([], [STRIP], [1], [A symbol stripping program])
  1.1327 +
  1.1328 +AC_CHECK_TOOL(RANLIB, ranlib, :)
  1.1329 +test -z "$RANLIB" && RANLIB=:
  1.1330 +_LT_DECL([], [RANLIB], [1],
  1.1331 +    [Commands used to install an old-style archive])
  1.1332 +
  1.1333 +# Determine commands to create old-style static archives.
  1.1334 +old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
  1.1335 +old_postinstall_cmds='chmod 644 $oldlib'
  1.1336 +old_postuninstall_cmds=
  1.1337 +
  1.1338 +if test -n "$RANLIB"; then
  1.1339 +  case $host_os in
  1.1340 +  openbsd*)
  1.1341 +    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
  1.1342 +    ;;
  1.1343 +  *)
  1.1344 +    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
  1.1345 +    ;;
  1.1346 +  esac
  1.1347 +  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
  1.1348 +fi
  1.1349 +
  1.1350 +case $host_os in
  1.1351 +  darwin*)
  1.1352 +    lock_old_archive_extraction=yes ;;
  1.1353 +  *)
  1.1354 +    lock_old_archive_extraction=no ;;
  1.1355 +esac
  1.1356 +_LT_DECL([], [old_postinstall_cmds], [2])
  1.1357 +_LT_DECL([], [old_postuninstall_cmds], [2])
  1.1358 +_LT_TAGDECL([], [old_archive_cmds], [2],
  1.1359 +    [Commands used to build an old-style archive])
  1.1360 +_LT_DECL([], [lock_old_archive_extraction], [0],
  1.1361 +    [Whether to use a lock for old archive extraction])
  1.1362 +])# _LT_CMD_OLD_ARCHIVE
  1.1363 +
  1.1364 +
  1.1365 +# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
  1.1366 +#		[OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
  1.1367 +# ----------------------------------------------------------------
  1.1368 +# Check whether the given compiler option works
  1.1369 +AC_DEFUN([_LT_COMPILER_OPTION],
  1.1370 +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
  1.1371 +m4_require([_LT_DECL_SED])dnl
  1.1372 +AC_CACHE_CHECK([$1], [$2],
  1.1373 +  [$2=no
  1.1374 +   m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
  1.1375 +   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
  1.1376 +   lt_compiler_flag="$3"
  1.1377 +   # Insert the option either (1) after the last *FLAGS variable, or
  1.1378 +   # (2) before a word containing "conftest.", or (3) at the end.
  1.1379 +   # Note that $ac_compile itself does not contain backslashes and begins
  1.1380 +   # with a dollar sign (not a hyphen), so the echo should work correctly.
  1.1381 +   # The option is referenced via a variable to avoid confusing sed.
  1.1382 +   lt_compile=`echo "$ac_compile" | $SED \
  1.1383 +   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
  1.1384 +   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
  1.1385 +   -e 's:$: $lt_compiler_flag:'`
  1.1386 +   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
  1.1387 +   (eval "$lt_compile" 2>conftest.err)
  1.1388 +   ac_status=$?
  1.1389 +   cat conftest.err >&AS_MESSAGE_LOG_FD
  1.1390 +   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
  1.1391 +   if (exit $ac_status) && test -s "$ac_outfile"; then
  1.1392 +     # The compiler can only warn and ignore the option if not recognized
  1.1393 +     # So say no if there are warnings other than the usual output.
  1.1394 +     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
  1.1395 +     $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
  1.1396 +     if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
  1.1397 +       $2=yes
  1.1398 +     fi
  1.1399 +   fi
  1.1400 +   $RM conftest*
  1.1401 +])
  1.1402 +
  1.1403 +if test x"[$]$2" = xyes; then
  1.1404 +    m4_if([$5], , :, [$5])
  1.1405 +else
  1.1406 +    m4_if([$6], , :, [$6])
  1.1407 +fi
  1.1408 +])# _LT_COMPILER_OPTION
  1.1409 +
  1.1410 +# Old name:
  1.1411 +AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION])
  1.1412 +dnl aclocal-1.4 backwards compatibility:
  1.1413 +dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [])
  1.1414 +
  1.1415 +
  1.1416 +# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
  1.1417 +#                  [ACTION-SUCCESS], [ACTION-FAILURE])
  1.1418 +# ----------------------------------------------------
  1.1419 +# Check whether the given linker option works
  1.1420 +AC_DEFUN([_LT_LINKER_OPTION],
  1.1421 +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
  1.1422 +m4_require([_LT_DECL_SED])dnl
  1.1423 +AC_CACHE_CHECK([$1], [$2],
  1.1424 +  [$2=no
  1.1425 +   save_LDFLAGS="$LDFLAGS"
  1.1426 +   LDFLAGS="$LDFLAGS $3"
  1.1427 +   echo "$lt_simple_link_test_code" > conftest.$ac_ext
  1.1428 +   if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
  1.1429 +     # The linker can only warn and ignore the option if not recognized
  1.1430 +     # So say no if there are warnings
  1.1431 +     if test -s conftest.err; then
  1.1432 +       # Append any errors to the config.log.
  1.1433 +       cat conftest.err 1>&AS_MESSAGE_LOG_FD
  1.1434 +       $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
  1.1435 +       $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
  1.1436 +       if diff conftest.exp conftest.er2 >/dev/null; then
  1.1437 +         $2=yes
  1.1438 +       fi
  1.1439 +     else
  1.1440 +       $2=yes
  1.1441 +     fi
  1.1442 +   fi
  1.1443 +   $RM -r conftest*
  1.1444 +   LDFLAGS="$save_LDFLAGS"
  1.1445 +])
  1.1446 +
  1.1447 +if test x"[$]$2" = xyes; then
  1.1448 +    m4_if([$4], , :, [$4])
  1.1449 +else
  1.1450 +    m4_if([$5], , :, [$5])
  1.1451 +fi
  1.1452 +])# _LT_LINKER_OPTION
  1.1453 +
  1.1454 +# Old name:
  1.1455 +AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION])
  1.1456 +dnl aclocal-1.4 backwards compatibility:
  1.1457 +dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [])
  1.1458 +
  1.1459 +
  1.1460 +# LT_CMD_MAX_LEN
  1.1461 +#---------------
  1.1462 +AC_DEFUN([LT_CMD_MAX_LEN],
  1.1463 +[AC_REQUIRE([AC_CANONICAL_HOST])dnl
  1.1464 +# find the maximum length of command line arguments
  1.1465 +AC_MSG_CHECKING([the maximum length of command line arguments])
  1.1466 +AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
  1.1467 +  i=0
  1.1468 +  teststring="ABCD"
  1.1469 +
  1.1470 +  case $build_os in
  1.1471 +  msdosdjgpp*)
  1.1472 +    # On DJGPP, this test can blow up pretty badly due to problems in libc
  1.1473 +    # (any single argument exceeding 2000 bytes causes a buffer overrun
  1.1474 +    # during glob expansion).  Even if it were fixed, the result of this
  1.1475 +    # check would be larger than it should be.
  1.1476 +    lt_cv_sys_max_cmd_len=12288;    # 12K is about right
  1.1477 +    ;;
  1.1478 +
  1.1479 +  gnu*)
  1.1480 +    # Under GNU Hurd, this test is not required because there is
  1.1481 +    # no limit to the length of command line arguments.
  1.1482 +    # Libtool will interpret -1 as no limit whatsoever
  1.1483 +    lt_cv_sys_max_cmd_len=-1;
  1.1484 +    ;;
  1.1485 +
  1.1486 +  cygwin* | mingw* | cegcc*)
  1.1487 +    # On Win9x/ME, this test blows up -- it succeeds, but takes
  1.1488 +    # about 5 minutes as the teststring grows exponentially.
  1.1489 +    # Worse, since 9x/ME are not pre-emptively multitasking,
  1.1490 +    # you end up with a "frozen" computer, even though with patience
  1.1491 +    # the test eventually succeeds (with a max line length of 256k).
  1.1492 +    # Instead, let's just punt: use the minimum linelength reported by
  1.1493 +    # all of the supported platforms: 8192 (on NT/2K/XP).
  1.1494 +    lt_cv_sys_max_cmd_len=8192;
  1.1495 +    ;;
  1.1496 +
  1.1497 +  mint*)
  1.1498 +    # On MiNT this can take a long time and run out of memory.
  1.1499 +    lt_cv_sys_max_cmd_len=8192;
  1.1500 +    ;;
  1.1501 +
  1.1502 +  amigaos*)
  1.1503 +    # On AmigaOS with pdksh, this test takes hours, literally.
  1.1504 +    # So we just punt and use a minimum line length of 8192.
  1.1505 +    lt_cv_sys_max_cmd_len=8192;
  1.1506 +    ;;
  1.1507 +
  1.1508 +  netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
  1.1509 +    # This has been around since 386BSD, at least.  Likely further.
  1.1510 +    if test -x /sbin/sysctl; then
  1.1511 +      lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
  1.1512 +    elif test -x /usr/sbin/sysctl; then
  1.1513 +      lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
  1.1514 +    else
  1.1515 +      lt_cv_sys_max_cmd_len=65536	# usable default for all BSDs
  1.1516 +    fi
  1.1517 +    # And add a safety zone
  1.1518 +    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
  1.1519 +    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
  1.1520 +    ;;
  1.1521 +
  1.1522 +  interix*)
  1.1523 +    # We know the value 262144 and hardcode it with a safety zone (like BSD)
  1.1524 +    lt_cv_sys_max_cmd_len=196608
  1.1525 +    ;;
  1.1526 +
  1.1527 +  osf*)
  1.1528 +    # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
  1.1529 +    # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
  1.1530 +    # nice to cause kernel panics so lets avoid the loop below.
  1.1531 +    # First set a reasonable default.
  1.1532 +    lt_cv_sys_max_cmd_len=16384
  1.1533 +    #
  1.1534 +    if test -x /sbin/sysconfig; then
  1.1535 +      case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
  1.1536 +        *1*) lt_cv_sys_max_cmd_len=-1 ;;
  1.1537 +      esac
  1.1538 +    fi
  1.1539 +    ;;
  1.1540 +  sco3.2v5*)
  1.1541 +    lt_cv_sys_max_cmd_len=102400
  1.1542 +    ;;
  1.1543 +  sysv5* | sco5v6* | sysv4.2uw2*)
  1.1544 +    kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
  1.1545 +    if test -n "$kargmax"; then
  1.1546 +      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
  1.1547 +    else
  1.1548 +      lt_cv_sys_max_cmd_len=32768
  1.1549 +    fi
  1.1550 +    ;;
  1.1551 +  *)
  1.1552 +    lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
  1.1553 +    if test -n "$lt_cv_sys_max_cmd_len"; then
  1.1554 +      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
  1.1555 +      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
  1.1556 +    else
  1.1557 +      # Make teststring a little bigger before we do anything with it.
  1.1558 +      # a 1K string should be a reasonable start.
  1.1559 +      for i in 1 2 3 4 5 6 7 8 ; do
  1.1560 +        teststring=$teststring$teststring
  1.1561 +      done
  1.1562 +      SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
  1.1563 +      # If test is not a shell built-in, we'll probably end up computing a
  1.1564 +      # maximum length that is only half of the actual maximum length, but
  1.1565 +      # we can't tell.
  1.1566 +      while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
  1.1567 +	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
  1.1568 +	      test $i != 17 # 1/2 MB should be enough
  1.1569 +      do
  1.1570 +        i=`expr $i + 1`
  1.1571 +        teststring=$teststring$teststring
  1.1572 +      done
  1.1573 +      # Only check the string length outside the loop.
  1.1574 +      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
  1.1575 +      teststring=
  1.1576 +      # Add a significant safety factor because C++ compilers can tack on
  1.1577 +      # massive amounts of additional arguments before passing them to the
  1.1578 +      # linker.  It appears as though 1/2 is a usable value.
  1.1579 +      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
  1.1580 +    fi
  1.1581 +    ;;
  1.1582 +  esac
  1.1583 +])
  1.1584 +if test -n $lt_cv_sys_max_cmd_len ; then
  1.1585 +  AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
  1.1586 +else
  1.1587 +  AC_MSG_RESULT(none)
  1.1588 +fi
  1.1589 +max_cmd_len=$lt_cv_sys_max_cmd_len
  1.1590 +_LT_DECL([], [max_cmd_len], [0],
  1.1591 +    [What is the maximum length of a command?])
  1.1592 +])# LT_CMD_MAX_LEN
  1.1593 +
  1.1594 +# Old name:
  1.1595 +AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN])
  1.1596 +dnl aclocal-1.4 backwards compatibility:
  1.1597 +dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [])
  1.1598 +
  1.1599 +
  1.1600 +# _LT_HEADER_DLFCN
  1.1601 +# ----------------
  1.1602 +m4_defun([_LT_HEADER_DLFCN],
  1.1603 +[AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl
  1.1604 +])# _LT_HEADER_DLFCN
  1.1605 +
  1.1606 +
  1.1607 +# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
  1.1608 +#                      ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
  1.1609 +# ----------------------------------------------------------------
  1.1610 +m4_defun([_LT_TRY_DLOPEN_SELF],
  1.1611 +[m4_require([_LT_HEADER_DLFCN])dnl
  1.1612 +if test "$cross_compiling" = yes; then :
  1.1613 +  [$4]
  1.1614 +else
  1.1615 +  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
  1.1616 +  lt_status=$lt_dlunknown
  1.1617 +  cat > conftest.$ac_ext <<_LT_EOF
  1.1618 +[#line $LINENO "configure"
  1.1619 +#include "confdefs.h"
  1.1620 +
  1.1621 +#if HAVE_DLFCN_H
  1.1622 +#include <dlfcn.h>
  1.1623 +#endif
  1.1624 +
  1.1625 +#include <stdio.h>
  1.1626 +
  1.1627 +#ifdef RTLD_GLOBAL
  1.1628 +#  define LT_DLGLOBAL		RTLD_GLOBAL
  1.1629 +#else
  1.1630 +#  ifdef DL_GLOBAL
  1.1631 +#    define LT_DLGLOBAL		DL_GLOBAL
  1.1632 +#  else
  1.1633 +#    define LT_DLGLOBAL		0
  1.1634 +#  endif
  1.1635 +#endif
  1.1636 +
  1.1637 +/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
  1.1638 +   find out it does not work in some platform. */
  1.1639 +#ifndef LT_DLLAZY_OR_NOW
  1.1640 +#  ifdef RTLD_LAZY
  1.1641 +#    define LT_DLLAZY_OR_NOW		RTLD_LAZY
  1.1642 +#  else
  1.1643 +#    ifdef DL_LAZY
  1.1644 +#      define LT_DLLAZY_OR_NOW		DL_LAZY
  1.1645 +#    else
  1.1646 +#      ifdef RTLD_NOW
  1.1647 +#        define LT_DLLAZY_OR_NOW	RTLD_NOW
  1.1648 +#      else
  1.1649 +#        ifdef DL_NOW
  1.1650 +#          define LT_DLLAZY_OR_NOW	DL_NOW
  1.1651 +#        else
  1.1652 +#          define LT_DLLAZY_OR_NOW	0
  1.1653 +#        endif
  1.1654 +#      endif
  1.1655 +#    endif
  1.1656 +#  endif
  1.1657 +#endif
  1.1658 +
  1.1659 +/* When -fvisbility=hidden is used, assume the code has been annotated
  1.1660 +   correspondingly for the symbols needed.  */
  1.1661 +#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
  1.1662 +void fnord () __attribute__((visibility("default")));
  1.1663 +#endif
  1.1664 +
  1.1665 +void fnord () { int i=42; }
  1.1666 +int main ()
  1.1667 +{
  1.1668 +  void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
  1.1669 +  int status = $lt_dlunknown;
  1.1670 +
  1.1671 +  if (self)
  1.1672 +    {
  1.1673 +      if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
  1.1674 +      else
  1.1675 +        {
  1.1676 +	  if (dlsym( self,"_fnord"))  status = $lt_dlneed_uscore;
  1.1677 +          else puts (dlerror ());
  1.1678 +	}
  1.1679 +      /* dlclose (self); */
  1.1680 +    }
  1.1681 +  else
  1.1682 +    puts (dlerror ());
  1.1683 +
  1.1684 +  return status;
  1.1685 +}]
  1.1686 +_LT_EOF
  1.1687 +  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
  1.1688 +    (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
  1.1689 +    lt_status=$?
  1.1690 +    case x$lt_status in
  1.1691 +      x$lt_dlno_uscore) $1 ;;
  1.1692 +      x$lt_dlneed_uscore) $2 ;;
  1.1693 +      x$lt_dlunknown|x*) $3 ;;
  1.1694 +    esac
  1.1695 +  else :
  1.1696 +    # compilation failed
  1.1697 +    $3
  1.1698 +  fi
  1.1699 +fi
  1.1700 +rm -fr conftest*
  1.1701 +])# _LT_TRY_DLOPEN_SELF
  1.1702 +
  1.1703 +
  1.1704 +# LT_SYS_DLOPEN_SELF
  1.1705 +# ------------------
  1.1706 +AC_DEFUN([LT_SYS_DLOPEN_SELF],
  1.1707 +[m4_require([_LT_HEADER_DLFCN])dnl
  1.1708 +if test "x$enable_dlopen" != xyes; then
  1.1709 +  enable_dlopen=unknown
  1.1710 +  enable_dlopen_self=unknown
  1.1711 +  enable_dlopen_self_static=unknown
  1.1712 +else
  1.1713 +  lt_cv_dlopen=no
  1.1714 +  lt_cv_dlopen_libs=
  1.1715 +
  1.1716 +  case $host_os in
  1.1717 +  beos*)
  1.1718 +    lt_cv_dlopen="load_add_on"
  1.1719 +    lt_cv_dlopen_libs=
  1.1720 +    lt_cv_dlopen_self=yes
  1.1721 +    ;;
  1.1722 +
  1.1723 +  mingw* | pw32* | cegcc*)
  1.1724 +    lt_cv_dlopen="LoadLibrary"
  1.1725 +    lt_cv_dlopen_libs=
  1.1726 +    ;;
  1.1727 +
  1.1728 +  cygwin*)
  1.1729 +    lt_cv_dlopen="dlopen"
  1.1730 +    lt_cv_dlopen_libs=
  1.1731 +    ;;
  1.1732 +
  1.1733 +  darwin*)
  1.1734 +  # if libdl is installed we need to link against it
  1.1735 +    AC_CHECK_LIB([dl], [dlopen],
  1.1736 +		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
  1.1737 +    lt_cv_dlopen="dyld"
  1.1738 +    lt_cv_dlopen_libs=
  1.1739 +    lt_cv_dlopen_self=yes
  1.1740 +    ])
  1.1741 +    ;;
  1.1742 +
  1.1743 +  *)
  1.1744 +    AC_CHECK_FUNC([shl_load],
  1.1745 +	  [lt_cv_dlopen="shl_load"],
  1.1746 +      [AC_CHECK_LIB([dld], [shl_load],
  1.1747 +	    [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
  1.1748 +	[AC_CHECK_FUNC([dlopen],
  1.1749 +	      [lt_cv_dlopen="dlopen"],
  1.1750 +	  [AC_CHECK_LIB([dl], [dlopen],
  1.1751 +		[lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
  1.1752 +	    [AC_CHECK_LIB([svld], [dlopen],
  1.1753 +		  [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
  1.1754 +	      [AC_CHECK_LIB([dld], [dld_link],
  1.1755 +		    [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
  1.1756 +	      ])
  1.1757 +	    ])
  1.1758 +	  ])
  1.1759 +	])
  1.1760 +      ])
  1.1761 +    ;;
  1.1762 +  esac
  1.1763 +
  1.1764 +  if test "x$lt_cv_dlopen" != xno; then
  1.1765 +    enable_dlopen=yes
  1.1766 +  else
  1.1767 +    enable_dlopen=no
  1.1768 +  fi
  1.1769 +
  1.1770 +  case $lt_cv_dlopen in
  1.1771 +  dlopen)
  1.1772 +    save_CPPFLAGS="$CPPFLAGS"
  1.1773 +    test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
  1.1774 +
  1.1775 +    save_LDFLAGS="$LDFLAGS"
  1.1776 +    wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
  1.1777 +
  1.1778 +    save_LIBS="$LIBS"
  1.1779 +    LIBS="$lt_cv_dlopen_libs $LIBS"
  1.1780 +
  1.1781 +    AC_CACHE_CHECK([whether a program can dlopen itself],
  1.1782 +	  lt_cv_dlopen_self, [dnl
  1.1783 +	  _LT_TRY_DLOPEN_SELF(
  1.1784 +	    lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
  1.1785 +	    lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
  1.1786 +    ])
  1.1787 +
  1.1788 +    if test "x$lt_cv_dlopen_self" = xyes; then
  1.1789 +      wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
  1.1790 +      AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
  1.1791 +	  lt_cv_dlopen_self_static, [dnl
  1.1792 +	  _LT_TRY_DLOPEN_SELF(
  1.1793 +	    lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
  1.1794 +	    lt_cv_dlopen_self_static=no,  lt_cv_dlopen_self_static=cross)
  1.1795 +      ])
  1.1796 +    fi
  1.1797 +
  1.1798 +    CPPFLAGS="$save_CPPFLAGS"
  1.1799 +    LDFLAGS="$save_LDFLAGS"
  1.1800 +    LIBS="$save_LIBS"
  1.1801 +    ;;
  1.1802 +  esac
  1.1803 +
  1.1804 +  case $lt_cv_dlopen_self in
  1.1805 +  yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
  1.1806 +  *) enable_dlopen_self=unknown ;;
  1.1807 +  esac
  1.1808 +
  1.1809 +  case $lt_cv_dlopen_self_static in
  1.1810 +  yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
  1.1811 +  *) enable_dlopen_self_static=unknown ;;
  1.1812 +  esac
  1.1813 +fi
  1.1814 +_LT_DECL([dlopen_support], [enable_dlopen], [0],
  1.1815 +	 [Whether dlopen is supported])
  1.1816 +_LT_DECL([dlopen_self], [enable_dlopen_self], [0],
  1.1817 +	 [Whether dlopen of programs is supported])
  1.1818 +_LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
  1.1819 +	 [Whether dlopen of statically linked programs is supported])
  1.1820 +])# LT_SYS_DLOPEN_SELF
  1.1821 +
  1.1822 +# Old name:
  1.1823 +AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF])
  1.1824 +dnl aclocal-1.4 backwards compatibility:
  1.1825 +dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [])
  1.1826 +
  1.1827 +
  1.1828 +# _LT_COMPILER_C_O([TAGNAME])
  1.1829 +# ---------------------------
  1.1830 +# Check to see if options -c and -o are simultaneously supported by compiler.
  1.1831 +# This macro does not hard code the compiler like AC_PROG_CC_C_O.
  1.1832 +m4_defun([_LT_COMPILER_C_O],
  1.1833 +[m4_require([_LT_DECL_SED])dnl
  1.1834 +m4_require([_LT_FILEUTILS_DEFAULTS])dnl
  1.1835 +m4_require([_LT_TAG_COMPILER])dnl
  1.1836 +AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
  1.1837 +  [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
  1.1838 +  [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
  1.1839 +   $RM -r conftest 2>/dev/null
  1.1840 +   mkdir conftest
  1.1841 +   cd conftest
  1.1842 +   mkdir out
  1.1843 +   echo "$lt_simple_compile_test_code" > conftest.$ac_ext
  1.1844 +
  1.1845 +   lt_compiler_flag="-o out/conftest2.$ac_objext"
  1.1846 +   # Insert the option either (1) after the last *FLAGS variable, or
  1.1847 +   # (2) before a word containing "conftest.", or (3) at the end.
  1.1848 +   # Note that $ac_compile itself does not contain backslashes and begins
  1.1849 +   # with a dollar sign (not a hyphen), so the echo should work correctly.
  1.1850 +   lt_compile=`echo "$ac_compile" | $SED \
  1.1851 +   -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
  1.1852 +   -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
  1.1853 +   -e 's:$: $lt_compiler_flag:'`
  1.1854 +   (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
  1.1855 +   (eval "$lt_compile" 2>out/conftest.err)
  1.1856 +   ac_status=$?
  1.1857 +   cat out/conftest.err >&AS_MESSAGE_LOG_FD
  1.1858 +   echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
  1.1859 +   if (exit $ac_status) && test -s out/conftest2.$ac_objext
  1.1860 +   then
  1.1861 +     # The compiler can only warn and ignore the option if not recognized
  1.1862 +     # So say no if there are warnings
  1.1863 +     $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
  1.1864 +     $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
  1.1865 +     if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
  1.1866 +       _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
  1.1867 +     fi
  1.1868 +   fi
  1.1869 +   chmod u+w . 2>&AS_MESSAGE_LOG_FD
  1.1870 +   $RM conftest*
  1.1871 +   # SGI C++ compiler will create directory out/ii_files/ for
  1.1872 +   # template instantiation
  1.1873 +   test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
  1.1874 +   $RM out/* && rmdir out
  1.1875 +   cd ..
  1.1876 +   $RM -r conftest
  1.1877 +   $RM conftest*
  1.1878 +])
  1.1879 +_LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1],
  1.1880 +	[Does compiler simultaneously support -c and -o options?])
  1.1881 +])# _LT_COMPILER_C_O
  1.1882 +
  1.1883 +
  1.1884 +# _LT_COMPILER_FILE_LOCKS([TAGNAME])
  1.1885 +# ----------------------------------
  1.1886 +# Check to see if we can do hard links to lock some files if needed
  1.1887 +m4_defun([_LT_COMPILER_FILE_LOCKS],
  1.1888 +[m4_require([_LT_ENABLE_LOCK])dnl
  1.1889 +m4_require([_LT_FILEUTILS_DEFAULTS])dnl
  1.1890 +_LT_COMPILER_C_O([$1])
  1.1891 +
  1.1892 +hard_links="nottested"
  1.1893 +if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
  1.1894 +  # do not overwrite the value of need_locks provided by the user
  1.1895 +  AC_MSG_CHECKING([if we can lock with hard links])
  1.1896 +  hard_links=yes
  1.1897 +  $RM conftest*
  1.1898 +  ln conftest.a conftest.b 2>/dev/null && hard_links=no
  1.1899 +  touch conftest.a
  1.1900 +  ln conftest.a conftest.b 2>&5 || hard_links=no
  1.1901 +  ln conftest.a conftest.b 2>/dev/null && hard_links=no
  1.1902 +  AC_MSG_RESULT([$hard_links])
  1.1903 +  if test "$hard_links" = no; then
  1.1904 +    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
  1.1905 +    need_locks=warn
  1.1906 +  fi
  1.1907 +else
  1.1908 +  need_locks=no
  1.1909 +fi
  1.1910 +_LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?])
  1.1911 +])# _LT_COMPILER_FILE_LOCKS
  1.1912 +
  1.1913 +
  1.1914 +# _LT_CHECK_OBJDIR
  1.1915 +# ----------------
  1.1916 +m4_defun([_LT_CHECK_OBJDIR],
  1.1917 +[AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
  1.1918 +[rm -f .libs 2>/dev/null
  1.1919 +mkdir .libs 2>/dev/null
  1.1920 +if test -d .libs; then
  1.1921 +  lt_cv_objdir=.libs
  1.1922 +else
  1.1923 +  # MS-DOS does not allow filenames that begin with a dot.
  1.1924 +  lt_cv_objdir=_libs
  1.1925 +fi
  1.1926 +rmdir .libs 2>/dev/null])
  1.1927 +objdir=$lt_cv_objdir
  1.1928 +_LT_DECL([], [objdir], [0],
  1.1929 +         [The name of the directory that contains temporary libtool files])dnl
  1.1930 +m4_pattern_allow([LT_OBJDIR])dnl
  1.1931 +AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/",
  1.1932 +  [Define to the sub-directory in which libtool stores uninstalled libraries.])
  1.1933 +])# _LT_CHECK_OBJDIR
  1.1934 +
  1.1935 +
  1.1936 +# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
  1.1937 +# --------------------------------------
  1.1938 +# Check hardcoding attributes.
  1.1939 +m4_defun([_LT_LINKER_HARDCODE_LIBPATH],
  1.1940 +[AC_MSG_CHECKING([how to hardcode library paths into programs])
  1.1941 +_LT_TAGVAR(hardcode_action, $1)=
  1.1942 +if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" ||
  1.1943 +   test -n "$_LT_TAGVAR(runpath_var, $1)" ||
  1.1944 +   test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
  1.1945 +
  1.1946 +  # We can hardcode non-existent directories.
  1.1947 +  if test "$_LT_TAGVAR(hardcode_direct, $1)" != no &&
  1.1948 +     # If the only mechanism to avoid hardcoding is shlibpath_var, we
  1.1949 +     # have to relink, otherwise we might link with an installed library
  1.1950 +     # when we should be linking with a yet-to-be-installed one
  1.1951 +     ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
  1.1952 +     test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then
  1.1953 +    # Linking always hardcodes the temporary library directory.
  1.1954 +    _LT_TAGVAR(hardcode_action, $1)=relink
  1.1955 +  else
  1.1956 +    # We can link without hardcoding, and we can hardcode nonexisting dirs.
  1.1957 +    _LT_TAGVAR(hardcode_action, $1)=immediate
  1.1958 +  fi
  1.1959 +else
  1.1960 +  # We cannot hardcode anything, or else we can only hardcode existing
  1.1961 +  # directories.
  1.1962 +  _LT_TAGVAR(hardcode_action, $1)=unsupported
  1.1963 +fi
  1.1964 +AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)])
  1.1965 +
  1.1966 +if test "$_LT_TAGVAR(hardcode_action, $1)" = relink ||
  1.1967 +   test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then
  1.1968 +  # Fast installation is not supported
  1.1969 +  enable_fast_install=no
  1.1970 +elif test "$shlibpath_overrides_runpath" = yes ||
  1.1971 +     test "$enable_shared" = no; then
  1.1972 +  # Fast installation is not necessary
  1.1973 +  enable_fast_install=needless
  1.1974 +fi
  1.1975 +_LT_TAGDECL([], [hardcode_action], [0],
  1.1976 +    [How to hardcode a shared library path into an executable])
  1.1977 +])# _LT_LINKER_HARDCODE_LIBPATH
  1.1978 +
  1.1979 +
  1.1980 +# _LT_CMD_STRIPLIB
  1.1981 +# ----------------
  1.1982 +m4_defun([_LT_CMD_STRIPLIB],
  1.1983 +[m4_require([_LT_DECL_EGREP])
  1.1984 +striplib=
  1.1985 +old_striplib=
  1.1986 +AC_MSG_CHECKING([whether stripping libraries is possible])
  1.1987 +if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
  1.1988 +  test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
  1.1989 +  test -z "$striplib" && striplib="$STRIP --strip-unneeded"
  1.1990 +  AC_MSG_RESULT([yes])
  1.1991 +else
  1.1992 +# FIXME - insert some real tests, host_os isn't really good enough
  1.1993 +  case $host_os in
  1.1994 +  darwin*)
  1.1995 +    if test -n "$STRIP" ; then
  1.1996 +      striplib="$STRIP -x"
  1.1997 +      old_striplib="$STRIP -S"
  1.1998 +      AC_MSG_RESULT([yes])
  1.1999 +    else
  1.2000 +      AC_MSG_RESULT([no])
  1.2001 +    fi
  1.2002 +    ;;
  1.2003 +  *)
  1.2004 +    AC_MSG_RESULT([no])
  1.2005 +    ;;
  1.2006 +  esac
  1.2007 +fi
  1.2008 +_LT_DECL([], [old_striplib], [1], [Commands to strip libraries])
  1.2009 +_LT_DECL([], [striplib], [1])
  1.2010 +])# _LT_CMD_STRIPLIB
  1.2011 +
  1.2012 +
  1.2013 +# _LT_SYS_DYNAMIC_LINKER([TAG])
  1.2014 +# -----------------------------
  1.2015 +# PORTME Fill in your ld.so characteristics
  1.2016 +m4_defun([_LT_SYS_DYNAMIC_LINKER],
  1.2017 +[AC_REQUIRE([AC_CANONICAL_HOST])dnl
  1.2018 +m4_require([_LT_DECL_EGREP])dnl
  1.2019 +m4_require([_LT_FILEUTILS_DEFAULTS])dnl
  1.2020 +m4_require([_LT_DECL_OBJDUMP])dnl
  1.2021 +m4_require([_LT_DECL_SED])dnl
  1.2022 +m4_require([_LT_CHECK_SHELL_FEATURES])dnl
  1.2023 +AC_MSG_CHECKING([dynamic linker characteristics])
  1.2024 +m4_if([$1],
  1.2025 +	[], [
  1.2026 +if test "$GCC" = yes; then
  1.2027 +  case $host_os in
  1.2028 +    darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
  1.2029 +    *) lt_awk_arg="/^libraries:/" ;;
  1.2030 +  esac
  1.2031 +  case $host_os in
  1.2032 +    mingw* | cegcc*) lt_sed_strip_eq="s,=\([[A-Za-z]]:\),\1,g" ;;
  1.2033 +    *) lt_sed_strip_eq="s,=/,/,g" ;;
  1.2034 +  esac
  1.2035 +  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
  1.2036 +  case $lt_search_path_spec in
  1.2037 +  *\;*)
  1.2038 +    # if the path contains ";" then we assume it to be the separator
  1.2039 +    # otherwise default to the standard path separator (i.e. ":") - it is
  1.2040 +    # assumed that no part of a normal pathname contains ";" but that should
  1.2041 +    # okay in the real world where ";" in dirpaths is itself problematic.
  1.2042 +    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
  1.2043 +    ;;
  1.2044 +  *)
  1.2045 +    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
  1.2046 +    ;;
  1.2047 +  esac
  1.2048 +  # Ok, now we have the path, separated by spaces, we can step through it
  1.2049 +  # and add multilib dir if necessary.
  1.2050 +  lt_tmp_lt_search_path_spec=
  1.2051 +  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
  1.2052 +  for lt_sys_path in $lt_search_path_spec; do
  1.2053 +    if test -d "$lt_sys_path/$lt_multi_os_dir"; then
  1.2054 +      lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
  1.2055 +    else
  1.2056 +      test -d "$lt_sys_path" && \
  1.2057 +	lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
  1.2058 +    fi
  1.2059 +  done
  1.2060 +  lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
  1.2061 +BEGIN {RS=" "; FS="/|\n";} {
  1.2062 +  lt_foo="";
  1.2063 +  lt_count=0;
  1.2064 +  for (lt_i = NF; lt_i > 0; lt_i--) {
  1.2065 +    if ($lt_i != "" && $lt_i != ".") {
  1.2066 +      if ($lt_i == "..") {
  1.2067 +        lt_count++;
  1.2068 +      } else {
  1.2069 +        if (lt_count == 0) {
  1.2070 +          lt_foo="/" $lt_i lt_foo;
  1.2071 +        } else {
  1.2072 +          lt_count--;
  1.2073 +        }
  1.2074 +      }
  1.2075 +    }
  1.2076 +  }
  1.2077 +  if (lt_foo != "") { lt_freq[[lt_foo]]++; }
  1.2078 +  if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
  1.2079 +}'`
  1.2080 +  # AWK program above erroneously prepends '/' to C:/dos/paths
  1.2081 +  # for these hosts.
  1.2082 +  case $host_os in
  1.2083 +    mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
  1.2084 +      $SED 's,/\([[A-Za-z]]:\),\1,g'` ;;
  1.2085 +  esac
  1.2086 +  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
  1.2087 +else
  1.2088 +  sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
  1.2089 +fi])
  1.2090 +library_names_spec=
  1.2091 +libname_spec='lib$name'
  1.2092 +soname_spec=
  1.2093 +shrext_cmds=".so"
  1.2094 +postinstall_cmds=
  1.2095 +postuninstall_cmds=
  1.2096 +finish_cmds=
  1.2097 +finish_eval=
  1.2098 +shlibpath_var=
  1.2099 +shlibpath_overrides_runpath=unknown
  1.2100 +version_type=none
  1.2101 +dynamic_linker="$host_os ld.so"
  1.2102 +sys_lib_dlsearch_path_spec="/lib /usr/lib"
  1.2103 +need_lib_prefix=unknown
  1.2104 +hardcode_into_libs=no
  1.2105 +
  1.2106 +# when you set need_version to no, make sure it does not cause -set_version
  1.2107 +# flags to be left without arguments
  1.2108 +need_version=unknown
  1.2109 +
  1.2110 +case $host_os in
  1.2111 +aix3*)
  1.2112 +  version_type=linux
  1.2113 +  library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
  1.2114 +  shlibpath_var=LIBPATH
  1.2115 +
  1.2116 +  # AIX 3 has no versioning support, so we append a major version to the name.
  1.2117 +  soname_spec='${libname}${release}${shared_ext}$major'
  1.2118 +  ;;
  1.2119 +
  1.2120 +aix[[4-9]]*)
  1.2121 +  version_type=linux
  1.2122 +  need_lib_prefix=no
  1.2123 +  need_version=no
  1.2124 +  hardcode_into_libs=yes
  1.2125 +  if test "$host_cpu" = ia64; then
  1.2126 +    # AIX 5 supports IA64
  1.2127 +    library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
  1.2128 +    shlibpath_var=LD_LIBRARY_PATH
  1.2129 +  else
  1.2130 +    # With GCC up to 2.95.x, collect2 would create an import file
  1.2131 +    # for dependence libraries.  The import file would start with
  1.2132 +    # the line `#! .'.  This would cause the generated library to
  1.2133 +    # depend on `.', always an invalid library.  This was fixed in
  1.2134 +    # development snapshots of GCC prior to 3.0.
  1.2135 +    case $host_os in
  1.2136 +      aix4 | aix4.[[01]] | aix4.[[01]].*)
  1.2137 +      if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
  1.2138 +	   echo ' yes '
  1.2139 +	   echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
  1.2140 +	:
  1.2141 +      else
  1.2142 +	can_build_shared=no
  1.2143 +      fi
  1.2144 +      ;;
  1.2145 +    esac
  1.2146 +    # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
  1.2147 +    # soname into executable. Probably we can add versioning support to
  1.2148 +    # collect2, so additional links can be useful in future.
  1.2149 +    if test "$aix_use_runtimelinking" = yes; then
  1.2150 +      # If using run time linking (on AIX 4.2 or later) use lib<name>.so
  1.2151 +      # instead of lib<name>.a to let people know that these are not
  1.2152 +      # typical AIX shared libraries.
  1.2153 +      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1.2154 +    else
  1.2155 +      # We preserve .a as extension for shared libraries through AIX4.2
  1.2156 +      # and later when we are not doing run time linking.
  1.2157 +      library_names_spec='${libname}${release}.a $libname.a'
  1.2158 +      soname_spec='${libname}${release}${shared_ext}$major'
  1.2159 +    fi
  1.2160 +    shlibpath_var=LIBPATH
  1.2161 +  fi
  1.2162 +  ;;
  1.2163 +
  1.2164 +amigaos*)
  1.2165 +  case $host_cpu in
  1.2166 +  powerpc)
  1.2167 +    # Since July 2007 AmigaOS4 officially supports .so libraries.
  1.2168 +    # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
  1.2169 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1.2170 +    ;;
  1.2171 +  m68k)
  1.2172 +    library_names_spec='$libname.ixlibrary $libname.a'
  1.2173 +    # Create ${libname}_ixlibrary.a entries in /sys/libs.
  1.2174 +    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''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'
  1.2175 +    ;;
  1.2176 +  esac
  1.2177 +  ;;
  1.2178 +
  1.2179 +beos*)
  1.2180 +  library_names_spec='${libname}${shared_ext}'
  1.2181 +  dynamic_linker="$host_os ld.so"
  1.2182 +  shlibpath_var=LIBRARY_PATH
  1.2183 +  ;;
  1.2184 +
  1.2185 +bsdi[[45]]*)
  1.2186 +  version_type=linux
  1.2187 +  need_version=no
  1.2188 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1.2189 +  soname_spec='${libname}${release}${shared_ext}$major'
  1.2190 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
  1.2191 +  shlibpath_var=LD_LIBRARY_PATH
  1.2192 +  sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
  1.2193 +  sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
  1.2194 +  # the default ld.so.conf also contains /usr/contrib/lib and
  1.2195 +  # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
  1.2196 +  # libtool to hard-code these into programs
  1.2197 +  ;;
  1.2198 +
  1.2199 +cygwin* | mingw* | pw32* | cegcc*)
  1.2200 +  version_type=windows
  1.2201 +  shrext_cmds=".dll"
  1.2202 +  need_version=no
  1.2203 +  need_lib_prefix=no
  1.2204 +
  1.2205 +  case $GCC,$host_os in
  1.2206 +  yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
  1.2207 +    library_names_spec='$libname.dll.a'
  1.2208 +    # DLL is installed to $(libdir)/../bin by postinstall_cmds
  1.2209 +    postinstall_cmds='base_file=`basename \${file}`~
  1.2210 +      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
  1.2211 +      dldir=$destdir/`dirname \$dlpath`~
  1.2212 +      test -d \$dldir || mkdir -p \$dldir~
  1.2213 +      $install_prog $dir/$dlname \$dldir/$dlname~
  1.2214 +      chmod a+x \$dldir/$dlname~
  1.2215 +      if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
  1.2216 +        eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
  1.2217 +      fi'
  1.2218 +    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
  1.2219 +      dlpath=$dir/\$dldll~
  1.2220 +       $RM \$dlpath'
  1.2221 +    shlibpath_overrides_runpath=yes
  1.2222 +
  1.2223 +    case $host_os in
  1.2224 +    cygwin*)
  1.2225 +      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
  1.2226 +      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
  1.2227 +m4_if([$1], [],[
  1.2228 +      sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"])
  1.2229 +      ;;
  1.2230 +    mingw* | cegcc*)
  1.2231 +      # MinGW DLLs use traditional 'lib' prefix
  1.2232 +      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
  1.2233 +      ;;
  1.2234 +    pw32*)
  1.2235 +      # pw32 DLLs use 'pw' prefix rather than 'lib'
  1.2236 +      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
  1.2237 +      ;;
  1.2238 +    esac
  1.2239 +    ;;
  1.2240 +
  1.2241 +  *)
  1.2242 +    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
  1.2243 +    ;;
  1.2244 +  esac
  1.2245 +  dynamic_linker='Win32 ld.exe'
  1.2246 +  # FIXME: first we should search . and the directory the executable is in
  1.2247 +  shlibpath_var=PATH
  1.2248 +  ;;
  1.2249 +
  1.2250 +darwin* | rhapsody*)
  1.2251 +  dynamic_linker="$host_os dyld"
  1.2252 +  version_type=darwin
  1.2253 +  need_lib_prefix=no
  1.2254 +  need_version=no
  1.2255 +  library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
  1.2256 +  soname_spec='${libname}${release}${major}$shared_ext'
  1.2257 +  shlibpath_overrides_runpath=yes
  1.2258 +  shlibpath_var=DYLD_LIBRARY_PATH
  1.2259 +  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
  1.2260 +m4_if([$1], [],[
  1.2261 +  sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"])
  1.2262 +  sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
  1.2263 +  ;;
  1.2264 +
  1.2265 +dgux*)
  1.2266 +  version_type=linux
  1.2267 +  need_lib_prefix=no
  1.2268 +  need_version=no
  1.2269 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
  1.2270 +  soname_spec='${libname}${release}${shared_ext}$major'
  1.2271 +  shlibpath_var=LD_LIBRARY_PATH
  1.2272 +  ;;
  1.2273 +
  1.2274 +freebsd1*)
  1.2275 +  dynamic_linker=no
  1.2276 +  ;;
  1.2277 +
  1.2278 +freebsd* | dragonfly*)
  1.2279 +  # DragonFly does not have aout.  When/if they implement a new
  1.2280 +  # versioning mechanism, adjust this.
  1.2281 +  if test -x /usr/bin/objformat; then
  1.2282 +    objformat=`/usr/bin/objformat`
  1.2283 +  else
  1.2284 +    case $host_os in
  1.2285 +    freebsd[[123]]*) objformat=aout ;;
  1.2286 +    *) objformat=elf ;;
  1.2287 +    esac
  1.2288 +  fi
  1.2289 +  version_type=freebsd-$objformat
  1.2290 +  case $version_type in
  1.2291 +    freebsd-elf*)
  1.2292 +      library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
  1.2293 +      need_version=no
  1.2294 +      need_lib_prefix=no
  1.2295 +      ;;
  1.2296 +    freebsd-*)
  1.2297 +      library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
  1.2298 +      need_version=yes
  1.2299 +      ;;
  1.2300 +  esac
  1.2301 +  shlibpath_var=LD_LIBRARY_PATH
  1.2302 +  case $host_os in
  1.2303 +  freebsd2*)
  1.2304 +    shlibpath_overrides_runpath=yes
  1.2305 +    ;;
  1.2306 +  freebsd3.[[01]]* | freebsdelf3.[[01]]*)
  1.2307 +    shlibpath_overrides_runpath=yes
  1.2308 +    hardcode_into_libs=yes
  1.2309 +    ;;
  1.2310 +  freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
  1.2311 +  freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
  1.2312 +    shlibpath_overrides_runpath=no
  1.2313 +    hardcode_into_libs=yes
  1.2314 +    ;;
  1.2315 +  *) # from 4.6 on, and DragonFly
  1.2316 +    shlibpath_overrides_runpath=yes
  1.2317 +    hardcode_into_libs=yes
  1.2318 +    ;;
  1.2319 +  esac
  1.2320 +  ;;
  1.2321 +
  1.2322 +gnu*)
  1.2323 +  version_type=linux
  1.2324 +  need_lib_prefix=no
  1.2325 +  need_version=no
  1.2326 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
  1.2327 +  soname_spec='${libname}${release}${shared_ext}$major'
  1.2328 +  shlibpath_var=LD_LIBRARY_PATH
  1.2329 +  hardcode_into_libs=yes
  1.2330 +  ;;
  1.2331 +
  1.2332 +haiku*)
  1.2333 +  version_type=linux
  1.2334 +  need_lib_prefix=no
  1.2335 +  need_version=no
  1.2336 +  dynamic_linker="$host_os runtime_loader"
  1.2337 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
  1.2338 +  soname_spec='${libname}${release}${shared_ext}$major'
  1.2339 +  shlibpath_var=LIBRARY_PATH
  1.2340 +  shlibpath_overrides_runpath=yes
  1.2341 +  sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
  1.2342 +  hardcode_into_libs=yes
  1.2343 +  ;;
  1.2344 +
  1.2345 +hpux9* | hpux10* | hpux11*)
  1.2346 +  # Give a soname corresponding to the major version so that dld.sl refuses to
  1.2347 +  # link against other versions.
  1.2348 +  version_type=sunos
  1.2349 +  need_lib_prefix=no
  1.2350 +  need_version=no
  1.2351 +  case $host_cpu in
  1.2352 +  ia64*)
  1.2353 +    shrext_cmds='.so'
  1.2354 +    hardcode_into_libs=yes
  1.2355 +    dynamic_linker="$host_os dld.so"
  1.2356 +    shlibpath_var=LD_LIBRARY_PATH
  1.2357 +    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
  1.2358 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1.2359 +    soname_spec='${libname}${release}${shared_ext}$major'
  1.2360 +    if test "X$HPUX_IA64_MODE" = X32; then
  1.2361 +      sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
  1.2362 +    else
  1.2363 +      sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
  1.2364 +    fi
  1.2365 +    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
  1.2366 +    ;;
  1.2367 +  hppa*64*)
  1.2368 +    shrext_cmds='.sl'
  1.2369 +    hardcode_into_libs=yes
  1.2370 +    dynamic_linker="$host_os dld.sl"
  1.2371 +    shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
  1.2372 +    shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
  1.2373 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1.2374 +    soname_spec='${libname}${release}${shared_ext}$major'
  1.2375 +    sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
  1.2376 +    sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
  1.2377 +    ;;
  1.2378 +  *)
  1.2379 +    shrext_cmds='.sl'
  1.2380 +    dynamic_linker="$host_os dld.sl"
  1.2381 +    shlibpath_var=SHLIB_PATH
  1.2382 +    shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
  1.2383 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1.2384 +    soname_spec='${libname}${release}${shared_ext}$major'
  1.2385 +    ;;
  1.2386 +  esac
  1.2387 +  # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
  1.2388 +  postinstall_cmds='chmod 555 $lib'
  1.2389 +  # or fails outright, so override atomically:
  1.2390 +  install_override_mode=555
  1.2391 +  ;;
  1.2392 +
  1.2393 +interix[[3-9]]*)
  1.2394 +  version_type=linux
  1.2395 +  need_lib_prefix=no
  1.2396 +  need_version=no
  1.2397 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
  1.2398 +  soname_spec='${libname}${release}${shared_ext}$major'
  1.2399 +  dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
  1.2400 +  shlibpath_var=LD_LIBRARY_PATH
  1.2401 +  shlibpath_overrides_runpath=no
  1.2402 +  hardcode_into_libs=yes
  1.2403 +  ;;
  1.2404 +
  1.2405 +irix5* | irix6* | nonstopux*)
  1.2406 +  case $host_os in
  1.2407 +    nonstopux*) version_type=nonstopux ;;
  1.2408 +    *)
  1.2409 +	if test "$lt_cv_prog_gnu_ld" = yes; then
  1.2410 +		version_type=linux
  1.2411 +	else
  1.2412 +		version_type=irix
  1.2413 +	fi ;;
  1.2414 +  esac
  1.2415 +  need_lib_prefix=no
  1.2416 +  need_version=no
  1.2417 +  soname_spec='${libname}${release}${shared_ext}$major'
  1.2418 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
  1.2419 +  case $host_os in
  1.2420 +  irix5* | nonstopux*)
  1.2421 +    libsuff= shlibsuff=
  1.2422 +    ;;
  1.2423 +  *)
  1.2424 +    case $LD in # libtool.m4 will add one of these switches to LD
  1.2425 +    *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
  1.2426 +      libsuff= shlibsuff= libmagic=32-bit;;
  1.2427 +    *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
  1.2428 +      libsuff=32 shlibsuff=N32 libmagic=N32;;
  1.2429 +    *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
  1.2430 +      libsuff=64 shlibsuff=64 libmagic=64-bit;;
  1.2431 +    *) libsuff= shlibsuff= libmagic=never-match;;
  1.2432 +    esac
  1.2433 +    ;;
  1.2434 +  esac
  1.2435 +  shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
  1.2436 +  shlibpath_overrides_runpath=no
  1.2437 +  sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
  1.2438 +  sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
  1.2439 +  hardcode_into_libs=yes
  1.2440 +  ;;
  1.2441 +
  1.2442 +# No shared lib support for Linux oldld, aout, or coff.
  1.2443 +linux*oldld* | linux*aout* | linux*coff*)
  1.2444 +  dynamic_linker=no
  1.2445 +  ;;
  1.2446 +
  1.2447 +# This must be Linux ELF.
  1.2448 +linux* | k*bsd*-gnu | kopensolaris*-gnu)
  1.2449 +  version_type=linux
  1.2450 +  need_lib_prefix=no
  1.2451 +  need_version=no
  1.2452 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1.2453 +  soname_spec='${libname}${release}${shared_ext}$major'
  1.2454 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
  1.2455 +  shlibpath_var=LD_LIBRARY_PATH
  1.2456 +  shlibpath_overrides_runpath=no
  1.2457 +
  1.2458 +  # Some binutils ld are patched to set DT_RUNPATH
  1.2459 +  AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath],
  1.2460 +    [lt_cv_shlibpath_overrides_runpath=no
  1.2461 +    save_LDFLAGS=$LDFLAGS
  1.2462 +    save_libdir=$libdir
  1.2463 +    eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
  1.2464 +	 LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\""
  1.2465 +    AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
  1.2466 +      [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null],
  1.2467 +	 [lt_cv_shlibpath_overrides_runpath=yes])])
  1.2468 +    LDFLAGS=$save_LDFLAGS
  1.2469 +    libdir=$save_libdir
  1.2470 +    ])
  1.2471 +  shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
  1.2472 +
  1.2473 +  # This implies no fast_install, which is unacceptable.
  1.2474 +  # Some rework will be needed to allow for fast_install
  1.2475 +  # before this can be enabled.
  1.2476 +  hardcode_into_libs=yes
  1.2477 +
  1.2478 +  # Append ld.so.conf contents to the search path
  1.2479 +  if test -f /etc/ld.so.conf; then
  1.2480 +    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;s/"//g;/^$/d' | tr '\n' ' '`
  1.2481 +    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
  1.2482 +  fi
  1.2483 +
  1.2484 +  # We used to test for /lib/ld.so.1 and disable shared libraries on
  1.2485 +  # powerpc, because MkLinux only supported shared libraries with the
  1.2486 +  # GNU dynamic linker.  Since this was broken with cross compilers,
  1.2487 +  # most powerpc-linux boxes support dynamic linking these days and
  1.2488 +  # people can always --disable-shared, the test was removed, and we
  1.2489 +  # assume the GNU/Linux dynamic linker is in use.
  1.2490 +  dynamic_linker='GNU/Linux ld.so'
  1.2491 +  ;;
  1.2492 +
  1.2493 +netbsd*)
  1.2494 +  version_type=sunos
  1.2495 +  need_lib_prefix=no
  1.2496 +  need_version=no
  1.2497 +  if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
  1.2498 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  1.2499 +    finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
  1.2500 +    dynamic_linker='NetBSD (a.out) ld.so'
  1.2501 +  else
  1.2502 +    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
  1.2503 +    soname_spec='${libname}${release}${shared_ext}$major'
  1.2504 +    dynamic_linker='NetBSD ld.elf_so'
  1.2505 +  fi
  1.2506 +  shlibpath_var=LD_LIBRARY_PATH
  1.2507 +  shlibpath_overrides_runpath=yes
  1.2508 +  hardcode_into_libs=yes
  1.2509 +  ;;
  1.2510 +
  1.2511 +newsos6)
  1.2512 +  version_type=linux
  1.2513 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1.2514 +  shlibpath_var=LD_LIBRARY_PATH
  1.2515 +  shlibpath_overrides_runpath=yes
  1.2516 +  ;;
  1.2517 +
  1.2518 +*nto* | *qnx*)
  1.2519 +  version_type=qnx
  1.2520 +  need_lib_prefix=no
  1.2521 +  need_version=no
  1.2522 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1.2523 +  soname_spec='${libname}${release}${shared_ext}$major'
  1.2524 +  shlibpath_var=LD_LIBRARY_PATH
  1.2525 +  shlibpath_overrides_runpath=no
  1.2526 +  hardcode_into_libs=yes
  1.2527 +  dynamic_linker='ldqnx.so'
  1.2528 +  ;;
  1.2529 +
  1.2530 +openbsd*)
  1.2531 +  version_type=sunos
  1.2532 +  sys_lib_dlsearch_path_spec="/usr/lib"
  1.2533 +  need_lib_prefix=no
  1.2534 +  # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
  1.2535 +  case $host_os in
  1.2536 +    openbsd3.3 | openbsd3.3.*)	need_version=yes ;;
  1.2537 +    *)				need_version=no  ;;
  1.2538 +  esac
  1.2539 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  1.2540 +  finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
  1.2541 +  shlibpath_var=LD_LIBRARY_PATH
  1.2542 +  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  1.2543 +    case $host_os in
  1.2544 +      openbsd2.[[89]] | openbsd2.[[89]].*)
  1.2545 +	shlibpath_overrides_runpath=no
  1.2546 +	;;
  1.2547 +      *)
  1.2548 +	shlibpath_overrides_runpath=yes
  1.2549 +	;;
  1.2550 +      esac
  1.2551 +  else
  1.2552 +    shlibpath_overrides_runpath=yes
  1.2553 +  fi
  1.2554 +  ;;
  1.2555 +
  1.2556 +os2*)
  1.2557 +  libname_spec='$name'
  1.2558 +  shrext_cmds=".dll"
  1.2559 +  need_lib_prefix=no
  1.2560 +  library_names_spec='$libname${shared_ext} $libname.a'
  1.2561 +  dynamic_linker='OS/2 ld.exe'
  1.2562 +  shlibpath_var=LIBPATH
  1.2563 +  ;;
  1.2564 +
  1.2565 +osf3* | osf4* | osf5*)
  1.2566 +  version_type=osf
  1.2567 +  need_lib_prefix=no
  1.2568 +  need_version=no
  1.2569 +  soname_spec='${libname}${release}${shared_ext}$major'
  1.2570 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1.2571 +  shlibpath_var=LD_LIBRARY_PATH
  1.2572 +  sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
  1.2573 +  sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
  1.2574 +  ;;
  1.2575 +
  1.2576 +rdos*)
  1.2577 +  dynamic_linker=no
  1.2578 +  ;;
  1.2579 +
  1.2580 +solaris*)
  1.2581 +  version_type=linux
  1.2582 +  need_lib_prefix=no
  1.2583 +  need_version=no
  1.2584 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1.2585 +  soname_spec='${libname}${release}${shared_ext}$major'
  1.2586 +  shlibpath_var=LD_LIBRARY_PATH
  1.2587 +  shlibpath_overrides_runpath=yes
  1.2588 +  hardcode_into_libs=yes
  1.2589 +  # ldd complains unless libraries are executable
  1.2590 +  postinstall_cmds='chmod +x $lib'
  1.2591 +  ;;
  1.2592 +
  1.2593 +sunos4*)
  1.2594 +  version_type=sunos
  1.2595 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
  1.2596 +  finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
  1.2597 +  shlibpath_var=LD_LIBRARY_PATH
  1.2598 +  shlibpath_overrides_runpath=yes
  1.2599 +  if test "$with_gnu_ld" = yes; then
  1.2600 +    need_lib_prefix=no
  1.2601 +  fi
  1.2602 +  need_version=yes
  1.2603 +  ;;
  1.2604 +
  1.2605 +sysv4 | sysv4.3*)
  1.2606 +  version_type=linux
  1.2607 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1.2608 +  soname_spec='${libname}${release}${shared_ext}$major'
  1.2609 +  shlibpath_var=LD_LIBRARY_PATH
  1.2610 +  case $host_vendor in
  1.2611 +    sni)
  1.2612 +      shlibpath_overrides_runpath=no
  1.2613 +      need_lib_prefix=no
  1.2614 +      runpath_var=LD_RUN_PATH
  1.2615 +      ;;
  1.2616 +    siemens)
  1.2617 +      need_lib_prefix=no
  1.2618 +      ;;
  1.2619 +    motorola)
  1.2620 +      need_lib_prefix=no
  1.2621 +      need_version=no
  1.2622 +      shlibpath_overrides_runpath=no
  1.2623 +      sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
  1.2624 +      ;;
  1.2625 +  esac
  1.2626 +  ;;
  1.2627 +
  1.2628 +sysv4*MP*)
  1.2629 +  if test -d /usr/nec ;then
  1.2630 +    version_type=linux
  1.2631 +    library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
  1.2632 +    soname_spec='$libname${shared_ext}.$major'
  1.2633 +    shlibpath_var=LD_LIBRARY_PATH
  1.2634 +  fi
  1.2635 +  ;;
  1.2636 +
  1.2637 +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
  1.2638 +  version_type=freebsd-elf
  1.2639 +  need_lib_prefix=no
  1.2640 +  need_version=no
  1.2641 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
  1.2642 +  soname_spec='${libname}${release}${shared_ext}$major'
  1.2643 +  shlibpath_var=LD_LIBRARY_PATH
  1.2644 +  shlibpath_overrides_runpath=yes
  1.2645 +  hardcode_into_libs=yes
  1.2646 +  if test "$with_gnu_ld" = yes; then
  1.2647 +    sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
  1.2648 +  else
  1.2649 +    sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
  1.2650 +    case $host_os in
  1.2651 +      sco3.2v5*)
  1.2652 +        sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
  1.2653 +	;;
  1.2654 +    esac
  1.2655 +  fi
  1.2656 +  sys_lib_dlsearch_path_spec='/usr/lib'
  1.2657 +  ;;
  1.2658 +
  1.2659 +tpf*)
  1.2660 +  # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
  1.2661 +  version_type=linux
  1.2662 +  need_lib_prefix=no
  1.2663 +  need_version=no
  1.2664 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1.2665 +  shlibpath_var=LD_LIBRARY_PATH
  1.2666 +  shlibpath_overrides_runpath=no
  1.2667 +  hardcode_into_libs=yes
  1.2668 +  ;;
  1.2669 +
  1.2670 +uts4*)
  1.2671 +  version_type=linux
  1.2672 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
  1.2673 +  soname_spec='${libname}${release}${shared_ext}$major'
  1.2674 +  shlibpath_var=LD_LIBRARY_PATH
  1.2675 +  ;;
  1.2676 +
  1.2677 +*)
  1.2678 +  dynamic_linker=no
  1.2679 +  ;;
  1.2680 +esac
  1.2681 +AC_MSG_RESULT([$dynamic_linker])
  1.2682 +test "$dynamic_linker" = no && can_build_shared=no
  1.2683 +
  1.2684 +variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
  1.2685 +if test "$GCC" = yes; then
  1.2686 +  variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
  1.2687 +fi
  1.2688 +
  1.2689 +if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
  1.2690 +  sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
  1.2691 +fi
  1.2692 +if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
  1.2693 +  sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
  1.2694 +fi
  1.2695 +
  1.2696 +_LT_DECL([], [variables_saved_for_relink], [1],
  1.2697 +    [Variables whose values should be saved in libtool wrapper scripts and
  1.2698 +    restored at link time])
  1.2699 +_LT_DECL([], [need_lib_prefix], [0],
  1.2700 +    [Do we need the "lib" prefix for modules?])
  1.2701 +_LT_DECL([], [need_version], [0], [Do we need a version for libraries?])
  1.2702 +_LT_DECL([], [version_type], [0], [Library versioning type])
  1.2703 +_LT_DECL([], [runpath_var], [0],  [Shared library runtime path variable])
  1.2704 +_LT_DECL([], [shlibpath_var], [0],[Shared library path variable])
  1.2705 +_LT_DECL([], [shlibpath_overrides_runpath], [0],
  1.2706 +    [Is shlibpath searched before the hard-coded library search path?])
  1.2707 +_LT_DECL([], [libname_spec], [1], [Format of library name prefix])
  1.2708 +_LT_DECL([], [library_names_spec], [1],
  1.2709 +    [[List of archive names.  First name is the real one, the rest are links.
  1.2710 +    The last name is the one that the linker finds with -lNAME]])
  1.2711 +_LT_DECL([], [soname_spec], [1],
  1.2712 +    [[The coded name of the library, if different from the real name]])
  1.2713 +_LT_DECL([], [install_override_mode], [1],
  1.2714 +    [Permission mode override for installation of shared libraries])
  1.2715 +_LT_DECL([], [postinstall_cmds], [2],
  1.2716 +    [Command to use after installation of a shared archive])
  1.2717 +_LT_DECL([], [postuninstall_cmds], [2],
  1.2718 +    [Command to use after uninstallation of a shared archive])
  1.2719 +_LT_DECL([], [finish_cmds], [2],
  1.2720 +    [Commands used to finish a libtool library installation in a directory])
  1.2721 +_LT_DECL([], [finish_eval], [1],
  1.2722 +    [[As "finish_cmds", except a single script fragment to be evaled but
  1.2723 +    not shown]])
  1.2724 +_LT_DECL([], [hardcode_into_libs], [0],
  1.2725 +    [Whether we should hardcode library paths into libraries])
  1.2726 +_LT_DECL([], [sys_lib_search_path_spec], [2],
  1.2727 +    [Compile-time system search path for libraries])
  1.2728 +_LT_DECL([], [sys_lib_dlsearch_path_spec], [2],
  1.2729 +    [Run-time system search path for libraries])
  1.2730 +])# _LT_SYS_DYNAMIC_LINKER
  1.2731 +
  1.2732 +
  1.2733 +# _LT_PATH_TOOL_PREFIX(TOOL)
  1.2734 +# --------------------------
  1.2735 +# find a file program which can recognize shared library
  1.2736 +AC_DEFUN([_LT_PATH_TOOL_PREFIX],
  1.2737 +[m4_require([_LT_DECL_EGREP])dnl
  1.2738 +AC_MSG_CHECKING([for $1])
  1.2739 +AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
  1.2740 +[case $MAGIC_CMD in
  1.2741 +[[\\/*] |  ?:[\\/]*])
  1.2742 +  lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
  1.2743 +  ;;
  1.2744 +*)
  1.2745 +  lt_save_MAGIC_CMD="$MAGIC_CMD"
  1.2746 +  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  1.2747 +dnl $ac_dummy forces splitting on constant user-supplied paths.
  1.2748 +dnl POSIX.2 word splitting is done only on the output of word expansions,
  1.2749 +dnl not every word.  This closes a longstanding sh security hole.
  1.2750 +  ac_dummy="m4_if([$2], , $PATH, [$2])"
  1.2751 +  for ac_dir in $ac_dummy; do
  1.2752 +    IFS="$lt_save_ifs"
  1.2753 +    test -z "$ac_dir" && ac_dir=.
  1.2754 +    if test -f $ac_dir/$1; then
  1.2755 +      lt_cv_path_MAGIC_CMD="$ac_dir/$1"
  1.2756 +      if test -n "$file_magic_test_file"; then
  1.2757 +	case $deplibs_check_method in
  1.2758 +	"file_magic "*)
  1.2759 +	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
  1.2760 +	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
  1.2761 +	  if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
  1.2762 +	    $EGREP "$file_magic_regex" > /dev/null; then
  1.2763 +	    :
  1.2764 +	  else
  1.2765 +	    cat <<_LT_EOF 1>&2
  1.2766 +
  1.2767 +*** Warning: the command libtool uses to detect shared libraries,
  1.2768 +*** $file_magic_cmd, produces output that libtool cannot recognize.
  1.2769 +*** The result is that libtool may fail to recognize shared libraries
  1.2770 +*** as such.  This will affect the creation of libtool libraries that
  1.2771 +*** depend on shared libraries, but programs linked with such libtool
  1.2772 +*** libraries will work regardless of this problem.  Nevertheless, you
  1.2773 +*** may want to report the problem to your system manager and/or to
  1.2774 +*** bug-libtool@gnu.org
  1.2775 +
  1.2776 +_LT_EOF
  1.2777 +	  fi ;;
  1.2778 +	esac
  1.2779 +      fi
  1.2780 +      break
  1.2781 +    fi
  1.2782 +  done
  1.2783 +  IFS="$lt_save_ifs"
  1.2784 +  MAGIC_CMD="$lt_save_MAGIC_CMD"
  1.2785 +  ;;
  1.2786 +esac])
  1.2787 +MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
  1.2788 +if test -n "$MAGIC_CMD"; then
  1.2789 +  AC_MSG_RESULT($MAGIC_CMD)
  1.2790 +else
  1.2791 +  AC_MSG_RESULT(no)
  1.2792 +fi
  1.2793 +_LT_DECL([], [MAGIC_CMD], [0],
  1.2794 +	 [Used to examine libraries when file_magic_cmd begins with "file"])dnl
  1.2795 +])# _LT_PATH_TOOL_PREFIX
  1.2796 +
  1.2797 +# Old name:
  1.2798 +AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX])
  1.2799 +dnl aclocal-1.4 backwards compatibility:
  1.2800 +dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], [])
  1.2801 +
  1.2802 +
  1.2803 +# _LT_PATH_MAGIC
  1.2804 +# --------------
  1.2805 +# find a file program which can recognize a shared library
  1.2806 +m4_defun([_LT_PATH_MAGIC],
  1.2807 +[_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
  1.2808 +if test -z "$lt_cv_path_MAGIC_CMD"; then
  1.2809 +  if test -n "$ac_tool_prefix"; then
  1.2810 +    _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
  1.2811 +  else
  1.2812 +    MAGIC_CMD=:
  1.2813 +  fi
  1.2814 +fi
  1.2815 +])# _LT_PATH_MAGIC
  1.2816 +
  1.2817 +
  1.2818 +# LT_PATH_LD
  1.2819 +# ----------
  1.2820 +# find the pathname to the GNU or non-GNU linker
  1.2821 +AC_DEFUN([LT_PATH_LD],
  1.2822 +[AC_REQUIRE([AC_PROG_CC])dnl
  1.2823 +AC_REQUIRE([AC_CANONICAL_HOST])dnl
  1.2824 +AC_REQUIRE([AC_CANONICAL_BUILD])dnl
  1.2825 +m4_require([_LT_DECL_SED])dnl
  1.2826 +m4_require([_LT_DECL_EGREP])dnl
  1.2827 +m4_require([_LT_PROG_ECHO_BACKSLASH])dnl
  1.2828 +
  1.2829 +AC_ARG_WITH([gnu-ld],
  1.2830 +    [AS_HELP_STRING([--with-gnu-ld],
  1.2831 +	[assume the C compiler uses GNU ld @<:@default=no@:>@])],
  1.2832 +    [test "$withval" = no || with_gnu_ld=yes],
  1.2833 +    [with_gnu_ld=no])dnl
  1.2834 +
  1.2835 +ac_prog=ld
  1.2836 +if test "$GCC" = yes; then
  1.2837 +  # Check if gcc -print-prog-name=ld gives a path.
  1.2838 +  AC_MSG_CHECKING([for ld used by $CC])
  1.2839 +  case $host in
  1.2840 +  *-*-mingw*)
  1.2841 +    # gcc leaves a trailing carriage return which upsets mingw
  1.2842 +    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
  1.2843 +  *)
  1.2844 +    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
  1.2845 +  esac
  1.2846 +  case $ac_prog in
  1.2847 +    # Accept absolute paths.
  1.2848 +    [[\\/]]* | ?:[[\\/]]*)
  1.2849 +      re_direlt='/[[^/]][[^/]]*/\.\./'
  1.2850 +      # Canonicalize the pathname of ld
  1.2851 +      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
  1.2852 +      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
  1.2853 +	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
  1.2854 +      done
  1.2855 +      test -z "$LD" && LD="$ac_prog"
  1.2856 +      ;;
  1.2857 +  "")
  1.2858 +    # If it fails, then pretend we aren't using GCC.
  1.2859 +    ac_prog=ld
  1.2860 +    ;;
  1.2861 +  *)
  1.2862 +    # If it is relative, then search for the first ld in PATH.
  1.2863 +    with_gnu_ld=unknown
  1.2864 +    ;;
  1.2865 +  esac
  1.2866 +elif test "$with_gnu_ld" = yes; then
  1.2867 +  AC_MSG_CHECKING([for GNU ld])
  1.2868 +else
  1.2869 +  AC_MSG_CHECKING([for non-GNU ld])
  1.2870 +fi
  1.2871 +AC_CACHE_VAL(lt_cv_path_LD,
  1.2872 +[if test -z "$LD"; then
  1.2873 +  lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  1.2874 +  for ac_dir in $PATH; do
  1.2875 +    IFS="$lt_save_ifs"
  1.2876 +    test -z "$ac_dir" && ac_dir=.
  1.2877 +    if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
  1.2878 +      lt_cv_path_LD="$ac_dir/$ac_prog"
  1.2879 +      # Check to see if the program is GNU ld.  I'd rather use --version,
  1.2880 +      # but apparently some variants of GNU ld only accept -v.
  1.2881 +      # Break only if it was the GNU/non-GNU ld that we prefer.
  1.2882 +      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
  1.2883 +      *GNU* | *'with BFD'*)
  1.2884 +	test "$with_gnu_ld" != no && break
  1.2885 +	;;
  1.2886 +      *)
  1.2887 +	test "$with_gnu_ld" != yes && break
  1.2888 +	;;
  1.2889 +      esac
  1.2890 +    fi
  1.2891 +  done
  1.2892 +  IFS="$lt_save_ifs"
  1.2893 +else
  1.2894 +  lt_cv_path_LD="$LD" # Let the user override the test with a path.
  1.2895 +fi])
  1.2896 +LD="$lt_cv_path_LD"
  1.2897 +if test -n "$LD"; then
  1.2898 +  AC_MSG_RESULT($LD)
  1.2899 +else
  1.2900 +  AC_MSG_RESULT(no)
  1.2901 +fi
  1.2902 +test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
  1.2903 +_LT_PATH_LD_GNU
  1.2904 +AC_SUBST([LD])
  1.2905 +
  1.2906 +_LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
  1.2907 +])# LT_PATH_LD
  1.2908 +
  1.2909 +# Old names:
  1.2910 +AU_ALIAS([AM_PROG_LD], [LT_PATH_LD])
  1.2911 +AU_ALIAS([AC_PROG_LD], [LT_PATH_LD])
  1.2912 +dnl aclocal-1.4 backwards compatibility:
  1.2913 +dnl AC_DEFUN([AM_PROG_LD], [])
  1.2914 +dnl AC_DEFUN([AC_PROG_LD], [])
  1.2915 +
  1.2916 +
  1.2917 +# _LT_PATH_LD_GNU
  1.2918 +#- --------------
  1.2919 +m4_defun([_LT_PATH_LD_GNU],
  1.2920 +[AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
  1.2921 +[# I'd rather use --version here, but apparently some GNU lds only accept -v.
  1.2922 +case `$LD -v 2>&1 </dev/null` in
  1.2923 +*GNU* | *'with BFD'*)
  1.2924 +  lt_cv_prog_gnu_ld=yes
  1.2925 +  ;;
  1.2926 +*)
  1.2927 +  lt_cv_prog_gnu_ld=no
  1.2928 +  ;;
  1.2929 +esac])
  1.2930 +with_gnu_ld=$lt_cv_prog_gnu_ld
  1.2931 +])# _LT_PATH_LD_GNU
  1.2932 +
  1.2933 +
  1.2934 +# _LT_CMD_RELOAD
  1.2935 +# --------------
  1.2936 +# find reload flag for linker
  1.2937 +#   -- PORTME Some linkers may need a different reload flag.
  1.2938 +m4_defun([_LT_CMD_RELOAD],
  1.2939 +[AC_CACHE_CHECK([for $LD option to reload object files],
  1.2940 +  lt_cv_ld_reload_flag,
  1.2941 +  [lt_cv_ld_reload_flag='-r'])
  1.2942 +reload_flag=$lt_cv_ld_reload_flag
  1.2943 +case $reload_flag in
  1.2944 +"" | " "*) ;;
  1.2945 +*) reload_flag=" $reload_flag" ;;
  1.2946 +esac
  1.2947 +reload_cmds='$LD$reload_flag -o $output$reload_objs'
  1.2948 +case $host_os in
  1.2949 +  darwin*)
  1.2950 +    if test "$GCC" = yes; then
  1.2951 +      reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
  1.2952 +    else
  1.2953 +      reload_cmds='$LD$reload_flag -o $output$reload_objs'
  1.2954 +    fi
  1.2955 +    ;;
  1.2956 +esac
  1.2957 +_LT_TAGDECL([], [reload_flag], [1], [How to create reloadable object files])dnl
  1.2958 +_LT_TAGDECL([], [reload_cmds], [2])dnl
  1.2959 +])# _LT_CMD_RELOAD
  1.2960 +
  1.2961 +
  1.2962 +# _LT_CHECK_MAGIC_METHOD
  1.2963 +# ----------------------
  1.2964 +# how to check for library dependencies
  1.2965 +#  -- PORTME fill in with the dynamic library characteristics
  1.2966 +m4_defun([_LT_CHECK_MAGIC_METHOD],
  1.2967 +[m4_require([_LT_DECL_EGREP])
  1.2968 +m4_require([_LT_DECL_OBJDUMP])
  1.2969 +AC_CACHE_CHECK([how to recognize dependent libraries],
  1.2970 +lt_cv_deplibs_check_method,
  1.2971 +[lt_cv_file_magic_cmd='$MAGIC_CMD'
  1.2972 +lt_cv_file_magic_test_file=
  1.2973 +lt_cv_deplibs_check_method='unknown'
  1.2974 +# Need to set the preceding variable on all platforms that support
  1.2975 +# interlibrary dependencies.
  1.2976 +# 'none' -- dependencies not supported.
  1.2977 +# `unknown' -- same as none, but documents that we really don't know.
  1.2978 +# 'pass_all' -- all dependencies passed with no checks.
  1.2979 +# 'test_compile' -- check by making test program.
  1.2980 +# 'file_magic [[regex]]' -- check by looking for files in library path
  1.2981 +# which responds to the $file_magic_cmd with a given extended regex.
  1.2982 +# If you have `file' or equivalent on your system and you're not sure
  1.2983 +# whether `pass_all' will *always* work, you probably want this one.
  1.2984 +
  1.2985 +case $host_os in
  1.2986 +aix[[4-9]]*)
  1.2987 +  lt_cv_deplibs_check_method=pass_all
  1.2988 +  ;;
  1.2989 +
  1.2990 +beos*)
  1.2991 +  lt_cv_deplibs_check_method=pass_all
  1.2992 +  ;;
  1.2993 +
  1.2994 +bsdi[[45]]*)
  1.2995 +  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
  1.2996 +  lt_cv_file_magic_cmd='/usr/bin/file -L'
  1.2997 +  lt_cv_file_magic_test_file=/shlib/libc.so
  1.2998 +  ;;
  1.2999 +
  1.3000 +cygwin*)
  1.3001 +  # func_win32_libid is a shell function defined in ltmain.sh
  1.3002 +  lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
  1.3003 +  lt_cv_file_magic_cmd='func_win32_libid'
  1.3004 +  ;;
  1.3005 +
  1.3006 +mingw* | pw32*)
  1.3007 +  # Base MSYS/MinGW do not provide the 'file' command needed by
  1.3008 +  # func_win32_libid shell function, so use a weaker test based on 'objdump',
  1.3009 +  # unless we find 'file', for example because we are cross-compiling.
  1.3010 +  # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
  1.3011 +  if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
  1.3012 +    lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
  1.3013 +    lt_cv_file_magic_cmd='func_win32_libid'
  1.3014 +  else
  1.3015 +    lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
  1.3016 +    lt_cv_file_magic_cmd='$OBJDUMP -f'
  1.3017 +  fi
  1.3018 +  ;;
  1.3019 +
  1.3020 +cegcc*)
  1.3021 +  # use the weaker test based on 'objdump'. See mingw*.
  1.3022 +  lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
  1.3023 +  lt_cv_file_magic_cmd='$OBJDUMP -f'
  1.3024 +  ;;
  1.3025 +
  1.3026 +darwin* | rhapsody*)
  1.3027 +  lt_cv_deplibs_check_method=pass_all
  1.3028 +  ;;
  1.3029 +
  1.3030 +freebsd* | dragonfly*)
  1.3031 +  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
  1.3032 +    case $host_cpu in
  1.3033 +    i*86 )
  1.3034 +      # Not sure whether the presence of OpenBSD here was a mistake.
  1.3035 +      # Let's accept both of them until this is cleared up.
  1.3036 +      lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
  1.3037 +      lt_cv_file_magic_cmd=/usr/bin/file
  1.3038 +      lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
  1.3039 +      ;;
  1.3040 +    esac
  1.3041 +  else
  1.3042 +    lt_cv_deplibs_check_method=pass_all
  1.3043 +  fi
  1.3044 +  ;;
  1.3045 +
  1.3046 +gnu*)
  1.3047 +  lt_cv_deplibs_check_method=pass_all
  1.3048 +  ;;
  1.3049 +
  1.3050 +haiku*)
  1.3051 +  lt_cv_deplibs_check_method=pass_all
  1.3052 +  ;;
  1.3053 +
  1.3054 +hpux10.20* | hpux11*)
  1.3055 +  lt_cv_file_magic_cmd=/usr/bin/file
  1.3056 +  case $host_cpu in
  1.3057 +  ia64*)
  1.3058 +    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
  1.3059 +    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
  1.3060 +    ;;
  1.3061 +  hppa*64*)
  1.3062 +    [lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]']
  1.3063 +    lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
  1.3064 +    ;;
  1.3065 +  *)
  1.3066 +    lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library'
  1.3067 +    lt_cv_file_magic_test_file=/usr/lib/libc.sl
  1.3068 +    ;;
  1.3069 +  esac
  1.3070 +  ;;
  1.3071 +
  1.3072 +interix[[3-9]]*)
  1.3073 +  # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
  1.3074 +  lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
  1.3075 +  ;;
  1.3076 +
  1.3077 +irix5* | irix6* | nonstopux*)
  1.3078 +  case $LD in
  1.3079 +  *-32|*"-32 ") libmagic=32-bit;;
  1.3080 +  *-n32|*"-n32 ") libmagic=N32;;
  1.3081 +  *-64|*"-64 ") libmagic=64-bit;;
  1.3082 +  *) libmagic=never-match;;
  1.3083 +  esac
  1.3084 +  lt_cv_deplibs_check_method=pass_all
  1.3085 +  ;;
  1.3086 +
  1.3087 +# This must be Linux ELF.
  1.3088 +linux* | k*bsd*-gnu | kopensolaris*-gnu)
  1.3089 +  lt_cv_deplibs_check_method=pass_all
  1.3090 +  ;;
  1.3091 +
  1.3092 +netbsd*)
  1.3093 +  if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
  1.3094 +    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
  1.3095 +  else
  1.3096 +    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
  1.3097 +  fi
  1.3098 +  ;;
  1.3099 +
  1.3100 +newos6*)
  1.3101 +  lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
  1.3102 +  lt_cv_file_magic_cmd=/usr/bin/file
  1.3103 +  lt_cv_file_magic_test_file=/usr/lib/libnls.so
  1.3104 +  ;;
  1.3105 +
  1.3106 +*nto* | *qnx*)
  1.3107 +  lt_cv_deplibs_check_method=pass_all
  1.3108 +  ;;
  1.3109 +
  1.3110 +openbsd*)
  1.3111 +  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  1.3112 +    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
  1.3113 +  else
  1.3114 +    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
  1.3115 +  fi
  1.3116 +  ;;
  1.3117 +
  1.3118 +osf3* | osf4* | osf5*)
  1.3119 +  lt_cv_deplibs_check_method=pass_all
  1.3120 +  ;;
  1.3121 +
  1.3122 +rdos*)
  1.3123 +  lt_cv_deplibs_check_method=pass_all
  1.3124 +  ;;
  1.3125 +
  1.3126 +solaris*)
  1.3127 +  lt_cv_deplibs_check_method=pass_all
  1.3128 +  ;;
  1.3129 +
  1.3130 +sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
  1.3131 +  lt_cv_deplibs_check_method=pass_all
  1.3132 +  ;;
  1.3133 +
  1.3134 +sysv4 | sysv4.3*)
  1.3135 +  case $host_vendor in
  1.3136 +  motorola)
  1.3137 +    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]]'
  1.3138 +    lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
  1.3139 +    ;;
  1.3140 +  ncr)
  1.3141 +    lt_cv_deplibs_check_method=pass_all
  1.3142 +    ;;
  1.3143 +  sequent)
  1.3144 +    lt_cv_file_magic_cmd='/bin/file'
  1.3145 +    lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
  1.3146 +    ;;
  1.3147 +  sni)
  1.3148 +    lt_cv_file_magic_cmd='/bin/file'
  1.3149 +    lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
  1.3150 +    lt_cv_file_magic_test_file=/lib/libc.so
  1.3151 +    ;;
  1.3152 +  siemens)
  1.3153 +    lt_cv_deplibs_check_method=pass_all
  1.3154 +    ;;
  1.3155 +  pc)
  1.3156 +    lt_cv_deplibs_check_method=pass_all
  1.3157 +    ;;
  1.3158 +  esac
  1.3159 +  ;;
  1.3160 +
  1.3161 +tpf*)
  1.3162 +  lt_cv_deplibs_check_method=pass_all
  1.3163 +  ;;
  1.3164 +esac
  1.3165 +])
  1.3166 +file_magic_cmd=$lt_cv_file_magic_cmd
  1.3167 +deplibs_check_method=$lt_cv_deplibs_check_method
  1.3168 +test -z "$deplibs_check_method" && deplibs_check_method=unknown
  1.3169 +
  1.3170 +_LT_DECL([], [deplibs_check_method], [1],
  1.3171 +    [Method to check whether dependent libraries are shared objects])
  1.3172 +_LT_DECL([], [file_magic_cmd], [1],
  1.3173 +    [Command to use when deplibs_check_method == "file_magic"])
  1.3174 +])# _LT_CHECK_MAGIC_METHOD
  1.3175 +
  1.3176 +
  1.3177 +# LT_PATH_NM
  1.3178 +# ----------
  1.3179 +# find the pathname to a BSD- or MS-compatible name lister
  1.3180 +AC_DEFUN([LT_PATH_NM],
  1.3181 +[AC_REQUIRE([AC_PROG_CC])dnl
  1.3182 +AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
  1.3183 +[if test -n "$NM"; then
  1.3184 +  # Let the user override the test.
  1.3185 +  lt_cv_path_NM="$NM"
  1.3186 +else
  1.3187 +  lt_nm_to_check="${ac_tool_prefix}nm"
  1.3188 +  if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
  1.3189 +    lt_nm_to_check="$lt_nm_to_check nm"
  1.3190 +  fi
  1.3191 +  for lt_tmp_nm in $lt_nm_to_check; do
  1.3192 +    lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
  1.3193 +    for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
  1.3194 +      IFS="$lt_save_ifs"
  1.3195 +      test -z "$ac_dir" && ac_dir=.
  1.3196 +      tmp_nm="$ac_dir/$lt_tmp_nm"
  1.3197 +      if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
  1.3198 +	# Check to see if the nm accepts a BSD-compat flag.
  1.3199 +	# Adding the `sed 1q' prevents false positives on HP-UX, which says:
  1.3200 +	#   nm: unknown option "B" ignored
  1.3201 +	# Tru64's nm complains that /dev/null is an invalid object file
  1.3202 +	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
  1.3203 +	*/dev/null* | *'Invalid file or object type'*)
  1.3204 +	  lt_cv_path_NM="$tmp_nm -B"
  1.3205 +	  break
  1.3206 +	  ;;
  1.3207 +	*)
  1.3208 +	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
  1.3209 +	  */dev/null*)
  1.3210 +	    lt_cv_path_NM="$tmp_nm -p"
  1.3211 +	    break
  1.3212 +	    ;;
  1.3213 +	  *)
  1.3214 +	    lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
  1.3215 +	    continue # so that we can try to find one that supports BSD flags
  1.3216 +	    ;;
  1.3217 +	  esac
  1.3218 +	  ;;
  1.3219 +	esac
  1.3220 +      fi
  1.3221 +    done
  1.3222 +    IFS="$lt_save_ifs"
  1.3223 +  done
  1.3224 +  : ${lt_cv_path_NM=no}
  1.3225 +fi])
  1.3226 +if test "$lt_cv_path_NM" != "no"; then
  1.3227 +  NM="$lt_cv_path_NM"
  1.3228 +else
  1.3229 +  # Didn't find any BSD compatible name lister, look for dumpbin.
  1.3230 +  if test -n "$DUMPBIN"; then :
  1.3231 +    # Let the user override the test.
  1.3232 +  else
  1.3233 +    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
  1.3234 +    case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
  1.3235 +    *COFF*)
  1.3236 +      DUMPBIN="$DUMPBIN -symbols"
  1.3237 +      ;;
  1.3238 +    *)
  1.3239 +      DUMPBIN=:
  1.3240 +      ;;
  1.3241 +    esac
  1.3242 +  fi
  1.3243 +  AC_SUBST([DUMPBIN])
  1.3244 +  if test "$DUMPBIN" != ":"; then
  1.3245 +    NM="$DUMPBIN"
  1.3246 +  fi
  1.3247 +fi
  1.3248 +test -z "$NM" && NM=nm
  1.3249 +AC_SUBST([NM])
  1.3250 +_LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
  1.3251 +
  1.3252 +AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
  1.3253 +  [lt_cv_nm_interface="BSD nm"
  1.3254 +  echo "int some_variable = 0;" > conftest.$ac_ext
  1.3255 +  (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
  1.3256 +  (eval "$ac_compile" 2>conftest.err)
  1.3257 +  cat conftest.err >&AS_MESSAGE_LOG_FD
  1.3258 +  (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
  1.3259 +  (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
  1.3260 +  cat conftest.err >&AS_MESSAGE_LOG_FD
  1.3261 +  (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD)
  1.3262 +  cat conftest.out >&AS_MESSAGE_LOG_FD
  1.3263 +  if $GREP 'External.*some_variable' conftest.out > /dev/null; then
  1.3264 +    lt_cv_nm_interface="MS dumpbin"
  1.3265 +  fi
  1.3266 +  rm -f conftest*])
  1.3267 +])# LT_PATH_NM
  1.3268 +
  1.3269 +# Old names:
  1.3270 +AU_ALIAS([AM_PROG_NM], [LT_PATH_NM])
  1.3271 +AU_ALIAS([AC_PROG_NM], [LT_PATH_NM])
  1.3272 +dnl aclocal-1.4 backwards compatibility:
  1.3273 +dnl AC_DEFUN([AM_PROG_NM], [])
  1.3274 +dnl AC_DEFUN([AC_PROG_NM], [])
  1.3275 +
  1.3276 +# _LT_CHECK_SHAREDLIB_FROM_LINKLIB
  1.3277 +# ----------------------
  1.3278 +# how to determine the name of the shared library
  1.3279 +# associated with a specific link library.
  1.3280 +#  -- PORTME fill in with the dynamic library characteristics
  1.3281 +m4_defun([_LT_CHECK_SHAREDLIB_FROM_LINKLIB],
  1.3282 +[m4_require([_LT_DECL_EGREP])
  1.3283 +m4_require([_LT_DECL_OBJDUMP])
  1.3284 +m4_require([_LT_DECL_DLLTOOL])
  1.3285 +AC_CACHE_CHECK([how to associate runtime and link libraries],
  1.3286 +lt_cv_sharedlib_from_linklib_cmd,
  1.3287 +[lt_cv_sharedlib_from_linklib_cmd='unknown'
  1.3288 +
  1.3289 +case $host_os in
  1.3290 +cygwin* | mingw* | pw32* | cegcc*)
  1.3291 +  # two different shell functions defined in ltmain.sh
  1.3292 +  # decide which to use based on capabilities of $DLLTOOL
  1.3293 +  case `$DLLTOOL --help 2>&1` in
  1.3294 +  *--identify-strict*)
  1.3295 +    lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
  1.3296 +    ;;
  1.3297 +  *)
  1.3298 +    lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
  1.3299 +    ;;
  1.3300 +  esac
  1.3301 +  ;;
  1.3302 +*)
  1.3303 +  # fallback: assume linklib IS sharedlib
  1.3304 +  lt_cv_sharedlib_from_linklib_cmd="$ECHO"
  1.3305 +  ;;
  1.3306 +esac
  1.3307 +])
  1.3308 +sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
  1.3309 +test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
  1.3310 +
  1.3311 +_LT_DECL([], [sharedlib_from_linklib_cmd], [1],
  1.3312 +    [Command to associate shared and link libraries])
  1.3313 +])# _LT_CHECK_SHAREDLIB_FROM_LINKLIB
  1.3314 +
  1.3315 +
  1.3316 +# LT_LIB_M
  1.3317 +# --------
  1.3318 +# check for math library
  1.3319 +AC_DEFUN([LT_LIB_M],
  1.3320 +[AC_REQUIRE([AC_CANONICAL_HOST])dnl
  1.3321 +LIBM=
  1.3322 +case $host in
  1.3323 +*-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
  1.3324 +  # These system don't have libm, or don't need it
  1.3325 +  ;;
  1.3326 +*-ncr-sysv4.3*)
  1.3327 +  AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
  1.3328 +  AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
  1.3329 +  ;;
  1.3330 +*)
  1.3331 +  AC_CHECK_LIB(m, cos, LIBM="-lm")
  1.3332 +  ;;
  1.3333 +esac
  1.3334 +AC_SUBST([LIBM])
  1.3335 +])# LT_LIB_M
  1.3336 +
  1.3337 +# Old name:
  1.3338 +AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M])
  1.3339 +dnl aclocal-1.4 backwards compatibility:
  1.3340 +dnl AC_DEFUN([AC_CHECK_LIBM], [])
  1.3341 +
  1.3342 +
  1.3343 +# _LT_COMPILER_NO_RTTI([TAGNAME])
  1.3344 +# -------------------------------
  1.3345 +m4_defun([_LT_COMPILER_NO_RTTI],
  1.3346 +[m4_require([_LT_TAG_COMPILER])dnl
  1.3347 +
  1.3348 +_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
  1.3349 +
  1.3350 +if test "$GCC" = yes; then
  1.3351 +  case $cc_basename in
  1.3352 +  nvcc*)
  1.3353 +    _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;;
  1.3354 +  *)
  1.3355 +    _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;;
  1.3356 +  esac
  1.3357 +
  1.3358 +  _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
  1.3359 +    lt_cv_prog_compiler_rtti_exceptions,
  1.3360 +    [-fno-rtti -fno-exceptions], [],
  1.3361 +    [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
  1.3362 +fi
  1.3363 +_LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1],
  1.3364 +	[Compiler flag to turn off builtin functions])
  1.3365 +])# _LT_COMPILER_NO_RTTI
  1.3366 +
  1.3367 +
  1.3368 +# _LT_CMD_GLOBAL_SYMBOLS
  1.3369 +# ----------------------
  1.3370 +m4_defun([_LT_CMD_GLOBAL_SYMBOLS],
  1.3371 +[AC_REQUIRE([AC_CANONICAL_HOST])dnl
  1.3372 +AC_REQUIRE([AC_PROG_CC])dnl
  1.3373 +AC_REQUIRE([AC_PROG_AWK])dnl
  1.3374 +AC_REQUIRE([LT_PATH_NM])dnl
  1.3375 +AC_REQUIRE([LT_PATH_LD])dnl
  1.3376 +m4_require([_LT_DECL_SED])dnl
  1.3377 +m4_require([_LT_DECL_EGREP])dnl
  1.3378 +m4_require([_LT_TAG_COMPILER])dnl
  1.3379 +
  1.3380 +# Check for command to grab the raw symbol name followed by C symbol from nm.
  1.3381 +AC_MSG_CHECKING([command to parse $NM output from $compiler object])
  1.3382 +AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
  1.3383 +[
  1.3384 +# These are sane defaults that work on at least a few old systems.
  1.3385 +# [They come from Ultrix.  What could be older than Ultrix?!! ;)]
  1.3386 +
  1.3387 +# Character class describing NM global symbol codes.
  1.3388 +symcode='[[BCDEGRST]]'
  1.3389 +
  1.3390 +# Regexp to match symbols that can be accessed directly from C.
  1.3391 +sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
  1.3392 +
  1.3393 +# Define system-specific variables.
  1.3394 +case $host_os in
  1.3395 +aix*)
  1.3396 +  symcode='[[BCDT]]'
  1.3397 +  ;;
  1.3398 +cygwin* | mingw* | pw32* | cegcc*)
  1.3399 +  symcode='[[ABCDGISTW]]'
  1.3400 +  ;;
  1.3401 +hpux*)
  1.3402 +  if test "$host_cpu" = ia64; then
  1.3403 +    symcode='[[ABCDEGRST]]'
  1.3404 +  fi
  1.3405 +  ;;
  1.3406 +irix* | nonstopux*)
  1.3407 +  symcode='[[BCDEGRST]]'
  1.3408 +  ;;
  1.3409 +osf*)
  1.3410 +  symcode='[[BCDEGQRST]]'
  1.3411 +  ;;
  1.3412 +solaris*)
  1.3413 +  symcode='[[BDRT]]'
  1.3414 +  ;;
  1.3415 +sco3.2v5*)
  1.3416 +  symcode='[[DT]]'
  1.3417 +  ;;
  1.3418 +sysv4.2uw2*)
  1.3419 +  symcode='[[DT]]'
  1.3420 +  ;;
  1.3421 +sysv5* | sco5v6* | unixware* | OpenUNIX*)
  1.3422 +  symcode='[[ABDT]]'
  1.3423 +  ;;
  1.3424 +sysv4)
  1.3425 +  symcode='[[DFNSTU]]'
  1.3426 +  ;;
  1.3427 +esac
  1.3428 +
  1.3429 +# If we're using GNU nm, then use its standard symbol codes.
  1.3430 +case `$NM -V 2>&1` in
  1.3431 +*GNU* | *'with BFD'*)
  1.3432 +  symcode='[[ABCDGIRSTW]]' ;;
  1.3433 +esac
  1.3434 +
  1.3435 +# Transform an extracted symbol line into a proper C declaration.
  1.3436 +# Some systems (esp. on ia64) link data and code symbols differently,
  1.3437 +# so use this general approach.
  1.3438 +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
  1.3439 +
  1.3440 +# Transform an extracted symbol line into symbol name and symbol address
  1.3441 +lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/  {\"\2\", (void *) \&\2},/p'"
  1.3442 +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'"
  1.3443 +
  1.3444 +# Handle CRLF in mingw tool chain
  1.3445 +opt_cr=
  1.3446 +case $build_os in
  1.3447 +mingw*)
  1.3448 +  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
  1.3449 +  ;;
  1.3450 +esac
  1.3451 +
  1.3452 +# Try without a prefix underscore, then with it.
  1.3453 +for ac_symprfx in "" "_"; do
  1.3454 +
  1.3455 +  # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
  1.3456 +  symxfrm="\\1 $ac_symprfx\\2 \\2"
  1.3457 +
  1.3458 +  # Write the raw and C identifiers.
  1.3459 +  if test "$lt_cv_nm_interface" = "MS dumpbin"; then
  1.3460 +    # Fake it for dumpbin and say T for any non-static function
  1.3461 +    # and D for any global variable.
  1.3462 +    # Also find C++ and __fastcall symbols from MSVC++,
  1.3463 +    # which start with @ or ?.
  1.3464 +    lt_cv_sys_global_symbol_pipe="$AWK ['"\
  1.3465 +"     {last_section=section; section=\$ 3};"\
  1.3466 +"     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
  1.3467 +"     \$ 0!~/External *\|/{next};"\
  1.3468 +"     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
  1.3469 +"     {if(hide[section]) next};"\
  1.3470 +"     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
  1.3471 +"     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
  1.3472 +"     s[1]~/^[@?]/{print s[1], s[1]; next};"\
  1.3473 +"     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
  1.3474 +"     ' prfx=^$ac_symprfx]"
  1.3475 +  else
  1.3476 +    lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[	 ]]\($symcode$symcode*\)[[	 ]][[	 ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
  1.3477 +  fi
  1.3478 +
  1.3479 +  # Check to see that the pipe works correctly.
  1.3480 +  pipe_works=no
  1.3481 +
  1.3482 +  rm -f conftest*
  1.3483 +  cat > conftest.$ac_ext <<_LT_EOF
  1.3484 +#ifdef __cplusplus
  1.3485 +extern "C" {
  1.3486 +#endif
  1.3487 +char nm_test_var;
  1.3488 +void nm_test_func(void);
  1.3489 +void nm_test_func(void){}
  1.3490 +#ifdef __cplusplus
  1.3491 +}
  1.3492 +#endif
  1.3493 +int main(){nm_test_var='a';nm_test_func();return(0);}
  1.3494 +_LT_EOF
  1.3495 +
  1.3496 +  if AC_TRY_EVAL(ac_compile); then
  1.3497 +    # Now try to grab the symbols.
  1.3498 +    nlist=conftest.nm
  1.3499 +    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
  1.3500 +      # Try sorting and uniquifying the output.
  1.3501 +      if sort "$nlist" | uniq > "$nlist"T; then
  1.3502 +	mv -f "$nlist"T "$nlist"
  1.3503 +      else
  1.3504 +	rm -f "$nlist"T
  1.3505 +      fi
  1.3506 +
  1.3507 +      # Make sure that we snagged all the symbols we need.
  1.3508 +      if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
  1.3509 +	if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
  1.3510 +	  cat <<_LT_EOF > conftest.$ac_ext
  1.3511 +#ifdef __cplusplus
  1.3512 +extern "C" {
  1.3513 +#endif
  1.3514 +
  1.3515 +_LT_EOF
  1.3516 +	  # Now generate the symbol file.
  1.3517 +	  eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
  1.3518 +
  1.3519 +	  cat <<_LT_EOF >> conftest.$ac_ext
  1.3520 +
  1.3521 +/* The mapping between symbol names and symbols.  */
  1.3522 +const struct {
  1.3523 +  const char *name;
  1.3524 +  void       *address;
  1.3525 +}
  1.3526 +lt__PROGRAM__LTX_preloaded_symbols[[]] =
  1.3527 +{
  1.3528 +  { "@PROGRAM@", (void *) 0 },
  1.3529 +_LT_EOF
  1.3530 +	  $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
  1.3531 +	  cat <<\_LT_EOF >> conftest.$ac_ext
  1.3532 +  {0, (void *) 0}
  1.3533 +};
  1.3534 +
  1.3535 +/* This works around a problem in FreeBSD linker */
  1.3536 +#ifdef FREEBSD_WORKAROUND
  1.3537 +static const void *lt_preloaded_setup() {
  1.3538 +  return lt__PROGRAM__LTX_preloaded_symbols;
  1.3539 +}
  1.3540 +#endif
  1.3541 +
  1.3542 +#ifdef __cplusplus
  1.3543 +}
  1.3544 +#endif
  1.3545 +_LT_EOF
  1.3546 +	  # Now try linking the two files.
  1.3547 +	  mv conftest.$ac_objext conftstm.$ac_objext
  1.3548 +	  lt_save_LIBS="$LIBS"
  1.3549 +	  lt_save_CFLAGS="$CFLAGS"
  1.3550 +	  LIBS="conftstm.$ac_objext"
  1.3551 +	  CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
  1.3552 +	  if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
  1.3553 +	    pipe_works=yes
  1.3554 +	  fi
  1.3555 +	  LIBS="$lt_save_LIBS"
  1.3556 +	  CFLAGS="$lt_save_CFLAGS"
  1.3557 +	else
  1.3558 +	  echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
  1.3559 +	fi
  1.3560 +      else
  1.3561 +	echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
  1.3562 +      fi
  1.3563 +    else
  1.3564 +      echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
  1.3565 +    fi
  1.3566 +  else
  1.3567 +    echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
  1.3568 +    cat conftest.$ac_ext >&5
  1.3569 +  fi
  1.3570 +  rm -rf conftest* conftst*
  1.3571 +
  1.3572 +  # Do not use the global_symbol_pipe unless it works.
  1.3573 +  if test "$pipe_works" = yes; then
  1.3574 +    break
  1.3575 +  else
  1.3576 +    lt_cv_sys_global_symbol_pipe=
  1.3577 +  fi
  1.3578 +done
  1.3579 +])
  1.3580 +if test -z "$lt_cv_sys_global_symbol_pipe"; then
  1.3581 +  lt_cv_sys_global_symbol_to_cdecl=
  1.3582 +fi
  1.3583 +if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
  1.3584 +  AC_MSG_RESULT(failed)
  1.3585 +else
  1.3586 +  AC_MSG_RESULT(ok)
  1.3587 +fi
  1.3588 +
  1.3589 +_LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1],
  1.3590 +    [Take the output of nm and produce a listing of raw symbols and C names])
  1.3591 +_LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1],
  1.3592 +    [Transform the output of nm in a proper C declaration])
  1.3593 +_LT_DECL([global_symbol_to_c_name_address],
  1.3594 +    [lt_cv_sys_global_symbol_to_c_name_address], [1],
  1.3595 +    [Transform the output of nm in a C name address pair])
  1.3596 +_LT_DECL([global_symbol_to_c_name_address_lib_prefix],
  1.3597 +    [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1],
  1.3598 +    [Transform the output of nm in a C name address pair when lib prefix is needed])
  1.3599 +]) # _LT_CMD_GLOBAL_SYMBOLS
  1.3600 +
  1.3601 +
  1.3602 +# _LT_COMPILER_PIC([TAGNAME])
  1.3603 +# ---------------------------
  1.3604 +m4_defun([_LT_COMPILER_PIC],
  1.3605 +[m4_require([_LT_TAG_COMPILER])dnl
  1.3606 +_LT_TAGVAR(lt_prog_compiler_wl, $1)=
  1.3607 +_LT_TAGVAR(lt_prog_compiler_pic, $1)=
  1.3608 +_LT_TAGVAR(lt_prog_compiler_static, $1)=
  1.3609 +
  1.3610 +AC_MSG_CHECKING([for $compiler option to produce PIC])
  1.3611 +m4_if([$1], [CXX], [
  1.3612 +  # C++ specific cases for pic, static, wl, etc.
  1.3613 +  if test "$GXX" = yes; then
  1.3614 +    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1.3615 +    _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
  1.3616 +
  1.3617 +    case $host_os in
  1.3618 +    aix*)
  1.3619 +      # All AIX code is PIC.
  1.3620 +      if test "$host_cpu" = ia64; then
  1.3621 +	# AIX 5 now supports IA64 processor
  1.3622 +	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  1.3623 +      fi
  1.3624 +      ;;
  1.3625 +
  1.3626 +    amigaos*)
  1.3627 +      case $host_cpu in
  1.3628 +      powerpc)
  1.3629 +            # see comment about AmigaOS4 .so support
  1.3630 +            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
  1.3631 +        ;;
  1.3632 +      m68k)
  1.3633 +            # FIXME: we need at least 68020 code to build shared libraries, but
  1.3634 +            # adding the `-m68020' flag to GCC prevents building anything better,
  1.3635 +            # like `-m68040'.
  1.3636 +            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
  1.3637 +        ;;
  1.3638 +      esac
  1.3639 +      ;;
  1.3640 +
  1.3641 +    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
  1.3642 +      # PIC is the default for these OSes.
  1.3643 +      ;;
  1.3644 +    mingw* | cygwin* | os2* | pw32* | cegcc*)
  1.3645 +      # This hack is so that the source file can tell whether it is being
  1.3646 +      # built for inclusion in a dll (and should export symbols for example).
  1.3647 +      # Although the cygwin gcc ignores -fPIC, still need this for old-style
  1.3648 +      # (--disable-auto-import) libraries
  1.3649 +      m4_if([$1], [GCJ], [],
  1.3650 +	[_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
  1.3651 +      ;;
  1.3652 +    darwin* | rhapsody*)
  1.3653 +      # PIC is the default on this platform
  1.3654 +      # Common symbols not allowed in MH_DYLIB files
  1.3655 +      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
  1.3656 +      ;;
  1.3657 +    *djgpp*)
  1.3658 +      # DJGPP does not support shared libraries at all
  1.3659 +      _LT_TAGVAR(lt_prog_compiler_pic, $1)=
  1.3660 +      ;;
  1.3661 +    haiku*)
  1.3662 +      # PIC is the default for Haiku.
  1.3663 +      # The "-static" flag exists, but is broken.
  1.3664 +      _LT_TAGVAR(lt_prog_compiler_static, $1)=
  1.3665 +      ;;
  1.3666 +    interix[[3-9]]*)
  1.3667 +      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
  1.3668 +      # Instead, we relocate shared libraries at runtime.
  1.3669 +      ;;
  1.3670 +    sysv4*MP*)
  1.3671 +      if test -d /usr/nec; then
  1.3672 +	_LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
  1.3673 +      fi
  1.3674 +      ;;
  1.3675 +    hpux*)
  1.3676 +      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
  1.3677 +      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
  1.3678 +      # sets the default TLS model and affects inlining.
  1.3679 +      case $host_cpu in
  1.3680 +      hppa*64*)
  1.3681 +	;;
  1.3682 +      *)
  1.3683 +	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
  1.3684 +	;;
  1.3685 +      esac
  1.3686 +      ;;
  1.3687 +    *qnx* | *nto*)
  1.3688 +      # QNX uses GNU C++, but need to define -shared option too, otherwise
  1.3689 +      # it will coredump.
  1.3690 +      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
  1.3691 +      ;;
  1.3692 +    *)
  1.3693 +      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
  1.3694 +      ;;
  1.3695 +    esac
  1.3696 +  else
  1.3697 +    case $host_os in
  1.3698 +      aix[[4-9]]*)
  1.3699 +	# All AIX code is PIC.
  1.3700 +	if test "$host_cpu" = ia64; then
  1.3701 +	  # AIX 5 now supports IA64 processor
  1.3702 +	  _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  1.3703 +	else
  1.3704 +	  _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
  1.3705 +	fi
  1.3706 +	;;
  1.3707 +      chorus*)
  1.3708 +	case $cc_basename in
  1.3709 +	cxch68*)
  1.3710 +	  # Green Hills C++ Compiler
  1.3711 +	  # _LT_TAGVAR(lt_prog_compiler_static, $1)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
  1.3712 +	  ;;
  1.3713 +	esac
  1.3714 +	;;
  1.3715 +      dgux*)
  1.3716 +	case $cc_basename in
  1.3717 +	  ec++*)
  1.3718 +	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  1.3719 +	    ;;
  1.3720 +	  ghcx*)
  1.3721 +	    # Green Hills C++ Compiler
  1.3722 +	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
  1.3723 +	    ;;
  1.3724 +	  *)
  1.3725 +	    ;;
  1.3726 +	esac
  1.3727 +	;;
  1.3728 +      freebsd* | dragonfly*)
  1.3729 +	# FreeBSD uses GNU C++
  1.3730 +	;;
  1.3731 +      hpux9* | hpux10* | hpux11*)
  1.3732 +	case $cc_basename in
  1.3733 +	  CC*)
  1.3734 +	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1.3735 +	    _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
  1.3736 +	    if test "$host_cpu" != ia64; then
  1.3737 +	      _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
  1.3738 +	    fi
  1.3739 +	    ;;
  1.3740 +	  aCC*)
  1.3741 +	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1.3742 +	    _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
  1.3743 +	    case $host_cpu in
  1.3744 +	    hppa*64*|ia64*)
  1.3745 +	      # +Z the default
  1.3746 +	      ;;
  1.3747 +	    *)
  1.3748 +	      _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
  1.3749 +	      ;;
  1.3750 +	    esac
  1.3751 +	    ;;
  1.3752 +	  *)
  1.3753 +	    ;;
  1.3754 +	esac
  1.3755 +	;;
  1.3756 +      interix*)
  1.3757 +	# This is c89, which is MS Visual C++ (no shared libs)
  1.3758 +	# Anyone wants to do a port?
  1.3759 +	;;
  1.3760 +      irix5* | irix6* | nonstopux*)
  1.3761 +	case $cc_basename in
  1.3762 +	  CC*)
  1.3763 +	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1.3764 +	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
  1.3765 +	    # CC pic flag -KPIC is the default.
  1.3766 +	    ;;
  1.3767 +	  *)
  1.3768 +	    ;;
  1.3769 +	esac
  1.3770 +	;;
  1.3771 +      linux* | k*bsd*-gnu | kopensolaris*-gnu)
  1.3772 +	case $cc_basename in
  1.3773 +	  KCC*)
  1.3774 +	    # KAI C++ Compiler
  1.3775 +	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
  1.3776 +	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
  1.3777 +	    ;;
  1.3778 +	  ecpc* )
  1.3779 +	    # old Intel C++ for x86_64 which still supported -KPIC.
  1.3780 +	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1.3781 +	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  1.3782 +	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
  1.3783 +	    ;;
  1.3784 +	  icpc* )
  1.3785 +	    # Intel C++, used to be incompatible with GCC.
  1.3786 +	    # ICC 10 doesn't accept -KPIC any more.
  1.3787 +	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1.3788 +	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
  1.3789 +	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
  1.3790 +	    ;;
  1.3791 +	  pgCC* | pgcpp*)
  1.3792 +	    # Portland Group C++ compiler
  1.3793 +	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1.3794 +	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
  1.3795 +	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  1.3796 +	    ;;
  1.3797 +	  cxx*)
  1.3798 +	    # Compaq C++
  1.3799 +	    # Make sure the PIC flag is empty.  It appears that all Alpha
  1.3800 +	    # Linux and Compaq Tru64 Unix objects are PIC.
  1.3801 +	    _LT_TAGVAR(lt_prog_compiler_pic, $1)=
  1.3802 +	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
  1.3803 +	    ;;
  1.3804 +	  xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*)
  1.3805 +	    # IBM XL 8.0, 9.0 on PPC and BlueGene
  1.3806 +	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1.3807 +	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
  1.3808 +	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
  1.3809 +	    ;;
  1.3810 +	  *)
  1.3811 +	    case `$CC -V 2>&1 | sed 5q` in
  1.3812 +	    *Sun\ C*)
  1.3813 +	      # Sun C++ 5.9
  1.3814 +	      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  1.3815 +	      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  1.3816 +	      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
  1.3817 +	      ;;
  1.3818 +	    esac
  1.3819 +	    ;;
  1.3820 +	esac
  1.3821 +	;;
  1.3822 +      lynxos*)
  1.3823 +	;;
  1.3824 +      m88k*)
  1.3825 +	;;
  1.3826 +      mvs*)
  1.3827 +	case $cc_basename in
  1.3828 +	  cxx*)
  1.3829 +	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
  1.3830 +	    ;;
  1.3831 +	  *)
  1.3832 +	    ;;
  1.3833 +	esac
  1.3834 +	;;
  1.3835 +      netbsd*)
  1.3836 +	;;
  1.3837 +      *qnx* | *nto*)
  1.3838 +        # QNX uses GNU C++, but need to define -shared option too, otherwise
  1.3839 +        # it will coredump.
  1.3840 +        _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
  1.3841 +        ;;
  1.3842 +      osf3* | osf4* | osf5*)
  1.3843 +	case $cc_basename in
  1.3844 +	  KCC*)
  1.3845 +	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
  1.3846 +	    ;;
  1.3847 +	  RCC*)
  1.3848 +	    # Rational C++ 2.4.1
  1.3849 +	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
  1.3850 +	    ;;
  1.3851 +	  cxx*)
  1.3852 +	    # Digital/Compaq C++
  1.3853 +	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1.3854 +	    # Make sure the PIC flag is empty.  It appears that all Alpha
  1.3855 +	    # Linux and Compaq Tru64 Unix objects are PIC.
  1.3856 +	    _LT_TAGVAR(lt_prog_compiler_pic, $1)=
  1.3857 +	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
  1.3858 +	    ;;
  1.3859 +	  *)
  1.3860 +	    ;;
  1.3861 +	esac
  1.3862 +	;;
  1.3863 +      psos*)
  1.3864 +	;;
  1.3865 +      solaris*)
  1.3866 +	case $cc_basename in
  1.3867 +	  CC*)
  1.3868 +	    # Sun C++ 4.2, 5.x and Centerline C++
  1.3869 +	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  1.3870 +	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  1.3871 +	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
  1.3872 +	    ;;
  1.3873 +	  gcx*)
  1.3874 +	    # Green Hills C++ Compiler
  1.3875 +	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
  1.3876 +	    ;;
  1.3877 +	  *)
  1.3878 +	    ;;
  1.3879 +	esac
  1.3880 +	;;
  1.3881 +      sunos4*)
  1.3882 +	case $cc_basename in
  1.3883 +	  CC*)
  1.3884 +	    # Sun C++ 4.x
  1.3885 +	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
  1.3886 +	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  1.3887 +	    ;;
  1.3888 +	  lcc*)
  1.3889 +	    # Lucid
  1.3890 +	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
  1.3891 +	    ;;
  1.3892 +	  *)
  1.3893 +	    ;;
  1.3894 +	esac
  1.3895 +	;;
  1.3896 +      sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
  1.3897 +	case $cc_basename in
  1.3898 +	  CC*)
  1.3899 +	    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1.3900 +	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  1.3901 +	    _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  1.3902 +	    ;;
  1.3903 +	esac
  1.3904 +	;;
  1.3905 +      tandem*)
  1.3906 +	case $cc_basename in
  1.3907 +	  NCC*)
  1.3908 +	    # NonStop-UX NCC 3.20
  1.3909 +	    _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  1.3910 +	    ;;
  1.3911 +	  *)
  1.3912 +	    ;;
  1.3913 +	esac
  1.3914 +	;;
  1.3915 +      vxworks*)
  1.3916 +	;;
  1.3917 +      *)
  1.3918 +	_LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
  1.3919 +	;;
  1.3920 +    esac
  1.3921 +  fi
  1.3922 +],
  1.3923 +[
  1.3924 +  if test "$GCC" = yes; then
  1.3925 +    _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1.3926 +    _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
  1.3927 +
  1.3928 +    case $host_os in
  1.3929 +      aix*)
  1.3930 +      # All AIX code is PIC.
  1.3931 +      if test "$host_cpu" = ia64; then
  1.3932 +	# AIX 5 now supports IA64 processor
  1.3933 +	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  1.3934 +      fi
  1.3935 +      ;;
  1.3936 +
  1.3937 +    amigaos*)
  1.3938 +      case $host_cpu in
  1.3939 +      powerpc)
  1.3940 +            # see comment about AmigaOS4 .so support
  1.3941 +            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
  1.3942 +        ;;
  1.3943 +      m68k)
  1.3944 +            # FIXME: we need at least 68020 code to build shared libraries, but
  1.3945 +            # adding the `-m68020' flag to GCC prevents building anything better,
  1.3946 +            # like `-m68040'.
  1.3947 +            _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
  1.3948 +        ;;
  1.3949 +      esac
  1.3950 +      ;;
  1.3951 +
  1.3952 +    beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
  1.3953 +      # PIC is the default for these OSes.
  1.3954 +      ;;
  1.3955 +
  1.3956 +    mingw* | cygwin* | pw32* | os2* | cegcc*)
  1.3957 +      # This hack is so that the source file can tell whether it is being
  1.3958 +      # built for inclusion in a dll (and should export symbols for example).
  1.3959 +      # Although the cygwin gcc ignores -fPIC, still need this for old-style
  1.3960 +      # (--disable-auto-import) libraries
  1.3961 +      m4_if([$1], [GCJ], [],
  1.3962 +	[_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
  1.3963 +      ;;
  1.3964 +
  1.3965 +    darwin* | rhapsody*)
  1.3966 +      # PIC is the default on this platform
  1.3967 +      # Common symbols not allowed in MH_DYLIB files
  1.3968 +      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
  1.3969 +      ;;
  1.3970 +
  1.3971 +    haiku*)
  1.3972 +      # PIC is the default for Haiku.
  1.3973 +      # The "-static" flag exists, but is broken.
  1.3974 +      _LT_TAGVAR(lt_prog_compiler_static, $1)=
  1.3975 +      ;;
  1.3976 +
  1.3977 +    hpux*)
  1.3978 +      # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
  1.3979 +      # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
  1.3980 +      # sets the default TLS model and affects inlining.
  1.3981 +      case $host_cpu in
  1.3982 +      hppa*64*)
  1.3983 +	# +Z the default
  1.3984 +	;;
  1.3985 +      *)
  1.3986 +	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
  1.3987 +	;;
  1.3988 +      esac
  1.3989 +      ;;
  1.3990 +
  1.3991 +    interix[[3-9]]*)
  1.3992 +      # Interix 3.x gcc -fpic/-fPIC options generate broken code.
  1.3993 +      # Instead, we relocate shared libraries at runtime.
  1.3994 +      ;;
  1.3995 +
  1.3996 +    msdosdjgpp*)
  1.3997 +      # Just because we use GCC doesn't mean we suddenly get shared libraries
  1.3998 +      # on systems that don't support them.
  1.3999 +      _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
  1.4000 +      enable_shared=no
  1.4001 +      ;;
  1.4002 +
  1.4003 +    *nto* | *qnx*)
  1.4004 +      # QNX uses GNU C++, but need to define -shared option too, otherwise
  1.4005 +      # it will coredump.
  1.4006 +      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
  1.4007 +      ;;
  1.4008 +
  1.4009 +    sysv4*MP*)
  1.4010 +      if test -d /usr/nec; then
  1.4011 +	_LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
  1.4012 +      fi
  1.4013 +      ;;
  1.4014 +
  1.4015 +    *)
  1.4016 +      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
  1.4017 +      ;;
  1.4018 +    esac
  1.4019 +
  1.4020 +    case $cc_basename in
  1.4021 +    nvcc*) # Cuda Compiler Driver 2.2
  1.4022 +      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker '
  1.4023 +      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Xcompiler -fPIC'
  1.4024 +      ;;
  1.4025 +    esac
  1.4026 +  else
  1.4027 +    # PORTME Check for flag to pass linker flags through the system compiler.
  1.4028 +    case $host_os in
  1.4029 +    aix*)
  1.4030 +      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1.4031 +      if test "$host_cpu" = ia64; then
  1.4032 +	# AIX 5 now supports IA64 processor
  1.4033 +	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  1.4034 +      else
  1.4035 +	_LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
  1.4036 +      fi
  1.4037 +      ;;
  1.4038 +
  1.4039 +    mingw* | cygwin* | pw32* | os2* | cegcc*)
  1.4040 +      # This hack is so that the source file can tell whether it is being
  1.4041 +      # built for inclusion in a dll (and should export symbols for example).
  1.4042 +      m4_if([$1], [GCJ], [],
  1.4043 +	[_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
  1.4044 +      ;;
  1.4045 +
  1.4046 +    hpux9* | hpux10* | hpux11*)
  1.4047 +      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1.4048 +      # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
  1.4049 +      # not for PA HP-UX.
  1.4050 +      case $host_cpu in
  1.4051 +      hppa*64*|ia64*)
  1.4052 +	# +Z the default
  1.4053 +	;;
  1.4054 +      *)
  1.4055 +	_LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
  1.4056 +	;;
  1.4057 +      esac
  1.4058 +      # Is there a better lt_prog_compiler_static that works with the bundled CC?
  1.4059 +      _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
  1.4060 +      ;;
  1.4061 +
  1.4062 +    irix5* | irix6* | nonstopux*)
  1.4063 +      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1.4064 +      # PIC (with -KPIC) is the default.
  1.4065 +      _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
  1.4066 +      ;;
  1.4067 +
  1.4068 +    linux* | k*bsd*-gnu | kopensolaris*-gnu)
  1.4069 +      case $cc_basename in
  1.4070 +      # old Intel for x86_64 which still supported -KPIC.
  1.4071 +      ecc*)
  1.4072 +	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1.4073 +	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  1.4074 +	_LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
  1.4075 +        ;;
  1.4076 +      # icc used to be incompatible with GCC.
  1.4077 +      # ICC 10 doesn't accept -KPIC any more.
  1.4078 +      icc* | ifort*)
  1.4079 +	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1.4080 +	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
  1.4081 +	_LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
  1.4082 +        ;;
  1.4083 +      # Lahey Fortran 8.1.
  1.4084 +      lf95*)
  1.4085 +	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1.4086 +	_LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared'
  1.4087 +	_LT_TAGVAR(lt_prog_compiler_static, $1)='--static'
  1.4088 +	;;
  1.4089 +      pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
  1.4090 +        # Portland Group compilers (*not* the Pentium gcc compiler,
  1.4091 +	# which looks to be a dead project)
  1.4092 +	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1.4093 +	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
  1.4094 +	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  1.4095 +        ;;
  1.4096 +      ccc*)
  1.4097 +        _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1.4098 +        # All Alpha code is PIC.
  1.4099 +        _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
  1.4100 +        ;;
  1.4101 +      xl* | bgxl* | bgf* | mpixl*)
  1.4102 +	# IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
  1.4103 +	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1.4104 +	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
  1.4105 +	_LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
  1.4106 +	;;
  1.4107 +      *)
  1.4108 +	case `$CC -V 2>&1 | sed 5q` in
  1.4109 +	*Sun\ F* | *Sun*Fortran*)
  1.4110 +	  # Sun Fortran 8.3 passes all unrecognized flags to the linker
  1.4111 +	  _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  1.4112 +	  _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  1.4113 +	  _LT_TAGVAR(lt_prog_compiler_wl, $1)=''
  1.4114 +	  ;;
  1.4115 +	*Sun\ C*)
  1.4116 +	  # Sun C 5.9
  1.4117 +	  _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  1.4118 +	  _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  1.4119 +	  _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1.4120 +	  ;;
  1.4121 +	esac
  1.4122 +	;;
  1.4123 +      esac
  1.4124 +      ;;
  1.4125 +
  1.4126 +    newsos6)
  1.4127 +      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  1.4128 +      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  1.4129 +      ;;
  1.4130 +
  1.4131 +    *nto* | *qnx*)
  1.4132 +      # QNX uses GNU C++, but need to define -shared option too, otherwise
  1.4133 +      # it will coredump.
  1.4134 +      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
  1.4135 +      ;;
  1.4136 +
  1.4137 +    osf3* | osf4* | osf5*)
  1.4138 +      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1.4139 +      # All OSF/1 code is PIC.
  1.4140 +      _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
  1.4141 +      ;;
  1.4142 +
  1.4143 +    rdos*)
  1.4144 +      _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
  1.4145 +      ;;
  1.4146 +
  1.4147 +    solaris*)
  1.4148 +      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  1.4149 +      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  1.4150 +      case $cc_basename in
  1.4151 +      f77* | f90* | f95*)
  1.4152 +	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
  1.4153 +      *)
  1.4154 +	_LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
  1.4155 +      esac
  1.4156 +      ;;
  1.4157 +
  1.4158 +    sunos4*)
  1.4159 +      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
  1.4160 +      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
  1.4161 +      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  1.4162 +      ;;
  1.4163 +
  1.4164 +    sysv4 | sysv4.2uw2* | sysv4.3*)
  1.4165 +      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1.4166 +      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  1.4167 +      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  1.4168 +      ;;
  1.4169 +
  1.4170 +    sysv4*MP*)
  1.4171 +      if test -d /usr/nec ;then
  1.4172 +	_LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
  1.4173 +	_LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  1.4174 +      fi
  1.4175 +      ;;
  1.4176 +
  1.4177 +    sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
  1.4178 +      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1.4179 +      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
  1.4180 +      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  1.4181 +      ;;
  1.4182 +
  1.4183 +    unicos*)
  1.4184 +      _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
  1.4185 +      _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
  1.4186 +      ;;
  1.4187 +
  1.4188 +    uts4*)
  1.4189 +      _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
  1.4190 +      _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
  1.4191 +      ;;
  1.4192 +
  1.4193 +    *)
  1.4194 +      _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
  1.4195 +      ;;
  1.4196 +    esac
  1.4197 +  fi
  1.4198 +])
  1.4199 +case $host_os in
  1.4200 +  # For platforms which do not support PIC, -DPIC is meaningless:
  1.4201 +  *djgpp*)
  1.4202 +    _LT_TAGVAR(lt_prog_compiler_pic, $1)=
  1.4203 +    ;;
  1.4204 +  *)
  1.4205 +    _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])"
  1.4206 +    ;;
  1.4207 +esac
  1.4208 +AC_MSG_RESULT([$_LT_TAGVAR(lt_prog_compiler_pic, $1)])
  1.4209 +_LT_TAGDECL([wl], [lt_prog_compiler_wl], [1],
  1.4210 +	[How to pass a linker flag through the compiler])
  1.4211 +
  1.4212 +#
  1.4213 +# Check to make sure the PIC flag actually works.
  1.4214 +#
  1.4215 +if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then
  1.4216 +  _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works],
  1.4217 +    [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)],
  1.4218 +    [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [],
  1.4219 +    [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in
  1.4220 +     "" | " "*) ;;
  1.4221 +     *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;;
  1.4222 +     esac],
  1.4223 +    [_LT_TAGVAR(lt_prog_compiler_pic, $1)=
  1.4224 +     _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
  1.4225 +fi
  1.4226 +_LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1],
  1.4227 +	[Additional compiler flags for building library objects])
  1.4228 +
  1.4229 +#
  1.4230 +# Check to make sure the static flag actually works.
  1.4231 +#
  1.4232 +wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\"
  1.4233 +_LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
  1.4234 +  _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1),
  1.4235 +  $lt_tmp_static_flag,
  1.4236 +  [],
  1.4237 +  [_LT_TAGVAR(lt_prog_compiler_static, $1)=])
  1.4238 +_LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1],
  1.4239 +	[Compiler flag to prevent dynamic linking])
  1.4240 +])# _LT_COMPILER_PIC
  1.4241 +
  1.4242 +
  1.4243 +# _LT_LINKER_SHLIBS([TAGNAME])
  1.4244 +# ----------------------------
  1.4245 +# See if the linker supports building shared libraries.
  1.4246 +m4_defun([_LT_LINKER_SHLIBS],
  1.4247 +[AC_REQUIRE([LT_PATH_LD])dnl
  1.4248 +AC_REQUIRE([LT_PATH_NM])dnl
  1.4249 +m4_require([_LT_FILEUTILS_DEFAULTS])dnl
  1.4250 +m4_require([_LT_DECL_EGREP])dnl
  1.4251 +m4_require([_LT_DECL_SED])dnl
  1.4252 +m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
  1.4253 +m4_require([_LT_TAG_COMPILER])dnl
  1.4254 +AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
  1.4255 +m4_if([$1], [CXX], [
  1.4256 +  _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
  1.4257 +  _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
  1.4258 +  case $host_os in
  1.4259 +  aix[[4-9]]*)
  1.4260 +    # If we're using GNU nm, then we don't want the "-C" option.
  1.4261 +    # -C means demangle to AIX nm, but means don't demangle with GNU nm
  1.4262 +    # Also, AIX nm treats weak defined symbols like other global defined
  1.4263 +    # symbols, whereas GNU nm marks them as "W".
  1.4264 +    if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
  1.4265 +      _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
  1.4266 +    else
  1.4267 +      _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'
  1.4268 +    fi
  1.4269 +    ;;
  1.4270 +  pw32*)
  1.4271 +    _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
  1.4272 +  ;;
  1.4273 +  cygwin* | mingw* | cegcc*)
  1.4274 +    _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
  1.4275 +    _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname']
  1.4276 +  ;;
  1.4277 +  *)
  1.4278 +    _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
  1.4279 +  ;;
  1.4280 +  esac
  1.4281 +], [
  1.4282 +  runpath_var=
  1.4283 +  _LT_TAGVAR(allow_undefined_flag, $1)=
  1.4284 +  _LT_TAGVAR(always_export_symbols, $1)=no
  1.4285 +  _LT_TAGVAR(archive_cmds, $1)=
  1.4286 +  _LT_TAGVAR(archive_expsym_cmds, $1)=
  1.4287 +  _LT_TAGVAR(compiler_needs_object, $1)=no
  1.4288 +  _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
  1.4289 +  _LT_TAGVAR(export_dynamic_flag_spec, $1)=
  1.4290 +  _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
  1.4291 +  _LT_TAGVAR(hardcode_automatic, $1)=no
  1.4292 +  _LT_TAGVAR(hardcode_direct, $1)=no
  1.4293 +  _LT_TAGVAR(hardcode_direct_absolute, $1)=no
  1.4294 +  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
  1.4295 +  _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
  1.4296 +  _LT_TAGVAR(hardcode_libdir_separator, $1)=
  1.4297 +  _LT_TAGVAR(hardcode_minus_L, $1)=no
  1.4298 +  _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
  1.4299 +  _LT_TAGVAR(inherit_rpath, $1)=no
  1.4300 +  _LT_TAGVAR(link_all_deplibs, $1)=unknown
  1.4301 +  _LT_TAGVAR(module_cmds, $1)=
  1.4302 +  _LT_TAGVAR(module_expsym_cmds, $1)=
  1.4303 +  _LT_TAGVAR(old_archive_from_new_cmds, $1)=
  1.4304 +  _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)=
  1.4305 +  _LT_TAGVAR(thread_safe_flag_spec, $1)=
  1.4306 +  _LT_TAGVAR(whole_archive_flag_spec, $1)=
  1.4307 +  # include_expsyms should be a list of space-separated symbols to be *always*
  1.4308 +  # included in the symbol list
  1.4309 +  _LT_TAGVAR(include_expsyms, $1)=
  1.4310 +  # exclude_expsyms can be an extended regexp of symbols to exclude
  1.4311 +  # it will be wrapped by ` (' and `)$', so one must not match beginning or
  1.4312 +  # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
  1.4313 +  # as well as any symbol that contains `d'.
  1.4314 +  _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
  1.4315 +  # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
  1.4316 +  # platforms (ab)use it in PIC code, but their linkers get confused if
  1.4317 +  # the symbol is explicitly referenced.  Since portable code cannot
  1.4318 +  # rely on this symbol name, it's probably fine to never include it in
  1.4319 +  # preloaded symbol tables.
  1.4320 +  # Exclude shared library initialization/finalization symbols.
  1.4321 +dnl Note also adjust exclude_expsyms for C++ above.
  1.4322 +  extract_expsyms_cmds=
  1.4323 +
  1.4324 +  case $host_os in
  1.4325 +  cygwin* | mingw* | pw32* | cegcc*)
  1.4326 +    # FIXME: the MSVC++ port hasn't been tested in a loooong time
  1.4327 +    # When not using gcc, we currently assume that we are using
  1.4328 +    # Microsoft Visual C++.
  1.4329 +    if test "$GCC" != yes; then
  1.4330 +      with_gnu_ld=no
  1.4331 +    fi
  1.4332 +    ;;
  1.4333 +  interix*)
  1.4334 +    # we just hope/assume this is gcc and not c89 (= MSVC++)
  1.4335 +    with_gnu_ld=yes
  1.4336 +    ;;
  1.4337 +  openbsd*)
  1.4338 +    with_gnu_ld=no
  1.4339 +    ;;
  1.4340 +  esac
  1.4341 +
  1.4342 +  _LT_TAGVAR(ld_shlibs, $1)=yes
  1.4343 +
  1.4344 +  # On some targets, GNU ld is compatible enough with the native linker
  1.4345 +  # that we're better off using the native interface for both.
  1.4346 +  lt_use_gnu_ld_interface=no
  1.4347 +  if test "$with_gnu_ld" = yes; then
  1.4348 +    case $host_os in
  1.4349 +      aix*)
  1.4350 +	# The AIX port of GNU ld has always aspired to compatibility
  1.4351 +	# with the native linker.  However, as the warning in the GNU ld
  1.4352 +	# block says, versions before 2.19.5* couldn't really create working
  1.4353 +	# shared libraries, regardless of the interface used.
  1.4354 +	case `$LD -v 2>&1` in
  1.4355 +	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
  1.4356 +	  *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;;
  1.4357 +	  *\ \(GNU\ Binutils\)\ [[3-9]]*) ;;
  1.4358 +	  *)
  1.4359 +	    lt_use_gnu_ld_interface=yes
  1.4360 +	    ;;
  1.4361 +	esac
  1.4362 +	;;
  1.4363 +      *)
  1.4364 +	lt_use_gnu_ld_interface=yes
  1.4365 +	;;
  1.4366 +    esac
  1.4367 +  fi
  1.4368 +
  1.4369 +  if test "$lt_use_gnu_ld_interface" = yes; then
  1.4370 +    # If archive_cmds runs LD, not CC, wlarc should be empty
  1.4371 +    wlarc='${wl}'
  1.4372 +
  1.4373 +    # Set some defaults for GNU ld with shared library support. These
  1.4374 +    # are reset later if shared libraries are not supported. Putting them
  1.4375 +    # here allows them to be overridden if necessary.
  1.4376 +    runpath_var=LD_RUN_PATH
  1.4377 +    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  1.4378 +    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
  1.4379 +    # ancient GNU ld didn't support --whole-archive et. al.
  1.4380 +    if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
  1.4381 +      _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
  1.4382 +    else
  1.4383 +      _LT_TAGVAR(whole_archive_flag_spec, $1)=
  1.4384 +    fi
  1.4385 +    supports_anon_versioning=no
  1.4386 +    case `$LD -v 2>&1` in
  1.4387 +      *GNU\ gold*) supports_anon_versioning=yes ;;
  1.4388 +      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
  1.4389 +      *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
  1.4390 +      *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
  1.4391 +      *\ 2.11.*) ;; # other 2.11 versions
  1.4392 +      *) supports_anon_versioning=yes ;;
  1.4393 +    esac
  1.4394 +
  1.4395 +    # See if GNU ld supports shared libraries.
  1.4396 +    case $host_os in
  1.4397 +    aix[[3-9]]*)
  1.4398 +      # On AIX/PPC, the GNU linker is very broken
  1.4399 +      if test "$host_cpu" != ia64; then
  1.4400 +	_LT_TAGVAR(ld_shlibs, $1)=no
  1.4401 +	cat <<_LT_EOF 1>&2
  1.4402 +
  1.4403 +*** Warning: the GNU linker, at least up to release 2.19, is reported
  1.4404 +*** to be unable to reliably create shared libraries on AIX.
  1.4405 +*** Therefore, libtool is disabling shared libraries support.  If you
  1.4406 +*** really care for shared libraries, you may want to install binutils
  1.4407 +*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
  1.4408 +*** You will then need to restart the configuration process.
  1.4409 +
  1.4410 +_LT_EOF
  1.4411 +      fi
  1.4412 +      ;;
  1.4413 +
  1.4414 +    amigaos*)
  1.4415 +      case $host_cpu in
  1.4416 +      powerpc)
  1.4417 +            # see comment about AmigaOS4 .so support
  1.4418 +            _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  1.4419 +            _LT_TAGVAR(archive_expsym_cmds, $1)=''
  1.4420 +        ;;
  1.4421 +      m68k)
  1.4422 +            _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)'
  1.4423 +            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  1.4424 +            _LT_TAGVAR(hardcode_minus_L, $1)=yes
  1.4425 +        ;;
  1.4426 +      esac
  1.4427 +      ;;
  1.4428 +
  1.4429 +    beos*)
  1.4430 +      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
  1.4431 +	_LT_TAGVAR(allow_undefined_flag, $1)=unsupported
  1.4432 +	# Joseph Beckenbach <jrb3@best.com> says some releases of gcc
  1.4433 +	# support --undefined.  This deserves some investigation.  FIXME
  1.4434 +	_LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  1.4435 +      else
  1.4436 +	_LT_TAGVAR(ld_shlibs, $1)=no
  1.4437 +      fi
  1.4438 +      ;;
  1.4439 +
  1.4440 +    cygwin* | mingw* | pw32* | cegcc*)
  1.4441 +      # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
  1.4442 +      # as there is no search path for DLLs.
  1.4443 +      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  1.4444 +      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols'
  1.4445 +      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
  1.4446 +      _LT_TAGVAR(always_export_symbols, $1)=no
  1.4447 +      _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
  1.4448 +      _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1 DATA/;s/^.*[[ ]]__nm__\([[^ ]]*\)[[ ]][[^ ]]*/\1 DATA/;/^I[[ ]]/d;/^[[AITW]][[ ]]/s/.* //'\'' | sort | uniq > $export_symbols'
  1.4449 +      _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname']
  1.4450 +
  1.4451 +      if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
  1.4452 +        _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'
  1.4453 +	# If the export-symbols file already is a .def file (1st line
  1.4454 +	# is EXPORTS), use it as is; otherwise, prepend...
  1.4455 +	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
  1.4456 +	  cp $export_symbols $output_objdir/$soname.def;
  1.4457 +	else
  1.4458 +	  echo EXPORTS > $output_objdir/$soname.def;
  1.4459 +	  cat $export_symbols >> $output_objdir/$soname.def;
  1.4460 +	fi~
  1.4461 +	$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
  1.4462 +      else
  1.4463 +	_LT_TAGVAR(ld_shlibs, $1)=no
  1.4464 +      fi
  1.4465 +      ;;
  1.4466 +
  1.4467 +    haiku*)
  1.4468 +      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  1.4469 +      _LT_TAGVAR(link_all_deplibs, $1)=yes
  1.4470 +      ;;
  1.4471 +
  1.4472 +    interix[[3-9]]*)
  1.4473 +      _LT_TAGVAR(hardcode_direct, $1)=no
  1.4474 +      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  1.4475 +      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  1.4476 +      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
  1.4477 +      # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
  1.4478 +      # Instead, shared libraries are loaded at an image base (0x10000000 by
  1.4479 +      # default) and relocated if they conflict, which is a slow very memory
  1.4480 +      # consuming and fragmenting process.  To avoid this, we pick a random,
  1.4481 +      # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
  1.4482 +      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
  1.4483 +      _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'
  1.4484 +      _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'
  1.4485 +      ;;
  1.4486 +
  1.4487 +    gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
  1.4488 +      tmp_diet=no
  1.4489 +      if test "$host_os" = linux-dietlibc; then
  1.4490 +	case $cc_basename in
  1.4491 +	  diet\ *) tmp_diet=yes;;	# linux-dietlibc with static linking (!diet-dyn)
  1.4492 +	esac
  1.4493 +      fi
  1.4494 +      if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
  1.4495 +	 && test "$tmp_diet" = no
  1.4496 +      then
  1.4497 +	tmp_addflag=
  1.4498 +	tmp_sharedflag='-shared'
  1.4499 +	case $cc_basename,$host_cpu in
  1.4500 +        pgcc*)				# Portland Group C compiler
  1.4501 +	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
  1.4502 +	  tmp_addflag=' $pic_flag'
  1.4503 +	  ;;
  1.4504 +	pgf77* | pgf90* | pgf95* | pgfortran*)
  1.4505 +					# Portland Group f77 and f90 compilers
  1.4506 +	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
  1.4507 +	  tmp_addflag=' $pic_flag -Mnomain' ;;
  1.4508 +	ecc*,ia64* | icc*,ia64*)	# Intel C compiler on ia64
  1.4509 +	  tmp_addflag=' -i_dynamic' ;;
  1.4510 +	efc*,ia64* | ifort*,ia64*)	# Intel Fortran compiler on ia64
  1.4511 +	  tmp_addflag=' -i_dynamic -nofor_main' ;;
  1.4512 +	ifc* | ifort*)			# Intel Fortran compiler
  1.4513 +	  tmp_addflag=' -nofor_main' ;;
  1.4514 +	lf95*)				# Lahey Fortran 8.1
  1.4515 +	  _LT_TAGVAR(whole_archive_flag_spec, $1)=
  1.4516 +	  tmp_sharedflag='--shared' ;;
  1.4517 +	xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below)
  1.4518 +	  tmp_sharedflag='-qmkshrobj'
  1.4519 +	  tmp_addflag= ;;
  1.4520 +	nvcc*)	# Cuda Compiler Driver 2.2
  1.4521 +	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
  1.4522 +	  _LT_TAGVAR(compiler_needs_object, $1)=yes
  1.4523 +	  ;;
  1.4524 +	esac
  1.4525 +	case `$CC -V 2>&1 | sed 5q` in
  1.4526 +	*Sun\ C*)			# Sun C 5.9
  1.4527 +	  _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; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
  1.4528 +	  _LT_TAGVAR(compiler_needs_object, $1)=yes
  1.4529 +	  tmp_sharedflag='-G' ;;
  1.4530 +	*Sun\ F*)			# Sun Fortran 8.3
  1.4531 +	  tmp_sharedflag='-G' ;;
  1.4532 +	esac
  1.4533 +	_LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  1.4534 +
  1.4535 +        if test "x$supports_anon_versioning" = xyes; then
  1.4536 +          _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
  1.4537 +	    cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
  1.4538 +	    echo "local: *; };" >> $output_objdir/$libname.ver~
  1.4539 +	    $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
  1.4540 +        fi
  1.4541 +
  1.4542 +	case $cc_basename in
  1.4543 +	xlf* | bgf* | bgxlf* | mpixlf*)
  1.4544 +	  # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
  1.4545 +	  _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive'
  1.4546 +	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
  1.4547 +	  _LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='-rpath $libdir'
  1.4548 +	  _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
  1.4549 +	  if test "x$supports_anon_versioning" = xyes; then
  1.4550 +	    _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
  1.4551 +	      cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
  1.4552 +	      echo "local: *; };" >> $output_objdir/$libname.ver~
  1.4553 +	      $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
  1.4554 +	  fi
  1.4555 +	  ;;
  1.4556 +	esac
  1.4557 +      else
  1.4558 +        _LT_TAGVAR(ld_shlibs, $1)=no
  1.4559 +      fi
  1.4560 +      ;;
  1.4561 +
  1.4562 +    netbsd*)
  1.4563 +      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
  1.4564 +	_LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
  1.4565 +	wlarc=
  1.4566 +      else
  1.4567 +	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  1.4568 +	_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'
  1.4569 +      fi
  1.4570 +      ;;
  1.4571 +
  1.4572 +    solaris*)
  1.4573 +      if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
  1.4574 +	_LT_TAGVAR(ld_shlibs, $1)=no
  1.4575 +	cat <<_LT_EOF 1>&2
  1.4576 +
  1.4577 +*** Warning: The releases 2.8.* of the GNU linker cannot reliably
  1.4578 +*** create shared libraries on Solaris systems.  Therefore, libtool
  1.4579 +*** is disabling shared libraries support.  We urge you to upgrade GNU
  1.4580 +*** binutils to release 2.9.1 or newer.  Another option is to modify
  1.4581 +*** your PATH or compiler configuration so that the native linker is
  1.4582 +*** used, and then restart.
  1.4583 +
  1.4584 +_LT_EOF
  1.4585 +      elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
  1.4586 +	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  1.4587 +	_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'
  1.4588 +      else
  1.4589 +	_LT_TAGVAR(ld_shlibs, $1)=no
  1.4590 +      fi
  1.4591 +      ;;
  1.4592 +
  1.4593 +    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
  1.4594 +      case `$LD -v 2>&1` in
  1.4595 +        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
  1.4596 +	_LT_TAGVAR(ld_shlibs, $1)=no
  1.4597 +	cat <<_LT_EOF 1>&2
  1.4598 +
  1.4599 +*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
  1.4600 +*** reliably create shared libraries on SCO systems.  Therefore, libtool
  1.4601 +*** is disabling shared libraries support.  We urge you to upgrade GNU
  1.4602 +*** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
  1.4603 +*** your PATH or compiler configuration so that the native linker is
  1.4604 +*** used, and then restart.
  1.4605 +
  1.4606 +_LT_EOF
  1.4607 +	;;
  1.4608 +	*)
  1.4609 +	  # For security reasons, it is highly recommended that you always
  1.4610 +	  # use absolute paths for naming shared libraries, and exclude the
  1.4611 +	  # DT_RUNPATH tag from executables and libraries.  But doing so
  1.4612 +	  # requires that you compile everything twice, which is a pain.
  1.4613 +	  if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
  1.4614 +	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  1.4615 +	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  1.4616 +	    _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'
  1.4617 +	  else
  1.4618 +	    _LT_TAGVAR(ld_shlibs, $1)=no
  1.4619 +	  fi
  1.4620 +	;;
  1.4621 +      esac
  1.4622 +      ;;
  1.4623 +
  1.4624 +    sunos4*)
  1.4625 +      _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
  1.4626 +      wlarc=
  1.4627 +      _LT_TAGVAR(hardcode_direct, $1)=yes
  1.4628 +      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  1.4629 +      ;;
  1.4630 +
  1.4631 +    *)
  1.4632 +      if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
  1.4633 +	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  1.4634 +	_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'
  1.4635 +      else
  1.4636 +	_LT_TAGVAR(ld_shlibs, $1)=no
  1.4637 +      fi
  1.4638 +      ;;
  1.4639 +    esac
  1.4640 +
  1.4641 +    if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then
  1.4642 +      runpath_var=
  1.4643 +      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
  1.4644 +      _LT_TAGVAR(export_dynamic_flag_spec, $1)=
  1.4645 +      _LT_TAGVAR(whole_archive_flag_spec, $1)=
  1.4646 +    fi
  1.4647 +  else
  1.4648 +    # PORTME fill in a description of your system's linker (not GNU ld)
  1.4649 +    case $host_os in
  1.4650 +    aix3*)
  1.4651 +      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
  1.4652 +      _LT_TAGVAR(always_export_symbols, $1)=yes
  1.4653 +      _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'
  1.4654 +      # Note: this linker hardcodes the directories in LIBPATH if there
  1.4655 +      # are no directories specified by -L.
  1.4656 +      _LT_TAGVAR(hardcode_minus_L, $1)=yes
  1.4657 +      if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
  1.4658 +	# Neither direct hardcoding nor static linking is supported with a
  1.4659 +	# broken collect2.
  1.4660 +	_LT_TAGVAR(hardcode_direct, $1)=unsupported
  1.4661 +      fi
  1.4662 +      ;;
  1.4663 +
  1.4664 +    aix[[4-9]]*)
  1.4665 +      if test "$host_cpu" = ia64; then
  1.4666 +	# On IA64, the linker does run time linking by default, so we don't
  1.4667 +	# have to do anything special.
  1.4668 +	aix_use_runtimelinking=no
  1.4669 +	exp_sym_flag='-Bexport'
  1.4670 +	no_entry_flag=""
  1.4671 +      else
  1.4672 +	# If we're using GNU nm, then we don't want the "-C" option.
  1.4673 +	# -C means demangle to AIX nm, but means don't demangle with GNU nm
  1.4674 +	# Also, AIX nm treats weak defined symbols like other global
  1.4675 +	# defined symbols, whereas GNU nm marks them as "W".
  1.4676 +	if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
  1.4677 +	  _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
  1.4678 +	else
  1.4679 +	  _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'
  1.4680 +	fi
  1.4681 +	aix_use_runtimelinking=no
  1.4682 +
  1.4683 +	# Test if we are trying to use run time linking or normal
  1.4684 +	# AIX style linking. If -brtl is somewhere in LDFLAGS, we
  1.4685 +	# need to do runtime linking.
  1.4686 +	case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
  1.4687 +	  for ld_flag in $LDFLAGS; do
  1.4688 +	  if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
  1.4689 +	    aix_use_runtimelinking=yes
  1.4690 +	    break
  1.4691 +	  fi
  1.4692 +	  done
  1.4693 +	  ;;
  1.4694 +	esac
  1.4695 +
  1.4696 +	exp_sym_flag='-bexport'
  1.4697 +	no_entry_flag='-bnoentry'
  1.4698 +      fi
  1.4699 +
  1.4700 +      # When large executables or shared objects are built, AIX ld can
  1.4701 +      # have problems creating the table of contents.  If linking a library
  1.4702 +      # or program results in "error TOC overflow" add -mminimal-toc to
  1.4703 +      # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
  1.4704 +      # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
  1.4705 +
  1.4706 +      _LT_TAGVAR(archive_cmds, $1)=''
  1.4707 +      _LT_TAGVAR(hardcode_direct, $1)=yes
  1.4708 +      _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
  1.4709 +      _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
  1.4710 +      _LT_TAGVAR(link_all_deplibs, $1)=yes
  1.4711 +      _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
  1.4712 +
  1.4713 +      if test "$GCC" = yes; then
  1.4714 +	case $host_os in aix4.[[012]]|aix4.[[012]].*)
  1.4715 +	# We only want to do this on AIX 4.2 and lower, the check
  1.4716 +	# below for broken collect2 doesn't work under 4.3+
  1.4717 +	  collect2name=`${CC} -print-prog-name=collect2`
  1.4718 +	  if test -f "$collect2name" &&
  1.4719 +	   strings "$collect2name" | $GREP resolve_lib_name >/dev/null
  1.4720 +	  then
  1.4721 +	  # We have reworked collect2
  1.4722 +	  :
  1.4723 +	  else
  1.4724 +	  # We have old collect2
  1.4725 +	  _LT_TAGVAR(hardcode_direct, $1)=unsupported
  1.4726 +	  # It fails to find uninstalled libraries when the uninstalled
  1.4727 +	  # path is not listed in the libpath.  Setting hardcode_minus_L
  1.4728 +	  # to unsupported forces relinking
  1.4729 +	  _LT_TAGVAR(hardcode_minus_L, $1)=yes
  1.4730 +	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  1.4731 +	  _LT_TAGVAR(hardcode_libdir_separator, $1)=
  1.4732 +	  fi
  1.4733 +	  ;;
  1.4734 +	esac
  1.4735 +	shared_flag='-shared'
  1.4736 +	if test "$aix_use_runtimelinking" = yes; then
  1.4737 +	  shared_flag="$shared_flag "'${wl}-G'
  1.4738 +	fi
  1.4739 +      else
  1.4740 +	# not using gcc
  1.4741 +	if test "$host_cpu" = ia64; then
  1.4742 +	# VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
  1.4743 +	# chokes on -Wl,-G. The following line is correct:
  1.4744 +	  shared_flag='-G'
  1.4745 +	else
  1.4746 +	  if test "$aix_use_runtimelinking" = yes; then
  1.4747 +	    shared_flag='${wl}-G'
  1.4748 +	  else
  1.4749 +	    shared_flag='${wl}-bM:SRE'
  1.4750 +	  fi
  1.4751 +	fi
  1.4752 +      fi
  1.4753 +
  1.4754 +      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
  1.4755 +      # It seems that -bexpall does not export symbols beginning with
  1.4756 +      # underscore (_), so it is better to generate a list of symbols to export.
  1.4757 +      _LT_TAGVAR(always_export_symbols, $1)=yes
  1.4758 +      if test "$aix_use_runtimelinking" = yes; then
  1.4759 +	# Warning - without using the other runtime loading flags (-brtl),
  1.4760 +	# -berok will link without error, but may produce a broken library.
  1.4761 +	_LT_TAGVAR(allow_undefined_flag, $1)='-berok'
  1.4762 +        # Determine the default libpath from the value encoded in an
  1.4763 +        # empty executable.
  1.4764 +        _LT_SYS_MODULE_PATH_AIX
  1.4765 +        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
  1.4766 +        _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 func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
  1.4767 +      else
  1.4768 +	if test "$host_cpu" = ia64; then
  1.4769 +	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
  1.4770 +	  _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
  1.4771 +	  _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"
  1.4772 +	else
  1.4773 +	 # Determine the default libpath from the value encoded in an
  1.4774 +	 # empty executable.
  1.4775 +	 _LT_SYS_MODULE_PATH_AIX
  1.4776 +	 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
  1.4777 +	  # Warning - without using the other run time loading flags,
  1.4778 +	  # -berok will link without error, but may produce a broken library.
  1.4779 +	  _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
  1.4780 +	  _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
  1.4781 +	  if test "$with_gnu_ld" = yes; then
  1.4782 +	    # We only use this code for GNU lds that support --whole-archive.
  1.4783 +	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
  1.4784 +	  else
  1.4785 +	    # Exported symbols can be pulled into shared objects from archives
  1.4786 +	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
  1.4787 +	  fi
  1.4788 +	  _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
  1.4789 +	  # This is similar to how AIX traditionally builds its shared libraries.
  1.4790 +	  _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'
  1.4791 +	fi
  1.4792 +      fi
  1.4793 +      ;;
  1.4794 +
  1.4795 +    amigaos*)
  1.4796 +      case $host_cpu in
  1.4797 +      powerpc)
  1.4798 +            # see comment about AmigaOS4 .so support
  1.4799 +            _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  1.4800 +            _LT_TAGVAR(archive_expsym_cmds, $1)=''
  1.4801 +        ;;
  1.4802 +      m68k)
  1.4803 +            _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)'
  1.4804 +            _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  1.4805 +            _LT_TAGVAR(hardcode_minus_L, $1)=yes
  1.4806 +        ;;
  1.4807 +      esac
  1.4808 +      ;;
  1.4809 +
  1.4810 +    bsdi[[45]]*)
  1.4811 +      _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
  1.4812 +      ;;
  1.4813 +
  1.4814 +    cygwin* | mingw* | pw32* | cegcc*)
  1.4815 +      # When not using gcc, we currently assume that we are using
  1.4816 +      # Microsoft Visual C++.
  1.4817 +      # hardcode_libdir_flag_spec is actually meaningless, as there is
  1.4818 +      # no search path for DLLs.
  1.4819 +      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
  1.4820 +      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
  1.4821 +      # Tell ltmain to make .lib files, not .a files.
  1.4822 +      libext=lib
  1.4823 +      # Tell ltmain to make .dll files, not .so files.
  1.4824 +      shrext_cmds=".dll"
  1.4825 +      # FIXME: Setting linknames here is a bad hack.
  1.4826 +      _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
  1.4827 +      # The linker will automatically build a .lib file if we build a DLL.
  1.4828 +      _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
  1.4829 +      # FIXME: Should let the user specify the lib program.
  1.4830 +      _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
  1.4831 +      _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
  1.4832 +      _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
  1.4833 +      ;;
  1.4834 +
  1.4835 +    darwin* | rhapsody*)
  1.4836 +      _LT_DARWIN_LINKER_FEATURES($1)
  1.4837 +      ;;
  1.4838 +
  1.4839 +    dgux*)
  1.4840 +      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1.4841 +      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  1.4842 +      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  1.4843 +      ;;
  1.4844 +
  1.4845 +    freebsd1*)
  1.4846 +      _LT_TAGVAR(ld_shlibs, $1)=no
  1.4847 +      ;;
  1.4848 +
  1.4849 +    # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
  1.4850 +    # support.  Future versions do this automatically, but an explicit c++rt0.o
  1.4851 +    # does not break anything, and helps significantly (at the cost of a little
  1.4852 +    # extra space).
  1.4853 +    freebsd2.2*)
  1.4854 +      _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
  1.4855 +      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
  1.4856 +      _LT_TAGVAR(hardcode_direct, $1)=yes
  1.4857 +      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  1.4858 +      ;;
  1.4859 +
  1.4860 +    # Unfortunately, older versions of FreeBSD 2 do not have this feature.
  1.4861 +    freebsd2*)
  1.4862 +      _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
  1.4863 +      _LT_TAGVAR(hardcode_direct, $1)=yes
  1.4864 +      _LT_TAGVAR(hardcode_minus_L, $1)=yes
  1.4865 +      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  1.4866 +      ;;
  1.4867 +
  1.4868 +    # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
  1.4869 +    freebsd* | dragonfly*)
  1.4870 +      _LT_TAGVAR(archive_cmds, $1)='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
  1.4871 +      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
  1.4872 +      _LT_TAGVAR(hardcode_direct, $1)=yes
  1.4873 +      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  1.4874 +      ;;
  1.4875 +
  1.4876 +    hpux9*)
  1.4877 +      if test "$GCC" = yes; then
  1.4878 +	_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'
  1.4879 +      else
  1.4880 +	_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'
  1.4881 +      fi
  1.4882 +      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
  1.4883 +      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
  1.4884 +      _LT_TAGVAR(hardcode_direct, $1)=yes
  1.4885 +
  1.4886 +      # hardcode_minus_L: Not really in the search PATH,
  1.4887 +      # but as the default location of the library.
  1.4888 +      _LT_TAGVAR(hardcode_minus_L, $1)=yes
  1.4889 +      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
  1.4890 +      ;;
  1.4891 +
  1.4892 +    hpux10*)
  1.4893 +      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
  1.4894 +	_LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
  1.4895 +      else
  1.4896 +	_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
  1.4897 +      fi
  1.4898 +      if test "$with_gnu_ld" = no; then
  1.4899 +	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
  1.4900 +	_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)='+b $libdir'
  1.4901 +	_LT_TAGVAR(hardcode_libdir_separator, $1)=:
  1.4902 +	_LT_TAGVAR(hardcode_direct, $1)=yes
  1.4903 +	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
  1.4904 +	_LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
  1.4905 +	# hardcode_minus_L: Not really in the search PATH,
  1.4906 +	# but as the default location of the library.
  1.4907 +	_LT_TAGVAR(hardcode_minus_L, $1)=yes
  1.4908 +      fi
  1.4909 +      ;;
  1.4910 +
  1.4911 +    hpux11*)
  1.4912 +      if test "$GCC" = yes && test "$with_gnu_ld" = no; then
  1.4913 +	case $host_cpu in
  1.4914 +	hppa*64*)
  1.4915 +	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  1.4916 +	  ;;
  1.4917 +	ia64*)
  1.4918 +	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
  1.4919 +	  ;;
  1.4920 +	*)
  1.4921 +	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
  1.4922 +	  ;;
  1.4923 +	esac
  1.4924 +      else
  1.4925 +	case $host_cpu in
  1.4926 +	hppa*64*)
  1.4927 +	  _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  1.4928 +	  ;;
  1.4929 +	ia64*)
  1.4930 +	  _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
  1.4931 +	  ;;
  1.4932 +	*)
  1.4933 +	m4_if($1, [], [
  1.4934 +	  # Older versions of the 11.00 compiler do not understand -b yet
  1.4935 +	  # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
  1.4936 +	  _LT_LINKER_OPTION([if $CC understands -b],
  1.4937 +	    _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b],
  1.4938 +	    [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'],
  1.4939 +	    [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])],
  1.4940 +	  [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'])
  1.4941 +	  ;;
  1.4942 +	esac
  1.4943 +      fi
  1.4944 +      if test "$with_gnu_ld" = no; then
  1.4945 +	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
  1.4946 +	_LT_TAGVAR(hardcode_libdir_separator, $1)=:
  1.4947 +
  1.4948 +	case $host_cpu in
  1.4949 +	hppa*64*|ia64*)
  1.4950 +	  _LT_TAGVAR(hardcode_direct, $1)=no
  1.4951 +	  _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  1.4952 +	  ;;
  1.4953 +	*)
  1.4954 +	  _LT_TAGVAR(hardcode_direct, $1)=yes
  1.4955 +	  _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
  1.4956 +	  _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
  1.4957 +
  1.4958 +	  # hardcode_minus_L: Not really in the search PATH,
  1.4959 +	  # but as the default location of the library.
  1.4960 +	  _LT_TAGVAR(hardcode_minus_L, $1)=yes
  1.4961 +	  ;;
  1.4962 +	esac
  1.4963 +      fi
  1.4964 +      ;;
  1.4965 +
  1.4966 +    irix5* | irix6* | nonstopux*)
  1.4967 +      if test "$GCC" = yes; then
  1.4968 +	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  1.4969 +	# Try to use the -exported_symbol ld option, if it does not
  1.4970 +	# work, assume that -exports_file does not work either and
  1.4971 +	# implicitly export all symbols.
  1.4972 +        save_LDFLAGS="$LDFLAGS"
  1.4973 +        LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
  1.4974 +        AC_LINK_IFELSE(int foo(void) {},
  1.4975 +          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
  1.4976 +        )
  1.4977 +        LDFLAGS="$save_LDFLAGS"
  1.4978 +      else
  1.4979 +	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
  1.4980 +	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
  1.4981 +      fi
  1.4982 +      _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
  1.4983 +      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  1.4984 +      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
  1.4985 +      _LT_TAGVAR(inherit_rpath, $1)=yes
  1.4986 +      _LT_TAGVAR(link_all_deplibs, $1)=yes
  1.4987 +      ;;
  1.4988 +
  1.4989 +    netbsd*)
  1.4990 +      if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
  1.4991 +	_LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
  1.4992 +      else
  1.4993 +	_LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
  1.4994 +      fi
  1.4995 +      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
  1.4996 +      _LT_TAGVAR(hardcode_direct, $1)=yes
  1.4997 +      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  1.4998 +      ;;
  1.4999 +
  1.5000 +    newsos6)
  1.5001 +      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1.5002 +      _LT_TAGVAR(hardcode_direct, $1)=yes
  1.5003 +      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  1.5004 +      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
  1.5005 +      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  1.5006 +      ;;
  1.5007 +
  1.5008 +    *nto* | *qnx*)
  1.5009 +      ;;
  1.5010 +
  1.5011 +    openbsd*)
  1.5012 +      if test -f /usr/libexec/ld.so; then
  1.5013 +	_LT_TAGVAR(hardcode_direct, $1)=yes
  1.5014 +	_LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  1.5015 +	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
  1.5016 +	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  1.5017 +	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
  1.5018 +	  _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
  1.5019 +	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  1.5020 +	  _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
  1.5021 +	else
  1.5022 +	  case $host_os in
  1.5023 +	   openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
  1.5024 +	     _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
  1.5025 +	     _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
  1.5026 +	     ;;
  1.5027 +	   *)
  1.5028 +	     _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
  1.5029 +	     _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  1.5030 +	     ;;
  1.5031 +	  esac
  1.5032 +	fi
  1.5033 +      else
  1.5034 +	_LT_TAGVAR(ld_shlibs, $1)=no
  1.5035 +      fi
  1.5036 +      ;;
  1.5037 +
  1.5038 +    os2*)
  1.5039 +      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  1.5040 +      _LT_TAGVAR(hardcode_minus_L, $1)=yes
  1.5041 +      _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
  1.5042 +      _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'
  1.5043 +      _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
  1.5044 +      ;;
  1.5045 +
  1.5046 +    osf3*)
  1.5047 +      if test "$GCC" = yes; then
  1.5048 +	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
  1.5049 +	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  1.5050 +      else
  1.5051 +	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
  1.5052 +	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
  1.5053 +      fi
  1.5054 +      _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
  1.5055 +      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  1.5056 +      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
  1.5057 +      ;;
  1.5058 +
  1.5059 +    osf4* | osf5*)	# as osf3* with the addition of -msym flag
  1.5060 +      if test "$GCC" = yes; then
  1.5061 +	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
  1.5062 +	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  1.5063 +	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  1.5064 +      else
  1.5065 +	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
  1.5066 +	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
  1.5067 +	_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~
  1.5068 +	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
  1.5069 +
  1.5070 +	# Both c and cxx compiler support -rpath directly
  1.5071 +	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
  1.5072 +      fi
  1.5073 +      _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
  1.5074 +      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
  1.5075 +      ;;
  1.5076 +
  1.5077 +    solaris*)
  1.5078 +      _LT_TAGVAR(no_undefined_flag, $1)=' -z defs'
  1.5079 +      if test "$GCC" = yes; then
  1.5080 +	wlarc='${wl}'
  1.5081 +	_LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
  1.5082 +	_LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
  1.5083 +	  $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
  1.5084 +      else
  1.5085 +	case `$CC -V 2>&1` in
  1.5086 +	*"Compilers 5.0"*)
  1.5087 +	  wlarc=''
  1.5088 +	  _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1.5089 +	  _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
  1.5090 +	  $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
  1.5091 +	  ;;
  1.5092 +	*)
  1.5093 +	  wlarc='${wl}'
  1.5094 +	  _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
  1.5095 +	  _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
  1.5096 +	  $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
  1.5097 +	  ;;
  1.5098 +	esac
  1.5099 +      fi
  1.5100 +      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
  1.5101 +      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  1.5102 +      case $host_os in
  1.5103 +      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
  1.5104 +      *)
  1.5105 +	# The compiler driver will combine and reorder linker options,
  1.5106 +	# but understands `-z linker_flag'.  GCC discards it without `$wl',
  1.5107 +	# but is careful enough not to reorder.
  1.5108 +	# Supported since Solaris 2.6 (maybe 2.5.1?)
  1.5109 +	if test "$GCC" = yes; then
  1.5110 +	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
  1.5111 +	else
  1.5112 +	  _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
  1.5113 +	fi
  1.5114 +	;;
  1.5115 +      esac
  1.5116 +      _LT_TAGVAR(link_all_deplibs, $1)=yes
  1.5117 +      ;;
  1.5118 +
  1.5119 +    sunos4*)
  1.5120 +      if test "x$host_vendor" = xsequent; then
  1.5121 +	# Use $CC to link under sequent, because it throws in some extra .o
  1.5122 +	# files that make .init and .fini sections work.
  1.5123 +	_LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
  1.5124 +      else
  1.5125 +	_LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
  1.5126 +      fi
  1.5127 +      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  1.5128 +      _LT_TAGVAR(hardcode_direct, $1)=yes
  1.5129 +      _LT_TAGVAR(hardcode_minus_L, $1)=yes
  1.5130 +      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  1.5131 +      ;;
  1.5132 +
  1.5133 +    sysv4)
  1.5134 +      case $host_vendor in
  1.5135 +	sni)
  1.5136 +	  _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1.5137 +	  _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true???
  1.5138 +	;;
  1.5139 +	siemens)
  1.5140 +	  ## LD is ld it makes a PLAMLIB
  1.5141 +	  ## CC just makes a GrossModule.
  1.5142 +	  _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
  1.5143 +	  _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
  1.5144 +	  _LT_TAGVAR(hardcode_direct, $1)=no
  1.5145 +        ;;
  1.5146 +	motorola)
  1.5147 +	  _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1.5148 +	  _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
  1.5149 +	;;
  1.5150 +      esac
  1.5151 +      runpath_var='LD_RUN_PATH'
  1.5152 +      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  1.5153 +      ;;
  1.5154 +
  1.5155 +    sysv4.3*)
  1.5156 +      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1.5157 +      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  1.5158 +      _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
  1.5159 +      ;;
  1.5160 +
  1.5161 +    sysv4*MP*)
  1.5162 +      if test -d /usr/nec; then
  1.5163 +	_LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1.5164 +	_LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  1.5165 +	runpath_var=LD_RUN_PATH
  1.5166 +	hardcode_runpath_var=yes
  1.5167 +	_LT_TAGVAR(ld_shlibs, $1)=yes
  1.5168 +      fi
  1.5169 +      ;;
  1.5170 +
  1.5171 +    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
  1.5172 +      _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
  1.5173 +      _LT_TAGVAR(archive_cmds_need_lc, $1)=no
  1.5174 +      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  1.5175 +      runpath_var='LD_RUN_PATH'
  1.5176 +
  1.5177 +      if test "$GCC" = yes; then
  1.5178 +	_LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  1.5179 +	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  1.5180 +      else
  1.5181 +	_LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  1.5182 +	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  1.5183 +      fi
  1.5184 +      ;;
  1.5185 +
  1.5186 +    sysv5* | sco3.2v5* | sco5v6*)
  1.5187 +      # Note: We can NOT use -z defs as we might desire, because we do not
  1.5188 +      # link with -lc, and that would cause any symbols used from libc to
  1.5189 +      # always be unresolved, which means just about no library would
  1.5190 +      # ever link correctly.  If we're not using GNU ld we use -z text
  1.5191 +      # though, which does catch some bad symbols but isn't as heavy-handed
  1.5192 +      # as -z defs.
  1.5193 +      _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
  1.5194 +      _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
  1.5195 +      _LT_TAGVAR(archive_cmds_need_lc, $1)=no
  1.5196 +      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  1.5197 +      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir'
  1.5198 +      _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
  1.5199 +      _LT_TAGVAR(link_all_deplibs, $1)=yes
  1.5200 +      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
  1.5201 +      runpath_var='LD_RUN_PATH'
  1.5202 +
  1.5203 +      if test "$GCC" = yes; then
  1.5204 +	_LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  1.5205 +	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  1.5206 +      else
  1.5207 +	_LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  1.5208 +	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  1.5209 +      fi
  1.5210 +      ;;
  1.5211 +
  1.5212 +    uts4*)
  1.5213 +      _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
  1.5214 +      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  1.5215 +      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  1.5216 +      ;;
  1.5217 +
  1.5218 +    *)
  1.5219 +      _LT_TAGVAR(ld_shlibs, $1)=no
  1.5220 +      ;;
  1.5221 +    esac
  1.5222 +
  1.5223 +    if test x$host_vendor = xsni; then
  1.5224 +      case $host in
  1.5225 +      sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
  1.5226 +	_LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym'
  1.5227 +	;;
  1.5228 +      esac
  1.5229 +    fi
  1.5230 +  fi
  1.5231 +])
  1.5232 +AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
  1.5233 +test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
  1.5234 +
  1.5235 +_LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld
  1.5236 +
  1.5237 +_LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl
  1.5238 +_LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl
  1.5239 +_LT_DECL([], [extract_expsyms_cmds], [2],
  1.5240 +    [The commands to extract the exported symbol list from a shared archive])
  1.5241 +
  1.5242 +#
  1.5243 +# Do we need to explicitly link libc?
  1.5244 +#
  1.5245 +case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in
  1.5246 +x|xyes)
  1.5247 +  # Assume -lc should be added
  1.5248 +  _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
  1.5249 +
  1.5250 +  if test "$enable_shared" = yes && test "$GCC" = yes; then
  1.5251 +    case $_LT_TAGVAR(archive_cmds, $1) in
  1.5252 +    *'~'*)
  1.5253 +      # FIXME: we may have to deal with multi-command sequences.
  1.5254 +      ;;
  1.5255 +    '$CC '*)
  1.5256 +      # Test whether the compiler implicitly links with -lc since on some
  1.5257 +      # systems, -lgcc has to come before -lc. If gcc already passes -lc
  1.5258 +      # to ld, don't add -lc before -lgcc.
  1.5259 +      AC_CACHE_CHECK([whether -lc should be explicitly linked in],
  1.5260 +	[lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1),
  1.5261 +	[$RM conftest*
  1.5262 +	echo "$lt_simple_compile_test_code" > conftest.$ac_ext
  1.5263 +
  1.5264 +	if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
  1.5265 +	  soname=conftest
  1.5266 +	  lib=conftest
  1.5267 +	  libobjs=conftest.$ac_objext
  1.5268 +	  deplibs=
  1.5269 +	  wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1)
  1.5270 +	  pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1)
  1.5271 +	  compiler_flags=-v
  1.5272 +	  linker_flags=-v
  1.5273 +	  verstring=
  1.5274 +	  output_objdir=.
  1.5275 +	  libname=conftest
  1.5276 +	  lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1)
  1.5277 +	  _LT_TAGVAR(allow_undefined_flag, $1)=
  1.5278 +	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
  1.5279 +	  then
  1.5280 +	    lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no
  1.5281 +	  else
  1.5282 +	    lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes
  1.5283 +	  fi
  1.5284 +	  _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
  1.5285 +	else
  1.5286 +	  cat conftest.err 1>&5
  1.5287 +	fi
  1.5288 +	$RM conftest*
  1.5289 +	])
  1.5290 +      _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)
  1.5291 +      ;;
  1.5292 +    esac
  1.5293 +  fi
  1.5294 +  ;;
  1.5295 +esac
  1.5296 +
  1.5297 +_LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0],
  1.5298 +    [Whether or not to add -lc for building shared libraries])
  1.5299 +_LT_TAGDECL([allow_libtool_libs_with_static_runtimes],
  1.5300 +    [enable_shared_with_static_runtimes], [0],
  1.5301 +    [Whether or not to disallow shared libs when runtime libs are static])
  1.5302 +_LT_TAGDECL([], [export_dynamic_flag_spec], [1],
  1.5303 +    [Compiler flag to allow reflexive dlopens])
  1.5304 +_LT_TAGDECL([], [whole_archive_flag_spec], [1],
  1.5305 +    [Compiler flag to generate shared objects directly from archives])
  1.5306 +_LT_TAGDECL([], [compiler_needs_object], [1],
  1.5307 +    [Whether the compiler copes with passing no objects directly])
  1.5308 +_LT_TAGDECL([], [old_archive_from_new_cmds], [2],
  1.5309 +    [Create an old-style archive from a shared archive])
  1.5310 +_LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2],
  1.5311 +    [Create a temporary old-style archive to link instead of a shared archive])
  1.5312 +_LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive])
  1.5313 +_LT_TAGDECL([], [archive_expsym_cmds], [2])
  1.5314 +_LT_TAGDECL([], [module_cmds], [2],
  1.5315 +    [Commands used to build a loadable module if different from building
  1.5316 +    a shared archive.])
  1.5317 +_LT_TAGDECL([], [module_expsym_cmds], [2])
  1.5318 +_LT_TAGDECL([], [with_gnu_ld], [1],
  1.5319 +    [Whether we are building with GNU ld or not])
  1.5320 +_LT_TAGDECL([], [allow_undefined_flag], [1],
  1.5321 +    [Flag that allows shared libraries with undefined symbols to be built])
  1.5322 +_LT_TAGDECL([], [no_undefined_flag], [1],
  1.5323 +    [Flag that enforces no undefined symbols])
  1.5324 +_LT_TAGDECL([], [hardcode_libdir_flag_spec], [1],
  1.5325 +    [Flag to hardcode $libdir into a binary during linking.
  1.5326 +    This must work even if $libdir does not exist])
  1.5327 +_LT_TAGDECL([], [hardcode_libdir_flag_spec_ld], [1],
  1.5328 +    [[If ld is used when linking, flag to hardcode $libdir into a binary
  1.5329 +    during linking.  This must work even if $libdir does not exist]])
  1.5330 +_LT_TAGDECL([], [hardcode_libdir_separator], [1],
  1.5331 +    [Whether we need a single "-rpath" flag with a separated argument])
  1.5332 +_LT_TAGDECL([], [hardcode_direct], [0],
  1.5333 +    [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
  1.5334 +    DIR into the resulting binary])
  1.5335 +_LT_TAGDECL([], [hardcode_direct_absolute], [0],
  1.5336 +    [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
  1.5337 +    DIR into the resulting binary and the resulting library dependency is
  1.5338 +    "absolute", i.e impossible to change by setting ${shlibpath_var} if the
  1.5339 +    library is relocated])
  1.5340 +_LT_TAGDECL([], [hardcode_minus_L], [0],
  1.5341 +    [Set to "yes" if using the -LDIR flag during linking hardcodes DIR
  1.5342 +    into the resulting binary])
  1.5343 +_LT_TAGDECL([], [hardcode_shlibpath_var], [0],
  1.5344 +    [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
  1.5345 +    into the resulting binary])
  1.5346 +_LT_TAGDECL([], [hardcode_automatic], [0],
  1.5347 +    [Set to "yes" if building a shared library automatically hardcodes DIR
  1.5348 +    into the library and all subsequent libraries and executables linked
  1.5349 +    against it])
  1.5350 +_LT_TAGDECL([], [inherit_rpath], [0],
  1.5351 +    [Set to yes if linker adds runtime paths of dependent libraries
  1.5352 +    to runtime path list])
  1.5353 +_LT_TAGDECL([], [link_all_deplibs], [0],
  1.5354 +    [Whether libtool must link a program against all its dependency libraries])
  1.5355 +_LT_TAGDECL([], [fix_srcfile_path], [1],
  1.5356 +    [Fix the shell variable $srcfile for the compiler])
  1.5357 +_LT_TAGDECL([], [always_export_symbols], [0],
  1.5358 +    [Set to "yes" if exported symbols are required])
  1.5359 +_LT_TAGDECL([], [export_symbols_cmds], [2],
  1.5360 +    [The commands to list exported symbols])
  1.5361 +_LT_TAGDECL([], [exclude_expsyms], [1],
  1.5362 +    [Symbols that should not be listed in the preloaded symbols])
  1.5363 +_LT_TAGDECL([], [include_expsyms], [1],
  1.5364 +    [Symbols that must always be exported])
  1.5365 +_LT_TAGDECL([], [prelink_cmds], [2],
  1.5366 +    [Commands necessary for linking programs (against libraries) with templates])
  1.5367 +_LT_TAGDECL([], [file_list_spec], [1],
  1.5368 +    [Specify filename containing input files])
  1.5369 +dnl FIXME: Not yet implemented
  1.5370 +dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1],
  1.5371 +dnl    [Compiler flag to generate thread safe objects])
  1.5372 +])# _LT_LINKER_SHLIBS
  1.5373 +
  1.5374 +
  1.5375 +# _LT_LANG_C_CONFIG([TAG])
  1.5376 +# ------------------------
  1.5377 +# Ensure that the configuration variables for a C compiler are suitably
  1.5378 +# defined.  These variables are subsequently used by _LT_CONFIG to write
  1.5379 +# the compiler configuration to `libtool'.
  1.5380 +m4_defun([_LT_LANG_C_CONFIG],
  1.5381 +[m4_require([_LT_DECL_EGREP])dnl
  1.5382 +lt_save_CC="$CC"
  1.5383 +AC_LANG_PUSH(C)
  1.5384 +
  1.5385 +# Source file extension for C test sources.
  1.5386 +ac_ext=c
  1.5387 +
  1.5388 +# Object file extension for compiled C test sources.
  1.5389 +objext=o
  1.5390 +_LT_TAGVAR(objext, $1)=$objext
  1.5391 +
  1.5392 +# Code to be used in simple compile tests
  1.5393 +lt_simple_compile_test_code="int some_variable = 0;"
  1.5394 +
  1.5395 +# Code to be used in simple link tests
  1.5396 +lt_simple_link_test_code='int main(){return(0);}'
  1.5397 +
  1.5398 +_LT_TAG_COMPILER
  1.5399 +# Save the default compiler, since it gets overwritten when the other
  1.5400 +# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
  1.5401 +compiler_DEFAULT=$CC
  1.5402 +
  1.5403 +# save warnings/boilerplate of simple test code
  1.5404 +_LT_COMPILER_BOILERPLATE
  1.5405 +_LT_LINKER_BOILERPLATE
  1.5406 +
  1.5407 +## CAVEAT EMPTOR:
  1.5408 +## There is no encapsulation within the following macros, do not change
  1.5409 +## the running order or otherwise move them around unless you know exactly
  1.5410 +## what you are doing...
  1.5411 +if test -n "$compiler"; then
  1.5412 +  _LT_COMPILER_NO_RTTI($1)
  1.5413 +  _LT_COMPILER_PIC($1)
  1.5414 +  _LT_COMPILER_C_O($1)
  1.5415 +  _LT_COMPILER_FILE_LOCKS($1)
  1.5416 +  _LT_LINKER_SHLIBS($1)
  1.5417 +  _LT_SYS_DYNAMIC_LINKER($1)
  1.5418 +  _LT_LINKER_HARDCODE_LIBPATH($1)
  1.5419 +  LT_SYS_DLOPEN_SELF
  1.5420 +  _LT_CMD_STRIPLIB
  1.5421 +
  1.5422 +  # Report which library types will actually be built
  1.5423 +  AC_MSG_CHECKING([if libtool supports shared libraries])
  1.5424 +  AC_MSG_RESULT([$can_build_shared])
  1.5425 +
  1.5426 +  AC_MSG_CHECKING([whether to build shared libraries])
  1.5427 +  test "$can_build_shared" = "no" && enable_shared=no
  1.5428 +
  1.5429 +  # On AIX, shared libraries and static libraries use the same namespace, and
  1.5430 +  # are all built from PIC.
  1.5431 +  case $host_os in
  1.5432 +  aix3*)
  1.5433 +    test "$enable_shared" = yes && enable_static=no
  1.5434 +    if test -n "$RANLIB"; then
  1.5435 +      archive_cmds="$archive_cmds~\$RANLIB \$lib"
  1.5436 +      postinstall_cmds='$RANLIB $lib'
  1.5437 +    fi
  1.5438 +    ;;
  1.5439 +
  1.5440 +  aix[[4-9]]*)
  1.5441 +    if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
  1.5442 +      test "$enable_shared" = yes && enable_static=no
  1.5443 +    fi
  1.5444 +    ;;
  1.5445 +  esac
  1.5446 +  AC_MSG_RESULT([$enable_shared])
  1.5447 +
  1.5448 +  AC_MSG_CHECKING([whether to build static libraries])
  1.5449 +  # Make sure either enable_shared or enable_static is yes.
  1.5450 +  test "$enable_shared" = yes || enable_static=yes
  1.5451 +  AC_MSG_RESULT([$enable_static])
  1.5452 +
  1.5453 +  _LT_CONFIG($1)
  1.5454 +fi
  1.5455 +AC_LANG_POP
  1.5456 +CC="$lt_save_CC"
  1.5457 +])# _LT_LANG_C_CONFIG
  1.5458 +
  1.5459 +
  1.5460 +# _LT_LANG_CXX_CONFIG([TAG])
  1.5461 +# --------------------------
  1.5462 +# Ensure that the configuration variables for a C++ compiler are suitably
  1.5463 +# defined.  These variables are subsequently used by _LT_CONFIG to write
  1.5464 +# the compiler configuration to `libtool'.
  1.5465 +m4_defun([_LT_LANG_CXX_CONFIG],
  1.5466 +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
  1.5467 +m4_require([_LT_DECL_EGREP])dnl
  1.5468 +if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
  1.5469 +    ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
  1.5470 +    (test "X$CXX" != "Xg++"))) ; then
  1.5471 +  AC_PROG_CXXCPP
  1.5472 +else
  1.5473 +  _lt_caught_CXX_error=yes
  1.5474 +fi
  1.5475 +
  1.5476 +AC_LANG_PUSH(C++)
  1.5477 +_LT_TAGVAR(archive_cmds_need_lc, $1)=no
  1.5478 +_LT_TAGVAR(allow_undefined_flag, $1)=
  1.5479 +_LT_TAGVAR(always_export_symbols, $1)=no
  1.5480 +_LT_TAGVAR(archive_expsym_cmds, $1)=
  1.5481 +_LT_TAGVAR(compiler_needs_object, $1)=no
  1.5482 +_LT_TAGVAR(export_dynamic_flag_spec, $1)=
  1.5483 +_LT_TAGVAR(hardcode_direct, $1)=no
  1.5484 +_LT_TAGVAR(hardcode_direct_absolute, $1)=no
  1.5485 +_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
  1.5486 +_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
  1.5487 +_LT_TAGVAR(hardcode_libdir_separator, $1)=
  1.5488 +_LT_TAGVAR(hardcode_minus_L, $1)=no
  1.5489 +_LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
  1.5490 +_LT_TAGVAR(hardcode_automatic, $1)=no
  1.5491 +_LT_TAGVAR(inherit_rpath, $1)=no
  1.5492 +_LT_TAGVAR(module_cmds, $1)=
  1.5493 +_LT_TAGVAR(module_expsym_cmds, $1)=
  1.5494 +_LT_TAGVAR(link_all_deplibs, $1)=unknown
  1.5495 +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
  1.5496 +_LT_TAGVAR(reload_flag, $1)=$reload_flag
  1.5497 +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds
  1.5498 +_LT_TAGVAR(no_undefined_flag, $1)=
  1.5499 +_LT_TAGVAR(whole_archive_flag_spec, $1)=
  1.5500 +_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
  1.5501 +
  1.5502 +# Source file extension for C++ test sources.
  1.5503 +ac_ext=cpp
  1.5504 +
  1.5505 +# Object file extension for compiled C++ test sources.
  1.5506 +objext=o
  1.5507 +_LT_TAGVAR(objext, $1)=$objext
  1.5508 +
  1.5509 +# No sense in running all these tests if we already determined that
  1.5510 +# the CXX compiler isn't working.  Some variables (like enable_shared)
  1.5511 +# are currently assumed to apply to all compilers on this platform,
  1.5512 +# and will be corrupted by setting them based on a non-working compiler.
  1.5513 +if test "$_lt_caught_CXX_error" != yes; then
  1.5514 +  # Code to be used in simple compile tests
  1.5515 +  lt_simple_compile_test_code="int some_variable = 0;"
  1.5516 +
  1.5517 +  # Code to be used in simple link tests
  1.5518 +  lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
  1.5519 +
  1.5520 +  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
  1.5521 +  _LT_TAG_COMPILER
  1.5522 +
  1.5523 +  # save warnings/boilerplate of simple test code
  1.5524 +  _LT_COMPILER_BOILERPLATE
  1.5525 +  _LT_LINKER_BOILERPLATE
  1.5526 +
  1.5527 +  # Allow CC to be a program name with arguments.
  1.5528 +  lt_save_CC=$CC
  1.5529 +  lt_save_LD=$LD
  1.5530 +  lt_save_GCC=$GCC
  1.5531 +  GCC=$GXX
  1.5532 +  lt_save_with_gnu_ld=$with_gnu_ld
  1.5533 +  lt_save_path_LD=$lt_cv_path_LD
  1.5534 +  if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
  1.5535 +    lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
  1.5536 +  else
  1.5537 +    $as_unset lt_cv_prog_gnu_ld
  1.5538 +  fi
  1.5539 +  if test -n "${lt_cv_path_LDCXX+set}"; then
  1.5540 +    lt_cv_path_LD=$lt_cv_path_LDCXX
  1.5541 +  else
  1.5542 +    $as_unset lt_cv_path_LD
  1.5543 +  fi
  1.5544 +  test -z "${LDCXX+set}" || LD=$LDCXX
  1.5545 +  CC=${CXX-"c++"}
  1.5546 +  compiler=$CC
  1.5547 +  _LT_TAGVAR(compiler, $1)=$CC
  1.5548 +  _LT_CC_BASENAME([$compiler])
  1.5549 +
  1.5550 +  if test -n "$compiler"; then
  1.5551 +    # We don't want -fno-exception when compiling C++ code, so set the
  1.5552 +    # no_builtin_flag separately
  1.5553 +    if test "$GXX" = yes; then
  1.5554 +      _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
  1.5555 +    else
  1.5556 +      _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
  1.5557 +    fi
  1.5558 +
  1.5559 +    if test "$GXX" = yes; then
  1.5560 +      # Set up default GNU C++ configuration
  1.5561 +
  1.5562 +      LT_PATH_LD
  1.5563 +
  1.5564 +      # Check if GNU C++ uses GNU ld as the underlying linker, since the
  1.5565 +      # archiving commands below assume that GNU ld is being used.
  1.5566 +      if test "$with_gnu_ld" = yes; then
  1.5567 +        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
  1.5568 +        _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'
  1.5569 +
  1.5570 +        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  1.5571 +        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
  1.5572 +
  1.5573 +        # If archive_cmds runs LD, not CC, wlarc should be empty
  1.5574 +        # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
  1.5575 +        #     investigate it a little bit more. (MM)
  1.5576 +        wlarc='${wl}'
  1.5577 +
  1.5578 +        # ancient GNU ld didn't support --whole-archive et. al.
  1.5579 +        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
  1.5580 +	  $GREP 'no-whole-archive' > /dev/null; then
  1.5581 +          _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
  1.5582 +        else
  1.5583 +          _LT_TAGVAR(whole_archive_flag_spec, $1)=
  1.5584 +        fi
  1.5585 +      else
  1.5586 +        with_gnu_ld=no
  1.5587 +        wlarc=
  1.5588 +
  1.5589 +        # A generic and very simple default shared library creation
  1.5590 +        # command for GNU C++ for the case where it uses the native
  1.5591 +        # linker, instead of GNU ld.  If possible, this setting should
  1.5592 +        # overridden to take advantage of the native linker features on
  1.5593 +        # the platform it is being used on.
  1.5594 +        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
  1.5595 +      fi
  1.5596 +
  1.5597 +      # Commands to make compiler produce verbose output that lists
  1.5598 +      # what "hidden" libraries, object files and flags are used when
  1.5599 +      # linking a shared library.
  1.5600 +      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
  1.5601 +
  1.5602 +    else
  1.5603 +      GXX=no
  1.5604 +      with_gnu_ld=no
  1.5605 +      wlarc=
  1.5606 +    fi
  1.5607 +
  1.5608 +    # PORTME: fill in a description of your system's C++ link characteristics
  1.5609 +    AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
  1.5610 +    _LT_TAGVAR(ld_shlibs, $1)=yes
  1.5611 +    case $host_os in
  1.5612 +      aix3*)
  1.5613 +        # FIXME: insert proper C++ library support
  1.5614 +        _LT_TAGVAR(ld_shlibs, $1)=no
  1.5615 +        ;;
  1.5616 +      aix[[4-9]]*)
  1.5617 +        if test "$host_cpu" = ia64; then
  1.5618 +          # On IA64, the linker does run time linking by default, so we don't
  1.5619 +          # have to do anything special.
  1.5620 +          aix_use_runtimelinking=no
  1.5621 +          exp_sym_flag='-Bexport'
  1.5622 +          no_entry_flag=""
  1.5623 +        else
  1.5624 +          aix_use_runtimelinking=no
  1.5625 +
  1.5626 +          # Test if we are trying to use run time linking or normal
  1.5627 +          # AIX style linking. If -brtl is somewhere in LDFLAGS, we
  1.5628 +          # need to do runtime linking.
  1.5629 +          case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
  1.5630 +	    for ld_flag in $LDFLAGS; do
  1.5631 +	      case $ld_flag in
  1.5632 +	      *-brtl*)
  1.5633 +	        aix_use_runtimelinking=yes
  1.5634 +	        break
  1.5635 +	        ;;
  1.5636 +	      esac
  1.5637 +	    done
  1.5638 +	    ;;
  1.5639 +          esac
  1.5640 +
  1.5641 +          exp_sym_flag='-bexport'
  1.5642 +          no_entry_flag='-bnoentry'
  1.5643 +        fi
  1.5644 +
  1.5645 +        # When large executables or shared objects are built, AIX ld can
  1.5646 +        # have problems creating the table of contents.  If linking a library
  1.5647 +        # or program results in "error TOC overflow" add -mminimal-toc to
  1.5648 +        # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
  1.5649 +        # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
  1.5650 +
  1.5651 +        _LT_TAGVAR(archive_cmds, $1)=''
  1.5652 +        _LT_TAGVAR(hardcode_direct, $1)=yes
  1.5653 +        _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
  1.5654 +        _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
  1.5655 +        _LT_TAGVAR(link_all_deplibs, $1)=yes
  1.5656 +        _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
  1.5657 +
  1.5658 +        if test "$GXX" = yes; then
  1.5659 +          case $host_os in aix4.[[012]]|aix4.[[012]].*)
  1.5660 +          # We only want to do this on AIX 4.2 and lower, the check
  1.5661 +          # below for broken collect2 doesn't work under 4.3+
  1.5662 +	  collect2name=`${CC} -print-prog-name=collect2`
  1.5663 +	  if test -f "$collect2name" &&
  1.5664 +	     strings "$collect2name" | $GREP resolve_lib_name >/dev/null
  1.5665 +	  then
  1.5666 +	    # We have reworked collect2
  1.5667 +	    :
  1.5668 +	  else
  1.5669 +	    # We have old collect2
  1.5670 +	    _LT_TAGVAR(hardcode_direct, $1)=unsupported
  1.5671 +	    # It fails to find uninstalled libraries when the uninstalled
  1.5672 +	    # path is not listed in the libpath.  Setting hardcode_minus_L
  1.5673 +	    # to unsupported forces relinking
  1.5674 +	    _LT_TAGVAR(hardcode_minus_L, $1)=yes
  1.5675 +	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  1.5676 +	    _LT_TAGVAR(hardcode_libdir_separator, $1)=
  1.5677 +	  fi
  1.5678 +          esac
  1.5679 +          shared_flag='-shared'
  1.5680 +	  if test "$aix_use_runtimelinking" = yes; then
  1.5681 +	    shared_flag="$shared_flag "'${wl}-G'
  1.5682 +	  fi
  1.5683 +        else
  1.5684 +          # not using gcc
  1.5685 +          if test "$host_cpu" = ia64; then
  1.5686 +	  # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
  1.5687 +	  # chokes on -Wl,-G. The following line is correct:
  1.5688 +	  shared_flag='-G'
  1.5689 +          else
  1.5690 +	    if test "$aix_use_runtimelinking" = yes; then
  1.5691 +	      shared_flag='${wl}-G'
  1.5692 +	    else
  1.5693 +	      shared_flag='${wl}-bM:SRE'
  1.5694 +	    fi
  1.5695 +          fi
  1.5696 +        fi
  1.5697 +
  1.5698 +        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
  1.5699 +        # It seems that -bexpall does not export symbols beginning with
  1.5700 +        # underscore (_), so it is better to generate a list of symbols to
  1.5701 +	# export.
  1.5702 +        _LT_TAGVAR(always_export_symbols, $1)=yes
  1.5703 +        if test "$aix_use_runtimelinking" = yes; then
  1.5704 +          # Warning - without using the other runtime loading flags (-brtl),
  1.5705 +          # -berok will link without error, but may produce a broken library.
  1.5706 +          _LT_TAGVAR(allow_undefined_flag, $1)='-berok'
  1.5707 +          # Determine the default libpath from the value encoded in an empty
  1.5708 +          # executable.
  1.5709 +          _LT_SYS_MODULE_PATH_AIX
  1.5710 +          _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
  1.5711 +
  1.5712 +          _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 func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
  1.5713 +        else
  1.5714 +          if test "$host_cpu" = ia64; then
  1.5715 +	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
  1.5716 +	    _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
  1.5717 +	    _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"
  1.5718 +          else
  1.5719 +	    # Determine the default libpath from the value encoded in an
  1.5720 +	    # empty executable.
  1.5721 +	    _LT_SYS_MODULE_PATH_AIX
  1.5722 +	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
  1.5723 +	    # Warning - without using the other run time loading flags,
  1.5724 +	    # -berok will link without error, but may produce a broken library.
  1.5725 +	    _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
  1.5726 +	    _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
  1.5727 +	    if test "$with_gnu_ld" = yes; then
  1.5728 +	      # We only use this code for GNU lds that support --whole-archive.
  1.5729 +	      _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
  1.5730 +	    else
  1.5731 +	      # Exported symbols can be pulled into shared objects from archives
  1.5732 +	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
  1.5733 +	    fi
  1.5734 +	    _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
  1.5735 +	    # This is similar to how AIX traditionally builds its shared
  1.5736 +	    # libraries.
  1.5737 +	    _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'
  1.5738 +          fi
  1.5739 +        fi
  1.5740 +        ;;
  1.5741 +
  1.5742 +      beos*)
  1.5743 +	if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
  1.5744 +	  _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
  1.5745 +	  # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
  1.5746 +	  # support --undefined.  This deserves some investigation.  FIXME
  1.5747 +	  _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  1.5748 +	else
  1.5749 +	  _LT_TAGVAR(ld_shlibs, $1)=no
  1.5750 +	fi
  1.5751 +	;;
  1.5752 +
  1.5753 +      chorus*)
  1.5754 +        case $cc_basename in
  1.5755 +          *)
  1.5756 +	  # FIXME: insert proper C++ library support
  1.5757 +	  _LT_TAGVAR(ld_shlibs, $1)=no
  1.5758 +	  ;;
  1.5759 +        esac
  1.5760 +        ;;
  1.5761 +
  1.5762 +      cygwin* | mingw* | pw32* | cegcc*)
  1.5763 +        # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
  1.5764 +        # as there is no search path for DLLs.
  1.5765 +        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
  1.5766 +        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols'
  1.5767 +        _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
  1.5768 +        _LT_TAGVAR(always_export_symbols, $1)=no
  1.5769 +        _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
  1.5770 +
  1.5771 +        if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
  1.5772 +          _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'
  1.5773 +          # If the export-symbols file already is a .def file (1st line
  1.5774 +          # is EXPORTS), use it as is; otherwise, prepend...
  1.5775 +          _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
  1.5776 +	    cp $export_symbols $output_objdir/$soname.def;
  1.5777 +          else
  1.5778 +	    echo EXPORTS > $output_objdir/$soname.def;
  1.5779 +	    cat $export_symbols >> $output_objdir/$soname.def;
  1.5780 +          fi~
  1.5781 +          $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'
  1.5782 +        else
  1.5783 +          _LT_TAGVAR(ld_shlibs, $1)=no
  1.5784 +        fi
  1.5785 +        ;;
  1.5786 +      darwin* | rhapsody*)
  1.5787 +        _LT_DARWIN_LINKER_FEATURES($1)
  1.5788 +	;;
  1.5789 +
  1.5790 +      dgux*)
  1.5791 +        case $cc_basename in
  1.5792 +          ec++*)
  1.5793 +	    # FIXME: insert proper C++ library support
  1.5794 +	    _LT_TAGVAR(ld_shlibs, $1)=no
  1.5795 +	    ;;
  1.5796 +          ghcx*)
  1.5797 +	    # Green Hills C++ Compiler
  1.5798 +	    # FIXME: insert proper C++ library support
  1.5799 +	    _LT_TAGVAR(ld_shlibs, $1)=no
  1.5800 +	    ;;
  1.5801 +          *)
  1.5802 +	    # FIXME: insert proper C++ library support
  1.5803 +	    _LT_TAGVAR(ld_shlibs, $1)=no
  1.5804 +	    ;;
  1.5805 +        esac
  1.5806 +        ;;
  1.5807 +
  1.5808 +      freebsd[[12]]*)
  1.5809 +        # C++ shared libraries reported to be fairly broken before
  1.5810 +	# switch to ELF
  1.5811 +        _LT_TAGVAR(ld_shlibs, $1)=no
  1.5812 +        ;;
  1.5813 +
  1.5814 +      freebsd-elf*)
  1.5815 +        _LT_TAGVAR(archive_cmds_need_lc, $1)=no
  1.5816 +        ;;
  1.5817 +
  1.5818 +      freebsd* | dragonfly*)
  1.5819 +        # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
  1.5820 +        # conventions
  1.5821 +        _LT_TAGVAR(ld_shlibs, $1)=yes
  1.5822 +        ;;
  1.5823 +
  1.5824 +      gnu*)
  1.5825 +        ;;
  1.5826 +
  1.5827 +      haiku*)
  1.5828 +        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  1.5829 +        _LT_TAGVAR(link_all_deplibs, $1)=yes
  1.5830 +        ;;
  1.5831 +
  1.5832 +      hpux9*)
  1.5833 +        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
  1.5834 +        _LT_TAGVAR(hardcode_libdir_separator, $1)=:
  1.5835 +        _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
  1.5836 +        _LT_TAGVAR(hardcode_direct, $1)=yes
  1.5837 +        _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
  1.5838 +				             # but as the default
  1.5839 +				             # location of the library.
  1.5840 +
  1.5841 +        case $cc_basename in
  1.5842 +          CC*)
  1.5843 +            # FIXME: insert proper C++ library support
  1.5844 +            _LT_TAGVAR(ld_shlibs, $1)=no
  1.5845 +            ;;
  1.5846 +          aCC*)
  1.5847 +            _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'
  1.5848 +            # Commands to make compiler produce verbose output that lists
  1.5849 +            # what "hidden" libraries, object files and flags are used when
  1.5850 +            # linking a shared library.
  1.5851 +            #
  1.5852 +            # There doesn't appear to be a way to prevent this compiler from
  1.5853 +            # explicitly linking system object files so we need to strip them
  1.5854 +            # from the output so that they don't get included in the library
  1.5855 +            # dependencies.
  1.5856 +            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; func_echo_all "$list"'
  1.5857 +            ;;
  1.5858 +          *)
  1.5859 +            if test "$GXX" = yes; then
  1.5860 +              _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'
  1.5861 +            else
  1.5862 +              # FIXME: insert proper C++ library support
  1.5863 +              _LT_TAGVAR(ld_shlibs, $1)=no
  1.5864 +            fi
  1.5865 +            ;;
  1.5866 +        esac
  1.5867 +        ;;
  1.5868 +
  1.5869 +      hpux10*|hpux11*)
  1.5870 +        if test $with_gnu_ld = no; then
  1.5871 +	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
  1.5872 +	  _LT_TAGVAR(hardcode_libdir_separator, $1)=:
  1.5873 +
  1.5874 +          case $host_cpu in
  1.5875 +            hppa*64*|ia64*)
  1.5876 +              ;;
  1.5877 +            *)
  1.5878 +	      _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
  1.5879 +              ;;
  1.5880 +          esac
  1.5881 +        fi
  1.5882 +        case $host_cpu in
  1.5883 +          hppa*64*|ia64*)
  1.5884 +            _LT_TAGVAR(hardcode_direct, $1)=no
  1.5885 +            _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  1.5886 +            ;;
  1.5887 +          *)
  1.5888 +            _LT_TAGVAR(hardcode_direct, $1)=yes
  1.5889 +            _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
  1.5890 +            _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
  1.5891 +					         # but as the default
  1.5892 +					         # location of the library.
  1.5893 +            ;;
  1.5894 +        esac
  1.5895 +
  1.5896 +        case $cc_basename in
  1.5897 +          CC*)
  1.5898 +	    # FIXME: insert proper C++ library support
  1.5899 +	    _LT_TAGVAR(ld_shlibs, $1)=no
  1.5900 +	    ;;
  1.5901 +          aCC*)
  1.5902 +	    case $host_cpu in
  1.5903 +	      hppa*64*)
  1.5904 +	        _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  1.5905 +	        ;;
  1.5906 +	      ia64*)
  1.5907 +	        _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  1.5908 +	        ;;
  1.5909 +	      *)
  1.5910 +	        _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'
  1.5911 +	        ;;
  1.5912 +	    esac
  1.5913 +	    # Commands to make compiler produce verbose output that lists
  1.5914 +	    # what "hidden" libraries, object files and flags are used when
  1.5915 +	    # linking a shared library.
  1.5916 +	    #
  1.5917 +	    # There doesn't appear to be a way to prevent this compiler from
  1.5918 +	    # explicitly linking system object files so we need to strip them
  1.5919 +	    # from the output so that they don't get included in the library
  1.5920 +	    # dependencies.
  1.5921 +	    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; func_echo_all "$list"'
  1.5922 +	    ;;
  1.5923 +          *)
  1.5924 +	    if test "$GXX" = yes; then
  1.5925 +	      if test $with_gnu_ld = no; then
  1.5926 +	        case $host_cpu in
  1.5927 +	          hppa*64*)
  1.5928 +	            _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  1.5929 +	            ;;
  1.5930 +	          ia64*)
  1.5931 +	            _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'
  1.5932 +	            ;;
  1.5933 +	          *)
  1.5934 +	            _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'
  1.5935 +	            ;;
  1.5936 +	        esac
  1.5937 +	      fi
  1.5938 +	    else
  1.5939 +	      # FIXME: insert proper C++ library support
  1.5940 +	      _LT_TAGVAR(ld_shlibs, $1)=no
  1.5941 +	    fi
  1.5942 +	    ;;
  1.5943 +        esac
  1.5944 +        ;;
  1.5945 +
  1.5946 +      interix[[3-9]]*)
  1.5947 +	_LT_TAGVAR(hardcode_direct, $1)=no
  1.5948 +	_LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  1.5949 +	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  1.5950 +	_LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
  1.5951 +	# Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
  1.5952 +	# Instead, shared libraries are loaded at an image base (0x10000000 by
  1.5953 +	# default) and relocated if they conflict, which is a slow very memory
  1.5954 +	# consuming and fragmenting process.  To avoid this, we pick a random,
  1.5955 +	# 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
  1.5956 +	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
  1.5957 +	_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'
  1.5958 +	_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'
  1.5959 +	;;
  1.5960 +      irix5* | irix6*)
  1.5961 +        case $cc_basename in
  1.5962 +          CC*)
  1.5963 +	    # SGI C++
  1.5964 +	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
  1.5965 +
  1.5966 +	    # Archives containing C++ object files must be created using
  1.5967 +	    # "CC -ar", where "CC" is the IRIX C++ compiler.  This is
  1.5968 +	    # necessary to make sure instantiated templates are included
  1.5969 +	    # in the archive.
  1.5970 +	    _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
  1.5971 +	    ;;
  1.5972 +          *)
  1.5973 +	    if test "$GXX" = yes; then
  1.5974 +	      if test "$with_gnu_ld" = no; then
  1.5975 +	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  1.5976 +	      else
  1.5977 +	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
  1.5978 +	      fi
  1.5979 +	    fi
  1.5980 +	    _LT_TAGVAR(link_all_deplibs, $1)=yes
  1.5981 +	    ;;
  1.5982 +        esac
  1.5983 +        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  1.5984 +        _LT_TAGVAR(hardcode_libdir_separator, $1)=:
  1.5985 +        _LT_TAGVAR(inherit_rpath, $1)=yes
  1.5986 +        ;;
  1.5987 +
  1.5988 +      linux* | k*bsd*-gnu | kopensolaris*-gnu)
  1.5989 +        case $cc_basename in
  1.5990 +          KCC*)
  1.5991 +	    # Kuck and Associates, Inc. (KAI) C++ Compiler
  1.5992 +
  1.5993 +	    # KCC will only create a shared library if the output file
  1.5994 +	    # ends with ".so" (or ".sl" for HP-UX), so rename the library
  1.5995 +	    # to its proper name (with version) after linking.
  1.5996 +	    _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'
  1.5997 +	    _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'
  1.5998 +	    # Commands to make compiler produce verbose output that lists
  1.5999 +	    # what "hidden" libraries, object files and flags are used when
  1.6000 +	    # linking a shared library.
  1.6001 +	    #
  1.6002 +	    # There doesn't appear to be a way to prevent this compiler from
  1.6003 +	    # explicitly linking system object files so we need to strip them
  1.6004 +	    # from the output so that they don't get included in the library
  1.6005 +	    # dependencies.
  1.6006 +	    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; func_echo_all "$list"'
  1.6007 +
  1.6008 +	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  1.6009 +	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
  1.6010 +
  1.6011 +	    # Archives containing C++ object files must be created using
  1.6012 +	    # "CC -Bstatic", where "CC" is the KAI C++ compiler.
  1.6013 +	    _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
  1.6014 +	    ;;
  1.6015 +	  icpc* | ecpc* )
  1.6016 +	    # Intel C++
  1.6017 +	    with_gnu_ld=yes
  1.6018 +	    # version 8.0 and above of icpc choke on multiply defined symbols
  1.6019 +	    # if we add $predep_objects and $postdep_objects, however 7.1 and
  1.6020 +	    # earlier do not add the objects themselves.
  1.6021 +	    case `$CC -V 2>&1` in
  1.6022 +	      *"Version 7."*)
  1.6023 +	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
  1.6024 +		_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'
  1.6025 +		;;
  1.6026 +	      *)  # Version 8.0 or newer
  1.6027 +	        tmp_idyn=
  1.6028 +	        case $host_cpu in
  1.6029 +		  ia64*) tmp_idyn=' -i_dynamic';;
  1.6030 +		esac
  1.6031 +	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  1.6032 +		_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'
  1.6033 +		;;
  1.6034 +	    esac
  1.6035 +	    _LT_TAGVAR(archive_cmds_need_lc, $1)=no
  1.6036 +	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  1.6037 +	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
  1.6038 +	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
  1.6039 +	    ;;
  1.6040 +          pgCC* | pgcpp*)
  1.6041 +            # Portland Group C++ compiler
  1.6042 +	    case `$CC -V` in
  1.6043 +	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
  1.6044 +	      _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~
  1.6045 +		rm -rf $tpldir~
  1.6046 +		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
  1.6047 +		compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
  1.6048 +	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
  1.6049 +		rm -rf $tpldir~
  1.6050 +		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
  1.6051 +		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
  1.6052 +		$RANLIB $oldlib'
  1.6053 +	      _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~
  1.6054 +		rm -rf $tpldir~
  1.6055 +		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
  1.6056 +		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
  1.6057 +	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
  1.6058 +		rm -rf $tpldir~
  1.6059 +		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
  1.6060 +		$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'
  1.6061 +	      ;;
  1.6062 +	    *) # Version 6 and above use weak symbols
  1.6063 +	      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
  1.6064 +	      _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'
  1.6065 +	      ;;
  1.6066 +	    esac
  1.6067 +
  1.6068 +	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
  1.6069 +	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
  1.6070 +	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
  1.6071 +            ;;
  1.6072 +	  cxx*)
  1.6073 +	    # Compaq C++
  1.6074 +	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
  1.6075 +	    _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'
  1.6076 +
  1.6077 +	    runpath_var=LD_RUN_PATH
  1.6078 +	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
  1.6079 +	    _LT_TAGVAR(hardcode_libdir_separator, $1)=:
  1.6080 +
  1.6081 +	    # Commands to make compiler produce verbose output that lists
  1.6082 +	    # what "hidden" libraries, object files and flags are used when
  1.6083 +	    # linking a shared library.
  1.6084 +	    #
  1.6085 +	    # There doesn't appear to be a way to prevent this compiler from
  1.6086 +	    # explicitly linking system object files so we need to strip them
  1.6087 +	    # from the output so that they don't get included in the library
  1.6088 +	    # dependencies.
  1.6089 +	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
  1.6090 +	    ;;
  1.6091 +	  xl* | mpixl* | bgxl*)
  1.6092 +	    # IBM XL 8.0 on PPC, with GNU ld
  1.6093 +	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  1.6094 +	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
  1.6095 +	    _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
  1.6096 +	    if test "x$supports_anon_versioning" = xyes; then
  1.6097 +	      _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
  1.6098 +		cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
  1.6099 +		echo "local: *; };" >> $output_objdir/$libname.ver~
  1.6100 +		$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
  1.6101 +	    fi
  1.6102 +	    ;;
  1.6103 +	  *)
  1.6104 +	    case `$CC -V 2>&1 | sed 5q` in
  1.6105 +	    *Sun\ C*)
  1.6106 +	      # Sun C++ 5.9
  1.6107 +	      _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
  1.6108 +	      _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  1.6109 +	      _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'
  1.6110 +	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
  1.6111 +	      _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; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
  1.6112 +	      _LT_TAGVAR(compiler_needs_object, $1)=yes
  1.6113 +
  1.6114 +	      # Not sure whether something based on
  1.6115 +	      # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
  1.6116 +	      # would be better.
  1.6117 +	      output_verbose_link_cmd='func_echo_all'
  1.6118 +
  1.6119 +	      # Archives containing C++ object files must be created using
  1.6120 +	      # "CC -xar", where "CC" is the Sun C++ compiler.  This is
  1.6121 +	      # necessary to make sure instantiated templates are included
  1.6122 +	      # in the archive.
  1.6123 +	      _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
  1.6124 +	      ;;
  1.6125 +	    esac
  1.6126 +	    ;;
  1.6127 +	esac
  1.6128 +	;;
  1.6129 +
  1.6130 +      lynxos*)
  1.6131 +        # FIXME: insert proper C++ library support
  1.6132 +	_LT_TAGVAR(ld_shlibs, $1)=no
  1.6133 +	;;
  1.6134 +
  1.6135 +      m88k*)
  1.6136 +        # FIXME: insert proper C++ library support
  1.6137 +        _LT_TAGVAR(ld_shlibs, $1)=no
  1.6138 +	;;
  1.6139 +
  1.6140 +      mvs*)
  1.6141 +        case $cc_basename in
  1.6142 +          cxx*)
  1.6143 +	    # FIXME: insert proper C++ library support
  1.6144 +	    _LT_TAGVAR(ld_shlibs, $1)=no
  1.6145 +	    ;;
  1.6146 +	  *)
  1.6147 +	    # FIXME: insert proper C++ library support
  1.6148 +	    _LT_TAGVAR(ld_shlibs, $1)=no
  1.6149 +	    ;;
  1.6150 +	esac
  1.6151 +	;;
  1.6152 +
  1.6153 +      netbsd*)
  1.6154 +        if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
  1.6155 +	  _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable  -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
  1.6156 +	  wlarc=
  1.6157 +	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
  1.6158 +	  _LT_TAGVAR(hardcode_direct, $1)=yes
  1.6159 +	  _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  1.6160 +	fi
  1.6161 +	# Workaround some broken pre-1.5 toolchains
  1.6162 +	output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
  1.6163 +	;;
  1.6164 +
  1.6165 +      *nto* | *qnx*)
  1.6166 +        _LT_TAGVAR(ld_shlibs, $1)=yes
  1.6167 +	;;
  1.6168 +
  1.6169 +      openbsd2*)
  1.6170 +        # C++ shared libraries are fairly broken
  1.6171 +	_LT_TAGVAR(ld_shlibs, $1)=no
  1.6172 +	;;
  1.6173 +
  1.6174 +      openbsd*)
  1.6175 +	if test -f /usr/libexec/ld.so; then
  1.6176 +	  _LT_TAGVAR(hardcode_direct, $1)=yes
  1.6177 +	  _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  1.6178 +	  _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
  1.6179 +	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
  1.6180 +	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  1.6181 +	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
  1.6182 +	    _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'
  1.6183 +	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
  1.6184 +	    _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
  1.6185 +	  fi
  1.6186 +	  output_verbose_link_cmd=func_echo_all
  1.6187 +	else
  1.6188 +	  _LT_TAGVAR(ld_shlibs, $1)=no
  1.6189 +	fi
  1.6190 +	;;
  1.6191 +
  1.6192 +      osf3* | osf4* | osf5*)
  1.6193 +        case $cc_basename in
  1.6194 +          KCC*)
  1.6195 +	    # Kuck and Associates, Inc. (KAI) C++ Compiler
  1.6196 +
  1.6197 +	    # KCC will only create a shared library if the output file
  1.6198 +	    # ends with ".so" (or ".sl" for HP-UX), so rename the library
  1.6199 +	    # to its proper name (with version) after linking.
  1.6200 +	    _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'
  1.6201 +
  1.6202 +	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
  1.6203 +	    _LT_TAGVAR(hardcode_libdir_separator, $1)=:
  1.6204 +
  1.6205 +	    # Archives containing C++ object files must be created using
  1.6206 +	    # the KAI C++ compiler.
  1.6207 +	    case $host in
  1.6208 +	      osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;;
  1.6209 +	      *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;;
  1.6210 +	    esac
  1.6211 +	    ;;
  1.6212 +          RCC*)
  1.6213 +	    # Rational C++ 2.4.1
  1.6214 +	    # FIXME: insert proper C++ library support
  1.6215 +	    _LT_TAGVAR(ld_shlibs, $1)=no
  1.6216 +	    ;;
  1.6217 +          cxx*)
  1.6218 +	    case $host in
  1.6219 +	      osf3*)
  1.6220 +	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
  1.6221 +	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
  1.6222 +	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  1.6223 +		;;
  1.6224 +	      *)
  1.6225 +	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
  1.6226 +	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
  1.6227 +	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
  1.6228 +	          echo "-hidden">> $lib.exp~
  1.6229 +	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
  1.6230 +	          $RM $lib.exp'
  1.6231 +	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
  1.6232 +		;;
  1.6233 +	    esac
  1.6234 +
  1.6235 +	    _LT_TAGVAR(hardcode_libdir_separator, $1)=:
  1.6236 +
  1.6237 +	    # Commands to make compiler produce verbose output that lists
  1.6238 +	    # what "hidden" libraries, object files and flags are used when
  1.6239 +	    # linking a shared library.
  1.6240 +	    #
  1.6241 +	    # There doesn't appear to be a way to prevent this compiler from
  1.6242 +	    # explicitly linking system object files so we need to strip them
  1.6243 +	    # from the output so that they don't get included in the library
  1.6244 +	    # dependencies.
  1.6245 +	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
  1.6246 +	    ;;
  1.6247 +	  *)
  1.6248 +	    if test "$GXX" = yes && test "$with_gnu_ld" = no; then
  1.6249 +	      _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
  1.6250 +	      case $host in
  1.6251 +	        osf3*)
  1.6252 +	          _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" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  1.6253 +		  ;;
  1.6254 +	        *)
  1.6255 +	          _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" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
  1.6256 +		  ;;
  1.6257 +	      esac
  1.6258 +
  1.6259 +	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
  1.6260 +	      _LT_TAGVAR(hardcode_libdir_separator, $1)=:
  1.6261 +
  1.6262 +	      # Commands to make compiler produce verbose output that lists
  1.6263 +	      # what "hidden" libraries, object files and flags are used when
  1.6264 +	      # linking a shared library.
  1.6265 +	      output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
  1.6266 +
  1.6267 +	    else
  1.6268 +	      # FIXME: insert proper C++ library support
  1.6269 +	      _LT_TAGVAR(ld_shlibs, $1)=no
  1.6270 +	    fi
  1.6271 +	    ;;
  1.6272 +        esac
  1.6273 +        ;;
  1.6274 +
  1.6275 +      psos*)
  1.6276 +        # FIXME: insert proper C++ library support
  1.6277 +        _LT_TAGVAR(ld_shlibs, $1)=no
  1.6278 +        ;;
  1.6279 +
  1.6280 +      sunos4*)
  1.6281 +        case $cc_basename in
  1.6282 +          CC*)
  1.6283 +	    # Sun C++ 4.x
  1.6284 +	    # FIXME: insert proper C++ library support
  1.6285 +	    _LT_TAGVAR(ld_shlibs, $1)=no
  1.6286 +	    ;;
  1.6287 +          lcc*)
  1.6288 +	    # Lucid
  1.6289 +	    # FIXME: insert proper C++ library support
  1.6290 +	    _LT_TAGVAR(ld_shlibs, $1)=no
  1.6291 +	    ;;
  1.6292 +          *)
  1.6293 +	    # FIXME: insert proper C++ library support
  1.6294 +	    _LT_TAGVAR(ld_shlibs, $1)=no
  1.6295 +	    ;;
  1.6296 +        esac
  1.6297 +        ;;
  1.6298 +
  1.6299 +      solaris*)
  1.6300 +        case $cc_basename in
  1.6301 +          CC*)
  1.6302 +	    # Sun C++ 4.2, 5.x and Centerline C++
  1.6303 +            _LT_TAGVAR(archive_cmds_need_lc,$1)=yes
  1.6304 +	    _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
  1.6305 +	    _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag}  -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
  1.6306 +	    _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
  1.6307 +	      $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'
  1.6308 +
  1.6309 +	    _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
  1.6310 +	    _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  1.6311 +	    case $host_os in
  1.6312 +	      solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
  1.6313 +	      *)
  1.6314 +		# The compiler driver will combine and reorder linker options,
  1.6315 +		# but understands `-z linker_flag'.
  1.6316 +	        # Supported since Solaris 2.6 (maybe 2.5.1?)
  1.6317 +		_LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
  1.6318 +	        ;;
  1.6319 +	    esac
  1.6320 +	    _LT_TAGVAR(link_all_deplibs, $1)=yes
  1.6321 +
  1.6322 +	    output_verbose_link_cmd='func_echo_all'
  1.6323 +
  1.6324 +	    # Archives containing C++ object files must be created using
  1.6325 +	    # "CC -xar", where "CC" is the Sun C++ compiler.  This is
  1.6326 +	    # necessary to make sure instantiated templates are included
  1.6327 +	    # in the archive.
  1.6328 +	    _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
  1.6329 +	    ;;
  1.6330 +          gcx*)
  1.6331 +	    # Green Hills C++ Compiler
  1.6332 +	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
  1.6333 +
  1.6334 +	    # The C++ compiler must be used to create the archive.
  1.6335 +	    _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
  1.6336 +	    ;;
  1.6337 +          *)
  1.6338 +	    # GNU C++ compiler with Solaris linker
  1.6339 +	    if test "$GXX" = yes && test "$with_gnu_ld" = no; then
  1.6340 +	      _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
  1.6341 +	      if $CC --version | $GREP -v '^2\.7' > /dev/null; then
  1.6342 +	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
  1.6343 +	        _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
  1.6344 +		  $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
  1.6345 +
  1.6346 +	        # Commands to make compiler produce verbose output that lists
  1.6347 +	        # what "hidden" libraries, object files and flags are used when
  1.6348 +	        # linking a shared library.
  1.6349 +	        output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
  1.6350 +	      else
  1.6351 +	        # g++ 2.7 appears to require `-G' NOT `-shared' on this
  1.6352 +	        # platform.
  1.6353 +	        _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
  1.6354 +	        _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
  1.6355 +		  $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
  1.6356 +
  1.6357 +	        # Commands to make compiler produce verbose output that lists
  1.6358 +	        # what "hidden" libraries, object files and flags are used when
  1.6359 +	        # linking a shared library.
  1.6360 +	        output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
  1.6361 +	      fi
  1.6362 +
  1.6363 +	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
  1.6364 +	      case $host_os in
  1.6365 +		solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
  1.6366 +		*)
  1.6367 +		  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
  1.6368 +		  ;;
  1.6369 +	      esac
  1.6370 +	    fi
  1.6371 +	    ;;
  1.6372 +        esac
  1.6373 +        ;;
  1.6374 +
  1.6375 +    sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
  1.6376 +      _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
  1.6377 +      _LT_TAGVAR(archive_cmds_need_lc, $1)=no
  1.6378 +      _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  1.6379 +      runpath_var='LD_RUN_PATH'
  1.6380 +
  1.6381 +      case $cc_basename in
  1.6382 +        CC*)
  1.6383 +	  _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  1.6384 +	  _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  1.6385 +	  ;;
  1.6386 +	*)
  1.6387 +	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  1.6388 +	  _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  1.6389 +	  ;;
  1.6390 +      esac
  1.6391 +      ;;
  1.6392 +
  1.6393 +      sysv5* | sco3.2v5* | sco5v6*)
  1.6394 +	# Note: We can NOT use -z defs as we might desire, because we do not
  1.6395 +	# link with -lc, and that would cause any symbols used from libc to
  1.6396 +	# always be unresolved, which means just about no library would
  1.6397 +	# ever link correctly.  If we're not using GNU ld we use -z text
  1.6398 +	# though, which does catch some bad symbols but isn't as heavy-handed
  1.6399 +	# as -z defs.
  1.6400 +	_LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
  1.6401 +	_LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
  1.6402 +	_LT_TAGVAR(archive_cmds_need_lc, $1)=no
  1.6403 +	_LT_TAGVAR(hardcode_shlibpath_var, $1)=no
  1.6404 +	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir'
  1.6405 +	_LT_TAGVAR(hardcode_libdir_separator, $1)=':'
  1.6406 +	_LT_TAGVAR(link_all_deplibs, $1)=yes
  1.6407 +	_LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
  1.6408 +	runpath_var='LD_RUN_PATH'
  1.6409 +
  1.6410 +	case $cc_basename in
  1.6411 +          CC*)
  1.6412 +	    _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  1.6413 +	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  1.6414 +	    _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~
  1.6415 +	      '"$_LT_TAGVAR(old_archive_cmds, $1)"
  1.6416 +	    _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~
  1.6417 +	      '"$_LT_TAGVAR(reload_cmds, $1)"
  1.6418 +	    ;;
  1.6419 +	  *)
  1.6420 +	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  1.6421 +	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
  1.6422 +	    ;;
  1.6423 +	esac
  1.6424 +      ;;
  1.6425 +
  1.6426 +      tandem*)
  1.6427 +        case $cc_basename in
  1.6428 +          NCC*)
  1.6429 +	    # NonStop-UX NCC 3.20
  1.6430 +	    # FIXME: insert proper C++ library support
  1.6431 +	    _LT_TAGVAR(ld_shlibs, $1)=no
  1.6432 +	    ;;
  1.6433 +          *)
  1.6434 +	    # FIXME: insert proper C++ library support
  1.6435 +	    _LT_TAGVAR(ld_shlibs, $1)=no
  1.6436 +	    ;;
  1.6437 +        esac
  1.6438 +        ;;
  1.6439 +
  1.6440 +      vxworks*)
  1.6441 +        # FIXME: insert proper C++ library support
  1.6442 +        _LT_TAGVAR(ld_shlibs, $1)=no
  1.6443 +        ;;
  1.6444 +
  1.6445 +      *)
  1.6446 +        # FIXME: insert proper C++ library support
  1.6447 +        _LT_TAGVAR(ld_shlibs, $1)=no
  1.6448 +        ;;
  1.6449 +    esac
  1.6450 +
  1.6451 +    AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
  1.6452 +    test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
  1.6453 +
  1.6454 +    _LT_TAGVAR(GCC, $1)="$GXX"
  1.6455 +    _LT_TAGVAR(LD, $1)="$LD"
  1.6456 +
  1.6457 +    ## CAVEAT EMPTOR:
  1.6458 +    ## There is no encapsulation within the following macros, do not change
  1.6459 +    ## the running order or otherwise move them around unless you know exactly
  1.6460 +    ## what you are doing...
  1.6461 +    _LT_SYS_HIDDEN_LIBDEPS($1)
  1.6462 +    _LT_COMPILER_PIC($1)
  1.6463 +    _LT_COMPILER_C_O($1)
  1.6464 +    _LT_COMPILER_FILE_LOCKS($1)
  1.6465 +    _LT_LINKER_SHLIBS($1)
  1.6466 +    _LT_SYS_DYNAMIC_LINKER($1)
  1.6467 +    _LT_LINKER_HARDCODE_LIBPATH($1)
  1.6468 +
  1.6469 +    _LT_CONFIG($1)
  1.6470 +  fi # test -n "$compiler"
  1.6471 +
  1.6472 +  CC=$lt_save_CC
  1.6473 +  LDCXX=$LD
  1.6474 +  LD=$lt_save_LD
  1.6475 +  GCC=$lt_save_GCC
  1.6476 +  with_gnu_ld=$lt_save_with_gnu_ld
  1.6477 +  lt_cv_path_LDCXX=$lt_cv_path_LD
  1.6478 +  lt_cv_path_LD=$lt_save_path_LD
  1.6479 +  lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
  1.6480 +  lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
  1.6481 +fi # test "$_lt_caught_CXX_error" != yes
  1.6482 +
  1.6483 +AC_LANG_POP
  1.6484 +])# _LT_LANG_CXX_CONFIG
  1.6485 +
  1.6486 +
  1.6487 +# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
  1.6488 +# ---------------------------------
  1.6489 +# Figure out "hidden" library dependencies from verbose
  1.6490 +# compiler output when linking a shared library.
  1.6491 +# Parse the compiler output and extract the necessary
  1.6492 +# objects, libraries and library flags.
  1.6493 +m4_defun([_LT_SYS_HIDDEN_LIBDEPS],
  1.6494 +[m4_require([_LT_FILEUTILS_DEFAULTS])dnl
  1.6495 +# Dependencies to place before and after the object being linked:
  1.6496 +_LT_TAGVAR(predep_objects, $1)=
  1.6497 +_LT_TAGVAR(postdep_objects, $1)=
  1.6498 +_LT_TAGVAR(predeps, $1)=
  1.6499 +_LT_TAGVAR(postdeps, $1)=
  1.6500 +_LT_TAGVAR(compiler_lib_search_path, $1)=
  1.6501 +
  1.6502 +dnl we can't use the lt_simple_compile_test_code here,
  1.6503 +dnl because it contains code intended for an executable,
  1.6504 +dnl not a library.  It's possible we should let each
  1.6505 +dnl tag define a new lt_????_link_test_code variable,
  1.6506 +dnl but it's only used here...
  1.6507 +m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF
  1.6508 +int a;
  1.6509 +void foo (void) { a = 0; }
  1.6510 +_LT_EOF
  1.6511 +], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF
  1.6512 +class Foo
  1.6513 +{
  1.6514 +public:
  1.6515 +  Foo (void) { a = 0; }
  1.6516 +private:
  1.6517 +  int a;
  1.6518 +};
  1.6519 +_LT_EOF
  1.6520 +], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF
  1.6521 +      subroutine foo
  1.6522 +      implicit none
  1.6523 +      integer*4 a
  1.6524 +      a=0
  1.6525 +      return
  1.6526 +      end
  1.6527 +_LT_EOF
  1.6528 +], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF
  1.6529 +      subroutine foo
  1.6530 +      implicit none
  1.6531 +      integer a
  1.6532 +      a=0
  1.6533 +      return
  1.6534 +      end
  1.6535 +_LT_EOF
  1.6536 +], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF
  1.6537 +public class foo {
  1.6538 +  private int a;
  1.6539 +  public void bar (void) {
  1.6540 +    a = 0;
  1.6541 +  }
  1.6542 +};
  1.6543 +_LT_EOF
  1.6544 +])
  1.6545 +dnl Parse the compiler output and extract the necessary
  1.6546 +dnl objects, libraries and library flags.
  1.6547 +if AC_TRY_EVAL(ac_compile); then
  1.6548 +  # Parse the compiler output and extract the necessary
  1.6549 +  # objects, libraries and library flags.
  1.6550 +
  1.6551 +  # Sentinel used to keep track of whether or not we are before
  1.6552 +  # the conftest object file.
  1.6553 +  pre_test_object_deps_done=no
  1.6554 +
  1.6555 +  for p in `eval "$output_verbose_link_cmd"`; do
  1.6556 +    case $p in
  1.6557 +
  1.6558 +    -L* | -R* | -l*)
  1.6559 +       # Some compilers place space between "-{L,R}" and the path.
  1.6560 +       # Remove the space.
  1.6561 +       if test $p = "-L" ||
  1.6562 +          test $p = "-R"; then
  1.6563 +	 prev=$p
  1.6564 +	 continue
  1.6565 +       else
  1.6566 +	 prev=
  1.6567 +       fi
  1.6568 +
  1.6569 +       if test "$pre_test_object_deps_done" = no; then
  1.6570 +	 case $p in
  1.6571 +	 -L* | -R*)
  1.6572 +	   # Internal compiler library paths should come after those
  1.6573 +	   # provided the user.  The postdeps already come after the
  1.6574 +	   # user supplied libs so there is no need to process them.
  1.6575 +	   if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then
  1.6576 +	     _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
  1.6577 +	   else
  1.6578 +	     _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
  1.6579 +	   fi
  1.6580 +	   ;;
  1.6581 +	 # The "-l" case would never come before the object being
  1.6582 +	 # linked, so don't bother handling this case.
  1.6583 +	 esac
  1.6584 +       else
  1.6585 +	 if test -z "$_LT_TAGVAR(postdeps, $1)"; then
  1.6586 +	   _LT_TAGVAR(postdeps, $1)="${prev}${p}"
  1.6587 +	 else
  1.6588 +	   _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}"
  1.6589 +	 fi
  1.6590 +       fi
  1.6591 +       ;;
  1.6592 +
  1.6593 +    *.$objext)
  1.6594 +       # This assumes that the test object file only shows up
  1.6595 +       # once in the compiler output.
  1.6596 +       if test "$p" = "conftest.$objext"; then
  1.6597 +	 pre_test_object_deps_done=yes
  1.6598 +	 continue
  1.6599 +       fi
  1.6600 +
  1.6601 +       if test "$pre_test_object_deps_done" = no; then
  1.6602 +	 if test -z "$_LT_TAGVAR(predep_objects, $1)"; then
  1.6603 +	   _LT_TAGVAR(predep_objects, $1)="$p"
  1.6604 +	 else
  1.6605 +	   _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p"
  1.6606 +	 fi
  1.6607 +       else
  1.6608 +	 if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then
  1.6609 +	   _LT_TAGVAR(postdep_objects, $1)="$p"
  1.6610 +	 else
  1.6611 +	   _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p"
  1.6612 +	 fi
  1.6613 +       fi
  1.6614 +       ;;
  1.6615 +
  1.6616 +    *) ;; # Ignore the rest.
  1.6617 +
  1.6618 +    esac
  1.6619 +  done
  1.6620 +
  1.6621 +  # Clean up.
  1.6622 +  rm -f a.out a.exe
  1.6623 +else
  1.6624 +  echo "libtool.m4: error: problem compiling $1 test program"
  1.6625 +fi
  1.6626 +
  1.6627 +$RM -f confest.$objext
  1.6628 +
  1.6629 +# PORTME: override above test on systems where it is broken
  1.6630 +m4_if([$1], [CXX],
  1.6631 +[case $host_os in
  1.6632 +interix[[3-9]]*)
  1.6633 +  # Interix 3.5 installs completely hosed .la files for C++, so rather than
  1.6634 +  # hack all around it, let's just trust "g++" to DTRT.
  1.6635 +  _LT_TAGVAR(predep_objects,$1)=
  1.6636 +  _LT_TAGVAR(postdep_objects,$1)=
  1.6637 +  _LT_TAGVAR(postdeps,$1)=
  1.6638 +  ;;
  1.6639 +
  1.6640 +linux*)
  1.6641 +  case `$CC -V 2>&1 | sed 5q` in
  1.6642 +  *Sun\ C*)
  1.6643 +    # Sun C++ 5.9
  1.6644 +
  1.6645 +    # The more standards-conforming stlport4 library is
  1.6646 +    # incompatible with the Cstd library. Avoid specifying
  1.6647 +    # it if it's in CXXFLAGS. Ignore libCrun as
  1.6648 +    # -library=stlport4 depends on it.
  1.6649 +    case " $CXX $CXXFLAGS " in
  1.6650 +    *" -library=stlport4 "*)
  1.6651 +      solaris_use_stlport4=yes
  1.6652 +      ;;
  1.6653 +    esac
  1.6654 +
  1.6655 +    if test "$solaris_use_stlport4" != yes; then
  1.6656 +      _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
  1.6657 +    fi
  1.6658 +    ;;
  1.6659 +  esac
  1.6660 +  ;;
  1.6661 +
  1.6662 +solaris*)
  1.6663 +  case $cc_basename in
  1.6664 +  CC*)
  1.6665 +    # The more standards-conforming stlport4 library is
  1.6666 +    # incompatible with the Cstd library. Avoid specifying
  1.6667 +    # it if it's in CXXFLAGS. Ignore libCrun as
  1.6668 +    # -library=stlport4 depends on it.
  1.6669 +    case " $CXX $CXXFLAGS " in
  1.6670 +    *" -library=stlport4 "*)
  1.6671 +      solaris_use_stlport4=yes
  1.6672 +      ;;
  1.6673 +    esac
  1.6674 +
  1.6675 +    # Adding this requires a known-good setup of shared libraries for
  1.6676 +    # Sun compiler versions before 5.6, else PIC objects from an old
  1.6677 +    # archive will be linked into the output, leading to subtle bugs.
  1.6678 +    if test "$solaris_use_stlport4" != yes; then
  1.6679 +      _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
  1.6680 +    fi
  1.6681 +    ;;
  1.6682 +  esac
  1.6683 +  ;;
  1.6684 +esac
  1.6685 +])
  1.6686 +
  1.6687 +case " $_LT_TAGVAR(postdeps, $1) " in
  1.6688 +*" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;;
  1.6689 +esac
  1.6690 + _LT_TAGVAR(compiler_lib_search_dirs, $1)=
  1.6691 +if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
  1.6692 + _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
  1.6693 +fi
  1.6694 +_LT_TAGDECL([], [compiler_lib_search_dirs], [1],
  1.6695 +    [The directories searched by this compiler when creating a shared library])
  1.6696 +_LT_TAGDECL([], [predep_objects], [1],
  1.6697 +    [Dependencies to place before and after the objects being linked to
  1.6698 +    create a shared library])
  1.6699 +_LT_TAGDECL([], [postdep_objects], [1])
  1.6700 +_LT_TAGDECL([], [predeps], [1])
  1.6701 +_LT_TAGDECL([], [postdeps], [1])
  1.6702 +_LT_TAGDECL([], [compiler_lib_search_path], [1],
  1.6703 +    [The library search path used internally by the compiler when linking
  1.6704 +    a shared library])
  1.6705 +])# _LT_SYS_HIDDEN_LIBDEPS
  1.6706 +
  1.6707 +
  1.6708 +# _LT_LANG_F77_CONFIG([TAG])
  1.6709 +# --------------------------
  1.6710 +# Ensure that the configuration variables for a Fortran 77 compiler are
  1.6711 +# suitably defined.  These variables are subsequently used by _LT_CONFIG
  1.6712 +# to write the compiler configuration to `libtool'.
  1.6713 +m4_defun([_LT_LANG_F77_CONFIG],
  1.6714 +[AC_LANG_PUSH(Fortran 77)
  1.6715 +if test -z "$F77" || test "X$F77" = "Xno"; then
  1.6716 +  _lt_disable_F77=yes
  1.6717 +fi
  1.6718 +
  1.6719 +_LT_TAGVAR(archive_cmds_need_lc, $1)=no
  1.6720 +_LT_TAGVAR(allow_undefined_flag, $1)=
  1.6721 +_LT_TAGVAR(always_export_symbols, $1)=no
  1.6722 +_LT_TAGVAR(archive_expsym_cmds, $1)=
  1.6723 +_LT_TAGVAR(export_dynamic_flag_spec, $1)=
  1.6724 +_LT_TAGVAR(hardcode_direct, $1)=no
  1.6725 +_LT_TAGVAR(hardcode_direct_absolute, $1)=no
  1.6726 +_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
  1.6727 +_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
  1.6728 +_LT_TAGVAR(hardcode_libdir_separator, $1)=
  1.6729 +_LT_TAGVAR(hardcode_minus_L, $1)=no
  1.6730 +_LT_TAGVAR(hardcode_automatic, $1)=no
  1.6731 +_LT_TAGVAR(inherit_rpath, $1)=no
  1.6732 +_LT_TAGVAR(module_cmds, $1)=
  1.6733 +_LT_TAGVAR(module_expsym_cmds, $1)=
  1.6734 +_LT_TAGVAR(link_all_deplibs, $1)=unknown
  1.6735 +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
  1.6736 +_LT_TAGVAR(reload_flag, $1)=$reload_flag
  1.6737 +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds
  1.6738 +_LT_TAGVAR(no_undefined_flag, $1)=
  1.6739 +_LT_TAGVAR(whole_archive_flag_spec, $1)=
  1.6740 +_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
  1.6741 +
  1.6742 +# Source file extension for f77 test sources.
  1.6743 +ac_ext=f
  1.6744 +
  1.6745 +# Object file extension for compiled f77 test sources.
  1.6746 +objext=o
  1.6747 +_LT_TAGVAR(objext, $1)=$objext
  1.6748 +
  1.6749 +# No sense in running all these tests if we already determined that
  1.6750 +# the F77 compiler isn't working.  Some variables (like enable_shared)
  1.6751 +# are currently assumed to apply to all compilers on this platform,
  1.6752 +# and will be corrupted by setting them based on a non-working compiler.
  1.6753 +if test "$_lt_disable_F77" != yes; then
  1.6754 +  # Code to be used in simple compile tests
  1.6755 +  lt_simple_compile_test_code="\
  1.6756 +      subroutine t
  1.6757 +      return
  1.6758 +      end
  1.6759 +"
  1.6760 +
  1.6761 +  # Code to be used in simple link tests
  1.6762 +  lt_simple_link_test_code="\
  1.6763 +      program t
  1.6764 +      end
  1.6765 +"
  1.6766 +
  1.6767 +  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
  1.6768 +  _LT_TAG_COMPILER
  1.6769 +
  1.6770 +  # save warnings/boilerplate of simple test code
  1.6771 +  _LT_COMPILER_BOILERPLATE
  1.6772 +  _LT_LINKER_BOILERPLATE
  1.6773 +
  1.6774 +  # Allow CC to be a program name with arguments.
  1.6775 +  lt_save_CC="$CC"
  1.6776 +  lt_save_GCC=$GCC
  1.6777 +  CC=${F77-"f77"}
  1.6778 +  compiler=$CC
  1.6779 +  _LT_TAGVAR(compiler, $1)=$CC
  1.6780 +  _LT_CC_BASENAME([$compiler])
  1.6781 +  GCC=$G77
  1.6782 +  if test -n "$compiler"; then
  1.6783 +    AC_MSG_CHECKING([if libtool supports shared libraries])
  1.6784 +    AC_MSG_RESULT([$can_build_shared])
  1.6785 +
  1.6786 +    AC_MSG_CHECKING([whether to build shared libraries])
  1.6787 +    test "$can_build_shared" = "no" && enable_shared=no
  1.6788 +
  1.6789 +    # On AIX, shared libraries and static libraries use the same namespace, and
  1.6790 +    # are all built from PIC.
  1.6791 +    case $host_os in
  1.6792 +      aix3*)
  1.6793 +        test "$enable_shared" = yes && enable_static=no
  1.6794 +        if test -n "$RANLIB"; then
  1.6795 +          archive_cmds="$archive_cmds~\$RANLIB \$lib"
  1.6796 +          postinstall_cmds='$RANLIB $lib'
  1.6797 +        fi
  1.6798 +        ;;
  1.6799 +      aix[[4-9]]*)
  1.6800 +	if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
  1.6801 +	  test "$enable_shared" = yes && enable_static=no
  1.6802 +	fi
  1.6803 +        ;;
  1.6804 +    esac
  1.6805 +    AC_MSG_RESULT([$enable_shared])
  1.6806 +
  1.6807 +    AC_MSG_CHECKING([whether to build static libraries])
  1.6808 +    # Make sure either enable_shared or enable_static is yes.
  1.6809 +    test "$enable_shared" = yes || enable_static=yes
  1.6810 +    AC_MSG_RESULT([$enable_static])
  1.6811 +
  1.6812 +    _LT_TAGVAR(GCC, $1)="$G77"
  1.6813 +    _LT_TAGVAR(LD, $1)="$LD"
  1.6814 +
  1.6815 +    ## CAVEAT EMPTOR:
  1.6816 +    ## There is no encapsulation within the following macros, do not change
  1.6817 +    ## the running order or otherwise move them around unless you know exactly
  1.6818 +    ## what you are doing...
  1.6819 +    _LT_COMPILER_PIC($1)
  1.6820 +    _LT_COMPILER_C_O($1)
  1.6821 +    _LT_COMPILER_FILE_LOCKS($1)
  1.6822 +    _LT_LINKER_SHLIBS($1)
  1.6823 +    _LT_SYS_DYNAMIC_LINKER($1)
  1.6824 +    _LT_LINKER_HARDCODE_LIBPATH($1)
  1.6825 +
  1.6826 +    _LT_CONFIG($1)
  1.6827 +  fi # test -n "$compiler"
  1.6828 +
  1.6829 +  GCC=$lt_save_GCC
  1.6830 +  CC="$lt_save_CC"
  1.6831 +fi # test "$_lt_disable_F77" != yes
  1.6832 +
  1.6833 +AC_LANG_POP
  1.6834 +])# _LT_LANG_F77_CONFIG
  1.6835 +
  1.6836 +
  1.6837 +# _LT_LANG_FC_CONFIG([TAG])
  1.6838 +# -------------------------
  1.6839 +# Ensure that the configuration variables for a Fortran compiler are
  1.6840 +# suitably defined.  These variables are subsequently used by _LT_CONFIG
  1.6841 +# to write the compiler configuration to `libtool'.
  1.6842 +m4_defun([_LT_LANG_FC_CONFIG],
  1.6843 +[AC_LANG_PUSH(Fortran)
  1.6844 +
  1.6845 +if test -z "$FC" || test "X$FC" = "Xno"; then
  1.6846 +  _lt_disable_FC=yes
  1.6847 +fi
  1.6848 +
  1.6849 +_LT_TAGVAR(archive_cmds_need_lc, $1)=no
  1.6850 +_LT_TAGVAR(allow_undefined_flag, $1)=
  1.6851 +_LT_TAGVAR(always_export_symbols, $1)=no
  1.6852 +_LT_TAGVAR(archive_expsym_cmds, $1)=
  1.6853 +_LT_TAGVAR(export_dynamic_flag_spec, $1)=
  1.6854 +_LT_TAGVAR(hardcode_direct, $1)=no
  1.6855 +_LT_TAGVAR(hardcode_direct_absolute, $1)=no
  1.6856 +_LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
  1.6857 +_LT_TAGVAR(hardcode_libdir_flag_spec_ld, $1)=
  1.6858 +_LT_TAGVAR(hardcode_libdir_separator, $1)=
  1.6859 +_LT_TAGVAR(hardcode_minus_L, $1)=no
  1.6860 +_LT_TAGVAR(hardcode_automatic, $1)=no
  1.6861 +_LT_TAGVAR(inherit_rpath, $1)=no
  1.6862 +_LT_TAGVAR(module_cmds, $1)=
  1.6863 +_LT_TAGVAR(module_expsym_cmds, $1)=
  1.6864 +_LT_TAGVAR(link_all_deplibs, $1)=unknown
  1.6865 +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
  1.6866 +_LT_TAGVAR(reload_flag, $1)=$reload_flag
  1.6867 +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds
  1.6868 +_LT_TAGVAR(no_undefined_flag, $1)=
  1.6869 +_LT_TAGVAR(whole_archive_flag_spec, $1)=
  1.6870 +_LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
  1.6871 +
  1.6872 +# Source file extension for fc test sources.
  1.6873 +ac_ext=${ac_fc_srcext-f}
  1.6874 +
  1.6875 +# Object file extension for compiled fc test sources.
  1.6876 +objext=o
  1.6877 +_LT_TAGVAR(objext, $1)=$objext
  1.6878 +
  1.6879 +# No sense in running all these tests if we already determined that
  1.6880 +# the FC compiler isn't working.  Some variables (like enable_shared)
  1.6881 +# are currently assumed to apply to all compilers on this platform,
  1.6882 +# and will be corrupted by setting them based on a non-working compiler.
  1.6883 +if test "$_lt_disable_FC" != yes; then
  1.6884 +  # Code to be used in simple compile tests
  1.6885 +  lt_simple_compile_test_code="\
  1.6886 +      subroutine t
  1.6887 +      return
  1.6888 +      end
  1.6889 +"
  1.6890 +
  1.6891 +  # Code to be used in simple link tests
  1.6892 +  lt_simple_link_test_code="\
  1.6893 +      program t
  1.6894 +      end
  1.6895 +"
  1.6896 +
  1.6897 +  # ltmain only uses $CC for tagged configurations so make sure $CC is set.
  1.6898 +  _LT_TAG_COMPILER
  1.6899 +
  1.6900 +  # save warnings/boilerplate of simple test code
  1.6901 +  _LT_COMPILER_BOILERPLATE
  1.6902 +  _LT_LINKER_BOILERPLATE
  1.6903 +
  1.6904 +  # Allow CC to be a program name with arguments.
  1.6905 +  lt_save_CC="$CC"
  1.6906 +  lt_save_GCC=$GCC
  1.6907 +  CC=${FC-"f95"}
  1.6908 +  compiler=$CC
  1.6909 +  GCC=$ac_cv_fc_compiler_gnu
  1.6910 +
  1.6911 +  _LT_TAGVAR(compiler, $1)=$CC
  1.6912 +  _LT_CC_BASENAME([$compiler])
  1.6913 +
  1.6914 +  if test -n "$compiler"; then
  1.6915 +    AC_MSG_CHECKING([if libtool supports shared libraries])
  1.6916 +    AC_MSG_RESULT([$can_build_shared])
  1.6917 +
  1.6918 +    AC_MSG_CHECKING([whether to build shared libraries])
  1.6919 +    test "$can_build_shared" = "no" && enable_shared=no
  1.6920 +
  1.6921 +    # On AIX, shared libraries and static libraries use the same namespace, and
  1.6922 +    # are all built from PIC.
  1.6923 +    case $host_os in
  1.6924 +      aix3*)
  1.6925 +        test "$enable_shared" = yes && enable_static=no
  1.6926 +        if test -n "$RANLIB"; then
  1.6927 +          archive_cmds="$archive_cmds~\$RANLIB \$lib"
  1.6928 +          postinstall_cmds='$RANLIB $lib'
  1.6929 +        fi
  1.6930 +        ;;
  1.6931 +      aix[[4-9]]*)
  1.6932 +	if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
  1.6933 +	  test "$enable_shared" = yes && enable_static=no
  1.6934 +	fi
  1.6935 +        ;;
  1.6936 +    esac
  1.6937 +    AC_MSG_RESULT([$enable_shared])
  1.6938 +
  1.6939 +    AC_MSG_CHECKING([whether to build static libraries])
  1.6940 +    # Make sure either enable_shared or enable_static is yes.
  1.6941 +    test "$enable_shared" = yes || enable_static=yes
  1.6942 +    AC_MSG_RESULT([$enable_static])
  1.6943 +
  1.6944 +    _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu"
  1.6945 +    _LT_TAGVAR(LD, $1)="$LD"
  1.6946 +
  1.6947 +    ## CAVEAT EMPTOR:
  1.6948 +    ## There is no encapsulation within the following macros, do not change
  1.6949 +    ## the running order or otherwise move them around unless you know exactly
  1.6950 +    ## what you are doing...
  1.6951 +    _LT_SYS_HIDDEN_LIBDEPS($1)
  1.6952 +    _LT_COMPILER_PIC($1)
  1.6953 +    _LT_COMPILER_C_O($1)
  1.6954 +    _LT_COMPILER_FILE_LOCKS($1)
  1.6955 +    _LT_LINKER_SHLIBS($1)
  1.6956 +    _LT_SYS_DYNAMIC_LINKER($1)
  1.6957 +    _LT_LINKER_HARDCODE_LIBPATH($1)
  1.6958 +
  1.6959 +    _LT_CONFIG($1)
  1.6960 +  fi # test -n "$compiler"
  1.6961 +
  1.6962 +  GCC=$lt_save_GCC
  1.6963 +  CC="$lt_save_CC"
  1.6964 +fi # test "$_lt_disable_FC" != yes
  1.6965 +
  1.6966 +AC_LANG_POP
  1.6967 +])# _LT_LANG_FC_CONFIG
  1.6968 +
  1.6969 +
  1.6970 +# _LT_LANG_GCJ_CONFIG([TAG])
  1.6971 +# --------------------------
  1.6972 +# Ensure that the configuration variables for the GNU Java Compiler compiler
  1.6973 +# are suitably defined.  These variables are subsequently used by _LT_CONFIG
  1.6974 +# to write the compiler configuration to `libtool'.
  1.6975 +m4_defun([_LT_LANG_GCJ_CONFIG],
  1.6976 +[AC_REQUIRE([LT_PROG_GCJ])dnl
  1.6977 +AC_LANG_SAVE
  1.6978 +
  1.6979 +# Source file extension for Java test sources.
  1.6980 +ac_ext=java
  1.6981 +
  1.6982 +# Object file extension for compiled Java test sources.
  1.6983 +objext=o
  1.6984 +_LT_TAGVAR(objext, $1)=$objext
  1.6985 +
  1.6986 +# Code to be used in simple compile tests
  1.6987 +lt_simple_compile_test_code="class foo {}"
  1.6988 +
  1.6989 +# Code to be used in simple link tests
  1.6990 +lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'
  1.6991 +
  1.6992 +# ltmain only uses $CC for tagged configurations so make sure $CC is set.
  1.6993 +_LT_TAG_COMPILER
  1.6994 +
  1.6995 +# save warnings/boilerplate of simple test code
  1.6996 +_LT_COMPILER_BOILERPLATE
  1.6997 +_LT_LINKER_BOILERPLATE
  1.6998 +
  1.6999 +# Allow CC to be a program name with arguments.
  1.7000 +lt_save_CC="$CC"
  1.7001 +lt_save_GCC=$GCC
  1.7002 +GCC=yes
  1.7003 +CC=${GCJ-"gcj"}
  1.7004 +compiler=$CC
  1.7005 +_LT_TAGVAR(compiler, $1)=$CC
  1.7006 +_LT_TAGVAR(LD, $1)="$LD"
  1.7007 +_LT_CC_BASENAME([$compiler])
  1.7008 +
  1.7009 +# GCJ did not exist at the time GCC didn't implicitly link libc in.
  1.7010 +_LT_TAGVAR(archive_cmds_need_lc, $1)=no
  1.7011 +
  1.7012 +_LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
  1.7013 +_LT_TAGVAR(reload_flag, $1)=$reload_flag
  1.7014 +_LT_TAGVAR(reload_cmds, $1)=$reload_cmds
  1.7015 +
  1.7016 +## CAVEAT EMPTOR:
  1.7017 +## There is no encapsulation within the following macros, do not change
  1.7018 +## the running order or otherwise move them around unless you know exactly
  1.7019 +## what you are doing...
  1.7020 +if test -n "$compiler"; then
  1.7021 +  _LT_COMPILER_NO_RTTI($1)
  1.7022 +  _LT_COMPILER_PIC($1)
  1.7023 +  _LT_COMPILER_C_O($1)
  1.7024 +  _LT_COMPILER_FILE_LOCKS($1)
  1.7025 +  _LT_LINKER_SHLIBS($1)
  1.7026 +  _LT_LINKER_HARDCODE_LIBPATH($1)
  1.7027 +
  1.7028 +  _LT_CONFIG($1)
  1.7029 +fi
  1.7030 +
  1.7031 +AC_LANG_RESTORE
  1.7032 +
  1.7033 +GCC=$lt_save_GCC
  1.7034 +CC="$lt_save_CC"
  1.7035 +])# _LT_LANG_GCJ_CONFIG
  1.7036 +
  1.7037 +
  1.7038 +# _LT_LANG_RC_CONFIG([TAG])
  1.7039 +# -------------------------
  1.7040 +# Ensure that the configuration variables for the Windows resource compiler
  1.7041 +# are suitably defined.  These variables are subsequently used by _LT_CONFIG
  1.7042 +# to write the compiler configuration to `libtool'.
  1.7043 +m4_defun([_LT_LANG_RC_CONFIG],
  1.7044 +[AC_REQUIRE([LT_PROG_RC])dnl
  1.7045 +AC_LANG_SAVE
  1.7046 +
  1.7047 +# Source file extension for RC test sources.
  1.7048 +ac_ext=rc
  1.7049 +
  1.7050 +# Object file extension for compiled RC test sources.
  1.7051 +objext=o
  1.7052 +_LT_TAGVAR(objext, $1)=$objext
  1.7053 +
  1.7054 +# Code to be used in simple compile tests
  1.7055 +lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
  1.7056 +
  1.7057 +# Code to be used in simple link tests
  1.7058 +lt_simple_link_test_code="$lt_simple_compile_test_code"
  1.7059 +
  1.7060 +# ltmain only uses $CC for tagged configurations so make sure $CC is set.
  1.7061 +_LT_TAG_COMPILER
  1.7062 +
  1.7063 +# save warnings/boilerplate of simple test code
  1.7064 +_LT_COMPILER_BOILERPLATE
  1.7065 +_LT_LINKER_BOILERPLATE
  1.7066 +
  1.7067 +# Allow CC to be a program name with arguments.
  1.7068 +lt_save_CC="$CC"
  1.7069 +lt_save_GCC=$GCC
  1.7070 +GCC=
  1.7071 +CC=${RC-"windres"}
  1.7072 +compiler=$CC
  1.7073 +_LT_TAGVAR(compiler, $1)=$CC
  1.7074 +_LT_CC_BASENAME([$compiler])
  1.7075 +_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
  1.7076 +
  1.7077 +if test -n "$compiler"; then
  1.7078 +  :
  1.7079 +  _LT_CONFIG($1)
  1.7080 +fi
  1.7081 +
  1.7082 +GCC=$lt_save_GCC
  1.7083 +AC_LANG_RESTORE
  1.7084 +CC="$lt_save_CC"
  1.7085 +])# _LT_LANG_RC_CONFIG
  1.7086 +
  1.7087 +
  1.7088 +# LT_PROG_GCJ
  1.7089 +# -----------
  1.7090 +AC_DEFUN([LT_PROG_GCJ],
  1.7091 +[m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
  1.7092 +  [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
  1.7093 +    [AC_CHECK_TOOL(GCJ, gcj,)
  1.7094 +      test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
  1.7095 +      AC_SUBST(GCJFLAGS)])])[]dnl
  1.7096 +])
  1.7097 +
  1.7098 +# Old name:
  1.7099 +AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ])
  1.7100 +dnl aclocal-1.4 backwards compatibility:
  1.7101 +dnl AC_DEFUN([LT_AC_PROG_GCJ], [])
  1.7102 +
  1.7103 +
  1.7104 +# LT_PROG_RC
  1.7105 +# ----------
  1.7106 +AC_DEFUN([LT_PROG_RC],
  1.7107 +[AC_CHECK_TOOL(RC, windres,)
  1.7108 +])
  1.7109 +
  1.7110 +# Old name:
  1.7111 +AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC])
  1.7112 +dnl aclocal-1.4 backwards compatibility:
  1.7113 +dnl AC_DEFUN([LT_AC_PROG_RC], [])
  1.7114 +
  1.7115 +
  1.7116 +# _LT_DECL_EGREP
  1.7117 +# --------------
  1.7118 +# If we don't have a new enough Autoconf to choose the best grep
  1.7119 +# available, choose the one first in the user's PATH.
  1.7120 +m4_defun([_LT_DECL_EGREP],
  1.7121 +[AC_REQUIRE([AC_PROG_EGREP])dnl
  1.7122 +AC_REQUIRE([AC_PROG_FGREP])dnl
  1.7123 +test -z "$GREP" && GREP=grep
  1.7124 +_LT_DECL([], [GREP], [1], [A grep program that handles long lines])
  1.7125 +_LT_DECL([], [EGREP], [1], [An ERE matcher])
  1.7126 +_LT_DECL([], [FGREP], [1], [A literal string matcher])
  1.7127 +dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too
  1.7128 +AC_SUBST([GREP])
  1.7129 +])
  1.7130 +
  1.7131 +
  1.7132 +# _LT_DECL_OBJDUMP
  1.7133 +# --------------
  1.7134 +# If we don't have a new enough Autoconf to choose the best objdump
  1.7135 +# available, choose the one first in the user's PATH.
  1.7136 +m4_defun([_LT_DECL_OBJDUMP],
  1.7137 +[AC_CHECK_TOOL(OBJDUMP, objdump, false)
  1.7138 +test -z "$OBJDUMP" && OBJDUMP=objdump
  1.7139 +_LT_DECL([], [OBJDUMP], [1], [An object symbol dumper])
  1.7140 +AC_SUBST([OBJDUMP])
  1.7141 +])
  1.7142 +
  1.7143 +# _LT_DECL_DLLTOOL
  1.7144 +# --------------
  1.7145 +# If we don't have a new enough Autoconf to choose the best dlltool
  1.7146 +# available, choose the one first in the user's PATH.
  1.7147 +m4_defun([_LT_DECL_DLLTOOL],
  1.7148 +[AC_CHECK_TOOL(DLLTOOL, dlltool, false)
  1.7149 +test -z "$DLLTOOL" && DLLTOOL=dlltool
  1.7150 +_LT_DECL([], [DLLTOOL], [1], [DLL creation program])
  1.7151 +AC_SUBST([DLLTOOL])
  1.7152 +])
  1.7153 +
  1.7154 +# _LT_DECL_SED
  1.7155 +# ------------
  1.7156 +# Check for a fully-functional sed program, that truncates
  1.7157 +# as few characters as possible.  Prefer GNU sed if found.
  1.7158 +m4_defun([_LT_DECL_SED],
  1.7159 +[AC_PROG_SED
  1.7160 +test -z "$SED" && SED=sed
  1.7161 +Xsed="$SED -e 1s/^X//"
  1.7162 +_LT_DECL([], [SED], [1], [A sed program that does not truncate output])
  1.7163 +_LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"],
  1.7164 +    [Sed that helps us avoid accidentally triggering echo(1) options like -n])
  1.7165 +])# _LT_DECL_SED
  1.7166 +
  1.7167 +m4_ifndef([AC_PROG_SED], [
  1.7168 +############################################################
  1.7169 +# NOTE: This macro has been submitted for inclusion into   #
  1.7170 +#  GNU Autoconf as AC_PROG_SED.  When it is available in   #
  1.7171 +#  a released version of Autoconf we should remove this    #
  1.7172 +#  macro and use it instead.                               #
  1.7173 +############################################################
  1.7174 +
  1.7175 +m4_defun([AC_PROG_SED],
  1.7176 +[AC_MSG_CHECKING([for a sed that does not truncate output])
  1.7177 +AC_CACHE_VAL(lt_cv_path_SED,
  1.7178 +[# Loop through the user's path and test for sed and gsed.
  1.7179 +# Then use that list of sed's as ones to test for truncation.
  1.7180 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.7181 +for as_dir in $PATH
  1.7182 +do
  1.7183 +  IFS=$as_save_IFS
  1.7184 +  test -z "$as_dir" && as_dir=.
  1.7185 +  for lt_ac_prog in sed gsed; do
  1.7186 +    for ac_exec_ext in '' $ac_executable_extensions; do
  1.7187 +      if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
  1.7188 +        lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
  1.7189 +      fi
  1.7190 +    done
  1.7191 +  done
  1.7192 +done
  1.7193 +IFS=$as_save_IFS
  1.7194 +lt_ac_max=0
  1.7195 +lt_ac_count=0
  1.7196 +# Add /usr/xpg4/bin/sed as it is typically found on Solaris
  1.7197 +# along with /bin/sed that truncates output.
  1.7198 +for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
  1.7199 +  test ! -f $lt_ac_sed && continue
  1.7200 +  cat /dev/null > conftest.in
  1.7201 +  lt_ac_count=0
  1.7202 +  echo $ECHO_N "0123456789$ECHO_C" >conftest.in
  1.7203 +  # Check for GNU sed and select it if it is found.
  1.7204 +  if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
  1.7205 +    lt_cv_path_SED=$lt_ac_sed
  1.7206 +    break
  1.7207 +  fi
  1.7208 +  while true; do
  1.7209 +    cat conftest.in conftest.in >conftest.tmp
  1.7210 +    mv conftest.tmp conftest.in
  1.7211 +    cp conftest.in conftest.nl
  1.7212 +    echo >>conftest.nl
  1.7213 +    $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
  1.7214 +    cmp -s conftest.out conftest.nl || break
  1.7215 +    # 10000 chars as input seems more than enough
  1.7216 +    test $lt_ac_count -gt 10 && break
  1.7217 +    lt_ac_count=`expr $lt_ac_count + 1`
  1.7218 +    if test $lt_ac_count -gt $lt_ac_max; then
  1.7219 +      lt_ac_max=$lt_ac_count
  1.7220 +      lt_cv_path_SED=$lt_ac_sed
  1.7221 +    fi
  1.7222 +  done
  1.7223 +done
  1.7224 +])
  1.7225 +SED=$lt_cv_path_SED
  1.7226 +AC_SUBST([SED])
  1.7227 +AC_MSG_RESULT([$SED])
  1.7228 +])#AC_PROG_SED
  1.7229 +])#m4_ifndef
  1.7230 +
  1.7231 +# Old name:
  1.7232 +AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED])
  1.7233 +dnl aclocal-1.4 backwards compatibility:
  1.7234 +dnl AC_DEFUN([LT_AC_PROG_SED], [])
  1.7235 +
  1.7236 +
  1.7237 +# _LT_CHECK_SHELL_FEATURES
  1.7238 +# ------------------------
  1.7239 +# Find out whether the shell is Bourne or XSI compatible,
  1.7240 +# or has some other useful features.
  1.7241 +m4_defun([_LT_CHECK_SHELL_FEATURES],
  1.7242 +[AC_MSG_CHECKING([whether the shell understands some XSI constructs])
  1.7243 +# Try some XSI features
  1.7244 +xsi_shell=no
  1.7245 +( _lt_dummy="a/b/c"
  1.7246 +  test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
  1.7247 +      = c,a/b,, \
  1.7248 +    && eval 'test $(( 1 + 1 )) -eq 2 \
  1.7249 +    && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
  1.7250 +  && xsi_shell=yes
  1.7251 +AC_MSG_RESULT([$xsi_shell])
  1.7252 +_LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell'])
  1.7253 +
  1.7254 +AC_MSG_CHECKING([whether the shell understands "+="])
  1.7255 +lt_shell_append=no
  1.7256 +( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \
  1.7257 +    >/dev/null 2>&1 \
  1.7258 +  && lt_shell_append=yes
  1.7259 +AC_MSG_RESULT([$lt_shell_append])
  1.7260 +_LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append'])
  1.7261 +
  1.7262 +if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
  1.7263 +  lt_unset=unset
  1.7264 +else
  1.7265 +  lt_unset=false
  1.7266 +fi
  1.7267 +_LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl
  1.7268 +
  1.7269 +# test EBCDIC or ASCII
  1.7270 +case `echo X|tr X '\101'` in
  1.7271 + A) # ASCII based system
  1.7272 +    # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
  1.7273 +  lt_SP2NL='tr \040 \012'
  1.7274 +  lt_NL2SP='tr \015\012 \040\040'
  1.7275 +  ;;
  1.7276 + *) # EBCDIC based system
  1.7277 +  lt_SP2NL='tr \100 \n'
  1.7278 +  lt_NL2SP='tr \r\n \100\100'
  1.7279 +  ;;
  1.7280 +esac
  1.7281 +_LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl
  1.7282 +_LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl
  1.7283 +])# _LT_CHECK_SHELL_FEATURES
  1.7284 +
  1.7285 +
  1.7286 +# _LT_PROG_XSI_SHELLFNS
  1.7287 +# ---------------------
  1.7288 +# Bourne and XSI compatible variants of some useful shell functions.
  1.7289 +m4_defun([_LT_PROG_XSI_SHELLFNS],
  1.7290 +[case $xsi_shell in
  1.7291 +  yes)
  1.7292 +    cat << \_LT_EOF >> "$cfgfile"
  1.7293 +
  1.7294 +# func_dirname file append nondir_replacement
  1.7295 +# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
  1.7296 +# otherwise set result to NONDIR_REPLACEMENT.
  1.7297 +func_dirname ()
  1.7298 +{
  1.7299 +  case ${1} in
  1.7300 +    */*) func_dirname_result="${1%/*}${2}" ;;
  1.7301 +    *  ) func_dirname_result="${3}" ;;
  1.7302 +  esac
  1.7303 +}
  1.7304 +
  1.7305 +# func_basename file
  1.7306 +func_basename ()
  1.7307 +{
  1.7308 +  func_basename_result="${1##*/}"
  1.7309 +}
  1.7310 +
  1.7311 +# func_dirname_and_basename file append nondir_replacement
  1.7312 +# perform func_basename and func_dirname in a single function
  1.7313 +# call:
  1.7314 +#   dirname:  Compute the dirname of FILE.  If nonempty,
  1.7315 +#             add APPEND to the result, otherwise set result
  1.7316 +#             to NONDIR_REPLACEMENT.
  1.7317 +#             value returned in "$func_dirname_result"
  1.7318 +#   basename: Compute filename of FILE.
  1.7319 +#             value retuned in "$func_basename_result"
  1.7320 +# Implementation must be kept synchronized with func_dirname
  1.7321 +# and func_basename. For efficiency, we do not delegate to
  1.7322 +# those functions but instead duplicate the functionality here.
  1.7323 +func_dirname_and_basename ()
  1.7324 +{
  1.7325 +  case ${1} in
  1.7326 +    */*) func_dirname_result="${1%/*}${2}" ;;
  1.7327 +    *  ) func_dirname_result="${3}" ;;
  1.7328 +  esac
  1.7329 +  func_basename_result="${1##*/}"
  1.7330 +}
  1.7331 +
  1.7332 +# func_stripname prefix suffix name
  1.7333 +# strip PREFIX and SUFFIX off of NAME.
  1.7334 +# PREFIX and SUFFIX must not contain globbing or regex special
  1.7335 +# characters, hashes, percent signs, but SUFFIX may contain a leading
  1.7336 +# dot (in which case that matches only a dot).
  1.7337 +func_stripname ()
  1.7338 +{
  1.7339 +  # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
  1.7340 +  # positional parameters, so assign one to ordinary parameter first.
  1.7341 +  func_stripname_result=${3}
  1.7342 +  func_stripname_result=${func_stripname_result#"${1}"}
  1.7343 +  func_stripname_result=${func_stripname_result%"${2}"}
  1.7344 +}
  1.7345 +
  1.7346 +# func_opt_split
  1.7347 +func_opt_split ()
  1.7348 +{
  1.7349 +  func_opt_split_opt=${1%%=*}
  1.7350 +  func_opt_split_arg=${1#*=}
  1.7351 +}
  1.7352 +
  1.7353 +# func_lo2o object
  1.7354 +func_lo2o ()
  1.7355 +{
  1.7356 +  case ${1} in
  1.7357 +    *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
  1.7358 +    *)    func_lo2o_result=${1} ;;
  1.7359 +  esac
  1.7360 +}
  1.7361 +
  1.7362 +# func_xform libobj-or-source
  1.7363 +func_xform ()
  1.7364 +{
  1.7365 +  func_xform_result=${1%.*}.lo
  1.7366 +}
  1.7367 +
  1.7368 +# func_arith arithmetic-term...
  1.7369 +func_arith ()
  1.7370 +{
  1.7371 +  func_arith_result=$(( $[*] ))
  1.7372 +}
  1.7373 +
  1.7374 +# func_len string
  1.7375 +# STRING may not start with a hyphen.
  1.7376 +func_len ()
  1.7377 +{
  1.7378 +  func_len_result=${#1}
  1.7379 +}
  1.7380 +
  1.7381 +_LT_EOF
  1.7382 +    ;;
  1.7383 +  *) # Bourne compatible functions.
  1.7384 +    cat << \_LT_EOF >> "$cfgfile"
  1.7385 +
  1.7386 +# func_dirname file append nondir_replacement
  1.7387 +# Compute the dirname of FILE.  If nonempty, add APPEND to the result,
  1.7388 +# otherwise set result to NONDIR_REPLACEMENT.
  1.7389 +func_dirname ()
  1.7390 +{
  1.7391 +  # Extract subdirectory from the argument.
  1.7392 +  func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
  1.7393 +  if test "X$func_dirname_result" = "X${1}"; then
  1.7394 +    func_dirname_result="${3}"
  1.7395 +  else
  1.7396 +    func_dirname_result="$func_dirname_result${2}"
  1.7397 +  fi
  1.7398 +}
  1.7399 +
  1.7400 +# func_basename file
  1.7401 +func_basename ()
  1.7402 +{
  1.7403 +  func_basename_result=`$ECHO "${1}" | $SED "$basename"`
  1.7404 +}
  1.7405 +
  1.7406 +dnl func_dirname_and_basename
  1.7407 +dnl A portable version of this function is already defined in general.m4sh
  1.7408 +dnl so there is no need for it here.
  1.7409 +
  1.7410 +# func_stripname prefix suffix name
  1.7411 +# strip PREFIX and SUFFIX off of NAME.
  1.7412 +# PREFIX and SUFFIX must not contain globbing or regex special
  1.7413 +# characters, hashes, percent signs, but SUFFIX may contain a leading
  1.7414 +# dot (in which case that matches only a dot).
  1.7415 +# func_strip_suffix prefix name
  1.7416 +func_stripname ()
  1.7417 +{
  1.7418 +  case ${2} in
  1.7419 +    .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
  1.7420 +    *)  func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
  1.7421 +  esac
  1.7422 +}
  1.7423 +
  1.7424 +# sed scripts:
  1.7425 +my_sed_long_opt='1s/^\(-[[^=]]*\)=.*/\1/;q'
  1.7426 +my_sed_long_arg='1s/^-[[^=]]*=//'
  1.7427 +
  1.7428 +# func_opt_split
  1.7429 +func_opt_split ()
  1.7430 +{
  1.7431 +  func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
  1.7432 +  func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
  1.7433 +}
  1.7434 +
  1.7435 +# func_lo2o object
  1.7436 +func_lo2o ()
  1.7437 +{
  1.7438 +  func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
  1.7439 +}
  1.7440 +
  1.7441 +# func_xform libobj-or-source
  1.7442 +func_xform ()
  1.7443 +{
  1.7444 +  func_xform_result=`$ECHO "${1}" | $SED 's/\.[[^.]]*$/.lo/'`
  1.7445 +}
  1.7446 +
  1.7447 +# func_arith arithmetic-term...
  1.7448 +func_arith ()
  1.7449 +{
  1.7450 +  func_arith_result=`expr "$[@]"`
  1.7451 +}
  1.7452 +
  1.7453 +# func_len string
  1.7454 +# STRING may not start with a hyphen.
  1.7455 +func_len ()
  1.7456 +{
  1.7457 +  func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len`
  1.7458 +}
  1.7459 +
  1.7460 +_LT_EOF
  1.7461 +esac
  1.7462 +
  1.7463 +case $lt_shell_append in
  1.7464 +  yes)
  1.7465 +    cat << \_LT_EOF >> "$cfgfile"
  1.7466 +
  1.7467 +# func_append var value
  1.7468 +# Append VALUE to the end of shell variable VAR.
  1.7469 +func_append ()
  1.7470 +{
  1.7471 +  eval "$[1]+=\$[2]"
  1.7472 +}
  1.7473 +_LT_EOF
  1.7474 +    ;;
  1.7475 +  *)
  1.7476 +    cat << \_LT_EOF >> "$cfgfile"
  1.7477 +
  1.7478 +# func_append var value
  1.7479 +# Append VALUE to the end of shell variable VAR.
  1.7480 +func_append ()
  1.7481 +{
  1.7482 +  eval "$[1]=\$$[1]\$[2]"
  1.7483 +}
  1.7484 +
  1.7485 +_LT_EOF
  1.7486 +    ;;
  1.7487 +  esac
  1.7488 +])
  1.7489 +
  1.7490 +# _LT_PATH_CONVERSION_FUNCTIONS
  1.7491 +# -----------------------------
  1.7492 +# Determine which path conversion functions should be
  1.7493 +# used by func_to_host_path (and, implicitly, by
  1.7494 +# func_to_host_pathlist).  These are needed for certain
  1.7495 +# cross-compile configurations and "native" mingw (which
  1.7496 +# is actually an msys->mingw cross).
  1.7497 +m4_defun([_LT_PATH_CONVERSION_FUNCTIONS],
  1.7498 +[AC_REQUIRE([AC_CANONICAL_HOST])dnl
  1.7499 +AC_REQUIRE([AC_CANONICAL_BUILD])dnl
  1.7500 +AC_MSG_CHECKING([how to convert $build paths to $host format])
  1.7501 +AC_CACHE_VAL(lt_cv_to_host_path_cmd,
  1.7502 +[case $host in
  1.7503 +  *mingw* )
  1.7504 +    case $build in
  1.7505 +      *mingw* ) # actually msys
  1.7506 +        lt_cv_to_host_path_cmd=func_msys_to_mingw_path_convert
  1.7507 +        ;;
  1.7508 +      *cygwin* )
  1.7509 +        lt_cv_to_host_path_cmd=func_cygwin_to_mingw_path_convert
  1.7510 +        ;;
  1.7511 +      * ) # otherwise, assume *nix
  1.7512 +        lt_cv_to_host_path_cmd=func_nix_to_mingw_path_convert
  1.7513 +        ;;
  1.7514 +    esac
  1.7515 +    ;;
  1.7516 +  *cygwin* )
  1.7517 +    case $build in
  1.7518 +      *mingw* ) # actually msys
  1.7519 +        lt_cv_to_host_path_cmd=func_msys_to_cygwin_path_convert
  1.7520 +        ;;
  1.7521 +      *cygwin* )
  1.7522 +        lt_cv_to_host_path_cmd=func_noop_path_convert
  1.7523 +        ;;
  1.7524 +      * ) # otherwise, assume *nix
  1.7525 +        lt_cv_to_host_path_cmd=func_nix_to_cygwin_path_convert
  1.7526 +        ;;
  1.7527 +    esac
  1.7528 +    ;;
  1.7529 +  * ) # unhandled hosts (and "normal" native builds)
  1.7530 +    lt_cv_to_host_path_cmd=func_noop_path_convert
  1.7531 +    ;;
  1.7532 +esac
  1.7533 +])
  1.7534 +to_host_path_cmd=$lt_cv_to_host_path_cmd
  1.7535 +AC_MSG_RESULT([$lt_cv_to_host_path_cmd])
  1.7536 +_LT_DECL([to_host_path_cmd], [lt_cv_to_host_path_cmd],
  1.7537 +         [0], [convert $build paths to $host format])dnl
  1.7538 +AC_SUBST([to_host_path_cmd])dnl
  1.7539 +])# _LT_PATH_CONVERSION_FUNCTIONS
  1.7540 +