1 # generated automatically by aclocal 1.15 -*- Autoconf -*-
3 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
5 # This file is free software; the Free Software Foundation
6 # gives unlimited permission to copy and/or distribute it,
7 # with or without modifications, as long as this notice is preserved.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
15 m4_ifndef([AC_AUTOCONF_VERSION],
16 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
17 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
18 [m4_warning([this file was generated for autoconf 2.69.
19 You have another version of autoconf. It may work, but is not guaranteed to.
20 If you have problems, you may need to regenerate the build system entirely.
21 To do so, use the procedure documented by the package, typically 'autoreconf'.])])
23 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
25 # Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc.
26 # Written by Gordon Matzigkeit, 1996
28 # This file is free software; the Free Software Foundation gives
29 # unlimited permission to copy and/or distribute it, with or without
30 # modifications, as long as this notice is preserved.
32 m4_define([_LT_COPYING], [dnl
33 # Copyright (C) 2014 Free Software Foundation, Inc.
34 # This is free software; see the source for copying conditions. There is NO
35 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
37 # GNU Libtool is free software; you can redistribute it and/or modify
38 # it under the terms of the GNU General Public License as published by
39 # the Free Software Foundation; either version 2 of of the License, or
40 # (at your option) any later version.
42 # As a special exception to the GNU General Public License, if you
43 # distribute this file as part of a program or library that is built
44 # using GNU Libtool, you may include this file under the same
45 # distribution terms that you use for the rest of that program.
47 # GNU Libtool is distributed in the hope that it will be useful, but
48 # WITHOUT ANY WARRANTY; without even the implied warranty of
49 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
50 # GNU General Public License for more details.
52 # You should have received a copy of the GNU General Public License
53 # along with this program. If not, see <http://www.gnu.org/licenses/>.
61 # Complain and exit if this libtool version is less that VERSION.
63 [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1,
65 [m4_fatal([Libtool version $1 or higher is required],
72 # Complain if the absolute build directory name contains unusual characters
73 m4_defun([_LT_CHECK_BUILDDIR],
76 AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;;
84 [AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK
85 AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
86 AC_BEFORE([$0], [LT_LANG])dnl
87 AC_BEFORE([$0], [LT_OUTPUT])dnl
88 AC_BEFORE([$0], [LTDL_INIT])dnl
89 m4_require([_LT_CHECK_BUILDDIR])dnl
91 dnl Autoconf doesn't catch unexpanded LT_ macros by default:
92 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
93 m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
94 dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
95 dnl unless we require an AC_DEFUNed macro:
96 AC_REQUIRE([LTOPTIONS_VERSION])dnl
97 AC_REQUIRE([LTSUGAR_VERSION])dnl
98 AC_REQUIRE([LTVERSION_VERSION])dnl
99 AC_REQUIRE([LTOBSOLETE_VERSION])dnl
100 m4_require([_LT_PROG_LTMAIN])dnl
102 _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
105 _LT_SET_OPTIONS([$0], [$1])
107 # This can be used to rebuild libtool when needed
110 # Always use our own libtool.
111 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
121 AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT])
122 AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT])
123 dnl aclocal-1.4 backwards compatibility:
124 dnl AC_DEFUN([AC_PROG_LIBTOOL], [])
125 dnl AC_DEFUN([AM_PROG_LIBTOOL], [])
128 # _LT_PREPARE_CC_BASENAME
129 # -----------------------
130 m4_defun([_LT_PREPARE_CC_BASENAME], [
131 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
134 for cc_temp in @S|@*""; do
136 compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
137 distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
142 func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
144 ])# _LT_PREPARE_CC_BASENAME
147 # _LT_CC_BASENAME(CC)
148 # -------------------
149 # It would be clearer to call AC_REQUIREs from _LT_PREPARE_CC_BASENAME,
150 # but that macro is also expanded into generated libtool script, which
151 # arranges for $SED and $ECHO to be set by different means.
152 m4_defun([_LT_CC_BASENAME],
153 [m4_require([_LT_PREPARE_CC_BASENAME])dnl
154 AC_REQUIRE([_LT_DECL_SED])dnl
155 AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl
157 cc_basename=$func_cc_basename_result
161 # _LT_FILEUTILS_DEFAULTS
162 # ----------------------
163 # It is okay to use these file commands and assume they have been set
164 # sensibly after 'm4_require([_LT_FILEUTILS_DEFAULTS])'.
165 m4_defun([_LT_FILEUTILS_DEFAULTS],
169 ])# _LT_FILEUTILS_DEFAULTS
174 m4_defun([_LT_SETUP],
175 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
176 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
177 AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl
178 AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl
180 _LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl
182 _LT_DECL([], [host_alias], [0], [The host system])dnl
183 _LT_DECL([], [host], [0])dnl
184 _LT_DECL([], [host_os], [0])dnl
186 _LT_DECL([], [build_alias], [0], [The build system])dnl
187 _LT_DECL([], [build], [0])dnl
188 _LT_DECL([], [build_os], [0])dnl
190 AC_REQUIRE([AC_PROG_CC])dnl
191 AC_REQUIRE([LT_PATH_LD])dnl
192 AC_REQUIRE([LT_PATH_NM])dnl
194 AC_REQUIRE([AC_PROG_LN_S])dnl
195 test -z "$LN_S" && LN_S="ln -s"
196 _LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl
198 AC_REQUIRE([LT_CMD_MAX_LEN])dnl
199 _LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl
200 _LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl
202 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
203 m4_require([_LT_CHECK_SHELL_FEATURES])dnl
204 m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl
205 m4_require([_LT_CMD_RELOAD])dnl
206 m4_require([_LT_CHECK_MAGIC_METHOD])dnl
207 m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl
208 m4_require([_LT_CMD_OLD_ARCHIVE])dnl
209 m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
210 m4_require([_LT_WITH_SYSROOT])dnl
211 m4_require([_LT_CMD_TRUNCATE])dnl
213 _LT_CONFIG_LIBTOOL_INIT([
214 # See if we are running on zsh, and set the options that allow our
215 # commands through without removal of \ escapes INIT.
216 if test -n "\${ZSH_VERSION+set}"; then
220 if test -n "${ZSH_VERSION+set}"; then
226 m4_require([_LT_TAG_COMPILER])dnl
230 # AIX sometimes has problems with the GCC collect2 program. For some
231 # reason, if we set the COLLECT_NAMES environment variable, the problems
232 # vanish in a puff of smoke.
233 if test set != "${COLLECT_NAMES+set}"; then
244 # All known linkers require a '.a' archive for static linking (except MSVC,
245 # which needs '.lib').
248 with_gnu_ld=$lt_cv_prog_gnu_ld
253 # Set sane defaults for various variables
254 test -z "$CC" && CC=cc
255 test -z "$LTCC" && LTCC=$CC
256 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
257 test -z "$LD" && LD=ld
258 test -z "$ac_objext" && ac_objext=o
260 _LT_CC_BASENAME([$compiler])
262 # Only perform the check for file, if the check method requires it
263 test -z "$MAGIC_CMD" && MAGIC_CMD=file
264 case $deplibs_check_method in
266 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
272 # Use C for the default configuration in the libtool script
273 LT_SUPPORTED_TAG([CC])
275 _LT_LANG_DEFAULT_CONFIG
280 # _LT_PREPARE_SED_QUOTE_VARS
281 # --------------------------
282 # Define a few sed substitution that help us do robust quoting.
283 m4_defun([_LT_PREPARE_SED_QUOTE_VARS],
284 [# Backslashify metacharacters that are still active within
285 # double-quoted strings.
286 sed_quote_subst='s/\([["`$\\]]\)/\\\1/g'
288 # Same as above, but do not quote variable references.
289 double_quote_subst='s/\([["`\\]]\)/\\\1/g'
291 # Sed substitution to delay expansion of an escaped shell variable in a
292 # double_quote_subst'ed string.
293 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
295 # Sed substitution to delay expansion of an escaped single quote.
296 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
298 # Sed substitution to avoid accidental globbing in evaled expressions
299 no_glob_subst='s/\*/\\\*/g'
304 # Note that this code is called both from 'configure', and 'config.status'
305 # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
306 # 'config.status' has no value for ac_aux_dir unless we are using Automake,
307 # so we pass a copy along to make sure it has a sensible value anyway.
308 m4_defun([_LT_PROG_LTMAIN],
309 [m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl
310 _LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir'])
311 ltmain=$ac_aux_dir/ltmain.sh
316 # So that we can recreate a full libtool script including additional
317 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
318 # in macros and then make a single call at the end using the 'libtool'
322 # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
323 # ----------------------------------------
324 # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
325 m4_define([_LT_CONFIG_LIBTOOL_INIT],
327 [m4_append([_LT_OUTPUT_LIBTOOL_INIT],
332 m4_define([_LT_OUTPUT_LIBTOOL_INIT])
335 # _LT_CONFIG_LIBTOOL([COMMANDS])
336 # ------------------------------
337 # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
338 m4_define([_LT_CONFIG_LIBTOOL],
340 [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS],
345 m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS])
348 # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
349 # -----------------------------------------------------
350 m4_defun([_LT_CONFIG_SAVE_COMMANDS],
351 [_LT_CONFIG_LIBTOOL([$1])
352 _LT_CONFIG_LIBTOOL_INIT([$2])
356 # _LT_FORMAT_COMMENT([COMMENT])
357 # -----------------------------
358 # Add leading comment marks to the start of each line, and a trailing
359 # full-stop to the whole comment if one is not present already.
360 m4_define([_LT_FORMAT_COMMENT],
362 m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])],
363 [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.])
370 # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
371 # -------------------------------------------------------------------
372 # CONFIGNAME is the name given to the value in the libtool script.
373 # VARNAME is the (base) name used in the configure script.
374 # VALUE may be 0, 1 or 2 for a computed quote escaped value based on
375 # VARNAME. Any other value will be used directly.
376 m4_define([_LT_DECL],
377 [lt_if_append_uniq([lt_decl_varnames], [$2], [, ],
378 [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name],
379 [m4_ifval([$1], [$1], [$2])])
380 lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3])
382 [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])])
383 lt_dict_add_subkey([lt_decl_dict], [$2],
384 [tagged?], [m4_ifval([$5], [yes], [no])])])
388 # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
389 # --------------------------------------------------------
390 m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])])
393 # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
394 # ------------------------------------------------
395 m4_define([lt_decl_tag_varnames],
396 [_lt_decl_filter([tagged?], [yes], $@)])
399 # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
400 # ---------------------------------------------------------
401 m4_define([_lt_decl_filter],
403 [0], [m4_fatal([$0: too few arguments: $#])],
404 [1], [m4_fatal([$0: too few arguments: $#: $1])],
405 [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)],
406 [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)],
407 [lt_dict_filter([lt_decl_dict], $@)])[]dnl
411 # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
412 # --------------------------------------------------
413 m4_define([lt_decl_quote_varnames],
414 [_lt_decl_filter([value], [1], $@)])
417 # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
418 # ---------------------------------------------------
419 m4_define([lt_decl_dquote_varnames],
420 [_lt_decl_filter([value], [2], $@)])
423 # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
424 # ---------------------------------------------------
425 m4_define([lt_decl_varnames_tagged],
426 [m4_assert([$# <= 2])dnl
427 _$0(m4_quote(m4_default([$1], [[, ]])),
428 m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]),
429 m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))])
430 m4_define([_lt_decl_varnames_tagged],
431 [m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])])
434 # lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
435 # ------------------------------------------------
436 m4_define([lt_decl_all_varnames],
437 [_$0(m4_quote(m4_default([$1], [[, ]])),
439 m4_quote(lt_decl_varnames),
440 m4_quote(m4_shift($@))))[]dnl
442 m4_define([_lt_decl_all_varnames],
443 [lt_join($@, lt_decl_varnames_tagged([$1],
444 lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl
448 # _LT_CONFIG_STATUS_DECLARE([VARNAME])
449 # ------------------------------------
450 # Quote a variable value, and forward it to 'config.status' so that its
451 # declaration there will have the same value as in 'configure'. VARNAME
452 # must have a single quote delimited value for this to work.
453 m4_define([_LT_CONFIG_STATUS_DECLARE],
454 [$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
457 # _LT_CONFIG_STATUS_DECLARATIONS
458 # ------------------------------
459 # We delimit libtool config variables with single quotes, so when
460 # we write them to config.status, we have to be sure to quote all
461 # embedded single quotes properly. In configure, this macro expands
462 # each variable declared with _LT_DECL (and _LT_TAGDECL) into:
464 # <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
465 m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
466 [m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames),
467 [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])])
472 # Output comment and list of tags supported by the script
473 m4_defun([_LT_LIBTOOL_TAGS],
474 [_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl
475 available_tags='_LT_TAGS'dnl
479 # _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
480 # -----------------------------------
481 # Extract the dictionary values for VARNAME (optionally with TAG) and
482 # expand to a commented shell variable setting:
484 # # Some comment about what VAR is for.
485 # visible_name=$lt_internal_name
486 m4_define([_LT_LIBTOOL_DECLARE],
487 [_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1],
488 [description])))[]dnl
489 m4_pushdef([_libtool_name],
490 m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl
491 m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])),
492 [0], [_libtool_name=[$]$1],
493 [1], [_libtool_name=$lt_[]$1],
494 [2], [_libtool_name=$lt_[]$1],
495 [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl
496 m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl
500 # _LT_LIBTOOL_CONFIG_VARS
501 # -----------------------
502 # Produce commented declarations of non-tagged libtool config variables
503 # suitable for insertion in the LIBTOOL CONFIG section of the 'libtool'
504 # script. Tagged libtool config variables (even for the LIBTOOL CONFIG
505 # section) are produced by _LT_LIBTOOL_TAG_VARS.
506 m4_defun([_LT_LIBTOOL_CONFIG_VARS],
507 [m4_foreach([_lt_var],
508 m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)),
509 [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])])
512 # _LT_LIBTOOL_TAG_VARS(TAG)
513 # -------------------------
514 m4_define([_LT_LIBTOOL_TAG_VARS],
515 [m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames),
516 [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])])
519 # _LT_TAGVAR(VARNAME, [TAGNAME])
520 # ------------------------------
521 m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])])
524 # _LT_CONFIG_COMMANDS
525 # -------------------
526 # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
527 # variables for single and double quote escaping we saved from calls
528 # to _LT_DECL, we can put quote escaped variables declarations
529 # into 'config.status', and then the shell code to quote escape them in
530 # for loops in 'config.status'. Finally, any additional code accumulated
531 # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
532 m4_defun([_LT_CONFIG_COMMANDS],
533 [AC_PROVIDE_IFELSE([LT_OUTPUT],
534 dnl If the libtool generation code has been placed in $CONFIG_LT,
535 dnl instead of duplicating it all over again into config.status,
536 dnl then we will have config.status run $CONFIG_LT later, so it
537 dnl needs to know what name is stored there:
538 [AC_CONFIG_COMMANDS([libtool],
539 [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])],
540 dnl If the libtool generation code is destined for config.status,
541 dnl expand the accumulated commands and init code now:
542 [AC_CONFIG_COMMANDS([libtool],
543 [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])])
544 ])#_LT_CONFIG_COMMANDS
548 m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT],
551 # The HP-UX ksh and POSIX shell print the target directory to stdout
553 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
555 sed_quote_subst='$sed_quote_subst'
556 double_quote_subst='$double_quote_subst'
557 delay_variable_subst='$delay_variable_subst'
558 _LT_CONFIG_STATUS_DECLARATIONS
561 compiler='$compiler_DEFAULT'
563 # A function that is used when there is no print builtin or printf.
564 func_fallback_echo ()
566 eval 'cat <<_LTECHO_EOF
571 # Quote evaled strings.
572 for var in lt_decl_all_varnames([[ \
573 ]], lt_decl_quote_varnames); do
574 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
575 *[[\\\\\\\`\\"\\\$]]*)
576 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
579 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
584 # Double-quote double-evaled strings.
585 for var in lt_decl_all_varnames([[ \
586 ]], lt_decl_dquote_varnames); do
587 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
588 *[[\\\\\\\`\\"\\\$]]*)
589 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
592 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
597 _LT_OUTPUT_LIBTOOL_INIT
600 # _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
601 # ------------------------------------
602 # Generate a child script FILE with all initialization necessary to
603 # reuse the environment learned by the parent script, and make the
604 # file executable. If COMMENT is supplied, it is inserted after the
605 # '#!' sequence but before initialization text begins. After this
606 # macro, additional text can be appended to FILE to form the body of
607 # the child script. The macro ends with non-zero status if the
608 # file could not be fully written (such as if the disk is full).
609 m4_ifdef([AS_INIT_GENERATED],
610 [m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])],
611 [m4_defun([_LT_GENERATED_FILE_INIT],
612 [m4_require([AS_PREPARE])]dnl
613 [m4_pushdef([AS_MESSAGE_LOG_FD])]dnl
615 cat >$1 <<_ASEOF || lt_write_fail=1
617 # Generated by $as_me.
619 SHELL=\${CONFIG_SHELL-$SHELL}
622 cat >>$1 <<\_ASEOF || lt_write_fail=1
625 exec AS_MESSAGE_FD>&1
627 test 0 = "$lt_write_fail" && chmod +x $1[]dnl
628 m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT
632 # This macro allows early generation of the libtool script (before
633 # AC_OUTPUT is called), incase it is used in configure for compilation
635 AC_DEFUN([LT_OUTPUT],
636 [: ${CONFIG_LT=./config.lt}
637 AC_MSG_NOTICE([creating $CONFIG_LT])
638 _LT_GENERATED_FILE_INIT(["$CONFIG_LT"],
639 [# Run this file to recreate a libtool stub with the current configuration.])
641 cat >>"$CONFIG_LT" <<\_LTEOF
643 exec AS_MESSAGE_LOG_FD>>config.log
646 AS_BOX([Running $as_me.])
647 } >&AS_MESSAGE_LOG_FD
650 '$as_me' creates a local libtool stub from the current configuration,
651 for use in further configure time tests before the real libtool is
654 Usage: $[0] [[OPTIONS]]
656 -h, --help print this help, then exit
657 -V, --version print version number, then exit
658 -q, --quiet do not print progress messages
659 -d, --debug don't remove temporary files
661 Report bugs to <bug-libtool@gnu.org>."
664 m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
665 m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
666 configured by $[0], generated by m4_PACKAGE_STRING.
668 Copyright (C) 2011 Free Software Foundation, Inc.
669 This config.lt script is free software; the Free Software Foundation
670 gives unlimited permision to copy, distribute and modify it."
675 --version | --v* | -V )
676 echo "$lt_cl_version"; exit 0 ;;
678 echo "$lt_cl_help"; exit 0 ;;
679 --debug | --d* | -d )
681 --quiet | --q* | --silent | --s* | -q )
684 -*) AC_MSG_ERROR([unrecognized option: $[1]
685 Try '$[0] --help' for more information.]) ;;
687 *) AC_MSG_ERROR([unrecognized argument: $[1]
688 Try '$[0] --help' for more information.]) ;;
693 if $lt_cl_silent; then
694 exec AS_MESSAGE_FD>/dev/null
698 cat >>"$CONFIG_LT" <<_LTEOF
699 _LT_OUTPUT_LIBTOOL_COMMANDS_INIT
702 cat >>"$CONFIG_LT" <<\_LTEOF
703 AC_MSG_NOTICE([creating $ofile])
704 _LT_OUTPUT_LIBTOOL_COMMANDS
707 chmod +x "$CONFIG_LT"
709 # configure is writing to config.log, but config.lt does its own redirection,
710 # appending to config.log, which fails on DOS, as config.log is still kept
711 # open by configure. Here we exec the FD to /dev/null, effectively closing
712 # config.log, so it can be properly (re)opened and appended to by config.lt.
714 test yes = "$silent" &&
715 lt_config_lt_args="$lt_config_lt_args --quiet"
716 exec AS_MESSAGE_LOG_FD>/dev/null
717 $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
718 exec AS_MESSAGE_LOG_FD>>config.log
719 $lt_cl_success || AS_EXIT(1)
725 # If TAG is the built-in tag, create an initial libtool script with a
726 # default configuration from the untagged config vars. Otherwise add code
727 # to config.status for appending the configuration named by TAG from the
728 # matching tagged config vars.
729 m4_defun([_LT_CONFIG],
730 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
731 _LT_CONFIG_SAVE_COMMANDS([
732 m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl
733 m4_if(_LT_TAG, [C], [
734 # See if we are running on zsh, and set the options that allow our
735 # commands through without removal of \ escapes.
736 if test -n "${ZSH_VERSION+set}"; then
741 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
744 cat <<_LT_EOF >> "$cfgfile"
746 # Generated automatically by $as_me ($PACKAGE) $VERSION
747 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
748 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
750 # Provide generalized library-building support services.
751 # Written by Gordon Matzigkeit, 1996
756 # Configured defaults for sys_lib_dlsearch_path munging.
757 : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"}
759 # ### BEGIN LIBTOOL CONFIG
760 _LT_LIBTOOL_CONFIG_VARS
762 # ### END LIBTOOL CONFIG
766 cat <<'_LT_EOF' >> "$cfgfile"
768 # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE
770 _LT_PREPARE_MUNGE_PATH_LIST
771 _LT_PREPARE_CC_BASENAME
773 # ### END FUNCTIONS SHARED WITH CONFIGURE
779 cat <<\_LT_EOF >> "$cfgfile"
780 # AIX sometimes has problems with the GCC collect2 program. For some
781 # reason, if we set the COLLECT_NAMES environment variable, the problems
782 # vanish in a puff of smoke.
783 if test set != "${COLLECT_NAMES+set}"; then
793 # We use sed instead of cat because bash on DJGPP gets confused if
794 # if finds mixed CR/LF and LF-only lines. Since sed operates in
795 # text mode, it properly converts lines to CR/LF. This bash problem
796 # is reportedly fixed, but why not run on old versions too?
797 sed '$q' "$ltmain" >> "$cfgfile" \
798 || (rm -f "$cfgfile"; exit 1)
800 mv -f "$cfgfile" "$ofile" ||
801 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
804 [cat <<_LT_EOF >> "$ofile"
806 dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded
807 dnl in a comment (ie after a #).
808 # ### BEGIN LIBTOOL TAG CONFIG: $1
809 _LT_LIBTOOL_TAG_VARS(_LT_TAG)
810 # ### END LIBTOOL TAG CONFIG: $1
819 ])dnl /_LT_CONFIG_SAVE_COMMANDS
823 # LT_SUPPORTED_TAG(TAG)
824 # ---------------------
825 # Trace this macro to discover what tags are supported by the libtool
826 # --tag option, using:
827 # autoconf --trace 'LT_SUPPORTED_TAG:$1'
828 AC_DEFUN([LT_SUPPORTED_TAG], [])
831 # C support is built-in for now
832 m4_define([_LT_LANG_C_enabled], [])
833 m4_define([_LT_TAGS], [])
838 # Enable libtool support for the given language if not already enabled.
840 [AC_BEFORE([$0], [LT_OUTPUT])dnl
843 [C++], [_LT_LANG(CXX)],
844 [Go], [_LT_LANG(GO)],
845 [Java], [_LT_LANG(GCJ)],
846 [Fortran 77], [_LT_LANG(F77)],
847 [Fortran], [_LT_LANG(FC)],
848 [Windows Resource], [_LT_LANG(RC)],
849 [m4_ifdef([_LT_LANG_]$1[_CONFIG],
851 [m4_fatal([$0: unsupported language: "$1"])])])dnl
858 [m4_ifdef([_LT_LANG_]$1[_enabled], [],
859 [LT_SUPPORTED_TAG([$1])dnl
860 m4_append([_LT_TAGS], [$1 ])dnl
861 m4_define([_LT_LANG_]$1[_enabled], [])dnl
862 _LT_LANG_$1_CONFIG($1)])dnl
866 m4_ifndef([AC_PROG_GO], [
867 # NOTE: This macro has been submitted for inclusion into #
868 # GNU Autoconf as AC_PROG_GO. When it is available in #
869 # a released version of Autoconf we should remove this #
870 # macro and use it instead. #
871 m4_defun([AC_PROG_GO],
873 AC_ARG_VAR([GOC], [Go compiler command])dnl
874 AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl
875 _AC_ARG_VAR_LDFLAGS()dnl
876 AC_CHECK_TOOL(GOC, gccgo)
877 if test -z "$GOC"; then
878 if test -n "$ac_tool_prefix"; then
879 AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo])
882 if test -z "$GOC"; then
883 AC_CHECK_PROG(GOC, gccgo, gccgo, false)
889 # _LT_LANG_DEFAULT_CONFIG
890 # -----------------------
891 m4_defun([_LT_LANG_DEFAULT_CONFIG],
892 [AC_PROVIDE_IFELSE([AC_PROG_CXX],
894 [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])])
896 AC_PROVIDE_IFELSE([AC_PROG_F77],
898 [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])])
900 AC_PROVIDE_IFELSE([AC_PROG_FC],
902 [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])])
904 dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal
905 dnl pulling things in needlessly.
906 AC_PROVIDE_IFELSE([AC_PROG_GCJ],
908 [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
910 [AC_PROVIDE_IFELSE([LT_PROG_GCJ],
912 [m4_ifdef([AC_PROG_GCJ],
913 [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])])
914 m4_ifdef([A][M_PROG_GCJ],
915 [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])])
916 m4_ifdef([LT_PROG_GCJ],
917 [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])])
919 AC_PROVIDE_IFELSE([AC_PROG_GO],
921 [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])])
923 AC_PROVIDE_IFELSE([LT_PROG_RC],
925 [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])])
926 ])# _LT_LANG_DEFAULT_CONFIG
929 AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
930 AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
931 AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
932 AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
933 AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)])
934 dnl aclocal-1.4 backwards compatibility:
935 dnl AC_DEFUN([AC_LIBTOOL_CXX], [])
936 dnl AC_DEFUN([AC_LIBTOOL_F77], [])
937 dnl AC_DEFUN([AC_LIBTOOL_FC], [])
938 dnl AC_DEFUN([AC_LIBTOOL_GCJ], [])
939 dnl AC_DEFUN([AC_LIBTOOL_RC], [])
944 m4_defun([_LT_TAG_COMPILER],
945 [AC_REQUIRE([AC_PROG_CC])dnl
947 _LT_DECL([LTCC], [CC], [1], [A C compiler])dnl
948 _LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl
949 _LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl
950 _LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl
952 # If no C compiler was specified, use CC.
955 # If no C compiler flags were specified, use CFLAGS.
956 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
958 # Allow CC to be a program name with arguments.
963 # _LT_COMPILER_BOILERPLATE
964 # ------------------------
965 # Check for compiler boilerplate output or warnings with
966 # the simple compiler test code.
967 m4_defun([_LT_COMPILER_BOILERPLATE],
968 [m4_require([_LT_DECL_SED])dnl
969 ac_outfile=conftest.$ac_objext
970 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
971 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
972 _lt_compiler_boilerplate=`cat conftest.err`
974 ])# _LT_COMPILER_BOILERPLATE
977 # _LT_LINKER_BOILERPLATE
978 # ----------------------
979 # Check for linker boilerplate output or warnings with
980 # the simple link test code.
981 m4_defun([_LT_LINKER_BOILERPLATE],
982 [m4_require([_LT_DECL_SED])dnl
983 ac_outfile=conftest.$ac_objext
984 echo "$lt_simple_link_test_code" >conftest.$ac_ext
985 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
986 _lt_linker_boilerplate=`cat conftest.err`
988 ])# _LT_LINKER_BOILERPLATE
990 # _LT_REQUIRED_DARWIN_CHECKS
991 # -------------------------
992 m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[
995 AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:])
996 AC_CHECK_TOOL([NMEDIT], [nmedit], [:])
997 AC_CHECK_TOOL([LIPO], [lipo], [:])
998 AC_CHECK_TOOL([OTOOL], [otool], [:])
999 AC_CHECK_TOOL([OTOOL64], [otool64], [:])
1000 _LT_DECL([], [DSYMUTIL], [1],
1001 [Tool to manipulate archived DWARF debug symbol files on Mac OS X])
1002 _LT_DECL([], [NMEDIT], [1],
1003 [Tool to change global to local symbols on Mac OS X])
1004 _LT_DECL([], [LIPO], [1],
1005 [Tool to manipulate fat objects and archives on Mac OS X])
1006 _LT_DECL([], [OTOOL], [1],
1007 [ldd/readelf like tool for Mach-O binaries on Mac OS X])
1008 _LT_DECL([], [OTOOL64], [1],
1009 [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4])
1011 AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
1012 [lt_cv_apple_cc_single_mod=no
1013 if test -z "$LT_MULTI_MODULE"; then
1014 # By default we will add the -single_module flag. You can override
1015 # by either setting the environment variable LT_MULTI_MODULE
1016 # non-empty at configure time, or by adding -multi_module to the
1018 rm -rf libconftest.dylib*
1019 echo "int foo(void){return 1;}" > conftest.c
1020 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
1021 -dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD
1022 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
1023 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
1025 # If there is a non-empty error log, and "single_module"
1026 # appears in it, assume the flag caused a linker warning
1027 if test -s conftest.err && $GREP single_module conftest.err; then
1028 cat conftest.err >&AS_MESSAGE_LOG_FD
1029 # Otherwise, if the output was created with a 0 exit code from
1030 # the compiler, it worked.
1031 elif test -f libconftest.dylib && test 0 = "$_lt_result"; then
1032 lt_cv_apple_cc_single_mod=yes
1034 cat conftest.err >&AS_MESSAGE_LOG_FD
1036 rm -rf libconftest.dylib*
1040 AC_CACHE_CHECK([for -exported_symbols_list linker flag],
1041 [lt_cv_ld_exported_symbols_list],
1042 [lt_cv_ld_exported_symbols_list=no
1043 save_LDFLAGS=$LDFLAGS
1044 echo "_main" > conftest.sym
1045 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
1046 AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
1047 [lt_cv_ld_exported_symbols_list=yes],
1048 [lt_cv_ld_exported_symbols_list=no])
1049 LDFLAGS=$save_LDFLAGS
1052 AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load],
1053 [lt_cv_ld_force_load=no
1054 cat > conftest.c << _LT_EOF
1055 int forced_loaded() { return 2;}
1057 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD
1058 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD
1059 echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
1060 $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
1061 echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD
1062 $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD
1063 cat > conftest.c << _LT_EOF
1064 int main() { return 0;}
1066 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD
1067 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
1069 if test -s conftest.err && $GREP force_load conftest.err; then
1070 cat conftest.err >&AS_MESSAGE_LOG_FD
1071 elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then
1072 lt_cv_ld_force_load=yes
1074 cat conftest.err >&AS_MESSAGE_LOG_FD
1076 rm -f conftest.err libconftest.a conftest conftest.c
1077 rm -rf conftest.dSYM
1080 rhapsody* | darwin1.[[012]])
1081 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
1083 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1084 darwin*) # darwin 5.x on
1085 # if running on 10.5 or later, the deployment target defaults
1086 # to the OS version, if on x86, and 10.4, the deployment
1087 # target defaults to 10.4. Don't you love it?
1088 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
1089 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
1090 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1092 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
1094 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1098 if test yes = "$lt_cv_apple_cc_single_mod"; then
1099 _lt_dar_single_mod='$single_module'
1101 if test yes = "$lt_cv_ld_exported_symbols_list"; then
1102 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
1104 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib'
1106 if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then
1107 _lt_dsymutil='~$DSYMUTIL $lib || :'
1116 # _LT_DARWIN_LINKER_FEATURES([TAG])
1117 # ---------------------------------
1118 # Checks for linker and compiler features on darwin
1119 m4_defun([_LT_DARWIN_LINKER_FEATURES],
1121 m4_require([_LT_REQUIRED_DARWIN_CHECKS])
1122 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
1123 _LT_TAGVAR(hardcode_direct, $1)=no
1124 _LT_TAGVAR(hardcode_automatic, $1)=yes
1125 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
1126 if test yes = "$lt_cv_ld_force_load"; then
1127 _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\"`'
1128 m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
1129 [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes])
1131 _LT_TAGVAR(whole_archive_flag_spec, $1)=''
1133 _LT_TAGVAR(link_all_deplibs, $1)=yes
1134 _LT_TAGVAR(allow_undefined_flag, $1)=$_lt_dar_allow_undefined
1135 case $cc_basename in
1136 ifort*|nagfor*) _lt_dar_can_shared=yes ;;
1137 *) _lt_dar_can_shared=$GCC ;;
1139 if test yes = "$_lt_dar_can_shared"; then
1140 output_verbose_link_cmd=func_echo_all
1141 _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"
1142 _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
1143 _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"
1144 _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"
1146 [ if test yes != "$lt_cv_apple_cc_single_mod"; then
1147 _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"
1148 _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"
1152 _LT_TAGVAR(ld_shlibs, $1)=no
1156 # _LT_SYS_MODULE_PATH_AIX([TAGNAME])
1157 # ----------------------------------
1158 # Links a minimal program and checks the executable
1159 # for the system default hardcoded library path. In most cases,
1160 # this is /usr/lib:/lib, but when the MPI compilers are used
1161 # the location of the communication and MPI libs are included too.
1162 # If we don't find anything, use the default library path according
1163 # to the aix ld manual.
1164 # Store the results from the different compilers for each TAGNAME.
1165 # Allow to override them for all tags through lt_cv_aix_libpath.
1166 m4_defun([_LT_SYS_MODULE_PATH_AIX],
1167 [m4_require([_LT_DECL_SED])dnl
1168 if test set = "${lt_cv_aix_libpath+set}"; then
1169 aix_libpath=$lt_cv_aix_libpath
1171 AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])],
1172 [AC_LINK_IFELSE([AC_LANG_PROGRAM],[
1173 lt_aix_libpath_sed='[
1174 /Import File Strings/,/^$/ {
1176 s/^0 *\([^ ]*\) *$/\1/
1180 _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
1181 # Check for a 64-bit object if we didn't find anything.
1182 if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
1183 _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
1185 if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
1186 _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=/usr/lib:/lib
1189 aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])
1191 ])# _LT_SYS_MODULE_PATH_AIX
1194 # _LT_SHELL_INIT(ARG)
1195 # -------------------
1196 m4_define([_LT_SHELL_INIT],
1197 [m4_divert_text([M4SH-INIT], [$1
1198 ])])# _LT_SHELL_INIT
1202 # _LT_PROG_ECHO_BACKSLASH
1203 # -----------------------
1204 # Find how we can fake an echo command that does not interpret backslash.
1205 # In particular, with Autoconf 2.60 or later we add some code to the start
1206 # of the generated configure script that will find a shell with a builtin
1207 # printf (that we can use as an echo command).
1208 m4_defun([_LT_PROG_ECHO_BACKSLASH],
1209 [ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
1210 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
1211 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
1213 AC_MSG_CHECKING([how to print strings])
1214 # Test print first, because it will be a builtin if present.
1215 if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
1216 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
1218 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
1221 # Use this function as a fallback that always works.
1222 func_fallback_echo ()
1224 eval 'cat <<_LTECHO_EOF
1228 ECHO='func_fallback_echo'
1231 # func_echo_all arg...
1232 # Invoke $ECHO with all args, space-separated.
1239 printf*) AC_MSG_RESULT([printf]) ;;
1240 print*) AC_MSG_RESULT([print -r]) ;;
1241 *) AC_MSG_RESULT([cat]) ;;
1244 m4_ifdef([_AS_DETECT_SUGGESTED],
1245 [_AS_DETECT_SUGGESTED([
1246 test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || (
1247 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
1248 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
1249 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
1250 PATH=/empty FPATH=/empty; export PATH FPATH
1251 test "X`printf %s $ECHO`" = "X$ECHO" \
1252 || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
1254 _LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts])
1255 _LT_DECL([], [ECHO], [1], [An echo program that protects backslashes])
1256 ])# _LT_PROG_ECHO_BACKSLASH
1261 AC_DEFUN([_LT_WITH_SYSROOT],
1262 [AC_MSG_CHECKING([for sysroot])
1263 AC_ARG_WITH([sysroot],
1264 [AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@],
1265 [Search for dependent libraries within DIR (or the compiler's sysroot
1266 if not specified).])],
1267 [], [with_sysroot=no])
1269 dnl lt_sysroot will always be passed unquoted. We quote it here
1270 dnl in case the user passed a directory name.
1272 case $with_sysroot in #(
1274 if test yes = "$GCC"; then
1275 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
1279 lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
1284 AC_MSG_RESULT([$with_sysroot])
1285 AC_MSG_ERROR([The sysroot must be an absolute path.])
1289 AC_MSG_RESULT([${lt_sysroot:-no}])
1290 _LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl
1291 [dependent libraries, and where our libraries should be installed.])])
1295 m4_defun([_LT_ENABLE_LOCK],
1296 [AC_ARG_ENABLE([libtool-lock],
1297 [AS_HELP_STRING([--disable-libtool-lock],
1298 [avoid locking (might break parallel builds)])])
1299 test no = "$enable_libtool_lock" || enable_libtool_lock=yes
1301 # Some flags need to be propagated to the compiler or linker for good
1305 # Find out what ABI is being produced by ac_compile, and set mode
1306 # options accordingly.
1307 echo 'int i;' > conftest.$ac_ext
1308 if AC_TRY_EVAL(ac_compile); then
1309 case `/usr/bin/file conftest.$ac_objext` in
1321 # Find out what ABI is being produced by ac_compile, and set linker
1322 # options accordingly.
1323 echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
1324 if AC_TRY_EVAL(ac_compile); then
1325 if test yes = "$lt_cv_prog_gnu_ld"; then
1326 case `/usr/bin/file conftest.$ac_objext` in
1328 LD="${LD-ld} -melf32bsmip"
1331 LD="${LD-ld} -melf32bmipn32"
1334 LD="${LD-ld} -melf64bmip"
1338 case `/usr/bin/file conftest.$ac_objext` in
1355 # Find out what ABI is being produced by ac_compile, and set linker
1356 # options accordingly.
1357 echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
1358 if AC_TRY_EVAL(ac_compile); then
1360 case `/usr/bin/file conftest.$ac_objext` in
1368 case `/usr/bin/file conftest.$ac_objext` in
1370 emul="${emul}btsmip"
1373 emul="${emul}ltsmip"
1376 case `/usr/bin/file conftest.$ac_objext` in
1381 LD="${LD-ld} -m $emul"
1386 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
1387 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
1388 # Find out what ABI is being produced by ac_compile, and set linker
1389 # options accordingly. Note that the listed cases only cover the
1390 # situations where additional linker options are needed (such as when
1391 # doing 32-bit compilation for a host where ld defaults to 64-bit, or
1392 # vice versa); the common cases where no linker options are needed do
1393 # not appear in the list.
1394 echo 'int i;' > conftest.$ac_ext
1395 if AC_TRY_EVAL(ac_compile); then
1396 case `/usr/bin/file conftest.o` in
1399 x86_64-*kfreebsd*-gnu)
1400 LD="${LD-ld} -m elf_i386_fbsd"
1403 case `/usr/bin/file conftest.o` in
1405 LD="${LD-ld} -m elf32_x86_64"
1408 LD="${LD-ld} -m elf_i386"
1412 powerpc64le-*linux*)
1413 LD="${LD-ld} -m elf32lppclinux"
1416 LD="${LD-ld} -m elf32ppclinux"
1419 LD="${LD-ld} -m elf_s390"
1422 LD="${LD-ld} -m elf32_sparc"
1428 x86_64-*kfreebsd*-gnu)
1429 LD="${LD-ld} -m elf_x86_64_fbsd"
1432 LD="${LD-ld} -m elf_x86_64"
1435 LD="${LD-ld} -m elf64lppc"
1438 LD="${LD-ld} -m elf64ppc"
1440 s390*-*linux*|s390*-*tpf*)
1441 LD="${LD-ld} -m elf64_s390"
1444 LD="${LD-ld} -m elf64_sparc"
1454 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
1456 CFLAGS="$CFLAGS -belf"
1457 AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
1459 AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
1461 if test yes != "$lt_cv_cc_needs_belf"; then
1462 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
1467 # Find out what ABI is being produced by ac_compile, and set linker
1468 # options accordingly.
1469 echo 'int i;' > conftest.$ac_ext
1470 if AC_TRY_EVAL(ac_compile); then
1471 case `/usr/bin/file conftest.o` in
1473 case $lt_cv_prog_gnu_ld in
1476 i?86-*-solaris*|x86_64-*-solaris*)
1477 LD="${LD-ld} -m elf_x86_64"
1480 LD="${LD-ld} -m elf64_sparc"
1483 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
1484 if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
1489 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
1501 need_locks=$enable_libtool_lock
1507 m4_defun([_LT_PROG_AR],
1508 [AC_CHECK_TOOLS(AR, [ar], false)
1511 _LT_DECL([], [AR], [1], [The archiver])
1512 _LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive])
1514 AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file],
1515 [lt_cv_ar_at_file=no
1516 AC_COMPILE_IFELSE([AC_LANG_PROGRAM],
1517 [echo conftest.$ac_objext > conftest.lst
1518 lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD'
1519 AC_TRY_EVAL([lt_ar_try])
1520 if test 0 -eq "$ac_status"; then
1521 # Ensure the archiver fails upon bogus file names.
1522 rm -f conftest.$ac_objext libconftest.a
1523 AC_TRY_EVAL([lt_ar_try])
1524 if test 0 -ne "$ac_status"; then
1528 rm -f conftest.* libconftest.a
1532 if test no = "$lt_cv_ar_at_file"; then
1535 archiver_list_spec=$lt_cv_ar_at_file
1537 _LT_DECL([], [archiver_list_spec], [1],
1538 [How to feed a file listing to the archiver])
1542 # _LT_CMD_OLD_ARCHIVE
1543 # -------------------
1544 m4_defun([_LT_CMD_OLD_ARCHIVE],
1547 AC_CHECK_TOOL(STRIP, strip, :)
1548 test -z "$STRIP" && STRIP=:
1549 _LT_DECL([], [STRIP], [1], [A symbol stripping program])
1551 AC_CHECK_TOOL(RANLIB, ranlib, :)
1552 test -z "$RANLIB" && RANLIB=:
1553 _LT_DECL([], [RANLIB], [1],
1554 [Commands used to install an old-style archive])
1556 # Determine commands to create old-style static archives.
1557 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
1558 old_postinstall_cmds='chmod 644 $oldlib'
1559 old_postuninstall_cmds=
1561 if test -n "$RANLIB"; then
1564 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
1567 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
1570 old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
1575 lock_old_archive_extraction=yes ;;
1577 lock_old_archive_extraction=no ;;
1579 _LT_DECL([], [old_postinstall_cmds], [2])
1580 _LT_DECL([], [old_postuninstall_cmds], [2])
1581 _LT_TAGDECL([], [old_archive_cmds], [2],
1582 [Commands used to build an old-style archive])
1583 _LT_DECL([], [lock_old_archive_extraction], [0],
1584 [Whether to use a lock for old archive extraction])
1585 ])# _LT_CMD_OLD_ARCHIVE
1588 # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
1589 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
1590 # ----------------------------------------------------------------
1591 # Check whether the given compiler option works
1592 AC_DEFUN([_LT_COMPILER_OPTION],
1593 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
1594 m4_require([_LT_DECL_SED])dnl
1595 AC_CACHE_CHECK([$1], [$2],
1597 m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
1598 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
1599 lt_compiler_flag="$3" ## exclude from sc_useless_quotes_in_assignment
1600 # Insert the option either (1) after the last *FLAGS variable, or
1601 # (2) before a word containing "conftest.", or (3) at the end.
1602 # Note that $ac_compile itself does not contain backslashes and begins
1603 # with a dollar sign (not a hyphen), so the echo should work correctly.
1604 # The option is referenced via a variable to avoid confusing sed.
1605 lt_compile=`echo "$ac_compile" | $SED \
1606 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
1607 -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
1608 -e 's:$: $lt_compiler_flag:'`
1609 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
1610 (eval "$lt_compile" 2>conftest.err)
1612 cat conftest.err >&AS_MESSAGE_LOG_FD
1613 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1614 if (exit $ac_status) && test -s "$ac_outfile"; then
1615 # The compiler can only warn and ignore the option if not recognized
1616 # So say no if there are warnings other than the usual output.
1617 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
1618 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
1619 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
1626 if test yes = "[$]$2"; then
1627 m4_if([$5], , :, [$5])
1629 m4_if([$6], , :, [$6])
1631 ])# _LT_COMPILER_OPTION
1634 AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION])
1635 dnl aclocal-1.4 backwards compatibility:
1636 dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [])
1639 # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
1640 # [ACTION-SUCCESS], [ACTION-FAILURE])
1641 # ----------------------------------------------------
1642 # Check whether the given linker option works
1643 AC_DEFUN([_LT_LINKER_OPTION],
1644 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
1645 m4_require([_LT_DECL_SED])dnl
1646 AC_CACHE_CHECK([$1], [$2],
1648 save_LDFLAGS=$LDFLAGS
1649 LDFLAGS="$LDFLAGS $3"
1650 echo "$lt_simple_link_test_code" > conftest.$ac_ext
1651 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
1652 # The linker can only warn and ignore the option if not recognized
1653 # So say no if there are warnings
1654 if test -s conftest.err; then
1655 # Append any errors to the config.log.
1656 cat conftest.err 1>&AS_MESSAGE_LOG_FD
1657 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
1658 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
1659 if diff conftest.exp conftest.er2 >/dev/null; then
1667 LDFLAGS=$save_LDFLAGS
1670 if test yes = "[$]$2"; then
1671 m4_if([$4], , :, [$4])
1673 m4_if([$5], , :, [$5])
1675 ])# _LT_LINKER_OPTION
1678 AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION])
1679 dnl aclocal-1.4 backwards compatibility:
1680 dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [])
1685 AC_DEFUN([LT_CMD_MAX_LEN],
1686 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
1687 # find the maximum length of command line arguments
1688 AC_MSG_CHECKING([the maximum length of command line arguments])
1689 AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
1695 # On DJGPP, this test can blow up pretty badly due to problems in libc
1696 # (any single argument exceeding 2000 bytes causes a buffer overrun
1697 # during glob expansion). Even if it were fixed, the result of this
1698 # check would be larger than it should be.
1699 lt_cv_sys_max_cmd_len=12288; # 12K is about right
1703 # Under GNU Hurd, this test is not required because there is
1704 # no limit to the length of command line arguments.
1705 # Libtool will interpret -1 as no limit whatsoever
1706 lt_cv_sys_max_cmd_len=-1;
1709 cygwin* | mingw* | cegcc*)
1710 # On Win9x/ME, this test blows up -- it succeeds, but takes
1711 # about 5 minutes as the teststring grows exponentially.
1712 # Worse, since 9x/ME are not pre-emptively multitasking,
1713 # you end up with a "frozen" computer, even though with patience
1714 # the test eventually succeeds (with a max line length of 256k).
1715 # Instead, let's just punt: use the minimum linelength reported by
1716 # all of the supported platforms: 8192 (on NT/2K/XP).
1717 lt_cv_sys_max_cmd_len=8192;
1721 # On MiNT this can take a long time and run out of memory.
1722 lt_cv_sys_max_cmd_len=8192;
1726 # On AmigaOS with pdksh, this test takes hours, literally.
1727 # So we just punt and use a minimum line length of 8192.
1728 lt_cv_sys_max_cmd_len=8192;
1731 bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
1732 # This has been around since 386BSD, at least. Likely further.
1733 if test -x /sbin/sysctl; then
1734 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
1735 elif test -x /usr/sbin/sysctl; then
1736 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
1738 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
1740 # And add a safety zone
1741 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
1742 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
1746 # We know the value 262144 and hardcode it with a safety zone (like BSD)
1747 lt_cv_sys_max_cmd_len=196608
1751 # The test takes a long time on OS/2.
1752 lt_cv_sys_max_cmd_len=8192
1756 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
1757 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
1758 # nice to cause kernel panics so lets avoid the loop below.
1759 # First set a reasonable default.
1760 lt_cv_sys_max_cmd_len=16384
1762 if test -x /sbin/sysconfig; then
1763 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
1764 *1*) lt_cv_sys_max_cmd_len=-1 ;;
1769 lt_cv_sys_max_cmd_len=102400
1771 sysv5* | sco5v6* | sysv4.2uw2*)
1772 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
1773 if test -n "$kargmax"; then
1774 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'`
1776 lt_cv_sys_max_cmd_len=32768
1780 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
1781 if test -n "$lt_cv_sys_max_cmd_len" && \
1782 test undefined != "$lt_cv_sys_max_cmd_len"; then
1783 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
1784 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
1786 # Make teststring a little bigger before we do anything with it.
1787 # a 1K string should be a reasonable start.
1788 for i in 1 2 3 4 5 6 7 8; do
1789 teststring=$teststring$teststring
1791 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
1792 # If test is not a shell built-in, we'll probably end up computing a
1793 # maximum length that is only half of the actual maximum length, but
1795 while { test X`env echo "$teststring$teststring" 2>/dev/null` \
1796 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
1797 test 17 != "$i" # 1/2 MB should be enough
1800 teststring=$teststring$teststring
1802 # Only check the string length outside the loop.
1803 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
1805 # Add a significant safety factor because C++ compilers can tack on
1806 # massive amounts of additional arguments before passing them to the
1807 # linker. It appears as though 1/2 is a usable value.
1808 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
1813 if test -n "$lt_cv_sys_max_cmd_len"; then
1814 AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
1818 max_cmd_len=$lt_cv_sys_max_cmd_len
1819 _LT_DECL([], [max_cmd_len], [0],
1820 [What is the maximum length of a command?])
1824 AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN])
1825 dnl aclocal-1.4 backwards compatibility:
1826 dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [])
1831 m4_defun([_LT_HEADER_DLFCN],
1832 [AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl
1833 ])# _LT_HEADER_DLFCN
1836 # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
1837 # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
1838 # ----------------------------------------------------------------
1839 m4_defun([_LT_TRY_DLOPEN_SELF],
1840 [m4_require([_LT_HEADER_DLFCN])dnl
1841 if test yes = "$cross_compiling"; then :
1844 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1845 lt_status=$lt_dlunknown
1846 cat > conftest.$ac_ext <<_LT_EOF
1847 [#line $LINENO "configure"
1848 #include "confdefs.h"
1857 # define LT_DLGLOBAL RTLD_GLOBAL
1860 # define LT_DLGLOBAL DL_GLOBAL
1862 # define LT_DLGLOBAL 0
1866 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
1867 find out it does not work in some platform. */
1868 #ifndef LT_DLLAZY_OR_NOW
1870 # define LT_DLLAZY_OR_NOW RTLD_LAZY
1873 # define LT_DLLAZY_OR_NOW DL_LAZY
1876 # define LT_DLLAZY_OR_NOW RTLD_NOW
1879 # define LT_DLLAZY_OR_NOW DL_NOW
1881 # define LT_DLLAZY_OR_NOW 0
1888 /* When -fvisibility=hidden is used, assume the code has been annotated
1889 correspondingly for the symbols needed. */
1890 #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
1891 int fnord () __attribute__((visibility("default")));
1894 int fnord () { return 42; }
1897 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
1898 int status = $lt_dlunknown;
1902 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
1905 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
1906 else puts (dlerror ());
1908 /* dlclose (self); */
1916 if AC_TRY_EVAL(ac_link) && test -s "conftest$ac_exeext" 2>/dev/null; then
1917 (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
1920 x$lt_dlno_uscore) $1 ;;
1921 x$lt_dlneed_uscore) $2 ;;
1922 x$lt_dlunknown|x*) $3 ;;
1925 # compilation failed
1930 ])# _LT_TRY_DLOPEN_SELF
1933 # LT_SYS_DLOPEN_SELF
1934 # ------------------
1935 AC_DEFUN([LT_SYS_DLOPEN_SELF],
1936 [m4_require([_LT_HEADER_DLFCN])dnl
1937 if test yes != "$enable_dlopen"; then
1938 enable_dlopen=unknown
1939 enable_dlopen_self=unknown
1940 enable_dlopen_self_static=unknown
1947 lt_cv_dlopen=load_add_on
1949 lt_cv_dlopen_self=yes
1952 mingw* | pw32* | cegcc*)
1953 lt_cv_dlopen=LoadLibrary
1963 # if libdl is installed we need to link against it
1964 AC_CHECK_LIB([dl], [dlopen],
1965 [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[
1968 lt_cv_dlopen_self=yes
1973 # Don't try to run any link tests for TPF. We know it's impossible
1974 # because TPF is a cross-compiler, and we know how we open DSOs.
1977 lt_cv_dlopen_self=no
1981 AC_CHECK_FUNC([shl_load],
1982 [lt_cv_dlopen=shl_load],
1983 [AC_CHECK_LIB([dld], [shl_load],
1984 [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld],
1985 [AC_CHECK_FUNC([dlopen],
1986 [lt_cv_dlopen=dlopen],
1987 [AC_CHECK_LIB([dl], [dlopen],
1988 [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],
1989 [AC_CHECK_LIB([svld], [dlopen],
1990 [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld],
1991 [AC_CHECK_LIB([dld], [dld_link],
1992 [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld])
2001 if test no = "$lt_cv_dlopen"; then
2007 case $lt_cv_dlopen in
2009 save_CPPFLAGS=$CPPFLAGS
2010 test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
2012 save_LDFLAGS=$LDFLAGS
2013 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
2016 LIBS="$lt_cv_dlopen_libs $LIBS"
2018 AC_CACHE_CHECK([whether a program can dlopen itself],
2019 lt_cv_dlopen_self, [dnl
2020 _LT_TRY_DLOPEN_SELF(
2021 lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
2022 lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
2025 if test yes = "$lt_cv_dlopen_self"; then
2026 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
2027 AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
2028 lt_cv_dlopen_self_static, [dnl
2029 _LT_TRY_DLOPEN_SELF(
2030 lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
2031 lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross)
2035 CPPFLAGS=$save_CPPFLAGS
2036 LDFLAGS=$save_LDFLAGS
2041 case $lt_cv_dlopen_self in
2042 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
2043 *) enable_dlopen_self=unknown ;;
2046 case $lt_cv_dlopen_self_static in
2047 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
2048 *) enable_dlopen_self_static=unknown ;;
2051 _LT_DECL([dlopen_support], [enable_dlopen], [0],
2052 [Whether dlopen is supported])
2053 _LT_DECL([dlopen_self], [enable_dlopen_self], [0],
2054 [Whether dlopen of programs is supported])
2055 _LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
2056 [Whether dlopen of statically linked programs is supported])
2057 ])# LT_SYS_DLOPEN_SELF
2060 AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF])
2061 dnl aclocal-1.4 backwards compatibility:
2062 dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [])
2065 # _LT_COMPILER_C_O([TAGNAME])
2066 # ---------------------------
2067 # Check to see if options -c and -o are simultaneously supported by compiler.
2068 # This macro does not hard code the compiler like AC_PROG_CC_C_O.
2069 m4_defun([_LT_COMPILER_C_O],
2070 [m4_require([_LT_DECL_SED])dnl
2071 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
2072 m4_require([_LT_TAG_COMPILER])dnl
2073 AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
2074 [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
2075 [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
2076 $RM -r conftest 2>/dev/null
2080 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
2082 lt_compiler_flag="-o out/conftest2.$ac_objext"
2083 # Insert the option either (1) after the last *FLAGS variable, or
2084 # (2) before a word containing "conftest.", or (3) at the end.
2085 # Note that $ac_compile itself does not contain backslashes and begins
2086 # with a dollar sign (not a hyphen), so the echo should work correctly.
2087 lt_compile=`echo "$ac_compile" | $SED \
2088 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
2089 -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
2090 -e 's:$: $lt_compiler_flag:'`
2091 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
2092 (eval "$lt_compile" 2>out/conftest.err)
2094 cat out/conftest.err >&AS_MESSAGE_LOG_FD
2095 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
2096 if (exit $ac_status) && test -s out/conftest2.$ac_objext
2098 # The compiler can only warn and ignore the option if not recognized
2099 # So say no if there are warnings
2100 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
2101 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
2102 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
2103 _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
2106 chmod u+w . 2>&AS_MESSAGE_LOG_FD
2108 # SGI C++ compiler will create directory out/ii_files/ for
2109 # template instantiation
2110 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
2111 $RM out/* && rmdir out
2116 _LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1],
2117 [Does compiler simultaneously support -c and -o options?])
2118 ])# _LT_COMPILER_C_O
2121 # _LT_COMPILER_FILE_LOCKS([TAGNAME])
2122 # ----------------------------------
2123 # Check to see if we can do hard links to lock some files if needed
2124 m4_defun([_LT_COMPILER_FILE_LOCKS],
2125 [m4_require([_LT_ENABLE_LOCK])dnl
2126 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
2127 _LT_COMPILER_C_O([$1])
2129 hard_links=nottested
2130 if test no = "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" && test no != "$need_locks"; then
2131 # do not overwrite the value of need_locks provided by the user
2132 AC_MSG_CHECKING([if we can lock with hard links])
2135 ln conftest.a conftest.b 2>/dev/null && hard_links=no
2137 ln conftest.a conftest.b 2>&5 || hard_links=no
2138 ln conftest.a conftest.b 2>/dev/null && hard_links=no
2139 AC_MSG_RESULT([$hard_links])
2140 if test no = "$hard_links"; then
2141 AC_MSG_WARN(['$CC' does not support '-c -o', so 'make -j' may be unsafe])
2147 _LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?])
2148 ])# _LT_COMPILER_FILE_LOCKS
2153 m4_defun([_LT_CHECK_OBJDIR],
2154 [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
2155 [rm -f .libs 2>/dev/null
2156 mkdir .libs 2>/dev/null
2157 if test -d .libs; then
2160 # MS-DOS does not allow filenames that begin with a dot.
2163 rmdir .libs 2>/dev/null])
2164 objdir=$lt_cv_objdir
2165 _LT_DECL([], [objdir], [0],
2166 [The name of the directory that contains temporary libtool files])dnl
2167 m4_pattern_allow([LT_OBJDIR])dnl
2168 AC_DEFINE_UNQUOTED([LT_OBJDIR], "$lt_cv_objdir/",
2169 [Define to the sub-directory where libtool stores uninstalled libraries.])
2170 ])# _LT_CHECK_OBJDIR
2173 # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
2174 # --------------------------------------
2175 # Check hardcoding attributes.
2176 m4_defun([_LT_LINKER_HARDCODE_LIBPATH],
2177 [AC_MSG_CHECKING([how to hardcode library paths into programs])
2178 _LT_TAGVAR(hardcode_action, $1)=
2179 if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" ||
2180 test -n "$_LT_TAGVAR(runpath_var, $1)" ||
2181 test yes = "$_LT_TAGVAR(hardcode_automatic, $1)"; then
2183 # We can hardcode non-existent directories.
2184 if test no != "$_LT_TAGVAR(hardcode_direct, $1)" &&
2185 # If the only mechanism to avoid hardcoding is shlibpath_var, we
2186 # have to relink, otherwise we might link with an installed library
2187 # when we should be linking with a yet-to-be-installed one
2188 ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" &&
2189 test no != "$_LT_TAGVAR(hardcode_minus_L, $1)"; then
2190 # Linking always hardcodes the temporary library directory.
2191 _LT_TAGVAR(hardcode_action, $1)=relink
2193 # We can link without hardcoding, and we can hardcode nonexisting dirs.
2194 _LT_TAGVAR(hardcode_action, $1)=immediate
2197 # We cannot hardcode anything, or else we can only hardcode existing
2199 _LT_TAGVAR(hardcode_action, $1)=unsupported
2201 AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)])
2203 if test relink = "$_LT_TAGVAR(hardcode_action, $1)" ||
2204 test yes = "$_LT_TAGVAR(inherit_rpath, $1)"; then
2205 # Fast installation is not supported
2206 enable_fast_install=no
2207 elif test yes = "$shlibpath_overrides_runpath" ||
2208 test no = "$enable_shared"; then
2209 # Fast installation is not necessary
2210 enable_fast_install=needless
2212 _LT_TAGDECL([], [hardcode_action], [0],
2213 [How to hardcode a shared library path into an executable])
2214 ])# _LT_LINKER_HARDCODE_LIBPATH
2219 m4_defun([_LT_CMD_STRIPLIB],
2220 [m4_require([_LT_DECL_EGREP])
2223 AC_MSG_CHECKING([whether stripping libraries is possible])
2224 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
2225 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
2226 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
2227 AC_MSG_RESULT([yes])
2229 # FIXME - insert some real tests, host_os isn't really good enough
2232 if test -n "$STRIP"; then
2233 striplib="$STRIP -x"
2234 old_striplib="$STRIP -S"
2235 AC_MSG_RESULT([yes])
2245 _LT_DECL([], [old_striplib], [1], [Commands to strip libraries])
2246 _LT_DECL([], [striplib], [1])
2247 ])# _LT_CMD_STRIPLIB
2250 # _LT_PREPARE_MUNGE_PATH_LIST
2251 # ---------------------------
2252 # Make sure func_munge_path_list() is defined correctly.
2253 m4_defun([_LT_PREPARE_MUNGE_PATH_LIST],
2254 [[# func_munge_path_list VARIABLE PATH
2255 # -----------------------------------
2256 # VARIABLE is name of variable containing _space_ separated list of
2257 # directories to be munged by the contents of PATH, which is string
2260 # string "DIR[ DIR]" will be prepended to VARIABLE
2262 # string "DIR[ DIR]" will be appended to VARIABLE
2263 # "DIRP[:DIRP]::[DIRA:]DIRA"
2264 # string "DIRP[ DIRP]" will be prepended to VARIABLE and string
2265 # "DIRA[ DIRA]" will be appended to VARIABLE
2267 # VARIABLE will be replaced by "DIR[ DIR]"
2268 func_munge_path_list ()
2274 eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
2277 eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
2280 eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
2281 eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
2284 eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
2288 ]])# _LT_PREPARE_PATH_LIST
2291 # _LT_SYS_DYNAMIC_LINKER([TAG])
2292 # -----------------------------
2293 # PORTME Fill in your ld.so characteristics
2294 m4_defun([_LT_SYS_DYNAMIC_LINKER],
2295 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
2296 m4_require([_LT_DECL_EGREP])dnl
2297 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
2298 m4_require([_LT_DECL_OBJDUMP])dnl
2299 m4_require([_LT_DECL_SED])dnl
2300 m4_require([_LT_CHECK_SHELL_FEATURES])dnl
2301 m4_require([_LT_PREPARE_MUNGE_PATH_LIST])dnl
2302 AC_MSG_CHECKING([dynamic linker characteristics])
2305 if test yes = "$GCC"; then
2307 darwin*) lt_awk_arg='/^libraries:/,/LR/' ;;
2308 *) lt_awk_arg='/^libraries:/' ;;
2311 mingw* | cegcc*) lt_sed_strip_eq='s|=\([[A-Za-z]]:\)|\1|g' ;;
2312 *) lt_sed_strip_eq='s|=/|/|g' ;;
2314 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
2315 case $lt_search_path_spec in
2317 # if the path contains ";" then we assume it to be the separator
2318 # otherwise default to the standard path separator (i.e. ":") - it is
2319 # assumed that no part of a normal pathname contains ";" but that should
2320 # okay in the real world where ";" in dirpaths is itself problematic.
2321 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
2324 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
2327 # Ok, now we have the path, separated by spaces, we can step through it
2328 # and add multilib dir if necessary...
2329 lt_tmp_lt_search_path_spec=
2330 lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
2331 # ...but if some path component already ends with the multilib dir we assume
2332 # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer).
2333 case "$lt_multi_os_dir; $lt_search_path_spec " in
2334 "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*)
2338 for lt_sys_path in $lt_search_path_spec; do
2339 if test -d "$lt_sys_path$lt_multi_os_dir"; then
2340 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir"
2341 elif test -n "$lt_multi_os_dir"; then
2342 test -d "$lt_sys_path" && \
2343 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
2346 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
2347 BEGIN {RS = " "; FS = "/|\n";} {
2350 for (lt_i = NF; lt_i > 0; lt_i--) {
2351 if ($lt_i != "" && $lt_i != ".") {
2352 if ($lt_i == "..") {
2355 if (lt_count == 0) {
2356 lt_foo = "/" $lt_i lt_foo;
2363 if (lt_foo != "") { lt_freq[[lt_foo]]++; }
2364 if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
2366 # AWK program above erroneously prepends '/' to C:/dos/paths
2369 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
2370 $SED 's|/\([[A-Za-z]]:\)|\1|g'` ;;
2372 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
2374 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
2377 libname_spec='lib$name'
2385 shlibpath_overrides_runpath=unknown
2387 dynamic_linker="$host_os ld.so"
2388 sys_lib_dlsearch_path_spec="/lib /usr/lib"
2389 need_lib_prefix=unknown
2390 hardcode_into_libs=no
2392 # when you set need_version to no, make sure it does not cause -set_version
2393 # flags to be left without arguments
2394 need_version=unknown
2396 AC_ARG_VAR([LT_SYS_LIBRARY_PATH],
2397 [User-defined run-time library search path.])
2401 version_type=linux # correct to gnu/linux during the next big refactor
2402 library_names_spec='$libname$release$shared_ext$versuffix $libname.a'
2403 shlibpath_var=LIBPATH
2405 # AIX 3 has no versioning support, so we append a major version to the name.
2406 soname_spec='$libname$release$shared_ext$major'
2410 version_type=linux # correct to gnu/linux during the next big refactor
2413 hardcode_into_libs=yes
2414 if test ia64 = "$host_cpu"; then
2415 # AIX 5 supports IA64
2416 library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext'
2417 shlibpath_var=LD_LIBRARY_PATH
2419 # With GCC up to 2.95.x, collect2 would create an import file
2420 # for dependence libraries. The import file would start with
2421 # the line '#! .'. This would cause the generated library to
2422 # depend on '.', always an invalid library. This was fixed in
2423 # development snapshots of GCC prior to 3.0.
2425 aix4 | aix4.[[01]] | aix4.[[01]].*)
2426 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
2428 echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then
2435 # Using Import Files as archive members, it is possible to support
2436 # filename-based versioning of shared library archives on AIX. While
2437 # this would work for both with and without runtime linking, it will
2438 # prevent static linking of such archives. So we do filename-based
2439 # shared library versioning with .so extension only, which is used
2440 # when both runtime linking and shared linking is enabled.
2441 # Unfortunately, runtime linking may impact performance, so we do
2442 # not want this to be the default eventually. Also, we use the
2443 # versioned .so libs for executables only if there is the -brtl
2444 # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
2445 # To allow for filename-based versioning support, we need to create
2446 # libNAME.so.V as an archive file, containing:
2447 # *) an Import File, referring to the versioned filename of the
2448 # archive as well as the shared archive member, telling the
2449 # bitwidth (32 or 64) of that shared object, and providing the
2450 # list of exported symbols of that shared object, eventually
2451 # decorated with the 'weak' keyword
2452 # *) the shared object with the F_LOADONLY flag set, to really avoid
2453 # it being seen by the linker.
2454 # At run time we better use the real file rather than another symlink,
2455 # but for link time we create the symlink libNAME.so -> libNAME.so.V
2457 case $with_aix_soname,$aix_use_runtimelinking in
2458 # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
2459 # soname into executable. Probably we can add versioning support to
2460 # collect2, so additional links can be useful in future.
2461 aix,yes) # traditional libtool
2462 dynamic_linker='AIX unversionable lib.so'
2463 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
2464 # instead of lib<name>.a to let people know that these are not
2465 # typical AIX shared libraries.
2466 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2468 aix,no) # traditional AIX only
2469 dynamic_linker='AIX lib.a[(]lib.so.V[)]'
2470 # We preserve .a as extension for shared libraries through AIX4.2
2471 # and later when we are not doing run time linking.
2472 library_names_spec='$libname$release.a $libname.a'
2473 soname_spec='$libname$release$shared_ext$major'
2475 svr4,*) # full svr4 only
2476 dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)]"
2477 library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
2478 # We do not specify a path in Import Files, so LIBPATH fires.
2479 shlibpath_overrides_runpath=yes
2481 *,yes) # both, prefer svr4
2482 dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)], lib.a[(]lib.so.V[)]"
2483 library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
2484 # unpreferred sharedlib libNAME.a needs extra handling
2485 postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"'
2486 postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"'
2487 # We do not specify a path in Import Files, so LIBPATH fires.
2488 shlibpath_overrides_runpath=yes
2490 *,no) # both, prefer aix
2491 dynamic_linker="AIX lib.a[(]lib.so.V[)], lib.so.V[(]$shared_archive_member_spec.o[)]"
2492 library_names_spec='$libname$release.a $libname.a'
2493 soname_spec='$libname$release$shared_ext$major'
2494 # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling
2495 postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)'
2496 postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"'
2499 shlibpath_var=LIBPATH
2506 # Since July 2007 AmigaOS4 officially supports .so libraries.
2507 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
2508 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2511 library_names_spec='$libname.ixlibrary $libname.a'
2512 # Create ${libname}_ixlibrary.a entries in /sys/libs.
2513 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $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'
2519 library_names_spec='$libname$shared_ext'
2520 dynamic_linker="$host_os ld.so"
2521 shlibpath_var=LIBRARY_PATH
2525 version_type=linux # correct to gnu/linux during the next big refactor
2527 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2528 soname_spec='$libname$release$shared_ext$major'
2529 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
2530 shlibpath_var=LD_LIBRARY_PATH
2531 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
2532 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
2533 # the default ld.so.conf also contains /usr/contrib/lib and
2534 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
2535 # libtool to hard-code these into programs
2538 cygwin* | mingw* | pw32* | cegcc*)
2539 version_type=windows
2544 case $GCC,$cc_basename in
2547 library_names_spec='$libname.dll.a'
2548 # DLL is installed to $(libdir)/../bin by postinstall_cmds
2549 postinstall_cmds='base_file=`basename \$file`~
2550 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
2551 dldir=$destdir/`dirname \$dlpath`~
2552 test -d \$dldir || mkdir -p \$dldir~
2553 $install_prog $dir/$dlname \$dldir/$dlname~
2554 chmod a+x \$dldir/$dlname~
2555 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
2556 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
2558 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
2559 dlpath=$dir/\$dldll~
2561 shlibpath_overrides_runpath=yes
2565 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
2566 soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
2568 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"])
2571 # MinGW DLLs use traditional 'lib' prefix
2572 soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
2575 # pw32 DLLs use 'pw' prefix rather than 'lib'
2576 library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
2579 dynamic_linker='Win32 ld.exe'
2584 libname_spec='$name'
2585 soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
2586 library_names_spec='$libname.dll.lib'
2590 sys_lib_search_path_spec=
2596 # Let DOS variable expansion print the short 8.3 style file name.
2597 lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
2598 sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
2601 # Convert to MSYS style.
2602 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
2605 # Convert to unix form, then to dos form, then back to unix form
2606 # but this time dos style (no spaces!) so that the unix form looks
2607 # like /cygdrive/c/PROGRA~1:/cygdr...
2608 sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
2609 sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
2610 sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
2613 sys_lib_search_path_spec=$LIB
2614 if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then
2615 # It is most probably a Windows format PATH.
2616 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
2618 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
2620 # FIXME: find the short name or the path components, as spaces are
2621 # common. (e.g. "Program Files" -> "PROGRA~1")
2625 # DLL is installed to $(libdir)/../bin by postinstall_cmds
2626 postinstall_cmds='base_file=`basename \$file`~
2627 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
2628 dldir=$destdir/`dirname \$dlpath`~
2629 test -d \$dldir || mkdir -p \$dldir~
2630 $install_prog $dir/$dlname \$dldir/$dlname'
2631 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
2632 dlpath=$dir/\$dldll~
2634 shlibpath_overrides_runpath=yes
2635 dynamic_linker='Win32 link.exe'
2639 # Assume MSVC wrapper
2640 library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
2641 dynamic_linker='Win32 ld.exe'
2644 # FIXME: first we should search . and the directory the executable is in
2648 darwin* | rhapsody*)
2649 dynamic_linker="$host_os dyld"
2653 library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
2654 soname_spec='$libname$release$major$shared_ext'
2655 shlibpath_overrides_runpath=yes
2656 shlibpath_var=DYLD_LIBRARY_PATH
2657 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
2659 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"])
2660 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
2664 version_type=linux # correct to gnu/linux during the next big refactor
2667 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2668 soname_spec='$libname$release$shared_ext$major'
2669 shlibpath_var=LD_LIBRARY_PATH
2672 freebsd* | dragonfly*)
2673 # DragonFly does not have aout. When/if they implement a new
2674 # versioning mechanism, adjust this.
2675 if test -x /usr/bin/objformat; then
2676 objformat=`/usr/bin/objformat`
2679 freebsd[[23]].*) objformat=aout ;;
2683 version_type=freebsd-$objformat
2684 case $version_type in
2686 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2687 soname_spec='$libname$release$shared_ext$major'
2692 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
2696 shlibpath_var=LD_LIBRARY_PATH
2699 shlibpath_overrides_runpath=yes
2701 freebsd3.[[01]]* | freebsdelf3.[[01]]*)
2702 shlibpath_overrides_runpath=yes
2703 hardcode_into_libs=yes
2705 freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
2706 freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
2707 shlibpath_overrides_runpath=no
2708 hardcode_into_libs=yes
2710 *) # from 4.6 on, and DragonFly
2711 shlibpath_overrides_runpath=yes
2712 hardcode_into_libs=yes
2718 version_type=linux # correct to gnu/linux during the next big refactor
2721 dynamic_linker="$host_os runtime_loader"
2722 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2723 soname_spec='$libname$release$shared_ext$major'
2724 shlibpath_var=LIBRARY_PATH
2725 shlibpath_overrides_runpath=no
2726 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
2727 hardcode_into_libs=yes
2730 hpux9* | hpux10* | hpux11*)
2731 # Give a soname corresponding to the major version so that dld.sl refuses to
2732 # link against other versions.
2739 hardcode_into_libs=yes
2740 dynamic_linker="$host_os dld.so"
2741 shlibpath_var=LD_LIBRARY_PATH
2742 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
2743 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2744 soname_spec='$libname$release$shared_ext$major'
2745 if test 32 = "$HPUX_IA64_MODE"; then
2746 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
2747 sys_lib_dlsearch_path_spec=/usr/lib/hpux32
2749 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
2750 sys_lib_dlsearch_path_spec=/usr/lib/hpux64
2755 hardcode_into_libs=yes
2756 dynamic_linker="$host_os dld.sl"
2757 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
2758 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
2759 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2760 soname_spec='$libname$release$shared_ext$major'
2761 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
2762 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
2766 dynamic_linker="$host_os dld.sl"
2767 shlibpath_var=SHLIB_PATH
2768 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
2769 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2770 soname_spec='$libname$release$shared_ext$major'
2773 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
2774 postinstall_cmds='chmod 555 $lib'
2775 # or fails outright, so override atomically:
2776 install_override_mode=555
2780 version_type=linux # correct to gnu/linux during the next big refactor
2783 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2784 soname_spec='$libname$release$shared_ext$major'
2785 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
2786 shlibpath_var=LD_LIBRARY_PATH
2787 shlibpath_overrides_runpath=no
2788 hardcode_into_libs=yes
2791 irix5* | irix6* | nonstopux*)
2793 nonstopux*) version_type=nonstopux ;;
2795 if test yes = "$lt_cv_prog_gnu_ld"; then
2796 version_type=linux # correct to gnu/linux during the next big refactor
2803 soname_spec='$libname$release$shared_ext$major'
2804 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext'
2806 irix5* | nonstopux*)
2810 case $LD in # libtool.m4 will add one of these switches to LD
2811 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
2812 libsuff= shlibsuff= libmagic=32-bit;;
2813 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
2814 libsuff=32 shlibsuff=N32 libmagic=N32;;
2815 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
2816 libsuff=64 shlibsuff=64 libmagic=64-bit;;
2817 *) libsuff= shlibsuff= libmagic=never-match;;
2821 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
2822 shlibpath_overrides_runpath=no
2823 sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff"
2824 sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff"
2825 hardcode_into_libs=yes
2828 # No shared lib support for Linux oldld, aout, or coff.
2829 linux*oldld* | linux*aout* | linux*coff*)
2834 version_type=none # Android doesn't support versioned libraries.
2837 library_names_spec='$libname$release$shared_ext'
2838 soname_spec='$libname$release$shared_ext'
2840 shlibpath_var=LD_LIBRARY_PATH
2841 shlibpath_overrides_runpath=yes
2843 # This implies no fast_install, which is unacceptable.
2844 # Some rework will be needed to allow for fast_install
2845 # before this can be enabled.
2846 hardcode_into_libs=yes
2848 dynamic_linker='Android linker'
2849 # Don't embed -rpath directories since the linker doesn't support them.
2850 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2853 # This must be glibc/ELF.
2854 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
2855 version_type=linux # correct to gnu/linux during the next big refactor
2858 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2859 soname_spec='$libname$release$shared_ext$major'
2860 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
2861 shlibpath_var=LD_LIBRARY_PATH
2862 shlibpath_overrides_runpath=no
2864 # Some binutils ld are patched to set DT_RUNPATH
2865 AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath],
2866 [lt_cv_shlibpath_overrides_runpath=no
2867 save_LDFLAGS=$LDFLAGS
2869 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
2870 LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\""
2871 AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
2872 [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null],
2873 [lt_cv_shlibpath_overrides_runpath=yes])])
2874 LDFLAGS=$save_LDFLAGS
2877 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2879 # This implies no fast_install, which is unacceptable.
2880 # Some rework will be needed to allow for fast_install
2881 # before this can be enabled.
2882 hardcode_into_libs=yes
2884 # Ideally, we could use ldconfig to report *all* directores which are
2885 # searched for libraries, however this is still not possible. Aside from not
2886 # being certain /sbin/ldconfig is available, command
2887 # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
2888 # even though it is searched at run-time. Try to do the best guess by
2889 # appending ld.so.conf contents (and includes) to the search path.
2890 if test -f /etc/ld.so.conf; then
2891 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' ' '`
2892 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
2895 # We used to test for /lib/ld.so.1 and disable shared libraries on
2896 # powerpc, because MkLinux only supported shared libraries with the
2897 # GNU dynamic linker. Since this was broken with cross compilers,
2898 # most powerpc-linux boxes support dynamic linking these days and
2899 # people can always --disable-shared, the test was removed, and we
2900 # assume the GNU/Linux dynamic linker is in use.
2901 dynamic_linker='GNU/Linux ld.so'
2908 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
2909 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
2910 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
2911 dynamic_linker='NetBSD (a.out) ld.so'
2913 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2914 soname_spec='$libname$release$shared_ext$major'
2915 dynamic_linker='NetBSD ld.elf_so'
2917 shlibpath_var=LD_LIBRARY_PATH
2918 shlibpath_overrides_runpath=yes
2919 hardcode_into_libs=yes
2923 version_type=linux # correct to gnu/linux during the next big refactor
2924 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2925 shlibpath_var=LD_LIBRARY_PATH
2926 shlibpath_overrides_runpath=yes
2933 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2934 soname_spec='$libname$release$shared_ext$major'
2935 shlibpath_var=LD_LIBRARY_PATH
2936 shlibpath_overrides_runpath=no
2937 hardcode_into_libs=yes
2938 dynamic_linker='ldqnx.so'
2943 sys_lib_dlsearch_path_spec=/usr/lib
2945 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
2950 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
2951 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
2952 shlibpath_var=LD_LIBRARY_PATH
2953 shlibpath_overrides_runpath=yes
2957 libname_spec='$name'
2958 version_type=windows
2962 # OS/2 can only load a DLL with a base name of 8 characters or less.
2963 soname_spec='`test -n "$os2dllname" && libname="$os2dllname";
2964 v=$($ECHO $release$versuffix | tr -d .-);
2965 n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
2966 $ECHO $n$v`$shared_ext'
2967 library_names_spec='${libname}_dll.$libext'
2968 dynamic_linker='OS/2 ld.exe'
2969 shlibpath_var=BEGINLIBPATH
2970 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
2971 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
2972 postinstall_cmds='base_file=`basename \$file`~
2973 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
2974 dldir=$destdir/`dirname \$dlpath`~
2975 test -d \$dldir || mkdir -p \$dldir~
2976 $install_prog $dir/$dlname \$dldir/$dlname~
2977 chmod a+x \$dldir/$dlname~
2978 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
2979 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
2981 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
2982 dlpath=$dir/\$dldll~
2986 osf3* | osf4* | osf5*)
2990 soname_spec='$libname$release$shared_ext$major'
2991 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2992 shlibpath_var=LD_LIBRARY_PATH
2993 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
2994 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
3002 version_type=linux # correct to gnu/linux during the next big refactor
3005 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
3006 soname_spec='$libname$release$shared_ext$major'
3007 shlibpath_var=LD_LIBRARY_PATH
3008 shlibpath_overrides_runpath=yes
3009 hardcode_into_libs=yes
3010 # ldd complains unless libraries are executable
3011 postinstall_cmds='chmod +x $lib'
3016 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
3017 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
3018 shlibpath_var=LD_LIBRARY_PATH
3019 shlibpath_overrides_runpath=yes
3020 if test yes = "$with_gnu_ld"; then
3027 version_type=linux # correct to gnu/linux during the next big refactor
3028 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
3029 soname_spec='$libname$release$shared_ext$major'
3030 shlibpath_var=LD_LIBRARY_PATH
3031 case $host_vendor in
3033 shlibpath_overrides_runpath=no
3035 runpath_var=LD_RUN_PATH
3043 shlibpath_overrides_runpath=no
3044 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
3050 if test -d /usr/nec; then
3051 version_type=linux # correct to gnu/linux during the next big refactor
3052 library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext'
3053 soname_spec='$libname$shared_ext.$major'
3054 shlibpath_var=LD_LIBRARY_PATH
3058 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
3062 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'
3063 soname_spec='$libname$release$shared_ext$major'
3064 shlibpath_var=LD_LIBRARY_PATH
3065 shlibpath_overrides_runpath=yes
3066 hardcode_into_libs=yes
3067 if test yes = "$with_gnu_ld"; then
3068 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
3070 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
3073 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
3077 sys_lib_dlsearch_path_spec='/usr/lib'
3081 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
3082 version_type=linux # correct to gnu/linux during the next big refactor
3085 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
3086 shlibpath_var=LD_LIBRARY_PATH
3087 shlibpath_overrides_runpath=no
3088 hardcode_into_libs=yes
3092 version_type=linux # correct to gnu/linux during the next big refactor
3093 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
3094 soname_spec='$libname$release$shared_ext$major'
3095 shlibpath_var=LD_LIBRARY_PATH
3102 AC_MSG_RESULT([$dynamic_linker])
3103 test no = "$dynamic_linker" && can_build_shared=no
3105 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
3106 if test yes = "$GCC"; then
3107 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
3110 if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
3111 sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
3114 if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
3115 sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
3118 # remember unaugmented sys_lib_dlsearch_path content for libtool script decls...
3119 configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec
3121 # ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code
3122 func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH"
3124 # to be used as default LT_SYS_LIBRARY_PATH value in generated libtool
3125 configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH
3127 _LT_DECL([], [variables_saved_for_relink], [1],
3128 [Variables whose values should be saved in libtool wrapper scripts and
3129 restored at link time])
3130 _LT_DECL([], [need_lib_prefix], [0],
3131 [Do we need the "lib" prefix for modules?])
3132 _LT_DECL([], [need_version], [0], [Do we need a version for libraries?])
3133 _LT_DECL([], [version_type], [0], [Library versioning type])
3134 _LT_DECL([], [runpath_var], [0], [Shared library runtime path variable])
3135 _LT_DECL([], [shlibpath_var], [0],[Shared library path variable])
3136 _LT_DECL([], [shlibpath_overrides_runpath], [0],
3137 [Is shlibpath searched before the hard-coded library search path?])
3138 _LT_DECL([], [libname_spec], [1], [Format of library name prefix])
3139 _LT_DECL([], [library_names_spec], [1],
3140 [[List of archive names. First name is the real one, the rest are links.
3141 The last name is the one that the linker finds with -lNAME]])
3142 _LT_DECL([], [soname_spec], [1],
3143 [[The coded name of the library, if different from the real name]])
3144 _LT_DECL([], [install_override_mode], [1],
3145 [Permission mode override for installation of shared libraries])
3146 _LT_DECL([], [postinstall_cmds], [2],
3147 [Command to use after installation of a shared archive])
3148 _LT_DECL([], [postuninstall_cmds], [2],
3149 [Command to use after uninstallation of a shared archive])
3150 _LT_DECL([], [finish_cmds], [2],
3151 [Commands used to finish a libtool library installation in a directory])
3152 _LT_DECL([], [finish_eval], [1],
3153 [[As "finish_cmds", except a single script fragment to be evaled but
3155 _LT_DECL([], [hardcode_into_libs], [0],
3156 [Whether we should hardcode library paths into libraries])
3157 _LT_DECL([], [sys_lib_search_path_spec], [2],
3158 [Compile-time system search path for libraries])
3159 _LT_DECL([sys_lib_dlsearch_path_spec], [configure_time_dlsearch_path], [2],
3160 [Detected run-time system search path for libraries])
3161 _LT_DECL([], [configure_time_lt_sys_library_path], [2],
3162 [Explicit LT_SYS_LIBRARY_PATH set during ./configure time])
3163 ])# _LT_SYS_DYNAMIC_LINKER
3166 # _LT_PATH_TOOL_PREFIX(TOOL)
3167 # --------------------------
3168 # find a file program that can recognize shared library
3169 AC_DEFUN([_LT_PATH_TOOL_PREFIX],
3170 [m4_require([_LT_DECL_EGREP])dnl
3171 AC_MSG_CHECKING([for $1])
3172 AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
3174 [[\\/*] | ?:[\\/]*])
3175 lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
3178 lt_save_MAGIC_CMD=$MAGIC_CMD
3179 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
3180 dnl $ac_dummy forces splitting on constant user-supplied paths.
3181 dnl POSIX.2 word splitting is done only on the output of word expansions,
3182 dnl not every word. This closes a longstanding sh security hole.
3183 ac_dummy="m4_if([$2], , $PATH, [$2])"
3184 for ac_dir in $ac_dummy; do
3186 test -z "$ac_dir" && ac_dir=.
3187 if test -f "$ac_dir/$1"; then
3188 lt_cv_path_MAGIC_CMD=$ac_dir/"$1"
3189 if test -n "$file_magic_test_file"; then
3190 case $deplibs_check_method in
3192 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
3193 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
3194 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
3195 $EGREP "$file_magic_regex" > /dev/null; then
3200 *** Warning: the command libtool uses to detect shared libraries,
3201 *** $file_magic_cmd, produces output that libtool cannot recognize.
3202 *** The result is that libtool may fail to recognize shared libraries
3203 *** as such. This will affect the creation of libtool libraries that
3204 *** depend on shared libraries, but programs linked with such libtool
3205 *** libraries will work regardless of this problem. Nevertheless, you
3206 *** may want to report the problem to your system manager and/or to
3207 *** bug-libtool@gnu.org
3217 MAGIC_CMD=$lt_save_MAGIC_CMD
3220 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
3221 if test -n "$MAGIC_CMD"; then
3222 AC_MSG_RESULT($MAGIC_CMD)
3226 _LT_DECL([], [MAGIC_CMD], [0],
3227 [Used to examine libraries when file_magic_cmd begins with "file"])dnl
3228 ])# _LT_PATH_TOOL_PREFIX
3231 AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX])
3232 dnl aclocal-1.4 backwards compatibility:
3233 dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], [])
3238 # find a file program that can recognize a shared library
3239 m4_defun([_LT_PATH_MAGIC],
3240 [_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
3241 if test -z "$lt_cv_path_MAGIC_CMD"; then
3242 if test -n "$ac_tool_prefix"; then
3243 _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
3253 # find the pathname to the GNU or non-GNU linker
3254 AC_DEFUN([LT_PATH_LD],
3255 [AC_REQUIRE([AC_PROG_CC])dnl
3256 AC_REQUIRE([AC_CANONICAL_HOST])dnl
3257 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
3258 m4_require([_LT_DECL_SED])dnl
3259 m4_require([_LT_DECL_EGREP])dnl
3260 m4_require([_LT_PROG_ECHO_BACKSLASH])dnl
3262 AC_ARG_WITH([gnu-ld],
3263 [AS_HELP_STRING([--with-gnu-ld],
3264 [assume the C compiler uses GNU ld @<:@default=no@:>@])],
3265 [test no = "$withval" || with_gnu_ld=yes],
3266 [with_gnu_ld=no])dnl
3269 if test yes = "$GCC"; then
3270 # Check if gcc -print-prog-name=ld gives a path.
3271 AC_MSG_CHECKING([for ld used by $CC])
3274 # gcc leaves a trailing carriage return, which upsets mingw
3275 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3277 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
3280 # Accept absolute paths.
3281 [[\\/]]* | ?:[[\\/]]*)
3282 re_direlt='/[[^/]][[^/]]*/\.\./'
3283 # Canonicalize the pathname of ld
3284 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
3285 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
3286 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
3288 test -z "$LD" && LD=$ac_prog
3291 # If it fails, then pretend we aren't using GCC.
3295 # If it is relative, then search for the first ld in PATH.
3299 elif test yes = "$with_gnu_ld"; then
3300 AC_MSG_CHECKING([for GNU ld])
3302 AC_MSG_CHECKING([for non-GNU ld])
3304 AC_CACHE_VAL(lt_cv_path_LD,
3305 [if test -z "$LD"; then
3306 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
3307 for ac_dir in $PATH; do
3309 test -z "$ac_dir" && ac_dir=.
3310 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
3311 lt_cv_path_LD=$ac_dir/$ac_prog
3312 # Check to see if the program is GNU ld. I'd rather use --version,
3313 # but apparently some variants of GNU ld only accept -v.
3314 # Break only if it was the GNU/non-GNU ld that we prefer.
3315 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
3316 *GNU* | *'with BFD'*)
3317 test no != "$with_gnu_ld" && break
3320 test yes != "$with_gnu_ld" && break
3327 lt_cv_path_LD=$LD # Let the user override the test with a path.
3330 if test -n "$LD"; then
3335 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
3339 _LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
3343 AU_ALIAS([AM_PROG_LD], [LT_PATH_LD])
3344 AU_ALIAS([AC_PROG_LD], [LT_PATH_LD])
3345 dnl aclocal-1.4 backwards compatibility:
3346 dnl AC_DEFUN([AM_PROG_LD], [])
3347 dnl AC_DEFUN([AC_PROG_LD], [])
3352 m4_defun([_LT_PATH_LD_GNU],
3353 [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
3354 [# I'd rather use --version here, but apparently some GNU lds only accept -v.
3355 case `$LD -v 2>&1 </dev/null` in
3356 *GNU* | *'with BFD'*)
3357 lt_cv_prog_gnu_ld=yes
3360 lt_cv_prog_gnu_ld=no
3363 with_gnu_ld=$lt_cv_prog_gnu_ld
3369 # find reload flag for linker
3370 # -- PORTME Some linkers may need a different reload flag.
3371 m4_defun([_LT_CMD_RELOAD],
3372 [AC_CACHE_CHECK([for $LD option to reload object files],
3373 lt_cv_ld_reload_flag,
3374 [lt_cv_ld_reload_flag='-r'])
3375 reload_flag=$lt_cv_ld_reload_flag
3376 case $reload_flag in
3378 *) reload_flag=" $reload_flag" ;;
3380 reload_cmds='$LD$reload_flag -o $output$reload_objs'
3382 cygwin* | mingw* | pw32* | cegcc*)
3383 if test yes != "$GCC"; then
3388 if test yes = "$GCC"; then
3389 reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
3391 reload_cmds='$LD$reload_flag -o $output$reload_objs'
3395 _LT_TAGDECL([], [reload_flag], [1], [How to create reloadable object files])dnl
3396 _LT_TAGDECL([], [reload_cmds], [2])dnl
3403 m4_defun([_LT_PATH_DD],
3404 [AC_CACHE_CHECK([for a working dd], [ac_cv_path_lt_DD],
3405 [printf 0123456789abcdef0123456789abcdef >conftest.i
3406 cat conftest.i conftest.i >conftest2.i
3408 AC_PATH_PROGS_FEATURE_CHECK([lt_DD], [dd],
3409 [if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
3410 cmp -s conftest.i conftest.out \
3411 && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=:
3413 rm -f conftest.i conftest2.i conftest.out])
3419 # find command to truncate a binary pipe
3420 m4_defun([_LT_CMD_TRUNCATE],
3421 [m4_require([_LT_PATH_DD])
3422 AC_CACHE_CHECK([how to truncate binary pipes], [lt_cv_truncate_bin],
3423 [printf 0123456789abcdef0123456789abcdef >conftest.i
3424 cat conftest.i conftest.i >conftest2.i
3426 if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
3427 cmp -s conftest.i conftest.out \
3428 && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
3430 rm -f conftest.i conftest2.i conftest.out
3431 test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"])
3432 _LT_DECL([lt_truncate_bin], [lt_cv_truncate_bin], [1],
3433 [Command to truncate a binary pipe])
3434 ])# _LT_CMD_TRUNCATE
3437 # _LT_CHECK_MAGIC_METHOD
3438 # ----------------------
3439 # how to check for library dependencies
3440 # -- PORTME fill in with the dynamic library characteristics
3441 m4_defun([_LT_CHECK_MAGIC_METHOD],
3442 [m4_require([_LT_DECL_EGREP])
3443 m4_require([_LT_DECL_OBJDUMP])
3444 AC_CACHE_CHECK([how to recognize dependent libraries],
3445 lt_cv_deplibs_check_method,
3446 [lt_cv_file_magic_cmd='$MAGIC_CMD'
3447 lt_cv_file_magic_test_file=
3448 lt_cv_deplibs_check_method='unknown'
3449 # Need to set the preceding variable on all platforms that support
3450 # interlibrary dependencies.
3451 # 'none' -- dependencies not supported.
3452 # 'unknown' -- same as none, but documents that we really don't know.
3453 # 'pass_all' -- all dependencies passed with no checks.
3454 # 'test_compile' -- check by making test program.
3455 # 'file_magic [[regex]]' -- check by looking for files in library path
3456 # that responds to the $file_magic_cmd with a given extended regex.
3457 # If you have 'file' or equivalent on your system and you're not sure
3458 # whether 'pass_all' will *always* work, you probably want this one.
3462 lt_cv_deplibs_check_method=pass_all
3466 lt_cv_deplibs_check_method=pass_all
3470 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
3471 lt_cv_file_magic_cmd='/usr/bin/file -L'
3472 lt_cv_file_magic_test_file=/shlib/libc.so
3476 # func_win32_libid is a shell function defined in ltmain.sh
3477 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
3478 lt_cv_file_magic_cmd='func_win32_libid'
3482 # Base MSYS/MinGW do not provide the 'file' command needed by
3483 # func_win32_libid shell function, so use a weaker test based on 'objdump',
3484 # unless we find 'file', for example because we are cross-compiling.
3485 if ( file / ) >/dev/null 2>&1; then
3486 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
3487 lt_cv_file_magic_cmd='func_win32_libid'
3489 # Keep this pattern in sync with the one in func_win32_libid.
3490 lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
3491 lt_cv_file_magic_cmd='$OBJDUMP -f'
3496 # use the weaker test based on 'objdump'. See mingw*.
3497 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
3498 lt_cv_file_magic_cmd='$OBJDUMP -f'
3501 darwin* | rhapsody*)
3502 lt_cv_deplibs_check_method=pass_all
3505 freebsd* | dragonfly*)
3506 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
3509 # Not sure whether the presence of OpenBSD here was a mistake.
3510 # Let's accept both of them until this is cleared up.
3511 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
3512 lt_cv_file_magic_cmd=/usr/bin/file
3513 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
3517 lt_cv_deplibs_check_method=pass_all
3522 lt_cv_deplibs_check_method=pass_all
3525 hpux10.20* | hpux11*)
3526 lt_cv_file_magic_cmd=/usr/bin/file
3529 lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
3530 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
3533 [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]']
3534 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
3537 lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library'
3538 lt_cv_file_magic_test_file=/usr/lib/libc.sl
3544 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
3545 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
3548 irix5* | irix6* | nonstopux*)
3550 *-32|*"-32 ") libmagic=32-bit;;
3551 *-n32|*"-n32 ") libmagic=N32;;
3552 *-64|*"-64 ") libmagic=64-bit;;
3553 *) libmagic=never-match;;
3555 lt_cv_deplibs_check_method=pass_all
3558 # This must be glibc/ELF.
3559 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
3560 lt_cv_deplibs_check_method=pass_all
3564 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
3565 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
3567 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
3572 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
3573 lt_cv_file_magic_cmd=/usr/bin/file
3574 lt_cv_file_magic_test_file=/usr/lib/libnls.so
3578 lt_cv_deplibs_check_method=pass_all
3582 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
3583 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
3585 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
3589 osf3* | osf4* | osf5*)
3590 lt_cv_deplibs_check_method=pass_all
3594 lt_cv_deplibs_check_method=pass_all
3598 lt_cv_deplibs_check_method=pass_all
3601 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
3602 lt_cv_deplibs_check_method=pass_all
3606 case $host_vendor in
3608 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]]'
3609 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
3612 lt_cv_deplibs_check_method=pass_all
3615 lt_cv_file_magic_cmd='/bin/file'
3616 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
3619 lt_cv_file_magic_cmd='/bin/file'
3620 lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
3621 lt_cv_file_magic_test_file=/lib/libc.so
3624 lt_cv_deplibs_check_method=pass_all
3627 lt_cv_deplibs_check_method=pass_all
3633 lt_cv_deplibs_check_method=pass_all
3636 lt_cv_deplibs_check_method=pass_all
3643 if test "$build" = "$host"; then
3646 if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
3649 file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
3655 file_magic_cmd=$lt_cv_file_magic_cmd
3656 deplibs_check_method=$lt_cv_deplibs_check_method
3657 test -z "$deplibs_check_method" && deplibs_check_method=unknown
3659 _LT_DECL([], [deplibs_check_method], [1],
3660 [Method to check whether dependent libraries are shared objects])
3661 _LT_DECL([], [file_magic_cmd], [1],
3662 [Command to use when deplibs_check_method = "file_magic"])
3663 _LT_DECL([], [file_magic_glob], [1],
3664 [How to find potential files when deplibs_check_method = "file_magic"])
3665 _LT_DECL([], [want_nocaseglob], [1],
3666 [Find potential files using nocaseglob when deplibs_check_method = "file_magic"])
3667 ])# _LT_CHECK_MAGIC_METHOD
3672 # find the pathname to a BSD- or MS-compatible name lister
3673 AC_DEFUN([LT_PATH_NM],
3674 [AC_REQUIRE([AC_PROG_CC])dnl
3675 AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
3676 [if test -n "$NM"; then
3677 # Let the user override the test.
3680 lt_nm_to_check=${ac_tool_prefix}nm
3681 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
3682 lt_nm_to_check="$lt_nm_to_check nm"
3684 for lt_tmp_nm in $lt_nm_to_check; do
3685 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
3686 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
3688 test -z "$ac_dir" && ac_dir=.
3689 tmp_nm=$ac_dir/$lt_tmp_nm
3690 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then
3691 # Check to see if the nm accepts a BSD-compat flag.
3692 # Adding the 'sed 1q' prevents false positives on HP-UX, which says:
3693 # nm: unknown option "B" ignored
3694 # Tru64's nm complains that /dev/null is an invalid object file
3695 # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
3697 mingw*) lt_bad_file=conftest.nm/nofile ;;
3698 *) lt_bad_file=/dev/null ;;
3700 case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
3701 *$lt_bad_file* | *'Invalid file or object type'*)
3702 lt_cv_path_NM="$tmp_nm -B"
3706 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
3708 lt_cv_path_NM="$tmp_nm -p"
3712 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
3713 continue # so that we can try to find one that supports BSD flags
3722 : ${lt_cv_path_NM=no}
3724 if test no != "$lt_cv_path_NM"; then
3727 # Didn't find any BSD compatible name lister, look for dumpbin.
3728 if test -n "$DUMPBIN"; then :
3729 # Let the user override the test.
3731 AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
3732 case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
3734 DUMPBIN="$DUMPBIN -symbols -headers"
3742 if test : != "$DUMPBIN"; then
3746 test -z "$NM" && NM=nm
3748 _LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
3750 AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
3751 [lt_cv_nm_interface="BSD nm"
3752 echo "int some_variable = 0;" > conftest.$ac_ext
3753 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
3754 (eval "$ac_compile" 2>conftest.err)
3755 cat conftest.err >&AS_MESSAGE_LOG_FD
3756 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
3757 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
3758 cat conftest.err >&AS_MESSAGE_LOG_FD
3759 (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD)
3760 cat conftest.out >&AS_MESSAGE_LOG_FD
3761 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
3762 lt_cv_nm_interface="MS dumpbin"
3768 AU_ALIAS([AM_PROG_NM], [LT_PATH_NM])
3769 AU_ALIAS([AC_PROG_NM], [LT_PATH_NM])
3770 dnl aclocal-1.4 backwards compatibility:
3771 dnl AC_DEFUN([AM_PROG_NM], [])
3772 dnl AC_DEFUN([AC_PROG_NM], [])
3774 # _LT_CHECK_SHAREDLIB_FROM_LINKLIB
3775 # --------------------------------
3776 # how to determine the name of the shared library
3777 # associated with a specific link library.
3778 # -- PORTME fill in with the dynamic library characteristics
3779 m4_defun([_LT_CHECK_SHAREDLIB_FROM_LINKLIB],
3780 [m4_require([_LT_DECL_EGREP])
3781 m4_require([_LT_DECL_OBJDUMP])
3782 m4_require([_LT_DECL_DLLTOOL])
3783 AC_CACHE_CHECK([how to associate runtime and link libraries],
3784 lt_cv_sharedlib_from_linklib_cmd,
3785 [lt_cv_sharedlib_from_linklib_cmd='unknown'
3788 cygwin* | mingw* | pw32* | cegcc*)
3789 # two different shell functions defined in ltmain.sh;
3790 # decide which one to use based on capabilities of $DLLTOOL
3791 case `$DLLTOOL --help 2>&1` in
3792 *--identify-strict*)
3793 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
3796 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
3801 # fallback: assume linklib IS sharedlib
3802 lt_cv_sharedlib_from_linklib_cmd=$ECHO
3806 sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
3807 test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
3809 _LT_DECL([], [sharedlib_from_linklib_cmd], [1],
3810 [Command to associate shared and link libraries])
3811 ])# _LT_CHECK_SHAREDLIB_FROM_LINKLIB
3814 # _LT_PATH_MANIFEST_TOOL
3815 # ----------------------
3816 # locate the manifest tool
3817 m4_defun([_LT_PATH_MANIFEST_TOOL],
3818 [AC_CHECK_TOOL(MANIFEST_TOOL, mt, :)
3819 test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
3820 AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool],
3821 [lt_cv_path_mainfest_tool=no
3822 echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&AS_MESSAGE_LOG_FD
3823 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
3824 cat conftest.err >&AS_MESSAGE_LOG_FD
3825 if $GREP 'Manifest Tool' conftest.out > /dev/null; then
3826 lt_cv_path_mainfest_tool=yes
3829 if test yes != "$lt_cv_path_mainfest_tool"; then
3832 _LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl
3833 ])# _LT_PATH_MANIFEST_TOOL
3836 # _LT_DLL_DEF_P([FILE])
3837 # ---------------------
3838 # True iff FILE is a Windows DLL '.def' file.
3839 # Keep in sync with func_dll_def_p in the libtool script
3840 AC_DEFUN([_LT_DLL_DEF_P],
3842 test DEF = "`$SED -n dnl
3843 -e '\''s/^[[ ]]*//'\'' dnl Strip leading whitespace
3844 -e '\''/^\(;.*\)*$/d'\'' dnl Delete empty lines and comments
3845 -e '\''s/^\(EXPORTS\|LIBRARY\)\([[ ]].*\)*$/DEF/p'\'' dnl
3846 -e q dnl Only consider the first "real" line
3853 # check for math library
3854 AC_DEFUN([LT_LIB_M],
3855 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
3858 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
3859 # These system don't have libm, or don't need it
3862 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw)
3863 AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
3866 AC_CHECK_LIB(m, cos, LIBM=-lm)
3873 AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M])
3874 dnl aclocal-1.4 backwards compatibility:
3875 dnl AC_DEFUN([AC_CHECK_LIBM], [])
3878 # _LT_COMPILER_NO_RTTI([TAGNAME])
3879 # -------------------------------
3880 m4_defun([_LT_COMPILER_NO_RTTI],
3881 [m4_require([_LT_TAG_COMPILER])dnl
3883 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
3885 if test yes = "$GCC"; then
3886 case $cc_basename in
3888 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;;
3890 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;;
3893 _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
3894 lt_cv_prog_compiler_rtti_exceptions,
3895 [-fno-rtti -fno-exceptions], [],
3896 [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
3898 _LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1],
3899 [Compiler flag to turn off builtin functions])
3900 ])# _LT_COMPILER_NO_RTTI
3903 # _LT_CMD_GLOBAL_SYMBOLS
3904 # ----------------------
3905 m4_defun([_LT_CMD_GLOBAL_SYMBOLS],
3906 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
3907 AC_REQUIRE([AC_PROG_CC])dnl
3908 AC_REQUIRE([AC_PROG_AWK])dnl
3909 AC_REQUIRE([LT_PATH_NM])dnl
3910 AC_REQUIRE([LT_PATH_LD])dnl
3911 m4_require([_LT_DECL_SED])dnl
3912 m4_require([_LT_DECL_EGREP])dnl
3913 m4_require([_LT_TAG_COMPILER])dnl
3915 # Check for command to grab the raw symbol name followed by C symbol from nm.
3916 AC_MSG_CHECKING([command to parse $NM output from $compiler object])
3917 AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
3919 # These are sane defaults that work on at least a few old systems.
3920 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
3922 # Character class describing NM global symbol codes.
3923 symcode='[[BCDEGRST]]'
3925 # Regexp to match symbols that can be accessed directly from C.
3926 sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
3928 # Define system-specific variables.
3933 cygwin* | mingw* | pw32* | cegcc*)
3934 symcode='[[ABCDGISTW]]'
3937 if test ia64 = "$host_cpu"; then
3938 symcode='[[ABCDEGRST]]'
3942 symcode='[[BCDEGRST]]'
3945 symcode='[[BCDEGQRST]]'
3956 sysv5* | sco5v6* | unixware* | OpenUNIX*)
3960 symcode='[[DFNSTU]]'
3964 # If we're using GNU nm, then use its standard symbol codes.
3965 case `$NM -V 2>&1` in
3966 *GNU* | *'with BFD'*)
3967 symcode='[[ABCDGIRSTW]]' ;;
3970 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
3971 # Gets list of data symbols to import.
3972 lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'"
3973 # Adjust the below global symbol transforms to fixup imported variables.
3974 lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'"
3975 lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'"
3976 lt_c_name_lib_hook="\
3977 -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\
3978 -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'"
3980 # Disable hooks by default.
3981 lt_cv_sys_global_symbol_to_import=
3987 # Transform an extracted symbol line into a proper C declaration.
3988 # Some systems (esp. on ia64) link data and code symbols differently,
3989 # so use this general approach.
3990 lt_cv_sys_global_symbol_to_cdecl="sed -n"\
3992 " -e 's/^T .* \(.*\)$/extern int \1();/p'"\
3993 " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'"
3995 # Transform an extracted symbol line into symbol name and symbol address
3996 lt_cv_sys_global_symbol_to_c_name_address="sed -n"\
3998 " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
3999 " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'"
4001 # Transform an extracted symbol line into symbol name with lib prefix and
4003 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\
4004 $lt_c_name_lib_hook\
4005 " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
4006 " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\
4007 " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'"
4009 # Handle CRLF in mingw tool chain
4013 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
4017 # Try without a prefix underscore, then with it.
4018 for ac_symprfx in "" "_"; do
4020 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
4021 symxfrm="\\1 $ac_symprfx\\2 \\2"
4023 # Write the raw and C identifiers.
4024 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
4025 # Fake it for dumpbin and say T for any non-static function,
4026 # D for any global variable and I for any imported variable.
4027 # Also find C++ and __fastcall symbols from MSVC++,
4028 # which start with @ or ?.
4029 lt_cv_sys_global_symbol_pipe="$AWK ['"\
4030 " {last_section=section; section=\$ 3};"\
4031 " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
4032 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
4033 " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\
4034 " /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\
4035 " /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\
4036 " \$ 0!~/External *\|/{next};"\
4037 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
4038 " {if(hide[section]) next};"\
4039 " {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\
4040 " {split(\$ 0,a,/\||\r/); split(a[2],s)};"\
4041 " s[1]~/^[@?]/{print f,s[1],s[1]; next};"\
4042 " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
4043 " ' prfx=^$ac_symprfx]"
4045 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
4047 lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
4049 # Check to see that the pipe works correctly.
4053 cat > conftest.$ac_ext <<_LT_EOF
4058 void nm_test_func(void);
4059 void nm_test_func(void){}
4063 int main(){nm_test_var='a';nm_test_func();return(0);}
4066 if AC_TRY_EVAL(ac_compile); then
4067 # Now try to grab the symbols.
4069 if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
4070 # Try sorting and uniquifying the output.
4071 if sort "$nlist" | uniq > "$nlist"T; then
4072 mv -f "$nlist"T "$nlist"
4077 # Make sure that we snagged all the symbols we need.
4078 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
4079 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
4080 cat <<_LT_EOF > conftest.$ac_ext
4081 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
4082 #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
4083 /* DATA imports from DLLs on WIN32 can't be const, because runtime
4084 relocations are performed -- see ld's documentation on pseudo-relocs. */
4085 # define LT@&t@_DLSYM_CONST
4086 #elif defined __osf__
4087 /* This system does not cope well with relocations in const data. */
4088 # define LT@&t@_DLSYM_CONST
4090 # define LT@&t@_DLSYM_CONST const
4098 # Now generate the symbol file.
4099 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
4101 cat <<_LT_EOF >> conftest.$ac_ext
4103 /* The mapping between symbol names and symbols. */
4104 LT@&t@_DLSYM_CONST struct {
4108 lt__PROGRAM__LTX_preloaded_symbols[[]] =
4110 { "@PROGRAM@", (void *) 0 },
4112 $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
4113 cat <<\_LT_EOF >> conftest.$ac_ext
4117 /* This works around a problem in FreeBSD linker */
4118 #ifdef FREEBSD_WORKAROUND
4119 static const void *lt_preloaded_setup() {
4120 return lt__PROGRAM__LTX_preloaded_symbols;
4128 # Now try linking the two files.
4129 mv conftest.$ac_objext conftstm.$ac_objext
4130 lt_globsym_save_LIBS=$LIBS
4131 lt_globsym_save_CFLAGS=$CFLAGS
4132 LIBS=conftstm.$ac_objext
4133 CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
4134 if AC_TRY_EVAL(ac_link) && test -s conftest$ac_exeext; then
4137 LIBS=$lt_globsym_save_LIBS
4138 CFLAGS=$lt_globsym_save_CFLAGS
4140 echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
4143 echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
4146 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
4149 echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
4150 cat conftest.$ac_ext >&5
4152 rm -rf conftest* conftst*
4154 # Do not use the global_symbol_pipe unless it works.
4155 if test yes = "$pipe_works"; then
4158 lt_cv_sys_global_symbol_pipe=
4162 if test -z "$lt_cv_sys_global_symbol_pipe"; then
4163 lt_cv_sys_global_symbol_to_cdecl=
4165 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
4166 AC_MSG_RESULT(failed)
4171 # Response file support.
4172 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
4173 nm_file_list_spec='@'
4174 elif $NM --help 2>/dev/null | grep '[[@]]FILE' >/dev/null; then
4175 nm_file_list_spec='@'
4178 _LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1],
4179 [Take the output of nm and produce a listing of raw symbols and C names])
4180 _LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1],
4181 [Transform the output of nm in a proper C declaration])
4182 _LT_DECL([global_symbol_to_import], [lt_cv_sys_global_symbol_to_import], [1],
4183 [Transform the output of nm into a list of symbols to manually relocate])
4184 _LT_DECL([global_symbol_to_c_name_address],
4185 [lt_cv_sys_global_symbol_to_c_name_address], [1],
4186 [Transform the output of nm in a C name address pair])
4187 _LT_DECL([global_symbol_to_c_name_address_lib_prefix],
4188 [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1],
4189 [Transform the output of nm in a C name address pair when lib prefix is needed])
4190 _LT_DECL([nm_interface], [lt_cv_nm_interface], [1],
4191 [The name lister interface])
4192 _LT_DECL([], [nm_file_list_spec], [1],
4193 [Specify filename containing input files for $NM])
4194 ]) # _LT_CMD_GLOBAL_SYMBOLS
4197 # _LT_COMPILER_PIC([TAGNAME])
4198 # ---------------------------
4199 m4_defun([_LT_COMPILER_PIC],
4200 [m4_require([_LT_TAG_COMPILER])dnl
4201 _LT_TAGVAR(lt_prog_compiler_wl, $1)=
4202 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
4203 _LT_TAGVAR(lt_prog_compiler_static, $1)=
4205 m4_if([$1], [CXX], [
4206 # C++ specific cases for pic, static, wl, etc.
4207 if test yes = "$GXX"; then
4208 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4209 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4213 # All AIX code is PIC.
4214 if test ia64 = "$host_cpu"; then
4215 # AIX 5 now supports IA64 processor
4216 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4218 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4224 # see comment about AmigaOS4 .so support
4225 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4228 # FIXME: we need at least 68020 code to build shared libraries, but
4229 # adding the '-m68020' flag to GCC prevents building anything better,
4231 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4236 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4237 # PIC is the default for these OSes.
4239 mingw* | cygwin* | os2* | pw32* | cegcc*)
4240 # This hack is so that the source file can tell whether it is being
4241 # built for inclusion in a dll (and should export symbols for example).
4242 # Although the cygwin gcc ignores -fPIC, still need this for old-style
4243 # (--disable-auto-import) libraries
4244 m4_if([$1], [GCJ], [],
4245 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
4248 _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static'
4252 darwin* | rhapsody*)
4253 # PIC is the default on this platform
4254 # Common symbols not allowed in MH_DYLIB files
4255 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4258 # DJGPP does not support shared libraries at all
4259 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
4262 # PIC is the default for Haiku.
4263 # The "-static" flag exists, but is broken.
4264 _LT_TAGVAR(lt_prog_compiler_static, $1)=
4267 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
4268 # Instead, we relocate shared libraries at runtime.
4271 if test -d /usr/nec; then
4272 _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4276 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
4277 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
4278 # sets the default TLS model and affects inlining.
4283 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4288 # QNX uses GNU C++, but need to define -shared option too, otherwise
4290 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
4293 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4299 # All AIX code is PIC.
4300 if test ia64 = "$host_cpu"; then
4301 # AIX 5 now supports IA64 processor
4302 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4304 _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4308 case $cc_basename in
4310 # Green Hills C++ Compiler
4311 # _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"
4315 mingw* | cygwin* | os2* | pw32* | cegcc*)
4316 # This hack is so that the source file can tell whether it is being
4317 # built for inclusion in a dll (and should export symbols for example).
4318 m4_if([$1], [GCJ], [],
4319 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
4322 case $cc_basename in
4324 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4327 # Green Hills C++ Compiler
4328 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4334 freebsd* | dragonfly*)
4335 # FreeBSD uses GNU C++
4337 hpux9* | hpux10* | hpux11*)
4338 case $cc_basename in
4340 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4341 _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive'
4342 if test ia64 != "$host_cpu"; then
4343 _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4347 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4348 _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive'
4354 _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4363 # This is c89, which is MS Visual C++ (no shared libs)
4364 # Anyone wants to do a port?
4366 irix5* | irix6* | nonstopux*)
4367 case $cc_basename in
4369 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4370 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4371 # CC pic flag -KPIC is the default.
4377 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
4378 case $cc_basename in
4381 _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4382 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4385 # old Intel C++ for x86_64, which still supported -KPIC.
4386 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4387 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4388 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4391 # Intel C++, used to be incompatible with GCC.
4392 # ICC 10 doesn't accept -KPIC any more.
4393 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4394 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4395 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4398 # Portland Group C++ compiler
4399 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4400 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4401 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4405 # Make sure the PIC flag is empty. It appears that all Alpha
4406 # Linux and Compaq Tru64 Unix objects are PIC.
4407 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
4408 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4410 xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*)
4411 # IBM XL 8.0, 9.0 on PPC and BlueGene
4412 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4413 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
4414 _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
4417 case `$CC -V 2>&1 | sed 5q` in
4420 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4421 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4422 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4433 case $cc_basename in
4435 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
4444 # QNX uses GNU C++, but need to define -shared option too, otherwise
4446 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
4448 osf3* | osf4* | osf5*)
4449 case $cc_basename in
4451 _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
4454 # Rational C++ 2.4.1
4455 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4458 # Digital/Compaq C++
4459 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4460 # Make sure the PIC flag is empty. It appears that all Alpha
4461 # Linux and Compaq Tru64 Unix objects are PIC.
4462 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
4463 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4472 case $cc_basename in
4474 # Sun C++ 4.2, 5.x and Centerline C++
4475 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4476 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4477 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4480 # Green Hills C++ Compiler
4481 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4488 case $cc_basename in
4491 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4492 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4496 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4502 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
4503 case $cc_basename in
4505 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4506 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4507 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4512 case $cc_basename in
4514 # NonStop-UX NCC 3.20
4515 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4524 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4530 if test yes = "$GCC"; then
4531 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4532 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4536 # All AIX code is PIC.
4537 if test ia64 = "$host_cpu"; then
4538 # AIX 5 now supports IA64 processor
4539 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4541 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4547 # see comment about AmigaOS4 .so support
4548 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4551 # FIXME: we need at least 68020 code to build shared libraries, but
4552 # adding the '-m68020' flag to GCC prevents building anything better,
4554 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
4559 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
4560 # PIC is the default for these OSes.
4563 mingw* | cygwin* | pw32* | os2* | cegcc*)
4564 # This hack is so that the source file can tell whether it is being
4565 # built for inclusion in a dll (and should export symbols for example).
4566 # Although the cygwin gcc ignores -fPIC, still need this for old-style
4567 # (--disable-auto-import) libraries
4568 m4_if([$1], [GCJ], [],
4569 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
4572 _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static'
4577 darwin* | rhapsody*)
4578 # PIC is the default on this platform
4579 # Common symbols not allowed in MH_DYLIB files
4580 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4584 # PIC is the default for Haiku.
4585 # The "-static" flag exists, but is broken.
4586 _LT_TAGVAR(lt_prog_compiler_static, $1)=
4590 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
4591 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
4592 # sets the default TLS model and affects inlining.
4598 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4604 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
4605 # Instead, we relocate shared libraries at runtime.
4609 # Just because we use GCC doesn't mean we suddenly get shared libraries
4610 # on systems that don't support them.
4611 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4616 # QNX uses GNU C++, but need to define -shared option too, otherwise
4618 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
4622 if test -d /usr/nec; then
4623 _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
4628 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4632 case $cc_basename in
4633 nvcc*) # Cuda Compiler Driver 2.2
4634 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker '
4635 if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then
4636 _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)"
4641 # PORTME Check for flag to pass linker flags through the system compiler.
4644 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4645 if test ia64 = "$host_cpu"; then
4646 # AIX 5 now supports IA64 processor
4647 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4649 _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
4653 darwin* | rhapsody*)
4654 # PIC is the default on this platform
4655 # Common symbols not allowed in MH_DYLIB files
4656 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4657 case $cc_basename in
4659 # NAG Fortran compiler
4660 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,'
4661 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4662 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4667 mingw* | cygwin* | pw32* | os2* | cegcc*)
4668 # This hack is so that the source file can tell whether it is being
4669 # built for inclusion in a dll (and should export symbols for example).
4670 m4_if([$1], [GCJ], [],
4671 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
4674 _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static'
4679 hpux9* | hpux10* | hpux11*)
4680 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4681 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
4688 _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
4691 # Is there a better lt_prog_compiler_static that works with the bundled CC?
4692 _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive'
4695 irix5* | irix6* | nonstopux*)
4696 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4697 # PIC (with -KPIC) is the default.
4698 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4701 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
4702 case $cc_basename in
4703 # old Intel for x86_64, which still supported -KPIC.
4705 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4706 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4707 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4709 # icc used to be incompatible with GCC.
4710 # ICC 10 doesn't accept -KPIC any more.
4712 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4713 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4714 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4716 # Lahey Fortran 8.1.
4718 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4719 _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared'
4720 _LT_TAGVAR(lt_prog_compiler_static, $1)='--static'
4723 # NAG Fortran compiler
4724 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,'
4725 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4726 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4729 # Fabrice Bellard et al's Tiny C Compiler
4730 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4731 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4732 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4734 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
4735 # Portland Group compilers (*not* the Pentium gcc compiler,
4736 # which looks to be a dead project)
4737 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4738 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4739 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4742 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4743 # All Alpha code is PIC.
4744 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4746 xl* | bgxl* | bgf* | mpixl*)
4747 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
4748 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4749 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
4750 _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
4753 case `$CC -V 2>&1 | sed 5q` in
4754 *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
4755 # Sun Fortran 8.3 passes all unrecognized flags to the linker
4756 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4757 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4758 _LT_TAGVAR(lt_prog_compiler_wl, $1)=''
4760 *Sun\ F* | *Sun*Fortran*)
4761 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4762 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4763 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4767 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4768 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4769 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4771 *Intel*\ [[CF]]*Compiler*)
4772 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4773 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4774 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
4777 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4778 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
4779 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4787 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4788 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4792 # QNX uses GNU C++, but need to define -shared option too, otherwise
4794 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
4797 osf3* | osf4* | osf5*)
4798 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4799 # All OSF/1 code is PIC.
4800 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4804 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
4808 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4809 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4810 case $cc_basename in
4811 f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
4812 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
4814 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
4819 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
4820 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4821 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4824 sysv4 | sysv4.2uw2* | sysv4.3*)
4825 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4826 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4827 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4831 if test -d /usr/nec; then
4832 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
4833 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4837 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
4838 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4839 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
4840 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4844 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4845 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4849 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
4850 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4854 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
4860 # For platforms that do not support PIC, -DPIC is meaningless:
4862 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
4865 _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])"
4869 AC_CACHE_CHECK([for $compiler option to produce PIC],
4870 [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)],
4871 [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_prog_compiler_pic, $1)])
4872 _LT_TAGVAR(lt_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)
4875 # Check to make sure the PIC flag actually works.
4877 if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then
4878 _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works],
4879 [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)],
4880 [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [],
4881 [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in
4883 *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;;
4885 [_LT_TAGVAR(lt_prog_compiler_pic, $1)=
4886 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
4888 _LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1],
4889 [Additional compiler flags for building library objects])
4891 _LT_TAGDECL([wl], [lt_prog_compiler_wl], [1],
4892 [How to pass a linker flag through the compiler])
4894 # Check to make sure the static flag actually works.
4896 wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\"
4897 _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
4898 _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1),
4899 $lt_tmp_static_flag,
4901 [_LT_TAGVAR(lt_prog_compiler_static, $1)=])
4902 _LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1],
4903 [Compiler flag to prevent dynamic linking])
4904 ])# _LT_COMPILER_PIC
4907 # _LT_LINKER_SHLIBS([TAGNAME])
4908 # ----------------------------
4909 # See if the linker supports building shared libraries.
4910 m4_defun([_LT_LINKER_SHLIBS],
4911 [AC_REQUIRE([LT_PATH_LD])dnl
4912 AC_REQUIRE([LT_PATH_NM])dnl
4913 m4_require([_LT_PATH_MANIFEST_TOOL])dnl
4914 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
4915 m4_require([_LT_DECL_EGREP])dnl
4916 m4_require([_LT_DECL_SED])dnl
4917 m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
4918 m4_require([_LT_TAG_COMPILER])dnl
4919 AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
4920 m4_if([$1], [CXX], [
4921 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4922 _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
4925 # If we're using GNU nm, then we don't want the "-C" option.
4926 # -C means demangle to GNU nm, but means don't demangle to AIX nm.
4927 # Without the "-l" option, or with the "-B" option, AIX nm treats
4928 # weak defined symbols like other global defined symbols, whereas
4929 # GNU nm marks them as "W".
4930 # While the 'weak' keyword is ignored in the Export File, we need
4931 # it in the Import File for the 'aix-soname' feature, so we have
4932 # to replace the "-B" option with "-P" for AIX nm.
4933 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
4934 _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
4936 _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
4940 _LT_TAGVAR(export_symbols_cmds, $1)=$ltdll_cmds
4942 cygwin* | mingw* | cegcc*)
4943 case $cc_basename in
4945 _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
4948 _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'
4949 _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname']
4954 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4959 _LT_TAGVAR(allow_undefined_flag, $1)=
4960 _LT_TAGVAR(always_export_symbols, $1)=no
4961 _LT_TAGVAR(archive_cmds, $1)=
4962 _LT_TAGVAR(archive_expsym_cmds, $1)=
4963 _LT_TAGVAR(compiler_needs_object, $1)=no
4964 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
4965 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
4966 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
4967 _LT_TAGVAR(hardcode_automatic, $1)=no
4968 _LT_TAGVAR(hardcode_direct, $1)=no
4969 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
4970 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
4971 _LT_TAGVAR(hardcode_libdir_separator, $1)=
4972 _LT_TAGVAR(hardcode_minus_L, $1)=no
4973 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
4974 _LT_TAGVAR(inherit_rpath, $1)=no
4975 _LT_TAGVAR(link_all_deplibs, $1)=unknown
4976 _LT_TAGVAR(module_cmds, $1)=
4977 _LT_TAGVAR(module_expsym_cmds, $1)=
4978 _LT_TAGVAR(old_archive_from_new_cmds, $1)=
4979 _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)=
4980 _LT_TAGVAR(thread_safe_flag_spec, $1)=
4981 _LT_TAGVAR(whole_archive_flag_spec, $1)=
4982 # include_expsyms should be a list of space-separated symbols to be *always*
4983 # included in the symbol list
4984 _LT_TAGVAR(include_expsyms, $1)=
4985 # exclude_expsyms can be an extended regexp of symbols to exclude
4986 # it will be wrapped by ' (' and ')$', so one must not match beginning or
4987 # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc',
4988 # as well as any symbol that contains 'd'.
4989 _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
4990 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
4991 # platforms (ab)use it in PIC code, but their linkers get confused if
4992 # the symbol is explicitly referenced. Since portable code cannot
4993 # rely on this symbol name, it's probably fine to never include it in
4994 # preloaded symbol tables.
4995 # Exclude shared library initialization/finalization symbols.
4996 dnl Note also adjust exclude_expsyms for C++ above.
4997 extract_expsyms_cmds=
5000 cygwin* | mingw* | pw32* | cegcc*)
5001 # FIXME: the MSVC++ port hasn't been tested in a loooong time
5002 # When not using gcc, we currently assume that we are using
5003 # Microsoft Visual C++.
5004 if test yes != "$GCC"; then
5009 # we just hope/assume this is gcc and not c89 (= MSVC++)
5017 _LT_TAGVAR(ld_shlibs, $1)=yes
5019 # On some targets, GNU ld is compatible enough with the native linker
5020 # that we're better off using the native interface for both.
5021 lt_use_gnu_ld_interface=no
5022 if test yes = "$with_gnu_ld"; then
5025 # The AIX port of GNU ld has always aspired to compatibility
5026 # with the native linker. However, as the warning in the GNU ld
5027 # block says, versions before 2.19.5* couldn't really create working
5028 # shared libraries, regardless of the interface used.
5029 case `$LD -v 2>&1` in
5030 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
5031 *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;;
5032 *\ \(GNU\ Binutils\)\ [[3-9]]*) ;;
5034 lt_use_gnu_ld_interface=yes
5039 lt_use_gnu_ld_interface=yes
5044 if test yes = "$lt_use_gnu_ld_interface"; then
5045 # If archive_cmds runs LD, not CC, wlarc should be empty
5048 # Set some defaults for GNU ld with shared library support. These
5049 # are reset later if shared libraries are not supported. Putting them
5050 # here allows them to be overridden if necessary.
5051 runpath_var=LD_RUN_PATH
5052 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
5053 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
5054 # ancient GNU ld didn't support --whole-archive et. al.
5055 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
5056 _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
5058 _LT_TAGVAR(whole_archive_flag_spec, $1)=
5060 supports_anon_versioning=no
5061 case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
5062 *GNU\ gold*) supports_anon_versioning=yes ;;
5063 *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
5064 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
5065 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
5066 *\ 2.11.*) ;; # other 2.11 versions
5067 *) supports_anon_versioning=yes ;;
5070 # See if GNU ld supports shared libraries.
5073 # On AIX/PPC, the GNU linker is very broken
5074 if test ia64 != "$host_cpu"; then
5075 _LT_TAGVAR(ld_shlibs, $1)=no
5078 *** Warning: the GNU linker, at least up to release 2.19, is reported
5079 *** to be unable to reliably create shared libraries on AIX.
5080 *** Therefore, libtool is disabling shared libraries support. If you
5081 *** really care for shared libraries, you may want to install binutils
5082 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
5083 *** You will then need to restart the configuration process.
5092 # see comment about AmigaOS4 .so support
5093 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5094 _LT_TAGVAR(archive_expsym_cmds, $1)=''
5097 _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)'
5098 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5099 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5105 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
5106 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
5107 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
5108 # support --undefined. This deserves some investigation. FIXME
5109 _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5111 _LT_TAGVAR(ld_shlibs, $1)=no
5115 cygwin* | mingw* | pw32* | cegcc*)
5116 # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
5117 # as there is no search path for DLLs.
5118 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5119 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols'
5120 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
5121 _LT_TAGVAR(always_export_symbols, $1)=no
5122 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5123 _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'
5124 _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname']
5126 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
5127 _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'
5128 # If the export-symbols file already is a .def file, use it as
5129 # is; otherwise, prepend EXPORTS...
5130 _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
5131 cp $export_symbols $output_objdir/$soname.def;
5133 echo EXPORTS > $output_objdir/$soname.def;
5134 cat $export_symbols >> $output_objdir/$soname.def;
5136 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
5138 _LT_TAGVAR(ld_shlibs, $1)=no
5143 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5144 _LT_TAGVAR(link_all_deplibs, $1)=yes
5148 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5149 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5150 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
5152 _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
5153 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
5154 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
5155 $ECHO EXPORTS >> $output_objdir/$libname.def~
5156 emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
5157 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
5158 emximp -o $lib $output_objdir/$libname.def'
5159 _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
5160 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
5161 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
5162 $ECHO EXPORTS >> $output_objdir/$libname.def~
5164 if test EXPORTS = "`$SED 1q $export_symbols`"; then
5165 prefix_cmds="$prefix_cmds -e 1d";
5167 prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
5168 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
5169 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
5170 emximp -o $lib $output_objdir/$libname.def'
5171 _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
5172 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5176 _LT_TAGVAR(hardcode_direct, $1)=no
5177 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5178 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
5179 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
5180 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
5181 # Instead, shared libraries are loaded at an image base (0x10000000 by
5182 # default) and relocated if they conflict, which is a slow very memory
5183 # consuming and fragmenting process. To avoid this, we pick a random,
5184 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
5185 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
5186 _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'
5187 _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'
5190 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
5192 if test linux-dietlibc = "$host_os"; then
5193 case $cc_basename in
5194 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
5197 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
5198 && test no = "$tmp_diet"
5200 tmp_addflag=' $pic_flag'
5201 tmp_sharedflag='-shared'
5202 case $cc_basename,$host_cpu in
5203 pgcc*) # Portland Group C compiler
5204 _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'
5205 tmp_addflag=' $pic_flag'
5207 pgf77* | pgf90* | pgf95* | pgfortran*)
5208 # Portland Group f77 and f90 compilers
5209 _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'
5210 tmp_addflag=' $pic_flag -Mnomain' ;;
5211 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
5212 tmp_addflag=' -i_dynamic' ;;
5213 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
5214 tmp_addflag=' -i_dynamic -nofor_main' ;;
5215 ifc* | ifort*) # Intel Fortran compiler
5216 tmp_addflag=' -nofor_main' ;;
5217 lf95*) # Lahey Fortran 8.1
5218 _LT_TAGVAR(whole_archive_flag_spec, $1)=
5219 tmp_sharedflag='--shared' ;;
5220 nagfor*) # NAGFOR 5.3
5221 tmp_sharedflag='-Wl,-shared' ;;
5222 xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below)
5223 tmp_sharedflag='-qmkshrobj'
5225 nvcc*) # Cuda Compiler Driver 2.2
5226 _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'
5227 _LT_TAGVAR(compiler_needs_object, $1)=yes
5230 case `$CC -V 2>&1 | sed 5q` in
5231 *Sun\ C*) # Sun C 5.9
5232 _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'
5233 _LT_TAGVAR(compiler_needs_object, $1)=yes
5234 tmp_sharedflag='-G' ;;
5235 *Sun\ F*) # Sun Fortran 8.3
5236 tmp_sharedflag='-G' ;;
5238 _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5240 if test yes = "$supports_anon_versioning"; then
5241 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
5242 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
5243 echo "local: *; };" >> $output_objdir/$libname.ver~
5244 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
5247 case $cc_basename in
5249 _LT_TAGVAR(export_dynamic_flag_spec, $1)='-rdynamic'
5251 xlf* | bgf* | bgxlf* | mpixlf*)
5252 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
5253 _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive'
5254 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
5255 _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
5256 if test yes = "$supports_anon_versioning"; then
5257 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
5258 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
5259 echo "local: *; };" >> $output_objdir/$libname.ver~
5260 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
5265 _LT_TAGVAR(ld_shlibs, $1)=no
5270 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
5271 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
5274 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5275 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
5280 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
5281 _LT_TAGVAR(ld_shlibs, $1)=no
5284 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
5285 *** create shared libraries on Solaris systems. Therefore, libtool
5286 *** is disabling shared libraries support. We urge you to upgrade GNU
5287 *** binutils to release 2.9.1 or newer. Another option is to modify
5288 *** your PATH or compiler configuration so that the native linker is
5289 *** used, and then restart.
5292 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
5293 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5294 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
5296 _LT_TAGVAR(ld_shlibs, $1)=no
5300 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
5301 case `$LD -v 2>&1` in
5302 *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
5303 _LT_TAGVAR(ld_shlibs, $1)=no
5306 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot
5307 *** reliably create shared libraries on SCO systems. Therefore, libtool
5308 *** is disabling shared libraries support. We urge you to upgrade GNU
5309 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
5310 *** your PATH or compiler configuration so that the native linker is
5311 *** used, and then restart.
5316 # For security reasons, it is highly recommended that you always
5317 # use absolute paths for naming shared libraries, and exclude the
5318 # DT_RUNPATH tag from executables and libraries. But doing so
5319 # requires that you compile everything twice, which is a pain.
5320 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
5321 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
5322 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5323 _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'
5325 _LT_TAGVAR(ld_shlibs, $1)=no
5332 _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5334 _LT_TAGVAR(hardcode_direct, $1)=yes
5335 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5339 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
5340 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5341 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
5343 _LT_TAGVAR(ld_shlibs, $1)=no
5348 if test no = "$_LT_TAGVAR(ld_shlibs, $1)"; then
5350 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
5351 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
5352 _LT_TAGVAR(whole_archive_flag_spec, $1)=
5355 # PORTME fill in a description of your system's linker (not GNU ld)
5358 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
5359 _LT_TAGVAR(always_export_symbols, $1)=yes
5360 _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'
5361 # Note: this linker hardcodes the directories in LIBPATH if there
5362 # are no directories specified by -L.
5363 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5364 if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then
5365 # Neither direct hardcoding nor static linking is supported with a
5367 _LT_TAGVAR(hardcode_direct, $1)=unsupported
5372 if test ia64 = "$host_cpu"; then
5373 # On IA64, the linker does run time linking by default, so we don't
5374 # have to do anything special.
5375 aix_use_runtimelinking=no
5376 exp_sym_flag='-Bexport'
5379 # If we're using GNU nm, then we don't want the "-C" option.
5380 # -C means demangle to GNU nm, but means don't demangle to AIX nm.
5381 # Without the "-l" option, or with the "-B" option, AIX nm treats
5382 # weak defined symbols like other global defined symbols, whereas
5383 # GNU nm marks them as "W".
5384 # While the 'weak' keyword is ignored in the Export File, we need
5385 # it in the Import File for the 'aix-soname' feature, so we have
5386 # to replace the "-B" option with "-P" for AIX nm.
5387 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
5388 _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
5390 _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
5392 aix_use_runtimelinking=no
5394 # Test if we are trying to use run time linking or normal
5395 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
5396 # have runtime linking enabled, and use it for executables.
5397 # For shared libraries, we enable/disable runtime linking
5398 # depending on the kind of the shared library created -
5399 # when "with_aix_soname,aix_use_runtimelinking" is:
5400 # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables
5401 # "aix,yes" lib.so shared, rtl:yes, for executables
5402 # lib.a static archive
5403 # "both,no" lib.so.V(shr.o) shared, rtl:yes
5404 # lib.a(lib.so.V) shared, rtl:no, for executables
5405 # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
5406 # lib.a(lib.so.V) shared, rtl:no
5407 # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables
5408 # lib.a static archive
5409 case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
5410 for ld_flag in $LDFLAGS; do
5411 if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then
5412 aix_use_runtimelinking=yes
5416 if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
5417 # With aix-soname=svr4, we create the lib.so.V shared archives only,
5418 # so we don't have lib.a shared libs to link our executables.
5419 # We have to force runtime linking in this case.
5420 aix_use_runtimelinking=yes
5421 LDFLAGS="$LDFLAGS -Wl,-brtl"
5426 exp_sym_flag='-bexport'
5427 no_entry_flag='-bnoentry'
5430 # When large executables or shared objects are built, AIX ld can
5431 # have problems creating the table of contents. If linking a library
5432 # or program results in "error TOC overflow" add -mminimal-toc to
5433 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
5434 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
5436 _LT_TAGVAR(archive_cmds, $1)=''
5437 _LT_TAGVAR(hardcode_direct, $1)=yes
5438 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
5439 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
5440 _LT_TAGVAR(link_all_deplibs, $1)=yes
5441 _LT_TAGVAR(file_list_spec, $1)='$wl-f,'
5442 case $with_aix_soname,$aix_use_runtimelinking in
5443 aix,*) ;; # traditional, no import file
5444 svr4,* | *,yes) # use import file
5445 # The Import File defines what to hardcode.
5446 _LT_TAGVAR(hardcode_direct, $1)=no
5447 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
5451 if test yes = "$GCC"; then
5452 case $host_os in aix4.[[012]]|aix4.[[012]].*)
5453 # We only want to do this on AIX 4.2 and lower, the check
5454 # below for broken collect2 doesn't work under 4.3+
5455 collect2name=`$CC -print-prog-name=collect2`
5456 if test -f "$collect2name" &&
5457 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
5459 # We have reworked collect2
5462 # We have old collect2
5463 _LT_TAGVAR(hardcode_direct, $1)=unsupported
5464 # It fails to find uninstalled libraries when the uninstalled
5465 # path is not listed in the libpath. Setting hardcode_minus_L
5466 # to unsupported forces relinking
5467 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5468 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5469 _LT_TAGVAR(hardcode_libdir_separator, $1)=
5473 shared_flag='-shared'
5474 if test yes = "$aix_use_runtimelinking"; then
5475 shared_flag="$shared_flag "'$wl-G'
5477 # Need to ensure runtime linking is disabled for the traditional
5478 # shared library, or the linker may eventually find shared libraries
5479 # /with/ Import File - we do not want to mix them.
5480 shared_flag_aix='-shared'
5481 shared_flag_svr4='-shared $wl-G'
5484 if test ia64 = "$host_cpu"; then
5485 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
5486 # chokes on -Wl,-G. The following line is correct:
5489 if test yes = "$aix_use_runtimelinking"; then
5492 shared_flag='$wl-bM:SRE'
5494 shared_flag_aix='$wl-bM:SRE'
5495 shared_flag_svr4='$wl-G'
5499 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall'
5500 # It seems that -bexpall does not export symbols beginning with
5501 # underscore (_), so it is better to generate a list of symbols to export.
5502 _LT_TAGVAR(always_export_symbols, $1)=yes
5503 if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
5504 # Warning - without using the other runtime loading flags (-brtl),
5505 # -berok will link without error, but may produce a broken library.
5506 _LT_TAGVAR(allow_undefined_flag, $1)='-berok'
5507 # Determine the default libpath from the value encoded in an
5509 _LT_SYS_MODULE_PATH_AIX([$1])
5510 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
5511 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
5513 if test ia64 = "$host_cpu"; then
5514 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib'
5515 _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
5516 _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"
5518 # Determine the default libpath from the value encoded in an
5520 _LT_SYS_MODULE_PATH_AIX([$1])
5521 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
5522 # Warning - without using the other run time loading flags,
5523 # -berok will link without error, but may produce a broken library.
5524 _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok'
5525 _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok'
5526 if test yes = "$with_gnu_ld"; then
5527 # We only use this code for GNU lds that support --whole-archive.
5528 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive'
5530 # Exported symbols can be pulled into shared objects from archives
5531 _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
5533 _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
5534 _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
5535 # -brtl affects multiple linker settings, -berok does not and is overridden later
5536 compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
5537 if test svr4 != "$with_aix_soname"; then
5538 # This is similar to how AIX traditionally builds its shared libraries.
5539 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
5541 if test aix != "$with_aix_soname"; then
5542 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp'
5544 # used by -dlpreopen to get the symbols
5545 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir'
5547 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d'
5555 # see comment about AmigaOS4 .so support
5556 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5557 _LT_TAGVAR(archive_expsym_cmds, $1)=''
5560 _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)'
5561 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5562 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5568 _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
5571 cygwin* | mingw* | pw32* | cegcc*)
5572 # When not using gcc, we currently assume that we are using
5573 # Microsoft Visual C++.
5574 # hardcode_libdir_flag_spec is actually meaningless, as there is
5575 # no search path for DLLs.
5576 case $cc_basename in
5579 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
5580 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
5581 _LT_TAGVAR(always_export_symbols, $1)=yes
5582 _LT_TAGVAR(file_list_spec, $1)='@'
5583 # Tell ltmain to make .lib files, not .a files.
5585 # Tell ltmain to make .dll files, not .so files.
5587 # FIXME: Setting linknames here is a bad hack.
5588 _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
5589 _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
5590 cp "$export_symbols" "$output_objdir/$soname.def";
5591 echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
5593 $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
5595 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
5597 # The linker will not automatically build a static lib if we build a DLL.
5598 # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
5599 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5600 _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
5601 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[[BCDGRS]][[ ]]/s/.*[[ ]]\([[^ ]]*\)/\1,DATA/'\'' | $SED -e '\''/^[[AITW]][[ ]]/s/.*[[ ]]//'\'' | sort | uniq > $export_symbols'
5603 _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
5604 _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
5605 lt_tool_outputfile="@TOOL_OUTPUT@"~
5606 case $lt_outputfile in
5609 lt_outputfile=$lt_outputfile.exe
5610 lt_tool_outputfile=$lt_tool_outputfile.exe
5613 if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
5614 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
5615 $RM "$lt_outputfile.manifest";
5619 # Assume MSVC wrapper
5620 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
5621 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
5622 # Tell ltmain to make .lib files, not .a files.
5624 # Tell ltmain to make .dll files, not .so files.
5626 # FIXME: Setting linknames here is a bad hack.
5627 _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
5628 # The linker will automatically build a .lib file if we build a DLL.
5629 _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
5630 # FIXME: Should let the user specify the lib program.
5631 _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
5632 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5637 darwin* | rhapsody*)
5638 _LT_DARWIN_LINKER_FEATURES($1)
5642 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5643 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5644 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5647 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
5648 # support. Future versions do this automatically, but an explicit c++rt0.o
5649 # does not break anything, and helps significantly (at the cost of a little
5652 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
5653 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5654 _LT_TAGVAR(hardcode_direct, $1)=yes
5655 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5658 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
5660 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5661 _LT_TAGVAR(hardcode_direct, $1)=yes
5662 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5663 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5666 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
5667 freebsd* | dragonfly*)
5668 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5669 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5670 _LT_TAGVAR(hardcode_direct, $1)=yes
5671 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5675 if test yes = "$GCC"; then
5676 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
5678 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
5680 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
5681 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
5682 _LT_TAGVAR(hardcode_direct, $1)=yes
5684 # hardcode_minus_L: Not really in the search PATH,
5685 # but as the default location of the library.
5686 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5687 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
5691 if test yes,no = "$GCC,$with_gnu_ld"; then
5692 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5694 _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
5696 if test no = "$with_gnu_ld"; then
5697 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
5698 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
5699 _LT_TAGVAR(hardcode_direct, $1)=yes
5700 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
5701 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
5702 # hardcode_minus_L: Not really in the search PATH,
5703 # but as the default location of the library.
5704 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5709 if test yes,no = "$GCC,$with_gnu_ld"; then
5712 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
5715 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5718 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5724 _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
5727 _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5731 # Older versions of the 11.00 compiler do not understand -b yet
5732 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
5733 _LT_LINKER_OPTION([if $CC understands -b],
5734 _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b],
5735 [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'],
5736 [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])],
5737 [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'])
5741 if test no = "$with_gnu_ld"; then
5742 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
5743 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
5747 _LT_TAGVAR(hardcode_direct, $1)=no
5748 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5751 _LT_TAGVAR(hardcode_direct, $1)=yes
5752 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
5753 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
5755 # hardcode_minus_L: Not really in the search PATH,
5756 # but as the default location of the library.
5757 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5763 irix5* | irix6* | nonstopux*)
5764 if test yes = "$GCC"; then
5765 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_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'
5766 # Try to use the -exported_symbol ld option, if it does not
5767 # work, assume that -exports_file does not work either and
5768 # implicitly export all symbols.
5769 # This should be the same for all languages, so no per-tag cache variable.
5770 AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol],
5771 [lt_cv_irix_exported_symbol],
5772 [save_LDFLAGS=$LDFLAGS
5773 LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null"
5776 [AC_LANG_CASE([C], [[int foo (void) { return 0; }]],
5777 [C++], [[int foo (void) { return 0; }]],
5784 [lt_cv_irix_exported_symbol=yes],
5785 [lt_cv_irix_exported_symbol=no])
5786 LDFLAGS=$save_LDFLAGS])
5787 if test yes = "$lt_cv_irix_exported_symbol"; then
5788 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_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 $wl-exports_file $wl$export_symbols -o $lib'
5791 _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'
5792 _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'
5794 _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
5795 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
5796 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
5797 _LT_TAGVAR(inherit_rpath, $1)=yes
5798 _LT_TAGVAR(link_all_deplibs, $1)=yes
5802 case $cc_basename in
5804 # Fabrice Bellard et al's Tiny C Compiler
5805 _LT_TAGVAR(ld_shlibs, $1)=yes
5806 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5812 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
5813 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
5815 _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
5817 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5818 _LT_TAGVAR(hardcode_direct, $1)=yes
5819 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5823 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5824 _LT_TAGVAR(hardcode_direct, $1)=yes
5825 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
5826 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
5827 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5834 if test -f /usr/libexec/ld.so; then
5835 _LT_TAGVAR(hardcode_direct, $1)=yes
5836 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5837 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
5838 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
5839 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5840 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols'
5841 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
5842 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
5844 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5845 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
5848 _LT_TAGVAR(ld_shlibs, $1)=no
5853 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5854 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5855 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
5857 _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
5858 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
5859 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
5860 $ECHO EXPORTS >> $output_objdir/$libname.def~
5861 emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
5862 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
5863 emximp -o $lib $output_objdir/$libname.def'
5864 _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
5865 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
5866 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
5867 $ECHO EXPORTS >> $output_objdir/$libname.def~
5869 if test EXPORTS = "`$SED 1q $export_symbols`"; then
5870 prefix_cmds="$prefix_cmds -e 1d";
5872 prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
5873 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
5874 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
5875 emximp -o $lib $output_objdir/$libname.def'
5876 _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
5877 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
5881 if test yes = "$GCC"; then
5882 _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
5883 _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'
5885 _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5886 _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'
5888 _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
5889 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
5890 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
5893 osf4* | osf5*) # as osf3* with the addition of -msym flag
5894 if test yes = "$GCC"; then
5895 _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
5896 _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_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'
5897 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
5899 _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5900 _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'
5901 _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~
5902 $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'
5904 # Both c and cxx compiler support -rpath directly
5905 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
5907 _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
5908 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
5912 _LT_TAGVAR(no_undefined_flag, $1)=' -z defs'
5913 if test yes = "$GCC"; then
5915 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
5916 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
5917 $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
5919 case `$CC -V 2>&1` in
5922 _LT_TAGVAR(archive_cmds, $1)='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags'
5923 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
5924 $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
5928 _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags'
5929 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
5930 $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
5934 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5935 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5937 solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
5939 # The compiler driver will combine and reorder linker options,
5940 # but understands '-z linker_flag'. GCC discards it without '$wl',
5941 # but is careful enough not to reorder.
5942 # Supported since Solaris 2.6 (maybe 2.5.1?)
5943 if test yes = "$GCC"; then
5944 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
5946 _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
5950 _LT_TAGVAR(link_all_deplibs, $1)=yes
5954 if test sequent = "$host_vendor"; then
5955 # Use $CC to link under sequent, because it throws in some extra .o
5956 # files that make .init and .fini sections work.
5957 _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags'
5959 _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
5961 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5962 _LT_TAGVAR(hardcode_direct, $1)=yes
5963 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5964 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5968 case $host_vendor in
5970 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5971 _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true???
5974 ## LD is ld it makes a PLAMLIB
5975 ## CC just makes a GrossModule.
5976 _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
5977 _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
5978 _LT_TAGVAR(hardcode_direct, $1)=no
5981 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5982 _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
5985 runpath_var='LD_RUN_PATH'
5986 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5990 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5991 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5992 _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
5996 if test -d /usr/nec; then
5997 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
5998 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5999 runpath_var=LD_RUN_PATH
6000 hardcode_runpath_var=yes
6001 _LT_TAGVAR(ld_shlibs, $1)=yes
6005 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
6006 _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
6007 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
6008 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6009 runpath_var='LD_RUN_PATH'
6011 if test yes = "$GCC"; then
6012 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6013 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6015 _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6016 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6020 sysv5* | sco3.2v5* | sco5v6*)
6021 # Note: We CANNOT use -z defs as we might desire, because we do not
6022 # link with -lc, and that would cause any symbols used from libc to
6023 # always be unresolved, which means just about no library would
6024 # ever link correctly. If we're not using GNU ld we use -z text
6025 # though, which does catch some bad symbols but isn't as heavy-handed
6027 _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
6028 _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs'
6029 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
6030 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6031 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir'
6032 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
6033 _LT_TAGVAR(link_all_deplibs, $1)=yes
6034 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport'
6035 runpath_var='LD_RUN_PATH'
6037 if test yes = "$GCC"; then
6038 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6039 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6041 _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6042 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6047 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
6048 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6049 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6053 _LT_TAGVAR(ld_shlibs, $1)=no
6057 if test sni = "$host_vendor"; then
6059 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
6060 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Blargedynsym'
6066 AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
6067 test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no
6069 _LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld
6071 _LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl
6072 _LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl
6073 _LT_DECL([], [extract_expsyms_cmds], [2],
6074 [The commands to extract the exported symbol list from a shared archive])
6077 # Do we need to explicitly link libc?
6079 case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in
6081 # Assume -lc should be added
6082 _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
6084 if test yes,yes = "$GCC,$enable_shared"; then
6085 case $_LT_TAGVAR(archive_cmds, $1) in
6087 # FIXME: we may have to deal with multi-command sequences.
6090 # Test whether the compiler implicitly links with -lc since on some
6091 # systems, -lgcc has to come before -lc. If gcc already passes -lc
6092 # to ld, don't add -lc before -lgcc.
6093 AC_CACHE_CHECK([whether -lc should be explicitly linked in],
6094 [lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1),
6096 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
6098 if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
6101 libobjs=conftest.$ac_objext
6103 wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1)
6104 pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1)
6110 lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1)
6111 _LT_TAGVAR(allow_undefined_flag, $1)=
6112 if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
6114 lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no
6116 lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes
6118 _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
6120 cat conftest.err 1>&5
6124 _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)
6131 _LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0],
6132 [Whether or not to add -lc for building shared libraries])
6133 _LT_TAGDECL([allow_libtool_libs_with_static_runtimes],
6134 [enable_shared_with_static_runtimes], [0],
6135 [Whether or not to disallow shared libs when runtime libs are static])
6136 _LT_TAGDECL([], [export_dynamic_flag_spec], [1],
6137 [Compiler flag to allow reflexive dlopens])
6138 _LT_TAGDECL([], [whole_archive_flag_spec], [1],
6139 [Compiler flag to generate shared objects directly from archives])
6140 _LT_TAGDECL([], [compiler_needs_object], [1],
6141 [Whether the compiler copes with passing no objects directly])
6142 _LT_TAGDECL([], [old_archive_from_new_cmds], [2],
6143 [Create an old-style archive from a shared archive])
6144 _LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2],
6145 [Create a temporary old-style archive to link instead of a shared archive])
6146 _LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive])
6147 _LT_TAGDECL([], [archive_expsym_cmds], [2])
6148 _LT_TAGDECL([], [module_cmds], [2],
6149 [Commands used to build a loadable module if different from building
6151 _LT_TAGDECL([], [module_expsym_cmds], [2])
6152 _LT_TAGDECL([], [with_gnu_ld], [1],
6153 [Whether we are building with GNU ld or not])
6154 _LT_TAGDECL([], [allow_undefined_flag], [1],
6155 [Flag that allows shared libraries with undefined symbols to be built])
6156 _LT_TAGDECL([], [no_undefined_flag], [1],
6157 [Flag that enforces no undefined symbols])
6158 _LT_TAGDECL([], [hardcode_libdir_flag_spec], [1],
6159 [Flag to hardcode $libdir into a binary during linking.
6160 This must work even if $libdir does not exist])
6161 _LT_TAGDECL([], [hardcode_libdir_separator], [1],
6162 [Whether we need a single "-rpath" flag with a separated argument])
6163 _LT_TAGDECL([], [hardcode_direct], [0],
6164 [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes
6165 DIR into the resulting binary])
6166 _LT_TAGDECL([], [hardcode_direct_absolute], [0],
6167 [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes
6168 DIR into the resulting binary and the resulting library dependency is
6169 "absolute", i.e impossible to change by setting $shlibpath_var if the
6170 library is relocated])
6171 _LT_TAGDECL([], [hardcode_minus_L], [0],
6172 [Set to "yes" if using the -LDIR flag during linking hardcodes DIR
6173 into the resulting binary])
6174 _LT_TAGDECL([], [hardcode_shlibpath_var], [0],
6175 [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
6176 into the resulting binary])
6177 _LT_TAGDECL([], [hardcode_automatic], [0],
6178 [Set to "yes" if building a shared library automatically hardcodes DIR
6179 into the library and all subsequent libraries and executables linked
6181 _LT_TAGDECL([], [inherit_rpath], [0],
6182 [Set to yes if linker adds runtime paths of dependent libraries
6183 to runtime path list])
6184 _LT_TAGDECL([], [link_all_deplibs], [0],
6185 [Whether libtool must link a program against all its dependency libraries])
6186 _LT_TAGDECL([], [always_export_symbols], [0],
6187 [Set to "yes" if exported symbols are required])
6188 _LT_TAGDECL([], [export_symbols_cmds], [2],
6189 [The commands to list exported symbols])
6190 _LT_TAGDECL([], [exclude_expsyms], [1],
6191 [Symbols that should not be listed in the preloaded symbols])
6192 _LT_TAGDECL([], [include_expsyms], [1],
6193 [Symbols that must always be exported])
6194 _LT_TAGDECL([], [prelink_cmds], [2],
6195 [Commands necessary for linking programs (against libraries) with templates])
6196 _LT_TAGDECL([], [postlink_cmds], [2],
6197 [Commands necessary for finishing linking programs])
6198 _LT_TAGDECL([], [file_list_spec], [1],
6199 [Specify filename containing input files])
6200 dnl FIXME: Not yet implemented
6201 dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1],
6202 dnl [Compiler flag to generate thread safe objects])
6203 ])# _LT_LINKER_SHLIBS
6206 # _LT_LANG_C_CONFIG([TAG])
6207 # ------------------------
6208 # Ensure that the configuration variables for a C compiler are suitably
6209 # defined. These variables are subsequently used by _LT_CONFIG to write
6210 # the compiler configuration to 'libtool'.
6211 m4_defun([_LT_LANG_C_CONFIG],
6212 [m4_require([_LT_DECL_EGREP])dnl
6216 # Source file extension for C test sources.
6219 # Object file extension for compiled C test sources.
6221 _LT_TAGVAR(objext, $1)=$objext
6223 # Code to be used in simple compile tests
6224 lt_simple_compile_test_code="int some_variable = 0;"
6226 # Code to be used in simple link tests
6227 lt_simple_link_test_code='int main(){return(0);}'
6230 # Save the default compiler, since it gets overwritten when the other
6231 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
6232 compiler_DEFAULT=$CC
6234 # save warnings/boilerplate of simple test code
6235 _LT_COMPILER_BOILERPLATE
6236 _LT_LINKER_BOILERPLATE
6238 if test -n "$compiler"; then
6239 _LT_COMPILER_NO_RTTI($1)
6240 _LT_COMPILER_PIC($1)
6241 _LT_COMPILER_C_O($1)
6242 _LT_COMPILER_FILE_LOCKS($1)
6243 _LT_LINKER_SHLIBS($1)
6244 _LT_SYS_DYNAMIC_LINKER($1)
6245 _LT_LINKER_HARDCODE_LIBPATH($1)
6249 # Report what library types will actually be built
6250 AC_MSG_CHECKING([if libtool supports shared libraries])
6251 AC_MSG_RESULT([$can_build_shared])
6253 AC_MSG_CHECKING([whether to build shared libraries])
6254 test no = "$can_build_shared" && enable_shared=no
6256 # On AIX, shared libraries and static libraries use the same namespace, and
6257 # are all built from PIC.
6260 test yes = "$enable_shared" && enable_static=no
6261 if test -n "$RANLIB"; then
6262 archive_cmds="$archive_cmds~\$RANLIB \$lib"
6263 postinstall_cmds='$RANLIB $lib'
6268 if test ia64 != "$host_cpu"; then
6269 case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
6270 yes,aix,yes) ;; # shared object as lib.so file only
6271 yes,svr4,*) ;; # shared object as lib.so archive member only
6272 yes,*) enable_static=no ;; # shared object in lib.a archive as well
6277 AC_MSG_RESULT([$enable_shared])
6279 AC_MSG_CHECKING([whether to build static libraries])
6280 # Make sure either enable_shared or enable_static is yes.
6281 test yes = "$enable_shared" || enable_static=yes
6282 AC_MSG_RESULT([$enable_static])
6288 ])# _LT_LANG_C_CONFIG
6291 # _LT_LANG_CXX_CONFIG([TAG])
6292 # --------------------------
6293 # Ensure that the configuration variables for a C++ compiler are suitably
6294 # defined. These variables are subsequently used by _LT_CONFIG to write
6295 # the compiler configuration to 'libtool'.
6296 m4_defun([_LT_LANG_CXX_CONFIG],
6297 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
6298 m4_require([_LT_DECL_EGREP])dnl
6299 m4_require([_LT_PATH_MANIFEST_TOOL])dnl
6300 if test -n "$CXX" && ( test no != "$CXX" &&
6301 ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) ||
6302 (test g++ != "$CXX"))); then
6305 _lt_caught_CXX_error=yes
6309 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
6310 _LT_TAGVAR(allow_undefined_flag, $1)=
6311 _LT_TAGVAR(always_export_symbols, $1)=no
6312 _LT_TAGVAR(archive_expsym_cmds, $1)=
6313 _LT_TAGVAR(compiler_needs_object, $1)=no
6314 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
6315 _LT_TAGVAR(hardcode_direct, $1)=no
6316 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
6317 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
6318 _LT_TAGVAR(hardcode_libdir_separator, $1)=
6319 _LT_TAGVAR(hardcode_minus_L, $1)=no
6320 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
6321 _LT_TAGVAR(hardcode_automatic, $1)=no
6322 _LT_TAGVAR(inherit_rpath, $1)=no
6323 _LT_TAGVAR(module_cmds, $1)=
6324 _LT_TAGVAR(module_expsym_cmds, $1)=
6325 _LT_TAGVAR(link_all_deplibs, $1)=unknown
6326 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
6327 _LT_TAGVAR(reload_flag, $1)=$reload_flag
6328 _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
6329 _LT_TAGVAR(no_undefined_flag, $1)=
6330 _LT_TAGVAR(whole_archive_flag_spec, $1)=
6331 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
6333 # Source file extension for C++ test sources.
6336 # Object file extension for compiled C++ test sources.
6338 _LT_TAGVAR(objext, $1)=$objext
6340 # No sense in running all these tests if we already determined that
6341 # the CXX compiler isn't working. Some variables (like enable_shared)
6342 # are currently assumed to apply to all compilers on this platform,
6343 # and will be corrupted by setting them based on a non-working compiler.
6344 if test yes != "$_lt_caught_CXX_error"; then
6345 # Code to be used in simple compile tests
6346 lt_simple_compile_test_code="int some_variable = 0;"
6348 # Code to be used in simple link tests
6349 lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
6351 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
6354 # save warnings/boilerplate of simple test code
6355 _LT_COMPILER_BOILERPLATE
6356 _LT_LINKER_BOILERPLATE
6358 # Allow CC to be a program name with arguments.
6360 lt_save_CFLAGS=$CFLAGS
6364 lt_save_with_gnu_ld=$with_gnu_ld
6365 lt_save_path_LD=$lt_cv_path_LD
6366 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
6367 lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
6369 $as_unset lt_cv_prog_gnu_ld
6371 if test -n "${lt_cv_path_LDCXX+set}"; then
6372 lt_cv_path_LD=$lt_cv_path_LDCXX
6374 $as_unset lt_cv_path_LD
6376 test -z "${LDCXX+set}" || LD=$LDCXX
6380 _LT_TAGVAR(compiler, $1)=$CC
6381 _LT_CC_BASENAME([$compiler])
6383 if test -n "$compiler"; then
6384 # We don't want -fno-exception when compiling C++ code, so set the
6385 # no_builtin_flag separately
6386 if test yes = "$GXX"; then
6387 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
6389 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
6392 if test yes = "$GXX"; then
6393 # Set up default GNU C++ configuration
6397 # Check if GNU C++ uses GNU ld as the underlying linker, since the
6398 # archiving commands below assume that GNU ld is being used.
6399 if test yes = "$with_gnu_ld"; then
6400 _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
6401 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
6403 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
6404 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
6406 # If archive_cmds runs LD, not CC, wlarc should be empty
6407 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
6408 # investigate it a little bit more. (MM)
6411 # ancient GNU ld didn't support --whole-archive et. al.
6412 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
6413 $GREP 'no-whole-archive' > /dev/null; then
6414 _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
6416 _LT_TAGVAR(whole_archive_flag_spec, $1)=
6422 # A generic and very simple default shared library creation
6423 # command for GNU C++ for the case where it uses the native
6424 # linker, instead of GNU ld. If possible, this setting should
6425 # overridden to take advantage of the native linker features on
6426 # the platform it is being used on.
6427 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
6430 # Commands to make compiler produce verbose output that lists
6431 # what "hidden" libraries, object files and flags are used when
6432 # linking a shared library.
6433 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
6441 # PORTME: fill in a description of your system's C++ link characteristics
6442 AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
6443 _LT_TAGVAR(ld_shlibs, $1)=yes
6446 # FIXME: insert proper C++ library support
6447 _LT_TAGVAR(ld_shlibs, $1)=no
6450 if test ia64 = "$host_cpu"; then
6451 # On IA64, the linker does run time linking by default, so we don't
6452 # have to do anything special.
6453 aix_use_runtimelinking=no
6454 exp_sym_flag='-Bexport'
6457 aix_use_runtimelinking=no
6459 # Test if we are trying to use run time linking or normal
6460 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
6461 # have runtime linking enabled, and use it for executables.
6462 # For shared libraries, we enable/disable runtime linking
6463 # depending on the kind of the shared library created -
6464 # when "with_aix_soname,aix_use_runtimelinking" is:
6465 # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables
6466 # "aix,yes" lib.so shared, rtl:yes, for executables
6467 # lib.a static archive
6468 # "both,no" lib.so.V(shr.o) shared, rtl:yes
6469 # lib.a(lib.so.V) shared, rtl:no, for executables
6470 # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
6471 # lib.a(lib.so.V) shared, rtl:no
6472 # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables
6473 # lib.a static archive
6474 case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
6475 for ld_flag in $LDFLAGS; do
6478 aix_use_runtimelinking=yes
6483 if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
6484 # With aix-soname=svr4, we create the lib.so.V shared archives only,
6485 # so we don't have lib.a shared libs to link our executables.
6486 # We have to force runtime linking in this case.
6487 aix_use_runtimelinking=yes
6488 LDFLAGS="$LDFLAGS -Wl,-brtl"
6493 exp_sym_flag='-bexport'
6494 no_entry_flag='-bnoentry'
6497 # When large executables or shared objects are built, AIX ld can
6498 # have problems creating the table of contents. If linking a library
6499 # or program results in "error TOC overflow" add -mminimal-toc to
6500 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
6501 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
6503 _LT_TAGVAR(archive_cmds, $1)=''
6504 _LT_TAGVAR(hardcode_direct, $1)=yes
6505 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
6506 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
6507 _LT_TAGVAR(link_all_deplibs, $1)=yes
6508 _LT_TAGVAR(file_list_spec, $1)='$wl-f,'
6509 case $with_aix_soname,$aix_use_runtimelinking in
6510 aix,*) ;; # no import file
6511 svr4,* | *,yes) # use import file
6512 # The Import File defines what to hardcode.
6513 _LT_TAGVAR(hardcode_direct, $1)=no
6514 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
6518 if test yes = "$GXX"; then
6519 case $host_os in aix4.[[012]]|aix4.[[012]].*)
6520 # We only want to do this on AIX 4.2 and lower, the check
6521 # below for broken collect2 doesn't work under 4.3+
6522 collect2name=`$CC -print-prog-name=collect2`
6523 if test -f "$collect2name" &&
6524 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
6526 # We have reworked collect2
6529 # We have old collect2
6530 _LT_TAGVAR(hardcode_direct, $1)=unsupported
6531 # It fails to find uninstalled libraries when the uninstalled
6532 # path is not listed in the libpath. Setting hardcode_minus_L
6533 # to unsupported forces relinking
6534 _LT_TAGVAR(hardcode_minus_L, $1)=yes
6535 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6536 _LT_TAGVAR(hardcode_libdir_separator, $1)=
6539 shared_flag='-shared'
6540 if test yes = "$aix_use_runtimelinking"; then
6541 shared_flag=$shared_flag' $wl-G'
6543 # Need to ensure runtime linking is disabled for the traditional
6544 # shared library, or the linker may eventually find shared libraries
6545 # /with/ Import File - we do not want to mix them.
6546 shared_flag_aix='-shared'
6547 shared_flag_svr4='-shared $wl-G'
6550 if test ia64 = "$host_cpu"; then
6551 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
6552 # chokes on -Wl,-G. The following line is correct:
6555 if test yes = "$aix_use_runtimelinking"; then
6558 shared_flag='$wl-bM:SRE'
6560 shared_flag_aix='$wl-bM:SRE'
6561 shared_flag_svr4='$wl-G'
6565 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall'
6566 # It seems that -bexpall does not export symbols beginning with
6567 # underscore (_), so it is better to generate a list of symbols to
6569 _LT_TAGVAR(always_export_symbols, $1)=yes
6570 if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
6571 # Warning - without using the other runtime loading flags (-brtl),
6572 # -berok will link without error, but may produce a broken library.
6573 # The "-G" linker flag allows undefined symbols.
6574 _LT_TAGVAR(no_undefined_flag, $1)='-bernotok'
6575 # Determine the default libpath from the value encoded in an empty
6577 _LT_SYS_MODULE_PATH_AIX([$1])
6578 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
6580 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
6582 if test ia64 = "$host_cpu"; then
6583 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib'
6584 _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
6585 _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"
6587 # Determine the default libpath from the value encoded in an
6589 _LT_SYS_MODULE_PATH_AIX([$1])
6590 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
6591 # Warning - without using the other run time loading flags,
6592 # -berok will link without error, but may produce a broken library.
6593 _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok'
6594 _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok'
6595 if test yes = "$with_gnu_ld"; then
6596 # We only use this code for GNU lds that support --whole-archive.
6597 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive'
6599 # Exported symbols can be pulled into shared objects from archives
6600 _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
6602 _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
6603 _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
6604 # -brtl affects multiple linker settings, -berok does not and is overridden later
6605 compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
6606 if test svr4 != "$with_aix_soname"; then
6607 # This is similar to how AIX traditionally builds its shared
6608 # libraries. Need -bnortl late, we may have -brtl in LDFLAGS.
6609 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
6611 if test aix != "$with_aix_soname"; then
6612 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp'
6614 # used by -dlpreopen to get the symbols
6615 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir'
6617 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d'
6623 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
6624 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
6625 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
6626 # support --undefined. This deserves some investigation. FIXME
6627 _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
6629 _LT_TAGVAR(ld_shlibs, $1)=no
6634 case $cc_basename in
6636 # FIXME: insert proper C++ library support
6637 _LT_TAGVAR(ld_shlibs, $1)=no
6642 cygwin* | mingw* | pw32* | cegcc*)
6643 case $GXX,$cc_basename in
6646 # hardcode_libdir_flag_spec is actually meaningless, as there is
6647 # no search path for DLLs.
6648 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
6649 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
6650 _LT_TAGVAR(always_export_symbols, $1)=yes
6651 _LT_TAGVAR(file_list_spec, $1)='@'
6652 # Tell ltmain to make .lib files, not .a files.
6654 # Tell ltmain to make .dll files, not .so files.
6656 # FIXME: Setting linknames here is a bad hack.
6657 _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
6658 _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
6659 cp "$export_symbols" "$output_objdir/$soname.def";
6660 echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
6662 $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
6664 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
6666 # The linker will not automatically build a static lib if we build a DLL.
6667 # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
6668 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
6670 _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
6671 _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
6672 lt_tool_outputfile="@TOOL_OUTPUT@"~
6673 case $lt_outputfile in
6676 lt_outputfile=$lt_outputfile.exe
6677 lt_tool_outputfile=$lt_tool_outputfile.exe
6680 func_to_tool_file "$lt_outputfile"~
6681 if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
6682 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
6683 $RM "$lt_outputfile.manifest";
6688 # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
6689 # as there is no search path for DLLs.
6690 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6691 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols'
6692 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
6693 _LT_TAGVAR(always_export_symbols, $1)=no
6694 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
6696 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
6697 _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'
6698 # If the export-symbols file already is a .def file, use it as
6699 # is; otherwise, prepend EXPORTS...
6700 _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
6701 cp $export_symbols $output_objdir/$soname.def;
6703 echo EXPORTS > $output_objdir/$soname.def;
6704 cat $export_symbols >> $output_objdir/$soname.def;
6706 $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'
6708 _LT_TAGVAR(ld_shlibs, $1)=no
6713 darwin* | rhapsody*)
6714 _LT_DARWIN_LINKER_FEATURES($1)
6718 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6719 _LT_TAGVAR(hardcode_minus_L, $1)=yes
6720 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
6722 _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
6723 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
6724 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
6725 $ECHO EXPORTS >> $output_objdir/$libname.def~
6726 emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
6727 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
6728 emximp -o $lib $output_objdir/$libname.def'
6729 _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
6730 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
6731 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
6732 $ECHO EXPORTS >> $output_objdir/$libname.def~
6734 if test EXPORTS = "`$SED 1q $export_symbols`"; then
6735 prefix_cmds="$prefix_cmds -e 1d";
6737 prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
6738 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
6739 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
6740 emximp -o $lib $output_objdir/$libname.def'
6741 _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
6742 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
6746 case $cc_basename in
6748 # FIXME: insert proper C++ library support
6749 _LT_TAGVAR(ld_shlibs, $1)=no
6752 # Green Hills C++ Compiler
6753 # FIXME: insert proper C++ library support
6754 _LT_TAGVAR(ld_shlibs, $1)=no
6757 # FIXME: insert proper C++ library support
6758 _LT_TAGVAR(ld_shlibs, $1)=no
6764 # C++ shared libraries reported to be fairly broken before
6766 _LT_TAGVAR(ld_shlibs, $1)=no
6770 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
6773 freebsd* | dragonfly*)
6774 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
6776 _LT_TAGVAR(ld_shlibs, $1)=yes
6780 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
6781 _LT_TAGVAR(link_all_deplibs, $1)=yes
6785 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
6786 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
6787 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
6788 _LT_TAGVAR(hardcode_direct, $1)=yes
6789 _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
6790 # but as the default
6791 # location of the library.
6793 case $cc_basename in
6795 # FIXME: insert proper C++ library support
6796 _LT_TAGVAR(ld_shlibs, $1)=no
6799 _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 "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
6800 # Commands to make compiler produce verbose output that lists
6801 # what "hidden" libraries, object files and flags are used when
6802 # linking a shared library.
6804 # There doesn't appear to be a way to prevent this compiler from
6805 # explicitly linking system object files so we need to strip them
6806 # from the output so that they don't get included in the library
6808 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"'
6811 if test yes = "$GXX"; then
6812 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
6814 # FIXME: insert proper C++ library support
6815 _LT_TAGVAR(ld_shlibs, $1)=no
6822 if test no = "$with_gnu_ld"; then
6823 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
6824 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
6830 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
6836 _LT_TAGVAR(hardcode_direct, $1)=no
6837 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6840 _LT_TAGVAR(hardcode_direct, $1)=yes
6841 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
6842 _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
6843 # but as the default
6844 # location of the library.
6848 case $cc_basename in
6850 # FIXME: insert proper C++ library support
6851 _LT_TAGVAR(ld_shlibs, $1)=no
6856 _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
6859 _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
6862 _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'
6865 # Commands to make compiler produce verbose output that lists
6866 # what "hidden" libraries, object files and flags are used when
6867 # linking a shared library.
6869 # There doesn't appear to be a way to prevent this compiler from
6870 # explicitly linking system object files so we need to strip them
6871 # from the output so that they don't get included in the library
6873 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"'
6876 if test yes = "$GXX"; then
6877 if test no = "$with_gnu_ld"; then
6880 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
6883 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
6886 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
6891 # FIXME: insert proper C++ library support
6892 _LT_TAGVAR(ld_shlibs, $1)=no
6899 _LT_TAGVAR(hardcode_direct, $1)=no
6900 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6901 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
6902 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
6903 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
6904 # Instead, shared libraries are loaded at an image base (0x10000000 by
6905 # default) and relocated if they conflict, which is a slow very memory
6906 # consuming and fragmenting process. To avoid this, we pick a random,
6907 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
6908 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
6909 _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'
6910 _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'
6913 case $cc_basename in
6916 _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'
6918 # Archives containing C++ object files must be created using
6919 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
6920 # necessary to make sure instantiated templates are included
6922 _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
6925 if test yes = "$GXX"; then
6926 if test no = "$with_gnu_ld"; then
6927 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -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'
6929 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -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'
6932 _LT_TAGVAR(link_all_deplibs, $1)=yes
6935 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
6936 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
6937 _LT_TAGVAR(inherit_rpath, $1)=yes
6940 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6941 case $cc_basename in
6943 # Kuck and Associates, Inc. (KAI) C++ Compiler
6945 # KCC will only create a shared library if the output file
6946 # ends with ".so" (or ".sl" for HP-UX), so rename the library
6947 # to its proper name (with version) after linking.
6948 _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'
6949 _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'
6950 # Commands to make compiler produce verbose output that lists
6951 # what "hidden" libraries, object files and flags are used when
6952 # linking a shared library.
6954 # There doesn't appear to be a way to prevent this compiler from
6955 # explicitly linking system object files so we need to strip them
6956 # from the output so that they don't get included in the library
6958 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"'
6960 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
6961 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
6963 # Archives containing C++ object files must be created using
6964 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
6965 _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
6970 # version 8.0 and above of icpc choke on multiply defined symbols
6971 # if we add $predep_objects and $postdep_objects, however 7.1 and
6972 # earlier do not add the objects themselves.
6973 case `$CC -V 2>&1` in
6975 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
6976 _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'
6978 *) # Version 8.0 or newer
6981 ia64*) tmp_idyn=' -i_dynamic';;
6983 _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
6984 _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'
6987 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
6988 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
6989 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
6990 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive'
6993 # Portland Group C++ compiler
6995 *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
6996 _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~
6998 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
6999 compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
7000 _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
7002 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
7003 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
7005 _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~
7007 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
7008 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
7009 _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
7011 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
7012 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
7014 *) # Version 6 and above use weak symbols
7015 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
7016 _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'
7020 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl--rpath $wl$libdir'
7021 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
7022 _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'
7026 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
7027 _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'
7029 runpath_var=LD_RUN_PATH
7030 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
7031 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
7033 # Commands to make compiler produce verbose output that lists
7034 # what "hidden" libraries, object files and flags are used when
7035 # linking a shared library.
7037 # There doesn't appear to be a way to prevent this compiler from
7038 # explicitly linking system object files so we need to strip them
7039 # from the output so that they don't get included in the library
7041 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'
7043 xl* | mpixl* | bgxl*)
7044 # IBM XL 8.0 on PPC, with GNU ld
7045 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
7046 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
7047 _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
7048 if test yes = "$supports_anon_versioning"; then
7049 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
7050 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
7051 echo "local: *; };" >> $output_objdir/$libname.ver~
7052 $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
7056 case `$CC -V 2>&1 | sed 5q` in
7059 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
7060 _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
7061 _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'
7062 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
7063 _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'
7064 _LT_TAGVAR(compiler_needs_object, $1)=yes
7066 # Not sure whether something based on
7067 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
7069 output_verbose_link_cmd='func_echo_all'
7071 # Archives containing C++ object files must be created using
7072 # "CC -xar", where "CC" is the Sun C++ compiler. This is
7073 # necessary to make sure instantiated templates are included
7075 _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
7083 # FIXME: insert proper C++ library support
7084 _LT_TAGVAR(ld_shlibs, $1)=no
7088 # FIXME: insert proper C++ library support
7089 _LT_TAGVAR(ld_shlibs, $1)=no
7093 case $cc_basename in
7095 # FIXME: insert proper C++ library support
7096 _LT_TAGVAR(ld_shlibs, $1)=no
7099 # FIXME: insert proper C++ library support
7100 _LT_TAGVAR(ld_shlibs, $1)=no
7106 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
7107 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
7109 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
7110 _LT_TAGVAR(hardcode_direct, $1)=yes
7111 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
7113 # Workaround some broken pre-1.5 toolchains
7114 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
7118 _LT_TAGVAR(ld_shlibs, $1)=yes
7122 if test -f /usr/libexec/ld.so; then
7123 _LT_TAGVAR(hardcode_direct, $1)=yes
7124 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
7125 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
7126 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
7127 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
7128 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
7129 _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'
7130 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
7131 _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
7133 output_verbose_link_cmd=func_echo_all
7135 _LT_TAGVAR(ld_shlibs, $1)=no
7139 osf3* | osf4* | osf5*)
7140 case $cc_basename in
7142 # Kuck and Associates, Inc. (KAI) C++ Compiler
7144 # KCC will only create a shared library if the output file
7145 # ends with ".so" (or ".sl" for HP-UX), so rename the library
7146 # to its proper name (with version) after linking.
7147 _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'
7149 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
7150 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
7152 # Archives containing C++ object files must be created using
7153 # the KAI C++ compiler.
7155 osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;;
7156 *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;;
7160 # Rational C++ 2.4.1
7161 # FIXME: insert proper C++ library support
7162 _LT_TAGVAR(ld_shlibs, $1)=no
7167 _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
7168 _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'
7169 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
7172 _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
7173 _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'
7174 _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
7175 echo "-hidden">> $lib.exp~
7176 $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~
7178 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
7182 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
7184 # Commands to make compiler produce verbose output that lists
7185 # what "hidden" libraries, object files and flags are used when
7186 # linking a shared library.
7188 # There doesn't appear to be a way to prevent this compiler from
7189 # explicitly linking system object files so we need to strip them
7190 # from the output so that they don't get included in the library
7192 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"'
7195 if test yes,no = "$GXX,$with_gnu_ld"; then
7196 _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
7199 _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'
7202 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -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'
7206 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
7207 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
7209 # Commands to make compiler produce verbose output that lists
7210 # what "hidden" libraries, object files and flags are used when
7211 # linking a shared library.
7212 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
7215 # FIXME: insert proper C++ library support
7216 _LT_TAGVAR(ld_shlibs, $1)=no
7223 # FIXME: insert proper C++ library support
7224 _LT_TAGVAR(ld_shlibs, $1)=no
7228 case $cc_basename in
7231 # FIXME: insert proper C++ library support
7232 _LT_TAGVAR(ld_shlibs, $1)=no
7236 # FIXME: insert proper C++ library support
7237 _LT_TAGVAR(ld_shlibs, $1)=no
7240 # FIXME: insert proper C++ library support
7241 _LT_TAGVAR(ld_shlibs, $1)=no
7247 case $cc_basename in
7249 # Sun C++ 4.2, 5.x and Centerline C++
7250 _LT_TAGVAR(archive_cmds_need_lc,$1)=yes
7251 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
7252 _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
7253 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
7254 $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'
7256 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
7257 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
7259 solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
7261 # The compiler driver will combine and reorder linker options,
7262 # but understands '-z linker_flag'.
7263 # Supported since Solaris 2.6 (maybe 2.5.1?)
7264 _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
7267 _LT_TAGVAR(link_all_deplibs, $1)=yes
7269 output_verbose_link_cmd='func_echo_all'
7271 # Archives containing C++ object files must be created using
7272 # "CC -xar", where "CC" is the Sun C++ compiler. This is
7273 # necessary to make sure instantiated templates are included
7275 _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
7278 # Green Hills C++ Compiler
7279 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
7281 # The C++ compiler must be used to create the archive.
7282 _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
7285 # GNU C++ compiler with Solaris linker
7286 if test yes,no = "$GXX,$with_gnu_ld"; then
7287 _LT_TAGVAR(no_undefined_flag, $1)=' $wl-z ${wl}defs'
7288 if $CC --version | $GREP -v '^2\.7' > /dev/null; then
7289 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
7290 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
7291 $CC -shared $pic_flag -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
7293 # Commands to make compiler produce verbose output that lists
7294 # what "hidden" libraries, object files and flags are used when
7295 # linking a shared library.
7296 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
7298 # g++ 2.7 appears to require '-G' NOT '-shared' on this
7300 _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
7301 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
7302 $CC -G -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
7304 # Commands to make compiler produce verbose output that lists
7305 # what "hidden" libraries, object files and flags are used when
7306 # linking a shared library.
7307 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
7310 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir'
7312 solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
7314 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
7322 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
7323 _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
7324 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
7325 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
7326 runpath_var='LD_RUN_PATH'
7328 case $cc_basename in
7330 _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7331 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7334 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7335 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7340 sysv5* | sco3.2v5* | sco5v6*)
7341 # Note: We CANNOT use -z defs as we might desire, because we do not
7342 # link with -lc, and that would cause any symbols used from libc to
7343 # always be unresolved, which means just about no library would
7344 # ever link correctly. If we're not using GNU ld we use -z text
7345 # though, which does catch some bad symbols but isn't as heavy-handed
7347 _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
7348 _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs'
7349 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
7350 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
7351 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir'
7352 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
7353 _LT_TAGVAR(link_all_deplibs, $1)=yes
7354 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport'
7355 runpath_var='LD_RUN_PATH'
7357 case $cc_basename in
7359 _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7360 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7361 _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~
7362 '"$_LT_TAGVAR(old_archive_cmds, $1)"
7363 _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~
7364 '"$_LT_TAGVAR(reload_cmds, $1)"
7367 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7368 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7374 case $cc_basename in
7376 # NonStop-UX NCC 3.20
7377 # FIXME: insert proper C++ library support
7378 _LT_TAGVAR(ld_shlibs, $1)=no
7381 # FIXME: insert proper C++ library support
7382 _LT_TAGVAR(ld_shlibs, $1)=no
7388 # FIXME: insert proper C++ library support
7389 _LT_TAGVAR(ld_shlibs, $1)=no
7393 # FIXME: insert proper C++ library support
7394 _LT_TAGVAR(ld_shlibs, $1)=no
7398 AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
7399 test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no
7401 _LT_TAGVAR(GCC, $1)=$GXX
7402 _LT_TAGVAR(LD, $1)=$LD
7405 ## There is no encapsulation within the following macros, do not change
7406 ## the running order or otherwise move them around unless you know exactly
7407 ## what you are doing...
7408 _LT_SYS_HIDDEN_LIBDEPS($1)
7409 _LT_COMPILER_PIC($1)
7410 _LT_COMPILER_C_O($1)
7411 _LT_COMPILER_FILE_LOCKS($1)
7412 _LT_LINKER_SHLIBS($1)
7413 _LT_SYS_DYNAMIC_LINKER($1)
7414 _LT_LINKER_HARDCODE_LIBPATH($1)
7417 fi # test -n "$compiler"
7420 CFLAGS=$lt_save_CFLAGS
7424 with_gnu_ld=$lt_save_with_gnu_ld
7425 lt_cv_path_LDCXX=$lt_cv_path_LD
7426 lt_cv_path_LD=$lt_save_path_LD
7427 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
7428 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
7429 fi # test yes != "$_lt_caught_CXX_error"
7432 ])# _LT_LANG_CXX_CONFIG
7435 # _LT_FUNC_STRIPNAME_CNF
7436 # ----------------------
7437 # func_stripname_cnf prefix suffix name
7438 # strip PREFIX and SUFFIX off of NAME.
7439 # PREFIX and SUFFIX must not contain globbing or regex special
7440 # characters, hashes, percent signs, but SUFFIX may contain a leading
7441 # dot (in which case that matches only a dot).
7443 # This function is identical to the (non-XSI) version of func_stripname,
7444 # except this one can be used by m4 code that may be executed by configure,
7445 # rather than the libtool script.
7446 m4_defun([_LT_FUNC_STRIPNAME_CNF],[dnl
7447 AC_REQUIRE([_LT_DECL_SED])
7448 AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])
7449 func_stripname_cnf ()
7452 .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
7453 *) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
7455 } # func_stripname_cnf
7456 ])# _LT_FUNC_STRIPNAME_CNF
7459 # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
7460 # ---------------------------------
7461 # Figure out "hidden" library dependencies from verbose
7462 # compiler output when linking a shared library.
7463 # Parse the compiler output and extract the necessary
7464 # objects, libraries and library flags.
7465 m4_defun([_LT_SYS_HIDDEN_LIBDEPS],
7466 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
7467 AC_REQUIRE([_LT_FUNC_STRIPNAME_CNF])dnl
7468 # Dependencies to place before and after the object being linked:
7469 _LT_TAGVAR(predep_objects, $1)=
7470 _LT_TAGVAR(postdep_objects, $1)=
7471 _LT_TAGVAR(predeps, $1)=
7472 _LT_TAGVAR(postdeps, $1)=
7473 _LT_TAGVAR(compiler_lib_search_path, $1)=
7475 dnl we can't use the lt_simple_compile_test_code here,
7476 dnl because it contains code intended for an executable,
7477 dnl not a library. It's possible we should let each
7478 dnl tag define a new lt_????_link_test_code variable,
7479 dnl but it's only used here...
7480 m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF
7482 void foo (void) { a = 0; }
7484 ], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF
7488 Foo (void) { a = 0; }
7493 ], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF
7501 ], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF
7509 ], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF
7512 public void bar (void) {
7517 ], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF
7524 _lt_libdeps_save_CFLAGS=$CFLAGS
7525 case "$CC $CFLAGS " in #(
7526 *\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
7527 *\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
7528 *\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;;
7531 dnl Parse the compiler output and extract the necessary
7532 dnl objects, libraries and library flags.
7533 if AC_TRY_EVAL(ac_compile); then
7534 # Parse the compiler output and extract the necessary
7535 # objects, libraries and library flags.
7537 # Sentinel used to keep track of whether or not we are before
7538 # the conftest object file.
7539 pre_test_object_deps_done=no
7541 for p in `eval "$output_verbose_link_cmd"`; do
7545 # Some compilers place space between "-{L,R}" and the path.
7547 if test x-L = "$p" ||
7548 test x-R = "$p"; then
7553 # Expand the sysroot to ease extracting the directories later.
7554 if test -z "$prev"; then
7556 -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;;
7557 -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;;
7558 -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;;
7562 =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;;
7564 if test no = "$pre_test_object_deps_done"; then
7567 # Internal compiler library paths should come after those
7568 # provided the user. The postdeps already come after the
7569 # user supplied libs so there is no need to process them.
7570 if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then
7571 _LT_TAGVAR(compiler_lib_search_path, $1)=$prev$p
7573 _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} $prev$p"
7576 # The "-l" case would never come before the object being
7577 # linked, so don't bother handling this case.
7580 if test -z "$_LT_TAGVAR(postdeps, $1)"; then
7581 _LT_TAGVAR(postdeps, $1)=$prev$p
7583 _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} $prev$p"
7589 *.lto.$objext) ;; # Ignore GCC LTO objects
7591 # This assumes that the test object file only shows up
7592 # once in the compiler output.
7593 if test "$p" = "conftest.$objext"; then
7594 pre_test_object_deps_done=yes
7598 if test no = "$pre_test_object_deps_done"; then
7599 if test -z "$_LT_TAGVAR(predep_objects, $1)"; then
7600 _LT_TAGVAR(predep_objects, $1)=$p
7602 _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p"
7605 if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then
7606 _LT_TAGVAR(postdep_objects, $1)=$p
7608 _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p"
7613 *) ;; # Ignore the rest.
7621 echo "libtool.m4: error: problem compiling $1 test program"
7624 $RM -f confest.$objext
7625 CFLAGS=$_lt_libdeps_save_CFLAGS
7627 # PORTME: override above test on systems where it is broken
7631 # Interix 3.5 installs completely hosed .la files for C++, so rather than
7632 # hack all around it, let's just trust "g++" to DTRT.
7633 _LT_TAGVAR(predep_objects,$1)=
7634 _LT_TAGVAR(postdep_objects,$1)=
7635 _LT_TAGVAR(postdeps,$1)=
7640 case " $_LT_TAGVAR(postdeps, $1) " in
7641 *" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;;
7643 _LT_TAGVAR(compiler_lib_search_dirs, $1)=
7644 if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
7645 _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
7647 _LT_TAGDECL([], [compiler_lib_search_dirs], [1],
7648 [The directories searched by this compiler when creating a shared library])
7649 _LT_TAGDECL([], [predep_objects], [1],
7650 [Dependencies to place before and after the objects being linked to
7651 create a shared library])
7652 _LT_TAGDECL([], [postdep_objects], [1])
7653 _LT_TAGDECL([], [predeps], [1])
7654 _LT_TAGDECL([], [postdeps], [1])
7655 _LT_TAGDECL([], [compiler_lib_search_path], [1],
7656 [The library search path used internally by the compiler when linking
7658 ])# _LT_SYS_HIDDEN_LIBDEPS
7661 # _LT_LANG_F77_CONFIG([TAG])
7662 # --------------------------
7663 # Ensure that the configuration variables for a Fortran 77 compiler are
7664 # suitably defined. These variables are subsequently used by _LT_CONFIG
7665 # to write the compiler configuration to 'libtool'.
7666 m4_defun([_LT_LANG_F77_CONFIG],
7667 [AC_LANG_PUSH(Fortran 77)
7668 if test -z "$F77" || test no = "$F77"; then
7672 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
7673 _LT_TAGVAR(allow_undefined_flag, $1)=
7674 _LT_TAGVAR(always_export_symbols, $1)=no
7675 _LT_TAGVAR(archive_expsym_cmds, $1)=
7676 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
7677 _LT_TAGVAR(hardcode_direct, $1)=no
7678 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
7679 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
7680 _LT_TAGVAR(hardcode_libdir_separator, $1)=
7681 _LT_TAGVAR(hardcode_minus_L, $1)=no
7682 _LT_TAGVAR(hardcode_automatic, $1)=no
7683 _LT_TAGVAR(inherit_rpath, $1)=no
7684 _LT_TAGVAR(module_cmds, $1)=
7685 _LT_TAGVAR(module_expsym_cmds, $1)=
7686 _LT_TAGVAR(link_all_deplibs, $1)=unknown
7687 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
7688 _LT_TAGVAR(reload_flag, $1)=$reload_flag
7689 _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
7690 _LT_TAGVAR(no_undefined_flag, $1)=
7691 _LT_TAGVAR(whole_archive_flag_spec, $1)=
7692 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
7694 # Source file extension for f77 test sources.
7697 # Object file extension for compiled f77 test sources.
7699 _LT_TAGVAR(objext, $1)=$objext
7701 # No sense in running all these tests if we already determined that
7702 # the F77 compiler isn't working. Some variables (like enable_shared)
7703 # are currently assumed to apply to all compilers on this platform,
7704 # and will be corrupted by setting them based on a non-working compiler.
7705 if test yes != "$_lt_disable_F77"; then
7706 # Code to be used in simple compile tests
7707 lt_simple_compile_test_code="\
7713 # Code to be used in simple link tests
7714 lt_simple_link_test_code="\
7719 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
7722 # save warnings/boilerplate of simple test code
7723 _LT_COMPILER_BOILERPLATE
7724 _LT_LINKER_BOILERPLATE
7726 # Allow CC to be a program name with arguments.
7729 lt_save_CFLAGS=$CFLAGS
7733 _LT_TAGVAR(compiler, $1)=$CC
7734 _LT_CC_BASENAME([$compiler])
7736 if test -n "$compiler"; then
7737 AC_MSG_CHECKING([if libtool supports shared libraries])
7738 AC_MSG_RESULT([$can_build_shared])
7740 AC_MSG_CHECKING([whether to build shared libraries])
7741 test no = "$can_build_shared" && enable_shared=no
7743 # On AIX, shared libraries and static libraries use the same namespace, and
7744 # are all built from PIC.
7747 test yes = "$enable_shared" && enable_static=no
7748 if test -n "$RANLIB"; then
7749 archive_cmds="$archive_cmds~\$RANLIB \$lib"
7750 postinstall_cmds='$RANLIB $lib'
7754 if test ia64 != "$host_cpu"; then
7755 case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
7756 yes,aix,yes) ;; # shared object as lib.so file only
7757 yes,svr4,*) ;; # shared object as lib.so archive member only
7758 yes,*) enable_static=no ;; # shared object in lib.a archive as well
7763 AC_MSG_RESULT([$enable_shared])
7765 AC_MSG_CHECKING([whether to build static libraries])
7766 # Make sure either enable_shared or enable_static is yes.
7767 test yes = "$enable_shared" || enable_static=yes
7768 AC_MSG_RESULT([$enable_static])
7770 _LT_TAGVAR(GCC, $1)=$G77
7771 _LT_TAGVAR(LD, $1)=$LD
7774 ## There is no encapsulation within the following macros, do not change
7775 ## the running order or otherwise move them around unless you know exactly
7776 ## what you are doing...
7777 _LT_COMPILER_PIC($1)
7778 _LT_COMPILER_C_O($1)
7779 _LT_COMPILER_FILE_LOCKS($1)
7780 _LT_LINKER_SHLIBS($1)
7781 _LT_SYS_DYNAMIC_LINKER($1)
7782 _LT_LINKER_HARDCODE_LIBPATH($1)
7785 fi # test -n "$compiler"
7789 CFLAGS=$lt_save_CFLAGS
7790 fi # test yes != "$_lt_disable_F77"
7793 ])# _LT_LANG_F77_CONFIG
7796 # _LT_LANG_FC_CONFIG([TAG])
7797 # -------------------------
7798 # Ensure that the configuration variables for a Fortran compiler are
7799 # suitably defined. These variables are subsequently used by _LT_CONFIG
7800 # to write the compiler configuration to 'libtool'.
7801 m4_defun([_LT_LANG_FC_CONFIG],
7802 [AC_LANG_PUSH(Fortran)
7804 if test -z "$FC" || test no = "$FC"; then
7808 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
7809 _LT_TAGVAR(allow_undefined_flag, $1)=
7810 _LT_TAGVAR(always_export_symbols, $1)=no
7811 _LT_TAGVAR(archive_expsym_cmds, $1)=
7812 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
7813 _LT_TAGVAR(hardcode_direct, $1)=no
7814 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
7815 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
7816 _LT_TAGVAR(hardcode_libdir_separator, $1)=
7817 _LT_TAGVAR(hardcode_minus_L, $1)=no
7818 _LT_TAGVAR(hardcode_automatic, $1)=no
7819 _LT_TAGVAR(inherit_rpath, $1)=no
7820 _LT_TAGVAR(module_cmds, $1)=
7821 _LT_TAGVAR(module_expsym_cmds, $1)=
7822 _LT_TAGVAR(link_all_deplibs, $1)=unknown
7823 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
7824 _LT_TAGVAR(reload_flag, $1)=$reload_flag
7825 _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
7826 _LT_TAGVAR(no_undefined_flag, $1)=
7827 _LT_TAGVAR(whole_archive_flag_spec, $1)=
7828 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
7830 # Source file extension for fc test sources.
7831 ac_ext=${ac_fc_srcext-f}
7833 # Object file extension for compiled fc test sources.
7835 _LT_TAGVAR(objext, $1)=$objext
7837 # No sense in running all these tests if we already determined that
7838 # the FC compiler isn't working. Some variables (like enable_shared)
7839 # are currently assumed to apply to all compilers on this platform,
7840 # and will be corrupted by setting them based on a non-working compiler.
7841 if test yes != "$_lt_disable_FC"; then
7842 # Code to be used in simple compile tests
7843 lt_simple_compile_test_code="\
7849 # Code to be used in simple link tests
7850 lt_simple_link_test_code="\
7855 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
7858 # save warnings/boilerplate of simple test code
7859 _LT_COMPILER_BOILERPLATE
7860 _LT_LINKER_BOILERPLATE
7862 # Allow CC to be a program name with arguments.
7865 lt_save_CFLAGS=$CFLAGS
7869 GCC=$ac_cv_fc_compiler_gnu
7871 _LT_TAGVAR(compiler, $1)=$CC
7872 _LT_CC_BASENAME([$compiler])
7874 if test -n "$compiler"; then
7875 AC_MSG_CHECKING([if libtool supports shared libraries])
7876 AC_MSG_RESULT([$can_build_shared])
7878 AC_MSG_CHECKING([whether to build shared libraries])
7879 test no = "$can_build_shared" && enable_shared=no
7881 # On AIX, shared libraries and static libraries use the same namespace, and
7882 # are all built from PIC.
7885 test yes = "$enable_shared" && enable_static=no
7886 if test -n "$RANLIB"; then
7887 archive_cmds="$archive_cmds~\$RANLIB \$lib"
7888 postinstall_cmds='$RANLIB $lib'
7892 if test ia64 != "$host_cpu"; then
7893 case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
7894 yes,aix,yes) ;; # shared object as lib.so file only
7895 yes,svr4,*) ;; # shared object as lib.so archive member only
7896 yes,*) enable_static=no ;; # shared object in lib.a archive as well
7901 AC_MSG_RESULT([$enable_shared])
7903 AC_MSG_CHECKING([whether to build static libraries])
7904 # Make sure either enable_shared or enable_static is yes.
7905 test yes = "$enable_shared" || enable_static=yes
7906 AC_MSG_RESULT([$enable_static])
7908 _LT_TAGVAR(GCC, $1)=$ac_cv_fc_compiler_gnu
7909 _LT_TAGVAR(LD, $1)=$LD
7912 ## There is no encapsulation within the following macros, do not change
7913 ## the running order or otherwise move them around unless you know exactly
7914 ## what you are doing...
7915 _LT_SYS_HIDDEN_LIBDEPS($1)
7916 _LT_COMPILER_PIC($1)
7917 _LT_COMPILER_C_O($1)
7918 _LT_COMPILER_FILE_LOCKS($1)
7919 _LT_LINKER_SHLIBS($1)
7920 _LT_SYS_DYNAMIC_LINKER($1)
7921 _LT_LINKER_HARDCODE_LIBPATH($1)
7924 fi # test -n "$compiler"
7928 CFLAGS=$lt_save_CFLAGS
7929 fi # test yes != "$_lt_disable_FC"
7932 ])# _LT_LANG_FC_CONFIG
7935 # _LT_LANG_GCJ_CONFIG([TAG])
7936 # --------------------------
7937 # Ensure that the configuration variables for the GNU Java Compiler compiler
7938 # are suitably defined. These variables are subsequently used by _LT_CONFIG
7939 # to write the compiler configuration to 'libtool'.
7940 m4_defun([_LT_LANG_GCJ_CONFIG],
7941 [AC_REQUIRE([LT_PROG_GCJ])dnl
7944 # Source file extension for Java test sources.
7947 # Object file extension for compiled Java test sources.
7949 _LT_TAGVAR(objext, $1)=$objext
7951 # Code to be used in simple compile tests
7952 lt_simple_compile_test_code="class foo {}"
7954 # Code to be used in simple link tests
7955 lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'
7957 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
7960 # save warnings/boilerplate of simple test code
7961 _LT_COMPILER_BOILERPLATE
7962 _LT_LINKER_BOILERPLATE
7964 # Allow CC to be a program name with arguments.
7966 lt_save_CFLAGS=$CFLAGS
7972 _LT_TAGVAR(compiler, $1)=$CC
7973 _LT_TAGVAR(LD, $1)=$LD
7974 _LT_CC_BASENAME([$compiler])
7976 # GCJ did not exist at the time GCC didn't implicitly link libc in.
7977 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
7979 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
7980 _LT_TAGVAR(reload_flag, $1)=$reload_flag
7981 _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
7983 if test -n "$compiler"; then
7984 _LT_COMPILER_NO_RTTI($1)
7985 _LT_COMPILER_PIC($1)
7986 _LT_COMPILER_C_O($1)
7987 _LT_COMPILER_FILE_LOCKS($1)
7988 _LT_LINKER_SHLIBS($1)
7989 _LT_LINKER_HARDCODE_LIBPATH($1)
7998 CFLAGS=$lt_save_CFLAGS
7999 ])# _LT_LANG_GCJ_CONFIG
8002 # _LT_LANG_GO_CONFIG([TAG])
8003 # --------------------------
8004 # Ensure that the configuration variables for the GNU Go compiler
8005 # are suitably defined. These variables are subsequently used by _LT_CONFIG
8006 # to write the compiler configuration to 'libtool'.
8007 m4_defun([_LT_LANG_GO_CONFIG],
8008 [AC_REQUIRE([LT_PROG_GO])dnl
8011 # Source file extension for Go test sources.
8014 # Object file extension for compiled Go test sources.
8016 _LT_TAGVAR(objext, $1)=$objext
8018 # Code to be used in simple compile tests
8019 lt_simple_compile_test_code="package main; func main() { }"
8021 # Code to be used in simple link tests
8022 lt_simple_link_test_code='package main; func main() { }'
8024 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
8027 # save warnings/boilerplate of simple test code
8028 _LT_COMPILER_BOILERPLATE
8029 _LT_LINKER_BOILERPLATE
8031 # Allow CC to be a program name with arguments.
8033 lt_save_CFLAGS=$CFLAGS
8039 _LT_TAGVAR(compiler, $1)=$CC
8040 _LT_TAGVAR(LD, $1)=$LD
8041 _LT_CC_BASENAME([$compiler])
8043 # Go did not exist at the time GCC didn't implicitly link libc in.
8044 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
8046 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
8047 _LT_TAGVAR(reload_flag, $1)=$reload_flag
8048 _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
8050 if test -n "$compiler"; then
8051 _LT_COMPILER_NO_RTTI($1)
8052 _LT_COMPILER_PIC($1)
8053 _LT_COMPILER_C_O($1)
8054 _LT_COMPILER_FILE_LOCKS($1)
8055 _LT_LINKER_SHLIBS($1)
8056 _LT_LINKER_HARDCODE_LIBPATH($1)
8065 CFLAGS=$lt_save_CFLAGS
8066 ])# _LT_LANG_GO_CONFIG
8069 # _LT_LANG_RC_CONFIG([TAG])
8070 # -------------------------
8071 # Ensure that the configuration variables for the Windows resource compiler
8072 # are suitably defined. These variables are subsequently used by _LT_CONFIG
8073 # to write the compiler configuration to 'libtool'.
8074 m4_defun([_LT_LANG_RC_CONFIG],
8075 [AC_REQUIRE([LT_PROG_RC])dnl
8078 # Source file extension for RC test sources.
8081 # Object file extension for compiled RC test sources.
8083 _LT_TAGVAR(objext, $1)=$objext
8085 # Code to be used in simple compile tests
8086 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
8088 # Code to be used in simple link tests
8089 lt_simple_link_test_code=$lt_simple_compile_test_code
8091 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
8094 # save warnings/boilerplate of simple test code
8095 _LT_COMPILER_BOILERPLATE
8096 _LT_LINKER_BOILERPLATE
8098 # Allow CC to be a program name with arguments.
8100 lt_save_CFLAGS=$CFLAGS
8106 _LT_TAGVAR(compiler, $1)=$CC
8107 _LT_CC_BASENAME([$compiler])
8108 _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
8110 if test -n "$compiler"; then
8118 CFLAGS=$lt_save_CFLAGS
8119 ])# _LT_LANG_RC_CONFIG
8124 AC_DEFUN([LT_PROG_GCJ],
8125 [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
8126 [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
8127 [AC_CHECK_TOOL(GCJ, gcj,)
8128 test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2"
8129 AC_SUBST(GCJFLAGS)])])[]dnl
8133 AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ])
8134 dnl aclocal-1.4 backwards compatibility:
8135 dnl AC_DEFUN([LT_AC_PROG_GCJ], [])
8140 AC_DEFUN([LT_PROG_GO],
8141 [AC_CHECK_TOOL(GOC, gccgo,)
8147 AC_DEFUN([LT_PROG_RC],
8148 [AC_CHECK_TOOL(RC, windres,)
8152 AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC])
8153 dnl aclocal-1.4 backwards compatibility:
8154 dnl AC_DEFUN([LT_AC_PROG_RC], [])
8159 # If we don't have a new enough Autoconf to choose the best grep
8160 # available, choose the one first in the user's PATH.
8161 m4_defun([_LT_DECL_EGREP],
8162 [AC_REQUIRE([AC_PROG_EGREP])dnl
8163 AC_REQUIRE([AC_PROG_FGREP])dnl
8164 test -z "$GREP" && GREP=grep
8165 _LT_DECL([], [GREP], [1], [A grep program that handles long lines])
8166 _LT_DECL([], [EGREP], [1], [An ERE matcher])
8167 _LT_DECL([], [FGREP], [1], [A literal string matcher])
8168 dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too
8175 # If we don't have a new enough Autoconf to choose the best objdump
8176 # available, choose the one first in the user's PATH.
8177 m4_defun([_LT_DECL_OBJDUMP],
8178 [AC_CHECK_TOOL(OBJDUMP, objdump, false)
8179 test -z "$OBJDUMP" && OBJDUMP=objdump
8180 _LT_DECL([], [OBJDUMP], [1], [An object symbol dumper])
8186 # Ensure DLLTOOL variable is set.
8187 m4_defun([_LT_DECL_DLLTOOL],
8188 [AC_CHECK_TOOL(DLLTOOL, dlltool, false)
8189 test -z "$DLLTOOL" && DLLTOOL=dlltool
8190 _LT_DECL([], [DLLTOOL], [1], [DLL creation program])
8196 # Check for a fully-functional sed program, that truncates
8197 # as few characters as possible. Prefer GNU sed if found.
8198 m4_defun([_LT_DECL_SED],
8200 test -z "$SED" && SED=sed
8201 Xsed="$SED -e 1s/^X//"
8202 _LT_DECL([], [SED], [1], [A sed program that does not truncate output])
8203 _LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"],
8204 [Sed that helps us avoid accidentally triggering echo(1) options like -n])
8207 m4_ifndef([AC_PROG_SED], [
8208 # NOTE: This macro has been submitted for inclusion into #
8209 # GNU Autoconf as AC_PROG_SED. When it is available in #
8210 # a released version of Autoconf we should remove this #
8211 # macro and use it instead. #
8213 m4_defun([AC_PROG_SED],
8214 [AC_MSG_CHECKING([for a sed that does not truncate output])
8215 AC_CACHE_VAL(lt_cv_path_SED,
8216 [# Loop through the user's path and test for sed and gsed.
8217 # Then use that list of sed's as ones to test for truncation.
8218 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8222 test -z "$as_dir" && as_dir=.
8223 for lt_ac_prog in sed gsed; do
8224 for ac_exec_ext in '' $ac_executable_extensions; do
8225 if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
8226 lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
8234 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
8235 # along with /bin/sed that truncates output.
8236 for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
8237 test ! -f "$lt_ac_sed" && continue
8238 cat /dev/null > conftest.in
8240 echo $ECHO_N "0123456789$ECHO_C" >conftest.in
8241 # Check for GNU sed and select it if it is found.
8242 if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
8243 lt_cv_path_SED=$lt_ac_sed
8247 cat conftest.in conftest.in >conftest.tmp
8248 mv conftest.tmp conftest.in
8249 cp conftest.in conftest.nl
8251 $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
8252 cmp -s conftest.out conftest.nl || break
8253 # 10000 chars as input seems more than enough
8254 test 10 -lt "$lt_ac_count" && break
8255 lt_ac_count=`expr $lt_ac_count + 1`
8256 if test "$lt_ac_count" -gt "$lt_ac_max"; then
8257 lt_ac_max=$lt_ac_count
8258 lt_cv_path_SED=$lt_ac_sed
8265 AC_MSG_RESULT([$SED])
8270 AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED])
8271 dnl aclocal-1.4 backwards compatibility:
8272 dnl AC_DEFUN([LT_AC_PROG_SED], [])
8275 # _LT_CHECK_SHELL_FEATURES
8276 # ------------------------
8277 # Find out whether the shell is Bourne or XSI compatible,
8278 # or has some other useful features.
8279 m4_defun([_LT_CHECK_SHELL_FEATURES],
8280 [if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
8285 _LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl
8287 # test EBCDIC or ASCII
8288 case `echo X|tr X '\101'` in
8289 A) # ASCII based system
8290 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
8291 lt_SP2NL='tr \040 \012'
8292 lt_NL2SP='tr \015\012 \040\040'
8294 *) # EBCDIC based system
8295 lt_SP2NL='tr \100 \n'
8296 lt_NL2SP='tr \r\n \100\100'
8299 _LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl
8300 _LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl
8301 ])# _LT_CHECK_SHELL_FEATURES
8304 # _LT_PATH_CONVERSION_FUNCTIONS
8305 # -----------------------------
8306 # Determine what file name conversion functions should be used by
8307 # func_to_host_file (and, implicitly, by func_to_host_path). These are needed
8308 # for certain cross-compile configurations and native mingw.
8309 m4_defun([_LT_PATH_CONVERSION_FUNCTIONS],
8310 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
8311 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
8312 AC_MSG_CHECKING([how to convert $build file names to $host format])
8313 AC_CACHE_VAL(lt_cv_to_host_file_cmd,
8317 *-*-mingw* ) # actually msys
8318 lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
8321 lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
8323 * ) # otherwise, assume *nix
8324 lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
8330 *-*-mingw* ) # actually msys
8331 lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
8334 lt_cv_to_host_file_cmd=func_convert_file_noop
8336 * ) # otherwise, assume *nix
8337 lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
8341 * ) # unhandled hosts (and "normal" native builds)
8342 lt_cv_to_host_file_cmd=func_convert_file_noop
8346 to_host_file_cmd=$lt_cv_to_host_file_cmd
8347 AC_MSG_RESULT([$lt_cv_to_host_file_cmd])
8348 _LT_DECL([to_host_file_cmd], [lt_cv_to_host_file_cmd],
8349 [0], [convert $build file names to $host format])dnl
8351 AC_MSG_CHECKING([how to convert $build file names to toolchain format])
8352 AC_CACHE_VAL(lt_cv_to_tool_file_cmd,
8353 [#assume ordinary cross tools, or native build.
8354 lt_cv_to_tool_file_cmd=func_convert_file_noop
8358 *-*-mingw* ) # actually msys
8359 lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
8365 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
8366 AC_MSG_RESULT([$lt_cv_to_tool_file_cmd])
8367 _LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd],
8368 [0], [convert $build files to toolchain format])dnl
8369 ])# _LT_PATH_CONVERSION_FUNCTIONS
8371 # Helper functions for option handling. -*- Autoconf -*-
8373 # Copyright (C) 2004-2005, 2007-2009, 2011-2015 Free Software
8375 # Written by Gary V. Vaughan, 2004
8377 # This file is free software; the Free Software Foundation gives
8378 # unlimited permission to copy and/or distribute it, with or without
8379 # modifications, as long as this notice is preserved.
8381 # serial 8 ltoptions.m4
8383 # This is to help aclocal find these macros, as it can't see m4_define.
8384 AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
8387 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
8388 # ------------------------------------------
8389 m4_define([_LT_MANGLE_OPTION],
8390 [[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])])
8393 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
8394 # ---------------------------------------
8395 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
8396 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
8398 m4_define([_LT_SET_OPTION],
8399 [m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl
8400 m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]),
8401 _LT_MANGLE_DEFUN([$1], [$2]),
8402 [m4_warning([Unknown $1 option '$2'])])[]dnl
8406 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
8407 # ------------------------------------------------------------
8408 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
8409 m4_define([_LT_IF_OPTION],
8410 [m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])])
8413 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
8414 # -------------------------------------------------------
8415 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
8417 m4_define([_LT_UNLESS_OPTIONS],
8418 [m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
8419 [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option),
8420 [m4_define([$0_found])])])[]dnl
8421 m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3
8426 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
8427 # ----------------------------------------
8428 # OPTION-LIST is a space-separated list of Libtool options associated
8429 # with MACRO-NAME. If any OPTION has a matching handler declared with
8430 # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
8431 # the unknown option and exit.
8432 m4_defun([_LT_SET_OPTIONS],
8434 m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
8435 [_LT_SET_OPTION([$1], _LT_Option)])
8437 m4_if([$1],[LT_INIT],[
8439 dnl Simply set some default values (i.e off) if boolean options were not
8441 _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no
8443 _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no
8446 dnl If no reference was made to various pairs of opposing options, then
8447 dnl we run the default mode handler for the pair. For example, if neither
8448 dnl 'shared' nor 'disable-shared' was passed, we enable building of shared
8449 dnl archives by default:
8450 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
8451 _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
8452 _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC])
8453 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
8454 [_LT_ENABLE_FAST_INSTALL])
8455 _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4],
8456 [_LT_WITH_AIX_SONAME([aix])])
8462 # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
8463 # -----------------------------------------
8464 m4_define([_LT_MANGLE_DEFUN],
8465 [[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])])
8468 # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
8469 # -----------------------------------------------
8470 m4_define([LT_OPTION_DEFINE],
8471 [m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl
8472 ])# LT_OPTION_DEFINE
8477 LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes
8480 AU_DEFUN([AC_LIBTOOL_DLOPEN],
8481 [_LT_SET_OPTION([LT_INIT], [dlopen])
8482 AC_DIAGNOSE([obsolete],
8483 [$0: Remove this warning and the call to _LT_SET_OPTION when you
8484 put the 'dlopen' option into LT_INIT's first parameter.])
8487 dnl aclocal-1.4 backwards compatibility:
8488 dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], [])
8493 # Declare package support for building win32 dll's.
8494 LT_OPTION_DEFINE([LT_INIT], [win32-dll],
8495 [enable_win32_dll=yes
8498 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
8499 AC_CHECK_TOOL(AS, as, false)
8500 AC_CHECK_TOOL(DLLTOOL, dlltool, false)
8501 AC_CHECK_TOOL(OBJDUMP, objdump, false)
8505 test -z "$AS" && AS=as
8506 _LT_DECL([], [AS], [1], [Assembler program])dnl
8508 test -z "$DLLTOOL" && DLLTOOL=dlltool
8509 _LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl
8511 test -z "$OBJDUMP" && OBJDUMP=objdump
8512 _LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl
8515 AU_DEFUN([AC_LIBTOOL_WIN32_DLL],
8516 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
8517 _LT_SET_OPTION([LT_INIT], [win32-dll])
8518 AC_DIAGNOSE([obsolete],
8519 [$0: Remove this warning and the call to _LT_SET_OPTION when you
8520 put the 'win32-dll' option into LT_INIT's first parameter.])
8523 dnl aclocal-1.4 backwards compatibility:
8524 dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [])
8527 # _LT_ENABLE_SHARED([DEFAULT])
8528 # ----------------------------
8529 # implement the --enable-shared flag, and supports the 'shared' and
8530 # 'disable-shared' LT_INIT options.
8531 # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'.
8532 m4_define([_LT_ENABLE_SHARED],
8533 [m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl
8534 AC_ARG_ENABLE([shared],
8535 [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
8536 [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])],
8537 [p=${PACKAGE-default}
8539 yes) enable_shared=yes ;;
8540 no) enable_shared=no ;;
8543 # Look at the argument we got. We use all the common list separators.
8544 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
8545 for pkg in $enableval; do
8547 if test "X$pkg" = "X$p"; then
8554 [enable_shared=]_LT_ENABLE_SHARED_DEFAULT)
8556 _LT_DECL([build_libtool_libs], [enable_shared], [0],
8557 [Whether or not to build shared libraries])
8558 ])# _LT_ENABLE_SHARED
8560 LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])])
8561 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
8564 AC_DEFUN([AC_ENABLE_SHARED],
8565 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
8568 AC_DEFUN([AC_DISABLE_SHARED],
8569 [_LT_SET_OPTION([LT_INIT], [disable-shared])
8572 AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
8573 AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
8575 dnl aclocal-1.4 backwards compatibility:
8576 dnl AC_DEFUN([AM_ENABLE_SHARED], [])
8577 dnl AC_DEFUN([AM_DISABLE_SHARED], [])
8581 # _LT_ENABLE_STATIC([DEFAULT])
8582 # ----------------------------
8583 # implement the --enable-static flag, and support the 'static' and
8584 # 'disable-static' LT_INIT options.
8585 # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'.
8586 m4_define([_LT_ENABLE_STATIC],
8587 [m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl
8588 AC_ARG_ENABLE([static],
8589 [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@],
8590 [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])],
8591 [p=${PACKAGE-default}
8593 yes) enable_static=yes ;;
8594 no) enable_static=no ;;
8597 # Look at the argument we got. We use all the common list separators.
8598 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
8599 for pkg in $enableval; do
8601 if test "X$pkg" = "X$p"; then
8608 [enable_static=]_LT_ENABLE_STATIC_DEFAULT)
8610 _LT_DECL([build_old_libs], [enable_static], [0],
8611 [Whether or not to build static libraries])
8612 ])# _LT_ENABLE_STATIC
8614 LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])])
8615 LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])])
8618 AC_DEFUN([AC_ENABLE_STATIC],
8619 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
8622 AC_DEFUN([AC_DISABLE_STATIC],
8623 [_LT_SET_OPTION([LT_INIT], [disable-static])
8626 AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
8627 AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
8629 dnl aclocal-1.4 backwards compatibility:
8630 dnl AC_DEFUN([AM_ENABLE_STATIC], [])
8631 dnl AC_DEFUN([AM_DISABLE_STATIC], [])
8635 # _LT_ENABLE_FAST_INSTALL([DEFAULT])
8636 # ----------------------------------
8637 # implement the --enable-fast-install flag, and support the 'fast-install'
8638 # and 'disable-fast-install' LT_INIT options.
8639 # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'.
8640 m4_define([_LT_ENABLE_FAST_INSTALL],
8641 [m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl
8642 AC_ARG_ENABLE([fast-install],
8643 [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
8644 [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
8645 [p=${PACKAGE-default}
8647 yes) enable_fast_install=yes ;;
8648 no) enable_fast_install=no ;;
8650 enable_fast_install=no
8651 # Look at the argument we got. We use all the common list separators.
8652 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
8653 for pkg in $enableval; do
8655 if test "X$pkg" = "X$p"; then
8656 enable_fast_install=yes
8662 [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT)
8664 _LT_DECL([fast_install], [enable_fast_install], [0],
8665 [Whether or not to optimize for fast installation])dnl
8666 ])# _LT_ENABLE_FAST_INSTALL
8668 LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
8669 LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
8672 AU_DEFUN([AC_ENABLE_FAST_INSTALL],
8673 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
8674 AC_DIAGNOSE([obsolete],
8675 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
8676 the 'fast-install' option into LT_INIT's first parameter.])
8679 AU_DEFUN([AC_DISABLE_FAST_INSTALL],
8680 [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
8681 AC_DIAGNOSE([obsolete],
8682 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
8683 the 'disable-fast-install' option into LT_INIT's first parameter.])
8686 dnl aclocal-1.4 backwards compatibility:
8687 dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], [])
8688 dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], [])
8691 # _LT_WITH_AIX_SONAME([DEFAULT])
8692 # ----------------------------------
8693 # implement the --with-aix-soname flag, and support the `aix-soname=aix'
8694 # and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT
8695 # is either `aix', `both' or `svr4'. If omitted, it defaults to `aix'.
8696 m4_define([_LT_WITH_AIX_SONAME],
8697 [m4_define([_LT_WITH_AIX_SONAME_DEFAULT], [m4_if($1, svr4, svr4, m4_if($1, both, both, aix))])dnl
8698 shared_archive_member_spec=
8699 case $host,$enable_shared in
8700 power*-*-aix[[5-9]]*,yes)
8701 AC_MSG_CHECKING([which variant of shared library versioning to provide])
8702 AC_ARG_WITH([aix-soname],
8703 [AS_HELP_STRING([--with-aix-soname=aix|svr4|both],
8704 [shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SONAME_DEFAULT[@:>@.])],
8709 AC_MSG_ERROR([Unknown argument to --with-aix-soname])
8712 lt_cv_with_aix_soname=$with_aix_soname],
8713 [AC_CACHE_VAL([lt_cv_with_aix_soname],
8714 [lt_cv_with_aix_soname=]_LT_WITH_AIX_SONAME_DEFAULT)
8715 with_aix_soname=$lt_cv_with_aix_soname])
8716 AC_MSG_RESULT([$with_aix_soname])
8717 if test aix != "$with_aix_soname"; then
8718 # For the AIX way of multilib, we name the shared archive member
8719 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
8720 # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File.
8721 # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
8722 # the AIX toolchain works better with OBJECT_MODE set (default 32).
8723 if test 64 = "${OBJECT_MODE-32}"; then
8724 shared_archive_member_spec=shr_64
8726 shared_archive_member_spec=shr
8735 _LT_DECL([], [shared_archive_member_spec], [0],
8736 [Shared archive member basename, for filename based shared library versioning on AIX])dnl
8737 ])# _LT_WITH_AIX_SONAME
8739 LT_OPTION_DEFINE([LT_INIT], [aix-soname=aix], [_LT_WITH_AIX_SONAME([aix])])
8740 LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])])
8741 LT_OPTION_DEFINE([LT_INIT], [aix-soname=svr4], [_LT_WITH_AIX_SONAME([svr4])])
8744 # _LT_WITH_PIC([MODE])
8745 # --------------------
8746 # implement the --with-pic flag, and support the 'pic-only' and 'no-pic'
8748 # MODE is either 'yes' or 'no'. If omitted, it defaults to 'both'.
8749 m4_define([_LT_WITH_PIC],
8751 [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@],
8752 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
8753 [lt_p=${PACKAGE-default}
8755 yes|no) pic_mode=$withval ;;
8758 # Look at the argument we got. We use all the common list separators.
8759 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
8760 for lt_pkg in $withval; do
8762 if test "X$lt_pkg" = "X$lt_p"; then
8769 [pic_mode=m4_default([$1], [default])])
8771 _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
8774 LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])])
8775 LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])])
8778 AU_DEFUN([AC_LIBTOOL_PICMODE],
8779 [_LT_SET_OPTION([LT_INIT], [pic-only])
8780 AC_DIAGNOSE([obsolete],
8781 [$0: Remove this warning and the call to _LT_SET_OPTION when you
8782 put the 'pic-only' option into LT_INIT's first parameter.])
8785 dnl aclocal-1.4 backwards compatibility:
8786 dnl AC_DEFUN([AC_LIBTOOL_PICMODE], [])
8789 m4_define([_LTDL_MODE], [])
8790 LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive],
8791 [m4_define([_LTDL_MODE], [nonrecursive])])
8792 LT_OPTION_DEFINE([LTDL_INIT], [recursive],
8793 [m4_define([_LTDL_MODE], [recursive])])
8794 LT_OPTION_DEFINE([LTDL_INIT], [subproject],
8795 [m4_define([_LTDL_MODE], [subproject])])
8797 m4_define([_LTDL_TYPE], [])
8798 LT_OPTION_DEFINE([LTDL_INIT], [installable],
8799 [m4_define([_LTDL_TYPE], [installable])])
8800 LT_OPTION_DEFINE([LTDL_INIT], [convenience],
8801 [m4_define([_LTDL_TYPE], [convenience])])
8803 # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
8805 # Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software
8807 # Written by Gary V. Vaughan, 2004
8809 # This file is free software; the Free Software Foundation gives
8810 # unlimited permission to copy and/or distribute it, with or without
8811 # modifications, as long as this notice is preserved.
8813 # serial 6 ltsugar.m4
8815 # This is to help aclocal find these macros, as it can't see m4_define.
8816 AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
8819 # lt_join(SEP, ARG1, [ARG2...])
8820 # -----------------------------
8821 # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
8822 # associated separator.
8823 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
8824 # versions in m4sugar had bugs.
8825 m4_define([lt_join],
8826 [m4_if([$#], [1], [],
8828 [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])])
8829 m4_define([_lt_join],
8830 [m4_if([$#$2], [2], [],
8831 [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])])
8837 # Manipulate m4 lists.
8838 # These macros are necessary as long as will still need to support
8839 # Autoconf-2.59, which quotes differently.
8840 m4_define([lt_car], [[$1]])
8842 [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])],
8844 [m4_dquote(m4_shift($@))])])
8845 m4_define([lt_unquote], $1)
8848 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
8849 # ------------------------------------------
8850 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'.
8851 # Note that neither SEPARATOR nor STRING are expanded; they are appended
8852 # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
8853 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
8854 # than defined and empty).
8856 # This macro is needed until we can rely on Autoconf 2.62, since earlier
8857 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
8858 m4_define([lt_append],
8860 m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])])
8864 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
8865 # ----------------------------------------------------------
8866 # Produce a SEP delimited list of all paired combinations of elements of
8867 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
8868 # has the form PREFIXmINFIXSUFFIXn.
8869 # Needed until we can rely on m4_combine added in Autoconf 2.62.
8870 m4_define([lt_combine],
8871 [m4_if(m4_eval([$# > 3]), [1],
8872 [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
8873 [[m4_foreach([_Lt_prefix], [$2],
8874 [m4_foreach([_Lt_suffix],
8875 ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[,
8876 [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])])
8879 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
8880 # -----------------------------------------------------------------------
8881 # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
8882 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
8883 m4_define([lt_if_append_uniq],
8885 [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1],
8886 [lt_append([$1], [$2], [$3])$4],
8888 [lt_append([$1], [$2], [$3])$4])])
8891 # lt_dict_add(DICT, KEY, VALUE)
8892 # -----------------------------
8893 m4_define([lt_dict_add],
8894 [m4_define([$1($2)], [$3])])
8897 # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
8898 # --------------------------------------------
8899 m4_define([lt_dict_add_subkey],
8900 [m4_define([$1($2:$3)], [$4])])
8903 # lt_dict_fetch(DICT, KEY, [SUBKEY])
8904 # ----------------------------------
8905 m4_define([lt_dict_fetch],
8907 m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]),
8908 m4_ifdef([$1($2)], [m4_defn([$1($2)])]))])
8911 # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
8912 # -----------------------------------------------------------------
8913 m4_define([lt_if_dict_fetch],
8914 [m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4],
8919 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
8920 # --------------------------------------------------------------
8921 m4_define([lt_dict_filter],
8922 [m4_if([$5], [], [],
8923 [lt_join(m4_quote(m4_default([$4], [[, ]])),
8924 lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]),
8925 [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl
8928 # ltversion.m4 -- version numbers -*- Autoconf -*-
8930 # Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc.
8931 # Written by Scott James Remnant, 2004
8933 # This file is free software; the Free Software Foundation gives
8934 # unlimited permission to copy and/or distribute it, with or without
8935 # modifications, as long as this notice is preserved.
8939 # serial 4179 ltversion.m4
8940 # This file is part of GNU Libtool
8942 m4_define([LT_PACKAGE_VERSION], [2.4.6])
8943 m4_define([LT_PACKAGE_REVISION], [2.4.6])
8945 AC_DEFUN([LTVERSION_VERSION],
8946 [macro_version='2.4.6'
8947 macro_revision='2.4.6'
8948 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
8949 _LT_DECL(, macro_revision, 0)
8952 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
8954 # Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software
8956 # Written by Scott James Remnant, 2004.
8958 # This file is free software; the Free Software Foundation gives
8959 # unlimited permission to copy and/or distribute it, with or without
8960 # modifications, as long as this notice is preserved.
8962 # serial 5 lt~obsolete.m4
8964 # These exist entirely to fool aclocal when bootstrapping libtool.
8966 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN),
8967 # which have later been changed to m4_define as they aren't part of the
8968 # exported API, or moved to Autoconf or Automake where they belong.
8970 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
8971 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
8972 # using a macro with the same name in our local m4/libtool.m4 it'll
8973 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
8974 # and doesn't know about Autoconf macros at all.)
8976 # So we provide this file, which has a silly filename so it's always
8977 # included after everything else. This provides aclocal with the
8978 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
8979 # because those macros already exist, or will be overwritten later.
8980 # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
8982 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
8983 # Yes, that means every name once taken will need to remain here until
8984 # we give up compatibility with versions before 1.7, at which point
8985 # we need to keep only those names which we still refer to.
8987 # This is to help aclocal find these macros, as it can't see m4_define.
8988 AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
8990 m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])])
8991 m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])])
8992 m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])])
8993 m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])])
8994 m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])])
8995 m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])])
8996 m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])])
8997 m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])])
8998 m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])])
8999 m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])])
9000 m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])])
9001 m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])])
9002 m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])])
9003 m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])])
9004 m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])])
9005 m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])])
9006 m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])])
9007 m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])])
9008 m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])])
9009 m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])])
9010 m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])])
9011 m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])])
9012 m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])])
9013 m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])])
9014 m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])])
9015 m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])])
9016 m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])])
9017 m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])])
9018 m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])])
9019 m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])])
9020 m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])])
9021 m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])])
9022 m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])])
9023 m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])])
9024 m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])])
9025 m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])])
9026 m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])])
9027 m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])])
9028 m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])])
9029 m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])])
9030 m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])])
9031 m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])])
9032 m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])])
9033 m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])])
9034 m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])])
9035 m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])])
9036 m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])])
9037 m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])])
9038 m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])])
9039 m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])])
9040 m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])])
9041 m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
9042 m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])])
9043 m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
9044 m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])])
9045 m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])])
9046 m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])])
9047 m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])])
9048 m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])])
9049 m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])])
9050 m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])])
9052 # Copyright (C) 2002-2014 Free Software Foundation, Inc.
9054 # This file is free software; the Free Software Foundation
9055 # gives unlimited permission to copy and/or distribute it,
9056 # with or without modifications, as long as this notice is preserved.
9058 # AM_AUTOMAKE_VERSION(VERSION)
9059 # ----------------------------
9060 # Automake X.Y traces this macro to ensure aclocal.m4 has been
9061 # generated from the m4 files accompanying Automake X.Y.
9062 # (This private macro should not be called outside this file.)
9063 AC_DEFUN([AM_AUTOMAKE_VERSION],
9064 [am__api_version='1.15'
9065 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
9066 dnl require some minimum version. Point them to the right macro.
9067 m4_if([$1], [1.15], [],
9068 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
9071 # _AM_AUTOCONF_VERSION(VERSION)
9072 # -----------------------------
9073 # aclocal traces this macro to find the Autoconf version.
9074 # This is a private macro too. Using m4_define simplifies
9075 # the logic in aclocal, which can simply ignore this definition.
9076 m4_define([_AM_AUTOCONF_VERSION], [])
9078 # AM_SET_CURRENT_AUTOMAKE_VERSION
9079 # -------------------------------
9080 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
9081 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
9082 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
9083 [AM_AUTOMAKE_VERSION([1.15])dnl
9084 m4_ifndef([AC_AUTOCONF_VERSION],
9085 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
9086 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
9088 # Copyright (C) 2011-2014 Free Software Foundation, Inc.
9090 # This file is free software; the Free Software Foundation
9091 # gives unlimited permission to copy and/or distribute it,
9092 # with or without modifications, as long as this notice is preserved.
9094 # AM_PROG_AR([ACT-IF-FAIL])
9095 # -------------------------
9096 # Try to determine the archiver interface, and trigger the ar-lib wrapper
9097 # if it is needed. If the detection of archiver interface fails, run
9098 # ACT-IF-FAIL (default is to abort configure with a proper error message).
9099 AC_DEFUN([AM_PROG_AR],
9100 [AC_BEFORE([$0], [LT_INIT])dnl
9101 AC_BEFORE([$0], [AC_PROG_LIBTOOL])dnl
9102 AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
9103 AC_REQUIRE_AUX_FILE([ar-lib])dnl
9104 AC_CHECK_TOOLS([AR], [ar lib "link -lib"], [false])
9107 AC_CACHE_CHECK([the archiver ($AR) interface], [am_cv_ar_interface],
9109 am_cv_ar_interface=ar
9110 AC_COMPILE_IFELSE([AC_LANG_SOURCE([[int some_variable = 0;]])],
9111 [am_ar_try='$AR cru libconftest.a conftest.$ac_objext >&AS_MESSAGE_LOG_FD'
9112 AC_TRY_EVAL([am_ar_try])
9113 if test "$ac_status" -eq 0; then
9114 am_cv_ar_interface=ar
9116 am_ar_try='$AR -NOLOGO -OUT:conftest.lib conftest.$ac_objext >&AS_MESSAGE_LOG_FD'
9117 AC_TRY_EVAL([am_ar_try])
9118 if test "$ac_status" -eq 0; then
9119 am_cv_ar_interface=lib
9121 am_cv_ar_interface=unknown
9124 rm -f conftest.lib libconftest.a
9128 case $am_cv_ar_interface in
9132 # Microsoft lib, so override with the ar-lib wrapper script.
9133 # FIXME: It is wrong to rewrite AR.
9134 # But if we don't then we get into trouble of one sort or another.
9135 # A longer-term fix would be to have automake use am__AR in this case,
9136 # and then we could set am__AR="$am_aux_dir/ar-lib \$(AR)" or something
9138 AR="$am_aux_dir/ar-lib $AR"
9142 [AC_MSG_ERROR([could not determine $AR interface])])
9148 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
9150 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
9152 # This file is free software; the Free Software Foundation
9153 # gives unlimited permission to copy and/or distribute it,
9154 # with or without modifications, as long as this notice is preserved.
9156 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
9157 # $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to
9158 # '$srcdir', '$srcdir/..', or '$srcdir/../..'.
9160 # Of course, Automake must honor this variable whenever it calls a
9161 # tool from the auxiliary directory. The problem is that $srcdir (and
9162 # therefore $ac_aux_dir as well) can be either absolute or relative,
9163 # depending on how configure is run. This is pretty annoying, since
9164 # it makes $ac_aux_dir quite unusable in subdirectories: in the top
9165 # source directory, any form will work fine, but in subdirectories a
9166 # relative path needs to be adjusted first.
9168 # $ac_aux_dir/missing
9169 # fails when called from a subdirectory if $ac_aux_dir is relative
9170 # $top_srcdir/$ac_aux_dir/missing
9171 # fails if $ac_aux_dir is absolute,
9172 # fails when called from a subdirectory in a VPATH build with
9173 # a relative $ac_aux_dir
9175 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
9176 # are both prefixed by $srcdir. In an in-source build this is usually
9177 # harmless because $srcdir is '.', but things will broke when you
9178 # start a VPATH build or use an absolute $srcdir.
9180 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
9181 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
9182 # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
9183 # and then we would define $MISSING as
9184 # MISSING="\${SHELL} $am_aux_dir/missing"
9185 # This will work as long as MISSING is not called from configure, because
9186 # unfortunately $(top_srcdir) has no meaning in configure.
9187 # However there are other variables, like CC, which are often used in
9188 # configure, and could therefore not use this "fixed" $ac_aux_dir.
9190 # Another solution, used here, is to always expand $ac_aux_dir to an
9191 # absolute PATH. The drawback is that using absolute paths prevent a
9192 # configured tree to be moved without reconfiguration.
9194 AC_DEFUN([AM_AUX_DIR_EXPAND],
9195 [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
9196 # Expand $ac_aux_dir to an absolute path.
9197 am_aux_dir=`cd "$ac_aux_dir" && pwd`
9200 # AM_CONDITIONAL -*- Autoconf -*-
9202 # Copyright (C) 1997-2014 Free Software Foundation, Inc.
9204 # This file is free software; the Free Software Foundation
9205 # gives unlimited permission to copy and/or distribute it,
9206 # with or without modifications, as long as this notice is preserved.
9208 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
9209 # -------------------------------------
9210 # Define a conditional.
9211 AC_DEFUN([AM_CONDITIONAL],
9212 [AC_PREREQ([2.52])dnl
9213 m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
9214 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
9215 AC_SUBST([$1_TRUE])dnl
9216 AC_SUBST([$1_FALSE])dnl
9217 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
9218 _AM_SUBST_NOTMAKE([$1_FALSE])dnl
9219 m4_define([_AM_COND_VALUE_$1], [$2])dnl
9227 AC_CONFIG_COMMANDS_PRE(
9228 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
9229 AC_MSG_ERROR([[conditional "$1" was never defined.
9230 Usually this means the macro was only invoked conditionally.]])
9233 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
9235 # This file is free software; the Free Software Foundation
9236 # gives unlimited permission to copy and/or distribute it,
9237 # with or without modifications, as long as this notice is preserved.
9240 # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
9241 # written in clear, in which case automake, when reading aclocal.m4,
9242 # will think it sees a *use*, and therefore will trigger all it's
9243 # C support machinery. Also note that it means that autoscan, seeing
9244 # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
9247 # _AM_DEPENDENCIES(NAME)
9248 # ----------------------
9249 # See how the compiler implements dependency checking.
9250 # NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
9251 # We try a few techniques and use that to set a single cache variable.
9253 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
9254 # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
9255 # dependency, and given that the user is not expected to run this macro,
9256 # just rely on AC_PROG_CC.
9257 AC_DEFUN([_AM_DEPENDENCIES],
9258 [AC_REQUIRE([AM_SET_DEPDIR])dnl
9259 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
9260 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
9261 AC_REQUIRE([AM_DEP_TRACK])dnl
9263 m4_if([$1], [CC], [depcc="$CC" am_compiler_list=],
9264 [$1], [CXX], [depcc="$CXX" am_compiler_list=],
9265 [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
9266 [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
9267 [$1], [UPC], [depcc="$UPC" am_compiler_list=],
9268 [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
9269 [depcc="$$1" am_compiler_list=])
9271 AC_CACHE_CHECK([dependency style of $depcc],
9272 [am_cv_$1_dependencies_compiler_type],
9273 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
9274 # We make a subdir and do the tests there. Otherwise we can end up
9275 # making bogus files that we don't know about and never remove. For
9276 # instance it was reported that on HP-UX the gcc test will end up
9277 # making a dummy file named 'D' -- because '-MD' means "put the output
9281 # Copy depcomp to subdir because otherwise we won't find it if we're
9282 # using a relative directory.
9283 cp "$am_depcomp" conftest.dir
9285 # We will build objects and dependencies in a subdirectory because
9286 # it helps to detect inapplicable dependency modes. For instance
9287 # both Tru64's cc and ICC support -MD to output dependencies as a
9288 # side effect of compilation, but ICC will put the dependencies in
9289 # the current directory while Tru64 will put them in the object
9293 am_cv_$1_dependencies_compiler_type=none
9294 if test "$am_compiler_list" = ""; then
9295 am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
9299 [case " $depcc " in #(
9300 *\ -arch\ *\ -arch\ *) am__universal=true ;;
9303 [case " $depcc " in #(
9304 *\ -arch\ *\ -arch\ *) am__universal=true ;;
9307 for depmode in $am_compiler_list; do
9308 # Setup a source with many dependencies, because some compilers
9309 # like to wrap large dependency lists on column 80 (with \), and
9310 # we should not choose a depcomp mode which is confused by this.
9312 # We need to recreate these files for each test, as the compiler may
9313 # overwrite some of them when testing with obscure command lines.
9314 # This happens at least with the AIX C compiler.
9316 for i in 1 2 3 4 5 6; do
9317 echo '#include "conftst'$i'.h"' >> sub/conftest.c
9318 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
9319 # Solaris 10 /bin/sh.
9320 echo '/* dummy */' > sub/conftst$i.h
9322 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
9324 # We check with '-c' and '-o' for the sake of the "dashmstdout"
9325 # mode. It turns out that the SunPro C++ compiler does not properly
9326 # handle '-M -o', and we need to detect this. Also, some Intel
9327 # versions had trouble with output in subdirs.
9328 am__obj=sub/conftest.${OBJEXT-o}
9329 am__minus_obj="-o $am__obj"
9332 # This depmode causes a compiler race in universal mode.
9333 test "$am__universal" = false || continue
9336 # After this tag, mechanisms are not by side-effect, so they'll
9337 # only be used when explicitly requested.
9338 if test "x$enable_dependency_tracking" = xyes; then
9344 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
9345 # This compiler won't grok '-c -o', but also, the minuso test has
9346 # not run yet. These depmodes are late enough in the game, and
9347 # so weak that their functioning should not be impacted.
9348 am__obj=conftest.${OBJEXT-o}
9353 if depmode=$depmode \
9354 source=sub/conftest.c object=$am__obj \
9355 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
9356 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
9357 >/dev/null 2>conftest.err &&
9358 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
9359 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
9360 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
9361 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
9362 # icc doesn't choke on unknown options, it will just issue warnings
9363 # or remarks (even with -Werror). So we grep stderr for any message
9364 # that says an option was ignored or not supported.
9365 # When given -MP, icc 7.0 and 7.1 complain thusly:
9366 # icc: Command line warning: ignoring option '-M'; no argument required
9367 # The diagnosis changed in icc 8.0:
9368 # icc: Command line remark: option '-MP' not supported
9369 if (grep 'ignoring option' conftest.err ||
9370 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
9371 am_cv_$1_dependencies_compiler_type=$depmode
9380 am_cv_$1_dependencies_compiler_type=none
9383 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
9384 AM_CONDITIONAL([am__fastdep$1], [
9385 test "x$enable_dependency_tracking" != xno \
9386 && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
9392 # Choose a directory name for dependency files.
9393 # This macro is AC_REQUIREd in _AM_DEPENDENCIES.
9394 AC_DEFUN([AM_SET_DEPDIR],
9395 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
9396 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
9402 AC_DEFUN([AM_DEP_TRACK],
9403 [AC_ARG_ENABLE([dependency-tracking], [dnl
9405 [--enable-dependency-tracking],
9406 [do not reject slow dependency extractors])
9408 [--disable-dependency-tracking],
9409 [speeds up one-time build])])
9410 if test "x$enable_dependency_tracking" != xno; then
9411 am_depcomp="$ac_aux_dir/depcomp"
9415 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
9416 AC_SUBST([AMDEPBACKSLASH])dnl
9417 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
9418 AC_SUBST([am__nodep])dnl
9419 _AM_SUBST_NOTMAKE([am__nodep])dnl
9422 # Generate code to set up dependency tracking. -*- Autoconf -*-
9424 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
9426 # This file is free software; the Free Software Foundation
9427 # gives unlimited permission to copy and/or distribute it,
9428 # with or without modifications, as long as this notice is preserved.
9431 # _AM_OUTPUT_DEPENDENCY_COMMANDS
9432 # ------------------------------
9433 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
9435 # Older Autoconf quotes --file arguments for eval, but not when files
9436 # are listed without --file. Let's play safe and only enable the eval
9437 # if we detect the quoting.
9438 case $CONFIG_FILES in
9439 *\'*) eval set x "$CONFIG_FILES" ;;
9440 *) set x $CONFIG_FILES ;;
9445 # Strip MF so we end up with the name of the file.
9446 mf=`echo "$mf" | sed -e 's/:.*$//'`
9447 # Check whether this is an Automake generated Makefile or not.
9448 # We used to match only the files named 'Makefile.in', but
9449 # some people rename them; so instead we look at the file content.
9450 # Grep'ing the first line is not enough: some people post-process
9451 # each Makefile.in and add a new line on top of each file to say so.
9452 # Grep'ing the whole file is not good either: AIX grep has a line
9453 # limit of 2048, but all sed's we know have understand at least 4000.
9454 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
9455 dirpart=`AS_DIRNAME("$mf")`
9459 # Extract the definition of DEPDIR, am__include, and am__quote
9460 # from the Makefile without running 'make'.
9461 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
9462 test -z "$DEPDIR" && continue
9463 am__include=`sed -n 's/^am__include = //p' < "$mf"`
9464 test -z "$am__include" && continue
9465 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
9466 # Find all dependency output files, they are included files with
9467 # $(DEPDIR) in their names. We invoke sed twice because it is the
9468 # simplest approach to changing $(DEPDIR) to its actual value in the
9470 for file in `sed -n "
9471 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
9472 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
9473 # Make sure the directory exists.
9474 test -f "$dirpart/$file" && continue
9475 fdir=`AS_DIRNAME(["$file"])`
9476 AS_MKDIR_P([$dirpart/$fdir])
9477 # echo "creating $dirpart/$file"
9478 echo '# dummy' > "$dirpart/$file"
9482 ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
9485 # AM_OUTPUT_DEPENDENCY_COMMANDS
9486 # -----------------------------
9487 # This macro should only be invoked once -- use via AC_REQUIRE.
9489 # This code is only required when automatic dependency tracking
9490 # is enabled. FIXME. This creates each '.P' file that we will
9491 # need in order to bootstrap the dependency handling code.
9492 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
9493 [AC_CONFIG_COMMANDS([depfiles],
9494 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
9495 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
9498 # Do all the work for Automake. -*- Autoconf -*-
9500 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
9502 # This file is free software; the Free Software Foundation
9503 # gives unlimited permission to copy and/or distribute it,
9504 # with or without modifications, as long as this notice is preserved.
9506 # This macro actually does too much. Some checks are only needed if
9507 # your package does certain things. But this isn't really a big deal.
9509 dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
9510 m4_define([AC_PROG_CC],
9511 m4_defn([AC_PROG_CC])
9515 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
9516 # AM_INIT_AUTOMAKE([OPTIONS])
9517 # -----------------------------------------------
9518 # The call with PACKAGE and VERSION arguments is the old style
9519 # call (pre autoconf-2.50), which is being phased out. PACKAGE
9520 # and VERSION should now be passed to AC_INIT and removed from
9521 # the call to AM_INIT_AUTOMAKE.
9522 # We support both call styles for the transition. After
9523 # the next Automake release, Autoconf can make the AC_INIT
9524 # arguments mandatory, and then we can depend on a new Autoconf
9525 # release and drop the old call support.
9526 AC_DEFUN([AM_INIT_AUTOMAKE],
9527 [AC_PREREQ([2.65])dnl
9528 dnl Autoconf wants to disallow AM_ names. We explicitly allow
9529 dnl the ones we care about.
9530 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
9531 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
9532 AC_REQUIRE([AC_PROG_INSTALL])dnl
9533 if test "`cd $srcdir && pwd`" != "`pwd`"; then
9534 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
9535 # is not polluted with repeated "-I."
9536 AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
9537 # test to see if srcdir already configured
9538 if test -f $srcdir/config.status; then
9539 AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
9543 # test whether we have cygpath
9544 if test -z "$CYGPATH_W"; then
9545 if (cygpath --version) >/dev/null 2>/dev/null; then
9546 CYGPATH_W='cygpath -w'
9551 AC_SUBST([CYGPATH_W])
9553 # Define the identity of the package.
9554 dnl Distinguish between old-style and new-style calls.
9556 [AC_DIAGNOSE([obsolete],
9557 [$0: two- and three-arguments forms are deprecated.])
9558 m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
9559 AC_SUBST([PACKAGE], [$1])dnl
9560 AC_SUBST([VERSION], [$2])],
9561 [_AM_SET_OPTIONS([$1])dnl
9562 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
9564 m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
9566 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
9567 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
9568 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
9570 _AM_IF_OPTION([no-define],,
9571 [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
9572 AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
9574 # Some tools Automake needs.
9575 AC_REQUIRE([AM_SANITY_CHECK])dnl
9576 AC_REQUIRE([AC_ARG_PROGRAM])dnl
9577 AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
9578 AM_MISSING_PROG([AUTOCONF], [autoconf])
9579 AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
9580 AM_MISSING_PROG([AUTOHEADER], [autoheader])
9581 AM_MISSING_PROG([MAKEINFO], [makeinfo])
9582 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
9583 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
9584 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
9585 # For better backward compatibility. To be removed once Automake 1.9.x
9586 # dies out for good. For more background, see:
9587 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
9588 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
9589 AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
9590 # We need awk for the "check" target (and possibly the TAP driver). The
9591 # system "awk" is bad on some platforms.
9592 AC_REQUIRE([AC_PROG_AWK])dnl
9593 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
9594 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
9595 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
9596 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
9597 [_AM_PROG_TAR([v7])])])
9598 _AM_IF_OPTION([no-dependencies],,
9599 [AC_PROVIDE_IFELSE([AC_PROG_CC],
9600 [_AM_DEPENDENCIES([CC])],
9601 [m4_define([AC_PROG_CC],
9602 m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
9603 AC_PROVIDE_IFELSE([AC_PROG_CXX],
9604 [_AM_DEPENDENCIES([CXX])],
9605 [m4_define([AC_PROG_CXX],
9606 m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
9607 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
9608 [_AM_DEPENDENCIES([OBJC])],
9609 [m4_define([AC_PROG_OBJC],
9610 m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
9611 AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
9612 [_AM_DEPENDENCIES([OBJCXX])],
9613 [m4_define([AC_PROG_OBJCXX],
9614 m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
9616 AC_REQUIRE([AM_SILENT_RULES])dnl
9617 dnl The testsuite driver may need to know about EXEEXT, so add the
9618 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
9619 dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
9620 AC_CONFIG_COMMANDS_PRE(dnl
9621 [m4_provide_if([_AM_COMPILER_EXEEXT],
9622 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
9624 # POSIX will say in a future version that running "rm -f" with no argument
9625 # is OK; and we want to be able to make that assumption in our Makefile
9626 # recipes. So use an aggressive probe to check that the usage we want is
9627 # actually supported "in the wild" to an acceptable degree.
9628 # See automake bug#10828.
9629 # To make any issue more visible, cause the running configure to be aborted
9630 # by default if the 'rm' program in use doesn't match our expectations; the
9631 # user can still override this though.
9632 if rm -f && rm -fr && rm -rf; then : OK; else
9636 Your 'rm' program seems unable to run without file operands specified
9637 on the command line, even when the '-f' option is present. This is contrary
9638 to the behaviour of most rm programs out there, and not conforming with
9639 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
9641 Please tell bug-automake@gnu.org about your system, including the value
9642 of your $PATH and any error possibly output before this message. This
9643 can help us improve future automake versions.
9646 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
9647 echo 'Configuration will proceed anyway, since you have set the' >&2
9648 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
9652 Aborting the configuration process, to ensure you take notice of the issue.
9654 You can download and install GNU coreutils to get an 'rm' implementation
9655 that behaves properly: <http://www.gnu.org/software/coreutils/>.
9657 If you want to complete the configuration process using your problematic
9658 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
9659 to "yes", and re-run configure.
9662 AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
9665 dnl The trailing newline in this macro's definition is deliberate, for
9666 dnl backward compatibility and to allow trailing 'dnl'-style comments
9667 dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841.
9670 dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
9671 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
9672 dnl mangled by Autoconf and run in a shell conditional statement.
9673 m4_define([_AC_COMPILER_EXEEXT],
9674 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
9676 # When config.status generates a header, we must update the stamp-h file.
9677 # This file resides in the same directory as the config header
9678 # that is generated. The stamp files are numbered to have different names.
9680 # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
9681 # loop where config.status creates the headers, so we can generate
9682 # our stamp files there.
9683 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
9684 [# Compute $1's index in $config_headers.
9687 for _am_header in $config_headers :; do
9689 $_am_arg | $_am_arg:* )
9692 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
9695 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
9697 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
9699 # This file is free software; the Free Software Foundation
9700 # gives unlimited permission to copy and/or distribute it,
9701 # with or without modifications, as long as this notice is preserved.
9703 # AM_PROG_INSTALL_SH
9704 # ------------------
9705 # Define $install_sh.
9706 AC_DEFUN([AM_PROG_INSTALL_SH],
9707 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
9708 if test x"${install_sh+set}" != xset; then
9711 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
9713 install_sh="\${SHELL} $am_aux_dir/install-sh"
9716 AC_SUBST([install_sh])])
9718 # Copyright (C) 2003-2014 Free Software Foundation, Inc.
9720 # This file is free software; the Free Software Foundation
9721 # gives unlimited permission to copy and/or distribute it,
9722 # with or without modifications, as long as this notice is preserved.
9724 # Check whether the underlying file-system supports filenames
9725 # with a leading dot. For instance MS-DOS doesn't.
9726 AC_DEFUN([AM_SET_LEADING_DOT],
9727 [rm -rf .tst 2>/dev/null
9728 mkdir .tst 2>/dev/null
9729 if test -d .tst; then
9734 rmdir .tst 2>/dev/null
9735 AC_SUBST([am__leading_dot])])
9737 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
9740 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
9742 # This file is free software; the Free Software Foundation
9743 # gives unlimited permission to copy and/or distribute it,
9744 # with or without modifications, as long as this notice is preserved.
9746 # AM_MAINTAINER_MODE([DEFAULT-MODE])
9747 # ----------------------------------
9748 # Control maintainer-specific portions of Makefiles.
9749 # Default is to disable them, unless 'enable' is passed literally.
9750 # For symmetry, 'disable' may be passed as well. Anyway, the user
9751 # can override the default with the --enable/--disable switch.
9752 AC_DEFUN([AM_MAINTAINER_MODE],
9753 [m4_case(m4_default([$1], [disable]),
9754 [enable], [m4_define([am_maintainer_other], [disable])],
9755 [disable], [m4_define([am_maintainer_other], [enable])],
9756 [m4_define([am_maintainer_other], [enable])
9757 m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
9758 AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
9759 dnl maintainer-mode's default is 'disable' unless 'enable' is passed
9760 AC_ARG_ENABLE([maintainer-mode],
9761 [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
9762 am_maintainer_other[ make rules and dependencies not useful
9763 (and sometimes confusing) to the casual installer])],
9764 [USE_MAINTAINER_MODE=$enableval],
9765 [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
9766 AC_MSG_RESULT([$USE_MAINTAINER_MODE])
9767 AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
9768 MAINT=$MAINTAINER_MODE_TRUE
9769 AC_SUBST([MAINT])dnl
9773 # Check to see how 'make' treats includes. -*- Autoconf -*-
9775 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
9777 # This file is free software; the Free Software Foundation
9778 # gives unlimited permission to copy and/or distribute it,
9779 # with or without modifications, as long as this notice is preserved.
9783 # Check to see how make treats includes.
9784 AC_DEFUN([AM_MAKE_INCLUDE],
9785 [am_make=${MAKE-make}
9786 cat > confinc << 'END'
9788 @echo this is the am__doit target
9791 # If we don't find an include directive, just comment out the code.
9792 AC_MSG_CHECKING([for style of include used by $am_make])
9796 # First try GNU make style include.
9797 echo "include confinc" > confmf
9798 # Ignore all kinds of additional output from 'make'.
9799 case `$am_make -s -f confmf 2> /dev/null` in #(
9800 *the\ am__doit\ target*)
9806 # Now try BSD make style include.
9807 if test "$am__include" = "#"; then
9808 echo '.include "confinc"' > confmf
9809 case `$am_make -s -f confmf 2> /dev/null` in #(
9810 *the\ am__doit\ target*)
9811 am__include=.include
9817 AC_SUBST([am__include])
9818 AC_SUBST([am__quote])
9819 AC_MSG_RESULT([$_am_result])
9820 rm -f confinc confmf
9823 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
9825 # Copyright (C) 1997-2014 Free Software Foundation, Inc.
9827 # This file is free software; the Free Software Foundation
9828 # gives unlimited permission to copy and/or distribute it,
9829 # with or without modifications, as long as this notice is preserved.
9831 # AM_MISSING_PROG(NAME, PROGRAM)
9832 # ------------------------------
9833 AC_DEFUN([AM_MISSING_PROG],
9834 [AC_REQUIRE([AM_MISSING_HAS_RUN])
9835 $1=${$1-"${am_missing_run}$2"}
9838 # AM_MISSING_HAS_RUN
9839 # ------------------
9840 # Define MISSING if not defined so far and test if it is modern enough.
9841 # If it is, set am_missing_run to use it, otherwise, to nothing.
9842 AC_DEFUN([AM_MISSING_HAS_RUN],
9843 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
9844 AC_REQUIRE_AUX_FILE([missing])dnl
9845 if test x"${MISSING+set}" != xset; then
9848 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
9850 MISSING="\${SHELL} $am_aux_dir/missing" ;;
9853 # Use eval to expand $SHELL
9854 if eval "$MISSING --is-lightweight"; then
9855 am_missing_run="$MISSING "
9858 AC_MSG_WARN(['missing' script is too old or missing])
9862 # Helper functions for option handling. -*- Autoconf -*-
9864 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
9866 # This file is free software; the Free Software Foundation
9867 # gives unlimited permission to copy and/or distribute it,
9868 # with or without modifications, as long as this notice is preserved.
9870 # _AM_MANGLE_OPTION(NAME)
9871 # -----------------------
9872 AC_DEFUN([_AM_MANGLE_OPTION],
9873 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
9875 # _AM_SET_OPTION(NAME)
9876 # --------------------
9877 # Set option NAME. Presently that only means defining a flag for this option.
9878 AC_DEFUN([_AM_SET_OPTION],
9879 [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
9881 # _AM_SET_OPTIONS(OPTIONS)
9882 # ------------------------
9883 # OPTIONS is a space-separated list of Automake options.
9884 AC_DEFUN([_AM_SET_OPTIONS],
9885 [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
9887 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
9888 # -------------------------------------------
9889 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
9890 AC_DEFUN([_AM_IF_OPTION],
9891 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
9893 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
9895 # This file is free software; the Free Software Foundation
9896 # gives unlimited permission to copy and/or distribute it,
9897 # with or without modifications, as long as this notice is preserved.
9901 # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC
9902 # to automatically call this.
9903 AC_DEFUN([_AM_PROG_CC_C_O],
9904 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
9905 AC_REQUIRE_AUX_FILE([compile])dnl
9906 AC_LANG_PUSH([C])dnl
9908 [whether $CC understands -c and -o together],
9909 [am_cv_prog_cc_c_o],
9910 [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
9911 # Make sure it works both with $CC and with simple cc.
9912 # Following AC_PROG_CC_C_O, we do the test twice because some
9913 # compilers refuse to overwrite an existing .o file with -o,
9914 # though they will create one.
9915 am_cv_prog_cc_c_o=yes
9917 if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
9918 && test -f conftest2.$ac_objext; then
9921 am_cv_prog_cc_c_o=no
9925 rm -f core conftest*
9927 if test "$am_cv_prog_cc_c_o" != yes; then
9928 # Losing compiler, so override with the script.
9929 # FIXME: It is wrong to rewrite CC.
9930 # But if we don't then we get into trouble of one sort or another.
9931 # A longer-term fix would be to have automake use am__CC in this case,
9932 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
9933 CC="$am_aux_dir/compile $CC"
9937 # For backward compatibility.
9938 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
9940 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
9942 # This file is free software; the Free Software Foundation
9943 # gives unlimited permission to copy and/or distribute it,
9944 # with or without modifications, as long as this notice is preserved.
9946 # AM_RUN_LOG(COMMAND)
9947 # -------------------
9948 # Run COMMAND, save the exit status in ac_status, and log it.
9949 # (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
9950 AC_DEFUN([AM_RUN_LOG],
9951 [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
9952 ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
9954 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
9955 (exit $ac_status); }])
9957 # Check to make sure that the build environment is sane. -*- Autoconf -*-
9959 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
9961 # This file is free software; the Free Software Foundation
9962 # gives unlimited permission to copy and/or distribute it,
9963 # with or without modifications, as long as this notice is preserved.
9967 AC_DEFUN([AM_SANITY_CHECK],
9968 [AC_MSG_CHECKING([whether build environment is sane])
9969 # Reject unsafe characters in $srcdir or the absolute working directory
9970 # name. Accept space and tab only in the latter.
9974 *[[\\\"\#\$\&\'\`$am_lf]]*)
9975 AC_MSG_ERROR([unsafe absolute working directory name]);;
9978 *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
9979 AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
9982 # Do 'set' in a subshell so we don't clobber the current shell's
9983 # arguments. Must try -L first in case configure is actually a
9984 # symlink; some systems play weird games with the mod time of symlinks
9985 # (eg FreeBSD returns the mod time of the symlink's containing
9989 for am_try in 1 2; do
9990 echo "timestamp, slept: $am_has_slept" > conftest.file
9991 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
9992 if test "$[*]" = "X"; then
9994 set X `ls -t "$srcdir/configure" conftest.file`
9996 if test "$[*]" != "X $srcdir/configure conftest.file" \
9997 && test "$[*]" != "X conftest.file $srcdir/configure"; then
9999 # If neither matched, then we have a broken ls. This can happen
10000 # if, for instance, CONFIG_SHELL is bash and it inherits a
10001 # broken ls alias from the environment. This has actually
10002 # happened. Such a system could not be considered "sane".
10003 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
10004 alias in your environment])
10006 if test "$[2]" = conftest.file || test $am_try -eq 2; then
10013 test "$[2]" = conftest.file
10019 AC_MSG_ERROR([newly created file is older than distributed files!
10020 Check your system clock])
10022 AC_MSG_RESULT([yes])
10023 # If we didn't sleep, we still need to ensure time stamps of config.status and
10024 # generated files are strictly newer.
10026 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
10030 AC_CONFIG_COMMANDS_PRE(
10031 [AC_MSG_CHECKING([that generated files are newer than configure])
10032 if test -n "$am_sleep_pid"; then
10033 # Hide warnings about reused PIDs.
10034 wait $am_sleep_pid 2>/dev/null
10036 AC_MSG_RESULT([done])])
10037 rm -f conftest.file
10040 # Copyright (C) 2009-2014 Free Software Foundation, Inc.
10042 # This file is free software; the Free Software Foundation
10043 # gives unlimited permission to copy and/or distribute it,
10044 # with or without modifications, as long as this notice is preserved.
10046 # AM_SILENT_RULES([DEFAULT])
10047 # --------------------------
10048 # Enable less verbose build rules; with the default set to DEFAULT
10049 # ("yes" being less verbose, "no" or empty being verbose).
10050 AC_DEFUN([AM_SILENT_RULES],
10051 [AC_ARG_ENABLE([silent-rules], [dnl
10053 [--enable-silent-rules],
10054 [less verbose build output (undo: "make V=1")])
10056 [--disable-silent-rules],
10057 [verbose build output (undo: "make V=0")])dnl
10059 case $enable_silent_rules in @%:@ (((
10060 yes) AM_DEFAULT_VERBOSITY=0;;
10061 no) AM_DEFAULT_VERBOSITY=1;;
10062 *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
10065 dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
10066 dnl do not support nested variable expansions.
10067 dnl See automake bug#9928 and bug#10237.
10068 am_make=${MAKE-make}
10069 AC_CACHE_CHECK([whether $am_make supports nested variables],
10070 [am_cv_make_support_nested_variables],
10071 [if AS_ECHO([['TRUE=$(BAR$(V))
10077 .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
10078 am_cv_make_support_nested_variables=yes
10080 am_cv_make_support_nested_variables=no
10082 if test $am_cv_make_support_nested_variables = yes; then
10083 dnl Using '$V' instead of '$(V)' breaks IRIX make.
10085 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
10087 AM_V=$AM_DEFAULT_VERBOSITY
10088 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
10090 AC_SUBST([AM_V])dnl
10091 AM_SUBST_NOTMAKE([AM_V])dnl
10092 AC_SUBST([AM_DEFAULT_V])dnl
10093 AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
10094 AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
10096 AC_SUBST([AM_BACKSLASH])dnl
10097 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
10100 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
10102 # This file is free software; the Free Software Foundation
10103 # gives unlimited permission to copy and/or distribute it,
10104 # with or without modifications, as long as this notice is preserved.
10106 # AM_PROG_INSTALL_STRIP
10107 # ---------------------
10108 # One issue with vendor 'install' (even GNU) is that you can't
10109 # specify the program used to strip binaries. This is especially
10110 # annoying in cross-compiling environments, where the build's strip
10111 # is unlikely to handle the host's binaries.
10112 # Fortunately install-sh will honor a STRIPPROG variable, so we
10113 # always use install-sh in "make install-strip", and initialize
10114 # STRIPPROG with the value of the STRIP variable (set by the user).
10115 AC_DEFUN([AM_PROG_INSTALL_STRIP],
10116 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
10117 # Installed binaries are usually stripped using 'strip' when the user
10118 # run "make install-strip". However 'strip' might not be the right
10119 # tool to use in cross-compilation environments, therefore Automake
10120 # will honor the 'STRIP' environment variable to overrule this program.
10121 dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
10122 if test "$cross_compiling" != no; then
10123 AC_CHECK_TOOL([STRIP], [strip], :)
10125 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
10126 AC_SUBST([INSTALL_STRIP_PROGRAM])])
10128 # Copyright (C) 2006-2014 Free Software Foundation, Inc.
10130 # This file is free software; the Free Software Foundation
10131 # gives unlimited permission to copy and/or distribute it,
10132 # with or without modifications, as long as this notice is preserved.
10134 # _AM_SUBST_NOTMAKE(VARIABLE)
10135 # ---------------------------
10136 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
10137 # This macro is traced by Automake.
10138 AC_DEFUN([_AM_SUBST_NOTMAKE])
10140 # AM_SUBST_NOTMAKE(VARIABLE)
10141 # --------------------------
10142 # Public sister of _AM_SUBST_NOTMAKE.
10143 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
10145 # Check how to create a tarball. -*- Autoconf -*-
10147 # Copyright (C) 2004-2014 Free Software Foundation, Inc.
10149 # This file is free software; the Free Software Foundation
10150 # gives unlimited permission to copy and/or distribute it,
10151 # with or without modifications, as long as this notice is preserved.
10153 # _AM_PROG_TAR(FORMAT)
10154 # --------------------
10155 # Check how to create a tarball in format FORMAT.
10156 # FORMAT should be one of 'v7', 'ustar', or 'pax'.
10158 # Substitute a variable $(am__tar) that is a command
10159 # writing to stdout a FORMAT-tarball containing the directory
10161 # tardir=directory && $(am__tar) > result.tar
10163 # Substitute a variable $(am__untar) that extract such
10164 # a tarball read from stdin.
10165 # $(am__untar) < result.tar
10167 AC_DEFUN([_AM_PROG_TAR],
10168 [# Always define AMTAR for backward compatibility. Yes, it's still used
10169 # in the wild :-( We should find a proper way to deprecate it ...
10170 AC_SUBST([AMTAR], ['$${TAR-tar}'])
10172 # We'll loop over all known methods to create a tar archive until one works.
10173 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
10176 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
10180 [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
10181 # There is notably a 21 bits limit for the UID and the GID. In fact,
10182 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
10184 am_max_uid=2097151 # 2^21 - 1
10185 am_max_gid=$am_max_uid
10186 # The $UID and $GID variables are not portable, so we need to resort
10187 # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
10188 # below are definitely unexpected, so allow the users to see them
10189 # (that is, avoid stderr redirection).
10190 am_uid=`id -u || echo unknown`
10191 am_gid=`id -g || echo unknown`
10192 AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
10193 if test $am_uid -le $am_max_uid; then
10194 AC_MSG_RESULT([yes])
10196 AC_MSG_RESULT([no])
10199 AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
10200 if test $am_gid -le $am_max_gid; then
10201 AC_MSG_RESULT([yes])
10203 AC_MSG_RESULT([no])
10210 [m4_fatal([Unknown tar format])])
10212 AC_MSG_CHECKING([how to create a $1 tar archive])
10214 # Go ahead even if we have the value already cached. We do so because we
10215 # need to set the values for the 'am__tar' and 'am__untar' variables.
10216 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
10218 for _am_tool in $_am_tools; do
10221 for _am_tar in tar gnutar gtar; do
10222 AM_RUN_LOG([$_am_tar --version]) && break
10224 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
10225 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
10226 am__untar="$_am_tar -xf -"
10229 # Must skip GNU tar: if it does not support --format= it doesn't create
10230 # ustar tarball either.
10231 (tar --version) >/dev/null 2>&1 && continue
10232 am__tar='tar chf - "$$tardir"'
10233 am__tar_='tar chf - "$tardir"'
10234 am__untar='tar xf -'
10237 am__tar='pax -L -x $1 -w "$$tardir"'
10238 am__tar_='pax -L -x $1 -w "$tardir"'
10242 am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
10243 am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
10244 am__untar='cpio -i -H $1 -d'
10253 # If the value was cached, stop now. We just wanted to have am__tar
10254 # and am__untar set.
10255 test -n "${am_cv_prog_tar_$1}" && break
10257 # tar/untar a dummy directory, and stop if the command works.
10258 rm -rf conftest.dir
10260 echo GrepMe > conftest.dir/file
10261 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
10262 rm -rf conftest.dir
10263 if test -s conftest.tar; then
10264 AM_RUN_LOG([$am__untar <conftest.tar])
10265 AM_RUN_LOG([cat conftest.dir/file])
10266 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
10269 rm -rf conftest.dir
10271 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
10272 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
10274 AC_SUBST([am__tar])
10275 AC_SUBST([am__untar])