annotate src/portaudio_20161030_catalina_patch/bindings/cpp/aclocal.m4 @ 83:ae30d91d2ffe

Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author Chris Cannam
date Fri, 07 Feb 2020 11:51:13 +0000
parents 4edcd14160a5
children
rev   line source
Chris@55 1 # generated automatically by aclocal 1.14.1 -*- Autoconf -*-
Chris@55 2
Chris@55 3 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
Chris@55 4
Chris@4 5 # This file is free software; the Free Software Foundation
Chris@4 6 # gives unlimited permission to copy and/or distribute it,
Chris@4 7 # with or without modifications, as long as this notice is preserved.
Chris@4 8
Chris@4 9 # This program is distributed in the hope that it will be useful,
Chris@4 10 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Chris@4 11 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Chris@4 12 # PARTICULAR PURPOSE.
Chris@4 13
Chris@55 14 m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
Chris@4 15 m4_ifndef([AC_AUTOCONF_VERSION],
Chris@4 16 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
Chris@55 17 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
Chris@55 18 [m4_warning([this file was generated for autoconf 2.69.
Chris@4 19 You have another version of autoconf. It may work, but is not guaranteed to.
Chris@4 20 If you have problems, you may need to regenerate the build system entirely.
Chris@55 21 To do so, use the procedure documented by the package, typically 'autoreconf'.])])
Chris@4 22
Chris@4 23 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
Chris@4 24 #
Chris@4 25 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
Chris@55 26 # 2006, 2007, 2008, 2009, 2010, 2011 Free Software
Chris@55 27 # Foundation, Inc.
Chris@4 28 # Written by Gordon Matzigkeit, 1996
Chris@4 29 #
Chris@4 30 # This file is free software; the Free Software Foundation gives
Chris@4 31 # unlimited permission to copy and/or distribute it, with or without
Chris@4 32 # modifications, as long as this notice is preserved.
Chris@4 33
Chris@4 34 m4_define([_LT_COPYING], [dnl
Chris@4 35 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
Chris@55 36 # 2006, 2007, 2008, 2009, 2010, 2011 Free Software
Chris@55 37 # Foundation, Inc.
Chris@4 38 # Written by Gordon Matzigkeit, 1996
Chris@4 39 #
Chris@4 40 # This file is part of GNU Libtool.
Chris@4 41 #
Chris@4 42 # GNU Libtool is free software; you can redistribute it and/or
Chris@4 43 # modify it under the terms of the GNU General Public License as
Chris@4 44 # published by the Free Software Foundation; either version 2 of
Chris@4 45 # the License, or (at your option) any later version.
Chris@4 46 #
Chris@4 47 # As a special exception to the GNU General Public License,
Chris@4 48 # if you distribute this file as part of a program or library that
Chris@4 49 # is built using GNU Libtool, you may include this file under the
Chris@4 50 # same distribution terms that you use for the rest of that program.
Chris@4 51 #
Chris@4 52 # GNU Libtool is distributed in the hope that it will be useful,
Chris@4 53 # but WITHOUT ANY WARRANTY; without even the implied warranty of
Chris@4 54 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
Chris@4 55 # GNU General Public License for more details.
Chris@4 56 #
Chris@4 57 # You should have received a copy of the GNU General Public License
Chris@4 58 # along with GNU Libtool; see the file COPYING. If not, a copy
Chris@4 59 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
Chris@4 60 # obtained by writing to the Free Software Foundation, Inc.,
Chris@4 61 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Chris@4 62 ])
Chris@4 63
Chris@4 64 # serial 57 LT_INIT
Chris@4 65
Chris@4 66
Chris@4 67 # LT_PREREQ(VERSION)
Chris@4 68 # ------------------
Chris@4 69 # Complain and exit if this libtool version is less that VERSION.
Chris@4 70 m4_defun([LT_PREREQ],
Chris@4 71 [m4_if(m4_version_compare(m4_defn([LT_PACKAGE_VERSION]), [$1]), -1,
Chris@4 72 [m4_default([$3],
Chris@4 73 [m4_fatal([Libtool version $1 or higher is required],
Chris@4 74 63)])],
Chris@4 75 [$2])])
Chris@4 76
Chris@4 77
Chris@4 78 # _LT_CHECK_BUILDDIR
Chris@4 79 # ------------------
Chris@4 80 # Complain if the absolute build directory name contains unusual characters
Chris@4 81 m4_defun([_LT_CHECK_BUILDDIR],
Chris@4 82 [case `pwd` in
Chris@4 83 *\ * | *\ *)
Chris@4 84 AC_MSG_WARN([Libtool does not cope well with whitespace in `pwd`]) ;;
Chris@4 85 esac
Chris@4 86 ])
Chris@4 87
Chris@4 88
Chris@4 89 # LT_INIT([OPTIONS])
Chris@4 90 # ------------------
Chris@4 91 AC_DEFUN([LT_INIT],
Chris@4 92 [AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT
Chris@4 93 AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
Chris@4 94 AC_BEFORE([$0], [LT_LANG])dnl
Chris@4 95 AC_BEFORE([$0], [LT_OUTPUT])dnl
Chris@4 96 AC_BEFORE([$0], [LTDL_INIT])dnl
Chris@4 97 m4_require([_LT_CHECK_BUILDDIR])dnl
Chris@4 98
Chris@4 99 dnl Autoconf doesn't catch unexpanded LT_ macros by default:
Chris@4 100 m4_pattern_forbid([^_?LT_[A-Z_]+$])dnl
Chris@4 101 m4_pattern_allow([^(_LT_EOF|LT_DLGLOBAL|LT_DLLAZY_OR_NOW|LT_MULTI_MODULE)$])dnl
Chris@4 102 dnl aclocal doesn't pull ltoptions.m4, ltsugar.m4, or ltversion.m4
Chris@4 103 dnl unless we require an AC_DEFUNed macro:
Chris@4 104 AC_REQUIRE([LTOPTIONS_VERSION])dnl
Chris@4 105 AC_REQUIRE([LTSUGAR_VERSION])dnl
Chris@4 106 AC_REQUIRE([LTVERSION_VERSION])dnl
Chris@4 107 AC_REQUIRE([LTOBSOLETE_VERSION])dnl
Chris@4 108 m4_require([_LT_PROG_LTMAIN])dnl
Chris@4 109
Chris@4 110 _LT_SHELL_INIT([SHELL=${CONFIG_SHELL-/bin/sh}])
Chris@4 111
Chris@4 112 dnl Parse OPTIONS
Chris@4 113 _LT_SET_OPTIONS([$0], [$1])
Chris@4 114
Chris@4 115 # This can be used to rebuild libtool when needed
Chris@4 116 LIBTOOL_DEPS="$ltmain"
Chris@4 117
Chris@4 118 # Always use our own libtool.
Chris@4 119 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
Chris@4 120 AC_SUBST(LIBTOOL)dnl
Chris@4 121
Chris@4 122 _LT_SETUP
Chris@4 123
Chris@4 124 # Only expand once:
Chris@4 125 m4_define([LT_INIT])
Chris@4 126 ])# LT_INIT
Chris@4 127
Chris@4 128 # Old names:
Chris@4 129 AU_ALIAS([AC_PROG_LIBTOOL], [LT_INIT])
Chris@4 130 AU_ALIAS([AM_PROG_LIBTOOL], [LT_INIT])
Chris@4 131 dnl aclocal-1.4 backwards compatibility:
Chris@4 132 dnl AC_DEFUN([AC_PROG_LIBTOOL], [])
Chris@4 133 dnl AC_DEFUN([AM_PROG_LIBTOOL], [])
Chris@4 134
Chris@4 135
Chris@4 136 # _LT_CC_BASENAME(CC)
Chris@4 137 # -------------------
Chris@4 138 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
Chris@4 139 m4_defun([_LT_CC_BASENAME],
Chris@4 140 [for cc_temp in $1""; do
Chris@4 141 case $cc_temp in
Chris@4 142 compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
Chris@4 143 distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
Chris@4 144 \-*) ;;
Chris@4 145 *) break;;
Chris@4 146 esac
Chris@4 147 done
Chris@4 148 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
Chris@4 149 ])
Chris@4 150
Chris@4 151
Chris@4 152 # _LT_FILEUTILS_DEFAULTS
Chris@4 153 # ----------------------
Chris@4 154 # It is okay to use these file commands and assume they have been set
Chris@4 155 # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
Chris@4 156 m4_defun([_LT_FILEUTILS_DEFAULTS],
Chris@4 157 [: ${CP="cp -f"}
Chris@4 158 : ${MV="mv -f"}
Chris@4 159 : ${RM="rm -f"}
Chris@4 160 ])# _LT_FILEUTILS_DEFAULTS
Chris@4 161
Chris@4 162
Chris@4 163 # _LT_SETUP
Chris@4 164 # ---------
Chris@4 165 m4_defun([_LT_SETUP],
Chris@4 166 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
Chris@4 167 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
Chris@4 168 AC_REQUIRE([_LT_PREPARE_SED_QUOTE_VARS])dnl
Chris@4 169 AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl
Chris@4 170
Chris@55 171 _LT_DECL([], [PATH_SEPARATOR], [1], [The PATH separator for the build system])dnl
Chris@55 172 dnl
Chris@4 173 _LT_DECL([], [host_alias], [0], [The host system])dnl
Chris@4 174 _LT_DECL([], [host], [0])dnl
Chris@4 175 _LT_DECL([], [host_os], [0])dnl
Chris@4 176 dnl
Chris@4 177 _LT_DECL([], [build_alias], [0], [The build system])dnl
Chris@4 178 _LT_DECL([], [build], [0])dnl
Chris@4 179 _LT_DECL([], [build_os], [0])dnl
Chris@4 180 dnl
Chris@4 181 AC_REQUIRE([AC_PROG_CC])dnl
Chris@4 182 AC_REQUIRE([LT_PATH_LD])dnl
Chris@4 183 AC_REQUIRE([LT_PATH_NM])dnl
Chris@4 184 dnl
Chris@4 185 AC_REQUIRE([AC_PROG_LN_S])dnl
Chris@4 186 test -z "$LN_S" && LN_S="ln -s"
Chris@4 187 _LT_DECL([], [LN_S], [1], [Whether we need soft or hard links])dnl
Chris@4 188 dnl
Chris@4 189 AC_REQUIRE([LT_CMD_MAX_LEN])dnl
Chris@4 190 _LT_DECL([objext], [ac_objext], [0], [Object file suffix (normally "o")])dnl
Chris@4 191 _LT_DECL([], [exeext], [0], [Executable file suffix (normally "")])dnl
Chris@4 192 dnl
Chris@4 193 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
Chris@4 194 m4_require([_LT_CHECK_SHELL_FEATURES])dnl
Chris@4 195 m4_require([_LT_PATH_CONVERSION_FUNCTIONS])dnl
Chris@4 196 m4_require([_LT_CMD_RELOAD])dnl
Chris@4 197 m4_require([_LT_CHECK_MAGIC_METHOD])dnl
Chris@4 198 m4_require([_LT_CHECK_SHAREDLIB_FROM_LINKLIB])dnl
Chris@4 199 m4_require([_LT_CMD_OLD_ARCHIVE])dnl
Chris@4 200 m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
Chris@4 201 m4_require([_LT_WITH_SYSROOT])dnl
Chris@4 202
Chris@4 203 _LT_CONFIG_LIBTOOL_INIT([
Chris@4 204 # See if we are running on zsh, and set the options which allow our
Chris@4 205 # commands through without removal of \ escapes INIT.
Chris@4 206 if test -n "\${ZSH_VERSION+set}" ; then
Chris@4 207 setopt NO_GLOB_SUBST
Chris@4 208 fi
Chris@4 209 ])
Chris@4 210 if test -n "${ZSH_VERSION+set}" ; then
Chris@4 211 setopt NO_GLOB_SUBST
Chris@4 212 fi
Chris@4 213
Chris@4 214 _LT_CHECK_OBJDIR
Chris@4 215
Chris@4 216 m4_require([_LT_TAG_COMPILER])dnl
Chris@4 217
Chris@4 218 case $host_os in
Chris@4 219 aix3*)
Chris@4 220 # AIX sometimes has problems with the GCC collect2 program. For some
Chris@4 221 # reason, if we set the COLLECT_NAMES environment variable, the problems
Chris@4 222 # vanish in a puff of smoke.
Chris@4 223 if test "X${COLLECT_NAMES+set}" != Xset; then
Chris@4 224 COLLECT_NAMES=
Chris@4 225 export COLLECT_NAMES
Chris@4 226 fi
Chris@4 227 ;;
Chris@4 228 esac
Chris@4 229
Chris@4 230 # Global variables:
Chris@4 231 ofile=libtool
Chris@4 232 can_build_shared=yes
Chris@4 233
Chris@4 234 # All known linkers require a `.a' archive for static linking (except MSVC,
Chris@4 235 # which needs '.lib').
Chris@4 236 libext=a
Chris@4 237
Chris@4 238 with_gnu_ld="$lt_cv_prog_gnu_ld"
Chris@4 239
Chris@4 240 old_CC="$CC"
Chris@4 241 old_CFLAGS="$CFLAGS"
Chris@4 242
Chris@4 243 # Set sane defaults for various variables
Chris@4 244 test -z "$CC" && CC=cc
Chris@4 245 test -z "$LTCC" && LTCC=$CC
Chris@4 246 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
Chris@4 247 test -z "$LD" && LD=ld
Chris@4 248 test -z "$ac_objext" && ac_objext=o
Chris@4 249
Chris@4 250 _LT_CC_BASENAME([$compiler])
Chris@4 251
Chris@4 252 # Only perform the check for file, if the check method requires it
Chris@4 253 test -z "$MAGIC_CMD" && MAGIC_CMD=file
Chris@4 254 case $deplibs_check_method in
Chris@4 255 file_magic*)
Chris@4 256 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
Chris@4 257 _LT_PATH_MAGIC
Chris@4 258 fi
Chris@4 259 ;;
Chris@4 260 esac
Chris@4 261
Chris@4 262 # Use C for the default configuration in the libtool script
Chris@4 263 LT_SUPPORTED_TAG([CC])
Chris@4 264 _LT_LANG_C_CONFIG
Chris@4 265 _LT_LANG_DEFAULT_CONFIG
Chris@4 266 _LT_CONFIG_COMMANDS
Chris@4 267 ])# _LT_SETUP
Chris@4 268
Chris@4 269
Chris@4 270 # _LT_PREPARE_SED_QUOTE_VARS
Chris@4 271 # --------------------------
Chris@4 272 # Define a few sed substitution that help us do robust quoting.
Chris@4 273 m4_defun([_LT_PREPARE_SED_QUOTE_VARS],
Chris@4 274 [# Backslashify metacharacters that are still active within
Chris@4 275 # double-quoted strings.
Chris@4 276 sed_quote_subst='s/\([["`$\\]]\)/\\\1/g'
Chris@4 277
Chris@4 278 # Same as above, but do not quote variable references.
Chris@4 279 double_quote_subst='s/\([["`\\]]\)/\\\1/g'
Chris@4 280
Chris@4 281 # Sed substitution to delay expansion of an escaped shell variable in a
Chris@4 282 # double_quote_subst'ed string.
Chris@4 283 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
Chris@4 284
Chris@4 285 # Sed substitution to delay expansion of an escaped single quote.
Chris@4 286 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
Chris@4 287
Chris@4 288 # Sed substitution to avoid accidental globbing in evaled expressions
Chris@4 289 no_glob_subst='s/\*/\\\*/g'
Chris@4 290 ])
Chris@4 291
Chris@4 292 # _LT_PROG_LTMAIN
Chris@4 293 # ---------------
Chris@4 294 # Note that this code is called both from `configure', and `config.status'
Chris@4 295 # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
Chris@4 296 # `config.status' has no value for ac_aux_dir unless we are using Automake,
Chris@4 297 # so we pass a copy along to make sure it has a sensible value anyway.
Chris@4 298 m4_defun([_LT_PROG_LTMAIN],
Chris@4 299 [m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl
Chris@4 300 _LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir'])
Chris@4 301 ltmain="$ac_aux_dir/ltmain.sh"
Chris@4 302 ])# _LT_PROG_LTMAIN
Chris@4 303
Chris@4 304
Chris@4 305
Chris@4 306 # So that we can recreate a full libtool script including additional
Chris@4 307 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
Chris@4 308 # in macros and then make a single call at the end using the `libtool'
Chris@4 309 # label.
Chris@4 310
Chris@4 311
Chris@4 312 # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
Chris@4 313 # ----------------------------------------
Chris@4 314 # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
Chris@4 315 m4_define([_LT_CONFIG_LIBTOOL_INIT],
Chris@4 316 [m4_ifval([$1],
Chris@4 317 [m4_append([_LT_OUTPUT_LIBTOOL_INIT],
Chris@4 318 [$1
Chris@4 319 ])])])
Chris@4 320
Chris@4 321 # Initialize.
Chris@4 322 m4_define([_LT_OUTPUT_LIBTOOL_INIT])
Chris@4 323
Chris@4 324
Chris@4 325 # _LT_CONFIG_LIBTOOL([COMMANDS])
Chris@4 326 # ------------------------------
Chris@4 327 # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
Chris@4 328 m4_define([_LT_CONFIG_LIBTOOL],
Chris@4 329 [m4_ifval([$1],
Chris@4 330 [m4_append([_LT_OUTPUT_LIBTOOL_COMMANDS],
Chris@4 331 [$1
Chris@4 332 ])])])
Chris@4 333
Chris@4 334 # Initialize.
Chris@4 335 m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS])
Chris@4 336
Chris@4 337
Chris@4 338 # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
Chris@4 339 # -----------------------------------------------------
Chris@4 340 m4_defun([_LT_CONFIG_SAVE_COMMANDS],
Chris@4 341 [_LT_CONFIG_LIBTOOL([$1])
Chris@4 342 _LT_CONFIG_LIBTOOL_INIT([$2])
Chris@4 343 ])
Chris@4 344
Chris@4 345
Chris@4 346 # _LT_FORMAT_COMMENT([COMMENT])
Chris@4 347 # -----------------------------
Chris@4 348 # Add leading comment marks to the start of each line, and a trailing
Chris@4 349 # full-stop to the whole comment if one is not present already.
Chris@4 350 m4_define([_LT_FORMAT_COMMENT],
Chris@4 351 [m4_ifval([$1], [
Chris@4 352 m4_bpatsubst([m4_bpatsubst([$1], [^ *], [# ])],
Chris@4 353 [['`$\]], [\\\&])]m4_bmatch([$1], [[!?.]$], [], [.])
Chris@4 354 )])
Chris@4 355
Chris@4 356
Chris@4 357
Chris@4 358
Chris@4 359
Chris@4 360 # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
Chris@4 361 # -------------------------------------------------------------------
Chris@4 362 # CONFIGNAME is the name given to the value in the libtool script.
Chris@4 363 # VARNAME is the (base) name used in the configure script.
Chris@4 364 # VALUE may be 0, 1 or 2 for a computed quote escaped value based on
Chris@4 365 # VARNAME. Any other value will be used directly.
Chris@4 366 m4_define([_LT_DECL],
Chris@4 367 [lt_if_append_uniq([lt_decl_varnames], [$2], [, ],
Chris@4 368 [lt_dict_add_subkey([lt_decl_dict], [$2], [libtool_name],
Chris@4 369 [m4_ifval([$1], [$1], [$2])])
Chris@4 370 lt_dict_add_subkey([lt_decl_dict], [$2], [value], [$3])
Chris@4 371 m4_ifval([$4],
Chris@4 372 [lt_dict_add_subkey([lt_decl_dict], [$2], [description], [$4])])
Chris@4 373 lt_dict_add_subkey([lt_decl_dict], [$2],
Chris@4 374 [tagged?], [m4_ifval([$5], [yes], [no])])])
Chris@4 375 ])
Chris@4 376
Chris@4 377
Chris@4 378 # _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
Chris@4 379 # --------------------------------------------------------
Chris@4 380 m4_define([_LT_TAGDECL], [_LT_DECL([$1], [$2], [$3], [$4], [yes])])
Chris@4 381
Chris@4 382
Chris@4 383 # lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
Chris@4 384 # ------------------------------------------------
Chris@4 385 m4_define([lt_decl_tag_varnames],
Chris@4 386 [_lt_decl_filter([tagged?], [yes], $@)])
Chris@4 387
Chris@4 388
Chris@4 389 # _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
Chris@4 390 # ---------------------------------------------------------
Chris@4 391 m4_define([_lt_decl_filter],
Chris@4 392 [m4_case([$#],
Chris@4 393 [0], [m4_fatal([$0: too few arguments: $#])],
Chris@4 394 [1], [m4_fatal([$0: too few arguments: $#: $1])],
Chris@4 395 [2], [lt_dict_filter([lt_decl_dict], [$1], [$2], [], lt_decl_varnames)],
Chris@4 396 [3], [lt_dict_filter([lt_decl_dict], [$1], [$2], [$3], lt_decl_varnames)],
Chris@4 397 [lt_dict_filter([lt_decl_dict], $@)])[]dnl
Chris@4 398 ])
Chris@4 399
Chris@4 400
Chris@4 401 # lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
Chris@4 402 # --------------------------------------------------
Chris@4 403 m4_define([lt_decl_quote_varnames],
Chris@4 404 [_lt_decl_filter([value], [1], $@)])
Chris@4 405
Chris@4 406
Chris@4 407 # lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
Chris@4 408 # ---------------------------------------------------
Chris@4 409 m4_define([lt_decl_dquote_varnames],
Chris@4 410 [_lt_decl_filter([value], [2], $@)])
Chris@4 411
Chris@4 412
Chris@4 413 # lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
Chris@4 414 # ---------------------------------------------------
Chris@4 415 m4_define([lt_decl_varnames_tagged],
Chris@4 416 [m4_assert([$# <= 2])dnl
Chris@4 417 _$0(m4_quote(m4_default([$1], [[, ]])),
Chris@4 418 m4_ifval([$2], [[$2]], [m4_dquote(lt_decl_tag_varnames)]),
Chris@4 419 m4_split(m4_normalize(m4_quote(_LT_TAGS)), [ ]))])
Chris@4 420 m4_define([_lt_decl_varnames_tagged],
Chris@4 421 [m4_ifval([$3], [lt_combine([$1], [$2], [_], $3)])])
Chris@4 422
Chris@4 423
Chris@4 424 # lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
Chris@4 425 # ------------------------------------------------
Chris@4 426 m4_define([lt_decl_all_varnames],
Chris@4 427 [_$0(m4_quote(m4_default([$1], [[, ]])),
Chris@4 428 m4_if([$2], [],
Chris@4 429 m4_quote(lt_decl_varnames),
Chris@4 430 m4_quote(m4_shift($@))))[]dnl
Chris@4 431 ])
Chris@4 432 m4_define([_lt_decl_all_varnames],
Chris@4 433 [lt_join($@, lt_decl_varnames_tagged([$1],
Chris@4 434 lt_decl_tag_varnames([[, ]], m4_shift($@))))dnl
Chris@4 435 ])
Chris@4 436
Chris@4 437
Chris@4 438 # _LT_CONFIG_STATUS_DECLARE([VARNAME])
Chris@4 439 # ------------------------------------
Chris@4 440 # Quote a variable value, and forward it to `config.status' so that its
Chris@4 441 # declaration there will have the same value as in `configure'. VARNAME
Chris@4 442 # must have a single quote delimited value for this to work.
Chris@4 443 m4_define([_LT_CONFIG_STATUS_DECLARE],
Chris@4 444 [$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
Chris@4 445
Chris@4 446
Chris@4 447 # _LT_CONFIG_STATUS_DECLARATIONS
Chris@4 448 # ------------------------------
Chris@4 449 # We delimit libtool config variables with single quotes, so when
Chris@4 450 # we write them to config.status, we have to be sure to quote all
Chris@4 451 # embedded single quotes properly. In configure, this macro expands
Chris@4 452 # each variable declared with _LT_DECL (and _LT_TAGDECL) into:
Chris@4 453 #
Chris@4 454 # <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
Chris@4 455 m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
Chris@4 456 [m4_foreach([_lt_var], m4_quote(lt_decl_all_varnames),
Chris@4 457 [m4_n([_LT_CONFIG_STATUS_DECLARE(_lt_var)])])])
Chris@4 458
Chris@4 459
Chris@4 460 # _LT_LIBTOOL_TAGS
Chris@4 461 # ----------------
Chris@4 462 # Output comment and list of tags supported by the script
Chris@4 463 m4_defun([_LT_LIBTOOL_TAGS],
Chris@4 464 [_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl
Chris@4 465 available_tags="_LT_TAGS"dnl
Chris@4 466 ])
Chris@4 467
Chris@4 468
Chris@4 469 # _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
Chris@4 470 # -----------------------------------
Chris@4 471 # Extract the dictionary values for VARNAME (optionally with TAG) and
Chris@4 472 # expand to a commented shell variable setting:
Chris@4 473 #
Chris@4 474 # # Some comment about what VAR is for.
Chris@4 475 # visible_name=$lt_internal_name
Chris@4 476 m4_define([_LT_LIBTOOL_DECLARE],
Chris@4 477 [_LT_FORMAT_COMMENT(m4_quote(lt_dict_fetch([lt_decl_dict], [$1],
Chris@4 478 [description])))[]dnl
Chris@4 479 m4_pushdef([_libtool_name],
Chris@4 480 m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [libtool_name])))[]dnl
Chris@4 481 m4_case(m4_quote(lt_dict_fetch([lt_decl_dict], [$1], [value])),
Chris@4 482 [0], [_libtool_name=[$]$1],
Chris@4 483 [1], [_libtool_name=$lt_[]$1],
Chris@4 484 [2], [_libtool_name=$lt_[]$1],
Chris@4 485 [_libtool_name=lt_dict_fetch([lt_decl_dict], [$1], [value])])[]dnl
Chris@4 486 m4_ifval([$2], [_$2])[]m4_popdef([_libtool_name])[]dnl
Chris@4 487 ])
Chris@4 488
Chris@4 489
Chris@4 490 # _LT_LIBTOOL_CONFIG_VARS
Chris@4 491 # -----------------------
Chris@4 492 # Produce commented declarations of non-tagged libtool config variables
Chris@4 493 # suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
Chris@4 494 # script. Tagged libtool config variables (even for the LIBTOOL CONFIG
Chris@4 495 # section) are produced by _LT_LIBTOOL_TAG_VARS.
Chris@4 496 m4_defun([_LT_LIBTOOL_CONFIG_VARS],
Chris@4 497 [m4_foreach([_lt_var],
Chris@4 498 m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)),
Chris@4 499 [m4_n([_LT_LIBTOOL_DECLARE(_lt_var)])])])
Chris@4 500
Chris@4 501
Chris@4 502 # _LT_LIBTOOL_TAG_VARS(TAG)
Chris@4 503 # -------------------------
Chris@4 504 m4_define([_LT_LIBTOOL_TAG_VARS],
Chris@4 505 [m4_foreach([_lt_var], m4_quote(lt_decl_tag_varnames),
Chris@4 506 [m4_n([_LT_LIBTOOL_DECLARE(_lt_var, [$1])])])])
Chris@4 507
Chris@4 508
Chris@4 509 # _LT_TAGVAR(VARNAME, [TAGNAME])
Chris@4 510 # ------------------------------
Chris@4 511 m4_define([_LT_TAGVAR], [m4_ifval([$2], [$1_$2], [$1])])
Chris@4 512
Chris@4 513
Chris@4 514 # _LT_CONFIG_COMMANDS
Chris@4 515 # -------------------
Chris@4 516 # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
Chris@4 517 # variables for single and double quote escaping we saved from calls
Chris@4 518 # to _LT_DECL, we can put quote escaped variables declarations
Chris@4 519 # into `config.status', and then the shell code to quote escape them in
Chris@4 520 # for loops in `config.status'. Finally, any additional code accumulated
Chris@4 521 # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
Chris@4 522 m4_defun([_LT_CONFIG_COMMANDS],
Chris@4 523 [AC_PROVIDE_IFELSE([LT_OUTPUT],
Chris@4 524 dnl If the libtool generation code has been placed in $CONFIG_LT,
Chris@4 525 dnl instead of duplicating it all over again into config.status,
Chris@4 526 dnl then we will have config.status run $CONFIG_LT later, so it
Chris@4 527 dnl needs to know what name is stored there:
Chris@4 528 [AC_CONFIG_COMMANDS([libtool],
Chris@4 529 [$SHELL $CONFIG_LT || AS_EXIT(1)], [CONFIG_LT='$CONFIG_LT'])],
Chris@4 530 dnl If the libtool generation code is destined for config.status,
Chris@4 531 dnl expand the accumulated commands and init code now:
Chris@4 532 [AC_CONFIG_COMMANDS([libtool],
Chris@4 533 [_LT_OUTPUT_LIBTOOL_COMMANDS], [_LT_OUTPUT_LIBTOOL_COMMANDS_INIT])])
Chris@4 534 ])#_LT_CONFIG_COMMANDS
Chris@4 535
Chris@4 536
Chris@4 537 # Initialize.
Chris@4 538 m4_define([_LT_OUTPUT_LIBTOOL_COMMANDS_INIT],
Chris@4 539 [
Chris@4 540
Chris@4 541 # The HP-UX ksh and POSIX shell print the target directory to stdout
Chris@4 542 # if CDPATH is set.
Chris@4 543 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
Chris@4 544
Chris@4 545 sed_quote_subst='$sed_quote_subst'
Chris@4 546 double_quote_subst='$double_quote_subst'
Chris@4 547 delay_variable_subst='$delay_variable_subst'
Chris@4 548 _LT_CONFIG_STATUS_DECLARATIONS
Chris@4 549 LTCC='$LTCC'
Chris@4 550 LTCFLAGS='$LTCFLAGS'
Chris@4 551 compiler='$compiler_DEFAULT'
Chris@4 552
Chris@4 553 # A function that is used when there is no print builtin or printf.
Chris@4 554 func_fallback_echo ()
Chris@4 555 {
Chris@4 556 eval 'cat <<_LTECHO_EOF
Chris@4 557 \$[]1
Chris@4 558 _LTECHO_EOF'
Chris@4 559 }
Chris@4 560
Chris@4 561 # Quote evaled strings.
Chris@4 562 for var in lt_decl_all_varnames([[ \
Chris@4 563 ]], lt_decl_quote_varnames); do
Chris@4 564 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
Chris@4 565 *[[\\\\\\\`\\"\\\$]]*)
Chris@4 566 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
Chris@4 567 ;;
Chris@4 568 *)
Chris@4 569 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
Chris@4 570 ;;
Chris@4 571 esac
Chris@4 572 done
Chris@4 573
Chris@4 574 # Double-quote double-evaled strings.
Chris@4 575 for var in lt_decl_all_varnames([[ \
Chris@4 576 ]], lt_decl_dquote_varnames); do
Chris@4 577 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
Chris@4 578 *[[\\\\\\\`\\"\\\$]]*)
Chris@4 579 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
Chris@4 580 ;;
Chris@4 581 *)
Chris@4 582 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
Chris@4 583 ;;
Chris@4 584 esac
Chris@4 585 done
Chris@4 586
Chris@4 587 _LT_OUTPUT_LIBTOOL_INIT
Chris@4 588 ])
Chris@4 589
Chris@4 590 # _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
Chris@4 591 # ------------------------------------
Chris@4 592 # Generate a child script FILE with all initialization necessary to
Chris@4 593 # reuse the environment learned by the parent script, and make the
Chris@4 594 # file executable. If COMMENT is supplied, it is inserted after the
Chris@4 595 # `#!' sequence but before initialization text begins. After this
Chris@4 596 # macro, additional text can be appended to FILE to form the body of
Chris@4 597 # the child script. The macro ends with non-zero status if the
Chris@4 598 # file could not be fully written (such as if the disk is full).
Chris@4 599 m4_ifdef([AS_INIT_GENERATED],
Chris@4 600 [m4_defun([_LT_GENERATED_FILE_INIT],[AS_INIT_GENERATED($@)])],
Chris@4 601 [m4_defun([_LT_GENERATED_FILE_INIT],
Chris@4 602 [m4_require([AS_PREPARE])]dnl
Chris@4 603 [m4_pushdef([AS_MESSAGE_LOG_FD])]dnl
Chris@4 604 [lt_write_fail=0
Chris@4 605 cat >$1 <<_ASEOF || lt_write_fail=1
Chris@4 606 #! $SHELL
Chris@4 607 # Generated by $as_me.
Chris@4 608 $2
Chris@4 609 SHELL=\${CONFIG_SHELL-$SHELL}
Chris@4 610 export SHELL
Chris@4 611 _ASEOF
Chris@4 612 cat >>$1 <<\_ASEOF || lt_write_fail=1
Chris@4 613 AS_SHELL_SANITIZE
Chris@4 614 _AS_PREPARE
Chris@4 615 exec AS_MESSAGE_FD>&1
Chris@4 616 _ASEOF
Chris@4 617 test $lt_write_fail = 0 && chmod +x $1[]dnl
Chris@4 618 m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT
Chris@4 619
Chris@4 620 # LT_OUTPUT
Chris@4 621 # ---------
Chris@4 622 # This macro allows early generation of the libtool script (before
Chris@4 623 # AC_OUTPUT is called), incase it is used in configure for compilation
Chris@4 624 # tests.
Chris@4 625 AC_DEFUN([LT_OUTPUT],
Chris@4 626 [: ${CONFIG_LT=./config.lt}
Chris@4 627 AC_MSG_NOTICE([creating $CONFIG_LT])
Chris@4 628 _LT_GENERATED_FILE_INIT(["$CONFIG_LT"],
Chris@4 629 [# Run this file to recreate a libtool stub with the current configuration.])
Chris@4 630
Chris@4 631 cat >>"$CONFIG_LT" <<\_LTEOF
Chris@4 632 lt_cl_silent=false
Chris@4 633 exec AS_MESSAGE_LOG_FD>>config.log
Chris@4 634 {
Chris@4 635 echo
Chris@4 636 AS_BOX([Running $as_me.])
Chris@4 637 } >&AS_MESSAGE_LOG_FD
Chris@4 638
Chris@4 639 lt_cl_help="\
Chris@4 640 \`$as_me' creates a local libtool stub from the current configuration,
Chris@4 641 for use in further configure time tests before the real libtool is
Chris@4 642 generated.
Chris@4 643
Chris@4 644 Usage: $[0] [[OPTIONS]]
Chris@4 645
Chris@4 646 -h, --help print this help, then exit
Chris@4 647 -V, --version print version number, then exit
Chris@4 648 -q, --quiet do not print progress messages
Chris@4 649 -d, --debug don't remove temporary files
Chris@4 650
Chris@4 651 Report bugs to <bug-libtool@gnu.org>."
Chris@4 652
Chris@4 653 lt_cl_version="\
Chris@4 654 m4_ifset([AC_PACKAGE_NAME], [AC_PACKAGE_NAME ])config.lt[]dnl
Chris@4 655 m4_ifset([AC_PACKAGE_VERSION], [ AC_PACKAGE_VERSION])
Chris@4 656 configured by $[0], generated by m4_PACKAGE_STRING.
Chris@4 657
Chris@55 658 Copyright (C) 2011 Free Software Foundation, Inc.
Chris@4 659 This config.lt script is free software; the Free Software Foundation
Chris@4 660 gives unlimited permision to copy, distribute and modify it."
Chris@4 661
Chris@4 662 while test $[#] != 0
Chris@4 663 do
Chris@4 664 case $[1] in
Chris@4 665 --version | --v* | -V )
Chris@4 666 echo "$lt_cl_version"; exit 0 ;;
Chris@4 667 --help | --h* | -h )
Chris@4 668 echo "$lt_cl_help"; exit 0 ;;
Chris@4 669 --debug | --d* | -d )
Chris@4 670 debug=: ;;
Chris@4 671 --quiet | --q* | --silent | --s* | -q )
Chris@4 672 lt_cl_silent=: ;;
Chris@4 673
Chris@4 674 -*) AC_MSG_ERROR([unrecognized option: $[1]
Chris@4 675 Try \`$[0] --help' for more information.]) ;;
Chris@4 676
Chris@4 677 *) AC_MSG_ERROR([unrecognized argument: $[1]
Chris@4 678 Try \`$[0] --help' for more information.]) ;;
Chris@4 679 esac
Chris@4 680 shift
Chris@4 681 done
Chris@4 682
Chris@4 683 if $lt_cl_silent; then
Chris@4 684 exec AS_MESSAGE_FD>/dev/null
Chris@4 685 fi
Chris@4 686 _LTEOF
Chris@4 687
Chris@4 688 cat >>"$CONFIG_LT" <<_LTEOF
Chris@4 689 _LT_OUTPUT_LIBTOOL_COMMANDS_INIT
Chris@4 690 _LTEOF
Chris@4 691
Chris@4 692 cat >>"$CONFIG_LT" <<\_LTEOF
Chris@4 693 AC_MSG_NOTICE([creating $ofile])
Chris@4 694 _LT_OUTPUT_LIBTOOL_COMMANDS
Chris@4 695 AS_EXIT(0)
Chris@4 696 _LTEOF
Chris@4 697 chmod +x "$CONFIG_LT"
Chris@4 698
Chris@4 699 # configure is writing to config.log, but config.lt does its own redirection,
Chris@4 700 # appending to config.log, which fails on DOS, as config.log is still kept
Chris@4 701 # open by configure. Here we exec the FD to /dev/null, effectively closing
Chris@4 702 # config.log, so it can be properly (re)opened and appended to by config.lt.
Chris@4 703 lt_cl_success=:
Chris@4 704 test "$silent" = yes &&
Chris@4 705 lt_config_lt_args="$lt_config_lt_args --quiet"
Chris@4 706 exec AS_MESSAGE_LOG_FD>/dev/null
Chris@4 707 $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
Chris@4 708 exec AS_MESSAGE_LOG_FD>>config.log
Chris@4 709 $lt_cl_success || AS_EXIT(1)
Chris@4 710 ])# LT_OUTPUT
Chris@4 711
Chris@4 712
Chris@4 713 # _LT_CONFIG(TAG)
Chris@4 714 # ---------------
Chris@4 715 # If TAG is the built-in tag, create an initial libtool script with a
Chris@4 716 # default configuration from the untagged config vars. Otherwise add code
Chris@4 717 # to config.status for appending the configuration named by TAG from the
Chris@4 718 # matching tagged config vars.
Chris@4 719 m4_defun([_LT_CONFIG],
Chris@4 720 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
Chris@4 721 _LT_CONFIG_SAVE_COMMANDS([
Chris@4 722 m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl
Chris@4 723 m4_if(_LT_TAG, [C], [
Chris@4 724 # See if we are running on zsh, and set the options which allow our
Chris@4 725 # commands through without removal of \ escapes.
Chris@4 726 if test -n "${ZSH_VERSION+set}" ; then
Chris@4 727 setopt NO_GLOB_SUBST
Chris@4 728 fi
Chris@4 729
Chris@4 730 cfgfile="${ofile}T"
Chris@4 731 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
Chris@4 732 $RM "$cfgfile"
Chris@4 733
Chris@4 734 cat <<_LT_EOF >> "$cfgfile"
Chris@4 735 #! $SHELL
Chris@4 736
Chris@4 737 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
Chris@4 738 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
Chris@4 739 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
Chris@4 740 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
Chris@4 741 #
Chris@4 742 _LT_COPYING
Chris@4 743 _LT_LIBTOOL_TAGS
Chris@4 744
Chris@4 745 # ### BEGIN LIBTOOL CONFIG
Chris@4 746 _LT_LIBTOOL_CONFIG_VARS
Chris@4 747 _LT_LIBTOOL_TAG_VARS
Chris@4 748 # ### END LIBTOOL CONFIG
Chris@4 749
Chris@4 750 _LT_EOF
Chris@4 751
Chris@4 752 case $host_os in
Chris@4 753 aix3*)
Chris@4 754 cat <<\_LT_EOF >> "$cfgfile"
Chris@4 755 # AIX sometimes has problems with the GCC collect2 program. For some
Chris@4 756 # reason, if we set the COLLECT_NAMES environment variable, the problems
Chris@4 757 # vanish in a puff of smoke.
Chris@4 758 if test "X${COLLECT_NAMES+set}" != Xset; then
Chris@4 759 COLLECT_NAMES=
Chris@4 760 export COLLECT_NAMES
Chris@4 761 fi
Chris@4 762 _LT_EOF
Chris@4 763 ;;
Chris@4 764 esac
Chris@4 765
Chris@4 766 _LT_PROG_LTMAIN
Chris@4 767
Chris@4 768 # We use sed instead of cat because bash on DJGPP gets confused if
Chris@4 769 # if finds mixed CR/LF and LF-only lines. Since sed operates in
Chris@4 770 # text mode, it properly converts lines to CR/LF. This bash problem
Chris@4 771 # is reportedly fixed, but why not run on old versions too?
Chris@4 772 sed '$q' "$ltmain" >> "$cfgfile" \
Chris@4 773 || (rm -f "$cfgfile"; exit 1)
Chris@4 774
Chris@4 775 _LT_PROG_REPLACE_SHELLFNS
Chris@4 776
Chris@4 777 mv -f "$cfgfile" "$ofile" ||
Chris@4 778 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
Chris@4 779 chmod +x "$ofile"
Chris@4 780 ],
Chris@4 781 [cat <<_LT_EOF >> "$ofile"
Chris@4 782
Chris@4 783 dnl Unfortunately we have to use $1 here, since _LT_TAG is not expanded
Chris@4 784 dnl in a comment (ie after a #).
Chris@4 785 # ### BEGIN LIBTOOL TAG CONFIG: $1
Chris@4 786 _LT_LIBTOOL_TAG_VARS(_LT_TAG)
Chris@4 787 # ### END LIBTOOL TAG CONFIG: $1
Chris@4 788 _LT_EOF
Chris@4 789 ])dnl /m4_if
Chris@4 790 ],
Chris@4 791 [m4_if([$1], [], [
Chris@4 792 PACKAGE='$PACKAGE'
Chris@4 793 VERSION='$VERSION'
Chris@4 794 TIMESTAMP='$TIMESTAMP'
Chris@4 795 RM='$RM'
Chris@4 796 ofile='$ofile'], [])
Chris@4 797 ])dnl /_LT_CONFIG_SAVE_COMMANDS
Chris@4 798 ])# _LT_CONFIG
Chris@4 799
Chris@4 800
Chris@4 801 # LT_SUPPORTED_TAG(TAG)
Chris@4 802 # ---------------------
Chris@4 803 # Trace this macro to discover what tags are supported by the libtool
Chris@4 804 # --tag option, using:
Chris@4 805 # autoconf --trace 'LT_SUPPORTED_TAG:$1'
Chris@4 806 AC_DEFUN([LT_SUPPORTED_TAG], [])
Chris@4 807
Chris@4 808
Chris@4 809 # C support is built-in for now
Chris@4 810 m4_define([_LT_LANG_C_enabled], [])
Chris@4 811 m4_define([_LT_TAGS], [])
Chris@4 812
Chris@4 813
Chris@4 814 # LT_LANG(LANG)
Chris@4 815 # -------------
Chris@4 816 # Enable libtool support for the given language if not already enabled.
Chris@4 817 AC_DEFUN([LT_LANG],
Chris@4 818 [AC_BEFORE([$0], [LT_OUTPUT])dnl
Chris@4 819 m4_case([$1],
Chris@4 820 [C], [_LT_LANG(C)],
Chris@4 821 [C++], [_LT_LANG(CXX)],
Chris@55 822 [Go], [_LT_LANG(GO)],
Chris@4 823 [Java], [_LT_LANG(GCJ)],
Chris@4 824 [Fortran 77], [_LT_LANG(F77)],
Chris@4 825 [Fortran], [_LT_LANG(FC)],
Chris@4 826 [Windows Resource], [_LT_LANG(RC)],
Chris@4 827 [m4_ifdef([_LT_LANG_]$1[_CONFIG],
Chris@4 828 [_LT_LANG($1)],
Chris@4 829 [m4_fatal([$0: unsupported language: "$1"])])])dnl
Chris@4 830 ])# LT_LANG
Chris@4 831
Chris@4 832
Chris@4 833 # _LT_LANG(LANGNAME)
Chris@4 834 # ------------------
Chris@4 835 m4_defun([_LT_LANG],
Chris@4 836 [m4_ifdef([_LT_LANG_]$1[_enabled], [],
Chris@4 837 [LT_SUPPORTED_TAG([$1])dnl
Chris@4 838 m4_append([_LT_TAGS], [$1 ])dnl
Chris@4 839 m4_define([_LT_LANG_]$1[_enabled], [])dnl
Chris@4 840 _LT_LANG_$1_CONFIG($1)])dnl
Chris@4 841 ])# _LT_LANG
Chris@4 842
Chris@4 843
Chris@55 844 m4_ifndef([AC_PROG_GO], [
Chris@55 845 # NOTE: This macro has been submitted for inclusion into #
Chris@55 846 # GNU Autoconf as AC_PROG_GO. When it is available in #
Chris@55 847 # a released version of Autoconf we should remove this #
Chris@55 848 # macro and use it instead. #
Chris@55 849 m4_defun([AC_PROG_GO],
Chris@55 850 [AC_LANG_PUSH(Go)dnl
Chris@55 851 AC_ARG_VAR([GOC], [Go compiler command])dnl
Chris@55 852 AC_ARG_VAR([GOFLAGS], [Go compiler flags])dnl
Chris@55 853 _AC_ARG_VAR_LDFLAGS()dnl
Chris@55 854 AC_CHECK_TOOL(GOC, gccgo)
Chris@55 855 if test -z "$GOC"; then
Chris@55 856 if test -n "$ac_tool_prefix"; then
Chris@55 857 AC_CHECK_PROG(GOC, [${ac_tool_prefix}gccgo], [${ac_tool_prefix}gccgo])
Chris@55 858 fi
Chris@55 859 fi
Chris@55 860 if test -z "$GOC"; then
Chris@55 861 AC_CHECK_PROG(GOC, gccgo, gccgo, false)
Chris@55 862 fi
Chris@55 863 ])#m4_defun
Chris@55 864 ])#m4_ifndef
Chris@55 865
Chris@55 866
Chris@4 867 # _LT_LANG_DEFAULT_CONFIG
Chris@4 868 # -----------------------
Chris@4 869 m4_defun([_LT_LANG_DEFAULT_CONFIG],
Chris@4 870 [AC_PROVIDE_IFELSE([AC_PROG_CXX],
Chris@4 871 [LT_LANG(CXX)],
Chris@4 872 [m4_define([AC_PROG_CXX], defn([AC_PROG_CXX])[LT_LANG(CXX)])])
Chris@4 873
Chris@4 874 AC_PROVIDE_IFELSE([AC_PROG_F77],
Chris@4 875 [LT_LANG(F77)],
Chris@4 876 [m4_define([AC_PROG_F77], defn([AC_PROG_F77])[LT_LANG(F77)])])
Chris@4 877
Chris@4 878 AC_PROVIDE_IFELSE([AC_PROG_FC],
Chris@4 879 [LT_LANG(FC)],
Chris@4 880 [m4_define([AC_PROG_FC], defn([AC_PROG_FC])[LT_LANG(FC)])])
Chris@4 881
Chris@4 882 dnl The call to [A][M_PROG_GCJ] is quoted like that to stop aclocal
Chris@4 883 dnl pulling things in needlessly.
Chris@4 884 AC_PROVIDE_IFELSE([AC_PROG_GCJ],
Chris@4 885 [LT_LANG(GCJ)],
Chris@4 886 [AC_PROVIDE_IFELSE([A][M_PROG_GCJ],
Chris@4 887 [LT_LANG(GCJ)],
Chris@4 888 [AC_PROVIDE_IFELSE([LT_PROG_GCJ],
Chris@4 889 [LT_LANG(GCJ)],
Chris@4 890 [m4_ifdef([AC_PROG_GCJ],
Chris@4 891 [m4_define([AC_PROG_GCJ], defn([AC_PROG_GCJ])[LT_LANG(GCJ)])])
Chris@4 892 m4_ifdef([A][M_PROG_GCJ],
Chris@4 893 [m4_define([A][M_PROG_GCJ], defn([A][M_PROG_GCJ])[LT_LANG(GCJ)])])
Chris@4 894 m4_ifdef([LT_PROG_GCJ],
Chris@4 895 [m4_define([LT_PROG_GCJ], defn([LT_PROG_GCJ])[LT_LANG(GCJ)])])])])])
Chris@4 896
Chris@55 897 AC_PROVIDE_IFELSE([AC_PROG_GO],
Chris@55 898 [LT_LANG(GO)],
Chris@55 899 [m4_define([AC_PROG_GO], defn([AC_PROG_GO])[LT_LANG(GO)])])
Chris@55 900
Chris@4 901 AC_PROVIDE_IFELSE([LT_PROG_RC],
Chris@4 902 [LT_LANG(RC)],
Chris@4 903 [m4_define([LT_PROG_RC], defn([LT_PROG_RC])[LT_LANG(RC)])])
Chris@4 904 ])# _LT_LANG_DEFAULT_CONFIG
Chris@4 905
Chris@4 906 # Obsolete macros:
Chris@4 907 AU_DEFUN([AC_LIBTOOL_CXX], [LT_LANG(C++)])
Chris@4 908 AU_DEFUN([AC_LIBTOOL_F77], [LT_LANG(Fortran 77)])
Chris@4 909 AU_DEFUN([AC_LIBTOOL_FC], [LT_LANG(Fortran)])
Chris@4 910 AU_DEFUN([AC_LIBTOOL_GCJ], [LT_LANG(Java)])
Chris@4 911 AU_DEFUN([AC_LIBTOOL_RC], [LT_LANG(Windows Resource)])
Chris@4 912 dnl aclocal-1.4 backwards compatibility:
Chris@4 913 dnl AC_DEFUN([AC_LIBTOOL_CXX], [])
Chris@4 914 dnl AC_DEFUN([AC_LIBTOOL_F77], [])
Chris@4 915 dnl AC_DEFUN([AC_LIBTOOL_FC], [])
Chris@4 916 dnl AC_DEFUN([AC_LIBTOOL_GCJ], [])
Chris@4 917 dnl AC_DEFUN([AC_LIBTOOL_RC], [])
Chris@4 918
Chris@4 919
Chris@4 920 # _LT_TAG_COMPILER
Chris@4 921 # ----------------
Chris@4 922 m4_defun([_LT_TAG_COMPILER],
Chris@4 923 [AC_REQUIRE([AC_PROG_CC])dnl
Chris@4 924
Chris@4 925 _LT_DECL([LTCC], [CC], [1], [A C compiler])dnl
Chris@4 926 _LT_DECL([LTCFLAGS], [CFLAGS], [1], [LTCC compiler flags])dnl
Chris@4 927 _LT_TAGDECL([CC], [compiler], [1], [A language specific compiler])dnl
Chris@4 928 _LT_TAGDECL([with_gcc], [GCC], [0], [Is the compiler the GNU compiler?])dnl
Chris@4 929
Chris@4 930 # If no C compiler was specified, use CC.
Chris@4 931 LTCC=${LTCC-"$CC"}
Chris@4 932
Chris@4 933 # If no C compiler flags were specified, use CFLAGS.
Chris@4 934 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
Chris@4 935
Chris@4 936 # Allow CC to be a program name with arguments.
Chris@4 937 compiler=$CC
Chris@4 938 ])# _LT_TAG_COMPILER
Chris@4 939
Chris@4 940
Chris@4 941 # _LT_COMPILER_BOILERPLATE
Chris@4 942 # ------------------------
Chris@4 943 # Check for compiler boilerplate output or warnings with
Chris@4 944 # the simple compiler test code.
Chris@4 945 m4_defun([_LT_COMPILER_BOILERPLATE],
Chris@4 946 [m4_require([_LT_DECL_SED])dnl
Chris@4 947 ac_outfile=conftest.$ac_objext
Chris@4 948 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
Chris@4 949 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
Chris@4 950 _lt_compiler_boilerplate=`cat conftest.err`
Chris@4 951 $RM conftest*
Chris@4 952 ])# _LT_COMPILER_BOILERPLATE
Chris@4 953
Chris@4 954
Chris@4 955 # _LT_LINKER_BOILERPLATE
Chris@4 956 # ----------------------
Chris@4 957 # Check for linker boilerplate output or warnings with
Chris@4 958 # the simple link test code.
Chris@4 959 m4_defun([_LT_LINKER_BOILERPLATE],
Chris@4 960 [m4_require([_LT_DECL_SED])dnl
Chris@4 961 ac_outfile=conftest.$ac_objext
Chris@4 962 echo "$lt_simple_link_test_code" >conftest.$ac_ext
Chris@4 963 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
Chris@4 964 _lt_linker_boilerplate=`cat conftest.err`
Chris@4 965 $RM -r conftest*
Chris@4 966 ])# _LT_LINKER_BOILERPLATE
Chris@4 967
Chris@4 968 # _LT_REQUIRED_DARWIN_CHECKS
Chris@4 969 # -------------------------
Chris@4 970 m4_defun_once([_LT_REQUIRED_DARWIN_CHECKS],[
Chris@4 971 case $host_os in
Chris@4 972 rhapsody* | darwin*)
Chris@4 973 AC_CHECK_TOOL([DSYMUTIL], [dsymutil], [:])
Chris@4 974 AC_CHECK_TOOL([NMEDIT], [nmedit], [:])
Chris@4 975 AC_CHECK_TOOL([LIPO], [lipo], [:])
Chris@4 976 AC_CHECK_TOOL([OTOOL], [otool], [:])
Chris@4 977 AC_CHECK_TOOL([OTOOL64], [otool64], [:])
Chris@4 978 _LT_DECL([], [DSYMUTIL], [1],
Chris@4 979 [Tool to manipulate archived DWARF debug symbol files on Mac OS X])
Chris@4 980 _LT_DECL([], [NMEDIT], [1],
Chris@4 981 [Tool to change global to local symbols on Mac OS X])
Chris@4 982 _LT_DECL([], [LIPO], [1],
Chris@4 983 [Tool to manipulate fat objects and archives on Mac OS X])
Chris@4 984 _LT_DECL([], [OTOOL], [1],
Chris@4 985 [ldd/readelf like tool for Mach-O binaries on Mac OS X])
Chris@4 986 _LT_DECL([], [OTOOL64], [1],
Chris@4 987 [ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4])
Chris@4 988
Chris@4 989 AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
Chris@4 990 [lt_cv_apple_cc_single_mod=no
Chris@4 991 if test -z "${LT_MULTI_MODULE}"; then
Chris@4 992 # By default we will add the -single_module flag. You can override
Chris@4 993 # by either setting the environment variable LT_MULTI_MODULE
Chris@4 994 # non-empty at configure time, or by adding -multi_module to the
Chris@4 995 # link flags.
Chris@4 996 rm -rf libconftest.dylib*
Chris@4 997 echo "int foo(void){return 1;}" > conftest.c
Chris@4 998 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
Chris@4 999 -dynamiclib -Wl,-single_module conftest.c" >&AS_MESSAGE_LOG_FD
Chris@4 1000 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
Chris@4 1001 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
Chris@4 1002 _lt_result=$?
Chris@55 1003 # If there is a non-empty error log, and "single_module"
Chris@55 1004 # appears in it, assume the flag caused a linker warning
Chris@55 1005 if test -s conftest.err && $GREP single_module conftest.err; then
Chris@55 1006 cat conftest.err >&AS_MESSAGE_LOG_FD
Chris@55 1007 # Otherwise, if the output was created with a 0 exit code from
Chris@55 1008 # the compiler, it worked.
Chris@55 1009 elif test -f libconftest.dylib && test $_lt_result -eq 0; then
Chris@4 1010 lt_cv_apple_cc_single_mod=yes
Chris@4 1011 else
Chris@4 1012 cat conftest.err >&AS_MESSAGE_LOG_FD
Chris@4 1013 fi
Chris@4 1014 rm -rf libconftest.dylib*
Chris@4 1015 rm -f conftest.*
Chris@4 1016 fi])
Chris@55 1017
Chris@4 1018 AC_CACHE_CHECK([for -exported_symbols_list linker flag],
Chris@4 1019 [lt_cv_ld_exported_symbols_list],
Chris@4 1020 [lt_cv_ld_exported_symbols_list=no
Chris@4 1021 save_LDFLAGS=$LDFLAGS
Chris@4 1022 echo "_main" > conftest.sym
Chris@4 1023 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
Chris@4 1024 AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
Chris@4 1025 [lt_cv_ld_exported_symbols_list=yes],
Chris@4 1026 [lt_cv_ld_exported_symbols_list=no])
Chris@4 1027 LDFLAGS="$save_LDFLAGS"
Chris@4 1028 ])
Chris@55 1029
Chris@4 1030 AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load],
Chris@4 1031 [lt_cv_ld_force_load=no
Chris@4 1032 cat > conftest.c << _LT_EOF
Chris@4 1033 int forced_loaded() { return 2;}
Chris@4 1034 _LT_EOF
Chris@4 1035 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&AS_MESSAGE_LOG_FD
Chris@4 1036 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&AS_MESSAGE_LOG_FD
Chris@4 1037 echo "$AR cru libconftest.a conftest.o" >&AS_MESSAGE_LOG_FD
Chris@4 1038 $AR cru libconftest.a conftest.o 2>&AS_MESSAGE_LOG_FD
Chris@4 1039 echo "$RANLIB libconftest.a" >&AS_MESSAGE_LOG_FD
Chris@4 1040 $RANLIB libconftest.a 2>&AS_MESSAGE_LOG_FD
Chris@4 1041 cat > conftest.c << _LT_EOF
Chris@4 1042 int main() { return 0;}
Chris@4 1043 _LT_EOF
Chris@4 1044 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&AS_MESSAGE_LOG_FD
Chris@4 1045 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
Chris@4 1046 _lt_result=$?
Chris@55 1047 if test -s conftest.err && $GREP force_load conftest.err; then
Chris@55 1048 cat conftest.err >&AS_MESSAGE_LOG_FD
Chris@55 1049 elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
Chris@4 1050 lt_cv_ld_force_load=yes
Chris@4 1051 else
Chris@4 1052 cat conftest.err >&AS_MESSAGE_LOG_FD
Chris@4 1053 fi
Chris@4 1054 rm -f conftest.err libconftest.a conftest conftest.c
Chris@4 1055 rm -rf conftest.dSYM
Chris@4 1056 ])
Chris@4 1057 case $host_os in
Chris@4 1058 rhapsody* | darwin1.[[012]])
Chris@4 1059 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
Chris@4 1060 darwin1.*)
Chris@4 1061 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
Chris@4 1062 darwin*) # darwin 5.x on
Chris@4 1063 # if running on 10.5 or later, the deployment target defaults
Chris@4 1064 # to the OS version, if on x86, and 10.4, the deployment
Chris@4 1065 # target defaults to 10.4. Don't you love it?
Chris@4 1066 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
Chris@4 1067 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
Chris@4 1068 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
Chris@4 1069 10.[[012]]*)
Chris@4 1070 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
Chris@4 1071 10.*)
Chris@4 1072 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
Chris@4 1073 esac
Chris@4 1074 ;;
Chris@4 1075 esac
Chris@4 1076 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
Chris@4 1077 _lt_dar_single_mod='$single_module'
Chris@4 1078 fi
Chris@4 1079 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
Chris@4 1080 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
Chris@4 1081 else
Chris@4 1082 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
Chris@4 1083 fi
Chris@4 1084 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
Chris@4 1085 _lt_dsymutil='~$DSYMUTIL $lib || :'
Chris@4 1086 else
Chris@4 1087 _lt_dsymutil=
Chris@4 1088 fi
Chris@4 1089 ;;
Chris@4 1090 esac
Chris@4 1091 ])
Chris@4 1092
Chris@4 1093
Chris@55 1094 # _LT_DARWIN_LINKER_FEATURES([TAG])
Chris@55 1095 # ---------------------------------
Chris@4 1096 # Checks for linker and compiler features on darwin
Chris@4 1097 m4_defun([_LT_DARWIN_LINKER_FEATURES],
Chris@4 1098 [
Chris@4 1099 m4_require([_LT_REQUIRED_DARWIN_CHECKS])
Chris@4 1100 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
Chris@4 1101 _LT_TAGVAR(hardcode_direct, $1)=no
Chris@4 1102 _LT_TAGVAR(hardcode_automatic, $1)=yes
Chris@4 1103 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
Chris@4 1104 if test "$lt_cv_ld_force_load" = "yes"; then
Chris@4 1105 _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\"`'
Chris@55 1106 m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
Chris@55 1107 [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes])
Chris@4 1108 else
Chris@4 1109 _LT_TAGVAR(whole_archive_flag_spec, $1)=''
Chris@4 1110 fi
Chris@4 1111 _LT_TAGVAR(link_all_deplibs, $1)=yes
Chris@4 1112 _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
Chris@4 1113 case $cc_basename in
Chris@4 1114 ifort*) _lt_dar_can_shared=yes ;;
Chris@4 1115 *) _lt_dar_can_shared=$GCC ;;
Chris@4 1116 esac
Chris@4 1117 if test "$_lt_dar_can_shared" = "yes"; then
Chris@4 1118 output_verbose_link_cmd=func_echo_all
Chris@4 1119 _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}"
Chris@4 1120 _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
Chris@4 1121 _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}"
Chris@4 1122 _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}"
Chris@4 1123 m4_if([$1], [CXX],
Chris@4 1124 [ if test "$lt_cv_apple_cc_single_mod" != "yes"; then
Chris@4 1125 _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}"
Chris@4 1126 _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}"
Chris@4 1127 fi
Chris@4 1128 ],[])
Chris@4 1129 else
Chris@4 1130 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 1131 fi
Chris@4 1132 ])
Chris@4 1133
Chris@4 1134 # _LT_SYS_MODULE_PATH_AIX([TAGNAME])
Chris@4 1135 # ----------------------------------
Chris@4 1136 # Links a minimal program and checks the executable
Chris@4 1137 # for the system default hardcoded library path. In most cases,
Chris@4 1138 # this is /usr/lib:/lib, but when the MPI compilers are used
Chris@4 1139 # the location of the communication and MPI libs are included too.
Chris@4 1140 # If we don't find anything, use the default library path according
Chris@4 1141 # to the aix ld manual.
Chris@4 1142 # Store the results from the different compilers for each TAGNAME.
Chris@4 1143 # Allow to override them for all tags through lt_cv_aix_libpath.
Chris@4 1144 m4_defun([_LT_SYS_MODULE_PATH_AIX],
Chris@4 1145 [m4_require([_LT_DECL_SED])dnl
Chris@4 1146 if test "${lt_cv_aix_libpath+set}" = set; then
Chris@4 1147 aix_libpath=$lt_cv_aix_libpath
Chris@4 1148 else
Chris@4 1149 AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])],
Chris@4 1150 [AC_LINK_IFELSE([AC_LANG_PROGRAM],[
Chris@4 1151 lt_aix_libpath_sed='[
Chris@4 1152 /Import File Strings/,/^$/ {
Chris@4 1153 /^0/ {
Chris@4 1154 s/^0 *\([^ ]*\) *$/\1/
Chris@4 1155 p
Chris@4 1156 }
Chris@4 1157 }]'
Chris@4 1158 _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
Chris@4 1159 # Check for a 64-bit object if we didn't find anything.
Chris@4 1160 if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
Chris@4 1161 _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
Chris@4 1162 fi],[])
Chris@4 1163 if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
Chris@4 1164 _LT_TAGVAR([lt_cv_aix_libpath_], [$1])="/usr/lib:/lib"
Chris@4 1165 fi
Chris@4 1166 ])
Chris@4 1167 aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])
Chris@4 1168 fi
Chris@4 1169 ])# _LT_SYS_MODULE_PATH_AIX
Chris@4 1170
Chris@4 1171
Chris@4 1172 # _LT_SHELL_INIT(ARG)
Chris@4 1173 # -------------------
Chris@4 1174 m4_define([_LT_SHELL_INIT],
Chris@4 1175 [m4_divert_text([M4SH-INIT], [$1
Chris@4 1176 ])])# _LT_SHELL_INIT
Chris@4 1177
Chris@4 1178
Chris@4 1179
Chris@4 1180 # _LT_PROG_ECHO_BACKSLASH
Chris@4 1181 # -----------------------
Chris@4 1182 # Find how we can fake an echo command that does not interpret backslash.
Chris@4 1183 # In particular, with Autoconf 2.60 or later we add some code to the start
Chris@4 1184 # of the generated configure script which will find a shell with a builtin
Chris@4 1185 # printf (which we can use as an echo command).
Chris@4 1186 m4_defun([_LT_PROG_ECHO_BACKSLASH],
Chris@4 1187 [ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
Chris@4 1188 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
Chris@4 1189 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
Chris@4 1190
Chris@4 1191 AC_MSG_CHECKING([how to print strings])
Chris@4 1192 # Test print first, because it will be a builtin if present.
Chris@4 1193 if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
Chris@4 1194 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
Chris@4 1195 ECHO='print -r --'
Chris@4 1196 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
Chris@4 1197 ECHO='printf %s\n'
Chris@4 1198 else
Chris@4 1199 # Use this function as a fallback that always works.
Chris@4 1200 func_fallback_echo ()
Chris@4 1201 {
Chris@4 1202 eval 'cat <<_LTECHO_EOF
Chris@4 1203 $[]1
Chris@4 1204 _LTECHO_EOF'
Chris@4 1205 }
Chris@4 1206 ECHO='func_fallback_echo'
Chris@4 1207 fi
Chris@4 1208
Chris@4 1209 # func_echo_all arg...
Chris@4 1210 # Invoke $ECHO with all args, space-separated.
Chris@4 1211 func_echo_all ()
Chris@4 1212 {
Chris@4 1213 $ECHO "$*"
Chris@4 1214 }
Chris@4 1215
Chris@4 1216 case "$ECHO" in
Chris@4 1217 printf*) AC_MSG_RESULT([printf]) ;;
Chris@4 1218 print*) AC_MSG_RESULT([print -r]) ;;
Chris@4 1219 *) AC_MSG_RESULT([cat]) ;;
Chris@4 1220 esac
Chris@4 1221
Chris@4 1222 m4_ifdef([_AS_DETECT_SUGGESTED],
Chris@4 1223 [_AS_DETECT_SUGGESTED([
Chris@4 1224 test -n "${ZSH_VERSION+set}${BASH_VERSION+set}" || (
Chris@4 1225 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
Chris@4 1226 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
Chris@4 1227 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
Chris@4 1228 PATH=/empty FPATH=/empty; export PATH FPATH
Chris@4 1229 test "X`printf %s $ECHO`" = "X$ECHO" \
Chris@4 1230 || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
Chris@4 1231
Chris@4 1232 _LT_DECL([], [SHELL], [1], [Shell to use when invoking shell scripts])
Chris@4 1233 _LT_DECL([], [ECHO], [1], [An echo program that protects backslashes])
Chris@4 1234 ])# _LT_PROG_ECHO_BACKSLASH
Chris@4 1235
Chris@4 1236
Chris@4 1237 # _LT_WITH_SYSROOT
Chris@4 1238 # ----------------
Chris@4 1239 AC_DEFUN([_LT_WITH_SYSROOT],
Chris@4 1240 [AC_MSG_CHECKING([for sysroot])
Chris@4 1241 AC_ARG_WITH([sysroot],
Chris@4 1242 [ --with-sysroot[=DIR] Search for dependent libraries within DIR
Chris@4 1243 (or the compiler's sysroot if not specified).],
Chris@4 1244 [], [with_sysroot=no])
Chris@4 1245
Chris@4 1246 dnl lt_sysroot will always be passed unquoted. We quote it here
Chris@4 1247 dnl in case the user passed a directory name.
Chris@4 1248 lt_sysroot=
Chris@4 1249 case ${with_sysroot} in #(
Chris@4 1250 yes)
Chris@4 1251 if test "$GCC" = yes; then
Chris@4 1252 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
Chris@4 1253 fi
Chris@4 1254 ;; #(
Chris@4 1255 /*)
Chris@4 1256 lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
Chris@4 1257 ;; #(
Chris@4 1258 no|'')
Chris@4 1259 ;; #(
Chris@4 1260 *)
Chris@4 1261 AC_MSG_RESULT([${with_sysroot}])
Chris@4 1262 AC_MSG_ERROR([The sysroot must be an absolute path.])
Chris@4 1263 ;;
Chris@4 1264 esac
Chris@4 1265
Chris@4 1266 AC_MSG_RESULT([${lt_sysroot:-no}])
Chris@4 1267 _LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl
Chris@4 1268 [dependent libraries, and in which our libraries should be installed.])])
Chris@4 1269
Chris@4 1270 # _LT_ENABLE_LOCK
Chris@4 1271 # ---------------
Chris@4 1272 m4_defun([_LT_ENABLE_LOCK],
Chris@4 1273 [AC_ARG_ENABLE([libtool-lock],
Chris@4 1274 [AS_HELP_STRING([--disable-libtool-lock],
Chris@4 1275 [avoid locking (might break parallel builds)])])
Chris@4 1276 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
Chris@4 1277
Chris@4 1278 # Some flags need to be propagated to the compiler or linker for good
Chris@4 1279 # libtool support.
Chris@4 1280 case $host in
Chris@4 1281 ia64-*-hpux*)
Chris@4 1282 # Find out which ABI we are using.
Chris@4 1283 echo 'int i;' > conftest.$ac_ext
Chris@4 1284 if AC_TRY_EVAL(ac_compile); then
Chris@4 1285 case `/usr/bin/file conftest.$ac_objext` in
Chris@4 1286 *ELF-32*)
Chris@4 1287 HPUX_IA64_MODE="32"
Chris@4 1288 ;;
Chris@4 1289 *ELF-64*)
Chris@4 1290 HPUX_IA64_MODE="64"
Chris@4 1291 ;;
Chris@4 1292 esac
Chris@4 1293 fi
Chris@4 1294 rm -rf conftest*
Chris@4 1295 ;;
Chris@4 1296 *-*-irix6*)
Chris@4 1297 # Find out which ABI we are using.
Chris@4 1298 echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
Chris@4 1299 if AC_TRY_EVAL(ac_compile); then
Chris@4 1300 if test "$lt_cv_prog_gnu_ld" = yes; then
Chris@4 1301 case `/usr/bin/file conftest.$ac_objext` in
Chris@4 1302 *32-bit*)
Chris@4 1303 LD="${LD-ld} -melf32bsmip"
Chris@4 1304 ;;
Chris@4 1305 *N32*)
Chris@4 1306 LD="${LD-ld} -melf32bmipn32"
Chris@4 1307 ;;
Chris@4 1308 *64-bit*)
Chris@4 1309 LD="${LD-ld} -melf64bmip"
Chris@4 1310 ;;
Chris@4 1311 esac
Chris@4 1312 else
Chris@4 1313 case `/usr/bin/file conftest.$ac_objext` in
Chris@4 1314 *32-bit*)
Chris@4 1315 LD="${LD-ld} -32"
Chris@4 1316 ;;
Chris@4 1317 *N32*)
Chris@4 1318 LD="${LD-ld} -n32"
Chris@4 1319 ;;
Chris@4 1320 *64-bit*)
Chris@4 1321 LD="${LD-ld} -64"
Chris@4 1322 ;;
Chris@4 1323 esac
Chris@4 1324 fi
Chris@4 1325 fi
Chris@4 1326 rm -rf conftest*
Chris@4 1327 ;;
Chris@4 1328
Chris@55 1329 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
Chris@4 1330 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
Chris@4 1331 # Find out which ABI we are using.
Chris@4 1332 echo 'int i;' > conftest.$ac_ext
Chris@4 1333 if AC_TRY_EVAL(ac_compile); then
Chris@4 1334 case `/usr/bin/file conftest.o` in
Chris@4 1335 *32-bit*)
Chris@4 1336 case $host in
Chris@4 1337 x86_64-*kfreebsd*-gnu)
Chris@4 1338 LD="${LD-ld} -m elf_i386_fbsd"
Chris@4 1339 ;;
Chris@4 1340 x86_64-*linux*)
Chris@55 1341 case `/usr/bin/file conftest.o` in
Chris@55 1342 *x86-64*)
Chris@55 1343 LD="${LD-ld} -m elf32_x86_64"
Chris@55 1344 ;;
Chris@55 1345 *)
Chris@55 1346 LD="${LD-ld} -m elf_i386"
Chris@55 1347 ;;
Chris@55 1348 esac
Chris@4 1349 ;;
Chris@55 1350 powerpc64le-*)
Chris@55 1351 LD="${LD-ld} -m elf32lppclinux"
Chris@55 1352 ;;
Chris@55 1353 powerpc64-*)
Chris@4 1354 LD="${LD-ld} -m elf32ppclinux"
Chris@4 1355 ;;
Chris@4 1356 s390x-*linux*)
Chris@4 1357 LD="${LD-ld} -m elf_s390"
Chris@4 1358 ;;
Chris@4 1359 sparc64-*linux*)
Chris@4 1360 LD="${LD-ld} -m elf32_sparc"
Chris@4 1361 ;;
Chris@4 1362 esac
Chris@4 1363 ;;
Chris@4 1364 *64-bit*)
Chris@4 1365 case $host in
Chris@4 1366 x86_64-*kfreebsd*-gnu)
Chris@4 1367 LD="${LD-ld} -m elf_x86_64_fbsd"
Chris@4 1368 ;;
Chris@4 1369 x86_64-*linux*)
Chris@4 1370 LD="${LD-ld} -m elf_x86_64"
Chris@4 1371 ;;
Chris@55 1372 powerpcle-*)
Chris@55 1373 LD="${LD-ld} -m elf64lppc"
Chris@55 1374 ;;
Chris@55 1375 powerpc-*)
Chris@4 1376 LD="${LD-ld} -m elf64ppc"
Chris@4 1377 ;;
Chris@4 1378 s390*-*linux*|s390*-*tpf*)
Chris@4 1379 LD="${LD-ld} -m elf64_s390"
Chris@4 1380 ;;
Chris@4 1381 sparc*-*linux*)
Chris@4 1382 LD="${LD-ld} -m elf64_sparc"
Chris@4 1383 ;;
Chris@4 1384 esac
Chris@4 1385 ;;
Chris@4 1386 esac
Chris@4 1387 fi
Chris@4 1388 rm -rf conftest*
Chris@4 1389 ;;
Chris@4 1390
Chris@4 1391 *-*-sco3.2v5*)
Chris@4 1392 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
Chris@4 1393 SAVE_CFLAGS="$CFLAGS"
Chris@4 1394 CFLAGS="$CFLAGS -belf"
Chris@4 1395 AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
Chris@4 1396 [AC_LANG_PUSH(C)
Chris@4 1397 AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
Chris@4 1398 AC_LANG_POP])
Chris@4 1399 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
Chris@4 1400 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
Chris@4 1401 CFLAGS="$SAVE_CFLAGS"
Chris@4 1402 fi
Chris@4 1403 ;;
Chris@55 1404 *-*solaris*)
Chris@4 1405 # Find out which ABI we are using.
Chris@4 1406 echo 'int i;' > conftest.$ac_ext
Chris@4 1407 if AC_TRY_EVAL(ac_compile); then
Chris@4 1408 case `/usr/bin/file conftest.o` in
Chris@4 1409 *64-bit*)
Chris@4 1410 case $lt_cv_prog_gnu_ld in
Chris@55 1411 yes*)
Chris@55 1412 case $host in
Chris@55 1413 i?86-*-solaris*)
Chris@55 1414 LD="${LD-ld} -m elf_x86_64"
Chris@55 1415 ;;
Chris@55 1416 sparc*-*-solaris*)
Chris@55 1417 LD="${LD-ld} -m elf64_sparc"
Chris@55 1418 ;;
Chris@55 1419 esac
Chris@55 1420 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
Chris@55 1421 if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
Chris@55 1422 LD="${LD-ld}_sol2"
Chris@55 1423 fi
Chris@55 1424 ;;
Chris@4 1425 *)
Chris@4 1426 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
Chris@4 1427 LD="${LD-ld} -64"
Chris@4 1428 fi
Chris@4 1429 ;;
Chris@4 1430 esac
Chris@4 1431 ;;
Chris@4 1432 esac
Chris@4 1433 fi
Chris@4 1434 rm -rf conftest*
Chris@4 1435 ;;
Chris@4 1436 esac
Chris@4 1437
Chris@4 1438 need_locks="$enable_libtool_lock"
Chris@4 1439 ])# _LT_ENABLE_LOCK
Chris@4 1440
Chris@4 1441
Chris@4 1442 # _LT_PROG_AR
Chris@4 1443 # -----------
Chris@4 1444 m4_defun([_LT_PROG_AR],
Chris@4 1445 [AC_CHECK_TOOLS(AR, [ar], false)
Chris@4 1446 : ${AR=ar}
Chris@4 1447 : ${AR_FLAGS=cru}
Chris@4 1448 _LT_DECL([], [AR], [1], [The archiver])
Chris@4 1449 _LT_DECL([], [AR_FLAGS], [1], [Flags to create an archive])
Chris@4 1450
Chris@4 1451 AC_CACHE_CHECK([for archiver @FILE support], [lt_cv_ar_at_file],
Chris@4 1452 [lt_cv_ar_at_file=no
Chris@4 1453 AC_COMPILE_IFELSE([AC_LANG_PROGRAM],
Chris@4 1454 [echo conftest.$ac_objext > conftest.lst
Chris@4 1455 lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD'
Chris@4 1456 AC_TRY_EVAL([lt_ar_try])
Chris@4 1457 if test "$ac_status" -eq 0; then
Chris@4 1458 # Ensure the archiver fails upon bogus file names.
Chris@4 1459 rm -f conftest.$ac_objext libconftest.a
Chris@4 1460 AC_TRY_EVAL([lt_ar_try])
Chris@4 1461 if test "$ac_status" -ne 0; then
Chris@4 1462 lt_cv_ar_at_file=@
Chris@4 1463 fi
Chris@4 1464 fi
Chris@4 1465 rm -f conftest.* libconftest.a
Chris@4 1466 ])
Chris@4 1467 ])
Chris@4 1468
Chris@4 1469 if test "x$lt_cv_ar_at_file" = xno; then
Chris@4 1470 archiver_list_spec=
Chris@4 1471 else
Chris@4 1472 archiver_list_spec=$lt_cv_ar_at_file
Chris@4 1473 fi
Chris@4 1474 _LT_DECL([], [archiver_list_spec], [1],
Chris@4 1475 [How to feed a file listing to the archiver])
Chris@4 1476 ])# _LT_PROG_AR
Chris@4 1477
Chris@4 1478
Chris@4 1479 # _LT_CMD_OLD_ARCHIVE
Chris@4 1480 # -------------------
Chris@4 1481 m4_defun([_LT_CMD_OLD_ARCHIVE],
Chris@4 1482 [_LT_PROG_AR
Chris@4 1483
Chris@4 1484 AC_CHECK_TOOL(STRIP, strip, :)
Chris@4 1485 test -z "$STRIP" && STRIP=:
Chris@4 1486 _LT_DECL([], [STRIP], [1], [A symbol stripping program])
Chris@4 1487
Chris@4 1488 AC_CHECK_TOOL(RANLIB, ranlib, :)
Chris@4 1489 test -z "$RANLIB" && RANLIB=:
Chris@4 1490 _LT_DECL([], [RANLIB], [1],
Chris@4 1491 [Commands used to install an old-style archive])
Chris@4 1492
Chris@4 1493 # Determine commands to create old-style static archives.
Chris@4 1494 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
Chris@4 1495 old_postinstall_cmds='chmod 644 $oldlib'
Chris@4 1496 old_postuninstall_cmds=
Chris@4 1497
Chris@4 1498 if test -n "$RANLIB"; then
Chris@4 1499 case $host_os in
Chris@4 1500 openbsd*)
Chris@55 1501 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
Chris@4 1502 ;;
Chris@4 1503 *)
Chris@55 1504 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
Chris@4 1505 ;;
Chris@4 1506 esac
Chris@55 1507 old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
Chris@4 1508 fi
Chris@4 1509
Chris@4 1510 case $host_os in
Chris@4 1511 darwin*)
Chris@4 1512 lock_old_archive_extraction=yes ;;
Chris@4 1513 *)
Chris@4 1514 lock_old_archive_extraction=no ;;
Chris@4 1515 esac
Chris@4 1516 _LT_DECL([], [old_postinstall_cmds], [2])
Chris@4 1517 _LT_DECL([], [old_postuninstall_cmds], [2])
Chris@4 1518 _LT_TAGDECL([], [old_archive_cmds], [2],
Chris@4 1519 [Commands used to build an old-style archive])
Chris@4 1520 _LT_DECL([], [lock_old_archive_extraction], [0],
Chris@4 1521 [Whether to use a lock for old archive extraction])
Chris@4 1522 ])# _LT_CMD_OLD_ARCHIVE
Chris@4 1523
Chris@4 1524
Chris@4 1525 # _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
Chris@4 1526 # [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
Chris@4 1527 # ----------------------------------------------------------------
Chris@4 1528 # Check whether the given compiler option works
Chris@4 1529 AC_DEFUN([_LT_COMPILER_OPTION],
Chris@4 1530 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
Chris@4 1531 m4_require([_LT_DECL_SED])dnl
Chris@4 1532 AC_CACHE_CHECK([$1], [$2],
Chris@4 1533 [$2=no
Chris@4 1534 m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
Chris@4 1535 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
Chris@4 1536 lt_compiler_flag="$3"
Chris@4 1537 # Insert the option either (1) after the last *FLAGS variable, or
Chris@4 1538 # (2) before a word containing "conftest.", or (3) at the end.
Chris@4 1539 # Note that $ac_compile itself does not contain backslashes and begins
Chris@4 1540 # with a dollar sign (not a hyphen), so the echo should work correctly.
Chris@4 1541 # The option is referenced via a variable to avoid confusing sed.
Chris@4 1542 lt_compile=`echo "$ac_compile" | $SED \
Chris@4 1543 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
Chris@4 1544 -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
Chris@4 1545 -e 's:$: $lt_compiler_flag:'`
Chris@4 1546 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
Chris@4 1547 (eval "$lt_compile" 2>conftest.err)
Chris@4 1548 ac_status=$?
Chris@4 1549 cat conftest.err >&AS_MESSAGE_LOG_FD
Chris@4 1550 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
Chris@4 1551 if (exit $ac_status) && test -s "$ac_outfile"; then
Chris@4 1552 # The compiler can only warn and ignore the option if not recognized
Chris@4 1553 # So say no if there are warnings other than the usual output.
Chris@4 1554 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
Chris@4 1555 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
Chris@4 1556 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
Chris@4 1557 $2=yes
Chris@4 1558 fi
Chris@4 1559 fi
Chris@4 1560 $RM conftest*
Chris@4 1561 ])
Chris@4 1562
Chris@4 1563 if test x"[$]$2" = xyes; then
Chris@4 1564 m4_if([$5], , :, [$5])
Chris@4 1565 else
Chris@4 1566 m4_if([$6], , :, [$6])
Chris@4 1567 fi
Chris@4 1568 ])# _LT_COMPILER_OPTION
Chris@4 1569
Chris@4 1570 # Old name:
Chris@4 1571 AU_ALIAS([AC_LIBTOOL_COMPILER_OPTION], [_LT_COMPILER_OPTION])
Chris@4 1572 dnl aclocal-1.4 backwards compatibility:
Chris@4 1573 dnl AC_DEFUN([AC_LIBTOOL_COMPILER_OPTION], [])
Chris@4 1574
Chris@4 1575
Chris@4 1576 # _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
Chris@4 1577 # [ACTION-SUCCESS], [ACTION-FAILURE])
Chris@4 1578 # ----------------------------------------------------
Chris@4 1579 # Check whether the given linker option works
Chris@4 1580 AC_DEFUN([_LT_LINKER_OPTION],
Chris@4 1581 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
Chris@4 1582 m4_require([_LT_DECL_SED])dnl
Chris@4 1583 AC_CACHE_CHECK([$1], [$2],
Chris@4 1584 [$2=no
Chris@4 1585 save_LDFLAGS="$LDFLAGS"
Chris@4 1586 LDFLAGS="$LDFLAGS $3"
Chris@4 1587 echo "$lt_simple_link_test_code" > conftest.$ac_ext
Chris@4 1588 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
Chris@4 1589 # The linker can only warn and ignore the option if not recognized
Chris@4 1590 # So say no if there are warnings
Chris@4 1591 if test -s conftest.err; then
Chris@4 1592 # Append any errors to the config.log.
Chris@4 1593 cat conftest.err 1>&AS_MESSAGE_LOG_FD
Chris@4 1594 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
Chris@4 1595 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
Chris@4 1596 if diff conftest.exp conftest.er2 >/dev/null; then
Chris@4 1597 $2=yes
Chris@4 1598 fi
Chris@4 1599 else
Chris@4 1600 $2=yes
Chris@4 1601 fi
Chris@4 1602 fi
Chris@4 1603 $RM -r conftest*
Chris@4 1604 LDFLAGS="$save_LDFLAGS"
Chris@4 1605 ])
Chris@4 1606
Chris@4 1607 if test x"[$]$2" = xyes; then
Chris@4 1608 m4_if([$4], , :, [$4])
Chris@4 1609 else
Chris@4 1610 m4_if([$5], , :, [$5])
Chris@4 1611 fi
Chris@4 1612 ])# _LT_LINKER_OPTION
Chris@4 1613
Chris@4 1614 # Old name:
Chris@4 1615 AU_ALIAS([AC_LIBTOOL_LINKER_OPTION], [_LT_LINKER_OPTION])
Chris@4 1616 dnl aclocal-1.4 backwards compatibility:
Chris@4 1617 dnl AC_DEFUN([AC_LIBTOOL_LINKER_OPTION], [])
Chris@4 1618
Chris@4 1619
Chris@4 1620 # LT_CMD_MAX_LEN
Chris@4 1621 #---------------
Chris@4 1622 AC_DEFUN([LT_CMD_MAX_LEN],
Chris@4 1623 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
Chris@4 1624 # find the maximum length of command line arguments
Chris@4 1625 AC_MSG_CHECKING([the maximum length of command line arguments])
Chris@4 1626 AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
Chris@4 1627 i=0
Chris@4 1628 teststring="ABCD"
Chris@4 1629
Chris@4 1630 case $build_os in
Chris@4 1631 msdosdjgpp*)
Chris@4 1632 # On DJGPP, this test can blow up pretty badly due to problems in libc
Chris@4 1633 # (any single argument exceeding 2000 bytes causes a buffer overrun
Chris@4 1634 # during glob expansion). Even if it were fixed, the result of this
Chris@4 1635 # check would be larger than it should be.
Chris@4 1636 lt_cv_sys_max_cmd_len=12288; # 12K is about right
Chris@4 1637 ;;
Chris@4 1638
Chris@4 1639 gnu*)
Chris@4 1640 # Under GNU Hurd, this test is not required because there is
Chris@4 1641 # no limit to the length of command line arguments.
Chris@4 1642 # Libtool will interpret -1 as no limit whatsoever
Chris@4 1643 lt_cv_sys_max_cmd_len=-1;
Chris@4 1644 ;;
Chris@4 1645
Chris@4 1646 cygwin* | mingw* | cegcc*)
Chris@4 1647 # On Win9x/ME, this test blows up -- it succeeds, but takes
Chris@4 1648 # about 5 minutes as the teststring grows exponentially.
Chris@4 1649 # Worse, since 9x/ME are not pre-emptively multitasking,
Chris@4 1650 # you end up with a "frozen" computer, even though with patience
Chris@4 1651 # the test eventually succeeds (with a max line length of 256k).
Chris@4 1652 # Instead, let's just punt: use the minimum linelength reported by
Chris@4 1653 # all of the supported platforms: 8192 (on NT/2K/XP).
Chris@4 1654 lt_cv_sys_max_cmd_len=8192;
Chris@4 1655 ;;
Chris@4 1656
Chris@4 1657 mint*)
Chris@4 1658 # On MiNT this can take a long time and run out of memory.
Chris@4 1659 lt_cv_sys_max_cmd_len=8192;
Chris@4 1660 ;;
Chris@4 1661
Chris@4 1662 amigaos*)
Chris@4 1663 # On AmigaOS with pdksh, this test takes hours, literally.
Chris@4 1664 # So we just punt and use a minimum line length of 8192.
Chris@4 1665 lt_cv_sys_max_cmd_len=8192;
Chris@4 1666 ;;
Chris@4 1667
Chris@4 1668 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
Chris@4 1669 # This has been around since 386BSD, at least. Likely further.
Chris@4 1670 if test -x /sbin/sysctl; then
Chris@4 1671 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
Chris@4 1672 elif test -x /usr/sbin/sysctl; then
Chris@4 1673 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
Chris@4 1674 else
Chris@4 1675 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
Chris@4 1676 fi
Chris@4 1677 # And add a safety zone
Chris@4 1678 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
Chris@4 1679 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
Chris@4 1680 ;;
Chris@4 1681
Chris@4 1682 interix*)
Chris@4 1683 # We know the value 262144 and hardcode it with a safety zone (like BSD)
Chris@4 1684 lt_cv_sys_max_cmd_len=196608
Chris@4 1685 ;;
Chris@4 1686
Chris@55 1687 os2*)
Chris@55 1688 # The test takes a long time on OS/2.
Chris@55 1689 lt_cv_sys_max_cmd_len=8192
Chris@55 1690 ;;
Chris@55 1691
Chris@4 1692 osf*)
Chris@4 1693 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
Chris@4 1694 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
Chris@4 1695 # nice to cause kernel panics so lets avoid the loop below.
Chris@4 1696 # First set a reasonable default.
Chris@4 1697 lt_cv_sys_max_cmd_len=16384
Chris@4 1698 #
Chris@4 1699 if test -x /sbin/sysconfig; then
Chris@4 1700 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
Chris@4 1701 *1*) lt_cv_sys_max_cmd_len=-1 ;;
Chris@4 1702 esac
Chris@4 1703 fi
Chris@4 1704 ;;
Chris@4 1705 sco3.2v5*)
Chris@4 1706 lt_cv_sys_max_cmd_len=102400
Chris@4 1707 ;;
Chris@4 1708 sysv5* | sco5v6* | sysv4.2uw2*)
Chris@4 1709 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
Chris@4 1710 if test -n "$kargmax"; then
Chris@4 1711 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[ ]]//'`
Chris@4 1712 else
Chris@4 1713 lt_cv_sys_max_cmd_len=32768
Chris@4 1714 fi
Chris@4 1715 ;;
Chris@4 1716 *)
Chris@4 1717 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
Chris@55 1718 if test -n "$lt_cv_sys_max_cmd_len" && \
Chris@55 1719 test undefined != "$lt_cv_sys_max_cmd_len"; then
Chris@4 1720 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
Chris@4 1721 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
Chris@4 1722 else
Chris@4 1723 # Make teststring a little bigger before we do anything with it.
Chris@4 1724 # a 1K string should be a reasonable start.
Chris@4 1725 for i in 1 2 3 4 5 6 7 8 ; do
Chris@4 1726 teststring=$teststring$teststring
Chris@4 1727 done
Chris@4 1728 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
Chris@4 1729 # If test is not a shell built-in, we'll probably end up computing a
Chris@4 1730 # maximum length that is only half of the actual maximum length, but
Chris@4 1731 # we can't tell.
Chris@55 1732 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
Chris@4 1733 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
Chris@4 1734 test $i != 17 # 1/2 MB should be enough
Chris@4 1735 do
Chris@4 1736 i=`expr $i + 1`
Chris@4 1737 teststring=$teststring$teststring
Chris@4 1738 done
Chris@4 1739 # Only check the string length outside the loop.
Chris@4 1740 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
Chris@4 1741 teststring=
Chris@4 1742 # Add a significant safety factor because C++ compilers can tack on
Chris@4 1743 # massive amounts of additional arguments before passing them to the
Chris@4 1744 # linker. It appears as though 1/2 is a usable value.
Chris@4 1745 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
Chris@4 1746 fi
Chris@4 1747 ;;
Chris@4 1748 esac
Chris@4 1749 ])
Chris@4 1750 if test -n $lt_cv_sys_max_cmd_len ; then
Chris@4 1751 AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
Chris@4 1752 else
Chris@4 1753 AC_MSG_RESULT(none)
Chris@4 1754 fi
Chris@4 1755 max_cmd_len=$lt_cv_sys_max_cmd_len
Chris@4 1756 _LT_DECL([], [max_cmd_len], [0],
Chris@4 1757 [What is the maximum length of a command?])
Chris@4 1758 ])# LT_CMD_MAX_LEN
Chris@4 1759
Chris@4 1760 # Old name:
Chris@4 1761 AU_ALIAS([AC_LIBTOOL_SYS_MAX_CMD_LEN], [LT_CMD_MAX_LEN])
Chris@4 1762 dnl aclocal-1.4 backwards compatibility:
Chris@4 1763 dnl AC_DEFUN([AC_LIBTOOL_SYS_MAX_CMD_LEN], [])
Chris@4 1764
Chris@4 1765
Chris@4 1766 # _LT_HEADER_DLFCN
Chris@4 1767 # ----------------
Chris@4 1768 m4_defun([_LT_HEADER_DLFCN],
Chris@4 1769 [AC_CHECK_HEADERS([dlfcn.h], [], [], [AC_INCLUDES_DEFAULT])dnl
Chris@4 1770 ])# _LT_HEADER_DLFCN
Chris@4 1771
Chris@4 1772
Chris@4 1773 # _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
Chris@4 1774 # ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
Chris@4 1775 # ----------------------------------------------------------------
Chris@4 1776 m4_defun([_LT_TRY_DLOPEN_SELF],
Chris@4 1777 [m4_require([_LT_HEADER_DLFCN])dnl
Chris@4 1778 if test "$cross_compiling" = yes; then :
Chris@4 1779 [$4]
Chris@4 1780 else
Chris@4 1781 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
Chris@4 1782 lt_status=$lt_dlunknown
Chris@4 1783 cat > conftest.$ac_ext <<_LT_EOF
Chris@4 1784 [#line $LINENO "configure"
Chris@4 1785 #include "confdefs.h"
Chris@4 1786
Chris@4 1787 #if HAVE_DLFCN_H
Chris@4 1788 #include <dlfcn.h>
Chris@4 1789 #endif
Chris@4 1790
Chris@4 1791 #include <stdio.h>
Chris@4 1792
Chris@4 1793 #ifdef RTLD_GLOBAL
Chris@4 1794 # define LT_DLGLOBAL RTLD_GLOBAL
Chris@4 1795 #else
Chris@4 1796 # ifdef DL_GLOBAL
Chris@4 1797 # define LT_DLGLOBAL DL_GLOBAL
Chris@4 1798 # else
Chris@4 1799 # define LT_DLGLOBAL 0
Chris@4 1800 # endif
Chris@4 1801 #endif
Chris@4 1802
Chris@4 1803 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
Chris@4 1804 find out it does not work in some platform. */
Chris@4 1805 #ifndef LT_DLLAZY_OR_NOW
Chris@4 1806 # ifdef RTLD_LAZY
Chris@4 1807 # define LT_DLLAZY_OR_NOW RTLD_LAZY
Chris@4 1808 # else
Chris@4 1809 # ifdef DL_LAZY
Chris@4 1810 # define LT_DLLAZY_OR_NOW DL_LAZY
Chris@4 1811 # else
Chris@4 1812 # ifdef RTLD_NOW
Chris@4 1813 # define LT_DLLAZY_OR_NOW RTLD_NOW
Chris@4 1814 # else
Chris@4 1815 # ifdef DL_NOW
Chris@4 1816 # define LT_DLLAZY_OR_NOW DL_NOW
Chris@4 1817 # else
Chris@4 1818 # define LT_DLLAZY_OR_NOW 0
Chris@4 1819 # endif
Chris@4 1820 # endif
Chris@4 1821 # endif
Chris@4 1822 # endif
Chris@4 1823 #endif
Chris@4 1824
Chris@4 1825 /* When -fvisbility=hidden is used, assume the code has been annotated
Chris@4 1826 correspondingly for the symbols needed. */
Chris@4 1827 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
Chris@4 1828 int fnord () __attribute__((visibility("default")));
Chris@4 1829 #endif
Chris@4 1830
Chris@4 1831 int fnord () { return 42; }
Chris@4 1832 int main ()
Chris@4 1833 {
Chris@4 1834 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
Chris@4 1835 int status = $lt_dlunknown;
Chris@4 1836
Chris@4 1837 if (self)
Chris@4 1838 {
Chris@4 1839 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
Chris@4 1840 else
Chris@4 1841 {
Chris@4 1842 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
Chris@4 1843 else puts (dlerror ());
Chris@4 1844 }
Chris@4 1845 /* dlclose (self); */
Chris@4 1846 }
Chris@4 1847 else
Chris@4 1848 puts (dlerror ());
Chris@4 1849
Chris@4 1850 return status;
Chris@4 1851 }]
Chris@4 1852 _LT_EOF
Chris@4 1853 if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
Chris@4 1854 (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
Chris@4 1855 lt_status=$?
Chris@4 1856 case x$lt_status in
Chris@4 1857 x$lt_dlno_uscore) $1 ;;
Chris@4 1858 x$lt_dlneed_uscore) $2 ;;
Chris@4 1859 x$lt_dlunknown|x*) $3 ;;
Chris@4 1860 esac
Chris@4 1861 else :
Chris@4 1862 # compilation failed
Chris@4 1863 $3
Chris@4 1864 fi
Chris@4 1865 fi
Chris@4 1866 rm -fr conftest*
Chris@4 1867 ])# _LT_TRY_DLOPEN_SELF
Chris@4 1868
Chris@4 1869
Chris@4 1870 # LT_SYS_DLOPEN_SELF
Chris@4 1871 # ------------------
Chris@4 1872 AC_DEFUN([LT_SYS_DLOPEN_SELF],
Chris@4 1873 [m4_require([_LT_HEADER_DLFCN])dnl
Chris@4 1874 if test "x$enable_dlopen" != xyes; then
Chris@4 1875 enable_dlopen=unknown
Chris@4 1876 enable_dlopen_self=unknown
Chris@4 1877 enable_dlopen_self_static=unknown
Chris@4 1878 else
Chris@4 1879 lt_cv_dlopen=no
Chris@4 1880 lt_cv_dlopen_libs=
Chris@4 1881
Chris@4 1882 case $host_os in
Chris@4 1883 beos*)
Chris@4 1884 lt_cv_dlopen="load_add_on"
Chris@4 1885 lt_cv_dlopen_libs=
Chris@4 1886 lt_cv_dlopen_self=yes
Chris@4 1887 ;;
Chris@4 1888
Chris@4 1889 mingw* | pw32* | cegcc*)
Chris@4 1890 lt_cv_dlopen="LoadLibrary"
Chris@4 1891 lt_cv_dlopen_libs=
Chris@4 1892 ;;
Chris@4 1893
Chris@4 1894 cygwin*)
Chris@4 1895 lt_cv_dlopen="dlopen"
Chris@4 1896 lt_cv_dlopen_libs=
Chris@4 1897 ;;
Chris@4 1898
Chris@4 1899 darwin*)
Chris@4 1900 # if libdl is installed we need to link against it
Chris@4 1901 AC_CHECK_LIB([dl], [dlopen],
Chris@4 1902 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
Chris@4 1903 lt_cv_dlopen="dyld"
Chris@4 1904 lt_cv_dlopen_libs=
Chris@4 1905 lt_cv_dlopen_self=yes
Chris@4 1906 ])
Chris@4 1907 ;;
Chris@4 1908
Chris@4 1909 *)
Chris@4 1910 AC_CHECK_FUNC([shl_load],
Chris@4 1911 [lt_cv_dlopen="shl_load"],
Chris@4 1912 [AC_CHECK_LIB([dld], [shl_load],
Chris@4 1913 [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
Chris@4 1914 [AC_CHECK_FUNC([dlopen],
Chris@4 1915 [lt_cv_dlopen="dlopen"],
Chris@4 1916 [AC_CHECK_LIB([dl], [dlopen],
Chris@4 1917 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
Chris@4 1918 [AC_CHECK_LIB([svld], [dlopen],
Chris@4 1919 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
Chris@4 1920 [AC_CHECK_LIB([dld], [dld_link],
Chris@4 1921 [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
Chris@4 1922 ])
Chris@4 1923 ])
Chris@4 1924 ])
Chris@4 1925 ])
Chris@4 1926 ])
Chris@4 1927 ;;
Chris@4 1928 esac
Chris@4 1929
Chris@4 1930 if test "x$lt_cv_dlopen" != xno; then
Chris@4 1931 enable_dlopen=yes
Chris@4 1932 else
Chris@4 1933 enable_dlopen=no
Chris@4 1934 fi
Chris@4 1935
Chris@4 1936 case $lt_cv_dlopen in
Chris@4 1937 dlopen)
Chris@4 1938 save_CPPFLAGS="$CPPFLAGS"
Chris@4 1939 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
Chris@4 1940
Chris@4 1941 save_LDFLAGS="$LDFLAGS"
Chris@4 1942 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
Chris@4 1943
Chris@4 1944 save_LIBS="$LIBS"
Chris@4 1945 LIBS="$lt_cv_dlopen_libs $LIBS"
Chris@4 1946
Chris@4 1947 AC_CACHE_CHECK([whether a program can dlopen itself],
Chris@4 1948 lt_cv_dlopen_self, [dnl
Chris@4 1949 _LT_TRY_DLOPEN_SELF(
Chris@4 1950 lt_cv_dlopen_self=yes, lt_cv_dlopen_self=yes,
Chris@4 1951 lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
Chris@4 1952 ])
Chris@4 1953
Chris@4 1954 if test "x$lt_cv_dlopen_self" = xyes; then
Chris@4 1955 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
Chris@4 1956 AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
Chris@4 1957 lt_cv_dlopen_self_static, [dnl
Chris@4 1958 _LT_TRY_DLOPEN_SELF(
Chris@4 1959 lt_cv_dlopen_self_static=yes, lt_cv_dlopen_self_static=yes,
Chris@4 1960 lt_cv_dlopen_self_static=no, lt_cv_dlopen_self_static=cross)
Chris@4 1961 ])
Chris@4 1962 fi
Chris@4 1963
Chris@4 1964 CPPFLAGS="$save_CPPFLAGS"
Chris@4 1965 LDFLAGS="$save_LDFLAGS"
Chris@4 1966 LIBS="$save_LIBS"
Chris@4 1967 ;;
Chris@4 1968 esac
Chris@4 1969
Chris@4 1970 case $lt_cv_dlopen_self in
Chris@4 1971 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
Chris@4 1972 *) enable_dlopen_self=unknown ;;
Chris@4 1973 esac
Chris@4 1974
Chris@4 1975 case $lt_cv_dlopen_self_static in
Chris@4 1976 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
Chris@4 1977 *) enable_dlopen_self_static=unknown ;;
Chris@4 1978 esac
Chris@4 1979 fi
Chris@4 1980 _LT_DECL([dlopen_support], [enable_dlopen], [0],
Chris@4 1981 [Whether dlopen is supported])
Chris@4 1982 _LT_DECL([dlopen_self], [enable_dlopen_self], [0],
Chris@4 1983 [Whether dlopen of programs is supported])
Chris@4 1984 _LT_DECL([dlopen_self_static], [enable_dlopen_self_static], [0],
Chris@4 1985 [Whether dlopen of statically linked programs is supported])
Chris@4 1986 ])# LT_SYS_DLOPEN_SELF
Chris@4 1987
Chris@4 1988 # Old name:
Chris@4 1989 AU_ALIAS([AC_LIBTOOL_DLOPEN_SELF], [LT_SYS_DLOPEN_SELF])
Chris@4 1990 dnl aclocal-1.4 backwards compatibility:
Chris@4 1991 dnl AC_DEFUN([AC_LIBTOOL_DLOPEN_SELF], [])
Chris@4 1992
Chris@4 1993
Chris@4 1994 # _LT_COMPILER_C_O([TAGNAME])
Chris@4 1995 # ---------------------------
Chris@4 1996 # Check to see if options -c and -o are simultaneously supported by compiler.
Chris@4 1997 # This macro does not hard code the compiler like AC_PROG_CC_C_O.
Chris@4 1998 m4_defun([_LT_COMPILER_C_O],
Chris@4 1999 [m4_require([_LT_DECL_SED])dnl
Chris@4 2000 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
Chris@4 2001 m4_require([_LT_TAG_COMPILER])dnl
Chris@4 2002 AC_CACHE_CHECK([if $compiler supports -c -o file.$ac_objext],
Chris@4 2003 [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)],
Chris@4 2004 [_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=no
Chris@4 2005 $RM -r conftest 2>/dev/null
Chris@4 2006 mkdir conftest
Chris@4 2007 cd conftest
Chris@4 2008 mkdir out
Chris@4 2009 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
Chris@4 2010
Chris@4 2011 lt_compiler_flag="-o out/conftest2.$ac_objext"
Chris@4 2012 # Insert the option either (1) after the last *FLAGS variable, or
Chris@4 2013 # (2) before a word containing "conftest.", or (3) at the end.
Chris@4 2014 # Note that $ac_compile itself does not contain backslashes and begins
Chris@4 2015 # with a dollar sign (not a hyphen), so the echo should work correctly.
Chris@4 2016 lt_compile=`echo "$ac_compile" | $SED \
Chris@4 2017 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
Chris@4 2018 -e 's: [[^ ]]*conftest\.: $lt_compiler_flag&:; t' \
Chris@4 2019 -e 's:$: $lt_compiler_flag:'`
Chris@4 2020 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&AS_MESSAGE_LOG_FD)
Chris@4 2021 (eval "$lt_compile" 2>out/conftest.err)
Chris@4 2022 ac_status=$?
Chris@4 2023 cat out/conftest.err >&AS_MESSAGE_LOG_FD
Chris@4 2024 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
Chris@4 2025 if (exit $ac_status) && test -s out/conftest2.$ac_objext
Chris@4 2026 then
Chris@4 2027 # The compiler can only warn and ignore the option if not recognized
Chris@4 2028 # So say no if there are warnings
Chris@4 2029 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
Chris@4 2030 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
Chris@4 2031 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
Chris@4 2032 _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
Chris@4 2033 fi
Chris@4 2034 fi
Chris@4 2035 chmod u+w . 2>&AS_MESSAGE_LOG_FD
Chris@4 2036 $RM conftest*
Chris@4 2037 # SGI C++ compiler will create directory out/ii_files/ for
Chris@4 2038 # template instantiation
Chris@4 2039 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
Chris@4 2040 $RM out/* && rmdir out
Chris@4 2041 cd ..
Chris@4 2042 $RM -r conftest
Chris@4 2043 $RM conftest*
Chris@4 2044 ])
Chris@4 2045 _LT_TAGDECL([compiler_c_o], [lt_cv_prog_compiler_c_o], [1],
Chris@4 2046 [Does compiler simultaneously support -c and -o options?])
Chris@4 2047 ])# _LT_COMPILER_C_O
Chris@4 2048
Chris@4 2049
Chris@4 2050 # _LT_COMPILER_FILE_LOCKS([TAGNAME])
Chris@4 2051 # ----------------------------------
Chris@4 2052 # Check to see if we can do hard links to lock some files if needed
Chris@4 2053 m4_defun([_LT_COMPILER_FILE_LOCKS],
Chris@4 2054 [m4_require([_LT_ENABLE_LOCK])dnl
Chris@4 2055 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
Chris@4 2056 _LT_COMPILER_C_O([$1])
Chris@4 2057
Chris@4 2058 hard_links="nottested"
Chris@4 2059 if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
Chris@4 2060 # do not overwrite the value of need_locks provided by the user
Chris@4 2061 AC_MSG_CHECKING([if we can lock with hard links])
Chris@4 2062 hard_links=yes
Chris@4 2063 $RM conftest*
Chris@4 2064 ln conftest.a conftest.b 2>/dev/null && hard_links=no
Chris@4 2065 touch conftest.a
Chris@4 2066 ln conftest.a conftest.b 2>&5 || hard_links=no
Chris@4 2067 ln conftest.a conftest.b 2>/dev/null && hard_links=no
Chris@4 2068 AC_MSG_RESULT([$hard_links])
Chris@4 2069 if test "$hard_links" = no; then
Chris@4 2070 AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
Chris@4 2071 need_locks=warn
Chris@4 2072 fi
Chris@4 2073 else
Chris@4 2074 need_locks=no
Chris@4 2075 fi
Chris@4 2076 _LT_DECL([], [need_locks], [1], [Must we lock files when doing compilation?])
Chris@4 2077 ])# _LT_COMPILER_FILE_LOCKS
Chris@4 2078
Chris@4 2079
Chris@4 2080 # _LT_CHECK_OBJDIR
Chris@4 2081 # ----------------
Chris@4 2082 m4_defun([_LT_CHECK_OBJDIR],
Chris@4 2083 [AC_CACHE_CHECK([for objdir], [lt_cv_objdir],
Chris@4 2084 [rm -f .libs 2>/dev/null
Chris@4 2085 mkdir .libs 2>/dev/null
Chris@4 2086 if test -d .libs; then
Chris@4 2087 lt_cv_objdir=.libs
Chris@4 2088 else
Chris@4 2089 # MS-DOS does not allow filenames that begin with a dot.
Chris@4 2090 lt_cv_objdir=_libs
Chris@4 2091 fi
Chris@4 2092 rmdir .libs 2>/dev/null])
Chris@4 2093 objdir=$lt_cv_objdir
Chris@4 2094 _LT_DECL([], [objdir], [0],
Chris@4 2095 [The name of the directory that contains temporary libtool files])dnl
Chris@4 2096 m4_pattern_allow([LT_OBJDIR])dnl
Chris@4 2097 AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/",
Chris@4 2098 [Define to the sub-directory in which libtool stores uninstalled libraries.])
Chris@4 2099 ])# _LT_CHECK_OBJDIR
Chris@4 2100
Chris@4 2101
Chris@4 2102 # _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
Chris@4 2103 # --------------------------------------
Chris@4 2104 # Check hardcoding attributes.
Chris@4 2105 m4_defun([_LT_LINKER_HARDCODE_LIBPATH],
Chris@4 2106 [AC_MSG_CHECKING([how to hardcode library paths into programs])
Chris@4 2107 _LT_TAGVAR(hardcode_action, $1)=
Chris@4 2108 if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" ||
Chris@4 2109 test -n "$_LT_TAGVAR(runpath_var, $1)" ||
Chris@4 2110 test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
Chris@4 2111
Chris@4 2112 # We can hardcode non-existent directories.
Chris@4 2113 if test "$_LT_TAGVAR(hardcode_direct, $1)" != no &&
Chris@4 2114 # If the only mechanism to avoid hardcoding is shlibpath_var, we
Chris@4 2115 # have to relink, otherwise we might link with an installed library
Chris@4 2116 # when we should be linking with a yet-to-be-installed one
Chris@4 2117 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
Chris@4 2118 test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then
Chris@4 2119 # Linking always hardcodes the temporary library directory.
Chris@4 2120 _LT_TAGVAR(hardcode_action, $1)=relink
Chris@4 2121 else
Chris@4 2122 # We can link without hardcoding, and we can hardcode nonexisting dirs.
Chris@4 2123 _LT_TAGVAR(hardcode_action, $1)=immediate
Chris@4 2124 fi
Chris@4 2125 else
Chris@4 2126 # We cannot hardcode anything, or else we can only hardcode existing
Chris@4 2127 # directories.
Chris@4 2128 _LT_TAGVAR(hardcode_action, $1)=unsupported
Chris@4 2129 fi
Chris@4 2130 AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)])
Chris@4 2131
Chris@4 2132 if test "$_LT_TAGVAR(hardcode_action, $1)" = relink ||
Chris@4 2133 test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then
Chris@4 2134 # Fast installation is not supported
Chris@4 2135 enable_fast_install=no
Chris@4 2136 elif test "$shlibpath_overrides_runpath" = yes ||
Chris@4 2137 test "$enable_shared" = no; then
Chris@4 2138 # Fast installation is not necessary
Chris@4 2139 enable_fast_install=needless
Chris@4 2140 fi
Chris@4 2141 _LT_TAGDECL([], [hardcode_action], [0],
Chris@4 2142 [How to hardcode a shared library path into an executable])
Chris@4 2143 ])# _LT_LINKER_HARDCODE_LIBPATH
Chris@4 2144
Chris@4 2145
Chris@4 2146 # _LT_CMD_STRIPLIB
Chris@4 2147 # ----------------
Chris@4 2148 m4_defun([_LT_CMD_STRIPLIB],
Chris@4 2149 [m4_require([_LT_DECL_EGREP])
Chris@4 2150 striplib=
Chris@4 2151 old_striplib=
Chris@4 2152 AC_MSG_CHECKING([whether stripping libraries is possible])
Chris@4 2153 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
Chris@4 2154 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
Chris@4 2155 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
Chris@4 2156 AC_MSG_RESULT([yes])
Chris@4 2157 else
Chris@4 2158 # FIXME - insert some real tests, host_os isn't really good enough
Chris@4 2159 case $host_os in
Chris@4 2160 darwin*)
Chris@4 2161 if test -n "$STRIP" ; then
Chris@4 2162 striplib="$STRIP -x"
Chris@4 2163 old_striplib="$STRIP -S"
Chris@4 2164 AC_MSG_RESULT([yes])
Chris@4 2165 else
Chris@4 2166 AC_MSG_RESULT([no])
Chris@4 2167 fi
Chris@4 2168 ;;
Chris@4 2169 *)
Chris@4 2170 AC_MSG_RESULT([no])
Chris@4 2171 ;;
Chris@4 2172 esac
Chris@4 2173 fi
Chris@4 2174 _LT_DECL([], [old_striplib], [1], [Commands to strip libraries])
Chris@4 2175 _LT_DECL([], [striplib], [1])
Chris@4 2176 ])# _LT_CMD_STRIPLIB
Chris@4 2177
Chris@4 2178
Chris@4 2179 # _LT_SYS_DYNAMIC_LINKER([TAG])
Chris@4 2180 # -----------------------------
Chris@4 2181 # PORTME Fill in your ld.so characteristics
Chris@4 2182 m4_defun([_LT_SYS_DYNAMIC_LINKER],
Chris@4 2183 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
Chris@4 2184 m4_require([_LT_DECL_EGREP])dnl
Chris@4 2185 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
Chris@4 2186 m4_require([_LT_DECL_OBJDUMP])dnl
Chris@4 2187 m4_require([_LT_DECL_SED])dnl
Chris@4 2188 m4_require([_LT_CHECK_SHELL_FEATURES])dnl
Chris@4 2189 AC_MSG_CHECKING([dynamic linker characteristics])
Chris@4 2190 m4_if([$1],
Chris@4 2191 [], [
Chris@4 2192 if test "$GCC" = yes; then
Chris@4 2193 case $host_os in
Chris@4 2194 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
Chris@4 2195 *) lt_awk_arg="/^libraries:/" ;;
Chris@4 2196 esac
Chris@4 2197 case $host_os in
Chris@4 2198 mingw* | cegcc*) lt_sed_strip_eq="s,=\([[A-Za-z]]:\),\1,g" ;;
Chris@4 2199 *) lt_sed_strip_eq="s,=/,/,g" ;;
Chris@4 2200 esac
Chris@4 2201 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
Chris@4 2202 case $lt_search_path_spec in
Chris@4 2203 *\;*)
Chris@4 2204 # if the path contains ";" then we assume it to be the separator
Chris@4 2205 # otherwise default to the standard path separator (i.e. ":") - it is
Chris@4 2206 # assumed that no part of a normal pathname contains ";" but that should
Chris@4 2207 # okay in the real world where ";" in dirpaths is itself problematic.
Chris@4 2208 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
Chris@4 2209 ;;
Chris@4 2210 *)
Chris@4 2211 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
Chris@4 2212 ;;
Chris@4 2213 esac
Chris@4 2214 # Ok, now we have the path, separated by spaces, we can step through it
Chris@4 2215 # and add multilib dir if necessary.
Chris@4 2216 lt_tmp_lt_search_path_spec=
Chris@4 2217 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
Chris@4 2218 for lt_sys_path in $lt_search_path_spec; do
Chris@4 2219 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
Chris@4 2220 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
Chris@4 2221 else
Chris@4 2222 test -d "$lt_sys_path" && \
Chris@4 2223 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
Chris@4 2224 fi
Chris@4 2225 done
Chris@4 2226 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
Chris@4 2227 BEGIN {RS=" "; FS="/|\n";} {
Chris@4 2228 lt_foo="";
Chris@4 2229 lt_count=0;
Chris@4 2230 for (lt_i = NF; lt_i > 0; lt_i--) {
Chris@4 2231 if ($lt_i != "" && $lt_i != ".") {
Chris@4 2232 if ($lt_i == "..") {
Chris@4 2233 lt_count++;
Chris@4 2234 } else {
Chris@4 2235 if (lt_count == 0) {
Chris@4 2236 lt_foo="/" $lt_i lt_foo;
Chris@4 2237 } else {
Chris@4 2238 lt_count--;
Chris@4 2239 }
Chris@4 2240 }
Chris@4 2241 }
Chris@4 2242 }
Chris@4 2243 if (lt_foo != "") { lt_freq[[lt_foo]]++; }
Chris@4 2244 if (lt_freq[[lt_foo]] == 1) { print lt_foo; }
Chris@4 2245 }'`
Chris@4 2246 # AWK program above erroneously prepends '/' to C:/dos/paths
Chris@4 2247 # for these hosts.
Chris@4 2248 case $host_os in
Chris@4 2249 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
Chris@4 2250 $SED 's,/\([[A-Za-z]]:\),\1,g'` ;;
Chris@4 2251 esac
Chris@4 2252 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
Chris@4 2253 else
Chris@4 2254 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
Chris@4 2255 fi])
Chris@4 2256 library_names_spec=
Chris@4 2257 libname_spec='lib$name'
Chris@4 2258 soname_spec=
Chris@4 2259 shrext_cmds=".so"
Chris@4 2260 postinstall_cmds=
Chris@4 2261 postuninstall_cmds=
Chris@4 2262 finish_cmds=
Chris@4 2263 finish_eval=
Chris@4 2264 shlibpath_var=
Chris@4 2265 shlibpath_overrides_runpath=unknown
Chris@4 2266 version_type=none
Chris@4 2267 dynamic_linker="$host_os ld.so"
Chris@4 2268 sys_lib_dlsearch_path_spec="/lib /usr/lib"
Chris@4 2269 need_lib_prefix=unknown
Chris@4 2270 hardcode_into_libs=no
Chris@4 2271
Chris@4 2272 # when you set need_version to no, make sure it does not cause -set_version
Chris@4 2273 # flags to be left without arguments
Chris@4 2274 need_version=unknown
Chris@4 2275
Chris@4 2276 case $host_os in
Chris@4 2277 aix3*)
Chris@55 2278 version_type=linux # correct to gnu/linux during the next big refactor
Chris@4 2279 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
Chris@4 2280 shlibpath_var=LIBPATH
Chris@4 2281
Chris@4 2282 # AIX 3 has no versioning support, so we append a major version to the name.
Chris@4 2283 soname_spec='${libname}${release}${shared_ext}$major'
Chris@4 2284 ;;
Chris@4 2285
Chris@4 2286 aix[[4-9]]*)
Chris@55 2287 version_type=linux # correct to gnu/linux during the next big refactor
Chris@4 2288 need_lib_prefix=no
Chris@4 2289 need_version=no
Chris@4 2290 hardcode_into_libs=yes
Chris@4 2291 if test "$host_cpu" = ia64; then
Chris@4 2292 # AIX 5 supports IA64
Chris@4 2293 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
Chris@4 2294 shlibpath_var=LD_LIBRARY_PATH
Chris@4 2295 else
Chris@4 2296 # With GCC up to 2.95.x, collect2 would create an import file
Chris@4 2297 # for dependence libraries. The import file would start with
Chris@4 2298 # the line `#! .'. This would cause the generated library to
Chris@4 2299 # depend on `.', always an invalid library. This was fixed in
Chris@4 2300 # development snapshots of GCC prior to 3.0.
Chris@4 2301 case $host_os in
Chris@4 2302 aix4 | aix4.[[01]] | aix4.[[01]].*)
Chris@4 2303 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
Chris@4 2304 echo ' yes '
Chris@4 2305 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
Chris@4 2306 :
Chris@4 2307 else
Chris@4 2308 can_build_shared=no
Chris@4 2309 fi
Chris@4 2310 ;;
Chris@4 2311 esac
Chris@4 2312 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
Chris@4 2313 # soname into executable. Probably we can add versioning support to
Chris@4 2314 # collect2, so additional links can be useful in future.
Chris@4 2315 if test "$aix_use_runtimelinking" = yes; then
Chris@4 2316 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
Chris@4 2317 # instead of lib<name>.a to let people know that these are not
Chris@4 2318 # typical AIX shared libraries.
Chris@4 2319 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
Chris@4 2320 else
Chris@4 2321 # We preserve .a as extension for shared libraries through AIX4.2
Chris@4 2322 # and later when we are not doing run time linking.
Chris@4 2323 library_names_spec='${libname}${release}.a $libname.a'
Chris@4 2324 soname_spec='${libname}${release}${shared_ext}$major'
Chris@4 2325 fi
Chris@4 2326 shlibpath_var=LIBPATH
Chris@4 2327 fi
Chris@4 2328 ;;
Chris@4 2329
Chris@4 2330 amigaos*)
Chris@4 2331 case $host_cpu in
Chris@4 2332 powerpc)
Chris@4 2333 # Since July 2007 AmigaOS4 officially supports .so libraries.
Chris@4 2334 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
Chris@4 2335 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
Chris@4 2336 ;;
Chris@4 2337 m68k)
Chris@4 2338 library_names_spec='$libname.ixlibrary $libname.a'
Chris@4 2339 # Create ${libname}_ixlibrary.a entries in /sys/libs.
Chris@4 2340 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
Chris@4 2341 ;;
Chris@4 2342 esac
Chris@4 2343 ;;
Chris@4 2344
Chris@4 2345 beos*)
Chris@4 2346 library_names_spec='${libname}${shared_ext}'
Chris@4 2347 dynamic_linker="$host_os ld.so"
Chris@4 2348 shlibpath_var=LIBRARY_PATH
Chris@4 2349 ;;
Chris@4 2350
Chris@4 2351 bsdi[[45]]*)
Chris@55 2352 version_type=linux # correct to gnu/linux during the next big refactor
Chris@4 2353 need_version=no
Chris@4 2354 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
Chris@4 2355 soname_spec='${libname}${release}${shared_ext}$major'
Chris@4 2356 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
Chris@4 2357 shlibpath_var=LD_LIBRARY_PATH
Chris@4 2358 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
Chris@4 2359 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
Chris@4 2360 # the default ld.so.conf also contains /usr/contrib/lib and
Chris@4 2361 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
Chris@4 2362 # libtool to hard-code these into programs
Chris@4 2363 ;;
Chris@4 2364
Chris@4 2365 cygwin* | mingw* | pw32* | cegcc*)
Chris@4 2366 version_type=windows
Chris@4 2367 shrext_cmds=".dll"
Chris@4 2368 need_version=no
Chris@4 2369 need_lib_prefix=no
Chris@4 2370
Chris@4 2371 case $GCC,$cc_basename in
Chris@4 2372 yes,*)
Chris@4 2373 # gcc
Chris@4 2374 library_names_spec='$libname.dll.a'
Chris@4 2375 # DLL is installed to $(libdir)/../bin by postinstall_cmds
Chris@4 2376 postinstall_cmds='base_file=`basename \${file}`~
Chris@4 2377 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
Chris@4 2378 dldir=$destdir/`dirname \$dlpath`~
Chris@4 2379 test -d \$dldir || mkdir -p \$dldir~
Chris@4 2380 $install_prog $dir/$dlname \$dldir/$dlname~
Chris@4 2381 chmod a+x \$dldir/$dlname~
Chris@4 2382 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
Chris@4 2383 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
Chris@4 2384 fi'
Chris@4 2385 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
Chris@4 2386 dlpath=$dir/\$dldll~
Chris@4 2387 $RM \$dlpath'
Chris@4 2388 shlibpath_overrides_runpath=yes
Chris@4 2389
Chris@4 2390 case $host_os in
Chris@4 2391 cygwin*)
Chris@4 2392 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
Chris@4 2393 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
Chris@4 2394 m4_if([$1], [],[
Chris@4 2395 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"])
Chris@4 2396 ;;
Chris@4 2397 mingw* | cegcc*)
Chris@4 2398 # MinGW DLLs use traditional 'lib' prefix
Chris@4 2399 soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
Chris@4 2400 ;;
Chris@4 2401 pw32*)
Chris@4 2402 # pw32 DLLs use 'pw' prefix rather than 'lib'
Chris@4 2403 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
Chris@4 2404 ;;
Chris@4 2405 esac
Chris@4 2406 dynamic_linker='Win32 ld.exe'
Chris@4 2407 ;;
Chris@4 2408
Chris@4 2409 *,cl*)
Chris@4 2410 # Native MSVC
Chris@4 2411 libname_spec='$name'
Chris@4 2412 soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
Chris@4 2413 library_names_spec='${libname}.dll.lib'
Chris@4 2414
Chris@4 2415 case $build_os in
Chris@4 2416 mingw*)
Chris@4 2417 sys_lib_search_path_spec=
Chris@4 2418 lt_save_ifs=$IFS
Chris@4 2419 IFS=';'
Chris@4 2420 for lt_path in $LIB
Chris@4 2421 do
Chris@4 2422 IFS=$lt_save_ifs
Chris@4 2423 # Let DOS variable expansion print the short 8.3 style file name.
Chris@4 2424 lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
Chris@4 2425 sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
Chris@4 2426 done
Chris@4 2427 IFS=$lt_save_ifs
Chris@4 2428 # Convert to MSYS style.
Chris@4 2429 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
Chris@4 2430 ;;
Chris@4 2431 cygwin*)
Chris@4 2432 # Convert to unix form, then to dos form, then back to unix form
Chris@4 2433 # but this time dos style (no spaces!) so that the unix form looks
Chris@4 2434 # like /cygdrive/c/PROGRA~1:/cygdr...
Chris@4 2435 sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
Chris@4 2436 sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
Chris@4 2437 sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
Chris@4 2438 ;;
Chris@4 2439 *)
Chris@4 2440 sys_lib_search_path_spec="$LIB"
Chris@4 2441 if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then
Chris@4 2442 # It is most probably a Windows format PATH.
Chris@4 2443 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
Chris@4 2444 else
Chris@4 2445 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
Chris@4 2446 fi
Chris@4 2447 # FIXME: find the short name or the path components, as spaces are
Chris@4 2448 # common. (e.g. "Program Files" -> "PROGRA~1")
Chris@4 2449 ;;
Chris@4 2450 esac
Chris@4 2451
Chris@4 2452 # DLL is installed to $(libdir)/../bin by postinstall_cmds
Chris@4 2453 postinstall_cmds='base_file=`basename \${file}`~
Chris@4 2454 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
Chris@4 2455 dldir=$destdir/`dirname \$dlpath`~
Chris@4 2456 test -d \$dldir || mkdir -p \$dldir~
Chris@4 2457 $install_prog $dir/$dlname \$dldir/$dlname'
Chris@4 2458 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
Chris@4 2459 dlpath=$dir/\$dldll~
Chris@4 2460 $RM \$dlpath'
Chris@4 2461 shlibpath_overrides_runpath=yes
Chris@4 2462 dynamic_linker='Win32 link.exe'
Chris@4 2463 ;;
Chris@4 2464
Chris@4 2465 *)
Chris@4 2466 # Assume MSVC wrapper
Chris@4 2467 library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
Chris@4 2468 dynamic_linker='Win32 ld.exe'
Chris@4 2469 ;;
Chris@4 2470 esac
Chris@4 2471 # FIXME: first we should search . and the directory the executable is in
Chris@4 2472 shlibpath_var=PATH
Chris@4 2473 ;;
Chris@4 2474
Chris@4 2475 darwin* | rhapsody*)
Chris@4 2476 dynamic_linker="$host_os dyld"
Chris@4 2477 version_type=darwin
Chris@4 2478 need_lib_prefix=no
Chris@4 2479 need_version=no
Chris@4 2480 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
Chris@4 2481 soname_spec='${libname}${release}${major}$shared_ext'
Chris@4 2482 shlibpath_overrides_runpath=yes
Chris@4 2483 shlibpath_var=DYLD_LIBRARY_PATH
Chris@4 2484 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
Chris@4 2485 m4_if([$1], [],[
Chris@4 2486 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"])
Chris@4 2487 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
Chris@4 2488 ;;
Chris@4 2489
Chris@4 2490 dgux*)
Chris@55 2491 version_type=linux # correct to gnu/linux during the next big refactor
Chris@4 2492 need_lib_prefix=no
Chris@4 2493 need_version=no
Chris@4 2494 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
Chris@4 2495 soname_spec='${libname}${release}${shared_ext}$major'
Chris@4 2496 shlibpath_var=LD_LIBRARY_PATH
Chris@4 2497 ;;
Chris@4 2498
Chris@4 2499 freebsd* | dragonfly*)
Chris@4 2500 # DragonFly does not have aout. When/if they implement a new
Chris@4 2501 # versioning mechanism, adjust this.
Chris@4 2502 if test -x /usr/bin/objformat; then
Chris@4 2503 objformat=`/usr/bin/objformat`
Chris@4 2504 else
Chris@4 2505 case $host_os in
Chris@55 2506 freebsd[[23]].*) objformat=aout ;;
Chris@4 2507 *) objformat=elf ;;
Chris@4 2508 esac
Chris@4 2509 fi
Chris@4 2510 version_type=freebsd-$objformat
Chris@4 2511 case $version_type in
Chris@4 2512 freebsd-elf*)
Chris@4 2513 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
Chris@4 2514 need_version=no
Chris@4 2515 need_lib_prefix=no
Chris@4 2516 ;;
Chris@4 2517 freebsd-*)
Chris@4 2518 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
Chris@4 2519 need_version=yes
Chris@4 2520 ;;
Chris@4 2521 esac
Chris@4 2522 shlibpath_var=LD_LIBRARY_PATH
Chris@4 2523 case $host_os in
Chris@55 2524 freebsd2.*)
Chris@4 2525 shlibpath_overrides_runpath=yes
Chris@4 2526 ;;
Chris@4 2527 freebsd3.[[01]]* | freebsdelf3.[[01]]*)
Chris@4 2528 shlibpath_overrides_runpath=yes
Chris@4 2529 hardcode_into_libs=yes
Chris@4 2530 ;;
Chris@4 2531 freebsd3.[[2-9]]* | freebsdelf3.[[2-9]]* | \
Chris@4 2532 freebsd4.[[0-5]] | freebsdelf4.[[0-5]] | freebsd4.1.1 | freebsdelf4.1.1)
Chris@4 2533 shlibpath_overrides_runpath=no
Chris@4 2534 hardcode_into_libs=yes
Chris@4 2535 ;;
Chris@4 2536 *) # from 4.6 on, and DragonFly
Chris@4 2537 shlibpath_overrides_runpath=yes
Chris@4 2538 hardcode_into_libs=yes
Chris@4 2539 ;;
Chris@4 2540 esac
Chris@4 2541 ;;
Chris@4 2542
Chris@4 2543 haiku*)
Chris@55 2544 version_type=linux # correct to gnu/linux during the next big refactor
Chris@4 2545 need_lib_prefix=no
Chris@4 2546 need_version=no
Chris@4 2547 dynamic_linker="$host_os runtime_loader"
Chris@4 2548 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
Chris@4 2549 soname_spec='${libname}${release}${shared_ext}$major'
Chris@4 2550 shlibpath_var=LIBRARY_PATH
Chris@4 2551 shlibpath_overrides_runpath=yes
Chris@4 2552 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
Chris@4 2553 hardcode_into_libs=yes
Chris@4 2554 ;;
Chris@4 2555
Chris@4 2556 hpux9* | hpux10* | hpux11*)
Chris@4 2557 # Give a soname corresponding to the major version so that dld.sl refuses to
Chris@4 2558 # link against other versions.
Chris@4 2559 version_type=sunos
Chris@4 2560 need_lib_prefix=no
Chris@4 2561 need_version=no
Chris@4 2562 case $host_cpu in
Chris@4 2563 ia64*)
Chris@4 2564 shrext_cmds='.so'
Chris@4 2565 hardcode_into_libs=yes
Chris@4 2566 dynamic_linker="$host_os dld.so"
Chris@4 2567 shlibpath_var=LD_LIBRARY_PATH
Chris@4 2568 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
Chris@4 2569 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
Chris@4 2570 soname_spec='${libname}${release}${shared_ext}$major'
Chris@4 2571 if test "X$HPUX_IA64_MODE" = X32; then
Chris@4 2572 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
Chris@4 2573 else
Chris@4 2574 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
Chris@4 2575 fi
Chris@4 2576 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
Chris@4 2577 ;;
Chris@4 2578 hppa*64*)
Chris@4 2579 shrext_cmds='.sl'
Chris@4 2580 hardcode_into_libs=yes
Chris@4 2581 dynamic_linker="$host_os dld.sl"
Chris@4 2582 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
Chris@4 2583 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
Chris@4 2584 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
Chris@4 2585 soname_spec='${libname}${release}${shared_ext}$major'
Chris@4 2586 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
Chris@4 2587 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
Chris@4 2588 ;;
Chris@4 2589 *)
Chris@4 2590 shrext_cmds='.sl'
Chris@4 2591 dynamic_linker="$host_os dld.sl"
Chris@4 2592 shlibpath_var=SHLIB_PATH
Chris@4 2593 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
Chris@4 2594 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
Chris@4 2595 soname_spec='${libname}${release}${shared_ext}$major'
Chris@4 2596 ;;
Chris@4 2597 esac
Chris@4 2598 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
Chris@4 2599 postinstall_cmds='chmod 555 $lib'
Chris@4 2600 # or fails outright, so override atomically:
Chris@4 2601 install_override_mode=555
Chris@4 2602 ;;
Chris@4 2603
Chris@4 2604 interix[[3-9]]*)
Chris@55 2605 version_type=linux # correct to gnu/linux during the next big refactor
Chris@4 2606 need_lib_prefix=no
Chris@4 2607 need_version=no
Chris@4 2608 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
Chris@4 2609 soname_spec='${libname}${release}${shared_ext}$major'
Chris@4 2610 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
Chris@4 2611 shlibpath_var=LD_LIBRARY_PATH
Chris@4 2612 shlibpath_overrides_runpath=no
Chris@4 2613 hardcode_into_libs=yes
Chris@4 2614 ;;
Chris@4 2615
Chris@4 2616 irix5* | irix6* | nonstopux*)
Chris@4 2617 case $host_os in
Chris@4 2618 nonstopux*) version_type=nonstopux ;;
Chris@4 2619 *)
Chris@4 2620 if test "$lt_cv_prog_gnu_ld" = yes; then
Chris@55 2621 version_type=linux # correct to gnu/linux during the next big refactor
Chris@4 2622 else
Chris@4 2623 version_type=irix
Chris@4 2624 fi ;;
Chris@4 2625 esac
Chris@4 2626 need_lib_prefix=no
Chris@4 2627 need_version=no
Chris@4 2628 soname_spec='${libname}${release}${shared_ext}$major'
Chris@4 2629 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
Chris@4 2630 case $host_os in
Chris@4 2631 irix5* | nonstopux*)
Chris@4 2632 libsuff= shlibsuff=
Chris@4 2633 ;;
Chris@4 2634 *)
Chris@4 2635 case $LD in # libtool.m4 will add one of these switches to LD
Chris@4 2636 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
Chris@4 2637 libsuff= shlibsuff= libmagic=32-bit;;
Chris@4 2638 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
Chris@4 2639 libsuff=32 shlibsuff=N32 libmagic=N32;;
Chris@4 2640 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
Chris@4 2641 libsuff=64 shlibsuff=64 libmagic=64-bit;;
Chris@4 2642 *) libsuff= shlibsuff= libmagic=never-match;;
Chris@4 2643 esac
Chris@4 2644 ;;
Chris@4 2645 esac
Chris@4 2646 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
Chris@4 2647 shlibpath_overrides_runpath=no
Chris@4 2648 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
Chris@4 2649 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
Chris@4 2650 hardcode_into_libs=yes
Chris@4 2651 ;;
Chris@4 2652
Chris@4 2653 # No shared lib support for Linux oldld, aout, or coff.
Chris@4 2654 linux*oldld* | linux*aout* | linux*coff*)
Chris@4 2655 dynamic_linker=no
Chris@4 2656 ;;
Chris@4 2657
Chris@55 2658 # This must be glibc/ELF.
Chris@55 2659 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
Chris@55 2660 version_type=linux # correct to gnu/linux during the next big refactor
Chris@4 2661 need_lib_prefix=no
Chris@4 2662 need_version=no
Chris@4 2663 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
Chris@4 2664 soname_spec='${libname}${release}${shared_ext}$major'
Chris@4 2665 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
Chris@4 2666 shlibpath_var=LD_LIBRARY_PATH
Chris@4 2667 shlibpath_overrides_runpath=no
Chris@4 2668
Chris@4 2669 # Some binutils ld are patched to set DT_RUNPATH
Chris@4 2670 AC_CACHE_VAL([lt_cv_shlibpath_overrides_runpath],
Chris@4 2671 [lt_cv_shlibpath_overrides_runpath=no
Chris@4 2672 save_LDFLAGS=$LDFLAGS
Chris@4 2673 save_libdir=$libdir
Chris@4 2674 eval "libdir=/foo; wl=\"$_LT_TAGVAR(lt_prog_compiler_wl, $1)\"; \
Chris@4 2675 LDFLAGS=\"\$LDFLAGS $_LT_TAGVAR(hardcode_libdir_flag_spec, $1)\""
Chris@4 2676 AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
Chris@4 2677 [AS_IF([ ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null],
Chris@4 2678 [lt_cv_shlibpath_overrides_runpath=yes])])
Chris@4 2679 LDFLAGS=$save_LDFLAGS
Chris@4 2680 libdir=$save_libdir
Chris@4 2681 ])
Chris@4 2682 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
Chris@4 2683
Chris@4 2684 # This implies no fast_install, which is unacceptable.
Chris@4 2685 # Some rework will be needed to allow for fast_install
Chris@4 2686 # before this can be enabled.
Chris@4 2687 hardcode_into_libs=yes
Chris@4 2688
Chris@4 2689 # Append ld.so.conf contents to the search path
Chris@4 2690 if test -f /etc/ld.so.conf; then
Chris@4 2691 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' ' '`
Chris@4 2692 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
Chris@4 2693 fi
Chris@4 2694
Chris@4 2695 # We used to test for /lib/ld.so.1 and disable shared libraries on
Chris@4 2696 # powerpc, because MkLinux only supported shared libraries with the
Chris@4 2697 # GNU dynamic linker. Since this was broken with cross compilers,
Chris@4 2698 # most powerpc-linux boxes support dynamic linking these days and
Chris@4 2699 # people can always --disable-shared, the test was removed, and we
Chris@4 2700 # assume the GNU/Linux dynamic linker is in use.
Chris@4 2701 dynamic_linker='GNU/Linux ld.so'
Chris@4 2702 ;;
Chris@4 2703
Chris@4 2704 netbsdelf*-gnu)
Chris@4 2705 version_type=linux
Chris@4 2706 need_lib_prefix=no
Chris@4 2707 need_version=no
Chris@4 2708 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
Chris@4 2709 soname_spec='${libname}${release}${shared_ext}$major'
Chris@4 2710 shlibpath_var=LD_LIBRARY_PATH
Chris@4 2711 shlibpath_overrides_runpath=no
Chris@4 2712 hardcode_into_libs=yes
Chris@4 2713 dynamic_linker='NetBSD ld.elf_so'
Chris@4 2714 ;;
Chris@4 2715
Chris@4 2716 netbsd*)
Chris@4 2717 version_type=sunos
Chris@4 2718 need_lib_prefix=no
Chris@4 2719 need_version=no
Chris@4 2720 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
Chris@4 2721 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
Chris@4 2722 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
Chris@4 2723 dynamic_linker='NetBSD (a.out) ld.so'
Chris@4 2724 else
Chris@4 2725 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
Chris@4 2726 soname_spec='${libname}${release}${shared_ext}$major'
Chris@4 2727 dynamic_linker='NetBSD ld.elf_so'
Chris@4 2728 fi
Chris@4 2729 shlibpath_var=LD_LIBRARY_PATH
Chris@4 2730 shlibpath_overrides_runpath=yes
Chris@4 2731 hardcode_into_libs=yes
Chris@4 2732 ;;
Chris@4 2733
Chris@4 2734 newsos6)
Chris@55 2735 version_type=linux # correct to gnu/linux during the next big refactor
Chris@4 2736 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
Chris@4 2737 shlibpath_var=LD_LIBRARY_PATH
Chris@4 2738 shlibpath_overrides_runpath=yes
Chris@4 2739 ;;
Chris@4 2740
Chris@4 2741 *nto* | *qnx*)
Chris@4 2742 version_type=qnx
Chris@4 2743 need_lib_prefix=no
Chris@4 2744 need_version=no
Chris@4 2745 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
Chris@4 2746 soname_spec='${libname}${release}${shared_ext}$major'
Chris@4 2747 shlibpath_var=LD_LIBRARY_PATH
Chris@4 2748 shlibpath_overrides_runpath=no
Chris@4 2749 hardcode_into_libs=yes
Chris@4 2750 dynamic_linker='ldqnx.so'
Chris@4 2751 ;;
Chris@4 2752
Chris@4 2753 openbsd*)
Chris@4 2754 version_type=sunos
Chris@4 2755 sys_lib_dlsearch_path_spec="/usr/lib"
Chris@4 2756 need_lib_prefix=no
Chris@4 2757 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
Chris@4 2758 case $host_os in
Chris@4 2759 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
Chris@4 2760 *) need_version=no ;;
Chris@4 2761 esac
Chris@4 2762 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
Chris@4 2763 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
Chris@4 2764 shlibpath_var=LD_LIBRARY_PATH
Chris@4 2765 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
Chris@4 2766 case $host_os in
Chris@4 2767 openbsd2.[[89]] | openbsd2.[[89]].*)
Chris@4 2768 shlibpath_overrides_runpath=no
Chris@4 2769 ;;
Chris@4 2770 *)
Chris@4 2771 shlibpath_overrides_runpath=yes
Chris@4 2772 ;;
Chris@4 2773 esac
Chris@4 2774 else
Chris@4 2775 shlibpath_overrides_runpath=yes
Chris@4 2776 fi
Chris@4 2777 ;;
Chris@4 2778
Chris@4 2779 os2*)
Chris@4 2780 libname_spec='$name'
Chris@4 2781 shrext_cmds=".dll"
Chris@4 2782 need_lib_prefix=no
Chris@4 2783 library_names_spec='$libname${shared_ext} $libname.a'
Chris@4 2784 dynamic_linker='OS/2 ld.exe'
Chris@4 2785 shlibpath_var=LIBPATH
Chris@4 2786 ;;
Chris@4 2787
Chris@4 2788 osf3* | osf4* | osf5*)
Chris@4 2789 version_type=osf
Chris@4 2790 need_lib_prefix=no
Chris@4 2791 need_version=no
Chris@4 2792 soname_spec='${libname}${release}${shared_ext}$major'
Chris@4 2793 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
Chris@4 2794 shlibpath_var=LD_LIBRARY_PATH
Chris@4 2795 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
Chris@4 2796 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
Chris@4 2797 ;;
Chris@4 2798
Chris@4 2799 rdos*)
Chris@4 2800 dynamic_linker=no
Chris@4 2801 ;;
Chris@4 2802
Chris@4 2803 solaris*)
Chris@55 2804 version_type=linux # correct to gnu/linux during the next big refactor
Chris@4 2805 need_lib_prefix=no
Chris@4 2806 need_version=no
Chris@4 2807 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
Chris@4 2808 soname_spec='${libname}${release}${shared_ext}$major'
Chris@4 2809 shlibpath_var=LD_LIBRARY_PATH
Chris@4 2810 shlibpath_overrides_runpath=yes
Chris@4 2811 hardcode_into_libs=yes
Chris@4 2812 # ldd complains unless libraries are executable
Chris@4 2813 postinstall_cmds='chmod +x $lib'
Chris@4 2814 ;;
Chris@4 2815
Chris@4 2816 sunos4*)
Chris@4 2817 version_type=sunos
Chris@4 2818 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
Chris@4 2819 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
Chris@4 2820 shlibpath_var=LD_LIBRARY_PATH
Chris@4 2821 shlibpath_overrides_runpath=yes
Chris@4 2822 if test "$with_gnu_ld" = yes; then
Chris@4 2823 need_lib_prefix=no
Chris@4 2824 fi
Chris@4 2825 need_version=yes
Chris@4 2826 ;;
Chris@4 2827
Chris@4 2828 sysv4 | sysv4.3*)
Chris@55 2829 version_type=linux # correct to gnu/linux during the next big refactor
Chris@4 2830 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
Chris@4 2831 soname_spec='${libname}${release}${shared_ext}$major'
Chris@4 2832 shlibpath_var=LD_LIBRARY_PATH
Chris@4 2833 case $host_vendor in
Chris@4 2834 sni)
Chris@4 2835 shlibpath_overrides_runpath=no
Chris@4 2836 need_lib_prefix=no
Chris@4 2837 runpath_var=LD_RUN_PATH
Chris@4 2838 ;;
Chris@4 2839 siemens)
Chris@4 2840 need_lib_prefix=no
Chris@4 2841 ;;
Chris@4 2842 motorola)
Chris@4 2843 need_lib_prefix=no
Chris@4 2844 need_version=no
Chris@4 2845 shlibpath_overrides_runpath=no
Chris@4 2846 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
Chris@4 2847 ;;
Chris@4 2848 esac
Chris@4 2849 ;;
Chris@4 2850
Chris@4 2851 sysv4*MP*)
Chris@4 2852 if test -d /usr/nec ;then
Chris@55 2853 version_type=linux # correct to gnu/linux during the next big refactor
Chris@4 2854 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
Chris@4 2855 soname_spec='$libname${shared_ext}.$major'
Chris@4 2856 shlibpath_var=LD_LIBRARY_PATH
Chris@4 2857 fi
Chris@4 2858 ;;
Chris@4 2859
Chris@4 2860 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
Chris@4 2861 version_type=freebsd-elf
Chris@4 2862 need_lib_prefix=no
Chris@4 2863 need_version=no
Chris@4 2864 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
Chris@4 2865 soname_spec='${libname}${release}${shared_ext}$major'
Chris@4 2866 shlibpath_var=LD_LIBRARY_PATH
Chris@4 2867 shlibpath_overrides_runpath=yes
Chris@4 2868 hardcode_into_libs=yes
Chris@4 2869 if test "$with_gnu_ld" = yes; then
Chris@4 2870 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
Chris@4 2871 else
Chris@4 2872 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
Chris@4 2873 case $host_os in
Chris@4 2874 sco3.2v5*)
Chris@4 2875 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
Chris@4 2876 ;;
Chris@4 2877 esac
Chris@4 2878 fi
Chris@4 2879 sys_lib_dlsearch_path_spec='/usr/lib'
Chris@4 2880 ;;
Chris@4 2881
Chris@4 2882 tpf*)
Chris@4 2883 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
Chris@55 2884 version_type=linux # correct to gnu/linux during the next big refactor
Chris@4 2885 need_lib_prefix=no
Chris@4 2886 need_version=no
Chris@4 2887 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
Chris@4 2888 shlibpath_var=LD_LIBRARY_PATH
Chris@4 2889 shlibpath_overrides_runpath=no
Chris@4 2890 hardcode_into_libs=yes
Chris@4 2891 ;;
Chris@4 2892
Chris@4 2893 uts4*)
Chris@55 2894 version_type=linux # correct to gnu/linux during the next big refactor
Chris@4 2895 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
Chris@4 2896 soname_spec='${libname}${release}${shared_ext}$major'
Chris@4 2897 shlibpath_var=LD_LIBRARY_PATH
Chris@4 2898 ;;
Chris@4 2899
Chris@4 2900 *)
Chris@4 2901 dynamic_linker=no
Chris@4 2902 ;;
Chris@4 2903 esac
Chris@4 2904 AC_MSG_RESULT([$dynamic_linker])
Chris@4 2905 test "$dynamic_linker" = no && can_build_shared=no
Chris@4 2906
Chris@4 2907 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
Chris@4 2908 if test "$GCC" = yes; then
Chris@4 2909 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
Chris@4 2910 fi
Chris@4 2911
Chris@4 2912 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
Chris@4 2913 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
Chris@4 2914 fi
Chris@4 2915 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
Chris@4 2916 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
Chris@4 2917 fi
Chris@4 2918
Chris@4 2919 _LT_DECL([], [variables_saved_for_relink], [1],
Chris@4 2920 [Variables whose values should be saved in libtool wrapper scripts and
Chris@4 2921 restored at link time])
Chris@4 2922 _LT_DECL([], [need_lib_prefix], [0],
Chris@4 2923 [Do we need the "lib" prefix for modules?])
Chris@4 2924 _LT_DECL([], [need_version], [0], [Do we need a version for libraries?])
Chris@4 2925 _LT_DECL([], [version_type], [0], [Library versioning type])
Chris@4 2926 _LT_DECL([], [runpath_var], [0], [Shared library runtime path variable])
Chris@4 2927 _LT_DECL([], [shlibpath_var], [0],[Shared library path variable])
Chris@4 2928 _LT_DECL([], [shlibpath_overrides_runpath], [0],
Chris@4 2929 [Is shlibpath searched before the hard-coded library search path?])
Chris@4 2930 _LT_DECL([], [libname_spec], [1], [Format of library name prefix])
Chris@4 2931 _LT_DECL([], [library_names_spec], [1],
Chris@4 2932 [[List of archive names. First name is the real one, the rest are links.
Chris@4 2933 The last name is the one that the linker finds with -lNAME]])
Chris@4 2934 _LT_DECL([], [soname_spec], [1],
Chris@4 2935 [[The coded name of the library, if different from the real name]])
Chris@4 2936 _LT_DECL([], [install_override_mode], [1],
Chris@4 2937 [Permission mode override for installation of shared libraries])
Chris@4 2938 _LT_DECL([], [postinstall_cmds], [2],
Chris@4 2939 [Command to use after installation of a shared archive])
Chris@4 2940 _LT_DECL([], [postuninstall_cmds], [2],
Chris@4 2941 [Command to use after uninstallation of a shared archive])
Chris@4 2942 _LT_DECL([], [finish_cmds], [2],
Chris@4 2943 [Commands used to finish a libtool library installation in a directory])
Chris@4 2944 _LT_DECL([], [finish_eval], [1],
Chris@4 2945 [[As "finish_cmds", except a single script fragment to be evaled but
Chris@4 2946 not shown]])
Chris@4 2947 _LT_DECL([], [hardcode_into_libs], [0],
Chris@4 2948 [Whether we should hardcode library paths into libraries])
Chris@4 2949 _LT_DECL([], [sys_lib_search_path_spec], [2],
Chris@4 2950 [Compile-time system search path for libraries])
Chris@4 2951 _LT_DECL([], [sys_lib_dlsearch_path_spec], [2],
Chris@4 2952 [Run-time system search path for libraries])
Chris@4 2953 ])# _LT_SYS_DYNAMIC_LINKER
Chris@4 2954
Chris@4 2955
Chris@4 2956 # _LT_PATH_TOOL_PREFIX(TOOL)
Chris@4 2957 # --------------------------
Chris@4 2958 # find a file program which can recognize shared library
Chris@4 2959 AC_DEFUN([_LT_PATH_TOOL_PREFIX],
Chris@4 2960 [m4_require([_LT_DECL_EGREP])dnl
Chris@4 2961 AC_MSG_CHECKING([for $1])
Chris@4 2962 AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
Chris@4 2963 [case $MAGIC_CMD in
Chris@4 2964 [[\\/*] | ?:[\\/]*])
Chris@4 2965 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
Chris@4 2966 ;;
Chris@4 2967 *)
Chris@4 2968 lt_save_MAGIC_CMD="$MAGIC_CMD"
Chris@4 2969 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
Chris@4 2970 dnl $ac_dummy forces splitting on constant user-supplied paths.
Chris@4 2971 dnl POSIX.2 word splitting is done only on the output of word expansions,
Chris@4 2972 dnl not every word. This closes a longstanding sh security hole.
Chris@4 2973 ac_dummy="m4_if([$2], , $PATH, [$2])"
Chris@4 2974 for ac_dir in $ac_dummy; do
Chris@4 2975 IFS="$lt_save_ifs"
Chris@4 2976 test -z "$ac_dir" && ac_dir=.
Chris@4 2977 if test -f $ac_dir/$1; then
Chris@4 2978 lt_cv_path_MAGIC_CMD="$ac_dir/$1"
Chris@4 2979 if test -n "$file_magic_test_file"; then
Chris@4 2980 case $deplibs_check_method in
Chris@4 2981 "file_magic "*)
Chris@4 2982 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
Chris@4 2983 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
Chris@4 2984 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
Chris@4 2985 $EGREP "$file_magic_regex" > /dev/null; then
Chris@4 2986 :
Chris@4 2987 else
Chris@4 2988 cat <<_LT_EOF 1>&2
Chris@4 2989
Chris@4 2990 *** Warning: the command libtool uses to detect shared libraries,
Chris@4 2991 *** $file_magic_cmd, produces output that libtool cannot recognize.
Chris@4 2992 *** The result is that libtool may fail to recognize shared libraries
Chris@4 2993 *** as such. This will affect the creation of libtool libraries that
Chris@4 2994 *** depend on shared libraries, but programs linked with such libtool
Chris@4 2995 *** libraries will work regardless of this problem. Nevertheless, you
Chris@4 2996 *** may want to report the problem to your system manager and/or to
Chris@4 2997 *** bug-libtool@gnu.org
Chris@4 2998
Chris@4 2999 _LT_EOF
Chris@4 3000 fi ;;
Chris@4 3001 esac
Chris@4 3002 fi
Chris@4 3003 break
Chris@4 3004 fi
Chris@4 3005 done
Chris@4 3006 IFS="$lt_save_ifs"
Chris@4 3007 MAGIC_CMD="$lt_save_MAGIC_CMD"
Chris@4 3008 ;;
Chris@4 3009 esac])
Chris@4 3010 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
Chris@4 3011 if test -n "$MAGIC_CMD"; then
Chris@4 3012 AC_MSG_RESULT($MAGIC_CMD)
Chris@4 3013 else
Chris@4 3014 AC_MSG_RESULT(no)
Chris@4 3015 fi
Chris@4 3016 _LT_DECL([], [MAGIC_CMD], [0],
Chris@4 3017 [Used to examine libraries when file_magic_cmd begins with "file"])dnl
Chris@4 3018 ])# _LT_PATH_TOOL_PREFIX
Chris@4 3019
Chris@4 3020 # Old name:
Chris@4 3021 AU_ALIAS([AC_PATH_TOOL_PREFIX], [_LT_PATH_TOOL_PREFIX])
Chris@4 3022 dnl aclocal-1.4 backwards compatibility:
Chris@4 3023 dnl AC_DEFUN([AC_PATH_TOOL_PREFIX], [])
Chris@4 3024
Chris@4 3025
Chris@4 3026 # _LT_PATH_MAGIC
Chris@4 3027 # --------------
Chris@4 3028 # find a file program which can recognize a shared library
Chris@4 3029 m4_defun([_LT_PATH_MAGIC],
Chris@4 3030 [_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
Chris@4 3031 if test -z "$lt_cv_path_MAGIC_CMD"; then
Chris@4 3032 if test -n "$ac_tool_prefix"; then
Chris@4 3033 _LT_PATH_TOOL_PREFIX(file, /usr/bin$PATH_SEPARATOR$PATH)
Chris@4 3034 else
Chris@4 3035 MAGIC_CMD=:
Chris@4 3036 fi
Chris@4 3037 fi
Chris@4 3038 ])# _LT_PATH_MAGIC
Chris@4 3039
Chris@4 3040
Chris@4 3041 # LT_PATH_LD
Chris@4 3042 # ----------
Chris@4 3043 # find the pathname to the GNU or non-GNU linker
Chris@4 3044 AC_DEFUN([LT_PATH_LD],
Chris@4 3045 [AC_REQUIRE([AC_PROG_CC])dnl
Chris@4 3046 AC_REQUIRE([AC_CANONICAL_HOST])dnl
Chris@4 3047 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
Chris@4 3048 m4_require([_LT_DECL_SED])dnl
Chris@4 3049 m4_require([_LT_DECL_EGREP])dnl
Chris@4 3050 m4_require([_LT_PROG_ECHO_BACKSLASH])dnl
Chris@4 3051
Chris@4 3052 AC_ARG_WITH([gnu-ld],
Chris@4 3053 [AS_HELP_STRING([--with-gnu-ld],
Chris@4 3054 [assume the C compiler uses GNU ld @<:@default=no@:>@])],
Chris@4 3055 [test "$withval" = no || with_gnu_ld=yes],
Chris@4 3056 [with_gnu_ld=no])dnl
Chris@4 3057
Chris@4 3058 ac_prog=ld
Chris@4 3059 if test "$GCC" = yes; then
Chris@4 3060 # Check if gcc -print-prog-name=ld gives a path.
Chris@4 3061 AC_MSG_CHECKING([for ld used by $CC])
Chris@4 3062 case $host in
Chris@4 3063 *-*-mingw*)
Chris@4 3064 # gcc leaves a trailing carriage return which upsets mingw
Chris@4 3065 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
Chris@4 3066 *)
Chris@4 3067 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
Chris@4 3068 esac
Chris@4 3069 case $ac_prog in
Chris@4 3070 # Accept absolute paths.
Chris@4 3071 [[\\/]]* | ?:[[\\/]]*)
Chris@4 3072 re_direlt='/[[^/]][[^/]]*/\.\./'
Chris@4 3073 # Canonicalize the pathname of ld
Chris@4 3074 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
Chris@4 3075 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
Chris@4 3076 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
Chris@4 3077 done
Chris@4 3078 test -z "$LD" && LD="$ac_prog"
Chris@4 3079 ;;
Chris@4 3080 "")
Chris@4 3081 # If it fails, then pretend we aren't using GCC.
Chris@4 3082 ac_prog=ld
Chris@4 3083 ;;
Chris@4 3084 *)
Chris@4 3085 # If it is relative, then search for the first ld in PATH.
Chris@4 3086 with_gnu_ld=unknown
Chris@4 3087 ;;
Chris@4 3088 esac
Chris@4 3089 elif test "$with_gnu_ld" = yes; then
Chris@4 3090 AC_MSG_CHECKING([for GNU ld])
Chris@4 3091 else
Chris@4 3092 AC_MSG_CHECKING([for non-GNU ld])
Chris@4 3093 fi
Chris@4 3094 AC_CACHE_VAL(lt_cv_path_LD,
Chris@4 3095 [if test -z "$LD"; then
Chris@4 3096 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
Chris@4 3097 for ac_dir in $PATH; do
Chris@4 3098 IFS="$lt_save_ifs"
Chris@4 3099 test -z "$ac_dir" && ac_dir=.
Chris@4 3100 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
Chris@4 3101 lt_cv_path_LD="$ac_dir/$ac_prog"
Chris@4 3102 # Check to see if the program is GNU ld. I'd rather use --version,
Chris@4 3103 # but apparently some variants of GNU ld only accept -v.
Chris@4 3104 # Break only if it was the GNU/non-GNU ld that we prefer.
Chris@4 3105 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
Chris@4 3106 *GNU* | *'with BFD'*)
Chris@4 3107 test "$with_gnu_ld" != no && break
Chris@4 3108 ;;
Chris@4 3109 *)
Chris@4 3110 test "$with_gnu_ld" != yes && break
Chris@4 3111 ;;
Chris@4 3112 esac
Chris@4 3113 fi
Chris@4 3114 done
Chris@4 3115 IFS="$lt_save_ifs"
Chris@4 3116 else
Chris@4 3117 lt_cv_path_LD="$LD" # Let the user override the test with a path.
Chris@4 3118 fi])
Chris@4 3119 LD="$lt_cv_path_LD"
Chris@4 3120 if test -n "$LD"; then
Chris@4 3121 AC_MSG_RESULT($LD)
Chris@4 3122 else
Chris@4 3123 AC_MSG_RESULT(no)
Chris@4 3124 fi
Chris@4 3125 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
Chris@4 3126 _LT_PATH_LD_GNU
Chris@4 3127 AC_SUBST([LD])
Chris@4 3128
Chris@4 3129 _LT_TAGDECL([], [LD], [1], [The linker used to build libraries])
Chris@4 3130 ])# LT_PATH_LD
Chris@4 3131
Chris@4 3132 # Old names:
Chris@4 3133 AU_ALIAS([AM_PROG_LD], [LT_PATH_LD])
Chris@4 3134 AU_ALIAS([AC_PROG_LD], [LT_PATH_LD])
Chris@4 3135 dnl aclocal-1.4 backwards compatibility:
Chris@4 3136 dnl AC_DEFUN([AM_PROG_LD], [])
Chris@4 3137 dnl AC_DEFUN([AC_PROG_LD], [])
Chris@4 3138
Chris@4 3139
Chris@4 3140 # _LT_PATH_LD_GNU
Chris@4 3141 #- --------------
Chris@4 3142 m4_defun([_LT_PATH_LD_GNU],
Chris@4 3143 [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], lt_cv_prog_gnu_ld,
Chris@4 3144 [# I'd rather use --version here, but apparently some GNU lds only accept -v.
Chris@4 3145 case `$LD -v 2>&1 </dev/null` in
Chris@4 3146 *GNU* | *'with BFD'*)
Chris@4 3147 lt_cv_prog_gnu_ld=yes
Chris@4 3148 ;;
Chris@4 3149 *)
Chris@4 3150 lt_cv_prog_gnu_ld=no
Chris@4 3151 ;;
Chris@4 3152 esac])
Chris@4 3153 with_gnu_ld=$lt_cv_prog_gnu_ld
Chris@4 3154 ])# _LT_PATH_LD_GNU
Chris@4 3155
Chris@4 3156
Chris@4 3157 # _LT_CMD_RELOAD
Chris@4 3158 # --------------
Chris@4 3159 # find reload flag for linker
Chris@4 3160 # -- PORTME Some linkers may need a different reload flag.
Chris@4 3161 m4_defun([_LT_CMD_RELOAD],
Chris@4 3162 [AC_CACHE_CHECK([for $LD option to reload object files],
Chris@4 3163 lt_cv_ld_reload_flag,
Chris@4 3164 [lt_cv_ld_reload_flag='-r'])
Chris@4 3165 reload_flag=$lt_cv_ld_reload_flag
Chris@4 3166 case $reload_flag in
Chris@4 3167 "" | " "*) ;;
Chris@4 3168 *) reload_flag=" $reload_flag" ;;
Chris@4 3169 esac
Chris@4 3170 reload_cmds='$LD$reload_flag -o $output$reload_objs'
Chris@4 3171 case $host_os in
Chris@4 3172 cygwin* | mingw* | pw32* | cegcc*)
Chris@4 3173 if test "$GCC" != yes; then
Chris@4 3174 reload_cmds=false
Chris@4 3175 fi
Chris@4 3176 ;;
Chris@4 3177 darwin*)
Chris@4 3178 if test "$GCC" = yes; then
Chris@4 3179 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
Chris@4 3180 else
Chris@4 3181 reload_cmds='$LD$reload_flag -o $output$reload_objs'
Chris@4 3182 fi
Chris@4 3183 ;;
Chris@4 3184 esac
Chris@4 3185 _LT_TAGDECL([], [reload_flag], [1], [How to create reloadable object files])dnl
Chris@4 3186 _LT_TAGDECL([], [reload_cmds], [2])dnl
Chris@4 3187 ])# _LT_CMD_RELOAD
Chris@4 3188
Chris@4 3189
Chris@4 3190 # _LT_CHECK_MAGIC_METHOD
Chris@4 3191 # ----------------------
Chris@4 3192 # how to check for library dependencies
Chris@4 3193 # -- PORTME fill in with the dynamic library characteristics
Chris@4 3194 m4_defun([_LT_CHECK_MAGIC_METHOD],
Chris@4 3195 [m4_require([_LT_DECL_EGREP])
Chris@4 3196 m4_require([_LT_DECL_OBJDUMP])
Chris@4 3197 AC_CACHE_CHECK([how to recognize dependent libraries],
Chris@4 3198 lt_cv_deplibs_check_method,
Chris@4 3199 [lt_cv_file_magic_cmd='$MAGIC_CMD'
Chris@4 3200 lt_cv_file_magic_test_file=
Chris@4 3201 lt_cv_deplibs_check_method='unknown'
Chris@4 3202 # Need to set the preceding variable on all platforms that support
Chris@4 3203 # interlibrary dependencies.
Chris@4 3204 # 'none' -- dependencies not supported.
Chris@4 3205 # `unknown' -- same as none, but documents that we really don't know.
Chris@4 3206 # 'pass_all' -- all dependencies passed with no checks.
Chris@4 3207 # 'test_compile' -- check by making test program.
Chris@4 3208 # 'file_magic [[regex]]' -- check by looking for files in library path
Chris@4 3209 # which responds to the $file_magic_cmd with a given extended regex.
Chris@4 3210 # If you have `file' or equivalent on your system and you're not sure
Chris@4 3211 # whether `pass_all' will *always* work, you probably want this one.
Chris@4 3212
Chris@4 3213 case $host_os in
Chris@4 3214 aix[[4-9]]*)
Chris@4 3215 lt_cv_deplibs_check_method=pass_all
Chris@4 3216 ;;
Chris@4 3217
Chris@4 3218 beos*)
Chris@4 3219 lt_cv_deplibs_check_method=pass_all
Chris@4 3220 ;;
Chris@4 3221
Chris@4 3222 bsdi[[45]]*)
Chris@4 3223 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (shared object|dynamic lib)'
Chris@4 3224 lt_cv_file_magic_cmd='/usr/bin/file -L'
Chris@4 3225 lt_cv_file_magic_test_file=/shlib/libc.so
Chris@4 3226 ;;
Chris@4 3227
Chris@4 3228 cygwin*)
Chris@4 3229 # func_win32_libid is a shell function defined in ltmain.sh
Chris@4 3230 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
Chris@4 3231 lt_cv_file_magic_cmd='func_win32_libid'
Chris@4 3232 ;;
Chris@4 3233
Chris@4 3234 mingw* | pw32*)
Chris@4 3235 # Base MSYS/MinGW do not provide the 'file' command needed by
Chris@4 3236 # func_win32_libid shell function, so use a weaker test based on 'objdump',
Chris@4 3237 # unless we find 'file', for example because we are cross-compiling.
Chris@4 3238 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
Chris@4 3239 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
Chris@4 3240 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
Chris@4 3241 lt_cv_file_magic_cmd='func_win32_libid'
Chris@4 3242 else
Chris@4 3243 # Keep this pattern in sync with the one in func_win32_libid.
Chris@4 3244 lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
Chris@4 3245 lt_cv_file_magic_cmd='$OBJDUMP -f'
Chris@4 3246 fi
Chris@4 3247 ;;
Chris@4 3248
Chris@4 3249 cegcc*)
Chris@4 3250 # use the weaker test based on 'objdump'. See mingw*.
Chris@4 3251 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
Chris@4 3252 lt_cv_file_magic_cmd='$OBJDUMP -f'
Chris@4 3253 ;;
Chris@4 3254
Chris@4 3255 darwin* | rhapsody*)
Chris@4 3256 lt_cv_deplibs_check_method=pass_all
Chris@4 3257 ;;
Chris@4 3258
Chris@4 3259 freebsd* | dragonfly*)
Chris@4 3260 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
Chris@4 3261 case $host_cpu in
Chris@4 3262 i*86 )
Chris@4 3263 # Not sure whether the presence of OpenBSD here was a mistake.
Chris@4 3264 # Let's accept both of them until this is cleared up.
Chris@4 3265 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[[3-9]]86 (compact )?demand paged shared library'
Chris@4 3266 lt_cv_file_magic_cmd=/usr/bin/file
Chris@4 3267 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
Chris@4 3268 ;;
Chris@4 3269 esac
Chris@4 3270 else
Chris@4 3271 lt_cv_deplibs_check_method=pass_all
Chris@4 3272 fi
Chris@4 3273 ;;
Chris@4 3274
Chris@4 3275 haiku*)
Chris@4 3276 lt_cv_deplibs_check_method=pass_all
Chris@4 3277 ;;
Chris@4 3278
Chris@4 3279 hpux10.20* | hpux11*)
Chris@4 3280 lt_cv_file_magic_cmd=/usr/bin/file
Chris@4 3281 case $host_cpu in
Chris@4 3282 ia64*)
Chris@4 3283 lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|ELF-[[0-9]][[0-9]]) shared object file - IA64'
Chris@4 3284 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
Chris@4 3285 ;;
Chris@4 3286 hppa*64*)
Chris@4 3287 [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]']
Chris@4 3288 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
Chris@4 3289 ;;
Chris@4 3290 *)
Chris@4 3291 lt_cv_deplibs_check_method='file_magic (s[[0-9]][[0-9]][[0-9]]|PA-RISC[[0-9]]\.[[0-9]]) shared library'
Chris@4 3292 lt_cv_file_magic_test_file=/usr/lib/libc.sl
Chris@4 3293 ;;
Chris@4 3294 esac
Chris@4 3295 ;;
Chris@4 3296
Chris@4 3297 interix[[3-9]]*)
Chris@4 3298 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
Chris@4 3299 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|\.a)$'
Chris@4 3300 ;;
Chris@4 3301
Chris@4 3302 irix5* | irix6* | nonstopux*)
Chris@4 3303 case $LD in
Chris@4 3304 *-32|*"-32 ") libmagic=32-bit;;
Chris@4 3305 *-n32|*"-n32 ") libmagic=N32;;
Chris@4 3306 *-64|*"-64 ") libmagic=64-bit;;
Chris@4 3307 *) libmagic=never-match;;
Chris@4 3308 esac
Chris@4 3309 lt_cv_deplibs_check_method=pass_all
Chris@4 3310 ;;
Chris@4 3311
Chris@55 3312 # This must be glibc/ELF.
Chris@55 3313 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
Chris@4 3314 lt_cv_deplibs_check_method=pass_all
Chris@4 3315 ;;
Chris@4 3316
Chris@4 3317 netbsd* | netbsdelf*-gnu)
Chris@4 3318 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
Chris@4 3319 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
Chris@4 3320 else
Chris@4 3321 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so|_pic\.a)$'
Chris@4 3322 fi
Chris@4 3323 ;;
Chris@4 3324
Chris@4 3325 newos6*)
Chris@4 3326 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[ML]]SB (executable|dynamic lib)'
Chris@4 3327 lt_cv_file_magic_cmd=/usr/bin/file
Chris@4 3328 lt_cv_file_magic_test_file=/usr/lib/libnls.so
Chris@4 3329 ;;
Chris@4 3330
Chris@4 3331 *nto* | *qnx*)
Chris@4 3332 lt_cv_deplibs_check_method=pass_all
Chris@4 3333 ;;
Chris@4 3334
Chris@4 3335 openbsd*)
Chris@4 3336 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
Chris@4 3337 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
Chris@4 3338 else
Chris@4 3339 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
Chris@4 3340 fi
Chris@4 3341 ;;
Chris@4 3342
Chris@4 3343 osf3* | osf4* | osf5*)
Chris@4 3344 lt_cv_deplibs_check_method=pass_all
Chris@4 3345 ;;
Chris@4 3346
Chris@4 3347 rdos*)
Chris@4 3348 lt_cv_deplibs_check_method=pass_all
Chris@4 3349 ;;
Chris@4 3350
Chris@4 3351 solaris*)
Chris@4 3352 lt_cv_deplibs_check_method=pass_all
Chris@4 3353 ;;
Chris@4 3354
Chris@4 3355 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
Chris@4 3356 lt_cv_deplibs_check_method=pass_all
Chris@4 3357 ;;
Chris@4 3358
Chris@4 3359 sysv4 | sysv4.3*)
Chris@4 3360 case $host_vendor in
Chris@4 3361 motorola)
Chris@4 3362 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]]'
Chris@4 3363 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
Chris@4 3364 ;;
Chris@4 3365 ncr)
Chris@4 3366 lt_cv_deplibs_check_method=pass_all
Chris@4 3367 ;;
Chris@4 3368 sequent)
Chris@4 3369 lt_cv_file_magic_cmd='/bin/file'
Chris@4 3370 lt_cv_deplibs_check_method='file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB (shared object|dynamic lib )'
Chris@4 3371 ;;
Chris@4 3372 sni)
Chris@4 3373 lt_cv_file_magic_cmd='/bin/file'
Chris@4 3374 lt_cv_deplibs_check_method="file_magic ELF [[0-9]][[0-9]]*-bit [[LM]]SB dynamic lib"
Chris@4 3375 lt_cv_file_magic_test_file=/lib/libc.so
Chris@4 3376 ;;
Chris@4 3377 siemens)
Chris@4 3378 lt_cv_deplibs_check_method=pass_all
Chris@4 3379 ;;
Chris@4 3380 pc)
Chris@4 3381 lt_cv_deplibs_check_method=pass_all
Chris@4 3382 ;;
Chris@4 3383 esac
Chris@4 3384 ;;
Chris@4 3385
Chris@4 3386 tpf*)
Chris@4 3387 lt_cv_deplibs_check_method=pass_all
Chris@4 3388 ;;
Chris@4 3389 esac
Chris@4 3390 ])
Chris@4 3391
Chris@4 3392 file_magic_glob=
Chris@4 3393 want_nocaseglob=no
Chris@4 3394 if test "$build" = "$host"; then
Chris@4 3395 case $host_os in
Chris@4 3396 mingw* | pw32*)
Chris@4 3397 if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
Chris@4 3398 want_nocaseglob=yes
Chris@4 3399 else
Chris@4 3400 file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
Chris@4 3401 fi
Chris@4 3402 ;;
Chris@4 3403 esac
Chris@4 3404 fi
Chris@4 3405
Chris@4 3406 file_magic_cmd=$lt_cv_file_magic_cmd
Chris@4 3407 deplibs_check_method=$lt_cv_deplibs_check_method
Chris@4 3408 test -z "$deplibs_check_method" && deplibs_check_method=unknown
Chris@4 3409
Chris@4 3410 _LT_DECL([], [deplibs_check_method], [1],
Chris@4 3411 [Method to check whether dependent libraries are shared objects])
Chris@4 3412 _LT_DECL([], [file_magic_cmd], [1],
Chris@4 3413 [Command to use when deplibs_check_method = "file_magic"])
Chris@4 3414 _LT_DECL([], [file_magic_glob], [1],
Chris@4 3415 [How to find potential files when deplibs_check_method = "file_magic"])
Chris@4 3416 _LT_DECL([], [want_nocaseglob], [1],
Chris@4 3417 [Find potential files using nocaseglob when deplibs_check_method = "file_magic"])
Chris@4 3418 ])# _LT_CHECK_MAGIC_METHOD
Chris@4 3419
Chris@4 3420
Chris@4 3421 # LT_PATH_NM
Chris@4 3422 # ----------
Chris@4 3423 # find the pathname to a BSD- or MS-compatible name lister
Chris@4 3424 AC_DEFUN([LT_PATH_NM],
Chris@4 3425 [AC_REQUIRE([AC_PROG_CC])dnl
Chris@4 3426 AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
Chris@4 3427 [if test -n "$NM"; then
Chris@4 3428 # Let the user override the test.
Chris@4 3429 lt_cv_path_NM="$NM"
Chris@4 3430 else
Chris@4 3431 lt_nm_to_check="${ac_tool_prefix}nm"
Chris@4 3432 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
Chris@4 3433 lt_nm_to_check="$lt_nm_to_check nm"
Chris@4 3434 fi
Chris@4 3435 for lt_tmp_nm in $lt_nm_to_check; do
Chris@4 3436 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
Chris@4 3437 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
Chris@4 3438 IFS="$lt_save_ifs"
Chris@4 3439 test -z "$ac_dir" && ac_dir=.
Chris@4 3440 tmp_nm="$ac_dir/$lt_tmp_nm"
Chris@4 3441 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
Chris@4 3442 # Check to see if the nm accepts a BSD-compat flag.
Chris@4 3443 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
Chris@4 3444 # nm: unknown option "B" ignored
Chris@4 3445 # Tru64's nm complains that /dev/null is an invalid object file
Chris@4 3446 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
Chris@4 3447 */dev/null* | *'Invalid file or object type'*)
Chris@4 3448 lt_cv_path_NM="$tmp_nm -B"
Chris@4 3449 break
Chris@4 3450 ;;
Chris@4 3451 *)
Chris@4 3452 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
Chris@4 3453 */dev/null*)
Chris@4 3454 lt_cv_path_NM="$tmp_nm -p"
Chris@4 3455 break
Chris@4 3456 ;;
Chris@4 3457 *)
Chris@4 3458 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
Chris@4 3459 continue # so that we can try to find one that supports BSD flags
Chris@4 3460 ;;
Chris@4 3461 esac
Chris@4 3462 ;;
Chris@4 3463 esac
Chris@4 3464 fi
Chris@4 3465 done
Chris@4 3466 IFS="$lt_save_ifs"
Chris@4 3467 done
Chris@4 3468 : ${lt_cv_path_NM=no}
Chris@4 3469 fi])
Chris@4 3470 if test "$lt_cv_path_NM" != "no"; then
Chris@4 3471 NM="$lt_cv_path_NM"
Chris@4 3472 else
Chris@4 3473 # Didn't find any BSD compatible name lister, look for dumpbin.
Chris@4 3474 if test -n "$DUMPBIN"; then :
Chris@4 3475 # Let the user override the test.
Chris@4 3476 else
Chris@4 3477 AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
Chris@4 3478 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
Chris@4 3479 *COFF*)
Chris@4 3480 DUMPBIN="$DUMPBIN -symbols"
Chris@4 3481 ;;
Chris@4 3482 *)
Chris@4 3483 DUMPBIN=:
Chris@4 3484 ;;
Chris@4 3485 esac
Chris@4 3486 fi
Chris@4 3487 AC_SUBST([DUMPBIN])
Chris@4 3488 if test "$DUMPBIN" != ":"; then
Chris@4 3489 NM="$DUMPBIN"
Chris@4 3490 fi
Chris@4 3491 fi
Chris@4 3492 test -z "$NM" && NM=nm
Chris@4 3493 AC_SUBST([NM])
Chris@4 3494 _LT_DECL([], [NM], [1], [A BSD- or MS-compatible name lister])dnl
Chris@4 3495
Chris@4 3496 AC_CACHE_CHECK([the name lister ($NM) interface], [lt_cv_nm_interface],
Chris@4 3497 [lt_cv_nm_interface="BSD nm"
Chris@4 3498 echo "int some_variable = 0;" > conftest.$ac_ext
Chris@4 3499 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&AS_MESSAGE_LOG_FD)
Chris@4 3500 (eval "$ac_compile" 2>conftest.err)
Chris@4 3501 cat conftest.err >&AS_MESSAGE_LOG_FD
Chris@4 3502 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&AS_MESSAGE_LOG_FD)
Chris@4 3503 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
Chris@4 3504 cat conftest.err >&AS_MESSAGE_LOG_FD
Chris@4 3505 (eval echo "\"\$as_me:$LINENO: output\"" >&AS_MESSAGE_LOG_FD)
Chris@4 3506 cat conftest.out >&AS_MESSAGE_LOG_FD
Chris@4 3507 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
Chris@4 3508 lt_cv_nm_interface="MS dumpbin"
Chris@4 3509 fi
Chris@4 3510 rm -f conftest*])
Chris@4 3511 ])# LT_PATH_NM
Chris@4 3512
Chris@4 3513 # Old names:
Chris@4 3514 AU_ALIAS([AM_PROG_NM], [LT_PATH_NM])
Chris@4 3515 AU_ALIAS([AC_PROG_NM], [LT_PATH_NM])
Chris@4 3516 dnl aclocal-1.4 backwards compatibility:
Chris@4 3517 dnl AC_DEFUN([AM_PROG_NM], [])
Chris@4 3518 dnl AC_DEFUN([AC_PROG_NM], [])
Chris@4 3519
Chris@4 3520 # _LT_CHECK_SHAREDLIB_FROM_LINKLIB
Chris@4 3521 # --------------------------------
Chris@4 3522 # how to determine the name of the shared library
Chris@4 3523 # associated with a specific link library.
Chris@4 3524 # -- PORTME fill in with the dynamic library characteristics
Chris@4 3525 m4_defun([_LT_CHECK_SHAREDLIB_FROM_LINKLIB],
Chris@4 3526 [m4_require([_LT_DECL_EGREP])
Chris@4 3527 m4_require([_LT_DECL_OBJDUMP])
Chris@4 3528 m4_require([_LT_DECL_DLLTOOL])
Chris@4 3529 AC_CACHE_CHECK([how to associate runtime and link libraries],
Chris@4 3530 lt_cv_sharedlib_from_linklib_cmd,
Chris@4 3531 [lt_cv_sharedlib_from_linklib_cmd='unknown'
Chris@4 3532
Chris@4 3533 case $host_os in
Chris@4 3534 cygwin* | mingw* | pw32* | cegcc*)
Chris@4 3535 # two different shell functions defined in ltmain.sh
Chris@4 3536 # decide which to use based on capabilities of $DLLTOOL
Chris@4 3537 case `$DLLTOOL --help 2>&1` in
Chris@4 3538 *--identify-strict*)
Chris@4 3539 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
Chris@4 3540 ;;
Chris@4 3541 *)
Chris@4 3542 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
Chris@4 3543 ;;
Chris@4 3544 esac
Chris@4 3545 ;;
Chris@4 3546 *)
Chris@4 3547 # fallback: assume linklib IS sharedlib
Chris@4 3548 lt_cv_sharedlib_from_linklib_cmd="$ECHO"
Chris@4 3549 ;;
Chris@4 3550 esac
Chris@4 3551 ])
Chris@4 3552 sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
Chris@4 3553 test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
Chris@4 3554
Chris@4 3555 _LT_DECL([], [sharedlib_from_linklib_cmd], [1],
Chris@4 3556 [Command to associate shared and link libraries])
Chris@4 3557 ])# _LT_CHECK_SHAREDLIB_FROM_LINKLIB
Chris@4 3558
Chris@4 3559
Chris@4 3560 # _LT_PATH_MANIFEST_TOOL
Chris@4 3561 # ----------------------
Chris@4 3562 # locate the manifest tool
Chris@4 3563 m4_defun([_LT_PATH_MANIFEST_TOOL],
Chris@4 3564 [AC_CHECK_TOOL(MANIFEST_TOOL, mt, :)
Chris@4 3565 test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
Chris@4 3566 AC_CACHE_CHECK([if $MANIFEST_TOOL is a manifest tool], [lt_cv_path_mainfest_tool],
Chris@4 3567 [lt_cv_path_mainfest_tool=no
Chris@4 3568 echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&AS_MESSAGE_LOG_FD
Chris@4 3569 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
Chris@4 3570 cat conftest.err >&AS_MESSAGE_LOG_FD
Chris@4 3571 if $GREP 'Manifest Tool' conftest.out > /dev/null; then
Chris@4 3572 lt_cv_path_mainfest_tool=yes
Chris@4 3573 fi
Chris@4 3574 rm -f conftest*])
Chris@4 3575 if test "x$lt_cv_path_mainfest_tool" != xyes; then
Chris@4 3576 MANIFEST_TOOL=:
Chris@4 3577 fi
Chris@4 3578 _LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl
Chris@4 3579 ])# _LT_PATH_MANIFEST_TOOL
Chris@4 3580
Chris@4 3581
Chris@4 3582 # LT_LIB_M
Chris@4 3583 # --------
Chris@4 3584 # check for math library
Chris@4 3585 AC_DEFUN([LT_LIB_M],
Chris@4 3586 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
Chris@4 3587 LIBM=
Chris@4 3588 case $host in
Chris@4 3589 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
Chris@4 3590 # These system don't have libm, or don't need it
Chris@4 3591 ;;
Chris@4 3592 *-ncr-sysv4.3*)
Chris@4 3593 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
Chris@4 3594 AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
Chris@4 3595 ;;
Chris@4 3596 *)
Chris@4 3597 AC_CHECK_LIB(m, cos, LIBM="-lm")
Chris@4 3598 ;;
Chris@4 3599 esac
Chris@4 3600 AC_SUBST([LIBM])
Chris@4 3601 ])# LT_LIB_M
Chris@4 3602
Chris@4 3603 # Old name:
Chris@4 3604 AU_ALIAS([AC_CHECK_LIBM], [LT_LIB_M])
Chris@4 3605 dnl aclocal-1.4 backwards compatibility:
Chris@4 3606 dnl AC_DEFUN([AC_CHECK_LIBM], [])
Chris@4 3607
Chris@4 3608
Chris@4 3609 # _LT_COMPILER_NO_RTTI([TAGNAME])
Chris@4 3610 # -------------------------------
Chris@4 3611 m4_defun([_LT_COMPILER_NO_RTTI],
Chris@4 3612 [m4_require([_LT_TAG_COMPILER])dnl
Chris@4 3613
Chris@4 3614 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
Chris@4 3615
Chris@4 3616 if test "$GCC" = yes; then
Chris@4 3617 case $cc_basename in
Chris@4 3618 nvcc*)
Chris@4 3619 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;;
Chris@4 3620 *)
Chris@4 3621 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin' ;;
Chris@4 3622 esac
Chris@4 3623
Chris@4 3624 _LT_COMPILER_OPTION([if $compiler supports -fno-rtti -fno-exceptions],
Chris@4 3625 lt_cv_prog_compiler_rtti_exceptions,
Chris@4 3626 [-fno-rtti -fno-exceptions], [],
Chris@4 3627 [_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)="$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1) -fno-rtti -fno-exceptions"])
Chris@4 3628 fi
Chris@4 3629 _LT_TAGDECL([no_builtin_flag], [lt_prog_compiler_no_builtin_flag], [1],
Chris@4 3630 [Compiler flag to turn off builtin functions])
Chris@4 3631 ])# _LT_COMPILER_NO_RTTI
Chris@4 3632
Chris@4 3633
Chris@4 3634 # _LT_CMD_GLOBAL_SYMBOLS
Chris@4 3635 # ----------------------
Chris@4 3636 m4_defun([_LT_CMD_GLOBAL_SYMBOLS],
Chris@4 3637 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
Chris@4 3638 AC_REQUIRE([AC_PROG_CC])dnl
Chris@4 3639 AC_REQUIRE([AC_PROG_AWK])dnl
Chris@4 3640 AC_REQUIRE([LT_PATH_NM])dnl
Chris@4 3641 AC_REQUIRE([LT_PATH_LD])dnl
Chris@4 3642 m4_require([_LT_DECL_SED])dnl
Chris@4 3643 m4_require([_LT_DECL_EGREP])dnl
Chris@4 3644 m4_require([_LT_TAG_COMPILER])dnl
Chris@4 3645
Chris@4 3646 # Check for command to grab the raw symbol name followed by C symbol from nm.
Chris@4 3647 AC_MSG_CHECKING([command to parse $NM output from $compiler object])
Chris@4 3648 AC_CACHE_VAL([lt_cv_sys_global_symbol_pipe],
Chris@4 3649 [
Chris@4 3650 # These are sane defaults that work on at least a few old systems.
Chris@4 3651 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
Chris@4 3652
Chris@4 3653 # Character class describing NM global symbol codes.
Chris@4 3654 symcode='[[BCDEGRST]]'
Chris@4 3655
Chris@4 3656 # Regexp to match symbols that can be accessed directly from C.
Chris@4 3657 sympat='\([[_A-Za-z]][[_A-Za-z0-9]]*\)'
Chris@4 3658
Chris@4 3659 # Define system-specific variables.
Chris@4 3660 case $host_os in
Chris@4 3661 aix*)
Chris@4 3662 symcode='[[BCDT]]'
Chris@4 3663 ;;
Chris@4 3664 cygwin* | mingw* | pw32* | cegcc*)
Chris@4 3665 symcode='[[ABCDGISTW]]'
Chris@4 3666 ;;
Chris@4 3667 hpux*)
Chris@4 3668 if test "$host_cpu" = ia64; then
Chris@4 3669 symcode='[[ABCDEGRST]]'
Chris@4 3670 fi
Chris@4 3671 ;;
Chris@4 3672 irix* | nonstopux*)
Chris@4 3673 symcode='[[BCDEGRST]]'
Chris@4 3674 ;;
Chris@4 3675 osf*)
Chris@4 3676 symcode='[[BCDEGQRST]]'
Chris@4 3677 ;;
Chris@4 3678 solaris*)
Chris@4 3679 symcode='[[BDRT]]'
Chris@4 3680 ;;
Chris@4 3681 sco3.2v5*)
Chris@4 3682 symcode='[[DT]]'
Chris@4 3683 ;;
Chris@4 3684 sysv4.2uw2*)
Chris@4 3685 symcode='[[DT]]'
Chris@4 3686 ;;
Chris@4 3687 sysv5* | sco5v6* | unixware* | OpenUNIX*)
Chris@4 3688 symcode='[[ABDT]]'
Chris@4 3689 ;;
Chris@4 3690 sysv4)
Chris@4 3691 symcode='[[DFNSTU]]'
Chris@4 3692 ;;
Chris@4 3693 esac
Chris@4 3694
Chris@4 3695 # If we're using GNU nm, then use its standard symbol codes.
Chris@4 3696 case `$NM -V 2>&1` in
Chris@4 3697 *GNU* | *'with BFD'*)
Chris@4 3698 symcode='[[ABCDGIRSTW]]' ;;
Chris@4 3699 esac
Chris@4 3700
Chris@4 3701 # Transform an extracted symbol line into a proper C declaration.
Chris@4 3702 # Some systems (esp. on ia64) link data and code symbols differently,
Chris@4 3703 # so use this general approach.
Chris@4 3704 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
Chris@4 3705
Chris@4 3706 # Transform an extracted symbol line into symbol name and symbol address
Chris@4 3707 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p'"
Chris@4 3708 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \(lib[[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"lib\2\", (void *) \&\2},/p'"
Chris@4 3709
Chris@4 3710 # Handle CRLF in mingw tool chain
Chris@4 3711 opt_cr=
Chris@4 3712 case $build_os in
Chris@4 3713 mingw*)
Chris@4 3714 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
Chris@4 3715 ;;
Chris@4 3716 esac
Chris@4 3717
Chris@4 3718 # Try without a prefix underscore, then with it.
Chris@4 3719 for ac_symprfx in "" "_"; do
Chris@4 3720
Chris@4 3721 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
Chris@4 3722 symxfrm="\\1 $ac_symprfx\\2 \\2"
Chris@4 3723
Chris@4 3724 # Write the raw and C identifiers.
Chris@4 3725 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
Chris@4 3726 # Fake it for dumpbin and say T for any non-static function
Chris@4 3727 # and D for any global variable.
Chris@4 3728 # Also find C++ and __fastcall symbols from MSVC++,
Chris@4 3729 # which start with @ or ?.
Chris@4 3730 lt_cv_sys_global_symbol_pipe="$AWK ['"\
Chris@4 3731 " {last_section=section; section=\$ 3};"\
Chris@55 3732 " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
Chris@4 3733 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
Chris@4 3734 " \$ 0!~/External *\|/{next};"\
Chris@4 3735 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
Chris@4 3736 " {if(hide[section]) next};"\
Chris@4 3737 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
Chris@4 3738 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
Chris@4 3739 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
Chris@4 3740 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
Chris@4 3741 " ' prfx=^$ac_symprfx]"
Chris@4 3742 else
Chris@4 3743 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
Chris@4 3744 fi
Chris@4 3745 lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
Chris@4 3746
Chris@4 3747 # Check to see that the pipe works correctly.
Chris@4 3748 pipe_works=no
Chris@4 3749
Chris@4 3750 rm -f conftest*
Chris@4 3751 cat > conftest.$ac_ext <<_LT_EOF
Chris@4 3752 #ifdef __cplusplus
Chris@4 3753 extern "C" {
Chris@4 3754 #endif
Chris@4 3755 char nm_test_var;
Chris@4 3756 void nm_test_func(void);
Chris@4 3757 void nm_test_func(void){}
Chris@4 3758 #ifdef __cplusplus
Chris@4 3759 }
Chris@4 3760 #endif
Chris@4 3761 int main(){nm_test_var='a';nm_test_func();return(0);}
Chris@4 3762 _LT_EOF
Chris@4 3763
Chris@4 3764 if AC_TRY_EVAL(ac_compile); then
Chris@4 3765 # Now try to grab the symbols.
Chris@4 3766 nlist=conftest.nm
Chris@4 3767 if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
Chris@4 3768 # Try sorting and uniquifying the output.
Chris@4 3769 if sort "$nlist" | uniq > "$nlist"T; then
Chris@4 3770 mv -f "$nlist"T "$nlist"
Chris@4 3771 else
Chris@4 3772 rm -f "$nlist"T
Chris@4 3773 fi
Chris@4 3774
Chris@4 3775 # Make sure that we snagged all the symbols we need.
Chris@4 3776 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
Chris@4 3777 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
Chris@4 3778 cat <<_LT_EOF > conftest.$ac_ext
Chris@4 3779 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
Chris@4 3780 #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
Chris@4 3781 /* DATA imports from DLLs on WIN32 con't be const, because runtime
Chris@4 3782 relocations are performed -- see ld's documentation on pseudo-relocs. */
Chris@4 3783 # define LT@&t@_DLSYM_CONST
Chris@4 3784 #elif defined(__osf__)
Chris@4 3785 /* This system does not cope well with relocations in const data. */
Chris@4 3786 # define LT@&t@_DLSYM_CONST
Chris@4 3787 #else
Chris@4 3788 # define LT@&t@_DLSYM_CONST const
Chris@4 3789 #endif
Chris@4 3790
Chris@4 3791 #ifdef __cplusplus
Chris@4 3792 extern "C" {
Chris@4 3793 #endif
Chris@4 3794
Chris@4 3795 _LT_EOF
Chris@4 3796 # Now generate the symbol file.
Chris@4 3797 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
Chris@4 3798
Chris@4 3799 cat <<_LT_EOF >> conftest.$ac_ext
Chris@4 3800
Chris@4 3801 /* The mapping between symbol names and symbols. */
Chris@4 3802 LT@&t@_DLSYM_CONST struct {
Chris@4 3803 const char *name;
Chris@4 3804 void *address;
Chris@4 3805 }
Chris@4 3806 lt__PROGRAM__LTX_preloaded_symbols[[]] =
Chris@4 3807 {
Chris@4 3808 { "@PROGRAM@", (void *) 0 },
Chris@4 3809 _LT_EOF
Chris@4 3810 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
Chris@4 3811 cat <<\_LT_EOF >> conftest.$ac_ext
Chris@4 3812 {0, (void *) 0}
Chris@4 3813 };
Chris@4 3814
Chris@4 3815 /* This works around a problem in FreeBSD linker */
Chris@4 3816 #ifdef FREEBSD_WORKAROUND
Chris@4 3817 static const void *lt_preloaded_setup() {
Chris@4 3818 return lt__PROGRAM__LTX_preloaded_symbols;
Chris@4 3819 }
Chris@4 3820 #endif
Chris@4 3821
Chris@4 3822 #ifdef __cplusplus
Chris@4 3823 }
Chris@4 3824 #endif
Chris@4 3825 _LT_EOF
Chris@4 3826 # Now try linking the two files.
Chris@4 3827 mv conftest.$ac_objext conftstm.$ac_objext
Chris@4 3828 lt_globsym_save_LIBS=$LIBS
Chris@4 3829 lt_globsym_save_CFLAGS=$CFLAGS
Chris@4 3830 LIBS="conftstm.$ac_objext"
Chris@4 3831 CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
Chris@4 3832 if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
Chris@4 3833 pipe_works=yes
Chris@4 3834 fi
Chris@4 3835 LIBS=$lt_globsym_save_LIBS
Chris@4 3836 CFLAGS=$lt_globsym_save_CFLAGS
Chris@4 3837 else
Chris@4 3838 echo "cannot find nm_test_func in $nlist" >&AS_MESSAGE_LOG_FD
Chris@4 3839 fi
Chris@4 3840 else
Chris@4 3841 echo "cannot find nm_test_var in $nlist" >&AS_MESSAGE_LOG_FD
Chris@4 3842 fi
Chris@4 3843 else
Chris@4 3844 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&AS_MESSAGE_LOG_FD
Chris@4 3845 fi
Chris@4 3846 else
Chris@4 3847 echo "$progname: failed program was:" >&AS_MESSAGE_LOG_FD
Chris@4 3848 cat conftest.$ac_ext >&5
Chris@4 3849 fi
Chris@4 3850 rm -rf conftest* conftst*
Chris@4 3851
Chris@4 3852 # Do not use the global_symbol_pipe unless it works.
Chris@4 3853 if test "$pipe_works" = yes; then
Chris@4 3854 break
Chris@4 3855 else
Chris@4 3856 lt_cv_sys_global_symbol_pipe=
Chris@4 3857 fi
Chris@4 3858 done
Chris@4 3859 ])
Chris@4 3860 if test -z "$lt_cv_sys_global_symbol_pipe"; then
Chris@4 3861 lt_cv_sys_global_symbol_to_cdecl=
Chris@4 3862 fi
Chris@4 3863 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
Chris@4 3864 AC_MSG_RESULT(failed)
Chris@4 3865 else
Chris@4 3866 AC_MSG_RESULT(ok)
Chris@4 3867 fi
Chris@4 3868
Chris@4 3869 # Response file support.
Chris@4 3870 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
Chris@4 3871 nm_file_list_spec='@'
Chris@4 3872 elif $NM --help 2>/dev/null | grep '[[@]]FILE' >/dev/null; then
Chris@4 3873 nm_file_list_spec='@'
Chris@4 3874 fi
Chris@4 3875
Chris@4 3876 _LT_DECL([global_symbol_pipe], [lt_cv_sys_global_symbol_pipe], [1],
Chris@4 3877 [Take the output of nm and produce a listing of raw symbols and C names])
Chris@4 3878 _LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1],
Chris@4 3879 [Transform the output of nm in a proper C declaration])
Chris@4 3880 _LT_DECL([global_symbol_to_c_name_address],
Chris@4 3881 [lt_cv_sys_global_symbol_to_c_name_address], [1],
Chris@4 3882 [Transform the output of nm in a C name address pair])
Chris@4 3883 _LT_DECL([global_symbol_to_c_name_address_lib_prefix],
Chris@4 3884 [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1],
Chris@4 3885 [Transform the output of nm in a C name address pair when lib prefix is needed])
Chris@4 3886 _LT_DECL([], [nm_file_list_spec], [1],
Chris@4 3887 [Specify filename containing input files for $NM])
Chris@4 3888 ]) # _LT_CMD_GLOBAL_SYMBOLS
Chris@4 3889
Chris@4 3890
Chris@4 3891 # _LT_COMPILER_PIC([TAGNAME])
Chris@4 3892 # ---------------------------
Chris@4 3893 m4_defun([_LT_COMPILER_PIC],
Chris@4 3894 [m4_require([_LT_TAG_COMPILER])dnl
Chris@4 3895 _LT_TAGVAR(lt_prog_compiler_wl, $1)=
Chris@4 3896 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
Chris@4 3897 _LT_TAGVAR(lt_prog_compiler_static, $1)=
Chris@4 3898
Chris@4 3899 m4_if([$1], [CXX], [
Chris@4 3900 # C++ specific cases for pic, static, wl, etc.
Chris@4 3901 if test "$GXX" = yes; then
Chris@4 3902 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
Chris@4 3903 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
Chris@4 3904
Chris@4 3905 case $host_os in
Chris@4 3906 aix*)
Chris@4 3907 # All AIX code is PIC.
Chris@4 3908 if test "$host_cpu" = ia64; then
Chris@4 3909 # AIX 5 now supports IA64 processor
Chris@4 3910 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
Chris@4 3911 fi
Chris@4 3912 ;;
Chris@4 3913
Chris@4 3914 amigaos*)
Chris@4 3915 case $host_cpu in
Chris@4 3916 powerpc)
Chris@4 3917 # see comment about AmigaOS4 .so support
Chris@4 3918 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
Chris@4 3919 ;;
Chris@4 3920 m68k)
Chris@4 3921 # FIXME: we need at least 68020 code to build shared libraries, but
Chris@4 3922 # adding the `-m68020' flag to GCC prevents building anything better,
Chris@4 3923 # like `-m68040'.
Chris@4 3924 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
Chris@4 3925 ;;
Chris@4 3926 esac
Chris@4 3927 ;;
Chris@4 3928
Chris@4 3929 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
Chris@4 3930 # PIC is the default for these OSes.
Chris@4 3931 ;;
Chris@4 3932 mingw* | cygwin* | os2* | pw32* | cegcc*)
Chris@4 3933 # This hack is so that the source file can tell whether it is being
Chris@4 3934 # built for inclusion in a dll (and should export symbols for example).
Chris@4 3935 # Although the cygwin gcc ignores -fPIC, still need this for old-style
Chris@4 3936 # (--disable-auto-import) libraries
Chris@4 3937 m4_if([$1], [GCJ], [],
Chris@4 3938 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
Chris@4 3939 ;;
Chris@4 3940 darwin* | rhapsody*)
Chris@4 3941 # PIC is the default on this platform
Chris@4 3942 # Common symbols not allowed in MH_DYLIB files
Chris@4 3943 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
Chris@4 3944 ;;
Chris@4 3945 *djgpp*)
Chris@4 3946 # DJGPP does not support shared libraries at all
Chris@4 3947 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
Chris@4 3948 ;;
Chris@4 3949 haiku*)
Chris@4 3950 # PIC is the default for Haiku.
Chris@4 3951 # The "-static" flag exists, but is broken.
Chris@4 3952 _LT_TAGVAR(lt_prog_compiler_static, $1)=
Chris@4 3953 ;;
Chris@4 3954 interix[[3-9]]*)
Chris@4 3955 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
Chris@4 3956 # Instead, we relocate shared libraries at runtime.
Chris@4 3957 ;;
Chris@4 3958 sysv4*MP*)
Chris@4 3959 if test -d /usr/nec; then
Chris@4 3960 _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
Chris@4 3961 fi
Chris@4 3962 ;;
Chris@4 3963 hpux*)
Chris@4 3964 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
Chris@4 3965 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
Chris@4 3966 # sets the default TLS model and affects inlining.
Chris@4 3967 case $host_cpu in
Chris@4 3968 hppa*64*)
Chris@4 3969 ;;
Chris@4 3970 *)
Chris@4 3971 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
Chris@4 3972 ;;
Chris@4 3973 esac
Chris@4 3974 ;;
Chris@4 3975 *qnx* | *nto*)
Chris@4 3976 # QNX uses GNU C++, but need to define -shared option too, otherwise
Chris@4 3977 # it will coredump.
Chris@4 3978 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
Chris@4 3979 ;;
Chris@4 3980 *)
Chris@4 3981 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
Chris@4 3982 ;;
Chris@4 3983 esac
Chris@4 3984 else
Chris@4 3985 case $host_os in
Chris@4 3986 aix[[4-9]]*)
Chris@4 3987 # All AIX code is PIC.
Chris@4 3988 if test "$host_cpu" = ia64; then
Chris@4 3989 # AIX 5 now supports IA64 processor
Chris@4 3990 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
Chris@4 3991 else
Chris@4 3992 _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
Chris@4 3993 fi
Chris@4 3994 ;;
Chris@4 3995 chorus*)
Chris@4 3996 case $cc_basename in
Chris@4 3997 cxch68*)
Chris@4 3998 # Green Hills C++ Compiler
Chris@4 3999 # _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"
Chris@4 4000 ;;
Chris@4 4001 esac
Chris@4 4002 ;;
Chris@4 4003 mingw* | cygwin* | os2* | pw32* | cegcc*)
Chris@4 4004 # This hack is so that the source file can tell whether it is being
Chris@4 4005 # built for inclusion in a dll (and should export symbols for example).
Chris@4 4006 m4_if([$1], [GCJ], [],
Chris@4 4007 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
Chris@4 4008 ;;
Chris@4 4009 dgux*)
Chris@4 4010 case $cc_basename in
Chris@4 4011 ec++*)
Chris@4 4012 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
Chris@4 4013 ;;
Chris@4 4014 ghcx*)
Chris@4 4015 # Green Hills C++ Compiler
Chris@4 4016 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
Chris@4 4017 ;;
Chris@4 4018 *)
Chris@4 4019 ;;
Chris@4 4020 esac
Chris@4 4021 ;;
Chris@4 4022 freebsd* | dragonfly*)
Chris@4 4023 # FreeBSD uses GNU C++
Chris@4 4024 ;;
Chris@4 4025 hpux9* | hpux10* | hpux11*)
Chris@4 4026 case $cc_basename in
Chris@4 4027 CC*)
Chris@4 4028 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
Chris@4 4029 _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
Chris@4 4030 if test "$host_cpu" != ia64; then
Chris@4 4031 _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
Chris@4 4032 fi
Chris@4 4033 ;;
Chris@4 4034 aCC*)
Chris@4 4035 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
Chris@4 4036 _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
Chris@4 4037 case $host_cpu in
Chris@4 4038 hppa*64*|ia64*)
Chris@4 4039 # +Z the default
Chris@4 4040 ;;
Chris@4 4041 *)
Chris@4 4042 _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
Chris@4 4043 ;;
Chris@4 4044 esac
Chris@4 4045 ;;
Chris@4 4046 *)
Chris@4 4047 ;;
Chris@4 4048 esac
Chris@4 4049 ;;
Chris@4 4050 interix*)
Chris@4 4051 # This is c89, which is MS Visual C++ (no shared libs)
Chris@4 4052 # Anyone wants to do a port?
Chris@4 4053 ;;
Chris@4 4054 irix5* | irix6* | nonstopux*)
Chris@4 4055 case $cc_basename in
Chris@4 4056 CC*)
Chris@4 4057 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
Chris@4 4058 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
Chris@4 4059 # CC pic flag -KPIC is the default.
Chris@4 4060 ;;
Chris@4 4061 *)
Chris@4 4062 ;;
Chris@4 4063 esac
Chris@4 4064 ;;
Chris@55 4065 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
Chris@4 4066 case $cc_basename in
Chris@4 4067 KCC*)
Chris@4 4068 # KAI C++ Compiler
Chris@4 4069 _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
Chris@4 4070 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
Chris@4 4071 ;;
Chris@4 4072 ecpc* )
Chris@4 4073 # old Intel C++ for x86_64 which still supported -KPIC.
Chris@4 4074 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
Chris@4 4075 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
Chris@4 4076 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
Chris@4 4077 ;;
Chris@4 4078 icpc* )
Chris@4 4079 # Intel C++, used to be incompatible with GCC.
Chris@4 4080 # ICC 10 doesn't accept -KPIC any more.
Chris@4 4081 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
Chris@4 4082 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
Chris@4 4083 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
Chris@4 4084 ;;
Chris@4 4085 pgCC* | pgcpp*)
Chris@4 4086 # Portland Group C++ compiler
Chris@4 4087 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
Chris@4 4088 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
Chris@4 4089 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
Chris@4 4090 ;;
Chris@4 4091 cxx*)
Chris@4 4092 # Compaq C++
Chris@4 4093 # Make sure the PIC flag is empty. It appears that all Alpha
Chris@4 4094 # Linux and Compaq Tru64 Unix objects are PIC.
Chris@4 4095 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
Chris@4 4096 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
Chris@4 4097 ;;
Chris@4 4098 xlc* | xlC* | bgxl[[cC]]* | mpixl[[cC]]*)
Chris@4 4099 # IBM XL 8.0, 9.0 on PPC and BlueGene
Chris@4 4100 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
Chris@4 4101 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
Chris@4 4102 _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
Chris@4 4103 ;;
Chris@4 4104 *)
Chris@4 4105 case `$CC -V 2>&1 | sed 5q` in
Chris@4 4106 *Sun\ C*)
Chris@4 4107 # Sun C++ 5.9
Chris@4 4108 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
Chris@4 4109 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
Chris@4 4110 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
Chris@4 4111 ;;
Chris@4 4112 esac
Chris@4 4113 ;;
Chris@4 4114 esac
Chris@4 4115 ;;
Chris@4 4116 lynxos*)
Chris@4 4117 ;;
Chris@4 4118 m88k*)
Chris@4 4119 ;;
Chris@4 4120 mvs*)
Chris@4 4121 case $cc_basename in
Chris@4 4122 cxx*)
Chris@4 4123 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
Chris@4 4124 ;;
Chris@4 4125 *)
Chris@4 4126 ;;
Chris@4 4127 esac
Chris@4 4128 ;;
Chris@4 4129 netbsd* | netbsdelf*-gnu)
Chris@4 4130 ;;
Chris@4 4131 *qnx* | *nto*)
Chris@4 4132 # QNX uses GNU C++, but need to define -shared option too, otherwise
Chris@4 4133 # it will coredump.
Chris@4 4134 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
Chris@4 4135 ;;
Chris@4 4136 osf3* | osf4* | osf5*)
Chris@4 4137 case $cc_basename in
Chris@4 4138 KCC*)
Chris@4 4139 _LT_TAGVAR(lt_prog_compiler_wl, $1)='--backend -Wl,'
Chris@4 4140 ;;
Chris@4 4141 RCC*)
Chris@4 4142 # Rational C++ 2.4.1
Chris@4 4143 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
Chris@4 4144 ;;
Chris@4 4145 cxx*)
Chris@4 4146 # Digital/Compaq C++
Chris@4 4147 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
Chris@4 4148 # Make sure the PIC flag is empty. It appears that all Alpha
Chris@4 4149 # Linux and Compaq Tru64 Unix objects are PIC.
Chris@4 4150 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
Chris@4 4151 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
Chris@4 4152 ;;
Chris@4 4153 *)
Chris@4 4154 ;;
Chris@4 4155 esac
Chris@4 4156 ;;
Chris@4 4157 psos*)
Chris@4 4158 ;;
Chris@4 4159 solaris*)
Chris@4 4160 case $cc_basename in
Chris@4 4161 CC* | sunCC*)
Chris@4 4162 # Sun C++ 4.2, 5.x and Centerline C++
Chris@4 4163 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
Chris@4 4164 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
Chris@4 4165 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
Chris@4 4166 ;;
Chris@4 4167 gcx*)
Chris@4 4168 # Green Hills C++ Compiler
Chris@4 4169 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
Chris@4 4170 ;;
Chris@4 4171 *)
Chris@4 4172 ;;
Chris@4 4173 esac
Chris@4 4174 ;;
Chris@4 4175 sunos4*)
Chris@4 4176 case $cc_basename in
Chris@4 4177 CC*)
Chris@4 4178 # Sun C++ 4.x
Chris@4 4179 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
Chris@4 4180 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
Chris@4 4181 ;;
Chris@4 4182 lcc*)
Chris@4 4183 # Lucid
Chris@4 4184 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
Chris@4 4185 ;;
Chris@4 4186 *)
Chris@4 4187 ;;
Chris@4 4188 esac
Chris@4 4189 ;;
Chris@4 4190 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
Chris@4 4191 case $cc_basename in
Chris@4 4192 CC*)
Chris@4 4193 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
Chris@4 4194 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
Chris@4 4195 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
Chris@4 4196 ;;
Chris@4 4197 esac
Chris@4 4198 ;;
Chris@4 4199 tandem*)
Chris@4 4200 case $cc_basename in
Chris@4 4201 NCC*)
Chris@4 4202 # NonStop-UX NCC 3.20
Chris@4 4203 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
Chris@4 4204 ;;
Chris@4 4205 *)
Chris@4 4206 ;;
Chris@4 4207 esac
Chris@4 4208 ;;
Chris@4 4209 vxworks*)
Chris@4 4210 ;;
Chris@4 4211 *)
Chris@4 4212 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
Chris@4 4213 ;;
Chris@4 4214 esac
Chris@4 4215 fi
Chris@4 4216 ],
Chris@4 4217 [
Chris@4 4218 if test "$GCC" = yes; then
Chris@4 4219 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
Chris@4 4220 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
Chris@4 4221
Chris@4 4222 case $host_os in
Chris@4 4223 aix*)
Chris@4 4224 # All AIX code is PIC.
Chris@4 4225 if test "$host_cpu" = ia64; then
Chris@4 4226 # AIX 5 now supports IA64 processor
Chris@4 4227 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
Chris@4 4228 fi
Chris@4 4229 ;;
Chris@4 4230
Chris@4 4231 amigaos*)
Chris@4 4232 case $host_cpu in
Chris@4 4233 powerpc)
Chris@4 4234 # see comment about AmigaOS4 .so support
Chris@4 4235 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
Chris@4 4236 ;;
Chris@4 4237 m68k)
Chris@4 4238 # FIXME: we need at least 68020 code to build shared libraries, but
Chris@4 4239 # adding the `-m68020' flag to GCC prevents building anything better,
Chris@4 4240 # like `-m68040'.
Chris@4 4241 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
Chris@4 4242 ;;
Chris@4 4243 esac
Chris@4 4244 ;;
Chris@4 4245
Chris@4 4246 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
Chris@4 4247 # PIC is the default for these OSes.
Chris@4 4248 ;;
Chris@4 4249
Chris@4 4250 mingw* | cygwin* | pw32* | os2* | cegcc*)
Chris@4 4251 # This hack is so that the source file can tell whether it is being
Chris@4 4252 # built for inclusion in a dll (and should export symbols for example).
Chris@4 4253 # Although the cygwin gcc ignores -fPIC, still need this for old-style
Chris@4 4254 # (--disable-auto-import) libraries
Chris@4 4255 m4_if([$1], [GCJ], [],
Chris@4 4256 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
Chris@4 4257 ;;
Chris@4 4258
Chris@4 4259 darwin* | rhapsody*)
Chris@4 4260 # PIC is the default on this platform
Chris@4 4261 # Common symbols not allowed in MH_DYLIB files
Chris@4 4262 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
Chris@4 4263 ;;
Chris@4 4264
Chris@4 4265 haiku*)
Chris@4 4266 # PIC is the default for Haiku.
Chris@4 4267 # The "-static" flag exists, but is broken.
Chris@4 4268 _LT_TAGVAR(lt_prog_compiler_static, $1)=
Chris@4 4269 ;;
Chris@4 4270
Chris@4 4271 hpux*)
Chris@4 4272 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
Chris@4 4273 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
Chris@4 4274 # sets the default TLS model and affects inlining.
Chris@4 4275 case $host_cpu in
Chris@4 4276 hppa*64*)
Chris@4 4277 # +Z the default
Chris@4 4278 ;;
Chris@4 4279 *)
Chris@4 4280 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
Chris@4 4281 ;;
Chris@4 4282 esac
Chris@4 4283 ;;
Chris@4 4284
Chris@4 4285 interix[[3-9]]*)
Chris@4 4286 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
Chris@4 4287 # Instead, we relocate shared libraries at runtime.
Chris@4 4288 ;;
Chris@4 4289
Chris@4 4290 msdosdjgpp*)
Chris@4 4291 # Just because we use GCC doesn't mean we suddenly get shared libraries
Chris@4 4292 # on systems that don't support them.
Chris@4 4293 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
Chris@4 4294 enable_shared=no
Chris@4 4295 ;;
Chris@4 4296
Chris@4 4297 *nto* | *qnx*)
Chris@4 4298 # QNX uses GNU C++, but need to define -shared option too, otherwise
Chris@4 4299 # it will coredump.
Chris@4 4300 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
Chris@4 4301 ;;
Chris@4 4302
Chris@4 4303 sysv4*MP*)
Chris@4 4304 if test -d /usr/nec; then
Chris@4 4305 _LT_TAGVAR(lt_prog_compiler_pic, $1)=-Kconform_pic
Chris@4 4306 fi
Chris@4 4307 ;;
Chris@4 4308
Chris@4 4309 *)
Chris@4 4310 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
Chris@4 4311 ;;
Chris@4 4312 esac
Chris@4 4313
Chris@4 4314 case $cc_basename in
Chris@4 4315 nvcc*) # Cuda Compiler Driver 2.2
Chris@4 4316 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Xlinker '
Chris@55 4317 if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then
Chris@55 4318 _LT_TAGVAR(lt_prog_compiler_pic, $1)="-Xcompiler $_LT_TAGVAR(lt_prog_compiler_pic, $1)"
Chris@55 4319 fi
Chris@4 4320 ;;
Chris@4 4321 esac
Chris@4 4322 else
Chris@4 4323 # PORTME Check for flag to pass linker flags through the system compiler.
Chris@4 4324 case $host_os in
Chris@4 4325 aix*)
Chris@4 4326 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
Chris@4 4327 if test "$host_cpu" = ia64; then
Chris@4 4328 # AIX 5 now supports IA64 processor
Chris@4 4329 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
Chris@4 4330 else
Chris@4 4331 _LT_TAGVAR(lt_prog_compiler_static, $1)='-bnso -bI:/lib/syscalls.exp'
Chris@4 4332 fi
Chris@4 4333 ;;
Chris@4 4334
Chris@4 4335 mingw* | cygwin* | pw32* | os2* | cegcc*)
Chris@4 4336 # This hack is so that the source file can tell whether it is being
Chris@4 4337 # built for inclusion in a dll (and should export symbols for example).
Chris@4 4338 m4_if([$1], [GCJ], [],
Chris@4 4339 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
Chris@4 4340 ;;
Chris@4 4341
Chris@4 4342 hpux9* | hpux10* | hpux11*)
Chris@4 4343 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
Chris@4 4344 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
Chris@4 4345 # not for PA HP-UX.
Chris@4 4346 case $host_cpu in
Chris@4 4347 hppa*64*|ia64*)
Chris@4 4348 # +Z the default
Chris@4 4349 ;;
Chris@4 4350 *)
Chris@4 4351 _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
Chris@4 4352 ;;
Chris@4 4353 esac
Chris@4 4354 # Is there a better lt_prog_compiler_static that works with the bundled CC?
Chris@4 4355 _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
Chris@4 4356 ;;
Chris@4 4357
Chris@4 4358 irix5* | irix6* | nonstopux*)
Chris@4 4359 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
Chris@4 4360 # PIC (with -KPIC) is the default.
Chris@4 4361 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
Chris@4 4362 ;;
Chris@4 4363
Chris@55 4364 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
Chris@4 4365 case $cc_basename in
Chris@4 4366 # old Intel for x86_64 which still supported -KPIC.
Chris@4 4367 ecc*)
Chris@4 4368 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
Chris@4 4369 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
Chris@4 4370 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
Chris@4 4371 ;;
Chris@4 4372 # icc used to be incompatible with GCC.
Chris@4 4373 # ICC 10 doesn't accept -KPIC any more.
Chris@4 4374 icc* | ifort*)
Chris@4 4375 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
Chris@4 4376 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
Chris@4 4377 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
Chris@4 4378 ;;
Chris@4 4379 # Lahey Fortran 8.1.
Chris@4 4380 lf95*)
Chris@4 4381 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
Chris@4 4382 _LT_TAGVAR(lt_prog_compiler_pic, $1)='--shared'
Chris@4 4383 _LT_TAGVAR(lt_prog_compiler_static, $1)='--static'
Chris@4 4384 ;;
Chris@4 4385 nagfor*)
Chris@4 4386 # NAG Fortran compiler
Chris@4 4387 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,'
Chris@4 4388 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
Chris@4 4389 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
Chris@4 4390 ;;
Chris@4 4391 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
Chris@4 4392 # Portland Group compilers (*not* the Pentium gcc compiler,
Chris@4 4393 # which looks to be a dead project)
Chris@4 4394 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
Chris@4 4395 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
Chris@4 4396 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
Chris@4 4397 ;;
Chris@4 4398 ccc*)
Chris@4 4399 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
Chris@4 4400 # All Alpha code is PIC.
Chris@4 4401 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
Chris@4 4402 ;;
Chris@4 4403 xl* | bgxl* | bgf* | mpixl*)
Chris@4 4404 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
Chris@4 4405 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
Chris@4 4406 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-qpic'
Chris@4 4407 _LT_TAGVAR(lt_prog_compiler_static, $1)='-qstaticlink'
Chris@4 4408 ;;
Chris@4 4409 *)
Chris@4 4410 case `$CC -V 2>&1 | sed 5q` in
Chris@55 4411 *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
Chris@4 4412 # Sun Fortran 8.3 passes all unrecognized flags to the linker
Chris@4 4413 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
Chris@4 4414 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
Chris@4 4415 _LT_TAGVAR(lt_prog_compiler_wl, $1)=''
Chris@4 4416 ;;
Chris@55 4417 *Sun\ F* | *Sun*Fortran*)
Chris@55 4418 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
Chris@55 4419 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
Chris@55 4420 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
Chris@55 4421 ;;
Chris@4 4422 *Sun\ C*)
Chris@4 4423 # Sun C 5.9
Chris@4 4424 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
Chris@4 4425 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
Chris@4 4426 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
Chris@4 4427 ;;
Chris@55 4428 *Intel*\ [[CF]]*Compiler*)
Chris@55 4429 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
Chris@55 4430 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
Chris@55 4431 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
Chris@55 4432 ;;
Chris@55 4433 *Portland\ Group*)
Chris@55 4434 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
Chris@55 4435 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fpic'
Chris@55 4436 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
Chris@55 4437 ;;
Chris@4 4438 esac
Chris@4 4439 ;;
Chris@4 4440 esac
Chris@4 4441 ;;
Chris@4 4442
Chris@4 4443 newsos6)
Chris@4 4444 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
Chris@4 4445 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
Chris@4 4446 ;;
Chris@4 4447
Chris@4 4448 *nto* | *qnx*)
Chris@4 4449 # QNX uses GNU C++, but need to define -shared option too, otherwise
Chris@4 4450 # it will coredump.
Chris@4 4451 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC -shared'
Chris@4 4452 ;;
Chris@4 4453
Chris@4 4454 osf3* | osf4* | osf5*)
Chris@4 4455 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
Chris@4 4456 # All OSF/1 code is PIC.
Chris@4 4457 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
Chris@4 4458 ;;
Chris@4 4459
Chris@4 4460 rdos*)
Chris@4 4461 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
Chris@4 4462 ;;
Chris@4 4463
Chris@4 4464 solaris*)
Chris@4 4465 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
Chris@4 4466 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
Chris@4 4467 case $cc_basename in
Chris@4 4468 f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
Chris@4 4469 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld ';;
Chris@4 4470 *)
Chris@4 4471 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,';;
Chris@4 4472 esac
Chris@4 4473 ;;
Chris@4 4474
Chris@4 4475 sunos4*)
Chris@4 4476 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Qoption ld '
Chris@4 4477 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
Chris@4 4478 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
Chris@4 4479 ;;
Chris@4 4480
Chris@4 4481 sysv4 | sysv4.2uw2* | sysv4.3*)
Chris@4 4482 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
Chris@4 4483 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
Chris@4 4484 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
Chris@4 4485 ;;
Chris@4 4486
Chris@4 4487 sysv4*MP*)
Chris@4 4488 if test -d /usr/nec ;then
Chris@4 4489 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
Chris@4 4490 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
Chris@4 4491 fi
Chris@4 4492 ;;
Chris@4 4493
Chris@4 4494 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
Chris@4 4495 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
Chris@4 4496 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
Chris@4 4497 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
Chris@4 4498 ;;
Chris@4 4499
Chris@4 4500 unicos*)
Chris@4 4501 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
Chris@4 4502 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
Chris@4 4503 ;;
Chris@4 4504
Chris@4 4505 uts4*)
Chris@4 4506 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-pic'
Chris@4 4507 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
Chris@4 4508 ;;
Chris@4 4509
Chris@4 4510 *)
Chris@4 4511 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no
Chris@4 4512 ;;
Chris@4 4513 esac
Chris@4 4514 fi
Chris@4 4515 ])
Chris@4 4516 case $host_os in
Chris@4 4517 # For platforms which do not support PIC, -DPIC is meaningless:
Chris@4 4518 *djgpp*)
Chris@4 4519 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
Chris@4 4520 ;;
Chris@4 4521 *)
Chris@4 4522 _LT_TAGVAR(lt_prog_compiler_pic, $1)="$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])"
Chris@4 4523 ;;
Chris@4 4524 esac
Chris@4 4525
Chris@4 4526 AC_CACHE_CHECK([for $compiler option to produce PIC],
Chris@4 4527 [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)],
Chris@4 4528 [_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_prog_compiler_pic, $1)])
Chris@4 4529 _LT_TAGVAR(lt_prog_compiler_pic, $1)=$_LT_TAGVAR(lt_cv_prog_compiler_pic, $1)
Chris@4 4530
Chris@4 4531 #
Chris@4 4532 # Check to make sure the PIC flag actually works.
Chris@4 4533 #
Chris@4 4534 if test -n "$_LT_TAGVAR(lt_prog_compiler_pic, $1)"; then
Chris@4 4535 _LT_COMPILER_OPTION([if $compiler PIC flag $_LT_TAGVAR(lt_prog_compiler_pic, $1) works],
Chris@4 4536 [_LT_TAGVAR(lt_cv_prog_compiler_pic_works, $1)],
Chris@4 4537 [$_LT_TAGVAR(lt_prog_compiler_pic, $1)@&t@m4_if([$1],[],[ -DPIC],[m4_if([$1],[CXX],[ -DPIC],[])])], [],
Chris@4 4538 [case $_LT_TAGVAR(lt_prog_compiler_pic, $1) in
Chris@4 4539 "" | " "*) ;;
Chris@4 4540 *) _LT_TAGVAR(lt_prog_compiler_pic, $1)=" $_LT_TAGVAR(lt_prog_compiler_pic, $1)" ;;
Chris@4 4541 esac],
Chris@4 4542 [_LT_TAGVAR(lt_prog_compiler_pic, $1)=
Chris@4 4543 _LT_TAGVAR(lt_prog_compiler_can_build_shared, $1)=no])
Chris@4 4544 fi
Chris@4 4545 _LT_TAGDECL([pic_flag], [lt_prog_compiler_pic], [1],
Chris@4 4546 [Additional compiler flags for building library objects])
Chris@4 4547
Chris@4 4548 _LT_TAGDECL([wl], [lt_prog_compiler_wl], [1],
Chris@4 4549 [How to pass a linker flag through the compiler])
Chris@4 4550 #
Chris@4 4551 # Check to make sure the static flag actually works.
Chris@4 4552 #
Chris@4 4553 wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1) eval lt_tmp_static_flag=\"$_LT_TAGVAR(lt_prog_compiler_static, $1)\"
Chris@4 4554 _LT_LINKER_OPTION([if $compiler static flag $lt_tmp_static_flag works],
Chris@4 4555 _LT_TAGVAR(lt_cv_prog_compiler_static_works, $1),
Chris@4 4556 $lt_tmp_static_flag,
Chris@4 4557 [],
Chris@4 4558 [_LT_TAGVAR(lt_prog_compiler_static, $1)=])
Chris@4 4559 _LT_TAGDECL([link_static_flag], [lt_prog_compiler_static], [1],
Chris@4 4560 [Compiler flag to prevent dynamic linking])
Chris@4 4561 ])# _LT_COMPILER_PIC
Chris@4 4562
Chris@4 4563
Chris@4 4564 # _LT_LINKER_SHLIBS([TAGNAME])
Chris@4 4565 # ----------------------------
Chris@4 4566 # See if the linker supports building shared libraries.
Chris@4 4567 m4_defun([_LT_LINKER_SHLIBS],
Chris@4 4568 [AC_REQUIRE([LT_PATH_LD])dnl
Chris@4 4569 AC_REQUIRE([LT_PATH_NM])dnl
Chris@4 4570 m4_require([_LT_PATH_MANIFEST_TOOL])dnl
Chris@4 4571 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
Chris@4 4572 m4_require([_LT_DECL_EGREP])dnl
Chris@4 4573 m4_require([_LT_DECL_SED])dnl
Chris@4 4574 m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
Chris@4 4575 m4_require([_LT_TAG_COMPILER])dnl
Chris@4 4576 AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
Chris@4 4577 m4_if([$1], [CXX], [
Chris@4 4578 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
Chris@4 4579 _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
Chris@4 4580 case $host_os in
Chris@4 4581 aix[[4-9]]*)
Chris@4 4582 # If we're using GNU nm, then we don't want the "-C" option.
Chris@4 4583 # -C means demangle to AIX nm, but means don't demangle with GNU nm
Chris@4 4584 # Also, AIX nm treats weak defined symbols like other global defined
Chris@4 4585 # symbols, whereas GNU nm marks them as "W".
Chris@4 4586 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
Chris@4 4587 _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
Chris@4 4588 else
Chris@4 4589 _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
Chris@4 4590 fi
Chris@4 4591 ;;
Chris@4 4592 pw32*)
Chris@4 4593 _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
Chris@4 4594 ;;
Chris@4 4595 cygwin* | mingw* | cegcc*)
Chris@4 4596 case $cc_basename in
Chris@55 4597 cl*)
Chris@55 4598 _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
Chris@55 4599 ;;
Chris@4 4600 *)
Chris@4 4601 _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'
Chris@4 4602 _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname']
Chris@4 4603 ;;
Chris@4 4604 esac
Chris@4 4605 ;;
Chris@4 4606 linux* | k*bsd*-gnu | gnu*)
Chris@4 4607 _LT_TAGVAR(link_all_deplibs, $1)=no
Chris@4 4608 ;;
Chris@4 4609 *)
Chris@4 4610 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
Chris@4 4611 ;;
Chris@4 4612 esac
Chris@4 4613 ], [
Chris@4 4614 runpath_var=
Chris@4 4615 _LT_TAGVAR(allow_undefined_flag, $1)=
Chris@4 4616 _LT_TAGVAR(always_export_symbols, $1)=no
Chris@4 4617 _LT_TAGVAR(archive_cmds, $1)=
Chris@4 4618 _LT_TAGVAR(archive_expsym_cmds, $1)=
Chris@4 4619 _LT_TAGVAR(compiler_needs_object, $1)=no
Chris@4 4620 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
Chris@4 4621 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
Chris@4 4622 _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
Chris@4 4623 _LT_TAGVAR(hardcode_automatic, $1)=no
Chris@4 4624 _LT_TAGVAR(hardcode_direct, $1)=no
Chris@4 4625 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
Chris@4 4626 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
Chris@4 4627 _LT_TAGVAR(hardcode_libdir_separator, $1)=
Chris@4 4628 _LT_TAGVAR(hardcode_minus_L, $1)=no
Chris@4 4629 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
Chris@4 4630 _LT_TAGVAR(inherit_rpath, $1)=no
Chris@4 4631 _LT_TAGVAR(link_all_deplibs, $1)=unknown
Chris@4 4632 _LT_TAGVAR(module_cmds, $1)=
Chris@4 4633 _LT_TAGVAR(module_expsym_cmds, $1)=
Chris@4 4634 _LT_TAGVAR(old_archive_from_new_cmds, $1)=
Chris@4 4635 _LT_TAGVAR(old_archive_from_expsyms_cmds, $1)=
Chris@4 4636 _LT_TAGVAR(thread_safe_flag_spec, $1)=
Chris@4 4637 _LT_TAGVAR(whole_archive_flag_spec, $1)=
Chris@4 4638 # include_expsyms should be a list of space-separated symbols to be *always*
Chris@4 4639 # included in the symbol list
Chris@4 4640 _LT_TAGVAR(include_expsyms, $1)=
Chris@4 4641 # exclude_expsyms can be an extended regexp of symbols to exclude
Chris@4 4642 # it will be wrapped by ` (' and `)$', so one must not match beginning or
Chris@4 4643 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
Chris@4 4644 # as well as any symbol that contains `d'.
Chris@4 4645 _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
Chris@4 4646 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
Chris@4 4647 # platforms (ab)use it in PIC code, but their linkers get confused if
Chris@4 4648 # the symbol is explicitly referenced. Since portable code cannot
Chris@4 4649 # rely on this symbol name, it's probably fine to never include it in
Chris@4 4650 # preloaded symbol tables.
Chris@4 4651 # Exclude shared library initialization/finalization symbols.
Chris@4 4652 dnl Note also adjust exclude_expsyms for C++ above.
Chris@4 4653 extract_expsyms_cmds=
Chris@4 4654
Chris@4 4655 case $host_os in
Chris@4 4656 cygwin* | mingw* | pw32* | cegcc*)
Chris@4 4657 # FIXME: the MSVC++ port hasn't been tested in a loooong time
Chris@4 4658 # When not using gcc, we currently assume that we are using
Chris@4 4659 # Microsoft Visual C++.
Chris@4 4660 if test "$GCC" != yes; then
Chris@4 4661 with_gnu_ld=no
Chris@4 4662 fi
Chris@4 4663 ;;
Chris@4 4664 interix*)
Chris@4 4665 # we just hope/assume this is gcc and not c89 (= MSVC++)
Chris@4 4666 with_gnu_ld=yes
Chris@4 4667 ;;
Chris@4 4668 openbsd*)
Chris@4 4669 with_gnu_ld=no
Chris@4 4670 ;;
Chris@4 4671 linux* | k*bsd*-gnu | gnu*)
Chris@4 4672 _LT_TAGVAR(link_all_deplibs, $1)=no
Chris@4 4673 ;;
Chris@4 4674 esac
Chris@4 4675
Chris@4 4676 _LT_TAGVAR(ld_shlibs, $1)=yes
Chris@4 4677
Chris@4 4678 # On some targets, GNU ld is compatible enough with the native linker
Chris@4 4679 # that we're better off using the native interface for both.
Chris@4 4680 lt_use_gnu_ld_interface=no
Chris@4 4681 if test "$with_gnu_ld" = yes; then
Chris@4 4682 case $host_os in
Chris@4 4683 aix*)
Chris@4 4684 # The AIX port of GNU ld has always aspired to compatibility
Chris@4 4685 # with the native linker. However, as the warning in the GNU ld
Chris@4 4686 # block says, versions before 2.19.5* couldn't really create working
Chris@4 4687 # shared libraries, regardless of the interface used.
Chris@4 4688 case `$LD -v 2>&1` in
Chris@4 4689 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
Chris@4 4690 *\ \(GNU\ Binutils\)\ 2.[[2-9]]*) ;;
Chris@4 4691 *\ \(GNU\ Binutils\)\ [[3-9]]*) ;;
Chris@4 4692 *)
Chris@4 4693 lt_use_gnu_ld_interface=yes
Chris@4 4694 ;;
Chris@4 4695 esac
Chris@4 4696 ;;
Chris@4 4697 *)
Chris@4 4698 lt_use_gnu_ld_interface=yes
Chris@4 4699 ;;
Chris@4 4700 esac
Chris@4 4701 fi
Chris@4 4702
Chris@4 4703 if test "$lt_use_gnu_ld_interface" = yes; then
Chris@4 4704 # If archive_cmds runs LD, not CC, wlarc should be empty
Chris@4 4705 wlarc='${wl}'
Chris@4 4706
Chris@4 4707 # Set some defaults for GNU ld with shared library support. These
Chris@4 4708 # are reset later if shared libraries are not supported. Putting them
Chris@4 4709 # here allows them to be overridden if necessary.
Chris@4 4710 runpath_var=LD_RUN_PATH
Chris@4 4711 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
Chris@4 4712 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
Chris@4 4713 # ancient GNU ld didn't support --whole-archive et. al.
Chris@4 4714 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
Chris@4 4715 _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
Chris@4 4716 else
Chris@4 4717 _LT_TAGVAR(whole_archive_flag_spec, $1)=
Chris@4 4718 fi
Chris@4 4719 supports_anon_versioning=no
Chris@4 4720 case `$LD -v 2>&1` in
Chris@4 4721 *GNU\ gold*) supports_anon_versioning=yes ;;
Chris@4 4722 *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
Chris@4 4723 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
Chris@4 4724 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
Chris@4 4725 *\ 2.11.*) ;; # other 2.11 versions
Chris@4 4726 *) supports_anon_versioning=yes ;;
Chris@4 4727 esac
Chris@4 4728
Chris@4 4729 # See if GNU ld supports shared libraries.
Chris@4 4730 case $host_os in
Chris@4 4731 aix[[3-9]]*)
Chris@4 4732 # On AIX/PPC, the GNU linker is very broken
Chris@4 4733 if test "$host_cpu" != ia64; then
Chris@4 4734 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 4735 cat <<_LT_EOF 1>&2
Chris@4 4736
Chris@4 4737 *** Warning: the GNU linker, at least up to release 2.19, is reported
Chris@4 4738 *** to be unable to reliably create shared libraries on AIX.
Chris@4 4739 *** Therefore, libtool is disabling shared libraries support. If you
Chris@4 4740 *** really care for shared libraries, you may want to install binutils
Chris@4 4741 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
Chris@4 4742 *** You will then need to restart the configuration process.
Chris@4 4743
Chris@4 4744 _LT_EOF
Chris@4 4745 fi
Chris@4 4746 ;;
Chris@4 4747
Chris@4 4748 amigaos*)
Chris@4 4749 case $host_cpu in
Chris@4 4750 powerpc)
Chris@4 4751 # see comment about AmigaOS4 .so support
Chris@4 4752 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
Chris@4 4753 _LT_TAGVAR(archive_expsym_cmds, $1)=''
Chris@4 4754 ;;
Chris@4 4755 m68k)
Chris@4 4756 _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)'
Chris@4 4757 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
Chris@4 4758 _LT_TAGVAR(hardcode_minus_L, $1)=yes
Chris@4 4759 ;;
Chris@4 4760 esac
Chris@4 4761 ;;
Chris@4 4762
Chris@4 4763 beos*)
Chris@4 4764 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
Chris@4 4765 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
Chris@4 4766 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
Chris@4 4767 # support --undefined. This deserves some investigation. FIXME
Chris@4 4768 _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
Chris@4 4769 else
Chris@4 4770 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 4771 fi
Chris@4 4772 ;;
Chris@4 4773
Chris@4 4774 cygwin* | mingw* | pw32* | cegcc*)
Chris@4 4775 # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
Chris@4 4776 # as there is no search path for DLLs.
Chris@4 4777 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
Chris@4 4778 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols'
Chris@4 4779 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
Chris@4 4780 _LT_TAGVAR(always_export_symbols, $1)=no
Chris@4 4781 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
Chris@4 4782 _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'
Chris@4 4783 _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname']
Chris@4 4784
Chris@4 4785 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
Chris@4 4786 _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'
Chris@4 4787 # If the export-symbols file already is a .def file (1st line
Chris@4 4788 # is EXPORTS), use it as is; otherwise, prepend...
Chris@4 4789 _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
Chris@4 4790 cp $export_symbols $output_objdir/$soname.def;
Chris@4 4791 else
Chris@4 4792 echo EXPORTS > $output_objdir/$soname.def;
Chris@4 4793 cat $export_symbols >> $output_objdir/$soname.def;
Chris@4 4794 fi~
Chris@4 4795 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
Chris@4 4796 else
Chris@4 4797 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 4798 fi
Chris@4 4799 ;;
Chris@4 4800
Chris@4 4801 haiku*)
Chris@4 4802 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
Chris@4 4803 _LT_TAGVAR(link_all_deplibs, $1)=yes
Chris@4 4804 ;;
Chris@4 4805
Chris@4 4806 interix[[3-9]]*)
Chris@4 4807 _LT_TAGVAR(hardcode_direct, $1)=no
Chris@4 4808 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
Chris@4 4809 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
Chris@4 4810 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
Chris@4 4811 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
Chris@4 4812 # Instead, shared libraries are loaded at an image base (0x10000000 by
Chris@4 4813 # default) and relocated if they conflict, which is a slow very memory
Chris@4 4814 # consuming and fragmenting process. To avoid this, we pick a random,
Chris@4 4815 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
Chris@4 4816 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
Chris@4 4817 _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'
Chris@4 4818 _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'
Chris@4 4819 ;;
Chris@4 4820
Chris@4 4821 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
Chris@4 4822 tmp_diet=no
Chris@4 4823 if test "$host_os" = linux-dietlibc; then
Chris@4 4824 case $cc_basename in
Chris@4 4825 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
Chris@4 4826 esac
Chris@4 4827 fi
Chris@4 4828 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
Chris@4 4829 && test "$tmp_diet" = no
Chris@4 4830 then
Chris@4 4831 tmp_addflag=' $pic_flag'
Chris@4 4832 tmp_sharedflag='-shared'
Chris@4 4833 case $cc_basename,$host_cpu in
Chris@4 4834 pgcc*) # Portland Group C compiler
Chris@4 4835 _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'
Chris@4 4836 tmp_addflag=' $pic_flag'
Chris@4 4837 ;;
Chris@4 4838 pgf77* | pgf90* | pgf95* | pgfortran*)
Chris@4 4839 # Portland Group f77 and f90 compilers
Chris@4 4840 _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'
Chris@4 4841 tmp_addflag=' $pic_flag -Mnomain' ;;
Chris@4 4842 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
Chris@4 4843 tmp_addflag=' -i_dynamic' ;;
Chris@4 4844 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
Chris@4 4845 tmp_addflag=' -i_dynamic -nofor_main' ;;
Chris@4 4846 ifc* | ifort*) # Intel Fortran compiler
Chris@4 4847 tmp_addflag=' -nofor_main' ;;
Chris@4 4848 lf95*) # Lahey Fortran 8.1
Chris@4 4849 _LT_TAGVAR(whole_archive_flag_spec, $1)=
Chris@4 4850 tmp_sharedflag='--shared' ;;
Chris@4 4851 xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below)
Chris@4 4852 tmp_sharedflag='-qmkshrobj'
Chris@4 4853 tmp_addflag= ;;
Chris@4 4854 nvcc*) # Cuda Compiler Driver 2.2
Chris@4 4855 _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'
Chris@4 4856 _LT_TAGVAR(compiler_needs_object, $1)=yes
Chris@4 4857 ;;
Chris@4 4858 esac
Chris@4 4859 case `$CC -V 2>&1 | sed 5q` in
Chris@4 4860 *Sun\ C*) # Sun C 5.9
Chris@4 4861 _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'
Chris@4 4862 _LT_TAGVAR(compiler_needs_object, $1)=yes
Chris@4 4863 tmp_sharedflag='-G' ;;
Chris@4 4864 *Sun\ F*) # Sun Fortran 8.3
Chris@4 4865 tmp_sharedflag='-G' ;;
Chris@4 4866 esac
Chris@4 4867 _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
Chris@4 4868
Chris@4 4869 if test "x$supports_anon_versioning" = xyes; then
Chris@4 4870 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
Chris@4 4871 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
Chris@4 4872 echo "local: *; };" >> $output_objdir/$libname.ver~
Chris@4 4873 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
Chris@4 4874 fi
Chris@4 4875
Chris@4 4876 case $cc_basename in
Chris@4 4877 xlf* | bgf* | bgxlf* | mpixlf*)
Chris@4 4878 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
Chris@4 4879 _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive'
Chris@55 4880 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
Chris@4 4881 _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
Chris@4 4882 if test "x$supports_anon_versioning" = xyes; then
Chris@4 4883 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
Chris@4 4884 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
Chris@4 4885 echo "local: *; };" >> $output_objdir/$libname.ver~
Chris@4 4886 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
Chris@4 4887 fi
Chris@4 4888 ;;
Chris@4 4889 esac
Chris@4 4890 else
Chris@4 4891 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 4892 fi
Chris@4 4893 ;;
Chris@4 4894
Chris@4 4895 netbsd* | netbsdelf*-gnu)
Chris@4 4896 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
Chris@4 4897 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
Chris@4 4898 wlarc=
Chris@4 4899 else
Chris@4 4900 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
Chris@4 4901 _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'
Chris@4 4902 fi
Chris@4 4903 ;;
Chris@4 4904
Chris@4 4905 solaris*)
Chris@4 4906 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
Chris@4 4907 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 4908 cat <<_LT_EOF 1>&2
Chris@4 4909
Chris@4 4910 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
Chris@4 4911 *** create shared libraries on Solaris systems. Therefore, libtool
Chris@4 4912 *** is disabling shared libraries support. We urge you to upgrade GNU
Chris@4 4913 *** binutils to release 2.9.1 or newer. Another option is to modify
Chris@4 4914 *** your PATH or compiler configuration so that the native linker is
Chris@4 4915 *** used, and then restart.
Chris@4 4916
Chris@4 4917 _LT_EOF
Chris@4 4918 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
Chris@4 4919 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
Chris@4 4920 _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'
Chris@4 4921 else
Chris@4 4922 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 4923 fi
Chris@4 4924 ;;
Chris@4 4925
Chris@4 4926 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
Chris@4 4927 case `$LD -v 2>&1` in
Chris@4 4928 *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
Chris@4 4929 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 4930 cat <<_LT_EOF 1>&2
Chris@4 4931
Chris@4 4932 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
Chris@4 4933 *** reliably create shared libraries on SCO systems. Therefore, libtool
Chris@4 4934 *** is disabling shared libraries support. We urge you to upgrade GNU
Chris@4 4935 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
Chris@4 4936 *** your PATH or compiler configuration so that the native linker is
Chris@4 4937 *** used, and then restart.
Chris@4 4938
Chris@4 4939 _LT_EOF
Chris@4 4940 ;;
Chris@4 4941 *)
Chris@4 4942 # For security reasons, it is highly recommended that you always
Chris@4 4943 # use absolute paths for naming shared libraries, and exclude the
Chris@4 4944 # DT_RUNPATH tag from executables and libraries. But doing so
Chris@4 4945 # requires that you compile everything twice, which is a pain.
Chris@4 4946 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
Chris@4 4947 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
Chris@4 4948 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
Chris@4 4949 _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'
Chris@4 4950 else
Chris@4 4951 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 4952 fi
Chris@4 4953 ;;
Chris@4 4954 esac
Chris@4 4955 ;;
Chris@4 4956
Chris@4 4957 sunos4*)
Chris@4 4958 _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
Chris@4 4959 wlarc=
Chris@4 4960 _LT_TAGVAR(hardcode_direct, $1)=yes
Chris@4 4961 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
Chris@4 4962 ;;
Chris@4 4963
Chris@4 4964 *)
Chris@4 4965 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
Chris@4 4966 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
Chris@4 4967 _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'
Chris@4 4968 else
Chris@4 4969 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 4970 fi
Chris@4 4971 ;;
Chris@4 4972 esac
Chris@4 4973
Chris@4 4974 if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then
Chris@4 4975 runpath_var=
Chris@4 4976 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
Chris@4 4977 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
Chris@4 4978 _LT_TAGVAR(whole_archive_flag_spec, $1)=
Chris@4 4979 fi
Chris@4 4980 else
Chris@4 4981 # PORTME fill in a description of your system's linker (not GNU ld)
Chris@4 4982 case $host_os in
Chris@4 4983 aix3*)
Chris@4 4984 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
Chris@4 4985 _LT_TAGVAR(always_export_symbols, $1)=yes
Chris@4 4986 _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'
Chris@4 4987 # Note: this linker hardcodes the directories in LIBPATH if there
Chris@4 4988 # are no directories specified by -L.
Chris@4 4989 _LT_TAGVAR(hardcode_minus_L, $1)=yes
Chris@4 4990 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
Chris@4 4991 # Neither direct hardcoding nor static linking is supported with a
Chris@4 4992 # broken collect2.
Chris@4 4993 _LT_TAGVAR(hardcode_direct, $1)=unsupported
Chris@4 4994 fi
Chris@4 4995 ;;
Chris@4 4996
Chris@4 4997 aix[[4-9]]*)
Chris@4 4998 if test "$host_cpu" = ia64; then
Chris@4 4999 # On IA64, the linker does run time linking by default, so we don't
Chris@4 5000 # have to do anything special.
Chris@4 5001 aix_use_runtimelinking=no
Chris@4 5002 exp_sym_flag='-Bexport'
Chris@4 5003 no_entry_flag=""
Chris@4 5004 else
Chris@4 5005 # If we're using GNU nm, then we don't want the "-C" option.
Chris@4 5006 # -C means demangle to AIX nm, but means don't demangle with GNU nm
Chris@4 5007 # Also, AIX nm treats weak defined symbols like other global
Chris@4 5008 # defined symbols, whereas GNU nm marks them as "W".
Chris@4 5009 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
Chris@4 5010 _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
Chris@4 5011 else
Chris@4 5012 _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
Chris@4 5013 fi
Chris@4 5014 aix_use_runtimelinking=no
Chris@4 5015
Chris@4 5016 # Test if we are trying to use run time linking or normal
Chris@4 5017 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
Chris@4 5018 # need to do runtime linking.
Chris@4 5019 case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
Chris@4 5020 for ld_flag in $LDFLAGS; do
Chris@4 5021 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
Chris@4 5022 aix_use_runtimelinking=yes
Chris@4 5023 break
Chris@4 5024 fi
Chris@4 5025 done
Chris@4 5026 ;;
Chris@4 5027 esac
Chris@4 5028
Chris@4 5029 exp_sym_flag='-bexport'
Chris@4 5030 no_entry_flag='-bnoentry'
Chris@4 5031 fi
Chris@4 5032
Chris@4 5033 # When large executables or shared objects are built, AIX ld can
Chris@4 5034 # have problems creating the table of contents. If linking a library
Chris@4 5035 # or program results in "error TOC overflow" add -mminimal-toc to
Chris@4 5036 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
Chris@4 5037 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
Chris@4 5038
Chris@4 5039 _LT_TAGVAR(archive_cmds, $1)=''
Chris@4 5040 _LT_TAGVAR(hardcode_direct, $1)=yes
Chris@4 5041 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
Chris@4 5042 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
Chris@4 5043 _LT_TAGVAR(link_all_deplibs, $1)=yes
Chris@4 5044 _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
Chris@4 5045
Chris@4 5046 if test "$GCC" = yes; then
Chris@4 5047 case $host_os in aix4.[[012]]|aix4.[[012]].*)
Chris@4 5048 # We only want to do this on AIX 4.2 and lower, the check
Chris@4 5049 # below for broken collect2 doesn't work under 4.3+
Chris@4 5050 collect2name=`${CC} -print-prog-name=collect2`
Chris@4 5051 if test -f "$collect2name" &&
Chris@4 5052 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
Chris@4 5053 then
Chris@4 5054 # We have reworked collect2
Chris@4 5055 :
Chris@4 5056 else
Chris@4 5057 # We have old collect2
Chris@4 5058 _LT_TAGVAR(hardcode_direct, $1)=unsupported
Chris@4 5059 # It fails to find uninstalled libraries when the uninstalled
Chris@4 5060 # path is not listed in the libpath. Setting hardcode_minus_L
Chris@4 5061 # to unsupported forces relinking
Chris@4 5062 _LT_TAGVAR(hardcode_minus_L, $1)=yes
Chris@4 5063 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
Chris@4 5064 _LT_TAGVAR(hardcode_libdir_separator, $1)=
Chris@4 5065 fi
Chris@4 5066 ;;
Chris@4 5067 esac
Chris@4 5068 shared_flag='-shared'
Chris@4 5069 if test "$aix_use_runtimelinking" = yes; then
Chris@4 5070 shared_flag="$shared_flag "'${wl}-G'
Chris@4 5071 fi
Chris@4 5072 _LT_TAGVAR(link_all_deplibs, $1)=no
Chris@4 5073 else
Chris@4 5074 # not using gcc
Chris@4 5075 if test "$host_cpu" = ia64; then
Chris@4 5076 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
Chris@4 5077 # chokes on -Wl,-G. The following line is correct:
Chris@4 5078 shared_flag='-G'
Chris@4 5079 else
Chris@4 5080 if test "$aix_use_runtimelinking" = yes; then
Chris@4 5081 shared_flag='${wl}-G'
Chris@4 5082 else
Chris@4 5083 shared_flag='${wl}-bM:SRE'
Chris@4 5084 fi
Chris@4 5085 fi
Chris@4 5086 fi
Chris@4 5087
Chris@4 5088 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
Chris@4 5089 # It seems that -bexpall does not export symbols beginning with
Chris@4 5090 # underscore (_), so it is better to generate a list of symbols to export.
Chris@4 5091 _LT_TAGVAR(always_export_symbols, $1)=yes
Chris@4 5092 if test "$aix_use_runtimelinking" = yes; then
Chris@4 5093 # Warning - without using the other runtime loading flags (-brtl),
Chris@4 5094 # -berok will link without error, but may produce a broken library.
Chris@4 5095 _LT_TAGVAR(allow_undefined_flag, $1)='-berok'
Chris@4 5096 # Determine the default libpath from the value encoded in an
Chris@4 5097 # empty executable.
Chris@4 5098 _LT_SYS_MODULE_PATH_AIX([$1])
Chris@4 5099 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
Chris@4 5100 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
Chris@4 5101 else
Chris@4 5102 if test "$host_cpu" = ia64; then
Chris@4 5103 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
Chris@4 5104 _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
Chris@4 5105 _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"
Chris@4 5106 else
Chris@4 5107 # Determine the default libpath from the value encoded in an
Chris@4 5108 # empty executable.
Chris@4 5109 _LT_SYS_MODULE_PATH_AIX([$1])
Chris@4 5110 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
Chris@4 5111 # Warning - without using the other run time loading flags,
Chris@4 5112 # -berok will link without error, but may produce a broken library.
Chris@4 5113 _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
Chris@4 5114 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
Chris@4 5115 if test "$with_gnu_ld" = yes; then
Chris@4 5116 # We only use this code for GNU lds that support --whole-archive.
Chris@4 5117 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
Chris@4 5118 else
Chris@4 5119 # Exported symbols can be pulled into shared objects from archives
Chris@4 5120 _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
Chris@4 5121 fi
Chris@4 5122 _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
Chris@4 5123 # This is similar to how AIX traditionally builds its shared libraries.
Chris@4 5124 _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
Chris@4 5125 fi
Chris@4 5126 fi
Chris@4 5127 ;;
Chris@4 5128
Chris@4 5129 amigaos*)
Chris@4 5130 case $host_cpu in
Chris@4 5131 powerpc)
Chris@4 5132 # see comment about AmigaOS4 .so support
Chris@4 5133 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
Chris@4 5134 _LT_TAGVAR(archive_expsym_cmds, $1)=''
Chris@4 5135 ;;
Chris@4 5136 m68k)
Chris@4 5137 _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)'
Chris@4 5138 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
Chris@4 5139 _LT_TAGVAR(hardcode_minus_L, $1)=yes
Chris@4 5140 ;;
Chris@4 5141 esac
Chris@4 5142 ;;
Chris@4 5143
Chris@4 5144 bsdi[[45]]*)
Chris@4 5145 _LT_TAGVAR(export_dynamic_flag_spec, $1)=-rdynamic
Chris@4 5146 ;;
Chris@4 5147
Chris@4 5148 cygwin* | mingw* | pw32* | cegcc*)
Chris@4 5149 # When not using gcc, we currently assume that we are using
Chris@4 5150 # Microsoft Visual C++.
Chris@4 5151 # hardcode_libdir_flag_spec is actually meaningless, as there is
Chris@4 5152 # no search path for DLLs.
Chris@4 5153 case $cc_basename in
Chris@4 5154 cl*)
Chris@4 5155 # Native MSVC
Chris@4 5156 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
Chris@4 5157 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
Chris@4 5158 _LT_TAGVAR(always_export_symbols, $1)=yes
Chris@4 5159 _LT_TAGVAR(file_list_spec, $1)='@'
Chris@4 5160 # Tell ltmain to make .lib files, not .a files.
Chris@4 5161 libext=lib
Chris@4 5162 # Tell ltmain to make .dll files, not .so files.
Chris@4 5163 shrext_cmds=".dll"
Chris@4 5164 # FIXME: Setting linknames here is a bad hack.
Chris@4 5165 _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
Chris@4 5166 _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
Chris@4 5167 sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
Chris@4 5168 else
Chris@4 5169 sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
Chris@4 5170 fi~
Chris@4 5171 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
Chris@4 5172 linknames='
Chris@4 5173 # The linker will not automatically build a static lib if we build a DLL.
Chris@4 5174 # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
Chris@4 5175 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
Chris@55 5176 _LT_TAGVAR(exclude_expsyms, $1)='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
Chris@4 5177 _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'
Chris@4 5178 # Don't use ranlib
Chris@4 5179 _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
Chris@4 5180 _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
Chris@4 5181 lt_tool_outputfile="@TOOL_OUTPUT@"~
Chris@4 5182 case $lt_outputfile in
Chris@4 5183 *.exe|*.EXE) ;;
Chris@4 5184 *)
Chris@4 5185 lt_outputfile="$lt_outputfile.exe"
Chris@4 5186 lt_tool_outputfile="$lt_tool_outputfile.exe"
Chris@4 5187 ;;
Chris@4 5188 esac~
Chris@4 5189 if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
Chris@4 5190 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
Chris@4 5191 $RM "$lt_outputfile.manifest";
Chris@4 5192 fi'
Chris@4 5193 ;;
Chris@4 5194 *)
Chris@4 5195 # Assume MSVC wrapper
Chris@4 5196 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
Chris@4 5197 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
Chris@4 5198 # Tell ltmain to make .lib files, not .a files.
Chris@4 5199 libext=lib
Chris@4 5200 # Tell ltmain to make .dll files, not .so files.
Chris@4 5201 shrext_cmds=".dll"
Chris@4 5202 # FIXME: Setting linknames here is a bad hack.
Chris@4 5203 _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
Chris@4 5204 # The linker will automatically build a .lib file if we build a DLL.
Chris@4 5205 _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
Chris@4 5206 # FIXME: Should let the user specify the lib program.
Chris@4 5207 _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
Chris@4 5208 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
Chris@4 5209 ;;
Chris@4 5210 esac
Chris@4 5211 ;;
Chris@4 5212
Chris@4 5213 darwin* | rhapsody*)
Chris@4 5214 _LT_DARWIN_LINKER_FEATURES($1)
Chris@4 5215 ;;
Chris@4 5216
Chris@4 5217 dgux*)
Chris@4 5218 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
Chris@4 5219 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
Chris@4 5220 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
Chris@4 5221 ;;
Chris@4 5222
Chris@4 5223 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
Chris@4 5224 # support. Future versions do this automatically, but an explicit c++rt0.o
Chris@4 5225 # does not break anything, and helps significantly (at the cost of a little
Chris@4 5226 # extra space).
Chris@4 5227 freebsd2.2*)
Chris@4 5228 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
Chris@4 5229 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
Chris@4 5230 _LT_TAGVAR(hardcode_direct, $1)=yes
Chris@4 5231 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
Chris@4 5232 ;;
Chris@4 5233
Chris@4 5234 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
Chris@55 5235 freebsd2.*)
Chris@4 5236 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
Chris@4 5237 _LT_TAGVAR(hardcode_direct, $1)=yes
Chris@4 5238 _LT_TAGVAR(hardcode_minus_L, $1)=yes
Chris@4 5239 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
Chris@4 5240 ;;
Chris@4 5241
Chris@4 5242 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
Chris@4 5243 freebsd* | dragonfly*)
Chris@4 5244 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
Chris@4 5245 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
Chris@4 5246 _LT_TAGVAR(hardcode_direct, $1)=yes
Chris@4 5247 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
Chris@4 5248 ;;
Chris@4 5249
Chris@4 5250 hpux9*)
Chris@4 5251 if test "$GCC" = yes; then
Chris@4 5252 _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 $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
Chris@4 5253 else
Chris@4 5254 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
Chris@4 5255 fi
Chris@4 5256 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
Chris@4 5257 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
Chris@4 5258 _LT_TAGVAR(hardcode_direct, $1)=yes
Chris@4 5259
Chris@4 5260 # hardcode_minus_L: Not really in the search PATH,
Chris@4 5261 # but as the default location of the library.
Chris@4 5262 _LT_TAGVAR(hardcode_minus_L, $1)=yes
Chris@4 5263 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
Chris@4 5264 ;;
Chris@4 5265
Chris@4 5266 hpux10*)
Chris@4 5267 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
Chris@4 5268 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
Chris@4 5269 else
Chris@4 5270 _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
Chris@4 5271 fi
Chris@4 5272 if test "$with_gnu_ld" = no; then
Chris@4 5273 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
Chris@4 5274 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
Chris@4 5275 _LT_TAGVAR(hardcode_direct, $1)=yes
Chris@4 5276 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
Chris@4 5277 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
Chris@4 5278 # hardcode_minus_L: Not really in the search PATH,
Chris@4 5279 # but as the default location of the library.
Chris@4 5280 _LT_TAGVAR(hardcode_minus_L, $1)=yes
Chris@4 5281 fi
Chris@4 5282 ;;
Chris@4 5283
Chris@4 5284 hpux11*)
Chris@4 5285 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
Chris@4 5286 case $host_cpu in
Chris@4 5287 hppa*64*)
Chris@4 5288 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
Chris@4 5289 ;;
Chris@4 5290 ia64*)
Chris@4 5291 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
Chris@4 5292 ;;
Chris@4 5293 *)
Chris@4 5294 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
Chris@4 5295 ;;
Chris@4 5296 esac
Chris@4 5297 else
Chris@4 5298 case $host_cpu in
Chris@4 5299 hppa*64*)
Chris@4 5300 _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
Chris@4 5301 ;;
Chris@4 5302 ia64*)
Chris@4 5303 _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
Chris@4 5304 ;;
Chris@4 5305 *)
Chris@4 5306 m4_if($1, [], [
Chris@4 5307 # Older versions of the 11.00 compiler do not understand -b yet
Chris@4 5308 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
Chris@4 5309 _LT_LINKER_OPTION([if $CC understands -b],
Chris@4 5310 _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b],
Chris@4 5311 [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'],
Chris@4 5312 [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])],
Chris@4 5313 [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'])
Chris@4 5314 ;;
Chris@4 5315 esac
Chris@4 5316 fi
Chris@4 5317 if test "$with_gnu_ld" = no; then
Chris@4 5318 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
Chris@4 5319 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
Chris@4 5320
Chris@4 5321 case $host_cpu in
Chris@4 5322 hppa*64*|ia64*)
Chris@4 5323 _LT_TAGVAR(hardcode_direct, $1)=no
Chris@4 5324 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
Chris@4 5325 ;;
Chris@4 5326 *)
Chris@4 5327 _LT_TAGVAR(hardcode_direct, $1)=yes
Chris@4 5328 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
Chris@4 5329 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
Chris@4 5330
Chris@4 5331 # hardcode_minus_L: Not really in the search PATH,
Chris@4 5332 # but as the default location of the library.
Chris@4 5333 _LT_TAGVAR(hardcode_minus_L, $1)=yes
Chris@4 5334 ;;
Chris@4 5335 esac
Chris@4 5336 fi
Chris@4 5337 ;;
Chris@4 5338
Chris@4 5339 irix5* | irix6* | nonstopux*)
Chris@4 5340 if test "$GCC" = yes; then
Chris@4 5341 _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'
Chris@4 5342 # Try to use the -exported_symbol ld option, if it does not
Chris@4 5343 # work, assume that -exports_file does not work either and
Chris@4 5344 # implicitly export all symbols.
Chris@4 5345 # This should be the same for all languages, so no per-tag cache variable.
Chris@4 5346 AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol],
Chris@4 5347 [lt_cv_irix_exported_symbol],
Chris@4 5348 [save_LDFLAGS="$LDFLAGS"
Chris@4 5349 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
Chris@4 5350 AC_LINK_IFELSE(
Chris@4 5351 [AC_LANG_SOURCE(
Chris@4 5352 [AC_LANG_CASE([C], [[int foo (void) { return 0; }]],
Chris@4 5353 [C++], [[int foo (void) { return 0; }]],
Chris@4 5354 [Fortran 77], [[
Chris@4 5355 subroutine foo
Chris@4 5356 end]],
Chris@4 5357 [Fortran], [[
Chris@4 5358 subroutine foo
Chris@4 5359 end]])])],
Chris@4 5360 [lt_cv_irix_exported_symbol=yes],
Chris@4 5361 [lt_cv_irix_exported_symbol=no])
Chris@4 5362 LDFLAGS="$save_LDFLAGS"])
Chris@4 5363 if test "$lt_cv_irix_exported_symbol" = yes; then
Chris@4 5364 _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'
Chris@4 5365 fi
Chris@4 5366 else
Chris@4 5367 _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'
Chris@4 5368 _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'
Chris@4 5369 fi
Chris@4 5370 _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
Chris@4 5371 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
Chris@4 5372 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
Chris@4 5373 _LT_TAGVAR(inherit_rpath, $1)=yes
Chris@4 5374 _LT_TAGVAR(link_all_deplibs, $1)=yes
Chris@4 5375 ;;
Chris@4 5376
Chris@4 5377 netbsd* | netbsdelf*-gnu)
Chris@4 5378 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
Chris@4 5379 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
Chris@4 5380 else
Chris@4 5381 _LT_TAGVAR(archive_cmds, $1)='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
Chris@4 5382 fi
Chris@4 5383 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
Chris@4 5384 _LT_TAGVAR(hardcode_direct, $1)=yes
Chris@4 5385 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
Chris@4 5386 ;;
Chris@4 5387
Chris@4 5388 newsos6)
Chris@4 5389 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
Chris@4 5390 _LT_TAGVAR(hardcode_direct, $1)=yes
Chris@4 5391 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
Chris@4 5392 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
Chris@4 5393 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
Chris@4 5394 ;;
Chris@4 5395
Chris@4 5396 *nto* | *qnx*)
Chris@4 5397 ;;
Chris@4 5398
Chris@4 5399 openbsd*)
Chris@4 5400 if test -f /usr/libexec/ld.so; then
Chris@4 5401 _LT_TAGVAR(hardcode_direct, $1)=yes
Chris@4 5402 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
Chris@4 5403 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
Chris@4 5404 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
Chris@4 5405 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
Chris@4 5406 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
Chris@4 5407 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
Chris@4 5408 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
Chris@4 5409 else
Chris@4 5410 case $host_os in
Chris@4 5411 openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
Chris@4 5412 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
Chris@4 5413 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
Chris@4 5414 ;;
Chris@4 5415 *)
Chris@4 5416 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
Chris@4 5417 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
Chris@4 5418 ;;
Chris@4 5419 esac
Chris@4 5420 fi
Chris@4 5421 else
Chris@4 5422 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 5423 fi
Chris@4 5424 ;;
Chris@4 5425
Chris@4 5426 os2*)
Chris@4 5427 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
Chris@4 5428 _LT_TAGVAR(hardcode_minus_L, $1)=yes
Chris@4 5429 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
Chris@4 5430 _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
Chris@4 5431 _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
Chris@4 5432 ;;
Chris@4 5433
Chris@4 5434 osf3*)
Chris@4 5435 if test "$GCC" = yes; then
Chris@4 5436 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
Chris@4 5437 _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'
Chris@4 5438 else
Chris@4 5439 _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
Chris@4 5440 _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'
Chris@4 5441 fi
Chris@4 5442 _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
Chris@4 5443 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
Chris@4 5444 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
Chris@4 5445 ;;
Chris@4 5446
Chris@4 5447 osf4* | osf5*) # as osf3* with the addition of -msym flag
Chris@4 5448 if test "$GCC" = yes; then
Chris@4 5449 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
Chris@4 5450 _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'
Chris@4 5451 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
Chris@4 5452 else
Chris@4 5453 _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
Chris@4 5454 _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'
Chris@4 5455 _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~
Chris@4 5456 $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'
Chris@4 5457
Chris@4 5458 # Both c and cxx compiler support -rpath directly
Chris@4 5459 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
Chris@4 5460 fi
Chris@4 5461 _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
Chris@4 5462 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
Chris@4 5463 ;;
Chris@4 5464
Chris@4 5465 solaris*)
Chris@4 5466 _LT_TAGVAR(no_undefined_flag, $1)=' -z defs'
Chris@4 5467 if test "$GCC" = yes; then
Chris@4 5468 wlarc='${wl}'
Chris@4 5469 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
Chris@4 5470 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
Chris@4 5471 $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'
Chris@4 5472 else
Chris@4 5473 case `$CC -V 2>&1` in
Chris@4 5474 *"Compilers 5.0"*)
Chris@4 5475 wlarc=''
Chris@4 5476 _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
Chris@4 5477 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
Chris@4 5478 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
Chris@4 5479 ;;
Chris@4 5480 *)
Chris@4 5481 wlarc='${wl}'
Chris@4 5482 _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
Chris@4 5483 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
Chris@4 5484 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
Chris@4 5485 ;;
Chris@4 5486 esac
Chris@4 5487 fi
Chris@4 5488 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
Chris@4 5489 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
Chris@4 5490 case $host_os in
Chris@4 5491 solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
Chris@4 5492 *)
Chris@4 5493 # The compiler driver will combine and reorder linker options,
Chris@4 5494 # but understands `-z linker_flag'. GCC discards it without `$wl',
Chris@4 5495 # but is careful enough not to reorder.
Chris@4 5496 # Supported since Solaris 2.6 (maybe 2.5.1?)
Chris@4 5497 if test "$GCC" = yes; then
Chris@4 5498 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
Chris@4 5499 else
Chris@4 5500 _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
Chris@4 5501 fi
Chris@4 5502 ;;
Chris@4 5503 esac
Chris@4 5504 _LT_TAGVAR(link_all_deplibs, $1)=yes
Chris@4 5505 ;;
Chris@4 5506
Chris@4 5507 sunos4*)
Chris@4 5508 if test "x$host_vendor" = xsequent; then
Chris@4 5509 # Use $CC to link under sequent, because it throws in some extra .o
Chris@4 5510 # files that make .init and .fini sections work.
Chris@4 5511 _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
Chris@4 5512 else
Chris@4 5513 _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
Chris@4 5514 fi
Chris@4 5515 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
Chris@4 5516 _LT_TAGVAR(hardcode_direct, $1)=yes
Chris@4 5517 _LT_TAGVAR(hardcode_minus_L, $1)=yes
Chris@4 5518 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
Chris@4 5519 ;;
Chris@4 5520
Chris@4 5521 sysv4)
Chris@4 5522 case $host_vendor in
Chris@4 5523 sni)
Chris@4 5524 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
Chris@4 5525 _LT_TAGVAR(hardcode_direct, $1)=yes # is this really true???
Chris@4 5526 ;;
Chris@4 5527 siemens)
Chris@4 5528 ## LD is ld it makes a PLAMLIB
Chris@4 5529 ## CC just makes a GrossModule.
Chris@4 5530 _LT_TAGVAR(archive_cmds, $1)='$LD -G -o $lib $libobjs $deplibs $linker_flags'
Chris@4 5531 _LT_TAGVAR(reload_cmds, $1)='$CC -r -o $output$reload_objs'
Chris@4 5532 _LT_TAGVAR(hardcode_direct, $1)=no
Chris@4 5533 ;;
Chris@4 5534 motorola)
Chris@4 5535 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
Chris@4 5536 _LT_TAGVAR(hardcode_direct, $1)=no #Motorola manual says yes, but my tests say they lie
Chris@4 5537 ;;
Chris@4 5538 esac
Chris@4 5539 runpath_var='LD_RUN_PATH'
Chris@4 5540 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
Chris@4 5541 ;;
Chris@4 5542
Chris@4 5543 sysv4.3*)
Chris@4 5544 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
Chris@4 5545 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
Chris@4 5546 _LT_TAGVAR(export_dynamic_flag_spec, $1)='-Bexport'
Chris@4 5547 ;;
Chris@4 5548
Chris@4 5549 sysv4*MP*)
Chris@4 5550 if test -d /usr/nec; then
Chris@4 5551 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
Chris@4 5552 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
Chris@4 5553 runpath_var=LD_RUN_PATH
Chris@4 5554 hardcode_runpath_var=yes
Chris@4 5555 _LT_TAGVAR(ld_shlibs, $1)=yes
Chris@4 5556 fi
Chris@4 5557 ;;
Chris@4 5558
Chris@4 5559 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
Chris@4 5560 _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
Chris@4 5561 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
Chris@4 5562 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
Chris@4 5563 runpath_var='LD_RUN_PATH'
Chris@4 5564
Chris@4 5565 if test "$GCC" = yes; then
Chris@4 5566 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
Chris@4 5567 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
Chris@4 5568 else
Chris@4 5569 _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
Chris@4 5570 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
Chris@4 5571 fi
Chris@4 5572 ;;
Chris@4 5573
Chris@4 5574 sysv5* | sco3.2v5* | sco5v6*)
Chris@4 5575 # Note: We can NOT use -z defs as we might desire, because we do not
Chris@4 5576 # link with -lc, and that would cause any symbols used from libc to
Chris@4 5577 # always be unresolved, which means just about no library would
Chris@4 5578 # ever link correctly. If we're not using GNU ld we use -z text
Chris@4 5579 # though, which does catch some bad symbols but isn't as heavy-handed
Chris@4 5580 # as -z defs.
Chris@4 5581 _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
Chris@4 5582 _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
Chris@4 5583 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
Chris@4 5584 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
Chris@4 5585 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir'
Chris@4 5586 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
Chris@4 5587 _LT_TAGVAR(link_all_deplibs, $1)=yes
Chris@4 5588 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
Chris@4 5589 runpath_var='LD_RUN_PATH'
Chris@4 5590
Chris@4 5591 if test "$GCC" = yes; then
Chris@4 5592 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
Chris@4 5593 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
Chris@4 5594 else
Chris@4 5595 _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
Chris@4 5596 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
Chris@4 5597 fi
Chris@4 5598 ;;
Chris@4 5599
Chris@4 5600 uts4*)
Chris@4 5601 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
Chris@4 5602 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
Chris@4 5603 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
Chris@4 5604 ;;
Chris@4 5605
Chris@4 5606 *)
Chris@4 5607 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 5608 ;;
Chris@4 5609 esac
Chris@4 5610
Chris@4 5611 if test x$host_vendor = xsni; then
Chris@4 5612 case $host in
Chris@4 5613 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
Chris@4 5614 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym'
Chris@4 5615 ;;
Chris@4 5616 esac
Chris@4 5617 fi
Chris@4 5618 fi
Chris@4 5619 ])
Chris@4 5620 AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
Chris@4 5621 test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
Chris@4 5622
Chris@4 5623 _LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld
Chris@4 5624
Chris@4 5625 _LT_DECL([], [libext], [0], [Old archive suffix (normally "a")])dnl
Chris@4 5626 _LT_DECL([], [shrext_cmds], [1], [Shared library suffix (normally ".so")])dnl
Chris@4 5627 _LT_DECL([], [extract_expsyms_cmds], [2],
Chris@4 5628 [The commands to extract the exported symbol list from a shared archive])
Chris@4 5629
Chris@4 5630 #
Chris@4 5631 # Do we need to explicitly link libc?
Chris@4 5632 #
Chris@4 5633 case "x$_LT_TAGVAR(archive_cmds_need_lc, $1)" in
Chris@4 5634 x|xyes)
Chris@4 5635 # Assume -lc should be added
Chris@4 5636 _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
Chris@4 5637
Chris@4 5638 if test "$enable_shared" = yes && test "$GCC" = yes; then
Chris@4 5639 case $_LT_TAGVAR(archive_cmds, $1) in
Chris@4 5640 *'~'*)
Chris@4 5641 # FIXME: we may have to deal with multi-command sequences.
Chris@4 5642 ;;
Chris@4 5643 '$CC '*)
Chris@4 5644 # Test whether the compiler implicitly links with -lc since on some
Chris@4 5645 # systems, -lgcc has to come before -lc. If gcc already passes -lc
Chris@4 5646 # to ld, don't add -lc before -lgcc.
Chris@4 5647 AC_CACHE_CHECK([whether -lc should be explicitly linked in],
Chris@4 5648 [lt_cv_]_LT_TAGVAR(archive_cmds_need_lc, $1),
Chris@4 5649 [$RM conftest*
Chris@4 5650 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
Chris@4 5651
Chris@4 5652 if AC_TRY_EVAL(ac_compile) 2>conftest.err; then
Chris@4 5653 soname=conftest
Chris@4 5654 lib=conftest
Chris@4 5655 libobjs=conftest.$ac_objext
Chris@4 5656 deplibs=
Chris@4 5657 wl=$_LT_TAGVAR(lt_prog_compiler_wl, $1)
Chris@4 5658 pic_flag=$_LT_TAGVAR(lt_prog_compiler_pic, $1)
Chris@4 5659 compiler_flags=-v
Chris@4 5660 linker_flags=-v
Chris@4 5661 verstring=
Chris@4 5662 output_objdir=.
Chris@4 5663 libname=conftest
Chris@4 5664 lt_save_allow_undefined_flag=$_LT_TAGVAR(allow_undefined_flag, $1)
Chris@4 5665 _LT_TAGVAR(allow_undefined_flag, $1)=
Chris@4 5666 if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
Chris@4 5667 then
Chris@4 5668 lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=no
Chris@4 5669 else
Chris@4 5670 lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)=yes
Chris@4 5671 fi
Chris@4 5672 _LT_TAGVAR(allow_undefined_flag, $1)=$lt_save_allow_undefined_flag
Chris@4 5673 else
Chris@4 5674 cat conftest.err 1>&5
Chris@4 5675 fi
Chris@4 5676 $RM conftest*
Chris@4 5677 ])
Chris@4 5678 _LT_TAGVAR(archive_cmds_need_lc, $1)=$lt_cv_[]_LT_TAGVAR(archive_cmds_need_lc, $1)
Chris@4 5679 ;;
Chris@4 5680 esac
Chris@4 5681 fi
Chris@4 5682 ;;
Chris@4 5683 esac
Chris@4 5684
Chris@4 5685 _LT_TAGDECL([build_libtool_need_lc], [archive_cmds_need_lc], [0],
Chris@4 5686 [Whether or not to add -lc for building shared libraries])
Chris@4 5687 _LT_TAGDECL([allow_libtool_libs_with_static_runtimes],
Chris@4 5688 [enable_shared_with_static_runtimes], [0],
Chris@4 5689 [Whether or not to disallow shared libs when runtime libs are static])
Chris@4 5690 _LT_TAGDECL([], [export_dynamic_flag_spec], [1],
Chris@4 5691 [Compiler flag to allow reflexive dlopens])
Chris@4 5692 _LT_TAGDECL([], [whole_archive_flag_spec], [1],
Chris@4 5693 [Compiler flag to generate shared objects directly from archives])
Chris@4 5694 _LT_TAGDECL([], [compiler_needs_object], [1],
Chris@4 5695 [Whether the compiler copes with passing no objects directly])
Chris@4 5696 _LT_TAGDECL([], [old_archive_from_new_cmds], [2],
Chris@4 5697 [Create an old-style archive from a shared archive])
Chris@4 5698 _LT_TAGDECL([], [old_archive_from_expsyms_cmds], [2],
Chris@4 5699 [Create a temporary old-style archive to link instead of a shared archive])
Chris@4 5700 _LT_TAGDECL([], [archive_cmds], [2], [Commands used to build a shared archive])
Chris@4 5701 _LT_TAGDECL([], [archive_expsym_cmds], [2])
Chris@4 5702 _LT_TAGDECL([], [module_cmds], [2],
Chris@4 5703 [Commands used to build a loadable module if different from building
Chris@4 5704 a shared archive.])
Chris@4 5705 _LT_TAGDECL([], [module_expsym_cmds], [2])
Chris@4 5706 _LT_TAGDECL([], [with_gnu_ld], [1],
Chris@4 5707 [Whether we are building with GNU ld or not])
Chris@4 5708 _LT_TAGDECL([], [allow_undefined_flag], [1],
Chris@4 5709 [Flag that allows shared libraries with undefined symbols to be built])
Chris@4 5710 _LT_TAGDECL([], [no_undefined_flag], [1],
Chris@4 5711 [Flag that enforces no undefined symbols])
Chris@4 5712 _LT_TAGDECL([], [hardcode_libdir_flag_spec], [1],
Chris@4 5713 [Flag to hardcode $libdir into a binary during linking.
Chris@4 5714 This must work even if $libdir does not exist])
Chris@4 5715 _LT_TAGDECL([], [hardcode_libdir_separator], [1],
Chris@4 5716 [Whether we need a single "-rpath" flag with a separated argument])
Chris@4 5717 _LT_TAGDECL([], [hardcode_direct], [0],
Chris@4 5718 [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
Chris@4 5719 DIR into the resulting binary])
Chris@4 5720 _LT_TAGDECL([], [hardcode_direct_absolute], [0],
Chris@4 5721 [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
Chris@4 5722 DIR into the resulting binary and the resulting library dependency is
Chris@4 5723 "absolute", i.e impossible to change by setting ${shlibpath_var} if the
Chris@4 5724 library is relocated])
Chris@4 5725 _LT_TAGDECL([], [hardcode_minus_L], [0],
Chris@4 5726 [Set to "yes" if using the -LDIR flag during linking hardcodes DIR
Chris@4 5727 into the resulting binary])
Chris@4 5728 _LT_TAGDECL([], [hardcode_shlibpath_var], [0],
Chris@4 5729 [Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
Chris@4 5730 into the resulting binary])
Chris@4 5731 _LT_TAGDECL([], [hardcode_automatic], [0],
Chris@4 5732 [Set to "yes" if building a shared library automatically hardcodes DIR
Chris@4 5733 into the library and all subsequent libraries and executables linked
Chris@4 5734 against it])
Chris@4 5735 _LT_TAGDECL([], [inherit_rpath], [0],
Chris@4 5736 [Set to yes if linker adds runtime paths of dependent libraries
Chris@4 5737 to runtime path list])
Chris@4 5738 _LT_TAGDECL([], [link_all_deplibs], [0],
Chris@4 5739 [Whether libtool must link a program against all its dependency libraries])
Chris@4 5740 _LT_TAGDECL([], [always_export_symbols], [0],
Chris@4 5741 [Set to "yes" if exported symbols are required])
Chris@4 5742 _LT_TAGDECL([], [export_symbols_cmds], [2],
Chris@4 5743 [The commands to list exported symbols])
Chris@4 5744 _LT_TAGDECL([], [exclude_expsyms], [1],
Chris@4 5745 [Symbols that should not be listed in the preloaded symbols])
Chris@4 5746 _LT_TAGDECL([], [include_expsyms], [1],
Chris@4 5747 [Symbols that must always be exported])
Chris@4 5748 _LT_TAGDECL([], [prelink_cmds], [2],
Chris@4 5749 [Commands necessary for linking programs (against libraries) with templates])
Chris@4 5750 _LT_TAGDECL([], [postlink_cmds], [2],
Chris@4 5751 [Commands necessary for finishing linking programs])
Chris@4 5752 _LT_TAGDECL([], [file_list_spec], [1],
Chris@4 5753 [Specify filename containing input files])
Chris@4 5754 dnl FIXME: Not yet implemented
Chris@4 5755 dnl _LT_TAGDECL([], [thread_safe_flag_spec], [1],
Chris@4 5756 dnl [Compiler flag to generate thread safe objects])
Chris@4 5757 ])# _LT_LINKER_SHLIBS
Chris@4 5758
Chris@4 5759
Chris@4 5760 # _LT_LANG_C_CONFIG([TAG])
Chris@4 5761 # ------------------------
Chris@4 5762 # Ensure that the configuration variables for a C compiler are suitably
Chris@4 5763 # defined. These variables are subsequently used by _LT_CONFIG to write
Chris@4 5764 # the compiler configuration to `libtool'.
Chris@4 5765 m4_defun([_LT_LANG_C_CONFIG],
Chris@4 5766 [m4_require([_LT_DECL_EGREP])dnl
Chris@4 5767 lt_save_CC="$CC"
Chris@4 5768 AC_LANG_PUSH(C)
Chris@4 5769
Chris@4 5770 # Source file extension for C test sources.
Chris@4 5771 ac_ext=c
Chris@4 5772
Chris@4 5773 # Object file extension for compiled C test sources.
Chris@4 5774 objext=o
Chris@4 5775 _LT_TAGVAR(objext, $1)=$objext
Chris@4 5776
Chris@4 5777 # Code to be used in simple compile tests
Chris@4 5778 lt_simple_compile_test_code="int some_variable = 0;"
Chris@4 5779
Chris@4 5780 # Code to be used in simple link tests
Chris@4 5781 lt_simple_link_test_code='int main(){return(0);}'
Chris@4 5782
Chris@4 5783 _LT_TAG_COMPILER
Chris@4 5784 # Save the default compiler, since it gets overwritten when the other
Chris@4 5785 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
Chris@4 5786 compiler_DEFAULT=$CC
Chris@4 5787
Chris@4 5788 # save warnings/boilerplate of simple test code
Chris@4 5789 _LT_COMPILER_BOILERPLATE
Chris@4 5790 _LT_LINKER_BOILERPLATE
Chris@4 5791
Chris@4 5792 if test -n "$compiler"; then
Chris@4 5793 _LT_COMPILER_NO_RTTI($1)
Chris@4 5794 _LT_COMPILER_PIC($1)
Chris@4 5795 _LT_COMPILER_C_O($1)
Chris@4 5796 _LT_COMPILER_FILE_LOCKS($1)
Chris@4 5797 _LT_LINKER_SHLIBS($1)
Chris@4 5798 _LT_SYS_DYNAMIC_LINKER($1)
Chris@4 5799 _LT_LINKER_HARDCODE_LIBPATH($1)
Chris@4 5800 LT_SYS_DLOPEN_SELF
Chris@4 5801 _LT_CMD_STRIPLIB
Chris@4 5802
Chris@4 5803 # Report which library types will actually be built
Chris@4 5804 AC_MSG_CHECKING([if libtool supports shared libraries])
Chris@4 5805 AC_MSG_RESULT([$can_build_shared])
Chris@4 5806
Chris@4 5807 AC_MSG_CHECKING([whether to build shared libraries])
Chris@4 5808 test "$can_build_shared" = "no" && enable_shared=no
Chris@4 5809
Chris@4 5810 # On AIX, shared libraries and static libraries use the same namespace, and
Chris@4 5811 # are all built from PIC.
Chris@4 5812 case $host_os in
Chris@4 5813 aix3*)
Chris@4 5814 test "$enable_shared" = yes && enable_static=no
Chris@4 5815 if test -n "$RANLIB"; then
Chris@4 5816 archive_cmds="$archive_cmds~\$RANLIB \$lib"
Chris@4 5817 postinstall_cmds='$RANLIB $lib'
Chris@4 5818 fi
Chris@4 5819 ;;
Chris@4 5820
Chris@4 5821 aix[[4-9]]*)
Chris@4 5822 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
Chris@4 5823 test "$enable_shared" = yes && enable_static=no
Chris@4 5824 fi
Chris@4 5825 ;;
Chris@4 5826 esac
Chris@4 5827 AC_MSG_RESULT([$enable_shared])
Chris@4 5828
Chris@4 5829 AC_MSG_CHECKING([whether to build static libraries])
Chris@4 5830 # Make sure either enable_shared or enable_static is yes.
Chris@4 5831 test "$enable_shared" = yes || enable_static=yes
Chris@4 5832 AC_MSG_RESULT([$enable_static])
Chris@4 5833
Chris@4 5834 _LT_CONFIG($1)
Chris@4 5835 fi
Chris@4 5836 AC_LANG_POP
Chris@4 5837 CC="$lt_save_CC"
Chris@4 5838 ])# _LT_LANG_C_CONFIG
Chris@4 5839
Chris@4 5840
Chris@4 5841 # _LT_LANG_CXX_CONFIG([TAG])
Chris@4 5842 # --------------------------
Chris@4 5843 # Ensure that the configuration variables for a C++ compiler are suitably
Chris@4 5844 # defined. These variables are subsequently used by _LT_CONFIG to write
Chris@4 5845 # the compiler configuration to `libtool'.
Chris@4 5846 m4_defun([_LT_LANG_CXX_CONFIG],
Chris@4 5847 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
Chris@4 5848 m4_require([_LT_DECL_EGREP])dnl
Chris@4 5849 m4_require([_LT_PATH_MANIFEST_TOOL])dnl
Chris@4 5850 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
Chris@4 5851 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
Chris@4 5852 (test "X$CXX" != "Xg++"))) ; then
Chris@4 5853 AC_PROG_CXXCPP
Chris@4 5854 else
Chris@4 5855 _lt_caught_CXX_error=yes
Chris@4 5856 fi
Chris@4 5857
Chris@4 5858 AC_LANG_PUSH(C++)
Chris@4 5859 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
Chris@4 5860 _LT_TAGVAR(allow_undefined_flag, $1)=
Chris@4 5861 _LT_TAGVAR(always_export_symbols, $1)=no
Chris@4 5862 _LT_TAGVAR(archive_expsym_cmds, $1)=
Chris@4 5863 _LT_TAGVAR(compiler_needs_object, $1)=no
Chris@4 5864 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
Chris@4 5865 _LT_TAGVAR(hardcode_direct, $1)=no
Chris@4 5866 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
Chris@4 5867 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
Chris@4 5868 _LT_TAGVAR(hardcode_libdir_separator, $1)=
Chris@4 5869 _LT_TAGVAR(hardcode_minus_L, $1)=no
Chris@4 5870 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
Chris@4 5871 _LT_TAGVAR(hardcode_automatic, $1)=no
Chris@4 5872 _LT_TAGVAR(inherit_rpath, $1)=no
Chris@4 5873 _LT_TAGVAR(module_cmds, $1)=
Chris@4 5874 _LT_TAGVAR(module_expsym_cmds, $1)=
Chris@4 5875 _LT_TAGVAR(link_all_deplibs, $1)=unknown
Chris@4 5876 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
Chris@4 5877 _LT_TAGVAR(reload_flag, $1)=$reload_flag
Chris@4 5878 _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
Chris@4 5879 _LT_TAGVAR(no_undefined_flag, $1)=
Chris@4 5880 _LT_TAGVAR(whole_archive_flag_spec, $1)=
Chris@4 5881 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
Chris@4 5882
Chris@4 5883 # Source file extension for C++ test sources.
Chris@4 5884 ac_ext=cpp
Chris@4 5885
Chris@4 5886 # Object file extension for compiled C++ test sources.
Chris@4 5887 objext=o
Chris@4 5888 _LT_TAGVAR(objext, $1)=$objext
Chris@4 5889
Chris@4 5890 # No sense in running all these tests if we already determined that
Chris@4 5891 # the CXX compiler isn't working. Some variables (like enable_shared)
Chris@4 5892 # are currently assumed to apply to all compilers on this platform,
Chris@4 5893 # and will be corrupted by setting them based on a non-working compiler.
Chris@4 5894 if test "$_lt_caught_CXX_error" != yes; then
Chris@4 5895 # Code to be used in simple compile tests
Chris@4 5896 lt_simple_compile_test_code="int some_variable = 0;"
Chris@4 5897
Chris@4 5898 # Code to be used in simple link tests
Chris@4 5899 lt_simple_link_test_code='int main(int, char *[[]]) { return(0); }'
Chris@4 5900
Chris@4 5901 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
Chris@4 5902 _LT_TAG_COMPILER
Chris@4 5903
Chris@4 5904 # save warnings/boilerplate of simple test code
Chris@4 5905 _LT_COMPILER_BOILERPLATE
Chris@4 5906 _LT_LINKER_BOILERPLATE
Chris@4 5907
Chris@4 5908 # Allow CC to be a program name with arguments.
Chris@4 5909 lt_save_CC=$CC
Chris@4 5910 lt_save_CFLAGS=$CFLAGS
Chris@4 5911 lt_save_LD=$LD
Chris@4 5912 lt_save_GCC=$GCC
Chris@4 5913 GCC=$GXX
Chris@4 5914 lt_save_with_gnu_ld=$with_gnu_ld
Chris@4 5915 lt_save_path_LD=$lt_cv_path_LD
Chris@4 5916 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
Chris@4 5917 lt_cv_prog_gnu_ld=$lt_cv_prog_gnu_ldcxx
Chris@4 5918 else
Chris@4 5919 $as_unset lt_cv_prog_gnu_ld
Chris@4 5920 fi
Chris@4 5921 if test -n "${lt_cv_path_LDCXX+set}"; then
Chris@4 5922 lt_cv_path_LD=$lt_cv_path_LDCXX
Chris@4 5923 else
Chris@4 5924 $as_unset lt_cv_path_LD
Chris@4 5925 fi
Chris@4 5926 test -z "${LDCXX+set}" || LD=$LDCXX
Chris@4 5927 CC=${CXX-"c++"}
Chris@4 5928 CFLAGS=$CXXFLAGS
Chris@4 5929 compiler=$CC
Chris@4 5930 _LT_TAGVAR(compiler, $1)=$CC
Chris@4 5931 _LT_CC_BASENAME([$compiler])
Chris@4 5932
Chris@4 5933 if test -n "$compiler"; then
Chris@4 5934 # We don't want -fno-exception when compiling C++ code, so set the
Chris@4 5935 # no_builtin_flag separately
Chris@4 5936 if test "$GXX" = yes; then
Chris@4 5937 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
Chris@4 5938 else
Chris@4 5939 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
Chris@4 5940 fi
Chris@4 5941
Chris@4 5942 if test "$GXX" = yes; then
Chris@4 5943 # Set up default GNU C++ configuration
Chris@4 5944
Chris@4 5945 LT_PATH_LD
Chris@4 5946
Chris@4 5947 # Check if GNU C++ uses GNU ld as the underlying linker, since the
Chris@4 5948 # archiving commands below assume that GNU ld is being used.
Chris@4 5949 if test "$with_gnu_ld" = yes; then
Chris@4 5950 _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
Chris@4 5951 _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'
Chris@4 5952
Chris@4 5953 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
Chris@4 5954 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
Chris@4 5955
Chris@4 5956 # If archive_cmds runs LD, not CC, wlarc should be empty
Chris@4 5957 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
Chris@4 5958 # investigate it a little bit more. (MM)
Chris@4 5959 wlarc='${wl}'
Chris@4 5960
Chris@4 5961 # ancient GNU ld didn't support --whole-archive et. al.
Chris@4 5962 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
Chris@4 5963 $GREP 'no-whole-archive' > /dev/null; then
Chris@4 5964 _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
Chris@4 5965 else
Chris@4 5966 _LT_TAGVAR(whole_archive_flag_spec, $1)=
Chris@4 5967 fi
Chris@4 5968 else
Chris@4 5969 with_gnu_ld=no
Chris@4 5970 wlarc=
Chris@4 5971
Chris@4 5972 # A generic and very simple default shared library creation
Chris@4 5973 # command for GNU C++ for the case where it uses the native
Chris@4 5974 # linker, instead of GNU ld. If possible, this setting should
Chris@4 5975 # overridden to take advantage of the native linker features on
Chris@4 5976 # the platform it is being used on.
Chris@4 5977 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
Chris@4 5978 fi
Chris@4 5979
Chris@4 5980 # Commands to make compiler produce verbose output that lists
Chris@4 5981 # what "hidden" libraries, object files and flags are used when
Chris@4 5982 # linking a shared library.
Chris@4 5983 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
Chris@4 5984
Chris@4 5985 else
Chris@4 5986 GXX=no
Chris@4 5987 with_gnu_ld=no
Chris@4 5988 wlarc=
Chris@4 5989 fi
Chris@4 5990
Chris@4 5991 # PORTME: fill in a description of your system's C++ link characteristics
Chris@4 5992 AC_MSG_CHECKING([whether the $compiler linker ($LD) supports shared libraries])
Chris@4 5993 _LT_TAGVAR(ld_shlibs, $1)=yes
Chris@4 5994 case $host_os in
Chris@4 5995 aix3*)
Chris@4 5996 # FIXME: insert proper C++ library support
Chris@4 5997 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 5998 ;;
Chris@4 5999 aix[[4-9]]*)
Chris@4 6000 if test "$host_cpu" = ia64; then
Chris@4 6001 # On IA64, the linker does run time linking by default, so we don't
Chris@4 6002 # have to do anything special.
Chris@4 6003 aix_use_runtimelinking=no
Chris@4 6004 exp_sym_flag='-Bexport'
Chris@4 6005 no_entry_flag=""
Chris@4 6006 else
Chris@4 6007 aix_use_runtimelinking=no
Chris@4 6008
Chris@4 6009 # Test if we are trying to use run time linking or normal
Chris@4 6010 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
Chris@4 6011 # need to do runtime linking.
Chris@4 6012 case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
Chris@4 6013 for ld_flag in $LDFLAGS; do
Chris@4 6014 case $ld_flag in
Chris@4 6015 *-brtl*)
Chris@4 6016 aix_use_runtimelinking=yes
Chris@4 6017 break
Chris@4 6018 ;;
Chris@4 6019 esac
Chris@4 6020 done
Chris@4 6021 ;;
Chris@4 6022 esac
Chris@4 6023
Chris@4 6024 exp_sym_flag='-bexport'
Chris@4 6025 no_entry_flag='-bnoentry'
Chris@4 6026 fi
Chris@4 6027
Chris@4 6028 # When large executables or shared objects are built, AIX ld can
Chris@4 6029 # have problems creating the table of contents. If linking a library
Chris@4 6030 # or program results in "error TOC overflow" add -mminimal-toc to
Chris@4 6031 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
Chris@4 6032 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
Chris@4 6033
Chris@4 6034 _LT_TAGVAR(archive_cmds, $1)=''
Chris@4 6035 _LT_TAGVAR(hardcode_direct, $1)=yes
Chris@4 6036 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
Chris@4 6037 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
Chris@4 6038 _LT_TAGVAR(link_all_deplibs, $1)=yes
Chris@4 6039 _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
Chris@4 6040
Chris@4 6041 if test "$GXX" = yes; then
Chris@4 6042 case $host_os in aix4.[[012]]|aix4.[[012]].*)
Chris@4 6043 # We only want to do this on AIX 4.2 and lower, the check
Chris@4 6044 # below for broken collect2 doesn't work under 4.3+
Chris@4 6045 collect2name=`${CC} -print-prog-name=collect2`
Chris@4 6046 if test -f "$collect2name" &&
Chris@4 6047 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
Chris@4 6048 then
Chris@4 6049 # We have reworked collect2
Chris@4 6050 :
Chris@4 6051 else
Chris@4 6052 # We have old collect2
Chris@4 6053 _LT_TAGVAR(hardcode_direct, $1)=unsupported
Chris@4 6054 # It fails to find uninstalled libraries when the uninstalled
Chris@4 6055 # path is not listed in the libpath. Setting hardcode_minus_L
Chris@4 6056 # to unsupported forces relinking
Chris@4 6057 _LT_TAGVAR(hardcode_minus_L, $1)=yes
Chris@4 6058 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
Chris@4 6059 _LT_TAGVAR(hardcode_libdir_separator, $1)=
Chris@4 6060 fi
Chris@4 6061 esac
Chris@4 6062 shared_flag='-shared'
Chris@4 6063 if test "$aix_use_runtimelinking" = yes; then
Chris@4 6064 shared_flag="$shared_flag "'${wl}-G'
Chris@4 6065 fi
Chris@4 6066 else
Chris@4 6067 # not using gcc
Chris@4 6068 if test "$host_cpu" = ia64; then
Chris@4 6069 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
Chris@4 6070 # chokes on -Wl,-G. The following line is correct:
Chris@4 6071 shared_flag='-G'
Chris@4 6072 else
Chris@4 6073 if test "$aix_use_runtimelinking" = yes; then
Chris@4 6074 shared_flag='${wl}-G'
Chris@4 6075 else
Chris@4 6076 shared_flag='${wl}-bM:SRE'
Chris@4 6077 fi
Chris@4 6078 fi
Chris@4 6079 fi
Chris@4 6080
Chris@4 6081 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
Chris@4 6082 # It seems that -bexpall does not export symbols beginning with
Chris@4 6083 # underscore (_), so it is better to generate a list of symbols to
Chris@4 6084 # export.
Chris@4 6085 _LT_TAGVAR(always_export_symbols, $1)=yes
Chris@4 6086 if test "$aix_use_runtimelinking" = yes; then
Chris@4 6087 # Warning - without using the other runtime loading flags (-brtl),
Chris@4 6088 # -berok will link without error, but may produce a broken library.
Chris@4 6089 _LT_TAGVAR(allow_undefined_flag, $1)='-berok'
Chris@4 6090 # Determine the default libpath from the value encoded in an empty
Chris@4 6091 # executable.
Chris@4 6092 _LT_SYS_MODULE_PATH_AIX([$1])
Chris@4 6093 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
Chris@4 6094
Chris@4 6095 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
Chris@4 6096 else
Chris@4 6097 if test "$host_cpu" = ia64; then
Chris@4 6098 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
Chris@4 6099 _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
Chris@4 6100 _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"
Chris@4 6101 else
Chris@4 6102 # Determine the default libpath from the value encoded in an
Chris@4 6103 # empty executable.
Chris@4 6104 _LT_SYS_MODULE_PATH_AIX([$1])
Chris@4 6105 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
Chris@4 6106 # Warning - without using the other run time loading flags,
Chris@4 6107 # -berok will link without error, but may produce a broken library.
Chris@4 6108 _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
Chris@4 6109 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
Chris@4 6110 if test "$with_gnu_ld" = yes; then
Chris@4 6111 # We only use this code for GNU lds that support --whole-archive.
Chris@4 6112 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
Chris@4 6113 else
Chris@4 6114 # Exported symbols can be pulled into shared objects from archives
Chris@4 6115 _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
Chris@4 6116 fi
Chris@4 6117 _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
Chris@4 6118 # This is similar to how AIX traditionally builds its shared
Chris@4 6119 # libraries.
Chris@4 6120 _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
Chris@4 6121 fi
Chris@4 6122 fi
Chris@4 6123 ;;
Chris@4 6124
Chris@4 6125 beos*)
Chris@4 6126 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
Chris@4 6127 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
Chris@4 6128 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
Chris@4 6129 # support --undefined. This deserves some investigation. FIXME
Chris@4 6130 _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
Chris@4 6131 else
Chris@4 6132 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 6133 fi
Chris@4 6134 ;;
Chris@4 6135
Chris@4 6136 chorus*)
Chris@4 6137 case $cc_basename in
Chris@4 6138 *)
Chris@4 6139 # FIXME: insert proper C++ library support
Chris@4 6140 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 6141 ;;
Chris@4 6142 esac
Chris@4 6143 ;;
Chris@4 6144
Chris@4 6145 cygwin* | mingw* | pw32* | cegcc*)
Chris@4 6146 case $GXX,$cc_basename in
Chris@4 6147 ,cl* | no,cl*)
Chris@4 6148 # Native MSVC
Chris@4 6149 # hardcode_libdir_flag_spec is actually meaningless, as there is
Chris@4 6150 # no search path for DLLs.
Chris@4 6151 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=' '
Chris@4 6152 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
Chris@4 6153 _LT_TAGVAR(always_export_symbols, $1)=yes
Chris@4 6154 _LT_TAGVAR(file_list_spec, $1)='@'
Chris@4 6155 # Tell ltmain to make .lib files, not .a files.
Chris@4 6156 libext=lib
Chris@4 6157 # Tell ltmain to make .dll files, not .so files.
Chris@4 6158 shrext_cmds=".dll"
Chris@4 6159 # FIXME: Setting linknames here is a bad hack.
Chris@4 6160 _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
Chris@4 6161 _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
Chris@4 6162 $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
Chris@4 6163 else
Chris@4 6164 $SED -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
Chris@4 6165 fi~
Chris@4 6166 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
Chris@4 6167 linknames='
Chris@4 6168 # The linker will not automatically build a static lib if we build a DLL.
Chris@4 6169 # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
Chris@4 6170 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
Chris@4 6171 # Don't use ranlib
Chris@4 6172 _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
Chris@4 6173 _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
Chris@4 6174 lt_tool_outputfile="@TOOL_OUTPUT@"~
Chris@4 6175 case $lt_outputfile in
Chris@4 6176 *.exe|*.EXE) ;;
Chris@4 6177 *)
Chris@4 6178 lt_outputfile="$lt_outputfile.exe"
Chris@4 6179 lt_tool_outputfile="$lt_tool_outputfile.exe"
Chris@4 6180 ;;
Chris@4 6181 esac~
Chris@4 6182 func_to_tool_file "$lt_outputfile"~
Chris@4 6183 if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
Chris@4 6184 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
Chris@4 6185 $RM "$lt_outputfile.manifest";
Chris@4 6186 fi'
Chris@4 6187 ;;
Chris@4 6188 *)
Chris@4 6189 # g++
Chris@4 6190 # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
Chris@4 6191 # as there is no search path for DLLs.
Chris@4 6192 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
Chris@4 6193 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols'
Chris@4 6194 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
Chris@4 6195 _LT_TAGVAR(always_export_symbols, $1)=no
Chris@4 6196 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
Chris@4 6197
Chris@4 6198 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
Chris@4 6199 _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'
Chris@4 6200 # If the export-symbols file already is a .def file (1st line
Chris@4 6201 # is EXPORTS), use it as is; otherwise, prepend...
Chris@4 6202 _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
Chris@4 6203 cp $export_symbols $output_objdir/$soname.def;
Chris@4 6204 else
Chris@4 6205 echo EXPORTS > $output_objdir/$soname.def;
Chris@4 6206 cat $export_symbols >> $output_objdir/$soname.def;
Chris@4 6207 fi~
Chris@4 6208 $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'
Chris@4 6209 else
Chris@4 6210 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 6211 fi
Chris@4 6212 ;;
Chris@4 6213 esac
Chris@4 6214 ;;
Chris@4 6215 darwin* | rhapsody*)
Chris@4 6216 _LT_DARWIN_LINKER_FEATURES($1)
Chris@4 6217 ;;
Chris@4 6218
Chris@4 6219 dgux*)
Chris@4 6220 case $cc_basename in
Chris@4 6221 ec++*)
Chris@4 6222 # FIXME: insert proper C++ library support
Chris@4 6223 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 6224 ;;
Chris@4 6225 ghcx*)
Chris@4 6226 # Green Hills C++ Compiler
Chris@4 6227 # FIXME: insert proper C++ library support
Chris@4 6228 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 6229 ;;
Chris@4 6230 *)
Chris@4 6231 # FIXME: insert proper C++ library support
Chris@4 6232 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 6233 ;;
Chris@4 6234 esac
Chris@4 6235 ;;
Chris@4 6236
Chris@55 6237 freebsd2.*)
Chris@4 6238 # C++ shared libraries reported to be fairly broken before
Chris@4 6239 # switch to ELF
Chris@4 6240 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 6241 ;;
Chris@4 6242
Chris@4 6243 freebsd-elf*)
Chris@4 6244 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
Chris@4 6245 ;;
Chris@4 6246
Chris@4 6247 freebsd* | dragonfly*)
Chris@4 6248 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
Chris@4 6249 # conventions
Chris@4 6250 _LT_TAGVAR(ld_shlibs, $1)=yes
Chris@4 6251 ;;
Chris@4 6252
Chris@4 6253 haiku*)
Chris@4 6254 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
Chris@4 6255 _LT_TAGVAR(link_all_deplibs, $1)=yes
Chris@4 6256 ;;
Chris@4 6257
Chris@4 6258 hpux9*)
Chris@4 6259 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
Chris@4 6260 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
Chris@4 6261 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
Chris@4 6262 _LT_TAGVAR(hardcode_direct, $1)=yes
Chris@4 6263 _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
Chris@4 6264 # but as the default
Chris@4 6265 # location of the library.
Chris@4 6266
Chris@4 6267 case $cc_basename in
Chris@4 6268 CC*)
Chris@4 6269 # FIXME: insert proper C++ library support
Chris@4 6270 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 6271 ;;
Chris@4 6272 aCC*)
Chris@4 6273 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
Chris@4 6274 # Commands to make compiler produce verbose output that lists
Chris@4 6275 # what "hidden" libraries, object files and flags are used when
Chris@4 6276 # linking a shared library.
Chris@4 6277 #
Chris@4 6278 # There doesn't appear to be a way to prevent this compiler from
Chris@4 6279 # explicitly linking system object files so we need to strip them
Chris@4 6280 # from the output so that they don't get included in the library
Chris@4 6281 # dependencies.
Chris@4 6282 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"'
Chris@4 6283 ;;
Chris@4 6284 *)
Chris@4 6285 if test "$GXX" = yes; then
Chris@4 6286 _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 $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
Chris@4 6287 else
Chris@4 6288 # FIXME: insert proper C++ library support
Chris@4 6289 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 6290 fi
Chris@4 6291 ;;
Chris@4 6292 esac
Chris@4 6293 ;;
Chris@4 6294
Chris@4 6295 hpux10*|hpux11*)
Chris@4 6296 if test $with_gnu_ld = no; then
Chris@4 6297 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
Chris@4 6298 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
Chris@4 6299
Chris@4 6300 case $host_cpu in
Chris@4 6301 hppa*64*|ia64*)
Chris@4 6302 ;;
Chris@4 6303 *)
Chris@4 6304 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
Chris@4 6305 ;;
Chris@4 6306 esac
Chris@4 6307 fi
Chris@4 6308 case $host_cpu in
Chris@4 6309 hppa*64*|ia64*)
Chris@4 6310 _LT_TAGVAR(hardcode_direct, $1)=no
Chris@4 6311 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
Chris@4 6312 ;;
Chris@4 6313 *)
Chris@4 6314 _LT_TAGVAR(hardcode_direct, $1)=yes
Chris@4 6315 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
Chris@4 6316 _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
Chris@4 6317 # but as the default
Chris@4 6318 # location of the library.
Chris@4 6319 ;;
Chris@4 6320 esac
Chris@4 6321
Chris@4 6322 case $cc_basename in
Chris@4 6323 CC*)
Chris@4 6324 # FIXME: insert proper C++ library support
Chris@4 6325 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 6326 ;;
Chris@4 6327 aCC*)
Chris@4 6328 case $host_cpu in
Chris@4 6329 hppa*64*)
Chris@4 6330 _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
Chris@4 6331 ;;
Chris@4 6332 ia64*)
Chris@4 6333 _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
Chris@4 6334 ;;
Chris@4 6335 *)
Chris@4 6336 _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'
Chris@4 6337 ;;
Chris@4 6338 esac
Chris@4 6339 # Commands to make compiler produce verbose output that lists
Chris@4 6340 # what "hidden" libraries, object files and flags are used when
Chris@4 6341 # linking a shared library.
Chris@4 6342 #
Chris@4 6343 # There doesn't appear to be a way to prevent this compiler from
Chris@4 6344 # explicitly linking system object files so we need to strip them
Chris@4 6345 # from the output so that they don't get included in the library
Chris@4 6346 # dependencies.
Chris@4 6347 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"'
Chris@4 6348 ;;
Chris@4 6349 *)
Chris@4 6350 if test "$GXX" = yes; then
Chris@4 6351 if test $with_gnu_ld = no; then
Chris@4 6352 case $host_cpu in
Chris@4 6353 hppa*64*)
Chris@4 6354 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
Chris@4 6355 ;;
Chris@4 6356 ia64*)
Chris@4 6357 _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'
Chris@4 6358 ;;
Chris@4 6359 *)
Chris@4 6360 _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'
Chris@4 6361 ;;
Chris@4 6362 esac
Chris@4 6363 fi
Chris@4 6364 else
Chris@4 6365 # FIXME: insert proper C++ library support
Chris@4 6366 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 6367 fi
Chris@4 6368 ;;
Chris@4 6369 esac
Chris@4 6370 ;;
Chris@4 6371
Chris@4 6372 interix[[3-9]]*)
Chris@4 6373 _LT_TAGVAR(hardcode_direct, $1)=no
Chris@4 6374 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
Chris@4 6375 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
Chris@4 6376 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
Chris@4 6377 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
Chris@4 6378 # Instead, shared libraries are loaded at an image base (0x10000000 by
Chris@4 6379 # default) and relocated if they conflict, which is a slow very memory
Chris@4 6380 # consuming and fragmenting process. To avoid this, we pick a random,
Chris@4 6381 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
Chris@4 6382 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
Chris@4 6383 _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'
Chris@4 6384 _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'
Chris@4 6385 ;;
Chris@4 6386 irix5* | irix6*)
Chris@4 6387 case $cc_basename in
Chris@4 6388 CC*)
Chris@4 6389 # SGI C++
Chris@4 6390 _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'
Chris@4 6391
Chris@4 6392 # Archives containing C++ object files must be created using
Chris@4 6393 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
Chris@4 6394 # necessary to make sure instantiated templates are included
Chris@4 6395 # in the archive.
Chris@4 6396 _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
Chris@4 6397 ;;
Chris@4 6398 *)
Chris@4 6399 if test "$GXX" = yes; then
Chris@4 6400 if test "$with_gnu_ld" = no; then
Chris@4 6401 _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'
Chris@4 6402 else
Chris@4 6403 _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'
Chris@4 6404 fi
Chris@4 6405 fi
Chris@4 6406 _LT_TAGVAR(link_all_deplibs, $1)=yes
Chris@4 6407 ;;
Chris@4 6408 esac
Chris@4 6409 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
Chris@4 6410 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
Chris@4 6411 _LT_TAGVAR(inherit_rpath, $1)=yes
Chris@4 6412 ;;
Chris@4 6413
Chris@55 6414 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
Chris@4 6415 case $cc_basename in
Chris@4 6416 KCC*)
Chris@4 6417 # Kuck and Associates, Inc. (KAI) C++ Compiler
Chris@4 6418
Chris@4 6419 # KCC will only create a shared library if the output file
Chris@4 6420 # ends with ".so" (or ".sl" for HP-UX), so rename the library
Chris@4 6421 # to its proper name (with version) after linking.
Chris@4 6422 _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'
Chris@4 6423 _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'
Chris@4 6424 # Commands to make compiler produce verbose output that lists
Chris@4 6425 # what "hidden" libraries, object files and flags are used when
Chris@4 6426 # linking a shared library.
Chris@4 6427 #
Chris@4 6428 # There doesn't appear to be a way to prevent this compiler from
Chris@4 6429 # explicitly linking system object files so we need to strip them
Chris@4 6430 # from the output so that they don't get included in the library
Chris@4 6431 # dependencies.
Chris@4 6432 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"'
Chris@4 6433
Chris@4 6434 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
Chris@4 6435 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
Chris@4 6436
Chris@4 6437 # Archives containing C++ object files must be created using
Chris@4 6438 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
Chris@4 6439 _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs'
Chris@4 6440 ;;
Chris@4 6441 icpc* | ecpc* )
Chris@4 6442 # Intel C++
Chris@4 6443 with_gnu_ld=yes
Chris@4 6444 # version 8.0 and above of icpc choke on multiply defined symbols
Chris@4 6445 # if we add $predep_objects and $postdep_objects, however 7.1 and
Chris@4 6446 # earlier do not add the objects themselves.
Chris@4 6447 case `$CC -V 2>&1` in
Chris@4 6448 *"Version 7."*)
Chris@4 6449 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
Chris@4 6450 _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'
Chris@4 6451 ;;
Chris@4 6452 *) # Version 8.0 or newer
Chris@4 6453 tmp_idyn=
Chris@4 6454 case $host_cpu in
Chris@4 6455 ia64*) tmp_idyn=' -i_dynamic';;
Chris@4 6456 esac
Chris@4 6457 _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
Chris@4 6458 _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'
Chris@4 6459 ;;
Chris@4 6460 esac
Chris@4 6461 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
Chris@4 6462 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
Chris@4 6463 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
Chris@4 6464 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
Chris@4 6465 ;;
Chris@4 6466 pgCC* | pgcpp*)
Chris@4 6467 # Portland Group C++ compiler
Chris@4 6468 case `$CC -V` in
Chris@4 6469 *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
Chris@4 6470 _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~
Chris@4 6471 rm -rf $tpldir~
Chris@4 6472 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
Chris@4 6473 compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
Chris@4 6474 _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
Chris@4 6475 rm -rf $tpldir~
Chris@4 6476 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
Chris@4 6477 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
Chris@4 6478 $RANLIB $oldlib'
Chris@4 6479 _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~
Chris@4 6480 rm -rf $tpldir~
Chris@4 6481 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
Chris@4 6482 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
Chris@4 6483 _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
Chris@4 6484 rm -rf $tpldir~
Chris@4 6485 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
Chris@4 6486 $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'
Chris@4 6487 ;;
Chris@4 6488 *) # Version 6 and above use weak symbols
Chris@4 6489 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
Chris@4 6490 _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'
Chris@4 6491 ;;
Chris@4 6492 esac
Chris@4 6493
Chris@4 6494 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
Chris@4 6495 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
Chris@4 6496 _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'
Chris@4 6497 ;;
Chris@4 6498 cxx*)
Chris@4 6499 # Compaq C++
Chris@4 6500 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
Chris@4 6501 _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'
Chris@4 6502
Chris@4 6503 runpath_var=LD_RUN_PATH
Chris@4 6504 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
Chris@4 6505 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
Chris@4 6506
Chris@4 6507 # Commands to make compiler produce verbose output that lists
Chris@4 6508 # what "hidden" libraries, object files and flags are used when
Chris@4 6509 # linking a shared library.
Chris@4 6510 #
Chris@4 6511 # There doesn't appear to be a way to prevent this compiler from
Chris@4 6512 # explicitly linking system object files so we need to strip them
Chris@4 6513 # from the output so that they don't get included in the library
Chris@4 6514 # dependencies.
Chris@4 6515 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'
Chris@4 6516 ;;
Chris@4 6517 xl* | mpixl* | bgxl*)
Chris@4 6518 # IBM XL 8.0 on PPC, with GNU ld
Chris@4 6519 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
Chris@4 6520 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
Chris@4 6521 _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
Chris@4 6522 if test "x$supports_anon_versioning" = xyes; then
Chris@4 6523 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
Chris@4 6524 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
Chris@4 6525 echo "local: *; };" >> $output_objdir/$libname.ver~
Chris@4 6526 $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
Chris@4 6527 fi
Chris@4 6528 ;;
Chris@4 6529 *)
Chris@4 6530 case `$CC -V 2>&1 | sed 5q` in
Chris@4 6531 *Sun\ C*)
Chris@4 6532 # Sun C++ 5.9
Chris@4 6533 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
Chris@4 6534 _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
Chris@4 6535 _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'
Chris@4 6536 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
Chris@4 6537 _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'
Chris@4 6538 _LT_TAGVAR(compiler_needs_object, $1)=yes
Chris@4 6539
Chris@4 6540 # Not sure whether something based on
Chris@4 6541 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
Chris@4 6542 # would be better.
Chris@4 6543 output_verbose_link_cmd='func_echo_all'
Chris@4 6544
Chris@4 6545 # Archives containing C++ object files must be created using
Chris@4 6546 # "CC -xar", where "CC" is the Sun C++ compiler. This is
Chris@4 6547 # necessary to make sure instantiated templates are included
Chris@4 6548 # in the archive.
Chris@4 6549 _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
Chris@4 6550 ;;
Chris@4 6551 esac
Chris@4 6552 ;;
Chris@4 6553 esac
Chris@4 6554 ;;
Chris@4 6555
Chris@4 6556 lynxos*)
Chris@4 6557 # FIXME: insert proper C++ library support
Chris@4 6558 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 6559 ;;
Chris@4 6560
Chris@4 6561 m88k*)
Chris@4 6562 # FIXME: insert proper C++ library support
Chris@4 6563 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 6564 ;;
Chris@4 6565
Chris@4 6566 mvs*)
Chris@4 6567 case $cc_basename in
Chris@4 6568 cxx*)
Chris@4 6569 # FIXME: insert proper C++ library support
Chris@4 6570 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 6571 ;;
Chris@4 6572 *)
Chris@4 6573 # FIXME: insert proper C++ library support
Chris@4 6574 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 6575 ;;
Chris@4 6576 esac
Chris@4 6577 ;;
Chris@4 6578
Chris@4 6579 netbsd*)
Chris@4 6580 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
Chris@4 6581 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
Chris@4 6582 wlarc=
Chris@4 6583 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
Chris@4 6584 _LT_TAGVAR(hardcode_direct, $1)=yes
Chris@4 6585 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
Chris@4 6586 fi
Chris@4 6587 # Workaround some broken pre-1.5 toolchains
Chris@4 6588 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
Chris@4 6589 ;;
Chris@4 6590
Chris@4 6591 *nto* | *qnx*)
Chris@4 6592 _LT_TAGVAR(ld_shlibs, $1)=yes
Chris@4 6593 ;;
Chris@4 6594
Chris@4 6595 openbsd2*)
Chris@4 6596 # C++ shared libraries are fairly broken
Chris@4 6597 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 6598 ;;
Chris@4 6599
Chris@4 6600 openbsd*)
Chris@4 6601 if test -f /usr/libexec/ld.so; then
Chris@4 6602 _LT_TAGVAR(hardcode_direct, $1)=yes
Chris@4 6603 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
Chris@4 6604 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
Chris@4 6605 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
Chris@4 6606 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
Chris@4 6607 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
Chris@4 6608 _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'
Chris@4 6609 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
Chris@4 6610 _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
Chris@4 6611 fi
Chris@4 6612 output_verbose_link_cmd=func_echo_all
Chris@4 6613 else
Chris@4 6614 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 6615 fi
Chris@4 6616 ;;
Chris@4 6617
Chris@4 6618 osf3* | osf4* | osf5*)
Chris@4 6619 case $cc_basename in
Chris@4 6620 KCC*)
Chris@4 6621 # Kuck and Associates, Inc. (KAI) C++ Compiler
Chris@4 6622
Chris@4 6623 # KCC will only create a shared library if the output file
Chris@4 6624 # ends with ".so" (or ".sl" for HP-UX), so rename the library
Chris@4 6625 # to its proper name (with version) after linking.
Chris@4 6626 _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'
Chris@4 6627
Chris@4 6628 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
Chris@4 6629 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
Chris@4 6630
Chris@4 6631 # Archives containing C++ object files must be created using
Chris@4 6632 # the KAI C++ compiler.
Chris@4 6633 case $host in
Chris@4 6634 osf3*) _LT_TAGVAR(old_archive_cmds, $1)='$CC -Bstatic -o $oldlib $oldobjs' ;;
Chris@4 6635 *) _LT_TAGVAR(old_archive_cmds, $1)='$CC -o $oldlib $oldobjs' ;;
Chris@4 6636 esac
Chris@4 6637 ;;
Chris@4 6638 RCC*)
Chris@4 6639 # Rational C++ 2.4.1
Chris@4 6640 # FIXME: insert proper C++ library support
Chris@4 6641 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 6642 ;;
Chris@4 6643 cxx*)
Chris@4 6644 case $host in
Chris@4 6645 osf3*)
Chris@4 6646 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
Chris@4 6647 _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'
Chris@4 6648 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
Chris@4 6649 ;;
Chris@4 6650 *)
Chris@4 6651 _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
Chris@4 6652 _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'
Chris@4 6653 _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
Chris@4 6654 echo "-hidden">> $lib.exp~
Chris@4 6655 $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~
Chris@4 6656 $RM $lib.exp'
Chris@4 6657 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
Chris@4 6658 ;;
Chris@4 6659 esac
Chris@4 6660
Chris@4 6661 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
Chris@4 6662
Chris@4 6663 # Commands to make compiler produce verbose output that lists
Chris@4 6664 # what "hidden" libraries, object files and flags are used when
Chris@4 6665 # linking a shared library.
Chris@4 6666 #
Chris@4 6667 # There doesn't appear to be a way to prevent this compiler from
Chris@4 6668 # explicitly linking system object files so we need to strip them
Chris@4 6669 # from the output so that they don't get included in the library
Chris@4 6670 # dependencies.
Chris@4 6671 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"'
Chris@4 6672 ;;
Chris@4 6673 *)
Chris@4 6674 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
Chris@4 6675 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
Chris@4 6676 case $host in
Chris@4 6677 osf3*)
Chris@4 6678 _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'
Chris@4 6679 ;;
Chris@4 6680 *)
Chris@4 6681 _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'
Chris@4 6682 ;;
Chris@4 6683 esac
Chris@4 6684
Chris@4 6685 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
Chris@4 6686 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
Chris@4 6687
Chris@4 6688 # Commands to make compiler produce verbose output that lists
Chris@4 6689 # what "hidden" libraries, object files and flags are used when
Chris@4 6690 # linking a shared library.
Chris@4 6691 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
Chris@4 6692
Chris@4 6693 else
Chris@4 6694 # FIXME: insert proper C++ library support
Chris@4 6695 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 6696 fi
Chris@4 6697 ;;
Chris@4 6698 esac
Chris@4 6699 ;;
Chris@4 6700
Chris@4 6701 psos*)
Chris@4 6702 # FIXME: insert proper C++ library support
Chris@4 6703 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 6704 ;;
Chris@4 6705
Chris@4 6706 sunos4*)
Chris@4 6707 case $cc_basename in
Chris@4 6708 CC*)
Chris@4 6709 # Sun C++ 4.x
Chris@4 6710 # FIXME: insert proper C++ library support
Chris@4 6711 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 6712 ;;
Chris@4 6713 lcc*)
Chris@4 6714 # Lucid
Chris@4 6715 # FIXME: insert proper C++ library support
Chris@4 6716 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 6717 ;;
Chris@4 6718 *)
Chris@4 6719 # FIXME: insert proper C++ library support
Chris@4 6720 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 6721 ;;
Chris@4 6722 esac
Chris@4 6723 ;;
Chris@4 6724
Chris@4 6725 solaris*)
Chris@4 6726 case $cc_basename in
Chris@4 6727 CC* | sunCC*)
Chris@4 6728 # Sun C++ 4.2, 5.x and Centerline C++
Chris@4 6729 _LT_TAGVAR(archive_cmds_need_lc,$1)=yes
Chris@4 6730 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
Chris@4 6731 _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
Chris@4 6732 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
Chris@4 6733 $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'
Chris@4 6734
Chris@4 6735 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
Chris@4 6736 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
Chris@4 6737 case $host_os in
Chris@4 6738 solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
Chris@4 6739 *)
Chris@4 6740 # The compiler driver will combine and reorder linker options,
Chris@4 6741 # but understands `-z linker_flag'.
Chris@4 6742 # Supported since Solaris 2.6 (maybe 2.5.1?)
Chris@4 6743 _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
Chris@4 6744 ;;
Chris@4 6745 esac
Chris@4 6746 _LT_TAGVAR(link_all_deplibs, $1)=yes
Chris@4 6747
Chris@4 6748 output_verbose_link_cmd='func_echo_all'
Chris@4 6749
Chris@4 6750 # Archives containing C++ object files must be created using
Chris@4 6751 # "CC -xar", where "CC" is the Sun C++ compiler. This is
Chris@4 6752 # necessary to make sure instantiated templates are included
Chris@4 6753 # in the archive.
Chris@4 6754 _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
Chris@4 6755 ;;
Chris@4 6756 gcx*)
Chris@4 6757 # Green Hills C++ Compiler
Chris@4 6758 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
Chris@4 6759
Chris@4 6760 # The C++ compiler must be used to create the archive.
Chris@4 6761 _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
Chris@4 6762 ;;
Chris@4 6763 *)
Chris@4 6764 # GNU C++ compiler with Solaris linker
Chris@4 6765 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
Chris@4 6766 _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
Chris@4 6767 if $CC --version | $GREP -v '^2\.7' > /dev/null; then
Chris@4 6768 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
Chris@4 6769 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
Chris@4 6770 $CC -shared $pic_flag -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
Chris@4 6771
Chris@4 6772 # Commands to make compiler produce verbose output that lists
Chris@4 6773 # what "hidden" libraries, object files and flags are used when
Chris@4 6774 # linking a shared library.
Chris@4 6775 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
Chris@4 6776 else
Chris@4 6777 # g++ 2.7 appears to require `-G' NOT `-shared' on this
Chris@4 6778 # platform.
Chris@4 6779 _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
Chris@4 6780 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
Chris@4 6781 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
Chris@4 6782
Chris@4 6783 # Commands to make compiler produce verbose output that lists
Chris@4 6784 # what "hidden" libraries, object files and flags are used when
Chris@4 6785 # linking a shared library.
Chris@4 6786 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
Chris@4 6787 fi
Chris@4 6788
Chris@4 6789 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
Chris@4 6790 case $host_os in
Chris@4 6791 solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
Chris@4 6792 *)
Chris@4 6793 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
Chris@4 6794 ;;
Chris@4 6795 esac
Chris@4 6796 fi
Chris@4 6797 ;;
Chris@4 6798 esac
Chris@4 6799 ;;
Chris@4 6800
Chris@4 6801 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
Chris@4 6802 _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
Chris@4 6803 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
Chris@4 6804 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
Chris@4 6805 runpath_var='LD_RUN_PATH'
Chris@4 6806
Chris@4 6807 case $cc_basename in
Chris@4 6808 CC*)
Chris@4 6809 _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
Chris@4 6810 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
Chris@4 6811 ;;
Chris@4 6812 *)
Chris@4 6813 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
Chris@4 6814 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
Chris@4 6815 ;;
Chris@4 6816 esac
Chris@4 6817 ;;
Chris@4 6818
Chris@4 6819 sysv5* | sco3.2v5* | sco5v6*)
Chris@4 6820 # Note: We can NOT use -z defs as we might desire, because we do not
Chris@4 6821 # link with -lc, and that would cause any symbols used from libc to
Chris@4 6822 # always be unresolved, which means just about no library would
Chris@4 6823 # ever link correctly. If we're not using GNU ld we use -z text
Chris@4 6824 # though, which does catch some bad symbols but isn't as heavy-handed
Chris@4 6825 # as -z defs.
Chris@4 6826 _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
Chris@4 6827 _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
Chris@4 6828 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
Chris@4 6829 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
Chris@4 6830 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir'
Chris@4 6831 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
Chris@4 6832 _LT_TAGVAR(link_all_deplibs, $1)=yes
Chris@4 6833 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
Chris@4 6834 runpath_var='LD_RUN_PATH'
Chris@4 6835
Chris@4 6836 case $cc_basename in
Chris@4 6837 CC*)
Chris@4 6838 _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
Chris@4 6839 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
Chris@4 6840 _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~
Chris@4 6841 '"$_LT_TAGVAR(old_archive_cmds, $1)"
Chris@4 6842 _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~
Chris@4 6843 '"$_LT_TAGVAR(reload_cmds, $1)"
Chris@4 6844 ;;
Chris@4 6845 *)
Chris@4 6846 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
Chris@4 6847 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
Chris@4 6848 ;;
Chris@4 6849 esac
Chris@4 6850 ;;
Chris@4 6851
Chris@4 6852 tandem*)
Chris@4 6853 case $cc_basename in
Chris@4 6854 NCC*)
Chris@4 6855 # NonStop-UX NCC 3.20
Chris@4 6856 # FIXME: insert proper C++ library support
Chris@4 6857 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 6858 ;;
Chris@4 6859 *)
Chris@4 6860 # FIXME: insert proper C++ library support
Chris@4 6861 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 6862 ;;
Chris@4 6863 esac
Chris@4 6864 ;;
Chris@4 6865
Chris@4 6866 vxworks*)
Chris@4 6867 # FIXME: insert proper C++ library support
Chris@4 6868 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 6869 ;;
Chris@4 6870
Chris@4 6871 *)
Chris@4 6872 # FIXME: insert proper C++ library support
Chris@4 6873 _LT_TAGVAR(ld_shlibs, $1)=no
Chris@4 6874 ;;
Chris@4 6875 esac
Chris@4 6876
Chris@4 6877 AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
Chris@4 6878 test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
Chris@4 6879
Chris@4 6880 _LT_TAGVAR(GCC, $1)="$GXX"
Chris@4 6881 _LT_TAGVAR(LD, $1)="$LD"
Chris@4 6882
Chris@4 6883 ## CAVEAT EMPTOR:
Chris@4 6884 ## There is no encapsulation within the following macros, do not change
Chris@4 6885 ## the running order or otherwise move them around unless you know exactly
Chris@4 6886 ## what you are doing...
Chris@4 6887 _LT_SYS_HIDDEN_LIBDEPS($1)
Chris@4 6888 _LT_COMPILER_PIC($1)
Chris@4 6889 _LT_COMPILER_C_O($1)
Chris@4 6890 _LT_COMPILER_FILE_LOCKS($1)
Chris@4 6891 _LT_LINKER_SHLIBS($1)
Chris@4 6892 _LT_SYS_DYNAMIC_LINKER($1)
Chris@4 6893 _LT_LINKER_HARDCODE_LIBPATH($1)
Chris@4 6894
Chris@4 6895 _LT_CONFIG($1)
Chris@4 6896 fi # test -n "$compiler"
Chris@4 6897
Chris@4 6898 CC=$lt_save_CC
Chris@4 6899 CFLAGS=$lt_save_CFLAGS
Chris@4 6900 LDCXX=$LD
Chris@4 6901 LD=$lt_save_LD
Chris@4 6902 GCC=$lt_save_GCC
Chris@4 6903 with_gnu_ld=$lt_save_with_gnu_ld
Chris@4 6904 lt_cv_path_LDCXX=$lt_cv_path_LD
Chris@4 6905 lt_cv_path_LD=$lt_save_path_LD
Chris@4 6906 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
Chris@4 6907 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
Chris@4 6908 fi # test "$_lt_caught_CXX_error" != yes
Chris@4 6909
Chris@4 6910 AC_LANG_POP
Chris@4 6911 ])# _LT_LANG_CXX_CONFIG
Chris@4 6912
Chris@4 6913
Chris@4 6914 # _LT_FUNC_STRIPNAME_CNF
Chris@4 6915 # ----------------------
Chris@4 6916 # func_stripname_cnf prefix suffix name
Chris@4 6917 # strip PREFIX and SUFFIX off of NAME.
Chris@4 6918 # PREFIX and SUFFIX must not contain globbing or regex special
Chris@4 6919 # characters, hashes, percent signs, but SUFFIX may contain a leading
Chris@4 6920 # dot (in which case that matches only a dot).
Chris@4 6921 #
Chris@4 6922 # This function is identical to the (non-XSI) version of func_stripname,
Chris@4 6923 # except this one can be used by m4 code that may be executed by configure,
Chris@4 6924 # rather than the libtool script.
Chris@4 6925 m4_defun([_LT_FUNC_STRIPNAME_CNF],[dnl
Chris@4 6926 AC_REQUIRE([_LT_DECL_SED])
Chris@4 6927 AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])
Chris@4 6928 func_stripname_cnf ()
Chris@4 6929 {
Chris@4 6930 case ${2} in
Chris@4 6931 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
Chris@4 6932 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
Chris@4 6933 esac
Chris@4 6934 } # func_stripname_cnf
Chris@4 6935 ])# _LT_FUNC_STRIPNAME_CNF
Chris@4 6936
Chris@4 6937 # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
Chris@4 6938 # ---------------------------------
Chris@4 6939 # Figure out "hidden" library dependencies from verbose
Chris@4 6940 # compiler output when linking a shared library.
Chris@4 6941 # Parse the compiler output and extract the necessary
Chris@4 6942 # objects, libraries and library flags.
Chris@4 6943 m4_defun([_LT_SYS_HIDDEN_LIBDEPS],
Chris@4 6944 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
Chris@4 6945 AC_REQUIRE([_LT_FUNC_STRIPNAME_CNF])dnl
Chris@4 6946 # Dependencies to place before and after the object being linked:
Chris@4 6947 _LT_TAGVAR(predep_objects, $1)=
Chris@4 6948 _LT_TAGVAR(postdep_objects, $1)=
Chris@4 6949 _LT_TAGVAR(predeps, $1)=
Chris@4 6950 _LT_TAGVAR(postdeps, $1)=
Chris@4 6951 _LT_TAGVAR(compiler_lib_search_path, $1)=
Chris@4 6952
Chris@4 6953 dnl we can't use the lt_simple_compile_test_code here,
Chris@4 6954 dnl because it contains code intended for an executable,
Chris@4 6955 dnl not a library. It's possible we should let each
Chris@4 6956 dnl tag define a new lt_????_link_test_code variable,
Chris@4 6957 dnl but it's only used here...
Chris@4 6958 m4_if([$1], [], [cat > conftest.$ac_ext <<_LT_EOF
Chris@4 6959 int a;
Chris@4 6960 void foo (void) { a = 0; }
Chris@4 6961 _LT_EOF
Chris@4 6962 ], [$1], [CXX], [cat > conftest.$ac_ext <<_LT_EOF
Chris@4 6963 class Foo
Chris@4 6964 {
Chris@4 6965 public:
Chris@4 6966 Foo (void) { a = 0; }
Chris@4 6967 private:
Chris@4 6968 int a;
Chris@4 6969 };
Chris@4 6970 _LT_EOF
Chris@4 6971 ], [$1], [F77], [cat > conftest.$ac_ext <<_LT_EOF
Chris@4 6972 subroutine foo
Chris@4 6973 implicit none
Chris@4 6974 integer*4 a
Chris@4 6975 a=0
Chris@4 6976 return
Chris@4 6977 end
Chris@4 6978 _LT_EOF
Chris@4 6979 ], [$1], [FC], [cat > conftest.$ac_ext <<_LT_EOF
Chris@4 6980 subroutine foo
Chris@4 6981 implicit none
Chris@4 6982 integer a
Chris@4 6983 a=0
Chris@4 6984 return
Chris@4 6985 end
Chris@4 6986 _LT_EOF
Chris@4 6987 ], [$1], [GCJ], [cat > conftest.$ac_ext <<_LT_EOF
Chris@4 6988 public class foo {
Chris@4 6989 private int a;
Chris@4 6990 public void bar (void) {
Chris@4 6991 a = 0;
Chris@4 6992 }
Chris@4 6993 };
Chris@4 6994 _LT_EOF
Chris@55 6995 ], [$1], [GO], [cat > conftest.$ac_ext <<_LT_EOF
Chris@55 6996 package foo
Chris@55 6997 func foo() {
Chris@55 6998 }
Chris@55 6999 _LT_EOF
Chris@4 7000 ])
Chris@4 7001
Chris@4 7002 _lt_libdeps_save_CFLAGS=$CFLAGS
Chris@4 7003 case "$CC $CFLAGS " in #(
Chris@4 7004 *\ -flto*\ *) CFLAGS="$CFLAGS -fno-lto" ;;
Chris@4 7005 *\ -fwhopr*\ *) CFLAGS="$CFLAGS -fno-whopr" ;;
Chris@55 7006 *\ -fuse-linker-plugin*\ *) CFLAGS="$CFLAGS -fno-use-linker-plugin" ;;
Chris@4 7007 esac
Chris@4 7008
Chris@4 7009 dnl Parse the compiler output and extract the necessary
Chris@4 7010 dnl objects, libraries and library flags.
Chris@4 7011 if AC_TRY_EVAL(ac_compile); then
Chris@4 7012 # Parse the compiler output and extract the necessary
Chris@4 7013 # objects, libraries and library flags.
Chris@4 7014
Chris@4 7015 # Sentinel used to keep track of whether or not we are before
Chris@4 7016 # the conftest object file.
Chris@4 7017 pre_test_object_deps_done=no
Chris@4 7018
Chris@4 7019 for p in `eval "$output_verbose_link_cmd"`; do
Chris@4 7020 case ${prev}${p} in
Chris@4 7021
Chris@4 7022 -L* | -R* | -l*)
Chris@4 7023 # Some compilers place space between "-{L,R}" and the path.
Chris@4 7024 # Remove the space.
Chris@4 7025 if test $p = "-L" ||
Chris@4 7026 test $p = "-R"; then
Chris@4 7027 prev=$p
Chris@4 7028 continue
Chris@4 7029 fi
Chris@4 7030
Chris@4 7031 # Expand the sysroot to ease extracting the directories later.
Chris@4 7032 if test -z "$prev"; then
Chris@4 7033 case $p in
Chris@4 7034 -L*) func_stripname_cnf '-L' '' "$p"; prev=-L; p=$func_stripname_result ;;
Chris@4 7035 -R*) func_stripname_cnf '-R' '' "$p"; prev=-R; p=$func_stripname_result ;;
Chris@4 7036 -l*) func_stripname_cnf '-l' '' "$p"; prev=-l; p=$func_stripname_result ;;
Chris@4 7037 esac
Chris@4 7038 fi
Chris@4 7039 case $p in
Chris@4 7040 =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;;
Chris@4 7041 esac
Chris@4 7042 if test "$pre_test_object_deps_done" = no; then
Chris@4 7043 case ${prev} in
Chris@4 7044 -L | -R)
Chris@4 7045 # Internal compiler library paths should come after those
Chris@4 7046 # provided the user. The postdeps already come after the
Chris@4 7047 # user supplied libs so there is no need to process them.
Chris@4 7048 if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then
Chris@4 7049 _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
Chris@4 7050 else
Chris@4 7051 _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
Chris@4 7052 fi
Chris@4 7053 ;;
Chris@4 7054 # The "-l" case would never come before the object being
Chris@4 7055 # linked, so don't bother handling this case.
Chris@4 7056 esac
Chris@4 7057 else
Chris@4 7058 if test -z "$_LT_TAGVAR(postdeps, $1)"; then
Chris@4 7059 _LT_TAGVAR(postdeps, $1)="${prev}${p}"
Chris@4 7060 else
Chris@4 7061 _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}"
Chris@4 7062 fi
Chris@4 7063 fi
Chris@4 7064 prev=
Chris@4 7065 ;;
Chris@4 7066
Chris@4 7067 *.lto.$objext) ;; # Ignore GCC LTO objects
Chris@4 7068 *.$objext)
Chris@4 7069 # This assumes that the test object file only shows up
Chris@4 7070 # once in the compiler output.
Chris@4 7071 if test "$p" = "conftest.$objext"; then
Chris@4 7072 pre_test_object_deps_done=yes
Chris@4 7073 continue
Chris@4 7074 fi
Chris@4 7075
Chris@4 7076 if test "$pre_test_object_deps_done" = no; then
Chris@4 7077 if test -z "$_LT_TAGVAR(predep_objects, $1)"; then
Chris@4 7078 _LT_TAGVAR(predep_objects, $1)="$p"
Chris@4 7079 else
Chris@4 7080 _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p"
Chris@4 7081 fi
Chris@4 7082 else
Chris@4 7083 if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then
Chris@4 7084 _LT_TAGVAR(postdep_objects, $1)="$p"
Chris@4 7085 else
Chris@4 7086 _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p"
Chris@4 7087 fi
Chris@4 7088 fi
Chris@4 7089 ;;
Chris@4 7090
Chris@4 7091 *) ;; # Ignore the rest.
Chris@4 7092
Chris@4 7093 esac
Chris@4 7094 done
Chris@4 7095
Chris@4 7096 # Clean up.
Chris@4 7097 rm -f a.out a.exe
Chris@4 7098 else
Chris@4 7099 echo "libtool.m4: error: problem compiling $1 test program"
Chris@4 7100 fi
Chris@4 7101
Chris@4 7102 $RM -f confest.$objext
Chris@4 7103 CFLAGS=$_lt_libdeps_save_CFLAGS
Chris@4 7104
Chris@4 7105 # PORTME: override above test on systems where it is broken
Chris@4 7106 m4_if([$1], [CXX],
Chris@4 7107 [case $host_os in
Chris@4 7108 interix[[3-9]]*)
Chris@4 7109 # Interix 3.5 installs completely hosed .la files for C++, so rather than
Chris@4 7110 # hack all around it, let's just trust "g++" to DTRT.
Chris@4 7111 _LT_TAGVAR(predep_objects,$1)=
Chris@4 7112 _LT_TAGVAR(postdep_objects,$1)=
Chris@4 7113 _LT_TAGVAR(postdeps,$1)=
Chris@4 7114 ;;
Chris@4 7115
Chris@4 7116 linux*)
Chris@4 7117 case `$CC -V 2>&1 | sed 5q` in
Chris@4 7118 *Sun\ C*)
Chris@4 7119 # Sun C++ 5.9
Chris@4 7120
Chris@4 7121 # The more standards-conforming stlport4 library is
Chris@4 7122 # incompatible with the Cstd library. Avoid specifying
Chris@4 7123 # it if it's in CXXFLAGS. Ignore libCrun as
Chris@4 7124 # -library=stlport4 depends on it.
Chris@4 7125 case " $CXX $CXXFLAGS " in
Chris@4 7126 *" -library=stlport4 "*)
Chris@4 7127 solaris_use_stlport4=yes
Chris@4 7128 ;;
Chris@4 7129 esac
Chris@4 7130
Chris@4 7131 if test "$solaris_use_stlport4" != yes; then
Chris@4 7132 _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
Chris@4 7133 fi
Chris@4 7134 ;;
Chris@4 7135 esac
Chris@4 7136 ;;
Chris@4 7137
Chris@4 7138 solaris*)
Chris@4 7139 case $cc_basename in
Chris@4 7140 CC* | sunCC*)
Chris@4 7141 # The more standards-conforming stlport4 library is
Chris@4 7142 # incompatible with the Cstd library. Avoid specifying
Chris@4 7143 # it if it's in CXXFLAGS. Ignore libCrun as
Chris@4 7144 # -library=stlport4 depends on it.
Chris@4 7145 case " $CXX $CXXFLAGS " in
Chris@4 7146 *" -library=stlport4 "*)
Chris@4 7147 solaris_use_stlport4=yes
Chris@4 7148 ;;
Chris@4 7149 esac
Chris@4 7150
Chris@4 7151 # Adding this requires a known-good setup of shared libraries for
Chris@4 7152 # Sun compiler versions before 5.6, else PIC objects from an old
Chris@4 7153 # archive will be linked into the output, leading to subtle bugs.
Chris@4 7154 if test "$solaris_use_stlport4" != yes; then
Chris@4 7155 _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
Chris@4 7156 fi
Chris@4 7157 ;;
Chris@4 7158 esac
Chris@4 7159 ;;
Chris@4 7160 esac
Chris@4 7161 ])
Chris@4 7162
Chris@4 7163 case " $_LT_TAGVAR(postdeps, $1) " in
Chris@4 7164 *" -lc "*) _LT_TAGVAR(archive_cmds_need_lc, $1)=no ;;
Chris@4 7165 esac
Chris@4 7166 _LT_TAGVAR(compiler_lib_search_dirs, $1)=
Chris@4 7167 if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
Chris@4 7168 _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
Chris@4 7169 fi
Chris@4 7170 _LT_TAGDECL([], [compiler_lib_search_dirs], [1],
Chris@4 7171 [The directories searched by this compiler when creating a shared library])
Chris@4 7172 _LT_TAGDECL([], [predep_objects], [1],
Chris@4 7173 [Dependencies to place before and after the objects being linked to
Chris@4 7174 create a shared library])
Chris@4 7175 _LT_TAGDECL([], [postdep_objects], [1])
Chris@4 7176 _LT_TAGDECL([], [predeps], [1])
Chris@4 7177 _LT_TAGDECL([], [postdeps], [1])
Chris@4 7178 _LT_TAGDECL([], [compiler_lib_search_path], [1],
Chris@4 7179 [The library search path used internally by the compiler when linking
Chris@4 7180 a shared library])
Chris@4 7181 ])# _LT_SYS_HIDDEN_LIBDEPS
Chris@4 7182
Chris@4 7183
Chris@4 7184 # _LT_LANG_F77_CONFIG([TAG])
Chris@4 7185 # --------------------------
Chris@4 7186 # Ensure that the configuration variables for a Fortran 77 compiler are
Chris@4 7187 # suitably defined. These variables are subsequently used by _LT_CONFIG
Chris@4 7188 # to write the compiler configuration to `libtool'.
Chris@4 7189 m4_defun([_LT_LANG_F77_CONFIG],
Chris@4 7190 [AC_LANG_PUSH(Fortran 77)
Chris@4 7191 if test -z "$F77" || test "X$F77" = "Xno"; then
Chris@4 7192 _lt_disable_F77=yes
Chris@4 7193 fi
Chris@4 7194
Chris@4 7195 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
Chris@4 7196 _LT_TAGVAR(allow_undefined_flag, $1)=
Chris@4 7197 _LT_TAGVAR(always_export_symbols, $1)=no
Chris@4 7198 _LT_TAGVAR(archive_expsym_cmds, $1)=
Chris@4 7199 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
Chris@4 7200 _LT_TAGVAR(hardcode_direct, $1)=no
Chris@4 7201 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
Chris@4 7202 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
Chris@4 7203 _LT_TAGVAR(hardcode_libdir_separator, $1)=
Chris@4 7204 _LT_TAGVAR(hardcode_minus_L, $1)=no
Chris@4 7205 _LT_TAGVAR(hardcode_automatic, $1)=no
Chris@4 7206 _LT_TAGVAR(inherit_rpath, $1)=no
Chris@4 7207 _LT_TAGVAR(module_cmds, $1)=
Chris@4 7208 _LT_TAGVAR(module_expsym_cmds, $1)=
Chris@4 7209 _LT_TAGVAR(link_all_deplibs, $1)=unknown
Chris@4 7210 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
Chris@4 7211 _LT_TAGVAR(reload_flag, $1)=$reload_flag
Chris@4 7212 _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
Chris@4 7213 _LT_TAGVAR(no_undefined_flag, $1)=
Chris@4 7214 _LT_TAGVAR(whole_archive_flag_spec, $1)=
Chris@4 7215 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
Chris@4 7216
Chris@4 7217 # Source file extension for f77 test sources.
Chris@4 7218 ac_ext=f
Chris@4 7219
Chris@4 7220 # Object file extension for compiled f77 test sources.
Chris@4 7221 objext=o
Chris@4 7222 _LT_TAGVAR(objext, $1)=$objext
Chris@4 7223
Chris@4 7224 # No sense in running all these tests if we already determined that
Chris@4 7225 # the F77 compiler isn't working. Some variables (like enable_shared)
Chris@4 7226 # are currently assumed to apply to all compilers on this platform,
Chris@4 7227 # and will be corrupted by setting them based on a non-working compiler.
Chris@4 7228 if test "$_lt_disable_F77" != yes; then
Chris@4 7229 # Code to be used in simple compile tests
Chris@4 7230 lt_simple_compile_test_code="\
Chris@4 7231 subroutine t
Chris@4 7232 return
Chris@4 7233 end
Chris@4 7234 "
Chris@4 7235
Chris@4 7236 # Code to be used in simple link tests
Chris@4 7237 lt_simple_link_test_code="\
Chris@4 7238 program t
Chris@4 7239 end
Chris@4 7240 "
Chris@4 7241
Chris@4 7242 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
Chris@4 7243 _LT_TAG_COMPILER
Chris@4 7244
Chris@4 7245 # save warnings/boilerplate of simple test code
Chris@4 7246 _LT_COMPILER_BOILERPLATE
Chris@4 7247 _LT_LINKER_BOILERPLATE
Chris@4 7248
Chris@4 7249 # Allow CC to be a program name with arguments.
Chris@4 7250 lt_save_CC="$CC"
Chris@4 7251 lt_save_GCC=$GCC
Chris@4 7252 lt_save_CFLAGS=$CFLAGS
Chris@4 7253 CC=${F77-"f77"}
Chris@4 7254 CFLAGS=$FFLAGS
Chris@4 7255 compiler=$CC
Chris@4 7256 _LT_TAGVAR(compiler, $1)=$CC
Chris@4 7257 _LT_CC_BASENAME([$compiler])
Chris@4 7258 GCC=$G77
Chris@4 7259 if test -n "$compiler"; then
Chris@4 7260 AC_MSG_CHECKING([if libtool supports shared libraries])
Chris@4 7261 AC_MSG_RESULT([$can_build_shared])
Chris@4 7262
Chris@4 7263 AC_MSG_CHECKING([whether to build shared libraries])
Chris@4 7264 test "$can_build_shared" = "no" && enable_shared=no
Chris@4 7265
Chris@4 7266 # On AIX, shared libraries and static libraries use the same namespace, and
Chris@4 7267 # are all built from PIC.
Chris@4 7268 case $host_os in
Chris@4 7269 aix3*)
Chris@4 7270 test "$enable_shared" = yes && enable_static=no
Chris@4 7271 if test -n "$RANLIB"; then
Chris@4 7272 archive_cmds="$archive_cmds~\$RANLIB \$lib"
Chris@4 7273 postinstall_cmds='$RANLIB $lib'
Chris@4 7274 fi
Chris@4 7275 ;;
Chris@4 7276 aix[[4-9]]*)
Chris@4 7277 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
Chris@4 7278 test "$enable_shared" = yes && enable_static=no
Chris@4 7279 fi
Chris@4 7280 ;;
Chris@4 7281 esac
Chris@4 7282 AC_MSG_RESULT([$enable_shared])
Chris@4 7283
Chris@4 7284 AC_MSG_CHECKING([whether to build static libraries])
Chris@4 7285 # Make sure either enable_shared or enable_static is yes.
Chris@4 7286 test "$enable_shared" = yes || enable_static=yes
Chris@4 7287 AC_MSG_RESULT([$enable_static])
Chris@4 7288
Chris@4 7289 _LT_TAGVAR(GCC, $1)="$G77"
Chris@4 7290 _LT_TAGVAR(LD, $1)="$LD"
Chris@4 7291
Chris@4 7292 ## CAVEAT EMPTOR:
Chris@4 7293 ## There is no encapsulation within the following macros, do not change
Chris@4 7294 ## the running order or otherwise move them around unless you know exactly
Chris@4 7295 ## what you are doing...
Chris@4 7296 _LT_COMPILER_PIC($1)
Chris@4 7297 _LT_COMPILER_C_O($1)
Chris@4 7298 _LT_COMPILER_FILE_LOCKS($1)
Chris@4 7299 _LT_LINKER_SHLIBS($1)
Chris@4 7300 _LT_SYS_DYNAMIC_LINKER($1)
Chris@4 7301 _LT_LINKER_HARDCODE_LIBPATH($1)
Chris@4 7302
Chris@4 7303 _LT_CONFIG($1)
Chris@4 7304 fi # test -n "$compiler"
Chris@4 7305
Chris@4 7306 GCC=$lt_save_GCC
Chris@4 7307 CC="$lt_save_CC"
Chris@4 7308 CFLAGS="$lt_save_CFLAGS"
Chris@4 7309 fi # test "$_lt_disable_F77" != yes
Chris@4 7310
Chris@4 7311 AC_LANG_POP
Chris@4 7312 ])# _LT_LANG_F77_CONFIG
Chris@4 7313
Chris@4 7314
Chris@4 7315 # _LT_LANG_FC_CONFIG([TAG])
Chris@4 7316 # -------------------------
Chris@4 7317 # Ensure that the configuration variables for a Fortran compiler are
Chris@4 7318 # suitably defined. These variables are subsequently used by _LT_CONFIG
Chris@4 7319 # to write the compiler configuration to `libtool'.
Chris@4 7320 m4_defun([_LT_LANG_FC_CONFIG],
Chris@4 7321 [AC_LANG_PUSH(Fortran)
Chris@4 7322
Chris@4 7323 if test -z "$FC" || test "X$FC" = "Xno"; then
Chris@4 7324 _lt_disable_FC=yes
Chris@4 7325 fi
Chris@4 7326
Chris@4 7327 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
Chris@4 7328 _LT_TAGVAR(allow_undefined_flag, $1)=
Chris@4 7329 _LT_TAGVAR(always_export_symbols, $1)=no
Chris@4 7330 _LT_TAGVAR(archive_expsym_cmds, $1)=
Chris@4 7331 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
Chris@4 7332 _LT_TAGVAR(hardcode_direct, $1)=no
Chris@4 7333 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
Chris@4 7334 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
Chris@4 7335 _LT_TAGVAR(hardcode_libdir_separator, $1)=
Chris@4 7336 _LT_TAGVAR(hardcode_minus_L, $1)=no
Chris@4 7337 _LT_TAGVAR(hardcode_automatic, $1)=no
Chris@4 7338 _LT_TAGVAR(inherit_rpath, $1)=no
Chris@4 7339 _LT_TAGVAR(module_cmds, $1)=
Chris@4 7340 _LT_TAGVAR(module_expsym_cmds, $1)=
Chris@4 7341 _LT_TAGVAR(link_all_deplibs, $1)=unknown
Chris@4 7342 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
Chris@4 7343 _LT_TAGVAR(reload_flag, $1)=$reload_flag
Chris@4 7344 _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
Chris@4 7345 _LT_TAGVAR(no_undefined_flag, $1)=
Chris@4 7346 _LT_TAGVAR(whole_archive_flag_spec, $1)=
Chris@4 7347 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=no
Chris@4 7348
Chris@4 7349 # Source file extension for fc test sources.
Chris@4 7350 ac_ext=${ac_fc_srcext-f}
Chris@4 7351
Chris@4 7352 # Object file extension for compiled fc test sources.
Chris@4 7353 objext=o
Chris@4 7354 _LT_TAGVAR(objext, $1)=$objext
Chris@4 7355
Chris@4 7356 # No sense in running all these tests if we already determined that
Chris@4 7357 # the FC compiler isn't working. Some variables (like enable_shared)
Chris@4 7358 # are currently assumed to apply to all compilers on this platform,
Chris@4 7359 # and will be corrupted by setting them based on a non-working compiler.
Chris@4 7360 if test "$_lt_disable_FC" != yes; then
Chris@4 7361 # Code to be used in simple compile tests
Chris@4 7362 lt_simple_compile_test_code="\
Chris@4 7363 subroutine t
Chris@4 7364 return
Chris@4 7365 end
Chris@4 7366 "
Chris@4 7367
Chris@4 7368 # Code to be used in simple link tests
Chris@4 7369 lt_simple_link_test_code="\
Chris@4 7370 program t
Chris@4 7371 end
Chris@4 7372 "
Chris@4 7373
Chris@4 7374 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
Chris@4 7375 _LT_TAG_COMPILER
Chris@4 7376
Chris@4 7377 # save warnings/boilerplate of simple test code
Chris@4 7378 _LT_COMPILER_BOILERPLATE
Chris@4 7379 _LT_LINKER_BOILERPLATE
Chris@4 7380
Chris@4 7381 # Allow CC to be a program name with arguments.
Chris@4 7382 lt_save_CC="$CC"
Chris@4 7383 lt_save_GCC=$GCC
Chris@4 7384 lt_save_CFLAGS=$CFLAGS
Chris@4 7385 CC=${FC-"f95"}
Chris@4 7386 CFLAGS=$FCFLAGS
Chris@4 7387 compiler=$CC
Chris@4 7388 GCC=$ac_cv_fc_compiler_gnu
Chris@4 7389
Chris@4 7390 _LT_TAGVAR(compiler, $1)=$CC
Chris@4 7391 _LT_CC_BASENAME([$compiler])
Chris@4 7392
Chris@4 7393 if test -n "$compiler"; then
Chris@4 7394 AC_MSG_CHECKING([if libtool supports shared libraries])
Chris@4 7395 AC_MSG_RESULT([$can_build_shared])
Chris@4 7396
Chris@4 7397 AC_MSG_CHECKING([whether to build shared libraries])
Chris@4 7398 test "$can_build_shared" = "no" && enable_shared=no
Chris@4 7399
Chris@4 7400 # On AIX, shared libraries and static libraries use the same namespace, and
Chris@4 7401 # are all built from PIC.
Chris@4 7402 case $host_os in
Chris@4 7403 aix3*)
Chris@4 7404 test "$enable_shared" = yes && enable_static=no
Chris@4 7405 if test -n "$RANLIB"; then
Chris@4 7406 archive_cmds="$archive_cmds~\$RANLIB \$lib"
Chris@4 7407 postinstall_cmds='$RANLIB $lib'
Chris@4 7408 fi
Chris@4 7409 ;;
Chris@4 7410 aix[[4-9]]*)
Chris@4 7411 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
Chris@4 7412 test "$enable_shared" = yes && enable_static=no
Chris@4 7413 fi
Chris@4 7414 ;;
Chris@4 7415 esac
Chris@4 7416 AC_MSG_RESULT([$enable_shared])
Chris@4 7417
Chris@4 7418 AC_MSG_CHECKING([whether to build static libraries])
Chris@4 7419 # Make sure either enable_shared or enable_static is yes.
Chris@4 7420 test "$enable_shared" = yes || enable_static=yes
Chris@4 7421 AC_MSG_RESULT([$enable_static])
Chris@4 7422
Chris@4 7423 _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu"
Chris@4 7424 _LT_TAGVAR(LD, $1)="$LD"
Chris@4 7425
Chris@4 7426 ## CAVEAT EMPTOR:
Chris@4 7427 ## There is no encapsulation within the following macros, do not change
Chris@4 7428 ## the running order or otherwise move them around unless you know exactly
Chris@4 7429 ## what you are doing...
Chris@4 7430 _LT_SYS_HIDDEN_LIBDEPS($1)
Chris@4 7431 _LT_COMPILER_PIC($1)
Chris@4 7432 _LT_COMPILER_C_O($1)
Chris@4 7433 _LT_COMPILER_FILE_LOCKS($1)
Chris@4 7434 _LT_LINKER_SHLIBS($1)
Chris@4 7435 _LT_SYS_DYNAMIC_LINKER($1)
Chris@4 7436 _LT_LINKER_HARDCODE_LIBPATH($1)
Chris@4 7437
Chris@4 7438 _LT_CONFIG($1)
Chris@4 7439 fi # test -n "$compiler"
Chris@4 7440
Chris@4 7441 GCC=$lt_save_GCC
Chris@4 7442 CC=$lt_save_CC
Chris@4 7443 CFLAGS=$lt_save_CFLAGS
Chris@4 7444 fi # test "$_lt_disable_FC" != yes
Chris@4 7445
Chris@4 7446 AC_LANG_POP
Chris@4 7447 ])# _LT_LANG_FC_CONFIG
Chris@4 7448
Chris@4 7449
Chris@4 7450 # _LT_LANG_GCJ_CONFIG([TAG])
Chris@4 7451 # --------------------------
Chris@4 7452 # Ensure that the configuration variables for the GNU Java Compiler compiler
Chris@4 7453 # are suitably defined. These variables are subsequently used by _LT_CONFIG
Chris@4 7454 # to write the compiler configuration to `libtool'.
Chris@4 7455 m4_defun([_LT_LANG_GCJ_CONFIG],
Chris@4 7456 [AC_REQUIRE([LT_PROG_GCJ])dnl
Chris@4 7457 AC_LANG_SAVE
Chris@4 7458
Chris@4 7459 # Source file extension for Java test sources.
Chris@4 7460 ac_ext=java
Chris@4 7461
Chris@4 7462 # Object file extension for compiled Java test sources.
Chris@4 7463 objext=o
Chris@4 7464 _LT_TAGVAR(objext, $1)=$objext
Chris@4 7465
Chris@4 7466 # Code to be used in simple compile tests
Chris@4 7467 lt_simple_compile_test_code="class foo {}"
Chris@4 7468
Chris@4 7469 # Code to be used in simple link tests
Chris@4 7470 lt_simple_link_test_code='public class conftest { public static void main(String[[]] argv) {}; }'
Chris@4 7471
Chris@4 7472 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
Chris@4 7473 _LT_TAG_COMPILER
Chris@4 7474
Chris@4 7475 # save warnings/boilerplate of simple test code
Chris@4 7476 _LT_COMPILER_BOILERPLATE
Chris@4 7477 _LT_LINKER_BOILERPLATE
Chris@4 7478
Chris@4 7479 # Allow CC to be a program name with arguments.
Chris@4 7480 lt_save_CC=$CC
Chris@4 7481 lt_save_CFLAGS=$CFLAGS
Chris@4 7482 lt_save_GCC=$GCC
Chris@4 7483 GCC=yes
Chris@4 7484 CC=${GCJ-"gcj"}
Chris@4 7485 CFLAGS=$GCJFLAGS
Chris@4 7486 compiler=$CC
Chris@4 7487 _LT_TAGVAR(compiler, $1)=$CC
Chris@4 7488 _LT_TAGVAR(LD, $1)="$LD"
Chris@4 7489 _LT_CC_BASENAME([$compiler])
Chris@4 7490
Chris@4 7491 # GCJ did not exist at the time GCC didn't implicitly link libc in.
Chris@4 7492 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
Chris@4 7493
Chris@4 7494 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
Chris@4 7495 _LT_TAGVAR(reload_flag, $1)=$reload_flag
Chris@4 7496 _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
Chris@4 7497
Chris@4 7498 if test -n "$compiler"; then
Chris@4 7499 _LT_COMPILER_NO_RTTI($1)
Chris@4 7500 _LT_COMPILER_PIC($1)
Chris@4 7501 _LT_COMPILER_C_O($1)
Chris@4 7502 _LT_COMPILER_FILE_LOCKS($1)
Chris@4 7503 _LT_LINKER_SHLIBS($1)
Chris@4 7504 _LT_LINKER_HARDCODE_LIBPATH($1)
Chris@4 7505
Chris@4 7506 _LT_CONFIG($1)
Chris@4 7507 fi
Chris@4 7508
Chris@4 7509 AC_LANG_RESTORE
Chris@4 7510
Chris@4 7511 GCC=$lt_save_GCC
Chris@4 7512 CC=$lt_save_CC
Chris@4 7513 CFLAGS=$lt_save_CFLAGS
Chris@4 7514 ])# _LT_LANG_GCJ_CONFIG
Chris@4 7515
Chris@4 7516
Chris@55 7517 # _LT_LANG_GO_CONFIG([TAG])
Chris@55 7518 # --------------------------
Chris@55 7519 # Ensure that the configuration variables for the GNU Go compiler
Chris@55 7520 # are suitably defined. These variables are subsequently used by _LT_CONFIG
Chris@55 7521 # to write the compiler configuration to `libtool'.
Chris@55 7522 m4_defun([_LT_LANG_GO_CONFIG],
Chris@55 7523 [AC_REQUIRE([LT_PROG_GO])dnl
Chris@55 7524 AC_LANG_SAVE
Chris@55 7525
Chris@55 7526 # Source file extension for Go test sources.
Chris@55 7527 ac_ext=go
Chris@55 7528
Chris@55 7529 # Object file extension for compiled Go test sources.
Chris@55 7530 objext=o
Chris@55 7531 _LT_TAGVAR(objext, $1)=$objext
Chris@55 7532
Chris@55 7533 # Code to be used in simple compile tests
Chris@55 7534 lt_simple_compile_test_code="package main; func main() { }"
Chris@55 7535
Chris@55 7536 # Code to be used in simple link tests
Chris@55 7537 lt_simple_link_test_code='package main; func main() { }'
Chris@55 7538
Chris@55 7539 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
Chris@55 7540 _LT_TAG_COMPILER
Chris@55 7541
Chris@55 7542 # save warnings/boilerplate of simple test code
Chris@55 7543 _LT_COMPILER_BOILERPLATE
Chris@55 7544 _LT_LINKER_BOILERPLATE
Chris@55 7545
Chris@55 7546 # Allow CC to be a program name with arguments.
Chris@55 7547 lt_save_CC=$CC
Chris@55 7548 lt_save_CFLAGS=$CFLAGS
Chris@55 7549 lt_save_GCC=$GCC
Chris@55 7550 GCC=yes
Chris@55 7551 CC=${GOC-"gccgo"}
Chris@55 7552 CFLAGS=$GOFLAGS
Chris@55 7553 compiler=$CC
Chris@55 7554 _LT_TAGVAR(compiler, $1)=$CC
Chris@55 7555 _LT_TAGVAR(LD, $1)="$LD"
Chris@55 7556 _LT_CC_BASENAME([$compiler])
Chris@55 7557
Chris@55 7558 # Go did not exist at the time GCC didn't implicitly link libc in.
Chris@55 7559 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
Chris@55 7560
Chris@55 7561 _LT_TAGVAR(old_archive_cmds, $1)=$old_archive_cmds
Chris@55 7562 _LT_TAGVAR(reload_flag, $1)=$reload_flag
Chris@55 7563 _LT_TAGVAR(reload_cmds, $1)=$reload_cmds
Chris@55 7564
Chris@55 7565 if test -n "$compiler"; then
Chris@55 7566 _LT_COMPILER_NO_RTTI($1)
Chris@55 7567 _LT_COMPILER_PIC($1)
Chris@55 7568 _LT_COMPILER_C_O($1)
Chris@55 7569 _LT_COMPILER_FILE_LOCKS($1)
Chris@55 7570 _LT_LINKER_SHLIBS($1)
Chris@55 7571 _LT_LINKER_HARDCODE_LIBPATH($1)
Chris@55 7572
Chris@55 7573 _LT_CONFIG($1)
Chris@55 7574 fi
Chris@55 7575
Chris@55 7576 AC_LANG_RESTORE
Chris@55 7577
Chris@55 7578 GCC=$lt_save_GCC
Chris@55 7579 CC=$lt_save_CC
Chris@55 7580 CFLAGS=$lt_save_CFLAGS
Chris@55 7581 ])# _LT_LANG_GO_CONFIG
Chris@55 7582
Chris@55 7583
Chris@4 7584 # _LT_LANG_RC_CONFIG([TAG])
Chris@4 7585 # -------------------------
Chris@4 7586 # Ensure that the configuration variables for the Windows resource compiler
Chris@4 7587 # are suitably defined. These variables are subsequently used by _LT_CONFIG
Chris@4 7588 # to write the compiler configuration to `libtool'.
Chris@4 7589 m4_defun([_LT_LANG_RC_CONFIG],
Chris@4 7590 [AC_REQUIRE([LT_PROG_RC])dnl
Chris@4 7591 AC_LANG_SAVE
Chris@4 7592
Chris@4 7593 # Source file extension for RC test sources.
Chris@4 7594 ac_ext=rc
Chris@4 7595
Chris@4 7596 # Object file extension for compiled RC test sources.
Chris@4 7597 objext=o
Chris@4 7598 _LT_TAGVAR(objext, $1)=$objext
Chris@4 7599
Chris@4 7600 # Code to be used in simple compile tests
Chris@4 7601 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
Chris@4 7602
Chris@4 7603 # Code to be used in simple link tests
Chris@4 7604 lt_simple_link_test_code="$lt_simple_compile_test_code"
Chris@4 7605
Chris@4 7606 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
Chris@4 7607 _LT_TAG_COMPILER
Chris@4 7608
Chris@4 7609 # save warnings/boilerplate of simple test code
Chris@4 7610 _LT_COMPILER_BOILERPLATE
Chris@4 7611 _LT_LINKER_BOILERPLATE
Chris@4 7612
Chris@4 7613 # Allow CC to be a program name with arguments.
Chris@4 7614 lt_save_CC="$CC"
Chris@4 7615 lt_save_CFLAGS=$CFLAGS
Chris@4 7616 lt_save_GCC=$GCC
Chris@4 7617 GCC=
Chris@4 7618 CC=${RC-"windres"}
Chris@4 7619 CFLAGS=
Chris@4 7620 compiler=$CC
Chris@4 7621 _LT_TAGVAR(compiler, $1)=$CC
Chris@4 7622 _LT_CC_BASENAME([$compiler])
Chris@4 7623 _LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)=yes
Chris@4 7624
Chris@4 7625 if test -n "$compiler"; then
Chris@4 7626 :
Chris@4 7627 _LT_CONFIG($1)
Chris@4 7628 fi
Chris@4 7629
Chris@4 7630 GCC=$lt_save_GCC
Chris@4 7631 AC_LANG_RESTORE
Chris@4 7632 CC=$lt_save_CC
Chris@4 7633 CFLAGS=$lt_save_CFLAGS
Chris@4 7634 ])# _LT_LANG_RC_CONFIG
Chris@4 7635
Chris@4 7636
Chris@4 7637 # LT_PROG_GCJ
Chris@4 7638 # -----------
Chris@4 7639 AC_DEFUN([LT_PROG_GCJ],
Chris@4 7640 [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
Chris@4 7641 [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
Chris@4 7642 [AC_CHECK_TOOL(GCJ, gcj,)
Chris@4 7643 test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
Chris@4 7644 AC_SUBST(GCJFLAGS)])])[]dnl
Chris@4 7645 ])
Chris@4 7646
Chris@4 7647 # Old name:
Chris@4 7648 AU_ALIAS([LT_AC_PROG_GCJ], [LT_PROG_GCJ])
Chris@4 7649 dnl aclocal-1.4 backwards compatibility:
Chris@4 7650 dnl AC_DEFUN([LT_AC_PROG_GCJ], [])
Chris@4 7651
Chris@4 7652
Chris@55 7653 # LT_PROG_GO
Chris@55 7654 # ----------
Chris@55 7655 AC_DEFUN([LT_PROG_GO],
Chris@55 7656 [AC_CHECK_TOOL(GOC, gccgo,)
Chris@55 7657 ])
Chris@55 7658
Chris@55 7659
Chris@4 7660 # LT_PROG_RC
Chris@4 7661 # ----------
Chris@4 7662 AC_DEFUN([LT_PROG_RC],
Chris@4 7663 [AC_CHECK_TOOL(RC, windres,)
Chris@4 7664 ])
Chris@4 7665
Chris@4 7666 # Old name:
Chris@4 7667 AU_ALIAS([LT_AC_PROG_RC], [LT_PROG_RC])
Chris@4 7668 dnl aclocal-1.4 backwards compatibility:
Chris@4 7669 dnl AC_DEFUN([LT_AC_PROG_RC], [])
Chris@4 7670
Chris@4 7671
Chris@4 7672 # _LT_DECL_EGREP
Chris@4 7673 # --------------
Chris@4 7674 # If we don't have a new enough Autoconf to choose the best grep
Chris@4 7675 # available, choose the one first in the user's PATH.
Chris@4 7676 m4_defun([_LT_DECL_EGREP],
Chris@4 7677 [AC_REQUIRE([AC_PROG_EGREP])dnl
Chris@4 7678 AC_REQUIRE([AC_PROG_FGREP])dnl
Chris@4 7679 test -z "$GREP" && GREP=grep
Chris@4 7680 _LT_DECL([], [GREP], [1], [A grep program that handles long lines])
Chris@4 7681 _LT_DECL([], [EGREP], [1], [An ERE matcher])
Chris@4 7682 _LT_DECL([], [FGREP], [1], [A literal string matcher])
Chris@4 7683 dnl Non-bleeding-edge autoconf doesn't subst GREP, so do it here too
Chris@4 7684 AC_SUBST([GREP])
Chris@4 7685 ])
Chris@4 7686
Chris@4 7687
Chris@4 7688 # _LT_DECL_OBJDUMP
Chris@4 7689 # --------------
Chris@4 7690 # If we don't have a new enough Autoconf to choose the best objdump
Chris@4 7691 # available, choose the one first in the user's PATH.
Chris@4 7692 m4_defun([_LT_DECL_OBJDUMP],
Chris@4 7693 [AC_CHECK_TOOL(OBJDUMP, objdump, false)
Chris@4 7694 test -z "$OBJDUMP" && OBJDUMP=objdump
Chris@4 7695 _LT_DECL([], [OBJDUMP], [1], [An object symbol dumper])
Chris@4 7696 AC_SUBST([OBJDUMP])
Chris@4 7697 ])
Chris@4 7698
Chris@4 7699 # _LT_DECL_DLLTOOL
Chris@4 7700 # ----------------
Chris@4 7701 # Ensure DLLTOOL variable is set.
Chris@4 7702 m4_defun([_LT_DECL_DLLTOOL],
Chris@4 7703 [AC_CHECK_TOOL(DLLTOOL, dlltool, false)
Chris@4 7704 test -z "$DLLTOOL" && DLLTOOL=dlltool
Chris@4 7705 _LT_DECL([], [DLLTOOL], [1], [DLL creation program])
Chris@4 7706 AC_SUBST([DLLTOOL])
Chris@4 7707 ])
Chris@4 7708
Chris@4 7709 # _LT_DECL_SED
Chris@4 7710 # ------------
Chris@4 7711 # Check for a fully-functional sed program, that truncates
Chris@4 7712 # as few characters as possible. Prefer GNU sed if found.
Chris@4 7713 m4_defun([_LT_DECL_SED],
Chris@4 7714 [AC_PROG_SED
Chris@4 7715 test -z "$SED" && SED=sed
Chris@4 7716 Xsed="$SED -e 1s/^X//"
Chris@4 7717 _LT_DECL([], [SED], [1], [A sed program that does not truncate output])
Chris@4 7718 _LT_DECL([], [Xsed], ["\$SED -e 1s/^X//"],
Chris@4 7719 [Sed that helps us avoid accidentally triggering echo(1) options like -n])
Chris@4 7720 ])# _LT_DECL_SED
Chris@4 7721
Chris@4 7722 m4_ifndef([AC_PROG_SED], [
Chris@4 7723 # NOTE: This macro has been submitted for inclusion into #
Chris@4 7724 # GNU Autoconf as AC_PROG_SED. When it is available in #
Chris@4 7725 # a released version of Autoconf we should remove this #
Chris@4 7726 # macro and use it instead. #
Chris@4 7727
Chris@4 7728 m4_defun([AC_PROG_SED],
Chris@4 7729 [AC_MSG_CHECKING([for a sed that does not truncate output])
Chris@4 7730 AC_CACHE_VAL(lt_cv_path_SED,
Chris@4 7731 [# Loop through the user's path and test for sed and gsed.
Chris@4 7732 # Then use that list of sed's as ones to test for truncation.
Chris@4 7733 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
Chris@4 7734 for as_dir in $PATH
Chris@4 7735 do
Chris@4 7736 IFS=$as_save_IFS
Chris@4 7737 test -z "$as_dir" && as_dir=.
Chris@4 7738 for lt_ac_prog in sed gsed; do
Chris@4 7739 for ac_exec_ext in '' $ac_executable_extensions; do
Chris@4 7740 if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
Chris@4 7741 lt_ac_sed_list="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
Chris@4 7742 fi
Chris@4 7743 done
Chris@4 7744 done
Chris@4 7745 done
Chris@4 7746 IFS=$as_save_IFS
Chris@4 7747 lt_ac_max=0
Chris@4 7748 lt_ac_count=0
Chris@4 7749 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
Chris@4 7750 # along with /bin/sed that truncates output.
Chris@4 7751 for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
Chris@4 7752 test ! -f $lt_ac_sed && continue
Chris@4 7753 cat /dev/null > conftest.in
Chris@4 7754 lt_ac_count=0
Chris@4 7755 echo $ECHO_N "0123456789$ECHO_C" >conftest.in
Chris@4 7756 # Check for GNU sed and select it if it is found.
Chris@4 7757 if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then
Chris@4 7758 lt_cv_path_SED=$lt_ac_sed
Chris@4 7759 break
Chris@4 7760 fi
Chris@4 7761 while true; do
Chris@4 7762 cat conftest.in conftest.in >conftest.tmp
Chris@4 7763 mv conftest.tmp conftest.in
Chris@4 7764 cp conftest.in conftest.nl
Chris@4 7765 echo >>conftest.nl
Chris@4 7766 $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
Chris@4 7767 cmp -s conftest.out conftest.nl || break
Chris@4 7768 # 10000 chars as input seems more than enough
Chris@4 7769 test $lt_ac_count -gt 10 && break
Chris@4 7770 lt_ac_count=`expr $lt_ac_count + 1`
Chris@4 7771 if test $lt_ac_count -gt $lt_ac_max; then
Chris@4 7772 lt_ac_max=$lt_ac_count
Chris@4 7773 lt_cv_path_SED=$lt_ac_sed
Chris@4 7774 fi
Chris@4 7775 done
Chris@4 7776 done
Chris@4 7777 ])
Chris@4 7778 SED=$lt_cv_path_SED
Chris@4 7779 AC_SUBST([SED])
Chris@4 7780 AC_MSG_RESULT([$SED])
Chris@4 7781 ])#AC_PROG_SED
Chris@4 7782 ])#m4_ifndef
Chris@4 7783
Chris@4 7784 # Old name:
Chris@4 7785 AU_ALIAS([LT_AC_PROG_SED], [AC_PROG_SED])
Chris@4 7786 dnl aclocal-1.4 backwards compatibility:
Chris@4 7787 dnl AC_DEFUN([LT_AC_PROG_SED], [])
Chris@4 7788
Chris@4 7789
Chris@4 7790 # _LT_CHECK_SHELL_FEATURES
Chris@4 7791 # ------------------------
Chris@4 7792 # Find out whether the shell is Bourne or XSI compatible,
Chris@4 7793 # or has some other useful features.
Chris@4 7794 m4_defun([_LT_CHECK_SHELL_FEATURES],
Chris@4 7795 [AC_MSG_CHECKING([whether the shell understands some XSI constructs])
Chris@4 7796 # Try some XSI features
Chris@4 7797 xsi_shell=no
Chris@4 7798 ( _lt_dummy="a/b/c"
Chris@4 7799 test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \
Chris@4 7800 = c,a/b,b/c, \
Chris@4 7801 && eval 'test $(( 1 + 1 )) -eq 2 \
Chris@4 7802 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
Chris@4 7803 && xsi_shell=yes
Chris@4 7804 AC_MSG_RESULT([$xsi_shell])
Chris@4 7805 _LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell'])
Chris@4 7806
Chris@4 7807 AC_MSG_CHECKING([whether the shell understands "+="])
Chris@4 7808 lt_shell_append=no
Chris@4 7809 ( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \
Chris@4 7810 >/dev/null 2>&1 \
Chris@4 7811 && lt_shell_append=yes
Chris@4 7812 AC_MSG_RESULT([$lt_shell_append])
Chris@4 7813 _LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append'])
Chris@4 7814
Chris@4 7815 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
Chris@4 7816 lt_unset=unset
Chris@4 7817 else
Chris@4 7818 lt_unset=false
Chris@4 7819 fi
Chris@4 7820 _LT_DECL([], [lt_unset], [0], [whether the shell understands "unset"])dnl
Chris@4 7821
Chris@4 7822 # test EBCDIC or ASCII
Chris@4 7823 case `echo X|tr X '\101'` in
Chris@4 7824 A) # ASCII based system
Chris@4 7825 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
Chris@4 7826 lt_SP2NL='tr \040 \012'
Chris@4 7827 lt_NL2SP='tr \015\012 \040\040'
Chris@4 7828 ;;
Chris@4 7829 *) # EBCDIC based system
Chris@4 7830 lt_SP2NL='tr \100 \n'
Chris@4 7831 lt_NL2SP='tr \r\n \100\100'
Chris@4 7832 ;;
Chris@4 7833 esac
Chris@4 7834 _LT_DECL([SP2NL], [lt_SP2NL], [1], [turn spaces into newlines])dnl
Chris@4 7835 _LT_DECL([NL2SP], [lt_NL2SP], [1], [turn newlines into spaces])dnl
Chris@4 7836 ])# _LT_CHECK_SHELL_FEATURES
Chris@4 7837
Chris@4 7838
Chris@4 7839 # _LT_PROG_FUNCTION_REPLACE (FUNCNAME, REPLACEMENT-BODY)
Chris@4 7840 # ------------------------------------------------------
Chris@4 7841 # In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
Chris@4 7842 # '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
Chris@4 7843 m4_defun([_LT_PROG_FUNCTION_REPLACE],
Chris@4 7844 [dnl {
Chris@4 7845 sed -e '/^$1 ()$/,/^} # $1 /c\
Chris@4 7846 $1 ()\
Chris@4 7847 {\
Chris@4 7848 m4_bpatsubsts([$2], [$], [\\], [^\([ ]\)], [\\\1])
Chris@4 7849 } # Extended-shell $1 implementation' "$cfgfile" > $cfgfile.tmp \
Chris@4 7850 && mv -f "$cfgfile.tmp" "$cfgfile" \
Chris@4 7851 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
Chris@4 7852 test 0 -eq $? || _lt_function_replace_fail=:
Chris@4 7853 ])
Chris@4 7854
Chris@4 7855
Chris@4 7856 # _LT_PROG_REPLACE_SHELLFNS
Chris@4 7857 # -------------------------
Chris@4 7858 # Replace existing portable implementations of several shell functions with
Chris@4 7859 # equivalent extended shell implementations where those features are available..
Chris@4 7860 m4_defun([_LT_PROG_REPLACE_SHELLFNS],
Chris@4 7861 [if test x"$xsi_shell" = xyes; then
Chris@4 7862 _LT_PROG_FUNCTION_REPLACE([func_dirname], [dnl
Chris@4 7863 case ${1} in
Chris@4 7864 */*) func_dirname_result="${1%/*}${2}" ;;
Chris@4 7865 * ) func_dirname_result="${3}" ;;
Chris@4 7866 esac])
Chris@4 7867
Chris@4 7868 _LT_PROG_FUNCTION_REPLACE([func_basename], [dnl
Chris@4 7869 func_basename_result="${1##*/}"])
Chris@4 7870
Chris@4 7871 _LT_PROG_FUNCTION_REPLACE([func_dirname_and_basename], [dnl
Chris@4 7872 case ${1} in
Chris@4 7873 */*) func_dirname_result="${1%/*}${2}" ;;
Chris@4 7874 * ) func_dirname_result="${3}" ;;
Chris@4 7875 esac
Chris@4 7876 func_basename_result="${1##*/}"])
Chris@4 7877
Chris@4 7878 _LT_PROG_FUNCTION_REPLACE([func_stripname], [dnl
Chris@4 7879 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
Chris@4 7880 # positional parameters, so assign one to ordinary parameter first.
Chris@4 7881 func_stripname_result=${3}
Chris@4 7882 func_stripname_result=${func_stripname_result#"${1}"}
Chris@4 7883 func_stripname_result=${func_stripname_result%"${2}"}])
Chris@4 7884
Chris@4 7885 _LT_PROG_FUNCTION_REPLACE([func_split_long_opt], [dnl
Chris@4 7886 func_split_long_opt_name=${1%%=*}
Chris@4 7887 func_split_long_opt_arg=${1#*=}])
Chris@4 7888
Chris@4 7889 _LT_PROG_FUNCTION_REPLACE([func_split_short_opt], [dnl
Chris@4 7890 func_split_short_opt_arg=${1#??}
Chris@4 7891 func_split_short_opt_name=${1%"$func_split_short_opt_arg"}])
Chris@4 7892
Chris@4 7893 _LT_PROG_FUNCTION_REPLACE([func_lo2o], [dnl
Chris@4 7894 case ${1} in
Chris@4 7895 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
Chris@4 7896 *) func_lo2o_result=${1} ;;
Chris@4 7897 esac])
Chris@4 7898
Chris@4 7899 _LT_PROG_FUNCTION_REPLACE([func_xform], [ func_xform_result=${1%.*}.lo])
Chris@4 7900
Chris@4 7901 _LT_PROG_FUNCTION_REPLACE([func_arith], [ func_arith_result=$(( $[*] ))])
Chris@4 7902
Chris@4 7903 _LT_PROG_FUNCTION_REPLACE([func_len], [ func_len_result=${#1}])
Chris@4 7904 fi
Chris@4 7905
Chris@4 7906 if test x"$lt_shell_append" = xyes; then
Chris@4 7907 _LT_PROG_FUNCTION_REPLACE([func_append], [ eval "${1}+=\\${2}"])
Chris@4 7908
Chris@4 7909 _LT_PROG_FUNCTION_REPLACE([func_append_quoted], [dnl
Chris@4 7910 func_quote_for_eval "${2}"
Chris@4 7911 dnl m4 expansion turns \\\\ into \\, and then the shell eval turns that into \
Chris@4 7912 eval "${1}+=\\\\ \\$func_quote_for_eval_result"])
Chris@4 7913
Chris@4 7914 # Save a `func_append' function call where possible by direct use of '+='
Chris@4 7915 sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
Chris@4 7916 && mv -f "$cfgfile.tmp" "$cfgfile" \
Chris@4 7917 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
Chris@4 7918 test 0 -eq $? || _lt_function_replace_fail=:
Chris@4 7919 else
Chris@4 7920 # Save a `func_append' function call even when '+=' is not available
Chris@4 7921 sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
Chris@4 7922 && mv -f "$cfgfile.tmp" "$cfgfile" \
Chris@4 7923 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
Chris@4 7924 test 0 -eq $? || _lt_function_replace_fail=:
Chris@4 7925 fi
Chris@4 7926
Chris@4 7927 if test x"$_lt_function_replace_fail" = x":"; then
Chris@4 7928 AC_MSG_WARN([Unable to substitute extended shell functions in $ofile])
Chris@4 7929 fi
Chris@4 7930 ])
Chris@4 7931
Chris@4 7932 # _LT_PATH_CONVERSION_FUNCTIONS
Chris@4 7933 # -----------------------------
Chris@4 7934 # Determine which file name conversion functions should be used by
Chris@4 7935 # func_to_host_file (and, implicitly, by func_to_host_path). These are needed
Chris@4 7936 # for certain cross-compile configurations and native mingw.
Chris@4 7937 m4_defun([_LT_PATH_CONVERSION_FUNCTIONS],
Chris@4 7938 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
Chris@4 7939 AC_REQUIRE([AC_CANONICAL_BUILD])dnl
Chris@4 7940 AC_MSG_CHECKING([how to convert $build file names to $host format])
Chris@4 7941 AC_CACHE_VAL(lt_cv_to_host_file_cmd,
Chris@4 7942 [case $host in
Chris@4 7943 *-*-mingw* )
Chris@4 7944 case $build in
Chris@4 7945 *-*-mingw* ) # actually msys
Chris@4 7946 lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
Chris@4 7947 ;;
Chris@4 7948 *-*-cygwin* )
Chris@4 7949 lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
Chris@4 7950 ;;
Chris@4 7951 * ) # otherwise, assume *nix
Chris@4 7952 lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
Chris@4 7953 ;;
Chris@4 7954 esac
Chris@4 7955 ;;
Chris@4 7956 *-*-cygwin* )
Chris@4 7957 case $build in
Chris@4 7958 *-*-mingw* ) # actually msys
Chris@4 7959 lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
Chris@4 7960 ;;
Chris@4 7961 *-*-cygwin* )
Chris@4 7962 lt_cv_to_host_file_cmd=func_convert_file_noop
Chris@4 7963 ;;
Chris@4 7964 * ) # otherwise, assume *nix
Chris@4 7965 lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
Chris@4 7966 ;;
Chris@4 7967 esac
Chris@4 7968 ;;
Chris@4 7969 * ) # unhandled hosts (and "normal" native builds)
Chris@4 7970 lt_cv_to_host_file_cmd=func_convert_file_noop
Chris@4 7971 ;;
Chris@4 7972 esac
Chris@4 7973 ])
Chris@4 7974 to_host_file_cmd=$lt_cv_to_host_file_cmd
Chris@4 7975 AC_MSG_RESULT([$lt_cv_to_host_file_cmd])
Chris@4 7976 _LT_DECL([to_host_file_cmd], [lt_cv_to_host_file_cmd],
Chris@4 7977 [0], [convert $build file names to $host format])dnl
Chris@4 7978
Chris@4 7979 AC_MSG_CHECKING([how to convert $build file names to toolchain format])
Chris@4 7980 AC_CACHE_VAL(lt_cv_to_tool_file_cmd,
Chris@4 7981 [#assume ordinary cross tools, or native build.
Chris@4 7982 lt_cv_to_tool_file_cmd=func_convert_file_noop
Chris@4 7983 case $host in
Chris@4 7984 *-*-mingw* )
Chris@4 7985 case $build in
Chris@4 7986 *-*-mingw* ) # actually msys
Chris@4 7987 lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
Chris@4 7988 ;;
Chris@4 7989 esac
Chris@4 7990 ;;
Chris@4 7991 esac
Chris@4 7992 ])
Chris@4 7993 to_tool_file_cmd=$lt_cv_to_tool_file_cmd
Chris@4 7994 AC_MSG_RESULT([$lt_cv_to_tool_file_cmd])
Chris@4 7995 _LT_DECL([to_tool_file_cmd], [lt_cv_to_tool_file_cmd],
Chris@4 7996 [0], [convert $build files to toolchain format])dnl
Chris@4 7997 ])# _LT_PATH_CONVERSION_FUNCTIONS
Chris@4 7998
Chris@4 7999 # Helper functions for option handling. -*- Autoconf -*-
Chris@4 8000 #
Chris@4 8001 # Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
Chris@4 8002 # Inc.
Chris@4 8003 # Written by Gary V. Vaughan, 2004
Chris@4 8004 #
Chris@4 8005 # This file is free software; the Free Software Foundation gives
Chris@4 8006 # unlimited permission to copy and/or distribute it, with or without
Chris@4 8007 # modifications, as long as this notice is preserved.
Chris@4 8008
Chris@4 8009 # serial 7 ltoptions.m4
Chris@4 8010
Chris@4 8011 # This is to help aclocal find these macros, as it can't see m4_define.
Chris@4 8012 AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
Chris@4 8013
Chris@4 8014
Chris@4 8015 # _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
Chris@4 8016 # ------------------------------------------
Chris@4 8017 m4_define([_LT_MANGLE_OPTION],
Chris@4 8018 [[_LT_OPTION_]m4_bpatsubst($1__$2, [[^a-zA-Z0-9_]], [_])])
Chris@4 8019
Chris@4 8020
Chris@4 8021 # _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
Chris@4 8022 # ---------------------------------------
Chris@4 8023 # Set option OPTION-NAME for macro MACRO-NAME, and if there is a
Chris@4 8024 # matching handler defined, dispatch to it. Other OPTION-NAMEs are
Chris@4 8025 # saved as a flag.
Chris@4 8026 m4_define([_LT_SET_OPTION],
Chris@4 8027 [m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl
Chris@4 8028 m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]),
Chris@4 8029 _LT_MANGLE_DEFUN([$1], [$2]),
Chris@4 8030 [m4_warning([Unknown $1 option `$2'])])[]dnl
Chris@4 8031 ])
Chris@4 8032
Chris@4 8033
Chris@4 8034 # _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
Chris@4 8035 # ------------------------------------------------------------
Chris@4 8036 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
Chris@4 8037 m4_define([_LT_IF_OPTION],
Chris@4 8038 [m4_ifdef(_LT_MANGLE_OPTION([$1], [$2]), [$3], [$4])])
Chris@4 8039
Chris@4 8040
Chris@4 8041 # _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
Chris@4 8042 # -------------------------------------------------------
Chris@4 8043 # Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
Chris@4 8044 # are set.
Chris@4 8045 m4_define([_LT_UNLESS_OPTIONS],
Chris@4 8046 [m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
Chris@4 8047 [m4_ifdef(_LT_MANGLE_OPTION([$1], _LT_Option),
Chris@4 8048 [m4_define([$0_found])])])[]dnl
Chris@4 8049 m4_ifdef([$0_found], [m4_undefine([$0_found])], [$3
Chris@4 8050 ])[]dnl
Chris@4 8051 ])
Chris@4 8052
Chris@4 8053
Chris@4 8054 # _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
Chris@4 8055 # ----------------------------------------
Chris@4 8056 # OPTION-LIST is a space-separated list of Libtool options associated
Chris@4 8057 # with MACRO-NAME. If any OPTION has a matching handler declared with
Chris@4 8058 # LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
Chris@4 8059 # the unknown option and exit.
Chris@4 8060 m4_defun([_LT_SET_OPTIONS],
Chris@4 8061 [# Set options
Chris@4 8062 m4_foreach([_LT_Option], m4_split(m4_normalize([$2])),
Chris@4 8063 [_LT_SET_OPTION([$1], _LT_Option)])
Chris@4 8064
Chris@4 8065 m4_if([$1],[LT_INIT],[
Chris@4 8066 dnl
Chris@4 8067 dnl Simply set some default values (i.e off) if boolean options were not
Chris@4 8068 dnl specified:
Chris@4 8069 _LT_UNLESS_OPTIONS([LT_INIT], [dlopen], [enable_dlopen=no
Chris@4 8070 ])
Chris@4 8071 _LT_UNLESS_OPTIONS([LT_INIT], [win32-dll], [enable_win32_dll=no
Chris@4 8072 ])
Chris@4 8073 dnl
Chris@4 8074 dnl If no reference was made to various pairs of opposing options, then
Chris@4 8075 dnl we run the default mode handler for the pair. For example, if neither
Chris@4 8076 dnl `shared' nor `disable-shared' was passed, we enable building of shared
Chris@4 8077 dnl archives by default:
Chris@4 8078 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
Chris@4 8079 _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
Chris@4 8080 _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC])
Chris@4 8081 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
Chris@4 8082 [_LT_ENABLE_FAST_INSTALL])
Chris@4 8083 ])
Chris@4 8084 ])# _LT_SET_OPTIONS
Chris@4 8085
Chris@4 8086
Chris@4 8087
Chris@4 8088 # _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
Chris@4 8089 # -----------------------------------------
Chris@4 8090 m4_define([_LT_MANGLE_DEFUN],
Chris@4 8091 [[_LT_OPTION_DEFUN_]m4_bpatsubst(m4_toupper([$1__$2]), [[^A-Z0-9_]], [_])])
Chris@4 8092
Chris@4 8093
Chris@4 8094 # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
Chris@4 8095 # -----------------------------------------------
Chris@4 8096 m4_define([LT_OPTION_DEFINE],
Chris@4 8097 [m4_define(_LT_MANGLE_DEFUN([$1], [$2]), [$3])[]dnl
Chris@4 8098 ])# LT_OPTION_DEFINE
Chris@4 8099
Chris@4 8100
Chris@4 8101 # dlopen
Chris@4 8102 # ------
Chris@4 8103 LT_OPTION_DEFINE([LT_INIT], [dlopen], [enable_dlopen=yes
Chris@4 8104 ])
Chris@4 8105
Chris@4 8106 AU_DEFUN([AC_LIBTOOL_DLOPEN],
Chris@4 8107 [_LT_SET_OPTION([LT_INIT], [dlopen])
Chris@4 8108 AC_DIAGNOSE([obsolete],
Chris@4 8109 [$0: Remove this warning and the call to _LT_SET_OPTION when you
Chris@4 8110 put the `dlopen' option into LT_INIT's first parameter.])
Chris@4 8111 ])
Chris@4 8112
Chris@4 8113 dnl aclocal-1.4 backwards compatibility:
Chris@4 8114 dnl AC_DEFUN([AC_LIBTOOL_DLOPEN], [])
Chris@4 8115
Chris@4 8116
Chris@4 8117 # win32-dll
Chris@4 8118 # ---------
Chris@4 8119 # Declare package support for building win32 dll's.
Chris@4 8120 LT_OPTION_DEFINE([LT_INIT], [win32-dll],
Chris@4 8121 [enable_win32_dll=yes
Chris@4 8122
Chris@4 8123 case $host in
Chris@4 8124 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
Chris@4 8125 AC_CHECK_TOOL(AS, as, false)
Chris@4 8126 AC_CHECK_TOOL(DLLTOOL, dlltool, false)
Chris@4 8127 AC_CHECK_TOOL(OBJDUMP, objdump, false)
Chris@4 8128 ;;
Chris@4 8129 esac
Chris@4 8130
Chris@4 8131 test -z "$AS" && AS=as
Chris@4 8132 _LT_DECL([], [AS], [1], [Assembler program])dnl
Chris@4 8133
Chris@4 8134 test -z "$DLLTOOL" && DLLTOOL=dlltool
Chris@4 8135 _LT_DECL([], [DLLTOOL], [1], [DLL creation program])dnl
Chris@4 8136
Chris@4 8137 test -z "$OBJDUMP" && OBJDUMP=objdump
Chris@4 8138 _LT_DECL([], [OBJDUMP], [1], [Object dumper program])dnl
Chris@4 8139 ])# win32-dll
Chris@4 8140
Chris@4 8141 AU_DEFUN([AC_LIBTOOL_WIN32_DLL],
Chris@4 8142 [AC_REQUIRE([AC_CANONICAL_HOST])dnl
Chris@4 8143 _LT_SET_OPTION([LT_INIT], [win32-dll])
Chris@4 8144 AC_DIAGNOSE([obsolete],
Chris@4 8145 [$0: Remove this warning and the call to _LT_SET_OPTION when you
Chris@4 8146 put the `win32-dll' option into LT_INIT's first parameter.])
Chris@4 8147 ])
Chris@4 8148
Chris@4 8149 dnl aclocal-1.4 backwards compatibility:
Chris@4 8150 dnl AC_DEFUN([AC_LIBTOOL_WIN32_DLL], [])
Chris@4 8151
Chris@4 8152
Chris@4 8153 # _LT_ENABLE_SHARED([DEFAULT])
Chris@4 8154 # ----------------------------
Chris@4 8155 # implement the --enable-shared flag, and supports the `shared' and
Chris@4 8156 # `disable-shared' LT_INIT options.
Chris@4 8157 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
Chris@4 8158 m4_define([_LT_ENABLE_SHARED],
Chris@4 8159 [m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl
Chris@4 8160 AC_ARG_ENABLE([shared],
Chris@4 8161 [AS_HELP_STRING([--enable-shared@<:@=PKGS@:>@],
Chris@4 8162 [build shared libraries @<:@default=]_LT_ENABLE_SHARED_DEFAULT[@:>@])],
Chris@4 8163 [p=${PACKAGE-default}
Chris@4 8164 case $enableval in
Chris@4 8165 yes) enable_shared=yes ;;
Chris@4 8166 no) enable_shared=no ;;
Chris@4 8167 *)
Chris@4 8168 enable_shared=no
Chris@4 8169 # Look at the argument we got. We use all the common list separators.
Chris@4 8170 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
Chris@4 8171 for pkg in $enableval; do
Chris@4 8172 IFS="$lt_save_ifs"
Chris@4 8173 if test "X$pkg" = "X$p"; then
Chris@4 8174 enable_shared=yes
Chris@4 8175 fi
Chris@4 8176 done
Chris@4 8177 IFS="$lt_save_ifs"
Chris@4 8178 ;;
Chris@4 8179 esac],
Chris@4 8180 [enable_shared=]_LT_ENABLE_SHARED_DEFAULT)
Chris@4 8181
Chris@4 8182 _LT_DECL([build_libtool_libs], [enable_shared], [0],
Chris@4 8183 [Whether or not to build shared libraries])
Chris@4 8184 ])# _LT_ENABLE_SHARED
Chris@4 8185
Chris@4 8186 LT_OPTION_DEFINE([LT_INIT], [shared], [_LT_ENABLE_SHARED([yes])])
Chris@4 8187 LT_OPTION_DEFINE([LT_INIT], [disable-shared], [_LT_ENABLE_SHARED([no])])
Chris@4 8188
Chris@4 8189 # Old names:
Chris@4 8190 AC_DEFUN([AC_ENABLE_SHARED],
Chris@4 8191 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[shared])
Chris@4 8192 ])
Chris@4 8193
Chris@4 8194 AC_DEFUN([AC_DISABLE_SHARED],
Chris@4 8195 [_LT_SET_OPTION([LT_INIT], [disable-shared])
Chris@4 8196 ])
Chris@4 8197
Chris@4 8198 AU_DEFUN([AM_ENABLE_SHARED], [AC_ENABLE_SHARED($@)])
Chris@4 8199 AU_DEFUN([AM_DISABLE_SHARED], [AC_DISABLE_SHARED($@)])
Chris@4 8200
Chris@4 8201 dnl aclocal-1.4 backwards compatibility:
Chris@4 8202 dnl AC_DEFUN([AM_ENABLE_SHARED], [])
Chris@4 8203 dnl AC_DEFUN([AM_DISABLE_SHARED], [])
Chris@4 8204
Chris@4 8205
Chris@4 8206
Chris@4 8207 # _LT_ENABLE_STATIC([DEFAULT])
Chris@4 8208 # ----------------------------
Chris@4 8209 # implement the --enable-static flag, and support the `static' and
Chris@4 8210 # `disable-static' LT_INIT options.
Chris@4 8211 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
Chris@4 8212 m4_define([_LT_ENABLE_STATIC],
Chris@4 8213 [m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl
Chris@4 8214 AC_ARG_ENABLE([static],
Chris@4 8215 [AS_HELP_STRING([--enable-static@<:@=PKGS@:>@],
Chris@4 8216 [build static libraries @<:@default=]_LT_ENABLE_STATIC_DEFAULT[@:>@])],
Chris@4 8217 [p=${PACKAGE-default}
Chris@4 8218 case $enableval in
Chris@4 8219 yes) enable_static=yes ;;
Chris@4 8220 no) enable_static=no ;;
Chris@4 8221 *)
Chris@4 8222 enable_static=no
Chris@4 8223 # Look at the argument we got. We use all the common list separators.
Chris@4 8224 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
Chris@4 8225 for pkg in $enableval; do
Chris@4 8226 IFS="$lt_save_ifs"
Chris@4 8227 if test "X$pkg" = "X$p"; then
Chris@4 8228 enable_static=yes
Chris@4 8229 fi
Chris@4 8230 done
Chris@4 8231 IFS="$lt_save_ifs"
Chris@4 8232 ;;
Chris@4 8233 esac],
Chris@4 8234 [enable_static=]_LT_ENABLE_STATIC_DEFAULT)
Chris@4 8235
Chris@4 8236 _LT_DECL([build_old_libs], [enable_static], [0],
Chris@4 8237 [Whether or not to build static libraries])
Chris@4 8238 ])# _LT_ENABLE_STATIC
Chris@4 8239
Chris@4 8240 LT_OPTION_DEFINE([LT_INIT], [static], [_LT_ENABLE_STATIC([yes])])
Chris@4 8241 LT_OPTION_DEFINE([LT_INIT], [disable-static], [_LT_ENABLE_STATIC([no])])
Chris@4 8242
Chris@4 8243 # Old names:
Chris@4 8244 AC_DEFUN([AC_ENABLE_STATIC],
Chris@4 8245 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[static])
Chris@4 8246 ])
Chris@4 8247
Chris@4 8248 AC_DEFUN([AC_DISABLE_STATIC],
Chris@4 8249 [_LT_SET_OPTION([LT_INIT], [disable-static])
Chris@4 8250 ])
Chris@4 8251
Chris@4 8252 AU_DEFUN([AM_ENABLE_STATIC], [AC_ENABLE_STATIC($@)])
Chris@4 8253 AU_DEFUN([AM_DISABLE_STATIC], [AC_DISABLE_STATIC($@)])
Chris@4 8254
Chris@4 8255 dnl aclocal-1.4 backwards compatibility:
Chris@4 8256 dnl AC_DEFUN([AM_ENABLE_STATIC], [])
Chris@4 8257 dnl AC_DEFUN([AM_DISABLE_STATIC], [])
Chris@4 8258
Chris@4 8259
Chris@4 8260
Chris@4 8261 # _LT_ENABLE_FAST_INSTALL([DEFAULT])
Chris@4 8262 # ----------------------------------
Chris@4 8263 # implement the --enable-fast-install flag, and support the `fast-install'
Chris@4 8264 # and `disable-fast-install' LT_INIT options.
Chris@4 8265 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
Chris@4 8266 m4_define([_LT_ENABLE_FAST_INSTALL],
Chris@4 8267 [m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl
Chris@4 8268 AC_ARG_ENABLE([fast-install],
Chris@4 8269 [AS_HELP_STRING([--enable-fast-install@<:@=PKGS@:>@],
Chris@4 8270 [optimize for fast installation @<:@default=]_LT_ENABLE_FAST_INSTALL_DEFAULT[@:>@])],
Chris@4 8271 [p=${PACKAGE-default}
Chris@4 8272 case $enableval in
Chris@4 8273 yes) enable_fast_install=yes ;;
Chris@4 8274 no) enable_fast_install=no ;;
Chris@4 8275 *)
Chris@4 8276 enable_fast_install=no
Chris@4 8277 # Look at the argument we got. We use all the common list separators.
Chris@4 8278 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
Chris@4 8279 for pkg in $enableval; do
Chris@4 8280 IFS="$lt_save_ifs"
Chris@4 8281 if test "X$pkg" = "X$p"; then
Chris@4 8282 enable_fast_install=yes
Chris@4 8283 fi
Chris@4 8284 done
Chris@4 8285 IFS="$lt_save_ifs"
Chris@4 8286 ;;
Chris@4 8287 esac],
Chris@4 8288 [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT)
Chris@4 8289
Chris@4 8290 _LT_DECL([fast_install], [enable_fast_install], [0],
Chris@4 8291 [Whether or not to optimize for fast installation])dnl
Chris@4 8292 ])# _LT_ENABLE_FAST_INSTALL
Chris@4 8293
Chris@4 8294 LT_OPTION_DEFINE([LT_INIT], [fast-install], [_LT_ENABLE_FAST_INSTALL([yes])])
Chris@4 8295 LT_OPTION_DEFINE([LT_INIT], [disable-fast-install], [_LT_ENABLE_FAST_INSTALL([no])])
Chris@4 8296
Chris@4 8297 # Old names:
Chris@4 8298 AU_DEFUN([AC_ENABLE_FAST_INSTALL],
Chris@4 8299 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
Chris@4 8300 AC_DIAGNOSE([obsolete],
Chris@4 8301 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
Chris@4 8302 the `fast-install' option into LT_INIT's first parameter.])
Chris@4 8303 ])
Chris@4 8304
Chris@4 8305 AU_DEFUN([AC_DISABLE_FAST_INSTALL],
Chris@4 8306 [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
Chris@4 8307 AC_DIAGNOSE([obsolete],
Chris@4 8308 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
Chris@4 8309 the `disable-fast-install' option into LT_INIT's first parameter.])
Chris@4 8310 ])
Chris@4 8311
Chris@4 8312 dnl aclocal-1.4 backwards compatibility:
Chris@4 8313 dnl AC_DEFUN([AC_ENABLE_FAST_INSTALL], [])
Chris@4 8314 dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], [])
Chris@4 8315
Chris@4 8316
Chris@4 8317 # _LT_WITH_PIC([MODE])
Chris@4 8318 # --------------------
Chris@4 8319 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
Chris@4 8320 # LT_INIT options.
Chris@4 8321 # MODE is either `yes' or `no'. If omitted, it defaults to `both'.
Chris@4 8322 m4_define([_LT_WITH_PIC],
Chris@4 8323 [AC_ARG_WITH([pic],
Chris@55 8324 [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@],
Chris@4 8325 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])],
Chris@55 8326 [lt_p=${PACKAGE-default}
Chris@55 8327 case $withval in
Chris@55 8328 yes|no) pic_mode=$withval ;;
Chris@55 8329 *)
Chris@55 8330 pic_mode=default
Chris@55 8331 # Look at the argument we got. We use all the common list separators.
Chris@55 8332 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
Chris@55 8333 for lt_pkg in $withval; do
Chris@55 8334 IFS="$lt_save_ifs"
Chris@55 8335 if test "X$lt_pkg" = "X$lt_p"; then
Chris@55 8336 pic_mode=yes
Chris@55 8337 fi
Chris@55 8338 done
Chris@55 8339 IFS="$lt_save_ifs"
Chris@55 8340 ;;
Chris@55 8341 esac],
Chris@4 8342 [pic_mode=default])
Chris@4 8343
Chris@4 8344 test -z "$pic_mode" && pic_mode=m4_default([$1], [default])
Chris@4 8345
Chris@4 8346 _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
Chris@4 8347 ])# _LT_WITH_PIC
Chris@4 8348
Chris@4 8349 LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])])
Chris@4 8350 LT_OPTION_DEFINE([LT_INIT], [no-pic], [_LT_WITH_PIC([no])])
Chris@4 8351
Chris@4 8352 # Old name:
Chris@4 8353 AU_DEFUN([AC_LIBTOOL_PICMODE],
Chris@4 8354 [_LT_SET_OPTION([LT_INIT], [pic-only])
Chris@4 8355 AC_DIAGNOSE([obsolete],
Chris@4 8356 [$0: Remove this warning and the call to _LT_SET_OPTION when you
Chris@4 8357 put the `pic-only' option into LT_INIT's first parameter.])
Chris@4 8358 ])
Chris@4 8359
Chris@4 8360 dnl aclocal-1.4 backwards compatibility:
Chris@4 8361 dnl AC_DEFUN([AC_LIBTOOL_PICMODE], [])
Chris@4 8362
Chris@4 8363
Chris@4 8364 m4_define([_LTDL_MODE], [])
Chris@4 8365 LT_OPTION_DEFINE([LTDL_INIT], [nonrecursive],
Chris@4 8366 [m4_define([_LTDL_MODE], [nonrecursive])])
Chris@4 8367 LT_OPTION_DEFINE([LTDL_INIT], [recursive],
Chris@4 8368 [m4_define([_LTDL_MODE], [recursive])])
Chris@4 8369 LT_OPTION_DEFINE([LTDL_INIT], [subproject],
Chris@4 8370 [m4_define([_LTDL_MODE], [subproject])])
Chris@4 8371
Chris@4 8372 m4_define([_LTDL_TYPE], [])
Chris@4 8373 LT_OPTION_DEFINE([LTDL_INIT], [installable],
Chris@4 8374 [m4_define([_LTDL_TYPE], [installable])])
Chris@4 8375 LT_OPTION_DEFINE([LTDL_INIT], [convenience],
Chris@4 8376 [m4_define([_LTDL_TYPE], [convenience])])
Chris@4 8377
Chris@4 8378 # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
Chris@4 8379 #
Chris@4 8380 # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
Chris@4 8381 # Written by Gary V. Vaughan, 2004
Chris@4 8382 #
Chris@4 8383 # This file is free software; the Free Software Foundation gives
Chris@4 8384 # unlimited permission to copy and/or distribute it, with or without
Chris@4 8385 # modifications, as long as this notice is preserved.
Chris@4 8386
Chris@4 8387 # serial 6 ltsugar.m4
Chris@4 8388
Chris@4 8389 # This is to help aclocal find these macros, as it can't see m4_define.
Chris@4 8390 AC_DEFUN([LTSUGAR_VERSION], [m4_if([0.1])])
Chris@4 8391
Chris@4 8392
Chris@4 8393 # lt_join(SEP, ARG1, [ARG2...])
Chris@4 8394 # -----------------------------
Chris@4 8395 # Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
Chris@4 8396 # associated separator.
Chris@4 8397 # Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
Chris@4 8398 # versions in m4sugar had bugs.
Chris@4 8399 m4_define([lt_join],
Chris@4 8400 [m4_if([$#], [1], [],
Chris@4 8401 [$#], [2], [[$2]],
Chris@4 8402 [m4_if([$2], [], [], [[$2]_])$0([$1], m4_shift(m4_shift($@)))])])
Chris@4 8403 m4_define([_lt_join],
Chris@4 8404 [m4_if([$#$2], [2], [],
Chris@4 8405 [m4_if([$2], [], [], [[$1$2]])$0([$1], m4_shift(m4_shift($@)))])])
Chris@4 8406
Chris@4 8407
Chris@4 8408 # lt_car(LIST)
Chris@4 8409 # lt_cdr(LIST)
Chris@4 8410 # ------------
Chris@4 8411 # Manipulate m4 lists.
Chris@4 8412 # These macros are necessary as long as will still need to support
Chris@4 8413 # Autoconf-2.59 which quotes differently.
Chris@4 8414 m4_define([lt_car], [[$1]])
Chris@4 8415 m4_define([lt_cdr],
Chris@4 8416 [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])],
Chris@4 8417 [$#], 1, [],
Chris@4 8418 [m4_dquote(m4_shift($@))])])
Chris@4 8419 m4_define([lt_unquote], $1)
Chris@4 8420
Chris@4 8421
Chris@4 8422 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
Chris@4 8423 # ------------------------------------------
Chris@4 8424 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
Chris@4 8425 # Note that neither SEPARATOR nor STRING are expanded; they are appended
Chris@4 8426 # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
Chris@4 8427 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
Chris@4 8428 # than defined and empty).
Chris@4 8429 #
Chris@4 8430 # This macro is needed until we can rely on Autoconf 2.62, since earlier
Chris@4 8431 # versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
Chris@4 8432 m4_define([lt_append],
Chris@4 8433 [m4_define([$1],
Chris@4 8434 m4_ifdef([$1], [m4_defn([$1])[$3]])[$2])])
Chris@4 8435
Chris@4 8436
Chris@4 8437
Chris@4 8438 # lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
Chris@4 8439 # ----------------------------------------------------------
Chris@4 8440 # Produce a SEP delimited list of all paired combinations of elements of
Chris@4 8441 # PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
Chris@4 8442 # has the form PREFIXmINFIXSUFFIXn.
Chris@4 8443 # Needed until we can rely on m4_combine added in Autoconf 2.62.
Chris@4 8444 m4_define([lt_combine],
Chris@4 8445 [m4_if(m4_eval([$# > 3]), [1],
Chris@4 8446 [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
Chris@4 8447 [[m4_foreach([_Lt_prefix], [$2],
Chris@4 8448 [m4_foreach([_Lt_suffix],
Chris@4 8449 ]m4_dquote(m4_dquote(m4_shift(m4_shift(m4_shift($@)))))[,
Chris@4 8450 [_Lt_sep([$1])[]m4_defn([_Lt_prefix])[$3]m4_defn([_Lt_suffix])])])])])
Chris@4 8451
Chris@4 8452
Chris@4 8453 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
Chris@4 8454 # -----------------------------------------------------------------------
Chris@4 8455 # Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
Chris@4 8456 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
Chris@4 8457 m4_define([lt_if_append_uniq],
Chris@4 8458 [m4_ifdef([$1],
Chris@4 8459 [m4_if(m4_index([$3]m4_defn([$1])[$3], [$3$2$3]), [-1],
Chris@4 8460 [lt_append([$1], [$2], [$3])$4],
Chris@4 8461 [$5])],
Chris@4 8462 [lt_append([$1], [$2], [$3])$4])])
Chris@4 8463
Chris@4 8464
Chris@4 8465 # lt_dict_add(DICT, KEY, VALUE)
Chris@4 8466 # -----------------------------
Chris@4 8467 m4_define([lt_dict_add],
Chris@4 8468 [m4_define([$1($2)], [$3])])
Chris@4 8469
Chris@4 8470
Chris@4 8471 # lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
Chris@4 8472 # --------------------------------------------
Chris@4 8473 m4_define([lt_dict_add_subkey],
Chris@4 8474 [m4_define([$1($2:$3)], [$4])])
Chris@4 8475
Chris@4 8476
Chris@4 8477 # lt_dict_fetch(DICT, KEY, [SUBKEY])
Chris@4 8478 # ----------------------------------
Chris@4 8479 m4_define([lt_dict_fetch],
Chris@4 8480 [m4_ifval([$3],
Chris@4 8481 m4_ifdef([$1($2:$3)], [m4_defn([$1($2:$3)])]),
Chris@4 8482 m4_ifdef([$1($2)], [m4_defn([$1($2)])]))])
Chris@4 8483
Chris@4 8484
Chris@4 8485 # lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
Chris@4 8486 # -----------------------------------------------------------------
Chris@4 8487 m4_define([lt_if_dict_fetch],
Chris@4 8488 [m4_if(lt_dict_fetch([$1], [$2], [$3]), [$4],
Chris@4 8489 [$5],
Chris@4 8490 [$6])])
Chris@4 8491
Chris@4 8492
Chris@4 8493 # lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
Chris@4 8494 # --------------------------------------------------------------
Chris@4 8495 m4_define([lt_dict_filter],
Chris@4 8496 [m4_if([$5], [], [],
Chris@4 8497 [lt_join(m4_quote(m4_default([$4], [[, ]])),
Chris@4 8498 lt_unquote(m4_split(m4_normalize(m4_foreach(_Lt_key, lt_car([m4_shiftn(4, $@)]),
Chris@4 8499 [lt_if_dict_fetch([$1], _Lt_key, [$2], [$3], [_Lt_key ])])))))])[]dnl
Chris@4 8500 ])
Chris@4 8501
Chris@4 8502 # ltversion.m4 -- version numbers -*- Autoconf -*-
Chris@4 8503 #
Chris@4 8504 # Copyright (C) 2004 Free Software Foundation, Inc.
Chris@4 8505 # Written by Scott James Remnant, 2004
Chris@4 8506 #
Chris@4 8507 # This file is free software; the Free Software Foundation gives
Chris@4 8508 # unlimited permission to copy and/or distribute it, with or without
Chris@4 8509 # modifications, as long as this notice is preserved.
Chris@4 8510
Chris@4 8511 # @configure_input@
Chris@4 8512
Chris@55 8513 # serial 3337 ltversion.m4
Chris@4 8514 # This file is part of GNU Libtool
Chris@4 8515
Chris@55 8516 m4_define([LT_PACKAGE_VERSION], [2.4.2])
Chris@55 8517 m4_define([LT_PACKAGE_REVISION], [1.3337])
Chris@4 8518
Chris@4 8519 AC_DEFUN([LTVERSION_VERSION],
Chris@55 8520 [macro_version='2.4.2'
Chris@55 8521 macro_revision='1.3337'
Chris@4 8522 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
Chris@4 8523 _LT_DECL(, macro_revision, 0)
Chris@4 8524 ])
Chris@4 8525
Chris@4 8526 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
Chris@4 8527 #
Chris@4 8528 # Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
Chris@4 8529 # Written by Scott James Remnant, 2004.
Chris@4 8530 #
Chris@4 8531 # This file is free software; the Free Software Foundation gives
Chris@4 8532 # unlimited permission to copy and/or distribute it, with or without
Chris@4 8533 # modifications, as long as this notice is preserved.
Chris@4 8534
Chris@4 8535 # serial 5 lt~obsolete.m4
Chris@4 8536
Chris@4 8537 # These exist entirely to fool aclocal when bootstrapping libtool.
Chris@4 8538 #
Chris@4 8539 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
Chris@4 8540 # which have later been changed to m4_define as they aren't part of the
Chris@4 8541 # exported API, or moved to Autoconf or Automake where they belong.
Chris@4 8542 #
Chris@4 8543 # The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
Chris@4 8544 # in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
Chris@4 8545 # using a macro with the same name in our local m4/libtool.m4 it'll
Chris@4 8546 # pull the old libtool.m4 in (it doesn't see our shiny new m4_define
Chris@4 8547 # and doesn't know about Autoconf macros at all.)
Chris@4 8548 #
Chris@4 8549 # So we provide this file, which has a silly filename so it's always
Chris@4 8550 # included after everything else. This provides aclocal with the
Chris@4 8551 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
Chris@4 8552 # because those macros already exist, or will be overwritten later.
Chris@4 8553 # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
Chris@4 8554 #
Chris@4 8555 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
Chris@4 8556 # Yes, that means every name once taken will need to remain here until
Chris@4 8557 # we give up compatibility with versions before 1.7, at which point
Chris@4 8558 # we need to keep only those names which we still refer to.
Chris@4 8559
Chris@4 8560 # This is to help aclocal find these macros, as it can't see m4_define.
Chris@4 8561 AC_DEFUN([LTOBSOLETE_VERSION], [m4_if([1])])
Chris@4 8562
Chris@4 8563 m4_ifndef([AC_LIBTOOL_LINKER_OPTION], [AC_DEFUN([AC_LIBTOOL_LINKER_OPTION])])
Chris@4 8564 m4_ifndef([AC_PROG_EGREP], [AC_DEFUN([AC_PROG_EGREP])])
Chris@4 8565 m4_ifndef([_LT_AC_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_AC_PROG_ECHO_BACKSLASH])])
Chris@4 8566 m4_ifndef([_LT_AC_SHELL_INIT], [AC_DEFUN([_LT_AC_SHELL_INIT])])
Chris@4 8567 m4_ifndef([_LT_AC_SYS_LIBPATH_AIX], [AC_DEFUN([_LT_AC_SYS_LIBPATH_AIX])])
Chris@4 8568 m4_ifndef([_LT_PROG_LTMAIN], [AC_DEFUN([_LT_PROG_LTMAIN])])
Chris@4 8569 m4_ifndef([_LT_AC_TAGVAR], [AC_DEFUN([_LT_AC_TAGVAR])])
Chris@4 8570 m4_ifndef([AC_LTDL_ENABLE_INSTALL], [AC_DEFUN([AC_LTDL_ENABLE_INSTALL])])
Chris@4 8571 m4_ifndef([AC_LTDL_PREOPEN], [AC_DEFUN([AC_LTDL_PREOPEN])])
Chris@4 8572 m4_ifndef([_LT_AC_SYS_COMPILER], [AC_DEFUN([_LT_AC_SYS_COMPILER])])
Chris@4 8573 m4_ifndef([_LT_AC_LOCK], [AC_DEFUN([_LT_AC_LOCK])])
Chris@4 8574 m4_ifndef([AC_LIBTOOL_SYS_OLD_ARCHIVE], [AC_DEFUN([AC_LIBTOOL_SYS_OLD_ARCHIVE])])
Chris@4 8575 m4_ifndef([_LT_AC_TRY_DLOPEN_SELF], [AC_DEFUN([_LT_AC_TRY_DLOPEN_SELF])])
Chris@4 8576 m4_ifndef([AC_LIBTOOL_PROG_CC_C_O], [AC_DEFUN([AC_LIBTOOL_PROG_CC_C_O])])
Chris@4 8577 m4_ifndef([AC_LIBTOOL_SYS_HARD_LINK_LOCKS], [AC_DEFUN([AC_LIBTOOL_SYS_HARD_LINK_LOCKS])])
Chris@4 8578 m4_ifndef([AC_LIBTOOL_OBJDIR], [AC_DEFUN([AC_LIBTOOL_OBJDIR])])
Chris@4 8579 m4_ifndef([AC_LTDL_OBJDIR], [AC_DEFUN([AC_LTDL_OBJDIR])])
Chris@4 8580 m4_ifndef([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH], [AC_DEFUN([AC_LIBTOOL_PROG_LD_HARDCODE_LIBPATH])])
Chris@4 8581 m4_ifndef([AC_LIBTOOL_SYS_LIB_STRIP], [AC_DEFUN([AC_LIBTOOL_SYS_LIB_STRIP])])
Chris@4 8582 m4_ifndef([AC_PATH_MAGIC], [AC_DEFUN([AC_PATH_MAGIC])])
Chris@4 8583 m4_ifndef([AC_PROG_LD_GNU], [AC_DEFUN([AC_PROG_LD_GNU])])
Chris@4 8584 m4_ifndef([AC_PROG_LD_RELOAD_FLAG], [AC_DEFUN([AC_PROG_LD_RELOAD_FLAG])])
Chris@4 8585 m4_ifndef([AC_DEPLIBS_CHECK_METHOD], [AC_DEFUN([AC_DEPLIBS_CHECK_METHOD])])
Chris@4 8586 m4_ifndef([AC_LIBTOOL_PROG_COMPILER_NO_RTTI], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_NO_RTTI])])
Chris@4 8587 m4_ifndef([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE], [AC_DEFUN([AC_LIBTOOL_SYS_GLOBAL_SYMBOL_PIPE])])
Chris@4 8588 m4_ifndef([AC_LIBTOOL_PROG_COMPILER_PIC], [AC_DEFUN([AC_LIBTOOL_PROG_COMPILER_PIC])])
Chris@4 8589 m4_ifndef([AC_LIBTOOL_PROG_LD_SHLIBS], [AC_DEFUN([AC_LIBTOOL_PROG_LD_SHLIBS])])
Chris@4 8590 m4_ifndef([AC_LIBTOOL_POSTDEP_PREDEP], [AC_DEFUN([AC_LIBTOOL_POSTDEP_PREDEP])])
Chris@4 8591 m4_ifndef([LT_AC_PROG_EGREP], [AC_DEFUN([LT_AC_PROG_EGREP])])
Chris@4 8592 m4_ifndef([LT_AC_PROG_SED], [AC_DEFUN([LT_AC_PROG_SED])])
Chris@4 8593 m4_ifndef([_LT_CC_BASENAME], [AC_DEFUN([_LT_CC_BASENAME])])
Chris@4 8594 m4_ifndef([_LT_COMPILER_BOILERPLATE], [AC_DEFUN([_LT_COMPILER_BOILERPLATE])])
Chris@4 8595 m4_ifndef([_LT_LINKER_BOILERPLATE], [AC_DEFUN([_LT_LINKER_BOILERPLATE])])
Chris@4 8596 m4_ifndef([_AC_PROG_LIBTOOL], [AC_DEFUN([_AC_PROG_LIBTOOL])])
Chris@4 8597 m4_ifndef([AC_LIBTOOL_SETUP], [AC_DEFUN([AC_LIBTOOL_SETUP])])
Chris@4 8598 m4_ifndef([_LT_AC_CHECK_DLFCN], [AC_DEFUN([_LT_AC_CHECK_DLFCN])])
Chris@4 8599 m4_ifndef([AC_LIBTOOL_SYS_DYNAMIC_LINKER], [AC_DEFUN([AC_LIBTOOL_SYS_DYNAMIC_LINKER])])
Chris@4 8600 m4_ifndef([_LT_AC_TAGCONFIG], [AC_DEFUN([_LT_AC_TAGCONFIG])])
Chris@4 8601 m4_ifndef([AC_DISABLE_FAST_INSTALL], [AC_DEFUN([AC_DISABLE_FAST_INSTALL])])
Chris@4 8602 m4_ifndef([_LT_AC_LANG_CXX], [AC_DEFUN([_LT_AC_LANG_CXX])])
Chris@4 8603 m4_ifndef([_LT_AC_LANG_F77], [AC_DEFUN([_LT_AC_LANG_F77])])
Chris@4 8604 m4_ifndef([_LT_AC_LANG_GCJ], [AC_DEFUN([_LT_AC_LANG_GCJ])])
Chris@4 8605 m4_ifndef([AC_LIBTOOL_LANG_C_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_C_CONFIG])])
Chris@4 8606 m4_ifndef([_LT_AC_LANG_C_CONFIG], [AC_DEFUN([_LT_AC_LANG_C_CONFIG])])
Chris@4 8607 m4_ifndef([AC_LIBTOOL_LANG_CXX_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_CXX_CONFIG])])
Chris@4 8608 m4_ifndef([_LT_AC_LANG_CXX_CONFIG], [AC_DEFUN([_LT_AC_LANG_CXX_CONFIG])])
Chris@4 8609 m4_ifndef([AC_LIBTOOL_LANG_F77_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_F77_CONFIG])])
Chris@4 8610 m4_ifndef([_LT_AC_LANG_F77_CONFIG], [AC_DEFUN([_LT_AC_LANG_F77_CONFIG])])
Chris@4 8611 m4_ifndef([AC_LIBTOOL_LANG_GCJ_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_GCJ_CONFIG])])
Chris@4 8612 m4_ifndef([_LT_AC_LANG_GCJ_CONFIG], [AC_DEFUN([_LT_AC_LANG_GCJ_CONFIG])])
Chris@4 8613 m4_ifndef([AC_LIBTOOL_LANG_RC_CONFIG], [AC_DEFUN([AC_LIBTOOL_LANG_RC_CONFIG])])
Chris@4 8614 m4_ifndef([_LT_AC_LANG_RC_CONFIG], [AC_DEFUN([_LT_AC_LANG_RC_CONFIG])])
Chris@4 8615 m4_ifndef([AC_LIBTOOL_CONFIG], [AC_DEFUN([AC_LIBTOOL_CONFIG])])
Chris@4 8616 m4_ifndef([_LT_AC_FILE_LTDLL_C], [AC_DEFUN([_LT_AC_FILE_LTDLL_C])])
Chris@4 8617 m4_ifndef([_LT_REQUIRED_DARWIN_CHECKS], [AC_DEFUN([_LT_REQUIRED_DARWIN_CHECKS])])
Chris@4 8618 m4_ifndef([_LT_AC_PROG_CXXCPP], [AC_DEFUN([_LT_AC_PROG_CXXCPP])])
Chris@4 8619 m4_ifndef([_LT_PREPARE_SED_QUOTE_VARS], [AC_DEFUN([_LT_PREPARE_SED_QUOTE_VARS])])
Chris@4 8620 m4_ifndef([_LT_PROG_ECHO_BACKSLASH], [AC_DEFUN([_LT_PROG_ECHO_BACKSLASH])])
Chris@4 8621 m4_ifndef([_LT_PROG_F77], [AC_DEFUN([_LT_PROG_F77])])
Chris@4 8622 m4_ifndef([_LT_PROG_FC], [AC_DEFUN([_LT_PROG_FC])])
Chris@4 8623 m4_ifndef([_LT_PROG_CXX], [AC_DEFUN([_LT_PROG_CXX])])
Chris@4 8624
Chris@55 8625 # Copyright (C) 2002-2013 Free Software Foundation, Inc.
Chris@4 8626 #
Chris@4 8627 # This file is free software; the Free Software Foundation
Chris@4 8628 # gives unlimited permission to copy and/or distribute it,
Chris@4 8629 # with or without modifications, as long as this notice is preserved.
Chris@4 8630
Chris@4 8631 # AM_AUTOMAKE_VERSION(VERSION)
Chris@4 8632 # ----------------------------
Chris@4 8633 # Automake X.Y traces this macro to ensure aclocal.m4 has been
Chris@4 8634 # generated from the m4 files accompanying Automake X.Y.
Chris@4 8635 # (This private macro should not be called outside this file.)
Chris@4 8636 AC_DEFUN([AM_AUTOMAKE_VERSION],
Chris@55 8637 [am__api_version='1.14'
Chris@4 8638 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
Chris@4 8639 dnl require some minimum version. Point them to the right macro.
Chris@55 8640 m4_if([$1], [1.14.1], [],
Chris@4 8641 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
Chris@4 8642 ])
Chris@4 8643
Chris@4 8644 # _AM_AUTOCONF_VERSION(VERSION)
Chris@4 8645 # -----------------------------
Chris@4 8646 # aclocal traces this macro to find the Autoconf version.
Chris@4 8647 # This is a private macro too. Using m4_define simplifies
Chris@4 8648 # the logic in aclocal, which can simply ignore this definition.
Chris@4 8649 m4_define([_AM_AUTOCONF_VERSION], [])
Chris@4 8650
Chris@4 8651 # AM_SET_CURRENT_AUTOMAKE_VERSION
Chris@4 8652 # -------------------------------
Chris@4 8653 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
Chris@4 8654 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
Chris@4 8655 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
Chris@55 8656 [AM_AUTOMAKE_VERSION([1.14.1])dnl
Chris@4 8657 m4_ifndef([AC_AUTOCONF_VERSION],
Chris@4 8658 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
Chris@4 8659 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
Chris@4 8660
Chris@4 8661 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
Chris@4 8662
Chris@55 8663 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
Chris@4 8664 #
Chris@4 8665 # This file is free software; the Free Software Foundation
Chris@4 8666 # gives unlimited permission to copy and/or distribute it,
Chris@4 8667 # with or without modifications, as long as this notice is preserved.
Chris@4 8668
Chris@4 8669 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
Chris@55 8670 # $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to
Chris@55 8671 # '$srcdir', '$srcdir/..', or '$srcdir/../..'.
Chris@4 8672 #
Chris@4 8673 # Of course, Automake must honor this variable whenever it calls a
Chris@4 8674 # tool from the auxiliary directory. The problem is that $srcdir (and
Chris@4 8675 # therefore $ac_aux_dir as well) can be either absolute or relative,
Chris@4 8676 # depending on how configure is run. This is pretty annoying, since
Chris@4 8677 # it makes $ac_aux_dir quite unusable in subdirectories: in the top
Chris@4 8678 # source directory, any form will work fine, but in subdirectories a
Chris@4 8679 # relative path needs to be adjusted first.
Chris@4 8680 #
Chris@4 8681 # $ac_aux_dir/missing
Chris@4 8682 # fails when called from a subdirectory if $ac_aux_dir is relative
Chris@4 8683 # $top_srcdir/$ac_aux_dir/missing
Chris@4 8684 # fails if $ac_aux_dir is absolute,
Chris@4 8685 # fails when called from a subdirectory in a VPATH build with
Chris@4 8686 # a relative $ac_aux_dir
Chris@4 8687 #
Chris@4 8688 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
Chris@4 8689 # are both prefixed by $srcdir. In an in-source build this is usually
Chris@55 8690 # harmless because $srcdir is '.', but things will broke when you
Chris@4 8691 # start a VPATH build or use an absolute $srcdir.
Chris@4 8692 #
Chris@4 8693 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
Chris@4 8694 # iff we strip the leading $srcdir from $ac_aux_dir. That would be:
Chris@4 8695 # am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
Chris@4 8696 # and then we would define $MISSING as
Chris@4 8697 # MISSING="\${SHELL} $am_aux_dir/missing"
Chris@4 8698 # This will work as long as MISSING is not called from configure, because
Chris@4 8699 # unfortunately $(top_srcdir) has no meaning in configure.
Chris@4 8700 # However there are other variables, like CC, which are often used in
Chris@4 8701 # configure, and could therefore not use this "fixed" $ac_aux_dir.
Chris@4 8702 #
Chris@4 8703 # Another solution, used here, is to always expand $ac_aux_dir to an
Chris@4 8704 # absolute PATH. The drawback is that using absolute paths prevent a
Chris@4 8705 # configured tree to be moved without reconfiguration.
Chris@4 8706
Chris@4 8707 AC_DEFUN([AM_AUX_DIR_EXPAND],
Chris@4 8708 [dnl Rely on autoconf to set up CDPATH properly.
Chris@4 8709 AC_PREREQ([2.50])dnl
Chris@4 8710 # expand $ac_aux_dir to an absolute path
Chris@4 8711 am_aux_dir=`cd $ac_aux_dir && pwd`
Chris@4 8712 ])
Chris@4 8713
Chris@4 8714 # AM_CONDITIONAL -*- Autoconf -*-
Chris@4 8715
Chris@55 8716 # Copyright (C) 1997-2013 Free Software Foundation, Inc.
Chris@4 8717 #
Chris@4 8718 # This file is free software; the Free Software Foundation
Chris@4 8719 # gives unlimited permission to copy and/or distribute it,
Chris@4 8720 # with or without modifications, as long as this notice is preserved.
Chris@4 8721
Chris@4 8722 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
Chris@4 8723 # -------------------------------------
Chris@4 8724 # Define a conditional.
Chris@4 8725 AC_DEFUN([AM_CONDITIONAL],
Chris@55 8726 [AC_PREREQ([2.52])dnl
Chris@55 8727 m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
Chris@55 8728 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
Chris@4 8729 AC_SUBST([$1_TRUE])dnl
Chris@4 8730 AC_SUBST([$1_FALSE])dnl
Chris@4 8731 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
Chris@4 8732 _AM_SUBST_NOTMAKE([$1_FALSE])dnl
Chris@4 8733 m4_define([_AM_COND_VALUE_$1], [$2])dnl
Chris@4 8734 if $2; then
Chris@4 8735 $1_TRUE=
Chris@4 8736 $1_FALSE='#'
Chris@4 8737 else
Chris@4 8738 $1_TRUE='#'
Chris@4 8739 $1_FALSE=
Chris@4 8740 fi
Chris@4 8741 AC_CONFIG_COMMANDS_PRE(
Chris@4 8742 [if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
Chris@4 8743 AC_MSG_ERROR([[conditional "$1" was never defined.
Chris@4 8744 Usually this means the macro was only invoked conditionally.]])
Chris@4 8745 fi])])
Chris@4 8746
Chris@55 8747 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
Chris@4 8748 #
Chris@4 8749 # This file is free software; the Free Software Foundation
Chris@4 8750 # gives unlimited permission to copy and/or distribute it,
Chris@4 8751 # with or without modifications, as long as this notice is preserved.
Chris@4 8752
Chris@55 8753
Chris@55 8754 # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
Chris@4 8755 # written in clear, in which case automake, when reading aclocal.m4,
Chris@4 8756 # will think it sees a *use*, and therefore will trigger all it's
Chris@4 8757 # C support machinery. Also note that it means that autoscan, seeing
Chris@4 8758 # CC etc. in the Makefile, will ask for an AC_PROG_CC use...
Chris@4 8759
Chris@4 8760
Chris@4 8761 # _AM_DEPENDENCIES(NAME)
Chris@4 8762 # ----------------------
Chris@4 8763 # See how the compiler implements dependency checking.
Chris@55 8764 # NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
Chris@4 8765 # We try a few techniques and use that to set a single cache variable.
Chris@4 8766 #
Chris@4 8767 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
Chris@4 8768 # modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
Chris@4 8769 # dependency, and given that the user is not expected to run this macro,
Chris@4 8770 # just rely on AC_PROG_CC.
Chris@4 8771 AC_DEFUN([_AM_DEPENDENCIES],
Chris@4 8772 [AC_REQUIRE([AM_SET_DEPDIR])dnl
Chris@4 8773 AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
Chris@4 8774 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
Chris@4 8775 AC_REQUIRE([AM_DEP_TRACK])dnl
Chris@4 8776
Chris@55 8777 m4_if([$1], [CC], [depcc="$CC" am_compiler_list=],
Chris@55 8778 [$1], [CXX], [depcc="$CXX" am_compiler_list=],
Chris@55 8779 [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
Chris@55 8780 [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
Chris@55 8781 [$1], [UPC], [depcc="$UPC" am_compiler_list=],
Chris@55 8782 [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
Chris@55 8783 [depcc="$$1" am_compiler_list=])
Chris@4 8784
Chris@4 8785 AC_CACHE_CHECK([dependency style of $depcc],
Chris@4 8786 [am_cv_$1_dependencies_compiler_type],
Chris@4 8787 [if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
Chris@4 8788 # We make a subdir and do the tests there. Otherwise we can end up
Chris@4 8789 # making bogus files that we don't know about and never remove. For
Chris@4 8790 # instance it was reported that on HP-UX the gcc test will end up
Chris@55 8791 # making a dummy file named 'D' -- because '-MD' means "put the output
Chris@55 8792 # in D".
Chris@55 8793 rm -rf conftest.dir
Chris@4 8794 mkdir conftest.dir
Chris@4 8795 # Copy depcomp to subdir because otherwise we won't find it if we're
Chris@4 8796 # using a relative directory.
Chris@4 8797 cp "$am_depcomp" conftest.dir
Chris@4 8798 cd conftest.dir
Chris@4 8799 # We will build objects and dependencies in a subdirectory because
Chris@4 8800 # it helps to detect inapplicable dependency modes. For instance
Chris@4 8801 # both Tru64's cc and ICC support -MD to output dependencies as a
Chris@4 8802 # side effect of compilation, but ICC will put the dependencies in
Chris@4 8803 # the current directory while Tru64 will put them in the object
Chris@4 8804 # directory.
Chris@4 8805 mkdir sub
Chris@4 8806
Chris@4 8807 am_cv_$1_dependencies_compiler_type=none
Chris@4 8808 if test "$am_compiler_list" = ""; then
Chris@4 8809 am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
Chris@4 8810 fi
Chris@4 8811 am__universal=false
Chris@4 8812 m4_case([$1], [CC],
Chris@4 8813 [case " $depcc " in #(
Chris@4 8814 *\ -arch\ *\ -arch\ *) am__universal=true ;;
Chris@4 8815 esac],
Chris@4 8816 [CXX],
Chris@4 8817 [case " $depcc " in #(
Chris@4 8818 *\ -arch\ *\ -arch\ *) am__universal=true ;;
Chris@4 8819 esac])
Chris@4 8820
Chris@4 8821 for depmode in $am_compiler_list; do
Chris@4 8822 # Setup a source with many dependencies, because some compilers
Chris@4 8823 # like to wrap large dependency lists on column 80 (with \), and
Chris@4 8824 # we should not choose a depcomp mode which is confused by this.
Chris@4 8825 #
Chris@4 8826 # We need to recreate these files for each test, as the compiler may
Chris@4 8827 # overwrite some of them when testing with obscure command lines.
Chris@4 8828 # This happens at least with the AIX C compiler.
Chris@4 8829 : > sub/conftest.c
Chris@4 8830 for i in 1 2 3 4 5 6; do
Chris@4 8831 echo '#include "conftst'$i'.h"' >> sub/conftest.c
Chris@55 8832 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
Chris@55 8833 # Solaris 10 /bin/sh.
Chris@55 8834 echo '/* dummy */' > sub/conftst$i.h
Chris@4 8835 done
Chris@4 8836 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
Chris@4 8837
Chris@55 8838 # We check with '-c' and '-o' for the sake of the "dashmstdout"
Chris@4 8839 # mode. It turns out that the SunPro C++ compiler does not properly
Chris@55 8840 # handle '-M -o', and we need to detect this. Also, some Intel
Chris@55 8841 # versions had trouble with output in subdirs.
Chris@4 8842 am__obj=sub/conftest.${OBJEXT-o}
Chris@4 8843 am__minus_obj="-o $am__obj"
Chris@4 8844 case $depmode in
Chris@4 8845 gcc)
Chris@4 8846 # This depmode causes a compiler race in universal mode.
Chris@4 8847 test "$am__universal" = false || continue
Chris@4 8848 ;;
Chris@4 8849 nosideeffect)
Chris@55 8850 # After this tag, mechanisms are not by side-effect, so they'll
Chris@55 8851 # only be used when explicitly requested.
Chris@4 8852 if test "x$enable_dependency_tracking" = xyes; then
Chris@4 8853 continue
Chris@4 8854 else
Chris@4 8855 break
Chris@4 8856 fi
Chris@4 8857 ;;
Chris@55 8858 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
Chris@55 8859 # This compiler won't grok '-c -o', but also, the minuso test has
Chris@4 8860 # not run yet. These depmodes are late enough in the game, and
Chris@4 8861 # so weak that their functioning should not be impacted.
Chris@4 8862 am__obj=conftest.${OBJEXT-o}
Chris@4 8863 am__minus_obj=
Chris@4 8864 ;;
Chris@4 8865 none) break ;;
Chris@4 8866 esac
Chris@4 8867 if depmode=$depmode \
Chris@4 8868 source=sub/conftest.c object=$am__obj \
Chris@4 8869 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
Chris@4 8870 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
Chris@4 8871 >/dev/null 2>conftest.err &&
Chris@4 8872 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
Chris@4 8873 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
Chris@4 8874 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
Chris@4 8875 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
Chris@4 8876 # icc doesn't choke on unknown options, it will just issue warnings
Chris@4 8877 # or remarks (even with -Werror). So we grep stderr for any message
Chris@4 8878 # that says an option was ignored or not supported.
Chris@4 8879 # When given -MP, icc 7.0 and 7.1 complain thusly:
Chris@4 8880 # icc: Command line warning: ignoring option '-M'; no argument required
Chris@4 8881 # The diagnosis changed in icc 8.0:
Chris@4 8882 # icc: Command line remark: option '-MP' not supported
Chris@4 8883 if (grep 'ignoring option' conftest.err ||
Chris@4 8884 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
Chris@4 8885 am_cv_$1_dependencies_compiler_type=$depmode
Chris@4 8886 break
Chris@4 8887 fi
Chris@4 8888 fi
Chris@4 8889 done
Chris@4 8890
Chris@4 8891 cd ..
Chris@4 8892 rm -rf conftest.dir
Chris@4 8893 else
Chris@4 8894 am_cv_$1_dependencies_compiler_type=none
Chris@4 8895 fi
Chris@4 8896 ])
Chris@4 8897 AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
Chris@4 8898 AM_CONDITIONAL([am__fastdep$1], [
Chris@4 8899 test "x$enable_dependency_tracking" != xno \
Chris@4 8900 && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
Chris@4 8901 ])
Chris@4 8902
Chris@4 8903
Chris@4 8904 # AM_SET_DEPDIR
Chris@4 8905 # -------------
Chris@4 8906 # Choose a directory name for dependency files.
Chris@55 8907 # This macro is AC_REQUIREd in _AM_DEPENDENCIES.
Chris@4 8908 AC_DEFUN([AM_SET_DEPDIR],
Chris@4 8909 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
Chris@4 8910 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
Chris@4 8911 ])
Chris@4 8912
Chris@4 8913
Chris@4 8914 # AM_DEP_TRACK
Chris@4 8915 # ------------
Chris@4 8916 AC_DEFUN([AM_DEP_TRACK],
Chris@55 8917 [AC_ARG_ENABLE([dependency-tracking], [dnl
Chris@55 8918 AS_HELP_STRING(
Chris@55 8919 [--enable-dependency-tracking],
Chris@55 8920 [do not reject slow dependency extractors])
Chris@55 8921 AS_HELP_STRING(
Chris@55 8922 [--disable-dependency-tracking],
Chris@55 8923 [speeds up one-time build])])
Chris@4 8924 if test "x$enable_dependency_tracking" != xno; then
Chris@4 8925 am_depcomp="$ac_aux_dir/depcomp"
Chris@4 8926 AMDEPBACKSLASH='\'
Chris@55 8927 am__nodep='_no'
Chris@4 8928 fi
Chris@4 8929 AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
Chris@4 8930 AC_SUBST([AMDEPBACKSLASH])dnl
Chris@4 8931 _AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl
Chris@55 8932 AC_SUBST([am__nodep])dnl
Chris@55 8933 _AM_SUBST_NOTMAKE([am__nodep])dnl
Chris@4 8934 ])
Chris@4 8935
Chris@4 8936 # Generate code to set up dependency tracking. -*- Autoconf -*-
Chris@4 8937
Chris@55 8938 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
Chris@4 8939 #
Chris@4 8940 # This file is free software; the Free Software Foundation
Chris@4 8941 # gives unlimited permission to copy and/or distribute it,
Chris@4 8942 # with or without modifications, as long as this notice is preserved.
Chris@4 8943
Chris@4 8944
Chris@4 8945 # _AM_OUTPUT_DEPENDENCY_COMMANDS
Chris@4 8946 # ------------------------------
Chris@4 8947 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
Chris@4 8948 [{
Chris@55 8949 # Older Autoconf quotes --file arguments for eval, but not when files
Chris@4 8950 # are listed without --file. Let's play safe and only enable the eval
Chris@4 8951 # if we detect the quoting.
Chris@4 8952 case $CONFIG_FILES in
Chris@4 8953 *\'*) eval set x "$CONFIG_FILES" ;;
Chris@4 8954 *) set x $CONFIG_FILES ;;
Chris@4 8955 esac
Chris@4 8956 shift
Chris@4 8957 for mf
Chris@4 8958 do
Chris@4 8959 # Strip MF so we end up with the name of the file.
Chris@4 8960 mf=`echo "$mf" | sed -e 's/:.*$//'`
Chris@4 8961 # Check whether this is an Automake generated Makefile or not.
Chris@55 8962 # We used to match only the files named 'Makefile.in', but
Chris@4 8963 # some people rename them; so instead we look at the file content.
Chris@4 8964 # Grep'ing the first line is not enough: some people post-process
Chris@4 8965 # each Makefile.in and add a new line on top of each file to say so.
Chris@4 8966 # Grep'ing the whole file is not good either: AIX grep has a line
Chris@4 8967 # limit of 2048, but all sed's we know have understand at least 4000.
Chris@4 8968 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
Chris@4 8969 dirpart=`AS_DIRNAME("$mf")`
Chris@4 8970 else
Chris@4 8971 continue
Chris@4 8972 fi
Chris@4 8973 # Extract the definition of DEPDIR, am__include, and am__quote
Chris@55 8974 # from the Makefile without running 'make'.
Chris@4 8975 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
Chris@4 8976 test -z "$DEPDIR" && continue
Chris@4 8977 am__include=`sed -n 's/^am__include = //p' < "$mf"`
Chris@55 8978 test -z "$am__include" && continue
Chris@4 8979 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
Chris@4 8980 # Find all dependency output files, they are included files with
Chris@4 8981 # $(DEPDIR) in their names. We invoke sed twice because it is the
Chris@4 8982 # simplest approach to changing $(DEPDIR) to its actual value in the
Chris@4 8983 # expansion.
Chris@4 8984 for file in `sed -n "
Chris@4 8985 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
Chris@55 8986 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
Chris@4 8987 # Make sure the directory exists.
Chris@4 8988 test -f "$dirpart/$file" && continue
Chris@4 8989 fdir=`AS_DIRNAME(["$file"])`
Chris@4 8990 AS_MKDIR_P([$dirpart/$fdir])
Chris@4 8991 # echo "creating $dirpart/$file"
Chris@4 8992 echo '# dummy' > "$dirpart/$file"
Chris@4 8993 done
Chris@4 8994 done
Chris@4 8995 }
Chris@4 8996 ])# _AM_OUTPUT_DEPENDENCY_COMMANDS
Chris@4 8997
Chris@4 8998
Chris@4 8999 # AM_OUTPUT_DEPENDENCY_COMMANDS
Chris@4 9000 # -----------------------------
Chris@4 9001 # This macro should only be invoked once -- use via AC_REQUIRE.
Chris@4 9002 #
Chris@4 9003 # This code is only required when automatic dependency tracking
Chris@55 9004 # is enabled. FIXME. This creates each '.P' file that we will
Chris@4 9005 # need in order to bootstrap the dependency handling code.
Chris@4 9006 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
Chris@4 9007 [AC_CONFIG_COMMANDS([depfiles],
Chris@4 9008 [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
Chris@4 9009 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
Chris@4 9010 ])
Chris@4 9011
Chris@4 9012 # Do all the work for Automake. -*- Autoconf -*-
Chris@4 9013
Chris@55 9014 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
Chris@4 9015 #
Chris@4 9016 # This file is free software; the Free Software Foundation
Chris@4 9017 # gives unlimited permission to copy and/or distribute it,
Chris@4 9018 # with or without modifications, as long as this notice is preserved.
Chris@4 9019
Chris@4 9020 # This macro actually does too much. Some checks are only needed if
Chris@4 9021 # your package does certain things. But this isn't really a big deal.
Chris@4 9022
Chris@55 9023 dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
Chris@55 9024 m4_define([AC_PROG_CC],
Chris@55 9025 m4_defn([AC_PROG_CC])
Chris@55 9026 [_AM_PROG_CC_C_O
Chris@55 9027 ])
Chris@55 9028
Chris@4 9029 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
Chris@4 9030 # AM_INIT_AUTOMAKE([OPTIONS])
Chris@4 9031 # -----------------------------------------------
Chris@4 9032 # The call with PACKAGE and VERSION arguments is the old style
Chris@4 9033 # call (pre autoconf-2.50), which is being phased out. PACKAGE
Chris@4 9034 # and VERSION should now be passed to AC_INIT and removed from
Chris@4 9035 # the call to AM_INIT_AUTOMAKE.
Chris@4 9036 # We support both call styles for the transition. After
Chris@4 9037 # the next Automake release, Autoconf can make the AC_INIT
Chris@4 9038 # arguments mandatory, and then we can depend on a new Autoconf
Chris@4 9039 # release and drop the old call support.
Chris@4 9040 AC_DEFUN([AM_INIT_AUTOMAKE],
Chris@55 9041 [AC_PREREQ([2.65])dnl
Chris@4 9042 dnl Autoconf wants to disallow AM_ names. We explicitly allow
Chris@4 9043 dnl the ones we care about.
Chris@4 9044 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
Chris@4 9045 AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
Chris@4 9046 AC_REQUIRE([AC_PROG_INSTALL])dnl
Chris@4 9047 if test "`cd $srcdir && pwd`" != "`pwd`"; then
Chris@4 9048 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
Chris@4 9049 # is not polluted with repeated "-I."
Chris@4 9050 AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
Chris@4 9051 # test to see if srcdir already configured
Chris@4 9052 if test -f $srcdir/config.status; then
Chris@4 9053 AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
Chris@4 9054 fi
Chris@4 9055 fi
Chris@4 9056
Chris@4 9057 # test whether we have cygpath
Chris@4 9058 if test -z "$CYGPATH_W"; then
Chris@4 9059 if (cygpath --version) >/dev/null 2>/dev/null; then
Chris@4 9060 CYGPATH_W='cygpath -w'
Chris@4 9061 else
Chris@4 9062 CYGPATH_W=echo
Chris@4 9063 fi
Chris@4 9064 fi
Chris@4 9065 AC_SUBST([CYGPATH_W])
Chris@4 9066
Chris@4 9067 # Define the identity of the package.
Chris@4 9068 dnl Distinguish between old-style and new-style calls.
Chris@4 9069 m4_ifval([$2],
Chris@55 9070 [AC_DIAGNOSE([obsolete],
Chris@55 9071 [$0: two- and three-arguments forms are deprecated.])
Chris@55 9072 m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
Chris@4 9073 AC_SUBST([PACKAGE], [$1])dnl
Chris@4 9074 AC_SUBST([VERSION], [$2])],
Chris@4 9075 [_AM_SET_OPTIONS([$1])dnl
Chris@4 9076 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
Chris@55 9077 m4_if(
Chris@55 9078 m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
Chris@55 9079 [ok:ok],,
Chris@4 9080 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
Chris@4 9081 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
Chris@4 9082 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
Chris@4 9083
Chris@4 9084 _AM_IF_OPTION([no-define],,
Chris@55 9085 [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
Chris@55 9086 AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
Chris@4 9087
Chris@4 9088 # Some tools Automake needs.
Chris@4 9089 AC_REQUIRE([AM_SANITY_CHECK])dnl
Chris@4 9090 AC_REQUIRE([AC_ARG_PROGRAM])dnl
Chris@55 9091 AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
Chris@55 9092 AM_MISSING_PROG([AUTOCONF], [autoconf])
Chris@55 9093 AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
Chris@55 9094 AM_MISSING_PROG([AUTOHEADER], [autoheader])
Chris@55 9095 AM_MISSING_PROG([MAKEINFO], [makeinfo])
Chris@4 9096 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
Chris@4 9097 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
Chris@55 9098 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
Chris@55 9099 # For better backward compatibility. To be removed once Automake 1.9.x
Chris@55 9100 # dies out for good. For more background, see:
Chris@55 9101 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
Chris@55 9102 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
Chris@55 9103 AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
Chris@4 9104 # We need awk for the "check" target. The system "awk" is bad on
Chris@4 9105 # some platforms.
Chris@4 9106 AC_REQUIRE([AC_PROG_AWK])dnl
Chris@4 9107 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
Chris@4 9108 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
Chris@4 9109 _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
Chris@4 9110 [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
Chris@4 9111 [_AM_PROG_TAR([v7])])])
Chris@4 9112 _AM_IF_OPTION([no-dependencies],,
Chris@4 9113 [AC_PROVIDE_IFELSE([AC_PROG_CC],
Chris@55 9114 [_AM_DEPENDENCIES([CC])],
Chris@55 9115 [m4_define([AC_PROG_CC],
Chris@55 9116 m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
Chris@4 9117 AC_PROVIDE_IFELSE([AC_PROG_CXX],
Chris@55 9118 [_AM_DEPENDENCIES([CXX])],
Chris@55 9119 [m4_define([AC_PROG_CXX],
Chris@55 9120 m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
Chris@4 9121 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
Chris@55 9122 [_AM_DEPENDENCIES([OBJC])],
Chris@55 9123 [m4_define([AC_PROG_OBJC],
Chris@55 9124 m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
Chris@55 9125 AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
Chris@55 9126 [_AM_DEPENDENCIES([OBJCXX])],
Chris@55 9127 [m4_define([AC_PROG_OBJCXX],
Chris@55 9128 m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
Chris@4 9129 ])
Chris@55 9130 AC_REQUIRE([AM_SILENT_RULES])dnl
Chris@55 9131 dnl The testsuite driver may need to know about EXEEXT, so add the
Chris@55 9132 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
Chris@55 9133 dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
Chris@4 9134 AC_CONFIG_COMMANDS_PRE(dnl
Chris@4 9135 [m4_provide_if([_AM_COMPILER_EXEEXT],
Chris@4 9136 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
Chris@55 9137
Chris@55 9138 # POSIX will say in a future version that running "rm -f" with no argument
Chris@55 9139 # is OK; and we want to be able to make that assumption in our Makefile
Chris@55 9140 # recipes. So use an aggressive probe to check that the usage we want is
Chris@55 9141 # actually supported "in the wild" to an acceptable degree.
Chris@55 9142 # See automake bug#10828.
Chris@55 9143 # To make any issue more visible, cause the running configure to be aborted
Chris@55 9144 # by default if the 'rm' program in use doesn't match our expectations; the
Chris@55 9145 # user can still override this though.
Chris@55 9146 if rm -f && rm -fr && rm -rf; then : OK; else
Chris@55 9147 cat >&2 <<'END'
Chris@55 9148 Oops!
Chris@55 9149
Chris@55 9150 Your 'rm' program seems unable to run without file operands specified
Chris@55 9151 on the command line, even when the '-f' option is present. This is contrary
Chris@55 9152 to the behaviour of most rm programs out there, and not conforming with
Chris@55 9153 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
Chris@55 9154
Chris@55 9155 Please tell bug-automake@gnu.org about your system, including the value
Chris@55 9156 of your $PATH and any error possibly output before this message. This
Chris@55 9157 can help us improve future automake versions.
Chris@55 9158
Chris@55 9159 END
Chris@55 9160 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
Chris@55 9161 echo 'Configuration will proceed anyway, since you have set the' >&2
Chris@55 9162 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
Chris@55 9163 echo >&2
Chris@55 9164 else
Chris@55 9165 cat >&2 <<'END'
Chris@55 9166 Aborting the configuration process, to ensure you take notice of the issue.
Chris@55 9167
Chris@55 9168 You can download and install GNU coreutils to get an 'rm' implementation
Chris@55 9169 that behaves properly: <http://www.gnu.org/software/coreutils/>.
Chris@55 9170
Chris@55 9171 If you want to complete the configuration process using your problematic
Chris@55 9172 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
Chris@55 9173 to "yes", and re-run configure.
Chris@55 9174
Chris@55 9175 END
Chris@55 9176 AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
Chris@55 9177 fi
Chris@55 9178 fi])
Chris@55 9179
Chris@55 9180 dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
Chris@4 9181 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
Chris@4 9182 dnl mangled by Autoconf and run in a shell conditional statement.
Chris@4 9183 m4_define([_AC_COMPILER_EXEEXT],
Chris@4 9184 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
Chris@4 9185
Chris@4 9186 # When config.status generates a header, we must update the stamp-h file.
Chris@4 9187 # This file resides in the same directory as the config header
Chris@4 9188 # that is generated. The stamp files are numbered to have different names.
Chris@4 9189
Chris@4 9190 # Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
Chris@4 9191 # loop where config.status creates the headers, so we can generate
Chris@4 9192 # our stamp files there.
Chris@4 9193 AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
Chris@4 9194 [# Compute $1's index in $config_headers.
Chris@4 9195 _am_arg=$1
Chris@4 9196 _am_stamp_count=1
Chris@4 9197 for _am_header in $config_headers :; do
Chris@4 9198 case $_am_header in
Chris@4 9199 $_am_arg | $_am_arg:* )
Chris@4 9200 break ;;
Chris@4 9201 * )
Chris@4 9202 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
Chris@4 9203 esac
Chris@4 9204 done
Chris@4 9205 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
Chris@4 9206
Chris@55 9207 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
Chris@4 9208 #
Chris@4 9209 # This file is free software; the Free Software Foundation
Chris@4 9210 # gives unlimited permission to copy and/or distribute it,
Chris@4 9211 # with or without modifications, as long as this notice is preserved.
Chris@4 9212
Chris@4 9213 # AM_PROG_INSTALL_SH
Chris@4 9214 # ------------------
Chris@4 9215 # Define $install_sh.
Chris@4 9216 AC_DEFUN([AM_PROG_INSTALL_SH],
Chris@4 9217 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
Chris@4 9218 if test x"${install_sh}" != xset; then
Chris@4 9219 case $am_aux_dir in
Chris@4 9220 *\ * | *\ *)
Chris@4 9221 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
Chris@4 9222 *)
Chris@4 9223 install_sh="\${SHELL} $am_aux_dir/install-sh"
Chris@4 9224 esac
Chris@4 9225 fi
Chris@55 9226 AC_SUBST([install_sh])])
Chris@55 9227
Chris@55 9228 # Copyright (C) 2003-2013 Free Software Foundation, Inc.
Chris@4 9229 #
Chris@4 9230 # This file is free software; the Free Software Foundation
Chris@4 9231 # gives unlimited permission to copy and/or distribute it,
Chris@4 9232 # with or without modifications, as long as this notice is preserved.
Chris@4 9233
Chris@4 9234 # Check whether the underlying file-system supports filenames
Chris@4 9235 # with a leading dot. For instance MS-DOS doesn't.
Chris@4 9236 AC_DEFUN([AM_SET_LEADING_DOT],
Chris@4 9237 [rm -rf .tst 2>/dev/null
Chris@4 9238 mkdir .tst 2>/dev/null
Chris@4 9239 if test -d .tst; then
Chris@4 9240 am__leading_dot=.
Chris@4 9241 else
Chris@4 9242 am__leading_dot=_
Chris@4 9243 fi
Chris@4 9244 rmdir .tst 2>/dev/null
Chris@4 9245 AC_SUBST([am__leading_dot])])
Chris@4 9246
Chris@4 9247 # Add --enable-maintainer-mode option to configure. -*- Autoconf -*-
Chris@4 9248 # From Jim Meyering
Chris@4 9249
Chris@55 9250 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
Chris@4 9251 #
Chris@4 9252 # This file is free software; the Free Software Foundation
Chris@4 9253 # gives unlimited permission to copy and/or distribute it,
Chris@4 9254 # with or without modifications, as long as this notice is preserved.
Chris@4 9255
Chris@4 9256 # AM_MAINTAINER_MODE([DEFAULT-MODE])
Chris@4 9257 # ----------------------------------
Chris@4 9258 # Control maintainer-specific portions of Makefiles.
Chris@55 9259 # Default is to disable them, unless 'enable' is passed literally.
Chris@55 9260 # For symmetry, 'disable' may be passed as well. Anyway, the user
Chris@4 9261 # can override the default with the --enable/--disable switch.
Chris@4 9262 AC_DEFUN([AM_MAINTAINER_MODE],
Chris@4 9263 [m4_case(m4_default([$1], [disable]),
Chris@4 9264 [enable], [m4_define([am_maintainer_other], [disable])],
Chris@4 9265 [disable], [m4_define([am_maintainer_other], [enable])],
Chris@4 9266 [m4_define([am_maintainer_other], [enable])
Chris@4 9267 m4_warn([syntax], [unexpected argument to AM@&t@_MAINTAINER_MODE: $1])])
Chris@55 9268 AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
Chris@4 9269 dnl maintainer-mode's default is 'disable' unless 'enable' is passed
Chris@4 9270 AC_ARG_ENABLE([maintainer-mode],
Chris@55 9271 [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
Chris@55 9272 am_maintainer_other[ make rules and dependencies not useful
Chris@55 9273 (and sometimes confusing) to the casual installer])],
Chris@55 9274 [USE_MAINTAINER_MODE=$enableval],
Chris@55 9275 [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
Chris@4 9276 AC_MSG_RESULT([$USE_MAINTAINER_MODE])
Chris@4 9277 AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
Chris@4 9278 MAINT=$MAINTAINER_MODE_TRUE
Chris@4 9279 AC_SUBST([MAINT])dnl
Chris@4 9280 ]
Chris@4 9281 )
Chris@4 9282
Chris@4 9283 # Check to see how 'make' treats includes. -*- Autoconf -*-
Chris@4 9284
Chris@55 9285 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
Chris@4 9286 #
Chris@4 9287 # This file is free software; the Free Software Foundation
Chris@4 9288 # gives unlimited permission to copy and/or distribute it,
Chris@4 9289 # with or without modifications, as long as this notice is preserved.
Chris@4 9290
Chris@4 9291 # AM_MAKE_INCLUDE()
Chris@4 9292 # -----------------
Chris@4 9293 # Check to see how make treats includes.
Chris@4 9294 AC_DEFUN([AM_MAKE_INCLUDE],
Chris@4 9295 [am_make=${MAKE-make}
Chris@4 9296 cat > confinc << 'END'
Chris@4 9297 am__doit:
Chris@4 9298 @echo this is the am__doit target
Chris@4 9299 .PHONY: am__doit
Chris@4 9300 END
Chris@4 9301 # If we don't find an include directive, just comment out the code.
Chris@4 9302 AC_MSG_CHECKING([for style of include used by $am_make])
Chris@4 9303 am__include="#"
Chris@4 9304 am__quote=
Chris@4 9305 _am_result=none
Chris@4 9306 # First try GNU make style include.
Chris@4 9307 echo "include confinc" > confmf
Chris@55 9308 # Ignore all kinds of additional output from 'make'.
Chris@4 9309 case `$am_make -s -f confmf 2> /dev/null` in #(
Chris@4 9310 *the\ am__doit\ target*)
Chris@4 9311 am__include=include
Chris@4 9312 am__quote=
Chris@4 9313 _am_result=GNU
Chris@4 9314 ;;
Chris@4 9315 esac
Chris@4 9316 # Now try BSD make style include.
Chris@4 9317 if test "$am__include" = "#"; then
Chris@4 9318 echo '.include "confinc"' > confmf
Chris@4 9319 case `$am_make -s -f confmf 2> /dev/null` in #(
Chris@4 9320 *the\ am__doit\ target*)
Chris@4 9321 am__include=.include
Chris@4 9322 am__quote="\""
Chris@4 9323 _am_result=BSD
Chris@4 9324 ;;
Chris@4 9325 esac
Chris@4 9326 fi
Chris@4 9327 AC_SUBST([am__include])
Chris@4 9328 AC_SUBST([am__quote])
Chris@4 9329 AC_MSG_RESULT([$_am_result])
Chris@4 9330 rm -f confinc confmf
Chris@4 9331 ])
Chris@4 9332
Chris@4 9333 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
Chris@4 9334
Chris@55 9335 # Copyright (C) 1997-2013 Free Software Foundation, Inc.
Chris@4 9336 #
Chris@4 9337 # This file is free software; the Free Software Foundation
Chris@4 9338 # gives unlimited permission to copy and/or distribute it,
Chris@4 9339 # with or without modifications, as long as this notice is preserved.
Chris@4 9340
Chris@4 9341 # AM_MISSING_PROG(NAME, PROGRAM)
Chris@4 9342 # ------------------------------
Chris@4 9343 AC_DEFUN([AM_MISSING_PROG],
Chris@4 9344 [AC_REQUIRE([AM_MISSING_HAS_RUN])
Chris@4 9345 $1=${$1-"${am_missing_run}$2"}
Chris@4 9346 AC_SUBST($1)])
Chris@4 9347
Chris@4 9348 # AM_MISSING_HAS_RUN
Chris@4 9349 # ------------------
Chris@55 9350 # Define MISSING if not defined so far and test if it is modern enough.
Chris@55 9351 # If it is, set am_missing_run to use it, otherwise, to nothing.
Chris@4 9352 AC_DEFUN([AM_MISSING_HAS_RUN],
Chris@4 9353 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
Chris@4 9354 AC_REQUIRE_AUX_FILE([missing])dnl
Chris@4 9355 if test x"${MISSING+set}" != xset; then
Chris@4 9356 case $am_aux_dir in
Chris@4 9357 *\ * | *\ *)
Chris@4 9358 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
Chris@4 9359 *)
Chris@4 9360 MISSING="\${SHELL} $am_aux_dir/missing" ;;
Chris@4 9361 esac
Chris@4 9362 fi
Chris@4 9363 # Use eval to expand $SHELL
Chris@55 9364 if eval "$MISSING --is-lightweight"; then
Chris@55 9365 am_missing_run="$MISSING "
Chris@4 9366 else
Chris@4 9367 am_missing_run=
Chris@55 9368 AC_MSG_WARN(['missing' script is too old or missing])
Chris@4 9369 fi
Chris@4 9370 ])
Chris@4 9371
Chris@55 9372 # Helper functions for option handling. -*- Autoconf -*-
Chris@55 9373
Chris@55 9374 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
Chris@4 9375 #
Chris@4 9376 # This file is free software; the Free Software Foundation
Chris@4 9377 # gives unlimited permission to copy and/or distribute it,
Chris@4 9378 # with or without modifications, as long as this notice is preserved.
Chris@4 9379
Chris@4 9380 # _AM_MANGLE_OPTION(NAME)
Chris@4 9381 # -----------------------
Chris@4 9382 AC_DEFUN([_AM_MANGLE_OPTION],
Chris@4 9383 [[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
Chris@4 9384
Chris@4 9385 # _AM_SET_OPTION(NAME)
Chris@55 9386 # --------------------
Chris@4 9387 # Set option NAME. Presently that only means defining a flag for this option.
Chris@4 9388 AC_DEFUN([_AM_SET_OPTION],
Chris@55 9389 [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
Chris@4 9390
Chris@4 9391 # _AM_SET_OPTIONS(OPTIONS)
Chris@55 9392 # ------------------------
Chris@4 9393 # OPTIONS is a space-separated list of Automake options.
Chris@4 9394 AC_DEFUN([_AM_SET_OPTIONS],
Chris@4 9395 [m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
Chris@4 9396
Chris@4 9397 # _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
Chris@4 9398 # -------------------------------------------
Chris@4 9399 # Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
Chris@4 9400 AC_DEFUN([_AM_IF_OPTION],
Chris@4 9401 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
Chris@4 9402
Chris@55 9403 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
Chris@4 9404 #
Chris@4 9405 # This file is free software; the Free Software Foundation
Chris@4 9406 # gives unlimited permission to copy and/or distribute it,
Chris@4 9407 # with or without modifications, as long as this notice is preserved.
Chris@4 9408
Chris@55 9409 # _AM_PROG_CC_C_O
Chris@55 9410 # ---------------
Chris@55 9411 # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC
Chris@55 9412 # to automatically call this.
Chris@55 9413 AC_DEFUN([_AM_PROG_CC_C_O],
Chris@55 9414 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
Chris@55 9415 AC_REQUIRE_AUX_FILE([compile])dnl
Chris@55 9416 AC_LANG_PUSH([C])dnl
Chris@55 9417 AC_CACHE_CHECK(
Chris@55 9418 [whether $CC understands -c and -o together],
Chris@55 9419 [am_cv_prog_cc_c_o],
Chris@55 9420 [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
Chris@55 9421 # Make sure it works both with $CC and with simple cc.
Chris@55 9422 # Following AC_PROG_CC_C_O, we do the test twice because some
Chris@55 9423 # compilers refuse to overwrite an existing .o file with -o,
Chris@55 9424 # though they will create one.
Chris@55 9425 am_cv_prog_cc_c_o=yes
Chris@55 9426 for am_i in 1 2; do
Chris@55 9427 if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
Chris@55 9428 && test -f conftest2.$ac_objext; then
Chris@55 9429 : OK
Chris@55 9430 else
Chris@55 9431 am_cv_prog_cc_c_o=no
Chris@55 9432 break
Chris@55 9433 fi
Chris@55 9434 done
Chris@55 9435 rm -f core conftest*
Chris@55 9436 unset am_i])
Chris@55 9437 if test "$am_cv_prog_cc_c_o" != yes; then
Chris@55 9438 # Losing compiler, so override with the script.
Chris@55 9439 # FIXME: It is wrong to rewrite CC.
Chris@55 9440 # But if we don't then we get into trouble of one sort or another.
Chris@55 9441 # A longer-term fix would be to have automake use am__CC in this case,
Chris@55 9442 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
Chris@55 9443 CC="$am_aux_dir/compile $CC"
Chris@55 9444 fi
Chris@55 9445 AC_LANG_POP([C])])
Chris@55 9446
Chris@55 9447 # For backward compatibility.
Chris@55 9448 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
Chris@55 9449
Chris@55 9450 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
Chris@55 9451 #
Chris@55 9452 # This file is free software; the Free Software Foundation
Chris@55 9453 # gives unlimited permission to copy and/or distribute it,
Chris@55 9454 # with or without modifications, as long as this notice is preserved.
Chris@55 9455
Chris@55 9456 # AM_RUN_LOG(COMMAND)
Chris@55 9457 # -------------------
Chris@55 9458 # Run COMMAND, save the exit status in ac_status, and log it.
Chris@55 9459 # (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
Chris@55 9460 AC_DEFUN([AM_RUN_LOG],
Chris@55 9461 [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
Chris@55 9462 ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
Chris@55 9463 ac_status=$?
Chris@55 9464 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
Chris@55 9465 (exit $ac_status); }])
Chris@55 9466
Chris@55 9467 # Check to make sure that the build environment is sane. -*- Autoconf -*-
Chris@55 9468
Chris@55 9469 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
Chris@55 9470 #
Chris@55 9471 # This file is free software; the Free Software Foundation
Chris@55 9472 # gives unlimited permission to copy and/or distribute it,
Chris@55 9473 # with or without modifications, as long as this notice is preserved.
Chris@4 9474
Chris@4 9475 # AM_SANITY_CHECK
Chris@4 9476 # ---------------
Chris@4 9477 AC_DEFUN([AM_SANITY_CHECK],
Chris@4 9478 [AC_MSG_CHECKING([whether build environment is sane])
Chris@4 9479 # Reject unsafe characters in $srcdir or the absolute working directory
Chris@4 9480 # name. Accept space and tab only in the latter.
Chris@4 9481 am_lf='
Chris@4 9482 '
Chris@4 9483 case `pwd` in
Chris@4 9484 *[[\\\"\#\$\&\'\`$am_lf]]*)
Chris@4 9485 AC_MSG_ERROR([unsafe absolute working directory name]);;
Chris@4 9486 esac
Chris@4 9487 case $srcdir in
Chris@4 9488 *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
Chris@55 9489 AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
Chris@4 9490 esac
Chris@4 9491
Chris@55 9492 # Do 'set' in a subshell so we don't clobber the current shell's
Chris@4 9493 # arguments. Must try -L first in case configure is actually a
Chris@4 9494 # symlink; some systems play weird games with the mod time of symlinks
Chris@4 9495 # (eg FreeBSD returns the mod time of the symlink's containing
Chris@4 9496 # directory).
Chris@4 9497 if (
Chris@55 9498 am_has_slept=no
Chris@55 9499 for am_try in 1 2; do
Chris@55 9500 echo "timestamp, slept: $am_has_slept" > conftest.file
Chris@55 9501 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
Chris@55 9502 if test "$[*]" = "X"; then
Chris@55 9503 # -L didn't work.
Chris@55 9504 set X `ls -t "$srcdir/configure" conftest.file`
Chris@55 9505 fi
Chris@55 9506 if test "$[*]" != "X $srcdir/configure conftest.file" \
Chris@55 9507 && test "$[*]" != "X conftest.file $srcdir/configure"; then
Chris@55 9508
Chris@55 9509 # If neither matched, then we have a broken ls. This can happen
Chris@55 9510 # if, for instance, CONFIG_SHELL is bash and it inherits a
Chris@55 9511 # broken ls alias from the environment. This has actually
Chris@55 9512 # happened. Such a system could not be considered "sane".
Chris@55 9513 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
Chris@55 9514 alias in your environment])
Chris@55 9515 fi
Chris@55 9516 if test "$[2]" = conftest.file || test $am_try -eq 2; then
Chris@55 9517 break
Chris@55 9518 fi
Chris@55 9519 # Just in case.
Chris@55 9520 sleep 1
Chris@55 9521 am_has_slept=yes
Chris@55 9522 done
Chris@4 9523 test "$[2]" = conftest.file
Chris@4 9524 )
Chris@4 9525 then
Chris@4 9526 # Ok.
Chris@4 9527 :
Chris@4 9528 else
Chris@4 9529 AC_MSG_ERROR([newly created file is older than distributed files!
Chris@4 9530 Check your system clock])
Chris@4 9531 fi
Chris@55 9532 AC_MSG_RESULT([yes])
Chris@55 9533 # If we didn't sleep, we still need to ensure time stamps of config.status and
Chris@55 9534 # generated files are strictly newer.
Chris@55 9535 am_sleep_pid=
Chris@55 9536 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
Chris@55 9537 ( sleep 1 ) &
Chris@55 9538 am_sleep_pid=$!
Chris@55 9539 fi
Chris@55 9540 AC_CONFIG_COMMANDS_PRE(
Chris@55 9541 [AC_MSG_CHECKING([that generated files are newer than configure])
Chris@55 9542 if test -n "$am_sleep_pid"; then
Chris@55 9543 # Hide warnings about reused PIDs.
Chris@55 9544 wait $am_sleep_pid 2>/dev/null
Chris@55 9545 fi
Chris@55 9546 AC_MSG_RESULT([done])])
Chris@55 9547 rm -f conftest.file
Chris@55 9548 ])
Chris@55 9549
Chris@55 9550 # Copyright (C) 2009-2013 Free Software Foundation, Inc.
Chris@4 9551 #
Chris@4 9552 # This file is free software; the Free Software Foundation
Chris@4 9553 # gives unlimited permission to copy and/or distribute it,
Chris@4 9554 # with or without modifications, as long as this notice is preserved.
Chris@4 9555
Chris@55 9556 # AM_SILENT_RULES([DEFAULT])
Chris@55 9557 # --------------------------
Chris@55 9558 # Enable less verbose build rules; with the default set to DEFAULT
Chris@55 9559 # ("yes" being less verbose, "no" or empty being verbose).
Chris@55 9560 AC_DEFUN([AM_SILENT_RULES],
Chris@55 9561 [AC_ARG_ENABLE([silent-rules], [dnl
Chris@55 9562 AS_HELP_STRING(
Chris@55 9563 [--enable-silent-rules],
Chris@55 9564 [less verbose build output (undo: "make V=1")])
Chris@55 9565 AS_HELP_STRING(
Chris@55 9566 [--disable-silent-rules],
Chris@55 9567 [verbose build output (undo: "make V=0")])dnl
Chris@55 9568 ])
Chris@55 9569 case $enable_silent_rules in @%:@ (((
Chris@55 9570 yes) AM_DEFAULT_VERBOSITY=0;;
Chris@55 9571 no) AM_DEFAULT_VERBOSITY=1;;
Chris@55 9572 *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
Chris@55 9573 esac
Chris@55 9574 dnl
Chris@55 9575 dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
Chris@55 9576 dnl do not support nested variable expansions.
Chris@55 9577 dnl See automake bug#9928 and bug#10237.
Chris@55 9578 am_make=${MAKE-make}
Chris@55 9579 AC_CACHE_CHECK([whether $am_make supports nested variables],
Chris@55 9580 [am_cv_make_support_nested_variables],
Chris@55 9581 [if AS_ECHO([['TRUE=$(BAR$(V))
Chris@55 9582 BAR0=false
Chris@55 9583 BAR1=true
Chris@55 9584 V=1
Chris@55 9585 am__doit:
Chris@55 9586 @$(TRUE)
Chris@55 9587 .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
Chris@55 9588 am_cv_make_support_nested_variables=yes
Chris@55 9589 else
Chris@55 9590 am_cv_make_support_nested_variables=no
Chris@55 9591 fi])
Chris@55 9592 if test $am_cv_make_support_nested_variables = yes; then
Chris@55 9593 dnl Using '$V' instead of '$(V)' breaks IRIX make.
Chris@55 9594 AM_V='$(V)'
Chris@55 9595 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
Chris@55 9596 else
Chris@55 9597 AM_V=$AM_DEFAULT_VERBOSITY
Chris@55 9598 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
Chris@55 9599 fi
Chris@55 9600 AC_SUBST([AM_V])dnl
Chris@55 9601 AM_SUBST_NOTMAKE([AM_V])dnl
Chris@55 9602 AC_SUBST([AM_DEFAULT_V])dnl
Chris@55 9603 AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
Chris@55 9604 AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
Chris@55 9605 AM_BACKSLASH='\'
Chris@55 9606 AC_SUBST([AM_BACKSLASH])dnl
Chris@55 9607 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
Chris@55 9608 ])
Chris@55 9609
Chris@55 9610 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
Chris@55 9611 #
Chris@55 9612 # This file is free software; the Free Software Foundation
Chris@55 9613 # gives unlimited permission to copy and/or distribute it,
Chris@55 9614 # with or without modifications, as long as this notice is preserved.
Chris@55 9615
Chris@4 9616 # AM_PROG_INSTALL_STRIP
Chris@4 9617 # ---------------------
Chris@55 9618 # One issue with vendor 'install' (even GNU) is that you can't
Chris@4 9619 # specify the program used to strip binaries. This is especially
Chris@4 9620 # annoying in cross-compiling environments, where the build's strip
Chris@4 9621 # is unlikely to handle the host's binaries.
Chris@4 9622 # Fortunately install-sh will honor a STRIPPROG variable, so we
Chris@55 9623 # always use install-sh in "make install-strip", and initialize
Chris@4 9624 # STRIPPROG with the value of the STRIP variable (set by the user).
Chris@4 9625 AC_DEFUN([AM_PROG_INSTALL_STRIP],
Chris@4 9626 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
Chris@55 9627 # Installed binaries are usually stripped using 'strip' when the user
Chris@55 9628 # run "make install-strip". However 'strip' might not be the right
Chris@4 9629 # tool to use in cross-compilation environments, therefore Automake
Chris@55 9630 # will honor the 'STRIP' environment variable to overrule this program.
Chris@55 9631 dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
Chris@4 9632 if test "$cross_compiling" != no; then
Chris@4 9633 AC_CHECK_TOOL([STRIP], [strip], :)
Chris@4 9634 fi
Chris@4 9635 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
Chris@4 9636 AC_SUBST([INSTALL_STRIP_PROGRAM])])
Chris@4 9637
Chris@55 9638 # Copyright (C) 2006-2013 Free Software Foundation, Inc.
Chris@4 9639 #
Chris@4 9640 # This file is free software; the Free Software Foundation
Chris@4 9641 # gives unlimited permission to copy and/or distribute it,
Chris@4 9642 # with or without modifications, as long as this notice is preserved.
Chris@4 9643
Chris@4 9644 # _AM_SUBST_NOTMAKE(VARIABLE)
Chris@4 9645 # ---------------------------
Chris@4 9646 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
Chris@4 9647 # This macro is traced by Automake.
Chris@4 9648 AC_DEFUN([_AM_SUBST_NOTMAKE])
Chris@4 9649
Chris@4 9650 # AM_SUBST_NOTMAKE(VARIABLE)
Chris@55 9651 # --------------------------
Chris@4 9652 # Public sister of _AM_SUBST_NOTMAKE.
Chris@4 9653 AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
Chris@4 9654
Chris@4 9655 # Check how to create a tarball. -*- Autoconf -*-
Chris@4 9656
Chris@55 9657 # Copyright (C) 2004-2013 Free Software Foundation, Inc.
Chris@4 9658 #
Chris@4 9659 # This file is free software; the Free Software Foundation
Chris@4 9660 # gives unlimited permission to copy and/or distribute it,
Chris@4 9661 # with or without modifications, as long as this notice is preserved.
Chris@4 9662
Chris@4 9663 # _AM_PROG_TAR(FORMAT)
Chris@4 9664 # --------------------
Chris@4 9665 # Check how to create a tarball in format FORMAT.
Chris@55 9666 # FORMAT should be one of 'v7', 'ustar', or 'pax'.
Chris@4 9667 #
Chris@4 9668 # Substitute a variable $(am__tar) that is a command
Chris@4 9669 # writing to stdout a FORMAT-tarball containing the directory
Chris@4 9670 # $tardir.
Chris@4 9671 # tardir=directory && $(am__tar) > result.tar
Chris@4 9672 #
Chris@4 9673 # Substitute a variable $(am__untar) that extract such
Chris@4 9674 # a tarball read from stdin.
Chris@4 9675 # $(am__untar) < result.tar
Chris@55 9676 #
Chris@4 9677 AC_DEFUN([_AM_PROG_TAR],
Chris@55 9678 [# Always define AMTAR for backward compatibility. Yes, it's still used
Chris@55 9679 # in the wild :-( We should find a proper way to deprecate it ...
Chris@55 9680 AC_SUBST([AMTAR], ['$${TAR-tar}'])
Chris@55 9681
Chris@55 9682 # We'll loop over all known methods to create a tar archive until one works.
Chris@55 9683 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
Chris@55 9684
Chris@4 9685 m4_if([$1], [v7],
Chris@55 9686 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
Chris@55 9687
Chris@55 9688 [m4_case([$1],
Chris@55 9689 [ustar],
Chris@55 9690 [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
Chris@55 9691 # There is notably a 21 bits limit for the UID and the GID. In fact,
Chris@55 9692 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
Chris@55 9693 # and bug#13588).
Chris@55 9694 am_max_uid=2097151 # 2^21 - 1
Chris@55 9695 am_max_gid=$am_max_uid
Chris@55 9696 # The $UID and $GID variables are not portable, so we need to resort
Chris@55 9697 # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
Chris@55 9698 # below are definitely unexpected, so allow the users to see them
Chris@55 9699 # (that is, avoid stderr redirection).
Chris@55 9700 am_uid=`id -u || echo unknown`
Chris@55 9701 am_gid=`id -g || echo unknown`
Chris@55 9702 AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
Chris@55 9703 if test $am_uid -le $am_max_uid; then
Chris@55 9704 AC_MSG_RESULT([yes])
Chris@55 9705 else
Chris@55 9706 AC_MSG_RESULT([no])
Chris@55 9707 _am_tools=none
Chris@55 9708 fi
Chris@55 9709 AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
Chris@55 9710 if test $am_gid -le $am_max_gid; then
Chris@55 9711 AC_MSG_RESULT([yes])
Chris@55 9712 else
Chris@55 9713 AC_MSG_RESULT([no])
Chris@55 9714 _am_tools=none
Chris@55 9715 fi],
Chris@55 9716
Chris@55 9717 [pax],
Chris@55 9718 [],
Chris@55 9719
Chris@55 9720 [m4_fatal([Unknown tar format])])
Chris@55 9721
Chris@55 9722 AC_MSG_CHECKING([how to create a $1 tar archive])
Chris@55 9723
Chris@55 9724 # Go ahead even if we have the value already cached. We do so because we
Chris@55 9725 # need to set the values for the 'am__tar' and 'am__untar' variables.
Chris@55 9726 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
Chris@55 9727
Chris@55 9728 for _am_tool in $_am_tools; do
Chris@55 9729 case $_am_tool in
Chris@55 9730 gnutar)
Chris@55 9731 for _am_tar in tar gnutar gtar; do
Chris@55 9732 AM_RUN_LOG([$_am_tar --version]) && break
Chris@55 9733 done
Chris@55 9734 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
Chris@55 9735 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
Chris@55 9736 am__untar="$_am_tar -xf -"
Chris@55 9737 ;;
Chris@55 9738 plaintar)
Chris@55 9739 # Must skip GNU tar: if it does not support --format= it doesn't create
Chris@55 9740 # ustar tarball either.
Chris@55 9741 (tar --version) >/dev/null 2>&1 && continue
Chris@55 9742 am__tar='tar chf - "$$tardir"'
Chris@55 9743 am__tar_='tar chf - "$tardir"'
Chris@55 9744 am__untar='tar xf -'
Chris@55 9745 ;;
Chris@55 9746 pax)
Chris@55 9747 am__tar='pax -L -x $1 -w "$$tardir"'
Chris@55 9748 am__tar_='pax -L -x $1 -w "$tardir"'
Chris@55 9749 am__untar='pax -r'
Chris@55 9750 ;;
Chris@55 9751 cpio)
Chris@55 9752 am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
Chris@55 9753 am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
Chris@55 9754 am__untar='cpio -i -H $1 -d'
Chris@55 9755 ;;
Chris@55 9756 none)
Chris@55 9757 am__tar=false
Chris@55 9758 am__tar_=false
Chris@55 9759 am__untar=false
Chris@55 9760 ;;
Chris@55 9761 esac
Chris@55 9762
Chris@55 9763 # If the value was cached, stop now. We just wanted to have am__tar
Chris@55 9764 # and am__untar set.
Chris@55 9765 test -n "${am_cv_prog_tar_$1}" && break
Chris@55 9766
Chris@55 9767 # tar/untar a dummy directory, and stop if the command works.
Chris@55 9768 rm -rf conftest.dir
Chris@55 9769 mkdir conftest.dir
Chris@55 9770 echo GrepMe > conftest.dir/file
Chris@55 9771 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
Chris@55 9772 rm -rf conftest.dir
Chris@55 9773 if test -s conftest.tar; then
Chris@55 9774 AM_RUN_LOG([$am__untar <conftest.tar])
Chris@55 9775 AM_RUN_LOG([cat conftest.dir/file])
Chris@55 9776 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
Chris@55 9777 fi
Chris@55 9778 done
Chris@4 9779 rm -rf conftest.dir
Chris@55 9780
Chris@55 9781 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
Chris@55 9782 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
Chris@55 9783
Chris@4 9784 AC_SUBST([am__tar])
Chris@4 9785 AC_SUBST([am__untar])
Chris@4 9786 ]) # _AM_PROG_TAR
Chris@4 9787